@charset "utf-8";
/* All Device */
.sub_title_wrap {}
.sub_title_wrap .st_top {width: 100%;background: #0054b1;min-width: 1200px;}
.sub_title_wrap .st_top .st_menu {overflow: hidden;width: 1200px;margin: 0 auto;}
.sub_title_wrap .st_top .st_menu li {line-height: 50px;float: left;border-left: solid 1px #094186;}
.sub_title_wrap .st_top .st_menu li.home {padding:0 23px;color: #fff;}
.sub_title_wrap .st_top .st_menu li.home i {color: #fff;font-size: 18px;}
.sub_title_wrap .st_top .st_menu li.nav {padding:0 20px;color: #a4bde0;}
.sub_title_wrap .st_top .st_menu li.nav i {color: #a4bde0;}
.sub_title_wrap .st_top .st_menu li:last-child {border-right: solid 1px #094186;}
.sub_title_wrap .st_top .st_menu li span {display: none;}
.sub_title_wrap .st_bottom {min-width: 1200px;}
.sub_title_wrap .s_title1 {background: no-repeat center center url(../images/sub1_title_bg.jpg);}
.sub_title_wrap .s_title2 {background: no-repeat center center url(../images/sub2_title_bg.jpg);}
.sub_title_wrap .s_title3 {background: no-repeat center center url(../images/sub3_title_bg.jpg);}
.sub_title_wrap .s_title4 {background: no-repeat center center url(../images/sub4_title_bg.jpg);}
.sub_title_wrap .st_bottom .title_wrap {width: 1200px;margin:0 auto;padding: 75px 0;}
.sub_title_wrap .st_bottom .title_wrap h2 {text-align: center;font-size: 45px;color: #fff;font-weight: normal;margin-bottom: 35px;}
.sub_title_wrap .st_bottom .title_wrap .text {text-align: center;font-size: 20px;color: #fff;}

.container_wrap {padding-bottom: 100px;}
.container_wrap .contents {}
.container_wrap .contents.full_width {width: 100%;}
.container_wrap .contents.fixed_width {width: 1200px;margin:0 auto;}
.container_wrap .contents.fixed_width .page_wrap {padding-top:60px;}

.contents .page_wrap h3 {font-size: 31px;line-height: 33px;font-weight: normal;color: #000;letter-spacing: -1px;margin-bottom: 25px;}
.contents .page_wrap h3 .line {width: 23px;height: 3px;background: #f0640e;margin-bottom: 15px;}




/* Mobile */
@media all and (min-width:451px) and (max-width:736px) {
	.sub_title_wrap {}
	.sub_title_wrap .st_top {width: 100%;background: #0054b1;min-width: inherit;padding-top:72px;}
	.sub_title_wrap .st_top .st_menu {overflow: hidden;width: 100%;margin: 0 auto;}
	.sub_title_wrap .st_top .st_menu li {line-height: 40px;float: left;border-left: solid 1px #094186;}
	.sub_title_wrap .st_top .st_menu li.home {padding:0 15px;color: #fff;}
	.sub_title_wrap .st_top .st_menu li.home i {color: #fff;font-size: 18px;}
	.sub_title_wrap .st_top .st_menu li.nav {padding:0 15px;color: #a4bde0;}
	.sub_title_wrap .st_top .st_menu li.nav i {color: #a4bde0;}
	.sub_title_wrap .st_top .st_menu li:last-child {border-right: solid 1px #094186;}
	.sub_title_wrap .st_top .st_menu li span {display: none;}
	.sub_title_wrap .st_bottom {min-width: inherit;}
	.sub_title_wrap .s_title1 {background: no-repeat center center url(../images/sub1_title_m_bg.jpg);padding:0 5%;}
	.sub_title_wrap .s_title2 {background: no-repeat center center url(../images/sub2_title_m_bg.jpg);padding:0 5%;}
	.sub_title_wrap .s_title3 {background: no-repeat center center url(../images/sub3_title_m_bg.jpg);padding:0 5%;}
	.sub_title_wrap .s_title4 {background: no-repeat center center url(../images/sub4_title_m_bg.jpg);padding:0 5%;}
	.sub_title_wrap .st_bottom .title_wrap {width: 100%;margin:0;padding: 75px 0;}
	.sub_title_wrap .st_bottom .title_wrap h2 {text-align: center;font-size: 35px;color: #fff;font-weight: bold;margin-bottom: 35px;line-height: 48px;}
	.sub_title_wrap .st_bottom .title_wrap .text {text-align: center;font-size: 17px;color: #fff;line-height: 22px;}

	.container_wrap {padding-bottom: 100px;}
	.container_wrap .contents {padding:0 3%;}
	.container_wrap .contents.full_width {width: 100%;}
	.container_wrap .contents.fixed_width {width: 100%;margin:0;}

	.contents .page_wrap h3 {font-size: 29px;line-height: 33px;font-weight: normal;color: #000;letter-spacing: -1px;margin-bottom: 25px;}
	.contents .page_wrap h3 .line {width: 23px;height: 3px;background: #f0640e;margin-bottom: 15px;}
}
@media all and (max-width:766px) {
	.sub_title_wrap {}
	.sub_title_wrap .st_top {width: 100%;background: #0054b1;min-width: inherit;padding-top:72px;}
	.sub_title_wrap .st_top .st_menu {overflow: hidden;width: 100%;margin: 0 auto;}
	.sub_title_wrap .st_top .st_menu li {line-height: 40px;float: left;border-left: solid 1px #094186;}
	.sub_title_wrap .st_top .st_menu li.home {padding:0 15px;color: #fff;}
	.sub_title_wrap .st_top .st_menu li.home i {color: #fff;font-size: 18px;}
	.sub_title_wrap .st_top .st_menu li.nav {padding:0 15px;color: #a4bde0;}
	.sub_title_wrap .st_top .st_menu li.nav i {color: #a4bde0;}
	.sub_title_wrap .st_top .st_menu li:last-child {border-right: solid 1px #094186;}
	.sub_title_wrap .st_top .st_menu li span {display: none;}
	.sub_title_wrap .st_bottom {min-width: inherit;}
	.sub_title_wrap .s_title1 {background: no-repeat center center url(../images/sub1_title_m_bg.jpg);padding:0 5%;}
	.sub_title_wrap .st_bottom .title_wrap {width: 100%;margin:0;padding: 75px 5%;}
	.sub_title_wrap .st_bottom .title_wrap h2 {text-align: center;font-size: 35px;color: #fff;font-weight: bold;margin-bottom: 35px;line-height: 48px;}
	.sub_title_wrap .st_bottom .title_wrap .text {text-align: center;font-size: 17px;color: #fff;line-height: 22px;}

	.container_wrap {padding-bottom: 100px;}
	.container_wrap .contents {padding:0 5%;}
	.container_wrap .contents.full_width {width: 100%;}
	.container_wrap .contents.fixed_width {width: 100%;margin:0;}

	.contents .page_wrap h3 {font-size: 29px;line-height: 33px;font-weight: normal;color: #000;letter-spacing: -1px;margin-bottom: 25px;}
	.contents .page_wrap h3 .line {width: 23px;height: 3px;background: #f0640e;margin-bottom: 15px;}
}