@charset "utf-8";

@import url(https://www.apiservice.kr/fonts/NotoSansKR/NotoSansKR.css);

:root {
	--gs-max-width: 480px;
	--gs-min-width: 360px;
	--gs-header-height: 70px;
	--gs-color-white: #fff;
	--gs-color-black: #000;
	--gs-color-raisin-black: #222;
	--gs-granite-gray: #666;
	--gs-color-red: #ff0000;
	--gs-color-placeholder: #ccc;

	--gs-base-color: #fff;
	/*--gs-base-color: #2d6ef0;*/
	--gs-color-purple: #ff56e5;
	--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;
}

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 {cursor: pointer; 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 #666; background-color: #fff; -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-raisin-black);
	background: var(--gs-color-white);
	word-break: keep-all;
	overflow-wrap: break-word;
}

.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: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 10px;
	max-width: var(--gs-max-width);
	height: var(--gs-header-height);
}
#header img {
	width: 283px;
}

#container {
	margin: 0 auto;
	padding: var(--gs-header-height) 20px 150px;
	max-width: var(--gs-max-width);
	min-width: var(--gs-min-width);
}

.notice-txts ~ .notice-txts {
	margin-top: 30px;
}
.notice-txts > p {
	margin-bottom: 5px;
	font-size: 24px;
}
.notice-txts li {
	margin-top: 5px;
}
.notice-txts .indent li {
	padding-left: 20px;
	text-indent: -20px;
}

.gs-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	font-size: 24px;
	color: var(--gs-color-white);
	background-color: var(--gs-color-red);
}
.gs-btn.outline {
	color: var(--gs-color-raisin-black);
	border: 1px solid var(--gs-color-raisin-black);
	background-color: var(--gs-color-white);
}
.gs-btn-con {
	padding: 25px;
}

.gs-bg-txt {
	line-height: 1.7;
	background: var(--gs-color-red) no-repeat left / 100%;
}

.gs-check-item input {
	position: absolute;
	margin: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
.gs-check-item span {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.gs-check-item span::before {
	content: "";
	cursor: pointer;
	align-self: flex-start;
	position: relative;
	margin-right: 10px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	border: 1px solid #666;
	background-color: #fff;
	border-radius: 3px;
	transition: 0.2s;
}
.gs-check-item input[type="checkbox"] + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 3px;
	width: 18px;
	height: 22px;
	border-right: 5px solid #a2a2a2;
	border-top: 5px solid #a2a2a2;
	transform: scaleX(-0.8) rotate(135deg);
	transform-origin: left top;
}
.gs-check-item input[type="checkbox"]:checked + span::before {
	border-color: #ff0000 !important;
	background-color: #ff0000;
}
.gs-check-item input[type="checkbox"]:checked + span::after {
	border-color: #fff !important;
	animation: animCheckbox 0.7s;
}
.gs-check-item input[type="radio"] + span::before {
	top: 1px;
	border-radius: 50%;
}
.gs-check-item input[type="radio"] + span::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
}
.gs-check-item input[type="radio"]:checked + span::before {
	border: 8px solid #ff0000;
}
.gs-check-item input[type="radio"]:checked + span::after {
	box-shadow: none;
}
.gs-check-item input:focus-visible + span::before {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #222 !important;
	transition: none;
}
@keyframes animCheckbox {
	0% { width: 0; height: 0; }
	25% { width: 18px; height: 0; }
	50% { width: 18px; height: 22px; }
}
.gs-check-con {
	display: flex;
	gap: 10px 20px;
}
.gs-check-con.diff .gs-check-item {
	flex: 1;
}

.copy-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	height: 50px;
	font-size: 18px;
}

body:has(.event-wrap) {
	background-color: var(--gs-color-black);
}
body:has(.event-wrap) #container {
	padding-left: 0;
	padding-right: 0;
}
.event-wrap .event-top {
	padding: 25px 20px 60px;
	background-color: var(--gs-color-white);
}
.event-wrap .event-top .notice-txts {
	margin-top: 30px;
	font-size: 16px;
}
.event-wrap img {
	width: 100%;
}
.event-con {
	position: relative;
}
.event-con > div {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 70px;
	width: 100%;
	color: var(--gs-color-white);
}
.event-con h1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 340px;
	min-height: 80px;
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
}
.event-con h1::before,
.event-con h1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: var(--gs-color-red);
}
.event-con h1::before {
	left: 0;
}
.event-con h1::after {
	right: 0;
}
.event-con .detail {
	padding: 75% 15px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
}
.event-con .detail > div {
	margin-top: 10%;
}
.event-con .detail > div p {
	margin: 5px 0;
}
.event-con .link-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	max-width: 190px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #7f7f7f;
}
.event-con .gs-btn-con {
	margin-top: 15%;
}

.page-top-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -20px 30px;
	height: 70px;
	font-size: 22px;
	color: var(--gs-color-white);
	background-color: var(--gs-color-black);
}

.gs-enter-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 30px 0;
}
.gs-enter-item .ipt {
	width: 100%;
}
.gs-enter-item > div:has(.btn) {
	display: flex;
	gap: 5px;
}
.gs-enter-item .btn {
	width: 90px;
	color: var(--gs-color-white);
	line-height: 1.3;
	background-color: var(--gs-color-black);
}

.gs-textarea {
	padding: 15px;
	max-height: 180px;
	font-size: 16px;
	border: 1px solid var(--gs-granite-gray);
	overflow-y: auto;
}
.gs-textarea p {
	margin-bottom: 15px;
	font-size: 18px;
}
.gs-textarea li {
	margin: 3px 0;
}
.gs-textarea + .notice {
	margin-top: 10px;
}

.scroll-btn { display: block; position: fixed; right: 15px; width: 40px; height: 40px; background: #eee; 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-color-raisin-black); 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); }

.inblock {
	display: inline-block !important;
}


/* Msg Box */
.app-bridge-message-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	word-break: keep-all;
	z-index: 999;
}
.app-bridge-message-box > div {
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	max-width: 340px;
	border-radius: 5px;
	background-color: var(--gs-base-color);
}
.app-bridge-message-box .desc {
	line-height: 1.3;
}
.app-bridge-message-box .bottom {
	margin-top: 30px;
}
.app-bridge-message-box .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.app-bridge-message-box .btns a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 10px 10px;
	width: 100%;
	height: 50px;
	font-weight: 700;
	border-radius: 3px;
	background-color: var(--gs-color-red);
	color: var(--gs-color-white);
}
.app-bridge-message-box .btns .reset {
	color: var(--gs-color-raisin-black);
	background-color: var(--gs-color-placeholder);
}

/********** 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: #ff0000;
    border: 1px solid #ff0000;
    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, #ff0000);
    border-bottom: 2px solid var(--gs-base-color, #ff0000);
    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, #ff0000);
    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, #ff0000);
}

.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, #ff0000);
    border-bottom: 2px solid var(--gs-base-color, #ff0000);
}

.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;
}

/********** Custom **********/
/* Btn 10  */
.copy-btn{
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
    z-index:10;
}
.copy-btn:hover, .detail .link-btn:hover, .gs-btn:not(.copy-btn):hover{
    border: 1px solid #ff0000;
    color: #FFF!important;
}
/* ff0000 */
.copy-btn::before, .detail .link-btn::before, .gs-btn:not(.copy-btn)::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ff0000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  	-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  	-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  	transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgba(0,0,0,.6);
  }

.copy-btn::after, .detail .link-btn::after, .gs-btn:not(.copy-btn)::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #7dcafa;
    position: absolute;
  	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.copy-btn:hover::before, .copy-btn:hover::before,
.detail .link-btn:hover::before, .detail .link-btn:hover::before,
.gs-btn:not(.copy-btn):hover::before, .gs-btn:not(.copy-btn):hover::before{
  opacity:1;
  width: 116%;
}
.copy-btn:hover::after, .copy-btn:hover::after,
.detail .link-btn:hover::after, .detail .link-btn:hover::after,
.gs-btn:not(.copy-btn):hover::after, .gs-btn:not(.copy-btn):hover::after {
  opacity:1;
  width: 120%;
}

/*  exhibition detail view btn link-btn */
.detail .link-btn, .gs-btn:not(.copy-btn){
    text-transform: capitalize;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:10;
}
.detail .link-btn{
    background: transparent!important;
}