media.scss 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360
  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: 0px;
  864. >li{
  865. gap: 0;
  866. margin-top: 24px;
  867. &:first-child{
  868. margin-top: 0;
  869. }
  870. >div{
  871. flex-direction: column;
  872. gap: 8px;
  873. >span{
  874. }
  875. >p{
  876. width: 100%;
  877. }
  878. }
  879. }
  880. }
  881. .year{
  882. font-size: 20px;
  883. }
  884. }
  885. }
  886. }
  887. }
  888. .partners--wrap{
  889. gap: 8px;
  890. margin-top: 40px;
  891. .partners{
  892. width: calc(50% - 4px);
  893. }
  894. }
  895. .catalog--wrap {
  896. margin-top: 40px;
  897. .catalog {
  898. gap: 28px;
  899. flex-direction: column;
  900. .img--wrap {
  901. width: 100%;
  902. img{
  903. width: 100%;
  904. }
  905. }
  906. .download--wrap {
  907. width: 100%;
  908. >p {
  909. font-size: 20px;
  910. }
  911. }
  912. }
  913. }
  914. .materials--wrap {
  915. gap: 40px;
  916. .materials--box {
  917. gap: 20px;
  918. flex-direction: column;
  919. &.reverse{
  920. flex-direction: column-reverse;
  921. }
  922. .img--wrap {
  923. width: 100%;
  924. min-width: 0;
  925. }
  926. .desc--wrap {
  927. width: 100%;
  928. >h4 {
  929. font-size: 20px;
  930. }
  931. >h5 {
  932. font-size: 16px;
  933. }
  934. >ul {
  935. >li {
  936. font-size: 14px;
  937. }
  938. }
  939. }
  940. }
  941. }
  942. .life--cycle--wrap {
  943. margin-top: 40px;
  944. .mobile--cycle{
  945. display: flex;
  946. flex-direction: column;
  947. gap: 12px;
  948. .img--wrap {
  949. width: 100%;
  950. position: relative;
  951. img{
  952. width: 100%;
  953. }
  954. .txt {
  955. position: absolute;
  956. color: #fff;
  957. display: flex;
  958. flex-direction: column;
  959. gap: 4px;
  960. bottom: 0;
  961. left: 0;
  962. width: 100%;
  963. padding: 16px;
  964. span {
  965. font-size: 16px;
  966. font-weight: 800;
  967. }
  968. p {
  969. font-weight: 700;
  970. font-size: 16px;
  971. }
  972. }
  973. }
  974. }
  975. .cycle {
  976. display: none;
  977. }
  978. }
  979. .patents--wrap {
  980. .patents--list {
  981. .patents {
  982. h4{
  983. font-size: 14px;
  984. }
  985. .img--wrap {
  986. height: 210px;
  987. }
  988. }
  989. }
  990. }
  991. .news--wrap {
  992. >h3{
  993. font-size: 20px;
  994. margin-bottom: 12px;
  995. }
  996. margin-top: 40px;
  997. .news--list {
  998. .news {
  999. gap: 20px;
  1000. .news--title--wrap {
  1001. justify-content: space-between;
  1002. h4 {
  1003. font-size: 16px;
  1004. }
  1005. span {
  1006. font-size: 14px;
  1007. }
  1008. }
  1009. .news--thumb--wrap{
  1010. width: 80px;
  1011. height: 80px;
  1012. min-width: 80px;
  1013. }
  1014. }
  1015. }
  1016. }
  1017. .sns--wrap {
  1018. margin-top: 40px;
  1019. >h3{
  1020. margin-bottom: 12px;
  1021. font-size: 20px;
  1022. }
  1023. .sns--list {
  1024. gap: 12px;
  1025. .sns {
  1026. width: calc((100% - 36px) / 4);
  1027. .txt--wrap {
  1028. padding: 12px;
  1029. >h4 {
  1030. font-size: 14px;
  1031. }
  1032. }
  1033. &:hover {
  1034. .txt--wrap {
  1035. min-height: 100px;
  1036. }
  1037. }
  1038. }
  1039. }
  1040. }
  1041. .search--wrap{
  1042. margin: 32px 0 20px;
  1043. >button{
  1044. width: 108px;
  1045. padding-left: 12px;
  1046. padding-right: 40px;
  1047. font-size: 15px;
  1048. }
  1049. >div{
  1050. &.inline-flex{
  1051. width: calc(100% - 116px);
  1052. input{
  1053. width: 100%;
  1054. font-size: 15px;
  1055. padding-left: 12px;
  1056. padding-right: 40px;
  1057. &::placeholder{
  1058. font-size: 15px;
  1059. }
  1060. }
  1061. }
  1062. }
  1063. }
  1064. .notice--wrap {
  1065. .notice--list {
  1066. .notice {
  1067. gap: 12px;
  1068. flex-direction: column;
  1069. padding: 12px 0;
  1070. align-items: start;
  1071. h4 {
  1072. font-size: 16px;
  1073. width: 100%;
  1074. }
  1075. .news--index {
  1076. display: none;
  1077. }
  1078. .news--date {
  1079. font-size: 14px;
  1080. }
  1081. }
  1082. }
  1083. }
  1084. .faq--wrap {
  1085. margin-top: 40px;
  1086. .border-default {
  1087. .flex {
  1088. >button {
  1089. padding: 20px 8px;
  1090. .iconify{
  1091. width: 24px;
  1092. height: 24px;
  1093. background-size: 100%;
  1094. }
  1095. .text-start {
  1096. font-size: 16px;
  1097. padding-left: 28px;
  1098. &::before {
  1099. font-size: 18px;
  1100. }
  1101. }
  1102. }
  1103. }
  1104. .overflow-hidden {
  1105. padding: 20px 40px 20px 8px;
  1106. .text-sm {
  1107. font-size: 14px;
  1108. padding-left: 28px;
  1109. &::before {
  1110. font-size: 18px;
  1111. }
  1112. }
  1113. }
  1114. }
  1115. }
  1116. .location--wrap {
  1117. margin-bottom: 40px;
  1118. h4 {
  1119. font-size: 20px;
  1120. margin-bottom: 8px;
  1121. }
  1122. .map {
  1123. font-size: 14px;
  1124. .ico{
  1125. width: 16px;
  1126. height: 16px;
  1127. background-size: 100%;
  1128. }
  1129. }
  1130. .call {
  1131. font-size: 14px;
  1132. margin-top: 8px;
  1133. .ico {
  1134. width: 16px;
  1135. background-size: 100%;
  1136. height: 16px;
  1137. }
  1138. }
  1139. .location--map {
  1140. height: 200px;
  1141. margin-top: 20px;
  1142. }
  1143. }
  1144. .view--wrap {
  1145. .view--title {
  1146. padding-bottom: 28px;
  1147. >h3 {
  1148. font-size: 24px;
  1149. margin-bottom: 12px;
  1150. }
  1151. .view--info{
  1152. flex-wrap: wrap;
  1153. row-gap: 4px;
  1154. .mobile{
  1155. display: none;
  1156. }
  1157. .bar{
  1158. margin: 0 8px;
  1159. }
  1160. >p{
  1161. font-size: 14px;
  1162. &:first-child{
  1163. width: 100%;
  1164. }
  1165. }
  1166. }
  1167. }
  1168. .view--cont{
  1169. p{
  1170. font-size: 16px;
  1171. }
  1172. }
  1173. .view--cont{
  1174. margin-bottom: 28px;
  1175. padding: 28px 0;
  1176. }
  1177. .link--wrap {
  1178. display: none;
  1179. }
  1180. .btn--wrap {
  1181. >a {
  1182. font-size: 14px;
  1183. width: 108px;
  1184. height: 40px;
  1185. }
  1186. }
  1187. }
  1188. }
  1189. }
  1190. }
  1191. #out--container {
  1192. padding-top: 50px;
  1193. padding-bottom: 60px;
  1194. .out--container {
  1195. .m--title {
  1196. font-size: 24px;
  1197. margin-bottom: 30px;
  1198. }
  1199. .form--contents--wrap {
  1200. margin-top: 0;
  1201. padding-top: 28px;
  1202. gap: 20px;
  1203. .contact-form{
  1204. gap: 28px;
  1205. }
  1206. .form--contents {
  1207. margin-bottom: 0;
  1208. input[type="text"], input[type="email"]{
  1209. font-size: 15px;
  1210. }
  1211. &.half--cont{
  1212. width: 100%;
  1213. max-width: 100%;
  1214. }
  1215. h3 {
  1216. font-size: 15px;
  1217. &.privacy--title {
  1218. margin-bottom: 16px!important;
  1219. }
  1220. }
  1221. .qna--radio--group{
  1222. fieldset{
  1223. >div{
  1224. >div{
  1225. &:nth-of-type(2){
  1226. label{
  1227. font-size: 15px;
  1228. }
  1229. }
  1230. }
  1231. }
  1232. }
  1233. }
  1234. }
  1235. }
  1236. .tel-group{
  1237. button{
  1238. padding-left: 12px;
  1239. font-size: 15px;
  1240. }
  1241. }
  1242. .note-placeholder{
  1243. font-size: 15px;
  1244. }
  1245. .privacy-box{
  1246. .privacy-content{
  1247. padding: 16px 24px 16px 16px;
  1248. height: 240px;
  1249. font-size: 14px;
  1250. margin-bottom: 16px;
  1251. }
  1252. .agree-check{
  1253. flex-direction: column;
  1254. gap: 12px;
  1255. align-items: start;
  1256. }
  1257. }
  1258. }
  1259. }
  1260. }
  1261. @media(max-width: 540px){
  1262. main{
  1263. section{
  1264. .sub--container{
  1265. .tab--wrap{
  1266. &.patents{
  1267. width: calc(100% + 20px);
  1268. justify-content: start;
  1269. overflow-x: auto;
  1270. }
  1271. }
  1272. .patents--wrap{
  1273. .patents--list{
  1274. .patents{
  1275. width: calc(50% - 8px);
  1276. }
  1277. }
  1278. }
  1279. .sns--wrap{
  1280. .sns--list{
  1281. width: calc(100% + 20px);
  1282. overflow-x: auto;
  1283. .sns{
  1284. min-width: 128px;
  1285. width: 128px;
  1286. }
  1287. }
  1288. }
  1289. }
  1290. }
  1291. }
  1292. }