@charset "utf-8";
/* 초기화 */
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Paperozi", "Segoe UI", "Malgun Gothic", sans-serif;
	overflow-x: hidden;
}
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: "Paperozi", "Segoe UI", "Malgun Gothic", sans-serif
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
	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: "Paperozi", "Segoe UI", "Malgun Gothic", sans-serif;
	font-size: 1em
}
input[type="submit"] {
	cursor: pointer
}
button {
	cursor: pointer
}
textarea, select {
	font-family: "Paperozi", "Segoe UI", "Malgun Gothic", 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: #2d2b2b;
	text-decoration: none
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	-webkit-box-shadow: 0 0 5px #9ed4ff;
	-moz-box-shadow: 0 0 5px #9ed4ff;
	box-shadow: 0 0 5px #9ed4ff;
	border: 1px solid #558ab7 !important;
}
/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}
#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff
}
.hd_pops img {
	max-width: 100%
}
.hd_pops_con {
}
.hd_pops_footer {
	padding: 0;
	background: #2d2b2b;
	color: #fff;
	text-align: left;
	position: relative
}
.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff
}
.hd_pops_footer .hd_pops_reject {
	background: #2d2b2b;
	text-align: left
}
.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0
}
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header-inner {
	width: 80%;
	margin: 0 auto;
	padding: 12px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1800px;
}
.header-logo {
	display: flex;
	align-items: center;
	gap: 15px;
	background: url('/img/logo.png') no-repeat;
	background-position: left top;
	background-size: auto 100%;
	height: 65px;
	position: relative;
	padding-left: 90px;
	padding-top: 20px;
}
.header-logo-icon {
	width: 50px;
	height: 50px;
}
.header-logo-text h1 {
	font-size: 1.325em;
	font-weight: 800;
	color: #2d2b2b;
	line-height: 120%;
	margin-bottom: 4px;
}
.header-logo-text p {
	font-size: 0.7em;
	color: #999;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.header-nav {
	display: flex;
	gap: 45px;
	align-items: center;
}
.header-nav-link {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 1.02em;
	transition: color 0.3s;
}
.header-nav a:last-child {
	font-size: 1.024em;
	color: #000;
	font-weight: 800;
}
.header-nav-link:hover {
	color: #00d4ff;
}
.header-nav a:last-child:hover {
	color: #00d4ff;
}
.header-buttons {
	display: flex;
	gap: 8px;
}
.header-btn {
	padding: 0.6em 1.5em;
	border-radius: 25px;
	border: none;
	font-weight: 700;
	font-size: 0.9em;
	cursor: pointer;
	transition: all 0.3s;
	line-height: 1;
	position: relative;
}
.header-buttons a {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	padding-left: 65px;
}
.header-btn-primary {
	background: #c6f2ff;
	color: #000000;
}
.header-btn-primary:hover {
	background: #33ccff;
	color: #fff;
	transform: translateY(-2px);
}
.header-btn-primary::after {
	content: "";
	width: 65px;
	height: 49px;
	background: url(/img/vlogmm.gif) no-repeat;
	display: inline-block;
	position: absolute;
	background-position: bottom left;
	background-size: 100% auto;
	left: 10px;
	bottom: 0;
}
.header-btn-secondary {
	background: #c6f2ff;
	color: #000000;
}
.header-btn-secondary:hover {
	background: #33ccff;
	color: #fff;
	transform: translateY(-2px);
}
/* 햄버거 버튼 */
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	z-index: 1001;
	position: fixed;
	right: 30px;
	top: 30px;
}
.hamburger span {
	width: 25px;
	height: 3px;
	background-color: #000;
	margin: 3px 0;
	transition: 0.4s;
}
.hamburger.active span {
	background-color: #2b2b2b;
}
/* 햄버거 버튼 활성화 시 애니메이션 */
.hamburger.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}
/* 모바일 메뉴 */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 200px;
	height: 100vh;
	background-color: #fff;
	transition: right 0.3s ease;
	z-index: 1000;
	padding-top: 80px;
}
.mobile-menu.active {
	right: 0;
}
.mobile-menu ul {
	list-style: none;
}
.mobile-menu ul li {
	border-bottom: 0px solid #ddd;
}
.mobile-menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 16px 30px;
	font-size: 1.1em;
	font-weight: 800;
	transition: background-color 0.3s;
}
/* 오버레이 */
.menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}
.menu_overlay.active {
	display: block;
}
/* 중간 레이아웃 */

.lt_wr {
	width: 32%
}
.lt_wr:nth-child(3n+1) {
	clear: both
}
.latest_wr {
	margin-bottom: 20px
}
.latest_wr:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.latest_top_wr {
	margin: 0 -10px 20px
}
.latest_top_wr:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
/* 하단 레이아웃 */

#top_btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: 0px solid #333;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	z-index: 90;
	background: rgb(0 0 0 / 8%);
}
#top_btn:hover {
	background: rgb(77 212 255 / 100%);
	color: #fff
}
/* 게시물 선택복사 선택이동 */
#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: #2d2b2b;
	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: 500;
	border: 0;
	font-size: 0.95em !important;
	;
	-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: #2d2b2b;
	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: #2d2b2b;
	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;
	font-weight: 500;
	font-size: 1em !important;
}
.btn_submit:hover {
	background: #2375eb
}
.btn_close {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	border-radius: 3px;
	background: #fff;
	font-weight: 500;
	font-size: 1em !important;
}
a.btn_close {
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	font-size: 0.95em !important;
	;
}
a.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 500;
	font-size: 1em !important;
}
button.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 500;
	font-size: 1em !important;
}
.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;
	font-weight: 500;
	font-size: 1em !important;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
	font-size: 1em;
	font-weight: 500;
	font-size: 1em !important;
}
/* 게시판용 버튼 */
a.btn_b01, .btn_b01 {
	display: inline-block;
	color: #bababa;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	font-weight: 500;
	font-size: 1em !important;
}
.btn_b01:hover, .btn_b01:hover {
	color: #2d2b2b
}
a.btn_b02, .btn_b02 {
	display: inline-block;
	background: #253dbe;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
	vertical-align: middle;
	font-weight: 500;
	font-size: 1em !important;
}
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;
	font-weight: 500;
	font-size: 1em !important;
}
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;
	font-weight: 500;
	font-size: 1em !important;
}
a.btn_b04:hover, .btn_b04:hover {
	color: #333;
	background: #f9f9f9
}
a.btn_admin, .btn_admin {
	display: inline-block;
	color: #d13f4a;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 500;
	font-size: 1em !important;
} /* 관리자 전용 버튼 */
.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 10px
}
.tbl_head01 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
.tbl_head01 thead th {
	padding: 20px 0;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ececec;
	height: 40px
}
.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 #c1d1d5;
	background: #d7e0e2;
	text-align: center
}
.tbl_head01 tbody th {
	padding: 8px 0;
	border-bottom: 1px solid #e8e8e8
}
.tbl_head01 td {
	color: #666;
	padding: 10px 5px;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	line-height: 1.4em;
	height: 60px;
	word-break: break-all
}
.tbl_head01 tbody tr:hover td {
	background: #fafafa
}
.tbl_head01 a:hover {
	text-decoration: underline
}
.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: #2d2b2b;
	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
}
.frm_info.add_info {
	margin-top: 10px !important;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	line-height: 1.6;
}
.btn_info_toggle {
	display: block;
	margin: 5px 0 0 21px;
	font-size: 12px;
	color: #3f51b5;
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}
/*기본 리스트*/
.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: #2d2b2b;
	-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;
	line-height: 50px;
	text-align: left;
}
.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: #2d2b2b;
	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;
	float: left;
	display: inline-block
}
.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: #eee;
	border: 1px solid #eee
}
.pg a:focus, .pg a:hover {
	text-decoration: none
}
.pg_page {
	color: #959595;
	font-size: 1.083em;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border-radius: 3px
}
.pg_page:hover {
	background-color: #fafafa
}
.pg_start {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
	padding: 0;
	border: 1px solid #eee
}
.pg_prev {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
	padding: 0;
	border: 1px solid #eee
}
.pg_end {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
	padding: 0;
	border: 1px solid #eee
}
.pg_next {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
	padding: 0;
	border: 1px solid #eee
}
.pg_start:hover, .pg_prev:hover, .pg_end:hover, .pg_next:hover {
	background-color: #fafafa
}
.pg_current {
	display: inline-block;
	background: #3a8afd;
	border: 1px solid #3a8afd;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 30px;
	border-radius: 3px
}
/* 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: #2d2b2b;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}
.hero-main-section {
	margin-top: 80px;
	/*min-height: calc(100vh - 90px);*/
	background-color: #a1ecff;
	background-image: url('/img/hero-bg.png');
	background-position: bottom left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding: 60px 40px 100px 40px;
}
.hero-container {
	max-width: 1600px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
/* 히어로 상단 영역 */
.hero-top-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.hero-main-title {
	font-size: 2em;
	font-weight: 700;
	color:#00ffea;
	line-height: 1.3;
	margin-bottom: 20px;
}
.hero-sub-title {
	font-size: 1.3em;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 600;
}
.hero-icon-menu {
	background: #293050;
	padding: 1em 1.2em;
	border-radius: 7px;
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	cursor: pointer;
	width: 340px;
	position: absolute;
	right: 5%;
	top: 60px;justify-content: space-between;
}
.hero-icon-menu-text {
	color: white;
	font-size: 0.92em;
	font-weight: 600; line-height:140%;
}
.hero-icon-menu-text span{font-size:0.95em; line-height:1; font-weight:500;}
.hero-icon-menu-symbol {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.hero-icon-menu-symbol img {
	width: auto;
	height: 100%;
}
/* 히어로 흐르는 텍스트 배경 */
.hero-scrolling-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-20%);
	z-index: 1;
	pointer-events: none;
}
.hero-scrolling-wrapper {
	display: flex;
	width: fit-content;
}
.hero-scrolling-text {
	white-space: nowrap;
	font-size: 6em;
	font-weight: 900;
	color: rgba(255, 255, 255, 1);
	line-height: 1.2;
	font-family: 'Paperozi';
	letter-spacing: 0em;
	padding-right: 10px; /* 두 텍스트 사이 간격 */
}
/* 애니메이션 */
.hero-scroll-left {
	animation: scrollLeft 240s linear infinite;
}
.hero-scroll-right {
	animation: scrollRight 240s linear infinite;
}
.hero-scrolling-text span {
	padding: 0 2px;
}
/* 짝수 단어: 라인(투명 텍스트 + stroke) */
.hero-scrolling-text span.stroke {
	color: transparent !important;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
	text-stroke: 1px white;
}
.hero-scrolling-text span.normal {
	color: rgba(255, 255, 255, 1);
}
 @keyframes scrollLeft {
 0% {
 transform: translateX(0);
}
 100% {
 transform: translateX(-50%);
}
}
 @keyframes scrollRight {
 0% {
 transform: translateX(-50%);
}
 100% {
 transform: translateX(0);
}
}
/* 히어로 비디오 영역 */
.hero-video-area {
	position: relative;
	z-index: 5;
	margin: 1em auto;

	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	max-width: 90%;
	margin-top: 5%;
}
.hero-video-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background: url('/img/hero-bg.jpg');
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-video-placeholder {
	color: white;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	height: 100%;
}
.hero-video-controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 5px;
	width: 80%;
	align-items: center;
}
.hero-control-btn {
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.0);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.hero-control-btn:hover {
	background: rgba(255, 255, 255, 0.15);
}
.hero-play-btn::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 14px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-left: 3px;
}
.hero-pause-btn::before, .hero-pause-btn::after {
	content: '';
	width: 4px;
	height: 16px;
	background: #333;
	margin: 0 2px;
}
.hero-progress-bar {
	width: calc(100% - 210px);
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
}
.hero-progress-fill {
	width: 30%;
	height: 100%;
	background: white;
	border-radius: 2px;
}
.hero-control-btn .material-symbols-sharp {
	color: #fff;
}
/* ============================================
    레이어띄우기
        ============================================ */
  /* hero 모드일 때만 적용 */
.hero-modal-content {
	background: #fff;
	height: 100%;
	padding: 20px 40px;
}
.vlog-modal.hero-mode .vlog-modal-content, .vlog-modal.point-mode .vlog-modal-content {
	max-height: none;          /* 높이 제한 해제 */
	height: auto;
	margin: 40px 20px;         /* 위아래 여백 */
	border-radius: 16px;
}
.vlog-modal.center-mode .vlog-modal-content {
	max-height: none;          /* 높이 제한 해제 */
	height: auto;
	margin: 40px 20px;         /* 위아래 여백 */
	border-radius: 16px;
}
.vlog-modal.center-mode .vlog-modal-video-wrapper{max-height: 80vh;
	overflow-y: auto;          /* ⭐ 세로 스크롤 */
	aspect-ratio: auto;}
.vlog-modal.hero-mode .vlog-modal-video-wrapper {
	max-width: 700px;
	width: 80%;
	margin: 0 auto;
	max-height: none;
	overflow-y: auto;          /* ⭐ 세로 스크롤 */
	aspect-ratio: auto;
}
.vlog-modal.point-mode .vlog-modal-video-wrapper {
	max-width: 1000px;
	width: 80%;
	height: auto;
	margin: 0 auto;
	max-height: 80vh;
	overflow-y: auto;          /* ⭐ 세로 스크롤 */
	aspect-ratio: auto;
	background: #fff;
}
.vlog-modal.hero-mode .hero-modal-content {
	text-align: left;
	word-break: keep-all;       /* 모바일 가독성 */
}
.vlog-modal.hero-mode .hero-modal-content h2 {
	font-size: 1.4em;
	margin: 1em 0;
	font-weight: 800;word-break: keep-all;
}
.vlog-modal.hero-mode .hero-modal-content h3 {
	font-size: 0.95em;
	padding-top: 1.5em;
	padding-bottom: 0.3em;word-break: keep-all;
}
.vlog-modal.hero-mode .hero-modal-content p {
	font-size: 0.91em;
	line-height: 1.7;
	font-weight: 400;word-break: keep-all;
	color: #787878;
}
.point-modal-content {
	background: #fff;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.point-modal-content>div {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 0.2em 20px;
}
.point-modal-content>div.megawidth{    padding-bottom: 1.3em;}
.point-modal-content>div.megawidth span{font-size:0.82em;}
.point-modal-content>div.megawidth .megacss{font-size:1em; font-weight:700; color:#2ca2ff;}
.point-modal-content>div p {
	font-size: 0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	font-weight: 700;
	word-break:keep-all;
	
	
}
.point-modal-content>div.megawidth  p{line-height:1.5em; font-weight: 600;}
.vlog-modal.point-mode .vlog-modal-video-wrapper img {
	width: 100%;

}
.point-modal-content>div span {
	font-size: 0.85em;
	line-height: 1.4;
	font-weight: 400;
	color: #787878;
}
/* ============================================
          브이로그
        ============================================ */



.vlog-section {
	margin: 0 auto;
	background: #f2f6fe;
	padding: 60px 40px;
}
.vlog-title {
	font-size: 2.3em;
	word-break: keep-all;
	font-weight: 900;
	color: #2d2b2b;
	margin-bottom: 20px;
	transition: opacity 0.3s;
}
.vlog-header {
	margin-bottom: 40px;
}
.vlog-category {
	font-size: 1em;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.vlog-tags {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	transition: opacity 0.3s;
	width: 360px;
}
.vlog-tag {
	padding: 0.5em 1.35em;


	background: #00d4ff;
	color: white;
	border-radius: 30px;
	font-weight: 500;
	font-size: 0.95em;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}
.vlog-tag:hover {
	background: #33ccff;
	color: #fff;
	transform: translateY(-2px);
}
.vlog-content {
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 60px;
	align-items: center;
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
}
.vlog-illustration-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vlog-characters {
	position: relative;
	height: 400px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.vlog-characters img {
	height: 130%;
	max-height: 490px;
	width: auto;
}
.vlog-character {
	position: absolute;
	width: 120px;
	height: 300px;
	/*background: #cbd5e0;
            border-radius: 60px 60px 10px 10px;*/
	transition: all 0.5s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.vlog-character:nth-child(1) {
	left: 0;
	transform: translateX(10%) scale(1);
	transform: scale(0.55);
	z-index: 1;
}
.vlog-character:nth-child(2) {
	left: 20%;
	transform: translateX(-50%) scale(1);
	z-index: 2;/*background: #90cdf4;*/
}
.vlog-character:nth-child(3) {
	left: 10%;
	transform: scale(0.55);
	z-index: 1;
}
.vlog-character.active {
	transform: translateX(-20%) scale(1) !important;
	;
	z-index: 2 !important;
	;
	/*background: #90cdf4 !important;*/
	left: auto!important;
	;
	right: 20% !important;
	;
}
.vlog-character.inactive {
	transform: scale(0.55) !important;
	;
	z-index: 1 !important;
	;/*background: #cbd5e0 !important;*/
}
.vlog-nav-dots {
	display: flex;
	gap: 12px;
}
.vlog-nav-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cbd5e0;
	cursor: pointer;
	transition: all 0.3s;
}
.vlog-nav-dot.active {
	background: #00d4ff;
	width: 30px;
	border-radius: 6px;
}
.vlog-video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	transition: opacity 0.3s;
}
.vlog-video-item {
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vlog-video-thumbnail {
	width: 100%;
	max-width: 350px;
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: #667eea;
	position: relative;
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.vlog-video-preview {
	width: 280%;
	height: 100%;
	object-fit: cover;
	left: 50%;
	object-fit: cover;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.vlog-video-item:hover .vlog-video-preview {
	display: block;
}
.vlog-video-item:hover .vlog-video-placeholder {
	display: none;
}
.vlog-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	transition: opacity 0.3s;
	z-index: 1;
}
.vlog-video-item:hover .vlog-play-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
}
.vlog-play-icon {
	width: 60px;
	height: 60px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.vlog-play-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid #333;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 4px;
	display: none;
}
.vlog-clock-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	pointer-events: none;
	z-index: 99;
}
.vlog-clock {
	width: 100%;
	height: 100%;
	position: relative;
}
.vlog-clock-hand {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform-origin: bottom center;
	background: white;
	border-radius: 0px;
}
.vlog-hour-hand {
	width: 3px;
	height: 38%;
	margin-left: -3px;
}
.vlog-minute-hand {
	width: 3px;
	height: 45%;
	margin-left: -3px;
}
.vlog-video-time {
	text-align: center;
	margin-top: 0.6em;
	font-size: 1.2em;
	font-weight: 800;
	color: #333;
	padding-bottom: 0.5em;
}
.vlog-thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vlog-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.vlog-modal.active {
	display: flex;
	    flex-direction: column;
}
.vlog-modal-content {
	max-width: 90%;
	max-height: 90%;
	width: 1200px;
	position: relative;
}
.vlog-modal-header {
	text-align: center;
	margin-bottom: 20px;
}
.vlog-modal-time {
	color: #00d4ff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.vlog-modal-title {
	color: white;
	font-size: 20px;
	font-weight: 600;
	z-index: -9999;
}
.vlog-modal-video-wrapper {
	width: 100%;
	aspect-ratio: 16/9;
	background: #2d2b2b;
	border-radius: 12px;
	overflow: hidden;
}
.vlog-modal-video {
	width: 100%;
	height: 100%;
}
.vlog-modal-close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	background: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
/* ============================================
           입지 캐러셀 섹션
        ============================================ */
.location-section {
	width: 100%;
	padding: 120px 0;
	background: #fff;
}
.location-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	width: 80%;
	margin: 0 auto;
}
.location-title {
	font-size: 2.5em;
	word-break: keep-all;
	font-weight: 800;
	color: #2d2b2b;
}
.nav-buttons {
	display: flex;
	gap: 12px;
}
.nav-btn {
	width: 50px;
	height: 50px;
	height: 50px;
	border: 1px solid #d9e5e5;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 24px;
}
.nav-btn:hover:not(:disabled) {
	background: #333;
	color: white;
	border: 1px solid #333;
}
.nav-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
/* 캐러셀 컨테이너 */
.location-carousel-wrapper {
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}
.location-carousel-container {
	overflow-x: hidden;
	cursor: grab;
}
.location-carousel-container:active {
	cursor: grabbing;
}
.location-carousel-track {
	display: flex;
	gap: 24px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.location-carousel-track.dragging {
	transition: none;
}
.location-card {
	flex: 0 0 calc((100% - 72px) / 4); /* 4개 표시: 간격 3개 */
	cursor: pointer;
	transition: transform 0.3s;
	user-select: none;
	padding: 1em 0;
}
.location-card:hover {
	transform: translateY(-8px);
}
.location-card-image {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.location-image-placeholder {
	width: 100%;
	height: 100%;
}
.location-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.location-card-title {
	font-size: 1.31em;
	font-weight: 700;
	color: #2d2b2b;
	margin-bottom: 10px;
}
.location-card-description {
	font-size: 1.02em;
	color: #666;
	font-weight: 500;
	line-height: 1.5;
}
/* 터치 인디케이터 */
.touch-indicator {
	display: none;
	text-align: center;
	padding: 10px;
	color: #999;
	font-size: 1em;
}
/* 인프라 */
		  /* 인프라 */
.infra-section {
	min-height: 100vh;
	background: url(/img/infra_bg.jpg);
	background-size: cover;
	display: flex;
	position: relative;
	justify-content: center;
	position: relative;
}
/* 왼쪽 메뉴 영역 */
.infra-sidebar {
	padding: 150px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 25%;
}
.infra-sidebar-header {
}
.infra-main-title {
	font-size: 1.9em;
	font-weight: 700;
	color: white;
	line-height: 1.3;
	margin-bottom: 30px;
}
.infra-menu-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	max-width: 380px;
}
.infra-menu-item {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 0.9em 1.3em;
	background: rgb(0 220 255 / 23%);
	color: white;
	border: none;
	border-radius: 50px;
	font-size: 1.2em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 10px;
	line-height: 20px;
	position: relative;
}
.infra-menu-item:hover {
	background: #00d4ff;
	padding-left: 1.8em;
}
.infra-menu-item.active {
	color: white;
	background: #00deff;
	padding-left: 1.8em;
	font-size: 1.2em;
	font-weight: 600;
}
.infra-menu-item.active::before {
	content: "trending_flat";      /* 아이콘 이름 */
	font-family: "Material Symbols Sharp";
	font-size: 1.6em;
	font-weight: 600;
	display: block;
	position: absolute;
	right: 0.8em;
}
/* 오른쪽 콘텐츠 영역 */
.infra-content-area {
	height: 100vh;
	overflow-y: auto;
	padding: 8em 60px;
	scroll-behavior: smooth;
	width: calc(50% - 60px);
}
 .infra-content-area::-webkit-scrollbar {
 width:0;
}
 .infra-content-area::-webkit-scrollbar-track {
 background: rgba(255, 255, 255, 0.1);
}
 .infra-content-area::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.3);
 border-radius: 4px;
}
.infra-content-section {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease;
	padding-bottom: 15em;
	max-width: 1200px;
	margin-right: 4vw;
}
.infra-content-section.active {
	opacity: 1;
	transform: translateY(0);
}
.infra-content-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.infra-content-title {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 700;
	
    line-height: 1.1em;
}
.infra-content-titles {
	font-size: 0.55em;
	font-weight: 500;
	color: inherit;
	line-height: 1;
}
.infra-st {
	color: #81c0ff;
	font-size: 0.82rem;
	font-weight: 400;
	    display: inline-block;
    width: 100%;
    line-height: 140%
}
.infra-icon-badge {
	font-size: 48px;
}
.infra-card {
	border-top:#07b2efb0 solid 1px;
	padding-top: 20px;
	margin-bottom: 5px;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.infra-card-title {
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}
.infra-big {
	font-size: 2em;
	font-weight: 700;
}
.infra_title_st {
	font-size: 0.9rem;
	font-weight: 500;
	color:#f6fdff;
    line-height: 200%;
}
.infra-card-period {
	color: #00fffd;
	font-weight: 400;
	font-size: 0.9em;
	letter-spacing: 0.025em;
	margin-bottom: 1.5em;
}
.bst {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0;
}
.infra-card-description {
	color: white;
	font-size:0.9em;
	line-height: 1.6;
	font-weight: 400;

	letter-spacing: 0.01em;
}
.infra-stat-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	align-items: flex-end;
	padding-left: 20px;
}
.infra-stat-number {
	font-size: 5em;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: white;
	line-height: 1;
}
.infra-stat-number span{font-size:0.9em; letter-spacing:0; line-height:1; color:inherit; font-weight:600;}
.number2{font-size:3em;} 
.infra-stat-label {
	font-size: 0.95em;
	color: #fff;
	font-weight: 600;
	padding-top: 0.5em;
	padding-right: 4px;
}
/* ============================================
           공통 포인트 섹션 스타일
        ============================================ */
.point-section {
	display: flex;
	padding: 150px 0;
	align-items: stretch;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
}
.point-section-white {
	background: #ffffff;
}
.point-section-cyan {
	background: #effdfe;
}
/* 왼쪽 설명 영역 */
.point-info {
	width: 600px;
}
.point-badge {
	display: inline-block;
	padding: 0.5em 1.5em;
	background: #3ddaff;
	color: white;
	border-radius: 50px;
	font-size: 1.3em;
	font-weight: 800;
}
.point-title {
	font-size: 3.5em;
	word-break: keep-all;
	font-weight: 800;
	color: #2d2b2b;
	padding: 0.3em 0;
	margin-top: 0.5em;
}
.point-subtitle {
	font-size: 1.2em;
	color: #00d4ff;
	font-weight: 700;
	margin-bottom: 2em;
	
}
.point-description{max-width:80%;}
.point-description P {
	width: 100%;
	font-size: 1.074em;
	color: #333;
	font-weight: 600;
	line-height: 1.6;
	word-break: keep-all;
}
.point-description h3 {
	font-size: 1.31em;
	font-weight: 700;
	margin-bottom:15px;
}
.point-details {
	display: inline-flex;
	flex-direction: column;
	width: auto;
	border-top: #333 solid 2px;
	justify-content: flex-start
}
.point-detail-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.9em;
	color: #848484;
	font-weight: 500;
	border-bottom: #ddd solid 1px;
	padding: 0.6em 2px;
}
.point-dtitle {
	font-size: 1em;
	color: #2d2b2b;
	font-weight: 700;
	line-height: 1;
}
.point-detail-item .material-symbols-sharp {
	font-weight: 600;
	color: #333;
	font-size: 1.5em
}

.p_bold {
	font-size: 0.95em;
	font-weight: 700;
	color: #333;
	line-height: 1;
	display: inline-block;
	width: 45px;
}
.point-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2d2b2b;
	font-weight: 600;
	text-decoration: none;
	margin-top: 40px;
	position: relative;
	border-bottom: #2d2b2b solid 2px;
	line-height: 20px;
	font-size: 0.95em;
}
.point-link::after {
	content: "trending_flat";      /* 아이콘 이름 */
	font-family: "Material Symbols Sharp";
	font-size: 1.6em;
	font-weight: 600;
}
/* 오른쪽 이미지 캐러셀 영역 */
.point-carousel-wrapper {
	position: relative;
	overflow: hidden;
	width: calc(90% - 600px);
}
.point-carousel-container {
	display: flex;
	gap: 24px;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.point-carousel-item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s;
}
.point-carousel-image {
	width: 100%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.point-carousel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.point-carousel-caption {
	position: absolute;word-break: keep-all;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5em 2em;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	color: white;
	font-size: 1.3em;
	font-weight: 700;
	display: flex;
	justify-content: space-between;align-items: center;transition: 
		transform 0.3s ease,
		color 0.3s ease;
}

.point-carousel-caption span.material-symbols-sharp {
	font-size: 2em;color:#fff!important;transform: translateY(0px);
transition: 
		transform 0.3s ease,
		color 0.3s ease;
}
.point-carousel-caption:hover{transition: 
		transform 0.3s ease,
		color 0.3s ease;}
.point-carousel-caption:hover span.material-symbols-sharp {color:#98e2ff !important;transform: translateY(-4px);transition: 
		transform 0.3s ease,
		color 0.3s ease;}

/* 네비게이션 버튼 */
.point-carousel-nav {
	display: flex;
	gap: 12px;
	position: relative;
	margin-top: 20px;
}
/* ============================================
           응원영상 섹션
        ============================================ */
.support-section {
	background: #81e4ff;
	padding: 120px 0;
	overflow: hidden;
}
.support-header {
	margin: 0 auto 40px;
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.support-header-left h3 {
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	margin-bottom: 0.3em;
}
.support-header-left h2 {
	font-size: 52px;
	font-weight: 900;
	color: white;
}
.support-header-right {
	text-align: right;
	padding-top: 20px;
}
.support-view-all {
	color: white;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	border-bottom: 2px solid white;
	transition: all 0.3s;
}
/* 영상 그리드 */
.support-video-rows {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 60px;
}
.support-video-row {
	display: flex;
	gap: 24px;
	width: max-content;
}
/* 첫 번째 줄: 오른쪽에서 왼쪽 */
.support-video-row-1 {
	animation: scrollLeft 40s linear infinite;
}
/* 두 번째 줄: 왼쪽에서 오른쪽 */
.support-video-row-2 {
	animation: scrollRight 40s linear infinite;
}
 @keyframes scrollLeft {
 0% {
 transform: translateX(0);
}
 100% {
 transform: translateX(-50%);
}
}
 @keyframes scrollRight {
 0% {
 transform: translateX(-50%);
}
 100% {
 transform: translateX(0);
}
}
/* 호버시 애니메이션 정지 */
.support-video-row:hover {
	animation-play-state: paused;
}
/* 비디오 카드 */
.support-video-card {
	height: 25vh;
	aspect-ratio: 1.33 / 1;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	flex-shrink: 0;
}
.support-video-card:hover {
	aspect-ratio: 1.7 / 1;
	z-index: 10;
}
.support-video-thumbnail {
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.support-video-thumbnail img {
	opacity: 0.7;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 비디오 오버레이 */
.support-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	opacity: 0;
	transition: opacity 0.3s;
}
.support-video-card:hover .support-video-overlay {
	opacity: 1;
}
.support-video-card:hover .support-video-thumbnail img {
	opacity: 0.95;
}
.support-video-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.support-video-tag {
	color: white;
	font-size: 0.925em;
	font-weight: 500;
}
.support-video-title {
	color: white;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 8px;
}
.support-video-description {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
	display: none;
}
/* 재생 아이콘 */
.support-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}
.support-video-card:hover .support-play-icon {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.1);
}
.support-play-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 24px solid #333;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-left: 6px;
}
/* ============================================
           뉴스 게시판 섹션
        ============================================ */
.news-section {
	background: #f5fcfd;
	padding: 80px 0;
}
.news-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.news-title {
	font-size: 2em;
	word-break: keep-all;
	font-weight: 900;
	color: #2d2b2b;
}
.news-nav-buttons {
	display: flex;
	gap: 12px;
}
/* 뉴스 카드 그리드 */
.news-carousel-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.news-carousel-track {
	display: flex;
	gap: 30px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-card {
	flex: 0 0 calc((100% - 60px) / 3);
	background: white;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	color: inherit;
	display: block;
}
.news-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
}
.news-card-image {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.news-image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-image-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-card-content {
	padding: 30px;
}
.news-card-tags {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.news-card-tag {
	padding: 6px 14px;
	background: #e0f7fa;
	color: #00bcd4;
	border-radius: 20px;
	font-size: 0.95em;
	font-weight: 600;
}
.news-card-title {
	font-size: 1.37em;
	word-break: keep-all;
	font-weight: 700;
	color: #2d2b2b;
	line-height: 140%;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-card-date {
	font-size: 0.95em;
	color: #999;
}
/* 전체보기 버튼 */
.news-action {
	text-align: center;
	padding-top: 20px;
}
.news-btn-all {
	display: inline-block;
	padding: 0.7em 1.6em;
	background: #2d2b2b;
	color: white;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s;
}
.news-btn-all:hover {
	background: #33ccff;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* 전체보기 버튼 */
.btn-action {
	text-align: center;
	margin-top: 40px;
}
.btn-action a.btn-all {
	display: inline-block;
	padding: 0.8em 1.8em;
	background: white;
	color: #333;
	font-size: 1em;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.btn-action a.btn-all:hover {
	transform: translateY(-3px);
	color: #4dd4ff;
}
.gall_title {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	margin-top: 160px;
	width: 80%;
}
.gall_title h2 {
	font-size: 2.8em;
	font-weight: 800;
	color: #2d2b2b;
	line-height: 140%;
}
.gall_title p.title {
	font-size: 1.3em;
	font-weight: 600;
	color: #2d2b2b;
	line-height: 120%;
}
#bo_gall {
	width: 80% !important;
	max-width: 1600px;
	font-size: 14px;
	margin: 0 auto;
	padding-top: 20px;
}
#bo_w, #bo_v {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 14px;
}
#bo_w *, #bo_v * {
	font-weight: 500;
}
#bo_v_atc {
	max-width: 980px;
	margin: 0 auto;
	font-weight: 400 !important;
}
#bo_v_con {
	font-weight: 400 !important;
}
#bo_v_img {
	text-align: center;
}
#bo_gall .bo_tit .new_icon {
	display: none !important
}
.gall_row .col-gn-4 {
	width: 22% !important
}
.vlog_wrap{
display: flex;
flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
       align-items: center;
    max-width: 90%;
    max-height: 90%;
    width: 980px;
    margin: 1em 0;    gap: 20px;
    padding: 0 10px;

}
.vlog_wrap p.vlog_videost{ font-size: 0.965em;
    color: #ffffff;
    display: inline-block;
    flex-direction: column;
    line-height: 160%;
    font-weight: 300; word-break:keep-all;
}
.vlog_wrap p.vlog_videost span{     font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    padding-right: 5px;
}


.vlog-social-links {
display: flex;
gap: 7px;
flex-direction: row;
justify-content: flex-end;

}

.vlog-social-link {
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
transition: all 0.3s;
cursor: pointer;
text-decoration: none;
}

.vlog-social-instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.vlog-social-facebook {
background: #1877f2;
}

.vlog-social-naver {
background: #03c75a;
}

.vlog-social-youtube {
background: #fa4a4a;

}

.vlog-social-link:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.vlog-social-link img{width:40%;}	

.vlog-modal.active .vlog_wrap{ display:flex; }
.hero-mode.active .vlog_wrap, .point-mode.active .vlog_wrap, .center-mode.active .vlog_wrap{ display: none; }



/* 메인비쥬얼수정 
 260113 */




 /* 반응형 */
  @media (max-width: 1600px) {
.header-inner {
	font-size: 0.9em;
	width: 100%;
	padding: 15px 20px;
}
.support-header, .news-header, .news-carousel-wrapper, .hero-container, .vlog-content, .support-header .news-section > div {
	width: 90%;
}
.location-section > div, {
width: 100%;
}
.infra-section {
	font-size: 0.9em;
}
.infra-sidebar {
	font-size: 0.9em;
	gap: 30px;
	width: 30%;
	padding: 100px 60px;
}
.infra-content-area {
	width: 70%;
	padding: 10em 60px;
	padding: 180px 60px;
	height: 100vh;
}
.point-info {
	font-size: 0.9em;
	width: 30%;
	padding-right: 60px;
}
.point-description{max-width:100%;}
.point-carousel-wrapper {
	width: calc(70% - 60px);
}
.point-title {
	font-size: 3em;
}
.support-header-left h2 {
	font-size: 3em;
}
.support-section {
	min-height: auto;
	font-size: 0.9em;
}
#ft {
	min-width: auto;
	width: 100%;
}
.hero-scrolling-text {
	font-size: 4em;
	font-weight: 900;
}
.location-carousel-wrapper {
	padding: 20px 0;
}
.vlog-title, .location-title{
	font-size: 2em;
}
.point-title, .support-header-left h2 {
	font-size: 2.6em;
}
.point-subtitle, point-badge {
	font-size: 1em;
}
.location-card {
	font-size: 0.9em;
}
.location-card * {
	word-break: keep-all;
}
.vlog-video-grid {
	gap: 40px;
}
}
 @media (max-width: 1280px) {
.hero-main-title {
	font-size: 1.4em;
}
.hero-sub-title {
	font-size: 1.1em;
	word-break:keep-all;
}
.hero-container {
	width: 80%;
}
.hero-main-section {
	padding: 40px;
}
.hero-video-area {
	margin-top: 2em;
}
.header-nav {
	gap: 20px;
}
.vlog-title {
	font-size: 2em;
	margin-bottom: 15px;
}
.vlog-content {
	display: block;
}
.vlog-content .vlog-navi {
	display: grid;
	grid-template-columns: 350px 1fr;
	align-items: center;
	gap: 0px;
	font-size: 0.8em;
	margin-bottom: 80px;
}
.vlog-section {
	padding: 120px 0;
}
.vlog-tags {
	display: flex;
	width: 100%;
}
.vlog-illustration-area {
	width: 380px;
}
.vlog-characters {
	height: 210px;
}
.vlog-character {
	height: 200px;
}
.vlog-video-grid {
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
}
.hero-icon-menu {
	width: auto;
	right: 10px;
	top: 20px;
	justify-content: space-between;
}
.hero-icon-menu-text {
	font-size: 0.8em;
}
.vlog-video-time, .location-card {
	font-size: 0.85em;
}
}
 @media (max-width: 1280px) {
.header-inner {
	font-size: 0.8em;
}
.support-header, .news-header, .news-carousel-wrapper, .vlog-content, .location-section > div, .support-header .news-section > div {
	width: 90%;
}
.location-card {
	font-size: 0.8em;
}
.infra-section {
	justify-content: flex-start;
}
.infra-sidebar {
	padding: 100px 30px;
}
.infra-content-area {
	width: 65%;
	height: auto;
	padding: 150px 2%;
	font-size: 0.9em;
}
.infra-content-title {
	font-size: 1.4em;
}
.point-badge {
	font-size: 0.95em;
}
.point-info {
	font-size: 0.8em;
	height: 450px;
}
.point-description {
	overflow: hidden;
	display: inline-block;
	word-break: keep-all;
	font-size: 1em;
}
.point-carousel-caption {
	padding: 1.5em 1em;
	font-size: 0.95em;
}
.point-section {
	padding: 100px 0px;
}
.point-subtitle {
	font-size: 0.95em;
}
.point-detail-item {
	width: 270px;
}
.support-section {
	padding: 80px 0;
}
.support-video-row {
	gap: 15px;
}
.support-video-card {
	height: 20vh;
}
.support-header-left h3 {
	font-size: 1.1em;
}
.support-header-left h2 {
	font-size: 2em;
}
.hero-scrolling-text {
	font-size: 3em;
}
.location-title, .point-title {
	font-size: 2.5em;
	font-weight: 900;
}
.infra-main-title {
	font-weight: 800;
}
.location-card-description {
	font-size: 0.95em;
	word-break: keep-all;
}
.news-card-content {
	font-size: 0.9em;
}
.news-btn-all {
	font-size: 0.95em;
}
#bo_gall, .gall_title {
	width: 90% !important;
}
#bo_gall .gall_text_href a {
	font-weight: 700;
	font-size: 1.1em !important;
}
#bo_gall .gall_info {
	font-size: 0.9em;
}
#bo_w, #bo_v {
	width: 90% !important;
}
.location-title, .point-title {
	font-size: 1.8em;
}
.infra-menu-item {
	margin-bottom: 0;
	padding: 0.8em 1.3em;
	font-size: 1.2em;
}
.point-detail-item {
	gap: 6px;
}
.p_bold {
	width: 30px;
}
.support-video-rows {
	padding-bottom: 20px;
}
.news-title {
	font-size: 1.6em;
}
.news-card-title {
	font-size: 1.2em;
}
.vlog-modal-close{top: 15px;
    right: 10px;}
}
 @media (max-width: 1024px) {
.header-logo-text h1 {
	font-size: 1.1em;
}
.header-nav-link {
	font-size: 1.05em;
}
.header-logo {
	background-size: auto 90%;
	height: 55px;
	padding-left: 65px;
	width: 230px;
}
.header-inner {
	padding: 15px 10px;
}
.vlog-video-time {
	font-size: 0.9em;
}
.vlog-characters {
	align-items: center;
	margin-bottom: 10px;
}
.vlog-hour-hand {
	width: 2px;
}
.vlog-minute-hand {
	width: 2px;
}
.vlog-tags {
	gap: 4px;
	width: auto;
}
.vlog-characters img {
	height: 100%;
}
.infra-card {
	margin-bottom: 0;
}
.infra-section {
	min-height: auto;
}
.infra-sidebar {
	font-size: 0.7em;
}
.infra-content-area {
	width: 50%;
	padding: 100px 0px;
}
.infra-content-section {
	padding-bottom: 0;
	margin-right: 0;
}
.infra-content-title {
	font-size: 1.6em;
	padding-right: 100px;
	line-height: 140%;
	

}
.infra-st {
	font-size: 0.8rem;
	color:#64a5ff;
	display: inline-block;
	line-height: 140%;
	word-break: keep-all;
}
.infra_title_st {
	font-size: 0.9rem;
}
.infra-big {
	font-size: 1.4em;
}
.infra-sidebar {
	width: 40%;
}
.point-description {
	width: 100%;
}
.point-section {
	padding: 80px 0;
	flex-direction: column;
}
.point-section .point-carousel-wrapper {
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.point-section .point-info {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 2em;
	padding-right: 0;
}
.point-carousel-nav {
	left: 10px;
}
.point-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: flex-end;
	justify-content: flex-start
}
.point-details .point-detail-item {
	width: 45%;
	font-size: 0.95em
}
.point-details .p_bold {
	width: 35px;
}
.point-link {
	margin-top: 20px;
}
.news-card-image {
	width: 100%;
	height: auto;
}
.location-title, .point-title {
	font-size: 2em;
}
.location-card {
	font-size: 0.8em;
}
.news-title {
	font-size: 1.6em;
}
.news-card-content {
	font-size: 0.7em;
}
.news-carousel-wrapper {
	width: 100%;
	height: auto;
	padding: 0 20px;
}
.infra-stat-number {
	font-size: 3em;
}
.header-buttons a {
	padding: 0.6em 1.2em;
	padding-left: 45px;
}
.header-btn-primary::after {
	width: 40px;
	height: 40px;
	left: 10px;
}
.header-logo-text p {
	display: none;
}
.header-logo {
	padding-top: 5px;
}
.news-card-content {
	font-size: 0.8em;
}
.vlog-video-grid {
	grid-template-columns: 1fr;
	overflow-x: auto;
	display: flex;
	scroll-snap-type: x mandatory;
	padding-bottom: 20px;
}
.vlog-video-grid .vlog-video-item {
	min-width: 150px;
	scroll-snap-align: start;
}
.vlog-content .vlog-navi {
	max-width: 640px;
}
.vlog-illustration-area {
	width: 100%;
}
.vlog-characters {
	height: 200px;
}
.vlog-character {
	height: 190px;
}
.vlog-tags{min-width:auto !important;}
.vlog-character:nth-child(1) {
	left: 0%;
	transform: scale(0.65);
}
.vlog-character:nth-child(2) {
	left: 15%;
	transform: translateX(-10%) scale(1);
}
.vlog-character:nth-child(3) {
	left: 25%;
	transform: scale(0.65);
	z-index: 1;
}
.vlog-character.active {
	transform: translateX(20%) scale(1) !important;
	;
	left: auto!important;
	;
	right: 10% !important;
	;
}
.vlog-character.inactive {
	transform: scale(0.65) !important;
	;
}
}
 @media (max-width: 768px) {
.header-logo-text p {
	display: none;
}
.header-nav {
	display: none;
}
.hamburger {
	display: flex;
}
.hero-container {
	width: 90%;
}
.hero-main-section {
	padding: 40px 20px;
	margin-top: 80px;
}
.hero-video-controls {
	bottom: 0px;
	width: 100%;
}
.hero-top-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	gap: 10px;
}
.hero-main-title {
	font-size: 1.2em;
}
.hero-sub-title {
	font-size: 1em;
}
.hero-scrolling-text {
	font-size: 3em;
}
.hero-message-box {
	font-size: 0.9em;
	width: 100%;
}
.header-logo {
	padding-top: 10px;
}
.hero-icon-menu {
	width: auto;
	gap: 5px;
}
.hero-icon-menu-text {
	font-size: 0.7em;
}
.hero-icon-menu-symbol {
	width: 30px;
	height: 30px
}
.vlog-section {
	padding: 120px 0;
}
.vlog-header {
	padding: 0;
	margin-bottom: 20px;
}
.location-title, .point-title {
	font-size: 2em;
}
.infra-section {
	flex-direction: column;
}
.infra-sidebar {
	width: 100%;
	padding: 100px 20px;
	padding-bottom: 0;
	gap: 0;
}
.infra-menu-list {
	display: flex;
	flex-direction: row;
	gap: 12px;
	max-width: 100%;
}
.infra-content-area {
	width: 96%;
	padding: 40px 20px;
	word-break: keep-all;
}
.gall_title p.title {
	font-size: 1em;
}
.gall_title h2 {
	font-size: 2.2em;
}
.header-logo-text p {
	display: none;
}
.point-details .point-detail-item {
	width: 100%;
}
.vlog-title {
	font-size: 1.6em;
}
.header-logo-text h1 {
	font-size: 1.15em;
	word-break: keep-all;
}
.vlog-tag {
	padding: 0.65em 0.9em;
}
    .support-header-left h3 {
        font-size: 1em;
    }
	
}

/* ============================================
          새창 레이어
  ============================================ */
@media (max-width: 768px) {
/* hero 모드일 때만 적용 */
.hero-modal-content {
	padding: 20px;
}
.vlog-modal.hero-mode .hero-modal-content {
	font-size: 0.9em;
}
.vlog-modal.hero-mode .hero-modal-content h2 {
	font-size: 1.2em;
}
.vlog-modal.hero-mode .hero-modal-content h3 {
	font-size: 0.9em;
}
.vlog-modal.hero-mode .hero-modal-content p {
	font-size: 0.9em;
}
.vlog-modal.point-mode .point-modal-content {
	font-size: 0.9em;
}
.point-modal-content>div {
	width: 50%;
	padding: 0.2em 15px;
}
.point-modal-content>div p {
	font-size: 0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	font-weight: 700;
}
.vlog-modal.point-mode .vlog-modal-video-wrapper img {
	padding-bottom: 20px;
}
.point-modal-content>div span {
	font-size: 0.85em;
	line-height: 1.4;
}
#bo_gall #gall_ul {
	gap: 10px !important
}
#bo_gall .gall_text_href a {
	font-size: 1em !important
}
.bo_v_nb li {
	padding: 1.5em 0 !important;
	font-size: 0.8em !important;
}
.gall_row .col-gn-4 {
	width: 45% !important;
}
.hamburger {
	right: 20px;
}
.header-buttons {
	position: absolute;
	right: 60px;
}
.location-carousel-wrapper, .location-card {
	padding-top: 10px;
}
.vlog-content .vlog-navi {
	max-width: 600px;
	grid-template-columns: 1fr 250px;
}
    .support-header-left h2 {
        font-size: 1.6em;
    }
	.center-marker::after {display:none;}
	.vlog_wrap p.vlog_videost {    font-size: 0.8em;}
	.vlog-social-link {
    width: 40px;
    height: 40px;}
	 .vlog_wrap p.vlog_videost span {    display: block;    padding-right: 5px;    padding-bottom: 5px;}
	 .vlog_wrap p.vlog_videost {    font-size: 0.8em;}
}
 @media (orientation: landscape) {
.hero-main-section {
	min-height: calc(100vh - 80px);
}
#bo_gall {
	min-height: calc(100vh - 600px);
}
}
 @media (max-width: 1920px) {
.hero-video-area {
	max-width: 900px;
	margin-top: 1em;
}
.vlog-video-thumbnail {
	max-width: 260px;
}
.hero-scrolling-text {
	font-size: 4.75em;
	font-weight: 800;
}
}
 @media (max-width: 480px) {
.vlog_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;flex-direction: column-reverse;
	gap:30px;
}	
	 .vlog_wrap p.vlog_videost {    font-size: 0.75em;}
	 .vlog-social-links {    width: 100%;}
	 .vlog-social-link {    width: 36px;    height: 36px;}
.header-logo {
	padding-right: 50px;
}
.header-logo-text h1 {
	font-size: 0.98em;
	word-break: keep-all;
}
.hero-top-area {
	justify-content: flex-end;
}
.hero-video-area {
	margin-top: 2em;
}
.hero-container {
	min-width: 240px !important;
	padding-bottom: 100px;
}
.vlog-content .vlog-navi {
	grid-template-columns: repeat(1, 1fr);
}
.vlog-header, .vlog-tags {
	margin-bottom: 15px;
}
.hero-scrolling-bg {
	top: 40%;
}
.hero-main-title {
	font-size: 1.1em;
	margin-bottom: 7px;
}
.hero-sub-title {
	font-size: 0.8em;
}
.hero-icon-menu {
	right: 0;
	top: auto;
	bottom: 30px;
	width: 100%;
}
.vlog-tag {
	padding: 0.65em 1.2em;
	font-size: 0.9em;
}
.hero-scrolling-text {
	font-size: 2em;
}
.vlog-content .vlog-navi {
	margin-bottom: 30px;
}
.vlog-characters {
	height: 180px;
}
.vlog-header {
	padding: 0;
}
.vlog-illustration-area {
	max-width: 250px;
}
vlog-video-item {
	min-width: 130px;
}
.vlog-video-time {
	font-size: 0.8em;
}
.vlog-video-grid {
	padding-bottom: 0;
	padding-top: 20px;
	gap: 25px;
}
.vlog-section, .location-section {
	padding: 80px 0px;
}
.location-title, .point-title, .vlog-title, .infra-content-title {
	font-size: 1.6em;
}
.location-carousel-wrapper {
	padding: 10px 0;
}
.infra-content-area {
	width: 100%;overflow: hidden; 
}
.infra-sidebar-header {
    padding-left: 20px;
}
.infra-menu-list {
 display: flex;
  gap: 8px;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
  scroll-snap-type: x proximity;     /* mandatory 말고 proximity 추천 */
        margin-left: 20px;
}
.infra-menu-list::-webkit-scrollbar {
  display: none;
}
.infra-menu-item{   flex: 0 0 auto;              /* 줄바꿈 방지 */
  white-space: nowrap;         /* 글자 줄바꿈 방지 */
  scroll-snap-align: start;}
.infra-sidebar {
	padding: 60px 0;
	padding-bottom: 0;
}
.infra-content-area {
	padding: 40px 20px;
}
.infra-content-section {
	gap: 20px;
}
.infra-card {
	padding-top: 20px;
}
.infra-icon-badge img {
	width: 100%;
}
.infra-content-title {
	padding-right: 10px;
}
.infra-stat-label {
	font-size: 0.8em;
	padding-right: 0px;
	text-align: right;
}
.infra-stat-box {
	padding-left: 10px;
}
.infra-card-description {
	font-size: 0.9em;
	etter-spacing: 0em;
	word-break: keep-all;

}
.infra-card-period {
	word-break: keep-all;
}
.point-description {
	font-size: 0.9em;
	}
/* hero 모드일 때만 적용 */
.vlog-modal.hero-mode .vlog-modal-video-wrapper {
	width: 100%;
}
.hero-modal-content {
	padding: 20px;
}
.vlog-modal.hero-mode .hero-modal-content {
	font-size: 0.8em;
}
.vlog-modal.hero-mode .hero-modal-content p {
	font-size: 0.85em;
	word-break: keep-all;
}
.vlog-modal.point-mode .vlog-modal-video-wrapper {
	width:96%;
}
.point-modal-content>div {
	padding: 0em 10px;
}
.point-modal-content>div p {
	font-size: 0.85em;
}
.point-modal-content>div span {
	font-size: 0.72em;
}
.vlog-modal.point-mode .point-modal-content {
	padding-bottom: 0;
}
.point-carousel-caption {
	font-size: 0.75em;
}
.infra-stat-number {
	font-size: 2.2em;
}
.support-video-rows {
	gap: 12px;
	margin-bottom: 20px;
}
.support-video-card {
	height: 96px;
}
.support-section {
	padding: 60px 0;
}
.news-title {
	font-size: 1.3em;
}
.news-card-content {
	padding: 20px;
}
.news-card-title {
	font-size: 1.1em;
}
.news-card-date {
	font-size: 0.9em;
}
.news-card-tag {
	font-size: 0.9em;
	padding: 6px 10px;
}
.point-section {
	padding: 60px 0px;
}
.infra-st {
	font-size: 0.6rem;
}
.infra_title_st {
	font-size: 0.8rem;
}
.bst {
	font-size: 1.1em;
}
.point-modal-content>div {
	width: 100%;
}
.infra-menu-item.active::before {
	display: none;
}
.gall_row .col-gn-3 {
	width: 100% !important;
}
.gall_row .col-gn-4 {
	width: 100% !important;
}
#bo_gall #gall_ul {
	flex-direction: column !important
}
.gall_row .col-gn-3 {
	width: 100%!important
}
#bo_gall .gall_text_href a {
	font-size: 1.1em !important
}
.gall_title p.title, .bo_v_nb li .nb_date, .bo_v_nb li i {
	display: none!important
}
#bo_gall .gall_info {
	font-size: 0.8em !important
}
gall_title p.title {
	font-size: 0.9em;
}
.gall_title h2 {
	font-size: 1.2em;
}
#bo_v_link li, #bo_v_info .if_date {
	font-size: 0.7em !important;
	overflow: hidden;
}
#bo_v_link a {
	font-size: 0.9em !important;
}
#bo_v_title .bo_v_tit {
	font-size: 1.2em !important;
	font-weight: 700 !important;
}
.header-logo {
	background-size: auto 80%;
	height: 55px;
	padding-left: 55px;
	width: 230px;
}
.hamburger span {
	width: 21px;
	height: 2px;
	background-color: #000;
	margin: 3px 0;
	transition: 0.4s;
}
.support-video-card {
	height: 180px;
}
.support-video-rows{margin-bottom: 0;        padding-bottom: 0;
}
    .point-carousel-nav, .nav-buttons {
        left: 0;
        gap: 5px;}
		.nav-btn {
    width: 42px;height: 42px;}
	.infra-icon-badge{display:flex;width: 15%;}
    .news-btn-all {
        font-size: 0.8em;
    }
	.news-card-tags {
    gap: 5px;
    font-size: 0.9em;}

	.vlog-modal-title{    font-size: 0.8em;}
	.point-description h3 {
	font-size: 1.12em;
	font-weight: 700;
	margin-bottom:7px;
}
.point-title{        font-size: 2.35em;}
    .point-badge {
        font-size: 0.95em;
    }
	    .point-subtitle {
        font-size: 1.25em;
    }
}
 @media (min-width: 320px) {

.infra-sidebar {
	padding-top: 60px;
}
.location-carousel-wrapper, .location-card {
	padding-bottom: 0;
}

.news-card-content {
	padding: 15px;
}
}
 @media (max-width: 330px) {
.vlog-section, .location-section {
	padding: 60px 0px;
}
.support-section, .point-section {
	padding: 60px 0px;
}
.header-logo-text h1 {
	font-size: 0.92em;
}
.header-buttons {
	display: none;
}
.header-logo {
	background-size: auto 70%;
	height: 55px;
	padding-left: 45px;
}
.infra-card-title, .news-title {
	font-size: 1.1em;
}
.vlog-video-grid .vlog-video-item {
	min-width: 115px;
}
.vlog-tags{min-width:auto !important;}
.vlog-video-grid {
	padding-top: 10px;
	gap: 20px;
}
    .support-header-left h2 {
        font-size: 1.4em;
    }
    .support-header-left h3 {
        font-size: 0.9em;
    }
	.news-section{
    padding: 60px 0;}
	.infra-stat-number {
	font-size: 1.8em;
}
	
 }
