/* **************************************** *
 * 타이틀 스타일
 * **************************************** */



.swrap {
	width: 100%;
	position: relative;
	bordeR: 0px solid red;
}
.stitle {
	width: 100%;
	text-align: center;
	padding: 4rem 0% 2rem;
	font-size: 45px;
	line-height: 40px;
	font-weight: 600;
}
.stitle_1 {
	width: 100%;
	text-align: center;
	padding: 0 5%;
	padding-bottom: 75px;
	font-size: 45px;
	line-height: 1.5;
	font-weight: 600;
}
.scon {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
	bordeR: 0px solid red;
	overflow: hidden;
	padding-bottom: 4rem
}
.cetner {
	text-align: Center;
}
 @media all and (max-width:1024px) {
.scon {
	padding: 0px 10px;
	box-sizing: border-box;
}
.stitle {
	padding: 35px 0px;
	font-size: 35px;
}
.stitle_1 {
	padding-bottom: 50px;
	font-size: 35px;
	margin-top: 30px
}
}
 @media all and (max-width:600px) {
.stitle {
	padding: 0 0 15px;
	font-size: 28px;
}
.stitle_1 {
	padding-bottom: 35px;
	font-size: 24px;
	margin-top: 25px
}
}
.greeting {
	width: 100%;
	margin: 0 auto; overflow:hidden;
	bordeR: 0px solid red;
	background: url(/images/sub/intro/greetingbg01.png) no-repeat/*, linear-gradient(to bottom, #ffffff 0%, #fbecec 5%, #b14c4c 25%, #600909 45%, #000 100%)*/;
	background-position: right bottom;
	position: relative;
	padding-bottom: 80px;
}
.greetingimg {
	width: 1300px; overflow:hidden;
	margin: 0 auto; min-height:1200px;
	position: relative;
}
.greetingimg img {
	border-top-left-radius: 25px;
}
.greetingtext {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 100%;
	padding: 0 60px 60px;
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 2rem;
}
.greetingtext p {
	font-weight: 500;
	line-height: 1.3;
	text-align: right;
	text-align: left;
	width: 70%;
	float: right
}
.greetingtext span {
	font-size: 1.2rem;
	color: #5e0505;
	margin-top: 50px;
	text-align: right;
	line-height: 1.3 !important
}
.greetingcon {
	width: 80%;
	position: relative;
	margin-top: 45px;
	padding-left: 1%;
}
.greetingcon p {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.3;
}
.greetingcon p span {
	font-size: 1.7rem;
	font-weight: 600;
	color: var(--main-red);
}
.greetingcon span {
	font-size: 22px;
	line-height: 42px;
	float: righ
}
.txt_con {
	width: 70%;
	text-align: justify !important;
	font-size: 1.1rem !important;
	line-height: 1.5 !important;
	font-weight: 200 !important;
	float: right;
	margin-top: 2rem;
}
.greetingtext p strong {
	font-size: 1.9rem;
	line-height: 1.8;
	color: #5e0505;
    font-family: 'jejumyeongjo';
	letter-spacing:-1px
}
.pcnone {
	display: none;
}
 @media all and (max-width:1299px) {
.greeting {
	width: 100%;
}
}
 @media all and (max-width:1024px) {
.greeting {
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	height: auto !important;
}
.greetingimg {
	display: flex;
	flex-direction: column;
	width: 100%
}
.greetingtext {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	padding: 0 30px 30px !important;
	box-sizing: border-box;
	z-index: 1;
}
.greetingtext p, .greetingtext .txt_con {
	width: 100% !important;
	float: none !important;
	text-align: center !important;
	font-size: 1rem !important
}
.greetingimg img {
	width: 60%;
	margin: 0 auto;
	height: auto;
	display: block;
	margin-top: 30px;
	order: 2; /* 보장용 – 아래에 위치 */
}
.greetingtext span {
	font-size: 20px;
	margin-top: 30px;
}
.greetingcon {
	width: 100%;
	position: relative;
	margin-top: 25px;
	padding-left: 0%;
}
.greetingcon p {
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
}
.greetingcon p span {
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	color: var(--main-red);
}
.greetingcon span {
	font-size: 17px;
	line-height: 30px;
}
.mobilenone {
	display: none;
}
.greetingtext p strong {
	line-height: 1.3 !important;
	font-size: 1.7rem !important;
}
.pcnone {
	display: block
}
}
/* **************************************** *
 * 교육과정
 * **************************************** */
 
.edu_p {
	width: 100%;
	margin: 0 auto;
	background: url(/images/sub/intro/greetingbg01.png) no-repeat,  /*, linear-gradient(to bottom, #ffffff 0%, #fbecec 5%, #b14c4c 25%, #600909 45%, #000 100%)*/;
	background-position: right bottom;
	position: relative;
	height: 100%;
}
.section {
	margin: 0 auto;
	position: relative;
}
/* 원형 플로우 */
.goal-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.goal-flow .circle {
	width: 200px;
	height: 200px;
	color: var(--main-red);
	font-size: 1.1rem;
	font-weight: 500;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 1rem;    
	background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 18px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;
	font-weight: bold;
	line-height:1.3
}
.goal-flow .circle:hover {
}
.goal-flow .arrow {
	font-size: 2rem;
	color: var(--main-red);
	opacity: 0.7;
}
/* 교육목표 방사형 구조 */
.goal-circle {
	position: relative;
	width: 50%;
	height: 500px;
	margin: 8rem auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeInCenter 1s ease forwards;
	opacity: 0;
}
.goal-circle::before {
	content: "교육목표";
	position: absolute;
	width: 180px;
	height: 180px;
	background: var(--main-red);
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	font-size: 1.2rem;
	box-shadow: 0 0 0 20px #fff1f1, 0 0 0 40px #fff6f6, 0 0 0 60px #fff;
}
.goal-circle div {
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	padding: 1rem;
	text-align: center;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	align-items: center;     /* 좌우 중앙 정렬 */
	justify-content: center; /* 상하 중앙 정렬 */
	transition: transform 0.4s ease;
	opacity: 0;
	animation: fadeInCircle 0.6s ease forwards;
	gap: 0.1rem; /* 요소 간 적당한 간격 */

	    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 18px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;

}
.goal-circle div strong {
	color: var(--main-red);
	font-size: 1.8rem !important;
	font-weight: bold !important;
	line-height: 1;
	margin-bottom: 0.2rem;
}
.goal-circle div span {
	font-weight: bold !important;
	font-size: 0.9rem;
}
.goal-circle div:hover {
	transform: scale(1.05);
}
.goal-circle div:nth-child(1) {
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-delay: 1s;
}
.goal-circle div:nth-child(2) {
	top: 25%;
	left: 90%;
	transform: translate(-50%, -50%);
	animation-delay: 1.4s;
}
.goal-circle div:nth-child(3) {
	top: 75%;
	left: 90%;
	transform: translate(-50%, -50%);
	animation-delay: 1.8s;
}
.goal-circle div:nth-child(4) {
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-delay: 2.2s;
}
.goal-circle div:nth-child(5) {
	top: 75%;
	left: 10%;
	transform: translate(-50%, -50%);
	animation-delay: 2.6s;
}
.goal-circle div:nth-child(6) {
	top: 25%;
	left: 10%;
	transform: translate(-50%, -50%);
	animation-delay: 3s;
}
 @keyframes fadeInCircle {
 from {
 opacity: 0;
 transform: scale(0.8) translate(-50%, -50%);
}
to {
	opacity: 1;
	transform: scale(1) translate(-50%, -50%);
}
}
 @keyframes fadeInCenter {
 from {
 opacity: 0;
 transform: scale(0.8);
}
to {
	opacity: 1;
	transform: scale(1);
}
}/* 공통 행 정렬: 왼쪽 원 + 오른쪽 박스들 */
.comparison-row {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
/* 원형 라벨 */
.circle-label {
	width: 130px;
	height: 130px;
	min-width: 130px;
	min-height: 130px;
	background-color: #ffffff;
	border: 4px solid #004aad;
	border-radius: 50%;
	font-weight: bold;
	color: #004aad;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
	font-size: 0.95rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.circle-label span {
	display: block;
	color: #0072ff;
	font-weight: 500;
	font-size: 0.9rem;
}
/* 공통 행: 왼쪽 원형 + 오른쪽 박스 */
.comparison-row {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
/* 왼쪽 원형 라벨 */
.circle-label {
	width: 130px;
	height: 130px;
	min-width: 130px;
	min-height: 130px;
	background-color: #fff;
	border: 4px solid #004aad;
	border-radius: 50%;
	font-weight: bold;
	color: #004aad;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
	font-size: 0.95rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.circle-label span {
	display: block;
	color: #0072ff;
	font-weight: 500;
	font-size: 0.9rem;
}
/* 오른쪽 박스 전체 컨테이너 */
.comparison-table {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: stretch; /* 높이 맞춤 핵심 */
	gap: 1rem;
	flex-wrap: wrap;
}
/* 모든 박스 스타일 공통 */
.box {
	flex: 1 1 30%;
	min-width: 200px;
	padding: 1.2rem;
	border-radius: 15px;
	font-size: 0.95rem;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	background: #f8f8f8;
	border: 2px solid transparent;
	box-sizing: border-box;
}
/* 상단 제목 박스 (경북대용) */
.green, .blue, .purple {
	font-weight: bold;
}
/* 치대 목표 내용 박스 (좌측 점선 + 왼쪽 정렬) */
.content {
	text-align: left;
	background: #fff;
}
.content::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 16px;
	border-left: 2px dotted #aaa;
}
/* 색상 테마 */
.green {
	border-color: #87d68d;
}
.blue {
	border-color: #66b2ff;
}
.purple {
	border-color: #b48be0;
}
 @media (max-width: 768px) {
.comparison-row {
	flex-direction: column;
	align-items: center;
}

.goal-flow .arrow {transform:rotate(90deg) !important; transform-origin: center;}


.comparison-table {
	flex-direction: column;
	align-items: stretch;
}
.box {
	width: 100%;
}
.circle-label {
	margin-bottom: 1rem;
}
}
ul {
	list-style: none;
	padding: 0;
}
    /*ul li::before {
      content: '\2022';
      color: var(--main-red);
      font-weight: bold;
      display: inline-block; 
      width: 1em;
      margin-left: -1em;
    }*/
    @media (max-width: 768px) {
.goal-flow, .comparison-table, .core-table {
	flex-direction: column;
}
.goal-flow .circle {
	width: 140px;
	height: 140px;
	font-size: 0.95rem;
}
.goal-circle {
	width: 100%;
	height: auto;
	flex-direction: column;
}
.goal-circle::before {
	position: static;
	margin: 0 auto 1rem;
	animation: none;
	opacity: 1;
}
.goal-circle div {
	position: static !important;
	transform: none !important;
	margin: 0.5rem auto;
	animation: fadeInCircleMobile 0.6s ease forwards;
	opacity: 0;
}
 @keyframes fadeInCircleMobile {
 from {
 opacity: 0;
 transform: translateY(20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
}
.purpose {
	margin-top: 75px;
	width: 100%;
	position: relative;
	text-align: left;
}
.purpose ul {
	width: 100%;
	margin-top: 7%;
}
.purpose ul li {
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 33px;
	width: 33%;
	border-right: 1px solid #cccccc;
	padding: 0px 55px;
	box-sizing: border-box;
}
.purpose ul li:last-child {
	border-right: 0px solid #999;
}
.purposett {
	font-size: 25px;
	font-weight: 500;
}
.purposett1 {
	line-height: 33px;
	font-size: 18px;
	margin-top: 25px;
	background: #f9f9f9;
	padding: 35px;
	border-radius: 25px;
}
 @media all and (max-width:1024px) {
.md100per {
	width: 100%;
}
.purposett {
	font-size: 23px;
	font-weight: 500;
}
.purposett1 {
	line-height: 30px;
	font-size: 17px;
	margin-top: 25px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 25px;
}
}
.org01 {
	width: 370px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin: 0 auto;
	display: block;
}
.orgtt {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
	background: var(--main-red);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
}
.orgtt1 {
	padding: 20PX;
	LINE-HEIGHT: 25PX;
	text-align: center;
	font-size: 18px;
}
.orgtt1 span {
	font-weight: 600;
	color: var(--main-red);
	font-size: 18px;
	padding-right: 5px;
}
.orgtt1_1 {
	padding: 20PX;
	LINE-HEIGHT: 25PX;
	text-align: center;
	font-size: 18px;
}
.orgtt1_1 span {
	font-weight: 600;
	color: #8c745c;
	font-size: 18px;
	padding-right: 5px;
}
.org02 {
	width: 370px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin: 0% 31px;
	display: inline-block;
	float: left;
}
.orgtt2 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
	background: #e5dcd3;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
}
.orgtt3 {
	padding: 30PX 20px;
	text-align: left;
	text-align: left!important;
	font-size: 17px;
	border-top: 1px solid #cccccc;
}
.orgtt3 span {
	background: url('/images/sub/intro/orgdot.jpg')no-repeat left top;
	display: block;
	width: 100%;
	padding-left: 17px;
	LINE-HEIGHT: 25PX;
	margin-bottom: 5px;
	font-size: 17px;
	border: 0px solid red;
}
.org04 {
	position: relative;
	width: 80%;
	margin: 0 auto;
	border: 0px solid red;
}
.org04 ul li {
	display: inline-block;
	float: left;
	font-size: 19px;
	line-height: 35px;
	text-align: left;
}
.org04 ul li:first-child {
	padding-right: 10%;
}
.org04 ul li span {
	font-weight: 600;
}
 @media all and (max-width:1024px) {
.org01 {
	width: 100%;
	margin: 0 auto
}
.org02 {
	width: 100%;
	margin: 1% 0px;
}
.orgtt3 {
	
}
.org04 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border: 0px solid red;
}
.org04 ul li {
	display: inline-block;
	float: left;
	font-size: 17px;
	line-height: 35px;
	text-align: left;
}
.org04 ul li:first-child {
	padding-right: 10%;
	margin-bottom: 15px;
}
.org04 ul li span {
	font-weight: 600;
}
}
.his {
	width : 100%;
	bordeR: 1px solid #fff;
	background: url('/images/sub/intro/hisbg.jpg')no-repeat center;
	background-position: top;
}
.his ul {
	width: 100%;
	position: relative;
	margin-top: 60px;
}
.his ul li {
	float: left;
	display: inline-block;
}
.his ul li:first-child {
	width: 30%;
	text-align: center;
	bordeR: 0px solid red;
	background: url('/images/sub/intro/hisbg01.jpg')no-repeat;
}
.his ul li:last-child {
	width: 70%;
	padding-left: 25px;
	bordeR: 0px solid red;
}
.his ul li dl {
	width: 100%;
margin-top:
}
.his ul li dl dt {
	width: 10%;
	line-height: 45px;
	text-align: left;
	float: left;
	font-size: 19px;
	color: var(--main-red);
	font-weight: 600;
}
.his ul li dl dd {
	width: 89%;
	line-height: 45px;
	float: left;
	font-size: 18px;
	text-align: left;
}
.his ul li dl dt.floatleft {
	text-align: left !important;
	float: left !important;
}
.his ul li dl dd.floatleft {
	text-align: left !important;
	float: left !important;
}
.histt {
	text-align: left;
	width: 100%;
	font-size: 35px;
	color: var(--main-red);
	font-style:italic;
	letter-spacing: -2px
}
.histt1 {
	text-align: left;
	width: 100%;
	font-size: 35px;
	color: var(--main-red);
	font-weight: 600;
}
 @media all and (max-width:1024px) {
.his {
	background: none;
}
.his ul li {
	width: 100%;
	float: left;
	display: inline-block;
}
.his ul li dl dt {
	width: 15%;
	line-height: 45px;
	text-align: right;
	float: right;
	font-size: 18px;
	color: var(--main-red);
	font-weight: 600;
}
.his ul li dl dd {
	width: 85%;
	line-height: 45px;
	float: right;
	font-size: 17px;
	text-align: right;
}
.mhistt {
	font-size: 20px;
	color: var(--main-red);
	font-weight: 600;
}
.mhistt1 {
	font-size: 17px;
	color: #000;
	line-height: 30px;
	margin-bottom: 15px;
}
}
.maptt1 {
	background: url('/images/sub/intro/mapicon1.png')no-repeat left;
	line-height: 2;
	border: 0px solid #cccccc;
	padding-left: 35px;
}
.maptt1 span {
	padding-right: 30px;
	color: var(--main-red);
	font-weight: 600;
}
.maptt2 {
	background: url('/images/sub/intro/mapicon2.png')no-repeat left;
	line-height: 2;
	border: 0px solid #cccccc;
	padding-left: 35px;
}
.maptt2 span {
	padding-right: 30px;
	color: var(--main-red);
	font-weight: 600;
}
.maptt3 {
	background: url('/images/sub/intro/mapicon3.png')no-repeat left;
	line-height: 2;
	border: 0px solid #cccccc;
	padding-left: 35px;
	position: relative;
}
.maptt3 span {
	padding-right: 30px;
	color: var(--main-red);
	font-weight: 600;
}
.searchmap {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 5px;
	width: 95px;
	height: 95px;
	background: var(--main-red);
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 20px;
}
 @media all and (max-width:1024px) {
.maptt1 {
	
	letter-spacing: 0.1px;
	line-height: 30px;
	background: url('/images/sub/intro/mapicon1.png')no-repeat left;
}
.maptt1 span {
	padding-right: 10px;
}
.maptt2 {
	
}
.maptt2 span {
	padding-right: 10px;
}
.maptt3 {
	
}
.maptt3 span {
	padding-right: 10px;
}
.searchmap {
	width: 60px;
	height: 90px;
	right: 0;
	bottom: 0px  !important;
	padding-bottom: 7rem;
	
}
.trafficinfo {
	width : 100%;
	position: relative;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}
.trafficinfo ul {
	width : 100%;
	position: relative;
}
.trafficinfo ul li {
	float: left;
	display: inline-block;
}
.trafficinfo ul li:first-child {
	width: 20%;
	border: 0px solid red;
	float: left
}
.trafficinfo ul li:last-child {
	width: 80%;
	border: 0px solid red;
}
.trafficinfott {
	width: 80%;
	text-align: Center;
	padding: 5px 0;
	background: #f5f5f5;
	font-weight: 500;
	font-size: 1.2rem;
	border-radius: 15px;
}
.trafficinfott1 {
	line-height: 45px;
	font-size: 18px;
}
.trafficinfott1 span {
	padding-right: 30px;
	font-size: 18px;
	color: var(--main-red);
	font-weight: 600;
	letter-spacing: 7px;
}
.trafficinfott2 {
	line-height: 45px;
	font-size: 18px;
}
.trafficinfott2 span {
	padding-right: 30px;
	font-size: 18px;
	color: var(--main-red);
	font-weight: 600;
}
.trafficinfott3 {
	line-height: 70px !important;
	font-size: 18px;
}
.mobileshow {
	display: none;
}
 @media all and (max-width:1024px) {
.trafficinfo ul li:first-child {
 width: 100%;
 border: 0px solid red;
}
.trafficinfott {
 width: 100%;
 margin-bottom: 1rem
}
.trafficinfo ul li:last-child {
 width: 100%;
 border: 0px solid red;
}
.mobileshow {
 display: inline-block;
}
.trafficinfott3 {
 line-height: 35px !important;
 font-size: 0.9rem;
}
}
.guide {
	width: 80%;
	margin: 0 auto;
	border: 0px solid #cccccc;
}
.guide ul {
}
.guide ul li {
	float: left;
	display: inline-block;
}
.guide ul li:first-child {
	width: 12%;
	border: 0px solid red;
}
.guide ul li:last-child {
	width: 88%;
	border: 0px solid red;
	padding-left: 25px;
	line-height: 30px;
	font-size: 19px;
}
.guidett {
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	width: 90%;
	text-align: center;
	font-size: 21px;
	background: var(--main-red);
}
.guidett1 {
	line-height: 50px;
	font-size: 19px;
}
 @media all and (max-width:1024px) {
.guide {
	width: 100%;
	margin: 0 auto;
	border: 0px solid #cccccc;
}
.guide ul li:first-child {
	width: 100%;
	border: 0px solid red;
}
.guide ul li:last-child {
	width: 100%;
	border: 0px solid red;
	padding-left: 25px;
	line-height: 30px;
	font-size: 17px;
}
}
.facilityarea {
	padding: 25px;
	text-align: Center;
	background: #f5f5f5;
	border-radius: 15px;
}
.facilitytt {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 1rem
}
.facilitytt span {
	color: var(--main-red);
	font-weight: 600;
}
.facilitytt1 {
	font-size: 19px;
	line-height: 50px;
	color: #000;
	line-height: 1.5
}
.facilitytt2 {
	padding: 25px;
	background: #f5f5f5;
	font-size: 19px;
	line-height: 33px;
	margin-top: 25px;
	border-radius: 15px;
}
.facilitytt2 span {
	color: var(--main-red);
	font-weight: 600;
}
.facilityphoto {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 75px;
}
.facilityphoto div {
	width: 33.333%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto div img {
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.facilityphoto1 {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 75px;
}
.facilityphoto1 div {
	width: 48%;
	margin: 1%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto1 div img {
	width: 100%;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.facilityphoto2 {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 75px;
}
.facilityphoto2 div {
	width: 100%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto2 div img {
	width: 100%;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
 @media all and (max-width:1024px) {
.facilitytt {
	font-size: 20px;
	color: 000;
	font-weight: 600;
	line-height: 30px;
}
.facilitytt span {
	color: var(--main-red);
	font-weight: 600;
}
.facilitytt1 {
	font-size: 18px;
	line-height: 30px;
	color: 000;
}
.facilityphoto div {
	width: 98%;
	margin: 1%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto div img {
	width: 100%;
}
.facilitytt2 {
	padding: 25px;
	background: #f5f5f5;
	font-size: 17px;
	line-height: 30px;
	margin-top: 25px;
	border-radius: 15px;
}
.facilityphoto1 div {
	width: 98%;
	margin: 1%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto1 div img {
	width: 100%;
}
.facilityphoto2 div {
	width: 98%;
	margin: 1%;
	text-align: center;
	float: left;
	display: inline-block;
	border: 0px solid red;
}
.facilityphoto2 div img {
	width: 100%;
}
}
.btnarea11 {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.reserve {
	width: 100%;
	margin-top: 35px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.reservestep {
	padding: 15px 30px;
	background: var(--main-red);
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	display: inline-block;
	border-radius: 25px;
}
.stepleft {
	width: 250px;
	position: relative;
}
.stepright {
	width: calc(100% - 250px);
	position: relative;
}
.place11 {
	width: 100%;
	border: 0px solid red;
}
.place11 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.place11 ul li {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
.place11 ul li:nth-child(3n) {
	margin-right: 0
}
.place11 ul li img {
	width: 100%;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.place11 ul li input {
	width: 20px;
	height: 20px;
}
.placett {
	line-height: 1.4;
	color: #000;
	font-size: 17px;
	margin-top: 10px
}
.placett label {
	cursor: pointer;
}
.steprightdiv {
	width: 48%;
	margin-right: 2%;
	float: left;
	display: inline-block;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
}
.placett1 {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	color: var(--main-red);
	font-weight: 600;
	font-size: 18px;
}
.btnarea {
	width: 100%;
	text-align: center;
}
.facilitytt3 {
	padding: 25px;
	background: #f5f5f5;
	font-size: 17px;
	line-height: 30px;
	margin-top: 25px;
	border-radius: 15px;
}
.facilitytt3 span {
	color: var(--main-red);
	font-weight: 600;
}
.agree-box {
	width: 100%;
	height: 300px;
	font-weight: 300;
	overflow-y: scroll;
	padding: 40px;
	background: #f9f9f9;
	
	line-height: 1.5;
	margin-top: 20px;
	border-radius: 20px;
}
.agree-box span {
	color: var(--main-red);
	font-weight: 600;
}
.agree-che {
	margin-top: 15px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px
}
.agree-che ul {
	display: flex;
	flex-wrap: wrap;
}
.agree-che ul li:nth-child(n+2) {
	margin-left: 30px;
}
.venue-last {
	width: 100%;
	margin-top: 30px;
}
.venue-last p {
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}
.venue-last ul {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	text-align: right;
	margin: 40px 0
}
.venue-last ul li {
	
	line-height: 1.3
}
.venue-last ul li:nth-child(n+2) {
	margin-top: 6px
}
.venue-last h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
}
.venue-last h5 {
	text-align: center;
	
	font-weight: 400;
	line-height: 1.4;
	margin-top: 7px
}
 @media all and (max-width:1024px) {
.reservestep {
	font-size: 17px;
	font-weight: 500;
	padding: 12px 25px;
}
.stepleft {
	width: 200px;
}
.stepright {
	width: calc(100% - 200px);
}
.place11 ul li {
	width: calc(100%/3 - 10px);
	margin-right: 15px;
}
.place11 ul li:nth-child(3n) {
	margin-right: 0
}
.place11 ul li img {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.place11 ul li input {
	width: 16px;
	height: 16px;
}
.placett {
	
}
.steprightdiv {
	width: 100%;
	margin-top: 15px;
}
.agree-box {
	height: 280px;
	padding: 35px;
	font-size: 15px;
	margin-top: 18px;
	border-radius: 15px;
}
.agree-che {
	font-size: 15px;
}
.agree-che ul li:nth-child(n+2) {
	margin-left: 25px;
}
}
 @media all and (max-width:768px) {
.stepleft {
	width: 100%;
}
.stepright {
	width: 100%;
	margin-top: 15px;
}
.place11 ul li {
	width: calc(100%/2 - 10px);
	margin-right: 15px;
}
.place11 ul li:nth-child(2n) {
	margin-right: 0
}
.place11 ul li:nth-child(n+3) {
	margin-top: 15px
}
.place11 ul li img {
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.place11 ul li input {
	width: 14px;
	height: 14px;
}
.placett {
	font-size: 15px;
	margin-top: 8px
}
.agree-box {
	height: 250px;
	padding: 25px;
	font-size: 14px;
	margin-top: 15px;
	border-radius: 12px;
}
.agree-che {
	font-size: 14px;
	display: flex;
	flex-flow: column;
}
.agree-che p {
	width: 100%;
	display: inline-block
}
.agree-che ul {
	width: 100%;
	margin-top: 5px;
	justify-content: flex-end;
}
.agree-che ul li:nth-child(n+2) {
	margin-left: 18px;
}
}
 @media all and (max-width:500px) {
.reservestep {
	
	padding: 10px 20px;
}
.stepright {
	margin-top: 12px;
}
.place11 ul li {
	width: 100%;
	margin-right: 0;
}
.place11 ul li:nth-child(n+2) {
	margin-top: 12px
}
.place11 ul li img {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.placett {
	font-size: 15px;
	margin-top: 8px
}
.agree-box {
	height: 220px;
	padding: 20px;
}
.agree-che ul li:nth-child(n+2) {
	margin-left: 15px;
}
}
.reservtt {
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	margin-top: 25px;
}
.reser_btn1 {
	background: #fff;
	border-radius: 35px;
	border: 3px solid var(--main-red);
	display: inline-block;
	cursor: pointer;
	color: var(--main-red);
	font-weight: 500;
	padding: 15px 35px;
	font-size: 21px;
	text-decoration: none;
	margin-top: 10px;
	font-weight: 600;
}
.reser_btn1 a {
	color: var(--main-red) !important;
}
.reser_btn1:hover {
	background: var(--main-red);
	color: #fff;
}
.reser_btn1:active {
	position: relative;
}
.reserform, .reserform1 {
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 15px;
	overflow: hidden;
}
.reserform ul, .reserform1 ul {
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
}
.reserform ul:last-child, .reserform1 ul:last-child {
	border-bottom: none
}
.reserform ul li, .reserform1 ul li {
	display: inline-block;
	padding: 20px;
}
.reserform ul li:first-child, .reserform1 ul li:first-child {
	width: 220px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f5f5f5;
	font-size: 17px;
	line-height: 1.4;
}
.reserform ul li:last-child, .reserform1 ul li:last-child {
	width: calc(100% - 220px);
	
	line-height: 1.4;
	font-weight: 400;
	color: #333
}
.reserform ul li span, .reserform1 ul li span {
	color: red;
}
.reserform ul li.lihe39, .reserform1 ul li.lihe39 {
	line-height: 39px;
}
.reserform input[type='text'], .reserform input[type='password'], .reserform select, .reserform input[type=text], .reserform input[type=tel], .reserform input[type=email] {
	border: 1px solid #ccc;
	height: 46px !important;
	border-radius: 0 !important
}
.reserform1 input[type='text'], .reserform1 input[type='password'], .reserform1 select, .reserform1 input[type=text], .reserform1 input[type=tel], .reserform1 input[type=email] {
	border: 1px solid #ccc;
	height: 46px !important;
	border-radius: 0 !important
}
.reserform input::placeholder, .reserform1 input::placeholder {
font-weight:400;
color:#777;
font-size:15px
}
.t_input {
	width: 400px;
	padding: 0 10px !important;
	font-size: 15px;
	border: 1px solid #ddd;
	position: relative;
}
.t_input1 {
	width: 100px;
	padding: 0 10px !important;
	font-size: 15px;
	border: 1px solid #ddd;
	position: relative;
}
.t_input2 {
	width: 50px;
	padding: 0 10px !important;
	font-size: 15px;
	border: 1px solid #ddd;
	position: relative;
}
.ht115 {
	height: 115px;
}
 @media all and (max-width:1024px) {
.ht115 {
	height: 145px;
}
.ht85 {
	height: 110px;
}
.md100per {
	width: 100%;
}
.md100per img {
	width: 100%;
}
.reserform, .reserform1 {
	margin-top: 12px;
}
.reserform ul li, .reserform1 ul li {
	padding: 18px;
}
.reserform ul li:first-child, .reserform1 ul li:first-child {
	width: 180px;
	
}
.reserform ul li:last-child, .reserform1 ul li:last-child {
	width: calc(100% - 180px);
}
.reserform input[type='text'], .reserform input[type='password'], .reserform select, .reserform input[type=text], .reserform input[type=tel], .reserform input[type=email] {
	height: 42px !important;
}
.reserform1 input[type='text'], .reserform1 input[type='password'], .reserform1 select, .reserform1 input[type=text], .reserform1 input[type=tel], .reserform1 input[type=email] {
	height: 42px !important;
}
.t_input {
	width: 360px;
}
.t_input1 {
	width: 85px;
}
.t_input2 {
	width: 42px;
}
}
 @media all and (max-width:768px) {
.reserform, .reserform1 {
	margin-top: 10px;
}
.reserform ul li, .reserform1 ul li {
	padding: 15px;
}
.reserform ul li:first-child, .reserform1 ul li:first-child {
	width: 150px;
	
}
.reserform ul li:last-child, .reserform1 ul li:last-child {
	width: calc(100% - 150px);
	font-size: 15px;
}
.reserform input[type='text'], .reserform input[type='password'], .reserform select, .reserform input[type=text], .reserform input[type=tel], .reserform input[type=email] {
	height: 37px !important;
}
.reserform1 input[type='text'], .reserform1 input[type='password'], .reserform1 select, .reserform1 input[type=text], .reserform1 input[type=tel], .reserform1 input[type=email] {
	height: 37px !important;
}
.reserform input::placeholder, .reserform1 input::placeholder {
font-size:14px;
}
.t_input {
	width: 100%;
	font-size: 14px;
}
.t_input1 {
	width: 70px;
	font-size: 14px;
}
.t_input2 {
	width: 38px;
	font-size: 14px;
}
}
 @media all and (max-width:500px) {
.reserform ul li, .reserform1 ul li {
	padding: 13px 20px;
}
.reserform ul li:first-child, .reserform1 ul li:first-child {
	width: 100%;
	
}
.reserform ul li:last-child, .reserform1 ul li:last-child {
	width: 100%;
	font-size: 15px;
}
.reserform input[type='text'], .reserform input[type='password'], .reserform select, .reserform input[type=text], .reserform input[type=tel], .reserform input[type=email] {
	height: 38px !important;
}
.reserform1 input[type='text'], .reserform1 input[type='password'], .reserform1 select, .reserform1 input[type=text], .reserform1 input[type=tel], .reserform1 input[type=email] {
	height: 38px !important;
}
.t_input {
	width: 100%;
	font-size: 14px;
}
.t_input1 {
	width: 70px;
	font-size: 14px;
}
.t_input2 {
	width: 38px;
	font-size: 14px;
}
}
 @media all and (max-width:400px) {
.reserform ul li, .reserform1 ul li {
	padding: 12px 18px;
}
.reserform ul li:first-child, .reserform1 ul li:first-child {
	font-size: 15px;
}
.reserform ul li:last-child, .reserform1 ul li:last-child {
	font-size: 14px;
}
.reserform input::placeholder, .reserform1 input::placeholder {
font-size:13px;
}
.t_input {
	width: 100%;
	font-size: 14px;
}
.t_input1 {
	width: 70px;
	font-size: 14px;
}
.t_input2 {
	width: 38px;
	font-size: 14px;
}
}
/***************************** 대관 안내 *****************************/
.venue-con.mt80 {
	margin-top: 80px
}
.venue-con .purposett {
	margin-bottom: 20px
}
.vtb-wrap {
	width: 100%;
	overflow-x: hidden
}
.venue-tb {
	width: 100%;
	border: 1px solid #000;
	text-align: center;
}
.venue-tb.left {
	text-align: left
}
.venue-tb thead tr th {
	background: rgba(0,0,0,.9);
	color: #fff;
	font-weight: 400;
	border-right: 1px solid rgba(255,255,255,.4);
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.venue-tb thead tr th:last-child {
	border-right: none
}
.venue-tb tbody tr td {
	background: #fff;
	color: #222;
	font-weight: 400;
	border-right: 1px solid #000
}
.venue-tb tbody tr {
	border-bottom: 1px solid #000
}
.venue-tb tbody tr th {
	background: rgba(0,0,0,.55);
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,.4)
}
.venue-tb tbody tr:last-child th {
	border-bottom: 1px solid #000
}
.venue-tb th, .venue-tb td {
	
	line-height: 1.4;
	padding: 14px
}
.venue-tb img {
	display: block;
	max-width: 100%
}
.venue-tb .venue-list li {
	font-size: 16px !important;
	line-height: 1.4;
}
.refer {
	margin-top: 10px
}
.refer li {
	padding-left: 15px;
	
	line-height: 1.4;
	position: relative;
	color: #222
}
.refer li::before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 12px;
	left: 0;
}
.refer li:nth-child(n+2) {
	margin-top: 3px
}
.refer li.title {
	padding-left: 0;
	color: #000;
	font-size: 18px;
	font-weight: 600
}
.refer li.title::before {
	display: none
}
/*대관절차*/
.venue-proc {
	display: flex;
	flex-wrap: wrap;
}
.venue-proc dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	background: #eaf6fc;
	width: calc(100%/5 - 40px);
	margin-right: 50px;
	padding: 35px;
	border-radius: 20px
}
.venue-proc dd::before {
	content: 'arrow_circle_right';
	font-family: 'Material Symbols Outlined' !important;
	display: inline-block;
	color: #003654;
	position: absolute;
	top: 50%;
	right: -44px;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 40px;
	font-weight: 300
}
.venue-proc dd p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: #222;
}
.venue-proc dd p b {
	color: #003654;
}
.venue-proc dd:nth-child(5n) {
	margin-right: 0
}
.venue-proc dd:last-child::before {
	display: none;
}
/*대관 상세내용*/
.tab {
	display: none
}
.tab.on {
	display: block
}
.tab-box {
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
	font-weight: 500
}
.tab-box li {
	margin: 0 5px;
	cursor: pointer
}
.tab-box li:first-child {
	margin-left: 0 !important
}
.tabs {
	padding: 15px 25px;
	border-radius: 100px;
	font-weight: 500;
	background: #eee;
	color: #777;
	transition: all .2s
}
.tabs:hover {
	padding: 15px 30px
}
.tabs.on {
	color: #fff;
	background: var(--main-red);
	font-weight: 600
}
.tab_wrap {
	margin-top: 15px;
	padding: 40px;
	background: #f6f6f6;
	border-radius: 25px;
}
.tab-tit {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500
}
.venue-list li {
	text-align: left;
	font-size: 17px;
	line-height: 1.4;
	position: relative;
	padding-left: 22px;
	display: flex;
	flex-wrap: wrap;
}
.venue-list li:nth-child(n+2) {
	margin-top: 10px;
}
.venue-list li::before {
	content: 'chevron_right';
	display: inline-block;
	font-size: 23px;
	font-weight: 400;
	font-family: 'Material Symbols Outlined' !important;
	position: absolute;
	top: -3px;
	left: 0;
}
.venue-list li div {
	width: 66px;
	font-weight: 600
}
.venue-list li p {
	width: calc(100% - 92px)
}
.venue-txt {
	
	font-weight: 400;
	padding-left: 22px;
	color: #dc0000;
}
.venue-txt b {
	color: #dc0000;
	font-weight: 500
}
.venue-down {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: fit-content;
	margin: 25px auto 0;
	padding: 13px 30px;
	
	line-height: 1.4;
	background: #000;
	color: #fff !important;
	float: left;
	margin-right: 1rem
}
/*대관제한 및 취소*/
.limit {
	border: 1px solid #777;
	padding: 50px;
	background: #fff;
	border-radius: 25px
}
.limit li {
	font-size: 17px;
	line-height: 1.4;
	position: relative;
	padding-left: 30px
}
.limit li:nth-child(n+2) {
	margin-top: 10px;
}
.limit li::before {
	content: 'check_circle';
	display: inline-block;
	font-size: 23px;
	font-weight: 300;
	font-family: 'Material Symbols Outlined' !important;
	position: absolute;
	top: -3px;
	left: 0;
}
.limit li span {
	font-weight: 500;
	text-underline-position : under;
	text-decoration: underline
}
.link-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px
}
.link-btn a, .link-btn input {
	border: none;
	cursor: pointer;
	color: #fff;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	transition: color 0.5s ease;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	padding: 26px 60px;
	margin: 0 5px;
	border-radius: 100px;
	background: rgb(0,134,201);
	background: linear-gradient(180deg, rgba(0,134,201,1) 0%, rgba(0,71,106,1) 100%);
}
.link-btn a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	border-radius: 100%;
	content: '';
	transform: scale(0);
	transition: transform 0.5s ease-out;
	z-index: -1;
	background: rgb(0, 71, 106, 1);
	background: linear-gradient(180deg, rgba(0,71,106,1) 0%, rgba(0,134,201,1) 100%);
}
.link-btn a:hover, .link-btn a:focus, .link-btn a:active {
	color: #fff;
	cursor: pointer;
}
.link-btn a:hover:before, .link-btn a:focus:before, .link-btn a:active:before {
	transform: scale(2);
}
/*신청페이지 규정*/
.prov dl {
	display: flex;
	flex-wrap: wrap;
}
.prov dl:nth-child(n+2) {
	margin-top: 20px;
}
.prov dl dt {
	width: 20px;
}
.prov dl dd {
	width: calc(100% - 20px)
}
.prov h5 {
	margin-top: 30px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}
/*대관신청페이지 - 모아갤러리 선택한 날짜*/
#moa_time {
	margin-top: 20px;
}
#moa_time li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#moa_time li span {
	font-size: 22px;
	line-height: 1;
	color: #f43400;
	margin-right: 5px;
	margin-top: 3px
}
#moa_time li p {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #f43400
}
#moa_time li:nth-child(n+2) {
	margin-top: 5px
}
 @media all and (max-width:1300px) {
/*대관절차*/
.venue-proc dd {
	width: calc(100%/5 - 25px);
	margin-right: 31px;
	padding: 25px;
	border-radius: 15px
}
.venue-proc dd::before {
	right: -32px;
	font-size: 36px;
}
.venue-proc dd p {
	
}
}
 @media all and (max-width:1024px) {
.venue-con.mt80 {
	margin-top: 70px
}
.venue-con .purposett {
	margin-bottom: 16px
}
.venue-tb th, .venue-tb td {
	padding: 12px
}
/*대관절차*/
.venue-proc dd {
	width: calc(100%/3 - 30px);
	margin-right: 45px;
	padding: 25px;
	border-radius: 15px
}
.venue-proc dd::before {
	right: -38px;
	font-size: 36px;
}
.venue-proc dd:nth-child(n+4) {
	margin-top: 20px
}
.venue-proc dd p {
	
}
.venue-proc dd:nth-child(5n) {
	margin-right: 45px
}
.venue-proc dd:nth-child(3n) {
	margin-right: 0
}
.venue-proc dd:nth-child(3n)::before {
	display: none
}
/*대관 상세내용*/
.tab-box {
	
}
.tabs {
	padding: 13px 22px;
}
.tabs:hover {
	padding: 13px 27px
}
.tab-box li {
	margin: 0 3px;
	margin-top: 7px
}
.tab-box li:first-child {
	margin-left: 0 !important
}
.tab_wrap {
	padding: 30px;
	border-radius: 20px;
}
.tab-tit {
	font-size: 22px;
	margin-bottom: 16px;
}
.venue-list li {
	
	padding-left: 20px;
}
.venue-list li:nth-child(n+2) {
	margin-top: 8px;
}
.venue-list li::before {
	font-size: 21px;
	top: -3px;
}
.venue-list li div {
	width: 60px;
}
.venue-list li p {
	width: calc(100% - 80px)
}
.venue-txt {
	font-size: 15px;
	padding-left: 20px;
}
.venue-down {
	margin: 20px auto 0;
	padding: 12px 28px;
	font-size: 15px;
}
/*대관제한 및 취소*/
.limit {
	padding: 35px;
	border-radius: 20px
}
.limit li {
	
	padding-left: 25px
}
.limit li:nth-child(n+2) {
	margin-top: 8px;
}
.limit li::before {
	font-size: 21px;
	top: -3px;
}
.link-btn {
	margin-top: 45px
}
.link-btn a, .link-btn input {
	font-size: 24px;
	padding: 24px 55px;
}
/*신청페이지 규정*/
.prov dl {
	font-size: 15px;
}
.prov dl:nth-child(n+2) {
	margin-top: 18px;
}
.prov dl dt {
	width: 18px;
}
.prov dl dd {
	width: calc(100% - 18px)
}
.prov h5 {
	margin-top: 26px;
	
}
}
 @media all and (max-width:768px) {
.venue-con.mt80 {
	margin-top: 60px
}
.venue-con .purposett {
	margin-bottom: 13px
}
.vtb-wrap {
	overflow-x: scroll
}
.vtb-wrap table {
	width: 120%;
}
.venue-tb th, .venue-tb td {
	font-size: 15px;
	padding: 10px
}
.venue-tb .venue-list li {
	font-size: 15px !important;
}
.refer {
	margin-top: 8px
}
.refer li {
	padding-left: 13px;
	font-size: 15px
}
.refer li::before {
	width: 7px;
	top: 12px;
}
.refer li.title {
	
}
/*대관절차*/
.venue-proc dd {
	width: calc(100%/2 - 20px);
	margin-right: 40px;
	padding: 25px;
	border-radius: 15px
}
.venue-proc dd::before {
	right: -36px;
	font-size: 36px;
}
.venue-proc dd:nth-child(n+3) {
	margin-top: 15px
}
.venue-proc dd p {
	
}
.venue-proc dd:nth-child(5n), .venue-proc dd:nth-child(3n) {
	margin-right: 40px
}
.venue-proc dd:nth-child(2n) {
	margin-right: 0
}
.venue-proc dd:nth-child(3n)::before {
	display: inline-block;
}
.venue-proc dd:nth-child(2n)::before {
	display: none
}
/*대관 상세내용*/
.tab-box {
	font-size: 15px;
}
.tabs {
	padding: 11px 20px;
}
.tabs:hover {
	padding: 11px 20px
}
.tab-box li {
	margin: 0 2px;
	margin-top: 5px
}
.tab_wrap {
	padding: 25px;
	border-radius: 15px;
}
.tab-tit {
	font-size: 20px;
	margin-bottom: 14px;
}
.venue-list li {
	font-size: 15px;
	padding-left: 18px;
}
.venue-list li:nth-child(n+2) {
	margin-top: 7px;
}
.venue-list li::before {
	font-size: 20px;
	top: -3px;
}
.venue-list li div {
	width: 58px;
}
.venue-list li p {
	width: calc(100% - 78px)
}
.venue-txt {
	font-size: 15px;
	padding-left: 20px;
}
.venue-down {
	margin: 20px auto 0;
	padding: 12px 25px;
	font-size: 15px;
	text-align: center;
	width: 100%
}
/*대관제한 및 취소*/
.limit {
	padding: 20px;
	border-radius: 15px
}
.limit li {
	font-size: 15px;
	padding-left: 22px
}
.limit li:nth-child(n+2) {
	margin-top: 7px;
}
.limit li::before {
	font-size: 20px;
	top: -2px;
}
.link-btn {
	margin-top: 40px
}
.link-btn a, .link-btn input {
	font-size: 22px;
	padding: 20px 48px;
}
/*신청페이지 규정*/
.prov dl {
	font-size: 14px;
}
.prov dl:nth-child(n+2) {
	margin-top: 15px;
}
.prov dl dt {
	width: 16px;
}
.prov dl dd {
	width: calc(100% - 16px)
}
.prov h5 {
	margin-top: 20px;
	font-size: 15px;
}
/*대관신청페이지 - 모아갤러리 선택한 날짜*/
#moa_time {
	margin-top: 15px;
}
#moa_time li span {
	font-size: 20px;
	margin-right: 3px;
	margin-top: 3px
}
#moa_time li p {
	
}
}
 @media all and (max-width:500px) {
.venue-con.mt80 {
	margin-top: 50px
}
.vtb-wrap table {
	width: 140%;
}
.venue-tb th, .venue-tb td {
	font-size: 14px;
	padding: 9px
}
.venue-tb .venue-list li {
	font-size: 14px !important;
}
.refer {
	margin-top: 7px
}
.refer li {
	padding-left: 10px;
	font-size: 14px
}
.refer li::before {
	width: 6px;
	top: 9px;
}
.refer li.title {
	font-size: 15px;
}
/*대관절차*/
.venue-proc dd {
	width: 100%;
	margin-right: 0px !important;
	padding: 20px;
	border-radius: 12px
}
.venue-proc dd::before {
	top: initial;
	right: initial;
	font-size: 40px;
	left: 50%;
	transform: rotate(90deg);
	bottom: -42px;
	margin-left: -20px
}
.venue-proc dd:nth-child(n+2) {
	margin-top: 40px
}
.venue-proc dd p {
	font-size: 15px;
}
.venue-proc dd:nth-child(5n), .venue-proc dd:nth-child(3n) {
	margin-right: 0px
}
.venue-proc dd:nth-child(3n)::before {
	display: inline-block;
}
.venue-proc dd:nth-child(2n)::before {
	display: inline-block
}
/*대관 상세내용*/
.tab-box {
	font-size: 14px;
}
.tabs {
	padding: 10px 16px;
}
.tabs:hover {
	padding: 10px 16px
}
.tab_wrap {
	padding: 20px;
	border-radius: 12px;
}
.tab-tit {
	font-size: 19px;
	margin-bottom: 12px;
}
.venue-list li {
	font-size: 14px;
	padding-left: 15px;
}
.venue-list li:nth-child(n+2) {
	margin-top: 6px;
}
.venue-list li::before {
	font-size: 18px;
}
.venue-list li div {
	width: 56px;
}
.venue-list li p {
	width: calc(100% - 76px)
}
.venue-txt {
	font-size: 14px;
	padding-left: 15px;
}
.venue-down {
	margin: 15px auto 0;
	padding: 10px 20px;
	font-size: 15px
}
/*대관제한 및 취소*/
.limit {
	border-radius: 12px
}
.limit li {
	font-size: 14px;
	padding-left: 20px
}
.limit li::before {
	font-size: 18px;
	top: -2px;
}
.link-btn {
	margin-top: 30px
}
.link-btn a, .link-btn input {
	font-size: 20px;
	padding: 18px 40px;
}
}
