@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*공통*/
body{
    background: #ecf0f5;
    font-family: 'Noto Sans KR', sans-serif;
}

.btn{
    font-weight: bold !important;
}

.btn-default{
    background: rgb(241,241,241)!important;
    background: linear-gradient(172deg, rgba(241,241,241,1) 0%, rgba(219,219,219,1) 35%)!important;
    border: 1px solid #bababa!important;
    color: #757575 !important;
}

.btn-red{
    background: rgb(232,116,181)!important;
    background: linear-gradient(180deg, rgba(232,116,181,1) 0%, rgba(220,71,126,1) 35%)!important;
    border: 1px solid #d63f74!important;
    color: #fff !important;
}

.btn-red2{
    background: rgb(226,80,179) !important;
    background: linear-gradient(180deg, rgba(226,80,179,1) 20%, rgba(190,44,145,1) 80%) !important;
    border: 1px solid #d63f74!important;
    color: #fff !important;
}

.btn-purple{
    background: rgb(158,125,232)!important;
    background: linear-gradient(180deg, rgba(158,125,232,1) 30%, rgba(120,95,222,1) 90%)!important;
    border: 1px solid #6d57d6!important;
    color: #fff !important;
}

.btn-red:active,
.btn-purple:active,
.btn-red:focus,
.btn-purple:focus,
.btn-red:hover,
.btn-purple:hover{
    color: #fff !important;
}

.ck-toggle{
    display: none;
}

.ck-toggle-img{
    display: inline-block;
    margin-right: 5px;
}

.ck-true{
    display: none;
}

.number{
    font-size: 25px;
    letter-spacing: -0.64px;
}

.title1,
.title1 *{
    letter-spacing: -0.74px;
    color: #2F2F2F;
    font-size: 37px;
    font-family: 'GmarketSansBold';
    text-align: center;

}

.title1.bg-purple{
    background: #7f66e6 !important;
    color: #fff;
    padding: 25px 15px;
}

.title1.bg-purple-gd{
    background: rgb(158,119,228);
    background: linear-gradient(166deg, rgba(158,119,228,1) 30%, rgba(127,102,230,1) 72%) !important;
}

.title2,
.title2 *{
    font-size: 32px;
    font-family: 'GmarketSansMedium';
}

.title2 span{
    position: relative;
    z-index: 2;
}

.title2 span:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 8px;
    background: #F8E4A0;
    z-index: -1;
    opacity: 0.9;
}

.tit1,
.tit1 *{
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: bold;
    color: #000 !important;
    /*color: #2f2f2f;*/
}

.txt1,
.txt1 *{
    font-size: 23px;
    letter-spacing: -0.46px;
    color: #585858;
}

.color-red{
    color: #E32A70 !important;
}

.color-red2{
    color: #C2225F !important;
}

.color-purple{
    color: #694DDC !important;
}

.color-purple2{
    color: #CC1CFF !important;
}

ol{
    list-style: none;
    padding-left: 0px;
}

ol li{
    counter-increment: inst;
    position: relative;
    padding-left: 35px;

}

ol li:before{
    content: counter(inst);
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 25px;
    background: #b1b1b1;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    font-style: italic;
    padding-left: 4px;
}

/*투어 팝업*/
#tourcontainer{
    margin-top: 20px;
}

#tourcontainer h3{
    font-weight: bold;
}

.bg_name{
    word-break: keep-all;
}

.bg_time{
    margin-right: 10px;
    display: inline-block;
}

.bg_list-item{
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.bg_list-item .ck-toggle-img{
    position: absolute;
    left: 0;
    top: -1px;
}

.bg_list-item input{
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -1px;
}

.btnarea input{
    margin: 0 5px;
}

.tour-item{
    padding: 15px 0px;
    padding-bottom: 0;
}

.tour-buslist-item{
    clear: both;
}

.tour-buslist-item>div{
}

#sendlist .tour{
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sendlist .box-body{
    padding-bottom: 30px;
}

.row{
    margin-bottom: 15px;
}

.box-header h3{
    text-align: left;
    letter-spacing: -0.52px;
    color: #2F2F2F;
    font-size: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.box-header,
.box-body,
.box-footer{
    padding-left: 20px;
    padding-left: 20px;
}

.box.box-purple{
    border-top: 8px solid #7F66E6;
}

.box{
    border-top: 8px solid #ccc;
    border-radius: 5px;
}

.box *{
    font-size: 16px;
    font-family: 돋움,Dotum;
    color: #2F2F2F;
}

.box-footer{
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none;
}

#tourcontainer .is-read{
    padding: 10px;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

#tourcontainer .is-read *{
    font-weight: bold;
}

#tourcontainer .is-read img{
    margin-top: -3px;
}

#tourcontainer .read-true{
    background: #e2def7;
}

#tourcontainer .read-false{
    background: #f2dedf;
}

#tourcontainer .read-false *{
    color: #bc4a49;
}

#tourcontainer .true *{
    color: #675aa2;
}

#sendlist .tour_url{
    width: 200px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 10px;
    background: #f7f7f7;
    color: #7f7f7f;
}

.btnbox .btn{
    margin: 0px;
    font-weight: bold;
}
/**/
#tourcontainer,
#tour_info{
    max-width: 640px;
}

.schedule-box{
    background: #f2f2f2;
    padding: 60px 25px;
    position: relative;
}

.schedule-box:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    background: #d9d9d9;
}

.schedule{
    margin-bottom: 25px;
}

.schedule-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url('/static/images/outlink/tour/url/plan-box-line.png') left bottom repeat-x;
}

.schedule-item:last-child{
    background: 0;
    margin-bottom: 0;
}

.schedule-day{
    width: 30%;
}

.schedule-day{
    position: relative;
    color: #2f2f2f;
    padding-left: 23px;
    padding-right: 10px;
}

.schedule-day:after{
    content: "";
    display: block;
    left: -6px;
    top: 8px;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #d6a0fe;
    border-radius: 100%;
    z-index: 10;
}

.schedule-content{
    position: relative;
    width: 70%;
    font-size: 23px;
    margin-top: 5px;
}

.schedule-content-inner{
    background: #fff;
    padding: 22px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 8%);
    overflow: hidden;
    position: relative;
}

.schedule-content-inner:after{
    content: "";
    position: absolute;
    background: #d6a0fe;
    width: 8px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.schedule-content:before{
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 10;
    background: url('/static/images/outlink/tour/url/plan-box-pice.png');
    width: 40px;
    height: 13px;
}

.schedule.no1 .schedule-day:after,
.schedule.no1 .schedule-content-inner:after{
    background: #FA9BBF;
}

.schedule.no2 .schedule-day:after,
.schedule.no2 .schedule-content-inner:after{
    background: #D6A1FF;
}

.schedule.no3 .schedule-day:after,
.schedule.no3 .schedule-content-inner:after{
    background: #93C6F7;
}

.schedule.no4 .schedule-day:after,
.schedule.no4 .schedule-content-inner:after{
    background: #9CD3BC;
}

.schedule.no5 .schedule-day:after,
.schedule.no5 .schedule-content-inner:after{
    background: #F9D775;
}

.schedule.no6 .schedule-day:after,
.schedule.no6 .schedule-content-inner:after{
    background: #F9B375;
}

.schedule.no7 .schedule-day:after,
.schedule.no7 .schedule-content-inner:after{
    background: #FFA99B;
}


.schedule-content .item-time{
    font-size: 23px;
    color: #DB4F84;
    margin-bottom: 3px;
}

.schedule-content .item-time img{
    margin-top: -4px;
}

.schedule-content .item-title-box{
    margin-bottom: 5px;
}

.schedule-content .item-title-box .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
}

.schedule-content .item-title-box .videolink{
    position: relative;
    top: -6px;
}

.schedule-content .item-title-box .btn-gallery{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.schedule-content .item-title-box .btn-gallery img{
    margin-right: 5px;
}

.schedule-content .item-info,
.schedule-content .item-info *{
    font-size: 21px;
    color: #8D8D8D;
    word-break: keep-all;
}

.schedule-content .item-info>div{
    position: relative;
    padding-left: 20px;
}

.schedule-content .item-info>div .icon-local{
    position: absolute;
    left: 0;
    top: 5px;
}

.schedule-content .item-info>div{
    margin-bottom: 3px;
}

.copy-address img{
    margin-top: -3px;
}

.plannerbox{
    background: #fff;
}

.plannerbox{
    padding: 10px 35px;
}

.plannerbox>div{
    padding: 30px 0;
}

.planner-call a{
    margin-left: 10px;
    margin-top: -10px;
}

.planner-memo{
    border-top: 1px solid #e5e5e5;
}

.planner-memo .txt1{
    margin-top: 20px;
    color: #585858;
}

.videobox{
    border-top: 10px solid #e5e5e5;
    padding: 60px 20px;
    background: #fff;
    position: relative;
}

.videobox .title1{
    position: relative;
}

.videobox .title1 .icon-tv{
    margin-top: -12px
}

.videobox .title1 .icon-star{
    position: absolute;
    right: 35px;
    top: -5px;
}

.youtubebox{
    margin-top: 40px;
    position: relative;
    padding-top: 56.2222%;
}

.youtubebox iframe{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
}

.infobox{
    background: #fff;
}

.infobox .title1 img{
    margin-top: -4px;
    margin-right: 5px;
}

.postbox{
    padding: 20px;
}

.postbox .post{
    padding: 30px 15px;
    margin-bottom: 0px;
    word-break: keep-all;
    color: #585858;
}

.postbox .post b{
    font-weight: 500;
    color: #000;
}

.lastbox{
    background: #f2f2f2;
    padding: 45px 25px;
    line-height: 1.5;
}

.lastbox *{
    color: #2F2F2F;
}

.lastbox a{
    color: #989898;
    border-bottom: 1px solid #989898;
}

.post .tit1{
    margin-bottom: 20px;
}

.postbox.꿀팁소개 .post .post-tit{
    color: #fff !important;
    background: #949494;
    border-radius: 20px;
    padding: 2px 15px;
    display: inline-block;
}

.postbox.꿀팁소개 .post.FORMA .post-tit{
    background: #EFBA32;
}

.postbox.꿀팁소개 .post.GIFTS .post-tit{
    background: #ED689A;
}

.postbox.꿀팁소개 .post.KORDR .post-tit{
    background: #B891F7;
}

.postbox.꿀팁소개 .post.SOMET .post-tit{
    background: #82B9EF;
}

img{
    max-width: 100%;
    width: auto;
}

.post .post-content,
.post .post-content *{
    font-size: 23px;
}

.post ul{
    padding-left: 25px;
}

.post li{
    margin-bottom: 10px;
    letter-spacing: -0.69px;
}

/*웨딩홀*/
#tour_info.SDW .title2{
    padding-top: 60px;
    background: #f2f2f2;
}

#tour_info.SDW .postbox.꿀팁소개 .post{
    counter-increment: inst;
    position: relative;
    padding-left: 45px;
}

#tour_info.SDW .postbox.꿀팁소개 .post:after{
    content: counter(inst);
    position: absolute;
    left: 5px;
    top: 33px;
    color: #E32A70;
    font-size: 32px;
    line-height: 1;
    border-bottom: 1px solid #E32A70;
}



#tour_info.SDW .postbox.꿀팁소개 .post .post-tit{
    color: #000 !important;
    background: none;
    padding: 0;
}



@media (max-width : 520px) {
    .txt1, .txt1 *,
    .schedule-content .item-time,
    .schedule-content .item-title-box .btn-gallery,
    .schedule-content .item-info, .schedule-content .item-info *{
        font-size: 16px;
    }

    .title1, .title1 *{
        font-size: 23px;
        word-break: keep-all;
    }

    .tit1, .tit1 *{
        font-size: 20px;
    }

    .title1.bg-purple{
        padding: 20px 15px;
    }

    .schedule-box{
        padding: 40px 15px;
    }

    .schedule-day{
        padding-left: 15px;
    }

    .schedule-box:after{
        left: 15px;
    }

    .schedule-day:after{
        left: -5px;
        top: 4px;
    }

    .schedule-content-inner{
        padding: 20px;
    }

    .schedule-content .item-time img,
    .schedule-content .item-title-box .btn-gallery img,
    .copy-address img{
        width: 14px;
    }

    .schedule-content .item-title-box .btn-gallery img{
        margin-top: -2px;
    }

    .schedule-content .item-title-box .btn-gallery{
        top: 2px;
        margin-left: 6px;
    }

    .btn,
    .btn *{
        font-size: 14px;
        padding: 3px 5px;
    }

    .schedule-content .item-info>div .icon-local{
        width: 10px;
        top: 3px;
    }

    .schedule-content .item-info>div{
        padding-left: 17px;
    }

    .plannerbox>div{
        padding: 20px 0;
    }

    .plannerbox{
        padding: 10px 15px;
    }

    .planner-call a{
        margin-top: -7px;
    }

    .planner-memo .txt1{
        margin-top: 15px;
    }

    .videobox{
        padding: 40px 15px;
    }

    .videobox .title1 .icon-tv{
        width: 30px;
        margin-top: -8px;
    }

    .videobox .title1 .icon-star {
        right: 6px;
        top: -6px;
        width: 12px;
    }

    .youtubebox{
        margin-top: 20px;
    }

    .infobox .title1 img{
        width: 22px;
    }

    .postbox{
        padding: 10px 20px;
    }

    .postbox .post{
        padding: 20px 0;
    }

    .post .post-content, .post .post-content *{
        font-size: 16px;
    }

    ol li:before{
        width: 20px;
        height: 20px;
        line-height: 21px;
        padding-left: 5px;
        font-size: 14px;
    }

    .lastbox a img{
        width: 10px;
        margin-top: -3px;
    }

    /*웨딩홀 투아*/
    .schedule-content .item-title-box .title{
        font-size: 16px;
    }

    .schedule-content .item-title-box .videolink img{
        width: 77px !important;
        margin-top: 5px;
    }

    #tour_info.SDW .postbox.꿀팁소개 .post{
        padding-left: 30px;
    }

    #tour_info.SDW .postbox.꿀팁소개 .post:after{
        top: 23px;
        left: 0;
        font-size: 22px;
    }

    .title2, .title2 *{
        font-size: 28px;
    }

    /* 투어팝업 */
    #tourcontainer .box-body *{
        font-size: 14px;
    }

    #sendlist .tour_url{
        padding: 5px;
        width: 160px;
    }

    .bg_list-item{
        padding-left: 25px;
    }

    .bg_list-item .ck-toggle-img{
        top: -1px;
    }

    .xs-d-block{
        display: block;
    }



}