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

/*Font: Play*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

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

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


@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: 500;
    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 (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 {
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6, p{
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}
html {
    font-size: 10px;
}
/*@media (min-width:1300px){
    .container {
        width: 1330px;
    }
}*/
@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_nvy {
    color: #2f2f7d !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;
    }
}
@media (min-width:500px){
    .hidden-xxl {
        display: none;
    }
}
@media (max-width:500px){
    .hidden-xxs {
        display: none;
    }
}
/*font*/
.f_play {
	font-family: 'Play' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}
/*header*/
#header .header-body {
    background-color: #fff;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 0px;
}
html.sticky-header-active #header .header-body {
    border-bottom: 0px;
}
#header .header-body .tbox {
    text-align: right;
}
#header .header-body .tbox .mmenu-toggle-btn {
    cursor: pointer;
    display: inline-block;
}
#header .header-body .tbox > nav {
    text-align: center;
    display: inline-block;
}
#header .header-body #mainNav > li {
    float: none;
    display: inline-block;
}
#header .header-body #mainNav > li > a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 30px 20px;
    position: relative;
}
#header .header-body #mainNav > li > a span {
       font-size: 0.7em;
}
#header .header-body #mainNav > li > a:after {
    content: "";
    position: absolute;
    background-color: #ff6c00;
    height: 4px;
    width: 0%;
    left: 0;
    bottom: -1px;
    z-index: 1001;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*#header .header-body #mainNav > li:hover > a:after {
    width: 100%;
}*/
#header .header-body #mainNav li > a i {
    display: none;
}
#header .header-body #mainNav li:hover .dropdown-menu {
    display: block;
    background-color: #fff;
    width: 100%;
    min-width: auto;
    margin: 0px;
    border-radius: 0;
    top: 95%;
}
#header .header-body #mainNav li .dropdown-menu li a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
}
#header .header-body #mainNav li .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}
#header .header-body #mainNav li .dropdown-menu li:focus a,
#header .header-body #mainNav li .dropdown-menu li:active a,
#header .header-body #mainNav li .dropdown-menu li:hover a {
    background-color: transparent;
}
#header .header-body #mainNav li .dropdown-menu li a:hover {
    color: #3158cc;
}
#header .header-body .tel_box a {
    font-size: 17px;
    font-weight: 500;
    color: #3158cc;
    text-decoration: none;
    display: inline-block;
}
#header .header-body .on_box .on_box_in {
    display: inline-block;
    position: relative;
}
#header .header-body .on_box .on_box_in > span {
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1em;
    width: 150px;
    cursor: pointer;
}
#header .header-body .on_box .on_box_in ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0 0 20px 20px;
    height: 0px;
    background-color: #fff;
    overflow: hidden;
}
#header .header-body .on_box ul li a {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1em;
    position: relative;
    width: 150px;
}
#header .header-body .on_box ul li a:hover {
    color: #1d2088;
}
#header .header-body .on_box span img {
    width: 20px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 7px;
}
#header .header-body .on_box .on_box_in:hover ul,
#header .header-body .on_box .on_box_in:focus ul,
#header .header-body .on_box .on_box_in:active ul {
    height: auto !important;
}
@media (max-width:992px){
    #header .header-body {
        padding: 15px 0;
    }
}
@media (min-width: 768px){
    #header .header-body .on_box .on_box_in:hover > span,
    #header .header-body .on_box .on_box_in:focus > span,
    #header .header-body .on_box .on_box_in:active > span {
        border-radius: 20px 20px 0 0;
        border-bottom: 0px;
    }
    #header .header-body .on_box .on_box_in:hover ul,
    #header .header-body .on_box .on_box_in:focus ul,
    #header .header-body .on_box .on_box_in:active ul {
        border: 1px solid #ddd;
        padding: 0 0 15px;
        border-top: 0px;
    }
}
@media (max-width: 768px){
    #header .header-body .lbox img {
        width: 180px;
    }
    #header .header-body .on_box {
        position: fixed;
        bottom: 15px;
        right: 10px;
    }
    #header .header-body .on_box .on_box_in > span {
        background-color: #fff;
    }
    #header .header-body .on_box .on_box_in:hover > span,
    #header .header-body .on_box .on_box_in:focus > span,
    #header .header-body .on_box .on_box_in:active > span {
        border-radius: 0 0 20px 20px;
        border-top: 0px;
    }
    #header .header-body .on_box .on_box_in ul {
        top: auto;
        bottom: 100%;
        border-radius: 20px 20px 0 0;
    }
    #header .header-body .on_box .on_box_in:hover ul,
    #header .header-body .on_box .on_box_in:focus ul,
    #header .header-body .on_box .on_box_in:active ul {
        border: 1px solid #ddd;
        padding:  0 0;
        border-bottom: 0px;
    }
}
/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #1d2088;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #1d2088;
    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);
}

/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 100%;
	height: 100%;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(23, 23, 23, 0.95);
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 90;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 85px;
    top: -30px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    margin: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 200px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li a {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 15px 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: 5px;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
    color: #fff;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 12px;
}
.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;
}

@media (min-width:991px){
    .mobile-side-menu #mainNav > li {
        width: 20%;
        margin: 0;
        position: relative;
        min-height: 230px;
        padding-right: 30px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
    .mobile-side-menu li ul {
        display: block;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
}
@media (max-width:992px){
    .mobile-side-menu #mainNav {
        margin-top: 100px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 15px;
        top: -44px;
    }
    .mobile-side-menu li li a {
        padding: 5px;
    }
}
@media (max-width:768px){
    .mobile-nav {
        overflow-y: scroll;
    }
}
/*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;
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 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;
	}
}



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

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 50px;
    color: #221814;
    font-weight: 500;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 500;
    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;
}
@media (max-width:992px){
    h1.dft {
        font-size: 40px;
    }
    h2.dft {
        font-size: 30px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 22px;
    }
    h5.dft {
        font-size: 17px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 16px;
    }
}
@media (max-width:500px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 19px;
    }
    h4.dft {
        font-size: 17px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}

/*color*/
.l_vio {
	color: #1d2088 !important;
}
.c_org {
	color: #ff6c00 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #aa247f !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #0084ff !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #b1842f !important;
}
.c_gr {
	color: #b7d200 !important;
}
.c_gray {
	color: #666 !important;
}
.c_ygr{
    color: #56b025 !important;
}
.c_dgr {
	color: #093d26 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_lgr {
	color: #999 !important;
}
.c_main {
	color: #004a72 !important;
}
.c_bmain {
	color: #46b260 !important;
}

/*subtop*/
.subtop {
    position: relative;
}
.subtop h1 {
	font-size: 50px;
	font-family: Montserrat;
	font-weight: 700;
	margin-bottom: 25px;
}
.subtop h5 {
	font-size: 20px;
	font-weight: 400;
    margin-bottom: 0px;
}
.subtop h1 span {
	color: #fff;
	/*background: -webkit-linear-gradient(right,#30a7ad 0%, #aef9fd 50%,#30a7ad 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display: inline-block;
}
.subtop h5 span {
	color: #fff;
	/*background: -webkit-linear-gradient(right,#30a7ad 0%, #aef9fd 50%,#30a7ad 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display: inline-block;
}
@media (min-width:769px){
	.subtop {
		/*background-attachment: fixed !important;*/
	}
	.subtop .c_wrp {
		height: 350px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
    .subtop:after {
        background-size: 250px;
        background-position: center 40% !important;
    }
	.subtop .c_wrp {
		height: 200px;
		padding-bottom: 20px;
	}
	.subtop h1 {
		font-size: 20px;
        line-height: 1em;
		margin-bottom:10px;
		opacity: 1;
	}
    .subtop h5 {
		font-size: 14px;
        line-height: 1em;
		opacity: 1;
	}
}


/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 60px 0 !important;
}
#footer .logo_wrp {
    margin-bottom: 20px;
}
#footer .logo_wrp a {
    text-decoration: none;
    display: inline-block;
}
#footer p {
    font-size: 17px;
    line-height: 1.4em;
    color: #636363;
    font-weight: 300;
}
#footer p.mini {
    font-size: 13px;
}
@media (max-width: 768px) {
    #footer {
        padding: 30px 0 !important;
        margin-bottom: 40px;
    }
    #footer .logo_wrp {
        margin-bottom: 15px;
    }
    #footer .logo_wrp a img{
        max-width: 50%;
    }
    #footer p {
        font-size: 13px;
    }
    #footer p.mini {
        font-size: 11px;
    }
}

/*nw_slider*/
#nw_slider {
    position: relative;
    text-align: center;
}
#nw_slider h1 {
    font-size: 70px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#nw_slider h4 {
    line-height: 1.1em;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-top: 25px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#nw_slider .txt3,
#nw_slider .txt4 {
    margin-top: 30px;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}/*
.swiper-container.mslider .swiper-slide {
    height:650px;
}
.swiper-container.mslider .swiper-slide .bg {
    height:650px; 
    background-position:center; 
}*/
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/main_slide1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/main_slide2.jpg);
}
.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.slide_6 .bg {
    background-image:url(../img/main_slide6.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: 60px;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #ddd;
    margin: 0 7px;
    border: 3px solid #ddd;
    opacity: 1
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #e12f26;
    border-color: #e12f26;
}
@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 h1 {
        font-size: 40px;
    }
     #nw_slider h4 {
        font-size: 22px;
    }
    /*.swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height: 550px; 
    }*/
    .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%;
        display: none;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
}
@media (max-width:500px){
    /*.swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height: 300px; 
    }*/
    #nw_slider h1 {
        font-size: 28px;
    }
     #nw_slider h4 {
        font-size: 16px;
        line-height: 0.5em;
    }
    #nw_slider .ms_scr_wrp {
        height: 70px;
    }
    #nw_slider .ms_scr_wrp:after {
        height: 30px;
    }
    #nw_slider .ms_scr_wrp .ms_scr { 
        font-size: 11px;
    }
}
/*mtit*/
.mtit h5 {
    margin-top: 15px;
}
@media (max-width:768px){
    .mtit h5 {
        margin-top: 5px;
    }
}
/*msec1*/
#msec1 {
    background: url(../img/msec1_bg.png) center bottom no-repeat;
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#msec2 ul li .tbox {
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
}
#msec2 ul li .tbox p {
    margin-top: 10px;
}
@media (max-width:768px){
    #msec2 ul li:not(:last-child){
        margin-bottom: 20px;
    }
}
/*msec3*/
#msec3 .top_txt .tbox h4 {
    font-weight: 500;
}
#msec3 .eff {
    padding: 60px 45px;
    background: url(../img/eff_bg.png) right top no-repeat;
    background-color: #f7f7f7;
}
#msec3 .eff .ibox {
    position: relative;
}
#msec3 .eff .ibox .num {
    position: absolute;
    left: -8px;
    top: -8px;
}
#msec3 .eff .tbox {
    padding-top: 15px;
}
#msec3 .eff .tbox h5 {
    font-weight: 500;
}
#msec3 .eff .tbox p {
    font-weight: 300;
}
@media (min-width:769px){
    #msec3 .top_txt li {
        text-align: center;
    }
    #msec3 .top_txt .tbox {
        margin-top: 15px;
    }
    #msec3 .top_txt .tbox p {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    #msec3 .top_txt li:not(:last-child) {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    #msec3 .top_txt .ibox {
        width: 25%;
    }
    #msec3 .top_txt .tbox {
        padding-left: 15px;
    }
    #msec3 .eff {
        text-align: center;
        background-size: 80px;
    }
    #msec3 .eff li:not(:last-child) {
        margin-bottom: 20px;
    }
    #msec3 .eff .tbox {
        padding-top: 10px;
    }
    #msec3 .eff .ibox .num {
        width: 40px;
        left: -5px;
        top: -5px;
    }
}
/*msec4*/
#msec4 {
    background: url(../img/msec4_bg.png) center right no-repeat;
    background-size: cover;
    position: relative;
}
#msec4 > div {
    position: relative;
    z-index: 3;
}
#msec4 ul {
    padding: 60px 40px;
    border: 3px solid #fff;
    border-radius: 10px;
}
#msec4 ul li {
    margin: 8px 0;
}
#msec4 ul li h4 {
    position: relative;
    padding-left: 25px;
}
#msec4 ul li h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
}
@media (max-width:768px){
    #msec4:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
    }
    #msec4 ul {
        padding: 30px 20px;
    }
    #msec4 ul li h4:before {
        top: 7px;
        width: 11px;
        height: 11px;
        border: 3px solid #fff;
    }
}
/*pro_box*/
.pro_box .c_wrp {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.pro_box .c_wrp h2,
.pro_box .c_wrp h1 {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.pro_box .c_wrp h2 {
    padding-right: 15px;
    position: relative;
    padding-left: 25px;
}
.pro_box .c_wrp h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    border: 5px solid #e51d1d;
}
.pro_box .c_wrp h1 {
    padding-left: 15px;
}
.pro_box .img_wrp > li {
    margin-top: 40px;
}
@media (min-width:769px){
    .pro_box .c_wrp:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0px;
        top: 50%;
        border-bottom: 2px dashed #ddd;
    }
}
@media (max-width:768px){
    .pro_box .c_wrp h2{
        padding-left: 20px;
    }
    .pro_box .c_wrp h2:after {
        top: 8px;
        width: 15px;
        height: 15px;
        border: 4px solid #e51d1d;
    }
    .pro_box .img_wrp > li {
        margin-top: 20px;
    }
}
/*cost_table*/
.cost_table_wrp {
    padding: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
}
.table.cost_table tbody tr th,
.table.cost_table tbody tr td {
    font-size: 20px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 500;
    border: 0px;
    padding: 10px 0;
    position: relative;
}
.table.cost_table tbody tr td {
    text-align: right;
}
@media (min-width:769px){
    .table.cost_table tbody tr th:after,
    .table.cost_table tbody tr td:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0px;
        top: 24px;
        border-bottom: 2px dashed #aaa;
    }
	.table.cost_table2 tbody tr td:after {
        border-bottom: 0px ;
    }
    .table.cost_table tbody tr th .item,
    .table.cost_table tbody tr td .item {
        display: inline-block;
        background-color: #f7f7f7;
        position: relative;
        z-index: 3;
    }
    .table.cost_table tbody tr th .item {
        padding-right: 15px;
    }
    .table.cost_table tbody tr td .item {
        padding-left: 15px;
    }
}
@media (max-width:768px){
    .cost_table_wrp {
        padding: 20px;
    }
    .table.cost_table tbody tr th,
    .table.cost_table tbody tr td {
        font-size: 15px;
        display: block;
        padding: 10px 0;
        position: relative;
        text-align: left;
    }
    .table.cost_table tbody tr:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .table.cost_table tbody tr th {
        padding-bottom: 0px;
        font-size: 17px;
    }
    .table.cost_table tbody tr td {
        padding-top: 0px;
        font-weight: 400;
    }
    .table.cost_table tbody tr th .text-lg,
    .table.cost_table tbody tr td .text-lg {
        font-size: 13px !important;
    }
}
/*msec6*/
#msec6 {
    background-color: #15164e;
}
#msec6 a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
}
#msec6 .c_wrp .lt .time_table {
    margin: 25px 0;
}
#msec6 .c_wrp .lt .time_table tr th,
#msec6 .c_wrp .lt .time_table tr td {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 5px;
    color: #fff;
    text-align: center;
}
#msec6 .c_wrp .lt .time_table tr th{
    background-color: rgba(0,0,0,0.4);
}
@media (min-width:769px){
    #msec6 .c_wrp .lt {
        padding-right: 30px;
    }
}
@media (max-width:768px) {
    #msec6 a {
        max-width: 70%;
    }
    #msec6 .mapbox {
        margin-top: 15px;
    }
    #msec6 .c_wrp .lt .time_table tr th,
    #msec6 .c_wrp .lt .time_table tr td {
        font-size: 14px;
        padding: 10px 5px;
    }
}


/*msec7*/
#msec7 {
    background-color: #ffe000;
}
#msec7 a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
}
#msec7 h1,#msec7 h5 {
   color:#371a1a;
}
#msec7 .c_wrp .lt .time_table {
    margin: 25px 0;
}
#msec7 .c_wrp .lt .time_table tr th,
#msec7 .c_wrp .lt .time_table tr td {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    border-top: 1px solid #371a1a;
    border-bottom: 1px solid #371a1a;
    padding: 15px 5px;
    color: #371a1a;
    text-align: center;
}
#msec7 .c_wrp .lt .time_table tr th {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#msec7 .c_wrp .lt .time_table tr th{
    background-color: #371a1a;
}
@media (min-width:769px){
    #msec7 .c_wrp .lt {
        padding-right: 30px;
    }
}
@media (max-width:768px) {
    #msec7 a {
        max-width: 70%;
    }
    #msec7 .mapbox {
        margin-top: 15px;
    }
    #msec7 .c_wrp .lt .time_table tr th,
    #msec7 .c_wrp .lt .time_table tr td {
        font-size: 14px;
        padding: 10px 5px;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}


/*table_basic*/
.table.table_basic thead tr th,
.table.table_basic tbody tr td,
.table.table_basic tbody tr th {
	vertical-align: middle;
	border: 1px solid #ddd !important;
	padding: 20px;
}
.table.table_basic thead tr th {
	font-size: 22px;	
	line-height: 1em;
	font-weight: 600;	
	text-align: center;
	color: #1e1e1e;
	background-color: #f4f4f4;
}
.table.table_basic tbody tr th {
	font-size: 18px;	
	line-height: 1.5em;
	font-weight: 600;	
	color: #1e1e1e;	
	background-color: #fcfcfc;
	text-align: center;
}
.table.table_basic tbody tr td {
	font-size: 18px;	
	line-height: 1.5em;
	font-weight: 500;	
	color: #1e1e1e;	
}
@media (max-width:768px){
	.table.table_basic thead tr th,
	.table.table_basic tbody tr th,
	.table.table_basic tbody tr td {
		padding: 10px;
		/*width: 50% !important;*/
	}
	.table.table_basic thead tr th {
		font-size: 14px;
	}
	.table.table_basic tbody tr th,
	.table.table_basic tbody tr td {
		font-size: 12px;
	}	
}