/* 기본세팅 */
/* body { font-family: var(--wb-font-text); word-break: keep-all;} */
@font-face{font-family: 'MBKCorporateSLight'; src: url('../font/MBKCorporateSLight.otf') format('opentype'); }
@font-face{font-family: 'MBKCorpoA'; src: url('../font/MBKCorpoA.otf') format('opentype'); }
@font-face{font-family: 'MBKCorporateACon'; src: url('../font/MBKCorporateACon.otf') format('opentype'); }
body {
    font-family: 'MBKCorporateSLight';
    word-break: keep-all;
    margin: 0;
    padding: 0;}
ul{margin-bottom: 0 !important;padding-inline-start : 0;}
li{ list-style:none;}
.margin{ margin: 0 auto;}
a{text-decoration: none;}
p {margin-top: 0;margin-bottom: 0;}
.br-none {display: none;}
.word-break { word-break: keep-all; text-align: justify;}
.word-break-1 { word-break: keep-all;}
.relative{position: relative;}
.absolute{position: absolute;}
.ellip { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.ellip1 { display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.ellip2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height: auto; }
.flex-wrap{flex-wrap: wrap;}
.row{margin-right: 0; margin-left: 0;}

/* 하이드 */
.pc{ display: block;}
.tablet{ display: none !important;}
.tablet-mo{ display: none !important;}
.mo{ display: none !important;}
.br_pc{display:block;}
.br_t{display:none;}
.br_m{display:none;}

/* 배경색 */
.bg-white{background-color: white;}
.bg-f1f1f1{background-color: #f1f1f1 !important;}

/* 폰트 */
.font-weight-bold { font-weight: bold !important;}
.font-weight-medium{font-weight: 500 !important;}

/* 폰트색 */
.text-888{color:#888}
.text-888:hover{color:#888}
.text-aaa{color: #aaa;}
.text-ccc{color: #ccc;}
.text-ccc:hover{color: #ccc;}

.px-3_5{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}


/* 버튼 */
.sec02-btn{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    text-align: start;
    display: flex;
    width: 100%;
    line-height: 66px;
    margin: 10px 0;
    font-size: 18px;
}
.sec02-btn:hover{
    background-color: #00000050;
    border: 1px solid #fff;
    color: #fff;
}
.sec02-btn img{
    margin: 0 10px 0 20px;
}
.sec02-btn .sec02-btn__car-icon{
    width: 28px;
}
.sec02-btn .sec02-btn__center-icon{
    width: 23px;
}

.sec03-btn{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    width: 100%;
    height: 70px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec03-btn:hover{
    background-color: #00000050;
    border: 1px solid #fff;
    color: #fff;
}
.sec03-btn svg{
    fill: #fff;
    width: 16px;
}

.sec04-btn{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    width: 300px;
    height: 60px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec04-btn:hover{
    border: 1px solid #000;
    color: #000;
}
.sec04-btn svg{
    fill: #333;
    width: 16px;
}

.btn_block,
.btn_block:hover,
.btn_block:active{
    display: block;
    height: 38px;
    background: #000 !important;
    color: #fff !important;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 38px;
    border: 0;
    margin-left: 10px;
}
.btn_submit,
.btn_submit:hover,
.btn_submit:active{
    background: #000 !important;
    color: #fff !important;
    border-radius: 0;
    width: 300px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}


/* ===== HEADER ===== */
body.scroll-lock,
html.scroll-lock {
    margin: 0;
    overflow: hidden
}
a:focus,
button:focus {
    outline: none
}
a:focus-visible,
button:focus-visible {
    outline: 1px solid var(--wb-blue-75);
    outline-offset: 5px
}
.header-navigation-topic .header-navigation-topic__button {
    padding: 0;
    border: none;
    background-color: transparent;
    color:#666;
}
.header-navigation-topic {
    margin-bottom: 8px
}
[dir=rtl] .header-navigation-topic__button {
    text-align: right
}
wb-icon {
    --size: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: var(--size);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: var(--size);
}
wb-icon svg {
    fill: currentColor;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.header {
    position: relative;
    z-index: 33;
    width: 100%;
}
.header__top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: stretch;
    height: 80px;
    padding: var(--wb-spacing-xs) 0;
}
.header__skip-to-content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBKCorporateSLight';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    top: var(--wb-spacing-xl);
    z-index: 1;
    display: none;
    padding: var(--wb-spacing-xs);
    color: var(--wb-white);
    text-decoration: none;
    background-color: var(--wb-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}
.header-button__iconWrapper {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--wb-white);
}
.header-button__iconWrapper {
    position: relative;
}
.header-button__icon--small {
    width: 16px;
    height: 16px;
}
.header__logo-and-claim-anchor {
    position: absolute;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__logo-wrapper .header__star {
    width: 40px;
    height: 40px;
}
.header__claim-wrapper {
    display: none;
    margin-left: 64px;
    color: var(--wb-white);
}
.header__language-and-imprint {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__item-cart, .header__item-favorites, .header__item-imprint, .header__item-lang, .header__item-msg picker, .header__item-profile {
    display: none;
}
.header__item-imprint,
.header__item-imprint:hover {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBKCorporateSLight';
    font-style: normal;
    font-weight: 300;
    font-size: .85rem;
    line-height: 1rem;
    letter-spacing: .01875em;
    justify-self: center;
    margin: 0 calc(var(--wb-spacing-xs)/2);
    color: var(--wb-grey-70);
    text-decoration: none;
}
.header__top-menu-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-main-navigation__desktop[data-v-66b06a6d] {
    display: block;
}
.header-main-navigation__desktop[data-v-66b06a6d], .header-main-navigation__desktop slot[data-v-66b06a6d], .header-main-navigation__desktop>.webcomponent.webcomponent-simulator[data-v-66b06a6d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
}
.header-navigation-topic {
    margin-bottom: 8px;
}
.header-navigation-topic--desktop-nav {
    margin-bottom: 0 !important;
}
.header-navigation-topic .header-navigation-topic__button {
    padding: 0;
    border: none;
    background-color: transparent;
}
.header-navigation-topic .header-navigation-topic__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    margin: 0;
    text-align: left;
    list-style-type: none;
}
.header-navigation-topic .header-navigation-topic__label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBKCorporateSLight';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    color: var(--wb-grey-20);
    cursor: pointer;
}
.header-navigation-topic .header-navigation-topic__icon-wrapper, 
.header-navigation-topic .header-navigation-topic__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



/* 모바일헤더 */
.header-flyout {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: var(--wb-grey-90);
}
.header-flyout .header-flyout__topbar {
    position: relative;
    width: 100%;
    min-height: 80px;
    background: var(--wb-black);
}
.header-flyout .header-flyout__topbar-content {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: stretch;
    height: 100%;
    padding: 16px 24px;
}
.header-flyout.header-flyout__first-level .header-flyout__topbar-content {
    grid-column-gap: 0;
    grid-template-areas: "search-wishlist logo-title closeButton";
    grid-template-columns: 96px auto 96px;
}
.header-flyout__topbar-desktop-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: var(--wb-font-text-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    display: none;
    grid-area: logo-title;
    align-self: center;
    padding-left: 24px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
.header-flyout .header-flyout__topbar-favourite-and-fss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: search-wishlist;
}
.header__logo-and-claim-anchor {
    position: absolute;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-flyout .header-flyout__logo {
    grid-area: logo-title;
}
.header-flyout .header-flyout__topbar-closeButton {
    grid-area: closeButton;
    justify-self: end;
}
.header-flyout .header-flyout__topbar-fssElement {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0 auto;
}
.header-flyout .header-flyout__topbar-fssElement:first-child {
    padding: 8px 0;
}
.header-flyout .header-flyout__innerContent {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}
.header-flyout .header-flyout__inner-content-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: var(--wb-font-title);
    font-style: normal;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2rem;
    display: none;
    margin-bottom: 24px;
    padding: 0 86px;
}
.header-flyout .header-flyout__navigation-list {
    -webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,.1);
    box-shadow: 0 4px 8px 1px rgba(0,0,0,.1);
}
.header-navigation-topic {
    margin-bottom: 8px;
}
.header-navigation-topic .header-navigation-topic__contents, 
.header-navigation-topic .header-navigation-topic__desktop-models-icon {
    display: none;
}
.header-navigation-topic .header-navigation-topic__label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: var(--wb-font-text);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    color: var(--wb-grey-20);
    cursor: pointer;
}
.header-navigation-topic .header-navigation-topic__icon-wrapper {
    width: 48px;
    height: 48px;
    color: var(--wb-black);
}
.header-navigation-topic .header-navigation-topic:last-of-type {
    margin-bottom: 24px
}

.header-flyout .header-flyout__imprint {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: var(--wb-font-text);
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .01875em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 24px 0;
    color: var(--wb-grey-20);
    text-decoration: none;
}

/* ===== 메인 * SECTION 01 MAIN IMAGE BANNER ===== */
.main-section01{
    background-image: url('../img/cq5dam-2730.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    height: 88vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-section01__text {
    text-align: center;
    color: #fff;
}
.main-section01__title {
    font-size: 6rem;
    font-family: 'MBKCorporateACon';
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.main-section01__description {
    margin-top: var(--wb-spacing-s);
    font-size: 30px;
    font-weight: 500;
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {100% {transform: scale(1);}}
@keyframes fade-in {100% {opacity: 1;filter: blur(0);}}
.main-section01__title span,
.main-section01__description span{
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}
.main-section01__title span:nth-child(1),
.main-section01__description span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.main-section01__title span:nth-child(2),
.main-section01__description span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.main-section01__title span:nth-child(3),
.main-section01__description span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.main-section01__title span:nth-child(4),
.main-section01__description span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.main-section01__title span:nth-child(5),
.main-section01__description span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
/* 스크롤다운 애니메이션 */
#scroll-down {
    position: relative;
    padding-top: 79px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 20px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size:13px;
    letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;/* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;/* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;/* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;/* IE 10+, Fx 29+ */
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 60px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



/* ===== 메인 * SECTION 02 LOCATIION ===== */
.main-section02{
    background-image: url('../img/showroom_cheonan-1.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    height: 30vw;
}
.main-section02_container{
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10vh 0;
}
.main-section02__text{
    color: #fff;
}
.main-section02__title {
    font-size: 2.8rem;
    font-family: 'MBKCorpoA';
}
.main-section02__description {
    font-size: 18px;
    margin-bottom: 30px;
}

/* ===== 메인 * SECTION 03 APPLICATION ===== */
.main-section03{
    padding: 100px 0;
}
.main-section03_container{
    height: 100%;
}
.main-section03__content01,
.main-section03__content02,
.main-section03__content03{
    height: 650px;
    padding: 75px;
    align-content: space-between;
}
.main-section03_container .main-section03__content01{
    background-image: url('../img/content-img01.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
}
.main-section03_container .main-section03__content02{
    background-image: url('../img/content-img02.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
}
.main-section03_container .main-section03__content03{
    background-image: url('../img/content-img03.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
}
.main-section03__text{
    color: #fff;
    padding: 0;
}
.main-section03__title {
    font-size: 2rem;
    font-family: 'MBKCorpoA';
}
.main-section03__description{
    font-size: 20px;
    line-height: 24px;
}

/* ===== 메인 * SECTION 04 EVENTS ===== */
.main-section04{
    height: 600px;
}
.main-section04_container{
    height: 100%;
    align-content: center;
}
.main-section04__text{
    padding: 0;
    align-content: center;
}
.main-section04__title{
    font-size: 2.8rem;
    font-family: 'MBKCorpoA';
    margin-bottom: 80px;
    padding: 0;
}
.main-section04__description{
    font-size: 18px;
    padding: 0;
    margin-bottom: 30px;
}
.main-section04__list li{
    padding: 30px 0;
}
.main-section04__list li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.main-section04__list li h4{
    font-weight: 600;
}



/* ===== 서브 - 공통 SECTION 01 ===== */
.sub-imgtop{
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub-imgtop__text {
    text-align: left;
    color: #fff;
}
.sub-imgtop__title{
    font-family: 'MBKCorpoA';
    font-size: 3.8rem;
    animation: 2s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
    0% {opacity: 0;transform: translateY(80%);}
    20% {opacity: 0;}
    50% {opacity: 1;transform: translateY(0%);}
    100% {opacity: 1;transform: translateY(0%);}
}

.sub-imgtop__breadcrum {
    margin-bottom: var(--wb-spacing-s);
}
.home .home-icon{
    width: 15px;
    margin-bottom: 3px;
}
.icon-minus::before {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    top: 12px;
}
.path-item i {
    font-size: 0.72rem;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
}
.bi-search {	
    cursor: pointer;
}



/* ===== 서브 - 시승신청 ===== */
.sub-imgtop__testdrive{
    background-image: url('../img/sub-img-top01.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.form-container{
    margin: 50px 0;
}
.form-container .row>*{
    padding: 0;
}
.form-group{
    margin-bottom: 10px;
}
.form-group:not(.form-group-small){
    margin-top: 30px;
}
.form-control,
.form-select,
.form-control-plaintext,
.input-group-text{
    border-radius: 0;
    border: 1px solid #bbb;
    background-color: #fff;
    font-size: 18px;
}
.form-check-input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle; 
    border-radius: 0 !important;
    cursor: pointer;
}
.form-check-input[type=radio]{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.form-container input::placeholder,
.form-container textarea::placeholder{
    color: #ccc;
}
#show_calendar {
    position: relative;
    left: -50px;
    width: 40px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    padding: 20px;
}

.form-group label:not(.agree-label),
.custom-checkbox{
    white-space: nowrap;
}
.form-group label:not(.small-text){
    font-weight: 600;
    font-size: 20px;
}
.red-dot::after{
    content: '*';
    color: red;
}
.small-text{
    font-size: 16px;
}
.form-tel .row{
    vertical-align: middle; 
}
.between-cell-text{
    width: auto;
    margin: 5px 1%;
}
.address-cell-1,
.address-cell-2{
    margin-bottom: 10px;
}
.policy_box {
    width: 100%;
    height: 150px;
    margin-top: 0px;
    border: #ccc 1px solid;
    padding: 20px 25px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.policy_box h5.tit {
    color: #222;
    font-size: 18px!important;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2!important;
}
.policy_box p.txt {
    display: block;
    font-size: 16px!important;
    color: #666;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-left: 15px;
}
.policy p{
    font-size: 18px;
}

/* ===== 서브 - 구입상담 ===== */
.sub-imgtop__purchase{
    background-image: url('../img/sub-img-top02.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}


/* ===== 서브 - 세일즈컨설턴트 ===== */
.sub-imgtop__sales{
    background-image: url('../img/sub-img-top03.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.sub-imgtop__sales_mb{
    background-image: url('../img/sub-img-top03-mb.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.tablist-location a.nav-link{
    border-radius: 0;
    background-color: #f1f1f1;
    color: #000;
    margin: 2px;
    cursor: pointer;
    font-size: 20px;
}
.tablist-location a.nav-link:hover{
    color: #fff;
    background-color: #000;
}
.tablist-location a.nav-link.active{
    background-color: #000;
}
.tablist-team a.nav-link,
.tablist-team a.nav-link:hover{
    border-radius: 0;
    background-color: #fff;
    color: #000;
    margin: 2px;
    cursor: pointer;
}
.tablist-team a.nav-link::before{
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #ddd;
    position: relative;
    left: -14px;
    top: 19px;
    content: '';
    display: block;
}
.tablist-team a.nav-link.active::before,
.tablist-team a.nav-link:hover::before{
    background: #0078d6;
}

.tablist-team .nav-link.active, 
.tablist-team .show>.nav-link{
    background-color: #fff;
    color: #000;
}
.tablist-team.nav-pills a.nav-link{
    font-size: 20px;
}

.panel.salse-content{
    height: 700px;
}
.salse-content .card{
    border-radius: 0;
    border: 0;
}
.salse-content .card-frame{
    border: 1px solid #ccc;
}
.salse-content .card .row>*{
    padding: 0;
}
.salse-content .card-title{
    font-weight: 700;
    font-size: 24px;
}
.salse-content .card-text{
    font-size: 18px;
}
.salse-content .card-small{
    font-size: 18px;
}
.salse-content .card-btn,
.salse-content .card-btn:hover{
    background-color: #000;
    color:#fff;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
    margin-top: 50px;
}
.salse-content .card-image img {
    min-width: 100%;
    min-height: 100%
}
.salse-content .card-body{
    padding: 20px 28px;
}


/* ===== 서브 - 서비스센터 안내 ===== */
.sub-imgtop__service{
    background-image: url('../img/sub-img-top04.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.service-center-name__en{
    color: #0078d6;
    font-size: 24px;
    font-weight: 600;
}
.service-center-name__kr{
    font-size: 46px;
    margin-top: 6px;
    margin-bottom: 50px;
    font-family: 'MBKCorpoA';
}
.service-center-text{
    text-indent: 18px;
}
.service-center-name__en::before{
    width: 50px;
    height: 3px;
    background: #333;
    position: relative;
    left: 0px;
    top: -40px;
    content: '';
    display: block;
}
.service-center-location{
    font-size: 28px;
    font-weight: 600;
}
.service-center-contact p{
    font-size: 20px;
}
.service-center-contact p:not(.service-center-text){
    margin-top: 10px;
}
.service-center-contact svg{
    width: 12px;
    margin-bottom: 3px;
}
ul.service-center li .row>*{
    padding: 0;
}
ul.service-center .service-center-image{
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    width: 100%;
    height: 800px;
}
#service-gangnam .service-center-image{
    background-image: url('../img/showroom_gangnam.jpg');
}
#service-mbc .service-center-image{
    background-image: url('../img/sub-img-top03-mb.jpg');
}
#service-songpa .service-center-image{
    background-image: url('../img/songpa_center.jpg');
}
#service-seocho .service-center-image{
    background-image: url('../img/seocho_center.jpg');
}
#service-dogok .service-center-image{
    background-image: url('../img/dogokAS.jpg');
}
#service-sinsa .service-center-image{
    background-image: url('../img/sinsa_center.jpg');
}
#service-anyang .service-center-image{
    background-image: url('../img/anyang_center.jpg');
}
#service-jukjeon .service-center-image{
    background-image: url('../img/jukjeon_center.jpg');
}
#service-yongin .service-center-image{
    background-image: url('../img/yonginsuji_center.jpg');
}
#service-guri .service-center-image{
    background-image: url('../img/guri_center.jpg');
}
#service-dongtan .service-center-image{
    background-image: url('../img/dongtan_center.jpg');
}
#service-hanam .service-center-image{
    background-image: url('../img/hanam_center.jpg');
}
#service-cheonan .service-center-image{
    background-image: url('../img/cheonan_center.jpg');
}
#service-cheongju .service-center-image{
    background-image: url('../img/cheongju_center.jpg');
}
#service-osong .service-center-image{
    background-image: url('../img/osong_center.jpg');
}


/* ===== 서브 - 뉴스 ===== */
.sub-imgtop__news{
    background-image: url('../img/sub-img-top05.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.news-content__list li{
    padding: 30px 0;
}
.news-content__list li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.news-content__list li h4{
    font-weight: 600;
}
.news-content .pagination .page-link{
    border: 0;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.news-view_top{
    border-top: 3px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.news-view_top .event-view__title{
    margin-bottom: 30px;
}
.news-view_top .event-view__date{
    font-size: 16px;
    color: #666;
}
.news-view__content{
    padding: 40px 0 40px 0;
    font-size: 20px;
}
.news-view__content img{
    width: 100%;	
}


/* ===== 서브 - 이벤트 ===== */
.sub-imgtop__event{
    background-image: url('../img/sub-img-top06.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.event-content .card{
    border-radius: 0;
    border: 0;
}
.event-content .card-frame{
    border: 1px solid #ccc;
}
.event-content .card .row>*{
    padding: 0;
}
.event-content .card-title{
    font-weight: 700;
    font-size: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event-content .card-text{
    font-size: 18px;
}
.event-content .card-small{
    font-size: 16px;
}
.event-content .card-btn,
.event-content .card-btn:hover{
    color:#333;
    font-size: 18px;
    font-weight: 800;
    border-radius: 0;
}
.event-content .card-image img {
    min-width: 100%;
    min-height: 100%
}
.event-content .card-body{
    padding: 20px 28px;
    height: 200px;
    justify-content: space-between;
    flex-direction: column;
}
.event-view_top{
    border-top: 3px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.event-view_top .event-view__title{
    margin-bottom: 30px;
    font-weight: 800;
}
.event-view_top .event-view__date{
    font-size: 18px;
    color: #666;
}
.event-view__content{
    padding: 40px 0 40px 0;
    font-size: 20px;
}
.event-view__content img{
    width: 100%;
}
.event-content .pagination .page-link{
    border: 0;
    color: #666;
    font-weight: 600;
}


/* ===== 서브 - 우편물 ===== */
.sub-imgtop__magazine{
    background-image: url('../img/sub-img-top07.jpg');
    background-repeat : no-repeat;
    background-size : cover;
    background-position : center;
    background-attachment: fixed;
}
.magazine-info h4{
    font-size: 24px;
    line-height: 32px;
}
.magazine-info p{
    font-size: 20px;
    line-height: 24px;
}
.magazine-info a{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    width: 100%;
    padding: 15px 4px;
    border-bottom: 1px solid #333;
}
.magazine-info a img{
    margin-right: 10px;
}
.magazine-form .form-group label:not(.small-text){
    white-space: inherit;
    font-size: 18px;
}


/* ===== FOOTER ===== */
footer{
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
.footer-menu li:not(:last-child)::after{
    content: '|';
    font-size: 12px;
    padding: 0 20px;
    color: #aaa;
}
.copyright{
    font-size: 12px;
}
.footer__content01{
    border-bottom: 1px solid #666;
}
.footer-social{
    justify-content: end;
    padding-top: 1.5rem;
}
.footer-social__link,
.footer-social__link:hover,
.footer-social__link:active {
    color: var(--wb-white);
}
.footer-social__item:not(:last-child) {
    margin-right: var(--wb-spacing-s);
}
.footer-social__item wb-icon svg{
    width: 18px;
}


/* 1400px */
@media (max-width: 87.5em){
    #scroll-down {
        top: 40%;
        left: 50%;
        transform: translate(-50%,40%);
    }
    .main-section03__content01,
    .main-section03__content02,
    .main-section03__content03{
        height: 450px;
        padding: 35px;
    }
    .main-section02__title,
    .main-section04__title {
        margin-bottom: 50px;
        font-size: 36px;
    }
    .main-section03__title{
        font-size: 30px;
    }
    .main-section03__description{
        font-size: 18px;
    }
    .sub-imgtop{
        height: 400px;
    }

    .event-content .card-body{
        height: 180px;
    }
    .event-content .card-image img {
        height: 250px;
    }
    
}

@media (min-width: 80em){
    .header__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0;
    }
    .header__item-menu {
        display: none;
    }
    .header__logo-and-claim-anchor {
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .header__claim-wrapper {
        display: block;
    }
    .header__language-and-imprint {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 calc(var(--wb-spacing-xs)/2);
    }
    .header__item-imprint {
        display: block;
    }
    .header__header-navigation {
        border-top: 1px solid var(--wb-grey-15);
    }
    .header-navigation-topic {
        padding: 0;
    }
    .header-navigation-topic .header-navigation-topic__button {
        min-height: 40px;
        margin-bottom: 8px;
    }
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button {
        position: relative;
        height: 64px;
        margin-bottom: 0;
        padding: 16px;
    }
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__label {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font: inherit;
        font-family: 'MBKCorporateSLight';
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: var(--wb-grey-70);
    }
    .header-navigation-topic--selected.header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__desktop-models-icon, 
    .header-navigation-topic--selected.header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__label {
        color: var(--wb-white);
    }
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button:after {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .1s ease-in-out;
        transition: -webkit-transform .1s ease-in-out;
        transition: transform .1s ease-in-out;
        transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
        content: "";
    }
    .header-navigation-topic--selected.header-navigation-topic--desktop-nav>.header-navigation-topic__button:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--wb-blue-45);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        content: "";
    }
    .header-navigation-topic .header-navigation-topic__button {
        min-height: 40px;
        margin-bottom: 8px;
    }
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button {
        position: relative;
        height: 64px;
        margin-bottom: 0;
        padding: 16px;
    }
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__icon-wrapper {
        display: none;
    }
    
    /* 메뉴호버시 */
    .header-navigation-topic--desktop-nav>.header-navigation-topic__button:hover .header-navigation-topic__label {
        color: var(--wb-white);
    }
    .header-navigation-topic--desktop-nav.header-navigation-topic__model-flyout>.header-navigation-topic__button .header-navigation-topic__desktop-models-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        color: var(--wb-grey-70)
    }

    .header-navigation-topic--desktop-nav.header-navigation-topic__model-flyout>.header-navigation-topic__button:hover .header-navigation-topic__desktop-models-icon {
        color: var(--wb-white)
    }

    .header-navigation-topic--selected>.header-navigation-topic__icon-wrapper {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .header-navigation-topic--selected:not(.header-navigation-topic--desktop-nav) .header-navigation-topic__label {
        font-weight: 700
    }

    .header-navigation-topic--selected.header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__desktop-models-icon,
    .header-navigation-topic--selected.header-navigation-topic--desktop-nav>.header-navigation-topic__button .header-navigation-topic__label {
        color: var(--wb-white)
    }
    
    
}

/* 1280px */
@media (max-width: 79.99em){
    .br_pc{display:none;}
	.br_t{display:block;}
    .header-navigation-topic {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-flyout.header-flyout__first-level .header-flyout__navigation-list--first-level>.header-navigation-topic:not(:last-child) {
        border-bottom: 1px solid var(--wb-grey-85);
    }
    .header__header-navigation{
        display: none;
    }
    .main-section01{
        background-image: url('../img/cq5dam-2000.jpg');
        height: 80vw;
    }
    .main-section01__title {
        font-size: 4rem;
    }
    .main-section01__description {
        font-size: 26px;
    }

    .main-section02_container{
        padding: 5vh 0;
    }
    .main-section02{
        height: 50vw;
    }
    .main-section03{
        padding: 70px 0;
    }
    .main-section02 .sec02-btn,
    .main-section03 .sec03-btn{
        font-size: 20px;
    }
    .sub-imgtop {
        height: 300px;
        background-attachment: scroll;
    }
    .sub-imgtop__title{
        font-size: 3rem;
    }
    
    .panel.salse-content{
        height: auto;
    }

    .news-view_top .event-view__title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .news-view_top .event-view__date{
        font-size: 16px;
    }
    .news-view__content{
        padding: 30px 0 30px 0;
        font-size: 18px;
    }

    .event-content .card-body{
        height: 150px;
    }
    .event-content .card-image img {
        height: 230px;
    }
    .event-content .card-title{
        font-size: 21px;
    }
    .event-content .card-text,
    .event-content .card-btn,
    .event-content .card-btn:hover{
        font-size: 16px;
    }

    .event-view_top .event-view__title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .event-view_top .event-view__date{
        font-size: 16px;
    }
    .event-view__content{
        padding: 30px 0 30px 0;
        font-size: 18px;
    }

    .magazine-info h4{
        font-size: 20px;
        line-height: 28px;
    }
    .magazine-info p{
        font-size: 18px;
    }
    .magazine-info a {
        font-size: 18px;
        line-height: 24px;
    }
    .magazine-info a img {
        width: 18px;
        margin-right: 6px;
    }
}



@media (min-width: 64em){
    .header__skip-to-content {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .header-navigation-topic .header-navigation-topic__label {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .header-navigation-topic .header-navigation-topic__label sup {
        font-size: 9px;
        top: -1.2em
    }
    .main-section03_container>div {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px){
    .br_m{display:block;}
    #scroll-down {
        top: 30%;
        left: 50%;
        transform: translate(-50%,30%);
    }
    .main-section02{
        height: 60vw;
    }
    .main-section02__text {
        padding: 10px;
    }
    .main-section03 {
        padding: 80px 0;
    }
    .main-section03__content01,
    .main-section03__content02{
        margin-bottom: 20px;
    }
    .main-section03__content01,
    .main-section03__content02,
    .main-section03__content03{
        height: 250px;
        padding: 35px;
    }
    .main-section03__title{
        font-size: 28px;
    }
    .sec03-btn {
        height: 50px;
        font-size: 18px;
    }
    .main-section02__title,
    .main-section04__title {
        margin-bottom: 30px;
        padding: 0;
        font-size: 30px;
    }
    .sec04-btn {
        height: 50px;
        width: 200px;
        font-size: 16px;
    }
    .main-section04_container>div{
        padding: 0;
    }
    .main-section04__list{
        padding: 0;
    }
    .main-section04__list h4{
        font-size: 20px;
    }
    .main-section04__list p{
        font-size: 16px;
    }
    .footer-social{
        justify-content: start;
    }
    .salse-content .col-md-6.card-image{
        width: 30%;
    }

    .form-group:not(.form-group-small){
        margin-top: 20px;
    }
    .form-group-small{
        margin-top: 5px;
    }
    .tel-cell-1{width: 22%;}
    .tel-cell-2{width: 34%;}
    .email-cell-1,
    .email-cell-2,
    .email-cell-3{
        width: 45%;
        margin-bottom: 10px;
    }
    .address-cell-1,
    .btn_block,
    .btn_block:hover,
    .btn_block:active{
        width: 50%;
    }
    .form-container .my-5{
        margin: 20px 0 !important;
    }
    .form-container h6{
        font-size: 18px;
        letter-spacing: -1px;
    }
    .form-container p{
        font-size: 16px;
        letter-spacing: -.85px;
        line-height: 18px;
    }
    .form-group label:not(.small-text){
        font-size: 18px;
    }
    .policy_box h5.tit{
        font-size: 16px !important;
    }
    .policy_box p.txt{
        font-size: 15px !important;
    }
    .policy h5{
       font-size: 17px; 
    }
    .btn_submit,
    .btn_submit:hover,
    .btn_submit:active{
        font-size: 16px;
        width: 200px;
    }

    ul.service-center li{
        flex-direction: column-reverse;
    }
    ul.service-center .service-center-image{
        height: 400px;
    }
    .service-center-name__en {
        margin-top: 70px;
        font-size: 20px;
    }
    .service-center-name__kr {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .service-center-name__en::before {
        top: -15px;
    }
    .service-center-contact p{
        font-size: 18px;
    }
    .service-center-location{
        font-size: 20px;
    }
    .salse-content .card{
        padding: 0;
    }
    
    .news-content .news-search{
        padding: 0 !important;
    }
    .news-content__list{
        padding: 0;
    }
    .news-content__list h4{
        font-size: 20px;
    }
    .news-content__list p{
        font-size: 16px;
    }

    .event-content .card,
    .event-content .event-search{
        padding: 0 !important;
    }

    .magazine-info{
        padding: 26px !important;
        margin-top: 20px !important;
    }
    .magazine-info>.row>*{
        padding: 0 !important;
    }
    .magazine-info h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 1rem!important;
    }
    .magazine-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .magazine-info .magazine-info__btn-list{
        margin-top: 1rem!important;
    }
    .magazine-info .magazine-info__btn-list span{
        font-size: 16px;
    }
    .magazine-info .magazine-info__btn-list img{
        height: 13px;
    }
}

@media (min-width: 48em){
    .header-mask {
        position: fixed;
        top: 96px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: calc(100% - 96px);
        background-color: var(--wb-black);
        opacity: .5;
        content: "";
    }
    .header__skip-to-content {
        display: block;
    }
    .header__top {
        width: 86%;
        max-width: 1680px;
        height: 96px;
    }
    .header__logo-wrapper .header__star {
        width: 64px;
        height: 64px;
    }
    .header__item-lang, .header__item-msg, .header__item-search, .header__language-and-imprint {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__top-menu-tools {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .header-main-navigation[data-v-66b06a6d] {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .header-flyout {
        position: absolute;
        width: 368px;
        height: calc(100vh - 144px);
        margin: 0;
        border-radius: 4px;
        overflow-x: hidden;
        background-color: var(--wb-white);
    }
    .header-flyout.header-flyout__first-level {
        margin-top: 97px;
    }
    .header-flyout .header-flyout__topbar {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: var(--wb-white);
    }
    .header-flyout .header-flyout__topbar-content {
        padding: 16px 8px;
    }
    .header-flyout .header-flyout__topbar-closeButton {
        color: var(--wb-grey-20);
    }
    .header-flyout .header-flyout__topbar-mobileElement {
        display: none;
    }
    .header-flyout .header-flyout__innerContent {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: var(--wb-white);
    }
    .header-flyout .header-flyout__navigation-list {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header-flyout .header-flyout__imprint {
        width: 86%;
        max-width: 1680px;
    }
    .header-navigation-topic .header-navigation-topic__icon-wrapper {
        color: var(--wb-grey-20)
    }

    .header-navigation-topic .header-navigation-topic__icon-wrapper:hover {
        background-color: var(--wb-white)
    }
}


@media (min-width: 48em) and (min-width: 48em){
    .header-main-navigation[data-v-66b06a6d] {
        width: 86%;
        max-width: 1680px;
    }
}


/* 767px */
@media (max-width: 47.99em){
    .header-flyout .header-flyout__topbar-fss-content {
        border-top: 1px solid var(--wb-grey-20);
    }
    .header-flyout .header-flyout__navigation-list {
        padding: 24px 0;
    }
    .header-navigation-topic {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-flyout.header-flyout__first-level .header-flyout__navigation-list--first-level>.header-navigation-topic:not(:last-child) {
        border-bottom: 1px solid var(--wb-grey-85);
    }

    #scroll-down {
        top: 20%;
        left: 50%;
        transform: translate(-50%,30%);
    }
    #scroll-title {
        font-size: 10px;
    }

    .main-section01,
    .main-section02{
        height: 80vh;
    }
    .main-section01__title {
        font-size: 3rem;
    }
    .main-section01__description {
        font-size: 18px;
    }
    .main-section02_container {
        justify-content: center;
    }
    .sec02-btn {
        line-height: 50px;
    }
    .main-section02 .sec02-btn, 
    .main-section03 .sec03-btn{
        font-size: 16px;
    }
    .main-section03__description{
        font-size: 16px;
        line-height: 20px;
    }
    .sec04-btn{
        margin-bottom: 20px;
        height: 50px;
        width: 160px;
        font-size: 14px;
    }
    .main-section02__title,
    .main-section04__title {
        margin-bottom: 20px;
        padding: 0;
        font-size: 26px;
    }
    .main-section02__description,
    .main-section04__description {
        margin-bottom: 10px;
    }
    .main-section04__list li {
        padding: 16px 0;
    }
    .main-section04__list h4 {
        font-size: 18px;
    }
    .main-section04__list p {
        font-size: 14px;
    }
    .footer-menu{
        font-size: 13px;
    }
    .footer-menu li:not(:last-child)::after {
        padding: 0 5px;
    }
    .copyright{
        font-size: 11px;
    }
    .sub-imgtop{
        height: 180px;
    }
    .sub-imgtop__title{
        font-size: 2.3rem;
    }
    form{font-size: 14px;}
    .form-control,
    .form-select,
    .btn_block,
    .btn_block:hover,
    .btn_block:active,
    .input-group-text{
        font-size: 16px;
    }
    .form-check-input[type=radio],
    .form-check-input[type="checkbox"]{
        width: 16px;
        height: 16px;
    }
    .btn_block,
    .btn_block:hover,
    .btn_block:active{
        height: 32px;
        line-height: 32px;
        width: 70%;
    }

    .tablist-location.nav-pills a.nav-link{
        font-size: 16px;
    }
    .tablist-team.nav-pills a.nav-link{
        font-size: 18px;
        padding: 0 16px;
    }

    .salse-content .col-md-6.card-image{
        width: 100%;
    }
    .salse-content .card-btn, .salse-content .card-btn:hover{
        margin-top: 20px;
        font-size: 16px;
    }
    ul.service-center .service-center-image{
        height: 300px;
    }

    .news-content__list li {
        padding: 16px 0;
    }
    .news-content__list h4 {
        font-size: 18px;
    }
    .news-content__list p {
        font-size: 14px;
    }
    .news-view_top .event-view__title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .news-view_top .event-view__date{
        font-size: 14px;
    }
    .news-view__content{
        padding: 20px 0 20px 0;
        font-size: 16px;
    }

    .event-view_top .event-view__title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .event-view_top .event-view__date{
        font-size: 14px;
    }
    .event-view__content{
        padding: 20px 0 20px 0;
        font-size: 16px;
    }
}



@media (min-width: 48em) and (max-width: 79.99em){
    .header-flyout .header-flyout__navigation-list {
        border-bottom: 1px solid var(--wb-grey-85);
    }
}
@media (max-width: 79.99em) and (min-width: 48em){
    .header-navigation-topic {
        width: 86%;
        max-width: 1680px;
    }
}
@media(max-width:79.99em)and (min-width:1920px) {
    .header-navigation-topic {
        width: 100%
    }
}

@media (max-width: 500px){
    footer{
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .footer-menu{
        flex-direction: column;
    }
    .footer-menu li:not(:last-child)::after {
        content: '';
    }
    .footer__content01 .footer-menu li::before {
        content: '．';
        color: #ddd;
    }
    .footer-social {
        justify-content: center;
        padding-top: 1rem;
    }
    .footer-social__item wb-icon svg {
        width: 15px;
    }

    ul.service-center .service-center-image {
    height: 260px;
    }
    .service-center-name__en {
        margin-top: 60px;
        font-size: 18px;
    }
    .service-center-name__kr {
        font-size: 26px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .service-center-location{
        font-size: 18px;
    }
    .service-center-contact p{
        font-size: 18px;
    }
    .service-center-contact p:not(.service-center-text){
        margin-top: 6px;
    }

    .event-content .card-body {
        height: 130px;
        padding: 15px 18px;
    }
    .event-content .card-image img{
        height: 200px;
    }
    .event-content .card-title{
        font-size: 18px;
    }
    .event-content .card-text{
        font-size: 14px;
    }
    .event-content .card-btn, 
    .event-content .card-btn:hover{
        font-size: 14px;
    }

    .magazine-form .form-group label:not(.small-text){
        font-size: 16px;
    }
}

@media (max-width: 400px){
    .form-group-small .form-check-input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
    .small-text {
        font-size: 14px;
    }
    .between-cell-text{
        margin: 5px 1%;
    }

    .form-container{
        margin: 20px 0;
    }
    .form-group:not(.form-group-small){
        margin-top: 15px;
    }
    .form-group-small{
        margin-top: 5px;
    }
    .tablist-team a.nav-link, 
    .tablist-team a.nav-link:hover{
        margin: 0;
    }
    .tablist-team.nav-pills a.nav-link{
        font-size: 16px;
        padding: 0 12px;
    }
    .tablist-team a.nav-link::before {
        top: 16px;
        left: -11px;
    }
}