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

/*Font: Montserrat*/
@import url('../../../css-1');

@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: 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;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
.c_pp {
    color: #16136f;
}
strong {
    font-weight: 600;
}
/*font*/
.f_mon {
	font-family: 'Montserrat' !important;
}

@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*header-t*/
.header-t {
    background:#000000;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #777;
    padding: 8px 0;
}
.header-t .txtbox {
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
}
.header-t ul li {
    display: inline-block;
    position: relative;
}
.header-t ul li:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(65, 46, 9, 0.4);
}
.header-t ul li:last-child:after {
    display: none;
}
.header-t ul li a {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
}
@media (max-width:768px) {
    .header-t {
        padding: 4px 0;
    }
    .header-t ul li a {
        font-size: 13px;
        padding: 0 15px;
    }
}
/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	background-color: #fff !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.2) !important;
}
#header.bbt .header-body {
	border-bottom: 0px solid #e1e1e1;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    padding: 45px 35px !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
}
#header .header-nav-main nav > ul > li > a.imp_m {
    color: #ea8c0b !important;
}
#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;use_01.php
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #004481;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
    color: #004481 !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 > 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;
		border: 1px solid #ddd;
		margin-top: -10px;
		padding: 10px 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: 5px;
	}
}
@media (max-width:992px) {
	#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: #004481 !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #000 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #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 {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #004481 !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;
        background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul {
        margin-bottom: 10px !important;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li a {
        font-size: 13px;
        padding-left: 15px;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li a:hover {
		color: rgba(0,0,0,0.6);
	}
}
/*header-logo*/
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 200px;
		margin: 15px 0 !important;
	}
}
@media (max-width:768px) {
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #000 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-logo {

    width: 150px;

    }
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 16px 5px;
    background-color: transparent;
    color: #004481;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}

/*slider*/
.rev_slider .border-m {
    border: 1px solid #fff !important;
}
.rev_slider .border-r {
    border: 1px solid #004481 !important;
}
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 40px;
	height: 3px;
    box-shadow: inset 0 0 0 0 #FFF;
	background-color: rgba(255,255,255,0.3);
    display: none;
}
.rev_slider .hermes .tp-bullet:after,
.rev_slider .tp-bullet.selected,
.rev_slider .tp-bullet:hover {
    display: none;
}
/*@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 50px;
		opacity: 0.7;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 5% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 95% !important;
	}
}*/
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}

/*sec_dvd*/
.sec_dvd {
    padding: 110px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
}

/*mtit*/
.mtit h1 {
    font-size: 40px;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
}
.mtit h3 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
}
.mtit h3 a  {
    color: #1e1e1e;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.mtit p {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.4em;
}
@media (max-width:768px){
    .mtit h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mtit h1 img {
        width: 25px;
    }
    .mtit h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .mtit p {
        font-size: 13px;
        word-break: keep-all;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
}
/*dft*/
.dft {
    word-break: keep-all;
    text-transform: none;
}
h1.dft {
    font-size: 40px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 28px;
    line-height: 1em;
    text-transform: none;
    word-break: keep-all;
}
h3.dft {
    font-size: 25px;
    line-height: 1.4em;
    text-transform: none;
    word-break: keep-all;
}
h4.dft {
    font-size: 20px;
    line-height: 1.4em;
    word-break: keep-all;
}
h6.dft {
    font-size: 15px;
    line-height: 1em;
    word-break: keep-all;
}
p.dft {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1em;
    font-weight: 300;
    word-break: keep-all;
}
.con_dvd {
    padding: 60px 0;
}
@media (max-width:768px){
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
        line-height: 1em;
        text-transform: none;
        word-break: keep-all;
    }
    h3.dft {
        font-size: 16px;
    }
    h4.dft {
        font-size: 14px;
        line-height: 1em;
    }
    h6.dft {
        font-size: 11px;
    }
    p.dft {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .con_dvd {
        padding: 40px 0;
    }
}


/*c_wrp*/
@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;
        vertical-align: middle;
    }
}
/*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;
        vertical-align: middle;
    }
}

.c_rd{
    color:#004481 !important;
}

/*slider*/
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 25px;
	height: 5px;
    box-shadow: inset 0 0 0 0 #FFF;
	background-color: rgba(255,255,255,0.3);
}
.rev_slider .hermes .tp-bullet:after,
.rev_slider .tp-bullet.selected,
.rev_slider .tp-bullet:hover {
	background-color: #d72519;
}
.rev_slider .slides-number {
	position: absolute;
	top: 50%;
	left: 96.8%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 21;
	width: 5%;
	font-size: 2.6em;
}
.rev_slider .slides-number:before {
	content: '';
	display: block;
	position: absolute;
	top: 58%;
	left: 50%;
	width: 120%;
	border-bottom: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.rev_slider .slides-number span {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: Georgia,serif;
}
.rev_slider .slides-number span.atual {
	position: absolute;
	top: -40px;
	width: 100%;
}
.rev_slider .slides-number span.total {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.rev_slider .tparrows {
	background: none !important;
}
.rev_slider .tparrows:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rev_slider .tparrows:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 25px;
	border-left: 1px solid #FFF;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rev_slider .tparrows.tp-rightarrow:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	bottom: 0;
	top: initial;
}
.rev_slider .tparrows.tp-rightarrow:after {
	bottom: 0;
	top: initial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}


/*msec01*/
#msec01 {

}
#msec01 .ltsbox {
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
#msec01 .ltsbox.crrnt {
	border-color: #333;
}
#msec01 .ltsbox .lts_tit {
	margin-bottom: 30px;
}
#msec01 .ltsbox .lts_tit h3 {
	font-weight: 700;
}
#msec01 .ltsbox .lts_tit h6 {
	font-weight: 300;
	color: #636363;
}
#msec01 .ban {
	background: url(../img/mban_bg.jpg) center center no-repeat;
	border-radius: 10px;
}
#msec01 .ban .lft h1 {
	font-weight: 900;
	line-height: 1em;
}
#msec01 .ban .lft h1 span {
	color: #ffe275;
	text-transform: uppercase;
	background: -webkit-linear-gradient(right,#cfae34 0%, #ffe275 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: inline-block;
}
#msec01 .ban .rt .pt_i {
	max-width: 400px;
	margin: 0 auto;
}
#msec01 .ban .rt .pt_i a {
	text-decoration: none;
	display: block;
}
#msec01 .ban .rt .pt_i p {
	font-weight: 600;
}
#msec01 .ban .rt .pt_i p span {
	display: block;
	font-size: 0.8em;
	font-weight: 300;
}
@media (min-width:769px) {
	#msec01 .ban {
		/*background-attachment: fixed;*/
		min-height: 240px;
	}
	#msec01 .ban .lft {
		padding-left: 60px;
	}
}
@media (max-width:768px) {
	#msec01 .ltsbox {
		padding: 30px 20px;
		margin-bottom: 10px;
	}
	#msec01 .ban {
		padding: 30px;
		background-size: cover;
	}
	#msec01 .ban .lft {
		text-align: center;
		margin-bottom: 20px;
	}
	#msec01 .ban .rt .pt_i img {
		width: 80px;
	}
}
/*latest_form*/
#latest_form ul li {
	position: relative;
	margin-bottom: 8px;
}
#latest_form ul li label {
	position: absolute;
	left: 0;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
    font-weight: 600;
}
#latest_form ul li .form-control {
	box-shadow: 0 0 0;
	border: 2px solid #333;
	height: 50px;
	padding-left: 130px;
	border-radius: 30px;
    font-weight: 300;
}
#latest_form ul li label,
#latest_form ul li .form-control {
    font-size: 17px;
    color: #221814;
}
#latest_form .checkbox-custom label {
    font-size: 14px;
    color: #221814;
}
#latest_form .checkbox-custom span {
	display: inline-block;
	padding: 5px;
	background-color: #111;
	line-height: 1em;
	color: #fff;
	font-size: 0.8em;
	margin-left: 5px;
	cursor: pointer;
}
#latest_form .smbtn {
	box-shadow: 0 0 0;
	border: 2px solid #00a65a;
	background-color: #00a65a;
	display: block;
	height: 50px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}
@media (max-width:768px) {
	#latest_form ul li {
		margin-bottom: 5px;
	}
	#latest_form ul li label {
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
	}
	#latest_form ul li .form-control {
		height: 40px;
		padding-left: 90px;
	}
	#latest_form ul li label,
	#latest_form ul li .form-control {
		font-size: 14px;
		color: #221814;
	}
	#latest_form .checkbox-custom label {
		font-size: 12px;
	}
	#latest_form .checkbox-custom span {
		padding: 5px;
	}
	#latest_form .smbtn {
		height: 40px;
		margin-top: 5px;
		font-size: 14px;
	}
}


/*slk_body*/
.slk_body ul li {
	margin-bottom: 4px;
}
.slk_body ul li > .c_wrp {
    font-size: 13px;
    line-height: 1.1em;
    color: #333;
    font-weight: 400;
	height: 20px;
	border-radius: 5px;
	text-decoration: none;
}
.slk_body.slk_faq ul li > .c_wrp {
	padding: 0 15px;
	height: 54px;
}
.slk_body ul li  strong {
	display: inline-block;
	padding: 3px 10px ;
	border-radius: 5px;
	background-color: #004fef;
	color: #fff;
	font-weight: 600;
}


/*latest_slk*/
#latest_slk .c_wrp {
	width: 100%;
	text-decoration: none;
}
#latest_slk .c_wrp > .hd {
	width: 15%;
}
#latest_slk .c_wrp > .nm {
	width: 65%;
}
#latest_slk .c_wrp > .crrt {
	width: 20%;
	color: #636363;
	text-align: right;
}
/*btn_wrp*/
.btn_wrp a {
	box-shadow: 0 0 0;
	border: 2px solid #00a65a;
	background-color: #00a65a;
	display: inline-block;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
	text-decoration: none;
    color: #fff;
	min-width: 250px;
}
.btn_wrp a.btn_w {
	border-color: #e2e4f3;
	background-color: #e2e4f3;
    color: #000;
}
@media (max-width:768px){
	.btn_wrp a {
		line-height: 36px;
		font-size: 14px;
		min-width: 200px;
	}
}

/*msec02*/
#msec02 {
    /**background-color: #f1f1f1;*/
	background-image: url(../img/msec02_bg.jpg);
	    background-attachment: fixed;
}
#msec02 .mtit h2,
#msec02 .mtit p{
   color:#fff;
}
#msec02 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#msec02 ul > li {
    width: 25%;
    padding: 0 15px;
}
#msec02 ul li .item {
    background-color: #fff;
    padding: 4rem 2rem;
}
#msec02 ul li .item .ibox img {
    width: 53px;
}
#msec02 ul li .item span {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 7px 15px;
    margin-bottom: 1.5rem;
}
#msec02 ul li .item .ibox {
    margin-top: 4rem;
    text-align: right;
}
#msec02 ul li .item h5 {
    font-weight: 400;
	font-size:20px
}
#msec02 ul li .item p {
    margin-top:15px;
}
@media (max-width:768px){
    #msec02 ul {
        margin: 0 -5px;
    }
    #msec02 ul > li {
        width: 50%;
        padding: 5px;
    }
    #msec02 ul li .item {
        padding: 2rem 1rem;
    }
    #msec02 ul li .item .ibox {
        margin-top: 2rem;
    }
}



/*msec04*/
#msec04 {
	background-color: #ebecf7;
}
#msec04 .lft h1 {
	font-size: 33px;
	line-height: 1em;
	color: #1e1e1e;
	font-weight: 400;
}
#msec04 .lft h4 {
	color: #636363;
	font-weight: 400;
	margin-top: 15px;
}
#msec04 .lft ul li {
	padding-left: 100px;
	position: relative;
	margin-top: 30px;
}
#msec04 .lft ul li > img {
	position: absolute;
	left: 0;
	top: 0;
}
#msec04 .lft ul li p {
	margin-top: 10px;
}
@media (max-width:768px){
	#msec04 .lft {
		padding: 40px 0;
	}
	#msec04 .lft h1 {
		font-size: 30px;
		text-align: center;
	}
	#msec04 .lft h4 {
		margin-top: 10px;
		text-align: center;
	}
	#msec04 .lft ul li {
		padding-left: 60px;
		margin-top: 20px;
	}
	#msec04 .lft ul li > img {
		width: 45px;
	}
	#msec04 .lft ul li p {
		margin-top: 0px;
	}
}

/*latest-notice*/
#latest-notice li {
    border-bottom: 1px solid #ddd;
}
#latest-notice li:first-child {
    border-top: 2px solid #1e1e1e;
}
#latest-notice li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #1e1e1e;
    padding: 15px 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#latest-notice li a > div {
    vertical-align: middle;
    line-height: 30px;
}
#latest-notice li a .txtbox {
    padding-left: 15px;
    position: relative;
}
#latest-notice li a .txtbox:after {
    content: "";
    position: absolute;
    left: 3px;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    top: 45%;
}
#latest-notice li a .date {
    color: #9f9f9f;
}
#latest-notice li a span {
    display: block;
    line-height: 1em;
    padding: 7px 10px;
    border: 1px solid #004481;
    background-color: #f7f7f7;
    color: #004481;
    font-size: 0.9em;
    font-weight: 400;
}
#latest-notice li a span {
    display: block;
    line-height: 1em;
    padding: 7px 10px;
    font-size: 0.9em;
}
#latest-notice li a span.ta {
    border: 1px solid #004481;
    background-color: #f7f7f7;
    color: #004481;
}
#latest-notice li a span.tb {
    border: 1px solid #004481;
    background-color: #004481;
    color: #fff;
}
#latest-notice li a span.tc {
    border: 1px solid #004481;
    background-color: #f7f7f7;
    color: #004481;
}
#latest-notice li a span.tc {
    border: 1px solid #aaa;
    background-color: #ddd;
    color: #555;
}
@media (max-width:768px) {
    #latest-notice {
        margin-bottom: 20px !important;
    }
    #latest-notice li a {
        font-size: 13px;
        padding: 8px 0;
    }
}
/*msec04*/
#msec04 {
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
}
#msec04 .t_box a {
    text-decoration: none;
    display: inline-block;
    font-size: 55px;
    line-height: 1em;
    font-weight: 900;
    color: #004481;
    margin-bottom: 20px;
    vertical-align: top;
}
#msec04 .t_box a img {
    vertical-align: baseline;
}
#msec04 .t_box p {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.4em;
    font-weight: 300;
    word-break: keep-all;
}
#msec04 .lkbox a {
    text-decoration: none;
    display: block;
    height: 200px;
    position: relative;
}
#msec04 .lkbox a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255,255,255,0.3);
}
#msec04 .lkbox a.lkbox01 {
    background: url(../img/lkbox02.jpg) center center no-repeat;
    background-size: cover;
}
#msec04 .lkbox a.lkbox02 {
    background: url(../img/lkbox01.jpg) center center no-repeat;
    background-size: cover;
}
#msec04 .lkbox a h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
#msec04 .lkbox a span {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #30a7de;
    color: #30a7de;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#msec04 .lkbox a.lkbox02 span {
    color: #fae100;
    border-color: #fae100;
}
#msec04 .lkbox a:hover span {
    background-color: #30a7de;
    color: #333;
}
#msec04 .lkbox a.lkbox02:hover span {
    color: #333;
    background-color: #fae100;
}
@media (max-width:768px) {
    #msec04 .t_box {
        padding: 0 0 20px 0;
        text-align: center;
    }
    #msec04 .t_box a {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #msec04 .t_box a img {
        width: 30px;
    }
    #msec04 .t_box p {
        font-size: 12px;
    }
    #msec04 .lkbox a span {
        font-size: 11px;
    }
}

/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #222;
    border-top: 0px !important;
    padding: 60px 0 !important;
}
#footer .lnkbox {
    margin-bottom: 20px;
}
#footer .lnkbox a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1em;
    font-weight: 500;
    word-break: keep-all;
    padding: 10px 10px;
    width: 200px;
    margin: 0 3px;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footer .lnkbox a:hover {
    background-color: #fff;
    color: #222;
}
#footer .lnkbox a.cbox {
    border-color: #30a7de;
    color: #30a7de;
}
#footer .lnkbox a.cbox:hover {
    background-color: #30a7de;
    color: #fff;
}
#footer p {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 100px !important;
    }
    #footer .lnkbox {
        margin-bottom: 10px;
    }
    #footer .lnkbox a {
        font-size: 12px;
        padding: 7px 10px;
        width: auto;
    }
    #footer p {
        font-size: 11px;
    }
}
/*sub_top*/
.sub_top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.sub_top h1 {
	font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.sub_top {
		margin-bottom: 5px;
	}
	.sub_top .text-right {
        text-align: left;
	}
	.sub_top h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 8px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #636363;
	display: inline-block;
	padding: 0 3px;
	position: relative;
	font-size: 12px;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 2px 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}
}
/*all-content-wrp"*/
#all-content-wrp {
    margin-top: -6%;
    padding: 0 0 60px 0;
    z-index: 5;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 60px;
}
#all-content-wrp .con_in {
    padding: 60px 30px 0;
}
@media (max-width:768px){
    #all-content-wrp {
        padding: 20px 0;
    }
    #all-content-wrp .con_in {
        padding: 60px 15px 0;
    }
}
/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 300px;
	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: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: none;
	margin-top: 0px;
}
.page-header.parallax .txt_wrp h3 {
	font-size: 20px;
    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: 17px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.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;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    .page-header.parallax .para_img {
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);

        -webkit-transition: transform 3000ms ease-in-out;
        -moz-transition: transform 3000ms ease-in-out;
        -o-transition: transform 3000ms ease-in-out;
        -ms-transition: transform 3000ms ease-in-out;
        transition: transform 3000ms ease-in-out;
    }
    .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);
    }
    .page-header h2 {
        margin-top: 40px;
    }
}
@media (max-width:768px){
	.page-header.parallax {
		height: 200px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}

/*sub_menu*/
#sub_menu  .sub_menu_top{
    position: relative;
    width: 100%;
    left: 0;
    z-index: 10;
}
#sub_menu  .sub_menu_top ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 15px;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
@media (min-width:769px){
    #sub_menu  .sub_menu_top{
        bottom: 0px;
    }
    #sub_menu  .sub_menu_top ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: rgb(238, 238, 238);
    }
    #sub_menu  .sub_menu_top ul li {
        display: table-cell;
        vertical-align: middle;
    }
	#sub_menu  .sub_menu_top ul li:first-child {
		border-left: 0px;
	}
    #sub_menu  .sub_menu_top ul li:hover a {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #sub_menu  .sub_menu_top ul li a.active {
        background-color: #004481;
        color: #fff;
        position: relative;
    }
    /*#sub_menu  .sub_menu_top ul li a.active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 15px;
        background: url(../img/arr.png) center top no-repeat;
        background-size: contain;
    }*/
}
@media (max-width:768px){
    #sub_menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0px;
        z-index: 11;
    }
    #sub_menu .tt_btn {
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 15px 15px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 1em;
        cursor: pointer;
        background-color: rgba(0, 68, 129, 0.9);
    }
    #sub_menu  .sub_menu_top {
        top: 100%;
    }
    #sub_menu  .sub_menu_top.hide_m {
        display: none;
    }
    #sub_menu  .sub_menu_top ul li a {
        background-color: rgba(207, 153, 49, 0.9);
        padding: 15px 15px;
        font-size: 13px;
        border-top: 1px solid rgba(255,255,255,0.1);
        color: #fff;
    }
    #sub_menu  .sub_menu_top ul li a:hover{
        background-color: rgba(207, 153, 49, 0.95);
    }
}


/*latest-form*/
#latest-form .table {
    border-top: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
}
#latest-form .table tr th {
    background-color: #f7f7f7;
}
#latest-form .table tr th,
#latest-form .table tr td {
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 300;
    color: #1c1c1c;
    vertical-align: middle;
    padding: 20px;
}
#latest-form .table tr th {
    font-weight: 600;
}
#latest-form .table tr th .c_rd {
    color: #ed1a1a;
}
#latest-form .table tbody tr td .radio-custom {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 15px;
}
#latest-form .table tbody tr td .form-control {
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 0;
}
#latest-form .table tbody tr td .form-control.ln_4 {
    max-width: 80px;
}
#latest-form .table tbody tr td .form-control.ln_6 {
    max-width: 120px;
}
#latest-form .table tbody tr td .form-control.ln_8 {
    max-width: 160px;
}
#latest-form .table tbody tr td .form-control.ln_half {
    width: 50%;
}
#latest-form .btn_wrp input {
    display: block;
    background-color: #004481;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    padding: 15px;
    width: 100%;
    border: 1px solid #000;
    font-weight: 600;
}
#latest-form .table tbody tr td .pls_btn {
        display: inline-block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    font-size: 18px;
    height: 34px;
    line-height: 1em;
    padding: 8px;
    border: 1px solid #333;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 600;
}
#latest-form .table tbody tr td .pls_btn strong  {
    color: #ffed24;
    display: inline-block;
    margin-right: 5px;
}
#latest-form .ag_box {
    padding: 10px 0 15px;
}
#latest-form .ag_box .pr_box {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
@media (max-width:768px){
    #latest-form .table tr th,
    #latest-form .table tr td {
        font-size: 13px;
        padding: 7px;
        margin-top: -1px;
        display: block;
        width: 100%;
    }
    #latest-form .table tbody tr td .radio-custom {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 150px;
    }
    #latest-form .table tbody tr td .radio-custom label {
        word-break: keep-all;
        display: block;
    }
    #latest-form .table tbody tr td .form-control {
        margin: 3px 0;
    }
    #latest-form .table tbody tr td .form-control.ln_4 {
        max-width: 60px;
    }
    #latest-form .table tbody tr td .form-control.ln_6 {
        max-width: 80px;
    }
    #latest-form .table tbody tr td .form-control.ln_8 {
        max-width: 100px;
    }
    #latest-form .table tbody tr td .form-control.ln_half {
        width: 50%;
    }
    #latest-form .btn_wrp input {
        font-size: 14px;
        padding: 8px;
    }
}



/*btnbox*/
.btnbox {
	margin-top: 30px;
}
.btnbox a {
	box-shadow: 0 0 0;
	border: 2px solid #333;
	display: inline-block;
	height: 50px;
	line-height: 46px;
	text-align: center;
    font-weight: 600;
    font-size: 17px;
	text-decoration: none;
    color: #333;
	min-width: 220px;
}
.btnbox a.ty2 {
	border-color: #7d4600;
    color: #fff;
	background-color: #ea8c31;
}
.btnbox a.ty3 {
	border-color: #fff;
    color: #fff;
	background-color: transparent;
}
@media (max-width:768px){
	.btnbox {
		margin-top: 30px;
		text-align: center;
	}
	.btnbox a {
		height: 40px;
		line-height: 36px;
		font-size: 14px;
		min-width: 150px;
	}
}


.bg_gr{
background-color: #f7f7f7;}

/*side_banner*/
#side_banner {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 30%;
    background-color: #f7f7f7;
    border-radius: 5px 0 0 5px;
    text-align: center;
}
#side_banner li.sd_tit {
    padding: 20px 15px;
}
#side_banner li.sd_tit img {
    width: 67px;
}
#side_banner li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    position: relative;
}
#side_banner li a .tip {
    position: absolute;
    top: 20%;
    right: 90%;
    width: 270px;
    background-color: rgba(0, 68, 129, 0.8);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    display: none;
    text-transform: none;
}
#side_banner li a:hover .tip {
    display: block;
}
#side_banner li a .tip:before {
    left: 100%;
    top: 50%;
    right: auto;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(0, 68, 129, 0.8);
    border-width: 8px;
    margin-top: -8px;
}
#side_banner li a img {
    width: 41px;
}
@media (min-width:769px){
    #side_banner li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:768px){
    #side_banner {
        position: fixed;
        z-index: 100;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0px;
        width: 100%;
        border-radius: 0px;
    }
    #side_banner ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    #side_banner li {
        width: 25%;
    }
    #side_banner li a {
        padding: 5px;
        text-align: center;
    }
    #side_banner li:not(:last-child) {
        border-right: 1px solid #ddd;
    }

    #side_banner li:last-child a .tip {
        display: none !important;
    }
    #side_banner li:nth-child(2) a .tip {
        top: auto;
        bottom: 100%;
        right:auto;
        left:0 ;
    }
    #side_banner li:nth-child(2)  a .tip:before {
        left: auto;
        left: 0px;
        top: 100%;
        border: solid transparent;
        border-width: 5px;
        margin-top: 0px;
        border-top-color: rgba(56, 151, 235, 0.8);
    }
    #side_banner li:nth-child(3) a .tip {
        top: auto;
        bottom: 100%;
        right: 0;
        left: auto;
    }
    #side_banner li:nth-child(3)  a .tip:before {
        left: auto;
        right: 54px;
        top: 100%;
        border: solid transparent;
        border-width: 5px;
        margin-top: 0px;
        border-top-color: rgba(56, 151, 235, 0.8);
    }
    #side_banner li a img {
        width: 30px;
    }
}
