@charset "utf-8";

/*  ----------------   헤더, 푸터 , 쇼핑몰 공통사항 있습니다    -----------------  */

/* 로딩화면 */
.wrap-loading {
    /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .06);
    /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
    /* ie */
}

.wrap-loading div {
    /*로딩 이미지*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.display-none {
    /*감추기*/
    display: none;
}


.only_w {
    display: block !important;
}

.only_m {
    display: none !important;
}

html.hidden {
    overflow: hidden;
}

body.fix,
html.fix {
    overflow: hidden;
    touch-action: none;
}

body.mobile {
    overflow: hidden;
}


.wrap {
    position: relative;
}

/* cs_menu */

.cs_menu .sub_menu02 {
    display: none;
    padding-bottom: 20px;
}

.cs_menu .sub_menu > li > a.on + .sub_menu02 {
    display: block;
}

.cs_menu .sub_menu02 li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
}

.cs_menu .sub_menu02 li a.on {
    font-weight: 500;
    color: #454545;
}

.cs_menu .quote_inquiry_banner {
    display: block;
    margin-top: 20px;
}

.cs_menu .quote_inquiry_banner img {
    display: block;
}

.cs_menu .call_center {
    margin-top: 10px;
    padding: 33px 22px 31px;
    background: #f9f9f9;
}

.cs_menu .call_center strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.cs_menu .call_center .call_num {
    display: block;
    padding-left: 32px;
    line-height: 26px;
    font-size: 26px;
    font-weight: 900;
    font-family: 'NanumSquare', sans-serif;
    color: #3f71b7;
    background: url(../img/ico/ico_call_center.png) left center no-repeat;
}

.cs_menu .call_center .time {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #797979;
}

.cs_menu .sub_banner {
    display: block;
    margin-top: 12px;
}

.cs_menu .sub_banner img {
    display: block;
}

/* 공통 */
.inner {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.flex_ac {
    display: flex;
    align-items: center;
}

.fl_ac {
    display: flex;
    align-items: center;
}

.sb_ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jc_ac {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 버튼 */

.gray_line_btn {
    border: 1px solid #aaaaaa;
    color: #454545 !important;
    font-weight: 500;
    text-align: center;
}

.gray_line_btn2 {
    border: 1px solid #ccc;
    color: #666 !important;
    font-weight: 500;
    text-align: center;
}

.gray_line_btn3 {
    border: 1px solid #dbdbdb;
    color: #666 !important;
    font-weight: 500;
    text-align: center;
}

.point_line_btn {
    border: 1px solid #3d6cab;
    color: #3d6cab !important;
    font-weight: 500;
    text-align: center;
}

.point_bg_btn {
    border: 1px solid #3d6cab;
    background: #3d6cab;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
}

/* badge */
.badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.badge img {
    margin-right: 4px;
    margin-bottom: 4px;
}

.badge.small img {
    height: 22px;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.badge span {
    display: inline-block;
    font-family: '돋움', 'Dotum', 'san-serif';
    font-size: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 5px;
    margin-right: 6px;
    margin-bottom: 6px;
}

/* 초특가 */
.badge .sale_badge {
    border-color: #009938;
    color: #009938;
}

/* BEST */
.badge .best_badge {
    border-color: #fe971e;
    color: #fe971e;
}

/* 안전인증 */
.badge .safety_badge {
    border-color: #e0433e;
    color: #e0433e;
}

/* MD 추천 */
.badge .mdbest_badge {
    border-color: #0084ff;
    color: #0084ff;
}


/* 양측 배너 */
aside.flmn {
    position: absolute;
    top: 203px;
    z-index: 9999;
}

aside.flmn::-webkit-scrollbar {
    display: none;
}

.aside_left {
    width: 160px;
    left: 8.5%;
}

.aside_right {
    width: 100px;
    right: 11.5%;
}

aside a {
    display: block;
}

aside a + a {
    margin-top: 8px;
}

.aside_right .aside_right_box img {
    width: 100%;
}

/* 양측 배너 */

#gnav {
    width: calc(100% - 125px);
}

#gnav .gnb_list > li {
    display: inline-block;
}

#gnav .gnb_list > li + li {
    margin-left: 40px;
}

#gnav .gnb_list > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #252525;
    font-weight: 700;
}

#gnav .gnb_list > li.blue a {
    color: #3d6cab;
}

#gnav .gnb_list > li > a .ico {
    flex: 0 0 auto;
    margin-right: 5px;
}

#gnav .gnb_list > li > a .ico img {
    width: 22px;
    height: 22px;
}

#gnav .gnb_left li.mdbest {
    position: relative;
}

#gnav .gnb_left li.mdbest::before {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: 25%;
    /* transform: translateX(-50%); */
    width: 69px;
    height: 28px;
    background: url('/img/main/icon_best.png') no-repeat center center/cover;
    transition: 0.5s ease-in-out;
}

#gnav .gnb_list > li.setitem > a {
    color: #d88731;
    line-height: 20px;
    padding-left: 35px;
    background: url('../img/ico/menu_boxico.png') no-repeat left center;
}

#gnav .gnb_list > li.k_item > a {
    color: #00377b;
    line-height: 22px;
    padding-left: 20px;
    background: url('../img/ico/menu_kico.png') no-repeat left center;
}

#gnav .gnb_list_mo {
    display: none;
}

#gnav .gnb_right {
    display: inline-block;
    margin-left: auto;
}

#gnav .gnb_right a {
    display: block;
}


/* go_link */
a.go_link {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    max-width: 150px;
    line-height: 15px;
    color: #757575;
    border: solid 1px #3f71b7;
    border-radius: 15px;
    padding: 6px 30px 8px 15px;
    background: #fff url(../img/ico/linkhome_arrow.png) no-repeat right 17px top 46%;
}

a.go_link .ico {
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/ico/linkhome_ico.png) no-repeat left center;
    margin-right: 7px
}

/* go_home */
a.go_home {
    display: inline-flex;
    max-width: 150px;
    border: solid 1px #3f71b7;
    border-radius: 15px;
    padding: 6px 30px 8px 15px;
    background: #fff url(../img/ico/linkhome_arrow.png) no-repeat right 17px top 46%;
}

a.go_home span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    padding-left: 23px;
    background: url(../img/ico/linkhome_ico.png) no-repeat left center;
}

/* go_home */


/* --------------------------------    header */

#header {
}

.hb_mright {
    display: none;
}

.header_top {
    background: #f4f4f4;
}

.header_top .inner {
    padding: 7px;
}

.header_top a {
    display: inline-block;
    font-size: 12px;
    color: #333;
}

.header_top .btn_favorite {
    padding-left: 18px;
    background: url("/img/common/icon_star.png") no-repeat left center/12px;
}

.hb_right {
    display: flex;
}

.hb_right a + a {
    margin-left: 20px;
}

.header_mid {
    display: flex;
    align-items: center;
    padding: 8px 0 15px;
}

.header_mid .logo a {
    display: block;

}

.secrch_bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
}

.secrch_bar .sch_area {
    position: relative;
}

.secrch_bar .sch_area input {
    width: 520px;
    height: 56px;
    font-size: 15px;
    padding: 0 50px 0 20px;
    border-radius: 28px;
    border: 2px solid #4176b8;
    box-sizing: border-box;
}

.secrch_bar .sch_area button {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    font-size: 0;
    background: url(../img/btn/btn_header_search.png) right 20px center no-repeat;
}

.secrch_bar .top_banner {
    position: relative;
    width: 214px;
    margin-left: 30px;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}

.secrch_bar .top_banner .banner_arrow {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 7px;
}

.secrch_bar .top_banner .banner_arrow button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 13px;
    height: 13px;
}

.shop_menu {
    display: flex;
    margin-left: 86px;
}

.shop_menu li {
    position: relative;
}

.shop_menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.shop_menu li .shop_txt {
    font-size: 12px;
    color: #767676;
    display: block;
    margin-top: 6px;
}

.shop_menu li:not(:first-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #eeeeee;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.shop_menu li .count {
    position: absolute;
    top: -4px;
    right: 12px;
    width: 22px;
    height: 22px;
    background: #3f71b7;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    margin: -2px 0 0 0;
}

.header_bot {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ececec;
}

.header_bot .inner {
    display: flex;
    align-items: center;
}

.header_bot .all_area {
    position: absolute;
    z-index: 20;
}

.header_bot .all_cate {
    position: relative;
    width: 125px;
    height: 54px;
}

.all_cate .all_btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.all_cate .all_btn i {
    font-size: 0;
}

.all_cate .all_btn span {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
}

.all_cate .all_area {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 200px;
    max-height: 336px;
    background: #fff;
    box-sizing: border-box;
}

.all_cate.sub .all_area {
    display: none;
}

.all_cate .all_menu {
    overflow-y: scroll;
    max-height: 336px;
    min-height: 336px;
    border: 1px solid #ededed;
}

.all_cate .fix_menu {
    max-height: inherit;
    min-height: inherit;
}

.all_cate .all_menu::-webkit-scrollbar {
    display: none;
}

.all_cate .all_menu > li {
    box-sizing: border-box;
}

.all_cate .all_menu > li > a {
    display: block;
    width: 100%;
    line-height: 42px;
    /* font-weight: 700; */
    font-size: 15px;
    color: #252525;
    padding: 0 20px;
    box-sizing: border-box;
}

.all_cate .all_menu > li > a .ico {
    display: inline-block;
    background: url(/img/ico/cg_ico_18x18.png) no-repeat left center / 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.all_cate .all_menu > li > a span {
    margin-left: 6px;
}

.all_cate .all_menu > li:hover > a {
    background: #eef3f9;
    color: #3d6cab;
    font-weight: 600;
}

.all_cate .all_menu > li:hover > a .ico {
    background: url(/img/ico/cg_ico_18x18_on.png) no-repeat left center / 18px;
}

.all_cate .all_menu .depth_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 99%;
    min-width: 200px;
    min-height: 379px;
    max-height: 379px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.all_cate .all_menu .depth_menu .dep2 {
    /* width: 200px; */
    max-width: 200px;
    width: 100%;
    max-height: 379px;
    box-sizing: border-box;
    overflow-y: auto;
}

.all_cate .all_menu .depth_menu .dep3 {
    max-width: 200px;
    width: 100%;
    max-height: 379px;
    box-sizing: border-box;
    overflow-y: auto;
}

.all_cate .all_menu .depth_menu .dep2 a {
    display: block;
    font-size: 15px;
    line-height: 42px;
    color: #454545;
    padding: 0 20px;
    box-sizing: border-box;
}

.all_cate .all_menu .depth_menu .dep2 a:hover {
    background: #eef3f9;
    color: #3d6cab;
    font-weight: 600;
}


.all_cate .all_menu .depth_menu .dep2::-webkit-scrollbar {
    display: none;
}

.all_cate .all_menu .depth_menu .dep2::-webkit-scrollbar-thumb,
.all_cate .all_menu .depth_menu .dep3::-webkit-scrollbar-thumb {
    height: 80%;
    background: #eee;
    border-radius: 3px;
}

.all_cate .all_menu .depth_menu .dep2::-webkit-scrollbar-track,
.all_cate .all_menu .depth_menu .dep3::-webkit-scrollbar-track {
    background: #fff;
}

/*  // header // */

.all_cate .fix_menu {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-top: 0;
    width: 200px;
    /* position: absolute;
    bottom: -44px;
    left: -1px; */
}

.all_cate .fix_menu li {
    box-sizing: border-box;
}

.all_cate .fix_menu > li > a {
    display: block;
    width: 100%;
    line-height: 42px;
    /* font-weight: 700; */
    font-size: 15px;
    color: #3d6cab;
    padding: 0 20px;
    box-sizing: border-box;
}

.all_cate .fix_menu > li > a .ico {
    display: inline-block;
    background: url(/img/ico/cg_ico_18x18_on.png) no-repeat left center / 18px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.all_cate .fix_menu > li > a span {
    margin-left: 6px;
}

.all_cate .fix_menu > li:hover > a {
    background: #eef3f9;
    color: #3d6cab;
    font-weight: 600;
}

.all_cate .fix_menu > li:hover > a .ico {
    background: url(/img/ico/cg_ico_18x18_on.png) no-repeat left center / 18px;
}


/* ------------------------------------  footer */
#footer {
    position: relative;
    background: #f9f9f9;
    border-top: solid 1px #eee;
}

#footer .f_top .inner {
    display: flex;
    align-items: center;
}

#footer .f_top .f_link {
    display: flex;
    align-items: center;
}

#footer .f_top .f_link li + li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

#footer .f_top .f_link li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
}

#footer .f_top .f_link a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #999;
    line-height: 55px;
}

#footer .f_top .f_link strong {
    color: #454545;
}

#footer .f_bot {
    background: #fff;
    padding: 41px 0 44px;
}

#footer .f_bot .inner {
    display: flex;
    align-items: flex-start;
}

#footer .f_logo {
    display: block;
}

#footer .f_des .des_information {
    margin-top: 22px;
    padding: 35px 12px 28px;
    border-radius: 13px;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    display: block;
    min-width: 240px;
}

#footer .f_des .des_information .top .ttl {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #000;
}

#footer .f_des .des_information .top .txt {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #333333;
    width: fit-content;
}

#footer .f_des .des_information .top .txt p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

#footer .f_des .des_information .conts {
    margin-top: 10px;
}

#footer .f_des .des_information .conts .detail {
    font-size: 13px;
    letter-spacing: -1px;
    color: #777777;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 12px;
}

#footer .f_des .des_information .conts .bot {
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    width: fit-content;
}

#footer .f_des .des_information .conts .bot img {
    opacity: 0.5;
}

#footer .f_des .des_information .conts .bot p {
    font-size: 12px;
    color: #999;
}


#footer .f_cont {
    /* flex-shrink: 0;
    flex-grow: 0; */
    padding-left: 135px;
    width: 100%;
}

#footer .f_info {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    color: #999;
}

#footer .f_info p {
    font-size: 15px;
    line-height: 1.5;
    color: #757575;
    letter-spacing: -0.5008px;
}

#footer .f_cont address > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .f_cont address > div span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 1.6;
}

#footer .f_cont address > div span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

#footer .f_cont address > div span strong {
    font-weight: 400;
}

#footer .f_cont .copyright {
    margin-top: 13px;
    font-size: 15px;
    color: #999;
    line-height: 1.5;
}

#footer .f_bot address div span::after {
    content: "|";
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #dddddd;
}

#footer .f_bot address div span:last-child::after {
    content: '';
}

#footer .f_box {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

#footer .f_cs {
    margin-top: 25px;
    width: calc(100% / 2 - 25px);
}

#footer .f_cs ul {
    display: flex;
}

#footer .f_cs ul li {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

#footer .f_cs ul li strong {
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    display: block;
    margin: 6px 0;
}

#footer .f_cs ul li div span {
    font-size: 15px;
    font-weight: 350;
    color: #757575;
    line-height: 1.46;
}

#footer .f_cs ul li span.bar {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

#footer .f_cs ul li span.bar::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 11px;
    background: #dddddd;
}

#footer .f_cs ul li span.afnone {
    padding-left: 0;
    margin-right: 0;
}

#footer .f_cs ul li span.afnone::after {
    display: none;
}


/*  // footer // */

/* quick_btn_wrap */
.quick_btn_wrap {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transform: translateY(-50%);
    width: 70px;
    z-index: 200;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    background: #f8f8f8;
    transition: all .5s;
}

.quick_btn_wrap.on {
    opacity: 1;
}

.quick_btn_wrap button {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    box-sizing: border-box;
}

.quick_btn_wrap button + button {
    border-top: 1px solid #bcbcbc
}

/* ------------------------------- 퀵메뉴  quick_wrap */
.quick_wrap {
    display: none;
    position: fixed;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    width: 90px;
    z-index: 200;
}

.quick_wrap ul {
    width: 100%;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}

.quick_wrap li + li {
    border-top: 1px solid #eeeeee;
}

.quick_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 25px 0 18px;
}

.quick_wrap .shop_txt {
    margin-top: 8px;
    font-size: 12px;
    color: #767676;
    line-height: 1;
}

.quick_wrap .count {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #86624a;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    margin: -2px 0 0 0;
}

.quick_wrap .quick_top_btn {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #252525;
    font-size: 12px;
    font-weight: 500;
    color: #252525;
    background: #fff;
    box-sizing: border-box;
}


/* 퀵메뉴 quick_wrap*/


/* 서브페이지 상단 page_nav */
.page_nav_wrap {
    background: #fafafa;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.page_nav_wrap .page_nav {
    display: flex;
    align-items: center;
}

.page_nav_wrap .page_nav li {
    display: flex;
    align-items: center;
}

.page_nav_wrap .page_nav li a {
    color: #454545;
    font-size: 14px;
}

.page_nav_wrap .page_nav li:after {
    content: '';
    display: block;
    width: 8px;
    height: 9px;
    background: url(../img/ico/page_nav_arr.png) no-repeat center;
    padding: 0 14px;
}

.page_nav_wrap .page_nav li:last-child::after {
    display: none;
}

.page_nav_wrap .page_nav li span.home {
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/ico/home_ico.png) no-repeat center;
    margin-right: 7px;
    vertical-align: bottom;
}

.page_nav_wrap .page_nav li span.page {
    font-size: 14px;
    color: #454545;
}

.page_nav_wrap .page_nav li select {
    border: 1px solid #dbdbdb;
    line-height: 28px;
    color: #454545;
    font-size: 14px;
    padding: 0 30px 0 10px;
    width: auto;
    background: #fff url(../img/ico/page_nav_sel.png) no-repeat center right 12px;
}


/* --------------------------  페이저 */
.pager {
    display: flex;
    align-items: center;
    justify-content: center;

}

.pager li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    font-weight: 700;
    color: #454545;
}

.pager li.num a:hover,
.pager li.on a {
    border: 1px solid #3f71b7;
    color: #fff;
    background: #3f71b7;
}

.pager li + li {
    margin-left: 4px;
}

.pager li .first_page {
    background: url('/img/common/pager_first.png') no-repeat center center;
}

.pager li .preview {
    background: url('/img/common/pager_prev.png') no-repeat center center;
    margin-right: 7px;
}

.pager li .next {
    background: url('/img/common/pager_next.png') no-repeat center center;
    margin-left: 10px;
}

.pager li .last_page {
    background: url('/img/common/pager_last.png') no-repeat center center;
}


/* ----------------------------   팝업 */
/* pop_common */
.pop_common {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow-y: scroll; */
    z-index: 998;
}

.pop_common .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 640px;
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 1;
}

.pop_common .top {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #3a3a3c;
}

.pop_common .pop_ttl {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 0 0 24px;
    font-size: 20px;
    font-weight: 500;
}

.pop_common .close_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/btn/close02.png) center center no-repeat;
}

.pop_common .bottom {
    max-height: 582px;
    overflow-y: auto;
    padding: 20px 30px 40px;
}

.pop_common .btn_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pop_common .btn_row button {
    width: calc(50% - 5px);
    max-width: 160px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.pop_common .btn_row button.cancel_btn {
    background: #fff;
    color: #333;
}

.pop_common .btn_row button.ok_btn {
    color: #fff;
    background: #3d6cab;
    border-color: #3d6cab;
}

.pop_common .btn_row button + button {
    margin-left: 10px;
}

.pop_common .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/* //pop_common */


/* 회원가입 팝업 */

/* .agree_pop .pop_box {
    width: 640px;
    height: 600px;
} */

.agree_pop .bottom {
    height: calc(100% - 79px);
    box-sizing: border-box;
}

.agree_pop .agree_desc {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 1.4;
}

.agree_pop .agree_desc {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 1.4;
    overflow-y: auto;
}


/*  장바구니 팝업 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    text-align: center;
    padding: 40px 45px;
    box-sizing: border-box;
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
    z-index: 999;
}

.popup .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background: url('../img/btn/close_b_20.png') center no-repeat;
}

.popup .txt_box p {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 500;
    color: #252525;
    line-height: 1.33;
}

.popup .txt_box p em {
    color: #86624a;
}

.popup .txt_box span {
    display: block;
    margin-bottom: 60px;
    color: #454545;
    line-height: 1.5;
}

.popup .button_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .button_wrap button {
    width: 100%;
    max-width: 180px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 6px;
}

.popup .button_wrap button + button {
    margin-left: 10px;
}

.popup .button_wrap .black_btn {
    background-color: #353535;
}

.popup .button_wrap .beige_btn {
    background-color: #86624a;
}

.popup .button_wrap .today_delivery {
    background-color: #86624a;
}

/* 미니샵 팝업 */


.garde_guide_pop .bottom {
    padding: 0 30px 34px;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.garde_guide_pop .grade_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 1px;
}

.garde_guide_pop .grade_list > li {
    width: calc(33.333% + 1px);
    min-height: 280px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 30px 14px 25px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.garde_guide_pop .grade_list > li:nth-of-type(3n+1) {
    width: 33.333%;
    margin-left: 0;
}

.garde_guide_pop .grade_box {
    text-align: center;
}

.garde_guide_pop .grade_box img {
    display: block;
    margin: 0 auto;
}

.garde_guide_pop .grade_txt {
    display: block;
    margin: 10px 0 5px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    text-transform: uppercase;
}

.garde_guide_pop .grade_txt.bronze {
    color: #86624a;
}

.garde_guide_pop .grade_txt.silver {
    color: #b6b9c5;
}

.garde_guide_pop .grade_txt.gold {
    color: #f5b00a;
}

.garde_guide_pop .grade_txt.vip {
    color: #f30d79;
}

.garde_guide_pop .grade_txt.vvip {
    color: #4e23d2;
}

.garde_guide_pop .grade_txt.svip {
    color: #252525;
}

.garde_guide_pop .condition {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #252525;
}

.garde_guide_pop .grade_benefit {
    position: relative;
    margin-top: 17px;
    padding-top: 15px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
    letter-spacing: -0.05em;
}

.garde_guide_pop .grade_benefit::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: #eeeeee;
    content: '';
}

.garde_guide_pop .grade_benefit span {
    color: #e7242b;
}

.garde_guide_pop .notice_box {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1.4;
}

/* new pop 08 22  */
.benefit_popup .pop_box {
    width: 1060px;
}

.benefit_popup .notice_box {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5384;
}

.benefit_popup .pop_box table th {
    vertical-align: middle;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 15px 12px;
}

.benefit_popup .pop_box table tr {
    border-color: #eee;
}

.benefit_popup .pop_box table tr:last-of-type {
    border-color: #dbdbdb;
}

.benefit_popup .pop_box table td {
    padding: 20px 18px;
    line-height: 1.25;
}

.benefit_popup .pop_box table td img {
    vertical-align: top;
}

.benefit_popup .pop_box table .percent_tr td {
    font-size: 18px;
    font-family: 'NanumSquare';
    font-weight: 400;
}

.benefit_popup .pop_box table .coupon_tr td {
    font-family: 'NanumSquare';
    font-weight: 800;
}

.benefit_popup .pop_box table .coupon_tr span {
    color: #252525;
    font: inherit;
    font-size: 10px;
    opacity: 0.6;
}

.benefit_popup .pop_box table .coupon_tr p {
    font-size: 16px;
}

.benefit_popup .pop_box table .coupon_tr p strong {
    font-size: 22px;
    font-weight: 800;
}

.benefit_popup .pop_box table .coupon_tr div {
    width: 110px;
    height: 55px;
    background: url(../img/sub/coupon01.png) no-repeat center / cover;
}

.benefit_popup .pop_box table .coupon_tr .coupon2 {
    background-image: url(../img/sub/coupon02.png);
}

.benefit_popup .pop_box table .coupon_tr .coupon3 {
    background-image: url(../img/sub/coupon03.png);
}

.benefit_popup .pop_box table .coupon_tr .coupon5 {
    background-image: url(../img/sub/coupon05.png);
}

.benefit_popup .pop_box table .coupon_tr .coupon10 {
    background-image: url(../img/sub/coupon10.png);
}

.benefit_popup .pop_box table .coupon_tr .coupon30 {
    background-image: url(../img/sub/coupon30.png);
}


.benefit_popup .pop_box table .percent_tr td strong {
    font-size: 24px;
    font-family: 'NanumSquareB';
}

.benefit_popup .pop_box table .shipping_tr th span {
    color: #454545;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.benefit_popup .pop_box table .shipping_tr td {
    font-weight: 500;
}

.benefit_popup .pop_box table .shipping_tr td p:first-of-type {
    font-family: 'NanumSquare';
    font-weight: 800;
    font-size: 20px;
    padding: 15px 14px 22px 27px;
    background: url(../img/sub/free_shipping.png) no-repeat center / cover;
}

.benefit_popup .pop_box table .rating_tr td p {
    font-family: 'Gmarket Sans';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}

.benefit_popup .pop_box table .more_tr td p {
    margin-top: 14px;
}


/* 장바구니 옵션 팝업 */
/* opt_change_pop 옵션변경/추가 팝업 */
.opt_change_pop .pop_box {
    width: 640px;
}

.opt_change_pop .bottom {
    padding-bottom: 40px;
}

.opt_change_pop select {
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 10px;
    padding-right: 46px;
    padding-left: 10px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 400;
    background: url(../img/btn/ico_opt_change_select.png) right 10px center no-repeat;
    box-sizing: border-box;
}

.opt_change_pop .select_result_list {
    height: 272px;
    border-top: 1px solid #252525;
    margin-top: 30px;
    overflow-y: auto;
}

.opt_change_pop .select_result_list li {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #dbdbdb;
}

.opt_change_pop .select_result_list .prd_name {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.opt_change_pop .select_result_list .opt_name {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
}

.opt_change_pop .opt_control_row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.opt_change_pop .count_box {
    display: flex;
    align-items: center;
}

.opt_change_pop .count_box button {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #dbdbdb;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.opt_change_pop .count_box .minus {
    background-image: url(../img/btn/opt_count_minus.png);
}

.opt_change_pop .count_box .plus {
    background-image: url(../img/btn/opt_count_plus.png);
}

.opt_change_pop .count_box input {
    display: block;
    width: 46px;
    height: 33px;
    border: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    box-sizing: border-box;
}

.opt_change_pop .opt_price {
    display: block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.opt_change_pop .opt_price strong {
    font-size: 18px;
}

.opt_change_pop .opt_del_btn {
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    border: 1px solid #dbdbdb;
    background: url(../img/btn/opt_del_btn02.png) center center no-repeat;
    box-sizing: border-box;
}

.opt_change_pop .opt_calc_total {
    display: block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.opt_change_pop .opt_calc_total strong {
    font-size: 18px;
}

.opt_change_pop .select_total_row {
    display: flex;
    align-items: center;
    height: 70px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb;
    padding-right: 40px;
    box-sizing: border-box;
}

.opt_change_pop .select_total_row .label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.opt_change_pop .select_total_row .opt_change_total {
    display: block;
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #e7242b;
}

.opt_change_pop .select_total_row .opt_change_total strong {
    font-size: 20px;
}

/* //opt_change_pop */


/* cycle_change_pop 배송주기 변경 팝업 */
.cycle_change_pop .pop_box {
    width: 622px;
}

.cycle_change_pop .bottom {
    padding-bottom: 40px;
}

.cycle_change_pop .subs_delivery {
    display: block;
    margin-bottom: 20px;
}

.cycle_change_pop .subject {
    display: block;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

/* //cycle_change_pop */

/* addr_list_pop 배송지 목록 팝업 */
.addr_list_pop .pop_box {
    width: 520px;
}

.addr_list_pop .bottom {
    max-height: 600px;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 30px 0 !important;
}

.addr_list_pop .addr_add_btn {
    display: block;
    width: 138px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #86624a;
    box-sizing: border-box;
}

.addr_list_pop .addr_info_list .radio_wrap input + label {
    line-height: 1;
    padding-left: 35px;
    box-sizing: border-box;
    background: url(/img/btn/check_ordboxoff.png) no-repeat left top/20px;
}

.addr_list_pop .addr_info_list .radio_wrap input:checked + label {
    background-image: url(/img/btn/check_ordboxon.png);
}

.addr_list_pop .addr_info_list .radio_wrap + .radio_wrap {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}

.addr_list_pop .addr_info_list .radio_wrap .radio {
    padding: 0 20px;
}

.addr_list_pop .addr_info_list .addr_name strong {
    font-size: 18px;
    font-weight: 500;
}

.addr_list_pop .addr_info_list .addr_name span {
    font-size: 16px;
    font-weight: 300;
    color: #2c82de;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.addr_list_pop .addr_info_list .addr_info {
    font-size: 16px;
    line-height: 1.5;
    color: #454545;
    margin-top: 8px;
}

.addr_list_pop .addr_info_list .addr_detail {
    font-size: 15px;
    color: #757575;
    margin-top: 6px;
}

.addr_list_pop .addr_btn {
    display: flex;
    align-items: center;
}

.addr_list_pop .addr_btn button {
    width: 50%;
    line-height: 68px;
    font-size: 24px;
}

/* //addr_list_pop */

/* addr_modify_pop 배송지 추가/수정 */
/* .addr_modify_pop {display: block !important;} */

.addr_modify_pop .addr_input_table {
    width: 100%;
    border-top: 1px solid #252525;
}

.addr_modify_pop .addr_input_table tr {
    border-bottom: 1px solid #ececec;
}

.addr_modify_pop .addr_input_table th {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    color: #333;
    height: 52px;
    background: #fafafa;
}

.addr_modify_pop .addr_input_table td {
    padding: 8px 20px;
    width: 79.32%;
}

.addr_modify_pop .addr_input_table td input,
.addr_modify_pop .addr_input_table td select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.addr_modify_pop .addr_input_table td select {
    width: 100%;
    max-width: 100px;
    background: #fff url(../img/btn/select_addr.png) no-repeat right 17px center
}

.addr_modify_pop .addr_input_table .zip_row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.addr_modify_pop .addr_input_table .zip_row button {
    display: block;
    width: 120px;
    height: 42px;
    border: 1px solid #3f71b7;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3f71b7;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.addr_modify_pop .addr_input_table .addr_input_box input + input {
    margin-top: 6px;
}

.addr_modify_pop .addr_input_table .phone_input_box {
    display: flex;
    align-items: center;
}

.addr_modify_pop .addr_input_table .phone_input_box span {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    flex: 0 0 auto;
}

.addr_modify_pop .basic_check {
    margin-top: 20px;
}

.addr_modify_pop .basic_check input + label {
    font-size: 16px;
    color: #454545;
}

.addr_modify_pop .btn_row .save_btn {
    margin-left: 10px;
    color: #fff;
    border-color: #3d6cab;
    background: #3d6cab;
}

/* //addr_modify_pop */

/* addr_memo_pop 배송메모 수정 팝업창 */
.addr_memo_pop .pop_box {
    width: 640px;
}

.addr_memo_pop textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.4;
    resize: none;
    box-sizing: border-box;
}

.addr_memo_pop .btn_row .edit_btn {
    margin-left: 10px;
    color: #fff;
    background: #3d6cab;
}

/* //addr_memo_pop */


/* odr_cou_pop  */
.odr_cou_pop .pop_box {
    width: 520px;
}


.odr_cou_pop .bottom {
    max-height: 600px;
    overflow-y: auto;
    padding: 0 0 30px;
}

.odr_cou_pop .cou_item {
    padding: 0 20px;
}

.odr_cou_pop .cou_item + .cou_item {
    position: relative;
    margin-top: 40px;
}

.odr_cou_pop .cou_item + .cou_item::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #f9f9f9;
}

.cou_item .cou_it_brand {
    display: block;
    border-bottom: 1px solid #ececec;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 0;
}

.cou_item .cou_it_info {
    display: flex;
    padding: 20px 0;
}

.cou_item .cou_it_info .cou_img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #dbdbdb;
    background: no-repeat center / cover;
    margin-right: 10px;
}

.cou_item .cou_it_info .cou_it_area {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
}

.cou_item .cou_it_info .cou_it_name {
    font-size: 15px;
    line-height: 1.3;
}

.cou_item .cou_it_info .cou_it_option {
    font-size: 14px;
    color: #757575;
    margin-top: auto;
    line-height: 1.3;
}

.cou_item .cou_sale {
    background: #f9f9fa;
    display: flex;
    padding: 25px 40px;
    justify-content: center;
    align-items: center;
}

.cou_item .cou_sale > div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cou_item .cou_sale .line {
    margin: 0 25px;
}

.cou_item .cou_sale .line span {
    width: 12px;
    height: 2px;
    display: block;
    background: #000000;
}

.cou_item .cou_sale .line span + span {
    margin-top: 3px;
}

.cou_item .cou_sale .sale_tit {
    font-size: 14px;
    margin-bottom: 10px;
}

.cou_item .cou_sale > div.sale * {
    color: #f00c14;
}

.cou_item .cou_sale > div.cost > div {
    font-weight: 400;
}

.cou_item .cou_sale > div > div {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}

.cou_item .cou_sale > div > div * {
    font-size: 20px;
    margin-right: 3px;
}


.cou_item .cou_list > strong {
    font-size: 20px;
}

.cou_item .cou_list li {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #eee;
}

.cou_item .cou_list input + label {
    background: url(../img/common/ico_radio_26x26_off.png) no-repeat top left;
    border: 0;
    padding-left: 35px;
    display: block;
}

.cou_item .cou_list .not_chk + label {
    line-height: 1.7;
}

.cou_item .cou_list input:checked + label {
    /* border-color: #86624a; */
    background-image: url(../img/common/ico_radio_26x26_on.png)
}

.cou_item .cou_list input + label strong {
    font-size: 18px;
    font-weight: 500;
}

.cou_item .cou_list input + label .cou_list_op {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

.cou_item .cou_list input + label .cou_list_op span {
    color: #454545;
    font-size: 16px;
    font-weight: 300;
}

.pop_box .cou_btn button {
    width: 100%;
    background: #3d6cab;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 68px;
}

/* 주문목록 팝업 */
.request_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

.request_popup .pop_wrap {
    position: relative;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 640px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.request_popup .pop_top {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #3a3a3c;
}

.request_popup .request_popup_close_top {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/ico/close02.png') no-repeat center center /cover;
}

.request_popup .pop_wrap h2 {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 0 0 24px;
    font-size: 20px;
}

.request_popup .pop_bot {
    padding: 18px 30px 40px;
    max-height: 600px;
    overflow-y: auto;
}

.request_popup .radio_wrap {
    display: flex;
}

.request_popup textarea {
    width: 100%;
    height: 15rem;
    resize: none;
    outline: none;
    border-radius: 0;
    border: solid 1px #ddd;
}

.request_popup textarea::placeholder {
    font-size: 15px;
    color: #999;
}

.request_popup .pbtn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.request_popup .pbtn_box button {
    width: calc(50% - 5px);
    max-width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

.request_popup .pbtn_box .request_popup_close {
    line-height: 40px;
    border: solid 1px #ccc;
    background-color: #fff;
    color: #333;
}

.request_popup .pbtn_box .request_popup_sub {
    background-color: #3d6cab;
    color: #fff;
}

.request_popup .pbtn_box button + button {
    margin-left: 10px;
}


.re_pop .pop_top {
    background: #3a3a3c;
}

.re_pop .pop_bot {
    max-height: 582px;
    overflow-y: auto;
}

.re_pop .re_tb {
    border-top: solid 1px #252525;
}

.re_pop .re_tb .re_row {
    display: flex;
    border-bottom: solid 1px #ececec;
}

.re_pop .re_tb .label {
    display: flex;
    align-items: center;
    width: 20.68%;
    max-width: 120px;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}

.re_pop .re_tb .data {
    width: 79.32%;
    padding: 20px;
}

.re_pop .data .img_box {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.re_pop .item_info {
    display: flex;
    align-items: center;
}

.re_pop .item_info .info {
    width: calc(100% - 110px);
}

.re_pop .data .subject {
    font-size: 17px;
    line-height: 1.5;
    color: #252525;
}

.re_pop .data .opt {
    font-size: 15px;
    line-height: 1.5;
    color: #757575;
    margin-top: 5px;
}

.re_pop .data .star_re {
    display: flex;
}

.re_pop .data .star_re input {
    display: none;
}

.re_pop .data .star_re input + label {
    width: 17px;
    height: 16px;
    margin: 0 1px;
    padding: 0;
    background: url('../img/ico/repop_star.png') no-repeat center center/cover;
}

.re_pop .data .star_re input + label.on {
    background-image: url('../img/ico/repop_staron.png');
}

.re_pop .data textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    font-size: 14px;
    color: #333;
    resize: none;
}


.re_pop .radio_wrap input + label {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../img/btn/check_ordboxoff.png') no-repeat left center/20px;
}

.re_pop .radio_wrap input:not(:first-child) + label {
    margin-left: 20px;
}

.re_pop .radio_wrap input:checked + label {
    background-image: url('../img/btn/check_ordboxon.png');
}


/* 인증서 확인 */
.request_popup.certf .pop_top {
    background-color: #3d6cab;
}


/* 주문결제 팝업 */
.odr_pop .pop_box {
    max-width: 520px;
}

.odr_pop .top {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.odr_pop .pop_ttl {
    color: #252525;
}

.odr_pop .bottom {
    padding: 23px 0 43px;
}

.odr_pop .item_inner + .item_inner {
    border-top: 10px solid #f9f9f9;
    margin-top: 30px;
    padding-top: 20px;
}

.odr_pop .item_info_list {
    padding: 0 20px;
}

.odr_pop .item_info_list .item_ttl {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.odr_pop .item_info_list .item_info_wrap {
    display: flex;
    margin: 20px 0 37px;
}

.odr_pop .item_info_list .item_info_wrap .img_box {
    width: 80px;
    height: 80px;
    border: 1px solid #dbdbdb;
    margin-right: 22px;
    flex: 0 0 auto;
}

.odr_pop .item_info_list .item_info_wrap .subject {
    font-size: 17px;
    line-height: 1.5;
}

.odr_pop .item_info_list .item_info_wrap .opt {
    margin-top: 14px;
    font-size: 15px;
    color: #757575;
}

.odr_pop .cou_list {
    /* padding: 0 20px; */
}

.odr_pop .cou_list .cou_input_row {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.odr_pop .cou_list .cou_input_row + .cou_input_row {
    margin-top: 40px;
}

.odr_pop .cou_list .cou_input_row .cou_input {
    position: relative;
}

.odr_pop .cou_list .cou_input_row .cou_input .label {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    font-weight: 500;
}

.odr_pop .cou_list .cou_input_row .cou_input input {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 110px;
    padding-bottom: 10px;
    text-align: right;
    width: 337px;
}

.odr_pop .cou_list .choice_btn {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 11px;
    font-size: 16px;
    font-weight: 300;
    color: #777;
    margin-left: 17px;
}

.odr_pop .cou_list .choice_btn.off {
    background: #f7f7f7;
    color: #ccc;
}

.odr_pop .cou_list_bot {
    margin: 22px 0 15px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #ccc;
}

.odr_pop .cou_list_bot p {
    display: flex;
    line-height: 1.2;
}

.odr_pop .cou_list_bot p span {
    margin-right: 2px;
}

.odr_pop .cou_list_bot p strong {
    font-weight: 500;
}

.odr_pop .item_total_list {
    padding-top: 30px;
    border-top: 10px solid #f9f9f9;
}

.odr_pop .ot_list {
    padding: 0 40px;
}

.odr_pop .ot_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.odr_pop .ot_pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: 700;
}

.odr_pop .ot_pay strong {
    font-size: 22px;
}

.odr_pop .ot_pay .ot_money {
    font-size: 18px;
    color: #f00c14;
}

.odr_pop .ot_row {
    padding: 7px 0;
    font-size: 18px;
}

.odr_pop .ot_row .label {
    color: #ccc;
}

.odr_pop .ot_row .ot_money {
    font-weight: 700;
}


/* 주문결제 약관 동의 */
.agree_pop .cu_head {
    position: relative;
    padding: 25px 0;
    border-bottom: solid 1px #eee;
    box-sizing: border-box;
    text-align: center;
}

.agree_pop .cu_head h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.agree_pop .cu_head button {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

.agree_pop .cu_body {
    max-height: 592px;
    overflow-y: auto;
    padding: 30px 0 12px;
    box-sizing: border-box;
}

.agree_pop .cal_box {
    padding: 26px 40px;
    box-sizing: border-box;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
}

.agree_pop .cal_box li {
    width: 33.333%;
    text-align: center;
    position: relative;
}

.agree_pop .cal_box div {
    font-size: 14px;
    color: #252525;
}

.agree_pop .cal_box .label {
    margin-bottom: 17px;
}

.agree_pop .cal_box .price strong {
    font-size: 22px;
    font-weight: 400;
}

.agree_pop .cal_box .price b {
    font-size: 20px;
    font-weight: 700;
}

.agree_pop .cal_box li:first-of-type::after {
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
}

.agree_pop .cal_box li:nth-of-type(2)::after {
    content: '';
    width: 14px;
    height: 8px;
    background: url('../img/ico/cu_done.png') no-repeat center center;
    position: absolute;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    right: -7px;
}

.agree_pop .cal_box li:nth-of-type(2) * {
    color: #ff3333;
}

.agree_pop .culi_tit {
    margin: 26px 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
}

.agree_pop .culi_row {
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px #eee;
}

.agree_pop .culi_row:not(:first-child) {
    margin-top: 10px;
}

.agree_pop .culi_row input {
    display: none;
}

.agree_pop .culi_row input + label {
    display: flex;
    background: none;
    padding: 0;
}

.agree_pop .culi_row input + label > span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 11px;
    border: solid 1px #eee;
    box-sizing: border-box;
}

.agree_pop .culi_row input:checked + label > span {
    background: url('../img/ico/check_pt_right.png') no-repeat center center;
    border: none;
}

.agree_pop .culi_row .cupon_info .top {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    margin-top: 3px;
}

.agree_pop .culi_row .cupon_info .top .dic {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.agree_pop .culi_row .cupon_info .top .dic::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.agree_pop .culi_row .cupon_info .mid {
    margin-top: 12px;
}

.agree_pop .culi_row .cupon_info .mid div {
    font-size: 16px;
    font-weight: 350;
    color: #454545;
    line-height: 1.5;
}

.agree_pop .cu_btn {
    width: 100%;
    height: 68px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 68px;
    background: #3d6cab;
    color: #fff;
}

.agree_pop .cu_item_wrap {
    padding: 0 20px 24px;
}

.agree_pop .cu_item_wrap + div {
    border-top: solid 7px #f9f9f9;
}

.agree_pop .cu_item_wrap + div .ttl {
    padding: 20px 10px;
}

.agree_pop .item_info .ttl {
    font-size: 18px;
    color: #252525;
    padding: 0 10px 20px;
    border-bottom: solid 1px #ececec;
}

.agree_pop .item_info .info_wrap {
    padding: 20px 0;
    display: flex;
}

.agree_pop .item_info .thumb {
    width: 80px;
    height: 80px;
    margin-right: 22px;
    border: solid 1px #dbdbdb;
}

.agree_pop .item_info .thumb span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.agree_pop .item_info .info_box {
    width: calc(100% - 102px);
}

.agree_pop .item_info .info_box .subject {
    font-size: 17px;
    color: #252525;
    line-height: 1.3;
    margin-bottom: 20px;
}

.agree_pop .item_info .info_box .opt {
    font-size: 15px;
    color: #757575;
}


/* 교환신청, 반품신청 팝업 */
.re_pop .bottom {
    padding: 18px 30px 40px;
}

.re_pop textarea {
    width: 100%;
    height: 240px;
    resize: none;
    outline: none;
    border-radius: 0;
    border: solid 1px #ddd;
    padding: 10px;
}

/* 상품후기 팝업 */

/* .review_write_pop .bottom {
    max-height: 80vh;
    overflow-y: auto;
} */

.review_write_pop .re_row_wrap {
    border-top: 1px solid #252525;
}

.review_write_pop .re_row {
    display: flex;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.review_write_pop .re_row .label {
    display: flex;
    align-items: center;
    width: 20.68%;
    max-width: 120px;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
}

.review_write_pop .re_row .data {
    width: 79.32%;
    padding: 20px;
    background: #fff;
}

.review_write_pop .re_row .data .img_box {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex: 0 0 auto;
}

.review_write_pop .re_row .item_info {
    display: flex;
    align-items: center;
}

.review_write_pop .re_row .data .subject {
    font-size: 17px;
}

.review_write_pop .re_row .data .opt {
    font-size: 15px;
    line-height: 1.5;
    color: #757575;
    margin-top: 5px;
}

.review_write_pop .star_row {
    display: flex;
    align-items: center;
}

.review_write_pop .star_btn {
    display: block;
    width: 17px;
    height: 16px;
    margin: 0 1px;
    padding: 0;
    background: url(/img/btn/star_btn.png) no-repeat center center / cover;
}

.review_write_pop .star_btn.on {
    background-image: url(/img/btn/star_btn_on.png);
}

.review_write_pop .review_editor textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    font-size: 14px;
    color: #333;
    resize: none;
}

.review_write_pop .re_row.review_img .data {
    padding: 20px 20px 10px
}

.review_write_pop .review_img ul {
    display: flex;
    flex-wrap: wrap;

}

.review_write_pop .review_img ul li {
    width: calc(33.33% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.review_write_pop .review_img ul li:nth-child(3n) {
    margin-right: 0
}

.file_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

.imageWrapper {
    width: 100%;
    padding-top: 100%;
    position: relative;

}

/* .imageWrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;

    background: #f9f9f9 url(/img/ico/img_add.png) center center no-repeat;
} */

.file_manage {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
}

/* 
.file_manage.on {
    display: block;
} */

.file_manage.edit {
    background-color: rgba(61, 108, 171, 0.8);
    background-image: url(../img/ico/ico_file_edit.png);
}

.file_manage.del {
    left: auto;
    right: 0;
    background-color: rgba(37, 37, 37, 0.8);
    background-image: url(../img/ico/ico_file_del.png);

}

.imageWrapper img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
    border: none;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0;
    left: 0;

}

.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}


/* //review_write_pop */

/* addr_memo_pop 배송메모 수정 팝업창 */
.addr_memo_pop .pop_box {
    width: 640px;
}

.addr_memo_pop textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.4;
    resize: none;
    box-sizing: border-box;
}

/* //addr_memo_pop */


/* cash_receipt_pop */
.cash_receipt_pop .pop_box {
    width: 640px;
}

.cash_receipt_pop .bottom {
    max-height: 80vh;
    padding: 0 30px 30px;
    overflow-y: auto;
    box-sizing: border-box;
}

.cash_receipt_pop .cash_receipt_box + .cash_receipt_box {
    margin-top: 20px;
}

.cash_receipt_pop .receipt_ttl_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cash_receipt_pop .receipt_ttl {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.cash_receipt_pop .receipt_table {
    width: 100%;
    border-top: 1px solid #252525;
    table-layout: fixed;
}

.cash_receipt_pop .receipt_table tr {
    border-bottom: 1px solid #dbdbdb;
}

.cash_receipt_pop .receipt_table th {
    height: 42px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    text-align: left;
    background: #fafafa;
    box-sizing: border-box;
    vertical-align: middle;
}

.cash_receipt_pop .receipt_table td {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    line-height: 1.4;
    word-break: keep-all;
    vertical-align: middle;
    text-align: left;
}

.cash_receipt_pop .receipt_table td .gray_txt {
    display: inline-block;
    color: #999999;
}

.cash_receipt_pop .receipt_table td .red_txt {
    display: inline-block;
    color: #e7242b;
}

.cash_receipt_pop .receipt_notice {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

.cash_receipt_pop .print_btn {
    display: block;
    width: 138px;
    height: 48px;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #86624a;
}

/* //cash_receipt_pop */

/* report_pop */
.report_pop .ttl_box {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #252525;
}

/* .report_pop .ttl_box::after {
    display: block;
    content: '';
    width: 100%; height: 1px;
    background: #252525;
    position: absolute;
    bottom: 0; left: 0;
} */
.report_pop .report_ttl {
    font-size: 16px;
    font-weight: 500;
}

.report_pop .table_wrap {
}

.report_pop table {
    width: 100%;
    table-layout: fixed;
}

.report_pop table tr {
    border-bottom: 1px solid #dbdbdb;
}

.report_pop table th {
    background: #fafafa;
    padding: 16px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.report_pop table td {
    padding: 16px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.report_pop .re_cont + .re_cont {
    margin-top: 20px;
}

.report_pop .ch_wrap {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    padding: 0 10px;

}

.report_pop .ch_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.report_pop .ch_wrap ul li {
    width: 33.333%;
    margin-bottom: 20px;
}

.report_pop .ch_wrap ul li input + label {
    font-size: 14px;
    padding-left: 30px;
    background: no-repeat center left;
    background-image: url(../img/common/ico_check_20x20_off.png);
}

.report_pop .ch_wrap ul li input:checked + label {
    background-image: url(../img/common/ico_check_20x20_on.png);
}

.report_pop .re_cont textarea {
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

.report_pop .re_cont .gray {
    display: block;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #dbdbdb;
    font-size: 13px;
    color: #999999;
}


/* ----------------------------  신고버튼 */
.del_wrap {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.del_wrap::after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.del_wrap > button {
    color: #999999;
    font-size: 16px;
}

.del_wrap ul {
    bottom: -100px;
    right: inherit;
    left: 0;
}

.del_wrap button {
    color: #999999;
    display: flex;
    align-items: center;
}

.del_wrap button.del {
    width: 40px;
    height: 40px;
    background: url(../img/btn/btn_del.png) no-repeat center;

}

.del_wrap ul {
    position: absolute;
    width: 100px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px 0;
    border-radius: 6px;
    bottom: -100px;
    right: 20px;
    display: none;
    z-index: 4;
}

.del_wrap ul button {
    width: 98px;
    line-height: 36px;
    display: block !important;
    color: #757575;
    font-size: 13px;
}

.del_wrap ul button:hover {
    background: #f9f9f9;
}

/* 옵션 캘린더 */
/* air datepicker */
.date_cal {
    padding-bottom: 10px;
    display: none;
}

.datepicker-here .datepicker {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #252525;
}

.datepicker--nav {
    justify-content: center;
    min-height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
    background: #f9f9f9;
}

.datepicker--nav-action {
    width: 23px;
    height: 23px;
    border: 1px solid #e2e2e2;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 0;
}

.datepicker--nav-action svg {
    display: none;
}

.datepicker--nav-action[data-action="prev"] {
    background-image: url(../img/btn/datepicker_prev.png);
}

.datepicker--nav-action[data-action="next"] {
    background-image: url(../img/btn/datepicker_next.png);
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background-color: #f9f9f9;
}

.datepicker--nav-title {
    padding: 0 12px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    color: #4c4c4f;
}

.datepicker--content {
    padding: 0;
}

.datepicker--days-names {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    background: #f9f9f9;
}

.datepicker--day-name {
    width: 14.28572%;
    height: 36px;
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4f;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.datepicker--day-name:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}

.datepicker--day-name:first-child {
    color: #ed4e39;
}

.datepicker--cell {
    justify-content: flex-start;
    width: 14.28572%;
    height: 40px;
    padding: 0 5px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4f;
    border-radius: 0;
    box-sizing: border-box;
}

.datepicker--cell:nth-of-type(7n) {
    border-right: 0;
}

.datepicker--cell:nth-of-type(7n + 1) {
    color: #ed4e39;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #fff;
}

.datepicker--cell.-current- {
    color: #4c4c4f;
}

.datepicker--cell.-focus- {
    background: #fff;
}

.datepicker--cell.-selected-.-current- .datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected- {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    color: #4c4c4f;
    background: #f8fff9;
}

/* // air datepicker */

/* 데이트피커  */
/* datepicker */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none;
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    z-index: 99999 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:before {
    position: absolute;
    top: -1px;
    left: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ddd;
    border-radius: 0px;
    border-left: solid 1px #ddd;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table {
    width: auto;
    background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th {
    width: 32px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-right: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span {
    font-size: 10.0992px;
    font-weight: 300;
    color: #999999;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td {
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    padding-right: 0px;
    background: #ffffff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a {
    display: block;
    margin: 1px;
    border-radius: 50%;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover {
    background-color: #cc0000;
    color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active {
    border: solid 1px #cc0000;
}

.ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 45px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-right: 2px;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
}

.ui-datepicker-title select.ui-datepicker-year {
    width: 75px;
    background-position: right 8px center;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_left.png") no-repeat center;
    width: 16px;
    height: 22px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_right.png") no-repeat center;
    width: 16px;
    height: 22px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled {
    background: #fff;
    color: #cecece;
}

input.date_form :-ms-input-placeholder {
    color: #ccc;
}

input.date_form::-webkit-input-placeholder {
    color: #ccc;
}

input.date_form::-moz-placeholder {
    color: #ccc;
}

button.ui-datepicker-trigger {
    display: none;
}

img.ui-datepicker-taigger {
    margin-left: 10px;
    margin-top: 1px;
}

.date_form {
    background: url("../img/ico/ico_calander.png") no-repeat;
    background-position: 10px center;
}

.date_form.date_form3 {
    background: none;
}

.datepick_box {
    display: flex;
    align-items: center;
}

.datepick_box .datepick {
    position: relative;
}

.datepick_box span {
    display: block;
    width: 20px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}

.datepick input + img {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.datepick input {
    width: 130px;
    line-height: 30px;
    font-size: 15px;
    color: #252525;
    letter-spacing: -0.05em;
}

.datepick input::placeholder {
    color: #999;
}


input:read-only {
    background: #fafafa;
}


@media screen and (max-width: 1200px) {
    .all_cate {
        display: none;
    }

    #gnav {
        width: 100%;
        position: relative;
        padding-left: 0;
        overflow-x: auto;
    }

    #gnav::-webkit-scrollbar {
        display: none;
    }

    #gnav .gnb_list {
        display: none;
    }

    #gnav .gnb_molist {
        white-space: nowrap;
        -ms-overflow-style: none;
    }

    #gnav .gnb_list_mo {
        display: flex;
        width: 100%;
    }

    #gnav .gnb_list_mo li {
        display: block;
    }

    #gnav .gnb_list_mo li a {
        padding: 13px 10px;
        color: #252525;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    #gnav .gnb_list_mo li a {
        padding: 13px 10px;
        color: #252525;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    #gnav .gnb_list > li > a .ico {
        flex: 0 0 auto;
        margin-right: 5px;
    }

    #gnav .gnb_list > li > a .ico img {
        width: 22px;
        height: 22px;
    }

    #gnav .gnb_list_mo .setitem a {
        color: #d88731;
        padding-left: 34px;
        background: url('../img/ico/menu_boxico_mo.png') no-repeat left center/28px;
    }

    #gnav .gnb_list_mo .k_item a {
        color: #00377b;
        padding-left: 21px;
        background: url('../img/ico/menu_kico_mo.png') no-repeat left center/11px;
    }

    #gnav .gnb_list_mo .go_slink {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gnav .gnb_list_mo .go_slink a {
        width: 95.5008px;
        padding: 0;
    }

    #gnav .gnb_list_mo li:first-child a {
        padding-left: 0;
    }

    #gnav .gnb_right {
        display: none;
    }
}

@media screen and (max-width: 1180px) {
    #footer .f_cont {
        padding-left: 50px;
    }
}

/* moblie */
@media screen and (max-width: 850px) {
    .only_w {
        display: none !important;
    }

    .only_m {
        display: block !important;
    }

    .header_top {
        display: none;
    }

    #header .logo {
        width: 25vw;
    }

    #gnav .gnb_list_mo {
        padding: 2vw 0;
    }

    #gnav .gnb_list_mo li.active {
        padding: 1.389vw 2vw;
        background-color: #3f71b7;
        border-radius: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #gnav .gnb_list_mo li.active a {
        color: #fff !important;
        padding: 0 !important;
    }


    /* header_midd */
    .header_mid {
        padding: 2.77vw 0;
        border: none;
        display: block;
    }

    .secrch_bar {
        display: block;
    }

    .secrch_bar .sch_area {
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
        border-radius: 7.77vw;
    }

    .secrch_bar .sch_area input {
        width: 100%;
        height: 11.11vw;
        padding: 0 11.11vw 0 5.55vw;
        font-size: 4.166vw;
        border-radius: 7.77vw;
    }

    .secrch_bar .sch_area button {
        width: 11.11vw;
        height: 11.11vw;
        background: url(../img/btn/btn_searchmo.png) no-repeat center center/5.833vw;
    }

    .header_mid .mid_top {
        margin-bottom: 4.166vw;
    }

    .hb_mright {
        display: flex;
    }

    .hb_mright .hbico {
        display: block;
        width: 8.33vw;
        height: 8.33vw;
        font-size: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 4.166vw auto;
    }

    .hb_mright .login {
        background-image: url('../img/ico/mico_login.png');
        background-size: 4.305vw auto;
    }

    .hb_mright .logout {
        background-image: url('../img/ico/mico_logout.png');
        background-size: 4.305vw auto;
    }

    .hb_mright .my_page {
        background-image: url('../img/ico/mico_myage.png');
    }

    .hb_mright .cart {
        background-image: url('../img/ico/mico_cart.png');
        background-size: 5.138vw auto;
    }

    .hb_mright .go_calc {
        background-image: url('../img/ico/mico_calc.png');
    }

    .ham_btn {
        display: flex;
        width: 8.33vw;
        height: 8.33vw;
        justify-content: center;
        align-items: center;
    }

    .ham_btn .b_wrap {
        width: 5vw;
        height: 3.88vw;
        position: relative;
    }

    .ham_btn .b_wrap span {
        width: 100%;
        height: 2px;
        background: #252525;
        position: absolute;
        left: 0;
        transition: all 0.5s;
    }

    .b_wrap .top {
        top: 0;
    }

    .b_wrap .middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .b_wrap .bottom {
        bottom: 0;
    }

    html.open .b_wrap .top {
        top: 50%;
        transform: translateY(-50%) rotate(225deg);
    }

    html.open .b_wrap .middle {
        display: none;
    }

    html.open .b_wrap .bottom {
        bottom: 50%;
        transform: translateY(50%) rotate(-225deg);
    }

    /* 모바일 gnb */
    .hb_mright .gnb {
        position: fixed;
        top: 12vw;
        right: -100%;
        width: 100%;
        height: auto;
        bottom: 0;
        /* height: calc(100vh - 60px); */
        background: #fff;
        box-sizing: border-box;
        z-index: 9999;
        transition: all .3s;
    }

    .hb_mright .gnb.on {
        right: 0;
        overflow: auto;
    }

    .hb_mright .gnb .util_box {
        border-bottom: 1px solid #ddd;
        padding: 5.55vw 0;
        text-align: center;
    }

    .hb_mright .gnb .util_box a {
        display: inline-block;
        border: 1px solid #3d6cab;
        width: 27.77vw;
        height: 10.55vw;
        line-height: 10.55vw;
        color: #3d6cab;
        font-size: 4.44vw;
        font-weight: 500;
        box-sizing: border-box;
    }

    .hb_mright .gnb button {
        display: block;
        padding: 0 5.55vw;
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 13.055vw;
        text-align: left;
        font-size: 4.722vw;
        font-weight: 500;
        color: #000;
        box-sizing: border-box;
        background: url(../img/btn/gnb_arrow_off.png) right 4.44vw center no-repeat;
        background-size: 5.277vw;
    }

    .hb_mright .gnb button.spe {
        color: #3d6cab;
    }

    .hb_mright .gnb button.on {
        background: url(../img/btn/gnb_arrow_on.png) right 4.44vw center no-repeat;
        background-size: 5.277vw;
    }

    .hb_mright .gnb .depth02 {
        display: none;
        border-bottom: 1px solid #ddd;
        padding: 0;
        background: #f0f0f0;
    }

    .hb_mright .gnb .depth02.only_pd {
        padding: 2.77vw 0;
    }

    .hb_mright .gnb .depth02 li + li {
        margin-top: 3.33vw;
    }

    .hb_mright .gnb .depth02 li a {
        font-size: 4.166vw;
        font-weight: 400;
        color: #454545;
    }

    .hb_mright .gnb .depth02 .depth02_li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5.55vw;
    }

    .hb_mright .gnb .depth02 .depth02_li.pd-small {
        padding: 2.77vw 5.55vw;;
    }

    .hb_mright .gnb .depth02 .depth03 {
        padding: 2.3077rem;
        display: none;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
        font-size: 1rem;
        background-color: #f4f5f7;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .hb_mright .gnb .depth02 li .btn_collapse {
        position: relative;
    }

    .hb_mright .gnb .depth02 li .btn_collapse::after {
        content: "+";
        font-size: 1.5385rem;
        color: #252525;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .hb_mright .gnb .depth02 li .btn_collapse.up::after {
        content: "";
        display: block;
        width: 0.5385rem;
        height: 0.1154rem;
        background-color: #252525;
    }

    /* header_middle */
    /* header_bot */
    .header_bot {
        border-top: 0;
    }

    #gnav .gnb_list_mo li a {
        padding: 1.611vw 2.77vw;
        font-size: 3.88vw;
    }

    #gnav .gnb_list_mo .go_slink a {
        width: 26.52vw;
        margin-left: 0.8rem;
    }

    #gnb .mnb_top .mgt01 a {
        display: inline-block;
        width: 80px;
        height: 30px;
        border: 1px solid #333;
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        color: #333;
        margin: 0 5px;
    }

    .mnb_top .mgt02 ul {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .mnb_top .mgt02 ul li {
        float: left;
        width: 25%;
        text-align: center;
        background-color: #fff;
        border-left: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mnb_top .mgt02 ul li:first-child {
        border-left: none;
    }

    .mnb_top .mgt02 ul li a {
        display: block;
    }

    /* header */
    /* page_nav_wrap    */
    .page_nav_wrap {
        padding: 4.44vw 4.166vw;
        border-bottom: solid 1px #dbdbdb;
        /*    width: calc(100% + 30px);
        margin-left: -15px; */
        margin-bottom: 0;
    }

    .page_nav_wrap .page_nav {
        width: 100%;
    }

    .page_nav_wrap .page_nav li span.page {
        font-size: 2.77vw;
        color: #999;
    }

    .page_nav_wrap .page_nav li a {
        font-size: 2.77vw;
        color: #999;
    }

    .page_nav_wrap .page_nav li:last-child span.page {
        color: #454545;
    }

    .page_nav_wrap .page_nav li:after {
        width: 1.388vw;
        height: 3.055vw;
        font-size: 0;
        padding: 0 1.66vw;
        background: url(/img/ico/page_nav_arr_mo.png) no-repeat center;
        background-size: 1.388vw;
    }

    .page_nav_wrap .page_nav li span.home {
        width: 3.611vw;
        height: 3.611vw;
        background-image: url(/img/ico/home_ico_mo.png);
        background-size: 3.611vw;
        vertical-align: sub;
    }

    /* page_nav_wrap */
    /* badge */
    .badge {
        margin-top: 2.77vw;
    }

    .badge span {
        font-size: 2.77vw;
        border-radius: 1.11vw;
        padding: 1.388vw;
        margin-right: 1.11vw;
        margin-bottom: 1.11vw;
    }

    /* go_link */
    a.go_link {
        max-width: 100%;
        font-size: 2.77vw;
        line-height: 3.88vw;
        border-radius: 4.166vw;
        padding: 1.11vw 6.11vw 1.11vw 2.77vw;
        background: #fff url(../img/ico/linkhome_arrow_mo.png) no-repeat right 2.777vw top 46%/1.388vw;
    }

    a.go_link .ico {
        display: block;
        width: 3.194vw;
        height: 2.77vw;
        background: url(../img/ico/linkhome_ico_mo.png) no-repeat left center / 2.77vw;
        margin-right: 1.25vw;
    }

    /* pager */
    .pager li a {
        font-size: 3.611vw;
        width: 7.77vw;
        height: 7.77vw;
    }

    .pager li + li {
        margin-left: 1.11vw;
    }

    .pager li a {
        width: 8.33vw;
        height: 8.33vw;
        line-height: 8.33vw;
        font-size: 3.611vw;
    }

    .pager li + li {
        margin-left: 1.388vw;
    }

    .pager li .first_page {
        background-image: url('/img/common/pager_first_mo.png');
        background-size: 2.916vw;
    }

    .pager li .preview {
        background-image: url('/img/common/pager_prev_mo.png');
        background-size: 1.527vw;
        margin-right: 2.77vw;
    }

    .pager li .next {
        background-image: url('/img/common/pager_next_mo.png');
        background-size: 1.527vw;
        margin-left: 2.77vw;

    }

    .pager li .last_page {
        background-image: url('/img/common/pager_last_mo.png');
        background-size: 2.916vw;
    }


    /* 배송지 추가, 수정 팝업 */
    .pop_common .top {
        padding: 3.33vw;
    }

    .pop_common .pop_ttl {
        padding: 0 0 0 5.55vw;
        font-size: 3.33vw;
    }

    .pop_common .pop_box {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    .pop_common .close_btn {
        width: 3.33vw;
        height: 3.33vw;
        background-size: 3.33vw;

    }

    .pop_common .bottom {
        max-height: 70vh;
    }

    .pop_common .btn_row {
        margin-top: 4.166vw;
    }

    /* 배송지목록 팝업 */
    .addr_list_pop .bottom {
        padding: 8.33vw 0 !important;
    }

    .addr_list_pop .addr_info_list .radio_wrap .radio {
        padding: 0 4.166vw;
    }

    .addr_list_pop .addr_info_list .radio_wrap input + label {
        width: inherit;
        height: inherit;
        background-image: url(/img/common/chk_ordboxoff_mo.png);
        background-size: 5.55vw;
        padding-left: 6.944vw;
    }

    .addr_list_pop .addr_info_list .radio_wrap input:checked + label {
        background-image: url(/img/common/chk_ordboxon_mo.png);
    }

    .addr_list_pop .addr_info_list .addr_name strong {
        font-size: 4.44vw;
    }

    .addr_list_pop .addr_info_list .addr_name span {
        font-size: 3.611vw;
        margin-left: 1.388vw;
    }

    .addr_list_pop .addr_info_list .addr_info {
        font-size: 3.611vw;
        margin-top: 1.11vw;
    }

    /* 주문결제 이용약관 팝업 */
    .agree_pop .cu_head {

    }

    .agree_pop .cu_body {
        padding: 8.33vw 4.166vw 3.33vw;
    }

    /* footer */
    #footer {
        margin-top: 6.944vw;
    }

    #footer .f_top .f_link li + li {
        margin-left: 2.77vw;
        padding-left: 2.77vw;
    }

    #footer .f_top .f_link li + li::before {
        background: #dbdbdb;
    }

    #footer .f_top .f_link::-webkit-scrollbar {
        display: none;
    }

    #footer .f_top .f_link {
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #footer .f_top .f_link a {
        display: block;
        margin: 4.166vw 0;
        text-align: center;
        font-size: 3.33vw;
        white-space: nowrap;
        line-height: 1;
    }

    #footer .f_bot {
        padding: 8.33vw 0;
    }

    #footer .f_bot .inner {
        display: block;
    }

    #footer .f_des .des_information {
        margin-top: 0;
        margin-bottom: 3.056vw;
        padding: 4.861vw 1.667vw 3.889vw;
        border-radius: 1.806vw;
        background-color: #ffffff;
        border: 1px solid #bfbfbf;
        display: block;
        min-width: 100%;
    }
    
    #footer .f_des .des_information .top .ttl {
        font-size: 3.611vw;
        font-weight: 800;
        margin-bottom: 1.667vw;
        color: #000;
    }
    
    #footer .f_des .des_information .top .txt {
        padding: 0.694vw 1.389vw;
        border-radius: 0.417vw;
        background-color: #333333;
        width: fit-content;
    }
    
    #footer .f_des .des_information .top .txt p {
        font-size: 3.194vw;
        font-weight: 500;
        color: #fff;
    }
    
    #footer .f_des .des_information .conts {
        margin-top: 1.389vw;
    }
    
    #footer .f_des .des_information .conts .detail {
        font-size: 3.194vw;
        letter-spacing: -1px;
        color: #777777;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 1.667vw;
    }
    
    #footer .f_des .des_information .conts .bot {
        gap: 0.694vw;
        padding: 0.694vw 1.389vw;
        border: 1px solid #dbdbdb;
        display: flex;
        align-items: center;
        width: fit-content;
    }
    
    #footer .f_des .des_information .conts .bot img {
        opacity: 0.5;
        width: 2.389vw;
    }
    
    #footer .f_des .des_information .conts .bot p {
        font-size: 3.056vw;
        color: #999;
    }

    #footer .f_cont {
        padding-left: 0;
    }

    #footer .f_logo {
        display: inline-block;
        width: 25vw;
        margin-bottom: 5.55vw;
    }

    #footer .f_info {
        padding-bottom: 4.722vw;
        margin-bottom: 4.722vw;
    }

    #footer .f_info p {
        font-size: 3.33vw;
    }

    #footer .f_cont address > div {
        display: block;
    }

    #footer .f_cont address > div span {
        font-size: 3.055vw;
    }

    #footer .f_cont address > div span:not(:last-child) {
        margin-right: 2vw;
        padding-right: 2.77vw;
    }

    #footer .f_bot address div span::after {
        font-size: 3.33vw;
    }

    #footer .f_bot address div span.afnone::after {
        content: '';
        width: 0;
    }

    #footer .f_cont address > div span.block {
        display: block;
    }

    #footer .f_cont address > div span.inlineblock {
        display: inline-block;
    }

    #footer .f_cont .copyright {
        margin-top: 3.611vw;
        font-size: 3.055vw;
    }

    #footer .f_box {
        gap: 2.60416vw;
        flex-direction: column;
    }

    #footer .f_cs {
        margin-top: 5vw;
        width: 100%;
    }

    #footer .f_cs ul li {
        padding: 3.33vw;
    }

    #footer .f_cs ul li strong {
        font-size: 3.611vw;
        margin: 0.833vw 0;
    }

    #footer .f_cs ul li span.bar {
        font-size: 3.05vw;
        padding-right: 2.77vw;
        margin-right: 2.77vw;
    }

    #footer .f_cs ul li span.bar::after {
        width: 0.277vw;
        height: 2.77vw;
    }

    #footer .f_cs ul li span.afnone::after {
        content: '';
        width: 0;
    }

    #footer .f_cs ul li span.bar.afnone.mo_none::after {
        width: 0.277vw;
        height: 2.77vw;
        display: block !important;
    }

    #footer .f_cs ul li div a {
        display: inline-block;
    }

    #footer .f_cs ul li div span {
        font-size: 3.05vw;
    }

    .quick_btn_wrap {
        display: none;
    }

    .quick_wrap {
        display: block;
        right: -0.694vw;
        width: 12.5vw;
        top: 90%;
    }

    .quick_wrap button img {
        width: 9.167vw;
    }

    .quick_wrap .bot_btn {
        margin-top: -1.389vw;
    }


    /* cs_menu_box 커뮤니티 메뉴 */
    .cs_menu_box {
        padding-bottom: 2.222vw;
        border-bottom: 1px solid #ececec;
        background: #f9f9f9;
    }

    /* sub_menu_toggle 2차메뉴 */
    .sub_menu_toggle {
        position: relative;
        background: #fff;
    }

    .sub_menu_toggle .now_btn {
        position: relative;
        display: block;
        width: 100%;
        height: 11.944vw;
        padding-left: 4.722vw;
        padding-right: 11.944vw;
        border-bottom: 1px solid #ececec;
        font-size: 3.750vw;
        font-weight: 500;
        color: #454545;
        text-align: left;
        background: #fff;
        box-sizing: border-box;
        z-index: 112;
    }

    .sub_menu_toggle .now_btn::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 11.944vw;
        height: 11.944vw;
        border-left: 1px solid #ececec;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 2.500vw;
        background-image: url(../img/btn/sub_menu_toggle_btn.png);
        box-sizing: border-box;
        content: '';
    }

    .sub_menu_toggle .now_btn.on::after {
        background-image: url(../img/btn/sub_menu_toggle_btn_on.png);
    }

    .sub_menu_toggle .sub_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ececec;
        background: #fff;
        box-sizing: border-box;
        z-index: 112;
    }

    .sub_menu_toggle .sub_menu_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 4.167vw 4.167vw 1.389vw;
        box-sizing: border-box;
        box-shadow: 8.33vw 0.11vw 1.388vw 0px rgba(0, 0, 0, 0.07);
    }

    .sub_menu_toggle .sub_menu_list li {
        width: calc(50% - 1.389vw);
        height: 9.167vw;
        border: 1px solid #dbdbdb;
        margin-bottom: 2.778vw;
        margin-right: 2.778vw;
        box-sizing: border-box;
    }

    .sub_menu_toggle .sub_menu_list li:nth-child(2n) {
        margin-right: 0;
    }

    .sub_menu_toggle .sub_menu_list li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 8.889vw;
        text-align: center;
        font-size: 3.333vw;
        font-weight: 500;
        color: #666666;
    }

    .sub_menu_toggle .dim {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        z-index: 111;
    }

    .sub_menu_depth {
        background: #fff;
    }

    .sub_menu02 {
        display: none;
        border-bottom: 1px solid #ececec;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        background: #fff;
    }

    .sub_menu02.on {
        display: block;
    }

    .sub_menu02 li {
        display: inline-block;
    }

    .sub_menu02 li a {
        display: block;
        padding: 0 4.167vw;
        border-bottom: 0.556vw solid transparent;
        line-height: 10.556vw;
        font-size: 3.333vw;
        font-weight: 500;
        color: #757575;
    }

    .sub_menu02 li a.on {
        border-bottom: 0.556vw solid #3f71b7;
        color: #3f71b7;
    }

    .pop_common .btn_row button {
        width: calc(50% - 0.694vw);
        max-width: 22.222vw;
        height: 7.222vw;
        line-height: 7.222vw;
        font-size: 3.611vw;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

}