@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: "GmarketSansTTFLight";
	src:local("GmarketSansTTFLight"), url("../font/GmarketSansTTFLight.ttf") format("truetype");
}
@font-face {
	font-family: "GmarketSansTTFBold";
	src:local("GmarketSansTTFBold"), url("../font/GmarketSansTTFBold.ttf") format("truetype");
}
@font-face {
	font-family: "GmarketSansTTFMedium";
	src:local("GmarketSansTTFMedium"), url("../font/GmarketSansTTFMedium.ttf") format("truetype");
}



* { box-sizing:border-box;}
html, body { height:100%; margin:0; padding:0; font-family:'GmarketSansTTFMedium', 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:'GmarketSansTTFBold', 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:15px; color:#444; border:1px solid #ddd; cursor:pointer; font-family: "GmarketSansTTFMedium";}
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: "GmarketSansTTFMedium";  /* 폰트 상속 */
  font-size:16px; /* 폰트 크기 */
  color:#4f4f4f;
  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:#365fa7 ; 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; border-bottom:1px #dde1e4 solid; background-color:#eef2ff;}
.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;font-family: "GmarketSansTTFMedium";}

/* location_title */
.location_title { height:160px; padding-top:40px; text-align:center;}
.location_title .lo_title { font-size:40px; font-family: "GmarketSansTTFMedium"; line-height:65px; color:#000;}
.location_title .lo_txt { font-size:16px; font-family: "GmarketSansTTFLight";}

/* 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 { text-align:center; height:130px; padding-top:35px; color:#fff; font-size:30px; line-height:30px; background:#365fa7; border-radius:20px; margin-bottom:20px;}
.left_menu .menu_title .txt_sm { text-transform:uppercase; font-family: "GmarketSansTTFLight"; font-size:8px; opacity:0.5; line-height:12px !important; padding-top:10px; }
.left_menu li { margin-bottom:5px;}
.left_menu li a { display:block; padding:18px 45px 18px 18px; line-height:22px; font-size:19px; letter-spacing:-0.03em; background:#fff url('../img/content/icon_menu_off.png') no-repeat right center; border:1px #ccc solid; color:#888; border-radius:10px; overflow:hidden;}
.left_menu li a:hover { color:#365fa7; } 
.left_menu li.select a { background:#6791db url('../img/content/icon_menu_on.png') no-repeat right center; background-size:25px; color:#fff; border:1px #666 solid;}
.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;}

/* banner_link */
.banner_link { margin-top:50px;}
.banner_link a { display:block; color:#eee; height:70px; line-height:70px; padding-left:70px; position:relative; transition:0.2s ;border:1px #ccc solid; border-radius:10px;}
.banner_link .icon { position:absolute; left:10px; top:10px; width:50px;}
.banner_link .link_title { font-family: "GmarketSansTTFMedium"; float:left; font-size:18px; letter-spacing:-0.05em; color:#333;}
.banner_link .btn { font-size:13px; float:right; display:inline-block; color:#888; opacity:0.7; padding-right:20px;}
.banner_link .btn:hover { opacity:1;}
.banner_link a.link1 { background:#fff url("../img/content/icon_link01_bg.png") no-repeat left bottom; margin-bottom:5px;}
.banner_link a.link1:hover { background-color:#4963bd; color:#fff;}
.banner_link a.link1:hover .link_title, .banner_link a.link1:hover .btn { color:#fff;}
.banner_link a.link2 { background:#fff url("../img/content/icon_link02_bg.png") no-repeat left bottom;}
.banner_link a.link2:hover { background-color:#bd497e; color:#fff;}
.banner_link a.link2:hover .link_title, .banner_link a.link2:hover .btn { color:#fff;}






@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:70px; line-height:75px; background-size:100% 100%; padding:0; border-radius:0px; margin-bottom:0px;}
.left_menu .menu_title .txt_sm { position:absolute; right:15px; top:25px; text-align:right; padding-top:0px;}
.left_menu ul { padding:10px 20px; height:60px; background-color:#6791db;}
.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%;}
.left_menu li a { background-image:none; text-align:center; padding:0; height:50px; line-height:55px; border-radius:10px 10px 0 0; background-color:#6791db; color:#fff; border:1px #6791db solid;}
.left_menu li a:hover { color:#fff; text-decoration:underline;} 
.left_menu li.select a { background-image:none; background-color:#fff; border:1px #365fa7 solid; border-bottom:0px; color:#333; 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:28px; text-align:left; position:relative; height:60px; line-height:65px; background-size:100% 100%; padding:0 0 0 20px; border-radius:0px; margin-bottom:0px; font-family: "GmarketSansTTFMedium"; font-weight:500;}
.left_menu .menu_title .txt_sm { font-size:6.5px; line-height:10px !important; position:absolute; right:15px; top:20px; text-align:right; padding-top:0px;}
.left_menu ul { padding:10px; height:50px; background-color:#6791db;}
.left_menu .mu2 li { width:50%; margin:0;}
.left_menu .mu3 li { width:33.333%; margin:0;}
.left_menu .mu3 li a {font-size:14px;}
.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%;}
.left_menu li a { background-image:none; text-align:center; padding:0; height:40px; line-height:40px; border-radius:10px 10px 0 0; background-color:#6791db; color:#fff; border:1px #6791db solid; font-size:16px;}
.left_menu li a:hover { color:#fff; text-decoration:underline;} 
.left_menu li.select a { background-image:none; background-color:#fff; border:1px #365fa7 solid; border-bottom:0px; color:#333; line-height:45px;}
.left_menu .menu_3D { display:none;}
.left_menu li.select .menu_3D { display:none;}

/* banner_link */
.banner_link { display:none;}


}































