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

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

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

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

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

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

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


/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1430px){
    .container {
        width: 1430px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (min-width:1370px){
    .container.container2 {
        width: 1770px;
    }
}
@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;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/* nav */
#header .nav li a span,
#header .nav li a i,
#footer ul li a span,
#footer ul li a i {
    display: inline-block;
   vertical-align: middle; 
}
/*ch_wrp*/
#header .header-body .ch_wrp .global {
    display: inline-block;
    position: relative;
}
#header .header-body .ch_wrp .global span {
    display: inline-block;
    font-size: 15px;
    line-height: 36px;
    background-color: transparent;
    text-decoration: none;
    padding: 0 20px 0 20px;
    vertical-align: middle;
    border: 2px solid #999;
    cursor: pointer;
    letter-spacing: 0;
    text-align: left;
    border-radius: 50px;
    position: relative;
    color: #999;
    font-weight: 600;
    text-align: left;
}
#header .header-body .ch_wrp .global span .fa {
    position: absolute;
    right: 8px;
    top: 4px;
    line-height: 30px;
    font-size: 11px;
}
#header .header-body .ch_wrp .global ul {
    position: absolute;
    left: 0;
    bottom: -35px;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-body .ch_wrp .global:hover ul,
#header .header-body .ch_wrp .global:active ul,
#header .header-body .ch_wrp .global:focus ul {
    bottom: -75px;
    opacity: 1;
}
#header .header-body .ch_wrp .global ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    letter-spacing: 0;
    font-weight: 500;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-body .ch_wrp .global ul li a:hover {
    color: #0098c5;
}
@media (max-width:1200px) and (min-width:991px){
    #header .header-body .ch_wrp .global span {
        font-size: 15px;
        padding: 10px 20px;
    }
}

/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    /* font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    line-height: 1em;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 10px 30px;
    vertical-align: middle;
    border: 1px solid  rgba(255, 255, 255, 0.15); */
}
#header .ch_wrp a .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
#header .ch_wrp a .img {
    background: url(../img/schIcon.png) center center no-repeat;
}
.mmenu-open #header .ch_wrp a .img,
html.add-header #header .ch_wrp a .img,
html.sticky-header-active #header .ch_wrp a .img,
#header:hover .ch_wrp a .img {
    background: url(../img/sch_icon_bk.png) center center no-repeat;
}
/* .mmenu-open #header .ch_wrp a,
html.add-header #header .ch_wrp a,
html.sticky-header-active #header .ch_wrp a,
#header:hover .ch_wrp a {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.5); 
    border-color: rgba(0,0,0,0.15);
} */
#header .schbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 60px 0 70px;
    border-top: 1px solid #eee;
    z-index: 1000;
}
#header .schbox form {
    position: relative;
}
#header .schbox form .clsbtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/clsbtn.png) center center no-repeat;
    cursor: pointer;
}
html.add-header #header .schbox{
    display: block;
}
html.add-header #nav-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;
}
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}
#header .schbox h2 {
    text-transform: uppercase;
}
#header .schbox .sch {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    padding-right: 65px;
}
#header .schbox .sch > .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    right: 0;
    top: 0;
    background: url(../img/schIcon.png) center center no-repeat;
    border: 0px;
    background-color: #111;
}
#header .schbox .sch .form-control {
    border: 3px solid #111;
    padding: 0 20px;
    padding-right: 45px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #666;
    border-radius: 10px;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ch_wrp {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 35px !important;
        font-size: 18px;
    }
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 30px !important;
        font-size: 18px;
    }
    #header .ch_wrp a {
        font-size: 14px;
        padding: 11px 20px 9px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .ch_wrp {
        width: 40%;
        text-align: right;
    }
    #header .ch_wrp a .img {
        width: 25px;
        height: 25px;
        background-size: 100% !important;
    }
    #header .ch_wrp a {
        font-size: 13px;
        padding: 5px 
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:768px){
    #header .schbox {
        padding: 30px 0 40px;
    }
    #header .schbox form .clsbtn {
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    #header .schbox .sch {
        padding-right: 40px;
    }
    #header .schbox .sch > .icon {
        width: 25px;
        height: 40px;
        background-size: 20px;
    }
    #header .schbox .sch .form-control {
        height: 40px;
        font-size: 15px;
    }
}
/*sticky*/
html.add-header #header .header-body:before,
html #header:hover .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -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;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #111 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 600;
	color: #111;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 30px 50px !important;
        font-size: 20px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 50px !important;
    }
}
@media (max-width:1601px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	padding: 0;
    background-color: #fff;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0098c5;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background: transparent;
}
html.add-header #header .header-nav-main nav > #mainNav > li a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a,
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #000 !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #0098c5 !important;
} */
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
#header.header-narrow .header-logo img {
    width: 190px;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-body {
        padding: 0 5%;
    }
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 350px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #0098c5;
        height: 2px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
        height: 200px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 18px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

        -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;
    }

	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #0098c5 !important;
    }
}
@media (max-width:992px) {
    #header .header-body {
        padding: 0 15px;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav.active:focus, 
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav:active.focus, 
#header .header-btn-collapse-nav:active:focus, 
#header .header-btn-collapse-nav:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
    width: 47px;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
.logoWrp .b{fill:#fff;}
.logoWrp .c{fill:#33a3dc;}
.logoWrp .d{fill:#7cc366;}
.logoWrp .e{fill:#faa64a;}


.mobile-nav .logoWrp .b,
.mobile-side-menu .logoWrp .b,
#header:hover .lo_wrp .b,
html.sticky-header-active #header .lo_wrp .b {
    fill:#221e1f;
}


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #0098c5;
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

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

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu #mainNav > li+li {
    margin-left: 0px;
}
.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 {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
	background-color: transparent;
	color: #111;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
    background-color: transparent !important;
}
.mobile-side-menu  .dropdown-menu a svg {
    width: 12px !important;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
@media (min-width:992px){
    .mobile-side-menu .dropdown-menu {
        display: block;
    }
    .mobile-side-menu #mainNav {
        max-width: 1000px;
        margin: 5% auto;
    }
    .mobile-side-menu #mainNav > li {
        border-bottom: 0;
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu li a {
        font-size: 28px;
        text-align: center;
        padding: 15px;
    }
    .mobile-side-menu li a.dropdown-toggle {
        font-weight: 700;
    }
    .mobile-side-menu .dropdown-menu a {
        font-size: 20px;
        font-weight: 400;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #0098c5;
    }
    .mobile-side-menu .dropdown-menu a > span {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    .mobile-side-menu .dropdown-menu a > span:after {
        content: "";
        background-color: rgba(4, 166, 225, 0.2);
        position: absolute;
        left: 0;
        top: 30%;
        height: 60%;
        width: 0;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .mobile-side-menu .dropdown-menu a:hover > span:after {
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu a > span > span {
        position: relative;
        z-index: 3;
    }
}
@media (max-width:992px){
    .mobile-nav {
        left: -300px;
        width: 300px;
        padding: 60px 20px 20px;
    }
    .mobile-side-menu li li a {
        margin-left: 10px;
        font-size: 15px;
    }
    .mobile-side-menu li li a:before {
        font: normal normal 16px/16px "FontAwesome";
        text-decoration: inherit;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        float: left;
        margin-right: 10px;
    }
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}


/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    padding: 0;
    margin: 25px 0;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -3px;
    background-color: #000;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #000;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open #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 {
    background-color: #333;
}
.mobile-nav .lines_bar,
.mobile-nav .lines_bar:before,
.mobile-nav .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: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
.conbox.conbox_xxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 10px;
	}
	.conbox.conbox_xxs {
		margin-top: 5px;
	}
}
/*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_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:991px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:992px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*useage_lnk*/
.useage_lnk span {
    display: inline-block;
    border-bottom: 1px solid #333;
    cursor: pointer;
    margin-bottom: 15px;
}
/*usage_m*/
#usage_m {
    padding-right: 0px !important;
}
#usage_m .modal-dialog {
    margin: 0px !important;
    width: 100%;
}
#usage_m .modal-dialog .modal-content .hv {
    height: 100vh;
}
#usage_m .modal-dialog .modal-content {
    border: 0px;
    border-radius: 0;
}
#usage_m .modal-dialog .modal-content .modal-header {
    border: 0px;
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#usage_m .modal-dialog .modal-content .modal-header .close {
    margin-top: -2px;
    background-color: #333;
    color: #fff;
    text-shadow: 0 1px 0 #333 !important;
    padding: 5px;
    opacity: 1;
}
/*color*/
.c_org {
    color: #ff8400 !important;
}
.c_yl {
    color: #ffe400 !important;
}
.c_pk {
    color: #f70000 !important;
}
.c_rd{
    color: #d81b1b !important;
}
.c_bl {
    color: #1b5ffa !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_pt {
    color: #0098c5 !important;
}
.c_navy {
    color: #1f4981 !important;
}
/*btn_wrp*/
.btn_wrp a {
    display: inline-block;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 4px;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #ff711c;
}
.btn_wrp a.gr {
    background-color: #2bad7e;
}
@media (max-width:768px){
    .btn_wrp a {
        font-size: 15px;
        padding: 10px 20px;
        min-width: 150px;
    }
    .btn_wrp a:after {
        width: 5px;
    }
}
/*ms6*/
#ms6 {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
#ms6 .owl-carousel {
    padding: 0 50px;
}
#ms6 .owl-theme .owl-nav {
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
}
#ms6 .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    background-color: #eee;
    height: 100% !important;
    line-height: 100%;
    height: auto;
    color: #999;
    border-radius: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
}
#ms6 .owl-carousel .owl-nav .owl-prev:before,
#ms6 .owl-carousel .owl-nav .owl-next:before {
    top: calc(50% - 8px);
}
#ms6 .owl-carousel .owl-stage-outer {
    z-index: 5;
}
#ms6 .pti {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 3px 0;
    margin: 1px;
    text-align: center;
}
#ms6 .pti img {
    display: inline-block;
    width: auto;
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #f4f4f9;
    border-top: 0px;
    padding: 0 !important;
}
#footer .copySec {
    padding: 20px 0px;
    border-top: 1px solid #ddd;
}
#footer .f_con {
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#footer .f_con .left .logoBottom {
    margin-right: 15px;
}
#footer .f_con .left img {
    max-width: 190px;
    vertical-align: bottom;
    margin-right: 5px;
}
#footer .f_con .right {
    width: 60%;
}
#footer .f_con .right ul li a {
    font-size: 17px;
    color: #222;
    font-weight: 700;
}
#footer .f_con .right ul li ul {
    margin-top: 10px;
}
#footer .f_con .right ul li ul li a {
    font-size: 15px;
    opacity: 0.9;
    font-weight: 300;
    color: #666;
}
#footer .logoWrp .cls-1 {
    fill: #fff;
}
#footer h6 {
    line-height: 1.7em;
    color: #666;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    color: #111;
}
#footer .spWrp a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
}
#footer .spWrp .sp {
    display: inline-block;
    height: 13px;
    width: 1px;
    margin: 0 10px;
    background-color: #aaa;
    vertical-align: middle;
}

@media (max-width:768px){
    #footer .f_con {
        text-align: center;
    }
    #footer .f_con {
        justify-content: space-around;
        padding: 30px 0;
    }
    #footer .f_con .left img {
        max-width: 120px;
    }
    #footer .f_con .left .sns {
        width: 30px;
    }
}

/*sidemenu*/
#sidemenu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 100;
}
#sidemenu li {
    margin: 10px 0;
}
#sidemenu li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#sidemenu li a img {
    width: 70px;
}
#sidemenu li a span {
    position: absolute;
    right: 20%;
    width: 80px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: 22px;
    opacity: 0;

    -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;
}
#sidemenu li a:hover span {
    right: 100%;
    opacity: 1;
}
#sidemenu li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (max-width:992px){
    #sidemenu {
        right: 15px;
        bottom: 15px;
    }
    #sidemenu li {
        margin: 5px 0;
    }
    #sidemenu li a img {
        width: 40px;
    }
    #sidemenu li a span {
        display: none;
    }
}
/*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: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    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%;
    }
}
/*subtop*/
#subtop {
    border-bottom: 1px solid #eee;
}
#subtop,
#subtop .container {
    position: relative;
}
#subtop .subTabs li {
    display: inline-block;
    margin-right: 50px;
}
#subtop .subTabs li a {
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    display: inline-block;
    color: #b2b2b2;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
#subtop .subTabs li.act a {
    color: #0098c5;
    border-color: #0098c5;
}
#subtop .subTabs li a span,
#subtop .subTabs li a i {
    vertical-align: middle;
}
@media (max-width:768px){
    #subtop {
        text-align: center;
        padding: 30px 0;
    }
    #subtop h1 {
        margin-bottom: 14px;
    }
    #subtop .subTabs li {
        margin: 0 5px;
    }
    #subtop .subTabs li a {
        font-size: 14px;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
    }
}
/*siteconfig*/
.siteconfig li {
	display: inline-block;
	padding: 5px 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}
.siteconfig li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -2px;
    top: calc(50% - 2px);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aaa;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #ddd;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (min-width:768px){
    .siteconfig {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
    .siteconfig li {
        font-size: 13px;
    }
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*all-content-common*/
#all-content-common {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
    padding-top: 60px;
}
@media (max-width:768px){
    .bo_wrp {
        padding-top: 20px;
    }
}


/*sub_tab*/
.sub_tab a {
	text-decoration: none;
	padding: 15px;
	display: block;
	color: #999;
	text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
	border-bottom: 2px solid #ddd;
}
.sub_tab a.active {
    color: #1e1e1e;
	font-weight: 500;
	border-color: #2a3b4d;
}
@media (max-width:768px){
	.sub_tab a {
		padding: 8px 5px;
		font-size: 13px;
		height: 40px;
		word-break: keep-all;
	}
}
/*minibtn*/
.minibtn {
	text-decoration: none;
	display: inline-block;
	border-right: 2px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	line-height: 1em;
	color: #999 !important;
	padding: 5px;
    font-size: 12px;
	font-weight: 300;
	margin: 0 3px;
}

/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #ddd;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #fff;
	font-weight: 700;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*all-content-common*/
#all-content-common {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
    padding-top: 60px;
}
@media (max-width:768px){
    .bo_wrp {
        padding-top: 20px;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .conSize {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: right;
}
#visual .conSize img {
    display: inline-block;
}
#visual .bg.bg1 {
    background-color: #efece6;
}
#visual .bg.bg2 {
    background-color: #eaeaea;
}

#visual .tcon {
    text-align: left;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 60px;
    color: #000;
}
#visual .tcon h2 {
    color: #666;
}
#visual .tcon h4 {
    color: #999;
}
#visual .pageNation span,
#visual .pageNation strong {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
#visual .pageNation strong {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 12px;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(255,255, 255, 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 (min-width:1400px){
    #visual .tbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #visual .bg {
        height: 860px;
    }
}
@media (max-width:1400px){
    #visual .bg {
        padding-top: 70px;
    }
    #visual .tbox .tcon {
        text-align: center;
    }
}
@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 .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    #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;
    }
}
@media (max-width:500px){
    #visual .tcon h4 {
        font-size: 14px;
        margin-top: 10px;
    }
}
/* controls */
#visual_wrp .controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(166,166,166,0.6);
    z-index: 15;
}
#visual_wrp .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #0098c5;
}
#visual_wrp .bars .stateAct.act {
    animation-play-state: running;
    -webkit-animation: movBg 4s linear infinite;
    -moz-animation: movBg 4s linear infinite;
    -ms-animation: movBg 4s linear infinite;
    -o-animation: movBg 4s linear infinite;
    animation: movBg 4s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual_wrp .bars .stateAct {
    width: 0px;
    animation-play-state: paused;
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 20%;
    position: absolute;
    left: 0;
    width: 100%;
}
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 0;
    position: relative;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255,255,255,1);
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.2;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (max-width:992px){
    #nav_wrp .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
}
@media (max-width:768px){
    #nav_wrp {
        text-align: center;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide {
        line-height: 5px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide span {
        width: 50px;
    }
}

/* cList */
.cList > li {
    position: relative;
    padding-left: 15px;
}
.cList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 6px;
    height: 1px;
    background-color: #aaa;
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}
/*ms1*/
#ms1 .mtit h1 {
    line-height: 1.4em;
}
#ms1 ul li a {
    display: block;
    border-radius: 35px;
    padding: 55px 15px;
    box-shadow: 15px 15px 35px rgba(0,0,0,0.1);  
    text-decoration: none; 
    border: 2px solid #fff; 

    -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;
}
#ms1 ul li a:hover {
    border-color: #0098c5; 
}
#ms1 ul li a p {
    line-height: 1.3em;
    margin-top: 10px;
}
#ms1 .iconBox {
    width: 100px;
    position: relative;
    display: inline-block;
}
#ms1 .iconBox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0098c5;
    opacity: 0.1;
    border-radius: 50%;
}
#ms1 .iconBox.iconBox2:after {
    left: 0;
    top: auto;
    bottom: 0;
}
#ms1 .iconBox.iconBox3:after {
    left: auto;
    right: 0;
    top: 0;
}
#ms1 .iconBox.iconBox4:after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
#ms1 .iconBox {
    margin-bottom: 10px;
}
#ms1 .iconBox i {
    font-size: 80px;
    line-height: 100px;
    color: #0098c5;
}
@media (max-width:768px){
    #ms1 .iconBox {
        width: 50px;
        margin-bottom: 0px;
    }
    #ms1 .iconBox i {
        font-size: 35px;
        line-height: 50px;
    }
    #ms1 .iconBox:after {
        width: 30px;
        height: 30px;
    }
    #ms1 ul li a {
        border-radius: 5px;
        padding: 20px 5px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);  
    }
    #ms1 ul li a h3 {
        font-size: 15px;
    }
    #ms1 ul li a p {
        display: none;
    }
}
/* ms2 */
#ms2 {
    background: url(../img/pro1_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#ms2 .container {
    position: relative;
}
#ms2 .vBox {
    display: flex;
    align-items: center;
    height: 100%;
}
#ms2 .vBox > div {
    width: 50%;
}
#ms2 .vBox > .lt {
    margin-bottom: 60px;
    padding-left: 60px;
}
#ms2 .navSl .slNav  .slick-track {
    width: 100% !important;
    padding-left: 60px;
}
#ms2 .navSl .slNav  .slick-track .slick-slide {
    display: inline-block !important;
    width: auto !important;
    margin-right: 2vw;
    opacity: .5;
    cursor: pointer;
}
#ms2 .navSl .slNav  .slick-track .slick-slide.is-active {
    opacity: 1;
}
@media (max-width:992px){
    #ms2 .vBox > .lt {
        padding-left: 0;
    }
    #ms2 .navSl .slNav  .slick-track {
        padding-left: 0;
    }
}
@media (min-width:768px){
    #ms2 .navSl {
        position: absolute;
        left: 0;
        bottom: 25%;
        z-index: 5;
    }
}
@media (max-width:768px){
    #ms2 {
        padding: 20px 30px 0;
        text-align: center;
    }
    #ms2 .vBox {
        flex-wrap: wrap;
    }
    #ms2 .vBox > div {
        width: 100%;
    }
    #ms2 .vBox > .lt {
        padding-top: 20px;
        margin-bottom: 10px;
    }
    #ms2 .navSl .slNav  .slick-track {
        text-align: center;
    }
    #ms2 .navSl .slNav  .slick-track .slick-slide {
        margin: 0 1vw;
        float: none;
    }
}

/* ms3 */
#ms3 {
    background: url(../img/pro2_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#ms3 .container {
    position: relative;
}
#ms3 .vBox {
    display: flex;
    align-items: center;
    height: 100%;
}
#ms3 .vBox > div {
    width: 50%;
}
#ms3 .vBox > .lt {
    margin-bottom: 60px;
    padding-left: 60px;
}
#ms3 .navSl .slNav2  .slick-track {
    width: 100% !important;
    padding-left: 60px;
}
#ms3 .navSl .slNav2  .slick-track .slick-slide {
    display: inline-block !important;
    width: auto !important;
    margin-right: 2vw;
    opacity: .5;
    cursor: pointer;
}
#ms3 .navSl .slNav2  .slick-track .slick-slide.is-active {
    opacity: 1;
}
@media (min-width:768px){
    #ms3 .navSl {
        position: absolute;
        left: 50%;
        bottom: 25%;
        z-index: 5;
    }
}
@media (max-width:992px){
    #ms3 .vBox > .lt {
        padding-left: 0;
    }
    #ms3 .navSl .slNav2 .slick-track {
        padding-left: 0;
    }
}
@media (max-width:768px){
    #ms3 {
        padding: 20px 30px 0;
        text-align: center;
    }
    #ms3 .vBox {
        flex-wrap: wrap;
    }
    #ms3 .vBox > div {
        width: 100%;
    }
    #ms3 .vBox > .rt {
        order: 2;
    }
    #ms3 .vBox > .lt {
        padding-top: 20px;
        margin-bottom: 10px;
        order: 1;
    }
    #ms3 .navSl .slNav2  .slick-track {
        text-align: center;
    }
    #ms3 .navSl .slNav2  .slick-track .slick-slide {
        margin: 0 1vw;
        float: none;
    }
}
/* bsBox */
#bsBox {
    margin: 0 -15px;
}
#bsBox .slick-slide {
    padding: 0 15px;
}
#bsBox .slick-slide a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
#bsBox .slick-slide a img {
    border-radius: 15px;
}
#bsBox .txt {
    padding-top: 20px;
}
#bsBox .txt  h6 {
    font-weight: 700;
}
#bsBox .txt  h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bsBox .txt  p {
    font-weight: 600;
}

/* btnWrp */
.btnWrp .plsItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
} 
.btnWrp .arrItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #a6a6a6;
    background: url(../img/arrItem.png) center center no-repeat;
} 
.btnWrp .arrItem.arrItem_next {
    transform: rotate(180deg);
} 
.btnWrp .arrItem.w {
    border-color: #fff;
    background-color: #fff;
} 
@media (max-width:768px){
    .btnWrp .plsItem {
        width: 28px;
        line-height: 28px;
    }
    .btnWrp .arrItem {
        width: 28px;
        height: 28px;
        background-size: 30px !important;
    } 
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background-color: #fff;
    opacity: 0.5;
}
.slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
#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: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}
/* ms4 */
#ms4 {
    background-color: #f4f7fa;
}
#ms4 .lnkItem {
    margin: 15px 0;
}
#ms4 .lnkItem a {
    text-decoration: none;
    display: flex;
    border-radius: 25px;
    background-color: #fff;
    padding: 30px 30px;
    align-items: center;
    box-shadow: 15px 15px 30px #eaeff4;
    border: 2px solid #fff; 

    -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;
}
#ms4 .lnkItem a:hover {
    border-color: #0098c5; 
}
#ms4 .lnkItem a .ibox {
    width: 35%;
    text-align: center;
    color: #162a48;
    line-height: 1em;
    padding-right: 15px;
}
#ms4 .lnkItem a .ibox i {
    font-size: 45px;
    line-height: 45px;
}
#ms4 .lnkItem a .tbox{
    width: 65%;
}
@media (max-width:768px) {
    #ms4 .lnkItem a {
        border-radius: 15px;
        padding: 20px 15px;
    }
}
/* ms5 */
#ms5 {
    background-color: #162a48;
}
#ms5 .btn_wrp a {
    width: 170px;
    font-weight: 600;
}
#ms5 .btn_wrp a.w {
    color: #162a48;
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;
}
#ms5 .btn_wrp a.wLine {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}
@media (max-width:768px) {
    #ms5 .btn_wrp a {
        width: 110px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 2px;
        min-width: auto;
    }
}
/* site_config */
#site_config {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -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;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 210px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -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;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #0098c5;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home svg {
    width: 14px;
}
#site_config .site .home .cls-1 {
    stroke: #666;
}
#site_config .site .home li:hover .cls-1 {
    stroke: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -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;
}
#site_config .site .home > ul li a.act {
    color: #0098c5;
}
#site_config .site .home > ul li a:hover{
    background-color: #0098c5;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 14px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 120px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    #site_config .site .home svg {
        width: 9px;
    }
}


/* pfTabs */
.pfTabs {
    text-align: center;
}
.pfTabs > a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    padding: 15px 0;
    border-radius: 55px;
    font-weight: 500;
    width: 200px;
    letter-spacing: -0.03em;
    background-color: #eff7fd;
    color: #b8cbd9;
    margin: 5px 8px;
    cursor: pointer;
    text-decoration: none;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pfTabs > a.act {
    color: #111;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    .pfTabs > a {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 55px;
        margin: 2px 0;
        width: auto;
    }
}
/* demo_head */
#demo_head > .top,
#demo_head > .bt {
    text-align: center;
}
#demo_head > .top {
    background-color: #0098c5;
    position: relative;
    overflow: hidden;
}
#demo_head > .top a {
    display: inline-block;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    position: relative;
}
#demo_head > .top .goHome {
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 0px 0px rgb(255,255,255,0.2);
    opacity: 1;
}
#demo_head > .top a.active {
    opacity: 1;
}
#demo_head > .top a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #90d9ff;
}
#demo_head > .bt {
    background-color: #f4f4f4;
    padding: 10px 0;
}
#demo_head > .bt a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 17px;
    line-height: 1.2em;
    color: #999;
    text-decoration: none;
}
#demo_head > .bt a.active {
    color: #111;
}
@media (max-width:768px){
    #demo_head > .top a {
        padding: 10px 15px;
        font-size: 16px;
    }
    #demo_head > .bt a {
        padding: 4px 8px;
        font-size: 14px;
    }
}
@media (max-width:450px){
    #demo_head > .top a {
        padding: 10px 10px;
        font-size: 14px;
    }
    #demo_head > .bt a {
        padding: 4px 8px;
        font-size: 14px;
    }
}
/* demoConWrp */
#demoConWrp .side::-webkit-scrollbar {
    width: 3px;
}
#demoConWrp .side::-webkit-scrollbar-thumb {
    background-color: #2f3542;
}
#demoConWrp .side .navLeft > li {
    margin-bottom: 40px;
}
#demoConWrp .side .navLeft > li > h5 {
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}
#demoConWrp .side .navLeft > li > ul > li a {
    text-decoration: none;
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 0;
}
#demoConWrp .side .navLeft > li > ul > li a.active {
    font-weight: 600;
    color: #0098c5;
}
@media (min-width:992px){
    #demoConWrp {
        padding: 50px 30px;
        padding-left: 280px;
        position: relative;
        min-height: 100vh;
    }
    #demoConWrp .side {
        padding: 50px 30px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 280px;
        border-right: 1px solid #ddd;
        overflow-y: scroll;
    }
}
@media (max-width:992px){
    #demoConWrp .side .navLeft > li > h5 .dftInfoArr {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        width: 22px;
        height: 100%;
        cursor: pointer;
        background: url(../img/site_arr.png) center center no-repeat;
    
        -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;
    }
    #demoConWrp .side .navLeft > li.act > h5 .dftInfoArr {
        transform: rotate(180deg);
    }
    #demoConWrp .side .navLeft > li {
        padding: 10px 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        background-color: #fcfcfc;
    }
    #demoConWrp .side .navLeft > li > ul {
        margin: 0 -8px;
    }
    #demoConWrp .side .navLeft > li > ul > li {
        display: inline-block;
    }
    #demoConWrp .side .navLeft > li > ul > li a {
        padding: 5px 8px;
    }
}
/* lineSet */
.lineSet > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.lineSet > li  > .sltBox {
    display: inline-block;
    line-height: 35px;
    position: relative;
    padding-left: 80px;
    margin-right: 5%;
    margin-bottom: 3px;
}
.lineSet > li  > .sltBox > label {
    position: absolute;
    left: 0;
    line-height: 35px;
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}
.lineSet > li  > .sltBox .form-control {
    border-radius: 2px;
    box-shadow: 0 0 0;
    height: 35px;
    width: 150px;
}
.lineSet > li  > .custBox {
    display: inline-block;
    line-height: 35px;
    margin: 0;
    margin-right: 20px;
}
.lineSet > li  > .custBox label {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}
@media (min-width:992px){
    .lineSet > li {
        position: relative;
        padding-left: 180px;
    }
    .lineSet > li .lineTit {
        position: absolute;
        left: 0;
        top: 2px;
        line-height: 35px;
    }
}
@media (max-width:992px){
    .lineSet > li .lineTit {
        font-weight: 700;
    }
    .lineSet > li  > .sltBox > label,
    .lineSet > li  > .custBox label {
        font-size: 13px;
    }
    .lineSet > li  > .sltBox {
        display: block;
    }
}

/* fCon */
.fCon > li {
    margin: 15px 0;
}
.fCon > li .dftInfo {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.fCon > li .dftInfo .infoArr {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 22px;
    height: 100%;
    transform: rotate(180deg);
    cursor: pointer;
    background: url(../img/site_arr.png) center center no-repeat;

    -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;
}
.fCon > li .dftInfo .infoArr.act {
    transform: rotate(0deg);
}
    
/* mvCon */
.mvCon {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 10px;
}
.mvCon > ul > li {
    padding: 15px 0;
}
@media (max-width:768px){
    .mvCon {
        padding: 5px 10px;
        margin-top: 5px;
    }
    .mvCon > ul > li {
        padding: 10px 0;
    }
}
/* nList */
.nList > li > p {
    position: relative;
    padding-left: 25px;
}
.nList > li > p > span {
    position: absolute;
    left: 0;
    top: 0;
}