/******************* 공통 *******************/
.sub-section-in {
	width: 1400px;
	margin: auto;
	padding: 120px 0;
}
/******************* 공통 *******************/


/******************* about-1 *******************/
#about-01 .sub-top {
	background: url("../img/sub/subtop_01.png") no-repeat center / cover;
}
#about-01.top .sub-txt {
	width: 80%;
	margin: 36px auto;
	opacity: 0.8;
}
#about-01.top .map-wrap {
	position: relative;
	width: 660px;
	margin: auto;
	padding: 0 50px;
}
#about-01.top .map-wrap span {
	position: absolute;
}
#about-01.top .map-wrap span.one {
	top: 15px;
	left: 55%;
	transform: translateX(-50%);
	opacity: 0;
}
#about-01.top .map-wrap span.one.on {
	animation: fade 1s 0.4s forwards;	
}
#about-01.top .map-wrap span.two {
	top: 40px;
	left: 0;
	opacity: 0;
}
#about-01.top .map-wrap span.two.on {
	animation: fade 1s 0.4s forwards;	
}
#about-01.top .map-wrap span.three {
	left: 50px;
	bottom: 120px;
	opacity: 0;
}
#about-01.top .map-wrap span.three.on {
	animation: fade 1s 0.6s forwards;	
}
#about-01.top .map-wrap span.four {
	left: 260px;
	bottom: 50px;
	opacity: 0;
}
#about-01.top .map-wrap span.four.on {
	animation: fade 1s 0.8s forwards;	
}
#about-01.top .map-wrap span.five {
	right: 20px;
	bottom: 120px;
	opacity: 0;
}
#about-01.top .map-wrap span.five.on {
	animation: fade 1s 1s forwards;	
}
#about-01.top .map-wrap span.six {
	right: 0px;
	top: 96px;
	opacity: 0;
}
#about-01.top .map-wrap span.six.on {
	animation: fade 1s 1.2s forwards;	
}

#about-01.middle {
	width: 95%;
	margin: auto;
	background: #faf8f4;
	border-radius: 30px;
}
#about-01.middle .sub-section-in {
	width: 100%;
}
#about-01.middle .sub-txt {
	width: 60%;
	margin: auto;
	opacity: 1;
}
#about-01.middle .sub-txt:first-child {
	font-weight: 900;
}
#about-01.middle .sub-txt:last-child {
	font-weight: 900;
}
#about-01.middle .img-wrap {
	display: flex;
	width: 80%;
	margin: 54px auto 0;
}
#about-01.middle .img-wrap li {
	width: 33.33%;
	margin: 0 13px;
	padding-top: 20%;
	border-radius: 30px;
}
#about-01.middle .img-wrap li:first-child {
	background: url("../img/sub/sub01-01.png") no-repeat center / cover;
}
#about-01.middle .img-wrap li:nth-child(2) {
	background: url("../img/sub/sub01-02.png") no-repeat center / cover;
}
#about-01.middle .img-wrap li:last-child {
	background: url("../img/sub/sub01-03.png") no-repeat center / cover;
}

.logo-list {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 1200px;
	margin: 30px auto 0;
}
.logo-list li {
	padding: 0 20px;
}

#about-01.bottom .sub-txt {
	width: 80%;
	margin: auto;
	opacity: 1;
}
#about-01.bottom .sub-txt span {
	display: inline-block;
	padding: 0 5px;
	background: #05a1f2;
	color: #fff;
	font-weight: 900;
}
#about-01.bottom .sub-txt strong {
	color: #05a1f2;
}
/******************* about-1 *******************/


/******************* about-2 *******************/
#about-02 .sub-tit {
	margin-bottom: 50px;
}
.facility-wrap {
	margin-bottom: 80px;
}
.facility-wrap strong {
	display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #05a1f2;
}
.facility-wrap strong small {
	display: block;
	padding-left: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #5b5a59;
}
.facility-wrap li {
	float: left;
	margin: 0 15px 15px 0;
	width: calc(33.33% - 10px);
	overflow: hidden;
}
.facility-wrap li:last-child, .facility-wrap li:nth-child(3n) {
	margin-right: 0;
}
.facility-wrap li div {
	width: 100%;
	padding-top: 60%;
	border-radius: 20px;
	background: #f9ff9f;
}
.facility-wrap li span {
	display: block;
	margin: 10px 0 30px;
	font-size: 18px;
	text-align: center;
}
.facility-wrap ul:after {
	content: "";
	display: block;
	clear: both;
}
/******************* about-2 *******************/


/******************* about-3 *******************/
#about-03 .sub-section-in > .map {
	width: 90%;
	margin: auto;
}
#about-03 .root_daum_roughmap {
	width: 100%;
}
#about-03 .root_daum_roughmap .wrap_map {
	height: 500px;
}
.root_daum_roughmap .wrap_btn_zoom {
	z-index: 1;
}

#about-03 .map-list {
	width: 80%;
	margin: 54px auto 0;
}
#about-03 .map-list li {
	display: flex;
    align-items: center;
	padding: 15px 0;
	font-size: 26px;
	border-bottom: 1px dotted #ddd;
}
#about-03 .map-list li:last-child {
	border-bottom: 0;
}
#about-03 .map-list li strong {
	display: inline-block;
	width: 100px;
	margin-right: 20px;
}
#about-03 .map-list .icon-wrap {
	display: inline-block;
	margin-right: 14px;
	width: 50px;
	height: 50px;	
	border-radius: 100%;
	background: #eaf8ff;
	text-align: center;
}
#about-03 .map-list .icon-wrap img {
	padding-top: 6px;
}
#about-03 .map-list .left {
	display: flex;
    align-items: center;
	float: left;
}
#about-03 .map-list li:after {
	content: "";
	display: block;
	clear: both;
}
/******************* about-3 *******************/


/******************* about-4 *******************/
#about-04 .destination-list {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
#about-04 .destination-list > li {
	width: calc(33.33% - 24px);
	margin-bottom: 30px;
}
#about-04 .destination-list > li:nth-child(2), #about-04 .destination-list > li:nth-child(5) {
	margin: 0 12px;
}
#about-04 .destination-list li .img-wrap {
	padding-top:70%;
	background: url("../img/sub/about04-01.jpg") no-repeat center / cover;
	border-radius: 30px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
}
#about-04 .destination-list li:nth-child(2) .img-wrap {
	background: url("../img/sub/about04-02.jpg") no-repeat center / cover;
}
#about-04 .destination-list li:nth-child(3) .img-wrap {
	background: url("../img/sub/about04-03.jpg") no-repeat center / cover;
}
#about-04 .destination-list li:nth-child(4) .img-wrap {
	background: url("../img/sub/about04-04.jpg") no-repeat center / cover;
}
#about-04 .destination-list li:nth-child(5) .img-wrap {
	background: url("../img/sub/about04-05.jpg") no-repeat center / cover;
}
#about-04 .destination-list li:nth-child(6) .img-wrap {
	background: url("../img/sub/about04-06.jpg") no-repeat center / cover;
}
#about-04 .destination-list li > strong {
	display: block;
	padding: 20px 20px 0px;
	font-size: 26px;
	font-weight: 900;
}
#about-04 .destination-list ul li {
	display: flex;
    align-items: center;
	padding: 15px 20px;
	font-size: 18px;
	opacity: 0.8;
}
#about-04 .destination-list ul li:first-child {
	border-bottom: 1px dotted #ddd;
}
#about-04 .destination-list li ul strong {
	display: inline-block;
	margin-left: 10px;
	width: 70px;
}
#about-04 .destination-list li ul a {
	display: block;
	width: 114px;
	margin: auto;
	padding: 6px 0;
	font-size: 15px;
	text-align: center;
	color: #686868;
	background: #ebebeb;
	border-radius: 50px;
}
#about-04 .destination-list .left {
	display: flex;
    align-items: center;
	float: left;
}
#about-04 .destination-list li:after {
	content: "";
	display: block;
	clear: both;
}
#about-04 .go-link {
	display: block;
	width: 170px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #05a1f2;
}
#about-04 a.goBtn {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 40px auto 0;
}
#about-04 a.goBtn > span {
	font-size: 18px;
	font-weight: normal;
	color: #0c0c0c;
}
#about-04 a.goBtn > img {
	margin-left: 15px;
	transform: rotate(0);
	transition: all 0.4s ease-in-out; 
}
#about-04 a.goBtn:hover img {
	transform: rotate(405deg);
}
#about-04 a.goBtn:hover span {
	font-weight: 700;
	color: #05a1f2;
}
#about-04 .small-txt {
    display: block;
	width: 90%;
    margin: 0 0 100px  10%;
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
	opacity: 0.6;
	word-break: keep-all;
}
/******************* about-4 *******************/


@media all and (max-width:1551px){
	.sub-section-in, #about-01.middle .sub-txt {width: 80%;}
}

@media all and (max-width:1281px){
	.sub-section-in, #about-01.top .sub-txt, #about-01.middle .sub-txt, #about-01.bottom .sub-txt {width: 90%;}
}

@media all and (max-width:1201px){
	.sub-section-in {padding: 100px 0;}

	.sub-tit {font-size: 30px;}
	.sub-txt, #about-03 .map-list li {font-size: 22px;}

	#about-01.middle .img-wrap {width: 90%;}

	#about-02 .sub-tit {margin-bottom: 25px;}
	.facility-wrap strong {font-size: 20px;}

	.logo-list {width: 80%;}

	#about-03 .map-list .icon-wrap {width: 44px; height: 44px;}
	#about-03 .map-list .icon-wrap img {width: 20px;}
	#about-03 .map-list  li:last-child .icon-wrap img {width: 26px;}

	#about-04 .destination-list > li {width: calc(50% - 16px);}
	#about-04 .destination-list > li:nth-child(2), #about-04 .destination-list > li:nth-child(5) {margin: 0;}
	#about-04 .destination-list > li:nth-child(odd) {margin-right: 8px;}
	#about-04 .destination-list > li:nth-child(even) {margin-left: 8px}
	#about-04 .destination-list li > strong {font-size: 22px;}
	#about-04 .destination-list ul li {font-size: 16px;}
	#about-04 .destination-list li ul strong {width: 60px;}
}

@media all and (max-width:1025px){
	.sub-section-in {padding: 80px 0;}
	#about-01.top .sub-txt {margin-top: 30px;}

	.facility-wrap {margin-bottom: 40px;}
	.facility-wrap li {width: calc(50% - 10px);}
	.facility-wrap li:nth-child(2n) {margin-right: 0;}
	.facility-wrap li:nth-child(3n) {margin-right: 15px;}

	#about-03 .map-list {width: 90%;}
}

@media all and (max-width:877px){
	.sub-tit {font-size: 26px;}
	.sub-txt, #about-03 .map-list li {font-size: 18px;}

	#about-01.top .sub-txt {margin-top: 20px;}
	#about-01.middle .img-wrap li {margin: 0 10px; padding-top: 22%;}

	#about-01.top .map-wrap {width:90%; padding: 0 30px;}
	#about-01.top .map-wrap span.one {top: 5px; left: 55%; transform: translateX(-50%);}
	#about-01.top .map-wrap span.one img {width: 54px;}
	#about-01.top .map-wrap span.two {top: 6%; left: 0;}
	#about-01.top .map-wrap span.two img {width: 40px;}
	#about-01.top .map-wrap span.three {left: 10%; bottom: 15%;}
	#about-01.top .map-wrap span.three img {width: 72px;}
	#about-01.top .map-wrap span.four {left: 45%; bottom: 5%; transform: translateX(-50%);}
	#about-01.top .map-wrap span.four img {width: 40px;}
	#about-01.top .map-wrap span.five {right: 3%; bottom: 30%;}
	#about-01.top .map-wrap span.five img {width: 44px;}
	#about-01.top .map-wrap span.six {right: 0px; top: 20%;}
	#about-01.top .map-wrap span.six img {width: 44px;}

	.logo-list li {padding: 0 10px;}
	.logo-list img {width: 90%;}

	.facility-wrap strong {font-size: 18px;}
	.facility-wrap li span {font-size: 16px;}

	#about-03 .root_daum_roughmap .wrap_map {height: 400px;}
	#about-03 .map-list li strong {width: 80px;}
	#about-03 .map-list .icon-wrap img {padding-top: 11px;}
}

@media all and (max-width:641px){
	#about-01.middle, #about-01.middle .img-wrap li {border-radius: 20px;}

	.sub-tit {font-size: 22px;}
	.sub-txt, #about-03 .map-list li {font-size: 16px;}

	#about-01.top .sub-txt, #about-01.bottom .sub-txt {width: 100%;}

	#about-01.top .sub-txt {margin-top: 15px;}

	#about-01.middle .sub-txt {width: 95%;}
	#about-01.middle .img-wrap {flex-direction: column; margin-top: 34px;}
	#about-01.middle .img-wrap li {width: 100%; padding-top: 50%;}
	#about-01.middle .img-wrap li:nth-child(2) {margin: 10px;}

	.logo-list {width: 86%; flex-wrap: wrap; margin-bottom: 10px;}
	.logo-list li {width: 33.33%; padding: 0 10px; margin-bottom: 30px; text-align: center;}
	.logo-list li:first-child, .logo-list li:nth-child(4) {padding-left: 0;}
	.logo-list li:nth-child(3), .logo-list li:nth-child(5) {padding-right: 0;}
	.logo-list img {width: 64%;}

	.facility-wrap {margin-bottom: 20px;}
	.facility-wrap li {width: 100%;}
	.facility-wrap li:nth-child(3n) {margin-right: 0;}
	.facility-wrap li span {margin-bottom: 20px; font-size: 16px;}
	.facility-wrap strong small {font-size: 14px;}

	#about-03 .sub-section-in > .map {width: 100%;}
	#about-03 .root_daum_roughmap .wrap_map {height: 320px;}
	#about-03 .map-list {margin-top: 34px;}
	#about-03 .map-list li strong {margin-right: 0;}

	#about-04 .destination-list > li:nth-child(odd), #about-04 .destination-list > li:nth-child(even) {margin: 0 0 60px;}
	#about-04 .destination-list > li {width: 100%;}
	#about-04 .destination-list li .img-wrap {border-radius: 20px;}
	#about-04 .destination-list li > strong {font-size: 20px;}
	#about-04 .small-txt {width: 95%; margin: 0 0 100px 5%;}
	#about-04 a.goBtn > span {font-size: 16px;}
}

@media all and (max-width:481px){
	#about-01.middle, #about-01.middle .img-wrap li {border-radius: 15px;}
	.sub-tit {font-size: 20px;}
	.sub-txt, #about-03 .map-list li {font-size: 15px;}

	#about-01.top .map-wrap {padding: 0;}
	#about-01.top .map-wrap span.one {top: -10px;}
	#about-01.top .map-wrap span.one img {width: 48px;}
	#about-01.top .map-wrap span.two {top: 0; left: -6px;}
	#about-01.top .map-wrap span.two img {width: 32px;}
	#about-01.top .map-wrap span.three {left: 4%; bottom: 17%;}
	#about-01.top .map-wrap span.three img {width: 60px;}
	#about-01.top .map-wrap span.four {left: 45%; bottom: 5%; transform: translateX(-50%);}
	#about-01.top .map-wrap span.four img {width: 34px;}
	#about-01.top .map-wrap span.five {right: -6px; bottom: 28%;}
	#about-01.top .map-wrap span.five img {width: 38px;}
	#about-01.top .map-wrap span.six {right: -22px; top: 20%;}
	#about-01.top .map-wrap span.six img {width: 32px;}

	#about-01.middle .img-wrap {margin-top: 24px;}

	.logo-list img {width: 90%;}

	.facility-wrap li span {font-size: 15px;}

	#about-03 .map-list li {display: block;}
	#about-03 .map-list .left {float: none; margin-bottom: 5px;}

	#about-04 .destination-list ul li {font-size: 15px;}
	#about-04 .destination-list > li:nth-child(odd), #about-04 .destination-list > li:nth-child(even) {margin: 0 0 40px;}
	#about-04 .destination-list li .img-wrap {border-radius: 15px; padding-top: 55%;}
	#about-04 a.goBtn {margin-top: 10px;}
	#about-04 .small-txt {width: 98%;}
}