@charset "utf-8";

/* sub - common css */
@import url("../sub-common.css");


.body-container .content-background-wrap .content-background {padding:100px 0 0 0}
.footer-container {margin-top: 0}

/* 서치 영역 */
.mobile-search-depth-area {display: none}
.search-depth-top {display: none}

.depth {border-bottom: 1px solid #e5e5e5; padding: 15px 0}
.depth4 {border-bottom: 0}
.depth-tit {float: left; color: #30b686; font-weight: 600; font-size: 2rem; width: 180px; text-align: right; margin-right: 80px;}
.depth4 .depth-tit {padding-top: 12px}
.show-all a, div.location-wrap .map-loca a {font-size: 1.4rem; color: #5f5f5f;  padding: 5px 15px; display: block;border: 1px solid #f1f7f5;border-radius: 5px; box-shadow: 3px 3px 0px #dee2e0;text-align: center}
.show-all.selected a { color: #30b686;border-color: #30b686; font-weight: 600}
.show-all, .location-wrap .map-loca {float: left; margin-right:15px }
.show-all a:hover, div.location-wrap .map-loca:hover a {color: #30b686;border-color: #30b686}
.location-wrap .map-loca.selected a { color: #30b686;border-color: #30b686; font-weight: 600}
.location-wrap .map-loca {display: inline-block; margin-bottom: 10px;}
.location-wrap {float: left; width: calc(100% - 360px)}

.age-select-wrap .age-select {line-height: 27px; float: left; margin-right: 10px; font-size: 1.4rem;}
.age-select-wrap .select-box select {background-position: 83%; padding: 0 5px;box-shadow: 3px 3px 0px #dee2e0; border-radius: 5px}
.age-select-wrap .select-box {width: 45px; height: 27px; margin-right: 10px;}

.search-btn-wrap {margin-bottom:30px} 
.search-btn-wrap .btn-wrap.inline {float: right; margin-top: 10px}
.search-btn-wrap .btn-wrap.inline .mint-btn img {vertical-align: middle; margin-right: 5px}
.search-btn-wrap {margin-bottom: 30px;}
.depth4 .input-area {width: calc(100% - 374px); float: left}
.depth4 .input-area input[type="text"].text-input { box-shadow: 3px 3px 0px #dee2e0; height: 46px; border-radius: 5px; font-size:1.3rem; width: 100%}
.depth4 .flex-wrap {width: calc(100% - 374px); display: flex; gap: 10px;}
.depth4 .flex-wrap .select-box {width: 150px;}
.depth4 .flex-wrap .select-box select { border-radius: 5px;}
.depth4 .flex-wrap .input-area {width: calc(100% - 150px);}
.depth4 .flex-wrap .input-area input[type="text"].text-input {box-shadow: none; }

@media(max-width: 1200px) {
	.depth-tit {font-size: 1.7rem; margin-right: 30px; width: 100px;}
	.btn-wrap button {min-width: 100px; font-size: 1.3rem; line-height: 49px; height: 49px}
	.location-wrap {width: calc(100% - 202px)}
	.depth4 .input-area {width:  calc(100% - 224px)}
}


/* 정보란 */
.customized-background-wrap {width: 100%; background-color: #f1f7f5;}
.customized-background-wrap .content-container {width: 1200px;margin: 0 auto; padding: 50px 0;}
.search-result-area > p {color: #7e7e7e; font-size: 1.6rem; padding-bottom: 15px; display: inline-block;}
.search-result-area > p span {font-weight: 600; color: #30b686;}

.check-notice { float: right; position: relative; word-break: keep-all; text-align: right; }
.check-notice .txt { font-size: 1.3rem; color: #d37171; font-weight: 600; display: block; line-height: 1.4; }
.check-notice .txt:not(:last-child) {padding-bottom: 5px;}

.box-wrap {width: 100%; margin: 30px 0; display: flex; flex-wrap: wrap; gap: 30px 20px; }
.box-wrap > .box {width: calc((100% - 60px) / 4); background-color: #FFC6C6;border-top-right-radius: 20px; border-bottom-left-radius: 20px; box-shadow: 6px 6px 0px #d2dbd7; border:1px solid #d2dbd7; cursor: pointer; position: relative;height: 270px; overflow: hidden;}
.box-wrap .box .hover-background {width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; z-index: 50;border-top-right-radius: 20px; border-bottom-left-radius: 20px; color: #fff; text-align: center;opacity: 0; z-index: -1; transition: opacity .3s, z-index .3s}
.box-wrap .box .hover-background .hover-text-wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%;padding: 10px; }
.box-wrap .box:hover .hover-background {opacity: 1; z-index: 50;}
.box-wrap .hover-background h3 {font-size: 1.7rem; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.4)}
.box-wrap .hover-background p {font-size: 1.4rem;line-height: 23px; text-align: left}

.box-top-area {width: 100%; height: 100%; position: absolute;top: 8px; left: 0}
.box-wrap > .box .box-top-area .apply {float: left; }
.box-wrap > .box .box-top-area .apply .item {padding: 5px 8px; background-color: #fff; border: 1px solid #eeb900; border-radius:10px; box-shadow: 2px 2px 0 rgba(0,0,0,0.3); display: none; margin-left: 8px; }
.box-wrap > .box .box-top-area .apply .item:not(:last-child) { margin-bottom: 4px;}
.box-wrap > .box .box-top-area .apply.on .item {display: block}
.box-wrap > .box .box-top-area .apply span {font-size: 1.1rem; color: #eeb900; font-weight: 600; text-align: center;}
.box-wrap > .box .box-top-area .person {display: none; float: right; padding: 5px 8px; background-color: #47d08c; border: 1px solid #43cc88; border-radius: 10px; box-shadow: 2px 2px 0 rgba(0,0,0,0.3); margin-right: 8px;}
.box-wrap > .box .box-top-area .person p {font-size: 1.1rem; color: #fff;}
.box-wrap > .box .box-top-area .person img.person_ico {margin-right: 3px; vertical-align: middle}

.box-wrap > .box .box-tit {width: 100%; position: absolute; bottom: 0; left: 0; background-color: #fff; padding: 15px 15px 20px; border-bottom-left-radius: 15px}
.box-wrap > .box .box-tit p { font-weight: 600; font-size: 1.5rem; color: #30b686; padding-right: 25px;}
.box-wrap > .box .box-tit span.more-btn { position: absolute; top: 12px; right: 15px;}
.box-wrap > .box .box-tit span.more-btn img {vertical-align: middle; width: 19px; height: 19px; opacity: 0.9}
.box-wrap > .box .box-tit .detail-info { padding-top: 15px; }
.box-wrap > .box .box-tit .detail-info .row { position: relative; display: flex; color: #63667D; font-size: 1.3rem; }
.box-wrap > .box .box-tit .detail-info .row:not(:last-child) { padding-bottom: 10px; }
.box-wrap > .box .box-tit .detail-info .row dt { width: 80px; font-weight: 600; }
.box-wrap > .box .box-tit .detail-info .row dt img { height: 13px; width: auto; margin-right: 5px; position: relative; top: 1px; }
.box-wrap > .box .box-tit .detail-info .row dd { font-weight: 500;  letter-spacing: -1px;}


/* 페이징 */
.paging {margin-top: 0}

@media(max-width: 1200px) {
	.customized-background-wrap { padding: 10px }
	.customized-background-wrap .content-container {width: 100%;}
}

@media(max-width: 1024px) {
	.box-wrap > .box {width: calc((100% - 30px) / 2); }
}

@media (max-width: 768px) {

	/* 모바일 검색 UI */
	.search-depth-wrap {position: fixed; top: 0; left: 100%;width: 100%; height: 100%;z-index: 999;background: #fff; overflow-y: auto; padding: 10px;}
	
	/* 모바일 검색 UI 상단 헤더 */
	.search-depth-top {display: block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #6b6b6b; }
	.search-tit {float: left; }
	.search-tit h2 {font-size: 1.8rem; padding-top: 5px; color: #545050}
	.search-depth-wrap .close-btn {float: right;}
	.search-depth-wrap .close-btn span img {opacity: 0.5; width: 26px; height: 26px;}	
	
	/* 모바일 검색 UI 내용 */
	.search-depth-wrap .depth {padding: 10px;}
	.search-depth-wrap .depth-tit {padding-bottom: 20px; float: none; text-align: left; font-size: 1.5rem; width: 100%}
	.search-depth-wrap .location-wrap {width: calc(100% - 72px)}
	.search-depth-wrap .show-all a, div.location-wrap .map-loca a {font-size: 1.3rem}
	.search-depth-wrap .search-btn-wrap .btn-wrap.inline .mint-btn img {width: 13px; height: 13px;}
	.search-depth-wrap .search-btn-wrap .btn-wrap button {min-width: 80px; font-size: 1.3rem; height: 40px; line-height: 39px}
	.depth4 .depth-tit {display: none}
	.depth4 .input-area {width: 100%}
	.depth4 .input-area input[type="text"].text-input {height: 40px}	
	
	/* 모바일 버전 검색조건 표시 */
	.mobile-search-depth-area {display: block; border-bottom: 1px solid #d3dede; padding-bottom: 10px;text-align: center}
	.mobile-search-depth-area h3 {font-size: 1.5rem; padding-bottom: 10px;}
	.mobile-search-depth-area p {display: inline-block; font-size: 1.4rem; padding-bottom: 10px; margin-right: 10px}
	.mobile-search-depth-area .search-info .point {color: #30b686; font-weight: 600; margin-right: 5px}

	/* 상세검색 버튼 */
	.detail-search-wrap {float: right; margin-top: 5px}
	.detail-search-wrap a {display: block; color: #fff; background-color: #1f4183; padding: 7px 10px; font-size: 1.2rem; box-shadow: 3px 3px 0px #dee2e0; border-radius: 7px; position: relative; top: -4px}
	.detail-search-wrap a span img {width: 13px; height: 13px; margin-right: 3px}

	/* 모바일 본문 */
	.body-container .content-background-wrap .content-background {padding: 35px 0 0 0 }
	.customized-background-wrap .content-container {padding: 10px 0}
	.customized-background-wrap {background-color: #fff}	
	.search-result-area p {font-size: 1.4rem}	

	/* 정보란 */
	.check-notice { text-align: left; float: none; padding: 12px; background: #f3efef; }
	.check-notice .txt { font-size: 1.2rem; }
}

@media(max-width: 500px) {
	.box-wrap .box {width: 100%;}	
	.center-box-wrap .center-box h3.center-tit {font-size: 1.4rem}
	.center-box-wrap .center-box p.center-address {font-size: 1.3rem}
	.center-box-wrap .center-box span.center-distance {font-size: 1.2rem}
	input[type=checkbox]:not(old) + label {font-size: 1.3rem}
	.search-depth-wrap .depth-tit {padding-bottom: 15px}
	.search-depth-wrap {padding: 10px;}
	.age-select-wrap .age-select {font-size: 1.3rem}
	.search-detpth-tab {width: 100%;}
	.show-all {display: inline-block}
	.search-depth-wrap .location-wrap {float: none; width: 100%}	
}


@media(max-width:350px) {
	.depth3 .show-all {float: none; margin-right: 0; margin-bottom: 10px;}
}


/* 디테일 페이지 */
.center-detail-info-wrap {width: 100%; margin-bottom: 50px;}
.center-detail-info-wrap .center-detail-pic {width: 375px; margin-right: 50px; float: left; height: 350px; padding: 10px;}
.center-detail-info-wrap .center-detail-info {width: calc(100% - 425px); float: left;}

.center-detail-pic .center-pic-box {width: 100%; height: 100%; border-top-right-radius: 20px; border-bottom-left-radius: 20px;box-shadow: 6px 8px 0px #d2dbd7; border: 1px solid #eff4f2}

.center-detail-info > p {font-size: 2rem; color: #8c8c8c; padding-bottom: 10px}
.center-detail-info .title-wrap {margin-bottom: 10px;}
.center-detail-info .title-wrap h2 {font-size: 2.3rem; float: left; margin-right: 10px; color: #30b686}
.center-detail-info .title-wrap .person {float: left;padding: 6px 8px; border: 1px solid #43cc88; border-radius: 10px; margin-right: 8px; }
.center-detail-info .title-wrap .person p {font-size: 1.2rem; color: #43cc88; font-weight: 600; padding-bottom: 0;}
.center-detail-info .title-wrap .person img.person_ico {margin-right: 3px; vertical-align: middle; width: 14px; height: auto; }
.center-detail-info table.normal-table tr td.link-td {text-decoration: underline}
.center-detail-info table.normal-table tr td .link {vertical-align: middle; margin-right: 5px}
.center-detail-info .app-btn button { height: 45px; line-height: unset; font-size: 1.5rem; background: #43cc88; min-width: 160px; }
.center-detail-info .check-notice { float: none; text-align: left; margin-top: 20px; }

@media(max-width: 1024px) {
	.body-container .content-background-wrap .content-background {padding: 35px 0 0 0}
	.center-detail-info-wrap .center-detail-pic {float: none; margin: 0 auto 20px;}
	.center-detail-info-wrap .center-detail-info {float: none; width: 100%}
 }

@media(max-width: 700px) {
	.center-detail-info p {font-size: 1.7rem}
	.center-detail-info .title-wrap h2 {font-size: 1.9rem}
	table.normal-table tr th {font-size: 1.3rem}
	.center-detail-info .title-wrap .person {position: relative; top: -5px}
}

@media(max-width: 550px) {
	.center-detail-info-wrap .center-detail-pic {width: 100%}
	.center-detail-info .title-wrap h2 {float: none}
	.center-detail-info .title-wrap .person {position: static; margin-top: 5px}
	.center-detail-info .app-btn,
	.center-detail-info .app-btn > .btn-left { width: 100%; }
	.center-detail-info .app-btn button { width: 48%; min-width: unset; font-size: 1.4rem; height: 40px;}
}


.center-detail-info-background {background-color: #f1f7f5; padding: 50px 10px}
.center-detail-info-background .content-container {width: 1200px; margin: 0 auto}

.more-info {margin-bottom: 50px;}
.more-info h3 {font-size: 2rem; color: #30b686;padding-bottom: 10px;}
.more-info p {font-size: 1.6rem; color: #555; padding: 5px 0 15px; font-weight: 600}
.more-info > ul.center-pic li {float: left; width: 32%; margin-right:1%; margin-bottom:10px;}
.more-info > ul.center-pic li .img-box {position: relative; width: 100%; height: 0; padding-bottom: 56.26%; overflow: hidden; text-align: center; border-radius: 10px}
.more-info > ul.center-pic li .img-box img {max-width: 100%; max-height: 100%; 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%); width: 100%}
.more-info table.normal-table tbody tr td a {color: #30b686; display: inline-block; text-decoration: underline;transition: opacity .2s ease;}
.more-info table.normal-table tbody tr td a:hover {opacity: 0.8}
.more-info .more-info-th{padding: 7px 0; line-height: 1.5; word-break: keep-all;width:200px;}

@media(max-width: 1200px) {
	.center-detail-info-background .content-container {width: 100%}
}

@media (max-width: 880px) {
	.more-info > ul.center-pic li {width: 49%; margin-right: 2%; margin-bottom: 2%}
	.more-info > ul.center-pic li:nth-child(2),.more-info > ul.center-pic li:nth-child(4) {margin-right: 0}
	.more-info .table-wrap table.normal-table tr th {width: 90px}
}

@media (max-width: 700px) {
	.more-info h3 {font-size: 1.7rem}
	.more-info p {font-size: 1.4rem}
}

/* 맵  */
.more-info-map {width: 100%; height: 450px;}
.map-area {width: 100%; height: 100%; position: relative;background: url(../../../img/main/map.png) no-repeat center 100%; background-size: cover; width: 100%; height: 100%;border-radius: 20px; overflow:hidden }
.map-area .map-pin-wrap.short {top: 43%; left: 37%}

/* 기관태그  */
.more-info ul.tag-wrap li {float: left; margin-right: 10px; margin-bottom: 10px; background-color: #fff; padding:8px 15px; font-size:1.4rem; border-radius:20px;}

@media(max-width: 700px) {
	.more-info ul.tag-wrap li {font-size: 1.3rem}
}

@media(max-width: 500px) {
	.more-info-map {height: 350px;}
}

.center-detail-info-wrap .btn-right-wrap .btn-wrap {float: right;}
.center-detail-info-wrap .btn-right-wrap .btn-wrap button {height:40px;line-height:38px}
.center-detail-info-background .btn-right-wrap .btn-wrap {float: right;}

/* notice table  */
table.notice-table {width: 100%; table-layout: fixed; margin-bottom: 30px;}
table.notice-table tbody tr {border-bottom: 1px solid #e5e5e5}
table.notice-table tbody tr:hover {background-color: #f7f7f7}
table.notice-table tr th {color: #fff; background-color: #30b686; font-size: 1.5rem; padding: 15px 20px;}
table.notice-table tr th:first-child {border-top-left-radius: 20px}
table.notice-table tr th:last-child {border-top-right-radius: 20px;}
table.notice-table tr td {color: #7e7e7e; font-size: 1.5rem;padding: 10px 0; background:#fff;}
table.notice-table .th-num {width: 87px}
table.notice-table .th-category {width: 170px}
table.notice-table .th-title {width: calc(100% - 502px)}
table.notice-table .th-writer {width: 190px;}
table.notice-table .th-date {width: 140px;}
table.notice-table .th-view {width: 85px;}
span.pin {color: #fff; background-color: #b3df7d; font-size: 1.2rem; padding: 4px 10px; border-radius: 8px}
table.notice-table .td-title {padding: 15px 10px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; dispaly:block }
div.mo-notice-box {display: none}

@media(max-width: 1024px) {
	table.notice-table .th-num {width: 75px}
	table.notice-table .th-category {width: 110px}
	table.notice-table .th-title {width: calc(100% - 525px)}
	table.notice-table .th-writer {width: 170px;}
	table.notice-table .th-date {width: 180px;}
	table.notice-table .th-view {width: 100px;}
	table.notice-table tr th {font-size: 1.5rem}
	table.notice-table tr td {font-size: 1.4rem}
}

@media (max-width: 768px) {
	.notice-box {display: none}
	div.mo-notice-box {display: block; border-top: 1px solid #e5e5e5; margin-bottom: 20px}
	div.mo-notice {border-bottom: 1px solid #e5e5e5; padding: 15px 10px; background: #fff;}
	div.mo-notice .td-title {width: 100%;padding-bottom: 10px; font-size: 1.5rem;text-overflow: ellipsis; overflow:hidden; white-space: nowrap; dispaly:block}
	div.mo-notice .td-writer, div.mo-notice .td-date, div.mo-notice .td-view .td-category {float: left; margin-right: 10px; font-size: 1.4rem; color: #C3C3C3; position: relative}
	div.mo-notice > div::after {content: ''; position: absolute; top: 2px; left: -5px; width: 1px; height: 12px; background-color: #d2d2d2;}
	div.mo-notice > div.td-writer::after {background: none}
	span.pin {font-size: 1.1rem; padding: 3px 8px; border-radius: 3px; margin-right: 5px}
}

@media(max-width: 500px) {
	div.mo-notice .td-title {font-size: 1.4rem}
	div.mo-notice .td-writer, div.mo-notice .td-date, div.mo-notice .td-view .td-category {font-size: 1.3rem}
}

.more-info .tit-wrap { position:relative; }
.more-info .tit-wrap .pagination { position:absolute; top: -5px; right:0;}
.more-info .tit-wrap .pagination .num { display: inline-block; font-weight: 600; margin-right:10px;}
.more-info .tit-wrap .pagination .page-arrow { display: inline-block; }
.more-info .tit-wrap .pagination .page-arrow button.arr { border:0; background:none; outline:0; display:inline-block; height:30px; width:30px; text-align:center; margin:0 2px; background:#fff; border:1px solid #ddd; border-radius:50px;}
.more-info .tit-wrap .pagination .page-arrow button.arr:hover { border-color:#b5b5b5;}
.more-info .tit-wrap .pagination .page-arrow button.arr img { margin-top: 2px; margin-right:3px;}
.more-info .tit-wrap .pagination .page-arrow button.arr.rotate img { transform:rotate(180deg); margin-left:5px; margin-right:0;}

