@charset "utf-8";
#bo_gall #gall_ul .sec_ca{
    width: 100%;
    display: flex;
    margin-bottom: 1vw;
    flex-wrap: wrap;
}
#bo_gall #gall_ul .sec_ca ul{
    cursor: pointer;
    width: calc(97% / 3);
    margin: 0 0.5%;
    display: none;

}
#bo_gall #gall_ul .sec_ca ul h1{
    width: 100%;
    /* height: 18.726vw; */
    display: flex;
    flex-direction: column;
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 1vw;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
}
#bo_gall #gall_ul .sec_ca ul h1 figure{
    width: 100%;
    border-radius: 0.8vw 0.8vw 0 0;
    overflow: hidden;
}
#bo_gall #gall_ul .sec_ca ul h1 figure img{
    width: 100%;
    object-fit: cover;
    /* display: none; */
}
#bo_gall #gall_ul .sec_ca ul h1 figure img.on{
    display: block;
}
#bo_gall #gall_ul .sec_ca ul h1 .text{
    display: flex;
    flex-direction: column;
    margin-left: 0.5vw;
}
#bo_gall #gall_ul .sec_ca ul h1 .text > span{
    margin-bottom: 0.5vw;
    margin-top: 0.7vw;
}
#bo_gall #gall_ul .sec_ca ul h1 .text .cost{
    margin-bottom: 0.5vw;
    color: #f78240;
    font-size: 1.3vw;
}
#bo_gall #gall_ul .sec_ca ul h1 .text .cost span:last-child{
    font-size: 1vw;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p{
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #dfdfdf;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p span:last-child{
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 10px;
    transition: 0.5s;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p span:nth-child(2){
    display: none;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p.on span:nth-child(1){
    display: none;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p.on span:nth-child(2){
    display: inline-block;
}
#bo_gall #gall_ul .sec_ca ul h1 .text p.on span:last-child{
    transform: rotate(-90deg);
    transition: 0.5s;
}
#bo_gall #gall_ul .sec_ca ul .in{
    padding-top: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    transition: 0.5s;
}
#bo_gall #gall_ul .sec_ca ul .in.on{
    height: 35vw;
    transition: 0.5s;
    padding-bottom: 1vw;
}




::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1); border-radius: 5px; background-color: rgba(220, 220, 220, 0.3);}
::-webkit-scrollbar-thumb {background-clip: padding-box; border-radius: 5px; background: #be764e; border: 2px solid transparent;}


/* 카테고리별 상품 보더 색 구분 */
.gall_row .col-gn-1.on2{}
.gall_row .col-gn-1.on3{}
.gall_row .col-gn-1.on4{}
.gall_row .col-gn-1.on5{}
.gall_row .col-gn-1.on6{}
.gall_row .col-gn-1.on7{}
.gall_row .col-gn-1.on8{}
.gall_row .col-gn-1.on9{}
.gall_row .col-gn-1.on10{}
/* 카테고리별 상품 보더 색 구분 */


.btn_admin.btn2 {
    padding: 5px 10px;
    background-color: green;
    color: #fff;
    border-radius: 10px;
}
.sct_ori.hidden {
    display: none;
}
/* input[type="checkbox" i] {
    background-color: #be764e;
    cursor: pointer;
} */


.chkbox_wrap { 
    position: relative;
    width: 100%;
    height: 22px;
    cursor: default;
    z-index: 2;
}

input[type="checkbox" i]{
    appearance: none; /* 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;

    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
    accent-color: #000;
    cursor: pointer;
    z-index: 3;
}

/* input[type="checkbox" i]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
    z-index: 2;
    cursor: default;
} */

/* 체크 시 스타일 */
input[type="checkbox" i]:checked {
    background: url(./img/chk.png) no-repeat 50% 50% #000;
    border-color: #000;
    border-radius: 3px;
 }

.event_sticky{
    display: none;
}
.btn_bo_sch {
    display: none;
}
.mobile_bottom{
    display: none;
}
.bo_sch_wrap .close{
    display: none;
}
.cart_inner .close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    color: black;
}
.quick{
    display: none;
}
/* 달력추가 */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
    height: unset !important;
    max-height: 151px !important;
}
/* 달력추가 */

/* first 진료유형 */
.promotion_pop .inner .content .first{
    margin-bottom: 1.56vw;
}
.promotion_pop .inner .content .first .titles{
    font-size: 0.83vw;
    color: #b4b4b4;
    margin-bottom: 0.93vw;
}
.promotion_pop .inner .content .first #wr_2{
    border: 1px solid #ececec;
    font-size: 0.83vw;
    border-radius: 0.78vw;
    width: 100%;
    height: 2.5vw;
    cursor: pointer;
}
/* first 진료유형 */


/* 시술정보 창 시작 */
.surgery_info{
    font-family: "SUIT";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: #5050505c;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 0.78vw;
}
.surgery_info.on{
    display: flex;
}
.surgery_info h1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 2vw;
    font-weight: 800;
    color: #be764e;
    padding-bottom: 1vw;
    border-bottom: 2px solid #000;
    margin-bottom: 2vw;
}
.surgery_info p{
    font-size: 1.14vw;
    padding: 1vw 0;
    line-height: 1.3;
    word-break: break-all;
}
.surgery_info .close{
    cursor: pointer;
    font-size: 2vw;
    position: absolute;
    top: 2vw;
    right: 2vw;
    color: #fff;
}
.surgery_info .inner{
    margin: 0 1vw;
    padding: 2vw 0 2vw 2vw;    
    flex-direction: column;
    justify-content: center !important;
    width: 95% !important;
    background-color: #fff;
}
/* 시술정보 창 종료 */

/* 상단 배경 시작 */
.banner{
    width: 100vw;
    height: 10vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 86px;

}
.banner figure{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner figure::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007c;
}
.banner figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .text h1{
    font-family: "Philosopher";
    font-size: 3.125vw;
    font-weight: 800;
    color: #fff;
}
/* 상단 배경 종료 */



/* 지점 선택 시작 */
.branch_top{
    width: 100vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
}
.branch_top > div{
    height: 100%;
}
.branch_top > div ul{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branch_top > div ul li{
    height: 75%;
}
.branch_top > div ul li.on{
    /* display: none;*/ 
}
.branch_top > div ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2vw;
    font-size: 1.14vw;
    font-weight: 700;
    position: relative;
    color: #be764e;
}

.branch_top > div ul li a.on{
    color: #fff;
    background: #be764e;
    border-radius: 1vw;

}

/* 지점 선택 종료 */





/* section1 시작 */
.section1 > .swiper {
    width: 100%;
    height: 0;
    opacity: 0;    
    transition: 0.5s;
}
.section1 > .swiper.on{
    height: 47.91vw;
    opacity: 1;

}
.section1 .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.section1{
    letter-spacing: -1px;
    font-family: "SUIT";
    width: 100vw;
    padding: 0;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section1 .scroll{
    cursor: pointer;
    width: 100%;
    padding: 20px;
    background: #be764e;
    display: flex;
    justify-content: center;
}
.section1 .scroll p{
    display: flex;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
}
.section1 .scroll p span{
    margin-left: 10px;
}
.section1 .scroll p span:nth-child(1){
    display: none;
}
.section1 .scroll p span:nth-child(2){
    display: block;
}
.section1 .scroll.on p span:nth-child(1){
    display: block;
}
.section1 .scroll.on p span:nth-child(2){
    display: none;
}
.section1 .scroll img{
    width: 18px;
    height: 18px;
    object-fit: cover;
    animation: text2 ease-in-out 2s infinite;
}
@keyframes text2 {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
.section1 .left{
    width: 39.91vw;
    height: 28.41vw;    
    position: relative;
}
.section1 .left figure{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section1 .left figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section1 .right{
    width: 32.29vw;
    margin-left: 3vw;
}
.section1 .right span.title{
    display: block;
    font-size: 0.93vw;
    letter-spacing: 4px;
    margin-bottom: 1.5vw;
    font-weight: 200;
    text-align: left;
}
.section1 .right .up .tab_list{
    position: relative;
    height: max-content;
    display: flex;
    align-items: center;
    padding-bottom: 0.8vw;
    border-bottom: 1px solid #969696;
}






.section1 .right .up .tab_list ul {
    margin-right: 0.5vw;
}
.section1 .right .up .tab_list ul li{
    font-size: 2.60vw;
}
.section1 .right .up .tab_list ul li span{
    font-weight: 800;
    color: #be764e;
}

.section1 .right .up .text_box .text{
    text-align: left;
}
.section1 .right .up .text_box .text .first{
    padding: 0.8vw 0;
    border-bottom: 1px solid #969696;
    display: flex;
}
.section1 .right .up .text_box .text .first h1{
    font-size: 1.35vw;
    font-weight: 700;
    width: 20%;
    margin-right: 2vw;
}
.section1 .right .up .text_box .text .first span{
    font-size: 1.14vw;
}
.section1 .right .up .text_box .text .second{
    padding: 0.8vw 0;
    border-bottom: 1px solid #969696;
}
.section1 .right .up .text_box .text .second .date{
    display: flex;
}
.section1 .right .up .text_box .text .second .date h1{
    font-size: 1.35vw;
    font-weight: 700;
    width: 20%;
    margin-right: 2vw;
}
.section1 .right .up .text_box .text .second .date ul{
    margin-right: 2vw;
}
.section1 .right .up .text_box .text .second .date ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.14vw;
    margin-bottom: 0.7vw;
}
.section1 .right .up .text_box .text .second .date ul li:last-child{
    margin-bottom: 0;
}
.section1 .right .up .text_box .text .second .date ul:nth-child(2){
    width: 15%;
}
.section1 .right .up .text_box .text .second .date ul:last-child{
    width: 50%;
    margin-right: 0;
}
.section1 .right .up .text_box .text .second .date ul:last-child li{
    letter-spacing: 2px;
}

.section1 .right .up .text_box .text .third{
    padding-top: 1.30vw;
    font-size: 3.125vw;
    font-weight: 800;
    color: #be764e;
}



/* section1 종료 */







.pg_wrap{
	text-align: center;
	margin: 3vw 0;
	font-size: 1vw;
}
.pg_wrap .pg_page{
	margin-right: 1.5vw;
}
.pg_wrap .pg_page:nth-last-child(2){
	margin-right: 0;
}
.pg_wrap .pg_current:nth-last-child(2){
	margin-right: 0;
}

.pg_wrap .pg_current{
	color: #be764e;
	margin-right: 1.5vw;
}

.pg_wrap .pg_end{
	display: none;
}
.pg_wrap .pg_start{
	display: none;
}



.fa-search:before{
    display: none;
}
.hd_sch_wr{
    font-family: "SUIT";
    padding: 0 !important;
    width: 26.04vw !important;
    height: 100% !important; 
    margin-left: 0 !important;
    position:  relative !important;
}
.search_box{
    background: #eee8e1;
    padding: 1vw 0;
    width: 100%;
    margin: 0 auto;
    height: max-content !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_box .link {
    font-family: "SUIT";

    display: flex;
    height: 100%;
}
.search_box .link a{
    border-radius: 0.78vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 8.48vw;
    height: 3.48vw;
    font-size: 1.24vw;
    background-color: #000;
    color: #fff;
}
.search_box .link a:nth-child(1){
    position: relative;
    margin-right: 1vw;
}
.search_box .link a:nth-child(1) figure{
    position: absolute;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 6.32vw;
    animation: text ease-in-out 2s infinite;
}
@keyframes text{
    0%{
        top: -3vw;
    }
    50%{
        top: -4vw;
    }
    1050%{
        top: -3vw;
    }
}
.search_box .link a:nth-child(1) figure img{
    width: 100%;
    object-fit: cover;
}
.search_box .link a:nth-child(2){
    background-color: #be764e;
}


.search_box .inner{
    position: relative;
    margin-right: 5vw;
}
.search_box .inner #sch_submit{
    border: none !important;
    position:absolute;
    top:50%;
    right: 1vw;
    transform:translateY(-50%);
    background:transparent !important;

}
.search_box .inner #sch_submit img{
    width: 20px;
        height: 18px;
        object-fit: cover;

}
.search_box .inner #sch_str{
    color:#bbbbbb !important;
    display:block;
    width:100% !important;
    height:2.60vw !important;
    border:none !important;
    border-radius: 0.78vw !important;
    padding-left:1vw !important;
    background:#f3f3f3!important;
    font-size: 0.93vw !important;
}
.search_box .inner #sch_str::placeholder{
    color:#bbbbbb;
}


/* 탭 강조  */
/* #bo_cate li:nth-child(2){
    position: relative;
}
#bo_cate li:nth-child(2) a::before{
    content: "NEW";
    height: 60%;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: "SUIT";
    padding: 3px 5px;
    animation: tabEffect 3s ease-in-out infinite;
}
#bo_cate li:nth-child(5) a::before{
    content: "NEW";
    height: 60%;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: "SUIT";
    padding: 3px 5px;
    animation: tabEffect 3s ease-in-out infinite;
}
#bo_cate li:nth-child(5) a::after{
    content: "/지방분해주사";
    font-size: 1.04vw;
    font-family: "SUIT";

}
#bo_cate li:nth-child(10) a::after{
    content: "핫딜!";
    font-size: 1.04vw;
    font-family: "SUIT";
    margin-left: 5px;

}
#bo_cate li:nth-child(9){
    position: relative;
}
#bo_cate li:nth-child(9) a::before{
    content: "매주";
    height: 60%;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: "SUIT";
    padding: 3px 5px;
    animation: tabEffect 3s ease-in-out infinite;
}



@keyframes tabEffect {
    0%{
        background: #fdc6c6;
        color: #fff;
    }
    50%{
        background: rgb(226, 29, 29);
        color: #fff;

    }
    100%{
        background: #fdc6c6;
        color: #fff;

    }
}
@keyframes tabEffect1 {
    0%{
        color: rgb(226, 29, 29);
    }
    50%{
        color: rgb(218, 158, 158);

    }
    100%{
        color: rgb(226, 29, 29);

    }
} */







/* 탭 강조  */


/* 이벤트 신청페이지 시작 */
.promotion_pop{
    font-family: "SUIT";
    background-color: #fff;
    height: auto;
    width: 21.25vw;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
.promotion_pop.open{
    display: block;
}
.promotion_bg{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-color: #00000069;
    overflow: hidden;
}
.promotion_bg.open{
    display: block;
}
.promotion_pop .tit{
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #b3b3b3;
    font-size: 1.14vw;
    text-align: right;
}
.promotion_pop .inner #frm> .titles{
    font-size: 1.14vw;
    margin-bottom: 2.76vw;
    padding: 0 1vw;
}
.promotion_pop .inner .info{
    margin-bottom: 3.64vw;
}
.promotion_pop .inner .info .titles{
    font-size: 0.83vw;
    color: #b4b4b4;
    margin-bottom: 0.93vw;
}
.promotion_pop .inner .info ul{
    justify-content: space-between;
    display: flex;
    font-size: 0.83vw;
    margin-bottom: 1.56vw;
}
.promotion_pop .inner .info ul li:nth-child(2){
    display: none;
}
.promotion_pop .inner .info ul li:nth-child(3){}
.promotion_pop .inner .info ul li:nth-child(3) .remove_item{
    border: none;
    background-color: transparent;
    color: #b3b3b3;
    cursor: pointer;
}

.promotion_pop .inner .content{
    padding: 0 1vw;
    overflow-y: scroll;
    height: 22.64vw;
}
.promotion_pop .inner .content .branch{
    margin-bottom: 1.56vw;
}
.promotion_pop .inner .content .branch p{
    font-size: 1.3vw;
}
.promotion_pop .inner .content .branch .titles{
    font-size: 0.83vw;
    color: #b4b4b4;
    margin-bottom: 0.93vw;
}
.promotion_pop .inner .content .branch #location{
    font-size: 0.93vw;
    border: none;
}
.promotion_pop .inner .content .reserve_date{
    
}
.promotion_pop .inner .content .reserve_date .titles{
    font-size: 1.2vw;
    margin-bottom: 0.93vw;
    font-weight: 700;
}
.xdsoft_datetimepicker.xdsoft_inline{
    display: flex !important;
    flex-direction: column !important;
    border: none !important;
    padding-right: 1vw !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    margin-left: 0 !important;
}
.xdsoft_datepicker{
    overscroll-behavior: none !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active{
    width: 100% !important;
}
.xdsoft_datetimepicker .xdsoft_monthpicker{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
}


.xdsoft_prev{
    order: -2;
}
.xdsoft_today_button{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_year{
    width: 70px !important;
    order: -1;
    font-size: 1.2vw !important;
}
.xdsoft_datetimepicker .xdsoft_month{
    width: max-content !important;
    font-size: 1.2vw !important;
}
.xdsoft_datetimepicker .xdsoft_year::after{
    content: ".";
    margin-left: 0.3vw;
    margin-right: 0.2vw;
}
.xdsoft_datetimepicker .xdsoft_label i{
    display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    background: transparent !important;
    font-size: 1.2vw !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td{
    background: transparent !important;
    height: 2.47vw !important;
    border-radius: 50%;
    border: none !important;

}
.xdsoft_calendar td.xdsoft_disabled{
    opacity: 0.2 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{
    font-size: 1.1vw !important;
    height: 35px !important;
}
.xdsoft_calendar th{
    border: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{
    background: #be764e !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div{
    color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover{
    color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker.active{
    display: flex !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{
    margin-left: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
    width: 100% !important;
}
.xdsoft_time_box>div>div.xdsoft_current{
    background-color: #be764e !important;
    box-shadow: none !important;
}






.promotion_pop .inner .box2{
    width: 100%;    
    height: 7.86vw;
    background-color: #fff;
    padding: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px -6px 12px 1px #00000047;


}
.promotion_pop .inner .box2 p{
    font-size: 1.14vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 1.14vw;
}
.promotion_pop .inner .box2 .submit{
    width: calc(100% - 2vw);    
    height: 3.38vw;
    border-radius: 0.78vw;
    background-color: #be764e;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;

}

.promotion_pop .inner .text input{
    border: 1px solid #ececec;
    font-size: 0.83vw;
    padding-left: 1vw;
    border-radius: 0.78vw;
    width: 100%;
    height: 2.86vw;

}
.promotion_pop .inner .text input::placeholder{
    color: #ececec;
    font-size: 0.83vw;
}
.promotion_pop .inner .text{
    padding-right: 1vw;
    margin-bottom: 1vw;
}
.promotion_pop .inner .aggres{
    margin-top: 3vw;
    font-size: 0.83vw;
    margin-bottom: 3vw;
}
.promotion_pop .inner .aggres >div{
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.promotion_pop .inner .aggres >div >div:last-child{
    margin-bottom: 0;
}
.promotion_pop .inner .aggres >div >p{
    line-height: 1.5;
    color: #bbb;
    font-size: 0.7vw;
}

/* 이벤트 신청페이지 종료 */
















.promotion_db{
    display: block;
    padding: 10px;
    width: max-content;
    font-size: 40rem;
    color: #ffffff;
    background-color: #68c5cb;
}
.sound_only{
    display: none;
}
.promotion_db.on{
    display: none;
}
.sub_Btn {border:1px solid var(--pointcolor); margin-top: 1vw; display: block; font-weight: 400; letter-spacing: 2px; animation: fade-up 2.5s both;  background-color: var(--pointcolor); color:transparent; padding: 7rem 20rem; text-shadow: -50px 0 0 transparent, 0 0 0 #fff;position: relative; white-space: nowrap; transition-property: all; transition-duration: 0.6s; z-index: 5; overflow: hidden; transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);} 
.sub_Btn:before {width: 100%; height: 100%; top: 0; left: 0; background-color: #f56720; transform: translate(-100%, 0); content: ""; position: absolute; z-index: -3; transition-property: inherit; transition-duration: inherit; transition-timing-function: inherit;}
.sub_Btn:hover {text-shadow: 0 0 0 var(--pointcolor), 50px 0 0 transparent;}
.sub_Btn:hover:before {transform: translate(0, 0);}


#fboardlist{
    width: 60%;
    margin: 0 auto;
}
/* 게시판 목록 */
#bo_cate {
    font-family: "SUIT";
    border-top: 10px solid #eee8e1;
    border-bottom: 10px solid #eee8e1;
    position: relative;
    height: 4.08vw;
}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {
    margin: 0 auto;
    width: 90%;
    zoom: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.container{
    position: relative;
}

/* #bo_cate li {
    border: 1px solid #ccc;
    font-size: 1.04vw;  
    height: 100%; 
    display:inline-block;
    width: calc(100% / 9);
    font-weight: 700;
}

#bo_cate li a{
    padding: 0 0.5vw;
}
#bo_cate li a:hover::before{
    color: #fff;
}

#bo_cate a {display:block; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#be764e;color:#fff;border:none;}



#bo_cate li:nth-child(2) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(3) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(4) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(5) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(6) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(7) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(8) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(9) a:hover{
    background-color: #be764e;
}
#bo_cate li:nth-child(10) a:hover{
    background-color: #be764e;
} */
/* 카테고리별 보더 색 구분 */
/* #bo_cate #bo_cate_on {
    z-index:2; 
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;
    font-weight:700;
}
#bo_cate li:nth-child(2) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;
}
#bo_cate li:nth-child(3) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;
}
#bo_cate li:nth-child(4) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;
}
#bo_cate li:nth-child(5) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;

}
#bo_cate li:nth-child(6) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;

}
#bo_cate li:nth-child(7) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;

}
#bo_cate li:nth-child(8) #bo_cate_on {
    border: 3px solid #be764e; 
    background-color: #be764e;
    color: #fff;

}
#bo_cate li:nth-child(9) #bo_cate_on {}
#bo_cate li:nth-child(10) #bo_cate_on {} */
/* 카테고리별 보더 색 구분 */

.td_subject img {margin-left:3px}

.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70;vertical-align:baseline}
.chk_box input[type="checkbox"] + label:hover{color:#000}
.chk_box input[type="checkbox"] + label span {position:absolute;top:10px;left:10px;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #000;border-color:#000;border-radius:3px}
.all_chk.chk_box input[type="checkbox"] + label span {top:0;left:0}

.write_div strong{background-image: url(/img/require.png) !important;background-repeat: no-repeat !important;background-position: right top !important;text-indent: -9999px;display: inline-block;width: 15px;text-align: center;}

/* 갤러리 목록 */
#bo_gall{
    font-family: "SUIT";

    padding: 0 0 2.08vw 0 ;
    margin: 0 auto;

}
#bo_gall .inner{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {
    padding-right: 40px;
    width: 100%;
    margin: 50px -10px 0; list-style:none;zoom:1;
}


/* 장바구니 시작 */
.cart_icon {
    font-family: "SUIT";
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 20rem;
    cursor: pointer;
    z-index: 10;
}

.cart_icon:hover {
    transform: scale(1.1);
}

.cart_inner{
    font-family: "SUIT";
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 21.25vw;
    height: 33.5vw;
    display: none;
    z-index: 999999;
    box-shadow: 0 0 9px 1px #737373;
}
.cart_inner.on{
    display: block;
}
.cart_inner #cart{
    width: 100%;
    height: 70%;
    background-color: #f4f4f4;
    padding: 2vw 1vw;
    /* overflow-y: scroll; */
}
.cart_inner #cart .cart_head{
    padding: 0.2vw 0 0 0;
}
.cart_inner #cart .cart_head h2{
    font-size: 16rem;
    font-weight: 400;
    color: #b4b4b4;
}
.cart_inner #cart .info ul{
    display: flex;
    align-items: center;
    height: 4.01vw;
    border-bottom: 1px solid #dcdcdc;
}
.cart_inner #cart .info ul li{
    font-size: 1.14vw;
}
.cart_inner #cart .info ul li:nth-child(1){
    width: 65%;
}
.cart_inner #cart .info ul li:nth-child(1) span{
    display: block;
    width: 90%;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.cart_inner #cart .info ul li:nth-child(2){
    width: 30%;
    text-align: right;
}
.cart_inner #cart .info ul li:nth-child(3){
    width: 5%;
    color: #b3b3b3;

}
.cart_inner #cart .info ul li:nth-child(3) .remove_item{
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #b3b3b3;

}
.cart_inner #total-price{
    padding: 15rem 20rem;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.cart_inner #total-price .pri{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1vw;
}
.cart_inner #total-price .pri > span:nth-child(1){
    font-size: 18rem;
    color: #b4b4b4;
}
.cart_inner #total-price .pri p{
    font-size: 26rem;
    font-weight: 700;
    color: #be764e;
}
.cart_inner #total-price .pri p span:nth-child(2){
    font-size: 18rem;
    font-weight: 400;
}
.cart_inner #total-price .event button{
    width: 100%;
    /* height: 3.38vw; */
    border-radius: 30rem;
    padding: 15rem 0;
    background-color: #b9b9b9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.cart_inner #total-price .event button p{
    font-size: 19rem;
    font-weight: 700;
}




.sct_cost {
    display: flex;
    align-items: flex-end;
}
.sct_cost > a{
    color: #be764e;
    font-weight: 700;
    font-size: 0.5vw;
}
.sct_cost .sct_per{
    font-weight: 700;
    font-size: 0.8vw;
    color: #be764e;
    margin-right: 0.5vw;
}
.sct_cost .sct_ori{
    font-weight: 700;
    font-size: 1.15vw;
    margin-right: 0.5vw;
}
/* .sct_cost .sct_ori::after{
    content: "원";
} */
.sct_dict {
    text-decoration: line-through;
    font-size: 0.53vw;
    color: #b4b4b4;

}




.btn_con{
    display: flex;
    justify-content: flex-end;
}
.btn_con button{
    width: 3.83vw;
    height: 1.38vw;
    border: none;
    background: transparent;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_con .btn_info {
    display: none;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    margin-right: 0.4vw;
}
.btn_con .btn_cart {
    cursor: pointer;
    background-color: #b3b3b3;
    color: #fff;
    font-size: 0.7vw;
}
.btn_con .btn_cart span:nth-child(2){
    display: none;
}
.btn_con .btn_cart.on{
    background-color: #be764e;
}
.btn_con .btn_cart.on span:nth-child(1){
    display: none;
}
.btn_con .btn_cart.on span:nth-child(2){
    display: block;
}














#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
/* #bo_gall .item {width: 21.09vw; padding: 0;}
#bo_gall .item .gall_chk {position:absolute;top:0;left:0;padding:5px;z-index:100}
#bo_gall .gall_box {position:relative;margin:0 0 50px 0;border-radius:0 0 2px 2px}
#bo_gall {position:relative; margin-bottom: 3vw;} */
#bo_gall #gall_ul .layer_close{
    font-size: 24rem;
    font-weight: 600;
}
.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10 {position:relative;min-height:1px;padding-left:10px;*padding-left:0;padding-right:10px;*padding-right:0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0}
#bo_gall #gall_ul .item{
}
#bo_gall #gall_ul .item.on{
    background-color: #ebebeb;
}
#bo_gall #gall_ul .item:last-child{
    margin-bottom: 0;
}
.gall_row .col-gn-0,.gall_row .col-gn-1 {
    width:100%;
    border-bottom: 1px solid #d1d1d1;
}
.gall_con{
    padding-top: 0.5vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.gall_text_href{
    width: 100%;
}
.inner_box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5vw;
}
.gall_text_href .bo_tit{
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
.gall_text_href .bo_tit span:nth-child(1){
    font-size: 0.73vw;
    font-weight: 500;
    color:#ef5a02;
}
.gall_text_href .bo_tit span:nth-child(2){
    font-size: 1vw;
    line-height: 1.3;
    margin: 0.2vw 0;
}
.gall_text_href .bo_tit span:nth-child(3){
    font-size: 0.73vw;
    color: #5f5f5f;
}









.gall_row .col-gn-2 {width:50%}
.gall_row .col-gn-3 {width:33.33333333%}
.gall_row .col-gn-4 {width:25%}
.gall_row .col-gn-5 {width:20%}
.gall_row .col-gn-6 {width:16.66666667%}
.gall_row .col-gn-7 {width:14.28571428%}
.gall_row .col-gn-8 {width:12.5%}
.gall_row .col-gn-9 {width:11.11111111%}
.gall_row .col-gn-10 {width:10%}

/* 갤러리 모바일버전 추가문 */
@media(min-width:768px) and (max-width:1024px){
.gall_row .col-gn-4 {width:50%}
}
@media (max-width: 768px) {
.gall_row .col-gn-4 {width:100%}
}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
#bo_gall .gall_img {width: 100%; height: 21.09vw; border-bottom:1px solid #eee;text-align:center;overflow:hidden; position: relative;}
#bo_gall .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
#bo_gall .gall_img img, #bo_gall .gall_img video {width: 100%; height: 21.09vw !important; object-fit: cover; max-width:100%;}
#bo_gall .gall_img span {display:inline-block;background:#eaeaea;text-align:center;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}

#bo_gall .gall_text_href {
   display: block;
   text-align: left;
}
#bo_gall .gall_text_href span{

}
#bo_gall .gall_text_href .icon{position:absolute;top:0;right:-25px;}
#bo_gall .gall_text_href a {

}
#bo_gall .gall_text_href img {margin:0 0 0 4px}
#bo_gall .gall_text_href .date{text-align: center; font-size: 20rem; margin-top:5px; color:#333;}
#bo_gall .bo_tit .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_gall .bo_cnt {color:#acacac;line-height:18px}
#bo_gall .profile_img img {border-radius:50%}
#bo_gall .bo_tit .fa-download {width:16px;height:16px;line-height:16px;background:#e89f31;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_gall .bo_tit .fa-link {width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;font-weight:normal}
#bo_gall .bo_tit .fa-link {width:16px;height:16px;line-height:16px;background:#ad68d8;color:#fff;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;margin-right:2px}
#bo_gall .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.825em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:baseline}
#bo_gall .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius:2px;vertical-align:middle;margin-right:2px}
#bo_gall .bo_tit .fa-lock {display:inline-block;line-height:16px;color:#999;text-align:center;vertical-align:middle}

#bo_gall .gall_info {line-height:1.5em;line-height:20px}
#bo_gall .gall_info strong {display:inline-block;margin:0}
#bo_gall .gall_info i {font-size:12px}
#bo_gall .gall_info .gall_date,
#bo_gall .gall_info .gall_view {display:inline-block;margin-left:10px;color:#777}

#bo_gall .gall_option {position:absolute;top:10px;right:10px}
#bo_gall .gall_option strong {background:#fff;padding:5px 10px;border-radius:30px;-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}

/* 게시판 목록 공통 */
#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {display: none; float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_user > li a i::before{
    font-size: 20rem;
}
.btn_bo_user > li button i::before{
    font-size: 20rem;
}
.btn_bo_user{
}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent transparent transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {display:inline-block;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_current {color:#e8180c}
#bo_list .profile_img {display:inline-block;margin-right:5px}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#ed6478;font-size:0.86em}

#bo_gall li.empty_list {padding:85px 0;text-align:center}

.bo_sch_wrap {
    width: 26.04vw;
    height: 3.48vw;
}
.bo_sch {
    height: 100%;
    text-align:left;
    border-radius:5px;
    border-radius:3px;
}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {
    height: 100%;
    display:block
}
.bo_sch select {display: none; border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {
    padding: 0 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    clear: both;
    background-color: #fff;
    border-radius: 0.78vw;
    border: 2px solid #be764e;
}
.bo_sch .sch_input {
    width: 13.01vw;
    height:100%;
    border:0;
    padding:0;
    background-color:transparent;
    float:left}
.bo_sch .sch_input::placeholder{
    color: #000;
    font-size: 0.93vw;
    font-weight: 600;
}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}


/* 게시판 쓰기 */

#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v{
    padding: 0 0 2.08vw 0 ;
    width: 69.27vw;
    margin: 100px auto;
    font-size: 16rem;
 
}
#bo_v .title {
    font-family: "Philosopher";
    font-size: 40rem;
    padding-top: 5.20vw;
    margin-bottom: 5.20vw;

}
#bo_v .title span {
    font-weight: 600;
    color: #be764e;
}
#bo_v .flex-wrap{
    display: flex;
    height: 21.09vw;
    font-size: 16rem;
}
#bo_v .flex-wrap .width40.img{
    width: 21.09vw;
    height:100%
}
#bo_v .flex-wrap .width40.img img{
    width: 21.09vw;
    height: 21.09vw;
    object-fit: cover;
}
#bo_v .mt-100.width100{
    display: none;
}
#bo_v {margin-bottom:20px;background:#fff;box-sizing:border-box}
#bo_v .cont_box{
    display: none;
}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:21px;background:#595959;color:#fff;padding:0 10px;border-radius:13px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}

#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {padding:5px 0;line-height:18px; display: flex;}

#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}


#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #595959;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #595959}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#595959}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#595959}
.bo_v_nb li .nb_date {float:right;color:#595959}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1; text-align:center;}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {/*margin-bottom:20px;*/max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img { max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}


/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:var(--pointcolor)}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:var(--pointcolor);content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:0;font-weight:400;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w{
    padding-top: 60px;
    padding: 0 0 2.08vw 0 ;
    width: 69.27vw;
    margin: 100px auto;
}
#bo_w .title {
    font-family: "Philosopher";

    font-size: 40rem;
    padding-top: 5.20vw;
    margin-bottom: 5.20vw;

}
#bo_w .title span {
    font-weight: 600;
    color: #be764e;
}
#bo_w  .frm_input{width:100%;}
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {font-size: 16rem; margin:10px 0;position:relative}

/* #bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""} */
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%;}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;bottom:12px;right:10px;font-size:0.92em;color:#7d7d7d}


#bo_w .bo_w_select select {font-family: 'Pretendard'; border:1px solid #d0d3db;width:100%;height:40px;border-radius:0}
#bo_w .btn_submit {color: #fff; font-family: 'Pretendard';border-radius:5px;
    padding:0 18px;font-size:18rem;font-weight: 500; background-color: #be764e;}
#bo_w .btn_cancel {border-radius:5px;font-size:18rem;font-weight: 500;}


.write_dates {display:flex;align-items:center;justify-content: space-between;}
.write_dates .half {width:49.5%;}
.write_dates .half input {width:100%;}
#bo_w .write_dates:After{display:none;}

/* 게시판 커스텀 */
#bo_gall .dim {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);z-index: 40;display: none;}
#bo_gall .gall_img img{transition:all 1s ease}
#bo_gall .gall_con:hover .dim {display: block;}
#bo_gall .gall_con:hover .inner .subject {display: block;border-bottom: 2px solid var(--pointcolorHover);background:transparent;color:#fff;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#bo_gall .gall_con:hover .inner .period {display: block;font-size: 14px;margin-top: 5px;background:transparent;color:#fff;text-align: center;}
#bo_gall .gall_con:hover .gall_img img{transform: scale(1.1);}

#bo_gall .gall_img, #bo_gall .gall_box{border-bottom: 0;}

/* view */
#bo_v #bo_v_title {padding: 0;display: block;border-bottom: 0;}
#bo_v #bo_v_title .bo_v_tit {margin-left: 0;margin-top: 15px;padding-right: 0;}
#bo_v_con {margin-top: 20rem;min-height: auto;}
#bo_v .txt{padding-left: 5%;padding-top:3%}

#bo_v .txt .cont_box .sub_Btn{
    font-family: 'Pretendard';
    background-color: #00bdcc;

}
#bo_v .txt .cont_box .sub_Btn:hover{
    text-shadow: 0 0 0 #00bdcc, 50px 0 0 transparent;
}


#bo_v .period{margin-top:10px;}

#bo_v .more_btn{display: inline-flex;position:relative;justify-content:center;background-color:var(--pointcolor);color:#fff;padding:5px 20px;border-radius:20px;text-align: center;}
#bo_v .more_btn:before {content: attr(data-text);position: absolute;width: 100%;left: 0;transition: 0.5s cubic-bezier(0.5, -1, 0.5, 2);text-transform: uppercase;/* letter-spacing: 3.5px; */opacity: 1;transform: translate(0, 0px);}

#bo_v .more_btn span{display: inline-block;min-width: 0.3em;text-transform: uppercase;transition: 0.5s cubic-bezier(0.5, -1, 0.5, 2);opacity: 0;transform: translate(0, -20px);}
#bo_v .more_btn:hover:before, #bo_v .more_btn:focus:before {opacity: 0;transform: translate(0, 20px);}
#bo_v .more_btn:hover span, #bo_v .more_btn:focus span {opacity: 1;transform: translate(0, 0);}
#bo_v .more_btn:hover span:nth-child(1), #bo_v .more_btn:focus span:nth-child(1) {transition-delay: 0.025s;}
#bo_v .more_btn:hover span:nth-child(2), #bo_v .more_btn:focus span:nth-child(2) {transition-delay: 0.05s;}
#bo_v .more_btn:hover span:nth-child(3), #bo_v .more_btn:focus span:nth-child(3) {transition-delay: 0.075s;}
#bo_v .more_btn:hover span:nth-child(4), #bo_v .more_btn:focus span:nth-child(4) {transition-delay: 0.1s;}
#bo_v .more_btn:hover span:nth-child(5), #bo_v .more_btn:focus span:nth-child(5) {transition-delay: 0.125s;}
#bo_v .more_btn:hover span:nth-child(6), #bo_v .more_btn:focus span:nth-child(6) {transition-delay: 0.15s;}
#bo_v .more_btn:hover span:nth-child(7), #bo_v .more_btn:focus span:nth-child(7) {transition-delay: 0.175s;}
#bo_v .more_btn:hover span:nth-child(8), #bo_v .more_btn:focus span:nth-child(8) {transition-delay: 0.2s;}
#bo_v .more_btn:hover span:nth-child(9), #bo_v .more_btn:focus span:nth-child(9) {transition-delay: 0.225s;}

#bo_v .more_btn .pluse{color: #fff;position:relative;top:0;left:0;width:15px;height: 15px;transform: none;opacity: 1;margin-left: 10px;}
#bo_v .more_btn .pluse:after, #bo_v .more_btn .pluse:before{display: block;content:"";clear:both;position:absolute;background-color:#fff}
#bo_v .more_btn .pluse:after{width:100%;height:1px;top:50%;margin-top:-0.5px;right:0}
#bo_v .more_btn .pluse:before{width:1px;height:100%;top:0;right:50%;margin-right: -0.5px;}


#bo_v .more_btn:hover .pluse{animation:3.5s animation infinite;opacity:1;}

@keyframes animation{
    0%{transform:rotate(0deg);}
    20%{transform:rotate(0deg);}
    50%{transform:rotate(360deg);}
    80%{transform:rotate(360deg);}
    100%{transform:rotate(720deg);}
}


#bo_v section#bo_v_info{border-bottom: 1px solid rgba(0,0,0,0.3);}
#bo_v #bo_v_img .view_image img{width:auto}



#bo_gall .bo_cate_link{font-size: 10rem;}

#bo_gall .bo_cate_link.end, #bo_v #bo_v_title .bo_v_cate.end{background-color: #000!important;}

.width40 a { pointer-events: none; }
.width40 img { width: 100%; /*object-fit: cover;*/ }
#bo_gall .gall_img .closed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.7);color: #fff;font-size: 11.25rem;z-index: 1;}

@media (max-width:990px) {
.gall_row .box_clear {clear: none;}
#bo_gall .item:nth-child(2n+1){clear: both;}

#bo_v .img{width: 100%;order:2}
#bo_v .txt{width: 100%;order:1;padding:0;margin-bottom:20rem}
}
@media (max-width:550px) {
.promotion_pop{width:90%;}
}





/* 내가 추가한 css */


/* 여기서부터 list.skin css */
/* 카트 */
.cart_inner { bottom: 20rem; right: 20rem; width: 410rem; height: unset; background-color: #fff; }
.cart_inner #cart { height: 420rem; padding: 35rem 0rem 35rem 20rem; }
.cart_inner #cart .cart_head { height: 10%; } 
.cart_inner #cart .info { height: 90%; overflow-y: scroll; }
.cart_inner #cart .info li { display: flex; justify-content: space-between; align-items: center; padding: 20rem 20rem 20rem 0; border-bottom: 1px solid #dcdcdc; }
.cart_inner #cart .info li > div { display: flex; flex-direction: column; gap: 10rem; }
.cart_inner #cart .info li .left { width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.cart_inner #cart .info li .left .item_name { font-size: 20rem; }
.cart_inner #cart .info li .left .item_category { font-size: 13rem; color: #b3b3b3; }
.cart_inner #cart .info li .right { width: 30%; align-items: flex-end; }
.cart_inner #cart .info li .right .remove_item { display: block; font-size: 13rem; color: #b3b3b3; border: none; background-color: transparent; cursor: pointer; }
.cart_inner #cart .info li .right span { font-size: 20rem; color: #be764e; }
.cart_inner #total-price { padding: 35rem 20rem; height: unset; }

.cart_inner .no_cart { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 999; }
.cart_inner .no_cart.on { display: block; }
.cart_inner .no_cart .alert { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 250rem; height: auto; background-color: #fff; border-radius: 15rem; }
.cart_inner .no_cart .alert p { padding: 25rem 0; font-size: 18rem; font-weight: bold; text-align: center; line-height: 1.5; border-bottom: 1px solid #ddd; }
.cart_inner .no_cart .alert p span { display: block; font-size: 15rem; font-weight: normal; color: gray; }
.cart_inner .no_cart .alert strong { display: block; padding: 15rem 0; font-size: 18rem; color: #00aced; text-align: center; cursor: pointer; }




/* 예약페이지 */
.promotion_pop { width: 450rem; height: 700rem; padding: 20rem 0; }
.promotion_pop .inner { height: 100%; }
.promotion_pop .inner #frm { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.promotion_pop .inner #frm > .titles { all: unset; display: block; margin-bottom: 50rem; font-size: 23rem; }

.promotion_pop .inner #frm .tit { all: unset; display: flex; justify-content: flex-end; align-items: center; }
.promotion_pop .inner #frm .tit a { font-size: 40rem; color: #b3b3b3; }

.promotion_pop .inner #frm .content { all: unset; display: block; padding-right: 10rem; margin-bottom: 20rem; overflow-y: scroll; }
.promotion_pop .inner #frm .content > div { margin-bottom: 30rem !important; }
.promotion_pop .inner #frm .content .info { margin-bottom: 50rem !important; }
.promotion_pop .inner #frm .content .titles { font-size: 18rem !important; margin-bottom: 18rem !important; color: #b4b4b4 !important; }
.promotion_pop .inner #frm .content .titles > span { display: block; margin-top: 5rem; font-size: 15rem; font-weight: 500; color: red; }
.promotion_pop .inner #frm .content .branch { margin-bottom: 30rem; }
.promotion_pop .inner #frm .content .branch p { font-size: 25rem; padding-left: 5rem; }
.promotion_pop .inner #frm .content .first #wr_2 { height: unset; padding: 13rem 5rem; font-size: 16rem; border-radius: 10rem; }

.promotion_pop .inner #frm .content .info li:nth-child(n+2) { display: flex; justify-content: space-between; align-items: center; padding: 10rem 5rem; }
.promotion_pop .inner #frm .content .info li .left .item_name { font-size: 18rem; margin-bottom: 10rem; }
.promotion_pop .inner #frm .content .info li .left .item_category { font-size: 16rem; color: #b3b3b3; }
.promotion_pop .inner #frm .content .info li .right .remove_item { display: block; font-size: 16rem; color: #b3b3b3; border: none; background-color: transparent; cursor: pointer; }
.promotion_pop .inner #frm .content .info li .right span { display: none; }

.xdsoft_datetimepicker .xdsoft_label { display: flex !important; justify-content: center; align-items: center; float: unset !important; width: unset !important; padding: unset !important; font-size: 20rem !important; line-height: 1 !important; }
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th { height: 50rem !important; font-size: 20rem !important; }
.xdsoft_datetimepicker .xdsoft_calendar td > div { padding: 0 !important; font-size: 18rem !important; text-align: center !important;  }
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div { height: unset !important; padding: 10rem 0; font-size: 18rem !important; line-height: 1 !important;  }

.promotion_pop .inner #frm .content .inputs .text { all: unset; display: block; }
.promotion_pop .inner #frm .content .inputs .text input { height: unset; padding-left: unset; padding: 15rem; font-size: 18rem; border-radius: 15rem; }
.promotion_pop .inner #frm .content .inputs .text input::placeholder { font-size: 18rem; color: #969696; }
.promotion_pop .inner #frm .content .aggres > div > div { display: flex; align-items: center; gap: 10rem; }
.promotion_pop .inner #frm .content .aggres > div > div label { font-size: 16rem; }
.promotion_pop .inner #frm .content .aggres > div .warning { display: flex; flex-direction: column; align-items: flex-start; gap: 5rem; }
.promotion_pop .inner #frm .content .aggres > div .warning p { padding-left: 11rem; text-indent: -11rem; font-size: 14rem; line-height: 1.3; color: red; }

.promotion_pop .inner #frm .box2 { all: unset; display: flex; justify-content: center; align-items: center; padding: 15rem 0; background-color: #fff; box-shadow: 0px -6px 12px 1px #00000047; }
.promotion_pop .inner #frm .box2 .submit { all: unset; display: inline-block; width: 95%; border: none; border-radius: 15rem; background-color: #be764e; cursor: pointer; }
.promotion_pop .inner #frm .box2 .submit p { all: unset; display: block; padding: 15rem 0; font-size: 20rem; font-weight: 700; text-align: center; color: #fff; }

.list_skin_wrap { position: relative; }


/* 상단 배너 */
.top_banner { position: relative; width: 100%; height: auto; aspect-ratio: 2.01 / 1; }
.top_banner p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 50rem; color: #fff; z-index: 2; }

.top_banner.on::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }


/* 스크롤시 나타나는 배너 */
.scroll_place { position: fixed; top: 60rem; left: 0; display: none; width: 100%; height: 50rem; z-index: 99; transition: 0.3s; }
.scroll_place.on { display: block; }
.scroll_place::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }
.scroll_place p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30rem; color: #fff; z-index: 2; }


/* 사이드 버튼 */
.page_up { position: fixed; bottom: 15%; right: 375rem; display: none; justify-content: center; align-items: center; width: 40rem; height: 40rem; background-color: #000; cursor: pointer; z-index: 99; }
.page_up.show { display: flex; }
.page_up i { font-size: 30rem; color: #fff; }


/* 콘텐츠 검색 */
.list_skin_inner { padding: 40rem; }
.list_skin_inner .search { width: 100%; margin-bottom: 60rem; }
.list_skin_inner .search .bo_sch { width: 100%; height: unset; text-align: center; border: none; border-radius: unset; }
.list_skin_inner .search .bo_sch .search_bar { }

.list_skin_inner .search .bo_sch .search_bar .search_wrap { position: relative; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap .search_input { width: 100%; height: auto; padding: 15rem 100rem 15rem 15rem; border: 2px solid #777; outline: none; font-size: 20rem; font-weight: 300; text-align: center; float: unset; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap .search_input::placeholder { color: #777; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap .search_input:focus { border: 2px solid #777; box-shadow: none; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap::after { content: ''; position: absolute; top: 50%; right: 90rem; transform: translateY(-50%); width: 2px; height: 50%; background-color: #000; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap .search_btn { position: absolute; top: 50%; right: 45rem; transform: translate(50%, -50%); width: fit-content; height: auto; border: none; background-color: transparent; cursor: pointer; }
.list_skin_inner .search .bo_sch .search_bar .search_wrap .search_btn i { font-size: 25rem; }

.list_skin_inner .search .bo_sch .search_bar .keyword_wrap { display: flex; justify-content: center; align-items: center; margin-top: 20rem; }
.list_skin_inner .search .bo_sch .search_bar .keyword_wrap strong { display: block; font-size: 18rem; }
.list_skin_inner .search .bo_sch .search_bar .keyword_wrap ul { display: flex; align-items: center; gap: 15rem; }
.list_skin_inner .search .bo_sch .search_bar .keyword_wrap ul li .recommend { padding: 3rem 15rem; font-size: 16rem; color: #8b8b8b; border: 1px solid #8b8b8b; border-radius: 30rem; transition: color background-color 0.5s; }
.list_skin_inner .search .bo_sch .search_bar .keyword_wrap ul li .recommend:hover { color: #fff; background-color: #997358; transition: 0.5s; }


/* 카테고리 */
#bo_gall { margin: unset; padding: unset; }


/* 카테고리 리스트 */
#bo_gall #bo_cate { display: flex; flex-wrap: wrap; width: 100%; height: unset; border: none; margin-bottom: 40rem; }
#bo_gall #bo_cate .c_depth_01 { all: unset; position: relative; display: flex; align-items: center; flex-wrap: wrap; width: 100%; padding: 5rem 0; border-top: 2px solid #f56720; border-bottom: 2px solid #f56720; } 
#bo_gall #bo_cate .c_depth_01 li { width: calc(100% / 5); font-size: 20rem; font-family: 'Pretendard Variable'; line-height: 1.5; color: #202123; border: none; }
#bo_gall #bo_cate .c_depth_01 li a { display: flex; justify-content: center; align-items: center; width: 100%; padding: 15rem 0; }
#bo_gall #bo_cate .c_depth_01 li.on > a { font-weight: 600; color: #fff; border: none; background-color: #f56720; }
#bo_gall #bo_cate .c_depth_01 li > a:focus,
#bo_gall #bo_cate .c_depth_01 li > a:hover,
#bo_gall #bo_cate .c_depth_01 li > a:active { color: #fff; background-color: #f56720; }

#bo_gall #bo_cate .c_depth_02 { all: unset; position: relative; display: flex; align-items: center; flex-wrap: wrap; width: 100%; } 
#bo_gall #bo_cate .c_depth_02 li { width: calc(100% / 4); padding: 5rem 0; font-size: 18rem; font-family: 'Pretendard Variable'; line-height: 1.5; color: #202123; border: none; }
#bo_gall #bo_cate .c_depth_02 li:nth-child(-n+4) { border-bottom: 1px solid #b9b9b9; }
#bo_gall #bo_cate .c_depth_02 li a { display: flex; justify-content: center; align-items: center; width: 100%; padding: 10rem 0; }
#bo_gall #bo_cate .c_depth_02 li.on > a { font-weight: 600; color: #fff; border: none; background-color: #f56720; }
#bo_gall #bo_cate .c_depth_02 li > a:focus,
#bo_gall #bo_cate .c_depth_02 li > a:hover,
#bo_gall #bo_cate .c_depth_02 li > a:active { color: #fff; background-color: #f56720; }



/* 설정, 글쓰기, 선택삭제 */
#bo_gall #fboardlist { width: 100%; }
#bo_gall #fboardlist #bo_btn_top { display: flex; justify-content: flex-end; align-items: center; margin: unset; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user { display: flex; justify-content: space-between; align-items: center; gap: 15rem; float: unset; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li { float: unset; width: 25rem; height: 25rem; margin: unset; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li button { all: unset; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; cursor: pointer; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li .more_opt { top: 45rem; right: 6rem; width: 105rem; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li .more_opt li { width: 100%; height: auto; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li .more_opt li button { justify-content: space-between; font-size: 16rem; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li .more_opt li button i::before { font-size: 16rem; }
#bo_gall #fboardlist #bo_btn_top .btn_bo_user li .more_opt:before { top: unset; bottom: 100%; right: -1rem; }


/* 모두선택 */
#bo_gall #gall_allchk { display: flex; align-items: center; gap: 10rem; }
#bo_gall #gall_allchk input[type="checkbox"] + label { padding: unset; vertical-align: unset; }


/* 리스트 내용물 */
#bo_gall .list_wrap { display: flex; align-items: flex-start; gap: 15rem; flex-wrap: wrap; row-gap: 50rem; padding: 20rem 0 40rem; }
.list_wrap .sub_list { width: calc((100% - 30rem) / 3); box-shadow: 0 2rem 20rem rgba(0, 0, 0, 0.2); }
.list_wrap .sub_list .sub_tit { padding: 5rem 0; border-top: 2px solid #f56720; border-bottom: 2px solid #f56720; }
.list_wrap .sub_list .sub_tit h3 { padding: 10rem 0; font-size: 18rem; font-weight: bold; text-align: center; color: #fff; background-color: #f56720; }

.list_wrap .sub_list .item_list { display: flex; flex-direction: column; width: 100%; }
.list_wrap .sub_list .item_list .item { display: none; position: relative; padding: 15rem; font-family: 'Pretendard Variable'; }
.list_wrap .sub_list.on .item_list .item { display: block; }
.list_wrap .sub_list .item_list .item:first-child { display: block; }

.list_wrap .sub_list .item_list .item:nth-child(even) { background-color: #f0f0f0; }
.list_wrap .sub_list .item_list .item+li { border-top: 1px solid #e7e7e7; }

.list_wrap .sub_list .item_list .item .chk_wrap { position: relative; display: flex; justify-content: flex-end; width: 100%; margin-bottom: 10rem; }
.list_wrap .sub_list .item_list .item .chk_wrap.on { margin-bottom: 0; }
.list_wrap .sub_list .item_list .item .chk_wrap .chk_box { display: flex; justify-content: flex-end; align-items: center; gap: 10rem; }
.list_wrap .sub_list .item_list .item .chk_wrap .chk_box > a { font-size: 15rem; }

.list_wrap .sub_list .item_list .item .countdown_wrap { display: inline-flex; align-items: center; gap: 8rem; margin-bottom: 10rem; padding: 6rem 12rem; border-radius: 20rem; background-color: #333; }
.list_wrap .sub_list .item_list .item .countdown_wrap i { font-size: 14rem; color: #fff; padding-top: 2rem; }
.list_wrap .sub_list .item_list .item .countdown_wrap .txt { font-size: 14rem; color: #fff; letter-spacing: 2rem; }

.list_wrap .sub_list .item_list .item .cate_wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15rem; }
.list_wrap .sub_list .item_list .item .cate_wrap p { font-size: 14rem; font-weight: 500; }
.list_wrap .sub_list .item_list .item .cate_wrap p.con_category { color: #f56720; }

.list_wrap .sub_list .item_list .item .cont_wrap { display: flex; justify-content: space-between; align-items: center; }
.list_wrap .sub_list .item_list .item .cont_wrap .left { width: calc(100% - 60rem); }
.list_wrap .sub_list .item_list .item .cont_wrap .left .con_tit { display: block; margin-bottom: 5rem; font-size: 18rem; font-weight: bold; line-height: 1.3; letter-spacing: -0.3px; }
.list_wrap .sub_list .item_list .item .cont_wrap .left .con_info { font-size: 15rem; font-weight: 300; color: #898989; line-height: 1.5; }
.list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost { display: flex; align-items: flex-end; gap: 10rem; padding-top: 15rem; }
.list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_per { font-size: 22rem; font-weight: bold; color: #f56720; margin-right: 0; }
.list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_price { font-size: 22rem; font-weight: 600; color: #202123; }
.list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_dict { font-size: 16rem; font-weight: 300; color: #b9b9b9; }

.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart { all: unset; display: block; width: 45rem; height: 45rem; border: none; border-radius: 50%; background-color: #b9b9b9; cursor: pointer; }
.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart.on { background-color: #f56720; }
.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart p { justify-content: center; align-items: center; margin-bottom: 5rem; font-size: 35rem; font-weight: 400; color: #fff; }

.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart p:first-child { display: flex; }
.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart p:last-child { display: none; }

.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart.on p:first-child { display: none; }
.list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart.on p:last-child { display: flex; }

.list_wrap .sub_list .more_btn { display: block; padding: 15rem 0; border-top: 1px solid #d1d1d1; cursor: pointer; } 
.list_wrap .sub_list .more_btn span { justify-content: center; align-items: center; gap: 5rem; font-size: 16rem; font-weight: 300; }
.list_wrap .sub_list .more_btn span:first-child { display: flex; }
.list_wrap .sub_list .more_btn span:last-child { display: none; }
.list_wrap .sub_list .more_btn span:last-child i { transform: rotate(180deg); }

.list_wrap .sub_list.on .more_btn span:first-child { display: none; }
.list_wrap .sub_list.on .more_btn span:last-child { display: flex; }




/* 여기서부터 write.skin css */
#bo_w { all: unset; display: block; padding: 30rem; }
#bo_w .title { padding-top: 50rem; margin-bottom: 50rem; font-size: 40rem; text-align: center; }

#bo_w #fwrite .write_div { font-size: 18rem; margin: 30rem 0; }
#bo_w #fwrite .write_div > label { display: block; margin-bottom: 10rem; }

#bo_w #fwrite .date_div { font-size: 18rem; margin-top: 30rem; }
#bo_w #fwrite .date_div > label { display: block; margin-bottom: 10rem; }
#bo_w #fwrite .countdown_div { display: flex; align-items: center; gap: 5rem; margin: 10rem 0 30rem; }
#bo_w #fwrite .countdown_div label { order: 1; }
#bo_w #fwrite .countdown_div #wr_1_ck { margin-top: 2rem; }

#bo_w #fwrite .write_div .bo_v_option { display: flex; justify-content: flex-end; gap: 15rem; }
#bo_w #fwrite .write_div .bo_v_option li { all: unset; display: flex; gap: 5rem; }
#bo_w #fwrite .write_div .bo_v_option li label { padding-left: 0 !important; }

#bo_w #fwrite .bo_w_select .category_wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 30rem; row-gap: 10rem; padding-top: 10rem; } 
#bo_w #fwrite .bo_w_select .category_wrap .category_item { display: flex; align-items: center; gap: 5rem; }
#bo_w .bo_w_select select { height: auto; padding: 10rem 0; font-size: 18rem; }
#bo_w .bo_w_tit .frm_input { height: auto; padding: 10rem 5rem; font-size: 18rem; }
#wr_content { padding: 10rem 5rem; font-size: 18rem; line-height: 1.3; font-family: inherit; }

#bo_w #fwrite .btn_confirm { display: flex; justify-content: center; align-items: center; gap: 15rem; } 
#bo_w #fwrite .btn_confirm .btn_cancel { padding: 10rem 15rem; border: 2px solid #000; }
#bo_w #fwrite .btn_confirm .btn_submit { padding: 10rem 15rem; line-height: 1; cursor: pointer; }




/* 여기서부터 view.skin css */
#bo_v { all: unset; display: block; padding: 30rem; }







@media screen and (max-width: 1480px) {
    .page_up { right: 315rem; }
    .list_wrap .sub_list { width: calc((100% - 15rem) / 2); }
}


@media screen and (max-width: 768px) {
    /* 사이드 버튼 */
    .page_up { right: 15rem; }

    /* 카트 */
    .cart_inner #total-price .event button { background-color: #f56720; }

    /* 내용 */
    .list_skin_inner { padding: 40rem 30rem; }
    .list_skin_inner .search .bo_sch .search_bar .keyword_wrap ul li.w768 { display: none; }
    .list_wrap .sub_list .item_list .item .cate_wrap p { font-size: 13rem; }
}

@media screen and (max-width: 500px) {
    /* 사이드 버튼 */
    .page_up { width: 50rem; height: 50rem; }
    .page_up i { font-size: 35rem; }


    /* 상품 정보 */
    .list_skin_inner { padding: 40rem 30rem; }
    .list_skin_inner .search .bo_sch .search_bar .keyword_wrap ul li .recommend { padding: 3rem 10rem; } 

    .list_wrap .sub_list { width: 100%; }
    .list_wrap .sub_list .sub_tit h3 { padding: 13rem 0; font-size: 24rem; }
    .list_wrap .sub_list .item_list .item { padding: 25rem 20rem; }

    .list_wrap .sub_list .item_list .item .countdown_wrap { padding: 8rem 15rem; }
    .list_wrap .sub_list .item_list .item .countdown_wrap i { font-size: 18rem; }
    .list_wrap .sub_list .item_list .item .countdown_wrap .txt { font-size: 18rem; }

    .list_wrap .sub_list .item_list .item .cate_wrap { margin-bottom: 20rem; }  
    .list_wrap .sub_list .item_list .item .cate_wrap p { font-size: 18rem; }

    .list_wrap .sub_list .item_list .item .cont_wrap .left .con_tit { margin-bottom: 7rem; font-size: 24rem; }
    .list_wrap .sub_list .item_list .item .cont_wrap .left .con_info { font-size: 20rem; }

    .list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost { margin-top: 20rem; }
    .list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_per { font-size: 28rem; }
    .list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_price { font-size: 28rem; }
    .list_wrap .sub_list .item_list .item .cont_wrap .left .sct_cost .sct_dict { font-size: 21rem; }

    .list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart { width: 65rem; height: 65rem; }
    .list_wrap .sub_list .item_list .item .cont_wrap .right .btn_cart p { margin-bottom: 7rem; font-size: 46rem; }

    .list_wrap .sub_list .more_btn { padding: 20rem 0; }
    .list_wrap .sub_list .more_btn span { font-size: 21rem; }



    /* 카트, 이벤트 신청 페이지 .info 공통 설정 */


    /* 카트 */
    .cart_inner { right: 0; bottom: 0; width: 100%; font-size: 0.21vw; }
    .cart_inner #cart { height: 400rem; }
    .cart_inner .no_cart .alert { width: 350rem; }
    .cart_inner .no_cart .alert p { padding: 30rem 0; font-size: 25rem; }
    .cart_inner .no_cart .alert p span { font-size: 20rem; }
    .cart_inner .no_cart .alert strong { padding: 20rem 0; font-size: 25rem; }

    .cart_inner #cart .cart_head h2 { font-size: 21rem; }
    .cart_inner #cart .info li .left .item_name { font-size: 25rem; }
    .cart_inner #cart .info li .left .item_category { font-size: 18rem; }
    .cart_inner #cart .info li .right .remove_item { font-size: 18rem; }
    .cart_inner #cart .info li .right span { font-size: 25rem; }

    .cart_inner #total-price .pri > span:nth-child(1) { font-size: 23rem; }
    .cart_inner #total-price .pri p { font-size: 31rem; }
    .cart_inner #total-price .pri p span:nth-child(2) { font-size: 23rem; }
    .cart_inner #total-price .event button p { font-size: 24rem; }


    /* 이벤트 신청 페이지 */
    .promotion_pop { width: 100%; height: 100vh; top: 0; left: 0; }
    .promotion_pop .inner #frm .content .titles { font-size: 20rem !important; } 

    .promotion_pop .inner #frm .content .branch p { font-size: 35rem; }
    .promotion_pop .inner #frm .content .first #wr_2 { font-size: 20rem; }
    
    .promotion_pop .inner #frm .content > div,
    .promotion_pop .inner #frm .content .info { margin-bottom: 50rem !important; }
    .promotion_pop .inner #frm .content .info li:nth-child(n+2) { padding: 15rem 5rem; }
    .promotion_pop .inner #frm .content .info li .left .item_name { font-size: 25rem; }

    .promotion_pop .inner #frm .content .info li .left .item_category { font-size: 20rem; }
    .promotion_pop .inner #frm .content .info li .right .remove_item { font-size: 20rem; }

    .xdsoft_datetimepicker .xdsoft_label { font-size: 25rem !important; }
    .xdsoft_datetimepicker .xdsoft_calendar td,
    .xdsoft_datetimepicker .xdsoft_calendar th { height: 80rem !important; }
    .xdsoft_datetimepicker .xdsoft_calendar td > div { font-size: 20rem !important; }

    .promotion_pop .inner #frm .content .aggres > div > div label { font-size: 20rem; }
    .promotion_pop .inner #frm .content .aggres > div .warning p { font-size: 18rem; }
}


