@charset "utf-8";
/*
 * Name     : layout.css
 * Version  : 1.0.4
 * Author   : onepixel studio
 * Date     : 2020-05-10
 ---------------------------------------------------
 Table of contents
 ---------------------------------------------------
    01. header
    02. container
    03. footer
    04. media queries
---------------------------------------------------
*/

/* ------------------------------
 * header
------------------------------ */

#header {position: fixed; top: 0; left: 0; right: 0; height: 90px; z-index: 1000; transition: all .3s}
#header .container-wide {position: relative; height: 100%}
#header .logo {float:left; display: table; width: 210px; height: 100%; transition: height .3s}
#header .logo a {display: table-cell; vertical-align: middle}
#header .logo a img {display: block; width: 100%}
#header .btn-nav-open {position: relative; display: none; width: 20px; height: 20px; margin-left: 20px; padding: 0; border: none; background-color: transparent; cursor: pointer; outline: 0; vertical-align: middle}
#header .btn-nav-open span {position: absolute; display: block; left: 50%; width: 16px; height: 2px; margin-left: -8px; background-color: #fff; transition: all .3s}
#header .btn-nav-open span:first-child {top: 4px}
#header .btn-nav-open span:nth-child(2) {top: 9px}
#header .btn-nav-open span:last-child {top: 14px}
#header .btn-nav-open:hover span:first-child {top: 0px}
#header .btn-nav-open:hover span:last-child {top: 18px}
body.nav-is-open #header .side-nav {right: 0; opacity: 1}
#header .gnb {float: right; text-align: right}
#header .gnb .menu-items {display: inline-block; font-size: 0; vertical-align: middle}
#header .gnb .menu-items > li {position: relative; display: inline-block}
#header .gnb .menu-items > li > a {position: relative; display: block; font-family: 'Pretendard', sans-serif; font-size: 12px; font-weight: 500; color: #fff; line-height: 90px; letter-spacing: 2px; padding: 0 20px; transition: opacity .25s, line-height .3s}
#header .gnb .menu-items > li > a:hover, #header .gnb .menu-items > li.is-open > a, #header .gnb .menu-items > li.is-active > a {opacity: .8}
#header .gnb .menu-items > li > .subnav-wrap {position: absolute; display: block; top: 100%; left: 0; width: 240px; text-align: left; background-color: #fff; box-shadow: 0 5px 5px 0 rgba(0,0,0,.05); visibility: hidden; overflow: hidden}
#header .gnb .menu-items > li .subnav {padding: 30px 0}
#header .gnb .menu-items > li .subnav > li > a {position: relative; display: block; font-size: 16px; color: #888; padding: 5px 35px; transition: color .25s}
#header .gnb .menu-items > li .subnav > li > a span {position: relative; display: block; overflow: hidden; transition: padding-left .25s}
#header .gnb .menu-items > li .subnav > li > a span:before {content: '\e907'; font-family: 'xeicon'; font-size: 13px; position: absolute; top: 3px; left: -10px; opacity: 0; transition: left .25s, opacity .25s}
#header .gnb .menu-items > li .subnav > li > a:hover {color: #222}
#header .gnb .menu-items > li .subnav > li > a:hover span {padding-left: 20px}
#header .gnb .menu-items > li .subnav > li > a:hover span:before {left: 0; opacity: 1}
#header .gnb .member-menu {display: inline-block; padding-left: 40px; vertical-align: middle}
#header .gnb .member-menu li {display: inline-block}
#header .gnb .member-menu li a {font-size: 12px; color: #fff; letter-spacing: 1px; line-height: 90px; transition: line-height .3s}
#header .gnb .member-menu li+li a:before {content: '|'; display: inline-block; margin: 0 15px; color: #fff; opacity: .2}
#header .side-nav {position: fixed; display: none; top: 0; right: -500px; bottom: 0; width: 440px; padding-top: 120px; background-color: #090a0a; z-index: 50; box-shadow: -30px 0 50px 0 rgba(0,0,0,.24); transition: right .45s; transition-timing-function: cubic-bezier(.77,0,.17,1)}
#header .side-nav .btn-nav-close {position: absolute; top: 50px; right: 42px; width: 40px; height: 40px; font-size: 24px; color: #fff; padding: 0; border: none; background-color: transparent; outline: 0; opacity: .6; transition: opacity .25s}
#header .side-nav .btn-nav-close:hover {opacity: 1}
#header .side-nav .side-logo {padding: 0 80px}
#header .side-nav .side-logo a {display: block; max-width: 200px}
#header .side-nav .side-logo a img {display: block; width: 100%}
#header .side-nav .scrollable {margin-top: 40px; max-height: calc(100% - 220px); overflow-y: auto}
#header .side-nav .menu-items {padding: 0 80px}
#header .side-nav .menu-items > li {padding: 12px 0}
#header .side-nav .menu-items > li > a {position: relative; display: block; font-size: 17px; font-weight: 500; color: #555; transition: color .25s}
#header .side-nav .menu-items > li > a span {position: relative; display: block; transition: padding-left .25s}
#header .side-nav .menu-items > li > a span:before {content: '\e907'; font-family: 'xeicon'; font-size: 13px; position: absolute; top: 3px; left: -10px; opacity: 0; transition: left .25s, opacity .25s}
#header .side-nav .menu-items > li.has-child-menu > a:after {content: '\e943'; position: absolute; top: 50%; right: 0; font-family: 'xeicon'; font-size: 17px; color: #aaa; margin-top: -12px; transition: transform .25s ease}
#header .side-nav .menu-items > li > a:hover, #header .side-nav .menu-items > li.is-open > a, #header .side-nav .menu-items > li.is-active > a {color: #fff}
#header .side-nav .menu-items > li > a:hover span, #header .side-nav .menu-items > li.is-open > a span, #header .side-nav .menu-items > li.is-active > a span {padding-left: 20px}
#header .side-nav .menu-items > li > a:hover span:before, #header .side-nav .menu-items > li.is-open > a span:before, #header .side-nav .menu-items > li.is-active > a span:before {left: 0; opacity: 1}
#header .side-nav .menu-items > li.is-open.has-child-menu > a:after, #header .side-nav .menu-items > li.is-active.has-child-menu > a:after {transform: rotate(180deg)}
#header .side-nav .menu-items > li > .subnav {display: none; padding-top: 8px}
#header .side-nav .menu-items > li > .subnav > li {padding: 6px 0}
#header .side-nav .menu-items > li > .subnav > li > a {font-size: 14px; color: #666; transition: color .2s}
#header .side-nav .menu-items > li > .subnav > li > a:hover, #header .side-nav .menu-items > li > .subnav > li.is-active > a {color:#eee}
#header .side-nav .member-menu {position: absolute; bottom: 0; left: 60px; right: 60px; font-size: 0; text-align: center; padding-top: 30px; padding-bottom: 60px; border-top: 4px solid rgba(255,255,255,.14)}
#header .side-nav .member-menu li {display: inline-block}
#header .side-nav .member-menu li a {font-size: 16px; color: #666}
#header .side-nav .member-menu li+li a:before {content: '/'; display: inline-block; margin: 0 15px; color: #fff; opacity: .2}
#header .nav-dimmed {display: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 30}
#header.sticky {height: 80px; background-color: rgba(0,0,0,.9)}
#header.sticky .gnb .menu-items > li > a {line-height: 80px}
#header.sticky .gnb .member-menu li a {line-height: 80px}
#header .btn-nav-open[aria-expanded="true"] + .gnb {right: 0; opacity: 1}

/* ------------------------------
 * container
------------------------------ */
body {opacity: 0; transition: opacity .5s}
body.__load {opacity: 1}
main {overflow-x: hidden}
body.main #container {padding-top:100vh}
body.main #container .section-container {position: relative; background-color: #fff; z-index: 20}

/* ------------------------------
 * footer
------------------------------ */
#btn-to-top {position:fixed; display: block; bottom: 50px; right: -60px; width: 60px; height: 60px; font-size: 20px; color: #fff; text-align: center; line-height: 60px; border-radius: 50%; background-color: var(--point); opacity: 0; z-index: 500; transition: background-color .5s, opacity .5s, right .5s}
#btn-to-top.show {right: 50px; opacity: 1}
#btn-to-top:hover {background-color: #000}

#footer {position: relative; padding: 60px 0; background-color: #222325; z-index: 20}
#footer .col-logo {text-align: right}
#footer .col-logo img {max-width: 180px; opacity: .5}
#footer .col-info .link-items {font-size: 0; margin-bottom: 20px}
#footer .col-info .link-items li {display:inline-block; margin-right: 25px}
#footer .col-info .link-items li a {font-size: 14px; color: #999}
#footer .col-info .link-items li a:hover {color: #fff}
#footer .col-info p {font-size: 14px; color: #616161; line-height: 1.85}
#footer .col-info p .divider:before {content: ''; display: inline-block; width: 1px; height: 14px; margin: 0 10px; background-color: rgba(255,255,255,.14); vertical-align: -1px}

#footer .company-name h3 {font-size:18px; font-weight:600; color:rgba(255,255,255,.7); }
#footer .company-info {margin-top:20px}
#footer .company-info p {font-size:15px; font-weight:300; color:rgba(255,255,255,.4);}
#footer .company-info p + p {margin-top:5px}
#footer .company-info p em.bar {display:inline-block; width:1px; height:10px; background-color:rgba(255,255,255,.4); margin:0 5px}
#footer .brand-site {position: absolute; right: 110px; top: 50%; margin-top:-20px}
#footer .brand-site .bsite {background:transparent; width: 170px}
#footer .brand-site .brand-inner {position:relative}
#footer .brand-site .brand-inner .title {font-size:15px;font-weight: bold;color:#3c3934;padding: 12px 0 12px 32px;border:1px solid #fff;width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;position: relative;border-radius: 35px;z-index: 5;background: #000;}
html[lang="en"] #footer .brand-site .brand-inner .title {padding:12px 0 12px 23px}
/* #footer .brand-site .brand-inner .title::before {position: absolute; left: 20px; top: -1px; width: 452px; height: 1px; background: #bbb; content:''; opacity: 0; transition: 0.3s; z-index: 9;} */
#footer .brand-site .brand-inner .title span {line-height: 1; color:#fff}
#footer .brand-site .brand-inner i {transform:rotate(0deg); transition: 0.3s; display:inline-block; font-size:15px; margin-left:18px; vertical-align: 0}

#footer .brand-site .brand-inner.on .title::before {opacity: 1} 
#footer .brand-site .brand-inner.on .title i {transform:rotate(180deg)} 
#footer .brand-site .brand-inner ul {position:absolute;bottom: calc(100% - 20px);left: 0;width: 100%;height: auto;background: #000;border: 1px solid #d9d9d9;border-bottom: 0;padding: 25px 0 35px;z-index: -1;display: flex;flex-flow: column;display: none;border-radius: 15px;/* z-index: 2; */border-bottom-left-radius: 0;border-bottom-right-radius: 0;} 
#footer .brand-site .brand-inner ul li {padding: 8px 20px} 
#footer .brand-site .brand-inner ul li a {display:block;color: #fff; transition:all 0.3s ease; transform: translateX(0);}
#footer .brand-site .brand-inner ul li:hover a {transform: translateX(10px);} 





/* Renewal 2024-12-17 ~ */
#main_wrap {color: #000;letter-spacing: 0;padding-top: 100vh;}
#main_wrap .container-xl {width: 100%;padding: 0 20px;max-width: 1240px;margin: 0 auto;}
#main_wrap h2 {font-size: 60px;font-weight: 500;}
#main_wrap strong {font-weight: 500;white-space: nowrap;}

/* header - side-nav */
#header.new.sticky {background: #fff;}
#header.new.sticky .logo .logo-light {display: none;}
#header.new.sticky .logo .logo-dark {display: block;}
#header.new.sticky .btn-nav-open span {background: #000;}
#header.new.sticky .gnb .menu-items > li > a {color: #000;}
#header.new .side-nav .menu-items > li > a {font-size: 22px;}
#header.new .side-nav .menu-items > li > .subnav > li > a {font-size: 16px;}
#header.new .side-nav .lang-btns {color: #999;display: flex;left: 82px;position: absolute;bottom: 60px;gap: 20px;font-weight: 300;}
#header.new .side-nav .lang-btns .current {color: #fff;font-weight: 600;position: relative;}
#header.new .side-nav .lang-btns .current::after {content: '';position: absolute;width:100%;height:2px;background:#fff;bottom: 0;left: 0;}
#header.new .side-nav .lang-btns a {color: inherit;}
#header.new .side-nav .menu-items > li.has-child-menu > a::after {color: #fff;}
#header.new .side-nav .btn-nav-close {opacity: 1;}
#header.new .side-nav .menu-items > li > a:hover span {padding: 0;}
#header.new .side-nav .menu-items > li > .subnav {display: block !important;}
#header.new .side-nav .menu-items > li > a {color: #fff;}
#header.new .side-nav .menu-items > li > a span::before {content: none;}

/* section - hero */
section.hero {height: 100vh;position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 0;}
section.hero .hero-swiper {height: 100%;}
section.hero .swiper-pagination {bottom: 54px;}
section.hero .slide-bg img {width: 100%;height: 100%;object-fit: cover;}
section.hero .slide-text {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
section.hero .slide-text img {max-width: 100%;opacity: 0;}
section.hero .swiper-slide.swiper-slide-active .slide-text img {animation: slide_text_show 2s forwards;animation-delay: .6s;}
section.hero .swiper-pagination-bullet {position: relative;width: 60px;height: 3px;border-radius: 0;background: rgba(255,255,255,0.3);margin: 0 5px !important;opacity: 1;}
section.hero .swiper-pagination-bullet span {width: 0%;height: 100%;background: #fff;display: block;position: absolute;top: 0;left: 0;}
section.hero picture.slide-bg img {transform: scale(1.1);transition: transform 4.5s ease;}
section.hero .swiper-slide-active picture.slide-bg img {transform: scale(1);}
@keyframes slide_text_show {
    0% {opacity: 0;transform: translateY(50%);}
    100% {opacity: 1;transform: translateY(0);}
}
/* section - company */
section.company {height: 940px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 40px;background: url(../img/main_company.jpg) no-repeat center;color: #fff;padding: 0 35px;background-size: cover;position: relative;z-index: 2;}
section.company .desc {font-size: 22px;line-height: 1.9;font-weight: 300;text-align: center;display: block;}
section.company .desc-t {font-size: 20px;line-height: 1.8;font-weight: 300;text-align: center;display: none;}
section.company .desc-m {font-size: 14px;line-height: 1.7;text-align: center;display: none;}
section.company .download-btn {font-size: 20px;color: #fff;border-radius: 40px;border: 1px solid #fff;padding: 16px 40px;display: flex;justify-content: space-between;gap:50px;margin-top: 10px;transition: all .3s;}
section.company .download-btn img {width:22px;transform: rotate(90deg);}
section.company .download-btn:hover {background: #000;border-color: #000;}


/* section - contact us */
section.contact {position: relative;z-index: 2;background: #fff;padding: 135px 0 100px 0;}
section.contact .row {margin: 0;margin-top: 88px;}
section.contact .row > div {padding: 0;}
section.contact .ct-row {display: flex;column-gap: 50px;font-size: 20px;padding-right: 20px;}
section.contact .row .col-md-6:first-child .ct-row {margin-bottom: 20px;}
section.contact .ct-row .ct-col:nth-child(2) {line-height: 2.1;color: #666;font-weight: 300;font-size: 18px;}
section.contact .ct-row:nth-child(2) {margin-top: 20px;}
section.contact .ct-row .ct-col.en-w {width: 260px;}


/* section - map */
section.map {overflow: hidden;position: relative;height: 470px;}
section.map iframe {position: absolute;top: -110px;left: 0;}


/* brand page */
#brand_wrap {letter-spacing: 0;padding-top: 100vh;transition: padding-top .3s;}
#brand_wrap .brand-cover {width: 100%;height: 100vh;transition: height .3s;position: fixed;z-index: 0;top: 0;left: 0;}
#brand_wrap .cover-area {position: absolute;width: 100%;height: 100%;}

.cover-anim { position: absolute; bottom: 6.25%; width: 100%; display: flex; justify-content: center; opacity: 0; } 
.cover-anim .cover-round {width: 29px;height: 45px;border: 1px solid #fff;border-radius: 40px;position: relative;padding-top: 22.5px;display: flex;flex-direction: column;gap: 0.5px;} 
.cover-anim .cover-dot { width: 5px; height: 5px; background: #fff; border-radius: 10px; position: absolute; top: 8px; left: 11px; animation: cover-anim-dot 1.2s infinite;} 
.cover-anim .cover-arrow {position: relative;display: block;height: 4.2px;width: 4.5px;margin: 0 auto;opacity: 0;} 
.cover-anim .cover-arrow.arw1 {animation: cover-anim-arrow1 .6s infinite;}
.cover-anim .cover-arrow.arw2 {animation: cover-anim-arrow2 .6s infinite;}
.cover-anim .cover-arrow.arw3 {animation: cover-anim-arrow3 .6s infinite;}
.cover-anim .cover-arrow::before { content: ''; width: 1.2px; height: 4.5px; position: absolute; transform: rotate(-45deg); background: #fff; left:0; } 
.cover-anim .cover-arrow::after { content: ''; width: 1.2px; height: 4.5px; position: absolute; transform: rotate(45deg); background: #fff; right:0; } 
@keyframes cover-anim-dot { 0% {top:8px} 12% {top:9px} 25% {top:10px} 38% {top:11px} 50% {top:12px} 62% {top:13px} 75% {top:14px} 88% {top:15px} 100% {top:16px} }
@keyframes cover-anim-arrow1 { 0% {opacity: 0.8;} 25% {opacity: 0.5;} 50% {opacity: 0.13;} 75% {opacity: 0.05;} 100% {opacity: 0;} }
@keyframes cover-anim-arrow2 { 0% {opacity: 0;} 25% {opacity: 0.8;} 50% {opacity: 0.5;} 75% {opacity: 0.13;} 100% {opacity: 0;} }
@keyframes cover-anim-arrow3 { 0% {opacity: 0;} 25% {opacity: 0;} 50% {opacity: 0.8;} 75% {opacity: 0.5;} 100% {opacity: 0.1;} }

#brand_wrap .cover-bg {width: calc(100% + 50px); height: 100%;background-size: cover;background-position: 50% 100%;}
#brand_wrap .cover-bg.bg01 {background-image: url(../img/brand_bg1.jpg);}
#brand_wrap .cover-bg.bg02 {background-image: url(../img/brand_bg2.jpg);}
#brand_wrap .cover-bg.bg03 {background-image: url(../img/brand_bg3.jpg);}
#brand_wrap .brand-cover .cover-logo {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
#brand_wrap .brand-cover .cover-logo img.brand1 {width: 24vw;}
#brand_wrap .brand-cover .cover-logo img.brand2 {width: 18vw;}
#brand_wrap .brand-cover .cover-logo img.brand3 {width: 31vw;}
#brand_wrap .brand-desc {text-align: center;color: #fff;background: rgba(0,0,0,0.3);-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);position: relative;z-index: 2;padding: 150px 0;}
#brand_wrap .brand-desc h5 {font-size: 24px;font-weight: 400;}
#brand_wrap .brand-desc h3 {font-size: 42px;font-weight: 600;margin-top: 20px;margin-bottom: 50px;}
#brand_wrap .brand-desc p {font-size: 18px;line-height: 1.65;font-weight: 300;}
#brand_wrap .brand-desc .desc-mb {display: none;}
#brand_wrap .brand-desc .desc-pc {display: block;}
#brand_wrap .brand-desc strong {font-weight: 600;}
#follow_us { background: #f8f8f8; padding: 90px 0; text-align: center; color: #000; position: relative; } 
#follow_us h2 { font-size: 40px; margin-bottom: 20px; font-weight: 500; } 
#follow_us .desc { font-size: 18px; color: #666; font-weight: 300; } 
#follow_us .visit { font-size: 18px; font-weight: 400; padding: 20px 30px; border: 1px solid #999; border-radius: 30px; display: inline-flex; gap: 45px; line-height: 1; margin-top: 58px; margin-bottom: 50px; transition: all .3s; } 
#follow_us .sns-link { display: flex; justify-content: center; gap: 35px; font-size: 25px; } 
#follow_us .sns-link a { color: #888; transition: all .3s; } 
#follow_us .sns-link a:hover { color: #000; } 
#follow_us .visit:hover { background: #000; color: #fff; border-color: #000; } 


/* ------------------------------
 * media queries
------------------------------ */
@media (max-width:1219px) {
    /* header */
    #header .btn-nav-open {display: inline-block}
    #header .gnb .menu-items {display: none}
    #header .side-nav {display: block}
}

@media (max-width:991px) {
    /* Renewal - Main Page */
    #main_wrap h2 {font-size: 48px;}
    section.hero .slide-text img {height: 100px;}
    section.company .desc, section.company .download-btn {font-size: 18px;}
    section.contact .row {margin-top: 50px;}
    section.contact .ct-row {flex-direction: column;row-gap: 5px;font-size: 18px;}
    section.contact .ct-row .ct-col:nth-child(2) {font-size: 16px;}
    
    /* Renewal - Brand Page */
    #brand_wrap .brand-cover .cover-logo img {max-height: 120px;}
}

@media (min-width:768px) and (max-width: 1023px) {
    /* Renewal - header new */
    section.company .desc-m {display: none;}
    section.company .desc-t {display: block;}
    section.company .desc {display: none;}

    #brand_wrap .brand-desc h5 {font-size: 20px;}
    #brand_wrap .brand-desc h3 {font-size: 38px;}
    #brand_wrap .brand-desc p {font-size: 16px;}
    #brand_wrap .brand-cover .cover-logo img.brand1 {width: 34vw;}
    #brand_wrap .brand-cover .cover-logo img.brand2 {width: 22vw;}
    #brand_wrap .brand-cover .cover-logo img.brand3 {width: 44vw;}
    
}

@media (min-width:768px) {
    /* header */
    #header .logo .logo-dark {display: none}

    
    /* Renewal - header new */
    #header.new .logo a img {width: 90%;}
    #header.new .gnb .menu-items > li {display: inline-flex;justify-content: center;}
    #header.new .gnb .menu-items > li > a {font-size: 18px;font-weight: 600;padding: 0 35px;}
    #header.new .gnb .menu-items > li:last-child > a {padding: 0 25px 0 45px;}
    #header.new .gnb .menu-items > li:first-child > a {padding: 0 35px;}
    #header.new .gnb .menu-items > li > .subnav-wrap {width: auto;white-space: nowrap;left:unset}
    #header.new .gnb .menu-items > li .subnav {padding: 20px 0;}
    #header.new .gnb .menu-items > li .subnav > li > a {padding: 5px 25px;}
    #header.new .gnb .menu-items > li .subnav > li > a:hover span {padding-left: 0px}
    #header.new .gnb .menu-items > li .subnav > li > a:hover span:before {content: none;}
    #header.new .btn-nav-open span {width: 18px;}
    #header.new .btn-nav-open span:nth-child(2) {top: 10px}
    #header.new .btn-nav-open span:last-child {top: 16px}
    #header.new .btn-nav-open:hover span:last-child {top: 20px;}
    #header.new .container-wide {display: flex;justify-content: space-between;align-items: center;}
}

@media (max-width:767px) {

    /* header */
    #header {height: 70px; background-color: #fff}
    #header .logo {width: 160px}
    #header .logo .logo-light {display: none}
    #header .logo .logo-dark {display: block}
    #header .gnb {height: 100%}
    #header .gnb:before {content: ''; display: inline-block; width: 1px; height: 100%; vertical-align: middle}
    #header .gnb .member-menu {display: none}
    #header .btn-nav-open span {background-color: #000}
    #header .side-nav {right: -360px; bottom: 0; width: 300px; padding-top: 100px}
    #header .side-nav .btn-nav-close {top: 40px; right: 10px}
    #header .side-nav .side-logo {padding: 0 40px}
    #header .side-nav .side-logo a {max-width: 160px}
    #header .side-nav .scrollable {max-height: calc(100% - 180px)}
    #header .side-nav .menu-items {padding: 0 40px}
    #header .side-nav .menu-items > li > a {font-size: 15px}
    #header .side-nav .menu-items > li > a span:before {top: 2px}
    #header .side-nav .menu-items > li.has-child-menu > a:after {font-size: 15px; margin-top: -11px}
    #header .side-nav .menu-items > li > .subnav > li > a {font-size: 13px}
    #header .side-nav .member-menu {left: 40px; right: 40px}
    #header .side-nav .member-menu li a {font-size: 13px}
    #header.sticky {height: 70px; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0,0,0,.05)}

    #btn-to-top {right: -50px; width: 50px; height: 50px; font-size: 18px; line-height: 50px}
    #btn-to-top.show {right: 15px}
    
    #footer .company-name h3 {font-size: 14px; }
    #footer .company-info p {font-size: 12px; }
    #footer .col-logo {text-align: left; margin-bottom: 30px}
    #footer .col-info .link-items li {margin-right: 15px}
    #footer .col-info .link-items li a {font-size: 12px}
    #footer .col-info p {font-size: 12px}
    #footer .col-info p .divider:before {height: 10px; margin: 0 8px}
    #footer .brand-site {position:relative; margin-top:30px; left:0; right:auto; z-index:50}
    #footer .brand-site .brand-inner .title {font-size:14px}
    #footer .brand-site .brand-inner ul {background-color:#000}

    /* Renewal - Main Page */
    #header.new {background: transparent;}
    #header.new .logo {width: 150px;}
    #header.new .logo .logo-light {display: block;}
    #header.new .logo .logo-dark {display: none;}
    #header.new .btn-nav-open span {background: #fff;}
    #header.new .side-nav .lang-btns {left: 50px;}

    #main_wrap h2 {font-size: 34px;}
    section.hero {height: 100vh;}
    section.hero .slide-text {top:30px;}
    section.hero .slide-text img {height: 60px;}
    section.hero .swiper-pagination-bullet {width: 40px;margin: 0 4px !important;}
    section.hero .swiper-pagination {bottom: 24px;}
    
    section.company {gap: 30px;background: url(../img/main_company_m.jpg) no-repeat center;}
    section.company {height: 740px;}
    section.company .desc-m {display: block;}
    section.company .desc-t {display: none;}
    section.company .desc {display: none;}

    section.company .download-btn {font-size: 14px;padding: 10px 20px;gap: 38px;}
    section.company .download-btn img {width: 20px;}
    section.contact {padding: 60px 0 50px 0;}

    section.contact .ct-row {font-size:16px;}
    section.contact .ct-row .ct-col:nth-child(2) {font-size: 14px;}
    section.map {height: 275px;}
    section.map iframe {height: 530px;}

    /* Renewal - Brand Page */
    .mb-block {display: block;}
    #brand_wrap .cover-bg.bg01 {background-image: url(../img/brand_bg1_m.jpg);}
    #brand_wrap .cover-bg.bg02 {background-image: url(../img/brand_bg2_m.jpg);}
    #brand_wrap .cover-bg.bg03 {background-image: url(../img/brand_bg3_m.jpg);}
    #brand_wrap .cover-bg {width: calc(100% + 60px);}
    #brand_wrap .brand-cover .cover-logo img {max-height: 64px;}
    #brand_wrap .brand-cover .cover-logo img.brand1,
    #brand_wrap .brand-cover .cover-logo img.brand2,
    #brand_wrap .brand-cover .cover-logo img.brand3 {width: auto;}
    #brand_wrap .cover-area {position: static;height: 100vh;}
    #brand_wrap .brand-desc {background: #fff;color: #000;padding: 60px 20px;text-align: left;word-break: break-all;}
    #brand_wrap .brand-desc p {font-size: 14px;}
    #brand_wrap .brand-desc .desc-mb {display: block;}
    #brand_wrap .brand-desc .desc-pc {display: none;}
    #brand_wrap .brand-desc h3 {font-size: 26px;margin-bottom: 30px;margin-top: 10px;}
    #brand_wrap .brand-desc h5 {font-size: 16px;}
    #follow_us {padding: 60px 0 50px;}
    #follow_us h2 {font-size: 22px;margin-bottom: 18px;}
    #follow_us .desc {font-size: 14px;line-height: 1.7;}
    #follow_us .visit {font-size: 16px;margin: 38px 0;}
}