media.scss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  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. &.quick--contact{
  485. .contact--bubble{
  486. top: 5px;
  487. }
  488. }
  489. &.quick--global{
  490. .global--bubble{
  491. &::after{
  492. width: 60px;
  493. height: 60px;
  494. }
  495. }
  496. }
  497. }
  498. >button{
  499. margin-top: 10px;
  500. background-size: 20px 20px;
  501. width: 60px;
  502. height: 60px;
  503. }
  504. }
  505. }
  506. }
  507. @media(max-width: 1000px){
  508. main{
  509. .sub--container{
  510. .sub--title--wrap{
  511. .sub--title{
  512. font-size: 40px;
  513. &.type--2{
  514. font-size: 30px;
  515. }
  516. }
  517. }
  518. .sub--cont--wrap{
  519. .sub--point{
  520. margin-top: 50px;
  521. row-gap: 20px;
  522. .point--box{
  523. padding: 20px;
  524. width: calc(50% - 10px);
  525. }
  526. }
  527. }
  528. }
  529. }
  530. }
  531. @media(max-width: 767px){
  532. .container{
  533. .image--section{
  534. .section--container{
  535. .contact--wrap{
  536. .contact--form{
  537. .contact--cont{
  538. .input--type2--wrap{
  539. flex-direction: column;
  540. .input--wrap{
  541. width: 100%;
  542. }
  543. }
  544. }
  545. }
  546. }
  547. }
  548. .main--swiper{
  549. .swiper-slide{
  550. .txt--wrap{
  551. top: 50%;
  552. transform: translate(-50%, -50%);
  553. >span{
  554. font-size: 16px;
  555. margin-bottom: 20px;
  556. }
  557. >h2{
  558. font-size: 55px;
  559. margin-bottom: 35px;
  560. }
  561. }
  562. }
  563. }
  564. }
  565. }
  566. main{
  567. .sub--visual--wrap{
  568. .visual--wrap{
  569. .op--65{
  570. object-position: 65%;
  571. }
  572. }
  573. .visual--txt--wrap{
  574. h2{
  575. .mo{
  576. display: block;
  577. }
  578. }
  579. }
  580. }
  581. .sub--menu--wrap{
  582. padding: 40px 20px;
  583. }
  584. .sub--container{
  585. .sub--title--wrap{
  586. flex-direction: column;
  587. align-items: center;
  588. margin-bottom: 30px;
  589. .sub--title{
  590. &.type--2{
  591. font-size: 28px;
  592. letter-spacing: -0.32px;
  593. }
  594. &.web{
  595. display: none;
  596. }
  597. &.mo{
  598. display: inline-block;
  599. width: fit-content;
  600. }
  601. }
  602. }
  603. .sub--cont--wrap{
  604. .map--desc{
  605. h4{
  606. font-size: 20px;
  607. }
  608. ul{
  609. li{
  610. width: 100%!important;
  611. .ico{
  612. background-size: 14px 14px;
  613. width: 30px;
  614. height: 30px;
  615. min-width: 30px;
  616. }
  617. }
  618. }
  619. }
  620. }
  621. .grt--wrap{
  622. .grt--part{
  623. margin-bottom: 70px;
  624. &:last-child{
  625. margin-bottom: 0;
  626. }
  627. .grt--title{
  628. margin: 0 auto;
  629. padding-bottom: 60px;
  630. .grt--year{
  631. padding: 25px 30px;
  632. width: auto;
  633. .grt--txt{
  634. transform: translateX(-50%);
  635. left: 50%;
  636. top: auto;
  637. bottom: -36px;
  638. font-weight: 700;
  639. font-size: 16px;
  640. }
  641. .title--line{
  642. display: none;
  643. }
  644. }
  645. }
  646. .grt--desc{
  647. padding-left: 0;
  648. .desc{
  649. .desc--txt{
  650. padding-left: 0px;
  651. padding-bottom: 50px;
  652. gap: 35px;
  653. .desc--year{
  654. font-size: 22px;
  655. }
  656. ul{
  657. li{
  658. flex-direction: column;
  659. gap: 20px;
  660. &.active{
  661. .circle{
  662. background-color: #EC3237;
  663. }
  664. }
  665. .circle{
  666. display: inline-block;
  667. background-color: #ccc;
  668. transition: all 0.3s;
  669. width: 8px;
  670. margin-right: 15px;
  671. height: 8px;
  672. border-radius: 50%;
  673. vertical-align: 2px;
  674. }
  675. >p{
  676. padding-left: 24px;
  677. }
  678. }
  679. }
  680. }
  681. .desc--line{
  682. display: none;
  683. }
  684. }
  685. }
  686. }
  687. }
  688. .org--wrap{
  689. padding-top: 50px;
  690. >h3{
  691. font-size: 30px;
  692. font-weight: 700;
  693. margin-bottom: 40px;
  694. }
  695. .org--cont{
  696. .org--top{
  697. .ceo--circle{
  698. min-width: 120px;
  699. width: 120px;
  700. height: 120px;
  701. }
  702. .ceo--line{
  703. &.bottom--type{
  704. left: 60px;
  705. }
  706. }
  707. }
  708. .org--mid{
  709. .org--group{
  710. padding-bottom: 30px;
  711. width: 100%;
  712. margin-left: 20px!important;
  713. .org--list{
  714. &.w--240{
  715. li{
  716. width: 100%;
  717. }
  718. }
  719. li{
  720. width: 100%;
  721. }
  722. }
  723. }
  724. }
  725. .org--group--box{
  726. .org--box{
  727. width: 100%;
  728. }
  729. }
  730. }
  731. }
  732. }
  733. .quick--menu--wrap{
  734. >div{
  735. &.quick--contact{
  736. .contact--bubble{
  737. font-size: 15px;
  738. font-weight: 300;
  739. }
  740. }
  741. &.quick--global{
  742. .global--bubble{
  743. position: fixed;
  744. bottom: 0;
  745. width: 100%;
  746. top: auto;
  747. left: 0;
  748. height: 50vh;
  749. border-radius: 40px;
  750. border-bottom-left-radius: 0;
  751. border-bottom-right-radius: 0;
  752. padding: 45px 35px;
  753. &::after{
  754. display: none;
  755. }
  756. .global--title{
  757. margin-bottom: 30px;
  758. }
  759. .global--list{
  760. height: calc(50vh - 145px);
  761. a{
  762. font-size: 15px;
  763. font-weight: 300;
  764. }
  765. }
  766. }
  767. }
  768. }
  769. }
  770. }
  771. }
  772. @media(max-width: 500px){
  773. .container{
  774. .image--section{
  775. .section--container{
  776. .map--wrap{
  777. .map--dot--box{
  778. .map--dots{
  779. gap: 15px;
  780. .dot{
  781. width: 150px;
  782. height: 150px;
  783. }
  784. }
  785. }
  786. }
  787. }
  788. }
  789. }
  790. main{
  791. .sub--menu--wrap{
  792. &.web{
  793. display: none;
  794. }
  795. &.mo{
  796. display: block;
  797. }
  798. }
  799. .sub--visual--wrap{
  800. .visual--txt--wrap{
  801. bottom: -7px;
  802. h2{
  803. font-size: 48px;
  804. }
  805. }
  806. }
  807. .sub--container{
  808. .sub--cont--wrap{
  809. .sub--point{
  810. .point--box{
  811. width: 100%;
  812. padding: 30px;
  813. }
  814. }
  815. }
  816. .org--wrap{
  817. .org--cont{
  818. .org--top{
  819. margin-bottom: 170px;
  820. .ceo--line{
  821. &.right--type{
  822. top: 180px;
  823. position: absolute;
  824. width: 90px;
  825. left: 60px;
  826. }
  827. &.bottom--type{
  828. height: 170px;
  829. }
  830. }
  831. .ceo--circle{
  832. &.type--2{
  833. left: 150px;
  834. top: 120px;
  835. position: absolute;
  836. }
  837. &.type--3{
  838. top: 120px;
  839. position: absolute;
  840. left: 270px;
  841. }
  842. }
  843. }
  844. .org--mid{
  845. .org--group--box{
  846. .org--box{
  847. height: auto;
  848. padding: 25px 25px;
  849. }
  850. }
  851. }
  852. }
  853. }
  854. }
  855. }
  856. }
  857. @media(max-width: 420px){
  858. main{
  859. .sub--container{
  860. .org--wrap{
  861. .org--cont{
  862. .org--top{
  863. margin-bottom: 150px;
  864. .ceo--circle{
  865. height: 100px;
  866. min-width: 100px;
  867. width: 100px;
  868. &.type--2{
  869. top: 100px;
  870. left: 140px;
  871. }
  872. &.type--3{
  873. top: 100px;
  874. left: 240px;
  875. }
  876. }
  877. .ceo--line{
  878. &.bottom--type{
  879. height: 150px;
  880. left: 50px;
  881. }
  882. &.right--type{
  883. left: 50px;
  884. top: 150px;
  885. }
  886. }
  887. }
  888. }
  889. }
  890. }
  891. }
  892. }