@charset "utf-8";

/* 4차메뉴 */
#four_depth_nav{width:100%; }
#four_depth_nav dt{display:none;}
#four_depth_nav dd{width:100%; }
#four_depth_nav dd ul {margin-bottom: 20px; position: relative; display: flex; justify-content: center; text-align: center;}
#four_depth_nav dd ul li{border:1px solid #ddd; background: #fff; color: #Fff;  margin: 0 3px 3px 0; border-radius: 50px; font-weight: 500; transition:all ease-in 0.3s} 
#four_depth_nav dd ul li a{display:block; min-width: 200px; font-size:15px; padding:14px 20px; color:#555; line-height:150%;}

#four_depth_nav dd ul li.on a{color:#fff; font-weight:500;}
#four_depth_nav dd ul li.on{border:1px solid  #18af85;  background: #18af85;}

#four_depth_nav dd ul li:hover{background: #ddd;}
#four_depth_nav dd ul li.on:hover{background: #18af85;}


.sub_con{font-size:17px;color:#222; line-height:1.4; max-width:1400px;}
.sun_con img{max-width:100%; }

.d_flex_jcl{display:flex; justify-content:left;}
.d_flex_jcsb{display:flex; justify-content:space-between;}


table.tb01 { width: 100%; border-collapse: collapse; border-bottom: 1px solid #ddd; border-right: 2px solid #fff;  border-top: 2px solid #5485d6;}
table.tb01 th, 
table.tb01 td {font-size:17px; padding:18px 10px 16px; background:#fff; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align:center; vertical-align:middle}
table.tb01 th { background: #f3f7fc; color: #333; font-weight: 700; letter-spacing:-0.5px; }
table.tb01 .borR { border-right: 1px solid #ddd !important; }
table.tb01 .borL { border-left: 1px solid #ddd !important; }
table.tb01 tbody tr th:last-child { border-right: 0 none; }
.td_left{text-align:left !important}
.stxt{font-size:14px; text-align:right; display:block}


div table{width:100%; border-top:2px #666 solid; border-bottom:1px #dbdbdb solid; border-collapse:collapse}
div table th{ background:#f9f9f9; border-left:1px #999 dotted; border-top:1px #dbdbdb dotted; padding-top:5px; padding-bottom:5px; padding-left:3px; padding-right:3px; line-height:140%; text-align:center; color:#222; font-size:15px;}
div table th:first-child{border-left:none;}
div table td{border-top:1px #999 solid; padding:5px 2px 5px 2px; line-height:160%; text-align:center; word-break:break-all}
div table td a{color:#666;}
div table td a:visited{color:#666;}
div table td a:hover{text-decoration:underline; color:#111 !important;}
div table .td_left{text-align:left; padding:5px 10px 5px 10px}
div table .td_right{text-align:left; padding:5px 10px 5px 10px}

div #board_list_table td a{color:#666 !important;}
div #board_list_table td a:visited{color:#666 !important;}


.h3_tit{font-size:26px; font-family: 'Gmarket SansM'; font-weight:bold; display: flex; align-items: center;}
/* .h4_tit{font-size:30px; color:#222; margin-bottom:10px;   font-family: 'Gmarket SansB';} */
.h4_tit{font-weight:700;  font-size:20px; color:#37628c; margin-bottom:10px; position:relative; }

.c_box {padding:22px 30px; border: 2px solid #f0f0f0;}

ol.ol_li{list-style: none;  counter-reset: my-counter; padding-left: 0;}
ol.ol_li > li {counter-increment: my-counter;position: relative;font-size:16px; padding-left:35px;line-height: 1.5;margin: 10px 0;}
ol.ol_li > li:before{content: counter(my-counter);display: inline-block;border-radius: 19%;border: 1px solid #c5c5c5;width: 25px;height: 22px;text-align: center;vertical-align: middle;margin: -1px 0 0 0;text-indent:-1px; line-height: 1.8; background-color:#fff; position:absolute; left:0; font-size:14px;}

ol.ol_li > li > ol.ol_li_li{list-style: none;  counter-reset: my-counter; background: #f7f7f7; padding:20px; border-radius:10px;}
ol.ol_li > li > ol.ol_li_li > li{counter-increment: my-counter;  position: relative; margin-bottom:10px;  font-size:16px; color:#333}
ol.ol_li > li > ol.ol_li_li > li:before{content: counter(my-counter); display: inline-block;  background: #8f8f8f;color: #fff;border: 0;border-radius: 50%;width: 20px;height: 20px; font-size: 14px; line-height: 20px; margin: 0px 5px; text-align:center}

.que{font-size:18px;font-weight: 500;color:#231815;position: relative;display:flex;justify-content: flex-start;align-items: center;cursor: pointer;/* border-radius: 10px; *//* margin-bottom:10px; */height:60px;overflow:hidden;}
.que span{display:block;  }
.que .tit{margin-left: 13px;font-size:30px;font-family: 'Gmarket SansM';font-weight:bold;line-height: 1;}
.que.on{border-top: 1px solid #7496cb;}
.que.on > span.tit{font-weight: 700;  }

.num{background: linear-gradient(117deg, #30B1C4, #7d93db 100%) 50% 0% no-repeat; width: 32px; height:32px; display:inline-block; color:#fff;font-size:16px;text-align:center; margin-top: -5px; position: relative;  line-height: 34px; border-radius: 10px; font-family: 'Gmarket SansB' ;font-style: italic; margin-right:10px}
.num:after{/* content:""; */display:inline-block;background:linear-gradient(105deg, #669cd4 50%, transparent 50%);height:100%;width: 18px;left: 50px;position: absolute;}
.policy_con { font-size: 17px; padding: 40px; border-radius: 10px; border: 4px solid #f0f0f0; margin-top:10px; position:relative;}
.inq_b{text-align:center; margin-top:20px; color: #1c5d94;padding: 20px;  display: flex; align-items: center;  justify-content: center; gap: 8px; background: #f3f7fc;}
.tel_ico {background: #37628c; color: #fff; width: 20px; height: 20px; border-radius: 50%; display: inline-block; font-size: 10px; display: flex; align-items: center; justify-content: center; margin-top: -5px;}

.li_st1 > li{position:relative; padding-left: 10px; color:#222; font-size:16px; margin-bottom:5px; line-height: 1.8;}
.li_st1 > li:before{content:""; display:inline-block; background:#3150b7; width:4px; height:4px; border-radius:50%; position: absolute; left:0; top:10px; }

.li_st1.mab0 > li{margin-bottom:0;}

.li_st2 li{position:relative; padding-left: 10px; font-size:15px; color:#444; margin-bottom:4px;}
.li_st2 li:before{content:""; display:inline-block; background:#666; width:4px; height:2px; position: absolute; left:0; top: 10px; }

.li_st1 > li > b,
.li_st2 > li > b{font-weight:500; color:#000; }
.li_tit > li{padding-left:164px; position:relative; margin-bottom:10px; font-size:16px;}
.li_tit > li > .tit{padding: 2px 0; background:#5a5a5a; color:#fff; text-align:center; border-radius:30px; display:inline-block; margin-right:10px; font-weight:500; position:absolute; left:0; width:150px;  font-size:17px;}

.bglr_b{border:1px solid #bec8df; background:#f3f7fc; padding:50px; border-radius:20px;}

.col_st1{color:#f95151}

@media all and (max-width:765px) {
	table.tb01 th, 
	table.tb01 td { font-size: 16px;}

	.ovs_x{overflow-x: scroll;}
	.ovs_x table{width:800px}
}

/* 오시는길 */
#container2 {overflow:hidden;height:500px;position:relative; border: 1px solid #ddd;}
#btnRoadview,  #btnMap {position:absolute;top:5px;left:5px;padding:7px 12px;font-size:14px;border: 1px solid #dbdbdb;background-color: #fff;border-radius: 2px;box-shadow: 0 1px 1px rgba(0,0,0,.04);z-index:1;cursor:pointer;}
#btnRoadview:hover,  #btnMap:hover{background-color: #fcfcfc;border: 1px solid #c1c1c1;}
#container2.view_map #mapWrapper {z-index: 1;}
#container2.view_map #btnMap {display: none;}
#container2.view_roadview #mapWrapper {z-index: 0;}
#container2.view_roadview #btnRoadview {display: none;}
.map_info{padding: 40px 20px; border-bottom: 2px solid #5485d6;}
.map_info .tit{font-size: 30px; font-weight: 700; margin-bottom: 20px;}
.map_info .info{display:flex; font-size:20px; }
.map_info .info li{display: flex; align-items: center; margin-right:50px;}
.map_info .info_tit{background:#5485d6; border-radius: 50px;padding: 2px 29px; color:#fff;font-weight: 600;  margin-right: 10px; font-size: 18px;}

.list_table thead th{background:#f8f9fb !important; padding: 15px 0;}

#module_search_box #innerTable fieldset{display:flex; gap:5px;}

#module_search_box{background-image:none; background-color:#f5f6f9; padding:20px 50px; height:auto; border-radius:10px;}
#module_search_box fieldset{padding:0}
#module_search_box form#sear {display: flex; justify-content: space-between; gap:2px; align-items: center;}
#module_search_box fieldset select{height:20px; border: 1px solid #ddd; font-family: 'Gmarket SansM'; padding: 2px 20px 0;font-size: 12px;}
#module_search_box fieldset input#keyword { width:calc(100% - 18% - 8%);height:20px; border-radius:0; border: 1px solid #ddd; font-family: 'Gmarket SansM'; padding: 4px 20px 0;font-size: 15px; font-weight: normal;}
#module_search_box fieldset input.submit_btn {height: 30px; border-radius: 0; background: #353535; text-align: center; color: #fff; font-family: 'Gmarket SansM'; font-weight: normal; font-size: 16px; border: none; padding: 4px 12px 0px;}	

.pready_w{text-align:center; background:#f8fbff url('/images/ingu-youth/contents/ing_img.png') no-repeat center bottom; border:3px solid #cddce6; width:100%; height:518px; display:block; border-radius:30px; padding: 0 30px; }
.pready_w .tb_txt{font-size:50px; color:#04407e;font-family: 'Gmarket SansB'; margin:60px 0 5px; display:block; letter-spacing:-1px;}
.pready_w .ts_txt{font-size:20px; }

.bdb_col{border:4px solid #ffd5af}
.talt_b{display:flex; justify-content: center; align-items: center;  background: #f4f6ff;  padding: 30px 0 25px 0; border-radius:5px;}
.talt_b .talt_colb{display: inline-block; border: 4px solid #f9c16d; width: 30px;height: 16px;border-radius:4px;margin:-4px 6px 0 0;}

@media all and (max-width:765px) {
	.map_info { padding: 30px 8px;}
	.map_info .tit {font-size: 20px;}	
	.map_info .info{flex-wrap:wrap; font-size: 17px;}
	.map_info .info li{margin-bottom:5px;}
	.map_info .info_tit { padding: 2px 19px;font-size: 15px;}
}

@media all and (max-width:765px) {
	.h3_tit {font-size: 20px;}
	.h4_tit {font-size: 18px;}
	ol.ol_li > li {font-size: 15px;}
	.policy_con {padding: 20px; font-size: 15px;}
	
}

@media all and (max-width:499px) {
	.mat70 { margin-top: 35px !important;}
	.h3_tit { font-size: 20px;}
	.h4_tit { font-size: 16px;}
	.col3 > div{width:100%;}
	
	#four_depth_nav dd ul{flex-wrap:wrap}
	
	.link_btn{font-size:14px; padding: 12px 30px 11px 15px;}
	.link_btn:after{right: 10px;}
	.pready_w{height: 428px;}
	.pready_w .tb_txt {font-size: 30px;  margin:40px 0 5px;}
	.pready_w .ts_txt {font-size: 15px;}
}

