@charset "utf-8";

@import url(https://www.apiservice.kr/fonts/GmarketSans/GmarketSans.css);

:root {
     --gs-max-width: 800px;
     --gs-min-width: 360px;

     --gs-base-color: #00328e;
     --gs-color-black: #000;
     --gs-color-white: #fff;
     --gs-color-raisin-black: #222;
     --gs-color-purple: #ff56e5;
     --gs-color-punky-pink: #ff71f8;
     --gs-color-catalina-blue: #082777;
     --gs-color-persian-blue: #0f42c6;
     --gs-color-new-car: #2056e0;
     --gs-color-Blueberry: #4579ff;
     --gs-super-blue: #004bc6;
     --gs-dark-sky-blue: #0ba4ef;
     --gs-mirror-blue: #306def;
     --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-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='%232d6ef0'%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;
     font-weight: 700;
     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.3;
     background-color: var(--gs-base-color);
}

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: var(--gs-color-white);
     -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: 15px 15px 10px;
     height: 60px;
     border: 1px solid #88a9ff;
     border-radius: 5px;
     background-color: var(--gs-color-new-car);
     -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 var(--gs-color-white) inset;
}

input::-webkit-input-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
}

input:-moz-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
     opacity: 1 !important;
}

input::-moz-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
     opacity: 1 !important;
}

input:-ms-input-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
}

textarea {
     padding: 20px 15px;
     width: 100%;
     height: auto;
     line-height: 1.8;
     resize: none;
}

textarea::-webkit-input-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
}

textarea:-moz-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
     opacity: 1 !important;
}

textarea::-moz-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !important;
     opacity: 1 !important;
}

textarea:-ms-input-placeholder {
     font-size: 18px;
     color: var(--gs-color-baby-blue) !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 50px 0 25px;
     width: 100%;
     height: 38px;
     font-size: 20px;
     color: var(--gs-color-white);
     line-height: 2;
     border: none;
     border-radius: 60px;
     background: #1b51d9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M8.71 11.71l2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z'/%3E%3C/svg%3E") no-repeat calc(100% - 5px) center / 35px;
     -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: "GmarketSans", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Arial, sans-serif;
     font-size: 16px;
     font-weight: 500;
     color: var(--gs-color-white);
     line-height: 1.3;
     background: var(--gs-mirror-blue);
     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: var(--gs-color-white);
     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;
     padding: 50px 10px 20px;
     width: 100%;
     background-color: var(--gs-base-color);
     transition: 0.3s ease;
     will-change: transform;
     z-index: 950;
}

#header.hide {
     transform: translateY(-100%);
}


#header>div {
     margin: 0 auto;
     max-width: calc(var(--gs-max-width) - 30px);
}

#header .title {
     display: flex;
     align-items: center;
     gap: 6px;
     padding: 5px 8px;
     border-radius: 50px;
     background-color: var(--gs-color-white);
}

#header .title h1 {
     margin-top: 6px;
     font-weight: 700;
     color: var(--gs-base-color);
     font-size: 25px;
}

#header .inquiry-btn {
     display: flex;
     margin-left: auto;
     padding: 6px 16px 4px;
     height: 30px;
     border-radius: 30px;
     background-color: var(--gs-dark-sky-blue);
}

#header .links {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     margin-top: 15px;
     padding: 0 10px;
}

#header .links a {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 7px 12px 5px;
     height: 35px;
     font-size: 16px;
     color: var(--gs-color-white);
     border: 1px solid var(--gs-color-white);
     border-radius: 40px;
     background-color: var(--gs-base-color);
}

#header.sticky {
     padding-top: 20px;
     color: var(--gs-color-white);
     background-color: var(--gs-base-color);
}

#header.sticky .title {
     background-color: var(--gs-color-white);
}

#header.sticky .links a {
     border-width: 1px;
}

#header .page-title {
     margin-top: 30px;
     font-size: 30px;
     text-align: center;
}

.brand-logo {
     width: 110px;
}

#container {
     margin: 0 auto;
     max-width: var(--gs-max-width);
     min-width: var(--gs-min-width);
}

#content {
     padding: 0 0 150px;
}

.page-content {
     padding: 240px 20px 30px;
}

.page-content.center {
     text-align: center;
}

.page-content.fill {
     padding: 0;
}

.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: 24px;
     background: var(--gs-mirror-blue);
     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 ul~ul {
     margin-top: 25px;
}

.gs-notice-list li {
     margin: 5px 0;
     font-size: 15px;
     line-height: 1.4;
}

.gs-notice-list.indent li {
     padding-left: 20px;
     text-indent: -20px;
}

.gs-notice-list ul.diff {
     color: var(--gs-color-white);
}

.gs-text-box {
     margin-top: 35px;
     padding: 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 li {
     margin: 2px 0;
}

.gs-text-box li.indent {
     padding-left: 20px;
     text-indent: -20px;
}

.gs-text-box.inner-scroll {
     max-height: 30vh;
     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-w-1.png) no-repeat center / 30px;
}

.gs-enter-item input[type="text"]+.icon-eye {
     background-image: url(../img/icon-eye-w-2.png);
}

.gs-enter-item input:focus+.icon-eye {
     background-image: url(../img/icon-eye-b-1.png);
}

.gs-enter-item input[type="text"]:focus+.icon-eye {
     background-image: url(../img/icon-eye-b-2.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%;
     color: var(--gs-color-baby-blue);
     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: 12px 10px 10px;
     width: 100%;
     height: 60px;
     font-size: 22px;
     font-weight: 700;
     border-radius: 50px;
     background-color: var(--gs-color-purple);
}

.gs-btn.shadow {
     text-shadow: 0px 4px 0 rgba(0, 0, 0, 0.35);
     box-shadow: 0px 9px 34px 0 rgba(0, 0, 0, 0.2);
}

.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: 22px;
     height: 22px;
     background: url(../img/icon-download.png) no-repeat center top / 100%;
}

.gs-btn.download {
     display: inline-flex;
     padding: 6px 20px 4px;
     width: auto;
     height: auto;
     min-height: 35px;
}

.gs-btn.download span {
     flex: 1;
     justify-content: space-between;
     font-size: 14px;
     font-weight: 500;
}

.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;
     word-break: break-all;
}

.gs-file-list .remove-btn {
     flex: 0 0 50px;
     padding-top: 5px;
     height: 50px;
     font-size: 20px;
     color: var(--gs-color-punky-pink);
}

.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 .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;
}

.gs-total-search form {
     padding: 0 20px;
}

.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: #3168f4;
}

.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;
     padding: 0 20px 15px;
     font-size: 20px;
     border-bottom: 1px solid var(--gs-color-white);
}

.gs-total-search .bottom select {
     width: auto;
}

.gs-total-search button[type="reset"] {
     padding-top: 3px;
     width: 140px;
     height: 38px;
     font-size: 20px;
     border-radius: 60px;
     background-color: #1b51d9;
}

.gs-inblock {
     display: inline-block !important;
}

.ta-center {
     text-align: center !important;
}

.gs-ellipsis {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}

.gs-underline {
     text-decoration: underline;
     text-underline-offset: 4px;
}

.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-purple {
     color: var(--gs-color-purple);
}

.fc-guppie-green {
     color: var(--gs-color-guppie-green);
}

.fc-light-blue {
     color: var(--gs-color-very-light-blue);
}

.fc-orange {
     color: var(--gs-color-deep-saffron);
}

.fs-20 {
     font-size: 20px !important;
}

.fs-24 {
     font-size: 24px !important;
}

.scroll-btn {
     display: block;
     position: fixed;
     right: 15px;
     width: 40px;
     height: 40px;
     background: var(--gs-color-white);
     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-base-color);
     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;
}

/* 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-purple);
}

.app-bridge-message-box .btns .reset {
     color: var(--gs-color-raisin-black);
     background-color: var(--gs-color-white);
}

@media all and (max-width: 400px) {
     #header {
          padding-left: 5px;
          padding-right: 5px;
     }

     #header .title h1 {
          margin-top: 3px;
          font-size: 22px;
     }

     #header .inquiry-btn {
          font-size: 15px;
     }

     #header .links a {
          padding-top: 7px;
          font-size: 14px;
     }

     .brand-logo {
          width: 100px;
     }
}