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

/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

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

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

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


.f_play {
	font-family: 'Play' !important;
}
/* 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;
	}
}


/*body*/
.body {
    overflow: hidden;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.03em;
}
html {
    font-size: 10px;
}
/*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;
}

/*html.sticky-header-active #header .ch_wrp a,
html #header:hover .ch_wrp a{
    color: #333;
    border-right: 1px solid rgba(0,0,0,0.4);
}*/
#header .ch_wrp a img {
    width: 20px;
    vertical-align: middle;
}
#header .ch_wrp a .bk{
    display: none;
}
#header .ch_wrp a .w {
    display: inline-block;
}
#header .ser_wrp a .bk{
    display: none;
}
#header .ser_wrp a .w {
    display: inline-block;
}
/*html.sticky-header-active #header .ch_wrp a .bk,
html #header:hover .ch_wrp a .bk{
    display: inline-block;
}
html.sticky-header-active #header .ch_wrp a .w,
html #header:hover .ch_wrp a .w {
    display: none;
}*/

#header .ser_wrp a .w{
    display: inline-block;
}
#header .ser_wrp a img {
    width: 20px;
    vertical-align: middle;
}
.ser_box  .sch_wrp {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
}
.ser_box  .sch_wrp .searchform {
    font-size: 17px;
    line-height: 1em;
    padding: 8px 35px 8px 10px;
    border: 0px;
    box-shadow:  0 0 0;
    border-radius: 0px;
    height: 40px;
    background-color: rgba(255,255,255,0.95);
    border: 2px solid #c5000b;
}
.ser_box  .sch_wrp button {
    border: 0px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    color: #fff;
    background-color: #c5000b;
    font-size: 20px;
}

@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 62%;
    }
    #header .ser_wrp {
        width: 8%;
    }
    #header .ch_wrp {
        width: 10%;
        text-align: right;
    }
    #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;
    }
    #header .ch_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0 10px;
        margin-right: 20px;
        vertical-align: middle;
        font-weight: 500;
        border-right: 1px solid rgba(255,255,255,0.4);
    }
    #header .ser_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0px;
        vertical-align: middle;
        font-weight: 500;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 35px !important;
        font-size: 20px;
    }
    #header .lo_wrp {
        width: 17%;
    }
    #header .mn_wrp {
        width: 62%;
    }
    #header .ser_wrp {
        width: 8%;
    }
    #header .ch_wrp {
        width: 11%;
        text-align: right;
    }
    #header .bt_wrp {
        width: 10%;
    }
    #header .ch_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0 15px;
        margin-right: 20px;
        vertical-align: middle;
        font-weight: 500;
        border-right: 1px solid rgba(255,255,255,0.4);
    }
    #header .ser_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0px;
        vertical-align: middle;
        font-weight: 500;
    }
    #header .ser_wrp a, #header .ch_wrp a {
        font-size: 20px;
    }
    
}
@media (max-width:1200px) and (min-width:992px){
    #header .lo_wrp {
        width: 15%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ser_wrp {
        width: 10%;
    }
    #header .ch_wrp {
        width: 15%;
        text-align: right;
    }
    #header .bt_wrp {
        width: 20%;
    }
    
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 25px !important;
        font-size: 18px;
    }
    #header .ch_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0 15px;
        margin-right: 20px;
        vertical-align: middle;
        font-weight: 500;
        border-right: 1px solid rgba(255,255,255,0.4);
    }
    #header .ser_wrp a {
        display: inline-block;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        line-height: 1em;
        padding: 0px;
        vertical-align: middle;
        font-weight: 500;
    }
    #header .ch_wrp a {
        font-size: 18px;
        padding: 10px 20px;
    }
    #header .ser_wrp a{
        font-size: 18px;
    }
}
@media (max-width:991px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 37%;
    }
    #header .ser_wrp {
        width: 4%;
    }
    #header .ch_wrp {
        width: 4%;
        text-align:center;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .h_nav {
        width: 4%;
        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;
    }
    #header .c_wrp .ser_wrp  .sch_wrp .searchform {
        font-size: 14px;
        padding: 4px 17px 4px 5px;
        height: 30px;
        border: 1px solid #c5000b;
    }
    #header .c_wrp .ser_wrp  .sch_wrp button {
        right: 5px;
        top: -2px;
        height: 30px;
        font-size: 14px;
    }
    #header .ch_wrp a{
        margin-right: 0;
    }
    #header .ch_wrp a .bk, #header .ser_wrp a .bk {
        display: inline-block;
        
    }
    #header .ch_wrp a .w, #header .ser_wrp a .w {
        display: none;
    }
    #header .c_wrp .ser_wrp a img, #header .c_wrp .ch_wrp a img{
        width: 35px;
    }
}
@media (max-width:768px){
    #header .ser_wrp {
        width: 6%;
    }
    #header .ch_wrp {
        width: 6%;
        text-align:center;
    }
     #header .c_wrp .ser_wrp a, #header .c_wrp .ch_wrp a{
        border: 0px;
    }
    #header .ser_wrp a img, #header .ch_wrp a img {
        width: 35px;
    }
}
@media (max-width:500px){
    #header .ser_wrp, #header .ch_wrp {
        width: 9%;
    }
    #header .ser_wrp a img, #header .ch_wrp a img {
        width: 30px;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
@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_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}
@media (min-width:1400px){
    #header .header-container{
        width: 1400px;
    }
}


/*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: #111;
    opacity: 0;
    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: #c5000b;
    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: #fff !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #ff8400;
    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: 43px 40px !important;
        font-size: 23px;
    }
}
@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
	}
}
/*#header-t*/
#header .header-body .c_wrp {
    /*padding: 0 30px;*/
    position: relative;
    z-index: 3;
}
#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.3) !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: 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: #ff8400;
	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 25px !important;
	}
}
@media (min-width:992px) {	
    html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        display: none !important;
    }
    /*#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.act > a:before,
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        background: url(../img/h_arr_bg.png) center center no-repeat;
        height: 15px;
        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%;
	}
	/*#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-body .c_wrp {
        padding: 0 15px;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 130px;
    }
	#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: 12px 5px 9px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 27px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.header-transparent .header-btn-collapse-nav {
	color: #fff;
}
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;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*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: #fff !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: #ff8400;
}
@media (max-width:992px){
    html #header .bt_wrp img {
        margin-bottom: 5px !important;
    }
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
}
#new_drop .container {
    max-width: 1340px;
}
#new_drop .dm_con {
    padding: 25px 0;
    position: relative;
    padding-left: 310px;
    display: none;
    min-height: 315px;
}
#new_drop .dm_con.act {
    display: block;
}
#new_drop .dm_con .lt {
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background: url(../img/dm_bg.png) left bottom no-repeat;
}
#new_drop .dm_con .lt p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #333;
    font-weight: 1.5em;
    margin-top: 10px;
}
#new_drop .dm_con .lt .icon {
    margin-top: 15px;
}
#new_drop .dm_con .rt > ul > li {
    margin-bottom: 10px;
}
#new_drop .dm_con .rt h5 a {
    display: block;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 17px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#new_drop .dm_con .rt h5 a:hover {
    color: #ec0214;
    border-color: #ec0214;
}
#new_drop .dm_con .rt h5 a:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    width: 7px;
    background: url(../img/dm_arr.png) right center no-repeat;
}
#new_drop .dm_con .rt h5 a:hover:after {
    background: url(../img/dm_arr_rd.png) right center no-repeat;
}
#new_drop .dm_con .rt .dm {
    margin-top: 10px;
}
#new_drop .dm_con .rt .dm li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 3px 0;
}
#new_drop .dm_con .rt .dm li:hover a {
    color: #ec0214;
}
@media (max-width:992px) {
    #new_drop {
        display: none !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;
}

/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -4px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.lines_bar.darkmd,
.lines_bar.darkmd:before,
.lines_bar.darkmd:after {
    background-color: #333;
}
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after {
    background-color: #fff;
}
.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;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 80px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 90px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

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



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #1e1e1e;
    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: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 14px;
    }
    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;
}
/*color*/
.c_rd {
    color: #ec0214 !important;
}
.c_org {
    color: #ff8400 !important;
}
.c_yl {
    color: #ffe400 !important;
}
.c_pk {
    color: #f70000 !important;
}
.c_sky {
    color: #019915 !important;
}
/*mtit*/
.mtit h5 {
    margin-top: 10px;
}
/*f_top*/
.f_top {
    background-color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}
.f_top {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    line-height: 1em;
}
.f_top .lft span {
    display: inline-block;
    cursor: pointer;
    padding: 15px 0;
    vertical-align: middle;

    -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;
}
.f_top .lft span:hover{
    color: rgba(255,255,255,9);
}
.f_top .lft strong {
    margin: 0 10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    vertical-align: middle;
}
.f_top .rt {
    text-align: right;
}
.f_top .rt a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}
.f_top .rt a img {
    width: 28px;
    opacity: 0.5;

    -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;
}
.f_top .rt a:hover img {
    opacity: 1;
}
@media (max-width:768px){
    .f_top {
        font-size: 11px;
    }
    .f_top .lft strong {
        width: 2px;
        height: 2px;
        margin: 0 3px;
    }
    .f_top .rt a img {
        width: 18px;
    }
}
/*footer*/
#footer {
    margin-top: 0px;
    background-color: #000;
    border-top: 0px;
    padding: 60px 0 !important;
}
#footer .foot_logo img {
    opacity: 0.5;
}
#footer p {
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 300;
    color: #999;
}
@media (max-width:768px){
    #footer {
        text-align: center;
        padding: 30px 0 !important;
    }
    #footer .c_wrp{
        margin-bottom: 20px;
    }
    #footer .foot_logo{
        text-align: left;
    }
    #footer .foot_logo img {
        width: 100px; 
    }
    #footer p {
        font-size: 11px;
    }
    #footer .to_top {
        text-align: right;
    }
    #footer .to_top img {
        width: 50px;
        
    }
}

/*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: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*subtop*/
.subtop {
    position: relative;
}
.subtop:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(../img/w_mark_w.png) center 40% no-repeat;*/
}
.subtop h1 {
	font-size: 50px;
	font-family: Montserrat;
	font-weight: 700;
	margin-bottom: 20px;
    margin-top: 60px;
}
.subtop h1 span {
	color: #fff;
	/*background: -webkit-linear-gradient(right,#30a7ad 0%, #aef9fd 50%,#30a7ad 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display: inline-block;
}
@media (min-width:769px){
	.subtop {
		/*background-attachment: fixed !important;*/
	}
	.subtop .c_wrp {
		height: 450px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
    .subtop:after {
        background-size: 250px;
        background-position: center 40% !important;
    }
	.subtop .c_wrp {
		height: 250px;
		padding-bottom: 20px;
	}
    .subtop h5 {
        font-size: 13px;
        margin-top: 10px;
    }
	.subtop h1 {
		font-size: 25px;
        line-height: 1em;
		margin-bottom: 5px;
		opacity: 1;
        margin-top: 30px;
	}
}
/*tab_main*/
#tab_main {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
    margin-top: -29px;
    z-index: 10;
    position: relative;
	background-color: #333;
	padding: 10px;
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#tab_main.sticky-active {
    width: 100% !important;
    max-width: 100% !important;
	left: 0 !important;
    margin-top: 10px;
}
#tab_main > div > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > div > ul > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: rgba(255,255,255,0.3);
}
#tab_main > div > ul > li > span,
#tab_main > div > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > div > ul > li > span {
	min-width: 155px;
	position: relative;
	cursor: pointer;
}
#tab_main > div > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > div > ul > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 10px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main > div > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > div > ul > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main > div > ul > li ul li:hover > a {
	color: #ffe793;
}
@media (max-width:768px){
	#tab_main > div > ul > li {
		padding: 0 10px
	}
	#tab_main > div > ul > li > span,
	#tab_main > div > ul > li > a {
		font-size: 13px;
		padding: 5px 10px 5px 5px;
	}
	#tab_main > div > ul > li > span {
		min-width: 80px;
	}
	#tab_main > div > ul > li > span.tt_btn1 {
		min-width: 80px;
	}
	#tab_main > div > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > div > ul > li .home {
		padding: 5px;
	}
}
/*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;
    }
}


/*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;
}
/*bd_top*/
.bd_top a {
	text-decoration: none;
	display: inline-block;
    font-size: 17px;
    line-height: 1em;
    color: #222;
    font-weight: 400;
	border: 1px solid #ddd;
	padding: 8px 15px;
}
	@media (max-width:768px){
	.bd_top a {
		font-size: 14px;
		padding: 5px 10px;
	}
}
/*visual*/
#visual {
    position: relative;
}
#visual .bg {
    height: 890px;
    background-size: cover !important;
}
#visual .bg.bg1 {
    background: url(../img/visual1.jpg) center center no-repeat;
}
#visual .bg.bg2 {
    background: url(../img/visual2.jpg) center right no-repeat;
}
#visual .bg.bg3 {
    background: url(../img/visual3.jpg) center right no-repeat;
}
#visual .bg.bg4 {
    background: url(../img/visual4.jpg) center center no-repeat;
}
#visual .bg.bg5 {
    background: url(../img/visual5.jpg) center center no-repeat;
}
#visual .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#visual .txt h1 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 300;
    margin-top: 40px;
	text-shadow: 1px 1px 3px #000;
}
#visual .txt h5 {
    margin-top: 15px;
}
#visual .arrowSlider {
    margin: 0 -10px;
}
#visual .arrowSlider > span {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
#visual .slider-nav {
    text-align: left;
    margin-top: 130px;
}
#visual .slider-nav .slick-track {
    width: auto !important;
}
#visual .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
}
#visual .slider-nav .slick-track .slick-slide h3 {
    font-size: 17px;
    color: #fff;
    padding: 0 15px 0 0;
    position: relative;
    margin-right: 15px;
}
#visual .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: 13px;
    background-color: rgba(255,255,255,0.4);
}
#visual .slider-nav .slick-track .slick-slide h3 span {
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
    opacity: 0.8;

    -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;
	text-shadow: 1px 1px 3px #000;
}
#visual .slider-nav .slick-track .slick-slide h3:hover span {
    opacity: 1;
}
#visual .slider-nav .slick-track .slick-slide.is-active h3 span {
    border-color: #ffc103;
    color: #ffc103;
    opacity: 1;
}
@media (max-width:992px){
    #visual .bg {
        height: 100vh;
    }
    #visual .txt h1 {
        font-size: 30px;
        margin-top: 40px;
    }
    #visual .arrowSlider {
        margin: 0 -3px;
    }
    #visual .arrowSlider > span {
        padding: 0 3px;
        width: 50px;
    }
    #visual .slider-nav {
        margin-top: 60px;
    }
    #visual .slider-nav .slick-track .slick-slide h3 {
        font-size: 12px;
        padding: 0 6px 0 0;
        margin-right: 4px;
    }
    #visual .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        width: 3px;
        height: 3px;
        right: -1px;
        top: 10px;
    }
}
@media (max-width:700px){
    #visual .bg {
        height: 500px;
    }
    #visual .slider-nav {
        margin-top: 40px;
    }
}
/*visual_wrp*/
#visual_wrp {
    position: relative;
}
/*visual_bt*/
#visual_bt {
    text-align: right;
    margin-top: -150px;
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
}
#visual_bt .cir {
    text-decoration: none;
    margin: -10px;
    display: inline-block;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    text-align: center;
    background-color: rgba(236, 2, 20, 0.9);
    padding-top: 35px;
}
#visual_bt .cir.cir_org {
    background-color: rgba(245, 116, 22, 0.9);
}
#visual_bt .cir.cir_yl {
    background-color: rgba(245, 190, 22, 0.9);
}
#visual_bt .cir p {
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}
@media (min-width:992px){
    #visual_bt {
        position: absolute;
        margin-top: 0;
        bottom: 29%;
        right: 15%;
        width: 400px;
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    #visual_bt .boxes_wrp {
        width: 425px;
        margin-left: auto;
    }
    #visual_bt .cir.cir_rd {
        margin-left: 200px;
        z-index: 5;
        position: relative;
    }
}
@media (max-width:992px){
    #visual_bt {
        margin-top: -80px;
        margin-bottom: -40px;
    }
    #visual_bt .cir {
        margin: 0 -5px;
        height: 120px;
        width: 120px;
        padding-top: 20px;
    }
    #visual_bt .cir img {
        width: 50px;
    }
    #visual_bt .cir p {
        margin-top: 5px;
    }
}
@media (max-width:768px){
    #visual_bt {
        margin-top: -50px;
        margin-bottom: -20px;
    }
    #visual_bt .cir {
        height: 100px;
        width: 100px;
        padding-top: 17px;
    }
    #visual_bt .cir img {
        width: 40px;
    }
    #visual_bt .cir p {
        margin-top: 0;
    }
}
/*msec1*/
#msec1 {
    background: url(../img/msec1_bg.png) center top no-repeat;
}
#msec1 h2,
#msec1 p {
    margin-top: 20px;
}
#msec1 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 8px 0;
    border-bottom: 2px solid #f31d1d;
    color: #111;
    font-size: 17px;
    font-weight: 500;
}
@media (min-width:992px){
    #msec1 .rt {
        padding-left: 40px;
    }
}
@media (max-width:992px){
    #msec1 {
        background-size: 1100px;
        background-position: right 20px !important;
    }
    #msec1 .lft img {
        max-width: 70%;
    }
    #msec1 .rt {
        background-color: rgba(250,250,250,0.8);
        padding: 40px 20px;
        margin-left: 50px;
        margin-top: -130px;
        position: relative;
        z-index: 3;
    }
    #msec1 h2,
    #msec1 p {
        margin-top: 10px;
    }
    #msec1 .btn_wrp a {
        font-size: 15px;
    }
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.png) center bottom no-repeat;
    background-color: #f7f7f7;
}
#msec2 .tab_wrp .tabcbox {
    display: none;
}
#msec2 .tab_wrp .tabcbox.act {
    display: block;
}
#msec2 .tab_box .rt .iconbox {
    position: relative;
    padding-bottom: 100px;
}
#msec2 .tab_box .rt .iconbox a {
    text-decoration: none;
    display: inline-block;
    position: relative;
	border-radius: 20px;
}
#msec2 .tab_box .rt .iconbox a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/more_bg.png) center center no-repeat;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
	border-radius: 20px;
    -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;
}
#msec2 .tab_box .rt .iconbox a:hover:after {
    opacity: 1;
}
#msec2 .tab_box .rt .iconbox img {
    display: inline-block;
    margin: auto;
	border-radius:20px;
}
#msec2 .tab_box .rt .iconbox span {
    position: absolute;
    left: 0;
    bottom: 25px;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.13);
    z-index: 5;
}
#msec2 .tab_box .slider-prd2-nav,
#msec2 .tab_box .slider-prd1-nav {
    margin-top: 20px;
}
#msec2 .tab_box .slider-prd2-nav .slick-track,
#msec2 .tab_box .slider-prd1-nav .slick-track {
    width: 100% !important;
}
#msec2 .tab_box .slider-prd2-nav .slick-track .slick-slide.is-active,
#msec2 .tab_box .slider-prd1-nav .slick-track .slick-slide.is-active {
    border-color: #333;
}
#msec2 .tab_box .slider-prd2-nav .slick-track .slick-slide.is-active:after,
#msec2 .tab_box .slider-prd1-nav .slick-track .slick-slide.is-active:after {
    opacity: 1;
}
#msec2 .tab_box .slider-prd2-nav .slick-track p,
#msec2 .tab_box .slider-prd1-nav .slick-track p {
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
}

@media (min-width:992px){
    #msec2 .tab_box .rt .iconbox {
        min-height: 500px;
    }
}
@media (min-width:768px){
    #msec2 .tab_box {
        position: relative;
        padding-left: 300px;
    }
    #msec2 .tab_box .lft {
        position: absolute;
        left: 0;
        top: 0;
        width: 250px;
    }
    #msec2 .tab_box .rt {
        padding-left: 50px;
        text-align: right;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track > div,
    #msec2 .tab_box .slider-prd1-nav .slick-track > div {
        width: 100% !important;
        display: block;
        border-bottom: 2px solid #eee;
        position: relative;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track > div:after,
    #msec2 .tab_box .slider-prd1-nav .slick-track > div:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 19px;
        background: url(../img/info_arr.png) center center no-repeat;
        opacity: 0;
    }
}
@media (max-width:768px){
    #msec2 .tab_box .lft {
        text-align: center;
    }
    #msec2 .tab_box .rt .iconbox {
        position: relative;
        padding-bottom: 50px;
        text-align: right;
    }
    #msec2 .tab_box .rt .iconbox a > img {
        max-width: 80%;
    }
    #msec2 .tab_box .rt .iconbox span {
        width: 120px;
    }
    #msec2 .tab_box .slider-prd2-nav,
    #msec2 .tab_box .slider-prd1-nav {
        margin-bottom: 30px;
        text-align: center;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track p,
    #msec2 .tab_box .slider-prd1-nav .slick-track p {
        padding: 5px 0;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track > div,
    #msec2 .tab_box .slider-prd1-nav .slick-track > div {
        width: auto !important;
        display: inline-block;
        float: none;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track p,
    #msec2 .tab_box .slider-prd1-nav .slick-track p {
        line-height: 1em;
        margin: 3px 0;
        padding: 5px 10px;
        border: 2px solid #ddd;
        margin-right: 5px;
        border-radius: 10px;
        color: #999;
    }
    #msec2 .tab_box .slider-prd2-nav .slick-track .slick-slide.is-active p,
    #msec2 .tab_box .slider-prd1-nav .slick-track .slick-slide.is-active p {
        border-color: #ec0214;
        color: #ec0214;
    }
}
/*top_tab*/
.top_tab li:not(:last-child){
    border-left: 0px;
}
.top_tab li span {
    border: 1px solid #ddd;
    display: block;
    padding: 20px 15px;
    text-align: center;
    color: #666;
    font-size: 20px;
    cursor: pointer;
}
.top_tab li.act span {
    border-color: #ec0214;
    background-color: #ec0214;
    color: #fff;
}
@media (max-width:768px){
    .top_tab li span {
        padding: 10px 10px;
        font-size: 15px;
    }
}
/*msec3*/
#msec3 {
    background: url(../img/msec3_bg.jpg) center center no-repeat;
    position: relative;
}
#msec3:before {
    content: "";
    background: url(../img/bg_darked.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#msec3 .playbox {
    position: relative;
    z-index: 3;
}
#msec3 .playbox h5 {
    margin-top: 10px;
}
#msec3 .playbox .btn_wrp {
    margin-top: 30px;
}
#msec3 .playbox .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    font-size: 20px;
    background-color: #ec0214;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 700;
    color: #fff;
}
#msec3 .playbox .btn_wrp a img {
    margin-right: 3px;
}
#msec3 .playbox .flag_wrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    font-size: 13px;
    background-color: #fff;
    padding: 5px 8px 5px 5px;
    border-radius: 4px;
    color: #333;
    vertical-align: middle;
    margin: 0 2px;
}
#msec3 .playbox .flag_wrp a img {
    vertical-align: middle;
    margin-right: 3px;
}
@media (min-width:768px){
    #msec3 {
        background-attachment: scroll;
    }
}
@media (max-width:768px){
    #msec3 {
        background-size: cover;
    }
    #msec3 .playbox .flag_wrp a {
        font-size: 12px;
        padding: 4px 8px 4px 4px;
        border-radius: 4px;
        color: #333;
        vertical-align: middle;
        margin: 0 2px;
    }
    #msec3 .playbox .flag_wrp a img {
        width: 17px;
        margin-bottom: 1px;
    }
    #msec3 .playbox .btn_wrp a {
        font-size: 17px;
    }
    #msec3 .playbox .btn_wrp a img {
        width: 22px;
    }
}
/*msec4*/
#msec4 .owl-carousel a {
    text-decoration: none;
    display: block;
    text-align: left;
}
#msec4 .owl-carousel a span {
    display: block;
    position: relative;
}
#msec4 .owl-carousel a span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/more_bg.png) center center no-repeat;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    background-size: 60px;
    border-radius: 10px;

    -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;
}
#msec4 .owl-carousel a:hover span:after {
    opacity: 1;
}
#msec4 .owl-carousel a img {
    border-radius: 10px;
}
#msec4 .owl-carousel .tbox {
    padding-top: 20px;
}
#msec4 .owl-carousel .tbox p {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#msec4 .owl-carousel .tbox h6 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
}
#msec4 .owl-carousel .owl-stage-outer {
    margin: 0px 10px !important;
}
#msec4 .owl-carousel .owl-nav {
    margin-top: -30px;
}
#msec4 .owl-carousel .owl-nav [class*="owl-"] {
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 70px;
    height: 70px;
    margin: 0px;
    padding: 0px;
}
#msec4 .owl-carousel .owl-nav [class*="owl-"]:before {
    display: none;
}
#msec4 .owl-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
}
#msec4 .owl-carousel .owl-nav .owl-prev {
    left: -80px;
}
#msec4 .owl-carousel .owl-nav .owl-next {
    right: -80px;
}
@media (max-width:768px){
    #msec4 .owl-carousel .owl-nav {
        margin-top: -35px;
        display: none !important;
    }
    #msec4 .owl-carousel .owl-dots .owl-dot.active span, 
    #msec4 .owl-carousel .owl-dots .owl-dot:hover span {
        background-color: #000;
    }
}

#board01_view_wrap img{
	margin-bottom: 20px !important;
}

#board_01_view .view_btn_wrp .btn_left img{
   margin-bottom: 0px !important;
}
#board_01_view .view_btn_wrp .btn_right img {
   margin-bottom: 0px !important;
}
@media (min-width: 992px){
    .modal-dialog.serch_dia {
        width: 600px;
        margin: 100px auto 30px;
    }
}
@media (max-width: 991px){
    .modal-dialog.serch_dia {
       top:60px;
    }
}
@media (min-width: 768px){
    .modal-dialog.serch_dia .ser_logo{
        text-align: left;
        width: 30%;
        padding-right: 30px;
    }
    .modal-dialog.serch_dia .ser_box{
        width: 70%;
    }
    .modal-dialog.serch_dia .modal-body{
        padding: 15px ;
    }
    .modal-dialog.serch_dia .serch_chang{
        margin-top: 35px;
    }
    /*.modal-dialog.serch_dia .ser_logo img{
        width: 170px;
    }*/
}

