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

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

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

/*setting*/
.body {
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Pretendard';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.02em;
}
img {
	max-width: 100%;
}
@media (min-width:1500px){
    .container {
        width: 1530px;
    }
    .container2 {
        width: 1170px;
    }
    .hid_min {
        display: none;
    }
}
@media (max-width:1500px){
    .hid_max {
        display: none;
    }
}
@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;
    }
}
/* quickTop */
html .scroll-to-top.visible {
    display: none !important;
}
#quickTop {
    display: none;
}
@media (max-width:992px){
    #quickTop {
        position: fixed;
        right: 15px;
        bottom: 60px;
        display: block;
        border-radius: 50%;
        border: 3px solid #ee8e2d;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #ee8e2d;
        line-height: 1.2em;
        text-align: center;
        padding: 8px 11px;
        font-weight: 700;
        z-index: 100;
        text-decoration: none;
    }
}
/*Mobile or Pc*/

@media (min-width:500px) {
    .only-mobile {
        display: none;
    }
}
@media (max-width:500px) {
    .only-pc {
        display: none;
    }
}
/*font*/
.f_robo {
	font-family: 'Roboto' !important;
    letter-spacing: 0px;
}
.f_mon {
	font-family: 'Montserrat' !important;
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

.f_serif {
	font-family: 'Noto Serif KR', serif; !important;
    letter-spacing: 0px;
}


/*Header Warapping*/
#header {
    padding: 0 !important;
}
#header .header-body {
    border: 0px !important;
    padding: 0 !important;
    background: url(../img/headerPattern.png) center center #fff;
}
#header .header-body .hd_top {
    padding: 25px 0;
}
html.sticky-header-active #header .header-body .hd_top {
    padding: 15px 0;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #000;
    opacity: 1;
}
html.sticky-header-enabled #header.header-transparent .header-body {
	 position: unset;
}
html.sticky-header-active #header.header-transparent .header-body  {
		position: fixed;
}
@media (max-width:768px){
    #header {
        text-align: left;
        padding: 5px 0;
    }
    #header .container {
        padding: 0 5px;
    }
    #header .header-body {
        border: 0px;
        padding: 10px 0;
    }
    html.sticky-header-active #header.header-transparent .header-body:before {
        background: #fff;
    }
}

/* Header Layout */
#header .mainLogo a {
    text-decoration: none;
    display: block;
}
#header .n_box a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 7px 5px;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
}
@media (min-width: 1201px){
    #header .logoSet {
		width: 35%;
    }
    #header .mainLogo {
        width: 30%;
    }
    #header .rightBox {
        width: 35%;
    }
    #header .n_box {
        width: 20%;
    }
}
@media (max-width: 1200px) and (min-width: 769px){
    #header .mainLogo {
        width: 30%;
    }
    #header .rightBox {
        width: 30%;
    }
    #header .n_box {
        width: 35%;
    }
    #header .h_nav {
        width: 5%;
    }
}
@media (max-width: 992px) {
    html #header .mainLogo a img,
    #header .mainLogo a img {
        width: 200px;
    }
}
@media (max-width:768px){
    #header .header-body .hd_top {
        padding: 10px 0;
    }
    #header .mainLogo {
        width: 60%;
    }
    #header .h_nav ,
    #header .rightBox {
        width: 20%;
    }
    #header .mn_box a {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/*Header navigation*/
#header .mn_box.sub .dropdown-menu>li>a {
	color:#000;
}
#header .mn_box {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    position: relative;
    background-color: #002f5d;
}
#header .mn_box:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background-color:rgba(255, 255, 255 ,0.9);
    height: 0px;
    left: 0px;
    transform: translate3d(0, 0, 0);
    clear: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    
    -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 .mn_box.sub:after {
    top: 100%;
    background-color: #f7f7f7;
    
    -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 .mn_box:hover:after {
    height: 300px;
    opacity: 1;
}
#header .mn_box nav > ul > li {
    float: left;
    display: block;
    width: 14.2857142857%;
    text-align: center;
    margin: 0px;
    position: relative;
}
#header .mn_box nav > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li > a {
    font-size: 17px;
    line-height: 1em;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-weight: 400;
}
#header .mn_box nav > ul > li > a i {
    display: none;
}
#header .mn_box nav ul li.dropdown > .dropdown-menu {
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
#header .mn_box nav ul li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    top: auto;
    display: block;
    opacity: 1;
}
#header .mn_box nav ul li > .dropdown-menu li {
    display: block;
}
#header .mn_box nav ul li > .dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
}
#header .mn_box nav ul li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #299beb;
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 15px !important;
	line-height: 22px !important;
	font-size: 25px !important;
}
/*header-body:hover*/
#header .header-body:hover .mn_box {
    position: relative;
    z-index: 100;
}
#header .header-body:hover .n_box a {
    color: #333;
}
#header .header-body:hover .mn_box nav > ul > li:after,
#header .header-body:hover .mn_box nav > ul > li:before {
	background-color: rgba(221, 221, 221, 0.2);
}
@media(max-width:768px){
    html #header.header-transparent {
        position: relative;
    }
    html #header {
        background-color: #fff;
    }
    html #header .header-body .mn_box {
        position: relative;
        z-index: 100;
    }
    html #header .header-body .n_box a {
        color: #333;
    }
    html #header .header-body .mn_box nav > ul > li:after,
    html #header .header-body .mn_box nav > ul > li:before {
		background-color: rgba(221, 221, 221, 0.2);
    }
    html #header .header-body .mn_box nav > ul > li > a {
        color: #333;
    }
}

/*mainNav:hover*/
@media (min-width: 991px){
    #mainNav:hover li > .dropdown-menu {
        height: 340px;
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
        text-align: center;
        width: 100%;
        margin: 0px;
        box-shadow: 0 0 0;
        border: 0px;
        border-radius: 0;
        background-color: transparent;
        padding: 18px 0;
    }
}
/* global */
#global a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    line-height: 1em;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 768px){
    #global {
        width: 50px;
    }
    #global a img {
        width: 20px;
    }
}

/* logBox */
#logBox {
    border-radius: 4px;
    padding: 0 15px;
}
#logBox .log_in {
    background: url(../img/log_in.png) 7px 6px no-repeat;
}
#logBox .log_out {
    background: url(../img/log_out.png) 7px 6px no-repeat;
}
#logBox a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding: 7px 10px 7px 10px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    padding-left: 25px;
}
@media (min-width:992px){
    #logBox {
        display: inline-block;
    }
}
@media (max-width:768px){
    #logBox {
        position: absolute;
        top:22%;
        right:7%;
    }
    #logBox a {
        font-size: 11px;
        padding: 20px 5px 7px 5px;
        padding-left: 5px;
    }
    #logBox .log_in {
        background: url(../img/log_in.png) 50% 5px no-repeat;
        background-size: 11px;
    }
    #logBox .log_out {
        background: url(../img/log_out.png) 50% 5px no-repeat;
        background-size: 11px;
    }
}
/* banSet */
.banSetInner {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.banSetInner > .arr {
    position: absolute;
    left: 0;
    width: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.banSetInner .arr.prev {
    top: calc(50% - 26px);
}
.banSetInner .arr.next {
    top: 50%;
}
.topBans {
    width: 250px;
    display: inline-block;
}
.topBans .ban {
    display: flex;
    align-items: center;
    text-align: left;
}
.topBans .ban .ibox {
    width: 40%;
}
.topBans .ban .tbox {
    width: 60%;
}
.topBans .ban .tbox p {
    line-height: 1.3em;
    margin: 0px;
}
@media (max-width: 992px){
    .banSet {
        display: none;
    }
}
/*header :: counters*/
#counterWrp {
    margin-top: 15px;
}
#counterWrp li {
    text-align: right;
}
#counterWrp li .counters {
    height: 30px;
    display: inline-block;
    text-align: left;
}
#counterWrp .counters .txtbox {
    display: inline-block;
    background-color: transparent;
    padding: 0 5px;
    color: #333;
    font-size: 17px;
    line-height: 30px;
    width: 170px;
    border: 0;
    border-radius: 0;
    text-align: center;
    position: relative;
}
#counterWrp .counters .txtbox:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
}
#counterWrp .counters .counter {
    display: block;
    color: #000;
    padding: 0;
    min-width: 90px;
    text-align: right;
    float: right;
}
#counterWrp .counters .counter strong {
	display: inline-block;
	font-size: 20px;
	vertical-align: text-bottom;
	float: none;
    color: #2f68db;
}
#counterWrp .counters .counter span {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
	float: none;
	padding-top: 2px;
	margin-left: 3px;
	font-weight: 600;
}
#counterWrp .counters .counter {
	line-height: 30px;
}
#counterWrp .counters .counter strong,
#counterWrp .counters .counter span {
	vertical-align: middle;
	line-height: 30px;
}
@media (max-width: 992px){
    #counterWrp {
        display: none;
    }
}

/* Left logo Set */
.s_univer {
    display: block;
    float: left;
    position: relative;
    width: 153px;
    height: 39px;
    margin-right: 10px;
}
.s_univer img {
    position: absolute;
    left: 0;
    top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.s_univer img.on {
    opacity: 0;
}
.s_univer img.off {
    opacity: 1;
}
.s_univer:hover img.on {
    opacity: 1;
}
.s_univer:hover img.off {
    opacity: 0;
}
@media (max-width: 992px){
	.s_univer {
		padding-right: 0px;
		margin-top: 30px;
		margin-right: 15px;
		margin-left: 15px;
		width: 70px;
		float: left;
	}
}

/*Mobile navigation bt :: lines_bar*/
#header .h_nav .mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 35px;
    cursor: pointer;
    padding: 0px !important;
    margin: 15px 0;
}
.lines_bar {
    display: inline-block;
    width: 25px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -3px;
    border-radius: 0;
    background-color: #002f5d;
}
.lines_bar:before,
.lines_bar:after {
	display: inline-block;
	width: 25px;
	height: 3px;
	transition: 0.3s;
	position: absolute;
	background-color: #002f5d;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.26rem center;
	transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 9px;
}
.lines_bar:after {
    top: -9px;
}
.mmenu-open #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar:after,
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
#header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .lines_bar:after,
.mobile-side-menu .lines_bar,
.mobile-side-menu .lines_bar:before,
.mobile-side-menu .lines_bar:after {
    background-color: #333;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 25px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

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

/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
    width: 190px;
}
.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: -2px;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	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;
    background-color: transparent;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


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

/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 30px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 15px;
	}
    .conbox.conbox_xs {
        margin-top: 10px;
    }
}

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

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 55px;
    color: #1A1A1A;
    font-weight: 700;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 35px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: none;
    margin-top: 10px;
}
h6.dft {
    font-size: 15px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #1A1A1A;
    font-weight: 400;
    margin-top: 20px;
}
@media (max-width:1200px) and (min-width:768px){
    h1.dft {
        font-size: 35px;
    }
    h2.dft {
        font-size: 25px;
    }
    h3.dft {
        font-size: 24px;
    }
    h4.dft {
        font-size: 21px;
    }
    h5.dft {
        font-size: 18px;
    }
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 16px;
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 23px;
    }
    h3.dft {
        font-size: 21px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 15px;
    }
}
@media (max-width:500px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 14px;
        margin-top: 5px;
    }
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
        margin-top: 10px;
    }
}

/*color*/
.c_org {
	color: #f58f17 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_lyl {
	color: #ffe382 !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #299beb !important;
}
.c_navy {
	color: #002f5d !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #b69a68 !important;
}
.c_gr {
	color: #00a65a !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_gray {
	color: #666 !important;
}
.c_lgray {
	color: #999 !important;
}
.c_pp {
	color: #4c36b2 !important;
}
.c_mint {
	color: #2bc3d5 !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: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/* Centered texts in each section
* --------------------------------------- */
#fullpage {
    overflow: hidden;
}
#fullpage .section {
    text-align:center;
    overflow: hidden;
}
#fullpage .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#fullpage .layer .c_wrp {
    height: 100%;
    /* background-color: rgba(11, 10, 7, 0.7); */
}
#fullpage #myVideo{
    /*width: 100%;
    height: 100vh;*/
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}
#fullpage .intro,
#fullpage .fp-auto-height.fp-section, 
#fullpage .fp-auto-height .fp-slide, 
#fullpage .fp-auto-height .fp-tableCell{
    position: relative;
    height: 800px !important;
    overflow: hidden;
}
#fullpage #myVideo {
    width: 100%;
    height: 800px !important;
}
@media (max-width:768px){
    #fullpage,
    #fullpage .intro,
    #fullpage .fp-auto-height.fp-section, 
    #fullpage .fp-auto-height .fp-slide, 
    #fullpage .fp-auto-height .fp-tableCell{
        height: 400px !important;
    }
    #fullpage #myVideo {
        width: 100%;
        height: 400px !important;
    }
}


/* Bottom menu  */
#infoMenu li a {
    color: #fff;
}
video::-webkit-media-controls {
    display:none !important;
}

/*fullpage*/
#fullpage {
    position: relative;
}
#fullpage:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 60px;
    background: url(../img/scr_img.png) center center no-repeat;
    z-index: 3;
}
#fullpage .slide {
    text-align: left;
}
#fullpage .slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 46, 101, 0.3);
}
#fullpage .slide .fp-tableCell {
    position: relative;
    z-index: 3;
}
#fullpage .fp-slidesNav {
    display: none;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 80px;
    height: 80px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/owl-prev.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/owl-next.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .txtBox .video_sym {
    margin-bottom: 20px;
}
#fullpage .txtBox h1 {
    font-size: 65px;
    line-height: 1.1em;
    color: #fff;
}
#fullpage .txtBox h5 {
    margin-top: 20px;
}
#fullpage .txtBox .txt_btn{
    margin-top: 30px;
}
#fullpage .txtBox .txt_btn a{
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    position: relative;
    text-decoration: none;
    display:inline-block;
    width: 400px;
    line-height: 1em;
}
#fullpage .txtBox .txt_btn a:before{
   content: '';
    position: absolute;
    left: 0px;
    bottom:0px;
    z-index:-1;
    width: 100%;
    height:100%;
    background: transparent;
    box-shadow: inset 0px 0px 0px #002f5d;
    display: block;
    
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
#fullpage .txtBox .txt_btn a:hover::before {
    box-shadow: inset 400px 0px 0px #002f5d;
}

#fullpage .txtBox .txt_btn a:hover{
    border: 1px solid #002f5d;
}
#fullpage .txtBox .txt_btn a span{
    margin-left: 5px;
    
    -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;
}
#fullpage .txtBox .txt_btn a:hover span{
    margin-left: 5px;
}
@media (max-width:768px){
    #fullpage:after {
        height: 30px;
        background-size: contain;
        bottom: 50px;
    }
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
    #fullpage .bg {
        padding: 50px 0;
    }
    #fullpage .txtBox .video_sym img {
        width: 35px;
    }
    #fullpage .txtBox h1 {
        font-size: 35px;
    }
    #fullpage .txtBox h5 {
        margin-top: 15px;
    }
    #fullpage .txtBox .txt_btn{
        margin-top: 20px;
    }
    #fullpage .txtBox .txt_btn a{
        font-size: 14px;
        padding: 10px 0px;
        width: 250px;
    }
    #fullpage .txtBox .txt_btn a:hover::before {
        box-shadow: inset 250px 0px 0px #002f5d;
    }
    #fullpage .txtBox .txt_btn a span img{
        height: 14px;
    }
}


/* footer */
#footer {
    margin-top: 0px;
    padding: 60px 0 130px !important;
    background-color: #26323d;
    border-top: 0px;
}
#footer h6 {
    color: #91a8bd;
    font-weight: 300;
    line-height: 1.5em;
}
#footer h6 span {
    display: inline-block;
    margin-right: 15px;
}
#footer h6 span strong {
    color: #fff;
}
#footer .btnBt {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    padding: 8px;
    line-height: 1em;
    border-radius: 4px;
    font-size: 0.8em;
    cursor: pointer;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 130px !important;
    }
    #footer .logo {
        text-align: center;
        margin-bottom: 15px
    }
    #footer .logo img {
        width: 100px;
    }
    #footer h6 span {
        display: inline-block;
        margin-right: 15px;
    }
    #footer h6 span strong {
        color: #fff;
    }
    #footer .btnBt {
        display: inline-block;
        background-color: rgba(0,0,0,0.3);
        padding: 8px;
        line-height: 1em;
        border-radius: 4px;
        font-size: 0.8em;
        cursor: pointer;
    }
}

/*nw_slider*/
#nw_slider {
    position: relative;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:auto;
}
.swiper-container.mslider .swiper-slide .bg {
    height:auto; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/visual_bg1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/visual_bg2.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/visual_bg3.jpg);
}
.swiper-container.mslider .swiper-slide.slide_4 .bg {
    background-image:url(../img/visual_bg4.jpg);
}
.swiper-container.mslider .swiper-slide.slide_5 .bg {
    background-image:url(../img/visual_bg5.jpg);
}
.swiper-container.mslider .swiper-slide.slide_6 .bg {
    background-image:url(../img/visual_bg6.jpg);
}
.swiper-container.mslider .swiper-slide.slide_7 .bg {
    background-image:url(../img/visual_bg7.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: 116px;
    height: 116px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.swiper-container.mslider .swiper-button-prev {
    left: 15%;
    background: url(../img/v_prev.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-next {
    right: 15%;
    background: url(../img/v_next.png) center center no-repeat;
}
.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: 15px;
    height: 15px;
    background: #4e4e4e;
    margin: 0 7px;
    opacity: 1;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #30bbcb;
}
@media (max-width:768px){
    .swiper-container.mslider div.swiper-pagination {
        bottom: 20px;
    }
    .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%;
        background-image: url(../img/v_arr.png);
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        transform: rotate(180deg);
        right: 30px;
    }
}

/* slkLatest */
.slkLatest {
    margin: 0 -10px;
}
.slkLatest .slick-slide {
    padding: 0 10px;
}
.slkLatest a {
    display: block;
    text-decoration: none;;
}
.slkLatest .latestTIt {
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 70px;
}
.slkLatest .latestTIt h6 {
    color: #c7c7c7;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 1em;
}
.slkLatest .ibox {
    position: relative;
}
.slkLatest .ibox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 8px;
    border-style: solid;
}
.slkLatest .ibox::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.slkLatest .tbox {
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}
.slkLatest .tbox h5 {
    font-weight: 600;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slkLatest .tbox h6 {
    margin-top: 5px;
    font-weight: 300;
    word-break: break-all;
}
.slkLatest .notice .latestTIt {
    background-image: url(../img/tit_notice.png);
}
.slkLatest .notice .ibox:before {
    border-color: #a2d3e9;
}
.slkLatest .notice .ibox:after {
    background-image: url(../img/more_notice.png);
}
.slkLatest .news .latestTIt {
    background-image: url(../img/tit_news.png);
}
.slkLatest .news .ibox:before {
    border-color: #a2b9e9;
}
.slkLatest .news .ibox:after {
    background-image: url(../img/more_news.png);
}
.slkLatest .review .latestTIt {
    background-image: url(../img/tit_review.png);
}
.slkLatest .review .ibox:before {
    border-color: #5a7a88;
}
.slkLatest .review .ibox:after {
    background-image: url(../img/more_review.png);
}
.slkLatest .story .latestTIt {
    background-image: url(../img/tit_story.png);
}
.slkLatest .story .ibox:before {
    border-color: #9ecec1;
}
.slkLatest .story .ibox:after {
    background-image: url(../img/more_story.png);
}
@media (max-width:768px){
    .slkLatest .latestTIt {
        padding: 2px 0 10px;
        padding-left: 30px;
        background-size: 25px !important;
        background-position: left top !important;
    }
    .slkLatest .latestTIt h4 {
        font-size: 15px;
    }
    .slkLatest .latestTIt h6 {
        font-size: 10px;
        margin-top: 0;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    width: 30px;
    border-radius: 50px;
    background-color: #999;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}
/* mtit */
.mtit h1 {
    font-weight: 800;
}
/* msec2 */
#msec2 {
    background: url(../img/msec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec2 .vdoWrp {
    width: 1292px;
    margin: 0 auto;
}
#msec2 .vdoWrp .vdo {
    position: relative;
    /* padding: 23px 10px 12px; */
    padding: 15px 10px 15px;
    margin-top: -30px;
    cursor: pointer;
}
#msec2 .vdoWrp .vdo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/vdoFrame.png) center center no-repeat;
    z-index: 5;
}
#msec2 .vdoWrp .vdo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    top: 100%;
    background: url(../img/vdoFrame_shadow.png) center center no-repeat;
}
#msec2 .vdoWrp .vdo img,
#msec2 .vdoWrp .vdo video,
#msec2 .vdoWrp .vdo iframe {
    border-radius: 30px;
    background-color: #000;
}
@media (max-width:1200px){
    #msec2 .vdoWrp {
        width: 800px;
    }
    #msec2 .vdoWrp .vdo {
        padding: 18px 0 12px;
    }
    #msec2 .vdoWrp .vdo img,
    #msec2 .vdoWrp .vdo video,
    #msec2 .vdoWrp .vdo iframe {
        height: 175px !important;
    }
    #msec2 .vdoWrp .vdo::after,
    #msec2 .vdoWrp .vdo::before {
        background-size: 100%;
    }
}
@media (max-width:768px){
    #msec2 .vdoWrp {
        width: 370px;
    }
    #msec2 .vdoWrp .vdo {
        margin: -15px 0 0;
    }
    #msec2 .vdoWrp .vdo::after {
        display: none;
    }
}
/* msec3 */
#msec3 {
    background: url(../img/msec3_bg.jpg) center top no-repeat;
}
#msec3 .lined {
    display: inline-block;
    width: 8px;
    height: 30px;
    background-color: #111;
    transform: skewX(40deg);
}
#msec3 h4 {
    color: #cfcfcf;
}
@media (max-width:768px){
    #msec3 {
        background-size: cover;
    }
    #msec3 .lined {
        width: 4px;
        height: 15px;
    }
}

/* msec4 */
#msec4 .mtit h1 {
    font-weight: 800;
}
#msec4 .nav-tabs,
#msec4 .nav-tabs li {
	border: 0px !important;
	text-align: center;
}
#msec4 .nav-tabs li:not(:first-child) {
    border-left: 1px solid #ddd !important;
}
#msec4 .nav-tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#msec4 .nav-tabs:before,
#msec4 .nav-tabs:after {
	display: none;
}
#msec4 .nav-tabs {
	margin: 0 -5px;
	border: 1px solid #ddd !important;
}
#msec4 .nav-tabs li {
	display: table-cell;
	vertical-align: middle;
}
#msec4 .nav-tabs li a {
	display: block;
	border-radius: 0px;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec4 .nav-tabs li a, 
#msec4 .nav-tabs li.active a, 
#msec4 .nav-tabs li.active a:hover, 
#msec4 .nav-tabs li.active a:focus {
	background-color: transparent !important;
	border: 0px;
	border-bottom: 0px;
	cursor: pointer;
}
#msec4 .nav-tabs li a {
	border: 0px;
	background-color: #fff !important;
	color: #909090 !important;
	width: 100%;
	padding: 15px;
	font-weight: 400;
}
#msec4 .nav-tabs li a:focus,
#msec4 .nav-tabs li a:hover,
#msec4 .nav-tabs li:focus a,
#msec4 .nav-tabs li:hover a,
#msec4 .nav-tabs li.active a,
#msec4 .nav-tabs li.active a:hover, 
#msec4 .nav-tabs li.active a:focus {
	background-color: #002f5d !important;
	color: #fff !important;
	width: 100%;
	padding: 15px;
}
#msec4 .nav-tabs li a:hover, 
#msec4 .nav-tabs li a:focus {
	background-color: #002f5d !important;
	color: #fff !important;
	width: 100%;
    padding: 15px;
}
#msec4 .nav-tabs li a {
	display: inline-block;
	position: relative;
	font-size: 24px;
	text-align: center;
}
#msec4 .nav-tabs li a img {
	position: absolute;
	left: 0;
	top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec4 .nav-tabs li a .hv_unact {
	opacity: 1;
}
#msec4 .nav-tabs li a .hv_act {
	opacity: 0;
}
#msec4 .nav-tabs li:hover a .hv_unact,
#msec4 .nav-tabs li.active a .hv_unact {
	opacity: 0;
}
#msec4 .nav-tabs li:hover a .hv_act,
#msec4 .nav-tabs li.active a .hv_act {
	opacity: 1;
}
#msec4 .tab-content {
	box-shadow: 0 0 0;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 0px;
    background-color: transparent !important;
}
#msec4 .tab-content .tab-pane {
	padding: 60px 0 0;
    background-color: transparent !important;
}
#msec4 .tab-content .tab-pane ul li {
	margin-bottom: 30px;
}
#msec4 .case_wrp {
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #f7f7f7;
	padding: 40px;
}
#msec4 .case_wrp .row {
    margin: 0 -1px;
}
#msec4 .case_wrp .row > div {
    padding: 0 1px;
}
#msec4 .case_wrp .top_img {
	position: relative;
}
#msec4 .case_wrp .top_img .after .i_wrp {
	position: relative;
}
#msec4 .case_wrp .top_img .after .i_wrp .logTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
}
#msec4 .case_wrp .top_img .after .i_wrp .logTxt .c_wrp {
    height: 100%;
}
#msec4 .case_wrp .top_img .after.beforeLogin .i_wrp .afImg {
	-webkit-filter: blur(5px);
}
#msec4 .case_wrp .top_img .after .wan_txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
    text-align: center;
}
#msec4 .case_wrp .top_img .after .wan_txt .c_wrp {
    height: 100%;
}
#msec4 .case_wrp .top_img .after .wan_txt img {
    width: 50px;
    margin-bottom: 5px;
}
#msec4 .case_wrp .txtbox {
	position: relative;
}
#msec4 .case_wrp .before ,
#msec4 .case_wrp .after {
    position: relative;
    overflow: hidden;
}
#msec4 .case_wrp .before h4,
#msec4 .case_wrp .after h4 {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    font-weight: 600;
    z-index: 5;
    width: 110px;
}
#msec4 .case_wrp .after h4 {
    background-color: #2bc3d5;
}
#msec4 .txtbox {
	padding: 20px 0 0;
	position: relative;
}
#msec4 .txtbox h4 {
	font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: keep-all;
}
#msec4 .txtbox h5 {
    margin-top: 0;
}
#msec4 .case_btn_wrp a {
    display: inline-block;
    position: relative;
    padding: 15px 0;
    padding-right: 70px;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
}
#msec4 .case_btn_wrp a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    width: 38px;
    background: url(../img/caseBtn.png) center center no-repeat;
    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;
}
#msec4 .case_btn_wrp a:hover::after {
    right: 5px;
}
#msec4 .case_btn_wrp a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2bc3d5;
    right: 0;
    top: 8px;
}
#msec4 .case_wrp .top_img:after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: url(../img/arr_center.png) center center no-repeat;
}
#msec4 .case_wrp .top_img .after.beforeLogin:after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.5);
}
@media (max-width: 768px){
	#msec4 .tab-content .tab-pane > .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	#msec4 .nav-tabs li a {
		padding: 10px 3px;
	}
	#msec4 .nav-tabs li a:focus,
	#msec4 .nav-tabs li a:hover,
	#msec4 .nav-tabs li:focus a,
	#msec4 .nav-tabs li:hover a,
	#msec4 .nav-tabs li.active a,
	#msec4 .nav-tabs li.active a:hover, 
	#msec4 .nav-tabs li.active a:focus {
		padding: 10px 3px;
	}
	#msec4 .nav-tabs li a:hover, 
	#msec4 .nav-tabs li a:focus {
		padding: 10px 3px;
	}
	#msec4 .nav-tabs li a {
		font-size: 11px;
	}
	#msec4 .tab-content .tab-pane {
		padding: 20px 0 15px;
	}
	#msec4 .tab-content .tab-pane ul li {
		margin-bottom: 15px;
	}
	#msec4 .case_wrp {
		padding: 15px 15px 0;
	}
	#msec4 .case_wrp .top_img {
		position: relative;
	}
    #msec4 .case_wrp .top_img:after {
        background-size: 35px !important;
    }
	#msec4 .txtbox {
		padding: 15px 0;
		padding-right: 50px;
	}
    #msec4 .case_wrp .before h4, 
    #msec4 .case_wrp .after h4 {
        width: 65px;
        font-size: 12px;
        line-height: 1em;
    }
    #msec4 .case_wrp .top_img .after .wan_txt img {
        width: 30px;
    }
    #msec4 .case_btn_wrp a {
        padding-right: 50px;
    }
}
@media (max-width: 500px){
    #msec4 .case_btn_wrp a {
        font-size: 17px;
    }
    #msec4 .case_btn_wrp a::after {
        background-size: 25px;
        right: 10px;
    }
    #msec4 .case_btn_wrp a::before {
        width: 32px;
        height: 32px;
    }
    #msec4 .case_wrp .top_img .after .i_wrp .logTxt img {
        width: 55px;
    }
}
/* msec5 */
#msec5 ul {
    max-width: 1840px;
    margin: 0 auto;
}
#msec5 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}
#msec5 ul li a .img {
    overflow: hidden;
}
#msec5 ul li a .img img{	
    position: relative;
    z-index: 1;

    transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
#msec5 ul li a:hover .img img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#msec5 ul li a .tbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    z-index: 3;
}
#msec5 ul li a .tbox .c_wrp {
    height: 100%;
}
#msec5 ul li a .tbox .bantit {
    font-weight: 200;
}
#msec5 ul li a .tbox h5 {
    font-weight: 300;
}
@media (max-width:768px){
    #msec5 ul li a .tbox {
        padding-left: 5%;
    }
    #msec5 ul li a .tbox .f_robo {
        font-size: 13px;
        padding-bottom: 5px;
    }
    #msec5 ul li a .tbox h5 {
        line-height: 1.3em;
        font-size: 13px;
    }
}
/* btn_wrp */
.btn_wrp span {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 1em;
    padding: 8px 15px;
    padding-right: 40px;
    background: url(../img/caseBtn_w.png) 90% center no-repeat;
    background-size: 15px;
}
.btn_wrp span.dk {
    color: #333;
    border-color: #333;
    background-image: url(../img/caseBtn.png);
}
@media (max-width:768px){
    .btn_wrp span {
        font-size: 12px;
        padding: 5px 10px;
        padding-right: 30px;
        background-size: 15px;
    }
}



/*hoonSpecil_m*/
#hoonSpecil_pc {
	background-color: #333;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#hoonSpecil_pc.bg1 {
	background: url(../img/tab1_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_pc.bg2 {
	background: url(../img/tab2_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_pc.bg3 {
	background: url(../img/tab3_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_pc.bg4 {
	background: url(../img/tab4_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_pc.bg5 {
	background: url(../img/tab5_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_pc.bg6 {
	background: url(../img/tab6_bg.jpg) center center no-repeat;
	background-size: cover;
}
#hoonSpecil_m {
	height: 100%;
    position: relative;
}
#hoonSpecil_m .left_ban {
	width: 450px;
	background-color: #002f5d;
    float: left;
}
#hoonSpecil_m .r_box.active {
	display: block;
}
#hoonSpecil_m .r_box .num {
	font-size: 100px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	position: relative;
    margin-bottom: 15px;
}
#hoonSpecil_m .r_box .num:after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: #2bc3d5;
	border-radius: 50%;
	right: -30px;
    z-index: 1;
}
#hoonSpecil_m .r_box .num span {
    position: relative;
    z-index: 3;;
}
#hoonSpecil_m .r_box h2 {
    font-size: 45px;
    font-weight: 700;
}
#hoonSpecil_m .r_box h3 {
	margin-top: 10px;
}
#hoonSpecil_m .r_box h5 {
	margin-top: 15px;
}
#hoonSpecil_m .left_ban ul li {
	padding: 30px 20px;
    font-weight: 500;
	line-height: 1em;
	color: #fff;
	background-color: #c7c7c7;
	font-size: 22px;
	border-bottom: 1px solid #aaa;
    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;
}
#hoonSpecil_m .left_ban ul li.active {
	background-color: #fff;	
	color: #333;
}
#hoonSpecil_m .left_ban ul li strong {
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}
#hoonSpecil_m .left_ban ul li strong:after {
    content: "";
    position: absolute;
    top: 15%;
    height: 70%;
    width: 1px;
    right: 0;
    background-color: #aaa;
}
#hoonSpecil_m .left_ban ul li.active strong {
    color: #afafaf;
}
@media (min-width:768px) {
    #hoonSpecil_m .r_box {
        left: calc(10% + 450px);
        bottom: 10%;
        position: absolute;
        text-align: left;
        padding-left: 5%;
        display: none;
    
        -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;
    }
}
@media (max-width:768px) {
	#hoonSpecil_m .r_box .num {
		font-size: 60px;
	}
	#hoonSpecil_m .r_box .num:after {
        width: 60px;
        height: 60px;
        right: -15px;
	}
	#hoonSpecil_m .r_box {
		min-height: 350px;
		position: relative;
        padding-left: 20px;
        padding-right: 15px;
		padding-top: 50px;
		width: 100%;
	}
    #hoonSpecil_m .r_box h2 {
        font-size: 25px;
    }
	#hoonSpecil_m .bg1 {
		background: url(../img/tab1_bg.jpg) right center no-repeat;
		background-size: cover;
	}
	#hoonSpecil_m .bg2 {
		background: url(../img/tab2_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#hoonSpecil_m .bg3 {
		background: url(../img/tab3_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#hoonSpecil_m .bg4 {
		background: url(../img/tab4_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#hoonSpecil_m .bg5 {
		background: url(../img/tab5_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#hoonSpecil_m .bg6 {
		background: url(../img/tab6_bg.jpg) center center no-repeat;
		background-size: cover;
	}
}
/* msec6 */
#msec6 {
    background: url(../img/map_bg.jpg) center center no-repeat;
}
/* msec7 */
#msec7 {
    background: url(../img/msec7_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec7 .rt {
    padding-left: 30px;
}
#msec7 .rt .top {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
#msec7 .rt > ul > li {
    margin-top: 20px;
}
#msec7 .rt .table tbody th,
#msec7 .rt .table tbody td {
    font-size: 19px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
    border: 0px;
}
#msec7 .rt .table tbody th {
    color: #fff;
    width: 100px;
}
#msec7 .rt .table tbody .imp th,
#msec7 .rt .table tbody .imp td {
    color: #ffe382;
}
@media (min-width:769px) {
    #msec7 .lt {
        width: 66.66666%;
    }
}
@media (max-width:768px) {
    #msec7 .rt .table tbody th,
    #msec7 .rt .table tbody td {
        font-size: 13px;
    }
    #msec7 .rt {
        padding: 0 0 20px;
    }
    #msec7 .rt h1 img {
        width: 25px;
    }
    #msec7 .rt > ul > li ul li {
        font-size: 12px;
        line-height: 1.4em;
    }
}
/* lftBanSet */
.lftBanSet a {
    text-decoration: none;
    display: block;
    position: relative;
}
.lftBanSet a .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
}
.lftBanSet a h5 {
    font-weight: 300;
}
.lftBanSet a h2,
.lftBanSet a h5 {
    color: #3c1e1e;
}
@media (max-width:768px) {
    .lftBanSet a .txtbox {
        padding: 30px 15px;
    }
}
@media (max-width:500px) {
    .lftBanSet a .txtbox {
        padding: 15px;
    }
    .lftBanSet a h2 {
        font-size: 15px;
    }
    .lftBanSet a h5 {
        font-size: 13px;
    }
}


/*msec4*/
#msec8 {
    padding: 20px 0;
}
#msec8 .logoWrp {
    position: relative;
    padding-left: 200px;
}
#msec8 .logoWrp .logoTit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#msec8 .logoWrp .logoTit .c_wrp {
    height: 100%;
}
/* slk_v2 */
.slk_box{
    position: relative;
}
.slk_v2 {
    margin: 0 50px;
}
.slk_v2 .slick-slide {
    margin: 0 5px;
}
.arrowSlider {
    display: block;
}
.arrowSlider span,
.arrowSlider a {
    margin: 0px;
    background-color: #fff;
    height: 100% !important;
    line-height: 100%;
    height: auto;
    color: #999;
    border-radius: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.arrowSlider span.prev2:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 28px;
}
.arrowSlider span.next2:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 28px;
}
.slk_box .arrowSlider span.prev2{
    position: absolute;
    top: 0;
    left: 0;
}
.slk_box .arrowSlider span.next2 {
    position: absolute;
    top: 0;
    right: 0%;
}
#msec8 .slk_v2 span {
    text-decoration: none;
    display: block;
    padding: 3px 0;
    margin: 1px;
    text-align: center;
}
#msec8 .slk_v2 span img {
    display: inline-block;
    width: auto;
}
@media (max-width:768px){
    #msec8 .logoWrp {
        padding-left: 100px;
    }
    .slk_v2 {
        margin: 0 20px;
    }
    .arrowSlider span,
    .arrowSlider a {
        width: 20px;
        font-size: 10px;
    }
    .arrowSlider span.prev2:before, .arrowSlider span.next2:before {
        top: 9px;
    }
}

/* quickmenu */
#quickmenu {
    position: fixed;
    z-index: 1000;
    letter-spacing: -1px;
    background-color: #f7f7f7;
    text-align: center;
}
#quickmenu a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
}
#quickmenu a .icon {
    position: relative;
    width: 38px;
    height: 35px;
    display: inline-block;
}
#quickmenu a > p,
#quickmenu a .icon > img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#quickmenu a .icon > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#quickmenu a .icon .off {
    opacity: 1;
}
#quickmenu a .icon .on {
    opacity: 0;
}
#quickmenu .act a .icon .off,
#quickmenu a:hover .icon .off {
    opacity: 0;
}
#quickmenu .act a .icon .on,
#quickmenu a:hover .icon .on {
    opacity: 1;
}
#quickmenu a > p {
    font-size: 14px;
    line-height: 1em;
}
#quickmenu .act a > p,
#quickmenu a:hover > p {
    color: #000;
}
@media (min-width:992px){
    #quickmenu {
        right: 15px;
        top: 25%;
        width: 85px;
        border-radius: 150px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
        padding: 10px 0;
    }
    #quickmenu ul li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:992px){
    #quickmenu {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #quickmenu a {
        padding: 10px 0;
    }
    #quickmenu ul li {
        float: left;
        width: 20%;
        border-top: 1px solid #ddd;
    }
    #quickmenu a .icon {
        width: 25px;
        height: 23px;
    }
    #quickmenu a > p {
        font-size: 12px;
    }
}

/*topRoll*/
#topRollWrp {
    position: relative;
}
#topRollWrp .clsTop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#topRollWrp .clsTop .clsTopCon {
    position: relative;
}
#topRollWrp .clsTop .clsTopCon span {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
}
#topRoll img {
    display: inline-block;
    text-align: center;
}
@media (max-width:768px){
    #topRollWrp .clsTop .clsTopCon span {
        right: -15px;
        width: 25px;
    }
    #topRoll .roll {
        padding: 0 25px;
    }
}



/*btn_set_board*/
.btn_set_board span,
.btn_set_board input,
.btn_set_board a {
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
}
.btn_set_board .btn_block {
    display: block;
    width: 100%;
}
.btn_set_board .btn_org {
    background-color: #e8702e;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #4e4e4e;
    color: #fff;
}
.btn_set_board .btn_dblk {
    background-color: #121212;
    color: #fff;
}
.btn_set_board .btn_pk {
    background-color: #ec2b4f;
    color: #fff;
}
.btn_set_board .btn_bl {
    background-color: #00b5ee;
    color: #fff;
}
.btn_set_board .btn_w {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    background-color: #f7f7f7;
    color: #666;
    width: auto;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn_set_board span,
    .btn_set_board input,
    .btn_set_board a {
        font-size: 13px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .btn_set_board .btn_w {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
        padding: 0 8px;
        margin-left: 5px;
    }
}

/*quick_fix*/
#quick_fix {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: url(../img/fix_bg.png) center center no-repeat;
	z-index: 1000;
	position: fixed;
}
#quick_fix .clsTopCon{
    position: absolute;
    top: 33%;
    left: 5%;
    cursor: pointer;
}
#quick_fix .row {
	margin: 0 -5px;
}
#quick_fix .row div[class*="col-"] {
	padding: 0 5px;
}
#quick_fix .form-control {
	border-radius: 5px;
	box-shadow: 0 0 0;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
}
#quick_fix .agree label {
	display: inline-block;
	color: #d8dce4;
	font-size: 15px;
	line-height: 1em;
	margin: 2px 0 0 0;
    font-weight: 400;
}
#quick_fix .conin {
	margin: 0 auto;
    position: relative;
}
#quick_fix .conin span img{
    position: absolute;
    top: -28px;
    right: -105px;
    z-index: 99;
}
#quick_fix  .topcount {
	font-size: 1.6em;
    line-height: 1em;
	vertical-align: text-bottom;
}
#quick_fix  .btnbox input {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1em;
    background-color: #ffaf3b;
    border: 0px;
    padding: 5px 8px;
    color: #fff;
    font-size: 18px;
}
#quick_fix .conin .q_lb {
	position: relative;
}
#quick_fix .conin .c_wrp{
    position: relative;
}
#quick_fix .conin .txt_wrp {
    width: 20%;
}
#quick_fix .conin .al_wrp {
    width: 40%;
	padding: 0 20px;
}
#quick_fix .conin .btn_wrp {
    width: 15%;
    padding-right: 20px;
}
#quick_fix .conin .tel_wrp {
    width: 20%;
}
#quick_fix .conin .al_wrp .agree .agr2 {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    color: #d8dce4;
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 1px;
    border-bottom: 1px solid #d8dce4;
    font-weight: 400;
}
#quick_fix .conin .al_wrp .q_m{
    color:#ffaf3b;
    font-size: 1.4em;
}
#quick_fix .quick_btn a{
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0px;
    background-color: #e71735;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

#quick_fix .quick_btn button{
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0px;
    background-color: #e71735;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#quick_fix .quick_btn:hover button{
    background-color: #5cd924;
}
#quick_fix .quick_btn input {
    font-size: 26px;
    font-weight: 500;
    padding: 17px 35px;
    background-color: #023a91;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#quick_fix .quick_btn a span{
   font-weight: 600; 
}
@media (max-width:992px){
    #quick_fix{
        display: none;
    }
}

@media (max-width:768px){
	#quick_fix {
		padding: 15px;
	}
	#quick_fix .conin .q_lb {
		margin: 5px 0;
	}
	#quick_fix .conin .toptop {
		text-align: center;
	}
	#quick_fix .conin .toptop img {
		height: 15px;
	}
	#quick_fix .conin .q_lb img {
		width: 35px;
		top: 10px;
	}
	#quick_fix .conin .q_lb {
		padding-left: 50px;
	}
	#quick_fix .conin .btnbox {
		width: 80px;
		padding-left: 10px;
	}
}

.bo_top .stit_top.stit_basic{
    background: url(../img/stit_basic.jpg) center center no-repeat;
}
.bo_top .stit_top.stit_news{
    background: url(../img/stit_news.jpg) center center no-repeat;
}
.bo_top .stit_top.stit_sell{
    background: url(../img/stit_sell.jpg) center center no-repeat;
}
.bo_top .stit_top.stit_daily{
    background: url(../img/stit_daily.jpg) center center no-repeat;
}
.bo_top .stit_top.stit_event{
    background: url(../img/stit_event.jpg) center center no-repeat;
}

.bo_vdo{
    padding: 60px 0;
    background: url(../img/bo_vdo.jpg) center center no-repeat;
    background-size: cover;
}
.bo_vdo .c_wrp .tbox h4{
    color: #7d7d7d;
}
.bo_vdo .c_wrp .tbox h2{
    margin-top: 5px;
}
.bo_vdo .c_wrp .tbox h2 span{
    background-color: #002f5d;
    padding: 5px;
    color: #fff;
}
.bo_vdo .c_wrp .tbox img{
    margin-top: 20px;
}
.bo_vdo .c_wrp .tbox h5{
    margin-top: 15px;
}
.bo_vdo iframe{
    height: 350px;
}
@media (min-width:769px){
    .bo_vdo .c_wrp .tbox{
        padding-right: 5%;
    } 
}
@media (max-width:768px){
    .bo_vdo{
        padding: 30px 0;
    }
    .bo_vdo .c_wrp .tbox img{
        margin-top: 10px;
    }
    .bo_vdo .c_wrp .tbox h5{
        margin-top: 10px;
    }
    .bo_vdo .c_wrp .vbox{
        margin-top: 20px;
    }
    .bo_vdo iframe{
        height: 250px;
    }
}










/* customPopup */
#customPopup {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
#customPopup.displayNone {
    display: none;
}
#customPopup .popWrp {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1250px;
    height: 697px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#customPopup .popWrp > .closeBtn {
    position: absolute;
    right: -45px;
    top: -42px;
    width: 35px;
    height: 35px;
    background: url(../img/more_more.png) center center no-repeat;
    margin-top: 40px;
    transform: rotate(45deg);
    cursor: pointer;
}
#customPopup .popWrp .chkBox {
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-right: 100px;
}
#customPopup .popWrp .chkBox .closeBtn {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 40px;
    color: rgba(255,255,255,0.3);
    background-color: transparent;
    border: 0px;
    padding: 0px;
}
#customPopup .popWrp .chkBox .closeBtn:hover {
    color: rgba(255,255,255,0.8);
}
#customPopup .popWrp .chkBox label {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}
#customPopup .popWrp .chkBox label input {
    display: inline-block;
    margin: 0px;
    margin-right: 3px;
    font-size: 15px;
}

@media (max-width:1200px){
    #customPopup {
       /*  display: none !important;*/
    }
}
/* popupSlick-nav */
#customPopup .popupSlick .slick-list,
#customPopup .popupSlick .slick-list .slick-track,
#customPopup .popupSlick .slick-list .slick-track .slick-slide {
    /*width: auto !important;
    height: auto !important;*/
	width: 1250px;
    height: 650px;
}
#customPopup .popupSlick-nav .slick-track {
    width: 100% !important;
}
#customPopup .popupSlick-nav .slick-slide {
    background-color: #fff;
    width: 25% !important;
}
#customPopup .popupSlick-nav .slick-slide:not(:last-child) {
    border-right: 1px solid #ddd;
}
#customPopup .popupSlick-nav .slick-slide span {
    font-size: 15px;
    line-height: 1em;
}
#customPopup .popupSlick-nav .slick-slide.is-active {
    background-color: #1931c7;
}
#customPopup .popupSlick-nav .slick-slide.is-active span {
    color: #fff;
}
#customPopup .popupSlick-nav .slick-slide h3 {
    padding: 15px 5px;
    text-align: center;
    line-height: 1em;
    font-weight: 500;
    cursor: pointer;
	margin-bottom: 0px; 
}



@media (max-width:798px){
	#customPopup .popWrp {
	    top: 40%;
		left: 50%;
		max-width: 300px;
		height: 350px;
	}
	#customPopup .popupSlick-nav .slick-slide span {
		font-size: 12px;
	}
	#customPopup .popupSlick-nav .slick-slide {
		width: 50% !important;
	}

	
	/* popupSlick-nav */
	#customPopup .popupSlick .slick-list,
	#customPopup .popupSlick .slick-list .slick-track,
	#customPopup .popupSlick .slick-list .slick-track .slick-slide {
		/*width: auto !important;
		height: auto !important;*/
		width: 300px;
		height: 350px;
	}
}