@charset "utf-8";

/*  ----------------   헤더, 푸터 , 쇼핑몰 공통사항 있습니다    -----------------  */


/* 공통 */
.inner {
    max-width: 1200px;
    width: calc(100% - 30px);
    min-width: 1200px;
    margin: 0 auto;
}

.flex_ac {
    display: flex;
    align-items: center;
}


/* 버튼 */
.gray_line_btn {
    border: 1px solid #aaaaaa;
    color: #454545 !important;
    font-weight: 500;
    text-align: center;
}

.beige_line_btn {
    border: 1px solid #86624a;
    color: #86624a !important;
    font-weight: 500;
    text-align: center;
}

.beige_bg_btn {
    border: 1px solid #86624a;
    background: #86624a;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
}






/* --------------------------------    header */

.header_banner {
    background: #8bc541;
}

.header_banner a {
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.header_banner a strong {
    font-weight: 900;
    color: #f8ffb0;
}

.header_banner .close_btn {
    position: absolute;
    top: 0;
    right: calc((100% - 1200px) / 2);
    width: 52px;
    height: 52px;
    background: url(../img/btn/close_w_20.png) center center no-repeat;
}


#header {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.header_top {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.header_top .logo a {
    display: block;

}

.secrch_bar {
    display: flex;
    margin-left: auto;
}

.secrch_bar .sch_area {
    position: relative;
}

.secrch_bar .sch_area input {
    width: 500px;
    height: 50px;
    padding: 0 50px 0 20px;
    border-radius: 25px;
    border: 2px solid #86624a;
    box-sizing: border-box;
}

.secrch_bar .sch_area button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    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: #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;
}

.header_bot {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #dbdbdb;
}

.header_bot .inner {
    display: flex;
    align-items: center;
}

.header_bot .all_area {
    position: absolute;
    z-index: 20;
}

.header_bot .all_cate {
    position: relative;
    width: 180px;
    height: 56px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.all_cate .all_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.all_cate .all_btn i {
    font-size: 0;
}

.all_cate .all_btn span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.all_cate .all_area {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.all_cate.sub .all_area {
    display: none;
}

.all_cate .all_menu>li {
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}

.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:hover>a {
    background: #86624a;
    color: #fff;
}

.all_cate .all_menu .depth_menu {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 200px !important;
    /* height:551px; */
    min-height: 387px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}

.all_cate .all_menu .depth_menu .dep2 {
    /* float: left; */
    width: 200px;
    /* padding:10px 0; */
    box-sizing: border-box;
}

.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 {
    font-weight: 500;
    color: #86624a;
    /* background-color:#fff4f4; */
}



.header_bot #gnb ul {
    display: flex;
    margin-left: 15px;
}

.header_bot #gnb ul li a {
    display: block;
    padding: 0 15px;
    font-size: 17px;
    line-height: 56px;
    font-weight: 500;
}

.header_bot #gnb ul li a:hover {
    color: #86624a;
}

.header_bot .login_check {
    margin-left: auto;
    display: flex;

}

.header_bot .login_check li+li {
    margin-left: 18px;

}

.header_bot .login_check li a {
    display: block;
    font-size: 15px;
    color: #454545;
    line-height: 56px;
}

/*  // header // */





/* ------------------------------------  footer */
#footer {
    position: relative;
    border-top: 1px solid #dbdbdb;
}

#footer .f_top {
    border-bottom: 1px solid #eeeeee;
}

#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: 18px;
    padding-left: 18px;
}

#footer .f_top .f_link li+li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #eeeeee;
    content: '';
}

#footer .f_top .f_link a {
    font-size: 14px;
    color: #757575;
    line-height: 55px;
}

#footer .f_top .f_link strong {
    font-weight: 400;
    color: #252525;
}

#footer .f_cont {
    padding: 30px 0 55px;
}

#footer .f_cont .inner {
    display: flex;
    align-items: flex-start;
}

#footer .f_logo {
    display: block;
    margin-top: 12px;
}

#footer .f_info {
    flex-shrink: 0;
    flex-grow: 0;
    padding-top: 12px;
    margin-left: 20px;
}

#footer .f_info address>div {
    display: flex;
    align-items: center;
}

#footer .f_info address>div span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.6;
}

#footer .f_info address>div span:not(:last-child) {
    margin-right: 20px;
}

#footer .f_info address>div span strong {
    font-weight: 400;
    color: #454545;
}

#footer .f_info address a {
    display: inline-block;
    padding-right: 10px;
    color: #252525;
    background: url('../img/ico/ico_more.png') right center no-repeat;
}

#footer .f_info .foot_txt,
#footer .f_info .copyright {
    margin-top: 30px;
    font-size: 14px;
    color: #454545;
}

#footer .f_cont .f_ttl {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

#.footer .f_cs {
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 58px;
    padding-left: 40px;
    padding-top: 12px;
}

#footer .f_cs::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 197px;
    background: #eee;
    content: '';
}

#footer .f_cs .cs_call {
    display: block;
    margin: 15px 0 14px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #3c3c3c;
}

#footer .f_cs span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 1.5;
}

#footer .f_cs .cs_link {
    display: inline-block;
    height: 40px;
    margin-top: 30px;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    background: #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
}

#footer .f_inquiry {
    margin-right: 107px;
}

#footer .f_inquiry .mobile_link {
    display: block;
    width: 120px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    background-color: #f4f4f4;
}

#footer .top_btn {
    position: absolute;
    bottom: 79px;
    right: 50px;
}


/*  // footer // */

/* ------------------------------- 퀵메뉴  quick_wrap */
.quick_wrap {
    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;
}

.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:after {
    content: '';
    display: block;
    width: 8px;
    height: 9px;
    background: url(../img/ico/page_nav_arr.png) no-repeat center;
    padding: 0 12px 0 15px;
}

.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: block;
    width: 16px;
    height: 15px;
    background: url(../img/ico/home_ico.png) no-repeat center;
}

.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: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    font-size: 15px;
}

.pager li.num a:hover,
.pager li.on a {
    border: 1px solid #86624a;
    color: #fff;
    background: #86624a;
}

.pager li+li {
    margin-left: 4px;
}

.pager li.prev {
    margin-right: 6px;
}

.pager li.next {
    margin-left: 10px;
}

/* ----------------------------   팝업 */
/* 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: 650px;
    border: 1px solid #aaaaaa;
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 1;
}

.pop_common .top {
    margin-bottom: 20px;
    padding: 30px 30px 0;
}

.pop_common .pop_ttl {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.pop_common .close_btn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../img/btn/close_b_20.png) center center no-repeat;
}

.pop_common .bottom {
    padding: 0 30px 30px;
}

.pop_common .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* //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 .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.opt_change_pop .btn_row button {
    display: block;
    width: 138px;
    height: 44px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 400;
    color: #86624a;
    box-sizing: border-box;
}

.opt_change_pop .btn_row button.ok_btn {
    margin-left: 6px;
    color: #fff;
    background: #86624a;
}

/* //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 .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cycle_change_pop .btn_row button {
    display: block;
    width: 138px;
    height: 44px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 400;
    color: #86624a;
    box-sizing: border-box;
}

.cycle_change_pop .btn_row button.ok_btn {
    margin-left: 6px;
    color: #fff;
    background: #86624a;
}

/* //cycle_change_pop */

/* addr_list_pop 배송지 목록 팝업 */
.addr_list_pop .pop_box {
    width: 690px;
}

.addr_list_pop .bottom {
    max-height: 80vh;
    box-sizing: border-box;
    overflow-y: auto;
}

.addr_list_pop .addr_table {
    width: 100%;
    border-top: 1px solid #252525;
}

.addr_list_pop .addr_table tr {
    border-bottom: 1px solid #dbdbdb;
}

.addr_list_pop .addr_table th {
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: #fafafa;
    vertical-align: middle;
}

.addr_list_pop .addr_table td {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
}

.addr_list_pop .addr_table .addr_info {
    text-align: left;
}

.addr_list_pop .addr_table .addr_save_name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.addr_list_pop .addr_table .addr_info .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 1.5;
}

.addr_list_pop .addr_table .addr_info .addr_txt,
.addr_list_pop .addr_table .addr_info .phone_txt {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.5;
}

.addr_list_pop .addr_table .select_btn {
    display: inline-block;
    width: 60px;
    height: 33px;
    border: 1px solid #e7242b;
    font-size: 13px;
    font-weight: 400;
    color: #e7242b;
    box-sizing: border-box;
}

.addr_list_pop .addr_table .addr_edit_btn {
    display: inline-block;
    width: 60px;
    height: 33px;
    margin-left: 2px;
    border: 1px solid #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.addr_list_pop .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.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_modify_pop 배송지 추가/수정 */
/* .addr_modify_pop {display: block !important;} */
.addr_modify_pop .pop_box {
    width: 690px;
}

.addr_modify_pop .addr_input_table {
    width: 100%;
    border-top: 1px solid #252525;
}

.addr_modify_pop .addr_input_table tr {
    border-bottom: 1px solid #dbdbdb;
}

.addr_modify_pop .addr_input_table th {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-align: center;
    vertical-align: middle;
}

.addr_modify_pop .addr_input_table td {
    padding: 10px 20px;
    vertical-align: middle;
}

.addr_modify_pop .addr_input_table td input,
.addr_modify_pop .addr_input_table td select {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.addr_modify_pop .addr_input_table .zip_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.addr_modify_pop .addr_input_table .zip_row button {
    display: block;
    width: 152px;
    height: 52px;
    margin-right: 10px;
    border: 1px solid #252525;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.addr_modify_pop .addr_input_table .zip_row input:read-only {
    background: #fafafa;
}

.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;
    font-weight: 500;
    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 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.addr_modify_pop .btn_row button {
    display: block;
    width: 138px;
    height: 48px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 500;
    color: #86624a;
    box-sizing: border-box;
}

.addr_modify_pop .btn_row .save_btn {
    margin-left: 10px;
    color: #fff;
    background: #86624a;
}

/* //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 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.addr_memo_pop .btn_row button {
    display: block;
    width: 138px;
    height: 48px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 500;
    color: #86624a;
    box-sizing: border-box;
}

.addr_memo_pop .btn_row .edit_btn {
    margin-left: 10px;
    color: #fff;
    background: #86624a;
}

/* //addr_memo_pop */





/* odr_cou_pop  */
.odr_cou_pop .pop_box {
    width: 490px;
}

.odr_cou_pop .top {
    margin-bottom: 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #dbdbdb;
}

.odr_cou_pop .bottom {
    max-height: 600px;
    overflow-y: auto;
    padding: 0 0 30px;
}

.odr_cou_pop .cou_item {
    padding: 0 30px 0px;
}

.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 {
    margin-top: 30px;
}

.cou_item .cou_list>strong {
    font-size: 18px;
}

.cou_item .cou_list li {
    margin-top: 10px;
}

.cou_item .cou_list input+label {
    background: none;
    padding: 20px;
    border: 1px solid #eeeeee;
    display: block;
    border-radius: 5px;
}

.cou_item .cou_list input:checked+label {
    border-color: #86624a;
}

.cou_item .cou_list input+label strong {
    font-size: 16px;
    font-weight: 500;
}

.cou_item .cou_list input+label .cou_list_op {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.cou_item .cou_list input+label .cou_list_op span {
    color: #999999;
    font-size: 15px;
}

.cou_item .cou_list input+label .cou_list_op span+span {
    margin-top: 10px;

}

.cou_item .cou_list input+label .cou_list_op span.date {
    font-size: 14px;
    color: #454545;
}

.pop_box .cou_btn button {
    width: 100%;
    background: #86624a;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 68px;
}


/* review_write_pop */
.review_write_pop .pop_box {
    width: 640px;
}

.review_write_pop .bottom {
    max-height: 80vh;
    overflow-y: auto;
}

.review_write_pop .review_star {
    display: flex;
    align-items: center;
    height: 72px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px;
    box-sizing: border-box;
}

.review_write_pop .review_star .label {
    display: block;
    margin-right: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    flex: 0 0 auto;
}

.review_write_pop .star_row {
    display: flex;
    align-items: center;
}

.review_write_pop .star_btn {
    display: block;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/star_btn.png);
}

.review_write_pop .star_btn.on {
    background-image: url(../img/btn/star_btn_on.png);
}

.review_write_pop .star_btn+.star_btn {
    margin-left: 4px;
}
.review_write_pop .review_img ,
.review_write_pop .review_editor {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
.review_write_pop .review_img .label,
.review_write_pop .review_editor .label {
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
}
.review_write_pop .review_editor textarea {
    resize: none;
}
.review_write_pop .review_notice {
    margin-top: 20px;
}

.review_write_pop .review_notice li {
    position: relative;
    padding-left: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.review_write_pop .review_notice li i {
    position: absolute;
    top: 0;
    left: 0;
}

.review_write_pop .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.review_write_pop .btn_row button {
    display: block;
    width: 138px;
    height: 48px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 500;
    color: #86624a;
    box-sizing: border-box;
}

.review_write_pop .btn_row .ok_btn {
    margin-left: 10px;
    color: #fff;
    background: #86624a;
}
.review_write_pop .review_img ul {
    display: flex;
    flex-wrap: wrap;
    
}
.review_write_pop .review_img ul li {
    width: calc(33.333% - 6.66px);
    margin-right: 10px;
}
.review_write_pop .review_img ul li:nth-of-type(3n) {
    margin-right: 0;
}
.review_write_pop .review_img ul li:nth-child(n+4) {
    margin-top: 10px;
}
.file_wrap {
    width:100%;
    position: relative;
    margin: 0 5px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
}

.imageWrapper {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.file_manage {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center;
    z-index: 9999;
}

.file_manage.on {
    display: block;
}

.file_manage.edit {
    background-color: rgba(134, 98, 74, 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 .btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.addr_memo_pop .btn_row button {
    display: block;
    width: 138px;
    height: 48px;
    border: 1px solid #86624a;
    font-size: 16px;
    font-weight: 500;
    color: #86624a;
    box-sizing: border-box;
}

.addr_memo_pop .btn_row .edit_btn {
    margin-left: 10px;
    color: #fff;
    background: #86624a;
}

/* //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;
}

.report_pop .report_btn {
    display: block;
    width: 138px;
    height: 48px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #86624a;
}

.report_pop .cancel_btn {
    display: block;
    width: 138px;
    height: 48px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #86624a;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #86624a;
    ;
}

.report_pop .btn_row {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}












/* ----------------------------  신고버튼 */
.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.1px;
    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: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
}

.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("../images/btn/calandar_left.png")no-repeat center;
    width: 16px;
    height: 22px;
    left: 10px;
    top: 6px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../images/btn/calandar_right.png")no-repeat center;
    width: 16px;
    height: 22px;
    right: 10px;
    top: 6px;
}

.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: #333333;
}

input.date_form::-webkit-input-placeholder {
    color: #333333;
}

input.date_form::-moz-placeholder {
    color: #333333;
}

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: block;
    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;
}