media.scss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. @media(max-width: 1800px){
  2. .container{
  3. .image--section{
  4. .section--container{
  5. .contact--wrap{
  6. .contact--form{
  7. padding: 40px 50px;
  8. .contact--tit{
  9. h3{
  10. font-size: 28px;
  11. margin-bottom: 10px;
  12. }
  13. }
  14. .contact--cont{
  15. gap: 20px;
  16. height: calc(100% - 100px);
  17. .input--wrap{
  18. gap: 10px;
  19. select{
  20. padding: 15px;
  21. }
  22. input{
  23. padding: 15px;
  24. }
  25. textarea{
  26. padding: 15px;
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }
  34. }
  35. }
  36. @media(max-width: 1600px){
  37. .header--wrap{
  38. .header--inner{
  39. padding: 0 20px;
  40. .header--nav{
  41. >ul{
  42. >li{
  43. >a{
  44. padding: 30px 50px;
  45. }
  46. }
  47. }
  48. }
  49. }
  50. }
  51. .container{
  52. .image--section {
  53. .main--swiper {
  54. .swiper-slide {
  55. .txt--wrap{
  56. padding: 0 20px;
  57. }
  58. }
  59. .main--swiper--tab{
  60. .tab--wrap{
  61. padding: 50px 20px 30px;
  62. .tab--inner{
  63. dt{
  64. font-size: 16px;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. .section--container{
  71. .text--wrap{
  72. padding: 0 20px;
  73. }
  74. .contact--wrap{
  75. padding: 0 20px;
  76. .contact--form{
  77. padding: 40px;
  78. }
  79. .location--group{
  80. width: 55%;
  81. }
  82. .contact--form{
  83. width: calc(45% - 30px);
  84. }
  85. }
  86. }
  87. }
  88. }
  89. main{
  90. .sub--visual--wrap{
  91. .visual--txt--wrap{
  92. bottom: -7px;
  93. padding: 0 20px;
  94. h2{
  95. font-size: 72px;
  96. }
  97. }
  98. }
  99. .sub--menu--wrap{
  100. padding: 80px 20px;
  101. p{
  102. font-size: 14px;
  103. }
  104. }
  105. .sub--container{
  106. padding: 0 20px;
  107. .sub--title--wrap{
  108. .sub--title{
  109. &.type--2{
  110. font-size: 36px;
  111. }
  112. }
  113. }
  114. .sub--cont--wrap{
  115. margin-bottom: 80px;
  116. .sub--point{
  117. margin-top: 80px;
  118. }
  119. .sub--desc{
  120. br{
  121. display: none;
  122. }
  123. }
  124. }
  125. .org--wrap{
  126. .org--cont{
  127. .org--mid{
  128. .org--group--box{
  129. width: 100%;
  130. margin-bottom: 20px;
  131. }
  132. .org--group{
  133. &:nth-of-type(2){
  134. margin-left: 20px;
  135. }
  136. }
  137. .org--group{
  138. .org--line{
  139. &.none--circle{
  140. &::before{
  141. display: block;
  142. }
  143. &::after{
  144. display: block;
  145. left: -12px;
  146. }
  147. }
  148. }
  149. }
  150. .org--line{
  151. &::before{
  152. left: 0;
  153. right: auto;
  154. }
  155. &::after{
  156. left: -12px;
  157. right: auto;
  158. }
  159. &.type--1{
  160. display: none;
  161. }
  162. &.bottom--type{
  163. display: none;
  164. }
  165. }
  166. }
  167. }
  168. }
  169. }
  170. .quick--menu--wrap{
  171. right: 20px;
  172. }
  173. }
  174. }
  175. @media(max-width: 1264px){
  176. .container{
  177. .image--section{
  178. .section--container{
  179. .map--wrap{
  180. justify-content: center;
  181. .map--img{
  182. img{
  183. width: auto;
  184. }
  185. }
  186. }
  187. }
  188. }
  189. }
  190. }
  191. @media(max-width: 1240px){
  192. .header--wrap{
  193. // &:hover{
  194. // background-color: #101014;
  195. // .header--inner{
  196. // .header--logo{
  197. // background-image: url(../img/logo--default.svg)!important;
  198. // }
  199. // }
  200. // }
  201. .header--inner{
  202. height: 80px;
  203. .header--nav{
  204. display: none;
  205. }
  206. .header--mob--btn{
  207. display: block;
  208. }
  209. .header--lang--btn{
  210. display: none;
  211. }
  212. .header--mob--lang--btn{
  213. display: block;
  214. }
  215. }
  216. }
  217. .footer--wrap{
  218. position: static;
  219. padding: 40px 20px;
  220. font-size: 13px;
  221. }
  222. .container{
  223. .image--section{
  224. height: auto;
  225. position: static;
  226. &.global--section{
  227. .section--container{
  228. display: flex;
  229. flex-direction: column-reverse;
  230. }
  231. }
  232. &.contact--section{
  233. background-image: url(../img/main--contact--mo.png);
  234. background-position: bottom;
  235. background-size: 100%;
  236. background-repeat: no-repeat;
  237. background-color: #15161a;
  238. }
  239. .main--swiper{
  240. .swiper-slide{
  241. .txt--wrap{
  242. >h2{
  243. font-size: 72px;
  244. }
  245. }
  246. }
  247. .main--swiper--tab{
  248. display: none;
  249. }
  250. .swiper--btn--wrap{
  251. display: block;
  252. .swiper-button-next,
  253. .swiper-button-prev{
  254. display: block;
  255. }
  256. }
  257. .swiper--pag--wrap{
  258. display: block;
  259. }
  260. }
  261. .section--container{
  262. .map--wrap{
  263. position: static;
  264. padding-bottom: 80px;
  265. .map--img{
  266. width: 100%;
  267. display: flex;
  268. justify-content: center;
  269. }
  270. .map--dot--box{
  271. display: flex;
  272. align-items: center;
  273. .map--dots{
  274. padding: 20px;
  275. height: auto;
  276. display: flex;
  277. justify-content: center;
  278. align-items: center;
  279. flex-wrap: wrap;
  280. gap: 25px;
  281. .dot{
  282. position: static;
  283. }
  284. }
  285. }
  286. }
  287. .text--wrap{
  288. padding-top: 100px;
  289. padding-bottom: 70px;
  290. position: static;
  291. >h3{
  292. color: #fff;
  293. font-size: 40px;
  294. margin-bottom: 25px;
  295. }
  296. >h4{
  297. margin-bottom: 30px;
  298. }
  299. >p{
  300. margin-bottom: 50px;
  301. }
  302. }
  303. .contact--wrap{
  304. padding: 100px 20px 80px;
  305. flex-direction: column;
  306. align-items: start;
  307. color: #fff;
  308. .location--group{
  309. display: none;
  310. }
  311. .contact--tit--mo{
  312. word-break: keep-all;
  313. margin-bottom: 50px;
  314. display: block;
  315. >h3{
  316. font-size: 40px;
  317. margin-bottom: 25px;
  318. font-weight: 800;
  319. text-transform: uppercase;
  320. letter-spacing: -0.8px;
  321. }
  322. p{
  323. font-weight: 400;
  324. font-size: 17px;
  325. letter-spacing: -0.34px;
  326. }
  327. }
  328. .contact--form{
  329. width: 100%;
  330. padding: 35px 25px;
  331. margin-bottom: 30px;
  332. height: auto;
  333. .contact--tit{
  334. display: none;
  335. }
  336. .contact--cont{
  337. height: auto;
  338. gap: 35px;
  339. .input--wrap{
  340. gap: 18px;
  341. select{
  342. padding: 20px;
  343. }
  344. input{
  345. padding: 20px;
  346. }
  347. textarea{
  348. padding: 20px;
  349. }
  350. }
  351. }
  352. }
  353. .contact--btn--mo{
  354. display: block;
  355. width: 100%;
  356. button{
  357. cursor: pointer;
  358. font-size: 18px;
  359. color: #fff;
  360. font-weight: 500;
  361. justify-content: center;
  362. align-items: center;
  363. display: flex;
  364. gap: 15px;
  365. border: none;
  366. border-radius: 15px;
  367. background-color: #EC3237;
  368. width: 100%;
  369. padding: 30px;
  370. .ico{
  371. width: 16px;
  372. height: 16px;
  373. background-repeat: no-repeat;
  374. display: block;
  375. background-image: url(../img/ico--contact.svg);
  376. background-position: center;
  377. }
  378. }
  379. }
  380. }
  381. }
  382. }
  383. }
  384. main{
  385. .sub--visual--wrap{
  386. .visual--wrap{
  387. height: 500px;
  388. img{
  389. height: 100%;
  390. object-fit: cover;
  391. }
  392. }
  393. .visual--txt--wrap{
  394. bottom: -9px;
  395. h2{
  396. font-size: 60px;
  397. }
  398. }
  399. }
  400. .sub--container{
  401. .sub--cont--wrap{
  402. .sub--desc{
  403. font-size: 15px;
  404. }
  405. .sub--point{
  406. .point--box{
  407. width: calc((100% - 60px) / 4);
  408. padding: 30px;
  409. .ico{
  410. margin-bottom: 20px;
  411. }
  412. h5{
  413. font-size: 18px;
  414. margin-bottom: 15px;
  415. }
  416. p{
  417. font-size: 14px;
  418. }
  419. }
  420. }
  421. .map--wrap{
  422. height: 400px;
  423. }
  424. .map--desc{
  425. margin-top: 40px;
  426. h4{
  427. font-size: 24px;
  428. margin-bottom: 30px;
  429. }
  430. ul{
  431. gap: 20px;
  432. li{
  433. font-size: 15px;
  434. }
  435. }
  436. }
  437. }
  438. .grt--wrap{
  439. margin-bottom: 80px;
  440. .grt--part{
  441. align-items: flex-start;
  442. .grt--title{
  443. .grt--year{
  444. width: 200px;
  445. .grt--txt{
  446. left: calc(100% + 20px);
  447. right: auto;;
  448. }
  449. }
  450. h4{
  451. font-size: 20px;
  452. text-align: center;
  453. }
  454. }
  455. .grt--desc{
  456. padding-left: 97px;
  457. width: 100%;
  458. }
  459. }
  460. }
  461. .org--wrap{
  462. .org--cont{
  463. .org--mid{
  464. .org--group{
  465. padding-bottom: 50px;
  466. width: calc(50% - 10px);
  467. padding-right: 0;
  468. &:nth-of-type(4){
  469. margin-left: 20px;
  470. }
  471. }
  472. }
  473. }
  474. }
  475. }
  476. .quick--menu--wrap{
  477. width: 60px;
  478. gap: 10px;
  479. >div{
  480. width: 60px;
  481. height: 60px;
  482. background-size: 26px 26px;
  483. background-color: rgba(255, 255, 255, 0.70);
  484. }
  485. >button{
  486. margin-top: 10px;
  487. background-size: 20px 20px;
  488. width: 60px;
  489. height: 60px;
  490. }
  491. }
  492. }
  493. }
  494. @media(max-width: 1000px){
  495. main{
  496. .sub--container{
  497. .sub--title--wrap{
  498. .sub--title{
  499. font-size: 40px;
  500. &.type--2{
  501. font-size: 30px;
  502. }
  503. }
  504. }
  505. .sub--cont--wrap{
  506. .sub--point{
  507. margin-top: 50px;
  508. row-gap: 20px;
  509. .point--box{
  510. padding: 20px;
  511. width: calc(50% - 10px);
  512. }
  513. }
  514. }
  515. }
  516. }
  517. }
  518. @media(max-width: 767px){
  519. .container{
  520. .image--section{
  521. .section--container{
  522. .contact--wrap{
  523. .contact--form{
  524. .contact--cont{
  525. .input--type2--wrap{
  526. flex-direction: column;
  527. .input--wrap{
  528. width: 100%;
  529. }
  530. }
  531. }
  532. }
  533. }
  534. }
  535. .main--swiper{
  536. .swiper-slide{
  537. .txt--wrap{
  538. top: 50%;
  539. transform: translate(-50%, -50%);
  540. >span{
  541. font-size: 16px;
  542. margin-bottom: 20px;
  543. }
  544. >h2{
  545. font-size: 55px;
  546. margin-bottom: 35px;
  547. }
  548. }
  549. }
  550. }
  551. }
  552. }
  553. main{
  554. .sub--visual--wrap{
  555. .visual--wrap{
  556. .op--65{
  557. object-position: 65%;
  558. }
  559. }
  560. .visual--txt--wrap{
  561. h2{
  562. .mo{
  563. display: block;
  564. }
  565. }
  566. }
  567. }
  568. .sub--menu--wrap{
  569. padding: 40px 20px;
  570. }
  571. .sub--container{
  572. .sub--title--wrap{
  573. flex-direction: column;
  574. align-items: center;
  575. margin-bottom: 30px;
  576. .sub--title{
  577. &.type--2{
  578. font-size: 28px;
  579. letter-spacing: -0.32px;
  580. }
  581. &.web{
  582. display: none;
  583. }
  584. &.mo{
  585. display: inline-block;
  586. width: fit-content;
  587. }
  588. }
  589. }
  590. .sub--cont--wrap{
  591. .map--desc{
  592. h4{
  593. font-size: 20px;
  594. }
  595. ul{
  596. li{
  597. width: 100%!important;
  598. .ico{
  599. background-size: 14px 14px;
  600. width: 30px;
  601. height: 30px;
  602. min-width: 30px;
  603. }
  604. }
  605. }
  606. }
  607. }
  608. .grt--wrap{
  609. .grt--part{
  610. margin-bottom: 70px;
  611. &:last-child{
  612. margin-bottom: 0;
  613. }
  614. .grt--title{
  615. margin: 0 auto;
  616. padding-bottom: 60px;
  617. .grt--year{
  618. padding: 25px 30px;
  619. width: auto;
  620. .grt--txt{
  621. transform: translateX(-50%);
  622. left: 50%;
  623. top: auto;
  624. bottom: -36px;
  625. font-weight: 700;
  626. font-size: 16px;
  627. }
  628. .title--line{
  629. display: none;
  630. }
  631. }
  632. }
  633. .grt--desc{
  634. padding-left: 0;
  635. .desc{
  636. .desc--txt{
  637. padding-left: 0px;
  638. padding-bottom: 50px;
  639. gap: 35px;
  640. .desc--year{
  641. font-size: 22px;
  642. }
  643. ul{
  644. li{
  645. flex-direction: column;
  646. gap: 20px;
  647. &.active{
  648. .circle{
  649. background-color: #EC3237;
  650. }
  651. }
  652. .circle{
  653. display: inline-block;
  654. background-color: #ccc;
  655. transition: all 0.3s;
  656. width: 8px;
  657. margin-right: 15px;
  658. height: 8px;
  659. border-radius: 50%;
  660. vertical-align: 2px;
  661. }
  662. >p{
  663. padding-left: 24px;
  664. }
  665. }
  666. }
  667. }
  668. .desc--line{
  669. display: none;
  670. }
  671. }
  672. }
  673. }
  674. }
  675. .org--wrap{
  676. padding-top: 50px;
  677. >h3{
  678. font-size: 30px;
  679. font-weight: 700;
  680. margin-bottom: 40px;
  681. }
  682. .org--cont{
  683. .org--top{
  684. .ceo--circle{
  685. min-width: 120px;
  686. width: 120px;
  687. height: 120px;
  688. }
  689. .ceo--line{
  690. &.bottom--type{
  691. left: 60px;
  692. }
  693. }
  694. }
  695. .org--mid{
  696. .org--group{
  697. padding-bottom: 30px;
  698. width: 100%;
  699. margin-left: 20px!important;
  700. .org--list{
  701. &.w--240{
  702. li{
  703. width: 100%;
  704. }
  705. }
  706. li{
  707. width: 100%;
  708. }
  709. }
  710. }
  711. }
  712. .org--group--box{
  713. .org--box{
  714. width: 100%;
  715. }
  716. }
  717. }
  718. }
  719. }
  720. }
  721. }
  722. @media(max-width: 500px){
  723. .container{
  724. .image--section{
  725. .section--container{
  726. .map--wrap{
  727. .map--dot--box{
  728. .map--dots{
  729. gap: 15px;
  730. .dot{
  731. width: 150px;
  732. height: 150px;
  733. }
  734. }
  735. }
  736. }
  737. }
  738. }
  739. }
  740. main{
  741. .sub--menu--wrap{
  742. &.web{
  743. display: none;
  744. }
  745. &.mo{
  746. display: block;
  747. }
  748. }
  749. .sub--visual--wrap{
  750. .visual--txt--wrap{
  751. bottom: -7px;
  752. h2{
  753. font-size: 48px;
  754. }
  755. }
  756. }
  757. .sub--container{
  758. .sub--cont--wrap{
  759. .sub--point{
  760. .point--box{
  761. width: 100%;
  762. padding: 30px;
  763. }
  764. }
  765. }
  766. .org--wrap{
  767. .org--cont{
  768. .org--top{
  769. margin-bottom: 170px;
  770. .ceo--line{
  771. &.right--type{
  772. top: 180px;
  773. position: absolute;
  774. width: 90px;
  775. left: 60px;
  776. }
  777. &.bottom--type{
  778. height: 170px;
  779. }
  780. }
  781. .ceo--circle{
  782. &.type--2{
  783. left: 150px;
  784. top: 120px;
  785. position: absolute;
  786. }
  787. &.type--3{
  788. top: 120px;
  789. position: absolute;
  790. left: 270px;
  791. }
  792. }
  793. }
  794. .org--mid{
  795. .org--group--box{
  796. .org--box{
  797. height: auto;
  798. padding: 25px 25px;
  799. }
  800. }
  801. }
  802. }
  803. }
  804. }
  805. }
  806. }
  807. @media(max-width: 420px){
  808. main{
  809. .sub--container{
  810. .org--wrap{
  811. .org--cont{
  812. .org--top{
  813. margin-bottom: 150px;
  814. .ceo--circle{
  815. height: 100px;
  816. min-width: 100px;
  817. width: 100px;
  818. &.type--2{
  819. top: 100px;
  820. left: 140px;
  821. }
  822. &.type--3{
  823. top: 100px;
  824. left: 240px;
  825. }
  826. }
  827. .ceo--line{
  828. &.bottom--type{
  829. height: 150px;
  830. left: 50px;
  831. }
  832. &.right--type{
  833. left: 50px;
  834. top: 150px;
  835. }
  836. }
  837. }
  838. }
  839. }
  840. }
  841. }
  842. }