@charset "utf-8";

/*
 * Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
 */

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: local('NanumGothic'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: local('NanumGothicBold'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: local('NanumGothicExtraBold'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('x-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
}

/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

html {font-size: 62.5%;}

html.websize-1{font-size: 62.5%;}
html.websize-2{font-size: 68.5%;}
html.websize-3{font-size: 72.5%;}
html.websize-4{font-size: 78.5%;}
html.websize-5{font-size: 82.5%;}
	/**/
	.size-realtime {display:none;font-size:12px;padding-left:0 !important;}
	html.websize-1 .size-realtime.s1 {display:inline-block;}
	html.websize-2 .size-realtime.s2 {display:inline-block;}
	html.websize-3 .size-realtime.s3 {display:inline-block;}
	html.websize-4 .size-realtime.s4 {display:inline-block;}
	html.websize-5 .size-realtime.s5 {display:inline-block;}
html body {font-family:'Nanum Gothic','돋움', sans-serif;color:#333; font-size:13px;font-size:1.3rem;}
.float-wrap:after {content:' ';clear:both;visibility:hidden;display:block;}
	*+ html .float-wrap{display:inline-block;}



DIV.topToolBody { position: absolute; z-index: 9999 }


/* header
--------------------*/


header {position:relative;z-index:9998;width:100%;height:97px;
	background-color:#fff;
	background-image:url("../../commons/images/global/header-bg.jpg");
	background-repeat:repeat-x;
	background-position:0 0;
	}

[class*='header__wrap'] {padding-left:20px;}
	*+ html [class*='header__wrap'] {position:relative; }
[class*='header__wrap'] h1 {}
	*+ html [class*='header__wrap'] h1 {}
[class*='header__wrap'] h1 a {position:relative; height:34px;width:180px; display:block;font-size:0;} /*메인타이틀 크기*/
	*+ html [class*='header__wrap'] h1 a {}
[class*='header__wrap'] h1 a img{}

.header__wrap__h1 {position:relative;z-index:9999}
	.header__wrap__h1 h1 {position:absolute;top:49px;left:0;}

	/* gnb */

	.gnb {width:100%;padding-top:0;background-color:#fff;position:absolute;top:32px;left:0;padding-top:1px;padding-bottom:1px;
		background-image:url("../../commons/images/global/gnb-bg.png");background-position:0 0;background-repeat:repeat-x;
		min-width:1000px;
		-webkit-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
		}

		*+ html .gnb {position:absolute;top:0;padding-top:0;}

	.gnb-ul{display: inline-block; width: auto;}
		*+ html .gnb-ul {display:inline;}
	.gnb-menu {float:left;background-color:#fff;}

		*+ html .gnb-menu {position:relative;}

	.gnb-menu > a {display:block;text-align:center;font-size:16px;color:#000;font-weight:bold;height:64px;line-height:64px; text-decoration:none;
		/*background-image:url("../../commons/images/global/gnb-menu.jpg");*/background-position:0 22px;background-repeat:no-repeat;
		}
	li:first-child.gnb-menu a{background-image:none;}

	.gnb-menu > a:hover,
	.gnb-menu > a:focus {color:#0077c0;}

	.gnb-menu.manager-ver > a {color:#fc7934}
	.gnb-menu.manager-ver > a:hover,
	.gnb-menu.manager-ver > a:focus {color:#c84e0e;}

/*new menu (all 2nd menu down)
===============================*/
.sub-nav {display:block;text-align:center;height:0;visibility:hidden;}
.gnb-ul.selected .sub-nav {height:auto;visibility:visible;padding-top:10px;padding-bottom:10px;
-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;}

.gnb-menu.over .sub-nav {background-color:#c6ddea;}
.sub-nav__box__list a{display:block;width:100%;padding:12px 0;color:#666;}
.sub-nav__box__list a:hover,
.sub-nav__box__list a:focus {color:#0077c0;font-weight:bold;}



/* 균일 사이즈의 경우 시작 */	/*좌우폭*/
	.gnb-ul {display:block;width:80%;padding-left:19%;}
	.gnb.two_type .gnb-menu {width:50%;}
	.gnb.three_type .gnb-menu {width:33.33%;}
		*+ html .gnb.three_type .gnb-menu {width:33%;}
	.gnb.four_type .gnb-menu {width:25%;}
	.gnb.five_type .gnb-menu {width:20%;}
	.gnb.six_type .gnb-menu {width:16.66%;}
		*+ html .gnb.six_type .gnb-menu {width:16%;}
	.gnb.seven_type .gnb-menu {width:14%;}
	.gnb.eight_type .gnb-menu {width:12.5%;}
	.gnb.nine_type .gnb-menu {width:11.09%;}
		*+ html .gnb.nine_type .gnb-menu {width:11%;}
	.gnb.ten_type .gnb-menu {width:10%;}
	.gnb.eleven_type .gnb-menu {width:9.09%;}
		*+ html .gnb.eleven_type .gnb-menu {width:9%;}
	.gnb.twelve_type .gnb-menu {width:8.3%;}
		*+ html .gnb.twelve_type .gnb-menu {width:8%;}

	.gnb.thirty_type .gnb-menu {width:7.5%;}
		*+ html .gnb.thirty_type .gnb-menu {width:7%;}
/**/
.gnb-menu > a {display:block;width:100%;text-align:center;}

/* 균일 사이즈의 경우 끝 */

/* 2차메뉴 균일 박스 디자인 적용시 */
.gnb-ul {display:table;}
.gnb-menu {display:table-cell;float:none;}
.gnb-menu.over {background-color:#f5f5f5}
.gnb-menu.over .sub-nav {background-color:transparent;}
.gnb-menu.over > a {background-color:#fff;color:#28639a;}
.selected .sub-nav{border-top:1px solid #dedede}

/* 2차메뉴 보더적용*/
.gnb-menu:first-child {border-left:1px solid #dedede}
.gnb-menu {border-right:1px solid #dedede}
.gnb-menu > a {
	background-color: #fff;
	display: block;
	margin-left: -1px;
	position: relative;
	text-align: center;
	width: 102%;
	}

	/*ie7*/
	*+ html .gnb {position:absolute;top:76px;}
	*+ html .gnb-ul {display:block;}
	*+ html .gnb-menu {display:block;float:left;}
	*+ html .gnb-menu.over {background-color:transparent}
	*+ html .gnb-menu.over .sub-nav {background-color:transparent;}
	*+ html .gnb-menu.over > a {background-color:#fff;}
	*+ html .gnb-menu:first-child {border-left:0px solid #bbbbbb}
	*+ html .gnb-menu {border-right:0px solid #bbbbbb}
	*+ html .gnb-menu > a {width:100%;margin-left:0;}
	*+ html .gnb-menu.over .sub-nav .sub-nav__box__list a {color:#fff;}
	*+ html .gnb-menu.over .sub-nav .sub-nav__box__list a:hover,
	*+ html .gnb-menu.over .sub-nav .sub-nav__box__list a:focus  {color:#fff;}

	.gnb-menu.on > a {background-color:#128398;color: #fff;}
/* skip to Content */
.skiptoContent {position:absolute;height:0;top:-60px;left:50%;margin-left:-490px;z-index:9999;font-size:11px;font-size:1.1rem;}
	.skiptoContent div {position:relative;height:25px;padding-top:5px;width:1000px;margin:0 auto;text-align:center;}
	.skiptoContent div {width:60%;background-color:#fff;border:1px solid #ccc;border-top:0;}
	.skiptoContent {left:0;margin-left:0;width:100%;}
	.skiptoContent strong {position:absolute;top:0;margin:0;padding:0;height:0;width:0;left:-9999px;visibility:hidden;}
		.skiptoContent span.skip_item01 a {width:173px;height:20px;text-indent:-9999px;overflow:hidden;
			background-image:url("../../commons/images/global/go_to_sbj.gif");background-repeat:no-repeat;background-position:0 0;display:inline-block; vertical-align:middle;
			}
		*+ html .skiptoContent span.skip_item01 a {display:inline;}
		.skiptoContent span.skip_item01 a:focus {background-image:url("../../commons/images/global/go_to_sbj_on.gif");}
	.skiptoContent span.skip_item02 a {display:inline-block;padding-right:10px;vertical-align:middle;}
		*+ html .skiptoContent span.skip_item02 a {display:inline;}
	.skiptoContent span.skip_item02 a:focus {font-weight:bold;}
	.skiptoContent span {vertical-align:middle;}
	#wrap {min-height:500px;position:relative;z-index:1;}
	* html #wrap {height:500px;}

/* font size */
.font-size-box {display:inline-block;padding-top:0px;vertical-align:top;
	padding-right:5px;background-color:#fff;
	padding-left:10px;
	font-size:13px;font-weight:bold;
	border:1px solid #a8a8a8;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
	}
	.top-nav__fav2 span.font-size-box {padding-left: 5px;margin-left: 5px;padding-left:10px;}
.font-size-box h3{height:26px;line-height:26px;font-size:13px;color:#333;display:inline-block;}
.font-size-box img,
.font-size-box a{vertical-align:middle;color:#333;font-size:18px;padding:0 2px}
	.font-size-box a {display:inline-block;height:26px;line-height:26px;vertical-align: top;}
	.top-nav__fav2 span.size-realtime {height:26px;line-height:26px;vertical-align: top;}
	.lte-ie8 .font-size-box {display:none;} /*ie8*/


/* top-nav */
.top-nav{position:absolute;top:0;left:0;width:100%;}
.top-nav__box{margin:0 auto;position:relative;height:0;z-index:99;}

.top-nav__fav1 {height:30px;line-height:32px;position:absolute;top:0;left:0;font-size:13px;font-weight:bold;border:1px solid #213059;}
	.home-top-btn {background-color:#fff;border:1px solid #e5e5e5;border-top:0;border-bottom:1px solid #fff;display:inline-block;
		vertical-align:top;height:20px;width:20px;padding:8px;
		}
		*+ html .home-top-btn {display:inline;}
	.open-top-btn {border:1px solid #e5e5e5;border-top:0;border-left:0;display:inline-block;
		vertical-align:top;height:20px;width:20px;padding:8px;
		}
		*+ html .open-top-btn {display:inline;}
		.open-top-btn:hover,
		.open-top-btn:focus {background-color:#fff;border:1px solid #e5e5e5;border-top:0;border-bottom:1px solid #fff;
			display:inline-block;border-left:0;
		vertical-align:top;height:20px;width:20px;padding:8px;}
		*+ html .open-top-btn:hover {display:inline;}
		*+ html .open-top-btn:focus {display:inline;}
.top-nav__fav1 > a {display:inline-block; height:30px;background-color:#ffffff;color:#213059;font-size:13px;padding:0 10px 0 10px;}

.top-nav__fav2 {position:absolute;top:0;right:0;height:32px;line-height:32px;color:#fff;}
.top-nav__fav2 > a {display:inline-block; height:23px;line-height:23px;color:#eee;font-size:13px;padding:0 7px 0 12px;
	background-image:url("../../commons/images/global/top-bul.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	}
	.top-nav__fav2 > a:first-child{background-image:none;padding-left:20px;}
	*+ html .top-nav__fav2 > a {display:inline;}
	.top-nav__fav2 span {padding-right:10px;color:#fff;}
	.top-nav__fav2 img {vertical-align:middle;}



/*footer*/
#footer{color:#999999;background-color:#fff;position:relative;padding-left:20px;
	background-repeat:repeat-x;
	background-position:left top;
}
.footer_in_wrap{position:relative;min-height:130px; }
.footer_in_wrap:after {content:' ';clear:both;visibility:hidden;display:block;}
	*+ html .footer_in_wrap {display:inline-block;}
#footer a{color:#666;}

.copyright{position:relative;}
.foot_img{position:absolute; top:20px;left:0;}

.copy_box{position:absolute; top:0px;left:0;width:100%;}
.copy_box li{float:left;}
	#footer .copy_box li a{display:block;height:55px;font-size:14px;line-height:55px;text-align:center;
		color:#666;
		padding: 0 30px;
	}
	#footer .copy_box li a img {vertical-align:middle;}
	.copy_box li:first-child a {background-image:none;}
	#footer .copy_box li:first-child a {background-image:none;}
	#footer .copy_box li.persnal-rule a {color:#fff47a;}
.copy_box2{position:absolute; top:20px;left:210px;text-align:left;}
.copy_box a,.copy_box2 a{font-size:13px;font-size:1.3rem;}
.copy_box a strong{color:#666;}
.copy_box a:hover,.copy_box2 a:hover{text-decoration:underline;}
#footer .copy_box li a:focus{text-decoration:underline;}

.copy_box2 .item1{margin-bottom:5px;font-style:normal;font-size:13px;font-size:1.3rem;line-height:1.5; color:#666;}
.copy_box2 .item1 h3{float:left;width:65px;height:26px;padding-top:9px;margin-right:5px;background-color:#676767;color:#999;text-align:left;}
.copy_box2 .item2{font-style:normal;margin-top:5px;margin-bottom:4px;font-size:13px;font-size:1.3rem;line-height:1.6; color:#666;}

.copy_box2 ul li { font-size:14px; font-size: 1.4rem; float: left; background-image: url("../../commons/images/global/footer_tel_li.jpg"); background-repeat: no-repeat; background-position: 0 5px; padding-left: 13px;  margin-right: 13px; }
.copy_box2 ul li:first-child { background-image: none; padding-left: 0; }

#footer .col_blue {color:#0c9cdc}

.foot_select {position:absolute;top:14px;right:0;}



/* ============
	메인 페이지
===============	*/

#mainpage {position:relative;background-color: #f1f0f5;}
#subpage {position:relative;background-color: #f1f0f5;}

.containter {
	min-height:600px;
	background-color:#fff;margin:10px;
	min-width:960px;
	padding:30px 10px 50px 10px;
	-webkit-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
}

.main-design {width:950px;padding-left:50px;}
.main-layout-wrap__lay1 {float:left; width: 49%;margin-right:1%;}
.main-layout-wrap__lay2 {float:left; width: 50%;}
.main-layout-wrap__lay3 {float:left; width: 25%;}

/*로그인 화면*/
.login-view {width:500px;margin:0 auto;text-align:center;padding-top:120px;padding-bottom:150px;}
.login-view__h2 {margin-bottom:30px;}
.login-view__p1 {font-size:24px;font-weight:800;margin-bottom:40px;}

.login-view__p2 {font-weight:bold;margin-top:20px;text-align:right;}

.login-view__loginbox {
	border:5px solid #28639a;padding:40px;position: relative;padding-top:70px;
	-webkit-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
}
.login-view__loginbox__h3 {
	position: absolute;top:10px;left:10px;font-size:23px;color:#3a549c;font-weight:800;
}
.login-view__loginbox__join {
	position: absolute;top:10px;right:10px;display:block;padding:10px;color:#fff;background-color:#128398;border-radius: 5px;
}
.login-view__loginbox__join:hover {opacity:0.8;}
.login-view__loginbox__login-write {}
.login-view__loginbox__login-write label {
	display:inline-block;width:80px;text-align: right;padding-right:10px;font-weight: bold;height:30px;line-height:30px;
}
	*+ html .login-view__signbox__login-write label{display:inline;}
.login-view__loginbox__login-write__input {
	border:1px solid #999;border-radius:4px;
	height:30px;line-height:30px;
	padding:0;width:160px;
}
.login-view__loginbox__login-write__btn {
	background-color:#333;color:#fff;display:block;width:260px;text-align: center;font-size: 20px;font-weight: 800;height:40px;line-height:40px;margin:0 auto;border-radius: 5px;
}
	.login-view__loginbox__login-write__btn:hover {opacity:0.8;}

/* 회원가입 */

.login-view__signbox {
	border:5px solid #28639a;padding:40px 0;position: relative;padding-top:70px;
	-webkit-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 18px -11px rgba(0,0,0,0.75);
}
.login-view__signbox__h3 {
	position: absolute;top:10px;left:10px;font-size:23px;color:#3a549c;font-weight:800;
}
.login-view__signbox__join {
	position: absolute;top:10px;right:10px;display:block;padding:10px;color:#fff;background-color:#128398;border-radius: 5px;
}
.login-view__signbox__join:hover {opacity:0.8;}
.login-view__signbox__sign-write {}
.login-view__signbox__sign-write label {
	padding-right:20px;font-size:15px;font-weight: 800
}
.login-view__signbox__sign-write__input {
	border:1px solid #999;border-radius:4px;
	height:30px;line-height:30px;
	padding:0;width:160px;
}
.login-view__signbox__sign-write__btn {
	background-color:#333;color:#fff;display:block;width:260px;text-align: center;font-size: 20px;font-weight: 800;height:40px;line-height:40px;margin:0 auto;border-radius: 5px;
}
	.login-view__signbox__sign-write__btn:hover {opacity:0.8;}

/*회원가입 폼*/
	.join-box {width:900px;margin:0 auto;}
	.join-box__h2 {font-size: 25px;margin-bottom:30px;text-align:center;}
	.join-box__h2 img {vertical-align: bottom;padding-right:10px;}
	.join-box__p1 {color:#3a549c;font-size:20px;margin-bottom:5px;font-weight:800;}








/* 서브페이지 공통 */

.cont-in {font-size:13px; font-size:1.3rem;line-height:1.6;min-height:500px;margin-bottom:50px;padding-left:20px;padding-right:20px;}
.cont-in img{max-width:100%;}
.cont_in {font-size:13px; font-size:1.3rem;line-height:1.6;min-height:500px;margin-bottom:50px;padding-left:20px;padding-right:20px;}
.cont_in img{max-width:100%;}

.mgn_p10 {padding-top:10px;}

/* ===============
	서브페이지 sub-default.jsp
==================*/

/* location */
.location-box {position:relative;font-weight:bold;}
.location-box__cont {
	position: absolute;
    left: 0;
    top: 65px;
	}
.location-box__cont span{float:left;display:block;padding:0 17px;font-size:11px;font-size:1.1rem;height:28px;line-height:28px;
	background-image:url("../../commons/images/global/location-icon.png");
	background-position:0 11px;
	background-repeat:no-repeat;
	color:#333;
	}
.location-box__cont span:first-child {background-image:none;padding-left:0;}
.location-box__cont .loc-home {display:block;padding-left:25px;font-size:11px;font-size:1.1rem;height:28px;line-height:27px;
	background-image:url("../../commons/images/global/home.png");
	background-position:0 8px;
	background-repeat:no-repeat;
	color:#333;
	}

/* contents */
.sub-page-container__wrap {position:relative;}
.sub-contents {margin-left:210px;min-height:500px;padding-left:0px;max-width:1000px;background-color:#fff;}

.sub-page-container__wrap.hide {margin-top:-103px;padding-top:103px} /* 퀵메뉴 quick menu 위치 때문에 설정. header 높이만큼 값 설정 */
.sub-page-container__wrap.unhide {}


/* 제목줄 */
.sub-contents__top {position:relative;height:79px;
	margin-left:20px;margin-right:20px;
	}
.sub-contents__top h2.sub-tit {font-size:25px;color:#222;padding-top:20px;margin-bottom:16px;}

/*작은 제목*/
.sub-contents_mid{position:relative;
	margin-bottom:10px;
	margin-left:20px;margin-right:20px;
	}
.sub-contents_mid h2 {font-size:26px;color:#222;padding-top:10px;margin-bottom:10px;}

/*제목줄 프린트, 공유 버튼*/
.sub-sns-box-wrap {position:absolute;top:0;right:0;}
.sub-sns-box {position:relative;}
.sub-sns-box a{margin-right:5px;}
.sns-little-box {display:none;}
.sns-little-box.on {display:block;position:absolute;bottom:-30px;right:0;}

.sub-sns-box-wrap {display:none;}

/*공유버튼 다른타입*/
.sub-sns-link {position:absolute;top:60px;right:0;}

/* ===============
	서브페이지 sub.jsp
==================*/

.sub-bg-top {height:290px;
	position: relative;
    margin-top: -120px;
	margin-bottom: -130px;
	background-image:url("../../commons/images/global/sub-head-bg.jpg");background-position:center top;background-repeat:no-repeat;
	display:none;
}
/*제목줄*/
.sbj_line {position:relative;}
.sbj_line h2 {text-align:center;color:#fff;font-size:25px;width:100%;position:absolute;top:-198px;left:0;text-shadow: 1px 1px 6px #555;}

.sbj_line .location {color:#fff;left:0;position:absolute;text-align:center;top:-138px;width:100%;text-shadow: 1px 1px 6px #555;}
.sbj_line .location a {color:#fff;}

.sbj_line .sub-sns-box-wrap {top:-260px;}

/*         sidebar
=========================*/
/* sidebar */
.sidebar {width:200px;float:left;padding-bottom:40px;}
.sidebar__wrap {background-color:#fff;}
.side_in_wrap {}
.sidebar__h2 {text-align:center;height:58px;line-height:58px;font-size:18px;position:relative;color:#fff;
	background-color:#333;
	/*background-image:url("../../commons/images/basic/sidebar__h2.jpg");*/
	background-repeat:no-repeat;
	background-position:0 0;
	}
	.sidebar__h2 span {display:block;font-size:12px;color:#fff;text-align:center;}
	.sidebar__h2 a {display:none;}
.side-list__li > span > a {display:block;padding-left:13px;height:50px;line-height:50px;border-bottom:1px solid #dddddd;
	font-size:14px;
	font-weight:bold;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	background-position: 193px center;
	/*border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;*/
	letter-spacing:-1px;
}

.side-list__li.open-type > span > a {background-image:url("../../commons/images/basic/side-list-li-off.png");	background-position:170px center;background-repeat:no-repeat;}

.side-list__li.open-type > span > a:hover,
.side-list__li.open-type > span > a:focus,
.side-list__li.open-type > span.on > a,
.side-list__li.open-type > span > a.on {}
.side-list__li.open-type.on > span > a {color:#3a549c;background-color:transparent;
	background-image:url("../../commons/images/basic/side-list-li-on.png");
	}


.side-list__li.on > span {
	display:block;
	/*background-image:url("../../commons/images/basic/side-list__li_on_bg.jpg");*/
	background-image:url("../../commons/images/basic/side-on.jpg");
	background-repeat:no-repeat;
	background-position:97% center;
	background-color:#fff;/*이미지없을시 임시*/
}
.side-list__li.open-type.on > span {background-image:none;}

.side-list__li > span > a:hover,
.side-list__li > span > a:focus,
.side-list__li > span.on > a,
.side-list__li > span > a.on {font-weight:bold;opacity:0.9;}
.side-list__li.on > span > a {color:#3a549c;font-weight:bold;}




.side-list__li__inbox {display:none;}

.on > .side-list__li__inbox {
	display:block;
	background-color:#fbfbfa;
	border-bottom:1px solid #dddddd;
	padding:10px;
	border-left:1px solid #dddddd;border-right:1px solid #dddddd;
	}

.spp__in > a{
	display:block;
	font-size:12px;
	color:#565656;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:23px;
	background-image:url("../../commons/images/basic/side-list__li__inbox.png");
	background-position:9px center;
	background-repeat:no-repeat;
}
.spp__in > a:hover,
.spp__in > a:focus,
.spp__in.on > a,
.spp__in > .on {
	font-weight:bold;
	color:#28639a;
	text-decoration:underline;
}
	.spp__in__small {display:none;}
	.on > .spp__in__small {display:block;padding:3px 10px 10px 15px;}

		.spp__in__small a{
			background-image:url("../../commons/images/basic/spp__in__small.jpg");
			background-position:5px center;
			background-repeat:no-repeat;
			display:block;
			padding-top:5px;
			padding-bottom:5px;
			padding-left:15px;
			font-size:11px;
		}
		.spp__in__small .on,
		.spp__in__small a:hover,
		.spp__in__small a:focus {font-weight:bold;}

		.sp-open-type {background-image:url("../../commons/images/basic/open-close.png");background-repeat:no-repeat;background-position:160px 10px;}
		.sp-open-type.on {background-image:url("../../commons/images/basic/open-done.png");background-position:160px 13px;}

			/*4차*/
			.spp__in__small__4th {display:none;}
			.on > .spp__in__small__4th {display:block;padding:10px 5px 10px 10px;background-color:#eff3f7}

			.spp__in__small__4th a{display:block;padding:3px 0;min-height:17px;font-size:11px; font-weight: normal;padding-left:15px;}

			.spp__in__small__4th > li.on > a,
			.spp__in__small__4th > li > .on,
			.spp__in__small__4th a:hover,
			.spp__in__small__4th a:focus {font-weight:bold;text-decoration:underline;}


/* 사이트맵 */
.sitemap ul {width:100%;}
.sitemap a:hover {text-decoration:underline;}
.sitemap > ul > li{display:inline-block;width:17%;margin:0 1%;vertical-align:top;}
	*+ html .sitemap > ul > li{display:inline;}
.sitemap > ul > li > a {width:100%;display:block;background-color:#0081cc;font-size:15px;height:3em;line-height:3em;text-align:center;color:#fff;font-weight:bold;}
.sitemap > ul > li > ul > li > a {padding-left:20px;display:block;line-height:2em;border-bottom:1px solid #d1d1d1;
	background-image:url("../../commons/images/global/sub-nav-icon_on.png");background-position:10px center;background-repeat:no-repeat;
}
.sitemap > ul > li > ul > li > ul > li > a {padding-left:30px;display:block;line-height:2em;border-bottom:1px solid #d1d1d1;
	background-image:url("../../commons/images/global/basic_bul1.jpg");background-position:15px center;background-repeat:no-repeat;
}




/* 픽스드 방식 quickmenu*/
.quickmenu {
	position: fixed;
	right: 0px;
	top: 40%;
	display: none;
	z-index: 9999;
 }

.quickmenu__list li {text-align:right;margin-bottom:5px;}
.quickmenu__list a {display:inline-block;color:#fff;padding-left:50px;width:0;overflow:hidden;height:50px;line-height:50px;
	white-space:nowrap;
	margin-right:5px;
	border-radius:10px;
	vertical-align: top;
	background-image:url("../../commons/images/global/ico-guick.png");
	background-repeat:no-repeat; -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.quickmenu__list a.item1 {background-color:#36362c;background-position:0 0;}
.quickmenu__list a.item2 {background-color:#808080;background-position:0 -50px;}
.quickmenu__list a.item3 {background-color:#adadad;background-position:0 -100px;}
.quickmenu__list a.item4 {background-color:#d7d7d7;background-position:0 -150px;}

.quickmenu__list a:hover,
.quickmenu__list a:focus {width:auto;padding-right:20px;}
	@media screen and (min-width:1px) and (max-width:1050px) {
		.quickmenu {display:none !important;}
	}

#quick_wrap h2 {display:none;}
/*
===========================
			컨텐츠
===========================*/

/*방송심의신청*/
.login-type {margin-bottom:2%}
.login-type__in {border:1px solid #ddd;padding-top:30px;min-height:260px;text-align:center;}
.login-type h3 {font-size:20px;text-align:center;
}
.login-type.type1 {width:49%;float:left;}
	.login-type.type1 h3 {padding-bottom:100px;
	background-image:url("../../commons/images/global/login-type-type1.jpg");
	background-repeat:no-repeat;
	background-position:center 90%;}

.login-type.type2 {width:49%;float:left;margin-left:2%;}
	.login-type.type2 h3 {padding-bottom:100px;
	background-image:url("../../commons/images/global/login-type-type2.jpg");
	background-repeat:no-repeat;
	background-position:center 90%;}
.login-type.type3 {width:100%;float:left;}
	.login-type.type3 h3{margin-bottom:10px;}
	.login-type.type3 .login-type__in {padding:30px 40px;min-height:200px;text-align:left;}
	.big_dotted {padding-bottom:10px;
		background-image:url("../../commons/images/global/big_dotted.jpg");
		background-repeat:repeat-x;
		background-position:left bottom;
		}
	.login-type-input-box {position:relative;padding-left:190px;min-height:100px;
		background-image:url("../../commons/images/global/login-type-type3.jpg");
		background-repeat:no-repeat;
		background-position:30px 20px;}
		.login-type-input-box .item1 {margin-bottom:8px;}
		.login-type-input-box .item2 {margin-bottom:10px;}
		.login-type-input-box .item3 {margin-left:100px;}
		.login-type-input-box label {padding-left:10px;width:90px;font-weight:bold;
			background-image:url("../../commons/images/global/blue_bul.jpg");
			background-repeat:no-repeat;
			background-position:0 center;
			}
			.login-type-input-box .in_login {border:1px solid #ddd;height:22px;padding:2px 0 0 3px;width:170px;}
			.login-type-input-box .login-type-btn {position:absolute; top:0; left:474px;}
.login-type p {text-align:center;margin-bottom:15px;}

	@media screen and (min-width:1px) and (max-width:768px) {
		.login-type.type1 {width:100%;float:none;}
		.login-type.type2 {width:100%;float:none;margin-left:0;}
		.login-type.type3 {float:none;}
		.login-type.type3 .login-type__in {padding:20px 20px;}
		.login-type-input-box {padding-left:0;background-image:none;}
		.login-type-input-box .login-type-btn {position:relative;top:0;left:0;width:auto;height:40px;line-height:40px;}
	}

/* 2017-10-20 fri kdg */

	.box__bsts__tb1 {
		padding:20px;
		border:1px solid #e5e5e5;
		margin-bottom:30px;
		background-image:url("../../commons/images/global/minwon_box.jpg");
		background-repeat:no-repeat;
		background-size:100%;
	}
	.box__bsts__tb1 .left__photo {
		float:left;
		width:25%;
		padding-left:20px;
	}
	.box__bsts__tb1 .right__text {
		float:right;
		width:70%;
		line-height:1.5;
	}

	/* bsts box type2 */

	.box__bsts__tb2 {
		padding:25px;
		padding-bottom:40px;
		border:1px solid #e5e5e5;
		margin-bottom:30px;
		background-color:#fefefe;
		background-image:url("../../commons/images/global/minwon_box.jpg");
		background-repeat:no-repeat;
		background-size:100%;
	}
	.box__bsts__tb2 .left__photo {
		float:left;
		width:40%;
		padding-left:20px;
	}
	.box__bsts__tb2 .right__text {
		float:right;
		width:56%;
		line-height:1.5;
	}

	/* bsts box type3 */

	.box__bsts__tb3 {
		padding:20px;
		border:1px solid #e5e5e5;
		margin-bottom:30px;
		background-color:#ffffff;
		background-image:url("../../commons/images/global/notice_box.jpg");
		background-repeat:no-repeat;
		background-size:100%;
	}
	.box__bsts__tb3 .left__photo {
		float:left;
		width:15%;
		padding-left:30px;
	}
	.box__bsts__tb3 .right__text {
		float:right;
		width:79%;
		line-height:1.5;
	}
	.box__bsts__tb3 .right__text p{padding-top:5px;}

	.photo_txt{display:inline-block;}

	.pd_all10{padding:10px;}
	.pd_t10{padding-top:10px;}
	.pd_t5{padding-top:5px;}

	.box_search{padding:34px 20px 40px 20px;border:1px solid #dedede;margin-bottom:30px;background-color:#f6f6f6;color:#222;}


	.left__zone{float:left;width:20%;height:60px;border-right:2px solid #ddd;}
	.left__zone .tx_search{font-size:20px;padding-top:15px;text-align:center;}
	.right__zone{float:left;margin-left:30px;padding-top:15px;height:50px;}

	/* search_form */
	.box_search label{font-size:11pt;width:50px;margin-right:20px;}
	.box_search select{width:230px;font-size:13px;font-size:1.3rem;height:30px;}
	.btn_s1 span{vertical-align:middle; white-space:nowrap;background-position:right bottom;background-repeat:no-repeat;display:inline-block;height:30px;
			font-weight:bold;background-color:#4d9ddb;padding:0px 30px 0 30px;font-size:13px;font-size:1.3rem;font-family:'Nanum Gothic';letter-spacing:1px; }

	.btn_s1{width:80px;vertical-align:middle;margin:0;border:0px;line-height:28px;height:30px;background-position:0 center;background-repeat:no-repeat;
		display:inline-block;color:#ffffff;cursor:pointer;padding-right:0px;overflow:visible;}

	/* box__dotted */

	.box__dotted {margin-bottom:20px;padding-left:20px;}
	.box__dotted div{border-bottom:2px dashed #e5e5e5;margin-bottom:20px;margin-top:20px;}
	.box__dotted div:first-child{margin-bottom:20px;margin-top:0px;}
	.box__dotted div:last-child{margin-bottom:20px;margin-top:0px;border:0px;}

	/* 2 */
	.box__dotted_tb2 {margin-bottom:20px;padding:20px;background-color:#fdfdfe;border:1px solid #e5e5e5;}
	.box__dotted_tb2 div{border-bottom:2px dashed #e5e5e5;margin-bottom:20px;margin-top:20px;}
	.box__dotted_tb2 div:first-child{margin-bottom:20px;margin-top:0px;}
	.box__dotted_tb2 div:last-child{margin-bottom:0px;margin-top:0px;border:0px;}
	.box__dotted_tb2 ul{display:inline-block;margin-bottom:20px;}
	.box__dotted_tb2 ul li{display:inline-block;width:698px;}

	.left_img{width:25%;float:left;}
	.left_img span{display:inline-block;margin-left:15px;padding-top:10px;font-size:15px;font-weight:bold;}
	.right_text{width:70%;float:right;}

	.left_img2{width:10%;float:left;}
	.left_img2 span{display:inline-block;margin-left:15px;padding-top:10px;font-size:15px;font-weight:bold;}
	.right_text2{width:90%;float:right;}

	.pd_t15{padding-top:15px;}

	/* 5 */
	.tb_type5 {background-color:#fff;margin-bottom:20px;border-left:1px solid #dddddd;margin-bottom:20px;border-top:2px solid #9ebcd2;border-bottom:1px solid #dddddd;font-size:13px;font-size:1.3rem;}
	.tb_type5 table{width:100%;border-collapse:collapse;}
	.tb_type5.no_tb_border{width:715px;overflow:hidden;border-left:0px;}
	.tb_type5.no_tb_border table{width:716px;}

	.tb_type5.mgn_b30 {margin-bottom:30px;}
	.tb_type5.mgn_b40 {margin-bottom:40px;}
	.tb_type5.mgn_b50 {margin-bottom:50px;}

	.tb_type5 a:hover{text-decoration:underline;}
	.tb_type5 table thead th{vertical-align:middle;text-align:center;vertical-align:middle;}
	.tb_type5 table thead th{background-color:#fbfbfb;border-bottom:1px solid #dedede}
	.tb_type5 table th{background-color:#fbfbfb;vertical-align:middle;text-align:left;padding-bottom:7px;padding-top:9px;padding-left:8px;padding-right:8px;color:#444444;font-weight:bold;
	border-bottom:1px solid #dedede;border-right:1px solid #dedede;}
	.tb_type5 table th.pd_l30{padding-left:30px;}
	.tb_type5 table td{font-size:14px;font-size:1.4rem;text-align:left;padding:7px 15px;border-top:1px solid #dedede;border-right:1px solid #dedede;color:#808080}
	.in_length_ex{width:430px;}
	*+ html .in_length_ex{width:430px;}
	* html .in_length_ex{width:430px;}

	.tb_type5.all_center table th{text-align:center;}
	.tb_type5.all_center table th.t_left{text-align:left;}
	.tb_type5.all_center table td{text-align:center;}
	.tb_type5.all_center table td.t_left{text-align:left;}

	.tb_type5.th_center table th{text-align:center;}
	.tb_type5.th_center table td{text-align:left;}
	body .tb_type5.th_center table td.align_center{text-align:center;}

	.tb_type5 table tr.align_left th{text-align:left;}
	.tb_type5 table tr.align_center th{text-align:center;}
	.tb_type5 table tr.align_right th{text-align:right;}
	.tb_type5 table tr.align_left td{text-align:left;}
	.tb_type5 table tr.align_center td{text-align:center;}
	.tb_type5 table tr.align_right td{text-align:right;}
	/* 6 */
	.tb_type6 {background-color:#fff;margin-bottom:20px;border-left:1px solid #dddddd;margin-bottom:20px;border-top:2px solid #9ebcd2;border-bottom:1px solid #dddddd;font-size:13px;font-size:1.3rem;}
	.tb_type6 table{width:100%;border-collapse:collapse;}
	.tb_type6.no_tb_border{width:715px;overflow:hidden;border-left:0px;}
	.tb_type6.no_tb_border table{width:716px;}

	.tb_type6.mgn_b30 {margin-bottom:30px;}
	.tb_type6.mgn_b40 {margin-bottom:40px;}
	.tb_type6.mgn_b50 {margin-bottom:50px;}

	.tb_type6 a:hover{text-decoration:underline;}
	.tb_type6 table thead th{vertical-align:middle;text-align:center;vertical-align:middle;}
	.tb_type6 table thead th{background-color:#fbfbfb;border-bottom:1px solid #dedede}
	.tb_type6 table th{vertical-align:middle;text-align:left;padding-bottom:7px;padding-top:9px;padding-left:8px;padding-right:8px;color:#444444;font-weight:bold;
	border-bottom:1px solid #dedede;border-right:1px solid #dedede;}
	.tb_type6 table th.pd_l30{padding-left:30px;}
	.tb_type6 table td{font-size:14px;font-size:1.4rem;text-align:left;padding:7px 15px;border-top:1px solid #dedede;border-right:1px solid #dedede;color:#808080}
	.in_length_ex{width:430px;}
	*+ html .in_length_ex{width:430px;}
	* html .in_length_ex{width:430px;}

	.tb_type6.all_center table th{text-align:center;}
	.tb_type6.all_center table th.t_left{text-align:left;}
	.tb_type6.all_center table td{text-align:center;}
	.tb_type6.all_center table td.t_left{text-align:left;}

	.tb_type6.th_center table th{text-align:center;}
	.tb_type6.th_center table td{text-align:left;}
	body .tb_type5.th_center table td.align_center{text-align:center;}

	.tb_type6 table tr.align_left th{text-align:left;}
	.tb_type6 table tr.align_center th{text-align:center;}
	.tb_type6 table tr.align_right th{text-align:right;}
	.tb_type6 table tr.align_left td{text-align:left;}
	.tb_type6 table tr.align_center td{text-align:center;}
	.tb_type6 table tr.align_right td{text-align:right;}
	.mgn_b0 {margin-bottom:0px;}

	/* .pd_l10 {padding-left:10px;}
	.pd_l15 {padding-left:15px;}
	.pd_l20 {padding-left:20px;}
	.pd_l30 {padding-left:30px;}
	.pd_l40 {padding-left:40px;} */

	.tb_in_span {display:inline-block;vertical-align:middle;margin-left:10px;}

	.mindown_bul {
		background-image:url("../../commons/images/global/mindown.jpg");
		background-repeat:no-repeat;
		background-position:15px center;
		font-size:15px;
		padding:15px 0px 20px 100px;
		color:#454545;
		font-weight:bold;
		text-align:left;
	}

	.mindown_bul2 {
		background-image:url("../../commons/images/global/mindown2.jpg");
		background-repeat:no-repeat;
		background-position:15px center;
		font-size:15px;
		padding:15px 0px 25px 100px;
		color:#454545;
		font-weight:bold;
		text-align:left;
	}

	/* 민원 프로그램 이용안내 */
	.icon {width:50%;padding:5px;}

/*디자인 교정*/
.in_s_box {border:1px solid #e5e5e5;height:23px;}
.select_design {}


input[readonly]{
	background-color:  #e5e5e5;
}
    
