@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 오픈전 팝업 제목 */
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 오픈전 블러 처리 */
.blurOn {
    filter: blur(4px);
    pointer-events: none;
    position: relative;
}
.openBefore {
    position: relative;
}
.openWaitPop {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 30px 50px;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.1);
    width: 550px;
    max-width: 90%;
}
.openWaitPop p {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
    font-weight: 500;
}
.openWaitPop button {
    width: 100%;
    height: 48px;
    margin-top: 20px;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient( 135deg, #FFAA85 5%, #B3315F 100%);
    color: #fff;
    font-size: 16px;
}
.openWaitPop span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.openWaitPop .openPopSubj {
    font-family: 'JalnanGothic';
    margin-top: 30px;
    font-size: 20px;
}


@media all and (max-width: 612px) {
    .openWaitPop {
        padding: 30px 20px;
    }
}

    /* */





.pc-view {
    display: block !important;
}
.mo-view {
    display: none !important;
}

.nanumpenscript * {
    font-family: 'Nanum Pen Script', cursive;
}

.main_bg {
    background: #F24F82;
}

.main_color {
    color: #F24F82;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.paging a.start:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    background: url("../img/pagestart.png") no-repeat 50% 50% / contain
}

.paging a.end {
}

.paging a.end:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    background: url("../img/pageend.png") no-repeat 50% 50% / contain;
}

.switch01 {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    vertical-align: -3px;
}
.slider01 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 16px;
    -webkit-transition: .2s;
    transition: .2s;
}
.slider01:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #ccc;
}
.switch01 input:checked + .slider01 {
    background-color: #F24F82;
}
.switch01 input:checked + .slider01:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    border: 1px solid #F24F82;
}
.switch01 input {
    display: none;
}

.blinking{
    -webkit-animation: blink 0.4s ease-in-out infinite alternate;
    -moz-animation: blink 0.4s ease-in-out infinite alternate;
    animation: blink 0.4s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}


.blinking2{
    -webkit-animation: blink2 1s ease-in-out infinite alternate;
    -moz-animation: blink2 1s ease-in-out infinite alternate;
    animation: blink2 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink2{
    0% {border: 1px solid #ddd;}
    100% {border: 1px solid #ba2649;}
}

@-moz-keyframes blink2{
    0% {border: 1px solid #ddd;}
    100% {border: 1px solid #ba2649;}
}

@keyframes blink2{
    0% {border: 1px solid #ddd;}
    100% {border: 1px solid #ba2649;}
}

.reservation_blinking {
    -webkit-animation: reservation_blinking 1s ease-in-out infinite alternate;
    -moz-animation: reservation_blinking 1s ease-in-out infinite alternate;
    animation: reservation_blinking 1s ease-in-out infinite alternate;
}

@-webkit-keyframes reservation_blinking{
    0% {color: #707070}
    100% {color: red}
}

@-moz-keyframes reservation_blinking{
    0% {color: #707070}
    100% {color: red}
}

@keyframes reservation_blinking{
    0% {color: #707070}
    100% {color: red}
}

/* header */
#hd {
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: all 0.4s;
    border-bottom: 1px solid #e3e3e3;
}

#hd.white {
    background: transparent;
    border-bottom: 1px solid transparent;
}

#hd_btn {
    display: none;
}

#hd_wr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    height: 100%;
}

#hd .hd_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 15px
}

#hd #logo {
    display: inline-flex;
    height: 100%;
    align-items: center;
}

#hd #logo a {
    padding: 0;
    /*height: 30px*/
}

#hd .hd_right ul {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 14px;
}

#hd .hd_right ul li {
}

#hd .hd_right ul li.register-seller {
    /*padding: 5px 15px;*/
    /*border-radius: 20px;*/
    /*box-shadow: 1px 1px 3px 0px #4E1822;*/
    /*background: #AC354B;*/
}

#hd .hd_right ul li.register-seller a {
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    /*box-shadow: 1px 1px 3px 0px #4E1822;*/
    background: #ba2649;
    transition: all .2s;
}

#hd .hd_right ul li.register-seller a:hover {
    background: #aa2649;
}

#hd .hd_right ul li a {
    color: #333;
    vertical-align: baseline;
}

#hd.white .hd_right ul li a {
    color: #fff;
    font-weight: 400;
}
#hd.white .hd_right ul li.register-seller a{
    background: rgba(0,0,0,0.3);
}
#hd.white .hd_right ul li.register-seller a.adminBtn {
    background: #fff;
    color: black;
    font-weight: bold;
}

#ft p span {position: relative; word-break: keep-all}
#ft p span+span:before {
    content: "";
    height: 10px;
    display: inline-block;
    width: 1px;
    background: #999;
    margin: 0 7px;
}

.mo-menu {display: none}

/* header */

*::-webkit-scrollbar {width: 10px;height: 10px;}
*::-webkit-scrollbar-track {background: transparent;}
*::-webkit-scrollbar-thumb {background-color: #D7D8DB;border-radius: 6px;background-clip: padding-box;border: 3px solid transparent;}
*::-webkit-scrollbar-thumb:hover {background: #888;background-clip: padding-box;}

.btn.btn_01{background:#aa2649 !important;border-color:#9a2649 !important;color:#FFFFFF !important;}
.btn.btn_02{background:#FFFFFF !important;border-color:#aa2649 !important;color:#9a2649 !important;}

.modal_container{opacity: 0; z-index: -1;display: flex;position: fixed;width: 100%;height: 100%;top: 0;left: 0;overflow: hidden; align-items: center; justify-content: center;background:rgba(0,0,0,0.7);transition: all .2s;padding: 0 15px}
.modal_container.on{opacity: 1;z-index: 99999; }
.modal_container .modal_wrapper{position:relative;}
.modal_container .close {text-align: right;padding: 0 20px}
.modal_container .close img{width: 20px}
.modal_container .inner{padding:40px 20px 32px;width: 400px;max-width: 100%;max-height: 90vh;box-shadow: 0 3px 6px rgb(0 0 0 / 16%);background: #fff;position: relative;display: flex;flex-direction: column;border-radius:16px;overflow-y: auto; margin: 0 auto}
.modal_container .title{margin: 0 0 20px 0;line-height: 20px;font-size: 22px;font-weight: 500;color: #1c1c1c;text-align: center;}
.modal_container .text{line-height:20px;font-size: 16px;font-weight: 500;color:#333333;text-align:center;}
.modal_container .button{margin:24px 0 0 0;display:flex;align-items:center;justify-content:center;}
.modal_container .button .btn{display:flex;align-items:center;justify-content:center;padding:12px 16px;width:100%;height:40px;border-radius:40px;border:1px solid transparent;font-size:14px;font-weight:500;}
.modal_container .button .btn + .btn{margin-left:8px}

.modal_container .modal_wrapper .form img {
    max-width: 100%;
}

/* 메인 시작 */

#container {
    padding-top: 90px;
}

#container_title {
    display: none
}

.main_section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;

    padding: 100px 0;
}

.main_section .section_subj {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;

    font-family: 'ONE-Mobile-Title';
}

.main_section .all_seller_more {
    margin-top: 30px;
    text-align: right;
}
.main_section .all_seller_more.pr20 {
    padding-right: 20px;
}
.main_section .all_seller_more a {
    background: #ba2659;
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap:10px;
}
.main_section .all_seller_more a img {
    height: 20px;
}
.main_section .product-list {
    display: flex;
    gap: 40px;
    padding: 20px;
}

.main_section .product-list .new {
    width: 50%
}

.main_section .product-list .popular {
    width: 50%
}

.main_section .product-list .subj {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main_section .product-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

.main_section .product-list ul li {
    border: 1px solid #ddd;
    /*box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;*/
    width: calc((100% / 3) - 14px);
    height: 150px;
    border-radius: 7px;
    margin-right: 20px;
}

.main_section .product-list ul li:nth-child(3n) {
    margin-right: 0;
}

.main_section .product-list ul li a {
    display: block;
}

.main_section .product-list .more-wrap {
    margin-top: 20px;
    text-align: right;
}

.main_section .product-list .more-wrap a {
    display: inline-block;
    color: #fff;
    padding: 5px 35px;
    border-radius: 20px;
    font-size: 16px;
}

.mainSwiper {
    height: auto;
    /*background: #F24F82;*/
}

.mainSwiper .swiper-slide {
}
.mainSwiper .swiper-button-next:after, .mainSwiper .swiper-button-prev:after {
    display: none;
}
.mainSwiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,20px);
    right: auto;

    background: url(../img/main_arrow_left_white.svg) no-repeat;
    background-position: center;
    width: 36px !important;
    height: 36px !important;
}

.mainSwiper .swiper-button-next{
    right: var(--swiper-navigation-sides-offset,20px);
    left: auto;

    background: url(../img/main_arrow_right_white.svg) no-repeat;
    background-position: center;
    width: 36px !important;
    height: 36px !important;
}


.mainSwiper .swiper-slide a {
    display: block;
    /*height: 575px;*/
}

.mainSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
}

.mainSwiper .swiper-slide .text-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    height: 100%;
    /*position: relative;*/
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0px);
}

.mainSwiper .swiper-slide .text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 15px;

    position: absolute;
    z-index: 4;
    top: 0;
    color: #000;
    left: 50px;
}
.mainSwiper .swiper-slide .text-wrap > div{
    padding: 0 15px;
}
.mainSwiper .swiper-slide .text-wrap > div:after {
    content: "";

}

.mainSwiper .swiper-slide .text-wrap .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    color: #fff;
    white-space: pre-line;
}

.mainSwiper .swiper-slide .text-wrap .title:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.mainSwiper .swiper-slide .text-wrap .sub-title {
    font-size: 18px;
    padding-top: 20px;
    color: #fff;
    white-space: pre-line;
}

.mainSwiper .swiper-pagination-bullet {
    transition: all .2s
}

.mainSwiper .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.section_bg {
    background: #f2f3f7;
    min-height: 400px
}

.company_section {
    display: flex;
    padding: 80px 20px
}

.company_section .half {
    width: 50%
}

.company_section .left {
    padding-right: 30px;
    margin-bottom: 0;
}

.company_section .left img {
    width: 100%;
    max-width: 500px;
    border-radius: 7px;
}

.company_section .right .subj {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'ONE-Mobile-Title';
}

.company_section .right .cont {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-line;
}

.main_section .new-wrap {
    padding: 0 50px 30px;
    position: relative;
}

.main_section .new-wrap .swiper {
    position: unset;
    padding-left: 3px
}

.main_section .new-wrap .swiper-button-next, .main_section .new-wrap .swiper-button-prev {
    color: #ccc
}

.main_section .new-wrap .swiper-scrollbar {
    display: none
}

.main_section .new-wrap ul {
}

.main_section .new-wrap ul li {
    height: 270px;
    /*border: 1px solid #ddd;*/
    border-radius: 7px;
    background: #fff;
}

.main_section .popular-wrap{
    padding: 20px;
}
.main_section .popular-wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.main_section .popular-wrap ul li{
    width: calc((100% / 4) - 15px);
    height: 200px;
    border-radius: 7px;
    overflow: hidden;
}
.main_section .popular-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.review_section ul {
    display: flex;
    padding-top: 40px
}

.review_section ul li {
    width: calc(100% / 3);
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.review_section ul li img {
    max-width: 30px
}

.review_section ul li .content {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 24px;
    margin: 20px 0;
    white-space: pre-line;
}

.review_section ul li .info p {
    font-size: 14px
}

.review_section ul li .info p, .review_section ul li .info a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    display: block;
}

.review_section ul li .info a {
    color: #999;
    margin-bottom: 10px;
    font-size: 12px;
}

.review_section ul li .info .rate {
}

.star-box {
    height: 16px;
    background-image: url(../img/rating_gray_icon.svg);
    width: 80px;
    margin: 0 auto;
}

.star-box .star_fill {
    background-image: url(../img/rating_icon.svg);
    height: 100%;
    width: 0
}

.background-section {
    background-color: rgba(255, 0, 0, 0.3);
    position: relative;
    min-height: 350px;
}

.background-section::before {
    content: "";
    background: url(../img/main_qa_background.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.question-wrap {
    position: relative;
    padding: 0 20px
}

.question-wrap .subj {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'ONE-Mobile-Title';
    color: #ffffff;
}
.question-wrap .main_qna_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.question-wrap .main_qna_wrap textarea {
    width: 100%;
    max-width: 400px;
    background: rgba(186, 38, 73, 0.5);
    border: none;
    border-radius: 10px;
    height: 100px;
    resize: none;
    padding: 20px;
    color: #fff;
}
.question-wrap .main_qna_wrap textarea::placeholder {
    color: #eeeeee90;
}
.question-wrap .input-wrap {
    text-align: center
}

.question-wrap .input-wrap input {
    background: rgba(186, 38, 73, 0.5);
    border: none;
    width: 100%;
    max-width: 400px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
}

.question-wrap .input-wrap input::placeholder {
    color: #eeeeee90;
}

.question-wrap .input-wrap .question_btn {
    display: inline-block;
    margin-top: 15px;
    background: #ba2649;
    color: #fff;
    border: none;
    height: 30px;
    border-radius: 30px;
    padding: 0 30px;
    transition: all .2s;
}

.question-wrap .input-wrap .question_btn:hover {
    background: #aa2649;
}

/* 메인 끝 */

/* 회원가입 */
.register_step1 {
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.register_step1 .logo {
    position: absolute;
    height: 30px;
    top: 30px;
    left: 50px;
}

.register_step1 .logo a {
    height: 100%;
    display: block
}

.register_step1 .logo a img {
    height: 100%
}

/*.register_step1:before {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: url(../img/login_back.jpg) no-repeat;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*    content: "";*/
/*    background-position: center;*/
/*}*/
.register_step1 .inner-wrap {
    height: calc(var(--vh, 1vh) * 100);
    /*padding-top: 100px;*/
    /*width: 70%;*/
    /*margin: 0 0 0 auto;*/
    background: #fff;
    /*border-radius: 15px 0 0 15px;*/
    /*padding-left: 15vw;*/

    width: 100%;
    padding: 0;
    border-radius: 0;
    padding: 100px 0;

}

.register_step1 .inner-wrap .cont {
    height: 100%;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    border: 1px solid rgba(242, 79, 130, 0.3);
    padding: 60px 80px;
    border-radius: 4px;
}

.register_step1 .step1_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /*margin-top: 60px;*/
    margin-bottom: 100px;
    font-size: 32px;
    font-weight: bold;
}

.register_step1 .step1_header a {
    display: block;
    height: 30px
}

.register_step1 .step1_header p {
    display: none
}

.register_step1 .step1_header img {
    height: 100%;
}

.register_step1 .mbskin {
    max-width: 560px;
    /*padding: 56px 80px;*/
    /*border: 1px solid #e4e5ed;*/
    /*border-radius: 10px;*/
    margin: 0;
}

.register_step1 .mbskin #sns_register {
    border: none;
    margin-bottom: 0
}

.register_step1 #sns_register .sns-wrap {
    padding: 0
}

.register_step1 #sns_register .txt {
    border: none;
    padding-left: 3px;
    font-weight: 500
}

.register_step1 #sns_register .sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 50px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 15px;
    border: none;
}

.register_step1 #fregister .btn_confirm {
    margin: 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.register_step1 .mbskin .btn_submit {
    height: 50px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(186, 38, 73, 0.3);
    background: rgba(186, 38, 73, 0.1);
    /*color: black;*/
    color: #ba2649;
    transition: all .2s;
    font-weight: 500;
    letter-spacing: 0;
}

.register_step1 .mbskin .btn_submit:hover {
    background: rgba(186, 38, 73, 0.2);
}

.register_step1 .go-login {
    margin-top: 30px;
    color: #999;
    position: relative;
    font-size: 12px;
}

/*.register_step1 .go-login:before {*/
/*    content: '';*/
/*    width: 30%;*/
/*    display: block;*/
/*    height: 1px;*/
/*    background: #eee;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translate(0px, -50%);*/
/*}*/
/*.register_step1 .go-login:after {*/
/*    content: '';*/
/*    width: 30%;*/
/*    display: block;*/
/*    height: 1px;*/
/*    background: #eee;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translate(0px, -50%);*/
/*}*/
.register_step1 .go-login a {
    /*color: #ba2649;*/
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.register_step2 {
    min-height: calc(var(--vh, 1vh) * 100);
    position: relative;
}

.register_step2 .inner-wrap {
    width: 100%;
    border-radius: 0;
    padding: 60px 0;
}

.register_step2 .inner-wrap .cont {
    height: 100%;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    border: 1px solid rgba(242, 79, 130, 0.3);
    padding: 60px 80px;
    border-radius: 4px;
}

.register_step2 .register {
    padding: 0;
}

.register_step2 .step2_header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /*margin-top: 60px;*/
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: bold;
}

.register_step2 .step2_header a {
    display: block;
    height: 30px
}

.register_step2 .step2_header img {
    height: 100%;
}

.register_step2 .form_01 li {
    margin: 5px 0 15px
}

.register_step2 .form_01 li.chk_box {
    margin: 5px 0
}

.register_step2 .form_01 li .title {
    font-size: 14px;
    margin-bottom: 7px;
}

.register_step2 .form_01 .frm_info {
    margin: 5px 0 10px;
    color: #F24F82;
}

.register_step2 .frm_input {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px
}

.register_step2 .frm_input::placeholder {
    color: #bbb
}

.register_step2 #fregisterform .btn_confirm {
    margin: 20px 10px
}

.register_step2 #fregisterform .btn_confirm .btn_submit {
    background: #ba2649;
    border: #F24F82;
    width: 100%;
    transition: all .2s;
    font-weight: 400;
    letter-spacing: -0.7px;
}

.register_step2 #fregisterform .btn_confirm .btn_submit:hover {
    background: #aa2649
}

.register_step2 .chk_li {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.register_step2 .all_agree_box.chk_box {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 10px 0;
}

.register_step2 .all_agree_box.chk_box input[type="checkbox"] + label {
    padding-left: 10px;
    color: #676e70;
    display: block
}

.register_step2 .all_agree_box.chk_box input[type="checkbox"] + label:hover {
    color: #aa2649
}

.register_step2 .all_agree_box.chk_box input[type="checkbox"] + label span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
}

.register_step2 .all_agree_box.chk_box input[type="checkbox"]:checked + label {
    color: #000
}

.register_step2 .all_agree_box.chk_box input[type="checkbox"]:checked + label span {
}

.register_step2 .all_agree_box .chk_li {
    padding-left: 14px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;

    cursor: pointer;
}

.register_step2 .chk_box input[type="checkbox"] + label span.agree_tag {
    position: relative;
    width: 50px;
    background: no-repeat;
    display: inline-block;
    height: auto;
    border: none;
    top: 0;
}

.register_step2 .agree_tag.red {
    color: red;
}

.login-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 60px 80px;
}

.login-wrap #mb_login .btn_submit {
    background: #ba2649;
    transition: all .2s;
    letter-spacing: 0;
    font-weight: 500;
}

.login-wrap #mb_login .btn_submit:hover {
    background: #aa2649
}

.login-wrap #mb_login #sns_login .sns-icon {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;

    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    margin-right: 0;
}

.login-wrap #mb_login #sns_login .txt {
    padding-right: 5px;
    font-weight: 600;
    display: none;
}

.login-wrap #mb_login .frm_input {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px;
}

.login-wrap #mb_login .frm_input::placeholder {
    color: #bbb
}
.login-wrap.seller {max-width: 900px;padding: 60px 0}
.login-wrap .seller-apply {
    display: flex;gap: 20px;
    flex-wrap: wrap;
}
.login-wrap .seller-apply .seller-help { padding: 40px 20px;}
.login-wrap .seller-apply .seller-help img {margin-bottom: 30px; max-width: 50px}
.login-wrap .seller-apply .seller-help h2{font-size: 24px;margin-bottom: 15px}
.login-wrap .seller-apply .seller-help p {font-size: 12px;color: #999;letter-spacing: 0.2px}


#find_info {
    max-width: 560px;
    margin: 0px auto;
    padding: 60px 80px;
    min-height: 560px;
}
#find_info h1 {
    font-size: 2em;
    text-align: center;
    margin: 30px 0 40px;
}

.list-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
.list-wrap .top-area {}
.list-wrap .top-area h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.list-wrap .top-area ul {display: flex;align-items: center;margin: 50px 60px 30px}
.list-wrap .top-area ul li{
    width: calc(100% / 18);
}
.list-wrap .top-area ul li a {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.list-wrap .top-area ul li.on a {
    color: #ba2649;
    font-weight: 800;
}
.list-wrap .search-box {display: flex;justify-content: center}
.list-wrap .search-box form {display: block; position: relative; max-width: 500px; width: 100%}
.list-wrap .search-box img{
    position: absolute;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.list-wrap .search-box input[type=text]{height: 45px; border-radius: 40px; border: 1px solid #ba2649;width: 100%;padding-left: 60px;font-size: 14px}
.list-wrap .search-box input[type=text]::placeholder {color: #bbb}
.list-wrap .list-content {    margin-top: 50px;}
.list-wrap .list-content ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.list-wrap .list-content ul li{
    width: calc(100% / 4);
    overflow: hidden;
    padding: 20px 15px 60px;
}
.list-wrap .list-content ul li a{display: block;width: 100%; height: 100%}
.list-wrap .list-content .order-box {display: flex;
    justify-content: end;
    padding: 0 20px;}
.list-wrap .list-content .order-box select{
    padding-left: 10px;
    padding-right: 20px;
    border: none;outline: none;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;

    background: url(../img/arrow_down.svg) no-repeat 96% 50%/11px auto;
}
.list-wrap .list-content .order-box select::-ms-expand{
    display:none;/*for IE10,11*/
}

.ch-item {}
.ch-item .thumb{
    height: auto;
    width: 100%;
    aspect-ratio: 1.5 / 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f3f7}
.ch-item .thumb img {/*height: 120%;*/ transition: all .3s;width: 100%; height: 100%; object-fit: cover}
.ch-item .thumb img.big {scale:1.1}
/*.ch-item .thumb img:hover {scale:1.1}*/
.ch-item .seller {font-size: 14px; margin-top: 15px;color: #aaa}
.ch-item .price {font-size: 16px;margin: 15px 0 5px;font-weight: 500}
.ch-item .rv {display: flex; align-items: center; gap: 5px}
.ch-item .rv span {color: #999;font-weight: 300}
.ch-item .star-box {margin: 0}

.ch-item.v2 .thumb {height: 100%}
.ch-item.v2 .info{position: absolute;width: 100%; padding: 10px;bottom: 0;background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);}
.ch-item.v2 .seller {color: #ddd}
.ch-item.v2 .price {color: #fff}
.ch-item.v2 .rv span {
    color: #bbb;
}


/* 작가 신청 폼 */
.seller-register-wrap {
    height: 100%;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 80px 0px;
    border-radius: 4px;
}
.seller-register-wrap .inner-wrap {}
.seller-register-wrap .inner-wrap h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.seller-register-wrap .inner-wrap .form {padding-top: 40px}
.seller-register-wrap .inner-wrap .form .box {padding: 40px; border: 1px solid #ddd; border-radius: 4px}
.seller-register-wrap .inner-wrap .form .box+.box {margin-top: 20px}
.seller-register-wrap .inner-wrap .form .box.info {background: #f7f7f7;  margin-bottom: 20px;  padding: 20px; border: none}
.seller-register-wrap .inner-wrap .form .box.info p {line-height: 20px}
.seller-register-wrap .inner-wrap .form .box .row {position: relative}
.seller-register-wrap .inner-wrap .form .box .row .sub-title {font-size: 14px; font-weight: 500;display: flex;align-items: center}
.seller-register-wrap .inner-wrap .form .box .row .sub-title.v2 {padding: 6px 0}
.seller-register-wrap .inner-wrap .form .box .row .sub-title .all-cnt {margin-left: 10px;color: #666;font-weight: normal}
.seller-register-wrap .inner-wrap .form .box .row .sub-title .select-cnt {color: #000}
.seller-register-wrap .inner-wrap .form .box .row .sub-title button {border: none;background: transparent; margin-left: 5px;}
.seller-register-wrap .inner-wrap .form .box .row .sub-title .plusBtn i {background:url('../img/plus_icon.svg') no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
}
.seller-register-wrap .inner-wrap .form .box .row .sub-title .infoBtn i {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}
.seller-register-wrap .inner-wrap .form .box .row .cont {padding-top: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .explan {margin-top: 5px; color: #999; font-size: 12px;line-height: 16px}
.seller-register-wrap .inner-wrap .form .box .row .cont.v2 {display: flex; gap: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont.v2 .c_button{border: 1px solid #F24F82; color: #F24F82;background: #fff; border-radius: 4px; width: 100px;font-size: 14px;padding: 5px 0;outline: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .word_length {text-align: right;padding-top: 5px; color: #999}
.seller-register-wrap .inner-wrap .form .box .row+.row {margin-top: 20px}
.seller-register-wrap .inner-wrap .form .box .row .cont .c_input {border-radius: 4px; border: 1px solid #ddd; height: 45px;padding: 0 10px;width: 100%;outline: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .c_input::placeholder {color: #E1E1E1}
.seller-register-wrap .inner-wrap .form .box .row .cont select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
.seller-register-wrap .inner-wrap .form .box .row .cont select::-ms-expand{
    display:none;/*for IE10,11*/
}
.seller-register-wrap .inner-wrap .form .box .row .cont select {
    background:url('../img/arrow_down_pink.svg') no-repeat 97% 50%/15px auto;
}
.seller-register-wrap .inner-wrap .form .box .row .cont textarea {border-radius: 4px; border: 1px solid #ddd;padding:10px;width: 100%;height: 100px; resize: none}
.seller-register-wrap .inner-wrap .form .box .row .cont textarea::placeholder {color: #E1E1E1}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap {display: flex;gap:10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box {width: 62px; height: 40px;border: 1px solid #ddd; border-radius: 4px}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box p {padding-top: 5px;font-size: 12px; font-weight: 400;text-align: center}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box .pm {display: flex;padding: 0 10px; justify-content: center;text-align: center;gap: 5px;padding-top: 1px}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box .pm span {font-size: 12px;width: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box .pm .minus {background: url(../img/minus_icon.svg) no-repeat; background-size: 100%; background-position: center;cursor: pointer}
.seller-register-wrap .inner-wrap .form .box .row .cont .gender-wrap .gender-box .pm .plus {background: url(../img/plus_icon.svg) no-repeat; background-size: 100%; background-position: center;cursor: pointer }
.seller-register-wrap .inner-wrap .form .box .row .cont .area ul {display: flex; flex-wrap: wrap;gap: 10px;}
.seller-register-wrap .inner-wrap .form .box .row .cont .area ul li{border: 1px solid #ddd;border-radius: 4px }
.seller-register-wrap .inner-wrap .form .box .row .cont .area ul li a {display: flex; padding: 4px 15px;align-items: center;}
.seller-register-wrap .inner-wrap .form .box .row .cont .area ul li.on {border: 1px solid #F24F82}
.seller-register-wrap .inner-wrap .form .box .row .cont .area ul li.on a {color: #F24F82}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .c_input {margin: 10px 0}
.seller-register-wrap .inner-wrap .form .box .row .cont .add-btn {border: 1px solid #F24F82; color: #F24F82;background: #fff; border-radius: 4px; width: 100%;font-size: 14px;padding: 5px 0;outline: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box {margin-top: 10px; border: 1px solid #ddd; border-radius: 4px; padding: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box .area-row {display: flex;align-items: center;font-size: 12px}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box .area-row+.area-row {margin-top: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box .area-row .sido{width: 30px;color: #F24F82}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box .area-row a {width: 30px;text-align: right;color: #666}
.seller-register-wrap .inner-wrap .form .box .row .cont .area .select-area-box .area-row .detail {width: calc(100% - 60px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 10px;color: #666}
.seller-register-wrap .inner-wrap .form .box .row .cont .empty_area {padding: 4px 0;color: #999 !important;text-align: center;font-size: 12px; width: 100%; display: flex;justify-content: center}
.seller-register-wrap .inner-wrap .form .box .row .cont .event {display: flex; gap: 5px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul {width: 160px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul li {border: 1px solid #ddd;cursor: pointer;font-size: 12px; padding: 8px 10px;display: flex;align-items: center;border-bottom: 0;}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.first li:first-child {border-radius: 4px 4px 0 0 }
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.first li:last-child {border-radius: 0 0 4px 4px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.second {display: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.second.on {display: block}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.second li:first-child {border-radius: 0 4px 0 0}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.second li:last-child {border-radius: 0 0 4px 0}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.first.on li:first-child {border-radius: 4px 0 0 0 }
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul.first.on li:last-child {border-radius: 0 0 0 4px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul li:last-child {border-bottom: 1px solid #ddd}
.seller-register-wrap .inner-wrap .form .box .row .cont .event ul li.on {border:1px solid #F24F82;color: #F24F82}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap {display: flex;flex-direction: column;gap: 10px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event {border-radius: 4px; border: 1px solid #ddd; padding: 10px;min-height: 45px}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul {display: flex; flex-wrap: wrap;gap: 5px;}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul li {display: flex;align-items: center; font-size: 12px;color: #F24F82;padding-left:15px;margin-right: 5px;}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul li:nth-child(2) {padding-left: 0;border-left: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul li+li {border-left: 1px solid #eee}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul li span {font-size: 16px; padding-left: 10px;padding-right: 5px; cursor: pointer}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul li img {height: 14.5px;padding-left: 10px;padding-right: 5px; cursor: pointer}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .select-event ul .event_li {padding: 4px 0 0 15px}
/*.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .add-btn {position: absolute; right: 0; top: 0; border: 1px solid #F24F82; color: #F24F82;background: #fff; border-radius: 4px;font-size: 14px;padding: 5px 20px;outline: none }*/
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .c_input {display: none}
.seller-register-wrap .inner-wrap .form .box .row .cont .event-wrap .c_input.on {display: block}
.seller-register-wrap .inner-wrap .form .box .row .refund_information {
    width: 450px;
    max-width: 100%;
    height: auto;
    position: absolute;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
    top: -95px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: none;
}
.seller-register-wrap .inner-wrap .form .box .row .refund_information p+p {margin-top: 5px}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList {}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList .refundEl {display: flex; align-items: center;}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList .refundEl p {white-space: nowrap}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList .perEnter { display: flex;align-items: center;gap: 3px}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList .perEnter .c_input {height: 35px;width: 50px;text-align: center}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList select.c_input {
    height: 26px;
    width: 50px;
    background-image: none;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0 3px;
}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList li{display: flex;align-items: center;justify-content: space-between}
.seller-register-wrap .inner-wrap .form .box .row .cont .refundList li+li {margin-top: 10px}

.seller-register-wrap .inner-wrap .form .box .row .packageBox {border: 1px solid #eee; padding: 10px 20px 30px;border-radius: 4px; margin-top: 30px; box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.02);position: relative}
.seller-register-wrap .inner-wrap .form .box .row .packageBox .packageSubj {border: none;border-bottom: 1px solid #333; border-radius: 0; font-size: 16px;}
.seller-register-wrap .inner-wrap .form .box .row .packageBox .packageRemove {position: absolute;top: 10px;right: 10px;border: none; background: #fff;}
.seller-register-wrap .inner-wrap .form .box .row .packageBox .packageRemove i {background: url(../img/minus_icon_red.svg) no-repeat; display: block; width: 14px; height: 14px;border: 1px solid red; border-radius: 50%;}
.seller-register-wrap .dropzone {border: 1px solid #ddd; border-radius: 4px;padding: 0;min-height: 100px;background: url(../img/picture_icon.svg) no-repeat; background-size: 50px 50px; background-position: center 15px}
.seller-register-wrap .dropzone .dz-message {display: block !important;height: 100px;margin: 0;padding: 65px 0 0; color: #bbb}
.seller-register-wrap .dropzone.dz-started .dz-message {border-bottom: 1px solid #ddd}
.seller-register-wrap .dropzone .dz-preview.dz-image-preview {width: 100%;margin: 0; padding: 10px;display: flex;align-items: center;min-height: 45px;background: transparent;border-bottom: 1px solid #ddd}
.seller-register-wrap .dropzone .dz-preview.dz-image-preview.dz-error {background: rgba(255,0,0,0.1)}
/*.seller-register-wrap .dropzone .dz-preview.dz-image-preview.dz-error:before {content: ''; width: 100%; height: 1px; background: red; position: absolute; top: 50%; transform: translate(0,-50%);left: 0}*/
.seller-register-wrap .dropzone .dz-preview .dz-progress {display: none}
.seller-register-wrap .dropzone .dz-preview .dz-details {opacity: 1;min-width: auto; position: relative;padding: 0 20px; margin: 0;display: flex;align-items: center; width: calc(100% - 120px);flex-shrink: 0;}
.seller-register-wrap .dropzone .dz-preview .dz-image {width: 25px;height: 25px; border-radius: 4px}
.seller-register-wrap .dropzone .dz-preview .dz-image img {transition: all .2s;width: 100%}
.seller-register-wrap .dropzone .dz-preview:hover .dz-image img {filter: blur(0px)}
.seller-register-wrap .dropzone .dz-preview .dz-details .dz-filename {order: 1}
.seller-register-wrap .dropzone .dz-preview .dz-details .dz-size {order: 2;margin: 0; font-size: 12px; color: #aaa;min-width: 50px}
.seller-register-wrap .dropzone .dz-preview.dz-image-preview:last-child {border-bottom: none}
.seller-register-wrap .dropzone .dz-preview .dz-remove {width: 25px;font-size: 12px; color: #666}
.seller-register-wrap .dropzone .dz-preview .dz-error-message {top: 45px}
.seller-register-wrap .dropzone .dz-preview .dz-success-mark svg, .seller-register-wrap .dropzone .dz-preview .dz-error-mark svg{width: 35px; height: 35px; background: red; border-radius: 50%}
.seller-register-wrap .dropzone .dz-preview .dz-success-mark,.seller-register-wrap .dropzone .dz-preview .dz-error-mark {z-index: 50; margin-top: -17px}
.seller-register-wrap .dropzone .dz-preview .dz-main-img {font-size: 12px;width: 60px;margin-right: 10px;display: flex;gap: 5px; align-items: center;color: #999;cursor: pointer}
.seller-register-wrap .dropzone .dz-preview .dz-main-img span{font-size: 12px;display: block; width: 10px; height: 10px; background: #ddd;border-radius: 50%}
.seller-register-wrap .dropzone .dz-preview .dz-main-img.on {color: #F24F82}
.seller-register-wrap .dropzone .dz-preview .dz-main-img.on span {background: #F24F82}
.seller-register-wrap .dropzone .dz-preview.dz-image-preview.dz-error .dz-main-img {cursor: default}

.seller-register-wrap .btn-box {padding-top: 20px;text-align: right}
.seller-register-wrap .btn-box button {padding: 5px 20px; border-radius: 4px;background: #fff}
.seller-register-wrap .btn-box .cancel {border: 1px solid #ddd; color: #666;margin-right: 10px}
.seller-register-wrap .btn-box .register {border: 1px solid #F24F82; color: #F24F82}
/* 작가 신청 폼 끝 */


/* 상세페이지 */
.item-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 80px;
    display: flex;
}
.item-wrap .cont-wrap {
    width: 55%;
    position: relative;
}
.item-wrap .cont-wrap .cont {
    background: cornsilk;
    padding: 40px;
    margin: 30px 0;
}


.item-wrap .payment-wrap {
    width: 45%;
    border: 1px solid #e4e5ed;
    margin-left: 60px;
    padding: 20px;
}

.item-wrap .payment-wrap .payment {padding: 20px 0;}
.item-wrap .payment-wrap .payment .info {padding: 10px 0 40px 0}
.item-wrap .payment-wrap .payment .price {font-size: 18px; font-weight: 700; margin-bottom: 5px}
.item-wrap .payment-wrap .payment .payment-btn {
    display: block;
    background: #ba2649;
    color: #fff;
    border: none;
    height: 45px;
    border-radius: 4px;
    padding: 0 30px;
    transition: all .2s;
    width: 100%;
}
.item-wrap .payment-wrap .payment button:hover{
    background: #aa2649;
}


.item-wrap .cont-wrap .swiper {
    width: 100%;
    height: 100%;
}

.item-wrap .cont-wrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center;
}

.item-wrap .cont-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-wrap .cont-wrap .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.item-wrap .cont-wrap .gallery_swiper {
    height: 500px;
    width: 100%;
}

.item-wrap .cont-wrap .preview_swiper {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
}

.item-wrap .cont-wrap .preview_swiper .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.item-wrap .cont-wrap .preview_swiper .swiper-slide-thumb-active {
    opacity: 1;
    transition: all .1s;
}

.item-wrap .cont-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#branch {
    position: relative;
    padding: 70px 0;
}
#branch .wrap {
    margin: 0 auto;
    width: 1200px;
    padding: 0 25px;
    max-width: 100%;
}

#branch .title {
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 34px;
    text-align: center;
}

#branch .tabs {
    margin: 0 auto 32px;
}

#branch .tabs ul {
    display: flex;
}

#branch .tabs li {
    flex: 1;
    position: relative;
}

#branch .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #707070;
}

#branch .tabs li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd
}

#branch .tabs li.on a {
    color: #EB3F3D
}

#branch .tabs li.on a:after {
    height: 2px;
    background: #EB3F3D
}

#branch .content {
    margin: 64px 0 0 0;
}

#branch .sort {
    margin: 32px auto 64px;
}

#branch .sort ul {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#branch .sort li {
    width: calc(33.33% - 6.66px);
}

#branch .sort li button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 56px;
    border-radius: 56px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #707070
}

#branch .sort li button.on {
    color: #EB3F3D;
    border-color: #EB3F3D;
}

#branch .zido {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#branch .zido > img, #branch .zido > iframe {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#branch .zido .zidoBtn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 48px;
    border-radius: 48px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

#branch .zido .zidoBtn i {
    width: 20px;
    height: 20px;
    background: url("../img/return.png") no-repeat 50% 50% / contain;
    margin: 0 4px 0 0;
}

#branch .option {
    margin: 20px 0;
}

#branch .option ul {
    display: flex;
    flex-wrap: wrap;
}

#branch .option li {
    margin: 0 20px 0 0;
}

#branch .option .checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#branch .option .checkbox input {
    display: none;
}

#branch .option .checkbox input ~ i {
    margin: 0 6px 0 0;
    width: 24px;
    height: 24px;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain;
}

#branch .option .checkbox input ~ p {
    font-size: 15px;
    color: #1c1c1c;
}

#branch .option .checkbox input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain;
}

#branch .around {
}

#branch .around .calendar {
    margin: 120px auto 30px;
}

#branch .around .calendar .head {
    position: relative;
    margin: 0 0 20px 0;
}

#branch .around .calendar .head .month {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#branch .around .calendar .head .month .prev {
    margin: 0 24px 0 0;
    width: 40px;
    height: 40px;
    background: url("../img/arrow_calendar_prev.png") no-repeat 50% 50% / contain;
}

#branch .around .calendar .head .month .next {
    margin: 0 0 0 24px;
    width: 40px;
    height: 40px;
    background: url("../img/arrow_calendar_next.png") no-repeat 50% 50% / contain
}

#branch .around .calendar .head .month .current {
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #1c1c1c;
    background: transparent;
}

#branch .around .calendar .head .unit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: #707070
}

#branch .around .calendar .head .unit span {
    color: #eb3f3d;
}

#branch .around .calendar .list {
}

#branch .around .calendar .list {
    overflow: hidden;
}

#branch .around .calendar .list .week {
    display: flex;
    background: #f4f4f4;
    border-top: 1px solid #ddd;
}

#branch .around .calendar .list .week .day {
    flex: 1;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

#branch .around .calendar .list .month {
    background: #ffffff;
}

#branch .around .calendar .list .month .row {
    display: flex;
    border-bottom: 1px solid #ddd
}

#branch .around .calendar .list .month .day {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer
}

#branch .around .calendar .list .month .day.disabled {
    color: #cfcfcf;
    pointer-events: none;
    font-weight: 300;
}

#branch .around .calendar .list .month .day.sun {
    background: rgba(235, 63, 61, 0.06);
}

#branch .around .calendar .list .month .day.sat {
}

#branch .around .calendar .list .month .day.today {
    background: rgba(0, 102, 179, 0.08);
}

#branch .around .calendar .list .month .day .num {
}

#branch .around .calendar .list .month .day .text {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

#branch .around .calendar .list .month .day .unit {
    margin: 0 0 0 auto;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    background: #fff;
}

#branch .around .calendar .list .month .day .unit span {
    color: #EB3F3D;
    margin: 0 4px 0 0;
}

#branch .around .calendar .list .day + .day {
    border-left: 1px solid #ddd
}

#branch .around .calendar .list .day.sun .num {
    color: #EB3F3D;
}

#branch .around .calendar .list .day.sat .num {
    color: #0066B3;
}

#branch .around .timer {
    position: relative;
    margin: 80px 0 90px;
}

#branch .around .timer .title {
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    margin: 0 0 32px 0;
}

#branch .around .timer .list {
    padding: 0 20px;
}

#branch .around .timer .list > ul {
}

#branch .around .timer .list > ul > li {
    margin: 0 0 24px 0;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}

#branch .around .timer .list > ul > li + li {
    border-top: 1px solid #dddddd
}

#branch .around .timer .list > ul > li .area {
    display: flex;
}

#branch .around .timer .list > ul > li .icon {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    overflow: hidden;
    flex-shrink: 0;
}

#branch .around .timer .list > ul > li .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .around .timer .list > ul > li .cont {
    flex: 1;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#branch .around .timer .list > ul > li .head {
    display: flex;
    align-items: center;
}

#branch .around .timer .list > ul > li .head .name {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #1c1c1c;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#branch .around .timer .list > ul > li .head .del {
    margin: 0 0 0 8px;
    flex-shrink: 0;
}

#branch .around .timer .list > ul > li .head .del a {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/close.png") no-repeat 50% 50% / contain;
    text-indent: -9999em;
    overflow: hidden;
}

#branch .around .timer .list > ul > li .loca {
    margin: 15px 0 0 0;
    line-height: 20px;
    font-size: 15px;
    color: #707070;
}

#branch .around .timer .list > ul > li .info {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#branch .around .timer .list > ul > li .info p {
    line-height: 1;
    font-size: 14px;
    color: #555555;
    position: relative;
}

#branch .around .timer .list > ul > li .info p + p {
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
}

#branch .around .timer .list > ul > li .info p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #dddddd;
}

#branch .around .timer .list > ul > li .booking {
    flex-shrink: 0;
    margin-left: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#branch .around .timer .list > ul > li .booking .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 88px;
    border-radius: 40px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 0 16px;
    white-space: nowrap;
    pointer-events: initial
}

#branch .around .timer .list > ul > li .booking .btn:hover {
    background: #fafafa !important;
}

#branch .around .timer .list > ul > li .time {
    margin: 24px 0 0 0;
}

#branch .around .timer .list > ul > li .time ul {
    display: flex;
    gap: 8px;
}

#branch .around .timer .list > ul > li .time li {
    width: calc(20% - 8px);
}

#branch .around .timer .list > ul > li .time li.timeBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 15px;
    color: #1c1c1c;
    cursor: pointer;
    overflow: hidden
}

#branch .around .timer .list > ul > li .time li.timeBtn:hover {
    background: rgb(235 63 61 / 10%)
}

#branch .around .timer .list > ul > li .time li.timeBtn.disabled {
    pointer-events: none;
    background: #fafafa;
    color: #cccccc;
}

#branch .around .timer .list > ul > li .time li.timeBtn.disabled:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #ddd;
    transform: rotate(-21deg) translate(-50%,-50%);
    transform-origin: left;
}

#branch .around .timer .list > ul > li .time li.timeBtn.disabled:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #ddd;
    transform: rotate(21deg) translate(-50%,-50%);
    transform-origin: left;
}

#branch .around .timer .list > ul > li .time li.timeBtn.on {
    border-color: #EB3F3D;
    color: #EB3F3D;
}

#branch .around .timer .button {
    margin: 56px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#branch .around .timer .button .btn {
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent
}

#branch .around .timer .button .btn + .btn {
    margin: 0 0 0 30px;
}

#branch .recommand {
}

#branch .recommand .list {
}

#branch .recommand .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

#branch .recommand .list li {
    width: 25%;
    padding: 0 16px 48px;
}

#branch .recommand .list li .upper {
    display: flex;
    margin: 0 0 14px 0;
}

#branch .recommand .list li .upper .name {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c
}

#branch .recommand .list li .upper .distance {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #0066B3;
    margin-left: 6px;
}

#branch .recommand .list li .upper .del {
    margin: 0 0 0 auto;
}

#branch .recommand .list li .upper .del a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    background: url("../img/close.png") no-repeat 50% 50% / contain;
}

#branch .recommand .list li .image {
    border-radius: 16px;
    background: #d9d9d9;
    overflow: hidden;
    margin: 0 0 12px 0;
    /* 이미지 크기에 따라 사이즈가 자꾸 바껴서 추가함*/
    width: 100%;
    aspect-ratio: 1.53 / 1;
}

#branch .recommand .list li .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /*추가*/
    height: 100%;
}

#branch .recommand .list li .info {
    padding: 2px 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #f4f4f4;
}

#branch .recommand .list li .info .desc {
    position: relative;
    width: 100%;
    padding: 12px 0
}

#branch .recommand .list li .info .desc.w50p {
    width: calc(50% - 4px);
}

#branch .recommand .list li .info .desc.w50p + .desc.w50p {
    margin-left: 8px;
    padding-left: 8px;
}

#branch .recommand .list li .info .desc.w50p + .desc.w50p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #dddddd
}

#branch .recommand .list li .info .desc.w100p {
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

#branch .recommand .list li .info dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
    font-size: 13px;
}

#branch .recommand .list li .info dt {
    display: flex;
    align-items: center;
    color: #555555;
}

#branch .recommand .list li .info dt img {
    width: 16px;
    height: auto;
    margin: 0 4px 0 0;
}

#branch .recommand .list li .info dd {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
}

#branch .recommand .list li .info dd a {
    display: block;
    color: #0066B3
}

#branch .recommand .list li .text {
    padding: 18px 0
}

#branch .recommand .list li .text span {
    display: flex;
    line-height: 16px;
    align-items: flex-start;
}

#branch .recommand .list li .text span + span {
    margin-top: 10px;
}

#branch .recommand .list li .text span img {
    height: 16px;
    width: auto;
    margin: 0 4px 0 0;
    flex-shrink: 0;
}

#branch .recommand .list li .text span p {
    line-height: 16px;
    font-size: 14px;
    color: #555;
    /* 추가 */
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#branch .recommand .list li .button {
    display: flex;
    flex-direction: column;
}

#branch .recommand .list li .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 44px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .recommand .list li .button .btn + .btn {
    margin-top: 4px;
}

#branch .recommand .list li .button .btn:hover {
    color: #EB3F3D !important;
    border-color: #EB3F3D !important
}

#branch .event {
}

#branch .event .list {
    margin: 120px auto 64px;
}

#branch .event .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 30px;
}

#branch .event .list li {
    width: calc(25% - 22.5px);
}

#branch .event .list li .date {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    gap: 8px;
}

#branch .event .list li .date .stat {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 24px;
    border-radius: 24px;
    background: #eb3f3d;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}

#branch .event .list li .date .period {
    flex: 1;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .event .list li .img {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 12px 0;
    width: 100%;
    aspect-ratio: 1.53 / 1;
}

#branch .event .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100%;
}

#branch .event .list li .con {
    position: relative;
}

#branch .event .list li .upper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 10px;
}

#branch .event .list li .upper .name {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
}

#branch .event .list li .upper .area {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    height: 24px;
    border-radius: 24px;
    background: #333;
    color: #fff;
    font-size: 12px;
}

#branch .event .list li .text {
    min-height: 48px;
    line-height: 24px;
    font-size: 18px;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#branch .event .list li .info {
}

#branch .event .list li .info {
    display: flex;
    align-items: flex-end;
    margin: 12px 0 0 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #ededed;
}

#branch .event .list li .price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#branch .event .list li .price .sale {
    line-height: 1;
    font-size: 22px;
    color: #eb3f3d;
}

#branch .event .list li .price .origin {
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 12px;
    display: flex;
}

#branch .event .list li .price .origin .rate {
    font-size: 18px;
    font-weight: 500;
    color: #0066b3;
    margin: 0 8px 0 0;
}

#branch .event .list li .price .origin .cost {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
}

#branch .event .list li .tool {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

#branch .event .list li .tool .comment {
    display: flex;
    align-items: center;
}

#branch .event .list li .tool .comment i {
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    background: url("../img/icon_comment_g.png") no-repeat 50% 50% / contain;
}

#branch .event .list li .tool .comment em {
    font-size: 18px;
    color: #0066b3;
    line-height: 22px;
}

#branch .event .list li .side {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#branch .event .list li .side p {
    position: relative;
    font-size: 15px;
    color: #707070
}

#branch .event .list li .side p + p {
    margin-left: 10px;
    padding-left: 10px;
}

#branch .event .list li .side p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #ddd;
}

#branch .event .detail {
    margin: 64px 0 0 0;
}

#branch .event .detail .tabs {
    margin: 0 auto 32px;
}

#branch .event .detail .tabs ul {
    display: flex;
}

#branch .event .detail .tabs li {
    flex: 1;
    position: relative;
}

#branch .event .detail .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #707070;
}

#branch .event .detail .tabs li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd
}

#branch .event .detail .tabs li.on a {
    color: #EB3F3D
}

#branch .event .detail .tabs li.on a:after {
    height: 2px;
    background: #EB3F3D
}

#branch .event .detail .cate {
    display: flex;
    align-items: Center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 24px 0;
    gap: 8px;
}

#branch .event .detail .cate p {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 16px;
    color: #707070;
}

#branch .event .detail .attach_area {
    position: relative;
    font-size: 0;
    padding: 0 20px 0 75px;
}

#branch .event .detail .attach_area span {
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 50px;
}

#branch .event .detail .attach_area a {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding-left: 24px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://cdn.gongim.com/images/ico_photo.png);
    font-size: 15px;
    font-weight: 300;
    color: #444;
}

#branch .event .detail .head {
    display: flex;
    align-items: center;
    padding: 24px 24px;
    background: #f2f2f2;
    border-top: 1px solid #707070;
}

#branch .event .detail .head .area {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #eb3f3d;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

#branch .event .detail .head .subject {
    flex: 1;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#branch .event .detail .head .tool {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

#branch .event .detail .head .tool button {
    display: none;
}

#branch .event .detail .head .tool ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

#branch .event .detail .head .tool li {
    position: relative;
}

#branch .event .detail .head .tool li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .event .detail .head .tool a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    text-decoration: underline
}

#branch .event .detail .head .tool a + a {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#branch .event .detail .head .tool a + a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .event .detail .info {
    border-bottom: 1px solid #dddddd;
    display: flex;
    height: 64px;
    padding: 24px;
    align-items: center;
    justify-content: space-between
}

#branch .event .detail .info > div {
    display: flex;
    align-items: center;
}

#branch .event .detail .info dl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    gap: 8px;
}

#branch .event .detail .info dl dt {
    font-weight: 500;
    color: #707070;
}

#branch .event .detail .info dl dd {
}

#branch .event .detail .info dl dd span {
    color: #eb3f3d;
}

#branch .event .detail .info dl + dl {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#branch .event .detail .info dl + dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .event .detail .info .ongoing {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center
}

#branch .event .detail .info .ongoing .going {
    display: flex;
    align-items: Center;
    justify-content: Center;
    padding: 4px 10px;
    border-radius: 40px;
    height: 28px;
    border: 1px solid #eb3f3d;
    font-size: 13px;
    color: #eb3f3d;
    margin: 0 8px 0 0
}

#branch .event .detail .info .ongoing .period {
    font-size: 14px;
    color: #707070
}

#branch .event .detail .cont {
    padding: 64px 0 80px;
    border-bottom: 1px solid #ddd;
}

#branch .event .detail .cont img {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    height: auto;
}

#branch .event .detail .cont p {
    line-height: 32px;
    font-size: 15px;
}

#branch .event .detail .button {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#branch .event .detail .button .btn {
    min-width: 188px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
    gap: 8px;
}

#branch .event .detail .button .btn img {
    height: 16px;
}

#branch .event .detail .bottom {
}

#branch .event .detail .bottom .tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #ddd;
}

#branch .event .detail .bottom .tool .toggBox {
}

#branch .event .detail .bottom .tool .toggBox .checkbox {
    display: flex;
    align-items: center;
    height: 48px;
    cursor: pointer
}

#branch .event .detail .bottom .tool .toggBox .checkbox input {
    display: none;
}

#branch .event .detail .bottom .tool .toggBox .checkbox input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#branch .event .detail .bottom .tool .toggBox .checkbox input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c
}

#branch .event .detail .bottom .tool .toggBox .checkbox input ~ p span {
    font-weight: 300;
    color: #707070;
}

#branch .event .detail .bottom .tool .toggBox .checkbox input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#branch .event .detail .bottom .tool .sortBox {
    position: relative;
}

#branch .event .detail .bottom .tool .sortBox .sortBtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-width: 106px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #1c1c1c;
    background: #fff url("../img/dropdown.png") no-repeat right 12px center / 20px auto;
    padding: 0 16px;
    font-size: 13px;
}

#branch .event .detail .bottom .tool .sortBox .sortList {
    position: absolute;
    top: 100%;
    z-index: 5;
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
}

#branch .event .detail .bottom .tool .sortBox .sortList.on {
    display: block;
}

#branch .event .detail .bottom .tool .sortBox .sortList button {
    display: flex;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    font-size: 13px;
}

#branch .event .detail .bottom .tool .sortBox .sortList button:hover {
    background: #fafafa
}

#branch .event .detail .bottom .tool .sortBox .sortList button.on {
    background: rgb(0 102 179 / 6%);
    color: #0066B3;
}

#branch .event .detail .counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

#branch .event .detail .counter .total {
    display: flex
}

#branch .event .detail .counter .total dl {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
}

#branch .event .detail .counter .total dl + dl {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

#branch .event .detail .counter .total dl + dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .event .detail .counter .total dt {
    font-size: 14px;
    margin: 0 4px 0 0;
}

#branch .event .detail .counter .total dd {
    font-size: 14px;
    font-weight: 500;
}

#branch .event .detail .counter .total dd span {
    color: #0066B3;
}

#branch .event .detail .counter .total dd strong {
    color: #EB3F3D;
}

#branch .event .detail .counter .share {
    position: relative;
    display: flex;
    align-items: center;
}

#branch .event .detail .counter .share > a {
    display: flex;
    height: 52px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

#branch .event .detail .counter .share > a img {
    height: 20px;
}

#branch .event .detail .counter .share > ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #00000029;
    width: 265px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    background: #fff;
}

#branch .event .detail .counter .share > ul li {
}

#branch .event .detail .counter .share > ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#branch .event .detail .counter .share > ul li a img {
    width: 64px;
    height: auto;
}

#branch .event .detail .counter .share > ul li a p {
    margin: 12px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

#branch .event .detail .counter .share.on > ul {
    opacity: 1;
    visibility: visible;
}

#branch .event .detail .comment {
}

#branch .event .detail .comment .type {
    padding: 80px 0 0 0;
    margin: 0 0 32px 0;
}

#branch .event .detail .comment .type ul {
    display: flex;
}

#branch .event .detail .comment .type li {
    flex: 1;
}

#branch .event .detail .comment .type li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 16px;
    border: 1px solid transparent;
    border-bottom: 1px solid #eb3f3d;
}

#branch .event .detail .comment .type li.on a {
    color: #eb3f3d;
    border: 1px solid #eb3f3d;
    border-bottom-color: #fff;
}

#branch .event .detail .comment .con {
}

#branch .event .detail .comment .con ul {
}

#branch .event .detail .comment .con li {
    padding: 20px 24px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#branch .event .detail .comment .con li + li {
    border-top: 1px solid #ddd;
}

#branch .event .detail .comment .con li .cmt_top {
    display: flex;
}

#branch .event .detail .comment .con li .cmt_ico {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

#branch .event .detail .comment .con li .cmt_ico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .event .detail .comment .con li .cmt_con {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

#branch .event .detail .comment .con li .cmt_name {
    margin: 0 0 4px 0;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
}

#branch .event .detail .comment .con li .cmt_text {
    line-height: 22px;
    font-size: 15px;
    color: #1c1c1c;
}

#branch .event .detail .comment .con li .cmt_item {
    margin: 12px 0 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
    display: flex;
    align-items: center;
}

#branch .event .detail .comment .con li .cmt_item dl {
    position: relative;
    display: flex;
    align-items: center;
}

#branch .event .detail .comment .con li .cmt_item dl + dl {
    margin-left: 12px;
    padding-left: 12px;
}

#branch .event .detail .comment .con li .cmt_item dl + dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
}

#branch .event .detail .comment .con li .cmt_item dt {
    margin: 0 6px 0 0;
}

#branch .event .detail .comment .con li .cmt_item dd {
}

#branch .event .detail .comment .con li .cmt_date {
    position: absolute;
    top: 20px;
    right: 24px;
    line-height: 18px;
    font-size: 12px;
    color: #707070;
}

#branch .event .detail .comment .con li .cmt_button {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 18px;
    font-size: 12px;
    color: #707070;
}

#branch .event .detail .comment .con li .cmt_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    border-radius: 40px;
    border: 1px solid #707070;
}

#branch .event .detail .comment .con li .cmt_comment {
    background: #F4F4F4;
    border-radius: 8px;
    margin: 16px 0 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#branch .event .detail .comment .con li .cmt_comment .cmt_comment_name {
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

#branch .event .detail .comment .con li .cmt_comment .cmt_comment_text {
    line-height: 20px;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .event .detail .comment .con li.cmt_rep {
    background: #f4f4f4
}

#branch .event .detail .comment .con li.cmt_rep .cmt_ico {
    background: #707070;
}

#branch .event .detail .comment .frm {
    margin: 20px 0 0 0;
    border-radius: 8px;
    background: #F4F4F4;
    padding: 24px;
}

#branch .event .detail .comment .frm .box {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #ffff
}

#branch .event .detail .comment .frm .box .caution {
    display: none;
}

#branch .event .detail .comment .frm .inp {
}

#branch .event .detail .comment .frm .inp textarea {
    width: 100%;
    height: 64px;
    line-height: 16px;
    font-size: 13px;
}

#branch .event .detail .comment .frm .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 0 0;
}

#branch .event .detail .comment .frm .bot .file {
}

#branch .event .detail .comment .frm .bot .file label {
    cursor: pointer
}

#branch .event .detail .comment .frm .bot .file label input {
    display: none;
}

#branch .event .detail .comment .frm .bot .file label img {
    width: auto;
    height: 24px;
}

#branch .event .detail .comment .frm .bot .submit {
}

#branch .event .detail .comment .frm .bot .submit a, #branch .event .detail .comment .frm .bot .submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 32px;
    padding: 6px 12px;
    border-radius: 32px;
    background: #555;
    font-size: 14px;
    color: #fff;
}

#branch .button {
    margin: 56px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#branch .button .btn {
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent
}

#branch .search {
}

#branch .search .form {
    margin: 0 0 0 auto;
}

#branch .search .form .order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 16px
}

#branch .search .form .order a {
    position: relative;
    display: block;
    line-height: 16px;
    font-size: 15px;
    color: #ccc
}

#branch .search .form .order a + a {
    margin-left: 10px;
    padding-left: 10px;
}

#branch .search .form .order a + a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%)
}

#branch .search .form .order a.on {
    font-weight: 500;
    color: #EB3F3D;
}

#branch .search .form .flex {
    display: flex;
}

#branch .search .form .flex .map {
    flex-shrink: 0;
    width: 347px;
    margin: 0 30px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

#branch .search .form .flex .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .search .form .flex .con {
    flex: 1;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 32px;
}

#branch .search .form .flex .con .frm {
    display: flex;
    gap: 10px;
    margin: 0 0 24px 0;
}

#branch .search .form .flex .con .sel {
    display: flex;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 152px;
}

#branch .search .form .flex .con .sel select {
    border: 0;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background-color: transparent;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .search .form .flex .con .inp {
    display: flex;
    border-radius: 8px;
    border: 1px solid #ddd;
    flex: 1;
}

#branch .search .form .flex .con .inp input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    background-color: transparent;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .search .form .flex .con .inp button[type="submit"] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

#branch .search .form .flex .con .inp button[type="submit"] img {
    width: 20px;
    height: auto;
}

#branch .search .form .flex .con .area {
}

#branch .search .form .flex .con .area .tit {
    margin: 0 0 16px 0;
    line-height: 22px;
    font-size: 15px;
    color: #1c1cc;
}

#branch .search .form .flex .con .area .lst {
}

#branch .search .form .flex .con .area .lst ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#branch .search .form .flex .con .area .lst li {
    width: calc(16.66% - 6.66px);
}

#branch .search .form .flex .con .area .lst li button {
    width: 100%;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
}

#branch .search .form .flex .con .area .lst li button.on {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
}

#branch .search .list {
    margin: 100px 0 0 0;
}

#branch .search .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

#branch .search .list li {
    width: 25%;
    padding: 0 16px 48px;
}

#branch .search .list li .upper {
    display: flex;
    margin: 0 0 14px 0;
}

#branch .search .list li .upper .name {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c
}

#branch .search .list li .upper .distance {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #0066B3;
    margin-left: 6px;
}

#branch .search .list li .upper .del {
    margin: 0 0 0 auto;
}

#branch .search .list li .upper .del a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    background: url("../img/close.png") no-repeat 50% 50% / contain;
}

#branch .search .list li .image {
    border-radius: 16px;
    background: #d9d9d9;
    overflow: hidden;
    margin: 0 0 12px 0;
    width: 100%;
    aspect-ratio: 1.53 / 1;
}

#branch .search .list li .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 100%;
}

#branch .search .list li .info {
    padding: 2px 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #f4f4f4;
}

#branch .search .list li .info .desc {
    position: relative;
    width: 100%;
    padding: 12px 0
}

#branch .search .list li .info .desc.w50p {
    width: calc(50% - 4px);
}

#branch .search .list li .info .desc.w50p + .desc.w50p {
    margin-left: 8px;
    padding-left: 8px;
}

#branch .search .list li .info .desc.w50p + .desc.w50p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #dddddd
}

#branch .search .list li .info .desc.w100p {
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

#branch .search .list li .info dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
    font-size: 13px;
}

#branch .search .list li .info dt {
    display: flex;
    align-items: center;
    color: #555555;
}

#branch .search .list li .info dt img {
    width: 16px;
    height: auto;
    margin: 0 4px 0 0;
}

#branch .search .list li .info dd {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
}

#branch .search .list li .info dd a {
    display: block;
    color: #0066B3
}

#branch .search .list li .text {
    padding: 18px 0
}

#branch .search .list li .text span {
    display: flex;
    line-height: 16px;
    align-items: flex-start;
}

#branch .search .list li .text span + span {
    margin-top: 10px;
}

#branch .search .list li .text span img {
    height: 16px;
    width: auto;
    margin: 0 4px 0 0;
    flex-shrink: 0;
}

#branch .search .list li .text span p {
    line-height: 16px;
    font-size: 14px;
    color: #555;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#branch .search .list li .button {
    display: flex;
    flex-direction: column;
}

#branch .search .list li .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 44px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .search .list li .button .btn + .btn {
    margin-top: 4px;
}

#branch .search .list li .button .btn:hover {
    color: #EB3F3D !important;
    border-color: #EB3F3D !important
}

#branch .detail {
    overflow-x: hidden;
}

#branch .detail .title {
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
    color: #1c1c1c;
    text-align: center;
    /*margin: 0 0 24px 0;*/
    margin: 0 0 72px 0;
}
#branch .detail .title.main_title {display: none}

#branch .detail .stat {
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 0 48px 0
}

#branch .detail .stat dl {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

#branch .detail .stat dl + dl:before {
    content: '';
    position: Absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    background: #ddd;
    transform: translateY(-50%)
}

#branch .detail .stat dt {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin: 0 12px 0 0;
    flex-shrink: 0;
}

#branch .detail .stat dt img {
    height: 16px;
    width: auto;
    flex-shrink: 0;
    margin: 0 4px 0 0;
}

#branch .detail .stat dd {
    font-size: 15px;
}

#branch .detail .stat dd p {
    font-weight: 500;
    color: #1c1c1c
}

#branch .detail .stat dd span {
    font-weight: 500;
    color: #0066b3
}

#branch .detail .thumb {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 0 68px 0;
}

#branch .detail .thumb .big {
    width: calc(100% - 220px);
    height: 560px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

#branch .detail .thumb .big ul {
    height: 100% !important;
}

#branch .detail .thumb .big li {
    opacity: 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 4;
    height: 100%;
    width: 100%;
    background: #ddd;
}

#branch .detail .thumb .big li.swiper-slide-active {
    opacity: 1;
    z-index: 5;
    width: 100%;
    height: 100%;
}

#branch .detail .thumb .big li a {
    display: block;
    width: 100%;
    height: 100%;
}

#branch .detail .thumb .big li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#branch .detail .thumb .big li img.hl {
    object-fit: contain;
}

#branch .detail .thumb .big .swiper-pagination {
    width: 80px;
    background: rgba(0,0,0,0.5);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    gap: 5px;
    left: 20px;
    bottom: 20px;
}
#branch .detail .thumb .big .swiper-button-next:after, #branch .detail .thumb .big .swiper-button-prev:after {
    display: none;
}
#branch .detail .thumb .big .swiper-button-prev {
    /*left: var(--swiper-navigation-sides-offset,10px);*/
    /*right: auto;*/

    /*background: url(../img/swiper_arrow_left.svg) no-repeat #ffffff50;*/
    /*background-position: center;*/
    /*width: 46px !important;*/
    /*height: 46px !important;*/
    /*background-size: 20px;*/
    /*border: 1px solid #333;*/
    /*border-radius: 50%;*/
    outline: none;

    background: url(../img/main_arrow_left_white.svg) no-repeat;
    background-position: center;
    width: 36px !important;
    height: 36px !important;
}

#branch .detail .thumb .big .swiper-button-next{
    /*right: var(--swiper-navigation-sides-offset,10px);*/
    /*left: auto;*/

    /*background: url(../img/swiper_arrow_right.svg) no-repeat #ffffff50;*/
    /*background-position: center;*/
    /*width: 46px !important;*/
    /*height: 46px !important;*/
    /*background-size: 20px;*/
    /*border: 1px solid #333;*/
    /*border-radius: 50%;*/
    outline: none;

    background: url(../img/main_arrow_right_white.svg) no-repeat;
    background-position: center;
    width: 36px !important;
    height: 36px !important;
}


#branch .detail .thumb .small {
    flex-shrink: 0;
    width: 200px;
    height: 560px;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: relative;
}

#branch .detail .thumb .small ul {
}

#branch .detail .thumb .small li {
    border-radius: 16px;
    overflow: hidden;
    opacity: 0.5
}

#branch .detail .thumb .small li.swiper-slide-thumb-active {
    opacity: 1;
}

#branch .detail .thumb .small li a {
    display: block;
    width: 100%;
    height: 100%;
}

#branch .detail .thumb .small li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .detail .thumb .small .swiper-button-next:after, #branch .detail .thumb .small .swiper-button-prev:after {
    display: none;
}
#branch .detail .thumb .small .swiper-button-prev,#branch .detail .thumb .small .swiper-button-next {
    /*transform:rotate(90deg);*/
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    margin: 0;
    /*rotate: 90deg;*/
}
#branch .detail .thumb .small .swiper-button-prev {
    /*left: var(--swiper-navigation-sides-offset,10px);*/
    /*right: auto;*/

    /*background: url(../img/swiper_arrow_left.svg) no-repeat #ffffff50;*/
    /*background-position: center;*/
    /*width: 46px !important;*/
    /*height: 46px !important;*/
    /*background-size: 20px;*/
    /*border: 1px solid #333;*/
    /*border-radius: 50%;*/
    top: 5px;
    outline: none;
    background: url(../img/arrow_down.svg) no-repeat #ffffff90;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    background-size: 16px;
    border-radius: 50%;
    rotate: 180deg;

    left: 50%;
    transform: translate(50%, 0px);
}

#branch .detail .thumb .small .swiper-button-next{
    /*right: var(--swiper-navigation-sides-offset,10px);*/
    /*left: auto;*/

    /*background: url(../img/swiper_arrow_right.svg) no-repeat #ffffff50;*/
    /*background-position: center;*/
    /*width: 46px !important;*/
    /*height: 46px !important;*/
    /*background-size: 20px;*/
    /*border: 1px solid #333;*/
    /*border-radius: 50%;*/
    bottom: 5px;
    outline: none;
    background: url(../img/arrow_down.svg) no-repeat #ffffff90;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    background-size: 16px;
    border-radius: 50%;

    right: 50%;
    transform: translate(50%, 0);
}

#branch .detail .thumb .control {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

#branch .detail .thumb .control .swiper-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #555;
    overflow: hidden;
    background: #fff url("../img/swiper_prev.png") no-repeat 50% 50% / auto 14px;
}

#branch .detail .thumb .control .swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #555;
    overflow: hidden;
    background: #fff url("../img/swiper_next.png") no-repeat 50% 50% / auto 14px;
}

#branch .detail .thumb .control .swiper-count {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

#branch .detail .thumb .control .swiper-count p {
    font-size: 18px;
    color: #707070
}

#branch .detail .thumb .control .swiper-count p.idx {
    font-weight: 500;
    color: #1c1c1c;
}

#branch .detail .thumb .control .swiper-count p.hyp {
    margin: 0 10px
}

#branch .detail .infor {
    position: relative;
    padding: 0 0 80px 0;
    border-bottom: 1px solid #ddd;
}
#branch .detail .infor.nbb {
    border-bottom: 0;
}
#branch .detail .infor .title {
    margin: 0 0 20px 0;
    line-height: 48px;
    font-size: 24px;
    text-align: left;
}

#branch .detail .infor .tool {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

#branch .detail .infor .tool a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    min-width: 128px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #eb3f3d;
}

#branch .detail .infor .tool a i {
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#branch .detail .infor .tool a p {
    font-size: 15px;
    font-weight: 500;
    color: #eb3f3d;
}

#branch .detail .infor .tool a.likeBtn i {
    background: url("../img/good_r.png") no-repeat 50% 50% / contain
}

#branch .detail .infor .tool a.shopBtn i {
    background: url("../img/shop_r.png") no-repeat 50% 50% / contain
}
#branch .detail .infor .tool a.shopBtn.on i {
    background: url("../img/shop_rf.png") no-repeat 50% 50% / contain
}
#branch .detail .infor .introduce {
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
    white-space: pre-line;
}
#branch .detail .infor+.infor {
    margin-top: 80px;
}
#branch .detail .infor .cont {
    border: 1px solid #ddd;
}

#branch .detail .infor .cont dl {
    display: flex;
}

#branch .detail .infor .cont dl + dl {
    border-top: 1px solid #ddd
}

#branch .detail .infor .cont dt {
    flex-shrink: 0;
    width: 196px;
    min-height: 64px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #1c1c1c;
    padding: 12px 24px;
}

#branch .detail .infor .cont dd {
    flex: 1;
    min-height: 64px;
    background: #ffffff;
    padding: 12px 24px;
    line-height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #1c1c1c;
}

#branch .detail .infor .cont dd .holiBtn {
    display: flex;
    margin: 0 32px 0 0;
    align-items: center;
}

#branch .detail .infor .cont dd .holiBtn i {
    width: 20px;
    height: 20px;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain;
    margin: 0 10px 0 0
}

#branch .detail .infor .cont dd .holiBtn p {
    font-size: 15px;
    color: #1c1c1c
}

#branch .detail .infor .cont dd .holiBtn.on i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#branch .detail .infor .cont dd ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 40px;
    padding: 12px 0;
    width: 100%;
}

#branch .detail .infor .cont dd li {
    min-width: calc(20% - 10px);
    display: flex;
    align-items: flex-start;
    line-height: 1;
    font-size: 15px;
}

#branch .detail .infor .cont dd li:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #1c1c1c;
    margin: 6px 8px 0 0;
}

#branch .detail .infor .packageWrap {margin-top: 50px;position: relative; display: flex}
#branch .detail .infor .packageWrap .packageLabel {width: 200px; margin-right: 20px;font-size: 20px;padding: 30px 20px; border-radius: 0px 20px 0px 20px; background: linear-gradient( 135deg, #FFAA85 5%, #B3315F 100%); color: #fff;}
#branch .detail .infor .packageWrap .packageLabel p {display: flex;gap: 20px;    font-family: 'SUIT-Regular';}
#branch .detail .infor .packageWrap .packageLabel img {height: 25px}
#branch .detail .infor .packageWrap .pkSwiper {position: relative; width: calc(100% - 230px); overflow: hidden;}
#branch .detail .infor .packageWrap .pkSwiper .swiper-scrollbar {background: #ba264910}
#branch .detail .infor .packageWrap .pkSwiper .swiper-scrollbar-drag {background: #ba264930}
#branch .detail .infor .packageWrap .tit {line-height: 1;font-size: 24px; font-weight: 500; color: #1c1c1c; margin: 0 0 24px 0; text-align: center;}
#branch .detail .infor .packageWrap ul {}
#branch .detail .infor .packageWrap ul li{min-height: 300px; border-top: 2px solid #ba2649;padding: 30px 20px;display: flex;flex-direction: column;/*align-items: center;*/border-bottom: 1px solid #eee}
#branch .detail .infor .packageWrap ul li:first-child {border-left: 1px solid #eee}
#branch .detail .infor .packageWrap ul li:last-child {border-right: 1px solid #eee}
#branch .detail .infor .packageWrap ul li+li {border-left: 1px solid #eee}
#branch .detail .infor .packageWrap ul li .packageTitle{font-size: 18px;text-align: center; margin-bottom: 30px;}
#branch .detail .infor .packageWrap ul li .packagePrice{ padding: 12px 15px; border: 1px solid #ba2649; border-radius: 50px;  text-align: center; color: #ba2649; font-size: 16px; width: 70%;min-width: 145px; margin: 0 auto}
#branch .detail .infor .packageWrap ul li .packageContent{padding: 20px; font-size: 14px;white-space: pre-line}

#branch .detail .infor .button {
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#branch .detail .infor .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    font-size: 16px;
    font-weight: 500;
    background: #aa2649 !important;
    border-color: #aa2649 !important;
    color: #FFFFFF !important;
}

#branch .detail .congestion {
    padding: 80px 0 88px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#branch .detail .congestion .tit {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 24px 0;
}

#branch .detail .congestion .txt {
    line-height: 22px;
    font-size: 15px;
    color: #555;
    margin: 0 0 36px 0;
}

#branch .detail .congestion .chk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 48px 0;
}

#branch .detail .congestion .chk button {
    min-width: 64px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 40px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    color: #707070;
}

#branch .detail .congestion .chk button.on {
    border-color: #EB3F3D;
    color: #EB3F3D;
}

#branch .detail .congestion .con {
    width: 100%;
}

#branch .detail .congestion .con .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 40px 0
}

#branch .detail .congestion .con .icon > div {
    display: flex;
    align-items: center;
}

#branch .detail .congestion .con .icon > div i {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background: #fafafa;
    margin: 0 8px 0 0;
}

#branch .detail .congestion .con .icon > div p {
    font-size: 16px;
    color: #373737;
}

#branch .detail .congestion .con .icon > div.icon01 i {
    background: #06C270
}

#branch .detail .congestion .con .icon > div.icon02 i {
    background: #FFCE00
}

#branch .detail .congestion .con .icon > div.icon03 i {
    background: #FF7700
}

#branch .detail .congestion .con .icon > div.icon04 i {
    background: #EB3F3D
}

#branch .detail .congestion .con .time {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1px;
    border-radius: 40px;
    overflow: hidden;
}

#branch .detail .congestion .con .time > p {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #fafafa;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#branch .detail .congestion .con .time > p.time01 {
    background: #06C270
}

#branch .detail .congestion .con .time > p.time02 {
    background: #FFCE00
}

#branch .detail .congestion .con .time > p.time03 {
    background: #FF7700
}

#branch .detail .congestion .con .time > p.time04 {
    background: #EB3F3D
}

#branch .detail .map {
    padding: 80px 0 88px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#branch .detail .map .tit {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 24px 0;
}

#branch .detail .map .con {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd
}

#branch .detail .map .con img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#branch .detail .caution {
    /*border-bottom: 1px solid #ddd;*/
    border-top: 1px solid #ddd;
}

#branch .detail .caution .desc {
    padding: 80px 0;
    display: flex;
}

#branch .detail .caution .desc .ico {
    width: 347px;
    flex-shrink: 0;
    margin: 0 40px 0 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#branch .detail .caution .desc .con {
    flex: 1;
    width: 100%;
}

#branch .detail .caution .desc .con .tit {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 28px 0;
}

#branch .detail .caution .desc .con .txt {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#branch .detail .caution .desc .con .txt > div {
    position: relative;
    padding: 0 0 0 20px;
}

#branch .detail .caution .desc .con .txt > div i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}

#branch .detail .caution .desc .con .txt > div strong {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
}

#branch .detail .caution .desc .con .txt > div strong + p {
    margin-top: 4px;
}

#branch .detail .caution .desc .con .txt > div p {
    line-height: 20px;
    font-size: 14px;
}

#branch .detail .caution .desc .con .txt.col {
    flex-direction: column
}

#branch .detail .caution .desc .con .txt.col > div {
}

#branch .detail .caution .desc .con .txt.row {
    flex-direction: column;
    height: 229px;
}

#branch .detail .caution .desc .con .txt.row > div {
    width: calc(50% - 12px);
}

#branch .detail .caution .desc + .desc {
    border-top: 1px solid #ddd;
}

#branch .detail .review {
    padding: 80px 0;
    /*border-bottom: 1px solid #ddd;*/
}

#branch .detail .review .tit {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 24px 0;
    text-align: left;
}
#branch .detail .review .tit span {
    font-size: 18px;
    color: #999;
    font-weight: 300;
}

#branch .detail .review .tab {
    margin: 0 0 64px 0;
}

#branch .detail .review .tab ul {
}

#branch .detail .review .tab li {
    flex: 1;
}

#branch .detail .review .tab li a {
    height: 56px;
    font-size: 16px;
}

#branch .detail .review .tab li.on {
}

#branch .detail .review .tab li.on a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EB3F3D;
}

#branch .detail .review .txt {
    margin: 0 0 48px 0;
    text-align: Center;
    line-height: 1;
    font-size: 14px;
    color: #1c1c1c
}

#branch .detail .review .con {
}

#branch .detail .review .con .view {
    display: block
}

#branch .detail .review .con .write {
    display: none
}

#branch .detail .review .con .view.on {
    display: none
}

#branch .detail .review .con .write.on {
    display: block
}

#branch .detail .review .con ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
}

#branch .detail .review .con li {
    width: calc(50% - 14.99px);
}

#branch .detail .review .con li .box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px;
    height: 64px;
}

#branch .detail .review .con li .box img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
}

#branch .detail .review .con li .box p {
    flex: 1;
    line-height: 20px;
    font-size: 14px;
    color: #1c1c1c;
}

#branch .detail .review .con li .box em {
    width: 24px;
    line-height: 20px;
    font-size: 14px;
    color: #eb3f3d;
    text-align: center;
}

#branch .detail .review .con li .box input {
    display: none;
}

#branch .detail .review .con li .box i {
    display: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#branch .detail .review .con li .box input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#branch .detail .review.edit {
}

#branch .detail .review.edit .con li .box {
    cursor: pointer
}

#branch .detail .review.edit .con li .box em {
    display: none
}

#branch .detail .review.edit .con li .box i {
    display: block
}

#branch .detail .review.edit .button {
}

#branch .detail .review.edit .button .reviewBtn {
    display: none
}

#branch .detail .review.edit .button .reviewSubmitBtn {
    display: flex;
}

#branch .detail .review .button {
    margin: 56px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#branch .detail .review .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    font-size: 16px;
    border: 1px solid transparent;
}

#branch .detail .review .button .reviewSubmitBtn {
    display: none
}

#branch .detail .board {
    padding: 40px 0 80px;
}

#branch .detail .board .tab {
    /*margin: 0 0 24px 0;*/
    margin: 0 0 64px 0;
}

#branch .detail .board .tab ul {
    display: flex;
}

#branch .detail .board .tab li {
    flex: 1;
}

#branch .detail .board .tab li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    font-weight: 500;
    color: #707070;

    height: 56px;
    font-size: 16px;
}

#branch .detail .board .tab li.on {
}
#branch .detail .board .tab li.on a {
    color: #ba2649;
}

#branch .detail .board .tab li.on a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ba2649;
}
#branch .detail .board .tab-box.on {display: block}
#branch .detail .board .tab-box {display: none; min-height: 250px}
#branch .detail .board .tab-box .refund_info {
    background: #f7f7f7;
    padding: 40px 20px;
    line-height: 150%;
    font-size: 14px;
    border-radius: 7px;
}
#branch .detail .board .tab-box .noDes {
    padding: 50px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
}
#branch .detail .board .cate {
    margin: 0 0 32px 0
}

#branch .detail .board .cate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#branch .detail .board .cate li {
}

#branch .detail .board .cate li a {
    display: flex;
    width: auto;
    height: 40px;
    padding: 6px 16px;
    border-radius: 40px;
    border: 1px solid #dddddd;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #707070;
}

#branch .detail .board .cate li a.on {
    color: #EB3F3D;
    border-color: #EB3F3D;
}

#branch .detail .board .search {
    margin: 24px 0;
}

#branch .detail .board .search .form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#branch .detail .board .search .select {
    display: flex;
    width: 120px;
    margin: 0 10px 0 0;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    align-items: center;
}

#branch .detail .board .search .select select {
    padding: 0 16px;
    width: 100%;
    border: 0;
    height: 48px;
}

#branch .detail .board .search .input {
    display: flex;
    margin: 0 10px 0 0;
    width: 252px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 16px;
    font-size: 14px;
    align-items: center;
}

#branch .detail .board .search .input input {
    flex: 1;
    height: 20px;
}

#branch .detail .board .search .input button {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent
}

#branch .detail .board .search .input button img {
    display: block;
    width: 100%;
    height: auto;
}

#branch .detail .board .tab-box table {width: 100%;border-collapse: collapse;}
#branch .detail .board .table td .empty {
    padding: 100px 0;
    text-align: center;
}
#branch .detail .board .tab-box table .tal, #branch .detail .board .tab-box table .tal * {
    text-align: left !important;
    justify-content: flex-start;
}

#branch .detail .board .tab-box table .tac, #branch .detail .board .tab-box table .tac * {
    text-align: center !important;
    justify-content: center;
}
#branch .detail .board .table {
}
#branch .detail .board .table tr {
}

#branch .detail .board .table th{
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
    background: #F4F4F4;
    font-weight: 500;
}
#branch .detail .board .table th, #branch .detail .board .table td {
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;

    padding: 20px 4px;
}

#branch .detail .board .table td [class^=ico] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ededed;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
}

#branch .detail .board .table td .ico1 {
    color: #0066B3
}

#branch .detail .board .table td .ico2 {
    color: #06C270
}

#branch .detail .board .table td .ico3 {
    color: #EB3F3D
}

#branch .detail .board .table td a {
    display: flex;
}

#branch .detail .board .table td a em.flag {
    display: inline-flex;
    color: #EB3F3D;
    margin: 0 4px 0 0;
    flex-shrink: 0;
    line-height: 22px;
}

#branch .detail .board .table td a .anchor {
    margin: 0 4px 0 0;
    line-height: 22px;
}

#branch .detail .board .table td a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 22px;
    height: 22px;
}

#branch .detail .board .table td.thm img {
    height: 40px;
    width: 60px;
    object-fit: contain
}

#branch .detail .board .table tr.end a em.flag {
    color: #707070
}

#branch .detail .board .basic {
}

#branch .detail .board .basic .button {
    display: flex;
    align-items: center;
    justify-content: Flex-end;
    margin: -68px 0 0 0;
}

#branch .detail .board .basic .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px
}
#branch .detail .board .basic .paging {
    margin: 37px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#branch .detail .board .basic .paging a.pageMore {
    width: 250px;
    border: 1px solid #999;
    height: 40px;
    font-size: 13px;
    border-radius: 5px;
}
#branch .detail .board .basic .paging a {
    height: 28px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
    margin: 0 1px;
    border-radius: 3px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    line-height: 20px;
    font-size: 12px;
    color: #1c1c1c;
    flex-shrink: 0;
}
#branch .detail .board .basic .paging a.current {
    font-weight: 500;
    color: #EB3F3D;
}

#branch .detail .board .write {
    margin: 64px 0 0 0;
    display: none;
}

#branch .detail .board .write .form {
    border-top: 1px solid #dddddd;
}

#branch .detail .board .write .form dl {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

#branch .detail .board .write .form dt {
    width: 188px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    background: #f4f4f4;
    font-size: 15px;
    color: #1c1c1c;
}

#branch .detail .board .write .form dd {
    flex: 1;
    display: flex;
    min-height: 80px;
    padding: 16px 24px;
}

#branch .detail .board .write .form dd .txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #1c1c1c;
}

#branch .detail .board .write .form dd .inp {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

#branch .detail .board .write .form dd .inp.w300 {
    width: 300px;
}

#branch .detail .board .write .form dd .inp.w320 {
    width: 320px;
}

#branch .detail .board .write .form dd .inp input {
    padding: 16px;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

#branch .detail .board .write .form dd .inp input.datepicker {
    background: url("../img/calendar.png") no-repeat right 16px center / 24px auto;
}

#branch .detail .board .write .form dd .chk {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    min-height: 48px;
    align-items: center;
}

#branch .detail .board .write .form dd .chk label {
    display: flex;
    align-items: center;
    height: 24px;
    cursor: pointer
}

#branch .detail .board .write .form dd .chk label input {
    display: none;
}

#branch .detail .board .write .form dd .chk label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#branch .detail .board .write .form dd .chk label input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c;
    white-space: nowrap;
}

#branch .detail .board .write .form dd .chk label input ~ p span {
    font-weight: 300;
    color: #707070;
}

#branch .detail .board .write .form dd .chk label input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#branch .detail .board .write .form dd .fix {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 14px;
    background: #fff;
    padding: 2px 4px;
}

#branch .detail .board .write .form dd .textarea {
    width: 100%;
}

#branch .detail .board .write .form dd .textarea textarea {
    padding: 16px;
    width: 100%;
    height: 460px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

#branch .detail .board .write .form dd .space {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

#branch .detail .board .write .form dd .file {
}

#branch .detail .board .write .form dd .file .fileBtn {
    display: flex;
}

#branch .detail .board .write .form dd .file .fileBtn label {
    display: flex;
    cursor: pointer;
}

#branch .detail .board .write .form dd .file .fileBtn label input {
    display: none;
}

#branch .detail .board .write .form dd .file .fileBtn label p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 40px;
    border-radius: 40px;
    background: #1c1c1c;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#branch .detail .board .write .form dd .file .fileList {
}

#branch .detail .board .write .form dd .file .fileList ul {
    display: flex;
    gap: 16px;
}

#branch .detail .board .write .form dd .file .fileList li {
    position: relative;
    margin: 20px 0 0 0;
}

#branch .detail .board .write .form dd .file .fileList li .img {
    width: 140px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
}

#branch .detail .board .write .form dd .file .fileList li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .detail .board .write .form dd .file .fileList li .del {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#branch .detail .board .write .form dd .file .fileList li .del img {
    display: block;
    width: 100%;
    height: auto;
}

#branch .detail .board .write .button {
    margin: 56px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#branch .detail .board .write .button .btn {
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent
}

#branch .detail .board .write .button .btn + .btn {
    margin: 0 0 0 30px;
}

#branch .detail .board .view {
    margin: 64px 0 0 0;
    display: none;
}

#branch .detail .board .view .head {
    display: flex;
    align-items: center;
    padding: 24px 24px;
    background: #f2f2f2;
    border-top: 1px solid #707070;
}

#branch .detail .board .view .head .area {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #eb3f3d;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

#branch .detail .board .view .head .subject {
    flex: 1;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#branch .detail .board .view .head .tool {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

#branch .detail .board .view .head .tool a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    text-decoration: underline
}

#branch .detail .board .view .head .tool a + a {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#branch .detail .board .view .head .tool a + a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .detail .board .view .info {
    border-bottom: 1px solid #dddddd;
    display: flex;
    height: 64px;
    padding: 24px;
    align-items: center;
}

#branch .detail .board .view .info p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070
}

#branch .detail .board .view .info p strong {
    font-weight: 500;
    margin: 0 8px 0 0;
}

#branch .detail .board .view .info p + p {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#branch .detail .board .view .info p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .detail .board .view .info .ongoing {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center
}

#branch .detail .board .view .info .ongoing .going {
    display: flex;
    align-items: Center;
    justify-content: Center;
    padding: 4px 10px;
    border-radius: 40px;
    height: 28px;
    border: 1px solid #eb3f3d;
    font-size: 13px;
    color: #eb3f3d;
    margin: 0 8px 0 0
}

#branch .detail .board .view .info .ongoing .period {
    font-size: 14px;
    color: #707070
}

#branch .detail .board .view .cont {
    padding: 64px 0 80px;
    border-bottom: 1px solid #ddd;
}

#branch .detail .board .view .cont img {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    height: auto;
}

#branch .detail .board .view .cont p {
    line-height: 32px;
    font-size: 15px;
}

#branch .detail .board .view .button {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#branch .detail .board .view .button .btn {
    min-width: 188px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
    gap: 8px;
}

#branch .detail .board .view .button .btn img {
    height: 16px;
}

#branch .detail .board .view .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    border-bottom: 1px solid #ddd;
}

#branch .detail .board .view .bottom .total {
    display: flex
}

#branch .detail .board .view .bottom .total dl {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
}

#branch .detail .board .view .bottom .total dl + dl {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

#branch .detail .board .view .bottom .total dl + dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#branch .detail .board .view .bottom .total dt {
    font-size: 14px;
    margin: 0 4px 0 0;
}

#branch .detail .board .view .bottom .total dd {
    font-size: 14px;
    font-weight: 500;
}

#branch .detail .board .view .bottom .total dd span {
    color: #0066B3;
}

#branch .detail .board .view .bottom .total dd strong {
    color: #EB3F3D;
}

#branch .detail .board .view .bottom .share {
    position: relative;
    display: flex;
    align-items: center;
}

#branch .detail .board .view .bottom .share > a {
    display: flex;
    height: 52px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

#branch .detail .board .view .bottom .share > a img {
    height: 20px;
}

#branch .detail .board .view .bottom .share > ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #00000029;
    width: 265px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    background: #fff;
}

#branch .detail .board .view .bottom .share > ul li {
}

#branch .detail .board .view .bottom .share > ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#branch .detail .board .view .bottom .share > ul li a img {
    width: 64px;
    height: auto;
}

#branch .detail .board .view .bottom .share > ul li a p {
    margin: 12px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

#branch .detail .board .view .bottom .share.on > ul {
    opacity: 1;
    visibility: visible;
}

#branch .detail .board .view .comment {
}

#branch .detail .board .view .comment .type {
    padding: 80px 0 0 0;
    margin: 0 0 32px 0;
}

#branch .detail .board .view .comment .type ul {
    display: flex;
}

#branch .detail .board .view .comment .type li {
    flex: 1;
}

#branch .detail .board .view .comment .type li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 16px;
    border: 1px solid transparent;
    border-bottom: 1px solid #eb3f3d;
}

#branch .detail .board .view .comment .type li.on a {
    color: #eb3f3d;
    border: 1px solid #eb3f3d;
    border-bottom-color: #fff;
}

#branch .detail .board .view .comment .con {
}

#branch .detail .board .view .comment .con ul {
}

#branch .detail .board .view .comment .con li {
    padding: 20px 24px;
    display: flex;
    justify-content: center;
}

#branch .detail .board .view .comment .con li + li {
    border-top: 1px solid #ddd;
}

#branch .detail .board .view .comment .con li .cmt_ico {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    border: 1px solid #ddd
}

#branch .detail .board .view .comment .con li .cmt_ico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#branch .detail .board .view .comment .con li .cmt_con {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

#branch .detail .board .view .comment .con li .cmt_name {
    margin: 0 0 4px 0;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
}

#branch .detail .board .view .comment .con li .cmt_text {
    line-height: 22px;
    font-size: 15px;
    color: #1c1c1c;
    white-space: pre-line
}

#branch .detail .board .view .comment .con li .cmt_item {
    margin: 12px 0 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
}

#branch .detail .board .view .comment .con li .cmt_date {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 18px;
    font-size: 12px;
    color: #707070;
}

#branch .detail .board .view .comment .con li .cmt_button {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 18px;
    font-size: 12px;
    color: #707070;
}

#branch .detail .board .view .comment .con li .cmt_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    border-radius: 40px;
    border: 1px solid #707070;
}

#branch .detail .board .view .comment .con li.cmt_rep {
    background: #f4f4f4
}

#branch .detail .board .view .comment .con li.cmt_rep .cmt_ico {
    background: #707070;
}

#branch .detail .board .view .comment .frm {
    margin: 20px 0 0 0;
    border-radius: 8px;
    background: #F4F4F4;
    padding: 24px;
}

#branch .detail .board .view .comment .frm .box {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #ffff
}

#branch .detail .board .view .comment .frm .inp {
}

#branch .detail .board .view .comment .frm .inp textarea {
    width: 100%;
    height: 64px;
    line-height: 16px;
    font-size: 13px;
}

#branch .detail .board .view .comment .frm .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 0 0;
}

#branch .detail .board .view .comment .frm .bot .file {
}

#branch .detail .board .view .comment .frm .bot .file label {
    cursor: pointer
}

#branch .detail .board .view .comment .frm .bot .file label input {
    display: none;
}

#branch .detail .board .view .comment .frm .bot .file label img {
    width: auto;
    height: 24px;
}

#branch .detail .board .view .comment .frm .bot .submit {
}

#branch .detail .board .view .comment .frm .bot .submit a, #branch .detail .board .view .comment .frm .bot .submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 32px;
    padding: 6px 12px;
    border-radius: 32px;
    background: #555;
    font-size: 14px;
    color: #fff;
}

#branch .detail .latest {
    padding: 40px 0 80px;
}

#branch .detail .latest .tab {
    margin: 0 0 56px 0;
}

#branch .detail .latest .tab ul {
}

#branch .detail .latest .tab li {
    flex: 1;
}

#branch .detail .latest .tab li a {
    height: 56px;
    font-size: 16px;
}

#branch .detail .latest .tab li.on {
}

#branch .detail .latest .tab li.on a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EB3F3D;
}

#branch .detail .latest .sort {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px 0;
    gap: 12px 8px;
}

#branch .detail .latest .sort button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 6.66px);
    height: 48px;
    border-radius: 42px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    color: #707070;
}

#branch .detail .latest .sort button.on {
    color: #EB3F3D;
    border-color: #EB3F3D;
}

#branch .detail .latest .list {
}

#branch .detail .latest .list {
    overflow: hidden;
}

#branch .detail .latest .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: auto;
}

#branch .detail .latest .list li {
    padding: 0 15px 40px;
    width: 25%;
}

#branch .detail .latest .list .img {
    border-radius: 8px;
    overflow: hidden;
    padding: 60% 0 0 0;
    position: relative;
    border: 1px solid #ddd;
}

#branch .detail .latest .list .img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#branch .detail .latest .list .con {
    margin: 16px 0 0 0;
    display: flex;
    flex-direction: column;
}

#branch .detail .latest .list .name {
    line-height: 25px;
    font-size: 20px;
    color: #1c1c1c;
    display: flex;
    align-items: center;
}

#branch .detail .latest .list .name p {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#branch .detail .latest .list .name i {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    background: url("../img/arrow_right_b.png") no-repeat 50% 50% / contain
}

#branch .detail .latest .list .text {
    line-height: 25px;
    font-size: 20px;
    color: #1c1c1c;
    display: flex;
    align-items: center;
}

#branch .detail .latest .list .info {
    display: flex;
    align-items: flex-end;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ededed;
}

#branch .detail .latest .list .price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#branch .detail .latest .list .price .sale {
    line-height: 1;
    font-size: 22px;
    color: #eb3f3d;
}

#branch .detail .latest .list .price .origin {
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 12px;
    display: flex;
}

#branch .detail .latest .list .price .origin .rate {
    font-size: 18px;
    font-weight: 500;
    color: #0066b3;
    margin: 0 8px 0 0;
}

#branch .detail .latest .list .price .origin .cost {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
}

#branch .detail .latest .list .tool {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

#branch .detail .latest .list .tool .comment {
    display: flex;
    align-items: center;
}

#branch .detail .latest .list .tool .comment i {
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    background: url("../img/icon_comment_g.png") no-repeat 50% 50% / contain;
}

#branch .detail .latest .list .tool .comment em {
    font-size: 18px;
    color: #0066b3;
    line-height: 22px;
}

#branch .detail .advice {
    padding: 80px 0;
}

#branch .detail .advice .tit {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0 0 24px 0;
    text-align: center;
}

#branch .detail .advice .tab {
    margin: 0 0 64px 0;
}

#branch .detail .advice .tab li {
    flex: 1;
}

#branch .detail .advice .tab li a {
    height: 56px;
    font-size: 16px;
}

#branch .detail .advice .tab li.on a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EB3F3D;
}
#branch .review_list {
    /*padding: 20px 0;*/
    display: flex;
    flex-wrap: wrap;
}
#branch .review_list li {
    width: 50%;
    padding: 20px 20px 20px 0;}
#branch .review_list li+li {}
#branch .review_list li .nick{font-size: 14px}
#branch .review_list li .star-box {margin: 10px 0}
#branch .review_list li .cont {white-space: pre-line}

#popup_inquiry .inner {border-radius: 12px}
#popup_inquiry #calendar_wrap {
    padding-bottom: 15px;
}
#popup_inquiry .content {
    padding: 20px 0;
}
#popup_inquiry .caution {
    color: red;
    font-size: 12px;
    padding: 15px 0;
}
#popup_inquiry .row+.row {
    margin-top: 20px;
}
#popup_inquiry .row .time {
    display: flex;
    align-items: center;
    gap: 10px;
}
#popup_inquiry .row .sub-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 500;
}
#popup_inquiry .row .sub-title span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}
#popup_inquiry .row select {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px;
    /*width: 50%;*/
    width: 100%;
    outline: none;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background:url('../img/arrow_down.svg') no-repeat 97% 50%/15px auto;
    text-align: center;
    font-size: 16px;
}
#popup_inquiry .row select option:disabled {
    color: #ddd !important;
}
#popup_inquiry .row input[type=text] {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px;
    width: 100%;
}
#popup_inquiry #calendar_wrap table {
    width: 100%;
    /*border-radius: 4px;*/
    /*border: 1px solid #ddd;*/
    padding: 20px 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
}
#popup_inquiry #calendar_wrap table tr {}
#popup_inquiry #calendar_wrap table tr th {height: 30px;font-size: 14px}
#popup_inquiry #calendar_wrap table tr td {text-align: center;height: 30px; width: calc(100% / 7);}
#popup_inquiry #calendar_wrap table tr td .day {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
#popup_inquiry #calendar_wrap table tr td .day:hover {
    background: #f7f7f7;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
}
#popup_inquiry #calendar_wrap table tr td .day.on {
    color: #fff !important;
    background: #aa2649 !important;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
}
#popup_inquiry #calendar_wrap table tr td .day.holy {font-size: 14px;color: #fc4c4e;}
#popup_inquiry #calendar_wrap table tr td .day.blue {font-size: 14px;color: #0000FF;}
#popup_inquiry #calendar_wrap table tr td .day.black {font-size: 14px;color: #000000;}
#popup_inquiry #calendar_wrap table tr td .day.disabled {font-size: 14px;pointer-events: none;opacity: 0.3}

#popup_inquiry #calendar_wrap table .date {font-size: 16px;display: inline-block; height: 28px}
#popup_inquiry #calendar_wrap table .prev a {display: block; text-align: left;padding: 0 10px 10px}
#popup_inquiry #calendar_wrap table .next a {display: block; text-align: right;padding: 0 10px 10px}
#popup_inquiry #calendar_wrap table .prev img{height: 25px}
#popup_inquiry #calendar_wrap table .next img{height: 25px}

#popup_select .select {display: flex;padding: 20px;gap: 20px;}
#popup_select .select .box {width: 50%;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    aspect-ratio: 1;
    justify-content: center;
    gap: 15px;}
#popup_select .select .box img{width: 40%}
#popup_select .select .box p{font-size: 16px; color: #000}

#popup_qa .content {
    padding: 20px 0;
}
#popup_qa .row+.row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
#popup_qa .row .sub-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 500;
    color: #ba2649;
}
#popup_qa .row input[type=text] {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px;
    width: 100%;
}
#popup_qa .row textarea {
    resize: none;
    min-height: 250px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
}
#popup_qa.qa_wrap .row textarea {
    min-height: 150px;
}

#popup_privacy .inner {
    width: 800px;
}
#popup_privacy .inner table {width: 100% !important;}


#popup_refund .content {
    padding: 20px 0;
}
#popup_refund .row+.row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
#popup_refund .row .sub-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 500;
    color: #ba2649;
}
#popup_refund .row input[type=text],#popup_refund .row select {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 45px;
    width: 100%;
    outline: none;
}
#popup_refund .row select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background:url('../img/arrow_down.svg') no-repeat 97% 50%/15px auto;
}


.mo-side-menu {display: none }

.fin_wrap {padding: 80px 0 30px;height: calc((var(--vh, 1vh) * 100) - 320px);}
.fin_wrap .check {text-align: center;}
.fin_wrap .check img{}
.fin_wrap h2 {
    text-align: center;
    font-size: 1.25em;
    margin: 0 0 10px;
}
.fin_wrap h2 strong {
    font-size: 20px;
    color: #aa2649;
}
.fin_wrap .fin_cont {
    padding: 10px 20px;
}
.fin_wrap .fin_cont .cont {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.fin_wrap .btn_confirm {margin: 20px 0 30px;}
.fin_wrap .btn_confirm a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #aa2649;
    color: #aa2649;
    border-radius: 3px;
    font-weight: bold;
}

/**/

#mypage {
    padding: 50px 0;
    /*min-height: calc((var(--vh, 1vh) * 100) - 320px);*/
    min-height: calc(var(--vh, 1vh) * 100);
}
#mypage .pg_wrap {margin-top: 30px}
#mypage button,#mypage input[type=text] {border: none; outline: none}

#mypage .wrap {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: 1200px;
    padding: 0 25px;
    max-width: 100%;
}

#mypage .mypage {
    display: none;
}

#mypage .aside {
    width: 252px;
    margin: 0 56px 0 0;
    flex-shrink: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
#mypage .aside+.aside {
    margin-top: 30px;
}
#mypage .aside .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 24px;
    height: 90px;
    line-height: 22px;
    font-size: 22px;
    font-weight: bold;
    color: #00235c;
    cursor: pointer;
}

#mypage .aside .tit:before {
    content: '';
    width: 2px;
    height: 18px;
    margin: 0 12px 0 0;
    background: #EB3F3D;
    flex-shrink: 0;
}

#mypage .aside .con {
}

#mypage .aside .con ul {
    padding: 6px 0;
}

#mypage .aside .con li {
    position: relative;
    padding: 0 24px;
}

#mypage .aside .con li:last-child a {
    border-bottom: 0;
}

#mypage .aside .con li a {
    display: flex;
    align-items: center;
    line-height: 56px;
    font-size: 15px;
    color: #707070;
    border-bottom: 1px solid #ddd
}
#mypage .aside .con li a em {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #ba2649;
    background: #ba2649;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}
#mypage .aside .con li a.golink {justify-content: space-between;color: #000;
    font-weight: 600;}
#mypage .aside .con li a.golink:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/arrow_right_b.png") no-repeat right center / auto 14px;
}


#mypage .aside .con li.on {
    background: #f4f4f4
}

#mypage .aside .con li.on:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    z-index: 2;
}

#mypage .aside .con li.on a {
    color: #000000;
}

#mypage .aside .con li:hover {
    background: #f4f4f4
}

#mypage .section {
    flex: 1;
    width: 100%;
}

#mypage .section > .title {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 8px 0 24px 0;
}
#mypage .mycate {
    padding: 0;
}
#mypage .mycate.wait {
    font-size: 14px;
    line-height: 20px;
}

#mypage .mycate .tit {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 0 0 24px 0;
    text-align: center;
}

#mypage .mycate+.title {
    margin-top: 55px;
}

#mypage .mycate .con {
}

#mypage .mycate .con ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

#mypage .mycate .con li {
    width: 33.33%;
    padding: 0 8px 16px;
}

#mypage .mycate .con li a {
    position: relative;
    display: block;
    padding: 70% 0 0 0;
}

#mypage .mycate .con li p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 4px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #1c1c1c;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}

#mypage .mycate .con li img {
    margin-bottom: 15px;
    display: block;
    width: auto;
    max-height: 64px;
}
#mypage .mypage_head {height: 200px; margin: 0 auto 50px; width: 1200px; padding: 0 25px; max-width: 100%;}
#mypage .mypage_head .inner {display: flex; justify-content: space-between;align-items: center;height: 100%;background: #f7f7f7; border-radius: 15px;padding: 0 40px}
#mypage .mypage_head .inner .profile {display: flex;align-items: center;gap: 20px}
#mypage .mypage_head .inner .profile .img {width: 100px; height: 100px;background: #fff;border-radius: 50%; position: relative}
#mypage .mypage_head .inner .profile .img img{width: 100%; height: 100%; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover}
#mypage .mypage_head .inner .profile .img .cog {position: absolute; bottom: 0; right: 0}
#mypage .mypage_head .inner .profile .img .cog a {
    position: relative;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 24px;
    overflow: hidden;
    text-indent: -9999em;
    background: #ffffff;
}
#mypage .mypage_head .inner .profile .img .cog a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: url(../img/cog.png) no-repeat 50% 50% / contain;
}
#mypage .mypage_head .inner .profile .tag { background: #fff;color: #000; border: 1px solid #999; border-radius: 5px;padding: 3px 10px;margin-bottom: 5px;display: inline-block}
#mypage .mypage_head .inner .profile .tag.seller {color: #aa2649; border: 1px solid #a57783;}
#mypage .mypage_head .inner .profile .name {font-size: 20px;}
#mypage .mypage_head .inner .sub {}
#mypage .mypage_head .inner .sub ul{display: flex}
#mypage .mypage_head .inner .sub ul li a{font-size: 18px; padding: 0 30px;}
#mypage .mypage_head .inner .sub ul li b {color: rgba(186, 38, 73, 1)}
#mypage .mypage_head .inner .sub ul li+li {border-left: 1px solid #ddd}


#mypage .section .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 35px;
}

#mypage .section .header .title {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #1c1c1c;
}

#mypage .section .header .tool {
    display: flex;
    align-items: center;
}

#mypage .section .header .tool a {
    display: flex;
    padding: 12px 16px;
    width: auto;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

#mypage .section .header .tool a i {
    width: 16px;
    height: 16px;
}

#mypage .section .header .tool a p {
    line-height: 1;
    font-size: 15px;
    color: #707070;
}

#mypage .section .header .tool a.bookBtn {
}

#mypage .section .header .tool a.bookBtn i {
    background: url("../img/cog.png") no-repeat 50% 50% / contain;
}

#mypage .section .header .search {
    display: flex;
}

#mypage .section .header .search form {
    display: flex;
    gap: 8px;
}

#mypage .section .header .search .sel {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#mypage .section .header .search .sel select {
    width: 100%;
    height: 48px;
    border: 0;
    padding: 8px 16px;
    font-size: 13px;
}

#mypage .section .header .search .inp {
    width: 252px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#mypage .section .header .search .inp input {
    flex: 1;
    width: 100%;
    height: 48px;
    background: transparent;
    padding: 8px 16px;
    font-size: 13px;
}

#mypage .section .header .search .inp button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

#mypage .section .header .search .inp button img {
    height: 20px;
}

#mypage .section .reservation {
}

#mypage .section .reservation .status.status01{
    color: #0066b3;
}
#mypage .section .reservation .status.status02{
    color: #EB3F3D;
}
#mypage .section .reservation .status.status03{
    color: #8600BB;
}
#mypage .section .reservation .status.status04{
    color: #707070;
}
#mypage .section .reservation .status.status05{
    color: green;
}
#mypage .section .reservation .status.status06{
    color: #000;
    font-weight: 500;
    text-decoration: line-through;
}
#mypage .section .reservation .calendarHeader {
    display: flex;
    justify-content: space-between;
}
#mypage .section .reservation .calendarHeader .tabBtnList {
    display: flex;
    height: 40px;
    gap: 5px;
}
#mypage .section .reservation .calendarHeader .tabBtnList a {}
#mypage .section .reservation .calendarHeader .tabBtnList .calendarBtn {
    background: url(../img/calendar_icon.svg) no-repeat center;
    display: block;
    width: 32px;
    background-size: 62%;
}
#mypage .section .reservation .calendarHeader .tabBtnList .calendarBtn.on {
    background: url(../img/calendar_icon_on.svg) no-repeat center;
    display: block;
    width: 32px;
    background-size: 62%;
}
#mypage .section .reservation .calendarHeader .tabBtnList a img {
    height: 100%;
    padding: 10px 5px;
}
#mypage .section .reservation .calendarHeader .tabBtnList .listBtn {
    background: url(../img/list_tab_icon.png) no-repeat center;
    display: block;
    width: 32px;
    background-size: 89%;
}
#mypage .section .reservation .calendarHeader .tabBtnList .listBtn.on {
    background: url(../img/list_tab_icon_on.png) no-repeat center;
    display: block;
    width: 32px;
    background-size: 89%;
}
#mypage .section .reservation .calendarHeader .tabBtnList a.listBtn img {
    padding: 7px 5px;
}
#mypage .section .reservation .month {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 16px;
}

#mypage .section .reservation .month .current {
    margin: 0 24px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    background: transparent
}

#mypage .section .reservation .month .prev {
    width: 40px;
    height: 40px;
    background: transparent
}

#mypage .section .reservation .month .prev img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#mypage .section .reservation .month .next {
    width: 40px;
    height: 40px;
    background: transparent
}

#mypage .section .reservation .month .next img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#mypage .section .reservation .view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}

#mypage .section .reservation .view .badge {
    display: flex;
    align-items: center;
    gap: 10px;
}

#mypage .section .reservation .view .badge p {
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    min-width: 56px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
}

#mypage .section .reservation .view .badge p.badge1 {
    color: #0066B3;
}

#mypage .section .reservation .view .badge p.badge2 {
    color: #06C270;
}

#mypage .section .reservation .view .badge p.badge3 {
    color: #EB3F3D;
}

#mypage .section .reservation .view .stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

#mypage .section .reservation .view .stat p {
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #000;
}
#mypage .section .reservation .view .stat p.waitStatus { background: #ffff90; border-radius: 5px;}
#mypage .section .reservation .view .stat p span {}

#mypage .section .reservation .view .stat p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -12px;
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%)
}

#mypage .section .reservation .view .stat p.stat1 span {
    /*color:#707070;*/
    color: #ccc
}

#mypage .section .reservation .view .stat p.stat2 span {
    color: #1c1c1c
}

#mypage .section .reservation .view .stat p.stat3 span {
    color: #707070;
    text-decoration: line-through
}

#mypage .section .reservation .view .stat p.stat4 span {
    color: #EB3F3D;
}
#mypage .section .reservation .tab-box {display: none}
#mypage .section .reservation .tab-box.on {display: block}
#mypage .section .reservation .calendar {
}

#mypage .section .reservation .calendar .week {
}

#mypage .section .reservation .calendar .week ul {
    display: flex;
    /*gap: 1px;*/
    /*background: #ddd;*/
    border-top: 1px solid #ccc;
}

#mypage .section .reservation .calendar .week li {
    flex: 1;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    flex-shrink: 0;
    font-size: 15px;
    padding: 2px 8px;
}
#mypage .section .reservation .calendar .week li .headWeek {

}
#mypage .section .reservation .calendar .week li+li {
    border-left: 1px solid #ddd;
}

#mypage .section .reservation .calendar .week li.sun {
    color: #EB3F3D;
}

#mypage .section .reservation .calendar .week li.sat {
    color: #0066B3;
}

#mypage .section .reservation .calendar .days {
}

#mypage .section .reservation .calendar .days ul {
    display: flex;
    /*gap: 1px;*/
    /*background: #ddd;*/
    border-bottom: 1px solid #ddd;
}

#mypage .section .reservation .calendar .days li {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#mypage .section .reservation .calendar .days li+li {border-left: 1px solid #ddd}

#mypage .section .reservation .calendar .days li .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 2px 8px;
}

#mypage .section .reservation .calendar .days li .head .num {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
}

#mypage .section .reservation .calendar .days li .head .act {
    display: flex;
    align-items: center;
    gap: 8px;
}

#mypage .section .reservation .calendar .days li .head .act a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .section .reservation .calendar .days li .head .act a i {
    display: block;
    width: 16px;
    height: 16px;
    background: #f4f4f4;
}

#mypage .section .reservation .calendar .days li .head .act a.barBtn i {
    background: url("../img/bar.png") no-repeat 50% 50% / contain
}

#mypage .section .reservation .calendar .days li .head .act a.cogBtn i {
    background: url("../img/cog.png") no-repeat 50% 50% / contain
}

#mypage .section .reservation .calendar .days li .cont {
    min-height: 77px;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 5px 6px;
}

#mypage .section .reservation .calendar .days li .cont .reservation_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*padding: 5px 6px 0;*/
}
#mypage .section .reservation .calendar .days li .cont .reservation_item+.reservation_item {margin-top: 5px}
#mypage .section .reservation .calendar .days li .cont .reservation_item.reservation_blinking {background: #ffff90; border-radius: 5px}
#mypage .section .reservation .calendar .days li .cont .reservation_item span {
    display: flex;
}
#mypage .section .reservation .calendar .days li .cont .reservation_item span.time {

}
#mypage .section .reservation .calendar .days li .cont .reservation_item .check_point {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: red;
    margin-right: 3px;
}

#mypage .section .reservation .calendar .days li .cont p {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#mypage .section .reservation .calendar .days li .cont p:nth-child(1) {
    padding-top: 8px
}

#mypage .section .reservation .calendar .days li .cont p span {
    line-height: 16px;
    font-size: 12px;
    flex-shrink: 0;
}

#mypage .section .reservation .calendar .days li .cont p .number {
    font-size: 11px;
}

#mypage .section .reservation .calendar .days li .cont p .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 34px;
}

#mypage .section .reservation .calendar .days li .cont p .comment {
}

#mypage .section .reservation .calendar .days li .cont p .time {
    margin-left: auto;
    font-size: 10px;
}

#mypage .section .reservation .calendar .days li .cont p.holiday {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #fef4f4;
    font-size: 12px;
    padding: 0 !important;
}

#mypage .section .reservation .calendar .days li .cont p.step1 {
}

#mypage .section .reservation .calendar .days li .cont p.step1 span, #mypage .section .reservation .calendar .days li .cont p.step1 span a {
    color: #ccc;
}

#mypage .section .reservation .calendar .days li .cont p.step2 {
}

#mypage .section .reservation .calendar .days li .cont p.step2 span, #mypage .section .reservation .calendar .days li .cont p.step2 span a {
    color: #1c1c1c;
}

#mypage .section .reservation .calendar .days li .cont p.step3 {
}

#mypage .section .reservation .calendar .days li .cont p.step3 span, #mypage .section .reservation .calendar .days li .cont p.step3 span a {
    text-decoration: line-through;
    color: #1c1c1c;
}

#mypage .section .reservation .calendar .days li.sun .head .num {
    color: #EB3F3D
}

#mypage .section .reservation .calendar .days li.sat .head .num {
    color: #0066B3
}

#mypage .section .reservation .form {
}

#mypage .section .reservation .schedule {
    margin: 48px 0 0
}

#mypage .section .reservation .schedule ul {
    display: flex;
    gap: 1px;
}

#mypage .section .reservation .schedule li {
    flex: 1;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
}

#mypage .section .reservation .schedule .head {
    background: #F4F4F4;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #ddd;
}

#mypage .section .reservation .schedule .head ul {
}

#mypage .section .reservation .schedule .head li {
    background: #F4F4F4;
}

#mypage .section .reservation .schedule .body {
    display: flex;
    gap: 1px;
    background: #ddd;
}

#mypage .section .reservation .schedule .body ul {
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    flex: 1;
}

#mypage .section .reservation .schedule .body ul li {
    background: #fff;
    flex: unset;
}

#mypage .section .reservation .schedule .body ul.disabled li {
}

#mypage .section .reservation .schedule .body ul.disabled li:not(:nth-child(1)) {
    background: #f4f4f4;
    pointer-events: none;
}

#mypage .section .reservation .schedule .body ul.disabled li:not(:nth-child(1)) label input ~ p {
    color: #ccc;
}

#mypage .section .reservation .schedule .body ul.disabled li:not(:nth-child(1)) label input:checked ~ i {
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#mypage .section .reservation .schedule .body .total {
}

#mypage .section .reservation .schedule .body .total li {
}

#mypage .section .reservation .schedule .body label {
    display: flex;
    align-items: center;
    height: 24px;
    cursor: pointer;
    min-width: 64px;
}

#mypage .section .reservation .schedule .body label input {
    display: none;
}

#mypage .section .reservation .schedule .body label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#mypage .section .reservation .schedule .body label input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c
}

#mypage .section .reservation .schedule .body label input ~ p span {
    color: #EB3F3D;
}

#mypage .section .reservation .schedule .body label input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#mypage .section .reservation .detail {
    margin: 0 0 64px;
    border-top: 1px solid #dddddd;
}

#mypage .section .reservation .detail dl {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

#mypage .section .reservation .detail dt {
    width: 152px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    background: #f4f4f4;
    font-size: 15px;
    color: #1c1c1c;
}

#mypage .section .reservation .detail dt img {
    height: 18px;
    width: auto;
    margin: 0 6px 0 0;
}

#mypage .section .reservation .detail dd {
    flex: 1;
    display: flex;
    min-height: 56px;
    padding: 20px 24px;
    flex-direction: column;
    gap: 10px;
}

#mypage .section .reservation .detail dd .txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 16px;
    font-size: 15px;
    color: #1c1c1c;
}

#mypage .section .reservation .detail dd .txt.red {
    color: #eb3f3d;
}

#mypage .section .reservation .detail dd .txt.red small {
    margin-left: 20px;
    font-size: 12px;
}

#mypage .section .reservation .detail dd .box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    color: #999
}

#mypage .section .reservation .detail dd .box1 {
    color: #0066b3
}

#mypage .section .reservation .detail dd .status01 {
    color: #0066b3;
}

#mypage .section .reservation .detail dd .status02 {
    color: #EB3F3D;
}

#mypage .section .reservation .detail dd .status03 {
    color: #8600BB;
}

#mypage .section .reservation .detail dd .status04 {
    color: #707070;
}

#mypage .section .reservation .detail dd .status05 {
    color: green;
}
#mypage .section .reservation .detail dd .status06 {
    color: #000;
    font-weight: 500;
}

#mypage .section .reservation .detail dd .con {
}

#mypage .section .reservation .detail dd .con img {
    margin: 0 0 16px 0;
    border-radius: 10px;
    overflow: hidden;
    object-fit: contain
}

#mypage .section .reservation .button {
    margin: 56px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

#mypage .section .reservation .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    font-size: 14px;
    border: 1px solid transparent;
}
#mypage .table table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #707070;
}
#mypage .table th, #mypage .table td {
    padding: 16px 8px;
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
}
#mypage .table td.empty {
    text-align: center;
    padding: 100px 0;
}
#mypage .table th {
    background: #F4F4F4;
    font-weight: 500;
}
#mypage .tac,#mypage .tac * {
    text-align: center !important;
    justify-content: center;
}
#mypage .myreservation .list .table td a {
    display: flex;
}
#mypage .myreservation .list .table td img {
    width: auto;
    max-height: 24px;
}
#mypage .myreservation .list .table td .status01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #0066b3;
}
#mypage .myreservation .list .table td .status02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #EB3F3D;
}
#mypage .myreservation .list .table td .status03 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #8600BB;
}
#mypage .myreservation .list .table td .status04 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #707070;
}
#mypage .myreservation .list .table td .status05 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: green;
}
#mypage .myreservation .list .table td .status06 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#popup_reservation_detail .close {padding: 0}
/**/
#popup_reservation_detail .table .time {font-size: 13px; color: #999;margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center}
#popup_reservation_detail .table .time span:last-child {text-align: right}
#popup_reservation_detail .table table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #707070;
}
#popup_reservation_detail .table th, #popup_reservation_detail .table td {
    padding: 16px 8px;
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
}
#popup_reservation_detail .table th {
    background: #F4F4F4;
    font-weight: 500;
    min-width: 90px;
}
#popup_reservation_detail .tac,#popup_reservation_detail .tac * {
    text-align: center !important;
    justify-content: center;
}
#popup_reservation_detail .table td .textline {
    white-space: pre-line;
}
#popup_reservation_detail .table td a {
    display: flex;
}
#popup_reservation_detail .table td img {
    width: auto;
    max-height: 24px;
}
#popup_reservation_detail .table td .status01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #0066b3;
}
#popup_reservation_detail .table td .status02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #EB3F3D;
}
#popup_reservation_detail .table td .status03 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #8600BB;
}
#popup_reservation_detail .table td .status04 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #707070;
}
#popup_reservation_detail .table td .status05 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: green;
}
#popup_reservation_detail .table td .status06 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 14px;
    color: #000;
}

#mypage .section .form {
    border-top: 1px solid #dddddd;
}

#mypage .section .form dl {
    display: flex;
    border-bottom: 1px solid #dddddd;
}

#mypage .section .form dt {
    width: 128px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    background: #f4f4f4;
    font-size: 15px;
    color: #1c1c1c;
}

#mypage .section .form dt img {
    height: 18px;
    width: auto;
    margin: 0 6px 0 0;
}

#mypage .section .form dd {
    flex: 1;
    display: flex;
    min-height: 80px;
    padding: 16px 24px;
    flex-direction: column;
}

#mypage .section .form dd .txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #1c1c1c;
}

#mypage .section .form dd .inp {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

#mypage .section .form dd .inp input {
    padding: 8px 16px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

#mypage .section .form dd .inp input.datepicker {
    background: url("../img/calendar.png") no-repeat right 16px center / 24px auto;
}

#mypage .section .form dd .inp span {
}

#mypage .section .form dd .inp p {
}

#mypage .section .form dd .act {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    font-size: 15px;
    color: #1c1c1c;
    gap: 16px;
}

#mypage .section .form dd .act a {
    font-size: 15px;
    text-decoration: underline;
    color: #1c1c1c;
    gap: 10px;
    display: flex;
    align-items: center;
}

#mypage .section .form dd .act a img {
    height: 16px;
}

#mypage .section .form dd .map {
    display: block;
}

#mypage .section .form dd .map img, #mypage .section .form dd .map iframe {
    width: 100%;
    height: auto
}

#mypage .section .form dd .fix {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 14px;
    background: #fff;
    padding: 2px 4px;
}

#mypage .section .form dd .sel {
    display: flex;
    max-width: 100%;
    align-items: center;
}
#mypage .section .form dd .sel select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
#mypage .section .form dd .sel select {
    padding: 8px 16px;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    background: url("../img/dropdown.png") no-repeat right 12px center / auto 24px;
}

#mypage .section .form dd .sel span {
    white-space: nowrap;
    font-size: 14px;
    color: #707070;
    margin-left: 16px;
}

#mypage .section .form dd .sel .space {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#mypage .section .form dd .chk {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    min-height: 48px;
    align-items: center;
}

#mypage .section .form dd .chk label {
    display: flex;
    align-items: center;
    height: 24px;
    cursor: pointer
}

#mypage .section .form dd .chk label input {
    display: none;
}

#mypage .section .form dd .chk label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#mypage .section .form dd .chk label input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c
}

#mypage .section .form dd .chk label input ~ p span {
    font-weight: 300;
    color: #707070;
}

#mypage .section .form dd .chk label input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#mypage .section .form dd .hash {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: Wrap;
}

#mypage .section .form dd .hash label {
    cursor: pointer;
    display: flex;
}

#mypage .section .form dd .hash label input {
    display: none;
}

#mypage .section .form dd .hash label input ~ p {
    padding: 4px 16px;
    border-radius: 40px;
    min-width: 78px;
    height: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #1c1c1c;
}

#mypage .section .form dd .hash label input:checked ~ p {
    background: rgb(240 246 251);
}

#mypage .section .form dd .textarea {
    width: 100%;
}

#mypage .section .form dd .textarea textarea {
    padding: 16px;
    width: 100%;
    height: 460px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

#mypage .section .form dd .space {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

#mypage .section .form dd .repair {
    display: flex;
    flex-wrap: Wrap;
    gap: 32px 2px;
    padding: 16px 0;
}

#mypage .section .form dd .repair label {
    display: flex;
    align-items: flex-start;
    min-height: 24px;
    padding: 2px 0;
    cursor: pointer;
    width: calc(25% - 1.5px);
}

#mypage .section .form dd .repair label input {
    display: none;
}

#mypage .section .form dd .repair label input ~ i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0 4px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

#mypage .section .form dd .repair label input ~ p {
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 20px;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* overflow: hidden; */
}

#mypage .section .form dd .repair label input ~ p span {
    font-weight: 300;
    color: #707070;
}

#mypage .section .form dd .repair label input:checked ~ i {
    background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain
}

#mypage .section .form dd .file {
}

#mypage .section .form dd .file .fileBtn {
    display: flex;
}

#mypage .section .form dd .file .fileBtn label {
    display: flex;
    cursor: pointer;
}

#mypage .section .form dd .file .fileBtn label input {
    display: none;
}

#mypage .section .form dd .file .fileBtn label p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 40px;
    border-radius: 40px;
    background: #1c1c1c;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#mypage .section .form dd .file .fileList {
}

#mypage .section .form dd .file .fileList ul {
    display: flex;
    gap: 16px;
}

#mypage .section .form dd .file .fileList li {
    position: relative;
    margin: 20px 0 0 0;
}

#mypage .section .form dd .file .fileList li .img {
    width: 140px;
    height: 88px;
    border-radius: 8px;
    overflow: hidden;
}

#mypage .section .form dd .file .fileList li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mypage .section .form dd .file .fileList li .del {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#mypage .section .form dd .file .fileList li .del img {
    display: block;
    width: 100%;
    height: auto;
}

#mypage .detail {
}

#mypage .detail .head {
    display: flex;
    align-items: center;
    padding: 24px 24px;
    background: #f2f2f2;
    border-top: 1px solid #707070;
}

#mypage .detail .head .area {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #eb3f3d;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

#mypage .detail .head .subject {
    flex: 1;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#mypage .detail .head .tool {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

#mypage .detail .head .tool a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    text-decoration: underline
}

#mypage .detail .head .tool a + a {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#mypage .detail .head .tool a + a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#mypage .detail .info {
    border-bottom: 1px solid #dddddd;
    display: flex;
    min-height: 64px;
    padding: 16px 24px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#mypage .detail .info > div {
    display: flex;
    align-items: center;
}

#mypage .detail .info > .rt {
    margin-left: auto;
}

#mypage .detail .info p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    color: #707070
}

#mypage .detail .info p strong {
    font-weight: 400;
    margin: 0 8px 0 0;
}

#mypage .detail .info p img {
    height: 16px;
}

#mypage .detail .info p + p {
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
}

#mypage .detail .info p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#mypage .detail .info .ongoing {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center
}

#mypage .detail .info .ongoing .going {
    display: flex;
    align-items: Center;
    justify-content: Center;
    padding: 4px 10px;
    border-radius: 40px;
    height: 28px;
    border: 1px solid #eb3f3d;
    font-size: 13px;
    color: #eb3f3d;
    margin: 0 8px 0 0
}

#mypage .detail .info .ongoing .period {
    font-size: 14px;
    color: #707070
}

#mypage .detail .cont {
    padding: 64px 10px 80px;
    border-bottom: 1px solid #ddd;
    white-space: pre-line;
    font-size: 15px;
    line-height: 22px;
}

#mypage .detail .cont img {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    height: auto;
}

#mypage .detail .cont p {
    line-height: 32px;
    font-size: 15px;
}
#mypage .detail .answer-wrap {background: #fafafa;}
#mypage .detail .answer-wrap .head {
    border-top: 0;
    background: transparent;
    padding-top: 40px;
}
#mypage .detail .answer-wrap .head .subject {color: #ba2649}
#mypage .detail .answer-wrap .cont {
    padding: 10px 24px 60px;
    border-bottom: 0;
}

#mypage .detail .empty_content {
    padding: 80px 0;
    background: #fafafa;
}
#mypage .detail .empty_content.answer {
    padding: 20px;
}
#mypage .detail .empty_content p {
    text-align: center;
    font-size: 15px;
    color: #999;
}
#mypage .section.qa .detail .empty_content form {
    padding: 0;
}
#mypage .detail .empty_content form {
    padding: 20px;
}
#mypage .detail .empty_content form input[type=text] {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 48px;
    outline: none;
    margin-bottom: 10px;
}
#mypage .detail .empty_content form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    resize: none;
    height: 200px;
}
#mypage .detail .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    border-bottom: 1px solid #ddd;
}

#mypage .detail .bottom .total {
    display: flex
}

#mypage .detail .bottom .total dl {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
}

#mypage .detail .bottom .total dl + dl {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

#mypage .detail .bottom .total dl + dl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#mypage .detail .bottom .total dt {
    font-size: 14px;
    margin: 0 4px 0 0;
}

#mypage .detail .bottom .total dd {
    font-size: 14px;
    font-weight: 500;
}

#mypage .detail .bottom .total dd span {
    color: #0066B3;
}

#mypage .detail .bottom .total dd strong {
    color: #EB3F3D;
}

#mypage .detail .bottom .share {
    position: relative;
    display: flex;
    align-items: center;
}

#mypage .detail .bottom .share > a {
    display: flex;
    height: 52px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

#mypage .detail .bottom .share > a img {
    height: 20px;
}

#mypage .detail .bottom .share > ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #00000029;
    width: 265px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    background: #fff;
}

#mypage .detail .bottom .share > ul li {
}

#mypage .detail .bottom .share > ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#mypage .detail .bottom .share > ul li a img {
    width: 64px;
    height: auto;
}

#mypage .detail .bottom .share > ul li a p {
    margin: 12px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

#mypage .detail .bottom .share.on > ul {
    opacity: 1;
    visibility: visible;
}

#mypage .detail .button {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#mypage .detail .button .btn {
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
    gap: 8px;
}

#mypage .mywithdraw {
}

#mypage .mywithdraw .text {
    margin: 0 0 40px 0;
}

#mypage .mywithdraw .text .tit {
    line-height: 18px;
    font-size: 18px;
    color: #1c1c1c;
    margin: 0 0 32px 0;
}

#mypage .mywithdraw .text .txt {
}

#mypage .mywithdraw .text .txt strong {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
}

#mypage .mywithdraw .text .txt strong + p {
    margin-top: 16px;
}

#mypage .mywithdraw .text .txt p {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #707070;
}

#mypage .mywithdraw .text .txt p + p {
    margin-top: 12px;
}

#mypage .mywithdraw .text .txt p + strong {
    margin: 32px 0 0 0;
}

#mypage .mywithdraw .form {
    background: #f4f4f4;
    padding: 24px;
    border-radius: 8px;
}

#mypage .mywithdraw .form .tit {
    margin: 0 0 24px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
}

#mypage .mywithdraw .form .chk {
}

#mypage .mywithdraw .form .chk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 32px;
    margin: 0 0 24px 0;
}

#mypage .mywithdraw .form .chk label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#mypage .mywithdraw .form .chk label input {
    display: none;
}

#mypage .mywithdraw .form .chk label input ~ i {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/common/checkbox.png") no-repeat 50% 50% / contain
}

#mypage .mywithdraw .form .chk label input ~ p {
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c
}

#mypage .mywithdraw .form .chk label input ~ p span {
    font-weight: 300;
    color: #707070;
}

#mypage .mywithdraw .form .chk label input:checked ~ i {
    background: url("../img/common/checkbox_on.png") no-repeat 50% 50% / contain
}

#mypage .mywithdraw .form .inp {
}

#mypage .mywithdraw .form .inp textarea {
    display: block;
    padding: 16px;
    width: 100%;
    height: 136px;
    border-radius: 8px;
    border: 1px solid #ddd;
    resize: none;
}

#mypage .mywithdraw .button {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .mywithdraw .button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    font-size: 14px;
    border: 1px solid transparent;
}

#mypage .mywithdraw .button .btn + .btn {
    margin-left: 8px;
}


#container #popup_day {
}

#container #popup_day .inner {
    /*width: 800px;*/
    padding: 32px 20px 59px;
}

#container #popup_day .close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 16px;
}

#container #popup_day .close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

#container #popup_day .close a img {
    display: block;
    width: 100%;
    height: auto;
}

#container #popup_day .check {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 16px;
    gap: 8px;
    padding: 0 20px 0 0
}

#container #popup_day .check img {
    width: 24px;
    height: 24px;
}

#container #popup_day .check label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    gap: 8px;
    cursor: pointer;
}

#container #popup_day .check label input {
    display: none;
}

#container #popup_day .check label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url("../img/day_check.png") no-repeat 50% 50% / contain
}

#container #popup_day .check label input:checked ~ i {
    background: url("../img/day_check_on.png") no-repeat 50% 50% / contain
}

#container #popup_day .check p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
}

#container #popup_day .info {
    padding: 0 10px 0 0;
    max-height: calc(90vh - 253px);
    overflow: hidden;
    overflow-y: auto;
}

#container #popup_day .info .head {
    border-top: 1px solid #707070;
    background: #f4f4f4;
    position: sticky;
    top: 0;
}

#container #popup_day .info .head li {
    background: #f4f4f4;
}

#container #popup_day .info .body {
    background: #ddd;
}

#container #popup_day .info ul {
    display: flex;
    width: 100%;
    gap: 1px;
}

#container #popup_day .info li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-bottom: 1px solid #ddd;
    background: #ffffff;
    font-size: 15px;
}

#container #popup_day .info li img {
    width: 24px;
    height: auto;
}

#container #popup_day .info li label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    cursor: pointer;
}

#container #popup_day .info li label input {
    display: none;
}

#container #popup_day .info li label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url("../img/day_check.png") no-repeat 50% 50% / contain
}

#container #popup_day .info li label input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c
}

#container #popup_day .info li label input ~ p span {
    color: #EB3F3D;
}

#container #popup_day .info li label input:checked ~ i {
    background: url("../img/day_check_on.png") no-repeat 50% 50% / contain
}

#container #popup_day .info li:nth-child(1) {
    width: 80px;
    flex-shrink: 0
}

#container #popup_day .info li:nth-child(2) {
    flex: 1;
}

#container #popup_day .info li:nth-child(3) {
    width: 80px;
    flex-shrink: 0
}

#container #popup_day .info ul.book1 li {
}

#container #popup_day .info ul.book2 li {
}

#container #popup_day .info ul.book2 li.stat {
    color: #EB3F3D
}

#container #popup_day .info ul.book3 li {
    color: #cccccc;
}

#container #popup_day .info ul.book4 li {
    background: #f4f4f4;
    color: #ccc;
    pointer-events: none;
}

#container #popup_day .button {
    margin: 26px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container #popup_day .button .btn {
    min-width: 224px;
    width: auto;
    height: 48px;
}

#mypage .section .caution {
    margin: 0 auto 40px;
    padding: 24px;
    background: #F4F4F4;
    border-radius: 10px;
}

#mypage .section .caution ul {
}

#mypage .section .caution li {
    line-height: 20px;
    font-size: 14px;
    color: #1c1c1c
}
#mypage .section .caution li .linkPoint {
    color: #ba2649;
    border-bottom: 1px solid #ba2649;
}
#popup_cancel textarea {
    resize: none;
    min-height: 250px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
}
.pay_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px;
}
.pay_wrap .desc + .desc {
    margin-top: 120px;
}
.pay_wrap .desc .title {
    gap: 16px;
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
}

.pay_wrap .desc .title .tit {
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #1c1c1c;
}

.pay_wrap .desc .table table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #707070;
}
.pay_wrap .desc .table table th {
    padding: 16px 8px;
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
    background: #F4F4F4;
    font-weight: 500;
    text-align: center;
}
.pay_wrap .desc .table table td {
    padding: 16px 8px;
    height: 56px;
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.pay_wrap .desc .table table td.tac {
    text-align: center;
}
.pay_wrap .desc .seller_info {
    display: flex;
    gap: 15px;
    align-items: center;
}
.pay_wrap .desc .seller_info .seller_img {
    width: 120px;
    height: 100px;
    border-radius: 7px;
    overflow: hidden;
}
.pay_wrap .desc .seller_info .seller_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pay_wrap .desc .seller_info .seller {width: calc(100% - 135px);}
.pay_wrap .desc .seller_info .seller .name{margin-bottom: 15px}
.pay_wrap .desc .seller_info .seller .item{font-size: 12px; color: #999;word-break: keep-all}
.pay_wrap .desc .form {
    border-top: 1px solid #707070;
    padding: 40px 90px 40px 0;
    border-bottom: 1px solid #ddd;
}
.pay_wrap .desc .form dl {
    display: flex;
    align-items: flex-start;
}
.pay_wrap .desc .form dt {
    width: 188px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 500;
}
.pay_wrap .desc .form dd {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pay_wrap .desc .form dl + dl {
    margin-top: 32px;
}
.pay_wrap .desc .form dd .inp {
    border-bottom: 1px solid #ddd;
    display: flex;
}
.pay_wrap .desc .form dd .inp input {
    padding: 6px 12px;
    height: 48px;
    flex: 1;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.pay_wrap .desc .form dd .inp #receipt_point:read-only{
    background: #f7f7f7;
}
.pay_wrap .desc .form dd .use {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px
}

.pay_wrap .desc .form dd .use label {
    display: flex;
    align-items: center;
    height: 48px;
    cursor: pointer;
}

.pay_wrap .desc .form dd .use label input {
    display: none;
}

.pay_wrap .desc .form dd .use label input ~ i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    background: url("../img/checkbox.png") no-repeat 50% 50% / contain
}

.pay_wrap .desc .form dd .use label input ~ p {
    font-size: 15px;
    font-weight: 400;
    color: #1c1c1c
}

.pay_wrap .desc .form dd .use label input:checked ~ i {
    background: url("../img/checkbox_on.png?v=2") no-repeat 50% 50% / contain
}

.pay_wrap .desc .form dd .use span {
    font-size: 14px;
    color: #ba2649;
}
.pay_wrap .pay_way.chk_box {
    display: flex;
    gap: 10px 40px;
    flex-wrap: wrap;
    height: 48px;
    align-items: center;
}
.pay_wrap .pay_way.chk_box input[type="radio"] + label span {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: url(../img/checkbox.png) no-repeat 50% 50% / contain;
}
.pay_wrap .pay_way.chk_box input[type="radio"] + label {
    padding-left: 32px;
    color: #000;
    height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pay_wrap .chk_box input[type="radio"]:checked + label span:before {
    background: transparent;
    border: none;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 0;
    left: 0;
    background: url(../img/checkbox_on.png?v=2) no-repeat 50% 50% / contain;
}
.pay_wrap .btn_confirm {
    padding: 50px 0;
}
.pay_wrap .btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    font-size: 16px;
    font-weight: 500;
    background: #aa2649 !important;
    border-color: #aa2649 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}
.pay_wrap .fin_wrap {
    padding: 0;
    height: auto;
}
.pay_wrap #sod_fin_no {
    border: 2px solid #ffe1e9;
    background: #fff0f4;
    color: #aa2649;
}

.pay_wrap .desc .total {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
}

.pay_wrap .desc .total dl {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}
.pay_wrap .desc .feeInfo {
    cursor: pointer;
    height: 19px;
}
.pay_wrap .desc .fee_information {
    width: 500px;
    max-width: 100%;
    height: auto;
    position: absolute;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
    top: -65px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    right: 47px;
    display: none;
}
.pay_wrap .desc .fee_information:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 238px;
    rotate: 45deg;
}

.pay_wrap .desc dl .coupon_wrap {
    /*padding: 6px 12px;*/
    height: 48px;
    font-size: 14px;
    border: 0;
    display: flex;
    align-items: center;
    color: #999;
    position: relative;
    /*border-bottom: 1px solid #ddd;*/
}
.pay_wrap .desc dl .coupon_wrap p {margin-right: 20px}
.pay_wrap .desc dl .coupon_wrap .couponBtn {
    border: 1px solid #ba2649;
    color: #ba2649;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}
.pay_wrap .desc dl .coupon_wrap .couponList {display: none;
    position: absolute;
    top: 48px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 20px;
    width: 400px;
    min-height: 200px;
    z-index: 1;
}
.pay_wrap .desc dl .coupon_wrap .couponList .couponClose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.pay_wrap .desc dl .coupon_wrap .couponList .couponClose img{height: 20px}
.pay_wrap .desc dl .coupon_wrap .couponList li {display: flex;align-items: center;justify-content: space-between}
.pay_wrap .desc dl .coupon_wrap .couponList li+li {margin-top: 10px}
.pay_wrap .desc dl .coupon_wrap .couponList li .cp_title {}
.pay_wrap .desc dl .coupon_wrap .couponList li .cpBtn {
    width: 45px;
    height: 26px;
    border: none;
    background: #ba2649;
    color: #fff;
    border-radius: 4px;
}

.pay_wrap .desc .total dl + dl:before {
    content: '-';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay_wrap .desc .total dl + .plus:before {
    content: '+'
}
.pay_wrap .desc .total dl + .sum:before {
    content: '='
}

.pay_wrap .desc .total dt {
    font-size: 13px;
    color: #707070
}

.pay_wrap .desc .total dd {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #707070;
    gap: 3px;
}

.pay_wrap .desc .total dd strong {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
}

.pay_wrap .desc .total dd em {
    font-style: normal;
}

.pay_wrap .desc .total dl.sum dt {
}

.pay_wrap .desc .total dl.sum dd {
}

.pay_wrap .desc .total dl.sum dd strong {
    font-size: 24px;
    color: #eb2f3d;
}

#popup_review .star-wrap {padding: 20px 0 30px}
#popup_review .star-wrap ul{
    display: flex;
    justify-content: center;
}
#popup_review .star-wrap ul li{cursor: pointer; padding: 0 5px}
#popup_review .star-wrap ul li i{
    font-size: 40px;
    color: #e9e9e9;
    transition:  all .2s;
}
#popup_review .star-wrap ul li.on i{color: #ba2649;}
#popup_review .star-wrap ul li.hover i{color: #ba264980;}
#popup_review .star-wrap ul li.on.off i{ color: #e9e9e9;}
#popup_review textarea {
    border-radius: 10px;
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 200px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    padding: 15px;
    font-size: 16px;
}
#popup_review textarea::placeholder {
    color: #ccc;
}


#mypage .revenue {}
#mypage .revenue .bank_info {
    display: inline-flex;
    background: #eee;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    align-items: center;
}
#mypage .revenue .bank_info p {
    padding: 0 10px;
}
#mypage .revenue .bank_info p.red {
    color: red;
}
#mypage .revenue .bank_info p+p {
    border-left: 1px solid #999;
}
#mypage .revenue .bank_info a {
    background: #fff;
    border: 1px solid #999;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 5px;
    margin : 0 10px;
}
#mypage .revenue .top_revenue {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 20px 40px;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 40px;
}
#mypage .revenue .top_revenue .withdrawal{
    display: flex;
    align-items: center;
}
#mypage .revenue .top_revenue .withdrawal_btn {
    background: #ba2649;
    color: #fff;
    padding: 9px 15px;
    border-radius: 7px;
    font-weight: 500;
    margin-left: 50px;
}
#mypage .revenue .top_revenue .total {
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
}
#mypage .revenue .top_revenue .withdrawal .subj {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
#mypage .revenue .top_revenue .withdrawal .price {
    font-size: 20px;
    font-weight: 600;
    color: #aa2649;
}
#mypage .revenue .top_revenue .total .subj {
    color: #666;
    margin-bottom: 5px;
}

#mypage .revenue .top_revenue .total .price {
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

#mypage .section .tabs {
    margin: 0 auto 48px;
}

#mypage .section .tabs ul {
    display: flex;
}

#mypage .section .tabs li {
    flex: 1;
    position: relative;
}

#mypage .section .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #707070;
}

#mypage .section .tabs li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd
}

#mypage .section .tabs li.on a {
    color: #ba2649
}

#mypage .section .tabs li.on a:after {
    height: 2px;
    background: #ba2649
}
#mypage .revenue .table thead th {width: calc(100% / 4)}
#mypage .revenue .table.withdrawal_table thead th {width: calc(100% / 3)}
#mypage .revenue .table tbody td {text-align: center}
#mypage .revenue .proceeds {font-weight: 600; color: #ba2649}

#mypage .section.info {overflow: hidden}
#mypage .section.info .flex{
    display: flex;
    align-items: end;
    gap: 10px;
}
#mypage .section.info .flex.flex-wrap {
    flex-wrap: wrap;
}

#mypage .section.info .flex+.flex {
    margin-top: 30px;
}
#mypage .section.info .flex+.flex.set {
    margin-top: 15px;
}
#mypage .section.info .flex .row {
    width: 50%;
}
#mypage .section.info .flex .row25 {
    width: 25%;
}
#mypage .section.info .flex .row100 {
    width: 100%;
}
#mypage .section.info .flex .event_wrap {
    display: flex;
    gap: 5px;
    align-items: start;
}
#mypage .section.info .flex .event_wrap #first_wrap , #mypage .section.info .flex .event_wrap #second_wrap {width: 50%; min-width: 200px}
#mypage .section.info .flex .etc_wrap {
    display: flex;
    width: 75%;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#mypage .section.info .flex .package_wrap {
    display: flex;
    gap: 20px;
    width: 100%;
}
#mypage .section.info .flex .package_wrap .addPackage { width: 150px; height: 150px;display: flex;align-items: center;justify-content: center;border-radius: 8px; border: 1px solid #999;}
#mypage .section.info .flex .package_wrap .addPackage .addPackageBtn {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#mypage .section.info .flex .package_wrap .addPackage .addPackageBtn img {
    height: 30px;
}
#mypage .section.info .flex .package_wrap .pkSwiper {
    width: calc(100% - 170px);
    height: 380px;
    overflow: hidden;
    position: relative;
}
#mypage .section.info .flex .package_wrap .pkSwiper.none {display: none}
#mypage .section.info .flex .package_wrap .pkSwiper ul {}
#mypage .section.info .flex .package_wrap .pkSwiper ul li {border: 1px solid #ddd;border-radius: 8px;  padding: 10px; display: flex;flex-direction: column; max-width: 250px}
#mypage .section.info .flex .package_wrap .pkSwiper ul li label { font-weight: bold; margin-bottom: 5px;}
#mypage .section.info .flex .package_wrap .pkSwiper ul li input {margin-bottom: 15px;border: 1px solid #ddd; border-radius: 5px; height: 30px; padding: 0 5px;}
#mypage .section.info .flex .package_wrap .pkSwiper ul li .delete_package {height: 18px; cursor: pointer; position: absolute; top: 7px; right: 7px;}

#mypage .section.info .flex .input_subj {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
#mypage .section.info .flex .input_subj span {
    font-size: 14px;
    font-weight: 400;
}
#mypage .section.info .flex textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    resize: none;
    height: 200px;
}
#mypage .section.info .flex .c_input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 48px;
    outline: none;
}
#mypage .section.info .flex .c_input::placeholder {color: #E1E1E1}
#mypage .section.info .flex .c_input:read-only {
    background: #fafafc;
    color: #c8cad2;
}
#mypage .section.info .flex .readonly {
    background: #fafafc;
    color: #c8cad2;
    pointer-events: none;
}
#mypage .section.info .flex select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 48px;
    outline: none;

    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
#mypage .section.info .flex select::-ms-expand{
    display:none;/*for IE10,11*/
}
#mypage .section.info .flex select {
    background:url('../img/arrow_down.svg') no-repeat 97% 50%/15px auto;
}

#mypage .section.info .flex .reservationSet {display: flex;align-items: center;justify-content: space-between; }
#mypage .section.info .flex .reservationSet .switch01 {width: 200px; height: 35px}
#mypage .section.info .flex .reservationSet .slider01 {border-radius: 35px}
#mypage .section.info .flex .reservationSet .slider01:before {height: 35px;width: 50%; border-radius: 35px;border: 3px solid #ccc}
#mypage .section.info .flex .reservationSet .switch01 input:checked + .slider01:before {transform: translateX(100%);border: 3px solid #F24F82;}

#mypage .section.info .flex .reservationSet .switch01 .switchText {
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
#mypage .section.info .flex .reservationSet .switch01 .switchText div:nth-child(2) {
    color: #fff;
}
#mypage .section.info .flex .reservationSet .switch01 input:checked + .slider01 .switchText div:nth-child(1) {
    color: #fff;
}
#mypage .section.info .flex .reservationSet .switch01 input:checked + .slider01 .switchText div:nth-child(2) {
    color: #000;
}
#mypage .section.info .flex .reservationSet .sel {
    display: flex;
    max-width: 100%;
    align-items: center;
}
#mypage .section.info .flex .reservationSet .sel select {
    background: url('../img/arrow_down.svg') no-repeat 92% 50%/15px auto;
    width: 148px;
}
#mypage .section.info .flex .reservationSet .sel .space {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#mypage .section.info .flex .reservationSet+.reservationSet {margin-top: 10px}
#mypage .section.info .flex .refundList {}
#mypage .section.info .flex .refundList .refundEl {display: flex; align-items: center;}
#mypage .section.info .flex .refundList .refundEl p {white-space: nowrap}
#mypage .section.info .flex .refundList .perEnter { display: flex;align-items: center;gap: 3px}
#mypage .section.info .flex .refundList .perEnter .c_input {height: 35px;width: 50px;text-align: center}
#mypage .section.info .flex .refundList select.c_input {
    height: 26px;
    width: 50px;
    background-image: none;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0 3px;
    background: #fff;
    color: #000;
    border-radius: 5px;
}
#mypage .section.info .flex .refundList li{display: flex;align-items: center;justify-content: space-between}
#mypage .section.info .flex .refundList li+li {margin-top: 10px}
#mypage .section.info .region_add {
    background: #fff;
    border: 1px solid #ba2649;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #ba2649;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 205px;
}
#mypage .section.info .region_add i {
    display: block;
    background: url("../img/plus_icon_pink.svg") no-repeat;
    width: 16px;
    height: 16px;
}
#mypage .section.info .region_sel {
    display: flex;
    align-items: center;
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius: 15px;
    gap: 5px;
}
#mypage .section.info .region_sel img {height: 18px; cursor: pointer}
#mypage .section.info .useul ul{
    border-radius: 8px;
    border: none;
    width: 100%;
    overflow: hidden;
}
#mypage .section.info .useul ul.on {
    border: 1px solid #ddd;
}
#mypage .section.info .useul ul li{
    padding: 10px;
    cursor: pointer;
}
#mypage .section.info .useul ul li.on {
    background: #f1f1f1;
    font-weight: 600;
}
#mypage .section.info .useul ul li+li {
    border-top: 1px solid #ddd;
}
#mypage .section.info #second_wrap {display: none}
#mypage .section.info #second_wrap.on {display: flex}
#mypage .section.info #etc_wrap input[type=text] {display: none}
#mypage .section.info #etc_wrap.on input[type=text] {display: block}
#mypage .section.info .no_etc {display: none}
#mypage .section.info .no_etc.on {display: flex}
#mypage .section.info .box {
    margin-bottom: 50px;
}
#mypage .section.info .box+.box {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
#mypage .section.info .sellerImgSwiper {
    width: 842px;
    max-width: 100%;
}
#mypage .section.info .sellerImgSwiper .swiper-slide {
    position: relative;
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}
#mypage .section.info .sellerImgSwiper .swiper-slide.main {
    border: 2px solid #F24F82;
}
#mypage .section.info .sellerImgSwiper .swiper-slide.main:before {
    content: "대표";
    position: absolute;
    top: 5px;
    left: 6px;
    background: #F24F82;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}
#mypage .section.info .sellerImgSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mypage .section.info .sellerImgSwiper .swiper-slide a {
    position: absolute;
    top: 5px;
    right: 6px;
     background: rgba(255,255,255,0.8);
    padding: 5px 10px;
    border-radius: 4px;
    color: red;
    font-weight: 500;
}
#mypage .section.info .sellerImgSwiper .swiper-button-next {
    background: url(../img/swiper_right.svg) no-repeat;
    background-position: center;
    background-size: 50% auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
}

#mypage .section.info .sellerImgSwiper .swiper-button-prev {
    background: url(../img/swiper_left.svg) no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    background-size: 50% auto;
    width: 36px !important;
    height: 36px !important;
}

#mypage .section.info .sellerImgSwiper .swiper-button-next::after,
#mypage .section.info .sellerImgSwiper .swiper-button-prev::after {
    display: none;
}
#mypage .section.info .file_add {}
#mypage .section.info .file_add label{
    background: #fff;
    border: 1px solid #ba2649;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #ba2649;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
#mypage .section.info .file_add label img{ height: 30px}
#mypage .section.info .file_add input[type=file]{display: none}

#mypage .section.notice .view{}
#mypage .section.notice .view .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px;
    background: #f2f2f2;
    border-top: 1px solid #707070;
}

#mypage .section.notice .view .head .area {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #eb3f3d;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

#mypage .section.notice .view .head .subject {
    flex: 1;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#mypage .section.notice .view .head .star {
    position: relative;
    width: 100px;
    height: 20px;
    background: url("../img/common/star_g.png") repeat-x left center / auto 100%;
}

#mypage .section.notice .view .head .star i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url("../img/common/star.png") repeat-x left center / auto 100%;
}

#mypage .section.notice .view .head .tool ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .section.notice .view .head .tool li {
    position: relative;
}

#mypage .section.notice .view .head .tool li a {
    font-size: 14px;
    color: #707070;
    text-decoration: underline;
    display: block;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .section.notice .view .head .tool li a img {
    height: 16px;
    width: auto;
}

#mypage .section.notice .view .head .tool li + li {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#mypage .section.notice .view .head .tool li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
}


#mypage .section.notice .view .info {
    border-bottom: 1px solid #dddddd;
    display: flex;
    height: 64px;
    padding: 24px;
    align-items: center;
}

#mypage .section.notice .view .info p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070
}

#mypage .section.notice .view .info p strong {
    font-weight: 500;
    margin: 0 8px 0 0;
}

#mypage .section.notice .view .info p + p {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

#mypage .section.notice .view .info p + p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #ddd;
    transform: translateY(-50%;
)}

#mypage .section.notice .view .info .ongoing {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center
}

#mypage .section.notice .view .info .ongoing .going {
    display: flex;
    align-items: Center;
    justify-content: Center;
    padding: 4px 10px;
    border-radius: 40px;
    height: 28px;
    border: 1px solid #eb3f3d;
    font-size: 13px;
    color: #eb3f3d;
    margin: 0 8px 0 0
}

#mypage .section.notice .view .info .ongoing .period {
    font-size: 14px;
    color: #707070
}

#mypage .section.notice .view .review_cont {
    padding: 64px 10px 80px;
    border-bottom: 1px solid #ddd;
}

#mypage .section.notice .view .review_cont img {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    height: auto;
}

#mypage .section.notice .view .review_cont p {
    line-height: 32px;
    font-size: 15px;
}

#mypage .section.notice .view .button {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#mypage .section.notice .view .button .btn {
    min-width: 188px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
    gap: 8px;
}

#mypage .section.notice .view .button .btn img {
    height: 16px;
}

#mypage .section.notice .button {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#mypage .section.notice .button a {
    min-width: 224px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid transparent;
    gap: 8px;
}

#mypage .myWishlist .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#mypage .myWishlist .list ul li {
    /*width: calc(100% / 3);*/
    /*padding: 0 20px 48px 0;*/
    width: calc((100% / 3) - 15px);
    padding: 0 0 48px 0px;
    position: relative;
}
#mypage .myWishlist .list ul li .seller {
    margin: 0 0 14px 0;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mypage .myWishlist .list ul li .seller img {
    height: 20px;
}
#mypage .section.qa .list .table td {
    text-align: center;
}
#popup_qa .question_box {
    white-space: pre-line;
    padding-top: 10px;
    font-size: 14px;
    min-height: 100px;
}
#popup_review .review_content {
    white-space: pre-line;
    font-size: 14px;
    padding: 10px 0;
}
#mypage .mypoint .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0 12px 0;
}

#mypage .mypoint .info .tit {
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
}

#mypage .mypoint .info .num {
}

#mypage .mypoint .info .num dl {
    display: flex;
    align-items: center;
}

#mypage .mypoint .info .num dt {
    margin: 0 8px 0 0;
    font-size: 13px;
    color: #707070;
}

#mypage .mypoint .info .num dd {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypage .mypoint .info .num strong {
    line-height: 1;
    font-size: 18px;
    color: #eb3f3d;
}

#mypage .mypoint .info .num em {
    margin: 0 0 0 2px;
    line-height: 1;
    font-size: 18px;
    color: #1c1c1c;
    font-style: normal;
}

#mypage .mypoint .table td.plus {
    color: #0066b3
}

#mypage .mypoint .table td.minus {
    color: #EB3F3D
}
#mypage .mypoint .top_revenue {
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 20px 40px;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 40px;
}
#mypage .mypoint .top_revenue .withdrawal{
    display: flex;
    align-items: center;
}
#mypage .mypoint .top_revenue .withdrawal_btn {
    background: #ba2649;
    color: #fff;
    padding: 9px 15px;
    border-radius: 7px;
    font-weight: 500;
    margin-left: 50px;
}
#mypage .mypoint .top_revenue .total {
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
}
#mypage .mypoint .top_revenue .withdrawal .subj {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}
#mypage .mypoint .top_revenue .withdrawal .price {
    font-size: 20px;
    font-weight: 600;
    color: #aa2649;
}
#mypage .mypoint .top_revenue .total .subj {
    color: #666;
    margin-bottom: 5px;
}

#mypage .mypoint .top_revenue .total .price {
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

#mypage .bottom_button {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mypage .bottom_button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    min-width: 226px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
}
#mypage .bottom_button .btn.btn_01 {
    background: #ba2649 !important;
    border-color: #ba2649 !important;
    color: #FFFFFF !important;
}

#popup_time_setting .info {padding: 0 10px 0 0; max-height: calc(90vh - 253px); overflow: hidden; overflow-y: auto;}
#popup_time_setting .info .head {border-top: 1px solid #707070; background: #f4f4f4; position: sticky; top: 0;}
#popup_time_setting .info .head li {background: #f4f4f4;}
#popup_time_setting .info .body {background: #ddd;}
#popup_time_setting .info ul {display: flex; width: 100%; }
#popup_time_setting .info li {display: flex; align-items: center; justify-content: center; height: 56px; border-bottom: 1px solid #ddd; background: #ffffff; font-size: 15px;}
#popup_time_setting .info li img {width: 24px; height: auto;}
#popup_time_setting .info li label {display: flex; justify-content: center; align-items: center; width: 24px; cursor: pointer;}
#popup_time_setting .info li label input {display: none;}
#popup_time_setting .info li label input ~ i {width: 24px; height: 24px; flex-shrink: 0; background: url("../img/checkbox.png") no-repeat 50% 50% / contain;}
#popup_time_setting .info li label input ~ p {font-size: 15px; font-weight: 400; color: #1c1c1c;}
#popup_time_setting .info li label input ~ p span {color: #EB3F3D;}
#popup_time_setting .info li label input:checked ~ i {background: url("../img/checkbox_on.png") no-repeat 50% 50% / contain;}
#popup_time_setting .info li:nth-child(1) {width: 50%; flex-shrink: 0;border-right: 1px solid #ddd;}
#popup_time_setting .info li:nth-child(2) {flex: 1;}
#popup_time_setting .info li:nth-child(3) {width: 113px; flex-shrink: 0;}
#popup_time_setting .info ul.book1 li {}
#popup_time_setting .info ul.book2 li {}
#popup_time_setting .info ul.book2 li.stat {color: #EB3F3D;}
#popup_time_setting .info ul.book3 li {color: #cccccc;}
#popup_time_setting .info ul.book4 li {background: #f4f4f4; color: #ccc; pointer-events: none;}
#popup_time_setting .button {margin: 26px 0 0 0; display: flex; align-items: center; justify-content: center;}
#popup_time_setting .button .btn {min-width: 224px; width: auto; height: 48px;}


#popup_stipulation .inner {border-radius: 8px}
#popup_privacy .inner {border-radius: 8px}
#popup_stipulation .inner .close,#popup_privacy .inner .close{position: absolute;right: 0;top: 20px;padding: 0 10px}

.hd_pops {border: none}
.hd_pops_footer {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    height: 45px;
    border: 1px solid #ddd;
}
.hd_pops_footer button {
    background: #fff;
    color: #000;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.hd_pops_footer button+button {
    border-left: 1px solid #ddd;
}


@media all and (max-width: 1200px) {
    .main_section .new-wrap {
        padding: 0 0 30px 20px
    }

    .main_section .new-wrap ul li {
        width: 200px !important;
    }

    .main_section .new-wrap .swiper {
        padding-right: 20px
    }

    .main_section .new-wrap .swiper-button-next, .main_section .new-wrap .swiper-button-prev {
        display: none
    }

    .main_section .new-wrap .swiper-button-prev {
        left: -5px
    }

    .main_section .new-wrap .swiper-button-next {
        right: -5px
    }

    .main_section .new-wrap .swiper-scrollbar {
        display: block;
        left: 20px;
        width: calc(100% - 40px);
    }
    .mainSwiper .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto;
    }
    .mainSwiper .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto;
    }
    .mainSwiper .swiper-slide a {
        /*height: 400px;*/
    }

    .mainSwiper .swiper-slide .text-wrap .title {
        font-size: 30px;
        line-height: 36px;
    }
    /*.register_step1 .inner-wrap {padding-left: 10vw}*/
}

@media all and (max-width: 1023px) {

    .main_section .product-list {
        flex-wrap: wrap;
        padding: 20px;
    }

    .main_section .product-list .new {
        width: 100%
    }

    .main_section .product-list .popular {
        width: 100%
    }

    .main_section .product-list ul li {
        width: calc((100% / 2) - 10px);
    }

    .main_section .product-list ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .main_section .product-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .mainSwiper .swiper-slide .text-wrap {
        top: 0;
    }

    .mainSwiper .swiper-slide .text-wrap .title {
        font-size: 24px;
        line-height: 34px;
    }

    /**/
    .register_step1 .inner-wrap {
        width: 100%;
        border-radius: 0;
        padding: 60px 20px;
    }

    .register_step1 .step1_header {
        justify-content: center;
    }

    .register_step1 .step1_header a {
        display: block
    }

    .register_step1 .step1_header p {
        display: none
    }

    .register_step1 .mbskin {
        margin: 0 auto;
    }

    .register_step2 .inner-wrap {
        width: 100%;
        border-radius: 0;
        padding: 60px 20px;
    }

    .register_step2 .step2_header {
        justify-content: center;
    }

    .register_step2 .step2_header a {
        display: block
    }

    .main_section .popular-wrap ul li{
        width: calc((100% / 3) - 14px);
    }
    .list-wrap .top-area ul {margin: 50px 0 30px}
    .list-wrap .list-content ul li {
        width: calc(100% / 3);
        padding: 20px 10px 60px;
    }

    #mypage .mypage_head .inner {padding: 0 20px}

    #mypage .mycate .con li img {margin-bottom: 10px;max-height: 48px}
    #mypage .section .reservation .calendar .week li {
        flex-wrap: wrap;
        justify-content: center;
    }
    #mypage .section .reservation .calendar .days li .head {
        flex-wrap: wrap;
        justify-content: center;
    }
    #mypage .section .reservation .calendar .week li .headWeek {
        width: 100%;
        text-align: center;
    }
    #mypage .section .reservation .calendar .days li .head .num {
        display: block;
        width: 100%;
        text-align: center;
    }
    #mypage .section .reservation .calendar .days li .cont .reservation_item {
        justify-content: center;
    }
    #mypage .section .reservation .calendar .days li .cont .reservation_item span.time {
    display: none;
    }
    #mypage .section .reservation .view {justify-content: center}
    #mypage .section .reservation .view .stat {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    #mypage .section .reservation .view .stat p {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #mypage .section .reservation .view .stat p + p:before {
        display: none;
    }
    #mypage .table .mo_none {
        display: none;
    }
    #mypage .myreservation .table .detailBox {
        display: none;
    }
    #mypage .myreservation .table .statusBox {
        white-space: nowrap;
    }
    #mypage .detail .empty_content.answer {
        padding: 30px 10px;
    }
    #mypage .mypage_head .inner .sub ul li a {font-size: 16px;    padding: 0 9px;}

    #popup_privacy .inner table {width: 800px !important;}

    #branch .detail .infor .packageWrap ul li .packageContent {padding: 20px 0}
}

@media all and (max-width: 767px) {
    .pc-view {
        display: none !important;
    }
    .mo-view {
        display: block !important;
    }

    #hd {
        height: 50px;
    }

    #hd_wr {
        padding: 0
    }

    .hd_inner {
        padding: 0 15px
    }

    #hd #logo a {
        height: 24px
    }

    #hd .hd_right ul {
        display: none
    }

    .mo-menu {display: block}
    .mo-menu .menu-btn {height: 28px;border: none;outline: none;background: transparent}
    .mo-menu .menu-btn img {height: 100%}

    .modal_container .inner {max-height: 80vh}

    #container {
        padding-top: 50px;
    }

    .mainSwiper .swiper-button-prev {
        background: url(../img/main_arrow_left_white.svg) no-repeat;
        background-position: center;
        width: 26px !important;
        height: 26px !important;
    }
    .mainSwiper .swiper-button-next{
        background: url(../img/main_arrow_right_white.svg) no-repeat;
        background-position: center;
        width: 26px !important;
        height: 26px !important;
    }
    .mainSwiper .swiper-slide {
        overflow: hidden
    }

    .mainSwiper {
        /*height: 400px;*/
    }
    .mainSwiper .swiper-slide a {
        /*height: 100%;*/
    }
    .mainSwiper .swiper-slide img {
        /*width: auto;*/
        width: 100%;
        height: 100%;
    }
    .mainSwiper .swiper-slide .text-box {
        padding: 0;
    }
    .mainSwiper .swiper-slide .text-wrap {
        left: 30px;
        top: 0;
        padding: 0 15px;
    }

    .main_section {padding: 60px 0}

    .company_section {
        flex-wrap: wrap;
        padding: 50px 20px
    }

    .company_section .half {
        width: 100%
    }

    .company_section .left {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .review_section ul {
        flex-wrap: wrap;
    }

    .review_section ul li {
        width: 100%
    }

    .background-section {
        min-height: 270px;
    }

    .register_step1 .inner-wrap .cont {
        border: none;
        padding: 0
    }

    .register_step2 .inner-wrap .cont {
        border: none;
        padding: 0
    }

    .login-wrap {
        padding: 60px 0
    }
    .login-wrap .seller-apply .seller-help {width: 100%; text-align: center;padding: 0}

    .main_section .popular-wrap ul {gap: 10px}

    .main_section .popular-wrap ul li{
        width: calc((100% / 2) - 5px);
    }
    .main_section .section_subj {font-size: 20px}

    .list-wrap {padding: 60px 20px}
    .list-wrap .top-area ul {display: flex;align-items: center;margin: 30px 0;flex-wrap: wrap}
    .list-wrap .top-area ul li{
        width: calc(100% / 6);
    }
    .list-wrap .list-content ul li {
        width: calc(100% / 2);
    }
    .ch-item .thumb {
        border-radius: 7px;
    }

    .seller-register-wrap {padding: 40px 0}
    .seller-register-wrap .inner-wrap h2 {font-size: 22px}
    .seller-register-wrap .inner-wrap .form {padding-top: 10px;}
    .seller-register-wrap .inner-wrap .form .box {padding: 20px;border: none;}
    .seller-register-wrap .inner-wrap .form .box+.box {margin-top: 0;border-top: 1px solid #ddd;}
    .seller-register-wrap .inner-wrap .form .box .row .cont .area ul {gap: 4px;}
    .seller-register-wrap .inner-wrap .form .box .row .cont .area ul li {width: calc((100% / 6) - 4px)}
    .seller-register-wrap .inner-wrap .form .box .row .cont .area ul li a {padding: 4px 0; justify-content: center }
    .seller-register-wrap .inner-wrap .form .box .row .cont .event ul {
        width: calc(50% - 5px);
    }
    .seller-register-wrap .btn-box {padding: 0 20px}

    .item-wrap {flex-wrap: wrap; padding: 20px 20px 80px;}

    .item-wrap .cont-wrap {
        width: 100%;
        position: relative;
    }

    .item-wrap .payment-wrap {
        width: 100%;
        border: none;
        margin-left: 0px;
        padding: 0px;
    }
    .item-wrap .cont-wrap .gallery_swiper {
        height: 300px;
    }
    .item-wrap .cont-wrap .preview_swiper {height: 70px}

    .modal_container .modal_wrapper {
        width: 100%;
    }

    /**/
    .mo-side-menu {width: 100%; height: 100%; position: fixed;display: block;z-index: -1;opacity: 0}
    .mo-side-menu.on {z-index: 99; background: rgba(0,0,0,0.5);opacity: 1}
    .mo-side-menu .side-menu-wrap {padding: 40px 20px; width: 80%; height: 100%; position: fixed; top: 0; right: -100%;transition: all .5s;background: #fff}
    .mo-side-menu.on .side-menu-wrap {right: 0;}
    .mo-side-menu.on .side-menu-wrap .top {display: flex;justify-content: space-between;align-items: center}
    .mo-side-menu.on .side-menu-wrap .home {height: 30px}
    .mo-side-menu.on .side-menu-wrap .home img {height: 100%}
    .mo-side-menu.on .side-menu-wrap .top .menu_close {  width: 23px; height: 23px;background: transparent; border: none; outline: none}
    .mo-side-menu.on .side-menu-wrap .top .menu_close img{height: 100%}
    .mo-side-menu.on .side-menu-wrap .cont {}
    .mo-side-menu.on .side-menu-wrap .cont ul {padding: 30px 0 0}
    .mo-side-menu.on .side-menu-wrap .cont ul li {padding: 10px 0}
    .mo-side-menu.on .side-menu-wrap .cont ul li a{font-size: 16px}
    .mo-side-menu.on .side-menu-wrap .cont ul li a.semibold {font-weight: 600}
    .mo-side-menu.on .side-menu-wrap .cont .member{padding: 30px 0 10px; border-bottom: 1px solid #f7f7f7}
    .mo-side-menu.on .side-menu-wrap .cont .member .go_login {display: flex;align-items: center}
    .mo-side-menu.on .side-menu-wrap .cont .member .go_login span{text-decoration: underline}
    .mo-side-menu.on .side-menu-wrap .cont .member .go_login img{height: 10px; padding-left: 10px;}
    .mo-side-menu.on .side-menu-wrap .bottom {
        position: absolute;
        left: 20px;
        bottom: 30px;

    }
    .mo-side-menu.on .side-menu-wrap .bottom a {font-size: 16px;
        display: flex;
        align-items: center;
        gap: 3px;}
    .mo-side-menu.on .side-menu-wrap .bottom a img {height: 19px}

    #branch {padding-top: 0}
    #branch .wrap {padding: 0}
    #branch .detail .title.main_title {display: none}
    #branch .detail .thumb {margin: 0 0 40px}
    #branch .detail .thumb .big {
        width: 100%;
        height: auto;
        aspect-ratio: 1.6 / 1;
        border-radius: 0;
    }
    #branch .detail .thumb .big li {border-radius: 0}
    #branch .detail .thumb .big .swiper-pagination {left: 15px; bottom: 10px; height: 25px;  width: 70px; font-size: 12px;}
    #branch .detail .infor {padding: 0 20px 50px}
    #branch .detail .infor+.infor {margin-top: 50px}
    #branch .detail .infor .tool {right: 20px}
    #branch .detail .infor .introduce {padding: 0}
    #branch .detail .review {padding: 50px 20px}
    #branch .detail .caution .desc {padding: 50px 20px}
    #branch .detail .infor .cont dt {width: 110px; padding: 10px; min-height: 45px;line-height: 20px}
    #branch .detail .infor .cont dd {padding: 10px;min-height: 45px;line-height: 20px}
    #branch .detail .infor .cont dd ul {gap: 15px 20px}
    #branch .detail .board .tab li a {
        height: 45px;
        font-size: 12px;
    }
    #branch .detail .board .tab-box {
        padding: 0 20px;
    }
    #branch .detail .board .tab-box table colgroup {display: none}
    #branch .detail .board .tab-box table tr th:first-child,#branch .detail .board .tab-box table tr td:first-child {display: none}
    #branch .detail .board .table td a {padding: 0 10px}
    #branch .detail .board .basic .paging a.pageMore {width: 100%}
    #branch .review_list li {
        width: 100%;
        padding: 20px 10px 20px 0;
    }

    .fin_wrap {
        padding: 80px 0 30px;
        height: calc((var(--vh, 1vh) * 100) - 280px);
    }

    #mypage {
        padding: 0 0 30px;
        min-height: calc((var(--vh, 1vh) * 100) - 280px);
    }
    #mypage .wrap {padding: 20px 10px 60px}
    #mypage .section > .title {text-align: center; font-size: 18px}
    #mypage .section .header {justify-content: center}
    #mypage .section .header .title {text-align: center; font-size: 18px}
    #mypage .mycate .con li a {
        position: relative;
        display: block;
        padding: 100% 0 0 0;
    }
    #mypage .mycate .con li img {margin-bottom: 10px;max-height: 32px}
    #mypage .mycate .con li p {font-size: 13px}


    #mypage .myinfo {
        border-bottom: 8px solid #F4F4F4;
        padding: 32px 20px;
        display: flex !important;
        align-items: center;
    }

    #mypage .myinfo .icon {
        position: relative;
        margin: 0 14px 0 0;
    }

    #mypage .myinfo .icon .img {
        width: 72px;
        height: 72px;
        border-radius: 72px;
        overflow: hidden
    }

    #mypage .myinfo .icon .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #mypage .myinfo .icon .cog {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #mypage .myinfo .icon .cog a {
        position: relative;
        display: flex;
        width: 24px;
        height: 24px;
        border-radius: 24px;
        overflow: hidden;
        text-indent: -9999em;
        background: #ffffff
    }

    #mypage .myinfo .icon .cog a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 16px;
        height: 16px;
        background: url("../img/cog.png") no-repeat 50% 50% / contain
    }

    #mypage .myinfo .name {
        display: -webkit-box;
        webkit-box-orient: vertical;
        webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 22px;
        font-size: 16px;
        font-weight: bold;
        color: #1c1c1c;
    }

    #mypage .myinfo .point {
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #mypage .myinfo .point p {
        line-height: 18px;
        font-size: 12px;
        color: #333;
        margin: 0 0 4px 0;
    }

    #mypage .myinfo .point strong {
        line-height: 28px;
        font-size: 22px;
        font-weight: 500;
        color: #ba2649;
    }
    #mypage .section .caution .switch01{
        width: 16px;
    }
    #mypage .section .caution .switch01 input:checked + .slider01:before {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        border: 6px solid #F24F82;
    }
    #mypage .section .reservation .calendar .days li .head .act {
        gap: 5px;
    }
    #mypage .reservation .switch01 {
        width: 12px;
        height: 12px;
    }
    #mypage .reservation .switch01 .slider01:before {
        width: 12px;
        height: 12px;
    }

    #mypage .reservation .switch01 input:checked + .slider01:before {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        border: 5px solid #F24F82;
    }

    #mypage .section.notice .form {border: none}
    #mypage .section.notice .form dl {border: none}
    #mypage .section.notice .form dd {padding: 16px 5px}
    #mypage .section.notice .form dd .mo-title { margin-bottom: 8px;font-size: 14px;}
    #mypage .section.notice .form dt {display: none}

    #branch .detail .infor .packageWrap .packageLabel {display: none}
    #branch .detail .infor .packageWrap .pkSwiper {width: 100%}
    #branch .detail .infor .packageWrap ul li .packageContent {padding: 20px 0}
    #branch .detail .infor .packageWrap ul li .packageTitle {font-size: 16px}
    #branch .detail .infor .packageWrap ul li .packagePrice {min-width: 130px;}


    .pay_wrap{ padding: 0 }
    .pay_wrap .desc{padding: 32px 20px}
    .pay_wrap .desc + .desc{border-top:8px solid #f4f4f4;margin-top: 0}
    .pay_wrap .desc .intro{width: 100%;height: 80px;display: flex;align-items: center;justify-content: center;text-align: center;border-radius: 8px;background: #f4f4f4;margin: 0 0 36px 0;font-weight: bold;}
    .pay_wrap .desc .title{gap: 10px;display:flex;align-items:center;margin:0 0 25px 0;justify-content: space-between;}
    .pay_wrap .desc .title .tit{line-height: 22px;font-size: 18px;font-weight: bold;color:#1c1c1c;}
    .pay_wrap .desc .title .num{font-size: 13px;color:#1c1c1c;}
    .pay_wrap .desc .title .act{}
    .pay_wrap .desc .title .act a{display: flex;align-items: center;justify-content: center;padding: 4px 12px;min-width: 87px;height: 36px;border-radius: 36px;border: 1px solid transparent;font-size: 13px;}
    .pay_wrap .desc .table{}
    .pay_wrap .desc .table table{}
    .pay_wrap .desc .table table tr{}
    .pay_wrap .desc .table table th,
    .pay_wrap .desc .table table td{text-align:center;}
    .pay_wrap .desc .table table .count{display: flex;align-items: center;justify-content: center;border-radius: 8px;border: 1px solid #ddd;width: 145px;max-width: 100%;margin: 0 auto;}
    .pay_wrap .desc .table table .count .plus{width: 48px;height: 48px;background: url("../img/common/plus.png") no-repeat 50% 50% / 12px auto;flex-shrink: 0;}
    .pay_wrap .desc .table table .count .minus{width: 48px;height: 48px;background: url("../img/common/minus.png") no-repeat 50% 50% / 12px auto;flex-shrink: 0;}
    .pay_wrap .desc .table table .count .num{display: flex;width: 100%;height: 48px;background: transparent;text-align: center;}
    .pay_wrap .desc .table table .delBtn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;}
    .pay_wrap .desc .table table .delBtn img{display:block;width:20px;height:auto;}
    .pay_wrap .desc .list{}
    .pay_wrap .desc .list ul{}
    .pay_wrap .desc .list li{}
    .pay_wrap .desc .list li + li{margin-top:32px;padding-top:32px;border-top:1px solid #ddd}
    .pay_wrap .desc .list li .uppr{/*display:flex;justify-content: space-between;align-items: center;*/margin: 0 0 20px;}
    .pay_wrap .desc .list li .name{line-height: 22px;font-size: 15px;color: #1c1c1c;margin-bottom: 5px}
    .pay_wrap .desc .list li .delete{}
    .pay_wrap .desc .list li .delete .delBtn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:transparent;}
    .pay_wrap .desc .list li .delete .delBtn img{display:block;width:20px;height:auto;}
    .pay_wrap .desc .list li .cont{display: flex;justify-content: flex-start;gap: 20px;}
    .pay_wrap .desc .list li .cont .img{width: 112px;aspect-ratio: 1/1;display: flex;align-items: center;justify-content: center;border: 1px solid #ebebeb;border-radius: 8px;overflow: hidden}
    .pay_wrap .desc .list li .cont .img img{display:block;width:100%;height:100%; object-fit: cover}
    .pay_wrap .desc .list li .cont .con{flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
    .pay_wrap .desc .list li .cont .con dl{display: flex;align-items: center;justify-content: space-between;line-height: 36px;}
    .pay_wrap .desc .list li .cont .con dt{font-size: 13px;}
    .pay_wrap .desc .list li .cont .con dd{font-size: 16px;font-weight: 500;}
    .pay_wrap .desc .list li .cont .con dd.mini {line-height: 14px; font-size: 12px; font-weight: 500;max-width: calc(100% - 40px);}
    .pay_wrap .desc .list li .cont .con dd .count{display: flex;align-items: center;justify-content: center;border-radius: 8px;border: 1px solid #ddd;width: 97px;max-width: 100%;margin: 0 auto;}
    .pay_wrap .desc .list li .cont .con dd .count .plus{width: 30px;height: 38px;background: url("../img/common/plus.png") no-repeat 50% 50% / 12px auto;flex-shrink: 0;}
    .pay_wrap .desc .list li .cont .con dd .count .minus{width: 30px;height: 38px;background: url("../img/common/minus.png") no-repeat 50% 50% / 12px auto;flex-shrink: 0;}
    .pay_wrap .desc .list li .cont .con dd .count .num{display: flex;width: 100%;height: 38px;background: transparent;text-align: center;}
    .pay_wrap .desc .form{padding: 0; border-top: 0; border-bottom: 0;position: relative}
    .pay_wrap .desc .form.col dl{flex-direction: row;align-items: flex-start;position: relative}
    .pay_wrap .desc .form.col dt{width:112px;min-height: 48px;font-size: 14px;font-weight: 500;color: #707070;}
    .pay_wrap .desc .form.col dd{flex:1;text-align:right; width: calc(100% - 112px)}
    .pay_wrap .desc .form.col dd .inp{}
    .pay_wrap .desc .form.col dd .inp input{text-align:right;}
    .pay_wrap .desc .form dl{display:flex;flex-direction: column;align-items:flex-start;gap: 8px;}
    .pay_wrap .desc .form dl + dl{margin-top: 16px;}
    .pay_wrap .desc .form dt{line-height: 20px;font-size: 14px;font-weight: 500;display: flex;align-items: center;justify-content: flex-start;height: auto}
    .pay_wrap .desc .form dd{flex:1;display:flex;flex-direction:column;width: 100%;}
    .pay_wrap .desc .form dd .chk{display: flex;gap: 12px 16px;flex-wrap: wrap;min-height: 42px;align-items: center;}
    .pay_wrap .desc .form dd .chk label{display:flex;align-items:center;height: 24px;cursor:pointer;}
    .pay_wrap .desc .form dd .chk label input{display:none;}
    .pay_wrap .desc .form dd .chk label input ~ i{width: 20px;height: 20px;flex-shrink:0;margin:0 8px 0 0;background:url("../img/checkbox.png") no-repeat 50% 50% / contain}
    .pay_wrap .desc .form dd .chk label input ~ p{font-size: 14px;font-weight:400;color:#1c1c1c}
    .pay_wrap .desc .form dd .chk label input:checked ~ i{background:url("../img/checkbox_on.png") no-repeat 50% 50% / contain}
    .pay_wrap .desc .form dd .inp{border-bottom:1px solid #ddd;display: flex;}
    .pay_wrap .desc .form dd .inp + .inp,
    .pay_wrap .desc .form dd .inp + .use{margin-top: 8px;}
    .pay_wrap .desc .form dd .inp input{padding:6px 12px;height:48px;flex: 1;font-size: 14px;border: 0;}
    .pay_wrap .desc .form dd .sel{display:flex;}
    .pay_wrap .desc .form dd .sel select{padding: 6px 16px;height: 48px;width: 100%;max-width: 100%;font-size: 14px;border: 1px solid #ddd;border-radius: 8px;}
    .pay_wrap .desc .form dd .use{display:flex;align-items: flex-end;justify-content:space-between;flex-direction: column-reverse;gap: 10px;}
    .pay_wrap .desc .form dd .use label{display:flex;align-items:center;height: 24px;cursor:pointer;}
    .pay_wrap .desc .form dd .use label input{display:none;}
    .pay_wrap .desc .form dd .use label input ~ i{width: 20px;height: 20px;flex-shrink:0;margin:0 8px 0 0;background:url("../img/checkbox.png") no-repeat 50% 50% / contain}
    .pay_wrap .desc .form dd .use label input ~ p{font-size: 14px;font-weight:400;color:#1c1c1c}
    .pay_wrap .desc .form dd .use label input:checked ~ i{background:url("../img/checkbox_on.png") no-repeat 50% 50% / contain}
    .pay_wrap .desc .form dd .use span{line-height: 16px;font-size: 12px;color:#eb2f3d;}
    .pay_wrap .desc .form dd .address{border-radius: 16px;overflow: hidden;border: 1px solid #ddd;margin: 0 0 16px;}
    .pay_wrap .desc .form dd .address .top{height: 60px;display: flex;align-items: center;justify-content: flex-start;background: #f4f4f4;padding: 16px 20px;gap: 8px;}
    .pay_wrap .desc .form dd .address .name{font-size: 16px;font-weight: 500;}
    .pay_wrap .desc .form dd .address .cate{display: flex;align-items: center;justify-content: center;height: 28px;border-radius: 28px;border: 1px solid #eb3f3d;color: #eb3f3d;font-size: 12px;padding: 0 10px;}
    .pay_wrap .desc .form dd .address .con{padding: 20px;}
    .pay_wrap .desc .form dd .address .addr{line-height: 20px;font-size: 14px;word-break: keep-all;}
    .pay_wrap .desc .form dd .address .etc{margin:12px 0 0;display:flex;flex-wrap:wrap;gap:10px 16px}
    .pay_wrap .desc .form dd .address .etc span{position:relative;line-height: 20px;font-size: 14px;color: #1c1c1c;}
    .pay_wrap .desc .form dd .address .etc span + span:before{content:'';position:absolute;top:50%;left:-8px;transform:translateY(-50%);width: 1px;height: 10px;background: #ddd;}
    .pay_wrap .desc .form dd .bank{margin-top:16px;line-height:16px;font-size:14px;text-align:right;color:#1c1c1c;}
    .pay_wrap .desc .total{margin:25px 0;display:flex;align-items:center;justify-content:flex-end;gap:20px;}
    .pay_wrap .desc .total dl{position:relative;display:flex;align-items:center;gap:6px;}
    .pay_wrap .desc .total dl + dl:before{content:'+';position:absolute;top:50%;left:0;transform: translate(-100%,-50%);width:20px;height:20px;display: flex;align-items: center;justify-content: center;}
    .pay_wrap .desc .total dl + .sum:before{content:'='}
    .pay_wrap .desc .total dt{font-size:13px;color:#707070}
    .pay_wrap .desc .total dd{display:flex;align-items:center;font-size:13px;color:#707070;gap:3px;}
    .pay_wrap .desc .total dd strong{font-size:20px;font-weight:500;color:#1c1c1c;}
    .pay_wrap .desc .total dd em{}
    .pay_wrap .desc .total dl.sum dt{}
    .pay_wrap .desc .total dl.sum dd{}
    .pay_wrap .desc .total dl.sum dd strong{font-size:24px;color:#ba2649;}
    .pay_wrap .desc .bottom{margin-top:32px;padding-top: 32px;}
    .pay_wrap .desc .bottom .price{margin: 0 0 32px;}
    .pay_wrap .desc .bottom .price dl{display:flex;align-items:center;justify-content:space-between;line-height: 24px;}
    .pay_wrap .desc .bottom .price dt{display:flex;font-size: 16px;font-weight: bold;}
    .pay_wrap .desc .bottom .price dd{font-size: 24px;font-weight: 500;color: #ba2649;}
    .pay_wrap .desc .bottom .form{}
    .pay_wrap .desc .bottom .form dl{}
    .pay_wrap .desc .bottom .form dt{color:#707070;}
    .pay_wrap .desc .bottom .form dd{}
    .pay_wrap .desc .bottom .form dd .chk{}
    .pay_wrap .desc .bottom .form dd .chk label{width: calc(50% - 8px);}
    .pay_wrap .desc .info{display: flex;flex-direction: column;gap: 10px;}
    .pay_wrap .desc .info dl{display:flex;align-items:flex-start;}
    .pay_wrap .desc .info dt{font-size: 14px;width: 112px;min-height: 42px;display: flex;align-items: center;justify-content: flex-start;}
    .pay_wrap .desc .info dd{flex:1;display:flex;flex-direction:column;min-height: 42px;}
    .pay_wrap .desc .info dd .payinfo{display:flex;font-size: 15px;align-items: flex-end;justify-content: flex-start;flex-direction: column;border-bottom: 1px solid #ddd;text-align: right;padding: 10px 0;}
    .pay_wrap .desc .info dd .payinfo p{display:flex;align-items:center;justify-content: flex-start;line-height: 22px;font-size: 14px;}
    .pay_wrap .desc .info dd .payinfo small{display:flex;align-items:center;justify-content: flex-start;line-height: 16px;font-weight: 300;font-size: 12px;color: #707070;}
    .pay_wrap .desc .info dd .txt{display: flex;align-items:center;justify-content: flex-end;line-height: 18px;font-size: 14px;text-align: right;border-bottom: 1px solid #ddd;padding: 11px 0;word-break: keep-all;width: 100%;}
    .pay_wrap .desc .info dd .txt p{display:flex;align-items:center;justify-content:flex-start;line-height: 19px;font-size:15px;}
    .pay_wrap .desc .info dd .act{margin: 12px 0 0 0;display: flex;align-items: center;justify-content: flex-end;}
    .pay_wrap .desc .info dd .act a{display:flex;align-items:center;justify-content:center;line-height: 20px;font-size:12px;color: #0066B3;}
    .pay_wrap .desc .info dd .act a img{height: 16px;margin-left:2px;flex-shrink:0;}
    .pay_wrap .desc .info dl.summary{gap: 0;margin: 22px 0 0;}
    .pay_wrap .desc .info dl.summary dt{min-height: 24px;font-size:16px;font-weight:bold;}
    .pay_wrap .desc .info dl.summary dd{min-height: 24px;}
    .pay_wrap .desc .info dl.summary dd .txt{border:0;padding: 0;line-height: 24px;}
    .pay_wrap .desc .info dl.summary dd .txt p{line-height: 1;font-size:24px;font-weight:500;color:#eb3f3d;}
    .pay_wrap .button{margin: 16px 20px 32px;display:flex;align-items:center;justify-content:center;gap: 8px;flex-direction:column;}
    .pay_wrap .button .btn{display:flex;align-items:center;justify-content:center;width: 100%;height: 48px;border-radius: 48px;border:1px solid transparent;font-size:14px;color:#1c1c1c;}
    .pay_wrap .button .btn + .btn{margin-top:4px;}
    .pay_wrap .desc .seller_info .seller {width: 100%}
    .pay_wrap .desc .feeInfo {
        cursor: pointer;
        height: 19px;
        margin-left: 5px;
    }
    .pay_wrap .desc .fee_information {right: unset;left: 0; top: unset;}
    .pay_wrap .desc .fee_information:before{left: 41px;}
    .pay_wrap .desc dl .coupon_wrap .couponList {max-width: 100%}
    .pay_wrap .desc dl .coupon_wrap {
        justify-content: end;
        min-width: 206px;
        position: unset;
    }

    #find_info {padding: 60px 0}

    #mypage .section.info .flex .package_wrap {gap: 10px}
    #mypage .section.info .flex .package_wrap .addPackage {width: 50px; height: 50px}
    #mypage .section.info .flex .package_wrap .pkSwiper {width: calc(100% - 60px)}
    #mypage .section.info .flex .package_wrap .pkSwiper ul li {max-width: 200px}

    #mypage .mypoint .table th {white-space: nowrap}
    #mypage .mypoint .table td {padding: 16px 2px;}
    #mypage .mypoint .table td.wk {font-size: 12px}

}

@media all and (max-width: 479px) {
    .mainSwiper .swiper-slide .text-wrap {
        top: 0;
        left: 20px;
    }
    .mainSwiper .swiper-slide .text-wrap .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .mainSwiper .swiper-slide .text-wrap .title:after {
        bottom: -20px;
    }
    .mainSwiper .swiper-slide .text-wrap .sub-title {
        font-size: 16px;
    }
    .main_section .popular-wrap ul li{
        height: 160px;
    }
    .list-wrap .list-content ul{gap: 10px}
    .list-wrap .list-content ul li {
        width: calc((100% / 2) - 5px);
        padding: 0 0 60px;
        /*height: 270px;*/
    }
    .list-wrap .list-content .order-box {padding: 20px 0}
    #popup_reservation_detail .table .time span:first-child{max-width: 120px}
    #mypage .table th, #mypage .table td {font-size: 13px}
    #mypage .myreservation .list .table td .status01 {font-size: 13px}
    #mypage .myreservation .list .table td .status02 {font-size: 13px}
    #mypage .myreservation .list .table td .status03 {font-size: 13px}
    #mypage .myreservation .list .table td .status04 {font-size: 13px}
    #mypage .myreservation .list .table td .status05 {font-size: 13px}
    #mypage .myreservation .list .table td .status06 {font-size: 13px}

    #mypage .section .reservation .calendar .days li .head {padding: 2px 0}

    #mypage .revenue .top_revenue {padding: 20px}
    #mypage .revenue .top_revenue .withdrawalBox {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 30px 20px 20px;
        width: 100%;
        /*background: linear-gradient(0deg, white, transparent);*/
        z-index: 2;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
    }
    #mypage .revenue .top_revenue .withdrawalBox .withdrawal_btn {
        margin: 0;
        width: 100%;
        height: 45px;
    }

    #mypage .revenue .bank_info {flex-wrap: wrap}
    #mypage .revenue .bank_info p+p {border: none}

    #mypage .section.info .flex .input_subj {
        font-size: 14px;
        word-break: keep-all;
    }
    #mypage .mypoint .top_revenue {padding: 20px}
    #mypage .mypoint .top_revenue .withdrawalBox {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 30px 20px 20px;
        width: 100%;
        /*background: linear-gradient(0deg, white, transparent);*/
        z-index: 2;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
    }
    #mypage .mypoint .top_revenue .withdrawalBox .withdrawal_btn {
        margin: 0;
        width: 100%;
        height: 45px;
    }

    #mypage .section.info .flex .event_wrap {width: 100%}
    #mypage .section.info .flex .event_wrap #first_wrap, #mypage .section.info .flex .event_wrap #second_wrap {min-width: auto}
    #mypage .section.info #first_wrap {width: 50%;}
    #mypage .section.info #second_wrap {width: 50%;}

    #mypage .section.info .flex .etc_wrap {width: 100%}
    #mypage .section.info .flex .etc_wrap .region_add {max-width: 25%}
    #mypage .myWishlist .list ul {
        gap: 10px;
    }
    #mypage .myWishlist .list ul li {
        width: calc(50% - 5px);
    }

    #mypage .section.info .flex .reservationSet .sel select {width: 100px}

    #ft_company a {
        font-size: 12px;
        padding-right: 10px;
    }

    .register_step2 .inner-wrap {
        padding: 20px;
    }
    .register_step2 .step2_header {
        margin-bottom: 20px;
    }

    #branch .detail .infor .packageWrap ul li {width: 250px}
    .pay_wrap .desc dl .coupon_wrap p { font-size: 12px; margin-right: 10px;}
    .pay_wrap .desc dl .coupon_wrap .couponBtn {
        padding: 7px;
        font-size: 12px;
        border-radius: 4px;
        min-width: 58px;
    }
}

@media all and (max-width: 367px) {
    #popup_inquiry .row .sub-title span {font-size: 12px}
}
@media all and (max-width: 361px) {
    #popup_inquiry .row .sub-title span {font-size: 11px}
    #mypage .section .reservation .calendar .days li .cont .reservation_item span {font-size: 11px}
    .pay_wrap .desc .form.col dt {width: 80px}
}
@media all and (max-width: 350px) {
    .register_step1 .step1_header {margin-bottom: 60px}
}