/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

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

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

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

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (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;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

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

/*body*/
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.02em;
}
html::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
/*font*/
.f_ck {
	font-family: 'Chakra Petch', sans-serif !important;
}
.f_noto {
	font-family: 'Noto Sans KR', sans-serif !important;
}
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

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

/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
/* pagination */
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #eee !important;
    border-color: #0088cc;
}
.pagination > .active > a, body.dark .pagination > .active > a {
    border-color: #eee;
}
/* carousel */
.owl-carousel .owl-nav {
    top: 40%;
}
.owl-carousel.arr_car .owl-nav [class*="owl-"],
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:focus, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:focus {
    background: url(../img/arr_nav.png) center center no-repeat;
    width: 42px;
    height: 42px;
}
.owl-carousel.arr_car .owl-nav .owl-prev:before,
.owl-carousel.arr_car .owl-nav .owl-next:before {
    content: "";
}
.owl-carousel.arr_car .owl-nav .owl-next {
    transform: rotate(180deg);
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ffd051;
}
@media (max-width:992px){
    .owl-carousel .owl-nav {
		top: 40%;
	}
    .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 #333;
        border-radius: 0px;
        background: #fff;
		color: #333;
        font-size: 12px;
        padding-top: 2px;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: transparent;
    opacity: 0;
    border-bottom: 0px;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 700;
    color: #111 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
	opacity: 0.6;
}
html #header .header-nav-main nav > ul > li > a strong {
	font-weight: 700;
}
html #header:hover .header-nav-main nav > ul > li > a:hover {
	opacity: 1;
}
html.add-header #header .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 13px;
	color: #666;
	border-color: #144b7a;
}
html.add-header #header .header-nav-main nav > ul > li > a {
    color: #111 !important;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ff4900;
	background-color: transparent;
}
@media (min-width:992px) {
    html #header.header-transparent .header-body {
        padding-top: 40px;
    }	
    html #header .header-nav-main nav > ul > li > a {
        text-align: center;
        padding: 35px 17px !important;
        font-size: 20px;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    html #header .bt_wrp a img {
        margin: 0;
    }
    /* 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.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    } */
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    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.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body {
	padding: 0%;
}
#header .header-body .header-logo img {
	margin: 0;
}
#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;
}
#header .header-nav-main nav > ul > li,
#header .header-nav-main nav > ul > li.dropdown-mega{
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    left: 0;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .dropdown-submenu .dropdown-menu {
    border-top: 0px;
    border-radius: 0px !important;
    padding: 15px 0;
    left: 90% !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .dropdown-submenu .dropdown-menu li a {
    color: #333;
}
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
    color: #156e74;
}
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:active > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
}
#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;
}
#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: #ff4900;
	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;
}
#header .header-logo a {
    text-decoration: none;
    display: inline-block;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 25px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-body {
        border-bottom: 0px solid rgba(255,255,255,0.4) !important;
    }
    #header .header-nav-main nav > ul:hover:after {
        /*height: 300px;
        background-color: rgba(249, 249, 249, 0.95);
        position: absolute;
        width: 100%;
        left: -60%;
        width: 220%;
        z-index: 1;*/
    }
    #header .header-nav-main nav > ul.act:after {
        height: 180px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        /*content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: #00409a;
        height: 4px;
        width: 0;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-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.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;
	}
    html #header .header-nav-main nav > ul > li > a.act {
        opacity: 1;
        color: #111;
    }
    html #header .header-nav-main nav > ul > li > a > strong {
        display: inline-block;
        position: relative;
        padding: 0 8px;
    } 
    html #header .header-nav-main nav > ul > li > a.act > strong:after {    
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-color: #ffad8e;
        top: 40%;
        z-index: 1;
    }
    html #header .header-nav-main nav > ul > li > a.act strong > span {
        position: relative;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        width: 100%;
        left: 0%;
    }
	#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: 10px 10px 15px rgba(0,0,0,0.05);
		padding: 15px 5px;
		min-width: 120%;
        left: -10%;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 90%;
	}
	#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: 7px 0;
        line-height: 1.2em;
        text-align: center;
        color: #333;
    }
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu .dropdown-submenu:hover a {
        color: #ff4900;
     }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
    }
	#header .header-body .header-logo img {
        margin: 10px 0;
        width: 130px;
    }
	#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: #fff000;
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 15px 9px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 27px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 20px 0;
	background-color: transparent;
	color: #666;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #666;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
    #header .header-btn-collapse-nav {
        margin: 15px 0;
    }
}
/*sticky*/
html #header .default {
    display: inline-block;
}
html #header .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}

#header .sns_box > ul > li {
    display: inline-block;
    width: 25px;
    margin: 0 5px;
}
#header .sns_box > ul > li img{
    width: 30px;
}
@media (max-width:768px){
    #header .sns_box > ul > li {
    display: inline-block;
    width: 20px;
    margin: 5px;
    }
}

/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 25px 0;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #111;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar:after {
    background-color: #333;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
/*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:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.95);
    display: none;
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 1000;
}
.mobile-nav .mmenu-toggle-btn {
	margin-top: 55px;
	margin-right: 30px;
}
.mobile-nav .mobile-nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 85px;
    top: -30px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    margin: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li a {
    position: relative;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	background-color: transparent;
	color: #111;
	border: 0;
	padding: 35px 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 strong {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 8px;
    background-color: #ff5f00;
    opacity: 0.5;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li a strong span {
    position: relative;
    z-index: 3;
}
.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: 5px;
	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: 4px;
    color: #111;
}
.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%;
    background-color: transparent;
    margin-bottom: 15px;
}
.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 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 #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

.mobile-side-menu #mainNav > li {
    position: relative;
	width: 100%;
}
.mobile-side-menu li a:hover strong:before {
    width: 100%;
}
@media (max-width:992px){
	.mobile-nav .mmenu-toggle-btn {
		margin-top: 28px;
		margin-right: 0;
	}
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 15px;
        top: 0;
    }
    .mobile-side-menu #mainNav > li {
        width: 100%;
		padding: 15px 0;
    }
    .mobile-side-menu #mainNav > li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
    .mobile-side-menu li a {
        padding: 8px 20px;
    }
}
@media (max-width:768px){
    .mobile-side-menu #mainNav {
        max-width: 100%;
    }
    .mobile-nav {
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        line-height: 1em;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
    .conbox.conbox_xs {
        margin-top: 7px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_t > li,
.v_t > div {
    vertical-align: top;
}
@media (min-width:768px) {
    .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;
    }
}



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff4900 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #fffc02 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_bw {
    color: #967440 !important;
}

/*modal*/
.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: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.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 .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*footer*/
#footer {
	margin-top: 0px !important;
	border-top: 1px solid #ddd;
	padding: 60px 0 !important;
    background-color: #fff;
    text-align: center;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
}

/* visual */
#visual {
    position: relative;
    background: url(../img/visual_bg.png);
    padding-top: 60px;
    overflow: hidden;
}
#visual .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#visual .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 26px;
    border: 2px solid #999;
    border-radius: 30px;
    position: relative;
}
#visual .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 9px;
    width: 4px;
    top: 10px;
    height: 6px;
    background-color: #999;
    border-radius: 10px;
    
    -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;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
        transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#visual .pen {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0px;
    text-align: right;
    z-index: 2;
    width: 100%;
	top: 20px;
}
#visual #content {
    position: relative;
    z-index: 3;
}
#visual #content .c_wrp {
    height: 750px;
}
#visual #content .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    color: #111;
}
#visual #content .c_wrp h1 strong {
    position: relative;
    display: inline-block;
}
#visual #content .c_wrp h1 strong img {
    position: absolute;
    right: 100%;
    bottom: 100%;
}
#visual #content .c_wrp h5 {
    margin-top: 30px;
    line-height: 1.9em;
}
#visual #content .c_wrp .bt_box {
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding-top: 20px;    
    display: inline-block;
    min-width: 70%;
}
#visual #content .c_wrp .bt_box h4 {
    line-height: 1.7em;
    color: #111;
}
#visual #content .c_wrp .snsbox a {
    text-decoration: none;
    display: inline-block;
    margin-right: 8px;
}
@media (min-width:1200px){
    #visual .c_wrp {
        margin-left: -100px;
    }
}
@media (min-width:992px){
    #visual:after {
        content: "";
        position: absolute;
        right: -120px;
        top: -100px;
        height: 1255px;
        width: 800px;
        background-color: #f14500;
        z-index: 1;
        transform: rotate(30deg);
    }
    #visual #content .c_wrp h5 {
        padding-left: 60px;
    }
    #visual #content .c_wrp .bt_box {
        margin-left: -40px;
    }
}

@media (max-width:1300px){
    #visual .pen {
        opacity: 0.1;
    }
	
    #visual:after {
        content: "";
        position: absolute;
        right: -120px;
        top: -100px;
        height: 0px;
        width: 0px;
        background-color: #f14500;
        z-index: 1;
        transform: rotate(30deg);
    }
}

@media (max-width:992px){
    #visual .scroll_msc {
        bottom: 20px;
    }
    #visual .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #visual .scroll_msc a {
        height: 40px;
        width: 20px;
    }
    #visual .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
    #visual {
        padding-top: 0px;
    }
    #visual #content .c_wrp {
        height: 500px;
        height: 500px;
        padding: 0 15px;
    }
    #visual #content .c_wrp h1 {
        font-size: 30px;
    }
    #visual #content .c_wrp h1 strong img {
        width: 15px;
    }
    #visual #content .c_wrp h5 {
        margin-top: 20px;
		font-weight: 600;
    }
    #visual #content .c_wrp .bt_box {
        margin-top: 10px;
        padding-top: 10px;
    }
    #visual #content .c_wrp .bt_box h4 {
        font-size: 15px;
    }
    #visual .pen {
        opacity: 0.1;
    }
    #visual #content .c_wrp .snsbox a {
        margin-right: 4px;
    }
    #visual #content .c_wrp .snsbox a img {
        width: 40px;
    }
}

/* msec1 */
#msec1 {
    background-color: #fff;
}
#msec1 .mtit h5 {
    position: relative;
    color: #666;
}
#msec1 .right .arrowSlider > a,
#msec1 .right .arrowSlider > span {
    text-decoration: none;
    float: right;
    margin-left: -1px;
    display: inline-block;
    cursor: pointer;
}
#msec1 .slk_v .slick-slide:nth-child(even) {
    margin-top: 60px;
}
#msec1 .slk_v a {
    text-decoration: none;
    display: block;
    padding: 30px;
}
#msec1 .slk_v a span {
    position: relative;
    display: inline-block;
}
#msec1 .slk_v a span:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 5px solid #ddd;
    z-index: 1;
}
#msec1 .slk_v a span img {
    position: relative;
    z-index: 3;
    box-shadow: 30px 30px 20px rgba(0, 0, 0, 0.15);
}
#msec1 .slk_v a h5 {
    position: relative;
    padding-left: 30px;
    color: #666;
    margin-top: 40px;
}
#msec1 .slk_v a h5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 25px;
    height: 2px;
    background-color: #666;
}
#msec1 .slk_v .slick-dots {
    text-align: center;
    padding: 0px;
}
#msec1 .slk_v .slick-dots li {
    display: inline-block;
}
#msec1 .slk_v .slick-dots li button {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    color: transparent;
}
#msec1 .slk_v .slick-dots li.slick-active button {
    width: 40px;
    border-radius: 50px;
    background-color: #ff4900;
}
@media (min-width:991px){
    #msec1 .slk_v a span img {
        cursor: url(../img/view_cursor.png),default;
    
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #msec1 .slk_v a:hover span img {
        transform: scale(1.05);
    }
}
@media (min-width:768px){
    #msec1 .mtit h1,
    #msec1 .mtit h5 {
        display: inline-block;
    }
    #msec1 .mtit h5 {
        padding-left: 10px;
        margin-left: 10px;
        font-weight: 500;
    }
    #msec1 .mtit h5:after {
        content: "";
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        width: 2px;
        background-color: #666;
    }
}
@media (max-width:768px){
    #msec1 .mtit h1 {
        margin-bottom: 10px;
    }
    #msec1 .slk_v .slick-slide:nth-child(even) {
        margin-top: 30px;
    }
    #msec1 .slk_v a h5 {
        margin-top: 30px;
        padding-left: 20px;
    }
    #msec1 .slk_v a h5:after {
        top: 10px;
        width: 15px;
    }
    #msec1 .right .arrowSlider > a,
    #msec1 .right .arrowSlider > span {
        width: 40px;
    }
    #msec1 .slk_v .slick-dots li button {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        padding: 0%;
    }
    #msec1 .slk_v .slick-dots li.slick-active button {
        width: 30px;
    }
}


/*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: #003cff;
}
.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 {
	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: #003cff;
  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;
}
.latest_wt .wt_item .imgbox {
    position: relative;
}
.latest_wt .wt_item .imgbox .hvbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.8);
    -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:hover .imgbox .hvbox {
    opacity: 1;
}
.latest_wt .wt_item .imgbox .hvbox .c_wrp {
    height: 100%;
}
.latest_wt .wt_item .imgbox .hvbox .hover_plus {
    width: 80px;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg,rgba(235, 0, 250, 0.9) 0%, rgba(217, 252, 77, 0.9) 100%);
    z-index: 1;
    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;
}
.latest_wt .wt_item:hover .imgbox .i_wrp .m_view {
    opacity: 1;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view > .c_wrp {
    height: 100%;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view strong {
    display: inline-block;
    border: 2px solid #fff;
    padding: 13px 30px;
    line-height: 1em;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}
@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 {
        padding: 0 15px;
    }
	.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 .subbox h5 {
		height: 21px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
		max-width: 200px;
	}
	.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;
	}
    .latest_wt .wt_item .imgbox .hvbox .hover_plus {
        width: 50px;
        padding: 10px;
    }
    .latest_wt .wt_item .imgbox .i_wrp .m_view strong {
        padding: 8px 20px;
    }
}