@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:1em}
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;}


.tnb_search h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.tnb_search  #sch_submit { background:none; border:0;}

#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}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:right;border-left:1px solid #ddd;margin-bottom:-1px;font-size:0.92em}
#tnb li:first-child a{padding-right:0;}
#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;}

#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 { overflow: hidden; position: absolute; width: 100%; right: 0; top: 0; height:105px; z-index: 9999; padding:17px 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.on {background:#fff; height: 490px; border-bottom:1px solid #1d2f44;}
.gnb.on:before { content: ''; position: absolute; left: 0; top: 104px; width: 100%; height: 1px; border-top: 1px solid #eaeaea; }
/* .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; margin-left: 60px; }
.gnb_1dli:nth-child(1) { margin-left: 20px; }
.gnb_1dli:nth-child(1) ul { display: block !important; }
.gnb_1da {color:#fff;text-decoration:none;font-size:18px; line-height:50px; font-weight:bold;}
.gnb_1da:hover{color:#006cb8;}
.gnb_2dul { position: absolute; left: 0px; top: 70px; padding: 15px 0px; min-width:130px; text-align:left;}
.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;}

/* 중간 레이아웃 */
#wrapper{}
#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:-280px; color:#fff; font-size:15px;}
#grup_head1 nav{width:1100px; margin:0 auto; position:relative; bottom:-280px; 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;}

@media screen and (max-width:1300px){
	.quick{display:none;}
}

#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;}
.G01_board_head, .G03_board_head{line-height:170%; padding:20px 0; font-size:20px;padding: 15px; margin: 20px 0; border: 1px solid #e5e5e5; background: #fafafa; border-radius: 7px;}
#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 18px; 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:10px; height:20px; position:absolute; left:5px; color:#006cb8; font-size:12px;}
#container_title_sub .on{color:#006cb8 !important;}
#container_title_sub .on:after{content:"\f00c"; font-family:FontAwesome; width:10px; height:20px; position:absolute; left:5px; 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:50px;}
.main-plus_body{width:1100px; margin:0px auto;}
.main-plus_body > div{width:300px; height:50px; line-height:50px; 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:16px;}
.main-plus_body > div span{float:right;}
.main-plus-rig{display:inline-block; color:#fff; float:right; margin-top:14px;}
.main-plus-rig a{font-size:13px; display:inline-block; color:#fff; }

.ft_menu_list{position:absolute; background:#354a63; bottom:50px; 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:50px; left:-3px; width:302px; z-index:10; 	 height: 320px; overflow-y: scroll;}
.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; min-width:1100px;}


.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;}


/* 달력 오늘자 색상 */
.today {background-color:#aadfff !important; color:#333;}