a:link, a:visited {text-decoration:none}
a:hover, a:focus, a:active {text-decoration:none}

ul, li {padding: 0;margin: 0;list-style: none;}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
}

.visual-line {
    position: relative;
    font-weight: 600;
    z-index: 3;
}

.visual-line:before {
    content: "";
    border: 4px solid rgb(255 192 0 / 40%);
    position: absolute;
    width: 100%;
    border-radius: 20px;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.full-width {
    width:100%;
}

.border-radius-15 {
    border-radius: 15px;
}


.ver-box-wrap {
    display: block;
    overflow: hidden;
}
.ver-box-wrap .column {
    display:block;
    background-size:cover;
    color:#fff;
	width:23%;
	margin:1%;
	padding:30px 0;
	float:left;
	border-radius:20px;
}

.ver-inner {
    display:flex;
    flex-flow:column;
}

.ver-box-wrap .column:nth-child(1) {
    background-image:url('/images/ms1_optimized.jpg');
}

.ver-box-wrap .column:nth-child(2) {
    background-image:url('/images/ms2_optimized.jpg');
}

.ver-box-wrap .column:nth-child(3) {
    background-image:url('/images/ms3_optimized.jpg');
}

.ver-box-wrap .column:nth-child(4) {
    background-image:url('/images/ms4_optimized.jpg');
}

.ver-box-wrap .column:nth-child(5) {
    background-image:url('/images/ms5_optimized.jpg');
}

.ver-box-wrap .column:nth-child(6) {
    background-image:url('/images/ms6_optimized.jpg');
}


.ver-box-title {
    text-align: center;
    font-size:28px;
    font-weight: bold;
    margin: 5rem 0;
    letter-spacing: -1px;
}
.ver-box-title span {
    font-weight: 300;
}
.ver-inner {
    margin: 0 0 1rem 0;
    transform:scale(.95);
    transition: all .3s;
}

.ver-inner:hover {
    transform:scale(1.1);
    transition: all .3s;
}

div.ver-inner i.icon {
    font-size:35px;
    margin: 0 auto;
}

.ver-box-ul {}
.ver-box-ul li {
    text-align: center;
    font-size: 17px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}



#st-body {
	font-family: 'NanumSquareNeo-Variable'!important;
}
#st-body a:focus { outline: none; }
#st-body .btn:focus { outline: none; }
#st-body .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;
}
#st-body .row-tiny {
	margin-right: -7px;
	margin-left: -7px;
}
#st-body .col-tiny {
	padding-right: 7px;
	padding-left: 7px;
}
#st-body .visible-xs-v { display: none !important; }
#st-body .visible-xs-v-inline { display: none !important; }
@media (max-width: 480px) {
	#st-body .hidden-xs-v { display: none !important; }
	#st-body .visible-xs-v { display: block !important; }
	#st-body .visible-xs-v-inline { display: inline-block !important; }
	#st-body .col-xs-v6 { width: 50% !important; }
	#st-body .col-xs-v12 { width: 100% !important; }
}
#st-body .keep-all { 
	word-break: keep-all; 
}
#st-body .ellipsis {
	width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#st-body .ellipsis-li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#st-body .ellipsis-multi {
	display: -webkit-box;
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
}
#st-body .ellipsis-multi.l2 {
	-webkit-line-clamp: 2;
}
#st-body .ellipsis-multi.l3 {
	-webkit-line-clamp: 3;
}
#st-body .bold { font-weight: bold; }
#st-body .center { margin: 0 auto; }
#st-body .vtop { vertical-align: top; }
#st-body .vbottom { vertical-align: bottom; }
#st-body .vmiddle { vertical-align: middle; }
#st-body .vmiddle-wrapper {	display: table;	width: 100%;	height: 100%;}
#st-body .vmiddle-section {	display: table-cell;	vertical-align: middle;}

#st-body .navbar-nav > li > a { font-weight: bold; }
#st-body .input-sm { font-size: 13px; }
#st-body label.input { font-weight: normal; }
#st-body label.input > input[type="checkbox"], 
#st-body label.input > input[type="radio"] { position: relative; top: 1px;}

#st-body .page-header { margin: 0 0 15px; }
#st-body .page-header > .title { margin: 0; }
#st-body .page-header > .title > .fa { position: relative; top: -2px; }
#st-body .page-desc { position: relative; top: -5px; margin-bottom: 25px; }
#st-body ul.page-desc { padding: 0 0 0 20px; margin: 0 0 25px 0; }
#st-body ul.page-desc > li { line-height: 1.5; }

#st-body .actions { width: 100%; padding: 0; }
#st-body .actions:before, #st-body .actions:after { display: table; content: " "; }
#st-body .actions:after { clear: both; }
#st-body .actions .left { float: left; }
#st-body .actions .right { float: right; }
#st-body .actions .btn { margin-bottom: 10px; }

#st-body .content { min-height: 350px; }
#st-body .sch_word { color: #555; background-color: #ffff00; }

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {display:none}
#captcha #captcha_img {width:162px;height:62px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:125px;height:62px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 10px;font-size:0.95em;letter-spacing:-0.1em}

/** 여기까지 기본 css 가져온 것 **/



.caption3 {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  color: #fff;
  transform: rotateX(90deg);
  z-index:4;
  padding:15px;
}

.con_inner ul li:hover .caption3 {
  transform: rotateX(0deg);
}

.caption3 p {

font-size:12px !important;
padding:0 !important;
}
.caption3 a {

display:inline-block;
color:#fff;
background-color:#92a3f3;
border-radius:30px;
padding:3px;
font-size:12px;
}


/** 헤더고정과 그에 따른 blank삽입 **/
header {position:fixed;width:100%;height:auto;top:0;z-index:9999;background:#fff;/*background: rgb(0 0 0/ 50%);backdrop-filter: blur(6px);*/}
#st-body .content {margin-top:;}

@media screen and (min-width:769px) and (max-width:992px) {
header {height:200px;}
}
@media (max-width: 767px) {
header {position:fixed;display:block;height:auto;}
}


/** 모바일용 로고 **/
.navbar-brand img {max-height:50px !important; width:auto; padding:7px 0;}


/** Topbar **/
#st-body .topbar {
/*background: rgba(0,0,0,.3)*/;
}
#st-body .topbar .btn-group {
	border-radius: 0;
}

/** PCbar 로고 영역 등 포함 **/
#st-body .pcbar {
	padding: 0 0 30px;
}
#st-body .pcbar .brand {
	position:relative;
	display:block;
	z-index:9999;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
	padding:10px 0 0;
	width:250px;
}

#st-body .pcbar .brand img {
    height: 60px
}

#st-body .pcbar .brand a {
	color: #333;
	text-decoration: none;
}

@media screen and (min-width:768px) and (max-width:992px) {
#st-body .pcbar .brand {
	text-align:center;
	width:100%;
}
}
@media (max-width: 767px) {

}

/** Navbar GNB **/
#st-body .navbar { border-radius: 0; padding:0; margin-top:-80px; background:none; border:none;}

	/* 수정할부분 */
	#st-body .navbar-nav { width:70%; float:right; }
	#st-body .navbar-nav > ul { width:100%; }
	#st-body .navbar-nav > li { width:20%; text-align:center !important; padding:0; margin:0;}


	/* 2차카테고리 위치보정 */
	#st-body .navbar-nav .dropdown-menu { left:0px; }
		
#st-body .navbar-default .navbar-nav > li > a {
  color:#222;
  font-size:19px;
  text-align:center !important;
}
#st-body .navbar-default .navbar-nav > li > a:hover,
#st-body .navbar-default .navbar-nav > li > a:focus {

  background:none;
}
#st-body .navbar-default .navbar-nav > .active > a,
#st-body .navbar-default .navbar-nav > .active > a:hover,
#st-body .navbar-default .navbar-nav > .active > a:focus {

  background:none;
}
#st-body .navbar-default .navbar-nav > .open > a,
#st-body .navbar-default .navbar-nav > .open > a:hover,
#st-body .navbar-default .navbar-nav > .open > a:focus {

  background:none;
}

#st-body .navbar-nav .label-logged-in {
    font-size: 10px;
    position: relative;
    top: -5px;
    padding: 1px 3px;
}
#st-body .navbar-nav .search {
	margin: 0 15px;
}

label {
    white-space:nowrap;
}

#st-body .navbar-nav .panel-search {
	min-width: 250px;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	margin-bottom: 0;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #555555!important;
}

#st-body .navbar-nav .dropdown-submenu { position:relative;}
#st-body .navbar-nav .dropdown-submenu > .dropdown-menu { top:0; left:100%; margin-top:-6px; margin-left:-2px; -webkit-border-radius:0 0 6px 0; -moz-border-radius:0 0 6px 0; border-radius:0 0 6px 0; }
#st-body .navbar-nav .dropdown-submenu > a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px;}
#st-body .navbar-nav .dropdown-submenu.pull-left { float:none; }
#st-body .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }
#st-body .dropdown-menu > .active > a, #st-body .dropdown-menu > .active > a:hover, #st-body .dropdown-menu > .active > a:focus { color: #fff; background-color: #337ab7; }
#st-body .navbar-collapse { padding-right: 0; padding-left: 0;}

.root_daum_roughmap .wrap_map {
    height: 450px!important;
}

.map-area {
    width: 100%;
}

.root_daum_roughmap {
    width:100%!important
}

@media screen and (min-width:768px) and (max-width:992px) {
	#st-body .navbar-nav > li { padding:0 5px;}
	#st-body .navbar-nav .dropdown-menu { left:10px; }

	#st-body .navbar { border-radius: 0; margin-top:0px;}

	/* 수정할부분 */
	#st-body .navbar-nav { width:100%; }
	#st-body .navbar-nav > ul { width:100%; }
	#st-body .navbar-nav > li { width:20%; text-align:center !important;}
	#st-body .navbar-default .navbar-nav > li > a { font-size: 14px;}

}

@media (max-width: 767px) {
    div#con_6 h6 {
        font-size:25px
    }
    .root_daum_roughmap .wrap_map {
        height: 200px!important;
    }
	#st-body .navbar-nav .dropdown-submenu > a:after {
		margin-right: 0;
	}
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu {
		margin-top: 0;
		margin-left: 0;
	}
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu li {
		padding-left: 15px;
		padding-right: 15px;
	}
	#st-body .navbar-nav > li {
		width:100%;
		padding-left:20px;
		text-align:left !important;
	}

	#st-body .navbar-default .navbar-nav > li > a {
	  text-align:left !important;
      color: #111;
      font-size: 14px;
      font-weight: normal;
	}

	#st-body .navbar { 
		border-radius: 0; margin:0px;
	}

	#st-body .navbar-nav { width:100%; float:none; }

.caption3 p {

font-size:8px !important;
}

#st-body .navbar-collapse {background:#fff;}
}




/** Slider (carousel) **/
#st-body .carousel-main { margin-bottom: 30px; }
#st-body .carousel-main .item { 
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#st-body .carousel-main .item .carousel-caption { 
    bottom: unset;
    top: 43%;
    text-align: left;
    text-shadow: 0 1px 20px rgb(0 0 0 / 60%);
}
#st-body .carousel-main .item .carousel-caption h3 { 
    margin-bottom: 30px;
	font-size:60px;
    font-weight: bold;
}
#st-body .carousel-main .item .carousel-caption p { 
	font-size:23px;
}


@media (max-width: 767px) {
.carousel-control {
    display: none;
}
#st-body .carousel-main .item .carousel-caption { 
    top: 23%;
    right: 5%;
    left: 5%;
	margin-bottom:10px;
}
#st-body .carousel-main .item .carousel-caption h3 { 
	font-size:20px;
    margin-top: 0;
    margin-bottom: 10px;
}
#st-body .carousel-main .item .carousel-caption p { 
	font-size:12px;
	line-height:1.2em;
	padding:0;
	margin:0;
}
}

@media (max-width: 340px) {
    #st-body .carousel-main .item .carousel-caption p {word-break: keep-all;}
    #st-body .carousel-main .item .carousel-caption p br {display: none;}
}


/** Sidebar **/
#st-body .sidebar .banner {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#st-body .sidebar .banner img {
	margin: 0 auto;	
}

@media screen and (min-width:768px) and (max-width:992px) {
#st-body .sidebar {
	display:none;
}
}
@media screen and (max-width:767px) {
#st-body .sidebar {
	display:none;
}
}

/** Footer **/
#st-body .footer {
	margin-top: 30px;
}
#st-body .footer .footbar {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
	background-color: ;
	padding:15px 0;

}
#st-body .footer .footbar .btn-group {
	border-radius: 0;

}
#st-body .footer .content {
	font-size:13px;
	letter-spacing:0;
	color: #ccc;
	font-weight:200;
	line-height: 1.7;
	background:#2b3138;
	min-height: 20px;
	padding: 30px 0;
	margin-top:0;
	text-align:center;
}
#st-body .footer .content img {
	padding:20px 0;
	max-width:150px;
	opacity:0.4;
}

#st-body .footer .content a, 
#st-body .footer .content a:hover { 
	color: #fff; 
}
#st-body .footer .content .divider {
    color: #666;
    font-size: 80%;
    position: relative;
    top: -1px;
    margin: 0 7px;
}
#st-body .footer .content hr {
    border-top: 1px solid #444;
}
#st-body .footer .copyright {
	color: #ccc;
	text-align: center;
	background-color: #222;
	padding: 10px 0;	
}
#st-body .footer .copyright a, 
#st-body .footer .copyright a:hover { 
	color: #fff; 
}
@media (max-width: 991px) {
	#st-body .footer .content {
		text-align: center;
	}
}


/** Common **/
/** 최상단 좌측 TNB **/
#st-body .btn-nav {
	color: #222;
	font-weight: normal !important;
	background-color: none;
    height: 30px;
    line-height: 30px;	
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	padding: 0 10px;
}
#st-body .btn-nav:hover,
#st-body .btn-nav:active,
#st-body .btn-nav.active {
	color: ;
}
#st-body .btn-nav .fa {
	font-size: 1.3em;
	position: relative;
	top: 1px;
}
#st-body .btn-nav .glyphicon {
	font-size: 1.2em;
	position: relative;
	top: 2px;
}


/** Preloader **/
#st-preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #ffffff;
	z-index:999999; 
}
#st-preloader .spinner {
	margin: 150px auto 0;
	width: 70px;
	text-align: center;
	position:fixed;
	z-index:999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 
}
#st-preloader .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#st-preloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
#st-preloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/** Back to top menu **/
#st-backtotop {
	color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    padding: 16px;
    display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	background: rgba(0,0,0,0.4);
	z-index: 5000;
	cursor: pointer;
}
#st-backtotop:hover {    
	background-color: #333;
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;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_con {}
.hd_pops_con p {margin: 0}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 서브비주얼이미지 */
.sub_visual {
    display: block;
    /*margin-bottom: 30px;*/
    height: 350px;
    background-image: url(/images/sub_bg.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* mobile */
@media screen and (max-width:767px) {
    .sub_visual {
        height: 200px;
        background-position: 40% 40%;
        background-size: 200%;
    }
}

.top_mb_btn {width:30px;height:34px; padding:7px 8px;border:1px solid #282828;border-radius: 4px;position:relative;margin:8px 10px 10px;float:right}
.mb_btn_login {position: relative;float: right;margin:8px 0 0;}

.quick-link {position: fixed;top:35%;left:0;display:none;}
.quick-link ul li {position: relative;}
.quick-link li {list-style: none;list-style-position: outside; display: block; height: 48px;width: 48px;}
.quick-link a {background: rgba(0,0,0,0.3);height: 48px;width: 48px;display: block;text-align: center;font-size:1.2em;color:#fff;opacity: 1;position: relative;transition: 0.2s;padding-top:0.6em;}
.quick-link .title {position: absolute;font-size: 12px;left: 56px;top: 17px;color: #fff; text-align: left; width:100px; border-bottom: 1px solid currentColor;display: block;transform: translateX(10px);transition: 0.3s; visibility: hidden; opacity: 0;}
.quick-link ul li:after, .quick-link a:after {position: absolute; content: ""; top:0;left:0;right:0;bottom:0;transition: 0.2s; z-index: -1;}



















/* 그누보드 기본 css 추가 */


/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #2677df;border-color:#2677df;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn_s{display:inline-block;height:33px;line-height:30px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_m{display:inline-block;height:40px;line-height:38px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_l{display:inline-block;;height:50px;line-height:48px;border-radius:30px;padding: 0 25px; font-weight:700;font-size:	1.154em;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}

a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;}
.btn_submit:hover {background:#0456ec}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:1px solid transparent;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;border:1px solid transparent;background:#333;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#fff;color:#df0012;}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    /* border-radius: 30px; */
    /* line-height: 40px; */
    /* width: 40px; */
    text-align: center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;background:#db0000}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding: 15px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px ;border:1px solid #efefef;margin-bottom:5px}

/* 기본폼 */
.form_01{margin:20px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d0d4df;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:0 10px;height:40px;
 -webkit-box-shadow: inset 2px 2px 2px #f3f3f3;
-moz-box-shadow: inset 2px 2px 2px #f3f3f3;
box-shadow:inset 2px 2px 2px #f3f3f3}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;background:#f3f3f3}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:400;}
.sv_member img{vertical-align:top}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}

