@charset "utf-8";

/* ==========================================================================
* 이 페이지에는 네이버 (http://www.nhncorp.com) 에서 제공한 나눔글꼴이 적용되어 있습니다. 
 * ========================================================================== */
/* 
 * Nanum Barun Gothic Web Fonts
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize 
*/
/*@Font : Nanums Font*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@font-face{
	font-family: "Nanum Square"; 
	font-weight: 200;
	src: url('../fonts/NanumSquareL.ttf') format('opentype');
}
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 400;
	src: url('../fonts/NanumSquareR.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 600;
	src: url('../fonts/NanumSquareB.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 900;
	src: url('../fonts/NanumSquareEB.ttf') format('opentype');
 }


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

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        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 {
	font-family: 'Nanum Square', Arial, sans-serif !important;
    max-width: 1920px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -2px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}


@media (min-width: 1200px){
	.container {
		width: 1290px;
	}
}

/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 0px;
		padding-top: 0px !important;
		float: none;
		display: block;
		text-align: center;
		
	}
	#header .header-logo img {
		width: 140px;
    	margin: 15px 0 !important;
	}
}



/* header */
#header {
    z-index: 1000;
}
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}
@media (min-width:992px){
    #header .header-body {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
        background-color: #fff !important;
    }
    #header.header-transparent .header-body {
        background-color: rgba(0,0,0,0.3) !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }
    html #header.header-transparent:hover .header-body:before {
        /* background-color: #fff;
        opacity: 1; */
    }
}	
@media (max-width:992px){
	html #header.header-transparent,
	html #header.header-transparent .header-body {
		position: relative !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed !important;
	}
	#header .header-body {
		background-color: #fff !important;
        padding: 10px 0px;
	}	
	html.sticky-header-active #header.header-transparent .header-body:before {
        background-color: #fff;
        opacity: 1;
        /* border-bottom: 1px solid #333 */
    }
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 40px;
    text-align: center;
    
    -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-shape nav > #mainNav > li a.lang {
    background: #007cff;
    padding: 10px 15px;
    margin-top: 10px;
	color: #fff !important;
}
.header-shape nav > #mainNav > li a:hover {
    color: #3e3c99 !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a.lang {
	padding: 10px 15px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 20px 40px;
}
/* .header-shape:hover nav > #mainNav > li a, */
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
html .header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 8px 10px;
	font-size: 17px;
	text-align: center;
    color: #666;
    font-weight: 400;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000 !important;
}
html .header-shape.sub-header nav > #mainNav > li a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}

@media (max-width:1600px) {
    .header-shape nav > #mainNav > li > a {
        padding: 30px 25px;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 25px;
    }
}

/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 15%;
}
#header .linkBox {
    width: 65%;
}
@media (max-width:768px) {
    #header .logoBox {
        width: 60%;
    }
	
   #header .langbox {
    width: 20%;
	}
   #header .linkBox {
    width: 15%;
	}
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
    display: inline-block;
    vertical-align: middle;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* html.sticky-header-active #header .logoBox a img {
    width: 100px;
} */

/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
   /* width: 150px;*/
    -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;
    
    display: inline-block;
    vertical-align: middle;
}
html.sticky-header-active #header .logoBox a img {
    /*width: 150px;*/
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
/* #header:hover .logoBox a .default, */
html.sticky-header-active #header .logoBox a .default {
    display: none;
}
/* #header:hover .logoBox a .default_hv, */
html.sticky-header-active #header .logoBox a .default_hv {
    display: block;
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 150px;
    }
}
@media (max-width:992px){
    #header .logoBox a img,
    html.sticky-header-active #header .logoBox a img {
        width: 100px;
    }
    #header .logoBox a .default {
        display: none !important;
    }
    #header .logoBox a .default_hv {
        display: block !important;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        width: 100%;
        min-width: auto;
        display: block;
        padding: 10px 0;
        top: 20%;
        border-radius: 0px;
        border: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-radius: 10px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 10px;
}
.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 .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);
}
@media (max-width:992px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        background-color: #111;
    }
    
    .mobile-nav .lines_bar,
    .mobile-nav .lines_bar:before,
    .mobile-nav .lines_bar:after {
        background-color: #fff;
    }
}
/*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;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
    max-width: 500px;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0.95);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 25%;
}
.mobile-nav .header-logo img {
    width: 230px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 19px;
    padding: 0;
    position: absolute;
}
.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: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    opacity: 0.8;
    border: 0;
    padding: 20px 15px;
    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.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 17px;
	right: 0;
	display: block;
	color: #ddd;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    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;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -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:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.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: 12px;
}
.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;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    margin-top: -10px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#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;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        padding: 12px 15px 12px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}


/*bt_wrp*/
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    display: inline-block;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    padding: 0 15px;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: 500;
    border-left: 1px solid rgba(255,255,255,0.4);
}
html.sticky-header-active .header-shape nav > #mainNav .ch_wrp a {
    border-left: 1px solid rgba(0,0,0,0.4);
}
#header .ch_wrp a img {
    width: 20px;
    vertical-align: middle;
}
#header .ch_wrp a .bk{
    display: none;
}
#header .ch_wrp a .w {
    display: inline-block;
}
html .header-shape.sub-header nav > #mainNav > li a, html.sticky-header-active .header-shape nav > #mainNav > li  a .w {
    
   display: none;
}
html .header-shape.sub-header nav > #mainNav > li a, html.sticky-header-active .header-shape nav > #mainNav > li  a .bk {
    display: inline-block;
}
@media (min-width:1601px){
    #header .ch_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .ch_wrp a {
        font-size: 15px;
        padding: 10px 20px;
    }
}


/*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;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 80px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 40px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mega {
    padding: 250px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 40px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 80px 0;
    }
	.sec_dvd.sec_dvd_mega {
		padding: 100px 0;
	}
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 15px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@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;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !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_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #b6a679 !important;
}
.c_dbl {
    color: #1d4e89 !important;
}
.c_bk {
    color: #000000 !important;
}


.mtit p{
	letter-spacing: 5px;
}
.mtit .lined:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #c5c5c5;
    margin-bottom: 20px;
}

/*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: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}



/*nw_slider*/
#nw_slider {
    position: relative;
}
#nw_slider .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#nw_slider .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 26px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#nw_slider .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 9px;
    width: 3px;
    top: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 30px;
    
    -webkit-animation: arr 2s linear infinite;
    -moz-animation: arr 2s linear infinite;
    -ms-animation: arr 2s linear infinite;
    -o-animation: arr 2s linear infinite;
    animation: arr 2s linear infinite;
}


#nw_slider  img.arr {
    width: 650px;
    -webkit-animation: arr 1s linear infinite;
    -moz-animation: arr 1s linear infinite;
    -ms-animation: arr 1s linear infinite;
    -o-animation: arr 1s linear infinite;
    animation: arr 1s linear infinite;
   /* position: absolute;
     left: 41%;
		  transform: translate(0, -50%);*/
	margin-top:20px;
}

#nw_slider  .wave {
  position: absolute;
    bottom: 0;
    z-index: 1000;
	opacity: 0.7;
}
@media (max-width:768px){

	#nw_slider  img.arr {
		width: 300px;
	}
}
@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(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
        transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#nw_slider .scroll_msc h6 {
    font-size: 11px;
    font-weight: 700;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:950px;
}

.swiper-container.mslider  .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: trans 3s;
	  -moz-animation: trans 3s; /* Firefox */
	  -webkit-animation: trans 3s; /* Safari and Chrome */
	  -o-animation: trans 3s; /* Opera */
}
.swiper-container.mslider .slide_1.slide-active .bg:after {
   
}

.swiper-container.mslider .swiper-slide.slide_1.swiper-slide-active .bg:after {
    background: url(../img/main_slide1.jpg) center center no-repeat;
    background-size: cover;
}

@keyframes trans {
    from {
        transform: scale(1.1);
    }
    to {
       transform: scale(1);
    }
}

.swiper-container.mslider .swiper-slide.slide_2.swiper-slide-active .bg:after {
    background:url(../img/main_slide2.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_slide3.jpg);
}
.swiper-container.mslider .swiper-slide.slide_4 .bg {
    background-image:url(../img/main_slide4.jpg);
}
.swiper-container.mslider .swiper-slide.slide_5 .bg {
    background-image:url(../img/main_slide5.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
	    z-index: 2;
}
.swiper-container.mslider .swiper-slide .txtbox h1 {
    font-size: 60px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
	letter-spacing: 0.12em;
	margin-top: 60px;
}
.swiper-container.mslider .swiper-slide .txtbox h2 {
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}
.swiper-container.mslider .swiper-slide .txtbox h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    display: inline-block;
    text-decoration: none;
    /* font-size: 17px; 
    display: inline-block; 
    border: 1px solid rgba(255,255,255,0.4); 
    padding: 15px 25px; 
    color: #fff; 
    font-weight: 400; 
    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 .pagination_wrp {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
    position: relative;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    background:rgba(255,255,255,0.7);
    margin: 0 8px 0 0;
    border-radius: 0;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (min-width:768px){
    .swiper-container.mslider div.swiper-pagination {
        text-align: center;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #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 .scroll_msc {
        bottom: 20px;
        display: none;
    }
    #nw_slider .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #nw_slider .scroll_msc a {
        height: 40px;
        width: 20px;
    }
    #nw_slider .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
    #nw_slider {
        text-align: center;
    }
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:500px; 
        background-size: cover !important;
    }
    .swiper-container.mslider .swiper-slide .txtbox h1 {
        font-size: 30px;
    }
    .swiper-container.mslider .swiper-slide .txtbox h2 {
           letter-spacing: 0.15em;
        font-size: 17px;
        margin-top: 0px;

    }
    .swiper-container.mslider .swiper-slide .txtbox h5 {
        margin-top: 10px;
    }
    .swiper-container.mslider div.swiper-pagination {
        bottom: 0px;
    }
    .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;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp {
        margin-top: 20px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp a img {
        width: 170px;
    }
}
@media (max-width:500px){
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:330px; 
        background-size: cover !important;
    }
    .swiper-container.mslider .swiper-slide .txtbox h5 {
        font-size: 12px;
    }
    .swiper-container.mslider .pagination_wrp {
        bottom: 20px;
    }
}

/*footer*/
#footer {
    background-color: #0e0e0e;
    margin-top: 0px !important;
    padding: 50px 0 !important;
    border: 0px;
}
#footer p {
    font-size: 14px;
    line-height: 1.4em;
    color: #eee;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px) {
    #footer {
        padding: 30px 0 !important;
    }
    #footer p {
        font-size: 12px;
    }
}
/*videobox*/
#videobox {
    background: url(../img/videobox_bg.png) center bottom no-repeat;
    background-color: #1e1e1e;
    background-size: cover;
}
#videobox iframe {
	height: 600px !important;
}
@media (max-width:768px) {
	#videobox iframe {
		height: 300px !important;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 130px 0;
    position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 30px 0;
	}
}
/*arr_top*/
.arr_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0px;
}
@media (max-width:768px){
    .arr_top img {
        width: 30px;
    }
}
/*conbox*/
.conbox {
	margin-top: 70px;
}
@media (max-width:768px){
	.conbox {
		margin-top: 30px;
	}
}
/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
    }
}




/* ms1 */
#ms1 .left {
	position: relative;
	z-index: 3;
	    padding-left: 30px;
}
#ms1 .left > h1 {
	line-height: 1.2em;
	margin-top: 15px;
}
@media (min-width:992px){
	#ms1 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
}
@media (max-width:992px){
	#ms1 {
		text-align: center;
	}
}
@media (max-width:768px){
}

@media (min-width:992px){
	#ms1 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#ms1 .left {
		text-align: center;
	}
}
#ms1 .conbox ul li {
    margin-bottom: 60px;
}
#ms1 .conbox ul li .img {
    border-radius: 20px;
    overflow: hidden;
}
#ms1 .conbox ul li .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#ms1 .conbox ul li:hover .img img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#ms1 .conbox ul li .txt {
    margin-top: 20px;
}
@media (max-width: 768px) {
    #ms1 .conbox ul li {
        margin-bottom: 40px;
    }
}





#ms2{
    background-color: #f7f7f7;
}

/* productsDetail */
.productsDetail .fbox {
       border: 2px solid #ddd;
    padding: 5px;
    height: 400px;
}
.productsDetail .img {
    /*background-color: #fff;*/
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.productsDetail .img img {
    mix-blend-mode:multiply;
    border-radius: 15px;
}
@media (min-width:768px) {
    .productsDetail .fbox .lft {
        padding: 10px;
    }
}
@media (max-width:768px) {
    .productsDetail .fbox {
        padding: 30px 15px;
    }
    .productsDetail .fbox > div {
        width: 100%;
    }
    .productsDetail .fbox .txt {
        padding-bottom: 15px;
    }
}


/* chkPobj */
.chkPobj {
    display: flex;
    align-items: start;
}
.chkPobj span:not(.icon) {
    width: calc(100% - 30px);
    padding-left: 10px;
}
.chkPobj span {
    vertical-align: middle;
    display: inline-block;
}
.chkPobj .icon {
    color: #1493fe;
    background-color: rgba(187, 215, 238, 0.3);
    border-radius: 50%;
    width: 30px;
    line-height: 25px;
    padding-top: 2px;
    text-align: center;
    margin-right: 5px;
}
/* btCon */
.btCon {
    padding: 60px 0;
   /*border-bottom: 1px solid #ddd;*/
}
@media (max-width:768px) {
    .btCon {
        padding: 25px 0;
    }
}

/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #aaa;
    padding: 5px;
    vertical-align: middle;
	background: #fff;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th.imp,
.table.table_basic tr td.imp {
    background-color: #1493fe;
    color: #fff;
    border-width: 1px;
}
.table.table_basic tr th {
    font-weight: 600;
}
.table.table_basic thead tr th {
    /* border-color: #222; */
    background-color: #f7fafc;
}
.table.table_basic thead tr th span {
    display: block;
    font-size: .75em;
    font-weight: 300;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 10px;
    }
    .fbox.long > .txt.rt {
        padding-left: 10px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}





/* ms3 */
#ms3 .left {
	position: relative;
	z-index: 3;
	    padding-left: 30px;
}
#ms3 .left > h1 {
	line-height: 1.2em;
	margin-top: 15px;
}
@media (min-width:992px){
	#ms3 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#ms3 {
		text-align: center;
	}
}
@media (max-width:768px){
}

@media (min-width:992px){
	#ms1 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#ms3 .left {
		text-align: center;
		padding-left: 0px;
	}
}

#ms3 ul li img {
    border: 1px solid #eee;
    margin: 10px;
}


/* btnItem */
.btnWrp .btnItem {
   text-decoration: none;
    display: inline-block;
    line-height: 30px;
    padding: 15px 30px;
    margin-left: 5px;
    border: 2px #28275f;
    background-color: #28275f;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    vertical-align: middle;
}
.btnWrp .btnItem.w {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: transparent;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 35px;
        font-size: 15px;
    }
	#scr_fixed {
		bottom: 0%;
	}
}


#ms4{
    background-color: #f7f7f7;
}

.inqWrp .inquiry {
    position: relative;
}
.inqWrp .inquiry .left .conInq {
    position: relative;
    padding-left: 40px;
}
.inqWrp .inquiry .left .conInq span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
}
@media (min-width:992px) {
    .inqWrp .inquiry {
        padding-left: 400px;
    }
    .inqWrp .inquiry .left {
        position: absolute;
        left: 0;
        width: 300px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    .inqWrp .inquiry {
        padding-left: 250px;
    }
    .inqWrp .inquiry .left {
        position: absolute;
        left: 0;
        width: 200px;
    }
}
@media (max-width:768px) {
    .inqWrp .inquiry .left {
        justify-content: space-around;
        margin-bottom: 20px;
        padding: 12px;
        border: 1px dashed #ddd;
        border-radius: 10px;
        background-color: rgba(255,255,255,0.3);
    }
    .inqWrp .inquiry .left .conInq {
        padding-left: 25px;
        margin: 10px 0;
    }
    .inqWrp .inquiry .left .conInq span {
        width: 20px;
        line-height: 20px;
    }
}
/*onlineForm*/
form.onlineForm ul li {
    margin-bottom: 15px;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
form.onlineForm .formbox .actPriv {
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
}
form.onlineForm .formbox .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0;
}
form.onlineForm .formbox input.form-control {
    height: 45px;
}
form.onlineForm .formbox .form-control:focus {
    border-color: #ab053a;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
form.onlineForm .btnWrp .btnCom:hover {    
    background-color: #03CCE1;
}
@media (max-width:768px){
    form.onlineForm .formbox label {
        font-size: 13px;
    }
    form.onlineForm .formbox input.form-control {
        height: 35px;
    }
}




/* ms5 */
#ms5 .sec1 {
	position: relative;
}
#ms5 .dx_map .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
#ms5 .dx_map .root_daum_roughmap .wrap_map,
#ms5 .dx_map iframe {
    height: 500px !important;
}
#ms5 .local_info > ul > li {
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
    font-weight: 300;
	word-break: keep-all;
	position: relative;
}
#ms5 .local_info > h3 img {
    width: 200px;
}
#ms5 .local_info ul li h4 {
    color: #111;
    margin-bottom: 5px;
}
#ms5 .local_info ul li h4 img {
    width: 30px;
}
@media (min-width:1400px){
	#ms5 .local_info {
        padding-left: 350px;
		position: relative;
    }
	#ms5 .local_info > .fullLeft {
		position: absolute;
		left: 0;
		top: -5px;
		line-height: 1em;
	}
}
@media (max-width:1400px) and (min-width:992px){
	#ms5 .local_info {
        padding-left: 0;
		position: relative;
    }
	#ms5 .local_info > ul {
        margin-top: 15px;
    }
}
@media (min-width:992px){
	#ms5 .local_info > ul {    
		display: flex;
        justify-content: space-between;
	}
}
@media (max-width:992px){
	#ms5 .sec1 {
		padding-bottom: 0px !important;
	}
	#ms5 .sec1 .local_info {
		padding: 40px 0;
		margin-top: 0px;
	}
	#ms5 .local_info > ul {
        margin-top: 20px;
    }
	#ms5 .local_info > ul > li {
		margin-bottom: 10px;
		padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
	}
	#ms5 .local_info h4 {
		margin-bottom: 5px;
	}
}
@media (max-width:768px) {
	#ms5 .dx_map .root_daum_roughmap .wrap_map,
	#ms5 .dx_map iframe {
		height: 250px !important;
	}
	#ms5 .local_info > ul > li > ul > li {
		font-size: 14px;
	}
    #ms5 .local_info ul li h4 img {
        width: 30px;
        vertical-align: middle;
    }
}


/* btnWrp */
.btnWrp a p {
    line-height: 1em;
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid #1493fe;
    background-color: #1493fe;
    color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.btnWrp a.w p {
    border-color: #fff;
    background-color: transparent;
}
.btnWrp a.dk p {
    border-color: #ccc;
    background-color: transparent;
    color: #333;
}
.btnWrp a p:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background-color: #0983e7;
    z-index: 1;

    -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;
}
.btnWrp a:hover p:after {
    height: 100%;
}
.btnWrp a.w:hover p {
    border-color: #0983e7;
}
.btnWrp a.dk:hover p {
    border-color: #0983e7;
    color: #fff;
}
.btnWrp a p i,
.btnWrp a p span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
@media (max-width:768px) {
    .btnWrp a p {
        padding: 8px 20px;
    }
}