/*서브BG*/
#sub_bg {
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	margin-top: 140px;
	border-top: 1px solid #e3e3e3;
}

#sub_bg .sub_tit_bg {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

#sub_bg .sub_tit_bg .sub_tit_size {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	top: 70px;
}

#sub_bg .sub_tit_bg .sub_tit_size > h2 {
	display: inline-block;
	font-family: 'S-CoreDream-2ExtraLight';
	font-size: 1.875rem;
	line-height: normal;
	letter-spacing: -1px;
	position: relative;
}

#sub_bg .sub_tit_bg .sub_tit_size > h2 > span {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.875rem;
}

@media all and (max-width: 1281px) {
	#sub_bg .sub_tit_bg .sub_tit_size {
		padding: 0 30px;
	}
}

@media all and (max-width: 1025px) {
	#sub_bg {
		margin-top: 100px;
	}
}

@media all and (max-width: 801px) {
	#sub_bg .sub_tit_bg .sub_tit_size > h2 {
		font-size: 1.563rem;
	}

	#sub_bg .sub_tit_bg .sub_tit_size > h2 > span {
		font-size: 1.563rem;
	}
}

@media all and (max-width: 481px) {
	#sub_bg {
		height: 170px;
		margin-top: 70px;
	}

	#sub_bg .sub_tit_bg .sub_tit_size {
		top: 50px;
		padding: 0 15px;
	}

	#sub_bg .sub_tit_bg .sub_tit_size > h2 {
		font-size: 1.25rem;
	}

	#sub_bg .sub_tit_bg .sub_tit_size > h2 > span {
		font-size: 1.25rem;
	}
}

/*서브BG end*/

#sub_sc {
	width: 100%;
	height: auto;
	min-height: -webkit-calc((100vh - 140px) - 230px);
	min-height: -moz-calc((100vh - 140px) - 230px);
	min-height: calc((100vh - 140px) - 230px);
	position: relative;
}

#sub_sc .sub_sc_area {
	width: 100%;
	height: auto;
	position: relative;
}

#sub_sc .sub_sc_con {
	width: 100%;
	height: auto;
	position: relative;
}

#sub_sc .sub_sc_size {
	width: 100%;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 60px 0 150px;
	overflow: hidden;
}

@media all and (max-width: 1281px) {
	#sub_sc .sub_sc_size {
		padding: 60px 30px 150px;
	}
}

@media all and (max-width: 481px) {
	#sub_sc .sub_sc_size {
		padding: 30px 15px 100px;
	}
}

/*서브탭*/
.sub_tab {
	width: 250px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 60px;
}

.sub_tab .sub_tab_title {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 5px solid #208bde;
}

.sub_tab .sub_tab_title > p {
	font-size: 0.813rem;
	font-weight: 400;
	color: 5b5a5a;
	letter-spacing: -.5px;
	line-height: 14px;
	margin-bottom: 5px;
}

.sub_tab .sub_tab_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.563rem;
	letter-spacing: -1px;
	color: #208bde;
	line-height: normal;
}

.sub_tab .sub_tab_list {
	width: 100%;
	height: auto;
	position: relative;
}

.sub_tab .sub_tab_list > li {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}

.sub_tab .sub_tab_list > li > a {
	display: block;
	font-size: 1.063rem;
	padding: 20px 5px;
	letter-spacing: -.5px;
	position: relative;
}

.sub_tab .sub_tab_list > li > a:hover {
	color: #e64e1f;
}

.sub_tab .sub_tab_list > li.sub_tab_active > a {
	color: #e64e1f;
}

.sub_tab .sub_tab_list > li.sub_tab_active > a::after {
	content: '';
	display: block;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../img/sub_tab_arrows.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	top: 50%;
	right: 27px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (max-width: 1281px) {
	.sub_tab {
		width: 210px;
		margin-right: 30px;
	}
}

@media all and (max-width: 1025px) {
	.sub_tab {
		display: none;
	}
}

/*서브탭 end*/

/*서브문의처*/
.sub_innquiry_con {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}

.sub_innquiry_con .innquiry_title {
	width: 100%;
	padding: 12px 20px;
	background-color: #208bde;
	position: relative;
}

.sub_innquiry_con .innquiry_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.188rem;
	letter-spacing: -1px;
	color: #fff;
	word-break: keep-all;
	line-height: 30px;
}

.sub_innquiry_con .innquiry_txt {
	border: 1px solid #208bde;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.sub_innquiry_con .innquiry_txt > li {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.sub_innquiry_con .innquiry_txt > li:last-of-type {
	margin-bottom: 0;
}

.sub_innquiry_con .innquiry_txt > li > h4 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 0.938rem;
	line-height: 15px;
	color: #208bde;
	letter-spacing: -.5px;
	margin-bottom: 5px;
}

.sub_innquiry_con .innquiry_txt > li > p {
	font-family: 'S-CoreDream-5Medium';
	font-size: 0.938rem;
	color: #000;
	letter-spacing: -.5px;
}

.sub_innquiry_con .innquiry_txt > li > span {
	display: block;
	font-family: 'S-CoreDream-3Light';
	font-size: 0.938rem;
	color: #000;
	letter-spacing: -.5px;
	line-height: 18px;
}

/*서브문의처 end*/

/*서브본문*/
.sub_section {
	width: -webkit-calc((100% - 61px) - 250px);
	width: -moz-calc((100% - 61px) - 250px);
	width: calc((100% - 61px) - 250px);
	float: left;
	position: relative;
}

.sub_section .sec_size {
	width: 100%;
	height: auto;
	position: relative;
}

@media all and (max-width: 1281px) {
	.sub_section {
		width: -webkit-calc((100% - 31px) - 210px);
		width: -moz-calc((100% - 31px) - 210px);
		width: calc((100% - 31px) - 210px);
	}
}

@media all and (max-width: 1025px) {
	.sub_section {
		width: 100%;
	}
}

/*서브본문 end*/

/*서브본문 타이틀*/
.sec_title {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.sec_title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url(../img/sub_sc_line.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.sec_title .title_h2 {
	width: auto;
	float: left;
	position: relative;
}

.sec_title .title_h2 > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 2.188rem;
	letter-spacing: -1px;
	display: inline-block;
}

.sec_title .list_ul {
	width: auto;
	float: right;
	overflow: hidden;
	position: relative;
	top: 10px;
}

.sec_title .list_ul > li {
	padding-right: 14px;
	margin-right: 14px;
	float: left;
	position: relative;
}

.sec_title .list_ul > li::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-image: url(../img/sub_home_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px;
}

.sec_title .list_ul > li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.sec_title .list_ul > li:last-of-type::after {
	content: none;
}

.sec_title .list_ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 27px;
}

.sec_title .list_ul > li > a > img {
	width: auto;
	max-width: 100%;
	position: relative;
	top: 2px;
}

.sec_title .list_ul > li > p {
	font-size: 0.813rem;
	line-height: 27px;
}

@media all and (max-width: 801px) {
	.sec_title .title_h2 > h2 {
		font-size: 1.875rem;
	}
}

@media all and (max-width: 481px) {
	.sec_title {
		margin-bottom: 30px;
	}

	.sec_title .title_h2 > h2 {
		font-size: 1.438rem;
	}

	.sec_title .list_ul {
		display: none;
	}
}

@media all and (max-width: 376px) {
	.sec_title .title_h2 > h2 {
		font-size: 1.25rem;
	}
}

/*서브본문 타이틀 end*/

/*서브컨텐츠*/
.sub_cont {
	width: 100%;
	height: auto;
	position: relative;
}

.sub_cont .sub_cont_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.sub_cont .sub_cont_box > p {
	font-size: 0.938rem;
	margin-bottom: 30px;
	letter-spacing: -.5px;
	color: #e64e1f;
}

@media all and (max-width: 376px) {
	.sub_cont .sub_cont_box > p {
		font-size: 0.813rem;
	}
}

/*서브컨텐츠 end*/


/*서브공통작업*/
.sub_list_cont {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 45px;
}

.sub_list_cont > h2 {
	font-size: 0.938rem;
	letter-spacing: -.5px;
	color: #de5900;
}

.sub_list_cont:last-of-type {
	margin-bottom: 0;
}

.sub_list_cont .sub_list_title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}

.sub_list_cont .sub_list_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.438rem;
	padding-left: 23px;
	line-height: 24px;
	position: relative;
	letter-spacing: -1px;
}

.sub_list_cont .sub_list_title > h2::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #208bde;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 2px;
}

.sub_list_cont > h3 {
	font-size: 1.125rem;
	padding-left: 23px;
	letter-spacing: -.5px;
	word-break: keep-all;
	line-height: 25px;
	font-weight: 400;
}

.sub_list_cont > p {
	font-size: 0.938rem;
	padding-left: 23px;
	margin-bottom: 20px;
}

.sub_list_cont > span{
	display: block;
	font-size: 0.938rem;
	padding-left: 23px;
	margin-bottom: 10px;
}

.sub_list_cont > .sub_list_ul {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 23px;
	margin-bottom: 15px;
}

.sub_list_cont > .sub_list_ul > li {
	padding-left: 13px;
	position: relative;
	font-size: 0.938rem;
	letter-spacing: -.5px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

.sub_list_cont > .sub_list_ul > li:last-of-type {
	margin-bottom: 0;
}

.sub_list_cont > .sub_list_ul > li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #d1d1d1;
	position: absolute;
	top: 10px;
	left: 0;
}

.sub_list_cont > .sub_list_ul > p {
	font-size: 0.938rem;
	padding-left: 13px;
	letter-spacing: -.5px;
	font-weight: 400;
	color: #de5900;
	line-height: normal;
	margin-top: 5px;
}

.sub_list_cont > h4 {
	font-size: 1.125rem;
	padding-left: 23px;
	letter-spacing: -.5px;
	word-break: keep-all;
	line-height: 25px;
	color: #208bde;
	font-weight: 400;
	margin-bottom: 10px;
}

@media all and (max-width: 801px) {
	.sub_list_cont .sub_list_title > h2 {
		font-size: 1.25rem;
	}

	.sub_list_cont .sub_list_title > h2::before {
		top: 8px;
	}

	.sub_list_cont > h3 {
		padding-left: 0;
		font-size: 1rem;
	}

	.sub_list_cont > .sub_list_ul {
		padding-left: 0;
	}
	
	.sub_list_cont > h4 {
		padding-left: 0;
		font-size: 1rem;
	}
	
	.sub_list_cont > p {
		padding-left: 0;
	}
	
	.sub_list_cont > span {
		padding-left: 0;
	}
}

@media all and (max-width: 481px) {
	.sub_list_cont .sub_list_title > h2 {
		font-size: 1.125rem;
	}

	.sub_list_cont .sub_list_title > h2::before {
		top: 7px;
	}

	.sub_list_cont > h3 {
		font-size: 0.938rem;
	}
}

@media all and (max-width: 376px) {
	.sub_list_cont > h2 {
		font-size: 0.813rem;
	}
	
	.sub_list_cont > .sub_list_ul > li {
		font-size: 0.813rem;
	}

	.sub_list_cont > h3 {
		font-size: 0.813rem;
		line-height: 20px;
	}

	.sub_list_cont > .sub_list_ul > li::before {
		top: 7px;
	}
	
	.sub_list_cont > p {
		font-size: 0.813rem;
	}
	
	.sub_list_cont > .sub_list_ul > p {
		font-size: 0.813rem;
	}
	
	.sub_list_cont > span {
		font-size: 0.813rem;
	}
}

/*서브공통작업 end*/

/*서브테이블*/
.sub_table {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 23px;
}

.sub_table .table_size {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #000;
	border-top: 2px solid #000;
}

.sub_table > p {
	text-align: right;
	margin-top: 10px;
	font-size: 0.938rem;
}

.sub_table .table_size > table {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}

.sub_table .table_size > table th {
	font-family: 'S-CoreDream-5Medium';
	padding: 13px 5px;
	background-color: #f7f7f7;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 0.938rem;
	letter-spacing: -.5px;
	font-weight: 400;
}

.sub_table_02 .table_size > table th {
	border-bottom: 1px solid #e4e4e4;
}

.sub_table_03 .table_size > table th {
	border-bottom: 1px solid #000;
}

.sub_table_03 .table_size > table th.border_bt {
	border-bottom: 1px solid #e4e4e4;
}

.sub_table .table_size > table .border_gt {
	border-right: 0;
}

.sub_table .table_size > table td {
	padding: 13px 5px;
	text-align: center;
	font-size: 0.938rem;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	letter-spacing: -.5px;
}

.sub_table .table_size > table td > span {
	color: #208bde;
}

.sub_table .table_size > table td.align_lt {
	text-align: left;
	padding-left: 30px;
}

@media all and (max-width: 801px) {
	.sub_table {
		padding-left: 0;
	}

	.sub_table .table_size {
		overflow-x: auto;
	}

	.sub_table .table_size > table {
		width: 800px;
		overflow-x: auto;
	}
}

@media all and (max-width: 376px) {
	.sub_table .table_size > table th {
		font-size: 0.813rem;
	}

	.sub_table .table_size > table td {
		font-size: 0.813rem;
	}
}

/*서브테이블 end*/

/*서브버튼*/
.sub_btn {
	width: 230px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 70px;
}

.sub_btn > a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #208bde;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -.5px;
}

/*서브버튼 end*/
