/*인사말*/
.bottom_bg {
	position: absolute;
	bottom: 0;
	top: 49%;
	left: 0;
	right: 0;
	background-color: #f6f6f6;
	z-index: -1;
}

.greeting_con {
	width: 100%;
	height: auto;
	position: relative;
}

.greeting_con .greeting_title {
	width: 100%;
	height: 490px;
	position: relative;
	background-image: url(../img/greeting_ceo.png);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 100px;
	margin-bottom: 90px;
}

.greeting_con .greeting_title > h2 {
	font-family: 'EScore';
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -1px;
	color: #000;
	line-height: 50px;
	margin-bottom: 55px;
	word-break: keep-all;
}

.greeting_con .greeting_title > h2 > span {
	font-family: 'EScore';
	font-weight: 500;
	color: #0080cb;
}

.greeting_con .greeting_title .greeting_ceo {
	width: auto;
	overflow: hidden;
	position: relative;
}

.greeting_con .greeting_title .greeting_ceo > .txt {
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
}

.greeting_con .greeting_title .greeting_ceo > .txt > p {
	font-size: 0.938rem;
	letter-spacing: -.5px;
	font-weight: 300;
}

.greeting_con .greeting_title .greeting_ceo > .txt > h3 {
	font-size: 1.25rem;
	letter-spacing: -1px;
	font-weight: 500;
}

.greeting_con .greeting_title .greeting_ceo > .sign_img {
	float: left;
	height: auto;
	position: relative;
}

.greeting_con .greeting_title .greeting_ceo > .sign_img > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.greeting_con .greeting_txt {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: justify;
}

.greeting_con .greeting_txt > p {
	font-size: 1.063rem;
	position: relative;
	margin-bottom: 30px;
	color: #333;
	word-break: keep-all;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: -.5px;
}

.greeting_con .greeting_txt > p:last-of-type {
	margin-bottom: 0;
}

@media all and (max-width: 1025px) {
	.bottom_bg {
		display: none;
	}

	.greeting_con .greeting_title {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 801px) {
	.greeting_con .greeting_title {
		height: auto;
		padding-top: 0;
		padding: 40px 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}

	.greeting_con .greeting_title > h2 {
		font-size: 1.563rem;
		line-height: 36px;
	}

	.greeting_con .greeting_title .greeting_ceo > .txt {
		float: none;
		margin-bottom: 20px;
	}

	.greeting_con .greeting_title .greeting_ceo > .sign_img {
		width: 120px;
	}

	.greeting_con .greeting_txt > p {
		font-size: 1rem;
	}
}

@media all and (max-width: 481px) {
	.greeting_con .greeting_title {
		padding: 20px 0;
	}

	.greeting_con .greeting_title > h2 {
		font-size: 1.125rem;
		line-height: 30px;
	}

	.greeting_con .greeting_title .greeting_ceo > .txt > h3 {
		font-size: 1.125rem;
	}

	.greeting_con .greeting_title .greeting_ceo > .sign_img {
		width: 80px;
	}

	.greeting_con .greeting_txt > p {
		font-size: 0.938rem;
		line-height: 23px;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 376px) {
	.greeting_con .greeting_title > h2 > br {
		display: none;
	}

	.greeting_con .greeting_title .greeting_ceo > .txt > p {
		font-size: 0.813rem;
	}

	.greeting_con .greeting_title .greeting_ceo > .txt > h3 {
		font-size: 1rem;
	}

	.greeting_con .greeting_txt > p {
		font-size: 0.813rem;
		line-height: 20px;
	}
}

/*인사말 end*/

/*비전*/
.vision_img {
	width: 100%;
	height: auto;
	position: relative;
}

.vision_img > .vision_img_box {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}

.vision_img > .vision_img_box > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*비전 end*/

/*연혁*/
.history_con {
	width: 100%;
	height: auto;
	position: relative;
}

.history_con .history_box {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 65px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.history_con .history_box:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.history_con .history_box .history_ob {
	width: 100%;
	height: auto;
	position: relative;
}

.history_con .history_box .history_ob .his_title {
	width: -webkit-calc(100% - 590px);
	width: -moz-calc(100% - 590px);
	width: calc(100% - 590px);
	float: left;
}

.history_con .history_box .history_ob .his_title > h2 {
	font-family: 'EScore';
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: -1px;
	color: #0080cb;
}

.history_con .history_box .history_ob .his_title .his_sub_title {
	width: 100%;
	height: auto;
	position: relative;
}

.history_con .history_box .history_ob .his_title .his_sub_title_01 {
	margin-top: 152px;
}

.history_con .history_box .history_ob .his_title .his_sub_title_02 {
	margin-top: 360px;
}

.history_con .history_box .history_ob .his_title .his_sub_title_03 {
	margin-top: 235px;
}

.history_con .history_box .history_ob .his_title .his_sub_title > h3 {
	font-family: 'EScore';
	font-size: 1.438rem;
	font-weight: 500;
	letter-spacing: -1px;
}

.history_con .history_box .history_ob .his_title .his_sub_title > p {
	font-family: 'EScore';
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -1px;
	color: #cb6900;
}

.history_con .history_box .history_ob .his_cont {
	width: 590px;
	float: right;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.history_con .history_box .history_ob .his_cont::before {
	content: '';
	width: 1px;
	top: 0;
	left: 126px;
	display: block;
	position: absolute;
	background-color: #eeeeee;
}

.history_con .history_box .history_ob .his_cont_01::before {
	height: 70%;
}

.history_con .history_box .history_ob .his_cont_02::before {
	height: 98%;
}

.history_con .history_box .history_ob .his_cont .his_cont_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.history_con .history_box .history_ob .his_cont .his_cont_box:last-of-type {
	margin-bottom: 0;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > h2 {
	font-family: 'EScore';
	width: 75px;
	float: left;
	margin-right: 40px;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 24px;
	overflow: hidden;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list {
	width: -webkit-calc((100% - 41px) - 75px);
	width: -moz-calc((100% - 41px) - 75px);
	width: calc((100% - 41px) - 75px);
	float: left;
	overflow: hidden;
	position: relative;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li:last-of-type {
	margin-bottom: 0;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li .circle {
	width: 24px;
	height: 24px;
	border: 1px solid #d2d2d2;
	border-radius: 5rem;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	margin-right: 20px;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li .circle > span {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #0080cb;
	border-radius: 5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > p {
	font-family: 'EScore';
	float: left;
	line-height: 24px;
	font-size: 1.063rem;
	font-weight: 300;
	color: #0080cb;
	margin-right: 40px;
	letter-spacing: -.5px;
}

.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > h3 {
	font-size: 1.063rem;
	line-height: 24px;
	float: left;
	color: #000;
	letter-spacing: -.5px;
	font-weight: 300;
}

@media all and (max-width: 1025px) {
	.history_con .history_box .history_ob .his_title > h2 {
		font-size: 1.563rem;
		line-height: 24px;
	}

	.history_con .history_box .history_ob .his_title .his_sub_title > p {
		font-size: 0.938rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > h2 {
		font-size: 1.563rem;
	}
}

@media all and (max-width: 801px) {
	.history_con .history_box .history_ob .his_title {
		display: none;
	}

	.history_con .history_box .history_ob .his_cont {
		width: 100%;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > p {
		font-size: 1rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > h3 {
		font-size: 1rem;
	}
}

@media all and (max-width: 621px) {
	.history_con .history_box .history_ob .his_cont .his_cont_box > h2 {
		margin-right: 10px;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list {
		width: -webkit-calc((100% - 11px) - 75px);
		width: -moz-calc((100% - 11px) - 75px);
		width: calc((100% - 11px) - 75px);
	}

	.history_con .history_box .history_ob .his_cont::before {
		left: 96px;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > p {
		margin-right: 20px;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > h3 {
		display: block;
		width: 100%;
		padding-left: 50px;
		margin-top: 5px;
	}
}

@media all and (max-width: 481px) {
	.history_con .history_box .history_ob .his_cont .his_cont_box > h2 {
		width: 52px;
		font-size: 1.25rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list {
		width: -webkit-calc((100% - 11px) - 52px);
		width: -moz-calc((100% - 11px) - 52px);
		width: calc((100% - 11px) - 52px);
	}

	.history_con .history_box .history_ob .his_cont::before {
		left: 73px
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > p {
		font-size: 0.938rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > h3 {
		font-size: 0.938rem;
	}
}

@media all and (max-width: 376px) {
	.history_con .history_box .history_ob .his_cont .his_cont_box > h2 {
		font-size: 1rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > p {
		font-size: 0.813rem;
	}

	.history_con .history_box .history_ob .his_cont .his_cont_box > .his_list > li > h3 {
		font-size: 0.813rem;
	}
}

/*연혁 end*/

/*조직*/
.scroll {
	font-family: 'EScore';
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	letter-spacing: -.5px;
	margin-bottom: 20px;
	display: none;
}

.scroll > span {
	display: inline-block;
	font-family: 'EScore';
	font-weight: 500;
	position: relative;
	-webkit-animation: move 1s infinite ease-in-out;
	-moz-animation: move 1s infinite ease-in-out;
	-o-animation: move 1s infinite ease-in-out;
	animation: move 1s infinite ease-in-out;
	margin-left: 10px;
}

@-webkit-keyframes move {
	form {
		margin-left: 10px;
	}
	
	to {
		margin-left: 25px;
	}
}

@-moz-keyframes move {
	form {
		margin-left: 10px;
	}
	
	to {
		margin-left: 25px;
	}
}

@-o-keyframes move {
	form {
		margin-left: 10px;
	}
	
	to {
		margin-left: 25px;
	}
}

@keyframes move {
	form {
		margin-left: 10px;
	}
	
	to {
		margin-left: 25px;
	}
}

.group_con {
	width: 100%;
	height: auto;
	position: relative;
}

.group_con .group_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.group_con .group_box .group_1 {
	width: 100%;
	max-width: 316px;
	height: 75px;
	border: 2px solid #0094de;
	border-radius: 5rem;
	text-align: center;
	margin: 0 auto;
}

.group_con .group_box .group_1 > h2 {
	font-family: 'EScore';
	font-size: 1.563rem;
	font-weight: 500;
	color: #0080cb;
	letter-spacing: -1px;
	line-height: 70px;
}

.group_con .group_box .line_w1 {
	width: 100%;
	max-width: 820px;
	height: 1px;
	position: absolute;
	background-color: #e2e2e2;
	top: 115px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.group_con .group_box .line_h1 {
	width: 1px;
	height: 45px;
	position: absolute;
	background-color: #e2e2e2;
	top: 0;
	left: 0;
}

.group_con .group_box .line_h2 {
	width: 1px;
	height: 85px;
	position: absolute;
	background-color: #e2e2e2;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.group_con .group_box .line_h3 {
	width: 1px;
	height: 45px;
	position: absolute;
	background-color: #e2e2e2;
	top: 0px;
	right: 0px;
}

.group_con .group_box .group_sub {
	margin-top: 85px;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.group_con .group_box .group_sub .group_sub_ob {
	float: left;
	margin: 0 25.5px;
	position: relative;
}

.group_con .group_box .group_sub .group_sub_ob:last-of-type {
	margin-right: 0;
}

.group_con .group_box .group_sub .group_sub_ob_01 {
	margin-left: 0;
}

.group_con .group_box .group_sub .group_sub_ob_03 {
	margin-right: 0;
}

.group_con .group_box .group_sub .group_sub_ob_01,
.group_con .group_box .group_sub .group_sub_ob_03 {
	width: -webkit-calc((100% - 131px) - 61.67%);
	width: -moz-calc((100% - 131px) - 61.67%);
	width: calc((100% - 131px) - 61.67%);
}

.group_con .group_box .group_sub .group_sub_ob_02 {
	width: -webkit-calc((100% - 131px) - 53%);
	width: -moz-calc((100% - 131px) - 53%);
	width: calc((100% - 105px) - 53%);
}

.group_con .group_box .group_sub .group_sub_ob .group_2 {
	text-align: center;
	padding: 20px 0;
	display: block;
	position: relative;
	border-radius: 5px;
	margin-bottom: 50px;
}

.group_con .group_box .group_sub .group_sub_ob .group_2_1 {
	background-color: #0094de;
	border: 1px solid #026ba0;
}

.group_con .group_box .group_sub .group_sub_ob .group_2_2 {
	background-color: #aeaeae;
	border: 1px solid #949494;
}

.group_con .group_box .group_sub .group_sub_ob .group_2_3 {
	background-color: #aeaeae;
	border: 1px solid #949494;
}

.group_con .group_box .group_sub .group_sub_ob .group_2 > h2 {
	font-family: 'EScore';
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
}

.group_con .group_box .group_sub .group_sub_ob .group_2 > h2 > span {
	font-family: 'EScore';
	width: 100%;
	display: inline-block;
	font-size: 0.938rem;
	font-weight: 200;
}

.group_con .group_box .group_sub .group_sub_ob .sub_line_h1 {
	width: 1px;
	height: 50px;
	position: absolute;
	background-color: #e2e2e2;
	top: 92px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.group_con .group_box .group_sub .group_sub_ob .group_3_box {
	width: 100%;
	height: 106px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 34px;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_1 {
	background-color: #1e4097;
	border: 1px solid #026ba0;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_2 {
	background-color: #7d7d7d;
	border: 1px solid #555555;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_3 {
	background-color: #7d7d7d;
	border: 1px solid #555555;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul {
	display: table-cell;
	height: 106px;
	vertical-align: middle;
	padding-left: 24px;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul > li {
	width: auto;
	height: auto;
	position: relative;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul > li::after {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 5rem;
}

.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul > li > span {
	padding-left: 15px;
	color: #fff;
	letter-spacing: -.5px;
	font-size: 1.063rem;
	font-weight: 400;
}

.group_con .group_box .group_sub .group_sub_ob .sub_line_h2 {
	width: 1px;
	height: 207px;
	position: absolute;
	top: 106px;
	left: 15px;
	background-color: #e2e2e2;
}

.group_con .group_box .group_sub .group_sub_ob .sub_line_h2_1 {
	height: 135px;
}

.group_con .group_box .group_sub .group_sub_ob .group_4 {
	width: 294px;
	padding-left: 50px;
}

.group_con .group_box .group_sub .group_sub_ob .group_4 > li {
	width: 100%;
	height: 59px;
	line-height: 55px;
	padding-left: 30px;
	background-color: #fff;
	border: 2px solid #0d2a73;
	border-radius: 5px;
	margin-bottom: 14px;
	position: relative;
	color: #13327f;
	font-size: 1.063rem;
	font-weight: 400;
	letter-spacing: -.5px;
}

.group_con .group_box .group_sub .group_sub_ob .group_4 > li:last-of-type {
	margin-bottom: 0;
}

.group_con .group_box .group_sub .group_sub_ob .group_4_1 > li {
	border: 2px solid #7d7d7d;
	color: #737373;
}

.group_con .group_box .group_sub .group_sub_ob .group_4 > li > span {
	position: absolute;
	left: -35px;
	width: 33px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e2e2e2;
}

@media all and (max-width: 1111px) {
	.scroll {
		display: block;
	}
	
	.group_con {
		overflow: scroll;
	}

	.group_con .group_box {
		width: 1110px;
		overflow: scroll;
	}
}

@media all and (max-width: 801px) {
	.group_con .group_box .group_1 > h2 {
		font-size: 1.25rem;
	}

	.group_con .group_box .group_sub .group_sub_ob .group_2 > h2 {
		font-size: 1.125rem;
	}

	.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul > li > span {
		font-size: 1rem;
	}
	
	.group_con .group_box .group_sub .group_sub_ob .group_4 > li {
		font-size: 1rem;
	}
}

@media all and (max-width: 481px) {
	.group_con .group_box .group_1 > h2 {
		font-size: 1.125rem;
	}
	
	.group_con .group_box .group_sub .group_sub_ob .group_2 > h2 {
		font-size: 1rem;
	}
	
	.group_con .group_box .group_sub .group_sub_ob .group_2 > h2 > span {
		font-size: 0.813rem;
	}
	
	.group_con .group_box .group_sub .group_sub_ob .group_3_box > ul > li > span {
		font-size: 0.938rem;
	}
	
	.group_con .group_box .group_sub .group_sub_ob .group_4 > li {
		font-size: 0.938rem;
	}
}

/*조직 end*/

/*관련사이트*/
.site_con {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.site_con .site_box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 60px;
}

.site_con .site_box .site_title {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

.site_con .site_box .site_title > h2 {
	font-family: 'EScore';
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 24px;
}

.site_con .site_box .site_list_box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.site_con .site_box .site_list_box > li {
	width: -webkit-calc((100% - 53px) / 5);
	width: -moz-calc((100% - 53px) / 5);
	width: calc((100% - 53px) / 5);
	margin-right: 13px;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.site_con .site_box .site_list_box > li:nth-of-type(5n) {
	margin-right: 0;
}

.site_con .site_box .site_list_box > li > .site_img {
	width: 100%;
	height: 70px;
	position: relative;
	margin-bottom: 13px;
}

.site_con .site_box .site_list_box > li > .site_img > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.site_con .site_box .site_list_box > li > .site_img > a > img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.site_con .site_box .site_list_box > li > p {
	font-size: 0.938rem;
	letter-spacing: -.5px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 801px) {
	.site_con .site_box .site_title > h2 {
		font-size: 1.25rem;
	}
	
	.site_con .site_box .site_list_box > li {
		width: -webkit-calc((100% - 40px) / 4);
		width: -moz-calc((100% - 40px) / 4);
		width: calc((100% - 40px) / 4);
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(5n) {
		margin-right: 13px;
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media all and (max-width: 621px) {
	.site_con .site_box .site_list_box > li {
		width: -webkit-calc((100% - 27px) / 3);
		width: -moz-calc((100% - 27px) / 3);
		width: calc((100% - 27px) / 3);
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(4n) {
		margin-right: 13px;
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media all and (max-width: 481px) {
	.site_con .site_box .site_title > h2 {
		font-size: 1.125rem;
		line-height: 18px;
	}
	
	.site_con .site_box .site_list_box > li {
		width: -webkit-calc((100% - 14px) / 2);
		width: -moz-calc((100% - 14px) / 2);
		width: calc((100% - 14px) / 2);
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(3n) {
		margin-right: 13px;
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 376px) {
	.site_con .site_box .site_title > h2 {
		font-size: 1rem;
		line-height: 16px;
	}
	
	.site_con .site_box .site_list_box > li > p {
		font-size: 0.813rem;
	}
}

@media all and (max-width: 321px) {
	.site_con .site_box .site_list_box > li {
		width: 100%;
	}
	
	.site_con .site_box .site_list_box > li > .site_img {
		height: 90px;
	}
}

/*관련사이트 end*/

/* 오시는 길 */
.map_con .map_box {
	padding: 60px 0;
	border-bottom: 1px solid #cccccc;
}
.map_con .map_box:first-child {
	padding-top: 20px;
}
.map_con .map_box:last-child {
	border-bottom: 0;
}
.map_con .map_box .map_area {
	margin: 0 auto;
	width: 100%;
	max-width: 1110px;
	height: 470px;
}
.map_con .map_box .map_area .root_daum_roughmap {
	width: 100%;
	height: 100%;
}
.map_con .map_box .map_area .root_daum_roughmap .wrap_map {
	height: 438px;
}
.map_con .map_box .map_title {
	margin-top: 29px;
	font-size: 25px;
	font-weight: 600;
}
.map_con .map_box .map_list_box .map_list_ob {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6px;
	font-siZe: 17px;
	font-weight: 300;
}
.map_con .map_box .map_list_box .map_list_ob .map_list_ob_head {
	display: block;
	height: 100%;
}
.map_con .map_box .map_list_box .map_list_ob .map_list_ob_cont {
	margin-left: 5px;
	display: block;
}

@media all and (max-width: 801px) {
	.site_con .site_box .site_title > h2 {
		font-size: 1.25rem;
	}
	
	.site_con .site_box .site_list_box > li {
		width: -webkit-calc((100% - 40px) / 4);
		width: -moz-calc((100% - 40px) / 4);
		width: calc((100% - 40px) / 4);
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(5n) {
		margin-right: 13px;
	}
	
	.site_con .site_box .site_list_box > li:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media all and (max-width: 621px) {
}

@media all and (max-width: 481px) {
}

@media all and (max-width: 376px) {
}

@media all and (max-width: 321px) {
}
/* 오시는 길 end */