@charset "utf-8";
@font-face{
	font-family:"NBG";
	src:url(../../font/NanumBarunGothic.eot);
	src:url(../../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
		url(../../font/NanumBarunGothic.woff) format('woff'),
		url(../../font/NanumBarunGothic.woff2) format('woff2'),
		url(../../font/NanumBarunGothic.ttf) format('truetype'),
		url(../../font/NanumBarunGothic.svg#NanumBarunGothic) format('svg');
	src:local(※), url(../../font/NanumBarunGothic.woff) format('woff');
}
@font-face{
	font-family:"NBGB";
	src:url(../../font/NanumBarunGothicBold.eot);
	src:url(../../font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
		url(../../font/NanumBarunGothicBold.woff) format('woff'),
		url(../../font/NanumBarunGothicBold.ttf) format('truetype'),
		url(../../font/NanumBarunGothicBold.svg#NanumBarunGothicBold) format('svg');
	src:local(※), url(../../font/NanumBarunGothicBold.woff) format('woff');
}

/* -------- 1)태그 초기화  -------- */
html, body{ height:100%;margin:0px;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{ margin:0; padding:0;}
body{ margin:0; padding:0; font-size:13px;}
table{ border-collapse:collapse}
img,fieldset{ border:0}
ul,ol{ list-style:none}
em,address{ font-style:normal}
a{ color:inherit; text-decoration:none}
button{border: 0px;background:none;cursor: pointer;}
h1, h2, h3, h4{font-size:100%}
h2, h3, h4{font-weight:normal}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
body{ -webkit-text-size-adjust:none; }
ol, ul{ list-style:none;}
blockquote, q{ quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{ content:''; content:none; }
table{border-collapse:collapse; border-spacing:0; }
img{ border:0; max-width:100%; height:auto;vertical-align: top; }
iframe,
embed,
object,
video {max-width:100%;}
i,
cite,
em,
var,
address,
dfn { font-style:normal;}
.font_blind{
	text-indent: -9999px;
	font-size: 0px !important;
	background: none !important;
	padding:0px;
}
button:focus{
	outline: none;
}

.blind,
legend, caption{ position:absolute;left:0;top:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden;visibility:hidden;}
caption{ display:none;}
hr{width:0;height:0;overflow:hidden;position:absolute;top:0px;left:-9999px}
/* -------- 2)공통 클래스 모음  -------- */
.f_l{float:left}
.f_r{float:right}
.p_r{position:relative}
.p_a{position:absolute}
.blind{font-size:0px;line-height:0px;width:0px;height:0px;overflow:hidden;position:absolute;top:0px;left:-9999px;text-indent:-9999px}
.clear:after{display:block;content:"";clear:both}

.mgt0{
	margin-top: 0px!important;
}
.mgt5{
	margin-top: 5px !important;
}
.mgt15{
	margin-top: 15px !important;
}
.mgt20{
	margin-top: 20px !important;
}
.mgt22{
	margin-top: 22px !important;
}
.mgt25{
	margin-top: 25px !important;
}
.mgt60{
	margin-top: 60px !important;
}
.mgb0{
	margin-bottom: 0px !important;
}
.border_none{
	border:0px !important;
}
.txt_bold{
	font-weight: bold;
}
.txt_blue{
	color:#0028d2;
}
.align{
	display: flex;
	justify-content: center;
}
.unit{
	text-align:right;
}
@media(min-width:1024px){
	.web_none{
		display: none !important;
	}
}
@media(max-width:1023px){
	.mob_none{
		display: none !important;
	}
	.data_none{
		display:block !important;
	}
}


/* -------- 3)skip메뉴  -------- */
#skip a{position:absolute;top:0px;left:-9999px;z-index:100}
#skip a:focus,#skip a:active{left:0px;width:100%;padding:10px 0;background:#e50039;color:#fff;text-align:center;font-weight:bold}

body {
	font-family:'NBG', '나눔바른고딕', 'NanumGothic', "나눔고딕", 'dotum', "돋움", sans-serif;
	color: #3c3a3b;
}
html{
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
#wrap{
	min-height:100% !important;
    height:auto !important; 
}
#content{
	width:1000px;
	margin: 0px auto;
}
#footer{
	margin-top: 50px;
	display: block;
	width:100%;
	padding-bottom:10%;
	background-color: #333333;
	font-size: 12px;
	padding-top: 30px;
	box-sizing: border-box;
	clear: both;
}
.ui-loader{
	display: none;
}
/*=================== header =======================*/
/* .header_top */
#header{
	position: relative;
	width:100%;
}
#header .header_top{
	width:1000px;
	margin:0px auto;
	height:87px;
	padding-left: 27px;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #ffffff;
}
#header .header_top .user_login_area{
	float:right;
	margin-top: 33px;
	height:21px;
}
#header .header_top .user_name{
	display: inline-block;
}
#header .header_top .user_login_area .login_btn{
	display: inline-block;
	height:21px;
	margin-left:36px;
}
#header .header_top h1 a{
	display: block;
	margin-top: 22px;
}
#header .header_bottom{
	width:100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#header .header_top h1, #header .header_top .user_login_area{
	display: inline-block;
}
.hamburger{
	display: none;
}

/* .header_bottom */
#header .header_bottom .gnbWeb{
	width: 100%;
    max-width: 1000px;
	position: relative;
	z-index: 20;
	margin:0px auto;
}
#header .header_bottom .gnbWeb > ul:after{
	display: block;
	clear: both;
	content: "";
}
#header .header_bottom .gnbWeb > ul > li{
	float:left;
	width:25%;
	height:54px;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	box-sizing: border-box;
}
#header .header_bottom .gnbWeb > ul > li:last-child{
	border-right: 1px solid #d9d9d9;
}
#header .header_bottom .gnbWeb > ul > li > a{
	display: block;
	width:100%;
	height:54px;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
}
#header .header_bottom .gnbWeb > ul > li > ul{
	display:none;
	width:101%;
	height:261px;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	margin-left: -1px;
	padding-top: 15px;
}
#header .header_bottom .gnbWeb > ul > li:hover > a{
	color:#e50035;
}
#header .header_bottom .gnbWeb > ul > li:last-child > ul{
	border-right: 1px solid #d9d9d9;
}
#header .header_bottom .gnbWeb > ul > li > ul > li{
	line-height: 2.2;
}
#header .header_bottom .gnbWeb > ul > li > ul > li > a{
	font-size: 14px;
	/* font-weight: bold; */
}	
#header .header_bottom .gnbWeb > ul > li > ul > li > a:hover{
	color:#e50035;
	text-decoration: underline;
}
#header .header_bottom .gnbMob{
	display: none;
}
.user_name{
	font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-top: 5px;
}
#mask{
	display: none;
	position: fixed;
	z-index: 31;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
}
.search_area{
	background-color: #333333;
	width:100%;
	height:150px;
	padding-top: 29px;
	box-sizing: border-box;
}
.search_area .search_box{
	width:525px;
	height:49px;
	vertical-align: middle;
	background-color: #ffffff;
	margin: 0px auto;
	border-radius: 15px;
	padding:10px 0px 10px 19px;
	box-sizing: border-box;
}
.search_area .search_box input[type="text"]{
	width:453px;
	height:27px;
	border: 0px;
	border-left: 1px solid #f8f8f4;
	padding-left: 10px;
	box-sizing: border-box
}
.search_area .search_box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 13px;
	color: #bbbcc0;
}
.search_area .search_box input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	font-size: 13px;
	color: #bbbcc0;
}
.search_area .search_box input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	font-size: 13px;
	color: #bbbcc0;
}
.search_area .search_box input[type="text"]:-moz-placeholder { /* Firefox 18- */
	font-size: 13px;
	color: #666666;
}
.search_area .search_box button{
	width:31px;
	height:31px;
	vertical-align: middle;
}
.popular_search_word{
	margin: 0px auto;
	vertical-align: top;
	color:#ffffff;
	margin-top: 22px;
	text-align: center;
}
.popular_search_word strong{
	vertical-align: top;
}
.popular_search_word ul{
	display: inline-block;
}
.popular_search_word ul li{
	float:left;
	margin-left: 40px;
	font-size: 13px;
}
.popular_search_word ul li a{
	height:17px;
	line-height: 20px;
}
.popular_search_word ul li .ranking{
	display: inline-block;
	width:17px;
	height:100%;
	max-height:17px;
	vertical-align: top;
	background-color: #bdbdbd;
	text-align: center;
	margin-right: 7px;
	font-size: 14px;
}
.popular_search_word ul li:first-child .ranking{
	background-color: #e50039;
}
.search_btn{
	width:21px;
	height:21px;
	line-height: 21px;
}
.user_login_area{
	position: relative;
}
.user_login_area > i{
	display:none;
    position: absolute;
    top: 50%;
    left: 33%;
    margin-top: -7px;
    background-image: url(../../images/portal/web/icon_header_bar.png);
    background-repeat: no-repeat;
    width: 1px;
    height: 14px;
}

#content.zoomUP{
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	background-color: #ffffff;
	z-index:999;
	padding:20px;
	box-sizing: border-box;
	
}
#content.zoomUP .sub_cnt01 .right_result_box.data{
	/*width:calc(100% - 290px);*/
	transition: all 0.5s;
}
#content.zoomUP .sub_cnt01.on .right_result_box.data{
	/*width: 100%;*/
	transition: all 0.5s;
}
#content.zoomUP .data_down_table tbody tr th{
	width: 10%;
    float: left;
}
#content.zoomUP .data_down_table tbody tr td{
	float: left;
	padding: 10px 10px;
    box-sizing: border-box;
}
.page_title{
	display: none;
}
.mob_search{
	display: none;
}
/*===============================  footer  =======================================*/

#footer .footer_inner{
	position: relative;
	width:1000px;
	margin: 0px auto;
	color: #dfe0e0;
}
#footer .footer_inner address{
	line-height: 1.5;
}
#footer .footer_inner .pc_version{
	display: none;
}
#footer .footer_inner .mobile_version{
	display: block;
	padding:10px 0px;
	width:100px;
	vertical-align: middle;
	border: 1px solid #dfe0e0;
	text-align: center;
	margin-top:20px;
}
.family{position:absolute;right:0px;top:-10px;width:200px}
.family > a{display:block;height:30px;line-height:30px;border: 1px solid #dfe0e0;box-sizing: border-box; color:#fff;font-weight:bold;padding:0 10px}
.family ul{display:none;position:absolute;left:0px;bottom:30px;width:200px;padding:10px;background:#333333;box-sizing: border-box;}
.family ul li{line-height: 1.5;}
/* .family ul li a{font-weight:bold} */

/* Moblie header */
@media(max-width: 1023px){
	body{
		font-size: 16px;
	}
	html{
		font-size:12px;
	}
	#header .header_top{
		position: fixed;
		top:0px;
		left: 0px;
		z-index: 30;
		border-bottom: 1px solid #cccccc;
	}
	#header .header_bottom{
		margin-top: 68px;
	}
	#header .header_bottom .gnbMob{
		display: block;
		position: fixed;
		z-index: 11;
		top:67.5px;
		right:0px;
		width:280px;
		height:100%;
		background-color: #ffffff;
		transform: translateX(100%);
		transition: all 0.5s;
		overflow: auto;
		z-index: 32;
	}
	#header .header_bottom .gnbMob.on{
		transform: translateX(0);
		transition: all 0.5s;
	}
	#header .header_bottom .gnbMob ul li a{
		display: block;
		width:100%;
		padding-left: 20px;
		box-sizing: border-box;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#header .header_bottom .gnbMob > ul{
		width:100%;
		position: absolute;
		padding-bottom: 67.5px;
	}
	#header .header_bottom .gnbMob > ul > li > a{
		height:48px;
		line-height: 48px;
		border-top: 1px solid #333333;
		background-image: url("../../images/portal/moblie/menu_plus.png");
		background-repeat: no-repeat;
		background-position: 96% center;
		background-size: 14px auto;
	}
	#header .header_bottom .gnbMob > ul > li:last-child{
		border-bottom: 1px solid #333333;
	}
	#header .header_bottom .gnbMob > ul > li > a.on{
		color:#e50039;
		background-image: url("../../images/portal/moblie/menu_minus.png");
		background-size: 14px auto;
	}
	#header .header_bottom .gnbMob > ul > li > ul{
		display: none;
		border-top: 1px solid #333333;
	}
	#header .header_bottom .gnbMob > ul > li > ul > li > a{
		height:39px;
		line-height: 39px;
		border-bottom: 1px solid #d9d9d9;
		background-image: url("../../images/portal/moblie/menu_arrow.png");
		background-repeat: no-repeat;
		background-position: 96% center;
		background-size: 7px;
		font-weight: normal;
	}
	#header .header_bottom .gnbMob > ul > li > ul > li:last-child > a{
		border-bottom: 0px;
	}
	#header .header_bottom{
		border-top: 0px;
		border-bottom: 0px;
	}
	#header .header_bottom .gnbWeb{
		display: none;
	}
	#header .header_top .user_login_area{
		display: none;
	}
	#header .header_top{
		width:100%;
		height:68px;
		padding-left:3%;
	}
	#header .header_top h1 a{
		margin-top: 11px;
	}
	#header .header_top h1 a img{
		height:48px;
	}
	.hamburger{
		display: block;
		float: right;
		position: relative;
		z-index: 200;
		top: 5px;
		right: 5px;
		width: 60px;
		height: 60px;
		background: #ffffff;
	}
	.hamburger span{
		background: #333333;
		border: none;
		height: 4px;
    	width: 35px;
		position: absolute;
		top: 29px;
    	left: 12px;
		transition: all .35s ease;
		border-radius: 5px;
	}
	.hamburger .top{
		margin-top: -13px;
	}
	.hamburger .bottom{
		margin-top: 13px;
	}
	.hamburger.on .top{
		transform: translateY(13px) translateX(0) rotate(45deg);
		background: #333333;
	}
	.hamburger.on .middle{
		opacity: 0;
		background: #333333;
	}
	.hamburger.on .bottom{
		transform: translateY(-13px) translateX(0) rotate(-45deg);
		background: #333333;
	}
	.search_area {
		position: absolute;
		height: 50px;
		box-sizing: border-box;
		z-index: 10;
		padding:8px 0px;
		top:0px;
	}
	.search_area .search_box{
		width:93%;
		height:35px;
		padding-top: 0px;
		padding-left: 10px;
		padding-bottom: 0px;
		overflow:hidden;
	}
	.search_area .search_box input[type="text"]{
		width:96%;
		height:35px;
		border-left: 0px;
	}
	.search_area .search_box button{
		width:25px;	
		height:25px;
	}
	.popular_search_word{
		display: none;
	}
	.mob_search{
		display: block;
		width:31px;
		height:31px;
		float:right;
		margin-top: 20px;
		margin-right: 10px;
	}
	.mob_search button{
		width:31px;
		height:31px;
		vertical-align: top;
	}
	.page_title{
		position: relative;
		display: block;
		width:100%;
		height:50px;
		line-height: 50px;
		background-color: #333333;
	}
	.page_title h2{
		text-align: center;
		color: #ffffff;
		font-size: 1.5rem;
	}
	.page_title ul li{
		position: absolute;
		top:50%;
		margin-top: -6.75px;
	}
	.page_title ul li.left{
		left:2%;
	}
	.page_title ul li.right{
		right:2%;
	}
	.page_title ul li a{
		display: block;
		width:7.5px;
		height:13.5px;
	}
	#footer{
		padding: 50px 10px 10%;
	}
	#footer .footer_inner{
		width:100%;
	}
	#footer .footer_inner{
		text-align: center;
	}
	#footer .footer_inner address{
		font-size: 1rem !important;
	}
	#footer .footer_inner address span{
		display: block;
	}
	#footer .footer_inner .pc_version, #footer .footer_inner .mobile_version{
		display: block;
		padding:10px 0px;
		width:100px;
		vertical-align: middle;
		border: 1px solid #dfe0e0;
		text-align: center;
		margin: 20px auto;
	}
	.family {
	    position: absolute;
		right:0px;
	    top: -40px;
	    width: 100%;
	}
	.family ul {
	    width: 100%;
	    padding:30px 0px;
	}
	.family ul li{
		line-height:2;
	}
	
}

@media(max-width: 568px){
	html{
		font-size:10px;
	}
	.mob_search{
		width:24px;
		height:24px;
		float:right;
		margin-top: 25px;
		margin-right: 10px;
	}
	.mob_search button{
		width:24px;
		height:24px;
		vertical-align: top;
	}
	#header .header_top h1 a{
		margin-top: 22px;
	}
	#header .header_top h1 a img{
		width:260px;
		height:auto;
	}
	.hamburger{
		margin-top: 20px;
		margin-right: 10px;
		display: block;
		float:right;
		position:relative;
		z-index:200;
		top:0px;
		width:30px;
    	height:30px;
		background: #ffffff;
	}
	.hamburger span{
		background: #333333;
		border: none;
		height: 3px;
		width: 24px;
		position: absolute;
		top:14px;
		left:3px;
		transition: all .35s ease;
		border-radius: 5px;
	}
	.hamburger .top{
		margin-top: -9px;
	}
	.hamburger .bottom{
		margin-top: 9px;
	}
	.hamburger.on .top{
		transform: translateY(9px) translateX(0) rotate(45deg);
		background: #333333;
	}
	.hamburger.on .middle{
		opacity: 0;
		background: #333333;
	}
	.hamburger.on .bottom{
		transform: translateY(-9px) translateX(0) rotate(-45deg);
		background: #333333;
	}
	.search_area .search_box input[type="text"]{
		width:87%;
	}
	/*.search_area{
		height:58px;
		box-sizing: border-box;
		padding:12px 0px;
	}*/
}
@media screen and (orientation:landscape){
	@media(max-width: 1024px){
		.search_area .search_box{
			width:95%;
			height:35px;
			padding-top:0px;
			padding-left: 10px;
		}
		.search_area .search_box input[type="text"]{
			width:94%;
			height:35px;
			border-left: 0px;
		}
		.search_area .search_box button{
			width:25px;	
			height:25px;
		}
		.search_area{
			box-sizing: border-box;
		}
		.popular_search_word{
			display: none;
		}
	}
}
@media(max-width: 375px){
	#header .header_top h1 a img{
		width:230px;
		height:auto;
	}
}
@media(max-width: 320px){
	#header .header_top h1 a img{
		width:217px;
		height:auto;
	}
}

/*=================== //header =======================*/











	
	