/* 사용 할 수 있는 폰트 목록 */
/*
font-family: 'NanumMyeongjo, sans-serif;
font-family:'Nanum Gothic', sans-serif;
font-family:Arial,'Nanum Square', sans-serif;
font-family: 'Nanum Barun Gothic';


font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Sans KR';

font-family:'MS-Gothic';

font-family: 'RIXMJEB';

font-family: 'Titillium Web', sans-serif;
font-family: font-family: 'Raleway', sans-serif;

*/
/* 사용 할 수 있는 폰트 목록 */

/* 공통 */

.sub-spacing-01 {
	display: inline-block;
	font-size: 0 !important;
	width: 75px;
	height: 1px;
}

.sub-container * {
	font-weight: 400;
}

.sub-banner {
	position: relative;
	display: block;
	width: 100%;
	height: 189px;
}
.sub-banner .inner-img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/* background-size: cover; */
	background-position: center center;
	background-repeat: no-repeat;
}

/* .sub-top-title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 71px;
	padding-bottom: 65px;
	text-align: center;
} */

/* .sub-top-title h2 {
	font-family:Arial,'Nanum Square', sans-serif;
	text-align: center;
	font-size:44px;
	letter-spacing: -1.8px;
	font-weight: 600;
	color: #2f2f2f;
} */
.sub-top-title {
	position: relative;
	display: block;
	width: 100%;
	width: 1140px;
	margin: 0 auto;
	height: auto;
	box-sizing: border-box;
	/* padding-top: 71px;
	padding-bottom: 65px; */
	text-align: left;
	margin-top: 50px;
    margin-bottom: 18px;
	
}
.sub-top-title h2 {
	font-size:45px;
	letter-spacing: -1.8px;
	font-weight: 600;
	color: #000;
}

/* 

.sub-top-title>div {
	position: relative;
	display: block;
	width: 1140px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ebebeb;
	margin-top: 20px;
	font-size: 25px;
	color: #5d5d5d;
	padding: 0 10px;
	box-sizing: border-box;
} */

.sub-top-title>div {
	position: relative;
	display: block;
	width: 1140px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ebebeb;
	margin-top: 20px;
	font-size: 25px;
	color: #5d5d5d;
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
}

.sub-top-title>div p {
	font-family:Arial,'Nanum Square', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 25px;
	color: #5d5d5d;
}
.sub-top-title>div p:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	box-sizing:border-box;
	border-top: 8px solid #e91063;
	border-left: 8px solid #e91063;
	position: absolute;
	left: -70px;
	top: -20px;
}
.sub-top-title>div p:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	box-sizing:border-box;
	border-bottom: 8px solid #e91063;
	border-right: 8px solid #e91063;
	position: absolute;
	right: -70px;
	bottom: -20px;
}

.sub-content {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sub-content:after {
	content: "";
	clear: both;
	display: block;
}

.sub-con-inner {
	position: relative;
	display: block;
	width: 1180px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.sub-con-inner:after {
	content: "";
	clear: both;
	display: block;
}


.tab_box {
	position: relative;
	display: block;
	width: 100%;
	height:  auto;
}
.tab_box .tab-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 0;
	border-top: 2px solid #878787;
	border-bottom: 1px solid #878787;
}

.tab_box .tab-inner .tab_menuBtn {
	display: inline-block;
	position: relative;
	height: 55px;
	overflow: hidden;
	background-color: #fff;
	border-right: 1px solid #878787;
}
.tab_box .tab-inner .tab_menuBtn:last-child {
	border-right: 0;
}

.tab_box .tab-inner .tab_menuBtn a {
	font-family: 'NanumSquare', sans-serif;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	letter-spacing: -0.7px;
	color: #333;
	font-weight: 400;
	text-align: center;
}

.tab_box .tab-inner .tab_menuBtn a.tab_selected {
	/* background-color: #fc3d86; */
	background-color: #061d45;
	color: #fff;
	font-weight: 600;
}


.tab_panel {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 80px;
}

.tab_panels-inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.tab_panels-inner img {
	max-width: 100%;
}

.spanLink {
	cursor: pointer;
	color: blue;
}
.spanLink:hover {
	text-decoration: underline;
}

/* 센터소개 */

.greetingImg {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.greetingH3 {
	font-size: 28px;
	text-align: center;
	line-height: 1.8em;
	margin-top: -10px;
	margin-top: 52px;
	color: #333;
}

.greetingP {
	font-size: 18px;
	text-align: center;
	color: #666;
	line-height: 1.8em;
	margin-top: -12px;
	margin-top: 50px;
}

.center-info {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.center-info>h2 {
	font-size: 20px;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 0 22px;
	/* margin: 10px 0; */
	margin-top: -10px;
}
.center-info>h2 span.bold {
	font-size: 20px;
	font-weight: 600;
}

.center-info .line {
	border-top: 1px solid #000;
	width :100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}

.center-info .line:after {
	content: "";
	clear: both;
	display: block;
}

.center-info .line img {
	max-width: 100%;
}

.center-info .line .half {
	position: relative;
	width: 50%;
	height: auto;
	float: left;
}

.center-info p {
	position: relative;
	box-sizing: border-box;
	padding-left: 2em;
	margin-bottom: 10px;
}

.center-info p.pDot:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e91063;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}


.tab_box .tab-inner .tab_menuBtn.tab_menuBtn-about {
	width: calc(25% - 1px);
}

.loca-title-div {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 1em;
	box-sizing: border-box;
}
h2.panel-h2 {
	font-size: 26px !important;
	color: #2f2f2f;
	padding: 0 
	/* padding-left: 0.3em; */
	display: inline-block;
	vertical-align: top;
}
.panel-h3 {
	font-size: 24px;
	color: #2f2f2f;
	padding-left: 0.3em;
	display: inline-block;
	vertical-align: top;
}

.panel-span-text {
	margin: 0;
	padding: 0;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
    color: #5f5f5f;
    margin-left: 31px;
    font-family:'Nanum Gothic', sans-serif;
	letter-spacing: -0.5px;
}

.location-map {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-top: 2px solid #000;
}

.loca-info-div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #b9b9b9;
}

.loca-info-div>table {
	position: relative;
	width: 100%;
	height: auto;
}

.loca-info-div>table th {
	width: 250px;
	vertical-align: middle;
}

.loca-info-div>table th span {
	width: 140px;
	height: 120px;
	line-height: 120px;
	display: inline-block;
	font-size: 20px;
	padding-left: 48px;
	border-right: 1px solid #b9b9b9;
	text-align: left;
	margin: 30px 0;
	font-family: 'NanumSquare', sans-serif;
	font-weight: 400;
}

.loca-info-div>table th span.carIc {
	background: url(/images/sub/icon_car.png) no-repeat left center;
}
.loca-info-div>table th span.busIc {
	background: url(/images/sub/icon_car2.png) no-repeat left center;
}
    
.loca-info-div>table td {
	vertical-align: middle;
	padding: 30px;
}

.roadcase ul li {
	font-size: 17px;
	font-family: 'NanumSquare', sans-serif;
	position: relative;
	padding-left: 97px;
	color: #5f5f5f;
	word-spacing: 5px;
	line-height: 1.7em;
}
.roadcase ul li span {
	font-family: 'NanumSquare', sans-serif;
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #000;
}

.parking-info {
	font-family: 'NanumSquare', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 36px 0 0 24px;
	font-size: 18px;
	color: #5f5f5f;
	font-weight: 400;
	line-height: 1.7em;
	border-top: 1px solid #000;
	
}

.about-last-con {
	position: relative;
	display: table;
	width: 100%;
	height: 100px;
	background: #f3f3f3;
	text-align: center;
	/* line-height: 1.7em; */
	margin-top: 70px;
}

.about-last-con:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	box-sizing:border-box;
	border-top: 8px solid #e91063;
	border-left: 8px solid #e91063;
	position: absolute;
	left: -0;
	top: -0;
}
.about-last-con:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	box-sizing:border-box;
	border-bottom: 8px solid #e91063;
	border-right: 8px solid #e91063;
	position: absolute;
	right: -0;
	bottom: -0;
}


.about-last-con .inner {
	font-family: 'NanumSquare', sans-serif;
	line-height: 1.7em;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #5f5f5f;
	font-weight: 400;
}
.about-last-con .inner span {
	font-size: 24px;
	font-weight: bold;
	color: #5ea3dd;
	vertical-align: top;
	margin-top: -2px;
}

.mapInfo {
	width: 100%;
	height: auto;
	border: 1px solid #000;
}
.mapInfo th {
	font-family: 'NanumSquare', sans-serif;
	width: 25%;
	height: 50px;
	border: 1px solid #000;
	font-size: 17px;
	color: #333;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	background-color: #f8f8e8;
}
.mapInfo td {
	font-family: 'NanumSquare', sans-serif;
	height: 50px;
	border: 1px solid #000;
	font-size: 17px;
	color: #333;
	text-align: left;
	padding: 0 30px;
	font-weight: 400;
	vertical-align: middle;
	line-height: 1.2em;
	background-color: #fffff9;
}


/* 자원봉사 */


.tab_box .tab-inner .tab_menuBtn.tab_menuBtn-volunteer {
	width: calc(20% - 1px);
}



.tab_panels-inner p {
	position: relative;
	box-sizing: border-box;
	padding-left: 2em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.tab_panels-inner p.pDot:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e91063;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.tab_panels-inner p.pDot2:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e91063;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 22%;
    transform: translateY(-50%);
}

.tab_panels-inner p.pDot3:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e91063;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 10px;
}

.tab_panels-inner>h2 {
    font-size: 20px;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: 0 22px;
    /* margin: 10px 0; */
    margin-top: -10px;
}


.tab_panels-inner .line {
	border-top: 1px solid #000;
	width :100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}






.sub-con-inner .line {
	border-top: 1px solid #000;
	width :100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}

.sub-con-inner p {
    position: relative;
    box-sizing: border-box;
    padding-left: 2em;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.sub-con-inner p.pDot:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e91063;
    border-radius: 50%;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}









span.p-span-bold {
	font-weight: bold;
}


.tab_box2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.tab_box2 .tab-inner2{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
    border-bottom: 1px solid #333;
}
.tab_box2 .tab-inner2:after {
	clear: both;
	display: block;
	content: "";
}

.tab_box2 .tab_menuBtn2:first-child {
    border-right: 0;
}
.tab_box2 .tab_menuBtn2 {
	float: left;
    display: block;
    position: relative;
	width: calc(50% - 2px);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
	border-bottom: 0;
	font-size: 0;
	overflow: hidden;
}
.tab_box2 .tab_menuBtn2 a {
	font-family: 'NanumSquare', sans-serif;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	letter-spacing: -0.7px;
	color: #333;
	font-weight: 400;
	text-align: center;
}

.tab_box2 .tab_menuBtn2 a.tab_selected2 {
    background-color: #f9f9f9;
    font-weight: 600;
	/* color: #fc3d86; */
	color: #061d45;
}

.tab_panels2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.tab_panels2>li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.volunteer-ul-type-01 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.volunteer-ul-type-01:after {
	clear: both;
	display: block;
	content: "";
}

.volunteer-ul-type-01 li {
	float: left;
	display: block;
	width: 255px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.volunteer-ul-type-01 li.arrow {
	width: 40px;
	height: 60px;
	border: 0;
	font-size: 0;
	background: url(/images/sub/sub-arrow.png)no-repeat center center;
}
.sub-link-box {
    width: 464px;
    height: 43px;
    text-align: center;
    margin: 20px auto;
}
.sub-link-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.03em;
    background-color: #061d45;
    line-height: 43px;
    vertical-align: top;
}

.sub-link-box2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.sub-link-box2:after {
	display: block;
	content: "";
	clear: both;
}
.sub-link-box2 a {
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.03em;
    background-color: #061d45;
    vertical-align: top;
}

.sub-link-box2 a:nth-child(n+2) {
	margin-left: 30px;
}

.mini-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	box-sizing: border-box;
	padding: 8px 10px;
}

.subTable {
	width: 100%;
	height: auto;
	border-top: 2px solid #878787;
	margin-top: 20px;
}

.subTable th, .subTable td {
	height: 65px;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 1.5em;
}
.subTable th {
	background-color: #f2f2f2;
	text-align: center;
	font-weight: 600;
}

.subpage-notice {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.subpage-notice .top {
	position: relative;
	display: block;
	width: 100%;
    height: 42px;
    background-color: #a9a9a9;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}
.subpage-notice .main {
    background-color: #f2f2f2;
    padding: 26px 0;
    text-align: center;
}
.subpage-notice .main p {
    font-size: 18px;
    color: #343434;
    letter-spacing: -0.03em;
    text-align: left;
    line-height: 30px;
}

#regisAgree {
    height: 190px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    overflow-y: scroll;
	line-height: 1.5em;
}

#agrlb {
    line-height: 170%;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.applyCon {
	margin-bottom: 53px;
}

.applyCon-div {
    border-top: 2px solid #878787;
    border-bottom: 1px solid #b9b9b9;
}

.applyCon-div table {
    border-top: none;
    border-collapse: collapse;
}
.applyCon-div table th {
    height: 53px;
    box-sizing: border-box;
    border-bottom: 1px solid #b9b9b9;
	vertical-align: middle;
}
.applyCon-div table th span {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #000;
    border-right: 1px solid #b9b9b9;
}
.applyCon-div table td {
    height: 53px;
    box-sizing: border-box;
    border-bottom: 1px solid #b9b9b9;
    color: #5f5f5f;
    text-align: left;
    padding-left: 64px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 130%;
}
.apply-input {
	position: relative;
	display: inline-block;
	width: 195px;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 10px;
}

.applyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.applyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.applyButton:active {
	position:relative;
	top:1px;
}
/* 자원봉사 인정보상 */
.tab_box .tab-inner .tab_menuBtn.tab_menuBtn-reward {
	width: calc(33.333% - 1px);
}

/* 정보센터(커뮤니티) */

.sub-top-title2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
    margin-top: 50px;
    margin-bottom: 18px;
}
.sub-top-title2 h2 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
}

input.editInput {
	width: 90%;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 10px;
}

.text-editor {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	overflow-y: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
}


/* 사이트맵 */
.sub-top-title2 h3 {
	margin: 20px 0 0 ;
	padding: 0;
	color: #595857;
	font-size: 21px;
	text-align: left;
}
.siteMap {
	border-top: 2px solid #9b9a9a;
    padding-left: 30px;
    padding-top: 50px;
	box-sizing: border-box;
}
.siteMap:after {
	display: block;
	content: "";
	clear: both;
}

.siteMap-title {
	margin-bottom: 15px;
	color: #231815;
	font-size: 42.5px;
	line-height: 1em;
}

.siteMap .ul {
    float: left;
    width: 246px;
    height: 380px;
    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 #9b9a9a;
	background: none;
	padding: 0 15px;
	background-color: #f6f7f8;
	font-weight: 600;
	font-size: 18px;
	cursor: default;
}

/*로그인 */

.member-line {
	position: relative;
	display: blcok;
	width: 100%;
	height: 2px;
	background: #e91063;
}

.login-box {
	position: relative;
	display: block;
	width: 750px;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 2px solid #e91063;
	margin-top: 50px;
}
.login-box .inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: ;
}


/* terms */
.termsLine {
	display: block;
	width: 100%;
	height: 2px;
	background: #161616;
}

.termsBox {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.termsBox pre {
    width: 100%;
	box-sizing: border-box;
    padding: 20px 50px;
    word-wrap: break-word;
    line-height: 26px;
    color: #444;
    white-space: pre-wrap;
}

.termsBox pre .title {
	font-size: 20px !important;
	margin: 0 !important;
	color: #000;
	float: left;
	width: 100%;
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
	color: #231815;
	margin-bottom: 34px;
}

.termsBox pre .subTitle {
	font-size: 19px;
	font-weight: 600;
	line-height: 2em;
	color: #000;
}


/* 마지막 */

/* 10.25 인사말 추가 */

.greeting-1 {
	position: relative;
	display: block;
	width: calc(100% - 450px);
	height: auto;
}

.greeting-2 {
	position: relative;
	display: block;
	width: 450px;
	height: auto;
	min-height: 10px;
}

.greeting-2 img {
	width: 100%;
}

.greeting-h3 {
font-family:'Nanum Square', sans-serif !important;
display: block;
width: 100%;
height: auto;
font-size: 28px;
font-weight: 500;
letter-spacing: -0.5px;
color: #333;
line-height: 148%;
margin-top: -8px;
margin-bottom: 45px;
}

.greeting-1 p {
font-family:'Nanum Square', sans-serif !important;
margin: 0;
padding: 0;
color: #666666;
font-size: 18px;
font-weight: 500;
letter-spacing: -0.3px;
line-height: 200%;
margin-top: -8px;
}
.greeting-1 p:nth-child(n+3) {
margin-top: 35px;
}

.greeting-1 p.b {
font-weight: 700;
}

.popup{ position:absolute; z-index:9999; /* top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.7); */ border: 1px solid #ccc; padding-bottom: 40px; background-color: #fff;}
	.popup .row{position: relative; display: block; width: 100%; height: 100%; background-color: #fff;}
	.popup .row a{}
	.popup .row a img{ display:block; width:100%;}
	.popup .bottom {
		overflow: hidden;
		padding: 10px 20px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 10;
	}
	.popup .bottom .check{ float:left; cursor:pointer;}
	.popup .bottom .check span{ display:block; float:left; margin:0 5px 0 0; width:20px; height:20px; border-radius:50%; background:#FFF;}
	.popup .bottom .check span i{ display:block; text-align:center; line-height:20px; font-size:15px; color:#333;}
	.popup .bottom .check p{ float:left; line-height:20px; font-size:15px; color:#FFF;}
	.popup .bottom .check.on span{ background:#00cd3c; color:#FFF;}
	.popup .bottom .check.on p{ color:#00cd3c;}
	.popup .bottom .xi-close{ display:block; float:right; line-height:20px; font-size:20px; color:#FFF; cursor:pointer;}
	.popup.dn{ display:none;}

	@media only screen and (max-width: 1180px){
	.sub-v {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sub-v .inner {
		position: relative;
		display: block;
		width: 0%;
	}
	
	.sub-v .inner .Img {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 31%;
		overflow: hidden;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.lnb {
		font-size: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		height: 37px;
		box-sizing: border-box;
	}
	
	.lnb > li {
		position: relative;
		float: left;
		width: calc(50% - 17.5px);
		border-left: 1px solid #ddd;
		height: 35px;
		background: url(/m/images/common/sub_ic_arrow.png) no-repeat center right 9px;
		background-size: 13px 8px;
		box-sizing: border-box;
	}
	
	.lnb > li.home {
		width: 35px;
		text-indent: -9999px;
		background: url(/m/images/common/ic_home.png) no-repeat center;
		background-size: 13px 11px;
	}
	
	
	
	.lnb > li.on {
		background-size: 13px 8px;
	}
	
	.lnb > li > a {
		display: table-cell;
		height: 35px;
		padding: 0 10px;
		font-size: 13px;
		line-height: 15px;
		color: #666;
		vertical-align: middle;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	.lnb > li > a>span {
		font-size: 13px;
		color: #666;
	}
	
	.lnb > li.on > a {
		font-weight: 500;
		color: #333;
	}
	
	.lnb > li.on > a>span {
		font-weight: 500;
		color: #333;
	}
	
	.lnb li .depth2 {
		display: none;
		position: absolute;
		top: 36px;
		left: -1px;
		right: -1px;
		z-index: 90;
		background-color: #fff;
		border: 1px solid #ddd;
		border-top: 0;
		box-sizing: border-box;
	}
	
	.lnb li .depth2 li a {
		display: block;
		padding: 0 10px;
		font-size: 13px;
		line-height: 35px;
		color: #444;
		cursor: pointer;
	}
	
	.lnb li .depth2 li a>span {
		font-size: 13px;
		color: #444;
	}
	
	/* .lnb li .depth2 li.on a {
		color: #e91063;
	}
	
	.lnb li .depth2 li.on a>span {
		color: #e91063;
	} */
	
	.lnb li .depth2.open_li {
		display: block;
	}
	
	.lnb .bundle {
		display: block;
	}
	
	
	.lnb .bundle > li {
		position: relative;
		float: left;
		width: calc(50% - 17.5px);
		border-left: 1px solid #ddd;
		height: 35px;
		background: url(/m/images/common/sub_ic_arrow.png) no-repeat center right 9px;
		background-size: 13px 8px;
		box-sizing: border-box;
		display: none;
	}
	
	.lnb .bundle > li.home {
		width: 35px;
		text-indent: -9999px;
		background: url(/m/images/common/ic_home.png) no-repeat center;
		background-size: 13px 11px;
	}
	
	
	
	.lnb .bundle > li.on {
		background-size: 13px 8px;
		display: block;
	}
	
	.lnb .bundle > li > a {
		display: table-cell;
		height: 35px;
		padding: 0 10px;
		font-size: 13px;
		line-height: 15px;
		color: #666;
		vertical-align: middle;
		box-sizing: border-box;
		cursor: pointer;
	}
	.lnb .bundle > li > a>span {
		font-size: 13px;
		line-height: 15px;
		color: #666;
	}
	
	
	.lnb .bundle > li.on > a {
		font-weight: 500;
		color: #333;
	}
	
	.lnb .bundle > li.on > a>span {
		font-weight: 500;
		color: #333;
	}
	
	.lnb .bundle li .depth2 {
		display: none;
		position: absolute;
		top: 36px;
		left: -1px;
		right: -1px;
		z-index: 90;
		background-color: #fff;
		border: 1px solid #ddd;
		border-top: 0;
		box-sizing: border-box;
	}
	
	.lnb .bundle li .depth2 li a {
		display: block;
		padding: 0 10px;
		font-size: 13px;
		line-height: 35px;
		color: #444;
		cursor: pointer;
		font-weight: 400;
	}
	
	.lnb .bundle li .depth2 li a>span {
		font-size: 13px;
		color: #444;
		cursor: pointer;
		font-weight: 400;
	}
	
	.lnb .bundle li .depth2 li.on a {
		color: #e91063;
	}
	
	.lnb .bundle li .depth2 li.on a>span {
		color: #e91063;
	}
	
	.lnb .bundle li .depth2.open_li {
		display: block;
	}
	
	
	.subTable {
		width: 100%;
		height: auto;
		border-top: 2px solid #878787;
		margin-top: 20px;
	}
	
	.subTable th, .subTable td {
		height: 65px;
		vertical-align: middle;
		border: 1px solid #ccc;
		padding: 0 10px;
		line-height: 1.5em;
		font-size: 13px;
		letter-spacing: -0.5px;
		font-weight: 400;
	}
	.subTable th {
		background-color: #f2f2f2;
		text-align: center;
		font-weight: 600;
	}
	
	
	.subpage-notice {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	
	.subpage-notice .top {
		position: relative;
		display: block;
		width: 100%;
		height: 42px;
		background-color: #a9a9a9;
		font-size: 13px;
		color: #fff;
		text-align: center;
		line-height: 42px;
		font-weight: bold;
	}
	.subpage-notice .main {
		background-color: #f2f2f2;
		padding: 26px 15px;
		text-align: center;
	}
	.subpage-notice .main p {
		font-size: 12px;
		color: #343434;
		letter-spacing: -0.03em;
		text-align: left;
		line-height: 30px;
	}
	
	/* //////////////////////////////////////////////////////////////////////////////////////////////*/
	/* //////////////////////////////////////////////////////////////////////////////////////////////*/
	/* //////////////////////////////////////////////////////////////////////////////////////////////*/
	/* //////////////////////////////////////////////////////////////////////////////////////////////*/
	
	
	.sub-wrap {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-bottom: 40px;
	}
		
	.sub-top-title {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		/* background: #ccc; */
		box-sizing: border-box;
		padding-top: 35px;
		padding-bottom: 13px;
		text-align: center;
		font-size: 0;
		line-height: 1;
		
		padding-left: 17px;
		color: #e91063;
		text-align: left;
	}
	
	.sub-top-title>h2>span {
		font-size: 25px;
		font-weight: 500;
		letter-spacing: -0.7px;
	}
	
	.sub-top-title>div {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		height: 26px;
		line-height: 26px;
		text-align: center;
		background: #ebebeb;
		margin-top: 20px;
		font-size: 0;
		color: #5d5d5d;
		padding: 0 10px;
		box-sizing: border-box;
		display: none;
	}
	.sub-top-title>div p {
		font-family: 'Nanum Square', sans-serif;
		position: relative;
		display: inline-block;
		margin: 0 auto;
		font-size: 15px;
		color: #5d5d5d;
	}
	
	.sub-top-title>div p:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border-top: 8px solid #e91063;
		border-left: 8px solid #e91063;
		position: absolute;
		left: -40px;
		top: -12px;
	}
	
	.sub-top-title>div p:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border-bottom: 8px solid #e91063;
		border-right: 8px solid #e91063;
		position: absolute;
		right: -40px;
		bottom: -12px;
	}
	
	
	.sub-wrap h3 {
		font-size: 18px;
		letter-spacing: -0.6;
		color: #414141;
		font-weight: 500;
	}
	.sub-wrap p {
		position: relative;
		font-size: 14px;
		letter-spacing: -0.4px;
		color: #414141;
		font-weight: 400;
	}
	
	b {
		font-weight: 500;
	}
	
	
	.sub-wrap h4 {
		font-size: 16px;
		letter-spacing: -0.6;
		color: #414141;
	}
	.sub-title-div {
		position: relative;
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		margin-top: 20px;
		margin-bottom: 10px;
		padding-left: 0.7em;
		box-sizing: border-box;
		border-bottom: 1px solid #666;
	}
	
	.sub-title-div:before {
		content: '';
		width: 10px;
		height: 2px;
		background-color: #e91063;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.sub-title-div h5 {
		font-size: 16px;
		color: #2f2f2f;
		padding-left: 0.3em;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
	}
	
	span.pDot {
		width: 6px;
		height: 6px;
		background-color: #e91063;
		border-radius: 50%;
		font-size: 0;
		margin-right: 7px;
		display: inline-block;
		vertical-align: middle;
	}
	
	p.ddl {
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 3px;
	}
	
	p.ddl2 {
		text-indent: -1.5em;
		padding-left: 1em;
		margin-bottom: 3px;
	}
	
	p.ddl3 {
		text-indent: -0.55em;
		padding-left: 0.55em;
		margin-bottom: 3px;
	}
	
	p.ddl4 {
		text-indent: -2em;
		padding-left: 2em;
		margin-bottom: 3px;
	}
	
	p.ddl5 {
		text-indent: -5.3em;
		padding-left: 5.3em;
		margin-bottom: 3px;
	}
	
	
	.sub-tab {
		position: relative;
		display: block;
		width: 100%;
		height:31px;
		box-sizing: border-box;
		/* border-bottom: 1px solid #333; */
		font-size: 0;
	}
	
	.sub-tab li {
		position: relative;
		display: inline-block;
		width: 50%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		color: #061d45;
		cursor: pointer;
		
		box-shadow:  
		1px 0 0 0 #dbdbdb,
		0 1px 0 0 #333,
		1px 1px 0 0 #333,
		1px 0 0 0 #dbdbdb inset,
		0 1px 0 0 #dbdbdb inset;
	}
	
	.sub-tab li.active {
		background: #f9f9f9;
		font-weight: bold;
		color: #061d45;
	}
	
	
	.link-bar {
		display: block;
		width: 75%;
		margin: 0 auto;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		color: #fff;
		background: #061d45;
		box-sizing: border-box;
		padding: 0 7px;
		text-align: center;
		max-width: 310px;
		min-width: 230px;
		margin-top: 20px;
	}
	.link-bar2 {
		display: block;
		width: 75%;
		margin: 0 auto;
		height: 42px;
		line-height: 42px;
		font-size: 13px;
		color: #fff;
		background: #061d45;
		box-sizing: border-box;
		padding: 0 7px;
		text-align: center;
		max-width: 310px;
		min-width: 230px;
		margin-top: 20px;
	}
	
	/* ///////////////찾아오시는길///////////////*/
	
	.about-last-con {
		position: relative;
		display: table;
		width: 100%;
		height: 100px;
		background: #f3f3f3;
		text-align: center;
		/* line-height: 1.7em; */
		margin-top: 30px;
	}
	.about-last-con:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border-bottom: 4px solid #e91063;
		border-right: 4px solid #e91063;
		position: absolute;
		right: -0;
		bottom: -0;
	}
	
	.about-last-con:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border-top: 4px solid #e91063;
		border-left: 4px solid #e91063;
		position: absolute;
		left: -0;
		top: -0;
	}
	
	.about-last-con .inner {
		font-family: 'NanumSquare', sans-serif;
		line-height: 1.8em;
		display: table-cell;
		vertical-align: middle;
		font-size: 12px;
		color: #5f5f5f;
		font-weight: 400;
	}
	
	.about-last-con .inner a {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #5ea3dd !important;
		vertical-align: top;
		/* margin-top: -2px; */
	}
	
	.about-last-con .inner span {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #5ea3dd !important;
		vertical-align: top;
		/* margin-top: -2px; */
	}
	
	.file-down-bar {
		position: relative;
		display: block;
		vertical-align: top;
		border: 1px solid #ccc;
		background: #f7f7f7;
		text-align: center;
		box-sizing: border-box;
		padding: 8px 10px;
		font-size: 13px;
		margin-top: 10px;
		cursor: pointer;
	}
	
	
	/*//////////////// 자원봉사 /////////////////*/
	
	.relay-box {
		font-weight: 400;
		position: relative;
		display: block;
		width: 65%;
		min-width: 247px;
		margin: 0 auto;
		height: 40px;
		line-height: 38px;
		font-size: 12px;
		text-align: center;
		background: #fff;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
		color: #414141;
	}
	
	.sub-arrow {
		position: relative;
		display: block;
		width: 100%;
		height: 25px;
		font-size: 0;
		text-align: center;
		background: url(/m/images/sub/sub-arrow-01.png)no-repeat center center;
		background-size: 375px;
	}
	
	/*/////////////// 자원봉사 신청 //////////////////*/
	
	
	.sub-con-inner {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	#regisAgree {
		box-sizing: border-box;
		height: 190px;
		padding: 20px;
		background: #f7f7f7;
		border: 1px solid #ddd;
		overflow-y: scroll;
		line-height: 1.5em;
		font-size: 13px;
	}
	
	#agrlb {
		line-height: 170%;
		border-bottom: 1px solid #ddd;
		display: block;
		padding: 10px 0px;
		margin-bottom: 10px;
	}
	
	.applyCon-div {
		border-top: 2px solid #878787;
		border-bottom: 1px solid #b9b9b9;
	}
	
	.applyCon-div table {
		border-top: none;
		border-collapse: collapse;
		width: 100%;
	}
	
	.applyCon-div table th {
		height: 53px;
		box-sizing: border-box;
		border-bottom: 1px solid #b9b9b9;
		vertical-align: middle;
	}
	
	.applyCon-div table td {
		height: 53px;
		box-sizing: border-box;
		border-bottom: 1px solid #b9b9b9;
		color: #5f5f5f;
		text-align: left;
		padding-left: 30px;
		vertical-align: middle;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 130%;
		font-size: 13px;
	}
	
	.applyCon-div table th span {
		vertical-align: middle;
		width: 100%;
		line-height: 1;
		font-size: 13px;
		color: #000;
		border-right: 1px solid #b9b9b9;
	}
	
	.apply-input {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 200px;
		height: 30px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.applyButton {
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
		background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
		background-color: #f9f9f9;
		border: 1px solid #dcdcdc;
		display: inline-block;
		cursor: pointer;
		color: #666666;
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		padding: 7px 25px;
		text-decoration: none;
		text-shadow: 0px 1px 0px #ffffff;
	}
	
	.applyButton:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
		background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
		background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
		background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
		background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
		background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
		background-color: #e9e9e9;
	}
	
	.applyButton:active {
		position: relative;
		top: 1px;
	}	
}
@media(max-width:767px){
	.popup .row{ top:20px; right:20px; left:20px;}
}

