/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/*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
}*/

/* Pop-up */
#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;
    overflow: scroll;
}
.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 (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;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_lrd {
    color: #f01414 !important;
}
.c_drd {
    color: #c00000 !important;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 600;
}
.f_mon {
	font-family: 'Montserrat';
}
@media (min-width:1570px){
	#header .container {
		width: 1520px;
	}
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: transparent;
    opacity: 0.6;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
#header.sb_h .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
	padding: 30px 40px !important;
}
html.sticky-header-active #header .logbox a {
    color: #666 !important;
}
html.sticky-header-active #header .fc_box a {
    color: #333 !important;
	border-color: #333 !important;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #fff !important;
    border-radius: 0px;
	text-transform: uppercase;
    vertical-align: middle;
    position: relative;
	font-size: 19px;
	padding: 47px 40px !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #fff;
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #fff;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #d3e7f1;
	background-color: transparent;
}
@media (max-width:1200px) and (min-width:991px) {	
	html #header .header-nav-main nav > ul > li > a {
		padding: 47px 20px !important;
	}
}
@media (min-width:991px) {	
    html #header .header-nav-main {
        float: none;
        text-align: center;
    }
    html #header .header-nav-main nav > ul > li {
        float: none;
        display: inline-block;
    }
    /*html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: #ddd;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }*/
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #d3e7f1;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#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: rgba(17, 17, 17, 0.9);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #f9d839;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #f01414 !important;
	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 (min-width:991px) and (max-width:1568px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 30px 10px !important;
    	font-size: 16px;
	}
}
@media (min-width:991px) {	
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #f01414 ;
        height: 4px;
        width: 0%;
        z-index: 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;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
	#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: #d3e7f1 !important;
		border-color: #fff;
	}
    html #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #d3e7f1 !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 {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
    #header.header-narrow .header-logo img {
		width: 130px;
    	margin: 19px 0;
    }
}

/*header-logo*/
#header .hd_tel img {
	width: 27px;
}
#header .header-logo {
	float: none;
}
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
#header.sb_h .logo-default {
	display: inline-block !important;
}
#header.sb_h .logo-default-w {
	display: none !important;
}
@media (min-width: 991px){
	#header .header-logo {
		width: 150px;
	}
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .h_nav ,
	#header .global {
		width: 30%;
	}
	#header .header-logo {
		width: 40%;
		text-align: center;
		float: none;
	}
	#header .header-logo img {
		margin: 15px 0 !important;
	}
}
/*global_pc*/
#header .global_pc a {
	display: inline-block;
	color: #ddd;
	font-size: 19px;
	text-decoration: none;
}
#header .global_pc a:hover {
	color: #fff;
}
html.sticky-header-active #header .global_pc a {
	color: #636363;
}
html.sticky-header-active #header .global_pc a:hover {
	color: #111;
}
@media (max-width:768px){
	#header .global_pc a {
		font-size: 14px;
	}
}
/*global*/
#header .global {
	margin-left: 10px;
	position: relative;
}
#header .global a {
	text-decoration: none;
}
#header .global > a {
	display: inline-block;
	padding: 5px 30px 5px 15px;
	border: 4px solid #ddd;
	border-radius: 30px;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#header.sb_h .global > a,
html.sticky-header-active #header .global > a {
	color: #636363;
}
#header .global:active > a,
#header .global:visited > a,
#header .global:focus > a,
#header .global:hover > a {
	border-color: #f01414;
}
#header .global > a i {
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
}
#header .global .nav_gl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0px;
	background-color: #0e0e0e;
	z-index: 100;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#header .global:hover .nav_gl,
#header .global:visited .nav_gl,
#header .global:active .nav_gl,
#header .global:focus .nav_gl {
	opacity: 1;
	height: auto;
}
#header .global .nav_gl a {
	color: #ccc;
	padding: 8px 10px;
	font-weight: 500;
	text-align: left;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .global .nav_gl a:hover {
	color: #fff;
}
@media (max-width:768px){
	#header .global > a {
		font-size: 11px;
		border-width: 2px;
		padding: 2px 25px 2px 10px;
	}
	#header .global > a i {
		right: 5px;
		top: 8px;
	}
	#header .global .nav_gl {
		top: 50px;
		width: 80px;
	}
	#header .global .nav_gl a {
		font-size: 11px;
	}
}
/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
#header .header-logo img {
	width: 200px;
	
	-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;
}
@media (min-width: 991px){
	html.sticky-header-active  #header .header-logo img {
		width: 140px;
	}
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 20px 0 !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
    background-color: transparent;
    color: #fff;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 25px !important;
}
#header.sb_h .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #333;
}

/*hd_to*/
.hd_to .log_nav {
	position: relative;
}
.hd_to .log_nav li {
	display: inline-block;
}
.hd_to .log_nav li a {
	font-size: 17px;
    color: #636363;
    font-weight: 400;
	padding: 0 5px;
    text-decoration: none;
}
.hd_to .log_nav li a:hover {
    color: #fc6500;
}
@media (min-width:1569px) {
    .hd_to {
        padding: 0 25px;
    }
}
@media (max-width:1568px) {
	.hd_to .log_nav li a {
		font-size: 14px;
	}
}
/*fc_box*/
.fc_box a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 30px;
	color: #333;
	line-height: 1em;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Montserrat';
	border: 2px solid #f01414;
}
.fc_box a img {
	width: 20px;
}
@media (max-width:1568px) {
	.fc_box a {
		padding: 4px 10px;
		font-size: 15px;
	}
	.fc_box a img {
		width: 15px;
	}
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:768px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
	width: 200px;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	font-family: 'Noto Sans KR';
	display: block;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 40px;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:hover,
.mobile-side-menu li a:visited,
.mobile-side-menu li a:focus {
	background-color: #fff;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*dft*/
.dft {
    word-break: keep-all;
    margin-bottom: 30px;
}
h1.dft {
    font-size: 45px;
    color: #222;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.4em;
    color: #222;
    font-weight: 400;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 24px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 17px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    	font-weight: 400;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
@media (max-width:768px){
   .sec_dvd {
        padding: 60px 0;
    } 
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

/*c_wrp*/
.v_m > li,
.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 > li,
    .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 > li,
    .m_wrp > div {
        display: table-cell;
    }
}

/*revolutionSlider*/
#revolutionSlider_forcefullwidth span.black {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}
#revolutionSlider_forcefullwidth .btn_box a {
	text-decoration: none;
	display: inline-block;
}
#revolutionSlider_forcefullwidth .scroll-to img {
	margin-bottom: -1px;
}
#revolutionSlider_forcefullwidth .tp-bullets{
	top:95% !important;
	visibility: visible !important;
	opacity: 1 !important;
    box-shadow: 0px;
    display: block !important;
}
#revolutionSlider_forcefullwidth .tp-bullet {
    background: rgba(255,255,255,0.3) !important;
    box-shadow: inset 0 0 0 #fff !important;
}
#revolutionSlider_forcefullwidth .tp-bullet.selected, 
#revolutionSlider_forcefullwidth .tp-bullet:hover {
    background: #fff;
    box-shadow: inset 0 0 0 #fff !important;
}
#revolutionSlider_forcefullwidth .tp-bullet {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .tp-bullets{
		left: 49% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.4;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}
@media (max-width:992px){
	#revolutionSlider_forcefullwidth .tp-bullets{
		left: 45% !important;
	}
}
@media (min-width:769px) {
	#revolutionSlider_forcefullwidth .tp-bgimg {
		background-attachment: fixed !important;
	}
}
/*slider :: arrow*/
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background: #000;
}
.tp-leftarrow:before, .tp-rightarrow:before {
	content: '' !important;
	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);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media (min-width: 991px) {
	.tp-leftarrow, 
	.tp-rightarrow {
		width: 45px;
		height: 120px;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1 !important;
		visibility: visible !important;
		border-radius: 0 !important;
	}
}
@media (max-width: 767px) {
	.tp-leftarrow, .tp-rightarrow {
		width: 30px;
		height: 90px;
	}
	.tp-leftarrow:before, .tp-rightarrow:before {
		width: 20px;
		height: 20px;
	}
	.tp-leftarrow:after, .tp-rightarrow:after {
		width: 50px;
	}
}
.tp-rightarrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*footer*/
#footer {
	margin-top: 0px !important;
	background-color: #222;
	border-top: 0px;
	padding: 60px 0 !important;
}
#footer .copybox {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
#footer .container {
	position: relative;
}
#footer h6 {
	color: #636363;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#footer .top a {
	display: inline-block;
	text-decoration: none;
}
@media (min-width:769px) {
	#footer .top {
		position: absolute;
		right: 15px;
		top: 30%;
	}
	#footer .top a {
		width: 40px;
	}
}
@media (max-width:768px) {
	#footer {
		padding: 50px 0 !important;
		text-align: center;
	}
	#footer h6 {
		margin-top: 10px;
	}
	#footer .logobox img {
		width: 150px;
		margin-bottom: 20px;
	}
	#footer .copybox {
		padding-top: 10px;
		margin-top: 10px;
	}
}
/*mtit*/
.mtit h3 {
	font-weight: 700;
}
.mtit h1 {
	margin-top: 20px;
}
.mtit h5 {
	margin-top: 40px;
}
.mtit p {
	font-weight: 300;
	margin-top: 15px;
}
@media (max-width:768px){
	.mtit h1 {
		margin-top: 10px;
	}
	.mtit h5 {
		margin-top: 20px;
	}
	.mtit p {
		margin-top: 10px;
	}
}
/*btn_wrp*/
.btn_wrp {
	margin-top: 30px;
}
.btn_wrp a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 200px;
	line-height: 1em;
	padding: 10px;
	border: 1px solid #333;
	color: #1e1e1e;
	text-align: center;
    font-size: 17px;
	font-weight: 500;
	overflow: hidden;
}
.btn_wrp.btn_w a {
	border-color: #fff;
	color: #fff;
}
.btn_wrp a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	
	-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;
}
.btn_wrp.btn_dk a.act,
.btn_wrp.btn_dk a:hover {
	color: #fff;
	border-color: #c00000;
}
.btn_wrp.btn_dk a.act:after,
.btn_wrp.btn_dk a:after {
	background-color: #c00000;
}
.btn_wrp.btn_w a:after {
	background-color: #fff;
}
.btn_wrp.btn_w a:hover{
    color: #f01414;
}
.btn_wrp.btn_w a.hv_b:hover{
    color: #333;
}
.btn_wrp.btn_dk a.act:after,
.btn_wrp a:hover:after,
.btn_wrp.btn_w a:hover:after {
	top: 0;
}
.btn_wrp a span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px){
	.btn_wrp {
		margin-top: 10px;
	}
	.btn_wrp a {
		width: 150px;
		padding: 5px;
		font-size: 14px;
	}
}
/*msec01*/
#msec01 ul li .iconbox {
	margin-bottom: 15px;
}
#msec01 ul li .iconbox img {
	width: 100px;
}
#msec01 ul li .txtbox p {
    font-size: 16px;
    line-height: 1.4em;
    color: #636363;
    font-weight: 300;
}
@media (min-width:769px){
	#msec01 ul li:first-child {
		margin-left: 12.5%;
	}
}
@media (max-width:768px){
	#msec01 ul li {
		margin-top: 30px;
	}
	#msec01 ul li .iconbox {
		width: 140px;
		padding-left: 30px;
	}
	#msec01 ul li .txtbox {
		text-align: left;
		padding-left: 15px;
		padding-right: 30px;
	}
	#msec01 ul li .txtbox p {
		font-size: 13px;
	}
}
/*msec02*/
#msec02 {
	background: url(../img/msec02_bg.jpg) center center no-repeat;
}
@media (min-width:769px){
	#msec02 {
		background-attachment: fixed;
	}
}
@media (max-width:768px){
	#msec02 {
		background-size: cover;
	}
}
/*latest_wt*/
.latest_wt .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.latest_wt .owl-carousel .owl-dots .owl-dot.active span, 
.latest_wt .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #f01414;
}
.latest_wt ul li {
	margin-bottom: 40px;
}
.latest_wt .wt_item {
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.latest_wt .wt_item .subbox,
.latest_wt .wt_item .subbox h5,
.latest_wt .wt_item .subbox h6 {
	-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;
}
.latest_wt .wt_item {
	text-decoration: none;
	display: block;
	position: relative;
	box-shadow: 25px 25px 20px rgba(0,0,0,0.1);
}


.latest_wt .wt_item > span {
  position: absolute;
  background-color: rgba(192, 0, 0, 1);
  z-index: 3;
  
  -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;
}
.latest_wt .wt_item .top_l {
  width: 100%;
  height: 8px;
  top: 0;
  right: 100%;
}
.latest_wt .wt_item:hover .top_l {
  right: 0;
}
.latest_wt .wt_item .bottom_l {
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 100%;
}
.latest_wt .wt_item:hover .bottom_l {
  left: 0;
}
.latest_wt .wt_item .left_l {
  width: 8px;
  height: 100%;
  top: 100%;
  left: 0;
}
.latest_wt .wt_item:hover .left_l {
  top: 0;
}
.latest_wt .wt_item .right_l {
  width: 8px;
  height: 100%;
  bottom: 100%;
  right: 0;
}
.latest_wt .wt_item:hover .right_l {
  bottom: 0;
}
@media (min-width:769px){
	.main .latest_wt {
		margin-bottom: -50px;
	}
	.main .latest_wt .wt_item:hover {
		margin-top: -15px;
	}
	.latest_wt .wt_item .subbox {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.latest_wt .wt_item .subbox > div {
		height: 0px;
		overflow: hidden;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.9);

		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.latest_wt .wt_item:hover .subbox > div {
		height: 100%;
		opacity: 1;
	}
	.latest_wt .wt_item:hover .subbox h5,
	.latest_wt .wt_item:hover .subbox h6 {
		color: #fff;
	}
}
@media (max-width:768px){
	.latest_wt .wt_item {
		box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
		margin-bottom: 15px;
	}
	.latest_wt ul li {
		margin-bottom: 20px;
	}
	.latest_wt .wt_item .imgbox img {
		max-width: 200px;
	}
	.latest_wt .wt_item .subbox h5 {
		height: 21px;
	}
	.latest_wt .wt_item .subbox h6 {
		font-size: 11px;
		line-height: 1.1em;
		height: 18px;
	}
	.latest_wt .wt_item .subbox {
		padding: 10px 5px;
	}
	.latest_wt .wt_item .top_l,
	.latest_wt .wt_item .bottom_l {
	  height: 3px;
	}
	.latest_wt .wt_item .left_l ,
	.latest_wt .wt_item .right_l {
	  width: 3px;
	}
}
/*msec04*/
#msec04 {
	background: url(../img/msec04_bg.jpg) center center no-repeat;
}
@media (min-width:769px){
	#msec04 {
		background-attachment: fixed;
	}
}
@media (max-width:768px){
	#msec04 {
		background-size: cover;
	}
}
/*msec05*/
@media (max-width:768px){
	#msec05 .mtit {
		text-align: center;
		margin-bottom: 20px;
	}
}
/*msec06*/
#msec06 {
	background: url(../img/msec06_bg.png) center center no-repeat;
	background-size: cover;
	background-color: #f7f7f7;
}
/*latest_news*/
#latest_news a {
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
}
#latest_news a .subbox {
	border-top: 1px solid #ddd;
	padding: 15px;
}
/*latest_news*/
#latest_news.owl-carousel.nav-inside .owl-nav, 
#latest_news.owl-carousel.nav-inside .owl-dots {
	position: relative;
}
#latest_news.owl-carousel .owl-dots {
    margin-top: 30px;
    display: block !important;
}
#latest_news.owl-carousel .owl-dots .owl-dot span, 
#latest_news.owl-carousel .owl-dots .owl-dot span {
	background: #aaa;
    border-radius: 50%;
    border: 0px;
	width: 10px;
	height: 10px;
}
#latest_news.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #eee;
}
#latest_news.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #c00000;
}
#latest_news.owl-carousel .owl-dots .owl-dot.active span{
	background-color: #c00000;
    border-radius: 10px;
}
#latest_news .owl-nav {
    margin: 0 auto !important;
}
#latest_news .owl-nav [class*="owl-"] {
	color: #333;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.3;
}
#latest_news .owl-nav [class*="owl-"]:visited,
#latest_news .owl-nav [class*="owl-"]:focus,
#latest_news .owl-nav [class*="owl-"]:hover {
	color: #333;
    opacity: 0.7;
    border-color: transparent;
    background-color: transparent !important;
}
#latest_news .owl-nav .owl-prev:before {
    content: "\f104";
}
#latest_news .owl-nav .owl-next:before {
    content: "\f105";
}
@media(min-width:991px){
	#latest_news .owl-nav {
		top: 45%;
    	opacity: 1;
	}
	#latest_galley .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#latest_news .owl-nav .owl-prev {
		left: -11%;
	}
	#latest_news .owl-nav .owl-next {
		right: -11%;
	}
	#latest_news .owl-nav .owl-prev, 
	#latest_news .owl-nav .owl-next {
		width: 90px;
		height: 90px;
		font-size: 90px;
	}	
}

/*subtop*/
.subtop {
	/*background: url(../img/parallax.jpg) center center no-repeat;*/
	position: relative;
}
.subtop .eg_r {
	position: absolute;
	right: 0;
	bottom: 0;
}
.subtop .eg_l {
	position: absolute;
	left: 0;
	top: 0;
}
.subtop h3 {
	text-transform: uppercase;
}
.subtop h1 {
	font-size: 65px;
	font-weight: 700;
}
.subtop h1 span {
	font-family: 'Montserrat', 'Noto Sans KR';
    color: #fff;
    display: inline-block;
    line-height: 1.2em !important;
    font-weight: 700;
}
@media (min-width:769px){
	.subtop {
		background-attachment: fixed !important;
	}
	.subtop .c_wrp {
		height: 450px;
	}
	.subtop h5 {
		max-width: 450px; 
		margin: 0 auto;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
	.subtop .c_wrp {
		height: 150px;
	}
	.subtop h1 {
		font-size: 40px;
		margin-bottom: 0;
		line-height: 1em;
	}
	.subtop h3 {
		opacity: 0.5;
	}
	.subtop h4 {
		margin-top: 0px !important;
	}
	.subtop h5 {
		display: none;
	}
}

/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #eee;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*sub_menu*/
#sub_menu {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#sub_menu ul li a {
	display: block;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
	padding: 15px;
	letter-spacing: -0.05em;
	opacity: 0.5;
	position: relative;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#sub_menu ul li:not(:first-child) a:before {
	content: "";
    width: 1px;
    height: 30%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 35%;
}
#sub_menu ul li a span {
	position: relative;
	display: inline-block;
}
#sub_menu ul li:hover a,
#sub_menu ul li.active a {
	opacity: 1;
}
#sub_menu ul li.active a span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #f9d839;
}
#sub_menu ul li a strong {
	position: relative;
	z-index: 3;
}
#sub_menu ul li a span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px) {
	#sub_menu ul li a {
		font-size: 15px;
	}
}
/*bd_bg*/
.bd_bg {
	background: url(../img/bd_bg.png) center top no-repeat;
	background-size: 100%;
}
#board_list .t_if {
	margin-bottom: 20px;
}
#board_list .t_if .lft p {
	color: #aaa;
}
#board_list .t_if .smbtn {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #636363;
	line-height: 1em;

	-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;
}
#board_list .t_if .smbtn:hover {
	background-color: #636363 !important;
	border-color: #636363 !important;
	color: #fff !important;
}
@media (max-width:768px){
	#board_list .t_if .smbtn {
		padding: 5px 10px;
		font-size: 12px;
	}
}
/*paging*/
#board_list .table_list {
    border-top: 2px solid #222;
}
#board_list .table_list thead th,
#board_list .table_list tbody th,
#board_list .table_list tbody td,
#board_list .table_list tbody td a {
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	font-size: 16px;
    line-height: 1.5;
    color: #888;
    letter-spacing: -0.025em;
	/*font-family: 'Montserrat', 'Noto Sans KR';*/
}
#board_list .table_list tbody td a {
	color: #1e1e1e;
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 1em;
}
#board_list .table_list tbody td a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #f9d839;
	opacity: 0;

	-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;
}
#board_list .table_list tbody td a:hover:after {
	opacity: 1;
}
#board_list .table_list tbody td a span {
	position: relative;
	z-index: 3;
}
#board_list .table_list thead th {
    position: relative;
    font-weight: 500;
    padding: 14px 18px;
    color: #1e1e1e;
}
#board_list .table_list thead th:not(:first-child):before {
	content: "";
    width: 1px;
    height: 16px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
#board_list .table_list thead th,
#board_list .table_list tbody th,
#board_list .table_list tbody td {
	border-bottom: 1px solid #ddd;
}
#board_list .table_list tbody td {
    padding: 14px 18px;
}
#board_list .table_list tbody .sbj,
#board_list .table_list thead .sbj {
	text-align: left;
}
#board_list .paging {
	margin-top: 40px;
}

#board_list .paging .center a {
	text-decoration: none;
	display: inline-block;
    font-weight: 500;
	font-size: 19px;
    color: #1e1e1e;
	padding: 0 10px;
	position: relative;
}
#board_list .paging .center a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	opacity: 0;
	background-color: #a9ddf7;

	-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;
}
#board_list .paging .center a.active:after,
#board_list .paging .center a:hover:after {
	opacity: 1;
}
#board_list .paging .center span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px){
	#board_list .table_list thead {
		display: none;
	}
	#board_list .table_list tbody tr {
		padding: 15px 0;
		display: block;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	#board_list .table_list tbody tr:before,
	#board_list .table_list tbody tr:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 8px;
		width: 1px;
		height: 9px;
		background-color: #333;
	}
	#board_list .table_list tbody tr:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -8px;
	}
	#board_list .table_list tbody tr:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -2px;
	}
	#board_list .table_list tbody th,
	#board_list .table_list tbody td {
		display: block;
		border-top: 0px;
		text-align: left;
    	padding: 4px 15px;
		border-bottom: 0px;
		font-size: 14px;
	}
	#board_list .table_list .date {
		font-size: 12px;
	}
	#board_list .table_list .num {
		display: none;
	}
	#board_list .paging .center a {
		font-size: 14px;
	}
	#board_list .paging .nxt a,
	#board_list .paging .prv a {
		color: #333;
		font-size: 24px;
		text-decoration: none;
	}
}

/*btn_bs*/
.btn_bs {
	font-weight: 500; 
	letter-spacing:0px; 
	line-height: 1.2em; 
	font-size: 18px; 
	border-radius:50px; 
	padding: 10px 50px; 
	text-decoration: none;
	margin: 0 5px;
	display: inline-block;
}
.btn_bs.btn_line {
	border: 2px solid #333;
	color: #333;
	text-decoration: none;

	-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;
}
.btn_bs.btn_line:hover {
	color: #fff;
	background-color: #333;
}
.btn_bs.btn_full {
	color:#fff; 
	background-color:#4a68b8; 
	text-decoration: none;
}
@media (max-width:768px){
	.btn_bs {
		font-size: 15px; 
		padding: 10px 30px; 
		margin: 0 3px;
	}
}
/*detail_box*/
.detail_box .prj_item {
	padding: 30px 20px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #f7f9fb;
}
.detail_box .prj_item h4 {
	font-weight: 600;
}
.detail_box .prj_item ul li {
	position: relative;
    font-size: 16px;
	text-align: left;
    line-height: 1.4em;
    color: #333;
    font-weight: 400;
	padding-left: 30px;
	background: url(../img/chk.png) left 5px no-repeat;
	background-size: 22px;
	margin: 10px 0;
	word-break: keep-all;
}
@media (min-width:769px){
	.detail_box .prj_item {
		min-height: 400px;
	}
}
@media (max-width:768px){
	.detail_box .mark_top img {
		width: 90px;
	}
	.detail_box .prj_item {
		padding: 20px 15px;
		border-radius: 4px;
		margin-bottom: 10px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	}
	.detail_box .prj_item .imgbox {
		width: 100px;
	}
	.detail_box .prj_item .txtbox {
		text-align: left;
		padding-left: 15px;
	}
	.detail_box .prj_item ul li {
		font-size: 13px;
		padding-left: 25px;
		background-size: 17px;
		margin: 5px 0;
	}
}

/*sstit*/
.sstit h1 {
	position: relative;
}
.sstit h3 {
	margin-top: 10px;
}
.sstit h1:after {
	content: '';
	position: absolute;
	right: 0;
	top: 45%;
	height: 3px;
	width: 50%;
	background-color: #333;
}
.sstit h1 span {
	display: inline-block;
	padding-right: 30px;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
@media(min-width:768px){
	/*.sstit {
		overflow: hidden;
		transform-origin: left !inportant;
	}
	.sstit span {
		transform-origin: left;
		transform: translate3d(0%, 0, 0) scale3d(1.3, 1, 1);
		vertical-align: middle;
	}
	.sstit.appear-animation-visible h1 span {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.sstit.appear-animation-visible h1 span.bg_gr {
		background-color: #f4f4f4;
	}
	.sstit h1:after {
		transform: translate3d(-100%, 0, 0);
	}
	.sstit.appear-animation-visible h1:after {
		transform: translate3d(0, 0, 0);
		transition: transform 3s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	}*/
}

@media(max-width:768px){
	.sstit h1:after {
		width: 30%;
	}
}

/*t_list1*/
.t_list1 li {
    font-size: 19px;
    line-height: 1.7em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list1.text-light li {
	color: #fff;
}
.t_list1.text-light li p {
	line-height: 1em;
}
.t_list1 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #999;
}
@media (max-width:768px){
    .t_list1 li {
        font-size: 14px;
    }
}
/*t_list2*/
.t_list2 li {
    font-size: 19px;
    line-height: 1.7em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list2 li span {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
}
@media (max-width:768px){
    .t_list2 li {
        font-size: 14px;
    }
}

/*prbar*/
.prbar > li {
	position: relative;
	margin-bottom: 60px;
}
.prbar > li h2 {
	font-weight: 700;
	color: #c00000;
}
.prbar > li h4 {
	margin-bottom: 10px;
}
@media (min-width:769px){
	.prbar > li {
		padding-left: 250px;
	}
	.prbar > li h2 {
		position: absolute;
		left: 15px;
		font-size:24px;
		width: 200px;
	}
}
@media (max-width:768px){
	.prbar > li {
		margin-bottom: 40px;
	}
	.prbar > li h2 {
		margin-bottom: 5px;
	}
}

/*load_wrp*/
.load_wrp .load_box {
    margin-top: 50px;
}
.load_wrp .load_box h4 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    padding-bottom: 15px;
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 20px;
}
.load_wrp .load_box .t_list li {
    font-size: 17px;
    line-height: 1.2em;
    color: #1e1e1e;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
}
.load_wrp .load_box .t_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    top: 8px;
}
.load_wrp .load_box .load_how li {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    color: #1e1e1e;
    padding: 30px;
    padding-left: 100px;
    position: relative;
}
.load_wrp .load_box .load_how li .subw {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
}
@media(max-width:768px){
    .load_wrp .load_box {
        margin-top: 30px;
    }
    .load_wrp .load_box h4 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .load_wrp .load_box .t_list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .load_wrp .load_box .t_list li:after {
        top: 4px;
    }
    .load_wrp .load_box .load_how li {
        font-size: 13px;
        padding: 15px;
        padding-left: 60px;
    }
    .load_wrp .load_box .load_how li .subw {
        width: 50px;
        top: calc(50% - 35px);
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/*tn_modal*/
#tn_modal {
	padding: 0px !important;
}
#tn_modal .modal-dialog {
	width: 100%;
	margin: 0px;
}
#tn_modal .modal-dialog .modal-content {
	border-radius: 0px;
	box-shadow: 0 0 0;
	border: 0px;
}
#tn_modal .modal-dialog .modal-content,
#tn_modal .modal-dialog .modal-content .modal-body {
	height: 100vh;
}
#tn_modal .modal-dialog .modal-content .modal-body {
	padding: 0px;
	position: relative;
}
#tn_modal .modal-dialog .modal-content .modal-body > button {
	background-color: #000;
    color: #fff;
    font-size: 40px;
    opacity: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 3;
}
#tn_modal .c_wrp .workbox {
    background-color: #c00000;
}
#tn_modal .c_wrp .workbox img {
	box-shadow: 50px 50px 50px rgba(0,0,0,0.3);
	max-width: 600px;
}
#tn_modal .c_wrp .comentbox {
	background-color: #333;
	padding: 60px;
	position: relative;
}
#tn_modal .c_wrp .comentbox .en {
    position: absolute;
    right: 5%;
    font-size: 120px;
    font-weight: 800;
    bottom: 15%;
    color: rgba(255,255,255,0.1);
}
#tn_modal .c_wrp .comentbox p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin-bottom: 0px;
}
@media (max-width:768px){
	#tn_modal .modal-dialog .modal-content .modal-body > button {
		font-size: 30px;
		padding: 10px;
	}
	#tn_modal .c_wrp .workbox {
		padding: 30px;
	}
	#tn_modal .c_wrp .workbox img {
		box-shadow: 50px 50px 50px rgba(0,0,0,0.3);
		max-width: 250px;
	}
	#tn_modal .c_wrp .comentbox {
		padding: 30px;
	}
	#tn_modal .c_wrp .comentbox .en {
		font-size: 30px;
    	bottom: 5%;
	}
	#tn_modal .c_wrp .comentbox p {
		font-size: 14px;
	}
}