@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Pretendard', dotum, sans-serif;background:#000; min-width:360px;padding-bottom: 120px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'Pretendard', dotum, sans-serif; letter-spacing:-2px}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'Pretendard', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


.placeholdersjs {color:#aaa !important}




/*공통*/
.area {width:1200px; margin:0 auto; position:relative; z-index:99}
.area:after {display:block;visibility:hidden;clear:both;content:""}

.mrs {display:none !important}
.new_brs {display:block !important}
.new_mrs {display:none !important}
.ulct {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.flex {
	display:flex;
	align-items: center;
}
.imgs {position:relative; left:50%; margin-left:-960px; overflow:hidden}
@media screen and (max-width:1199px) {
.area {width:100%}
.area2 {width:100%}
.flex {display:block; align-items: normal}
.brs {display:none !important}
.mrs {display:block !important}
.new_brs {display:none !important}
.new_mrs {display:block !important}
.ulct {display:inline-block; width:100%}
img {width:100%; height:auto}
.tabbox {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tabbox::-webkit-scrollbar {
    display: none;
}
.tabbox {width:calc(100%); overflow-x:scroll; white-space: nowrap}
.imgs {left:0; margin-left:0}
.imgs img {width:100% !important; height:auto !important}
}

/* 통계 섹션 반응형 - 모바일 */
#mct_new_01 {
	padding: 60px 0;
}

.stats-text-section {
	margin-bottom: 50px;
}

.stats-main-title {
	font-size: 36px;
}

.stats-sub-text {
	font-size: 15px;
}

.stats-highlight {
	font-size: 28px;
	margin: 20px 0 30px;
}

.stats-btn {
	font-size: 16px;
	padding: 14px 30px;
	width: 100%;
	max-width: 300px;
	justify-content: center;
}

.stats-btn-group {
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.stats-cards {
	gap: 20px;
}

.stats-card {
	min-width: 100%;
	padding: 40px 20px;
}

.stats-card-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.stats-number {
	font-size: 48px;
}
}

/* 통계 섹션 스타일 */
#mct_new_01 {
	position: relative;
	padding: 100px 0;
	background: #f8f9fa;
	overflow: hidden;
}

#mct_new_01 .area {
	max-width: 1200px;
}

.stats-text-section {
	text-align: center;
	margin-bottom: 80px;
}

.stats-main-title {
	font-size: 60px;
	font-weight: 900;
	color: #ffc540;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.stats-sub-texts {
	margin-bottom: 30px;
}

.stats-sub-text {
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin: 5px 0;
}

.stats-highlight {
	font-size: 40px;
	font-weight: 900;
	color: #ff6b35;
	margin: 30px 0 40px;
	text-shadow: 2px 2px 4px rgba(255, 107, 53, 0.2);
}

.stats-btn-group {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.stats-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 18px 40px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.stats-btn.kakao-btn {
	background: #FEE500;
	color: #3c1e1e;
}

.stats-btn.kakao-btn:hover {
	background: #fdd835;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(254, 229, 0, 0.4);
}

.stats-btn.phone-btn {
	background: #ffc540;
	color: #fff;
}

.stats-btn.phone-btn:hover {
	background: #0443d1;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(5, 84, 255, 0.4);
}

.stats-cards {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.stats-card {
	flex: 1;
	min-width: 300px;
	max-width: 350px;
	background: #fff;
	border-radius: 20px;
	padding: 50px 30px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}

.stats-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.stats-card-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffc540;
	margin-bottom: 30px;
	line-height: 1.5;
}

.stats-number {
	font-size: 64px;
	font-weight: 900;
	color: #2c3e50;
	margin: 0;
	line-height: 1;
}

.stats-number .count-up {
	display: inline-block;
}

#wrap {overflow:hidden; background-color: #000;}

#top {position:fixed; right:20px; bottom:120px; z-index:9}
#top a {display:inline-block; width:55px; line-height:65px; height:55px; box-shadow:1px 1px 5px #878787; text-align:center; background:#89ff17; border-radius:50%;}
#top i {color:#000; font-size:30px; font-weight:800}
@media screen and (max-width:1199px) {
#top a {width:40px; line-height:45px; height:40px}
#top i {font-size:24px}
}




/* 모바일 전용 */
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
	z-index:9999999;position:relative;
  }
}

/* 햄버거 버튼 */
.bar {
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 9999;
  font-size: 30px;
}

/* 레이어 팝업 메뉴 */
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999999000;
}

.menu-inner {
  background: #fff;
  width: 70%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  z-index:999999999999999999
}

/* 닫기 버튼 */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
}

/* 메뉴 스타일 */
.mobile-menu ul {
  list-style: none;
  padding: 50px 0 0;
  margin: 0;
}

.mobile-menu ul li {
  margin: 15px 0;
}

.mobile-menu ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}






#hd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	line-height: 70px;
	z-index: 999;
	color: #fff;
}
#hd.scrolled {
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding: 15px 0;
	border-bottom: 1px solid #272727;
    background: #000;
}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd .logo {float:left; padding-left: 50px; position: relative;}
#hd .logo .logo-white {display: none;}
#hd .logo .logo-black {display: block;}
#hd .gnb {float:right; padding-right: 50px;}
#hd .gnb li {float:left; margin-right:50px}
#hd .gnb li:last-child {margin-left:50px; margin-right:0}
#hd .gnb a {font-size:20px; color:#fff; font-weight:500; transition: color 0.3s ease;}
#hd.scrolled .gnb a {color:#fff;}
@media screen and (max-width:1199px) {
#hd {padding:30px 7%; line-height:normal}
#hd.scrolled {padding: 15px 7%;}
#hd .logo {padding-left: 0;}
#hd .gnb {padding-right: 0;}
#hd .logo img {height:25px; width:auto}
#hd .gnb {display:none}
}

#visual {position:relative; overflow:hidden}
#visual:after {display:block;visibility:hidden;clear:both;content:""}
#visual .area2 {position:absolute; left:49.1%; transform:translateX(-50%); bottom:250px; width:1200px; z-index:9}
#visual .btns li {float:left; margin-right:20px}
#visual .btns li:last-child {margin-right:0}
@media screen and (max-width:1199px) {
#visual:after {display:block;visibility:hidden;clear:both;content:""}
#visual .area2 {left:0; padding:0 20px; transform:none; bottom:13%; width:100%}
#visual .btns li {width:49%; margin-right:2%}
}

#mct_01 {position:relative; z-index:1; padding:200px 0; overflow:hidden; background-color: #fff;}
#mct_01:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .title {text-align:center; margin-bottom:100px}
#mct_01 .title h1 {font-size:70px; color:#2B2828; font-weight:800; line-height:75px}
#mct_01 .title p {font-size:27px; color:#89ff17d6; font-weight:500; margin-bottom:20px}
#mct_01 .title p span  {color: #2b2828;
    font-size: 25px;
    background: #89ff17d6;
    padding: 8px 25px;
    border-radius: 15px;}
#mct_01 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .box li {float:left}
#mct_01 .btns {width:300px; margin:50px auto 0; text-align:center}
#mct_01 .btns a {    display: inline-block;
    background: #89ff17;
    width: 100%;
    padding: 20px 0;
    border-radius: 50px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;}
@media screen and (max-width:1199px) {
#mct_01 {padding:100px 20px}
#mct_01 .title {margin-bottom:80px}
#mct_01 .title h1 {font-size:3em; line-height:normal}
#mct_01 .title p {font-size:1.25em; margin-bottom:10px}
#mct_01 .box li {width:47.5%; margin-right:5%; margin-bottom:5%}
#mct_01 .box li:nth-child(2n) {margin-right:0}
#mct_01 .btns {width:100%; margin:10px auto 0}
#mct_01 .btns a {font-size:1.25em}
}


#mct_02 {position:relative; padding:0 0 200px 0; margin-top: 50px; overflow:hidden}
#mct_02:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .title {text-align:center; margin-bottom:100px}
#mct_02 .title h1 {font-size:70px; color:#2B2828; font-weight:800; line-height:75px}
#mct_02 .title p {font-size:27px; color:#949494; font-weight:500; margin-bottom:20px}
#mct_02 .box {position:relative; padding:0 100px}
#mct_02 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .box img {width:100%; height:auto}
#mct_02 .box .swiper-slide {padding:0 20px}
@media screen and (max-width:1199px) {
#mct_02 {padding:0 0 100px 0}
#mct_02 .title {margin-bottom:80px}
#mct_02 .title h1 {font-size:3em; line-height:normal}
#mct_02 .title p {font-size:1.25em; margin-bottom:10px}
#mct_02 .box {padding:0}
#mct_02 .box .swiper-slide {padding:0 10px}




#mct_02 .swiper-button-prev,
#mct_02 .swiper-button-next {
	display: none;
}

@media (max-width: 767px) {
#mct_02 .mobile-only {
		display: inline-block;
		color: #222;
		opacity:0.5;
		position: absolute;
		top: 57%;
		z-index: 10;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 50%;
	}

#mct_02 .swiper-button-prev {
		left: 10px;
	}

#mct_02 .swiper-button-next {
		right: 10px;
	}
}


}

#mct_03 {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-image: url('../img/section2-bg.png');
	background-size: cover;
	background-position: center;
}

#mct_03:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

#mct_03 .sop {
	line-height: 0;
}
/* 
#mct_03 .sop img {
	width: 100%;
	height: auto;
	display: block;
} */

#mct_03 .sop:last-child {
	margin-bottom: 0;
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
	#mct_03 {
		padding: 0;
	}

	#mct_03 .sop {
		margin-bottom: 0;
	}
}

/* 태블릿 (769px ~ 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	#mct_03 {
		padding: 0;
	}

	#mct_03 .sop {
		margin-bottom: 0;
	}
}

#mct_04 {position:relative; padding:50px 0; overflow:hidden}

#mct_06 {position:relative; padding:100px 0; overflow:hidden}
#mct_06:after {display:block;visibility:hidden;clear:both;content:""}
#mct_06 .title {text-align:center; margin-bottom:100px}
#mct_06 .title h1 {font-size:70px; color:#2B2828; font-weight:800; line-height:75px; margin:20px 0}
#mct_06 .title h2 {font-size:25px; color:#8E8E8E; font-weight:600}
#mct_06 .title p {font-size:27px; color:#ffc540; font-weight:500}
#mct_06 .box {padding:0 100px}
#mct_06 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_06 .box img {width:100%; height:auto}
#mct_06 .box .swiper-slide {padding:0 20px}
@media screen and (max-width:1199px) {
#mct_06 {padding:100px 0}
#mct_06 .title {margin-bottom:80px}
#mct_06 .title h1 {font-size:3em; line-height:normal; margin:10px 0}
#mct_06 .title h2 {font-size:1.25em}
#mct_06 .title p {font-size:1.25em}
#mct_06 .box {padding:0}
#mct_06 .box .swiper-slide {padding:0 10px}
}

#mct_07 {position:relative; padding:200px 0; z-index:1; overflow:hidden}
#mct_07:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .title {text-align:center; margin-bottom:100px}
#mct_07 .title h1 {font-size:70px; color:#ffc540; font-weight:800; margin:20px 0}
#mct_07 .title h2 {font-size:25px; color:#8E8E8E; font-weight:600; letter-spacing:-0.5px}
#mct_07 .title p {font-size:50px; color:#433E3E; font-weight:700}
#mct_07 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .box li {float:left; width:49%; margin-right:2%; margin-bottom:2%; padding:20px; background:#F9F9F9; border-radius:5px; border:1px solid #d9d9d9}
#mct_07 .box li:nth-child(2n) {margin-right:0}
#mct_07 .box p {font-size:20px; color:#393535; font-weight:600; margin-bottom:5px}
#mct_07 .box .ipfull {display:inline-block; width:100%; height:50px; line-height:50px; background:#f9f9f9; border:0; padding:0; font-size:17px; color:#ACACAC}
#mct_07 .box textarea {display:inline-block; width:100%; height:100px; background:#f9f9f9; border:0; padding:5px 0; font-size:17px; color:#ACACAC}
#mct_07 .box .full {width:100%; margin-right:0}
#mct_07 .agrees {text-align:center; margin-bottom:2%}
#mct_07 .agrees span {color:#2B2B2B}
#mct_07 .agrees a {display:inline-block; padding:5px 10px; background:#F6F6F6; color:#ABABAB; font-weight:300; border-radius:5px; margin-left:5px}
#mct_07 .btns {text-align:center}
#mct_07 .btns button {display:inline-block; width:100%; height:80px; line-height:80px; background:#ffc540; border:0; padding:0; font-size:25px; color:#fff; font-weight:700; border-radius:10px}
@media screen and (max-width:1199px) {
#mct_07 {padding:100px 20px}
#mct_07 .title {margin-bottom:80px}
#mct_07 .title h1 {font-size:3em; letter-spacing:-1px; margin:10px 0}
#mct_07 .title h2 {font-size:1.05em}
#mct_07 .title p {font-size:1.25em}
#mct_07 .box li {float:none; display:block; width:100%; margin-right:0; margin-bottom:10px; padding:15px 10px 5px 10px}
#mct_07 .box p {font-size:1.05em; margin-bottom:0}
#mct_07 .box .ipfull {height:40px; line-height:40px; font-size:1.05em}
#mct_07 .box textarea {margin-top:7px; height:75px; font-size:1.05em}
#mct_07 .agrees {margin-bottom:10px}
#mct_07 .agrees a { padding:3px 10px; margin-left:3px}
#mct_07 .btns button {height:50px; line-height:50px; font-size:1.25em}
}

#mct_08 {position:relative; padding:200px 0; background:#000000; overflow:hidden}
#mct_08:after {display:block;visibility:hidden;clear:both;content:""}
#mct_08 li {float:left}
@media screen and (max-width:1199px) {
#mct_08 {padding:100px 0}
#mct_08 li {float:none; display:block; padding: 0 50px}
}

#ft {position:relative;  z-index:1; overflow:hidden; padding-top: 100px;}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#ft .dos {margin-bottom:50px}
#ft .dos:after {display:block;visibility:hidden;clear:both;content:""}
#ft .dos .sop {float:left}
#ft .dos .ref {float:right}
#ft .dos h1 {font-size:50px; color:#fff; font-weight:800}
#ft .dos h2 {font-size:20px; color:#A7A7A7; font-weight:600}
#ft .dos h3 {font-size:35px; color:#fff; font-weight:700}
#ft .dos p {font-size:15px; color:#9A9A9A; font-weight:500}
#ft .cps {margin-bottom:50px}
#ft .cps:after {display:block;visibility:hidden;clear:both;content:""}
#ft .cps li {float:left; margin-right:20px}
#ft .cps li:nth-child(2n) {margin-right:90px}
#ft .cps p {color:#A7A7A7; font-size:15px; font-weight:600}
#ft .cps strong {color:#fff; font-size:15px; font-weight:700}
#ft .copy {background:#89ff17; border-radius:10px; padding:30px 0; text-align:center}
#ft .copy p {font-size:15px; color:#000; font-weight:600}

@media screen and (max-width:1199px) {
#ft {padding:50px 20px 10px}
#ft .dos {margin-bottom:30px}
#ft .dos .sop {float:none; display:block; width:100%}
#ft .dos .ref {float:none; text-align:right; margin-top:30px; display:block; width:100%}
#ft .dos h1 {font-size:3em; margin-bottom:5px}
#ft .dos h2 {font-size:1.25em; letter-spacing:-1px; margin-bottom:5px}
#ft .dos h3 {font-size:2em}
#ft .dos p {font-size:1.05em}
#ft .cps {margin-bottom:30px}
#ft .cps li {margin-right:0; width:22%; margin-bottom:10px}
#ft .cps li:nth-child(2n) {width:28%; margin-right:0}
#ft .cps li:nth-child(6) {width:78%}
#ft .cps li:nth-child(8) {width:78%}
#ft .cps p {font-size:1.05em}
#ft .cps strong {font-size:1.05em}
#ft .copy {padding:20px 0}
#ft .copy p {font-size:1.05em}
}



#sub_top {
	position: relative;
	/* background: url('../img/sub_top.jpg') center no-repeat; */
	max-width: 1920px;
	margin: 0 auto;
	background-size: cover;
	text-align: center;
	height: 350px;
	overflow: hidden;
	
	display: flex;
	flex-direction: column;
	justify-content: center; /* 세로 중앙 정렬 */
	align-items: center;     /* 가로 중앙 정렬 (선택사항) */
}

#sub_top:after {display:block;visibility:hidden;clear:both;content:""}
#sub_top h1 {font-size:60px; color:#fff; font-weight:700}
#sub_top p {font-size:18px; color:#A5A5A5; font-weight:500; margin-top:10px}

@media screen and (max-width:1199px) {
#sub_top {
	background: url('../img/sub_top.jpg') center right no-repeat;
	max-width: 100%;
	height: 150px;
}
#sub_top h1 {font-size:2em}
#sub_top p {font-size:1.05em; margin-top:5px}
}
#bo_list_total span {
	color: #89ff17 !important;
}

#b_sub {position:relative; margin:100px 0}
#b_sub:after {display:block;visibility:hidden;clear:both;content:""}
#b_sub .b_title {margin-bottom:50px}
#b_sub .b_title .bp2 {margin:20px 0}
#b_sub .b_title h1 {font-size:60px; color:#fff; font-weight:700}
#b_sub .b_title h2 {font-size:20px; color:#89ff17; font-weight:800}
#b_sub .b_title p {font-size:18px; color:#A5A5A5; font-weight:400; line-height:23px}

@media screen and (max-width:1199px) {
#b_sub {margin:50px 0}
#b_sub .b_title {margin-bottom:30px; padding:0 20px}
#b_sub .b_title .bp2 {margin:10px 0}
#b_sub .b_title h1 {font-size:2em}
#b_sub .b_title h2 {font-size:1.25em}
#b_sub .b_title p {font-size:1.05em; line-height:1.25em}
}





.pop_content5 {
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0;
	padding:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    pointer-events: none;
	z-index:99999999999999999;
	background:rgba(0,0,0,0.5)
}
.pop_content5:target {
    opacity:1;
    pointer-events: auto;
}
.pop_content5 .pop_wrap5 {
	position:absolute;
	z-index:99999999999999999;
	padding:50px;
	background:#f9f9f9;
	width: 768px;
	left:50%;
	top:50%;
transform:translate(-50%, -50%)
}
.pop_content5 .pop_wrap5 .close {position:absolute; font-size:3em; font-weight:300; right:20px; top:0; z-index:999}
.pop_content5 .pop_wrap5 .close a:link,.pop_content5 .pop_wrap5 .close a:visited {color:#333}
.pop_content5 .pop_wrap5 textarea {padding:20px; border:0; font-size:15px; color:#878787; width:100%; height:500px}
@media screen and (max-width:700px) {
.pop_content5 .pop_wrap5 {
	padding:50px	20px;
	width: 90%;
	height:550px;
	left:50%;
	top:50%;
	}
	.pop_content5 .pop_wrap5 textarea {padding:10px; height:460px}
}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em; color: #fff;}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#89ff17;color:#000;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}

a.btn_b05, .btn_b05 {display:inline-block;background:#89ff17;border:0;color:#000; width:200px; line-height:60px; border-radius:999px; font-size:18px; font-weight:600; text-decoration:none;vertical-align:middle}
a.btn_b05:hover, .btn_b05:hover {color:#000;background:#fff}

@media screen and (max-width:1199px) {
a.btn_b05, .btn_b05 {width:200px; line-height:50px; font-size:1.25em}
}

a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 20px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {font-size:20px; background:#F9F9F9; font-weight:600;text-align:center;border-bottom:1px solid #EAEAEA;height:100px; line-height:100px; border-top:3px solid #89ff17}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #EAEAEA;background:#fff;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#6E6E6E; font-size:17px; height:100px; background:#fff; border-bottom:1px solid #EAEAEA}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}
@media screen and (max-width:1199px) {
.tbl_head01 thead th {font-size:1.25em;height:60px; line-height:60px; border-top:2px solid #ffc540}
.tbl_head01 td {font-size:1.25em; padding:0px 20px; height:normal}
}


.btn_bo_user li {
	background-color: #000 !important;
}


.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#2D2D2D;font-size:17px;height:30px;line-height:30px; width:30px; text-decoration:none; font-weight:300}
.pg_page i {color:#fff; font-size:17px}
.pg_start {background:#a7a7a7; border-radius:5px}
.pg_prev {background:#a7a7a7; border-radius:5px}
.pg_end {background:#a7a7a7; border-radius:5px}
.pg_next {background:#a7a7a7; border-radius:5px}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#ffc540}
.pg_current {display:inline-block;font-weight:800;height:30px;line-height:30px;font-size:17px; width:30px}

@media screen and (max-width:1199px) {
.pg_wrap {padding:0 10px}
.pg_page {font-size:12px; width:23px; padding:0 }
.pg_page i {font-size:12px}
.pg_current {font-size:12px}
}


/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


/* 2025-09-27 woopopo */
/* index 수정 */
/* 하단 고정 문의바 스타일 */
.inquiry-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00000087;
	color: #fff;
	padding: 30px 0;
	z-index: 1000;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.inquiry-bar .inquiry-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0 20px;
}

.inquiry-bar .inquiry-logo img {
	/* max-width: 120px; */
}

.inquiry-bar .inquiry-phone a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 8px;
}

.inquiry-bar .inquiry-phone a:hover {
	color: #fff;
}

.inquiry-bar .inquiry-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.inquiry-bar .form-row {
	display: flex;
	gap: 20px;
}

.inquiry-bar .inquiry-form .form-row input {
	flex: 1;
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	max-width: 200px;
	border: 1px solid #3d3d3d;
}

.inquiry-bar .inquiry-form .form-row input:focus {
	outline: 2px solid #333;
}

.inquiry-bar .privacy-check {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	font-size: 13px;
}

.inquiry-bar .privacy-check input[type="checkbox"] {
	margin: 0;
}

.inquiry-bar .privacy-check span {
	text-decoration: underline;
	cursor: pointer;
}

.inquiry-bar .quick-apply-btn {
	background: #ff4444;
	border: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	animation: blink 1.5s infinite;
	display: flex;
	align-items: center;
	gap: 5px;
}

@keyframes blink {
	0%, 50% { opacity: 1; }
	51%, 100% { opacity: 0; }
}

.inquiry-bar .quick-apply-btn:hover {
	background: #e63939;
	animation: none;
	opacity: 1;
}

/* 모바일 배너 - 2줄 레이아웃 */
.m-inquiry-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000ad;
	color: #fff;
	padding: 20px 0;
	z-index: 1000;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	display: none;
	width: 100vw;
}

.m-inquiry-bar .inquiry-container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 15px;
}

.m-inquiry-bar .inquiry-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* 첫 번째 줄: 로고 + 전화번호 + 빠른신청 버튼 */
.m-inquiry-bar .inquiry-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.m-inquiry-bar .inquiry-logo img {
	width: 85px;
}

.m-inquiry-bar .inquiry-logo a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 1;
	justify-content: center;
}

.m-inquiry-bar .inquiry-logo .quick-apply-btn {
	background: #ff4444;
	border: none;
	color: #fff;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	animation: blink 1.5s infinite;
	display: flex;
	align-items: center;
	gap: 3px;
}

/* 두 번째 줄: 성함 + 연락처 + 희망지역 + 개인정보동의 */
.m-inquiry-bar .form-row {
	display: flex;
	align-items: center;
	gap: 5px;
}

.m-inquiry-bar .form-row input {
	flex: 1;
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 11px;
	min-width: 0;
}

.m-inquiry-bar .form-row input:focus {
	outline: 1px solid #333;
	border-color: #333;
}

.m-inquiry-bar .privacy-check {
	display: flex;
	align-items: center;
	gap: 3px;
	cursor: pointer;
	font-size: 10px;
	white-space: nowrap;
	flex-shrink: 0;
}

.m-inquiry-bar .privacy-check input[type="checkbox"] {
	margin: 0;
	width: 12px;
	height: 12px;
}

.m-inquiry-bar .privacy-check span {
	text-decoration: underline;
	cursor: pointer;
}




/* 팝업 스타일 */
.privacy-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
}

.popup-content {
	background: #fff;
	max-width: 500px;
	width: 90%;
	max-height: 80vh;
	border-radius: 10px;
	overflow: hidden;
}

.popup-header {
	background: #ffc540;
	color: #fff;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.popup-header .close-btn{
	top: 10px;
}

.popup-header h3 {
	margin: 0;
	font-size: 18px;
}

.close-btn {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
}

.popup-body {
	padding: 20px;
	max-height: 60vh;
	overflow-y: auto;
	color: #333;
}

.popup-body h4 {
	color: #ffc540;
	margin: 15px 0 8px 0;
	font-size: 14px;
}

.popup-body p {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 1.5;
}

.popup-footer {
	padding: 15px 20px;
	text-align: center;
	border-top: 1px solid #eee;
	display: flex;
	gap: 10px;
}

.agree-btn, .disagree-btn {
	flex: 1;
	padding: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.agree-btn {
	background: #ffc540;
	color: #fff;
}

.disagree-btn {
	background: #ddd;
	color: #666;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
	.inquiry-bar{
		display: none;
	}
	.m-inquiry-bar{
		display: block;
	}
}

@media (max-width: 480px) {
	.popup-content {
		width: 95%;
		margin: 10px;
	}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 140px;
	}
}

/* 배너 스타일 */
#baner {
	position: relative;
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
}

#baner .banner-swiper-wrapper {
	margin: 0 auto;
	position: relative;
}

#baner .bannerSwiper {
	max-width: 1100px;
    height: 600px;
	position: relative;
}

#baner .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#baner .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 배너 네비게이션 버튼 */
#baner .banner-swiper-button-prev,
#baner .banner-swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

#baner .banner-swiper-button-prev:hover,
#baner .banner-swiper-button-next:hover {
	background: #ffc540;
}

#baner .banner-swiper-button-prev {
	left: 20px;
}

#baner .banner-swiper-button-next {
	right: 20px;
}

#baner .banner-swiper-button-prev i,
#baner .banner-swiper-button-next i {
	font-size: 24px;
}

/* 배너 페이지네이션 */
#baner .banner-swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 100%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 10px;
}

#baner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
}

#baner .swiper-pagination-bullet-active {
	background: #ffc540;
	width: 30px;
	border-radius: 6px;
}

/* 모바일 반응형 */
@media screen and (max-width: 1199px) {
	#baner {
		margin-top: 60px;
	}

	#baner .banner-swiper-wrapper {
		padding: 0;
	}

	#baner .banner-swiper-button-prev,
	#baner .banner-swiper-button-next {
		width: 35px;
		height: 35px;
	}

	#baner .banner-swiper-button-prev {
		left: 10px;
	}

	#baner .banner-swiper-button-next {
		right: 10px;
	}

	#baner .banner-swiper-button-prev i,
	#baner .banner-swiper-button-next i {
		font-size: 18px;
	}

	#baner .banner-swiper-pagination {
		bottom: 10px;
	}

	#baner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	#baner .swiper-pagination-bullet-active {
		width: 20px;
	}
}



#mct_sub {
	background-color: #89ff17d6;
	padding: 50px 0px;
	margin: 0 auto;
	
}

#mct_sub .mct-sub-line {

}

#mct_sub .mct-sub-line .mct-sub-line-div1 {
	text-align: center;
}

#mct_sub .mct-sub-line .mct-sub-line-div2 {

}

#mct_sub .mct-sub-line .mct-sub-line-div1 .mct-sub-line-div-title {
	font-size: 35px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 20px 0px;
}

#mct_sub .mct-sub-line .mct-sub-line-div2 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

#mct_sub .mct-sub-line .mct-sub-line-div2 .consultation-btn-wrapper {
	flex: 0 0 auto;
}

#mct_sub .kakao-consult-btn,
#mct_sub .phone-consult-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 40px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

#mct_sub .kakao-consult-btn {
	background: #fff;
	color: #3c1e1e;
}

#mct_sub .kakao-consult-btn:hover {
	background: #fdd835;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(254, 229, 0, 0.4);
}

#mct_sub .phone-consult-btn {
	background-color: #fff;
	color: #0554FF;
}

#mct_sub .phone-consult-btn:hover {
	background: #0443d1;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(5, 84, 255, 0.4);
}

#mct_sub .kakao-consult-btn i,
#mct_sub .phone-consult-btn i {
	font-size: 20px;
}



/* 모바일 전용 (768px 이하) */
@media screen and (max-width: 768px) {
	#mct_sub {
		padding: 40px 0;
	}

	#mct_sub .mct-sub-line {
		padding: 0 15px;
	}

	#mct_sub .mct-sub-line .mct-sub-line-div1 .mct-sub-line-div-title {
		font-size: 22px;
		line-height: 140%;
		padding: 10px 0;
		margin-bottom: 15px;
	}

	#mct_sub .mct-sub-line .mct-sub-line-div1 .mct-sub-line-div-title br {
		display: none;
	}

	#mct_sub .mct-sub-line .mct-sub-line-div2 {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin-top: 20px;
	}

	#mct_sub .kakao-consult-btn,
	#mct_sub .phone-consult-btn {
		width: 100%;
		max-width: 280px;
		justify-content: center;
		padding: 14px 24px;
		font-size: 15px;
	}

	#mct_sub .kakao-consult-btn i,
	#mct_sub .phone-consult-btn i {
		font-size: 16px;
	}
}

/* 태블릿 (769px ~ 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	#mct_sub {
		padding: 45px 0;
	}

	#mct_sub .mct-sub-line .mct-sub-line-div1 .mct-sub-line-div-title {
		font-size: 28px;
		line-height: 140%;
	}

	#mct_sub .mct-sub-line .mct-sub-line-div2 {
		gap: 15px;
	}

	#mct_sub .kakao-consult-btn,
	#mct_sub .phone-consult-btn {
		padding: 13px 35px;
		font-size: 17px;
	}
}

/* 예약현황 스타일 */
.reservation-status-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.reservation-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}

.table-body-wrapper {
	overflow: hidden;
	position: relative;
	background: #fff;
}

.table-body-wrapper > div:first-child {
	display: flex;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.table-body-wrapper > div:first-child p {
	flex: 1;
	margin: 0;
	padding: 20px 15px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	border-right: 1px solid #ddd;
}

.table-body-wrapper > div:first-child p:last-child {
	border-right: none;
}

.table-body-wrapper > div:nth-child(2) {
	height: 500px;
	overflow: hidden;
}

.reservation-table-body {
	width: 100%;
	border-collapse: collapse;
}

.reservation-table-body tbody {
	display: block;
	transition: transform 0.5s ease;
}

.reservation-table-body tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #eee;
}

.reservation-table-body td {
	padding: 16px 15px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.5px;
}

.reservation-table-body td:nth-child(1) {
	width: 33.33%;
}

.reservation-table-body td:nth-child(2) {
	width: 33.33%;
}

.reservation-table-body td:nth-child(3) {
	width: 33.33%;
}

/* 상태 카드 스타일 */
.reservation-table-body td:nth-child(3) span {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 16px;
}

.status-completed {
	background-color: #4CAF50;
	color: #fff;
}

.status-consulting {
	background-color: #2196F3;
	color: #fff;
}

.status-progress {
	background-color: #FF9800;
	color: #fff;
}

.status-confirmed {
	background-color: #9C27B0;
	color: #fff;
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
	.reservation-status-container {
		padding: 0 10px;
	}

	.reservation-card {
		border-radius: 20px 20px 0 0;
	}

	.table-body-wrapper > div:first-child p {
		padding: 12px 8px;
		font-size: 13px;
	}

	.table-body-wrapper > div:nth-child(2) {
		height: 280px;
	}

	.reservation-table-body td {
		padding: 10px 5px;
		font-size: 14px;
	}

	.reservation-table-body td:nth-child(3) span {
		padding: 5px 12px;
		font-size: 12px;
	}
}

/* 태블릿 (769px ~ 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.table-body-wrapper > div:first-child p {
		padding: 14px 10px;
		font-size: 15px;
	}

	.table-body-wrapper > div:nth-child(2) {
		height: 350px;
	}

	.reservation-table-body td {
		padding: 14px 10px;
		font-size: 18px;
	}

	.reservation-table-body td:nth-child(3) span {
		padding: 6px 16px;
		font-size: 14px;
	}
}



#mct_04 .mainSe3-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

#mct_04 .mainSe3-div h1 {
	text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
	color: #fff;
}

.mainSe3-div .mainSe3-div-subtitle {
	font-size: 25px;
    color: #949494;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

#mct_04 .mainSe3-div h1 span {
	color: #89ff17d6;
}



#mct_04 .mainSe3-div .mainSe3-inner-div ul {
	margin-top: 64px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#mct_04 .mainSe3-div .mainSe3-inner-div ul li {
	display: flex;
	align-items: center;
	gap: 40px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px 50px;
	transition: all 0.3s ease;
}

#mct_04 .mainSe3-div .mainSe3-inner-div ul li:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(137, 255, 23, 0.3);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mainSe3-inner-box2 {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(137, 255, 23, 0.1), rgba(23, 84, 255, 0.1));
	border-radius: 20px;
	padding: 20px;
}

.mainSe3-inner-box2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mainSe3-inner-box1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#mct_04 .mainSe3-div .mainSe3-inner-div ul li p {
	color: white;
	font-size: 28px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	margin: 0;
}

#mct_04 .mainSe3-div .mainSe3-inner-div ul li .point-sub {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.3px;
	margin: 0;
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
	#mct_04 .mainSe3-div {
		width: 100%;
		padding: 40px 15px;
	}

	#mct_04 .mainSe3-div h1 {
		font-size: 28px;
		line-height: 140%;
		letter-spacing: -0.5px;
	}

	.mainSe3-div .mainSe3-div-subtitle {
		font-size: 14px;
		line-height: 140%;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul {
		margin-top: 40px;
		gap: 20px;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li {
		flex-direction: column;
		text-align: center;
		padding: 25px 20px;
		gap: 15px;
	}

	.mainSe3-inner-box2 {
		width: 70px;
		height: 70px;
		padding: 15px;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li p {
		font-size: 18px;
		line-height: 150%;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li .point-sub {
		font-size: 13px;
	}
}

/* 태블릿 (769px ~ 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	#mct_04 .mainSe3-div {
		width: 100%;
		padding: 50px 20px;
	}

	#mct_04 .mainSe3-div h1 {
		font-size: 42px;
	}

	.mainSe3-div .mainSe3-div-subtitle {
		font-size: 18px;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li {
		padding: 35px 30px;
		gap: 25px;
	}

	.mainSe3-inner-box2 {
		width: 100px;
		height: 100px;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li p {
		font-size: 24px;
	}

	#mct_04 .mainSe3-div .mainSe3-inner-div ul li .point-sub {
		font-size: 15px;
	}
}

#mct_06 {
	background: #000;
}

#mct_06 .mainSe5-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 110px;
}

#mct_06 .mainSe5-div h1 {
	text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
	color: #fff;
}

.mainSe5-div .mainSe5-div-subtitle {
	font-size: 25px;
    color: #e3e3e3;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

#mct_06.mainSe5-div .mainSe5-inner-div {
	margin: 30px 0px;
}
#mct_06 .mainSe5-div .mainSe5-inner-div ul {
	display: flex;
	align-items: stretch;
	gap: 24px;
	margin-top: 60px;
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li {
	flex: 1;
	background: #fff;
	border-radius: 24px;
	text-align: center;
	padding: 40px 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li .step-span {
	background: linear-gradient(135deg, #89ff17, #1754ff);
	color: #fff;
	padding: 10px 24px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 0 4px 12px rgba(137, 255, 23, 0.3);
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li p {
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	margin: 0;
	color: #333;
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li p > span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-top: 10px;
	line-height: 150%;
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li > div {
	width: 100%;
	margin-top: auto;
}

#mct_06 .mainSe5-div .mainSe5-inner-div ul li > div img {
	width: 100%;
	height: auto;
	max-width: 180px;
	margin: 0 auto;
	display: block;
}

/* 모바일 (768px 이하) */
@media screen and (max-width: 768px) {
	#mct_06 {
		padding: 50px 0;
	}

	#mct_06 .mainSe5-div {
		width: 100%;
		padding: 0 15px;
		padding-block: 50px;
	}

	#mct_06 .mainSe5-div h1 {
		font-size: 28px;
		line-height: 140%;
		letter-spacing: -0.5px;
	}

	.mainSe5-div .mainSe5-div-subtitle {
		font-size: 14px;
		line-height: 140%;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul {
		flex-direction: column;
		gap: 15px;
		margin-top: 40px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li {
		padding: 30px 20px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li .step-span {
		padding: 8px 20px;
		font-size: 14px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li p {
		font-size: 18px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li p > span {
		font-size: 12px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li > div img {
		max-width: 140px;
	}
}

/* 태블릿 (769px ~ 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	#mct_06 {
		padding: 70px 0;
	}

	#mct_06 .mainSe5-div {
		width: 100%;
		padding: 0 20px;
		padding-block: 70px;
	}

	#mct_06 .mainSe5-div h1 {
		font-size: 42px;
	}

	.mainSe5-div .mainSe5-div-subtitle {
		font-size: 18px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul {
		flex-wrap: wrap;
		gap: 20px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li {
		flex: 1 1 calc(50% - 10px);
		min-width: 280px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li p {
		font-size: 20px;
	}

	#mct_06 .mainSe5-div .mainSe5-inner-div ul li p > span {
		font-size: 13px;
	}
}


