h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 22px;
}

h3 {
    font-size: 26px;
    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%;
    margin: 0 auto;
    position: relative;
}

.content {
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 120px;
}

.content .tit {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 44px;
}

.content .tit p {
    width: 80%;
    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: 60px;
}

.btn_double {
    width: 50%;
    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: 50px auto;
}

.btn_single button {
    width: 30%;
}

.noti {
    color: #ea2626
}

.notice_icon {
    font-size: 15px;
    color: rgb(237 83 81 / 70%);
    background: url(../../images/temp102/common/notice.svg) 0 0 / 16px no-repeat;
    padding-left: 20px;
}

.mobile {
    display: none;
}

.noData {
    width: 100%;
    height: 130px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*common*/
.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;
}

.bookMark:hover {
    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;
    border-radius: 25px;
    cursor: pointer;
}

.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;
    border-radius: 25px;
    cursor: pointer;
}

.itemArrow {
    width: 100%;
    max-width: 1340px;
    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%);
}

.titArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 300px;
}

.itemArea .item {
    position: relative;
}

/*
.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;}
.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; border-radius: 25px; cursor: pointer;}
*/
.itemArea .item .item_img {
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw no-repeat;
}

.itemArea .item .item_img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.itemArea .item .item_info {
    width: 100%;
}

.itemArea .item .item_info::after {
    display: block;
    content: '';
    clear: both;
}

.itemArea .item .item_info .badge_area {
    margin-bottom: 10px;
}

.itemArea .item .item_info .tit {
    width: 100%;
    color: var(--black);
    font-size: 18px;
    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: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.itemArea .item .item_info .price {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    cursor: pointer;
}

.mobile_reservation {
    display: none;
}

.filter {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
}

.filter div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid var(--black);
    border-radius: 25px;
    padding: 7px 17px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.filter div:hover {
    border: 1px solid var(--black);
    background: var(--black);
}

.filter div:hover span {
    color: var(--white);
}

.filter div:hover svg {
    fill: var(--white);
}

.filter div:first-child {
    margin-left: 0;
}

.filter div:last-child {
    display: none;
    /* background: url(../../images/temp102/reset.svg) 0 40% / 20px no-repeat; padding-left: 20px; border: 0;*/
}

.filter div:last-child svg {
    opacity: .6;
}

.filter div:last-child:hover svg {
    opacity: 1;
}

.filter div:last-child:hover span {
    color: var(--black);
    opacity: 1;
}

.filter div svg {
    fill: var(--black);
}

.filter div span {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    margin-left: 4px;
}

.searchArea {
    display: flex;
    flex-direction: column;
}

.searchArea ul {
    display: flex;
    justify-content: space-between;
}

.searchArea ul .inp_sel {
    width: 20%;
}

.searchArea ul li:nth-child(2) {
    width: 64%;
    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 .inner {
    width: 94%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

header.type1 .inner .back {
    display: none;
}

header.type1 .inner h1 {
    max-width: 180px;
    max-height: 60px;
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
}

header.type1 .inner h1 img {
    width: 100%;
    height: auto;
    border: 0;
    cursor: pointer;
}

header.type1 .inner .gnbArea {
    width: 70%;
    min-width: 896px;
    display: flex;
    justify-content: end;
    align-items: center;
}

 .inner .gnbArea ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type1 .inner .gnbArea .mobile {
    display: none;
}

header.type1 .inner .gnbArea .pc li.gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white)
}

header.type1 .inner .gnbArea .pc li.gnb span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 30px;
    cursor: pointer;
}
header.type1 .inner .gnbArea .pc li.gnb span.special_link.trip{
    height: 25px;
    width: 112px;
    background: url(../../images/temp106/common/special_trip_w.png) center/ cover no-repeat;
}
header.type1 .inner .gnbArea .pc li.gnb span.special_link.honey{
    height: 25px;
    width: 124px;
    background: url(../../images/temp106/common/special_honey_W.png) center/ cover no-repeat;
}
header.type1 .inner .gnbArea .pc li.gnb span:first-child {
    margin-left: 0;
}

header.type1 .inner .gnbArea .pc li.aside {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 34px;
    padding-left: 34px;
    color: var(--white);
    font-weight: 200;
    opacity: .8;
}

header.type1 .inner .gnbArea .pc li.aside::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background: rgb(255 255 255 / 50%);
}

header.type1 .inner .gnbArea .pc li.aside span {
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

header.type1 .inner .gnbArea .pc li.aside span:first-child {
    margin-left: 0;
}

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, 1);
    /*0.72*/
    /*backdrop-filter: blur(6px);*/
    padding: 30px 0 26px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 30
}

header.type2 .inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header.type2 .inner .back {
    display: none;
}

header.type2 .inner h1 {
    /* width: 30%; */
    height: 36px;
    display: flex;
    align-items: center;
}

header.type2 .inner h1 .logo {
    max-width: 180px;
    max-height: 60px;
    width: 180px;
    height: 60px;
    cursor: pointer;
}

header.type2 .inner h1 .logo img {
    width: 100%;
}

header.type2 .inner .gnbArea {
    width: 80%;
    /* min-width: 896px; */
    display: flex;
    justify-content: end;
    align-items: center;
}

header.type2 .inner .gnbArea ul {
    display: flex;
    justify-content: end;
    align-items: center;
}
header.type2 .inner .gnbArea .gogolf_only {
    display: none;
}
header.type2 .inner .gnbArea .mobile {
    display: none;
}

header.type2 .inner .gnbArea .pc li.gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.type2 .inner .gnbArea .pc li.gnb span {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-left: 30px;
    padding: 0 6px;
    cursor: pointer;
}

header.type2 .inner .gnbArea .pc li.gnb span.special_link{
    height: 29px;
}
header.type2 .inner .gnbArea .pc li.gnb span.special_link.trip{
    height: 25px;
    width: 112px;
    background: url(../../images/temp106/common/special_trip.png) center/ cover no-repeat;
}
header.type2 .inner .gnbArea .pc li.gnb span.special_link.honey{
    height: 25px;
    width: 124px;
    background: url(../../images/temp106/common/special_honey.png) center/ cover no-repeat;
}
header.type2 .inner .gnbArea .pc li.gnb span:first-child {
    margin-left: 0;
}

header.type2 .inner .gnbArea .pc li.gnb span:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 5px;
    bottom: -30px;
}

header.type2 .inner .gnbArea .pc li.gnb span:hover:after,
header.type2 .inner .gnbArea .pc li.gnb span.selected:after {
    background: var(--primary);
    width: calc(100% - 10px);
    transition: all .3s ease-out;
}

header.type2 .inner .gnbArea .pc li.gnb span:hover,
header.type2 .inner .gnbArea .pc li.gnb span.selected {
    transition: all .3s ease-out;
}

header.type2 .inner .gnbArea .pc li.aside {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 34px;
    padding-left: 34px;
    color: var(--black);
    opacity: .8;
}

header.type2 .inner .gnbArea .pc li.aside::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background: rgb(0 0 0 / 50%);
}

header.type2 .inner .gnbArea .pc li.aside span {
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}

footer {
    width: 100%;
    background: var(--black);
    padding: 60px 0;
}

footer .ti {
    color: #d2d2d2;
    font-size: 18px;
    margin-bottom: 40px;
}

footer .footer_menu {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

footer .footer_menu span {
    display: block;
    margin-right: 26px;
    cursor: pointer;
}

footer .footer_menu span a {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 500;
}

footer .footer_info {
    color: #9a9a9a;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

footer .footer_info p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 6px;
}

.layer_btn {
    position: fixed;
    bottom: 30px;
    right: 3%;
    z-index: 99;
}

.layer_btn .btn {
    width: 48px;
    height: 48px;
    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%;
}

/*visual*/
.main_Banner {
    position: relative;
    width: 100%;
    height: 920px;
    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;
    cursor: pointer;
}

.main_Banner .visual::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .0);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.main_Banner .visual .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 90px;
    z-index: 2;
}

.main_Banner .visual .inner::after {
    display: block;
    content: '';
    clear: both;
}

.main_Banner .visual .inner .bannerInfo {
    width: 50%;
    color: var(--white);
}

.main_Banner .visual .inner .bannerInfo .main {
    width: 100%;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.6px;
    word-break: keep-all;
    max-height: 152px;
    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: 22px;
    margin-top: 18px;
    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;
    top: 50%;
    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 transparent;
}

.slick_arrow .prev {
    position: absolute;
    left: 30px;
}

.slick_arrow .next {
    position: absolute;
    right: 30px;
}

.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: 50%;
    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: 50%;
    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: 25.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 {
    width: 458px;
    margin-left: 184px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 33;
}

.main_Banner .main_search .inner {
    width: 100%;
}

.main_Banner .main_search .inp_base {
    width: 100%;
    height: 66px;
    border-bottom: 2px solid;
    border-color: rgb(255 255 255 /60%);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background: transparent;
    font-size: 32px;
    font-weight: 500;
    color: var(--white);
    position: relative;
    padding: 12px 70px 12px 16px;
}

.main_Banner .main_search .inp_base:focus {
    width: 100%;
    height: 66px;
    border-bottom: 2px solid rgb(255 255 255 /100%);
    border-top: 2px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background: rgb(0 0 0 /30%);
    padding: 11px 69px 11px 15px;
}

.main_Banner .main_search .inp_base::-webkit-input-placeholder {
    color: rgb(255 255 255 /70%) !important;
    font-weight: 500 !important;
}

.main_Banner .main_search svg {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    fill: var(--white);
    cursor: pointer;
}

/*item01*/
.theme {
    margin: 68px auto 100px;
    max-width: 1280px;
    position: relative;
}

.theme .of_x {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}

.theme .of_x::-webkit-scrollbar {
    display: none;
}

.theme .category {
    position: relative;
    width: 84px;
    margin-left: 65px;
    position: relative;
    cursor: pointer;
}

.theme .category:first-child {
    margin-left: 0;
}

.theme .category .depth1 {
    opacity: .7;
    cursor: pointer;
    filter: grayscale(1);
}

.theme .category .depth1 span {
    display: block;
    text-align: center;
}

.theme .category .depth1 span:last-child {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
}

.theme .category .depth1 .icon {
    width: 84px;
    height: 84px;
    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 .category .depth1 .icon svg.st0 {
    fill: var(--primary);
}

.theme .category .depth1 .icon svg.st1 {
    fill: var(--black);
}

.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 .depth2 {
    min-width: 160px;
    position: absolute;
    top: 120px;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 20px 20px 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: 22px;
    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: 22px;
    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 {
    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;
    cursor: pointer;
    white-space: nowrap;
}

.theme .depth2 .area01 .close {
    cursor: pointer;
    text-align: right;
}

.theme .depth2 .area01 .close svg {
    width: 30px;
    height: 30px;
    margin-right: -6px;
}

.theme .depth2 .area02 {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px;
}

.theme .depth2 .area02 .item {
    width: 100%;
    border-left: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: row;
    margin-left: 26px;
    padding-left: 26px;
}

.theme .depth2 .area02 .item:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.theme .depth2 .area02 .item dl dt {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
    cursor: pointer;
}

.theme .depth2 .area02 .item dl dd {
    color: var(--gray);
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.theme .depth2 .area02 .item dl dd:last-child {
    margin-right: 0;
}

.theme .depth2 .area02 .item dl dd:hover {
    color: var(--black);
    text-decoration: underline;
}

/*item02*/
.itemLayout1 {
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.itemLayout1 h2 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
}

.itemLayout1 .itemArea {
    max-width: 1280px;
    margin: 0 auto;
}

.itemLayout1 .itemArea .item .item_img {
    margin-bottom: 14px;
    width: 100%;
    height: 232px;
}

.itemLayout1 .itemArrow {
    top: 34%
}

/*item03*/
.eventArea {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 110px;
    display: flex;
    flex-direction: column;
}

.eventArea .titArea ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
}

.eventArea .titArea ul li:first-child {
    font-weight: 300;
    color: var(--black);
    border-radius: 20px;
    padding: 1px 11px;
    border: 1px solid var(--black);
    margin-right: 10px;
}

.eventArea .titArea ul li:last-child {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 15px;
    cursor: pointer;
}

.eventArea .titArea ul li:last-child svg {
    fill: var(--black);
}

.eventArea .itemArea {
    min-height: auto;
}

.eventArea .itemArea .item {
    width: 100%;
    height: 22vw;
    max-height: 308px;
}

.eventArea .itemArea .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}

/*item04*/
.itemLayout2 {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #f7fbfa 50%, var(--white)50%);
    position: relative;
}

.itemLayout2 .itemArrow {
    top: 46%
}

.itemLayout2 h2 span {
    font-size: 18px;
    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.selected {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
}

.itemLayout2 .itemArea {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.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: 228px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: rgb(0 0 0 / 4%) url(../../images/common/no_image.svg) 50% 50% / 4vw 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: 300;
    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 120px;
    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 {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.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% / 4vw 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: 12px;
}

.itemLayout3 .itemArea .item .item_info .sti {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: var(--gray);
    letter-spacing: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.itemLayout3 .moreArea {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

.itemLayout3 .moreArea .more {
    position: relative;
    width: 274px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--black);
    cursor: pointer;
}

.itemLayout3 .moreArea .more span {
    color: var(--black);
    font-size: 20px;
}

.itemLayout3 .moreArea .more span:first-child {
    font-weight: 600;
    margin-right: 6px;
}

.itemLayout3 .moreArea .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 .moreArea .more:hover {
    animation: bannerLeftArrow 1s infinite alternate ease-in-out;
}

.custmer {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
}

.custmer .box {
    width: 410px;
    background: #f3f3f3;
    border-radius: 0;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 26px;
    position: relative;
    cursor: pointer;
}

.custmer .box:first-child {
    cursor: default;
}

.custmer .box:last-child {
    margin-right: 0;
}

.custmer .box .icon {
    background: var(--white);
    border-radius: 7px 7px 0 7px;
    padding: 10px 12px;
    display: flex;
}

.custmer .box .icon svg {
    width: 34px;
    height: 34px;
}

.custmer .box ul {
    margin-left: 20px;
}

.custmer .box ul li:first-child {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.custmer .box ul li:last-child {
    color: var(--lightgray);
    font-size: 14px;
    font-weight: 400;
}

.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 {
    border-top: 1px solid #e8e8e8;
}

.noti .wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: flex;
}

.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 {
    width: 8%;
    color: var(--black);
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.noti .wrap ul li.tit svg {
    color: var(--black);
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.noti .wrap ul li:last-child {
    width: 92%;
    border-bottom: 1px solid transparent;
}

.noti .wrap ul li:last-child ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.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);
    white-space: nowrap;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}

.noti .wrap ul li:last-child ul li span:first-child {
    width: 80%;
}

.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 {
    width: 20%;
    text-align: right;
    color: var(--gray);
    font-size: 16px;
    letter-spacing: -0.6px;
    padding-right: 10px;
}

/*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 & modify*/
.join_wrap {
    width: 45%;
    margin: 12% auto 0;
    padding-top: 0;
}

.join_wrap .tit p {
    font-size: 15px;
    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: 18px;
}

.join_wrap .form {
    border-top: 1px solid var(--black);
    padding-top: 16px;
    margin-bottom: 70px;
}

.join_wrap .form dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.join_wrap .form dl:nth-child(3) dd {
    padding: 16px 0;
}

.join_wrap .form dl:last-child dd {
    padding: 10px 0;
}

.join_wrap .form dl dt {
    width: 20%;
    font-size: 16px;
    color: var(--black);
    padding-left: 20px;
}

.join_wrap .form dl dt span {
    position: relative;
}

.join_wrap .form dl dt span::before {
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    content: '*';
    color: var(--red);
}

.join_wrap .form dl dd {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.join_wrap .form dl dd>* {
    flex: 1;
    margin-right: 10px;
}

.join_wrap .form dl dd span {
    font-size: 16px;
}

.join_wrap .form dl dd .sel_base {
    width: 100%;
    display: flex;
    align-items: center;
}

.join_wrap .form dl dd.email {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.join_wrap .form dl dd.email div {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.join_wrap .form dl dd.email div:first-child .inp_email {
    width: 70.5%;
    flex: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_wrap .form dl dd.email div:first-child .inp_email .inp_base {
    width: 48.5%;
    max-width: 214px;
}

.join_wrap .form dl dd.email div:first-child .inp_email .at {
    font-size: 16px;
    flex: none !important;
    display: inline-block;
    margin: 0 10px;
}

.join_wrap .form dl dd.email div:first-child .inp_sel {
    width: 26%;
    flex: none;
    margin: 0 0 0 2%;
}

.join_wrap .form dl dd.email div:first-child .inp_sel .sel_base {
    margin-top: 0;
}

.join_wrap .form dl dd.email div:last-child {
    margin-top: 10px;
    display: flex;
    justify-content: start;
}

.join_wrap .form dl dd.email div:last-child .btn_joinCheck {
    width: 14%;
    height: 32px;
    border-radius: 25px;
    background: var(--black);
    color: var(--white);
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
}

.join_wrap .form 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 .form 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 .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: 300;
    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: 40%;
}

.join_wrap .btn_single .btn_black {
    width: 100%;
}

/*login*/
.login_wrap {
    width: 30%;
    margin: 12% auto 0;
    padding-top: 0;
}

.login_wrap .form_area {
    width: 100%;
    margin: 0 auto;
}

.login_wrap .form_area li {
    height: 46px;
    line-height: 46px;
    margin-bottom: 14px;
}

.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;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fee500;
    display: block;
    margin: 0 auto;
}

.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 .btnArea {
    width: 100%;
    margin-top: 30px;
}

.login_wrap .btnArea button.btn_type_basic {
    margin-left: 0;
    margin-top: 1%;
}

.login_wrap .btn_double button:last-child {
    margin-left: 0;
}

.login_wrap .btn_single {
    width: 100%;
    margin-top: 30px;
}

.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;
    width: auto;
        height: auto;
}

/*findMember*/
.findMember {
    width: 30%;
    margin: 12% auto 4%;
    padding-top: 0;
}

.findMember .ti {
    margin-bottom: 10px;
    color: var(--black);
    font-weight: 300;
    font-size: 15px;
    margin-top: 40px;
}

.findMember .ti span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.findMember form {
    width: 80%;
    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: 300;
    padding: 14px;
    font-size: 13px;
    line-height: 1.4;
    border-top: 0;
}

/*mypage-main*/
.mypage {
    max-width: 1220px;
    margin: 30px auto;
    padding-bottom: 0;
}

.mypage h3 {
    margin-bottom: 16px;
}

.mypage .greetings {
    width: 100%;
    margin: 60px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage .greetings div {
    width: 80%;
    font-size: 40px;
    font-weight: 300;
    color: var(--black);
}

.mypage .greetings div span {
    color: var(--black);
    font-weight: 500;
}

.mypage .greetings button {
    width: 8%;
    max-width: 98%;
    height: 36px;
    min-height: 36px;
    border-radius: 50px;
    border-color: rgb(0 0 0 / 30%);
}

.mypage .myMenu ul {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.mypage .myMenu ul li {
    width: calc((100% - 1%) / 2);
    margin-right: 1%;
    background: rgb(0 0 0 / 3%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    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: 16px;
}

.mypage .myMenu ul li span:last-child {
    color: var(--primary);
    font-weight: 700;
    font-size: 16px;
    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 {
    margin-top: 50px;
}

.mypage .custmer .box {
    background: var(--white);
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 20px 30px;
    cursor: pointer;
}

.mypage .custmer .box:first-child {
    cursor: default;
}

.mypage .btn_single {
    display: none;
}

/*견적받기*/
.estimate {
    width: 100%;
    max-width: 1220px;
}

.estimate .theme {
    margin-top: 0;
}

.estimate .theme .category {
    margin-left: 4.7%;
}

.estimate .theme .category:first-child {
    margin-left: 0;
}

.estimate .tit p {
    font-size: 16px;
    line-height: 22px;
}

.estimate p {
    font-size: 14px;
    line-height: 22px;
}

.estimate form {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid var(--black);
    padding-top: 16px;
}

.estimate form dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.estimate form dl dt {
    width: 16%;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding-left: 40px;
}

.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: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.estimate form dl dd>* {
    flex: 1;
    margin-right: 10px;
}

.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;
}

.estimate .btn_single {
    width: 30%;
}

/* wishlist */
.wishlist {
    width: 100%;
    max-width: 1220px;
}

.wishlist .tab_area {
    margin-bottom: 20px;
}

.wishlist .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.wishlist .itemArea .item {
    position: relative;
    width: calc((100% - 90px)/4);
    /*flex: 1; min-width: 282px;*/
    margin-left: 30px;
    margin-bottom: 70px;
    cursor: pointer;
}

.wishlist .itemArea .item:nth-child(4n-3) {
    margin-left: 0;
}

.wishlist .itemArea .item .item_img {
    width: 100%;
    height: 45vw;
    max-width: 282px;
    max-height: 282px;
    /*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;
}

/*.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: 20px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.wishlist .itemArea .item .item_info .sti {
    font-size: 13px;
    font-weight: 300;
    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;
}

/* coupon */
.coupon {
    width: 100%;
    max-width: 1220px;
    min-height: 300px;
}

.coupon .box {
    border-bottom: 8px solid rgb(0 0 0 / 4%);
}

.coupon .box:last-child {
    border-bottom: 0
}

.coupon .area01 {
    width: 60%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

.coupon .area01 .inp_base {
    width: 87%;
    margin-right: 1%;
}

.coupon .area01 .btn_coupon {
    width: 12%;
    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 {
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
}

.coupon .area02 ul li {
    width: calc((100% - 30px) /2);
    margin-right: 0;
    border-bottom: 2px solid var(--black);
    color: var(--black);
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.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 {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 60px;
}

.coupon .area02 .list div {
    width: calc((100% - 2%) / 2);
    margin-right: 2%;
    margin-bottom: 16px;
}

.coupon .area02 .list div:nth-of-type(even) {
    margin-right: 0;
}

/*사용가능*/
.available_cp {
    max-height: 140px;
    border-radius: 20px;
    background: rgba(109, 162, 241, 0.09);
    padding: 24px;
    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% / 24px no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: #5178e2;
    border-radius: 100%;
}

.available_cp .tit {
    width: 96%;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    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;
}

.available_cp .available {
    color: #1758d1;
    margin-left: 10px;
}

/*사용불가능*/
.n_available_cp {
    max-height: 140px;
    border-radius: 20px;
    background: rgb(0 0 0 / 4%);
    padding: 24px;
    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: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: #c5c5c5;
    border-radius: 100%;
    opacity: .6;
}

.n_available_cp .tit {
    width: 96%;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    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;
}

.n_available_cp .available {
    color: var(--gray);
    margin-left: 10px;
}

/* myReview */
.myReview {
    max-width: 1220px;
}

.myReview .tit {
    font-size: 34px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.myReview .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 120px;
}

.myReview .itemArea .item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 15px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.myReview .itemArea .item:last-child {
    margin-bottom: 0;
}

.myReview .itemArea .item .item_img {
    width: 30%;
    height: 14.7vw;
    max-width: 212px;
    max-height: 212px;
    /*border-radius:10px; overflow: hidden; background: rgb(0 0 0 / 4%) url(../images/common/no_image.svg) 50% 50% / 4vw no-repeat;*/
}

/*.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: 65%;
    margin-left: 5%;
    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: 18px;
    font-weight: 300;
    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;
    margin-bottom: 6px;
}

.myReview .itemArea .item .item_info p:nth-child(2) {
    width: 100%;
    color: var(--black);
    font-size: 22px;
    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: 16px;
    letter-spacing: -0.4px;
}

.myReview .itemArea .item .item_info .price {
    margin-bottom: 24px;
    cursor: default;
}

.myReview .itemArea .item .item_info .price span:first-child {
    font-size: 18px;
    font-weight: 300;
}

.myReview .itemArea .item .item_info div {
    width: 60%;
    margin-top: 20px;
    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(--primary);
}

.myReview .itemArea .item .item_info div button {
    max-width: 150px;
    margin-right: 6px;
    min-height: 40px;
}

.myReviewView {
    margin-bottom: 80px;
}

.myReviewView .cont {
    width: 100%;
    max-width: 1220px;
    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: 24px;
    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;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
}

.myReviewView .cont .area01 ul {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding: 16px 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: 300;
    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: 40px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.myReviewView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 16px;
    text-align: left;
    white-space: pre-line;
}

.myReviewView .cont .area02 img {
    display: block;
    margin: 0 auto 30px;
}

.myReviewView .cont .area02 .related {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    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 .btn_double {
    width: 50%;
}

.myReviewWrite {
    margin-bottom: 80px;
}

.myReviewWrite .cont {
    width: 100%;
    max-width: 1220px;
    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: 50px;
    line-height: 50px;
}

.myReviewWrite .cont .area01 dl dt {
    width: 15%;
    max-width: 160px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
}

.myReviewWrite .cont .area01 dl dd {
    width: 85%;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.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: 300;
    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 div:first-child:hover {
    border: 1px solid var(--primary);
}

.myReviewWrite .cont .area02 textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 30px;
    border: 0;
}

.myReviewWrite .cont .area02 ul {
    margin: 50px 0 60px;
}

.myReviewWrite .cont .area02 ul {
    display: flex;
    justify-content: center;
}

.myReviewWrite .cont .area02 ul li {
    border: 1px solid var(--gray);
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background: url(../../images/temp102/photo_default.svg) 50% 50% / 100% no-repeat;
    position: relative;
    cursor: pointer;
}

.myReviewWrite .cont .area02 ul li:last-child {
    margin-right: 0;
}


/* reservaList */
.reservaList {
    max-width: 1220px;
    min-height: 600px;
}

.reservaList .list_wrap {
    margin-bottom: 50px
}

.reservaList .list_wrap .area {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
}

.reservaList .list_wrap .area div:first-child {
    font-weight: 600;
    color: var(--black);
    font-size: 26px;
}

.reservaList .list_wrap .area .inp_sel {
    margin-left: 30px;
}

.reservaList .list_wrap .list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 30px 0;
}

.reservaList .list_wrap .list:last-child {
    border-bottom: 0;
}

.reservaList .list_wrap .list .item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    position: relative;
}

.reservaList .list_wrap .list .item .item_img {
    width: 30%;
    max-width: 212px;
    height: 212px;
    border-radius: 6px;
    margin: 0 40px 0 0;
    background: rgb(0 0 0 / 4%) url(../images/common/photo_default.svg) 50% 50% / 2.2vw no-repeat;
}

.reservaList .list_wrap .list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}

.reservaList .list_wrap .list .item .info_area {
    width: 84%;
    display: flex;
    flex-direction: column;
}

.reservaList .list_wrap .list .item .info_area span {
    font-weight: 300;
    font-size: 18px;
}

.reservaList .list_wrap .list .item .info_area .area01 {
    display: flex;
    justify-content: start;
    align-items: center;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.reservaList .list_wrap .list .item .info_area .area01 .date {
    color: var(--black)
}

.reservaList .list_wrap .list .item .info_area .area01 .oderNum {
    color: var(--primary);
    font-weight: 500;
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
}

.reservaList .list_wrap .list .item .info_area .area01 .oderNum::before {
    width: 1px;
    height: 16px;
    background: rgba(0 0 0 / 15%);
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.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: 22px;
    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: 24px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.reservaList .list_wrap .list .item .info_area .area02 .price {
    color: var(--black);
    font-weight: 400;
    letter-spacing: -0.4px;
}

.reservaList .list_wrap .list .item .info_area .area02 .price span:last-child {
    font-size: 22px;
    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: 300px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2px;
    justify-content: flex-start;
}

.reservaList .list_wrap .list .item .info_area .area02 .btn_double button {
    width: 100%;
    max-width: 150px;
    min-height: 40px;
    margin-bottom: 6px;
}

.reservaList .list_wrap .list .item .info_area .area02 .btn_double button:last-child {
    margin-right: 0;
}

.reservaList .payArea {
    background: rgb(0 0 0 / 2%);
    padding: 30px 26px 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/temp102/kakaopay.svg) 0 50% / 70px 29px no-repeat;
    padding-left: 80px;
}

.reservaList .payArea .item .toss {
    width: 70px;
    height: 29px;
    background: url(../../images/temp102/toss.png) 0 50% / 70px 29px no-repeat;
    padding-left: 80px;
}

.reservaList .payArea p {
    text-align: center;
    color: var(--black);
    font-weight: 300;
    margin-top: 20px;
}

.reservaList .payArea .btnReservation {
    width: 30%;
    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; justify-content: start; align-items: center; margin-bottom: 30px;}
.reservaList .list_wrap .airTicket .area02 .route .airRoute {display: flex; justify-content: start; 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: 16px; color:var(--black);}
.reservaList .list_wrap .airTicket .area02 .route .airRoute .arrow {background: url(../../images/temp102/common/arrow_type02_right.svg) 50% 50% / 20px no-repeat; width: 50px; height: 30px;}
.reservaList .list_wrap .airTicket .area02 .route .airTicket_num { margin-left: 20px;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: 16px; color:var(--black); margin-left:10px}
.reservaList .list_wrap .airTicket .area02 .airlineInfo .airline_symbol {width:18px; height:18px;}
.reservaList .list_wrap .airTicket .area02 .airlineInfo .airline_symbol img {width:100%; height:100%;}
.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/temp102/common/flight_depart.svg) 0 50% / 18px no-repeat; color:var(--black);}
.reservaList .list_wrap .airTicket .area02 .come p {background: url(../../images/temp102/common/flight_arrival.svg) 0 50% / 18px no-repeat; color:var(--black);}
.reservaList .list_wrap .airTicket .area02 div p {width: 100%; font-size: 16px; color:var(--black); margin-bottom: 7px; padding-left: 26px;}
.reservaList .list_wrap .airTicket .area02 div ul {float: left; width: 50%; display: flex; justify-content: start;}
.reservaList .list_wrap .airTicket .area02 div ul:last-child {float: right;}
.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:40%; padding:0;}
.reservaList .list_wrap .airTicket .btn_area .btn_gray { width: 100%; min-height: 40px; margin-bottom: 6px; cursor:default;}
*/
/*reservation - tour & golf*/
.reserve {
    background: #f0f0f0;
    padding-bottom: 100px;
    padding-top: 162px;
}

.reserve .tit {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 44px;
}

.reserve .contArea {
    width: 1220px;
    margin: 0 auto;
    background: var(--white);
    padding: 80px 50px 60px;
}

.reserve .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 50px;
}

.reserve .item .item_img {
    width: 50%;
    max-width: 202px;
    height: 202px;
    margin-bottom: 0;
}

.reserve .item .item_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.reserve .item .item_info {
    width: 50%;
    margin-left: 40px;
}

.reserve .item .item_info dl {
    margin-bottom: 30px;
}

.reserve .item .item_info dl dt {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.reserve .item .item_info dl dd {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 26px;
}

.reserve .item .item_info p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: var(--black);
    margin-bottom: 12px;
    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: 16px;
    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: 70px;
}

.reserve .section h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.6px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.reserve .section dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.reserve .section dl dt {
    width: 16%;
    font-size: 16px;
    color: var(--black);
    padding-left: 40px;
}

.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: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.reserve .section dl dd>* {
    flex: 1;
    /*margin-right: 10px;*/
}

.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.email {
    width: 80%;
    display: flex;
    flex-direction: row;
}

.reserve .section dl dd.email .inp_email {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.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: 35%;
    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: 16px;
}

.reserve .section.option p {
    font-size: 16px;
    color: var(--black);
}

.reserve .section.infoInp dl:last-child {
    padding: 10px 0 20px;
}

.reserve .section.infoInp dl:last-child dd {
    color: var(--primary);
    font-size: 16px;
}

.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 span {
    color: var(--primary);
    margin-left: 6px;
}

.reserve .section.guestInp dl dt span::before {
    content: '';
}

.reserve .section.guestInp dl .inp {
    display: flex;
    flex-direction: row;
}

.reserve .section.guestInp dl .inp div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.reserve .section.guestInp dl .inp div span:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
}

.reserve .section.noti {
    color: var(--gray);
    border-top: 0;
}

.reserve .section.noti dl dd {
    width: 84%;
    display: flex;
    flex-direction: column;
}

.reserve .section.noti dl dd p {
    width: 100%;
    line-height: 1.4;
    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: 30px 0 20px;
}

.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 button {
    flex: none;
    width: 160px;
    background: #1758d1;
    color: var(--white);
    height: 50px;
    line-height: 50px;
}

.reserve .section.payment .coupon dl dd .inp_base {
    width: 660px;
}

.reserve .section.payment .coupon dl:last-child {
    margin-bottom: 10px;
}

.reserve .section.payment .coupon dl:last-child dd {
    color: var(--red);
    font-size: 16px;
}

.reserve .section.payment .total {
    width: 100%;
    padding: 24px 0 0;
}

.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: 20px;
    padding-top: 20px;
}

.reserve .section.payment .total ul:last-child li:first-child {
    font-size: 22px;
    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: 14px;
    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: 18px;
}

.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 {
    color: var(--black);
    cursor: pointer;
}

.reserve .btn_double {
    width: 50%;
}

/*reservation - hotel*/
.reserve .hotel .item {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
}

.reserve .hotel .item .item_img {
    width: 50%;
    max-width: 202px;
    height: 202px;
    /*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;
}

/*.reserve .hotel .item .item_img img {position: relative; width:100%; height:100%; object-fit: cover; border-radius:10px; overflow: hidden; cursor: pointer;}*/
.reserve .hotel .item .item_info {
    width: 50%;
    margin-left: 40px;
}

.reserve .hotel .item .item_info dl {
    margin-bottom: 30px;
}

.reserve .hotel .item .item_info dl dt {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.reserve .hotel .item .item_info dl dd {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 26px;
}

.reserve .hotel .item .item_info p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: var(--black);
    margin-bottom: 12px;
    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) {
    color: var(--gray);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.reserve .hotel .item .item_info p:last-child {
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
}

.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 {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    text-align: center;
}

.finish .area01 div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--black)
}

.finish .area01 div:first-child svg {
    margin-right: 10px;
}

.finish .area01 div:last-child {
    font-size: 18px;
    font-weight: 400;
    color: var(--gray);
    margin-top: 40px;
}

.finish .area01 div:last-child span {
    color: var(--primary);
}

.finish .area02 {
    width: 50%;
    max-width: 920px;
    margin: 80px auto 0;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.finish .area02 dl {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: flex;
    flex-direction: row;
    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: 20%;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
}

.finish .area02 dl dd {
    width: 80%;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.finish .area02 dl dd span {
    font-size: 14px;
    font-weight: 300;
    color: var(--gray);
    margin-left: 6px;
}

.finish .btn_double {
    width: 30%;
}

/*----------------------------------------------------------------------------------------------------------------------*/

/*tour_main*/
.tour_main .theme {
    margin-top: 0;
    max-width: 1220px;
}

.tour_main .theme .category {
    margin-left: 4.7%;
}

.tour_main .theme .category:first-child {
    margin-left: 0;
}

.tour_main .search {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.tour_main .search div:first-child {
    width: 40%;
    font-size: 24px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.tour_main .search div:first-child span:first-child {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tour_main .search div:last-child {
    width: 70%;
    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: 100px;
}

.tour_main .search div:last-child .inp_base:focus {
    border: 2px solid var(--primary);
}

.tour_main .search div:last-child .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 2;
}

.tour_main .search div:last-child .icon svg {
    width: 100%;
    height: 100%;
    color: var(--black);
    cursor: pointer;
}

.tour_main .banner {
    margin-bottom: 90px;
}

.tour_main .banner .inner {
    height: 285px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.tour_main .banner .inner img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.tour_main .banner .inner .thumbs-paging {
    position: absolute;
    bottom: 20px;
    right: 26px;
    text-align: center;
}

.tour_main .magazine {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.tour_main .magazine .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.tour_main .magazine .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    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: 18px;
    font-weight: 300;
}

.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;
}

.tour_main .magazine .area02 .item {
    position: relative;
    flex: 1;
    height: 404px;
    max-width: 290px;
    margin-left: 20px;
    border-radius: 10px;
    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: 42px;
    color: var(--white);
    padding: 0 32px;
    z-index: 2;
}

.tour_main .magazine .area02 .item .vol {
    font-family: 'BMDOHYEON';
    font-size: 26px;
    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: 200;
    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 {
    max-width: 1220px;
}

.tour_list .area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 20px;
}

.tour_list .area .filter {
    margin-bottom: 0;
}

.tour_list .area .tab_area {
    display: flex;
    margin-bottom: 0;
    width: 70%;
    overflow: hidden;
    overflow-x: auto;
}

.tour_list .area .tab_area span {
    white-space: nowrap;
    line-height: 1.2;
}

.tour_list .theme {
    margin-top: 0;
}

.tour_list .theme .category {
    margin-left: 4.7%;
}

.tour_list .theme .category:first-child {
    margin-left: 0;
}

.tour_list .tit {
    font-size: 34px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
}

.tour_list .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.tour_list .itemArea .item {
    position: relative;
    width: calc((100% - 90px)/4);
    /*flex: 1; min-width: 282px;*/
    margin-left: 30px;
    margin-bottom: 70px;
    cursor: pointer;
}

.tour_list .itemArea .item:nth-child(4n-3) {
    margin-left: 0;
}

.tour_list .itemArea .item .item_img {
    width: 100%;
    height: 14.7vw;
    max-height: 282px;
    /* 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;
}

/*.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;
    max-height: 44px;
    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;
}

.tour_list .itemArea .item .item_info .sti {
    font-size: 15px;
    color: var(--gray);
    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;
}

.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_detail*/
.tour_detail {
    max-width: 1220px;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tour_detail .item_area {
    width: 860px;
}

.tour_detail .item_area h4 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /*cursor: pointer;*/
}

.tour_detail .item_area h4 svg {
    display: none;
}

.tour_detail .item_area .inner {
    width: 100%;
}

.tour_detail .item_area .item_img {
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 520px;
    overflow: hidden;
}

.tour_detail .item_area .item_img img {
    width: 100%;
    height: 40vw;
    /*height: 100%;*/
    max-height: 520px;
    overflow: hidden;
    object-fit: cover;
}

.tour_detail .item_area .itemName {
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.4px;
}

.tour_detail .item_area .badge_area {
    margin: 20px 0 10px;
}

/*
.tour_detail .item_area .badge_area span {position: relative; margin-left: 6px; padding-left: 12px; margin-right: 0; font-size: 18px;}
.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 .location {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    font-size: 18px;
}

.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: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 28%);
}

.tour_detail .item_area .review {
    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 {
    font-weight: 700;
    font-size: 30px;
    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: 1px solid #e5e5e5;
    padding: 20px;
}

.tour_detail .datepicker h4 {
    font-size: 16px;
    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: -4px;
    width: 100%;
    height: 32px;
}

.tour_detail .datepicker .datepicker_controls .datepicker_prev {
    position: absolute;
    left: 0;
    width: 32px;
    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;
    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: 100%;
    margin: 34px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tour_detail .datepicker .datepicker_list .datepicker_item {
    width: calc(100% / 2 - 20px);
}

.tour_detail .datepicker .datepicker_list .datepicker_item:first-child {
    margin-right: 20px;
}

.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.2rem 0;
    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: 34px;
    width: 34px;
    line-height: 32px;
    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.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: 18px;
    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: 18px;
}


.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 20px;
}

.tour_detail .produ h4 {
    width: 100%;
    margin-bottom: 16px;
    cursor: default;
}

.tour_detail .produ .item {
    width: 100%;
    margin: 0 auto 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.tour_detail .produ .item:last-child {
    margin-bottom: 0;
}

.tour_detail .produ .item div:first-child {
    width: 60%;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.tour_detail .produ .item div:last-child {
    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.2px;
}

.tour_detail .produ .item .ti {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 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: 16px;
    border-radius: 2px;
    color: var(--black);
    cursor: pointer;
}

.tour_detail .produ .item .btn_select:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--white);
}

.tour_detail .produ .item .btn_select.selected {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--white);
}

.tour_detail .flightSchedule {
    width: 100%;
}

.tour_detail .flightSchedule h4 {
    margin-bottom: 16px;
    cursor: default;
}

.tour_detail .flightSchedule .data {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 26px 20px;
}

.tour_detail .flightSchedule .data .airline {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.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;
    justify-content: space-between;
    margin-bottom: 14px;
}

.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);
}

.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;
    justify-content: space-between;
    align-items: center;
    background: rgb(254 225 0 / 30%);
    padding: 20px 74px;
    margin-bottom: 30px;
}

.tour_detail .kakao p {
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    letter-spacing: -0.4px;
}

.tour_detail .kakao button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee100;
    padding: 18px 46px;
    width: 48%;
    border-radius: 20px;
    box-shadow: 0 2px 4px -3px rgb(0 0 0 / 20%)
}

.tour_detail .kakao button svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    fill: var(--black);
}

.tour_detail .kakao button span {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.4px;
}

.tour_detail .detailMn {
    display: flex;
    width: 100%;
    max-width: 860px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: sticky;
    top: 91px;
    z-index: 2;
}

.tour_detail .detailMn button {
    flex: 1;
    font-size: 18px;
    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: 92px;
    bottom: auto;
}

.tour_detail .item_area .cont_detail {
    width: 100%;
    max-width: 860px;
}

.tour_detail .item_area .txt {
    width: 100%;
    margin: 20px auto;
}

.tour_detail .item_area .txt p {
    font-size: 15px;
    line-height: 1.4;
}

.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;
    border-top: 1px solid var(--black);
    display: flex;
    flex-direction: column;
    color: var(--black);
}

.tour_detail .item_area .included-list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%)
}

.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 {
    flex: none;
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_detail .item_area .included-list .area {
    flex: 1;
    padding: 20px 30px;
    line-height: 26px;
    border-left: 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-weight: 400;
    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 .travel_plan {
    margin-bottom: 50px;
}

.tour_detail .travel_plan .notice {
    margin: 20px 0;
    color: rgb(237 83 81 / 70%);
    font-size: 13px;
    font-weight: 300;
    padding-left: 20px;
    background-position: 0 10%;
}

.tour_detail .travel_plan .inner {
    width: 100%;
    margin: 20px auto;
}

.tour_detail .travel_plan .inner .plan_area {
    display: flex;
    flex-direction: column;
}

.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: 20px;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
}

.tour_detail .travel_plan .inner .plan_area ._head .date {
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
}

.tour_detail .travel_plan .inner .plan_area ._head .open {
    transform: rotate(180deg);
}

.tour_detail .travel_plan .inner .plan_area ._body {
    margin: 30px 0;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px 0;
    width: 94%;
    margin: 0 auto;
    color: var(--black);
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo dl dt {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo dl dd {
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .depart {
    text-align: right;
    margin-right: 20px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .arrival {
    margin-left: 20px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime {
    width: 260px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime .airline {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_detail .travel_plan .inner .plan_area ._body .airInfo .airtime .airline span {
    width: 26px;
    height: 26px;
    background: url(../../images/temp102/common/flight_depart.svg) 50% 50% / 26px no-repeat;
    transform: translateX(-26%) translateY(-20%);
}

.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 10px 30px;
    width: 94%;
    margin: 0 auto;
}

.tour_detail .time_info:first-child .tit:before {
    left: -43px;
    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 .tit {
    position: relative;
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
}

.tour_detail .time_info .tit::before {
    position: absolute;
    left: -34px;
    top: 4px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #19a8ad;
    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-bottom: 30px;
    margin-top: 0;
    width: 100%;
}

.tour_detail .time_info .photo {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 20px 0 40px;
}

.tour_detail .time_info .photo .item_img {
    position: relative;
    flex: 1;
    max-width: 330px;
    height: 254px;
}

.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 30px 30px 30px;
}

.tour_detail .optional_tour_box span {
    position: absolute;
    background: #ed5351;
    top: -10px;
    left: 30px;
    width: 58px;
    height: 58px;
    color: var(--white);
    text-align: center;
    padding-top: 11px;
}

.tour_detail .optional_tour_box ul {
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.tour_detail .optional_tour_box ul .item_img {
    position: relative;
    width: 40%;
    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;
    margin-bottom: 10px;
    color: rgb(0 0 0 / 80%);
    padding-top: 10px;
}

.tour_detail .optional_tour_box ul li dl dt {
    width: 80px;
}

.tour_detail .optional_tour_box ul li dl dd {
    color: var(--gray)
}

.tour_detail .plan_box {
    border: 1px solid rgb(0 0 0 / 10%);
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 30px;
}

.tour_detail .plan_box div {
    width: calc(100% / 2);
}

.tour_detail .plan_box .hotel {
    height: auto;
    border-right: 1px solid rgb(0 0 0 / 10%);
    padding: 24px 40px 24px 130px;
    background: url('../../images/temp102/common/plan_bed.svg') 13% 50%/30px no-repeat;
    display: flex;
    align-items: center;
}

.tour_detail .plan_box .hotel span {
    font-weight: 500;
    color: var(--black);
    line-height: 22px;
    font-size: 15px;
}

.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;
    justify-content: center;
    padding: 24px 30px 24px 130px;
    background: url('../../images/temp102/common/plan_meal.svg') 13% 50%/30px no-repeat;
}

.tour_detail .plan_box .meal span {
    width: auto;
    color: var(--black);
    line-height: 22px;
    font-size: 15px;
}

.tour_detail .plan_box .meal span b {
    font-weight: 500;
    color: #000;
}

.tour_detail .inner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 10px;
}

.tour_detail .inner p.notice_icon {
    line-height: 1.4;
    margin-bottom: 14px;
}

.tour_detail .notice_area {
    margin-bottom: 50px;
}

.tour_detail .notice_area h4 {
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
}

.tour_detail .review_area {
    margin-bottom: 50px;
}

.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 {
    margin-top: 20px;
}

.tour_detail .review_area .totalScore ul {
    display: flex;
    justify-content: space-between;
}

.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: 30%;
    margin-right: 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: 69%;
}

.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: 0;
}

.tour_detail .review_area .totalScore ul li:last-child .wrap div:last-child {
    width: 18%;
    color: var(--black);
    font-size: 13px;
    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;
    justify-content: space-between;
    align-items: center;
}

.tour_detail .review_area .offer_review ul .txtArea {
    width: 84%
}

.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: 80px;
    height: 80px;
    position: relative;
}

.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: 100%;
    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 {
    max-height: 77px;
    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 {
    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: 30%;
    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 .moreArea .btn_type_basic.close svg {
    transform: rotate(180deg);
}

.tour_detail .option_area {
    position: sticky;
    top: 142px;
    width: 300px;
}

/*.tour_detail .option_area {position: fixed; top: 142px; width: 300px;}*/
.tour_detail .option_area dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.tour_detail .option_area dl dt {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
}

.tour_detail .option_area dl dd {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
}

.tour_detail .option_area .list_item {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 22px 0 0;
}

.tour_detail .option_area .list_item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.tour_detail .option_area .list_item ul li:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.4px;
}

.tour_detail .option_area .list_item ul li:first-child span:first-child {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.tour_detail .option_area .list_item ul li:first-child span:last-child {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}

.tour_detail .option_area .list_item ul li:last-child {
    width: 45%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
}

.tour_detail .option_area .list_item ul 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;
}

.tour_detail .option_area .list_item ul li:last-child button:disabled {
    background: #f7f7f7;
}

.tour_detail .option_area .list_item ul li:last-child .minus::before {
    content: '';
    width: 17px;
    height: 1px;
    background: var(--black)
}

.tour_detail .option_area .list_item ul li:last-child .plus::before {
    content: '';
    width: 17px;
    height: 1px;
    background: var(--black)
}

.tour_detail .option_area .list_item ul li:last-child .plus::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 49%;
    width: 1px;
    height: 17px;
    background: var(--black)
}

.tour_detail .option_area .list_item ul li:last-child .inp_num {
    font-family: 'pretendard';
    font-size: 20px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 25%;
    border: 0;
}

.tour_detail .option_area .price_area {
    width: 100%;
    padding: 20px 0 30px;
}

.tour_detail .option_area .price_area div:first-child {
    display: flex;
    justify-content: start;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 6px;
}

.tour_detail .option_area .price_area div:nth-child(2) {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 20px;
}

.tour_detail .option_area .price_area div:nth-child(2) span:first-child {
    color: var(--primary);
    font-size: 30px;
    font-weight: 800;
}

.tour_detail .option_area .price_area div:nth-child(2) span:first-child span {
    color: var(--primary);
    font-size: 16px;
}

/* .tour_detail .option_area .price_area div:nth-child(2) span:last-child {color:var(--gray); font-size: 14px;} */



/*hotel_main*/
.hotel_main .visual {
    background: url(../../images/temp102/bg_hotel.jpg) 50% 50% / cover no-repeat;
    width: 100%;
    height: 192px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel_main .visual span:first-child {
    color: var(--white);
    font-size: 44px;
    font-weight: 600;
}

.hotel_main .visual span:last-child {
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
    margin-left: 10px;
}

.hotel_main .search {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.hotel_main .search div:first-child {
    width: 40%;
    font-size: 24px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.hotel_main .search div:first-child span:first-child {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 6px;
}

.hotel_main .search div:last-child {
    width: 70%;
    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: 100px;
}

.hotel_main .search div:last-child .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 2;
}

.hotel_main .search div:last-child .icon svg {
    width: 100%;
    height: 100%;
    color: var(--black);
}

.hotel_main .banner {
    margin-bottom: 90px;
}

.hotel_main .banner .inner {
    height: 284px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.hotel_main .banner .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_main .banner .inner .thumbs-paging {
    position: absolute;
    bottom: 20px;
    right: 26px;
    text-align: center;
}

.hotel_main .banner .inner .swiper-slide {
    width: 100%;
}

.hotel_main .ranking {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.hotel_main .ranking .area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.hotel_main .ranking .area01 .tit {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: var(--black);
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: -0.6px;
}

.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: 300;
}

.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;
}

.hotel_main .ranking .area02 .item {
    position: relative;
    flex: 1;
    margin-left: 30px;
}

.hotel_main .ranking .area02 .item:first-child {
    margin-left: 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: 20px;
    font-weight: 300;
    margin-bottom: 3px;
}

.hotel_main .ranking .area02 .item .item_info .tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    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;
    cursor: pointer;
}


/*hotel_list&result*/
.hotel_list {
    max-width: 1220px;
    position: relative;
}

.hotel_list .tit {
    font-size: 34px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.hotel_list .btnArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.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 .itemArea {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid var(--black);
    padding-top: 30px;
}

/*.hotel_list .itemArea ul {display: flex; justify-content: space-between; align-items: center; margin-bottom:50px;}*/
.hotel_list .itemArea .item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.hotel_list .itemArea .item:nth-child(even) {
    margin-right: 0;
}

.hotel_list .itemArea .item .item_img {
    position: relative;
    width: 40%;
    height: 13vw;
    max-height: 250px;
    margin-bottom: 20px;
}

.hotel_list .itemArea .item .item_info {
    width: 55%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.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: 300;
    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-bottom: 10px;
}

.hotel_list .itemArea .item .item_info .review {
    display: flex;
    align-items: center;
    color: #0717e2;
    margin-bottom: 20px;
}

.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: 300;
    color: #9b9b9b;
}

.hotel_list .moreArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hotel_list .moreArea .gradient {
    height: 50px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) no-repeat;
    background-size: cover;
    background-position: center;
    /*background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 90%,#fff);*/
    width: 100%;
}

.hotel_list .moreArea div:last-child {
    width: 100%;
    background: var(--white);
}

.hotel_list .moreArea div:last-child button {
    width: 30%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 30px;
    cursor: pointer;
}

.hotel_list .moreArea div:last-child button span:first-child {
    color: var(--black);
    margin-right: 4px;
}

.hotel_list .moreArea div:last-child button span:nth-child(2) {
    color: var(--gray);
}

.hotel_list .moreArea div:last-child button svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.hotel_list .moreArea div:last-child button:hover {
    background: var(--black);
    border: 1px solid var(--black);
}

.hotel_list .moreArea div:last-child button:hover span {
    color: var(--white)
}

.hotel_list .moreArea div:last-child button:hover svg {
    fill: var(--white);
}

/*hotel_detail*/
.hotel_detail {
    max-width: 1220px;
}

.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: 300;
}

.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: 60%;
    max-width: 726px;
    height: 100%;
}

.hotel_detail .detailInfo .item_img .area01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_detail .detailInfo .item_img .area02 {
    width: 40%;
    height: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
}

.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 .detailInfo .tab_area {
    display: none;
}

.hotel_detail .roomInfo h4 {
    margin-bottom: 10px;
}

.hotel_detail .cont_area {
    max-width: 1220px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hotel_detail .cont_area .item_area {
    width: 860px;
}

.hotel_detail .cont_area .item_area .item_info {
    margin-bottom: 40px;
}

.hotel_detail .cont_area .item_area .item_info .itemName {
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
    margin-top: 20px;
    letter-spacing: -0.4px;
}

.hotel_detail .cont_area .item_area .item_info .address {
    font-size: 14px;
    font-weight: 300;
    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: 10px;
}

.hotel_detail .cont_area .item_area .item_info .location {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 300;
}

.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 {
    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 {
    font-weight: 700;
    font-size: 30px;
    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 h4 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.hotel_detail .cont_area .item_area h4 svg {
    display: none;
}

.hotel_detail .cont_area .item_area .section {
    margin-bottom: 60px;
}

.hotel_detail .cont_area .item_area .hotelInfo dl {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.hotel_detail .cont_area .item_area .hotelInfo dl dt {
    width: 15%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.hotel_detail .cont_area .item_area .hotelInfo dl dd {
    width: 85%;
    color: var(--black);
    font-weight: 300;
    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: 20px;
    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: 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;
}

.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(--gray);
    margin-left: 4px;
}

.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;
}

.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;
}

.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 {
    margin-top: 20px;
}

.hotel_detail .review_area .totalScore ul {
    display: flex;
    justify-content: space-between;
}

.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: 30%;
    margin-right: 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: 69%;
}

.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: 300;
    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;
    justify-content: space-between;
    align-items: center;
}

.hotel_detail .review_area .offer_review ul li:first-child {
    width: 84%
}

.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: 300;
    margin-top: 6px;
}

.hotel_detail .review_area .offer_review ul li:last-child {
    cursor: pointer;
    width: 80px;
    height: 80px;
    position: relative;
}

.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: 100%;
    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: 300;
    max-height: 77px;
    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;
    margin-top: 10px;
}

.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 .btn_type_basic {
    width: 30%;
    margin: 30px auto 0;
}

.hotel_detail .review_area .btn_type_basic svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.hotel_detail .cont_area .option_area {
    position: sticky;
    top: 162px;
    width: 300px;
    padding-top: 30px;
    /*padding: 20px; border: 1px solid var(--black);*/
}

.hotel_detail .cont_area .option_area dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}

.hotel_detail .cont_area .option_area dl dt {
    min-width: 62px;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
}

.hotel_detail .cont_area .option_area dl dd {
    color: var(--black);
    font-size: 16px;
    letter-spacing: -0.2px;
}

.hotel_detail .cont_area .option_area .list_item {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.hotel_detail .cont_area .option_area .list_item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.hotel_detail .cont_area .option_area .list_item ul li:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.4px;
}

.hotel_detail .cont_area .option_area .list_item ul li:first-child span:first-child {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 6px;
}

.hotel_detail .cont_area .option_area .list_item ul li:first-child span:last-child {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child {
    width: 45%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
}

.hotel_detail .cont_area .option_area .list_item ul 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;
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child button:disabled {
    background: #f7f7f7;
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child .minus::before {
    content: '';
    width: 17px;
    height: 1px;
    background: var(--black)
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child .plus::before {
    content: '';
    width: 17px;
    height: 1px;
    background: var(--black)
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child .plus::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 49%;
    width: 1px;
    height: 17px;
    background: var(--black)
}

.hotel_detail .cont_area .option_area .list_item ul li:last-child .inp_num {
    font-family: 'pretendard';
    font-size: 20px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 25%;
    border: 0;
}

.hotel_detail .cont_area .option_area .price_area {
    width: 100%;
    padding: 20px 0 30px;
    color: var(--black);
}

.hotel_detail .cont_area .option_area .price_area div:first-child {
    display: flex;
    justify-content: start;
    font-size: 18px;
    margin-bottom: 14px;
}

.hotel_detail .cont_area .option_area .price_area div:nth-child(2) {
    color: var(--primary);
    font-size: 30px;
    font-weight: 800;
    text-align: right;
    margin-bottom: 20px;
}

.hotel_detail .cont_area .option_area .price_area div:nth-child(2) span {
    color: var(--primary);
    font-size: 16px;
}


/*golf*/
.calendar_golf {
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 30px 0 10px;
}

.calendar_golf .tab_calendar {
    width: 100%;
    margin-bottom: 14px;
}

.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 #e5e5e5;
    display: inline-block;
    color: var(--gray);
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.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 .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: 0;
    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: 0;
    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: 0;
    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: 0;
    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: 90%;
    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% / 9 - 10px);
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.calendar_golf .cal_wrap .cal_date_box .clickable span {
    display: block;
    text-align: center;
    font-weight: 500;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .days {
    color: rgb(0 0 0 / 80%);
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .date {
    color: var(--black);
    padding-top: 6px;
    font-size: 16px;
    font-weight: 600;
}

.calendar_golf .cal_wrap .cal_date_box .clickable .leftover {
    padding-top: 4px;
    color: #f1862f;
    font-size: 14px;
    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: 100%;
    margin: 0 auto 40px;
    padding: 24px 30px 20px;
    border-radius: 10px;
    background: rgb(0 0 0 / 3%);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.step_golf::after {
    display: block;
    content: "";
    clear: both;
}

.step_golf p:first-child {
    width: 27%;
    font-size: 15px;
    color: var(--black);
    text-align: center;
}

.step_golf p:first-child span {
    color: #08a300;
    font-weight: 500;
}

.step_golf .inner {
    width: 65%;
    margin-left: 8%;
    display: flex;
    flex-direction: row;
}

.step_golf .inner div {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

.step_golf .inner div span {
    color: #08a300;
    font-size: 14px;
}

.step_golf .inner div>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
    white-space: nowrap;
}

.step_golf .inner div:first-child {
    background: url(../../images/temp102/icon_step1.png) 0 50% / 36px no-repeat;
    width: 26%;
}

.step_golf .inner div:nth-child(2) {
    background: url(../../images/temp102/icon_step2.png) 0 50% / 36px no-repeat;
    width: 30%;
}

.step_golf .inner div:nth-child(3) {
    background: url(../../images/temp102/icon_step3.png) 0 50% / 36px no-repeat;
    width: 26%;
}

.step_golf .inner div:last-child {
    background: url(../../images/temp102/icon_step4.png) 0 50% / 36px no-repeat;
    width: 18%;
}

/* golf_filter */
.golf_filter {
    margin: 0 auto 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.golf_filter div:first-child {
    width: 30%;
    margin-right: 2%;
    display: flex;
    justify-content: space-between;
}

.golf_filter div:first-child button {
    flex: 1;
    height: 36px;
    font-size: 14px;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 10%);
    z-index: 0;
    background: var(--white);
    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;
    justify-content: end;
    height: 36px;
    overflow: hidden;
    overflow-x: auto;
}

.golf_filter div:last-child::-webkit-scrollbar {
    display: none;
}

.golf_filter div:last-child span {
    position: relative;
    padding: 0 16px;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.golf_filter div:last-child span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    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);
    font-weight: 500;
}

.golf_filter div:last-child span.selected {
    color: var(--black);
    font-weight: 500;
}

.golf_list {
    max-width: 1220px;
}

.golf_list .itemArea {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.9rem;
}

.golf_list .itemArea .item {
    position: relative;
    margin-bottom: 70px;
}

.golf_list .itemArea .item .item_img {
    width: 100%;
    height: 13vw;
    /*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: 7px;
}

.golf_list .itemArea .item .item_info .date span {
    font-size: 15px;
    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: 18px;
    font-weight: 500;
    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: 15%;
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    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;
}

.golf_list .itemArea .item .item_info dl dd {
    width: 85%;
    font-size: 15px;
    color: var(--gray);
    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;
}

.golf_list .itemArea .item .priceArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.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 {
    max-width: 1220px;
}

.golf_real .itemArea {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.9rem;
}

.golf_real .itemArea .item {
    position: relative;
    margin-bottom: 70px;
}

.golf_real .itemArea .item .item_img {
    width: 100%;
    height: 13vw;
    /*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: 16px;
    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: 300;
    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 {
    max-width: 1220px;
    padding-bottom: 0;
}

.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: 300;
}

.golf_real_detail .detailInfo .item_img button:hover span {
    color: var(--white);
    font-size: 15px;
}

.golf_real_detail .detailInfo .item_img {
    height: 566px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.golf_real_detail .detailInfo .item_img .area01 {
    width: 100%;
    height: 566px;
    overflow: hidden;
    position: relative;
}

.golf_real_detail .detailInfo .item_img .area01 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.golf_real_detail .detailInfo .item_img .area02 {
    width: 40%;
    height: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
}

.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;
}

.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: 30px;
    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 {
    min-height: 32px;
    width: 130px;
    height: 32px;
    border-radius: 30px;
    margin-top: 6px;
}

.golf_real_detail .item_area .item_info .address {
    font-size: 15px;
    font-weight: 300;
    color: var(--gray);
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.golf_real_detail .item_area .item_info .location {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 300;
}

.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 .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 {
    margin-bottom: 120px;
}

.golf_real_detail .item_area .timeCard div {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    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: rgb(0 0 0 / 70%);
    font-size: 13px;
    padding-top: 4px;
}

.golf_real_detail .item_area .timeCard div p:last-child {
    color: #de6154;
    font-size: 12px;
}



/*event & magazine*/
.event {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 1220px;
}

.event .tab_area {
    width: 1220px;
    margin: 0 auto 20px;
}

.event .list {
    display: flex;
    flex-flow: row wrap;
}

.event .list:after {
    display: block;
    content: '';
    clear: both;
}

.event .list div {
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    margin-bottom: 40px;
    cursor: pointer;
}

.event .list div:nth-child(odd) {
    margin-left: 0;
}

.event .list div .item_img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 16px;
}

.event .list div .tit {
    min-height: 28px;
    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: 1;
    -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.4px;
}

.event .list .last {
    opacity: .7;
    cursor: default;
    filter: grayscale(1);
}

.eventView {
    /*margin-bottom:80px;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

.eventView .cont {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 40px;
}

.eventView .cont .area01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.eventView .cont .area01 .tit {
    text-align: left;
    width: 80%;
    color: var(--black);
    font-size: 22px;
    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: 0;
}

.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: 16px;
    text-align: left;
    white-space: pre-line;
}

.eventView .cont .area02 img {
    display: block;
    margin: 0 auto 30px;
    max-width: 1220px;
}

.eventView .btn_single {
    margin: 30px auto 0;
    width: 30%;
    max-width: 380px;
}


.mzList {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /*margin-bottom: 120px;*/
}

.mzList .inp_sel {
    width: 20%;
    margin: 0 auto;
}

.mzList .itemArea {
    display: flex;
    margin-top: 30px;
}

.mzList .itemArea .item {
    position: relative;
    flex: 1;
    height: 21vw;
    max-height: 404px;
    max-width: 290px;
    margin-left: 20px;
    border-radius: 10px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.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;
    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;
    max-height: 32px;
    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: 0;
}

.mzView .cont {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto 40px;
}

.mzView .cont .area01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.mzView .cont .area01 .tit {
    text-align: left;
    width: 80%;
    color: var(--black);
    font-size: 22px;
    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: 0;
}

.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: 16px;
    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 {
    display: block;
    margin: 0 auto 30px;
    max-width: 1220px;
}

.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: 100%;
    max-width: 1220px;
    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-flow: row wrap;
}

.relat_prod .itemArea .item {
    position: relative;
    flex: 1;
    min-width: 282px;
    max-width: 282px;
    margin-left: 30px;
    margin-bottom: 70px;
}

.relat_prod .itemArea .item:first-child {
    margin-left: 0;
}

.relat_prod .itemArea .item:nth-child(5) {
    margin-left: 0;
}

.relat_prod .itemArea .item .item_img {
    width: 100%;
    height: 14.7vw;
    max-height: 282px;
    /*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;
}

/*.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: 26px;
}

.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;
    margin-left: 2px;
}


/*review*/
.review {
    max-width: 1220px;
}

.review .tit {
    font-size: 34px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}

.review .area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto 26px;
}

.review .area .tab_area {
    width: 50%;
    margin-bottom: 0;
}

.review .area .tab_area span {
    margin-bottom: 0;
}

.review .area .searchArea {
    width: 34%;
    display: flex;
    justify-content: end;
}

.review .area .searchArea ul .inp_sel {
    width: 25%;
}

.review .area .searchArea ul li:nth-child(2) {
    width: 59%;
    margin-left: 1%;
}

.review .area .searchArea .sel_base.nice_select.open .sel_list li:nth-child(2) {
    width: 100%;
    margin-left: 0;
}

.review .itemArea {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.review .itemArea .item {
    position: relative;
    flex: 1;
    min-width: 282px;
    max-width: 23%;
    margin-left: 30px;
    margin-bottom: 70px;
    cursor: pointer;
}

.review .itemArea .item:first-child {
    margin-left: 0;
}

.review .itemArea .item:nth-child(5) {
    margin-left: 0;
}

.review .itemArea .item .item_img {
    width: 100%;
    height: 14.7vw;
    max-height: 282px;
    /*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%;
}

.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: 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: 20px;
    letter-spacing: -0.4px;
}

.review .itemArea .item .item_info p:nth-child(2) {
    font-size: 15px;
    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;
    margin-bottom: 26px;
}

.review .itemArea .item .item_info p:last-child {
    margin-top: 20px;
    color: var(--black);
}

.review .itemArea .item .item_info p:last-child span {
    color: var(--primary)
}

.reviewView {
    margin-bottom: 80px;
}

.reviewView .cont {
    width: 100%;
    max-width: 1220px;
    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: 24px;
    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;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
}

.reviewView .cont .area01 ul {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding: 16px 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: 300;
    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: 40px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.reviewView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 16px;
    text-align: left;
    word-break: normal;
}

.reviewView .cont .area02 img {
    max-width: 1220px;
    display: block;
    margin: 0 auto 30px;
}

.reviewView .cont .area02 .related {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    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 .btn_single {
    width: 30%;
}


/* customer & notice */
/*cs-main*/
.customer {
    width: 94%;
    max-width: 1220px;
}

.customer .searchArea {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.customer .searchArea p {
    font-size: 34px;
    color: var(--black);
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.customer .searchArea ul {
    width: 100%;
    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: var(--black);
    cursor: pointer;
}

.customer .searchArea ul li:last-child svg {
    position: absolute;
    fill: var(--white);
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.customer .faq_area {
    width: 100%;
    max-width: 1220px;
    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: 24px;
    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;
    align-items: center;
    padding: 0 0 0 75px;
}

.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: 15%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 22px;
    margin: 30px 0;
}

.customer .faq_area .area02 ul .q_area .txt {
    width: 80%;
    font-size: 16px;
    color: var(--black);
    letter-spacing: -0.4px;
    line-height: 22px;
    padding-right: 10%;
}

.customer .faq_area .area02 ul.active .a_area {
    padding: 25px 25px 25px 75px;
    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.42px;
    line-height: 20px
}

.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: 30px;
    -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 .notice_area {
    width: 100%;
    max-width: 1220px;
    margin: 100px auto 0;
}

.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: 24px;
    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;
    justify-content: space-between;
}

.customer .notice_area ul li {
    width: 48.5%;
    margin-right: 1%;
    padding: 20px;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

.customer .notice_area ul li:last-child {
    margin-right: 0;
}

.customer .notice_area a {
    color: var(--black);
}

.customer .notice_area p {
    width: 100%;
    max-height: 40px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    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: 10px;
    letter-spacing: -0.4px
}

.customer .notice_area span {
    width: 100%;
    display: block;
    float: left;
    color: var(--gray);
    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: 18px;
    color: var(--black)
}

.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: 27px;
    height: 1px;
    background: var(--black)
}

/*faq*/
.faq .searchArea {
    width: 50%;
    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 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.faq .item_list span {
    font-size: 22px;
    font-weight: 500;
    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;
    align-items: center;
    padding: 0 0 0 90px;
}

.faq .list ul .q_area::before {
    content: 'Q';
    position: absolute;
    left: 30px;
    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: 15%;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 22px;
    text-align: left;
    margin: 30px 0;
}

.faq .list ul .q_area .txt {
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    letter-spacing: -0.4px;
    line-height: 22px;
    padding-right: 10%;
}

.faq .list ul.active .a_area {
    padding: 25px 25px 25px 90px;
    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: 30px;
    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: 300;
}

.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: 30px;
    -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: 36%;
    margin: 0 auto;
}

.notice .list {
    width: 100%;
    max-width: 1220px;
    margin: 50px 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 {
    width: 15%;
    text-align: center;
}

.notice .list ul:first-child li:last-child {
    width: 85%;
}

.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 {
    width: 15%;
    color: var(--gray);
    text-align: center;
    color: var(--black);
}

.notice .list ul:last-child li p {
    width: 80%;
    color: var(--black);
    display: flex;
    align-items: center;
    padding-right: 5%;
}

.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 .file {
    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: 100%;
    max-width: 1220px;
    margin: 0 auto 40px;
}

.noticeView .cont .area01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    padding-bottom: 16px;
}

.noticeView .cont .area01 .tit {
    text-align: left;
    width: 80%;
    color: var(--black);
    font-size: 26px;
    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: 0;
}

.noticeView .cont .area01 .date {
    color: var(--gray);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.noticeView .cont .area02 {
    padding: 40px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.noticeView .cont .area02 p {
    line-height: 22px;
    color: var(--gray);
    font-size: 16px;
    text-align: left;
    white-space: pre-line;
}

.noticeView .cont .area02 img {
    display: block;
    margin: 0 auto 30px;
}

.noticeView .btn_single {
    width: 30%;
}










/*policies*/
.policies {
    color: var(--gray);
    font-weight: 400;
    margin: 0 auto 100px;
    padding-top: 160px;
}

.policies h3 {
    border-bottom: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 44px;
}

.policies h4 {
    width: 90%;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 20px;
}

.policies .inner {
    max-width: 1220px;
    margin: 0 auto;
}

.policies .person_list {
    background: rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 20px;
    margin: 30px 0;
}

.policies .person_list ol::after {
    display: block;
    content: '';
    clear: both;
}

.policies .person_list ol li {
    line-height: 28px;
}

.policies dl {
    margin: 0 0 30px 0;
}

.policies dl dt {
    font-size: 17px;
    color: var(--black);
    padding-bottom: 6px;
    font-weight: 600;
}

.policies dl dd {
    font-size: 15px;
    line-height: 20px;
}

.policies dl dd span {
    font-weight: 500;
}

.policies dl dd .depth {
    margin-left: 16px;
    margin-bottom: 20px;
}

.policies dl dd .depth2 {
    margin-left: 0;
}

.policies dl dd .depth2 dt {
    color: var(--gray);
    font-size: 15px;
    padding-bottom: 6px;
    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: 15px;
    line-height: 22px;
}

.policies .end {
    margin-bottom: 30px;
}

.policies .form {
    margin-top: 40px;
}

.policies .form ul {
    margin-bottom: 20px;
}

.policies .form ul li {
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.policies .form ul li span:first-child {
    width: 15%;
    font-size: 16px;
    color: var(--black);
}

.policies .form ul li span:last-child {
    width: 85%;
}

.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 .btn_area .btn_black {
    width: 50%;
    max-width: 340px;
    margin: 50px auto;
}

.policies .btnReservation {
    margin: 0 auto;
}

.policies .of_y {
    height: 80vh;
    overflow-y: auto;
    line-height: 22px;
    padding-right: 16px;
}

.policies .of_x {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.personal-table {
    width: 100%;
    padding: 0;
    margin: 6px 0 20px;
    border-top: 1px solid var(--black);
    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: 1px solid rgb(28 28 28 / 70%)
}

.personal-table thead tr th {
    border-bottom: 1px solid rgb(28 28 28 / 40%);
    padding: 12px 20px;
    background: rgb(28 28 28 / 4%);
    font-weight: 500;
    color: var(--black);
    text-align: center;
}

.personal-table tbody tr td {
    color: var(--gray);
    font-size: 15px;
    padding: 12px 20px;
    line-height: 20px;
    vertical-align: middle;
}

.personal-table2 {
    width: 100%;
    padding: 0;
    margin: 6px 0 20px;
    border-top: 1px solid var(--black);
    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: 0;
}

.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%);
    text-align: left;
    padding: 12px 20px;
    background: rgb(28 28 28 / 4%);
    font-weight: 500;
    color: var(--black);
}

.personal-table2 tbody tr td {
    text-align: left;
    padding: 12px 20px;
    color: var(--gray);
    line-height: 20px;
}

.personal-table3 {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 6px 0 20px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table3 col {
    width: 25%;
}

.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;
    background: rgb(28 28 28 / 4%);
    font-weight: 500;
    color: var(--black);
    text-align: center;
}

.personal-table3 tbody tr td {
    padding: 10px;
    color: var(--gray);
    line-height: 20px;
    vertical-align: middle;
}


.corporate {
    padding-bottom: 100px;
    padding-top: 162px;
}

.corporate .tit {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 44px;
}

.corporate .inner {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--black);
    padding-top: 16px;
}

.corporate .inner {
    margin-bottom: 70px;
}

.corporate .inner h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -0.6px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.corporate .inner dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.corporate .inner dl dt {
    width: 16%;
    font-size: 16px;
    color: var(--black);
    padding-left: 20px;
}

.corporate .inner dl dt span {
    position: relative;
}

.corporate .inner dl dt span::before {
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    content: '*';
    color: var(--red);
}

.corporate .inner dl dd {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.corporate .inner dl dd>* {
    flex: 1;
    margin-right: 10px;
}

.corporate .inner dl dd span {
    font-size: 16px;
}

.corporate .inner dl dd .sel_base {
    width: 100%;
    display: flex;
    align-items: center;
}

.corporate .inner dl dd.phone .inp_sel {
    width: 36%;
}

.corporate .inner dl dd.email {
    width: 79.2%;
    display: flex;
}

.corporate .inner dl dd.email div {
    margin-right: 0;
    display: flex;
    flex-direction: row;
}

.corporate .inner dl dd.email .inp_email {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.corporate .inner dl dd.email .inp_email .at {
    font-size: 16px;
    color: var(--gray);
    flex: none !important;
    display: inline-block;
    margin: 0 10px;
}

.corporate .inner dl dd.email .inp_sel {
    width: 35%;
    flex: none;
    margin-right: 0;
}









/*--------------------------------------------------------------------------------
	# layer-popup 
---------------------------------------------------------------------------------*/
/* top_search */
.layer_search .cont {
    width: 90%;
    margin: 10px auto 30px;
}

.layer_search .searchBox {
    border: 0;
    border-bottom: 2px solid var(--black);
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
}

.layer_search .btn_search {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 10px 0 20px;
}

.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: 18px;
    color: var(--black);
}

.layer_search .record li .pin {
    width: 18px;
    height: 18px;
    /*background: url(../../images/temp100/common/pin.svg) no-repeat;*/
    background-size: 65%;
    background-position-y: bottom;
    position: absolute;
    top: 19%;
    left: 13px;
}

/* sub */
.layer_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.layer_wrap .cont_box {
    width: 50%;
    height: 88%;
    left: 50%;
    bottom: 0;
    position: absolute;
    background: var(--white);
    transform: translate(-50%);
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 8px 10px 10px rgb(0 0 0 / 8%);
    padding: 30px 0 0;
}

.layer_wrap .cont_box .layer_tit {
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    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/temp100/common/close.svg) 95% 50% / 30px no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer
}

.layer_wrap .cont_box .layer_inner {
    position: relative;
    height: 88vh;
    /*overflow-y:auto */
}

.layer_wrap .cont_box .layer_inner.preview {
    margin-top: 30px;
    padding-bottom: 100px;
    overflow-y: auto
}

.layer_wrap .cont_box .layer_inner img {
    width: 96%;
    margin: 0 auto 10px;
    display: block;
}

.of_y {
    height: 86%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
}

/*search*/
.layer_search .area01 {
    margin: 0 auto 30px;
}

.layer_search .area01 p {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: var(--black);
    margin: 50px auto 30px;
}

.layer_search .area01 div:last-child {
    width: 80%;
    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: 80%;
    margin: 60px auto 0;
}

.layer_search .ti {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 26px;
    font-weight: 600;
    color: var(--black);
}

.layer_search .itemArea {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.layer_search .itemArea .item {
    position: relative;
    display: flex;
    flex: 1;
    margin-left: 16px;
}

.layer_search .itemArea .item:first-child {
    margin-left: 0;
}

.layer_search .itemArea .item>div {
    width: 100%;
}

.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;
}

.rule_table .policies {
    padding-top: 0;
}

.rule_table .policies h4 {
    font-size: 24px;
}

.rule_table .policies .of_y h4 {
    font-weight: 300;
}

/*
.layer_wrap {width: 100%;height: 100%; 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: 60%; height: 90%; max-width: 1200px; position: absolute; left: 50%;top:50%;transform:translate(-50%, -50%); background: var(--white);box-shadow:0px 8px 10px 10px rgb(0 0 0 / 8%); padding:30px;}
.layer_wrap .cont_box .layer_tit {width:100%; margin:0 auto; font-size: 18px; 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: 30px; height: 30px; position: absolute; top: 0; right: 0; cursor:pointer}
.layer_wrap .cont_box .layer_inner {position:relative; height: 80vh; overflow-y:auto }
.layer_wrap .cont_box .layer_inner.preview {margin-top: 30px; padding-bottom: 100px;}
.layer_wrap .cont_box .layer_inner img { width:96%; margin: 0 auto 10px; display: block;}
*/
/*하단버튼영역*/
.layer_wrap .btn_area {
    position: fixed;
    width: 100%;
    bottom: 0;
    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: 40%;
    margin: 0 auto;
}

.air_date_area {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.air_date_area .date_area {
    width: 54%;
    max-height: 50px;
    margin-right: 6%;
    overflow-y: scroll;
}

.air_date_area .date_area div {
    width: 100%;
    display: block;
    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: 40%;
    height: 50px;
}

.air_date_area .confirm .btnReservation {
    width: 100%;
}

.hotel_date_area {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hotel_date_area .date_area {
    width: 34%;
    max-height: 50px;
    margin-right: 3%;
    text-align: left;
}

.hotel_date_area .date_area ul {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    display: flex;
    justify-content: flex-start;
}

.hotel_date_area .date_area ul:last-child {
    margin-bottom: 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: 50px;
    color: var(--black);
    margin-right: 4px;
}

.hotel_date_area .date_area ul .date {
    color: var(--black);
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.hotel_date_area .date_area ul .date::before {
    content: "";
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hotel_date_area .confirm {
    width: 64%;
    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: 80%;
    margin: 100px auto 0;
    text-align: center;
}

.find_area p {
    margin-bottom: 20px;
    color: rgb(0 0 0 / 70%)
}

.find_area .result {
    font-size: 24px;
    font-weight: 500;
    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 {
    color: rgb(0 0 0 / 75%);
    margin-bottom: 10px;
}

.pw ul li span.tt {
    color: var(--gray);
    margin-top: 10px;
}


/* 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: var(--black)
}

.cont_wrap .cont_area div:first-child {
    margin-bottom: 10px;
}

.cont_wrap .cont_area div.end {
    margin-bottom: 30px;
}

.cont_wrap .cont_area dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cont_wrap .cont_area dl dt {
    font-weight: 600;
}

.cont_wrap .cont_area dl dd {
    font-size: 14px;
    color: var(--gray);
    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 .rule_area {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.rule_wrap .rule_area::after {
    display: block;
    content: '';
    clear: both;
}

.rule_wrap .rule_area dl {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

.rule_wrap .rule_area dl dt {
    width: 20%;
}

.rule_wrap .rule_area dl dd {
    width: 80%;
    color: var(--gray);
    line-height: 22px;
    padding-right: 10px;
}

.rule_wrap .btn_area {
    position: fixed;
    bottom: 0;
}

/* 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;
    font-size: 15px;
    margin-bottom: 10px;
}

#CitySearchBoxData .airSearch .title_bold {
    width: 8%;
    color: var(--black);
    font-weight: 500;
    margin-right: 10px;
}

#CitySearchBoxData .airSearch span:last-child {
    width: 90%;
    color: var(--gray);
}

#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: var(--gray);
}

.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 {
    width: 100%;
    font-family: 'pretendard', sans-serif;
    background-color: transparent;
    border-bottom: 1px #231f20 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: 20px;
    font-weight: 600;
}

.city_wrap .city_list {
    overflow: hidden;
}

.city_wrap .city_list .tit {
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    font-size: 16px;
    padding: 0 20px;
    color: var(--black);
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    border-bottom: 8px solid #fafafa;
    background: url(../../images/temp102/common/arrow_down.svg) 96% 50% / 18px no-repeat;
    margin-bottom: 0;
}

.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: 46px;
    line-height: 46px;
    width: calc(100%/4);
    float: left;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.city_wrap .city_list .depth2 li a {
    font-size: 16px;
    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 .btnReservation {
    width: 80px;
    min-height: 36px;
    margin-left: 20px;
    border-radius: 30px;
}

.cal_wrap .cont_box .week {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 16px;
}

.cal_wrap .cont_box .week ul {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
}

.cal_wrap .cont_box .week ul li {
    text-align: center;
    color: var(--gray);
    font-weight: 600;
}

.cal_wrap .cont_box .week ul li.sun {
    color: #e32c42
}

.cal_wrap .cont_box .of_y {
    height: 700px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 60px;
}

.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: 18px;
    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: 74px;
    display: flex;
    align-items: top;
    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 50px;
    opacity: 8;
}

.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 50px;
    opacity: 8;
}

.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 50px;
    opacity: 8;
}

.cal_wrap .cont_box .cal_inner .day div span {
    top: 0;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    /*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;
    flex-direction: column;
}

.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 .today {
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid rgb(0 0 0 / 80%)
}

.cal_wrap .cont_box .cal_inner .day div .today::after {
    color: rgba(0, 0, 0, 0.8);
    content: "오늘";
    text-align: center;
    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: 500;
    line-height: 1.5;
}

.cal_wrap .cont_box .cal_inner .day div span.end {
    color: var(--white);
    background: var(--primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.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;
    font-size: 16px;
    line-height: 1.5;
}

.cal_wrap .cont_box .cal_inner .day div .txt {
    top: 60%;
    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;
    font-weight: 600;
    cursor: default;
    line-height: 1.4;
    pointer-events: none;
    justify-content: center;
}

.cal_wrap .cont_box .cal_inner .day div span.start .txt .select {
    color: var(--primary);
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner .day div span.end .txt .select {
    color: var(--primary);
    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 {
    top: 60%;
    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;
}

.cal_wrap .cont_box .cal_inner.hotel .day div span.start .txt .select {
    color: var(--primary);
    background: var(--white);
    z-index: 333;
}

.cal_wrap .cont_box .cal_inner.hotel .day div span.end .txt .select {
    color: var(--primary);
    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;
    margin-bottom: 20px;
}

.cal_wrap .cont_box .cal_inner.tour .day div span.selected {
    color: var(--white);
    background: var(--primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.cal_wrap .cont_box .cal_inner.tour .day div .txt {
    top: 32px;
    height: auto;
}

.cal_wrap .cont_box .cal_inner.tour .day .price {
    display: block;
    width: 68%;
    height: 16px;
    top: 56px;
    text-align: center;
    font-size: 11px;
    color: var(--primary);
    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%;
    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: 20px;
    color: var(--black);
    text-align: center;
    font-weight: 700;
    width: 22%;
    border: 0;
}

.mem_wrap .alert-notice {
    display: block;
    color: rgb(237 83 81 / 70%);
    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: 46px;
    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;
}

.option_wrap .list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 30px 0;
}

.option_wrap .list_item .label_area {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.option_wrap .list_item .label_area span.label {
    color: var(--black);
    font-size: 18px;
    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: 20%;
}

.option_wrap .count_btn .btn_area {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    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: 20px;
    color: var(--black);
    text-align: center;
    font-weight: 600;
    width: 22%;
    border: 0;
}

.option_wrap .price_area {
    width: 100%;
    padding: 20px 0 30px;
}

.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;
    letter-spacing: -0.6px;
}

.option_wrap .btnReservation {
    width: 40%;
    margin: 0 auto;
}

/* option-tour 
.option_wrap.tour .content {width: 40%; min-width:740px; left: 50%;bottom:0;position: absolute;background: var(--white)fff;transform:translate(-50%);border-radius: 20px 20px 0 0;box-shadow:0px 8px 10px 10px rgb(0 0 0 / 8%); padding:30px 0 0;}
.option_wrap.tour .content .ti {width:90%; font-size: 20px;}
.option_wrap.tour .content .cont {width: 94%; margin: 60px auto 60px; letter-spacing: -0.4px;}
.option_wrap.tour .content .cont .dt {font-weight:500; font-size: 18px; color:var(--black);}
.option_wrap.tour .content .cont .dd {font-weight:500; font-size: 18px; color:var(--black);}
.option_wrap.tour .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.tour .content .cont .item_list {width:100%; overflow:hidden; overflow-y:auto; min-height: 160px; padding-bottom: 30px;}
.option_wrap.tour .content .cont .item_list .dt {margin-bottom: 10px;}
.option_wrap.tour .content .cont .item {display: flex; justify-content: space-between; align-items: center;padding: 10px 0;}
.option_wrap.tour .content .cont .item .label_area {display: flex; flex-direction:row-reverse; align-items: center; margin-right: 30px;}
.option_wrap.tour .content .cont .item .label_area .label {color: var(--black); font-size: 18px; font-weight:600; margin-bottom: 2px;}
.option_wrap.tour .content .cont .item .label_area .label small {font-size: 12px; font-weight: 300; color:var(--primary); opacity: .8;}
.option_wrap.tour .content .cont .item .label_area .desc {color: var(--black); font-weight: 500; font-size: 15px; margin-right: 10px; letter-spacing: -0.4px; }
.option_wrap.tour .content .cont .count_btn {width:141px; vertical-align: top;box-sizing: border-box;}
.option_wrap.tour .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.tour .content .cont .count_btn .btn_area .ico_typ {width: 36px;height: 36px;background: var(--white);border:1px solid #e5e5e5;outline: none;cursor: pointer;}
.option_wrap.tour .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.tour .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.tour .content .cont .count_btn .btn_area .inp_num {font-size: 18px;color: var(--black); 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.tour .content .price_area {width:100%; padding:36px 0 0; background-color: #fafafa;}
.option_wrap.tour .content .price_area .inner {width: 94%; margin: 0 auto; padding-bottom: 30px; display: flex; justify-content: space-between;}
.option_wrap.tour .content .price_area .inner::after {display: block; content: ''; clear: both;}
.option_wrap.tour .content .price_area .inner div:first-child {width: 20%; font-size: 16px; font-weight: 400; color: var(--black); line-height: 24px; text-align: left;}
.option_wrap.tour .content .price_area .inner .price_data {width: 80%; display: flex; flex-direction: column;}
.option_wrap.tour .content .price_area .inner .price_data .area01 {width: 100%; color:var(--primary); font-weight:600; font-size: 24px; line-height: 28px; text-align: right; letter-spacing: -0.4px;}
.option_wrap.tour .content .price_area .inner .price_data .area01 .won {color:var(--primary); font-weight:600; font-size: 18px;}
.option_wrap.tour .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; margin-bottom: 4px;}
.option_wrap.tour .content .price_area .inner .price_data .area03 {width: 100%; font-size: 14px; font-weight: 400; color:rgb(0 0 0 / 50%); line-height: 18px; text-align: right;}
.option_wrap.tour .content .price_area .inner .price_data .area03 .ti {color:rgb(0 0 0 / 70%); font-size: 14px; margin-right: 10px;}
.option_wrap.tour .content .btnReservation {width:100%; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 20px; color:var(--white); border-radius: 0 0 0 0; cursor: pointer;}
*/

/* filter */
.btn_filter {
    display: none;
}

.filter_wrap .cont_box .filter_tab {
    width: 94%;
    max-width: 94%;
    margin: 30px auto 10px;
    display: flex;
    justify-content: start;
}

.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: 8px 14px;
    text-align: center;
    font-size: 16px;
    color: var(--black);
    margin: 0 6px 6px 0;
    float: left;
    cursor: pointer;
}

.filter_wrap .cont_box .filter_tab div.active {
    color: var(--primary);
}

.filter_wrap .cont_box .filter_tab .reset {
    display: flex;
    align-items: center;
    color: var(--gray);
    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: 94%;
    height: 76%;
    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;
    /*margin-bottom:4px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_wrap .cont_box .item_list .item .tit {
    width: 70%;
    font-size: 18px;
    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: 185px;
    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: 24px;
    height: 24px;
    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: 94%;
    height: 660px;
    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: 100%;
    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: 100%;
    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 .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 .tit {
    margin-bottom: 10px
}

.modal_body .guide dl {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 4px;
}

.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;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0;
    height: 100%;
}

#smallPopup_arti {
    width: 60%;
    height: 92%;
    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;
    height: 100%;
    /*overflow-y: auto;*/
    padding-bottom: 30vh;
}

#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;
}




























@media screen and (max-width: 1279px) and (min-width: 1023px) {
    .content {
        padding-top: 18%;
    }

    /*main*/
    h2 {
        margin-bottom: 24px;
    }

    header.type2 .inner .gnbArea .pc li.gnb span {
        font-size: 18px;
        margin-left: 24px;
    }

    .main_Banner .visual .inner .bannerInfo .main {
        width: 90%;
        font-size: 50px;
    }

    .main_Banner .main_search {
        right: 3%;
        margin-left: 20px;
    }

    .theme {
        width: 94%;
    }

    .theme .category {
        margin-left: 2.5%;
    }

    .eventArea .titArea {
        margin: 0 auto;
    }

    .eventArea .item {
        height: 22vw;
    }

    .itemArea {
        padding: 0 30px;
    }

    .titArea {
        width: 94%;
    }

    .itemLayout1 h2 {
        width: 94%;
        margin: 0 auto 24px;
    }

    .itemLayout2 .titArea {
        width: 100%;
    }

    .itemLayout3 .moreArea {
        width: 94%;
        margin: 0 auto;
    }

    .custmer {
        width: 94%;
    }

    .custmer .box {
        padding: 20px;
    }

    .custmer .box ul {
        margin-left: 16px;
    }

    .noti .wrap {
        border-left: 0;
        border-right: 0;
    }

    .paging {
        margin-bottom: 120px;
    }

    /*member & mypage*/
    .mypage {
        width: 94%;
    }

    .mypage .custmer {
        width: 100%;
    }

    .mypage .custmer .box {
        padding: 20px;
    }

    .mypage .custmer .box ul {
        margin-left: 10px;
    }

    .join_wrap {
        width: 70%;
        margin: 0 auto;
    }

    .join_wrap dl dd.email div:last-child p {
        font-size: 13px;
    }

    .join_wrap dl dd.email div:last-child .btn_joinCheck {
        width: 18%;
    }

    .login_wrap {
        width: 50%;
        margin-top: 0;
    }

    .findMember {
        width: 50%;
        margin-top: 0;
    }

    .coupon .area02 ul {
        width: 94%;
        margin: 0 auto;
    }

    .coupon .area02 .list {
        width: 94%;
        margin: 20px auto;
    }

    .wishlist .tab_area {
        width: 94%;
        margin: 0 auto 20px;
    }

    .wishlist .itemArea .item {
        min-width: 20.9vw;
        margin-bottom: 60px;
    }

    .wishlist .itemArea .item .item_img {
        width: 100%;
        height: 20.8vw;
        max-height: 245px;
        margin-bottom: 20px;
    }

    .wishlist .itemArea .item .item_info .badge_area {
        margin-bottom: 10px;
    }

    .wishlist .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .wishlist .itemArea .item .item_info .sti {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    .wishlist .itemArea .item .item_info .price {
        font-size: 20px;
    }

    .wishlist .itemArea .item .item_info .price span {
        font-size: 16px;
        margin-left: 2px;
    }

    .myReview .tab_area {
        width: 94%;
        margin: 0 auto 20px;
    }

    .myReview .itemArea .item {
        min-width: 20vw;
        margin-bottom: 60px;
    }

    .myReview .itemArea .item .item_img {
        width: 100%;
        height: 20.8vw;
        max-height: 245px;
        margin-bottom: 20px;
    }

    .myReview .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .myReviewView .cont {
        width: 94%;
        margin: 0 auto 40px;
    }

    .myReviewView .cont .area02 img {
        width: 100%;
    }

    .myReviewWrite .cont {
        width: 94%;
    }

    .reserve .contArea {
        width: 94%;
    }

    .reserve .section dl dt {
        width: 20%;
    }

    .reserve .section dl dd {
        width: 76.4%;
    }

    .reserve .section dl dd.email {
        width: 76.5%;
    }

    .reserve .section dl dd.email .inp_email {
        width: 66%;
    }

    .reserve .section dl dd.email .inp_sel {
        width: 34%;
    }

    .reservaList {
        width: 94%;
    }

    .finish .area01 {
        margin-top: 0;
    }

    .finish .area02 {
        width: 80%;
    }

    .finish .btn_double {
        width: 50%;
    }

    /*tour*/
    .tour_main {
        padding-top: 14%;
    }

    .tour_main .theme {
        width: 94%;
        margin-top: 0;
    }

    .tour_main .theme .category {
        margin-left: 2.5%;
    }

    .tour_main .theme .item {
        margin-left: 24px;
    }

    .tour_main .theme .item:first-child {
        margin-left: 0;
    }

    .tour_main .search {
        max-width: 776px;
    }

    .tour_main .search div:first-child {
        width: 50%;
    }

    .tour_main .search div:last-child {
        width: 50%;
    }

    .tour_main .banner .inner {
        height: 20vw;
    }

    .tour_main .magazine .area01 {
        width: 94%;
        margin: 0 auto 24px;
    }

    .tour_main .magazine .area02 {
        width: 94%;
        margin: 0 auto;
    }

    .tour_main .magazine .area02 .item {
        height: 30vw;
    }

    .tour_main .magazine .area02 .item ul {
        bottom: 32px;
        padding: 0 26px;
    }

    .tour_main .magazine .area02 .item .vol {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .tour_main .magazine .area02 .item .ti span:first-child {
        font-size: 18px;
    }

    .tour_main .magazine .area02 .item .ti span:last-child {
        font-size: 22px;
    }

    .tour_list {
        padding-top: 14%;
    }

    .tour_list .area {
        width: 94%;
    }

    .tour_list .area .filter {
        width: 30%;
    }

    .tour_list .area .tab_area {
        width: 65%;
        margin-right: 5%;
    }

    .tour_list .theme {
        width: 94%;
    }

    .tour_list .theme .category {
        margin-left: 2.5%;
    }

    .tour_list .filter {
        width: 94%;
        margin: 0 auto 20px;
    }

    .tour_list .itemArea .item {
        min-width: 20vw;
        margin-bottom: 60px;
    }

    .tour_list .itemArea .item .item_img {
        width: 100%;
        height: 20.8vw;
        max-height: 245px;
        margin-bottom: 20px;
    }

    .tour_list .itemArea .item .item_info .badge_area {
        margin-bottom: 10px;
    }

    .tour_list .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .tour_list .itemArea .item .item_info .sti {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    .tour_list .itemArea .item .item_info .price {
        font-size: 20px;
    }

    .tour_list .itemArea .item .item_info .price span {
        font-size: 16px;
        margin-left: 2px;
    }

    .tour_detail {
        width: 94%;
        padding-top: 13%;
    }

    .tour_detail .item_area {
        width: 68%;
        margin-right: 5%;
    }

    .tour_detail .item_area h4 {
        font-size: 22px;
        width: 100%;
    }

    .tour_detail .item_area .itemName {
        font-size: 26px;
    }

    .tour_detail .item_area .price {
        font-size: 26px;
    }

    .tour_detail .datepicker h4 {
        font-size: 16px;
    }

    .tour_detail .datepicker .datepicker_list {
        width: 100%;
    }

    .tour_detail .kakao {
        padding: 20px 50px;
    }

    .tour_detail .kakao button {
        padding: 18px 30px;
        width: 48%;
    }

    .tour_detail .kakao button span {
        font-size: 22px;
    }

    .tour_detail .option_area {
        width: 27%;
    }

    .tour_detail .option_area .price_area div:nth-child(2) span:first-child {
        font-size: 26px;
    }

    .tour_detail .item_area .txt img {
        width: 100%;
    }

    .estimate {
        padding-top: 14%;
    }

    .estimate .theme .category {
        margin-left: 2.5%;
    }

    .estimate form {
        width: 90%;
    }

    /*hotel*/
    .hotel_main .search {
        max-width: 776px;
    }

    .hotel_main .search div:first-child {
        width: 50%;
    }

    .hotel_main .search div:last-child {
        width: 50%;
    }

    .hotel_main .banner .inner {
        height: 20vw;
    }

    .hotel_main .ranking .area01 {
        width: 94%;
        margin: 0 auto 24px;
    }

    .hotel_main .ranking .area02 {
        width: 94%;
        margin: 0 auto 120px;
    }

    .hotel_main .ranking .area02 .item .item_img {
        width: 100%;
        height: 16vw;
        position: relative;
        margin-bottom: 20px;
    }

    .hotel_main .ranking .area02 .item .item_info .tit {
        font-size: 22px;
    }

    .hotel_list {
        width: 94%;
    }

    .hotel_list .itemArea {
        padding: 30px 0 0;
    }

    .hotel_list .itemArea .item {
        min-width: 20vw;
        margin-bottom: 60px;
    }

    .hotel_list .itemArea .item .item_img {
        width: 35%;
        height: 19vw;
        margin-bottom: 20px;
    }

    .hotel_list .itemArea .item .item_info {
        width: 60%;
    }

    .hotel_list .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .hotel_list .itemArea .item .item_info .sti {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    .hotel_list .itemArea .item .item_info .price {
        font-size: 20px;
    }

    .hotel_list .itemArea .item .item_info .price span {
        font-size: 16px;
        margin-left: 2px;
    }

    .hotel_list .moreArea div:last-child button {
        width: 60%;
    }

    .hotel_detail {
        width: 94%;
        padding-top: 14%;
    }

    .hotel_detail .cont_area .item_area {
        width: 68%;
    }

    .hotel_detail .cont_area .item_area h4 {
        font-size: 22px;
        width: 100%;
    }

    .hotel_detail .cont_area .item_area .item_info .itemName {
        font-size: 26px;
    }

    .hotel_detail .cont_area .item_area .item_info .price {
        font-size: 26px;
    }

    .hotel_detail .cont_area .option_area {
        width: 27%;
    }


    /*golf*/
    .step_golf p:first-child {
        width: 20%;
        text-align: left;
    }

    .step_golf .inner {
        width: 75%;
        margin-left: 5%;
    }

    .golf_list {
        width: 94%;
    }

    .golf_list .itemArea {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    .golf_list .itemArea .item {
        position: relative;
        margin: 0 15px;
        margin-bottom: 70px;
    }

    .golf_list .itemArea .item .item_img {
        height: 20vw;
    }

    .golf_list .itemArea .item .item_info dl dt {
        width: 12%;
    }

    .golf_list .itemArea .item .item_info dl dd {
        width: 88%;
    }

    .golf_real {
        width: 94%;
    }

    .golf_real .itemArea {
        width: 100%;
        padding: 0;
    }

    .golf_real_detail {
        width: 94%;
        padding-top: 14%;
    }

    .golf_real .itemArea {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 0;
    }

    .golf_real .itemArea .item {
        position: relative;
        margin: 0 15px;
        margin-bottom: 70px;
    }

    .golf_real .itemArea .item .item_img {
        height: 20vw;
    }

    .golf_real .itemArea .item .item_info dl dt {
        width: 8%;
    }

    .golf_real .itemArea .item .item_info dl dd {
        width: 92%;
    }

    /*event & magazine*/
    .event .tab_area {
        width: 94%;
        margin: 0 auto 20px;
    }

    .event .list {
        width: 94%;
        margin: 0 auto;
    }

    .eventView .cont {
        width: 94%;
        margin: 0 auto 40px;
    }

    .eventView .cont .area02 p img {
        max-width: 940px;
    }

    .mzList {
        width: 94%;
    }

    .mzList .inp_sel {
        width: 30%;
    }

    .mzList .itemArea {
        padding: 0;
    }

    .mzList .itemArea .item {
        height: 33vw;
    }

    .mzList .itemArea .item .ti span:first-child {
        font-size: 17px;
    }

    .mzList .itemArea .item .ti span:last-child {
        font-size: 22px;
    }

    .mzView .cont {
        width: 94%;
    }

    .mzView .cont .area02 img {
        max-width: 940px;
    }

    .relat_prod h3 {
        width: 94%;
        margin: 0 auto 20px;
    }

    .relat_prod .itemArea .item {
        min-width: 20vw;
        margin-bottom: 60px;
    }

    .relat_prod .itemArea .item .item_img {
        width: 100%;
        height: 20.8vw;
        max-height: 245px;
        margin-bottom: 20px;
    }

    .relat_prod .itemArea .item .item_info .badge_area {
        margin-bottom: 10px;
    }

    .relat_prod .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .relat_prod .itemArea .item .item_info .sti {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    .relat_prod .itemArea .item .item_info .price {
        font-size: 20px;
    }

    .relat_prod .itemArea .item .item_info .price span {
        font-size: 16px;
        margin-left: 2px;
    }

    /*review*/
    .review .area {
        width: 94%;
    }

    .review .area .tab_area {
        width: 40%;
        margin: 0;
    }

    .review .area .searchArea {
        width: 40%;
    }

    .review .area .searchArea ul .inp_sel {
        width: 28%;
    }

    .review .itemArea .item {
        min-width: 214px;
        max-width: 22%;
        margin-bottom: 60px;
    }

    .review .itemArea .item .item_img {
        width: 100%;
        height: 20.8vw;
        max-height: 245px;
        margin-bottom: 20px;
    }

    .review .itemArea .item .item_info .tit {
        font-size: 18px;
    }

    .reviewView .cont {
        width: 94%;
        margin: 0 auto 40px;
    }

    .reviewView .cont .area02 img {
        max-width: 940px;
    }

    .reviewWrite .cont {
        width: 94%;
    }

    /*customer*/
    .customer {
        width: 100%;
    }

    .customer .searchArea {
        width: 60%;
    }

    .customer .faq_area {
        width: 94%;
    }

    .customer .notice_area {
        width: 94%;
    }

    .faq .searchArea {
        width: 100%;
    }

    .faq .searchArea ul {
        width: 60%;
    }

    .faq .list {
        width: 94%;
    }

    .notice .searchArea {
        width: 60%;
    }

    .notice .searchArea ul .inp_sel {
        width: 24%;
    }

    .notice .searchArea ul li:nth-child(2) {
        width: 60%
    }

    .notice .list {
        width: 94%;
    }

    .noticeView .cont {
        width: 94%;
        margin: 0 auto 40px;
    }

    .noticeView .cont .area02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .policies .inner {
        width: 94%;
    }


    /*layer_wrap*/
    .layer_wrap .cont_box {
        width: 80%;
        max-width: 800px;
    }

    .layer_search .area01 div:last-child {
        width: 80%;
    }

    .layer_search .area02 {
        width: 80%;
    }

    #smallPopup_arti {
        width: 90%;
        height: 92%;
    }

}


/*애니메이션 로딩용*/
@-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;
    margin: 0 auto;
}

.page_company_intro .intro img {
    width: inherit;
}