@charset "utf-8";

/*
 * =================================================================================
 * INFORMATION
 * ---------------------------------------------------------------------------------
 * @File Name 	: default.css
 * @Description : default Style Sheet
 * @Version 	: 1.0.0
 * @Create Date : 
 * @Update Date : N/A
 * @History		: N/A
 * =================================================================================
 */




/* default 
=================================================================================*/
@font-face {
	font-family: "NanumGothic";
	src:local("NanumGothic"), url("../font/NanumGothic.ttf") format("truetype");
}
@font-face {
	font-family: "NanumGothicBold";
	src:local("NanumGothicBold"), url("../font/NanumGothicBold.ttf") format("truetype");
}
@font-face {
	font-family: "NanumBarunGothic";
	src:local("NanumBarunGothic"), url("../font/NanumBarunGothic.ttf") format("truetype");
}



* { box-sizing:border-box;}
html, body { height:100%; margin:0; padding:0; font-family:'NanumGothic', sans-serif; font-size:14px; color:#444444; line-height:20px; border-collapse:collapse;}
html,body,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,label,span,object,iframe,blockquote,pre,a,abbr,address,em,font,img,strong { margin:0px; padding:0px; border:0px currentColor; border-image:none;  box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,strong,b { font-family:'NanumGothic', sans-serif; font-weight:normal;}
h2,legend {display:none;}
label,input {vertical-align:middle;}

table { width:100%;border: 0px currentColor; border-image: none; border-collapse: separate; border-spacing: 0;}
table,caption,tbody,tfoot,thead,tr,th,td {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}
table, th, td { margin:0; padding:0; font-size:14px; border-collapse:collapse; font-weight:normal;}
div,ul,li,dl,dt,dd,p {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;list-style: none; box-sizing:border-box;}

img { border:0; margin:0; vertical-align:top;}

input { margin:0; padding-top:2px; font-family:'NanumGothic', sans-serif; font-size:14px; color:#7F7F7F; border:1px solid #FFFFFF; background:#FFFFFF; vertical-align:top;}
input:focus {outline:none;}
input[type="image"], input[type="radio"], input[type="checkbox"] { padding:0; height:auto; border:none;}
input.image, input.radio, input.checkbox { padding:0; height:auto; border:none;}/* : FILTER : IE 6 에서 속성 선택자 지원 안함 */
input[type="file"] { padding:2px 0 2px 0; height:auto;}
input.file { padding:2px 0 2px 0; height:auto; background:#F1F1F1;}/* : FILTER : IE 6 에서 속성 선택자 지원 안함 */
input[type="text"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, select:focus,
select,option,textarea,button { font-size:100%; vertical-align:top;}
select {
  width:; /* 원하는 너비설정 */
  height:30px;
  padding:0 30px 0 5px; /* 여백으로 높이 설정 */
  font-family:NanumGothic;  /* 폰트 상속 */
  font-size:14px; /* 폰트 크기 */
  color:#4f4f4f;
  background: url("../img/content/icon_select.jpg") no-repeat 95% 50%; /* 네이티브 화살표 대체 */  
  border: 1px solid #ddd; 
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}

hr,caption { display:none;}
address,cite {font-style:normal;}

a:link, a:visited {color:#444;	text-decoration:none;}
a:hover, a:active {color:#fc8024; text-decoration:none;}




/*
 * =================================================================================
 * INFORMATION
 * ---------------------------------------------------------------------------------
 * @File Name 	: layout.css
 * @Description : layout Style Sheet
 * @Version 	: 1.0.0
 * @Update Date : N/A
 * @History		: N/A
 * =================================================================================
 */

#sub_container { position:relative;}
.container { max-width:1200px; margin:0 auto; position:relative;}
.sub_content { margin-left:290px; width:910px; padding:10px 10px 100px 0; min-height:800px; }

/* sub_visual */
.sub_visual { background:#d5dcd9;}
.sub_visual .visual_wrap { width:1200px; margin:0 auto; height:150px; position:relative; background:#d5dcd9 url('../img/content/bg_sub_visual-20220706.jpg') no-repeat right bottom;}
.sub_visual .slogan { position:absolute; left:300px; top:37px; font-size:18px;}
.sub_visual .slogan strong { color:#133a8a; font-size:26px; line-height:40px; }

/* left menu */
.left_menu { width:230px; position:absolute; left:0px; top:-150px; z-index:100; display:inline-block; }
.left_menu .menu_title { height:150px; padding-top:40px; color:#fff; font-size:30px; line-height:30px; padding-left:20px; background:#2d7a9c url('../img/content/bg_left_title.png') no-repeat right bottom;}
.left_menu .menu_title .txt_sm { font-size:10px; opacity:0.4; line-height:12px !important; letter-spacing:0.05em; padding-top:10px; }
.left_menu li .br_no { display:none;}
.left_menu li a { border:1px #ddd solid; border-top:0px; display:block; padding:15px 0 15px 20px; font-size:18px; }
.left_menu li a:hover, .left_menu li a.select { background:#f7f7f7 url('../img/content/icon_menu2.png') no-repeat 200px center; color:#336699;}

/* banner_link */
.banner_link { clear:both; margin-top:40px; overflow:hidden; border:1px #ddd solid; }
.banner_link a { display:inline-block; width:100%; height:60px; color:#000; font-size:20px; position:relative; padding:10px 0 0 80px; }
.banner_link a span { font-size:13px; color:#777;}
.banner_link a img { position:absolute; left:10px; top:5px; width:50px;}
.banner_link a:hover { background-color:#f7f7f7; color:#000;}

/* sub_location */
.sub_location { border-bottom:1px #939393 solid; margin-bottom:50px; }
.sub_location .location { position:relative; height:50px; position:relative;}
.sub_location .location h3 { font-size:30px; line-height:50px; color:#000; }
.sub_location .location p { position:absolute; right:5px; bottom:10px; font-size:14px; color:#888; background:url('../img/content/icon_home.png') no-repeat left center; padding-left:20px; }
.sub_location .location .sub_visual { position:absolute; right:0px; bottom:0px;}
.sub_location .location span { color:#000;}





@media all and (max-width:1024px) and (min-width:768px){

#sub_container { padding-top:0px;}
.container { max-width:none; width:100%;}
.sub_content { padding:0 30px 50px; margin:0px auto; width:100%; max-width:860px;}

/* left menu */
.left_menu { width:100%; height: auto; position: static; margin-bottom:20px;}
.left_menu .menu_title { font-size:30px; line-height:38px; height:60px; width:100%; padding:9px 10px 5px 10px; float:none; text-align:left;  background:#2d7a9c url('../img/content/bg_left_title.png') no-repeat right -90px;}
.left_menu .menu_title .br_no { display:none;}
.left_menu .menu_title .txt_sm { display:inline-block; text-align:left; padding:5px; line-height:14px !important; font-size:8px;}
.left_menu .menu_title>div { max-width:860px; padding:0 30px; margin:0 auto; width:100%;}
.left_menu ul { width:100%; max-width:860px; margin:0 auto; height: auto; padding: 30px;}
.left_menu li { float:left; }
.left_menu li.wp50 { width:50% !important;}
.left_menu li.wp33 { width:33.3333% !important;}
.left_menu li.wp25 { width:25% !important;}
.left_menu .display_no { display:none;}
.left_menu li .br_no { /*display:none; */}
.left_menu li a { font-size:18px; padding-left:0px; display:block; color:#666; border:1px #ddd solid; border-bottom:1px #333 solid; text-align:center; background-image:none; background-color:#f7f7f7; }
.left_menu li a.select {  border:1px #333 solid; border-bottom:1px #fff solid; background-image:none; background-color:#fff;}
.left_menu li a:hover { background-image:none;}

/* sub_visual */
.sub_visual .visual_wrap {width:100%; height:90px; background:#d5dcd9 url('../img/content/bg_sub_visual-20220706.jpg') no-repeat center; background-size:100%;}
.sub_visual .slogan { left:10%; top:17px; font-size:17px;}
.sub_visual .slogan strong { font-size:22px; line-height:34px;}

/* banner_link */
.banner_link { display:none;}

/* sub_location */
.sub_location { margin-bottom:40px; display:none;}
.sub_location .location { height:50px;}
.sub_location .location h3 {}
.sub_location .location p { line-height:20px; bottom:10px;}
.sub_location .location .sub_visual { height:50px;}

}





@media all and (max-width:767px){

#sub_container { padding-top:0px;}
.container { max-width:none; width:100%;}
.sub_content { padding:10px; padding-top:0px; margin:0px auto; width:100%; max-width:none;}

/* left menu */
.left_menu { width:100%; height:inherit; position: static; margin-bottom:10px;}
.left_menu .menu_title { font-size:24px; line-height:60px; height:60px; width:100%; padding:0px; float:none; text-align:left; background:#2d7a9c url('../img/content/bg_left_title.png') no-repeat right -90px;}
.left_menu .menu_title .br_no { display:none;}
.left_menu .menu_title .txt_sm { display:inline-block; text-align:left; padding:5px; padding-left:10px; line-height:12px !important; font-size:8px;}
.left_menu .menu_title>div { padding:0 20px; margin:0 auto; width:100%;}
.left_menu ul { width:100%; margin:0 auto; height:inherit; padding:10px;}
.left_menu li { float:left; }
.left_menu li.wp50 { width:50% !important; margin-bottom:10px;}
.left_menu li.wp33 { width:33.3333% !important;}
.left_menu li.wp25 { width:50% !important;}
.left_menu .display_no { display:none;}
.left_menu li a { font-size:15px; letter-spacing:-0.05em; padding:0px; line-height:40px; display:block; color:#666; border:1px #ddd solid; border-bottom:1px #2d7a9c solid;  text-align:center; background-image:none; background-color:#f7f7f7; }
.left_menu li a.select {  border:1px #2d7a9c solid; background-image:none; border-bottom:1px #fff solid; background-color:#fff;}
.left_menu li a:hover { background-image:none;}

/* sub_visual */
.sub_visual { display:none;}

/* banner_link */
.banner_link { display:none;}

/* sub_location */
.sub_location { display:none;}

}



























