h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.6px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*h3 { font-size: 18px; font-weight:500; color:var(--black);}*/
h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

#wrap {
    width: 100%;
    position: relative;
}

.content {
    padding-top: 24%;
}

.content .tit {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 30px;
}

.content .tit p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

.inner::after {
    display: block;
    content: '';
    clear: both;
}

.paging {
    margin-bottom: 40px;
}

.btn_double {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 100px;
}

.btn_double button:last-child {
    margin-left: 1%;
}

.btn_single {
    display: flex;
    justify-content: center;
    margin: 30px auto 100px;
}

.btn_single .btn_black {
    width: 100%;
}

.noti {
    color: #ea2626
}

.notice_icon {
    width: 92%;
    margin: 0 auto;
    color: rgb(237 83 81 / 70%);
    background: url(../../images/temp102/common/notice.svg) 0 0 / 16px no-repeat;
    padding-left: 20px;
}

.pc {
    display: none;
}

.noData {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*common*/
.itemArrow {
    width: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.itemArrow div {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    font-size: 0;
    cursor: pointer;
    background-color: rgb(255 255 255 /46%);
}

.itemArrow .prev {
    left: 0;
}

.itemArrow .prev::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 48%;
    width: 15px;
    height: 15px;
    border-top: solid 1px var(--black);
    border-left: solid 1px var(--black);
    transform: rotate(-45deg)translateY(-50%);
}

.itemArrow .prev::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: var(--black)
}

.itemArrow .prev:hover {
    animation: bannerRightArrow 1s infinite alternate ease-in-out;
    background-color: rgb(255 255 255 /90%);
    box-shadow: 2px 8px 14px 2px rgb(0 0 0 / 26%);
}

.itemArrow .next {
    right: 0;
}

.itemArrow .next::before {
    content: '';
    position: absolute;
    right: 26px;
    top: 46%;
    width: 15px;
    height: 15px;
    border-top: solid 1px var(--black);
    border-right: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.itemArrow .next::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: var(--black)
}

.itemArrow .next:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
    background-color: rgb(255 255 255 /90%);
    box-shadow: 2px 8px 14px 2px rgb(0 0 0 / 26%);
}

.itemArea {
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    padding: 0 16px;
}

.item {
    position: relative;
}

.item .bookMark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /20%) url(../../images/temp102/bookmark_fff.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    cursor: pointer;
}

.item .bookMark_on {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /40%) url(../../images/temp102/bookmark_fff_on.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34;
    cursor: pointer;
}

.item .item_img {
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 12vw no-repeat;
}

.item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.item .item_info {
    width: 100%;
}

.item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.item .item_info .badge_area {
    margin-bottom: 10px;
}

.item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
}

.item .item_info .price span {
    font-weight: 500;
    margin-left: 4px;
}

.mobile_reservation {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    background: var(--primary);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    z-index: 10;
}

/*
.mobile_reservation ul {display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;}
.mobile_reservation ul li:first-child {width:66%; color:var(--white); font-size: 20px; font-weight: 600; line-height: 22px; max-height: 40px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; letter-spacing: -0.4px;}
.mobile_reservation ul li:last-child {width:30%; color:var(--white); font-size: 18px; font-weight: 600; letter-spacing: -0.2px; margin-left: 4%; text-align: right;}
.mobile_reservation .btnReservation {width: 100%; margin: 0 auto; border: 1px solid rgb(255 255 255 / 30%)}
.mobile_reservation .btnReservation:hover {border-color:var(--white);}
*/
.searchArea {
    display: flex;
    flex-direction: column;
}

.searchArea ul {
    display: flex;
    justify-content: space-between;
}

.searchArea ul .inp_sel {
    width: 24%;
}

.searchArea ul li:nth-child(2) {
    width: 60%;
    margin-left: 1%;
}

.searchArea ul li.btn {
    margin-left: 1%;
    position: relative;
    width: 14%;
    height: 50px;
    font-size: 0;
    border-radius: 2px;
    background: var(--black);
    cursor: pointer;
}

.searchArea ul li.btn svg {
    position: absolute;
    fill: var(--white);
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.searchArea ul .inp_sel .sel_base .list {
    width: 100%;
}

.searchArea ul .inp_sel .sel_base .list>* {
    width: 100%;
    margin: 0;
    height: auto;
}

/*------------------------------------------------------------ end : common --*/


header {
    width: 100%;
    z-index: 10;
}

header::after {
    display: block;
    content: '';
    clear: both;
}

header.type1 {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

header.type1 .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header.type1 .inner h1 {
    width: 50%;
    display: flex;
    align-items: center;
}

header.type1 .inner h1 img {
    max-width: 110px;
    max-height: 50px;
    border: 0;
    cursor: pointer;
}

header.type1 .inner .gnbArea {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type1 .inner .gnbArea ul.pc {
    display: none;
}
header.type1 .inner .gnbArea ul.gogolf_only li .trip{
    height: 12px;
    width: 80px;
    background: url(../../images/temp106/common/special_trip_w.png) center/ cover no-repeat;
}
header.type1 .inner .gnbArea ul.gogolf_only li .honey{
    height: 12px;
    width: 82px;
    background: url(../../images/temp106/common/special_honey_W.png) center/ cover no-repeat;
}
header.type1 .inner .gnbArea ul.mobile {
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type1 .inner .gnbArea ul.mobile li {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
}

header.type1 .inner .gnbArea ul.mobile svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
    cursor: pointer;
}

header.type2 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.2s ease 0.1s;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    z-index: 10
}

header.type2 .inner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.type2 .inner .back {
    display: contents;
    cursor: pointer;
}

header.type2 .inner .back svg {
    fill: var(--black);
    width: 24px;
    height: 24px;
}

header.type2 .inner h1 {
    width: 26px;
    height: 26px;
    background: url(../../images/temp102/home.svg) 10% 50% no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

header.type2 .inner h1 img {
    display: none;
}

header.type2 .inner .gnbArea {
    width: 80%;
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type2 .inner .gnbArea ul.pc {
    display: none;
}
header .inner .gnbArea ul.gogolf_only li{
    float: left;
    padding: 6px 2px;
}
header.type2 .inner .gnbArea ul.gogolf_only li .trip{
    height: 12px;
    width: 80px;
    background: url(../../images/temp106/common/special_trip.png) center/ cover no-repeat;
}
header.type2 .inner .gnbArea ul.gogolf_only li .honey{
    height: 12px;
    width: 82px;
    background: url(../../images/temp106/common/special_honey.png) center/ cover no-repeat;
}
header.type2 .inner .gnbArea ul.mobile {
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type2 .inner .gnbArea ul.mobile li {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}

header.type2 .inner .gnbArea ul.mobile svg {
    width: 22px;
    height: 22px;
    fill: var(--black);
    cursor: pointer;
}

footer {
    width: 100%;
    background: var(--black);
    padding: 40px 0;
}

footer .ti {
    color: #d2d2d2;
    font-size: 18px;
    margin-bottom: 40px;
}

footer .footer_menu {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
}

footer .footer_menu span {
    display: block;
    margin: 0 16px 10px 0;
    cursor: pointer;
}

footer .footer_menu span a {
    color: #9a9a9a;
    font-weight: 500;
}

footer .footer_info {
    display: flex;
    flex-direction: column;
}

footer .footer_info p {
    color: #9a9a9a;
    line-height: 1.5;
    font-size: 13px;
}

.layer_btn {
    position: fixed;
    bottom: 30px;
    right: 4%;
    z-index: 9;
}

.layer_btn .btn {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 8%);
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}

.layer_btn .btn img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 58%;
}


/* allmenu */
.nav_area {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.allMnArea {
    background: var(--white);
    width: 90%;
    min-height: 100vh;
    float: right;
    overflow: auto;
    padding-bottom: 30px;
    z-index: 999999;
    box-shadow: rgb(0 0 0 / 10%) -30px 0 30px -5px;
    /*box-shadow: rgb(0 0 0 / 20%) 0px 8px 10px -5px, rgb(0 0 0 / 14%) 0px 16px 24px 2px, rgb(0 0 0 / 12%) 0px 6px 30px 5px;*/
}

.allMnArea .inner {
    width: 80%;
    padding: 6% 0;
    display: flex;
    flex-direction: column;
}

.allMnArea .inner:after {
    display: block;
    content: "";
    clear: both;
}

.allMnArea .area01 {
    display: flex;
    justify-content: space-between;
}
.allMnArea .area_special {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-end;
    gap:10px;
}
.allMnArea .area01 .home {
    background: url(../../images/temp102/home.svg) 95% 50% / 24px no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.allMnArea .area01 .close {
    background: url(../../images/temp102/common/close.svg) 100% 50% / 30px no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: -7px;
}

.allMnArea .area02 {
    margin-top: 4%;
    padding-bottom: 8%;
}

.allMnArea .area02 .before {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.allMnArea .area02 .before li {
    font-size: 18px;
    font-weight: 400;
    color: var(--gray);
    letter-spacing: normal;
}

.allMnArea .area02 .before li span {
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-right: 2px;
}

.allMnArea .area02 .before .btn_type_basic {
    min-height: 40px;
    font-size: 15px;
    margin-top: 12px;
}

.allMnArea .area02 .after {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--black);
}

.allMnArea .area02 .after .area01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}

.allMnArea .area02 .after .area01 .member {
    font-size: 18px;
    color: var(--gray);
}

.allMnArea .area02 .after .area01 .member span {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
}

.allMnArea .area02 .after .area01 .btn_type_basic {
    width: 80px;
    font-size: 13px;
    padding: 0 10px;
    min-height: 30px;
    margin-left: 10px;
}

.allMnArea .area02 .after .area02 {
    display: flex;
    justify-content: start;
    padding-top: 20px;
}

.allMnArea .area02 .after .area02::after {
    display: block;
    content: '';
    clear: both;
}

.allMnArea .area02 .after .area02 li {
    width: 33.3%;
    text-align: center;
    font-size: 13px;
    position: relative;
}

.allMnArea .area02 .after .area02 li::after {
    width: 1px;
    height: 30px;
    background: rgba(0 0 0 / 10%);
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
}

.allMnArea .area02 .after .area02 li:first-child::after {
    display: none;
}

.allMnArea .area02 .after .area02 li a {
    display: block;
    width: 100%;
    color: var(--black);
}

.allMnArea .area02 .after .area02 li span {
    display: block;
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 6px;
}

.allMnArea .area03 {
    height: 80vh;
    padding-bottom: 30vh;
    overflow-y: auto;
}

.allMnArea .area03::-webkit-scrollbar {
    display: none;
}

.allMnArea .area03 ul li {
    padding: 26px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.allMnArea .area03 ul li:last-child {
    border-bottom: 0;
}

.allMnArea .area03 ul li h2 {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    margin-bottom: 0;
}

/*visual*/
.main_Banner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.main_Banner .visual {
    background: url(../../images/temp102/mainBanner.jpg) 50% 50% / cover no-repeat;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.main_Banner .visual::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .0);
    pointer-events: none;
    z-index: 1;
}

.main_Banner .visual .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 120px;
    z-index: 2;
}

.main_Banner .visual .inner::after {
    display: block;
    content: '';
    clear: both;
}

.main_Banner .visual .inner .bannerInfo {
    width: 92%;
    margin: 0 auto;
    color: var(--white);
}

.main_Banner .visual .inner .bannerInfo .main {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.1;
    letter-spacing: -0.6px;
    word-break: keep-all;
    max-height: 98px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_Banner .visual .inner .bannerInfo .sub {
    width: 100%;
    font-size: 24px;
    margin-top: 14px;
    font-weight: 300;
    letter-spacing: -0.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slick_arrow {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slick_arrow div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    font-size: 0;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 /20%);
}

.slick_arrow .prev {
    position: absolute;
    left: 24px;
}

.slick_arrow .next {
    position: absolute;
    left: 86px;
}

.slick_arrow .prev:hover {
    animation: bannerRightArrow 1s infinite alternate ease-in-out;
    background-color: rgb(0 0 0 /20%);
    border: 1px solid rgb(0 0 0 / 0);
}

.slick_arrow .next:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
    background-color: rgb(0 0 0 /20%);
    border: 1px solid rgb(0 0 0 / 0);
}

.slick_arrow .prev::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 48%;
    width: 17px;
    height: 17px;
    border-top: solid 1px var(--white);
    border-left: solid 1px var(--white);
    transform: rotate(-45deg)translateY(-50%);
}

.slick_arrow .prev::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 25.5px;
    width: 30px;
    height: 1px;
    background: var(--white)
}

.slick_arrow .next::before {
    content: '';
    position: absolute;
    right: 17px;
    top: 46%;
    width: 17px;
    height: 17px;
    border-top: solid 1px var(--white);
    border-right: solid 1px var(--white);
    transform: rotate(45deg)translateY(-50%);
}

.slick_arrow .next::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 24.5px;
    width: 30px;
    height: 1px;
    background: var(--white)
}

@keyframes bannerRightArrow {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-10px)
    }
}

@keyframes bannerLeftArrow {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(10px)
    }
}

.main_Banner .main_search {
    display: none;
}

/*item01*/
.theme {
    margin: 50px 0 60px;
    position: relative;
}

.theme .of_x {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
    padding: 0 16px;
}

.theme .of_x::-webkit-scrollbar {
    display: none;
}

.theme .category {
    flex: 1;
    margin-left: 20px;
}

.theme .category:first-child {
    margin-left: 0;
}

.theme .category .depth1 {
    opacity: .7;
    cursor: pointer;
    filter: grayscale(1);
}

.theme .category .depth1:hover {
    opacity: 1;
    filter: none;
}

.theme .category .depth1.on {
    opacity: 1;
    cursor: pointer;
    filter: none;
}

.theme .category .depth1.on span:last-child {
    font-weight: 700;
}

.theme .category .depth1 span {
    display: block;
    text-align: center;
}

.theme .category .depth1 span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
}

.theme .category .depth1 .icon {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.theme .category .depth1 .icon svg {
    width: 40px;
    height: 40px;
}

.theme .depth2 {
    width: 92%;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 20px 16px 18px;
    border: 1px solid rgb(0 0 0 / 4%);
    box-shadow: 0px 4px 8px rgb(0 0 0 / 12%);
    z-index: 3;
}

.theme .depth2::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ebebeb;
}

.theme .depth2::after {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fbfbfb;
}

.theme .depth2 .area01 {
    position: fixed;
    top: 16px;
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

.theme .depth2 .area01 div {
    width: 50%;
}

.theme .depth2 .area01 .depth2_all {
    color: var(--black);
    font-size: 16px;
}

.theme .depth2 .area01 .close {
    cursor: pointer;
    text-align: right;
}

.theme .depth2 .area01 .close svg {
    width: 30px;
    height: 30px;
}

.theme .depth2 .area02 {
    display: flex;
    flex-flow: row wrap;
    margin-top: 46px;
    max-height: 400px;
    overflow-y: auto;
}

.theme .depth2 .area02 .item {
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.theme .depth2 .area02 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.theme .depth2 .area02 .item dl dt {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
}

.theme .depth2 .area02 .item dl dd {
    color: var(--gray);
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.theme .depth2 .area02 .item dl dd:hover {
    color: var(--black);
    text-decoration: underline;
}

/*item02*/
.itemLayout1 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.itemLayout1 h2 {
    padding: 0 16px;
}

.itemLayout1 .itemArea .item .item_img {
    margin-bottom: 14px;
    width: 100%;
    height: 59.5vw;
}

.itemLayout1 .itemArrow {
    display: none;
}

/*item03*/
.eventArea {
    display: flex;
    flex-direction: column;
}

.eventArea .titArea {
    width: 92%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}

.eventArea h2 {
    margin-bottom: 0;
}

.eventArea .titArea ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}

.eventArea .titArea ul li:first-child {
    font-weight: 400;
    color: rgb(0 0 0 / 50%);
    border-radius: 20px;
    padding: 1px 11px;
    border: 1px solid rgb(0 0 0 /30%);
}

.eventArea .titArea ul li:last-child {
    display: none;
    /*align-items: center; color:var(--black); cursor: pointer;*/
}

.eventArea .titArea ul li:last-child svg {
    fill: var(--black);
}

.eventArea .item {
    width: 100%;
    height: 40vw;
}

.eventArea .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}

/*item04*/
.itemLayout2 {
    width: 100%;
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #f7fbfa 50%, var(--white)50%);
    position: relative;
}

.itemLayout2 .itemArrow {
    display: none;
}

.itemLayout2 .titArea {
    display: flex;
    flex-direction: column;
}

.itemLayout2 h2 span {
    font-size: 16px;
    font-weight: 400;
    opacity: .8;
}

.itemLayout2 .tabArea {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.itemLayout2 .tabArea span {
    border-radius: 7px;
    padding: 6px 10px;
    border: 1px solid #b7bab9;
    color: var(--black);
    margin-left: 7px;
    cursor: pointer;
}

.itemLayout2 .tabArea span:first-child {
    margin-left: 0;
}

.itemLayout2 .tabArea span.selected {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
}

.itemLayout2 .itemArea {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.itemLayout2 .itemArea .item {
    border-radius: 10px;
    padding-bottom: 30px;
    cursor: pointer;
}

.itemLayout2 .itemArea .item:hover {
    box-shadow: 2px 8px 14px 2px rgb(0 0 0 / 12%);
}

.itemLayout2 .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 12vw no-repeat;
}

.itemLayout2 .itemArea .item .item_img img {
    border-radius: 10px 10px 0 0;
}

.itemLayout2 .itemArea .item .item_info {
    width: 100%;
    padding: 20px 20px 0;
    border-radius: 0 0 10px 10px;
    background: var(--white);
}

.itemLayout2 .itemArea .item .item_info .tit {
    margin-bottom: 20px;
}

.itemLayout2 .itemArea .item .item_info .cont {
    margin-bottom: 22px;
}

.itemLayout2 .itemArea .item .item_info .cont span {
    display: block;
    line-height: 1.2;
    font-weight: 400;
    color: var(--black);
    letter-spacing: normal;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.itemLayout2 .itemArea .item .item_info .price span {
    font-size: 18px;
}

/*item05*/
.itemLayout3 {
    width: 100%;
    padding: 0 0 60px;
    display: flex;
    flex-direction: column;
}

.itemLayout3 .itemArrow {
    top: 46%
}

.itemLayout3 .tabArea {
    display: flex;
    align-items: center;
}

.itemLayout3 .tabArea span {
    border-radius: 7px;
    padding: 6px 10px;
    border: 1px solid #b7bab9;
    color: var(--black);
    margin-left: 7px;
}

.itemLayout3 .tabArea span.selected {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
}

.itemLayout3 .itemArea .item {
    max-width: 232px;
    cursor: pointer;
}

.itemLayout3 .itemArea .item:hover img {
    box-shadow: 2px 8px 14px 2px rgb(0 0 0 / 12%);
}

.itemLayout3 .itemArea .item .item_img {
    width: 100%;
    max-width: 232px;
    height: 232px;
    border-radius: 100%;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 12vw no-repeat;
    margin-bottom: 22px;
}

.itemLayout3 .itemArea .item .item_img img {
    border-radius: 50px;
}

.itemLayout3 .itemArea .item .item_info {
    text-align: center;
}

.itemLayout3 .itemArea .item .item_info .tit {
    font-weight: 600;
    margin-bottom: 8px;
}

.itemLayout3 .itemArea .item .item_info .sti {
    display: block;
    line-height: 1.2;
    font-weight: 400;
    color: var(--gray);
    letter-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.itemLayout3 .more {
    position: relative;
    margin: 0 auto;
    width: 274px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--black);
    cursor: pointer;
}

.itemLayout3 .more span {
    color: var(--black);
    font-size: 20px;
}

.itemLayout3 .more span:first-child {
    font-weight: 600;
    margin-right: 6px;
}

.itemLayout3 .more::before {
    content: '';
    position: absolute;
    right: 12px;
    bottom: -42%;
    width: 20px;
    height: 20px;
    border-top: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.itemLayout3 .more:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
}

.custmer {
    display: flex;
    flex-direction: column;
}

.custmer .box {
    width: 100%;
    margin: 0 auto 1px;
    background: #f3f3f3;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.custmer .box .icon {
    display: flex;
}

.custmer .box .icon svg {
    width: 30px;
    height: 30px;
}

.custmer .box ul {
    margin-left: 20px;
}

.custmer .box ul li:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.custmer .box ul li:last-child {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.5;
}

.custmer .box ul li:last-child span {
    color: #ee7356;
    font-weight: 500;
}

.custmer .box .more {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: var(--white);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.custmer .box .more svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.noti {
    background: #f3f3f3;
    padding: 0 20px;
    height: 73px;
    line-height: 73px;
}

.noti .wrap ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.noti .wrap ul li {
    font-size: 16px;
}

.noti .wrap ul li.tit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.noti .wrap ul li.tit span {
    color: var(--black);
    font-weight: 600;
}

.noti .wrap ul li.tit svg {
    color: var(--black);
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.noti .wrap ul li:last-child {
    border-bottom: 1px solid transparent;
    width: 100%;
}

.noti .wrap ul li:last-child ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.noti .wrap ul li:last-child ul::after {
    display: block;
    content: '';
    clear: both;
}

.noti .wrap ul li:last-child ul li {
    width: 100%;
    max-width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noti .wrap ul li:last-child ul li span {
    display: block;
    color: var(--gray);
    letter-spacing: -0.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 16px;
    cursor: pointer;
}

.noti .wrap ul li:last-child ul li span:first-child {
    width: 100%;
}

.noti .wrap ul li:last-child ul li span:first-child:hover {
    border-bottom: 1px solid var(--black);
    color: var(--black);
}

.noti .wrap ul li:last-child ul li span:last-child {
    display: none;
}

.noti .wrap ul li:last-child:hover {
    /*border-bottom: 1px solid var(--black);*/
    color: var(--black)
}

/*end : main*/

/*member & mypage*/
.tab_login_nav {
    width: 100%;
    display: flex;
    padding: 0 0 10px;
    margin-bottom: 20px
}

.tab_login_nav>* {
    flex: 1;
    font-size: 15px;
    color: #b7b7b7;
    letter-spacing: -0.45px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom-color: var(--black);
}

.tab_login_nav>*:last-child {
    border-right: 1px solid #ccc
}

.tab_login_nav>*.selected {
    color: var(--black);
    font-weight: 600;
    border: 1px solid var(--black);
    border-bottom-color: var(--white);
}

.tab_login_nav .selected+* {
    border-left: 0
}

/*join*/
.join_wrap {
    width: 92%;
    margin: 0 auto 16%;
}

.join_wrap .tit p {
    font-size: 14px;
    margin-top: 20px;
}

.join_wrap h3 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.join_wrap h3 .check_all {
    margin-left: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.join_wrap h3 .check_all .label {
    font-size: 16px;
}

.join_wrap .form {
    border-top: 1px solid var(--black);
    padding-top: 16px;
    margin-bottom: 70px;
}

.join_wrap dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.join_wrap dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.join_wrap dl dt span {
    position: relative;
}

.join_wrap dl dt span::before {
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    content: '*';
    color: var(--red);
}

.join_wrap dl dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.join_wrap dl dd>* {
    flex: 1;
}

.join_wrap dl dd span {
    font-size: 16px;
}

.join_wrap dl dd .sel_base {
    width: 100%;
    display: flex;
    align-items: center;
}

.join_wrap dl dd.phone>* {
    margin-right: 10px;
}

.join_wrap dl dd.phone .inp_base:last-child {
    margin-right: 0;
}

.join_wrap dl dd.email {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.join_wrap dl dd.email div {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.join_wrap dl dd.email div:first-child {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}

.join_wrap dl dd.email div:first-child .inp_email {
    width: 100%;
    flex: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.join_wrap dl dd.email div:first-child .inp_email .inp_base {
    width: 48.5%;
    max-width: 214px;
}

.join_wrap dl dd.email div:first-child .inp_email .at {
    font-size: 16px;
    flex: none !important;
    display: inline-block;
    margin: 0 10px;
}

.join_wrap dl dd.email div:first-child .inp_sel {
    width: 100%;
    flex: none;
    margin: 0;
}

.join_wrap dl dd.email div:first-child .inp_sel .sel_base {
    margin-top: 0;
}

.join_wrap dl dd.email div:last-child {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    margin-right: 0;
}

.join_wrap dl dd.email div:last-child .btn_joinCheck {
    width: 22%;
    height: 32px;
    border-radius: 25px;
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
}

.join_wrap dl dd .unregister {
    border: 1px solid rgb(0 0 0 / 10%);
    color: var(--gray);
    border-radius: 25px;
    padding: 6px 12px;
    font-size: 14px;
    flex: none;
    cursor: pointer;
}

.join_wrap dl dd .unregister:hover {
    border: 1px solid rgba(153, 153, 153);
    background: rgb(153, 153, 153);
    color: var(--white);
    border-radius: 25px;
    padding: 4px 12px;
}

.join_wrap dl:nth-child(3) dd {
    padding: 10px 0;
}

.join_wrap dl:nth-child(7) dd .inp_base {
    width: calc((100% - 10px) / 2);
    margin-right: 6px;
}

.join_wrap dl:nth-child(7) dd .inp_base:last-child {
    margin-right: 0;
}

.join_wrap .terms_wrap {
    margin-bottom: 50px;
}

.join_wrap .terms_wrap ul li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.join_wrap .terms_wrap ul li .label {
    color: var(--black);
    font-size: 16px;
}

.join_wrap .terms_wrap ul li .label span {
    color: var(--red);
    font-weight: 400;
    margin-left: 6px;
}

.join_wrap .terms_wrap ul li .more {
    font-size: 13px;
    color: var(--black);
    cursor: pointer;
    background: url(../../images/temp102/common/arrow_right.svg) 100% 50% / 16px no-repeat;
    padding-right: 18px;
    display: flex;
    align-items: center;
}

.join_wrap .btn_single {
    width: 100%;
}

.join_wrap .btn_single .btn_black {
    width: 100%;
}

/*login*/
.login_wrap {
    width: 92%;
    margin: 0 auto 16%;
}

.login_wrap .form_area {
    width: 100%;
    margin: 0 auto;
}

.login_wrap .form_area li {
    margin-bottom: 10px;
}

.login_wrap .txt {
    text-align: center;
    margin: 0 0 16px;
    color: var(--black);
    font-size: 16px;
}

.login_wrap .btn_join {
    text-align: center;
    margin-top: 30px;
}

.login_wrap .btn_join .tit_line {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    font-size: 15px;
    color: #555;
}

.login_wrap .btn_join .tit_line:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
    z-index: 1;
}

.login_wrap .btn_join .tit_line .jtit {
    display: inline-block;
    padding: 0 10px;
    z-index: 2;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    text-align: center;
}

.login_wrap .btn_join .tit_line .jtit>em {
    display: inline-block;
    padding: 0 10px;
    background: var(--white);
    color: var(--black)
}

.login_wrap .btn_join button {
    border: 1px solid var(--black);
    border-radius: 25px;
    height: 50px;
    font-size: 15px;
    background: var(--white);
    width: 100%;
    margin: 30px auto;
}

.login_wrap .btn_join button:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white)
}

.login_wrap .kakao_login {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #fee500;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.login_wrap .kakao_login i {
    background: url(../../images/temp102/kakao.svg)no-repeat center center;
    width: 22px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}

.login_wrap .btn_double {
    width: 100%;
    margin-top: 20px;
}

.login_wrap .btn_single {
    width: 100%;
    margin-top: 20px;
}

.login_wrap .btn_single button {
    width: 100%;
}

.login_wrap .memberInfo_search {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 20px 0 50px;
}

.login_wrap .memberInfo_search span {
    cursor: pointer;
    color: var(--black);
    font-size: 16px;
}

/* noMblogin */
.login_wrap div {
    margin-bottom: 10px;
}

.login_wrap .input-phone_num {
    width: 100%;
    position: relative;
}

.login_wrap .phone_num {
    font-size: 12px;
    background: var(--black);
    color: var(--white);
    padding: 6px 10px;
    border-radius: 25px;
    position: absolute;
    right: 2%;
    top: 22%;
    z-index: 3;
}

/* findMember */
.findMember {
    width: 92%;
    margin: 0 auto 30%;
}

.findMember .ti {
    color: var(--black);
    font-weight: 400;
    font-size: 15px;
    margin-top: 40px;
}

.findMember .ti span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.findMember form {
    width: 100%;
    margin: 30px auto;
}

.findMember form ul li {
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.findMember form ul li:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.findMember form ul li:first-child .inp_base {
    width: 73%;
}

.findMember form ul li:first-child button {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    cursor: pointer;
}

.findMember form ul li:last-child {
    position: relative;
    width: 100%;
}

.findMember form ul li:last-child button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22%;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.findMember form dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.findMember form dl dt {
    width: 25%;
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
}

.findMember form dl dd {
    width: 75%;
}

.findMember form dl.phone dd {
    display: flex;
    justify-content: space-between;
}

.findMember form dl.phone dd .inp_base {
    width: 73%;
}

.findMember form dl.phone dd button {
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    cursor: pointer;
}

.findMember form dl:last-child dd {
    position: relative;
}

.findMember form dl:last-child dd button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
}

.findMember .noti {
    height: auto;
    background-color: rgb(0 0 0 / 3%);
    color: var(--gray);
    font-weight: 400;
    padding: 14px;
    font-size: 13px;
    line-height: 1.4;
    border-top: 0;
}

/*mypage-main*/
.mypage {
    width: 100%;
    margin: 0 auto 16%;
}

.mypage h3 {
    margin-bottom: 16px;
}

.mypage .greetings {
    width: 92%;
    margin: 50px auto 30px;
    display: flex;
    justify-content: space-between;
}

.mypage .greetings div {
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    color: var(--black);
}

.mypage .greetings div span {
    color: var(--black);
    font-weight: 500;
}

.mypage .greetings button {
    display: none;
}

.mypage .myMenu {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 8px solid #f0f0f0;
}

.mypage .myMenu ul {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.mypage .myMenu ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    background: rgb(0 0 0 / 3%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
}

.mypage .myMenu ul li:last-child {
    margin-right: 0;
}

.mypage .myMenu ul li span:first-child {
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
}

.mypage .myMenu ul li span:last-child {
    color: var(--primary);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.mypage .myMenu ul li .myinfoModify {
    width: 18px;
    height: 18px;
}

.mypage .myMenu ul li .myinfoModify svg {
    fill: var(--primary);
}

.mypage .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage .menu div {
    flex: 1;
    height: 200px;
    margin-right: 20px;
    border: 1px solid var(--black);
}

.mypage .menu div:last-child {
    margin-right: 0;
}

.mypage .custmer {
    padding: 16px 0 0;
}

.mypage .custmer .box {
    background: var(--white);
    border: 0;
    padding: 10px 20px;
}

.mypage .custmer .box .icon {
    display: none;
}

.mypage .custmer .box ul {
    margin-left: 0;
}

.mypage .custmer .box .more {
    border: 0;
    right: 10px;
}

.mypage .btn_single {
    width: 92%;
    margin: 20px auto;
}

/*견적받기*/
.estimate {
    width: 100%;
    padding-top: 22%;
}

.estimate .theme {
    margin-top: 0;
}

.estimate p {
    font-size: 14px;
    line-height: 22px;
}

.estimate form {
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid var(--black);
    padding-top: 16px;
}

.estimate form dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.estimate form dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.estimate form dl dt span {
    position: relative;
}

.estimate form dl dt span::before {
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    content: '*';
    color: var(--red);
}

.estimate form dl dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.estimate form dl dd>* {
    flex: 1;
}

.estimate form dl dd.hope {
    justify-content: space-between;
    flex-direction: column;
}

.estimate form dl dd.hope .sel_base {
    margin-bottom: 10px;
}

.estimate form dl dd.hope .sel_base:last-child {
    margin-bottom: 0;
}

.estimate form dl dd.phone>* {
    margin-right: 10px;
}

.estimate form dl dd.phone .inp_base:last-child {
    margin-right: 0;
}

.estimate form dl dd span {
    font-size: 16px;
}

.estimate form dl dd .sel_base {
    width: 100%;
    display: flex;
    align-items: center;
}

.estimate form dl dd.calendar {
    position: relative;
}

.estimate form dl dd svg {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    cursor: pointer;
}

/* wishlist */
.wishlist {
    width: 100%;
}

.wishlist .tab_area {
    margin: 0 auto 20px;
    width: 92%;
}

.wishlist .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.wishlist .itemArea .item {
    position: relative;
    flex: 1;
    margin-bottom: 50px;
}

.wishlist .itemArea .item .bookMark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    cursor: pointer;
}

.wishlist .itemArea .item .bookMark_on {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff_on.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.wishlist .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    max-height: 282px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 16vw no-repeat;
    margin-bottom: 20px;
}

.wishlist .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.wishlist .itemArea .item .item_info {
    width: 100%;
}

.wishlist .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.wishlist .itemArea .item .item_info .badge_area {
    margin-bottom: 10px;
}

.wishlist .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    max-height: 40px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.wishlist .itemArea .item .item_info .sti {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
    margin-bottom: 26px;
}

.wishlist .itemArea .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
}

.wishlist .itemArea .item .item_info .price span {
    font-size: 16px;
    margin-left: 2px;
}

.wishlist .paging {
    display: none;
}

/* coupon */
.coupon {
    width: 100%;
    margin: 30px auto;
    min-height: 400px;
}

.coupon .box {
    border-bottom: 8px solid rgb(0 0 0 / 4%);
}

.coupon .box:last-child {
    border-bottom: 0
}

.coupon .area01 {
    width: 92%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

.coupon .area01 .inp_base {
    width: 77%;
    margin-right: 1%;
}

.coupon .area01 .btn_coupon {
    width: 22%;
    height: 50px;
    float: right;
    background: #1758d1;
    color: var(--white);
    border-radius: 2px;
}

.coupon .area02 .tt {
    margin-bottom: 20px;
}

.coupon .area02 .tt span {
    color: #1758d1;
}

.coupon .area02 ul {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.coupon .area02 ul li {
    width: calc((100% - 10px) /2);
    margin-right: 10px;
    border-bottom: 2px solid var(--black);
    color: var(--black);
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.coupon .area02 ul li:last-child {
    margin-right: 0
}

.coupon .area02 ul li.selected {
    border-color: rgb(0 61 166 / 100%);
    color: rgb(0 61 166 / 100%);
}

.coupon .area02 .list {
    width: 92%;
    margin: 20px auto 60px;
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}

.coupon .area02 .list div {
    width: 100%;
    margin-bottom: 16px;
}

/*사용가능*/
.available_cp {
    max-height: 140px;
    border-radius: 20px;
    background: rgba(109, 162, 241, 0.09);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.available_cp:hover {
    box-shadow: 3px 6.4px 10.8px 5.2px rgb(0 0 0 / 10%);
}

.available_cp .ico {
    background: url(../../images/temp102/common/download_white.svg) 50% 50% / 20px no-repeat;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background-color: #5178e2;
    border-radius: 100%;
}

.available_cp .tit {
    width: 96%;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    max-height: 50px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.available_cp .discount {
    font-size: 24px;
    font-weight: 600;
    color: #1758d1;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}

.available_cp p {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.available_cp .available {
    color: #1758d1;
    margin-left: 10px;
}

/*사용불가능*/
.n_available_cp {
    max-height: 140px;
    border-radius: 20px;
    background: rgb(0 0 0 / 4%);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: .7;
}

.n_available_cp .ico {
    background: url(../../images/temp102/common/download_check.svg) 50% 50% / 24px no-repeat;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background-color: #c5c5c5;
    border-radius: 100%;
    opacity: .6;
}

.n_available_cp .tit {
    width: 96%;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    max-height: 50px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.n_available_cp .discount {
    font-size: 24px;
    font-weight: 600;
    color: #555;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}

.n_available_cp p {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.n_available_cp .available {
    color: var(--gray);
    margin-left: 10px;
}

/* myReview */
.myReview {
    width: 100%;
}

.myReview .tit {
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.myReview .itemArea {
    display: flex;
    flex-direction: column;
}

.myReview .itemArea .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.myReview .itemArea .item .item_img {
    position: relative;
    width: 100%;
    height: 45vw;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.myReview .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.myReview .itemArea .item .item_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.myReview .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.myReview .itemArea .item .item_info p:first-child {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.4;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
}

.myReview .itemArea .item .item_info p:nth-child(2) {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.myReview .itemArea .item .item_info .price {
    font-size: 18px;
}

.myReview .itemArea .item .item_info .price span:first-child {
    font-size: 15px;
    font-weight: 400;
}

.myReview .itemArea .item .item_info div {
    width: 100%;
    margin-top: 26px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.myReview .itemArea .item .item_info div button.btn_complete {
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 3px;
}

.myReview .itemArea .item .item_info div button.btn_complete:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}

.myReview .itemArea .item .item_info div button {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    min-height: 40px;
}

.myReview .itemArea .item .item_info div button:last-child {
    margin-right: 0;
}

.myReview .paging {
    display: none;
}

.myReviewView {
    margin-bottom: 80px;
}

.myReviewView .cont {
    width: 92%;
    margin: 0 auto 40px;
}

.myReviewView .cont .area01 {
    display: flex;
    flex-direction: column;
}

.myReviewView .cont .area01 .tit {
    text-align: left;
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    max-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.myReviewView .cont .area01 ul {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding: 12px 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.myReviewView .cont .area01 ul li {
    color: var(--black);
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

.myReviewView .cont .area01 ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 14%);
    content: '';
}

.myReviewView .cont .area01 ul li:first-child {
    color: var(--gray);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.myReviewView .cont .area01 ul li:nth-child(2) svg {
    width: 18px;
    height: 18px;
    fill: #ffd420;
    margin-right: 6px;
}

.myReviewView .cont .area01 ul li:nth-child(2) span {
    color: #1542d4;
    font-size: 15px;
}

.myReviewView .cont .area01 ul li:last-child span {
    color: var(--primary);
    margin-left: 6px;
}

.myReviewView .cont .area01 ul li:last-child::before {
    display: none;
}

.myReviewView .cont .area02 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.myReviewView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 15px;
    text-align: left;
    white-space: pre-line;
}

.myReviewView .cont .area02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto 30px;
}

.myReviewView .cont .area02 .related {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 100px;
}

.myReviewView .cont .area02 .related span {
    line-height: 2;
}

.myReviewView .cont .area02 .related span:last-child {
    position: relative;
    width: 40px;
    margin-left: 20px;
    border-bottom: 1px solid var(--white);
}

.myReviewView .cont .area02 .related span:last-child::before {
    content: '';
    position: absolute;
    right: 7px;
    top: -50%;
    width: 13px;
    height: 13px;
    border-top: solid 1px var(--white);
    transform: rotate(45deg)translateY(-58%);
}

.myReviewView .cont .area02 .related span:last-child:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
}

.myReviewView .cont .btn_double {
    margin: 30px auto 0;
}

.myReviewWrite {
    margin-bottom: 80px;
}

.myReviewWrite .cont {
    width: 92%;
    margin: 0 auto 40px;
    border-top: 1px solid var(--black);
    padding-top: 10px;
}

.myReviewWrite .cont .area01 {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.myReviewWrite .cont .area01 dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    line-height: 44px;
}

.myReviewWrite .cont .area01 dl dt {
    width: 20%;
    max-width: 160px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}

.myReviewWrite .cont .area01 dl dd {
    width: 80%;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.myReviewWrite .cont .area01 dl dd .inp_base {
    max-height: 44px;
}

.myReviewWrite .cont .area01 .tit {
    text-align: left;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.myReviewWrite .cont .area01 .date {
    color: #9d9d9d;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.myReviewWrite .cont .area01 .score {
    display: flex;
    justify-content: start;
    margin: 30px 0;
}

.myReviewWrite .cont .area01 .score span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../images/temp102/common/star.svg) 0 50% / 30px no-repeat;
    margin-right: 10px;
    opacity: .2;
}

.myReviewWrite .cont .area01 .score span.on {
    opacity: 100%;
}

.myReviewWrite .cont .area01 .score span:last-child {
    margin-right: 0
}

.myReviewWrite .cont .area02 {
    display: flex;
    flex-direction: column;
}

.myReviewWrite .cont .area02 div:first-child {
    width: 100%;
    height: 400px;
    border: 1px solid #e5e5e5;
}

.myReviewWrite .cont .area02 textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 30px;
    border: 0;
}

.myReviewWrite .cont .area02 ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
}

.myReviewWrite .cont .area02 ul li {
    border: 1px solid var(--gray);
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: url(../../images/temp102/photo_default.svg) 50% 50% / 100% no-repeat;
    position: relative;
}

.myReviewWrite .cont .area02 ul li:last-child {
    margin-right: 0;
}

.myReviewWrite .cont .area02 .btn_double {
    width: 100%;
    margin: 30px auto 100px;
}


/*reservaList*/
.reservaList {
    min-height: 600px;
}

.reservaList .tab_area {
    width: 92%;
    display: flex;
    justify-content: center;
}

.reservaList .tab_area span:last-child {
    margin-right: 0;
}

.reservaList .list_wrap {
    margin-bottom: 50px;
}

.reservaList .list_wrap .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid var(--black);*/
    padding: 0 4% 0 4%;
    margin-top: 36px;
}

.reservaList .list_wrap .area div:first-child {
    font-weight: 600;
    color: var(--black);
    font-size: 25px;
}

.reservaList .list_wrap .area .inp_sel {
    width: 37%;
}

.reservaList .list_wrap .list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 30px 0 32px;
}

.reservaList .list_wrap .list:first-child {
    padding-top: 20px;
}

.reservaList .list_wrap .list:last-child {
    border-bottom: 0;
}

.reservaList .list_wrap .list .item {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.reservaList .list_wrap .list .item .area01 .item_img {
    width: 30vw;
    height: 23.4vw;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 14px;
    background: rgb(0 0 0 / 4%) url(../images/common/logo_gray_symbol.svg) 50% 50% / 9vw no-repeat;
}

.reservaList .list_wrap .list .item .area01 .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.reservaList .list_wrap .list .item .info_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.reservaList .list_wrap .list .item .info_area span {
    font-size: 15px;
    line-height: 1.6;
}

.reservaList .list_wrap .list .item .info_area .area01 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reservaList .list_wrap .list .item .info_area .area01 .date {
    color: var(--black);
    font-weight: 400;
    letter-spacing: -0.4px;
}

.reservaList .list_wrap .list .item .info_area .area01 .oderNum {
    color: var(--primary);
    font-weight: 500;
}

.reservaList .list_wrap .list .item .info_area .area01 .oderNum::before {
    display: none;
}

.reservaList .list_wrap .list .item .info_area .area01 .statebox {
    font-size: 15px;
}

.reservaList .list_wrap .list .item .info_area .area02 .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 14px 0 0;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.reservaList .list_wrap .list .item .info_area .area02 .price {
    color: var(--black);
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-top: 10px;
}

.reservaList .list_wrap .list .item .info_area .area02 .price span:last-child {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.reservaList .list_wrap .list .item .info_area .area02 .category {
    font-size: 13px;
    color: var(--gray);
    height: 20px;
    line-height: 20px;
}

.reservaList .list_wrap .list .item .info_area .area02 .btn_double {
    width: 100%;
    padding: 10px 0 0;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}

.reservaList .list_wrap .list .item .info_area .area02 .btn_double button {
    width: 100%;
}

.reservaList .list_wrap .list .item .info_area .area02 .btn_double button:first-child {
    margin-right: 6px;
}

.reservaList .payArea {
    background: rgb(0 0 0 / 2%);
    padding: 30px 20px 20px;
    margin-top: 20px;
}

.reservaList .payArea h4 {
    margin-bottom: 16px;
}

.reservaList .payArea .item_first {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}

.reservaList .payArea .item_first .method {
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
    margin-right: 20px;
}

.reservaList .payArea .item_first .sel_base {
    width: 80%;
}

.reservaList .payArea .item_first .sel div {
    width: 100%;
    color: rgb(35 31 32 / 70%);
    font-size: 14px;
    margin-top: 10px;
}

.reservaList .payArea .item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 10px;
}

.reservaList .payArea .item .method {
    color: var(--black);
    font-weight: 500;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
}

.reservaList .payArea .item .kakaopay {
    width: 70px;
    height: 29px;
    background: url(../images/common/kakaopay.svg) 0 50% / 70px 29px no-repeat;
    padding-left: 80px;
}

.reservaList .payArea .item .toss {
    width: 70px;
    height: 29px;
    background: url(../images/common/toss.png) 0 50% / 70px 29px no-repeat;
    padding-left: 80px;
}

.reservaList .payArea p {
    text-align: center;
    color: var(--black);
    font-weight: 400;
    margin-top: 20px;
}

.reservaList .payArea .btnReservation {
    width: 100%;
    margin: 20px auto 10px;
}

/*airTicket*/
.reservaList .list_wrap .airTicket {
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    padding: 20px 0 22px;
}

.reservaList .list_wrap .airTicket:last-child {
    border-bottom: 0;
}

.reservaList .list_wrap .airTicket .area01 span:first-child {
    color: var(--gray);
    letter-spacing: -0.4px;
}

.reservaList .list_wrap .airTicket .area02 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.reservaList .list_wrap .airTicket .area02 .route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.reservaList .list_wrap .airTicket .area02 .route .airRoute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reservaList .list_wrap .airTicket .area02 .route .airRoute .code {
    font-weight: 600;
    font-size: 24px;
    color: var(--black);
    margin-right: 6px;
}

.reservaList .list_wrap .airTicket .area02 .route .airRoute .city {
    font-size: 15px;
    color: #999;
}

.reservaList .list_wrap .airTicket .area02 .route .airRoute .arrow {
    background: url(../images/common/arrow_type02_right.svg) 50% 50% / 20px no-repeat;
    width: 50px;
    height: 30px;
}

.reservaList .list_wrap .airTicket .area02 .route .airTicket_num {
    font-weight: 600;
    font-size: 24px;
    color: var(--primary);
}

.reservaList .list_wrap .airTicket .area02 .airlineInfo {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.reservaList .list_wrap .airTicket .area02 .airlineInfo .airline_name {
    font-weight: 500;
    font-size: 15px;
    color: v;
    margin-left: 9px
}

.reservaList .list_wrap .airTicket .area02 .airlineInfo .airline_symbol {
    width: 16px;
    height: 16px;
}

.reservaList .list_wrap .airTicket .area02 .airlineInfo .airline_symbol img {
    width: 100%;
    height: 100%;
}

.reservaList .list_wrap .airTicket .area02 .airlineInfo .dot {
    margin: 0 10px;
}

.reservaList .list_wrap .airTicket .area02 .go {
    border-bottom: 1px dashed rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.reservaList .list_wrap .airTicket .area02 .go p {
    background: url(../images/common/flight_depart.svg) 0 50% / 18px no-repeat;
    color: var(--black);
}

.reservaList .list_wrap .airTicket .area02 .come p {
    background: url(../images/common/flight_arrival.svg) 0 50% / 18px no-repeat;
    color: var(--black);
}

.reservaList .list_wrap .airTicket .area02 div p {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: var(--black);
    margin-bottom: 7px;
    padding-left: 26px;
}

.reservaList .list_wrap .airTicket .area02 div ul {
    width: 100%;
    display: flex;
    justify-content: start;
}

.reservaList .list_wrap .airTicket .area02 div ul li:first-child {
    color: var(--black);
    margin-right: 4px;
}

.reservaList .list_wrap .airTicket .area02 div ul li:last-child {
    color: var(--gray);
    letter-spacing: -0.4px;
}

.reservaList .list_wrap .airTicket .btn_area {
    width: 45%;
    padding: 0;
}

.reservaList .list_wrap .airTicket .btn_area .btn_gray {
    width: 100%;
    min-height: 40px;
    margin-bottom: 6px;
    cursor: default;
}

/*reservation*/
.reserve {
    background: #f0f0f0;
    padding-bottom: 60px;
}

.reserve .tit {
    margin-bottom: 30px;
}

.reserve .contArea {
    width: 94%;
    margin: 0 auto;
    background: var(--white);
    padding: 40px 20px;
}

.reserve .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 36px;
}

.reserve .item .item_img {
    width: 36%;
    height: 34vw;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
}

.reserve .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.reserve .item .item_info {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.reserve .item .item_info dl {
    margin-bottom: 10px;
}

.reserve .item .item_info dl dt {
    color: var(--black);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.reserve .item .item_info dl dd {
    color: var(--black);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.6px;
    line-height: 1.4;
}

.reserve .item .item_info p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: var(--black);
    margin-bottom: 10px;
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reserve .item .item_info p:last-child {
    color: var(--gray);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.reserve .section {
    margin-bottom: 40px;
}

.reserve .section dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.reserve .section dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.reserve .section dl dt span {
    position: relative;
}

.reserve .section dl dt span::before {
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    content: '*';
    color: var(--red);
}

.reserve .section dl dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.reserve .section dl dd>* {
    flex: 1;
}

.reserve .section dl dd span {
    font-size: 16px;
}

.reserve .section dl dd .sel_base {
    width: 100%;
    display: flex;
    align-items: center;
}

.reserve .section dl dd.phone>* {
    margin-right: 10px;
}

.reserve .section dl dd.phone .inp_base:last-child {
    margin-right: 0;
}

.reserve .section dl dd.phone .inp_sel {
    width: 36%;
}

.reserve .section dl dd.phone .inp_sel::placeholder {
    font-size: 14px;
}

.reserve .section dl dd.email {
    display: flex;
    flex-direction: column;
}

.reserve .section dl dd.email .inp_email {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
}

.reserve .section dl dd.email .inp_email .at {
    font-size: 16px;
    color: var(--gray);
    flex: none !important;
    display: inline-block;
    margin: 0 10px;
}

.reserve .section dl dd.email .inp_sel {
    width: 100%;
    flex: none;
    margin-right: 0;
}

.reserve .section.option div {
    margin-bottom: 16px;
}

.reserve .section.option div:last-child {
    margin-bottom: 0;
}

.reserve .section.option div .label .info {
    color: var(--black);
    font-size: 15px;
}

.reserve .section.option p {
    font-size: 16px;
    color: var(--black);
}

.reserve .section.infoInp dl.email {
    display: flex;
    flex-direction: column;
    border: 1px solid;
}

.reserve .section.infoInp dl dd.email {
    display: flex;
    flex-direction: column;
}

.reserve .section.infoInp dl dd.email .inp_email {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
}

.reserve .section.infoInp dl dd.email .inp_email .at {
    font-size: 16px;
    color: var(--gray);
    flex: none !important;
    display: inline-block;
    margin: 0 10px;
}

.reserve .section.infoInp dl dd.email .inp_sel {
    width: 100%;
    flex: none;
    margin-right: 0;
}

/*
.reserve .section.infoInp dl:last-child {display: flex; flex-direction: row; align-items: center; background: rgb(0 0 0 / 4%); padding: 16px;}
.reserve .section.infoInp dl:last-child dt {width: 26%; margin-bottom: 0;}
.reserve .section.infoInp dl:last-child dd {color:var(--primary); font-size: 15px; text-align: left;}
*/
/*
.reserve .section.infoInp dl.golf_personnel {display: flex; flex-direction: row; align-items: center; background: rgb(0 0 0 / 4%);}
.reserve .section.infoInp dl.golf_personnel .dt {margin-bottom: 0; border: 1px solid;}
*/
.reserve .section.guestInp h3 {
    display: flex;
    align-items: center;
}

.reserve .section.guestInp h3 div {
    margin-left: 20px;
    font-weight: 400;
}

.reserve .section.guestInp h3 div span {
    color: var(--primary);
}

.reserve .section.guestInp dl dt {
    margin-bottom: 0;
}

.reserve .section.guestInp dl dt span {
    color: var(--primary);
    margin-left: 6px;
}

.reserve .section.guestInp dl dt span::before {
    content: '';
}

.reserve .section.guestInp dl .inp {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.reserve .section.guestInp dl .inp div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
    margin-right: 0;
}

.reserve .section.guestInp dl .inp div span:first-child {
    width: 15%;
    min-width: 40px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
}

.reserve .section.guestInp dl .inp div span:last-child {
    width: 85%;
}

.reserve .section.noti {
    height: auto;
    color: var(--gray);
    border-top: 0;
    background: transparent;
    padding: 0;
}

.reserve .section.noti h3 {
    line-height: 1.4;
}

.reserve .section.noti dl dt {
    line-height: 1.4;
    margin-bottom: 6px;
}

.reserve .section.noti dl dd {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reserve .section.noti dl dd p {
    width: 100%;
    line-height: 1.5;
    text-align: left;
    margin-right: 0;
    position: relative;
    padding-left: 12px;
}

.reserve .section.noti dl dd p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '-';
}

.reserve .section.payment h3 {
    margin-bottom: 0;
}

.reserve .section.payment .coupon {
    background: #fafcff;
    border-bottom: 1px dashed #e3e5e8;
    padding: 20px 16px;
    margin: 0;
    min-height: auto;
}

.reserve .section.payment .coupon dl {
    border-bottom: 0;
    padding-bottom: 0;
}

.reserve .section.payment .coupon dl dt span {
    font-weight: 600;
    color: #1758d1;
}

.reserve .section.payment .coupon dl dt span::before {
    display: none;
}

.reserve .section.payment .coupon dl dd .inp_base {
    width: 63%;
    margin-right: 0;
}

.reserve .section.payment .coupon dl dd button {
    flex: none;
    width: 35%;
    margin-right: 0;
    margin-left: 2%;
    background: #1758d1;
    color: var(--white);
    height: 50px;
    line-height: 50px;
}

.reserve .section.payment .coupon dl:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.reserve .section.payment .coupon dl:last-child dt {
    width: 30%;
    margin-bottom: 0;
}

.reserve .section.payment .coupon dl:last-child dd {
    width: 70%;
    color: var(--red);
    font-size: 15px;
}

.reserve .section.payment .total {
    width: 100%;
    padding: 16px 0 30px;
}

.reserve .section.payment .total ul li {
    text-align: right;
}

.reserve .section.payment .total ul:first-child li {
    text-align: right;
    font-size: 15px;
    color: var(--black);
    line-height: 26px;
}

.reserve .section.payment .total ul:first-child li:last-child span {
    color: var(--red);
    margin-left: 19px;
}

.reserve .section.payment .total ul:last-child {
    border-top: 1px solid var(--black);
    margin-top: 16px;
    padding-top: 20px;
}

.reserve .section.payment .total ul:last-child li:first-child {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.reserve .section.payment .total ul:last-child li:first-child span {
    color: var(--red);
    margin-left: 14px;
}

.reserve .section.payment .total ul:last-child li:last-child {
    font-size: 13px;
    color: var(--gray);
}

.reserve .section.terms {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 6px;
}

.reserve .section.terms h3 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.reserve .section.terms h3 .check_all {
    margin-left: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.reserve .section.terms h3 .check_all .label {
    font-size: 16px;
}

.reserve .section.terms ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reserve .section.terms ul li .label {
    font-size: 16px;
    color: var(--black);
}

.reserve .section.terms ul li .label span {
    color: var(--red);
    margin-left: 6px;
}

.reserve .section.terms ul li .arrow span {
    color: var(--black)
}

.reserve .btn_single {
    width: 100%;
    margin: 0 auto 50px;
}

.reserve .btn_double {
    width: 100%;
    margin: 0 auto 50px;
}

/*reservation - hotel*/
.reserve .hotel .item .item_info p {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--black);
    max-height: 50px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reserve .hotel .item .item_info p:nth-child(2) {
    font-size: 15px;
    color: var(--gray);
    font-weight: 400;
    margin-bottom: 0;
}

.reserve .hotel .item .item_info p:last-child {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.reserve .hotel .item .item_info p:last-child span {
    color: var(--primary);
    position: relative;
    padding-left: 15px;
}

.reserve .hotel .item .item_info p:last-child span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: '・';
    color: var(--primary);
}

/*finish*/
.finish .area01 {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.finish .area01 div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    color: var(--black)
}

.finish .area01 div:first-child svg {
    width: 36px;
    height: 36px;
    margin-right: 6px;
}

.finish .area01 div:last-child {
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: var(--gray);
    margin-top: 20px;
    line-height: 1.4;
}

.finish .area01 div:last-child span {
    color: var(--primary);
}

.finish .area02 {
    width: 94%;
    max-width: 920px;
    margin: 50px auto 0;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.finish .area02 dl {
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--black);
    letter-spacing: -0.4px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.finish .area02 dl:last-child {
    border-bottom: 0;
}

.finish .area02 dl dt {
    width: 25%;
    font-size: 16px;
    font-weight: 700;
}

.finish .area02 dl dd {
    width: 75%;
    font-size: 16px;
    line-height: 1.4;
}

.finish .area02 dl dd span {
    font-size: 14px;
    color: var(--gray)
}

.finish .btn_double {
    width: 94%;
}

/*----------------------------------------------------------------------------------------------------------------*/

/*tour main*/
.tour_main.content {
    padding-top: 23%;
}

.tour_main .theme {
    margin-top: 0;
}

.tour_main .theme .category .icon {
    width: 70px;
    height: 70px;
}

.tour_main .theme .category span {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.tour_main .theme .category span:last-child {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.tour_main .search {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
}

.tour_main .search div:first-child {
    font-size: 20px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.tour_main .search div:first-child span:first-child {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tour_main .search div:last-child {
    position: relative;
}

.tour_main .search div:last-child .inp_base {
    min-height: 60px;
    border-bottom: 2px solid;
    border-color: var(--black);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background: transparent;
    font-size: 32px;
    font-weight: 500;
    padding-right: 80px;
}

.tour_main .search div:last-child .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

.tour_main .search div:last-child .icon svg {
    width: 100%;
    height: 100%;
    color: var(--black);
}

.tour_main .banner {
    margin-bottom: 54px;
}

.tour_main .banner .inner {
    width: 100%;
    height: 22.5vw;
    overflow: hidden;
    position: relative;
}

.tour_main .banner .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour_main .banner .thumbs-paging {
    position: absolute;
    bottom: 6%;
    left: 87%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour_main .magazine {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.tour_main .magazine .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.tour_main .magazine .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    letter-spacing: -0.6px;
    text-align: left;
    margin-bottom: 0;
}

.tour_main .magazine .area01 .tit span:last-child {
    font-weight: 700;
}

.tour_main .magazine .area01 .more {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
}

.tour_main .magazine .area01 .more span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.tour_main .magazine .area01 .more .arrow {
    position: relative;
    width: 28px;
    margin-bottom: 3px;
}

.tour_main .magazine .area01 .more .arrow::before {
    content: '';
    position: absolute;
    right: 0;
    top: 46%;
    width: 9px;
    height: 9px;
    border-top: solid 1px var(--black);
    border-right: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.tour_main .magazine .area01 .more .arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 1px;
    width: 27px;
    height: 1px;
    background: var(--black)
}

.tour_main .magazine .area02 {
    display: flex;
    flex-direction: column;
}

.tour_main .magazine .area02 .item {
    position: relative;
    height: 50vw;
    margin-bottom: 10px;
    border-radius: 10px;
    background: url(../../images/temp102/test_mz.jpg) 50% 50% / cover no-repeat;
    cursor: pointer;
}

.tour_main .magazine .area02 .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.tour_main .magazine .area02 .item:first-child {
    margin-left: 0;
}

.tour_main .magazine .area02 .item ul {
    width: 100%;
    position: absolute;
    bottom: 24px;
    color: var(--white);
    padding: 0 26px;
    z-index: 2;
}

.tour_main .magazine .area02 .item .vol {
    font-family: 'BMDOHYEON';
    font-size: 24px;
    margin-bottom: 10px;
}

.tour_main .magazine .area02 .item .ti span {
    display: block;
}

.tour_main .magazine .area02 .item .ti span:first-child {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}

.tour_main .magazine .area02 .item .ti span:last-child {
    font-size: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}


/*tour_list&result*/
.tour_list {
    position: relative;
    padding-top: 23%;
}

.tour_list .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 20px;
}

.tour_list .area .filter {
    display: none;
}

.tour_list .area .tab_area {
    display: flex;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 0;
    height: 40px;
    overflow: hidden;
    overflow-x: auto;
}

.tour_list .area .tab_area::-webkit-scrollbar {
    display: none;
}

.tour_list .area .tab_area span {
    line-height: 1.2;
    white-space: nowrap;
}

.tour_list .theme {
    margin-top: 0;
}

.tour_list .theme .category .icon {
    width: 70px;
    height: 70px;
}

.tour_list .theme .category span {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.tour_list .theme .category span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.tour_list .tit {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 30px;
}

.tour_list .filter {
    display: none;
}

.tour_list .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tour_list .itemArea .item {
    position: relative;
    flex: 1;
    min-width: 282px;
    margin-bottom: 50px;
}

.tour_list .itemArea .item .bookMark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    cursor: pointer;
}

.tour_list .itemArea .item .bookMark_on {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff_on.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.tour_list .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    max-height: 282px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 16vw no-repeat;
    margin-bottom: 20px;
}

.tour_list .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.tour_list .itemArea .item .item_info {
    width: 100%;
}

.tour_list .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.tour_list .itemArea .item .item_info .badge_area {
    margin-bottom: 10px;
}

.tour_list .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.tour_list .itemArea .item .item_info .sti {
    font-size: 15px;
    color: var(--gray);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.tour_list .itemArea .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
    margin-bottom: 16px;
}

.tour_list .itemArea .item .item_info .price span {
    font-size: 16px;
    margin-left: 2px;
}

.tour_list .paging {
    display: none;
}

.btn_filter {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--black);
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 20.6%) 1px 5.8px 6.8px 2px;
    z-index: 3;
}

.btn_filter svg {
    fill: var(--white);
    margin-right: 6px;
}

.btn_filter span {
    color: var(--white);
}

/*tour_detail*/
.tour_detail {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.tour_detail .item_area {
    width: 100%;
}

.tour_detail .item_area h4 {
    width: 94%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /*margin-bottom: 20px;*/
}

.tour_detail .item_area h4 svg {
    fill: var(--black);
    cursor: pointer;
}

.tour_detail .item_area .box {
    padding: 20px 0;
    border-bottom: 8px solid #f0f0f0;
}

.tour_detail .item_area .box:last-child {
    border-bottom: 0;
}

.tour_detail .item_area .inner {
    width: 92%;
}

.tour_detail .item_area .item_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.tour_detail .item_area .item_img img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    object-fit: cover;
}

.tour_detail .item_area .badge_area {
    width: 92%;
    margin: 20px auto 10px;
}

/*
.tour_detail .item_area .badge_area span {position: relative; margin-left: 6px; padding-left: 12px; margin-right: 0; font-size: 16px;}
.tour_detail .item_area .badge_area span::before {position:absolute; top: 50%; left: 0; transform: translateY(-50%); color: rgb(0 0 0 / 20%); content: '/';}
.tour_detail .item_area .badge_area span:first-child {margin-left: 0; padding-left: 0;}
.tour_detail .item_area .badge_area span:first-child::before {display: none;}
*/
.tour_detail .item_area .itemName {
    width: 92%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.4;
    margin-top: 14px;
    letter-spacing: -0.4px;
}

.tour_detail .item_area .location {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
}

.tour_detail .item_area .location svg {
    width: 22px;
    height: 22px;
    fill: var(--black);
    margin-right: 2px;
}

.tour_detail .item_area .location span {
    color: var(--black);
}

.tour_detail .item_area .location span:last-child {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.tour_detail .item_area .location span:last-child::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 28%);
}

.tour_detail .item_area .review {
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 14px;
}

.tour_detail .item_area .review svg {
    width: 18px;
    height: 18px;
    fill: #ffd420;
    margin-right: 4px;
}

.tour_detail .item_area .review .score {
    color: #1542d4;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-right: 4px;
}

.tour_detail .item_area .price {
    width: 92%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 25px;
    color: var(--black);
    letter-spacing: -0.6px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.tour_detail .item_area .price span {
    font-size: 18px;
}

.tour_detail .selectArea {
    padding: 40px 0;
}

.tour_detail .datepicker {
    width: 100%;
    margin: 0 auto 50px;
    border-top: 8px solid #f0f0f0;
    padding-top: 30px;
}

.tour_detail .datepicker h4 {
    margin-bottom: 16px;
    cursor: default;
}

.tour_detail .datepicker .datepicker_wrap {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.tour_detail .datepicker .datepicker_controls {
    position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
}

.tour_detail .datepicker .datepicker_controls .datepicker_prev {
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    border: 1px solid rgb(0 0 0 / 14%);
    background: transparent;
    border-radius: 100%;
}

.tour_detail .datepicker .datepicker_controls .datepicker_prev::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 48%;
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--black);
    border-left: solid 1px var(--black);
    transform: rotate(-45deg)translateY(-50%);
}

.tour_detail .datepicker .datepicker_controls .datepicker_next {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    border: 1px solid rgb(0 0 0 / 14%);
    background: transparent;
    border-radius: 100%;
}

.tour_detail .datepicker .datepicker_controls .datepicker_next::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 46%;
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--black);
    border-right: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.tour_detail .datepicker .datepicker_list {
    width: 94%;
    margin: 34px auto 36px;
}

.tour_detail .datepicker .datepicker_list .month_next {
    display: none;
}

.tour_detail .datepicker .datepicker_list .datepicker_item {
    width: 100%
}

.tour_detail .datepicker .datepicker_list .datepicker_item:first-child {
    margin-right: 0
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_year {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -0.4px;
    text-align: center;
    margin-bottom: 10px;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr {
    height: 58px;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr th {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td {
    text-align: center;
    padding: 0 0 0.5rem;
    font-size: 14px;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected {
    opacity: .2;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.redday span.date {
    color: #fe5d41
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date {
    font-weight: 600;
    color: var(--black);
    height: 32px;
    width: 32px;
    line-height: 31px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 100%;
    margin-bottom: 2px;
    cursor: pointer;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date:hover {
    border: 1px solid var(--primary);
    border-radius: 100%;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date.selected {
    color: var(--white);
    border: 1px solid var(--primary);
    background: var(--primary);
    border-radius: 100%;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date.today {
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 100%;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.price {
    height: 17px;
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date {
    cursor: default;
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date:hover {
    cursor: default;
    border: 1px solid transparent
}

.tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.price {
    height: 17px;
}

.tour_detail .datepicker .nday {
    border-top: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 22px;
}

.tour_detail .datepicker .nday span {
    position: relative;
    color: #fe5d56;
    font-size: 15px;
    padding-left: 16px;
    margin-bottom: 8px;
}

.tour_detail .datepicker .nday span:first-child {
    padding-left: 0;
}

.tour_detail .datepicker .nday span:first-child::before {
    display: none;
}

.tour_detail .datepicker .nday span::before {
    content: '·';
    font-weight: 600;
    float: left;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 6px;
}

.tour_detail .produ {
    width: 100%;
    margin: 0 auto;
}

.tour_detail .produ h4 {
    margin-bottom: 16px;
    cursor: default;
}

.tour_detail .produ .item {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 14px;
    margin-bottom: 16px;
}

.tour_detail .produ .item div:first-child {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    color: var(--black);
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 6px;
}

.tour_detail .produ .item div:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tour_detail .produ .item div:last-child .price {
    margin-right: 20px;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.tour_detail .produ .item p {
    color: var(--gray);
    font-size: 14px;
    line-height: 18px;
}

.tour_detail .produ .item .btn_select {
    border: 1px solid #cccccc;
    padding: 8px 38px;
    font-size: 15px;
    border-radius: 2px;
    color: var(--black);
    cursor: pointer;
}

.tour_detail .produ .item .btn_select:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white);
    border-radius: 2px;
}

.tour_detail .produ .item .btn_select.selected {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white);
    border-radius: 2px;
}

.tour_detail .flightSchedule {
    width: 100%;
}

.tour_detail .flightSchedule h4 {
    margin-bottom: 16px;
    cursor: default;
}

.tour_detail .flightSchedule .data {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 20px 16px 16px;
}

.tour_detail .flightSchedule .data .airline {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tour_detail .flightSchedule .data .airline img {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
}

.tour_detail .flightSchedule .data .airline span {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.tour_detail .flightSchedule .data .timeInfo {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.tour_detail .flightSchedule .data .timeInfo:last-child {
    margin-bottom: 0;
}

.tour_detail .flightSchedule .data .timeInfo dl {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--black);
    margin-bottom: 6px;
}

.tour_detail .flightSchedule .data .timeInfo dl dt {
    border-right: 2px solid rgb(0 0 0 / 12%);
    padding-right: 10px;
    margin-right: 10px;
}

.tour_detail .flightSchedule .data .timeInfo dl dd .flightNum {
    border: 1px solid var(--primary);
    padding: 0 2px;
    font-size: 13px;
    border-radius: 2px;
    color: var(--primary);
    margin-left: 10px;
}

.tour_detail .kakao {
    display: flex;
    flex-direction: column;
    background: rgb(254 225 0 / 30%);
    padding: 20px;
    border-bottom: 8px solid #f0f0f0;
}

.tour_detail .kakao p {
    font-size: 17px;
    line-height: 24px;
    color: var(--black);
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    text-align: center;
}

.tour_detail .kakao button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee100;
    padding: 14px 0;
    width: 100%;
    border-radius: 50px;
}

.tour_detail .kakao button svg {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    fill: var(--black);
}

.tour_detail .kakao button span {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.4px;
}

.tour_detail .detailMn {
    display: flex;
    width: 100%;
    max-width: 860px;
    margin-bottom: 30px;
}

.tour_detail .detailMn button {
    flex: 1;
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid rgb(0 0 0 / 10%);
    z-index: 0;
    background: var(--white);
    outline: none;
}

.tour_detail .detailMn button+button {
    margin-left: -1px
}

.tour_detail .detailMn button+button:last-child {
    padding-right: 2px;
}

.tour_detail .detailMn button.selected {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
    z-index: 1;
    transition: border .5s ease-in-out;
}

.tour_detail .detailMn button:hover {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
    z-index: 1;
    transition: border .5s ease-in-out;
}

.tour_detail .detail_fixed {
    z-index: 99;
    position: fixed;
    top: 50px;
    bottom: auto;
}

.tour_detail .item_area .cont_detail {
    width: 100%;
}

.tour_detail .item_area .txt {
    width: 92%;
    margin: 20px auto;
}

.tour_detail .item_area .txt p {
    font-size: 15px;
    line-height: 1.4;
    color: var(--black);
}

.tour_detail .item_area .txt .ti {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
    line-height: 20px;
}

.tour_detail .item_area .txt .cont {
    white-space: normal;
    line-height: 20px;
}

.tour_detail .item_area .txt .detailThumb {
    text-align: center;
}

.tour_detail .item_area .txt .detailThumb img {
    width: 100%;
    margin-bottom: 10px;
}

.tour_detail .item_area .included-list {
    width: 100%;
    margin: 40px auto 0;
    border-top: 1px solid var(--black);
    display: flex;
    flex-direction: column;
}

.tour_detail .item_area .included-list .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}

.tour_detail .item_area .included-list .item .label:before {
    content: '';
}

.tour_detail .item_area .included-list .check .label:before {
    width: 20px;
    height: 16px;
    margin-right: 5px;
    background: url('../../images/temp102/common/included.svg') 50% 50%/100% no-repeat;
}

.tour_detail .item_area .included-list .no-check .label:before {
    width: 16px;
    height: 17px;
    margin-right: 9px;
    background: url('../../images/temp102/common/included_no.svg') 50% 50%/100% no-repeat;
}

.tour_detail .item_area .included-list .label {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.tour_detail .item_area .included-list .area {
    flex: 1;
    width: 100%;
    padding: 0 0 20px;
    line-height: 26px;
    /*border-top:1px solid rgb(0 0 0 / 10%); */
}

.tour_detail .item_area .included-list .area dl dt {
    font-weight: 500;
    color: var(--black);
}

.tour_detail .item_area .included-list .area dl dd {
    color: var(--black);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.tour_detail .item_area .included-list .area dl dd:last-child {
    margin-bottom: 0;
}

.tour_detail .item_area .included-list .item.no-check {
    border-bottom: 0;
    margin-bottom: 0;
}

.tour_detail .travel_plan .notice {
    width: 94%;
    margin: 0 auto;
    color: rgb(237 83 81 / 70%);
    font-size: 13px;
    padding-left: 20px;
    background-position: 0 10%;
}

.tour_detail .travel_plan .inner {
    width: 100%;
    margin: 20px auto;
}

.tour_detail .travel_plan .inner .plan_area ._head {
    background-color: rgb(0 0 0 / 4%);
    border-top: 1px solid var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 20px;
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.tour_detail .travel_plan .inner .plan_area ._head .date {
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.tour_detail .travel_plan .inner .plan_area ._head .open {
    transform: rotate(180deg);
}

.tour_detail .travel_plan .inner .plan_area ._body {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo {
    display: flex;
    flex-direction: column;
    padding: 0 0 50px;
    width: 92%;
    margin: 0 auto;
    color: var(--black);
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo:last-child {
    padding-bottom: 0;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo dl dt {
    font-size: 28px;
    font-weight: 700;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo dl dd {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.4px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .arrival {
    text-align: right;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    margin: 16px 0;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime .airline {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime .airline span {
    width: 28px;
    height: 28px;
    background: url(../../images/temp102/common/flight_depart.svg) 50% 50% / 28px no-repeat;
    margin-right: 12px;
    margin-top: -6px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime .time {
    color: var(--gray);
    font-size: 13px;
    text-align: center;
    background: url(../../images/temp102/common/airline_arrow.png) 50% 76% / 80% no-repeat;
    padding-bottom: 16px;
}

.tour_detail .time_info {
    position: relative;
    padding: 0 0 40px 20px;
    width: 92%;
    margin: 0 auto;
}

.tour_detail .time_info:first-child .tit:before {
    left: -34px;
    top: -5px;
    width: 28px;
    height: 28px;
    background: url('../../images/temp102/common/map_pin.svg') 0 50%/100% no-repeat;
}

.tour_detail .time_info.last {
    padding-bottom: 0
}

.tour_detail .time_info:last-child {
    padding-bottom: 0;
}

.tour_detail .time_info .tit {
    width: 100%;
    position: relative;
    font-weight: 600;
    color: var(--black);
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.tour_detail .time_info .tit::before {
    position: absolute;
    left: -23px;
    top: 4px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 100%;
    z-index: 2;
}

.tour_detail .time_info .tit+.txt {
    padding-top: 20px;
}

.tour_detail .time_info .txt {
    color: var(--black);
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

.tour_detail .time_info .photo {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.tour_detail .time_info .photo .item_img {
    position: relative;
    flex: 1;
    width: 100%;
    height: 240px;
    margin-bottom: 14px;
}

.tour_detail .time_info .photo .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour_detail .time_info:before,
.tour_detail .time_info:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

.tour_detail .time_info:after {
    width: 1px;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 10%);
    z-index: 1
}

.tour_detail .time_info.end {
    padding-bottom: 15px;
}

.tour_detail .time_info.location:before {
    left: -14px;
    top: -5px;
    width: 28px;
    height: 28px;
    background: url('../../images/temp102/common/map_pin.svg') 0 50%/100% no-repeat;
}

.tour_detail .time_info.end.location:before {
    top: 30px;
}

.tour_detail .time_info.plan_box:before {
    display: none
}

.tour_detail .optional_tour_box {
    position: relative;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 60px 20px 20px 20px;
}

.tour_detail .optional_tour_box span {
    position: absolute;
    background: #ed5351;
    top: -10px;
    left: 20px;
    width: 50px;
    height: 50px;
    color: var(--white);
    text-align: center;
    padding-top: 7px;
}

.tour_detail .optional_tour_box ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.tour_detail .optional_tour_box ul .item_img {
    position: relative;
    width: 100%;
    height: 186px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 30px 14px 0;
}

.tour_detail .optional_tour_box ul li dl {
    display: flex;
    flex-direction: row;
    color: rgb(0 0 0 / 80%);
    padding-top: 10px;
}

.tour_detail .optional_tour_box ul li dl dt {
    width: 80px
}

.tour_detail .plan_box {
    border: 1px solid rgb(0 0 0 / 10%);
    width: 92%;
    display: flex;
    flex-direction: column;
    margin: 20px auto 30px;
}

.tour_detail .plan_box div {
    width: 100%;
    height: auto;
}

.tour_detail .plan_box .hotel {
    height: auto;
    padding: 20px 30px 20px 32%;
    background: url('../../images/temp102/common/plan_bed.svg') 13% 50%/30px no-repeat;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
}

.tour_detail .plan_box .hotel span {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.tour_detail .plan_box .hotel .btn_hotelHome {
    display: block;
    border: 1px solid var(--gray);
    border-radius: 2px;
    width: auto;
    margin-top: 10px;
    font-size: 12px;
    color: var(--gray)
}

.tour_detail .plan_box .meal {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 32%;
    background: url('../../images/temp102/common/plan_meal.svg') 13% 50%/30px no-repeat;
}

.tour_detail .plan_box .meal span {
    width: auto;
    line-height: 24px;
    color: var(--black);
    font-size: 15px;
}

.tour_detail .plan_box .meal span b {
    font-weight: 500;
    color: #000;
}

.tour_detail .inner p {
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 10px;
    font-size: 15px;
}

.tour_detail .inner p.notice_icon {
    line-height: 1.4;
    margin-bottom: 14px;
}

.tour_detail .notice_area .inner {
    margin-top: 20px;
}

.tour_detail .review_area {
    margin-bottom: 50px;
    position: relative;
}

.tour_detail .review_area h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.tour_detail .review_area h4 div span {
    color: var(--primary);
}

.tour_detail .review_area .totalScore {
    width: 94%;
    margin: 20px auto 0;
}

.tour_detail .review_area .totalScore ul {
    display: flex;
    flex-direction: column;
}

.tour_detail .review_area .totalScore ul li {
    background: rgb(0 0 0 / 3%);
    color: var(--white);
    padding: 30px 20px;
}

.tour_detail .review_area .totalScore ul li:first-child {
    width: 100%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tour_detail .review_area .totalScore ul li:first-child div:first-child {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
}

.tour_detail .review_area .totalScore ul li:first-child div:last-child svg {
    width: 22px;
    height: 22px;
}

.tour_detail .review_area .totalScore ul li:last-child {
    width: 100%;
}

.tour_detail .review_area .totalScore ul li:last-child {
    display: flex;
    flex-direction: column;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap .score {
    width: 18%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 2%;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap .score svg {
    fill: var(--primary);
    width: 10px;
    height: 10px;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap .bar_container {
    width: 60%;
    height: 5px;
    border-radius: 3px;
    background: rgb(0 0 0 / 10%);
    position: relative;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap .bar_container .bar {
    height: 5px;
    margin-left: 0;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    z-index: 3;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap div:last-child {
    width: 18%;
    color: var(--black);
    font-size: 13px;
    font-weight: 400;
    margin-left: 2%;
}

.tour_detail .review_area .offer_review {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.tour_detail .review_area .offer_review:last-child {
    border-bottom: 0;
}

.tour_detail .review_area .offer_review ul {
    display: flex;
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.tour_detail .review_area .offer_review ul .txtArea {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tour_detail .review_area .offer_review ul .txtArea .area01 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.tour_detail .review_area .offer_review ul .txtArea .area01 .score {
    display: flex;
    justify-content: start;
    align-items: center;
}

.tour_detail .review_area .offer_review ul .txtArea .area01 .score svg {
    fill: var(--primary);
    width: 14px;
    height: 14px;
}

.tour_detail .review_area .offer_review ul .txtArea .area01 .writer {
    color: var(--black);
    margin-left: 6px;
}

.tour_detail .review_area .offer_review ul .txtArea .area02 {
    color: #999;
    margin-top: 6px;
}

.tour_detail .review_area .offer_review ul li:last-child {
    cursor: pointer;
    width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.tour_detail .review_area .offer_review ul li:last-child .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    transition: all 0.2s ease-out;
}

.tour_detail .review_area .offer_review ul li:last-child .cover:hover {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.tour_detail .review_area .offer_review ul li:last-child img {
    width: 80px;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.tour_detail .review_area .offer_review ul li:last-child img:hover {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.tour_detail .review_area .offer_review .cont {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.tour_detail .review_area .offer_review .cont .txt1 {
    line-height: 1.4;
    max-height: 80px;
    font-size: 15px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}

.tour_detail .review_area .offer_review .cont .txt2 {
    line-height: 1.4;
    font-size: 15px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    letter-spacing: -0.2px;
}

.tour_detail .review_area .offer_review .cont .more {
    width: 74px;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.tour_detail .review_area .offer_review .cont .more span {
    display: block;
}

.tour_detail .review_area .offer_review .cont .more span::before {
    content: '더보기';
    color: var(--black);
}

.tour_detail .review_area .offer_review .cont .more svg {
    margin-left: 6px;
    fill: var(--black);
}

.tour_detail .review_area .offer_review .cont .more.close span::before {
    content: '닫기';
}

.tour_detail .review_area .offer_review .cont .more.close svg {
    transform: rotate(180deg);
}

.tour_detail .review_area .moreArea {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 90%, #fff);
    padding-top: 50px;
    margin-top: -60px;
    bottom: 0;
    height: 120px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.tour_detail .review_area .moreArea .btn_type_basic {
    width: 94%;
    margin: 30px auto 0;
}

.tour_detail .review_area .moreArea .btn_type_basic:hover {
    background: transparent;
}

.tour_detail .review_area .moreArea .btn_type_basic svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.tour_detail .review_area .moreArea .btn_type_basic span::before {
    content: '후기 더보기';
    color: var(--black);
}

.tour_detail .review_area .moreArea .btn_type_basic.close span::before {
    content: '닫기';
}

.tour_detail .review_area .btn_type_basic.close svg {
    transform: rotate(180deg);
}

.tour_detail .option_area {
    display: none;
}


/*hotel_main*/
.hotel_main .visual {
    background: url(../../images/temp102/bg_hotel.jpg) 50% 50% / cover no-repeat;
    width: 100%;
    height: 30vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hotel_main .visual span:first-child {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
}

.hotel_main .visual span:last-child {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
}

.hotel_main .search {
    width: 90%;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
}

.hotel_main .search div:first-child {
    font-size: 20px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.hotel_main .search div:first-child span:first-child {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 6px;
}

.hotel_main .search div:last-child {
    position: relative;
}

.hotel_main .search div:last-child .inp_base {
    min-height: 60px;
    border-bottom: 2px solid;
    border-color: var(--black);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background: transparent;
    font-size: 32px;
    font-weight: 500;
    padding-right: 80px;
}

.hotel_main .search div:last-child .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

.hotel_main .search div:last-child .icon svg {
    width: 100%;
    height: 100%;
    color: var(--black);
}

.hotel_main .banner {
    margin-bottom: 54px;
}

.hotel_main .banner .inner {
    width: 100%;
    height: 24vw;
}

.hotel_main .banner .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_main .ranking {
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.hotel_main .ranking .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hotel_main .ranking .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    text-align: left;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}

.hotel_main .ranking .area01 .tit span:last-child {
    font-weight: 700;
}

.hotel_main .ranking .area01 .more {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

.hotel_main .ranking .area01 .more span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.hotel_main .ranking .area01 .more .arrow {
    position: relative;
    width: 28px;
    margin-bottom: 3px;
}

.hotel_main .ranking .area01 .more .arrow::before {
    content: '';
    position: absolute;
    right: 0;
    top: 46%;
    width: 9px;
    height: 9px;
    border-top: solid 1px var(--black);
    border-right: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.hotel_main .ranking .area01 .more .arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 1px;
    width: 27px;
    height: 1px;
    background: var(--black)
}

.hotel_main .ranking .area02 {
    display: flex;
    flex-direction: column;
}

.hotel_main .ranking .area02 .item {
    position: relative;
    margin-bottom: 50px;
}

.hotel_main .ranking .area02 .item:last-child {
    margin-bottom: 0;
}

.hotel_main .ranking .area02 .item .item_img {
    width: 100%;
    height: 192px;
    position: relative;
    margin-bottom: 20px;
}

.hotel_main .ranking .area02 .item .item_img .badge {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 20px;
    background: rgb(0 0 0 / 38%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
}

.hotel_main .ranking .area02 .item .item_img .badge span {
    color: var(--white);
    font-size: 22px;
}

.hotel_main .ranking .area02 .item .item_img .badge span:first-child {
    font-size: 26px;
    font-weight: 600;
}

.hotel_main .ranking .area02 .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.hotel_main .ranking .area02 .item .item_info {
    color: var(--black);
}

.hotel_main .ranking .area02 .item .item_info .num {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}

.hotel_main .ranking .area02 .item .item_info .tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.hotel_main .ranking .area02 .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: right;
    cursor: pointer;
}

/*hotel_list&result*/
.hotel_list .tit {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.hotel_list .btnArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.hotel_list .btnArea .tab_area {
    display: flex;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    height: 37px;
    padding: 0 16px;
}

.hotel_list .btnArea .tab_area::-webkit-scrollbar {
    display: none;
}

.hotel_list .btnArea .tab_area span {
    color: var(--black);
    font-weight: 600;
    border: 2px solid var(--black);
    letter-spacing: -0.4px;
}

.hotel_list .btnArea .tab_area span:hover {
    color: var(--primary)
}

.hotel_list .btnArea .filter {
    display: none;
}

.hotel_list .itemArea {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.hotel_list .itemArea ul {
    display: flex;
    flex-direction: column;
}

.hotel_list .itemArea .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.hotel_list .itemArea .item .item_img {
    position: relative;
    width: 100%;
    height: 34vw;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.hotel_list .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.hotel_list .itemArea .item .item_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hotel_list .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.hotel_list .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    max-height: 40px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.hotel_list .itemArea .item .item_info .addinfo {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.hotel_list .itemArea .item .item_info .addinfo .area01 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hotel_list .itemArea .item .item_info .addinfo .area01 svg {
    width: 24px;
    height: 24px;
}

.hotel_list .itemArea .item .item_info .addinfo .area02 {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.hotel_list .itemArea .item .item_info .addinfo .area02::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 28%);
}

.hotel_list .itemArea .item .item_info .addinfo span {
    color: var(--black);
}

.hotel_list .itemArea .item .item_info .address {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
    cursor: pointer;
    margin-bottom: 10px;
}

.hotel_list .itemArea .item .item_info .review {
    display: flex;
    align-items: center;
    color: #1542d4;
    margin-bottom: 10px;
}

.hotel_list .itemArea .item .item_info .review svg {
    width: 18px;
    height: 18px;
    fill: #ffd420;
    margin-right: 6px;
}

.hotel_list .itemArea .item .item_info .priceArea {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.hotel_list .itemArea .item .item_info .priceArea .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
    margin-bottom: 6px;
}

.hotel_list .itemArea .item .item_info .priceArea .price span {
    font-size: 16px;
    margin-left: 2px;
}

.hotel_list .itemArea .item .item_info .priceArea .per_night {
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

.hotel_list .paging {
    display: none;
}

.hotel_list .btn_filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel_list .btn_filter div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel_list .btn_filter div:last-child {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.hotel_list .btn_filter div:last-child::after {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(255 255 255/ 44%);
}

/*hotel_detail*/
.hotel_detail {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.hotel_detail .detailInfo {
    display: flex;
    flex-direction: column;
}

.hotel_detail .detailInfo .item_img button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid var(--black);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.hotel_detail .detailInfo .item_img button svg {
    fill: var(--black);
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.hotel_detail .detailInfo .item_img button span {
    color: var(--black);
    font-size: 15px;
}

.hotel_detail .detailInfo .item_img button:hover {
    border: 1px solid var(--black);
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
}

.hotel_detail .detailInfo .item_img button:hover svg {
    fill: var(--white);
    font-weight: 400;
}

.hotel_detail .detailInfo .item_img button:hover span {
    color: var(--white);
    font-size: 15px;
}

.hotel_detail .detailInfo .item_img {
    height: 566px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.hotel_detail .detailInfo .item_img .area01 {
    width: 100%;
    height: 100%;
}

.hotel_detail .detailInfo .item_img .area01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_detail .detailInfo .item_img .area02 {
    display: none;
}

.hotel_detail .detailInfo .item_img .area02 ul {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.hotel_detail .detailInfo .item_img .area02 ul:last-child {
    margin-left: 10px
}

.hotel_detail .detailInfo .item_img .area02 ul li {
    width: 100%;
    height: 50%;
}

.hotel_detail .detailInfo .item_img .area02 ul li:last-child {
    margin-top: 10px;
}

.hotel_detail .detailInfo .item_img .area02 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_detail .roomInfo h4 {
    margin-bottom: 10px;
}

.hotel_detail .cont_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.hotel_detail .cont_area .item_area {
    width: 100%;
}

.hotel_detail .cont_area .item_area .item_info {
    margin-bottom: 40px;
}

.hotel_detail .cont_area .item_area .item_info .itemName {
    width: 92%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-top: 20px;
    letter-spacing: -0.4px;
}

.hotel_detail .cont_area .item_area .item_info .address {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    margin-top: 8px;
}

.hotel_detail .cont_area .item_area .item_info .location {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
}

.hotel_detail .cont_area .item_area .item_info .location svg {
    width: 22px;
    height: 22px;
    fill: var(--black);
    margin-right: 2px;
}

.hotel_detail .cont_area .item_area .item_info .location span {
    color: var(--black);
}

.hotel_detail .cont_area .item_area .item_info .location span:last-child {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.hotel_detail .cont_area .item_area .item_info .location span:last-child::after {
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 28%);
}

.hotel_detail .cont_area .item_area .item_info .review {
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 14px;
}

.hotel_detail .cont_area .item_area .item_info .review svg {
    width: 18px;
    height: 18px;
    fill: #ffd420;
    margin-right: 4px;
}

.hotel_detail .cont_area .item_area .item_info .review .score {
    color: #1542d4;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-right: 4px;
}

.hotel_detail .cont_area .item_area .item_info .price {
    width: 92%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 22px;
    color: var(--black);
    letter-spacing: -0.6px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.hotel_detail .cont_area .item_area .item_info .price span {
    font-size: 18px;
}

.hotel_detail .cont_area .item_area .item_info .tab_area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0 20px;
}

.hotel_detail .cont_area .item_area .item_info .tab_area::-webkit-scrollbar {
    display: none;
}

.hotel_detail .cont_area .item_area h4 {
    border-bottom: 1px solid var(--black);
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.hotel_detail .cont_area .item_area .section {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.hotel_detail .cont_area .item_area .hotelInfo dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.hotel_detail .cont_area .item_area .hotelInfo dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.hotel_detail .cont_area .item_area .hotelInfo dl dd {
    width: 100%;
    color: var(--black);
    font-weight: 400;
    line-height: 1.4;
}

.hotel_detail .cont_area .item_area .item {
    border: 1px solid transparent;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 16px;
    cursor: pointer;
}

.hotel_detail .cont_area .item_area .item:first-child {
    border-top: 0;
}

.hotel_detail .cont_area .item_area .item+.item {
    margin-top: -1px
}

.hotel_detail .cont_area .item_area .item.selected {
    border: 1px solid var(--primary);
    z-index: 1;
    transition: border .5s ease-in-out;
}

.hotel_detail .cont_area .item_area .item:hover {
    border: 1px solid var(--primary);
    z-index: 1;
    transition: border .5s ease-in-out;
}

.hotel_detail .cont_area .item_area .item .tit {
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-height: 40px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}

.hotel_detail .cont_area .item_area .item .option {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    letter-spacing: normal;
}

.hotel_detail .cont_area .item_area .item .option .cancel {
    background: transparent;
}

.hotel_detail .cont_area .item_area .item .option div:last-child {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

.hotel_detail .cont_area .item_area .item .option div:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 20%);
}

.hotel_detail .cont_area .item_area .item .option div:last-child span {
    vertical-align: middle;
}

.hotel_detail .cont_area .item_area .item .option div:last-child span.no_meal {
    background: url(../../images/temp102/common/no_meal.svg) 50% 50% / 16px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    opacity: .6;
}

.hotel_detail .cont_area .item_area .item .option div:last-child span.meal {
    background: url(../../images/temp102/common/meal.svg) 50% 50% / 16px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    opacity: .8;
}

.hotel_detail .cont_area .item_area .item .option div:last-child span:last-child {
    color: var(--black);
    margin-left: 4px;
}

.hotel_detail .cont_area .item_area .item .option div:last-child.on {
    opacity: 1;
}

.hotel_detail .cont_area .item_area .item .option div:last-child.off {
    opacity: .6;
}

.hotel_detail .cont_area .item_area .item .option .couponMark {
    display: inline;
    width: fit-content;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    background: rgb(46 178 161 / 26%);
    padding: 0 6px;
    font-size: 12px;
    color: #0a9781;
}

.hotel_detail .cont_area .item_area .item .price_area {
    text-align: right;
    margin-top: 20px;
}

.hotel_detail .cont_area .item_area .item .price_area .list_price {
    color: var(--red);
    font-size: 14px;
    text-decoration-line: line-through;
    opacity: .7;
}

.hotel_detail .cont_area .item_area .item .price_area .coupon_price {
    display: flex;
    align-items: center;
    justify-content: end;
}

.hotel_detail .cont_area .item_area .item .price_area .coupon_price span:first-child {
    color: #2a7fe9;
    font-weight: 500;
    margin-right: 6px;
}

.hotel_detail .cont_area .item_area .item .price_area .coupon_price span:last-child {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.hotel_detail .cont_area .item_area .item .price_area .per_night {
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.hotel_detail .review_area {
    margin-bottom: 50px;
    position: relative;
}

.hotel_detail .review_area h4 {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.hotel_detail .review_area h4 div span {
    color: var(--primary);
}

.hotel_detail .review_area .totalScore {
    width: 100%;
    margin: 20px auto 0;
}

.hotel_detail .review_area .totalScore ul {
    display: flex;
    flex-direction: column;
}

.hotel_detail .review_area .totalScore ul li {
    background: rgb(0 0 0 / 3%);
    color: var(--white);
    padding: 30px 20px;
}

.hotel_detail .review_area .totalScore ul li:first-child {
    width: 100%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hotel_detail .review_area .totalScore ul li:first-child div:first-child {
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
}

.hotel_detail .review_area .totalScore ul li:first-child div:last-child svg {
    width: 22px;
    height: 22px;
}

.hotel_detail .review_area .totalScore ul li:last-child {
    width: 100%;
}

.hotel_detail .review_area .totalScore ul li:last-child {
    display: flex;
    flex-direction: column;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap .score {
    width: 18%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 2%;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap .score svg {
    fill: var(--primary);
    width: 10px;
    height: 10px;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap .bar_container {
    width: 60%;
    height: 5px;
    border-radius: 3px;
    background: rgb(0 0 0 / 10%);
    position: relative;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap .bar_container .bar {
    height: 5px;
    margin-left: 0;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    z-index: 3;
}

.hotel_detail .review_area .totalScore ul li:last-child .wrap div:last-child {
    width: 18%;
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    margin-left: 2%;
}

.hotel_detail .review_area .offer_review {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.hotel_detail .review_area .offer_review:last-child {
    border-bottom: 0;
}

.hotel_detail .review_area .offer_review ul {
    display: flex;
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.hotel_detail .review_area .offer_review ul li:first-child {
    width: 100%
}

.hotel_detail .review_area .offer_review ul li:first-child .area01 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hotel_detail .review_area .offer_review ul li:first-child .area01 .score {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hotel_detail .review_area .offer_review ul li:first-child .area01 .score svg {
    fill: var(--primary);
    width: 14px;
    height: 14px;
}

.hotel_detail .review_area .offer_review ul li:first-child .area01 .writer {
    color: var(--black);
    margin-left: 6px;
}

.hotel_detail .review_area .offer_review ul li:first-child .area02 {
    color: #999;
    font-weight: 400;
    margin-top: 6px;
}

.hotel_detail .review_area .offer_review ul li:last-child {
    cursor: pointer;
    width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.hotel_detail .review_area .offer_review ul li:last-child .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    transition: all 0.2s ease-out;
}

.hotel_detail .review_area .offer_review ul li:last-child .cover:hover {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.hotel_detail .review_area .offer_review ul li:last-child img {
    width: 80px;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.hotel_detail .review_area .offer_review ul li:last-child img:hover {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.hotel_detail .review_area .offer_review .cont {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.hotel_detail .review_area .offer_review .cont p {
    line-height: 1.4;
    font-weight: 400;
    max-height: 80px;
    font-size: 15px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}

.hotel_detail .review_area .offer_review .cont .more {
    width: 74px;
    padding: 0;
}

.hotel_detail .review_area .offer_review .cont .more svg {
    margin-right: 6px;
    fill: var(--black);
}

.hotel_detail .review_area .offer_review .cont .more span {
    color: var(--black);
}

.hotel_detail .review_area .moreArea {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 90%, #fff);
    padding-top: 50px;
    margin-top: -60px;
    bottom: 0;
    height: 120px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.hotel_detail .review_area .moreArea .btn_type_basic {
    width: 94%;
    margin: 30px auto 0;
}

.hotel_detail .review_area .moreArea .btn_type_basic svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.hotel_detail .review_area .moreArea .btn_type_basic:hover svg {
    fill: var(--white);
}

.hotel_detail .cont_area .option_area {
    display: none;
}

/*golf*/
.calendar_golf .tab_calendar {
    width: 92%;
    margin: 0 auto 20px;
}

.calendar_golf .tab_calendar .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.calendar_golf .tab_calendar .swiper .swiper-wrapper div {
    flex-grow: 1;
    text-align: center;
}

.calendar_golf .tab_calendar .swiper .swiper-wrapper div:last-child {
    margin-right: 0
}

.calendar_golf .tab_calendar .swiper .swiper-wrapper div a {
    width: 100%;
    border-bottom: 2px solid rgb(0 0 0 / 40%);
    display: inline-block;
    color: var(--gray);
    text-align: center;
    padding-bottom: 6px;
    font-size: 16px;
}

.calendar_golf .tab_calendar .swiper .swiper-wrapper div a.nav_on {
    border-bottom: 2px solid var(--black);
    color: var(--black);
    font-weight: 600;
}

.calendar_golf .calendar {
    width: 92%;
    margin: 20px auto 0;
    overflow: hidden;
}

.calendar_golf .cal_wrap {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    position: relative;
}

.calendar_golf .cal_wrap::after {
    display: block;
    content: "";
    clear: both;
}

.calendar_golf .cal_wrap .arrow_left {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    content: url(../../images/temp102/common/arrow_left_black.svg);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.calendar_golf .cal_wrap .arrow_right {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    content: url(../../images/temp102/common/arrow_right.svg);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.calendar_golf .cal_wrap .arrow_left:hover {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    content: url(../../images/temp102/common/arrow_left_black.svg);
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 10%);
    border-radius: 100%;
    cursor: pointer;
}

.calendar_golf .cal_wrap .arrow_right:hover {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    content: url(../../images/temp102/common/arrow_right.svg);
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 10%);
    border-radius: 100%;
    cursor: pointer;
}

.calendar_golf .cal_wrap .cal_date_box {
    width: 92%;
    margin: 0 auto;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.calendar_golf .cal_wrap .cal_date_box .clickable {
    width: calc(100% / 4.5 - 10px);
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.calendar_golf .cal_wrap .cal_date_box .clickable span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .days {
    color: rgb(0 0 0 / 80%);
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .date {
    color: var(--black);
    font-weight: 600;
    padding-top: 6px;
    font-size: 16px;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .leftover {
    padding-top: 4px;
    color: #f1862f;
    font-size: 15px;
    font-weight: 500;
}

.calendar_golf .sunday {
    color: #e32c42;
}

.calendar_golf .sunday span {
    color: #e32c42;
}

.calendar_golf .cal_wrap .cal_date_box .date_box {
    border-radius: 4px;
    padding: 6px 10px;
    border: 2px solid rgb(241 134 47 / 0);
}

.calendar_golf .cal_wrap .cal_date_box .date_box:hover {
    background: rgb(241 134 47 / 10%);
    border: 2px solid rgb(241 134 47 / 0);
}

.calendar_golf .cal_wrap .cal_date_box .date_box.selected {
    border: 2px solid #f1862f;
}

.calendar_golf .cal_date_box::-webkit-scrollbar {
    display: none;
}

/* step */
.step_golf {
    width: 92%;
    margin: 0 auto 34px;
    padding: 16px 0;
    border-radius: 10px;
    background: rgb(0 0 0 / 3%);
}

.step_golf::after {
    display: block;
    content: "";
    clear: both;
}

.step_golf p:first-child {
    font-size: 14px;
    color: var(--black);
    padding-left: 16px;
    margin-bottom: 12px;
}

.step_golf p:first-child span {
    color: #08a300;
    font-weight: 500;
}

.step_golf .inner {
    width: 100%;
    margin: 16px auto 0;
    display: flex;
}

.step_golf .inner div {
    flex: 1;
    text-align: center;
}

.step_golf .inner div:first-child {
    background: url(../../images/temp102/icon_step1.png) no-repeat top center;
    background-size: 22px 22px;
}

.step_golf .inner div:nth-child(2) {
    background: url(../../images/temp102/icon_step2.png) no-repeat top center;
    background-size: 22px 22px;
}

.step_golf .inner div:nth-child(3) {
    background: url(../../images/temp102/icon_step3.png) no-repeat top center;
    background-size: 22px 22px;
}

.step_golf .inner div:last-child {
    background: url(../../images/temp102/icon_step4.png) no-repeat top center;
    background-size: 22px 22px;
}

.step_golf .inner div span {
    color: #08a300;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    display: block;
    height: 18px;
}

.step_golf .inner div p {
    font-size: 13px;
    color: var(--black);
    line-height: normal;
}

/* golf_filter */
.golf_filter {
    width: 94%;
    margin: 0 auto 16px;
}

.golf_filter div:first-child {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.golf_filter div:first-child button {
    flex: 1;
    min-height: 44px;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
    z-index: 0;
    background: #fff;
    outline: none;
}

.golf_filter div:first-child button.selected {
    border: 1px solid var(--black);
    z-index: 1;
    transition: border .5s ease-in-out;
}

.golf_filter div:first-child button+button {
    margin-left: -1px;
}

.golf_filter div:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    overflow-x: auto;
}

.golf_filter div:last-child span {
    position: relative;
    padding: 0 14px;
    color: var(--black);
    font-size: 17px;
    display: flex;
    /*-webkit-box-flex: 1; flex-grow: 1;flex-direction: column;*/
    cursor: pointer;
}

.golf_filter div:last-child span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    content: '';
    background: rgba(0 0 0 / 10%);
}

.golf_filter div:last-child span:first-child::before {
    display: none;
}

.golf_filter div:last-child span:hover {
    color: var(--black);
}

.golf_filter div:last-child span.selected {
    color: var(--black)
}

.golf_list {
    width: 100%;
}

.golf_list .tab_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.golf_list .itemArea {
    width: 92%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.golf_list .itemArea .item {
    position: relative;
    flex: 1;
    margin-bottom: 50px;
}

.golf_list .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.golf_list .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.golf_list .itemArea .item .item_info {
    width: 100%;
}

.golf_list .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.golf_list .itemArea .item .item_info .date {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 4px;
}

.golf_list .itemArea .item .item_info .date span {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.golf_list .itemArea .item .item_info .date span:first-child {
    color: var(--black)
}

.golf_list .itemArea .item .item_info .date span:last-child {
    position: relative;
    margin-left: 6px;
    padding-left: 16px;
    color: var(--primary);
}

.golf_list .itemArea .item .item_info .date span:last-child::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '・';
    display: block;
    color: var(--gray)
}

.golf_list .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    min-height: auto;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.golf_list .itemArea .item .item_info dl {
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.golf_list .itemArea .item .item_info dl dt {
    width: 18%;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
}

.golf_list .itemArea .item .item_info dl dd {
    width: 82%;
    font-size: 15px;
    color: var(--gray);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: normal;
}

.golf_list .itemArea .item .priceArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.golf_list .itemArea .item .priceArea .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
}

.golf_list .itemArea .item .priceArea .price span {
    font-size: 16px;
    margin-left: 2px;
}

.golf_list .itemArea .item .priceArea .btn_black {
    width: 140px;
    min-height: 40px;
}

/*당일실시간*/
.golf_real {
    width: 100%
}

.golf_real .itemArea {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.golf_real .itemArea .item {
    position: relative;
    flex: 1;
    margin-bottom: 50px;
}

.golf_real .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.golf_real .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.golf_real .itemArea .item .item_info {
    width: 100%;
}

.golf_real .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.golf_real .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.golf_real .itemArea .item .item_info dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.golf_real .itemArea .item .item_info dl dt {
    width: 10%;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
}

.golf_real .itemArea .item .item_info dl dd {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
}

.golf_real .itemArea .item .priceArea {
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: 20px;
}

.golf_real .itemArea .item .priceArea .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
}

.golf_real .itemArea .item .priceArea .price span {
    font-size: 16px;
    margin-left: 2px;
}

.golf_real .itemArea .item .priceArea .btn_black {
    width: 140px;
    min-height: 40px;
}


.golf_real_detail {
    display: flex;
    flex-direction: column;
    padding-top: 47px;
}

.golf_real_detail .detailInfo {
    display: flex;
    flex-direction: column;
}

.golf_real_detail .detailInfo .item_img button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid var(--black);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.golf_real_detail .detailInfo .item_img button svg {
    fill: var(--black);
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.golf_real_detail .detailInfo .item_img button span {
    color: var(--black);
    font-size: 15px;
}

.golf_real_detail .detailInfo .item_img button:hover {
    border: 1px solid var(--black);
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
}

.golf_real_detail .detailInfo .item_img button:hover svg {
    fill: var(--white);
    font-weight: 400;
}

.golf_real_detail .detailInfo .item_img button:hover span {
    color: var(--white);
    font-size: 15px;
}

.golf_real_detail .detailInfo .item_img {
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.golf_real_detail .detailInfo .item_img .area01 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.golf_real_detail .detailInfo .item_img .area01 img {
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.golf_real_detail .detailInfo .item_img .area02 {
    display: none;
}

.golf_real_detail .detailInfo .item_img .area02 ul {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.golf_real_detail .detailInfo .item_img .area02 ul:last-child {
    margin-left: 10px
}

.golf_real_detail .detailInfo .item_img .area02 ul li {
    width: 100%;
    height: 50%;
}

.golf_real_detail .detailInfo .item_img .area02 ul li:last-child {
    margin-top: 10px;
}

.golf_real_detail .detailInfo .item_img .area02 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.golf_real_detail .item_area {
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
}

.golf_real_detail .item_area .item_info {
    margin-bottom: 40px;
}

.golf_real_detail .item_area .item_info .itemName {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
}

.golf_real_detail .item_area .item_info .itemName span {
    margin: 0 16px 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.golf_real_detail .item_area .item_info .itemName a {
    height: 28px;
    min-height: 28px;
    width: 110px;
    min-width: 110px;
    border-radius: 30px;
    font-size: 12.5px;
    margin-top: 1px;
}

.golf_real_detail .item_area .item_info .location {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.golf_real_detail .item_area .item_info .location svg {
    width: 22px;
    height: 22px;
    fill: var(--black);
    margin-right: 2px;
}

.golf_real_detail .item_area .item_info .location span {
    color: var(--black);
}

.golf_real_detail .item_area .item_info .address {
    font-size: 15px;
    font-weight: 400;
    color: var(--gray);
    max-height: 52px;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.golf_real_detail .item_area .item_info .price {
    font-weight: 700;
    font-size: 30px;
    color: var(--black);
    letter-spacing: -0.6px;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 16px;
}

.golf_real_detail .item_area .item_info .price span {
    font-size: 18px;
}

/*timeCard */
.golf_real_detail .item_area .timeCard {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 60px;
}

.golf_real_detail .item_area .timeCard div {
    border-radius: 10px;
    background: rgb(0 0 0 / 3%);
    padding: 16px;
    cursor: pointer;
}

.golf_real_detail .item_area .timeCard div:hover {
    background: var(--white);
    border: 1px solid var(--primary);
    box-shadow: 1px 4px 6.3px -3px rgb(0 0 0 / 22%);
}

.golf_real_detail .item_area .timeCard div.selected {
    background: var(--white);
    border: 1px solid var(--primary);
    box-shadow: 1px 4px 6.3px -3px rgb(0 0 0 / 22%);
}

.golf_real_detail .item_area .timeCard div p {
    line-height: 20px;
}

.golf_real_detail .item_area .timeCard div p:first-child {
    color: var(--black);
    font-weight: 500;
}

.golf_real_detail .item_area .timeCard div p:nth-child(2) {
    color: var(--gray);
    font-size: 13px;
    padding-top: 4px;
}

.golf_real_detail .item_area .timeCard div p:last-child {
    color: #de6154;
    font-size: 12px;
}



/*event & magazine*/
.event .tab_area {
    width: 92%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .list {
    width: 92%;
    margin: 0 auto;
}

.event .list:after {
    display: block;
    content: '';
    clear: both;
}

.event .list div {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    cursor: pointer;
}

.event .list div:nth-child(odd) {
    margin-right: 3%;
}

.event .list div:nth-child(even) {
    float: right;
    margin-right: 0;
}

.event .list div .item_img {
    width: 100%;
    height: 40vw;
    border-radius: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 16px;
}

.event .list div .tit {
    text-align: left;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
    margin-bottom: 0;
}

.event .list div .stit {
    margin-top: 4px;
    color: var(--gray);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.event .list .end {
    opacity: .7;
    cursor: default;
    filter: grayscale(1);
}

/* .event .paging {display: none;} */
.eventView {
    margin-bottom: 80px;
}

.eventView .cont {
    width: 92%;
    margin: 0 auto 40px;
}

.eventView .cont .area01 {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.eventView .cont .area01 .tit {
    text-align: left;
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 6px;
}

.eventView .cont .area01 .date {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.eventView .cont .area02 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.eventView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 15px;
    text-align: left;
    white-space: pre-line;
}

.eventView .cont .area02 img {
    width: 100%;
    margin: 0 auto 30px;
}

.eventView .cont .btn_single {
    margin: 30px auto 0;
}


.mzList {
    min-height: 600px;
    margin-bottom: 100px;
}

.mzList .inp_sel {
    width: 92%;
    margin: 0 auto;
}

.mzList .inp_sel .sel_base {
    width: 100%;
}

.mzList .itemArea {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.mzList .itemArea .item {
    position: relative;
    height: 90vw;
    border-radius: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.mzList .itemArea .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.mzList .itemArea .item:first-child {
    margin-left: 0;
}

.mzList .itemArea .item ul {
    width: 100%;
    position: absolute;
    bottom: 42px;
    color: var(--white);
    padding: 0 32px;
    z-index: 2;
}

.mzList .itemArea .item .vol {
    font-family: 'BMDOHYEON';
    font-size: 26px;
    margin-bottom: 10px;
}

.mzList .itemArea .item .ti span {
    display: block;
}

.mzList .itemArea .item .ti span:first-child {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}

.mzList .itemArea .item .ti span:last-child {
    font-size: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
}

.mzView {
    margin-bottom: 80px;
}

.mzView .cont {
    width: 94%;
    margin: 0 auto 40px;
}

.mzView .cont .area01 {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.mzView .cont .area01 .tit {
    text-align: left;
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 6px;
}

.mzView .cont .area01 .date {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.mzView .cont .area02 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mzView .cont .area02 strong {
    color: var(--black);
}

.mzView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 15px;
    text-align: left;
    white-space: pre-line;
}

.mzView .cont .area02 p.ti {
    text-align: center;
    margin: 20px 0;
    color: rgb(0 0 0 / 80%);
    font-size: 16px;
    font-weight: 600;
}

.mzView .cont .area02 p img {
    width: 100%;
}

.mzView .cont .area02 p.img_name {
    text-align: center;
    margin: 10px 0 20px;
    color: rgb(0 0 0 / 80%);
    font-size: 13px;
}

.mzView .cont .area02 p b {
    color: rgb(0 0 0 / 80%)
}

.mzView .cont .btn_single {
    margin: 30px auto 0;
}

/*연관상품*/
.relat_prod {
    width: 92%;
    margin: 50px auto 0px;
}

.relat_prod h3 {
    margin-bottom: 20px;
    border-bottom: 0;
    padding-bottom: 0;
}

.relat_prod .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.relat_prod .itemArea .item {
    position: relative;
    flex: 1;
    min-width: 282px;
    margin-bottom: 50px;
}

.relat_prod .itemArea .item:last-child {
    margin-bottom: 0;
    ;
}

.relat_prod .itemArea .item .bookMark {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    cursor: pointer;
}

.relat_prod .itemArea .item .bookMark_on {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: rgb(0 0 0 /6%) url(../../images/temp102/bookmark_fff_on.svg) 50% 50% / 30px no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.relat_prod .itemArea .item .item_img {
    width: 100%;
    height: 50vw;
    max-height: 282px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 16vw no-repeat;
    margin-bottom: 20px;
}

.relat_prod .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.relat_prod .itemArea .item .item_info {
    width: 100%;
}

.relat_prod .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.relat_prod .itemArea .item .item_info .badge_area {
    margin-bottom: 10px;
}

.relat_prod .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.relat_prod .itemArea .item .item_info .sti {
    font-size: 15px;
    color: var(--gray);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
    margin-bottom: 16px;
}

.relat_prod .itemArea .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: right;
    cursor: pointer;
}

.relat_prod .itemArea .item .item_info .price span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 2px;
}


/*review*/
.review {
    width: 100%;
}

.review .tit {
    font-size: 34px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.review .area {
    width: 94%;
    display: flex;
    flex-direction: column;
    margin: 40px auto 26px;
}

.review .area .tab_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.review .area .tab_area span:last-child {
    margin-right: 0;
}

.review .area .searchArea {
    width: 100%;
    margin-top: 26px;
}

.review .itemArea ul {
    display: flex;
    flex-direction: column;
}

.review .itemArea .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.review .itemArea .item .item_img {
    position: relative;
    width: 100%;
    height: 44vw;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.review .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.review .itemArea .item .item_info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.review .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.review .itemArea .item .item_info p:first-child {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
}

.review .itemArea .item .item_info p:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.4;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.review .itemArea .item .item_info p:last-child {
    margin-top: 20px;
    color: var(--black);
    font-size: 15px;
}

.review .itemArea .item .item_info p:last-child span {
    color: var(--primary)
}

.review .paging {
    display: none;
}

.reviewView {
    margin-bottom: 80px;
}

.reviewView .cont {
    width: 92%;
    margin: 0 auto 40px;
}

.reviewView .cont .area01 {
    display: flex;
    flex-direction: column;
}

.reviewView .cont .area01 .tit {
    text-align: left;
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    max-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.reviewView .cont .area01 ul {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding: 12px 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.reviewView .cont .area01 ul li {
    color: var(--black);
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}

.reviewView .cont .area01 ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 14%);
    content: '';
}

.reviewView .cont .area01 ul li:first-child {
    color: var(--gray);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.reviewView .cont .area01 ul li:nth-child(2) svg {
    width: 18px;
    height: 18px;
    fill: #ffd420;
    margin-right: 6px;
}

.reviewView .cont .area01 ul li:nth-child(2) span {
    color: #1542d4;
    font-size: 15px;
}

.reviewView .cont .area01 ul li:last-child span {
    color: var(--primary);
    margin-left: 6px;
}

.reviewView .cont .area01 ul li:last-child::before {
    display: none;
}

.reviewView .cont .area02 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.reviewView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 15px;
    text-align: left;
    white-space: pre-line;
}

.reviewView .cont .area02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto 30px;
}

.reviewView .cont .area02 .related {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 100px;
}

.reviewView .cont .area02 .related span {
    line-height: 2;
}

.reviewView .cont .area02 .related span:last-child {
    position: relative;
    width: 40px;
    margin-left: 20px;
    border-bottom: 1px solid var(--white);
}

.reviewView .cont .area02 .related span:last-child::before {
    content: '';
    position: absolute;
    right: 7px;
    top: -50%;
    width: 13px;
    height: 13px;
    border-top: solid 1px var(--white);
    transform: rotate(45deg)translateY(-58%);
}

.reviewView .cont .area02 .related span:last-child:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
}

.reviewView .cont .btn_single {
    margin: 30px auto 0;
}


/* customer & notice */
/*cs-main*/
.customer .searchArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.customer .searchArea p {
    font-size: 30px;
    color: var(--black);
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-weight: 400;
}

.customer .searchArea ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.customer .searchArea ul li:first-child {
    width: 84%;
    margin-right: 1%;
}

.customer .searchArea ul li:last-child {
    position: relative;
    width: 15%;
    height: 50px;
    font-size: 0;
    border-radius: 2px;
    background: #231f20;
    cursor: pointer;
    /*background: #231f20 url(../../images/temp102/common/search.svg) 50% 50% / 20px no-repeat;*/
}

.customer .searchArea ul li:last-child svg {
    position: absolute;
    fill: var(--white);
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.customer .faq_area {
    width: 92%;
    margin: 0 auto;
}

.customer .faq_area .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
}

.customer .faq_area .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: var(--black);
    letter-spacing: -0.6px;
    text-align: left;
    margin-bottom: 0;
}

.customer .faq_area .area01 .tit span:last-child {
    font-weight: 700;
}

.customer .faq_area .area02 ul {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.customer .faq_area .area02 ul .q_area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 60px;
}

.customer .faq_area .area02 ul .q_area::before {
    content: 'Q';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'BMDOHYEON';
    font-size: 20px;
    line-height: 20px;
    color: rgb(0 0 0 /22%);
    transition: color .2s
}

.customer .faq_area .area02 ul.active .q_area::before {
    color: var(--black)
}

.customer .faq_area .area02 ul .q_area .tit {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 22px;
    margin: 22px 0 6px;
    text-align: left;
}

.customer .faq_area .area02 ul .q_area .txt {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    letter-spacing: -0.4px;
    line-height: 22px;
    padding-right: 16%;
    margin-bottom: 22px;
}

.customer .faq_area .area02 ul.active .a_area {
    padding: 25px 25px 25px 60px;
    height: auto
}

.customer .faq_area .area02 ul .a_area {
    position: relative;
    background: rgb(0 0 0 / 2%);
    padding: 0 25px 0 75px;
    height: 0;
    overflow: hidden
}

.customer .faq_area .area02 ul .a_area::before {
    content: 'A';
    position: absolute;
    left: 20px;
    top: 30px;
    font-family: 'BMDOHYEON';
    font-size: 20px;
    line-height: 20px;
    color: var(--black)
}

.customer .faq_area .area02 ul .a_area .txt {
    color: var(--gray);
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.customer .faq_area .area02 ul:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../images/temp102/common/arrow_down.svg') 50% 50%/20px no-repeat;
    position: absolute;
    right: 14px;
    top: 50px;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out
}

.customer .faq_area .area02 ul.active:after {
    right: 13px !important;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.customer .faq_area .area02 ul:first-child::after {
    top: 40px;
}

.customer .notice_area {
    width: 92%;
    margin: 60px auto 100px;
}

.customer .notice_area .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}

.customer .notice_area .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: var(--black);
    letter-spacing: -0.6px;
    text-align: left;
    margin-bottom: 0;
}

.customer .notice_area .area01 .tit span:last-child {
    font-weight: 700;
}

.customer .notice_area ul {
    display: flex;
    flex-direction: column;
}

.customer .notice_area ul li {
    width: 100%;
    padding: 20px;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-bottom: 16px;
}

.customer .notice_area ul li:last-child {
    margin-bottom: 0;
}

.customer .notice_area a {
    color: var(--black);
}

.customer .notice_area p {
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    letter-spacing: -0.4px
}

.customer .notice_area span {
    width: 100%;
    display: block;
    color: var(--gray);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.customer .more {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
}

.customer .more span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.customer .more .arrow {
    position: relative;
    width: 28px;
    margin-bottom: 3px;
}

.customer .more .arrow::before {
    content: '';
    position: absolute;
    right: 0;
    top: 46%;
    width: 9px;
    height: 9px;
    border-top: solid 1px var(--black);
    border-right: solid 1px var(--black);
    transform: rotate(45deg)translateY(-50%);
}

.customer .more .arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 1px;
    width: 24px;
    height: 1px;
    background: var(--black)
}

/*faq*/
.faq .searchArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.faq .searchArea ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.faq .searchArea ul li:first-child {
    width: 84%;
    margin-right: 1%;
}

.faq .searchArea ul li:last-child {
    position: relative;
    width: 15%;
    height: 50px;
    font-size: 0;
    border-radius: 2px;
    background: var(--black);
    cursor: pointer;
}

.faq .searchArea ul li:last-child svg {
    position: absolute;
    fill: var(--white);
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.faq .item_list {
    margin-top: 50px;
    display: flex;
    margin: 40px 0 0;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 20px 0 20px;
}

.faq .item_list::-webkit-scrollbar {
    display: none;
}

.faq .item_list span {
    font-size: 18px;
    font-weight: 600;
    opacity: .4;
    margin-right: 20px;
    cursor: pointer;
}

.faq .item_list span:last-child {
    margin-right: 0;
}

.faq .item_list span:hover {
    opacity: .7;
}

.faq .item_list span.selected {
    opacity: 100%;
    color: var(--black);
    border-bottom: 2px solid var(--primary);
}

.faq .list {
    width: 100%;
    max-width: 1220px;
    margin: 30px auto;
}

.faq .list ul {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.faq .list ul .q_area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 60px;
}

.faq .list ul .q_area::before {
    content: 'Q';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'BMDOHYEON';
    font-size: 20px;
    line-height: 20px;
    color: rgb(0 0 0 /22%);
    transition: color .2s
}

.faq .list ul.active .q_area::before {
    color: var(--black)
}

.faq .list ul .q_area .tit {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 22px;
    margin: 22px 0 6px;
    text-align: left;
}

.faq .list ul .q_area .txt {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    letter-spacing: -0.4px;
    line-height: 22px;
    padding-right: 16%;
    margin-bottom: 22px;
}

.faq .list ul.active .a_area {
    padding: 25px 25px 25px 60px;
    height: auto
}

.faq .list ul .a_area {
    position: relative;
    background: rgb(0 0 0 / 2%);
    padding: 0 25px 0 75px;
    height: 0;
    overflow: hidden
}

.faq .list ul .a_area::before {
    content: 'A';
    position: absolute;
    left: 20px;
    top: 30px;
    font-family: 'BMDOHYEON';
    font-size: 20px;
    line-height: 20px;
    color: var(--black)
}

.faq .list ul .a_area .txt {
    color: var(--gray);
    letter-spacing: -0.4px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.faq .list ul:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../../images/temp102/common/arrow_down.svg') 50% 50%/20px no-repeat;
    position: absolute;
    right: 14px;
    top: 46%;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out
}

.faq .list ul.active:after {
    right: 13px !important;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

/*noti*/
.notice .searchArea {
    width: 92%;
    margin: 0 auto;
}

.notice .list {
    width: 92%;
    margin: 30px auto 0;
}

.notice .list ul li {
    font-size: 16px;
}

.notice .list ul:first-child {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
}

.notice .list ul:first-child li {
    color: var(--black);
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}

.notice .list ul:first-child li:first-child {
    display: none;
}

.notice .list ul:first-child li:last-child {
    width: 100%;
}

.notice .list ul:last-child {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.notice .list ul:last-child li {
    display: flex;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.notice .list ul:last-child li span {
    display: none;
}

.notice .list ul:last-child li p {
    width: 100%;
    color: var(--black);
    display: flex;
    align-items: center;
}

.notice .list ul:last-child li p a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice .list ul:last-child li p a:hover {
    text-decoration: underline;
}

.notice .list ul:last-child li p .file {
    display: block;
    width: 22px;
    background: url('../../images/temp102/common/file.svg') 50% 50% / 22px no-repeat;
    padding: 15px;
    opacity: .7;
}

.noticeView {
    margin-bottom: 80px;
}

.noticeView .cont {
    width: 92%;
    margin: 0 auto 40px;
}

.noticeView .cont .area01 {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.noticeView .cont .area01 .tit {
    text-align: left;
    width: 100%;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.4px;
    margin-bottom: 6px;
}

.noticeView .cont .area01 .date {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.noticeView .cont .area02 {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.noticeView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 15px;
    text-align: left;
    white-space: pre-line;
}

.noticeView .cont .area02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.noticeView .cont .btn_single {
    margin: 30px auto 0;
}



/* policies*/
.policies {
    color: var(--gray);
    margin: 0 auto 100px;
    padding-top: 24%;
}

.policies h3 {
    border-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.policies h4 {
    width: 90%;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}

.policies .person_list {
    background: rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 20px;
    margin: 26px 0;
}

.policies .person_list ol::after {
    display: block;
    content: '';
    clear: both;
}

.policies .person_list ol li {
    font-size: 13px;
    line-height: 24px;
    float: left;
    width: 100%;
}

.policies dl {
    margin: 0 0 20px 0;
}

.policies dl dt {
    font-size: 16px;
    color: var(--black);
    padding-bottom: 6px;
    font-weight: 600;
}

.policies dl dd {
    font-size: 14px;
    line-height: 20px;
}

.policies dl dd span {
    font-weight: 500;
}

.policies dl dd .depth {
    margin-left: 6px;
}

.policies dl dd .depth2 {
    margin-left: 0;
    margin-bottom: 10px;
}

.policies dl dd .depth2 dt {
    color: var(--gray);
    padding-bottom: 0;
    font-weight: 400;
}

.policies dl dd ul li {
    margin-bottom: 6px;
    list-style: disc;
}

.policies dl dd ul li span {
    color: rgb(0 0 0 / 66%)
}

.policies ol li {
    line-height: 22px;
}

.policies ol li span {
    color: rgb(0 0 0 / 80%)
}

.policies p {
    font-size: 14px;
    line-height: 22px;
}

.policies .end {
    margin-bottom: 30px;
}

.policies .form {
    margin-top: 20px;
}

.policies .form ul {
    margin-bottom: 20px;
}

.policies .form ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
}

.policies .form ul li:last-child {
    margin-bottom: 0;
}

.policies .form ul li span:first-child {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.policies .form ul li span:last-child {
    width: 100%;
}

.policies .form ul li input {
    width: 100%;
}

.policies .form ul li .email {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.policies .form ul li .email .email-at {
    width: 90px;
    text-align: center;
}

.policies .form ul li span textarea {
    height: 200px
}

.policies .of_y {
    height: 80vh;
    overflow-y: auto;
}

.policies .of_y::-webkit-scrollbar {
    display: none;
}

.policies .of_x {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.personal-table {
    width: 800px;
    padding: 0;
    margin: 6px 0 20px;
    border-top: 1px solid rgb(28 28 28 / 100%);
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table tbody tr:last-child {
    border-bottom: 0;
}

.personal-table thead tr th {
    border-bottom: 1px solid rgb(28 28 28 / 40%);
    padding: 10px;
    font-weight: 500;
    background: rgb(28 28 28 / 4%);
    color: var(--black);
    text-align: center;
}

.personal-table tbody tr td {
    color: var(--gray);
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    vertical-align: middle;
}

.personal-table2 {
    width: 800px;
    padding: 0;
    margin: 6px 0 20px;
    border-top: 1px solid rgb(28 28 28 / 100%);
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table2 tbody tr:last-child {
    border-bottom: 1px solid rgb(28 28 28 / 70%)
}

.personal-table2 tbody tr:last-child th {
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr:last-child td {
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr th {
    border-bottom: 1px solid rgb(28 28 28 / 40%);
    background: rgb(28 28 28 / 4%);
    text-align: left;
    padding: 10px;
    font-weight: 500;
    color: var(--black);
}

.personal-table2 tbody tr td {
    text-align: left;
    padding: 10px;
    color: var(--gray);
    line-height: 20px;
}

.personal-table3 {
    width: 800px;
    padding: 0;
    text-align: center;
    margin: 6px 0 20px;
    border-top: 1px solid rgb(28 28 28 / 100%);
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table3 tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table3 tbody tr:last-child {
    border-bottom: 0;
}

.personal-table3 thead tr th {
    border-bottom: 1px solid rgb(28 28 28 / 40%);
    padding: 10px;
    font-weight: 500;
    color: var(--black);
}

.personal-table3 tbody tr td {
    padding: 10px;
    color: var(--gray);
    line-height: 20px;
    vertical-align: middle;
}

.rule_table {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    margin: 0 auto;
    line-height: 20px;
}

.rule_table .policies {
    padding-top: 0;
}



/*--------------------------------------------------------------------------------
	# layer-popup 
---------------------------------------------------------------------------------*/
.layer_wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    z-index: 100;
}

.layer_wrap .cont_box {
    width: 100%;
    height: 93%;
    left: 50%;
    bottom: 0;
    position: absolute;
    background: var(--white);
    transform: translate(-50%);
    border-radius: 20px 20px 0 0;
    padding: 20px 0 0;
}

.layer_wrap .cont_box .layer_tit {
    width: 92%;
    margin: 0 auto;
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.layer_wrap .cont_box .layer_tit .close {
    background: url(../../images/temp102/common/close.svg) 95% 50% / 30px no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
}

.layer_wrap .cont_box .layer_inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.layer_wrap .cont_box .layer_inner.preview {
    margin-top: 30px;
    padding-bottom: 80px;
}

.layer_wrap .cont_box .layer_inner img {
    width: 94%;
    margin: 0 auto 10px;
    display: block;
}

/*search*/
.layer_search .area01 {
    margin: 0 auto 30px;
}

.layer_search .area01 p {
    display: none;
    /*text-align: center; font-size: 32px; font-weight:600; color: var(--black); margin: 30px auto 30px;*/
}

.layer_search .area01 div:last-child {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.layer_search .area01 div:last-child .inp_base {
    font-size: 30px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid var(--black);
    padding: 6px 80px 6px 0;
}

.layer_search .area01 div:last-child svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.layer_search .area02 {
    width: 90%;
    padding-bottom: 40px;
    margin: 0 auto;
    overflow-y: auto;
}

.layer_search .area02 li {
    position: relative;
    cursor: pointer;
    line-height: 34px;
    font-size: 18px;
    color: var(--black);
}

.layer_search .ti {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
}

.layer_search .itemArea {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.layer_search .itemArea .item {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
}

.layer_search .itemArea .item:first-child {
    margin-left: 0;
}

.layer_search .itemArea .item .item_img {
    width: 100%;
    height: 54vw;
    max-height: 242px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/temp102/common/no_image.svg) 50% 50% / 4vw no-repeat;
    margin-bottom: 20px;
}

.layer_search .itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.layer_search .itemArea .item .item_info {
    width: 100%;
}

.layer_search .itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.layer_search .itemArea .item .item_info .badge_area {
    margin-bottom: 10px;
}

.layer_search .itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-height: 40px;
    min-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.layer_search .itemArea .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    cursor: pointer;
}

/*search
.layer_search .cont {width:90%; margin:0 auto 30px;}
.layer_search .searchBox {border:0; border-bottom:2px solid var(--black); border-radius:0; width:100%; height:50px; font-size:20px; font-weight:500; color:var(--black);}
.layer_search .btn_search {height:46px; line-height:46px; font-size:16px; margin:10px 0 20px; text-align:center;}
.layer_search .record {width:100%; position:relative; display:table;}
.layer_search .record li{position: relative; cursor:pointer;}
.layer_search .record li a{ padding-left: 32px; text-align: left; line-height: 34px; font-size: 20px; color: var(--black);}
.layer_search .record li .pin {width: 18px; height: 18px; background-size: 65%; background-position-y: bottom; position: absolute; top: 19%; left: 13px;}
*/
/*.of_y {height: 86%; overflow: hidden; overflow-y: auto; padding-bottom:60px;}*/

/*하단버튼영역*/
.layer_wrap .btn_area {
    position: fixed;
    width: 100%;
    bottom: 13.6%;
    padding: 16px 20px;
    border-top: 1px solid rgb(0 0 0 / 6%);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background: var(--white);
    left: 50%;
    transform: translateX(-50%);
}

.layer_wrap .btn_area .btnReservation {
    width: 100%;
    margin: 0 auto;
}

.air_date_area {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.air_date_area .date_area {
    width: 100%;
    max-height: 50px;
    overflow-y: scroll;
    margin-bottom: 18px;
}

.air_date_area .date_area::after {
    display: block;
    content: '';
    clear: both;
}

.air_date_area .date_area div {
    width: 100%;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}

.air_date_area .date_area div:last-child {
    margin-bottom: 0;
}

.air_date_area .date_area div p {
    float: left;
    text-align: left;
}

.air_date_area .date_area div .cityName {
    width: 50%;
    color: var(--black);
    margin-right: 4px;
}

.air_date_area .date_area div .date {
    width: 48%;
    color: var(--black);
}

.air_date_area .date_area div .date span {
    color: var(--gray);
    margin-right: 10px
}

.air_date_area .date_area .off {
    font-size: 16px;
    color: rgb(0 0 0 / 30%);
    font-weight: 600;
}

.air_date_area .confirm {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.air_date_area .confirm .btnReservation {
    width: 100%;
}

.hotel_date_area {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hotel_date_area .date_area {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-height: 50px;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: left;
}

.hotel_date_area .date_area ul {
    width: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
}

.hotel_date_area .date_area ul:last-child {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.hotel_date_area .date_area ul:last-child::before {
    display: block;
    content: '';
    background: rgb(0 0 0 / 40%);
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.hotel_date_area .date_area ul li {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.4px;
}

.hotel_date_area .date_area ul .ti {
    width: auto;
    color: var(--black);
    margin-right: 0;
}

.hotel_date_area .date_area ul .date {
    color: var(--black);
    position: relative;
    margin-left: 10px;
    padding-left: 0;
}

.hotel_date_area .date_area ul .date::before {
    display: none;
}

.hotel_date_area .confirm {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.hotel_date_area .confirm .reset {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 10px;
}

.hotel_date_area .confirm .reset svg {
    display: block;
    fill: #8b8b8b;
    margin-right: 6px;
}

/* member */
.find_area {
    width: 90%;
    margin: 100px auto 0;
    text-align: center;
}

.find_area p {
    margin-bottom: 20px;
    color: var(--gray)
}

.find_area .result {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
}

.find_area .btn {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.find_area button {
    width: 49.5%;
}

.find_area button:first-child {
    margin-right: 1%;
}

.pw {
    margin-top: 100px;
}

.pw ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pw ul li span {
    width: 100%;
    display: block;
}

.pw ul li span:first-child {
    font-weight: 500;
    color: rgb(0 0 0 / 75%);
    margin-bottom: 10px;
}

.pw ul li span.tt {
    color: var(--gray);
    margin-top: 10px;
}

/* review */
.review_wrap .num {
    color: #1758d1;
}

.review_wrap .cont {
    width: 100%;
    padding: 20px 0;
    border-bottom: 8px solid rgb(0 0 0 / 4%);
}

.review_wrap .cont .wrap {
    width: 94%;
    margin: 0 auto;
}

.review_wrap .cont .tit {
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-height: 50px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.review_wrap .cont p {
    color: var(--gray);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.review_wrap .cont .photo {
    margin-bottom: 10px;
}

.review_wrap .cont .photo::after {
    display: block;
    content: '';
    clear: both;
}

.review_wrap .cont .photo .item_img_box {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    float: left;
}

.review_wrap .cont .photo .item_img_box:last-child {
    margin-right: 0
}

.review_wrap .cont .photo .item_img_box .item_img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.review_wrap .cont .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_wrap .cont .bottom .score {
    background: url(../../images/temp102/common/star.svg) 0 50% / 16px no-repeat;
    padding-left: 20px;
    color: #1758d1;
    font-weight: 500;
}

.review_wrap .cont .bottom .writerInfo {
    display: flex;
    justify-content: end;
    align-items: center;
}

.review_wrap .cont .bottom .writerInfo p {
    margin-bottom: 0;
    color: rgb(0 0 0 / 40%);
}

.review_wrap .cont .bottom .writerInfo .dot {
    margin: 0 8px;
}

.review_wrap .cont_write {
    width: 94%;
    margin: 0 auto;
}

.review_wrap .cont_write .score {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.review_wrap .cont_write .score span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../images/temp102/common/star.svg) 0 50% / 30px no-repeat;
    margin-right: 10px;
    opacity: .2;
}

.review_wrap .cont_write .score span.on {
    opacity: 100%;
}

.review_wrap .cont_write .score span:last-child {
    margin-right: 0
}

.review_wrap .cont_write .tit {
    width: 100%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-height: 30px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.review_wrap .cont_write textarea {
    border: 1px solid var(--gray);
    width: 100%;
    padding: 16px;
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 20px;
}

.review_wrap .cont_write .photo ul {
    display: flex;
    justify-content: center;
}

.review_wrap .cont_write .photo ul li {
    border: 1px solid var(--gray);
    width: 20%;
    height: 60px;
    margin-right: 10px;
    background: url(../../images/temp102/photo_default.svg) 50% 50% / 100% no-repeat;
    position: relative;
}

.review_wrap .cont_write .photo ul li:last-child {
    margin-right: 0;
}

.review_wrap .cont_write .btn_area {
    display: flex;
    justify-content: center;
}

.review_wrap .cont_write .btn_area .btn_type_basic {
    width: 49%;
    background: url(../../images/temp102/add_photo.svg) 32% 50% / 26px no-repeat;
    padding-left: 30px;
    margin-right: 2%
}

.review_wrap .cont_write .btn_area .btn_type_basic:hover {
    color: #231f20
}

.review_wrap .cont_write .btn_area .btn_black {
    width: 49%;
    margin: 0;
}

/* coupon */
.layer_coupon div {
    margin-bottom: 10px;
}

/* roomInfo */
.cont_wrap .cont_area {
    width: 94%;
    margin: 0 auto;
}

.cont_wrap .cont_area div {
    font-size: 16px;
    color: rgb(28 28 28 / 100%)
}

.cont_wrap .cont_area div:first-child {
    font-weight: 500;
    margin-bottom: 10px;
}

.cont_wrap .cont_area div.end {
    margin-bottom: 30px;
}

.cont_wrap .cont_area dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.cont_wrap .cont_area dl dt {
    font-weight: 600;
}

.cont_wrap .cont_area dl dd {
    font-size: 14px;
    color: rgba(0 0 0 / 60%);
    position: relative;
    padding-left: 10px;
    line-height: 24px;
}

.cont_wrap .cont_area dl dd:after {
    content: '-';
    float: left;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}


/* air_rule */
.rule_wrap .tit {
    margin-bottom: 20px;
}

.rule_wrap .rule_area {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.rule_wrap .rule_area dl {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

.rule_wrap .rule_area dl dt {
    width: 26%;
    font-weight: 500;
    font-size: 14px;
}

.rule_wrap .rule_area dl dd {
    width: 74%;
    color: rgb(0 0 0 / 75%);
    line-height: 22px;
    font-size: 14px;
}

/* city */
#CitySearchBox {
    height: 86%;
    overflow: hidden;
    overflow-y: auto;
}

#CitySearchBoxData {
    width: 100%;
    position: absolute;
    background-color: var(--white);
    padding: 0 20px 100px;
    display: none;
    z-index: 9;
}

#CitySearchBoxData p span {
    float: left;
}

#CitySearchBoxData .airSearch {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    margin-bottom: 10px;
}

#CitySearchBoxData .airSearch .title_bold {
    width: 100%;
    color: var(--black);
    font-weight: 500;
}

#CitySearchBoxData .airSearch span:last-child {
    width: 100%;
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
}

#CitySearchBoxData .hotelSearch {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    margin-bottom: 14px;
}

#CitySearchBoxData .hotelSearch .title_bold {
    width: 100%;
    color: var(--black);
    font-weight: 500;
}

#CitySearchBoxData .hotelSearch span:last-child {
    width: 100%;
    font-size: 12px;
    color: rgb(0 0 0 / 50%);
}

.city_wrap .search {
    padding-top: 24px;
}

.city_wrap .search span {
    width: 100%;
}

.city_wrap .searchData {
    height: 86%;
    overflow: hidden;
    overflow-y: auto;
}

.city_wrap .inp_city {
    font-family: 'pretendard', sans-serif;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px #777 solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 0 0 0;
    padding: 0 60px 6px 0;
    color: var(--black);
    font-size: 18px !important;
    font-weight: 600;
}

.city_wrap .city_list {
    overflow: hidden;
    align-items: center;
}

.city_wrap .city_list .tit {
    width: 100%;
    height: 64px;
    line-height: 58px;
    padding: 0 20px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    border-bottom: 8px solid #fafafa;
    background: url(../../images/temp102/common/arrow_down.svg) 95% 50% / 18px no-repeat;
}

.city_wrap .city_list .depth2 {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 14px;
    background: #fafafa;
}

.city_wrap .city_list .depth2:after {
    display: block;
    content: '';
    clear: both;
}

.city_wrap .city_list .depth2 ul {
    width: 90%;
    margin: 0 auto;
}

.city_wrap .city_list .depth2 ul:after {
    display: block;
    content: '';
    clear: both;
}

.city_wrap .city_list .depth2 li {
    height: 36px;
    line-height: 36px;
    width: calc(100%/3);
    float: left;
    font-size: 14px;
    color: #535353;
    text-align: left;
    cursor: pointer;
}

.city_wrap .city_list .depth2 li a {
    font-size: 14px;
    color: #535353;
}

/* cal */
.cal_wrap .cont_box .layer_tit .data {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cal_wrap .cont_box .layer_tit .data div:nth-child(2) {
    color: rgb(0 0 0 / 40%);
    margin: 0 10px;
}

.cal_wrap .cont_box .layer_tit .data .on {
    color: #231f20
}

.cal_wrap .cont_box .layer_tit .data .off {
    color: rgb(0 0 0 / 40%);
}

.cal_wrap .cont_box .layer_tit .btn_red {
    width: 70px;
    min-height: 34px;
    margin-left: 16px;
    border-radius: 30px;
}

.cal_wrap .cont_box .week {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 14px;
    /*padding: 14px 0;*/
}

.cal_wrap .cont_box .week ul {
    display: flex;
    justify-content: space-around;
    width: 94%;
    margin: auto;
}

.cal_wrap .cont_box .week ul li {
    text-align: center;
    color: rgb(0 0 0 / 75%);
}

.cal_wrap .cont_box .week ul li.sun {
    color: #e32c42
}

.cal_wrap .cont_box .cal_inner {
    width: 94%;
    margin: 20px auto 0;
}

.cal_wrap .cont_box .cal_inner .month {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -0.6px;
}

.cal_wrap .cont_box .cal_inner .day {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.cal_wrap .cont_box .cal_inner .day div {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    position: relative;
}

.cal_wrap .cont_box .cal_inner .day div:first-child span {
    color: #e32c42
}

.cal_wrap .cont_box .cal_inner .day div.period {
    background: url(../../images/temp102/common/period.svg) repeat-x 50% 0;
    background-size: auto 40px;
}

.cal_wrap .cont_box .cal_inner .day div.period_start {
    background: url(../../images/temp102/common/period_start.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

.cal_wrap .cont_box .cal_inner .day div.period_end {
    background: url(../../images/temp102/common/period_end.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

.cal_wrap .cont_box .cal_inner .day div span {
    top: 0;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    /*display: flex;*/
    position: absolute;
    font-size: 16px;
    align-items: center;
    color: rgb(0 0 0 / 75%);
    line-height: 1.5;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
}

.cal_wrap .cont_box .cal_inner .day div span:hover {
    border: 1px solid var(--primary);
}

.cal_wrap .cont_box .cal_inner .day div span:last-child:hover {
    border: 0;
}

.cal_wrap .cont_box .cal_inner .day div span .number {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.cal_wrap .cont_box .cal_inner .day div span.today {
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid rgb(0 0 0 / 80%)
}

.cal_wrap .cont_box .cal_inner .day div span.today::after {
    color: rgba(0, 0, 0, 0.8);
    content: "오늘";
    text-align: center;
    /*top: 90%;*/
    bottom: -20px;
    left: calc((100% - 6em)/2);
    width: 6em;
    height: 30%;
    display: flex;
    position: absolute;
    font-size: 11px;
    align-items: center;
    line-height: 1.4;
    pointer-events: none;
    justify-content: center;
}

.cal_wrap .cont_box .cal_inner .day div span.start {
    color: var(--white);
    background: var(--primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.cal_wrap .cont_box .cal_inner .day div span.end {
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
}

.cal_wrap .cont_box .cal_inner .day div span.not_selectable {
    opacity: .2;
}

.cal_wrap .cont_box .cal_inner .day div span.not_selectable::after {
    display: none;
}

.cal_wrap .cont_box .cal_inner .day div span.redday {
    color: #e32c42;
}

.cal_wrap .cont_box .cal_inner .day div .txt {
    /*width: 6em; display: flex;*/
    top: 50%;
    height: auto;
}

.cal_wrap .cont_box .cal_inner .day div .txt:after {
    display: block;
    content: '';
    clear: both;
}

.cal_wrap .cont_box .cal_inner .day div .txt span {
    display: block;
    height: 16px;
    top: 0;
    text-align: center;
    font-size: 11px;
    cursor: default;
    line-height: 1.4;
    pointer-events: none;
    justify-content: center;
    padding-top: 0
}

.cal_wrap .cont_box .cal_inner .day div span.start .txt .select {
    color: var(--primary);
    font-weight: 500;
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner .day div span.end .txt .select {
    color: var(--primary);
    font-weight: 500;
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner .day div .nday {
    color: rgb(0 0 0 / 75%);
}

.cal_wrap .cont_box .cal_inner.hotel .day div .txt {
    /*width: 6em; display: flex;*/
    top: 50%;
    height: auto;
}

.cal_wrap .cont_box .cal_inner.hotel .day div .txt:after {
    display: block;
    content: '';
    clear: both;
}

.cal_wrap .cont_box .cal_inner.hotel .day div .txt span {
    display: block;
    height: 16px;
    top: 0;
    text-align: center;
    font-size: 11px;
    cursor: default;
    line-height: 1.4;
    pointer-events: none;
    justify-content: center;
    padding-top: 0
}

.cal_wrap .cont_box .cal_inner.hotel .day div span.start .txt .select {
    color: var(--primary);
    font-weight: 500;
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner.hotel .day div span.end .txt .select {
    color: var(--primary);
    font-weight: 500;
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner.hotel .day div .nday {
    color: rgb(0 0 0 / 75%);
}

.cal_wrap .cont_box .cal_inner.tour .day {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}

.cal_wrap .cont_box .cal_inner.tour .day div span.selected {
    color: var(--white);
    background: var(--primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.cal_wrap .cont_box .cal_inner.tour .day div .txt {
    /*width: 6em; display: flex;*/
    top: 32px;
    height: auto;
}

.cal_wrap .cont_box .cal_inner.tour .day .price {
    display: block;
    width: 90%;
    height: 16px;
    top: 44px;
    text-align: center;
    font-size: 11px;
    color: rgb(239 102 116);
    background: rgb(145 145 145 / 10%);
    border-radius: 16px;
    padding: 0;
    cursor: default;
    line-height: 1.4;
    pointer-events: none;
    justify-content: center;
}


/* seat */
.mem_wrap .list {
    width: 94%;
    height: 240px;
    margin: 30px auto 0;
}

.mem_wrap .list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 16px 0;
}

.mem_wrap .list_item:last-child {
    border-bottom: 0;
}

.mem_wrap .list_item .label_area {
    display: flex;
    align-items: center;
}

.mem_wrap .list_item .label_area span {
    padding: 0;
}

.mem_wrap .list_item .label_area span.label {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

.mem_wrap .list_item .label_area span.desc {
    color: var(--gray);
    padding-left: 4px;
}

.mem_wrap .count_btn {
    vertical-align: top;
    box-sizing: border-box;
    width: 140px;
}

.mem_wrap .count_btn .btn_area {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: 0;
}

.mem_wrap .count_btn .btn_area .ico_typ {
    width: 36px;
    height: 36px;
    background: var(--white);
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer;
}

.mem_wrap .count_btn .btn_area .btn_minus {
    background-image: url(../../images/temp102/common/minus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.mem_wrap .count_btn .btn_area .btn_plus {
    background-image: url(../../images/temp102/common/plus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.mem_wrap .count_btn .btn_area .inp_num {
    font-family: 'pretendard';
    font-size: 18px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 22%;
    border: 0;
}

.mem_wrap .alert-notice {
    display: block;
    /*color: #b3a9a9;*/
    color: rgb(237 83 81 / 70%);
    font-size: 14px;
    line-height: 12px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.radio-area {
    width: 100%;
    margin: 0 auto;
}

.radio-area:after {
    display: block;
    content: '';
    clear: both;
}

.mem_wrap .seat-block {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 15px;
    float: left;
    color: var(--black);
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: var(--white)fff;
    margin-bottom: 10px;
}

.mem_wrap .seat-block:hover {
    border: 1px var(--primary) solid;
}

.mem_wrap .is-checked {
    background-color: var(--primary);
    color: var(--white);
    border: 1px var(--primary) solid;
}

.mem_wrap .is-checked a {
    color: var(--white) !important;
}

.mem_wrap .seat-block a.radio-txt {
    display: block;
    text-align: center;
    font-size: 15px;
    color: var(--black);
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

/* option */
.option_wrap .list {
    width: 94%;
    margin: 0 auto 0;
}

.option_wrap .list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 20px 0;
}

.option_wrap .list_item .label_area {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

.option_wrap .list_item .label_area span.label {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.option_wrap .list_item .label_area span.desc {
    color: var(--gray);
    font-size: 14px;
}

.option_wrap .count_btn {
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}

.option_wrap .count_btn .btn_area {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border: 0
}

.option_wrap .count_btn .btn_area .ico_typ {
    width: 36px;
    height: 36px;
    background: var(--white);
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer;
}

.option_wrap .count_btn .btn_area .btn_minus {
    background-image: url(../../images/temp102/common/minus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.option_wrap .count_btn .btn_area .btn_plus {
    background-image: url(../../images/temp102/common/plus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.option_wrap .count_btn .btn_area .inp_num {
    font-family: 'pretendard';
    font-size: 18px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 20%;
    border: 0;
}

.option_wrap .price_area {
    width: 100%;
    padding: 20px 0;
}

.option_wrap .price_area ul {
    display: flex;
    justify-content: end;
}

.option_wrap .price_area ul li {
    text-align: right;
    line-height: 26px;
}

.option_wrap .price_area ul li span {
    color: #1758d1;
}

.option_wrap .price_area div {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}

/* option-tour */
.option_tour .layer_tit ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.option_tour .layer_tit ul .depth1Ti {
    width: 90%;
    font-weight: 700;
    line-height: 1.3;
}

.option_tour .layer_tit ul .depth2Ti {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: start;
}

.option_tour .layer_tit ul .depth2Ti span {
    display: block;
    line-height: 1.3;
}

.option_tour .layer_tit ul .depth2Ti span:first-child {
    color: var(--black);
    white-space: nowrap;
}

.option_tour .layer_tit ul .depth2Ti span:last-child {
    color: var(--primary);
    margin-left: 6px;
}

.option_tour div dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    letter-spacing: -0.4px;
}

.option_tour div dl dt {
    color: var(--black);
    font-weight: 500;
}

.option_tour div dl dd {
    font-weight: 600;
    color: var(--black);
}

.option_tour .area01 {
    width: 92%;
    margin: 0 auto;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px dashed rgb(0 0 0 / 30%);
}

.option_tour .area02 {
    width: 92%;
    margin: 0 auto;
    height: 250px;
    overflow-y: auto;
    margin: 20px auto 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    border-top: 1px dashed rgb(0 0 0 / 30%);
}

.option_tour .area02 dl {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.option_tour .area02 dl:first-child {
    margin-top: 0;
}

.option_tour .area02 dl dt {
    display: flex;
    flex-direction: column;
}

.option_tour .area02 dl dt span.label {
    font-weight: 600;
}

.option_tour .area02 dl dt span.desc {
    font-size: 15px;
    color: var(--gray);
    white-space: nowrap;
}

.option_tour .area02 dl .count_btn {
    width: 50%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border: 0
}

.option_tour .area02 dl .count_btn .ico_typ {
    width: 36px;
    height: 36px;
    min-height: auto;
    background: var(--white);
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer;
}

.option_tour .area02 dl .count_btn .btn_minus {
    background-image: url(../../images/temp102/common/minus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.option_tour .area02 dl .count_btn .btn_plus {
    background-image: url(../../images/temp102/common/plus.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50px;
}

.option_tour .area02 dl .count_btn .inp_num {
    font-family: 'pretendard';
    font-size: 22px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 20%;
    border: 0;
}

.option_tour .priceArea {
    position: absolute;
    bottom: 13.6%;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 3%);
    padding: 20px 4%;
    display: flex;
    flex-direction: column;
}

.option_tour .priceArea dl {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.option_tour .priceArea dl dt {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
}

.option_tour .priceArea dl dd {
    display: flex;
    flex-direction: column;
}

.option_tour .priceArea dl dd span {
    text-align: right;
    font-size: 15px;
}

.option_tour .priceArea dl dd span:first-child {
    color: var(--primary);
    font-weight: 600;
    font-size: 22px;
    text-align: right;
}

.option_tour .priceArea ul {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.option_tour .priceArea ul li {
    text-align: right;
    line-height: 26px;
    margin-top: 6px;
}

.option_tour .priceArea ul li:first-child {
    margin-top: 0;
}

.option_tour .btnReservation {
    width: 100%;
    margin: 20px auto 10px;
}

/*
.option_wrap .content .cont {width: 94%; margin: 40px auto 60px; letter-spacing: -0.4px;}
.option_wrap .content .cont::after {display: block; content: ''; clear: both;}
.option_wrap .content .cont .dt {font-weight:500; font-size: 16px; color:#1c1c1c;}
.option_wrap .content .cont .dd {font-weight:500; font-size: 16px; color:#1c1c1c;}
.option_wrap .content .cont .bookingDate {display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom:1px solid rgb(0 0 0 / 10%); margin-bottom: 30px;}
.option_wrap .content .cont .item_list {width:100%; overflow:hidden; overflow-y:auto; min-height: 160px; padding-bottom: 30px;}
.option_wrap .content .cont .item_list .dt {margin-bottom: 10px;}
.option_wrap .content .cont .item {display: flex; justify-content: space-between; align-items: center;padding: 10px 0;}
.option_wrap .content .cont .item .label_area {display: flex; flex-direction:column-reverse; margin-right: 30px;}
.option_wrap .content .cont .item .label_area .label {color: #1c1c1c; font-size: 18px; font-weight:600;}
.option_wrap .content .cont .item .label_area .label small {font-size: 12px; font-weight: 300; color:#13b0b5; opacity: .8;}
.option_wrap .content .cont .item .label_area .desc {color: #1c1c1c; font-weight: 500; font-size: 14px; letter-spacing: -0.4px; margin-bottom: 6px;}
.option_wrap .content .cont .count_btn {width:141px; vertical-align: top;box-sizing: border-box;}
.option_wrap .content .cont .count_btn .btn_area {position: relative; text-align: center; display: flex; justify-content: space-between; align-items:center; padding: 0; border:0;}
.option_wrap .content .cont .count_btn .btn_area .ico_typ {width: 36px;height: 36px;background: #fff;border:1px solid #e5e5e5;outline: none;cursor: pointer;}
.option_wrap .content .cont .count_btn .btn_area .btn_minus {background-image: url(../../images/temp102/common/minus.svg);background-size: 22px;background-repeat: no-repeat;background-position: 50%; border-radius: 2px 0 0 2px;}
.option_wrap .content .cont .count_btn .btn_area .btn_plus {background-image: url(../../images/temp102/common/plus.svg);background-size: 22px;background-repeat: no-repeat;background-position: 50%; border-radius: 0 2px 2px 0;}
.option_wrap .content .cont .count_btn .btn_area .inp_num {font-size: 18px;color: #1c1c1c; font-weight:600; width:70px; height: 36px; border: 0; border-top: 1px solid#e5e5e5; border-bottom: 1px solid#e5e5e5; border-radius: 0; text-align: center !important;}
.option_wrap .content .price_area {position: absolute; bottom: 13%; width:100%; padding:36px 0 0; background: #fafafa; display: flex; flex-direction: column;}
.option_wrap .content .price_area .inner {width: 94%; margin: 0 auto; padding-bottom: 30px; display: flex; justify-content: space-between; }
.option_wrap .content .price_area .inner div {letter-spacing: -0.4px;}
.option_wrap .content .price_area .inner div:first-child {width: 30%; font-size: 16px; font-weight: 400; color: #1c1c1c; line-height: 24px; text-align: left;}
.option_wrap .content .price_area .inner .price_data {width: 70%; display: flex; flex-direction: column;}
.option_wrap .content .price_area .inner .price_data .area01 {width: 100%; color:#13b0b5; font-weight:600; font-size: 22px; line-height: 28px; text-align: right; letter-spacing: -0.4px;}
.option_wrap .content .price_area .inner .price_data .area01 .won {color:#13b0b5; font-weight:600; font-size: 18px;}
.option_wrap .content .price_area .inner .price_data .area02 {width: 100%; font-size: 14px; font-weight: 400; color:rgb(0 0 0 / 80%); line-height: 22px; text-align: right;}
.option_wrap .content .price_area .inner .price_data .area03 {display: flex; justify-content: end;align-items: center;width: 100%; font-size: 14px; font-weight: 300; color:rgb(0 0 0 / 50%); line-height: 18px; text-align: right; white-space: nowrap;}
.option_wrap .content .price_area .inner .price_data .area03 .ti {color:rgb(0 0 0 / 70%); font-size: 14px; margin-right: 10px; padding-top: 0; line-height: 18px;}
.option_wrap .content .price_area .btnReservation {width:100%; height: 60px; font-size: 18px; color:#fff; display: flex; justify-content: center; align-items: center; border-radius: 0 0 0 0; cursor: pointer;}
*/
/* option-tour 
.option_tour {width: 100vw; height:80vh; left: 50%; bottom:0; position: absolute; background:var(--white); transform:translateX(-50%);border-radius: 20px 20px 0 0; padding: 20px 0 0;}
.option_tour .ti {width:90%; padding-top:6px; font-size: 20px; font-weight: 600; line-height: 26px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; letter-spacing: -0.4px;}
.option_tour .cont {width: 94%; margin: 40px auto 60px; letter-spacing: -0.4px;}
.option_tour .cont::after {display: block; content: ''; clear: both;}
.option_tour .cont .dt {font-weight:500; font-size: 16px; color:var(--black);}
.option_tour .cont .dd {font-weight:500; font-size: 16px; color:var(--black);}
.option_tour .cont .bookingDate {display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom:1px solid rgb(0 0 0 / 10%); margin-bottom: 20px;}

.option_tour .list_item {display: flex; flex-direction: column;}
.option_tour .list_item .item {display: flex; justify-content: space-between; align-items: center; margin: 16px 0 16px;}
.option_tour .list_item .item li:first-child {width: 55%; display: flex; flex-direction: column; letter-spacing: -0.4px; margin-right: 5%;}
.option_tour .list_item .item li:first-child span:first-child { color: var(--black); font-weight:700; font-size: 20px; margin-bottom: 6px;}
.option_tour .list_item .item li:first-child span:last-child { color: var(--black); font-weight: 500; font-size: 16px; letter-spacing: -0.6px;}
.option_tour .list_item .item li:last-child {width: 34%; position: relative; text-align: center; display: flex; justify-content: space-between; align-items:center;}
.option_tour .list_item .item li:last-child  button {width: 40px;height: 40px; display: flex;align-items: center;justify-content: center; position: relative;border:1px solid #e5e5e5;outline: none;cursor: pointer;}
.option_tour .list_item .item li:last-child  button:disabled {background: #f7f7f7;}
.option_tour .list_item .item li:last-child .minus::before {content:''; width:17px; height:1px; background:var(--black)}
.option_tour .list_item .item li:last-child .plus::before {content:''; width:17px; height:1px; background:var(--black)}
.option_tour .list_item .item li:last-child .plus::after {content:''; position: absolute;top: calc(50% - 8px);left: 49%; width:1px; height:17px; background:var(--black)}
.option_tour .list_item .item li:last-child .inp_num {font-family: 'pretendard'; font-size: 20px; color: var(--black); text-align: center; font-weight:600;width:33%; border: 0;}

.option_tour .price_area {position: absolute; bottom: 13%; width:100%; padding:36px 0 0; background: #fafafa; display: flex; flex-direction: column;}
.option_tour .price_area .inner {width: 94%; margin: 0 auto; padding-bottom: 30px; display: flex; justify-content: space-between; }
.option_tour .price_area .inner div {letter-spacing: -0.4px;}
.option_tour .price_area .inner div:first-child {width: 30%; font-size: 16px; font-weight: 400; color: var(--black); line-height: 24px; text-align: left;}
.option_tour .price_area .inner div:last-child {width: 70%; display: flex; flex-direction: column; text-align: right;}
.option_tour .price_area .inner div:last-child span:first-child { width: 100%; color:var(--primary); font-weight:700; font-size: 22px; line-height: 28px; text-align: right; letter-spacing: -0.4px;}
.option_tour .price_area .inner div:last-child span:nth-child(2) {width: 100%; font-size: 14px; font-weight: 400; color:rgb(0 0 0 / 80%); line-height: 22px; text-align: right; margin-bottom: 10px;}
.option_tour .price_area .inner div:last-child span:last-child {display: flex; justify-content: end;align-items: center;width: 100%; font-size: 14px; font-weight: 400; color:var(--black); line-height: 24px; text-align: right; white-space: nowrap;}
.option_tour .price_area .inner div:last-child span:last-child .ti {color:var(--gray); font-size: 14px; margin-right: 10px; padding-top: 0; line-height: 18px;}
.option_tour .price_area .btnReservation {width:100%; height: 60px; font-size: 18px; color:var(--white); display: flex; justify-content: center; align-items: center; border-radius: 0 0 0 0; cursor: pointer;}
*/

/* filter */
.btn_filter {
    height: 48px;
    padding: 0 26px;
    border: rgb(0 0 0 / 10%) 1px solid;
    border-radius: 30px;
    background: var(--black);
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    box-shadow: rgb(0 0 0 / 20.6%) 1px 5.8px 6.8px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_filter>span {
    margin-left: 4px;
    line-height: 1.43;
    font-size: 18px;
    color: var(--white);
}

.btn_filter>svg {
    fill: var(--white);
}

.filter_wrap .cont_box .reset {
    font-weight: 500;
    color: #555;
    font-size: 14px;
    float: left;
    border: 2px solid rgba(0, 0, 0, .4);
    border-radius: 40px;
    padding: 8px 14px;
    text-align: center;
    cursor: pointer;
}

.filter_wrap .cont_box .filter_tab {
    width: 92%;
    margin: 30px auto 10px;
    flex-direction: row;
}

.filter_wrap .cont_box .filter_tab:after {
    display: block;
    content: '';
    clear: both;
}

.filter_wrap .cont_box .filter_tab div {
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 25px;
    padding: 6px 14px;
    text-align: center;
    color: var(--gray);
    font-size: 15px;
    font-weight: 500;
    margin: 0 6px 6px 0;
    float: left;
    cursor: pointer;
}

.filter_wrap .cont_box .filter_tab div.active {
    color: var(--primary);
    border-color: var(--black);
}

.filter_wrap .cont_box .filter_tab .reset {
    display: flex;
    align-items: center;
    color: var(--gray);
    padding: 6px 14px;
    border: 1px solid rgb(0 0 0 / 30%);
}

.filter_wrap .cont_box .filter_tab .reset svg {
    width: 20px;
    height: 20px;
    fill: var(--gray);
    margin-right: 6px;
}

.filter_wrap .cont_box .filter_tab .reset:hover {
    background: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .8);
    color: var(--white);
}

.filter_wrap .cont_box .filter_tab .reset:hover svg {
    fill: var(--white);
}

.filter_wrap .cont_box .select_area {
    width: 92%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
}

.filter_wrap .cont_box .item_list .item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_wrap .cont_box .item_list .item .tit {
    width: 70%;
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
    text-align: left;
    margin-bottom: 0;
}

.filter_wrap .cont_box .item_list .item .inpBox {
    border: none;
    height: 48px;
    line-height: 48px;
    text-align: right;
    margin-right: 40px;
    width: 28%;
    font-size: 16px;
}

.filter_wrap .cont_box .item_list .item .terms_check {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

.filter_wrap .cont_box .item_list .item .terms_check input[type="checkbox"] {
    display: none;
}

.filter_wrap .cont_box .item_list .item .terms_check input[type="checkbox"]+label span {
    width: 20px;
    height: 20px;
    margin: -1px 5px 0 0;
    vertical-align: middle;
    border: 1px solid rgb(0 0 0 / 30%);
    background: none;
    border-radius: 20px;
    float: left;
}

.filter_wrap .cont_box .item_list .item .terms_check input[type="checkbox"]:checked+label span {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

/* golf reservation */
.modal_body {
    width: 92%;
    height: 67vh;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow-y: auto;
}

.modal_body .tit {
    font-weight: 600;
    color: var(--black);
    font-size: 15px;
    margin-bottom: 14px;
}

.modal_body #golf_selected_check {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.modal_body #golf_selected_check .view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px
}

.modal_body #golf_selected_check .view .gt {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.modal_body #golf_selected_check .view .price_box {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.modal_body .inp_base {
    margin-bottom: 10px;
}

.modal_body .total_priceArea {
    margin: 10px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_body .total_priceArea .ti {
    font-weight: 500;
    color: var(--black);
    font-size: 15px;
}

.modal_body .total_priceArea .ti span {
    color: #f1862f;
    margin-left: 6px;
}

.modal_body .check {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal_body .check .check_btn {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
}

.modal_body .check .check_btn:hover {
    cursor: pointer;
}

.modal_body .check .btn_on {
    border: 1px solid var(--black);
    border-radius: 50%;
    background: url(../../images/temp102/common/check_01_hover.svg) 50% 50%/16px 16px no-repeat;
}

.modal_body .check .btn_off {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50%;
    background: var(--white) url(../../images/temp102/common/check_01_off.svg) 50% 50%/16px 16px no-repeat;
}

.modal_body .check .btn_off:hover {
    border: 1px solid rgb(0 0 0 / 4%);
    background: rgb(0 0 0 / 4%) url(../../images/temp102/common/check_01_off.svg) 50% 50%/16px 16px no-repeat;
}

.modal_body .check:last-child {
    display: flex;
    justify-content: start;
    align-items: center;
}

.modal_body .jg_total_amount {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.modal_body .jg_total_amount span:first-child {
    color: var(--black);
    margin-right: 10px;
}

.modal_body .jg_total_amount span:last-child {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}

.modal_body .guide {
    margin-bottom: 20px;
}

.modal_body .guide dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 6px;
}

.modal_body .guide dl dt {
    margin-right: 6px;
    color: var(--black);
}

.modal_body .guide dl dd {
    color: rgb(0 0 0 /60%);
}

.modal_body .guide .note_wrap {
    background: rgb(0 0 0 / 2%);
    border-radius: 2px;
    padding: 10px;
    height: auto;
}

.modal_body .guide .note li {
    font-size: 14px;
    color: var(--gray);
    position: relative;
    padding-left: 10px;
    line-height: 22px;
    margin-bottom: 8px;
}

.modal_body .guide .note li:after {
    content: '-';
    float: left;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.modal_body .guide .guide_ul {
    padding: 0px 25px;
}

.modal_body .semi {
    text-align: center;
}

#smallPopup {
    z-index: 99999999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#smallPopup_arti {
    width: 100%;
    height: 94%;
    position: absolute;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    /*top: 52%;*/
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0px;
    border-radius: 20px 20px 0 0;
}

#smallPopupData {
    width: 94%;
    margin: 0 auto;
    /*overflow-y: auto;*/
    padding-bottom: 20vh;
}

#smallPopupSec {
    z-index: 99999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#smallPopupSec_arti {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 30px 20px;
}

#smallPopupSecData {
    height: 100%;
    overflow-y: auto;
}

#smallPopupWhite {
    z-index: 99999999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#smallPopupWhite_arti {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 30px 20px;
}

#smallPopupWhiteData {
    height: 100%;
}

#closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/*애니메이션 로딩용*/
@-webkit-keyframes CreateLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .30
    }

    100% {
        opacity: 1
    }
}

@keyframes CreateLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .30
    }

    100% {
        opacity: 1
    }
}

.beforeCreateLoading {
    /*	text-indent: -9999px;*/
    width: 80%;
    height: 80%;
    margin-bottom: 4px;
    background-color: rgb(240, 242, 245) !important;
    animation: 1600ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite CreateLoading;
}

.beforeCreateLoadingVer1 {
    margin-bottom: 4px !important;
    background-color: rgb(240, 242, 245) !important;
    animation: 1600ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite CreateLoading;
}


/* -----------------
       회사소개
-----------------*/
.page_company_intro .intro {
    width: 100%;
    max-width: 1280px;
    padding: 80px 0 40px;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.page_company_intro .intro img {
    width: 100%;
}

.page_company_intro .content {
    padding-top: 0;
}