@charset "utf-8";
/*@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');*/

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
	   url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

/*체크박스*/
/*
- blue : checkbox_blue_on.png
- skyblue : checkbox_skyblue_on.png
- green : checkbox_green_on.png
- orange : checkbox_orange_on.png
- yellow : checkbox_yellow_on.png
*/

#fregister input[type=checkbox], #fregisterform input[type=checkbox], #bo_w  input[type=checkbox]{ display: none; }
#fregister input[type=checkbox] + label, #fregisterform input[type=checkbox] + label, #bo_w input[type=checkbox] + label{
	display: inline-block;
	cursor: pointer;
	line-height: 25px;
	padding-left: 30px;
	background: url('/theme/basic/img/checkbox_off.png') no-repeat ;
}
#fregister input[type=checkbox]:checked + label, #fregisterform input[type=checkbox]:checked + label, #bo_w input[type=checkbox]:checked + label{
	background-image: url('/theme/basic/img/checkbox_blue_on.png');
}



/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Nanum Gothic', dotum, sans-serif;background:#fff;word-break:keep-all;line-height:170%;color:#474747; -webkit-text-size-adjust: none;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Nanum Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
caption {font-size: 1px; height: 1px; position: relative; text-indent: -9999999999999px; width: 1px;}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:13px}
input, button {margin:0;padding:0;font-family:'Nanum Gothic', dotum, sans-serif;font-size:13px}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Nanum Gothic', dotum, sans-serif;font-size:13px;padding:5px}
select {margin:0}
p {margin:0;padding:0;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#474747;text-decoration:none}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }

/* MAIN BANNER */
.main-visual{position:relative;}
.main-banner{position:relative; left:50%; margin-left:-1000px; width:2000px;}

/* PAGER */
.bx-wrapper .bx-pager { position: absolute; bottom: 70px; left: 450px; z-index: 51; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #fff; text-indent: -9999px; display: block; width: 50px; height: 10px; margin: 10px 0px; outline: 0;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #2676d5; }
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { vertical-align: bottom; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; display:inline-block; margin:0 3px;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.main-banner__btn--prev {left:21.5%;}
.main-banner__btn {background: none; border: 0; position: absolute; font-size: 40px; top: 50%; color: rgba(255,255,255,0.6); margin-top: -23px;
z-index: 99;}
.main-banner__btn--next {right: 21.5%;}
.bx-wrapper .bx-controls-direction a { position: absolute; top: 60%; margin-top: -16px;  width: 15px; height: 20px; text-indent: -9999px; z-index: 9999; }.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-next,.bx-prev {text-indent: -9999px; display:block; position:absolute; top:0; width:100%; height:100%;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start{display: block; margin: 0 3px; width:12px; height:17px; color:#fff; overflow:hidden;}
.bx-wrapper .bx-controls-auto .bx-start:before{content:"\f04b"; font-family:FontAwesome;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus { color:#00a7cb; }
.bx-wrapper .bx-controls-auto .bx-stop {display: block; margin: 0 3px; width:12px; height:17px; color:#fff; overflow:hidden; }
.bx-wrapper .bx-controls-auto .bx-stop:before{content:"\f04c"; font-family:FontAwesome;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus { color:#00a7cb }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: center; width: 100%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { left: 50%; bottom: 97px; width: 37px; margin-left: -100px; z-index: 99; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }
.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1100px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrap {width:100%; min-width:1100px; text-align:center;background:#fff}
#hd_wrapper {position:relative;margin:0 auto;width:100%; min-width:1100px; zoom:1;background:#fff}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:"";background:#fff}

#logo {float:left; line-height:70px;}

.hd_sch_wr{position:absolute;top:25px;left:50%;width:430px;margin-left:-215px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch{;border:2px solid #556ada;background:#fff;border-radius:5px;overflow:hidden}
#hd_sch #sch_stx {padding-left:10px;height:40px;width:376px;border:0;;border-right:0;float:left;font-size:1.25em}
#hd_sch #sch_submit {height:40px;border:0;background:#fff;color:#253dbe;width:50px;float:left;cursor:pointer;font-size:18px}

#sbn_side{position:absolute;top:20px;right:0}

#tnb {}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {margin:0 auto;width:1100px;zoom:1; float:right;}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;border-left:1px solid #ddd;margin-bottom:-1px;font-size:0.92em}
#tnb li:first-child a{}
#tnb li:last-child {border-right:1px solid #ddd;}
#tnb a {display:inline-block;padding:0 10px;color:#fff;line-height:35px}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{;padding:0 14px}
#tnb .tnb_cart{border-right:1px solid #ddd;}
#tnb .tnb_community{border-right:1px solid #ddd}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb .tnb_community:focus, #tnb .tnb_community:hover {color:#333;border-bottom:0}
#tnb .tnb_community a{color:#253dbe;border-bottom:1px solid #e7e7e7}
#tnb .tnb_search{float:right; background:#fff; height:25px; margin-top:4px;}
#tnb .tnb_search input{height:25px; border:0; padding-left:5px;}
#tnb .tnb_search i{padding:0 3px; font-size:18px; vertical-align:middle;}
.bockji_home{float: left; padding-left: 40px;}

#hd_qnb{float:right;margin-top:20px}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li{float:left;font-size:1.083em;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a{display:block}
#hd_qnb li i{display:inline-block;width:40px;line-height:40px;border-radius:25px;background:#fff;text-align:center;margin:0;color:#fff}
#hd_qnb .visit .visit-num{display:inline-block;line-height:18px;padding:0 5px;border-radius:10px;background:#f04e00;color:#fff;font-size:10px;position:absolute;top:0;right:0}
#hd_qnb li .fa-question{background:#e83a5f;font-size:20px}
#hd_qnb li .fa-question:hover{background:#e41b45}
#hd_qnb li .fa-comments{background:#82c13f;font-size:16px}
#hd_qnb li .fa-comments:hover{background:#5aa708}
#hd_qnb li .fa-users{background:#f0ba00;font-size:15px}
#hd_qnb li .fa-users:hover{background:#f06f00}
#hd_qnb li .fa-history{background:#8522c4;font-size:15px}
#hd_qnb li .fa-history:hover{background:#6700a9}



/* 메인메뉴 */
.blind{display:none;}
#hd_wrap{position:relative; height:140px; min-width:1100px;}
.gnb_sub { position: absolute; width: 100%; right: 0; top: 0; height:105px; z-index: 9999; padding:0; border-bottom:1px solid #eaeaea;
  -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;}


/* .gnb_wrap { position: relative; width: 1100px; margin: 0 auto; height: 100%;} */
.gnb_wrap { position: relative; width: 1100px; margin: 0 auto; height: 100%; text-align:center; padding-top:15px;}
.gnb_wrap .bg {display: inline-block; width: 10px; height: 10px; overflow: hidden; text-indent: -999px; display: none;}
/* .gnb_1dul { position: absolute; left: 200px; top: 55px;} */
/* .gnb_1dul {display:inline-block;} */
.gnb_1dul {float:right;}
.gnb_1dli { position: relative; float: left; width:120px; text-align:center;}
.gnb_1dli:nth-child(1) { }


.gnb_1da {color:#fff;text-decoration:none;font-size:18px; line-height:70px; font-weight:bold;}
.gnb_1da:hover{color:#006cb8;}
.gnb_2dul { position: absolute; left: 0px; top: 70px; padding: 15px 0px; min-width:120px; text-align:center; display:none; border:1px solid #bbb; padding:0 10px; background:#fff; }
.gnb_2da { display: block; font-size: 11pt; line-height: 2.5;}
.gnb_2da:hover{color:#006cb8;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.gnb_1dli:hover ul {display:block !important;}



#hd_wrap{z-index:5; height:107px;}
#tnb{border-bottom: 1px solid #ddd; background: #1d2f44; overflow:hidden;}
#tnb ul{padding:0 52px; width:auto;}
#hd_wrapper{min-width:1300px;}
.gnb_sub{ height:auto}
.gnb_wrap{padding-top:0; width:auto; padding-left:45px; padding-right:45px; }
.gnb_1da{color:#272727;}


/* 중간 레이아웃 */
#wrapper{margin-bottom:40px;}
#container_wr:after {display:block;visibility:hidden;clear:both;content:"";}
#container_wr {z-index:5;margin:0 auto;width:100%;height:100%;zoom:1; overflow:hidden; min-width:1100px;}

#aside {float:right;padding:0;height: 100%;margin:0 0 20px 20px; background-color:#fff;}
.sub-menu /*.sub-menu__tit*/{}
.sub-menu__tit{background:url("/theme/basic/img/leftmenu_bg.png") no-repeat; width:250px; height:220px; font-size:25px;font-weight:bold;text-align:center; line-height:220px; color:#ee6a00;border:1px solid #dcdcdc; border-top:none;}
.sub-menu ul{/*border-bottom:1px solid #dcdcdc; border-top:none; border-bottom:none;*/ text-align:right;}
.sub-menu li{height:50px;font-size:13px; font-weight:bold; /*border-bottom:1px solid #dcdcdc;*/ border:1px solid #dcdcdc; border-top:none; line-height:50px; padding-right:10px; background:url("/theme/basic/img/arrow_off.png") no-repeat 20px center;}
.sub-menu li:hover{color:#006cb8;font-weight:bold;background:url("/theme/basic/img/arrow_on.png") no-repeat 20px center, url("/theme/basic/img/bar_on.png") no-repeat right center;}
.sub-menu a:hover{color:#006cb8;font-weight:bold;}
.sub-menu_on {color:#006cb8;font-weight:bold;}
.sub-menu__item_on{background:url("/theme/basic/img/arrow_on.png") no-repeat 20px center, url("/theme/basic/img/bar_on.png") no-repeat right center !important;}

#grup_head nav{width:1100px; margin:0 auto; position:relative; bottom:-215px; color:#fff; font-size:15px;}

/* 퀵메뉴 */
.quick{width:105px; position:absolute; right:10px; top:40px; z-index:99999999999999;}
.quick #top_btn:hover{color:#006cb8;}
.quick ul{border:1px solid #eaeaea; border-top:0; border-bottom:0;}
.quick h3, .quick #top_btn{text-align:center; color:#fff; background:#1d2f44; padding:5px 0; font-weight:normal;}
.quick a{color:#fff; display:block;}

#top_btn{cursor:pointer;}

.quick ul li{position:relative;}
.quick ul li::before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #1d2f44;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	}
	.quick ul li:hover::before{left:0; right:0;}

#container {z-index:4;position:relative;min-height:500px;height:auto !important;height:500px;font-size:15px;width:1100px;zoom:1;background:#fff; margin:0 auto;}
#con_wrap{overflow:hidden; border-bottom:1px solid #006cb8;}
.G01_board_head{line-height:170%; padding:20px 0; font-size:20px;}
.G03_board_head{line-height:170%; padding:20px 0; margin-top:20px; font-size:20px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {text-align:center;}
#container_title span{display:inline-block; margin:40px 0; line-height:24pt; font-size:24pt;font-weight:bold; color:#006cb8;}
#container_title_sub{margin-bottom:20px;}
#container_title_sub ul{text-align:center;}
#container_title_sub ul li{display:inline; border-left:1px solid #1e1e1e;}
#container_title_sub ul li:first-child{border-left:0;}
#container_title_sub ul li a{display:inline-block; padding:10px 30px; font-size:16px; color:#1e1e1e; position:relative;}
#container_title_sub ul li a:hover{position:relative; color:#006cb8 !important;}
#container_title_sub ul li a:hover:after{content:"\f00c"; font-family:FontAwesome; width:20px; height:20px; position:absolute; left:10px; color:#006cb8; font-size:12px;}
#container_title_sub .on{color:#006cb8 !important;}
#container_title_sub .on:after{content:"\f00c"; font-family:FontAwesome; width:20px; height:20px; position:absolute; left:10px; color:#006cb8; font-size:12px;}


/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* #top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover{border-color:#333;background:#ddd;color:#333} */

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 하단 레이아웃 */
#ft {padding:0 0 20px;text-align:left; background-color:#fff; position:relative; min-width:1100px;}
#ft h1 {position:absolute;font-size:0;line-height:0;}

.main-plus .hidden {display:none;}
.main-plus{background:#1d2f44; clear:both; height:60px;}
.main-plus_body{width:1100px; margin:0px auto;}
.main-plus_body > div{width:300px; height:60px; line-height:60px; display:inline-block; border-right:1px solid #616e7c; padding:0 20px; position:relative;}
.main-plus_body > div:first-child{border-left:1px solid #616e7c;}
.main-plus_body > div a{color:#fff; display:block; font-size:17px;}
.main-plus_body > div span{float:right;}

.ft_menu_list{position:absolute; background:#354a63; bottom:60px; left:-3px; width:302px; z-index:10; height:320px; overflow-y:scroll;}
.ft_menu_list li a{font-size:13px; line-height:40px; padding:0 20px;}
.ft_menu_list li a:hover{background:#435c79;}

.ft_menu_list2{position:absolute; background:#354a63; bottom:60px; left:-3px; width:302px; z-index:10;}
.ft_menu_list2 li a{font-size:13px; line-height:40px; padding:0 20px;}
.ft_menu_list2 li a:hover{background:#435c79;}

#ft_wr {width:1100px;margin:0 auto;position:relative; overflow:hidden; padding-bottom:20px;}
#ft_logo{float:left;margin-right:30px;}
#ft_link{color:#888888; margin-top:20px;}
#ft_link a{display:inline-block;padding:0 8px;line-height:1.083em; font-weight:600;}
#ft_link a:first-child{padding-left:0;}
#ft_catch{margin:20px 0 10px; display:inline-block; float:left; padding-right:40px;}
#ft_wr2{float:left;color:#888888;}
#ft_add{}
#ft_add span{display:block;}
#ft_copy{font-size:0.92em}
#ft_copy a{color:#888888;}



/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#999;font-size:9pt}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


.bx-next,.bx-prev {text-indent: -9999px; display:block; position:absolute; top:0; width:100%; height:100%;}

.G01_title{font-size:40px;font-weight:bold;line-height:120%;margin-top:20px; color:#0094dc;}
.rb_title{color:#0094dc;}







/* ====================================================================================컨텐츠 공통 시작 */
.s3hd{margin:40px 0 10px !important;}
#bo_list .tbl_head01 thead th, #bo_list .tbl_head01 tbody td{border-left:0 !important;}
#bo_list .tbl_head01 tbody td.td_subject{text-align:left;}
#bo_list .td_datetime{width:100px !important;}

/* ====================================================================================컨텐츠 공통 끝 */



/* ====================================================================================주간보호 컨텐츠 시작 */
/* 시설소개 */
.b73 .b73_box1{display:inline-block; width:550px; margin-right:40px; vertical-align:middle;}
.b73 .b73_box2{display:inline-block; width:500px;}

/* 이용안내 */
.b78 .page2 .main_num_list{font-size:16px; line-height:170%; overflow:hidden;}
.b78 .page2 .main_num_list li{margin-bottom:10px; width:48%; float:left; background:rgba(247,224,188,0.7);}
.b78 .page2 .main_num_list li:nth-child(2n){margin-left:4%;}
.b78 .page2 .main_num_list li span.p2title{width:90px; height:60px; background:#bb8e25; color:#fff; padding:10px 0; margin-right:10px;float:left; text-align:center; word-break:keep-all;  line-height:20px;  vertical-align:middle; }
.b78 .page2 .main_num_list li span.p2con{ width:calc(100% - 100px);  height:50px; float:left; padding:10px 0; line-height:20px;}


.b78 .page2_tbl{font-size:15px; margin-top:20px;}
.b78 .page2_tbl table{border:1px solid #ccc; border-collapse:collapse; border-top:2px solid #bb8e25; width:100%; }
.b78 .page2_tbl table th{text-align:center; border:1px solid #ccc; padding:10px; background:rgba(241,241,241,0.5); color:#ad601c}
.b78 .page2_tbl table tbody th{width:150px;}
.b78 .page2_tbl table td{padding-left:10px; border:1px solid #ccc;padding:10px;}

.b88 .page2_tbl{font-size:15px; margin-top:20px;}
.b88 .page2_tbl table{border:1px solid #ccc; border-collapse:collapse; border-top:2px solid #2a965a; width:100%; }
.b88 .page2_tbl table th{text-align:center; border:1px solid #ccc; padding:10px; background:rgba(241,241,241,0.5); color:#106b39}
.b88 .page2_tbl table tbody th{width:150px;}
.b88 .page2_tbl table td{padding-left:10px; border:1px solid #ccc;padding:10px;}




	/* 캘린더 */
	.mini_cal {background:#fff;}
	.mini_cal_wr{border:1px solid #ccc; width:300px; height:340px; float:left; }
	.calendar{position:relative;padding:10px 0}

	.month_area{text-align:center;position: relative;font-size:22px; font-weight: bold; height: 40px; line-height: 30px; margin-bottom:10px;}
	.month_prev{position: absolute;left:10px;}
	.month_next{position: absolute;right:10px;}

	.tmo{padding-left:10px;}
	.more_btn {position:absolute; right:8px; bottom:25px;}
	.mini_cal td {text-align:center;font-size:13px; font-weight:bold; background-color:white; height:39px; position: relative;}
	.mini_cal tbody tr:first-child td{background:#1d2f44; color:#fff;}
	.mini_day{color:#a5a5a5;}

	.mini_cal td.title {text-align: center; padding-top: 2pt; padding-bottom: 2pt; background-color:rgb(245,245,255);}
	.mini_cal td.week { border-top:0; text-align: center;}
	.mini_cal td.week.saturday {color: rgb(224,220,255);}
	.mini_cal td.week.sunday {color: rgb(255,220,224);}
	.mini_cal td.date {text-align: center; padding-top: 3pt;}
	.mini_cal td.sun {color : red;}
	.mini_cal td.sat {color : #0099ff;}

	.kilil a { z-index:10; background:#e76b3f; color:#fff; width: 20px; display: inline-block; border-radius: 13px; text-align: center; height: 20px; line-height: 20px;}
	.today a{border-radius:0; background:#0babe9; color : #fff; font-weight: bolder;}
	/*.kilil a:before {content:''; width:16px; height:16px;   display:block; top:-2px; left:-2px; position:absolute; z-index:8;}*/

	.after_cal{width:240px; height:340px; float:left; margin-left:26px; text-align:center;}
	.after_cal h3{font-size:26px; line-height:26px; color:#fff; margin:40px 0;}
	.go_btn{width:130px; margin:40px auto 0;}
	.go_btn{color:#fff; padding:5px 10px; display:block; border:1px solid #fff;}
	.after_cal a{display:block;}
	.after_cal:hover img{transform:scale(1.1);   /*  default */
	-webkit-transform:scale(1.1);     /*  크롬 */
	-moz-transform:scale(1.1);       /* FireFox */
	-o-transform:scale(1.1);       /* Opera */
	transition:0.3s;}
	.after_cal:hover .go_btn{background:rgba(255,255,255,0.3)}
	.go-icon1{background:#ffad4e;}
	.go-icon2{background:#9dc96a;}
	.go-icon3{background:#63b2e3;}

	.cal_area {background:#fff; height:300px;}

/* ====================================================================================주간보호 컨텐츠 끝 */








/* ====================================================================================단기보호 컨텐츠 시작 */
/* 고객의소리 */
.b85 #bo_list .td_datetime{65px !important;}

.b88_bg{width: 166px; height:190px; display: inline-block; line-height: 50px; color: #fff; vertical-align:middle; text-align: center; }
.b88_bg .b88_tit{padding:10px; display:block; color:#333; font-weight:600}
.b88_bg .b88_con{padding:10px; display:inline-block; line-height:170%; vertical-align:text-top;}
.b88_bg:nth-child(3) .b88_con{vertical-align:middle;}
.b88 .list_arrow{margin:0 20px;}

.b88 .b88_bg{background:#2a965a;}
.b88 .b88_bg .b88_tit{ background:#7ec562;}

.b78 .b88_bg{background:#bb8e25;}
.b78 .b88_bg .b88_tit{ background:#e0ca98;}
.b78 .list_arrow{margin:0 20px;}

/* 사업안내 */
.b93 .wid50 th{width:50%;}
.b93 .tbl_head01 tbody th{width:200px;}
.b93 .b93_step{}
.b93 .b93_step span{}
.b93 .b93_step .b93_bg{background:#6a9fc5; padding:28px; display: inline-block; line-height: 30px; color: #fff; text-align: center; border-radius: 5px; vertical-align:middle;}
.b93 .b93_step .list_arrow{margin:0 21.5px;}
.b93 .btn_more{display:inline-block; margin-left:40px;}
.b93 .btn_more a{background:#6a9fc5; display:block; color:#fff; padding:0px 5px; border-radius:5px;}
.b93 .btn_more a:hover{background:#6191b3;}
.b93 .b93_kijun{}
.b93 .b93_kijun{margin-left:30px;}
.b93 .b93_kijun:first-child{margin-left:0;}

/* 인권지킴이단 */
.b110 .hr_wrap{}
.b110 .hr_wrap .hr_txt1{width:49%; float:left; border:1px solid #ccc; border-radius:20px 0px 0 20px; padding:20px; line-height:83px; margin-top:20px; background:#fafafa;}
.b110 .hr_wrap .hr_txt2{width:53%; float:left; border:1px solid #ccc; border-radius: 20px; padding:20px; height:125px; margin-top:20px; background:#fafafa; margin-left:-2%;}
.b110 .hr_wrap .hr_txt2.line{line-height:82px;}
.b110 .hr_wrap .hr_txt2 .btn_go{display:inline-block;}
.b110 .hr_wrap .hr_txt2 .btn_go a{display:block; padding:5px 10px; background:#2a965a; color:#fff; border-radius:3px;}
.b110 .hr_wrap .hr_txt2 .btn_go a:hover{background:#0f6937;}

.b110_list_wrap{position:relative; height:535px;}
.b110_img_wrap{float:left;}
.b110_txt_wrap{float:left; width:640px; margin-left:20px; font-size:13px; }
.b110_txt_wrap ul{position:absolute; line-height:150%;}
.b110_txt1{top:20px;}
.b110_txt2{top:164px;}
.b110_txt3{top:210px;}
.b110_txt4{top:250px;}
.b110_txt5{top:390px;}
.b110_txt6{top:470px;}
/* ====================================================================================단기보호 컨텐츠 끝 */









/* ====================================================================================조이누리버스 컨텐츠 시작 */
/* 버스소개 */
.b91 .tbl_head01 thead th, .tbl_head01 tbody td{border-left:1px solid #ccc; text-align:center; padding:10px;}
/* 사업안내 */
.b93 .tbl_head01 thead th{border-left:1px solid #ccc;padding:10px;}
.b93 .align_l tbody td{text-align:left;padding:10px;}
.b93 .align_l:nth-child(2) td{width:50%;}
.b93 .tbl_head01 tbody td:nth-child(3){text-align:left;}

/* 개인정보,이용약관 */
#ctt .bo_v_title{font-size:24px; font-weight:600;}
	.tab-title{margin-bottom:10px;}
	.tab-thTitle strong{display:block; margin-top:20px;}
	.tab-list{margin-left:10px;}
	.tab-list li{line-height:170%;}
	.h3_t{}
	.tab-thTitle > li{margin-left:10px;}
	.tab-thTitle li strong{display:block; margin-top:10px;}
	.tab-thTitle2{}
	.tab-thTitle3{margin-left:20px;}

.bogi{margin-bottom:5px;}
.bogi a{color:#fff;}

/* 네이밍소개 */
.b91 .s2hd1{font-size:18px; margin-bottom:5px;color:#006cb8;}
.b91 .b92_s_tit{color:#006cb8; text-align:center; font-size:26px; font-weight:600; margin:20px 0; display:block;}

/* 달력 오늘자 색상 */
.today {background-color:#aadfff !important; color:#333;}

/* ====================================================================================조이누리버스 컨텐츠 끝 */