
.about-div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.about-div:last-child {
	margin-bottom: 0;
}

.about-div h3 {
	font-weight: 700;
	font-size: 17px;
	color: #222222;
	margin-bottom: 15px;
	font-family: "Nanum Gothic", sans-serif;
	letter-spacing: -0.3px;
}

.about-div p {
	font-weight: 400;
	font-size: 17px;
	color: #222222;
	font-family: "Nanum Gothic", sans-serif;
}

.sub-img {
	text-align: center;
}
.sub-img img {
	max-width: 98%;
	width: auto !important;
	margin: 0 auto;
	text-align: center;
}

.our-team .team-content {
	text-align: left;
	box-sizing: border-box;
	/* padding-left: 20px; */
	padding:0 10px 0 10px;
}

.our-team .single-team .title>span {
	font-size: 14px;
	letter-spacing: -0.7px;
}

.team-line {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	box-sizing: border-box;
	padding-left: 2px;
}
.team-line h4 {
	font-family: "Nanum Gothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.team-line p {
	font-family: "Nanum Gothic", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	text-transform: ;
}
.team-line a p {
	font-family: "Nanum Gothic", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	text-transform: ;
	color: #fff;
}

.team-line a p:hover {
	text-decoration: underline;
}

.our-team .team-content:hover {
	background: rgba(184,24,24,0.8) !important;
}
.our-team .single-team:hover .post {
	/* height: 280px !important; */
	height: 260px !important;
}
.our-team .single-team:hover .post.post2 {
	height: 265px !important;
}

/* 사이트맵 */

.siteMap {
    /* border-top: 2px solid #e91063;
   padding-left: 30px;
    padding-top: 50px; */
    box-sizing: border-box;
}
.siteMap *{
    font-family: "Nanum Gothic", sans-serif;
}

.siteMap-title {
    margin-bottom: 15px;
    color: #231815;
    font-size: 42.5px;
    line-height: 1em;
    box-sizing: border-box;
	padding-bottom: 20px;
}

.siteMap .ul {
    /* float: left;
    width: 246px; */
	width: 100%;
    height: 200px;
    margin-right: 30px;
}

.siteMap .ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #aaa;
    padding: 0 30px;
    background: url(/images/sub/siteMap-arrow.png) no-repeat 5px 50%;
    cursor: pointer;
}

.siteMap .ul li.li-title {
    border: 1px solid #e8e8e8;
    border-top: 3px solid #b81818;
    background: none;
    padding: 0 15px;
    background-color: #f6f7f8;
    font-weight: 600;
    font-size: 18px;
    cursor: default;
}



.sitemap_txt_box {
	margin-top: 30px;
    max-width: 100%;
    border: 1px solid #b81818;
    background: #f7f7f7;
}

.sitemap_txt {
    padding: 20px;
}
.col_d32a1a {
    color: #d32a1a;
}

.sitemap_tit {
    font-size: 16px;
    font-weight: bold;
}

.m_top20 {
    margin-top: 20px;
}

/*관련사이트 */
#container #aside + #contents {
	width: 100%;
}
#container #contents .hentry {
    padding-top: 20px;
}

.hentry .entry-content {
    padding: 20px 0 50px;
}

.s_cont {
    border: 0px solid red;
}

.s5_box {
    overflow: hidden;
}

#POST-CONTENT p {
    font-family: "Nanum Gothic", sans-serif;
    margin-bottom: 24px;
}
.s_tit {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
	font-weight: 700;
}
.col_3662b5 {
    color: #3662b5;
}

.m_top30 {
    margin-top: 30px;
}

#POST-CONTENT ul, #POST-CONTENT ul > li {
    list-style: disc;
}

.s_cont ul {
    padding: 0 !important;
    margin: 0 !important;
}
.site_m ul {
    float: left;
    max-width: 13%;
	width: 13%;
    height: 118px;
}
.site_m ul:nth-child(n+2) {
	margin-left: 7% !important;
}

.site_m ul li {
    max-width: 100%;
	list-style: none !important;
    font-family: "Nanum Gothic", sans-serif;
	font-size: 0;
	font-weight: 400;
}

.site_m ul li:last-child {
	margin-top: 5px;
    font-size: 15px;
}
.text_center {
    text-align: center;
}
.site_m:after {
	content: "";
	display: block;
	clear: both;
}

@media all and (max-width: 1024px) {
	
	.site_m ul:nth-child(n+2) {
		margin-left: 0% !important;
	}
	.site_m ul {
		max-width: 25%;
		width: 25%;
	}
}


@media all and (max-width: 768px) {
	.site_m ul:nth-child(n+2) {
		margin-left: 6% !important;
	}
	.site_m ul {
		max-width: 20%;
		width: 20%;
	}
	.site_m ul:nth-child(n+5) {
		margin-left: 0% !important;
	}
}



@media all and (max-width: 524px) {
	.site_m ul:nth-child(n+2) {
		margin-left: 5% !important;
	}
	.site_m ul {
		max-width: 30%;
		width: 30%;
	}
	.site_m ul:nth-child(n+4) {
		margin-left: 0% !important;
	}
	.site_m ul:nth-child(n+5) {
		margin-left: 5% !important;
	}
}

/* about */

.hentry .entry-content {
    padding: 20px 0 50px;
}

.s_cont_box {
    width: 80%;
    margin: 0 auto;
}

.s_cont_box div {
    font-size: 20px;
    color: #454545;
    line-height: 30px;
}

.s_cont_box div p {
	font-size: 20px;
	color: #454545;
	font-weight: 400;
}

#POST-CONTENT img, #POST-CONTENT img.size-full, #POST-CONTENT img.size-large, #POST-CONTENT .wp-post-image, #POST-CONTENT .post-thumbnail img {
    height: auto;
    max-width: 100%;
}

.col_000 {
    color: #000000 !important;
}

.col_3662b5 {
    color: #3662b5 !important;
}
.t_justify {
    text-align: justify;
}

.text_right {
    text-align: right;
}
.font-w-b {
	font-weight: bold;
	color: #333 !important;
}



.text-line p {
	line-height: 145%;
}

/* 오시는길 추가 */

.locaInfo {box-sizing: border-box; padding-left: 16px; box-sizing: border-box; padding-bottom: 70px;}

.locaInfo img {width: 45px;}

.locaInfo h3 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-top: 60px;
	margin-bottom: 37px;
}


.locaInfo .list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 38px;
}

.locaInfo .list:last-child {
	margin-bottom: 0;
}

.locaInfo .list:after {
	clear: both;
	display: block;
	content:"";
}

.locaInfo .list .img {
	float: left;
	margin-right: 25px;
}

.locaInfo .list .img img {
	vertical-align: top;
	display: inline-block;
}

.locaInfo .list .infoTxt {
	float: left;
	width: calc(100% - 70px);
}

.locaInfo .list .infoTxt h4 {
	font-size: 17px;
	font-weight: bold;
	color: #b81818;
	width: 100%;
	margin-bottom: 10px;
}

.locaInfo .list .infoTxt p {
	font-weight: 500;
	color: #454545;
	font-size: 17px;
	width: 100%;
	line-height: 170%;
	margin-top: -2px;
}


























































































































































































































































