media.scss 22 KB

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