@charset "UTF-8";

/* --------------------------------- common --------------------------------- */
.tbl-nav { margin-top: 30px; display: flex; justify-content: space-between; }
.tbl-nav > ul { width: calc(100% - 155px); padding-right: 20px; }
.tbl-nav > ul > li { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; align-items: center; }
.tbl-nav > ul > li:first-child { border-bottom: 0; }
.tbl-nav > ul > li > span { position: relative; width: 180px; height: 60px; background: #F7F7F7; display: flex; justify-content: center; align-items: center; font-size: 14px; flex: none;}
.tbl-nav > ul > li.nav-next > span::before { content: ''; width: 20px; height: 20px; background-image: url(../../images/cmn/nav-prev.svg); background-repeat: no-repeat; margin-right: 6px; }
.tbl-nav > ul > li.nav-prev > span::before { content: ''; width: 20px; height: 20px; background-image: url(../../images/cmn/nav-next.svg); background-repeat: no-repeat; margin-right: 6px; }
.tbl-nav > ul > li > a { width: calc(100% - 180px); padding: 20px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.tbl-nav .tbl-nav__btn { width: 170px; height: 120px; color: #232323; background-color: #fff; display: flex; align-items: center; justify-content: center;}

{margin-top: 40px; padding-bottom: 150px;}
.subBox {background-image: url("../../../assets/images/user/sub/sub-bg1.png"); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 120px; display: flex; align-items: center; justify-content: center; margin-bottom: 50px;}
.subBox .subTit {font-size: 20px; font-weight: 700; color: #fff;}
.subBar {padding-bottom: 24px; border-bottom: 1px solid #000; margin-bottom: 40px;}
.subBar.mb-30 {margin-bottom: 30px;}
.subBar h2 {font-size: 32px; font-weight: 700;}
.subBar ~ .subBar {margin-top: 100px;}

/* schBar */
.subBar + .bbsBar {margin-top: -10px;}
.bbsBar {display: flex; align-items: center; justify-content: space-between; margin: 30px 0 0; padding: 0 0 30px;}
.bbsBar .bbs-total {font-size: 18px; line-height: 21px;}
.bbsBar .bbsBar-sch {display: flex;}
.bbsBar .bbsBar-sch .bbsBar-select + .bbsBar-input {margin-left: 10px;}
.bbsBar .bbsBar-sch input {width: 100%;}
.bbsBar .bbsBar-sch input, .bbsBar .bbsBar-sch select {height: 45px; font-size: 16px; color: #000;}
.bbsBar .bbsBar-sch .bbsBar-input .input-wrap {display: flex;}
.bbsBar .bbsBar-sch .bbsBar-input .input-wrap .search {margin-left: 10px;}
.btn.search {width: 45px; height: 45px; flex: none;}

.exp-box {margin-bottom: 60px; position: relative;}
.exp-box img {width: 100%; height: 260px; object-fit: cover;}
.exp-box .cont {position: absolute; top: 50%; left: 0; transform: translateY(-50%); padding: 0 54px;}
.exp-box .cont .tit {font-size: 40px; color: #fff;}
.exp-box .cont .txt {font-size: 18px; line-height: 1.5; color: rgba(255,255,255,0.8); margin-top: 20px;}


.exp-tab-wrap.pc-ver {display: flex !important;}
.exp-tab-wrap {margin-top: 40px; display: flex; border-bottom: 1px solid #424550;}
.exp-tab-wrap .exp-tab {width: 50%; display: flex; align-items: center; justify-content: center; height: 50px; font-size: 20px;}
.exp-tab-wrap .exp-tab.on {background-color: #424550; font-weight: 700; color: #fff;}

.list-cnt {font-size: 16px; padding-bottom: 24px; border-bottom: 1px solid #000;}

@media (max-width: 1280px) {
    .exp-box {margin-bottom: 50px;}
    .exp-box img {height: 180px;}
    .exp-box .cont {padding: 0 40px;}
    .exp-box .cont .tit {font-size: 24px;}
    .exp-box .cont .txt {font-size: 16px;}
}
@media (max-width: 768px) {
    .exp-box {margin-bottom: 40px;}
    .exp-box img {height: 120px;}
    .exp-box .cont {padding: 0 20px;}
    .exp-box .cont .tit {font-size: 16px;}
    .exp-box .cont .txt {font-size: 12px; margin-top: 10px; word-break: keep-all;}
    .exp-box .cont .txt br {display: none;}
}

/* notice */
.bbs-table table{display: table;table-layout: fixed;width: 100%;border-bottom: 1px solid #424242;}
.bbs-table .bbstb_thead{border-bottom: 1px solid #BABABA;background-color: #FFF9F2;}
.bbs-table .bbstb_tr{}
.bbs-table .bbstb_thead .bbstb_th{height: 60px;display: table-cell;vertical-align: middle;font-size: 14px;font-weight: 700;text-align: center;border-bottom: 1px solid #bababa;}
.bbs-table .bbstb_thead .bbstb_th.th_num{width: 100px;}
.bbs-table .bbstb_thead .bbstb_th.th_date{width: 150px;}
.bbs-table .bbstb_thead .bbstb_th.th_name{width: 150px;}
.bbs-table .bbstb_tbody .bbstb_td.td_num{font-size: 16px;}
.bbs-table .bbstb_tbody .bbstb_td.td_sibj{}
.bbs-table .bbstb_tbody .bbstb_td.td_subj > a:hover,
.bbs-table .bbstb_tbody .bbstb_td.td_subj > a:active{text-decoration: underline;}
.bbs-table .bbstb_tr:last-child .bbstb_td {border-bottom: 0;}
.no-list { text-align: center; color: #000; font-size: 16px;}
.bbs-table .bbstb_tbody .bbstb_td.td_notice {font-weight: 700; color: #000;}
/*.bbs-table .bbstb_tr.tbody:hover {background-color: #F9F9FA; border-left: 2px solid #000;}*/
.bbs-table .bbstb_tr.tbody:hover {background-color: #F9F9FA; border-left: 2px solid #000; margin-left: -2px;}
.bbs-table .bbstb_tr.tbody:hover a {text-decoration: underline;}
.bbs-table .bbstb_tr.tbody.empty:hover {background-color: unset; border-left: 0; margin: 0;}

.bbstb_tr {/*height:60px;*/align-items: center;text-align: center;}
.bbs-table ul li {padding:10px;}
.bbstb_tr.thead {display:flex;background:#F9F9FA;border-bottom:1px solid #E4E4E4; border-top: 1px solid #000;}
.bbstb_tr.tbody {display:flex;border-bottom: 1px solid #E4E4E4;}
.bbstb_tr.thead > li {padding: 25px 10px; font-size: 14px; font-weight: 700;}
.bbstb_tr.tbody > li {padding: 23px 10px; letter-spacing: -0.48px;}
.bbstb_th.th_num, .bbstb_th.th_name, .bbstb_th.th_hit {width:100%;max-width:80px;}
.bbstb_td.td_num.td_notice{font-weight:600;}
.bbstb_th.th_subj {width:100%;max-width:900px;}
.bbstb_th.th_date {width:100%;max-width:120px;}
.bbstb_td.td_num, .bbstb_td.td_name, .bbstb_td.td_hit {width:100%;max-width:80px;}
.bbstb_td.td_subj {width:100%;max-width:900px;text-align: left; display: flex; align-items: center;}
.bbstb_td.td_subj a {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.bbstb_td.td_subj .ico-file {width: 18px; height: 17px; background: no-repeat 50% / cover; background-image: url("../../../assets/images/ico/ico-file_b.svg"); margin-left: 4px; display: inline-block; vertical-align: middle; flex: none;}
.bbstb_td.td_date {width:100%;max-width:120px;}

.bbstb_th.th_num2, .bbstb_td.td_num2 {width:100%;max-width:140px;}
.bbstb_th.th_subj2, .bbstb_td.td_subj2 {width:100%;max-width:900px;}
.bbstb_td.td_subj2 {text-align: left;}
.bbstb_td.td_subj2 a {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.bbstb_th.th_date2, .bbstb_td.td_date2, .bbstb_th.th_user, .bbstb_td.td_user {width:100%;max-width:100px;}
.bbstb_th.th_process, .bbstb_td.td_process {width: 100%; max-width: 100px;}
.bbstb_td.td_process {color: #33479B; font-weight: 700;}
.bbstb_th.th_empty, .bbstb_td.td_empty {width: 100%; max-width: 70px;}
.bbstb_td.td_cancel {width: 100%; max-width: 70px;}
.bbstb_td.td_cancel button {font-size: 14px; background: #5A5E6C; color: #fff; padding: 10px;}

.bbstb_tr.empty > li {text-align: center;width: 100%;padding: 54px 0;margin: 40px 0;background: url('../../../assets/images/cmn/logo_g.svg') no-repeat center top;}
.bbstb_tr.empty > li p {font-size: 16px;font-weight: 500;color: #757575;letter-spacing: 0.2px;}

/* board detail */
/* board detail */
.board-detl .title-bar {display: flex;align-items: flex-end;justify-content: space-between;border-bottom: 1px solid #BABABA;padding-bottom: 20px;}
.board-detl .title-bar .tit_ span {font-size: 14px;color: #757575;}
.board-detl .title-bar h3 {font-size: 26px;margin-top: 8px;line-height: 38px; }
.board-detl .title-bar .hit {font-size: 14px;display: flex;align-items: center;flex: none;}
.board-detl .title-bar .hit::before {content: '';width: 25px;height: 25px;background: url('../../../assets/images/ico/ico-hit.svg') no-repeat;background-size: cover;margin-right: 5px;}
.board-detl .title-bar .hit span {font-weight: 700;margin-left: 5px;}
.board-detl .detl-cont {padding: 40px 0;min-height: 450px;}
.board-detl .detl-cont img {width: auto;max-width: 100%;height: auto !important;}
.board-detl .detl-cont img + img {margin-top: 20px;}
.board-detl .detl-cont img + p {margin-top: 20px;}
.board-detl .detl-cont p {line-height: 26px;}
.board-atchfile {margin-bottom: 30px;background: #F7F7F7;border: 1px solid #E4E4E4;padding: 20px;border-radius: 5px;}
.board-atchfile > li {display: flex;align-items: center;justify-content: space-between;}
.board-atchfile > li:not(:last-child) {margin-bottom: 20px;}
.board-atchfile .file-wrap {display: flex; align-items: center;}
.board-atchfile .file-wrap .ico_atchfile {flex: none;width: 22px;height: 22px;background: url('../../../assets/images/ico/ico-file_b.svg') no-repeat;background-size: cover;}
.board-atchfile li .file-wrap a {margin-left: 10px;font-size: 14px;font-weight: 500;text-decoration: underline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.board-atchfile .preview-btn {font-size: 14px; font-weight: 500; color: #707070;}


/*Map popup*/
.popup-Map {position: relative; padding: 40px 50px;}

.popup-Map .popup-top {padding-bottom: 40px; border-bottom: 1px solid #DDDDDD; position: relative;}
.popup-Map .popup-tit {display: flex; align-items: center;}
.popup-Map .popup-tit h3 {font-size: 28px; font-weight: 800;}
.popup-Map .popup-txt {font-size: 22px; color: #757575; margin-top: 7px;}
.popup-Map .ico-item-location {width: 30px; height: 30px;}
.popup-Map .popup-top .go-map {border-radius: 20px; background-color: #010101; width: fit-content; padding: 21px 56px; font-size: 22px; font-weight: 600; color: #fff;}
.popup-Map .popup-map-wrap {margin-top: 20px;}
.popup-close {background-image: url("../../../assets/images/cmn/ico-close.svg");background-repeat: no-repeat;background-size: 20px 20px;background-position: center;width: 30px;height: 30px;position: absolute;top: 0;right: 0;}
.ico-item-location {background-image: url("../../../assets/images/cmn/ico-item-location.svg"); background-repeat: no-repeat; background-size: cover; display: inline-block; width: 24px; height: 24px; margin-right: 12px;}


@media (max-width: 1280px) {
    /* notice */
    .bbstb_th.th_hit, .bbstb_td.td_hit {display: none;}

    /* notice detail */
    .board-detl .title-bar .hit p {display: none;}
    .board-detl .title-bar .hit span {margin: 0;}
}

@media (max-width: 768px) {
    /* schBar */
    .bbsBar {flex-direction: column-reverse; align-items: baseline; justify-content: center; margin: 30px 0 0; padding: 0 0 20px;}
    .bbsBar .bbs-total {margin: 20px 0 0;font-size: 14px;}
    .bbsBar .bbsBar-sch {width: 100%;}
    .bbsBar .bbsBar-sch input, .bbsBar .bbsBar-sch select {font-size: 14px;}
    .bbsBar .bbsBar-sch .bbsBar-select + .bbsBar-input {width: 100%; flex: 1; margin-left: 8px;}
    .bbsBar .bbsBar-sch .bbsBar-input .input-wrap .search {margin-left: 8px;}
    .bbsBar form {width: 100%;}

    /* notice */
    .bbstb_tr.tbody > li {padding: 0;}
    .bbstb_tr.tbody {display:block; text-align: left; padding: 13px 6px; height: auto;}
    .bbstb_td.td_subj a {-webkit-line-clamp: 2; line-height: 1.5; font-size: 16px;}
    .bbstb_th.th_num, .bbstb_th.th_name, .bbstb_th.th_date, .bbstb_td.td_num, .bbstb_td.td_num {display:none;}
    .bbstb_td.td_name, .bbstb_td.td_date {display: inline-block;margin-top:14px;color: #757575;max-width: fit-content;font-size:12px;}
    .bbstb_td.td_date:before {content: "|"; padding-left: 5px; padding-right: 8px; color: #E4E4E4;}
    /*.bbstb_td.td_subj .ico-file {vertical-align: unset; display: none;}*/
    .bbstb_tr.empty > li {padding: 36px 0;background-size: 105px 36px;}
    .bbstb_tr.empty > li p {font-size: 14px;}

    /* notice detail */
    .board-detl .title-bar {display: block; margin: 30px 0 0;}
    .board-detl .title-bar .tit_ span {font-size: 12px;}
    .board-detl .title-bar h3 {font-size: 22px; line-height: 27px;}
    .board-detl .title-bar .hit {justify-content: end; margin: 10px 0 0;}
    .board-atchfile .preview-btn {font-size: 12px;}

    /*Map popup*/
    .popup-Map {padding: 30px 15px;}
    .popup-Map .ico-item-location {width: 25px; height: 25px; margin-right: 10px;}
    .popup-Map .popup-tit h3 {font-size: 20px;}
    .popup-Map .popup-txt {font-size: 18px;}
    .popup-Map .popup-top {flex-direction: column; align-items: baseline; padding-bottom: 0; border: 0;}
    .popup-Map .popup-tit-wrap {padding-bottom: 20px; border-bottom: 1px solid #DDDDDD; margin-bottom: 15px; width: 100%;}
    .popup-Map .popup-top .go-map {width: 100%; padding: 15px; font-size: 16px; font-weight: 400; border-radius: 10px;}
}


/* --------------------------------- common end --------------------------------- */

/* sub greeting */
.greeting {}
.greeting .grt-tit * {font-size: 30px; position: relative;}
.greeting .grt-tit span::before {content :''; width: 100%; height: 10px; position: absolute; bottom: 0; left: 0; border-radius: 5px; background: rgba(252, 205, 62, 0.5);; z-index: -1;}
/*.greeting .grt-tit span {text-decoration: underline; text-decoration-thickness: 10px; text-decoration-color: rgba(252, 205, 62, 0.5); text-underline-offset: -4px;}*/
.greeting .grt-txt {margin: 50px 0 0; font-size: 18px; line-height: 30px;}
.grt-txt-wrap + .grt-txt-wrap{margin-top: 105px}
.greeting .txt-blue{color: #4C95CA;}
.greeting .txt-purple{color: #700092;}
.greeting .txt-green{color: #00A955;}
.greeting .txt-red{color: #D50000;}
.greeting .txt-line{text-decoration: underline}
.greeting .grt-txt h3{font-size: 20px; margin-bottom: 5px;}



/* location */
.location-info {border: 1px solid #E4E4E4; padding: 35px 40px 30px;}
.location-info .location-tit {font-size: 28px; font-weight: 700;}
.location-info .info-list {margin: 20px 0 0;}
.location-info .info-list > ul {display: flex;}
.location-info .info-list > ul + ul {margin: 14px 0 0;}
.location-info .info-list > ul > li {display: flex; align-items: center;}
.location-info .info-list > ul > li + li {margin-left: 40px;}
.location-info .info-list > ul > li .th {font-weight: 700;}
.location-info .info-list > ul > li .td {margin-left: 6px; word-break: keep-all;}
.location-info .way-list {margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #E4E4E4;}
.location-info .way-list > ul {}
.location-info .way-list > ul > li {display: flex; align-items: center;}
.location-info .way-list > ul > li + li {margin: 20px 0 0;}
.location-info .way-list > ul > li i {border-radius: 50%; width: 70px; height: 70px; background-repeat: no-repeat; background-position: center; flex: none; background-color: #33479B;}
.location-info .way-list > ul > li i.ico-bus {background-image: url("../../../assets/images/ico/ico-bus.svg");}
.location-info .way-list > ul > li i.ico-car {background-image: url("../../../assets/images/ico/ico-car.svg");}
.location-info .way-list > ul > li .way-wrap {margin-left: 20px;}
.location-info .way-list > ul > li .way-wrap .th {font-weight: 700;}
.location-info .way-list > ul > li .way-wrap .td {margin: 10px 0 0; line-height: 24px;}
.location-info .way-list > ul > li .way-wrap .td > ul {}
.location-info .way-list > ul > li .way-wrap .td > ul > li {display: flex;}
.location-info .way-list > ul > li .way-wrap .td > ul > li span {margin: 0 6px; font-size: 20px;}
.location-info .way-list > ul > li .way-wrap .td > ul > li + li {margin: 10px 0 0;}
.direction {margin-top: 30px;}
.direction_map{height: 460px; width: 100%; overflow: hidden;}
.direction .wrap a{position: absolute;top: -66px;left: 50%;transform: translateX(-50%);background-color: #fff;padding: 3px;border-radius: 3px;border-radius: 3px;font-size: 13px;border: 1px solid rgb(118, 129, 168);}

@media (max-width: 1280px) {
    .greeting .grt-tit * {font-size: 28px;}

    .location-info {border-radius: 15px;}
    .location-info .info-list > ul {flex-direction: column;}
    .location-info .info-list > ul > li + li {margin: 14px 0 0;}
    .direction_map {border-radius: 15px;}
}

@media (max-width: 768px) {
    .subBar {padding-bottom: 12px; margin-bottom: 30px; text-align: center;}
    .subBar h2 {font-size: 26px;}
    .subBar ~ .subBar {margin-top: 60px;}

    .greeting .grt-tit * {font-size: 24px;line-height: 1.2;}
    .greeting .grt-tit {text-align: center; text-decoration: underline;text-decoration-color: rgba(252, 205, 62, 0.5);text-decoration-thickness: 7px;text-underline-offset: 1px;}
    .greeting .grt-txt {margin: 30px 0 0; font-size: 14px; line-height: 24px;}
    .greeting .grt-tit span::before{display: none;}
    .grt-txt-wrap + .grt-txt-wrap{margin-top: 60px;}
    .greeting .grt-txt h3{font-size: 16px; margin-bottom: 3px;}

    .location-info {padding: 24px 16px;}
    .location-info .location-tit {font-size: 18px;}
    .location-info .info-list > ul > li {flex-direction: column; align-items: baseline; font-size: 14px;}
    .location-info .info-list > ul > li .td {margin: 8px 0 0; line-height: 1.5;}
    .location-info .way-list > ul > li .way-wrap {margin-left: 14px;}
    .location-info .way-list > ul > li .way-wrap .th {font-size: 14px;}
    .location-info .way-list > ul > li .way-wrap .td {font-size: 12px; line-height: 18px; margin: 7px 0 0;}
    .location-info .way-list > ul > li .way-wrap .td > ul > li {line-height: 18px;}
    .location-info .way-list > ul > li .way-wrap .td > ul > li + li {margin: 8px 0 0;}
    .location-info .way-list > ul > li i {width: 55px; height: 55px;}
    .location-info .way-list > ul > li i.ico-bus {background-size: 24px 26px;}
    .location-info .way-list > ul > li i.ico-car {background-size: 26px 21px;}
    .direction_map{height: 350px;}
    .direction .root_daum_roughmap .wrap_map {height: 320px;}
}

/*sub search-wrap*/
.search-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}
.search-wrap .search-box {
    padding: 40px 75px;
    border: 1px solid #E4E4E4;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    margin: 40px 0 0;
}
.search-box .search-tit {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    font-family: 'Product Sans Black';
}
.search-detail {
    display: flex;
    align-items: end;
    gap: 40px;
}
.search-detail > ul {
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
}
.search-detail > ul > li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.search-detail > ul > li > i {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 14px;
    right: 16px;
    z-index: 1;
}
.search-detail > ul > li i.ico-date {background-image: url("../../../assets/images/ico/ico-date.svg");}
.search-detail > ul > li i.ico-sel {background-image: url("../../../assets/images/ico/ico-sel.svg");}
.search-detail > ul > li i.ico-loca {background-image: url("../../../assets/images/ico/ico-loca.svg");}
.search-detail > ul > li i.ico-sch {background-image: url("../../../assets/images/ico/ico-sch.svg");}
.search-detail > ul > li label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #5A5E6C;
    margin-bottom: 6px;
}
.search-detail > ul > li input, .search-detail > ul > li .select-box {
    border: 0;
    border-bottom: 2px solid #E4E4E4;
    height: 50px;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    /*padding-right: 50px;*/
    width: 100%;
    text-align: left !important;
}
.search-detail > ul > li .select-box {padding-right: 50px;}
.search-detail > ul > li input:focus, .search-detail > ul > li .select-box {
    outline: none;
    box-shadow: unset;
    border-radius: unset;
    border: 0;
    border-bottom: 2px solid #E7E7E7;
}
.search-detail > ul > li .select-box {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #B4B4B4;
    display: flex;
    align-items: center;
    z-index: 1;
}
.search-detail > ul > li .detail-list {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border: 1px solid #424550;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
    display: none;
}
.search-detail > ul > li .detail-list.show {
    display: block;
}
.search-detail > ul + .sch-trip {
    margin-left: 30px;
}

.detail-list .detail-reset {
    display: flex;
    justify-content: end;
    padding: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.detail-list .detail-reset .reset-btn {
    display: flex;
    align-items: center;
}
.detail-list .detail-reset .reset-btn i.ico-reset{
    width: 12px;
    height: 12px;
    background-image: url("../../../assets/images/ico/ico-reset.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 4px;
}
.detail-list > ul {
    max-height: 216px;
    overflow-y: auto;
}
.detail-list > ul::-webkit-scrollbar {width: 3px; background: unset;}
.detail-list > ul::-webkit-scrollbar-thumb {border-radius: 3px; background: #C1C4CE;}
.detail-list ul li {
    padding: 11px 14px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.detail-list ul.ul-1 li:hover {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    background: #33479B;
}
.detail-list ul.ul-2 li:hover {
    font-size: 12px;
    background: rgba(51, 71, 155, 0.05);
}
.detail-list-wrap {
    display: flex;
}
.detail-list-wrap > ul {
    width: 50%;
    max-height: 216px;
    overflow-y: scroll;
}
.detail-list-wrap > ul::-webkit-scrollbar {width: 3px; background: unset;}
.detail-list-wrap > ul::-webkit-scrollbar-thumb {border-radius: 3px; background: #C1C4CE;}

/*.search-wrap .sch-trip {
    padding: 12px 18px;
    background: #424550;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    !* 111.111% *!
}
.search-wrap .sch-trip p {
    font-size: 20px;
    font-family: "Product Sans";
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.search-wrap .sch-trip i {
    width: 17px;
    height: 7px;
    background-image: url("../../images/ico/ico-arrow_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
}*/

.expTour-list {
    margin: 50px 0 0;
}
.expTour-list > ul {

}
.expTour-list > ul > li {
    border-bottom: 1px solid #000;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.expTour-list > ul > li a {
    display: flex;
    align-items: center;
    width: 100%;
}
.expTour-list > ul > li .tour-img {
    width: 100%;
    max-width: 530px;
    height: 330px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.expTour-list > ul > li .tour-img img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    object-fit: inherit;
    transition: all .3s;
}
.expTour-list > ul > li .tour-img:hover img {
    transform: scale(1.05);
}
.expTour-list > ul > li .tour-img img.no-img {
    border: 1px solid #E4E4E4;
}
.expTour-list > ul > li .tour-img:hover img.no-img {
    transform: none;
}
.expTour-list > ul > li .tour-img .tour-noti {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
}
.expTour-list > ul > li .tour-img .tour-noti div {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    fill: rgba(0, 0, 0, 0.40);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    padding: 10px;
    word-break: keep-all;
}
.expTour-list > ul > li .tour-img .tour-noti div + div {
    margin-left: 10px;
}
.expTour-list > ul > li .tour-img .tour-noti div.noti-process {
    background: rgba(25, 69, 145, 1);
    fill: rgba(25, 69, 145, 0.40);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.expTour-list > ul > li .tour-img .tour-noti div.noti-type {
    background: rgb(63, 162, 74);
    fill: rgba(25, 69, 145, 0.40);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.expTour-list > ul > li .tour-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    margin-left: 30px;
    padding: 24px 0;
    flex: 1;
}
.expTour-list > ul > li .tour-info .tour-tag {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.expTour-list > ul > li .tour-info .tour-tag .tag {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding: 6px 14px;
    border: 1px solid #E4E4E4;
}
.expTour-list > ul > li .tour-info .tour-tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.expTour-list > ul > li .tour-info .tour-txt {
    font-size: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}
.expTour-list > ul > li .tour-info .tour-etc {
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px solid #E4E4E4;
}
.expTour-list > ul > li .tour-info .tour-etc div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.expTour-list > ul > li .tour-info .tour-etc div + div {
    margin-top: 20px;
}
.expTour-list > ul > li .tour-info .tour-etc div p {
    font-size: 20px;
    color: #999;
    line-height: 26px;
}
.expTour-list > ul > li .tour-info .tour-etc div b {
    font-size: 20px;
}
.expTour-list > ul > li .tour-info .tour-etc .tour-pay p {
    color: #999;
    line-height: 26px;
    font-weight: 700;
}
.expTour-list > ul > li .tour-info .tour-etc .tour-pay b {
    color: #4C95CA;
}
/* tour-detail */
.tour-detail {}
.tour-detail .tour-info {position: relative;}
.tour-detail .tour-info .print-btn {position: absolute; bottom: 0; right: 0; width: 50px; height: 50px; border-radius: 3px; border: 2px solid #33479B; background: #fff; display: flex; align-items: center; justify-content: center;}
.tour-detail .tour-info .print-btn .ico-print {width: 28px; height: 28px; background-image: url("../../../assets/images/ico/ico-print.svg"); background-repeat: no-repeat; background-size: cover;}
.tour-detail .tour-info .tour-tag {display: flex; flex-wrap: wrap; grid-column-gap: 10px; grid-row-gap: 10px;}
.tour-detail .tour-info .tour-tag .tag {font-size: 16px; line-height: 20px; letter-spacing: 0.2px; padding: 6px 14px; border: 1px solid #E4E4E4;}
.tour-detail .tour-info .tour-tit {font-size: 24px; font-weight: 500; line-height: 40px; margin-top: 20px;}
.tour-detail .tour-info .tour-etc {margin-top: 16px; display: flex; align-items: center; justify-content: space-between;}
.tour-detail .tour-info .tour-etc > div {display: flex; align-items: center;}
.tour-detail .tour-info .tour-etc > div p {position: relative; font-size: 18px;}
.tour-detail .tour-info .tour-etc .tour-dt p:first-child::before {content: ''; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); width: 1px; height: 80%; background-color: #000;}
.tour-detail .tour-info .tour-etc .tour-dt p + p {margin-left: 16px;}
.tour-detail .tour-info .tour-etc .tour-pay p:first-child {font-size: 12px; color: #888;}
.tour-detail .tour-info .tour-etc .tour-pay p:last-child {font-size: 24px;}
.tour-detail .tour-info .tour-etc .tour-pay p b {font-size: 30px;}
.tour-detail .tour-info .tour-etc .tour-pay p + p {margin-left: 12px;}
.tour-detail .tour-detail-slide {margin-top: 30px; position: relative;}
.tour-detail .tour-detail-slide ul li {position: relative; height: 0; padding-bottom: calc((160 / 600) * 100%);}
.tour-detail .tour-detail-slide ul li img {width: 100%; height: 100%; object-fit: cover; position: absolute;}
.tour-detail .tour-detail-slide .swiper-control {position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 100%}
.tour-detail .tour-detail-slide .swiper-control .swiper-button {background-repeat: no-repeat; background-size: cover; width: 35px; height: 35px;}
.tour-detail .tour-detail-slide .swiper-control .swiper-button::before, .tour-detail .tour-detail-slide .swiper-control .swiper-button::after {content: unset;}
.tour-detail .tour-detail-slide .swiper-control .swiper-button-prev {background-image: url("../../../assets/images/user/slide-prev.svg"); top: 0; left: -55px;}
.tour-detail .tour-detail-slide .swiper-control .swiper-button-next {background-image: url("../../../assets/images/user/slide-next.svg"); top: 0; right: -55px;}

.tour-detail .subBar {border-bottom: 2px solid #000; margin: 0;}
.tour-detail .subBar h2 {font-size: 24px;}

.tour-info-wrap {display: flex;}
.tour-info-wrap .ico-question {display: inline-block; width: 16px; height: 16px; background-image: url("../../images/ico/ico-question_b.svg"); background-repeat: no-repeat; background-size: cover;}
.tour-info-wrap .side-menu {width: 100%; max-width: 400px; height: auto; flex: none; position: relative; margin-top: 64px; margin-left: 20px; background: #fff; z-index: 1;}
.tour-info-wrap .side-menu .sticky {position: sticky; top: 20px;}
.tour-info-wrap .side-menu .apply-box {padding: 30px 24px; border: 1px solid #E4E4E4;}
.tour-info-wrap .side-menu .apply-box .apply-top {font-size: 1rem; font-weight: 700;}
.tour-info-wrap .side-menu .apply-box > ul {margin-top: 22px;}
.tour-info-wrap .side-menu .apply-box > ul > li {display: flex; align-items: center; justify-content: space-between;}
.tour-info-wrap .side-menu .apply-box > ul > li .mo-l {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.tour-info-wrap .side-menu .apply-box > ul > li .mo-r {display: none;}
.tour-info-wrap .side-menu .apply-box > ul > li .mo-r > .pay {font-size: 18px; margin: 0;}
.tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap {display: flex; align-items: center;}
.tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .cate {display: flex; align-items: center; position: relative; font-size: 14px;}
.tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap i {margin-left: 5px; position: relative;}
.tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .q-answer {display: none; margin-left: 4px; transition: all .2s;}
.tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .ico-question:hover + .q-answer {display: block; font-size: 14px;}
.tour-info-wrap .side-menu .apply-box > ul > li .pay {margin-top: 12px; font-size: 15px; font-weight: 700;}
.tour-info-wrap .side-menu .apply-box > ul > li + li {margin-top: 40px;}
.tour-info-wrap .side-menu .apply-box .total-wrap {margin-top: 30px; padding-top: 32px; border-top: 1px solid #E4E4E4; display: flex; align-items: center; justify-content: space-between;}
.tour-info-wrap .side-menu .apply-box .total-wrap .total {font-size: 1rem; font-weight: 700;}
.tour-info-wrap .side-menu .apply-box .total-wrap .total-price {font-size: 24px; font-weight: 600; }
.tour-info-wrap .side-menu .apply-box .apply-btn-wrap {margin-top: 30px;}
.tour-info-wrap .side-menu .apply-box .apply-btn {border-radius: 3px; background: #424550; font-size: 1rem; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; width: 100%; height: 50px;}

.tour-info-wrap .option-num-wrap {display: flex; align-items: center;}
.tour-info-wrap .option-num-wrap .count {font-size: 1rem; font-weight: 600; margin: 0 14px; border: 1px solid #E4E4E4; width: 50px; height: 34px; padding: 0; text-align: center;}
.tour-info-wrap .option-num-wrap .ico {background-repeat: no-repeat; background-size: cover; background-position: center; background-color: unset; width: 26px; height: 26px; display: inline-block; cursor: pointer;}
.tour-info-wrap .option-num-wrap .ico:focus {box-shadow: unset;}
.tour-info-wrap .option-num-wrap .ico-minus {background-image: url("../../../assets/images/ico/ico-minus.svg");}
.tour-info-wrap .option-num-wrap .ico-plus {background-image: url("../../../assets/images/ico/ico-plus.svg");}

.tour-info-wrap .side-menu .menu-list {margin: 0 auto; max-width: 350px; text-align: center;}
.tour-info-wrap .side-menu .menu-list .menu-top {background-color: #33479B; font-size: 14px; font-weight: 700; color: #fff; height: 24px; display: flex; align-items: center; justify-content: center;}
.tour-info-wrap .side-menu .menu-list > ul {border: 1px solid #E4E4E4; padding: 0 25px;}
.tour-info-wrap .side-menu .menu-list > ul > li:not(:last-child) {border-bottom: 1px solid #E4E4E4;}
.tour-info-wrap .side-menu .menu-list > ul > li button {padding: 25px 0; font-size: 18px; color: #707070; width: 100%;}
.tour-info-wrap .side-menu .menu-list > ul > li button.active {font-weight: 700; color: #33479B; text-decoration: underline; text-underline-offset: 2px;}
.tour-info-wrap .side-menu form + .menu-list {margin-top: 20px;}

.tour-info-wrap section {padding-top: 80px;}
.tour-info-wrap section p img {width: 100% !important; max-width: fit-content !important; height: 100% !important; object-fit: cover;}
.tour-info-wrap .sect1 table th {padding: 22px 10px; font-size: 1rem; font-weight: 400; line-height: 1.3; background-color: #EEE;}
.tour-info-wrap .sect1 table th:first-child, .tour-info-wrap .sect1 table td:first-child {max-width: 68px;}
.tour-info-wrap .sect1 table td {padding: 24px 22px; font-size: 1rem; border: 1px solid #E4E4E4;}
.tour-info-wrap .sect1 table td:not(:first-child) {font-size: 20px; text-align: right;}
.tour-info-wrap .sect1 table td:first-child {border-left: 0;}
.tour-info-wrap .sect1 table td:last-child {border-right: 0;}
.tour-info-wrap .sect2 .guide-line {margin-top: 24px;}
.tour-info-wrap .sect2 .guide-line > ul > li {}
.tour-info-wrap .sect2 .guide-line > ul > li + li {margin-top: 24px;}
.tour-info-wrap .sect2 .guide-line > ul > li .tit {font-size: 16px; font-weight: 700; line-height: 1.5; }
.tour-info-wrap .sect2 .guide-line > ul > li p {font-size: 14px; margin-top: 6px; display: flex; align-items: baseline;}
.tour-info-wrap .sect2 .guide-line > ul > li p small {margin-right: 2px; font-size: 12px;}
.tour-info-wrap .sect2 .guide-line > ul > li p span {background-color: rgba(252, 205, 62, 0.5);}
.tour-info-wrap .sect2 .meeting {margin-top: 50px;}
.tour-info-wrap .sect2 .meeting .subBar {border: 0;}
.tour-info-wrap .sect2 .meeting .location-box {padding: 35px 30px; display: flex; align-items: center; justify-content: space-between; background: #F7F7F7;}
.tour-info-wrap .sect2 .meeting .location-box .txt {font-size: 1rem;}
.tour-info-wrap .sect2 .meeting .location-box .txt p {margin-top: 10px;}
.tour-info-wrap .sect2 .meeting .location-box .btn {border-radius: 3px; background: #424550; padding: 8px 16px; color: #fff; font-size: 1rem;}
.tour-info-wrap .sect3 .issues {margin-top: 40px;}
.tour-info-wrap .sect3 .issues > ul {display: flex; padding-bottom: 40px; border-bottom: 1px solid #E4E4E4;}
.tour-info-wrap .sect3 .issues > ul > li {width: 50%;}
.tour-info-wrap .sect3 .issues > ul > li:last-child {padding-left: 36px; border-left: 1px solid #E4E4E4;}
.tour-info-wrap .sect3 .issues > ul > li .tit {font-size: 18px; font-weight: 700;}
.tour-info-wrap .sect3 .issues > ul > li:first-child .tit {color: #3FA34A;}
.tour-info-wrap .sect3 .issues > ul > li:last-child .tit {color: #F45452;}
.tour-info-wrap .sect3 .issues > ul > li .txt {margin-top: 16px;}
.tour-info-wrap .sect3 .issues > ul > li .txt p {font-size: 14px; line-height: 1.3; word-break: keep-all; display: flex; align-items: flex-start;}
.tour-info-wrap .sect3 .issues > ul > li .txt p + p {margin-top: 6px;}
.tour-info-wrap .sect3 .issues > ul > li .txt p span {margin-right: 4px;}
.tour-info-wrap .sect4 .detail-info {margin-top: 30px;}
.tour-info-wrap .sect4 .detail-info img {width: 100%; object-fit: cover;}
.tour-info-wrap .sect4 .monthBar {margin: 55px 0 24px; display: flex; align-items: center; font-size: 18px; padding-bottom: 24px; border-bottom: 1px solid #000;}
.tour-info-wrap .sect4 .monthBar .month {font-weight: 700;}
.tour-info-wrap .sect4 .monthBar .month-txt {font-weight: 500;}
.tour-info-wrap .sect4 .monthBar .month + .month-txt {margin-left: 24px; padding-left: 20px; border-left: 1px solid #E4E4E4;}
.tour-info-wrap .sect4 .op-info {margin-top: 24px;}
.tour-info-wrap .sect4 .op-info > ul {}
.tour-info-wrap .sect4 .op-info > ul > li {}
.tour-info-wrap .sect4 .op-info > ul > li + li {margin-top: 40px;}
.tour-info-wrap .sect4 .op-info > ul > li .tit {font-size: 17px; font-weight: 700; display: flex; align-items: center;}
.tour-info-wrap .sect4 .op-info > ul > li .tit .ico-leaf {display: inline-block; width: 20px; height: 20px; background-image: url("../../../assets/images/ico/ico-leaf.svg"); background-repeat: no-repeat; background-size: cover; margin-right: 8px;}
.tour-info-wrap .sect4 .op-info > ul > li .txt {margin-top: 16px; padding-left: 36px;}
.tour-info-wrap .sect4 .op-info > ul > li .txt p {font-size: 15px; color: #555; line-height: 25px; position: relative; display: flex; align-items: flex-start; word-break: keep-all;}
.tour-info-wrap .sect4 .op-info > ul > li .txt p + p {margin-top: 6px;}
.tour-info-wrap .sect4 .op-info > ul > li .txt p span {margin-right: 4px; font-size: 20px;}
.tour-info-wrap .sect5 {}
.tour-info-wrap .sect5 .regulation {margin-top: 30px;}
.tour-info-wrap .sect5 .regulation > ul {}
.tour-info-wrap .sect5 .regulation > ul > li {font-size: 14px;}
.tour-info-wrap .sect5 .regulation > ul > li + li {margin-top: 40px;}
.tour-info-wrap .sect5 .regulation > ul > li > p {margin-top: 14px; display: flex; align-items: flex-start; line-height: 1.3; word-break: keep-all;}
.tour-info-wrap .sect5 .regulation > ul > li > p.txt-red {color: #F45452; font-weight: 700; line-height: 1.4; word-break: keep-all;}
.tour-info-wrap .sect5 .regulation > ul > li > p span {margin-right: 4px;}
.tour-info-wrap .sect5 .regulation > ul > li .tit {font-weight: 700; font-size: 16px;}
.tour-info-wrap .sect5 .regulation > ul > li .txt {margin-top: 10px; padding-left: 20px;}
.tour-info-wrap .sect5 .regulation > ul > li .txt p {display: flex; align-items: flex-start; word-break: keep-all;}
.tour-info-wrap .sect5 .regulation > ul > li .txt p + p {margin-top: 6px;}
.tour-info-wrap .sect5 .regulation > ul > li .txt p span {margin-right: 4px;}

.tour-info-cont {margin-top: 30px; flex: 1; width: 100%;}
.tour-major-info > ul {border-bottom: 2px solid #000;}
.tour-major-info > ul > li {padding: 24px; display: flex; align-items: center; font-size: 18px;}
.tour-major-info > ul > li:not(:last-child) {border-bottom: 1px solid #E4E4E4;}
.tour-major-info > ul > li .li-l {min-width: 77px; flex: none; font-weight: 700;}
.tour-major-info > ul > li .li-r {margin-left: 80px; line-height: 1.3; display: flex; align-items: center; position: relative; word-break: keep-all;}
.tour-major-info > ul > li .li-r .ico-question {margin-left: 8px;}
.tour-major-info > ul > li .li-r .q-alert {display: none; font-size: 14px; position: absolute; top: 20px; right: 0; border-radius: 4px; background: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); padding: 16px; z-index: 1; max-width: 300px;}
.tour-major-info > ul > li .li-r .q-alert p {line-height: 1.5;}
.tour-major-info > ul > li .li-r .q-alert small {font-size: 12px; line-height: 1.3; color: #999; display: flex; align-items: baseline;}
.tour-major-info > ul > li .li-r .q-alert small span {margin-right: 4px;}
.tour-major-info > ul > li .li-r.q-a .ico-question:hover + .q-alert {display: block;}

@media (min-width: 1421px) {
    .tour-info-wrap .side-menu .apply-box .apply-top, .tour-info-wrap .side-menu .apply-box > ul {display: block !important;}
}

@media (max-width: 1420px) {
    /*sub detail*/
    .tour-detail .tour-detail-slide .swiper-control .swiper-button-prev {left: -17.5px;}
    .tour-detail .tour-detail-slide .swiper-control .swiper-button-next {right: -17.5px;}
}

@media (max-width: 1280px) {
    .tour-detail .tour-info .tour-etc {flex-direction: column; align-items: baseline;}
    .tour-detail .tour-info .tour-etc > div + div {margin-top: 14px; align-items: baseline;}
    .tour-detail .tour-detail-slide ul li {padding-bottom: calc((300 / 500) * 100%);}
    .tour-detail .tour-detail-slide .swiper-control .swiper-button {width: 30px; height: 30px;}
    .tour-detail .tour-detail-slide .swiper-control .swiper-button-prev {left: -15px;}
    .tour-detail .tour-detail-slide .swiper-control .swiper-button-next {right: -15px;}
    .tour-major-info > ul > li .li-r {margin-left: 60px;}

    .tour-info-wrap .side-menu {position: fixed; left: 0; bottom: 0; margin: 0; max-width: 100%; border-radius: 20px 20px 0 0; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4); z-index: 11;}
    .tour-info-wrap .side-menu .mo-btn {width: 100%; padding-top: 55px;}
    .tour-info-wrap .side-menu .mo-btn {padding-top: 55px; position: relative; top: unset; cursor: pointer;}
    .tour-info-wrap .side-menu .mo-btn::before, .tour-info-wrap .side-menu .mo-btn::after {content: ""; position: absolute; height: 2px; width: 14px; background-color: #BABABA; top: 25px; left: 50%; transform: translateX(-50%); display: block; transition: all 0.2s;}
    .tour-info-wrap .side-menu .mo-btn::before {transform: rotate(-30deg); left:calc(50% - 14px);}
    .tour-info-wrap .side-menu .mo-btn::after {transform: rotate(30deg); left:calc(50% - 2px);}
    .tour-info-wrap .side-menu .mo-btn.active::before {transform: rotate(30deg);}
    .tour-info-wrap .side-menu .mo-btn.active::after {transform: rotate(-30deg);}

    .tour-info-wrap .side-menu .apply-box {border: 0; padding: 0 40px 40px; position: relative;}
    .tour-info-wrap .side-menu .apply-box .total-wrap {padding: 0; border: 0; margin-bottom: 30px; display: none;}
    .tour-info-wrap .side-menu .apply-box .apply-top {font-size: 20px; display: none;}
    .tour-info-wrap .side-menu .apply-box > ul {margin: 0; display: none;}
    .tour-info-wrap .side-menu .apply-box > ul > li {padding: 28px 0; border-bottom: 1px solid #E4E4E4;}
    .tour-info-wrap .side-menu .apply-box > ul > li + li {margin: 0;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap {font-size: 18px; min-width: 134px;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .cate {font-size: 18px;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap i {display: none;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .q-answer {display: block; color: #999;}
    .tour-info-wrap .side-menu .apply-box > ul > li .li-l .pay {display: none;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-l {width: fit-content;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-r {display: block;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-l .li-l + .li-r {margin-left: 30px;}
    .tour-info-wrap .side-menu .apply-box .total-wrap .total {font-size: 20px;}
    .tour-info-wrap .side-menu .apply-box .total-wrap .total-price {font-size: 22px; font-weight: 700;}
    .tour-info-wrap .side-menu .apply-box .apply-btn-wrap {margin: 0;}

    .tour-info-wrap .side-menu .menu-list {display: none !important;}

    .tour-info-wrap .sect3 .issues > ul {flex-direction: column;}
    .tour-info-wrap .sect3 .issues > ul > li {width: 100%;}
    .tour-info-wrap .sect3 .issues > ul > li:last-child {margin-top: 30px; padding: 30px 0 0; border: 0; border-top: 1px solid #E4E4E4;}
}

@media (max-width: 768px) {
    .tour-detail .tour-info .tour-tag .tag {font-size: 14px; padding: 4px 12px;}
    .tour-detail .tour-info .tour-tit {font-size: 20px; line-height: 32px;}
    .tour-detail .tour-info .tour-etc {margin-top: 14px;}
    .tour-detail .tour-info .tour-etc > div p {font-size: 1rem;}
    .tour-detail .tour-info .tour-etc .tour-pay p b {font-size: 22px;}
    .tour-detail .tour-info .tour-etc .tour-pay p:last-child {font-size: 18px;}
    .tour-detail .tour-info .print-btn {width: 38px; height: 38px;}
    .tour-detail .tour-info .print-btn .ico-print {width: 20px; height: 20px;}
    .tour-detail .tour-detail-slide ul li {padding-bottom: calc((320 / 500) * 100%);}

    .tour-detail .subBar {text-align: left;}
    .tour-detail .subBar h2 {font-size: 20px;}
    .tour-info-wrap section {margin-top: 60px;}
    .tour-major-info > ul > li {padding: 18px 15px; align-items: baseline;}
    .tour-major-info > ul > li .li-l {font-size: 14px; min-width: 60px;}
    .tour-major-info > ul > li .li-r {font-size: 14px; margin-left: 24px; display: block; word-break: keep-all;}
    .tour-major-info > ul > li .li-r .ico-question {display: none;}

    .tour-info-wrap .side-menu .mo-btn {padding-top: 50px;}
    .tour-info-wrap .side-menu .apply-box {padding: 0 20px 20px;}
    .tour-info-wrap .side-menu .apply-box > ul > li {padding: 16px 0; flex-direction: column; align-items: baseline;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap {font-size: 1rem; flex-direction: column; align-items: baseline;}
    .tour-info-wrap .side-menu .apply-box > ul > li .cate-wrap .q-answer {font-size: 14px;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-l {width: 100%; justify-content: space-between;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-r {display: flex; justify-content: end; width: 100%; margin-top: 16px;}
    .tour-info-wrap .side-menu .apply-box > ul > li .mo-r > .pay {font-size: 1rem;}
    .tour-info-wrap .side-menu .apply-box .total-wrap {margin: 20px 0;}
    .tour-info-wrap .side-menu .apply-box .total-wrap .total {font-size: 1rem;}
    .tour-info-wrap .side-menu .apply-box .total-wrap .total-price {font-size: 18px;}

    .tour-info-wrap .sect1 table tbody{display: flex;}
    .tour-info-wrap .sect1 table tr {display: flex; flex-direction: column;}
    .tour-info-wrap .sect1 table tr:last-child {width: 100%; flex: 1;}
    .tour-info-wrap .sect1 table th {flex: none;}
    .tour-info-wrap .sect1 table th:first-child, .tour-info-wrap .sect1 table td:first-child {max-width: 100%;}
    .tour-info-wrap .sect1 table th, .tour-info-wrap .sect1 table td {padding: 40px 24px;}
    .tour-info-wrap .sect1 table th:first-child, .tour-info-wrap .sect1 table td:first-child {padding: 20px; text-align: center;}
    .tour-info-wrap .sect1 table td {border: 1px solid #E4E4E4; border-left: 0;}
    .tour-info-wrap .sect1 table td:not(:first-child) {height: 100%;}
    .tour-info-wrap .sect1 table td:last-child {border-right: 1px solid #E4E4E4;}

    .tour-info-wrap .sect2 .meeting .location-box {padding: 20px 15px; flex-direction: column; align-items: baseline;}
    .tour-info-wrap .sect2 .meeting .location-box .txt {font-size: 14px;}
    .tour-info-wrap .sect2 .meeting .location-box .btn {margin-top: 18px;}

    .tour-info-wrap .sect3 .issues {margin-top: 30px;}
    .tour-info-wrap .sect3 .issues > ul {padding-bottom: 30px;}

    .tour-info-wrap .sect4 .monthBar {font-size: 1rem;}
    .tour-info-wrap .sect4 .monthBar .month + .month-txt {margin-left: 14px; padding-left: 10px;}
    .tour-info-wrap .sect4 .op-info > ul > li .tit {font-size: 1rem;}
    .tour-info-wrap .sect4 .op-info > ul > li .txt {margin-top: 12px;}
    .tour-info-wrap .sect4 .op-info > ul > li .txt p {font-size: 14px; line-height: 1.5;}
    .tour-info-wrap .sect4 .op-info > ul > li .txt p span {font-size: 14px;}
    .tour-info-wrap .sect4 .op-info > ul > li + li {margin-top: 32px;}

    .tour-info-wrap .sect5 .regulation > ul > li .txt p {font-size: 12px; line-height: 1.5;}
    .tour-info-wrap .sect5 .regulation > ul > li + li {margin-top: 40px;}
}
@media (max-width: 500px) {
    .tour-info-wrap .sect1 table tr:not(:first-child) {width: 25%;}
    .tour-info-wrap .sect1 table th, .tour-info-wrap .sect1 table td,.tour-info-wrap .sect1 table td:not(:first-child) {padding: 30px 10px; font-size: 12px;}
    .tour-info-wrap .sect1 table th:first-child, .tour-info-wrap .sect1 table td:first-child {padding: 20px 10px;}

    .tour-info-wrap .side-menu {bottom: 71px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4)}
}

/* planTour */
.planTour-list {margin: 30px 0 0;}
.planTour-list > ul {display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: 20px; grid-row-gap: 20px;}
.planTour-list > ul > li {padding: 30px 0 0; width: 100%;}
.planTour-list > ul > li .tour-img {width: 100%; height: 0; padding-bottom: calc((250 / 400) * 100%); overflow: hidden; position: relative;}
.planTour-list > ul > li .tour-img img {width: 100%; height: 100%; position: absolute; object-fit: cover; transition: all .3s;}
.planTour-list > ul > li .tour-img:hover img {transform: scale(1.05);}
.planTour-list > ul > li .tour-img:hover img.no-img {transform: none;}
.planTour-list > ul > li .tour-info {margin-top: 20px; min-height: 135px; display: flex; flex-direction: column; justify-content: space-between}
.planTour-list > ul > li .tour-info .tour-tit {font-size: 20px; line-height: 32px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.planTour-list > ul > li .tour-info .tour-date {font-size: 18px; line-height: 26px; color: #888; margin-top: 20px; padding-top: 24px; border-top: 1px solid #000;}

/* sub2-detail */
.sub-tit-bar {padding-bottom: 30px; border-bottom: 1px solid #000;}
.sub-tit-bar h2 {font-size: 28px; font-weight: 700;}
.sub-tit-bar.rl-product {border: 0; margin-top: 50px; padding-bottom: 20px;}

.sub-detail-cont {padding: 40px 0 0;}
.sub-detail-cont p {line-height: 1.5;}
.sub-detail-cont img {width: 100%; max-width: fit-content;}

/* sub2-detail relation-product */
.rl-product-list-wrap {position: relative; margin-bottom: 50px;}
.rl-product-list {}
.rl-product-list ul {}
.rl-product-list ul > li {}
.rl-product-list ul > li a {}
.rl-product-list ul > li .tour-img {position: relative; max-height: 200px;}
.rl-product-list ul > li img {width: 100%; height: 200px; object-fit: cover; border-radius: 3px 3px 0 0;}
.rl-product-list ul > li .tour-noti {position: absolute; top: 15px; right: 15px; display: flex;}
.rl-product-list ul > li .tour-noti div {width: 45px; height: 45px; border-radius: 50%; background: rgba(0,0,0,0.4); fill: rgba(0, 0, 0, 0.40); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 600; line-height: 12px; color: #fff; padding: 10px; word-break: keep-all;}
.rl-product-list ul > li .tour-noti div.noti-process {background: rgba(25, 69, 145, 1); fill: rgba(25, 69, 145, 0.40); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.rl-product-list ul > li .tour-noti div.noti-type {background: rgb(63, 162, 74);fill: rgba(25, 69, 145, 0.40);filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.rl-product-list ul > li .tour-noti div + div {margin-left: 10px;}
.rl-product-list ul > li .tour-info {border-radius: 0 0 3px 3px; border: 1px solid #E4E4E4; padding: 16px 20px 30px;}
.rl-product-list ul > li .tour-info .tour-tag {display: flex; grid-column-gap: 4px;}
.rl-product-list ul > li .tour-info .tour-tag .tag {font-size: 14px; color: #999; line-height: 24px;}
.rl-product-list ul > li .tour-info .tour-tit {font-size :20px; font-weight: 500; line-height: 32px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.rl-product-list ul > li .tour-info .tour-etc {padding-top: 18px; margin-top: 24px; border-top: 1px solid #E4E4E4;}
.rl-product-list ul > li .tour-info .tour-etc div {display: flex; align-items: center; justify-content: space-between; font-size: 16px;}
.rl-product-list ul > li .tour-info .tour-etc div + div {margin-top: 10px;}
.rl-product-list ul > li .tour-info .tour-etc div p {color: #999; line-height: 26px;}
.rl-product-list ul > li .tour-info .tour-dt b {color: #000;}
.rl-product-list ul > li .tour-info .tour-pay p {color: #999; line-height: 26px; font-weight: 700;}
.rl-product-list ul > li .tour-info .tour-pay b {color: #4C95CA;}
.rl-product-list-wrap .rl-product-control {position: absolute; top: 75px; width: 100%;}
.rl-product-list-wrap .rl-product-control .swiper-button {width: 35px; height: 35px; background-repeat: no-repeat; background-size: cover; position: absolute; margin: 0;}
.rl-product-list-wrap .rl-product-control .swiper-button-prev {background-image: url("../../../assets/images/user/slide-prev.svg"); top: 0; left: -55px}
.rl-product-list-wrap .rl-product-control .swiper-button-next {background-image: url("../../../assets/images/user/slide-next.svg"); top: 0; right: -55px;}
.rl-product-list-wrap .swiper-button-next:after, .rl-product-list-wrap .swiper-button-prev:after {content: unset;}
.rl-product-list-wrap .swiper-pagination {bottom: -50px;}
.rl-product-list-wrap .swiper-pagination .swiper-pagination-bullet {width: 14px; height: 14px; background: #BABABA;}
.rl-product-list-wrap .swiper-pagination .swiper-pagination-bullet-active {background: #555555;}

/* global */
.global-wrap {margin-top: 60px;}
.global-wrap .search-wrap .search-box {padding: 40px 30px;}
.global-wrap .search-wrap .sch-btn {/* border-radius: 5px; *//* background: #424550; *//* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16); *//* display: flex; *//* align-items: center; *//* justify-content: center; *//* font-size: 0; */}
.global-wrap .search-wrap .sch-btn i {width: 20px; height: 20px;}
.global-wrap .search-detail {gap: 30px;}
.global-wrap .search-detail > ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;}
.search-detail > ul > .search-dt + .search-dt::before {content: '~'; font-size: 18px; line-height: 28px; color: #B4B4B4; position: absolute; top: calc(50% + 10px); left: -22px; transform: translateY(-50%);}
.global-wrap .global-list {margin-top: 50px;}
.global-wrap .global-list .list-cnt {font-size: 1rem; border-bottom: 0; padding-bottom: 0;}
.global-list ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 20px; margin-top: 30px;}
.global-list ul > li {position: relative;}
.global-list ul > li::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 3px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 78.25%);}
.global-list ul > li .global-img {position: relative; padding-bottom: calc((400/295)*100%); width: 100%; height: 0; overflow: hidden;}
.global-list ul > li .global-img img {width: 100%; height: 100%; object-fit: cover; position: absolute; border-radius: 3px; transition: 0.3s;}
.global-list ul > li .global-info {position: absolute;top: 0;left: 0;padding: 50px 40px;text-align: center;width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: end;gap: 12px;color: #fff;border-radius: 5px;}
.global-list ul > li .global-info::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.60) 78.25%);}
.global-list ul > li .global-info .tit {font-size: 20px; font-weight: 700; text-transform: capitalize;  position: relative; z-index: 1;word-break: keep-all;}
.global-list ul > li .global-info .date {font-size: 0.875rem; line-height: 20px; position: relative; z-index: 1;}
.global-list ul > li .global-info .loca {font-size: 0.875rem; line-height: 20px; position: relative; z-index: 1;}
.global-list ul > li:hover .global-img img {scale: 1.2;}

.global-detail-wrap .tour-detail .tour-info .tour-tit {font-size: 40px; font-weight: 700; color: #33479B;}
.global-detail-wrap .tour-detail .tour-info .tour-etc .tour-dt p:first-child::before {content: unset;}
.global-detail-wrap .tour-major-info > ul > li .li-r .link-btn {width: fit-content; padding: 10px 18px; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 500; line-height: 20px; color: #424550; border-radius: 100px; background: #F7F7F7;}
.global-detail-wrap .tour-info-wrap + .tour-info-wrap {margin-top: 70px;}
.global-detail-wrap .tour-course-info {margin-top: 30px;}
.global-detail-wrap .tour-course-info > ul {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 20px;}
.global-detail-wrap .tour-course-info > ul > li {border-radius: 10px; display: flex; flex-direction: column; align-items: baseline; justify-content: space-between; gap: 72px; background-image: url("../../../assets/images/ico/ico-museum.svg"); background-repeat: no-repeat; background-size: 113px 166px; background-position: right bottom;}
.global-detail-wrap .tour-course-info > ul > li a {display: flex; flex-direction: column; align-items: baseline; justify-content: space-between; gap: 72px; padding: 30px; width: 100%;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+1) {background-color: #33479B;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+2) {background-color: #4C95CA;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+3) {background-color: #3FA34A;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+4) {background-color: #83B546;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+5) {background-color: #E7A642;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+6) {background-color: #EC5F5F;}
.global-detail-wrap .tour-course-info > ul > li:nth-child(7n+7) {background-color: #424550;}
.global-detail-wrap .tour-course-info > ul > li .tit {font-size: 20px; font-weight: 700; color: #fff;}
.global-detail-wrap .tour-course-info > ul > li i {width: 20px; height: 20px; background-image: url("../../../assets/images/ico/ico-up-right-arrow.svg"); background-repeat: no-repeat; background-size: cover; display: inline-block;}
.global-detail-wrap .global-list-btn {font-size: 1rem; font-weight: 500; color: #333; width: fit-content; padding: 15px 30px; border: 1px solid #333; background: #fff; margin: 100px auto 0;}
.global-detail-wrap .circleBar {width: fit-content; padding: 16px 30px; border-radius: 100px; background: #424550;}
.global-detail-wrap .circleBar h2 {font-size: 24px; font-weight: 700; color: #fff; line-height: 1;}
.global-detail-wrap .course-table {margin-top: 20px; border-collapse: separate; border-spacing: 0 10px;}
.global-detail-wrap .course-table thead th {background: #33479B; font-size: 1rem; font-weight: 700; color: #fff; line-height: 1; padding: 18px; text-align: center;}
.global-detail-wrap .course-table thead th:first-child {border-radius: 100px 0 0 100px;}
.global-detail-wrap .course-table thead th:last-child {border-radius: 0 100px 100px 0;}
.global-detail-wrap .course-table tbody td {font-size: 1rem; font-weight: 700; color: #363E55; line-height: 1; padding: 18px; text-align: center; border-top: 2px solid #33479B; border-bottom: 2px solid #33479B;}
.global-detail-wrap .course-table tbody td:first-child {border-radius: 100px 0 0 100px; border-left: 2px solid #33479B;}
.global-detail-wrap .course-table tbody td:last-child {border-radius: 0 100px 100px 0; border-right: 2px solid #33479B;}
.global-detail-wrap .editor-cont {margin-top: 30px;}
.global-detail-wrap .editor-cont p {font-size: 18px; font-weight: 500; line-height: 30px;}

@media (max-width: 1420px) {

    /* planTour */
    .planTour-list > ul {grid-template-columns: repeat(2, 1fr);}

    /* sub2-detail relation-product */
    .rl-product-list-wrap .rl-product-control .swiper-button-prev {left: -17.5px;}
    .rl-product-list-wrap .rl-product-control .swiper-button-next {right: -17.5px;}

    /* global */

    .global-list ul {grid-template-columns: repeat(3, 1fr); gap: 24px 20px;}
    .global-detail-wrap .tour-info-wrap + .tour-info-wrap {margin-top: 40px;}
    .global-detail-wrap .tour-course-info > ul {grid-template-columns: repeat(3, 1fr);}
    .global-detail-wrap .tour-detail .tour-info .tour-tit {font-size: 30px;}
    .global-detail-wrap .course-table {min-width: 688px;}
    .global-detail-wrap .editor-cont p {font-size: 1rem; line-height: 24px;}
}

@media (max-width: 1280px) {
    /* common */
    .subBox {height: 100px;}
    .search-detail {flex-direction: column;}
    .search-detail > ul + .sch-trip {margin: 26px 0 0;}
    .search-wrap .search-box {padding: 40px;}
    .search-wrap .sch-trip {max-width: 100%;}

    .sub-tit-bar {padding-bottom: 14px;}
    .sub-tit-bar h2 {font-size: 16px; line-height: 24px;}
    .sub-detail-cont {padding: 20px 0 0;}

    .tbl-nav > ul > li > span {width: 150px;}
    .tbl-nav > ul > li > a {width: calc(100% - 150px)}

    .exp-tab-wrap {margin-top: 40px;}

    /* expTour-list */
    .expTour-list > ul > li a {flex-direction: column;}
    .expTour-list > ul > li .tour-img {max-width: 100%; height: 100%;}
    .expTour-list > ul > li .tour-img img {max-height: 660px; object-fit: cover;}
    .expTour-list > ul > li .tour-img .tour-noti {top: 25px; right: 25px;}
    .expTour-list > ul > li .tour-img .tour-noti div {width: 60px; height: 60px; font-size: 14px; line-height: 16px;}
    .expTour-list > ul > li .tour-info {width: 100%; min-height: 250px; margin: 20px 0 0; padding-bottom: 0;}

    /* sub2-detail relation-product */
    .rl-product-list ul > li img {height: 250px;}
    .rl-product-list ul > li .tour-img {max-height: 250px;}
    .rl-product-list-wrap .rl-product-control {top: 100px;}

    /* global */
    .global-detail-wrap .sect2 {overflow-x: auto;}
    .global-detail-wrap .sect2::-webkit-scrollbar {width: 6px; height: 6px; border-radius: 10px;}
    .global-detail-wrap .sect2::-webkit-scrollbar-thumb {border-radius: 10px; background: #33479B;}

}

@media (max-width: 1100px) {
    /* global */
    .global-wrap {margin-top: 50px;}
    .global-list ul {grid-template-columns: repeat(2, 1fr); gap: 24px 20px;}
    .global-detail-wrap .tour-course-info > ul {grid-template-columns: repeat(2, 1fr); gap: 24px 20px;}
}

@media (max-width: 768px) {
    /* common */
    .subBox {margin-bottom: 30px; height: 80px; background-image: url("../../../assets/images/user/sub/mo-sub-bg1.png");}
    .tbl-nav {margin-top: 20px; flex-direction: column;}
    .tbl-nav > ul {width: 100%; padding: 0 0 20px;}
    .tbl-nav > ul > li > span {width: 80px; height: 54px;}
    .tbl-nav > ul > li > a {padding: 12px 20px; width: 100%;}
    .tbl-nav > ul > li.nav-prev > span::before, .tbl-nav > ul > li.nav-next > span::before {margin-right: 4px;}
    .tbl-nav .tbl-nav__btn {width: 100%; height: 50px;}
    .list-cnt {padding-bottom: 20px;}

    /*exp-tab-wrap*/
    .exp-tab-wrap.pc-ver {display: none !important;}
    .exp-tab-wrap.mobile-ver {display: flex !important; flex-direction: column;}
    .exp-tab-wrap {margin-top: 20px;}
    .exp-tab-wrap .exp-tab {width: 100%; height: 40px; padding: 12px 16px; justify-content: left; font-size: 14px;}
    .exp-tab-wrap .exp-tab.on {position: relative; order: 1;}
    .exp-tab-wrap .exp-tab.on::before, .exp-tab-wrap .exp-tab.on::after {content: ""; position: absolute; height: 2px; width: 9px; background-color: #CCCCCC; right: 16px; top: 50%; display: block; transition: all 0.2s;}
    .exp-tab-wrap .exp-tab.on::before {transform: rotate(45deg); right: 22px;}
    .exp-tab-wrap .exp-tab.on::after {transform: rotate(-45deg);}
    .exp-tab-wrap .exp-tab.on.active::before {transform: rotate(-45deg);}
    .exp-tab-wrap .exp-tab.on.active::after {transform: rotate(45deg);}
    .exp-tab-wrap .exp-tab:not(.on) {display: none; order: 2;}

    /* sub search-wrap */
    .search-wrap .search-box {margin-top: 20px; padding: 30px;}
    .search-detail > ul {flex-direction: column;}
    .detail-list .detail-reset {padding: 12px 14px;}
    .detail-list > ul {max-height: 216px;}
    .search-detail > ul > li input, .search-detail > ul > li .select-box {font-size: 16px;}

    /* expTour-list */
    .expTour-list > ul > li {padding: 20px 0;}
    .expTour-list > ul > li .tour-img .tour-noti {top: 15px; right: 20px;}
    .expTour-list > ul > li .tour-img .tour-noti > div {width: 45px; height: 45px; font-size: 10px; line-height: 12px;}
    .expTour-list > ul > li .tour-info {padding: 0; margin-top: 16px; min-height: 215px;}
    .expTour-list > ul > li .tour-info .tour-tag .tag {font-size: 14px;}
    .expTour-list > ul > li .tour-info .tour-tit {font-size: 20px; line-height: 32px; margin-top: 14px; -webkit-line-clamp: 1;}
    .expTour-list > ul > li .tour-info .tour-txt {font-size: 1rem; margin-top: 10px;}
    .expTour-list > ul > li .tour-info .tour-etc {padding-top: 20px; margin-top: 20px;}
    .expTour-list > ul > li .tour-info .tour-etc div p, .expTour-list > ul > li .tour-info .tour-etc div b {font-size: 16px;}
    .expTour-list > ul > li .tour-info .tour-etc div + div {margin-top: 10px;}

    /* planTour */
    .planTour-list > ul {grid-template-columns: repeat(1, 1fr);}
    .planTour-list > ul > li {padding: 20px 0 0;}
    .planTour-list > ul > li .tour-img {width: 100%; height: 0; padding-bottom: calc(200 / 320 * 100%);}
    .planTour-list > ul > li .tour-info {min-height: unset; margin-top: 14px;}
    .planTour-list > ul > li .tour-info .tour-tit {font-size: 16px; line-height: 24px;}
    .planTour-list > ul > li .tour-info .tour-date {font-size: 14px; line-height: 20px; margin-top: 14px; padding-top: 14px;}

    /* sub2-detail relation-product */
    .rl-product-list ul > li img {height: 200px;}
    .rl-product-list ul > li .tour-img {max-height: 200px;}
    .rl-product-list-wrap .rl-product-control {top: 80px;}
    .rl-product-list-wrap .swiper-pagination .swiper-pagination-bullet {width: 12px; height: 12px;}

    /* global */
    .global-wrap {margin-top: 30px;}
    .search-detail {flex-direction: column; gap: 30px;}
    .search-detail > ul {display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px;}
    .search-detail > ul > .search-dt + .search-dt::before {content: unset;}
    .search-detail > ul > .search-dt:nth-child(2) {margin-top: -18px;}
    .search-detail > ul > .search-dt:nth-child(2) label {display: none;}
    .search-wrap .search-box {padding: 40px 20px;}
    .search-wrap .sch-btn {width: 100%; font-size: 20px; color: #fff; gap: 20px;}
    .global-list ul {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .global-list ul > li .global-img {padding-bottom: calc((410/320)*100%);}
    .global-detail-wrap .tour-detail .tour-info .tour-tit {font-size: 24px;}
    .global-detail-wrap .tour-major-info > ul > li .li-r .link-btn {font-size: 0.875rem; line-height: 18px;}
    .global-detail-wrap .tour-course-info > ul {grid-template-columns: repeat(1, 1fr);}
    .global-detail-wrap .tour-info-wrap section {margin-top: 0;}
    .global-detail-wrap .editor-cont p {font-size: 0.875rem; line-height: 20px;}
}



/* -------------------------------login & join------------------------------- */
/* login */
.sect_login.typeA {
    margin-top: 120px;
}
.sect_login.typeA .wrapper {
    max-width: 620px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.sect_login.typeA .wrapper .sub_top {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 55px;
}
.login .login_input .sftext {
    margin: 0 0 30px;
}
.login .login_input .sftext input {
    height: 60px;
    padding: 0 15px;
}
.login .login_input .sftext input::placeholder {
    color: #757575;
    font-weight: 400;
}
.login .login_input .sftext input:-webkit-autofill, .login .login_input .sftext input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000000;
}

.sect_login.typeA .wrapper .login_set {
    margin-top: 20px;
    height: 20px;
    font-size: 0.875rem;
    color: #757575;
}
.sect_login.typeA .wrapper .login_set .login_auto {
    float: left;
}
.sect_login.typeA .wrapper .login_set .login_auto .idSave {
    margin: 0;
}
.sect_login.typeA .wrapper .login_set .login_auto .idSave .idSave__input:checked + label:before {
    background: url(/assets/images/ico/ico_check_02.svg);
    background-repeat: no-repeat;
    background-size: 11px 9px;
    background-color: #4B3329;
    background-position: 50%;
}
.sect_login.typeA .wrapper .login_set .login_auto .idSave .idSave__input + label {
    font-size: 0.875rem;
    color: #757575;
}
.sect_login.typeA .wrapper .login_set .login_auto .idSave .idSave__input + label:before {
    border-radius: 3px;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap {
    float: right;
    display: flex;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .find_id, .sect_login.typeA .wrapper .login_set .login_find_wrap .find_pw {
    font-size: 0.875rem;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .login_id {
    display: inline-block;
    font-size: 0.875rem;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .login_id .login_id a {
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: underline;
    color: #232323;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .login_pw {
    padding-left: 15px;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .login_join {
    padding-left: 15px;
}
.sect_login.typeA .wrapper .login_set .login_find_wrap .line {
    border-left: 1px solid #707070;
    height: 9px;
    margin-top: 4px;
    margin-left: 11px;
    margin-right: -6px;
}
.login_btn {
    font-size: 1.125rem;
}
.login_btn .btn-type-01 {
    /*border-radius: 10px;*/
    width: 100%;
    background-color: #373A44;
    color: #fff;
    height: auto;
    min-height: 60px;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 700;
}

.sect_login.typeA .wrapper .simple_login .line2 {
    display: flex;
    align-items: center;
    color: #707070;
    font-size: 0.875rem;
    margin-top: 85px;
    margin-bottom: 40px;
}
.sect_login.typeA .wrapper .simple_login .line2::before {
    content: "";
    flex-grow: 1;
    margin: 0 30px 0 0;
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    font-size: 0;
    line-height: 0;
}
.sect_login.typeA .wrapper .simple_login .line2::after {
    content: "";
    flex-grow: 1;
    margin: 0 0 0 30px;
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    font-size: 0;
    line-height: 0;
}
.sect_login.typeA .wrapper .icon_list {
    display: flex;
    justify-content: space-evenly;
}
.sect_login.typeA .wrapper .icon_list ul {
    display: flex;
    justify-content: center;
}
.sect_login.typeA .wrapper .icon_list ul li {
    display: inline-block;
}
.sect_login.typeA .wrapper .icon_list ul li + li {
    margin-left: 60px;
}
.sect_login.typeA .wrapper .icon_list ul li a {
    display: grid;
    justify-content: center;
    text-align: center;
}
.sect_login.typeA .wrapper .icon_list ul li a img {
    margin-bottom: 12px;
}
.sect_login.typeA .wrapper .join_wrap a {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    margin-top: 55px;
}
.sect_login.typeA .wrapper .join_wrap a span {
    text-decoration: underline;
    margin-left: 15px;
    color: #424242;
    font-weight: 700;
}
.sect_login.typeA .wrapper .join_wrap a p {
    font-size: 1rem;
}

.sect_login.typeA .login {margin-top: 30px;}
.sect_login.typeA .login-header {padding-bottom: 25px; border-bottom: 1px solid #000;}
.sect_login.typeA .login-header .login-tit {font-size: 32px; font-weight: 700; line-height: 46px;}
.sect_login.typeA .login-header .tit2 {font-size: 16px; line-height: 28px; color: #555; margin-top: 14px;}
.sect_login.typeA .login_input label {font-size: 20px; font-weight: 700; line-height: 20px;}
.sect_login.typeA .login_input input {margin-top: 16px;}
.sect_login.typeA .wrapper .login_set {display: flex; align-items: center; justify-content: center;}

@media (max-width: 1420px) {
    .sect_login.typeA {margin-top: 70px;}
}
@media (max-width: 768px) {
    .sect_login.typeA {
        margin-top: 50px;
    }
    .sect_login.typeA .wrapper .sub_top {
        margin-bottom: 70px;
    }
    .sect_login.typeA .wrapper .login_set {
        margin: 16px 0 0;
    }
    .sect_login.typeA .wrapper .simple_login .line2 {
        margin: 50px 0 25px;
        font-size: 10px;
    }
    .sect_login.typeA .wrapper .simple_login .line2::before {
        margin: 0 20px 0 0;
    }
    .sect_login.typeA .wrapper .simple_login .line2::after {
        margin: 0 0 0 20px;
    }
    .sect_login.typeA .wrapper .icon_list ul li + li {
        margin-left: 40px;
    }
    .sect_login.typeA .wrapper .icon_list ul li img {
        width: 50px;
        height: 50px;
    }
    .sect_login.typeA .wrapper .icon_list ul li a {
        font-size: 12px;
    }
    .sect_login.typeA .wrapper .join_wrap a {
        margin-top: 50px;
    }
    .sect_login.typeA .login-header {padding-bottom: 20px;}
    .sect_login.typeA .login-header .login-tit {font-size: 28px; line-height: 42px;}
    .sect_login.typeA .login-header .tit2 {font-size: 12px; line-height: 28px; margin-top: 7px;}
    .sect_login.typeA .login {margin-top: 26px;}
    .sect_login.typeA .login_input label {font-size: 16px;}
    .sect_login.typeA .login_input input {height: 46px; margin-top: 14px;}
    .login .login_input .sftext {margin: 0 0 18px;}
    .login .login_input .sftext:last-child {margin-bottom: 28px;}
}

/* join */
.list-input-a ul li .input-label {
    font-size: 1.25rem;
    font-weight: 700;
}
.list-input-a ul li .input-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}
.list-input-a ul li .input-wrap input, .list-input-a ul li .input-wrap select, .list-input-a ul li .input-wrap textarea {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0;
    height: 50px;
    border-color: #E4E4E4;
    margin-top: 14px;
}
.list-input-a ul li .input-wrap .cke_chrome {
    margin-top: 14px;
}
.list-input-a ul li + li {
    margin-top: 30px;
}
.list-input-a ul li.phone + li.phone {
    margin-top: 0;
}
.list-input-a ul li.input-li-wrap {
    display: flex;
}
.list-input-a ul li.input-li-wrap .input-li {
    width: 50%;
}
.list-input-a ul li.input-li-wrap .input-li + .input-li {
    margin-left: 30px;
}

@media (max-width: 1280px) {
    .list-input-a ul li .input-label {
        font-size: 1.125rem;
    }
}
@media (max-width: 768px) {
    .list-input-a ul li .input-label {
        font-size: 1rem;
    }
    .list-input-a ul li .input-wrap input {
        height: 46px;
        padding: 0 10px;
        font-size: 14px;
    }
    .list-input-a ul li .input-wrap textarea {
        font-size: 14px;
        padding: 10px;
    }
    .list-input-a ul li + li {
        margin-top: 16px;
    }
    .list-input-a ul li.input-li-wrap .input-li + .input-li {
        margin-left: 22px;
    }
}
.list-input-a ul li .input-wrap input::placeholder {
    color: #888888;
    font-weight: 400;
}
.list-input-a ul li .input-wrap input[readonly] {
    color: #000000 !important;
    background-color: #F7F7F7;
    box-shadow: none;
}
.list-input-a ul li .input-wrap input.valid {
    border-color: #4087F7;
}
.list-input-a ul li .input-wrap input.invalid {
    border-color: #F45452;
}
.list-input-a ul li .input-wrap input.hidden {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.list-input-a ul li.mail .input-wrap {
    align-items: center;
}
.list-input-a ul li.mail .input-wrap span {
    margin: 14px 10px 0;
    color: #707070;
}
.list-input-a ul li .input-label .label.required::after {
    content: "*";
    color: #FF351A;
    margin-left: 5px;
    font-size: 18px;
}

.select-style-01 {
    border: 1px solid #000000;
    border-radius: 10px;
    background-size: 18px;
    height: 50px;
}
@media (max-width: 768px) {
    .select-style-01 {
        height: 50px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .list-input-a ul li.mail .input-wrap span {
        margin: 14px 4px 0;
    }
}

.join-a.find {
    margin-top: 120px;
}
.join-a .join_wrap {
    max-width: 620px;
    margin: 0 auto;
}
.join-a .join_wrap * {
    transition: all .2s;
}
.join-a .join_wrap .join-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.join-a .join_wrap .join-header .tit {
    font-size: 2rem;
    font-weight: 700;
}
.join-a .join_wrap .join-header .tit2 {
    font-size: 1rem;
    line-height: 28px;
    color: #555;
    margin-top: 14px;
}
.join-a .join_wrap .list-step-a {
    padding: 40px 0;
}
.join-a .join_wrap .btn-wrap {
    margin-top: 50px;
}
.join-a.find .list-input-a {
    margin-top: 30px;
}
.join-a.find .list-input-a .join-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-a.find .list-input-a .join-img img {
    width: 100%;
    max-width: fit-content;
}
.join-a.find .join-finish {
    margin: 32px 0 0;
    text-align: center;
}
.join-a.find .join-finish .tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    word-break: keep-all;
}
.join-a.find .join-finish .desc {
    font-size: 18px;
    line-height: 32px;
    margin-top: 24px;
}

@media (max-width: 1280px) {
    .join-a.find {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .join-a.find {
        margin-top: 30px;
    }
    .join-a .join_wrap .btn-wrap {
        flex-direction: column;
    }
    .join-a .join_wrap .join-header {
        padding-bottom: 20px;
        text-align: center;
    }
    .join-a .join_wrap .join-header .tit {
        font-size: 28px;
    }
    .join-a .join_wrap .join-header .tit2 {
        font-size: 12px;
        line-height: 18px;
    }
    .join-a .join_wrap .join-header .tit2 p {
        margin-top: 12px;
    }
    .join-b .join_wrap .list-input-b .btn-wrap {
        margin-top: 30px;
    }
    .join-a.find .join-finish .tit {
        font-size: 24px;
    }
    .join-a.find .join-finish .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

/* join1 */
.join-top {
    max-width: 620px;
    margin: 0 auto;
    margin-top: 120px;
}
.join-top > ul {
    display: flex;
}
.join-top > ul > li {
    width: 50%;
}
.join-top > ul > li + li{
    margin-left: 20px;
}
.join-top > ul > li .input-wrap {
    display: flex;
}
.join-top > ul > li .input-wrap label {
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 20px;
}
.join-top > ul > li .input-wrap input.check-style-02:checked ~ label {
    border: 1px solid #33479B;
}
.join-top > ul > li .input-wrap label p {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
}
.join-top > ul > li .input-wrap label p span {
    font-size: 12px;
    margin-top: 6px;
}

.join-b {
    margin-top: 40px;
}
.join-b .join_wrap {
    max-width: 620px;
    margin: 0 auto;
}
.join-b .join_wrap .join-header {
    border-bottom: 1px solid #000000;
    padding-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.join-b .join_wrap .join-header .tit-wrap {

}
.join-b .join_wrap .join-header .tit-wrap .tit {
    font-size: 2rem;
}
.join-b .join_wrap .join-header .tit-wrap .txt {
    font-size: 1rem;
    color: #555;
    margin-top: 14px;
}
.list-step-b {
    cursor: default;
}
.list-step-b ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
}
.list-step-b ul li {
    position: relative;
}
.list-step-b ul li .num {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #fff;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
}
.list-step-b ul li.active .num {
    background-color: #33479B;
    color: #fff;
}
.list-step-b ul li + li {
    margin-left: 20px;
}
.list-step-b ul li + li::before {
    content: "";
    height: 1px;
    background-color: #D0D0D0;
    width: 20px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.list-agree-b ul li {
    transition: 1s;
}
.list-agree-b ul li + li {
    border-top: 1px solid #E4E4E4;
    transition: 0.35s;
}
.list-agree-b ul li .tap {
    position: relative;
    padding: 28px 0;
    cursor: pointer;
}
.list-agree-b ul li.not-toggle {
    position: relative;
    cursor: pointer;
}
/*input.check-style-02 {*/
/*    display: none;*/
/*}*/
input.check-style-02 ~ label {
    /*white-space: nowrap;*/
    position: relative;
    cursor: pointer;
}
.list-agree-b ul li.not-toggle label {
    padding: 28px 0;
}
.list-agree-b ul li.not-toggle label span {
    font-size: 1.25rem;
    font-weight: 700;
}
input.check-style-02 ~ label::before {
    content: "";
    margin-right: 10px;
    border: solid 1px #333333;
    border-radius: 5px;
    background-color: #E4E4E4;
    border: 1px solid #E4E4E4;
    background-image: url("../../../assets/images/ico/ico-check02.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: none;
}
input.check-style-02:checked ~ label::before {
    background-image: url("../../../assets/images/ico/ico-check02.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-color: #33479B;
    border: 1px solid #33479B;
}

.list-agree-b ul li .tap .input-wrap label {
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-flex;
    word-break: keep-all;
}
.active_btn .sfbtn_wr {
    font-size: 0 !important;
}
.active_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 100%;
}
.active_btn::before, .active_btn::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 13px;
    background: #000;
    right: 30px;
    top: 50%;
    display: block;
    transition: all 0.3s;
    cursor: pointer;
}
.active_btn::before {
    transform: rotate(45deg);
    margin-right: -4px;
}
.active_btn::after {
    transform: rotate(-45deg);
}
.list-agree-b ul li .tap .active_btn::before, .list-agree-b ul li .tap .active_btn::after {
    width: 6px;
    right: 10px;
}
.tap.active > .active_btn::before {
    transform: rotate(-45deg);
}
.tap.active > .active_btn::after {
    transform: rotate(45deg);
}

.list-agree-b ul li .content {
    display: none;
}
.join-b .join_wrap .btn-wrap {
    margin-top: 50px;
}

.scroll-box-txt {
    padding: 20px;
    padding-right: 10px;
    background-color: #F7F7F7;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    height: 295px;
}
.scroll-box-txt .scoroll-area {
    overflow: auto;
    height: 100%;
    padding-right: 5px;
}
.scroll-box-txt .scoroll-area .txt {
    font-size: 0.75rem;
    color: #333333;
}

.scroll-box-txt .scoroll-area::-webkit-scrollbar {width: 3px; background: unset;}
.scroll-box-txt .scoroll-area::-webkit-scrollbar-thumb {border-radius: 3px; background: #C1C4CE;}

@media (max-width: 1280px) {
    .join-top {margin-top: 60px;}
}

@media (max-width: 768px) {
    .join-top {margin-top: 30px;}
    .join-top > ul {flex-direction: column;}
    .join-top > ul > li {width: 100%;}
    .join-top > ul > li + li {margin: 16px 0 0;}
    .join-b {margin-top: 50px;}
    .join-b .join_wrap .join-header {flex-direction: column; align-items: center; justify-content: center; padding-bottom: 20px;}
    .join-b .join_wrap .join-header .tit-wrap {text-align: center;}
    .join-b .join_wrap .join-header .tit-wrap .tit {font-size: 28px;}
    .join-b .join_wrap .join-header .tit-wrap .txt {font-size: 12px;}
    .list-step-b ul {margin-top: 16px; padding: 0;}
    .list-agree-b ul li.not-toggle label, .list-agree-b ul li .tap {padding: 24px 0 22px;}
    .list-agree-b ul li.not-toggle label span, .list-agree-b ul li .tap .input-wrap label {font-size: 1rem;}
    .join-b .join_wrap .btn-wrap {margin-top: 40px;}
}

.list-input-a ul {margin-top: 30px;}
.list-input-a ul li .input-label .input-hint {
    font-size: 0.75rem;
    font-weight: 400;
    color: #888888;
    margin-top: 5px;
    word-break: keep-all;
}
.list-input-a ul li .input-label ~ .input-label {
    margin-top: 30px;
}
.list-input-a ul li .tip-valid {
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 5px;
    display: none;
}
.list-input-a ul li .tip-valid.invalid {
    color: #F45452;
    display: block;
}
.list-input-a ul li .tip-valid.valid {
    color: #0F87FF;
    display: block;
}
.list-input-a .btn-input {
    min-width: 110px;
    padding: 0 10px;
}
.list-input-a .btn-input.small {
    min-width: 60px;
}

@media (max-width: 768px) {
    .list-input-a .btn-input {
        min-width: 80px;
        padding: 0;
    }
    .list-input-a .btn-input.small {
        min-width: 46px;
    }
    .list-input-a ul li .input-label ~ .input-label {
        margin-top: 14px;
    }
    .join-b .join_wrap .btn-wrap {
        flex-direction: column;;
    }
    .list-input-a ul li .input-label .input-hint {
        font-size: 10px;
    }
}

/* faq */
.faq-tab-wrap {}
.faq-tab-wrap > ul {}
.faq-tab-wrap > ul > li {width: fit-content;}
.faq-tab-wrap > ul > li .faq-tab {border: 1px solid #E4E4E4; padding: 10px 20px; font-size: 16px; color: #707070; line-height: 24px;}
.faq-tab-wrap > ul > li.swiper-slide-thumb-active .faq-tab {border: 1px solid #33479B; color: #33479B;}

.faq-cate-wrap {margin-top: 25px; border-top: 1px solid #000; border-bottom: 1px solid #E4E4E4; background: #F9F9FA; padding: 17px 20px;}
.faq-cate-wrap > ul {display: flex;}
.faq-cate-wrap > ul li {width: fit-content;}
.faq-cate-wrap > ul li .faq-cate-tab {padding: 8px 16px; border-radius: 18px; border: 1px solid #E4E4E4; background: #fff;}
.faq-cate-wrap > ul li .faq-cate-tab + .faq-cate-tab {margin-left: 10px;}
.faq-cate-wrap > ul .faq-cate-tab.active {border: 1px solid #33479B; background: #33479B; color: #fff;}

.qna-list {}
.qna-list li {border-bottom: 1px solid rgba(0, 0, 0, 0.10);}
.qna-list .qna-list__q {position: relative; padding: 28px 24px; cursor: pointer;}
.qna-list .qna-list__q .qna-btn {position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}
.qna-list .qna-list__q .qna-btn::before, .qna-list .qna-list__q .qna-btn::after {content: ""; position: absolute; height: 2px; width: 12px; background-color: #000; right: 0; top: 50%; display: block; transition: all 0.3s;}
.qna-list .qna-list__q .qna-btn::before {transform: rotate(45deg); right: 8px;}
.qna-list .qna-list__q .qna-btn::after {transform: rotate(-45deg);}
.qna-list .qna-list__q.active .qna-btn::before {transform: rotate(-45deg);}
.qna-list .qna-list__q.active .qna-btn::after {transform: rotate(45deg);}
.qna-list .qna-list__q:hover .qa_wrap,.qna-list .qna-list__q.active .qa_wrap {text-decoration: underline; text-underline-offset: 2px;}
/*.qna-list .qna-list__q:hover .qna-btn::before, .qna-list .qna-list__q:hover .qna-btn::after {background-color: #FF6827;}*/
.qna-list .qna-list__q .qa_wrap {font-size: 18px; font-weight: 700; color: #000; line-height: 24px;}
.qna-list .qna-list__a {padding-bottom: 20px; display: none;}
.qna-list .qna-list__a .qa_wrap p {font-size: 16px; font-family: "Noto Sans CJK KR", sans-serif; line-height: 24px; font-weight: 300; padding: 0 24px;}

@media (max-width: 1280px) {
    .faq-cate-wrap {padding: 17px 10px;}
    .qna-list .qna-list__q {padding: 24px 10px;}
    .qna-list .qna-list__a .qa_wrap p {font-size: 14px; padding: 0 16px;}
}

@media (max-width: 768px) {
    .faq-tab-wrap > ul > li .faq-tab {padding: 6px 10px; font-size: 12px;}
    .faq-cate-wrap {margin-top: 10px; border-top: 1px solid #E4E4E4; padding: 6px 0;}
    .faq-cate-wrap > ul li .faq-cate-tab {font-size: 10px;}
    .qna-list .qna-list__q {padding: 14px 6px;}
    .qna-list .qna-list__q .qa_wrap {font-size: 14px;}
    .qna-list .qna-list__q .qna-btn::before, .qna-list .qna-list__q .qna-btn::after {width: 10px;}
    .qna-list .qna-list__q .qna-btn::before {right: 6px;}
    .qna-list .qna-list__a {padding-bottom: 14px;}
    .qna-list .qna-list__a .qa_wrap p {font-size: 12px; padding: 0 10px;}
}

/* research */
.total_sch_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.total_sch_head_wrap .top {
    font-size: 34px;
    font-weight: 600;
}
.total_sch_head_wrap .bottom {
    background: #F7F7F7;
    border-top: 1px solid #000;
    min-height: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 16px 0 50px 0;
}
.total_sch_head_wrap .bottom .bottom_txt {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
}
.total_sch_head_wrap .bottom span {
    font-weight: 600;
}
.total_sch_head_wrap .bottom .bottom_txt br {
    display: none;
}
.total_sch_wrap .total_sch_middle_wrap {
    width: 100%;
}
.total_sch_wrap .total_sch_middle_wrap ul + ul {
    margin-top: 60px;
}
.sch_result {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding-left: 12px;
}
.sch_result::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sch_result .sch_result_txt {
    font-size: 1.125rem;
    display: flex;
}
.sch_result span {
    font-weight: 600;
}
.sch_result .more {
    display: flex;
    position: absolute;
    right: 0;
    font-size: 0.875rem;
}

.list_category {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    padding: 5px 15px;
    font-size: 0.875rem;
}
.total_sch_wrap .total_sch_middle_wrap .list_tit {
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 0 5px 0;
}
.total_sch_wrap .total_sch_middle_wrap .list_tit span {
    background: #FFFF00;
    color: #E44126;
}
.total_sch_wrap .total_sch_middle_wrap .list_tit, .total_sch_wrap .total_sch_middle_wrap .list_cont {
    margin: 0 20px;
}
.total_sch_wrap .total_sch_middle_wrap .list_cont {
    line-height: 1.5;
    font-size: 0.875rem;
}
.total_sch_wrap .total_sch_middle_wrap .list_cont span {
    background: #FFFF00;
    color: #E44126;
}
.total_sch_wrap .total_sch_middle_wrap ul li + li {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .total_sch_head_wrap .top {
        font-size: 1.5rem;
    }
    .total_sch_head_wrap .bottom {
        margin-bottom: 30px;
    }
    .total_sch_head_wrap .bottom .bottom_txt br {
        display: block;
    }
    .sch_result .sch_result_txt {
        display: unset;
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .sch_result::before {
        top: 25%;
    }
    .sch_result .more a {
        font-size: 0.75rem;
    }
    .total_sch_wrap .total_sch_middle_wrap ul + ul {
        margin-top: 30px;
    }
    .total_sch_wrap .total_sch_middle_wrap .list_tit, .total_sch_wrap .total_sch_middle_wrap .list_cont {
        margin: 0 10px;
        font-size: 0.875rem;
    }
    .total_sch_wrap .total_sch_middle_wrap .list_cont {
        margin: 0 10px;
        font-size: 0.75rem;
    }
}

/* mypage */
.myProfile-side {width: 100%; max-width: 280px; height: fit-content; flex: none; /*position: sticky; top: 20px;*/}
.myProfile-side .myProfile {text-align: center;}
.myProfile-side .myProfile .myProfile-img {width: 100%; height: 120px; background-image: url("../../../assets/images/cmn/myProfile-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative;}
.myProfile-side .myProfile .myProfile-img .img-wrap {position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); width: 96px; height: 96px; border-radius: 50%; background: #F7F7F7; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);}
.myProfile-side .myProfile .myProfile-img .img-wrap img {width: 100%; max-width: fit-content;}
.myProfile-side .myProfile .myProfile-info {border: 1px solid #CBCFDD; padding: 36px 0 34px;}
.myProfile-side .myProfile .myProfile-info .myProfile-name {font-size: 22px; font-weight: 700; color: #0F172A;}
.myProfile-side .myProfile .myProfile-info .myProfile-mail {font-size: 14px; font-weight: 500; color: #64748B; margin-top: 10px;}
.myProfile-side .side-menu {border: 1px solid #E4E4E4; padding: 23px 20px 8px; margin-top: 12px;}
.myProfile-side .side-menu .side-menu-top {font-size: 12px; font-family: "Product Sans Black", Sans-Serif; font-weight: 700;}
.myProfile-side .side-menu > ul {margin-top: 8px;}
.myProfile-side .side-menu > ul > li:not(:last-child) {border-bottom: 1px solid #E4E4E4;}
.myProfile-side .side-menu > ul > li a {font-size: 18px; padding: 24px 0;}
.myProfile-side .side-menu > ul > li a.active {font-weight: 700; text-decoration: underline; text-underline-offset: 2px;}
.myProfile-side .side-menu > ul > li a.del-id {font-size: 12px; font-weight: 700; color: #BABABA; text-decoration: underline; text-underline-offset: 2px;}
/*.myProfile-side .side-menu > ul > li a:hover {background: #F7F7F7;}*/

.myPage {width: 100%; margin-left: 35px;}
.myPage .myPage-tit {padding-bottom: 25px; border-bottom: 1px solid #000;}
.myPage .myPage-tit h2 {font-size: 28px; font-weight: 700;}
.myPage .btn-wrap {margin: 50px auto 0; justify-content: end;}

.myPage .exp-tab-wrap {margin: 0 0 30px;}
.myPage .exp-tab-wrap .exp-tab {display: flex; text-align: center; justify-content: center;}
.myPage .exp-tab-wrap .exp-tab::before, .myPage .exp-tab-wrap .exp-tab::after {content: unset;}

/* mypage table */
.myPage .bbstb_tr.thead > li {padding: 25px 0;}
.myPage .bbstb_tr.tbody > li {padding: 22px 0; font-size: 14px; line-height: 24px;}
.myPage .bbstb_tr.thead {padding: 0 10px;}
.myPage .bbstb_tr.tbody {padding: 0 10px;}
.myPage .btn-wrap.mt-20 {margin-top: 20px;}

/* mypage detail */
.myPage-tour-info {}
.myPage-tour-info .img {width: 100%; max-height: 420px;}
.myPage-tour-info .img img {width: 100%; height: 100%; max-height: 420px; object-fit: cover;}
.myPage-tour-info .tit {font-size: 28px; font-weight: 700; word-break: keep-all; margin: 30px 0 0;}
.myPage-tour-info .btn-wrap {justify-content: center; margin-top: 40px;}
.myPage-tour-info table {border-top: 2px solid #707070; border-bottom: 2px solid #707070; margin-top: 32px;}
.myPage-tour-info table tr {border-bottom: 1px solid #E4E4E4;}
.myPage-tour-info table tr:last-child {border-bottom: 0;}
.myPage-tour-info table tr th {padding: 24px; width: 130px; background: #F7F7F7; text-align: left; line-height: 1.3;}
.myPage-tour-info table tr th.txt-top {vertical-align: top;}
.myPage-tour-info table tr td {padding: 24px 36px; line-height: 1.3; word-break: keep-all;}
.myPage-tour-info table tr td span.process {border-radius: 3px; border: 1px solid #33479B; background-color: #33479B; font-size: 1rem; font-weight: 500; color: #fff; padding: 8px 16px;}
.myPage-tour-info table.apply-table tr th {background: unset;}
.myPage-tour-info table.apply-table tr td {padding: 24px;}

.myPage .bd-wrap {}
.myPage .bd-wrap .bd-tit {font-size: 28px; font-weight: 700;}
.myPage .bd-wrap .bd-txt {margin-top: 24px; display: flex; font-size: 18px;}
.myPage .bd-wrap .bd-txt .bd-date {color: #999;}
.myPage .bd-wrap .bd-txt .bd-process {color: #3FA34A;}
.myPage .bd-wrap .bd-txt .bd-date + .bd-process {margin-left: 8px; padding-left: 4px; border-left: 1px solid #999;}

/* mypage company */
.myPage .input-file:read-only {background-color: #fff !important;}
/*.myPage .input-wrap .attach__btn {position: absolute; left: 16px; top: calc(50% + 7px); transform: translateY(-50%); width: fit-content; height: 30px; padding: 5px 14px; font-size: 1rem; background: #EAEAEA;}*/
.myPage .input-wrap .attach__btn {width: fit-content; height: 30px; padding: 5px 14px; font-size: 1rem; background: #EAEAEA; flex: none;}
/*.myPage .list-input-a ul li .input-wrap {align-items: center;}*/
.myPage .list-input-a ul li .input-wrap .select-box-wrap {width: 100%; position: relative;}
.myPage .list-input-a ul li .input-wrap .select-box-wrap input {text-align: left !important;}
.myPage .list-input-a ul li .input-wrap .select-box-wrap i.ico-sel {width: 24px; height: 24px; background-image: url("../../images/ico/ico-sel.svg"); background-repeat: no-repeat; background-size: cover; position: absolute; bottom: 14px; right: 16px;}
.myPage .list-input-a ul li .input-wrap .select-box-wrap i.ico-date {width: 24px; height: 24px; background-image: url("../../../assets/images/ico/ico-date.svg"); background-repeat: no-repeat; background-size: cover; position: absolute; bottom: 14px; right: 16px;}
.myPage .list-input-a ul li .input-wrap .select-box {width: 100%; height: 50px; border: 1px solid #E4E4E4; padding: 15px 16px; font-size: 1rem; color: #707070; margin-top: 14px; position: relative;}
.myPage .list-input-a ul li .input-wrap span.dt-and {margin: 14px 10px 0; height: 50px; display: flex; align-items: center;}
.myPage .list-input-a ul li.address .input-wrap {align-items: end;}
.myPage .list-input-a ul li .product-box {border-radius: 5px; border: 1px solid #000; background: #000; font-size: 24px; color: #fff; padding: 10px 20px; width: fit-content;}
.myPage .list-input-a ul li .ico-search_w {width: 20px; height: 20px;}

.myPage .select-box-wrap .detail-list {position: absolute; top: 70px; left: 0; width: 100%; border: 1px solid #424550; background: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16); z-index: 2; display: none;}
.myPage .select-box-wrap .detail-list.show {display: block;}

.myPage .select-box-wrap .detail-list > ul {margin: 0;}
.myPage .select-box-wrap .detail-list > ul > li + li {margin: 0;}
.myPage .select-box-wrap .detail-list > ul > li:hover {color: #fff; text-decoration-line: underline; text-underline-offset: 2px; background: #33479B;}
.myPage .detail-list .detail-reset {display: flex; justify-content: end; padding: 16px; border-bottom: 1px solid #E4E4E4;}
.myPage .detail-list .detail-reset .reset-btn {display: flex; align-items: center;}
.myPage .detail-list .detail-reset .reset-btn i.ico-reset{width: 12px; height: 12px; background-image: url("../../images/ico/ico-reset.svg"); background-repeat: no-repeat; background-size: cover; margin-left: 4px;}

.myPage .list-input-a ul li .input-wrap .input-user-li {position: relative;}
.myPage .list-input-a ul li .input-wrap .input-user-li + .input-user-li {margin-left: 30px;}
.myPage .list-input-a ul li .input-wrap textarea {min-height: 150px;}
.myPage .list-input-a ul li .input-wrap.file-wrap {align-items: baseline; justify-content: left; border: 1px solid #e4e4e4; margin-top: 14px; padding: 14px 15px;}
.myPage .list-input-a ul li .input-wrap.file-wrap input.input-file {height: fit-content; border: 0; margin: 0;}
.myPage .list-input-a ul li .input-wrap.file-wrap input.input-file:not(:first-child) {margin-top: 12px;}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list {width: 100%; flex: 1;}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul {margin: 0;}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li {display: flex; align-items: center;}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li a {width: 100%; flex: 1; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-word;}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file {width: 40px; height: 30px; border-radius: 5px; position: relative; padding: 0; flex: none}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file::before, .myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file::after{content: ""; display: block; height: 16px; width: 2px; background: #fff; position: absolute; top: 7px; left: 50%; transform: rotate(0deg);}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file:before {transform: rotate(135deg);}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file:after {transform: rotate(-135deg);}
.myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li + li {margin-top: 10px;}
.myPage .festa-line {width: 100%; height: 1px; background: #E4E4E4; margin: 30px 0;}
.list-input-a ul li .input-wrap.keyword input + input {margin-left: 30px;}

@media (max-width: 1280px) {
    .myProfile-wrap {flex-direction: column;}
    .myProfile-side {max-width: 100%;}
    .myPage {margin: 50px 0 0;}

    .myPage-tour-info .tit {text-align: center;}
    .myPage-tour-info table tr th {width: 110px; padding: 24px 20px;}
    .myPage-tour-info table tr td {padding: 20px 32px;}
    .myPage-tour-info table.apply-table tr th, .myPage-tour-info table.apply-table tr td {padding: 20px;}
    .myPage .list-input-a ul li .product-box {font-size: 22px;}
}

@media (max-width: 1000px) {
    .bbstb_th.th_num2, .bbstb_td.td_num2 {max-width:110px;}
    .bbstb_th.th_date2, .bbstb_td.td_date2, .bbstb_th.th_user, .bbstb_td.td_user {width:100%;max-width:80px;}
    .bbstb_th.th_process, .bbstb_td.td_process {max-width: 80px;}
}

@media (max-width: 768px) {
    .myProfile-side .myProfile .myProfile-info {}
    .myProfile-side .side-menu > ul > li a {padding: 18px 0; font-size: 14px;}

    .myPage .bbsBar {padding-bottom: 6px;}
    .myPage .subBar h2 {text-align: center; font-size: 24px;}
    .myPage .myPage-tit {padding-bottom: 14px;}
    .myPage .myPage-tit h2 {font-size: 24px;}

    .myPage .bbs-table {border-top: 1px solid #000;}
    .myPage .bbstb_tr.thead {display: none;}
    .myPage .bbstb_tr.tbody {padding: 14px 10px;}
    .myPage .bbstb_tr.tbody > li {padding: 0; display: flex; align-items: center; width: 100%; max-width: 100%; font-size: 12px; line-height: 18px;}
    .myPage .bbstb_tr.tbody > li b.mobile-ver {margin-right: 3px;}
    .myPage .bbstb_tr.tbody > li.td_process b {color: #000;}
    .myPage .bbstb_td.td_cancel {margin-top: 10px;}
    .myPage .bbstb_td.td_cancel button {font-size: 12px; padding: 6px;}

    .myPage-tour-info .tit {font-size: 20px; line-height: 30px; margin: 20px 0 0;}

    .myPage-tour-info table {margin-top: 20px;}
    .myPage-tour-info table tr th {font-size: 14px; width: 80px;}
    .myPage-tour-info table tr td {font-size: 14px;}
    .myPage-tour-info table tr th, .myPage-tour-info table tr td {padding: 16px}
    .myPage-tour-info table.apply-table tr th {width: 60px; padding: 16px 14px;}
    .myPage-tour-info table.apply-table tr td {padding: 16px 10px;}
    .myPage-tour-info table tr td span.process {font-size: 12px; padding: 8px 10px;}

    .myPage-tour-info > ul > li .li-r span.process {font-size: 0.875rem;}

    .myPage .bd-wrap .bd-tit {font-size: 20px;}
    .myPage .bd-wrap .bd-txt {font-size: 14px; margin-top: 12px;}
    .myPage-tour-info.bd > ul > li .li-l {padding: 18px; width: 100%; max-width: 90px;}
    .myPage-tour-info.bd > ul > li .li-r {padding: 18px 20px;}

    .myPage .myPage-tour-info .btn-wrap button {max-width: 100%;}

    .myPage .input-wrap .attach__btn {font-size: 12px; padding: 5px 6px;}
    .myPage .list-input-a ul li .input-wrap.file-wrap {flex-direction: column;}
    .myPage .list-input-a ul li .input-wrap.file-wrap .file-list {margin-top: 10px;}
    .myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li a {padding: 0;}
    .myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file {width: 30px; height: 26px;}
    .myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file::before, .myPage .list-input-a ul li .input-wrap.file-wrap .file-list > ul > li .del-file::after {height: 12px;}
    .myPage .list-input-a ul li .input-wrap.file-wrap .file-list input.input-file {padding-left: 0;}
    .myPage .list-input-a ul li .input-wrap span.dt-and {margin: 14px 6px 0; height: 46px;}
    .myPage .list-input-a ul li .input-wrap .select-box {font-size: 14px; height: 46px; padding: 15px 10px;}
    .myPage .list-input-a ul li .input-wrap .select-box-wrap i.ico-sel, .myPage .list-input-a ul li .input-wrap .select-box-wrap i.ico-date {width: 20px; height: 20px; bottom: 12px; right: 10px;}
    .myPage .list-input-a ul li .product-box {font-size: 20px; padding: 8px 16px; margin: 25px 0;}
    .myPage .list-input-a ul li .input-wrap.user {flex-direction: column;}
    .myPage .list-input-a ul li .input-wrap .input-user-li {Width: 100%;}
    .myPage .list-input-a ul li .input-wrap .input-user-li input {padding: 0 40px 0 60px;}
    .myPage .select-box-wrap .detail-list {top: 60px;}

    .myPage .btn-wrap {margin-top: 40px;}
}

/* inquiry */
.myPage.inquiry {margin: 0;}
.inquiry-top {}
.inquiry-top h2 {font-size: 28px; font-weight: 700; line-height: 38px;}
.inquiry-top p {font-size: 1em; line-height: 20px; margin-top: 5px;}
.inquiry .list-input-a ul {margin-top: 50px;}
.inquiry .list-input-a ul li .input-wrap .input-user-li {width: 100%; position: relative;}
.inquiry .list-input-a ul li .input-wrap .input-user-li + .input-user-li {margin-left: 40px;}
.input-user-li input {text-align: right; padding-right: 40px; padding-left: 70px;}
.input-user-li .user-cate {position: absolute; left: 0; top: calc(50% - 5px); transform: translateY(-50%); width: 60px; height: 50px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #E4E4E4;}
.input-user-li .user-cnt {position: absolute; right: 0; top: calc(50% - 5px); transform: translateY(-50%); width: 40px; height: 50px; display: flex; align-items: center; justify-content: center; padding-right: 10px;}
.input-user-li .user-etc {font-size: 12px; font-weight: 700; color: #999; margin-top: 8px; display: flex; align-items: center;}
.input-user-li .user-etc i {display: inline-block; width: 16px; height: 16px; background-image: url("../../../assets/images/ico/ico-question.svg"); background-repeat: no-repeat; background-size: cover; margin-right: 4px;}
.inquiry .input-wrap.chkBox {flex-wrap: wrap; justify-content: unset; grid-column-gap: 50px; grid-row-gap: 10px; margin-top: 14px;}
.inquiry .input-wrap.chkBox .chk-box {}
.inquiry .input-wrap.chkBox input.check-style-02 ~ label {font-size: 1.125rem;}
.inquiry .input-wrap.chkBox input.check-style-02 ~ label::before {width: 24px; height: 24px; background-size: contain;}
.inquiry .subBar {margin-top: 40px; margin-bottom: 0;}
.inquiry .list-agree-b ul {margin: 0;}
.inquiry .list-agree-b ul li:not(:first-child) {border: 1px solid #E4E4E4;}
.inquiry .list-agree-b ul li:last-child {border-top: 0;}
.inquiry .list-agree-b ul li + li {margin: 0;}
.inquiry .list-agree-b b {font-size: 24px;}
.inquiry .list-agree-b .input-wrap {padding: 0 40px;}
.inquiry .list-agree-b .input-wrap label {width: 100%;}


@media (max-width: 1280px) {
    .inquiry .list-input-a ul li .input-wrap .input-user-li + .input-user-li {margin-left: 20px;}
    .inquiry .input-wrap.chkBox {grid-column-gap: 40px;}
}
@media (max-width: 768px) {
    .inquiry-top {text-align: center;}
    .inquiry-top h2 {font-size: 20px; line-height: 20px;}
    .inquiry-top p {font-size: 12px;}

    .inquiry .list-input-a ul {margin-top: 30px;}
    .inquiry .list-input-a ul li .input-wrap.user {flex-direction: column;}
    .inquiry .list-input-a ul li .input-wrap .input-user-li + .input-user-li {margin: 0;}
    .inquiry .list-input-a ul li .input-wrap .input-user-li input {padding: 0 36px 0 60px;}
    .input-user-li .user-cate, .input-user-li .user-cnt {height: 46px; font-size: 14px; top: calc(50% - 3px);}
    .input-user-li .user-etc {font-size: 10px;}
    .input-user-li .user-etc i {width: 12px; height: 12px;}
    .inquiry .list-agree-b ul li.not-toggle label, .inquiry .list-agree-b ul li .tap {padding: 16px 0;}
    .inquiry .list-agree-b ul li .tap .input-wrap label {font-size: 14px; line-height: 1.3; align-items: flex-start;}
    .inquiry .input-wrap.chkBox {grid-column-gap: 14px;}
    .inquiry input.check-style-02 ~ label::before {width: 16px; height: 16px; background-size: contain;}
    .inquiry .input-wrap.chkBox input.check-style-02 ~ label {font-size: 14px;}
    .inquiry .input-wrap.chkBox input.check-style-02 ~ label::before {width: 16px; height: 16px; margin-right: 6px;}
    .inquiry .list-agree-b .input-wrap {padding: 0 16px;}
    .inquiry .list-agree-b ul {margin-top: 0;}
    .inquiry .list-agree-b b {font-size: 20px;}
}

/* term and conditions */
.terms {font-size: 1rem; line-height: 1.5;}
@media (max-width: 1420px) {
    .terms {font-size: 14px;}
}



/* 20250805 고도화 작업 */
.search-detail > ul > li > i {right: 0;bottom: 8px;width: 20px;height: 20px;}
.search-detail > ul > li i.ico-date {background: url("/assets/images/ico/ico-date02.svg") no-repeat center right / 20px 20px}
.search-detail > ul > li i.ico-sel {background-image: url("../../images/ico/ico-sel.svg");}
.search-detail > ul > li i.ico-loca {background: url("/assets/images/ico/ico-loca02.svg") no-repeat center right / 20px 20px;}
.search-detail > ul > li i.ico-sch {background-image: url("../../images/ico/ico-sch02.svg");bottom: 8px;right: 0;}

/* main search-wrap */
.search-wrap {width: 100%;position: relative;z-index: 2;transform: translateY(-80px);}
.search-wrap * {transition: all .2s;}
.search-wrap .search-box {padding: 26px 30px;border: 1px solid #E4E4E4;background: #fff;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);gap: 40px;}
.search-box .search-tit {font-size: 24px;font-weight: 900;line-height: 34px;}
.search-detail_wrap{display: flex; align-items: center;}
.search-detail .input-wrap{display: flex; align-items: center;}
.search-detail > ul > li.dt1 .search-detail_wrap{gap: 12px}
.search-detail > ul > li.dt3 .search-detail_wrap{gap: 20px}
.search-detail > ul > li.dt5 input{width: 206px;}
.search-detail > ul > li {display: flex;flex-direction: column;position: relative;gap: 10px;}
.search-detail_wrap i {width: 24px;height: 24px;background-repeat: no-repeat;background-size: cover;}
.search-detail > ul > li label {font-size: 12px;font-weight: 700;line-height: 14px;color: #5A5E6C;margin-bottom: 0;}
.search-detail > ul > li input#searchTxt {}
.search-detail > ul > li input, .search-detail > ul > li .select-box {border: 0;border-bottom: 2px solid #E4E4E4;height: 36px;font-size: 16px;font-weight: 500;padding: 0;padding-right: 25px;width: 100%;text-align: unset !important;}
.search-detail > ul > li input::placeholder{font-size: 16px;font-weight: 500;color: #B4B4B4;}
.search-detail > ul > li input:focus, .search-detail > ul > li .select-box {outline: none;box-shadow: unset;border-radius: unset;border: 0;border-bottom: 2px solid #E7E7E7;display: flex;align-items: center;}
.search-detail > ul > li .select-box {font-size: 16px;font-weight: 500;z-index: 1;color: #B4B4B4;}
.search-detail > ul > li .detail-list {position: absolute;top: 70px;left: 0;width: 100%;border: 1px solid #424550;background: #fff;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);z-index: 2;display: none;}
.search-wrap .sch-btn {color: #FFF;font-size: 18px;font-weight: 500;padding: 12px 18px;background: #424550;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;width: 100%;max-width: 154px;border-radius: 5px;}
.search-wrap .sch-btn i {width: 16px;height: 16px;background-image: url("../../images/ico/ico-sch_w.svg");background-repeat: no-repeat;background-size: cover;}
.search-detail > ul.expo-search-ul {grid-template-columns:repeat(5, 1fr)}
.search-detail > ul.expo-search-ul > li input,
.search-detail > ul.expo-search-ul > li .select-box {font-size: 16px;}

.global-wrap .search-detail > ul.expo-search-ul {grid-template-columns:repeat(5, 1fr)}
.search-detail > ul.expo-search-ul > li input, .search-detail > ul.expo-search-ul > li .select-box {font-size: 16px;}
.color-black {color: #222!important;}
.nat-select, .nat-detl-select {font-size: 12px; font-weight: 700; color: #fff; text-decoration-line: underline; text-underline-offset: 2px; background-color: #33479B}

/* calendar */
.calendar {position: relative;width: 100%;gap: 28px;align-items: flex-start;flex-wrap: wrap;}
.calendar_ {flex: none;width: 734px;}
.calendar_hd {position: relative;}
.calendar_nav {font-size: 0;display: flex;align-items: center;}
.calendar_nav a{width: 26px;height: 26px;display: inline-block;border-radius: 50%;}
.calendar_nav a.prev{background: url("/assets/images/ico/ico-calendar_prev.svg") no-repeat 50% / cover;}
.calendar_nav a.next{background: url("/assets/images/ico/ico-calendar_next.svg") no-repeat 50% / cover;}
.calendar_nav span{font-size: 26px; display: inline-block;vertical-align: top;padding: 0 14px;font-weight: 700;}
.calendar_table{margin-top: 12px;overflow: hidden;border-radius: 5px;border: 1px solid #E4E4E4;background: var(--White, #FFF);box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);}
table.ct {width: 100%; table-layout: fixed;border-collapse: collapse;}
.ct th {background: #fff;text-align: center;padding-right: 10px;font-size: 14px;font-weight: 500;color: #000;height: 40px;}
.ct td {position: relative;vertical-align: top;padding: 6px 5px 5px;padding-bottom: 5px;border: 1px solid #e4e4e4;text-align: right;height: 119px !important;vertical-align: top;color: #000;font-size: 16px;font-weight: 500;cursor: pointer;background-color: #fff;}
.ct td.click_focus:after {content: '';position: absolute;width: 100%;height: 100%;border: 3px solid #1A1B1D;top: 0;left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ct th:first-child{border-radius: 5px 0 0 0;color: #FF0000;}
.ct th:last-child{border-right: 0;border-radius: 0 5px 0 0;color: #0029FF;}
.ct_day{display: inline-block;color: #000;line-height: 1.5;position: relative;z-index: 1;margin-right: 6px;}
.ct td:first-child{border-left: 0;}
.ct td:last-child{border-right: 0;}
.ct tr:last-child td{border-bottom: 0;}
/*.ct td.ct_today .ct_day::after{content: '';background-color: #EAEAEA;display: inline-block;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 30px;height: 30px;z-index: -1;}*/
.ct td.focus .ct_day::after{content: '';background-color: var(--main-blue);display: inline-block;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 26px;height: 26px;z-index: -1;}
.ct td.focus {background: rgba(90, 127, 241, 0.07);}
.ct td.focus .ct_day {color: #fff;}
.ct_skd > ul{display: flex;flex-direction: column;gap: 3px;}
.ct_skd > ul > li{padding: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;font-weight: 600;color: #fff;border-radius: 3px;line-height: 1;}
.ct_skd::-webkit-scrollbar {width: 5px;}
.ct_skd > ul > li::before{width: 12px;height: 12px;border-radius: 6px;display: inline-block;}
.ct_skd .country01{background: var(--main-blue2)}
.ct_skd .country02{background: var(--main-green2)}
.ct_skd .country03{background: var(--main-yellow3)}
.ct_skd .country04{background: var(--main-pink2)}
.ct_skd .country05{background: var(--main-purple2)}
.ct_skd .country06{background: var(--main-black2)}
.ct_skd_smy {margin-top: 5px;}
.calendar_legend{margin-top: 18px;}
.calendar_legend > ul{display: flex; align-items: center; gap: 6px;}
.calendar_legend .legend{padding: 4px 12px; border-radius: 20px; font-size: 14px; font-weight: 600; color: #fff; line-height: 1.42;}
.calendar_legend .country01{background: var(--main-blue2)}
.calendar_legend .country02{background: var(--main-green2)}
.calendar_legend .country03{background: var(--main-yellow3)}
.calendar_legend .country04{background: var(--main-pink2)}
.calendar_legend .country05{background: var(--main-purple2)}
.calendar_legend .country06{background: var(--main-black2)}
.calendar-list{margin-top: 86px;border-radius: 5px;border: 1px solid #E4E4E4;background: #FFF;box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);display: flex;flex-direction: column;min-width: 0;width: 478px;}
.calendar-list__hd{display: flex;align-items: center;justify-content: center;height: 60px;border-radius: 5px 5px 0 0;border: 1px solid #E4E4E4;background: var(--S-dark, #424550);}
.calendar-list__hd .list-hd__tit{font-size: 20px;color: #fff;display: flex;align-items: center;}
.calendar-list__hd .more_btn{font-size: 16px;text-decoration: underline;}
.calendar-list__bd ul{max-height: 546px;overflow-y: auto;margin-right: -10px;padding-right: 10px;}
.calendar-list__bd ul::-webkit-scrollbar {
    width: 5px;
}
.calendar-list__bd ul.no-list {position: relative;border-bottom: 1px solid #e4e4e4;display: flex;align-items: center;justify-content: center;font-size: 18px;padding:31px;}
.calendar-list__bd li{display: flex;align-items: center;gap: 14px;}
.calendar-list__bd .list-cont{flex: 1 1 0%;min-width: 0; /* ⭐ 중요: flex item의 줄임 처리 위해 필수 */}
.calendar-list__bd .poster-tit{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;position: relative;line-height: 1.5;font-size: 18px;margin-top: 4px;font-weight: 700;width: 100%;}
.calendar-list__bd .poster-tit:hover{text-decoration: underline;}
.calendar-list .poster-img{position: relative;width: 110px;height: 160px;border-radius: 5px;flex: none;}
.poster-img .img-wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.poster-img .img-wrap img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: .4s;object-fit: cover}
.calendar-list__bd .list-tag span{font-size: 14px; font-weight: 600; color: #888;}
.calendar-list__bd .list-tag .tag-process{font-weight: 700; color: var(--main-blue)}
.calendar-list__bd .list-tag span:not(:last-child){position: relative; margin-right: 6px; padding-right: 6px;}
.calendar-list__bd .list-tag span:not(:last-child)::after{content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; height: 8px; border-right: 1px solid #e4e4e4; }
.calendar-list__bd .poster-date{font-size: 16px;font-weight: 600;color: #5B5B5B;margin-top: 34px;}
.calendar-list__bd .poster-date .ico-calendar{background-image: url("/assets/images/ico/ico-calendar_gray02.svg")}
.calendar-list__bd .more-btn{background: #4459B2;width: 180px;height: 36px;margin-top: 16px;padding: 8px 14px;font-size: 16px;}
.calendar-list__bd .more-btn .ico-link {width: 12px;height: 12px;}
.ct_wrap {position: relative;display: flex;flex-direction: column;align-items: flex-end;height: 108px;}
.ct_skd {height: 100%;width: 100%;overflow-y: auto;margin-top: 6px;}
.calendar-list__hd .list-hd__tit span {color: rgba(255, 255, 255, 0.80);font-size: 16px;font-weight: 600;margin-right: 7px;}
.calendar-list__bd {padding: 20px 24px;width: 100%;}
.calendar-list__bd li + li {border-top: 1px solid #e4e4e4;padding-top: 17px;margin-top: 17px;}
.detailView-btn{padding: 7px 12px; height: 30px; background: #424550; border-radius: 40px; font-size: 14px; font-weight: 700; color: #fff;}
.ico-detailView{width: 14px; height: 14px; background-image: url("/assets/images/ico/ico-detailView.svg")}
.tour-course-info .course-table tbody td.td-tit {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 300px;}
.global-detail-wrap .course-table tbody td{padding: 11px 5px;}


/* modal-view */
.modal-detail{max-width: 900px;position: relative;padding: 30px 20px;box-shadow: none;}
.modal-detail .global-detail-wrap{margin-top: 16px;}
.modal-detail .circleBar {padding: 5px 18px;background: #fff;border: 1.5px solid var(--main-blue);cursor: pointer;border-radius: 20px;height: 28px;width: auto;}
.modal-detail .circleBar h2 {font-size: 16px;color: #363E55;line-height: 1;}
.modal-detail .circle-wrap {display: flex;gap: 8px;}
.modal-detail .circle-wrap .circleBar.active{background: var(--main-blue); }
.modal-detail .circle-wrap .circleBar.active h2{color: #fff;}
.modal__close{width: 50px; height: 50px; background: url("/assets/images/ico/ico-modal_close.svg") no-repeat 50% / cover; position: absolute; right: 14px; top: 12px;}
.modal-detail .global-detail-wrap .course-table thead th {font-size: 14px;padding: 11px;}
.modal-detail .global-detail-wrap .course-table tbody td {font-size: 14px;padding: 11px 6px;}
.modal-detail .global-detail-wrap .course-table {border-spacing: 0 6px;}
.modal-detail .global-detail-wrap .course-table{margin-top: 0;}
.modal-detail .control-btn{margin-top: 10px; display: flex; align-items: center; justify-content: right; gap: 8px;}
.modal-detail .control-btn .btn{padding: 6px 14px;border-radius: 20px;font-size: 14px;font-weight: 600;color: #fff;line-height: 1;height: 29px;}
.modal-detail .control-btn .print-btn{background: #424550}
.modal-detail .control-btn .apply-btn{background: var(--main-blue)}
.modal-detail .tour-info-wrap{margin-top: 20px; display: block;}
.modal-detail .tour-info-wrap section {padding: 0;}
.modal-detail .tour-info-wrap section + section {margin-top: 40px;}
.modal-detail .subBar {padding-bottom: 12px;margin-bottom: 20px;}
.modal-detail .subBar h2 {font-size: 18px;text-align: left;}
.modal-detail .global-detail-wrap {max-height: calc(100vh - 230px);overflow-y: auto;margin-right: -15px;padding-right: 15px;}
.modal-detail .print-cover img{width: 100%;}
.modal-detail .tour-info-cont .circle-wrap{margin-bottom: 16px;}
.modal-detail .tour-info-cont + .tour-info-cont{margin-top: 60px;}
.modal-detail .tour-info-wrap {margin-bottom: 60px;}
.modal-detail .tour-ifo-wrap {margin-bottom: 10px;}
.modal-cont .global-detail-wrap .tour-info-wrap + .tour-info-wrap {margin-top: 0px;}
.checkbox input[type="checkbox"] + label,
.checkbox input[type="radio"] + label{font-size: 16px; font-weight: 500;}
.checkbox input[type="checkbox"] + label::before,
.checkbox input[type="radio"] + label::before{border: 0; background: url("/assets/images/ico/ico-check.svg") no-repeat 50% / cover; border-radius: 4px;}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before{background-image: url("/assets/images/ico/ico-check_on.svg");}
.tour-major-table td.li-l,
.tour-major-table td.tit{width: 144px; background: #f7f7f7; color: #000;text-align: center;font-size: 14px;font-weight: 700;}
.tour-info-wrap .sect3 .issues .tit.green {color: #3FA34A;}
.tour-info-wrap .sect3 .issues .tit.red {color: #F45452;}
.tour-major-table td.li-r,
.tour-major-table td.txt{color: #424242;font-size: 14px;font-weight: 500;line-height: 1.7;padding: 12px 20px;text-align: left;}
.tour-major-table td{height: 48px; border: 1px solid #e4e4e4;}
.tour-major-table td .link-btn{display: inline-flex;padding: 6px 14px;justify-content: center;align-items: center;background: #424550;border-radius: 100px;color: #fff;font-size: 12px;font-weight: 700;}
.tour-major-table td.li-l,
.tour-major-table td.tit{border-left: 0;}
.tour-major-table td.li-r,
.tour-major-table td.txt{border-right: 0;}
.tour-major-table tr:first-child td {border-top-color: #bababa;}
.tour-major-table tr:last-child td {border-bottom-color: #bababa;}
.modal-detail .tour-info-wrap .sect3 .issues{margin-top: 20px}
.modal-detail.modal-print .circle-wrap{gap: 14px;}
.tour-info-wrap img {max-width: 100%;height: auto !important;}
.search-wrap.type02{transform: none;}

@media screen and (max-width: 1420px) {

    .search-detail > ul.expo-search-ul {grid-template-columns: repeat(2, 1fr);}
    .search-detail > ul > li.dt5 input{width: 100%;}
    .search-detail {flex-direction: column; gap: 30px;}
    .search-detail > ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 60px;}
    .search-detail > ul > .search-dt + .search-dt::before {left: -36px;}
    .search-wrap .sch-btn {width: 100%;font-size: 20px;color: #fff;gap: 20px;max-width: 100%;}
    .tour-course-info{overflow-x: auto;}
    .tour-course-info .course-table {min-width: 990px;}
}

@media screen and (max-width: 1280px) {
    .calendar_{width: 100%;}
    .calendar-list {margin-top: 0;width: 100%;}
}

@media screen and (max-width: 768px) {
    .search-detail > ul.expo-search-ul {grid-template-columns: repeat(1, 1fr);}
    .search-detail > ul.expo-search-ul li.dt4 {margin-top: -40px;}
    .search-wrap .sch-btn {max-width: 100%;}
    .search-wrap {transform: translateY(-45px);}
    .search-detail > ul {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    /* calendar */
    .ct th {height: 30px;font-size: 12px;padding-right: 6px;}
    .ct td {height: 70px !important;font-size: 12px;}
    .calendar_nav {justify-content: center;}
    .calendar_nav span {font-size: 20px;}
    .calendar_legend {margin-top: 15px;}
    .calendar_legend .legend {font-size: 10px;padding: 4px 10px;}
    .calendar_legend > ul {gap: 4px;justify-content: center;flex-wrap: wrap;}
    .calendar_legend > ul::-webkit-scrollbar {height: 5px;}
    .ct_skd > ul {flex-wrap: wrap;flex-direction: row;}
    .ct_skd > ul > li {font-size: 0;white-space: unset;padding: 0;width: 9px;height: 9px;border-radius: 50%;}
    .ct_wrap {height: auto;}
    .ct td.focus .ct_day::after {width: 24px;height: 24px;}
    .calendar-list__hd {height: 50px;}
    .calendar-list__hd .list-hd__tit {font-size: 18px;}
    .calendar-list__hd .list-hd__tit span {font-size: 14px;}
    .calendar-list__bd {padding: 15px 20px;}
    .calendar-list .poster-img {width: 100px;height: 150px;}
    .calendar-list__bd ul {max-height: 340px;}
    .calendar-list__bd li {gap: 10px;}
    .calendar-list__bd .list-tag span {font-size: 12px;}
    .calendar-list__bd .poster-tit {font-size: 16px;}
    .calendar-list__bd .poster-date {font-size: 12px;}
    .calendar-list__bd .poster-date .ico-calendar {display: none;}
    .calendar-list__bd .more-btn {font-size: 14px;width: 100%;}

    .modal-detail {max-width: 90%;}
    .modal-detail .global-detail-wrap .course-table {margin: 0;}
    .modal-detail .global-detail-wrap {max-height: 500px;}
    .checkbox input[type="checkbox"] + label,
    .checkbox input[type="radio"] + label {font-size: 14px;}
    .modal-detail.modal-print .circle-wrap {flex-wrap: wrap;margin-right: 25px;gap: 10px;}
    .tour-major-table td {height: 40px;}
    .tour-major-table td.li-l,
    .tour-major-table td.tit {width: 80px;font-size: 12px;}
    .tour-major-table td.li-r,
    .tour-major-table td.txt {font-size: 12px;padding: 10px;}

}
.global-list > ul > li .global-img .global-noti{position: absolute;top: 15px;right: 15px;display: flex;gap: 8px;}
.global-list > ul > li .global-img .global-noti div {width: 45px;height: 45px;border-radius: 50%;background: rgba(0, 0, 0, 0.4);fill: rgba(0, 0, 0, 0.40);filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));display: flex;align-items: center;justify-content: center;text-align: center;font-size: 10px;font-weight: 600;line-height: 12px;color: #fff;padding: 10px;word-break: keep-all;}
.global-list > ul > li .global-img .global-noti div.noti-process {background: var(--main-yellow2) !important;color: #000 !important;}



