@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Pretendard', dotum, sans-serif;background:#fff; 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}

#kakao-consult {position:fixed; right:20px; bottom:230px; z-index:9}
#kakao-consult a {display:inline-block; width:55px; line-height:65px; height:55px; box-shadow:1px 1px 5px #878787; text-align:center; background:#FEE500; border-radius:50%;}
#kakao-consult i {color:#3C1E1E; font-size:28px; font-weight:800}

#phone-consult {position:fixed; right:20px; bottom:165px; z-index:9}
#phone-consult a {display:inline-block; width:55px; line-height:65px; height:55px; box-shadow:1px 1px 5px #878787; text-align:center; background:#0466FF; border-radius:50%;}
#phone-consult i {color:#fff; font-size:28px; font-weight:800}

#top {position:fixed; right:20px; bottom:100px; 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:#286ef0; border-radius:50%;}
#top i {color:#fff; font-size:30px; font-weight:800}

@media screen and (max-width:1199px) {
#kakao-consult { right: 0px; bottom:220px}
#kakao-consult a {width:40px; line-height:45px; height:40px}
#kakao-consult i {font-size:24px}

#phone-consult { right: 0px; bottom:170px}
#phone-consult a {width:40px; line-height:45px; height:40px}
#phone-consult i {font-size:24px}

#top { right: 0px; bottom:120px}
#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:relative; padding:30px 0; overflow:hidden; line-height:70px}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd .logo {float:left}
#hd .gnb {float:right}
#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:#313030; font-weight:500}
@media screen and (max-width:1199px) {
#hd {padding:30px 7%; line-height:normal}
#hd .logo img {height:25px; width:auto}
#hd .gnb {display:none}
}

#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}

#hd .logo .logo-white {display: none;}
#hd .logo .logo-black {display: inline-block;}

#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}
#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:#ffc540; font-weight:500; margin-bottom:20px}
#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; border:2px solid #ffc540; width:100%; padding:20px 0; border-radius:50px; font-size:20px; color:#ffc540; 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; padding:0 0 200px 0; overflow:hidden;}
#mct_03:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .sop {margin-bottom:30px}
#mct_03 .sop:last-child {margin-bottom:0}
@media screen and (max-width:1199px) {
#mct_03 {padding:0 0 100px 0}
#mct_03 .sop {margin-bottom:10px}
}

#mct_06 {position:relative; padding:200px 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:#F9F9F9; 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:#000; font-weight:800}
#ft .dos h2 {font-size:20px; color:#A7A7A7; font-weight:600}
#ft .dos h3 {font-size:35px; color:#2B2828; 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:#3C3C3C; font-size:15px; font-weight:700}
#ft .copy {background:#286ef0; border-radius:10px; padding:30px 0; text-align:center}
#ft .copy p {font-size:15px; color:#fff; 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:#393232; 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}
}

#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:#393232; font-weight:700}
#b_sub .b_title h2 {font-size:20px; color:#286ef0; 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}

/* 캡챠 자동등록(입력)방지 기본 - 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:#3a8afd;color:#fff;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:#286ef0;border:0;color:#fff; 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:#fff;background:#000}

@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 #286ef0}
.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}
}



.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: #425bff;
	color: #fff;
	padding: 25px 0;
	z-index: 1000;
	box-shadow: 0 -2px 10px rgba(66, 91, 255, 0.3);
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.inquiry-bar.show {
	transform: translateY(0);
	opacity: 1;
}

.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: #425bff;
	color: #fff;
	padding: 20px 0;
	z-index: 1000;
	box-shadow: 0 -2px 10px rgba(66, 91, 255, 0.3);
	display: none;
	width: 100vw;
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.m-inquiry-bar.show {
	transform: translateY(0);
	opacity: 1;
}

.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: #000;
	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;
	}
}

/* new_baner 스타일 (Slick Slider with centerMode) */
#new_baner {
	position: relative;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

#new_baner .visual_wrap {
	position: relative;
	width: 100%;
}

#new_baner .banner-slide {
	outline: none;
	padding: 50px;
	transition: all 0.5s ease;
}

#new_baner .banner-slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 20px;
	transition: all 0.5s ease;
}



/* 양옆 슬라이드 효과 */
#new_baner .slick-slide {
	transition: all 0.5s ease;
}

#new_baner .slick-slide.slick-center {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	z-index: 2;
}



/* Slick 화살표 버튼 커스텀 */
#new_baner .slick-prev,
#new_baner .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	border: none;
	border-radius: 50%;
	color: #2c3e50;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

#new_baner .slick-prev {
	left: 310px;
}

#new_baner .slick-next {
	right: 310px;
}

#new_baner .slick-prev:before,
#new_baner .slick-next:before {
	display: none;
}

/* 모바일 반응형 */
@media screen and (max-width: 1199px) {
	#new_baner {
		padding: 50px 0;
	}

	#new_baner .slick-slide {
		opacity: 1;
		transform: scale(1);
		filter: blur(0);
	}

	#new_baner .banner-slide {
		padding: 10px;
	}

	#new_baner .banner-slide img {
		border-radius: 15px;
	}

	#new_baner .slick-prev,
	#new_baner .slick-next {
		display: none !important;
	}
}

/* mainSc1 스타일 */
.mainSc1 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: url('../img/mainSc1.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.mainSc1-title {
	font-size: 60px;
	font-weight: 900;
	color: #333;
	margin-bottom: 30px;
}

.mainSc1-desc {
	margin-bottom: 40px;
}

.mainSc1-desc p {

	font-size: 42px;
    line-height: 60px;
    color: #aaa;
    font-weight: 700;
}

.mainSc1-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.mainSc1-buttons a {
	display: inline-block;
	transition: all 0.3s ease;
}

.mainSc1-buttons a:hover {
	transform: translateY(-5px);
}

.mainSc1-buttons img {
	height: 60px;
	width: auto;
	display: block;
}

/* 모바일 반응형 */
@media screen and (max-width: 1199px) {
	.mainSc1 {
		padding: 60px 20px;
	}

	.mainSc1-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.mainSc1-desc p {
		font-size: 14px;
		margin: 5px 0;
	}

	.mainSc1-highlight {
		padding: 15px 30px;
		margin: 30px 0 25px;
	}

	.mainSc1-highlight span {
		font-size: 24px;
		letter-spacing: 1px;
	}

	.mainSc1-buttons {
		flex-direction: column;
		gap: 15px;
	}

	.mainSc1-buttons img {
		height: 45px;
	}
}

/* 배너 스타일 (기존) */
#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;
	}
}


/* Hero Section - 이미지 배너 */
.mainSe1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mainSe1 picture {
    display: block;
    width: 100%;
}

.mainSe1 picture img {
    width: 100%;
    height: auto;
    display: block;
}

/* 움직이는 아이템 이미지 */
.mainSe1 .float-item {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.mainSe1 .float-item1 {
    top: 15%;
    left: 95%;
    transform: translate(-50%, 0);
    animation: floatUp 3s ease-in-out infinite;
}

.mainSe1 .float-item2 {
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    animation: floatDown 3.5s ease-in-out infinite;
}

@keyframes floatUp {
    0%, 100% {
        transform: translate(-50%, 0) translateY(0);
    }
    50% {
        transform: translate(-50%, 0) translateY(-20px);
    }
}

@keyframes floatDown {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(20px);
    }
}

/* Hero 하단 섹션 */
.mainSe1-bottom {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.mainSe1-bottom .mainSe1-inner-div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mainSe1-inner-div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mainSe1-inner-div ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mainSe1-inner-div ul li div {
    border-radius: 50%;
    background: #f5f7fa;
    display: flex;
    width: 45px;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mainSe1-inner-div ul li div img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.mainSe1-inner-div ul li p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}


.mainSe2 {
	background: #f5f7fa;
}

.mainSe2-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

.mainSe2-div .mainSe2-div-subtitle {
	font-size: 25px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

.mainSe2-div h1 {
	color: #222;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
}

.mainSe2-inner-div ul {
	display: flex;
    justify-content: center;
    gap: 32px 20px;
    flex-wrap: wrap;
    margin-top: 64px;
}

.mainSe2-inner-div ul li {
    border-radius: 12px;
    padding: 36px 32px;
    background: #425bff;
    box-shadow: 0 4px 20px rgba(66, 91, 255, 0.3);
    width: 400px;
    height: 246px;
    position: relative;
}

.mainSe2-inner-div ul li span {
	color: #c5d0ff;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}

.mainSe2-inner-div ul li p {
	color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.7px;
    padding-top: 8px;
}

.mainSe2-inner-div ul li div {
	text-align: right;
}

.mainSe3 {
	background: white;
}

.mainSe3 .mainSe3-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

.mainSe3 .mainSe3-div h1 {
	text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
	color: #111;
}

.mainSe3-div .mainSe3-div-subtitle {
	font-size: 25px;
    color: #949494;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

.mainSe3 .mainSe3-div h1 span {
	color: #0046FE;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul {
	margin-top: 64px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 12px);
    height: 320px;
    border-radius: 20px;
    background: #09295A;
    padding-left: 36px;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li:nth-child(2n)  {
	background: #0466FF;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li span  {
	color: #FFF;
    border-radius: 10px;
    background: #286EF0;
    padding: 10px;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
    display: block;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li:nth-child(2n) span  {
	color: #0466FF;
    background: #FFF;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li p  {
	color: #BEE3FF;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1px;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li .point-sub  {
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    margin-top: 8px;
}


.mainSe3 .mainSe3-div .mainSe3-inner-div ul li:nth-child(2n) p  {
	color: white;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box2 img {
	max-width: 180px;
	height: auto;
}

.mainSe4 {
	background: #f5f5f5;
}

.mainSe4 .mainSe4-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

.mainSe4 .mainSe4-div h1 {
	text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
	color: #111;
}

.mainSe4-div .mainSe4-div-subtitle {
	font-size: 25px;
    color: #949494;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

.mainSe4 .mainSe4-div h1 span {
	color: #0046FE;
}

.mainSe4 .mainSe4-div .mainSe4-inner-div {
	margin: 30px 0px;
}
.mainSe4 .mainSe4-div .mainSe4-inner-div ul {
	display: flex;
}

.mainSe4 .btns{
    width: 300px;
    margin: 50px auto 0;
    text-align: center;
}
.mainSe4 .btns a {
	display: inline-block;
    border: 2px solid #0554FF;
    width: 100%;
    padding: 20px 0;
    border-radius: 50px;
    font-size: 20px;
    color: #0554FF;
    font-weight: 600;
}


.mainSe5 {
	background: #286EF0;
}

.mainSe5 .mainSe5-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

.mainSe5 .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;
}

.mainSe5 .mainSe5-div .mainSe5-inner-div {
	margin: 30px 0px;
}
.mainSe5 .mainSe5-div .mainSe5-inner-div ul {
	display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 32px;
}

.mainSe5 .mainSe5-div .mainSe5-inner-div ul li {
    flex: 1;
    flex-shrink: 0;
    border-radius: 40px;
    background: #F1F8FF;
    text-align: center;
    padding: 64px 30px 0;
}

.mainSe5 .mainSe5-div .mainSe5-inner-div ul li .step-span {
    color: #286EF0;
    padding: 10px 20px;
    border-radius: 99px;
    border: 2px solid #286EF0;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
}

.mainSe5 .mainSe5-div .mainSe5-inner-div ul li p {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.7px;
    margin: 22px 0 12px;
}

.mainSe5 .mainSe5-div .mainSe5-inner-div ul li p>span {
    font-size: 25px;	
	margin-top: 10px;
	color: #a5a3a3;
	text-align: center;
}




.mainSe6 {
	background: white;
}

.mainSe6 .mainSe6-div {
	width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
	padding-block: 65px;
}

.mainSe6 .mainSe6-div h1 {
	text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.6px;
    color: #111;
}

.mainSe6 .mainSe6-div h1 img {
	margin-inline: -30px;
}

.mainSe6 .mainSe6-div h1 span {
	color: #286EF0;
}

.mainSe6-div .mainSe6-div-subtitle {
	font-size: 25px;
    color: #949494;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div {
	margin: 30px 0px;
}
.mainSe6 .mainSe6-div .mainSe6-inner-div ul {
	display: flex;
    flex-wrap: wrap;
    gap: 36px 20px;
    margin-top: 75px;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li {
	width: 610px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 {
	background: #286EF0;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 .mainSe6-inner-box-top {
    width: 100%;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 div p {
    color: #FFF;
	margin: 0px 25px;
	font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.6px;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 div p span {
	font-weight: 700;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box2 {
	padding: 24px 40px;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box2 p {
	font-size: 24px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.6px;
}

.mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box2 p span {
	color: #286EF0;
    font-weight: 700;
}

@keyframes swingTypeB {
  0% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(3deg) translateY(-30px) translateX(30px);
    -o-transform: rotate(3deg) translateY(-30px) translateX(30px);
    transform: rotate(3deg) translateY(-30px) translateX(30px);
  }
  85% {
    -webkit-transform: rotate(5deg) translateY(-10px) translateX(10px);
    -o-transform: rotate(5deg) translateY(-10px) translateX(10px);
    transform: rotate(5deg) translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes swingTypeC {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@-o-keyframes swingTypeC {
  0% {
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -o-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -o-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@keyframes swingTypeC {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    -o-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    -o-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes swingTypeD {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}
@-o-keyframes swingTypeD {
  0% {
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -o-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -o-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}
@keyframes swingTypeD {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(-15px);
    -o-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(-5px);
    -o-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}

/* mainSe1 모바일 반응형 */
@media (max-width: 768px) {
    .mainSe1 .float-item {
        display: none;
    }

    .mainSe1-bottom {
        padding: 15px 0;
    }

    .mainSe1-inner-div ul {
        flex-wrap: wrap;
        gap: 12px 20px;
        justify-content: center;
    }

    .mainSe1-inner-div ul li {
        width: auto;
        gap: 6px;
    }

    .mainSe1-inner-div ul li div {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .mainSe1-inner-div ul li div img {
        width: 18px;
        height: 18px;
    }

    .mainSe1-inner-div ul li p {
        font-size: 13px;
    }

    /* mainSe2 모바일 */
    .mainSe2-div {
        width: 100%;
        padding: 40px 20px;
    }

    .mainSe2-div .mainSe2-div-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mainSe2-div h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe2-inner-div ul {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .mainSe2-inner-div ul li {
        width: 100%;
        height: auto;
        padding: 24px 20px;
    }

    .mainSe2-inner-div ul li span {
        font-size: 18px;
        line-height: 1.4;
    }

    .mainSe2-inner-div ul li p {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 6px;
    }

    .mainSe2-inner-div ul li div img {
        max-width: 80px;
        height: auto;
    }

    /* mainSe3 모바일 */
    .mainSe3 .mainSe3-div {
        width: 100%;
        padding: 40px 20px;
    }

    .mainSe3-div .mainSe3-div-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mainSe3 .mainSe3-div h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul {
        margin-top: 40px;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 24px 20px;
        margin-bottom: 0;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box1 {
        width: 100%;
        text-align: left;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box1 span {
        font-size: 14px;
        padding: 8px 12px;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box1 p {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box1 .point-sub {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 8px;
    }

    .mainSe3 .mainSe3-div .mainSe3-inner-div ul li .mainSe3-inner-box2 img {
        max-width: 100%;
        height: auto;
        margin-top: 16px;
    }

    /* mainSe4 모바일 */
    .mainSe4 .mainSe4-div {
        width: 100%;
        padding: 40px 20px;
    }

    .mainSe4-div .mainSe4-div-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mainSe4 .mainSe4-div h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe4 .mainSe4-div .mainSe4-inner-div {
        margin: 20px 0;
    }

    .mainSe4 .mainSe4-div .mainSe4-inner-div ul {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .mainSe4 .mainSe4-div .mainSe4-inner-div ul li {
        width: calc(50% - 7.5px);
    }

    .mainSe4 .mainSe4-div .mainSe4-inner-div ul li img {
        width: 100%;
        height: auto;
    }

    .mainSe4 .btns {
        width: 100%;
        margin: 30px auto 0;
    }

    .mainSe4 .btns a {
        font-size: 16px;
        padding: 16px 0;
    }

    /* mainSe5 모바일 */
    .mainSe5 .mainSe5-div {
        width: 100%;
        padding: 40px 20px;
    }

    .mainSe5-div .mainSe5-div-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mainSe5 .mainSe5-div h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div {
        margin: 20px 0;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul {
        flex-direction: column;
        gap: 20px;
        margin-top: 24px;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul li {
        padding: 40px 20px 0;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul li .step-span {
        font-size: 16px;
        padding: 8px 16px;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul li p {
        font-size: 20px;
        line-height: 1.4;
        margin: 16px 0 10px;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul li p > span {
        font-size: 16px;
    }

    .mainSe5 .mainSe5-div .mainSe5-inner-div ul li div img {
        max-width: 100%;
        height: auto;
    }

    /* mainSe6 모바일 */
    .mainSe6 .mainSe6-div {
        width: 100%;
        padding: 40px 20px;
    }

    .mainSe6-div .mainSe6-div-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mainSe6 .mainSe6-div h1 {
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }

    .mainSe6 .mainSe6-div h1 img {
        width: 80px;
        height: auto;
        margin-inline: -10px;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div {
        margin: 20px 0;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li {
        width: 100%;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 {
        padding: 16px 20px;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 div img {
        width: 40px;
        height: auto;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box1 div p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 15px;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box2 {
        padding: 20px;
    }

    .mainSe6 .mainSe6-div .mainSe6-inner-div ul li .mainSe6-inner-box2 p {
        font-size: 16px;
        line-height: 1.6;
    }
}