@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');


#sub_container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 10px 40px 10px;
}

#sub_container.subpage{
	min-height: calc(100vh - 546px);
}

.sub_area {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.subimg {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background-image: linear-gradient(90deg, #601986 0%, #e4007f 100%);
	background-image: linear-gradient(90deg, #aa4b6b 0%, #6b6b83 50%, #3b8d99 100%);
	background-image: linear-gradient(90deg, #cc2b5e 0%, #753a88 100%);
}

.mainbr{
	display:inline;
}

.subimg_inner > img{
/* 	height:80%;
	position: relative;
	opacity: 0.2;
	margin-left:15px; */
	position: absolute;
	top: 47px;
	right: 32%;
	height: 154%;
	opacity: 0.2;
	transform: rotate(41deg);
}

.subimg_inner {
	position: relative;
	width:100%;
	margin: 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subimg_inner > h1 {
	position: relative;
	font-size: 47px;
	color: white;
	margin: 0;
}



.inner_t{
	position:absolute;
	bottom:8px;
	right:0;
	color:#fff;
}

.inner_t > a{
	color:#fff;
	font-size:14px;
}

.inner_t > a:hover{
	text-decoration:underline;
	text-underline-offset : 3px;
}

#sub_container.subpage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.apply_chk_container .submain_title {
	position: absolute;
	top: 30px;
	left: 10px;
	margin-bottom: 0;
}

.sub_area.apply_chk_area {
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
}

.final_txt {
	text-align: center;
	font-size: 25px;
	color: #979d9e;
	margin-top:25px;
}

.apply_chk_container {
  width: 100%;
}

.apply_chk_box {
	border: 1px solid #ddd;
	background: #e0eef5;
	padding: 40px 10px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #1a367d;
	border-radius: 20px;
	width: 90%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
}

.pre_chk.apply_chk_box{
	border: 1px solid #ddd;
	background: #e0eef5;
	padding: 45px 10px;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #000;
	border-radius: 20px;
	width: 90%;
	margin-left: 5%;
	position: relative;
	overflow: hidden;
}

.black {
  color: #000;
	
}

.mainpage_button {
  margin-top: 20px;
}


.mainpage_button > button {
	height: 40px;
	width: 130px;
	background-color: #7D1C4A;
	color: white;
	transition: 0.3s;
	font-size: 16px;
	margin-top: 10px;
	line-height:40px;
}

.mainpage_button > button:hover{
	background-color: #531331;
}


/************************************** °Ô½ÃÆÇÇü Å×ÀÌºí **/

.notice_table {
	width: 100%;
	border-top: 3px solid #557C55;
	table-layout: fixed;
}

.notice_table tr {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.notice_table th {
	padding: 15px 0;
	background-color: #fafafa;
	vertical-align: middle;
	font-size: 15px;
}


.com_table_td > td > a{
	font-size:15px;
}

.com_table_td > td > a:hover{
	color:#FE7A36;
}

.notice_table td {
	text-align: center;
	padding: 13px 5px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	line-height: 1;
}

.notice_table td.left_txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
  max-width: 100%;
}

.notice_table td:nth-child(4) {
  font-size: 14px;
}

.cate_01{color:#0068b7;}  /* ¸ðÁý°ø°í */		
.cate_02{color:#542750;}  /* ¸éÁ¢¾È³» */
.cate_03{color:#ea5524;}  /* ÀÏÁ¤¾È³» */

/** ¸¶ÀÌÆäÀÌÁö **/
#sub_container.mypage{
	min-height: calc(100vh - 430px);
}

.sub_nav {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-box-pack: start;
	-moz-box-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	border-top: 2px solid #666;
}


.mypage_tab{
  margin-bottom: 35px;
}

.mypage_tab > a{
	flex:1;
	height: 50px;
	border: 1px solid #ccc;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	transition: 0.5s;
	background-color: #fff;
	border-bottom: 2px solid #21378a;
	border-right:none;
}

.mypage_tab > a:last-child{
	border-right:1px solid #ccc;
}

.mypage_tab > a.active{
	background-color: #f8fdff;
	color: #172761;
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.05);
	border-color: #21378a;
	border-bottom: none;
	border-width:2px;
	border-right: 2px solid #21378a;
}

.mypage_tab > a.reader_mange{
	margin-top:5px;
	background-color:#23486A;
	color:#fff;
	border:none;
	width:100%;
	flex:none;
}

.mypage_tab > a:nth-child(5){
	border-right:1px solid #ccc;
}

.sub_details {
	position: relative;
	width: 100%;
	height: auto;
}

.details_box {
	position: relative;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 0;
}

.common_table {
	width: 100%;
	border-top: 3px solid #074799 ;
	table-layout: fixed;
}

.common_table tr {
  border-top: 1px solid #ccc;
	position:relative;
}

.common_table tr.com_table_th {
  border-top: none;
}

.com_edu_table.common_table th {
	padding: 14px 0;
	background-color: #F3F3F3;
	vertical-align: middle;
	font-size: 15px;
}

.common_table td {
	text-align: center;
	padding: 10px;
	font-size: 15px;
	line-height:1.5;
	overflow: hidden;
  position: relative;
	vertical-align:middle;
}

.common_table td.left_txt{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.common_table th {
	padding: 16px 0;
	background-color: #F3F3F3;
	vertical-align: middle;
	font-size: 16px;
}

.wrap_qr_img{
	width:100%;
	position:relative;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top:10px;
}

.qr_img{
	width:305px;
	height:305px;
	border:1px solid #ddd;
	padding:5px;
}

.qr_img > img{
	width:100%;
	height:100%;
}


.subpage_tit{
	font-size:17px;
	margin-bottom:10px;
}

.subpage_tit > .fa{
	position:relative;
	margin-right:3px;
}

/* .notice_page{
	margin-bottom:20px;
} */

.faq_warp{
	position:relative;
	width:100%;
	margin-bottom:40px;
	padding:0 3px;
}

.notice_page{
	position:relative;
	width:100%;
	padding:0 3px;
}

.question_box{
	width:100%;
	position:relative;
	padding:9px 15px;
	border:1px solid #ddd;
	box-shadow:0px 4px 6px -5px rgba(212, 212, 212, 1);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-moz-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height:1.6;
	font-size:16px;
	cursor:pointer;
}


.question_box.q_open{
	background-color:#21378a;
	color:#fff;
}


.question_box .q_txt{
	font-size:16px;
	position:relative;
	margin-right:10px;
	font-weight:bold;
	color:#ab1e24;
	width:15px;
	height:auto;
}

.question_box.q_open .q_txt{
	color:#fff;
}


.answer_box > .q_txt{
	width:100%;
	display:block;
	color:#ab1e24;
	line-height: 1;
  margin-bottom: 5px;
}

.question_box > .fa{
	font-size:14px;
	width:10px;
	margin-left:45px;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
}

.question_box > .q_sigungu {
	margin-right:10px;
	width:70px;
}

.question_box > p{
	width:calc(100% - 60px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
}

.answer_box{
	padding:15px 10px;
	line-height:1.7;
	border:1px solid #ddd;
	border-top:none;
	position:relative;
	width:99%;
	margin-left:1%;
	font-size:15px;
	background-color:#fafafa;
	display:none;
}

.faq_inner{
	margin-bottom:10px;
}

.mypage_info .submain_title{
	font-size:35px;
}

.edit_btn{
	width:100%;
	position:relative;
	margin-top:5px;
	text-align:right;
	padding-right:3px;
}

.edit_btn > a{
	text-align:center;
	position:relative;
	display:inline-block;;
	width:70px;
	line-height:25px;
	background-color: #7d1c4a;
	color:#fff;
	font-size:14px;
}

.edit_btn > a:hover{
	background-color:#531331;
}

.calendar_area .calendarControl > ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calendar_area .calendarControl > ul .dateTxt{
	margin:0 20px;
}

.calendar_area .calendarControl > ul .dateTxt > p{
	position:relative;
	top:3px;
	font-size:30px;
}

.calendar_area .calendarControl > ul > li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.calendar_area .calendarControl > ul a{
	font-size:33px;
	width:32px;
	height:30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calendar_area .calendarControl > ul a:hover{
	color:#FE7A36;
}


.calendar_area #calendarForm{
	margin-top:30px;
}

.fc-head-container.fc-widget-header > div > table > thead > tr > th{padding:10px 0;}

/**** Ãâ°á°ü¸® **/

.attendance_details .details_box > .title_table{
	position: relative;
	width: 100%;
	border-top: 2px solid #023287;
}

.attendance_details .details_box > .title_table tr > td{
	padding: 8px 5px;
  border: 1px solid #bbb;
	font-size:14px;
}

.attendance_details .details_box > .title_table tr > td:first-child{
	background-color: #efefef;
	font-size:14px;
}

.attendance_details .sub_tit{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.attendance_details .details_box h3 {
	font-size: 17px;
	margin-bottom: 10px;
	position: relative;
}

.attendance_details .details_box .sub_tit > h3{
	margin-bottom: 0;
}

.attendance_details .sub_tit > button{
	border: none;
	margin-left: 15px;
	padding: 4px 7px;
	background-color: #5F8670;
	color: white;
	line-height:1;
	font-size: 12px;
}

.attendance_details .scroll_table{
	overflow-x: scroll;
  padding-bottom: 5px;
}

.attendance_details .atten_table{
	position: relative;
	width: 100%;
	min-width: 850px;
	table-layout: fixed;
}

.attendance_details .atten_table th{
	padding: 5px 0;
	border: 1px solid #bbb;
	background-color: #efefef;
	vertical-align: middle;
	font-size: 14px;
}

.attendance_details .atten_table td{
	padding: 6px 8px;
  font-size: 13px;
  border: 1px solid #bbb;
  vertical-align: middle;
  line-height: 1;
}


.attendance_details .atten_table td.td_mid{
	text-align: center;
}

.attendance_details .atten_table td.td_mid{
	text-align: center;
}

.attendance_details .allchk span{font-size: 10px;}

.attendance_details .atten_table td > input{width:15px; height:15px;}

.attendance_details .atten_table td > input[type=checkbox]{margin-top:3px;}

.attendance_details .atten_table td.attend_time > select{
	width: calc(50% - 4px);
  height: 25px;
}

.attendance_details .atten_table td.attend_time > select:first-child {
  margin-right: 2px;
}

.attendance_details .atten_table td.attend_time > select:last-child{
  margin-left: 2px;
}

.attendance_details .atten_table td > button{
	padding: 2px 9px;
	border: none;
	color: white;
	background-color: #666;
	font-size:13px;
}

.attendance_details .details_box{
	margin-bottom:30px;
}

.subsearch_inner{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	padding: 0 5px;
}



.attendance_details .details_box.non_margin{
	margin-bottom:0;
}

.subsearch_inner select{
	width: 60px;
}

.subsearch_inner input {
	width: 110px;
	margin: 0;
	padding: 0 3px;
	margin:0 3px;
}

.subsearch_inner input:last-child{
	width:50px;
	margin:0;
}

.inner_btn.attendance{
	position:relative;
}

.inner_btn.attendance > button{
	width:80px;
	margin:0;
	font-size:13px;
	height:30px;
}

.inner_btn.attendance > button:nth-child(2){margin:0 5px;}

/*********************************************************** ¸ðÁý¿ä°­ **/

.guide_tit{
	margin-bottom:20px;
	font-size:17px;
	padding-left:5px;
}

.loaction_box{
	border:1px solid #ddd;
	width:49.5%;
	min-height:70px;
	position:relative;
	margin-right:1%;
	margin-bottom:15px;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-align: start;
	-moz-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.loaction_box:nth-child(2n){margin-right:0;}

.guide_wrap{
	position:relative;
	width:100%;
}

.loaction_box > .tit{
	position:relative;
	width:90px;
	height:100%;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color:#21378a;
}

.para_guide .loaction_box > .tit{
	background-color:#0c6ab2;
}


.loaction_box > .tit > p{
	color:#fff;
	font-size:17px;
}

.loaction_box > .cont{
	position:relative;
	width:calc(100% - 90px);
	height:auto;
	padding:15px 10px;
}

.guide_line:first-child{
	margin-bottom:15px;
	font-size:19px;
	margin-top:5px;
}

.guide_line:first-child > span > p{
	position:relative;
	font-size:17px;
}

.guide_line:first-child > span:first-child{
	margin-right:35px;
}

.guide_line:first-child > span > p:first-child{
	margin-right:5px;
}

.guide_line:first-child > span > p:first-child::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background: rgba(33, 55, 138, 0.2);
	z-index: 88;
	bottom: -1px;
	left: 0px;
}

.guide_line:first-child > span > p:last-child{
	color:#0c6ab2;
}

.guide_line:last-child{
	width:100%;
}

.guide_line > p{
	width:25%;
	margin:6px 0;
	font-size:16px;
}

.guide_line.gosung > p{
	width:28%;
}

.guide_line > p > .fa{
	font-size:4px;
	position:relative;
	top:-4px;
	margin-right:4px;
}

.guide_wrap .caution{
	width:100%;
	color:#CD1818;
	font-size:14px
}

/* .para_guide .guide_wrap .caution{
	color: rgba(0, 80, 164, 1);
}
 */
.guide_tab{
	margin-bottom: 30px;
	margin-top:20px;
}

.guide_tab > a {
	width: 50%;
	height: 50px;
	border: 1px solid #ccc;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	background-color: #d9eafc;
	border: 1px solid #0c6ab2;
	cursor:pointer;
	border-top-right-radius:12px;
	border-top-left-radius:12px;
	color:#0c6ab2;
}

.guide_tab > .nonepara_tab.nonepara_tab {
	background-color:#f4f9fc;
	color:#21378a;
}

.guide_tab > .nonepara_tab.nonepara_tab.active {
	color: #fff;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	background-color: #21378a;
}

.guide_tab > .para_tab.active {
	color: #fff;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	background-color: #0c6ab2;
}

.guide_tab > .para_tab.active + .sub_btn {
	background-color:#f4f9fc;
}

.nonpara_guide{
	display:none;
}

.mo_span{display:none;}

.guide_span.mo_span{display:inline;}

.guide_tit > .fa{
	font-size:13px;
	position:relative;
	margin-right:3px;
	top:-2px;
	color:#B31312;
}

.para_guide .guide_line:first-child > span > p:last-child{
	color:#21379d;
}

.para_guide .guide_line:first-child > span > p:first-child::before{
	background:rgba(84, 67, 125, 0.2);
}

.para_guide .guide_line:first-child > span > p:first-child::before {
	background: rgba(12, 106, 178, 0.2);
}

/****************************** ½Ã±º±¸ **/
/** ½Ã±º±¸ **/
.main_notie > .cont > .sigun_01{
	background-color:#e74524;
}

.main_notie > .cont > .sigun_02{
	background-color:#21378a;
}

.main_notie > .cont > .sigun_03{
	background-color:#f8b621;
}

.main_notie > .cont > .sigun_04{
	background-color:#124076;
}

.main_notie > .cont > .sigun_05{
	background-color:#DBA979;
}

.main_notie > .cont > .sigun_06{
	background-color:#713ABE;
}


/************ ½Ã±º±¸ °Ô½ÃÆÇ - ¸ÞÀÎ **/

.common_table td .sigun_p{
	width: 60px;
  margin: 0 auto;
	color:#fff;
	border-radius: 5px;
	font-size: 16px;
  padding: 0;
}

.common_table td.sigun_01 .sigun_p{
	background-color:#e74524;
}

.common_table td.sigun_02 .sigun_p{
	background-color:#21378a;
}

.common_table td.sigun_03 .sigun_p{
	background-color:#A94A4A;
}

.common_table td.sigun_04 .sigun_p{
	background-color:#3F7D58;
}

.common_table td.sigun_04{
	color:#0f3460;
}

.common_table td.sigun_05{
	color:#a7692d;
}

.common_table td.sigun_06{
	color:#4e2883;
}

.edu_file .common_table td .sigun_p{
	width: 80px;
	font-size:14px;
}


/************ ½Ã±º±¸ °Ô½ÃÆÇ - °¶·¯¸® **/
.gallery_tit > p.sigun_01{
	color:#e74524;
}

.gallery_tit > p.sigun_02{
	color:#21378a;
}

.gallery_tit > p.sigun_03{
	color:#f8b621;
}

.gallery_tit > p.sigun_04{
	color:#0f3460;
}

.gallery_tit > p.sigun_05{
	color:#a7692d;
}

.gallery_tit > p.sigun_06{
	color:#4e2883;
}

/************ ½Ã±º±¸ °Ô½ÃÆÇ - ÀÚÁÖÇÏ´ÂÁú¹® **/
.question_box > .q_sigungu.sigun_01{
	color:#e74524;
}

.question_box > .q_sigungu.sigun_02{
	color:#e74524;
}

.question_box > .q_sigungu.sigun_03{
	color:#f8b621;
}

.question_box > .q_sigungu.sigun_04{
	color:#0f3460;
}

.question_box > .q_sigungu.sigun_05{
	color:#a7692d;
}

.question_box > .q_sigungu.sigun_06{
	color:#4e2883;
}

.question_box.q_open > .q_sigungu {
	color:#fff;
}

/** ¸®µåÆäÀÌÁö ½Ã±º±¸ **/
.wrap_read_page .sigun_01{
	background-color:#e74524;
	padding:4px 10px;
	border-radius:5px;
	color:#fff;
}

.wrap_read_page .sigun_02{
	background-color:#21378a;
	padding:4px 10px;
	border-radius:5px;
	color:#fff;
}

.wrap_read_page .sigun_03{
	background-color:#f8b621;
	padding:4px 10px;
	border-radius:5px;
	color:#fff;
}

.wrap_read_page .sigun_04{
	color:#124076;
}

.wrap_read_page .sigun_05{
	color:#cb823d;
}

.wrap_read_page .sigun_06{
	color:#713ABE;
}

#sub_container.scheduel_read{
	min-height: calc(100vh - 430px);
}

.scheduel_read .read_tit.not_read_tit .read_info > span{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.scheduel_read .read_tit.not_read_tit .read_info > span > p:first-child{
	color:#0E46A3;
	font-size:15px;
	margin-right:10px;
}

.scheduel_read .read_tit.not_read_tit .read_info > span > p:last-child{
	font-size:14px;
}

.sigun_01.none_sigun{
	display:none;
}

.mp_mobr{display:none;}


.mypage .submain_title{
	margin-bottom:30px;
}




/****************************************************** ÀÎ»ç¸» ÁØºñÁß *****/
.greet_wrap h3{
	font-size:25px;
	line-height:1.6;
	color:#21378a;
	width:100%;
}

.greet_wrap p{
	margin-top:30px;
	font-size:21px;
	line-height:1.6;
	width:100%;
}

.greet_wrap{
	margin-top:20px;
	margin-bottom:10px;
	position: relative;
  width: 100%;
}

.greet_wrap > p{
	width:calc(100% - 400px);
}

.zone{
	width: 100%;
	position:relative;
}

.zone > div:first-child{
	width:100%;
	position:relative;
}

.zone_img{
	width:400px;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position:absolute;
	right:100px;
	top:110px;
}

.greet_wrap .greet_name{ 
	text-align:right; 
	font-size:21px;
	margin-top:20px;
	-webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	line-height:1;
	width:400px;
}

.zone_img > div{
	width:calc(100% - 100px);
	border-radius:20px;
	overflow:hidden;
	margin-left:100px;
}

.zone > div > p{
	width:calc(100% - 400px);
}

.zone > div > h3{
	width:calc(100% - 400px);
}

.zone_img > div > img{
	width:100%;
}






.greet_name > span{
	font-family: 'KyoboHandwriting2020A';
	font-size:39px;
	position:relative;
	margin-left:15px;
}

.sub_bar_area {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
	background-color: #fafafa;
}

.bar_inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	height: 55px;
}

.sub_home {
	width: 70px;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #ddd;
	height: 100%;
}


.sub_home img {
	width: 23px;
	vertical-align: top;
}

.bar_nav {
	position: relative;
	height: 100%;
	font-weight: 400;
}

.bar_nav > li {
	width: 200px;
	height: 100%;
}

.bar_nav > li > a {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #ddd;
	cursor: pointer;
}

.bar_nav > li:first-child > a {
  border-left: 1px solid #ddd;
}

.bar_nav > li > a > .fa {
	position: relative;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.bar_nav > li > ul {
	z-index: 9970;
	position: relative;
	display: none;
}

.bar_nav > li > ul > li {
	width: 100%;
	height: 50px;
}

.bar_nav > li > ul > li > a {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.bar_nav > li > ul > li:first-child > a {
  border-top: 1px solid #ddd;
}

.bar_nav > li > ul > li > a:hover {
	background-color: #F5F5F5;
}

.submain_title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: rgba(255, 101, 0, 0.4);
	z-index: 88;
	bottom: -3px;
	left: 0px;
}


.read_cont img.imoticon {
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.answer_box img{
	max-width:100%;
	height:auto !important;
}

.pop_input{
	position:relative;
	top:2px;
	margin-right:2px;
}

.popup_td > label{
	position:relative;
	top:2px;
}

.mogbr{
	display:none;
}

.zone > div > p > .pbr{
	display:none;
}

.fa-check-square-o{
	position: relative;
  top: 2px;
  margin-right: 4px;
}

/********************** È°µ¿ ºÐ¾ß ***/

.field_area {
	position: relative;
	width: 100%;
	margin-top:15px;
	padding: 0 5px;
}

.field_box {
	position: relative;
	width: calc(33.3% - 14px);
	min-height: 280px;
	border: 1px solid #6e78b7;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	font-size: 16px;
	background-color: #fff;
	margin-right:20px;
}

.field_box:first-child .field_cont{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.field_box:first-child .field_cont > p{
	width:50%;
}

.field_box:nth-child(3){
	margin-right:0;
}

.field_box:last-child{
	margin-right:0;
}

.field_box:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(135deg, #ec2F4B, #1aa9ff);
	box-sizing: border-box;
	border-radius: 10px;
	z-index: -1;
}

.field_box > h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #355F2E;
}

.field_cont {
	padding: 0 10px;
	position: relative;
	z-index: 110;
}

.field_cont > p {
	margin: 3px 0;
	width: 100%;
	display: inline-block;
	font-weight: 400;
	line-height:1.6;
}

.fieldbr{
	display:none;
}

.field_box > img{
	height:150px;
	position:absolute;
	bottom:10px;
	right:10px;
}

.field_box:first-child > img{
	height:100px;
}

.field_cont .fa-circle {
	font-size: 6px;
	position: relative;
	margin-right: 4px;
	top: -3px;
	color: #47663B;
}

.field_cont > p:last-child {
  margin-bottom: 0;
}

.edu_cate01{
	color:#074799;
}

.edu_cate02{
	color:#B82132;
}

.edu_cate03{
	color:#1B4D3E;
}

.edu_cate04{
	color:#EB5B00;
}

/*********************¿Â¶óÀÎ±³À° **/

.edu_area {
	position: relative;
	width: 100%;
	height: auto;
	padding:40px 10px;
}

.wrap_eduinfo {
	width: 100%;
	position: relative;
}

.wrap_eduinfo .edu_info {
	position: relative;
	width: 100%;
	padding:30px 20px;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 30px;
	background-color: #F2F9FF;
	padding: 15px 30px;
	border-radius: 15px;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
}

.wrap_eduinfo .edu_info > p {
	line-height: 1.7;
	position: relative;
/* 	top: -30px; */
}

.edu_info > p:first-child {
	font-size: 17px;
	position: relative;
	margin-bottom:3px;
	color:#077A7D;
}

.edu_area .fa-check-square-o{
	top:0;
}

.edu_info > p:last-child {
  font-weight: 100;
}

.circle_arrow {
	width: 50px;
	position: absolute;
	height: 50px;
	border-radius: 50%;
	background-color: #F96E2A;
	bottom:-10px;
	left:50%;
	transform: translateX(-50%);
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.circle_arrow > p {
	position: relative;
	top: 8px;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.circle_arrow span {
	font-size: 19px;
	position: relative;
	top: -1px;
}

.img_edu {
	position: absolute;
	bottom: 5px;
	right: 35px;
	width: 140px;
}

.wrap_edu {

	cursor: pointer;
	position: relative;
	aspect-ratio: 16 / 9;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	overflow: hidden;
	width:100%;
	margin-top:15px;
	height:100%;
}

.edu_play {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.edu_play > img {
	width: 180px;
	height: auto;
}

.wrap_edu > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.subpage.edu_area .common_table{
	margin-top:20px;
}

@font-face {
  font-family: 'JejuGothic';
  font-style: normal;
  font-weight: 200;
  src: url('/font/JejuGothic.ttf') format('woff2');
}


.certi_btn{
	position:relative;
	margin-top:10px;
	text-align:right;
}

.certi_btn > button{
	padding:2px 15px;
	background-color:#7D1C4A;
	font-size:15px;
	color:#fff;
	line-height:1;
}

.certi_popup{
	position:relative;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
	height:100%;
	font-family:JejuGothic;
	padding:10px;
}

.wrap_cp {
  position: relative;
	width:575px;
	height:100%;
  transform: scale(1);    
}

.wrap_cp > img{
	width:575px;
}

.cp_both .number_area{
	position: absolute;
	top: 39px;
  right: 32px;
	font-size: 14px;
}

.cp_both .number_area > p{
}

.cp_both .name_area{
	position: absolute;
  right: 37px;
  top: 213px;
}

.cp_both .name_area > p{
	font-size:34px;
}

.cp_both .festiva_area{
	position: absolute;
	right: 41px;
	top: 262px;
	text-align: right;
}

.cp_both .festiva_area > p{
	font-size: 18.5px;
	line-height: 1.2;
}

.cp_both .date_area{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
  bottom: 198px;
}

.cp_both .date_area > p{
	font-size: 25px;
}

.cp_edu.cp_both .festiva_area{
	right: 40px;
}

.cp_edu.cp_both .festiva_area > p{
	font-size:21px;
}

.cp_edu.cp_both .number_area{
	right:23px;
}

.fin_sub{
	display: block;
	margin-top: 24px;
	font-size: 21px;
	color: #555;
}

.fin_sub > br{
	display:none;
}



@media print {
  @page {
    size: A4;
    margin: 0;
  }

  html, body {
    margin: 0;
    padding: 0;
    width: 794px;   /* A4 »çÀÌÁî °í·Á */
    height: 1123px;
  }

  .certi_popup {
		position:relative;
    width: 794px;
    height: 1123px;
    display: flex;
    align-items: center;
    justify-content: center;
		
  }

  .wrap_cp {
    width: 575px;
    height: 814px;
    transform: scale(1.32);
    transform-origin: middle;
    position: relative;
		margin-top:0.25cm;
  }

  .wrap_cp > img {
    width: 575px;
    height: 814px;
  }

}