/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&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');

@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;
	}
}

/*hd_top*/
.hd_top {
	background: #457b9d;
    background-color: #457b9d;
    padding: 0;
	position: absolute;
    width: 100%;
	z-index: 1000;
}
.hd_top a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
}
.hd_top .lftbox a {
    display: inline-block;
    background-color: #023f98;
    color: #fff;
    padding: 14px 15px;
    font-size: 17px;
    font-weight: 600;
}
.hd_top .lftbox a .hd_icon {
    width: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.hd_top .lftbox a i {
    display: inline-block;
    margin-left: 5px;
}
.hd_top .rtbox a i {
    opacity: .5;
    display: inline-block;
    margin-right: 5px;
}
.hd_top .rtbox .mbox {
    margin: 0 -8px;
}
.hd_top .rtbox .mbox > a {
    padding: 10px 8px;
}
    @media (max-width:768px){
	.hd_top {
		display:none;
	}
    .hd_top .lftbox a {
        padding: 10px 15px;
        font-size: 13px;
    }
	.hd_top a {
		font-size: 12px;
	}
}


/*body*/
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.02em;
}
html {
    font-size: 10px;
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_rd {
    color: #e61e25 !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_org{
    color:#f39800 !important;
}
.c_bl{
    color:#5bb531 !important;
}
.c_lbl{
    color:#93b2e0 !important;
}
.c_gr{
    color:#5bb531 !important;
}
.c_main{
    color:#0190d6 !important;
}
.c_bmain{
    color:#5bb531 !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1230px){
    .container {
        width: 1200px;
    }
	.container.con2{
        width: 1140px;
    }
}
@media (max-width:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_mon {
	font-family: 'Montserrat' !important;
    letter-spacing: 0px;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/* weights */
.text-weight-light {
	font-weight: 300 !important;
}

.text-weight-normal {
	font-weight: 400 !important;
}

.text-weight-semibold {
	font-weight: 600 !important;
}

.text-weight-bold {
	font-weight: 700 !important;
}


/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*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%;
}
@media (min-width:1601px){
    .header-container {
        width: 80%;
    }
    .header-container .lo_wrp {
        width: 20%;
        padding-left: 30px;
    }
    .header-container .mn_wrp {
        width: 50%;
    }
    .header-container .bt_wrp {
        width: 10%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1200px) and (min-width:991px){
    .header-container .lo_wrp {
        width: 20%;
    }
    .header-container .mn_wrp {
        width: 60%;
    }
    .header-container .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 12px !important;
        font-size: 18px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 50%;
    }
    #header .lo_wrp {
        text-align: left;
        width: 50%;
    }
    #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_rd {
    color: #ef000d !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
/*Common*/
img {
	max-width: 100%;
}
@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;
}

/*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: transparent;
    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: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
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 {
    left: 0;
    width: 100%;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #333;
	border-color: #0090d6;
    word-break: keep-all;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    z-index: 500;
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    min-width: auto;
    display: block;
    opacity: 1;
    margin: 0;
    transform: translate3d(0, 0, 0);
    background: transparent;
    border: 0px;
    box-shadow: 0 0 0;
    padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu a {
    font-weight: 300;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu a:before {
    content: "- "
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent;
}
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:active > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:focus > .dropdown-menu,
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
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 15px !important;
        font-size: 18px;
        min-width: 170px;
    }
}
@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 {
    background-color: #fff;
}
#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;
}
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;
    text-align: center;
}
#header .header-nav-main nav > ul > li {
    position: relative !important;
    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: #0090d6;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #333 !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;
}
@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: 380px;
        background-color: rgba(255, 255, 255, 0.8);
        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: #0090d6;
        height: 3px;
        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: 6px 0px 6px 30px;
        line-height: 1.2em;
        text-align: center;
        text-align: left;
 }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
    }
    #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: 45px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
@media (max-width:768px){
    #header .bt_wrp a img {
        width: 30px;
    }
    #header .bt_wrp a img {
        margin: 0px;
    }
    #header .bt_wrp .lnk_yt {
        margin-right: 5px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 23px 0;
	background-color: transparent;
	color: #fff;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
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;
    }
}
/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open .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);
}

/*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;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 100%;
	height: 100%;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.95);
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 90;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 85px;
    top: -30px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    margin: 0;
}
.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: 200px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li a {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
    position: relative;
    color: #fff;
}
.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: 5px;
	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;
    color: #fff;
}
.mobile-side-menu li.dropdown-submenu .mmenu-toggle {
	width: 17px;
	height: 17px;
}
.mobile-side-menu li.dropdown-submenu .mmenu-toggle:after {
    left: 0;
    top: 0;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 12px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
/*#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}*/
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

@media (min-width:992px){
    .mobile-side-menu #mainNav > li {
        width: 20%;
        margin: 0;
        position: relative;
        min-height: 230px;
        padding-right: 30px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
    .mobile-side-menu li ul {
        display: block;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
}
@media (max-width:992px){
    .mobile-side-menu #mainNav {
        margin-top: 100px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 15px;
        top: -44px;
    }
    .mobile-side-menu li li a {
        padding: 5px;
    }
    .mobile-side-menu li li a:hover {
        padding: 5px;
        background-color: transparent !important;
        color: #fff !important;
    }
}
@media (max-width:768px){
    .mobile-nav {
        overflow-y: scroll;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.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: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 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: 40px;
    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;
    }
}
@media (max-width: 498px)
	h5.dft {
		font-size: 14px;
	}
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}

/*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: 15px;
}
.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: 350px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
    .subtop:after {
        background-size: 250px;
        background-position: center 40% !important;
    }
	.subtop .c_wrp {
		height: 200px;
		padding-bottom: 20px;
	}
	.subtop h1 {
		font-size: 20px;
        line-height: 1em;
		margin-bottom: 5px;
		opacity: 1;
	}
}
/*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: #222;
	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: 0px;
}
#tab_main > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > 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 > ul > li > span,
#tab_main > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > ul > li > span {
	min-width: 155px;
	position: relative;
	cursor: pointer;
}
#tab_main > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > 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 > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > ul > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main > ul > li ul li:hover > a {
	color: #4fd8fc;
}
@media (max-width:768px){
	#tab_main > ul > li {
		padding: 0 10px
	}
	#tab_main > ul > li > span,
	#tab_main > ul > li > a {
		font-size: 15px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main > ul > li > span {
		min-width: 125px;
	}
	#tab_main > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > ul > li .home {
		padding: 5px;
	}
}


/*visual*/
#visual {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}
#visual .slk_wrp .slick-slide {
    height: 699px;
    position: relative;
}
#visual .arrow_wrp {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 70;
    width: 100%;
}
#visual .arrowSlider {
    margin-top: 60px;
}
#visual .arrowSlider > span {
    width: 42px;
    display: inline-block;
    cursor: pointer;
}
#visual .arrowSlider #arr_prev {
    margin-right: 20px;
}
#visual .bg1 {
    background: url(../img/main_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg2 {
    background: url(../img/main_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg3 {
    background: url(../img/main_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .slk_wrp h2 {
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 700;
}
#visual .slk_wrp p {
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 60px;
}
#visual .slk_wrp h2,
#visual .slk_wrp h3,
#visual .slk_wrp p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
@media (max-width:768px){
    #visual .slk_wrp .slick-slide {
        height: 350px;
    }
    #visual .arrow_wrp {
        top: 70%;
    }
    #visual .arrowSlider {
        margin-top: 25px;
    }
    #visual .arrowSlider > span {
        width: 20px;
    }
    #visual .slk_wrp h2 {
        font-size: 20px;
    }
    #visual .slk_wrp h3 {
        font-size: 18px;
    }
    #visual .slk_wrp p {
        margin-top: 10px;
    }
}
/*notice*/
#notice {
    margin-top: -57px;
    position: relative;
    z-index: 70;
}
#notice .c_wrp {
    box-shadow: 20px 20px 20px rgba(0,0,0,0.1);
    background-color: #fff;
}
#notice .hd {
    background-color: #5bb531;
    text-align: center;
    padding: 15px;
    width: 250px;
}
#notice .hd img {
    width: 35px;
}
#notice .ct ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
#notice .ct ul li a {
    display: block;
    font-size: 17px;
    line-height: 1em;
    padding: 20px 0 20px 145px;
    position: relative;
    color: #666;
    text-decoration: none;
}
#notice .ct ul li a .date {
    position: absolute;
    left: 35px;
    color: #333;
    font-weight: 700;
}
#notice .tl {
    width: 115px;
    text-align: center;
    background: linear-gradient(132deg, #1dacf2, #0190d6);
}
@media (max-width:992px){
    #notice {
        margin-top: -43px;
    }
    #notice .hd {
        width: 30%;
    }
    #notice .hd img {
        width: 25px;
    }
    #notice .ct {
        width: 50%;
    }
    #notice .ct ul li a {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
        padding: 15px 15px 15px 90px;
    }
    #notice .ct ul li a .date {
        left: 15px;
    }
    #notice .tl {
        width: 20%;
    }
    #notice .tl img {
        width: 25px;
    }
}
@media (max-width:500px){
    #notice .ct ul li a {
        max-width: 200px;
    }
}
/*msec1*/
#msec1 .btit {
    margin-bottom: 15px;
}
#msec1 .btit a {
    color: #5bb531;
    text-decoration: none;
}
#msec1 .datapic {
    margin-bottom: 15px;
}
#msec1 .datapic .datepicker.datepicker-primary {
    padding: 30px 20px;
}
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.datepicker-switch {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.prev,
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.next {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    padding-bottom: 10px;
}
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.prev:hover,
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.next:hover,
#msec1 .datapic .datepicker.datepicker-primary table thead tr th.datepicker-switch:hover {
    background-color: transparent;
}
#msec1 .datapic .datepicker.datepicker-primary table thead tr:last-child {
    background-color: #bfbfbf;
    color: #FFF;
}
#msec1 .datapic .datepicker.datepicker-primary table tbody tr td.day.active {
    background-color: transparent;
    color: #333;
    position: relative;
}
#msec1 .datapic .datepicker.datepicker-primary table tbody tr td.day:hover{
    background-color: transparent;
    color: #333;
    position: relative;
}
#msec1 .datapic .datepicker.datepicker-primary table tbody tr td.day:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #ddd;
}
#msec1 .datapic .datepicker.datepicker-primary table tbody tr td.day.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #5bb531;
}
#msec1 .datapic .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, 
#msec1 .datapic .datepicker table tr td span.active.disabled:active, 
#msec1 .datapic .datepicker table tr td span.active.disabled:hover:active, 
#msec1 .datapic .datepicker table tr td span.active.active, 
#msec1 .datapic .datepicker table tr td span.active:hover.active, 
#msec1 .datapic .datepicker table tr td span.active.disabled.active, 
#msec1 .datapic .datepicker table tr td span.active.disabled:hover.active {
    background-color: #5bb531;
}
@media (max-width: 768px){
    #msec1 .datapic .datepicker.datepicker-primary {
        padding: 20px 10px;
    }
}
/*basic_latest*/
.basic_latest {
    border-top: 1px solid #ddd;
}
.basic_latest li {
    border-bottom: 1px solid #ddd;
}
.basic_latest li a {
    text-decoration: none;
    color: #666;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 0;
}
.basic_latest li a .sbj span {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.basic_latest li a .date {
    text-align: right;
}
.basic_latest li a .date strong {
    color: #333;
    display: inline-block;
    width: 100px;
}
@media (max-width: 768px){
    .basic_latest li a {
        font-size: 13px;
        padding: 7px 0;
    }
    .bd_wrp > li:not(:last-child){
        margin-top: 15px;
    }
}
/*counters*/
.counters {
    margin-top: 35px;
    background-color: #eff7ed;
    border-radius: 10px;
    padding: 35px 50px;
}
.counters > div {
    padding: 0 15px;
}
.counters .lt {
    position: relative;
}
.counters .lt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.counters .cntbox {
    display: inline-block;
    padding-left: 100px;
}
.counters .cntbox1 {
    background: url(../img/cntbox1.png) center left no-repeat;
}
.counters .cntbox2 {
    background: url(../img/cntbox2.png) center left no-repeat;
}
.counters .cntbox p {
    font-weight: 700;
    color: #5bb531;
}
.counters .cntbox h6 {
    font-size: 14px;
    line-height: 1em;
    color: #333;
}
.counters .cntbox h2 {
    color: #f67426;
    font-weight: 700;
}
@media (max-width: 768px){
    .counters {
        padding: 25px 5px;
        margin-top: 25px;
    }
    .counters > div {
        padding: 0 10px;
    }
    .counters .cntbox {
        display: block;
        text-align: center;
        background-size: 50px !important;
        padding-left: 0;
        padding-top: 60px;
        background-position: center top !important;
    }
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec2 .btit {
    margin-bottom: 20px;
}
#msec2 .btit a {
    color: #fff;
    text-decoration: none;
}
/*news_latest*/
#news_latest a {
    text-decoration: none;
    display: block;
    border: 5px solid #fff;
    padding: 40px 20px;
    background: url(../img/ti_arr.png) 90% 90% no-repeat;
    background-size: 35px;
    background-color: rgba(0,0,0,0.1);
}
#news_latest a h5 {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news_latest a h6 {
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
}
#news_latest a p {
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
#news_latest.owl-theme .owl-dots {
    text-align: left;
}
#news_latest.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 3px;
    background-color: #fff !important;
    opacity: 0.5;
}
#news_latest.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
/*letter_latest*/
#letter_latest.owl-theme a{
    text-decoration: none;
    display: block;
    background-color: #fff;
}
#letter_latest.owl-theme .owl-dots {
    text-align: left;
}
#letter_latest.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 3px;
    background-color: #fff !important;
    opacity: 0.5;
}
#letter_latest.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
/*msec3*/
#msec3 {
    background: url(../img/msec3_bg.png) center center no-repeat;
    background-size: cover;
}
/*gall_latest*/
#gall_latest .owl-item {
    padding: 15px;
}
#gall_latest a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
#gall_latest a .txt {
    padding: 40px 20px;
}
#gall_latest a .txt h5,
#gall_latest a .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#gall_latest a .txt .date {
    margin-top: 20px;
}
.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 #ddd;
    border-radius: 0px;
    color: #aaa;
    background-color: rgba(255,255,255,0.3);
    font-size: 12px;
    padding-top: 2px;
}
@media (min-width:991px) {
    .owl-carousel .owl-nav .owl-next {
        right: -45px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -45px;
    }
}
@media (max-width:768px) {
    #gall_latest a {
        max-width: 80%;
        margin: 0 auto;
    }
}
/*msec4*/
#msec4 {
    background: url(../img/msec4_bg.png) center center no-repeat;
    background-size: cover;
}
#msec4 .yt_l_wrp iframe {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
#msec4 .yt_l p a {
    margin-top: 15px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}
#msec4 .yt_l p a img {
    width: 30px;
    margin-left: 10px;
}
#msec4 .btn_lnk {
    padding: 60px 15px;
    border: 3px solid #eeb01c;
}
#msec4 .btn_lnk ul {
    max-width: 900px;
    margin: 0 auto;
}
#msec4 .btn_lnk a {
    text-decoration: none;
    display: block;
}
#msec4 .btn_lnk a p {
    margin-top: 10px;
    color: #111;
}
@media (max-width:768px){
    #msec4 .yt_l_wrp .yt_l {
        text-align: center;
    }
    #msec4 .yt_l_wrp .yt_l .yt_l_img {
        width: 100px;
        margin-bottom: 10px;
    }
    #msec4 .yt_l_wrp iframe {
        height: 250px !important;
    }
    #msec4 .yt_l p a {
        border: 1px solid #ddd;
        border-radius: 50px;
        padding: 5px 5px 5px 15px;
    }
    #msec4 .btn_lnk {
        padding: 30px 15px;
    }
    #msec4 .btn_lnk ul li:nth-child(1),
    #msec4 .btn_lnk ul li:nth-child(2) {
        margin-bottom: 20px;
    }
    #msec4 .btn_lnk a img {
        width: 50px;
    }
}
/*msec5*/
#msec5 {
    background: url(../img/msec5_bg.png) center center no-repeat;
    background-size: cover;
}
#msec5 .row {
    margin: 0 -5px;
}
#msec5 .row > li {
    padding: 0 5px;
}
#msec5 .mtit h3 {
    text-transform: uppercase;
}
#msec5 a {
    padding: 40px 30px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    background: url(../img/ban_bg.png) right bottom no-repeat;
    background-color: #fff;
}
#msec5 a .arr {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    margin-top: 30px;
}
#msec5 a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#msec5 a .arr_gr {
    opacity: 1;
}
#msec5 a .arr_w {
    opacity: 0;
}
#msec5 a h5 {
    font-weight: 500;
}
#msec5 a h6 {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 10px;
    font-weight: 300;
}
@media (min-width:769px){
    #msec5 a,
    #msec5 a .arr img,
    #msec5 a h5,
    #msec5 a h6 {
        -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;
    }
    #msec5 a:hover {
        background-color: #f7f7f7;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    }
    #msec5 a:hover h5,
    #msec5 a:hover h6 {
        color: #000;
    }
    /*#msec5 a:hover .arr_gr {
        opacity: 0;
    }
    #msec5 a:hover .arr_w {
        opacity: 1;
    }*/
}
@media (max-width:992px){
    #msec5 ul li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    #msec5 ul li {
        margin: 5px 0;
    }
    #msec5 a {
        padding: 20px 15px;
        background-size: 70px;
        border-radius: 4px;
    }
    #msec5 a .arr {
        width: 18px;
        height: 18px;
        margin-top: 15px;
    }
    #msec5 a h6 {
        font-size: 11px;
    }
}

/*f_top*/
.f_top {
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
}
.f_top .lft a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft a {
        font-size: 11px;
        padding: 0 3px;
    }
}

/*footer*/
#footer {
    border-top: 0px;
    margin-top: 0px !important;
    background-color: #fff;
    padding: 40px 0 !important;
}
#footer .foot_lnk {
    font-size: 16px;
    margin: 0 -10px;
    margin-bottom: 20px;
}
#footer .foot_lnk span {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}
#footer .f_rt {
    padding-left: 30px;
    position: relative;
}
#footer .f_rt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.7);
}
@media (min-width:769px) {
    #footer .logo {
        width: 400px;
        display: table-cell;
    }
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 40px 0 !important;
    }
    #footer .f_rt {
        padding-left: 15px;
        position: relative;
    }
    #footer .logo {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer .logo img {
        width: 200px;
    }
}

/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    margin: 0 5px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}

#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;
}
