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

/*Font: Roboto*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

@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;
}
img {
    max-width: 100%;
}
@media (min-width:1401px){
    .container {
        width: 1430px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*header_top*/
.header_ttop {
	padding: 0;
	background-color: #eee;
}
.header_ttop a {
	display: inline-block;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 5px 15px;
	font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    color: #111;
	text-decoration: none;
}
.header_ttop a.bl_a {
	border-left: 1px solid #eee;
}
.header_ttop a.fr {
	float: right;
	border: 0px;
	position: relative;
	padding-left: 10px;
}
.header_ttop a.fr:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #afb3c6;
	left: 0;
	top: 45%;
}
.header_ttop a.fr img {
	vertical-align: middle;
	margin-bottom: 2px;
}
.header_ttop a span {
	color: #fff;
	font-weight: 600;
}
@media (max-width:768px){
	.header_ttop a {
		font-size: 10px;
        padding: 8px 15px;
	}	
	.header_ttop a.fr {
		padding: 8px 15px;		
	}
	.header_ttop a.fr img {
		width: 8px;
	}
}
/*#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: 2px 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: 15px;
    font-weight: 600;
    color: #161616 !important;
    padding: 15px 0 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    text-align: center;
}
#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 {
	font-size: 15px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #72b517;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #72b517 !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-container1 {
        table-layout: fixed;
    }
    #header .header-container2 {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #header .header-nav-main {
        float: none;
    }
    #header .header-nav-main nav > ul {
        display: table;
        width: 100%;
        height: 100%;
        table-layout: fixed;
    }
    #header .header-nav-main nav > ul > li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 8.333333%;
        border-left: 1px solid #ddd;
        position: relative;
		height: 70px;
    }
    #header .header-nav-main nav > ul > li:last-child {
        border-right: 1px solid #ddd;
    }
    #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: 290px;
    }
    #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: 70px;
        display: block;
        opacity: 1;
        width: 100%;
    }
	#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 {
        word-break: keep-all;
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 7px 5px;
        text-align: center;
        white-space: initial;
        line-height: 1.2em;
     }
    #header .header-nav-main nav > ul > li.impt > a {
        color: #fff !important;
        position: relative;
        background-color: #72b517;
    }
    #header .header-nav-main nav > ul > li.impt.open > a, 
    #header .header-nav-main nav > ul > li.impt:hover > a {
        color: #fff;
        background-color: #72b517;
    }
}
@media (max-width:992px) {
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
		max-height: 80vh !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: #000 !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: 15px;
        text-align: left;
    }
    #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: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !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 {
		font-size: 14px;
		padding: 2px 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/*header-logo*/
#header.header-narrow .header-logo {
    float: none;
    display: inline-block;
}
#header.header-narrow .header-logo img {
    margin: 15px 0;
}
@media (min-width: 769px){
    #header.header-narrow .header-logo {
        margin-right: 270px;
    }
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 180px;
		margin: 15px 0 !important;
	}
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: right;
    margin: 16px 5px;
    background-color: transparent;
    color: #151a44;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
    margin-top: -50px;
}

/*visual*/
#visual .owl-carousel img {
    width: auto;
    display: inline-block;
}
#visual .owl-carousel .bg1 {
    background: url(../img/main_slide1.jpg) center center no-repeat;
}
#visual .owl-carousel .bg2 {
    background: url(../img/main_slide2.jpg) center center no-repeat;
}
#visual .owl-carousel .bg3 {
    background: url(../img/main_slide3.jpg) center center no-repeat;
}
#visual .owl-carousel .bg4 {
    background: url(../img/main_slide4.jpg) center center no-repeat;
}
#visual .owl-carousel .bg5 {
    background: url(../img/main_slide5.jpg) center center no-repeat;
}
#visual .owl-carousel .bg6 {
    background: url(../img/main_slide6.jpg) center center no-repeat;
}
#visual .owl-carousel .bg7 {
    background: url(../img/main_slide7.jpg) center center no-repeat;
}
#visual .got_carousel .owl-nav {
    max-width: 70%;
    left: 15%;
    margin: 0 auto !important;
}
#visual .got_carousel .owl-nav [class*="owl-"] {
	color: #fff;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.5;
}
#visual .got_carousel .owl-nav [class*="owl-"]:visited,
#visual .got_carousel .owl-nav [class*="owl-"]:focus,
#visual .got_carousel .owl-nav [class*="owl-"]:hover {
	color: #d2d2d2;
    opacity: 1;
    border-color: transparent;
    background-color: transparent !important;
}
#visual .got_carousel .owl-nav .owl-prev:before {
    content: "\f104";
	left: -100px;
}
#visual .got_carousel .owl-nav .owl-next:before {
    content: "\f105";
	left: 100px;
}
@media(min-width:991px){
	.got_carousel .owl-nav {
		top: 45%;
    	opacity: 1;
	}
	#visual .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#visual .got_carousel .owl-nav .owl-prev {
		left: 0;
	}
	#visual .got_carousel .owl-nav .owl-next {
		right: 0;
	}
	#visual .got_carousel .owl-nav .owl-prev, 
	#visual .got_carousel .owl-nav .owl-next {
		width: 120px;
		height: 120px;
		font-size: 120px;
	}	
}
/*owl-dots*/
#visual .owl-carousel .owl-dots {
	position: relative;
	top: -50px;
	height: 0px;
    margin: 0px;
}
#visual .owl-carousel .owl-dots .owl-dot span, 
#visual .owl-carousel .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border: 0px;
	width: 50px;
	height: 5px;
	margin: 5px 4px;
}
#visual .owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 0.4);
}
#visual .owl-carousel .owl-dots .owl-dot.active span{
	background: rgba(255, 255, 255, 0.8);
}
@media (min-width:769px) {
	#visual .c_wrp {
		height: 600px;
	}
}
@media (max-width:768px) {
	#visual .c_wrp {
		height: 400px;
	}
	#visual .txtbox .lined {
		margin-bottom: 10px;
	}
	#visual .txtbox .lined:after {
		width: 30px;
	}
	#visual .txtbox h4,
	#visual .txtbox h1 {
		margin-bottom: 10px;
	}
	#visual .txtbox img {
		width:60%
	}
	#visual .txtbox p {
		margin-bottom: 20px;
	}
	#visual .txtbox .btn_wrp a {
		font-size: 17px;
		color: #fff;
		padding: 10px 40px;
		text-decoration: none;
		font-weight: 600;
		line-height: 1.4em;
		text-transform: none;
		display: inline-block;
		border: 3px solid #fff;
	}
    #visual .owl-carousel .owl-nav, 
    #visual .owl-carousel .owl-dots {
        top: -30px;
    }
    #visual .owl-carousel .owl-dots .owl-dot span, 
    #visual .owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 2px;
        margin: 3px 4px;
    }
}

/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #222222;
    padding: 60px 0 !important;
    border-top: 0px;
}
#footer .logo_foor {
    margin-bottom: 20px;
}
#footer h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
#footer h4 strong {
    color: #fffc0b;
}
#footer p {
    font-size: 16px;
    line-height: 1.2em;
    color: #aaa;
    margin-bottom: 15px;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px) {
    #footer {
        padding: 40px 0 !important;
    }
    #footer .logo_foor img {
        width: 200px;
    }
    #footer p {
        font-size: 11px;
    }
}


/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
}

/*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;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.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;
    }
}
/*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;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
    margin-bottom: 30px;
}
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: 20px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 15px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
	margin-top: 20px
}
p.dft {
    font-size: 16px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 15px;
    }
    h4.dft {
        font-size: 14px !important;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 12px;
    }
}
/*ban_tit*/
.ban_tit h3 {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .ban_tit h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .ban_tit h3 img {
        height: 20px;
    }
}
/*msec01*/
#msec01 .conwrp {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
#msec01 .ban h1 {
    font-size: 55px;
    line-height: 1em;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
#msec01 .ban h1 a {
    text-decoration: none;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: #1e1e1e;
}
#msec01 .ban h1 a .txt_sm {
    font-size: 0.7em;
    font-weight: 300;
}
#msec01 .ban .m_list li {
    font-size: 15px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
}
#msec01 .ban .m_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #8dc63f;
    border-radius: 50%;
    top: 50%;
}
#msec01 .ban a.blog {
	    background: url(../img/sns_ka.png) 10px center no-repeat;
    background-size: 60px;
    text-decoration: none;
    display: inline-block;
    color: #3c1d1e;
    padding: 15px;
    padding-left: 65px;
    text-align: center;
    border-radius: 4px;
    background-color: #fce300;
}
#msec01 .ban p {
    font-size: 13px;
    line-height: 1.2em;
    color: #636363;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    word-break: keep-all;
}
@media (max-width: 768px) {
    #msec01 .conwrp {
        padding: 10px 0;
    }
    #msec01 .ban h1 {
        font-size: 35px;
    }
    #msec01 .ban .m_list li {
        font-size: 13px;
    }
}
#msec01 .ban02 h3{
    margin-bottom: none !important;
}
#msec01 .ban02 .img_box{
    margin: 20px 0;
    display: inline-block;
}
@media (min-width: 769px) {
    #msec01 .ban02 img{
        
    }
    #msec01 .ban02 .txt_box{
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    #msec01 .ban02 img{
        
    }
}
/*msec01 :: ban03*/
#msec01 .ban03 a {
    text-decoration: none;
    display: block;
}
#msec01 .ban03 a h4 {
    margin-top: 10px;
}
/*msec01 :: ban04*/
#msec01 .ban04 a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
}
#msec01 .ban04 a h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
#msec01 .ban04 a h2 span {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #8dc63f;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}
#msec01 .ban04 a h6 {
    font-weight: 300;
}
@media (max-width: 768px) {
    #msec01 .ban {
        padding: 20px 0;
    }
    #msec01 .ban.ban03 {
        border-top: 1px solid #ddd;
    }
    #msec01 .ban.ban03 .icon_wrp img {
        width: 50px;
    }
    #msec01 .ban.ban03 .m_wrp {
        table-layout: fixed;
    }
}
/*msec02*/
#msec02 .c_wrp > div {
    position: relative;
    overflow: hidden;
}
#msec02 .c_wrp > div img {
    position: relative;
    z-index: 1;
    width: 100%;
    
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
#msec02 .c_wrp > div:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#msec02 .c_wrp > div .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 15px;
    z-index: 3;
}
#msec02 .c_wrp > div .txtbox.txtbox02 {
    background-color: #72b517;
}
#msec02 .c_wrp > div .txtbox.txtbox03 {
    background-color: #d0b226;
}
#msec02 .c_wrp > div .txtbox.txtbox06 {
    background-color: #e07637;
}
#msec02 .c_wrp > div .txtbox.txtbox07 {
    background-color: #e6419c;
}
#msec02 .c_wrp > div .txtbox h3 {
    margin-bottom: 10px;
    font-weight: 700;
}
#msec02 .c_wrp > div .txtbox h6 {
    font-weight: 300;
    margin-bottom: 30px;
}
#msec02 .c_wrp > div .txtbox .btn_wrp span {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    padding: 15px;
    min-width: 180px;
    
	-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;
}
#msec02 .c_wrp > div .txtbox:hover .btn_wrp span {
    background-color: #fff;
    border-color: #fff;
    color: #1e1e1e;
}
@media (max-width: 768px) {
    #msec02 .c_wrp > div .txtbox .btn_wrp span {
        font-size: 13px;
        padding: 10px;
        min-width: 150px;
    }
}
/*msec03*/
#msec03 {
    background: url(../img/msec03_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec03 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    color: #404040;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    padding: 15px;
    min-width: 180px;
    
	-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;
}
#msec03 .btn_wrp a:hover {
    background-color: #333;
    color: #fff;
}
/*msec04*/
#msec04 .contain {
    border: 1px solid #ddd;
    padding: 30px 20px;
}

/*latest-notice*/
#latest-notice li {
    border-bottom: 1px solid #ddd;
}
#latest-notice li:first-child {
    border-top: 2px solid #1e1e1e;
}
#latest-notice li:last-child {
    border-bottom: 0px;
}
#latest-notice li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #636363;
    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:hover {
    color: #72b517;
}
@media (max-width:768px) {
    #latest-notice {
        margin-bottom: 20px !important;
    }
    #latest-notice li a {
        font-size: 13px;
        padding: 8px 0;
    }
}




/*sub_menu*/
.sub_menu_wrp {
    position: relative;
}
#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: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
@media (min-width:769px){
    #sub_menu {
        margin-top: -58px;
    }
    #sub_menu  .sub_menu_top{
        bottom: 0px;
    }
    #sub_menu  .sub_menu_top ul {    
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: rgba(114, 181, 23, 0.95);
    }
    #sub_menu  .sub_menu_top ul li {    
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
	#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: #fff;
        color: #1e1e1e;
    }
}
@media (max-width:768px){
    #sub_menu {
        margin-top: -44px;
        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(51, 39, 25, 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(51, 39, 25, 0.9);
        padding: 15px 15px;
        font-size: 13px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    #sub_menu  .sub_menu_top ul li a:hover{
        background-color: rgba(51, 39, 25, 0.95);
    }
}


/*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.8em;
    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_top*/
.sub_top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.sub_top h1 {
	font-size: 22px;
    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: 16px;
		margin-bottom: 10px;
	}	
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 8px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: rgba(238, 238, 238, 0.7);
    font-weight: 300;
	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;
	}	
}
/*foot_box*/
.foot_box .foot_box_tit {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1e1e1e;
}
.foot_box .foot_box_tit .icon_wrp {
	background: url(../img/foot_box_tit.png) center center no-repeat;
	margin-bottom: 20px;
}
.foot_box .md_box .txtbox {
	padding: 40px 0;
}
.foot_box ul li {
	margin: 15px 0;
}
.foot_box .rcon {
	position: relative;
}
.foot_box .rcon .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.foot_box .rcon .txtbox .lined:after{
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #fff;
	margin: 10px 0;
}
.foot_box .rcon .txtbox p {
	line-height: 1.3em;
}
.foot_box .rcon .txtbox .icon {
	margin-top: 20px;
}
@media (max-width:768px){
	.foot_box .foot_box_tit .icon_wrp {
		margin-bottom: 10px;
	}
	.foot_box .foot_box_tit .icon_wrp img {
		width: 50px;
	}
	.foot_box .md_box .imgbox img {
		max-width: 70%;
	}
	.foot_box .md_box .txtbox {
		padding: 20px 0;
	}
	.foot_box .rcon .txtbox .icon {
		margin-top: 10px;
	}
	.foot_box .rcon .txtbox .icon img {
		width: 80px;
	}
}

.logo-left{
    display: inline-block;
}

/*sidemenu*/
#sidemenu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 100;
}
#sidemenu li {
    margin: 10px 0;
}
#sidemenu li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#sidemenu li a img {
    width: 70px;
}
#sidemenu li a span {
    position: absolute;
    right: 20%;
    width: 80px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: 22px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sidemenu li a:hover span {
    right: 100%;
    opacity: 1;
}
#sidemenu li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (min-width:993px){
    #sidemenu{
        display: none;
    }
}
@media (max-width:992px){
    #sidemenu {
        right: 15px;
        bottom: 70px;
    }
    #sidemenu li {
        margin: 5px 0;
    }
    #sidemenu li a img {
        width: 40px;
    }
    #sidemenu li a span {
        display: none;
    }
}