@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * Date : 2018-08-05
 * Developer : Dajiumcom Choi Se Ho

******************************************************** */

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');


/* layout */
body, button, select, input {
	font-family:'Noto Sans KR', Dotum, Arial, sans-serif;
	font-size:13px;
	color:#666;
}

body { background-color:#fff;}
#wrap {overflow:hidden; width:100%; position:relative; } /* min-width 홈페이지 컨텐츠 가로값에 맞게 변경 */

.main_container {display: flex; justify-content: center;}
.inner {width: 95%; max-width: 1400px;}
/* ****************** 공통클래스 ********************** */
.area{ width:1200px; margin:0px auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.text-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.trans200{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s}
.trans300{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.trans400{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.trans500{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}
.material-icons{line-height:initial; color:inherit;}
.fl{float:left;}
.fr{float:right;}






.btnMore {
  background: #444444;
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -ms-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnMore:hover {
  background: #555555;
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  text-decoration: none;
}

.btnViewS {
  background: #444444;
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -ms-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  color: #ffffff;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.btnViewS:hover {
  background: #555555;
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  text-decoration: none;
}

.SSbtn{
  background: #810321;
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -ms-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  color: #ffffff;
  font-size: 22px;
  padding: 10px 15px 10px 15px;
  text-decoration: none; 
}

.SSbtn:hover {
  background: #810321;
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  text-decoration: none;
}

.SSbtn2{
  background: #444444;
  background-image: -webkit-linear-gradient(top, #444444, #444444);
  background-image: -moz-linear-gradient(top, #444444, #444444);
  background-image: -ms-linear-gradient(top, #444444, #444444);
  background-image: -o-linear-gradient(top, #444444, #444444);
  background-image: linear-gradient(to bottom, #444444, #444444);
  color: #ffffff;
  font-size: 22px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;  
}

.SSbtn2:hover {
  background: #555555;
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  text-decoration: none;
}

.subtitle {border-left:7px solid #8c4f90; color:#000000; font-size:24px; font-weight:bold; padding:0px 0px 0px 10px;}



.SubmentSty{	

	padding:20px 12px;

	text-align:center;

	border-left:#0392bf solid 1px;

	font-size:18px;

	color:#444;

	background-color:#ffffff;

	font-weight:500;	

}



.SubmentSty:hover{	

	padding:20px 12px;

	text-align:center;

	border-left:#0392bf solid 1px;

	font-size:18px;	

	font-weight:500;

	text-decoration:none; 

	color:#74A4D6 ;

}

.SubmentSty > a:hover { text-decoration:none;color:#fff; }	

.SubmentStyOver{

	padding:20px 12px;

	text-align:center;

	background-color:#74A4D6 ;	

	font-weight:500;	

	border-left:#0392bf solid 1px;

	font-size:16px;

	color:#ffffff;

}



.SubmentStyOver > a { text-decoration:none; color:#fff;}

	

	

	

.SubmentSty2{	

	padding:20px 12px;

	text-align:center;

	border-left:#0392bf solid 0px;

	font-size:18px;

	color:#444;

	background-color:#ffffff;

	background: #f8f8f8;

}



.SubmentSty2:hover{	

	padding:20px 12px;

	text-align:center;

	border-left:#0392bf solid 0px;

	font-size:18px;	

	font-weight:500;

	text-decoration:none; 

	color:#74A4D6 ;

}

.SubmentSty2 > a:hover { text-decoration:none;color:#fff; }	

.SubmentSty2Over{

	padding:20px 12px;

	text-align:center;

	background-color:#74A4D6 ;	

	font-weight:500;	

	border-left:#0392bf solid 0px;

	font-size:16px;

	color:#ffffff;

}
.SubmentSty2Over > a { text-decoration:none; color:#fff;}


.detaile {border-spacing:1px; border-left:1px solid #ddd; color:#555555;}
.detaile th {font-size:14px; font-weight:bold; color:#ffffff; background-color:#7f7f7f; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:6px 0px 6px 0px;  line-height:24px; }
.detaile td {font-size:14px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:6px 0px 6px 0px; line-height:24px; }
.pad {padding-left:16px;}
.orange {background-color:#f7941e; color:#ffffff;}
.purple {background-color:#9792c8; color:#ffffff;}
.blue {background-color:#35bfb6; color:#ffffff;}
.sky {background-color:#baece8; color:#444444; text-align:left;}
.Bsize {font-size:17px;}
.titledate {color:#000000; font-size:26px; font-weight:bold;}
.timetable {border-spacing:1px; border-left:1px solid #ddd;}
.timetable thead td {color:#4a8bb8; font-weight:bold; font-size:20px; text-align:center; padding: 10px 0px 10px 0px;border-right:1px solid #ddd;}
.timetable tbody th {background-color:#444444; color:#ffffff; font-size:20px;padding: 10px 0px 10px 0px;}
.timetable tbody td {font-size:17px; text-align:center; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:30px 0px 30px 0px; line-height:24px; }
.title_blue16 {background-image:url(../images/icon_stitle.gif); background-repeat:no-repeat; padding-left:20px; color:#4a8bb8; font-size:20px; font-weight:bold; text-align:left;}
.black14 {color:#333; font-size:16px; font-weight:; text-align:; line-height: 27px;}
.list th {color:#555; font-size:14px; width:80px; padding:6px 0px 6px 0px; text-align:left;}
.list td {color:#555; font-size:14px;  padding:4px 0px 4px 0px; line-height:20px; text-align:left;}
.line01 {height:1px; background-color:#ddd; color:#ddd; border:none;}
.time {color:#555; font-size:14px;}
	
	
.tab { border:0px solid #ddd; border-left:none; background:#fff; overflow:hidden;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.5%;}
.tab li { float:left;width: 24.5%; text-align:center; box-sizing:border-box; font-weight:bold;  font-size:20px; color:#666;}
.tab li { display:inline-block; padding:10px; cursor:pointer; background-color:#e8e8e8; }
.tab li.on { background-color:#0097c4; color:#fff; font-size:20px; }
.tab_con { clear:both;  }
.tab_con div { display:none;  }
	
.viewtable thead th {font-size: 14px; border-bottom:#bbbbbb solid 1px;  color: #ffffff; background-color:#88b6d5;}
.viewtable td {font-size: 14px; color: #555555; border-bottom:#ddd solid 1px;  line-height:20px; border-right:1px solid #ddd; border-left: none;}
.viewtable th {font-size: 14px; color: #444444; border-bottom:#ddd solid 1px; background-color:#f3f3f3;line-height:20px;}
.viewtable tr td:last-child{border-right: none;}
.viewtable tr td.bdr {border-right: 1px solid #bbb;}
.sessiontable {border-top:#264e9f solid 2px;}
.sessiontable thead th {font-size: 14px; border-bottom:#264e9f solid 2px;  color: #264e9f; background-color:#ffffff;}
.sessiontable td {font-size: 14px; color: #555555; border-bottom:#bbbbbb solid 1px;  line-height:20px; border-left:1px solid #bbbbbb; text-align:left; padding-left:16px;}
.sessiontable th {font-size: 14px; color: #047ac7; border-bottom:#bbbbbb solid 1px; background-color:#f8f8f8;}
.bagic {font-size:14px; color:#444444; line-height:24px;}
.title {color:#0d315d; text-align:left; font-size:24px; line-height:30px; font-weight:bold;font-family: 'Montserrat';border-left: none;background:url('/images/2024/tit.png') left center no-repeat;background-size:24px; padding:0 0 0 30px;}
.session {background-image:url(../images/icon_o.jpg); background-repeat:no-repeat; color:#0552ad; font-size:20px; padding-left:25px; font-weight:bold; text-align:left}


.PVTable{font-size:14px;line-height:26px;}
.PVTableIn td{background-color:#ffffff; line-height:26px; font-size:16px; line-height:27px; text-align: center;border-right: 1px solid #ddd;padding:10px 20px;border-bottom: 1px solid #ddd;}
.PVTableIn tr.session td{border-right: none;border-left: none;font-weight: 900;}
.PVTableIn tr td p a {display: inline-block;padding: 0 10px;background: #0d5d1f;color: #fff;font-size: 14px;border-radius: 5px;font-weight: 500;margin-left: 10px;}

.PVTableIn tr.session.keynote td{background: #e5f1ff;}
.PVTableIn tr.session.sess td{background: #e5ffe7;color: #0d5d1f;}
.PVTableIn tr.break td{background: #efefef;}
.PVTableIn tr.lunch td{background: #fefff4;}


.PVTableIn td p{margin: 0;}
/* .PVTableIn td:nth-child(1){border-left: 1px solid #ddd;} */
.PVTableIn td:nth-child(2){padding: 10px 0;}
.PVTableIn td:nth-child(3){text-align: left;border-right: none;font-weight: 600;color: #111;}
.PVTableIn tr.ex td:nth-child(1){border-right: 0;text-align: left;border-right: none;font-weight: 600;color: #111;padding: 10px 20px;}
.PVTableIn tr.ex td:nth-child(2){border-right: 0;text-align: left;border-right: none;font-weight: 600;color: #111;padding: 10px 20px;}
.PVTableIn tr.ex td:nth-child(3){text-align: right;border-right: none;padding: 10px 10px 10px 0;color: #666;font-weight: 400;}
.PVTableIn td.right{text-align: right;border-right: none;padding: 10px 10px 10px 0;font-weight: 400;color: #424242;font-weight: 500;white-space: nowrap;}
.PVTableIn td.right span {display: block;width:fit-content;padding:0 20px;border: 2px solid #eee;margin:0 0 0 auto;text-align: right;font-size: 14px;font-weight: 400;line-height: 24px;margin-bottom: 6px;color: #9e9e9e;text-transform: capitalize;}
.PVTableIn tr.ex td.right{text-align: right;border-right: none;padding: 10px 10px 10px 0;font-weight: 400;color: #424242;font-weight: 500;white-space: nowrap;}
.PVTableIn td.bdn{border-right: none !important;}
.PVTableIn th{font-family:"Montserret"; background-color:#a8a8a8; color: #ffffff; font-weight: 600;font-size:18px; line-height:27px;}
.black14 {color:#333; font-size:16px; font-weight:600;  line-height: 27px;}
.line01 {height:1px; background-color:#ddd; color:#ddd; border-right:none;}
/* .title_blue16 {background-image:url(Images/icon_stitle.gif); background-repeat:no-repeat; padding-left:22px; color:#3498dd; font-size:22px; font-weight:bold; text-align:left;} */
.title_blue16 {color: #0d315d;margin: 0 0 20px; text-align: left; font-size: 28px; line-height: 30px; font-weight: bold; font-family: 'Montserrat'; border-left: none; background: url(/images/2024/tit.png) left center no-repeat; background-size: 24px; padding: 0 0 0 30px;}

.modal_wrap {position:fixed;top:0;left:0;background: rgba(0,0,0,0.4);width: 100%;height:100vh;display: none;z-index: 999999;}
.modal_wrap .modal {max-width: 1400px;width: 85%; max-height:860px;top:50%;left:50%;transform: translate(-50%, -50%);background: #fff;position: absolute;padding:100px 40px 60px 40px;max-height:640px; overflow: scroll;}
.modal_wrap .modal .modal_close {position: absolute;top:0;right:0;cursor: pointer;}
.modal_wrap .modal .modal_close img {width: 76px;}
.modal_wrap .modal h3.title {margin: 0 0 30px;}
.modal_wrap .modal .flexbox {display: flex;}
.modal_wrap .modal .flexbox > div {width: 50%;text-align: justify;word-break: keep-all;font-size: 16px;line-height: 34px;}
.modal_wrap .modal .flexbox > div ul.long {font-size: 15px;}
.modal_wrap .modal .flexbox > div:first-child {padding: 0 40px 0 0;border-right: 1px solid #ddd;box-sizing: border-box;}
.modal_wrap .modal .flexbox > div:last-child {padding: 0 0 0 40px;box-sizing: border-box;}
.modal_wrap .modal .session_intro {display: none;}
.modal_wrap .modal .spk {display: none;}
.modal_wrap .modal .spk_img {width:240px;}
.modal_wrap .modal .spk_img img {max-width: 100%;border-radius: 200px;}
.modal_wrap .modal .spk .flexbox .spk_img {width: 240px;}
.modal_wrap .modal .spk .flexbox .spk_cv {width: calc( 100% - 240px );}
.modal_wrap .modal .spk .flexbox .spk_cv h5 {font-size: 20px;font-weight: 800;color: #111;margin: 0 0 10px;}
.modal_wrap .modal .spk .flexbox .spk_cv p {font-size: 16px;;height: 1.5;margin: 0;}
.modal_wrap .modal .spk .flexbox .spk_cv ul {padding:0 0 0 20px;margin: 0;}
.modal_wrap .modal .spk .flexbox .spk_cv ul li {list-style: disc;}
.modal_wrap .modal .spk .flexbox .spk_cv .title {background: none;padding: 0;}
.modal_wrap .modal .spk .flexbox .spk_cv .title span {font-size: 18px;color: #9e9e9e;}
.modal_wrap .modal .spk .flexbox .spk_cv > div {padding: 0 30px;width: 100%;background: #f2f2f2;box-sizing: border-box;max-height:580px;overflow-y: scroll;}
.modal_wrap .modal .spk .flexbox .spk_cv .cv_box {border-bottom: 1px solid #ddd;padding: 30px 0;}
.modal_wrap .modal .spk .flexbox .spk_cv .cv_box:last-child{border-bottom: none;}
.modal_wrap .modal .spk .flexbox div:first-child {padding: 0;border-right: none;}
.modal_wrap .modal .spk .inner_list {list-style: disc;}

.tour_table {margin-top: 80px;}
.table_b {border-top: 2px solid #74A4D6;width: 100%;}
.table_b th, .table_b td {padding: 20px;border-bottom: 1px solid #ddd;font-size: 16px;color: #111;line-height: 2;}
.table_b th {font-weight: 600;color: #047ac7;background: #f1f8ff;}
.table_b td {border-left: 1px solid #ddd;color: #047ac7;font-weight: 600;padding: 20px 40px;}
.table_b td span {color: #74a4d6;font-weight: 400;display: inline-block;margin-left: 10px;}

p.red {font-size: 14px;color: #dd0000;}

.trans > div:not(:last-child) {margin: 0 0 100px;}
.trans .title_blue16 {margin: 0 0 30px;}
.trans h5{font-weight: 700;font-size: 26px;color: #0c0c0c;font-family: 'Montserret';margin: 0 14px 20px;}
.trans .flex {display: flex;margin-bottom: 20px; flex-wrap: wrap;}
.trans p {font-size: 16px;line-height: 1.5;margin: 0;}
.trans ul {padding: 0;display: flex;margin: 0;width: 100%;flex-wrap: wrap;gap: 20px;}
.trans ul li {font-size: 18px;font-weight: 800;color: #111;}
.trans ul li span {display: inline-block;margin-right: 10px;border-radius: 200px;border: 1px solid #0097c4;padding: 10px 20px;color: #0097c4;font-weight: 500;}
.trans img {width: 100%;}

/* ############### Sub_useful_info ############### */
.Sub_useful_info { padding: 30px 0px; }

.Sub_useful_info .useful_info_box { margin-bottom: 70px; position: relative;}

/* .Sub_useful_info .useful_info_box .title_icon { width: 75px; height: 75px; z-index: 1; borde-radius: 3px; border: 1px solid #cccdce; box-shadow: 0px 1px 2px 1px rgba(150, 150, 150, 0.3); position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background-color: #ffffff; display: flex; align-items: center; justify-content: center; } */
.Sub_useful_info .useful_info_box .title_icon { background:#74A4D6;color:transparent;-webkit-background-clip: text;}


/* text box style */
.Sub_useful_info h3 { font-weight: 700;font-size: 26px;color: #0c0c0c;font-family: 'Montserret';margin: 0 0 20px; padding: 0 10px;}
.Sub_useful_info .useful_info_box .text { width: 100%; font-size: 16px; color: #404b58; line-height: 1.7; padding: 0 10px;}
.Sub_useful_info .useful_info_box .text > .s_text { font-size: 0.8rem; }
.Sub_useful_info .useful_info_box .list_style_A {display: flex;width: 100%;padding: 0;flex-wrap: wrap;justify-content: space-between;}
.Sub_useful_info .useful_info_box .list_style_A li {border: 1px solid #ddd;padding: 20px;width: 24%; box-sizing: border-box;}
.Sub_useful_info .useful_info_box .list_style_A.box2 li {width: 49%;}
.Sub_useful_info .useful_info_box .list_style_A li span {display: block;margin-bottom: 10px;text-decoration: underline;font-family: 'Montserrat';color: #74A4D6;font-weight: 18px;font-weight: 600;}
.Sub_useful_info .useful_info_box .list_style_B { list-style-type: disc; display: flex; }
.Sub_useful_info .useful_info_box .list_style_B > li { width: 50%; }

/* image */
.Sub_useful_info .useful_info_box .image { width: 100%; margin: 10px auto; }
.Sub_useful_info .useful_info_box .image > img { width: 50%; }

/* websites_list */
.Sub_useful_info .useful_info_box .websites_list { display: flex; justify-content: space-between; gap:20px;}
.Sub_useful_info .useful_info_box .websites_list ul { width: 50%; padding: 0;}
.Sub_useful_info .useful_info_box .websites_list ul > li { display: flex; padding-left: 18px; background-image: url(.Images/list_dot.png); background-position: left top 15px; background-repeat: no-repeat; background-size: 5px; border-bottom: 1px solid #ddd;padding: 10px;}
.Sub_useful_info .useful_info_box .websites_list ul > li.dot_hide { background-image: none; }
.Sub_useful_info .useful_info_box .websites_list ul.visa_list li {}
.Sub_useful_info .useful_info_box .websites_list ul.visa_list li div {}
.Sub_useful_info .useful_info_box .websites_list ul.visa_list li div:first-child {border-bottom: none;}
.Sub_useful_info .useful_info_box .websites_list ul li > div { padding: 5px 0;}
.Sub_useful_info .useful_info_box .websites_list ul li > div:nth-child(1) { width: 20%; min-width: 90px; }
.Sub_useful_info .useful_info_box .websites_list ul li > div:nth-child(2) { width: 70%; }
.Sub_useful_info .useful_info_box .websites_list ul li > div:nth-child(3) { width: 10%; }
.Sub_useful_info .useful_info_box .websites_list ul li > div:nth-child(3) a { display: flex; align-items: center; justify-content: center;justify-content: flex-end; }
.Sub_useful_info .useful_info_box .websites_list ul li > div:nth-child(3) a img { width: 45px; max-width: 95%; }
.Sub_useful_info .emergency ul {padding: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.Sub_useful_info .emergency ul li {border: 1px solid #ddd;padding: 20px;width: 19%;font-size: 18px; box-sizing: border-box;}
.Sub_useful_info .emergency ul li h5 {margin: 5px 0 0;font-size: 16px;line-height: 1.2;height: 80%;display: flex;flex-direction: column; justify-content: space-between;gap: 10px;}
.Sub_useful_info .emergency ul li h5 span {display: block;color: #74A4D6;font-weight: 800;font-family: 'Montserrat';font-size: 24px;}
.Sub_useful_info .emergency ul li:nth-child(3) h5 span {}

.accommo > div:not(:last-child) {margin-bottom: 60px;}
.accommo img {
	width: 100%;
}


@media screen and (max-width:1400px) {

}

@media screen and (max-width:1200px) {
   
}

@media screen and (max-width:640px) {
    .table_wrap {width: 640px; overflow-x: scroll;}

}

/*######## header ##############*/
header {
    background-color: transparent;
    padding: 0px 0px;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* header_main_menu_wrap */
header .header_main_menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
}

.site-link-btn {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #0173ba;
    color: #fff;
    display: inline-block;
}

#headerInner {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom:1px solid #fff; 
	border-bottom:1px solid rgba(255,255,255,0.2);
}

#headerInner .header-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1420px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom:0px solid #74A4D6 ;
}

#headerInner .header-box>h1>a {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

#headerInner .header-box>h1>a>img {
    width: 100%;
}

#headerInner .logo {
    position: relative;
    left: 13px;
    z-index: 999;
    width: 140px;
}

#headerInner .logo img {
    width: 100%;
}

#headerInner .Mobile-logo {
    display: none;
    z-index: 999;
    width: 80px;
    position: relative;
    left: 2%;
}

#headerInner .fixed-logo {
    display: none;
    position: absolute;
    left: 1%;
    top: 0px;
    z-index: 999;
    width: 160px;
}

#headerInner .menu_right_wrap.pc_ver {
	 display: flex;
}

#headerInner .menu_right_wrap {
    position: relative;
    right: 13px;
    z-index: 99999;
    align-items: center;
    gap: 14px;
}

#headerInner .menu_right_wrap>li>a {
    height: 34px;
    display: block;

}


#headerInner #m-gnb .menu_right_wrap {
	display: none;
	top: 60px ;		
	padding-left: 5%;
}

#headerInner #m-gnb .menu_right_wrap>li>a {
	color: #74A4D6;
    border: 1px solid #74A4D6;
	height: 30px;
	width: 80px;
	border-radius: 50px;
    display: flex;
    justify-content: center;
	align-items: center;
}

.TopQbtn {
    width: 100px;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px;
    cursor: pointer;
    border-radius: 50px;
}

.TopQbtn:hover {
    background-color: #1974ac;
    text-decoration: none;
    font-weight: bold;
}

/* -------- headerInner :: fixed -------- */
#headerInner.fixed {
    animation: 4 0.7s;
}

@-webkit-keyframes HeaderFixed {
    from {
        top: -120px
    }

    to {
        top: 0;
    }
}

@keyframes HeaderFixed {
    from {
        top: -120px
    }

    to {
        top: 0;
    }
}


/* ****************** GNB 오버시 나타나는 배경 ********************** */
#gnbBg {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 98;
    display: none;
}

#gnbPcBg {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    z-index: 98;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

#gnbPcBg.open {
    height: 270px;
    border-bottom: #765b73 solid 3px;
}

#gnb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
}

#gnb ul.clearfix>li>a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb ul.clearfix>li>a:hover,
#gnb ul.clearfix>li.on>a {
    color: #74A4D6;
    text-decoration: none;
}

#gnb ul.clearfix>li>a:hover:before,
#gnb ul.clearfix>li.on>a:before {
    width: 100%;
    margin-left: -50%;
    text-decoration: none;
}

#gnb .gnb-2dep {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 0;
    padding: 20px 0px 0px 0px;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

#gnb .gnb-2dep.open {
    height: 270px;
}

#gnb .gnb-2dep>li>a span {
    display: inline-block;
    line-height: normal;
    text-decoration: none;
}



#gnb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#gnb ul.clearfix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0px 0px 0px 100px;
    padding: 0;
    gap: 30px;
}

#gnb ul.clearfix>li {
    position: relative;
    text-align: center;
    list-style: none;
	width: 110px;
}

#gnb ul.clearfix>li>a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 97px;
    color: #fff;
    letter-spacing: 0.5px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb ul.clearfix li:last-child {
    margin-right: 0px;
}

#gnb .gnb-2dep {
    width: 200px;
}

#gnb ul.clearfix>li.gnb8>ul {
    width: 140px;
}

#gnb .gnb-2dep>li {
    text-align: center;
    margin-bottom: 10px;
}

#gnb .gnb-2dep>li>a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}



/* -------- GNB :: fixed -------- */
#gnb.fixed ul.clearfix>li>a {
    line-height: 72px;
}

#gnb.fixed #gnbPcBg {
    top: 100px;
}

#gnb.fixed .gnb-2dep {
    top: 80px;
    width: 200px;
}

/* ****************** 모바일 GNB ********************** */
#m-gnb {
    display: none;
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99998;
}

#m-gnb.open {
    right: 0;
}

#m-gnb #navigation {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin-top: 72px;
}

#m-gnb #navigation>li {
    width: 100%;
    background-color: #fff;
    text-align: left;
}

#m-gnb #navigation>li>a {
    display: block;
    padding: 5%;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

#m-gnb #navigation>li>a em {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

#m-gnb #navigation>li .gnb-2dep {
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 5% 0;
}

#m-gnb #navigation>li .gnb-2dep>li .gnb-3dep {
    display: none;
    padding: 0 13%;
}

#m-gnb #navigation>li .gnb-2dep li>a {
    display: block;
    font-size: 15px;
    padding: 2% 5% 4% 5%;
    letter-spacing: -0.5px;
    color: #1d242a;
    font-weight: 300;
}

#m-gnb #navigation>li .gnb-2dep li>a i {
    display: none;
}

.m-util {
    display: none;
    position: absolute;
    top: 5%;
    right: 3%;
}

.nav-open-btn {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateX(0);
    -moz-transform: translateX(0);
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 3%;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
	 width: 35px;
        height: 35px;
}

.nav-open-btn>span {
    display: block;
    width: 35px;
    height: 4px;
    margin: 5px 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 2px;
	background-color: #fff;
}



.nav-open-btn>span.line1,
.nav-open-btn>span.line2 {

}

.nav-open-btn>span.line3 {

}

.nav-open-btn.on {
    z-index: 99999;
}

.nav-open-btn.on>span {
    background-color: #000;
    height: 3px;
}

.nav-open-btn.on>span.line1 {
    width: 35px;
    -ms-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.nav-open-btn.on>span.line2,
.nav-open-btn.on>span.line4 {
    display: none;
}

.nav-open-btn.on>span.line3 {
    width: 35px;
    -ms-transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    margin-top: -8px;
}

.nav-open-btn.on>span.line {
    background-color: #000;
}

.MMbtn {
    width: 40%;
    background-color: #9c005e;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
}

@media all and (max-width: 1600px) {}

@media all and (max-width: 1400px) {
    /* #gnb ul.clearfix>li {
        width: 140px;
    }

    #gnb .gnb-2dep {
        width: 140px;
    } */

}

@media all and (max-width: 1200px) {

    /* ****************** HEADER ********************** */
    header {
        height: 72px;
    }

    #headerInner .logo {
        left: 3%;
    }

    #headerInner .Mobile-logo {
        display: block;
    }

    #headerInner.fixed .Mobile-logo {
        display: block;
    }

    #headerInner .menu_right_wrap {
        right: 2%;
    }

	#headerInner .menu_right_wrap.pc_ver {
		display: none;
	}

		#headerInner #m-gnb .menu_right_wrap {
		display: flex;
	}

    #headerInner .util2 {
        display: none;
    }

    #headerInner .util3 {
        display: none;
    }

    #headerInner.fixed .fixed-logo {
        display: none;
    }

    #headerInner .menu_right_wrap .home_btn,
	 #headerInner .menu_right_wrap .login_btn,
	  #headerInner .menu_right_wrap .mypage_btn {
        display: flex;
	
    }


    /* ****************** GNB ********************** */
    #gnb {
        display: none;
    }

    #gnb ul.clearfix {
        width: auto;
    }

    #gnb ul.clearfix>li>a {
        font-size: 16px;
    }

    #gnb ul.clearfix>li {
        margin-right: 20px;
    }

    #gnb .gnb-2dep>li>a {
        font-size: 14px;
    }

    .TopQbtn {
        width: 96px;
        padding: 8px 0;
        font-size: 15px;
    }

    /* ****************** 모바일 GNB ********************** */
    #m-gnb {
        display: block;
    }

    .nav-open-btn {
        display: block;
       
    }

    #headerInner.fixed .nav-open-btn {
        top: 20px;
    }

    #headerInner.fixed #m-gnb #navigation {
        margin-top: 73px;
    }
}

@media all and (max-width: 1000px) {
    #gnb ul.clearfix {
        width: auto;
    }

    #gnb ul.clearfix>li>a {
        font-size: 14px;
    }

    #gnb ul.clearfix>li {
        margin-right: 15px;
    }

    #gnb .gnb-2dep>li>a {
        font-size: 12px;
    }

    .TopQbtn {
        width: 80px;
        padding: 8px 0;
        font-size: 14px;
    }
	.title_blue16 {
		font-size: 22px;
	}

	.modal .flexbox {
		flex-wrap: wrap;
	}
	.modal_wrap .modal .spk .flexbox .spk_img {
		width: 100%;
		margin-bottom: 20px;
	}
	.modal_wrap .modal .spk .flexbox .spk_img img {
		width: 240px;
	}
	.modal_wrap .modal .flexbox > div {
		width: 100%;
	}
	.modal_wrap .modal .flexbox > div:last-child {
		padding: 0px;

	}
	.modal_wrap .modal .spk .flexbox .spk_cv {
		width: 100%;
	}

    .tab {
        justify-content: flex-start;
    }
    .tab li {
        width: 49.5%;
        margin-bottom: 6px;
    }
}

@media all and (max-width: 600px) {
       .tab li {
        width: 100%;
    }
}