/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}
/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*Layout*/
.body {
	font-family: 'Noto Sans KR', sans-serif !important;
	letter-spacing: -1px !important;
} 

/*common*/ 
img {
	max-width: 100%;
}
.imp_c {
    color: #e51616 !important;
    font-weight: 600 !important;
}
.form-control{
    box-shadow: 0 0 0;
	font-size: 12px;
	font-family: dotum;
	padding: 6px !important;
}
.form-control::-webkit-input-placeholder {
  color: #717171 !important;
}
.form-control:-ms-input-placeholder {
  color: #717171 !important;
}
.form-control::-moz-input-placeholder {
  color: #717171 !important;
}
@media (min-width:991px){
	.form-control{
		font-size: 13px;
	}
	.modal-lg {
		width: 992px;
	}
}
@media (max-width:768px){
	.input-group-addon {
		padding: 6px !important;
	}
}
/*#Header*/
html.sticky-header-active #header .header-body,
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	padding: 0;
	top: 0px !important;
}
html.sticky-header-active #header.header-transparent .header-body {
	padding-top: 0px;
}
html #header.header-transparent .header-body:before {
	background-color: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(221, 221, 221, 0.4);
    opacity: 1;
}
#header .header-nav-main {
	margin: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 17px;
    font-weight: 600;
    color: #fff !important;
	margin: 30px 0;
    padding: 4px 30px !important;
    border-radius: 0px;
    text-transform: none;
    letter-spacing: -1px;
	position: relative;
	border-right: 1px dashed #fff;
}
#header .header-nav-main nav > ul > li:last-child a {
	border-right: 0;
}
#header .header-nav-main nav > ul > li > a.kakaoi,
#header .header-nav-main nav > ul > li > a.linki {
	padding: 0px 15px !important;
    font-family: "dotum";
}
#header .header-nav-main nav > ul > li > a.kakaoi span {
	font-size: 13px;
    display: inline-block;
    border: 1px solid #ffdf1e;
    border-radius: 4px;
    padding: 3px 15px;
    vertical-align: middle;
    background-color: #ffdf1e;
    color: #423630;
}
#header .header-nav-main nav > ul > li > a.dropdown {
	padding: 0px 30px !important;
}
#header .header-nav-main nav > ul > li > a.linki span {
	font-size: 13px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    padding: 3px 15px;
    vertical-align: middle;
}
#header .header-nav-main nav > ul > li > a.kakaoi strong {
	color: #fff;
}
#header .header-nav-main nav > ul > li > a.kakaoi img {
	width: 15px;
    vertical-align: middle;
}
/*
#header .header-nav-main nav > ul > li > a.on:before,
#header .header-nav-main nav > ul > li > a:focus:before,
#header .header-nav-main nav > ul > li > a:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #3967bf;
	left: 0;
	top: 0px;
}*/
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu.on{
	display: block;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 16px;
    color: #333;
    border-color: #b3b3b3;
    padding: 8px 10px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	color: #ed600b !important;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		font-size: 20px;
		font-weight: 400;
		color: #fff !important;
		padding: 40px 0px !important;
		border-radius: 0px;
		text-transform: none;
		letter-spacing: -1px;
		position: relative;
	}
}
@media (max-width:1200px) and (min-width:992px) {
	#header .header-nav-main nav > ul > li > a {
		width: 93px !important;
		font-size: 16px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
	}
}	
@media (min-width:991px) {	
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
	}
	#header .header-nav-main nav > ul > li+li {
		margin-left: -1px;
	}
	#header .header-nav-main nav > ul > li > a {
		text-align: center;
		position: relative;
	}
	#header .header-nav-main nav > ul > li > a.br-r:after {
		content: "";
		position: absolute;
		right: 0px;
		height: 18px;
		width: 1px;
		background-color: rgba(255,255,255,0.5);
		top: 41px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	border-top: 3px solid #40a147;
	}
}
@media (max-width:992px) {
	#header .header-body {
		padding: 10px 0 !important
	}
    html #header.header-transparent .header-body:before {
        background-color: #222;
        border-bottom: 1px solid rgba(221, 221, 221, 0.2);
        opacity: 1;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
  		color: rgba(255,255,255,0.8) !important;
		border-color: #fff;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li {
        border: 0px;
    }
	#header .header-nav-main nav > ul > li > a{
		line-height: inherit;
		color: #555 !important;
		padding: 7px 8px 3px 8px !important;
		font-size: 13px;
        margin: 0;
        border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
		padding: 2px 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
	nav>ul>li>a:focus{
		color: #3967bf !important;
	}
}
/*#s005 - header-body*/
#header .header-body {	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*html.sticky-header-active #header .header-body,
#header .header-body:hover,
#header.on .header-body {
	background-color: rgba(255,255,255,1) !important;
	border-bottom: 1px solid #ddd !important;
}
*/
#header .header-body .logo_w,
#header .header-body .logo_c {	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*#header .header-body .logo_w {
	display: inline-block;
}
#header .header-body .logo_c {
	display: none;
}
#header.on .header-body .logo_w,
html.sticky-header-active #header .header-body .logo_w {
	display: none;
}
#header.on .header-body .logo_c,
html.sticky-header-active #header .header-body .logo_c{
	display: inline-block;
}*/
#header.on .header-body nav > ul > li > a,
html.sticky-header-active #header .header-body nav > ul > li > a {
    color: #333 !important;
}
#header.on .header-body nav > ul > li:hover > a,
html.sticky-header-active #header .header-body nav > ul > li:hover > a{
    color: #ff590a !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a.kakaoi span{
    color: #333 !important;
}
html.sticky-header-active #header .header-body nav > ul > li > a.on,
#header .header-body:hover nav > ul > li > a.on {
	color: #fff !important;
}
@media (min-width:991px){
	/*#header .header-body {
		border-bottom: 1px solid rgba(255,255,255,0.2) !important;
	}*/
	#header .header-body:hover nav > ul > li > a.br-r:after {
		background-color: rgba(0,0,0,0.5);
	}
}

#header .header-body .kakaoi2 {
	cursor: pointer;
	font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    padding: 3px 10px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: 600;
	vertical-align: middle;
	font-family: dotum;
	line-height: 3;
    vertical-align: middle;
	letter-spacing: 0;
}
#header .header-body .kakaoi2 img {
	height: 30px;
	vertical-align: middle;
}
#header .header-body .kakaoi3 {
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
	border-radius: 4px;
	padding: 3px 10px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background: #ffb010;
	font-weight: 600;
	vertical-align: middle;
	font-family: dotum;
	line-height: 3;
	vertical-align: middle;
	letter-spacing: 0;
}
@media (max-width:992px){
	#header .header-body .header-column {
		display: inline-block;
	}
	#header .header-body .header-column.header-col-2 {
		float: right;
	}
	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 0px;
	}
	#header.header-narrow .header-logo img {
		margin: 0px;
		margin-top: 5px;
		width: 160px;
	}
	/*#header .header-body .logo_w {
		display: none;
	}
	#header .header-body .logo_c {
		display: inline-block;
	}*/
	#header .header-body .kakaoi {
		font-size: 11px;
		display: inline-block;
		border-radius: 4px;
		padding: 2px 5px 2px 5px;
		vertical-align: middle;
		color: #fff;
		margin-top: 7px;
		text-decoration: none;
    	border: 1px solid #fff;
	}
	#header .header-body .kakaoi img {
		width: 15px;
		vertical-align: middle;
	}
	#header .header-body .kakaoi2 {
		padding: 3px 5px;
		font-size: 9px;
		line-height: 2.5;
	}
	#header .header-body .kakaoi2 img {
		height: 20px;
	}
	#header .header-body .kakaoi3 {
		padding: 3px 5px;
		font-size: 9px;
		line-height: 2.5;
	}
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 6px 0px 6px 2px;
	background-color: transparent;
	padding: 4px 11px !important;
	line-height: 22px !important;
	font-size: 16px !important;
	color: #1a2957;
}
/*sticky*/
@media (max-width:992px){	
	html #header {
		position: relative !important;
	}
	html.sticky-header-enabled #header.header-transparent .header-body {
		position: relative;
		background-color: #fff !important;
	}
	html.sticky-header-active #header {
		position: absolute !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed;
	}
	html #header.header-narrow .header-logo img.logo_drd {
		display: none;
	}
	html #header.header-narrow .header-logo img.logo_dru {
		display: inline-block;
	}
}
/*s007 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 6px 2px;
    padding: 8px 12px;
	background-color: transparent;
	color: #fff;
}
/*slider*/
.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
	width: 45px;
	height: 120px;
	background: transparent;
}
.tp-leftarrow.custom-arrows-style-1:hover, 
.tp-rightarrow.custom-arrows-style-1:hover {
	background: transparent;
}
.tp-leftarrow.custom-arrows-style-1:before, 
.tp-rightarrow.custom-arrows-style-1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 70%;
	width: 30px;
	height: 30px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
			transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.tp-leftarrow.custom-arrows-style-1:after, 
.tp-rightarrow.custom-arrows-style-1:after {
	content: '';
	display: block;
	position: absolute;
	left: 106%;
	top: 50%;
	width: 70px;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}
.tp-rightarrow.custom-arrows-style-1 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-page-header {
  padding: 120px 0 35px;
  background: #1A1E2A !important;
  border-color: #1A1E2A !important;
}
.custom-page-header h1 {
  font-size: 2em;
}
@media (min-width: 991px) {
	.forcefullwidth_wrapper_tp_banner,
	.forcefullwidth_wrapper_tp_banner .slider-container,
	
	#revolutionSlider {
		height: 980px !important;
		max-height: 980px !important;
	}
}
@media (max-width: 768px) {
	.tp-leftarrow.custom-arrows-style-1, 
	.tp-rightarrow.custom-arrows-style-1 {
		width: 30px;
		height: 90px;
	}
	.tp-leftarrow.custom-arrows-style-1:before, 
	.tp-rightarrow.custom-arrows-style-1:before {
		width: 20px;
		height: 20px;
	}
	.tp-leftarrow.custom-arrows-style-1:after, 
	.tp-rightarrow.custom-arrows-style-1:after {
		width: 50px;
	}
}
/*dvd_sec*/
.dvd_sec {
	padding: 100px 0;
}
.dvd_sec.dvd_sec_mini {
	padding: 30px 0;
}
@media (max-width: 768px) {
	.dvd_sec {
		padding: 30px 0;
	}
	.dvd_sec.dvd_sec_mini {
		padding: 15px 0;
	}
}
/*msec_tit*/
.msec_tit {
	margin-bottom: 80px;
}
.msec_tit .lined {
	margin-bottom: 40px;
	line-height: 1em;
}
.msec_tit .lined span {
	display: inline-block;
	width: 70px;
	height: 2px;
	background-color: #40a147;		
}
.msec_tit .lined.lined_w span {
	background-color: #fff;		
}
.msec_tit h1 {
	color: #333;
	font-size: 50px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 30px;
	word-break: keep-all;
}
.msec_tit h1 span {
	display: inline-block;
	color: #636363;
	font-size: 0.5em;
	line-height: 1em;
}
.msec_tit h4 {
	color: #636363;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 500;
	word-break: keep-all;
}
.msec_tit h3 {
	color: #636363;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 500;
	word-break: keep-all;
}
.msec_tit h3 span {
	display: inline-block;
	background-color: #f4f4f4;
	padding: 3px 30px;
	border-radius: 30px;
	color: #333;
}
@media (max-width:768px){
	.msec_tit {
		margin-bottom: 30px;
	}
	.msec_tit .lined {
		margin-bottom: 20px;
	}
	.msec_tit .lined span {
		width: 30px;
		height: 1px;
	}
	.msec_tit h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.msec_tit h4 {
		font-size: 13px;		
	}
	.msec_tit h3 {
		font-size: 14px;
	}
	.msec_tit h3 span {
		padding: 3px 15px;
	}
}
/*looking-for*/
.looking-for {
	padding: 50px 15px;
}
.looking-for .row {
	margin: 0 -5px;
}
.looking-for .row > div {
	padding: 0px 5px;
}
.looking-for .looking-for-box h2 {
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 0;
}
@media (min-width: 769px) {
    .looking-for .row > div {
	    width: 12.5%;
    }
}
@media (max-width: 991px) {
	.looking-for .looking-for-box h2 {
		font-size: 2em;
	}
}
@media (max-width: 768px) {
    .looking-for {
        padding: 35px 15px;
    }
	.looking-for .container {
		padding: 6px 5px;
	}
	.looking-for .row {
		margin: 0 -1px;
	}
	.looking-for .row > div {
		padding: 0px 1px;
	    width: 25%;
    }
}
.custom-call-to-action {
	display: block;
	border-left: 2px solid #4a8961;
	padding-left: 10px;
}
.custom-call-to-action span:nth-child(2) {
	display: block;
	font-size: 1.8rem;
}
.custom-call-to-action.white-border {
	border-color: #FFF !important;
}

@media (max-width: 991px) {
	.custom-call-to-action span:nth-child(2) {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.custom-call-to-action span:nth-child(2) {
		font-size: 2rem;
	}
}
/*custom-position*/
.custom-position-1 {
	position: relative;
	margin-top: -171px;
	z-index: 50;
}
.custom-position-1 a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	border-radius: 10px;
	line-height: 1em;
}
.custom-position-1 a img {
	border-radius: 10px;
}
@media (min-width: 991px) {
	.custom-md-border-top {
		border-top: 1px solid rgba(255, 255, 255, 0);
	}
	.custom-position-1 a {
		padding: 10px 3px;
	}
}
@media (max-width: 992px) {
	.custom-position-1 {
		margin-top: 0;
		position: relative;
		z-index: 50;
	}
	.custom-position-1 a {
		padding: 2px 0px;
        margin-top: 2px;
	}
}
/*main_form*/
#main_form.slider-contact-form .featured-box,
#main_form.slider-contact-form .featured-box .box-content {
    border: 0;
    border-radius: 0;
}
#main_form.slider-contact-form .featured-box ul.form_ul li > label {
    top: 10px;
}
@media (min-width: 991px){
    #main_form.slider-contact-form {
        top: 20%;
    }
}
@media (max-width: 992px){
    #main_form.slider-contact-form .featured-box {
		margin-top: 10px !important;
    }
}
@media (max-width: 768px){
	#main_form.slider-contact-form .featured-box ul.form_ul li > label {
		top: 7px;
	}
}
/*main_form :: form_ul*/
#main_form .featured-boxes .box-content {
	padding: 30px;
	/*box-shadow: 5px 5px 10px rgba(0,0,0,0.1);*/
}
#main_form .featured-boxes .box-content h4 {
	color: #181818;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -1px;
	margin-bottom: 15px;
	margin-top: 0px;
	vertical-align: middle;
}
#main_form .featured-boxes .box-content h4 .di_sym {
	width: 40px;
	vertical-align: middle;
}
@media (max-width: 992px){
	#main_form {
		margin: 0;
		background-color: #fcfcfc;
	}
	#main_form .featured-boxes .box-content {
		background-color: #fcfcfc;		
	}
}
@media (max-width: 768px){
	#main_form .featured-boxes .box-content h4 {
		font-size: 18px;
		font-weight: 600;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	#main_form .featured-boxes .box-content h4 .di_sym {
		width: 20px;
		vertical-align: middle;
	}
	#main_form .featured-boxes .box-content {
		padding: 0;
	}
}
/*form_ul*/
ul.form_ul {
    margin: 0 -7px;
}
ul.form_ul li {
	position: relative;
	padding: 5px 7px;
}
ul.form_ul li .row {
	margin: 0 -3px;
}
ul.form_ul li .row > div {
	padding: 0px 3px;
	margin-bottom: 5px;
}
ul.form_ul li label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px !important;
    color: #333;
    font-family: dotum;
}
ul.form_ul .btn_wrp {
    margin-top: 30px;
}
ul.form_ul .btn_wrp .btn {
    background-color: #484848;
    color: #fff;
    padding: 6px 12px;
    min-width: 100px;
    margin: 0 2px;
}
ul.form_ul .btn_wrp .btn.su_btn {
    background-color: #ff590a;
}
ul.form_ul li .radio-custom {
    display: inline-block;
	padding: 0 0 0 20px;
    margin-right: 5px;
	margin-bottom: 0px;
    margin-top: 5px;
	color: #333;    
	font-family: dotum;
    font-size: 12px;
}

ul.form_ul .checkbox_inter {
	display: table;
	width: 100%;
}
ul.form_ul .checkbox_inter a {
	display: table-cell;
    padding: 6px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	vertical-align: middle;
	color: #1e1e1e;
	width: 50%;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
}
ul.form_ul .checkbox_inter a.lft_btn {
	border-radius: 4px 0 0 4px;
}
ul.form_ul .checkbox_inter a.rgt_btn {
	border-radius: 0 4px 4px 0;
}
ul.form_ul .checkbox_inter a.active {
	background-color: #ff590a;
	border-color: #ff590a;
	color: #fff;
}
@media (max-width: 768px){
	ul.form_ul li .row > div {
		margin-bottom: 8px;
	}
	ul.form_ul li {
	    padding: 3px 7px;
	}
	ul.form_ul li,
	ul.form_ul li .form-control {
		font-size: 11px;
	}
	ul.form_ul li .radio-custom {
		margin-top: 0px;
	}
	ul.form_ul li > label {
		font-size: 12px;
		padding-left: 0px !important;
	}
	ul.form_ul li .radio-custom {
		font-size: 11px;
	}
	ul.form_ul .checkbox_inter a {
		padding: 8px 12px 9px;
	}
}
/*main_form :: cmt_ul*/
#main_form .wan_box {
	border-top: 2px solid #181818;
	padding: 15px;
	background-color: #f4f4f4;
	font-family: dotum;
}
#main_form .wan_box h6 {
	font-size: 15px;
	line-height: 1.4em;
	color: #181818;
	font-weight: 600;	
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#main_form .wan_box li {
	font-size: 12px;
	line-height: 1.4em;
	color: #636363;
	font-weight: 500;
	padding: 2px 0;
	position: relative;
	padding-left: 7px;
}
#main_form .wan_box li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 2px;
	top: 7px;
	background-color: #181818;
}
#main_form .btn_wrp {
	margin-top: 15px;
}
#main_form .btn_wrp .btn {
	font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    background-color: #ff590a;
    color: #fff;
    position: relative;
    padding: 8px;
}
#main_form .btn_wrp .btn:after {
	content: "";
    position: absolute;
    right: -30px;
    border-style: solid;
    border-width: 30px;
    top: -7px;
    border-color: #fcfcfc #fcfcfc #fcfcfc #ff590a;
}
@media (max-width: 768px){
	#main_form .wan_box {
		padding: 8px;
	}
	#main_form .wan_box h6 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	#main_form .wan_box li {
		font-size: 11px;
	}
	#main_form .btn_wrp .btn {
		font-size: 16px;
	}
	#main_form .btn_wrp .btn:after {
		border-width: 26px;
	}
}
/*modal_cuclul*/
.modal_cuclul a.t_a {
	text-decoration: none;
	display: block;
}
.modal_cuclul .form_wrp {
	margin-bottom: 5px;
}
.modal_cuclul .btn_wrp .btn {
	letter-spacing: -1px;
	letter-spacing: -1px;
	font-weight: 600;
	width: 100%;
	border-radius: 4px;
	background-color: #ff590a;
	color: #fff;
    vertical-align: middle;
	font-size: 15px;
}
@media (min-width: 991px){	
	.modal_cuclul .btn_wrp .btn {
		height: 45px;
		font-size: 18px;
	}
}
@media (max-width: 768px){	
	.modal_cuclul .form_wrp form > .row > div {
		padding: 0 15px !important;
	}
	.modal_cuclul .form_wrp {
		margin-bottom: 15px;
	}
	.modal_cuclul .btn_wrp .btn {
		max-width: 160px;
    	display: inline-block;
		margin-top: 5px;
	}
}
/*t_topcon*/
.t_topcon {
	font-family: dotum;
	color: #1e1e1e;
    font-size: 13px;
    line-height: 1.3em;
	text-align: right;
	margin-bottom: 5px;
}
@media (max-width: 768px){
	.t_topcon {
		font-size: 9px;
		margin-bottom: 10px;
	}
}
/*table*/
.table_cmt {
	font-size: 12px;
	line-height: 1.4em;
	color: #181818;
	font-weight: 600;
	letter-spacing: -1px;
}
.table.basictable {
    border-top: 2px solid #181818;
    margin-bottom: 0px !important;
}
.table.basictable.br_none {
	border-top: 0px;
}
.table.basictable.mb-ms {
	margin-bottom: -1px !important;
}
.table.basictable.text-center tr th,
.table.basictable.text-center tr td {
	text-align: center;
}
.table.basictable tr th,
.table.basictable tr td {
	color: #1e1e1e;
	font-size: 12px;
	line-height: 1.3em;
	border: 1px solid #cecece;
	vertical-align: middle;
	padding: 5px;
    word-break: keep-all;
	font-family: dotum;
	letter-spacing: 0px;
}
.table.basictable tr.vntable th,
.table.basictable tr.vntable td {
	vertical-align: top;
}
.table.basictable thead tr th {
	font-weight: 400;
    text-align: center;
	background-color: #f7f7f7;
	color: #1e1e1e;
}
.table.basictable thead tr.plan th {
	background-color: #4678a2;
	color: #fff;
}
.table.basictable tbody tr th {
	font-weight: 400;
	background-color: #fdfdfd;
    text-align: center;
}
.table.basictable tbody tr th.bg_gray {
	background-color: #fefefe;
}
.table.basictable tr th.tth {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.table.basictable tr td {
	font-weight: 300;
    background-color: #fff;
}
.table.basictable tr.impt_bl th,
.table.basictable tr.impt_bl td {
    background-color: #f0f7ff;
}
.table.basictable tr.gray_t th,
.table.basictable tr.gray_t td {
    background-color: #eee;
}
.table.basictable tr.l_bl td {
    background-color: #e0e1fa;
}
.table.basictable tr.l_mt td {
    background-color: #e0f6fa;
}
.table.basictable tr.l_or td {
    background-color: #faefe0;
}
.table.basictable tr.l_nv td {
    background-color: #dae1e8;
}
.table.basictable tr.l_rd td {
    background-color: #fae0e0;
}
.table.basictable tr td.th_fst {
	text-align: left;	
}
.table.basictable tr td.search_td {
	padding: 3px;
}
.table.basictable tr td .btn {
	background-color: #131313;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    padding-top: 3px;
    text-align: center;
}
.table.basictable tr td .sym {
	width: 25px;	
}
@media (max-width:768px) {
    .table_wrp {
        overflow-x: scroll;
    }
    .table_wrp .table{
		min-width: 600px;
    }
	.table.basictable tr th,
	.table.basictable tr td {
		font-size: 9px;
		word-break: break-all;
		padding: 4px 2px;
	}
	.table.basictable tr th img {
		width: 5px;
	}	
	.table.basictable tr.l_bl td,
	.table.basictable tr.l_mt td,
	.table.basictable tr.l_or td,
	.table.basictable tr.l_nv td,
	.table.basictable tr.l_rd td {
		width: 16% !important;
	}
	.table.basictable tr td.th_fst {
		width: 20% !important;
		text-align: center;
	}
	.table.basictable tr td .sym {
		width: 15px;
	}
}
/*modal_box*/
#modal_box .modal-content {
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0,0,0,.5);
}
#modal_box .modal-header,
#modal_box .modal-footer,
#modal_box .modal-body {
    background-color: #fff;
}
#modal_box .modal-footer {
    margin-top: 20px;
    border: 4px solid #edb728;
}
#modal_box .modal-title h4 {
	font-size: 23px;
    font-weight: 600;
    letter-spacing: -1px;
}
#modal_box .toggle > label {
	text-align: center;
    border-radius: 0px;
    border: 0px;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 13px;
    font-family: dotum;
}
#modal_box .toggle > label:before {
	display: none;
}
#modal_box .toggle > label:after {
	content: "\f107";
    font-family: "fontawesome";
    color: #1e1e1e;
	display: inline-block;
	margin-left: 5px;
}
#modal_box .toggle.active > label:after {
	content: "\f106";
}
#modal_box .toggle > label span.off {
	display: inline-block;
}
#modal_box .toggle > label span.on {
	display: none;
}
#modal_box .toggle.active > label span.off {
	display: none !important;
}
#modal_box .toggle.active > label span.on {
	display: inline-block !important;
}
#modal_box .link_wrp {
	margin-top: 30px;
}
#modal_box .link_wrp .row {
	margin: 0 -5px;
}
#modal_box .link_wrp .row > div {
	padding: 0px 5px;
}
#modal_box .link_wrp a {
	text-decoration: none;
    display: block;
	margin-bottom: 15px;
}
#modal_box .link_wrp a .img_wrp {
    border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
    overflow: hidden;
	border-bottom: 0px;
}
#modal_box .link_wrp h5 {
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    padding: 5px 0;
	border-radius: 0 0 4px 4px;
}
#modal_box .link_wrp h5 span {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 5px;
    border-radius: 4px;
    letter-spacing: -1px;
}
#modal_box .link_wrp h5.btn01 {
	background-color: #03179a;
}
#modal_box .link_wrp h5.btn02 {
	background-color: #e37f13;
}
#modal_box .link_wrp h5.btn03 {
	background-color: #ff4f2d;
}
#modal_box .link_wrp h5.btn04 {
	background-color: #ec1c22;
}
#modal_box .link_wrp h5.btn05 {
	background-color: #353f49;
}
#modal_box .tab-content {
	padding: 0px;
	box-shadow: 0 0 0;
	border: 0px;
}
#modal_box .sub_modal {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    z-index: 1000000;
    background-color: #fff;
    margin: 5%;
	border: 1px solid #666;

	display: none;
}
#modal_box .sub_modal.on {
	display: block;
}
#modal_box .sub_modal:after {
	content: "";
    position: fixed;
    width: 100%;
    height: 120%;
    background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    z-index: 1000001;
}
#modal_box .sub_modal .modal-content {
	position: relative;
    z-index: 1000002;
}
#modal_box .con_list li {
	font-size: 12px;
	font-family: dotum;
}
#modal_box .con_list li strong.btn_lk {
    display: inline-block;
    border: 1px solid #ccc;
    color: #636363;
    line-height: 1em;
    font-weight: 400;
    padding: 5px;
    border-radius: 4px;
}
#modal_box .table_box a {
	text-decoration: none;
}
@media (max-width:768px) {
	#modal_box .modal-header {
		padding: 0 15px;
		padding-top: 15px;
	}
	#modal_box .modal-header .close {
		margin-top: 0px;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 20;
	}
    #modal_box .tt_top {
        margin-bottom: 15px !important;
    }
    #modal_box .modal-footer {
        margin-top: 10px;
        border: 3px solid #edb728;
    }
	#modal_box .sub_modal .close {
		position: relative !important;
		float: none;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	#modal_box .table_box {
		margin: 0 -15px;
	}
	#modal_box .modal-dialog {
		margin: 0px;
	}
	#modal_box .modal-content {
    	border-radius: 0;
		box-shadow: 0 0 0;
		border: 0px;
	}
	#modal_box .modal-title h4 {
		font-size: 17px;
        margin-bottom: 15px !important;
	}
	#modal_box .toggle > label {
		font-size: 12px;
	}
	#modal_box .link_wrp {
		margin-top: 10px;
	}
	#modal_box .link_wrp h5 {
		padding: 0px;
	}
	#modal_box .link_wrp h5 span {
		font-size: 9px;
	}
	#modal_box .con_list li {
		font-size: 9px;
		word-break: keep-all;
	}
}
/*modal_box :: modal-footer*/
#modal_box .modal-footer .row {
    margin: 0 -5px;
}
#modal_box .modal-footer .row > li {
    padding: 0 5px;
}
#modal_box .modal-footer ul li {
    position: relative;
    font-weight: 400;
}
#modal_box .modal-footer ul li label {
    color: #1e1e1e;
    font-weight: 300;
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 1em;
    top: calc(50% - 6px)
}
#modal_box .modal-footer ul li .form-control {
    font-size: 13px;
    height: 34px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0;
}
#modal_box .modal-footer ul li input[type="submit"] {
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    background-color: #ff590a;
    color: #fff;
    position: relative;
    padding: 6px 12px;
    height: 34px;
    border-radius: 4px;
    line-height: 1em;
}
@media (max-width:768px) {
    #modal_box .modal-footer ul li {
        margin-bottom: 5px;
    }
    #modal_box .modal-footer ul li:last-child {
        margin-bottom: 0px;
    }
    #modal_box .modal-footer ul li input[type="submit"],
    #modal_box .modal-footer ul li .form-control {
        font-size: 11px;
    }
}
/*msec_tit*/
.msec_tit {
	margin-bottom: 60px;
}
.msec_tit .lined {
	margin-bottom: 20px;
	line-height: 1em;
}
.msec_tit .lined span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #ff590a;		
}
.msec_tit .lined.lined_w span {
	background-color: #fff;		
}
.msec_tit h1 {
	color: #333;
	font-size: 35px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 30px;
	word-break: keep-all;
}
.msec_tit h1 span {
	display: inline-block;
	color: #636363;
	font-size: 0.5em;
	line-height: 1em;
}
@media (max-width:768px){
	.msec_tit {
		margin-bottom: 20px;
	}
	.msec_tit .lined {
		margin-bottom: 20px;
	}
	.msec_tit .lined span {
		width: 30px;
		height: 1px;
	}
	.msec_tit h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
/*tt_sec*/
.tt_sec {
    background: url(../img/black_bg.png) center center no-repeat;
    background-color: #1e1e1e;
}
.tt_sec .counters label {
    color: #eee;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 35px;
}
.tt_sec .counters strong {
    color: #ffed00;
    font-size: 35px;
    display: inline-block;
}
.tt_sec .counters strong.tail_t {
    margin-left: 5px;
}
.tt_sec .t_tb {
    display: table;
    width: 100%;
}
.tt_sec .t_tb > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.tt_sec .counters > div {
    position: relative;
}/*
.tt_sec .counters > div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    top: 5%;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}*/
.tt_sec .counters > div.br-none:after {
    display: none;
}
@media (max-width:768px){
    .tt_sec .counters label {
        font-size: 12px;
    }
    .tt_sec .counters strong {
        font-size: 17px;
        line-height:1em;
    }
    .tt_sec .counters strong.tail_t {
        font-size: 12px;
    }
    .tt_sec .t_tb > div {
        display: block;
        text-align: center;
    }
}
/*tabs*/
#msec01 .tabs .nav-tabs li {
    width: 25% !important;
    float: left;
}
#msec01 .tabs .nav-tabs li a {
	background-color: #fff;
}
#msec01 .tabs .nav-tabs li a img {
	opacity: 0.3;
	width: 100%;
}
#msec01 .tabs .nav-tabs li.active a, 
#msec01 .tabs .nav-tabs li.active a,
#msec01 .tabs .nav-tabs li.active a:hover {
    border-top-color: #1a2957;
    color: #1e1e1e;
}
#msec01 .tabs .nav-tabs li.active a img, 
#msec01 .tabs .nav-tabs li.active a img,
#msec01 .tabs .nav-tabs li.active a:hover img {
	opacity: 1;	
}
#msec01 .tabs .nav-tabs.nav-justified li:first-child a, 
#msec01 .tabs .nav-tabs.nav-justified li:first-child a:hover,
#msec01 .tabs .nav-tabs.nav-justified li:last-child a, 
#msec01 .tabs .nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
    font-size: 16px;
}
#msec01 .tabs .nav-tabs a, 
#msec01 .tabs .nav-tabs a, 
#msec01 .tabs .nav-tabs a:hover, 
#msec01 .tabs .nav-tabs a:hover {
    color: #909090;
}
#msec01 .tabs .nav-tabs.nav-justified a:hover, 
#msec01 .tabs .nav-tabs.nav-justified a:hover, 
#msec01 .tabs .nav-tabs.nav-justified a:focus, 
#msec01 .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #ccc;
}
#msec01 .tabs .nav-tabs.nav-justified a:hover img, 
#msec01 .tabs .nav-tabs.nav-justified a:hover img, 
#msec01 .tabs .nav-tabs.nav-justified a:focus img, 
#msec01 .tabs .nav-tabs.nav-justified a:focus img {
	opacity: 1;	
}
@media (max-width:992px){
	#msec01 .tabs .nav-tabs li a img {
		display: none;
	}
}
@media (max-width:768px){
	#msec01 .tabs .nav-tabs li a,
    #msec01 .tabs .nav-tabs.nav-justified li:first-child a, 
    #msec01 .tabs .nav-tabs.nav-justified li:first-child a:hover,
    #msec01 .tabs .nav-tabs.nav-justified li:last-child a, 
    #msec01 .tabs .nav-tabs.nav-justified li:last-child a:hover {
		padding: 15px 0;
        font-size: 12px;
    }
}
/*tab-content*/
#msec01 .tab-content {
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0;
    border-top: 0;
    padding: 50px 30px;
}
#msec01 .tab-content .s_tit {
	font-size: 17px;
	line-height: 1.4em;
	color: #333;
	font-weight: 600;
	letter-spacing: -1px;
}
#msec01 .tab-content .s_tit span {
	font-size: 0.8em;
}
@media (max-width:992px){
	#msec01 .tab-content .img_wrp {
		margin-top: 15px;
	}
}
@media (max-width:768px){
	#msec01 .tab-content {
		padding: 20px 15px;
	}
	#msec01 .tab-content .s_tit {
		font-size: 14px;
	}
	#msec01 .tab-content .img_wrp img {
		width: 90px;
	}
	#msec01 .tab-content #tab02 .img_wrp img,
	#msec01 .tab-content #tab03 .img_wrp img {
		width: 200px;
	}
	#msec01 .tab-content .con_list li {
		font-size: 12px;
	}
}
/*msec02*/
#msec02 {
}
#msec02 .conbox {
	margin-bottom: 60px;
}
#msec02 .conbox h3 {
	color: #1e1e1e;
	font-size: 17px;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: 600;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
#msec02 .conbox h3 .ar_bullet {
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 5px;
	width: 13px;
}
#msec02 .down_wrp .row {
	margin: 0 -5px;
}
#msec02 .down_wrp .row > div {
	padding: 0px 5px;
	margin-bottom: 5px;
}
#msec02 .down_wrp h3 {
	color: #1e1e1e;
	font-size: 17px;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: 600;
	vertical-align: middle;
	position: relative;
	margin-bottom: 20px;
}
#msec02 .down_wrp h3 i {
	color: #da3d06;
}
#msec02 .down_wrp a {
	display: block;
    border: 1px solid #ddd;
    padding-right: 30px;
	position: relative;
}
#msec02 .down_wrp a:after {
	content: "\f105";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    top: 30%;
    color: #aaa;
    font-size: 20px;
}
@media (max-width:768px){
	#msec02 .conbox h3 {
		font-size: 15px;
	}
	#msec02 .conbox h3 .ar_bullet {
		top: 3px;
	}
	#msec02 .down_wrp a:after {
		font-size: 13px;
    	top: 15%;
	}
}
/*tab_con*/
.tab_con > li {
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}
.tab_con p {
	position: relative;
	color: #636363;
	line-height: 1.5em;
    font-weight: 500;
	font-family: dotum;
	font-size: 12px;
}
@media (max-width:768px){
	.tab_con > li {
		padding: 15px 0;
	}
	.tab_con p {
		font-size: 12px;
	}
}
/*con_list*/
.con_list li {
	position: relative;
	padding-left: 10px;
	color: #636363;
	line-height: 1.5em;
    font-weight: 500;
	font-family: dotum;
	font-size: 12px;
}
/*.con_list li:before{
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 2px;
	top: 8px;
	background-color: #181818;
}*/
.con_list li span {
	position: absolute;
	left: 0;
}
@media (max-width:768px){
	.con_list li {
		font-size: 10px;
	}
	.con_list li:before{
		top: 7px;
	}
}
/*footer*/
#footer {
	margin: 0px;
	font-size: 12px;
	font-family: dotum;
	background-color: #29292b;
	border: 0px;
	position: relative;
	padding: 30px 0 !important;
	letter-spacing: 0px;
}
#footer p {
	color: #ccc;
	line-height: 1.5em;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer .logo_wrp a img{
	width: 180px;
}
#footer a.kakaoi {
	vertical-align: middle;
}
#footer a.kakaoi span {
	font-size: 13px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 15px 5px 12px;
    vertical-align: middle;
}
#footer a.kakaoi img {
	width: 15px;
    vertical-align: middle;
}
@media (min-width:991px){
	#footer .t_menu_wrp {
		position: relative;
	}
	#footer .t_menu {
		position: absolute;
		right: 0;
	}
	#footer .t_menu a {
		display: inline-block;
		line-height: 1em;
		padding: 0 5px;
		text-decoration: none;
	}
}
@media (max-width:768px){
	#footer {
		text-align: center;
        margin-bottom: 35px !important;
	}
	#footer .t_menu {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 5px;
	}
	#footer .logo_wrp a img{
		width: 120px;
	}
	#footer a,
	#footer p {
		font-size: 11px;
		line-height: 1.4em;
		word-break: keep-all;
		vertical-align: middle;
	}
	#footer a.kakaoi span {
		font-size: 9px;
		display: inline-block;
		border-radius: 4px;
		padding: 2px 5px;
		margin-left: 5px;
		vertical-align: middle;
	}
	#footer a.privat {
		border: 1px solid #eee;
		border-radius: 4px;
		padding: 4px 5px 3px;		
		font-size: 9px;
		display: inline-block;
	}
	#footer a.kakaoi img {
		width: 10px;
	}
}
/*서브타이틀 subtitle*/
.parallax.page-header{
	padding: 180px 0 80px;
}
.parallax.page-header h1 {
	font-weight: 400;
}
@media (max-width:768px){
	.parallax.page-header{
		padding: 50px 0 45px;
	}
	.parallax.page-header h1 {
		font-size: 20px;
	}
}
/*all-content-common*/
#all-content-common {
	padding: 60px 0;
}
@media (max-width:768px){
	#all-content-common {
		padding: 30px 0;
	}
}


/*siteconfig*/
.siteconfig{
	width: 100%;
	height: 45px;
	bottom: 0;
	background-color: #fcfcfc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.siteconfig .home_box{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
	color: #777;
	font-size: 17px !important;
	padding: 10px 0;
}
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #777;
	display: block;
	padding: 17px 15px;
	font-size: 13px;
	margin-top: -1px;
	line-height: 1em;
}
/*left-sitecon*/
#left-sitecon h3{
    padding: 30px 20px;
    background-color: #42a538;
    color: #fff;
}
#left-sitecon ul li {
    border-bottom: 1px solid #ddd;
}
#left-sitecon ul li a{
    text-decoration: none;
    color: #333;
    padding: 8px 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
	position: relative;
}
#left-sitecon ul li a.active{
    color: #42a538;
}
#left-sitecon ul li a.active:after{
    border-color: transparent transparent transparent #42a538;
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 40%;
    right: 5px;
    width: 0;
}
/*all-content-wrp*/
#all-content-wrp{
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
}
/*main_from*/
.main_from {
    width: 100%;
}
.main_from .form_box {
	max-width: 1140px;
	border-radius: 4px 4px 0 0;
	margin: 0 auto;
}
.main_from .form_box .row {
	margin: 0 -7px;
}
.main_from .form_box .row > li {
	padding: 0 7px;
}
.main_from .form_box .radio-custom {
    display: inline-block;
	padding: 0 0 0 20px;
    margin-right: 5px;
	margin-bottom: 0px;
    margin-top: 5px;
	color: #333;    
	font-family: dotum;
    font-size: 12px;
}
.main_from .form_box .form-control {
    padding: 6px 12px;
	box-shadow: 0 0 0;
	border: 0px;
}
.main_from .form_box .btn {
	font-size: 15px;
    letter-spacing: -1px;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    background-color: #ff590a;
    color: #fff;
    position: relative;
    padding: 6px 12px;
	line-height: 1.42857143;
    height: 50px;
}
.main_from .form_box .btn_sp {
	display: table;
	width: 100%;
	text-decoration: none;
}
.main_from .form_box .btn_sp .btn {
	display: table-cell;
    padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	font-size: 400;
}
.main_from .form_box .checkbox_inter {
	display: table;
	width: 100%;
}
.main_from .form_box .checkbox_inter a {
	display: table-cell;
    padding: 6px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	vertical-align: middle;
	color: #1e1e1e;
	width: 50%;
	text-align: center;
	text-decoration: none;
	font-family: dotum;
	font-size: 12px;
}
.main_from .form_box .checkbox_inter a.lft_btn {
	border-radius: 4px 0 0 4px;
}
.main_from .form_box .checkbox_inter a.rgt_btn {
	border-radius: 0 4px 4px 0;
}
.main_from .form_box .checkbox_inter a.active {
	background-color: #ff590a;
	color: #fff;
}
.main_from .form_box .form_con {
	position: relative;
}
.main_from .form_box .form_con a {
	text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
}
.main_from .form_box .input-group {
	position: relative;
}
.main_from .form_box .input-group .form-control {
	border-radius: 4px 0 0 4px;
	padding: 6px 12px !important;
}
.main_from .form_box .input-group .input-group-addon {
    background-color: #fff;
	border: 0px;
	border-radius: 0 4px 4px 0;
}
.main_from .lft_slt {
	border-radius: 4px 0 0 4px;
    border-right: 1px solid #ddd !important;
}
.main_from .rt_slt {
	border-radius: 0 4px 4px 0;
}
.main_from .m_slt {
	border-radius: 0;
    border-right: 1px solid #ddd !important;
}
.main_from.modal_wrp .form_box .form-control,
.main_from.modal_wrp .form_box a.sex_s {
    border: 1px solid #ddd;
}
.main_from.modal_wrp .form_box .form-control.bl-none,
.main_from.modal_wrp .form_box a.sex_s.bl-none {
    border-left: 0px;
}
@media (min-width:991px){
    .main_from {
        margin: 0;
        position: absolute;
        top: 65%;
        z-index: 99;
    }
    .main_from .form_box {
        background-color: rgba(0,0,0,0.6);
        padding: 20px 30px;
    }
    .main_from .form_box .form-control {
        font-size: 13px;
        height: 50px;
    }
    .main_from .form_box .checkbox_inter a {
        font-size: 13px;
        height: 50px;
    }
    .main_from .form_box .btn_sp .btn {
        font-size: 16px;
        height: 50px;
    }
    .main_from.modal_wrp {
        position: relative;
    }
    .main_from.modal_wrp .form_box {
        padding: 0px;
        background-color: transparent;
    }
}
@media (max-width:992px){
    .main_from {
        background-color: #2d4058;
        padding: 20px 0;
    }
    .main_from .form_box ul li {
        margin-bottom: 5px;
    }
    .main_from .form_box ul li:last-child {
        margin-bottom: 0;
    }
    .main_from.modal_wrp {
        padding: 0px;
        background-color: transparent;
    }
}
@media (max-width: 768px) {
	.setup_modal {
		width:50% !important;
		text-align:center;
		display:unset !important;
	}
	.main_from .form_box .row {
		margin: 0 -2px;
	}
	.main_from .form_box .row > li {
		padding: 0 2px;
	}
	.main_from .form_box .checkbox_inter a,
	.main_from .form_box .form-control {
		font-size: 11px;
		height: 50px;
	}
    .main_from .form_box .btn_sp .btn{
        height: 50px;
		font-size: 18px;
    }
}
/*infobox*/
.infobox {
	max-width: 1140px;
	margin: 0 auto;
    background-color: rgba(0,0,0,0.6);
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    position: relative;
}
.infobox .tit {
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 0px;
    bottom: 90%;
}
.infobox .tit span {
    display: inline-block;
    line-height: 1em;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #ff590a;
    color: #fff;
    font-size: 18px;
}
.infobox ul li {
    position: relative;
}
.infobox ul li:last-child:after {
    display: none;
}
.infobox .info_item {
    padding-left: 65px;
}
.infobox .info_item.info_item01 {
    background: url(../img/info_i01.png) 5px center no-repeat;
}
.infobox .info_item.info_item02 {
    background: url(../img/info_i02.png) 5px center no-repeat;
}
.infobox .info_item.info_item03 {
    background: url(../img/info_i03.png) 5px center no-repeat;
}
.infobox .info_item h3 {
    /*font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;*/
    font-size: 17px;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}
.infobox .info_item h3 span {
    cursor: pointer;
}
.infobox .info_item p {
    font-size: 17px;
    line-height: 1em;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
@media (min-width:769px){
	.infobox ul li:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 90%;
		top: 5%;
		right: 0;
		background-color: #fff;
	}
}
@media (max-width:768px){
    .infobox {
        padding: 10px 0px;
    }
    .infobox ul li {
        margin-bottom: 15px;
    }
    .infobox ul li:last-child {
        margin-bottom: 0px;
    }
    .infobox .info_item {
        padding-left: 50px;
        background-size: 30px !important;
        background-position: 10px center !important; 
    }
    .infobox .info_item h3 {
        font-size: 13px;
        line-height: 1.5em;
        text-align: left;
        word-break: keep-all;
        margin-bottom: 5px;
    }
    .infobox .info_item p {
        font-size: 11px;
        line-height: 1.5em;
        text-align: left;
        word-break: keep-all;
    }
}
/*sub_ban*/
#sub_ban .ban_wrp .ban_con a.diret {
	display: inline-block;
	background: url(../img/mban_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-right: 50px;
	border: 5px solid #fff;
	border-radius: 10px;
	padding: 10px 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
#sub_ban .ban_wrp .ban_con a.diret:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub_ban .ban_wrp .ban_con a.diret:hover:after {
	background-color: rgba(0,0,0,0);
}
#sub_ban .ban_wrp .ban_con h1 {
	font-size: 17px;
	line-height: 1.2em;
	word-break: keep-all;
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
	padding-left: 65px;
	position: relative;
	z-index: 3;
}
#sub_ban .ban_wrp .ban_con h5 {
	font-size: 12px;
	line-height: 1.2em;
	word-break: keep-all;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 3;
    margin-top: 5px;
}
@media (min-width:991px){
    #sub_ban {    
        position: fixed;
        width: 300px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 100;
    }
    #sub_ban .ban_wrp {
        display: table;
        height: 100vh;
        width: 100%;
    }
    #sub_ban .ban_wrp .ban_con {
        display: table-cell;	
        vertical-align: middle;
        text-align: right;
    }
    #sub_ban .ban_wrp .ban_con h1 {
        background: url(../img/drt_logo.png) left center no-repeat;
    }
    #sub_ban .ban_wrp .ban_con h5 {
        padding-top: 5px;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
}
@media (max-width:992px){
    #sub_ban {    
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: 100;
    }
    #sub_ban .ban_wrp .ban_con a.diret {
        display: block;
        border-radius: 0px;
        background-color: #fff;
        width: 100%;
        border: 0px;
        padding: 0px;
    }
    #sub_ban .ban_wrp .ban_con h1 {
        font-size: 12px;
        padding: 15px 15px 0;
        text-align: center;
    }
    #sub_ban .ban_wrp .ban_con h5 {
        font-size: 9px;
        padding-bottom: 15px;
        margin-top: 3px;
    }
    #sub_ban .ban_wrp .ban_con h1 img {
        width: 20px;
        vertical-align: middle;
    }
}

/*dvd_sec*/
.dvd_sec {
	padding: 60px 0;
}
.dvd_sec.dvd_sec_mini {
	padding: 30px 0;
}
@media (max-width: 768px) {
	.dvd_sec {
		padding: 30px 0;
        position:relative;
	}
	.dvd_sec.dvd_sec_mini {
		padding: 15px 0;
	}
}
/*msec_tit*/
.msec_tit .lined {
	margin-bottom: 20px;
	line-height: 1em;
}
.msec_tit .lined span {
	display: inline-block;
	width: 70px;
	height: 2px;
	background-color: #ff590a;		
}
.msec_tit .lined.lined_w span {
	background-color: #fff;		
}
.msec_tit h1 {
	color: #333;
	font-size: 35px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 30px;
	word-break: keep-all;
}
.msec_tit h1 span {
	display: inline-block;
	color: #636363;
	font-size: 0.5em;
	line-height: 1em;
}
.msec_tit h4 {
	color: #636363;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 500;
	word-break: keep-all;
}
.msec_tit h3 {
	color: #636363;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 500;
	word-break: keep-all;
}
.msec_tit h3 span {
	display: inline-block;
    background-color: #2d9d39;
    padding: 3px 30px;
    border-radius: 30px;
    color: #fff;
}
@media (max-width:768px){
	.msec_tit {
		margin-bottom: 30px;
	}
	.msec_tit .lined {
		margin-bottom: 20px;
	}
	.msec_tit .lined span {
		width: 30px;
		height: 1px;
	}
	.msec_tit h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.msec_tit h4 {
		font-size: 13px;		
	}
	.msec_tit h3 {
		font-size: 14px;
	}
	.msec_tit h3 span {
		padding: 3px 15px;
	}
}

/*msec01*/
/*#msec01 .toggle > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0px !important;
    border-left: 0px;
    font-size: 16px;
    font-weight: 600;
	padding-left: 45px;
}
#msec01 .toggle > label:after {
    content: "Q";
    position: absolute;
    left: 0;
    background-color: #777;
    border-radius: 50%;
    padding: 6px 11px;
    color: #fff;
	top: 7px;
	font-weight: 900;
}
#msec01 .toggle.active > label:after {
    background-color: #ff590a;
}
#msec01 .toggle p {
	color: #333;
	position: relative;
	padding-left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5em;
}
#msec01 .toggle.active p {
	min-height: 1.5em;
}
#msec01 .toggle .toggle-content {
    position: relative;
}
#msec01 .toggle .toggle-content:after {
	content: "A";
    position: absolute;
    left: 0;
    border-radius: 50%;
    padding: 5px 9px;
    color: #212121;
    top: 7px;
    font-size: 22px;
    font-weight: 900;
}
#msec01 .faq_link a {
    background-color:#ff590a;
    color:#fff;
    font-size:16px;
    border:1px solid #ff590a;
    text-decoration: none;
    float:right;
}
@media (max-width:768px){
	#msec01 .toggle > label {
		font-size: 13px;
		padding-left: 30px;
	}
	#msec01 .toggle > label:after {
		padding: 1px 7px;
		top: 9px;
	}
	#msec01 .toggle p:after {
		padding: 3px 5px;
		top: 0px;
		font-size: 18px;	
	}
	#msec01 .toggle p {
		margin-bottom: 0px;
		font-size: 11px;
		line-height: 1.5em;
		padding-left: 30px;
	}
    #msec01 .faq_link a {
        font-size: 12px;
    }
}*/
#msec01 .toggle-primary .toggle label {
	color: #ff590a;
	border-left-color: #ff590a;
	border-right-color: #ff590a;
}

#msec01 .toggle-primary .toggle.active > label {
	background-color: #ff590a;
	border-color: #ff590a;
	color: #ffffff;
}

#msec01 .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #ff590a;
}
#msec01 .faq_link {
    margin-bottom:20px;
}
#msec01 .faq_link a {
    background-color:#ff590a;
    color:#fff;
    font-size:16px;
    border:1px solid #ff590a;
    text-decoration: none;
    float:right;
}
@media (max-width:768px) {
    #msec01 .faq_link a {
        font-size: 12px;
    }
}
/* sec12 */
#msec02 {
    background-color:#f7f7f7;
}
#msec02 .exam_item_wrp {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
}
#msec02 .exam_item_wrp .txtbox {
    background-color: #fff;
    padding: 15px;
}
#msec02 h3, #msec02 h4 {
    margin:0;
    text-align: center;
}
#msec02 h3 {
    font-size:18px;
    color:#ff590a;
}
#msec02 h4 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}
#msec02 .owl-carousel.show-nav-hover .owl-nav .owl-prev, .owl-carousel.show-nav-hover .owl-nav .owl-next {
    top:-62px;
}
#msec02 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left:-72px;
    background-color:#40a147 !important;
}
#msec02 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right:-72px;
    background-color:#40a147 !important;
}
#msec02 .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color:#40a147 ;
}
#msec02 .re_link {
    margin-bottom: 15px;
}
#msec02 .re_link a {
    background-color:#ff590a;
    color:#fff;
    font-size:16px;
    border:1px solid #ff590a;
    text-decoration: none;
    float:right;
}
@media (max-width:768px){
    #msec02 .re_link a {
        font-size: 12px;
    }    
}
/*data_picker*/
#data_picker .datepicker.datepicker-primary.datepicker-inline {
    border-radius: 0px;
}
#data_picker .datepicker.datepicker-primary table thead tr th:hover {
	background-color: #0080ff;
	color: #fff;
}
#data_picker .datepicker.datepicker-primary table thead tr:last-child {
    background-color: #ff590a;
}
#data_picker .datepicker table tr td {
    border-radius: 0;
    color: #1e1e1e;
    background-color: #fff;
}
#data_picker .datepicker table tr td.today{
    background-color: #ffc966;
}
#data_picker .datepicker.datepicker-primary table tbody tr td.day.active {
	background-color: #0080ff;
	color: #fff;
}
#data_picker .datepicker table tr td.old, 
#data_picker .datepicker table tbody tr td.day.new {
    color: #e2e2e2;
}
@media (max-width: 768px){
    #data_picker .datepicker table thead tr th,
    #data_picker .datepicker table tr td {
        font-size: 9px;
        padding: 3px;
        width: 15px;
        height: 15px;
    }
}
/*quick*/
#quick {
    display: inline-block;
    background: #333;
    background-size: cover;
    margin-right: 50px;
    border: 5px solid #333;
    border-radius: 10px;
    padding: 10px 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 100000;
}
#quick.car {
    background-color: #eee;
    border-color: #eee;
}
#quick h3 {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #fff;
    word-break: keep-all;
    line-height: 1.2em;
}
#quick h3 strong {
    font-size: 11px;
    font-family: "dotum";
    font-weight: 300;
    display: inline-block;
    line-height: 1.3em;
    margin-top: 5px;
}
#quick h3 img {
    width: 100px;
}
#quick ul {
    height: 0px;
    overflow: hidden;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#quick ul.open {
    height: 155px;
}
#quick ul li {
    margin-bottom: 5px;
}
#quick ul li:last-child {
    margin-bottom: 0px;
}
#quick ul li button {
    width: 100%;
    background-color: #ee0716;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ee0716;
    border-radius: 4px;
    line-height: 1em;
    font-family: "dotum";
    padding: 8px 10px;
}
#quick.car ul li button {
    background-color: #ff590a;
    border-color: #ff590a;
}
#quick.starb ul li button .btn01 {
    display: none;
}
#quick.car ul li button .btn02 {
    display: none;
}
#quick.car ul li button .submit_i {
    width: 20px;
}
@media (min-width: 769px){
    #quick {
        max-width: 187px;
    }
}
@media (max-width: 768px){
    #quick {
        display: block;
        width: 100%;
        border-radius: 0px;
        padding: 10px 0;
        border: 0px;
    }
    #quick .row {
        margin: 0 -5px;
    }
    #quick .row  > li{
        padding: 0 5px;
    }
    #quick h3 {
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 1em;
        text-align: center;
    }
    #quick h3 img {
        height: 18px;
        width: auto;
        margin-bottom: 0px;
    }
    #quick.car.org {
        background-color: #64b50b;
    }
    #quick.kt,
    #quick.kt h3 {
        background-color: #ffeb33;
        color: #423630;
    }
    #quick.car.org h3 {
        color: #fff !important;
    }
    #quick ul.open {
        
    }
    #quick .form-control {
        height: 28px;
        font-size: 11px;
        line-height: 28px;
    }
    #quick ul li button {
        padding: 5px 10px;
        font-size: 11px;
        line-height: 10px;
    }
}
/*toptable*/
.table.toptable {
    margin-bottom: 0px !important;
    border-top: 1px solid #cecece;
}
.table.toptable.t_fixed {
    table-layout: fixed;
}
.table.toptable.br_none {
	border-top: 0px;
}
.table.toptable.mb-ms {
	margin-bottom: -1px !important;
}
.table.toptable.text-center tr th,
.table.toptable.text-center tr td {
	text-align: center;
}
.table.toptable tr th,
.table.toptable tr td {
	color: #1e1e1e;
	font-size: 12px;
	line-height: 1.3em;
	border: 1px solid #cecece;
	vertical-align: middle;
	padding: 8px;
    word-break: keep-all;
	font-family: dotum;
	letter-spacing: 0px;
}
.table.toptable tr.vntable th,
.table.toptable tr.vntable td {
	vertical-align: top;
}
.table.toptable thead tr th {
	font-weight: 400;
    text-align: center;
    background-color: #3c3c3c;
    color: #fff;
}
.table.toptable thead tr th.plan,
.table.toptable tbody tr th.plan {
	background-color: #1d336f;
	color: #fff;
	font-weight: 400;
}
.table.toptable thead tr td {
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #354e94;
}
.table.t_fixed tbody tr td {
    background-color: #f7f7f7;
}
.table.t_fixed thead tr th,
.table.t_fixed thead tr td,
.table.t_fixed tbody tr th,
.table.t_fixed tbody tr td {
    border: 1px solid #ccc;
}
.table.toptable tbody tr th.bg_gray {
	background-color: #fefefe;
}
.table.toptable tr th.tth {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.table.toptable tr td {
	font-weight: 300;
    background-color: #fff;
}
.table.toptable tr.impt_bl th,
.table.toptable tr.impt_bl td {
    background-color: #f0f7ff;
}
.table.toptable tr.gray_t th,
.table.toptable tr.gray_t td {
    background-color: #eee;
}
.table.toptable tr.l_bl td {
    background-color: #e0e1fa;
}
.table.toptable tr.l_mt td {
    background-color: #e0f6fa;
}
.table.toptable tr.l_or td {
    background-color: #faefe0;
}
.table.toptable tr.l_nv td {
    background-color: #dae1e8;
}
.table.toptable tr.l_rd td {
    background-color: #fae0e0;
}
.table.toptable tr td.th_fst {
	text-align: left;	
}
.table.toptable tr td.search_td {
	padding: 3px;
}
.table.toptable tr td .btn {
	background-color: #131313;
    border-radius: 50%;
    font-size: 9px;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    padding-top: 3px;
    text-align: center;
}
.table.toptable tr td .sym {
	width: 25px;	
}
.table.toptable tr td img {
    width: 100px;
}
.table.toptable tr td .btn_lk {
    display: inline-block;
    padding: 8px;
    background-color: #ff590a;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    word-break: keep-all;
    line-height: 1em;
}
.table.toptable tr td .btn_lk2 {
	width:108px;
}
.table.toptable tr td .btn_lk.btn_call {
    background-color: #711ae4;
}
.table.toptable tr td .btn_lk.btn_call_none {
    color: #868686;
    background-color: #ddd;
}

.table.toptable tr td .btn_lk.call_pc {
	width:108px;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
}
@media (max-width:768px) {
    .table_wrp {
        overflow-x: scroll;
    }
    .table_wrp .table{
		min-width: 600px;
    }
	.table.toptable tr th,
	.table.toptable tr td {
		font-size: 9px;
		padding: 4px 2px;
        word-break: break-all;
	}
	.table.toptable tr th img {
		width: 5px;
	}	
	.table.toptable tr.l_bl td,
	.table.toptable tr.l_mt td,
	.table.toptable tr.l_or td,
	.table.toptable tr.l_nv td,
	.table.toptable tr.l_rd td {
		width: 16% !important;
	}
	.table.toptable tr td.th_fst {
		width: 20% !important;
		text-align: center;
	}
	.table.toptable tr td .sym {
		width: 15px;
	}
}
/*toptable :: tc_bt*/
.table.toptable tr .tc_bt {
    display: table-cell;
}
.table.toptable tr .tc_bt .mt{
    position: relative;
    display: block;
    padding-right: 7px;
    cursor: pointer;
}
.table.toptable tr .tc_bt .mt span {
    position: absolute;
    right: 5px;
    top: calc(50% - 6px);
}
.table.toptable tr .tc_hide {
    display: none;
}
.table.toptable tr .tc_bt.active {
    display: none;
}
.table.toptable tr .tc_hide.active {
    display: table-cell;    
    background-color: #fff;
}
.table.toptable tr th.tc_hide.active {
    background-color: #3c3c3c;
}


.direct .custom-md-border-top .row > div{
	width:12.5%;
}


/*submodal*/
#submodal .modal-header {
    background: url(../img/con2_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 20px;
}
#submodal .modal-header .tit h4 {
    font-size: 25px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 20px;
}
#submodal .modal-header .tit h4 span {
    color: #ffe400;
}
#submodal .modal-header .tit p {
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
}
#submodal .modal-header .bt_box {
    background-color: rgba(255, 89, 10, 0.65);
    padding: 30px;
    margin-top: 40px;
}
#submodal .modal-header .bt_box h5 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
#submodal .modal-header .bt_box ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
    padding-left: 15px;
    word-break: keep-all;
    margin: 3px 0;
}
#submodal .modal-header .bt_box ul li span {
    position: absolute;
    left: 0;
}
@media (max-width:768px) {
    #submodal .modal-header {
        padding: 30px 15px;
    }
    #submodal .modal-header .tit h4 {
        font-size: 14px;
        margin-top: 10px;
    }
    #submodal .modal-header .tit p {
        font-size: 13px;
    }
    #submodal .modal-header .bt_box {
        padding: 20px;
        margin-top: 20px;
    }
    #submodal .modal-header .bt_box h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    #submodal .modal-header .bt_box ul li {
        font-size: 12px;
    }
}
/*con2_box*/
.con2_box {
    padding: 20px 0;;
}
.con2_box h4 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 800;
    color: #1e1e1e;
    margin-bottom: 15px;
}
.con2_box p {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 15px;
    word-break: keep-all;
    font-family: "dotum";
}
.con2_box ul {
    list-style: none;
    padding-left: 0;
    margin: 0px;
}
.con2_box ul li {
    position: relative;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    color: #1e1e1e;
    padding-left: 15px;
    word-break: keep-all;
    font-family: "dotum";
    margin: 3px 0;
}
.con2_box ul li span {
    position: absolute;
    left: 0;
}
@media (max-width:500px){
    .con2_box h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .con2_box p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .con2_box ul li {
        font-size: 11px;
    }
}

/*bt_logo_list*/
.bt_logo_list {
	font-family: "Noto Sans KR"; 
    margin: 0 -5px;
    margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.bt_logo_list > li {
    padding: 0 5px;
    margin-top: 10px;
	min-height: 183px;
}
.bt_logo_list li .ins_it {
    text-decoration: none;
    display: flex;
	flex-direction: column;
    border: 1px solid #ddd;
    padding: 20px 15px 25px;
    text-align: center;
	height: 100%;
}
.bt_logo_list li .ins_it:hover {
    border-color: #ff590a;
}
.bt_logo_list li .ins_it h4 {
	display: none;
}
.bt_logo_list li .ins_it h4 a {
    font-size: 24px;
    line-height: 1em;
    font-weight: 800;
    color: #1e1e1e;
    margin-top: 10px;
    text-decoration: none;
    cursor: default;
}
.bt_logo_list li .ins_it .btn_wrp {
    color: #1e1e1e;
    margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: end;
	padding: 0 40px;
	gap: 10px;
	flex: 1;
}
.bt_logo_list li .ins_it .btn_wrp a.call {
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    background-color: #711ae4;
    display: inline-block;
    color: #fff;
    padding: 8px 20px 7px;
    border-radius: 30px;
    text-decoration: none;
}
.bt_logo_list li .ins_it .btn_wrp a.href {
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    background-color: #e41515;
    display: inline-block;
    color: #fff;
    padding: 8px 20px 7px;
    border-radius: 30px;
    text-decoration: none;
}
.bt_logo_list li .ins_it .btn_wrp a.href2 {
	background-color: #4049cc;
}
@media (max-width:500px){
    .bt_logo_list li .ins_it {
        padding: 10px 5px 15px;
    }
    .bt_logo_list li .ins_it h4 a {
        font-size: 15px;
    }
    .bt_logo_list li .ins_it .btn_wrp {
        margin-top: 5px;
    }
    .bt_logo_list li .ins_it .btn_wrp a {
        font-size: 13px;
        padding: 5px 15px 4px;
    }
}



#modal_box .con_list li strong.btn_lk_p {
    display: inline-block;
    /*border: 1px solid #ccc;*/
    color: #636363;
    line-height: 1em;
    font-weight: 400;
    padding: 5px;
    border-radius: 4px;
	background-color:#ff590a;
	color:#fff
}
#modal_box .con_list li strong.btn_call_p {
    display: inline-block;
    /*border: 1px solid #ccc;*/
    color: #636363;
    line-height: 1em;
    font-weight: 400;
    padding: 5px;
    border-radius: 4px;
	background-color:#711ae4;
	color:#fff

}

@media screen and (max-width: 768px) {
	.bt_logo_list li .ins_it .btn_wrp a.href {
		padding: 8px 10px 7px;
	}
	.bt_logo_list li {
		min-height: 130px;
	}
	.bt_logo_list li .ins_it .btn_wrp {
		padding: 0 5px;
		gap: 5px;
	}
	.bt_logo_list li .ins_it .btn_wrp a.href {
		font-size: 14px;
	}
}


/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
    }
}

/*subvisual*/
#subvisual {
	position: relative;
	background: url(../img/main_slide1.jpg) center 40% no-repeat;
	background-size: cover;
	font-family: "Noto Sans KR"; 
}
#subvisual .c_wrp {
    height: 600px;
    position: relative;
    z-index: 3;
}
#subvisual .txt_ment {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/txt_ment.png) center center no-repeat;
}
#subvisual h2 {
	z-index: 5; 
	font-size:35px; 
	text-shadow:2px 2px 2px rgba(255,255,255,0.3); 
	font-weight:900; color:rgb(27, 19, 150); 
	letter-spacing: -2px !important; 
	display: inline-block; 
	border-bottom: 2px solid rgb(27, 19, 150); 
	line-height: 1.2em;
}
#subvisual h2 span {
	font-size:1.3em;
}
#subvisual h4 {
	z-index: 5; 
	font-size:40px; 
	text-shadow:2px 2px 2px rgba(255,255,255,0.3);
	font-weight:600; 
	color:#000; 
	letter-spacing: -2px !important;
	margin-bottom: 20px;
	line-height: 1em;
}
#subvisual .btn_wrp {
	margin-top: 60px;
    margin-bottom: 60px;
}
#subvisual .btn_wrp span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
#subvisual h1 {
	z-index: 5;
    font-size: 65px;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.8);
    font-weight: 700;
    color: #000;
    letter-spacing: -2px !important;
    margin-bottom: 0px;
    line-height: 1em;
}
@media (max-width:768px) {
	#subvisual .c_wrp {
		height: 300px;
	}
	#subvisual .txt_ment {
		background-size: 90%;
		top: 0px;
	}
	#subvisual h2 {
		font-size: 17px; 
		margin-bottom: 10px;
	}
	#subvisual h2 span {
		font-size:1.3em;
	}
	#subvisual h4 {
		font-size: 5vw;
		margin-bottom: 10px;
		font-weight: 700;
		text-shadow: 2px 2px 2px rgba(255,255,255,1);
	}
	#subvisual h1 {
		font-size: 6.5vw;
		margin-bottom: 0px;
		font-weight: 900;
		text-shadow: 2px 2px 2px rgba(255,255,255,1);
	}
    #subvisual .btn_wrp {
		margin-top: 30px;
		margin-bottom: 0px;
    }
    #subvisual .btn_wrp span {
        width: 140px;
        margin: 0 5px;
    }
}
/*dr_modal*/
.dr_modal {
	font-family: 'Noto Sans KR', sans-serif !important;
}
.dr_modal .modal-dialog {
	margin-top: 10%;
}
.dr_modal .form-group {
	position: relative;
	padding-left: 190px;
}
.dr_modal .control-label {
	font-size: 17px;
    color: #333;
    font-weight: 600;
	line-height: 1em;
	position: absolute;
	left: 0;
	top: 10px;
	padding-left: 10px;
}
.dr_modal .control-label:after {
	content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 3px;
    background-color: #f45e00;
    border-radius: 50%;
}
.dr_modal .control-label strong {
	display: inline-block;
	vertical-align: middle;
	color: #e20000;
}
.dr_modal .form-control {
    box-shadow: 0 0 0;
    font-size: 12px;
    font-family: dotum;
    padding: 6px !important;
}
.dr_modal .con_list {
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	margin-top: 40px;
}
.dr_modal .modal-footer {
	text-align: center;
}
.dr_modal .btn_lk.call_pc {
	border: 1px solid #ff590a;
	display: inline-block;
    padding: 8px;
    background-color: #ff590a;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    word-break: keep-all;
    line-height: 1em;
	width: 108px;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
    font-family: dotum;
}
.dr_modal .btn_lk.call_pc.w_bt {
	background-color: #fff;
	border-color: #ddd;
	color: #636363;
}
@media (max-width:768px) {
	.dr_modal .modal-dialog {
		margin: 5% auto !important;
	}
	.dr_modal .form-group {
		padding-left: 125px;
	}
	.dr_modal .control-label {
		font-size: 12px;
		top: 10px;
		padding-left: 10px;
	}
}

/*20190920*/
#header.header-dark .header-body {
    background-color: #222 !important;
    border-bottom: 0px !important;
}

.main_banner_wrp .top {
    margin-bottom: 30px;
}
@media (max-width:768px) {
    .main_banner_wrp .top {
        margin-bottom: 10px;
    }
    .main_banner_wrp .top .row {
        margin: 0 -5px;
    }
    .main_banner_wrp .top .row > div {
        padding: 0 5px;
    }
}