/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

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

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

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

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

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

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

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

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


/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
	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 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;
	}
}

/*body*/
.body {
	font-family: 'NanumSquare', 'Noto Sans KR', Arial, sans-serif !important;
}
html {
    font-size: 10px;
}
@media (max-width:992px){
    html {
        font-size: 9px;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_rd {
    color: #cd121c !important;
}
.c_yl {
    color: #f18403 !important;
}

/*Common*/
img {
	max-width: 100%;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*font*/
.f_pop {
	font-family: 'Poppins' !important;
}
.f_lib {
	font-family: 'Libre Baskerville';
}
.f_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: transparent;
    opacity: 0.6;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #000;
    opacity: 1;
}
#header.sb_h .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #fff !important;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}
html.sticky-header-active #header .logbox a {
    color: #666 !important;
}
html.sticky-header-active #header .fc_box a {
    color: #333 !important;
	border-color: #333 !important;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 300;
    color: #fff !important;
    border-radius: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    padding: 2em 2em !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #fff;
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #fff;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe636;
	background-color: transparent;
}
@media (max-width:1700px) {
    html #header .header-nav-main nav > ul > li > a {
        padding: 3rem !important;
    }
}
@media (min-width:991px) {	
    html #header .header-nav-main nav > ul > li {
        float: none;
        display: inline-block;
    }
    /*html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: #ddd;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }*/
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body {
    background-color: #111;
}
#header .header-body .c_wrp {
    position: relative;
    z-index: 10;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #d3e7f1;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3) !important;
	padding: 0;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: rgba(17, 17, 17, 0.9);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #aaa;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #aaa !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1568px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 30px 10px !important;
    	font-size: 16px;
	}
}
@media (min-width:991px) {	
    #header .header-body {
        padding: 0 4rem;
    }
    #header .header-body > .c_wrp {
        display: table;
    }
    #header .header-body > .c_wrp > div {
        width: 20%;
        display: table-cell;
    }
    #header .header-body > .c_wrp > .header-nav {
        width: 60%;
        display: table-cell !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #aaa ;
        height: 3px;
        width: 0%;
        z-index: 5;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 1.7rem;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
    #header .header-body {
        padding: 0 1.5rem;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #d3e7f1 !important;
		border-color: #fff;
	}
    html #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #d3e7f1 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
    #header.header-narrow .header-logo img {
		width: 100px;
    	margin: 1.5rem 0;
    }
}

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

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

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

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #444;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	font-family: 'Noto Sans KR';
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent !important;
	color: #fff;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
    text-transform: uppercase;
	-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: 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;
	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%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 40px;
    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:768px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*color*/
.c_org {
    color: #ffc45c !important;
}
.c_pk {
    color: #f4017d !important;
}

/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}
/*foottop*/
.foottop {
    border-top: 0px;
    margin-top: 0px !important;
    background-color: #111;
    border-top: 1px solid #333;
    padding: 20px 0 !important;
    background-color: #111;
}
.foottop ul li {
    display: inline-block;
    position: relative;
}
.foottop ul li:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
}
.foottop ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    color: #ccc;
    font-size: 14px;
}
@media (max-width:768px) {
    .foottop {
        padding: 10px 0 !important;
    }
    .foottop ul li a {
        padding: 3px;
        font-size: 10px;
    }
}
/*footer*/
#footer {
    border-top: 1px solid #333;
    margin-top: 0px !important;
    background-color: #111;
    padding: 40px 0 !important;
}
#footer .foot_lnk {
    font-size: 16px;
    margin: 0 -10px;
    margin-bottom: 20px;
}
#footer .foot_lnk span {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}
#footer .f_rt {
    padding-left: 30px;
    position: relative;
}
#footer .f_rt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.7);
}
@media (min-width:769px) {
    #footer .logo {
        width: 400px;
        display: table-cell;
    }
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 40px 0 !important;
    }
    #footer .f_rt {
        padding-left: 15px;
        position: relative;
    }
    #footer .logo {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer .logo img {
        width: 200px;
    }
}


/*msec1*/
#msec1 .bg01 {
	background: url(../img/msec1_bg.jpg) center center no-repeat;
}

#msec1 .got_carousel .owl-nav [class*="owl-"],
#msec1 .got_carousel .owl-nav [class*="owl-"]:visited, 
#msec1 .got_carousel .owl-nav [class*="owl-"]:focus,  
#msec1 .got_carousel .owl-nav [class*="owl-"]:hover {
    color: #fff;
}
#msec1 .owl-carousel .owl-dots {
	position: relative;
	top: -50px;
	height: 0px;
    margin: 0px;
}
#msec1 .owl-carousel .owl-dots .owl-dot span, 
#msec1 .owl-carousel .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border: 0px;
	width: 50px;
	height: 5px;
	margin: 5px 4px;
}
#msec1 .owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 0.4);
}
#msec1 .owl-carousel .owl-dots .owl-dot.active span{
	background: rgba(255, 255, 255, 0.8);
}
#msec1 .owl-carousel img {
    display: inline-block;
    width: auto;
}
#msec1 .txtbox p {
    margin-top: 15px;
}
#msec1 .btn_wrp {
    margin-top: 40px;
}
#msec1 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1em;
    padding: 15px 50px;
    border: 1px solid rgba(255,255,255,0.3);
}
@media (min-width:769px){
	#msec1 .c_wrp {
		height: 850px;
	}
}
@media (max-width:768px){
    /*#msec1 .bg01 {
	    background: url(../img/msec1_bg_m.png) center center no-repeat;
    }*/
	#msec1 .c_wrp {
		height: 350px;
		table-layout: auto;
	}
	#msec1 .bg01,
	#msec1 .bg02,
	#msec1 .bg03 {
		background-size: cover !important;
	}
    #msec1 .owl-carousel .owl-nav, 
    #msec1 .owl-carousel .owl-dots {
        top: -30px;
    }
    #msec1 .owl-carousel .owl-dots .owl-dot span, 
    #msec1 .owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 2px;
        margin: 3px 4px;
    }
    #msec1 .btn_wrp a {
        font-size: 12px;
        padding: 10px 30px;
    }
}


/*msec2*/
#msec2_tit  {
	background: #000;
}

#msec2_top .mtit{
    padding: 40px 0; 
}
#msec2 {
    background: url(../img/msec2_bg.png) center center no-repeat;
}

@media (max-width:768px) {
    #msec2_top .mtit{
        padding: 20px 0; 
    } 
}

/*msec3*/
#msec3 {
    background: url(../img/msec3_bg.png) center center no-repeat;
}

/*msec4*/
#msec4 {
    background: url(../img/msec4_bg.png) center center no-repeat;
}

/*msec5*/
#msec5 {
    background: url(../img/msec5_bg.png) center center no-repeat;
    background-size: cover;
}

/*msec7*/
#msec7 {
    background: url(../img/msec7_bg.png) center center no-repeat;
}
@media (max-width:768px) {
    #msec7 {
        background: url(../img/msec7_bg_m.png) left center no-repeat;
        
    }
}
/*msec8*/
#msec8 {
    background: url(../img/msec8_bg.png) top center no-repeat;
    background-size: cover;
}
#msec8 video {
    width: 100%;
}

/*msec9*/
#msec9 {
    background: url(../img/msec9_bg.png) top center no-repeat;
    background-size: cover;
}

/*table_basic*/
.table.table_basic {
   
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th{
    font-size: 30px;
    color:#fff;
    background-color: #193f70;
    line-height: 1.1em;
    text-transform: none;
    border: 1px solid #fff;
    padding: 25px;
}
.table.table_basic tbody tr td {
    font-size: 20px;
    color: #666;
    background-color: #f2f2f2;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #fff;
    padding: 25px;
}
.table.table_basic tbody tr:nth-child(even) td{
    background-color: #e8e8e8;
}
.table.table_basic thead tr th span{
    font-size: 0.7em;
}
.table.table_basic thead.tab_img th{
    position: relative;
    height: 90px;
}
.table.table_basic thead.tab_img th img{
    position: absolute;
    top:-18px;
    left:50%;
    margin-left: -68px;
}
.table.table_basic .th_bd1 tr th:nth-child(1){
    border-radius: 135px 0 0 0;
}
.table.table_basic .th_bd1 tr th:nth-child(4){
    border-radius: 0 135px 0 0;
}
.table.table_basic .th_bd2 tr th:nth-child(1){
    border-radius: 0 0 0 135px;
}
.table.table_basic .th_bd2 tr th:nth-child(4){
    border-radius: 0 0 135px 0;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 800;
}
.table.table_basic tbody tr td {
    font-weight: 600;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}

.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}

@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 13px;
        padding: 8px 5px;
		word-break: break-all !important;
    }
    .table.table_basic thead.tab_img th{
        position: relative;
        height: 60px;
    }
    .table.table_basic thead.tab_img th img{
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -35px;
        width: 70px;
    }
    .table.table_basic .th_bd1 tr th:nth-child(1){
        border-radius: 20px 0 0 0;
    }
    .table.table_basic .th_bd1 tr th:nth-child(4){
        border-radius: 0 20px 0 0;
    }
    .table.table_basic .th_bd2 tr th:nth-child(1){
        border-radius: 0 0 0 20px;
    }
    .table.table_basic .th_bd2 tr th:nth-child(4){
        border-radius: 0 0 20px 0;
    }
}





/*mapbox*/
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 180px !important;
	}
}
/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #1e1e1e;
    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%;
    }
}