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

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (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;
	}
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* Header */
#header .header-body {
    border-top: 0px;
    padding: 0px;
}	
@media (max-width:992px){
    #header .header-body {
        border-bottom: 1px solid #ddd;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav::after,
.header-shape nav > #mainNav::before {
    display: none;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
    position: unset;
    flex-grow: 1;
    text-align: center;
}
.header-shape nav > #mainNav > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #d8d8d8;
    border-radius: 50%;
    transform: translateY(-50%);
}
.header-shape nav > #mainNav > li a {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}
.header-shape nav > #mainNav > li.imp > a {
    color: #1d65c8;
    font-weight: 700;
}
.header-shape nav > #mainNav > li > a {
    padding: 20px 0;
    position: relative;
}
.header-shape nav > #mainNav > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #1d65c8;

    transition: all 0.3s ease-out;
    -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;
}
.header-shape nav > #mainNav > li:hover > a:after {
    width: 100%;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 0 10px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000;
}
/* headerTop */
.headerTop {
    padding: 10px 0 0;
}
@media (max-width:992px) {	
    .headerTop {
        padding: 15px 0;
    }
}
@media (max-width:768px) {	
    .headerTop {
        padding: 5px 0 15px;
    }
}
/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .linkBox .nav {
    display: inline-block;
    margin-right: 10px;
}
#header .linkBox .nav,
#header .linkBox .mmenu-toggle-btn {
    vertical-align: middle;
}
#header .linkBox .nav li {
    position: relative;
}
#header .linkBox .nav li:not(:first-child) :after{
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #999;
}
#header .linkBox .nav li a {
    display: inline-block;
    color: #333;
    padding: 0 10px;
}
#header .linkBox .nav li a span,
#header .linkBox .nav li a i {
    vertical-align: middle;
    display: inline-block;
}
#header .linkBox .nav li a i  {
    margin-right: 3px;
}
@media (max-width:768px){
    #header .linkBox .nav {
        margin-right: 0px;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
@media (max-width:768px){
    #header .logoBox a img {
        width: 190px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .global li {
    display: inline-block;
    position: relative;
}
#header .linkBox .global li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
#header .linkBox .global li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;

    -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;
}
#header .linkBox .global li a.act,
#header .linkBox .global li a:hover {
    opacity: 1;
}
#header .linkBox .global a {
    text-decoration: none;
}
#header .linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
#header .linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #header .linkBox .global li a {
        padding: 0 5px;
        font-size: 18px;
    }
    #header .linkBox .global li:not(:first-child):after {
        top: 30%;
        height: 40%;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header .header-body:after {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0;
        z-index: 1;
        opacity: 0;
        border-top: 1px solid #ddd;

        -webkit-transition: all 0s ease-out;
        -moz-transition: all 0s ease-out;
        -ms-transition: all 0s ease-out;
        -o-transition: all 0s ease-out;
        transition: all 0s ease-out;
    }
    #header.actPc .header-body:after {
        opacity: 1;
        height: 400px;
    }
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        margin-top: 0px !important;
        opacity: 0;
        padding: 0;
        width: 100%;
        display: block;
        padding: 0;
        top: 100%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        height: 0px;
        overflow: hidden;

        -webkit-transition: all 0s ease-out;
        -moz-transition: all 0s ease-out;
        -ms-transition: all 0s ease-out;
        -o-transition: all 0s ease-out;
        transition: all 0s ease-out;
    }
	#header nav > ul > li.dropdown:active > .dropdown-menu,
	#header nav > ul > li.dropdown:focus > .dropdown-menu,
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
		transform: translate3d(0, 0, 0);
        height: 400px;
        padding: 30px 0;
        border-top: 1px solid #ddd;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu .dropdown-submenu > a {
        border: 1px solid #ddd;
        padding: 13px 15px 10px;
        margin-bottom: 10px;
        position: relative;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu .dropdown-submenu > a:after {
        content: "";
        position: absolute;
        right: 15px;
        width: 22px;
        top: 0;
        height: 100%;
        background: url(../img/mn_arr.png) center center no-repeat;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu .dropdown-submenu .dropdown-menu {
        display: block;
        border: 0px;
        padding: 0 15px;
        box-shadow: 0 0 0;
	}
	#header nav > ul > li.dropdown > .dropdown-menu .dropdown-submenu .dropdown-menu li a {
        font-size: 16px;
        font-weight: 400;
        color: #666;
        padding: 5px 10px;
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 50px;
    cursor: pointer;
    margin: 0;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.lines_bar {
    display: inline-block;
    width: 20px;
    height: 2px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    background-color: #111;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 7px;
}
.lines_bar:after {
    top: -7px;
}
.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: 20px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width:768px) {
    #header .logoBox a {
        padding-top: 28px;
    }
    .mmenu-toggle-btn {
        height: 35px;
        border: 0px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* Header */
.mo-header-body {
    padding: 33px 60px;
    border-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
}
@media (max-width:992px){
    .mo-header-body {
        padding: 0 0 20px;
    }	
    .mo-header-body .header-logo a img {
        width: 190px;
    }
}	
/*Mobile Navigation*/
.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
    overflow-y: auto;
	padding: 20px 0 20px;
	background-color: #fff;
	display: block !important;
    /* opacity: 1; */
	/* z-index: 999; */
    opacity: 0;
    z-index: -4;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mmenu-open .mobile-nav {
    opacity: 1;
	z-index: 9999;
}
.mobile-nav-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}
.mobile-nav-wrapper > div {
    width: 100%;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu {
    position: relative;
}
.mobile-side-menu li {
	display: block;
	position: unset;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li > a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 900;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 5px 50px 5px 0;
    white-space: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu #mainNav > li > a span {
    position: absolute;
    width: 19px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.2;
    /* background: url(../img/arrMn.png) center center no-repeat; */
}
.mobile-side-menu #mainNav > li:focus > a,
.mobile-side-menu #mainNav > li:active > a,
.mobile-side-menu #mainNav > li:hover > a {
    color: #222;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.mobile-side-menu .dropdown-menu {
	display: none;
	padding: 20px 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
}
.mobile-side-menu .open > .dropdown-menu {
    display: block;
}
.mobile-side-menu .dropdown-menu li a {
    font-size: 18px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding: 10px 30px 10px 0;
    line-height: 1em;
    text-decoration: none;
    background-color: transparent !important;

    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.mobile-side-menu .dropdown-menu:hover li a:hover {
    opacity: 1;
    color: #333;
}
.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 .mmenu-toggle,
.mobile-side-menu li .mmenu-toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
    width: 100%;
	height: 100%;
    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 .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    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;
    padding: 5px;
}
.mobile-side-menu .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mobile-side-menu .dropdown-menu .dropdown-submenu li a {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.mobile-side-menu .dropdown-menu .dropdown-submenu li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
@media (min-width:768px) {
    .mobile-side-menu #mainNav > li:hover .dropdown-menu {
        display: block;
        height: 100%;
    }
    .mobile-side-menu li {
        display: block;
        position: relative;
        padding: 0px;
    }
    .mobile-side-menu #mainNav{
        border-top: 1px solid #222 !important;
        border-bottom: 1px solid #222 !important;
        margin-bottom: 60px !important;
    }
    .mobile-side-menu #mainNav > li {
        float: none;
        padding: 30px 0;
        position: relative;
        padding-left: 200px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child) {
        border-bottom: 1px solid #ddd !important;
    }
    .mobile-side-menu #mainNav > li > a {
        position: absolute;
        left: 0;
        top: 40px;
        color: #000;
        font-weight: 800;
    }
    .mobile-side-menu #mainNav > li > a span {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        opacity: 1;
    }
    .mobile-side-menu .dropdown-menu {
        display: block !important;
        position: relative;
        left: 0;
        top: auto;
        padding: 5px 0;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        padding-top: 15px;
    }
    .mobile-nav .mmenu-toggle-btn {
        margin-top: -4px;
        margin-right: -8px;
    }
    .mobile-nav .mobile-nav-wrapper {
        overflow-y: auto;
        display: block;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    
    .mo-header-body-bt {
        position: relative;
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }    
    .mo-header-body-bt:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        width: 120px;
        background-color: #f7f7f7;
        z-index: 0;
    }
    .mo-header-body-bt .container {
        position: relative;
        z-index: 10;
        padding: 0px !important;
    }
    .mobile-side-menu {
        
    }
    .mobile-side-menu #mainNav {

    }
    .mobile-side-menu #mainNav > .dropdown {
        float: none;
        padding: 3px 0;
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-toggle{
		width: 130px;
		display: block;
		padding: 8px 15px;
		font-size: 16px;
		font-weight: 500;
	}
    .mobile-side-menu #mainNav > .dropdown.open > .dropdown-toggle {
        background-color: #1d65c8;
        border-radius: 0 60px 60px 0;
	}
    .mobile-side-menu #mainNav > .dropdown.open > .dropdown-toggle span{
        color: #fff !important;
	}
    .mobile-side-menu #mainNav > .dropdown > .dropdown-toggle > span {
        position: relative;
        width: 100%;
        opacity: 1;
        color: rgba(51, 51, 51, 0.8);
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-toggle > .mmenu-toggle {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu {
        padding: 0;
        left: 140px;
        width: calc(100% - 140px);
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu > a {

    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu > .dropdown-submenu {
        width: 100%;
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu > .dropdown-submenu > a {
        position: relative;
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu > .dropdown-submenu.open > a {
        color: #1d65c8;
    }
    .mobile-side-menu #mainNav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        position: relative;
        left: 0;
        padding: 0;
    }
}

/* width */
.w800 {
    max-width: 800px;
    margin: 0 auto;
}
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1100 {
    max-width: 1100px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 4px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 90px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 15px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #1d65c8 !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: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .slick-slide img {
    display: inline-block;
}
#visual .bg.bg1 {
    background: url(../img/visualBg1.jpg) center center no-repeat;
}
#visual .bg.bg2 {
    background: url(../img/visualBg2.jpg) center center no-repeat;
}
#visual .bg.bg3 {
    background: url(../img/visualBg3.jpg) center center no-repeat;
}
#visual .bg.bg4 {
    background: url(../img/visualBg4.jpg) center center no-repeat;
}
#visual .bg.bg5 {
    background: url(../img/visualBg5.jpg) center center no-repeat;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/arrow.png) center center no-repeat;
    background-color: rgba(100, 100, 100, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 5%;
}
#visual_wrp #arr_next {
    right: 5%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (min-width:769px){
    #visual .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;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #visual .bg.bg1 {
        background: url(../img/visual_bg1_m.jpg) center center no-repeat;
    }
    #visual .bg.bg2 {
        background: url(../img/visual_bg2_m.jpg) center center no-repeat;
    }
    #visual .bg.bg3 {
        background: url(../img/visual_bg3_m.jpg) center center no-repeat;
    }
    #visual .bg.bg4 {
        background: url(../img/visual_bg4_m.jpg) center center no-repeat;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 400px;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}

/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#slider_bt .con {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #aaa;
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    opacity: 1;
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:768px){
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
}

/* slick-arrow */
.slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    background: url(../img/arrow.png) center center no-repeat;
    width: 80px;
    height: 80px;
    border: 0px;
    background-color: rgba(186, 186, 186, 0.1);
    border-radius: 50%;
}
.slick-arrow.slick-prev {
    left: -130px;
}
.slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    .slick-arrow {
        display: none !important
    }
}
/* slick-dots */
.slick-dots {
    text-align: right;
    padding: 0px;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #1d65c8;
    opacity: 1;
    width: 15px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    padding: 40px 0 !important;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
#footer .infobox, 
#footer .btBox {
    display: flex;
    justify-content: space-between;
}
#footer .infobox {
    align-items: center;
    padding: 15px 30px;
    margin: 0 0 30px;
    border-radius: 10px;
    background-color: #f7f7f7;
}
#footer .infobox .lft a,
#footer .infobox .lft span {
    display: inline-block;
    margin: 0 2px;
    font-weight: 500;
    vertical-align: middle;
    color: #666;
}
#footer .infobox .lft a.imp {
    color: #111;
}
#footer .infobox .lft span.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 4px;
    background-color: rgba(170, 170, 170, 0.7);
    border-radius: 50%;
}
#footer .infobox .lft span:not(.dot) {
    cursor: pointer;
}
#footer .infobox .rt a {
    display: inline-block;
    margin: 0 2px;
}
#footer .btBox {
    align-items: center;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer .infobox, 
    #footer .btBox {
        flex-wrap: wrap;
    }
    #footer .infobox > div, 
    #footer .btBox > div {
        width: 100%;
        text-align: center;
    }
    #footer .infobox > .rt, 
    #footer .btBox > .rt {
        margin-top: 10px;
    }
    #footer .infobox {
        padding: 20px;
        margin: 15px 0;
    }
    #footer .infobox > .rt img {
        width: 30px;
    }
    #footer .btBox img {
        max-width: 70%;
    }
}
/* bdTit */
.bdTit {
    display: flex;
    align-items: center;
}
.bdTit .con {
    width: calc(100% - 90px);
}
.bdMore {
   /* width: 90px;*/
    text-align: right;
    text-decoration: none;
    display: block;
}
.bdMore h6,
.bdMore span {
    display: inline-block;
    vertical-align: middle;
}
.bdMore.w h6,
.bdMore.w span {
    color: #fff;
}
.bdMore h6 {
    font-size: 15px;
}
.bdMore span {
    width: 28px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-align: center;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px;
    margin-left: 4px;
}
/* ms1 */
#ms1 {
    background-color: #f7f7f7;
}
#ms1 .fbox {
    display: flex;
}
#ms1 .fbox .rt {
    width: 410px;
}
#ms1 .fbox .lft {
    width: calc(100% - 410px);
    padding-right: 30px;
}
@media (max-width:992px){
    #ms1 .fbox {
        flex-wrap: wrap;
    }
    #ms1 .fbox .rt {
        width: 100%;
        order: 1;
        padding-bottom: 40px;
    }
    #ms1 .fbox .lft {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
}

/* slTabs */
#slTabs {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border: 1px solid #eee;
}
#slTabs > span {
    text-align: center;
    color: #aaa;
    font-size: 16px;
    padding: 11px 0;
    cursor: pointer;
    background-color: #fff;
}
#slTabs > span:not(:last-of-type) {
    border-right: 1px solid #eee;
}
#slTabs > span.act {
    background-color: #1d65c8;
    color: #fff;
    box-shadow: 5px 5px 20px rgba(41, 93, 165, 0.3);
}
@media (min-width:768px){
    #slTabs > span {
        flex-grow: 1;
    }
}
@media (max-width:768px){
    #slTabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    #slTabs > span {
        font-size: 15px;
        padding: 5px 9px;
        border-radius: 4px;
        margin-right: 3px;
        margin-bottom: 4px;
        border: 1px solid #ddd;
        display: inline-block;
    }
}
/* slWrp */
#slWrp .none {
    height: 0px !important;
    overflow: hidden;
}
/* proSlick */
.proSlick {
    margin: 0 -10px;
}
.proSlick a {
    padding: 0 10px;
    text-decoration: none;
    display: block;
}
.proSlick a .img {
    position: relative;
}
.proSlick a .img .cate {
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
}
.proSlick a .img .cate1 {
    background-color: rgba(200, 77, 29, 0.8);
}
.proSlick a .img .cate2 {
    background-color: rgba(29, 189, 200, 0.8);
}
.proSlick a .img .cate3 {
    background-color: rgba(29, 89, 200, 0.8);
}
/* shBox */
.shBox {
    border-radius: 20px;
    box-shadow: 20px 20px 35px rgba(0,0,0,0.1);
    margin-top: -8vw;
    position: relative;
    z-index: 15;
}
@media (max-width:768px){
    .shBox {
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
        margin-top: 0;
    }
}
/* schItem */
.schItem .topTit {
    background-color: #000;
    border-radius: 20px 20px 0 0;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}
.schItem .topTit .icon {
    width: 60px;
}
.schItem .topTit .icon span {
    display: inline-block;
    width: 60px;
    line-height: 60px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.schItem .topTit .txt {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.schItem .topTit .txt h6 {
    opacity: .7;
}
@media (max-width:768px){
    .schItem .topTit {
        border-radius: 0;
        padding: 13px 20px;
    }
    .schItem .topTit .icon {
        width: 40px;
    }
    .schItem .topTit .icon span {
        display: inline-block;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .schItem .topTit .txt {
        width: calc(100% - 40px);
    }
}


/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 20px;
    border: 1px solid #1d65c8;
    background-color: #1d65c8;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

    -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;
}
.btnWrp .btnItem.smBtn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        padding: 13px 20px;
        font-size: 15px;
    }
    .btnWrp .btnItem.smBtn {
        padding: 8px 20px;
        font-size: 13px;
    }
}

/* formWrp */
.formWrp {
    padding: 25px 30px;
    background-color: #fff;
}
.formWrp ul > li:not(:first-child) {
    margin-top: 10px;
}
.formWrp .formItem .form-control:not(textarea) {
    height: 45px;
}
.formWrp .formItem .form-control {
    padding: 4px 8px;
    border: 0px;
    box-shadow:  0 0 0;
    border: 0px;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    background-color: #fff;
}
.formWrp .formItem .btnItem {
    width: 100%;
    text-align: center;
}

/* bansList */
.bansList {
    display: flex;
    padding: 20px;
    background-color: #15244f;
    flex-wrap: wrap;
    border-radius: 0 0 20px 20px;
}
.bansList a {
    width: 33.33333%;
    padding: 15px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 0px;
}
.bansList a:nth-child(1),
.bansList a:nth-child(4) {
    border-left: 0px;
}
.bansList a:nth-child(3),
.bansList a:nth-child(6) {
    border-right: 0px;
}
.bansList a:nth-child(2) {
    border-left: 0;
    border-right: 0px;
}
.bansList a:nth-child(5) {
    border: 0;
}
.bansList a:nth-child(4),
.bansList a:nth-child(6) {
    border-bottom: 0px;
}
.bansList a h6 {
    margin-top: 10px;
    font-size: 15px;
}
@media (max-width:768px){
    .bansList {
        padding: 10px;
        border-radius: 0;
    }
    .bansList a {
        padding: 10px 0;
    }
    .bansList a img {
        width: 35px;
    }
}

/* proListBox1 */
.proListBox1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
/* proSlick2 */
.proSlick2,
.proList {
    margin: 0 -10px;
}
.proList > div,
.proSlick2 a {
    padding: 0 10px;
    text-decoration: none;
    display: block;
}
.proList > div a {
    text-decoration: none;
    display: block;
}
.proList a .img,
.proSlick2 a .img {
    position: relative;
}
.proList a .img .cate,
.proSlick2 a .img .cate {
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.proList a h5,
.proSlick2 a h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proList a h5 .cate,
.proSlick a h5 .cate,
.proSlick2 a h5 .cate {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    font-weight: 600;
}
.proList a h5 .cate1,
.proSlick a h5 .cate1 ,
.proSlick2 a h5 .cate1 {
    color: #ed4c0d;
}
.proList a h5 .cate2,
.proSlick a h5 .cate2 ,
.proSlick2 a h5 .cate2 {
    color: #1dbec8;
}
.proList a h5 .cate3,
.proSlick a h5 .cate3 ,
.proSlick2 a h5 .cate3 {
    color: rgba(29, 89, 200, 01);
}

.text-ellipsis {
    display: block;           /* 또는 inline-block */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 100%; /* or 200px 등 명확한 픽셀값 */
}

.proList a h6,
.proSlick2 a h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proList a h6 .cate,
.proSlick a h6 .cate,
.proSlick2 a h6 .cate {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    font-weight: 600;
}
.proList a h6 .cate1,
.proSlick a h6 .cate1 ,
.proSlick2 a h6 .cate1 {
    color: #ed4c0d;
}
.proList a h6 .cate2,
.proSlick a h6 .cate2 ,
.proSlick2 a h6 .cate2 {
    color: #1dbec8;
}
.proList a h6 .cate3,
.proSlick a h6 .cate3 ,
.proSlick2 a h6 .cate3 {
    color: rgba(29, 89, 200, 01);
}



/* ms2_1 */

#ms2_1  {
    /*background-color: #f7f7f7;*/
}
#ms2_1 .fbox {
    display: flex;
    align-items: center;
}
#ms2_1 .fbox .tbox {
    width: calc(100% - 900px);
}
#ms2_1 .fbox .vbox {
    width: 900px;
}
#ms2_1 .fbox .tbox h1 {
    line-height: 1.1em;
}
#ms2_1 .btnBox a {
    text-decoration: none;
    display: inline-block;
    padding: 17px 30px;
    line-height: 1em;
    border: 1px solid #666;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    border-radius: 4px;
}
@media (max-width:1370px) {	
    #ms2_1 .fbox {
        flex-wrap: wrap;
    }
    #ms2_1 .fbox .tbox,
    #ms2_1 .fbox .vbox {
        width: 100%;
    }
    #ms2_1 .fbox .tbox {
        text-align: center;
        padding-bottom: 30px;
    }
    #ms2_1 .fbox .tbox h1 {
        margin-top: 10px;
    }
    #ms2_1 .fbox .tbox h5 {
        margin-top: 20px;
    }
    #ms2_1 .fbox .tbox .btnBox {
        margin-top: 30px;
    }
}
@media (max-width:992px) {	
    #ms2_1 .fbox .tbox h5 {
        line-height: 1.1em;
    }
    #ms2_1 .btnBox a {
        padding: 10px 20px;
        font-size: 15px;
    }
}
/* cSlider_wrp */
#cSlider_wrp {
    display: flex;
}
#cSlider_wrp .cSlider_wrp {
    width: 80%;
}
#cSlider_wrp .cSliderNav_wrp {
    width: 20%;
    padding-left: 15px;
}
@media (max-width:992px) {	
    #cSlider_wrp {
        flex-wrap: wrap;
    }
    #cSlider_wrp .cSlider_wrp {
        width: 100%;
    }
    #cSlider_wrp .cSliderNav_wrp {
        width: 100%;
        padding: 15px 0 0;
    }
}
@media (max-width:768px) {	
    #cSlider_wrp .cSlider .cSlider__item iframe {
        height: 250px !important;
    }
}
/* cSlider_nav */
#cSlider_nav .cSlider__item {
    padding: 2px 0;
}
@media (max-width:992px) {	
    #cSlider_nav .cSlider__item {
        padding: 0 2px;
    }
}


/* ms3 */
#ms3 {
    background-color: #e7edf4;
    overflow: hidden;
}
#ms3 .bdTit {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #222;
}
/* rvSlick */
.rvSlick {
    margin: 0 -5px;
}
.rvSlick .slick-slide {
    padding: 0 5px;
}
.rvSlick .fbox {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.rvSlick .fbox .lft {
    width: 50%;
}
.rvSlick .fbox .lft img {
    border-radius: 10px;
}
.rvSlick .fbox .rt {
    width: 50%;
    padding-left: 30px;
}
.rvSlick .fbox .rt h5 {
    font-weight: 400;
}
.rvSlick .fbox .rt h5 span,
.rvSlick .fbox .rt h5 i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.rvSlick .fbox .rt h5 .splt {
    width: 1px;
    height: 13px;
    background-color: #aaa;
}
.rvSlick .fbox .rt .bdMore {
    /*width: 100px;*/
}
@media (max-width:768px){
    .rvSlick .fbox {
        flex-wrap: wrap;
    }
    .rvSlick .fbox .lft,
    .rvSlick .fbox .rt {
        width: 100%;
        padding: 0;
    }
    .rvSlick .fbox .rt {
        padding-top: 20px;
    }
}
/* ms4 */
#ms4 .row {
    margin: 0 -5px;
}
#ms4 .row > div,
#ms4 .row > li {
    padding: 0 5px;
}
/* bdBox */
.bdBox {
    padding: 40px 30px;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .bdBox {
        margin: 5px 0;
        padding: 25px 20px;
    }
}
/* slickThanks */
.slickThanks .slick-slide {
    padding: 3px 0;
}
.slickThanks .tItem {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 20px;
}
.slickThanks .tItem .top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slickThanks .tItem .top > .prf {
    width: 70px;
}
.slickThanks .tItem .top > .prf img {
    border-radius: 50%;
}
.slickThanks .tItem .top > .prfInfo {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.slickThanks .tItem .top > .prfInfo .bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slickThanks .tItem .top > .prfInfo .bt h6 {
    display: inline-block;
}
.slickThanks .tItem .top > .prfInfo .bt h6 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    color: #2c9fad;
}
.slickThanks .tItem .top > .prfInfo .bt h6 .dot {
    width: 4px;
    height: 4px;
    background-color: #2c9fad;
    border-radius: 50%;
}
.slickThanks .tItem .top > .prfInfo .bt .date {
    color: #aaa;
}
.slickThanks .tItem .bottom {
    padding-top: 13px;
    margin-top: 13px;
    border-top: 1px solid #ddd;
}

@media (max-width:768px){
    .slickThanks .tItem {
        padding: 20px;
        border-radius: 10px;
    }
    .slickThanks .tItem .top > .prf {
        width: 50px;
    }
    .slickThanks .tItem .top > .prfInfo {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}
/* notice */
.notice .top {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.notice .top .date {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #f7f7f7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice .top .date h3,
.notice .top .date p {
    line-height: 1em;
}
.notice .top .date p {
    font-size: 10px;
}
.notice .top .con {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.notice .top .con h5 {
    display: flex;
    align-items: center;
}
.notice .top .con h5 .txt {
    width: calc(100% - 50px);
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice .top .con h5 .new {
    width: 50px;
}
.notice .top .con h5 .new strong {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    background-color: #fd2d3d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .8em;
}
.notice .top .con h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 2px;
}
.notice .noList li {
    border-bottom: 1px solid #ddd;
}
.notice .noList li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    line-height: 1.2em;
    font-size: 17px;
}
.notice .noList .con {
    width: calc(100% - 80px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}
.notice .noList .date {
    width: 80px;
    opacity: .7;
}
@media (max-width:768px){
    .notice .top {
        padding: 10px 0;
    }
    .notice .top .con h5 .new strong {
        width: 19px;
        line-height: 19px;
    }
    .notice .noList li a {
        padding: 12px 10px;
        font-size: 15px;
    }
}
/* ms5 */
#ms5 {
    background-color: #e7edf4;
    overflow: hidden;
}

/* proSlick2 */
.rvSlick2 {
    margin: 0 -15px;
}
.rvSlick2 .slick-slide {
    padding: 0 15px;
}
.rvSlick2 a {
    text-decoration: none;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
}
.rvSlick2 a .img {
    position: relative;
}
.rvSlick2 a .img .cate {
    line-height: 1em;
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.rvSlick2 a .txt {
    padding: 25px;
    background-color: #fff;
}
.rvSlick2 a h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rvSlick2 a .date {
    color: #aaa;
}

/* ms6 */
#ms6 a {
    text-decoration: none;
    display: flex;
    border-radius: 20px;
    padding: 30px 40px;
    align-items: center;
}
#ms6 .icon {
    width: 130px;
}
#ms6 .txt {
    width: calc(100% - 130px);
    padding-left: 25px;
}
#ms6 .ban1 {
    background-color: #1d65c8;
}
#ms6 .ban2 {
    background-color: #2c9fad;
}
@media (max-width:768px){
    #ms6 a {
        border-radius: 10px;
        padding: 20px 30px;
        margin: 5px 0;
    }
    #ms6 .icon {
        width: 70px;
    }
    #ms6 .txt {
        width: calc(100% - 70px);
        padding-left: 15px;
    }
}

/* subTopSec */
#subTopSec {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
}
#subTopSec #subTopTabs a {
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    margin-right: 5px;
    font-weight: 400;
}
#subTopSec #subTopTabs a h6 {
    line-height: 1em;
    margin-top: 10px;
    color: #222;
    font-weight: 400;
}
#subTopSec #subTopTabs a img {
    width: 35px;
}
@media (min-width:769px){
    #subTopSec .titTxt h1,
    #subTopSec .titTxt h5 {
        line-height: 1em;
        display: inline-block;
        vertical-align: baseline;
    }
    #subTopSec .titTxt h1 {
        top: -5px;
        position: relative;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    }
    #subTopSec .titTxt h5 {
        position: relative;
        padding-left: 10px;
        margin-left: 5px;
        opacity: .6;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }
    #subTopSec .titTxt h5:after {
        content: "";
        position: absolute;
        left: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: rgba(255,255,255,0.6);
    }
}
@media (max-width:768px){
    #subTopSec {
        height: 250px;
        text-align: center;
    }
    #subTopSec:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.6);
    }
    #subTopSec .container {
        position: relative;
        z-index: 2;
    }
    #subTopSec .titTxt h1 {
        color: #222 !important;
    }
    #subTopSec .titTxt h5 {
        color: #666 !important;
        letter-spacing: 3px;
        font-size: 13px;
    }
    #subTopSec #subTopTabs {
        margin-top: 15px;
    }
    #subTopSec #subTopTabs a {
        padding: 15px;
        border-radius: 5px;
    }
    #subTopSec #subTopTabs a h6 {
        margin-top: 4px;
    }
    #subTopSec #subTopTabs a img {
        width: 25px;
    }
}

/* processStep */
.processWrp {
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 4px;
    margin: 30px 0;
}
.processWrp .processStep {
    display: flex;
    align-items: center;
    justify-content: center;
}
.processWrp .processStep .arr {
    padding: 0 15px;
}
.processWrp .processStep .proItem .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999;
    background-color: #f4f4f4;
    width: 70px;
    height: 70px;
    font-weight: 300;
}
.processWrp .processStep .proItem .txt .dft {
    opacity: .3;
}
.processWrp .processStep .proItem.act .txt .dft {
    opacity: 1;
}
.processWrp .processStep .proItem.act .icon i {
    color: #fff;
    background-color: #184894;
}
@media (min-width:992px){
    .processWrp .processStep .proItem {
        display: flex;
        align-items: center;
    }
    .processWrp .processStep .proItem .icon {
        width: 70px;
    }
    .processWrp .processStep .proItem .txt {
        width: calc(100% - 70px);
        padding-left: 15px;
    }
}
@media (max-width:992px){
    .processWrp .processStep .proItem {
        text-align: center;
    }
    .processWrp .processStep .proItem .icon i {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media (max-width:500px){
    .processWrp {
        padding: 20px 15px;
    }
    .processWrp .processStep .arr {
        padding: 0 6px;
    }
    .processWrp .processStep .proItem .icon i {
        width: 40px;
        height: 40px;
    }
    .processWrp .processStep .proItem .txt h5 {
        font-size: 14px;
    }
}

#online .agree_con p {
	margin:0px;
}