/* 서브 배너 */
.sub-banner{
    width:100%;
    height:300px;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.sub-banner-title{
    width:100%;
    padding:0 15px;
}
.sub-banner .sub-banner-title h5{
    font-size:45px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
    text-align: center;
}
.sub-banner .sub-banner-title p{
    font-size:18px;
    color:#fff;
    text-align: center;
    font-weight: 300;
    word-break: keep-all;
}
.sub-local-banner{
    background:url(/images/localtourbanner.jpg) center center no-repeat;
}
.sub-community-banner{
    background:url(/images/communitybanner.jpg) center center no-repeat;
}
.sub-mypage-banner{
    background:url(/images/mypagebanner.jpg) center center no-repeat;
}
.sub-culturetour-banner{
    background:url(/images/culturetourbanner.jpg) center center no-repeat;
    background-size: cover;
}
.sub-businesstour-banner{
    background:url(/images/businesstourbanner.jpg) center center no-repeat;
    background-size: cover;
}
.sub-introduce-banner{
    background:url(/images/introducebanner.jpg) center center no-repeat;
    background-size: cover;
}
.sub-basictour-banner{
    background:url(/images/basictourbanner.jpg) center center no-repeat;
    background-size: cover;
}


@media screen and (max-width:768px){
    .sub-banner{
        height:200px;

    }
    .sub-banner .sub-banner-title h5{
        font-size:28px;
        margin-bottom:10px;
    }
    .sub-banner .sub-banner-title p{
        font-size:14px;
        line-height:20px;
    }
}



/* 탭 */
.sub-tabwrap{
    margin-bottom:80px;
}
.sub-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #ddd;
}
.sub-tab .sub-tab-item{
    font-size:18px;
    color:#666;
    line-height:60px;
    margin-right:60px;
    position: relative;
}
.sub-tab .sub-tab-item.on{
    font-weight:500;
    color:#222;
}
.sub-tab .sub-tab-item.on::before{
    content: '';
    position:absolute;
    bottom:-3px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    height:5px;
    border-radius: 50px;
    background-color:#3F9E6E;
}
.sub-tab .sub-tab-item:last-child{
    margin-right:0px;
}

@media screen and (max-width:768px) {
    .sub-tabwrap{
        margin-bottom:40px;
    }
    .sub-tab .sub-tab-item{
        font-size:14px;
        margin-right:20px;
    }
    .sub-tab .sub-tab-item{
        line-height:50px;
    }
}


/*  서브 컨텐츠 */
.sub-contents{
    margin-top:80px;
    min-height:400px;
}

@media screen and (max-width:768px) {
    .sub-contents{
        margin-top:50px;
    }
}


/*  서브 검색 */
.sub-search-area{
    width:100%;
    display: flex;
    justify-content: center;
    background-color:#F3F3F3;
    padding:30px;
    border-radius: 15px;
    margin-bottom:80px;
}
.sub-search-area .word-search{
    margin-left:30px;
    margin-right:20px;
}
.sub-search-area .location-search span,
.sub-search-area .word-search span{
    font-size:20px;
    color:#222;
    font-weight:500;
    margin-right:10px;
}
.sub-search-area .location-search input,
.sub-search-area .word-search input{
    border:1px solid #eaeaea;
    height:40px;
    border-radius: 5px;
    padding-left:15px;
}
.sub-search-area .location-search input{
    width:180px;
}
.sub-search-area .word-search input{
    width:500px;
}
.sub-search-area .sub-search-btn button{
    width:140px;
    height:40px;
    background-color:#555;
    color:#fff;
    font-size:20px;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 43px;
}


@media screen and (max-width:1200px) {
    .sub-search-area .word-search input{
        width:400px;
    }
}
@media screen and (max-width:1024px) {
    .sub-search-area{
        padding:30px 15px;
        flex-direction: column
    }
    .sub-search-area .location-search,
    .sub-search-area .word-search{
        display:flex;
        align-items: center;
        margin:0 0 15px 0;
    }
    .sub-search-area .word-search input{
        width:calc(100% - 50px);
        padding-left:10px;
    }
    .sub-search-area .location-search input{
        width:calc(100% - 50px);
        padding-left:10px;
    }
    .sub-search-area .location-search span, .sub-search-area .word-search span{
        width:50px;
        display:inline-block;
        font-size:16px;
        margin:0;
    }
    .sub-search-area .sub-search-btn{
        padding-left:50px;
    }
    .sub-search-area .sub-search-btn button{
        width:100%;
        font-size:18px;
    }
}
@media screen and (max-width:768px) {
    .sub-search-area{
        margin-bottom:40px;
    }
}




/*  로컬관광 */
.sub-locallist-top{
    margin-bottom:40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom:2px solid #222;
    padding-bottom:20px;
}

.sub-locallist-top .list-number{
    font-size:18px;
    color:#666;
}
.sub-locallist-top .list-number span{
    color:#3F9E6E;
    font-size:22px;
    font-weight:500;
}
.sub-locallist-top .list-selectbtn button{
    width:200px;
    height:50px;
    color:#666;
    font-size:18px;
    display:inline-block;
    line-height:50px;
    text-align: center;
    border-radius: 5px;
    border:none;
    background-color:#f5f5f5;
    cursor: pointer;
}
.sub-locallist-top .list-selectbtn button p {
    position:relative;
    padding-left:15px;
}
.sub-locallist-top .list-selectbtn button.list-select p:before{
    content:'';
    width:15px;
    height:12px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-70px,-60%);
    background:url(/images/icon/list-icon.svg) center center no-repeat;
}
.sub-locallist-top .list-selectbtn .list-select{
    margin-right:10px;
}
.sub-locallist-top .list-selectbtn button.map-select p:before{
    content:'';
    width:11px;
    height:18px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-55px,-55%);
    background:url(/images/icon/map-icon.svg) center center no-repeat;
}
.sub-locallist-top .list-selectbtn button.on{
    background-color:#3F9E6E;
}
.sub-locallist-top .list-selectbtn button.on p {
    color:#fff;
    font-weight:500;
}
.sub-locallist-top .list-selectbtn button.list-select.on p:before{
    background:url(/images/icon/list-icon-on.svg) center center no-repeat;
}
.sub-locallist-top .list-selectbtn button.map-select.on p:before{
    background:url(/images/icon/map-icon-on.svg) center center no-repeat;
}


@media screen and (max-width:768px) {
    .sub-locallist-top{
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom:20px;
        padding-bottom:10px;
    }
    .sub-locallist-top .list-selectbtn{
        display:flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .sub-locallist-top .list-selectbtn button{
        width:50%;
    }
    .sub-locallist-top .list-selectbtn p{
        font-size:16px;
    }
    .sub-locallist-top .list-selectbtn button.list-select{
        margin-right:10px;
    }
    .sub-locallist-top .list-selectbtn button.list-select p:before{
        transform: translate(-62px,-60%);
    }
    .sub-locallist-top .list-selectbtn button.map-select p:before{
        transform: translate(-50px,-60%);
    }
    .sub-locallist-top .list-number{
        margin-top:20px;
        font-size:14px;
    }
    .sub-locallist-top .list-number span{
        font-size:18px;
    }
}


.product-list{
    display:block;
}
.local-product-list.product-list {
   display:none;
}
.local-product-list.product-list.on {
    display:block;
 }
.product-list .product-item{
    float:left;
    width: calc(25% - 15px);
    margin-right:20px;
    margin-bottom:60px;
    overflow: hidden;
    cursor: pointer;
}
.product-list .product-item:hover .img-area img{
    transform: scale(1.1);
}
.product-list .product-item:nth-child(4n){
    margin-right:0;
}

.local-product-list .product-item.show {
    opacity: 1;
}

.local-product-list .product-item.hide {
    opacity: 0;
}

@media screen and (max-width:1024px) {

    .product-list .product-item{
       width:calc(33.333% - 15px);
       margin-right:20px;
       margin-bottom:40px;
    }
    .product-list .product-item:nth-child(4n){
        margin-right:20px;
    }
    .product-list .product-item:nth-child(3n){
        margin-right:0;
    }

    @media screen and (max-width:600px) {
        .product-list .product-item{
            width:100%;
            margin-right:0 ;
            margin-bottom:40px;
        }
        .product-list .product-item:last-child{
            margin-bottom:0
        }

    }
}



/* 로컬관광 지도로 보기  */
.local-product-map{
    height:1180px;
    display:none;
}
.local-product-map.on{
    display:flex;
}
.product-map-api{
    width:70%;
    background-color:#eaeaea;
    margin-right:60px;
    flex-shrink: 0;
}
.list-scroll{
    padding-right:20px;
    overflow-y: scroll;

}
.local-product-map-list {
    display:flex;
    flex-direction: column;
}
.local-product-map-list .product-item{
    width:335px;
    margin-top:40px;
}
.local-product-map-list .product-item:hover .img-area img{
    transform: scale(1.1);
}
.local-product-map-list .product-item:first-child{
    margin-top:0;
}
@media screen and (max-width:1400px) {
    .local-product-map-list .product-item{
        width:100%;
    }
    .product-map-api{
        margin-right:40px;
    }
}
@media screen and (max-width:900px) {
    .local-product-map{
        height:unset;
    }
    .local-product-map{
        flex-direction: column;
    }
    .product-map-api{
        width:100%;
        height:450px;
    }
    .list-scroll{
        overflow-y: hidden;
        overflow-x: scroll;
        width:100%;
        margin-top:40px;
        padding-bottom:30px;
        padding-right:0;
    }
    .local-product-map-list{
        display: flex;
        flex-direction: row
    }
    .local-product-map-list .product-item{
        margin-top:0;
        margin-right:20px;
        width:40%;
    }

}
@media screen and (max-width:900px) {
    .local-product-map-list .product-item{
        width:70%;
        min-width:70%;
    }
}



/* 상품 리스트 */
.product-item .img-area{
    width:100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow:hidden ;
    border-radius: 15px;
}
.product-item .img-area img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.3s;
}
.product-item .text-area{
    margin-top:20px;
    padding:0 5px;
}
.cat-icon{
    display: inline-block;
    width: 64px;
    height:24px;
    color:#EE5050;
    font-size:14px;
    line-height:24px;
    text-align: center;
    border:1px solid #EE5050;
    border-radius: 5px;
    font-weight:500;
    margin-bottom:10px;
}
.product-item .text-area h5{
    width:100%;
    font-size:18px;
    color:#222;
    font-weight:500;
    line-height:24px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 줄 수를 2줄로 설정 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:10px;
    min-height:48px;
}
.product-item .text-area p{
    color:#555;
    white-space: nowrap;        /* 텍스트를 한 줄로 유지 */
    overflow: hidden;           /* 넘치는 부분을 숨김 */
    text-overflow: ellipsis;    /* 넘치는 부분에 ... 표시 */
    margin-bottom:20px;
}

.product-item .text-area p.subtitle{
	min-height:19px;
}

.product-item .text-area .product-location{
    color:#555;
}
.weather-info{
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height:45px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:20px;
}
.weather-status{
    display:flex;
    justify-content: center;
    align-items: center;
}
.weather-info li{
    margin-right:30px;
    position:relative;
}
.weather-info li:after{
    content:"";
    width:1px;
    height:12px;
    background-color:#D9D9D9;
    position:absolute;
    top:50%;
    right:0;
    margin-right:-15px;
    transform:translateY(-50%);
}
.weather-info li:last-child:after{
    content:unset;
}
.weather-info li:last-child{
    margin-right:0;
}
.weather-info .text{
    font-family: "Pretendard";
    font-size:12px;
    font-weight:500;
    color:#3A3A3A;
}
.weather-status .icon{
    background-repeat:no-repeat;
    background-size:20px 20px;
    background-position:center;
    width:20px;
    height:26px;
    margin-right:10px;
}
.weather-info.view{
    border:none;
    margin:0;
}
.weather-info.view li,.weather-info.view li div{
    font-size:16px;
}
.product-item .text-area .product-location {
    margin-bottom:30px;
}
.product-item .text-area .product-location img{
    margin-right:3px;
}
.product-item .text-area h2 strong{
    font-size:25px;
    font-weight:600;
    color:#222;
}
.product-item .text-area h2{
    color:#555;
    font-weight:300;
}
@media screen and (max-width:768px) {
    .product-item .text-area{
        padding-right:0;
        padding-left:0;
        margin-top:10px;
    }

}
@media screen and (max-width:900px) {
    .weather-info .text{
        font-size:15px;
        white-space: nowrap;
    }
    .weather-status .icon{
        width:22px;
        height:22px;
    }
    .weather-info li{
        margin-right:20px;
    }
    .weather-info li:after{
        margin-right:-10px;
    }
    .weather-info.view li,.weather-info.view li div{
        font-size:16px;
    }
    @media screen and (max-width:370px) {
        .weather-info li{
            margin-right:5px;
        }
        .weather-info li:after {
            display:none;
        }
        .weather-info .text{
            margin-right:5px;
        }
        .weather-info .text{
            font-size:14px;
        }
        .weather-status .icon{
            margin-right:5px;
        }
    }
}


/* 상품 상세  */
.product-view-top{
    display:flex;
}
.product-view-top .poruct-img-area{
    width:750px;
    height:550px;
    background-color:#ddd;
    position:relative;
    margin-right:50px;
    overflow: hidden;
    border-radius: 25px;
}
.product-view-top .poruct-img-area img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.poruct-img-area .swiper-button-prev{
    width:55px;
    height:55px;
    border-radius: 50%;
    position: absolute;
    top:unset;
    left:unset;
    bottom:20px;
    right:80px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.poruct-img-area .swiper-button-prev::after{
    content:'';
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.3) url(/images/icon/product-leftbtn.svg) center center no-repeat;
}
.poruct-img-area .swiper-button-next{
    width:55px;
    height:55px;
    border-radius: 50%;
    position: absolute;
    top:unset;
    left:unset;
    bottom:20px;
    right:20px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.poruct-img-area .swiper-button-next::after{
    content:'';
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.3) url(/images/icon/product-rightbtn.svg) center center no-repeat;
}
.product-view-top .poruct-info-area{
    width:600px;
}
.poruct-info-top {
    display:flex;
    flex-direction: column;
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px solid #ccc;
}
.poruct-info-top .location{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
.poruct-info-top .location em{
    color:#555;
}
.poruct-info-top .location em img{
    margin-right:3px;
}
.cat-icon-view{
    display: inline-block;
    width: 80px;
    height:30px;
    color:#EE5050;
    line-height:30px;
    text-align: center;
    border:1px solid #EE5050;
    border-radius: 5px;
    font-weight:500;
}
.poruct-info-top h5{
    font-size:24px;
    font-weight:500;
    color:#222;
    line-height:32px;
    margin-bottom:20px;
}
.poruct-info-top .subtitle{min-height:24px;}
.poruct-info-top p{
    color:#555;
    line-height:24px;
    margin-bottom:20px;
}

.poruct-info-bottom div{
    margin-bottom:25px;
    position:relative;
    min-height:22px;
}
.poruct-info-bottom div span{
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:100px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    background-color:#222;
    border-radius: 5px;

}
.poruct-info-bottom div p{
    padding-left:120px;
    line-height:22px;
}
.poruct-info-bottom h3{
    text-align: right;
    margin-top:60px;
    font-size:32px;
    font-weight:600;
    color:#3F9E6E;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.poruct-info-bottom h3 em{
    font-size:18px;
    color:#555;
    margin-left:2px;
    font-weight:400;
}
.product-view-bottom{
    margin-top:100px;
    display: flex;
    position:relative;
}
.view-tab-container{
    width:1020px;
}


/* Tab Menu */
.view-tab-container .tab-menu {
    display: flex;
    background-color:#F5F5F5;
    border-radius:15px;
    height:60px;
    overflow: hidden;
    margin-bottom:60px;
}

.view-tab-container .tab-item {
    width:25%;
    text-align: center;
    cursor: pointer;
    line-height:60px;
    font-size:18px;
    color:#666;
    border-right:1px solid #ddd;
}
.view-tab-container .tab-item:last-child{
    border-right:none;
}
.view-tab-container .tab-item.active{
    border:none;
}
.view-tab-container .tab-item.active {
    color:#fff;
    font-weight: 500;
    background-color:#3F9E6E;
    font-size:18px;
}

/* Tab Content */
.sheet_title_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.sheet_title_bar {
    width: 4px;
    height: 21px;
    background: #333;
    margin-right: 10px;
}

.sheet_title {
    color: #111;
    font-size: 24px;
    font-weight: 600;
}

.airline_info_table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #CCC;
    border-collapse: collapse;
}

td {
    padding: 14px;
    color: #222;
    text-align: center;
    line-height: 24px;
}

.td_border_r {
    border-right: 1px solid #CCC;
}

.td_border_b {
    border-bottom: 1px solid #CCC;
}

.table_ex {
    color: #222;
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
}

.airline_short {
    width: 124px;
    background: #ECECEC;
    font-weight: 500;
}

.airline_day {
    width: 216px;
}

.airline_time {
    padding-left: 40px;
    text-align: left;
}

.day_schedule {
    padding: 18px;
    background: #ECECEC;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
}
.day_schedule.date-title{
    cursor: pointer;
    border-radius: 15px;
    font-size:22px;
    color:#333;
    padding:20px 20px;
    background:url(/images/icon/arrow-bottom.svg) center right 20px #f5f5f5 no-repeat;
}
.day_schedule.date-title.active{
    font-size:22px;
    background:url(/images/icon/top-btn.svg) center right 20px #3F9E6E no-repeat;
    color:#fff;
    margin-bottom:0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.date-content {
    display: none;
    background-color:#f6f8f7;
    padding:30px 30px 20px 30px;
    margin-bottom:30px;
    box-shadow: 0px 4px 5px rgb(0, 0, 0, 0.05);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.date-content.active {
    display: block;
}
.day_schedule_list_box {
    margin-bottom: 40px;
}
.day_schedule_list_box:last-child{
    margin-bottom:0;
}
.day_schedule_list_title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.day_schedule_list_title_mg_t {
    margin-top: 35px;
}

.day_schedule_list_detail li {
    color: #333;
    font-size: 15px;
    margin: 10px 0;
    position:relative;
    padding-left:10px;
}
.day_schedule_list_detail li::before{
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    top:7px;
    left:0;
    background-color:#555;
    border-radius: 50%;
}
.day_schedule_list_detail_img_box {
    display: flex;
    flex-wrap: wrap;
}
.day_schedule_list_detail_img {
    display: flex;
    width: 139px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.day_schedule_list_detail_img img {
    margin-right: 10px;
    width: 100%; height: 100%;
    object-fit: cover;
}

.stay_info_img_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.stay_info_img_list {
    display: flex;
}

.stay_info_img_list li {
    width: 278px;
    height: 218px;
    margin-right: 10px;
}

.caution {
    color: #333;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.caution_icon {
    width: 17px; height: 16px;
    background: url(/images/icon/caution.svg);
    margin-right: 5px;
}

.product_view_option_box {
    width: 395px;
    min-height: 1200px;
    background: #F6F6F6;
    padding: 50px 30px;
    box-sizing: border-box;
}

.product_view_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_view_option_title {
    color: #111;
    font-size: 15px;
    font-weight: 500;
}

.product_view_option_select_box {
    width: 211px; height: 37px;
    background: #fff;
}

.file_name_delete {
    margin-left: 10px;
}

.view-tab-container .tab-panel {
    display: none;
    width:100%;
    height:100%;
    overflow: hidden;
}
.view-tab-container .tab-panel.active {
    display: block;
}
.view-tab-container .tab-panel img{
    max-width:100%;
    height:unset;
}
@media screen and (max-width:768px){
    .tab-content .box{
        padding:20px 15px;
    }
    .day_schedule.date-title{
        padding:15px 15px;
        font-size:20px;
    }
    .date-content{
        padding:20px 15px;
    }
    .day_schedule_list_box{
        padding-left:5px;
    }
    .day_schedule_list_box::before{
        top:7px;
    }
    .box .item .note{
        padding-left:0 !important;
        line-height:1.3;
    }
}








/* 우측 문의하기 */
.ask-right{
    position: sticky;
    top:140px;
    right:0;
    width:320px;
    border:1px solid #ccc;
    margin-left:60px;
    /* height:714px; */
    height: fit-content;
    padding:30px;
    border-radius: 15px;
}
.calendar-title, .num-title{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
    border-radius: 15px;
}
.calendar-wrap{
    padding:18px 15px 0 15px;
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom:30px;
}
.cal-controls{
    display:flex;
    justify-content: center;
    margin-bottom:25px;
}
.cal-controls h3{
    font-size:13px;
    font-weight:600;
    color:#222;
    line-height:13px;
    margin:0 10px;
}
.cal-controls button{
    border:none;
    background: none;
    cursor: pointer;
}
.calendar-body .days{
    display:flex;
    margin-bottom:5px;
}
.calendar-body .date{
    display:flex;
    flex-direction: column;

}
.calendar-body .date .weeks{
    display:flex;
    margin-bottom:5px;
}
.calendar-body .date .weeks .disabled-date {
    color: #C9C9C9 !important;
    cursor: not-allowed !important;
}
.calendar-body .days .cal-item , .calendar-body .date .weeks .cal-item{
    width:14.2857%;
    font-size:12px;
    line-height:12px;
    color:#222;
    text-align: center;
    position:relative;
}
.calendar-body .date .weeks .cal-item{
    cursor: pointer;
    border-radius: 3px;
}
.calendar-body .days .cal-item.sun, .calendar-body .date .weeks .cal-item.sun{
    color:#E74133;
}
.calendar-body .days .cal-item.sat, .calendar-body .date .weeks .cal-item.sat{
    color:#335EE0;
}
.calendar-body .date .cal-item.on,
.calendar-body .date .cal-item.sat.on,
.calendar-body .date .cal-item.sun.on
{
    color:#fff;
    z-index: 10;
}
.calendar-body .date .cal-item.on::after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:30px;
    height:30px;
    background-color:#D94F3D;
    border-radius: 5px;
    z-index: -1;
}
.calendar-body .date .weeks .cal-item.today {
    background-color: #3F9E6E;
}
.calendar-body .date .weeks .cal-item.today p {
    color:#fff;
}
.calendar-body .date .weeks .cal-item.pick-date {
    color: #FFFFFF;
    background-color: #D94F3D;
}
.calendar-body .date .weeks .cal-item .date-text {
    height: 30px; width: 30px;
    align-content: center;
    margin: 0 auto;
}
.option-group-selector{
    margin-bottom: 20px;
}
.option-group-selector select{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border:none;
    color:#555;
    -webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */
    background:url(/images/icon/select-icon.svg)  center right 15px no-repeat #f9f9f9;
}
.num-wrap{
    margin-top:20px;
}
.num-wrap .num-list{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
.num-wrap .num-list .num-price{
    display:flex;
    flex-direction: column;
}
.num-wrap .num-list .num-price h6{
    font-size:16px;
    font-weight:500;
    color:#222;
    margin-bottom:3px;
    position:relative;
    display: flex;
    align-items: center;
}
.num-wrap .num-list .num-price h6 div{
    display:none;
    position:absolute;
    top:65%;
    left:50px;
    transform: translateY(-50%);
    width:118px;
    height:36px;
    line-height:32px;
    font-size:13px;
    text-align: center;
    background:url('/images/text-bg.png') left center no-repeat;
}
.num-wrap .num-list .num-price h6 img{
    margin-left:4px;
    cursor: pointer;
}
.num-wrap .num-list .num-price h6 img:hover ~ div {
    display:block;
}
.num-wrap .num-list .num-price p{
    color:#D94F3D;
    font-weight:500;
}
.num-wrap .num-list .num-price p em{
    font-size:16px;
    color:#555;
    font-weight:400;
}
.num-wrap .num-list .number {
    font-size:0;
    display:flex;
    align-items: center;
}
.num-wrap .num-list .number button{
    width:32px;
    height:32px;
    text-align: center;
    line-height:32px;
    border:1px solid #ddd;
    background:none;
    font-size:16px;
    color:#555;
    cursor: pointer;
}
.num-wrap .num-list .number button:hover{
    background-color:#f5f5f5;
}
.num-wrap .num-list .number span{
    display:inline-block;
    width:40px;
    height:32px;
    line-height:32px;
    color:#222;
    font-size:14px;
    font-weight: 500;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align: center;
}
.total-price {
    margin-top:30px;
    margin-bottom:30px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.total-price h5{
    font-size:18px;
    color:#222;
    font-weight:600;
}
.total-price h4{
    font-size:20px;
    color:#D94F3D;
    font-weight:600;
}
.total-price h4 em{
    font-size:16px;
    font-weight:400;
    color:#555;
}
.right-ask{
    width:100%;
    display:flex;
    align-items: center;
    justify-content:center;
    background-color:#3F9E6E;
    color:#fff;
    font-size:18px;
    font-weight:600;
    line-height:50px;
    border:none;
    cursor: pointer;
    border-radius:5px;

}
.right-ask img{
    margin-right:8px;
}
.right-ask:hover{
    background-color:#30865A;
}
.ask-button .mo-ask-closed{
    display:none;
    cursor: pointer;
}
.mo-ask-button{
    display:none;
}

@media screen and (max-width:1400px) {
    .view-tab-container{
        width:70%;
    }
    .product-view-top .poruct-img-area{
        width:calc(55% - 30px);
        margin-right:30px;
    }
    .product-view-top .poruct-info-area{
        width:45%;
    }
}

@media screen and (max-width:1024px) {
    .view-tab-container{
        width:100%;
    }
    .ask-right{
        position:fixed;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.75);
        margin-left:0;
        width:100vw;
        height:100vh;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        display:none;
    }
    .ask-right.on{
        display:flex;
    }
    .ask-right .bg-1024{
        width:70%;
        background-color:#fff;
        padding:50px 50px;
        position: relative;
        border-radius: 25px;
        max-height:800px;
        overflow-y: scroll;
    }
    .calendar-title{
        display:flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom:10px;
    }
    .calendar-title .mo-ask-closed{
        cursor: pointer;
        width:24px;
    }
    .ask-button{
        display:flex;
    }
    .ask-button .right-ask{
        width:70%;
    }
    .ask-button .mo-ask-closed{
        display:block;
        margin-right:10px;
        width:30%;
        flex-shrink: 0;
        border:none;
        background-color:#222;
        color:#fff;
        border-radius: 5px;
        font-size:16px;
    }
    .mo-ask-button{
        display:block;
        position:fixed;
        bottom:15px;
        left:50%;
        transform: translateX(-50%);
        width:calc(100% - 30px);
        z-index: 99;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (max-width:900px) {
    .product-view-top{
        flex-direction: column;
    }
    .product-view-top .poruct-img-area{
        width:100%;
        height:unset;
        aspect-ratio: 1/1;
        margin-right:0;
        margin-bottom:40px;
    }
    .product-view-top .poruct-info-area{
        width:100%;
    }
    .poruct-info-bottom h3{
        justify-content: flex-start;
        margin-top:40px;
    }
}
@media screen and (max-width:768px) {
    .product-view-top .poruct-img-area{
        border-radius: 15px;
        margin-bottom:20px;
    }
    .poruct-img-area .swiper-button-prev{
        width:50px;
        height:50px;
        right:70px;
    }
    .poruct-img-area .swiper-button-next{
        width:50px;
        height:50px;
        right:10px;
    }
    .poruct-info-top .location {
        margin-bottom:10px;
    }
    .poruct-info-top .location em{
        font-size:14px;
    }
    .poruct-info-top .location em img{
        width:8px;
    }
    .poruct-info-bottom h3{
        font-size:28px;
        margin-top:20px;
    }
    .cat-icon-view{
        font-size:14px;
        width:60px;
        height:25px;
        line-height:25px;
    }
    .poruct-info-top{
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .poruct-info-top h5{
        font-size:20px;
    }
    .poruct-info-bottom div{
        display:flex;
        flex-direction: column;
    }
    .poruct-info-bottom div span{
        position:unset;
        transform:unset;
        margin-bottom:10px;
        background-color:#555;
    }
    .poruct-info-bottom div p{
        padding:unset;
        word-break: keep-all;
    }
    .product-view-bottom{
        margin-top:60px;
    }
    .view-tab-container .tab-item{
        font-size:14px;
        line-height:22px;
        height:100%;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .view-tab-container .tab-item.active{
        font-size:14px;
    }
    .view-tab-container .tab-menu{
        margin-bottom:40px;
        word-break: keep-all;
    }
    .ask-right{
        padding:15px;
    }
    .ask-right .bg-1024{
        width:100%;
        max-height:600px;
        padding:20px 15px;
        border-radius: 10px;
    }
    .calendar-wrap{
        margin-bottom:20px;
    }
    .cal-controls{
        margin-bottom:15px;
    }

    .calendar-body .days{
        margin-bottom:10px;
    }
    .num-wrap{
        margin-top:10px;
    }
    .num-wrap > div{
        margin-bottom:15px;
    }
    .ask-button .mo-ask-closed{
        font-size:14px;
    }
    .ask-button .right-ask{
        font-size:16px;
        height:40px;
        line-height:40px;

    }
    .calendar-title, .num-title{
        font-size:18px;
    }
    .num-wrap > div .num-price h6 img{
        width:16px;
    }
    .num-wrap > div .num-price h6 img:click ~ div {
        display:block;
    }
}



/* 상품 문의하기 페이지 */
.ask-product-wrap{
    margin-bottom:100px;
}
.ask-product-title{
    font-size:28px;
    color:#222;
    font-weight:600;
    margin-bottom:10px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.ask-product-title p{
    position: relative;
    font-size: 18px;
    color:#555;
    font-weight:400;
}
.ask-product-title p span{
    position: absolute;
    top: 65%;
    left: -12px;
    transform: translateY(-50%);
    color: #FF6868;
}
.ask-product-top {
    border-top:1px solid #222;
    display:flex;
    flex-direction: column;
}
.ask-product-top .info-list{
    display:flex;
    border-bottom:1px solid #ddd;
    padding:20px 0;
}
.ask-product-top .info-list > span{
    width:150px;
    display:block;
    font-size:18px;
    color:#222;
    font-weight:500;
    margin-left:20px;
}
.ask-product-top .info-list > p{
    font-size:18px;
    color:#555;
}
.number-info{
    display:flex;
    flex-direction: column;
}
.number-info > div {
    display:flex;
    margin-bottom:15px;
    align-items: center;
}
.number-info > div .number-price{
    display:flex;
}
.number-info > div .number-price h6{
    font-size:18px;
    color:#555;
    font-weight:400;
    margin-right:20px;
    width:120px;
}
.number-info > div .number-price p{
    font-size:18px;
    color:#DF695A;
    font-weight:500;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    margin-right:20px;
    width:140px;
}
.number-info > div .number-price p em{
    font-size:16px;
    color:#555;
    font-weight:400;
}
.number-info > div .number{
    display:flex;
    align-items: center;
}
.number-info > div .number button{
    display:block;
    width:32px;
    height:32px;
    background:none;
    border:1px solid #ddd;
    line-height:28px;
    color:#555;
    cursor: pointer;
}
.number-info > div .number button:hover{
    background-color:#f5f5f5;
}
.number-info > div .number span{
    width:40px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.ask-total-price{
    background-color:#F5F5F5;
    padding:35px 60px;
    display:flex;
    align-items: center;
    margin-top:40px;
    border-radius: 15px;;
}
.ask-total-price h3{
    width:110px;
    color:#222;
    font-size:24px;
    font-weight:600;
    margin-right:60px;
}
.ask-total-price .price-info{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 3;
}
.ask-total-price .price-info .number-info02{
    display:flex;
    align-items: center;
}
.ask-total-price .price-info .number-info02 div{
    margin-right:40px;
}
.ask-total-price .price-info .number-info02 div span{
    font-size:18px;
    color:#222;
    font-weight:500;
}
.ask-total-price .price-info h2{
    font-size:24px;
    color:#DF695A;
    font-weight:600;
    display:flex;
    align-items: center;
}
.ask-total-price .price-info h2 em{
    font-size:16px;
    color:#555;
    font-weight:400;
}
.user-info{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top:1px solid #222;
}
.user-info > div {
    width:50%;
    display:flex;
    align-items: center;
    border-bottom:1px solid #ddd;
    padding:25px 20px;
}
.user-info > div:nth-last-child(even){
    border-right:1px solid #ddd;
}
.user-info > div > span{
    width:80px;
    margin-right:16px;
    font-size:16px;
    color:#222;
    font-weight:500;
    display:flex;
    align-items: center;
}

.user-info > div.sht > span{
	width:20px;
	margin-right:unset;
}

.user-info > div > span > i{
    color: #FF6868;
    display:block;
}
.user-info > div input{
    height:40px;
    border:1px solid #ccc;
    padding-left:10px;
    width:70%;
    border-radius: 5px;
}
.user-info > div.sht div.no{
    height:40px;
    width:70%;
}
.user-info > div.sht div.no input{
    width:30%;
}

.btn01{
    margin-top:80px;
}
.btn01 a{
    display:block;
    width:200px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    background-color:#3F9E6E;
    border:none;
    border-radius:5px;
    font-size:18px;
    color:#fff;
    cursor: pointer;
}
.btn01 a img{
    width:20px;
    height:20px;
    margin-right:8px;
}
.btn01 a:hover{
    background-color:#30865A;
}

.btn01 .reservation-btn {
    display:block;
    width:200px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    background-color:#3F9E6E;
    border:none;
    border-radius:5px;
    font-size:18px;
    color:#fff;
    cursor: pointer;
}
.btn01 .reservation-btn img{
    width:20px;
    height:20px;
    margin-right:8px;
}
.btn01 .reservation-btn:hover{
    background-color:#30865A;
}

@media screen and (max-width:768px) {
    .ask-product-wrap{
        margin-bottom:40px;
    }
    .ask-product-title{
        font-size:18px;
    }
    .ask-product-title p{
        font-size:14px;
    }
    .ask-product-title p span{
        left:-8px;
    }
    .ask-product-top .info-list{
        flex-direction: column;
    }
    .ask-product-top .info-list > p{
        font-size:16px;
    }
    .ask-product-top .info-list > span{
        margin-left:0;
        margin-bottom:10px;
    }
    .number-info > div{
        justify-content: space-between;
        margin-bottom:20px;
    }
    .number-info > div .number-price{
        flex-direction: column;
    }
    .number-info > div .number-price h6{
        margin-right:0;
        font-size:16px;
        margin-bottom:5px;
    }
    .number-info > div .number-price p{
        margin-right:0;
        justify-content: flex-start
    }
    .number-info > div .number button{
        width:40px;
        height:40px;
        line-height:38px;
    }
    .number-info > div .number span{
        height:40px;
    }
    .ask-total-price{
        flex-direction: column;
        align-items: flex-start;
        margin-top:20px;
        padding:20px 15px;
    }
    .ask-total-price h3{
        margin-right:0;
        font-size:22px;
    }
    .ask-total-price .price-info{
        flex-direction: column;
        margin-top:20px;
        align-items: flex-start
    }
    .ask-total-price .price-info .number-info02{
        margin-bottom:30px;
        flex-direction: column
    }
    .ask-total-price .price-info .number-info02 > div{
        margin-bottom:10px;
    }
    .ask-total-price .price-info .number-info02 div span{
        font-size:16px;
    }

    .user-info{
        flex-direction: column;
    }
    .user-info > div{
        width:100%;
        padding:20px 0;
    }
    .user-info > div:nth-last-child(even){
        border-right:unset;
    }
    .user-info > div > span{
        width:60px;
        font-size:16px;
    }
    .user-info > div input{
        width:87%;
    }

}




/* 문의완료 */
.ask-clear-wrap{
    width:1200px;
    margin:0 auto;
}
.ask-clear{
    padding-top:40px;
    display:flex;
    align-items: center;
}
.ask-clear .clear-img{
    width:500px;
    height:320px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#ECFAF3;
    border-radius: 15px;
}
.ask-clear .clear-img img{
    width:60%;
}
.ask-clear .clear-txt{
    width:50%;
    margin-left:100px;
}
.ask-clear .clear-txt h4{
    font-size:24px;
    color:#222;
    font-weight:600;
    margin-bottom:20px;
}
.ask-clear .clear-txt p{
    color:#555;
    margin-bottom:40px;
}
.ask-clear .clear-txt a{
    display:block;
    width:240px;
    height:40px;
    background-color:#3F9E6E;
    color:#fff;
    line-height:40px;
    text-align: center;
    border-radius: 5px;
    border:none;
}
.ask-clear .clear-txt a:hover{
    background-color:#30865A;
}
@media screen and (max-width:1024px) {
    .ask-clear-wrap{
        width:100%;
    }
}
@media screen and (max-width:1024px) {
    .ask-clear .clear-img{
        width:400px;
    }
    .ask-clear .clear-txt{
        margin-left:40px;
    }
}

@media screen and (max-width:768px) {
    .ask-clear{
        flex-direction: column;
        align-items: flex-start;
        padding-top:0;
    }
    .ask-clear .clear-img{
        width:100%;
        height:unset;
        padding:30px 0;
    }
    .ask-clear .clear-img img{
        width:60%;
    }
    .ask-clear .clear-txt{
        margin-top:40px;
        margin-left:0;
        width:100%;
    }
    .ask-clear .clear-txt h4{
        text-align: center;
        font-size:20px;
    }
    .ask-clear .clear-txt p{
        text-align: center;
        line-height:22px;
    }
    .ask-clear .clear-txt a{
        width:100%;
    }
}




/* 여행후기 */

.sub-search02{
    border-top:1px solid #222;
    border-bottom:1px solid #ddd;
    padding:20px 0;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:60px;
}
.sub-search02 .total-number{
    font-size:16px;
    color:#666;
}
.sub-search02 .total-number strong{
    font-size:22px;
    color:#3F9E6E;
    font-weight:500;
}
.sub-search02 .search-area{
    display:flex;
}
.sub-search02 .search-area select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#333;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:0 12px;
    height:40px;
    width:180px;
    background:url(/images/icon/select-icon.svg) center right 10px no-repeat #fff;
}
.sub-search02 .search-area select option{
    color:#666;
    width:100%;
}
.sub-search02 .search-area input{
    width:320px;
    height:40px;
    padding:0 12px;
    border:1px solid #ddd;
    border-radius: 5px;
    margin:0 10px;
}
.sub-search02 .search-area button{
    background-color:#555;
    cursor: pointer;
    border:none;
    color:#fff;
    text-align: center;
    display: block;
    width:80px;
    height:40px;
    line-height:40px;
    border-radius: 5px;
}
.write-btn{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-top:-40px;
    margin-bottom:40px;
}
.write-btn button{
    border:none;
    background-color:#3F9E6E;
    width:200px;
    height:50px;
    line-height:50px;
    border-radius: 5px;
    color:#fff;
    font-size:18px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.write-btn button img{
    margin-right:5px;
    width:18px;
}
.review-list .review-list-item{
    padding:40px 40px;
    border-radius: 15px;
    border:1px solid #dadada;
    margin-top:20px;
}
.review-list .review-list-item:first-child{
    margin-top:0;
}
.review-list .review-list-item .review-title{
    font-size:20px;
    color:#222;
    font-weight:500;
    line-height:28px;
    margin-bottom:10px;
}
.review-list .review-list-item .name-date{
    display:flex;
    align-items: center;
    margin-bottom:40px;
}
.review-list .review-list-item .name-date span{
    font-size:18px;
    color:#555;
    font-weight:400;
    margin-right:20px;
}
.review-list .review-list-item .name-date em{
    font-size:16px;
    color:#888;
    margin-right:40px;
}
.review-list .review-list-item .name-date button{
    border:none;
    background:none;
    margin-right:10px;
    color:#888;
    font-size:16px;
}
.review-list .review-list-item .img-list{
    display:flex;
    flex-wrap: wrap;
}
.review-list .review-list-item .img-list li{
    margin-right:10px;
    margin-bottom:10px;
    cursor: pointer;
    max-width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.review-list .review-list-item .img-list li img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.3s;
}
.review-list .review-list-item .img-list li img:hover{
    transform: scale(1.1);
}
.review-list .review-list-item p{
    margin-top:10px;
    line-height:24px;
}




@media screen and (max-width:768px) {
    .sub-search02{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom:30px;
    }
    .sub-search02 .search-area{
        flex-direction: column;
        width:100%;
        margin-top:30px;
    }
    .sub-search02 .search-area select{
        width:100%;
        padding:0 8px;
    }
    .sub-search02 .search-area input{
        width:100%;
        margin:10px 0;
        padding:0 8px;
    }
    .sub-search02 .search-area button{
        width:100%;
        font-size:16px;
    }
    .sub-search02 .total-number{
        font-size:16px;
    }
    .sub-search02 .total-number strong{
        font-size:20px;
    }
    .write-btn{
        font-size:16px;
        margin-top:0;
        margin-bottom:40px;
    }
    .write-btn button{
        width:100%;
    }
    .review-list .review-list-item{
        padding:15px 15px;
        margin-top:15px;
        border-radius: 5px;
    }
    .review-list .review-list-item .review-title{
        font-size:16px;
        line-height:24px;
        margin-bottom:10px;
    }
    .review-list .review-list-item .name-date{
        margin-bottom:30px;
        justify-content: space-between
    }
    .review-list .review-list-item .name-date span{
        font-size:14px;
        margin-right:10px;
    }
    .review-list .review-list-item .name-date em{
        font-size:14px;
    }
    .review-list .review-list-item .name-date div{
        flex:1;
        text-align: right;
    }
    .review-list .review-list-item .name-date button{
        font-size:16px;
        margin-left:10px;
    }
    .review-list .review-list-item .img-list li{
        width:31%;
        aspect-ratio: 1/1;
        margin-right:5px;
        margin-bottom:5px;
    }
    .review-list .review-list-item .img-list li img{
        max-width: 100%;
        max-height: 100%;
    }
    .review-list .review-list-item p{
        font-size:14px;
        line-height:22px;
    }

}



/* 여행후기 글쓰기 폼 */
.review-write-title{
    font-size:30px;
    font-weight:600;
    color:#222;
    margin-bottom:20px;
}
.review-write textarea.long{
    min-height:200px;
    word-break:break-all;
}
.review-write .file label{
    color:#fff;
    font-size:16px;
    cursor: pointer;
    background-color:#DF695A;
    padding:20px 20px;
    border-radius: 5px;
}
.review-write .file .file-list{
    flex-grow: 1;
    padding-left:10px;
}
.review-write .file .file-list li{
    line-height:18px;
    cursor: pointer;
    color:#555;
    margin-bottom:10px;
}
.review-write .file .file-list li:hover{
    text-decoration: underline;
    color:#222;
}

@media screen and (max-width:768px) {
    .review-write-title{
        font-size:22px;
        margin-bottom:10px;
    }
    .review-write .file p{
        margin-bottom:20px;
    }
    .review-write .file p label{
        display:flex;
        align-items: center;
        justify-content: center;
        width:160px;
        height:40px;
        line-height:40px;
        padding:0;
    }
}


/* 여행후기 모달 */

.review-modal{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display:none;
    align-items: center;
    justify-content: center;
}
.review-modal.on {
    display:flex;
}
.review-modal .review-modal-bg{
    width:500px;
    height:568px;
    position:relative;
}
.review-modal .mySwiper2 {
    width:500px;
    height:500px;
}
.review-modal .mySwiper2 .swiper-slide {
    width:100%;
    height:100%;
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-modal .mySwiper2 .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}
.review-modal .mySwiper {
    width:100%;
    height: 58px;
    box-sizing: border-box;
    padding: 10px 0;
    background-color:#000;
}
.review-modal .mySwiper .swiper-slide {
    width: 25%;
    height: 50px;
    opacity: 0.4;
}
.review-modal .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.review-modal .mySwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.review-modal .swiper-button-next{
    right:-120px;
    width:40px;
    height:24px;
}
.review-modal .swiper-button-next:after{
    content:'';
    width:40px;
    height:24px;
    background:url('/images/icon/review-next.svg') center center no-repeat;
}
.review-modal .swiper-button-prev{
    left:-120px;
    width:40px;
    height:24px;
}
.review-modal .swiper-button-prev:after{
    content:'';
    width:40px;
    height:24px;
    background:url('/images/icon/review-prev.svg') center center no-repeat;
}
.review-modal .reivew-closed-btn{
    background:none;
    border:none;
    position:absolute;
    top:0;
    right:-120px;
    z-index: 9;
    cursor: pointer;
}
.review-modal .reivew-closed-btn span{
    display:none;
}
.review-modal .reivew-closed-mo-btn {
    display:none;
    width: 100%; height: 50px;
    margin-top: 20px;
    border-radius: 5px; background-color: #fff;
    
}

@media screen and (max-width:768px) {
    .review-modal {
        width: 100%;
    } 
    .review-modal .review-modal-bg{
        width:76%;
        height: unset;
        padding:0 15px;
    }
    .review-modal .mySwiper {
        height: unset;
    }
    .review-modal .mySwiper .swiper-slide {
        width: unset; height: unset;
    }
    .review-modal .mySwiper .swiper-slide img {
        height: unset; aspect-ratio: 1/1;
    }
    .review-modal .mySwiper2{
        width:100%;
        height:unset;
    }
    .review-modal .mySwiper2 .swiper-slide{
        width:100%;
        padding-bottom:100%;
        position:relative;
    }
    .review-modal .mySwiper2 .swiper-slide img{
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .review-modal .swiper-wrapper{
        height:unset;
    }
    .review-modal .swiper-button-next,
    .review-modal .swiper-button-prev{
        display:none;
    }
    .review-modal .reivew-closed-btn{
        position: fixed;
        bottom:7px;
        top:unset;
        left:50%;
        transform: translateX(-50%);
        width:calc(100% - 30px);
        height:50px;
        border-radius: 5px;
        background-color:#fff;
    }
    .review-modal .reivew-closed-btn span{
        display:block;
        color:#222;
        font-size:16px;
    }
    .review-modal .reivew-closed-btn img{
        display:none;
    }
    .review-modal .reivew-closed-btn {
        display: none;
    }
    .review-modal .reivew-closed-mo-btn {
        display:block;
    }
}
@media screen and (max-width:500px) {
    .review-modal .review-modal-bg{
        width: 90%;
    }
}



/* 여행갤러리 */
.tour-gallery-list{
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.tour-gallery-list .list-item{
    cursor: pointer;
}
.tour-gallery-list .list-item .img-area{
    width:100%;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
}
.tour-gallery-list .list-item .img-area img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.3s;
}
.tour-gallery-list .list-item .txt-area{
    margin-top:15px;
}
.tour-gallery-list .list-item .txt-area{
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 표시할 최대 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size:18px;
    color:#222;
    line-height:24px;
    font-weight:400;
}
.tour-gallery-list .list-item:hover .txt-area{
    font-weight:500;
    color:#222;
}
.tour-gallery-list .list-item:hover .img-area img{
    transform: scale(1.1);
}


@media screen and (max-width:1024px) {
    .tour-gallery-list{
        grid-template-columns: repeat(3, calc(33.3% - 14px));
    }
}
@media screen and (max-width:768px) {
    .tour-gallery-list{
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
}
@media screen and (max-width:480px){
    .tour-gallery-list{
        display:block;
    }
    .tour-gallery-list .list-item{
        margin-bottom:30px;
    }
    .tour-gallery-list .list-item .txt-area h5{
        font-size:16px;
    }
}






/* 게시판 상세*/
.board-view .board-view-title{
    border-top:1px solid #222;
    border-bottom:1px solid #ccc;
    padding:20px 0px;
}
.board-view .board-view-title h4{
    font-size:28px;
    font-weight:600;
    color:#222;
    line-height:36px;
    margin-bottom:10px;
}
.board-view .board-view-title p{
    color:#666;
    display: flex;
    justify-content: space-between;
}
.board-attach-list{
    display:flex;
    border-bottom:1px solid #ccc;
}
.board-attach-list .attach-item-title{
    width:200px;
    background-color:#f5f5f5;
    color:#222;
    display:flex;
    align-items: center;
    justify-content: center;
}
.board-attach-list .attach-item{
    padding:15px 30px 15px 30px;
}
.board-attach-list .attach-item li{
    line-height:18px;
    cursor: pointer;
    color:#222;
    margin-bottom:10px;
}
.board-attach-list .attach-item li:last-child{
    margin-bottom:0;
}
.board-attach-list .attach-item li:hover{
    text-decoration: underline;
}
.board-view .board-view-con{
    padding:60px 0;
    border-bottom:1px solid #ccc;
}
.board-view .board-view-con .img-area{
    width:50%;
    margin:0 auto ;
    margin-bottom:10px;
}
.board-view .board-view-con img{
    width:100%;
    margin-bottom:10px;
}
.board-view .board-view-con .txt-area .area-p{
    line-height:24px;
    color:#555;
}

.board-view .board-view-con .answer-area {
    margin-top: 20px; padding: 10px 0 35px 20px; background-color: #f1f1f1;
}
.board-view .board-view-con .answer-title {
    margin-bottom: 10px; color: #333333;
}

@media screen and (max-width:768px){
    .board-view .board-view-title h4{
        font-size:20px;
        line-height:28px;
    }
    .board-view .board-view-con{
        padding:40px 0;
    }
    .board-view .board-view-con .img-area{
        width:100%;
    }
}

@media screen and (max-width:600px){
    .board-attach-list {
        flex-direction: column;
    }
    .board-attach-list .attach-item-title{
        width:100%;
        height:40px;
        justify-content: flex-start;
        padding-left:15px;
    }
    .board-attach-list .attach-item{
        padding:15px 15px;
    }
}


/* 게시판 리스트  */
.notice-all-num {
    margin-bottom:15px;
}
.notice-all-num p{
    font-size:18px;
    color:#666;
}
.notice-all-num p strong{
    font-size:22px;
    font-weight:500;
    color:#3F9E6E;
}
.board-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-top:2px solid #222;
    border-bottom:1px solid #222;
}
.board-table thead tr{
    height:50px;
}
.board-table thead tr td{
    color:#222;
    font-weight:500;
    text-align: center;
}
.board-table thead tr .table-num{
    width:85px;
}
.board-table thead tr .table-date{
    width:145px;
}
.board-table tbody tr{
    border-top:1px solid #ccc;
    height:50px;
    text-align: center;
}

.board-table tbody .title{
    padding:0 30px;
    text-align: left;
    white-space: nowrap;      /* 텍스트를 한 줄로 표시 */
    overflow: hidden;         /* 넘친 텍스트를 숨김 */
    text-overflow: ellipsis;  /* 넘친 부분을 '...'으로 표시 */
    cursor: pointer;
    font-weight:400;
    cursor: pointer;
}
.board-table tbody .title:hover{
    font-weight:500;
}
.board-table tbody .num{
    color:#555;
}
.board-table tbody .date{
    color:#888;
    font-size:15px;
    font-weight:400;
}



@media screen and (max-width:600px){
    .notice-all-num {
        margin-bottom:10px;
    }
    .notice-all-num p {
        font-size:14px;
    }
    .notice-all-num p strong{
        font-size:18px;
    }
    .board-table thead tr .table-num {
        width:60px;
        font-size:14px;
    }
    .board-table thead tr .table-date, .board-table tbody .date {
        display:none;
    }
    .board-table tbody .title{
        padding:0 0 0 15px;
    }
}



/* 커뮤니티 문의하기  */
.ask-title {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
.ask-title h4{
    font-size:30px;
    font-weight:600;
    color:#222;
}
.ask-title p{
    position: relative;
    font-size:18px;
}
.ask-title p span{
    position: absolute;
    top:65%;
    left:-12px;
    transform: translateY(-50%);
    color:#FF6868;
}

.ask-list{
    border-top:2px solid #222;
}
.ask-list .ask-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.ask-list .ask-item{
    padding:30px 0 30px 10px;
    border-bottom:1px solid #ccc;
}
.ask-list .ask-item p {
    position:relative;
    font-size:18px;
    color:#222;
    font-weight:500;
}
/*
.ask-list .ask-item p span{
    position: absolute;
    top:60%;
    right:-12px;
    transform: translateY(-50%);
    color:#FF6868;
}
*/
.ask-list .ask-item input{
    width:83%;
    padding:0 10px;
    border:1px solid #aaa;
}
.ask-list .ask-item textarea{
    width:83%;
    padding:10px 10px;
    border:1px solid #aaa;
    min-height: 200px;
    font-family: 'Pretendard';
}
.ask-list .ask-item textarea::placeholder{
    font-family: 'pretendard';
}
.ask-list .ask-item input.short{
    height:40px;
}
.ask-list .ask-item textarea.long{
    min-height:200px;
}
.ask-list .ask-privacy-item .ask-privacy-con{
    width:83%;
}
.ask-privacy-con textarea.ask-privacy-textarea{
    width:100%;
    min-height:200px;
}
.ask-privacy-con .ask-privacy-textarea-div{
    width:100%;
    height:200px;
    padding:10px 10px;
    overflow-x: hidden;
    border: 1px solid #aaa;
}
.ask-privacy-item .privacy-title {
    font-size: 20px; margin: 20px auto;
}


.ask-privacy-con div label{
    display: flex;
    font-size:18px;
    color:#999;
    font-weight:400;
    margin-top:15px;
    cursor: pointer;
    align-items: center;
}
.ask-privacy-con div label span{
    display:block;
    width:16px;
    height:16px;
    border:1px solid #ccc;
    border-radius: 50%;
    margin-right:5px;
    position: relative;
}
.ask-privacy-con div label span em{
    display:none;
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color: #3F9E6E;
}
.ask-agree:checked + label {
    color:#222;
    font-weight:500;
}

.ask-agree:checked + label span {
    border:1px solid #3F9E6E;
}
.ask-agree:checked + label span em {
    display:block;
}
@media screen and (max-width:1200px){
    .ask-list .ask-item textarea{
        width:83%;
    }
    .ask-privacy-con textarea.ask-privacy-textarea{
        width:100%;
    }
    .ask-privacy-con ask-privacy-textarea-div{
        width:100%;
    }
}
@media screen and (max-width:1024px){
    .ask-list .ask-item input{
        width:80%;
    }
    .ask-list .ask-item textarea{
        width:80%;
    }
    .ask-list .ask-privacy-item .ask-privacy-con{
        width:80%;
    }
    .ask-privacy-con textarea.ask-privacy-textarea{
        width:100%;
    }
    .ask-privacy-con ask-privacy-textarea-div{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .ask-title{
        margin-bottom:10px;
    }
    .ask-title h4{
        font-size:22px;
    }
    .ask-title p{
        font-size:14px;
    }
    .ask-title p span{
        right:9px;
    }
    .ask-list .ask-item {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding:20px 0;
    }
    .ask-list .ask-item p{
        margin-bottom:10px;
        font-size:14px;
    }
    .ask-list .ask-item p span{
        right:-9px;
    }
    .ask-list .ask-item input{
        width:100%;
    }
    .ask-list .ask-item textarea{
        width:100%;
    }
    .ask-list .ask-item input.long{
        min-height:150px;
    }
    .ask-list .ask-privacy-item .ask-privacy-con{
        width:100%;
    }
    .ask-privacy-con div label{
        font-size:16px;
    }
    .ask-privacy-con div label span{
        width:20px;
        height:20px;
    }
    .ask-privacy-con div label span em{
        width:8px;
        height:8px;
    }
}






/* 로그인  */


.login-wrap{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:476px;
    margin:0 auto;
}
.login-top{
    margin-bottom:60px;
    text-align: center;
}
.login-top h2{
    font-size:36px;
    font-weight:500;
    color:#222;
    margin-bottom:20px;
}
.login-top p {
    color:#444;
    font-size:18px;
}
.login-middle{
    width:100%;
    margin-bottom:40px;
}
.login-middle > div{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
}
.login-middle > div > input{
    width:400px;
    border-radius: 5px;
    border:1px solid #d9d9d9;
    height:50px;
    padding:0 10px;
}
.login-middle > div > p {
    margin-right:20px;
    color:#222;
    font-weight:600;
}
.login-middle .login-area {
    margin-top:20px;
    text-align: center;
    width:100%;
    line-height:50px;
    font-weight:600;
    font-size:18px;
    color:#fff;
    background-color:#3F9E6E;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.login-middle .login-area p{
    color: #FFFFFF;
    margin: 0 auto;
}
.idsave-area label{
    display: flex;
    font-size:16px;
    color:#999;
    font-weight:400;
    cursor: pointer;
    align-items: center;
}
.idsave-area label span{
    display:block;
    width:16px;
    height:16px;
    border:1px solid #ccc;
    border-radius: 50%;
    margin-right:5px;
    position: relative;
}
.idsave-area label span em{
    display:none;
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color: #3F9E6E;
}
.idsave:checked + label {
    color:#222;
    font-weight:500;
}
.idsave:checked + label span {
    border:1px solid #3F9E6E;
}
.idsave:checked + label span em {
    display:block;
}
.login-bottom{
    width:100%;
}
.find-info-area{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:60px;
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
}
.find-info-area .find-info{
    display:flex;
    align-items: center;
}
.find-info-area .find-info a{
    font-size:18px;
    color:#444;
}
.find-info-area .find-info div{
    width:1px;
    height:16px;
    background-color: #888;
    margin:0 13px;
}
.find-info-area .go-join{
    font-size:18px;
    color:#333;
    font-weight:600;
    display: flex;
    align-items: center;
}
.find-info-area .go-join img{
    margin-left:10px;
}
.sns-login p {
    font-size:18px;
    color:#444;
    font-weight:600;
    text-align: center;
    margin-bottom:20px;
}
.sns-login .img-area{
    display: flex;
    justify-content: center;
}
.sns-login .img-area div{
    margin-right:20px;
}
.sns-login .img-area div:last-child{
    margin-right:0;
}
.sns-login .img-area img{
    cursor: pointer;
}

@media screen and (max-width:768px){
    .idsave-area label {
        font-size:16px;
    }
    .idsave-area label span{
        width:20px;
        height:20px;
    }
    .idsave-area label span em{
        width:8px;
        height:8px;
    }
}


@media screen and (max-width:600px){
    .login-wrap{
        width:100%;
    }
    .login-top{
        margin-bottom:40px;
    }
    .login-top h2{
        font-size:24px;
        margin-bottom:10px;
    }
    .login-top p{
        font-size:16px;
    }
    .login-middle{
        margin-bottom:30px;
    }
    .login-middle > div > p{
        margin-right:5px;
    }
    .login-middle > div > input{
        width:78%;
        height:40px;
    }
    .login-middle > div > input::placeholder{
        font-size:13px;
    }
    .login-middle .login-area button{
        font-size:16px;
        line-height:40px;

    }
    .find-info-area{
        padding-bottom:30px;
    }
    .find-info-area .find-info a{
        font-size:16px;
    }
    .sns-login p{
        font-size:16px;
    }
    .sns-login .img-area img{
        width:50px;
    }
}



/* 회원가입 */
.join-title{
    font-size:36px;
    font-weight:600;
    color:#222;
    margin-bottom:50px;
    text-align: center;
}
.join-btn{
    width:130px;
    line-height:50px;
    background-color:#DF695A;
    color:#fff;
    font-weight:500;
    border:none;
    border-radius: 5px;
    text-align: center;
    margin-left:10px;
    cursor: pointer;
}
.join-btn:hover{
    background-color:#CB4230;
}
.user_title_box {
    padding: 0 0 63px 0;
    color: #444;
    text-align: center;
    font-size: 18px;
}

.user_title_box h3 {
    color: #222;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}
.login_box {
    width: 477px;
    margin: 0 auto;
    font-family: pretendard;
}
.social_img_area {
    display: flex; justify-content: center; gap: 20px; margin-top: 15px;
}
.social_img_area div {
    cursor: pointer;
}
.email_join_box {
    padding: 0 30px;
}

.email_join_box:hover .email_join {
    cursor: pointer;
    text-decoration: underline;
}
.email_join_box {
    padding: 0 30px;
}

.email_join_box:hover .email_join {
    cursor: pointer;
    text-decoration: underline;
}

.email_join {
    padding: 45px 90px;
    border: 1px solid #3F9E6E;
    color: #3F9E6E;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.simple_login {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    font-weight: 600;
}
.sns_box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.write-form {
    border-top:1px solid #222;
    border-bottom:1px solid #999;
}
.write-form > div input{
    height:50px;
    border:1px solid #d9d9d9;
    padding:0 10px;
    flex-grow:1;
}
.write-form > div textarea{
    border:1px solid #d9d9d9;
    flex-grow:1;
    padding:10px 10px;
    font-family: 'Pretendard';
}
.write-form > div{
    padding:20px 0 20px 20px;
    border-bottom:1px solid #d9d9d9;
    display:flex;
    align-items: center;
}
.write-form > div:last-child{
    border:none;
}
.write-form > div p{
    width:150px;
    color:#222;
}
.write-form div.type01 > div{
    display:flex;
    align-items: center;
    width:50%;
}

.write-form div.type01 > div:first-child{
    margin-right:80px;
}
.write-form div.type02 input{
    flex-grow: unset;
    width:15%;
}
.write-form div.type02 span{
    margin:0 5px;
}
.write-form div.type03 .short{
    flex-grow: unset;
    width:300px;
}
.write-form div.type03 button{
    margin-right:10px;
}
.write-form div .file-input{
    display:none;
}
.write-form .file{
    min-height:100px;
}
.email-agree {
    display:flex;
    align-items: center;
}
.email-agree input{
    display:none;
}
.email-agree label{
    display:flex;
    align-items: center;
    margin-right:40px;
    cursor: pointer;
    color:#888;
}
.email-agree label span{
    display:block;
    width:16px;
    height:16px;
    border-radius: 50%;
    border:1px solid #d9d9d9;
    position: relative;
    margin-right:6px;
}
.email-agree label span em{
    display:none;
    width:8px;
    height:8px;
    background-color: #333;
    border-radius: 50%;
}
.email-agree input:checked + label {
    color:#222;
}
.email-agree input:checked + label span em{
    display:block;
}
.agree-area{
    padding-left:20px;
    margin-top:30px;
    display: flex;
    align-items: center;
}
.agree-area input{
    display:none;
}
.agree-area label{
    display:flex;
    align-items: center;
    cursor: pointer;
}
.agree-area a{
    text-decoration: underline;
    margin:0 2px;
    cursor: pointer;
}
.agree-area label span{
    display:block;
    width:20px;
    height:20px;
    border:1px solid #888;
    margin-right:5px;
    position: relative;
    border-radius: 50%;
}
.agree-area label span em{
    display:none;
    width:8px;
    height:8px;
    background-color:#222;
    border-radius: 50%;
}
.agree-area input:checked + label em{
    display:block;
}


.common-modal-wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.join-completion-wrap.on,.mypage-modify-wrap.on{
    display: flex;
}
.common-modal-wrap .common-modal{
    width:1200px;
    padding:130px 15px;
    background-color:#fff;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.common-modal-wrap .common-modal h4{
    font-size:30px;
    color:#222;
    font-weight:600;
    margin-bottom:30px;
}
.common-modal-wrap .common-modal p{
    font-size:18px;
    color:#444;
}
.common-modal-wrap .common-modal a{
    display:block;
    width:250px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    font-weight:600;
    background-color:#3F9E6E;
    border-radius: 5px;
    text-align: center;
    margin-top:60px;
}
.common-modal-wrap .common-modal a:hover{
    background-color:#30865A;
}
.eyes_input_box {
    display: flex;
    align-items: center;
}

.eyes_input {
    position: relative;
}

.eyes_input .eyes {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 18px; height: 21px;
    background: url(/images/icon/eyes.svg) center right 0px no-repeat;
    cursor: pointer;
    margin:0;
}

@media screen and (max-width:1400px){
    .common-modal-wrap{
        padding:0 15px;
    }
    .common-modal-wrap .common-modal{
        width:100%;
    }
}

@media screen and (max-width:1024px){
    .write-form div.type03 .short{
        width:200px;
    }
    .write-form > div p{
        width:120px;
    }
    .write-form div.type01 > div:first-child{
        margin-right:30px;
    }
    .review-write .file label{
        padding:20px 18px;
    }
}

@media screen and (max-width:768px){
    .join-title{
        font-size:24px;
        margin-bottom:20px;
    }
    .join-btn{
        width:80px;
        font-size:14px;
    }
    .join-write .id-input{
        width: calc(100% - 90px);
    }
    .write-form > div{
        flex-wrap: wrap;
        flex-direction: row;
        padding-left:0;
    }
    .write-form > div p {
        width:100%;
        margin-bottom:10px;
    }
    .write-form div.type01 > div{
        flex-direction: column;
        align-items: flex-start;
        width:100%;
    }
    .write-form div.type01 >  div input{
        width:100%;
    }
    .write-form div.type01 > div:first-child{
        border-bottom:1px solid #d9d9d9;
        margin:0;
        padding-bottom:20px;
        margin-bottom:20px;
    }
    .write-form div.type02 input{
        width:29%;
    }
    .write-form div.type03 .short{
        width:calc(100% - 90px);
    }
    .write-form div.type03 button{
        margin-right:0;
    }
    .write-form div.type03 input:last-child{
        margin-top:10px;
    }
    .agree-area{
        padding:0;
    }

    .common-modal-wrap .common-modal h4{
        font-size:20px;
        margin-bottom:20px;
    }
    .common-modal-wrap .common-modal p{
        font-size:15px;
        margin-bottom:5px;
    }
    .common-modal-wrap .common-modal a{
        margin-top:40px;
    }
    .eyes_input .eyes.eyes02{
        top:unset;
        bottom:15px;
        transform: unset;
    }

}


/* 마이페이지  */
.mypage-login-wrap{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:600px;
    margin:0 auto;
}
.mypage-login-wrap button{
    width:100%;
    line-height:50px;
    background-color:#3F9E6E;
    border-radius: 5px;
    color:#fff;
    border:none;
    cursor: pointer;
    font-size:18px;
}
.mypage-login-top{
    display:flex;
    align-items: center;
    margin-bottom:30px;
}
.mypage-login-top img{
    margin-right:15px;
}
.mypage-login-top h5{
    font-size:20px;
    color:#222;
    line-height:32px;
}
.mypage-login-middle{
    width:100%;
    border-top:1px solid #222;
    margin-bottom:40px;
}
.mypage-login-middle-div{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:20px 20px;
    border-bottom:1px solid #ccc;
}
.mypage-login-middle-div p{
    font-size:18px;
    color:#222;
}
.mypage-login-middle-div input{
    width:370px;
    height:50px;
    border:1px solid #d9d9d9;
    border-radius: 5px;
    padding:0 10px;
}

.myinfo-edit-box {
    display: flex; justify-content: space-between; align-items: center; padding: 20px 20px; border-bottom: 1px solid #ccc;
}

.myinfo-edit-box .pwd-text {
    font-size: 18px; color: #222;
}

.myinfo-edit-box .pwd-input {
    width: 370px; height: 50px; border: 1px solid #d9d9d9; border-radius: 5px; padding: 0 10px;
}
.myinfo-edit-inner-box {
    position: relative;
}
.myinfo-edit-inner-box {
    position: relative;
}

@media screen and (max-width:768px){
    .mypage-login-wrap{
        width:100%;
    }
    .mypage-login-top{
        flex-direction: column;
    }
    .mypage-login-top img{
        margin:0;
    }
    .mypage-login-top h5{
        text-align: center;
        margin-top:20px;
        font-size:18px;
        line-height:24px;
    }
    .mypage-login-middle-div{
        flex-direction: column;
        align-items: flex-start;
        padding:20px 0;
    }
    .mypage-login-middle-div p{
        margin-bottom:10px;
    }
    .mypage-login-middle-div input{
        width:100%;
    }
    .myinfo-edit-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    .myinfo-edit-inner-box {
        width: 100%;
    }
    .myinfo-edit-inner-box .pwd-input::placeholder{
        font-size:14px;
    }
    .myinfo-edit-box .pwd-text {
        margin-bottom:10px;
    }
    .myinfo-edit-box .pwd-input {
        width:100%;
    }

}



/* 검색결과  */
.saearch-result-wrap{
    margin-top:160px;
}
.search-top{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:100px;
}
.search-top .search-area{
    position: relative;
}
.search-top .search-area input{
    width:600px;
    height:40px;
    padding: 0 10px;
    appearance: none;
    user-select: text;
    -webkit-user-select: text;
    border: none;
    border-bottom: 2px solid #222;
    border-radius: 0;
    text-align: center;
}
.search-top .search-area input:focus::placeholder{
    display:none;
}
.search-top .search-area button{
    position: absolute;
    top:50%;
    right:10px;
    transform: translateY(-50%);
    cursor: pointer;
    background:none;
    border:none;
}
.saearch-result-no{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.search-top .search-area input::placeholder{
    text-align: center;
}
.saearch-result-no .img-area{
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width:150px;
    height:150px;
    margin-bottom:30px;
    background-color:#F7F8FB;
}
.saearch-result-no .text-area h4{
    font-size:24px;
    color:#222;
    font-weight:600;
    margin-bottom:10px;
    text-align: center;
}
.saearch-result-no .text-area p {
    font-size:18px;
    color:#222;
    text-align: center;
}
.saearch-result-no .text-area p span{
    font-weight:500;
    color:#D94F3D;
}
.saearch-result-yes .search-total{
    display:flex;
    align-items: center;
    padding:30px;
    background-color:#F4F4F4;
    margin-bottom:40px;
    border-radius: 15px;
}
.saearch-result-yes .search-total p{
    font-size:20px;
    color:#222;
}
.saearch-result-yes .search-total p span{
    font-weight:500;
    color:#D94F3D;
}
.search-product-list{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}
.search-product-list .product-item{
    /* margin-right:20px; */
    width:calc(25% - 15px);
}
.search-product-list .product-item:hover img{
    transform: scale(1.1);
}
.search-product-list .product-item:last-child{
    margin-right:0;
}
@media screen and (max-width:1024px){
    .search-product-list{
        flex-wrap: wrap;
    }
    .search-product-list .product-item{
        width:calc(50% - 10px);
        margin-top:60px;
    }
    .search-product-list .product-item:nth-child(even){
        margin-right:0;
    }
    .search-product-list .product-item:nth-child(-n+2){
        margin-top:0;
    }
}
@media screen and (max-width:768px){
    .saearch-result-wrap{
        margin-top:120px;
    }
    .search-top{
        margin-bottom:40px;
    }
    .search-top .search-area{
        width:100%;
    }
    .search-top .search-area input{
        width:100%;
        height:40px;
    }
    .saearch-result-no .img-area{
        width:120px;
        height:120px;
    }
    .saearch-result-no .img-area img{
        width:60px;
    }
    .saearch-result-no .text-area h4{
        font-size:20px;
    }
    .saearch-result-no .text-area p {
        font-size:16px;
        line-height:22px;
    }
    .saearch-result-yes .search-total{
        padding:20px 15px;
        margin-bottom:20px;
    }
    .saearch-result-yes .search-total p{
        font-size:16px;
        line-height:22px;
    }
}
@media screen and (max-width:600px){
    .search-product-list .product-item{
        width:100%;
        margin-top:40px !important;
        margin-right:0 !important;
    }
    .search-product-list .product-item:first-child{
        margin-top:0 !important;
    }

}








/* 개인정보처리방침 */
.terms_title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 100px;
}

.terms_sub_title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.terms_txt {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*contents*/
.terms_wrap {
    margin: 0 auto;
    margin-bottom: 100px;
}

.terms_list {
    margin-bottom: 30px;
}

/*반응형쿼리*/
@media screen and (max-width:600px) {
    .terms_wrap {
        margin-bottom: 60px;
    }

    .terms_title {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .terms_sub_title {
        font-size: 16px;
    }

    .terms_txt {
        font-size: 14px;
        line-height: 20px;
    }

    .user_title_box{
        padding-top:100px;
    }
    .user_title_box h3{
        margin-bottom:20px;
    }
    .login_box {
        width: 100%;
    }
    .login_box {
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .email_join {
        padding: 20px 30px;
    }
}



/* 회원가입 이용약관,개인정보처리방침 */
.join-agree .terms-area.active {top:170px;}
.join-agree .terms-area {position:fixed; z-index: 10 ;top:100vh;left:50%;height:calc(100vh - 170px);width:100%;max-width:840px;background-color: #FFFFFF;border-top-right-radius:20px;border-top-left-radius:20px;transform: translateX(-50%);padding:20px;border:1px solid #DDDDDD;}
.join-agree .terms-area {transition: all 0.3s}
.join-agree .terms-area .popup-control {height:0;float:right;text-align:right;background-color:#965841;position: absolute;right: 10px;top:-10px;}
.join-agree .terms-area .popup-close-button {width:40px;height:40px;border:none;background:url("/images/icon/header-closedbtn.svg") center / 30px no-repeat;margin:20px 0 0;}
.join-agree .terms-area .popup-close-button:hover {cursor:pointer;opacity:0.8;}
.join-agree .terms-item {display:none;height:100%;overflow-x: clip;overflow-y: auto;}
.join-agree .terms-item.on {display:block;}
.join-agree .terms-data {height:100%;width:100%;overflow:hidden;}
.join-agree .terms-data .login-title {text-align:center;padding:20px 0;border-bottom:2px solid #443b36;font-size:1.6em;}
.join-agree .terms-data .login-title .title-text:before {width:20px;height:20px;left:12px;top:-8px;z-index:-1;}
.join-agree .terms-data .terms-data-textarea {height:calc(100% - 90px);margin-top:18px;overflow-y: auto;}
.join-agree .terms-data .terms-data-textarea::-webkit-scrollbar {width:5px;background-color:rgba(0,0,0,0.1);border-radius:5px;}
.join-agree .terms-data .terms-data-textarea::-webkit-scrollbar-thumb {background-color:rgba(68, 59, 54, 0.5);border-radius:5px;}
.join-agree .terms-data .terms-data-textarea h3 {margin:0;padding:20px 0 10px;}
.join-agree .terms-data .terms-data-textarea h4 {margin:0;padding:15px 0 5px 10px;}
.join-agree .terms-data .terms-data-textarea ul {list-style:none;padding:0 0 0 10px;margin:10px auto;}
.join-agree .terms-data .terms-data-textarea ul li {margin-top:5px;}
.join-agree .terms-data .terms-data-textarea p {margin:0;padding:5px 0 5px 10px;text-indent: 5px;word-break: break-word;}
.join-agree .terms-data .terms-data-textarea hr {border-style: dashed;border-color:#D9D9D9;margin:20px 0 30px;}










