﻿@charset "utf-8";

/*-----------------------------------------------------------
Author :GH, Park
Creative date :2021. 08. 20
-----------------------------------------------------------*/

.contents{overflow:hidden; position:relative; z-index:2; width:100%; }

.con_wrap{position:relative; max-width:1400px; margin:auto; }
.con_wrap:after{content:""; display:block; clear:both; }

.conBox01{position:relative; }
.conBox02{position:relative; padding:3rem 0 3.5rem; }
.conBox03{position:relative; padding:3rem 0 6.5rem; background:#f7f7f7; }
.conBox03:before{position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:100%; height:100%; background:url('/images/web/sobaeksancamping/main/gallery_bg.png')no-repeat center/cover; content:""; }

/* 메인 비주얼 */
.T0002_1{position:relative; overflow:hidden; }

/* 바로가기01 */
.T0002_2{position:absolute; width:1100px; left:50%; bottom:2.5rem; -webkit-transform:translateX(-50%); transform:translateX(-50%); }

/* 공지사항 */
.T0002_3{position:relative; float:left; width:40%; height:17rem; }

/* 주요일정 */
.T0002_4{position:relative; float:left; width:33.929%; padding-left:3.75rem; }

/* 바로가기02 */
.T0002_5{position:relative; float:left; width:26.071%; padding-left:3.75rem; }

/* 사진갤러리 */
.T0002_6{position:relative; }

/* RESPONSIVE */
@media (max-width:1500px) {
	.con_wrap{max-width:96%; width:96%; }
	
	/* 바로가기01 */
	.T0002_2{width:100%; }
	
	/* 주요일정 */
	.T0002_4{padding-left:2rem; }
	
	/* 바로가기02 */
	.T0002_5{padding-left:2rem; }
}
@media (max-width:1400px) {
	/* 지도 */
}
@media (max-width:1280px) {
	/* 바로가기01 */
	.T0002_2{position:relative; left:auto; bottom:auto; margin-top:2rem; -webkit-transform:translateX(0); transform:translateX(0); }
	
	/* 공지사항 */
	.T0002_3{width:60%; }

	/* 주요일정 */
	.T0002_4{width:40%; padding-left:1.5rem; }
	
	/* 바로가기02 */
	.T0002_5{width:100%; margin-top:2.5rem; padding-left:0; }
}
@media (max-width:1024px) {
	/* 공지사항 */
	.T0002_3{width:100%; }

	/* 주요일정 */
	.T0002_4{width:100%; margin-top:2.5rem; padding-left:0; }
}
@media (max-width:768px) {
	.conBox02{padding:2rem 0; }
}
@media (max-width:570px) {
	/* 바로가기01 */
	.T0002_2{height:auto; }
}
@media (max-width:480px) {
	/* 공지사항 */
	.T0002_3{height:16.5rem; }
}