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;}

#st-body {
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, 'Malgun Gothic', '돋움', Dotum;
}
#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;background: rgb(255 255 255 / 52%);z-index:9999;}
#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;background: #fff;}
}


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


/** Topbar **/
#st-body .topbar {
	background-color:;
	/* border-bottom: 1px solid #333; */
}
#st-body .topbar .btn-group {
	border-radius: 0;
}

/** PCbar 로고 영역 등 포함 **/
#st-body .pcbar {
	padding: 15px 0;
}
#st-body .pcbar .brand {
	position:relative;
	display:block;
	z-index:9999;
	font-size: 24px;
	font-weight: bold;
	text-align:left;
	padding:10px 0 20px;
	width:250px;
}
#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:25%; 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:#ed1744;
  font-size:17px;
  text-align:center !important;
}
#st-body .navbar-default .navbar-nav > li > a:hover,
#st-body .navbar-default .navbar-nav > li > a:focus {
  color: #c9143a !important;
  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 {
  color: #c9143a;
  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 {
  color: #c9143a;
  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;
}
#st-body .navbar-nav .panel-search {
	min-width: 250px;
	box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	margin-bottom: 0;
}


#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;}

@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:25%; text-align:center !important;}
	#st-body .navbar-default .navbar-nav > li > a { font-size: 14px;}

}

@media (max-width: 767px) {
	#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: #ed1744;
      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;

}
}




/** 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: #333;
	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:#000 url('/images/sub_visual.jpg')no-repeat center top;
	background-position:50% 50%;
}

/* mobile */
@media screen and (max-width:767px) {
    .sub_visual {
        height: 120px;
        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;}
.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;}