@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Anton|Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css");
@import url("https://cdn.jsdelivr.net/gh/xpressengine/xeicon@2.3.3/xeicon.min.css");

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(font/NanumSquare/NanumSquareR.eot);
 src: url(font/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquare/NanumSquareR.woff) format('woff'),
      url(font/NanumSquare/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(font/NanumSquare/NanumSquareB.eot);
 src: url(font/NanumSquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquare/NanumSquareB.woff) format('woff'),
      url(font/NanumSquare/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(font/NanumSquare/NanumSquareEB.eot);
 src: url(font/NanumSquare/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquare/NanumSquareEB.woff) format('woff'),
      url(font/NanumSquare/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(font/NanumSquare/NanumSquareL.eot);
 src: url(font/NanumSquare/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(font/NanumSquare/NanumSquareL.woff) format('woff'),
      url(font/NanumSquare/NanumSquareL.ttf) format('truetype');
}
@font-face {
font-family: 'Gotham Black Regular';
font-style: normal;
font-weight: normal;
src: local('Gotham Black Regular'), url('font/Gotham/Gotham-Black.woff') format('woff');
}

img {border:0px;}
body {width:100%;text-align:center;margin:0px;padding:0px;color:#000000;font-size:12pt;line-height:1.5;font-family: 'Nanum Gothic', sans-serif;}
table { border: 0; border-collapse: collapse;}
th { font-size:12pt;text-align:center;border-bottom:1px solid #818180;background-color:#f2f2ed;text-align:center;}
td { font-size:12pt;color: #000000;border-bottom:1px solid #818180;text-align:center;}
caption {overflow:hidden;margin:0;padding:0;border:0;height:0;width:0;line-height:0;font-size:0;}

body A:link		{ COLOR: #000000; TEXT-DECORATION: none;}
body A:visited	{ COLOR: #000000; TEXT-DECORATION: none;}
body A:active	{ COLOR: #000000; TEXT-DECORATION: none;}
body A:hover 	{ COLOR: #00469e; TEXT-DECORATION: none;}

h1 {margin:0;padding:0;}
h2 {margin:0;padding:0;font-size:16pt;}
h3 {margin:0;padding:0;}
h4 {margin:0;padding:0;}
h5 {margin:0;padding:0;}
h6 {margin:0;padding:0;}

.sr_only {position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0);  overflow: hidden;}
.ShareLink {display:none;}

#main_body_area {height: 100vh;min-width:300px;font-family: 'Nanum Gothic', sans-serif;position:relative;}
#main_body_area .section {height: 100vh;min-height:700px;}

#main_body_area .section:nth-child(1) {background:url(../img/main/main_visual_05_m.jpg) center center no-repeat ;background-size:cover;}
#main_body_area .section:nth-child(2) {background:url(../img/main/main_visual_02.jpg) center center no-repeat ;background-size:cover;}
#main_body_area .section:nth-child(3) {background:url(../img/main/main_visual_03.jpg) center center no-repeat ;background-size:cover;}
#main_body_area .section:nth-child(4) {background:url(../img/main/main_visual_04.jpg) center center no-repeat ;background-size:cover;}
#main_body_area .section:nth-child(5) {background:url(../img/main/main_visual_06.jpg) center center no-repeat ;background-size:cover;}


.gary_tab {width: 100%; margin: 20px 0 0; padding: 0; font-family:'NanumSquare' , sans-serif;}
.gary_tab > li {width: 100%; height: 40px; margin: 0; padding: 0;  border-bottom: 1px solid #426096; box-sizing: border-box; list-style:none; line-height: 40px;  font-size: 12pt; }
.gary_tab > li.on {background-color: #c3d0ed;  }
.gary_tab > li a {display: block; color: #142c62;}


.top_area {position:relative;width:100%;height:100%;}
.top_menu_area {width:100%;}
.top_menu_logo {width:100%;height:60px;text-align:left;box-sizing:border-box;padding-top:25px;padding-left:10px;}

.top_menu {display:none;}


.prev_section_area {display:none;}

.next_section_area {width:70px;z-index:500;position:absolute;left:50%;transform:translateX(-50%);bottom:50px;}
.next_section_area2 {width:70px;z-index:500;position:absolute;left:50%;transform:translateX(-50%);bottom:50px;}
.next_section_title {color:#fff;text-align:center;}
.next_section {width:16px;position:absolute;left:27px;top:30px;}
.section{position:relative;}
.menu_open {
    display: block;
	position:fixed; 
	top:20px; 
	right:20px; 
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    z-index: 11001;
    }

.contentBG {display:none;position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; opacity: 0.5; z-index:300; cursor:default;}
.side_area {position:relative; position:fixed; top:0; right:-260px; z-index:502; width:260px; height:100%; background-color:#fff;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling: touch;}
.side_GNB {text-align:center;}
.top_menu_quick_01{position:absolute;left:135px;top:50px;padding:0;border:1px solid #333;width:80px;text-align:center;height:18px;line-height:18px;font-size:10pt;font-family: 'Montserrat', sans-serif;letter-spacing:0.05em;padding:0;text-indent:0px;border-radius:10px 10px 10px 10px / 50% 50% 50% 50%;overflow:hidden;}
.top_menu_quick_02{position:absolute;left:5px;top:50px;padding:0;border:1px solid #333;width:120px;text-align:center;height:18px;line-height:18px;font-size:10pt;font-family: 'Montserrat', sans-serif;letter-spacing:0.05em;padding:0;text-indent:0px;border-radius:10px 10px 10px 10px / 50% 50% 50% 50%;overflow:hidden;}
.top_menu_quick_03{position:absolute;left:135px;top:20px;padding:0;border:1px solid #333;width:120px;text-align:center;height:18px;line-height:18px;font-size:10pt;font-family: 'Montserrat', sans-serif;letter-spacing:0.05em;padding:0;text-indent:0px;border-radius:10px 10px 10px 10px / 50% 50% 50% 50%;overflow:hidden;}
.top_menu_quick_04{position:absolute;left:5px;top:20px;padding:0;border:1px solid #333;width:120px;text-align:center;height:18px;line-height:18px;font-size:10pt;font-family: 'Montserrat', sans-serif;letter-spacing:0.05em;padding:0;text-indent:0px;border-radius:10px 10px 10px 10px / 50% 50% 50% 50%;overflow:hidden;}

.top_menu_quick {margin: 20px 15px 5px;padding: 0;overflow:hidden;text-align: left;} 
.top_menu_quick > li {display: inline-block;margin: 0 2px 5px;padding: 0;}
.top_menu_quick > li a {display: block; min-width: 70px; padding: 0 5px; border:1px solid #333; border-radius:10px 10px 10px 10px / 50% 50% 50% 50%;  letter-spacing:0.05em; color: #333; text-align:center; line-height: 1.4; font-size:10pt; font-family: 'Montserrat', sans-serif; }

.side_GNB .menu {margin:0; padding:0; background-color:#edf1f5; list-style:none; font-family: 'NanumSquare' , sans-serif;}
.side_GNB .menu ul {margin:0; padding:0;}
.side_GNB .menu li {margin:0px; padding:0px; list-style:none;text-align:left;font-size:11pt;}
.side_GNB .menu > li {border-bottom: 1px solid #999;}
.side_GNB .menu > li > a {display: block; height:40px;line-height:40px; padding: 0 15px; background:#fff url(../img/include/menu_off.png) 235px 12px no-repeat; font-size: 17px; font-weight: bold;}
.side_GNB .menu li a:hover 	{ COLOR:#1656ad;}
.side_GNB .menu > li.active .menu_sub_list {
    display: block;
	}

.menu_sub_list {display: none; margin: 0; padding: 0; background-color:#edf1f5;}
.menu_sub_list a {display: block; position: relative; padding: 10px 10px 10px 20px; border-top: 1px solid #ccc;}
/* .menu_sub_list > li > a::before {position: absolute; top: 20px; left: 20px; width: 3px; height: 3px; background-color: #666; border-radius: 100%; content: '';} */
.side_GNB .menu .depth3 {margin: 0 10px 10px 20px; background-color: #fff; border: 1px solid #ccc;}
.side_GNB .menu .depth3 > li > a {margin: 0 15px; padding: 10px 5px; border-top: 1px dashed #ccc;}
.side_GNB .menu .depth3 > li:first-child > a {border-top: none;}

.top_menu_search{position:absolute;top:120px;left:50%;margin-left:-150px;border:2px solid #fff;width:290px;height:40px;text-align:left;z-index:50;border-radius:20px 20px 20px 20px / 50% 50% 50% 50%;overflow:hidden;}
.top_menu_search .searchWord{position:absolute;top:0;left:15px;width:220px;height:40px;line-height:40px;background: transparent;border:none;color:#fff;font-size:12pt;margin-left:3px;font-weight:bold;font-family: 'Nanum Gothic', sans-serif;}

.top_menu_search .searchWord::-webkit-input-placeholder{color:#fff;font-size:12pt;margin-left:3px;font-weight:bold;font-family: 'Nanum Gothic', sans-serif;}
.top_menu_search .searchWord:-ms-input-placeholder{position:absolute;top:0;left:15px;width:220px;height:40px;line-height:40px;background: transparent;border:none;color:#fff;font-size:12pt;margin-left:3px;font-weight:bold;font-family: 'Nanum Gothic', sans-serif; }
.top_menu_search #search{margin-left:242px;margin-top:2px;}

.other_page {width:100%;box-sizing:border-box;padding:10px;text-align:left;font-size:12pt;}
.other_page .other_page_title {font-size:19pt;width:100%;height:60px;line-height:60px;text-align:center;background-color:#1656ad;color:#fff;border-radius:10px 10px 10px 10px / 10px 10px 10px 10px;overflow:hidden;}
.other_page ul {list-style:none;margin:0;padding:0;}
.other_page ul li{width:100%;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 9px no-repeat;padding-left:15px;box-sizing:border-box;font-weight:bold;color:#1656ad;}
.other_page ul li ul{width:100%;padding-left:0px;padding-top:0px;box-sizing:border-box;font-weight:normal;color:#000;}
.other_page ul li ul li{width:100%;background:url('/img/inc/bullet_02.gif') 0px 7px no-repeat;padding-left:10px;box-sizing:border-box;font-weight:normal;color:#444;margin-top:0px;font-size:11pt;}
.other_page ul li ul li.no_bullet{background:url('');margin-top:25px;}
.other_page ul li ul li ul li{width:100%;background:url('/img/inc/bullet_03.gif') 0px 7px no-repeat;padding-left:10px;box-sizing:border-box;font-weight:normal;color:#444;margin-top:0px;font-size:11pt;padding-top:0px;}
.other_page .lstyle_normal {margin-bottom: 10px; color: #333; font-weight: normal;}
	
/* ì›ìš°íšŒ */
.own_visual {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.own_visual img {
	max-width: 100%;
	}
.own_greeting {
	margin-top: 50px;
	text-align: left;
    line-height: 1.7;
    word-break: keep-all; 
    font-size: 15px;
	}
.own_greeting .first {
	display: block;
	text-align: center;
	}
.own_greeting .first img {
	max-width: 100%;
	}
.own_greeting .sign {
	text-align: right;
	}
	
.own_history  {
	position: relative;
	margin-top: 50px;
	text-align: left;
	font-weight: bold;
    word-break: keep-all; 
	}
.own_history .tit img {
	max-width: 100%;
	}
.own_history::after {
	display: block;
	width: 100%;
	height: 95px;
	background: url("../img/sub01/own_bg.png") no-repeat 0 0 / contain;
	content: '';
	}
.own_history .history_list {
	position: relative;
	margin: 0;
    padding: 0;
	}
.own_history .history_list > li {
	position: relative;
	margin: 25px 0 0;
	padding: 0 0 0 15px;
	list-style: none;
	}
.own_history .history_list > li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
	border-radius: 100%;
	content: '';
	}	
		
/* ê°œì¸ì •ë³´ì²˜ë¦¬ë°©ì¹¨ */
.privacy_policy {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
	word-break: keep-all; 
	}
.privacy_policy dl,
.privacy_policy dt,
.privacy_policy dd {
	margin: 0;
	padding: 0;
	}	
.privacy_policy .section_subject {
	margin-bottom: 25px;
	padding: 12px;
    background-color: rgb(22, 86, 173);
    border-radius: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 25px;
    overflow: hidden;
	}
.privacy_title {
	margin: 30px 0 15px;
	font-size: 18px;
	}	
.privacy_title .icon_box {
	display: inline-block;
    vertical-align: middle;
	}
.privacy_title .icon_box img {
	height: 40px;
	}
.h2_title {
    margin: 25px 0 10px;
    background: url(../img/include/sub01_04_01_bullet_01.png) 2px 9px no-repeat;
    padding-left: 15px;
    color: #1656AD;
	}
.h3_title {
	color: #0000ff;
    text-align: left;
    font-size: 23px;
    font-weight: 800;
	}
/* ë¸”ë¦¿  style */
[class^="lstyle_"] {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
[class^="lstyle_"] > li,
p[class^="lstyle_"]{
	position: relative;
	margin: 3px 0 0;
	padding: 0 0 0 13px;
	list-style: none;
    line-height: 1.6;
	overflow: hidden;
	}
[class^="lstyle_"] li:before,
p[class^="lstyle_"]::before {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	}
[class^="lstyle_"] > li:first-child {
	margin-top: 0;
	}
[class^="lstyle_"] ul {
	margin: 8px 0;
	color: #555;
	}
p.lstyle_normal,
.lstyle_normal > li {
	padding-left: 0;
	}	
p.lstyle_dot,
p.lstyle_line,
p.lstyle_arrow {
	position: relative;
	padding-left: 9px;
	margin-bottom: 10px;
	}
.lstyle_arrow > li,
p.lstyle_arrow {	
    padding-left: 10px;
    background: url(../img/include/bullet_02.gif) 0px 7px no-repeat;
	}	
.lstyle_dot > li:before,
p.lstyle_dot::before {
	width: 3px;
	height: 3px;
	background-color:#4ACAD5;
	border-radius: 100%;
	}
.lstyle_line > li:before,
p.lstyle_line::before {
	width: 6px;
	height: 1px;
	background-color: #666;
	}
.lstyle_normal .btn_line:visited {
	color: #fff;
	}
	
/* ë²ˆí˜¸ëª©ë¡ */	
.lstyle_number > li {
	margin-left: 25px;
	padding-left: 0;
	list-style: decimal;
	overflow: visible;
	}
.lstyle_number.round > li {
	position: relative;
	margin-left: 0;
	padding-left: 25px;
	list-style: none;
	counter-increment: number;
	}
.lstyle_number.round > li::before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 1.2;
    border: 1px solid #626262;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    content: counter(number, decimal);
    overflow: hidden;
	}	
.lstyle_number.round > li.point01::before {
	border-color: #f9415e;
	}	
.tstyle_list {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #000;
    border-collapse: collapse;
    }	
.tstyle_list th {
	padding: 10px;
    background-color: rgb(238, 249, 255);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    color: #333;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    word-break: keep-all;
	}
.tstyle_list td {
	padding: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
	}
.tstyle_list th:last-child,
.tstyle_list td:last-child  {
	border-right: none;
	}
.tstyle_list td.le {
	text-align: left;
	}
p.lstyle_normal + [class^="lstyle_"] {
	margin-top: 10px;
	}
.privacy_policy .etc_info {
	margin-top: 15px;
	}
.privacy_policy .etc_info ul {
	margin-left: 15px;
	}
.privacy_policy .etc_info li {
	margin-top: 2px;
	}
/* 2022.11.23 */
.vertical_top {vertical-align: top;}
.speaker_tit {display: block; margin-bottom: 20px; text-align: center; }
#tab_normal2 .speaker_info {margin-left: 8px; overflow: hidden;}
#tab_normal2 .speaker_info .pic {display: block; float: left; width: 110px; height: 125px; margin: 0 20px 0 0; overflow: hidden;}
#tab_normal2 .speaker_info .txt_info {position: relative; margin: 0; overflow: hidden;}
#tab_normal2 .speaker_info .txt_info .tit {display: block;}
#tab_normal2 .speaker_info .txt_info .txt {display: block; margin: 3px 0 0; font-weight: normal;}
#tab_normal2 ul.speaker_info > li {
	padding-left: 0;
	background: none;
	font-size: 11pt;
	overflow: hidden;
	}

.txt_info {	
    margin: 0;
    padding: 0;
	text-align: left;
	}
.txt_info > li {
    margin: 0;
    padding-left: 10px;
    background: url(/img/inc/bullet_02.gif) 0 9px no-repeat;
    list-style: none;
	}
.people_list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}	
.people_list > li {
	margin: 20px 0 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    list-style: none;
    overflow: hidden;
	}
.people_list > li:first-child {
	margin-top: 0;
	}	
.people_list .pic {
	display: block;
    float: left;
    width: 110px;
    height: 125px;
    margin-right: 30px;
    line-height: 1;
	}
.people_info {
	position: relative;
    text-align: left;
	overflow: hidden;
	}	
.people_info ul {
	margin: 0;
	padding: 0;
	}
.people_info ul > li {
	margin: 0;
	padding: 0;
    list-style: none;
	}
.people_info .name {
	display: block;
	margin-bottom: 10px;
	}
.contant_info {
	text-align: left;
	}	
.gary_tab + .sub01_04_01_node_area {
	margin-top: 0;
	}
	
.bullet_01 {
	margin: 0;
	padding: 0;
    list-style: none;
	}
.bullet_01 li {
    margin-top: 5px;
    padding-left: 20px;
    background: url(../img/include/sub01_04_01_bullet_01.png) 2px 8px no-repeat;
    color: #333;
    text-align: left;
    word-break: keep-all;
    font-size: 12pt;
	}	
.tab_cont {
	margin-top: 50px;
	}
.section_subject {
	margin: 60px 0 15px;
	text-align: left;
	line-height: 1.3;
	font-size: 17pt;
	}
.object_div .bullet_01 > li + li {
	margin-top: 10px;
	}
.object_div .bullet_01 ul > li {
	margin-bottom: 10px;
	}
.object_div.txt_left,
.object_div .txt_left {text-align: left;}	
.lstyle_normal, .lstyle_normal > li {margin: 0; padding: 0; list-style: none }
/*  Proud KRIBBian */
.KRIBBian_info {
	position: relative;
	padding:  92px 40px;
    background: url(../img/sub01/KRIBBian_bg.png) no-repeat center 0 / cover;
	color: #333;
    text-align: left;
    word-break: keep-all; 
    overflow: hidden;
	}
.KRIBBian_info::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 350px;
	height: 100%;
    background: url(../img/sub01/KRIBBian_bg02.png) no-repeat center bottom / contain;
	content: '';
	}
.KRIBBian_info .tit {
	margin: 0 0 20px;
    padding: 0;
	font-size: 28px;
    font-weight: 800;
	}
.KRIBBian_info	.txt {
	margin: 0;
    padding: 0 30% 0 0;
	font-size: 16px;
	}
.KRIBBian_info	.txt br {
	display: none;
	}
.KRIBBian_info .point {
	color: #215BC4;
	}
.KRIBBian_info	.txt .point {
    font-weight: 700;
	}
	
.sub01_10_01 .sub01_04_01_node_area {
    margin-top: 30px;
	}
.sub01_10_01 .gary_tab + .sub01_04_01_node_area {
    margin-top: 50px;
	} 	
.object_div.kribbin_list {
	display: flex; flex-flow: row wrap;	
	margin: 0;
	padding: 0;
	text-align: left;
	}
.kribbin_list > li {
	display: flex; flex-flow: row wrap;
	width: 50%;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	}
.kribbin_list .pic {
	display: block;
    width: 140px;
	margin-right: 24px;
    line-height: 1;
	}
.kribbin_list .people_info {
    width: calc(100% - 164px);
	margin-top: 10px;
	}
.kribbin_list .tit {
	display: block;
	font-size: 18px;
	}
.kribbin_list .position {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 100;
	}
.kribbin_list .achievement {
	margin: 20px 0 0;
	padding: 0;
	}
.kribbin_list dt {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    background-color: #125F9A;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
	}
.kribbin_list dd {
	margin: 0;
	padding: 0;
	}
.kribbin_list > li.long {
	width: 100%;
	}	
.kribbin_list > li.long .pic.tow {
	width: 300px;
	}	
.kribbin_list > li.long .pic.tow img + img {
    margin-left: 14px;
	}
.kribbin_list .pic.tow + .people_info {
    width: calc(100% - 324px);
	}	

.sitemap_area .footer_quick a {display: block; color: #fff !important;}
.sitemap_area .footer_quick a:focus,
.sitemap_area .footer_quick a:hover {color: #000 !important;}
.sitemap_area .footer_quick_01 {background: rgba(255,255,255, .9);}
.sitemap_area .footer_quick_01 a {color: #000 !important; font-weight: 800; }

@media only screen and (max-width : 460px) {
	.top_menu_text_01{position:absolute;top:62%;left:0;color:#fff;font-size:12pt;text-align:center;width:100%;font-family: 'NanumBarunGothic', sans-serif;}
	.top_menu_text_02{position:absolute;top:60%;left:0;color:#fff;font-size:18pt;text-align:center; font-weight: 800; width:100%; word-break: keep-all;}
	.top_menu_text_02 .kor {display: block; font-size: 14pt; font-weight: 400;}

	.top_menu_text_03{position:absolute;top:30%;left:0;color:#fff;font-size:14pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
	.top_menu_text_04{position:absolute;top:25%;left:0;color:#fff;font-size:14pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
}

@media only screen and (max-width : 700px) and (min-width : 461px) {
	.top_menu_text_01{position:absolute;top:62%;left:0;color:#fff;font-size:14pt;text-align:center;width:100%;font-family: 'NanumBarunGothic', sans-serif;}
	.top_menu_text_02{position:absolute;top:60%;left:0;color:#fff;font-size: 25pt;text-align:center; font-weight: 800; width:100%; word-break: keep-all;}
	.top_menu_text_02 .kor {display: block; font-size: 15pt; font-weight: 400;}

	.top_menu_text_03{position:absolute;top:30%;left:0;color:#fff;font-size:16pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
	.top_menu_text_04{position:absolute;top:25%;left:0;color:#fff;font-size:16pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
}

@media only screen and (min-width : 701px) {
	.top_menu_text_01{position:absolute;top:62%;left:0;color:#fff;font-size:20pt;text-align:center;width:100%;font-family: 'NanumBarunGothic', sans-serif;}
	.top_menu_text_02{position:absolute;top:60%;left:0;color:#fff;font-size:35pt;text-align:center;width:100%;word-break: keep-all; font-weight: 800;}
	.top_menu_text_02 .kor {display: block; font-size: 24pt; font-weight: 400;}

	.top_menu_text_03{position:absolute;top:30%;left:0;color:#fff;font-size:22pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
	.top_menu_text_04{position:absolute;top:25%;left:0;color:#fff;font-size:22pt;text-align:center;width:100%;font-weight:bold;font-family: 'NanumSquare', sans-serif;}

}

@media only screen and (max-width : 600px) {
	
	.table_scroll {overflow: scroll;}
	.table_scroll table {table-layout: inherit;}
	
	#tab_normal2 .speaker_info .pic {float: none; margin: 0 auto 15px; border: 1px solid #ddd;}
	.top_menu_text_area{position:absolute;top:45%;left:50%;margin-left:-160px;width:320px;}
	.top_menu_text_area{}
	.top_menu_text_area A:link		{ COLOR: #00469e;}
	.top_menu_text_area A:visited	{ COLOR: #00469e;}
	.top_menu_text_area A:active	{ COLOR: #00469e;}
	.top_menu_text_area A:hover 	{ COLOR: #00469e;}

	.top_menu_text_link_area_01 {width:320px;}
	.top_menu_text_link_area_02 {width:320px;height:70px;margin-top:15px;}

	.top_menu_text_link_01 {width:320px;height:53px;padding-top:10px;background:url("../img/main/main_btn_go_01.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#fff;}
	.top_menu_text_link_01:hover{background:url("../img/main/main_btn_go_01_on.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#00469e;}

	.top_menu_text_link_02 {width:320px;height:53px;padding-top:10px;background:url("../img/main/main_btn_go_02.png") 7px 5px no-repeat;background-size:50px 50px;background-color:#fff;margin-top:15px;}
	.top_menu_text_link_02:hover{background:url("../img/main/main_btn_go_02_on.png") 7px 5px no-repeat;background-size:50px 50px;background-color:#00469e;}

	.top_menu_text_link_03 {width:320px;height:53px;padding-top:10px;background:url("../img/main/main_btn_go_03.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#fff;margin-top:15px;}
	.top_menu_text_link_03:hover{background:url("../img/main/main_btn_go_03_on.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#00469e;}

	.top_menu_text_link_04 {width:320px;height:53px;padding-top:10px;background:url("../img/main/main_btn_go_04.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#fff;margin-top:15px;}
	.top_menu_text_link_04:hover{background:url("../img/main/main_btn_go_04_on.png") 5px 5px no-repeat;background-size:50px 50px;background-color:#00469e;}

	.top_menu_text_link_04_detail {}
	.top_menu_text_link_04_detail div{display:none;}
	.top_menu_text_link_04_detail span {display:block;margin-left:-60px;}
	.top_menu_text_link_04_detail A:link	{display:block; }
	.top_menu_text_link_04_detail A:visited	{display:block; }
	.top_menu_text_link_04_detail A:active	{display:block; }
	.top_menu_text_link_04_detail A:hover 	{display:block; }

	.top_menu_text_link {font-family: 'NanumSquare', sans-serif;border-radius:10px 10px 10px 10px / 10px 10px 10px 10px;overflow:hidden;font-size:13pt;font-weight:bold;text-align:left;line-height:22px;}
	.top_menu_text_link a {padding-left:60px;}
	.top_menu_text_link a span{padding-left:60px;}

	.top_menu_text_link:hover A:link	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:visited	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:active	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:hover 	{display:block; COLOR: #fff;}
	.top_menu_text_link span {font-size:12pt;color:#333;display:block;margin-top:2px;}
	.top_menu_text_link:hover span { COLOR: #999;margin-left:-60px;}
}


@media only screen and (min-width : 601px) {
	.top_menu_text_area{position:absolute;top:55%;left:50%;margin-left:-300px;width:600px;height:240px;}
	.top_menu_text_area{}
	.top_menu_text_area A:link		{ COLOR: #00469e;}
	.top_menu_text_area A:visited	{ COLOR: #00469e;}
	.top_menu_text_area A:active	{ COLOR: #00469e;}
	.top_menu_text_area A:hover 	{ COLOR: #00469e;}

	.top_menu_text_link_area_01 {width:380px;height:195px;float:left;}
	.top_menu_text_link_area_02 {width:205px;height:195px;float:left;margin-left:15px;}

	.top_menu_text_link_01 {width:300px;height:63px;padding-left:80px;padding-top:17px;background:url("../img/main/main_btn_go_01.png") 5px 10px no-repeat;background-size:60px 60px;background-color:#fff;}
	.top_menu_text_link_01:hover{background:url("../img/main/main_btn_go_01_on.png") 5px 10px no-repeat;background-size:60px 60px;background-color:#00469e;}

	.top_menu_text_link_02 {width:300px;height:63px;padding-left:80px;padding-top:17px;background:url("../img/main/main_btn_go_02.png") 8px 10px no-repeat;background-size:60px 60px;background-color:#fff;margin-top:15px;}
	.top_menu_text_link_02:hover{background:url("../img/main/main_btn_go_02_on.png") 8px 10px no-repeat;background-size:60px 60px;background-color:#00469e;}

	.top_menu_text_link_03 {width:300px;height:63px;padding-left:80px;padding-top:17px;background:url("../img/main/main_btn_go_03.png") 5px 10px no-repeat;background-size:60px 60px;background-color:#fff;margin-top:15px;}
	.top_menu_text_link_03:hover{background:url("../img/main/main_btn_go_03_on.png") 5px 10px no-repeat;background-size:60px 60px;background-color:#00469e;}

	.top_menu_text_link_04 {width:205px;height:270px;background:url("../img/main/main_btn_go_04.png") center 10px no-repeat;background-size:60px 60px;background-color:#fff;}
	.top_menu_text_link_04:hover{background:url("../img/main/main_btn_go_04_on.png") center 10px no-repeat;background-size:60px 60px;background-color:#00469e;}

	.top_menu_text_link_04_detail {margin:80px auto;width:165px;text-align:center;line-height:28px;}

	.top_menu_text_link {font-family: 'NanumSquare', sans-serif;border-radius:10px 10px 10px 10px / 10px 10px 10px 10px;overflow:hidden;font-size:16pt;font-weight:bold;text-align:left;line-height:25px;}
	.top_menu_text_link:hover A:link	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:visited	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:active	{display:block; COLOR: #fff;}
	.top_menu_text_link:hover A:hover 	{display:block; COLOR: #fff;}
	.top_menu_text_link span {font-size:14pt;color:#333;display:block;margin-top:5px;}
	.top_menu_text_link:hover span { COLOR: #999;}
	.top_menu_text_link_04_detail span {display:block;margin-top:15px;}
	.top_menu_text_link_04_detail A:link	{display:block; }
	.top_menu_text_link_04_detail A:visited	{display:block; }
	.top_menu_text_link_04_detail A:active	{display:block; }
	.top_menu_text_link_04_detail A:hover 	{display:block; }
}

.top_menu_text_05{position:absolute;top:58%;left:0;width:100%;}
.top_menu_text_05 .top_menu_text_05_link{margin:0 auto;font-size:16pt;font-weight:bold;text-align:left;background:url("../img/main/btn_go.png") 10px 15px no-repeat;width:300px;height:70px;line-height:75px;padding-left:55px;background-color:#fff;font-family: 'NanumBarunGothic', sans-serif;border-radius:10px 10px 10px 10px / 10px 10px 10px 10px;overflow:hidden;}

.top_menu_text_05 .top_menu_text_05_link A:link		{ COLOR: #00469e;}
.top_menu_text_05 .top_menu_text_05_link A:visited	{ COLOR: #00469e;}
.top_menu_text_05 .top_menu_text_05_link A:active	{ COLOR: #00469e;}
.top_menu_text_05 .top_menu_text_05_link A:hover 	{ COLOR: #00469e;}

.top_menu_text_05 .top_menu_text_05_link:hover{background:url("../img/main/btn_go_on.png") 10px 15px no-repeat;background-color:#00469e;}

.top_menu_text_05 .top_menu_text_05_link:hover A:link	{ COLOR: #fff;}
.top_menu_text_05 .top_menu_text_05_link:hover A:visited{ COLOR: #fff;}
.top_menu_text_05 .top_menu_text_05_link:hover A:active	{ COLOR: #fff;}
.top_menu_text_05 .top_menu_text_05_link:hover A:hover 	{ COLOR: #fff;}



.top_menu_text_06{position:absolute;top:70%;left:0;width:100%;}
.top_menu_text_06 .top_menu_text_06_link{margin:0 auto;font-size:16pt;font-weight:bold;text-align:left;background:url("../img/main/btn_go.png") 10px 30px no-repeat;width:300px;height:80px;padding-left:55px;line-height:28px;padding-top:20px;background-color:#fff;font-family: 'NanumBarunGothic', sans-serif;border-radius:10px 10px 10px 10px / 10px 10px 10px 10px;overflow:hidden;}

.top_menu_text_06 .top_menu_text_06_link A:link		{ COLOR: #64aed5;}
.top_menu_text_06 .top_menu_text_06_link A:visited	{ COLOR: #64aed5;}
.top_menu_text_06 .top_menu_text_06_link A:active	{ COLOR: #64aed5;}
.top_menu_text_06 .top_menu_text_06_link A:hover 	{ COLOR: #64aed5;}

.top_menu_text_06 .top_menu_text_06_link:hover{background:url("../img/main/btn_go_on.png") 10px 30px no-repeat;background-color:#64aed5;}

.top_menu_text_06 .top_menu_text_06_link:hover A:link	{ COLOR: #fff;}
.top_menu_text_06 .top_menu_text_06_link:hover A:visited{ COLOR: #fff;}
.top_menu_text_06 .top_menu_text_06_link:hover A:active	{ COLOR: #fff;}
.top_menu_text_06 .top_menu_text_06_link:hover A:hover 	{ COLOR: #fff;}

.top_menu_text_06 .top_menu_text_06_link span {font-size:14pt;color:#777;}



.news_area {margin:0px;width:100%;min-height:700px !important;padding:10px;box-sizing:border-box;}


.news_title {width:100%;height:60px;line-height:60px;margin-top:0px;text-align:center;font-size:18pt;color:#fff;font-weight:bold;font-family:'Gotham Black Regular';}
.news_board_area{width:100%;margin-top:10px;background:transparent;}
.news_board {position: relative;max-width:600px;width:100%;margin:0 auto;background-color:rgba(100,100,100,0.5);}

.slide-inner {max-height:62vw;overflow:hidden;}

.news_more {position:absolute;top:425px;right:20px;font-size:12pt !important;font-weight:bold;display:none;}
.news_more A:link	{ COLOR: #fff;}
.news_more A:visited { COLOR: #fff;}
.news_more A:active  { COLOR: #fff;}
.news_more A:hover   { COLOR: #fff;}




.news_board_list_area {width:100%;background-color:Transparent;margin-top:10px;}



.news_board_list {width:100%;height:50px;background-color:rgba(100,100,100,0.5);}

.news_board_list_text{width:100%;font-size:12pt;padding-left:15px;padding-right:10px;height:50px;text-align:left;font-weight:bold;display:table-cell;vertical-align:middle;}
.news_board_list_text A:link	{ COLOR: #fff;}
.news_board_list_text A:visited { COLOR: #fff;}
.news_board_list_text A:active  { COLOR: #fff;}
.news_board_list_text A:hover   { COLOR: #fff;}


.news_board_list_select {width:100%;height:50px;background-color: rgba(255,255,255,1);}
.news_board_list_select .news_board_list_text{width:100%;padding-left:15px;padding-right:10px;height:50px;font-size:12pt;text-align:left;font-weight:bold;display:table-cell;vertical-align: middle;}
.news_board_list_select .news_board_list_text A:link	{ COLOR: #01479d;}
.news_board_list_select .news_board_list_text A:visited	{ COLOR: #01479d;}
.news_board_list_select .news_board_list_text A:active	{ COLOR: #01479d;}
.news_board_list_select .news_board_list_text A:hover	{ COLOR: #01479d;}


.news_board_quick {width:100%;background-color:#fff;padding-top:10px;box-sizing:border-box;margin-top:10px;letter-spacing:-0.05em;}
.news_board_quick:after {content:""; display:block; clear:both;}


@media only screen and (max-width : 460px) {
	.news_board_quick_title {font-size:14pt;letter-spacing:-0.03em;color:#000;line-height:26px; text-align:left;padding-left:10px; font-weight: 800; box-sizing:border-box;font-family:'NanumSquare' , sans-serif;}

	.news_board_quick_list {width: 33.33%;float:left;padding:0;}
	.news_board_quick_list_img {width:100%;text-align:center;padding-left:2px;padding-right:2px;box-sizing:border-box;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;}
	.news_board_quick_list_img img{width:100%;max-width:80px;padding:0;margin:0;}
	.news_board_quick_list_text{width:100%;text-align:center;height:40px;font-size:10pt;}

}

@media only screen and (min-width : 461px) {
	.news_board_quick_title {font-size:14pt;letter-spacing:-0.03em;color:#000;line-height:32px;width:25%;float:left;text-align:left;padding-left:10px;box-sizing:border-box;font-family:'NanumSquare' , sans-serif;}

	.news_board_quick_list {width:25%;float:left;padding:0;}
	.news_board_quick_list_img {width:100%;text-align:center;padding-left:5px;padding-right:5px;box-sizing:border-box;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;}
	.news_board_quick_list_img img{max-width:80px;width:100%;padding:0;margin:0;}
	.news_board_quick_list_text{width:100%;text-align:center;height:45px;font-size:11pt;}
}

.news_board_quick_list A:link	{ COLOR: #444;}
.news_board_quick_list A:visited	{ COLOR: #444;}
.news_board_quick_list A:active	{ COLOR: #444;}
.news_board_quick_list A:hover 	{ COLOR: #00469e;}

.controller{margin:0px;padding:0px;display:none;}





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

	.board_01_title_m{display:none;}
	.board_02_title_m{display:none;}
	.board_03_title_m{display:none;}
	.board_04_title_m{display:none;}

	.notice_area {margin:0px;width:100%;padding:10px;box-sizing:border-box;}
	.notice_area A:link	{ COLOR: #000000;}
	.notice_area A:visited	{ COLOR: #000000;}
	.notice_area A:active	{ COLOR: #000000;}
	.notice_area A:hover 	{ COLOR: #00469e; TEXT-DECORATION: none;}

	.notice_title {width:100%;height:60px;line-height:60px;margin-top:0px;text-align:center;font-size:18pt;color:#fff;font-weight:bold;font-family:'Gotham Black Regular';}

	.notice_area {margin:0px;width:100%;padding:10px;box-sizing:border-box;}

	.notice_board_area {width:100%;height:315px;background:transparent;}
	.notice_board_area_01 {position:relative;width:100%;height:150px;background:#fff;margin-top:10px;}

	.board_01_title {width:45%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_01_off.jpg") 5px 0px no-repeat;background-color:#4b4b4b;background-size:30px 30px;text-indent:35px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
	.board_01_title A:link		{ COLOR: #fff;}
	.board_01_title A:visited	{ COLOR: #fff;}
	.board_01_title A:active	{ COLOR: #fff;}
	.board_01_title A:hover 	{ COLOR: #ccc;}

	.board_01_title_on {width:45%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_01_on.jpg") 5px 0px no-repeat;background-color:#fff;background-size:30px 30px;text-indent:35px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}

	.board_02_title {width:55%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_02_off.jpg") 5px 0px no-repeat;background-color:#4b4b4b;background-size:30px 30px;text-indent:35px;white-space:nowrap;word-wrap:normal;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
	.board_02_title A:link		{ COLOR: #fff;}
	.board_02_title A:visited	{ COLOR: #fff;}
	.board_02_title A:active	{ COLOR: #fff;}
	.board_02_title A:hover 	{ COLOR: #ccc;}

	.board_02_title_on {width:55%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_02_on.jpg") 5px 0px no-repeat;background-color:#fff;background-size:30px 30px;text-indent:35px;white-space:pre;word-wrap:normal;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
	
	
	.board_01_list {position:absolute;top:45px;left:0px;width:100%;height:100px;background-color:#fff;}
	.board_02_list {position:absolute;top:45px;left:0px;width:100%;height:100px;background-color:#fff;visibility:hidden;}

	
	.notice_board_area_02 {position:relative;width:100%;height:150px;background:#fff;margin-top:10px;}
	.board_03_title {width:45%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_03_off.jpg") 5px 0px no-repeat;background-color:#4b4b4b;background-size:30px 30px;text-indent:35px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
	.board_03_title A:link		{ COLOR: #fff;}
	.board_03_title A:visited	{ COLOR: #fff;}
	.board_03_title A:active	{ COLOR: #fff;}
	.board_03_title A:hover 	{ COLOR: #ccc;}

	.board_03_title_on {width:45%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_03_on.jpg") 5px 0px no-repeat;background-color:#fff;background-size:30px 30px;text-indent:35px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}

	.board_04_title {width:55%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_04_off.jpg") 5px 0px no-repeat;background-color:#4b4b4b;background-size:30px 30px;text-indent:35px;white-space:nowrap;word-wrap:normal;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
	.board_04_title A:link		{ COLOR: #fff;}
	.board_04_title A:visited	{ COLOR: #fff;}
	.board_04_title A:active	{ COLOR: #fff;}
	.board_04_title A:hover 	{ COLOR: #ccc;}

	.board_04_title_on {width:55%;float:left;height:30px;line-height:30px;font-size:10pt;text-align:left;background:url("../img/main/notice_04_on.jpg") 5px 0px no-repeat;background-color:#fff;background-size:30px 30px;text-indent:35px;white-space:pre;word-wrap:normal;cursor:pointer;font-family:'NanumSquare' , sans-serif;}


	.board_03_list {position:absolute;top:45px;left:0px;width:100%;height:100px;background-color:#fff;}
	.board_04_list {position:absolute;top:45px;left:0px;width:100%;height:100px;background-color:#fff;visibility:hidden;}

	
	.list{display:none;}
	.list_m {height:30px;font-size:12pt;text-align:left;padding:0px 0px 0px 15px;box-sizing:border-box;text-indent:5px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;background:url('../img/include/sub01_04_01_bullet_01.png') 8px 10px no-repeat;}

	.list_m A:link	{ COLOR: #444;}
	.list_m A:visited	{ COLOR: #444;}
	.list_m A:active	{ COLOR: #444;}
	.list_m A:hover 	{ COLOR: #00469e;}


	.list_m span{font-size:10pt;font-weight:normal;}
	.more {display:none;}
}

@media only screen and (min-width : 461px) {

	.board_01_title{display:none;}
	.board_01_title_on{display:none;}
	.board_02_title{display:none;}
	.board_02_title_on{display:none;}
	.board_03_title{display:none;}
	.board_03_title_on{display:none;}
	.board_04_title{display:none;}
	.board_04_title_on{display:none;}


	
	.notice_area {margin:0px;width:100%;padding:10px;box-sizing:border-box;}
	.notice_area A:link	{ COLOR: #000000;}
	.notice_area A:visited	{ COLOR: #000000;}
	.notice_area A:active	{ COLOR: #000000;}
	.notice_area A:hover 	{ COLOR: #00469e; TEXT-DECORATION: none;}

	.notice_title {width:100%;height:60px;line-height:60px;margin-top:0px;text-align:center;font-size:18pt;color:#fff;font-weight:bold;font-family:'Gotham Black Regular';}
	.notice_board{width:100%;margin-top:10px;}
	.notice_board:after{content:""; display:block; clear:both;}

	.notice_board_area {width:100%;background:transparent;}
	.notice_board_area_01 {position:relative;width:100%;height:145px;background:transparent;}


	.board_01_title_m{width:49%;padding-left:45px;box-sizing:border-box;height:145px;line-height:30px;font-size:14pt;vertical-align: middle;display: table-cell;font-weight:bold;text-align:left;background:url("../img/main/notice_01_on.jpg") 10px 0px no-repeat;background-size:30px 30px;float:left;background-color:#fff;font-family:'NanumSquare' , sans-serif;}
	.board_01_list {position:absolute;width:49%;top:60px;left:0px;height:75px;}


	.board_02_title_m{width:49%;padding-left:45px;box-sizing:border-box;height:145px;line-height:30px;font-size:14pt;vertical-align: middle;display: table-cell;font-weight:bold;text-align:left;background:url("../img/main/notice_02_on.jpg") 10px 0px no-repeat;background-size:30px 30px;float:left;margin-left:2%;background-color:#fff;font-family:'NanumSquare' , sans-serif;}
	.board_02_list {position:absolute;width:49%;top:60px;left:51%;height:75px;}


	.list{display:none;}
	.list_m {height:30px;font-size:12pt;text-align:left;padding:0px;box-sizing:border-box;text-indent:5px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
	.list_m A:link	{ COLOR: #444;}
	.list_m A:visited	{ COLOR: #444;}
	.list_m A:active	{ COLOR: #444;}
	.list_m A:hover 	{ COLOR: #00469e;}

	.list_m span{font-size:10pt;font-weight:normal;}
	.more {display:none;position:absolute;top:-50px;right:0px;}

	
	.notice_board_area_02 {position:relative;width:100%;height:145px;margin-top:10px;background:transparent;}

	.board_03_title_m{width:49%;padding-left:45px;box-sizing:border-box;height:145px;line-height:30px;font-size:14pt;vertical-align: middle;display: table-cell;font-weight:bold;text-align:left;background:url("../img/main/notice_03_on.jpg") 10px 0px no-repeat;background-size:30px 30px;float:left;background-color:#fff;font-family:'NanumSquare' , sans-serif;}
	.board_03_list {position:absolute;width:49%;top:60px;left:0px;height:75px;}

	.board_04_title_m{width:49%;padding-left:45px;box-sizing:border-box;height:145px;line-height:30px;font-size:14pt;vertical-align: middle;display: table-cell;font-weight:bold;text-align:left;background:url("../img/main/notice_04_on.jpg") 10px 0px no-repeat;background-size:30px 30px;float:left;margin-left:2%;background-color:#fff;font-family:'NanumSquare' , sans-serif;}
	.board_04_list {position:absolute;width:49%;top:60px;left:51%;height:75px;}



	.notice_board_issue_quick{margin-top:10px;}
}



.notice_board_issue{position:relative;width:100%;height:auto;background-color:#fff;margin-top:5px;}

.notice_board_issue_title {width:100%;height:30px;line-height:30px;text-indent:20px;letter-spacing:-0.02em;color:#aaa;font-size:14pt;text-align:left;margin-top:5px;}
.notice_board_issue_title2 {display:none;}



.notice_board_issue_quick {width:100%;box-sizing:border-box;padding:5px 0px 5px 0px;text-align:center;}
.notice_board_issue_quick:after{content:""; display:block; clear:both;}
.notice_board_issue_quick_list {width:48.5%;float:left;text-align:center;background-color:#eee;font-size:10pt;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;margin-left:1%;margin-top:5px;word-break:keep-all;height:50px;display:table-row;}

.notice_board_issue_quick_list A:link	{ COLOR: #444;}
.notice_board_issue_quick_list A:visited	{ COLOR: #444;}
.notice_board_issue_quick_list A:active	{ COLOR: #444;}
.notice_board_issue_quick_list A:hover 	{ COLOR: #00469e;}

.notice_board_issue_quick_list:nth-child(1) {margin-top:0;}
.notice_board_issue_quick_list:nth-child(2) {margin-top:0;}
.notice_board_issue_quick_list_img {width:35%;height:40px;display:table-cell;text-align:left;}
.notice_board_issue_quick_list_text {width:65%;height:40px;display:table-cell;vertical-align:middle;line-height:15px;}
.notice_board_issue_quick_list_img img {height:40px;padding-top:5px;}





/*
.notice_board_issue_quick_list:nth-child(2n) {margin-left:2%;}
.notice_board_issue_quick_list:nth-child(3) {margin-top:5px;}
.notice_board_issue_quick_list:nth-child(4) {margin-top:5px;}

.notice_board_issue_quick img {width:100%;padding-top:5px;}
*/


.notice_board_issue_list {position:relative;width:100%;padding:0px;box-sizing:border-box;margin-top:0px;display:none;}
.notice_board_issue_img {position:relative;width:100%;display:none;background-color:#fff;}
.notice_board_issue_img img{width:70%;border:1px solid #ddd;max-width:360px;}
.notice_board_issue_img:nth-last-child(1){display:block;}
.notice_board_issue_btn{position:absolute;top:5px;right:10px;width:24px;height:24px;}
.notice_board_issue_btn img{width:100%}


.bx-stop {position:absolute;top:40px;left:40px;}
.bx-start {position:absolute;top:40px;left:20px;}



#bx-pager { position: absolute;padding: 0;margin: 0;top: 3px;list-style-type: none;color: #FFF;text-align:center;width:420px;display:none;}
#bx-pager ul { list-style: none;margin:0;padding:0;float: left;width: 100%;text-align:right;padding-right:5px;box-sizing:border-box;}
#bx-pager li {display:inline-block; margin:0;padding:0;background: #5E7074;width: 20px;height:20px;font-size:10pt;text-align:center;}
#bx-pager li a {text-decoration: none;background-color: #aaaaaa;padding: 0;margin: 0;color: #FFF;line-height:20px;display: block;}
#bx-pager li a.active, #bx-pager li a:hover {background-color: #4C5B60;font-weight: bold;}




.menu_social{width:100%;margin-top:15px;margin-left:0;text-indent:0;}
.menu_social img {width:35px;margin:0px 3px 0px 3px;}

.notice_board_social{width:100%;margin-top:15px;}

@media only screen and (max-width : 440px) {
	.notice_board_social img{width:50px;margin:0px 5px 0px 5px;}
}

@media only screen and (min-width : 441px) {
	.notice_board_social img{margin:0px 5px 0px 5px;}
}




.topic_area {margin:0px;width:100%;min-height:700px !important;padding:10px;box-sizing:border-box;}
.topic_area A:link	{ COLOR: #000000;}
.topic_area A:visited	{ COLOR: #000000;}
.topic_area A:active	{ COLOR: #000000;}
.topic_area A:hover 	{ COLOR: #00469e; TEXT-DECORATION: none;}

.topic_title {width:100%;height:60px;line-height:60px;margin-top:0px;text-align:center;font-size:18pt;color:#fff;font-weight:bold;font-family:'Gotham Black Regular';}
.topic_board{width:100%;height:500px;margin-top:20px;}

.topic_board_01_area {position:relative;width:100%;height:360px;background-color:#fff;overflow:hidden;padding-bottom:10px;}
.topic_board_02_area {display:none;}
.topic_board_03_area {display:none;}
.topic_board_04_area {position:relative;width:100%;background-color:#fff;overflow:hidden;margin-top:10px;padding-bottom:10px;}

.topic_board_01_top {width:100%;height:185px;margin:0 auto 20px;text-align:center;box-sizing: border-box;padding:0px 10px 0px 10px;}
.topic_board_01_top_img {width:100%;height:185px;border-bottom:2px solid #ccc;}
.topic_board_01_top_img img{max-width:340px;width:100%;}
.topic_board_01_list {background:url('../img/include/sub01_04_01_bullet_01.png') 5px 10px no-repeat;width:100%;height:28px;line-height:28px;text-align:left;font-size:11pt;overflow:hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;word-wrap:break-word;word-break:keep-all;text-indent:20px;}

.topic_board_02_top {width:100%;}
.topic_board_02_title {display:none;}


.m_hidden {display:none;}


.board_05_title {position:relative;width:50%;float:left;height:50px;line-height:50px;font-size:14pt;text-align:left;background-color:#e5e5e5;text-indent:15px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
.board_05_title_on {position:relative;width:50%;float:left;height:50px;line-height:50px;font-size:14pt;text-align:left;background-color:#fff;text-indent:15px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}


.board_06_title {position:relative;width:50%;float:left;height:50px;line-height:50px;font-size:14pt;text-align:left;background-color:#e5e5e5;text-indent:15px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}
.board_06_title_on {position:relative;width:50%;float:left;height:50px;line-height:50px;font-size:14pt;text-align:left;background-color:#fff;text-indent:15px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}


.board_05_list {position:absolute;top:70px;left:0px;width:100%;height:300px;background-color:#fff;}
.board_05_list .topic_board_01_list:nth-child(5){display:none;}
.board_05_list .topic_board_01_list:nth-child(6){display:none;}
.board_06_list {position:absolute;top:70px;left:0px;width:100%;height:300px;background-color:#fff;visibility:hidden;}
.board_06_list .topic_board_01_list:nth-child(5){display:none;}
.board_06_list .topic_board_01_list:nth-child(6){display:none;}

.topic_board_title {width:100%;text-align:left;height:50px;line-height:50px;font-size:14pt;font-family:'NanumSquare' , sans-serif;font-weight:bold;text-indent:15px;}
.topic_board_title_m {width:100%;height:50px;line-height:50px;font-size:14pt;text-align:left;text-indent:15px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}


.today_post {}
.today_post A:link	{ COLOR: #01479d;}
.today_post A:visited	{ COLOR: #01479d;}
.today_post A:active	{ COLOR: #01479d;}
.today_post A:hover 	{ COLOR: #01479d;}

.more_m {position:absolute;top:12px;right:10px;width:20px;height:20px;padding:0;text-indent:0;}
.more_m img{width:20px;height:20px;padding:0;margin:0;}
.img_margin_top_-7 {margin:-7px 0px 0px 0px;}


.sitemap_area {margin:0px;width:100%;padding:10px;box-sizing:border-box;}
.sitemap_area A:link	{ COLOR: #000000;}
.sitemap_area A:visited	{ COLOR: #000000;}
.sitemap_area A:active	{ COLOR: #000000;}
.sitemap_area A:hover 	{ COLOR: #00469e; TEXT-DECORATION: none;}
.sitemap_title {width:100%;height:60px;line-height:60px;margin-top:0px;text-align:center;font-size:18pt;color:#1b375f;font-weight:bold;font-family:'Gotham Black Regular';}

.sitemap_list_area{display: flex; flex-flow: row wrap; width:100%; margin-top:10px; padding: 20px 0; background-color:rgba(255,255,255,0.8); border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;}
.sitemap_list_area:after{content:""; display:block; clear:both;}

.sitemap_list {width: 33.33%; margin-bottom: 15px; letter-spacing:-0.05em;}
.sitemap_list ul {list-style:none;margin:0;padding:0;}
.sitemap_list ul li {text-align:left; line-height: 1.3; box-sizing:border-box;padding-left:15px;margin-top:5px;font-size:14px;}
.sitemap_list ul li ul {list-style:none;margin:0;padding:0;}
.sitemap_list ul li ul li{text-align:left;line-height:12px;box-sizing:border-box;padding-left:10px;font-size:10pt;}
.sitemap_list ul li.sitemap_list_title {font-size:13pt;font-weight:bold;box-sizing:border-box;padding-left:10px; font-family:'NanumSquare' , sans-serif;}
.sitemap_list ul li.sitemap_list_title A:link	{ COLOR: #444;}
.sitemap_list ul li.sitemap_list_title A:visited	{ COLOR: #444;}
.sitemap_list ul li.sitemap_list_title A:active	{ COLOR: #444;}

.sitemap_area .footer_quick a:focus,
.sitemap_area .footer_quick a:hover {color: #000 !important;}

.sitemap_quick{width:100%;background-color:rgba(255,255,255,0.8);margin-top:10px;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;font-family:'NanumSquare' , sans-serif;}
.sitemap_quick:after{content:""; display:block; clear:both;}

.sitemap_quick div {text-align:left;line-height:30px;height:30px;box-sizing:border-box;padding-left:40px;font-size:10pt;float:left;}

.sitemap_quick_01 {background:url("../img/main/sitemap_quick_01.png") 12px center no-repeat;background-size:auto 20px;}
.sitemap_quick_02 {background:url("../img/main/sitemap_quick_02.png") 12px center no-repeat;background-size:auto 20px;}
.sitemap_quick_03 {background:url("../img/main/sitemap_quick_03.png") 12px center no-repeat;background-size:auto 20px;}
.sitemap_quick_04 {background:url("../img/main/sitemap_quick_04.png") 12px center no-repeat;background-size:auto 20px;}
.sitemap_quick_05 {background:url("../img/ma1in/sitemap_quick_05.png") 16px center no-repeat;background-size:auto 20px;}
.sitemap_quick_06 {background:url("../img/main/sitemap_quick_06.png") 16px center no-repeat;background-size:auto 20px;}
.sitemap_quick_07 {background:url("../img/main/sitemap_quick_07.png") 16px center no-repeat;background-size:auto 20px;}
.sitemap_quick_08 {background:url("../img/main/sitemap_quick_08.png") 16px center no-repeat;background-size:auto 20px;}


@media only screen and (max-width : 450px){
	.sitemap_quick div {width:50%;}
}
@media only screen and (min-width : 451px) {
	.sitemap_quick div {width:33.3%;}
}


@media only screen and (max-width : 660px){
.sitemap_area .footer_area{width:100%;font-size:10pt;letter-spacing:-0.05em;font-family: 'Nanum Gothic', sans-serif;}
.sitemap_area .footer_quick{width:100%;margin-top:10px;}
.sitemap_area .footer_quick:after {content:""; display:block; clear:both;}

.sitemap_area .footer_quick a {color: #fff !important;}
.sitemap_area .footer_quick a:focus,
.sitemap_area .footer_quick a:hover,
.sitemap_area .footer_quick_01 a {color: #000 !important;}
.sitemap_area .footer_quick_01{float:left;height:35px;line-height:35px;border:1px solid #fff;width:49.5%;box-sizing:border-box; border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;}
.sitemap_area .footer_quick_02{float:left;height:35px;line-height:35px;border:1px solid #fff;width:49.5%;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-left:1%;}

.sitemap_area .footer_quick_03{float:left;height:35px;line-height:35px;border:1px solid #fff;width:49.5%;color:#fff;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-top:10px;}
.sitemap_area .footer_quick_04{float:left;height:35px;line-height:35px;border:1px solid #fff;width:49.5%;color:#fff;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-left:1%;margin-top:10px;}

.sitemap_area .footer_addr {width:100%;color:#fff;text-align:left;font-size:8pt;margin-top:5px;}
.sitemap_area .footer_addr_node {position:relative;width:100%;margin-top:5px;}
.sitemap_area .footer_addr_node .Agency_name {position:absolute;width:80px;text-align:left;font-size:11pt;font-weight:bold;box-sizing:border-box;padding-left:10px;}
.sitemap_area .footer_addr_node .Agency_loc {width:100%;text-align:left;font-size:11pt;font-weight:normal;box-sizing:border-box;padding-left:80px;}
.sitemap_area .footer_addr_node .Agency_loc p{width:1px;height:1px;margin:0;padding:0;}

.sitemap_area .footer_addr_node .Agency_loc A:link	{ COLOR: #fff;}
.sitemap_area .footer_addr_node .Agency_loc A:visited{ COLOR: #fff;}
.sitemap_area .footer_addr_node .Agency_loc A:active	{ COLOR: #fff;}
.sitemap_area .footer_addr_node .Agency_loc A:hover 	{ COLOR: #fff;}

.sitemap_area .footer_logo {display:none;}
.sitemap_area .footer_logo_main {display:none;}
.sitemap_area .footer_logo img{}


	.sub_footer_area .footer_area{width:100%;font-size:10pt;letter-spacing:-0.05em;font-family: 'Nanum Gothic', sans-serif;}

	.sub_footer_area .footer_quick{width:100%;margin-top:10px;}
	.sub_footer_area .footer_quick:after {content:""; display:block; clear:both;}

	.sub_footer_area .footer_quick_01{float:left;height:35px;line-height:35px;border:1px solid #888;width:49.5%;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;}
	.sub_footer_area .footer_quick_02{float:left;height:35px;line-height:35px;border:1px solid #888;width:49.5%;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-left:1%;}
	.sub_footer_area .footer_quick_03{float:left;height:35px;line-height:35px;border:1px solid #888;width:49.5%;color:#444;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-top:10px;}
	.sub_footer_area .footer_quick_04{float:left;height:35px;line-height:35px;border:1px solid #888;width:49.5%;box-sizing:border-box;border-radius:17px 17px 17px 17px / 17px 17px 17px 17px;overflow:hidden;margin-left:1%;margin-top:10px;}
	
	.sub_footer_area .footer_addr {width:100%;color:#000;text-align:left;font-size:8pt;margin-top:5px;}
	.sub_footer_area .footer_addr_node {position:relative;width:100%;color:#444;margin-top:5px;}
	.sub_footer_area .footer_addr_node .Agency_name {position:absolute;width:80px;text-align:left;font-size:11pt;font-weight:bold;box-sizing:border-box;padding-left:10px;}
	.sub_footer_area .footer_addr_node .Agency_loc {width:100%;text-align:left;font-size:11pt;font-weight:normal;box-sizing:border-box;padding-left:80px;}
	.sub_footer_area .footer_addr_node .Agency_loc p{width:1px;height:1px;margin:0;padding:0;}

	.sub_footer_area .footer_addr_node .Agency_loc A:link	{ COLOR: #000;}
	.sub_footer_area .footer_addr_node .Agency_loc A:visited{ COLOR: #000;}
	.sub_footer_area .footer_addr_node .Agency_loc A:active	{ COLOR: #000;}
	.sub_footer_area .footer_addr_node .Agency_loc A:hover 	{ COLOR: #000;}


	.sub_footer_area .footer_logo {display:none;}
	.sub_footer_area .footer_logo_main {display:none;}
	.sub_footer_area .footer_logo img{}


}

@media only screen and (min-width : 661px) {
	.sitemap_area .footer_area{width:100%;font-size:10pt;letter-spacing:-0.05em;font-family: 'Nanum Gothic', sans-serif;}

	.sitemap_area .footer_quick{width:100%;margin-top:10px;}
	.sitemap_area .footer_quick:after {content:""; display:block; clear:both;}

	.sitemap_area .footer_quick_01{float:left;height:40px;line-height:40px;border:1px solid #fff;width:25%;box-sizing:border-box;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sitemap_area .footer_quick_02{float:left;height:40px;line-height:40px;border:1px solid #fff;width:24%;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sitemap_area .footer_quick_03{float:left;height:40px;line-height:40px;border:1px solid #fff;width:24%;color:#fff;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sitemap_area .footer_quick_04{float:left;height:40px;line-height:40px;border:1px solid #fff;width:24%;color:#fff;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}

	.sitemap_area .footer_addr {width:100%;color:#fff;text-align:left;font-size:10pt;margin-top:10px;}
	.sitemap_area .footer_addr_node {position:relative;width:100%;height:27px;}
	.sitemap_area .footer_addr_node .Agency_name {position:absolute;width:80px;text-align:left;font-size:11pt;font-weight:bold;box-sizing:border-box;padding-left:10px;}
	.sitemap_area .footer_addr_node .Agency_loc {width:100%;text-align:left;font-size:11pt;font-weight:normal;box-sizing:border-box;padding-left:80px;}
	.sitemap_area .footer_addr_node .Agency_loc p{width:1px;height:1px;margin:0;padding:0;display:none;}

	.sitemap_area .footer_addr_node .Agency_loc A:link	{ COLOR: #fff;}
	.sitemap_area .footer_addr_node .Agency_loc A:visited{ COLOR: #fff;}
	.sitemap_area .footer_addr_node .Agency_loc A:active	{ COLOR: #fff;}
	.sitemap_area .footer_addr_node .Agency_loc A:hover 	{ COLOR: #fff;}


	.sitemap_area .footer_logo {display:none;}
	.sitemap_area .footer_logo_main {display:none;}
	.sitemap_area .footer_logo img{}



	.sub_footer_area .footer_area{width:100%;font-size:10pt;letter-spacing:-0.05em;font-family: 'Nanum Gothic', sans-serif;}

	.sub_footer_area .footer_quick{width:100%;margin-top:10px;}
	.sub_footer_area .footer_quick:after {content:""; display:block; clear:both;}

	.sub_footer_area .footer_quick_01{float:left;height:40px;line-height:40px;border:1px solid #888;width:25%;box-sizing:border-box;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sub_footer_area .footer_quick_02{float:left;height:40px;line-height:40px;border:1px solid #888;width:24%;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sub_footer_area .footer_quick_03{float:left;height:40px;line-height:40px;border:1px solid #888;width:24%;color:#000;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}
	.sub_footer_area .footer_quick_04{float:left;height:40px;line-height:40px;border:1px solid #888;width:24%;color:#000;box-sizing:border-box;margin-left:1%;border-radius:20px 20px 20px 20px / 20px 20px 20px 20px;overflow:hidden;}

	.sub_footer_area .footer_addr {width:100%;color:#000;text-align:left;font-size:10pt;margin-top:10px;}
	.sub_footer_area .footer_addr_node {position:relative;width:100%;height:27px;color:#444;}
	.sub_footer_area .footer_addr_node .Agency_name {position:absolute;width:80px;text-align:left;font-size:11pt;font-weight:bold;box-sizing:border-box;padding-left:10px;}
	.sub_footer_area .footer_addr_node .Agency_loc {width:100%;text-align:left;font-size:11pt;font-weight:normal;box-sizing:border-box;padding-left:80px;}
	.sub_footer_area .footer_addr_node .Agency_loc p{display:none;}

	.sub_footer_area .footer_addr_node  .Agency_loc A:link	{ COLOR: #000;}
	.sub_footer_area .footer_addr_node  .Agency_loc A:visited{ COLOR: #000;}
	.sub_footer_area .footer_addr_node  .Agency_loc A:active	{ COLOR: #000;}
	.sub_footer_area .footer_addr_node  .Agency_loc A:hover 	{ COLOR: #000;}

	.sub_footer_area .footer_logo {display:none;}
	.sub_footer_area .footer_logo_main {display:none;}
	.sub_footer_area .footer_logo img{}
}

.sitemap_area .footer_quick .footer_mark {display:none;}

.sitemap_area .footer_quick_01:hover{background-color:#fff;}
.sitemap_area .footer_quick_02:hover{background-color:#fff;}
.sitemap_area .footer_quick_03:hover{background-color:#fff;color:#000;}
.sitemap_area .footer_quick_04:hover{background-color:#fff;color:#000;}

.sub_footer_area .footer_quick .footer_mark {display:none;}

.sub_footer_area .footer_quick_01:hover{background-color:#888;}
.sub_footer_area .footer_quick_02:hover{background-color:#888;}
.sub_footer_area .footer_quick_03:hover{background-color:#888;color:#fff;}
.sub_footer_area .footer_quick_04:hover{background-color:#888;color:#fff;}


.sub_footer_area .footer_quick_text A:link	{ COLOR: #444;}
.sub_footer_area .footer_quick_text A:active	{ COLOR: #444;}
.sub_footer_area .footer_quick_text A:hover 	{ COLOR: #444;}

.sub_footer_area .footer_quick_text:hover A:link	{ COLOR: #fff;}
.sub_footer_area .footer_quick_text:hover A:active	{ COLOR: #fff;}
.sub_footer_area .footer_quick_text:hover A:hover 	{ COLOR: #fff;}





.floatMenu {display:none;}



/*--------------------ï¿½ì¢ŽëŸ¥ï¿½ë¨ªë•Ÿå ì²ëœï¿½ìˆ‰ë§”å ìŽŒë‹‚ï¿½ì‡¿ëœï¿½ëŒì˜™ï¿½Î»ì»å ìŽˆëœ†ï§¢ë·´ëœï¿½ìˆˆì‚•--------------------------*/

#sub_body_area {width:100%;min-width:300px;font-family: 'Noto Sans KR', sans-serif;font-size:12pt;}

.skip_navi {display:none;}

.sub_top_area_back,
.sub_top_area_back_06,
.sub_top_area_back_06_05  {width:100%; height:380px;background:url(../img/main/main_visual_01.jpg) center center no-repeat ;background-size:cover;}
.sub_top_area_back_01 {width:100%;height:380px;background:url(../img/include/sub_visual_01.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_02 {width:100%;height:380px;background:url(../img/include/sub_visual_02.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_03 {width:100%;height:380px;background:url(../img/include/sub_visual_03.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_04 {width:100%;height:380px;background:url(../img/include/sub_visual_04.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_05 {width:100%;height:380px;background:url(../img/include/sub_visual_05.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_05_03 {width:100%;height:380px;background:url(../img/include/sub_visual_05_03.jpg) center 0 no-repeat ;background-size:cover;}
.sub_top_area_back_05_05 {width:100%;height:380px;background:url(../img/include/sub_visual_05_05.jpg) center 0 no-repeat ;background-size:cover;}


.sub_navi {width:100%;height:135px;background-color:rgba(0,0,0,0.5);margin-top:185px;font-family:'NanumSquare' , sans-serif;}
.sub_navi_title {width:100%;height:50px;line-height:50px;color:#fff;text-align:center;padding-top:30px;font-weight:bold;}
.sub_navi_location {width:100%;height:55px;text-align:center;color:#ddd;}



.contents {width:100%;}
.content_area {width:100%;margin:50px auto;min-width:300px;min-height:300px;padding-left:10px;padding-right:10px;box-sizing:border-box;font-family: 'Nanum Gothic', sans-serif;}
.c_img {width:100%;text-align:center;}
.c_img img{width:100%;}





@media only screen and (max-width : 480px){
	.sub_navi_title{font-size:16pt;}
	.sub_navi_location {font-size:10pt;}
	.sub01_01_title {font-size:12pt;margin-top:20px;}
	.sub01_01_m {width:100%;text-align:center;}
	.sub01_01_m img{width:100%;}
}

@media only screen and (min-width : 481px) {
	.sub_navi_title{font-size:24pt;}
	.sub_navi_location {font-size:12pt;}
	.sub01_01_title {font-size:14pt;margin-top:20px;}
}

.sub01_01_title {width:100%;text-align:left;font-weight:bold;line-height:25px;font-family:'NanumSquare' , sans-serif;}
.sub01_01_title span {color:blue;}



.sub01_01_content {width:100%;text-align:left;margin-top:30px;font-size:12pt;word-break:keep-all;}
.sub01_01_name {width:100%;text-align:right;margin-top:30px;font-size:15pt;font-weight:bold;height:50px;color:#333;font-family:'NanumSquare' , sans-serif;}
.sub01_01_name span{font-size:18pt;margin-left:5px;color:#333;}






.sub01_02_01_title {background:url('../img/include/sub01_04_01_bullet_02.png') 0px 7px no-repeat;font-size:14pt;font-weight:bold;box-sizing:border-box;padding-left:20px;text-align:left;margin-top:30px;}
.sub01_02_01_title:nth-child(1){margin-top:0px;}
.sub01_02_01_text {font-size:12pt;box-sizing:border-box;padding-left:20px;text-align:left;}


.sub01_02_01_history_title {width:100%;text-align:right;font-size:72px;font-weight:300;color:#ddd;letter-spacing:-0.1em;}
.sub01_02_01_history_list_area {width:100%;}
.sub01_02_01_history_list_area:after {content:""; display:block; clear:both;}

.sub01_02_01_history_list_year {position:relative;width:120px;height:40px;line-height:38px;color:#000;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;background-color:#426096;margin:0 auto;}
.sub01_02_01_history_list_year .year {font-size:16pt;width:100%;text-align:center;color:#fff;font-family: 'Noto Sans KR', sans-serif;}


.sub01_02_01_history_list {margin:10px auto;width:268px;}
.sub01_02_01_history_list_pic {width:100%;text-align:left;}
.sub01_02_01_history_list_title {width:100%;text-align:left;font-size:12pt;height:30px;line-height:30px;font-weight:bold;color:#008ac9;}
.sub01_02_01_history_list_text {width:100%;text-align:left;font-size:12pt;color:#333;}



.sub01_02_02_pic_list_area {width:100%;}
.sub01_02_02_pic_list{width:300px;height:300px;margin:50px auto;}


.sub01_02_02_pic_list_img {width:100%;text-align:center;height:230px;}
.sub01_02_02_pic_list_text {width:260px;margin:0 auto;height:60px;line-height:25px;box-sizing:border-box;font-size:10pt;text-align:center;color:#666;letter-spacing:-0.02em;}
.sub01_02_02_pic_list_text span {font-size:12pt;font-weight:bold;color:#333;letter-spacing:0;}


.sub01_02_03_list_area {width:100%;}
.sub01_02_03_list_area:after {content:""; display:block; clear:both;}
.sub01_02_03_list {width:100%;max-width:500px;border:1px solid #ddd;box-sizing:border-box;padding:10px;margin:50px auto;}


.sub01_02_03_list_title {text-align:left;font-size:14pt;font-weight:bold;color:#333;text-indent:10px;}
.sub01_02_03_list_title span {font-weight:normal;font-size:10pt;margin-left:10px;color:#777;}
.sub01_02_03_list_img {/* text-align:left; */margin-top:50px;}
.sub01_02_03_list_img img{max-width: 100%;/* max-width:473px; */}






.sub01_02_04_movie{width:100%;height:400px;}
.sub01_02_04_text{width:100%;height:400px;margin-top:40px;}
.sub01_02_04_text textarea{width:100%;height:100%;font-family: 'Nanum Gothic', sans-serif;font-size:11pt;word-break:keep-all;color:#444;line-height:20px;}





.sub01_03_01_content_list_area {width:100%;border-top:1px solid #ddd;}
.sub01_03_01_content_list_area:after {content:""; display:block; clear:both;}
.sub01_03_01_content_list_area_02 {width:100%;}
.sub01_03_01_content_list_area_02:after {content:""; display:block; clear:both;}

.sub01_03_01_content_list_title {position:relative;width:100%;margin-top:10px;}
.sub01_03_01_content_list_title .title {font-size:14pt;font-weight:300;text-align:left;}
.sub01_03_01_content_list_title .title_02 {font-size:14pt;font-weight:300;text-align:left;}
.sub01_03_01_content_list {width:100%;margin-top:10px;}
.sub01_03_01_content_list_cont_01 {width:100%;text-align:center;font-size:14pt;color:#333;font-weight:bold;}
.sub01_03_01_content_list_cont_02 {width:100%;margin-top: 20px;display: flex;display: -webkit-flex;flex-flow: row wrap;}
.sub01_03_01_content_list_cont_02:after {content:""; display:block; clear:both;}
.sub01_03_01_content_list_cont_02 .cont_node_01 {float:left;width:49.5%;height: 235px;margin:10px auto;box-sizing:border-box;border:1px solid #ddd;}
.sub01_03_01_content_list_cont_02 .cont_node_01:nth-child(2n) { margin-left:1%; }
.sub01_03_01_content_list_cont_02 .cont_node_01 .cont_node_01_img {margin-top:15px;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .cont_node_01_eng {margin-top:15px;height: 48px;line-height: 1.2;font-size:15pt;font-weight:bold;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .highlight_01 {color:#64aed5;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .highlight_02 {color:#01479d;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .cont_node_01_hyphen {margin-top:5px;height:15px;font-size:12pt;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .cont_node_01_kor {margin-top:5px;/* height:30px; */font-size:12pt;color:#333;font-weight: bold;}
.sub01_03_01_content_list_cont_02 .cont_node_01 .cont_node_01_eng:first-letter {font-size: 32px;}

.sub01_03_01_content_list_cont_02 .cont_node_02 {float: left;width: calc(25% - 6px);margin: 30px 2px;height:80px;box-sizing:border-box;border:1px solid #ddd;word-break: keep-all;}
.sub01_03_01_content_list_cont_02 .cont_node_02 .cont_node_02_text {height:80px;width:247px;font-size:12pt;display:table-cell;text-align:center;vertical-align:middle;font-weight:bold;}
.sub01_03_01_content_list_cont_02 .cont_node_02 .highlight_01 {/*color:#64aed5;*/color:#01479d;}
.sub01_03_01_content_list_cont_02 .cont_node_02 .highlight_02 {color:#01479d;}


.sub01_03_01_content_list_cont_02 .cont_node_03 {width: calc(50% - 6px);/* height:100px; */margin-left:4px;float:left;box-sizing:border-box;border:1px solid #ddd;}
.sub01_03_01_content_list_cont_02 .cont_node_03 .cont_node_03_text_01 {display: flex;display: -webkit-flex;flex-flow: row wrap;align-items: center;align-content: center;justify-content: center;height: 50px;/* line-height:49px; */width: 100%;font-size:18px;text-align:center;color:#fff;}
.sub01_03_01_content_list_cont_02 .cont_node_03 .cont_node_03_text_02 {display: flex;display: -webkit-flex;flex-flow: row wrap;align-items: center;align-content: center;justify-content: center;height: calc(100% - 50px);/* line-height:49px; */width: 100%;padding: 10px;font-size: 16px;text-align:center;color:#444;box-sizing: border-box;}
.sub01_03_01_content_list_cont_02 .cont_node_03 .highlight_01 {background-color:#426096;}
.sub01_03_01_content_list_cont_02 .cont_node_03 .highlight_02 {background-color:#426096;}


.sub01_03_01_content_list_cont_03 {display:none;}
.sub01_03_01_content_list_cont_04 {width:100%;text-align:left;font-size:12pt;color:#008ac9;font-weight:bold;}
.sub01_03_01_content_list_cont_05 {width:100%;}
.sub01_03_01_content_list_cont_05 .title{font-size:12pt;text-align:left;font-weight:bold;background:url('../img/include/sub01_04_01_bullet_01.png') 0px 10px no-repeat;box-sizing:border-box;padding-left:15px;margin-top:5px;}
.sub01_03_01_content_list_cont_05 .title:nth-child(1) {margin-top:0px;}
.sub01_03_01_content_list_cont_05 .text{font-size:12pt;text-align:left;background:url('/img/inc/bullet_02.gif') 18px 10px no-repeat;box-sizing:border-box;padding-left:25px;}


.sub01_03_01_content_list_cont_06 {width:100%;}
.sub01_03_01_content_list_cont_06 .node_01 {width:270px;margin:10px auto;}
.sub01_03_01_content_list_cont_06 .node_02 {width:270px;margin:30px auto;}
.sub01_03_01_content_list_cont_06 .node_03 {width:270px;margin:30px auto;}

.sub01_03_01_content_list_cont_06 .node_01 .node_loc {background:url('../img/sub01/sub01_03_01_bullet_01.png') 20px 15px no-repeat;box-sizing:border-box;padding-left:50px;background-color:#01479d;}
.sub01_03_01_content_list_cont_06 .node_02 .node_loc {background:url('../img/sub01/sub01_03_01_bullet_02.png') 20px 15px no-repeat;box-sizing:border-box;padding-left:50px;background-color:#64aed5;}
.sub01_03_01_content_list_cont_06 .node_03 .node_loc {background:url('../img/sub01/sub01_03_01_bullet_03.png') 20px 15px no-repeat;box-sizing:border-box;padding-left:50px;background-color:#01479d;}

.node_loc {width:270px;height:80px;display:table-cell;text-align:center;vertical-align:middle;color:#fff;font-size:18px;text-align:center;font-weight:bold;}
.node_loc span{font-size:12pt;}



.node_text {width:100%;margin-top:10px;color:#333;}
.node_text ul {list-style:none;margin:0;padding:0;}
.node_text ul li{font-size:12pt;text-align:left;background:url('../img/include/sub01_04_01_bullet_01.png') 5px 12px no-repeat;box-sizing:border-box;padding-left:15px;background-size:7px;margin-top:5px;}
.node_text ul li ul{list-style:none;}
.node_text ul li ul li{font-size:12pt !important;text-align:left;background:url('/img/inc/bullet_02.gif') 8px 6px no-repeat;box-sizing:border-box;margin-top:0px;}
















.sub01_04_01_search_area{width:100%;height:100px;}
.sub01_04_01_search{margin:0 auto;position:relative;border:2px solid #aaa;width:100%;height:40px;text-align:left;border-radius:20px 20px 20px 20px / 50% 50% 50% 50%;overflow:hidden;}
.sub01_04_01_search .searchWord{position:absolute;top:0;left:0;width:220px;height:40px;line-height:40px;background:transparent;border:none;color:#444;font-size:12pt;margin-left:23px;font-weight:bold;font-family: 'Nanum Gothic', sans-serif;}
.sub01_04_01_search #search{position:absolute;top:0;right:10px;margin-top:2px;}


.sub01_04_01_search_result_area {width:100%;margin:0px 0px 70px 0px;}




.sub01_04_01_title{width:150px;text-align:center;font-size:14pt;font-weight:bold;color:#fff;height:40px;line-height:40px;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;overflow:hidden;}
.sub01_04_01_title A:link	{ COLOR: #fff;}
.sub01_04_01_title A:visited{ COLOR: #fff;}
.sub01_04_01_title A:active	{ COLOR: #fff;}
.sub01_04_01_title A:hover 	{ COLOR: #fff;}


.sub01_04_01_title_area .title_01 {background-color:#002dbc;}
.sub01_04_01_title_area .title_02 {background-color:#1f4e79;}
.sub01_04_01_title_area .title_03 {background-color:#808080;}



.sub01_04_01_list_area{width:100%;}
.sub01_04_01_list_area:after {content:""; display:block; clear:both;}


.sub01_04_01_list_01 {width:100%;margin-top:15px;}
.sub01_04_01_list_01:after {content:""; display:block; clear:both;}
.sub01_04_01_list_01 ul {list-style:none;padding:0;margin:0;}
.sub01_04_01_list_01 ul li{width:100%;text-align:left;font-size:12pt;color:#444;}

.sub01_04_01_list_01 ul li A:link	{ COLOR:#444;}
.sub01_04_01_list_01 ul li A:visited{ COLOR:#444;}
.sub01_04_01_list_01 ul li A:active	{ COLOR:#444;}
.sub01_04_01_list_01 ul li A:hover 	{ COLOR:#1656ad;}

.normal_hidden {display:none;}


.sub01_04_01_list_02 {width:100%;margin-top:15px;}
.sub01_04_01_list_02:after {content:""; display:block; clear:both;}
.sub01_04_01_list_02_title{ padding-bottom: 5px; border-bottom:1px solid #ccc; text-align:left;  overflow: hidden;}
.sub01_04_01_list_02_title .department {
	display: block;
	float: left;
	color: #1656ad;
	font-size: 18px;
	font-weight:bold;
	}
.sub01_04_01_list_02_title .head_manger {	
	display: block;
	float: right;
    padding-top: 2px;
	font-size: 15px;
	}

.sub01_04_01_list_02_nodelist{width:100%;text-align:left;margin-top: 20px;font-size:12pt;color:#444;}
.sub01_04_01_list_02_nodelist ul {list-style:none;padding:0;margin:0;}
.sub01_04_01_list_02_nodelist ul li{width:100%;text-align:left;}

.sub01_04_01_list_02_nodelist ul li A:link	{ COLOR:#444;}
.sub01_04_01_list_02_nodelist ul li A:visited{ COLOR:#444;}
.sub01_04_01_list_02_nodelist ul li A:active	{ COLOR:#444;}
.sub01_04_01_list_02_nodelist ul li A:hover 	{ COLOR:#1656ad;}

.sub01_04_01_list_02_title A:link	{ COLOR: #1656ad;}
.sub01_04_01_list_02_title A:visited{ COLOR: #1656ad;}
.sub01_04_01_list_02_title A:active	{ COLOR: #1656ad;}
.sub01_04_01_list_02_title A:hover 	{ COLOR: #1656ad;}

.sub01_04_01_left_30{margin-left:0px;}


.prevention {width:100%;}
.prevention img {width:100%;}

.map_skip {width:100%;text-align:left;}
.sub01_04_01_node_area {width:100%;margin-top:70px;}
.sub01_04_01_node_area:nth-child(1), .sub01_04_01_node_area.first {margin-top:0;}
.sub01_04_01_node_area:after {content:""; display:block; clear:both;}

.sub01_04_01_node_title {width:100%;border-bottom:1px solid #ccc;min-height:50px;color:#333;font-size:17pt;text-align:left;text-indent:0px;font-weight:bold;font-family:'NanumSquare' , sans-serif;}
.sub01_04_01_node_title span{color:#777;font-size:14pt;}
.sub01_04_01_node_title a{color:#777;font-size:14pt;text-decoration:underline !important;}
.sub01_04_01_node_title a.btn_more {
	display: inline-block;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 11pt;
    font-family: 'Nanum Gothic', sans-serif;
    }
.sub01_04_01_node_title a.btn_more i {
	color: #A9A9A9;
	}    
.sub01_04_01_node_title a.btn_more:hover i {
	color: #fff;
	}
.sub01_04_01_node_object .box {
	border: 4px solid #ddd;
	}
.sub01_04_01_node_object .box img {
	max-width: 100%;
	}

.sub01_04_01_node_title p {display:none;}
.sub01_04_01_node_object {width:100%;}

.sub01_04_01_node_object_btn {width:100%;text-align:left;}

.btn_go{margin-top:20px;padding:0px 10px 0px 10px;color:#ffffff; background-color:#535353;border:1px solid #666666;font-size:13pt;height:36px;line-height:36px;font-family:'Nanum Gothic' , sans-serif;}
.btn_go:hover{background-color:#1656ad;cursor:pointer;cursor:pointer;border:1px solid #1656ad;}

.btn_go2{margin-top:20px;padding:0px 10px 0px 10px;color:#ffffff; background-color:#535353;border:1px solid #666666;font-size:13pt;height:32px;line-height:30px;font-family:'Nanum Gothic' , sans-serif;}
.btn_go2:hover{background-color:#1656ad;cursor:pointer;cursor:pointer;border:1px solid #1656ad;}


.btn_go3,
.btn_line {margin-top:20px;padding:0px 10px 0px 10px;color:#ffffff; background-color:#535353;border:1px solid #666666;font-size:13pt;height:32px;line-height:30px;font-family:'Nanum Gothic' , sans-serif;}
.btn_line {display: inline-block; margin-top: 0; color: #fff;}
.btn_line:link {color: #fff;} 
.btn_go3:hover,
.btn_line:hover {background-color:#1656ad;cursor:pointer;cursor:pointer;border:1px solid #1656ad;}

.btn_go4{margin-top:20px;padding:0px 10px 0px 10px;color:#ffffff; background-color:#3878cf;border:1px solid #666666;font-size:13pt;height:36px;line-height:36px;font-family:'Nanum Gothic' , sans-serif;}
.btn_go4:hover{background-color:#1656ad;cursor:pointer;cursor:pointer;border:1px solid #1656ad;}


.sub01_04_02_list_area{width:100%;min-width:300px;margin-top:50px;}
.sub01_04_02_list_area:nth-child(1){margin-top:0px;}
.sub01_04_02_list_area:after {content:""; display:block; clear:both;}


.sub01_04_02_list {width:100%;min-width:300px;margin-top:50px;}
.sub01_04_02_list:after {content:""; display:block; clear:both;}
.sub01_04_02_list:nth-child(1) {margin-left:0px;}
.sub01_04_02_list ul {list-style:none;padding:0;margin:0;}
.sub01_04_02_list ul li{position:relative;width:100%;text-align:left;font-size:12pt;}
.sub01_04_02_list ul li:nth-child(1){height:30px;font-size:18px;font-weight:bold;border-bottom:2px solid #000;color:#1656ad;}
.sub01_04_02_list ul li:nth-child(2){margin-top:10px;}
.sub01_04_02_list ul li A:link	{ COLOR:#444;}
.sub01_04_02_list ul li A:visited{ COLOR:#444;}
.sub01_04_02_list ul li A:active	{ COLOR:#444;}
.sub01_04_02_list ul li A:hover 	{ COLOR:#1656ad;}


/*.sub01_04_02_list ul li:nth-last-child(1){height:30px;line-height:30px;margin-top:10px;font-size:10pt;font-weight:normal;border-top:1px solid #ccc;text-align:right;color:#777;}*/
.sub01_04_02_list ul li:nth-last-child(1){border-bottom:1px solid #ccc;padding-bottom:5px;}
.sub01_04_02_list_title {height:30px;font-size:18px !important;font-weight:bold;border-bottom:2px solid #000;border-top:1px solid #ccc;padding-top:20px;margin-bottom:10px;margin-top:5px;color:#1656ad;}

.sub01_04_02_list_rep {position:absolute;bottom:5px;right:0;font-size:11pt;font-weight:normal;color:blue;}


.object_div {width:100%;margin-top:20px;word-break: keep-all;}
.object_div ul {list-style:none;margin:0;padding:0;}
.object_div ul li{text-align:left;padding-left:20px;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 8px no-repeat;margin-top:5px;font-size:12pt;word-break:keep-all;color:#333;}
.object_div ul li .go_kribb{height:25px;margin-top:10px;color:#333;font-family: 'Nanum Gothic', sans-serif;font-size:12pt;}
.object_div ul li:nth-child(1){margin-top:0px;}
.object_div ul li span{}
.object_div ul li ul{list-style:none;margin:0;padding:0;}
.object_div ul li ul li{text-align:left;padding-left:10px;background:url('/img/inc/bullet_02.gif') 0px 6px no-repeat;margin-top:0px;color:#333;}
.object_div ul li.font18 {font-size:18px;}
.object_div .txt_left {text-align: left;}
.object_div .lstyle_normal > li {padding-left: 0; background: none;}
.object_div .lstyle_normal > li:before {display: none;}

.object_div .opt {width:100%;height:20px;}
.object_div .opt .opt_count {width:50%;font-size:12pt;text-align:left;float:left;color:#777;}
.object_div .opt .opt_unit {width:50%;font-size:10pt;text-align:right;float:left;color:#777;}


.object_div ul.border-line {border:3px solid #ccc;margin-bottom:30px;margin-top:15px;}
.object_div ul.border-line li {margin:10px 20px 10px 10px;font-size:16px;line-height:28px;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 13px no-repeat;}
.object_div ul.border-line li span{color:red;}

.object_div .border-box {border:3px solid #ccc;padding-top:5px;padding-bottom:15px;width:100%;font-size:18px;margin-top:15px;}
.object_div .border-box ul li {font-size:18px;}
.object_div .border-box .border-box_title {background:url('');height:40px;font-weight:bold;line-height:40px;}

.object_div .border-box A:link	{COLOR: #00469e;}
.object_div .border-box A:visited{COLOR: #00469e;}
.object_div .border-box A:active	{COLOR: #00469e;}
.object_div .border-box A:hover 	{COLOR: #00469e;}


.object_div .border-box .btn{width:145px;height:35px;line-height:35px;text-align:left;box-sizing:border-box;color:#fff;margin-left:15px;font-size:11pt;margin-top:10px;background:url('../img/sub01/btn_go.png') 110px 4px no-repeat;background-color:#444;padding-left:10px;}

.object_div .border-box .btn:hover{background-color:#1656ad;}

.object_div .border-box .btn A:link	{display:block; COLOR: #fff;}
.object_div .border-box .btn A:visited{ display:block;COLOR: #fff;}
.object_div .border-box .btn A:active	{ display:block;COLOR: #fff;}
.object_div .border-box .btn A:hover 	{ display:block;COLOR: #fff;}

.sub01_06_01_title {width:100%;min-width:300px;text-align:left;font-size:14pt;font-weight:bold;margin-top:50px;}
.sub01_06_01_title:nth-child(1) {margin-top:0px;}
.sub01_06_01_title_02 {width:100%;min-width:300px;text-align:left;font-size:12pt;font-weight:bold;margin-top:30px;}
.sub01_06_01_title_02:nth-child(1) {margin-top:0px;}
.sub01_06_01_content {width:100%;min-width:300px;margin-top:10px;}
.sub01_06_01_content ul {list-style:none;padding:0;margin:0;}
.sub01_06_01_content ul li{text-align:left;width:100%;min-width:300px;}
.sub01_06_01_content ul li span{display:block;text-align:right;font-size:10pt;color:#777;}


.sub01_06_01_node_object_btn {margin:0;width:100%;text-align:right;}


.sub01_06_01_content_list {width:100%;margin-top:10px;}
.sub01_06_01_content_list_cont_01 {width:100%;text-align:center;font-size:14pt;color:#333;font-weight:bold;}
.sub01_06_01_content_list_cont_02 {width:100%;}
.sub01_06_01_content_list_cont_02:after {content:""; display:block; clear:both;}


.sub01_06_01_content_list_cont_02 .cont_node_02 {width:300px;margin:30px auto;height:120px;box-sizing:border-box;border:1px solid #ddd;}
.sub01_06_01_content_list_cont_02 .cont_node_02 .cont_node_02_text {height:120px;width:300px;font-size:12pt;display:table-cell;text-align:center;vertical-align:middle;font-weight:bold;}
.sub01_06_01_content_list_cont_02 .cont_node_02 .highlight_01 {/*color:#64aed5;*/color:#01479d;}
.sub01_06_01_content_list_cont_02 .cont_node_02 .highlight_02 {color:#01479d;}



.sub01_06_02_list_area {width:100%;}
.sub01_06_02_list_area:after {content:""; display:block; clear:both;}
.sub01_06_02_list {width:100%;max-width:500px;border:1px solid #ddd;box-sizing:border-box;padding:10px;margin:50px auto;}


.sub01_06_02_list_title {text-align:left;font-size:17pt;font-weight:bold;color:#333;text-indent:10px;position:relative;}
.sub01_06_02_list_title_button {position:absolute;top:-20px;right:0px;}
.sub01_06_02_list_img {text-align:left;margin-top:50px;}
.sub01_06_02_list_img img{width:100%;max-width:473px;}


.sub01_06_03_text {width:100%;margin-bottom:0px;text-align:left;box-sizing:border-box;padding:30px 10px 30px 10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:12pt;}
.sub01_06_03_node_object_btn {width:100%;text-align:right;}


.sub01_06_03_content_list {width:100%;}
.sub01_06_03_content_box_area {width:155px;margin:10px auto;}
.sub01_06_03_content_box_img {width:155px;text-align:center;}
.sub01_06_03_content_box_img img {width:120px;}
.sub01_06_03_content_box_title {margin-top:10px;font-weight:bold;text-align:center;}
.sub01_06_03_content_box_text {margin-top:10px;color:#777;text-align:center;font-size:10pt;}
.sub01_06_03_content_arrow_area {position:relative;width:24px;display:table;margin:10px auto;}
.sub01_06_03_content_arrow {width:100%;height:40px;background:url('../img/sub01/arrow3.png') center center no-repeat;background-size:24px 24px;}


.sub01_06_04_list {width:100%;}
.sub01_06_04_node {max-width:270px;width:100%;height:320px;margin:30px auto;text-align:left;box-sizing:border-box;padding:0px 10px 0px 10px;border:1px solid #ddd;}

.sub01_06_04_node .title {width:100%;height:60px;text-align:center;font-size:16pt;margin-top:20px;line-height:25px;}
.sub01_06_04_node .img {width:100%;height:170px;text-align:center;}
.sub01_06_04_node .pdf {width:100%;height:50px;}
.sub01_06_04_node .pdf label{overflow:hidden;margin:0;padding:0;border:0;height:0;width:0;line-height:0;font-size:0;}
.sub01_06_04_node .pdf .pdf_select {height:30px;float:left;width:75%;}
.sub01_06_04_node .pdf .pdf_select select{height:30px;width:100%;}
.sub01_06_04_node .pdf .pdf_btn {height:30px;float:left;width:25%;text-align:right;}



.sub01_07_01_area {width:100%;}
.sub01_07_01_area :after {content:""; display:block; clear:both;}
.sub01_07_01_title {width:100%;text-align:left;font-size:14pt;font-weight:bold;margin-top:50px;background:url('../img/include/sub01_04_01_bullet_02.png') 0px 7px no-repeat;padding-left:25px;box-sizing:border-box;}
.sub01_07_01_title:nth-child(1) {margin-top:0px;}
.sub01_07_01_text {width:100%;text-align:left;font-size:12pt;color:#000;padding:3px 0px 3px 25px;box-sizing:border-box;background:url('../img/include/sub01_04_01_bullet_01.png') 12px 10px no-repeat;word-break:keep-all;}

.sub01_07_01_content_01 {width:100%;margin-top:10px;}

.sub01_07_01_content_01_img {width:100%;height:250px;line-height:250px;box-sizing:border-box;border:1px solid #ddd;}
.sub01_07_01_content_01_img img {max-width:100%; max-height:100%;vertical-align:middle;}

.sub01_07_01_content_01_text {width:100%;box-sizing:border-box;text-align:left;padding-top:20px;font-size:12pt;color:#333;word-break:keep-all;}

.sub01_07_01_content_01_dw_area .btn{width:190px;height:40px;line-height:40px;text-align:left;box-sizing:border-box;padding-left:10px;color:#fff;margin:0 auto;font-size:11pt;margin-top:15px;background:url('../img/sub01/btn_dw.png') 170px 15px no-repeat;background-color:#444;}
.sub01_07_01_content_01_dw_area .btn:hover{background-color:#1656ad;}

.sub01_07_01_content_01_dw_area .btn A:link	{ display:block;COLOR: #fff;}
.sub01_07_01_content_01_dw_area .btn A:visited{ display:block;COLOR: #fff;}
.sub01_07_01_content_01_dw_area .btn A:active	{ display:block;COLOR: #fff;}
.sub01_07_01_content_01_dw_area .btn A:hover 	{ display:block;COLOR: #fff;}


.sub01_07_01_content_02 {width:100%;margin-top:10px;}
.sub01_07_01_content_02_img {position:relative;width:100%;height:400px;box-sizing:border-box;border:1px solid #ddd;margin-top:20px;}
.sub01_07_01_content_02_img img { position:absolute;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;top:0;bottom:0;left:0;right:0;}
.sub01_07_01_content_02_img_text {position:absolute;left:10px;top:10px;font-size:10pt;height:50px;text-align:left;}


.sub01_07_01_content_03 {width:100%;margin-top:10px;}
.sub01_07_01_content_03_img {position:relative;width:100%;height:250px;line-height:250px;box-sizing:border-box;border:1px solid #ddd;margin-top:20px;}
.sub01_07_01_content_03_img img { position:absolute;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;top:0;bottom:0;left:0;right:0;}
.sub01_07_01_content_03_img_text {position:absolute;left:10px;top:-100px;font-size:10pt;}


.sub01_07_01_content_04 {width:100%;margin-top:10px;}
.sub01_07_01_content_04_color_area {width:100%;}
.sub01_07_01_content_04_color_01 {width:100%;height:150px;background-color:#62B5E5;}
.sub01_07_01_content_04_color_02 {width:100%;height:150px;background-color:#00205B;}
.sub01_07_01_content_04_color_03 {width:100%;height:150px;background-color:#bfbfbf;}
.sub01_07_01_content_04_color_04 {width:100%;height:150px;background-color:#000000;}
.sub01_07_01_content_04_color_text {width:100%;height:50px;margin-top:10px;text-align:left;font-size:10pt;box-sizing:border-box;padding-left:10px;}
.sub01_07_01_content_04_color_text span{color:#777;}
.sub01_07_01_content_04_color_text p {display:none;}

.sub01_08_02_text{width:100%;text-align:left;box-sizing:border-box;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 9px no-repeat;padding-left:20px;}

.sub01_08_02 {width:100%;}
.sub01_08_02:after {content:""; display:block; clear:both;}
.sub01_08_02_content_text {text-align:center;width:100%;color:#777;margin:10px 0px 10px 0px;}

.sub01_08_02_content_area {position:relative;width:50%;margin-top:30px;height:950px;float:left;}
.sub01_08_02_content_02_area {display:none;}
.sub01_08_02_content_03_area {position:relative;width:50%;margin-top:30px;height:950px;float:left;}
.sub01_08_02_content_box_area {width:140px;display:table;margin:0 auto;}

.sub01_08_02_content_box {width:100%;height:100px;text-align:center;color:#fff;background-color:#3785ae;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_02_content_box span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_02_content_box span p{margin:0;padding:0;}

.sub01_08_02_content_box2 {width:100%;height:100px;text-align:center;color:#fff;background-color:#555;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_02_content_box2 span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_02_content_box2 span p{margin:0;padding:0;}

.sub01_08_02_content_arrow_area {position:relative;width:48px;display:table;margin:0 auto;}
.sub01_08_02_content_arrow {width:100%;height:60px;background:url('../img/sub01/arrow3.png') center center no-repeat;}
.sub01_08_02_content_arrow_text {display:none;}
.sub01_08_02_content_arrow_area_02 {display:none;}

.sub01_08_02_content_box_02_area {width:140px;display:table;margin:0 auto;}
.sub01_08_02_content_box3 {width:100%;height:100px;text-align:center;color:#fff;background-color:#ae6037;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_02_content_box3 span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_02_content_box3 span p{margin:0;padding:0;}


.sub01_08_03_text{width:100%;margin-bottom:30px;text-align:left;box-sizing:border-box;padding:10px 10px 10px 10px;line-height:1.7;background-color:#ddd;font-size:12pt;word-break:keep-all;}
.sub01_08_03_text_title {font-size:20pt;height:80px;line-height:80px;font-weight:bold;color:blue;}

.sub01_08_03 {width:100%;}
.sub01_08_03:after {content:""; display:block; clear:both;}
.sub01_08_03_content_text {text-align:center;width:100%;color:#777;margin:10px 0px 10px 0px;}

.sub01_08_03_content_area {position:relative;width:100%;margin-top:30px;height:1100px;float:left;}
.sub01_08_03_content_02_area {display:none;}
.sub01_08_03_content_03_area {position:relative;width:100%;margin-top:30px;height:1100px;float:left;}
.sub01_08_03_content_box_area {width: 100%; margin:0 auto; margin: 20px 0; padding: 15px; background-color:#3785ae;  box-sizing: border-box; text-align: left; color:#fff; vertical-align:middle;font-size:11pt;}
.sub01_08_03_content_box_area strong {display: block;}

.sub01_08_03_content_box_area > strong {display: block; margin-bottom: 10px; font-size: 12pt;}
.sub01_08_03_content_box_area.gray {background-color:#aaa;}
.sub01_08_03_content_box_area.gray02 {background-color:#aaa;}
.sub01_08_03_content_box {width:100%; height:100px; padding: 10px 20px; background-color:#3785ae;  box-sizing: border-box; text-align: left; color:#fff; vertical-align:middle;font-size:12pt;}

.sub01_08_03_content_box {width:100%;height:100px;text-align:center;color:#fff;background-color:#3785ae;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_03_content_box span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_03_content_box span p{margin:0;padding:0;}

.sub01_08_03_content_box2 {width:100%;height:100px;text-align:center;color:#fff;background-color:#aaa;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_03_content_box2 span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_03_content_box2 span p{margin:0;padding:0;}

.sub01_08_03_content_arrow_area {position:relative;width:48px;display:table;margin:0 auto;}
.sub01_08_03_content_arrow {width:100%;height:60px;background:url('../img/sub01/arrow3.png') center center no-repeat;}
.sub01_08_03_content_arrow_text {display:none;}
.sub01_08_03_content_arrow_area_02 {display:none;}

.sub01_08_03_content_box_02_area {width:140px;display:table;margin:0 auto;}
.sub01_08_03_content_box3 {width:100%;height:100px;text-align:center;color:#fff;background-color:#ae6037;display:table-cell;vertical-align:middle;font-size:12pt;}
.sub01_08_03_content_box3 span{font-size:8.5pt;color:#fff;font-family: 'Noto Sans KR', sans-serif;letter-spacing:-0.05em;}
.sub01_08_03_content_box3 span p{margin:0;padding:0;}









.sub02_04_01_list {width:100%;}
.sub02_04_01_node {max-width:270px;width:100%;height:310px;margin:30px auto;text-align:left;box-sizing:border-box;padding:0px 10px 0px 10px;border:1px solid #ddd;}

.sub02_04_01_node .title {width:270px;height:60px;margin-top:10px;text-align:center;font-size:16pt;display:table-cell;vertical-align:middle;}
.sub02_04_01_node .img {width:100%;height:170px;text-align:center;}
.sub02_04_01_node .pdf {width:100%;height:50px;}
.sub02_04_01_node .pdf .pdf_select {height:30px;float:left;width:75%;}
.sub02_04_01_node .pdf .pdf_select select{height:30px;width:100%;}
.sub02_04_01_node .pdf .pdf_btn {height:30px;float:left;width:25%;text-align:right;}


.pdf_btn_go{color:#ffffff; background-color:#535353;border:1px solid #666666;height:30px;font-family:'Nanum Gothic' , sans-serif;font-size:10pt;}
.pdf_btn_go:hover{color:#ffffff; background-color:#1656ad;border:1px solid #1656ad;height:30px;cursor:pointer;cursor:pointer;}



.sub02_06_01_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub02/sub02_06_01_content_01.jpg') 10px 15px no-repeat;background-size:60px;padding-left:80px;padding-top:7px;padding-bottom:7px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;font-weight:bold;line-height:1.7;}
.sub02_06_01_text_01 span {text-align:left;font-size:10pt;font-weight:normal;}





.sub02_06_01_02_agree {width:100%;margin-top:30px;border:3px solid #999;text-align:left;font-size:15px;box-sizing:border-box;padding:10px;line-height:26px;word-break:keep-all;}
.sub02_06_01_02_agree span.agree_title {font-weight:bold;line-height:40px;font-size:17px;}
.sub02_06_01_02_agree span.agree_text1 {font-weight:bold;}
.sub02_06_01_02_agree span.agree_text2 {font-size:14px;}

.sub02_06_01_02_agree_area {width:100%;margin:15px 0px 15px 0px;}
.sub02_06_01_02_agree_area .sub02_06_01_02_agree_btn_01 {width:100%;text-align:left;}
.sub02_06_01_02_agree_area .sub02_06_01_02_agree_btn_02 {width:100%;text-align:left;}


.sub02_06_01_02_email {position:relative;margin-top:30px;background:url("../img/main/btn_go_on.png") 5px 10px no-repeat;background-size:25px 25px;background-color:#426096;line-height:40px;width:100%;height:100px;text-align:left;font-size:14pt;color:#fff;text-indent:35px;font-weight:bold;font-family:'NanumSquare' , sans-serif;}

.sub02_06_01_02_email .sub02_06_01_02_email_text_area {width:100%;text-align:center;margin-top:15px;text-indent:0;box-sizing:border-box;padding:0px 7px 0px 7px;}
.sub02_06_01_02_email .sub02_06_01_02_email_text_area .label{overflow:hidden;margin:0;padding:0;border:0;height:0;width:0;line-height:0;font-size:0;}
.sub02_06_01_02_email .sub02_06_01_02_email_text {height:30px;width:100%;font-size:13pt;padding:0;}

.sub02_06_01_02_email_btn_area {position:absolute;top:5px;right:7px;}
.sub02_06_01_02_email .sub02_06_01_02_email_btn {height:30px;line-height:25px;font-size:13pt;text-indent:0;color:#fff;background-color:#2f4977;border:2px solid #f0f0f0;width:120px;cursor:pointer;font-family:'NanumSquare' , sans-serif;}


.sub03_01_01_text {width:100%;margin-bottom:0px;text-align:left;box-sizing:border-box;padding:30px 10px 30px 10px;border:4px solid #ddd;font-size:18px;word-break:keep-all;color:#333;}
.sub03_01_01_node_object_btn {width:100%;text-align:right;}

.sub03_02_03_text{width:100%;margin-bottom:30px;text-align:left;font-size:12pt;word-break:keep-all;color:#333;}
.sub03_02_03_btn {width:100%;text-align:left;margin-bottom:50px;box-sizing:border-box;padding-left:20px;}


.sub03_02_05_title_01 {width:100%;font-size:14pt;font-weight:bold;margin-top:10px;box-sizing:border-box;padding:0px 10px 0px 10px;word-break:keep-all;}
.sub03_02_05_title_01 span {color:blue;}
.sub03_02_05_title_02 {width:100%;font-size:12pt;margin-top:30px;box-sizing:border-box;padding:0px 10px 0px 10px;word-break:keep-all;}
.sub03_02_05_title_02 span {color:blue;}

.sub03_02_05_list {width:100%; overflow: hidden;}
.sub03_02_05_list > li { margin-top:10px;box-sizing: border-box; overflow: hidden;}


.sub03_02_06_tab {width:100%;margin-bottom:50px;}
.sub03_02_06_tab A:link	{ COLOR:#444;}
.sub03_02_06_tab A:visited{ COLOR:#444;}
.sub03_02_06_tab A:active	{ COLOR:#444;}
.sub03_02_06_tab A:hover 	{ COLOR:#1656ad;}
.sub03_02_06_tab:after {content:""; display:block; clear:both;}

.sub03_02_06_tab_01 {background:url(/img/sub07/07_10_01_tab_off.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_01_on {background:url(/img/sub07/07_10_01_tab_on.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_01:hover {background:url(/img/sub07/07_10_01_tab_on.png) no-repeat 0 0px;}

.sub03_02_06_tab_02 {background:url(/img/sub07/07_10_02_tab_off.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_02_on {background:url(/img/sub07/07_10_02_tab_on.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_02:hover {background:url(/img/sub07/07_10_02_tab_on.png) no-repeat 0 0px;}

.sub03_02_06_tab_03 {background:url(/img/sub07/07_10_03_tab_off.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_03_on {background:url(/img/sub07/07_10_03_tab_on.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_03:hover {background:url(/img/sub07/07_10_03_tab_on.png) no-repeat 0 0px;}

.sub03_02_06_tab_04 {background:url(/img/sub07/07_10_04_tab_off.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_04_on {background:url(/img/sub07/07_10_04_tab_on.png) no-repeat 0 0px;height:70px;width:100%;border:1px solid #e0e0e0;text-align:left;font-size:13pt;margin-top:10px;box-sizing:border-box;padding-left:75px;line-height:70px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.sub03_02_06_tab_04:hover {background:url(/img/sub07/07_10_04_tab_on.png) no-repeat 0 0px;}


.sub04_01_02_text{width:100%;text-align:left;box-sizing:border-box;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 9px no-repeat;padding-left:20px;font-size:12pt;color:#333;}

.sub04_01_02_cal_month {position:relative;width:100%;text-align:center;margin-top:50px;}
.sub04_01_02_cal_month span{font-size:16pt;padding-left:20px;padding-right:20px}
.sub04_01_02_cal_month_text {margin-top:20px;margin-bottom:20px;font-size:11pt;color:#333;}
.month_possible {display:inline-block;width:40px;height:10px;background-color:#3f7fb6;margin:3px 10px 0px 15px;}
.month_impossible {display:inline-block;width:40px;height:10px;background-color:#d9d9d9;margin:3px 10px 0px 15px;}



@media only screen and (max-width : 600px){
	
	.sub04_01_02_cal_week_list {border-top:1px solid #000;width:100%;height:1px;overflow:hidden;}

	.sub04_01_02_cal_day_none {display:none;}

	.sub04_01_02_cal_day_list {width:100%;}
	.sub04_01_02_cal_day {width:100%;height:100px;font-size:14pt;color:#000;font-weight:bold;border-bottom:1px solid #000;}
	

	.yoil {width:20%;float:left;height:100px;font-size:32pt;box-sizing:border-box;padding-top:15px;border-left:1px solid #000;border-right:1px solid #000;}
	.yoil_area {width:80%;float:left;height:100px;box-sizing:border-box;border-right:1px solid #000;}


	.yoil_am {width:100%;height:50px;line-height:50px;text-align:center;font-size:12pt;color:#000;}
	.yoil_pm {width:100%;height:49px;line-height:49px;text-align:center;font-size:12pt;color:#000;border-top:1px dotted #000;}

	.yoil_back_01 {background-color:#3f7fb6;}
	.yoil_back_01:hover {background-color:#4f8fc6;}
	.yoil_back_02 {background-color:#d9d9d9;}
	.yoil_back_02:hover {background-color:#e9e9e9;}
}

@media only screen and (min-width : 601px) {
	.sub04_01_02_cal_week_list {width:100%;height:50px;}
	.sub04_01_02_cal_week {width:15%;height:50px;line-height:50px;text-align:center;font-size:12pt;color:#000;float:left;font-weight:bold;border-top:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #000;box-sizing:border-box;}
	.sub04_01_02_cal_week:nth-child(1) {color:red;width:12.5%;}
	.sub04_01_02_cal_week:nth-last-child(1) {color:blue;border-right:1px solid #000;width:12.5%;}

	.sub04_01_02_cal_day_list {width:100%;height:100px;}
	.sub04_01_02_cal_day {position:relative;width:15%;height:100px;font-size:14pt;color:#000;float:left;font-weight:bold;border-bottom:1px solid #000;border-left:1px solid #000;box-sizing:border-box;}
	.sub04_01_02_cal_day_list .sub04_01_02_cal_day:nth-child(1){width:12.5%}
	.sub04_01_02_cal_day_list .sub04_01_02_cal_day:nth-last-child(1){border-right:1px solid #000;width:12.5%}


	.yoil {position:absolute;top:3px;left:5px;font-size:10pt;color:#000;}

	.yoil_am {width:100%;height:49px;line-height:49px;text-align:center;font-size:12pt;color:#000;}
	.yoil_pm {width:100%;height:49px;line-height:49px;text-align:center;font-size:12pt;color:#000;border-top:1px dotted #000;}

	.yoil_back_01 {background-color:#3f7fb6;}
	.yoil_back_01:hover {background-color:#4f8fc6;}
	.yoil_back_02 {background-color:#d9d9d9;}
	.yoil_back_02:hover {background-color:#e9e9e9;}
}

.yoil_possible{color:#fff;}
.yoil_possible A:link	{ display:block;COLOR:#fff;}
.yoil_possible A:visited{ display:block;COLOR:#fff;}
.yoil_possible A:active	{ display:block;COLOR:#fff;}
.yoil_possible A:hover 	{ display:block;COLOR:#fff;}



.sub04_03_01_text{width:100%;margin-bottom:30px;text-align:left;}
.sub04_03_01_text_02{width:100%;margin-bottom:30px;text-align:left;box-sizing:border-box;padding:10px 10px 10px 80px;background:url(../img/sub04/alert.png) no-repeat 10px 10px;background-size:60px;background-color:#ddd;font-size:10pt;word-break:keep-all;}
.sub04_03_01_text_02 span {font-size:10pt;}




.sub04_04_01_search_result_area {width:100%;margin:50px 0px 0px 0px;}
.sub04_04_01_search_result_total {text-align:right;font-size:10pt;color:#777;font-family: 'NanumBarunGothic', sans-serif;margin-bottom:10px;}
.sub04_04_01_search_result_more {text-align:right;font-size:10pt;color:#777;margin-top:10px;}


.sub04_04_01_search_board_area {width:100%;}
.sub04_04_01_search_board_node {width:100%;margin-top:30px;}
.sub04_04_01_search_board_node:nth-child(1) {margin-top:0px;}
.sub04_04_01_search_board_node A:link	{ COLOR:#444;}
.sub04_04_01_search_board_node A:visited{ COLOR:#444;}
.sub04_04_01_search_board_node A:active	{ COLOR:#444;}
.sub04_04_01_search_board_node A:hover 	{ COLOR:#1656ad;}

.sub04_04_01_search_board_name {width:100%;border-bottom:1px solid #ddd;text-align:left;height:40px;line-height:40px;font-size:12pt;font-family: 'NanumBarunGothic', sans-serif;color:#444;}
.sub04_04_01_search_board_title{width:100%;font-size:19px;text-align:left;margin-top:10px;margin-bottom:10px;font-family: 'Nanum Gothic', sans-serif;font-weight:600;color:#444;}
.sub04_04_01_search_board_cont {width:100%;font-size:12pt;text-align:left;overflow:hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;word-wrap:break-word;height:4.5em;font-family: 'Nanum Gothic', sans-serif;color:#333;}


.sub04_05_01_title  {width:100%;text-align:center;font-size:20pt;font-weight:bold;line-height:40px;font-family:'NanumSquare' , sans-serif;}
.sub04_05_01_text {width:100%;text-align:left;height:30px;}
.sub04_05_01_node{width:100%;text-align:left;margin-top:15px;}


.sub04_06_title{width:100%;}
.sub04_06_title img{width:100%;}

.sub04_06_pic {width:100%;margin-top:30px;}
.sub04_06_pic div {width:100%;height:134px;margin-top:15px;text-align:center;}


.sub04_06_01_text {width:100%;margin-bottom:0px;text-align:left;box-sizing:border-box;padding:30px 10px 30px 10px;border:0px;font-size:16px;word-break:keep-all;color:#fff;background:url('../img/sub04/sub04_06_content_01.jpg') 0px 0px repeat;font-family: 'Nanum Gothic';font-weight:bold;}


.sub04_06_01_01_text {margin:30px auto 0px;width:100%;text-align:left;box-sizing:border-box;padding:20px;border:0px;word-break:keep-all;color:#000;font-size:12pt;line-height:22px;font-family: 'Nanum Gothic';background-color:#eee;}
.sub04_06_01_01_text_btn {position:relative;width:245px;height:40px;line-height:40px;background-color:#0068b7;margin:25px auto;color:#fff;font-size:14pt;font-family:'NanumSquare', sans-serif;box-sizing:border-box;border-radius:5px 5px 5px 5px;text-align:center;}
.sub04_06_01_01_text_btn:hover {background-color:#1179c8;}

.sub04_06_01_01_text_btn A:link	{display:block; COLOR: #fff;}
.sub04_06_01_01_text_btn A:visited{ display:block;COLOR: #fff;}
.sub04_06_01_01_text_btn A:active	{ display:block;COLOR: #fff;}
.sub04_06_01_01_text_btn A:hover 	{ display:block;COLOR: #aaa;}



.sub04_06_01_tab_area{width:100%;font-family:'NanumSquare' , sans-serif;}
.sub04_06_01_tab_area .sub04_06_01_tab {width:100%;height:40px;text-align:center;line-height:40px;font-size:12pt;border-bottom:1px solid #426096;}
.sub04_06_01_tab_area .sub04_06_01_tab a{display:block;}
.sub04_06_01_tab_area .sub04_06_01_tab:hover {background-color:#c3d0ed;}
.sub04_06_01_tab_area .tab_on {font-weight:bold;background-color:#c3d0ed;}

.sub04_06_01_tab_area A:link	{ COLOR:#142c62;}
.sub04_06_01_tab_area A:visited{ COLOR:#142c62;}
.sub04_06_01_tab_area A:active { COLOR:#142c62;}
.sub04_06_01_tab_area A:hover { COLOR:#000;}



.sub04_06_01_cal_month {position:relative;width:100%;text-align:center;margin-top:50px;height:44px;line-height:44px;}
.sub04_06_01_cal_month span{font-size:18pt;padding-left:20px;padding-right:20px;font-weight:bold;}
.sub04_06_01_cal_month_text {margin-top:20px;margin-bottom:20px;font-size:11pt;color:#333;}
.month_possible {display:inline-block;width:40px;height:10px;background-color:#3f7fb6;margin:3px 10px 0px 15px;}
.month_impossible {display:inline-block;width:40px;height:10px;background-color:#d9d9d9;margin:3px 10px 0px 15px;}


.sub04_06_01_cal_month_prev{position:absolute;top:0px;left:20px;height:44px;}
.sub04_06_01_cal_month_next{position:absolute;top:0px;right:20px;height:44px;}


.sub04_06_01_cal_month_text_area {position:absolute;top:60px;right:15px;font-size:11pt;text-align:right;color:#333;width:250px;height:60px;}
.sub04_06_01_cal_month_text {width:100%;height:30px;line-height:30px;margin:0px;padding:0;}
[class*="sub04_06_01_cal_month_img_"] {position: relative; display: inline-block; width:85px; height:30px; text-align:right;}
[class*="sub04_06_01_cal_month_img_"]::before {display: inline-block; width: 16px; height: 16px; margin-right: 5px;  background-color: #0068b7; border-radius: 100%; vertical-align: middle; content: '';}
.sub04_06_01_cal_month_img_02::before {background: #a1a1a1 url(../img/include/pattern_bg01.png) repeat 0 0 / contain;}

/* ê³¼í•™ë‚˜ëˆ” ë¦¬í‹€ ìƒëª…ê³µí•™ìž ì‹ ì²­*/	
.schedule_area {
    margin-top: 10px;
	}
.tb_schedule {
	width: 100%;
    color: #000;
    font-size: 12pt;
	}
.tb_schedule th,
.tb_schedule td {
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-weight: bold;
	}
.tb_schedule td {
    position: relative;
	height: 100px;
    font-size: 13px;
	}	
.tb_schedule td a {
	display: block;
	}
.tb_schedule .sun {
	color: #ff0000;
	}	
.tb_schedule .sat {
	color: #0068b7;
	}	
.tb_schedule .day {
    position: absolute;
    top: 5px;
    left: 5px;
	}
.tb_schedule .day_possible .day {
	color: #fff;
	}
.tb_schedule .day_possible .course {
	display: block;
	margin-bottom: 3px;
	color: #fff;
    font-size: 17px;
	}
	
@media only screen and (max-width : 600px){	
	.sub04_06_01_cal_week_list {border-top:1px solid #ccc;width:100%;height:1px;margin-top:80px;overflow:hidden;}

	.sub04_06_01_cal_day_none {display:none;}

	.sub04_06_01_cal_day_list {width:100%;}
	.sub04_06_01_cal_day {position:relative;width:100%;height:40px;line-height:40px;box-sizing:border-box;font-size:16pt;color:#000;font-weight:bold;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
	.sub04_06_01_cal_day_last {position:relative;width:100%;height:40px;line-height:40px;box-sizing:border-box;font-size:16pt;color:#000;font-weight:bold;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
	

	.sim {position:absolute;top:-10px;left:18%;font-size:12pt;width:100px;color:yellow;height:20px;}

	.day_possible {background-color:#0068b7;}
	.day_possible:hover {background-color:#1179c8;}
	.day_possible A:link	{ COLOR:#fff;}
	.day_possible A:visited{ COLOR:#fff;}
	.day_possible A:active { COLOR:#fff;}
	.day_possible A:hover { color:#fff; text-decoration: underline;}

	.day_impossible{background: #a1a1a1 url("../img/include/pattern_bg01.png") repeat 0 0; color:#fff;}
	.day_impossible:hover{background-color:#909090;color:#fff;}

	.sub04_06_01_cal_yoil {width:20%;float:left;height:40px;line-height:40px;font-size:20pt;box-sizing:border-box;border-left:1px solid #ccc;border-right:1px solid #ccc;}
	.yoil_area {width:80%;float:left;height:60px;box-sizing:border-box;border-right:1px solid #ccc;}
}

@media only screen and (min-width : 601px) {
	.sub04_06_01_cal_week_list {width:100%;height:50px;margin-top:80px;}
	.sub04_06_01_cal_week {width:14.2%;height:50px;line-height:50px;text-align:center;font-size:12pt;color:#000;float:left;font-weight:bold;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;box-sizing:border-box;background-color:#f9f9f9;}
	.sub04_06_01_cal_week:nth-child(1) {color:red;width:14.2%;}
	.sub04_06_01_cal_week:nth-last-child(1) {color:blue;border-right:1px solid #ccc;width:14.2%;}

	.sub04_06_01_cal_day_list {width:100%;height:100px;}
	.sub04_06_01_cal_day {position:relative;box-sizing:border-box;width:14.2%;height:100px;line-height:100px;font-size:12pt;color:#000;float:left;font-weight:bold;border-bottom:1px solid #ccc;border-left:1px solid #ccc;font-family:'NanumSquare' , sans-serif;}
	.sub04_06_01_cal_day_none {position:relative;box-sizing:border-box;width:14.2%;height:100px;line-height:100px;font-size:12pt;color:#000;float:left;font-weight:bold;border-bottom:1px solid #ccc;border-left:1px solid #ccc;font-family:'NanumSquare' , sans-serif;}

	.sub04_06_01_cal_day a{display:block;}
	.sub04_06_01_cal_day_list .sub04_06_01_cal_day:nth-child(1){width:14.2%}
	.sub04_06_01_cal_day_list .sub04_06_01_cal_day:nth-last-child(1){box-sizing:border-box;border-right:1px solid #ccc;width:14.2%}

	.sub04_06_01_cal_day_last {position:relative;box-sizing:border-box;width:14.2%;height:100px;line-height:100px;font-size:14pt;color:#000;float:left;font-weight:bold;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;}
	

	.sim {position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:10pt;width:100px;color:yellow;height:20px;}

	.day_possible {background-color:#0068b7;}
	.day_possible:hover {background-color:#1179c8;}
	.day_possible A:link	{ COLOR:#fff;}
	.day_possible A:visited{ COLOR:#fff;}
	.day_possible A:active { COLOR:#fff;}
	.day_possible A:hover { COLOR:#aaa;}

	.day_impossible{background-color:#a1a1a1;color:#fff;}
	.day_impossible:hover{background-color:#909090;color:#fff;}

	.sub04_06_01_cal_yoil {position:absolute;top:-30px;left:10px;font-size:12pt;color:#555;}
}



.email_check_area {width:100%;height:120px;margin-top:30px;margin-bottom:10px;}
.email_check_img {display:none;}
.email_check_field {width:100%;}
.email_check_field_name {width:100%;height:50px;}
.email_check_field_name_01 {width:20%;height:50px;line-height:50px;text-align:center;font-size:18px;float:left;}
.email_check_field_name_02 {width:80%;height:40px;box-sizing:border-box;padding:0px 10px 0px 10px;float:left;text-align:left;}

.email_check_field_email {width:100%;height:50px;}
.email_check_field_email_01 {width:20%;height:50px;line-height:60px;text-align:center;font-size:18px;float:left;}
.email_check_field_email_02 {width:80%;height:40px;box-sizing:border-box;padding:0px 10px 0px 10px;float:left;text-align:left;}
.email_check_txt {width:90%;height:35px;margin-top:8px;font-size:16pt;}


.sub04_06_03_01_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub04/sub04_06_03_01_content_01.jpg') 10px 15px no-repeat;background-size:60px;padding-left:80px;padding-top:7px;padding-bottom:7px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;font-weight:bold;line-height:1.7;}
.sub04_06_03_01_text_01 span {text-align:left;font-size:10pt;font-weight:normal;}


.sub04_06_03_01_btn_01 {width:150px;height:40px;line-height:40px;background-color:#0068b7;color:#fff;font-size:14pt;font-family:'NanumSquare', sans-serif;box-sizing:border-box;border-radius:5px 5px 5px 5px;text-align:center;margin-top:5px;}
.sub04_06_03_01_btn_01:hover {background-color:#1179c8;}

.sub04_06_03_01_btn_01 A:link	{display:block; COLOR: #fff;}
.sub04_06_03_01_btn_01 A:visited{ display:block;COLOR: #fff;}
.sub04_06_03_01_btn_01 A:active	{ display:block;COLOR: #fff;}
.sub04_06_03_01_btn_01 A:hover 	{ display:block;COLOR: #aaa;}


.sub04_06_03_01_btn_02 {width:100%;height:40px;line-height:40px;background-color:#0068b7;color:#fff;font-size:14px;font-family:'NanumSquare', sans-serif;box-sizing:border-box;border-radius:5px 5px 5px 5px;text-align:center;margin:0 auto;}
.sub04_06_03_01_btn_01:hover {background-color:#1179c8;}

.sub04_06_03_01_btn_02 A:link	{display:block; COLOR: #fff !important;}
.sub04_06_03_01_btn_02 A:visited{ display:block;COLOR: #fff !important;}
.sub04_06_03_01_btn_02 A:active	{ display:block;COLOR: #fff !important;}
.sub04_06_03_01_btn_02 A:hover 	{ display:block;COLOR: #aaa !important;}



.sub04_06_03_01_nl_agree {width:600px;margin-top:0px;text-align:left;font-size:14px;padding:0px 10px 10px 10px;line-height:22px;}
.sub04_06_03_01_nl_agree span.agree_title {font-weight:bold;line-height:40px;font-size:14pt;}
.sub04_06_03_01_nl_agree span.agree_text1 {font-weight:bold;font-size:14px;}
.sub04_06_03_01_nl_agree .agree_text2 {font-size:14px;padding-left:20px;padding-right:20px;box-sizing:border-box;}


.sub04_06_03_01_nl_agree_area {width:600px;height:30px;margin-top:5px;}
.sub04_06_03_01_nl_agree_area .sub04_06_03_01_nl_agree_btn_01 {width:45%;float:left;text-align:left;text-indent:10px;}
.sub04_06_03_01_nl_agree_area .sub04_06_03_01_nl_agree_btn_02 {width:55%;float:left;text-align:left;text-indent:10px;}





.sub05_03_01_text {width:100%;margin-bottom:0px;text-align:left;box-sizing:border-box;padding:30px 10px 30px 10px;border:4px solid #2b449b;font-size:16px;word-break:keep-all;color:#333;background:url('../img/sub05/sub05_03_01_content_m.jpg') 0px 0px repeat;font-family: 'Nanum Gothic';}

.sub01_10_04_text_01,
.sub05_03_01_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_03_01_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}

.sub01_10_04_text_01 {margin-top: 50px;  padding-left: 100px; background:url('../img/sub01/sub01_10_04_icon.png') 20px center no-repeat;}
.sub01_10_04_text_01 p,
.sub05_03_01_text_01 p {display:table-cell;text-align:left;vertical-align:middle;}


.sub05_03_02_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_03_02_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}
.sub05_03_02_text_01 p {display:table-cell;text-align:left;vertical-align:middle;}

.sub05_03_03_text_01 {width:100%;margin-bottom:40px;padding:0px 10px 0px 10px;text-align:left;box-sizing:border-box;border:4px solid #ddd;word-break:keep-all;color:#333;display:table;}
.sub05_03_03_text_01_title {width:100%;margin-top:5px;position:relative;font-size:16px;font-weight:bold;}
.sub05_03_03_text_01_cont {width:100%;margin-top:15px;margin-bottom:20px;font-size:16px;}

.sub05_03_03_text_02 {width:100%;margin-bottom:40px;padding:0px 10px 0px 10px;text-align:left;box-sizing:border-box;border:4px solid #ddd;word-break:keep-all;color:#333;display:table;}
.sub05_03_03_text_02_title {width:100%;margin-top:5px;position:relative;font-size:16px;font-weight:bold;}
.sub05_03_03_text_02_cont {width:100%;margin-top:15px;margin-bottom:20px;font-size:16px;}

.sub05_03_03_text_03 {width:100%;margin-bottom:40px;padding:0px 10px 0px 10px;text-align:left;box-sizing:border-box;border:4px solid #ddd;word-break:keep-all;color:#333;display:table;}
.sub05_03_03_text_03_title {width:100%;margin-top:5px;position:relative;font-size:16px;font-weight:bold;}
.sub05_03_03_text_03_cont {width:100%;margin-top:15px;margin-bottom:20px;font-size:16px;}

.sub05_03_03_text_04 {width:100%;margin-bottom:40px;padding:0px 10px 0px 10px;text-align:left;box-sizing:border-box;border:4px solid #ddd;word-break:keep-all;color:#333;display:table;}
.sub05_03_03_text_04_title {width:100%;margin-top:5px;position:relative;font-size:16px;font-weight:bold;}
.sub05_03_03_text_04_cont {width:100%;margin-top:15px;margin-bottom:20px;font-size:16px;}





.sub05_03_04_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_03_04_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}
.sub05_03_04_text_01 p {display:table-cell;text-align:left;vertical-align:middle;}


.sub05_03_01_issue_area{width:100%;}
.sub05_03_01_issue_movie {width:100%;}
.sub05_03_01_issue_movie_title {width:100%;height:50px;background:#555;line-height:50px;color:#fff;text-indent:20px;font-size:14pt;text-align:left;}
.sub05_03_01_issue_movie_youtube {width:100%;}

.sub05_03_01_issue_list {width:100%;margin-top:30px;margin-bottom:40px;}
.sub05_03_01_issue_list_card {width:100%;}
.sub05_03_01_issue_list_card_title {width:100%;height:50px;background:#555;line-height:50px;color:#fff;text-indent:20px;font-size:14pt;text-align:left;}
.sub05_03_01_issue_list_card_list {width:100%;position:relative;}
.sub05_03_01_issue_list_card_list_area {position:relative;width:100%;margin:0;background-color:#fff;}
.sub05_03_01_issue_list_card_list_btn {width:100%;text-align:right;}

.sub05_03_01_issue_list_banner {width:100%;margin-top:30px;}
.sub05_03_01_issue_list_banner:after {content:""; display:block; clear:both;}
.sub05_03_01_issue_list_banner_01{width:43.5%;height:auto;float:left;}
.sub05_03_01_issue_list_banner_02{width:54.5%;height:auto;float:left;margin-left:2%;}
.sub05_03_01_issue_list_banner img {width:100%;max-width:550px;}




.sub05_03_01_05 {width:100%;margin-bottom:30px;}
.sub05_03_01_05:after {content:""; display:block; clear:both;}

.sub05_03_01_05_content_area {position:relative;width:100%;}
.sub05_03_01_05_content_02_area {position:relative;width:100%;}
.sub05_03_01_05_content_box_area {width:100%;display:table;margin-top:10px;}

.sub05_03_01_05_content_box {width:100%;text-align:center;display:table-cell;vertical-align:top;font-size:12pt;padding-top:160px;}
.sub05_03_01_05_content_box span{font-size:13pt;font-family:'NanumSquare' , sans-serif;font-weight:bold;color:#333;}

.sub05_03_01_05_content_arrow_area {position:relative;width:100%;display:table;margin-top:10px;}
.sub05_03_01_05_content_arrow {width:100%;height:60px;background:url('../img/sub01/arrow3.png') center center no-repeat;background-size:24px 24px;}

.sub05_03_01_05_content_box_bg_01 {background:url('../img/sub05/sub05_03_01_05_01_bg_01.png') center top no-repeat;background-size:160px auto;}
.sub05_03_01_05_content_box_bg_02 {background:url('../img/sub05/sub05_03_01_05_01_bg_02.png') center top no-repeat;background-size:160px auto;}
.sub05_03_01_05_content_box_bg_03 {background:url('../img/sub05/sub05_03_01_05_01_bg_03.png') center top no-repeat;background-size:160px auto;}
.sub05_03_01_05_content_box_bg_04 {background:url('../img/sub05/sub05_03_01_05_01_bg_04.png') center top no-repeat;background-size:160px auto;}


.sub05_03_01_05_tab_area{width:100%;font-family:'NanumSquare' , sans-serif;}
.sub05_03_01_05_tab_area .sub05_03_01_05_tab {width:100%;height:40px;text-align:center;line-height:40px;font-size:12pt;border-bottom:1px solid #426096;}
.sub05_03_01_05_tab_area .sub05_03_01_05_tab a{display:block;}
.sub05_03_01_05_tab_area .sub05_03_01_05_tab:hover {background-color:#c3d0ed;}
.sub05_03_01_05_tab_area .tab_on {font-weight:bold;background-color:#c3d0ed;}

.sub05_03_01_05_tab_area A:link	{ COLOR:#142c62;}
.sub05_03_01_05_tab_area A:visited{ COLOR:#142c62;}
.sub05_03_01_05_tab_area A:active { COLOR:#142c62;}
.sub05_03_01_05_tab_area A:hover { COLOR:#000;}

.sub05_03_01_05_manager_area {width:100%;height:250px;}
.sub05_03_01_05_manager_text{width:100%;}
.sub05_03_01_05_manager_text_title {width:100%;height:50px;text-align:center;color:#fff;background:#426096;line-height:50px;font-size:16px;margin-top:10px;}
.sub05_03_01_05_manager_text_list {width:100%;margin-top:17px;}
.sub05_03_01_05_manager_text_list ul li {background:none;}
.sub05_03_01_05_manager_text_list table tr td {text-align:left;}

.sub05_03_01_05_manager_text_list .sub05_03_01_05_manager_text_list_td_01 {width:30%;}
.sub05_03_01_05_manager_text_list .sub05_03_01_05_manager_text_list_td_02 {width:60%;}
.sub05_03_01_05_manager_text_list .sub05_03_01_05_manager_text_list_td_03 {width:0%;}


.sub05_03_01_05_manager_img{display:none;}

.sub05_03_01_05_text {width:100%;height:100px;text-align:center;font-size:13pt;color:#000;font-family:'NanumSquare' , sans-serif;line-height:30px;margin-top:20px;font-weight:bold;}
.sub05_03_01_05_text span {font-size:15pt;color:#0e2d9e;}


.sub05_03_01_05_img_area {width:100%;margin-top:30px;}
.sub05_03_01_05_img_01 {width:100%;border:1px solid #999;}
.sub05_03_01_05_img_02 {width:100%;border:1px solid #999;margin-top:15px;}
.sub05_03_01_05_img_03 {width:100%;border:1px solid #999;margin-top:15px;}
.sub05_03_01_05_img_title {font-size:14px;color:#333;height:30px;line-height:30px;text-align:left;text-indent:15px;font-family:'NanumSquare' , sans-serif;}
.sub05_03_01_05_img_list {text-align:center;margin-top:10px;}



.sub05_03_01_05_m_phone {display:none;}


.sub05_03_01_05_down_area {width:100%;margin-bottom:30px;}
.sub05_03_01_05_down_title{height:40px;line-height:40px;text-align:center;width:200px;color:#fff;background-color:#426096;margin:15px auto;font-size:14pt;font-family: 'Nanum Gothic', sans-serif;}
.sub05_03_01_05_down_file {height:40px;line-height:40px;width:200px;margin:15px auto;}
.sub05_03_01_05_down_file:nth-child(5) {border:3px solid #555;text-align:left;box-sizing:border-box;text-indent:10px;}


.sub05_03_01_05_email_area {width:100%;margin-bottom:30px;}
.sub05_03_01_05_email_title{height:40px;line-height:40px;text-align:center;width:100%;color:#fff;background-color:#426096;margin:15px auto;font-size:14pt;font-family: 'Nanum Gothic', sans-serif;}
.sub05_03_01_05_email_text {height:80px;width:100%;margin-top:15px;text-align:left;line-height:28px;padding-top:8px;padding-left:10px;box-sizing: border-box;}

.sub05_03_01_05_email_area div:nth-child(2) {border:3px solid #7030a0;}
.sub05_03_01_05_email_area div:nth-child(3) {border:3px solid #426096;}
.sub05_03_01_05_email_area div:nth-child(4) {border:3px solid #555;}

.sub05_03_01_05_email_area img{vertical-align:middle;}





.sub05_03_01_05_information_title{height:40px;line-height:40px;text-align:center;width:100%;color:#fff;background-color:#426096;font-size:14pt;font-family: 'Nanum Gothic', sans-serif;}

.sub05_03_01_05_information_area ul {list-style:none;margin:0;padding:0;}
.sub05_03_01_05_information_area ul li{text-align:left;padding-left:20px;background:url('../img/include/sub01_04_01_bullet_01.png') 2px 15px no-repeat;margin-top:5px;font-size:12pt;word-break:keep-all;color:#333;}
.sub05_03_01_05_information_area ul li:nth-child(1){margin-top:0px;}




.sub05_03_01_05_btn{width:200px;height:40px;line-height:25px;text-align:left;box-sizing:border-box;color:#000;background:url('../img/sub01/btn_dw2.png') 175px 13px no-repeat;background-color:#fff;padding-left:10px;border:0px;padding-top:0;font-size:16px;font-family: 'Nanum Gothic', sans-serif;}
.sub05_03_01_05_btn:hover{background:url('../img/sub01/btn_dw.png') 175px 13px no-repeat;background-color:#1656ad;color:#fff;}

.sub05_03_01_05_btn_color_01{border:3px solid #7030a0;}
.sub05_03_01_05_btn_color_02{border:3px solid #426096;}


.sub05_03_01_05_btn A:link	{ COLOR: #fff;}
.sub05_03_01_05_btn A:visited{ COLOR: #fff;}
.sub05_03_01_05_btn A:active	{ COLOR: #fff;}
.sub05_03_01_05_btn A:hover 	{ COLOR: #fff;}



.sub05_04_01_text {width:100%;margin-bottom:0px;text-align:left;box-sizing:border-box;padding:30px 30px 30px 30px;border:4px solid #2b449b;font-size:16px;word-break:keep-all;color:#333;background:url('../img/sub05/sub05_04_01_content.jpg') 0px 0px repeat;background-size:cover;font-family: 'Nanum Gothic';}


.sub05_04_01_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_04_01_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}
.sub05_04_01_text_01 p {display:table-cell;text-align:left;vertical-align:middle;}


.sub05_04_02_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_04_02_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}
.sub05_04_02_text_01 p {text-align:left;vertical-align:middle;}


.sub05_04_03_text_01 {width:100%;height:68px;margin-bottom:20px;text-align:left;box-sizing:border-box;background:url('../img/sub05/sub05_04_03_content_01.jpg') 10px 0px no-repeat;background-size:60px 60px;padding-left:80px;padding-right:10px;border:4px solid #ddd;word-break:keep-all;color:#333;font-size:11pt;display:table;}
.sub05_04_03_text_01 p {display:table-cell;text-align:left;vertical-align:middle;}

.sub05_04_02_text_01 .more_area {width:100%;}
.sub05_04_02_text_01 .more_area .more_btn{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;line-height:30px;height:30px;width:150px;text-align:center;background-color:#42454c;border:0px;color:#ffffff;font-size:12pt;font-family: 'Nanum Gothic', sans-serif;}
.sub05_04_02_text_01 .more_area .more_btn:hover{background-color:#1656ad;}


.sub05_05_01_list {width:100%; border-top:2px solid #0068b7;border-bottom:1px solid #ccc;box-sizing:border-box;}
.sub05_05_01_list + .sub05_05_01_list {margin-top: 30px;}
.sub05_05_01_list_area {width:100%; }
.sub05_05_01_list_title {width:100%; font-size:14pt;font-weight:bold;font-family: 'NanumSquare', sans-serif;margin-top:10px;text-align:left;}
.sub05_05_01_list_date{margin-top:0px; font-size:12pt;color:#777;text-indent:30px;background:url('../img/sub05/sub05_05_01_icon_01.jpg') 0px 4px no-repeat;text-align:left;}
.sub05_05_01_list_loc{margin-top:0px; font-size:12pt;color:#777;text-indent:30px;background:url('../img/sub05/sub05_05_01_icon_02.jpg') 0px 4px no-repeat;text-align:left;}

.sub05_05_01_list_btn {width:100%;height:40px;line-height:40px;margin:10px 0;background-color:#0068b7;font-size:18px;box-sizing:border-box;border-radius:3px 3px 3px 3px;font-weight:bold;font-family: 'NanumSquare', sans-serif;}
.sub05_05_01_list_btn:hover {background-color:#1179c8;}
.sub05_05_01_list_btn a:link		{color:#ffffff;display:block;}
.sub05_05_01_list_btn a:visited		{color:#ffffff;display:block;}
.sub05_05_01_list_btn a:active 		{color:#ffffff;display:block;}
.sub05_05_01_list_btn a:hover 		{color:#aaaaaa;display:block;}

.sub05_05_01_history_area {position: relative; width: 100%; clear:both;position:relative;padding:0;margin:0;}
.sub05_05_01_history_area_01,
.sub05_05_01_history_area_02 { width: 100%; padding-top:0px;padding-bottom:0px; text-align:left;box-sizing:border-box;margin:0; }
.sub05_05_01_history_area_02 {margin: 30px 0 50px;}
.sub05_05_01_history_area_02 img {max-width: 100%;}
.sub05_05_01_history_title {font-weight:bold;font-size:32pt;line-height:50px;height:50px;font-family:'NanumSquare', sans-serif;margin-bottom:5px;box-sizing:border-box;}
.sub05_05_01_history_cont {font-size:12pt;color:#888;font-family:'Nanum Gothic', sans-serif;}
.object_div .sub05_05_01_history_cont > li {
	margin-top: 8px;
	padding-left: 0;
	background: none;
    color: #888;
    line-height: 1.3;
    text-align: left;
	}
.sub05_05_01_history_bullet {display:none;}

.sub05_05_2021_tab_area{width:100%;font-family:'NanumSquare' , sans-serif;}
.sub05_05_2021_tab_area .sub05_05_2021_tab {width:100%;height:40px;text-align:center;line-height:40px;font-size:12pt;border-bottom:1px solid #426096;}
.sub05_05_2021_tab_area .sub05_05_2021_tab a{display:block;}
.sub05_05_2021_tab_area .sub05_05_2021_tab:hover {background-color:#c3d0ed;}
.sub05_05_2021_tab_area .tab_on {font-weight:bold;background-color:#c3d0ed;}

.sub05_05_2021_tab_area A:link	{ COLOR:#142c62;}
.sub05_05_2021_tab_area A:visited{ COLOR:#142c62;}
.sub05_05_2021_tab_area A:active { COLOR:#142c62;}
.sub05_05_2021_tab_area A:hover { COLOR:#000;}

.sub05_05_2021_01_cont_01{width:100%;text-align:left;font-size:14pt;font-family:'NanumSquare', sans-serif;}
.sub05_05_2021_01_img_01{display:none;}

.sub05_05_2021_02_sub_tab_area {width:100%;height:40px;}
.sub05_05_2021_02_sub_tab_text {width:33.3%;float:left;height:40px;line-height:40px;text-align:center;font-size:14pt;color:#fff;background-color:#666;font-family:'NanumSquare', sans-serif;border:1px solid #ccc;box-sizing:border-box;}
.sub05_05_2021_02_sub_tab_list{width:33.3%;float:left;height:40px;line-height:40px;text-align:center;font-size:14pt;font-family:'NanumSquare', sans-serif;border-bottom:1px solid #ccc;border-top:1px solid #ccc;border-right:1px solid #ccc;box-sizing:border-box;}
.sub05_05_2021_02_sub_tab_area .on {background-color:#ebebeb;}
.sub05_05_2021_02_sub_tab_list:hover {background-color:#ebebeb;}

.sub05_05_2021_02_sub_tab_list a:link		{color:#000;display:block;}
.sub05_05_2021_02_sub_tab_list a:visited		{color:#000;display:block;}
.sub05_05_2021_02_sub_tab_list a:active 		{color:#000;display:block;}
.sub05_05_2021_02_sub_tab_list a:hover 		{color:#000;display:block;}


.sub05_05_2021_02_sub_content {width:100%;}
.sub05_05_2021_02_sub_session_area {width:100%;height:35px;margin-top:20px;}
.sub05_05_2021_02_sub_session {border:1px solid #ccc;width:50%;float:left;height:35px;line-height:35px;text-align:center;font-size:14pt;font-family:'NanumSquare', sans-serif;box-sizing:border-box;}
.sub05_05_2021_02_sub_session:nth-last-child(1){border-left:0px;}

.sub05_05_2021_02_sub_session:hover {background-color:#0068b7;}
.sub05_05_2021_02_sub_session a:link		{color:#000;display:block;}
.sub05_05_2021_02_sub_session a:visited		{color:#000;display:block;}
.sub05_05_2021_02_sub_session a:active 		{color:#000;display:block;}
.sub05_05_2021_02_sub_session a:hover 		{color:#fff;display:block;}

.sub05_05_2021_02_sub_session_area .on {background-color:#0068b7;}
.sub05_05_2021_02_sub_session_area .on a:link		{color:#fff;display:block;}
.sub05_05_2021_02_sub_session_area .on a:visited	{color:#fff;display:block;}
.sub05_05_2021_02_sub_session_area .on a:active 	{color:#fff;display:block;}
.sub05_05_2021_02_sub_session_area .on a:hover 		{color:#fff;display:block;}


.sub05_05_2021_02_sub_content_title {position: relative; margin-top:20px; padding-left: 20px; text-align:left; font-size:14pt;font-weight:bold;}
.sub05_05_2021_02_sub_content_title::before {position: absolute; top: 0; left: 0; width: 8px; height: 100%; background-color: #003584; content: '';}
.sub05_05_2021_02_sub_speakers_list {position:relative; margin-top:20px; padding: 10px; box-sizing:border-box;border:1px solid #ccc; text-align: left; overflow: hidden;}
.sub05_05_2021_02_sub_speakers_pic_area{float: left; width:110px; margin-right: 20px; line-height: 1; }
.sub05_05_2021_02_sub_speakers_pic_area img{width:100%;}
.sub05_05_2021_02_sub_speakers_text_area {position: relative; box-sizing:border-box; overflow: hidden;}



.sub05_05_2021_02_sub_speakers_text_name {width:100%;font-size:12pt;color:#0068b7;text-align:left;margin-top:5px;font-weight:bold;}
.sub05_05_2021_02_sub_speakers_text_name span {font-size:10pt;color:#d32601;margin-left:10px;}
.sub05_05_2021_02_sub_speakers_text_cont {width:100%;line-height:18px;font-size:10pt;color:#888;text-align:left;margin-top:0px;background:url('/img/inc/bullet_02.gif') 0px 6px no-repeat;box-sizing:border-box;padding-left:10px;}

.sub05_05_2021_02_sub_speakers_text_btn_01 {position:absolute;height:30px;right:90px;bottom:50px;}
.sub05_05_2021_02_sub_speakers_text_btn_02 {position:absolute;height:30px;right:0px;bottom:50px;}

.sub05_05_2021_02_sub_speakers_text_btn .btn{width:85px;height:30px;line-height:30px;text-align:left;box-sizing:border-box;padding-left:10px;color:#fff;float:left;margin-right:10px;font-size:11pt;margin-top:40px;background:url('../img/sub01/btn_dw.png') 60px 10px no-repeat;background-color:#444;}

.sub05_05_2021_02_sub_speakers_text_btn .btn:hover{background-color:#1656ad;}

.sub05_05_2021_02_sub_speakers_text_btn .btn A:link	{display:block; COLOR: #fff;}
.sub05_05_2021_02_sub_speakers_text_btn .btn A:visited{ display:block;COLOR: #fff;}
.sub05_05_2021_02_sub_speakers_text_btn .btn A:active	{ display:block;COLOR: #fff;}
.sub05_05_2021_02_sub_speakers_text_btn .btn A:hover 	{ display:block;COLOR: #fff;}


.sub05_05_2021_03_01_video_area {width:100%;}
.sub05_05_2021_03_01_video_01 {width:100%;border:1px solid #999;box-sizing:border-box;border-radius:5px 5px 5px 5px;}
.sub05_05_2021_03_01_video_02 {width:100%;border:1px solid #999;box-sizing:border-box;border-radius:5px 5px 5px 5px;margin-top:30px;}
.sub05_05_2021_03_01_video_day {width:100%;height:40px;line-height:40px;font-size:14pt;color:#000;font-weight:bold;text-align:center;}
.sub05_05_2021_03_01_video_list {position:relative;width:245px;height:120px;background-color:#0068b7;margin:30px auto;font-weight:bold;color:#fff;font-size:14pt;font-family:'NanumSquare', sans-serif;box-sizing:border-box;border-radius:5px 5px 5px 5px;}
.sub05_05_2021_03_01_video_list:hover {background-color:#1179c8;}
.sub05_05_2021_03_01_video_list:nth-last-child(1){margin-bottom:30px;}



.sub05_05_2021_03_01_video_list div {position:absolute;width:100%;top: 50%;transform: translateY(-50%);}

.sub05_05_2021_03_01_video_list A:link	{display:block; COLOR: #fff;}
.sub05_05_2021_03_01_video_list A:visited{ display:block;COLOR: #fff;}
.sub05_05_2021_03_01_video_list A:active	{ display:block;COLOR: #fff;}
.sub05_05_2021_03_01_video_list A:hover 	{ display:block;COLOR: #aaa;}


.speaker_tit {display: block; text-align: center; }


.div_br {display:none;}


.search_detail_top{width:100%;background-color:#dedede;}
.search_detail_area {width:100%;padding-top:20px;padding-bottom:20px;font-size:12pt;display:inline-block; vertical-align:middle;color:#333;}
.search_detail_area:nth-child(1) {padding-bottom:0px;}
.search_detail {width:100%;text-align:left;}
.search_detail div {box-sizing:border-box;padding:2px 10px 2px 10px;}
.search_detail div span{color:#fff;margin-right:10px;padding:5px 10px 5px 10px;background-color:#000;}


.search_detail #search_detail_sel {width:30%;min-width:150px;height:33px;padding:0;margin:0;font-size:12pt;font-family:'Nanum Gothic' , sans-serif;}
.search_detail #textfield {width:90%;height:30px;padding:0;margin:0;font-size:12pt;font-family:'Nanum Gothic' , sans-serif;}
.search_detail #btn_search_detail {vertical-align:middle;}
.search_detail #period_sel {width:150px;height:33px;padding:0;margin-left:10px;font-size:12pt;font-family:'Nanum Gothic' , sans-serif;}
.search_detail img {vertical-align:middle;}
.search_detail label {margin-right:15px;}


.mg_top_0 {margin-top:0px;}
.mg_top_30 {margin-top:30px;}
.mg_top_40 {margin-top:40px;}
.mg_top_50 {margin-top:50px;}
.mg_top_100 {margin-top:100px;}


.align_right {width:100%;text-align:right;}
.align_left {width:100%;text-align:left;}


.sub_footer_area {position:relative;width:100%;min-width:300px;background-color:#fff;min-height:300px;height:auto;border-top:1px solid #aaa;background-color:#f0f0f0;}
.sub_footer_area .footer_area {width:100%;margin:0 auto;min-height:120px;padding-top:10px;}



.frame { height: 40px;line-height: 40px;overflow: hidden;background: #fff;font-family:'NanumSquare' , sans-serif;border-bottom:1px solid #aaa;}
.frame ul {list-style: none;margin: 0;padding: 0;height: 100%;font-size: 15px;}
/*.frame ul a {float: left;width:150px;height: 100%;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}*/
.frame ul li {float: left;width:150px;height: 100%;box-sizing:border-box;border-right:1px solid #aaa;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
.frame ul li.on {background: #426096;color: #ddd;}


.frame_5_2 { height: 40px;line-height: 40px;overflow: hidden;background: #fff;font-family:'NanumSquare' , sans-serif;border-bottom:1px solid #aaa;}
.frame_5_2 ul {list-style: none;margin: 0;padding: 0;height: 100%;font-size: 15px;}
/*.frame ul a {float: left;width:150px;height: 100%;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}*/
.frame_5_2 ul li {float: left;width:150px;height: 100%;box-sizing:border-box;border-right:1px solid #aaa;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
.frame_5_2 ul li.on {background:#426096;color:#ddd;}

.frame_5_2 ul li.on a:link			{color:#fff;display:block;}
.frame_5_2 ul li.on a:visited		{color:#fff;display:block;}
.frame_5_2 ul li.on a:active 		{color:#fff;display:block;}
.frame_5_2 ul li.on a:hover			{color:#fff;display:block;}


.slidee li a:link			{color:#000;display:block;}
.slidee li a:visited		{color:#000;display:block;}
.slidee li a:active 		{color:#000;display:block;}
.slidee li a:hover 			{color:#000;display:block;}
.slidee li a i {vertical-align: middle;}

.slidee li.on a:link		{color:#ffffff;display:block;}
.slidee li.on a:visited		{color:#ffffff;display:block;}
.slidee li.on a:active 		{color:#ffffff;display:block;}
.slidee li.on a:hover 		{color:#ffffff;display:block;}


.m_frame {width:100%; height: 120px;line-height: 40px;overflow: hidden;background: #fff;font-family:'NanumSquare' , sans-serif;}
.m_frame ul {width:100%;list-style:none;margin: 0;padding: 0;font-size: 15px;}
/*
.m_frame ul a {float: left;width:49.9% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
.m_frame ul a.m_full {float: left;width:100% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
*/
.m_frame ul li {float: left;width:49.9% !important;height:40px;box-sizing:border-box;border-left:1px solid #aaa;border-bottom:1px solid #aaa;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;font-family:'NanumSquare' , sans-serif;}
.m_frame ul li.on {background: #426096;color: #ddd;}
.m_frame ul li.on a:link		{color:#ffffff;display:block;}
.m_frame ul li.on a:visited		{color:#ffffff;display:block;}
.m_frame ul li.on a:active 		{color:#ffffff;display:block;}
.m_frame ul li.on a:hover 		{color:#ffffff;display:block;}



.m_frame_02 {width:100%; height: 40px;line-height: 40px;overflow: hidden;background: #fff;font-family:'NanumSquare' , sans-serif;}
.m_frame_02 ul {width:100%;list-style:none;margin: 0;padding: 0;font-size: 15px;}
/*
.m_frame_02 ul a {float: left;width:33.3% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
.m_frame_02 ul a.m_full {float: left;width:100% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
*/
.m_frame_02 ul li {float: left;width:33.3% !important;height:40px;box-sizing:border-box;border-left:1px solid #aaa;border-bottom:1px solid #aaa;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;font-family:'NanumSquare' , sans-serif;}
.m_frame_02 ul li.on {background: #426096;color: #ddd;}


.m_frame_03 {width:100%; height: 40px;line-height: 40px;overflow: hidden;background: #fff;font-family:'NanumSquare' , sans-serif;}
.m_frame_03 ul {width:100%;list-style:none;margin: 0;padding: 0;font-size: 15px;}
/*
.m_frame_03 ul a {float: left;width:25% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
.m_frame_03 ul a.m_full {float: left;width:100% !important;height:40px;box-sizing:border-box;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;}
*/
.m_frame_03 ul li {float: left;width:25% !important;height:40px;box-sizing:border-box;border-left:1px solid #aaa;border-bottom:1px solid #aaa;padding: 0;background: #fff;color: #333;text-align: center;cursor: pointer;font-family:'NanumSquare' , sans-serif;}
.m_frame_03 ul li.on {background: #426096;color: #ddd;}

.frame_5 .big_tab {width:100% !important;}

.frame_font_nanum_gothic {font-family: 'Nanum Gothic', sans-serif;}


/*----------ï¿½ì¢ŽëŸ©ä¼Šìˆ‹ì˜™æï¿½ìˆ‹ì˜™ï¿½ï¿½êµ²ï¿½Î²ì…½ï¿½ëŒ€ãŽå ìŽŒì¥™çŒ·ìš‘ì˜™ï¿½ìš©ì»å ìŽˆìŠ¡ï¿½ë³Ÿëœï¿½ëˆë£å ìŽŒëŠ¹ï§ë‹¸ï¿½â‘¤ì±¶çŒ·ï¿½ å ìŽˆë†ï¿½ì’ì³¥ï¿½ë³¦ì¶¹å ìŽˆë²€ï¿½ë‚ëœï¿½ëŒì˜™å ìŽŒê¶ï¿½ì•¾ì˜™ï¿½ë‰êµ²å ìŽŒì¥™ï¿½Î¿ì˜™æºë¿ì‚•å ìŽŒë¼šï¿½ëº§ì˜™é†«ë¡«ì§—å ìŽŒëˆ¨ï¿½ì•­ëœå ï¿½ -----------*/
#tab_normal, 
.tab_normal {border-top:2px solid #000;width:100%; }
#tab_normal th,
.tab_normal th {text-align:center;font-weight:bold; color:#444; border-bottom:1px solid #000; border-right:1px solid #000;background-color:#eef9ff;font-size:12pt;height:35px;line-height:1.5;word-break:keep-all;}

#tab_normal td,
.tab_normal td {text-align:center;border-bottom:1px solid #000; border-right:1px solid #000;line-height:16px;padding:5px 0px 5px 0px;height:35px;line-height:1.5;font-size:12pt;word-break:keep-all;color:#333;}

#tab_normal th A:link,
#tab_normal td A:link,,
.tab_normal th A:link
.tab_normal td A:link { color:#444;}
#tab_normal th A:visited,
#tab_normal td A:visited,
.tab_normal th A:visited,
.tab_normal td A:visited {color:#444;}
#tab_normal th A:active,
#tab_normal td A:active,
.tab_normal th A:active,
.tab_normal td A:active { color:#444;}
#tab_normal th A:hover ,
#tab_normal td A:hover,
.tab_normal th A:hover,
.tab_normal td A:hover { color:#1656ad;}

#tab_normal td ul,
.tab_normal td ul {list-style:none;padding:0;margin:0;}
#tab_normal td ul li,
.tab_normal td ul li  {background:url('/img/inc/bullet_02.gif') 10px 7px no-repeat; padding-left:18px;font-weight:normal;font-size:12pt;list-style:none;padding:0px 0px 0px 20px;}
#tab_normal td ul li ul,
.tab_normal td ul li ul  {list-style:none;padding:0;margin:0;}
#tab_normal td ul li ul li,
.tab_normal td ul li ul li {background:url('/img/inc/bullet_03.gif') 0px 7px no-repeat; padding-left:18px;font-weight:normal;font-size:12pt;list-style:none;padding:0px 0px 0px 10px;}

#tab_normal .th1,
.tab_normal .th1 {border-right:0px;padding:5px 0px 5px 0px;}
#tab_normal .le,
.tab_normal .le {text-align:left;padding:5px 5px 5px 5px;}
#tab_normal .re,
.tab_normal .re {text-align:right;padding:5px 5px 5px 5px;}
#tab_normal .thle,
.tab_normal .thle  {border-right:0px;text-align:left;padding:5px 5px 5px 5px;}
#tab_normal .thre,
.tab_normal .thre {border-right:0px;text-align:right;padding:5px 5px 5px 5px;}
#tab_normal .thce,
.tab_normal .thce {border-right:0px;text-align:center;padding:5px 5px 5px 5px;}

#ch_Img {max-width:100%;height:auto !important;}

.lp {position:absolute !important;left:0px !important;width:100% !important;height:auto !important;background: transparent !important;border:0px !important;}

#tab_normal2 {border-top:2px solid #ccc;width:100%; }
#tab_normal2 th{text-align:center;font-weight:bold; color:#444; border-bottom:1px solid #ccc; border-right:1px solid #ccc;background-color:#f9f9f9;font-size:10pt;height:35px;line-height:1.5;word-break:keep-all;}

#tab_normal2 th A:link	{ COLOR:#444;}
#tab_normal2 th A:visited{ COLOR:#444;}
#tab_normal2 th A:active	{ COLOR:#444;}
#tab_normal2 th A:hover 	{ COLOR:#1656ad;}

#tab_normal2 td{text-align:center;border-bottom:1px solid #ccc; border-right:1px solid #ccc;line-height:16px;padding:5px 0px 5px 0px;height:35px;line-height:1.5;font-size:10pt;word-break:keep-all;color:#333;}

#tab_normal2 td A:link	{ COLOR:#444;}
#tab_normal2 td A:visited{ COLOR:#444;}
#tab_normal2 td A:active	{ COLOR:#444;}
#tab_normal2 td A:hover 	{ COLOR:#1656ad;}


#tab_normal2 td ul{list-style:none;padding:0;margin:0;}
#tab_normal2 td ul li{background:url('/img/inc/bullet_02.gif') 10px 9px no-repeat; padding-left:18px;font-weight:normal;font-size:10pt;list-style:none;padding:3px 0px 3px 20px;}
#tab_normal2 td ul li ul{list-style:none;padding:0;margin:0;}
#tab_normal2 td ul li ul li{background:url('/img/inc/bullet_03.gif') 0px 7px no-repeat; padding-left:18px;font-weight:normal;font-size:10pt;list-style:none;padding:0px 0px 0px 10px;}

#tab_normal2 td span {font-weight:bold;margin-top:15px;margin-left:12px;}


#tab_normal2 .radiobtn {vertical-align:middle;}
#tab_normal2 .txtarea {width:95%;height:40px;}
#tab_normal2 .sel {width:60px;height:30px;text-align-last:center;text-align:center;-ms-text-align-last:center;-moz-text-align-last:center;}
#tab_normal2 .txt_01 {width:150px;height:25px;}
#tab_normal2 .txt_02 {width:95%;height:25px;}
#tab_normal2 .txt_03 {width:40px;height:25px;}
#tab_normal2 .txt_04 {width:60px;height:25px;}


#tab_normal2 .th1 {border-right:0px;padding:5px 0px 5px 0px;}
#tab_normal2 .le {text-align:left;padding:5px 5px 5px 5px;}
#tab_normal2 .re {text-align:right;padding:5px 5px 5px 5px;}
#tab_normal2 .thle {border-right:0px;text-align:left;padding:5px 5px 5px 5px;}
#tab_normal2 .thre {border-right:0px;text-align:right;padding:5px 5px 5px 5px;}
#tab_normal2 .thce {border-right:0px;text-align:center;padding:5px 5px 5px 5px;}




#tab_normal_sub04 {border-top:2px solid #ccc;width:600px; }
#tab_normal_sub04 th{text-align:center;font-weight:bold; color:#444; border-bottom:1px solid #ccc; border-right:1px solid #ccc;background-color:#f9f9f9;font-size:10pt;height:35px;line-height:1.5;word-break:keep-all;}

#tab_normal_sub04 th A:link	{ COLOR:#444;}
#tab_normal_sub04 th A:visited{ COLOR:#444;}
#tab_normal_sub04 th A:active	{ COLOR:#444;}
#tab_normal_sub04 th A:hover 	{ COLOR:#1656ad;}

#tab_normal_sub04 td{text-align:center;border-bottom:1px solid #ccc; border-right:1px solid #ccc;line-height:16px;padding:5px 0px 5px 0px;height:35px;line-height:1.5;font-size:10pt;word-break:keep-all;color:#333;}

#tab_normal_sub04 td A:link	{ COLOR:#444;}
#tab_normal_sub04 td A:visited{ COLOR:#444;}
#tab_normal_sub04 td A:active	{ COLOR:#444;}
#tab_normal_sub04 td A:hover 	{ COLOR:#1656ad;}


#tab_normal_sub04 td ul{list-style:none;padding:0;margin:0;}
#tab_normal_sub04 td ul li{background:url('/img/inc/bullet_02.gif') 10px 9px no-repeat; padding-left:18px;font-weight:normal;font-size:10pt;list-style:none;padding:3px 0px 3px 20px;}
#tab_normal_sub04 td ul li ul{list-style:none;padding:0;margin:0;}
#tab_normal_sub04 td ul li ul li{background:url('/img/inc/bullet_03.gif') 0px 7px no-repeat; padding-left:18px;font-weight:normal;font-size:10pt;list-style:none;padding:0px 0px 0px 10px;}

#tab_normal_sub04 td span {font-weight:bold;margin-top:15px;margin-left:12px;}


#tab_normal_sub04 .radiobtn {vertical-align:middle;}
#tab_normal_sub04 .txtarea {width:95%;height:40px;}
#tab_normal_sub04 .sel {width:60px;height:30px;text-align-last:center;text-align:center;-ms-text-align-last:center;-moz-text-align-last:center;}
#tab_normal_sub04 .txt_01 {width:150px;height:25px;}
#tab_normal_sub04 .txt_02 {width:95%;height:25px;}
#tab_normal_sub04 .txt_03 {width:40px;height:25px;}
#tab_normal_sub04 .txt_04 {width:60px;height:25px;}


#tab_normal_sub04 .th1 {border-right:0px;padding:5px 0px 5px 0px;}
#tab_normal_sub04 .le {text-align:left;padding:5px 5px 5px 5px;}
#tab_normal_sub04 .re {text-align:right;padding:5px 5px 5px 5px;}
#tab_normal_sub04 .thle {border-right:0px;text-align:left;padding:5px 5px 5px 5px;}
#tab_normal_sub04 .thre {border-right:0px;text-align:right;padding:5px 5px 5px 5px;}
#tab_normal_sub04 .thce {border-right:0px;text-align:center;padding:5px 5px 5px 5px;}


.prog_go {background-color:#0068b7;padding:2px 10px 3px 10px;color:#fff;border-radius:3px 3px 3px 3px;margin-top:3px;}
.prog_go:hover{background-color:#1179c8;cursor:pointer;color:#aaa;}


.sub01_10_bbs .bbs {margin-top: 50px;}
.bbs {width:100%;}

.bbs .bbs_search{width:100%;line-height:60px;height:60px;margin:0;padding:0px;background-color:#dedede;position:relative;text-align:left;}
.bbs .bbs_search .keyWord{height:26px;width:120px;margin:17px 0px 0px 15px;border:1px solid #42454c;float:left;font-size:12pt;font-family: 'Nanum Gothic', sans-serif;}
.bbs .bbs_search .category{height:30px;width:80px;margin:17px 0px 0px 10px;border:1px solid #42454c;float:left;font-size:12pt;font-family: 'Nanum Gothic', sans-serif;}
.bbs .bbs_search .search_btn {width:26px;height:26px;margin: 17px 0px 0px 10px;float:left;}
.bbs .bbs_search .search_btn .btn_search{margin: 3px 0 0;padding:0;height:26px;width:26px;text-align:center;background:url("../img/include/search.gif") 0 0 no-repeat;border:0px;color:#ffffff;vertical-align: top;}
.bbs .bbs_search .total_btn {position:absolute;right:20px;top:0px;width:60px;height:26px;}
.bbs .bbs_search .total_btn .total_search{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;line-height:26px;height:26px;width:60px;text-align:center;background-color:#42454c;border:0px;color:#ffffff;font-size:12pt;font-family: 'Nanum Gothic', sans-serif;}
.bbs .bbs_search .total_btn .total_search:hover{background-color:#1656ad;}
.bbs .bbs_search .total_btn .total_search span{display:none;}


.bbs .bbs_top_news_area {width:100%;margin-top:50px;}
.bbs .bbs_top_news_area:after {content:""; display:block; clear:both;}
.bbs .bbs_top_news_area .bbs_top_news_img {width:100%;text-align:center;}
.bbs .bbs_top_news_area .bbs_top_news_img img{;max-height:190px;}
.bbs .bbs_top_news_area .bbs_top_news_content {width:100%;font-family:'NanumBarunGothic' , sans-serif;word-break:keep-all;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_title {width:100%;text-align:left;font-weight:600;font-size:18px;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_title a:link		{color:#444;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_title a:visited		{color:#444;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_title a:active 		{color:#444;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_title a:hover 		{color:#1656ad;}

.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_text {width:100%;text-align:left;line-height:1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;word-wrap:break-word;height:9em;font-size:12pt;}

.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_text a:link			{color:#333;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_text a:visited		{color:#333;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_text a:active 		{color:#333;}
.bbs .bbs_top_news_area .bbs_top_news_content .bbs_top_news_text a:hover 		{color:#00469e;}



.bbs .bbs_pg {text-align:center;margin:40px auto;height:30px;width:100%;}
.bbs .bbs_pg .bbs_page{width:100%;text-align:center;float:left;height:30px;}
.bbs .bbs_pg .pg_on{margin-left:3px;border:1px solid #666666;line-height:30px;height:30px;width:30px;color:#ffffff; background-color:#535353;}
.bbs .bbs_pg .pg_off{margin-left:3px;border:0px solid #666666;line-height:30px;height:30px;width:30px;background-color:#fff;}
.bbs .bbs_pg .pg_off:hover{margin-left:3px;border:0px solid #666666;line-height:30px;height:30px;width:30px;color:#000; background-color:#fff;cursor:pointer;cursor:pointer;}
.bbs .bbs_pg .goblock{border:1px solid #666666;}
.bbs .bbs_pg .goblock:hover{border:1px solid #666666;}





@media only screen and (max-width : 600px) {
	.bbs .bbs_list {width:100%;margin-top:30px;border-bottom:1px solid #ddd;}
	.bbs .bbs_list .bbs_list_img {width:100%;text-align:center;}
	.bbs .bbs_list .bbs_list_img img{max-width:304px;}
	.bbs .bbs_list .bbs_list_text {width:100%;}

	.bbs .photo_list .photo {position:relative;width:100%;height:auto;overflow:hidden;padding:10px;box-sizing:border-box;text-align:center;}
}

@media only screen and (min-width : 601px) {
	.bbs .bbs_list {position:relative;width:100%;border-bottom:1px solid #ddd;height:171px;padding-bottom:30px;margin-top:30px;}
	.bbs .bbs_list .bbs_list_img {position:relative;width:304px;height:171px;text-align:left;z-index:30;}
	.bbs .bbs_list .bbs_list_img img{max-width:304px;}
	.bbs .bbs_list .bbs_list_text {position:absolute;width:100%;height:171px;padding-left:319px;box-sizing:border-box;top:0px;left:0px;z-index:29;}

	.bbs .photo_list .photo {position:relative;width:50%;height:auto; float:left;overflow:hidden;padding:10px;box-sizing:border-box;text-align:center;}

}

.bbs .bbs_list .bbs_list_text .bbs_title {height:40px;text-align:left;font-size:14pt;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.bbs .bbs_list .bbs_list_text .bbs_title a{color:#000;}
.bbs .bbs_list .bbs_list_text .bbs_title a:hover{color:#74665d;}
.bbs .bbs_list .bbs_list_text .bbs_cont {font-size:12pt;text-align:left;height:92px;white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis;line-height:23px;font-weight:300;color:#777;}
.bbs .bbs_list .bbs_list_text .bbs_writer {font-size:10pt;text-align:left;height:25px;line-height:25px;margin-top:14px;font-weight:300;color:#777;}





.bbs .photo_list {text-align:center;width:100%;}
.bbs .photo_list:after {content:""; display:block; clear:both;}
.bbs .photo_list .photo img {width:100%;max-width:300px;}
.bbs .photo_list .photo a{display:block;}
.bbs .photo_list .photo .over {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; display:none;}
.bbs .photo_list .photo .info_wrap {position:relative;margin-left:30px;margin-top:20px; text-align:left; z-index:1;}
.bbs .photo_list .photo .info_wrap .pro_title {color:#fff; font-size:14pt;}
.bbs .photo_list .photo .info_wrap .sort_txt {padding:7px 0 20px; color:#fff; font-size:10pt;}
.bbs .photo_list .photo .info_wrap .comment {line-height:20px; color:#fff; font-size:10pt;}
.bbs .photo_list .photo a:hover .comment {text-decoration:underline;}
.bbs .photo_list .photo .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:url('../images/include/bg_dim.png') repeat 0 0; z-index:0;}


@media only screen and (max-width : 600px) {
	.bbs .photo_list2 {text-align:center;width:100%;}
	.bbs .photo_list2:after {content:""; display:block; clear:both;}
	.bbs .photo_list2 #tuto-thumbox {display:none}
	.bbs .photo_list2 #tuto-thumbox_m div{width:100%;height:330px;text-align:center;}
	.bbs .photo_list2 #tuto-thumbox_m div img{width:100%;max-width:366px;max-height:240px;}

	.bbs .photo_list3 {text-align:center;width:100%;}
	.bbs .photo_list3:after {content:""; display:block; clear:both;}
	.bbs .photo_list3 .photo {position:relative;width:100%;height:auto;overflow:hidden;padding:10px;box-sizing:border-box;}
	.bbs .photo_list3 .photo img {width:280px;height:180px;cursor:pointer;text-align:center;border:3px solid #fff;}
	.bbs .photo_list3 .photo img:hover{border:3px solid red;}

	.bbs .photo_list3 .photo .over {overflow:hidden; width:100%;}
	.bbs .photo_list3 .photo .info_wrap {position:relative;margin-top:10px; text-align:left; z-index:1;}
	.bbs .photo_list3 .photo .info_wrap .pro_title {color:#000; font-size:12pt;}
	.bbs .photo_list3 .photo .info_wrap .sort_txt {color:#000; font-size:10pt;}


}

@media only screen and (min-width : 601px) {
	.bbs .photo_list2 {text-align:center;width:100%;}
	.bbs .photo_list2:after {content:""; display:block; clear:both;}
	.bbs .photo_list2 #tuto-thumbox ul{list-style:none;margin:0;padding:0;}
	.bbs .photo_list2 #tuto-thumbox li{display:inline;width:50%;float:left;padding:10px;box-sizing:border-box;height:330px;text-align:center;}
	.bbs .photo_list2 #tuto-thumbox li img{width:100%;max-width:366px;max-height:240px;}
	.bbs .photo_list2 #tuto-thumbox .pro_title {color:#000; font-size:12pt;}
	.bbs .photo_list2 #tuto-thumbox .sort_txt {color:#000; font-size:10pt;font-weight:normal;}
	.bbs .photo_list2 #tuto-thumbox li a img{}
	.bbs .photo_list2 #tuto-thumbox ul.features li{list-style:circle;display:list-item;margin-bottom:8px;font-family:Verdana;font-size:12px;}
	.bbs .photo_list2 #tuto-thumbox{width:100%;margin:0 auto;text-align:left;}

	.bbs .photo_list2 #tuto-thumbox_m {display:none;}



	.bbs .photo_list3 {text-align:center;width:100%;}
	.bbs .photo_list3:after {content:""; display:block; clear:both;}
	.bbs .photo_list3 .photo {position:relative;width:50%;height:280px; float:left;overflow:hidden;padding:10px;box-sizing:border-box;text-align:center;}
	.bbs .photo_list3 .photo:after {content:""; display:block; clear:both;}

	.bbs .photo_list3 .photo img {width:280px;height:180px;cursor:pointer;border:3px solid #fff;}
	.bbs .photo_list3 .photo img:hover{border:3px solid red;}

	.bbs .photo_list3 .photo .over {overflow:hidden; width:100%;}
	.bbs .photo_list3 .photo .info_wrap {position:relative;margin-top:10px; text-align:left; z-index:1;}
	.bbs .photo_list3 .photo .info_wrap .pro_title {color:#000; font-size:12pt;}
	.bbs .photo_list3 .photo .info_wrap .sort_txt {color:#000; font-size:10pt;}
}





.photo_notice{width:100%;text-align:center;margin-bottom:50px;}
.photo_notice:after {content:""; display:block; clear:both;}
#bbs_tv{width:100%;height:450px;}




.bbs .bbs_v {text-align:left;width:100%;}
.bbs .bbs_v .bbs_v_writer{margin-top:30px;font-size:10pt;color:#777;height:25px;line-height:25px;}
.bbs .bbs_v .bbs_v_title {margin:20px 0px 20px 0px;font-size:14pt;color:#000;font-weight:bold;}
.bbs .bbs_v .bbs_v_cont {display:none;}
.bbs .bbs_v .bbs_v_cont_m {padding:20px 0px 20px 0px;border-top:1px solid #ddd;}
.bbs .bbs_v .bbs_v_btn{clear:both;padding-top:30px;text-align:right;border-top:1px solid #ddd;}
.bbs .bbs_v .bbs_v_btn button{margin:0px;padding:5px;color:#ffffff; background-color:#535353;border:1px solid #666666;}
.bbs .bbs_v .bbs_v_btn button:hover{margin:0px;padding:5px;color:#ffffff; background-color:#000000;border:1px solid #666666;cursor:pointer;cursor:pointer;}
.bbs .bbs_v .bbs_v_blank{clear:both;height:30px;}
.bbs .bbs_v .bbs_v_pg{margin-top:30px;font-size:10pt;}
.bbs .bbs_v .bbs_v_pg .bbs_v_pg_txt{font-size:10pt;}
.bbs .bbs_v .bbs_v_pg .bbs_v_pg_txt a{font-size:10pt;}

.bbs .bbs_v_btn{clear:both;padding-top:30px;text-align:right;border-top:1px solid #ddd;}
.bbs .bbs_v_btn button{margin:0px;padding:5px;color:#ffffff; background-color:#535353;border:1px solid #666666;}
.bbs .bbs_v_btn button:hover{margin:0px;padding:5px;color:#ffffff; background-color:#000000;border:1px solid #666666;cursor:pointer;cursor:pointer;}





/*
.bbs_notice_board{display:none;}

.bbs_notice_m_board {width:100%;min-width:300px;margin-top:50px;}
.bbs_notice_m_board ul{padding:0;margin:0;height:40px;}
.bbs_notice_m_board ul li {list-style:none;border-bottom:1px solid #c9c9c9;}

.bbs_notice_m_board{width:100%;min-width:300px;}
.bbs_notice_m_board table {border-top:2px solid #818180;}
.bbs_notice_m_board th {height:40px;font-weight:normal;text-align:center;border-top:0px;width:80px;}
.bbs_notice_m_board td {padding-left:5px;text-align:left;}
.bbs_notice_m_board td.cont_textarea {text-align:center;padding:5px 0px 5px 0px;}


@media only screen and (max-width : 420px) {
	.notice_m_board ul li.m_board_title{float:left;height:40px;line-height:40px;overflow:hidden;text-align:left;min-width:180px;text-indent:10px;width:100%;box-sizing:border-box;}
	.notice_m_board ul li.m_board_title2{height:40px;line-height:40px;overflow:hidden;text-align:left;min-width:300px;text-indent:10px;width:100%;box-sizing:border-box;}
	.notice_m_board ul li.m_board_date{display:none;}
}

@media only screen and (min-width : 421px) {
	.notice_m_board ul li.m_board_title{float:left;height:40px;line-height:40px;overflow:hidden;text-align:left;min-width:180px;text-indent:10px;width:70%;box-sizing:border-box;}
	.notice_m_board ul li.m_board_title2{height:40px;line-height:40px;overflow:hidden;text-align:left;min-width:300px;text-indent:10px;width:100%;box-sizing:border-box;}
	.notice_m_board ul li.m_board_date{float:left;height:40px;line-height:40px;text-align:right;min-width:80px;width:30%;padding-right:10px;box-sizing:border-box;}

}
*/

.bbs_notice_social {width:100%;text-align:right;height:1px;}
.bbs_notice_board{width:100%;font-size:12pt;margin-top:50px;font-family: 'NanumBarunGothic', sans-serif;letter-spacing:-0.05em;}
.bbs_notice_board table {border-top:2px solid #1656ad;}
.bbs_notice_board th {height:40px;font-weight:normal;text-align:center;border-top:0px;font-size:12pt;min-width:40px;background-color:#fff;color:#444;}
.bbs_notice_board td {text-align:center;padding:2px;font-size:12pt;min-height:40px;color:#444;}
.bbs_notice_board td A:link	{ COLOR:#444;}
.bbs_notice_board td A:visited{ COLOR:#444;}
.bbs_notice_board td A:active	{ COLOR:#444;}
.bbs_notice_board td A:hover 	{ COLOR:#1656ad;}



.bbs_notice_board td.cont_textarea {padding:5px 0px 5px 0px;}
.bbs_notice_board td.bbs_notice_board_title {text-align:left;overflow:hidden;}
.bbs_notice_board col.bbs_hidden,
.bbs_notice_board th.bbs_hidden, 
.bbs_notice_board td.bbs_hidden {display:none;}
.bbs_notice_board .board_option {width:100%;font-size:10pt;border-bottom:1px solid #c9c9c9;text-indent:5px;text-align:left;}
.bbs_notice_board .bbs_source {color:#426096;font-size:10pt;}


.bbs_notice_board .bbs_research_area {width:100%;padding-top:25px;}
.bbs_notice_board .bbs_research_area:after {content:""; display:block; clear:both;}
.bbs_notice_board .bbs_research_area:nth-child(1){padding-top:0px;}
.bbs_notice_board .bbs_research_area .bbs_research_img {width:100%;height:150px;box-sizing:border-box;border:1px solid #ddd;}
.bbs_notice_board .bbs_research_area .bbs_research_img img{max-width:298px;max-height:148px;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area {width:100%;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_title {width:100%;height:25px;overflow:hidden;text-align:left;font-weight:bold;margin-top:15px;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_title a:link	{color:#444;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_title a:visited{color:#444;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_title a:active {color:#444;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_title a:hover 	{color:#1656ad;}

.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_cont {width:100%;overflow:hidden;text-align:left;color:#777;line-height:1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word;height:5.4em;font-size:12pt;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_etc_area {width:100%;text-align:left;margin-top:10px;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_name {width:100%;text-align:left;color:#777;font-size:12pt;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_date {width:100%;text-align:left;color:#777;font-size:12pt;}
.bbs_notice_board .bbs_research_area .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_file {width:100%;text-align:left;color:#777;font-size:12pt;}



.bbs_notice_board .bbs_research_area2 {width:100%;padding-top:25px;}
.bbs_notice_board .bbs_research_area2:after {content:""; display:block; clear:both;}
.bbs_notice_board .bbs_research_area2:nth-child(1){padding-top:0px;}
.bbs_notice_board .bbs_research_area2 .bbs_research_img {width:100%;box-sizing:border-box;border:1px solid #ddd;}
.bbs_notice_board .bbs_research_area2 .bbs_research_img img{max-width:550px;width:100%;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area {width:100%;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_title {width:100%;height:25px;overflow:hidden;text-align:left;font-weight:bold;margin-top:15px;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_title a:link	{color:#444;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_title a:visited{color:#444;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_title a:active {color:#444;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_title a:hover 	{color:#1656ad;}

.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_cont {width:100%;overflow:hidden;text-align:left;color:#777;line-height:1.8;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;word-wrap:break-word;height:12.6em;font-size:12pt;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_etc_area {width:100%;text-align:left;margin-top:10px;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_name {width:100%;text-align:left;color:#777;font-size:12pt;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_date {width:100%;text-align:left;color:#777;font-size:12pt;}
.bbs_notice_board .bbs_research_area2 .bbs_research_text_area .bbs_research_text_etc_area .bbs_research_text_etc_file {width:100%;text-align:left;color:#777;font-size:12pt;}



.bbs_movie_board{width:100%;}
.bbs_movie_board:after {content:""; display:block; clear:both;}
.bbs_movie_area{min-width:100%;margin-top:30px;}
.bbs_movie_img{width:100%;margin:0 auto;text-align:center;}
.bbs_movie_img .thumb {display: block; height: 225px; overflow: hidden;}
.bbs_movie_img img {width:100%;height:auto;}
.bbs_movie_title{min-width:320px;margin:0 auto;text-align:left;margin-top:10px;}
.bbs_movie_title a {display: block;}
.bbs_movie_date{min-width:320px;margin:0 auto;text-align:left;font-size:10pt;color:#555;margin-top:5px;}



.bbs_faq_board {width:100%;}
.bbs_faq_board_q{width:100%;min-height:40px;box-sizing:border-box;padding:5px 5px 5px 30px;background:url('/bbs/skin/faq/bor1/img/faq_q.gif') no-repeat 0 8px;text-align:left;border-bottom:1px solid #ddd;font-size:12pt;}
.bbs_faq_board_q A:link	{ COLOR:#444;}
.bbs_faq_board_q A:visited{ COLOR:#444;}
.bbs_faq_board_q A:active	{ COLOR:#444;}
.bbs_faq_board_q A:hover 	{ COLOR:#1656ad;}

.bbs_faq_board_q:nth-child(1){border-top:1px solid #ddd;}
.bbs_faq_board_a{width:100%;box-sizing:border-box;padding:10px 5px 50px 30px;background:url('/bbs/skin/faq/bor1/img/faq_a.gif') no-repeat 0 13px;text-align:left;border-bottom:1px solid #ddd;display:none;font-size:12pt;color:#333;}


.bbs_qna_board_pw_area {min-width:300px;max-width:400px;margin:0 auto;height:300px;border:1px solid #ddd;}
.bbs_qna_board_pw_text {width:100%;text-align:center;height:130px;padding:80px 15px 15px 15px;box-sizing:border-box;color:#333;font-size:12pt;font-family: 'Nanum Gothic', sans-serif;}
.bbs_qna_board_pw_input {width:100%;text-align:center;height:70px;padding:20px 15px 15px 15px;box-sizing:border-box;}
.bbs_qna_board_pw_input input{height:30px;text-align:center;font-size:16pt;width:70%;}



.board_title {min-width:300px;width:100%;font-weight:bold;text-align:center;font-size:12pt;border-top:2px solid #1656ad;background-color:#1656ad;border-bottom:1px solid #c9c9c9;padding:5px;box-sizing:border-box;min-height:40px;color:#fff;font-family: 'Nanum Gothic', sans-serif;}


.board_option {line-height:30px;width:100%;font-size:10pt;border-bottom:1px solid #c9c9c9;text-align:left;color:#444;font-family: 'Nanum Gothic', sans-serif;}
.board_option2 {width:100%;border-top:1px solid #c9c9c9;font-size:10pt;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;color:#444;font-family: 'Nanum Gothic', sans-serif;}
.board_option3 {line-height:30px;width:100%;font-size:10pt;border-bottom:1px solid #c9c9c9;text-align:left;color:#444;font-family: 'Nanum Gothic', sans-serif;}



.board_cont {text-align:left;min-height:120px;padding:10px;;box-sizing:border-box;font-size:12pt;border-bottom:1px solid #c9c9c9;}
.board_cont img {width:100% !important;height:auto !important;}
.board_cont table {width:100% !important;height:auto !important;}
.covid_cont {font-family: 'Nanum Gothic', sans-serif;line-height:1.8;word-break:keep-all;}



.board_url {width:100%;text-align:left;height:30px;line-height:30px;}

.board_category {width:100%;text-align:left;height:30px;line-height:30px;}
.board_name {width:100%;text-align:left;height:30px;line-height:30px;}
.board_date {width:100%;text-align:left;height:30px;line-height:30px;}
.board_hit {width:100%;text-align:left;height:30px;line-height:30px;vertical-align:middle;}
.board_unit_01{width:100%;text-align:left;height:30px;line-height:30px;}
.board_unit_02{width:100%;text-align:left;height:30px;line-height:30px;}


.board_file_list {width:100%;min-width:300px;text-align:left;min-height:40px;line-height:30px;padding:10px;box-sizing:border-box;}
.board_file_list img{vertical-align: middle;}


.board_file_list th {height:40px;font-weight:normal;text-align:center;border-top:0px;width:80px;font-size:12pt;}
.board_file_list td {padding-left:5px;text-align:left;font-size:12pt;}



.expand_bg{display:none;position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity: 0.5; cursor:default;z-index:1000;}
.expand_cont {display:none;position:fixed;width:100%;left:0;top:10%;text-align:center;color:#7b7b7b;z-index:2000;}
.expand_cont img {max-width:100%;}
.expand_close {display:none;cursor:pointer;cursor:pointer;position:fixed;left:50%;top:10%;margin-left:454px;z-index:2000;}

.expand_video_bg{display:none;position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity: 0.6; cursor:default;z-index:1000;}
.expand_video {display:none;position:fixed;width:100%;left:0;top:0;height:100%;padding:0px 0px 0px 0px;text-align:center;color:#7b7b7b;z-index:2000;}
.expand_video div {position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);width:90%;}


@media all and (max-width: 780px) {
.KRIBBian_info {
    padding: 70px 40px 80px;
	}	
.KRIBBian_info::after {
	width: 280px;
	}
.kribbin_list > li {
	width: 100%;
	}
}
@media all and (max-width: 560px) {
.sub01_03_01_content_list_cont_02 .cont_node_02 {
	width: calc(50% - 6px);
    margin: 10px 2px;
	}	
.sub01_03_01_content_list_cont_02 .cont_node_03 {
	width: 100%;
	}	
.KRIBBian_info {
	padding: 30px 30px 200px 30px;
	}
.KRIBBian_info::after {
    width: 320px;
    height: 220px;
	}	
.KRIBBian_info .txt {
	padding-right: 0;
	}
.kribbin_list > li.long .pic.tow,	
.kribbin_list .pic.tow + .people_info {
	width: 100%;
    margin-right: 0;
	}
.tb_schedule caption,
.tb_schedule thead,
.tb_schedule colgroup {display: none;}
.tb_schedule td {display: block; width: 100%; height: auto; min-height: 50px; margin-top: -1px;}
.tb_schedule .day {position: absolute;  top: 0;  left: 0; width: 40px; height: 100%;  padding: 5px; box-sizing: border-box; border-right: 1px solid #ddd; line-height: 2.2; font-size: 16px; }
.tb_schedule .mobile_none {display: none;}
}
@media all and (max-width: 435px) {
.sitemap_list {width: 50%;}
}