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

/*Font: Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&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;
	}
}

/*scroll-to-top*/
.scroll-to-top {
    display: none !important;
}

/*body*/
.body {
    overflow: hidden;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: 0px;
}
html {
    font-size: 10px;
}
/*bt_wrp*/
#header .header-container {
    width: 100%;
    padding: 0 40px;
}
#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%;
}
@media (min-width:1601px){
    .header-container .lo_wrp {
        width: 25%;
    }
    .header-container .mn_wrp {
        width: 50%;
    }
    .header-container .bt_wrp {
        width: 25%;
        text-align: right;
    }
    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 {
        font-size: 14px;
        padding: 20px 15px !important;
    }
}
@media (max-width:1200px) and (min-width:991px){
    html #header .header-nav-main nav > ul > li > a {
        font-size: 14px;
        padding: 20px 5px !important;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 100%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .h_nav {
        width: 50%;
        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;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/    
.c_yl {
    color: #ffd148 !important;
}
.c_bl {
    color: #3a55ca !important;
}
.c_gray {
    color: #999 !important;
}
.c_dgray {
    color: #666 !important;
}
.c_dpk1 {
    color: #bd0534 !important;
}
.c_dpk2 {
    color: #111 !important;
}
.c_rd {
    color: #ef000d !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_dgr {
    color: #009d30 !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1340px){
    .container {
        width: 1370px;
    }
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_ops {
	font-family: 'Open Sans' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: rgba(0,0,0,0.1);
    opacity: 1;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #333 !important;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-transparent .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
html.add-header #header .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #666;
	border-color: #111;
    word-break: keep-all;
}
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: #333;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 30px !important;
        font-size: 17px;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    html #header .bt_wrp a img {
        margin: 0;
    }
    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:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 4px 9px;
    }
}
@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
	}
    html #header .bt_wrp a {
        width: auto;
        padding: 8px 4px 8px;
        font-size: 12px;
    }
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
    border-bottom: 1px solid rgba(155,155,155,0.5) !important;
}
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;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#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: #fff;
    border: 0px;
}
#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: #111;
	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;
}
#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: 100px;
}*/
@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-nav-main nav > ul:hover:after {
        height: 280px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        width: 100%;
        left: -10%;
        width: 120%;
        z-index: 1;
    }
    #header .header-nav-main nav > ul.act:after {
        height: 280px !important;
    }*/
    /*#header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #111;
        height: 2px;
        width: 100%;
        z-index: 3;
    }*/
    /*#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%;
        top: 90%;
        border-top: 1px solid #333;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
 }
}
@media (max-width:992px) {
    #header .header-container {
        padding: 0 20px;
        border-top: 1px solid #ddd;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 80px;
    }
	#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);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
    position: relative;
}
#header .bt_wrp a:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 25%;
    height: 40%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
html.sticky-header-active #header .bt_wrp a:not(:last-child):after ,
#header:hover .bt_wrp a:not(:last-child):after {
    background-color: rgba(0, 0, 0, 0.2);
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    vertical-align: middle;
    margin-bottom: 0;
}
#header .bt_wrp a > strong {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 3px;
}
#header .bt_wrp a > strong > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#header .bt_wrp a > strong > .w {
    opacity: 1;
}
#header .bt_wrp a > strong > .bk {
    opacity: 0;
}
html.sticky-header-active #header .bt_wrp a > strong > .w,
#header:hover .bt_wrp a > strong > .w {
    opacity: 0;
}
html.sticky-header-active #header .bt_wrp a > strong > .bk,
#header:hover .bt_wrp a > strong > .bk {
    opacity: 1;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 5px 0;
	background-color: transparent;
	color: #fff;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.subpg .header-btn-collapse-nav {
	color: #111;
}
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;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
    #header .bt_wrp a > strong {
        width: 18px;
        height: 18px;
    }
}
/*head_top*/
#head_top {
    background-color: rgba(51, 51, 51, 0.7);
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
/*hover*/
html #header:hover .header-nav-main nav > ul > li > a {
    color: #333 !important;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a {
    color: #111;
}
@media (max-width:992px){
    html #header .bt_wrp img {
        margin-bottom: 5px !important;
    }
}
/*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;
    vertical-align: middle;
    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: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

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


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

/*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;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

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



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #333;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 25px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 14px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*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;
}
/*nw_slider*/
#nw_slider {
    position: relative;
}
#nw_slider .container {
    max-width: 1140px;
}
#nw_slider .scr {
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 20;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#nw_slider h1 {
    line-height: 1em;
    color: #fff;
    font-weight: 700;
}
#nw_slider h5 {
    font-weight: 400;
}
#nw_slider .bt_wrp a {
    text-decoration: none;
    display: inline-block;
    background-color: #ef8200;
    width: 250px;
    text-align: center;
    padding: 15px;
    margin-right: 5px;
}
#nw_slider .btn_wrp h5 {
    font-weight: 300;
    margin-top: 5px;
}
#nw_slider .ms_scr {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
    z-index: 10;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:890px;
}
.swiper-container.mslider .swiper-slide .bg {
    height:890px; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/main_slide01.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/main_slide02.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_slide3.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    font-size: 14px; 
    display: inline-block; 
    border: 1px solid #fff; 
    padding: 30px 15px; 
    color: #fff; 
    font-weight: 700; 
    text-align: center; 
    text-decoration: none;
    margin: 5px;
}
.swiper-container.mslider div.swiper-button-next,
.swiper-container.mslider div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 130px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/owl-prev.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-prev {
    left: 0;
}
.swiper-container.mslider .swiper-button-next {
    transform: rotate(180deg);
    right: 0;
}
.swiper-container.mslider .swiper-button-prev:after, 
.swiper-container.mslider .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    background: transparent;
    margin: 0 2px;
    border: 3px solid transparent;
    position: relative;
    opacity: 1;
}
.swiper-container.mslider .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}
.swiper-container.mslider .swiper-pagination-bullet-active:after {
    opacity: 1;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 3px solid #fff;
}
@media (min-width:769px){
    #nw_slider .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #nw_slider .swiper-slide-active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #nw_slider .swiper-slide-active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #nw_slider .swiper-slide-active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

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

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #nw_slider .swiper-slide-active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    #nw_slider {
        text-align: center;
    }
    #nw_slider .scr img{
        width: 9px;
    }
    #nw_slider h1 {
        font-size: 30px;
        line-height: 1.2em;
    }
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:500px; 
    }
    .swiper-container.mslider div.swiper-button-next,
    .swiper-container.mslider div.swiper-button-prev {
        width: 20px;
        height: 40px;
        background-size: 100%;
        display: none;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp a {
        font-size: 13px; 
        padding: 15px 10px; 
    }
    .swiper-container.mslider .swiper-slide .btn_wrp a img {
        width: 70px;
    }
}
@media (max-width:500px){
    #nw_slider h1 {
        font-size: 22px;
    }
    #nw_slider h4 {
        font-size: 15px;
    }
    #nw_slider .bt_wrp a {
        width: 150px;
        padding: 10px;
    }
}

/*f_top*/
.f_top {
    background-color: #f7f7f7;
    padding: 15px 0;
    font-weight: 300;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.f_top .lft a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    padding: 0 8px;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 300;
    text-decoration: none;
}
.f_top .lft span {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-bottom: 4px;
    background-color: #aaa;
}
.f_top .rt a {
    text-decoration: none;
    display: inline-block;
    color: #333;
}
.f_top .rt a img {
    width: 21px;
    vertical-align: middle;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft a {
        font-size: 12px;
        padding: 0 3px;
    }
    .f_top .lft span {
        width: 3px;
        height: 3px;
        margin-bottom: 2px;
    }
}
/*footer*/
#footer {
    background-color: #222222;
    border-top: 0px;
    padding: 60px 0 100px;
    margin-top: 0px;
}
#footer .lft .box {
    max-width: 400px;
}
#footer .lft .box > div {
    position: relative;
    padding-right: 15px;
}
#footer .lft .box > div:first-child:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 30%;
    height: 40%;
    width: 1px;
    /* background-color: #555; */
}
#footer .lft .box p {
    color: #aaa;
}
#footer .lft .box h4 {
    font-weight: 600;
}
#footer .lft .box h4 span {
    font-size: 0.7em;
}
#footer .lft h6 {
    color: #aaa;
}
#footer .rt ul {
    margin: 0 -5px;
}
#footer .rt ul li {
    padding: 0 5px;
}
#footer .rt ul li .logo {
    border: 1px solid #444;
    text-align: center;
}
@media (max-width:768px) {
    #footer {
        padding: 40px 0;
    }
    #footer h6 {
        font-size: 12px;
    }
    #footer .rt {
        padding-top: 20px;
    }
}
/*mtit*/
.mtit h5 {
    margin-top: 20px;
}
.mtit .btn_wrp {
    margin-top: 30px;
}
.mtit .btn_wrp a {
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    padding: 10px 30px;
    position: relative;
    background-color: #924194;
    border-radius: 150px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 3px;
}
.mtit .btn_wrp a img {
    vertical-align: text-top;
}
@media (max-width:768px){
    .mtit h5 {
        margin-top: 10px;
    }
    .mtit .btn_wrp {
        margin-top: 15px;
    }
    .mtit .btn_wrp a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .mtit .btn_wrp a img {
        vertical-align: text-top;
        width: 20px;
    }
}
/*msec1*/
#msec1 {
    position: relative;
}
#msec1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background-color: #ffd148;
    z-index: 1;
}
#msec1 .container {
    position: relative;
    z-index: 3;
}
#msec1 .txt {
    display: inline-block;
    padding-top: 60px;
    border-top: 5px solid #333;
}
#msec1 .txt h1 {
    font-weight: 700;
}
#msec1 ul {
    margin: 0 -10px;
}
#msec1 ul li {
    padding: 0 10px;
}
#msec1 ul li .item {
    position: relative;
    overflow: hidden;
}
#msec1 ul li .item .img {
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
}
#msec1 ul li .item:hover .img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
#msec1 ul li .item .deco {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
#msec1 ul li .item .txt_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
#msec1 ul li .item .txt_con .num {
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 900;
    line-height: 1em;
}
#msec1 ul li .item .txt_con .num img {
    margin-bottom: 5px;
    width: 80px;
}
#msec1 ul li .item .txt_con .num h5,
#msec1 ul li .item .txt_con h5 {
    letter-spacing: -0.05em;
}
@media (min-width:768px){
    #msec1 .tbox {
        padding-left: 40px;
    }
}
@media (max-width:768px){
    #msec1 ul {
        margin: 0 -5px;
    }
    #msec1 ul li {
        margin: 5px 0;
        padding: 0 5px;
    }
    #msec1 ul li .item .txt_con {
        padding: 20px 15px;
    }
    #msec1 ul li .item .txt_con .num {
        margin-bottom: 10px;
        line-height: 1em;
        font-size: 30px;
    }
    #msec1 ul li .item .txt_con .num img {
        width: 40px;
    }
    #msec1 ul li .item .txt_con .num h5,
    #msec1 ul li .item .txt_con h5 {
        letter-spacing: 0;
    }
}
/*msec2*/
#msec2 .img {
    margin-top: 20px;
}
@media (max-width:768px){
    #msec2 .img {
        margin-top: 10px;
    }
}
/*msec3*/
#msec3 {
    background-color: #f7f7f7;
}
#msec3 .rt {
    padding-left: 30px;
}
#msec3 .rt p {
    font-weight: 300;
    margin-top: 20px;
}
#msec3 .rt .btn_wrp {
    margin-top: 30px;
}
#msec3 .rt .btn_wrp a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    color: #924194;
    border: 1px solid #924194;
    width: 250px;
    font-size: 17px;
}
#msec3 .rt .btn_wrp a img {
    margin-right: 3px;
    vertical-align: middle;
}
@media (min-width:769px){
    #msec3 .lft {
        width: 66.66666%;
    }
}
@media (max-width:768px){
    #msec3 .rt {
        padding: 20px 0;
    }
    #msec3 .rt p {
        margin-top: 10px;
    }
    #msec3 .rt .btn_wrp {
        margin-top: 15px;
    }
    #msec3 .rt .btn_wrp a {
        text-align: center;
        font-weight: 14px;
        width: 100%;
        padding: 10px;
    }
    #msec3 .rt .btn_wrp a img {
        width: 12px;
    }
}
/*msec4*/
#msec4 .tbox h2 {
    margin-top: 30px;
}
#msec4 ul {
    padding-top: 60px;
    border-top: 4px solid #333;
}
#msec4 ul li .img {
    border: 1px solid #ddd;
}
#msec4 ul li .tx_item {
    padding: 15px 0;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-top: 0px;
    text-align: center;
}
#msec4 ul li h5 {
    line-height: 1.2em;
    font-weight: 600;
}
#msec4 ul li p {
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 5px;
}
@media (max-width:768px){
    #msec4 .tbox {
        padding: 0 0 20px;
        text-align: center;
    }
    #msec4 .tbox h2 {
        margin-bottom: 15px;
    }
    #msec4 ul {
        padding-top: 10px;
    }
    #msec4 ul li {
        margin-top: 15px;
    }
}
/*msec5*/
#msec5 {
    background-color: #ffd148;
}
#msec5 .mtit .btn_wrp a {
    background-color: #ee1f27;
}
#msec5 .tbox h2 {
    margin-top: 30px;
}
#msec5 .tbox h5 {
    margin-top: 20px;
}
#msec5 ul {
    padding-top: 60px;
    border-top: 4px solid #333;
}
#msec5 ul li .img {
    border: 1px solid #ddd;
}
#msec5 ul li h5 {
    padding: 15px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-top: 0px;
}
@media (max-width:768px){
    #msec5 .tbox {
        padding: 0 0 20px;
        text-align: center;
    }
    #msec5 .tbox h2 {
        margin-bottom: 15px;
    }
    #msec5 ul {
        padding-top: 10px;
    }
    #msec5 ul li {
        margin-top: 15px;
    }
}
/*date_set*/
.date_set {
    position: relative;
}
.date_set .datebox .form-control {
    box-shadow: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.date_set .datebox .form-control:focus {
    border-color: #2e3091;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 0 0 0 rgb(102 175 233 / 60%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 0 0 0 rgb(102 175 233 / 60%);
}
.date_set .datebox_no_rd input {
    border-radius: 0;
}
.date_set input[type="text"] {
    height: 45px;
}
.date_set .datebox .input-group .input-group-addon {
    background-color: #fff;
}
.input-group-addon img {
    max-width: 30px;
}
@media (min-width:768px){
    .date_set {
        padding-left: 110px;
    }
    .date_set h5 {
        position: absolute;
        left: 0;
        line-height: 43px;
    }
}
@media (max-width:768px){
    .input-group-addon img {
        width: 20px;
    }
    .date_set .datebox .form-control {
        font-size: 13px;
        height: 42px;
    }
    .date_set input[type="text"] {
        font-size: 13px;
        height: 42px;
    }
}
/*date_set_ty1*/
.button_wrp input, .button_wrp a {
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    line-height: 1em;
    border-radius: 4px;
    font-size: 15px;
    line-height: 43px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    text-decoration: none;
}
.date_set_ty1 .button_wrp input,
.date_set_ty1 .button_wrp a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    background-color: #2e3091;
    color: #fff;
    border-color: #2e3091;
}
@media (max-width:768px){
    .button_wrp input, .button_wrp a {
        font-size: 13px;
        line-height: 40px;
    }
}
/*rank_slk*/
.rank_wrp .rank_item {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}
.rank_wrp .rank_tit {
    font-weight: 600;
    margin-top: 15px;
    border-radius: 10px 10px 0 0;
    background-color: #2e3091;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #333;
    border-bottom: 0px;
}
.rank_slk.slick-vertical {
    padding: 20px 0;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
    border: 2px solid #333;
    position: relative;
}
.rank_slk.slick-vertical:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
    z-index: 4;
}
.rank_slk.slick-vertical .slick-slide {
    padding: 10px 0;
    position: relative;
}
.rank_slk.slick-vertical .slick-slide.top_lank {
    background-color: #fff6dd;
}
.rank_slk.slick-vertical .slick-slide img {
    display: inline-block;
    margin: auto;
}
.rank_slk.slick-vertical .slick-slide:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    border: 1px dashed #ddd;
    z-index: 2;
}
.rank_slk .rank {
    text-align: center;
    width: 15%;
}
.rank_slk .rank h5 {
    font-weight: 700;
}
.rank_slk .sbj {
    width: 70%;
}
.rank_slk .count {
    text-align: center;
    width: 15%;
}
.rank_slk .sbj p,
.rank_slk .count p {
    font-weight: 600;
}
.rank_slk.slick-vertical .slick-slide.top_lank {
    padding: 6px 0 7px;
}
@media (max-width:768px){
    .rank_wrp > li {
        margin-bottom: 35px;
    }
    .rank_slk.slick-vertical {
        padding: 10px 0;
    }
    .rank_slk.slick-vertical:after {
        top: 10px;
    }
    .rank_wrp .rank_item {
        padding: 25px 15px;
    }
    .rank_slk.slick-vertical .slick-slide.top_lank {
        padding: 6px 0 7px;
    }
    .rank_slk .rank .ran_img {
        width: 27px;
    }
}