@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: "SCDream4";
	src:local("SCDream4"), url("../font/SCDream4.otf") format("truetype");
}
@font-face {
	font-family: "SCDream5";
	src:local("SCDream5"), url("../font/SCDream5.otf") format("truetype");
}
@font-face {
	font-family: "SCDream6";
	src:local("SCDream6"), url("../font/SCDream6.otf") format("truetype");
}




* { box-sizing:border-box;}
html, body { height:100%; margin:0; padding:0; font-family:'SCDream4', sans-serif; font-size:15px; color:#444444; 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:'SCDream5', sans-serif; font-weight:normal;}
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: middle;}


input { margin:0; height:45px; line-height:45px; border-radius:5px; padding:0 10px; font-size:16px; color:#666; border:1px solid #ddd; cursor:pointer; font-family: "SCDream4";}
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:45px;
  padding:0 30px 0 10px; /* 여백으로 높이 설정 */
  font-family: "SCDream4";  /* 폰트 상속 */
  font-size:16px; /* 폰트 크기 */
  color:#666;
  background:#fff 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;
  border-radius:5px;
}
/* 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:#0071b9 ; text-decoration:none;}

#skip_gocontent { display: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:1400px; margin:0 auto; position:relative;}
.sub_content { margin-left:400px; width:1000px; padding-bottom:100px; min-height:900px; position:relative; }

/* sub_location */
.sub_location { height:50px; background-color:#eef3fa;}
.location { height:50px; width:1400px; margin:0 auto; text-align:right;}
.location p { line-height:50px; color:#666; padding-right:10px;}
.location span { background:url("../img/content/icon_location.png") no-repeat right center; padding:0 15px 0 5px;}
.location strong { padding-left:15px; color:#000;}

/* location_title */
.location_title { height:160px; padding-top:40px; text-align:center; letter-spacing:-0.05em;}
.location_title .lo_title { font-family: "SCDream5"; font-size:35px; line-height:65px; color:#000;}
.location_title .lo_txt { font-size:16px; color:#999;}

/* left menu */
.left_menu { width:270px; position:absolute; left:0px; top:30px; z-index:100; display:inline-block; z-index:2; }
.left_menu .menu_title  { font-family: "SCDream6"; text-align:center; height:150px; padding-top:35px; color:#fff; font-size:30px; line-height:30px; border-radius:30px; background:#0071b9 url('../img/content/bg_left_title.png') no-repeat left bottom;}
.left_menu .menu_title .txt_sm { font-family: "SCDream4"; text-transform:uppercase; font-size:14px; opacity:0.4; line-height:14px !important; padding-top:10px; letter-spacing:-0.05em; }
.left_menu ul { border:1px #e3e5e8 solid; border-radius:30px; background-color:#fff; overflow:hidden; padding:15px 25px 30px; margin-top:-20px;}
.left_menu li {}
.left_menu li a { font-family:"SCDream5"; display:block; padding:10px 0px; line-height:22px; font-size:17px; letter-spacing:-0.03em; color:#333; background:url('../img/content/icon_menu_on.png') no-repeat right center;  background-size:5px; border-bottom:1px #ccc solid;}
.left_menu li a:hover { color:#0071b9; } 
.left_menu .menu_3D { margin:0; padding:5px 0 10px; border-radius:0px; border:0px; border-bottom:1px #ccc solid; }
.left_menu .menu_3D a { font-size:14px; color:#999; font-family: "SCDream4"; background-image:none; border:0px; background:url('../img/content/icon_dot.png') no-repeat 8px 9px; padding:0 18px;}
.left_menu li .menu_3D { display:block; padding:5px 0 10px; border:0px; border-bottom:1px #ccc solid;}
.left_menu li .menu_3D a {}
.left_menu li .menu_3D a:hover { color:#0071b9;}
.left_menu li .menu_3D .select a { color:#0071b9; background:url('../img/content/icon_dot_on.png') no-repeat 8px 9px; padding:0 18px;}


/*.left_menu li { border-bottom:1px #e3e5e8 solid;}
.left_menu li:last-child { border-bottom:0px;}
.left_menu li a { font-family:"SCDream5"; display:block; padding:12px 0px; line-height:22px; font-size:17px; letter-spacing:-0.03em; color:#333;}
.left_menu li a:hover { color:#0071b9; } 
.left_menu li.select a { background:url('../img/content/icon_menu_on.png') no-repeat right center; background-size:5px; color:#0071b9; border-bottom:1px #0071b9 solid; padding-right:15px;}
.left_menu .menu_3D { display:none; border-left:1px #ccc solid; border-right:1px #ccc solid; padding:10px 0;}
.left_menu .menu_3D a { padding:4px 45px 4px 25px; font-size:16px; background-image:none; border:0px; color:#666;}
.left_menu li.select .menu_3D { display:block; border-left:1px #ccc solid; border-right:1px #ccc solid; padding:10px 0; background-color:#f2f2f2;}
.left_menu li.select .menu_3D a { padding:4px 45px 4px 25px; color:#333; font-size:16px; background-image:none; border:0px; background-color:#f2f2f2f2; }
.left_menu li.select .menu_3D a:hover { color:#d84374;}
.left_menu li.select .menu_3D .select a { color:#d84374;}*/


/* left_menu.js 스크립트 open 
.left_menu dl { border:1px #e3e5e8 solid; border-radius:30px; background-color:#fff; overflow:hidden; padding:15px 25px 30px; margin-top:-20px;}
.left_menu .syntaxhighlighter { padding:.5em 0;}
.left_menu dl.Zebra_Accordion {width:100%;}
.left_menu dl.Zebra_Accordion dt { font-family:"SCDream5"; display:block; padding:12px 0px; line-height:22px; font-size:17px; letter-spacing:-0.03em; color:#333; border-bottom:1px #e3e5e8 solid; cursor:pointer;}
.left_menu dl.Zebra_Accordion dt:hover {color:#0071b9;}
.left_menu dl.Zebra_Accordion dt.Zebra_Accordion_Expanded {color:#0071b9; border-bottom:1px #0071b9 solid;}
.left_menu dl.Zebra_Accordion dd { padding:10px 0 0;}
.left_menu dl.Zebra_Accordion dd p {background:url('../img/content/icon_dot.png') no-repeat 8px 11px; padding:0 18px; line-height:26px; color:#999;}
.left_menu dl.Zebra_Accordion dd p:first-child {}
.left_menu dl.Zebra_Accordion dd p:last-child { border-bottom:1px #e3e5e8 solid; padding-bottom:10px;}
.left_menu dl.Zebra_Accordion dd.no_3Dmenu { height:0px;}
.left_menu dl.Zebra_Accordion dd .select { color:#0071b9;}
.left_menu #Zebra_Accordion dt:before { content:'\002B'; color:#ccc; float:right; margin-left:5px;}
.left_menu #Zebra_Accordion dt.Zebra_Accordion_Expanded:before {content: "\2212"; color:#0071b9; font-weight:bold;}*/




@media all and (max-width:1024px) and (min-width:768px){

#sub_container { width:100%;}
.container { width:100%;}
.sub_content { width:100%; margin-left:0px; padding:20px 20px 60px;}

/* sub_location */
.sub_location { display:none;}

/* location_title */
.location_title { height:120px; padding-top:20px;}
.location_title .lo_title { line-height:50px;}

/* left menu */
.left_menu { position:static; width:100%;}
.left_menu .menu_title { position:relative; height:90px; padding:18px 0; border-radius:0px; margin-bottom:0px;}
.left_menu .menu_title .txt_sm {}
.left_menu ul { border-radius:0px; margin-top:0px; padding-bottom:0px; border:0px;}
.left_menu .mu2 li { width:50%; margin:0;}
.left_menu .mu3 li { width:31%; margin:0 1%;}
.left_menu .mu3 li:last-child a { background:url("../img/content/icon_menu_pt.png") no-repeat left center;}
.left_menu .mu4 li { width:24%; margin:0 1%;}
.left_menu .mu4 li:first-child { width:18%;}
.left_menu .mu4 li:last-child { width:25%;}
.left_menu .no_menu { display:none !important;}
.left_menu li { margin:0; float:left; width:20%; border-bottom:0px;}
.left_menu li a { background-image:none; text-align:center; padding:0; height:50px; line-height:55px; border-radius:20px 20px 0 0; background-color:#eef3fa; color:#333; border-bottom:1px #0071b9 solid;}
.left_menu li a:hover { color:#0071b9;} 
.left_menu li.select a { background-image:none; background-color:#fff; border:1px #0071b9 solid; border-bottom:0px; color:#0071b9; line-height:55px;}
.left_menu .menu_3D { display:none;}
.left_menu li.select .menu_3D { display:none;}





/* banner_link */
.banner_link { display:none;}


}





@media all and (max-width:768px){

#sub_container { width:100%;}
.container { width:100%;}
.sub_content { width:100%; margin-left:0px; padding:15px 10px 60px;}

/* sub_location */
.sub_location { display:none;}

/* location_title */
.location_title { height:85px; padding-top:10px;}
.location_title .lo_title { font-size:30px; line-height:40px;}
.location_title .lo_txt { font-size:13px;}

/* left menu */
.left_menu { position:static; width:100%;}
.left_menu .menu_title { font-size:24px; position:relative; height:80px; line-height:20px; padding:17px 0; border-radius:0px; margin-bottom:0px;}
.left_menu .menu_title .txt_sm { font-size:13px;}
.left_menu ul { border-radius:0px; margin-top:0px; padding:10px; border:0px;}
.left_menu .mu2 li { width:50%; margin:0;}
.left_menu .mu3 li { width:31%; margin:0 1%;}
.left_menu .mu3 li:last-child a { background:url("../img/content/icon_menu_pt.png") no-repeat left center;}
.left_menu .mu4 li { width:24%; margin:0 1%;}
.left_menu .mu4 li:first-child { width:18%;}
.left_menu .mu4 li:last-child { width:25%;}
.left_menu .no_menu { display:none !important;}
.left_menu li { margin:0; float:left; width:20%; border-bottom:0px;}
.left_menu li a { background-image:none; text-align:center; padding:0; height:45px; line-height:45px; border-radius:20px 20px 0 0; background-color:#eef3fa; color:#333; border-bottom:1px #0071b9 solid; font-size:16px;}
.left_menu li a:hover { color:#0071b9;} 
.left_menu li.select a { background-image:none; background-color:#fff; border:1px #0071b9 solid; border-bottom:0px; color:#0071b9; line-height:47px;}
.left_menu .menu_3D { display:none;}
.left_menu li.select .menu_3D { display:none;}

/* banner_link */
.banner_link { display:none;}


}































