@charset "utf-8";

@import url(../fonts/GmarketSans/GmarketSans.css);
@import url(https://www.apiservice.kr/fonts/NotoSansKR/NotoSansKR.css);

:root {
	--gs-max-width: 800px;
	--gs-min-width: 360px;
	--gs-header-height: 65px;

	--gs-base-color: #2d6ef0;
	--gs-color-black: #000;
	--gs-color-white: #fff;
	--gs-color-raisin-black: #222;
	--gs-color-purple: #932fff;
	--gs-color-catalina-blue: #082777;
	--gs-color-persian-blue: #0f42c6;
	--gs-color-new-car: #2056e0;
	--gs-color-Blueberry: #4579ff;
	--gs-color-very-light-blue: #6555ff;
	--gs-color-baby-blue: #a7c0ff;
	--gs-color-pale-cornflower-blue: #b7cbff;
	--gs-color-cherry-pink: #ffb5c8;
	--gs-color-guppie-green: #31ff7f;
	--gs-color-yellow-sun: #ffe119;
	--gs-color-deep-saffron: #ff983c;
	--gs-deep-violet: #1a005c;
	--gs-color-bright-green: #5ff214;
	--gs-color-apple: #70b646;
	--gs-color-azure: #0387f8;
	--gs-color-electric-pink: #f63184;
	--gs-color-interdimensional-blue: #4518b4;
	--gs-color-placeholder: rgba(255, 255, 255, 0.5);

	--gs-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230c4384'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'/%3E%3C/svg%3E");
}

html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none;}
html, body, div, span, applet, object, iframe, p, blockquote, pre, xmp, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, svg {margin: 0; padding: 0; font: inherit; color: inherit; vertical-align: baseline; box-sizing: border-box; touch-action: manipulation;}
*::before, *::after {box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; vertical-align: baseline; box-sizing: border-box; touch-action: manipulation;}
main, header, nav, section, footer, menu, article, aside, details, figcaption, figure, hgroup {display: block;}
address, cite, code, em {font-style: inherit; font-weight: inherit;}
fieldset {border: 0;}
ol, ul {list-style: none;}
strong, .strong {font-weight: 700;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after, q::before, q::after {content: none;}
legend {position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed;}
caption {position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);}
th, td {line-height: 1.5; vertical-align: middle; word-break: break-all; text-overflow: ellipsis; word-wrap: break-word;}
img {border: 0; vertical-align: middle;}
button {cursor: pointer; vertical-align: middle; line-height: normal; border: 0; background: transparent; text-transform: none; overflow: visible; -webkit-appearance: button;}
button[disabled] {cursor: not-allowed; opacity: 0.5;}
a {color: inherit; text-decoration: none; -webkit-text-decoration-skip: objects;}
a:active, a:hover {outline: 0;}
video {display: block; width: 100%;}
label {vertical-align: middle;}
input, textarea {vertical-align: middle; line-height: normal; border-radius: 0; background-color: #fff; -webkit-touch-callout: default !important; -webkit-user-select: text !important;}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="time"], input[type="file"], input[type="date"], textarea {padding: 10px 15px; height: 60px; border: 1px solid #88a9ff; border-radius: 5px; background-color: #2056e0; -webkit-appearance: none; appearance: none;}
input[type="checkbox"], input[type="radio"] {width: auto; border: none;}
input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
input::-webkit-input-placeholder{color: var(--gs-color-placeholder) !important;}
input:-moz-placeholder{color: var(--gs-color-placeholder) !important; opacity: 1 !important;}
input::-moz-placeholder{color: var(--gs-color-placeholder) !important; opacity: 1 !important;}
input:-ms-input-placeholder{color: var(--gs-color-placeholder) !important;}
textarea {padding: 20px 15px; width: 100%; height: auto; line-height: 1.8; resize: none;}
textarea::-webkit-input-placeholder{color: var(--gs-color-placeholder) !important;}
textarea:-moz-placeholder{color: var(--gs-color-placeholder) !important; opacity: 1 !important;}
textarea::-moz-placeholder{color: var(--gs-color-placeholder) !important; opacity: 1 !important;}
textarea:-ms-input-placeholder{color: var(--gs-color-placeholder) !important;}
input[type="text"][readonly], input[type="password"][readonly], input[type="email"][readonly], input[type="tel"][readonly], input[type="search"][readonly], input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="tel"][disabled], input[type="search"][disabled], textarea[readonly], textarea[disabled], select[disabled] {color: #666; background: #eaeaea; border-color: #c0c0c0;}
input[readonly], textarea[readonly] {cursor: default;}
input[disabled], textarea[disabled], select[disabled] {cursor: not-allowed;}
select {padding: 0 35px 0 25px; width: 100%; height: 48px; color: #555; border: 1px solid #f6f6f6; border-radius: 6px; background: #f6f6f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23000000'%3E%3Cpath d='m24 30.8-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E") no-repeat 98% center / 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select:focus {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23000000'%3E%3Cpath d='M14.15 30.15 12 28l12-12 12 12-2.15 2.15L24 20.3Z'/%3E%3C/svg%3E");}
select::-ms-expand {display: none;}
select[disabled] {color: #999;}
::selection {color: #000; background: rgba(255, 238, 51, 0.99);}
a, button, label, input, select, textarea {-webkit-tap-highlight-color: transparent;}

:focus-visible {box-shadow: 0 0 0 3px var(--gs-color-white), 0 0 0 5px var(--gs-color-raisin-black); border-radius: 2px; outline: 0; transition: none !important;}
input:focus-visible, textarea:focus-visible {
	color: var(--gs-color-raisin-black);
	border: 2px solid var(--gs-color-raisin-black);
	border-radius: 5px;
	background-color: var(--gs-color-white);
	box-shadow: none;
}

body {
	font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: var(--gs-color-white);
	line-height: 1.3;
	background: var(--gs-deep-violet);
	word-break: keep-all;
	overflow-wrap: break-word;
}

body.opened-gnb { overflow: hidden; }
body.opened-gnb .scroll-btn { display: none; }

.skipnavigation { display: flex; justify-content: center; position: fixed; top: -100px; left: 0; padding: 8px 5px; min-width: 200px; font-size: 16px; color: #fff; text-align: center; background: #0f3e8e; z-index: 1000000; transition: top 0.3s; }
.skipnavigation span { position: relative; padding-bottom: 3px; }
.skipnavigation span::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
.skipnavigation:focus-visible { top: 0; box-shadow: 0 0 0 3px #222; }

.sr-only { position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--gs-color-white);
	z-index: 950;
}
#header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 10px 0 20px;
	max-width: var(--gs-max-width);
	height: var(--gs-header-height);
}
.brand-logo img {
	width: 230px;
}

#gnb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
	display: none;
}
#gnb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 3;
}
#gnb > div {
	position: relative;
	width: 100%;
	max-width: 480px;
	min-width: var(--gs-min-width);
	height: 100%;
	background-color: var(--gs-color-white);
	z-index: 5;
}
#gnb .header {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 0 20px;
	align-items: center;
	height: var(--gs-header-height);
	border-bottom: 1px solid #cfcfcf;
	background-color: var(--gs-color-white);
}
#gnb ul {
	height: calc(100vh - var(--gs-header-height));
	overflow-y: auto;
}
#gnb li {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
#gnb li a {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px 40px 10px 10px;
	min-height: 60px;
	font-size: 22px;
	font-weight: 700;
	color: var(--gs-color-raisin-black);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cg%3E%3Cpath d='M0,0h24v24H0V0z' fill='none'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12'/%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 10px) center / 25px;
}
#gnb li a::before {
	content: "";
	flex: 0 0 16px;
	height: 16px;
	border: 3px solid var(--gs-color-raisin-black);
	align-items: self-start;
	border-radius: 50%;
}
#gnb li a.on {
	color: var(--gs-color-apple);
}
#gnb li a.on::before {
	border-color: var(--gs-color-apple);
	background-color: var(--gs-color-apple);
}

.open-gnb-btn {
	width: 50px;
	height: 50px;
	background: url("data:image/svg+xml,%3Csvg fill='%230c4384' height='800px' width='800px' version='1.1' id='XMLID_309_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24' xml:space='preserve'%3E%3Cg id='menu'%3E%3Cg%3E%3Cpath d='M24,21H0v-2h24V21z M24,13H0v-2h24V13z M24,5H0V3h24V5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center / 30px;
}
.close-gnb-btn {
	width: 50px;
	height: 50px;
	background: var(--gs-icon-close) no-repeat center / 40px;
}
body.opened-gnb {
	border: 1px solid red !important;
}
body.opened-gnb #gnb {
	display: block;
}



#container {
	margin: 0 auto;
	padding-top: var(--gs-header-height);
	max-width: var(--gs-max-width);
	min-width: var(--gs-min-width);
}
#content {
	padding: 30px 0 150px;
}
#content:has(.page-top-title) {
	padding-top: 0;
}

.page-top-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px 20px;
	min-height: 65px;
	font-family: "GmarketSans";
	font-size: 26px;
	background-color: #4d00b3;
}
.page-content {
	padding: 30px 20px;
}
.page-content.fill {
	padding: 0;
}
.page-content.icon > div {
	padding-top: 75px;
	background: url(../img/img-ai-shorts.png) no-repeat left top / 113px;
}
.page-content.icon.center > div {
	text-align: center;
	background-position: center top;
}

.con-box ~ .con-box {
	margin-top: 60px;
}
.title-line {
	position: relative;
	margin-bottom: 20px;
}
.title-line > h2 {
	display: inline-flex;
	position: relative;
	padding-right: 15px;
	font-size: 26px;
	color: var(--gs-color-bright-green);
	z-index: 3;
}
.title-line::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: var(--gs-color-white);
	transform: translateY(14px);
	z-index: 1;
}
.title-line.bottom {
	padding-bottom: 10px;
}
.title-line.bottom::after {
	top: auto;
	bottom: 0;
	transform: none;
}

.gs-txt {
	line-height: 1.5;
}
.gs-txt.center {
	margin: 30px auto 50px;
	max-width: 400px;
	text-align: center;
}

.gs-notice-list li {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}
.gs-notice-list.indent li {
	padding-left: 18px;
	text-indent: -18px;
}
.title-line + .gs-notice-list {
	padding-left: 10px;
}

.gs-text-box {
	margin-top: 35px;
	padding: 25px 20px;
	color: var(--gs-color-pale-cornflower-blue);
	text-align: left;
	line-height: 1.5;
	border: solid 1px #88a9ff;
	border-radius: 5px;
	background-color: #2056e0;
}
.gs-text-box p {
	line-height: 2;
}
.gs-text-box.inner-scroll {
	height: 25vh;
	overflow-y: auto;
}
.gs-enter-item .gs-text-box {
	margin-top: 0;
}

.gs-enter-item {
	display: flex;
	gap: 10px;
	flex-direction: column;
	margin: 25px 0;
}
.gs-enter-item label {
	font-size: 16px;
	color: #95b3ff;
}
.gs-enter-item label.lg {
	font-size: 20px;
	color: var(--gs-color-white);
}
.gs-enter-item input {
	width: 100%;
	font-size: 20px;
}
.gs-enter-item .msg {
	color: var(--gs-color-cherry-pink);
}
.gs-enter-item > div:has(.icon-eye) {
	position: relative;
}
.gs-enter-item > div:has(.icon-eye) input {
	padding-right: 60px;
}
.gs-enter-item .icon-eye {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: url(../img/icon-eye-b-2.png) no-repeat center / 30px;
}
.gs-enter-item input + .icon-eye {
	background-image: url(../img/icon-eye-b-1.png);
}
.gs-enter-item.row {
	flex-direction: row;
	align-items: center;
}
.gs-enter-item.row label {
	flex: 0 0 110px;
}
.gs-enter-item.row > div {
	flex: 1;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.gs-enter-item.row > div a {
	text-decoration: underline;
	text-underline-offset: 5px;
}
.gs-enter-item.row .right {
	flex: 0 0 120px;
}
.gs-enter-item.row .right .gs-btn {
	height: 55px;
	font-size: 20px;
	font-weight: 500;
}
.gs-enter-item .notice {
	margin-top: 5px;
	font-size: 16px;
}
.gs-enter-item > div:has( > .right-btns)  {
	display: flex;
	gap: 5px;
}
.gs-enter-item .right-btns button {
	padding-top: 6px;
	width: 110px;
	height: 100%;
	border: 1px solid #093095;
	border-radius: 5px;
	background-color: var(--gs-color-persian-blue);
}

.gs-check-item {
	position: relative;
}
.gs-check-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.gs-check-item span {
	display: flex;
	align-items: center;
	gap: 12px;
}
.gs-check-item span::before {
	content: "";
	position: relative;
	top: -3px;
	width: 30px;
	height: 30px;
	align-self: flex-start;
	border-radius: 5px;
	background: var(--gs-color-white) url(../img/icon-check.png) no-repeat center / 20px;
	background-image: url(../img/icon-check.png);
}
.gs-check-item input[type="checkbox"]:checked + span::before {
	background-color: var(--gs-color-purple);
}

.gs-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 100%;
	height: 60px;
	font-size: 22px;
	font-weight: 700;
	border-radius: 5px;
	background-color: var(--gs-color-interdimensional-blue);
}
.gs-btn.outline {
	border: 1px solid var(--gs-color-white);
	background-color: var(--gs-color-new-car);
}
.gs-btn.round {
	border-radius: 60px;
}
.gs-btn[download] {
	padding: 3px 5px 0;
	width: 145px;
	height: 35px;
	font-size: 15px;
	border-radius: 35px;
}
.gs-btn[download] span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 15px;
}
.gs-btn[download] span::after {
	content: "";
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	background: url(../img/icon-download.png) no-repeat center top / 100%;
}
.gs-btn.download {
	display: inline-flex;
	padding: 5px 20px;
	width: auto;
	height: auto;
	min-height: 35px;
}
.gs-btn.download span {
	flex: 1;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 400;
}

.gs-btn-con > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 80px;
}
.gs-btn-con.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--gs-base-color);
}
.gs-btn-con.fixed > div {
	margin-top: 0;
	padding: 20px;
}

.underline-items {
	margin: 30px 0;
}
.underline-items > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.underline-items a {
	padding: 10px;
	font-size: 22px;
	text-decoration: underline;
	text-underline-offset: 10px;
}

textarea.enter-inquiry {
	height: 40vh;
	max-height: 280px;
}
textarea.enter-title {
	height: 110px;
}
.text-limit + .count {
	font-size: 16px;
	text-align: right;
	color: var(--gs-color-cherry-pink);
}

.acc-con {
	line-height: 1.5;
	border-bottom: 1px solid #5081ff;
	background: var(--gs-base-color);
}
.acc-header {
	display: block;
	position: relative;
	padding: 30px 45px 25px 20px;
	width: 100%;
	text-align: left;
	line-height: inherit;
	overflow: hidden;
}
.acc-header .date {
	display: block;
	color: #8eaeff;
}
.acc-header i {
	position: absolute;
	top: 0;
	right: 15px;
	width: 20px;
	height: 100%;
}
.acc-header i:before, .acc-header i:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: var(--gs-color-white);
	border-radius: 1px;
	transition: all 0.2s;
}
.acc-header i:before {
	left: 0;
	transform: rotate(45deg);
}
.acc-header i:after {
	right: 0;
	transform: rotate(-45deg);
}
.acc-body {
	background-color: var(--gs-color-Blueberry);
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(30px);
}
.acc-body > div {
	padding: 30px;
	min-height: 200px;
}
.acc-con.open .acc-header i:before {
	transform: rotate(-45deg);
}
.acc-con.open .acc-header i:after {
	transform: rotate(45deg);
}
.acc-con.open .acc-body {
	max-height: 100%;
	overflow: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: 0.3s ease-out;
}

.gs-upload-file {
	position: relative;
}
.gs-upload-file input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 3;
}
.gs-upload-file button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 10px;
	width: 100%;
	height: 80px;
	font-size: 25px;
	border: 2px solid var(--gs-color-white);
	border-radius: 5px;
	background-color: var(--gs-color-persian-blue);
	z-index: 1;
}
.gs-upload-file button::before {
	content: "";
	width: 49px;
	height: 38px;
	background: url(../img/icon-photo.png) no-repeat center / 100%;
}
.gs-upload-file.video button::before {
	background-image: url(../img/icon-mov.png);
}
.gs-upload-file button span {
	position: relative;
	top: 2px;
}
.gs-file-list {
	padding: 5px 15px 2px;
	border-radius: 5px;
	background-color: var(--gs-color-persian-blue);
}
.gs-file-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
.gs-file-list .file-name {
	flex: 1;
	color: var(--gs-color-baby-blue);
	line-height: 1.5;
}
.gs-file-list .remove-btn {
	flex: 0 0 70px;
	padding-top: 5px;
	height: 50px;
	font-size: 20px;
}
.gs-file-msg li {
	margin: 10px 0;
	font-size: 16px;
	color: var(--gs-color-cherry-pink);
}

.gs-flex {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.gs-flex.between {
	justify-content: space-between;
}
.gs-flex.nowrap {
	flex-wrap: nowrap;
}
.gs-flex.row-gap-0 {
	row-gap: 0;
}
.gs-flex .gs-btn[download] {
	flex: 0 0 145px;
}

.gs-bullet {
	display: flex;
	gap: 5px;
}
.gs-bullet::before {
	content: "*";
	margin-top: 5px;
	color: inherit;
}
.gs-bullet.notice {
	color: var(--gs-color-cherry-pink)
}

.gs-total-search {
	margin: 35px 0;
	padding: 0 25px;
}
.gs-total-search .enter {
	position: relative;
}
.gs-total-search input {
	padding-left: 25px;
	padding-right: 60px;
	width: 100%;
	height: 50px;
	color: var(--gs-color-white);
	border: 2px solid var(--gs-color-white);
	border-radius: 30px;
	background-color: var(--gs-deep-violet);
}
.gs-total-search .enter button {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url(../img/icon-search.png) no-repeat center / 28px;
	transform: translateY(-50%);
}
.gs-total-search .bottom {
	margin-top: 20px;
	text-align: right;
}
.gs-total-search button[type="reset"] {
	padding-left: 38px;
	padding-right: 10px;
	height: 35px;
	color: var(--gs-color-bright-green);
	background: url(../img/img-invalid-name.png) no-repeat 8px center / 22px;
}

.gs-inblock {
	display: inline-block !important;
}
.ta-center {
	text-align: center !important;
}

.gs-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gs-no-con {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	height: 30vh;
}

.fc-baby-blue {
	color: var(--gs-color-baby-blue);
}
.fc-bright-green {
	color: var(--gs-color-bright-green);
}
.fc-azure {
	color: var(--gs-color-azure);
}
.fc-purple {
	color: var(--gs-color-purple);
}
.fs-24 {
	font-size: 24px !important;
}

.scroll-btn { display: block; position: fixed; right: 15px; width: 40px; height: 40px; background: #fff; border-radius: 20px; outline: none; z-index: 980; transition: height 0.2s; }
.scroll-top-btn { bottom: 70px; visibility: hidden; opacity: 0; }
.scroll-bottom-btn { bottom: 20px; transform: rotate(-180deg); visibility: hidden; opacity: 0; }
.scroll-btn span, .scroll-btn::before, .scroll-btn span, .scroll-btn::before, .scroll-btn::after { content: ""; display: block; position: absolute; top: 14px; left: 50%; width: 15px; height: 2px; background-color: var(--gs-deep-violet); transform-origin: left 50%; }
.scroll-btn span { bottom: auto; margin-left: -1px; width: 2px; height: 0; transition: 0.2s linear; }
.scroll-btn::before, .scroll-btn::after { transition: top 0.4s; }
.scroll-btn::before { transform: rotate(135deg); }
.scroll-btn::after { transform: rotate(45deg); }
.is-online .scroll-btn:hover, .is-online .scroll-btn:focus { height: 45px; }
.is-online .scroll-btn:hover::before, .is-online .scroll-btn:hover::after, .is-online .scroll-btn:focus::before, .is-online .scroll-btn:focus::after { top: 8px; }
.is-online .scroll-btn:hover span, .is-online .scroll-btn:focus span { top: auto; bottom: 8px; height: 26px; }


.ai-tools-list > div {
	margin-top: 60px;
	padding: 0 25px;
}
.ai-tools-list h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #5ef613;
}
.ai-tools-list li ~ li {
	margin-top: 20px;
}
.ai-tools-list a {
	display: flex;
	align-items: center;
	padding-left: 55px;
	min-height: 40px;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}
.ai-tools-list .notion {
	background-image: url(../img/icon/notion-ai.png);
}
.ai-tools-list .chatgpt {
	background-image: url(../img/icon/chat-gpt.png);
}
.ai-tools-list .milanote {
	background-image: url(../img/icon/milanate.png);
}
.ai-tools-list .trello {
	background-image: url(../img/icon/trello.png);
}
.ai-tools-list .capcut {
	background-image: url(../img/icon/cap-cut.png);
}
.ai-tools-list .clipchamp {
	background-image: url(../img/icon/clopchamp.png);
}
.ai-tools-list .canva {
	background-image: url(../img/icon/canva.png);
}
.ai-tools-list .invideo {
	background-image: url(../img/icon/invideo-ai.png);
}
.ai-tools-list .pictory {
	background-image: url(../img/icon/pictary-ai.png);
}
.ai-tools-list .vrew {
	background-image: url(../img/icon/vrew.png);
}
.ai-tools-list .descript {
	background-image: url(../img/icon/descript.png);
}

/********** Custom **********/
/* 20250804 add, notice hover*/
.acc-con:hover{
	filter: brightness(0.9);
}
/* 20250804 add, more btn */
.cc-btn {
    display: block;
    margin: 60px auto 0;
    font-weight: 400;
    text-align: center;
}
.cc-more-btn {
    width: 125px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 22px;
}

.cc-more-btn > span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.cc-more-btn em {
    display: inline-block;
    transition: all 0.3s ease-out;
}

.cc-more-btn > span:before, .cc-more-btn > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    opacity: 0;
}

.cc-more-btn > span:before {
    right: 50%;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--gs-base-color, #40a3ff);
    border-bottom: 2px solid var(--gs-base-color, #40a3ff);
    transform: rotate(-45deg);
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
}

.cc-more-btn > span:after {
    right: 100%;
    width: 50%;
    height: 2px;
    background-color: var(--gs-base-color, #40a3ff);
    transition: all, 0.4s, 0.1s cubic-bezier(0.55, 0, 0.1, 1) 1s ease-in-out;
}

.is-online .cc-more-btn:hover {
    box-shadow: 0px 0px 0px 2px var(--gs-base-color, #40a3ff);
}

.is-online .cc-more-btn:hover em {
    opacity: 0;
    transform: translateX(100%);
}

.is-online .cc-more-btn:hover > span:before {
    right: 15px;
    opacity: 1;
}

.is-online .cc-more-btn:hover > span:after {
    right: 16px;
    opacity: 1;
}

.cc-more-btn.vertical {
    overflow: hidden;
}

.cc-more-btn.vertical > span:before {
    top: 20%;
    right: 43% !important;
    width: 10px;
    height: 10px;
    border-right: 0 none;
    border-left: 2px solid var(--gs-base-color, #40a3ff);
    border-bottom: 2px solid var(--gs-base-color, #40a3ff);
}

.cc-more-btn.vertical > span:after {
    top: -40%;
    right: 50% !important;
    width: 2px;
    height: 50%;
}

.is-online .cc-more-btn.vertical:hover em {
    transform: translateY(100%);
}

.is-online .cc-more-btn.vertical:hover > span:before {
    top: 60%;
    opacity: 1;
}

.is-online .cc-more-btn.vertical:hover > span:after {
    top: 25%;
    opacity: 1;
}

.custom-hide {
	display:none;
}
.add-hover-light:hover {
	filter: brightness(1.3);
}
.add-hover-dark:hover {
	filter: brightness(0.9);
}

.gs-file-list:not(:has(li)) {
	display: none;
}
