/*sub common*/

.sub_visu {
	position: relative;
	display: block;
	width: 100%;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}

.sub_visu>div {
	position: absolute;
	left: 0;
	bottom: 0;
	display: table;
	width: 100%;
	height: 272px;
}

.sub_visu>div>div {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.sub_visu h2 {
	font-family: 'NanumMyeongjo', sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 96px;
	line-height: 90px;
	background: url(/images/sub/page_title_deco.png)no-repeat center;
	font-size: 54px;
	font-weight: 900;
	letter-spacing: 0;
	color: #fff;
}

@media all and (max-width: 1920px) {
	.sub_visu {
		background-size: auto 100%;
	}
}

@media all and (max-width: 1024px) {
	.sub_visu {
		height: 330px;
	}
	.sub_visu>div {
		height: 230px;
	}
	.sub_visu h2 {
		font-size: 40px;
		background-size: 350px;
	}
}

@media all and (max-width: 767px) {
	.sub_visu {
		height: 270px;
	}
	.sub_visu>div {
		height: 195px;
	}
	.sub_visu h2 {
		font-size: 34px;
		background-size: 304px;
	}
}

@media all and (max-width: 520px) {
	.sub_visu {
		height: 230px;
	}
	.sub_visu>div {
		height: 165px;
	}
	.sub_visu h2 {
		font-size: 30px;
		background-size: 265px;
	}
}


.sub_wrap {
	padding-top: 30px;
	background: #eeeeee;
	padding-bottom: 50px;
}

.sub_wrap_left,
.sub_wrap_right {
	position: relative;
	display: block;
	float: left;
}
.sub_wrap_left {
	width: 260px;
	padding-right: 30px;
}

.sub_login_box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 12px;
	margin-top: -90px;
	
	display: none;/*210128*/
}

.sub_pc_nav {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	
	border-top: 3px solid #65669c;/*210128*/
	border-top: 3px solid #6b5d49;/*210128*/
}
.sub_pc_nav .block {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}


.sub_pc_nav .block>div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #6b5d49;
}

.sub_pc_nav .block>div {
	background: #fff;
}
.sub_pc_nav .block.current>div {
	background: #6b5d49;
}

.sub_pc_nav .block>div:after {
	position: absolute;
	content: "";
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	background: url(/images/sub/sub_pc_nav_deco.png)no-repeat center center;
}

.sub_pc_nav .block.current>div:after {
	background: url(/images/sub/sub_pc_nav_deco_current.png)no-repeat center center;
}

.sub_pc_nav .block>div a {
	font-size: 0;
	display: table;
	width: 100%;
	position: relative;
}


.sub_pc_nav .block>div a p,
.sub_pc_nav .block>div a span {
	display: table-cell;
	width: 100%;
	height: 60px;
	cursor: pointer;
	vertical-align: middle;
	padding-left: 18px;
	/* font-family: 'NanumMyeongjo', sans-serif; */
	font-size: 16px;
	color: #111;
	font-weight: 400;
	padding-bottom: 15px;
}

.sub_pc_nav .block>div a span {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	font-size: 13px;
	letter-spacing: -0.020em;
	height: auto;
	padding-bottom: 0;
	font-weight: 300;
}

.sub_pc_nav .block.current>div a p,
.sub_pc_nav .block.current>div a span {
	color: #fff;
}

.sub_pc_nav .block ul {
	transition: all 0.3s ease-in-out;
	padding: 0 0;
	background: #f9f9f9;
}

.sub_pc_nav .block.current ul {
	padding: 19px 0;
}

.sub_pc_nav .block ul li {
	position: relative;
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	line-height: 21px;
}
.sub_pc_nav .block.current ul li {
	height: 19px;
	line-height: 19px;
	margin-bottom: 9px;
}
.sub_pc_nav .block ul li a {
	height: 100%;
	line-height: inherit;
	font-weight: 400;
	font-family: 'MalgunGothic',sans-serif;
	color: #666666;
	font-size: 0;
	font-size: 14px;
	padding-left: 32px;
}

.sub_pc_nav .block ul li:before {
	content: "";
	position: absolute;
	left: 21px;
	top: 10px;
	display: block;
	width: 3px;
	height: 3px;
	background: #666666;
}
.sub_pc_nav .block ul li:last-child {
	margin-bottom: 0 !important;
}


.sub_pc_nav .block ul li.on a {
	font-weight: bold;
	color: #333333;
}
.sub_pc_nav .block ul li.on2 a {
	font-weight: bold;
	color: #333333;
}
.sub_pc_nav .block ul li a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
.sub_pc_nav .block ul li a span {
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	color: inherit;
	font-size: 14px;
	letter-spacing: -0.070em;
	display: block;
	padding-left: 33px;
	
	display: none;
}

.sub_pc_nav .block ul li a:hover span {
}

.sub_wrap_right {
	background: #fff;
	width: calc(100% - 260px);
	font-size: 0;
}

.sub_right_top {
	position: relative;
	height: 95px;
	border-bottom: 1px solid #ddd;
	padding-top: 32px;
	padding-left: 40px;
	padding-right: 40px;
}

.sub_right_top .sub_tit_h3 {
	font-weight: 500;
	font-family: 'NanumMyeongjo', sans-serif;
	font-size: 36px;
	font-size: 33px; /*21.01.28*/
	letter-spacing: -0.030em;
	color: #111;
	line-height: 1;
	display: block;
}

.sub_right_top .sub_tit_h3 a {
	font-weight: inherit;
	font-family: 'Noto Sans KR', sans-serif;
	/* font-family: 'NanumMyeongjo', sans-serif; */
	font-size: inherit;
	font-size: inherit; /*21.01.28*/
	letter-spacing:inherit;
	color: inherit;
	line-height: inherit;
	cursor: auto;
	display: flex;
}
.sub_right_top .sub_tit_h3 a  span {
	display: inline-block;
	font-size: 22px;
	margin-top: 8px;
	margin-left: 10px;
}

.sub_right_top .sub_tit_h4 {
	font-weight: bold;
	font-family: 'NanumMyeongjo', sans-serif;
	font-size: 36px;
	letter-spacing: -0.030em;
	color: #111;
	line-height: 1;
	display: block;
}

.sub_right_ng {
	z-index: 1;
	position: absolute;
	right: 20px;
	top: 120px;
	display: inline-block;
}
.sub_right_ng>ul {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: auto;
}
.sub_right_ng>ul:after {
	display: block;
	content: "";
	clear: both;
}
.sub_right_ng>ul li {
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.sub_right_ng>ul li a.home {
	font-size: 0 !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/sub/home_ic.png)no-repeat center;
}

.sub_right_ng>ul li a,
.sub_right_ng>ul li a p {
	font-size: 0;
}

.sub_right_ng>ul li a span {
	font-size: 14px;
	letter-spacing: 0;
	color: #888888;
	font-weight: 300;
	font-family: 'MalgunGothic',sans-serif;
}
.sub_right_ng>ul li:last-child a span {
	color: #333333;
	font-weight: 400;
}

.sub_right_ng>ul li.arrow>span{
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 30px;
	background: url(/images/sub/sub_right_ng_arrow.png)no-repeat center;
}


.sub_contain {
	min-height: 300px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 45px;
}

@media all and (max-width: 1024px) {
	.sub_login_box {
		display: none;
	}
	.sub_pc_nav {
		display: none;
	}
	
	.sub_wrap_left {
		width: 100%;
		padding-right: 0;
	}
	.sub_wrap_right {
		width: 100%;
	}
}




.sub_top_nav {
	height: 54px;
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	font-size: 0;
	display: none !important;
}
.sub_top_nav>div {
	display: flex;
	height: 100%;
	position: relative;
}
.sub_top_nav>div>span.home {
	position: relative;
	display: block;
	width: 37px;
	height: 53px;
}
.sub_top_nav>div>span.home a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/common/sub_top_nav_home.png)no-repeat left center;
}

.sub_top_nav>div>span.bar {
	width :1px;
	display: block;
	height: 100%;
	position: relative;
}

.sub_top_nav>div>span.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 1px;
	height: 20px;
	background: #c9c9c9;
}

.sub_top_nav>div .select {
	position: relative;
	display: block;
	width: 220px;
	height: 53px;
}

.sub_top_nav>div .select>span {
	font-family: 'MalgunGothic',sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #333;
	padding-left: 19px;
	cursor: pointer;
	position:relative;
	display: block;
	width: 100%;
	height: 53px;
	background: url(/images/common/sub_top_nav_arrow1.png)no-repeat center right 20px;
	line-height: 53px;
}

.sub_top_nav>div .select>span span {display: none;}


.sub_top_nav>div .select>span>a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	line-height: inherit;
}

.sub_top_nav>div .select>span.arrow_spin {
	background: url(/images/common/sub_top_nav_arrow2.png)no-repeat center right 20px;
}

.sub_top_nav>div .select .in {
	position: absolute;
	z-index: 1;
	z-index: 2;
	left: 0;
	top: 54px;
	height: auto;
	width: 100%;
	padding: 0 2px;
	
	
	display: none;
}

.sub_top_nav>div .select .in.open {
	display: block;
}

.sub_top_nav>div .select .in ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-top: 0;
}

.sub_top_nav>div .select .in ul li {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	line-height: 53px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.sub_top_nav>div .select .in ul li.hide {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: -99;
}

.sub_top_nav>div .select .in ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 17px;
	font-family: 'MalgunGothic',sans-serif;
	font-weight: 400;
	letter-spacing: -0.025em;
	color: #333;
	padding-left: 16px;
	font-size: 0;
	overflow: hidden;
	
	
    font-size: 17px;
}

.sub_top_nav>div .select .in ul li a p {
	display: inline-block;
	
    font-size: 17px;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    height: 100%;
}
.sub_top_nav>div .select .in ul li a span {
	font-size: 17px;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	display: inline-block;
	height: 100%;
	
	display: none;
}
.sub_top_nav>div .select .in ul li a.current2 {
	background: #f9f9f9;
}
.sub_top_nav>div .select .in ul li a.current2 span {
	color: #65669c;
	font-weight: 700;
}



.sub_top_nav>div .select .in ul li:hover a {
	background: #f9f9f9;
	color: #65669c;
	font-weight: 700;
}

.sub_top_nav>div .select .in ul li.on a {
	background: #f9f9f9;
	color: #65669c;
	font-weight: 700;
}

@media all and (max-width: 1200px) {
	/* .sub_right_ng {
		display: none !important;
	} */
}

@media all and (max-width: 1024px) {
	.sub_right_ng {
		display: none !important;
	}
	.sub_top_nav {
		display: block !important;
	}
	.sub_right_top {
		padding-top: 32px;
	}
}

@media all and (max-width: 767px) {
	
	.sub_top_nav>div .select>span {
		font-size: 15px;
		letter-spacing: -0.030em;
	}
	.sub_top_nav>div .select .in ul li a {
		font-size: 14px;
	}
	.sub_top_nav>div .select .in ul li a span {
		font-size: 14px;
	}
	.sub_top_nav>div .select .in ul li a p {
		font-size: 14px;
	}
	
	.sub_right_top {
		padding-left: 20px;
		padding-right: 20px;
		height: 80px;
		padding-top: 27px;
	}
	.sub_right_top .sub_tit_h3 {
		font-size: 25px;
	}
	.sub_right_top .sub_tit_h3 a span {
		font-size: 17px;
		margin-top: 5px;
	}
	.sub_right_top .sub_tit_h4 {
		font-size: 28px;
	}
	
	.sub_contain {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
	}
}
@media all and (max-width: 520px) {
	.sub_top_nav>div {
		padding-right: 0;
	}
	.sub_top_nav>div .select>span {
		font-size: 13px;
		letter-spacing: -0.040em;
	}
	.sub_top_nav>div>span.bar.bar3 {
		display: none;
	}
	.sub_top_nav>div .select.select2>span {
		background-position: center right 10px !important;
	}
	.sub_right_top {
		padding-left: 10px;
		padding-right: 10px;
		height: 70px;
		padding-top: 27px;
		padding-right: 0;
	}
	.sub_right_top .sub_tit_h3 {
		font-size: 18px;
		letter-spacing: -0.050em;
	}
	.sub_right_top .sub_tit_h3 a span {
		font-size: 12px;
		letter-spacing: -0.030em;
		margin-top: 3px;
		margin-left: 4px;
	}
	.sub_right_top .sub_tit_h4 {
		font-size: 24px;
	}
	.sub_contain {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*sub common end*/

/*관련사이트*/

.site_list,
.site_list ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.site_list ul {
	padding: 30px 15px 50px;
}

.site_list ul:after {
	display: block;
	content: "";
	clear: both;
}

.site_list ul li {
	float: left;
	position: relative;
	width: calc(33.33333% - 11px);
	height: 50px;
	display: table;
	border: 1px solid #ccc;
	margin-right: 16px;
}

.site_list ul li:before {
	content: "";
	display: block;
	width: 3px;
	height: calc(100% + 2px);
	position: absolute;
	left: -1px;
	top: -1px;
	background: #8488a8;
}
.site_list ul li:hover {
	background: #8488a8;
	border-color: #8488a8;
}

.site_list ul li:nth-child(3n) {
	margin-right: 0;
}

.site_list ul li:nth-child(n+4) {
	margin-top: 16px;
}

.site_list ul li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-family: 'MalgunGothic',sans-serif;
	font-size: 13px;
	letter-spacing: -0.025em;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.site_list ul li:hover a {
	font-weight: bold;
	color: #fff;
}

@media all and (max-width: 1220px) {
	.site_list ul li {
		width: calc(50% - 9px);
	}
	.site_list ul li:nth-child(3n) {
		margin-right: 16px;
	}
	.site_list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.site_list ul li:nth-child(n+3) {
		margin-top: 16px;
	}
}

@media all and (max-width: 767px) {
	
	
	.site_list ul {
		padding-left: 0;
		padding-right: 0;
	}
	
	.site_list ul li {
		margin-right: 10px;
		width: calc(50% - 6px);
	}
	
	.site_list ul li a {
		font-size: 12px;
		padding: 0 5px;
		line-height: 120%;
	}
	.site_list ul li:nth-child(3n) {
		margin-right: 10px;
	}
	.site_list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.site_list ul li:nth-child(n+3) {
		margin-top: 10px;
	}
}

@media all and (max-width: 520px) {
	
	.site_list ul li {
		margin-right: 6px;
		width: calc(50% - 3px);
	}
	.site_list ul li:nth-child(3n) {
		margin-right: 6px;
	}
	.site_list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.site_list ul li:nth-child(n+3) {
		margin-top: 6px;
	}
}


/*관련사이트 end */


/*인사말*/
img.greeting {
float: left;
max-width: 280px;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 15px;
}

@media all and (max-width: 767px) {
	img.greeting {
		float: none;
	}
}

/*인사말 end*/

/*오시는길*/
.contactus_map {padding-top: 30px; padding-bottom: 50px;}
.contactus_map .root_daum_roughmap_landing {width: 100%; height: 430px;}
.contactus_map .root_daum_roughmap_landing .wrap_map {height: 398px;}

@media all and (max-width: 767px) {
	.contactus_map {padding-top: 30px; padding-bottom: 50px;}
	.contactus_map .root_daum_roughmap_landing {width: 100%; height: 332px;}
	.contactus_map .root_daum_roughmap_landing .wrap_map {height: 300px;}
}

/*오시는길 end*/




































































































































































































































































