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

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

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

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

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}
/* POPUP */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
	margin:0 auto;
	height:0;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*mo_wrp*/
#mo_wrp {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
body::-webkit-scrollbar {
    display: none;
}
/*body*/
.body {
    overflow: hidden;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}
html {
    font-size: 10px;
}
img {
    max-width: 100%;
}
@media (min-width:1780px){
    .container {
        width: 1750px;
    }
}
/*header*/
html #header.header-transparent {
    position: fixed;
}
#header .container {
    padding: 0 100px;
    width: 100%;
}
#header .lt,
#header .rt {
    width: 10%
}
#header .lt img {
    margin: 30px 0;
    /*max-width: 122px;*/
}
#header .lt .logo_w {
    display: block;
}
#header .lt .logo_dk {
    display: none;
}
#header .ct {
    width: 80%;
    text-align: center;
}
#header .ct a {
    text-decoration: none;
    display: inline-block;
}
#header .ct #mainNav > li {
    float: none;
    display: inline-block;
}
#header .ct #mainNav > li > a {
    text-decoration: none;
    display: block;
    padding: 20px 40px;
    color: #111;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Play', Arial, sans-serif !important;
}
#header.header-dark .ct #mainNav > li > a {
    color: #fff;
}
#header .ct #mainNav li a.lang_ko {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
}
#header .ct #mainNav li a i {
    display: none;
}
#header .ct #mainNav li:hover .dropdown-menu,
#header .ct #mainNav li:focus .dropdown-menu,
#header .ct #mainNav li:active .dropdown-menu {
    display: block;
}
#header .ct #mainNav li .dropdown-menu {
    margin: 0px;
    top: 80%;
    border-radius: 0px;
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 10%);
    border: 1px solid #aaa;
    width: 100%;
    left: 0;
    min-width: auto;
}
#header .ct #mainNav li .dropdown-menu li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px;
    color: #888;
}
#header .ct #mainNav li .dropdown-menu li a {
	font-family: 'Play' !important;
}
#header .ct #mainNav li .dropdown-menu li a.lan_ko {
    font-family: 'Noto Sans KR' !important;
}
#header .ct #mainNav li .dropdown-menu li:focus a,
#header .ct #mainNav li .dropdown-menu li:active a,
#header .ct #mainNav li .dropdown-menu li:hover a {
    background-color: transparent;
    color: #000;
}
#header .lt a {
    text-decoration: none;
    display: inline-block;
}
#header .rt > strong {
    cursor: pointer;
    display: inline-block;
}
@media (min-width: 1350px){
    html.sticky-header-active #header {
        background-color: rgba(255, 255, 255, 0.5);
        transition: background-color 0.4s, transform 0.4s 0.2s;
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
    }
    html.sticky-header-active #header.header-dark {
        background-color: rgba(0, 0, 0, 0);
    }
    html #header .lt img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    html.sticky-header-active #header .lt img {
        margin: 10px 0;
    }
}
@media (max-width: 1350px){
    #header .ct #mainNav > li > a {
        padding: 60px 15px;
    }
}
@media (max-width:992px){
    #header .container {
        padding: 0 30px;
    }
    #header .lt img {
        max-width: 120px;
        margin: 30px 0 25px;
    }
}
/*lines_bar*/
.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);
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.95);
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 90;
}
.mobile-nav .mobile-nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.mobile-nav .mobile-nav-wrapper .mobile-side-menu {
    display: table-cell;
    vertical-align: middle;
	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;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li {
    text-align: center;
}
.mobile-side-menu li a {
    position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 35px 10px;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a strong {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 8px;
    background-color: #0055b8;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li a strong span {
    position: relative;
    z-index: 3;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 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 {
        position: relative;
    }
    .mobile-side-menu li a:hover strong:before {
        width: 100%;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu li:nth-child(2) {
        text-align: right;
    }
    .mobile-side-menu li:nth-child(3) {
        text-align: left;
    }
    .mobile-side-menu li:nth-child(3) {
        position: relative;
    }
    .mobile-side-menu li:nth-child(3):before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #fff;
    }
    .mobile-side-menu li:nth-child(2) a {
        padding: 0px 10px;
    }
    .mobile-side-menu li:nth-child(3) a {
        padding: 0px 10px;
        line-height: 1.3em;
    }
}
@media (max-width:992px){
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 15px;
        top: -44px;
    }
    .mobile-side-menu #mainNav > li {
        width: 100%;
    }
    .mobile-side-menu li a {
        padding: 8px;
    }
}
@media (max-width:768px){
    .mobile-side-menu #mainNav {
        max-width: 100%;
    }
    .mobile-nav {
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 24px;
        line-height: 1em;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*color*/
.c_rd {
    color: #d41f1f !important;
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

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



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 35px;
}
h2.dft {
    font-size: 28px;
}
h3.dft {
    font-size: 20px;
}
h4.dft {
    font-size: 18px;
}
h5.dft {
    font-size: 17px;
}    
h6.dft {
    font-size: 16px;
}
p.dft {
    font-size: 14px;
}
@media (min-width:769px){
    h1.dft {
        font-size: 45px;
    }
    h2.dft {
        font-size: 35px;
    }
    h3.dft {
        font-size: 28px;
    }
    h4.dft {
        font-size: 24px;
    }
    h5.dft {
        font-size: 20px;
    }    
    h6.dft {
        font-size: 18px;
    }
    p.dft {
        font-size: 17px;
    }
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.f_play {
	font-family: 'Play' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}
/*visual*/
#visual {
    position: relative;
}
#visual .slk_wrp .slick-slide {
    height: 100vh;
    position: relative;
}
#visual .bg1 {
    background: url(../img/main_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg2 {
    background: url(../img/main_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg3 {
    background: url(../img/main_bg3.jpg) center center no-repeat;
    background-size: cover;
}
/*copy_bt*/
.copy_bt {
    position: fixed;
    right: 100px;
    bottom: 70px;
    z-index: 115;
}
.copy_bt h6 {
    opacity: .7;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
    letter-spacing: 0;
}
@media (max-width:992px){
    .copy_bt {
        right: 30px;
        bottom: 30px;
    }
    .copy_bt {
        right: 0;
        width: 100%;
        text-align: center;
    }
    .copy_bt h6 {
        font-size: 11px;
        padding-left: 0px;
    }
}

/*nw_slider*/
#nw_slider {
    position: relative;
    text-align: center;
}
#nw_slider .txt1 {
    font-size: 80px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
}
#nw_slider .txt1 a {
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: relative;
}
#nw_slider .txt1 a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#nw_slider .txt2 {
    color: #fff;
    margin-top: 25px;
}
#nw_slider h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    text-transform: none;
}
#nw_slider .not_wrp {
    margin-top: 70px;
    margin-bottom: 10%;
    max-width: 400px;
    margin-left: auto;
    background-color: rgba(0,0,0,0.2);
    padding: 30px;
}
#nw_slider .not_wrp p {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-weight: 300;
}
#nw_slider .not_wrp p a {
    text-decoration: none;
    color: #fff;
    opacity: .7;

    -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;
}
#nw_slider p a:hover {
    opacity: 1;
}
#nw_slider .nextbox {
    position: relative;
    margin-left: auto;
    width: 300px;
    padding-right: 250px;
    margin-top: 40px;
}
#nw_slider .nextbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 1px;
    width: 230px;
    background-color: #fff;
}
#nw_slider .nextbox div.swiper-button-next,
#nw_slider .nextbox div.swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    background: url(../img/v_arr.png) center center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
}
#nw_slider .nextbox .swiper-button-prev {
    transform: rotate(180deg);
}
#nw_slider .nextbox .swiper-button-next {
}
#nw_slider .nextbox .swiper-button-prev:after, 
#nw_slider .nextbox .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:100vh;
}
.swiper-container.mslider .swiper-slide .bg {
    height:100vh; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/main_bg1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/main_bg2.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_bg3.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 7px;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #a00029;
}
@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;
    }
}
@media (max-width:768px){
    #nw_slider {
        text-align: center;
    }
    #nw_slider .txt1 {
        font-size: 35px;
        line-height: 1em;
        color: #fff;
        font-weight: 600;
    }
    #nw_slider .txt1 a {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    #nw_slider .txt1 a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #nw_slider .txt2 {
        color: #fff;
        margin-top: 10px;
        font-size: 17px;
    }
    #nw_slider .not_wrp {
        margin-top: 30px;
        margin-bottom: 10%;
        max-width: 300px;
        padding: 20px;
    }
    #nw_slider .not_wrp p {
        margin-top: 0px;
        font-size: 12px;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
    #nw_slider .nextbox {
        position: relative;
        margin-left: auto;
        width: 220px;
        padding-right: 170px;
        margin-top: 15px;
    }
    #nw_slider .nextbox:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        height: 1px;
        width: 160px;
        background-color: #fff;
    }
}
/*m_sns*/
#msns {
    position: fixed;
    bottom: 70px;
    left: 100px;
    z-index: 115;
}
#msns li:not(:last-child){
    margin-bottom: 10px;
}
#msns li a {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    position: relative;

    -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;
}
#msns li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (min-width:991px){
    #msns li a:hover {
        margin-left: 5px;
    }
}
@media (max-width:992px){
    #msns {
        bottom: 30px;
        left: 30px;
    }
    #msns li:not(:last-child){
        margin-bottom: 5px;
    }
    #msns li a {
        border-width: 1px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media (max-width:992px){
    #msns {
        left: 0; 
        padding: 0 30px;
        width: 100%;
        text-align: center;
        bottom: 50px;
    }
    #msns li {
        display: inline-block;
        margin: 0 3px;
    }
    #msns li:not(:last-child){
        margin-bottom: 0px;
    }
}
/*whitemode*/
.dk_mode {
    display: none;
}
.body:not(.mmenu-open).white_mode .w_mode {
    display: none;
}
.body:not(.mmenu-open).white_mode .dk_mode {
    display: block;
}
.body:not(.mmenu-open).white_mode #header .lines_bar,
.body:not(.mmenu-open).white_mode #header .lines_bar:before,
.body:not(.mmenu-open).white_mode #header .lines_bar:after {
    background-color: #333;
}
.body:not(.mmenu-open).white_mode #header .lt .logo_w {
    display: none;
}
.body:not(.mmenu-open).white_mode #header .lt .logo_dk {
    display: block;
}
.body:not(.mmenu-open).white_mode #footer {
    border-top: 1px solid #333 !important;
}
.body:not(.mmenu-open).white_mode #msns li a {
    border-color: rgba(0, 0, 0, 1);
}
.body:not(.mmenu-open).sub_mode .copy_bt,
.body:not(.mmenu-open).white_mode .copy_bt {
    position: absolute;
}
.body:not(.mmenu-open).white_mode .copy_bt h6 {
    color: #333 !important
}
@media (max-width:992px){
    html.sticky-header-active .body:not(.mmenu-open).white_mode #header.header-transparent {
        background-color: #fff;
    }
    .body:not(.mmenu-open).sub_mode #msns,
    .body:not(.mmenu-open).white_mode #msns {
        position: absolute;
    }
}
/*sub_area*/
#sub_area {
    padding: 180px 15px;
}
@media (max-width:992px){
    #sub_area {
        padding: 120px 15px 180px;
    }
}
/*container*/
#sub .container {
    max-width: 1200px;
    margin: 0 auto;
}