:root{
    --point-color:#9d99aa;
}
.flex{display: flex;}
.row-column{flex-direction: column;}

.color-black{color: #000 !important;}
.color-white{color: #fff !important;}
.point-color{color: var(--point-color) !important;}

.bg--black{background-color: #000 !important;}
.border-top--e6{border-top: 1px solid #e6e6e6;}
.border-top--point{border-top: 1px solid var(--point-color);}
.border-bottom--e6{border-bottom: 1px solid #e6e6e6;}
.border-bottom--point{border-bottom: 1px solid var(--point-color);}

.verLine{display:block; width: 1px; height: 60px; background-color: #fff;}
.verLine.sub{height: 40px;}
.scroll-auto{overflow-x: auto;}

.mt-5{margin-top: 5px;}
.mt-8{margin-top: 8px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-16{margin-top: 16px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-65{margin-top: 65px;}
.mt-80{margin-top: 80px;}
.mt-85{margin-top: 85px;}
.mt-95{margin-top: 95px;}
.mt-100{margin-top: 100px;}
.mt-110{margin-top: 110px;}
.mt-120{margin-top: 120px;}

.pt-10{padding-top: 10px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-55{padding-top: 55px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-120{padding-top: 120px;}
.pt-220{padding-top: 220px;}
.pt-300{padding-top: 300px;}

.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-35{padding-bottom: 35px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-65{padding-bottom: 65px;}
.pb-70{padding-bottom: 70px;}
.pb-120{padding-bottom: 120px;}
.pb-140{padding-bottom: 140px;}
.pb-180{padding-bottom: 180px;}
.pb-200{padding-bottom: 200px;}
.pb-220{padding-bottom: 220px;}
.pb-300{padding-bottom: 220px;}



/* 모바일 메뉴 시작 */
.moblie__menubar{width: 90%; height: 100%; position:fixed; top: 0; right: -90%; z-index: 9999; background-color: #fff;}
.dim_background{width: 100%; height: 100vh; background-color: rgba(0,0,0,.4); position: fixed; top: 0; z-index: 9998; display: none;}
.moblie__menubar .top{display: flex; justify-content: space-between; padding: 8px 11px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.moblie__menubar .top .moblie__menubar__logo{width: 125px; display: flex; align-items: center;}
.moblie__menubar .top .moblie__menubar__logo img{width: 100%;}
.mob_category_close{width: 26px; height: 26px; align-items: center; justify-content: center; text-align: center; font-size: 1.76rem; color: #000; background-color: transparent; border: 0; display: none; cursor: pointer;}
.mobile_menu_wrap{padding-bottom: 100px;height: 100%; overflow-y: auto;}
.mobile_sub_menu{width: 100%;}
.mobile_sub_menu>li{width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1);}
.mobile_sub_menu>li>a{display: flex; justify-content: space-between; align-items: center; padding: 0 17px 0 12px; height: 40px; cursor: pointer; font-size: 16px; line-height: 1.11; letter-spacing: normal; color: #000;}
.mobile_sub_menu--depth{width: 100%;display: none;}
.mobile_sub_menu--depth>li{padding: 10px 14px; background-color: #f3f3f3;}
.mobile_sub_menu--depth>li + li{border-top: 1px solid rgba(0,0,0,0.1);}
.mobile_sub_menu--depth>li>a{display: flex; padding: 0 8px; font-size: 16px; line-height: 1.11; color: #000;}
/* 모바일 메뉴 끝 */


/* 메인 헤더 시작 */
.main__header{width: 100%; position: fixed; top: 0; z-index: 9;}
.main__header>nav{width:100%; max-width:1920px; padding-left: 100px; display: flex; justify-content: space-between; align-items: center; margin: auto;}
.main__header__logo{width: 212px;}
.main__header__logo img{width: 100%;}
.main__gnb{display: flex; justify-content: flex-end; height: 100px; width: calc(100% - 212px - 220px); padding-right: 50px;}
.main__gnb .gnb__depth01{position: relative; height: 100%;}
.main__gnb .gnb__depth01::before{position: absolute; bottom: 0; content: ""; width: 100%; height: 2px; display: block; background-color: #9d99aa; transform: scale(0); transition: .3s;}
/* 첫번째 depth */
.main__gnb .gnb__depth01>a{display: flex; align-items: center; height: 100%; padding: 0 50px; font-size: 20px; font-weight: 500; letter-spacing: -0.5px; text-align: left; color: #fff;}
/* 두번째 depth */
.gnb__depth02{width: 100%; position: absolute; top: 100px; left: 50%; transform: translateX(-50%); z-index: 999; height: 0; overflow: hidden;}
.gnb__depth02 .depth02{width: 100%;}
.gnb__depth02 .depth02>a{display: flex; align-items: center; justify-content: center; padding: 15px 10px; font-size: 18px; letter-spacing: -0.5px; line-height: 1.34; color: #000; text-align: center; word-break: keep-all;}
/* 메인 헤더 마우스 오버시 스타일 변경 */
.main__gnb .gnb__depth01:hover::before{transform: scale(1);}
.main__gnb .gnb__depth01:hover>a{}
.main__gnb .gnb__depth01:hover .gnb__depth02{height: initial; overflow: initial; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); background-color: #fff; transition: .3s;}
.gnb__depth02 .depth02:hover{background-color: var(--point-color); transition: .3s;}
.gnb__depth02 .depth02:hover a {color: #fff; transition: .3s;}
.main__header .right{align-items: center; justify-content: space-between; width: 220px;}
.main__header .main__header__contact{width: 220px; height: 100px; padding: 40px; display: flex; align-items: center; background-color: #fff; border: 0; box-sizing: border-box;}
.main__header .main__header__contact span{font-size: 16px; font-weight: 500; letter-spacing: -0.4px; text-align: left; color: #9d99aa;}
.main__header .main__header__contact img{margin-left: 16px;}
.main__header .toggle--mobile{padding: 20px; width: initial; display: none;}

/* 스크롤시 스타일 */
.main__header.on{background-color: #fff; box-shadow: 0 3px 3px rgba(0,0,0,0.1); transition: all .3s;}
.main__header.on .main__gnb{height: 80px;}
.main__header.on .main__gnb .gnb__depth01>a{color: #000;}
.main__header.on .gnb__depth02{top: 80px;}
.main__header.on .main__header__contact{height: 80px; background-color: var(--point-color);}
.main__header.on .main__header__contact span{color: #fff;}
.main__header.on .toggle--mobile{background-color: var(--point-color);}

/* 서브페이지 헤더 스타일 */
.main__header.subPage{position: static; border-bottom: 1px solid #e6e6e6;}
.main__header.subPage .main__gnb{height: 100px;}
.main__header.subPage .main__gnb .gnb__depth01>a{color: #000;}
.main__header.subPage .main__header__contact{background-color: var(--point-color);}
.main__header.subPage .main__header__contact span{color: #fff;}
.main__header.subPage .toggle--mobile{background-color: var(--point-color);}
.subPage.on{position: fixed;}
.subPage.on .main__gnb{height: 80px;}
/* 메인 헤더 끝 */



/* 메인 푸터 시작 */
.main__footer{background-color: #49494d;}
.main__footer .footer__top{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.1);}
.main__footer .footer__top .policy{display: flex; align-items: center;}
.main__footer .footer__top .policy li{position: relative; margin-right: 20px; padding-right: 20px;}
.main__footer .footer__top .policy li::after{display: block; width: 1px; height: 12px; position: absolute; top: 0px; content: ""; right: 0; background-color: #666;}
.main__footer .footer__top .policy li:last-child{margin-right: 0; padding-right: 0;}
.main__footer .footer__top .policy li:last-child::after{display: none}
.main__footer .footer__top .policy li a{font-family: 'GmarketSansMedium'; font-size: 14px; text-align: left; color: #ccc;}
.main__footer .footer__info p{font-size: 14px; font-weight: 200; line-height: 1.3; text-align: left; color: #999; word-break: keep-all;}
.main__footer .footer__info p + p{margin-top: 3px}

.top-btn{display: flex; flex-direction: column; align-items: center; position: fixed; bottom: 40px; right: 30px; background-color: transparent; border: 0;}
.top-btn span{font-size: 12px; font-weight: 500; text-align: left; color: #fff; writing-mode: vertical-lr; transform: rotate(-180deg);}
/* 메인 푸터 끝 */





@media (max-width:1440px){
    .main__header>nav{padding-left: 10px;}
    .main__gnb{padding-right: 0;}
    .main__header__logo{width: 180px;}
    .main__gnb{width: calc(100% - 180px - 200px);}
    .main__gnb .gnb__depth01>a{padding: 0 35px;}
    .main__header .right{width: 200px;}
    .main__header .main__header__contact{width: 200px; padding: 0; display: flex; align-items: center; justify-content: center;}
}

@media (max-width:1280px){
    .main__gnb{display: none;}
    .main__header .right{width: initial;}
    .main__header .right .main__header__contact{display: none;}
    .main__header .toggle--mobile{display: flex; align-items: center; background-color: #fff; border: 0; cursor: pointer;}
}

@media (max-width:1024px){
    .main__footer .footer__top{flex-direction: column; align-items: flex-start;}
    .main__footer .footer__top .policy{margin-top: 35px; width: 100%;}
    .main__footer .footer__top .policy li{margin-right: 2%; padding-right: 2%;}
}

@media (max-width:769px){
    .top-btn span{display: none;}
    .top-btn .icon_mark{display: none;}
}

@media (max-width:500px){
    .main__header__logo{width: 150px;}
    .main__header .toggle--mobile{height: 50px; padding: 17px;}
    .main__header .toggle--mobile img{width: 25px;}

    .main__footer .footer__top .footer__logo{width: 150px;}
    .main__footer .footer__top .footer__logo img{width: 100%;}
    .main__footer .footer__info {margin-top: 25px;}
}

@media (max-width:375px){
    .main__header__logo{width: 135px;}
    .main__header .lang-select-box select{width: 70px; font-size: 14px;}

    .main__footer .footer__top .footer__logo{width: 165px;}
    .main__footer .footer__top .policy{flex-wrap: wrap; margin-top: 25px;}
    .main__footer .footer__top .policy li{width: 47%; padding-right: 4%; margin-right: 4%; margin-top: 5px;}
    .main__footer .footer__top .policy li:nth-child(2n){margin-right: 0; padding-right: 0;}
    .main__footer .footer__top .policy li:nth-child(2n)::after{display: none;}

    .top-btn{bottom: 20px; right: 20px;}
}