@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
	font-family: 'Noto_Sans';
	/*src: url('../font/font/NotoSansKR-Regular.otf');*/
	src: local('../font/font/NotoSansKR-Regular.otf'), url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap') format('woff');
}
@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }

/*************** clear ***************/

#hd_wr .hd_left .tit {
    color: #fff;
    background: #00000030;
    padding: 10px 14px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2em;
}

html {height:100%;}
body {height:100%;overflow-y:scroll;overflow-x:hidden;letter-spacing: -1px;position:relative;font-family: 'Environment','GmarketSans', 'Pretendard','Noto_Sans',sans-serif;background: #fff;}
* {margin:0; padding:0;}
li {list-style:none;}
a {text-decoration:none;}
a, button, input, select, lable {font-family: 'Environment','GmarketSans', 'Pretendard','Noto_Sans',sans-serif}
*, :after, :before {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

/*************** common ***************/
input[type=radio]:not(old) {
    margin:0; padding:0; opacity:0; 
    background:url('../img/radio_on.png') no-repeat center left; background-size:18px;
    width:0; 
} 
input[type=radio]:not(old) + label {
    display: inline-block;
    text-align: left;
    height:20px;
    padding-left: 25px;
    background: url('../img/radio_off.png') no-repeat 0 0;
    background-size:18px;
    vertical-align: top;
    line-height: 28px;
    color: #000000;
    font-family: 'Noto_Sans';
    font-weight: 400;
}
input[type=radio]:not(old):checked + label {
    background: url('../img/radio_on.png') no-repeat 0 0;background-size:18px;
}

input[type=checkbox]:not(old) {
    margin:0; padding:0; opacity:0; 
    background:url('../img/radio_on.png') no-repeat center left; background-size:18px;
    width:0; 
} 
input[type=checkbox]:not(old) + label {
    display: inline-block; 
    text-align: left; height:20px; padding-left: 25px; 
    background: url('../img/radio_off.png') no-repeat 0 0; background-size:18px;
    line-height: 130%; vertical-align: top;
}
input[type=checkbox]:not(old):checked + label {
    background: url('../img/radio_on.png') no-repeat 0 0;background-size:18px;
}

select {width: 200px;padding: .8em .5em;border: 1px solid #999;background: url('../img/select_arrow.png') no-repeat 95% 50%;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}


/* header */
#hd_wr {width:300px; height:100%; position:fixed; left:0; top:0;}
#hd_wr .hd_left {width:300px;height:100%;background: #2c0e4e;overflow:hidden;padding-bottom: 25px;}
#hd_wr .hd_left .hd_logo {margin: 0px auto 0px;display:block;text-align: center;}
#hd_wr .hd_left .hd_logo img {width: 100%;display: inline-block;vertical-align: middle;margin-top: -5px;}
#hd_wr .hd_left .hd_page_ttl {text-align:center;padding: 5px 0 10px;}
#hd_wr .hd_left .date {background: #00000020;color: #fff;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column;gap: 10px;font-family: 'Noto_Sans';padding: 16px;font-size: 15px;font-weight: 700;}
#hd_wr .hd_left .date span {padding: 2px 15px;background: #8B54D1;border-radius: 12px;font-weight: 500;font-family: 'Noto_Sans';}
#hd_wr #leftmenu {width:100%;}
#hd_wr #leftmenu ul {overflow:hidden;margin: 25px 0 0px;}
#hd_wr #leftmenu ul li {width:100%;height: 42px;position:relative;/* border-bottom:1px solid rgba(255,255,255,0.1); */display:block;line-height: 45px;color:rgba(255,255,255,0.6);font-size:15px;font-weight:300;border-left: 3px solid transparent;text-align: center;border-top: 1px solid rgba(255,255,255,0.1);margin-bottom: 25px;cursor: default;font-family: 'Noto_Sans';}
#hd_wr #leftmenu ul li a {color: rgba(255,255,255,0.6);font-family: 'Noto_Sans';}
#hd_wr #leftmenu ul li:after {display:block;width:100%;height: 22px;background:url('../img/step_off.png') no-repeat center;position:absolute;bottom: -22px;left: -3px;content:'';border-top: 1px solid rgba(255, 255, 255, 0.1);}
#hd_wr #leftmenu ul li.active {border-left: 3px solid #fff;background: #00000020;color: #ffffff;font-weight:500;}
#hd_wr #leftmenu ul li.active a {color: #fff;}
/*#hd_wr #leftmenu ul li.active:after {background: url('../img/step_on.png') no-repeat center #222e42;border-left: 3px solid #fff;}*/
#hd_wr #leftmenu ul li:last-child:after {display:none;}
#hd_wr #leftmenu .ask_btn {text-align:center;}
#hd_wr #leftmenu .ask_btn a {transition:all 0.4s;display:inline-block;width: 200px;height:50px;line-height: 46px;font-size: 17px;margin: 20px auto;text-align:center;color:#fff;background: #00000030;border: 1px solid #FFFFFF22;font-family: 'Noto_Sans';border-radius: 6px;}
#hd_wr #leftmenu .ask_btn a:hover {background: #2c0e4e;/* border: 2px solid rgba(250,250,250,0.3); */color:#fff;}
#hd_wr #leftmenu .home_btn {text-align:center;}
#hd_wr #leftmenu .home_btn a {display:inline-block;width: 70px;height: 70px;text-align:center;background: #00000047;border-radius:50%;line-height: 60px;}
#hd_wr #leftmenu .home_btn a img {vertical-align:middle;}


@media screen and (max-width:960px) {
    #hd_wr .hd_left .hd_logo img{width: auto;height: 100%;max-height: 100px;}
    #hd_wr .hd_left .date{display: none;}
}

@media screen and (max-width:650px) {
    #hd_wr #leftmenu .ask_btn{top: auto !important;}
}

@media screen and (max-width:350px) {
    #hd_wr .hd_left .hd_logo img{width: 100%;}
}

/* wrapper */
#wrapper {width:calc(100% - 300px);margin-left:300px;height:auto;overflow:hidden;padding: 25px;}

/* index1 */
.con_top {width:100%;height: 130px;padding: 20px 0;overflow:hidden;}
.con_top ul li {padding-right:20px; float:left; display:block; width:25%;}
.con_top ul li:last-child {padding-right:0;}
.con_top ul li a {display:block;transition:background 0.3s;width:100%;height:90px;padding-left:80px;font-size:17px;color:#fff;border-radius: 5px;line-height:90px;text-align:center;}
.con_top ul li:first-child a {background:url('../img/icon_01.png') no-repeat center left 30px #273eae;}
.con_top ul li:nth-child(2) a {background: url(../img/icon_02.png) no-repeat center left 30px #5473e8;}
.con_top ul li:nth-child(3) a {background:url('../img/icon_03.png') no-repeat center left 30px #21bdca;}
.con_top ul li:last-child a {background:url('../img/icon_04.png') no-repeat center left 30px #5dcee1;}
.con_top ul li:first-child a:hover {background: url(../img/icon_01.png) no-repeat center left 30px #4d5fb7;}
.con_top ul li:nth-child(2) a:hover {background:url('../img/icon_02.png') no-repeat center left 30px #788cd7;}
.con_top ul li:nth-child(3) a:hover {background:url('../img/icon_03.png') no-repeat center left 30px #4ac6d0;}
.con_top ul li:last-child a:hover {background:url('../img/icon_04.png') no-repeat center left 30px #92bfc6;}

.con_bottom {width:100%;padding:20px;background:#fff;overflow:hidden;}
.con_left_box {width:60%;float:left;padding: 20px;border-radius:10px;background:#f7f7f7;overflow:hidden;}
.con_bg_box {padding: 20px;background:rgb(242,246,249);text-align:center;line-height:35px;}
.con_bg_box .tit_txt {font-size: 18px; color:rgb(81,95,108); font-weight:500;}
.con_bg_box .sub_txt {font-size: 14px; color:rgb(121,132,143)}
#calendar-wrap {width:100%; position:relative;}
#calendar-wrap .cal_ttl {text-align:center;display: block;width: 125px;height: 125px;padding: 29px 20px;background:#fff;border-radius:50%;margin: 10px auto 20px;}
#calendar-wrap .cal_ttl p.month {font-size: 42px;font-weight:900;color:#5678e4;line-height: 41px;}
#calendar-wrap .cal_ttl p.year {font-size: 18px;font-weight:900;color:rgba(86,120,228,0.5);}
#calendar-wrap .cal_navi {position:absolute;top: 35px;left:50%;margin-left: -198px;display: inline-block;}
#calendar-wrap .cal_navi a {margin:0 80px;border-radius:100px;width:35px;height:35px;text-align:center;line-height:33px;color:#d7d7d7;border:2px solid #d7d7d7;display:inline-block;}
#calendar-wrap #calendar {width: 100%;overflow: hidden; border-bottom: 1px solid rgb(217, 217, 217);}
#calendar-wrap #calendar a {color: #8e352e; text-decoration: none;}
#calendar-wrap #calendar ul {  padding: 0;margin: 0;width: 100%;}
#calendar-wrap #calendar li {display: block;float: left;width:14.342%;/* padding: 10px 2px 35px; */box-sizing:border-box;/* border: 1px solid #ccc; */margin-right: -1px;margin-bottom: -1px;text-align: center;min-height: 40px;}
#calendar-wrap #calendar ul.weekdays {height: 40px;}
#calendar-wrap #calendar ul.weekdays li {text-align: center;text-transform: uppercase;line-height: 20px;border:1px solid rgb(217,217,217);border-bottom:none;border-left:none;padding: 5px;color: #5c5c5c;font-size: 14px;}
#calendar-wrap #calendar ul.weekdays li:last-child {border-right:none;}
#calendar-wrap #calendar .days li {height: auto;text-align: left;cursor:pointer;border:1px solid rgb(217,217,217);border-left:none;}
#calendar-wrap #calendar .days li:last-child {border-right:none;}
#calendar-wrap #calendar .days li .today {border-radius: 50%;background:#5473e8;color:#fff;width: 36px;/* margin: 0px auto; */font-weight: 800;}
#calendar-wrap #calendar .date_wr {padding: 10px 2px 35px;}
#calendar-wrap #calendar .date {text-align: left;padding: 7px 10px;color: #5473e8;font-size: 16px;font-weight: 500;}
#calendar-wrap #calendar .event-desc {color: #666;margin: 3px 0 7px 0;  text-decoration: none;  }
#calendar-wrap #calendar .other-month .date {cursor:default;color: #d4d4d4;}
#calendar-wrap .cal_ttl2 {text-align:center;display: block;width: 125px;height: 100px;padding: 29px 20px;background:#fff;border-radius:50%;margin: 10px auto 20px;}
#calendar-wrap .cal_ttl2 p.month {font-size: 42px;font-weight:700;line-height: 41px;}
#calendar-wrap .cal_ttl2 p.e_month {color:rgb(123,123,123);}
.calendar_box {width:100%; height:50px; background:#34445d; color:#fff; text-align:center;margin-top:20px;}
.calendar_box ul li {display:inline-block; padding:0 30px; line-height:50px; font-size:15px;}
.calendar_box ul li span.cl {display:inline-block; width:15px; height:15px; border-radius:50%; margin-right:10px; margin-bottom:-1px;}
.calendar_box ul li span.cl1 {background:#5473e8;}
.calendar_box ul li span.cl2 {background:#00cfd1;}
.calendar_box ul li span.cl3 {background:#ea5420;}
.calendar_box2 {font-weight: 700;color: #fff;background: #485e82;padding: 6px 20px 6px;font-size: 17px;border-radius: 7px;}


.con_right_box {width:40%;float:left;padding: 0 20px;}
.cal_list {overflow-y:scroll;height: 750px;}
/*.cal_list2 {overflow-y:scroll;}*/
.plan_box {width:100%;padding: 0 10px 10px;}
.plan_box .plan_notice {background: #fff;color: #2a3a53;padding: 9px;text-align:center;margin-bottom:5px;border-radius: 5px 5px 0 0;font-size: 23px;font-weight: 800;letter-spacing: 0;}
.plan_box .plan_title {width:100%;background: #2a3a53;color: #fff;font-size: 16px;padding: 4px 20px 7px;margin-bottom:5px;text-align:center;}
.plan_box .plan_date {width:100%;background: #485e82;color: #fff;font-size: 16px;padding: 4px 20px 7px;margin-bottom:5px;font-weight: 700;}
.plan_box .plan_date2 {width:100%;text-align:center;background: #fff;color: #2a3a53;font-size:17px;padding:10px;margin:10px 0 5px;font-weight: 700;}
.plan_box .plan_con {/*background:#f5f5f5;*/padding: 5px 20px;}
.plan_box .plan_con input[type=checkbox]:not(old) {width: auto !important; opacity: 100;}
.plan_box .plan_con ul {overflow:hidden;}
.plan_box .plan_con ul li {width: 100%;float:left;display:block;padding: 8px 15px 8px 10px;word-break:keep-all;cursor: pointer;text-align: center;}
.plan_box .plan_con ul li span.cl {display:inline-block; width:15px; height:15px; border-radius:50%;margin-bottom:-1px;}
.plan_box .plan_con ul li span.cl1 {background:#5473e8;}
.plan_box .plan_con ul li span.cl2 {background:#00cfd1;}
.plan_box .plan_con ul li span.cl3 {background:#ea5420;}
.plan_box .plan_con ul li span.cl4 {background:#FF9800;}
.plan_box .plan_con ul li span.name {font-size:15px; color:#5c5c5c; padding:0 15px 0 10px;}
.plan_box .plan_con ul li span.time {font-size: 15px;word-break:keep-all;display:inline-block;}
/*.plan_box .plan_con ul li:hover {background: #5473e8;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/
/*.plan_box .plan_con ul li:hover span.cl1,*/
/*.plan_box .plan_con ul li:hover span.cl2,*/
/*.plan_box .plan_con ul li:hover span.cl3,*/
/*.plan_box .plan_con ul li:hover span.cl4 {*/
/*	background:#fff;*/
/*}*/
/*.plan_box .plan_con ul li:hover span.cl, */
/*.plan_box .plan_con ul li:hover span.name,*/
/*.plan_box .plan_con ul li:hover span.time {*/
/*	color: #fff !important;*/
/*}*/
/*.plan_box .plan_con ul li.planSel {background: #5473e8;}*/
/*.plan_box .plan_con ul li.planSel span.cl {background:#ffffff; color: #fff !important;}*/
/*.plan_box .plan_con ul li.planSel span.name {color: #fff !important;}*/
/*.plan_box .plan_con ul li.planSel span.time {color: #fff !important;}*/
.plan_box .plan_con2 {background:#f5f5f5;padding: 10px 20px;}
.plan_box .plan_con2 ul {overflow:hidden;}
.plan_box .plan_con2 ul li {width: 100%;float:left;display:block;padding: 8px 15px 8px 10px;word-break:keep-all;text-align: center;}
.plan_box .plan_con2 ul li label {cursor: pointer;}

.plan_box .plan_guide {background:#f5f5f5;padding: 5px 20px;}
.plan_box .plan_guide ul {display:block;  text-align:center}
.plan_box .plan_guide ul li {width:20%;display:inline-block;text-align:center;line-height: 16px;font-size:14px; word-break:keep-all; padding:20px 20px 20px 0;background:url('../img/step_arrow.png') no-repeat center right;margin-right: 10px;}
.plan_box .plan_guide ul li:last-child {padding:20px 0;background:none; margin-right:0px;}
.plan_box .plan_guide ul li p {font-size:20px;font-weight: 800;margin-bottom: 10px;color: #5473e8;}
@media screen and (max-width:400px){
	.plan_box .plan_guide ul li {width:100%; padding:5px;background:none;margin-right:0px;}
}
.res_btn {width:100%; margin:30px auto; overflow:hidden; text-align:center;}
.res_btn a {width:100px; height:100px; margin:5px 10px; display:inline-block;padding-top:60px; background-size:35px !important; border-radius:50%; color:#fff; text-align:center; font-size:15px;}
.res_btn a:first-child {background:url('../img/btn_01.png') no-repeat center top 20px #b4b4b4;}
.res_btn a:nth-child(2) {background:url('../img/btn_02.png') no-repeat center top 20px #5473e8;}

.reserve_number {font-weight: 800;font-size: 24px;margin-right: 5px;}


@media screen and (max-width:1700px){
    #hd_wr .hd_left {overflow-y:scroll;}
    .con_top {height:auto;padding:0px 0 10px;}
    .con_top ul li {width:50%;padding:0 10px 10px 0;}
    .con_top ul li:nth-child(2n) {padding-right:0px;}
}

@media screen and (max-width:1300px){
    
    .con_top {height:auto;padding:0px 0 10px;}
    .con_top ul li {width:50%;padding:0 10px 10px 0;}
    .con_top ul li:nth-child(2n) {padding-right:0px;}
    .con_top ul li a { height:60px; line-height:60px; background-size:40px !important; font-size:15px;}

    .con_left_box {width:100%;}
    .con_right_box {width:100%; padding:10px 0;}
    .plan_box {padding:10px 0;}  
}

@media screen and (max-width:960px){
    #hd_wr {width:100%; height:350px; position:absolute;top:0;left:0;}
    #hd_wr .hd_left {width:100%;height:100%;background: #2c0e4e;overflow:hidden;background-size:cover;}
    #hd_wr .hd_left .hd_logo { margin: 48px auto 10px;}
    #hd_wr .hd_left .hd_page_ttl {display:none;}
    #hd_wr #leftmenu {/* display:none; */}
    #hd_wr #leftmenu ul {margin: 0;position: absolute;bottom: 0;left: 0;width: 100%;}
    #hd_wr #leftmenu ul li {display:none;}
    #hd_wr #leftmenu ul li.active {display:block;border-left:0;height: 50px;margin: 0;width: 85%;margin: 0 auto;border-radius: 13px 13px 0 0;/* background: rgba(255,255,255,1); *//* border: 1px solid rgba(255,255,255,1); */border-bottom: 0;}
    #hd_wr #leftmenu ul li.active a {/* border-bottom:2px solid #fff; */display:inline-block;width: 100%;padding:0 30px;line-height: 50px;color: #fff;}
    #hd_wr #leftmenu ul li:after {display:none;}
    #hd_wr #leftmenu .ask_btn {width:100%;text-align:center;height:auto;top: -20px;position: relative;}
    #hd_wr #leftmenu .ask_btn a {margin:0 auto;border-radius: 100px;border: 0;height: 45px;line-height: 45px;width: 170px;margin-top: 10px;background: transparent;border: 1px solid rgba(255,255,255,0.6);}
    #hd_wr #leftmenu .home_btn {display:none;}

    #wrapper {width: 100%;margin-left:0px;padding:20px;overflow:hidden;position:relative;top: 350px;margin: 0px auto 30px;border-radius: 0 0 10px 10px;background: #fff;}

    .con_top {/* display:none; */padding:10px;}
    .con_bottom {padding: 0 10px;}
}

@media screen and (max-width:650px){
    #hd_wr {height: 270px;}
     #hd_wr .hd_left .hd_logo {margin: 0;width: auto;height: 100px;top: -20px;position: relative;}
     #hd_wr #leftmenu .ask_btn a {margin:0;height:40px;line-height:40px;font-size:15px;background: none;border: 1px solid rgba(255,255,255,0.6);}
     
    #wrapper {top: 280px;padding: 10px 20px;/* border-radius: 15px; */margin-bottom: 20px;}
    
    .con_top ul li {width:100%; padding:5px 0;}
    .con_top ul li a {height:50px; line-height:50px; font-size:14px; padding-left:20px;}

    .con_left_box {background: #5473e8;border-radius: 10px 10px 0 0;overflow:auto;position:relative;padding-bottom: 35px;width: 100%;overflow: visible;margin-bottom: 25px;}
    #calendar-wrap .cal_ttl {width:90px;height:90px;padding:17px 5px;background:#fff;border-radius:50%;/* float:left; */margin: 0 auto 20px;}
    #calendar-wrap .cal_ttl p.month {font-size:30px;line-height: 35px;}
    #calendar-wrap .cal_ttl p.year {font-size:14px; font-weight:700;}
    #calendar-wrap .cal_navi {position:absolute;width:350px;top: 30px;margin-left: -173px;}
    #calendar-wrap .cal_navi a {margin:0 70px;border-radius:50%;width:30px;height:30px;line-height:30px;font-size:12px;color:#ffffff;border:0; background:rgba(0,0,0,0.3);display:inline-block;}
    #calendar-wrap #calendar {width: 100%;overflow: hidden; }
    #calendar-wrap #calendar a {color: #ffffff; text-decoration: none;}
    #calendar-wrap #calendar li {padding:5px 5px;min-height: 52px;}
    
    #calendar-wrap #calendar ul.weekdays {height:35px;}
    #calendar-wrap #calendar ul.weekdays li {line-height:20px;padding: 5px;/*color: #ffffff;*/font-size: 14px;font-weight: 700;}
    #calendar-wrap #calendar ul.weekdays li span {display:none;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:40px;height:40px;/* margin:0 auto; */font-weight:900;}
    #calendar-wrap #calendar .date {padding:10px 10px;color: #5473e8;font-size: 14px;}

    .calendar_box {width: 95%;height: 50px;position:absolute;bottom: -25px;left: 50%;background:#ffffff;color:#222e42;margin-top:0px;box-shadow: 0 0 5px rgba(0,0,0,0.3);margin-left: -47.5%;}
    .calendar_box ul li {padding:0 20px;line-height: 50px;font-size:14px;}
	
	.calendar_box2 {color:#fff;font-size:14px;padding: 4px 20px;background: rgba(0,0,0,0.2);margin-bottom: 10px;}

    .con_right_box {padding:10px 15px;}
    .cal_list {height:300px;}

    .plan_box .plan_con {padding:5px 0;}
}

@media screen and (max-width:480px){
	.modal .modal_popup{width:370px}
    #hd_wr {height:260px;}
    #hd_wr .hd_left .hd_logo {margin:30px auto 15px;}
    #hd_wr #leftmenu ul li.active {height: 45px;line-height:45px; font-size:14px;}
    #hd_wr #leftmenu ul li.active a {}
    #hd_wr #leftmenu .ask_btn a {font-size:14px;}
      
    #wrapper {/* width: 95%; */}

    .con_left_box {padding: 15px 5px 40px;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:30px;height:30px;/* margin:0 auto; */font-weight:900;}
    #calendar-wrap #calendar .date {padding: 5px 6px;color: #ffffff;font-size: 14px;color: #5473e8;}
    #calendar-wrap #calendar li {min-height:45px;}
    .res_btn {width:100%; margin:5px auto; overflow:hidden; text-align:center;}
    .res_btn a {width:80px; height:80px; margin:5px 10px; display:inline-block;padding-top:45px; background-size:30px !important;font-size:13px; background-position:center top 15px !important;}
}

@media screen and (max-width:380px){
    .con_top ul li {width:100%; padding:3px 0;}
    .con_top ul li a {height: 45px;line-height: 45px;font-size:14px;padding-left:20px;background-size:30px !important;}

    .con_left_box {padding: 15px 5px 30px;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:27px;height:27px;/* margin:0 auto; */font-weight:900;/* padding: 4px; */}
    #calendar-wrap #calendar .date {padding: 4px 10px;color: #ffffff;font-size: 13px;color: #5473e8;}
    #calendar-wrap #calendar li {min-height:45px;}
	.calendar_box {/* margin-top:20px; */}
	.calendar_box ul li {display:inline-block; padding:0 10px; line-height:50px; font-size:13px;}
}


/* index2 */
.con_center {width:100%;padding: 0 20px;}
.infobox {width:100%;padding: 16px 0;}
.infobox .info_ttl {font-size:20px;color:#5473e8;padding: 20px 20px 20px 40px;background:#efefef;border-radius:8px;position:relative;/* word-break:keep-all; */}
.infobox .info_ttl:after {content:'';position:absolute;width:0;height:0;border-style:solid;border-width: 10px 18px;border-color: transparent #efefef transparent  transparent;left: -36px;top:15px;}
.infobox .info_ttl:before {display:block;content:'';background:#5473e8;width: 7px;height: 7px;position:absolute;left: 23px;top: 30px;}
.infobox .info_txt {font-size: 16px;background:#e6e6e6;padding:20px 40px;color:#515151;/* word-break:keep-all; */border-radius:8px;margin-top:10px;line-height: 27px;}


@media screen and (max-width:960px){
    .con_center {padding:0 25px;}

    .infobox .info_ttl {font-size:17px; padding:15px 20px 15px 35px}
    .infobox .info_ttl:before {top:25px; left:20px;width:6px; height:6px;}
    .infobox .info_txt {font-size:15px; padding:15px 20px;}
}
@media screen and (max-width:480px){
    .con_center {padding:10px 15px;}

    .infobox {padding:10px 0;}
    .infobox .info_ttl {font-size:16px; padding:15px 15px 15px 25px}
    .infobox .info_ttl:before {top:25px; left:15px;width:5px; height:5px;}
    .infobox .info_txt {font-size:14px;padding:15px 15px;line-height: 23px;}
    .infobox .info_ttl:after {content:'';position:absolute;width:0;height:0;border-style:solid;border-width: 5px 10px; left: -20px;top:15px;}
}



/* index3 */
.form_wrap {width:100%;}
.tb_01 {width:100%;border-collapse: collapse;margin:10px auto;}
.tb_01 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_01 tr {border-top:1px solid #c8c8c8;}
.tb_01 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_01 tr th {background:#f7f7f7; color:#333; padding:10px 20px; font-weight:400; text-align:left;}
.tb_01 tr td {padding:10px 20px; color:#222;}
.form_sel {width:300px;border:1px solid #ddd;height: 45px;float: left;font-size:15px; padding:0 10px;}
.sch_btn {width:45px;height:45px;background:url('../img/magnifier.png') no-repeat center #5473e8;border:0;background-size:35px !important;float: left;margin-left: 5px;}
.form_input {display:inline-block;padding-right:20px;}
.form_input input {margin:0 5px;}
.agree_wrap {width:100%; margin:20px 0; }
.agree_wrap .agree_ttl {margin:20px auto;}
.agree_wrap .agree_ttl p:first-child {font-size: 19px;color:#3c3e42;font-weight:700;padding: 7px 20px 10px 50px;background:url('../img/e_mark.png') no-repeat center left 10px;background-size:35px;}
.agree_wrap .agree_ttl p:nth-child(2) {font-size: 15px;color:#7f7f7f;padding:0 0 0 50px;}
.agree_wrap .agree_box .agree_txt {padding:20px;width:100%;width:100%;height: 300px;color: #333333;overflow-y:scroll;overflow-x:hidden;border-top:2px solid #2a3a53;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;font-size: 15px;line-height: 25px;}
.agree_wrap .agree_box .agree_pick {width:100%; height:55px; background:#eee; text-align:center; padding:14px 20px;}

.agree_wrap2 {width:100%;}
.agree_wrap2 .agree_ttl {color: #000;width: auto;padding: 0 0 10px;font-size: clamp(20px,2vw,23px);font-family: 'Noto_Sans';font-weight: 700;}
.agree_wrap2 .agree_ttl p:first-child {font-size: 19px;color:#3c3e42;font-weight:700;padding: 7px 20px 10px 50px;background:url('../img/e_mark.png') no-repeat center left 10px;background-size:35px;}
.agree_wrap2 .agree_ttl p:nth-child(2) {font-size: 15px;color:#7f7f7f;padding:0 0 0 50px;}
.agree_wrap2 .agree_box {display:flex;flex-wrap: wrap;flex-direction: column;}
.agree_wrap2 .agree_box .agree_txt {padding:20px;width:100%;width:100%;height: 300px;color: #333333;overflow-y:scroll;overflow-x:hidden;background:#fff;border: 7px solid #F5F5F5;font-size: 15px;line-height: 25px;}
.agree_wrap2 .agree_box .agree_txt p{
    height: 100%;
    line-height: 1.8em;
    font-family: 'Noto_Sans';
    font-weight: 400;
    word-break: keep-all;
}
.agree_wrap2 .agree_txt_box {width:100%;}
.agree_wrap2 .agree_pick {width:100%;height: auto;text-align: left;padding: 12px 0 40px;display: flex;flex-wrap: wrap;align-items: center;}
.agree_pick_all {text-align:center;margin:50px 0 30px;font-weight: 600;}

@media screen and (max-width:1650px){
    .agree_wrap2 .agree_box {display: block;}
    .agree_wrap2 .agree_ttl {line-height:30px; width:100%;}
}
@media screen and (max-width:768px){
    
    .tb_01 tr th {width:100%; display:block; font-size:15px; font-size:14px; padding:10px 10px;}
    .tb_01 tr td {width:100%; display:block; font-size:14px; padding:10px 5px;}

    .form_sel {margin-bottom:10px; width:calc(100% - 45px);}
    .sch_btn {margin:0;}
    .form_input {padding-right:15px; margin-bottom:5px;}

    .agree_wrap .agree_ttl p:first-child {font-size:16px; background-size:28px; padding-left:45px;}
    .agree_wrap .agree_ttl p:nth-child(2) {padding:0 20px;}

    .agree_wrap .agree_box .agree_txt {font-size:14px; height:180px;}
    .agree_wrap .agree_box .agree_pick {height:auto; font-size:14px; padding:10px 5px;}
}

@media screen and (max-width:480px){
	.agree_wrap2 .agree_pick {height:75px;}
    .agree_pick_all {margin:50px 0 0;}
}


/* 추가 버튼 css*/
.sel_btn {width:100%; height:70px; line-height:70px; border:0; background:#4d5fb7; text-align:center; display:block;border-radius:7px; font-size:18px; color:#fff;}
.sel_btn.active {border:5px solid #4d5fb7; background:#fff; color:#4d5fb7; line-height:60px; font-weight:700;}


/* step01 안내사항 */
.tb_02 {width:100%;border-collapse: collapse;margin:10px auto;}
.tb_02 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_02 tr {border-top:1px solid #c8c8c8;}
.tb_02 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_02 tr th {background: #f5f7f9;color: #2a3a53;padding:10px 20px;font-weight: 400;}
.tb_02 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;text-align:center;}
.tb_02 tr td:last-child {border-right:0;}

.air_all {width:100%;padding: 0 0px;}
#wrapper .down{
    padding: 20px clamp(12px,2vw,20px);
    width: 100%;
    height: 100%;
    color: #333333;
    background: #fff;
    border: 7px solid #F5F5F5;
    font-size: 15px;
    text-align: left;
    border-radius: 8px;
    line-height: 1.6em;
    font-family: 'Noto_Sans';
    font-size: 15px;
    }
#wrapper .down .text{
    padding: 0px 0 8px;
}
#wrapper .down span {color: #FF0000;}

#wrapper .down a {font-family: 'Noto_Sans';background: #5563D1;color: #fff;padding: 20px clamp(20px,5.2vw,100px);line-height: 60px;border-radius: 5px;font-weight: 500;height: 100%;display: block;word-break: keep-all;line-height: normal;text-align: center;margin: clamp(20px,2vw,26px) 0 0;max-width: 612px;margin: 0 auto;margin-top: clamp(20px,2vw,36px);}
#wrapper .down a:hover {background: #3d4dcc;}
#wrapper .down  .txt {color:#000;padding: 18px 0 0;font-family: 'Noto_Sans';font-size: 15px;font-weight: 300;word-break: keep-all;}
.air_all .air_ttl {font-size: 23px;font-weight:500;padding-left:25px;position:relative;color: #283954;margin-top: 30px;margin-bottom: 15px;}
.air_all .air_ttl:before {display:block;content:'';width:13px;height:13px;border-radius:3px;background:#41577b;position:absolute;left:3px;top: 12px;}
.air_all .air_ttl2 {font-size: 23px;font-weight:300;padding-left:25px;position:relative;color: #283954;margin-top: 30px;margin-bottom: 15px;}
.air_all .air_ttl2:before {display:block;content:'';width:13px;height:13px;border-radius:3px;background:#41577b;position:absolute;left:3px;top: 12px;}
.air_all .air_txt {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.air_all .air_txt li {line-height:24px; padding-left:10px; position:relative;}
.air_all .air_txt li:before {display:block;content:'';position:absolute;left:0;top: 11px;width:3px;height:3px;border-radius:50%;background:#41577b;}
.air_all .air_txt2 {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.air_all .air_txt2 li {line-height:24px; padding-left:20px; position:relative;}
.air_all .air_txt2 li:before {display:block;content:'※';position:absolute;left:0;}

.tb_03 {width:100%;border-collapse: collapse;margin:10px auto; word-break:keep-all}
.tb_03 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_03 tr {border-top:1px solid #c8c8c8;}
.tb_03 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_03 tr th {background: #f5f7f9;color: #2a3a53;padding:10px 20px;font-weight: 400;}
.tb_03 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;}
.tb_03 tr td:last-child {border-right:0;}
.tb_03_center tr td {text-align:center;}
.tb_03_center .bgcolor{background: #fff4fa;}
.tb_03 .span01{color: #405bc0;}
.tb_03 .span02{color: #a484b8;font-size: 13px;letter-spacing: -1px;}
.tb_03 .span03{color:#900074}
.tb_03 .span04{padding-left:10px}

.flight_btn_wr {width:100%; padding:30px 20px; text-align:center;}
.flight_app_go .flight_btn_wr {padding:0px 20px 20px;}
.flight_btn_wr button, .flight_btn_wr a {display:inline-block;border-radius:5px;border: 1px solid #2a3a53;width:300px;transition:all 0.3s;margin:5px;font-family: 'Noto_Sans';font-weight: 400;}
.flight_app_btn, .flight_inq_btn, .flight_cancel_btn {color: #fff;background: #8b55d1;border:5px solid rgba(0,0,0,0) !important;line-height:48px;font-size:18px;}
.flight_app_btn:hover{background: #712dcb;}
.flight_back_btn {color: #000;background: #eeeeee;border: 5px solid rgb(0 0 0 / 1%) !important;line-height: 48px;font-size: 18px;}
.flight_next_btn {color: #fff;font-size:18px;line-height: 55px;background: #8b55d1;border: 0 !important;!i;!;}
.flight_next_btn:hover {
    background: #712dcb;
}
.flight_app_btn2 {color: #fff;background: #5473e8;border:5px solid rgba(0,0,0,0) !important;line-height:48px;font-size:18px;}
.flight_app_btn2:hover {border:5px solid #cdd6fa !important;}

.air_tb_wr.x-scr {width:100%;position:relative;}
.air_tb_wr .x-scr-view {display:none;padding-top: 30px;background: url('../img/swipe2.png') no-repeat center;background-size: 100%;width: 100px;height: 100px;position:absolute;top: 30px;left:50%;margin-left: -40px;border-radius: 50%;}

@media screen and (max-width:960px){
    .air_all {/* padding: 5px 15px; */}
    .air_all .air_ttl {font-size:18px;padding-left:20px;margin-top:0; margin-bottom: 10px;}
    .air_all .air_ttl:before {width:10px; height:10px; top:9px;}
    .air_all .air_txt li {font-size:14px;}
}
@media screen and (max-width:768px){
	.air_tb_wr.x-scr {overflow-x:scroll; margin:0 auto 20px;}
	.air_tb_wr.x-scr table {width:750px; margin:0px auto;}
	.air_tb_wr .x-scr-view {display:block;}
    .air_all .air_ttl {margin:0px 0 10px;font-size: 18px;}
    .air_all .air_txt {padding:0 15px 10px;}
    .tb_02 thead {display:none;}
    .tb_02 tr th {width:100%; display:block; font-size:14px; padding:10px 10px; font-weight:500}
    .tb_02 tr td {width:100%; display:block; font-size:14px; padding:10px 5px; text-align:center}
	
    .tb_03 tr th {font-size:14px; padding:10px 10px; font-weight:500}
    .tb_03 tr td { font-size:14px; padding:10px 5px; text-align:center}
}

@media screen and (max-width:480px){
    .flight_btn_wr {width:100%; padding:30px 5px; margin:0}
    .flight_btn_wr button, .flight_btn_wr a {width:100%; margin:5px 0;}
}


/* step02 항공기 선택 */
.pg_ttl {
    font-size: clamp(20px,2vw,24px);
    font-family: 'Noto_Sans';
    font-weight: 700;
    padding: 0 0 18px;
}
/* 2024.07.19 add */ display: flex;justify-content: space-between;}
/* 2024.07.19 add */
.pg_sttl {font-size: 14px; color: #707070; font-weight: 400; display: inline-block; background: #f7f7f7; text-align: center; line-height: 42px; width: 180px; border-radius: 20px;}
.pg_subttl {font-size: 26px;color: #ff4e4e;font-weight: 600;padding: 7px 20px 10px 55px;/* background:url('../img/e_mark.png') no-repeat center left 10px; *//* background-size:35px; */}
.all_flight {/* width:100%; */padding: 10px 50px;}
.all_flight .flight_con {overflow:hidden;}
.flight_con > li {width: 49%;float:left;overflow:hidden;border: 1px solid #e4e4e4;height:276px;margin-right: 2%;margin-bottom: 30px;}
.flight_con > li:nth-child(2n) {margin-right:0}
.flight_con .flight_thum {float:left; width: 100%;}
.flight_con .flight_info {float:left;width:calc(100% - 310px);height:100%;padding: 25px 30px;}
.flight_con .flight_info .flight_name {font-size: 21px;margin: 10px 0 0;font-weight: 500;}
.flight_con .flight_info .flight_name span {font-family: 'S-CoreDream-8Heavy';display:inline-block;width:50px;height:50px;border-radius:50%;color: #405bc0;border: 1px solid #405bc0;text-align:center;line-height: 50px;margin-right:5px;}
.flight_con .flight_info .flight_txt {font-size:15px;}
.flight_con .flight_info .flight_txt ul {padding: 10px 0 15px;}
.flight_con .flight_info .flight_txt ul li {overflow:hidden;margin:5px 0;padding: 0 5px;}
.flight_con .flight_info .flight_txt ul li span:first-child {display:block;float:left;width:70px;position:relative;font-weight: 500;}
.flight_con .flight_info .flight_txt ul li span:first-child:after {display:block; content:''; position:absolute; right:8px; top:6px; width:2px; height:12px; background:#585858;}
.flight_con .flight_info .flight_txt ul li span:last-child {display:block;float:left;width:calc(100% - 70px);color: #525252;}
.flight_con .flight_info .flight_app_go {display:block;width: 200px;height:45px;line-height:45px;text-align:center;color: #405bc0;border: 1px solid #405bc0;transition:all 0.4s;border-radius:6px;}
.flight_con .flight_info .flight_app_go:hover {color:#fff;background: #405bc0;}

/* 가로형 이미지 카드 */
.flight_con2 {display: flex;gap: 60px;flex-wrap: wrap;}
.flight_con2 > li {border: 2px solid #e4e4e4;flex: 0 1 650px;}
.flight_con2 > li:nth-child(2n) {/* margin-right:0; */}
.flight_con2 > li:hover, .flight_con2 > li.action {border: 2px solid #0f0f0f;}
.flight_con2 .flight_thum {/* float:left; */width: 100%;}
.flight_con2 .flight_thum img {width: 100%;height: 350px;object-fit: fill;}
.flight_con2 .flight_info {/* float:left; *//* width:calc(100%); *//* height:100%; */padding: 5px 30px;}
.flight_con2 .flight_info .flight_name {font-size: 21px;margin: 10px 0 0;font-weight: 500;}
/*.flight_con2 .flight_info .flight_name span {font-family: 'S-CoreDream-8Heavy';display:inline-block;width:50px;height:50px;border-radius:50%;color: #405bc0;border: 1px solid #405bc0;text-align:center;line-height: 50px;margin-right:5px;}*/
.flight_con2 .flight_info .flight_txt {font-size:15px;}
.flight_con2 .flight_info .flight_txt ul {padding: 10px 0 15px;}
.flight_con2 .flight_info .flight_txt ul li {overflow:hidden;margin:5px 0;padding: 0 5px;}
.flight_con2 .flight_info .flight_txt ul li span:first-child {display:block;float:left;width:70px;position:relative;font-weight: 400;}
.flight_con2 .flight_info .flight_txt ul li span:last-child {display:block;float:left;width:calc(100% - 70px);color: #525252;}
.flight_con2 .flight_info .flight_app_go {display:block;width: 200px;height:45px;line-height:45px;text-align:center;color: #405bc0;border: 1px solid #405bc0;transition:all 0.4s;border-radius:6px;}
.flight_con2 .flight_info .flight_app_go:hover {color:#fff;background: #405bc0;}

@media screen and (max-width:1650px){
    .flight_con .flight_thum {width:250px;overflow:hidden; text-align:center;}
    .flight_con .flight_thum img {width:auto; height:100%;}
    .flight_con .flight_info {width:calc(100% - 250px); padding:15px 25px;}
    .flight_con .flight_info .flight_name {font-size: 20px;}
    .flight_con2 .flight_thum img {width: 100%;height: 274px;}
}

@media screen and (max-width:1500px){
    .all_flight {padding:10px 15px;}
    .flight_con > li {height:auto;}
    .flight_con .flight_thum {width:100%;height:auto;/* background:#efefef; */}
    .flight_con .flight_thum img {width: 100%;/* max-width:300px; */height: auto;display:block;margin: 0px auto;}
    .flight_con .flight_info {width:100%;}
    .flight_con .flight_info .flight_name {margin-top:0;}
    .flight_con .flight_info .flight_app_go {margin:0 auto;}
}

@media screen and (max-width:960px){
    .all_flight {padding:0 15px;}
    .pg_ttl {}
	.pg_subttl {font-size: 17px;background-size:28px;padding-left:40px;color: #ff5252fc;}
}

@media screen and (max-width:580px){
   .flight_con > li {width:100%;}
   .flight_con .flight_info {padding:20px;}
   .flight_con .flight_info .flight_name {font-size: 17px;}
   .flight_con .flight_info .flight_name span:first-child {width:40px; height:40px; line-height:38px;}
   .flight_con .flight_info .flight_txt ul {padding:5px 0;}
   .flight_con .flight_info .flight_txt {font-size:14px;}
   .flight_con .flight_info .flight_app_go {width:100%;height:40px; line-height:40px; font-size:14px; margin-top:5px;}
}


/* step4 개인정보/약관동의 */
.air_terms {padding-left:25px; color:#333; font-size:15px;}
.terms_ttl {font-weight:700;font-size:17px;padding:5px 0;color: #222;}
.terms_txt { color: #333;}
.tb_02 tr td ul li {color:#333; line-height:28px; position:relative; padding-left:15px;}
.tb_02 tr td ul li:before {display:block; content:''; width:5px; height:5px; border-radius:50%; background:#41577b; position:absolute; left:0; top:11px;}
.noti_txt {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.noti_txt li {line-height:24px; padding-left:10px; position:relative;}
.noti_txt li:before {display:block;content:'';position:absolute;left:0;top: 11px;width:3px;height:3px;border-radius:50%;background:#41577b;}
.noti_txt .txt{font-size:18px;font-weight:600;}
.noti_txt2 {font-size: 15px;color:#707070;padding: 0 20px 40px;}

@media screen and (max-width:960px){
    .noti_txt li {font-size:14px;}
    .noti_txt .txt{font-size: 16px;}
}
@media screen and (max-width:768px){
    .noti_txt {padding:0 15px 10px;}
}



/* step5 탑승자본인인증 */
.cert_box {text-align:center; padding:20px;}
.cert_box img {display:block; margin:0 auto;}
.cert_box .cert_btn {display:block;width:300px;margin:20px auto;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s; font-size:18px}
.cert_box .cert_btn:hover {background: #5473e8;}
.cert_box .cert_btn2 {display:inline-block;width:300px;margin: 20px 10px;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;font-size:18px;cursor: pointer;}
.cert_box .cert_btn2:hover {background: #5473e8;}
.cert_box .cert_btn2.ipin { background: #4590e6;}
.cert_box .exp{margin: 0 auto 20px; color:#707070;}
.cert_info {width:100%;margin-bottom: clamp(24px,2vw,50px);}
.cert_info ul {}
.cert_info ul.exp {border-top: none; border-bottom: none;}
.cert_info ul.exp li {border-bottom: none;}
.cert_info ul li {overflow:hidden;width:100%;line-height:25px;border-bottom:1px solid #babbbb;margin-bottom:1px;display: flex;flex-wrap: wrap;align-items: stretch;}
.cert_info ul li:last-child {/* border-bottom: none; */}
.cert_info ul li > .air_color_txt {color: #4590e6;}
.cert_info ul li .tt {font-size:16px;background: #f6f6f6;width: 20%;color: #000000;padding:15px;text-align:center;font-family: 'Noto_Sans';display: flex;justify-content: center;align-items: center;}
.cert_info ul li .con {font-size:16px;padding: 8px clamp(12px,2vw,20px);float:left;width: 80%;color:#484848;font-family: 'Noto_Sans';height: 100%;}
.cert_info ul li:last-child .con{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
}
.cert_info ul li:first-child{border-top: 1px solid #5F5F5F;}
.cert_info ul li:last-child .con p{display: flex;gap: 2px clamp(12px,2vw,28px);}
.cert_info ul li .con input {font-size:16px;width:100%;color:#484848;font-family: 'Noto_Sans';border: 1px solid #DDDDDD;border-radius: 5px;padding: 8px clamp(6px,2vw,16px);}
.cert_info ul li .con input:focus {outline:none;}
.cert_info ul li .con #r_person {max-width: 200px;margin-right: 8px;}
.cert_info ul li .con p span {color: #FF0000;font-size: 15px;}
.cert_info ul li .con .name {max-width: 200px;}
.cert_info ul li .con #phone1,
.cert_info ul li .con #phone2,
.cert_info ul li .con #phone3 {max-width: 100px;}
.cert_info ul li .con select{font-size: 16px;
    width: 100%;
    color: #484848;
    font-family: 'Noto_Sans';
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 8px 16px;
max-width: 200px;}
.cert_info ul li:nth-child(2) .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.cert_family {width:100%; overflow:hidden; padding:0 20px;margin-bottom:10px;}
.cert_family .fam_tt {margin-right: 10px;font-size: 16px;font-weight:500;background:#f5f7f9;float:left;width: 340px;color:#2a3a53;padding: 15px;}
.cert_family .fam_txt {float:left; width:calc(100% - 350px);}
.cert_family .fam_txt input {font-size:15px;padding:15px 50px;width: 380px;color:#484848;border: 1px solid #ccc;}
.cert_family .fam_txt2 {/*width:380px;*/ width:calc(100% - 350px); padding: 15px 5px;float:left;}
.cert_family .fam_txt2 label {color:#222e42; font-weight:500; padding-right:50px; margin-bottom:10px}
.cert_family .fam_txt2 label:last-child {margin-bottom:0;}
.cert_box_wr {width:100%; overflow:hidden;}
.cert_box2 {padding:20px 50px;width:50%;float:left;margin-bottom: 20px;}
.cert_box2:first-child {border-right:1px dashed #eee;}
.cert_box2 img {text-align:center; margin:20px auto; display:block;}
.cert_box2 .cert_btn {display:block;width:300px;margin:20px auto;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;text-align:center;cursor: pointer;}
.cert_box2 .cert_btn:hover {background: #5473e8;}
.cert_box3 {padding:20px;}
.cert_box3 .cert_btn2 {display:inline-block;width:300px;margin: 20px 10px;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;font-size:18px;cursor: pointer;text-align:center;}
.cert_box3 .cert_btn2:hover {background: #5473e8;}
.cert_box3 .cert_btn2.ipin { background: #4590e6;}
.cert_box3 .exp{margin: 0 auto 20px; color:#707070; text-align:left; color:#707070;}

.complete_btn {display:block;width:300px;margin:20px auto;line-height: 55px;border:1px solid #405bc0;color: #405bc0;transition: all 0.3s; text-align:center;}

.cert_txt2 {padding:20px;text-align:center;background: #f6f6f6;border-radius:10px;color: #3c3c3c;font-size: 14px;word-break:keep-all;height: 150px;width: 100%;display: table;}
.cert_txt2 p {display:table-cell; vertical-align:middle;}

.air_reserve_ex{padding: 20px 20px;background: #f5f7f9;display: block;margin-left: 20px;}
.air_reserve_ex .air_ttl2{font-size: 18px;font-weight: 400;background: #465778;color: #fff;display: inline-block;padding: 5px 20px;}
.air_reserve_ex .air_txt2{background: #fff;padding: 15px 20px;border-radius: 10px;}
.air_reserve_ex .air_txt2 > ul{}
.air_reserve_ex .air_txt2 > ul > li{font-size: 16px;font-weight: 400;word-break: keep-all;}
.air_reserve_ex .air_ex{width: 100%;text-align: center;margin-top: 15px;}
.air_reserve_ex .air_ex > ul{}
.air_reserve_ex .air_ex > ul > li{display: inline-block;margin: 0 15px;}
.air_reserve_ex .air_ex > ul > li .ex_01{background:#fff;border-radius:30px;padding:5px 0;font-size:16px;font-weight:500;}
.air_reserve_ex .air_ex > ul > li .ex_02{margin-top: 5px;}
.strong{color:#ff4848;}


@media screen and (max-width:1500px){
    .cert_box2 img {width:100%; max-width:470px;}
}

@media screen and (max-width:1300px){
    .air_reserve_ex .air_ex > ul > li{margin: 5px 50px;}
}

@media screen and (max-width:1280px){
    .cert_box2 img {width:100%; max-width:320px;}
    .cert_box2 {padding:10px; width:100%; border:0; margin:0;}
    .cert_txt2 {height:auto;}
    .cert_box2:first-child {border-right:0; border-bottom:1px dashed #ddd;}
}

@media screen and (max-width:1090px){
    .cert_box {padding:0 10px;}
    .cert_info {padding:0; margin-bottom:20px;}
    .cert_family .fam_tt {width:240px;}
    .cert_family .fam_txt {width:calc(100% - 250px);}
    .cert_family .fam_txt input {width:100%;}
	.cert_family .fam_txt2 label  {width:100%; padding-right:10px;}

	.air_reserve_ex .air_ex > ul > li{margin: 5px 15px;}
}

@media screen and (max-width:960px){
    .air_reserve_ex .air_ex > ul > li{margin: 5px 50px;}
}
@media screen and (max-width:768px){
    .cert_family {padding:0;}
    .cert_family .fam_tt {width:30%; margin:0; text-align:center; padding:10px 5px; font-size:14px;}
    .cert_family .fam_txt {width:70%; text-align:center;}
    .cert_family .fam_txt input {text-align:center; padding:10px 5px; font-size:14px;}

    .cert_family .fam_txt2 {width:70%;padding: 10px 45px;float:left;border: 1px solid #ccc;}
    .cert_family .fam_txt2 label {font-size:14px;}

    .air_reserve_ex{margin-left:0;}
    .air_reserve_ex .air_ttl2{font-size:16px;}
    .air_reserve_ex .air_ex > ul > li{font-size:14px;margin: 5px 35px;}
    .air_reserve_ex .air_ex > ul > li .ex_01{font-size:14px;}

    #wrapper .top_con .df .tt,
    .cert_info ul li .tt,
    .add_person ul li .tt{width: 25% !important;}
    #wrapper .top_con .df .con,
    .cert_info ul li .con,
    .add_person ul li .con{width: 75% !important;justify-content: center;}
    .cert_info ul li .con #phone1, .cert_info ul li .con #phone2, .cert_info ul li .con #phone3{max-width: 60px !important;!i;!;}


    .cert_info ul li .con #r_person,
    .cert_info ul li:last-child .con p{/* width: calc(50% - 4px); */flex-direction: column;}
}
@media screen and (max-width:500px) {
    #wrapper .top_con .df{flex-wrap: wrap;}
    #wrapper .top_con .df .tt, .cert_info ul li .tt, .add_person ul li .tt{width: 100% !important;justify-content: start;}
    #wrapper .top_con .df .con, .cert_info ul li .con, .add_person ul li .con{width: 100% !important;}
    .cert_info ul li .con input{max-width: none !important;}
    .cert_info ul li .con select{max-width: none !important;}
    .cert_info ul li .con #r_person, .cert_info ul li:last-child .con p{width: 100% !important;margin-right: 0;}
    .cert_info ul li:last-child .con p{flex-direction: row;}
}

@media screen and (max-width:480px){
    .cert_box {padding:0; margin:10px 0;}
    .cert_box img {width:100%;max-width:330px;margin: 20px autao;}
    .cert_box .cert_btn {width:100%; margin:0 0 15px;}
    .cert_box2 .cert_btn {width:100%; margin:10px 0 15px;}
    .cert_info ul li .tt {padding:10px;}
    .cert_info ul li .con {padding: 10px 10px;}

    .air_reserve_ex .air_ex > ul > li{margin:5px 10px;}
}

@media screen and (max-width:425px){
    .cert_family .fam_tt {width:100%;}
    .cert_family .fam_txt {width:100%;}
    .cert_family .fam_txt2 {width:100%; text-align:center;}
}

@media screen and (max-width: 380px){
    .cert_info ul li .tt {width:100%; font-weight:500;}
    .cert_info ul li .con {width:100%; text-align:center;}
}


/* step6 신청완료 */
.box1 {width:80%;margin:10px auto;background:#ebf0f4;color:#2d4d74;padding: 20px 25px;text-align:center;font-size: 19px;font-weight:700;}
.box2 {width:80%;margin:0 auto 10px;background:#2d4d74;color:#fff;padding:25px;text-align:center;font-size: 17px;}
.box2 .num_box {border-radius:50px;background: #1f2c3f;display:inline-block;padding:10px 30px;margin: 0 10px;font-size: 20px;}
.box2 .num_box span {padding-left:10px;}

@media screen and (max-width:1300px){
    .box1, .box2 {width:100%;}
}

@media screen and (max-width:768px){
    .box1, .box2 {padding:20px 15px 15px;}
    .box2 > span {display:block; width:100%; padding:5px 0 0; font-size:15px;}
    .box2 .num_box {font-size:18px; width:100%;margin:0;}
}


/* inquiry 조회하기 */
.inq_box {width:100%;}
.inq_box .inq_img {width:390px; margin:20px auto 0;}
.inq_box .inq_img img {width:100%;}
.inq_box .inq_input {/*background:#f1f5f9;*/padding: 90px 30px 35px;width: 90%;margin: -80px auto 0;}
.inq_box .inq_input .inq_input_tt {overflow:hidden;width:70%; margin:20px auto;}
.inq_box .inq_call {text-align:center;display: block;border-radius: 10px;color: #ec4755;font-weight: 500;padding: 0px 15px;font-family: 'Noto_Sans';}
.inq_box .inq_find {text-align:center;}
.inq_box .inq_find a {display:block; width:250px; margin:10px auto 0; background:#456386; padding:13px 15px; font-size:14px; color:#fff; border-radius:5px;}
.inq_box .inq_input .inq_input_tt p {display:inline-block;width:30%;float:left;background: #8b55d1;color:#fff;padding: 0px 20px;text-align:center;font-size:17px;line-height: 60px;font-family: 'Noto_Sans';}
.inq_box .inq_input .inq_input_tt input {display:inline-block;width:70%;padding: 0px clamp(6px,2.2vw,20px);height:60px;border:1px solid #ddd;float:left;color:#222;font-size:17px;font-family: 'Noto_Sans';}
.inq_box .inq_submit {color: #fff;font-size: 18px;line-height: 55px;background: #8b55d1;border: 0 !important;max-width: 300px;width: 100%;transition: all 0.3s;margin: 5px;font-family: 'Noto_Sans';font-weight: 400;border-radius: 5px;display: block;margin: 0 auto;}
.inq_box .inq_submit:hover{background: #712dcb;}

@media screen and (max-width:1380px){
    .inq_box .inq_input {width:100%;}
    .inq_box .inq_input .inq_input_tt {width:90%;}
}

@media screen and (max-width:768px){
    .inq_box .inq_input {padding:90px 20px 30px;}
    .inq_box .inq_input .inq_input_tt {width:100%;}
    .inq_box .inq_input .inq_input_tt p {font-size:15px; line-height:50px;}
    .inq_box .inq_input .inq_input_tt input {font-size:15px; height:50px;}
}

@media screen and (max-width:480px){
    .inq_box .inq_input {padding:90px 20px 30px;}
    .inq_box .inq_input .inq_input_tt {width:100%;}
    .inq_box .inq_input .inq_input_tt p {width:100%;}
    .inq_box .inq_input .inq_input_tt input {width:100%;}
    .inq_box .inq_find a {padding: 13px 0;width:100%;margin:10px auto 0;font-size:14px;}
}

@media screen and (max-width:425px){
    .inq_box .inq_img {width:100%; padding:0 20px;}
}

.pop-layer .pop-container {padding: 15px 20px;overflow-y: scroll;height:100% !important;}
.pop-layer p.ctxt {color: #666;line-height: 25px;}
.pop-layer .btn-r {width: 100%;margin: 10px 0 20px;padding-top: 10px;border-top: 1px solid #DDD;text-align: right;}
.pop-layer {display: none;position: absolute;top: 50%;left: 50%;width: 410px;height: auto;background-color: #fff;border: 5px solid #3571B5;z-index: 10;}
.dim-layer {display: none;position: fixed;_position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;}
.dim-layer .dimBg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .5;filter: alpha(opacity=50);}
.dim-layer .pop-layer {display: block;}
a.btn-layerClose {display: inline-block;height: 25px;padding: 0 14px 0;border: 1px solid #304a8a;background-color: #3f5a9d;font-size: 13px;color: #fff;line-height: 25px;}
a.btn-layerClose:hover {border: 1px solid #091940;background-color: #1f326a;color: #fff;}


/* 예약번호 찾기 */
.find_txt {color: #2a3a53;text-align:center;padding: 0px 10px 15px;word-break:keep-all;font-weight: 500;}
.inq_input {font-size:15px; color:#222;}
.inq_find a {display:block;width: 140px;margin: 15px auto;background: #2c3f5f;color:#fff;border-radius:5px;text-align:center;line-height: 35px;}
.find_info div {width:100%;margin-bottom: 3px;overflow:hidden;}
.find_info div .ttl {display:inline-block;width:100px;background: #456386;color:#fff;text-align: center;height:40px; line-height:40px; float:left;}
.find_info div input {width:calc(100% - 100px); height:40px; border:1px solid #ddd; float:left; padding:0 10px;}


/* 모달 */
.modal {display: none; /*평소에는 보이지 않도록*/position: absolute;top:0;left: 0;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.5);}
.modal .modal_popup {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background: #ffffff;}
.modal .modal_popup .close_btn {display: block; padding: 10px 20px; background-color: rgb(116, 0, 0); border: none; border-radius: 5px; color: #fff; cursor: pointer; transition: box-shadow 0.2s;}
.modal .modal_popup .btn {display:block;padding:2px 50px;margin:20px auto;line-height: 30px;background: #405bc0;color: #fff;transition: all 0.3s; font-size:18px;border-radius: 10px;border: none;}


#wrapper .top_con {display: flex;flex-wrap: wrap;margin: 0 0 20px;}
#wrapper .top_con .left_con {flex: 0 1 calc(25% - 0px);}
#wrapper .top_con .right_con {flex: 0 1 calc(75% - 0px);background: linear-gradient(to left, #220a3f, #3c1551);padding: 40px clamp(20px,4.8vw,80px);color: #fff;font-family: 'Noto_Sans';}
#wrapper .top_con .left_con img {width: 100%;height: 100%;object-fit: cover;}
#wrapper .top_con .right_con > .tit {text-align: center;font-weight: 500;font-size: clamp(26px,2vw,30px);padding: 0 0 clamp(28px,3.4vw,50px);word-break: keep-all;}
#wrapper .top_con .right_con .text_con {display: flex;flex-wrap: wrap;flex-direction: column;gap: 8px;}
#wrapper .top_con .right_con .text_con .text {display: flex;flex-wrap: wrap;gap: 8px 20px;align-items: flex-start;border: 0;}
#wrapper .top_con .right_con .text_con .text > div {padding: 12px 0;}
#wrapper .top_con .right_con .text_con .text .tit {height: fit-content;background: #8B55D1;padding: 8px 0;border-radius: 18px;font-weight: 700;width: 100px;text-align: center;margin: 6px 0 0;}
#wrapper .top_con .right_con .text_con .text .txt {line-height: 1.4em;word-break: keep-all;font-weight: 500;}

#wrapper .btm_con {padding: clamp(28px,3.2vw,56px) clamp(20px,5.2vw,90px) clamp(30px,3.4vw,60px);border: 7px solid #F5F5F5;text-align: center;}
#wrapper .btm_con .text {font-family: 'Noto_Sans';padding: 0 0 clamp(20px,2vw,30px);}
#wrapper .btm_con .text .tit {padding: 0 0 14px;font-size: clamp(26px,2vw,30px);font-weight: 700;}
#wrapper .btm_con .text .txt {font-size: 16px;font-weight: 300;line-height: 1.44em;color: #616161;word-break: keep-all;}
#wrapper .btm_con .df { display: flex; flex-wrap: wrap; gap: 20px;}
#wrapper .btm_con .df > a {flex: 0 1 calc(100% / 2 - 10px);display: flex;align-items: center;justify-content: center;gap: 12px;padding: 18px 0;border-radius: 10px;font-family: 'Noto_Sans';font-weight: 500;font-size: clamp(18px,2vw,20px);}
#wrapper .btm_con .df .sns-naver {background: #FFE300;color: #000;}
#wrapper .btm_con .df .sns-kakao {background: #519E29;color: #fff;}

@media screen and (max-width:1800px) {
    #wrapper .top_con .right_con{flex: 0 1 calc(70% - 0px);}
    #wrapper .top_con .left_con{flex: 0 1 calc(30% - 0px);}
}

@media screen and (max-width:1400px) {
    #wrapper .top_con .right_con{flex: 0 1 calc(60% - 0px);}
    #wrapper .top_con .left_con{flex: 0 1 calc(40% - 0px);}
}

@media screen and (max-width:1200px) {
    #wrapper .top_con{flex-direction: column;}
    #wrapper .top_con .left_con{flex: 100%; max-height: 600px;}
    #wrapper .top_con .left_con img{object-fit: contain;max-height: 600px;}
    #wrapper .top_con .right_con{flex: 100%;}
}

@media screen and (max-width:560px) {
    #wrapper .top_con .right_con .text_con .text{flex-direction: column;}
}

@media screen and (max-width:500px) {
    #wrapper .btm_con .df{flex-direction: column;}
    #wrapper .btm_con .df > a{height: 72px;}
    #wrapper .btm_con .df > a img{max-height: 22px;}
    #wrapper .btm_con .text .txt br{display: none;}
}

.add_person > .tit{font-size: clamp(20px, 2vw, 24px);font-family: 'Noto_Sans';font-weight: 700;padding: 0 0 18px;}
.add_person ul {border-top: 1px solid #2a3a53;height: 100%;margin-bottom: clamp(20px,2vw,40px);}
.add_person ul li {overflow: hidden;width: 100%;line-height: 25px;border-bottom: 1px solid #babbbb;margin-bottom: 1px;display: flex;flex-wrap: wrap;align-items: center;}
.add_person ul li .tt {font-size: 16px;background: #f6f6f6;float: left;width: 20%;color: #000000;padding: 15px;text-align: center;font-family: 'Noto_Sans';}
.add_person ul li .con {font-size: 16px;padding: 8px clamp(12px,2vw,20px);float: left;width: 80%;color: #484848;font-family: 'Noto_Sans';height: 100%;border-top: 0;display: flex;gap: clamp(8px,2vw,12px);}
.add_text {padding: 28px 26px;border: 7px solid #F5F5F5;font-family: 'Noto_Sans';line-height: 1.4em;font-weight: 500;margin-bottom: 10px;}
.add_text p {}
.add_text p span {color: #FF0000;}
.add_person ul li .con input {max-width: 200px;font-size: 16px;width: 100%;color: #484848;font-family: 'Noto_Sans';border: 1px solid #DDDDDD;border-radius: 5px;padding: 8px clamp(6px,2vw,16px);}

.cert_info ul li .con .addr-box {
    display: flex;
    gap: 8px;
    width: 100%;
}

.cert_info ul li:nth-child(3) .con {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px,2vw,14px);
    flex-direction: column;
}
.cert_info ul li:nth-child(3) .con input {
    max-width: 400px;
}

.cert_info ul li .con .addr-box input#zipcode {
    width: 100%;
    max-width: 200px;
}

.cert_info ul li .con .addr-box > button {
    background: #6C6C6C;
    color: #fff;
    width: 100%;
    max-width: 148px;
    border-radius: 5px;
    border: 0;
    font-family: 'Noto_Sans';
}

#wrapper .top_con .df {
    display: flex;
    width: 100%;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #D1D1D1;
}

#wrapper .top_con .df .tt {
    font-size: 16px;
    background: #f6f6f6;
    width: 20%;
    color: #000000;
    padding: 15px;
    text-align: center;
    font-family: 'Noto_Sans';
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper .top_con .df .con {
    font-size: 16px;
    padding: 8px clamp(12px,2vw,20px);
    float: left;
    width: 80%;
    color: #484848;
    font-family: 'Noto_Sans';
    height: 100%;
    display: flex;
    gap: clamp(8px,2vw,14px);
}

#wrapper .top_con .df .con select {
    padding: 8px 16px;
    font-family: 'Noto_Sans';
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}
#wrapper .top_con .df .con select:last-child{max-width: 240px; width: 100%;}



#wrapper.step04 {
    height: 100%;
    display: flex;
    align-items: center;
}

#wrapper.step04 .cert_box {max-width: 700px;width: 100%;margin: 0 auto;border: 7px solid #F5F5F5;padding: 100px clamp(20px,2.4vw,50px) 50px;position: relative;}
#wrapper.step04 .cert_box .apply_box {font-family: 'Noto_Sans';}
#wrapper.step04 .cert_box img {position: absolute;top: 0;left: 50%;transform: translate(-50%,-60%);}
#wrapper.step04 .cert_box .apply_box .tit {font-weight: 700;font-size: clamp(24px, 2vw, 36px);color: #8B55D1;padding: 0 0 clamp(20px,2vw,28px);}
#wrapper.step04 .cert_box .apply_box .text {padding: clamp(24px,2vw,30px) 20px clamp(18px,2vw,24px);background: #F4F4F4;margin-bottom: clamp(20px,2vw,28px);line-height: 1.6em;font-size: clamp(18px,2vw,20px);}
#wrapper.step04 .cert_box .apply_box .text .txt {font-weight: 700;padding: 0 0 10px;}
#wrapper.step04 .cert_box .apply_box .text .pay {font-weight: 500;}
#wrapper.step04 .cert_box .apply_box .text .pay span {font-weight: 700;color: #FF0000;}
#wrapper.step04 .cert_box .apply_box > p {font-size: 16px;font-weight: 400;}
#wrapper.step04 .cert_box .apply_box > p span {color: #FF0000;}
#wrapper.step04 .flight_btn_wr .flight_inq_btn {background: #8B55D1;border-radius: 5px;font-size: 18px;font-weight: 500;}
#wrapper.step04 .flight_btn_wr .flight_inq_btn:hover{background: #712dcb;}


a@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
	font-family: 'Noto_Sans';
	/*src: url('../font/font/NotoSansKR-Regular.otf');*/
	src: local('../font/font/NotoSansKR-Regular.otf'), url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap') format('woff');
}
@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }

/*************** clear ***************/

#hd_wr .hd_left .tit {
    color: #fff;
    background: #00000030;
    padding: 10px 14px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2em;
}

html {height:100%;}
body {height:100%;overflow-y:scroll;overflow-x:hidden;letter-spacing: -1px;position:relative;font-family: 'Environment','GmarketSans', 'Pretendard','Noto_Sans',sans-serif;background: #fff;}
* {margin:0; padding:0;}
li {list-style:none;}
a {text-decoration:none;}
a, button, input, select, lable {font-family: 'Environment','GmarketSans', 'Pretendard','Noto_Sans',sans-serif}
*, :after, :before {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

/*************** common ***************/
input[type=radio]:not(old) {
    margin:0; padding:0; opacity:0; 
    background:url('../img/radio_on.png') no-repeat center left; background-size:18px;
    width:0; 
} 
input[type=radio]:not(old) + label {
    display: inline-block;
    text-align: left;
    height:20px;
    padding-left: 25px;
    background: url('../img/radio_off.png') no-repeat 0 0;
    background-size:18px;
    vertical-align: top;
    line-height: 28px;
    color: #000000;
    font-family: 'Noto_Sans';
    font-weight: 400;
}
input[type=radio]:not(old):checked + label {
    background: url('../img/radio_on.png') no-repeat 0 0;background-size:18px;
}

input[type=checkbox]:not(old) {
    margin:0; padding:0; opacity:0; 
    background:url('../img/radio_on.png') no-repeat center left; background-size:18px;
    width:0; 
} 
input[type=checkbox]:not(old) + label {
    display: inline-block; 
    text-align: left; height:20px; padding-left: 25px; 
    background: url('../img/radio_off.png') no-repeat 0 0; background-size:18px;
    line-height: 130%; vertical-align: top;
}
input[type=checkbox]:not(old):checked + label {
    background: url('../img/radio_on.png') no-repeat 0 0;background-size:18px;
}

select {width: 200px;padding: .8em .5em;border: 1px solid #999;background: url('../img/select_arrow.png') no-repeat 95% 50%;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}


/* header */
#hd_wr {width:300px; height:100%; position:fixed; left:0; top:0;}
#hd_wr .hd_left {width:300px;height:100%;background: #2c0e4e;overflow:hidden;padding-bottom: 25px;}
#hd_wr .hd_left .hd_logo {margin: 0px auto 0px;display:block;text-align: center;}
#hd_wr .hd_left .hd_logo img {width: 100%;display: inline-block;vertical-align: middle;margin-top: -5px;}
#hd_wr .hd_left .hd_page_ttl {text-align:center;padding: 5px 0 10px;}
#hd_wr .hd_left .date {background: #00000020;color: #fff;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column;gap: 10px;font-family: 'Noto_Sans';padding: 16px;font-size: 15px;font-weight: 700;}
#hd_wr .hd_left .date span {padding: 2px 15px;background: #8B54D1;border-radius: 12px;font-weight: 500;font-family: 'Noto_Sans';}
#hd_wr #leftmenu {width:100%;}
#hd_wr #leftmenu ul {overflow:hidden;margin: 25px 0 0px;}
#hd_wr #leftmenu ul li {width:100%;height: 42px;position:relative;/* border-bottom:1px solid rgba(255,255,255,0.1); */display:block;line-height: 45px;color:rgba(255,255,255,0.6);font-size:15px;font-weight:300;border-left: 3px solid transparent;text-align: center;border-top: 1px solid rgba(255,255,255,0.1);margin-bottom: 25px;cursor: default;font-family: 'Noto_Sans';}
#hd_wr #leftmenu ul li a {color: rgba(255,255,255,0.6);font-family: 'Noto_Sans';}
#hd_wr #leftmenu ul li:after {display:block;width:100%;height: 22px;background:url('../img/step_off.png') no-repeat center;position:absolute;bottom: -22px;left: -3px;content:'';border-top: 1px solid rgba(255, 255, 255, 0.1);}
#hd_wr #leftmenu ul li.active {border-left: 3px solid #fff;background: #00000020;color: #ffffff;font-weight:500;}
#hd_wr #leftmenu ul li.active a {color: #fff;}
/*#hd_wr #leftmenu ul li.active:after {background: url('../img/step_on.png') no-repeat center #222e42;border-left: 3px solid #fff;}*/
#hd_wr #leftmenu ul li:last-child:after {display:none;}
#hd_wr #leftmenu .ask_btn {text-align:center;}
#hd_wr #leftmenu .ask_btn a {transition:all 0.4s;display:inline-block;width: 200px;height:50px;line-height: 46px;font-size: 17px;margin: 20px auto;text-align:center;color:#fff;background: #00000030;border: 1px solid #FFFFFF22;font-family: 'Noto_Sans';border-radius: 6px;}
#hd_wr #leftmenu .ask_btn a:hover {background: #2c0e4e;/* border: 2px solid rgba(250,250,250,0.3); */color:#fff;}
#hd_wr #leftmenu .home_btn {text-align:center;}
#hd_wr #leftmenu .home_btn a {display:inline-block;width: 70px;height: 70px;text-align:center;background: #00000047;border-radius:50%;line-height: 60px;}
#hd_wr #leftmenu .home_btn a img {vertical-align:middle;}


@media screen and (max-width:960px) {
    #hd_wr .hd_left .hd_logo img{width: auto;height: 100%;}
    #hd_wr .hd_left .date{display: none;}
}

@media screen and (max-width:650px) {
    #hd_wr #leftmenu .ask_btn{top: auto !important;}
}

@media screen and (max-width:350px) {
    #hd_wr .hd_left .hd_logo img{width: 100%;object-fit: contain;}
}

/* wrapper */
#wrapper {width:calc(100% - 300px);margin-left:300px;height:auto;overflow:hidden;padding: 25px;}

/* index1 */
.con_top {width:100%;height: 130px;padding: 20px 0;overflow:hidden;}
.con_top ul li {padding-right:20px; float:left; display:block; width:25%;}
.con_top ul li:last-child {padding-right:0;}
.con_top ul li a {display:block;transition:background 0.3s;width:100%;height:90px;padding-left:80px;font-size:17px;color:#fff;border-radius: 5px;line-height:90px;text-align:center;}
.con_top ul li:first-child a {background:url('../img/icon_01.png') no-repeat center left 30px #273eae;}
.con_top ul li:nth-child(2) a {background: url(../img/icon_02.png) no-repeat center left 30px #5473e8;}
.con_top ul li:nth-child(3) a {background:url('../img/icon_03.png') no-repeat center left 30px #21bdca;}
.con_top ul li:last-child a {background:url('../img/icon_04.png') no-repeat center left 30px #5dcee1;}
.con_top ul li:first-child a:hover {background: url(../img/icon_01.png) no-repeat center left 30px #4d5fb7;}
.con_top ul li:nth-child(2) a:hover {background:url('../img/icon_02.png') no-repeat center left 30px #788cd7;}
.con_top ul li:nth-child(3) a:hover {background:url('../img/icon_03.png') no-repeat center left 30px #4ac6d0;}
.con_top ul li:last-child a:hover {background:url('../img/icon_04.png') no-repeat center left 30px #92bfc6;}

.con_bottom {width:100%;padding:20px;background:#fff;overflow:hidden;}
.con_left_box {width:60%;float:left;padding: 20px;border-radius:10px;background:#f7f7f7;overflow:hidden;}
.con_bg_box {padding: 20px;background:rgb(242,246,249);text-align:center;line-height:35px;}
.con_bg_box .tit_txt {font-size: 18px; color:rgb(81,95,108); font-weight:500;}
.con_bg_box .sub_txt {font-size: 14px; color:rgb(121,132,143)}
#calendar-wrap {width:100%; position:relative;}
#calendar-wrap .cal_ttl {text-align:center;display: block;width: 125px;height: 125px;padding: 29px 20px;background:#fff;border-radius:50%;margin: 10px auto 20px;}
#calendar-wrap .cal_ttl p.month {font-size: 42px;font-weight:900;color:#5678e4;line-height: 41px;}
#calendar-wrap .cal_ttl p.year {font-size: 18px;font-weight:900;color:rgba(86,120,228,0.5);}
#calendar-wrap .cal_navi {position:absolute;top: 35px;left:50%;margin-left: -198px;display: inline-block;}
#calendar-wrap .cal_navi a {margin:0 80px;border-radius:100px;width:35px;height:35px;text-align:center;line-height:33px;color:#d7d7d7;border:2px solid #d7d7d7;display:inline-block;}
#calendar-wrap #calendar {width: 100%;overflow: hidden; border-bottom: 1px solid rgb(217, 217, 217);}
#calendar-wrap #calendar a {color: #8e352e; text-decoration: none;}
#calendar-wrap #calendar ul {  padding: 0;margin: 0;width: 100%;}
#calendar-wrap #calendar li {display: block;float: left;width:14.342%;/* padding: 10px 2px 35px; */box-sizing:border-box;/* border: 1px solid #ccc; */margin-right: -1px;margin-bottom: -1px;text-align: center;min-height: 40px;}
#calendar-wrap #calendar ul.weekdays {height: 40px;}
#calendar-wrap #calendar ul.weekdays li {text-align: center;text-transform: uppercase;line-height: 20px;border:1px solid rgb(217,217,217);border-bottom:none;border-left:none;padding: 5px;color: #5c5c5c;font-size: 14px;}
#calendar-wrap #calendar ul.weekdays li:last-child {border-right:none;}
#calendar-wrap #calendar .days li {height: auto;text-align: left;cursor:pointer;border:1px solid rgb(217,217,217);border-left:none;}
#calendar-wrap #calendar .days li:last-child {border-right:none;}
#calendar-wrap #calendar .days li .today {border-radius: 50%;background:#5473e8;color:#fff;width: 36px;/* margin: 0px auto; */font-weight: 800;}
#calendar-wrap #calendar .date_wr {padding: 10px 2px 35px;}
#calendar-wrap #calendar .date {text-align: left;padding: 7px 10px;color: #5473e8;font-size: 16px;font-weight: 500;}
#calendar-wrap #calendar .event-desc {color: #666;margin: 3px 0 7px 0;  text-decoration: none;  }
#calendar-wrap #calendar .other-month .date {cursor:default;color: #d4d4d4;}
#calendar-wrap .cal_ttl2 {text-align:center;display: block;width: 125px;height: 100px;padding: 29px 20px;background:#fff;border-radius:50%;margin: 10px auto 20px;}
#calendar-wrap .cal_ttl2 p.month {font-size: 42px;font-weight:700;line-height: 41px;}
#calendar-wrap .cal_ttl2 p.e_month {color:rgb(123,123,123);}
.calendar_box {width:100%; height:50px; background:#34445d; color:#fff; text-align:center;margin-top:20px;}
.calendar_box ul li {display:inline-block; padding:0 30px; line-height:50px; font-size:15px;}
.calendar_box ul li span.cl {display:inline-block; width:15px; height:15px; border-radius:50%; margin-right:10px; margin-bottom:-1px;}
.calendar_box ul li span.cl1 {background:#5473e8;}
.calendar_box ul li span.cl2 {background:#00cfd1;}
.calendar_box ul li span.cl3 {background:#ea5420;}
.calendar_box2 {font-weight: 700;color: #fff;background: #485e82;padding: 6px 20px 6px;font-size: 17px;border-radius: 7px;}


.con_right_box {width:40%;float:left;padding: 0 20px;}
.cal_list {overflow-y:scroll;height: 750px;}
/*.cal_list2 {overflow-y:scroll;}*/
.plan_box {width:100%;padding: 0 10px 10px;}
.plan_box .plan_notice {background: #fff;color: #2a3a53;padding: 9px;text-align:center;margin-bottom:5px;border-radius: 5px 5px 0 0;font-size: 23px;font-weight: 800;letter-spacing: 0;}
.plan_box .plan_title {width:100%;background: #2a3a53;color: #fff;font-size: 16px;padding: 4px 20px 7px;margin-bottom:5px;text-align:center;}
.plan_box .plan_date {width:100%;background: #485e82;color: #fff;font-size: 16px;padding: 4px 20px 7px;margin-bottom:5px;font-weight: 700;}
.plan_box .plan_date2 {width:100%;text-align:center;background: #fff;color: #2a3a53;font-size:17px;padding:10px;margin:10px 0 5px;font-weight: 700;}
.plan_box .plan_con {/*background:#f5f5f5;*/padding: 5px 20px;}
.plan_box .plan_con input[type=checkbox]:not(old) {width: auto !important; opacity: 100;}
.plan_box .plan_con ul {overflow:hidden;}
.plan_box .plan_con ul li {width: 100%;float:left;display:block;padding: 8px 15px 8px 10px;word-break:keep-all;cursor: pointer;text-align: center;}
.plan_box .plan_con ul li span.cl {display:inline-block; width:15px; height:15px; border-radius:50%;margin-bottom:-1px;}
.plan_box .plan_con ul li span.cl1 {background:#5473e8;}
.plan_box .plan_con ul li span.cl2 {background:#00cfd1;}
.plan_box .plan_con ul li span.cl3 {background:#ea5420;}
.plan_box .plan_con ul li span.cl4 {background:#FF9800;}
.plan_box .plan_con ul li span.name {font-size:15px; color:#5c5c5c; padding:0 15px 0 10px;}
.plan_box .plan_con ul li span.time {font-size: 15px;word-break:keep-all;display:inline-block;}
/*.plan_box .plan_con ul li:hover {background: #5473e8;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/
/*.plan_box .plan_con ul li:hover span.cl1,*/
/*.plan_box .plan_con ul li:hover span.cl2,*/
/*.plan_box .plan_con ul li:hover span.cl3,*/
/*.plan_box .plan_con ul li:hover span.cl4 {*/
/*	background:#fff;*/
/*}*/
/*.plan_box .plan_con ul li:hover span.cl, */
/*.plan_box .plan_con ul li:hover span.name,*/
/*.plan_box .plan_con ul li:hover span.time {*/
/*	color: #fff !important;*/
/*}*/
/*.plan_box .plan_con ul li.planSel {background: #5473e8;}*/
/*.plan_box .plan_con ul li.planSel span.cl {background:#ffffff; color: #fff !important;}*/
/*.plan_box .plan_con ul li.planSel span.name {color: #fff !important;}*/
/*.plan_box .plan_con ul li.planSel span.time {color: #fff !important;}*/
.plan_box .plan_con2 {background:#f5f5f5;padding: 10px 20px;}
.plan_box .plan_con2 ul {overflow:hidden;}
.plan_box .plan_con2 ul li {width: 100%;float:left;display:block;padding: 8px 15px 8px 10px;word-break:keep-all;text-align: center;}
.plan_box .plan_con2 ul li label {cursor: pointer;}

.plan_box .plan_guide {background:#f5f5f5;padding: 5px 20px;}
.plan_box .plan_guide ul {display:block;  text-align:center}
.plan_box .plan_guide ul li {width:20%;display:inline-block;text-align:center;line-height: 16px;font-size:14px; word-break:keep-all; padding:20px 20px 20px 0;background:url('../img/step_arrow.png') no-repeat center right;margin-right: 10px;}
.plan_box .plan_guide ul li:last-child {padding:20px 0;background:none; margin-right:0px;}
.plan_box .plan_guide ul li p {font-size:20px;font-weight: 800;margin-bottom: 10px;color: #5473e8;}
@media screen and (max-width:400px){
	.plan_box .plan_guide ul li {width:100%; padding:5px;background:none;margin-right:0px;}
}
.res_btn {width:100%; margin:30px auto; overflow:hidden; text-align:center;}
.res_btn a {width:100px; height:100px; margin:5px 10px; display:inline-block;padding-top:60px; background-size:35px !important; border-radius:50%; color:#fff; text-align:center; font-size:15px;}
.res_btn a:first-child {background:url('../img/btn_01.png') no-repeat center top 20px #b4b4b4;}
.res_btn a:nth-child(2) {background:url('../img/btn_02.png') no-repeat center top 20px #5473e8;}

.reserve_number {font-weight: 800;font-size: 24px;margin-right: 5px;}


@media screen and (max-width:1700px){
    #hd_wr .hd_left {overflow-y:scroll;}
    .con_top {height:auto;padding:0px 0 10px;}
    .con_top ul li {width:50%;padding:0 10px 10px 0;}
    .con_top ul li:nth-child(2n) {padding-right:0px;}
}

@media screen and (max-width:1300px){
    
    .con_top {height:auto;padding:0px 0 10px;}
    .con_top ul li {width:50%;padding:0 10px 10px 0;}
    .con_top ul li:nth-child(2n) {padding-right:0px;}
    .con_top ul li a { height:60px; line-height:60px; background-size:40px !important; font-size:15px;}

    .con_left_box {width:100%;}
    .con_right_box {width:100%; padding:10px 0;}
    .plan_box {padding:10px 0;}  
}

@media screen and (max-width:960px){
    #hd_wr {width:100%; height:350px; position:absolute;top:0;left:0;}
    #hd_wr .hd_left {width:100%;height:100%;background: #2c0e4e;overflow:hidden;background-size:cover;}
    #hd_wr .hd_left .hd_logo { margin: 48px auto 10px;}
    #hd_wr .hd_left .hd_page_ttl {display:none;}
    #hd_wr #leftmenu {/* display:none; */}
    #hd_wr #leftmenu ul {margin: 0;position: absolute;bottom: 0;left: 0;width: 100%;}
    #hd_wr #leftmenu ul li {display:none;}
    #hd_wr #leftmenu ul li.active {display:block;border-left:0;height: 50px;margin: 0;width: 85%;margin: 0 auto;border-radius: 13px 13px 0 0;/* background: rgba(255,255,255,1); *//* border: 1px solid rgba(255,255,255,1); */border-bottom: 0;}
    #hd_wr #leftmenu ul li.active a {/* border-bottom:2px solid #fff; */display:inline-block;width: 100%;padding:0 30px;line-height: 50px;color: #fff;}
    #hd_wr #leftmenu ul li:after {display:none;}
    #hd_wr #leftmenu .ask_btn {width:100%;text-align:center;height:auto;top: -20px;position: relative;}
    #hd_wr #leftmenu .ask_btn a {margin:0 auto;border-radius: 100px;border: 0;height: 45px;line-height: 45px;width: 170px;margin-top: 10px;background: transparent;border: 1px solid rgba(255,255,255,0.6);}
    #hd_wr #leftmenu .home_btn {display:none;}

    #wrapper {width: 100%;margin-left:0px;padding:20px;overflow:hidden;position:relative;top: 350px;margin: 0px auto 30px;border-radius: 0 0 10px 10px;background: #fff;}

    .con_top {/* display:none; */padding:10px;}
    .con_bottom {padding: 0 10px;}
}

@media screen and (max-width:650px){
    #hd_wr {height: 270px;}
     #hd_wr .hd_left .hd_logo {margin: 10px auto 0px;width: auto;height: 100px;top: 0px;position: relative;}
     #hd_wr #leftmenu .ask_btn a {margin:0;height:40px;line-height:40px;font-size:15px;background: none;border: 1px solid rgba(255,255,255,0.6);}
     
    #wrapper {top: 280px;padding: 10px 20px;/* border-radius: 15px; */margin-bottom: 20px;}
    
    .con_top ul li {width:100%; padding:5px 0;}
    .con_top ul li a {height:50px; line-height:50px; font-size:14px; padding-left:20px;}

    .con_left_box {background: #5473e8;border-radius: 10px 10px 0 0;overflow:auto;position:relative;padding-bottom: 35px;width: 100%;overflow: visible;margin-bottom: 25px;}
    #calendar-wrap .cal_ttl {width:90px;height:90px;padding:17px 5px;background:#fff;border-radius:50%;/* float:left; */margin: 0 auto 20px;}
    #calendar-wrap .cal_ttl p.month {font-size:30px;line-height: 35px;}
    #calendar-wrap .cal_ttl p.year {font-size:14px; font-weight:700;}
    #calendar-wrap .cal_navi {position:absolute;width:350px;top: 30px;margin-left: -173px;}
    #calendar-wrap .cal_navi a {margin:0 70px;border-radius:50%;width:30px;height:30px;line-height:30px;font-size:12px;color:#ffffff;border:0; background:rgba(0,0,0,0.3);display:inline-block;}
    #calendar-wrap #calendar {width: 100%;overflow: hidden; }
    #calendar-wrap #calendar a {color: #ffffff; text-decoration: none;}
    #calendar-wrap #calendar li {padding:5px 5px;min-height: 52px;}
    
    #calendar-wrap #calendar ul.weekdays {height:35px;}
    #calendar-wrap #calendar ul.weekdays li {line-height:20px;padding: 5px;/*color: #ffffff;*/font-size: 14px;font-weight: 700;}
    #calendar-wrap #calendar ul.weekdays li span {display:none;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:40px;height:40px;/* margin:0 auto; */font-weight:900;}
    #calendar-wrap #calendar .date {padding:10px 10px;color: #5473e8;font-size: 14px;}

    .calendar_box {width: 95%;height: 50px;position:absolute;bottom: -25px;left: 50%;background:#ffffff;color:#222e42;margin-top:0px;box-shadow: 0 0 5px rgba(0,0,0,0.3);margin-left: -47.5%;}
    .calendar_box ul li {padding:0 20px;line-height: 50px;font-size:14px;}
	
	.calendar_box2 {color:#fff;font-size:14px;padding: 4px 20px;background: rgba(0,0,0,0.2);margin-bottom: 10px;}

    .con_right_box {padding:10px 15px;}
    .cal_list {height:300px;}

    .plan_box .plan_con {padding:5px 0;}
}

@media screen and (max-width:480px){
	.modal .modal_popup{width:370px}
    #hd_wr {}
    #hd_wr .hd_left .hd_logo {margin: 10px auto 0px;}
    #hd_wr #leftmenu ul li.active {height: 45px;line-height:45px; font-size:14px;}
    #hd_wr #leftmenu ul li.active a {}
    #hd_wr #leftmenu .ask_btn a {font-size:14px;}
      
    #wrapper {/* width: 95%; */}

    .con_left_box {padding: 15px 5px 40px;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:30px;height:30px;/* margin:0 auto; */font-weight:900;}
    #calendar-wrap #calendar .date {padding: 5px 6px;color: #ffffff;font-size: 14px;color: #5473e8;}
    #calendar-wrap #calendar li {min-height:45px;}
    .res_btn {width:100%; margin:5px auto; overflow:hidden; text-align:center;}
    .res_btn a {width:80px; height:80px; margin:5px 10px; display:inline-block;padding-top:45px; background-size:30px !important;font-size:13px; background-position:center top 15px !important;}
}

@media screen and (max-width:380px){
    .con_top ul li {width:100%; padding:3px 0;}
    .con_top ul li a {height: 45px;line-height: 45px;font-size:14px;padding-left:20px;background-size:30px !important;}

    .con_left_box {padding: 15px 5px 30px;}
    #calendar-wrap #calendar .days li .today {background:#ffffff;color:#5473e8;width:27px;height:27px;/* margin:0 auto; */font-weight:900;/* padding: 4px; */}
    #calendar-wrap #calendar .date {padding: 4px 10px;color: #ffffff;font-size: 13px;color: #5473e8;}
    #calendar-wrap #calendar li {min-height:45px;}
	.calendar_box {/* margin-top:20px; */}
	.calendar_box ul li {display:inline-block; padding:0 10px; line-height:50px; font-size:13px;}
}


/* index2 */
.con_center {width:100%;padding: 0 20px;}
.infobox {width:100%;padding: 16px 0;}
.infobox .info_ttl {font-size:20px;color:#5473e8;padding: 20px 20px 20px 40px;background:#efefef;border-radius:8px;position:relative;/* word-break:keep-all; */}
.infobox .info_ttl:after {content:'';position:absolute;width:0;height:0;border-style:solid;border-width: 10px 18px;border-color: transparent #efefef transparent  transparent;left: -36px;top:15px;}
.infobox .info_ttl:before {display:block;content:'';background:#5473e8;width: 7px;height: 7px;position:absolute;left: 23px;top: 30px;}
.infobox .info_txt {font-size: 16px;background:#e6e6e6;padding:20px 40px;color:#515151;/* word-break:keep-all; */border-radius:8px;margin-top:10px;line-height: 27px;}


@media screen and (max-width:960px){
    .con_center {padding:0 25px;}

    .infobox .info_ttl {font-size:17px; padding:15px 20px 15px 35px}
    .infobox .info_ttl:before {top:25px; left:20px;width:6px; height:6px;}
    .infobox .info_txt {font-size:15px; padding:15px 20px;}
}
@media screen and (max-width:480px){
    .con_center {padding:10px 15px;}

    .infobox {padding:10px 0;}
    .infobox .info_ttl {font-size:16px; padding:15px 15px 15px 25px}
    .infobox .info_ttl:before {top:25px; left:15px;width:5px; height:5px;}
    .infobox .info_txt {font-size:14px;padding:15px 15px;line-height: 23px;}
    .infobox .info_ttl:after {content:'';position:absolute;width:0;height:0;border-style:solid;border-width: 5px 10px; left: -20px;top:15px;}
}



/* index3 */
.form_wrap {width:100%;}
.tb_01 {width:100%;border-collapse: collapse;margin:10px auto;}
.tb_01 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_01 tr {border-top:1px solid #c8c8c8;}
.tb_01 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_01 tr th {background:#f7f7f7; color:#333; padding:10px 20px; font-weight:400; text-align:left;}
.tb_01 tr td {padding:10px 20px; color:#222;}
.form_sel {width:300px;border:1px solid #ddd;height: 45px;float: left;font-size:15px; padding:0 10px;}
.sch_btn {width:45px;height:45px;background:url('../img/magnifier.png') no-repeat center #5473e8;border:0;background-size:35px !important;float: left;margin-left: 5px;}
.form_input {display:inline-block;padding-right:20px;}
.form_input input {margin:0 5px;}
.agree_wrap {width:100%; margin:20px 0; }
.agree_wrap .agree_ttl {margin:20px auto;}
.agree_wrap .agree_ttl p:first-child {font-size: 19px;color:#3c3e42;font-weight:700;padding: 7px 20px 10px 50px;background:url('../img/e_mark.png') no-repeat center left 10px;background-size:35px;}
.agree_wrap .agree_ttl p:nth-child(2) {font-size: 15px;color:#7f7f7f;padding:0 0 0 50px;}
.agree_wrap .agree_box .agree_txt {padding:20px;width:100%;width:100%;height: 300px;color: #333333;overflow-y:scroll;overflow-x:hidden;border-top:2px solid #2a3a53;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;font-size: 15px;line-height: 25px;}
.agree_wrap .agree_box .agree_pick {width:100%; height:55px; background:#eee; text-align:center; padding:14px 20px;}

.agree_wrap2 {width:100%;}
.agree_wrap2 .agree_ttl {color: #000;width: auto;padding: 0 0 10px;font-size: clamp(20px,2vw,23px);font-family: 'Noto_Sans';font-weight: 700;}
.agree_wrap2 .agree_ttl p:first-child {font-size: 19px;color:#3c3e42;font-weight:700;padding: 7px 20px 10px 50px;background:url('../img/e_mark.png') no-repeat center left 10px;background-size:35px;}
.agree_wrap2 .agree_ttl p:nth-child(2) {font-size: 15px;color:#7f7f7f;padding:0 0 0 50px;}
.agree_wrap2 .agree_box {display:flex;flex-wrap: wrap;flex-direction: column;}
.agree_wrap2 .agree_box .agree_txt {padding:20px;width:100%;width:100%;height: 300px;color: #333333;overflow-y:scroll;overflow-x:hidden;background:#fff;border: 7px solid #F5F5F5;font-size: 15px;line-height: 25px;}
.agree_wrap2 .agree_box .agree_txt p{
    height: 100%;
    line-height: 1.8em;
    font-family: 'Noto_Sans';
    font-weight: 400;
    word-break: keep-all;
}
.agree_wrap2 .agree_txt_box {width:100%;}
.agree_wrap2 .agree_pick {width:100%;height: auto;text-align: left;padding: 12px 0 40px;display: flex;flex-wrap: wrap;align-items: center;}
.agree_pick_all {text-align:center;margin:50px 0 30px;font-weight: 600;}

@media screen and (max-width:1650px){
    .agree_wrap2 .agree_box {display: block;}
    .agree_wrap2 .agree_ttl {line-height:30px; width:100%;}
}
@media screen and (max-width:768px){
    
    .tb_01 tr th {width:100%; display:block; font-size:15px; font-size:14px; padding:10px 10px;}
    .tb_01 tr td {width:100%; display:block; font-size:14px; padding:10px 5px;}

    .form_sel {margin-bottom:10px; width:calc(100% - 45px);}
    .sch_btn {margin:0;}
    .form_input {padding-right:15px; margin-bottom:5px;}

    .agree_wrap .agree_ttl p:first-child {font-size:16px; background-size:28px; padding-left:45px;}
    .agree_wrap .agree_ttl p:nth-child(2) {padding:0 20px;}

    .agree_wrap .agree_box .agree_txt {font-size:14px; height:180px;}
    .agree_wrap .agree_box .agree_pick {height:auto; font-size:14px; padding:10px 5px;}
}

@media screen and (max-width:480px){
	.agree_wrap2 .agree_pick {height:75px;}
    .agree_pick_all {margin:50px 0 0;}
}


/* 추가 버튼 css*/
.sel_btn {width:100%; height:70px; line-height:70px; border:0; background:#4d5fb7; text-align:center; display:block;border-radius:7px; font-size:18px; color:#fff;}
.sel_btn.active {border:5px solid #4d5fb7; background:#fff; color:#4d5fb7; line-height:60px; font-weight:700;}


/* step01 안내사항 */
.tb_02 {width:100%;border-collapse: collapse;margin:10px auto;}
.tb_02 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_02 tr {border-top:1px solid #c8c8c8;}
.tb_02 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_02 tr th {background: #f5f7f9;color: #2a3a53;padding:10px 20px;font-weight: 400;}
.tb_02 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;text-align:center;}
.tb_02 tr td:last-child {border-right:0;}

.air_all {width:100%;padding: 0 0px;}
#wrapper .down{
    padding: 20px clamp(12px,2vw,20px);
    width: 100%;
    height: 100%;
    color: #333333;
    background: #fff;
    border: 7px solid #F5F5F5;
    font-size: 15px;
    text-align: left;
    border-radius: 8px;
    line-height: 1.6em;
    font-family: 'Noto_Sans';
    font-size: 15px;
    }
#wrapper .down .text{
    padding: 0px 0 8px;
}
#wrapper .down span {color: #FF0000;}

#wrapper .down a {font-family: 'Noto_Sans';background: #5563D1;color: #fff;padding: 20px clamp(20px,5.2vw,100px);line-height: 60px;border-radius: 5px;font-weight: 500;height: 100%;display: block;word-break: keep-all;line-height: normal;text-align: center;margin: clamp(20px,2vw,26px) 0 0;max-width: 612px;margin: 0 auto;margin-top: clamp(20px,2vw,36px);}
#wrapper .pdf_download a {font-size: clamp(18px, 2vw, 20px);; font-family: 'Noto_Sans';background: #5563D1;color: #fff;padding: 20px clamp(20px,5.2vw,100px);line-height: 60px;border-radius: 5px;font-weight: 500;height: 100%;display: block;word-break: keep-all;line-height: normal;text-align: center;margin: clamp(20px,2vw,26px) 0 0;max-width: 612px; margin: 0 auto;margin-top: clamp(20px,2vw,36px);}

#wrapper .down a:hover {background: #3d4dcc;}
#wrapper .pdf_download a:hover {background: #3d4dcc;}
#wrapper .down  .txt {color:#000;padding: 18px 0 0;font-family: 'Noto_Sans';font-size: 15px;font-weight: 300;word-break: keep-all;}
.air_all .air_ttl {font-size: 23px;font-weight:500;padding-left:25px;position:relative;color: #283954;margin-top: 30px;margin-bottom: 15px;}
.air_all .air_ttl:before {display:block;content:'';width:13px;height:13px;border-radius:3px;background:#41577b;position:absolute;left:3px;top: 12px;}
.air_all .air_ttl2 {font-size: 23px;font-weight:300;padding-left:25px;position:relative;color: #283954;margin-top: 30px;margin-bottom: 15px;}
.air_all .air_ttl2:before {display:block;content:'';width:13px;height:13px;border-radius:3px;background:#41577b;position:absolute;left:3px;top: 12px;}
.air_all .air_txt {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.air_all .air_txt li {line-height:24px; padding-left:10px; position:relative;}
.air_all .air_txt li:before {display:block;content:'';position:absolute;left:0;top: 11px;width:3px;height:3px;border-radius:50%;background:#41577b;}
.air_all .air_txt2 {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.air_all .air_txt2 li {line-height:24px; padding-left:20px; position:relative;}
.air_all .air_txt2 li:before {display:block;content:'※';position:absolute;left:0;}

.tb_03 {width:100%;border-collapse: collapse;margin:10px auto; word-break:keep-all}
.tb_03 caption {font-size:0; height:0;text-indent:-9999px;}
.tb_03 tr {border-top:1px solid #c8c8c8;}
.tb_03 tr:last-child {border-bottom:1px solid #c8c8c8;}
.tb_03 tr th {background: #f5f7f9;color: #2a3a53;padding:10px 20px;font-weight: 400;}
.tb_03 tr td {padding:10px 20px;color: #717171;font-size: 15px;border-right: 1px solid #c8c8c8;}
.tb_03 tr td:last-child {border-right:0;}
.tb_03_center tr td {text-align:center;}
.tb_03_center .bgcolor{background: #fff4fa;}
.tb_03 .span01{color: #405bc0;}
.tb_03 .span02{color: #a484b8;font-size: 13px;letter-spacing: -1px;}
.tb_03 .span03{color:#900074}
.tb_03 .span04{padding-left:10px}

.flight_btn_wr {width:100%; padding:30px 20px; text-align:center;}
.flight_app_go .flight_btn_wr {padding:0px 20px 20px;}
.flight_btn_wr button, .flight_btn_wr a {display:inline-block;border-radius:5px;border: 1px solid #2a3a53;width:300px;transition:all 0.3s;margin:5px;font-family: 'Noto_Sans';font-weight: 400;}
.flight_app_btn, .flight_inq_btn, .flight_cancel_btn {color: #fff;background: #8b55d1;border:5px solid rgba(0,0,0,0) !important;line-height:48px;font-size:18px;}
.flight_app_btn:hover{background: #712dcb;}
.flight_back_btn {color: #000;background: #eeeeee;border: 5px solid rgb(0 0 0 / 1%) !important;line-height: 48px;font-size: 18px;}
.flight_next_btn {color: #fff;font-size:18px;line-height: 55px;background: #8b55d1;border: 0 !important;!i;!;}
.flight_next_btn:hover {
    background: #712dcb;
}
.flight_app_btn2 {color: #fff;background: #5473e8;border:5px solid rgba(0,0,0,0) !important;line-height:48px;font-size:18px;}
.flight_app_btn2:hover {border:5px solid #cdd6fa !important;}

.air_tb_wr.x-scr {width:100%;position:relative;}
.air_tb_wr .x-scr-view {display:none;padding-top: 30px;background: url('../img/swipe2.png') no-repeat center;background-size: 100%;width: 100px;height: 100px;position:absolute;top: 30px;left:50%;margin-left: -40px;border-radius: 50%;}

@media screen and (max-width:960px){
    .air_all {/* padding: 5px 15px; */}
    .air_all .air_ttl {font-size:18px;padding-left:20px;margin-top:0; margin-bottom: 10px;}
    .air_all .air_ttl:before {width:10px; height:10px; top:9px;}
    .air_all .air_txt li {font-size:14px;}
}
@media screen and (max-width:768px){
	.air_tb_wr.x-scr {overflow-x:scroll; margin:0 auto 20px;}
	.air_tb_wr.x-scr table {width:750px; margin:0px auto;}
	.air_tb_wr .x-scr-view {display:block;}
    .air_all .air_ttl {margin:0px 0 10px;font-size: 18px;}
    .air_all .air_txt {padding:0 15px 10px;}
    .tb_02 thead {display:none;}
    .tb_02 tr th {width:100%; display:block; font-size:14px; padding:10px 10px; font-weight:500}
    .tb_02 tr td {width:100%; display:block; font-size:14px; padding:10px 5px; text-align:center}
	
    .tb_03 tr th {font-size:14px; padding:10px 10px; font-weight:500}
    .tb_03 tr td { font-size:14px; padding:10px 5px; text-align:center}
}

@media screen and (max-width:480px){
    .flight_btn_wr {width:100%; padding:30px 5px; margin:0}
    .flight_btn_wr button, .flight_btn_wr a {width:100%; margin:5px 0;}
}


/* step02 항공기 선택 */
.pg_ttl {
    font-size: clamp(20px,2vw,24px);
    font-family: 'Noto_Sans';
    font-weight: 700;
    padding: 0 0 18px;
}
/* 2024.07.19 add */ display: flex;justify-content: space-between;}
/* 2024.07.19 add */
.pg_sttl {font-size: 14px; color: #707070; font-weight: 400; display: inline-block; background: #f7f7f7; text-align: center; line-height: 42px; width: 180px; border-radius: 20px;}
.pg_subttl {font-size: 26px;color: #ff4e4e;font-weight: 600;padding: 7px 20px 10px 55px;/* background:url('../img/e_mark.png') no-repeat center left 10px; *//* background-size:35px; */}
.all_flight {/* width:100%; */padding: 10px 50px;}
.all_flight .flight_con {overflow:hidden;}
.flight_con > li {width: 49%;float:left;overflow:hidden;border: 1px solid #e4e4e4;height:276px;margin-right: 2%;margin-bottom: 30px;}
.flight_con > li:nth-child(2n) {margin-right:0}
.flight_con .flight_thum {float:left; width: 100%;}
.flight_con .flight_info {float:left;width:calc(100% - 310px);height:100%;padding: 25px 30px;}
.flight_con .flight_info .flight_name {font-size: 21px;margin: 10px 0 0;font-weight: 500;}
.flight_con .flight_info .flight_name span {font-family: 'S-CoreDream-8Heavy';display:inline-block;width:50px;height:50px;border-radius:50%;color: #405bc0;border: 1px solid #405bc0;text-align:center;line-height: 50px;margin-right:5px;}
.flight_con .flight_info .flight_txt {font-size:15px;}
.flight_con .flight_info .flight_txt ul {padding: 10px 0 15px;}
.flight_con .flight_info .flight_txt ul li {overflow:hidden;margin:5px 0;padding: 0 5px;}
.flight_con .flight_info .flight_txt ul li span:first-child {display:block;float:left;width:70px;position:relative;font-weight: 500;}
.flight_con .flight_info .flight_txt ul li span:first-child:after {display:block; content:''; position:absolute; right:8px; top:6px; width:2px; height:12px; background:#585858;}
.flight_con .flight_info .flight_txt ul li span:last-child {display:block;float:left;width:calc(100% - 70px);color: #525252;}
.flight_con .flight_info .flight_app_go {display:block;width: 200px;height:45px;line-height:45px;text-align:center;color: #405bc0;border: 1px solid #405bc0;transition:all 0.4s;border-radius:6px;}
.flight_con .flight_info .flight_app_go:hover {color:#fff;background: #405bc0;}

/* 가로형 이미지 카드 */
.flight_con2 {display: flex;gap: 60px;flex-wrap: wrap;}
.flight_con2 > li {border: 2px solid #e4e4e4;flex: 0 1 650px;}
.flight_con2 > li:nth-child(2n) {/* margin-right:0; */}
.flight_con2 > li:hover, .flight_con2 > li.action {border: 2px solid #0f0f0f;}
.flight_con2 .flight_thum {/* float:left; */width: 100%;}
.flight_con2 .flight_thum img {width: 100%;height: 350px;object-fit: fill;}
.flight_con2 .flight_info {/* float:left; *//* width:calc(100%); *//* height:100%; */padding: 5px 30px;}
.flight_con2 .flight_info .flight_name {font-size: 21px;margin: 10px 0 0;font-weight: 500;}
/*.flight_con2 .flight_info .flight_name span {font-family: 'S-CoreDream-8Heavy';display:inline-block;width:50px;height:50px;border-radius:50%;color: #405bc0;border: 1px solid #405bc0;text-align:center;line-height: 50px;margin-right:5px;}*/
.flight_con2 .flight_info .flight_txt {font-size:15px;}
.flight_con2 .flight_info .flight_txt ul {padding: 10px 0 15px;}
.flight_con2 .flight_info .flight_txt ul li {overflow:hidden;margin:5px 0;padding: 0 5px;}
.flight_con2 .flight_info .flight_txt ul li span:first-child {display:block;float:left;width:70px;position:relative;font-weight: 400;}
.flight_con2 .flight_info .flight_txt ul li span:last-child {display:block;float:left;width:calc(100% - 70px);color: #525252;}
.flight_con2 .flight_info .flight_app_go {display:block;width: 200px;height:45px;line-height:45px;text-align:center;color: #405bc0;border: 1px solid #405bc0;transition:all 0.4s;border-radius:6px;}
.flight_con2 .flight_info .flight_app_go:hover {color:#fff;background: #405bc0;}

@media screen and (max-width:1650px){
    .flight_con .flight_thum {width:250px;overflow:hidden; text-align:center;}
    .flight_con .flight_thum img {width:auto; height:100%;}
    .flight_con .flight_info {width:calc(100% - 250px); padding:15px 25px;}
    .flight_con .flight_info .flight_name {font-size: 20px;}
    .flight_con2 .flight_thum img {width: 100%;height: 274px;}
}

@media screen and (max-width:1500px){
    .all_flight {padding:10px 15px;}
    .flight_con > li {height:auto;}
    .flight_con .flight_thum {width:100%;height:auto;/* background:#efefef; */}
    .flight_con .flight_thum img {width: 100%;/* max-width:300px; */height: auto;display:block;margin: 0px auto;}
    .flight_con .flight_info {width:100%;}
    .flight_con .flight_info .flight_name {margin-top:0;}
    .flight_con .flight_info .flight_app_go {margin:0 auto;}
}

@media screen and (max-width:960px){
    .all_flight {padding:0 15px;}
    .pg_ttl {}
	.pg_subttl {font-size: 17px;background-size:28px;padding-left:40px;color: #ff5252fc;}
}

@media screen and (max-width:580px){
   .flight_con > li {width:100%;}
   .flight_con .flight_info {padding:20px;}
   .flight_con .flight_info .flight_name {font-size: 17px;}
   .flight_con .flight_info .flight_name span:first-child {width:40px; height:40px; line-height:38px;}
   .flight_con .flight_info .flight_txt ul {padding:5px 0;}
   .flight_con .flight_info .flight_txt {font-size:14px;}
   .flight_con .flight_info .flight_app_go {width:100%;height:40px; line-height:40px; font-size:14px; margin-top:5px;}
}


/* step4 개인정보/약관동의 */
.air_terms {padding-left:25px; color:#333; font-size:15px;}
.terms_ttl {font-weight:700;font-size:17px;padding:5px 0;color: #222;}
.terms_txt { color: #333;}
.tb_02 tr td ul li {color:#333; line-height:28px; position:relative; padding-left:15px;}
.tb_02 tr td ul li:before {display:block; content:''; width:5px; height:5px; border-radius:50%; background:#41577b; position:absolute; left:0; top:11px;}
.noti_txt {font-size: 15px;color:#404040;padding: 0 20px 10px;}
.noti_txt li {line-height:24px; padding-left:10px; position:relative;}
.noti_txt li:before {display:block;content:'';position:absolute;left:0;top: 11px;width:3px;height:3px;border-radius:50%;background:#41577b;}
.noti_txt .txt{font-size:18px;font-weight:600;}
.noti_txt2 {font-size: 15px;color:#707070;padding: 0 20px 40px;}

@media screen and (max-width:960px){
    .noti_txt li {font-size:14px;}
    .noti_txt .txt{font-size: 16px;}
}
@media screen and (max-width:768px){
    .noti_txt {padding:0 15px 10px;}
}



/* step5 탑승자본인인증 */
.cert_box {text-align:center; padding:20px;}
.cert_box img {display:block; margin:0 auto;}
.cert_box .cert_btn {display:block;width:300px;margin:20px auto;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s; font-size:18px}
.cert_box .cert_btn:hover {background: #5473e8;}
.cert_box .cert_btn2 {display:inline-block;width:300px;margin: 20px 10px;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;font-size:18px;cursor: pointer;}
.cert_box .cert_btn2:hover {background: #5473e8;}
.cert_box .cert_btn2.ipin { background: #4590e6;}
.cert_box .exp{margin: 0 auto 20px; color:#707070;}
.cert_info {width:100%;margin-bottom: clamp(24px,2vw,50px);}
.cert_info ul {}
.cert_info ul.exp {border-top: none; border-bottom: none;}
.cert_info ul.exp li {border-bottom: none;}
.cert_info ul li {overflow:hidden;width:100%;line-height:25px;border-bottom:1px solid #babbbb;margin-bottom:1px;display: flex;flex-wrap: wrap;align-items: stretch;}
.cert_info ul li:last-child {/* border-bottom: none; */}
.cert_info ul li > .air_color_txt {color: #4590e6;}
.cert_info ul li .tt {font-size:16px;background: #f6f6f6;width: 20%;color: #000000;padding:15px;text-align:center;font-family: 'Noto_Sans';display: flex;justify-content: center;align-items: center;}
.cert_info ul li .con {font-size:16px;padding: 8px clamp(12px,2vw,20px);float:left;width: 80%;color:#484848;font-family: 'Noto_Sans';height: 100%;}
.cert_info ul li:last-child .con{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
}
.cert_info ul li:first-child{border-top: 1px solid #5F5F5F;}
.cert_info ul li:last-child .con p{display: flex;gap: 2px clamp(12px,2vw,28px);}
.cert_info ul li .con input {font-size:16px;width:100%;color:#484848;font-family: 'Noto_Sans';border: 1px solid #DDDDDD;border-radius: 5px;padding: 8px clamp(6px,2vw,16px);}
.cert_info ul li .con input:focus {outline:none;}
.cert_info ul li .con #r_person {max-width: 200px;margin-right: 8px;}
.cert_info ul li .con p span {color: #FF0000;font-size: 15px;}
.cert_info ul li .con .name {max-width: 200px;}
.cert_info ul li .con #phone1,
.cert_info ul li .con #phone2,
.cert_info ul li .con #phone3 {max-width: 100px;}
.cert_info ul li .con select{font-size: 16px;
    width: 100%;
    color: #484848;
    font-family: 'Noto_Sans';
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 8px 16px;
max-width: 200px;}
.cert_info ul li:nth-child(2) .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.cert_family {width:100%; overflow:hidden; padding:0 20px;margin-bottom:10px;}
.cert_family .fam_tt {margin-right: 10px;font-size: 16px;font-weight:500;background:#f5f7f9;float:left;width: 340px;color:#2a3a53;padding: 15px;}
.cert_family .fam_txt {float:left; width:calc(100% - 350px);}
.cert_family .fam_txt input {font-size:15px;padding:15px 50px;width: 380px;color:#484848;border: 1px solid #ccc;}
.cert_family .fam_txt2 {/*width:380px;*/ width:calc(100% - 350px); padding: 15px 5px;float:left;}
.cert_family .fam_txt2 label {color:#222e42; font-weight:500; padding-right:50px; margin-bottom:10px}
.cert_family .fam_txt2 label:last-child {margin-bottom:0;}
.cert_box_wr {width:100%; overflow:hidden;}
.cert_box2 {padding:20px 50px;width:50%;float:left;margin-bottom: 20px;}
.cert_box2:first-child {border-right:1px dashed #eee;}
.cert_box2 img {text-align:center; margin:20px auto; display:block;}
.cert_box2 .cert_btn {display:block;width:300px;margin:20px auto;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;text-align:center;cursor: pointer;}
.cert_box2 .cert_btn:hover {background: #5473e8;}
.cert_box3 {padding:20px;}
.cert_box3 .cert_btn2 {display:inline-block;width:300px;margin: 20px 10px;line-height: 55px;background: #405bc0;color: #fff;transition: all 0.3s;font-size:18px;cursor: pointer;text-align:center;}
.cert_box3 .cert_btn2:hover {background: #5473e8;}
.cert_box3 .cert_btn2.ipin { background: #4590e6;}
.cert_box3 .exp{margin: 0 auto 20px; color:#707070; text-align:left; color:#707070;}

.complete_btn {display:block;width:300px;margin:20px auto;line-height: 55px;border:1px solid #405bc0;color: #405bc0;transition: all 0.3s; text-align:center;}

.cert_txt2 {padding:20px;text-align:center;background: #f6f6f6;border-radius:10px;color: #3c3c3c;font-size: 14px;word-break:keep-all;height: 150px;width: 100%;display: table;}
.cert_txt2 p {display:table-cell; vertical-align:middle;}

.air_reserve_ex{padding: 20px 20px;background: #f5f7f9;display: block;margin-left: 20px;}
.air_reserve_ex .air_ttl2{font-size: 18px;font-weight: 400;background: #465778;color: #fff;display: inline-block;padding: 5px 20px;}
.air_reserve_ex .air_txt2{background: #fff;padding: 15px 20px;border-radius: 10px;}
.air_reserve_ex .air_txt2 > ul{}
.air_reserve_ex .air_txt2 > ul > li{font-size: 16px;font-weight: 400;word-break: keep-all;}
.air_reserve_ex .air_ex{width: 100%;text-align: center;margin-top: 15px;}
.air_reserve_ex .air_ex > ul{}
.air_reserve_ex .air_ex > ul > li{display: inline-block;margin: 0 15px;}
.air_reserve_ex .air_ex > ul > li .ex_01{background:#fff;border-radius:30px;padding:5px 0;font-size:16px;font-weight:500;}
.air_reserve_ex .air_ex > ul > li .ex_02{margin-top: 5px;}
.strong{color:#ff4848;}


@media screen and (max-width:1500px){
    .cert_box2 img {width:100%; max-width:470px;}
}

@media screen and (max-width:1300px){
    .air_reserve_ex .air_ex > ul > li{margin: 5px 50px;}
}

@media screen and (max-width:1280px){
    .cert_box2 img {width:100%; max-width:320px;}
    .cert_box2 {padding:10px; width:100%; border:0; margin:0;}
    .cert_txt2 {height:auto;}
    .cert_box2:first-child {border-right:0; border-bottom:1px dashed #ddd;}
}

@media screen and (max-width:1090px){
    .cert_box {padding:0 10px;}
    .cert_info {padding:0; margin-bottom:20px;}
    .cert_family .fam_tt {width:240px;}
    .cert_family .fam_txt {width:calc(100% - 250px);}
    .cert_family .fam_txt input {width:100%;}
	.cert_family .fam_txt2 label  {width:100%; padding-right:10px;}

	.air_reserve_ex .air_ex > ul > li{margin: 5px 15px;}
}

@media screen and (max-width:960px){
    .air_reserve_ex .air_ex > ul > li{margin: 5px 50px;}
}
@media screen and (max-width:768px){
    .cert_family {padding:0;}
    .cert_family .fam_tt {width:30%; margin:0; text-align:center; padding:10px 5px; font-size:14px;}
    .cert_family .fam_txt {width:70%; text-align:center;}
    .cert_family .fam_txt input {text-align:center; padding:10px 5px; font-size:14px;}

    .cert_family .fam_txt2 {width:70%;padding: 10px 45px;float:left;border: 1px solid #ccc;}
    .cert_family .fam_txt2 label {font-size:14px;}

    .air_reserve_ex{margin-left:0;}
    .air_reserve_ex .air_ttl2{font-size:16px;}
    .air_reserve_ex .air_ex > ul > li{font-size:14px;margin: 5px 35px;}
    .air_reserve_ex .air_ex > ul > li .ex_01{font-size:14px;}

    #wrapper .top_con .df .tt,
    .cert_info ul li .tt,
    .add_person ul li .tt{width: 25% !important;}
    #wrapper .top_con .df .con,
    .cert_info ul li .con,
    .add_person ul li .con{width: 75% !important;justify-content: center;}
    .cert_info ul li .con #phone1, .cert_info ul li .con #phone2, .cert_info ul li .con #phone3{max-width: 60px !important;!i;!;}


    .cert_info ul li .con #r_person,
    .cert_info ul li:last-child .con p{/* width: calc(50% - 4px); */flex-direction: column;}
}
@media screen and (max-width:500px) {
    #wrapper .top_con .df{flex-wrap: wrap;}
    #wrapper .top_con .df .tt, .cert_info ul li .tt, .add_person ul li .tt{width: 100% !important;justify-content: start;}
    #wrapper .top_con .df .con, .cert_info ul li .con, .add_person ul li .con{width: 100% !important;}
    .cert_info ul li .con input{max-width: none !important;}
    .cert_info ul li .con select{max-width: none !important;}
    .cert_info ul li .con #r_person, .cert_info ul li:last-child .con p{width: 100% !important;margin-right: 0;}
    .cert_info ul li:last-child .con p{flex-direction: row;}
}

@media screen and (max-width:480px){
    .cert_box {padding:0; margin:10px 0;}
    .cert_box img {width:100%;max-width:330px;margin: 20px autao;}
    .cert_box .cert_btn {width:100%; margin:0 0 15px;}
    .cert_box2 .cert_btn {width:100%; margin:10px 0 15px;}
    .cert_info ul li .tt {padding:10px;}
    .cert_info ul li .con {padding: 10px 10px;}

    .air_reserve_ex .air_ex > ul > li{margin:5px 10px;}
}

@media screen and (max-width:425px){
    .cert_family .fam_tt {width:100%;}
    .cert_family .fam_txt {width:100%;}
    .cert_family .fam_txt2 {width:100%; text-align:center;}
}

@media screen and (max-width: 380px){
    .cert_info ul li .tt {width:100%; font-weight:500;}
    .cert_info ul li .con {width:100%; text-align:center;}
}


/* step6 신청완료 */
.box1 {width:80%;margin:10px auto;background:#ebf0f4;color:#2d4d74;padding: 20px 25px;text-align:center;font-size: 19px;font-weight:700;}
.box2 {width:80%;margin:0 auto 10px;background:#2d4d74;color:#fff;padding:25px;text-align:center;font-size: 17px;}
.box2 .num_box {border-radius:50px;background: #1f2c3f;display:inline-block;padding:10px 30px;margin: 0 10px;font-size: 20px;}
.box2 .num_box span {padding-left:10px;}

@media screen and (max-width:1300px){
    .box1, .box2 {width:100%;}
}

@media screen and (max-width:768px){
    .box1, .box2 {padding:20px 15px 15px;}
    .box2 > span {display:block; width:100%; padding:5px 0 0; font-size:15px;}
    .box2 .num_box {font-size:18px; width:100%;margin:0;}
}


/* inquiry 조회하기 */
.inq_box {width:100%;}
.inq_box .inq_img {width:390px; margin:20px auto 0;}
.inq_box .inq_img img {width:100%;}
.inq_box .inq_input {/*background:#f1f5f9;*/padding: 90px 30px 35px;width: 90%;margin: -80px auto 0;}
.inq_box .inq_input .inq_input_tt {overflow:hidden;width:70%; margin:20px auto;}
.inq_box .inq_call {text-align:center;display: block;border-radius: 10px;color: #ec4755;font-weight: 500;padding: 0px 15px;font-family: 'Noto_Sans';}
.inq_box .inq_find {text-align:center;}
.inq_box .inq_find a {display:block; width:250px; margin:10px auto 0; background:#456386; padding:13px 15px; font-size:14px; color:#fff; border-radius:5px;}
.inq_box .inq_input .inq_input_tt p {display:inline-block;width:30%;float:left;background: #8b55d1;color:#fff;padding: 0px 20px;text-align:center;font-size:17px;line-height: 60px;font-family: 'Noto_Sans';}
.inq_box .inq_input .inq_input_tt input {display:inline-block;width:70%;padding: 0px clamp(6px,2.2vw,20px);height:60px;border:1px solid #ddd;float:left;color:#222;font-size:17px;font-family: 'Noto_Sans';}
.inq_box .inq_submit {color: #fff;font-size: 18px;line-height: 55px;background: #8b55d1;border: 0 !important;max-width: 300px;width: 100%;transition: all 0.3s;margin: 5px;font-family: 'Noto_Sans';font-weight: 400;border-radius: 5px;display: block;margin: 0 auto;}
.inq_box .inq_submit:hover{background: #712dcb;}

@media screen and (max-width:1380px){
    .inq_box .inq_input {width:100%;}
    .inq_box .inq_input .inq_input_tt {width:90%;}
}

@media screen and (max-width:768px){
    .inq_box .inq_input {padding:90px 20px 30px;}
    .inq_box .inq_input .inq_input_tt {width:100%;}
    .inq_box .inq_input .inq_input_tt p {font-size:15px; line-height:50px;}
    .inq_box .inq_input .inq_input_tt input {font-size:15px; height:50px;}
}

@media screen and (max-width:480px){
    .inq_box .inq_input {padding:90px 20px 30px;}
    .inq_box .inq_input .inq_input_tt {width:100%;}
    .inq_box .inq_input .inq_input_tt p {width:100%;}
    .inq_box .inq_input .inq_input_tt input {width:100%;}
    .inq_box .inq_find a {padding: 13px 0;width:100%;margin:10px auto 0;font-size:14px;}
}

@media screen and (max-width:425px){
    .inq_box .inq_img {width:100%; padding:0 20px;}
}

.pop-layer .pop-container {padding: 15px 20px;overflow-y: scroll;height:100% !important;}
.pop-layer p.ctxt {color: #666;line-height: 25px;}
.pop-layer .btn-r {width: 100%;margin: 10px 0 20px;padding-top: 10px;border-top: 1px solid #DDD;text-align: right;}
.pop-layer {display: none;position: absolute;top: 50%;left: 50%;width: 410px;height: auto;background-color: #fff;border: 5px solid #3571B5;z-index: 10;}
.dim-layer {display: none;position: fixed;_position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;}
.dim-layer .dimBg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: .5;filter: alpha(opacity=50);}
.dim-layer .pop-layer {display: block;}
a.btn-layerClose {display: inline-block;height: 25px;padding: 0 14px 0;border: 1px solid #304a8a;background-color: #3f5a9d;font-size: 13px;color: #fff;line-height: 25px;}
a.btn-layerClose:hover {border: 1px solid #091940;background-color: #1f326a;color: #fff;}


/* 예약번호 찾기 */
.find_txt {color: #2a3a53;text-align:center;padding: 0px 10px 15px;word-break:keep-all;font-weight: 500;}
.inq_input {font-size:15px; color:#222;}
.inq_find a {display:block;width: 140px;margin: 15px auto;background: #2c3f5f;color:#fff;border-radius:5px;text-align:center;line-height: 35px;}
.find_info div {width:100%;margin-bottom: 3px;overflow:hidden;}
.find_info div .ttl {display:inline-block;width:100px;background: #456386;color:#fff;text-align: center;height:40px; line-height:40px; float:left;}
.find_info div input {width:calc(100% - 100px); height:40px; border:1px solid #ddd; float:left; padding:0 10px;}


/* 모달 */
.modal {display: none; /*평소에는 보이지 않도록*/position: absolute;top:0;left: 0;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.5);}
.modal .modal_popup {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;background: #ffffff;}
.modal .modal_popup .close_btn {display: block; padding: 10px 20px; background-color: rgb(116, 0, 0); border: none; border-radius: 5px; color: #fff; cursor: pointer; transition: box-shadow 0.2s;}
.modal .modal_popup .btn {display:block;padding:2px 50px;margin:20px auto;line-height: 30px;background: #405bc0;color: #fff;transition: all 0.3s; font-size:18px;border-radius: 10px;border: none;}


#wrapper .top_con {display: flex;flex-wrap: wrap;margin: 0 0 20px;}
#wrapper .top_con .left_con {flex: 0 1 calc(25% - 0px);}
#wrapper .top_con .right_con {flex: 0 1 calc(75% - 0px);background: linear-gradient(to left, #220a3f, #3c1551);padding: 40px clamp(20px,4.8vw,80px);color: #fff;font-family: 'Noto_Sans';}
#wrapper .top_con .left_con img {width: 100%;height: 100%;object-fit: cover;}
#wrapper .top_con .right_con > .tit {text-align: center;font-weight: 500;font-size: clamp(26px,2vw,30px);padding: 0 0 clamp(28px,3.4vw,50px);word-break: keep-all;}
#wrapper .top_con .right_con .text_con {display: flex;flex-wrap: wrap;flex-direction: column;gap: 8px;}
#wrapper .top_con .right_con .text_con .text {display: flex;flex-wrap: wrap;gap: 8px 20px;align-items: flex-start;border: 0;}
#wrapper .top_con .right_con .text_con .text > div {padding: 12px 0;}
#wrapper .top_con .right_con .text_con .text .tit {height: fit-content;background: #8B55D1;padding: 8px 0;border-radius: 18px;font-weight: 700;width: 100px;text-align: center;margin: 6px 0 0;}
#wrapper .top_con .right_con .text_con .text .txt {line-height: 1.4em;word-break: keep-all;font-weight: 500;}

#wrapper .btm_con {padding: clamp(28px,3.2vw,56px) clamp(20px,5.2vw,90px) clamp(30px,3.4vw,60px);border: 7px solid #F5F5F5;text-align: center;}
#wrapper .btm_con .text {font-family: 'Noto_Sans';padding: 0 0 clamp(20px,2vw,30px);}
#wrapper .btm_con .text .tit {padding: 0 0 14px;font-size: clamp(26px,2vw,30px);font-weight: 700;}
#wrapper .btm_con .text .txt {font-size: 16px;font-weight: 300;line-height: 1.44em;color: #616161;word-break: keep-all;}
#wrapper .btm_con .df { display: flex; flex-wrap: wrap; gap: 20px;}
#wrapper .btm_con .df > a {flex: 0 1 calc(100% / 2 - 10px);display: flex;align-items: center;justify-content: center;gap: 12px;padding: 18px 0;border-radius: 10px;font-family: 'Noto_Sans';font-weight: 500;font-size: clamp(18px,2vw,20px);}
#wrapper .btm_con .df .sns-naver {background: #FFE300;color: #000;}
#wrapper .btm_con .df .sns-kakao {background: #519E29;color: #fff;}

@media screen and (max-width:1800px) {
    #wrapper .top_con .right_con{flex: 0 1 calc(70% - 0px);}
    #wrapper .top_con .left_con{flex: 0 1 calc(30% - 0px);}
}

@media screen and (max-width:1400px) {
    #wrapper .top_con .right_con{flex: 0 1 calc(60% - 0px);}
    #wrapper .top_con .left_con{flex: 0 1 calc(40% - 0px);}
}

@media screen and (max-width:1200px) {
    #wrapper .top_con{flex-direction: column;}
    #wrapper .top_con .left_con{flex: 100%; max-height: 600px;}
    #wrapper .top_con .left_con img{object-fit: contain;max-height: 600px;}
    #wrapper .top_con .right_con{flex: 100%;}
}

@media screen and (max-width:560px) {
    #wrapper .top_con .right_con .text_con .text{flex-direction: column;}
}

@media screen and (max-width:500px) {
    #wrapper .btm_con .df{flex-direction: column;}
    #wrapper .btm_con .df > a{height: 72px;}
    #wrapper .btm_con .df > a img{max-height: 22px;}
    #wrapper .btm_con .text .txt br{display: none;}
}

.add_person > .tit{font-size: clamp(20px, 2vw, 24px);font-family: 'Noto_Sans';font-weight: 700;padding: 0 0 18px;}
.add_person ul {border-top: 1px solid #2a3a53;height: 100%;margin-bottom: clamp(20px,2vw,40px);}
.add_person ul li {overflow: hidden;width: 100%;line-height: 25px;border-bottom: 1px solid #babbbb;margin-bottom: 1px;display: flex;flex-wrap: wrap;align-items: center;}
.add_person ul li .tt {font-size: 16px;background: #f6f6f6;float: left;width: 20%;color: #000000;padding: 15px;text-align: center;font-family: 'Noto_Sans';}
.add_person ul li .con {font-size: 16px;padding: 8px clamp(12px,2vw,20px);float: left;width: 80%;color: #484848;font-family: 'Noto_Sans';height: 100%;border-top: 0;display: flex;gap: clamp(8px,2vw,12px);}
.add_text {padding: 28px 26px;border: 7px solid #F5F5F5;font-family: 'Noto_Sans';line-height: 1.4em;font-weight: 500;margin-bottom: 10px;}
.add_text p {}
.add_text p span {color: #FF0000;}
.add_person ul li .con input {max-width: 200px;font-size: 16px;width: 100%;color: #484848;font-family: 'Noto_Sans';border: 1px solid #DDDDDD;border-radius: 5px;padding: 8px clamp(6px,2vw,16px);}

.cert_info ul li .con .addr-box {
    display: flex;
    gap: 8px;
    width: 100%;
}

.cert_info ul li:nth-child(3) .con {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px,2vw,14px);
    flex-direction: column;
}
.cert_info ul li:nth-child(3) .con input {
    max-width: 400px;
}

.cert_info ul li .con .addr-box input#zipcode {
    width: 100%;
    max-width: 200px;
}

.cert_info ul li .con .addr-box > button {
    background: #6C6C6C;
    color: #fff;
    width: 100%;
    max-width: 148px;
    border-radius: 5px;
    border: 0;
    font-family: 'Noto_Sans';
}

#wrapper .top_con .df {
    display: flex;
    width: 100%;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #D1D1D1;
}

#wrapper .top_con .df .tt {
    font-size: 16px;
    background: #f6f6f6;
    width: 20%;
    color: #000000;
    padding: 15px;
    text-align: center;
    font-family: 'Noto_Sans';
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper .top_con .df .con {
    font-size: 16px;
    padding: 8px clamp(12px,2vw,20px);
    float: left;
    width: 80%;
    color: #484848;
    font-family: 'Noto_Sans';
    height: 100%;
    display: flex;
    gap: clamp(8px,2vw,14px);
}

#wrapper .top_con .df .con select {
    padding: 8px 16px;
    font-family: 'Noto_Sans';
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}
#wrapper .top_con .df .con select:last-child{max-width: 240px; width: 100%;}



#wrapper.step04 {
    height: 100%;
    display: flex;
    align-items: center;
}

#wrapper.step04 .cert_box {max-width: 700px;width: 100%;margin: 0 auto;border: 7px solid #F5F5F5;padding: 100px clamp(20px,2.4vw,50px) 50px;position: relative;}
#wrapper.step04 .cert_box .apply_box {font-family: 'Noto_Sans';}
#wrapper.step04 .cert_box img {position: absolute;top: 0;left: 50%;transform: translate(-50%,-60%);}
#wrapper.step04 .cert_box .apply_box .tit {font-weight: 700;font-size: clamp(24px, 2vw, 36px);color: #8B55D1;padding: 0 0 clamp(20px,2vw,28px);}
#wrapper.step04 .cert_box .apply_box .text {padding: clamp(24px,2vw,30px) 20px clamp(18px,2vw,24px);background: #F4F4F4;margin-bottom: clamp(20px,2vw,28px);line-height: 1.6em;font-size: clamp(18px,2vw,20px);}
#wrapper.step04 .cert_box .apply_box .text .txt {font-weight: 700;padding: 0 0 10px;}
#wrapper.step04 .cert_box .apply_box .text .pay {font-weight: 500;}
#wrapper.step04 .cert_box .apply_box .text .pay span {font-weight: 700;color: #FF0000;}
#wrapper.step04 .cert_box .apply_box > p {font-size: 16px;font-weight: 400;}
#wrapper.step04 .cert_box .apply_box > p span {color: #FF0000;}
#wrapper.step04 .flight_btn_wr .flight_inq_btn {background: #8B55D1;border-radius: 5px;font-size: 18px;font-weight: 500;}
#wrapper.step04 .flight_btn_wr .flight_inq_btn:hover{background: #712dcb;}



@media screen and (max-width:960px) {
    #wrapper.step04 {height: auto;top: 500px;overflow: visible;}

    #hd_wr .hd_left .tit br{display: none;}
}

.inquiry {}
.inquiry .cert_info {}
.inquiry .cert_info ul {margin: 0 0 16px;}
.inquiry .cert_info > .tit {padding: clamp(20px,2vw,30px) 0 clamp(12px,2vw,16px);font-family: 'Noto_Sans';font-weight: 700;font-size: clamp(20px,2vw,24px);}
.inquiry .cert_info ul li .con {line-height: clamp(20px,3.8vw,55px);justify-content: flex-start;text-align: left;}
.inquiry .cert_info ul li:nth-child(3) .con {display: block;line-height: normal;text-align: left;}
.inquiry .cert_info ul li:last-child .con p {display: block;}
.inquiry .cert_info ul li:nth-child(3) .con .tit {padding: 0 0 8px;font-size: clamp(18px,2vw,20px);font-weight: 400;font-family: 'Noto_Sans';color: #FF0000;}
.inquiry .cert_info ul li:nth-child(3) .con .txt {line-height: 1.4em;font-weight: 400;}
.inquiry .cert_info ul:nth-child(3) li .con {
    line-height: clamp(20px,3.8vw,55px);
    text-align: left;
}
.inquiry .cert_info ul:nth-child(5) li .con {line-height: clamp(20px,3.8vw,55px);text-align: left;}
.inquiry .cert_info .text_box {padding: clamp(20px,2vw,26px);border: 7px solid #F5F5F5;border-radius: 8px;line-height: 1.6em;font-family: 'Noto_Sans';}
.inquiry .cert_info .text_box p{font-size: 15px;}
.inquiry .cert_info .text_box p span {color: #FF0000;}
.inquiry .cert_info .flight_inq_btn {background: #8B55D1;}
.inquiry .cert_info .flight_inq_btn:hover{background: #712dcb;}
@media screen and (max-width:960px) {
    #wrapper.step04 {height: auto;top: 500px;overflow: visible;}

    #hd_wr .hd_left .tit br{display: none;}
}

.inquiry {}
.inquiry .cert_info {}
.inquiry .cert_info ul {margin: 0 0 16px;}
.inquiry .cert_info > .tit {padding: clamp(20px,2vw,30px) 0 clamp(12px,2vw,16px);font-family: 'Noto_Sans';font-weight: 700;font-size: clamp(20px,2vw,24px);}
.inquiry .cert_info ul li .con {line-height: clamp(20px,3.8vw,55px);justify-content: flex-start;text-align: left;}
.inquiry .cert_info ul li:nth-child(3) .con {display: block;line-height: normal;text-align: left;}
.inquiry .cert_info ul li:last-child .con p {display: block;}
.inquiry .cert_info ul li:nth-child(3) .con .tit {padding: 0 0 8px;font-size: clamp(18px,2vw,20px);font-weight: 400;font-family: 'Noto_Sans';color: #FF0000;}
.inquiry .cert_info ul li:nth-child(3) .con .txt {line-height: 1.4em;font-weight: 400;}
.inquiry .cert_info ul:nth-child(3) li .con {
    line-height: clamp(20px,3.8vw,55px);
    text-align: left;
}
.inquiry .cert_info ul:nth-child(5) li .con {line-height: clamp(20px,3.8vw,55px);text-align: left;}
.inquiry .cert_info .text_box {padding: clamp(20px,2vw,26px);border: 7px solid #F5F5F5;border-radius: 8px;line-height: 1.6em;font-family: 'Noto_Sans';}
.inquiry .cert_info .text_box p{font-size: 15px;}
.inquiry .cert_info .text_box p span {color: #FF0000;}
.inquiry .cert_info .flight_inq_btn {background: #8B55D1;}
.inquiry .cert_info .flight_inq_btn:hover{background: #712dcb;}

a.logout-btn {
    display: block;
    background: #2c0e4e;
    width: 50%;
    padding:18px 0;
    color: #fff;
    border-radius: 10px;
    margin: 20px auto 0;
    font-family: 'Noto_Sans';
    font-size: clamp(18px,2vw,20px);
}
