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

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

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

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

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

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

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: ;
	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;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 600;
}
.form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.form-control:-ms-input-placeholder {
  color: #333 !important;
}
.form-control::-moz-input-placeholder {
  color: #333 !important;
}
.owl-carousel .owl-nav {
	top: 45%;
}
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: rgba(79, 189, 176, 0.8);
	border: 0px;
}
@media (min-width:1631px){
	.container {
		width: 1630px !important;
	}
}
/* Header-top-search*/
#header .header-search{
	margin: 7px 0 0px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .header-search .search-toggle {
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    min-width: 25px;
    margin: 0;
    text-align: center;
    border: 1px solid #92d557;
	background-color: #92d557;
    background: linear-gradient(#a7dd77,#92d557);
    cursor: pointer;
    color: #fff;
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-search {
		margin: 5px 2px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
    	line-height: 23px;
		padding: 4px 11px !important;
    	font-size: 14px !important;
	}
}
/* callnum*/
#header .header-col-2 .callnum {
	float: right;
    margin: 12px 5px 10px 5px;
    font-size: 2rem;
    color: #e15215;
}
@media (max-width: 992px){
	#header .header-col-2 .callnum {
		float: left;
	}
}
@media (max-width: 479px){
	#header .header-col-2 .callnum {
		font-size: 15px;
		font-weight: 600;
	}
}
/* - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
	margin: 20px 0 10px;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
        margin: 15px 0 10px 0 !important;
		padding-top: 0 !important;
        float: left;
		text-align: center;
		padding-left: 10px;
	}
	#header.header-narrow .header-logo img{
		width: 120px;
	}
}
/* - Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
}
#header .header-nav-main {
    margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 18px;
    font-weight: 400;
    color: #333 !important;
    padding: 20px 5px !important;
    line-height: 1em;
    border-radius: 0px;
    text-align: center;
}
#header .header-nav-main nav > ul > li > a.c_mt {
    color: #26b2a0 !important;
}
#header .header-nav-main nav > ul {
	text-align: center;
}
#header .header-nav-main nav > ul > li > a > strong {
	background: url(../img/nav_m.png);
	display: inline-block;
	width: 160px;
	height: 30px;
	vertical-align: middle;
}
#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 {
	color: #333;
    border-color: transparent;
    padding: 8px 0px;
    font-size: 17px;
    font-weight: 600;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a strong {
	/*background: url(../img/nav_sm.png) no-repeat;	*/
	display: inline-block;
	width: 160px;
	height: 30px;
	vertical-align: middle;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #4297cc;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	color: #1e1e1e !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 (max-width:1279px) and (min-width:991px) {
	#header .header-nav-main nav > ul > li > a {
		padding:  12px 9px !important
	}
}
@media (min-width:991px) {
	#header .header-column.header-column-sec01{
		padding: 0;
	}
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
		width: 14.28571428571429%;
		/*display: inline-block;
		float: none;
        width: 12.5%;*/
	}	
	#header .header-nav-main nav > ul > li+li{
		margin-left: 0px;
	}
    #header .header-column.header-col-2{
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    #header .header-nav-main nav > ul > li > a {
        position: relative;
        border-left: 1px solid #eee;
    }
    #header .header-nav-main nav > ul > li:last-child > a {
        border-right: 1px solid #eee;
    }
    /*#header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        right: 0;
        height: 40%;
        top: 30%;
        width: 1px;
        background-color: #ddd;
    }*/
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
		color: #2ca8e1 !important;
	}
    #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background: url(../img/top_h_bg.png) 160px bottom no-repeat;
        background-color: #fcfcfc;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
    }
    #header .header-nav-main nav > ul:hover:after {
        height: 270px;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #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.dropdown > .dropdown-menu {
        min-height: 270px;
    }
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu:after {
        content: "";
        position: absolute;
        right: -1px;
        height: 100%;
        top: 0;
        width: 1px;
        background-color: #eee;
	}
	#header .header-nav-main nav > ul > li.dropdown:first-child > .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        width: 1px;
        background-color: #eee;
	}
	#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: 5px 15px;
        transform: translate3d(0, 0, 0);
	}
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu .sm_menu {
        margin-bottom: 10px;
    }
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu .sm_menu li a {
        font-size: 13px;
        text-decoration: none;
	}
}
@media (max-width:992px) {
	html.sticky-header-active #header .header-body {
		top: 0px !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: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		border-left: 0px !important;
        text-align: left;
        font-size: 13px;
    }
	#header .header-nav-main nav > ul > li > a.c_mt:focus,
	#header .header-nav-main nav > ul > li > a.c_mt:hover,
	#header .header-nav-main nav > ul > li > a.c_mt {
		color: #26b2a0 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 13px;
		color: #333 !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #4297cc !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 li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}
/*header_left*/
#header .header-body .header_left a.b_arrow {
    text-decoration: none;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
   border: 2px solid #003975;
    background-color: #fff;
    color: #003975;
    margin-right: 10px;
}
#header .header-body .header_left span.w_arrow {
    text-decoration: none;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 29px;
    border: 2px solid #003975;
    background-color: #003975;
    color: #fff;
    cursor: pointer;
}
/* HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 5px;
    background-color: transparent;
    color: #151a44;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
/*t_ban*/
#header .t_ban.t_ban01 {
	background: url(../img/t_ban01.png) left center no-repeat;
	padding: 33px 0;
	padding-left: 70px;
}
#header .t_ban.t_ban02 {
	background: url(../img/t_ban02.png) left center no-repeat;
	padding: 33px 0;
	padding-left: 70px;	
}
#header .t_ban h1 {
	font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 5px;
}
#header .t_ban h1 strong {
	display: block;
	color: #1b77c7;
	font-size: 19px;
    line-height: 1em;
    font-weight: 700;
	margin-top: 5px;
}
#header .t_ban h1 strong.c_pp {
	color: #161493;
}
#header .t_ban_wrp .owl-carousel .owl-nav [class*="owl-"] {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.8;
}
#header .t_ban_wrp .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media(min-width:992px){
	#header .t_ban_wrp {
		width: 230px;
	}
	#header .t_ban_wrp .owl-carousel .owl-nav {
		top: 10%;
    	opacity: 1;
	}
	#header .t_ban_wrp .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev {
		left: -30px;
	}
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
		right: -30px;
	}
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev, 
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}	
}
@media (max-width:768px){
	#header .container {
		padding: 0px;
	}
}
/*header_right*/
#header .header_right .open_wrp {
	padding: 30px 0;
}
#header .header_right .mo_ssl {
	text-align: center;
	padding-top: 7px;
}
#header .header_right .mo_ssl img {
	height: 20px;
}
/*header_left*/
#header .header_left .img_wrp {
	padding: 15px 0;
}
/*num_txt_wrp*/
.num_txt_wrp {
	padding: 13px 0;
    padding-right: 65px;
	display: inline-block;
	text-decoration: none !important;
	background: url(../img/tel_bg.png) right center no-repeat;
	cursor: default !important;
}
.num_txt_wrp h1 {
	font-size: 13px;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 0;
}
.num_txt_wrp h1 strong {
	font-size: 22px;
    line-height: 1em;
	display: block;
    font-weight: 600;
    color: #f4008b;
	vertical-align: middle;
    margin-top: 5px;
}
.num_txt_wrp h1 img {
	height: 16px;
    vertical-align: middle;
    margin-bottom: 4px;
}
/*nav*/
#header nav {
	display: table;
	width: 100%;
}
#header nav > div {
	display: table-cell;
	vertical-align: middle;
}
/*guide*/
.guide a {
	font-size: 28px;
    line-height: 1em;
    color: #333;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0;
}
@media (max-width:1300px){
	.guide a {
		font-size: 22px;
		padding: 7px 10px;
	}
}
/*#s_menu*/
#s_menu a {
	font-size: 19px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 600;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
	
	-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;
}
#s_menu a:hover,
#s_menu a.active {
	color: #e70195;
}
@media (max-width:1300px){
	#s_menu a {
		font-size: 16px;
		padding: 7px 10px;
	}
}
@media (max-width:768px){
	#s_menu a {
		display: block;
		font-size: 14px;
		padding: 7px 15px;
		text-align: left;
		border-top: 1px solid #eee;
	}
}
/*footer*/
#footer {
    background-color: #fff;
    margin-top: 0px !important;
    padding: 50px 0 !important;
    border: 0px;
    border-top: 1px solid #ddd;
}
#footer .link_wrp span {
    font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 600;
    word-break: keep-all;
}
#footer p {
    font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
    word-break: keep-all;
}
#footer .logo_box {
    text-align: right;
}
@media (max-width:768px) {
    #footer {
        padding: 30px 0 90px !important;
    }
    #footer .link_wrp span,
    #footer p {
        font-size: 12px;
    }
    #footer,
    #footer .logo_box {
        text-align: center;
    }
    #footer .logo_box {
        margin-top: 15px;
    }
    #footer .logo_box img {
        width: 50px;
    }
}
/*videobox*/
#videobox {
    background: url(../img/videobox_bg.png) center bottom no-repeat;
    background-color: #1e1e1e;
    background-size: cover;
}
#videobox iframe {
	height: 600px !important;
}
@media (max-width:768px) {
	#videobox iframe {
		height: 300px !important;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 130px 0;
    position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 30px 0;
	}
}
/*arr_top*/
.arr_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0px;
}
@media (max-width:768px){
    .arr_top img {
        width: 30px;
    }
}
/*conbox*/
.conbox {
	margin-top: 70px;
}
@media (max-width:768px){
	.conbox {
		margin-top: 30px;
	}
}

/*visual_sec*/
#visual_sec .bg01 {
    background: url(../img/main_slide1.jpg) center center no-repeat;
    background-size: cover;
}
#visual_sec .bg02 {
    background: url(../img/main_slide2.jpg) center center no-repeat;
    background-size: cover;
}
#visual_sec .con_wrp {
    display: table;
    width: 100%;
    height: 600px;
}
#visual_sec .con_wrp .txtwrp {
    display: table-cell;
    vertical-align: middle;
}
#visual_sec .con_wrp .txtwrp {
    padding-left: 40px;
}
#visual_sec .con_wrp .txtwrp .sm_icon {
	margin-bottom: 20px;
}
#visual_sec .con_wrp .txtwrp .sm_icon img {
	width: auto;
	display: inline-block;
}
#visual_sec .con_wrp .txtwrp h1 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 300;
}
#visual_sec .con_wrp .btn_wrp {
    margin-top: 40px;
}
#visual_sec .con_wrp .btn_wrp a {
    font-size: 20px;
    line-height: 1em;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 2px solid #ddd;
    font-weight: 500;
    color: #fff;
}
#visual_sec .con_wrp .btn_wrp.btn_wrp_bk a {
    color: #1e1e1e;
    border-color: #333;
}
#visual_sec .con_wrp .btn_wrp a:hover {
    opacity: 0.7;
}
#visual_sec .owl-dots {
    margin-top: -30px !important;
    z-index: 1000;
    position: relative;
    margin-bottom: 10px;
}
#visual_sec .owl-dots .owl-dot span {
    width: 40px;
    height: 3px;
    border-radius: 0;
}
#visual_sec .owl-dots .owl-dot.active span, 
#visual_sec .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
@media (max-width:768px){
    #visual_sec .bg01 {
        background: url(../img/main_slide1_m.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual_sec .bg02 {
        background: url(../img/main_slide2_m.jpg) center center no-repeat;
        background-size: cover;
    }
	#visual_sec .con_wrp {
		height: 300px;
	}
	#visual_sec .con_wrp .txtwrp .sm_icon {
		margin-bottom: 10px;
	}
	#visual_sec .con_wrp .txtwrp h1 {
		font-size: 17px;
	}
    #visual_sec .con_wrp .txtwrp {
        text-align: center;
        padding-left: 0;
    }
    #visual_sec .con_wrp .txtwrp h1 {
        color: #fff;
    }
    #visual_sec .con_wrp .btn_wrp a {
        color: #fff !important;
        border-color: #fff !important;
    }
	#visual_sec .con_wrp .btn_wrp {
		margin-top: 20px;
	}
	#visual_sec .con_wrp .btn_wrp a {
		font-size: 14px;
        min-width: 95px;
	}
	#visual_sec .owl-dots .owl-dot span {
		width: 20px;
		height: 2px;
	}
}

/*msec01*/
.msec01 .con_wrp {
    border-bottom: 1px solid #ddd;
}

/*msec01 :: roll*/
.msec01 .roll {
    position: relative;
    height: 100px;
    padding: 30px 0;
}
.msec01 .roll .swiper-container {
    width: 100%;
    height: 100%;
}
.msec01 .roll .swiper-slide {
    text-align: center;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.msec01 .roll .row {
    margin: 0 -5px;
    width: 100%;
    display: table;
    text-decoration: none;
}
.msec01 .roll .row > div {
    padding: 5px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    color: #1e1e1e;
}
.msec01 .roll .text-left {
    position: relative;
}
.msec01 .roll .date {
    color: #989898;
}
.msec01 .roll span {
    display: inline-block;
    font-weight: 600;
    line-height: 1em;
    padding: 8px 15px;
    color: #fff;
    background-color: #333;
}
@media (max-width:768px){
	.msec01 .roll {
		height: 50px;
		padding: 10px 0;
	}
	.msec01 .roll .swiper-slide {
		font-size: 12px;
	}
	.msec01 .roll span {
		display: inline-block;
		font-weight: 600;
		line-height: 1em;
		padding: 4px 5px;
		color: #fff;
		background-color: #333;
		font-size: 11px;
	}
}

/*msec01 :: lc_menu*/
.lc_menu {
    display: table;
    table-layout: fixed;
    width: 100%;
} 
.lc_menu > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.lc_menu > li:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 50%;
    top: 25%;
    width: 1px;
    background-color: #ddd;
}
.lc_menu > li a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 500;
    padding: 25px 0;
}
@media (max-width:768px){
	.lc_menu > li:first-child:after {
		display: none;
	}
	.lc_menu > li a {
		font-size: 13px;
		padding: 10px 0;
	}
	.lc_menu > li a img {
		width: 30px;
	}
}

/*msec02*/
.msec02 {
    margin-top: 40px;
}
.msec02 .row {
    margin: 0 -10px;
}
.msec02 .row > li,
.msec02 .row > div {
    padding: 0 10px;
}
.msec02 ul li {
    margin: 10px 0;
}
.msec02 .banner {
    display: table;
    width: 100%;
    text-decoration: none;
}
.msec02 .banner img {
	width: 100%;
}
.msec02 .banner.banner01 {
    background: url(../img/banner01_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner02 {
    background: url(../img/banner02_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner03 {
    background: url(../img/banner03_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner04 {
    background: url(../img/banner04_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner05 {
    background: url(../img/banner05_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner06 {
    background: url(../img/banner06_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner03 {
    background-color: #b2ca1a;
}
.msec02 .banner.banner04 {
    background-color: #ddd;
}
.msec02 .banner.banner05 {
    background-color: #ddd;
}
.msec02 .banner.banner06 {
    background-color: #efbc43;
}
.msec02 .banner.banner07 {
    background: url(../img/banner07_bg.png) right bottom no-repeat;
    background-color: #0b4da2;
    background-size: cover;
}
.msec02 .banner.banner08 {
    background: url(../img/banner08_bg.jpg) center center no-repeat;
    background-size: cover;
}
.msec02 .banner.banner09 {
    background: url(../img/banner09_bg.png) right bottom no-repeat;
    background-color: #fee800;
    background-size: contain;
}
.msec02 .banner > div {
    display: table-cell;
    vertical-align: middle;
}
.msec02 .banner .txtbox {
    padding-left: 30px;
}
.msec02 .banner .txtbox h5 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 200;
    color: #1c222a;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.msec02 .banner .txtbox h1 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 200;
    color: #1c222a;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.msec02 .banner .txtbox p {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    color: #1c222a;
}
.msec02 .banner .txtbox.text-light h5,
.msec02 .banner .txtbox.text-light h1,
.msec02 .banner .txtbox.text-light p {
    color: #fff;
}
.msec02 .banner .txtbox .btn_wrp {
    margin-top: 80px;
}
.msec02 .banner .txtbox .btn_wrp span {
    font-size: 20px;
    line-height: 1em;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 2px solid #1c222a;
    font-weight: 500;
    color: #1c222a;
}
.msec02 .banner .txtbox.text-light .btn_wrp span {
    color: #fff;
    border-color: #fff;
}
@media (min-width:991px){
    .msec02 .banner.banner01,
    .msec02 .banner.banner02 {
        height: 400px;
    }
    .msec02 .banner.banner03 .txtbox .btn_wrp,
    .msec02 .banner.banner04 .txtbox .btn_wrp,
    .msec02 .banner.banner05 .txtbox .btn_wrp,
    .msec02 .banner.banner06 .txtbox .btn_wrp {
         margin-top: 20px;
    }
}
@media (max-width:768px){
	.msec02 {
		margin-top: 20px;
	}
	.msec02 .mb_md {
        margin-bottom: 10px !important;
	}
	.msec02 .banner .txtbox {
		padding: 30px 20px;
	}
	.msec02 .banner .txtbox h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.msec02 .banner .txtbox h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.msec02 .banner .txtbox p {
		font-size: 12px;
	}
	.msec02 .banner .txtbox .btn_wrp {
		margin-top: 30px;
	}
	.msec02 .banner .txtbox .btn_wrp span {
		font-size: 14px;
        min-width: 95px;
	}
}

/*msec03*/
.msec03 {
    margin-top: 40px;
}
.msec03 .row {
    margin: 0 -10px;
}
.msec03 .row > li,
.msec03 .row > div {
    padding: 0 10px;
}
.msec03 .bt_ban {
    border: 1px solid #ddd;
    padding: 40px 25px;
}
.msec03 .bt_ban.bt_ban_qr {
    border: 5px solid #ddd;
    background-color: #f7f7f7;
}
.msec03 .b_tit h1 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    color: #1f1f1f;
}
.msec03 .b_tit h1 a {
    text-decoration: none;
    position: absolute;
    right: 0;
    color: #ccc;
}
.msec03 .time-table li {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 600;
    padding-left: 110px;
    margin-top: 10px;
}
.msec03 .time-table li span {
    position: absolute;
    left: 0;
    color: #959191;
}
.msec03 .t_list {
    margin-top: 10px;
}
.msec03 .t_list li  {
    font-size: 17px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 300;
    margin-top: 5px;
}
@media (min-width:991px){
    .msec03 .bt_ban {
        min-height: 365px;
    }
}
@media (max-width:768px){
    .msec03 {
		margin-top: 20px;
    }
    .msec03 .bt_ban {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .msec03 .bt_ban.bt_ban_qr {
        margin-bottom: 0;
    }
    .msec03 .bt_ban.bt_ban_qr {
        border: 3px solid #ddd;
    }
    .msec03 .b_tit h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .msec03 .bt_ban_qr a {
        text-decoration: none;
        margin-bottom: 15px;
        display: block;
    }
    .msec03 .bt_ban_qr a img {
        max-width: 70%;
    }
    .msec03 .time-table li {
        font-size: 14px;
        padding-left: 80px;
        margin-top: 5px;
    }
    .msec03 .t_list {
        margin-top: 5px;
    }
    .msec03 .t_list li  {
        font-size: 13px;
    }
}
/*latest_form*/
#latest_form ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 12px;
}
#latest_form ul li:last-child {
    margin-bottom: 0;
    margin-top: 20px;
}
#latest_form ul li.list_b label {
    position: absolute;
    left: 0;
	font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    color: #333 !important;
    top: 8px;
    margin-bottom: 0px;
}
#latest_form ul li.agree label {
	font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #333 !important;
    margin-bottom: 0px;
}
#latest_form ul li input {
    margin: 0px;
    vertical-align: middle;
}
#latest_form ul li input[type="submit"] {
    display: block;
    background-color: #b2ca1a;
    line-height: 1em;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border: 0px;
    width: 100%;
}
#latest_form ul li .form-control {
    border-radius: 0;
    box-shadow:  0 0 0;
}
@media (max-width:768px){
    #latest_form ul li {
        position: relative;
        padding-left: 70px;
        margin-bottom: 5px;
    }
    #latest_form ul li:last-child {
        margin-top: 10px;
    }
    #latest_form ul li.list_b label {
        font-size: 13px;
    }
    #latest_form ul li.agree label {
        font-size: 12px;
    }
    #latest_form ul li input[type="submit"] {
        font-size: 13px;
        padding: 7px;
    }
}
/*latest_list*/
#latest_list ul {
    display: table;
    width: 100%;
}
#latest_list ul .row {
    display: table-row;
    margin: 0 -5px;
}
#latest_list ul .row > div{
    display: table-cell;
    padding: 7px 5px;
    vertical-align: middle;
    float: none;
}
#latest_list ul .row > div.date {
    color: #989898;
}
#latest_list ul li {
	font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    color: #333 !important;
}
#latest_list ul li .cate span {
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: #ccc;
    color: #fff;
    padding: 6px 10px;
    border-radius: 30px;
}
@media (max-width:768px){
    #latest_list ul li {
        font-size: 13px;
    }
    #latest_list ul li .cate span {
        padding: 4px 5px;
    }    
}

/*msec04*/
.msec04 {
    margin-top: 40px;
    background: url(../img/msec04_bg.jpg) center center no-repeat;
    padding: 100px 0;
}
.msec04 .contxt h1 {    
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 200;
    margin-bottom: 20px;
}
.msec04 .contxt h4 {    
    font-size: 25px;
    line-height: 1em;
    font-weight: 600;
    color: #98d3eb;
}
.msec04 .contxt .btn_wrp {
    margin-top: 40px;
}
.msec04 .contxt .btn_wrp a {
    font-size: 20px;
    line-height: 1em;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 2px solid #1c222a;
    font-weight: 500;
    color: #1c222a;
    text-decoration: none;
}
.msec04 .contxt .btn_wrp a {
    color: #fff;
    border-color: #fff;
}
@media (max-width:768px){
    .msec04 {
        margin-top: 20px;
        padding: 40px 0;
    }
    .msec04 .contxt h1 {    
        font-size: 20px;
        margin-bottom: 10px;
    }
    .msec04 .contxt h4 {    
        font-size: 15px;
    }
    .msec04 .contxt .btn_wrp {
        margin-top: 20px;
    }
    .msec04 .contxt .btn_wrp a {
        font-size: 14px;
        min-width: 95px;
    }
}
/*msec05*/
.msec05 {
    background-color: #f7f7f7;
    padding: 80px 0;
}
.msec05 .site_m > li {
    width: 14.28571428571429%;
    float: left;
}
.msec05 .site_m li h4 {    
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.msec05 .site_m li > ul > li a {    
    font-size: 17px;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    color: #1e1e1e;
}
.msec05 .site_m li > ul > li > ul > li a {
    font-size: 14px;
    color: #636363;
}


/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 200px;
	position: relative;
}
.page-header.parallax.bo_h {
    height: 150px;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
    font-size: 24px;
    line-height: 1em;
    color: #56565a;
    font-weight: 400;
    text-shadow: 0 0 0;
}
.page-header.parallax .txt_wrp h3 {
	font-size: 30px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 22px;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 20px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
.page-header.parallax h4 {
    font-size: 14px;
    line-height: 1.4em;
    color: #636363;
    font-weight: 600;
}
.page-header.parallax .text-light h2,
.page-header.parallax .text-light h4 {
    color: #fff;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    
    .page-header.parallax .para_img {
        -webkit-animation: para_ani 15s linear infinite;
        -moz-animation: para_ani 15s linear infinite;
        -o-animation: para_ani 15s linear infinite;
        -ms-animation: para_ani 15s linear infinite;
        animation: para_ani 15s linear infinite;
    }
    .page-header.parallax .para_img.active {
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@media (max-width:768px){
    .page-header.parallax h4 {
        font-size: 13px;
    }
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
        margin-top: -15px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}

/* para animation */
@-webkit-keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}	
     100%   {background-position:50% 0;}  
}
@-moz-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-o-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-ms-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}

/*siteconfig*/
.site_wrp {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.siteconfig {
    display: table;
    width: 100%;
}
.siteconfig > a,
.siteconfig > span {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 1em;
    color: #636363;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.siteconfig > a {
    font-size: 17px;
}
.siteconfig > span.last {
    width: 60%;
    border-right: 0px;
}
@media (max-width:768px){
    .siteconfig {
        border-right: 0px;
    }
    .siteconfig > a,
    .siteconfig > span {
        padding: 10px 5px;
        font-size: 12px;
    }
    .siteconfig > a {
        font-size: 14px;
    }
}
/*prms*/
.prms {
    background: url(../img/prms_bg.jpg) center center no-repeat;
    background-size: cover;
}
/*bo_wrp*/
.bo_wrp {
	padding: 40px 0 60px;
}
@media (max-width:768px){
    .bo_wrp {
        padding: 20px 0 30px;
    }
}
/*suball*/
@media (min-width:1261px){
    .suball .container {
        width: 1230px !important
    }
}

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