/*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;
}
.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;
}
html {
    font-size: 10px;
}
@media (min-width:1400px){
    .container {
        width: 1430px;
    }
}
@media (max-width:992px){
    html {
        font-size: 9px;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_yl {
    color: #fdff30 !important;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 600;
}
@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;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville';
}
.f_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.f_nanum {
    font-family: 'Nanum Gothic';
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*quick_top*/
.quick_top {
    position: fixed;
    text-decoration: none;
    z-index: 1000000;
}
.quick_top img {
    width: 170px;
}
@media (min-width:991px){
    .quick_top {
        top: 15%;
        right: 2%;
    }
}
@media (max-width:992px){
    .quick_top {
        right: 10px;
        bottom: 10px;
    }
    .quick_top img {
        width: 90px;
    }
}

.quick_top.bottom img{
	width:120px;
}
.quick_top.bottom{
	top: 65%;
	right: 2%;
}
/*hd_top*/
.hd_top {
	background: #f7f7f7;
    background-color: #131d2b;
    padding: 0;
}
.hd_top a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
}
.hd_top .lftbox a {
    display: inline-block;
    background-color: #1e62c1;
    color: #fff;
    padding: 14px 15px;
    font-size: 17px;
    font-weight: 600;
}
.hd_top .lftbox a .hd_icon {
    width: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.hd_top .lftbox a i {
    display: inline-block;
    margin-left: 5px;
}
.hd_top .rtbox a i {
    opacity: .5;
    display: inline-block;
    margin-right: 5px;
}
.hd_top .rtbox .mbox {
    margin: 0 -8px;
}
.hd_top .rtbox .mbox > a {
    padding: 0 8px;
}
    @media (max-width:768px){
    .hd_top .lftbox a {
        padding: 10px 15px;
        font-size: 13px;
    }
	.hd_top a {
		font-size: 12px;
	}
}
/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: #0b0e1f;
    opacity: 0.6;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #333;
	border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (min-width:991px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 42px 30px !important;
        font-size: 20px;
    }
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        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.act  nav > ul:after,
    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: 16px;
		padding: 2px 0px;
        color: #666;
	}
	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: #2664ab;
}
/*#  - 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;
    float: none;
    text-align: center;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#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: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #111 !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:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    /*#header .header-nav-main nav > ul:hover:after {
        height: 280px;
    }
    #header .header-nav-main nav > ul.act:after {
        height: 280px !important;
    }*/
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #106232;
        height: 5px;
        width: 100%;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#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: 17px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 5px;
        line-height: 1.2em;
        text-align: center;
 }
}
@media (max-width:992px) {
    #header.header-narrow .header-logo img {
        width: 150px;
        margin: 15px 0;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !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: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #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: #2664ab !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);
	}	
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 23px 5px;
	background-color: transparent;
	color: #222;
	padding: 8px 11px !important;
	line-height: 22px !important;
	font-size: 26px !important;
}
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}

/*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 > .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 #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.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 {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	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:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "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;
    min-width: 100%;
}
.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;
}

.page-header.parallax {
    margin: 0 0 35px;
    padding: 135px !important;
    
}

@media (max-width:768px){
    .page-header.parallax {
     padding: 70px!important;
    background-size: cover;
       margin: 0;
    }
}

/*visual*/
#visual {
    position: relative;
}
#visual .v_bt {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
}
#visual a {
    text-decoration: none;
    display: block;
}
#visual a img {
    display: inline-block;
    width: auto;
}
#visual .bg01 {
    background: url(../img/visual1.png) center center no-repeat;
}
#visual .bg02 {
    background: url(../img/visual2.png) center center no-repeat;
}
/*msec01*/
#msec01 {
    background-color: #ffffff;
}
/*footer*/
#footer {
    margin-top: 0px !important;
    padding: 50px 0 220px !important;
    background-color: #242424;
    border-top: 0px;
    z-index: 5;
    position: relative;
}
#footer .prv_wrp {
    margin-bottom: 15px;
}
#footer a,
#footer p {
    font-size: 14px;
    font-weight: 300;
}
#footer a {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 600;
    color: #fff;
}
@media (max-width:768px){
    #footer {
        padding: 50px 0 100px !important;
    }
    #footer a,
    #footer p {
        font-size: 12px;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 30px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_mini {
        margin-top: 15px;
    }
}
/*color*/
.c_pk {
    color: #e23f4a !important;
}
.text-light {
    color: #fff !important;
}
/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 35px;
    color: #333;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #636363;
    font-weight: 300;
    line-height: 1.7em;
    text-transform: none;
}
h4.dft {
    font-size: 22px;
    color: #221814;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 600;
    line-height: 1.7em;
    text-transform: none;
}
h6.dft {
    font-size: 16px;
    color: #221814;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.7em;
    color: #221814;
    font-weight: 300;
}
@media (max-width:768px){
    h1.dft {
        font-size: 24px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 17px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 14px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 120px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 40px 0;
}
@media (max-width:768px){
   .sec_dvd {
        padding: 50px 0;
    } 
    .sec_dvd.sec_dvd_mini {
        padding: 30px 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 > div {
        display: table-cell;
    }
    .c_wrp > li {
        display: table-row;
    }
    .c_wrp > li > 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;
    }
    .m_wrp > li {
        display: table-row;
    }
    .m_wrp > li > div {
        display: table-cell;
    }
}
/*msec1*/
#msec1 .owl-carousel .owl-item {
    padding: 20px 0;
}
#msec1 .owl-carousel .owl-item a {
    text-decoration: none;
    display: block;
    -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;
}
#msec1 .owl-carousel .owl-item a img {
    width: auto;
    display: inline-block;
}
@media (min-width:769px){
    #msec1 .owl-carousel .owl-item a:hover {
        margin-top: -20px;
    }
}
/*banwrp*/
.banwrp {
    padding: 40px 30px;
}
.btit {
    margin-bottom: 20px;
    position: relative;
}
.btit .more {
    position: absolute;
    right: 0;
    line-height: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    top: 5px;
}
.btit .more img {
    width: 15px;
}
.ban1,
.ban2 {
    border: 1px solid #ccc;
}
@media (min-width:769px){
    .ban1,
    .ban2 {
        height: 340px;
    }
}
@media (max-width:768px){
    .banwrp {
        padding: 25px 15px;
    }
    .btit {
        margin-bottom: 10px;
        line-height: 1em;
    }
}
/*ban2*/
.ban2 {
    background-color: #fff;
    position: relative;
}
.ban2 h4 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}
.ban2 h4 a {
    position: absolute;
    right: 0;
    color: #333;
    border: 1px solid #ddd;
    width: 38px;
    text-align: center;
    text-decoration: none;
}
.ban2 .wrt {
    position: absolute;
    right: -5%;
    top: -25%;
    width: 100%;
    z-index: 10;
}
.ban2 .listup_wrp {
    font-size: 16px;
    color: #1e1e1e;
}
.ban2 .listup_wrp > ul {
    table-layout: fixed;
}
.ban2 .listup_wrp li div {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ban2 .listup_wrp li .date {
    position: relative;
    padding-left: 20px;
}
.ban2 .listup_wrp li .date:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    top: 45%;
    left: 0;
}
.ban2 .listup_wrp li span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #ddd;
    font-size: 0.9em;
}
.ban2 .listup_wrp li span {
    background-color: #ff7b2b;
    color: #fff;
}
.ban2 .listup_wrp li .wait{
    background-color: #ff7b2b;
    color: #fff;
}
.ban2 .listup_wrp li .comf{
    background-color: #2b6cff;
    color: #fff;
}
.ban2 .listup_wrp li .end{
    background-color: #01844d;
    color: #fff;
}
.ban2 .listup_wrp li .impo{
    background-color: #2b6cff;
    color: #d50c0c;
}

/*ban3*/
.ban3 {
    background: url(../img/ban3_bg.jpg) center center no-repeat;
    background-size: cover;
}
.ban3 .count_wrp h5 {
    font-weight: 300;
}
.ban3 .count_wrp h1 {
    color: #fff20e;
    font-size: 65px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 50%;
}
.ban3 .count_wrp h2 {
    color: rgba(255,255,255,0.5);
}
.ban3 .count_wrp h2 strong {
    color: #fff;
}
@media (max-width:768px){
    .ban3 .count_wrp h5 {
        margin-bottom: 5px;
    }
    .ban3 .count_wrp h1 {
        font-size: 40px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .ban3 .count_wrp h2 {
        font-size: 20px;
    }
}
/*ban4*/
.ban4 {
    background-color: #fff;
    position: relative;
}
.ban4 .wrt {
    position: absolute;
    right: -5%;
    top: -25%;
    width: 100%;
    z-index: 10;
}
.ban4 .listup_wrp {
    font-size: 16px;
    color: #1e1e1e;
}
.ban4 .listup_wrp li div {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
}
.ban4 .listup_wrp li .date {
    position: relative;
    padding-left: 20px;
}
.ban4 .listup_wrp li .date:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    top: 45%;
    left: 0;
}
.ban4 .listup_wrp li span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #ddd;
    font-size: 0.9em;
}
.ban4 .listup_wrp li span {
    background-color: #ff7b2b;
    color: #fff;
}
.ban4 .listup_wrp li .wait{
    background-color: #ff7b2b;
    color: #fff;
}
.ban4 .listup_wrp li .comf{
    background-color: #2b6cff;
    color: #fff;
}
.ban4 .listup_wrp li .end{
    background-color: #01844d;
    color: #fff;
}
.ban4 .listup_wrp li .impo{
    background-color: #2b6cff;
    color: #d50c0c;
}
@media (max-width:768px){
    .ban4 .wrt {
        right: -10px;
        top: -20%;
    }
    .ban4 .listup_wrp {
        font-size: 13px;
    }
    .ban4 .listup_wrp li div {
        padding: 3px 0;
    }
    .ban4 .listup_wrp li .date {
        padding-left: 10px;
    }
}
@media (max-width:500px){
    .ban4 .wrt {
        right: -10px;
        top: -10%;
    }
}
.crt_list > li {
    margin-bottom: 20px;
}
@media (max-width:768px){
    .ban3 .lft {
        padding: 40px 20px 0px;
        text-align: center;
    }
    .ban3 .rt {
        padding: 0 30px;
    }
    .crt_list > li {
        margin-bottom: 10px;
    }
    .ban4 h4 {
        margin-bottom: 15px;
    }
    .ban4 h4 a {
        width: 28px;
    }
    .ban4 .wrt {
        right: -10px;
        top: -20%;
    }
    .ban4 .listup_wrp {
        font-size: 13px;
    }
    .ban4 .listup_wrp li div {
        padding: 3px 0;
    }
    .ban4 .listup_wrp li .date {
        padding-left: 10px;
    }
}
@media (max-width:500px){
    .ban4 .wrt {
        right: -10px;
        top: -10%;
    }
}
/*msec2*/
#msec2 {
    background-color: #eee;
}
#msec2 h4 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
#msec2 h4 a {
    position: absolute;
    right: 0;
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    width: 38px;
    text-align: center;
}
#msec2 .owl-carousel a {
    display: block;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #fff;
    
    -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;
}
#msec2 .owl-carousel a:hover {
    border-color: #63bd4e;
}
#msec2 .owl-carousel a .ibox {
    border-bottom: 1px solid #ddd;
}
#msec2 .owl-carousel a .tbox {
    padding: 15px;
}
#msec2 .owl-carousel a .tbox h6 {
    font-weight: 300;
}
#msec2 .owl-carousel a .tbox h5,
#msec2 .owl-carousel a .tbox h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:768px){
    #msec2 h4 {
        margin-bottom: 15px;
    }
    #msec2 h4 a {
        width: 28px;
    }
}

/*modal*/
.privacy {
    z-index: 16000;
}
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*lt*/
#lt {
    padding: 10px 0;
    background: #ffc800;
    z-index: 100;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#lt.right{
      right: 0;
	  background: #116000;
}
#lt span#clsbtn {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 15;
    cursor: pointer;
}
@media (min-width:769px){
    #lt {
        opacity: 0;
        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;
    }
    .sticky-header-active #lt {
        opacity: 1;
        z-index: 100;
    }
}
@media (max-width:768px){
    #lt {
        padding: 20px 0;
		width:50%
    }
    .sticky-header-active #lt.right {
		right:0;
		width:50%;
		 background: #116000;
    }
}
/*latest-online*/
#latest-online .row {
    margin: 0 -5px;
}
#latest-online .row > li,
#latest-online .row > div {
    padding: 0 5px;
}
#latest-online h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    background: url(../img/on_tit.png) left center no-repeat;
    padding-left: 35px;
    color: #fff;
    margin-bottom: 10px;
}
#latest-online h1.right {
    background: none;
	padding-left: 0px;
}
#latest-online h1 span {
    font-size: 0.7em;
}
#latest-online .form-control {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 0px;
    height: 32px;
    font-size: 13px;
}
#latest-online input[type="submit"] {
    background-color: #111;
    font-size: 18px;
    line-height: 1em;
    padding: 25px 15px;
    color: #fff;
    font-weight: 700;
    border: 0px;
    width: 100%;
}
#latest-online .checkbox-custom > strong {
    color: #fff;
    cursor: pointer;
}
@media (min-width:1140px){
    #latest-online .c_wrp {
        hanging-punctuation: 120px;
    }
}
@media (min-width:769px){
    #latest-online .c_wrp > div {
        float: none;
    }
	
}
@media (max-width:768px){
    #latest-online h1 {
        font-size: 22px;
        margin-bottom: 10px;
        display: inline-block;
    }
    #latest-online h1 span {
        font-size: 0.7em;
    }
    #latest-online .form-control {
        margin-bottom: 5px;
    }
    #latest-online input[type="submit"] {
        font-size: 15px;
        padding: 10px;
        margin-top: 10px;
    }
	#latest-online .form-control {
		    height: 24px;
		font-size: 11px;
	}
	.checkbox-custom input[type="checkbox"]:checked + label:after {
		top: 83%;
	}
	.checkbox-custom label:before {
		top: 83%;
	}
	
	#latest-online h1 {
		background: url(../img/kakao.png) left center no-repeat;
	}
}
/*on_btn*/
@media (min-width:769px){
    #lt #clsbtn {
        display: none;
    }
}
@media (max-width:768px){
    #lt.unactive {
        cursor: pointer;
    }
    #lt.unactive #clsbtn {
        opacity: 0;
    }
    #lt.unactive .bx-none {
        display: none;
    }
    #lt.unactive #on_btn {
        margin-bottom: 0px !important;;
    }
}

/*subtop*/
.subtop {
    position: relative;
}
.subtop .txt {
    position: relative;
    z-index: 2;
}
.subtop .sub_arr {
    position: absolute;
    left: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.subtop .sub_arr img {
    width: 29px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
.subtop h1,
.subtop p {
    margin-top: 15px;
}
@media (min-width:769px){
    .subtop {
        position: relative;
        padding-top: 130px;
        min-height: 400px;
    }
    .subtop .bg {
        height: 580px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width:768px){
    .subtop {
        padding-top: 30px;
        min-height: 250px;
    }
    .subtop .bg {
        min-height: 350px;
        background-size: cover !important;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .subtop .sub_arr {
        bottom: 20px;
    }
    .subtop .sub_arr img {
        width: 20px;
    }
}

/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box2,
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #aaa;
	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: #cfa00d;
    font-weight: 700;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box2,
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*all-content-common*/
#all-content-common {
    position: relative;
    z-index: 20;
    background-color: #fff;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
    padding-top: 60px;
}
@media (max-width:768px){
    .bo_wrp {
        padding-top: 20px;
    }
}

/*tab_main*/
#tab_main {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
    z-index: 15;
    position: relative;
	background-color: #222;
	padding: 10px;
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#tab_main.sticky-active {
    width: 100% !important;
    max-width: 100% !important;
	left: 0 !important;
    margin-top: 0px;
}
#tab_main > .container > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > .container > ul > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: rgba(255,255,255,0.3);
}
#tab_main > .container > ul > li > span,
#tab_main > .container > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > .container > ul > li > span {
	min-width: 180px;
	position: relative;
	cursor: pointer;
}
#tab_main > .container > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > .container > ul > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 10px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main > .container > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > .container > ul > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main > .container > ul > li ul li:hover > a {
	color: #5fbc4b;
}
@media (max-width:768px){
	#tab_main > .container > ul > li {
		padding: 0 10px
	}
	#tab_main > .container > ul > li > span,
	#tab_main > .container > ul > li > a {
		font-size: 15px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main > .container > ul > li > span {
		min-width: 125px;
	}
	#tab_main > .container > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main > .container > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > .container > ul > li .home {
		padding: 5px;
	}
}

/*infoarea*/
.infoarea {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}
.infoarea > div {
    vertical-align: top;
}
.infoarea .table {
    border: 0px;
}
.infoarea .table tr th,
.infoarea .table tr td {
    border: 0px;
    font-size: 17px;
    line-height: 1em;
    color: #333;
    font-weight: 300;
    padding-left: 0px;
}
.infoarea .table tr.imp th,
.infoarea .table tr.imp td {
    font-size: 20px;
    font-weight: 700;
    color: #cd121c;
}
.infoarea .table tr th {
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}
.infoarea .table tr th:after {
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
}
@media (min-width:769px){
    .infoarea .tbox {
        padding-right: 50px;
        padding-top: 20px;
    }
    .infoarea .ibox {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    .infoarea .ibox {
        background-color: #eee;
        padding: 40px 30px 20px;
        margin-top: 30px;
    }
    .infoarea .ibox .thumb-gallery {
        max-width: 70%;
        margin: 0 auto;
    }
}