/*@Font : Nanumsquare*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);


@font-face{
	font-family: "Nanum Square"; 
	font-weight: 200;
	src: url('../fonts/NanumSquareL.ttf') format('opentype');
}
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 400;
	src: url('../fonts/NanumSquareR.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 600;
	src: url('../fonts/NanumSquareB.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 900;
	src: url('../fonts/NanumSquareEB.ttf') format('opentype');
 }
/* 팝업레이어 */
#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: 'Nanum Square', sans-serif !important;
	letter-spacing: -1px !important;
    overflow: hidden;
} 

/*common*/ 
img {
	max-width: 100%;
}

.form-control{
	font-size:12px;
	font-family: dotum;
}
.form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.form-control:-ms-input-placeholder {
  color: #333 !important;
}
.form-control::-moz-input-placeholder {
  color: #333 !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;
}
#header .header-nav-main {
	margin: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    padding: 40px 25px !important;
    border-radius: 0px;
    text-transform: none;
    letter-spacing: -1px;
	position: relative;
}
#header .header-nav-main nav > ul > li > a.kakaoi {
	padding: 35px 25px !important;
}
#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 3px 12px;
    vertical-align: middle;
}
#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
	}
	#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 > a{
		line-height: inherit;
		color: #555 !important;
		padding: 7px 8px 3px 8px !important;
		font-size: 13px;
	}
	#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: #df0012 !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);
	}
}
@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: 1px solid #ffdf1e;
		border-radius: 4px;
		padding: 2px 13px 2px 10px;
		vertical-align: middle;
		color: #333;
		margin-top: 7px;
		text-decoration: none;
	}
	#header .header-body .kakaoi img {
		width: 15px;
		vertical-align: middle;
	}
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 8px 5px;
	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: #333;
}
/*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) {
	#revolutionSlider_forcefullwidth,
	.slider-container,
	.slider-container .slider {
		height: 100vh !important;
	}
}
@media (max-width: 768px) {
	#revolutionSlider_forcefullwidth,
	.slider-container,
	.slider-container .slider {
		height: 25vh !important;
		max-height: 25vh !important;
	}
	.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: 50px 0;
}
@media (max-width: 768px) {
	.dvd_sec {
		padding: 30px 0;
	}
	.dvd_sec.dvd_sec_mini {
		padding: 20px 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 .container {
	padding: 30px;
}
.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 (max-width: 991px) {
	.looking-for .looking-for-box h2 {
		font-size: 2em;
	}
}
@media (max-width: 768px) {
	.looking-for .container {
		padding: 6px 5px;
	}
}
.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: -131px;
	z-index: 50;
}
.custom-position-1 a img {
	border-radius: 20px;
}
@media (min-width: 991px) {
	.custom-md-border-top {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}
@media (max-width: 992px) {
	.custom-position-1 {
		margin-top: 0;
		position: relative;
		z-index: 50;
	}
}
/*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 li {
	position: relative;
	padding: 5px 0;
	padding-left: 85px;
}
ul.form_ul li .row {
	margin: 0 -5px;
}
ul.form_ul li .row > div {
	padding: 0px 5px;
	margin-bottom: 5px;
}
ul.form_ul li > label {
	position: absolute;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px !important;
    color: #333;
    font-family: dotum;
}
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;
}
@media (max-width: 768px){
	ul.form_ul li .row > div {
		margin-bottom: 3px;
	}
	ul.form_ul li {
		padding: 3px 0;
		padding-left: 60px;
	}
	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;
	}
}
/*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: #df0012;
    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 #df0012;
}
@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: #df0012;
	color: #fff;
    vertical-align: middle;
}
@media (min-width: 991px){	
	.modal_cuclul .btn_wrp .btn {
		height: 75px;
	}
}
@media (max-width: 768px){	
	.modal_cuclul .form_wrp {
		margin-bottom: 15px;
	}
	.modal_cuclul .btn_wrp .btn {
		max-width: 130px;
    	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: 0 -10px;
		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: 13px;
	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_rd td {
    background-color: #fae0e0;
}
.table.basictable tr.l_kb td {
    background-color: #fbf4bf;
}
.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_rd td {
		width: 15% !important;
	}
	.table.basictable tr td.th_fst {
		width: 10% !important;
		text-align: center;
	}
	.table.basictable tr td .sym {
		width: 15px;
	}
}
/*modal_box*/
#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: #f9b005;
}
#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;
}
@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 .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;
	}
	#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;
	}
}
/*msec_tit*/
.msec_tit {
	margin-bottom: 80px;
}
.msec_tit .lined {
	margin-bottom: 20px;
	line-height: 1em;
}
.msec_tit .lined span {
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #df0012;		
}
.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: 30px;
	}
	.msec_tit .lined {
		margin-bottom: 20px;
	}
	.msec_tit .lined span {
		width: 30px;
		height: 1px;
	}
	.msec_tit h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
/*msec00*/
#msec00 .toggle-primary .toggle label {
	color: #df0012;
	border-left-color: #df0012;
	border-right-color: #df0012;
}

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

#msec00 .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #df0012;
}
#msec00 .faq_link {
    margin-bottom:20px;
}
#msec00 .faq_link a {
    background-color:#333;
    color:#fff;
    font-size:16px;
    border:1px solid #333;
    text-decoration: none;
    float:right;
}
@media (max-width:768px) {
    #msec00 .faq_link a {
        font-size: 12px;
    }
}
/*msec01*/
#msec01 {
	background-color: #f4f4f4;
}
/*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 .btn {
    border: 1px solid #ddd;
    text-decoration: none;
    color: #636363;
    font-size: 13px;
    padding: 3px 12px;
    background: linear-gradient(#fff,#f7f7f7);
}
#msec02 .conbox h3 .btn.btn_rd {
    background-color: #df0012;
    border-color: #df0012;
    color: #fff;
    background: linear-gradient(#df0012,#ce0010);
}
#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;
}
#msec02 .down_wrp p {
    color: #1e1e1e;
    font-size: 13px;
    line-height: 1.3em;
    word-break: keep-all;
    font-family: dotum;
    letter-spacing: 0px;
    margin-top: 5px;
}
@media (max-width:768px){
	#msec02 .conbox h3 {
		font-size: 15px;
	}
    #msec02 .conbox h3 .btn {
        font-size: 11px;
    }
	#msec02 .conbox h3 .ar_bullet {
		top: 3px;
	}
	#msec02 .down_wrp a:after {
		font-size: 13px;
    	top: 15%;
    }#msec02 .down_wrp p {
		font-size: 10px;
    }
}
/*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: 7px;
	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;
}
@media (max-width:768px){
	.con_list li {
		font-size: 10px;
	}
	.con_list li:before{
		top: 7px;
	}
}

/*t_list*/
.t_list li {
	position: relative;
	padding-left: 15px;
	color: #1e1e1e;
	line-height: 1.5em;
    font-weight: 500;
	font-family: dotum;
	font-size: 12px;
    margin-bottom: 5px;
	word-break: keep-all;
}
.t_list li:last-child {
    margin-bottom: 0px;
}
.t_list li span{
	content: "";
	position: absolute;
	left: 0;
}
.t_list.t_list_ty2 > li {
    margin-bottom: 15px;
}
.t_list.t_list_ty2 > li li {
    margin-bottom: 5px;
}
.t_list.t_list_ty2 li:last-child {
    margin-bottom: 0px;
}
.t_list.t_list_ty2 li strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    padding-left: 5px;
}
@media (max-width:768px){
	.t_list li {
		font-size: 10px;
	}
	.t_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;
}
#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 #ffdf1e;
    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 {
        margin-bottom: 50px;
	}
}
@media (max-width:768px){
	#footer {
		text-align: center;
	}
	#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: 1px solid #ffdf1e;
		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: 35px;
    bottom: 0;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.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: 13px !important;
}
.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: 5px 15px;
	font-size: 13px;
}
/*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;
}

/*sub_ban*/
#sub_ban .ban_wrp .ban_con a {
	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.mban_bg2 {
	background: url(../img/mban_bg2.jpg) center center no-repeat;
}
#sub_ban .ban_wrp .ban_con a: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: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 h1.t2 {
        background: url(../img/drt_logo2.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: 0;
        z-index: 100;
    }
    #sub_ban .ban_wrp .ban_con a {
        display: block;
        border-radius: 0px;
        background-color: #fff;
        width: 50%;
        border: 0px;
        padding: 0px;
        margin-right: 0px;
        float: left;
    }
    #sub_ban .ban_wrp .ban_con h1 {
        font-size: 10px;
        padding: 15px;
        text-align: center;
    }
    #sub_ban .ban_wrp .ban_con h1 img {
        width: 20px;
        vertical-align: middle;
    }
}
/*modal_bt*/
.modal_bt .tabs .nav-tabs li {
    width: 25% !important;
    float: left;
}
.modal_bt .tabs .nav-tabs li a {
	background-color: #fff;
}
.modal_bt .tabs .nav-tabs li a img {
	opacity: 0.3;
	width: 100%;
}
.modal_bt .tabs .nav-tabs li.active a, 
.modal_bt .tabs .nav-tabs li.active a,
.modal_bt .tabs .nav-tabs li.active a:hover {
    border-top-color: #1a2957;
    color: #1e1e1e;
}
.modal_bt .tabs .nav-tabs li.active a img, 
.modal_bt .tabs .nav-tabs li.active a img,
.modal_bt .tabs .nav-tabs li.active a:hover img {
	opacity: 1;	
}
.modal_bt .tabs .nav-tabs.nav-justified li:first-child a, 
.modal_bt .tabs .nav-tabs.nav-justified li:first-child a:hover,
.modal_bt .tabs .nav-tabs.nav-justified li:last-child a, 
.modal_bt .tabs .nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
    font-size: 16px;
}
.modal_bt .tabs .nav-tabs a, 
.modal_bt .tabs .nav-tabs a, 
.modal_bt .tabs .nav-tabs a:hover, 
.modal_bt .tabs .nav-tabs a:hover {
    color: #909090;
}
.modal_bt .tabs .nav-tabs.nav-justified a:hover, 
.modal_bt .tabs .nav-tabs.nav-justified a:hover, 
.modal_bt .tabs .nav-tabs.nav-justified a:focus, 
.modal_bt .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #ccc;
}
.modal_bt .tabs .nav-tabs.nav-justified a:hover img, 
.modal_bt .tabs .nav-tabs.nav-justified a:hover img, 
.modal_bt .tabs .nav-tabs.nav-justified a:focus img, 
.modal_bt .tabs .nav-tabs.nav-justified a:focus img {
	opacity: 1;	
}
@media (max-width:992px){
	.modal_bt .tabs .nav-tabs li a img {
		display: none;
	}
}
@media (max-width:768px){
	.modal_bt .tabs .nav-tabs li a,
    .modal_bt .tabs .nav-tabs.nav-justified li:first-child a, 
    .modal_bt .tabs .nav-tabs.nav-justified li:first-child a:hover,
    .modal_bt .tabs .nav-tabs.nav-justified li:last-child a, 
    .modal_bt .tabs .nav-tabs.nav-justified li:last-child a:hover {
		padding: 15px 0;
        font-size: 12px;
    }
}
/*tab-content*/
.modal_bt .tab-content {
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0;
    border-top: 0;
    padding: 50px 30px;
}
.modal_bt .tab-content .s_tit {
	font-size: 17px;
	line-height: 1.4em;
	color: #333;
	font-weight: 600;
	letter-spacing: -1px;
}
.modal_bt .tab-content .s_tit span {
	font-size: 0.8em;
}
.modal_bt p.p_dft {
    color: #1e1e1e;
    line-height: 1.5em;
    font-weight: 500;
    font-family: dotum;
    font-size: 12px;
	word-break: keep-all;
}
@media (max-width:992px){
	.modal_bt .tab-content .img_wrp {
		margin-top: 15px;
	}
}
@media (max-width:768px){
	.modal_bt .tab-content {
		padding: 20px 15px;
	}
	.modal_bt .tab-content .s_tit {
		font-size: 14px;
	}
	.modal_bt .tab-content .img_wrp img {
		width: 90px;
	}
	.modal_bt .tab-content #tab02 .img_wrp img,
	.modal_bt .tab-content #tab03 .img_wrp img {
		width: 200px;
	}
	.modal_bt .tab-content .con_list li {
		font-size: 12px;
	}
}