@charset "utf-8";

* {
    margin: 0 auto;
}

.section01 {
    position: relative;
    height: 720px;
}

.main_slider {
    width: 100%;
    height: 100%;
    position: absolute;
}

.main_slider img {
    width: 100%;
    height: 100%;
}

.main_slider .img-wrap1 {
    display: block;
    width: 100%;
    height: 720px;
}

.main_slider .img-wrap1 img {
    width: 100%;
    height: 100%;
}

.Main_text {
    position: relative;
    z-index: 1;
    /* top: -100%; */
}

.controls-wrap_main {
    position: absolute;
    width: 180px;
    height: 45px;
    left: 50%;
    height: 6%;
    bottom: 0;
    z-index: 3;
    border-radius: 30px;
    border: 1px solid #333;
    background: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    display: flex;
}

.controls-wrap_main .btn {
    height: 100%;
}

.controls-wrap_main .btn.prev1,
.controls-wrap_main .btn.next1 {
    width: 20px;
}

.prev1 {
    display: block;
    background-image: url(../images/main/main_slider_pre.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    float: left;
    left: 20px;
    position: absolute;
}

.pagingInfo {
    width: 60px;
    height: 100%;
    text-align: center;
    line-height: 2.6;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #fff;
    float: left;
    margin: 0;
    position: relative;
    left: 45px;
    letter-spacing: 3px;
}

.next1 {
    float: right;
    position: absolute;
    right: 50px;
    background-image: url(../images/main/main_slider_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    top: 1px;
}

.section01 .ply-btn2 {
    height: 37px;
    width: 37px;
    z-index: 9999;
    position: absolute;
    margin: 0 auto;
    right: 10px;
    bottom: 2px;
}

.section01 .ply-btn2 .btn {
    width: 100%;
    height: 100%;
    position: relative;
}

.section01 .ply-btn2 .btn i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.section01 .ply-btn2 .stop i {
    background: url(../images/main/mainB_stop.png) no-repeat;
}

.section01 .ply-btn2 .play i {
    background: url(../images/main/mainB_start.png) no-repeat;
}

.ply-btn2.on .play,
.ply-btn2 .stop {
    display: block;
}

.ply-btn2.on .stop,
.ply-btn2 .play {
    display: none;
}

.section01 .mVisual-tit {
    text-align: center;
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
    padding-top: 45px;
    line-height: 1.5;
    height: 200px;
    z-index: 999999;
    position: relative;
    animation: mVisual 3s 1;
}

.section01 .mVisual-tit span {
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}

@ keyframes mVisual {
    from {
        top: -200px;
    }

    to {
        top: 0px;
    }
}

.section01 .mVisual-tit * {
    font-family: 'jalnan';
}

.Main_select {
    width: 1300px;
    height: 420px;
    margin-top: 10px;
    position: relative;
}

.Main_select .layout {
    display: flex;
}

.Main_reservation {
    width: 700px;
    height: 420px;
    position: relative;
    border-radius: 30px;
    background-image: url(../images/main/Main_res_bg02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.Main_reservation .Main_left_txt h3 {
    font-size: 25px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #143565;
    height: 80px;
    font-family: "Jalnan";
}

.Main_reservation .Main_left_txt h3 span {
    font-size: 35px;
}

.Main_inner {
    width: 70%;
    height: 37%;
    margin: 0 0 0 30px;
    position: relative;
    float: left;
}

/* 메인 달력 */
.Main_inner .calender {
    width: 100%;
    height: 70px;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 5px 4px 14px rgb(0 0 0/ 24%);
}

.Main_inner .calender > input {
    width: 85%;
    border: none;
    outline: none;
    height: 70px;
    font-size: 16px;
    /* margin: 10px 10px 0 0; */
    background: url("../images/main/MainB_drop.png") no-repeat right 30px center;
    font-size: 18px;
    font-weight: bold;
    float: right;
    position: relative;
}

.Main_inner .calender .label-name2 {
    width: 45px;
    height: 45px;
    background: #f9ba39;
    position: relative;
    border-radius: 30px;
    top: 12px;
    left: 12px;
}

.Main_inner .calender .label-name2 img {
    position: absolute;
    padding: 12px;
}

#Menu_control .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 700px;
    height: auto;
    padding: 0;
    margin-top: 20px;
    left: 10px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em;
    top: 50px !important;
}

#Menu_control.daterangepicker:before,
#Menu_control .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#Menu_control .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

#Menu_control .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

#Menu_control .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 700px;
    height: auto;
    padding: 0;
    margin-top: 12px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em;
}

#Menu_control .daterangepicker:before,
#Menu_control .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#Menu_control .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

#Menu_control .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

#Menu_control .daterangepicker.opensleft:before {
    right: 9px;
}

#Menu_control .daterangepicker.opensleft:after {
    right: 10px;
}

#Menu_control .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

#Menu_control .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

#Menu_control .daterangepicker.opensright:before {
    left: 9px;
}

#Menu_control .daterangepicker.opensright:after {
    left: 10px;
}

#Menu_control .daterangepicker.drop-up {
    margin-top: -7px;
}

#Menu_control .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

#Menu_control .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

#Menu_control .daterangepicker.single .daterangepicker .ranges,
#Menu_control .daterangepicker.single .drp-calendar {
    float: none;
}

#Menu_control .daterangepicker.single .drp-selected {
    display: none;
}

#Menu_control .daterangepicker.show-calendar .drp-calendar {
    display: block;
    height: 380px;
}

#Menu_control .daterangepicker.show-calendar .drp-buttons {
    display: block;
}

#Menu_control .daterangepicker.auto-apply .drp-buttons {
    display: block;
}

#Menu_control .daterangepicker .drp-calendar {
    display: none;
    height: 100%;
}

#Menu_control .daterangepicker .off {
    visibility: hidden;
}

#Menu_control .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
    width: 50%;
}

#Menu_control .daterangepicker .drp-calendar.right {
    padding: 8px;
    width: 50%;
}

#Menu_control .daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

#Menu_control .daterangepicker .calendar-table .next span,
#Menu_control .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

#Menu_control .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#Menu_control .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#Menu_control .daterangepicker .calendar-table th,
#Menu_control .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    line-height: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

#Menu_control .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

#Menu_control .daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#Menu_control .daterangepicker td.available:hover,
#Menu_control .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

#Menu_control .daterangepicker td.week,
#Menu_control .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

#Menu_control .daterangepicker td.off,
#Menu_control .daterangepicker td.off.in-range,
#Menu_control .daterangepicker td.off.start-date,
#Menu_control .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

#Menu_control .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

#Menu_control .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

#Menu_control .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

#Menu_control .daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

#Menu_control .daterangepicker td.active,
#Menu_control .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
    border-radius: 80px;
}

#Menu_control .daterangepicker th.month {
    width: auto;
    font-size: 18px;
    font-weight: bold;
}

#Menu_control .daterangepicker td.disabled,
#Menu_control .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

#Menu_control .daterangepicker select.monthselect,
#Menu_control .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

#Menu_control .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

#Menu_control .daterangepicker select.yearselect {
    width: 40%;
}

#Menu_control .daterangepicker select.hourselect,
#Menu_control .daterangepicker select.minuteselect,
#Menu_control .daterangepicker select.secondselect,
#Menu_control .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

#Menu_control .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

#Menu_control .daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

#Menu_control .daterangepicker .drp-buttons {
    clear: both;
    text-align: end;
    padding: 13px;
    border-top: 1px solid #ddd;
    display: block;
    line-height: 12px;
    height: 65px;
    vertical-align: middle;
}

#Menu_control .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #2c4caf;
    padding-right: 8px;
}

#Menu_control .daterangepicker .drp-buttons .btn {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

#Menu_control .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

#Menu_control .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

#Menu_control .daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

#Menu_control .daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

#Menu_control .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

#Menu_control .daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

#Menu_control .daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#Menu_control .daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

#Menu_control .daterangepicker .ranges li:hover {
    background-color: #eee;
}

#Menu_control .daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
    border-radius: 30px;
}

#Menu_control .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
    height: 100%;
}

#Menu_control .daterangepicker .ranges,
#Menu_control .daterangepicker .drp-calendar {
    float: left;
}

button,
button:hover {
    transition: all 0.3s ease;
}

#Menu_control .btn-wrap {
    margin-top: 28px;
}

#Menu_control .btn-wrap .btn-default:not(:first-of-type) {
    margin-left: 0px
}

#Menu_control .btn-default {
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    font-weight: 500;
    border: 1px solid grey;
}

#Menu_control .btn-line {
    border: 1px solid #4357b3;
    background: #fff;
    color: #3f44a0 !important;
}

#Menu_control .btn-primary {
    color: #333 !important;
    width: 106px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid grey;
}

#Menu_control .btn-primary:hover {
    background: #4357b3;
    border: 1px solid #4357b3;
    color: #fff !important;
}

#Menu_control .btn-default:hover,
#Menu_control .btn-default:focus {
    background: #4357b3;
    border: 1px solid #4357b3;
    color: #fff !important;
}

/*공지사항*/
.Main_notice {
    /* width: 580px; */
    width: 40%;
    height: 420px;
    position: relative;
}

.Main_notice_01 {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.Main_notice_01 .notice01_inner01 {
    width: 200px;
    height: 100%;
    position: relative;
}

.Main_notice_01 .notice01_inner01 > img {
    position: relative;
    top: 14%;
    left: 34%;
}

.Main_notice_01 .notice01_inner01 > p {
    text-align: center;
    color: #143565;
    font-size: 27px;
    font-weight: bold;
    font-family: "Jalnan";
    margin-top: 40px;
}

.Main_notice_01 .notice01_inner01 a {
    position: relative;
    width: 60%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: "TT Norms", 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    display: block;
    margin-top: 15px;
    border-radius: 30px;
    border: 1px solid #777777;
    line-height: 1.9;
}

.Main_notice_01 .notice01_inner01 a:hover {
    background: #008c3f;
    color: #fff;
    border: 1px solid #008c3f;
}

.Main_notice_01 .notice01_inner01 a::before {
    content: "+";
    position: relative;
    left: -7px;
    top: 1px;
}

.Main_notice_01 .notice01_inner02 {
    width: 75%;
    height: 100%;
}

.Main_notice_01 .notice01_inner02 .nodata {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
}

.Main_notice_01 .notice01_inner02 .nodata p {
	text-align: center;
}

.notice01_inner02 ul {
    width: 95%;
    padding-top: 26px;
    margin-right: 0px;
}

.Main_notice_01 .notice01_inner02 ul li {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    margin-bottom: 10px;
}

.Main_notice_01 .notice01_inner02 ul li:after {
    content: "";
    display: block;
    clear: both;
}

.Main_notice_01 .notice01_inner02 ul li a {
    display: inline-block;
    width: 330px;
    height: 47px;
    font-size: 18px;
    color: #555555;
    padding: 0 14px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice01_inner02 ul li a:hover,
.notice01_inner02 ul li a:focus {
    text-decoration: underline;
}

.notice01_inner02 ul li .date {
    display: block;
    width: 75px;
    height: 70px;
    border-radius: 10px;
    color: rgba(85, 85, 85, 0.86);
    text-align: center;
    padding: 13px 17px;
    font-size: 10px;
    font-weight: bold;
    background: #eff3f8;
}

.notice01_inner02 ul li .date strong {
    font-size: 32px;
    font-weight: bold;
    color: #07A677;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.notice01_inner02 ul li .date,
.notice01_inner02 ul li .date strong {
    font-family: 'TT Norms', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
}

.Main_notice_02 {
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 30px;
    display: flex;
}

.Main_notice_02 .tit-wrap {
    width: 120px;
    height: 100%;
    position: relative;
}

.Main_notice_02 .tit-wrap .Main_notice02_img {
    position: relative;
    top: 14%;
    left: 31%;
}

.Main_notice_02 .tit-wrap .section-tit1 {
    text-align: center;
    color: #143565;
    font-size: 27px;
    font-weight: bold;
    font-family: "Jalnan";
    margin-top: 40px;
}

.notice_wrap img {
    width: 100%;
    height: 100%;
}

.Main_notice_02 .img-wrap {
    width: 100%;
    height: 100%;
}

.Main_notice_02 .slick-slide img {
    width: 100%;
    height: 155px;
}

.Main_notice_02 .slider-notice {
    position: relative;
    width: 70%;
    height: 155px;
    margin-top: 20px;
    margin-right: 20px;
}

.Main_notice_02 .slick-track {
    width: 350px;
    margin: 0;
}

.Main_notice_02 .nodata {
	width: 70%;
	text-align: center;
	padding: 20px;
}

.Main_notice_02 .nodata p {
	text-align: center;	
}

.Main_notice_02 .tit-wrap .controls-wrap {
    position: absolute;
    right: 9px;
    bottom: 20px;
    margin: 0 auto;
    display: flex;
}

.Main_notice_02 .ply-btn {
    height: 35px;
    width: 35px;
}

.Main_notice_02 .controls-wrap .btn {
    height: 100%;
}

.Main_notice_02 .ply-btn .btn {
    width: 100%;
    position: relative;
}

.ply-btn.on .play,
.ply-btn .stop {
    display: block;
}

.ply-btn.on .stop,
.ply-btn .play {
    display: none;
}

.Main_notice_02 .controls-wrap .btn.prev {
    background-position: 11px 4px;
}

.Main_notice_02 .controls-wrap .btn.next {
    background-position: 0 2px;
}

.Main_notice_02 .controls-wrap .btn.prev,
.Main_notice_02 .controls-wrap .btn.next {
    width: 33px;
}

.Main_notice_02 .controls-wrap .btn.prev i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/main/notice02_pre.png) no-repeat;
    background-position: center center;
}

.Main_notice_02 .controls-wrap .btn.prev:hover i {
    background: url(../images/main/bto_left.png) no-repeat;
}

.Main_notice_02 .controls-wrap .btn.next i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/main/notice02_next.png) no-repeat;
    background-position: center center;
}

.Main_notice_02 .controls-wrap .btn.next:hover i {
    background: url(../images/main/bto_right.png) no-repeat;
}

.Main_notice_02 .controls-wrap .btn.stop i {
    background: url(../images/main/notice02_stop.png) no-repeat;
}

.Main_notice_02 .controls-wrap .btn.stop:hover i {
    background: url(../images/main/bto_stop.png) no-repeat;
}

.Main_notice_02 .controls-wrap .btn.play i {
    background: url(../images/main/notice02_play.png) no-repeat;
}

.Main_notice_02 .controls-wrap .btn.play:hover i {
    background: url(../images/main/notice02_play_ov.png) no-repeat;
}

.Main_notice_02 .controls-wrap .ply-btn .btn i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -15px;
}

/* 상품구분 */
.Main_select_inner {
    width: 100%;
    height: 70px;
    margin: 15px 0 0 0;
    position: relative;
    display: flex;
}

.Main_select01 {
    width: 48%;
    height: 100%;
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: block;
    box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.24);
}

.Main_select_inner .Main_select01 .label-name2 {
    width: 45px;
    height: 45px;
    background: #98cf77;
    position: relative;
    border-radius: 30px;
    top: 12px;
    left: 12px;
}

.Main_select_inner .Main_select01 .label-name2 img {
    position: absolute;
    padding: 12px;
}

.Main_select01 .dropdown {
    position: relative;
    width: 74%;
    height: 100%;
    margin: 0;
    background: url(../images/main/MainB_drop.png) no-repeat right 20px center;
    float: right;
}

.Main_select01 .dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.Main_select01 .open > .dropdown-menu {
    display: block;
}

.Main_select01 .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    border: 1px solid rgba(221, 221, 221, 0.42);
    font-weight: 300;
}

.Main_select01 .dropdown-menu > li > a:hover {
    background: rgba(221, 221, 221, 0.40);
}

.Main_select01 .dropdown-toggle {
    width: 100%;
    height: 100%;
    text-align: left;
    color: #333;
    padding-left: 14px;
    font-size: 19px;
    font-weight: 600;
    font-family: "Noto Sans", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
}

.Main_select01 .dropdown-toggle .arr {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
}

.Main_select01 .dropdown-toggle .arr {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
}

.Main_select02 {
    width: 49%;
    height: 100%;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: block;
    box-shadow: 5px 4px 14px rgba(0, 0, 0, 0.24);
}

.Main_select_inner .Main_select02 .label-name2 {
    width: 45px;
    height: 45px;
    background: #63caac;
    position: relative;
    border-radius: 30px;
    top: 12px;
    left: 12px;
}

.Main_select_inner .Main_select02 .label-name2 img {
    position: absolute;
    padding: 12px;
}

.Main_select02 > .dropdown1 {
    width: 74%;
    height: 100%;
    position: relative;
    border: none;
    outline: none;
    background: #fff;
    padding: 0;
    background: url(../images/main/MainB_drop.png) no-repeat right 30px center;
    margin: 0;
    float: right;
}

.Main_select02 #drop_people {
    margin-left: -62px;
    z-index: 99999;
    width: 242px;
}

.Main_select02 .dropdown-toggle {
    width: 100%;
    height: 100%;
    text-align: left;
    color: #333;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Noto Sans", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
}

.MainB_search_wrap {
    width: 19%;
    height: 155px;
    position: relative;
    float: left;
    margin-left: 17px;
}

.MainB_search_wrap > a .MainB_search {
    width: 100%;
    height: 100%;
    background: #5271d6;
    border-radius: 20px;
}

.MainB_search_wrap > a:hover .MainB_search {
    background: #253faf;
}

.MainB_search > p {
    color: #fff;
    height: 100%;
    line-height: 10.5;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.MainB_search_wrap > a .MainB_search > img {
    position: absolute;
    top: 52px;
    left: 30%;
}

/* 날씨 */
.MainB_weather_wrap {
    width: 75%;
    margin: 0;
    height: 100%;
    left: 0%;
    float: left;
    position: relative;
}

.MainB_weather {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.weather_img {
    width: 16%;
    margin: 0;
    height: 60%;
}

.weather_info {
    width: 73%;
    height: 60%;
    margin-left: -10px;
    display: flex;
    position: relative;
}

.weather_txt {
    width: 40%;
    height: 100%;
    margin: 0;
    text-align: start;
}

.weather_txt h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Gmarket", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    margin: 0;
    padding-top: 5px;
    text-align: center;
}

.weather_txt p {
    font-size: 13px;
    font-weight: 600;
    text-align: start;
    padding-top: 5px;
    font-family: "Gmarket", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    text-align: center;
}

.weather_list {
    width: 65%;
    margin: 0;
    margin-left: -17px;
}

.weather_list ul {
    display: block;
    height: 100%;
    padding-top: 10px;
}

.weather_list ul li {
    font-weight: bold;
    font-size: 15px;
    height: 22px;
    text-align: center;
    width: 30%;
    float: left;
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
}

.weather_list ul li p {
    font-weight: bold;
    width: 90%;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
}

.weather {
    width: 90%;
    height: 20%;
}

.weekly_weather {
    width: 25%;
    height: 100%;
    margin: 0;
    float: left;
}

.weekly_weather > h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    display: block;
    font-family: 'Jalnan';
    text-align: center;
}

.weekly_weather > img {
    position: relative;
    float: left;
}

.weekly_weather > a {
    width: 90px;
    margin: 0 auto;
    line-height: 2.3;
    margin-left: 50px;
    margin-top: 2px;
    border: 1px solid #333;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 34%;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
        sans-serif !important;
    font-weight: 600;
    position: relative;
    padding-left: 6px;
}

.weekly_weather > a::before {
    content: "+";
    font-size: 15px;
    position: absolute;
    left: 8px;
    top: -2px;
}

.weekly_weather > a:hover {
    background: #ff8422;
    color: #fff;
    border: none;
}

/* section02 */
.section02 {
    height: 1600px;
    background: #f0f5fd;
    position: relative;
}

.Main_info_wrap {
    width: 100%;
    height: 16%;
}

.Main_info {
    width: 100%;
    height: 170px;
    margin: 0;
    top: 0px;
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 20px;
    z-index: 3;
}

.Main_info .layout {
    display: flex;
    margin: 0 auto;
}

.Mian_info_txt {
    width: 300px;
    margin: 0;
    float: left;
    height: 23%;
    position: relative;
}

.Mian_info_txt > h3 {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding: 70px 0 0 130px;
    font-family: 'Jalnan';
}

.Mian_info_txt > h3::before {
    content: "";
    width: 130px;
    height: 145px;
    position: absolute;
    background-image: url(../images/main/MainB_fowi.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -10px;
    top: 14px;
}

.Main_info_list {
    width: 80%;
    height: 100%;
    margin: 0;
    float: left;
    position: relative;
}

.Main_info_list > ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap;
}

.Main_info_list > ul > li {
    display: block;
    float: left;
    width: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    height: 100%;
}

.Main_info_list > ul > li:nth-child(1) {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-top: 15px;
    height: 100%;
    width: auto;
}

.Main_info_list > ul > li:nth-child(2) {
    /* width: 22%; */
    margin-right: 3%;
}

.Main_info_list > ul > li > a {
    width: 140px;
    height: 55px;
    display: block;
    float: left;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-size: 15px;
    border-radius: 30px;
    background: #e2e2e2;
    margin: 0;
    line-height: 2.5;
    margin-right: 40px;
}

.Main_info_list > ul > li > a:hover {
    background: #35AA18;
    color: #fff;
}

.Main_info_list > ul > a > i {
    margin-left: 14px;
}

.Main_info_list > ul > li > img {
    margin: 0;
    float: left;
}

.Main_info_list > ul > li:nth-child(2) > img,
.Main_info_list > ul > li:nth-child(3) > img {
    padding-top: 10px;
}

.Main_info_list > ul > li > h3 {
    width: 50%;
    height: 32px;
    padding-left: 15px;
    padding-top: 0;
    margin: 0;
    float: left;
    display: block;
    font-size: 21px;
    color: #039000;
    font-weight: 700;
}

.Main_info_list > ul > li > p {
    display: block;
    float: left;
    padding-left: 15px;
    color: #333;
    font-size: 19px;
    font-weight: 600;
}

.Main_info_list > ul > li:last-child > p {
    width: 70%;
}

.Main_info_list > ul > li > p > span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

/* 지도 */
.Main_location {
    width: 56%;
    height: 500px;
    z-index: 9999;
    float: right;
    right: 0;
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

.Main_program {
    width: 90%;
    height: 1130px;
    background-image: url(../images/main/program_road.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 80%;
    position: relative;
}

.Main_program_txt {
    width: 70%;
    height: 130px;
    position: relative;
}

.Main_program_txt > h3 {
    font-size: 37px;
    font-family: 'Jalnan';
    font-weight: 500;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    position: relative;
}

.Main_program_txt > img {
    position: absolute;
    right: 190px;
    top: -45px;
}

.Main_program_txt > h3 > span {
    color: #119f00;
}

.program_slide .slide01 {
    margin-top: 50px;
}

.program_slide {
    position: relative;
    width: 87%;
    height: 450px;
    z-index: 2;
    margin: 30px 61px 0 auto;
}

.program_slide .slick-slide {
    height: 420px;
}

.program_slide .slick-list {
    width: 100%;
}

.program_slide .slide:hover {
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.31);
    transition: all 0.3s ease;
}

.program_slide .slide {
    background: #fff;
    border-radius: 0 0 60px 0;
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    width: 275px !important;
    height: 350px;
    margin-left: 15px;
    overflow: hidden;
}

.program_slide .slick-track {
    height: 320px;
}

.program_slide .slide .slide_img {
	height: 0;	
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}

.program_slide .slide .slide_img img {
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.program_slide .slide .slide_info {}

.slide_info_inner01 {
    width: 100%;
    height: 50px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.slide_info_inner01 > li {
    line-height: 1.3;
    margin: 10px 5px 10px 15px;
    padding: 5px 12px;
    color: #333;
    font-weight: 600;
    border-radius: 20px;
    font-size: 14px;
    border: 2px solid #06ca4d;
}

.slide_info_inner01 > li:nth-child(2) {
    margin-left: 0;
}

.slide_info_inner01 > li:nth-child(3) {
    margin-left: 0;
}

.slide_info_inner01 > li:nth-child(4) {
    margin-left: 0;
}

.slide_info_inner02 {
    width: 95%;
    height: 70px;
    display: block;
    padding-bottom: 20px;
    padding-left: 15px;
}

.slide_info_inner02 > li {
    line-height: 2.4;
    margin: 0px 10px 0 0px;
    width: 65px;
    padding-left: 13px;
    height: 60%;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: relative;
    float: left;
}

.slide_info_inner02 > .individual::before {
    position: absolute;
    content: "";
    background-image: url(../images/main/individual.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 24px;
    left: 8px;
    top: 8px;
}

.slide_info_inner02 > .family::before {
    position: absolute;
    content: "";
    background-image: url(../images/main/family.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 30px;
    left: 3px;
    top: 8px;
}

.slide_info_inner02 > .group::before {
    position: absolute;
    content: "";
    background-image: url(../images/main/group.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    left: 3px;
    top: 9px;
}

.slide_info_inner02 > .friend::before {
    position: absolute;
    content: "";
    background-image: url(../images/main/friend.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    left: 3px;
    top: 8px;
}

.slide_info_inner02 > .company::before {
    position: absolute;
    content: "";
    background-image: url(../images/main/company.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    left: 3px;
    top: 8px;
}

.slide_info_inner02 > li:nth-child(2) {
    margin-left: 0;
}

.slide_info_inner02 > li:nth-child(3) {
    margin-left: 0;
}

.slide_info_inner02 > li:nth-child(4) {
    margin-left: 0;
}

.program_slide .slide .slide_info > p {
    color: #333;
    font-weight: 600;
    width: 100%;
    float: left;
    display: -webkit-box;
    font-size: 19px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.program_slide .slide .slide_info > span {
    color: #333;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    display: block;
}

.program_slide .slide .btn-wrap .btn {
    width: 49%;
    min-height: 50px;
    padding: 14px 0;
    background: #e0e1e5;
    text-align: center;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -1px;
}

.program_slide .slide .btn-wrap .btn-left {
    border-bottom-left-radius: 10px;
    border-right: 1px solid #bfbfc3;
}

.program_slide .slide .btn-wrap .btn-right {
    border-top-right-radius: 10px;
}

.program_slide .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 600px;
    text-indent: -9999px;
    position: absolute;
    box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.17);
    z-index: 9;
    top: 26%;
    margin-top: 0px;
    background: #fff url(../images/main/pro_pre.png) no-repeat center;
}

.program_slide .slick-prev {
    left: -65px;
    margin-left: -5px;
}

.program_slide .slick-next {
    right: -55px;
    transform: rotate(-180deg);
}

.program_slide .slick-arrow:hover,
.program_slide .slick-arrow:focus {
    background-color: #3cc724;
    background-image: url(../images/main/pro_pre_ov.png);
}

.pro_fowi02 {
    position: relative;
    bottom: 280px;
    float: right;
    right: -90px;
    z-index: 1;
    width: 230px;
}

.Main_tourism {
    width: 85%;
    margin: 0 35px 0 auto;
    position: relative;
}

.Main_tourism .Main_toursim_txt {
    width: 87%;
    height: 60px;
    margin: 0 auto;
    /* margin-top: 40px; */
}

.Main_tourism .Main_toursim_txt h3 {
    margin: 0;
    /* width: 90%; */
    font-size: 37px;
    font-family: 'Jalnan';
    font-weight: 500;
    margin: 0;
    position: relative;
    text-align: center;
}

.Main_tourism .Main_toursim_txt h3 > span {
    color: red;
}

.Main_content_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* margin-top: 30px; */
    top: -40px;
}

.Main_content_wrap .slick-list {
    width: 100%;
    margin-left: -30px;
    padding: 10px 0;
    /* margin-top: -62px; */
}

.Main_content_wrap .slick-slide {
    height: 100%;
    margin: 0 20px;
}

.Main_content_wrap .slide a .content {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    position: relative;
    box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.17);
    z-index: 999999999;
    padding-top: 30px;
}

.Main_content_wrap .slide a .content > .content_img_box {
    width: calc(100% - 60px);
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 55%;
}

.Main_content_wrap .slide a .content > .content_img_box > img {
    min-width: 100%;
    max-width: none;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Main_content_wrap .slide a .content > .content_img_box img:hover {
    box-sizing: border-box;
    /*transform: scale(1.2);*/
    /*transition: all 0.4s ease;*/
}

.ct_inner_txt {
    width: 100%;
    padding: 13px 0 15px 40px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.Main_content_wrap .slide1,
.Main_content_wrap .slide2,
.Main_content_wrap .slide3,
.Main_content_wrap .slide4 {
    height: 310px;
    width: 100%;
}

/* 슬라이드 버튼 */
.Main_content_wrap .slide .btn-wrap .btn {
    width: 49%;
    min-height: 50px;
    padding: 14px 0;
    background: #e0e1e5;
    text-align: center;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -1px;
}

.Main_content_wrap .slide .btn-wrap .btn-left {
    border-bottom-left-radius: 10px;
    border-right: 1px solid #bfbfc3;
}

.Main_content_wrap .slide .btn-wrap .btn-right {
    border-top-right-radius: 10px;
}

.Main_content_wrap .slick-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 600px;
    text-indent: -9999px;
    position: absolute;
    box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.17);
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    background: #fff url(../images/main/pro_pre.png) no-repeat center;
    margin: 20px 0;
}

.Main_content_wrap .slick-prev {
    left: -120px;
    margin-left: -5px;
}

.Main_content_wrap .slick-next {
    right: -60px;
    transform: translateY(-50%) rotate(-180deg);
}

.Main_content_wrap .slick-arrow:hover,
.Main_content_wrap .slick-arrow:focus {
    background-color: #3cc724;
    background-image: url(../images/main/pro_pre_ov.png);
}

.Main_content_wrap .content_img {
    position: relative;
    top: 180px;
    left: 5px;
}

.Main_tourism .cloud01 {
    position: absolute;
    top: 30%;
    left: -10%;
}

.Main_tourism .cloud02 {
    position: absolute;
    top: 11%;
    left: 150px;
}

.Main_tourism .cloud03 {
    position: absolute;
    top: 20%;
    right: 250px;
}

.Main_tourism .cloud04 {
    position: absolute;
    top: 40%;
    right: -30px;
    animation-iteration-count: 10;
    animation: cloud 4s infinite;
}

/*
@keyframes cloud { 0%,
 100% { bottom: 50px; animation-timing-function: ease-out; } 
 50% { bottom: 0px; animation-timing-function: ease-in; } 
 }
*/
/* 메인 bottom 이미지*/
.Main_bottom {
    width: 100%;
    height: 160px;
    background-image: url(../images/main/MainB_ft.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
}

.Main_bottom .layout {
    position: relative;
}

.Main_bottom .ft_light {
    position: absolute;
    left: -70px;
    top: -15px;
    width: 8%;
}

.Main_bottom .ft_center {
    position: absolute;
    left: 45%;
    z-index: 999;
    animation: ft_center 7s 1;
    width: 15%;
    bottom: 0;
}

@ keyframes ft_center {
    from {
        right: -200%;
    }

    to {
        right: 45%;
    }
}

.Main_bottom .ft_right {
    position: absolute;
    right: -34px;
    top: -9px;
    width: 8%;
}

/* 배너 */
.banner_bottom {
    margin-top: 0px;
    height: 100px;
    position: relative;
    background: #fff;
    border-top: 1px solid #acaeb2;
}

.banner_slide {
    width: 95%;
    height: 100%;
    margin-left: -20px;
    margin-right: 0px;
}

.banner_bottom .banner_slide .slide {
    height: 100%;
    height: 100%;
    margin-top: 10px;
}

.banner_slide .slick-list {
    width: 100%;
    height: 100%;
}

.banner_slide .img-wrap {
    width: auto !important;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_slide .slide .img-wrap > img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 6px;
}

.banner_slide .slick-slide {
    height: 70px;
    display: flex;
    align-items: center;
}

.wrapper .controls-wrap {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.wrapper {
    position: relative;
    width: 100%;
    margin-top: 14px;
}

.wrapper .controls-wrap .btn {
    height: 100%;
}

.wrapper .controls-wrap .btn.prev,
.wrapper .controls-wrap .btn.next {
    width: 50px;
}

.wrapper .controls-wrap .btn.prev i {
    background: url('../images/main/banner_arr_left.png');
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    display: inline-block;
    background-position: center center;
}

.wrapper .controls-wrap .btn.next i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../images/main/banner_arr_right.png');
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .banner_slide {
        width: 85%;
        height: 100%;
        margin-top: 0px;
    }
}

@media screen and (max-width:639px) {
    .banner_slide {
        width: 78%;
        height: 100%;
        margin: 0 auto;
        padding-top: 7px;
    }

    .wrapper .controls-wrap {
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .banner_slide .img-wrap {
        width: 100%;
    }

    .banner_bottom .banner_slide .slide {
        height: 100%;
        margin: 0 auto;
    }

    .wrapper {
        margin-top: 10px;
    }

    .banner_bottom {
        height: 100px;
    }

    .wrapper .controls-wrap .btn.prev i {
        width: 40px;
        height: 40px;
        background-position: center center;
        background-size: 70%
    }

    .wrapper .controls-wrap .btn.next i {
        width: 40px;
        height: 40px;
        background-position: center center;
        background-size: 70%;
    }

    .banner_bottom .layout {
        width: 100%;
        padding: 0;
    }

    .wrapper .controls-wrap .btn.prev,
    .wrapper .controls-wrap .btn.next {
        width: 40px;
    }
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .section01 {
        height: 950px;
        background: #f0f5fd;
    }

    .main_slider img {
        width: 100%;
        height: 100%;
    }

    .main_slider .img-wrap1 {
        display: block;
        height: 400px;
    }

    .Main_text {
        position: relative;
        z-index: 1;
        width: 100%;
        /* top: -100%; */
    }

    .controls-wrap_main {
        width: 165px;
        right: -40%;
        height: 4.5%;
        top: 190px;
        background: rgba(0, 0, 0, 0.4);
    }

    .pagingInfo {
        left: 45px;
        letter-spacing: 3px;
    }

    .next1 {
        right: 41px;
    }

    .section01 .mVisual-tit {
        font-size: 33px;
        height: 224px;
        text-align: start;
        padding-top: 65px;
        padding-left: 35px;
        text-shadow: 0.1rem 0 0.3rem #000;
    }

    .weather {
        width: 90%;
        height: 25%;
    }

    .section01 .mVisual-tit span {
        font-size: 25px;
    }

    .Main_select {
        width: 100%;
        height: 420px;
        margin-top: 0px;
    }

    .MainB_weather {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .weekly_weather {
        width: 26%;
        height: 100%;
        margin: 0;
        float: left;
        left: 0;
    }

    .weekly_weather > h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        display: block;
        width: 160px;
        font-family: 'Jalnan';
        text-align: center;
    }

    .weekly_weather > img {
        position: relative;
        float: left;
    }

    .weekly_weather > a {
        width: 90px;
        margin: 0 auto;
        line-height: 2;
        margin-left: 50px;
        border: 1px solid #333;
        display: block;
        text-align: center;
        vertical-align: middle;
        height: 25%;
        border-radius: 30px;
        font-size: 13px;
        font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
        font-weight: 600;
        position: relative;
        padding-left: 6px;
    }

    .Main_select .layout {
        width: 100%;
        display: block;
    }

    .MainB_weather_wrap {
        width: 72%;
    }

    .Main_reservation {
        width: 95%;
        height: 420px;
        background-size: cover;
    }

    .Main_reservation .Main_left_txt h3 span {
        font-size: 35px;
    }

    #Menu_control .daterangepicker {
        left: -30px !important;
        top: 60px !important;
    }

    #Menu_control .daterangepicker:before {
        display: none;
    }

    #Menu_control .daterangepicker:after {
        display: none;
    }

    .Main_notice {
        /* width: 580px; */
        width: 95%;
        margin-top: 30px;
        height: 260px;
        display: flex;
        position: relative;
    }

    .Main_notice_01 {
        width: 49%;
        float: left;
        height: 245px;
        margin: 0;
        background: #fff;
        border-radius: 30px;
        margin-bottom: 0;
        position: relative;
        display: block;
    }

    .Main_notice_01 .notice01_inner01 {
        width: 100%;
        height: 70px;
        float: left;
        display: block;
        position: relative;
    }

    .Main_notice_01 .notice01_inner01 > img {
        position: relative;
        top: 15px;
        left: 20px;
        width: 25px;
        float: left;
    }

    .Main_notice_01 .notice01_inner01 > p {
        text-align: start;
        padding: 20px 0 0 35px;
        color: #143565;
        font-size: 24px;
        float: left;
        font-weight: bold;
        font-family: "Jalnan";
        margin-top: 0;
        display: block;
        width: 60%;
        height: 30px;
    }

    .Main_notice_01 .notice01_inner01 a {
        width: 25%;
        float: left;
    }

    .Main_notice_01 .notice01_inner02 {
        width: 100%;
        height: 70%;
        float: left;
        padding-left: 20px;
    }

	.Main_notice_01 .notice01_inner02 .nodata {
		padding: 0;
	}

    .notice01_inner02 ul {
        width: 100%;
        padding-top: 0px;
        margin-right: 0px;
    }

    .Main_notice_01 .notice01_inner02 ul li {
        display: flex;
        width: 100%;
        float: left;
        align-items: center;
        margin-bottom: 18px;
    }

    .notice01_inner02 ul li .date {
        display: block;
        width: 75px;
        height: 70px;
        border-radius: 10px;
        color: rgba(85, 85, 85, 0.86);
        text-align: center;
        padding: 13px 10px;
        font-size: 10px;
        font-weight: bold;
        background: #eff3f8;
    }

    .notice01_inner02 ul li .date strong {
        font-size: 24px;
        font-weight: bold;
        color: #07A677;
        display: block;
        text-align: center;
        margin-bottom: 3px;
        margin-top: 5px;
    }

    .Main_notice_02 {
        width: 48.2%;
        height: 245px;
        background: #fff;
        border-radius: 30px;
        display: block;
    }

    .Main_notice_02 .tit-wrap {
        width: 100%;
        height: 25%;
        display: block;
        float: left;
        position: relative;
    }

    .Main_notice_02 .tit-wrap .Main_notice02_img {
        position: relative;
        top: 15px;
        left: 20px;
        width: 34px;
        float: left;
    }

    .Main_notice_02 .tit-wrap .section-tit1 {
        text-align: start;
        color: #143565;
        font-size: 24px;
        font-weight: bold;
        font-family: "Jalnan";
        margin-top: 0px;
        width: 50%;
        float: left;
        padding: 25px 0 0 30px;
    }

    .notice_wrap img {
        width: 100%;
        height: 100%;
    }

    .Main_notice_02 .img-wrap {
        width: 100%;
        height: 100%;
    }

    .Main_notice_02 .slick-slide img {
        width: 100%;
        height: 155px;
    }

    .Main_notice_02 .slider-notice {
        position: relative;
        float: left;
        width: 94%;
        height: 155px;
        margin-top: 15px;
        margin-right: 0px;
        margin-left: 10px;
    }

    .Main_notice_02 .tit-wrap .controls-wrap {
        position: absolute;
        right: 15px;
        top: 20px;
        display: flex;
    }

    .Main_notice_02 .controls-wrap .btn.stop i {
        background-size: 100%;
    }

    .Main_notice_02 .ply-btn {
        height: 30px;
        width: 30px;
    }

    .Main_notice_02 .controls-wrap .btn {
        height: 100%;
    }

    .Main_notice_02 .ply-btn .btn {
        width: 100%;
        position: relative;
    }

    .Main_notice_02 .controls-wrap .btn.next {
        background-position: 0 2px;
    }

    .Main_notice_02 .controls-wrap .btn.prev,
    .Main_notice_02 .controls-wrap .btn.next {
        width: 36px;
    }

    .Main_notice_02 .controls-wrap .btn.prev i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../images/main/notice02_pre.png) no-repeat;
        background-size: 100%;
    }

    .Main_notice_02 .controls-wrap .btn.next i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../images/main/notice02_next.png) no-repeat;
        background-size: 100%;
        background-position: center center;
    }

    .Main_notice_02 .controls-wrap .ply-btn .btn i {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
    }

    .section02 {
        height: 1600px;
        background: #f0f5fd;
        position: relative;
    }

    .Main_info_wrap {
        width: 100%;
        height: 15%;
    }

    .Main_info {
        width: 100%;
        height: 200px;
        margin: 0;
        position: absolute;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 20px;
        z-index: 3;
    }

    .Main_info .layout {
        width: 100%;
        display: block;
    }

    .Mian_info_txt > h3 {
        width: 100%;
        font-size: 30px;
        padding: 50px 0 0 110px;
    }

    .Mian_info_txt {
        width: 100%;
        height: 55%;
    }

    .Main_info_list {
        width: 100%;
        height: 50%;
        float: left;
    }

    .Mian_info_txt > h3::before {
        width: 90px;
        height: 100px;
        top: 10px;
        left: 15px;
    }

    .Main_info_list > ul {
        padding-left: 0px;
        padding-top: 0px;
        display: block;
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .Main_info_list > ul > li {
        display: block;
        float: left;
        width: auto;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 30px;
        height: 100%;
    }

    .Main_info_list > ul > li:nth-child(3) {
        float: right;
        position: relative;
        top: 0px;
        width: 38%;
    }

    .Main_info_list > ul > li:nth-child(2) {
        margin-top: -65px;
        display: block;
        float: right;
        right: 0;
        width: 33%;
        height: auto;
        line-height: 1.5;
        position: absolute;
    }

    .Main_info_list > ul > li > a {
        height: 40px;
        padding: 5px;
        line-height: 2;
    }

    .Main_info_list > ul > li:nth-child(1) {
        width: auto;
        padding-top: 10px;
        padding-left: 25px;
    }

    .Main_info_list > ul > li > h3 {
        width: auto;
        height: 28px;
    }

    .Main_info_list > ul > li > p {
        width: 87%;
        font-size: 17px;
        padding-left: 15px;
    }

    .Main_info_list > ul > li > p > span {
        float: left;
        padding-top: 5px;
    }

    /* 지도 */
    .Main_location {
        width: 50%;
    }

    .Main_program {
        width: 95%;
        height: 1150px;
        background-image: url(../images/main/program_road.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 80%;
        position: relative;
    }

    .Main_program_txt {
        width: 100%;
        height: 130px;
        position: relative;
    }

    .Main_program_txt h3 {
        line-height: 3;
    }

    .Main_program_txt > img {
        right: 95px;
         top: -20px;
        width: 140px;
    }

    .program_slide .slide01 {
        margin-top: 50px;
    }

    .program_slide {
        position: relative;
        width: 93%;
        height: 400px;
        z-index: 2;
        margin: 0 auto;
    }

    .program_slide .slick-slide {
        height: 400px;
        width: 329px;
    }

    .program_slide .slick-list {
        width: 100%;
        padding: 10px 0;
    }

    .program_slide .slide {
        width: 270px !important;
        height: 350px;
        margin-left: 40px;
    }

    .program_slide .slick-track {
        height: 320px;
    }

    .program_slide .slick-arrow {
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -65px;
        background: #fff url(../images/main/pro_pre.png) no-repeat center;
    }

    .program_slide .slick-prev {
        left: -22px;
        margin-left: -5px;
    }

    .program_slide .slick-next {
        right: -30px;
        transform: rotate(-180deg);
    }

    .pro_fowi02 {
        display: none;
    }

    .Main_tourism {
        width: 100%;
        height: 400px;
        margin: 0 auto;
        position: relative;
        margin-top: 60px;
    }

    .Main_tourism .Main_toursim_txt {
        width: 100%;
        height: 80px;
    }

    .Main_tourism .Main_toursim_txt h3 {
        width: 100%;
        padding-left: 20px;
    }

    .Main_content_wrap {
        width: 90%;
        height: 100%;
        position: relative;
        z-index: 1;
        margin-top: 0;
    }

    .Main_content_wrap .slick-list {
        margin-left: 0;
        margin-top: 45px;
    }

    .Main_content_wrap .slick-slide {
        height: 100%;
    }

    .Main_content_wrap .slide a .content {
        border-radius: 30px;
        background: #fff;
        /*position: absolute;*/
        box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.17);
        /*z-index: 999999999;*/
    }

    .Main_content_wrap .slide a .content > .content_img_box {
        overflow: hidden;
    }

    .Main_content_wrap .slide a .content > .content_img_box > img {
        width: 88%;
        height: 100%;
        box-sizing: border-box;
    }

    .Main_content_wrap .slide a .content > .content_img_box img:hover {
        box-sizing: border-box;
        /* transform: scale(1.2); */
        /* transition: all 0.4s ease; */
    }

    .ct_inner_txt {
        padding: 13px 0 15px 40px;
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .Main_content_wrap .slick-prev {
        left: -25px;
        margin-left: -5px;
    }

    .Main_content_wrap .slick-next {
        right: -30px;
    }

    .Main_content_wrap .slick-arrow {
        width: 40px;
        height: 40px;
        top: 45%;
    }

    .Main_tourism .cloud01 {
        position: absolute;
        top: 0%;
        left: -5%;
    }

    .Main_tourism .cloud02 {
        display: none;
    }

    .Main_tourism .cloud03 {
        position: absolute;
        top: 0%;
        right: 50px;
    }

    .Main_tourism .cloud04 {
        position: absolute;
        top: -20%;
        right: -90px;
        animation-iteration-count: 10;
        animation: cloud 4s infinite;
    }

    .Main_bottom {
        width: 100%;
        height: 160px;
        background-position: bottom;
        position: relative;
    }

    .Main_bottom .ft_light {
        position: absolute;
        left: 15px;
        top: 0px;
        width: 15%;
    }

    .Main_bottom .ft_center {
        position: absolute;
        left: 37%;
        top: 20px;
        z-index: 99999;
        width: 30%;
    }

    .Main_bottom .ft_right {
        position: absolute;
        right: 15px;
        top: 0px;
        width: 15%;
    }

    .Main_program {
        background-image: none;
    }

    .Main_select02 #drop_people {
        width: 135%;
    }

    .Main_select02 .item_increase .inc {
        width: 31%;
    }

    .Main_select02 .item_increase .people_num {
        width: 23%;
    }

    .Main_select02 .item_increase {
        height: 75%;
    }

    .Main_select02 .count_people_inner ul li {
        width: 100%;
    }

    .Main_select02 .item_increase .dec {
        width: 31%;
    }

    .Main_select02 .child_age > h3 {
        width: 50%;
    }

    .Main_content_wrap .content_img {
        left: 12px;
    }

    .banner_bottom {
        margin-top: 0px;
        height: 100px;
        position: relative;
        border-top: 1px solid #acaeb2;
    }

    .banner_slide {
        width: 85%;
        margin-left: 9px;
        margin-right: 0px;
    }

    .banner_slide .slide .img-wrap > img {
        margin: 0 auto;
        position: relative;
        margin-top: -3px;
    }

    .banner_slide .img-wrap {
        width: 100%;
    }

    .wrapper .controls-wrap .btn.prev i {
        width: 45px;
    }
}

@media screen and (max-width:1800px) {
    .Main_program {
        background-image: none;
    }

    .pro_fowi02 {
        display: none;
    }
}

@media screen and (max-width:639px) {
    .section01 {
        position: relative;
        height: 1200px;
        background: #f0f5fd;
    }

    .main_slider {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .main_slider img {
        width: 100%;
        height: 100%;
    }

    .main_slider .img-wrap1 {
        display: block;
        width: 100%;
        height: 300px;
    }

    .main_slider .img-wrap1 img {
        width: 100%;
        height: 100%;
    }

    .Main_text {
        position: relative;
        z-index: 1;
        /* top: -100%; */
    }

    .controls-wrap_main {
        position: absolute;
        width: 160px;
        left: 50%;
        height: 2.5%;
        top: 180px;
        z-index: 3;
        border-radius: 30px;
        border: 1px solid #333;
        background: rgba(0, 0, 0, 0.5);
        transform: translate(-50%, -50%);
        display: flex;
    }

    .controls-wrap_main .btn {
        height: 100%;
    }

    .controls-wrap_main .btn.prev1,
    .controls-wrap_main .btn.next1 {
        width: 20px;
    }

    .prev1 {
        display: block;
        background-image: url(../images/main/main_slider_pre.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
        float: left;
        left: 10px;
        position: absolute;
    }

    .pagingInfo {
        width: 60px;
        height: 100%;
        text-align: center;
        line-height: 2.6;
        font-size: 13px;
        font-weight: bold;
        display: block;
        color: #fff;
        float: left;
        margin: 0;
        top: -3px;
        position: relative;
        left: 30px;
        letter-spacing: 3px;
    }

    .next1 {
        float: right;
        position: absolute;
        right: 47px;
        background-image: url(../images/main/main_slider_next.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
        top: .5px;
    }

    .section01 .ply-btn2 {
        height: 37px;
        width: 37px;
        z-index: 9999;
        position: absolute;
        margin: 0 auto;
        right: 6px;
        bottom: -3px;
    }

    .section01 .ply-btn2 .btn {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .section01 .mVisual-tit {
        font-size: 24px;
        letter-spacing: 0px;
        padding-top: 45px;
        height: 200px;
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

    .section01 .mVisual-tit span {
        font-size: 14px;
        letter-spacing: -1px;
    }

    .Main_select {
        width: 100%;
        height: 420px;
        margin-top: 10px;
        position: relative;
    }

    .Main_select .layout {
        display: block;
        width: 95%;
    }

    .Main_reservation {
        width: 100%;
        display: block;
        height: 520px;
        position: relative;
        border-radius: 30px;
        background-size: cover;
    }

    .Main_reservation .Main_left_txt h3 {
        font-size: 20px;
        text-align: center;
        padding: 20px;
    }

    .Main_reservation .Main_left_txt h3 span {
        font-size: 35px;
    }

    .Main_inner {
        width: 90%;
        height: 43%;
        margin: 0 auto;
        position: relative;
        float: none;
        margin-bottom: 10px;
    }

    .Main_inner .calender {
        width: 100%;
        height: 70px;
        margin: 0;
        border-radius: 10px;
        background: #fff;
        position: relative;
    }

    .Main_inner .calender > input {
        width: 79%;
        border: none;
        outline: none;
        height: 70px;
        font-size: 16px;
        /* margin: 10px 10px 0 0; */
        background: url("../images/main/MainB_drop.png") no-repeat right 20px center;
        font-size: 16px;
        font-weight: bold;
        float: right;
        position: relative;
    }

    #Menu_control .daterangepicker {
        width: 340px;
        height: auto;
        padding: 0;
        margin-top: 19px;
        left: -10px !important;
    }

    #Menu_control .daterangepicker td.active,
    #Menu_control .daterangepicker td.active:hover {
        border-radius: 60px;
        height: 35px;
    }

    #Menu_control .daterangepicker .drp-calendar.left {
        width: 100%;
    }

    #Menu_control .daterangepicker .drp-calendar.right {
        width: 100%;
    }

    #Menu_control .btn-default {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 3px;
        width: 106px;
        height: 40px;
        font-weight: 500;
        border: 1px solid grey;
    }

    #Menu_control .btn-line {
        border: 1px solid #4357b3;
        background: #fff;
        color: #3f44a0 !important;
    }

    #Menu_control .btn-primary {
        color: #333 !important;
        width: 146px;
        height: 40px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid grey;
    }

    #Menu_control .daterangepicker.show-calendar .drp-buttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #Menu_control .daterangepicker .drp-buttons .btn {
        margin-left: 10px;
    }

    .Main_select_inner {
        width: 100%;
        height: 70px;
        margin: 10px 0 0 0;
        position: relative;
        display: block;
    }

    #Menu_control .daterangepicker.opensright:after {
        display: none;
    }

    #Menu_control .daterangepicker.opensright:before {
        display: none;
    }

    .Main_select01 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .Main_select01 .dropdown {
        width: 82%;
    }

    .Main_select01 .dropdown-toggle {
        font-size: 17px;
    }

    .Main_select01 .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
        z-index: 1;
    }

    .Main_select01 .open > .dropdown-menu {
        display: block;
    }

    .Main_select02 {
        width: 100%;
        height: 100%;
        margin: 0;
        background: #fff;
        border-radius: 10px;
        position: relative;
        display: block;
    }

    .Main_select02 .dropdown-toggle {
        font-size: 17px;
    }

    .Main_select02 > .dropdown1 {
        width: 82%;
        background: url(../images/main/MainB_drop.png) no-repeat right 20px center;
    }

    .Main_select02 #drop_people {
        margin-left: -62px;
        z-index: 99999;
    }

    .MainB_search_wrap {
        width: 95%;
        height: 55px;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    .MainB_search_wrap > a .MainB_search {
        width: 95%;
        height: 100%;
        background: #5271d6;
        border-radius: 5px;
        margin-top: 25px;
    }

    .MainB_search_wrap > a:hover .MainB_search {
        background: #253faf;
    }

    .MainB_search > p {
        color: #fff;
        height: 100%;
        line-height: 2.7;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .MainB_search_wrap > a .MainB_search > img {
        display: none;
    }

    /* 날씨 */
    .MainB_weather_wrap {
        width: 100%;
        margin: 0;
        height: 50%;
        left: 0%;
        float: left;
        margin-top: 10px;
        position: relative;
    }

    .MainB_weather {
        width: 100%;
        height: 50%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .weather_img {
        width: 16%;
        margin: 0;
        height: 60%;
        position: absolute;
        top: -65px;
        left: 40px;
    }

    .weather_info {
        width: 100%;
        height: 60%;
        margin-left: 0px;
        display: flex;
        position: relative;
    }

    .weather_txt {
        width: 40%;
        height: 100%;
        margin: 0;
        text-align: start;
    }

    .weather_txt h3 {
        font-size: 25px;
        font-weight: bold;
        font-family: "Gmarket", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
        margin: 0;
        padding-top: 5px;
        text-align: center;
        margin-top: 7px;
    }

    .weather_txt p {
        font-size: 13px;
        font-weight: 600;
        text-align: start;
        padding-top: 5px;
        font-family: "Gmarket", 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
        text-align: center;
        margin-top: -15px;
    }

    .weather_list {
        width: 65%;
        margin: 0;
        margin-left: -17px;
    }

    .weather_list ul {
        display: block;
        height: 100%;
        padding-top: 10px;
    }

    .weather_list ul li {
        font-weight: bold;
        font-size: 15px;
        height: 22px;
        text-align: center;
        width: 30%;
        float: left;
        font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
    }

    .weather_list ul li p {
        font-weight: bold;
        width: 90%;
        display: inline-block;
        font-size: 15px;
        text-align: center;
        font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
    }

    .weather {
        width: 90%;
        height: 22%;
    }

    .weekly_weather {
        left: 30px;
        height: 33%;
        width: 50%;
        margin: 0 auto;
        float: none;
    }

    .weekly_weather > h3 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        display: block;
        font-family: 'Jalnan';
        text-align: center;
        padding-top: 10px;
    }

    .weekly_weather > img {
        display: none;
    }

    .weekly_weather > a {
        width: 73px;
        line-height: 2;
        margin-left: 34px;
        margin-top: -38px;
        border: 1px solid #333;
        display: block;
        text-align: center;
        vertical-align: middle;
        height: 5%;
        border-radius: 30px;
        float: right;
        right: 50px;
        font-size: 13px;
        font-family: 'Noto Sans', 'NotoKr', 'Malgun Gothic', '맑은 고딕',
            sans-serif !important;
        font-weight: 600;
        position: absolute;
        padding-left: 10px;
    }

    .Main_notice {
        width: 100%;
        margin-top: 15px;
        height: 420px;
        position: relative;
    }

    .Main_notice_01 {
        width: 100%;
        height: 200px;
        background: #fff;
        border-radius: 30px;
        margin-bottom: 20px;
        position: relative;
        display: block;
        float: left;
    }

    .Main_notice_01 .notice01_inner01 {
        width: 100%;
        height: 29%;
        position: relative;
        float: left;
    }

    .Main_notice_01 .notice01_inner01 > img {
        position: relative;
        top: 20%;
        left: 5%;
        float: left;
        width: 23px;
    }

    .Main_notice_01 .notice01_inner01 > p {
        text-align: start;
        width: 69%;
        font-size: 20px;
        float: left;
        display: block;
        margin-top: 17px;
        padding-left: 30px;
    }

    .Main_notice_01 .notice01_inner01 a {
        width: 20%;
        height: 25px;
        text-align: center;
        font-size: 14px;
        display: block;
        margin-top: 13px;
        line-height: 1.5;
        float: left;
    }

    .Main_notice_01 .notice01_inner01 a::before {
        content: "+";
        position: relative;
        left: -7px;
        top: 1px;
    }

    .Main_notice_01 .notice01_inner02 {
        width: 95%;
        height: 100%;
    }
	
	.Main_notice_01 .notice01_inner02 .nodata p {
		display: none;	
	}
	
    .notice01_inner02 ul {
        width: 100%;
        float: left;
        height: 80%;
        padding-top: 6px;
        margin-right: 0px;
    }

    .Main_notice_01 .notice01_inner02 ul li {
        display: flex;
        width: 100%;
        float: left;
        padding-left: 10px;
        align-items: center;
        margin-bottom: 10px;
    }

    .Main_notice_01 .notice01_inner02 ul li a {
        font-size: 14px;
        padding: 0 14px;
    }

    .notice01_inner02 ul li .date {
        display: block;
        width: 80px;
        height: 55px;
        border-radius: 10px;
        color: rgba(85, 85, 85, 0.86);
        text-align: center;
        padding: 5px;
        font-size: 10px;
        font-weight: bold;
        background: #eff3f8;
    }

    .notice01_inner02 ul li .date strong {
        font-size: 23px;
        font-weight: bold;
        color: #07A677;
        display: block;
        text-align: center;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .Main_notice_02 {
        width: 100%;
        height: 210px;
        background: #fff;
        border-radius: 30px;
        display: block;
        float: left;
    }
	
	.Main_notice_02 .nodata p {
		display: none;
	}
	
    .Main_notice_02 .tit-wrap {
        width: 100%;
        height: 28%;
        float: left;
        position: relative;
    }

    .Main_notice_02 .tit-wrap .Main_notice02_img {
        position: relative;
        top: 20%;
        left: 5%;
        width: 23px;
        float: left;
    }

    .Main_notice_02 .tit-wrap .section-tit1 {
        text-align: start;
        color: #143565;
        font-size: 20px;
        font-weight: bold;
        font-family: "Jalnan";
        margin-top: 17px;
        padding-left: 50px;
        width: 60%;
    }

    .notice_wrap img {
        width: 100%;
        height: 100%;
    }

    .Main_notice_02 .img-wrap {
        width: 100%;
        height: 100%;
    }

    .Main_notice_02 .slick-slide img {
        width: 100%;
        height: 135px;
    }

    .Main_notice_02 .slider-notice {
        position: relative;
        width: 90%;
        height: 135px;
        float: left;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 17px;
    }

    .Main_notice_02 .tit-wrap .controls-wrap {
        position: absolute;
        right: 15px;
        bottom: 12px;
        margin: 0 auto;
        display: flex;
    }

    .Main_notice_02 .ply-btn {
        height: 35px;
        width: 30px;
    }

    .Main_notice_02 .controls-wrap .btn {
        height: 100%;
    }

    .section02 {
        height: auto;
        background: #f0f5fd;
        position: relative;
    }

    .Main_info_wrap {
        width: 100%;
        height: 20%;
        min-height: 300px;
    }

    .Main_info {
        width: 100%;
        height: 300px;
        margin: 0;
        top: 0px;
        position: absolute;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 20px;
        z-index: 3;
    }

    .Main_info .layout {
        width: 100%;
        margin: 0;
        display: block;
    }

    .Mian_info_txt {
        width: 100%;
        height: 36%;
        text-align: center;
        position: relative;
    }

    .Mian_info_txt > h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
        text-align: start;
        padding: 50px 0 0 105px;
    }

    .Mian_info_txt > h3::before {
        width: 90px;
        top: -10px;
        left: 10px;
    }

    .Main_info_list {
        width: 100%;
        height: 70%;
        position: relative;
    }

    .Main_info_list > ul {
        padding-left: 20px;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .Main_info_list > ul > li {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 0px;
        padding-top: 5px;
    }

    .Main_info_list > ul > li:nth-child(1) {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: -5px;
        padding-top: 15px;
        height: 47%;
    }

    .Main_info_list > ul > li:nth-child(2) {
        height: auto;
    }

    .Main_info_list > ul > li > a {
        width: 100px;
        height: 30px;
        float: left;
        display: block;
        font-weight: 700;
        text-align: center;
        padding: 4px;
        line-height: 1.7;
        font-size: 13px;
        border-radius: 30px;
        background: #e2e2e2;
        margin: 10px auto;
        position: absolute;
        left: 100px;
        top: 14px;
    }

    .Main_info_list > ul > li > img {
        margin: 0;
        float: left;
        width: 22px;
        padding-top: 10px;
    }

    .Main_info_list > ul > li:nth-child(2) > img,
    .Main_info_list > ul > li:nth-child(3) > img {
        padding-top: 10px;
        width: 35px;
    }

    .Main_info_list > ul > li > h3 {
        width: 85%;
        height: 40px;
        padding-left: 10px;
        padding-top: 14px;
        float: left;
        font-size: 18px;
    }

    .Main_info_list > ul > li:nth-child(2) > h3 {
        padding-top: 7px;
        height: 30px;
    }

    .Main_info_list > ul > li > p {
        float: left;
        padding-left: 5px;
        padding-top: 4px;
        font-size: 14px;
    }

    .Main_info_list > ul > li:nth-child(3) > p {
        padding-left: 6px;
        padding-top: 5px;
    }

    .Main_info_list > ul > li > p > span {
        font-size: 12px;
        float: left;
        margin-top: 4px;
    }

    .Main_location {
        width: 95%;
        margin-left: 0px;
        height: 270px;
        float: right;
        top: 56%;
        z-index: 2;
        margin-top: 0;
    }

    .Main_program {
        width: 90%;
        height: auto;
        margin-top: 35px;
        background-image: none;
        padding-bottom: 0px;
    }

    .Main_program_txt {
        width: 100%;
        height: 70px;
        position: relative;
    }

    .Main_program_txt > h3 {
        font-size: 31px;
        font-family: 'Jalnan';
        font-weight: 500;
        margin: 0;
        padding-top: 5px;
        text-align: center;
        position: relative;
    }

    .Main_program_txt > img {
        display: none;
    }

    .program_slide .slide01 {
        margin-top: 0px;
    }

    .program_slide {
        position: relative;
        width: 90%;
        height: auto;
        z-index: 2;
        margin: 0 auto;
    }

    .program_slide .slick-slide {
        height: auto;
    }

    .program_slide .slick-list {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .program_slide .slide {
        width: 88% !important;
        height: auto;
        padding-bottom: 20px;
    }

    .slide_info_inner02 > li {
        line-height: 2.4;
/*        margin: 0px 10px 0 15px;*/
        width: 45px;
        padding-left: 21px;
        height: auto;
        color: #333;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        position: relative;
    }

    .slide_info_inner02 > .individual::before {
        left: 6px;
    }

    .slide_info_inner02 > .group::before {
        left: 2px;
        width: 18px;
    }

    .slide_info_inner02 > .company::before {
        left: 2px;
    }

    .slide_info_inner02 > .family::before {
        left: 2px;
    }

    .program_slide .slide > a > img {
        width: 100%;
        height: 216px;
    }

    .program_slide .slick-arrow {
        width: 35px;
        height: 35px;
        top: 35%;
        margin-top: -0px;
        background-size: 40%;
    }

    .program_slide .slick-prev {
        left: -25px;
        margin-left: -5px;
    }

    .program_slide .slick-next {
        right: -25px;
    }

    .Main_tourism {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .Main_tourism .Main_toursim_txt {
        width: 100%;
        height: 120px;
    }

    .Main_tourism .Main_toursim_txt h3 {
        width: 100%;
        font-size: 31px;
    }

    .Main_content_wrap .content_img {
        left: 2px;
    }

    .Main_content_wrap .slide a .content {
        border-radius: 30px;
        background: #fff;
        position: relative;
        box-shadow: 5px 2px 15px rgb(0 0 0/ 17%);
        z-index: 999999999;
        margin-left: 20px;
        margin: 0 auto;
        padding-top: 0;
    }

    .Main_content_wrap {
        width: 100%;
        height: 100%;
        z-index: 1;
        /* margin-top: 20px; */
    }

    .Main_content_wrap .slide a .content > .content_img_box {
        width: 100%;
        border-radius: 10px 10px 0 0;
        position: relative;
        margin-top: 0px;
    }
    .Main_content_wrap .slide a .content{
        border-radius: 10px;
    }

    .Main_content_wrap .slick-list {
        height: auto;
        margin-left: 0px;
    }

    .ct_inner_txt {
        padding: 15px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .Main_content_wrap .slide .btn-wrap .btn {
        width: 49%;
        min-height: 50px;
        padding: 14px 0;
        background: #e0e1e5;
        text-align: center;
        float: left;
        color: #000;
        font-weight: 600;
        font-size: 0.9rem;
        letter-spacing: -1px;
    }

    .Main_content_wrap .slide .btn-wrap .btn-left {
        border-bottom-left-radius: 10px;
        border-right: 1px solid #bfbfc3;
    }

    .Main_content_wrap .slide .btn-wrap .btn-right {
        border-top-right-radius: 10px;
    }

    .Main_content_wrap .slick-arrow {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 600px;
        text-indent: -9999px;
        position: absolute;
        box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.17);
        z-index: 9;
        margin-top: -65px;
        background: #fff url(../images/main/pro_pre.png) no-repeat center;
        top: 75%;
    }

    .Main_content_wrap .slick-prev {
        left: -0px;
        margin-left: -10px;
    }

    .Main_content_wrap .slick-next {
        right: -17px;
    }

    .Main_content_wrap .slick-arrow:hover,
    .Main_content_wrap .slick-arrow:focus {
        background-color: #008c3f;
        background-image: url(../images/main/pro_pre_ov.png);
    }

    .Main_content_wrap .content_img {
        position: relative;
        top: -40px;
        left: 4px;
    }

    .Main_tourism .cloud01 {
        position: absolute;
        top: 5%;
        left: -10%;
    }

    .Main_tourism .cloud02 {
        display: none;
    }

    .Main_tourism .cloud03 {
        position: absolute;
        top: 12%;
        right: -100px;
    }

    .Main_tourism .cloud04 {
        position: absolute;
        top: 40%;
        right: -30px;
        animation-iteration-count: 10;
        animation: cloud 4s infinite;
    }

    .Main_bottom {
        display: none
    }

    .Main_content_wrap .slide1 a {
        width: 100%;
        height: 100%;
    }
}

/* 검색창 */
.top_search_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.top_search {
    display: none;
    width: 100%;
    height: 370px;
    top: 130px;
    z-index: 9999999;
    background: #4877cd;
    position: absolute;
}

.top_search_inner {
    position: relative;
    width: 70%;
    height: 370px;
    margin: 0 auto;
}

.top_search_inner > h3 {
    color: #fff;
    height: 160px;
    font-size: 34px;
    line-height: 4;
    text-align: center;
}

.top_search_inner > h3::after {
    background-image: url(../images/main/top_search01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    content: "";
    float: right;
    right: 23%;
    top: 30px;
    z-index: 999999999;
    width: 130px;
    height: 90px;
    display: block;
    position: absolute;
}

.input {
    position: relative;
    height: 80px;
    border-radius: 60px;
    width: 800px;
    background: #fff;
}

.input > label {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    line-height: 78px;
    font-weight: 500;
    font-size: 23px;
    font-weight: 600;
    padding-left: 15px;
    border-radius: 60px;
}

.input > input {
    width: 100%;
    height: 100%;
    text-indent: 0;
    padding-left: 40px;
    border-radius: 60px;
}

.input > button {
    position: absolute;
    top: 20px;
    right: 35px;
}

.top_search_close {
    position: absolute;
    top: 35px;
    right: 170px;
    width: 30px;
    height: 30px;
    background-image: url(../images/main/top_search_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .top_search {
        height: 320px;
        top: 63px;
    }

    .top_search_inner {
        position: relative;
        width: 75%;
        height: 300px;
        margin: 0 auto;
    }

    .top_search_inner > h3 {
        font-size: 34px;
        line-height: 3;
        height: 130px;
        margin-left: -20px;
    }

    .top_search_inner > h3::after {
        right: 7%;
        top: 5px;
    }

    .input {
        width: 100%;
    }

    .top_search_close {
        top: 25px;
        right: 50px;
    }
}

@media screen and (max-width:639px) {
    .top_search_wrap {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999999;
        background: rgba(0, 0, 0, 0.3);
        display: none;
    }

    .top_search {
        display: none;
        width: 100%;
        height: 340px;
        top: 63px;
        z-index: 9999999;
        background: #4877cd;
        position: absolute;
    }

    .top_search_inner {
        position: relative;
        width: 90%;
        height: 300px;
        margin: 0 auto;
    }

    .top_search_inner > h3 {
        color: #fff;
        height: 160px;
        font-size: 25px;
        line-height: 9.5;
        text-align: center;
    }

    .top_search_inner > h3::after {
        background-image: url(../images/main/top_search01.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
        content: "";
        float: right;
        right: 35%;
        top: 0px;
        z-index: 999999999;
        width: 130px;
        height: 90px;
        display: block;
        position: absolute;
    }

    .input {
        position: relative;
        height: 65px;
        border-radius: 60px;
        width: 100%;
        background: #fff;
    }

    .input > label {
        position: absolute;
        top: 0;
        left: 20px;
        height: 100%;
        line-height: 65px;
        font-weight: 500;
        font-size: 18px;
        font-weight: 600;
        padding-left: 15px;
        border-radius: 60px;
    }

    .input > input {
        width: 100%;
        height: 100%;
        text-indent: 0;
        padding-left: 40px;
        border-radius: 60px;
    }

    .input > button {
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .input > button > img {
        width: 25px;
        height: 25px;
    }

    .top_search_close {
        position: absolute;
        top: 85%;
        right: 45%;
        -webkit-transform: translateX(-40%);
        width: 30px;
        height: 30px;
        background-image: url(../images/main/top_search_close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
}

/* 윈도우 팝업 */
.popUp_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
}

.popUp_wrap {
    width: 100%;
    height: 70%;
    top: 16%;
    position: absolute;
    z-index: 999999;
}

.popUp {
    width: 500px;
    height: auto;
    position: relative;
    background: #f6c70c;
}

.popUp > h3 {
    text-align: center;
    padding: 30px 150px 25px 25px;
    font-size: 30px;
    font-family: 'Jalnan';
    line-height: 1.4;
    margin: 0;
    height: auto;
    position: relative;
}

.popUp_inner {
    width: 440px;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.popUp_inner > img {
    margin-top: -105px;
    float: right;
}

.popUp_inner_txt {
    padding: 25px 30px 30px 25px;
    width: 100%;
    height: 100%;
}

.popUp_inner_txt .popUp_inner_txt01 {
    width: 100%;
    height: 60%;
    display: block;
}

.popUp_inner_txt .popUp_inner_txt01 > li {
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 2;
}

.pop-txt {
    color: #333;
    margin-right: 5px;
}

.popUp_inner_txt .popUp_inner_txt02 {
    width: 100%;
    height: 24%;
    display: block;
}

.popUp_inner_txt .popUp_inner_txt02 > li {
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 600;
    height: auto;
    line-height: 2;
}

.popUp_inner_txt > p {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Noto Sans';
}

/* .popUp_inner_txt > a { */
/*     margin: 0 auto; */
/*     width: 50%; */
/*     display: block; */
/*     height: 47px; */
/*     border-radius: 30px; */
/* } */

/* .popUp_inner_txt > a > img { */
/*     text-align: center; */
/*     display: block; */
/* } */

.pop_cancle {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background: #ececec;
}

.pop_cancle ul {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.pop_cancle ul li:nth-child(1) {
    width: 70%;
}

.pop_cancle ul li:nth-child(2) {
    width: 30%;
}

.pop_cancle ul li:nth-child(1) a {
    width: 100%;
    height: 100%;
    float: left;
    padding: 20px 0 20px 30px;
}

.pop_cancle ul li:nth-child(2) a {
    text-align: center;
    line-height: 4;
    width: 100%;
    float: left;
    height: 100%;
}

.pop_cancle ul li {
    font-size: 15px;
    font-weight: 600;
    float: left;
    position: relative;
}

.pop_cancle ul li::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 2px;
    height: 30px;
    background: #bcbcbc;
}

.pop_after::after {
    display: none;
}

@media screen and (max-width:639px) {
    .popUp_wrap {
        width: 100%;
        height: 100%;
        top: 16%;
        position: absolute;
        z-index: 999999;
    }

    .popUp {
        width: 90%;
        height: 675px;
        position: relative;
        background: #f6c70c;
    }

    .popUp > h3 {
        padding: 30px 100px 0 25px;
        font-size: 20px;
        height: 105px;
    }

    .popUp > h3::after {
        width: 95px;
        height: 95px;
        top: 17px;
        right: 10px;
    }

    .popUp_inner {
        width: 90%;
        height: 500px;
    }

    .popUp_inner_txt .popUp_inner_txt01 {
        height: 56%;
    }

    .popUp_inner_txt .popUp_inner_txt01 > li {
        font-size: 14px;
    }

    .popUp_inner_txt .popUp_inner_txt02 {
        height: 30%;
    }

/*     .popUp_inner_txt > a { */
/*         width: 100%; */
/*     } */

    .pop_cancle ul li:nth-child(1) a {
        padding: 19px 0 21px 30px;
    }
}

/* 인원수 css */
.count_people {
    float: left;
    width: 240px;
    height: auto;
    background: #F4F4F5;
}

.count_people_inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.count_people_inner ul {
    width: 100%;
    height: 100%;
    float: left;
}

.count_people_inner ul li {
    width: 98%;
    height: 70px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 8%;
    float: left;
    margin: 5px;
}

.count_people_inner ul li > span {
    width: 25.5%;
    height: 100%;
    font-size: 18px;
    line-height: 3.5;
    display: block;
    float: left;
    font-weight: 500;
}

.item_increase {
    float: left;
    display: block;
    width: 70%;
    height: 75%;
    border-radius: 30px;
    background: #959DAE;
    margin: 5px;
}

.item_increase .inc {
    width: 28%;
    height: 80%;
    display: block;
    float: left;
    background: #fff;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
}

.inc > .fas {
    width: 100%;
    line-height: 2.2;
    font-size: 20px;
    text-align: center;
}

.item_increase .people_num {
    width: 30%;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 2.2;
}

.item_increase .dec {
    float: left;
    width: 28%;
    display: block;
    background: #fff;
    height: 80%;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
}

.dec > .fas {
    width: 100%;
    line-height: 2.2;
    font-size: 20px;
    text-align: center;
}

.child_age {
    width: 95%;
    height: 15%;
    margin-left: 5px;
    display: block;
    float: left;
    border-top: 1px solid #e2e2e2;
}

.child_age > h3 {
    font-size: 17px;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 55%;
    float: left;
    display: block;
    line-height: 3;
}

#child_age1,
#child_age2,
#child_age3,
#child_age4,
#child_age5 {
    width: 45%;
    height: 40px;
    margin: 5px;
    font-weight: 500;
    border-radius: 8px;
}

#ch_age1,
#ch_age2,
#ch_age3,
#ch_age4,
#ch_age5 {
    display: none;
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
    .count_people {
        float: left;
        width: 100%;
        height: auto;
        background: #F4F4F5;
    }

    .count_people_inner {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .count_people_inner ul {
        width: 100%;
        height: 100%;
        float: left;
    }

    .count_people_inner ul li {
        width: 100%;
        height: 70px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        top: 8%;
        float: left;
        margin: 5px;
    }

    .count_people_inner ul li > span {
        width: 30%;
        height: 100%;
        font-size: 18px;
        line-height: 3.5;
        display: block;
        float: left;
        font-weight: 500;
    }

    .item_increase {
        float: left;
        display: block;
        width: 62%;
        height: 75%;
        border-radius: 30px;
        background: #959DAE;
        margin: 5px;
    }

    .item_increase .inc {
        width: 31%;
        height: 80%;
        display: block;
        float: left;
        background: #fff;
        margin: 5px;
        border-radius: 30px;
        cursor: pointer;
    }

    .inc > .fas {
        width: 100%;
        line-height: 2.2;
        font-size: 20px;
        text-align: center;
    }

    .Main_select02 .item_increase .people_num {
        width: 23%;
    }

    .Main_select02 .item_increase .dec {
        width: 31%;
    }

    .dec > .fas {
        width: 100%;
        line-height: 2.2;
        font-size: 20px;
        text-align: center;
    }

    .child_age {
        width: 95%;
        height: 15%;
        margin-left: 5px;
        display: block;
        float: left;
        border-top: 1px solid #e2e2e2;
    }

    .child_age > h3 {
        font-size: 17px;
        padding: 0;
        margin: 0;
        width: 40%;
        height: 55%;
        float: left;
        display: block;
        line-height: 3;
    }
}

@media screen and (max-width: 639px) {
    .count_people {
        float: left;
        width: 320px;
        height: auto;
        background: #F4F4F5;
    }

    .count_people_inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .count_people_inner ul {
        display: block;
        width: 100%;
        height: 70%;
        float: left;
    }

    .count_people_inner ul li {
        width: 100%;
        height: 30%;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        top: 8%;
        padding-left: 15px;
    }

    .count_people_inner ul li > span {
        width: 25%;
        height: 100%;
        font-size: 18px;
        line-height: 3.1;
        display: block;
        float: left;
        font-weight: 500;
    }

    .item_increase {
        float: right;
        margin-right: 15px;
        display: block;
        width: 60%;
        height: 65%;
        border-radius: 30px;
        background: #959DAE;
    }

    .item_increase .inc {
        width: 24%;
        height: 80%;
        display: block;
        float: left;
        background: #fff;
        margin: 5px;
        border-radius: 30px;
    }

    .inc > .fas {
        width: 100%;
        line-height: 2.2;
        font-size: 20px;
        text-align: center;
    }

    .item_increase .people_num {
        width: 41%;
        height: 100%;
        display: block;
        float: left;
        color: #fff;
        text-align: center;
        font-size: 25px;
        line-height: 2.2;
    }

    .item_increase .dec {
        float: right;
        width: 24%;
        display: block;
        background: #fff;
        height: 80%;
        margin: 5px;
        border-radius: 30px;
    }

    .dec > .fas {
        width: 100%;
        line-height: 2.2;
        font-size: 20px;
        text-align: center;
    }

    .child_age {
        width: 95%;
        height: 15%;
        margin-left: 8px;
        display: block;
        border-top: 1px solid #e2e2e2;
    }

    .child_age > h3 {
        font-size: 17px;
        padding: 0;
        margin: 0;
        width: 45%;
        height: 55%;
        float: left;
        display: block;
        line-height: 3.2;
        padding-left: 5px;
    }

    .weekly_weather {
        width: 90%;
    }

    .weekly_weather > h3 {
        text-align: left;
    }

    .weather_img {
        top: 50%;
        left: 50%;
        transform: translate(-70%, -350%);
    }

    .weekly_weather > a {
        right: 49px;
    }
}

@media screen and (width:1024px) {
    .weekly_weather {
        width: 20%;
    }

    .weather_info {
        margin-left: -30px;
    }

    .MainB_search_wrap > a .MainB_search > img {
        left: 35%;
    }

    .Main_info_list > ul > li:nth-child(2) {
        width: 34%;
    }

    .Main_program_txt > img {
        right: 180px;
    }

    .program_slide .slide {
        margin-left: 15px;
    }

    .Main_bottom .ft_light {
        width: 12%;
    }

    .Main_bottom .ft_right {
        width: 12%;
    }

    .Main_bottom .ft_center {
        width: 20%;
        left: 42.6%;
    }

    .program_slide {
        height: 420px;
    }

    .program_slide .slick-list {
        height: 420px;
    }

    .Main_content_wrap .slide a .content {
        margin-left: 10px;
        margin: 0 auto;
        width: 415px;
        position: relative;
        padding-top: 0;
    }

    .Main_content_wrap .slide a .content > .content_img_box {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 30px 30px 0 0;
    }

    .ct_inner_txt {
        width: 100%;
        padding: 25px;
    }

    .Main_content_wrap .slick-prev {
        left: -2px;
    }

    .Mian_info_txt > h3 {
        position: relative;
        text-align: center;
        padding-left: 0;
        padding-top: 55px;
    }

    .Mian_info_txt > h3::before {
        position: absolute;
        width: 100px;
        left: 37%;
        transform: translate(-50%, 0)
    }

    .Main_info_list > ul > li:nth-child(1) {
        width: auto;
        padding-left: 70px;
    }

    .Main_info_list > ul > li:nth-child(2) {
        width: 18%;
        position: relative;
        float: left;
        top: 0;
        left: 0;
        height: 80%;
        padding-top: 25px;
        padding-left: 0;
        text-align: center;
        margin-top: 0;
    }

    .Main_info_list > ul > li:nth-child(3) {
        width: 28%;
        padding-left: 0;
    }
    
    .Main_content_wrap .slick-arrow{
        bottom: 40%;
    }
    .Main_content_wrap{
        width: 95%;
        
    }
    .Main_content_wrap .slick-slide{
        margin-right: 9.5px;
        overflow: hidden;
        margin-left: 20px;
    }
    .Main_content_wrap .slick-track{
        margin-left: 5px;
        height: 100%;
    }
    
    .Main_content_wrap .slick-list{
        height: 500px;
        margin-left: 0;
    }
   
    
    
}

/* 윈도우 팝업 */
.popUp_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
}

.popUp_wrap {
    width: 100%;
    height: 70%;
    top: 16%;
    position: absolute;
    z-index: 999999;
}

.popUp {
    width: 500px;
    height: auto;
    position: relative;
    background: #f6c70c;
}

.popUp > h3 {
    text-align: center;
    padding: 30px 150px 25px 25px;
    font-size: 30px;
    font-family: 'Jalnan';
    line-height: 1.4;
    margin: 0;
    height: auto;
    position: relative;
}

.popUp_inner {
    width: 440px;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.popUp_inner > img {
    margin-top: -105px;
    float: right;
}

.popUp_inner_txt {
    padding: 25px 30px 30px 25px;
    width: 100%;
    height: 100%;
}

.popUp_inner_txt .popUp_inner_txt01 {
    width: 100%;
    height: 60%;
    display: block;
}

.popUp_inner_txt .popUp_inner_txt01 > li {
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 2;
}

.pop-txt {
    color: #333;
    margin-right: 5px;
}

.popUp_inner_txt .popUp_inner_txt02 {
    width: 100%;
    height: 24%;
    display: block;
}

.popUp_inner_txt .popUp_inner_txt02 > li {
    font-family: 'Noto Sans';
    font-size: 15px;
    font-weight: 600;
    height: auto;
    line-height: 2;
}

.popUp_inner_txt > p {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Noto Sans';
}

/* .popUp_inner_txt > a { */
/*     margin: 0 auto; */
/*     width: 50%; */
/*     display: block; */
/*     height: 47px; */
/*     border-radius: 30px; */
/* } */

.popUp_inner_txt > a > img {
    text-align: center;
    display: block;
}

.pop_cancle {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background: #ececec;
}

.pop_cancle ul {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.pop_cancle ul li:nth-child(1) {
    width: 70%;
}

.pop_cancle ul li:nth-child(2) {
    width: 30%;
}

.pop_cancle ul li:nth-child(1) a {
    width: 100%;
    height: 100%;
    float: left;
    padding: 20px 0 20px 30px;
}

.pop_cancle ul li:nth-child(2) a {
    text-align: center;
    line-height: 4;
    width: 100%;
    float: left;
    height: 100%;
}

.pop_cancle ul li {
    font-size: 15px;
    font-weight: 600;
    float: left;
    position: relative;
}

.pop_cancle ul li::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 2px;
    height: 30px;
    background: #bcbcbc;
}

.pop_after::after {
    display: none;
}

@media screen and (max-width:639px) {
    .popUp_wrap {
        width: 100%;
        height: 100%;
        top: 16%;
        position: absolute;
        z-index: 999999;
    }

    .popUp {
        width: 90%;
        height: auto;
        position: relative;
        background: #f6c70c;
    }

    .popUp > h3 {
        padding: 30px 100px 20px 25px;
        font-size: 20px;
    }

    .popUp_inner > img {
        width: 85px;
        height: 80px;
        margin-top: -80px;
        right: 10px;
    }

    .popUp_inner {
        width: 90%;
        height: auto;
    }

    .popUp_inner_txt > p {
        margin-top: 10px;
    }

    .popUp_inner_txt .popUp_inner_txt01 {
        height: 56%;
    }

    .popUp_inner_txt .popUp_inner_txt01 > li {
        font-size: 14px;
        height: auto;
    }

    .popUp_inner_txt .popUp_inner_txt02 {
        height: 30%;
    }

/*     .popUp_inner_txt > a { */
/*         width: 100%; */
/*         margin-top: 20px; */
/*     } */

    .pop_cancle ul li:nth-child(1) a {
        padding: 19px 0 21px 30px;
    }
    .video_cont>object{
        min-height: 300px!important;
    }
    
}


/*메인 함께즐겨봐요 태그 추가*/
.main_pro_tag{
    position: absolute;
    background: #5648cf;
    z-index: 9999999;
    bottom: 0;
    /* float: right; */
    right: 0;
    padding: 6px 18px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px 0 0 0;
}


@media screen and (min-width: 1200px) and (max-width: 1800px){
    .Main_content_wrap{
        top: 45px;
    }
}
@media screen and (min-width: 640px) and (max-width: 1199px){
    .program_slide .slide .slide_info > p{
        padding-right: 15px;
    }
}