/*
해당하는 스킨 폴더의 이름을 접두사로 사용
ex) .typeA-skin_1_contentsbg_center { }
*/

@charset "utf-8";

.gilhosp_2_contentsbg_center {
	position: relative;
}
.gilhosp_2_contentsbg_center > section { width: 1200px; margin: 40px 30px auto; }

.gilhosp_2_contentsbg {
	content: ' '; display: block; 
	background-position: center top; background-size: cover; background-repeat: no-repeat;
	top: 0; bottom: 0; left: 0; right: 0; position: absolute;z-index: -10;
}

.type_gilhosp_2 {
	width:1200px; margin:auto;
}

.type_gilhosp_2 > li {
	float:left; width:65%; border-radius: 0px !important;
}
.type_gilhosp_2 > li:last-child {
	float:right; width: 30%; background-position:center;background-size:cover; color:#fff; height:520px;
}

.type_gilhosp_2 > li > p.type_gilhosp_2_title { word-break:normal;word-break:keep-all; }
.type_gilhosp_2 > li > p.type_gilhosp_2_sub_title { word-break:normal;word-break:keep-all; }
.type_gilhosp_2 > li > p.type_gilhosp_2_con { text-align:left; word-break:normal;word-break:keep-all; }


.gilhosp_tab { margin-bottom: 50px; border: 2px solid #0958a2; }
.gilhosp_tab > li { float: left; width: 50%; text-align: center; cursor: pointer; padding: 10px 0px; font-size: 17px; font-weight: 500; }
.gilhosp_tab > li.active { background: #0958a2; color: #fff;}



.sub_contents_01 { padding-bottom: 60px; border-bottom: 1px solid #c4c4c4;}
.sub_contents_01 > div.title_txt {
	font-weight: 500; font-size: 21px; letter-spacing: -1px; padding-left: 35px;
	background:url('./images/title_dot.png') no-repeat left top 7px;
}
.sub_contents_01 > div { line-height: 30px; font-size: 14px; }

@media screen and (max-width:1200px) {
	.gilhosp_2_contentsbg_center > section { width: 95%; margin: auto; }

	.type_gilhosp_2 {
		width:100%;
	}

}

@media screen and (max-width:800px) {

	.type_gilhosp_2 > li {
		width:100%;
	}
	.type_gilhosp_2 > li:last-child {
		float:left; width:100%;  height:420px;
	}

	
}


@media screen and (max-width:500px) {

	.gilhosp_tab > li { font-size: 13px; font-weight: 500; }
}

@media screen and (max-width:400px) {
	.type_gilhosp_2 > li > p.type_gilhosp_2_title {  }
}