/*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
}
/* POPUP */
#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;
	margin:0 auto;
	height:0;
}
.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;
	}
}


/*body*/
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    /*letter-spacing: -0.03em;*/
}
html {
    font-size: 10px;
}

/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
	display: inline-block;
    font-size: 13px;
    color: #fff;
    background-color: #1e3976;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1em;
    padding: 10px 15px;
    vertical-align: middle;
}
#header .ch_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-bottom: 1px;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ch_wrp {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 35px !important;
        font-size: 18px;
    }
    #header .lo_wrp {
        width: 15%;
    }
    #header .mn_wrp {
        width: 70%;
    }
    #header .bt_wrp {
        width: 15%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 12px !important;
        font-size: 18px;
    }
    #header .ch_wrp a {
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .ch_wrp {
        width: 40%;
        text-align: right;
        padding-right: 10px;
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1370px){
	.container {
		width: 1370px;
	}
}
@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:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.f_cv {
	font-family: 'Caveat', cursive !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*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: #0a2154;
    opacity: 0.9;
	border-bottom: 0px;
}
html #header.sub-header .header-body:before, 
html #header:hover .header-body:before, 
html.add-header #header.header-transparent .header-body:before, 
html.sticky-header-active #header.header-transparent .header-body:before {
    background-color: #fff;
}
html #header.sub-header .header-body:before {
    opacity: 1;
}
html #header.sub-header .header-body:before,
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
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: 400;
    color: #333 !important;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-transparent .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
html #header.sub-header .header-body nav > ul > li > a, 
html #header:hover .header-body nav > ul > li > a, 
html.add-header #header.header-transparent .header-body nav > ul > li > a, 
html.sticky-header-active #header.header-transparent .header-body nav > ul > li > a {
    color: #222 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #fde609;
    word-break: keep-all;
}
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: #333;
}
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: #2664ab;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 30px 40px !important;
        font-size: 17px;
    }
}
@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(17,17,17, 0.9);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 4px 9px;
    }
}
@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 .c_wrp {
    padding: 0 30px;
    position: relative;
    z-index: 3;
}
#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;
    /*border-bottom: 1px solid rgba(155,155,155,0.3) !important;*/
}
html:not(.sticky-header-active) #header.header-transparent.sub-header ,
html:not(.sticky-header-active) #header.header-transparent.sub-header .header-body {
    position: relative;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#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: #fde609;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !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;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@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; */
        background-color: rgba(17, 17, 17, 0.9);
        position: absolute;
        width: 100%;
        left: -10%;
        width: 120%;
        z-index: 1;
    }
    #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: #fde609;
        height: 1px;
        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: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
 }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 160px;
    }
	#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);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 5px 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: 15px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.header-transparent .header-btn-collapse-nav {
	color: #fff;
}
html #header:hover .header-btn-collapse-nav,
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: #111;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .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;
}
/*hover*/
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #fff;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a {
    color: #fde609;
}
@media (max-width:992px){
    html #header .bt_wrp img {
        margin-bottom: 5px !important;
    }
}
/*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;
	}
}

/*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: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
#header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .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);
}
/*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: 180px;
}
.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 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;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.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_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 80px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 90px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:991px) {
    .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:992px) {
    .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: 1.6em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 25px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 28px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 14px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*useage_lnk*/
.useage_lnk span {
    display: inline-block;
    border-bottom: 1px solid #333;
    cursor: pointer;
    margin-bottom: 15px;
}
/*usage_m*/
#usage_m {
    padding-right: 0px !important;
}
#usage_m .modal-dialog {
    margin: 0px !important;
    width: 100%;
}
#usage_m .modal-dialog .modal-content .hv {
    height: 100vh;
}
#usage_m .modal-dialog .modal-content {
    border: 0px;
    border-radius: 0;
}
#usage_m .modal-dialog .modal-content .modal-header {
    border: 0px;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#usage_m .modal-dialog .modal-content .modal-header .close {
    margin-top: -2px;
    background-color: #333;
    color: #fff;
    text-shadow: 0 1px 0 #333 !important;
    padding: 5px;
    opacity: 1;
}
/*color*/
.c_org {
    color: #ff8400 !important;
}
.c_yl {
    color: #fde609 !important;
}
.c_pk {
    color: #f70000 !important;
}
.c_sky {
    color: #00bcd4 !important;
}

/*nw_slider*/
#nw_slider {
    position: relative;
}
#nw_slider .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#nw_slider .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 28px;
    border: 3px solid #fff;
    border-radius: 30px;
    position: relative;
}
#nw_slider .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 9px;
    width: 4px;
    top: 10px;
    height: 6px;
    background-color: #fff;
    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;
}
#nw_slider .scroll_msc h6 {
	font-size: 12px;
}
@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(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#nw_slider h1 {
    font-size: 55px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
}
#nw_slider h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 1.7em;
    text-transform: none;
}
#nw_slider .ms_scr {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
    z-index: 10;
    
    -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(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}

.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:950px;
}
.swiper-container.mslider .swiper-slide .bg {
    height:950px; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/visual_bg1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/visual_bg2.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/visual_bg3.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    font-size: 20px; 
    display: inline-block; 
    border: 2px solid #fff; 
    padding: 15px 25px; 
    color: #fff; 
    font-weight: 500; 
    text-align: center; 
    text-decoration: none;
    margin: 5px;
}
.swiper-container.mslider div.swiper-button-next,
.swiper-container.mslider div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-prev {
    left: 60px;
}
.swiper-container.mslider .swiper-button-next {
    transform: rotate(180deg);
    right: 60px;
}
.swiper-container.mslider .swiper-button-prev:after, 
.swiper-container.mslider .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 200px;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
	border: 3px solid transparent;
    background-color: #fff;
    margin: 4px 11px;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    margin: 0 7px;
    width: 15px;
    height: 15px;
    background-color: #fff;
	border-color: #fff;
}
@media (min-width:769px){
    #nw_slider .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #nw_slider .swiper-slide-active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #nw_slider .swiper-slide-active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #nw_slider .swiper-slide-active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #nw_slider .swiper-slide-active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #nw_slider .swiper-slide-active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    #nw_slider {
        text-align: center;
    }
    #nw_slider .scroll_msc {
        bottom: 50px;
    }
    #nw_slider .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #nw_slider .scroll_msc a {
        height: 40px;
        width: 20px;
        border: 2px solid #fff;
    }
    #nw_slider .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:600px; 
        background-size: cover !important;
    }
    #nw_slider h1 {
        font-size: 30px;
    }
    #nw_slider h5 {
        font-size: 14px;
    }
	.swiper-container.mslider div.swiper-pagination {
		bottom: 130px;
	}
    .swiper-container.mslider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .swiper-container.mslider div.swiper-button-next,
    .swiper-container.mslider div.swiper-button-prev {
        width: 20px;
        height: 40px;
        background-size: 100%;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
}
/* msec1 */
#msec1 {
	background: url(../img/msec1_bg.jpg) center center no-repeat;
}
#msec1 ul li {
	margin: 15px 0;
}
#msec1 ul li .item {
	background-color: rgba(0,0,0,0.5);
	padding: 40px 30px;
	overflow: hidden;
	position: relative;
}

#msec1 ul li .item > span {
  position: absolute;
  background-color: #ddd;
  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;
}
#msec1 ul li .item .top_l {
  width: 100%;
  height: 3px;
  top: 0;
  right: 100%;
}
#msec1 ul li .item:hover .top_l {
  right: 0;
}
#msec1 ul li .item .bottom_l {
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 100%;
}
#msec1 ul li .item:hover .bottom_l {
  left: 0;
}
#msec1 ul li .item .left_l {
  width: 3px;
  height: 100%;
  top: 100%;
  left: 0;
}
#msec1 ul li .item:hover .left_l {
  top: 0;
}
#msec1 ul li .item .right_l {
  width: 3px;
  height: 100%;
  bottom: 100%;
  right: 0;
}
#msec1 ul li .item:hover .right_l {
  bottom: 0;
}
#msec1 ul li .item h5,
#msec1 ul li .item h6 {
	color: #fff;
}
#msec1 ul li .item h5 {
	font-weight: 700;
}
#msec1 ul li .item h6 {
	opacity: .7;
	margin-top: 10px;
	line-height: 1.6em;
	font-weight: 300;
    padding-left: 15px;
    position: relative;
}
#msec1 ul li .item h6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 50px;
}
@media (min-width:992px) {
	#msec1 {
		background-size: cover;
	}
    #msec1 ul li .item {
        min-height: 240px;
    }
}
@media (max-width:992px) and (min-width:768px){
    #msec1 ul li .item {
        min-height: 220px;
    }
}
@media (max-width:992px) {
	#msec1 {
		background: url(../img/msec1_bg.jpg) center center no-repeat;
		background-attachment: fixed;
	}
}
@media (max-width:768px) {
	#msec1 ul li .item h6 {
        padding-left: 10px;
    }
	#msec1 ul li .item h6:after {
        top: 9px;
    }
}
/* msec2 */
#msec2 {
	background: url(../img/msec2_bg.jpg) center center no-repeat;
	position: relative;
}
#msec2 > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
#msec2 > span > span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
}
#msec2 .tbox .lined {
	display: inline-block;
	margin-bottom: 30px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}
@media (min-width:992px) {	
	#msec2 {
		background-attachment: fixed;
	}
	#msec2 .tbox {
		margin-top: 150px;
	}
}
@media (max-width:992px) {	
	#msec2 {
		background-size: cover;
	}
	#msec2 .tbox {
		padding: 40px;
		text-align: center;
	}
}
/* msec3 */
#msec3 {
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
}
#msec3 .eh_txt {
	position: absolute;
	right: 30px;
	top: 30px;
}
#msec3 .wrpbox {
	position: relative;
}
#msec3 .wrpbox > .img img {
	border-radius: 50%;
}
#msec3 .txt > h2 {
	color: #092867;
	border-bottom: 2px solid #092867;
	display: inline-block;
	line-height: 1em;
}
#msec3 .txt > h4 {
	color: #c1c1c1;
	font-weight: 700;
	margin-top: 10px;
}
#msec3 .txt ul {
	margin-top: 30px;
}
#msec3 .txt ul li {
	color: #333;
	font-weight: 600;
	font-size: 17px;
	position: relative;
	padding-left: 10px;
	margin: 8px 0;
}
#msec3 .txt ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 3px;
	height: 3px;
	background-color: #333;
	border-radius: 50px;
}
#msec3 .txt ul li p {
	top: 0;
	font-weight: 300;
}
/* #msec3 .txt ul li:nth-child(4) {
	min-height: 80px;
}
#msec3 .txt ul li:nth-child(3) p {
	left: 150px;
}
#msec3 .txt ul li:nth-child(4) p {
	left: 70px;
}
#msec3 .txt ul li p:after {
	content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #aaa;
    left: -10px;
    top: 6px;
} */
#msec3 .wbox {
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 15px 15px 40px rgba(0,0,0,0.1);
}
#msec3 .wbox p {
	margin-top: 20px;
}
@media (min-width:992px){
	#msec3 .wrpbox > .img {
		position: absolute;
		left: 0;
		top: 0;
	}
	#msec3 .wrpbox > .img:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		right: 50%;
		top: 50%;
		background: url(../img/pro_deco.png) center center no-repeat;
		background-size: cover;
	}
	#msec3 .wrpbox .txt {
		padding-left: 450px;
	}
}
@media (max-width:992px){
	#msec3 .wrpbox > .img {
		text-align: center;
		padding-bottom: 20px;
	}
}
@media (max-width:768px){
	#msec3 .wrpbox > .img img {
		max-width: 70%;
	}
	#msec3 .txt ul {
		margin-top: 10px;
	}
	#msec3 .txt ul li {
		font-size: 13px;
		margin: 3px 0;
	}
	#msec3 .txt ul li:nth-child(3) p {
		left: 130px;
	}
	#msec3 .txt ul li:nth-child(4) p {
		left: 60px;
	}
	#msec3 .txt ul li p:after {
		height: 12px;
	}
	#msec3 .wbox {
		padding: 20px;
		border-radius: 4px;
	}
}
/* msec4 */
#msec4 ul li {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#msec4 ul li:not(:first-child) {
	border-left: 1px solid #ddd;
}
#msec4 ul li .logo {
	position: relative;
}
#msec4 ul li .logo > span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-delay: 0.2s;
}
#msec4 ul li .logo > .dft {
	opacity: 0;
}
#msec4 ul li .logo > .hv {
	opacity: 1;
}
#msec4 ul li .logo:hover > .dft {
	opacity: 0;
}
#msec4 ul li .logo:hover > .hv {
	opacity: 1;
}
#msec4 ul li .logo1 > .dft {
	background: url(../img/pnt1.png) center center no-repeat;
}
#msec4 ul li .logo1 > .hv {
	background: url(../img/pnt_hv1.png) center center no-repeat;
}
#msec4 ul li .logo2 > .dft {
	background: url(../img/pnt2.png) center center no-repeat;
}
#msec4 ul li .logo2 > .hv {
	background: url(../img/pnt_hv2.png) center center no-repeat;
}
#msec4 ul li .logo3 > .dft {
	background: url(../img/pnt3.png) center center no-repeat;
}
#msec4 ul li .logo3 > .hv {
	background: url(../img/pnt_hv3.png) center center no-repeat;
}
#msec4 ul li .logo4 > .dft {
	background: url(../img/pnt4.png) center center no-repeat;
}
#msec4 ul li .logo4 > .hv {
	background: url(../img/pnt_hv4.png) center center no-repeat;
}
#msec4 ul li .logo5 > .dft {
	background: url(../img/pnt5.png) center center no-repeat;
}
#msec4 ul li .logo5 > .hv {
	background: url(../img/pnt_hv5.png) center center no-repeat;
}
#msec4 ul li .logo6 > .dft {
	background: url(../img/pnt6.png) center center no-repeat;
}
#msec4 ul li .logo6 > .hv {
	background: url(../img/pnt_hv6.png) center center no-repeat;
}
@media (max-width:992px){
	#msec4 ul li {
		border: 0px !important;
	}
	#msec4 ul li .logo > span {
		background-size: cover !important;
	}
	#msec4 ul li .logo > .dft {
		opacity: 0;
	}
	#msec4 ul li .logo > .hv {
		opacity: 1;
	}
}
/*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: 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%;
    }
}
/*footer*/
#footer {
    margin-top: 0px;
    background-color: #444;
    border-top: 0px;
    padding: 80px 0 !important;
}
#footer p {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 300;
}
#footer .copy_bt {
    margin-top: 20px;
	opacity: 0.5;
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 !important;
    }
	#footer p {
		font-size: 12px;
	}
}

/*sidemenu*/
#sidemenu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 100;
}
#sidemenu li {
    margin: 10px 0;
}
#sidemenu li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#sidemenu li a img {
    width: 70px;
}
#sidemenu li a span {
    position: absolute;
    right: 20%;
    width: 80px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: 22px;
    opacity: 0;

    -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;
}
#sidemenu li a:hover span {
    right: 100%;
    opacity: 1;
}
#sidemenu li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (max-width:992px){
    #sidemenu {
        right: 15px;
        bottom: 15px;
    }
    #sidemenu li {
        margin: 5px 0;
    }
    #sidemenu li a img {
        width: 40px;
    }
    #sidemenu li a span {
        display: none;
    }
}

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

@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(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (min-width:992px){
    .subtop {
        position: relative;
        padding-top: 210px;
        min-height: 630px;
    }
    .subtop .bg {
        height: 630px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width:992px){
    .subtop {
        padding-top: 110px;
        min-height: 250px;
    }
    .subtop .bg {
        min-height: 250px;
        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_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_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*all-content-common*/
#all-content-common {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
    padding-top: 60px;
}
@media (max-width:768px){
    .bo_wrp {
        padding-top: 20px;
    }
}


/*sub_tab*/
.sub_tab a {
	text-decoration: none;
	padding: 15px;
	display: block;
	color: #999;
	text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
	border-bottom: 2px solid #ddd;
}
.sub_tab a.active {
    color: #1e1e1e;
	font-weight: 500;
	border-color: #2a3b4d;
}
@media (max-width:768px){
	.sub_tab a {
		padding: 8px 5px;
		font-size: 13px;
		height: 40px;
		word-break: keep-all;
	}
}
/*minibtn*/
.minibtn {
	text-decoration: none;
	display: inline-block;
	border-right: 2px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	line-height: 1em;
	color: #999 !important;
	padding: 5px;
    font-size: 12px;
	font-weight: 300;
	margin: 0 3px;
}
/*bd_top*/
.bd_top a {
	text-decoration: none;
	display: inline-block;
    font-size: 17px;
    line-height: 1em;
    color: #222;
    font-weight: 400;
	border: 1px solid #ddd;
	padding: 8px 15px;
}
@media (max-width:768px){
	.bd_top a {
		font-size: 14px;
		padding: 5px 10px;
	}
}
/* msec5 */
#msec5 {
    position: relative;
}
.swiper-container.bottom_slider {
    width:100%; 
    height:100%;
}
.swiper-container.mslbottom_sliderider .swiper-slide {
    height:890px;
}
.swiper-container.bottom_slider .swiper-slide .bg {
    height:890px; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.bottom_slider .swiper-slide.slide_1 .bg {
    background-image:url(../img/btslide1.jpg);
}
.swiper-container.bottom_slider .swiper-slide.slide_2 .bg {
    background-image:url(../img/btslide2.jpg);
}
.swiper-container.bottom_slider .swiper-slide.slide_3 .bg {
    background-image:url(../img/btslide3.jpg);
}
.swiper-container.bottom_slider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
@media (max-width:992px){
	.swiper-container.bottom_slider .txtbox {
		text-align: center;
	}
	.swiper-container.bottom_slider .swiper-slide,
	.swiper-container.bottom_slider .swiper-slide .bg {
		height:450px;
	}
}
@media (min-width:769px){
    #msec5 .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #msec5 .swiper-slide-active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #msec5 .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #msec5 .swiper-slide-active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #msec5 .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #msec5 .swiper-slide-active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #msec5 .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #msec5 .swiper-slide-active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #msec5 .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #msec5 .swiper-slide-active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
/*mapbox*/
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 300px !important;
	}
}
/* contact_01 */
#contact_01 .sec1 {
	background-color: #f7f7f7;
}
#contact_01 .sec1 .lft {
	padding: 20px;
	text-align: center;
}
#contact_01 .sec1 .lft h5,
#contact_01 .sec1 .lft p {
	margin-top: 15px;
}
#contact_01 .sec1 .lft .btn_wrp span {
	display: inline-block;
	cursor: pointer;
	line-height: 1em;
	padding: 15px 35px;
	font-size: 17px;
	color: #fff;
	background-color: #00b5ee;
	border-radius: 4px;
}
@media (max-width:992px){
	#contact_01 .sec1 .lft {
		padding: 40px 15px;
	}
	#contact_01 .sec1 .lft .btn_wrp span {
		font-size: 14px;
		padding: 10px 15px;
	}
}
/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    background-color: #f7f7f7;
    padding: 20px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 18px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}
/*btn_set_board*/
.btn_set_board span,
.btn_set_board input,
.btn_set_board a {
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
}
.btn_set_board .btn_block {
    display: block;
    width: 100%;
}
.btn_set_board .btn_org {
    background-color: #e8702e;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #4e4e4e;
    color: #fff;
}
.btn_set_board .btn_dblk {
    background-color: #121212;
    color: #fff;
}
.btn_set_board .btn_pk {
    background-color: #ec2b4f;
    color: #fff;
}
.btn_set_board .btn_bl {
    background-color: #00b5ee;
    color: #fff;
}
.btn_set_board .btn_w {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    background-color: #f7f7f7;
    color: #666;
    width: auto;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn_set_board span,
    .btn_set_board input,
    .btn_set_board a {
        font-size: 13px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .btn_set_board .btn_w {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
        padding: 0 8px;
        margin-left: 5px;
    }
}

/*t_list1*/
.t_list1 > li {
    font-size: 17px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}
.t_list1 > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 4px;
    width: 4px;
    background-color: #333;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .t_list1 > li {
        font-size: 14px;
        padding-left: 10px;
    }
    .t_list1 > li:after {
        top: 11px;
        height: 3px;
        width: 3px;
    }
}
/*t_list2*/
.t_list2 > li {
    font-size: 17px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.t_list2 > li > strong {
    content: "";
    position: absolute;
    left: 0;
}
@media (max-width: 768px) {
    .t_list2 > li {
        font-size: 14px;
        padding-left: 18px;
    }
}
/*form_list*/
.form_list li:not(.area) {
    position: relative;
    padding-left: 100px;
    margin: 15px 0;
}
.form_list li label {
    font-weight: 400;
    color: #111;
}
.form_list li:not(.area) label {
    margin: 0px;
    position: absolute;
    left: 0;
    line-height: 40px;
}
.form_list li .form-control {
    border-radius: 0;
    box-shadow: 0 0 0;
}
.form_list li:not(.area) .form-control:not(textarea) {
    line-height: 40px;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid #aaa;
}
.form_list li.area {
    margin-top: 30px;
}
.form_list li textarea {
    overflow-y: scroll;
}
.form_list .wr_slt > .checkbox-custom {
	display: inline-block;
	margin-right: 15px;
}
/*item_list*/
.item_list {
    padding: 20px;
    background-color: #f4f4f4;
    margin-top: 20px;
    border-radius: 20px;
}
.item_list .row {
    margin: 0 -5px;
}
.item_list .row > li {
    padding: 0 5px;
    margin-bottom: 15px;
}
.item_list .item {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.item_list .item h6 {
    padding-top: 15px;
}
