@charset "UTF-8";

/* header&footer.css */
/* header & footer common - site-division */
.site-division, .footer-division {
    position: relative;
    height: auto;
    width: 100%;
}

.site-division .site-division-background,
.site-division .site-division-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-division .row {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0; /* remove default browser margin between element */
    letter-spacing: 0; /* remove default browser margin between element */
}

@media screen and (max-width: 1020px) {
    .site-division .row {
        max-width: 960px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1400px) {
    #body.entire-style-width-type-wide .site-division .row {
        max-width: 1800px;
        padding-left: 90px;
        padding-right: 90px;
    }
}

.site-division .column {
    display: inline-block;
}

.site-division .site-element {
    position: relative;
    display: inline-block;
}

/* header & footer common - common */
#body.siteHeader-notUse .siteHeader,
#body.siteFooter-notUse footer {
    display: none !important;
}

.siteHeader .site-element,
#siteFooter .site-element {
    vertical-align: middle;
}

.siteHeader .headerSns-icons,
#siteFooter .footerSns-icons {
    display: inline-block
}

.siteHeader .row.row-main .column.header-left,
.siteHeader .row.row-search.mobile .searchIcon,
#siteFooter .row.row-main .column.footer-left {
    text-align: left;
    padding-left: 16px;
}

.siteHeader .row.row-main .column.header-right,
.siteHeader .row.row-search.mobile .closeSearchBar-btn,
#siteFooter .row.row-main .column.footer-right {
    text-align: right;
    padding-right: 16px;
}

/* header & footer common -  menu */
.site-element .menu-navi {
    display: inline-block;
    cursor: pointer;
    color: inherit;
    margin-right: 1em;
}

.site-element .menu-navi > .menu-name {
    display: inline-block;
}

/* header - sub menu & onepage menu */
.site-element .menu-navi.menu-main.showOnePageSubMenus {
    display: none !important;
}

.siteHeader .headerMenuList.site-element .subMenuNaviListDiv .subMenuNaviList .menu-navi.menu-sub:not(.onePageSubMenu) {
    display: block;
    text-align: left;
    margin-top: 0.8em;
    margin-bottom: 0;
    margin-right: 0;
}

.siteHeader .headerMenuList.site-element .subMenuNaviListDiv .subMenuNaviList .menu-navi.menu-sub:first-child {
    margin-top: 0;
}

#body .site-element.desktop .menu-navi.menu-main .subMenuNaviListDiv {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1000;
    padding-top: 0.9em;
    margin-left: -0.9em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

#body .site-element.desktop .menu-navi.menu-main:hover .subMenuNaviListDiv {
    opacity: 1;
    visibility: visible;
}

#body .site-element.desktop .menu-navi.menu-main .subMenuNaviList {
    position: relative;
    width: auto;
    height: auto;
    border: 1px solid rgb(242, 242, 242);
    background-color: rgb(255, 255, 255);
    z-index: 1000;
    padding: 0.9em;
}

#body .site-element.desktop .menu-navi.menu-main .subMenuNaviList:empty {
    opacity: 0;
    visibility: hidden;
}

#body .site-element.desktop .menu-navi.menu-main.onePageMenu .subMenuNaviListDiv {
    display: none;
}

#body .site-element.desktop .menu-navi.menu-main.onePageMenu.showOnePageSubMenus .subMenuNaviListDiv {
    position: relative;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 1;
    display: inline-block;
    top: 0 !important;
    visibility: visible;
}

#body .site-element.desktop .menu-navi.menu-main .subMenuNaviListDiv .menu-navi .menu-name {
    white-space: nowrap;
}

#body .site-element.desktop .menu-navi.menu-main.onePageMenu.showOnePageSubMenus .subMenuNaviListDiv .site-element .menu-navi.menu-sub {
    display: inline-block;
}

/* header - common */
.siteHeader.scrolled .site-division-background.background-color,
.siteHeader.scrolled.borderBottom-use { /* 스크롤를 빠르게 올렸을 때 브라우저에 과한 부하를 줘서 화면 프린팅을 제대로 못그리는 현상 수정. 스크롤을 내릴때만 트렌지션이 적용되게 */
    -webkit-transition: background-color 0.4s, border-color 0.4s;
    -moz-transition: background-color 0.4s, border-color 0.4s;
    -ms-transition: background-color 0.4s, border-color 0.4s;
    -o-transition: background-color 0.4s, border-color 0.4s;
    transition: background-color 0.4s, border-color 0.4s;
}

.siteHeader .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.siteHeader .row.row-main {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (min-width: 641px) {
    body:not(.editor) .siteHeader .row.row-main.mobile,
    body:not(.editor) .siteHeader .row.row-search.mobile {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    body:not(.editor) .siteHeader .row.row-main.desktop {
        display: none !important;
    }
}


#body.hero-use.hero-header-position-headerInHero .site-header-content-group {
    position: absolute;
    max-width: 100vw;
}

#body .siteHeader.placeholder {
    visibility: hidden;
}

#body.hero-notUse .siteHeader.placeholder,
#body:not(.hero-header-position-headerInHero) .siteHeader.placeholder {
    display: none;
}

#body.header-style-effect-type-fixedAtTop.desktop .siteHeader.placeholder,
#body.header-style-effect-mobile-type-fixedAtTop.mobile .siteHeader.placeholder {
    display: block;
    visibility: hidden;
}

.siteHeader .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    vertical-align: middle;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.siteHeader .row.row-main .column.header-center {
    text-align: center;
}

.siteHeader .row.row-main .column:empty {
    padding: 0;
}

.siteHeader .site-element.desktop .site-element-child {
    line-height: 0; /* 데스크탑 검색 - 아이콘일 때 클릭하면 .search-input-box 나오면서 .headerCartAndCustomer div 높이 변경되는 현상 개선 */
}

.siteHeader .site-element.desktop .site-element-child > * {
    line-height: 1em; /* 데스크탑 검색 - 아이콘일 때 클릭하면 .search-input-box 나오면서 .headerCartAndCustomer div 높이 변경되는 현상 개선 */
}

.headerMenuList .headerMenuListContents > .menu-navi,
.headerCartAndCustomer > a,
.headerSns > a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    vertical-align: middle;
}

#headerLogo,
#headerLogoInMobileMenu {
    cursor: pointer;
}

#body.desktop.cartNotUse .headerCart,
#body.desktop.productSearchNotUse .headerProductSearch,
#body.desktop.customerMenuNotUse .headerCustomer,
#body.desktop.headerSnsNotUse .headerSns {
    display: none;
}

#body.desktop.cartUse .headerCart,
#body.desktop.productSearchUse .headerProductSearch,
#body.desktop.customerMenuUse .headerCustomer,
#body.desktop.headerSnsUse .headerSns {
    display: inline-block;
}

#body.mobile.cartNotUse .headerCart,
#body.mobile.productSearchMobileNotUse .headerProductSearch,
#body.mobile.customerMenuMobileNotUse .headerCustomer,
#body.mobile.headerSnsNotUse .headerSns {
    display: none;
}

#body.mobile.productSearchMobileUse .headerProductSearch,
#body.mobile.customerMenuMobileUse .headerCustomer {
    display: inline-block;
}

#body.header-style-type-use-mobile-header.productSearchMobileNotUse .headerProductSearch.desktop,
#body.header-style-type-use-mobile-header.customerMenuMobileNotUse .headerCustomer.desktop,
#body.header-style-type-use-mobile-header.productSearchUse.productSearchMobileNotUse .headerProductSearch.desktop,
#body.header-style-type-use-mobile-header.customerMenuUse.customerMenuMobileNotUse .headerCustomer.desktop {
    display: none;
}

#body.header-style-type-use-mobile-header.productSearchMobileUse .headerProductSearch.desktop,
#body.header-style-type-use-mobile-header.customerMenuMobileUse .headerCustomer.desktop,
#body.header-style-type-use-mobile-header.productSearchNotUse.productSearchMobileUse .headerProductSearch.desktop,
#body.header-style-type-use-mobile-header.customerMenuNotUse.customerMenuMobileUse .headerCustomer.desktop {
    display: inline-block;
}

#body.header-style-type-use-mobile-header.hero-use.hero-header-position-headerInHero.hero-style-type-dark.header-style-effect-mobile-type-none .headerMenuHamburgerBar .menuIcon,
#body.header-style-type-use-mobile-header.hero-use.hero-header-position-headerInHero.hero-style-type-dark.header-style-effect-mobile-type-fixedAtTop .siteHeader:not(.scrolled) .headerMenuHamburgerBar .menuIcon {
    color: #222 !important;
}

#body.header-style-type-use-mobile-header.hero-use.hero-header-position-headerInHero.hero-style-type-light.header-style-effect-mobile-type-none .headerMenuHamburgerBar .menuIcon,
#body.header-style-type-use-mobile-header.hero-use.hero-header-position-headerInHero.hero-style-type-light.header-style-effect-mobile-type-fixedAtTop .siteHeader:not(.scrolled) .headerMenuHamburgerBar .menuIcon {
    color: #fff !important;
}

.headerProductSearchContent,
.headerCustomerContent,
.headerCartContent,
#body .menu-opener,
#body .headerLogo,
#body .headerMenuList,
#body .headerCartAndCustomer {
    display: none;
}

#body.desktop.header-style-type-use-mobile-header .headerMenuList.mobile,
#body .headerMenuList.desktop,
#body .headerCartAndCustomer.desktop {
    display: block;
}

#body.desktop.header-style-type-use-mobile-header .headerMenuList.mobile::-webkit-scrollbar {
    display: none;
}

#body.header-style-type-use-mobile-header .headerMenuList.desktop,
#body.header-style-type-use-mobile-header .site-division .headerSns.desktop {
    display: none;
}

#body.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .systemIcon,
#body.header-style-type-use-mobile-header .headerProductSearch.desktop.headerSearchBar,
#body.header-style-type-use-mobile-header #headerCart.desktop .systemIcon {
    font-size: 20px;
}

#body .headerLogo.desktop {
    display: inline-block;
}

#body.productSearchType-korean .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=korean],
#body.productSearchType-english .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=english],
#body.productSearchType-icon .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=icon],
#body.cartType-korean .headerCartAndCustomer.desktop .headerCartContent[data-type=korean],
#body.cartType-english .headerCartAndCustomer.desktop .headerCartContent[data-type=english],
#body.cartType-icon .headerCartAndCustomer.desktop .headerCartContent[data-type=icon],
#body.cartType-icon-bag .headerCartAndCustomer.desktop .headerCartContent[data-type=icon-bag] {
    display: inline-block;
}

#body.customerMenuType-korean .headerCustomer.desktop .headerCustomerContent[data-type=korean],
#body.customerMenuType-english .headerCustomer.desktop .headerCustomerContent[data-type=english],
#body.customerMenuType-icon .headerCustomer.desktop .headerCustomerContent[data-type=icon],
#body.customerMenuType-icon-snowman .headerCustomer.desktop .headerCustomerContent[data-type=icon-snowman],
#body.customerMenuType-korean .headerMenuList.mobile .headerCustomerContent[data-type=korean],
#body.customerMenuType-english .headerMenuList.mobile .headerCustomerContent[data-type=english],
#body.customerMenuType-icon .headerMenuList.mobile .headerCustomerContent[data-type=icon],
#body.customerMenuType-icon-snowman .headerMenuList.mobile .headerCustomerContent[data-type=icon-snowman] {
    display: inline-block;
}

#body.productSearchType-mobile-icon .headerCartAndCustomer.mobile .headerProductSearchContent[data-type=icon],
#body.cartType-mobile-icon .headerCartAndCustomer.mobile .headerCartContent[data-type=icon],
#body.cartType-mobile-icon-bag .headerCartAndCustomer.mobile .headerCartContent[data-type=icon-bag],
#body.customerMenuType-mobile-icon .headerCustomer.mobile .headerCustomerContent[data-type=icon],
#body.customerMenuType-mobile-icon-snowman .headerCustomer.mobile .headerCustomerContent[data-type=icon-snowman] {
    display: inline-block;
}

#body.headerEnglishType-capitalize #headerCartAndCustomer .headerProductSearch,
#body.headerEnglishType-capitalize #headerCartAndCustomer .headerCustomerContent,
#body.headerEnglishType-capitalize #headerCartAndCustomer .headerCartContent {
    text-transform: capitalize;
}

#body.headerEnglishType-uppercase #headerCartAndCustomer .headerProductSearch,
#body.headerEnglishType-uppercase #headerCartAndCustomer .headerCustomerContent,
#body.headerEnglishType-uppercase #headerCartAndCustomer .headerCartContent {
    text-transform: uppercase;
}

#body.headerEnglishType-lowercase #headerCartAndCustomer .headerProductSearch,
#body.headerEnglishType-lowercase #headerCartAndCustomer .headerCustomerContent,
#body.headerEnglishType-lowercase #headerCartAndCustomer .headerCartContent {
    text-transform: lowercase;
}

#body.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=korean],
#body.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=english],
#body.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerCartContent[data-type=korean],
#body.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerCartContent[data-type=english],
#body.header-style-type-use-mobile-header .headerCustomer.desktop .headerCustomerContent[data-type=korean],
#body.header-style-type-use-mobile-header .headerCustomer.desktop .headerCustomerContent[data-type=english] {
    display: none;
}

#body.header-style-type-use-mobile-header.productSearchType-icon .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=icon],
#body.header-style-type-use-mobile-header.customerMenuType-icon .headerCustomer.desktop .headerCustomerContent[data-type=icon],
#body.header-style-type-use-mobile-header.customerMenuType-icon-snowman .headerCustomer.desktop .headerCustomerContent[data-type=icon-snowman],
#body.header-style-type-use-mobile-header.cartType-icon .headerCartAndCustomer.desktop .headerCartContent[data-type=icon],
#body.header-style-type-use-mobile-header.cartType-icon-bag .headerCartAndCustomer.desktop .headerCartContent[data-type=icon-bag] {
    display: none;
}

#body.productSearchType-mobile-icon.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerProductSearchContent[data-type=icon],
#body.customerMenuType-mobile-icon.header-style-type-use-mobile-header .headerCustomer.desktop .headerCustomerContent[data-type=icon],
#body.customerMenuType-mobile-icon-snowman.header-style-type-use-mobile-header .headerCustomer.desktop .headerCustomerContent[data-type=icon-snowman],
#body.cartType-mobile-icon.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerCartContent[data-type=icon],
#body.cartType-mobile-icon-bag.header-style-type-use-mobile-header .headerCartAndCustomer.desktop .headerCartContent[data-type=icon-bag] {
    display: inline-block;
}

/* header - logo - common */
#body #headerLogo .site-name,
#body #headerLogo .site-logo,
#body #headerLogo .site-logoImageWhenHeaderInHero {
    display: none;
}

#body #headerLogoInMobileMenu .site-name,
#body #headerLogoInMobileMenu .site-logo {
    display: none;
}

#body #headerLogo .site-name,
#body #headerLogoInMobileMenu .site-name {
    white-space: nowrap;
}

#body.logoImage-notExist .site-logo {
    display: none !important; /* 에디터용 예외 처리: 에디터에서 img 파일을 안 올려도 img 태그가 존재해서 특정 경우의 수에 보이는 문제가 있어 이를 해결하기 위함. -180507 */
}

/* header - logo - Image not exist or exist */
/* 	상점이름이 나오는 경우: 로고 없고 && (메인배너로고 없을 때|| 메인배너 사용 안 할 때 || 스크롤했을 때)) &
	로고가 나오는 경우: 로고 있고 && (메인배너로고 없을 때 || 메인배너 사용 안 할 때 || 스크롤했을 때)
	메인배너로고가 나오는 경우: 메인배너로고 있고 && (메인배너 사용할 때 || 스크롤 안 했을 때) */
#body.logoImage-notExist.logoImageWhenHeaderInHero-notExist #headerLogo .site-name,
#body.logoImage-notExist.hero-notUse #headerLogo .site-name,
#body.logoImage-notExist .siteHeader.scrolled #headerLogo .site-name,
#body.logoImage-notExist.logoImageWhenHeaderInHero-notUse #headerLogo .site-name,
#body.logoImage-loaded.logoImageWhenHeaderInHero-notExist #headerLogo .site-logo,
#body.logoImage-loaded.hero-notUse #headerLogo .site-logo,
#body.logoImage-loaded .siteHeader.scrolled #headerLogo .site-logo,
#body.logoImage-loaded.logoImageWhenHeaderInHero-notUse #headerLogo .site-logo {
    display: block;
}

#body.logoImage-notExist #headerLogoInMobileMenu .site-name,
#body.logoImage-loaded #headerLogoInMobileMenu .site-logo {
    display: block;
}

/* header - icons */
.headerProductSearch {
    display: inline-block;
}

.headerProductSearch > *:not(.search-input-box) {
    cursor: pointer;
}

#headerProductSearchInMobileMenu,
#headerCart,
.headerCustomer,
#headerCustomerInMobileMenu {
    display: inline-block;
    cursor: pointer;
}

#body:not(.header-style-type-use-mobile-header) .siteHeader .headerMenuHamburgerBar {
    display: none;
}

#body #searchProduct .systemIcon.systemIconWeight_bold,
#body .headerMenuHamburgerBar .systemIcon.systemIconWeight_bold,
.headerProductSearch .systemIcon.systemIconWeight_bold,
.row.row-search.mobile .systemIcon.systemIconWeight_bold,
#headerProductSearchInMobileMenu .systemIcon.systemIconWeight_bold,
#headerCart .systemIcon.systemIconWeight_bold,
.headerCustomer .systemIcon.systemIconWeight_bold,
#headerCustomerInMobileMenu .systemIcon.systemIconWeight_bold {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
}

#body #searchProduct .systemIcon.systemIconWeight_normal,
#body .headerMenuHamburgerBar .systemIcon.systemIconWeight_normal,
.headerProductSearch .systemIcon.systemIconWeight_normal,
.row.row-search.mobile .systemIcon.systemIconWeight_normal,
#headerProductSearchInMobileMenu .systemIcon.systemIconWeight_normal,
#headerCart .systemIcon.systemIconWeight_normal,
.headerCustomer .systemIcon.systemIconWeight_normal,
#headerCustomerInMobileMenu .systemIcon.systemIconWeight_normal {
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
}

#body #searchProduct .systemIcon.systemIconWeight_light,
#body .headerMenuHamburgerBar .systemIcon.systemIconWeight_light,
.headerProductSearch .systemIcon.systemIconWeight_light,
.row.row-search.mobile .systemIcon.systemIconWeight_light,
#headerProductSearchInMobileMenu .systemIcon.systemIconWeight_light,
#headerCart .systemIcon.systemIconWeight_light,
.headerCustomer .systemIcon.systemIconWeight_light,
#headerCustomerInMobileMenu .systemIcon.systemIconWeight_light {
    -webkit-text-stroke-width: 0.3px;
    text-stroke-width: 0.3px;
}

/* header - search input box */
.siteHeader .headerProductSearch.desktop.search-input-box-active {
    margin-right: 0 !important;
}

.siteHeader .headerProductSearch.desktop .search-input-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 1em;
    width: 10em;
    max-width: 200px;
    position: absolute;
    left: -999999999999px;
    opacity: 0;

    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.siteHeader .headerProductSearch.desktop.search-input-box-active .search-input-box {
    position: relative;
    left: auto;
    opacity: 1;
}

.siteHeader .headerProductSearch.desktop .search-input-box .searchIcon,
.siteHeader .headerProductSearch.desktop .search-input-box form.headerSearchBar {
    vertical-align: middle;
}

.siteHeader .headerProductSearch.desktop .search-input-box .searchIcon {
    padding-right: 0.5em;
}

.siteHeader .headerProductSearch.desktop .search-input-box form.headerSearchBar {
    display: inline-block;
    height: calc(1em + 2px);
    border-bottom: 1px solid;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader .headerProductSearch.desktop .search-input-box form.headerSearchBar input {
    width: 100%;
    height: 1.5em; /* for safari bug */
    margin-top: -0.5em; /* for safari bug */
    border: none;
    background-color: transparent;
    -webkit-appearance: none; /* for safari bug */
}

/* header and mobile-submenu - exception: submenu-borderTop-use, hero-header-position-headerInHero */
#body.mobile.mobile-submenu-borderTop-use .siteHeader.borderBottom-use {
    border-bottom: none;
}

#body.hero-use.hero-header-position-headerInHero .siteHeader:not(.placeholder) {
    position: absolute;
    z-index: 998;
}

#body.hero-use.hero-header-position-headerInHero .siteHeader .site-division-background.background-color,
#body.hero-use.hero-header-position-headerInHero #mobileSubmenuArea #mobileSubmenuListUl {
    background-color: transparent;
    transition: background-color 0.4s, border-color 0.4s;
}

#body.hero-use.hero-header-position-headerInHero .siteHeader.borderBottom-use,
#body.hero-use.hero-header-position-headerInHero.mobile-submenu-borderTop-use #mobileSubmenuArea #mobileSubmenuListUl,
#body.hero-use.hero-header-position-headerInHero.mobile-submenu-borderBottom-use #mobileSubmenuArea #mobileSubmenuListUl {
    border-color: transparent;
}

#body.hero-use.hero-header-position-headerInHero #mobileSubmenuArea .prev-mobile-submenu,
#body.hero-use.hero-header-position-headerInHero #mobileSubmenuArea .next-mobile-submenu {
    background-image: linear-gradient(360deg, transparent, transparent);
}

/* header - layout - layout-type-normal-single-left1 */
.siteHeader.layout-type-normal-single-left1 .row.row-main.desktop .column.header-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-left1 .row.row-main.desktop .column.header-right .headerMenuList {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* header - layout - layout-type-normal-single-left2 */
.siteHeader.layout-type-normal-single-left2 .row.row-main.desktop .column.header-left,
.siteHeader.layout-type-normal-single-left2 .row.row-main.desktop .column.header-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-left2 .row.row-main.desktop .column.header-right #headerCartAndCustomer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-left2 .row.row-main.desktop #headerLogo {
    margin-right: 0;
}

.siteHeader.layout-type-normal-single-left2 .row.row-main.desktop .headerMenuList .headerMenuListContents > .menu-navi:last-child {
    margin-right: 0;
}

/* header - layout - layout-type-normal-single-left3 */
.siteHeader.layout-type-normal-single-left3 .row.row-main.desktop .column.header-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* header - layout - layout-type-normal-single-center1 */
.siteHeader.layout-type-normal-single-center1 .row.row-main.desktop .column.header-left,
.siteHeader.layout-type-normal-single-center1 .row.row-main.desktop .column.header-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-center1 .row.row-main.desktop .column.header-right #headerCartAndCustomer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-center1 .row.row-main.desktop #headerLogo {
    margin-right: 0;
}

/* header - layout - layout-type-normal-single-right1 */
.siteHeader.layout-type-normal-single-right1 .row.row-main.desktop .column.header-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-single-right1 .row.row-main.desktop #headerLogo {
    margin-right: 0;
}

/* header - layout - layout-type-normal-double-left1 */
.siteHeader.layout-type-normal-double-left1 .row.row-main.desktop .column.header-left {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-double-left1 .row.row-main.desktop .column.header-left .headerMenuList {
    display: block;
    margin-top: 1.5em;
}

/* header - layout - layout-type-normal-double-center1 */
.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .column.header-center {
    display: inline-block;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .column.header-left,
.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .column.header-right {
    vertical-align: bottom;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .column.header-right #headerCartAndCustomer {
    vertical-align: bottom;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .column.header-center .headerMenuList {
    display: block;
    margin-top: 1.5em;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerMenuList .headerMenuListContents > .menu-navi,
.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop #headerCartAndCustomer > a,
.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerSns > a {
    margin-top: 1em;
    margin-bottom: 0;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop #headerLogo {
    margin-right: 0;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerMenuList .headerMenuListContents > .menu-navi:last-child {
    margin-right: 0;
}

.siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerSns .headerSns-icons:first-child {
    margin-left: 0;
}

/* header style use-mobile-header */
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-left .column.header-right,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-right .column.header-right,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-left-left .column.header-right,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-left-right .column.header-right {
    justify-content: flex-end;
}

.header-style-type-use-mobile-header .siteHeader.layout-type-normal-double-center1 .row.row-main.desktop {
    align-items: center;
}

.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-left .row.row-main.desktop .column.header-left,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-left .row.row-main.desktop .column.header-right,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-right .row.row-main.desktop .column.header-left,
.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-center-right .row.row-main.desktop .column.header-right {
    flex: 1;
}

.header-style-type-use-mobile-header .siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerMenuList .headerMenuListContents > .menu-navi,
.header-style-type-use-mobile-header .siteHeader.layout-type-normal-double-center1 .row.row-main.desktop #headerCartAndCustomer > a,
.header-style-type-use-mobile-header .siteHeader.layout-type-normal-double-center1 .row.row-main.desktop .headerSns > a {
    margin-top: 0;
}

/* header speechBubble */
header #headerCustomer {
    position: relative;
}

#headerCustomerSpeechBubble,
#headerCustomerMobileSpeechBubble {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 100%);
    text-align: center;
    width: auto;
    padding: 0.7em 1em;
    color: #fff;
    background-color: #222;
    white-space: pre;
    line-height: 1.25;
}

#headerCustomerSpeechBubble::before,
#headerCustomerMobileSpeechBubble::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -100%);
    border: 5px solid transparent;
    border-bottom-color: #222;
}

#headerCustomerSpeechBubble.speechBubbleAnimation,
#headerCustomerMobileSpeechBubble.speechBubbleAnimation {
    animation: speechBubbleAnimation 0.5s 0.3s infinite alternate;
}

@keyframes speechBubbleAnimation {
    from {
        transform: translate(-50%, 100%);
    }
    to {
        transform: translate(-50%, 93%);
    }
}

/* footer - common */
#siteFooter {
    display: none;
}

#body #siteFooter .site-element .menu-navi:last-child {
    margin-right: 0;
}

#body.designProduct-loaded:not(.siteFooter-notUse) #siteFooter,
#body.systemPage:not(.pageLink-product):not(.siteFooter-notUse) #siteFooter,
#body.systemPage.pageLink-product.shopProductDetail-loaded:not(.siteFooter-notUse) #siteFooter {
    display: block;
}

#siteFooter #footerCopyright {
    display: block;
    line-height: 2em;
}

#body #siteFooter #footerMenuList {
    line-height: 1.5em;
}

#siteFooter #footerSystemMenuList.site-element .menu-navi {
    margin-left: 1em;
    margin-right: 0;
}

#siteFooter #footerSystemMenuList.site-element .menu-navi:first-child {
    margin-left: 0;
}

#siteFooter #footerSystemMenuList.site-element .menu-navi > .menu-name {
    white-space: nowrap;
}

#siteFooter #footerSns .footerSns-icons {
    margin-left: 0.55em;
}

/* footer - plan - homepage */
#body.sitePlan-homepage #memberCompanyInfo2ndRaw #hostingProvider,
#body.sitePlan-kakaoHomepage #memberCompanyInfo2ndRaw #hostingProvider {
    display: none;
}

/* footer - escrow */
#siteFooter #footerEscrow .escrowImg {
    height: 26px;
    margin-right: 3px;
}

#siteFooter #footerEscrow .escrowImg.toss {
    height: 16px;
}

#siteFooter #footerEscrow .escrowImg,
#siteFooter #footerEscrow .escrowTextSpan {
    vertical-align: middle;
}

/* footer - layout - layout-type-align-center1 */
.body:not(.mobile) #siteFooter.layout-type-align-center1 .column.footer-center {
    width: 100%;
}

.body #siteFooter.layout-type-align-center1 #footerCompanyInfo,
.body #siteFooter.layout-type-align-center1 #footerEscrow {
    display: block;
}

.body:not(.mobile) #siteFooter.layout-type-align-center1 #footerCompanyInfo.site-element {
    padding: 16px 0;
}

.body:not(.mobile) #siteFooter.layout-type-align-center1 #footerMenuList .menu-navi:last-child {
    margin-right: 1em;
}

.body:not(.mobile) #siteFooter.layout-type-align-center1 #footerSns {
    display: block;
    margin-right: 0.55em;
    padding-bottom: 16px;
}

/* footer - layout - layout-type-align-bothSide1 */
.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 .column.footer-left {
    width: 70%;
    vertical-align: top;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 .column.footer-right {
    width: 30%;
    vertical-align: top;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #footerMenuList {
    display: block;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #footerMenuList .menu-navi {
    margin-bottom: 0.7em;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #footerCompanyInfo {
    display: block;
    margin-bottom: 0.5em;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #footerEscrow {
    margin-right: 1em;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #footerCopyright {
    margin-top: 0.5em;
}

.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #whenNoFooterCopyright,
.body:not(.mobile) #siteFooter.layout-type-align-bothSide1 #whenNoFooterCompanyInfo {
    text-align: left;
}

/* header&footer.css */

/* hero.css */
.hero-section {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 640px) {
    .page-opened.hero-use .hero-section.mobile,
    .onePageSubPage-opened.hero-use .hero-section.mobile {
        display: block !important;
    }
}

@media screen and (min-width: 641px) {
    .page-opened.hero-use .hero-section.desktop,
    .onePageSubPage-opened.hero-use .hero-section.desktop {
        display: block !important;
    }
}

#body.hero-header-position-headerInHero.hero-indexPage-height-type-half.indexPage-opened .hero-section .heroCaptionWrapper,
#body.hero-header-position-headerInHero.hero-indexPage-height-type-twoThirds.indexPage-opened .hero-section .heroCaptionWrapper,
#body.hero-header-position-headerInHero.hero-otherPages-height-type-half:not(.indexPage-opened) .hero-section .heroCaptionWrapper,
#body.hero-header-position-headerInHero.hero-otherPages-height-type-twoThirds:not(.indexPage-opened) .hero-section .heroCaptionWrapper {
    padding-top: 40px;
}

#body.hero-header-position-headerInHero.hero-indexPage-height-type-half.indexPage-opened .hero-section .heroCaptionWrapper.hero-button-use,
#body.hero-header-position-headerInHero.hero-indexPage-height-type-twoThirds.indexPage-opened .hero-section .heroCaptionWrapper.hero-button-use,
#body.hero-header-position-headerInHero.hero-otherPages-height-type-half:not(.indexPage-opened) .hero-section .heroCaptionWrapper.hero-button-use,
#body.hero-header-position-headerInHero.hero-otherPages-height-type-twoThirds:not(.indexPage-opened) .hero-section .heroCaptionWrapper.hero-button-use {
    padding-top: 70px;
}

#body.hero-align-left .heroCaption {
    text-align: left;
}

#body.hero-align-center .heroCaption {
    text-align: center;
}

#body.hero-align-right .heroCaption {
    text-align: right;
}

#body.hero-style-type-dark .page-opened .hero-section,
#body.hero-style-type-dark .onePageSubPage-opened .hero-section {
    color: #222;
}

#body.hero-style-type-light .page-opened .hero-section,
#body.hero-style-type-light .onePageSubPage-opened .hero-section {
    color: #fff;
}

.hero-section .heroWrapper .heroContent .heroImgDiv {
    display: flex;
}

.hero-section .heroWrapper .heroContent .heroImgDiv .hero-image-on-slide {
    flex: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section .heroWrapper .heroContent .heroImgDiv .heroCaption,
.hero-size-type-ratioRelative .hero-section .heroWrapper .heroContent .heroImgDiv .hero-empty-ratio-element,
.hero-size-type-heightRelative .hero-section .heroWrapper .heroContent .heroImgDiv .hero-empty-height-element {
    flex: 1;
}

.hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-left .hero-image-on-slide,
.hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-right .heroCaption,
.hero-size-type-ratioRelative .hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-right .hero-empty-ratio-element,
.hero-size-type-heightRelative .hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-right .hero-empty-height-element {
    order: 1;
}

.hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-right .hero-image-on-slide,
.hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-left .heroCaption,
.hero-size-type-ratioRelative .hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-left .hero-empty-ratio-element,
.hero-size-type-heightRelative .hero-section .heroWrapper .heroContent .heroImgDiv.slide-layout-left .hero-empty-height-element {
    order: 2;
}

.hero-section .heroCaption .heroCaptionContent {
    height: 100%;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: inherit;
    box-sizing: border-box;
}

.hero-section .heroWrapper .heroContent .heroCaption {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

@media screen and (max-width: 1020px) {
    .hero-section .heroCaption .heroCaptionContent {
        max-width: 960px;
        padding: 0;
    }
}

@media screen and (min-width: 1400px) {
    #body.entire-style-width-type-wide .hero-section .heroCaption .heroCaptionContent {
        max-width: 1800px;
        padding: 0 90px;
    }
}

#body.hero-size-type-heightRelative.hero-indexPage-height-type-twoFifths.indexPage-opened .hero-section,
#body.hero-size-type-heightRelative.hero-otherPages-height-type-twoFifths:not(.indexPage-opened) .hero-section {
    height: 40vh;
}

#body.hero-size-type-heightRelative.hero-indexPage-height-type-half.indexPage-opened .hero-section,
#body.hero-size-type-heightRelative.hero-otherPages-height-type-half:not(.indexPage-opened) .hero-section {
    height: 50vh;
}

#body.hero-size-type-heightRelative.hero-indexPage-height-type-twoThirds.indexPage-opened .hero-section,
#body.hero-size-type-heightRelative.hero-otherPages-height-type-twoThirds:not(.indexPage-opened) .hero-section {
    height: 66.67vh;
}

#body.hero-size-type-heightRelative.hero-indexPage-height-type-fullScreen.indexPage-opened .hero-section,
#body.hero-size-type-heightRelative.hero-otherPages-height-type-fullScreen:not(.indexPage-opened) .hero-section {
    height: 100vh;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-2to3.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-2to3:not(.indexPage-opened) .hero-section {
    height: 150vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-3to4.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-3to4:not(.indexPage-opened) .hero-section {
    height: 133.33vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-1to1.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-1to1:not(.indexPage-opened) .hero-section {
    height: 100vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-4to3.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-4to3:not(.indexPage-opened) .hero-section {
    height: 75vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-3to2.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-3to2:not(.indexPage-opened) .hero-section {
    height: 66.67vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-16to9.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-16to9:not(.indexPage-opened) .hero-section {
    height: 56.25vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-7to3.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-7to3:not(.indexPage-opened) .hero-section {
    height: 42.86vw;
}

#body.hero-size-type-ratioRelative.hero-indexPage-ratio-type-3to1.indexPage-opened .hero-section,
#body.hero-size-type-ratioRelative.hero-otherPages-ratio-type-3to1:not(.indexPage-opened) .hero-section {
    height: 33.33vw;
}

#body.hero-align-center .heroCaption .heroCaptionContent .heroCaptionPosition {
    margin: 0 auto;
}

#body.hero-align-right .heroCaption .heroCaptionContent .heroCaptionPosition {
    float: right;
}

.hero-section .heroCaption .heroCaptionPosition {
    height: 100%;
    display: table;
    text-align: inherit;
}

@media screen and (max-width: 1300px) {
    #body.hero-navi-type-navigation .hero-section .bx-wrapper .heroCaption .heroCaptionPosition .heroCaptionWrapper {
        padding: 16px 29px;
    }
}

@media screen and (max-width: 1020px) {
    #body.hero-navi-type-navigation .hero-section .bx-wrapper .heroCaption .heroCaptionPosition .heroCaptionWrapper {
        padding: 16px 49px;
    }
}

.hero-section .heroCaption .heroCaptionPosition .heroCaptionWrapper {
    position: relative;
    padding: 16px;
    text-align: inherit;
    vertical-align: middle;
    display: table-cell;
    z-index: 5;
}

.hero-section .heroCaption .heroCaptionTitle,
.hero-section .heroCaption .heroCaptionBody,
.hero-section .heroCaption .heroCaptionButton {
    text-align: inherit;
}

.hero-section .heroCaption .heroCaptionBody {
    margin-top: 20px;
}

.hero-section .heroCaption .heroCaptionButton {
    width: auto;
    height: auto;
    padding: 12px 20px;
    line-height: 1.25;
    cursor: pointer;
    margin: 30px 0 10px;
    display: inline-block;
    z-index: 9;
    position: relative;
    transition: all 0.2s;
}

#body.button-type-normal .hero-section .heroCaptionButton {
    background-color: #222;
    color: #fff;
    border: 2px solid #222;
}

#body.button-type-normal .hero-section .heroCaptionButton:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

#body.button-type-outline .hero-section .heroCaptionButton {
    border-style: solid;
}

#body.button-shape-square .hero-section .heroCaption .heroCaptionButton {
    border-radius: 0;
}

#body.button-shape-roundedSquare .hero-section .heroCaption .heroCaptionButton {
    border-radius: 3px;
}

#body.button-shape-ellipse .hero-section .heroCaption .heroCaptionButton {
    border-radius: 50px;
}

#body.hero-button-size-small .hero-section .heroCaption .heroCaptionButton {
    padding: 8px 12px;
}

#body.hero-button-size-medium .hero-section .heroCaption .heroCaptionButton {
    padding: 12px 20px;
}

#body.hero-button-size-large .hero-section .heroCaption .heroCaptionButton {
    padding: 16px 28px;
}

.heroWrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-section .bx-wrapper, .hero-section .bx-wrapper .bx-viewport {
    height: 100% !important;
}

.hero-section .heroWrapper .heroContent,
.hero-section .heroWrapper .heroContent .heroImgDiv,
.hero-section .heroWrapper .heroContent .heroBackgroundDiv,
.hero-section .heroWrapper .heroContentVideoDiv,
.hero-section .heroWrapper .heroContentVideoDiv .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-section .heroWrapper .heroContentVideoDiv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-size-type-ratioRelative .hero-section .heroWrapper .heroContentVideoDiv video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

body.tablet .hero-section .heroImgDiv,
body.mobile .hero-section .heroImgDiv {
    background-attachment: scroll !important;
}

.heroLeftArea,
.heroRightArea {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 2;
}

.heroLeftArea {
    left: 0;
}

.heroRightArea {
    right: 0;
}

/* Hero Slide Navigation */
.hero-section .bx-navigation a {
    margin-top: -31px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.editor .desktop .hero-section .bx-navigation a,
.hero-section .bx-navigation:hover a,
.hero-section .bx-navigation.heroButtonShow a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.hero-section .bx-prevButton {
    left: 16px;
}

.hero-section .bx-nextButton {
    right: 16px;
}

@media screen and (min-width: 1400px) {
    .hero-section .bx-prevButton {
        left: 20px;
    }

    .hero-section .bx-nextButton {
        right: 20px;
    }
}

.hero-section .bx-navigation .bx-prev,
.hero-section .bx-navigation .bx-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.hero-section .bx-navigation .bx-prev {
    transform: rotate(-45deg);
}

.hero-section .bx-navigation .bx-next {
    transform: rotate(135deg);
}

.hero-style-type-light .hero-section .bx-navigation .bx-prev,
.hero-style-type-light .hero-section .bx-navigation .bx-next {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.hero-style-type-dark .hero-section .bx-navigation .bx-prev,
.hero-style-type-dark .hero-section .bx-navigation .bx-next {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

/* Hero Slide Pagenation */
.hero-section .bx-controls {
    width: 100%;
    bottom: 15px;
    text-align: center;
}

#body.hero-style-type-light .hero-section .bx-pager-item .bx-pager-link {
    border: 2px solid #fff;
}

#body.hero-style-type-light .hero-section .bx-pager-item .bx-pager-link.active {
    background: #fff !important;
}

#body.hero-style-type-dark .hero-section .bx-pager-item .bx-pager-link {
    border: 2px solid #222;
}

#body.hero-style-type-dark .hero-section .bx-pager-item .bx-pager-link.active {
    background: #222 !important;
}

/* hero.css */

/* mobile - header */
#body .siteHeader .row-main .headerMenuHamburgerBar {
    left: 0;
}

#body .siteHeader .row-main .headerMenuHamburgerBar .menuIcon {
    font-size: 19px;
    cursor: pointer;
}

/* mobile - header - layout */
#body .siteHeader:not([class*=" layout-mobile-"]) .row.row-main.mobile .column.header-left,
#body .siteHeader:not([class*=" layout-mobile-"]) .row.row-main.mobile .column.header-right {
    /* 발행하지 않은 기존 고객들을 위한 방어 코드 */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#body .siteHeader.layout-mobile-type-normal-center-left .row.row-main.mobile .column.header-left,
#body .siteHeader.layout-mobile-type-normal-center-left .row.row-main.mobile .column.header-right,
#body .siteHeader.layout-mobile-type-normal-center-right .row.row-main.mobile .column.header-left,
#body .siteHeader.layout-mobile-type-normal-center-right .row.row-main.mobile .column.header-right,
#body .siteHeader.layout-mobile-type-normal-left-left .row.row-main.mobile .column.header-right,
#body .siteHeader.layout-mobile-type-normal-left-right .row.row-main.mobile .column.header-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#body.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-left-left .row.row-main.desktop .column.header-left .headerLogo,
#body .siteHeader.layout-mobile-type-normal-left-left .row.row-main.mobile .column.header-left .headerLogo {
    margin-left: 16px;
}

#body.desktop.header-style-type-use-mobile-header .siteHeader.layout-mobile-type-normal-left-right .row.row-main.desktop .column.header-right .headerMenuHamburgerBar,
#body.mobile .siteHeader.layout-mobile-type-normal-left-right .row.row-main.mobile .column.header-right .headerMenuHamburgerBar {
    margin-left: 16px;
}

#body .siteHeader .row.row-main.mobile .headerCartAndCustomer .headerProductSearch,
#body .siteHeader .row.row-main.mobile .headerCartAndCustomer .headerCustomer {
    margin-right: 16px;
}

/* mobile - header - search input box */
.siteHeader .row.row-main.mobile,
.siteHeader .row.row-search.mobile {
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.siteHeader .row.row-main.mobile.search-row-active,
.siteHeader .row.row-search.mobile {
    position: absolute;
    left: -100vw;
    opacity: 0;
}

.siteHeader .row.row-search.mobile.search-row-active {
    position: relative;
    left: auto;
    opacity: 1;
}

.siteHeader .row.row-search.mobile .searchIcon,
.siteHeader .row.row-search.mobile form.headerSearchBar,
.siteHeader .row.row-search.mobile form.headerSearchBar input,
.siteHeader .row.row-search.mobile .closeSearchBar-btn {
    vertical-align: middle;
}

.siteHeader .row.row-search.mobile form.headerSearchBar {
    width: calc(100% - 103px);
    height: 30px; /* 예외 처리: 아이폰에서 검색 input에 글자 안 보이는 문제 해결 */
    margin: -5px 16px; /* 예외 처리: 아이폰에서 검색 input에 글자 안 보이는 문제 해결 */
}

.siteHeader .row.row-search.mobile form.headerSearchBar input {
    width: 100%;
    border: none;
    background-color: transparent;
}

.siteHeader .row.row-search.mobile .closeSearchBar-btn {
    font-size: 19px;
}

/* mobile - slide menu */
#body #headerCustomerInMobileMenu {
    text-align: right;
    font-size: 13px;
    line-height: 1em;
    align-self: flex-end;
}

#body #headerCustomerInMobileMenu > .systemIcon {
    font-size: 18px;
}

#body .headerMenuList.mobile .mobileSideMenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#body .headerMenuList.mobile .headerLogoInMobileMenuWrapper {
    display: inline-block;
    line-height: 0;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#body.mobile .site-element.headerMenuList #headerCustomerInMobileMenu {
    white-space: nowrap; /*예외처리 : iOS에서 두 줄되는 문제 수정*/
}

#body .headerMenuList.site-element.mobile .menu-navi > .menu-name {
    width: 100%;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-right: 0;
    border: 1px solid;
    width: 100%;
    letter-spacing: 0;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu div {
    display: inline-block;
    vertical-align: middle;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu div:last-child {
    width: 82%;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu span[data-type=korean],
#body .headerMenuList.mobile #headerProductSearchInMobileMenu span[data-type=english] {
    display: none;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu .ico-search,
#body .headerMenuList.mobile #headerProductSearchInMobileMenu .ico-search-border {
    padding: 10px;
    font-size: 18px;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu form {
    width: calc(100% - 50px);
    display: inline-block;
}

#body .headerMenuList.mobile #headerProductSearchInMobileMenu input {
    vertical-align: middle;
    width: 100%;
    border: none;
    background-color: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;

}

#body .headerMenuList.mobile,
#body .headerMenuList.mobile .site-division-background-mobile,
#body .headerMenuList.mobile .site-division-background-mobile2 {
    z-index: 10002;
    margin: 0;
    overflow-y: auto;
}

#body .headerMenuList.mobile {
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 30px 82px 30px 22px;
    top: 0;
    left: -100vw;
    text-align: left;
}

#body.desktop.header-style-type-use-mobile-header .headerMenuList.mobile {
    width: 400px;
    max-height: 100vh;
    padding: 30px 22px 30px 22px;
    overflow-x: hidden;
    overflow-y: scroll;
}

body:not(.iOS) #body .headerMenuList.mobile {
    -webkit-transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -ms-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
}

body.iOS #body .headerMenuList.mobile {
    transform: translateX(0);
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.iOS.safari #body .headerMenuList.mobile {
    padding-bottom: 80px;
}

#body .headerMenuList.mobile .site-division-background-mobile {
    position: fixed;
    width: calc(100% - 60px);
    height: 1000vh;
    top: 0;
    left: 0;
    z-index: -1;
}

#body.desktop.header-style-type-use-mobile-header .headerMenuList.mobile .site-division-background-mobile {
    width: inherit;
    height: 100vh;
}

#body.desktop.header-style-type-use-mobile-header .headerMenuList.mobile .site-division-background-mobile2 {
    height: 100vh;
}

body:not(.iOS) #body .headerMenuList.mobile .site-division-background-mobile {
    left: -100vw;
    -webkit-transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -ms-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
}

body:not(.iOS) #body .headerMenuList.mobile.sideMenuList-opened .site-division-background-mobile {
    left: 0;
}

body:not(.iOS) #body .headerMenuList.mobile .site-division-background-mobile2 {
    right: -9999px;
}

body:not(.iOS) #body .headerMenuList.mobile.sideMenuList-opened .site-division-background-mobile2 {
    right: 0;
}

#body .headerMenuList.mobile .site-division-background-mobile2 {
    position: fixed;
    width: 60px;
    top: 0;
    right: 0;
    height: 1000vh;
}

.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .mobileSideMenu,
.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .header-productSearch-InMobileMenu,
.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .headerMenuListContents,
.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .headerSns {
    position: relative;
    z-index: 10005;
}

.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .site-division-background-mobile2
.display #body.desktop.header-style-type-use-mobile-header .headerMenuList .site-division-background-mobile2 {
    width: calc(100vw - 400px);
}

body:not(.iOS) #body .headerMenuList.mobile.sideMenuList-opened {
    left: 0;
}

body.iOS #body .headerMenuList.mobile.sideMenuList-opened {
    transform: translateX(100vw);
}

body:not(.iOS) #body .siteHeader.layout-mobile-type-normal-center-left .row-main.mobile .headerMenuHamburgerBar,
body:not(.iOS) #body .siteHeader.layout-mobile-type-normal-left-left .row-main.mobile .headerMenuHamburgerBar {
    -webkit-transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -ms-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
}

body.iOS #body .siteHeader.layout-mobile-type-normal-center-left .row-main.mobile .headerMenuHamburgerBar,
body.iOS #body .siteHeader.layout-mobile-type-normal-left-left .row-main.mobile .headerMenuHamburgerBar {
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

body:not(.iOS) #body .siteHeader.layout-mobile-type-normal-center-left.sideMenuList-opened .row-main.mobile .headerMenuHamburgerBar,
body:not(.iOS) #body .siteHeader.layout-mobile-type-normal-left-left.sideMenuList-opened .row-main.mobile .headerMenuHamburgerBar {
    left: calc(100vw - 54px);
}

body.iOS #body .siteHeader.layout-mobile-type-normal-center-left.sideMenuList-opened .row-main.mobile .headerMenuHamburgerBar,
body.iOS #body .siteHeader.layout-mobile-type-normal-left-left.sideMenuList-opened .row-main.mobile .headerMenuHamburgerBar {
    transform: translateX(calc(100vw - 54px));
}

.body .headerMenuList.mobile #headerLogo,
.body .headerMenuList.mobile #headerLogoInMobileMenu {
    line-height: 1em;
}

#body .headerMenuList.mobile .menu-navi {
    position: relative;
    display: block;
    text-align: left;
    margin-top: 1.7em;
    margin-right: 0;
    font-size: 13px;
}

#body .headerMenuList.mobile .headerMenuListContents > .menu-navi.menu-main.subMenu-exist:not(.onePageMenu) > .menu-opener {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 30px;
    text-align: right;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body .headerMenuList.mobile .headerMenuListContents > .menu-navi.menu-main.subMenu-exist > .menu-opener:before {
    font-size: 1.5em;
    content: "\e970";
}

#body .headerMenuList.mobile .headerMenuListContents > .menu-navi.menu-main.subMenu-exist.subNaviList-opened > .menu-opener:before {
    content: "\e974";
}

#body .headerMenuList.mobile .headerMenuListContents > .menu-navi .subMenuNaviList {
    display: none;
    padding-left: 20px;
    background: none !important;
}

#body .headerMenuList.mobile .headerMenuListContents > .menu-navi.subNaviList-opened:not(.onePageMenu) .subMenuNaviList {
    display: block;
}

#body .headerMenuList.mobile .headerSns {
    font-size: 22px;
    margin-left: -0.55em;
    margin-top: 30px;
}

#body .headerMenuList.mobile .headerSns .headerSns-icons {
    margin-left: 0.55em;
    margin-bottom: 0.55em;
    display: inline-block;
}

#body.mobile .siteHeader.sideMenuList-opened #headerLogo,
#body.mobile .siteHeader.sideMenuList-opened #headerCartAndCustomer {
    visibility: hidden;
}

/* mobile - media query */
@media screen and (max-width: 640px) {
    #body .headerLogo.desktop,
    #body .headerMenuList.desktop,
    #body .headerCartAndCustomer.desktop,
    #body .site-division .headerSns.desktop {
        display: none !important;
    }

    #body .siteHeader.headerMenuHamburgerBar-use .headerMenuHamburgerBar {
        display: inline-block;
    }

    #body .headerMenuList.mobile,
    .body .site-division .headerSns.mobile {
        display: block;
    }

    #body .headerLogo.mobile,
    #body .headerCartAndCustomer.mobile {
        display: inline-block;
    }

    #body #headerCartAndCustomer .headerCustomer.desktop,
    #body .headerProductSearch.desktop {
        display: none;
    }

    #body .siteHeader .row.row-main,
    #body .siteHeader .row.row-search {
        padding: 16px 0;
    }

    #body #siteFooter .row.row-main {
        padding: 20px 0;
    }

    #body .siteHeader .column {
        display: inline-block;
        font-size: 0; /* 예외 처리: 아이콘 사이 간격을 없애기 위해서 적용 */
    }

    #body .headerMenuList .menu-navi {
        margin-bottom: 0;
    }

    #body #headerCartAndCustomer > a,
    #body .headerSns > a {
        margin-top: 0;
        margin-bottom: 0;
    }

    .headerProductSearch.mobile .systemIcon,
    .headerCustomer.mobile .systemIcon,
    #headerCart .systemIcon,
    .siteHeader .row.row-search.mobile .searchIcon {
        font-size: 20px;
    }

    #body #siteFooter .column.footer-left,
    #body #siteFooter .column.footer-right {
        width: 0;
        float: left;
    }

    #body #siteFooter .column.footer-center {
        width: 100%;
        padding: 0 16px;
    }

    #body #siteFooter .row.row-main .site-element {
        display: block;
        margin: 0.7em 0;
    }

    #body #siteFooter #footerMenuList {
        margin-right: 1em;
    }

    #body #siteFooter #footerMenuList .menu-navi {
        margin-right: 0;
        margin-left: 1em;
    }

    #body #siteFooter #footerSns {
        margin-right: 0.55em;
        font-size: 22px;
    }

    #body #siteFooter #footerCompanyInfo {
        font-size: 11px;
        line-height: 1.8em;
    }

    #body #siteFooter #footerEscrow .escrowImg {
        height: 22px;
        margin-right: 3px;
    }

    #body #siteFooter #footerEscrow .escrowImg.toss {
        height: 16px;
    }

    #body.mobile #siteFooter #footerEscrow .escrowImg.toss {
        height: 14px;
    }

    #body .headerMenuList,
    #body #siteFooter #footerEscrow,
    #body #siteFooter #footerSystemMenuList,
    #body #siteFooter #footerMenuList,
    #body #siteFooter #footerCopyright {
        font-size: 13px;
        line-height: 2em;
    }

    #body #headerLogo,
    #body #headerCartAndCustomer #headerCart,
    #body #headerLogoInMobileMenu,
    #body #headerCustomerInMobileMenu {
        margin-right: 0;
    }

    #body #headerLogo,
    #body #headerLogoInMobileMenu {
        font-size: 18px;
    }

    #body #headerLogo .site-logo,
    #body #headerLogo .site-logoImageWhenHeaderInHero,
    #body #headerLogoInMobileMenu .site-logo {
        max-width: 80px;
    }

    #body .siteHeader #headerCartAndCustomer {
        text-align: right;
        font-size: 0;
    }

    /* hero */
    #body.hero-size-type-heightRelative.hero-indexPage-height-mobile-type-twoFifths.indexPage-opened .hero-section,
    #body.hero-size-type-heightRelative.hero-otherPages-height-mobile-type-twoFifths:not(.indexPage-opened) .hero-section {
        height: 40vh;
    }

    #body.hero-size-type-heightRelative.hero-indexPage-height-mobile-type-half.indexPage-opened .hero-section,
    #body.hero-size-type-heightRelative.hero-otherPages-height-mobile-type-half:not(.indexPage-opened) .hero-section {
        height: 50vh;
    }

    #body.hero-size-type-heightRelative.hero-indexPage-height-mobile-type-twoThirds.indexPage-opened .hero-section,
    #body.hero-size-type-heightRelative.hero-otherPages-height-mobile-type-twoThirds:not(.indexPage-opened) .hero-section {
        height: 66.67vh;
    }

    #body.hero-size-type-heightRelative.hero-indexPage-height-mobile-type-fullScreen.indexPage-opened .hero-section,
    #body.hero-size-type-heightRelative.hero-otherPages-height-mobile-type-fullScreen:not(.indexPage-opened) .hero-section {
        height: 100vh;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-2to3.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-2to3:not(.indexPage-opened) .hero-section {
        height: 150vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-3to4.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-3to4:not(.indexPage-opened) .hero-section {
        height: 133.33vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-1to1.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-1to1:not(.indexPage-opened) .hero-section {
        height: 100vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-4to3.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-4to3:not(.indexPage-opened) .hero-section {
        height: 75vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-3to2.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-3to2:not(.indexPage-opened) .hero-section {
        height: 66.67vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-16to9.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-16to9:not(.indexPage-opened) .hero-section {
        height: 56.25vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-7to3.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-7to3:not(.indexPage-opened) .hero-section {
        height: 42.86vw;
    }

    #body.hero-size-type-ratioRelative.hero-indexPage-ratio-mobile-type-3to1.indexPage-opened .hero-section,
    #body.hero-size-type-ratioRelative.hero-otherPages-ratio-mobile-type-3to1:not(.indexPage-opened) .hero-section {
        height: 33.33vw;
    }

    #body .hero-section .heroImgDiv {
        flex-direction: column;
    }

    #body .hero-section .heroCaption .heroCaptionBody {
        margin-top: 10px;
    }

    #body .hero-section .heroCaption .heroCaptionContent {
        width: 100% !important;
        padding: 0 !important;
        min-width: initial;
        max-width: initial;
    }

    #body .hero-section .heroCaption .heroCaptionPosition {
        max-width: initial;
    }

    #body .hero-section .heroCaption .heroCaptionButton {
        margin: 15px 0 5px;
    }

    #body.hero-mobile-button-size-small .hero-section .heroCaption .heroCaptionButton {
        padding: 8px 12px;
    }

    #body.hero-mobile-button-size-medium .hero-section .heroCaption .heroCaptionButton {
        padding: 12px 20px;
    }

    #body.hero-mobile-button-size-large .hero-section .heroCaption .heroCaptionButton {
        padding: 16px 28px;
    }

    #body .hero-section .bx-navigation a {
        opacity: 1;
    }

    #body.hero-use.hero-header-position-headerInHero.hero-style-type-dark.header-style-effect-mobile-type-none .headerMenuHamburgerBar .menuIcon,
    #body.hero-use.hero-header-position-headerInHero.hero-style-type-dark.header-style-effect-mobile-type-fixedAtTop .siteHeader:not(.scrolled) .headerMenuHamburgerBar .menuIcon {
        color: #222 !important;
    }

    #body.hero-use.hero-header-position-headerInHero.hero-style-type-light.header-style-effect-mobile-type-none .headerMenuHamburgerBar .menuIcon,
    #body.hero-use.hero-header-position-headerInHero.hero-style-type-light.header-style-effect-mobile-type-fixedAtTop .siteHeader:not(.scrolled) .headerMenuHamburgerBar .menuIcon {
        color: #fff !important;
    }

    #body.hero-navi-type-navigation .hero-section .bx-wrapper .heroCaption .heroCaptionPosition {
        padding: 16px;
    }
}
