media.scss 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352
  1. @media(max-width: 1280px){
  2. .header--wrap{
  3. .header--container{
  4. padding: 0 20px;
  5. }
  6. }
  7. main{
  8. .main--visual--wrap{
  9. .main--swiper--wrap{
  10. .main--swiper{
  11. .visual--img{
  12. .txt--wrap{
  13. h2{
  14. font-size: 40px;
  15. }
  16. }
  17. .img--wrap{
  18. img{
  19. height: 80vh;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }
  26. .main--content--wrap{
  27. .swiper--container{
  28. .title--wrap{
  29. >h2{
  30. font-size: 30px;
  31. }
  32. }
  33. }
  34. .main--container{
  35. padding-left: 20px!important;
  36. padding-right: 20px!important;
  37. .title--wrap{
  38. >h2{
  39. font-size: 30px;
  40. }
  41. }
  42. .content--wrap{
  43. .img--card--wrap{
  44. gap: 16px;
  45. .card{
  46. width: 33%;
  47. }
  48. }
  49. .square--card--wrap{
  50. gap: 16px;
  51. .card{
  52. width: calc((100% - 32px) / 3);
  53. dt{
  54. font-size: 20px;
  55. }
  56. }
  57. }
  58. .number--card--wrap{
  59. .card{
  60. padding: 0;
  61. .card--title{
  62. .number--wrap{
  63. .number{
  64. font-size: 50px;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. }
  72. }
  73. section{
  74. .sub--container{
  75. &.type3{
  76. padding: 100px 20px 120px;
  77. }
  78. .partners--wrap{
  79. gap: 12px;
  80. .partners{
  81. width: calc((100% - 36px) / 4);
  82. }
  83. }
  84. }
  85. }
  86. }
  87. .footer--wrap{
  88. .footer--container{
  89. padding: 40px 20px 60px;
  90. }
  91. }
  92. }
  93. @media(max-width: 1060px){
  94. #top--visual{
  95. height: 300px;
  96. .inner--content{
  97. max-height: 300px;
  98. min-height: 300px;
  99. >h1{
  100. font-size: 36px;
  101. }
  102. }
  103. }
  104. .header--wrap{
  105. .header--container{
  106. height: 60px;
  107. .logo--wrap{
  108. width: 123px;
  109. height: 32px;
  110. }
  111. .menu--wrap{
  112. display: none;
  113. }
  114. .lang--wrap{
  115. display: none;
  116. }
  117. .ham--wrap{
  118. display: block;
  119. }
  120. }
  121. }
  122. main{
  123. section{
  124. &.mission--section{
  125. .title--wrap{
  126. .mission--title{
  127. font-size: 30px;
  128. }
  129. .mission--desc{
  130. font-size: 20px;
  131. }
  132. }
  133. }
  134. &.notice--section{
  135. .sub--container{
  136. .title--wrap{
  137. .title{
  138. font-size: 36px;
  139. }
  140. }
  141. }
  142. }
  143. .sub--container{
  144. padding-left: 20px!important;
  145. padding-right: 20px!important;
  146. .title--wrap{
  147. .logo--wrap{
  148. img{
  149. width: 146px;
  150. }
  151. }
  152. .title{
  153. font-size: 30px;
  154. }
  155. .sub--title{
  156. font-size: 20px;
  157. }
  158. }
  159. .vision--wrap{
  160. >p{
  161. font-size: 30px;
  162. }
  163. }
  164. .values--card--wrap{
  165. .card{
  166. dt{
  167. font-size: 20px;
  168. }
  169. }
  170. }
  171. .history--desc--wrap{
  172. .history--desc{
  173. &.left--type{
  174. padding-right: 0;
  175. }
  176. &.left--type2{
  177. padding-right: 0;
  178. }
  179. &.right--type{
  180. padding-left: 0;
  181. }
  182. .desc--wrap{
  183. >p{
  184. font-size: 18px!important;
  185. }
  186. }
  187. .desc--box--wrap{
  188. .desc--wrap{
  189. >div{
  190. font-size: 20px;
  191. }
  192. }
  193. }
  194. }
  195. }
  196. .history--graph--wrap{
  197. .txt--wrap{
  198. width: 35%;
  199. min-width: 200px;
  200. font-size: 30px;
  201. }
  202. .graph--wrap{
  203. width: 65%;
  204. }
  205. }
  206. .catalog--wrap{
  207. gap: 40px;
  208. .catalog{
  209. gap: 40px;
  210. .img--wrap{
  211. width: 50%;
  212. min-width: 0;
  213. }
  214. .download--wrap{
  215. width: 50%;
  216. gap: 18px;
  217. >p{
  218. font-size: 24px;
  219. }
  220. }
  221. }
  222. }
  223. .materials--wrap{
  224. .materials--box{
  225. gap: 40px;
  226. .img--wrap{
  227. width: 40%;
  228. min-width: 0;
  229. img{
  230. width: 100%;
  231. height: 100%;
  232. object-fit: cover;
  233. }
  234. }
  235. .desc--wrap{
  236. width: 60%;
  237. gap: 12px;
  238. >h4{
  239. font-size: 24px;
  240. }
  241. >h5{
  242. font-size: 18px;
  243. }
  244. >ul{
  245. >li{
  246. font-size: 15px;
  247. }
  248. }
  249. }
  250. }
  251. }
  252. .life--cycle--wrap{
  253. gap: 16px;
  254. .cycle{
  255. gap: 16px;
  256. .img--wrap{
  257. .txt{
  258. padding: 16px;
  259. span{
  260. font-size: 16px;
  261. }
  262. p{
  263. font-size: 16px;
  264. }
  265. }
  266. }
  267. }
  268. }
  269. .patents--wrap{
  270. .patents--list{
  271. column-gap: 16px;
  272. .patents{
  273. gap: 12px;
  274. width: calc((100% - 48px) / 4);
  275. .img--wrap{
  276. height: 300px;
  277. }
  278. }
  279. }
  280. }
  281. .news--wrap{
  282. >h3{
  283. font-size: 24px;
  284. }
  285. .news--list{
  286. .news{
  287. gap: 20px;
  288. .news--title--wrap{
  289. h4{
  290. font-size: 18px;
  291. }
  292. span{
  293. font-size: 15px;
  294. }
  295. }
  296. }
  297. }
  298. }
  299. .sns--wrap{
  300. >h3{
  301. font-size: 24px;
  302. }
  303. .sns--list{
  304. gap: 16px;
  305. .sns{
  306. width: calc((100% - 48px) / 4);
  307. .txt--wrap{
  308. >h4{
  309. font-size: 16px;
  310. }
  311. }
  312. &:hover{
  313. .txt--wrap{
  314. min-height: 110px;
  315. }
  316. }
  317. }
  318. }
  319. }
  320. .notice--wrap{
  321. .notice--list{
  322. .notice{
  323. gap: 40px;
  324. padding: 20px;
  325. h4{
  326. font-size: 18px;
  327. width: calc(100% - 180px);
  328. }
  329. .news--index{
  330. font-size: 15px;
  331. }
  332. .news--date{
  333. font-size: 15px;
  334. }
  335. }
  336. }
  337. }
  338. .faq--wrap{
  339. .border-default{
  340. .flex{
  341. >button{
  342. padding: 20px;
  343. .text-start{
  344. font-size: 18px;
  345. &::before{
  346. font-size: 20px;
  347. }
  348. }
  349. }
  350. }
  351. .overflow-hidden{
  352. padding: 20px 60px 20px 20px;
  353. .text-sm{
  354. font-size: 16px;
  355. &::before{
  356. font-size: 20px;
  357. }
  358. }
  359. }
  360. }
  361. }
  362. .location--wrap{
  363. h4{
  364. font-size: 24px;
  365. }
  366. .map{
  367. font-size: 15px;
  368. }
  369. .call{
  370. font-size: 15px;
  371. }
  372. .location--map{
  373. height: 300px;
  374. }
  375. }
  376. .view--wrap {
  377. .view--title{
  378. >h3{
  379. font-size: 28px;
  380. }
  381. }
  382. .link--wrap{
  383. .link{
  384. >h5{
  385. width: calc(100% - 200px);
  386. }
  387. }
  388. }
  389. }
  390. }
  391. }
  392. }
  393. #out--container{
  394. .out--container{
  395. padding: 0 20px;
  396. .m--title{
  397. font-size: 36px;
  398. }
  399. .form--contents--wrap{
  400. .form--contents{
  401. h3{
  402. &.privacy--title{
  403. font-size: 20px;
  404. }
  405. }
  406. }
  407. }
  408. }
  409. }
  410. .footer--wrap{
  411. .footer--container{
  412. .footer--top{
  413. .menu--wrap{
  414. display: none;
  415. }
  416. }
  417. .footer--bot{
  418. margin-top: 20px;
  419. .info--list{
  420. row-gap: 4px;
  421. li{
  422. font-size: 13px;
  423. &:nth-of-type(1), &:nth-of-type(2){
  424. width: 100%;
  425. }
  426. }
  427. .bar{
  428. display: none;
  429. &.mobile{
  430. display: inline-block;
  431. }
  432. }
  433. }
  434. .copyright{
  435. flex-direction: column;
  436. align-items: start;
  437. span{
  438. font-size: 13px;
  439. }
  440. a{
  441. font-size: 13px;
  442. }
  443. .bar{
  444. display: none;
  445. }
  446. }
  447. }
  448. }
  449. }
  450. }
  451. @media(max-width: 768px){
  452. br{
  453. &.mobile{
  454. display: block!important;
  455. }
  456. }
  457. #top--visual {
  458. .inner--content {
  459. >h1 {
  460. font-size: 24px;
  461. }
  462. nav {
  463. >ul{
  464. >li{
  465. margin-right: 41px;
  466. padding: 20px 0;
  467. &::after{
  468. right: -21px;
  469. }
  470. a{
  471. font-size: 13px;
  472. }
  473. }
  474. }
  475. }
  476. }
  477. }
  478. main {
  479. .main--visual--wrap{
  480. .main--swiper--wrap{
  481. .main--swiper{
  482. .visual--img{
  483. .txt--wrap{
  484. h2{
  485. font-size: 32px;
  486. }
  487. }
  488. .img--wrap{
  489. img{
  490. height: 520px;
  491. }
  492. }
  493. }
  494. }
  495. .swiper--control--wrap{
  496. .pagination--wrap{
  497. .current{
  498. font-size: 13px;
  499. }
  500. .total{
  501. font-size: 13px;
  502. }
  503. }
  504. .swiper--btn--wrap{
  505. .swiper--btn--prev{
  506. display: none;
  507. }
  508. .swiper--btn--next{
  509. display: none;
  510. }
  511. }
  512. }
  513. }
  514. }
  515. .main--content--wrap{
  516. .main--container{
  517. padding: 50px 20px;
  518. .title--wrap{
  519. .green--title{
  520. font-size: 16px;
  521. }
  522. .sub--title{
  523. font-size: 16px;
  524. }
  525. >h2{
  526. font-size: 22px;
  527. }
  528. }
  529. .content--wrap{
  530. .img--card--wrap{
  531. gap: 12px;
  532. flex-direction: column;
  533. .card{
  534. width: 100%;
  535. }
  536. }
  537. .square--card--wrap{
  538. gap: 12px;
  539. .card{
  540. width: 100%;
  541. padding: 16px 20px;
  542. min-height: 120px;
  543. dt{
  544. font-size: 18px;
  545. }
  546. dd{
  547. font-size: 14px;
  548. }
  549. }
  550. }
  551. .number--card--wrap{
  552. gap: 40px;
  553. flex-direction: column;
  554. .card{
  555. width: 100%;
  556. gap: 20px;
  557. .ico{
  558. width: 40px;
  559. height: 40px;
  560. background-size: 100%;
  561. }
  562. .card--title{
  563. gap: 4px;
  564. .circle{
  565. font-size: 14px;
  566. padding: 3px 8px;
  567. }
  568. .number--wrap{
  569. .number{
  570. font-size: 40px;
  571. }
  572. .percent{
  573. font-size: 40px;
  574. }
  575. }
  576. .sub--txt{
  577. font-size: 16px;
  578. }
  579. }
  580. .card--desc{
  581. li{
  582. .nation{
  583. font-size: 13px;
  584. line-height: 1.8;
  585. }
  586. }
  587. }
  588. }
  589. }
  590. .news--card--wrap{
  591. flex-direction: column;
  592. .news{
  593. width: 100%;
  594. gap: 12px;
  595. padding-top: 12px;
  596. .news--title{
  597. font-size: 18px;
  598. }
  599. .news--cont{
  600. font-size: 14px;
  601. }
  602. .news--date{
  603. font-size: 14px;
  604. }
  605. }
  606. }
  607. }
  608. }
  609. .swiper--container{
  610. padding: 50px 0;
  611. .title--wrap{
  612. .green--title {
  613. font-size: 16px;
  614. }
  615. .sub--title {
  616. font-size: 16px;
  617. }
  618. >h2 {
  619. font-size: 22px;
  620. padding: 0 20px;
  621. }
  622. }
  623. .item--swiper--wrap{
  624. .item--swiper{
  625. .item--img{
  626. gap: 8px;
  627. }
  628. }
  629. }
  630. .marquee--wrap{
  631. .marquee{
  632. gap: 20px;
  633. .logo--wrap{
  634. width: 140px;
  635. height: 84px;
  636. }
  637. }
  638. }
  639. }
  640. .black--btn--wrap{
  641. .black--btn{
  642. width: 108px;
  643. height: 40px;
  644. line-height: 40px;
  645. font-size: 14px;
  646. }
  647. }
  648. }
  649. section {
  650. &.map--section{
  651. padding: 0;
  652. }
  653. &.vision--section{
  654. background-attachment: scroll;
  655. .sub--container{
  656. padding: 50px 0 77px;
  657. }
  658. }
  659. &.mission--section {
  660. gap: 40px;
  661. padding: 50px 20px 0;
  662. .title--wrap {
  663. flex-direction: column;
  664. align-items: center;
  665. gap: 16px;
  666. text-align: center;
  667. .mission--title {
  668. font-size: 22px;
  669. }
  670. .mission--desc {
  671. font-size: 18px;
  672. }
  673. }
  674. .mission--img--wrap{
  675. gap: 8px;
  676. margin-left: 0;
  677. flex-wrap: wrap;
  678. width: 100%;
  679. .img--wrap{
  680. width: calc(50% - 4px);
  681. }
  682. }
  683. }
  684. &.notice--section {
  685. .sub--container {
  686. .title--wrap {
  687. .title {
  688. font-size: 24px;
  689. }
  690. }
  691. }
  692. }
  693. &.values--section{
  694. .sub--container{
  695. padding: 50px 0;
  696. }
  697. }
  698. .sub--container {
  699. padding: 50px 20px;
  700. &.type2{
  701. padding: 50px 20px 60px;
  702. }
  703. &.type3{
  704. padding: 50px 20px 60px;
  705. }
  706. &.type4{
  707. padding: 80px 20px 60px;
  708. }
  709. .pagination--wrap{
  710. margin-top: 30px;
  711. >button{
  712. width: 24px;
  713. height: 24px;
  714. background-position: center;
  715. background-size: 100%;
  716. }
  717. .numbs{
  718. button{
  719. font-size: 14px;
  720. }
  721. }
  722. }
  723. .tab--wrap{
  724. gap: 8px;
  725. margin: 28px 0 40px;
  726. a{
  727. padding: 11px 24px;
  728. font-size: 14px;
  729. }
  730. }
  731. .title--wrap {
  732. .logo--wrap {
  733. margin-bottom: 28px;
  734. }
  735. .title {
  736. font-size: 22px;
  737. }
  738. .sub--title {
  739. margin-top: 20px;
  740. font-size: 16px;
  741. }
  742. .sub--title2{
  743. font-size: 16px;
  744. }
  745. }
  746. .vision--wrap {
  747. gap: 16px;
  748. >span{
  749. font-size: 16px;
  750. }
  751. >p {
  752. font-size: 22px;
  753. }
  754. }
  755. .product--img--wrap{
  756. &.web{
  757. display: none;
  758. }
  759. &.mobile{
  760. display: flex;
  761. }
  762. gap: 12px;
  763. .img--top{
  764. gap: 12px;
  765. flex-direction: column;
  766. width: 100%;
  767. img{
  768. width: 100%;
  769. }
  770. }
  771. .img--bot{
  772. gap: 12px;
  773. flex-direction: column;
  774. width: 100%;
  775. img{
  776. width: 100%;
  777. }
  778. }
  779. }
  780. .values--card--wrap {
  781. flex-direction: column;
  782. gap: 12px;
  783. .card {
  784. width: 100%;
  785. padding: 20px;
  786. min-height: 172px;
  787. .ico{
  788. width: 36px;
  789. height: 36px;
  790. margin-bottom: 12px;
  791. background-size: 100%;
  792. }
  793. dt {
  794. font-size: 18px;
  795. margin-bottom: 4px;
  796. }
  797. dd{
  798. font-size: 14px;
  799. }
  800. }
  801. }
  802. .history--desc--wrap {
  803. margin-top: 40px;
  804. .history--desc {
  805. flex-direction: column;
  806. margin-bottom: 40px;
  807. gap: 20px;
  808. &.right--type{
  809. flex-direction: column-reverse;
  810. }
  811. .desc--box--wrap{
  812. flex-direction: column;
  813. gap: 20px;
  814. .desc--wrap{
  815. width: 100%;
  816. }
  817. }
  818. .img--wrap{
  819. min-width: 0!important;
  820. width: 100%;
  821. img{
  822. width: 100%;
  823. }
  824. }
  825. .desc--wrap {
  826. gap: 16px;
  827. >p {
  828. font-size: 16px !important;
  829. }
  830. }
  831. .desc--box--wrap {
  832. .desc--wrap {
  833. >div {
  834. font-size: 18px;
  835. }
  836. }
  837. }
  838. }
  839. }
  840. .history--graph--wrap {
  841. flex-direction: column;
  842. gap: 40px;
  843. .txt--wrap {
  844. width: 100%;
  845. text-align: center;
  846. min-width: 100%;
  847. font-size: 22px;
  848. }
  849. .graph--wrap {
  850. width: 100%;
  851. .graph--box{
  852. gap: 20px;
  853. .deco--box{
  854. .dot{
  855. top: 9px;
  856. }
  857. }
  858. .history--box{
  859. padding-bottom: 40px;
  860. width: calc(100% - 27px);
  861. gap: 24px;
  862. >ul{
  863. gap: 24px;
  864. >li{
  865. >div{
  866. flex-direction: column;
  867. gap: 8px;
  868. >span{
  869. }
  870. }
  871. }
  872. }
  873. .year{
  874. font-size: 20px;
  875. }
  876. }
  877. }
  878. }
  879. }
  880. .partners--wrap{
  881. gap: 8px;
  882. margin-top: 40px;
  883. .partners{
  884. width: calc(50% - 4px);
  885. }
  886. }
  887. .catalog--wrap {
  888. margin-top: 40px;
  889. .catalog {
  890. gap: 28px;
  891. flex-direction: column;
  892. .img--wrap {
  893. width: 100%;
  894. img{
  895. width: 100%;
  896. }
  897. }
  898. .download--wrap {
  899. width: 100%;
  900. >p {
  901. font-size: 20px;
  902. }
  903. }
  904. }
  905. }
  906. .materials--wrap {
  907. gap: 40px;
  908. .materials--box {
  909. gap: 20px;
  910. flex-direction: column;
  911. &.reverse{
  912. flex-direction: column-reverse;
  913. }
  914. .img--wrap {
  915. width: 100%;
  916. min-width: 0;
  917. }
  918. .desc--wrap {
  919. width: 100%;
  920. >h4 {
  921. font-size: 20px;
  922. }
  923. >h5 {
  924. font-size: 16px;
  925. }
  926. >ul {
  927. >li {
  928. font-size: 14px;
  929. }
  930. }
  931. }
  932. }
  933. }
  934. .life--cycle--wrap {
  935. margin-top: 40px;
  936. .mobile--cycle{
  937. display: flex;
  938. flex-direction: column;
  939. gap: 12px;
  940. .img--wrap {
  941. width: 100%;
  942. position: relative;
  943. img{
  944. width: 100%;
  945. }
  946. .txt {
  947. position: absolute;
  948. color: #fff;
  949. display: flex;
  950. flex-direction: column;
  951. gap: 4px;
  952. bottom: 0;
  953. left: 0;
  954. width: 100%;
  955. padding: 16px;
  956. span {
  957. font-size: 16px;
  958. font-weight: 800;
  959. }
  960. p {
  961. font-weight: 700;
  962. font-size: 16px;
  963. }
  964. }
  965. }
  966. }
  967. .cycle {
  968. display: none;
  969. }
  970. }
  971. .patents--wrap {
  972. .patents--list {
  973. .patents {
  974. h4{
  975. font-size: 14px;
  976. }
  977. .img--wrap {
  978. height: 210px;
  979. }
  980. }
  981. }
  982. }
  983. .news--wrap {
  984. >h3{
  985. font-size: 20px;
  986. margin-bottom: 12px;
  987. }
  988. margin-top: 40px;
  989. .news--list {
  990. .news {
  991. gap: 20px;
  992. .news--title--wrap {
  993. justify-content: space-between;
  994. h4 {
  995. font-size: 16px;
  996. }
  997. span {
  998. font-size: 14px;
  999. }
  1000. }
  1001. .news--thumb--wrap{
  1002. width: 80px;
  1003. height: 80px;
  1004. min-width: 80px;
  1005. }
  1006. }
  1007. }
  1008. }
  1009. .sns--wrap {
  1010. margin-top: 40px;
  1011. >h3{
  1012. margin-bottom: 12px;
  1013. font-size: 20px;
  1014. }
  1015. .sns--list {
  1016. gap: 12px;
  1017. .sns {
  1018. width: calc((100% - 36px) / 4);
  1019. .txt--wrap {
  1020. padding: 12px;
  1021. >h4 {
  1022. font-size: 14px;
  1023. }
  1024. }
  1025. &:hover {
  1026. .txt--wrap {
  1027. min-height: 100px;
  1028. }
  1029. }
  1030. }
  1031. }
  1032. }
  1033. .search--wrap{
  1034. margin: 32px 0 20px;
  1035. >button{
  1036. width: 108px;
  1037. padding-left: 12px;
  1038. padding-right: 40px;
  1039. font-size: 15px;
  1040. }
  1041. >div{
  1042. &.inline-flex{
  1043. width: calc(100% - 116px);
  1044. input{
  1045. width: 100%;
  1046. font-size: 15px;
  1047. padding-left: 12px;
  1048. padding-right: 40px;
  1049. &::placeholder{
  1050. font-size: 15px;
  1051. }
  1052. }
  1053. }
  1054. }
  1055. }
  1056. .notice--wrap {
  1057. .notice--list {
  1058. .notice {
  1059. gap: 12px;
  1060. flex-direction: column;
  1061. padding: 12px 0;
  1062. align-items: start;
  1063. h4 {
  1064. font-size: 16px;
  1065. width: 100%;
  1066. }
  1067. .news--index {
  1068. display: none;
  1069. }
  1070. .news--date {
  1071. font-size: 14px;
  1072. }
  1073. }
  1074. }
  1075. }
  1076. .faq--wrap {
  1077. margin-top: 40px;
  1078. .border-default {
  1079. .flex {
  1080. >button {
  1081. padding: 20px 8px;
  1082. .iconify{
  1083. width: 24px;
  1084. height: 24px;
  1085. background-size: 100%;
  1086. }
  1087. .text-start {
  1088. font-size: 16px;
  1089. padding-left: 28px;
  1090. &::before {
  1091. font-size: 18px;
  1092. }
  1093. }
  1094. }
  1095. }
  1096. .overflow-hidden {
  1097. padding: 20px 40px 20px 8px;
  1098. .text-sm {
  1099. font-size: 14px;
  1100. padding-left: 28px;
  1101. &::before {
  1102. font-size: 18px;
  1103. }
  1104. }
  1105. }
  1106. }
  1107. }
  1108. .location--wrap {
  1109. margin-bottom: 40px;
  1110. h4 {
  1111. font-size: 20px;
  1112. margin-bottom: 8px;
  1113. }
  1114. .map {
  1115. font-size: 14px;
  1116. .ico{
  1117. width: 16px;
  1118. height: 16px;
  1119. background-size: 100%;
  1120. }
  1121. }
  1122. .call {
  1123. font-size: 14px;
  1124. margin-top: 8px;
  1125. .ico {
  1126. width: 16px;
  1127. background-size: 100%;
  1128. height: 16px;
  1129. }
  1130. }
  1131. .location--map {
  1132. height: 200px;
  1133. margin-top: 20px;
  1134. }
  1135. }
  1136. .view--wrap {
  1137. .view--title {
  1138. padding-bottom: 28px;
  1139. >h3 {
  1140. font-size: 24px;
  1141. margin-bottom: 12px;
  1142. }
  1143. .view--info{
  1144. flex-wrap: wrap;
  1145. row-gap: 4px;
  1146. .mobile{
  1147. display: none;
  1148. }
  1149. .bar{
  1150. margin: 0 8px;
  1151. }
  1152. >p{
  1153. font-size: 14px;
  1154. &:first-child{
  1155. width: 100%;
  1156. }
  1157. }
  1158. }
  1159. }
  1160. .view--cont{
  1161. p{
  1162. font-size: 16px;
  1163. }
  1164. }
  1165. .view--cont{
  1166. margin-bottom: 28px;
  1167. padding: 28px 0;
  1168. }
  1169. .link--wrap {
  1170. display: none;
  1171. }
  1172. .btn--wrap {
  1173. >a {
  1174. font-size: 14px;
  1175. width: 108px;
  1176. height: 40px;
  1177. }
  1178. }
  1179. }
  1180. }
  1181. }
  1182. }
  1183. #out--container {
  1184. padding-top: 50px;
  1185. padding-bottom: 60px;
  1186. .out--container {
  1187. .m--title {
  1188. font-size: 24px;
  1189. margin-bottom: 30px;
  1190. }
  1191. .form--contents--wrap {
  1192. margin-top: 0;
  1193. padding-top: 28px;
  1194. gap: 20px;
  1195. .contact-form{
  1196. gap: 28px;
  1197. }
  1198. .form--contents {
  1199. margin-bottom: 0;
  1200. input[type="text"], input[type="email"]{
  1201. font-size: 15px;
  1202. }
  1203. &.half--cont{
  1204. width: 100%;
  1205. max-width: 100%;
  1206. }
  1207. h3 {
  1208. font-size: 15px;
  1209. &.privacy--title {
  1210. margin-bottom: 16px!important;
  1211. }
  1212. }
  1213. .qna--radio--group{
  1214. fieldset{
  1215. >div{
  1216. >div{
  1217. &:nth-of-type(2){
  1218. label{
  1219. font-size: 15px;
  1220. }
  1221. }
  1222. }
  1223. }
  1224. }
  1225. }
  1226. }
  1227. }
  1228. .tel-group{
  1229. button{
  1230. padding-left: 12px;
  1231. font-size: 15px;
  1232. }
  1233. }
  1234. .note-placeholder{
  1235. font-size: 15px;
  1236. }
  1237. .privacy-box{
  1238. .privacy-content{
  1239. padding: 16px 24px 16px 16px;
  1240. height: 240px;
  1241. font-size: 14px;
  1242. margin-bottom: 16px;
  1243. }
  1244. .agree-check{
  1245. flex-direction: column;
  1246. gap: 12px;
  1247. align-items: start;
  1248. }
  1249. }
  1250. }
  1251. }
  1252. }
  1253. @media(max-width: 540px){
  1254. main{
  1255. section{
  1256. .sub--container{
  1257. .tab--wrap{
  1258. &.patents{
  1259. width: calc(100% + 20px);
  1260. justify-content: start;
  1261. overflow-x: auto;
  1262. }
  1263. }
  1264. .patents--wrap{
  1265. .patents--list{
  1266. .patents{
  1267. width: calc(50% - 8px);
  1268. }
  1269. }
  1270. }
  1271. .sns--wrap{
  1272. .sns--list{
  1273. width: calc(100% + 20px);
  1274. overflow-x: auto;
  1275. .sns{
  1276. min-width: 128px;
  1277. width: 128px;
  1278. }
  1279. }
  1280. }
  1281. }
  1282. }
  1283. }
  1284. }