@charset "UTF-8";
@import url("/static/portal/css/default.css?v1602");
@import url("/static/jslibrary/bootstrap-datepicker-1.9.0-dist/css/bootstrap-datepicker.standalone.min.css");
@import url("/static/portal/css/components/ogg.css?v7477");
/* prettier-ignore */
@import url("components/form.css?v8661");
@import url("components/btn.css?v6210");
@import url("components/table.css?v4603");
@import url("components/sh.css?v8694");
@import url("components/bdlist.css?v2755");
@import url("components/bdview.css?v2707");
@import url("components/sitemap.css?v222");
@import url("components/singlecontent.css?v692");
@import url("components/photo.css?v6216");
@import url("components/box.css?v2620");
@import url("components/content.css?v8164");
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}

.material-icons-outlined {
font-family: "Material Icons Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";
}

/* 모바일 가로 스크롤 */
@media (max-width: 749px) {
.mobile-scroller-x {
pointer-events: none;
position: relative;
height: 0;
display: block;
z-index: 10;
}
.mobile-scroller-x::before {
content: "";
display: block;
position: absolute;
z-index: 1;
top: 2px;
width: 24px;
height: 24px;
animation: tableScrollAni 4s infinite;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -219px 0px;
width: 93px;
height: 51px;
}
.mobile-scroller-x {
width: 100%;
}
}
@media (max-width: 749px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 749px) and (min-resolution: 192dpi) {
.mobile-scroller-x::before {
background-image: url(/static/portal/img/sprite-common@2x.png?20241017163355);
background-size: 609px 593px;
}
}

@keyframes tableScrollAni {
0% {
left: 46%;
opacity: 0.2;
}
50% {
left: 54%;
opacity: 1;
}
100% {
left: 46%;
opacity: 0.2;
}
}
#contents > h3 + h4 {
margin-top: 0px;
}

#contents > h3:first-child,
.bu0:first-child,
#contents > .bu0:first-child {
margin-top: 35px;
}
#contents > h3,
.bu0,
#contents > .bu0 {
margin: 31px 0 14px 0;
padding: 0;
font-size: 22px;
font-weight: bold;
line-height: 1.36;
color: var(--black);
}
#contents > h3::before,
.bu0::before,
#contents > .bu0::before {
display: none;
all: unset;
}
#contents > h3 + p,
.bu0 + p,
#contents > .bu0 + p {
margin-left: 0;
}

/* 1 */
.h2,
#contents .bu1 {
position: relative;
margin: 28px 0 15px 0;
padding-left: 20px;
font-size: 18px;
font-weight: bold;
text-align: left;
color: var(--black);
}
.h2:before,
#contents .bu1:before {
position: absolute;
top: 9px;
left: 0;
content: "";
width: 12px;
height: 12px;
border-radius: 12px;
border: solid 3px var(--mid-blue);
}
.h2.lh15,
#contents .bu1.lh15 {
line-height: 1.5;
}
.h2.lh15:before,
#contents .bu1.lh15:before {
top: 18px;
}
.h2 + p, .h2 + ul, .h2 + dl, .h2 + ol,
#contents .bu1 + p,
#contents .bu1 + ul,
#contents .bu1 + dl,
#contents .bu1 + ol {
margin-left: 20px;
}
.h2,
#contents .bu1 {
margin-bottom: 10px;
}
@media (max-width: 1199px) {
.h2 + p,
#contents .bu1 + p {
margin-left: 20px;
}
}
.h2 + .table,
#contents .bu1 + .table {
border-top-width: 1px;
}
.h2 > a,
#contents .bu1 > a {
font-weight: normal;
}
.h2.no-bull,
#contents .bu1.no-bull {
border-bottom: 1px solid #ddd;
padding-left: 0 !important;
margin-top: 0;
}
.h2.no-bull.str,
#contents .bu1.no-bull.str {
font-family: "GmarketSans", "맑은고딕", "malgun gothic, sans-serif";
font-size: 24px;
color: var(--black);
border: none;
padding-bottom: 19px;
}
.h2.bd-point,
#contents .bu1.bd-point {
border-color: var(--point);
}
.h2.bdbn,
#contents .bu1.bdbn {
border-bottom: none;
}
.h2 + h3,
#contents .bu1 + h3 {
margin-top: 12px;
}
.h2.img-rt-top,
#contents .bu1.img-rt-top {
margin-top: -11px;
}
@media (max-width: 359px) {
.h2,
#contents .bu1 {
line-height: 1.5;
padding: 6px 0 10px 24px;
}
}
.h2 .sm,
#contents .bu1 .sm {
font-size: 16px;
font-weight: 500;
}

/* 2 */
.bu-blue,
#contents > h4 {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .bu-blue,
h3 + #contents > h4 {
margin-top: 10px;
}
.bu-blue + p, .bu-blue + ul,
#contents > h4 + p,
#contents > h4 + ul {
margin-top: -6px;
}

.bu2 {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .bu2 {
margin-top: 10px;
}
.bu2 + p, .bu2 + ul {
margin-top: -6px;
}
.bu2 {
font-size: 1rem;
}
.row .bu2 {
margin-top: 0;
}
.bu2 + .n + .list-num, .bu2 + .list-num {
margin-left: 11px;
}
.bu2 > span {
font-size: 16px;
font-weight: normal;
}
.bu2.point {
color: var(--point);
}
/* 3 */
#contents > h5,
.bu3 {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
#contents > h5:before,
.bu3:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
#contents > h5,
.bu3 {
margin: 12px 0 12px 16px;
font-weight: normal;
text-indent: 0 !important;
}
#contents > h5 + .table,
.bu3 + .table {
margin-top: 0;
}

/* 4 */
#contents > h6,
.bu4,
.list2 > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
}
#contents > h6:before,
.bu4:before,
.list2 > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}

.bu5::before {
content: "- ";
margin-right: 5px;
}
.bu5 {
font-size: 1em;
padding-left: 38px;
}

#contents .table + p, #contents .table + ul, #contents .table + ol {
margin-top: 20px;
}

@media (min-width: 750px) {
.m1 {
margin-left: 20px !important;
}
}

@media (min-width: 750px) {
.m2 {
margin-left: 34px !important;
}
}

.list > li {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .list > li {
margin-top: 10px;
}
.list > li + p, .list > li + ul {
margin-top: -6px;
}
.list > li > strong {
color: var(--point);
}
.list > li > ul {
margin-left: -22px;
}
.list > li > ul.has-link li {
margin-bottom: 10px;
}
.list > li > ul.has-link li::before {
top: 8px;
}
.list > li > ul > li {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.list > li > ul > li:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.list > li > ul > li {
margin-left: 0;
}
.list > li > ul > li > ul li,
.list > li > ul > li > ol li {
text-indent: -12px;
padding-left: 12px;
}
.list > li > ul > li > ul li:before,
.list > li > ul > li > ol li:before {
content: "· ";
display: inline;
}
.list > li > ul.none li:before {
display: none;
}
.list > li > ul.number li {
text-indent: -20px;
padding-left: 20px;
}
.list > li > ul.number li:before {
display: none;
}
.list > li .mw {
margin-left: -34px;
}
.list > li + li {
margin-top: 5px;
}
.list .table {
margin-top: 5px;
margin-bottom: 0;
}
.list [class^=b-] {
min-height: inherit;
/* &.b-down{
	margin:-3px 0 0 0;
	padding:4px 8px;
} */
}

dl.list {
margin: 0;
}
dl.list dt {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
dl.list dt:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
dl.list dd {
margin-left: 10px;
text-indent: -16px;
padding-left: 16px;
}
dl.list dd:before {
content: "- ";
}

.list2 {
margin-top: 10px;
margin-left: 0;
margin-bottom: 15px;
}
h3 + .list2, h4 + .list2 {
margin-left: 25px;
}
.list2 > li {
margin-left: 0;
}
.list2 > li + li {
margin-top: 4px;
}
.list2 > li ul li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}
.list2 > li ul li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}
.list2 > li.none::before {
content: none;
}
dd .list2 {
margin-top: 0;
}

.list-num {
padding-left: 20px;
list-style: decimal;
}
@media (max-width: 1199px) {
h2 + p + .list-num, h3 + p + .list-num, h4 + .list-num {
margin-left: 20px;
}
}
h2 + p + .list-num, h3 + p + .list-num, h4 + .list-num {
margin-bottom: 10px;
}
.list-num.type2 {
padding-left: 25px;
list-style: hangul;
}

.list-dot > li {
position: relative;
padding-left: 10px;
}
.list-dot > li::before {
position: absolute;
top: 10px;
left: 0;
content: "";
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--point);
}
.list-dot.type2 li::before {
width: 5px;
height: 5px;
background: #757575;
}

.list-bu2 > li {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .list-bu2 > li {
margin-top: 10px;
}
.list-bu2 > li + p, .list-bu2 > li + ul {
margin-top: -6px;
}
.list-bu2 > li strong {
color: var(--point);
font-weight: 500;
}
.list-bu2 > li > ul > li {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.list-bu2 > li > ul > li:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.list-bu2 > li > ul > li {
margin-left: 0;
}

.list-bu3 {
margin-bottom: 17px;
}
.list-bu3 > li {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.list-bu3 > li:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.list-bu3 > li > ul {
margin-left: 0;
}
.list-bu3 > li > ul > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
}
.list-bu3 > li > ul > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}
.list-bu3 > li > ul > li {
margin-left: 0;
}

.list-bu4 > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
}
.list-bu4 > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}

.list-bu5 > li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}
.list-bu5 > li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}

.list-dash li {
margin-left: 13px;
text-indent: -8px;
word-break: keep-all;
}

p.bu {
padding: 0 0 0 8px;
text-indent: -12px;
padding-left: 12px;
}
p.bu::before {
content: "· ";
}

.bu {
text-align: left;
}
.bu2 + .bu {
margin-left: 20px;
}
.bu.ti-7 li {
text-indent: -79px;
padding-left: 79px;
}
.bu li {
margin: 0;
padding: 0 0 0 8px;
list-style: none;
text-indent: -12px;
padding-left: 12px;
}
.bu li.n::before {
display: none;
}
.bu li::before {
content: "· ";
}
.bu li li {
text-indent: 0;
position: relative;
padding-left: 12px;
}
.bu li li::before {
position: absolute;
top: 12px;
left: 0;
width: 5px;
height: 2px;
background-color: #7d7d7d;
content: "";
}
.bu li li li::before {
content: "";
display: none;
}
.bu .none li:before {
display: none;
}
.bu--l li + li {
margin-top: 8px;
}
.bu dt {
margin: 0;
padding: 0 0 0 8px;
list-style: none;
text-indent: -12px;
padding-left: 12px;
}
.bu dt::before {
content: "· ";
}
.bu dd {
margin-left: 12px;
}
.bu.indent dd {
margin-left: 20px;
}
.bu .nobg::before {
display: none;
}
.bu .nobg .table {
margin: 0;
}
.bu-mark {
text-indent: -18px;
margin-left: 18px;
}
.bu-mark::before {
content: "※";
margin-right: 2px;
}

.help {
padding-left: 29px;
position: relative;
}
.help::before {
content: "";
position: absolute;
top: 2px;
left: 0;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -554px -240px;
width: 20px;
height: 20px;
}
.help + form {
margin-top: 20px;
}
.help--blue::before {
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -554px -40px;
width: 20px;
height: 20px;
}

.help-red {
padding-left: 29px;
position: relative;
color: var(--tomato) !important;
}
.help-red::before {
content: "";
position: absolute;
top: 2px;
left: 0;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -554px -200px;
width: 20px;
height: 20px;
}
.help-red + ul {
margin-left: 29px;
}

.bu-dash li {
position: relative;
padding-left: 12px;
}
.bu-dash li::before {
position: absolute;
top: 12px;
left: 0;
width: 5px;
height: 2px;
background-color: #7d7d7d;
content: "";
}

#contents .bu-n {
padding-left: 0;
margin-left: 0;
}
#contents .bu-n::before {
display: none;
}

.fz-sm {
font-size: 1rem;
}

.bu-blue {
color: var(--mid-blue);
font-size: 1.3rem;
margin: 10px 0;
}

.lnb a {
display: block;
}
.lnb .inside-link span::after {
content: "";
margin-left: 4px;
display: inline-block;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -594px -542px;
width: 14px;
height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.lnb .inside-link span::after {
background-image: url(/static/portal/img/sprite-common@2x.png?20241017163355);
background-size: 609px 593px;
}
}
.lnb .inside-link span::after {
transform: translateY(2px);
}
.lnb [target=_blank] span::after {
content: "";
margin-left: 4px;
display: inline-block;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -594px -474px;
width: 14px;
height: 14px;
transform: translateY(2px);
}
.lnb {
float: left;
width: 260px;
color: #ffffff;
display: none;
}
@media (min-width: 1200px) {
.lnb {
display: block;
margin-bottom: 100px;
}
}
@media (max-width: 1199px) {
.lnb {
display: none;
}
}
.lnb__title {
height: 130px;
padding: 40px 0 0 0;
border-radius: 15px;
box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
background-image: linear-gradient(120deg, #009b96, #2264c2);
background-size: cover;
line-height: 1;
text-align: center;
}
.lnb__title span {
display: block;
font-family: Montserrat;
font-size: 14px;
font-weight: 500;
color: #fff;
}
.lnb__title em {
display: block;
margin: 9px 0 0;
font-family: GmarketSans;
font-size: 28px;
font-weight: bold;
color: #fff;
}
.lnb nav > ul {
margin-top: 15px;
border-bottom: 1px solid #e1e1e1;
}
.lnb__depth1 {
border-top: 1px solid #e1e1e1;
}
.lnb__depth1 > a {
display: block;
position: relative;
min-height: 58px;
padding: 20px 48px 16px 35px;
font-family: GmarketSans;
font-size: 17px;
font-weight: 500;
color: #303030;
}
.lnb__depth1 > a::after {
content: "";
position: absolute;
right: 23px;
top: 19px;
width: 19px;
height: 19px;
border-radius: 20px;
background-color: #eef3f4;
}
.lnb__depth1 > a::before {
content: "";
position: absolute;
top: 25px;
right: 26px;
width: 12px;
height: 8px;
background: url('data:image/svg+xml;utf8,<svg fill="%23949494"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="8px"><path fill-rule="evenodd"   d="M10.601,0.374 L6.000,4.778 L1.400,0.374 L0.000,1.713 L6.000,7.459 L12.000,1.713 L10.601,0.374 Z"/></svg>') center center no-repeat;
background-size: 9px auto;
z-index: 1;
transform: rotate(0);
transition: 0.5s;
}
.lnb__depth1 > a[target=_blank]::after, .lnb__depth1 > a[target=_blank]::before {
display: none;
}
.lnb__depth1.on {
border-radius: 10px;
border: solid 1px #2164c1;
/* prettier-ignore */
}
.lnb__depth1.on + * {
border-top: none;
}
.lnb__depth1.on > a {
border-radius: 8px;
background-image: linear-gradient(120deg, #2164c1, #007dd8);
font-family: GmarketSans;
font-size: 17px;
font-weight: bold;
color: #fff;
}
.lnb__depth1.on > a::after {
display: none;
}
.lnb__depth1.on > a::before {
background: url('data:image/svg+xml;utf8,<svg fill="%23fff"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="8px"><path fill-rule="evenodd"   d="M10.601,0.374 L6.000,4.778 L1.400,0.374 L0.000,1.713 L6.000,7.459 L12.000,1.713 L10.601,0.374 Z"/></svg>') center center no-repeat;
background-size: 9px auto;
transform: rotate(-180deg);
}
.lnb__depth1.on .dp2 {
display: block;
}
.lnb__depth2 > a {
display: block;
margin-bottom: -1px;
padding: 7px 7px 7px 35px;
text-indent: -11px;
line-height: 1.2;
font-family: GmarketSans;
font-size: 16px;
font-weight: 500;
color: var(--black-two);
}
.lnb__depth2 > a::before {
content: "· ";
}
.lnb__depth2 > a:hover, .lnb__depth2 > a:focus {
color: var(--water-blue);
font-weight: 700;
}
.lnb__depth2.on > a {
color: var(--water-blue);
}
.lnb {
/* prettier-ignore */
}
.lnb .on > .dp2-ul {
display: block;
}
.lnb .dp2-ul {
display: none;
position: relative;
padding: 15px 0 24px;
}
.lnb .dp2-ul > li.on .dp3 {
display: block;
}
.lnb .dp2-ul .on > a {
color: var(--mid-blue) !important;
font-weight: 700;
}
.lnb .lnb__depth2.on > ul {
display: block !important;
}
.lnb .dp3-ul {
display: none;
}
.lnb .dp3-ul a {
display: block;
margin-left: 42px;
font-family: GmarketSans;
font-size: 15px;
font-weight: 500;
line-height: 1.67;
color: var(--black-two);
padding-left: 11px;
text-indent: -11px;
}
.lnb .dp3-ul a::before {
content: "- ";
}
.lnb.depth1-first-bdtn .lnb__depth1:first-child {
border-top: none;
}

@media (min-width: 750px) {
.visible\:mobile {
display: none;
}
}

@media (min-width: 750px) {
.visible\:tablet {
display: none;
}
}
@media (max-width: 1199px) {
.visible\:tablet {
display: none;
}
}

@media (max-width: 1199px) {
.visible\:pc {
display: none;
}
}

@media (min-width: 1200px) {
.visible\:mobile-tablet {
display: none;
}
}

@media (max-width: 749px) {
.visible\:tablet-pc {
display: none;
}
}

@media (max-width: 749px) {
.md\:visible {
display: none;
}
}

@media (min-width: 750px) {
.sm\:visible {
display: none;
}
}

#faq-list {
margin-top: 30px;
border-top: 2px solid var(--bdtopcolor);
border-bottom: 1px solid var(--bdcolor);
}
#faq-list dt button,
#faq-list dt .sets {
position: relative;
width: 100%;
text-align: left;
display: block;
padding: 0;
padding-left: 90px;
min-height: 70px;
font-size: 1.125rem;
font-weight: 700;
}
@media (max-width: 749px) {
#faq-list dt button,
#faq-list dt .sets {
padding-left: 45px;
padding-right: 40px;
min-height: 50px;
font-size: 1rem;
}
}
#faq-list dt button::after,
#faq-list dt .sets::after {
content: "\f107";
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
position: absolute;
right: 20px;
top: calc(50% - 9px);
transition: all 0.5s;
}
#faq-list dt.open {
background: var(--faq) -Q-dt-bgcolor;
}
#faq-list dt.open button,
#faq-list dt.open .sets {
color: var(--point);
}
#faq-list dt.open button::after,
#faq-list dt.open .sets::after {
transform: rotate(180deg);
transform-origin: 50%;
}
#faq-list dt.open .faq-img {
background-color: var(--point);
}
#faq-list dt.open + dd {
border-top: 1px solid var(--bdcolor);
display: block;
}
#faq-list dt.open + dd + dt {
border-top-width: 0;
}
#faq-list dd + dt {
border-top: 1px solid var(--bdcolor);
}
#faq-list .faq-img {
position: absolute;
left: 0;
top: 10px;
width: 60px;
height: 50px;
background-color: var(--faq) -Q-bgcolor;
border-radius: 15px 15px 15px 0;
line-height: 36px;
text-align: center;
}
#faq-list .faq-img i {
display: inline-block;
vertical-align: middle;
}
#faq-list .faq-img i::before {
content: "Q.";
font-family: "Noto Sans KR", "맑은고딕", "malgun gothic", sans-serif;
font-weight: 300;
color: #ffffff;
vertical-align: top;
margin-top: 8px;
margin-right: 0;
font-size: 24px;
}
#faq-list .faq-img i.ico-a:before {
display: none;
}
@media (max-width: 749px) {
#faq-list .faq-img {
left: 3px;
width: 36px;
height: 30px;
line-height: 22px;
}
#faq-list .faq-img i::before {
font-size: 16px;
margin-top: 0;
}
}
#faq-list dd {
position: relative;
border-bottom: 1px solid var(--bdcolor);
padding: 18px 15px 18px 90px;
padding-right: 15px;
min-height: 70px;
display: none;
}
#faq-list dd:last-child {
border-bottom-width: 0;
}
@media (max-width: 749px) {
#faq-list dd {
padding-left: 45px;
padding-right: 5px;
}
}
#faq-list dd .faq-img {
background-color: var(--skyblue);
border-radius: 0 15px 15px 15px;
}
@media (max-width: 749px) {
#faq-list dd .faq-img {
left: 3px;
}
}
#faq-list dd .faq-img i::before {
content: "A.";
display: block;
}
#faq-list.no-open .sets::after {
display: none !important;
}
#faq-list.no-open dt,
#faq-list.no-open dt.open + dd {
background: none;
border-width: 0 0 1px;
}
#faq-list.no-open .title {
padding-top: 21px;
}
@media (max-width: 749px) {
#faq-list.no-open .title {
padding-top: 14px;
}
}
#faq-list.no-open .desc {
padding-top: 4px;
}
#faq-list dd.nodata {
display: block;
padding: 30px;
}

.qna {
margin-top: 35px;
}
.qna__item {
display: grid;
grid-template-columns: 50px auto;
gap: 8px 0;
margin-bottom: 20px;
}
.qna__icon-q {
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -150px -403px;
width: 30px;
height: 30px;
}
.qna__icon-a {
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -100px -403px;
width: 30px;
height: 30px;
}
.qna__q-txt {
color: var(--mid-blue, #1e59ad);
}

.qna2 {
background: url("/static/portal/img/sub/qna-bg.png") no-repeat;
background-position: 154px 80px;
}
@media (min-width: 750px) {
.qna2 {
margin-left: 100px;
margin-right: 54px;
}
}
.qna2__set {
display: flex;
align-items: flex-start;
gap: 10px;
}
.qna2__set + .qna2__set {
margin-top: 36px;
}
.qna2__set:nth-child(even) .qna2__item {
margin-left: auto;
}
.qna2__set:nth-child(even) .qna2__q-txt {
border-radius: 30px 30px 0 30px;
background-color: var(--blue);
}
.qna2__set:nth-child(even) .qna2__a-txt {
border-radius: 30px 0 30px 30px;
}
.qna2__item {
max-width: 518px;
}
.qna2__q-txt {
display: inline-block;
width: 100%;
min-height: 40px;
padding: 8px 30px 5px 52px;
font-family: GmarketSans;
font-size: 16px;
font-weight: bold;
letter-spacing: -0.4px;
color: #fff;
background-color: var(--blue-green);
border-radius: 30px 30px 30px 0;
}
.qna2__q-txt::before {
content: "Q.";
margin-left: -22px;
text-indent: 22px;
}
.qna2__a-txt {
margin-top: 15px;
padding: 24px 40px;
border: solid 1px #dddde8;
box-sizing: border-box;
background-color: #fff;
border-radius: 0 30px 30px 30px;
font-family: GmarketSans;
font-size: 16px;
font-weight: 500;
line-height: 1.75;
letter-spacing: -0.4px;
color: #000;
}
@media (max-width: 749px) {
.qna2__a-txt {
padding: 16px 32px;
}
}
.qna2__a-txt .bu {
color: #646464;
}
.qna2 .qna-ico {
min-width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.filegroup {
position: relative;
display: inline-block;
}
.filegroup__box {
display: none;
position: absolute;
z-index: 10;
right: 0;
width: 280px;
background-color: #fff;
border: 2px solid #2e363a;
text-align: left;
font-size: 0.938rem;
}
@media (max-width: 749px) {
.filegroup__box {
left: -44px;
}
}
@media (max-width: 359px) {
.filegroup__box {
left: -120px;
}
}
.filegroup__box h3 {
font-size: 1em;
background-color: #2e363a;
color: #fff;
padding-left: 10px;
line-height: 1;
padding: 13px 15px;
font-weight: 300;
}
.filegroup__box h3:before {
padding-top: 0 !important;
}
.filegroup__box ul {
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
.filegroup__box li + li {
margin-top: 5px;
}
.filegroup__box li a i {
vertical-align: middle;
}
.filegroup__box .viewer-link {
background-color: var(--mid-blue);
}
.filegroup .filegroup-box__close {
width: 40px;
height: 40px;
position: absolute;
right: 0;
top: 0;
font-size: 20px;
text-align: center;
transition: all 0.3s;
}
.filegroup .filegroup-box__close:focus, .filegroup .filegroup-box__close:active, .filegroup .filegroup-box__close:hover {
transform: rotate(90deg);
}
.filegroup .filegroup-box__close:before {
content: "";
display: inline-block;
color: #fff;
}

.file-lists .item + .item {
margin-top: 10px;
}
.file-lists .item a {
display: inline-block;
vertical-align: top;
margin-right: 5px;
color: var(--gray);
line-height: 24px;
}
.file-lists .item a i {
vertical-align: bottom;
margin-right: 4px;
}
.bd-view .file-lists .item a .file-name, .view .file-lists .item a .file-name {
width: auto;
max-width: none;
}
.file-lists .item .viewer-link {
margin-right: 10px;
padding: 0 7px 0;
background-color: var(--steel);
color: #fff;
font-size: 12px;
line-height: 2;
}
@media (max-width: 1199px) {
.file-lists .item a.file-download {
display: inline;
}
.file-lists .item a.file-download .file-name {
display: inline;
}
}
.file-lists__item-del {
width: 20px;
height: 20px;
background-color: red;
border-radius: 5px;
display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.file-lists__item-del::before {
content: "";
display: inline-block;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -31px -577px;
width: 11px;
height: 11px;
}

.file-name {
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 26/16;
vertical-align: middle;
max-width: calc(100% - 70px);
}
@media (max-width: 1199px) {
.file-name {
white-space: normal;
}
}
.file-name i {
vertical-align: middle;
}
.viewer-link {
display: inline-block;
vertical-align: middle;
}
.viewer-link i {
vertical-align: top;
}
.cell-file2 .viewer-link {
border: 0.063rem solid #949494;
height: 35px;
}
.cell-file2 .viewer-link i {
margin-top: 6px;
}

.btn-filedel {
height: 22px;
width: 22px;
color: var(--red);
border: 1px solid #141414;
border-radius: 5px;
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.btn-filedel::before {
content: "\f2ed";
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 20px;
}

.file-download,
.ico-viewer {
display: inline-block;
vertical-align: middle;
}
.file-download i,
.ico-viewer i {
vertical-align: top;
}

.filegroup {
position: relative;
display: inline-block;
}
.filegroup.on .filegroup-box {
display: block;
}
.filegroup a {
display: inline-block;
}
.filegroup a i {
display: inline-block;
vertical-align: top;
}

.filegroup-box {
display: none;
position: absolute;
z-index: 10;
right: 0;
width: 280px;
background-color: #fff;
border: 2px solid var(--file-goroup-color);
text-align: left;
font-size: 0.938rem;
border-radius: 0.3125em 0 0.3125em 0.3125em;
}
@media (max-width: 749px) {
.filegroup-box {
left: -44px;
}
}
@media (max-width: 359px) {
.filegroup-box {
left: -120px;
}
}
.filegroup-box h3 {
font-size: 1em;
background-color: var(--file-goroup-color);
color: var(--white) !important;
margin: 0 !important;
padding-left: 10px;
line-height: 1;
padding: 13px 15px !important;
font-weight: 300;
}
.filegroup-box h3:before {
display: none;
}
.filegroup-box ul {
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
.filegroup-box li {
display: grid;
grid-template-columns: auto 49px;
gap: 10px;
}
.filegroup-box li + li {
margin-top: 5px;
}
.filegroup-box li .file-download {
display: grid;
grid-template-columns: 25px auto;
gap: 5px;
}
.filegroup-box li .file-name {
max-width: unset;
width: 100%;
}
.filegroup-box li a i {
vertical-align: middle;
}
.filegroup-box li .viewer-link {
font-size: 11px;
color: #fff;
background-color: var(--mid-blue);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.filegroup-box__close {
width: 40px;
height: 40px;
position: absolute;
right: 0;
top: 0;
font-size: 20px;
text-align: center;
transition: all 0.3s;
color: var(--white);
}
.filegroup-box__close:focus, .filegroup-box__close:active, .filegroup-box__close:hover {
transform: rotate(90deg);
}
.filegroup-box__close:before {
content: "";
display: inline-block;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -31px -577px;
width: 11px;
height: 11px;
}

/*paging*/
.pagination-set,
.paginationSet {
position: relative;
text-align: center;
margin: 30px 0;
}
@media (max-width: 749px) {
.pagination-set,
.paginationSet {
margin-top: 20px;
}
}

.pagination {
--paging-Active-bgColor: var(--mid-blue);
--paging-Active-Color: var(--white);
--paging-Bd-Color: transparent;
--paging-Bg-Color: transparent;
display: inline-block;
vertical-align: top;
padding-left: 0;
text-align: center;
}
@media (max-width: 749px) {
.pagination {
margin-bottom: 50px;
}
}
.pagination .i a {
border: 1px solid var(--paging-Bd-Color);
}
.pagination li {
display: inline;
}
.pagination li > * {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0;
text-decoration: none;
min-width: 40px;
height: 40px;
line-height: 38px;
border: 1px solid var(--paging-Bd-Color);
margin: 0 0;
color: #666;
margin-left: 2px;
border-radius: 5px;
}
@media (max-width: 749px) {
.pagination li > * {
min-width: 30px;
margin-bottom: 5px;
}
}
.pagination > li.first > *, .pagination > li.prev > *, .pagination > li.next > *, .pagination > li.end > * {
min-width: 40px;
}
.pagination > li.first > *:before, .pagination > li.prev > *:before, .pagination > li.next > *:before, .pagination > li.end > *:before {
content: "";
display: inline-block;
width: 40px;
height: 40px;
}
@media (max-width: 749px) {
.pagination > li.first > *, .pagination > li.prev > *, .pagination > li.next > *, .pagination > li.end > * {
min-width: 30px;
position: absolute;
bottom: 0;
z-index: 1;
}
.pagination > li.first > *:before, .pagination > li.prev > *:before, .pagination > li.next > *:before, .pagination > li.end > *:before {
width: 30px;
}
}
.pagination > li .s,
.pagination > li .s span {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.pagination > li.first > * {
margin-right: 3px;
}
.pagination > li.first > *:before {
content: "";
background: url(/static/portal/img/common/paging_first.png) no-repeat 50% 50%;
}
@media (max-width: 749px) {
.pagination > li.first > * {
left: calc(50% - 78px);
}
}
.pagination > li.prev > *:before {
content: "";
background: url(/static/portal/img/common/paging_prev.png) no-repeat 50% 50%;
}
.pagination > li.prev > * {
margin-right: 21px;
}
@media (max-width: 749px) {
.pagination > li.prev > * {
margin-right: 4px;
left: calc(50% - 38px);
}
}
.pagination > li.next > *:before {
content: "";
background: url(/static/portal/img/common/paging_prev.png) no-repeat 50% 50%;
transform: scaleX(-1);
}
.pagination > li.next > * {
margin-left: 21px;
}
@media (max-width: 749px) {
.pagination > li.next > * {
margin-left: 4px;
right: calc(50% - 38px);
}
}
.pagination > li.end > * {
background-position: right 0;
margin-left: 3px;
}
.pagination > li.end > *:before {
content: "";
background: url(/static/portal/img/common/paging_first.png) no-repeat 50% 50%;
transform: scaleX(-1);
}
@media (max-width: 749px) {
.pagination > li.end > * {
right: calc(50% - 80px);
}
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
text-decoration: underline;
background-color: var(--paging-Active-bgColor);
color: var(--white);
}
.pagination > li.first a:hover, .pagination > li.first a:focus, .pagination > li.prev a:hover, .pagination > li.prev a:focus, .pagination > li.next a:hover, .pagination > li.next a:focus, .pagination > li.end a:hover, .pagination > li.end a:focus {
background-color: inherit;
border: 1px dotted var(--paging-Active-bgColor);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
cursor: default;
border: 1px solid var(--paging-Active-bgColor);
background-color: var(--paging-Active-bgColor);
color: var(--paging-Active-Color);
box-sizing: border-box;
border-radius: 10px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
cursor: not-allowed;
opacity: 0.7;
display: none;
}

.paginate {
--paging-Active-bgColor: var(--mid-blue);
--paging-Active-Color: var(--white);
--paging-Bd-Color: transparent;
--paging-Bg-Color: transparent;
margin: 20px 0;
text-align: center;
}
.paginate strong,
.paginate a {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0;
text-decoration: none;
min-width: 40px;
height: 40px;
line-height: 38px;
border: 1px solid var(--paging-Bd-Color);
margin: 0 0;
color: #666;
margin-left: 2px;
border-radius: 5px;
}
.paginate strong {
z-index: 3;
cursor: default;
border: 1px solid var(--paging-Active-bgColor);
background-color: var(--paging-Active-bgColor);
color: var(--paging-Active-Color);
box-sizing: border-box;
border-radius: 10px;
}
.paginate .prev,
.paginate .next {
padding-left: 8px;
padding-right: 8px;
border: 1px solid var(--bd-color);
}

.visible-pc {
display: none;
}
@media (min-width: 1200px) {
.visible-pc {
display: block;
}
}

.visible-tablet {
display: none;
}
@media (max-width: 1199px) {
.visible-tablet {
display: block;
}
}

.visible-mobile {
display: none;
}
@media (max-width: 749px) {
.visible-mobile {
display: block;
}
}

@media (max-width: 749px) {
.hide-sm {
display: none;
}
}

br.mobile {
display: none;
}
@media (max-width: 749px) {
br.mobile {
display: inline;
}
}

br.pc {
display: none;
}
@media (min-width: 1200px) {
br.pc {
display: inline;
}
}

.mt1 {
margin-top: 20px;
}

.ml1 {
margin-left: 24px;
}

.visible-mobile-ib {
display: none;
}
@media (max-width: 749px) {
.visible-mobile-ib {
display: inline-block;
}
}

.lg\:inline {
display: none;
}
@media (min-width: 1200px) {
.lg\:inline {
display: inline;
}
}

.tab-nav {
font-family: GmarketSans;
position: relative;
margin: 40px 0 20px;
border-bottom: 1px solid var(--bd-top);
}
.tab-nav + .bd-list, .tab-nav + form .bd-list {
margin-top: -21px;
}
.tab-nav ul {
display: flex;
flex-wrap: wrap;
}
.tab-nav ul.border2 li {
border-radius: 0;
}
.tab-nav ul.border2 li:first-child {
border-top-left-radius: 10px;
}
.tab-nav ul.border2 li:first-child a {
border-top-left-radius: 10px;
}
.tab-nav ul.border2 li:last-child {
border-top-right-radius: 10px;
}
.tab-nav ul.border2 li:last-child a {
border-top-right-radius: 10px;
}
.tab-nav ul.border2 li a {
border-radius: 0;
}
.tab-nav ul li {
border: 1px solid var(--bdcolor);
border-bottom-width: 0;
border-radius: 10px 10px 0 0;
margin-left: -1px;
}
.tab-nav ul li a,
.tab-nav ul li .tab-nav--btn {
border-radius: 10px 10px 0 0;
display: flex;
justify-content: center;
align-items: center;
justify-items: center;
height: 100%;
padding: 0 6px;
}
@media (max-width: 749px) {
.tab-nav ul li a,
.tab-nav ul li .tab-nav--btn {
padding: 8px;
}
}
@media (min-width: 750px) {
.tab-nav ul li a,
.tab-nav ul li .tab-nav--btn {
padding: 0 20px;
min-height: 48px;
}
}
.tab-nav ul li a,
.tab-nav ul li .tab-nav--btn {
border-right-width: 0;
background-color: #f9f9f9;
text-align: center;
font-weight: 500;
line-height: 1.3;
}
.tab-nav ul li a.on,
.tab-nav ul li .tab-nav--btn.on {
position: relative;
z-index: 1;
background-color: var(--point);
color: var(--white);
font-weight: bold;
}
@media (min-width: 1200px) {
.tab-nav.lens3 ul li {
width: 33.3333%;
}
.tab-nav.lens2 ul li {
width: 50%;
}
}
.type2 .tab-nav li {
min-width: 20%;
}
.tab-nav + .tab-nav2 {
margin-top: -20px;
}
.tab-nav.lines {
margin-bottom: 10px;
}
.tab-nav.lines ul {
border: none;
overflow: visible;
background-color: var(--white);
}
.tab-nav.lines ul li {
width: calc(25% + 1px);
}
.tab-nav.lines ul li:nth-child(3n) {
border-right: 1px solid var(--bdcolor) !important;
}
.tab-nav.lines ul li a {
background: none;
}
.tab-nav.lines .on {
position: relative;
z-index: 2;
border: 1px solid var(--bdtopcolor);
}
.tab-nav.lines.xg .on a {
color: var(--point);
background-color: var(--thbgcolor);
}
.tab-nav.lines.xg .on {
border-color: var(--point);
}
.tab-nav.lines.xg a {
min-height: 78px;
line-height: 1;
background: none;
}
.tab-nav.lines.lg .on a {
color: var(--skyblue);
background-color: var(--lightblue);
}
.tab-nav.lines.lg .on {
border-color: var(--skyblue);
}
@media (min-width: 1200px) {
.tab-nav.lines.lg li {
width: calc(16.6666666667% + 1px);
}
}
@media (max-width: 749px) {
.tab-nav.lines.lg li {
width: calc(33.3333333333% + 1px);
}
.tab-nav.lines.lg li a {
padding: 0;
}
}
.tab-nav.lines.lg a {
min-height: 68px;
line-height: 1;
}
.tab-nav.lines.md-orange .on a {
color: var(--orange);
background-color: var(--whiteorange);
}
.tab-nav.lines.md-orange .on {
border-color: var(--orange);
}
@media (min-width: 1200px) {
.tab-nav.lines.md-orange li {
width: calc(6.6666666667% + 1px);
}
}
.tab-nav.lines.md {
margin-bottom: 40px;
}
.tab-nav.lines.md .on a {
color: var(--point);
}
.tab-nav.lines.md .on {
border-color: var(--point);
}
@media (max-width: 749px) {
.tab-nav.lines.md li {
width: calc(50% + 1px);
}
}
.tab-nav.no-border {
border-bottom: none;
}
@media (max-width: 749px) {
.tab-nav.mobile-grid-2 {
order: 1;
margin-top: 0;
}
.tab-nav.mobile-grid-2 + .right-side-box {
margin-bottom: 20px;
}
.tab-nav.mobile-grid-2 + form {
margin-top: 20px;
}
.tab-nav.mobile-grid-2 ul {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
}
.tab-nav.mobile-grid-2 ul li {
width: 50%;
flex-basis: 50%;
}
.tab-nav.mobile-grid-2 ul li.on {
border-color: var(--point);
}
.tab-nav.mobile-grid-2 ul li:nth-child(1) {
border-radius: 0;
}
.tab-nav.mobile-grid-2 ul li:nth-child(1) a {
border-radius: 0;
}
.tab-nav.mobile-grid-2 ul li:nth-child(2) {
border-radius: 0;
}
.tab-nav.mobile-grid-2 ul li:nth-child(2) a {
border-radius: 0;
}
.tab-nav.mobile-grid-2 ul li:nth-child(3) {
border-radius: 0;
border-bottom-width: 1px;
}
.tab-nav.mobile-grid-2 ul li:nth-child(3) a {
border-radius: 0;
}
.tab-nav.mobile-grid-2 ul li:nth-child(4) {
border-radius: 0;
border-bottom-width: 1px;
}
.tab-nav.mobile-grid-2 ul li:nth-child(4) a {
border-radius: 0;
}
}
.tab-nav {
border-bottom: none;
}

.tab-nav2 {
margin: 30px 0 36px;
}
.tab-nav2 a, .tab-nav2 button {
text-align: center;
padding: 15px 10px;
font-size: 16px;
}
.tab-nav2 ul {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
border: 1px solid var(--bdcolor);
}
.tab-nav2 ul li {
text-align: center;
margin-right: -1px;
}
.tab-nav2 ul li.on > a::after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 50%;
transform: translate(-4px, 0);
position: absolute;
content: "";
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #000;
color: var(--point);
}
.tab-nav2 ul li:last-child > a {
background: none;
}
.tab-nav2 ul li a,
.tab-nav2 ul li button {
position: relative;
display: block;
text-align: center;
line-height: 19px;
background: url(/static/commons/img/vbar.png) no-repeat 0 50%;
background-position: 100% 50%;
}
.tab-nav2 ul li a span,
.tab-nav2 ul li button span {
display: inline-block;
position: relative;
}
.tab-nav2 ul li a span::after,
.tab-nav2 ul li button span::after {
content: "";
position: absolute;
width: 100%;
bottom: -6px;
left: 0;
border-bottom: 2px solid var(--point);
transform: scaleX(0);
transform-origin: 0 0;
transition: transform 0.3s ease-out;
}
.tab-nav2 ul li a:focus span::after, .tab-nav2 ul li a:hover span::after,
.tab-nav2 ul li button:focus span::after,
.tab-nav2 ul li button:hover span::after {
content: "";
position: absolute;
transform: scaleX(1);
}
.tab-nav2 ul li a.on span::after,
.tab-nav2 ul li button.on span::after {
transform: scaleX(1);
font-weight: 700;
}
.tab-nav2 ul li a,
.tab-nav2 ul li button {
padding: 10px 25px 11px;
}
.tab-nav2 ul li a.on,
.tab-nav2 ul li button.on {
font-weight: 600;
color: var(--point);
}
@media (min-width: 1300px) {
.tab-nav2 ul li a,
.tab-nav2 ul li button {
font-size: 1rem;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav2 ul li a,
.tab-nav2 ul li button {
font-size: 0.875rem;
}
}
@media (max-width: 749px) {
.tab-nav2 ul li a,
.tab-nav2 ul li button {
display: block;
}
}
@media (max-width: 430px) {
.tab-nav2 ul li a,
.tab-nav2 ul li button {
padding: 10px 10px 11px;
}
}
@media (max-width: 749px) {
.tab-nav2 {
margin: 15px 0 20px;
}
.tab-nav2 ul {
justify-content: space-between;
}
.tab-nav2 ul li {
flex: 1;
white-space: nowrap;
}
.tab-nav2 ul li + li::before {
display: none;
}
}
.box + .tab-nav2.type2 {
margin-top: -20px;
margin-bottom: 10px;
}
.tab-nav2.type2 ul {
border-width: 0 0 1px 0;
border-radius: 0;
}
.tab-nav2.type2 ul li {
flex: none;
}
.tab-nav2.type2 ul li:last-child a {
background: none;
}
.tab-nav2.type2 ul li a {
font-size: 18px;
padding: 10px 0;
}
.tab-nav2.type2 ul li a::after {
top: auto;
left: 0;
bottom: -1px;
border: none;
border-bottom: 2px solid var(--point);
width: 100%;
transform: none;
}
.tab-nav2.n8 ul li {
flex: none;
width: 25%;
}
.tab-nav2.n8 ul li a {
font-size: 14px;
}
.tab-nav2.n8 ul li:nth-child(4n) a {
background: none;
}
@media (min-width: 750px) {
.tab-nav2.n8 ul li {
width: 12.5%;
}
.tab-nav2.n8 ul li:nth-child(8n) a {
background: none;
}
}

.tab-nav3 {
margin: 30px 0 36px;
}
.tab-nav3 a {
text-align: center;
padding: 15px 0;
font-size: 14px;
}
@media (min-width: 750px) {
.tab-nav3 a {
font-size: 16px;
}
}
.tab-nav3 ul {
display: flex;
flex-flow: row wrap;
justify-content: left;
}
.tab-nav3 ul li {
text-align: center;
width: 25%;
/*&:nth-child(5) a{
	&:hover,
	&:focus,
	&.on{&::before{border-bottom-left-radius: 0.9375em;}}
}*/
}
.tab-nav3 ul li.on a::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
.tab-nav3 ul li a {
position: relative;
display: block;
text-align: center;
line-height: 19px;
border: 1px solid var(--bdcolor);
margin-top: -1px;
margin-left: -1px;
}
.tab-nav3 ul li a:hover span, .tab-nav3 ul li a:focus span, .tab-nav3 ul li a.on span {
color: var(--point);
font-weight: 700;
}
.tab-nav3 ul li a:hover::before, .tab-nav3 ul li a:focus::before, .tab-nav3 ul li a.on::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
@media (min-width: 1300px) {
.tab-nav3 ul li a {
font-size: 1rem;
padding: 5px 10px 6px;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav3 ul li a {
font-size: 0.875rem;
padding: 5px 10px 6px;
}
}
@media (max-width: 749px) {
.tab-nav3 ul li a {
display: block;
}
}
@media (max-width: 749px) {
.tab-nav3 {
margin: 15px 0 20px;
}
.tab-nav3 ul {
justify-content: space-between;
}
.tab-nav3 ul li {
width: 50%;
white-space: nowrap;
}
.tab-nav3 ul li + li::before {
display: none;
}
}
.tab-nav3.radius0 ul {
width: 100%;
}
.tab-nav3.radius0 li {
border: 1px solid var(--bdcolor);
}
.tab-nav3.radius0 li.on {
border-color: var(--blue);
}
.tab-nav3.radius0 a,
.tab-nav3.radius0 a::before {
border: none !important;
border-radius: 0;
}
.tab-nav3.n2 ul li {
width: 50%;
}
.tab-nav3.n11 ul {
overflow: hidden;
}
.tab-nav3.n11 ul li {
border: 1px solid var(--bdcolor);
width: 9.0909090909%;
}
.tab-nav3.n11 ul li.on {
border-color: var(--blue);
}
.tab-nav3.n11 ul li a,
.tab-nav3.n11 ul li a::before {
border: none !important;
}
@media (max-width: 600px) {
.tab-nav3.n11 ul li {
width: 20%;
}
}

.tab-nav4 {
font-family: GmarketSans;
margin: 40px 0 40px;
}
.tab-nav4 a {
text-align: center;
font-size: 16px;
padding: 15px 0;
}
@media (min-width: 750px) {
.tab-nav4 a {
padding: 20px 0;
}
}
.tab-nav4 ul {
display: flex;
flex-flow: row wrap;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 750px) {
.tab-nav4 ul {
flex-direction: row;
}
}
.tab-nav4 ul li {
text-align: center;
flex: 1;
}
.tab-nav4 ul li.on a::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
.tab-nav4 ul li a {
position: relative;
display: block;
text-align: center;
line-height: 19px;
border: 1px solid var(--bdcolor);
margin-top: -1px;
margin-left: -1px;
}
.tab-nav4 ul li a:hover, .tab-nav4 ul li a:focus, .tab-nav4 ul li a.on {
background-color: var(--ice-blue-Two);
}
.tab-nav4 ul li a:hover span, .tab-nav4 ul li a:focus span, .tab-nav4 ul li a.on span {
color: var(--point);
font-weight: 700;
}
.tab-nav4 ul li a:hover::before, .tab-nav4 ul li a:focus::before, .tab-nav4 ul li a.on::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
@media (min-width: 1300px) {
.tab-nav4 ul li a {
font-size: 1rem;
padding: 10px 10px 6px;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav4 ul li a {
font-size: 0.875rem;
padding: 10px 10px 6px;
}
}
@media (max-width: 749px) {
.tab-nav4 ul li a {
display: block;
}
}
.tab-nav4 ul li:first-child a, .tab-nav4 ul li:first-child a::before {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
@media (min-width: 750px) {
.tab-nav4 ul li:first-child a, .tab-nav4 ul li:first-child a::before {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0;
}
}
.tab-nav4 ul li:last-child a, .tab-nav4 ul li:last-child a::before {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
@media (min-width: 750px) {
.tab-nav4 ul li:last-child a, .tab-nav4 ul li:last-child a::before {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 0;
}
}
@media (max-width: 749px) {
.tab-nav4 {
margin: 15px 0 20px;
}
.tab-nav4 ul {
justify-content: space-between;
}
.tab-nav4 ul li {
white-space: nowrap;
}
.tab-nav4 ul li + li::before {
display: none;
}
}
.tab-nav4.radius0 ul {
width: 100%;
}
.tab-nav4.radius0 li {
border: 1px solid var(--bdcolor);
}
.tab-nav4.radius0 li.on {
border-color: var(--blue);
}
.tab-nav4.radius0 a,
.tab-nav4.radius0 a::before {
border: none !important;
border-radius: 0;
}
.tab-nav4.n2 ul li {
width: 50%;
}
.tab-nav4.n11 ul {
overflow: hidden;
}
.tab-nav4.n11 ul li {
border: 1px solid var(--bdcolor);
width: 9.0909090909%;
}
.tab-nav4.n11 ul li.on {
border-color: var(--blue);
}
.tab-nav4.n11 ul li a,
.tab-nav4.n11 ul li a::before {
border: none !important;
}
@media (max-width: 600px) {
.tab-nav4.n11 ul li {
width: 20%;
}
}

.tab-nav5 {
font-family: GmarketSans;
margin: 0 0 10px;
}
@media (max-width: 749px) {
.tab-nav5 {
margin: 15px 0 10px;
}
}
.tab-nav5 ul {
overflow: hidden;
display: flex;
flex-flow: row wrap;
gap: 1px;
border: 1px solid var(--bdcolor);
border-radius: 10px;
background-color: var(--bdcolor);
}
.tab-nav5 ul li {
background-color: #fff;
flex-grow: 1;
color: #6d6d6d;
}
.tab-nav5 ul li:hover:not(.none), .tab-nav5 ul li.on {
background-color: var(--ice-blue-Two);
font-weight: 700;
color: var(--point);
}
.tab-nav5 a,
.tab-nav5 .tabBtn {
display: inline-block;
width: 100%;
min-height: 40px;
padding: 8px 4px 4px 4px;
color: inherit;
line-height: 1.44;
text-align: center;
align-content: center;
}
@media (min-width: 750px) {
.tab-nav5 a,
.tab-nav5 .tabBtn {
font-size: 18px;
}
}
.tab-nav5--lg a,
.tab-nav5--lg .tabBtn {
padding: 4px 2px 2px 2px;
min-height: 60px;
}
.tab-nav5.n3 ul li {
width: calc(33.3333333333% - 0.67px);
}
@media (max-width: 749px) {
.tab-nav5.n3 ul li {
width: 100%;
}
}
.tab-nav5.n8 ul li {
width: calc(50% - 0.75px);
}
@media (min-width: 750px) {
.tab-nav5.n8 ul li {
width: calc(25% - 0.75px);
}
}
@media (max-width: 359px) {
.tab-nav5.n8 ul li {
width: 100%;
}
}
@media (min-width: 750px) {
.tab-nav5.n15 {
max-width: 594px;
}
}
.tab-nav5.n15 ul li {
width: calc(33.3333333333% - 0.67px);
}

.tab-panel {
display: none;
}
.tab-panel.on {
display: block;
}

[role=alertdialog],
[role=dialog] {
box-sizing: border-box;
padding: 10px;
background-color: #fff;
min-height: 100vh;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 15px;
overflow: hidden;
padding-top: 55px;
}
[role=alertdialog] .head,
[role=dialog] .head {
width: 100%;
background-color: var(--point);
color: var(--white);
position: absolute;
z-index: 100;
top: 0;
left: 0;
height: 46px;
}
[role=alertdialog] h2,
[role=dialog] h2 {
margin-left: 15px;
}
[role=alertdialog] .body,
[role=dialog] .body {
margin-top: 16px;
padding: 20px 0;
max-height: calc(90vh - 320px);
overflow: hidden;
overflow-y: auto;
}
[role=alertdialog] .box,
[role=dialog] .box {
border: none;
background: #f3fafc;
margin-top: 10px;
padding-top: 30px;
padding-bottom: 28px;
border-radius: 5px;
text-align: center;
}
[role=alertdialog] .box i,
[role=dialog] .box i {
display: inline-block;
width: 77px;
height: 70px;
background: url(/static/portal/img/ico/ico-protect.svg) 0 0 no-repeat;
}
[role=alertdialog] .box .tit,
[role=dialog] .box .tit {
display: block;
margin: 20px 0 10px;
color: var(--point);
font-size: 20px;
font-weight: 600;
}
[role=alertdialog] .box p,
[role=dialog] .box p {
color: var(--black);
font-size: 18px;
font-weight: 600;
}
[role=alertdialog] .box p.word,
[role=dialog] .box p.word {
padding: 0 22%;
word-break: keep-all;
}
@media (max-width: 749px) {
[role=alertdialog] .box p.word,
[role=dialog] .box p.word {
padding: 0;
}
}
[role=alertdialog] .box + .list2,
[role=dialog] .box + .list2 {
margin-bottom: 30px;
}
[role=alertdialog] .box + .list2 li,
[role=dialog] .box + .list2 li {
color: var(--black);
font-size: 16px;
}
@media (min-width: 750px) {
[role=alertdialog],
[role=dialog] {
position: absolute;
top: 50vh;
left: 50vw;
padding: 60px 30px 10px;
transform: translate(-50%, -50%);
min-width: 610px;
min-height: auto;
}
.w-md [role=alertdialog],
.w-md [role=dialog] {
max-width: 800px;
}
}
[role=alertdialog] .lightbox,
[role=dialog] .lightbox {
background-color: var(--lightblue);
padding: 30px;
}

.dialog-close {
float: right;
position: absolute;
top: 0;
right: 17px;
width: 46px;
height: 46px;
color: var(--white);
font-size: 30px;
line-height: 46px;
transition: all 0.5s ease-out;
}
.dialog-close:hover, .dialog-close:focus, .dialog-close:active {
transform: rotate(180deg);
}

.dialog_label {
text-align: center;
}

.dialog_form {
margin: 15px;
}
@media (max-width: 749px) {
.dialog_form {
margin: 0;
}
}
.dialog_form .label_text {
box-sizing: border-box;
padding-right: 0.5em;
display: inline-block;
font-size: 16px;
font-weight: bold;
width: 30%;
text-align: right;
}
@media (max-width: 749px) {
.dialog_form .label_text {
width: 100%;
text-align: left;
}
}
.dialog_form .label_info {
box-sizing: border-box;
padding-right: 0.5em;
font-size: 12px;
width: 30%;
text-align: right;
display: inline-block;
}

.dialog_form_item {
margin: 10px 0;
}
.dialog_form_item .wide_input {
box-sizing: border-box;
max-width: 70%;
width: 27em;
}
.dialog_form_item .city_input {
box-sizing: border-box;
max-width: 70%;
width: 17em;
}
.dialog_form_item .state_input {
box-sizing: border-box;
max-width: 70%;
width: 15em;
}
.dialog_form_item .zip_input {
box-sizing: border-box;
max-width: 70%;
width: 9em;
}

.dialog_form_actions {
text-align: right;
padding: 5px 10px 10px;
}

.dialog_desc {
padding: 10px 20px;
}

/* dialog::backdrop, */
.dialog-backdrop {
position: fixed;
z-index: 10000;
display: none;
overflow-y: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

@media screen and (min-width: 640px) {
.dialog-backdrop {
background: rgba(0, 0, 0, 0.35);
}
}
.dialog-backdrop.active {
display: block;
}

.no-scroll {
overflow-y: auto !important;
}

/* this is added to the body when a dialog is open */
.has-dialog {
overflow: hidden;
}

.notes {
display: block;
font-size: 1rem;
line-height: 1.3;
min-width: 400px;
max-width: 100%;
width: 33%;
}

.toast {
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
padding: 1rem;
border: none;
border-radius: 0.25rem;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
position: fixed;
top: 1rem;
right: 1rem;
transform: translateY(-150%);
transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.toast.active {
transform: translateY(0);
}

.dialog-box {
margin-top: 50px;
margin-bottom: 30px;
background-color: var(--lightblue);
padding: 30px;
border-radius: 5px;
text-align: center;
}

.dialogs.temp .head {
line-height: 46px;
padding-left: 20px;
}

.month-schedule-ctrl {
padding: 20px 30px;
background-color: #f6f6f6;
border-top: 2px solid var(--bdtopcolor);
text-align: center;
}
@media (max-width: 749px) {
.month-schedule-ctrl {
padding-left: 10px;
padding-right: 10px;
}
}
.month-schedule-ctrl a {
display: block;
border: 0.063rem solid #525d63;
background-color: #2e363a;
text-align: center;
width: 43px;
height: 43px;
border-radius: 23px;
line-height: 43px;
}
.month-schedule-ctrl a::before {
content: "";
display: inline-block;
vertical-align: baseline;
}
.month-schedule-ctrl a.month-prev {
float: left;
}
.month-schedule-ctrl a.month-prev::before {
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #ffffff;
}
.month-schedule-ctrl a.month-next {
float: right;
}
.month-schedule-ctrl a.month-next::before {
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #ffffff;
}
.month-schedule-ctrl .yy {
color: #525d64;
font-size: 1.875rem;
font-weight: 700;
letter-spacing: normal;
line-height: 1.43;
vertical-align: middle;
}
@media (max-width: 749px) {
.month-schedule-ctrl .yy {
font-size: 1.2rem;
}
}
.month-schedule-ctrl .f {
display: inline-block;
vertical-align: middle;
margin-left: 35px;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f {
margin-left: 8px;
}
}
.month-schedule-ctrl .f select {
font-size: 1rem;
border-width: 0;
width: 140px;
height: 45px;
vertical-align: middle;
color: #2e363a;
font-weight: 500;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f select {
width: auto;
padding-right: 35px;
}
}
.month-schedule-ctrl .f button {
width: 90px;
height: 45px;
background-color: #525d63;
color: #ffffff;
font-size: 1.125rem;
vertical-align: middle;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f button {
width: auto;
padding: 0 10px;
font-size: 1rem;
}
}

.month-schedule-deco {
font-weight: 500;
font-size: 0.938rem;
color: #000000;
margin: 15px 0 10px;
}

.month-schedule table {
width: 100%;
table-layout: fixed;
}
.month-schedule th {
background-color: #525d64;
font-size: 1.125rem;
font-weight: 700;
color: #fff;
height: 50px;
}
@media (min-width: 750px) {
.month-schedule th::after {
content: "요일";
}
}
.month-schedule th + th {
border-left: 1px solid var(--bdcolor);
}
.month-schedule th.sun {
background-color: #ef181e;
}
.month-schedule th.sat {
background-color: #888888;
}
.month-schedule td {
padding: 14px 18px;
border: 1px solid var(--bdcolor);
border-width: 0 0 1px 0;
height: 140px;
vertical-align: top;
}
@media (max-width: 749px) {
.month-schedule td {
padding: 8px;
height: auto;
}
}
.month-schedule td + td {
border-left: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.month-schedule td .day {
display: block;
}
}
.month-schedule td .ico-schedule {
position: relative;
display: inline-block;
vertical-align: top;
}
.month-schedule td .ico-schedule i {
display: none;
}
@media (max-width: 749px) {
.month-schedule td .ico-schedule i {
display: block;
position: absolute;
right: -3px;
bottom: -5px;
border-radius: 14px;
width: 16px;
height: 16px;
background-color: #ef181e;
color: #ffffff;
text-align: center;
line-height: 16px;
font-size: 0.688rem;
}
}
.month-schedule td .item {
display: none;
}
@media (min-width: 750px) {
.month-schedule td .item {
display: block;
}
}
.month-schedule td .item button {
color: #1071c1;
font-size: 1rem;
font-weight: 500;
text-align: left;
padding-left: 0;
}

.month-schedule-detail {
display: none;
}
.month-schedule-detail.show {
display: block;
}
.month-schedule-detail h2 {
margin-top: 30px;
padding: 15px 0;
line-height: 1;
color: #fff;
font-weight: 700;
text-align: center;
background-color: #525d64;
font-size: 1.25rem;
}
.month-schedule-detail .s {
padding: 40px;
padding-bottom: 25px;
border: 1px solid var(--bdcolor);
border-top-width: 0;
}
@media (max-width: 749px) {
.month-schedule-detail .s {
padding: 20px;
padding-top: 5px;
}
}
.month-schedule-detail .s dl dt {
padding: 15px 0 5px;
color: #525d64;
font-size: 1.25rem;
font-weight: 700;
letter-spacing: normal;
}
.month-schedule-detail .s dl dt i {
vertical-align: middle;
margin-right: 5px;
}
.month-schedule-detail .s dl dd {
padding-left: 40px;
color: #484d58;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.39;
}
@media (max-width: 749px) {
.month-schedule-detail .s dl dd {
padding: 0;
}
}
.month-schedule-detail .s dl dd.d {
margin-top: 5px;
border-radius: 0.313rem;
border: 0.063rem solid #ddd;
background-color: #f6f6f6;
padding: 22px 38px;
}
@media (max-width: 749px) {
.month-schedule-detail .s dl dd.d {
padding: 15px;
}
}
.month-schedule-detail__head {
display: flex;
align-items: center;
gap: 12px;
}
@media (max-width: 749px) {
.month-schedule-detail__head {
flex-wrap: wrap;
}
}

.month-schedule-list-m {
display: none;
}
@media (max-width: 749px) {
.month-schedule-list-m {
margin-top: 30px;
border-top: 2px solid var(--bdtopcolor);
display: block;
}
.month-schedule-list-m li {
border-bottom: 1px solid var(--bdcolor);
}
.month-schedule-list-m li button {
position: relative;
display: block;
width: 100%;
padding: 13px;
padding-left: 54px;
font-size: 1rem;
text-align: left;
color: #666666;
}
.month-schedule-list-m li button > i {
position: absolute;
left: 10px;
top: 10px;
}
.month-schedule-list-m li button span {
display: block;
}
.month-schedule-list-m li button span em {
color: #222222;
display: block;
}
}

.month-schedule2 {
display: flex;
flex-direction: column;
align-items: center;
}
.month-schedule2 .month-schedule-ctrl2 {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 10px;
}
.month-schedule2 .month-schedule-ctrl2 a {
display: block;
position: relative;
z-index: 1;
padding: 10px;
}
.month-schedule2 .month-schedule-ctrl2 a::before {
content: "";
display: block;
width: 11px;
height: 19px;
}
.month-schedule2 .month-schedule-ctrl2 a.month-prev::before {
background: url(/static/portal/img/common/ico-arrow-left.png) center center no-repeat;
}
.month-schedule2 .month-schedule-ctrl2 a.month-next::before {
background: url(/static/portal/img/common/ico-arrow-right.png) center center no-repeat;
}
.month-schedule2 .month-schedule-ctrl2 .yymm {
font-size: 22px;
font-weight: 700;
}
@media (max-width: 749px) {
.month-schedule2 .month-schedule-ctrl2 .yymm {
font-size: 18px;
}
}
.month-schedule2 .month-schedule-table table {
width: auto;
table-layout: fixed;
}
.month-schedule2 .month-schedule-table table thead {
border-top: 1px solid #000;
border-bottom: 1px solid var(--sh-form-color);
}
.month-schedule2 .month-schedule-table table th {
padding: 12px;
}
.month-schedule2 .month-schedule-table table th.sun,
.month-schedule2 .month-schedule-table table td.sun {
color: var(--tomato);
}
.month-schedule2 .month-schedule-table table th.sun a,
.month-schedule2 .month-schedule-table table td.sun a {
color: var(--tomato);
}
.month-schedule2 .month-schedule-table table th.sat,
.month-schedule2 .month-schedule-table table td.sat {
color: var(--mid-blue);
}
.month-schedule2 .month-schedule-table table th.sat a,
.month-schedule2 .month-schedule-table table td.sat a {
color: var(--mid-blue);
}
.month-schedule2 .month-schedule-table table th a,
.month-schedule2 .month-schedule-table table td a {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
padding: 0;
border-radius: 50%;
}
.month-schedule2 .month-schedule-table table th a.selected,
.month-schedule2 .month-schedule-table table td a.selected {
color: #fff;
background-color: var(--mid-blue);
}
.month-schedule2 .month-schedule-table table th a.disabled,
.month-schedule2 .month-schedule-table table td a.disabled {
color: #fff;
background-color: #959595;
text-decoration: line-through;
}

@media (min-width: 750px) {
.rsvt-detail-con {
flex-grow: 1;
}
}
@media (min-width: 1200px) {
.rsvt-detail-con {
margin-top: 49px;
}
}

/* 행사캘린더 */
.schedule-head {
margin-bottom: 10px;
text-align: center;
}

.schedule-ctrl {
display: inline-block;
position: relative;
padding-inline: 46px;
}
.schedule-ctrl .month-btn {
position: absolute;
top: 8px;
width: 11px;
height: 19px;
background: url(/static/health/img/common/ico-arrow.svg) 0 0 no-repeat;
}
.schedule-ctrl .month-btn.prev {
left: 0;
transform: scaleX(-1);
}
.schedule-ctrl .month-btn.next {
right: 0;
}

.schedule-current {
font-size: 22px;
font-weight: 600;
}
.schedule-current .months {
margin-left: 6px;
}

.schedule-type-list {
display: flex;
justify-content: flex-end;
gap: 9px;
margin-bottom: 20px;
}
@media (max-width: 749px) {
.schedule-type-list {
justify-content: center;
}
}

.schedule-type-item {
flex-basis: 104px;
width: 33.3%;
height: 42px;
padding: 6px 12px;
border: solid 1px #ccc;
border-radius: 5px;
font-size: 16px;
font-weight: 600;
text-align: center;
background-color: #fff;
}
@media (max-width: 749px) {
.schedule-type-item {
flex-basis: 100px;
}
}
.schedule-type-item.active {
border-color: var(--mid-blue-Two);
color: #fff;
background-color: var(--mid-blue-Two);
}

.schedule-table {
border-top: 1px solid #000;
}
.schedule-table table {
width: 100%;
table-layout: fixed;
border-bottom: 1px solid var(--bdcolor);
}
.schedule-table table th {
height: 47px;
font-size: 1rem;
color: #000;
background-color: var(--th-bg);
}
.schedule-table table th + th {
border-left: 1px solid var(--bdcolor);
}
.schedule-table table td {
padding: 20px;
border-top: 1px solid var(--bdcolor);
font-weight: 500;
vertical-align: top;
}
@media (min-width: 750px) {
.schedule-table table td {
height: 142px;
padding: 4px 10px 10px;
}
.schedule-table table td + td {
border-left: 1px solid var(--bdcolor);
}
}
.schedule-table table .sun {
color: var(--tomato);
}
.schedule-table table .week {
border-bottom: 1px solid var(--bdcolor);
font-weight: 700;
}

@media (max-width: 749px) {
.schedule-table table thead {
display: none;
}
.schedule-table table tr {
display: flex;
flex-direction: column;
}
.schedule-table table td {
display: none;
}
.schedule-table table td:has(.day) {
display: block;
}
}
@media (min-width: 750px) {
.schedule-table table .only-m {
display: none;
}
}

.schedule-popup {
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
position: fixed;
left: 0;
top: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
.schedule-popup {
padding-left: 160px;
}
}
.schedule-popup.active {
visibility: visible;
}
.schedule-popup .s {
position: relative;
flex-basis: 460px;
min-height: 300px;
padding: 40px;
margin-inline: 20px;
border: solid 1px var(--mid-blue);
box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.13);
background-color: #fff;
}
@media (max-width: 749px) {
.schedule-popup .s {
padding: 20px;
}
}
.schedule-popup .close {
position: absolute;
top: 15px;
right: 16px;
padding: 4px;
}
.schedule-popup .close:before {
display: inline-block;
width: 16px;
height: 17px;
background: url(/static/wlfare/img/common/ico-close.png) no-repeat center;
content: " ";
}
.schedule-popup .image {
overflow: hidden;
width: 100%;
border-radius: 10px;
font-size: 0;
flex-shrink: 0;
}
@media (min-width: 750px) {
.schedule-popup .image {
flex-basis: 166px;
}
}
.schedule-popup .image img {
width: 100%;
aspect-ratio: 166/109;
object-fit: cover;
}
.schedule-popup .title {
flex-grow: 1;
font-weight: 600;
}
.schedule-popup .txt {
display: grid;
grid-template-columns: auto 1fr;
gap: 0 2px;
margin-top: 28px;
}
@media (max-width: 749px) {
.schedule-popup .txt {
margin-top: 14px;
}
}
.schedule-popup .btns {
margin-top: 28px;
}
@media (max-width: 749px) {
.schedule-popup .btns {
margin-top: 14px;
}
}
.schedule-popup .btns [class^=b-] {
width: 100%;
}

.schedule-popup-open {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ie .schedule-popup-open {
display: block;
height: 32px;
overflow: hidden;
}
.schedule-popup-open {
width: 100%;
padding: 4px 10px;
border-radius: 5px;
font-size: 14px;
font-weight: 600;
line-height: 1.43;
text-align: left;
}
.schedule-popup-open + .schedule-popup-open {
margin-top: 6px;
}
.schedule-popup-open:first-of-type, .schedule-popup-open:nth-of-type(3n + 1) {
background-color: #d4e8ff;
}
.schedule-popup-open:nth-of-type(3n-1) {
background-color: #c8e9e0;
}
.schedule-popup-open:nth-of-type(3n) {
background-color: #fedcea;
}
.schedule-popup-open.none {
background-color: #f6f6f9;
}

.schedule-box {
padding: 32px 60px;
border-radius: 10px;
background-color: var(--flexbox-bg);
}
@media (max-width: 749px) {
.schedule-box {
padding: 20px;
}
}
@media (min-width: 750px) {
.schedule-box.pd-lg {
padding: 24px 88px;
}
}
.schedule-box + .schedule-box {
margin-top: 25px;
}
.schedule-box__s {
display: flex;
align-items: center;
gap: 12px 30px;
}
@media (max-width: 749px) {
.schedule-box__s {
flex-direction: column;
}
}
.schedule-box .image {
overflow: hidden;
flex-shrink: 0;
width: 100%;
border-radius: 10px;
font-size: 0;
background-color: #fff;
box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 750px) {
.schedule-box .image {
flex-basis: 277px;
}
}
.schedule-box .image img {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
}
.schedule-box .txt {
flex-grow: 1;
padding-bottom: 14px;
border-bottom: 1px solid var(--bdcolor);
}
.schedule-box .month {
display: flex;
align-items: center;
justify-content: center;
min-width: 59px;
height: 52px;
padding-top: 8px;
border-radius: 6px;
font-size: 18px;
font-weight: 800;
color: var(--mid-blue);
background: linear-gradient(180deg, var(--mid-blue) 20%, rgb(255, 255, 255) 20%);
}
.schedule-box .month::after {
content: "월";
}
.schedule-box .days {
padding: 0 20px 4px 20px;
margin-bottom: 14px;
border-bottom: 1px solid #000;
font-weight: 700;
}
@media (max-width: 749px) {
.schedule-box .days {
padding: 0 8px 4px 8px;
}
}
.schedule-box .days .day {
margin-left: 8px;
}
.schedule-box .title {
font-weight: 700;
}
.schedule-box dl {
display: flex;
gap: 0 7px;
padding-inline: 24px;
}
.schedule-box dl:not(:first-of-type) {
margin-top: 8px;
}
@media (max-width: 749px) {
.schedule-box dl {
padding: 0 12px;
margin-top: 10px;
line-height: 1.5;
}
}
@media (max-width: 359px) {
.schedule-box dl {
flex-wrap: wrap;
}
}
.schedule-box dl dt {
flex-shrink: 0;
font-weight: 700;
}

.year-schedule {
margin-top: 40px;
}
@media (max-width: 749px) {
.year-schedule {
margin-top: 20px;
}
}

/* 컨텐츠 공통 스타일 */
.num-circle span {
display: inline-flex;
justify-content: center;
align-items: center;
width: 22px;
height: 22px;
margin: 0 5px;
border-radius: 50%;
font-size: 12px;
font-weight: 900;
background-color: var(--mid-blue);
color: #fff;
}

#content .list-circle {
counter-reset: circle 0;
}
#content .list-circle > li {
position: relative;
padding-left: 30px;
line-height: 1.88;
}
#content .list-circle > li::before {
content: counter(circle);
position: absolute;
top: 4px;
left: 0;
width: 22px;
height: 22px;
border-radius: 50%;
font-size: 12px;
font-weight: 900;
text-align: center;
background-color: var(--steel);
color: #fff;
counter-increment: circle 1;
}
#content .list-circle.t1 > li::before {
background-color: var(--mid-blue);
}
#content .list-circle.type2 h4 {
font-size: 18px;
margin-bottom: 2px;
}
#content .list-circle.type2 > li + li {
margin-top: 40px;
}
#content .list-circle.type2 + .help {
margin-top: 40px;
}

.banner {
overflow: hidden;
margin-top: 50px;
border-radius: 15px;
font-size: 0;
}

strong.green {
color: #398308;
}

strong.mid-blue {
color: var(--mid-blue);
}

.fc__darkish-pink {
color: var(--darkish-pink);
}

.large {
font-size: 1.167em;
letter-spacing: -1px;
}

/* 검색창 shrot */
@media (max-width: 749px) {
.sh.s {
margin-bottom: 20px;
}
}
.sh.s fieldset > div {
justify-content: center;
}
@media (max-width: 749px) {
.sh.s fieldset > div {
display: flex;
flex-direction: row;
}
}
@media (max-width: 749px) {
.sh.s .mfull {
display: flex;
flex-direction: column;
gap: 10px;
}
.sh.s .mfull > div {
flex-basis: auto;
margin: 0;
max-width: none;
}
.sh.s .mfull > div .b-shdetail {
width: 100%;
justify-content: space-between;
}
}
.sh.s .inp-txt {
width: 100%;
max-width: 360px;
}
.sh.s .inp-txt input[type=text] {
border: solid 1px var(--bd-color);
font-size: 16px;
}
@media (max-width: 749px) {
.sh.s .b-sh {
width: 77px;
}
}

/* 종합민원 (GB-01) */
.bd-toggle-btn {
margin: 30px 0 12px;
}
@media (max-width: 749px) {
.bd-toggle-btn {
display: none;
}
}
.bd-toggle-btn button {
width: 80px;
height: 30px;
padding: 0;
}

.bd-toggle {
border-top: 1px solid var(--bd-top);
}
.bd-toggle.on h3::after {
transform: rotate(0);
}
.bd-toggle__subject {
display: flex;
justify-content: space-between;
padding: 20px 30px;
border-top: 1px solid var(--bd-color);
font-weight: 600;
background-color: var(--th-bg);
}
@media (max-width: 749px) {
.bd-toggle__subject {
display: block;
padding: 15px;
}
}
.bd-toggle__subject h3 {
font-size: 20px;
}
@media (max-width: 749px) {
.bd-toggle__subject h3 {
font-size: 18px;
}
}
.bd-toggle__subject h3 {
cursor: pointer;
}
.bd-toggle__subject h3::after {
content: "";
display: inline-block;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -294px -185px;
width: 17px;
height: 11px;
transform: rotate(180deg);
margin-left: 8px;
transition: all 0.5s ease-in-out;
}
.bd-toggle__subject h3.active::after {
transform: rotate(0);
}
.bd-toggle__subject p > span + span {
position: relative;
padding-left: 30px;
}
@media (max-width: 749px) {
.bd-toggle__subject p > span + span {
padding-left: 0;
display: block;
}
}
.bd-toggle__subject p > span + span::before {
content: "";
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);
width: 1px;
height: 15px;
background-color: #a6a6b6;
}
@media (max-width: 749px) {
.bd-toggle__subject p > span + span::before {
display: none;
}
}
.sub_trash .bd-toggle__subject {
padding: 10px 30px;
}
.sub_trash .bd-toggle__subject .bd-toggle__subject h3 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.bd-toggle__cont:not(.no-pd) {
max-width: 1024px;
margin: 0 auto 50px;
padding-top: 22px;
}
.bd-toggle__cont.-full {
max-width: unset;
}
.bd-toggle__cont .shortcut-box,
.bd-toggle__cont .box_cont,
.bd-toggle__cont .info-box2 {
margin-left: 0;
}
.bd-toggle__cont .table {
margin-top: 15px;
}
.bd-toggle__cont .table th,
.bd-toggle__cont .table td {
word-break: keep-all;
}
.bd-toggle__cont > h4 {
position: relative;
margin: 28px 0 15px 0;
padding-left: 20px;
font-size: 18px;
font-weight: bold;
text-align: left;
color: var(--black);
}
.bd-toggle__cont > h4:before {
position: absolute;
top: 9px;
left: 0;
content: "";
width: 12px;
height: 12px;
border-radius: 12px;
border: solid 3px var(--mid-blue);
}
.bd-toggle__cont > h4.lh15 {
line-height: 1.5;
}
.bd-toggle__cont > h4.lh15:before {
top: 18px;
}
.bd-toggle__cont > h4 + p, .bd-toggle__cont > h4 + ul, .bd-toggle__cont > h4 + dl, .bd-toggle__cont > h4 + ol {
margin-left: 20px;
}
.bd-toggle__cont > h4 {
margin: 28px 0 10px;
}
.bd-toggle__cont > h4 + h5 {
margin-top: 0;
}
@media (max-width: 749px) {
.bd-toggle__cont > h4 span {
display: block;
}
}
.bd-toggle__cont > h4 + p + .bu {
margin-left: 20px;
}
.bd-toggle__cont > h5 {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .bd-toggle__cont > h5 {
margin-top: 10px;
}
.bd-toggle__cont > h5 + p, .bd-toggle__cont > h5 + ul {
margin-top: -6px;
}
.bd-toggle__cont > h5 {
margin: 30px 0 6px 20px;
font-size: 16px;
}
.bd-toggle__cont > h5 + ul, .bd-toggle__cont > h5 + ol, .bd-toggle__cont > h5 + p, .bd-toggle__cont > h5 + .bu {
margin-left: 20px;
}
.bd-toggle__cont > h5 + .step-box2 {
margin-top: 10px;
margin-left: 20px;
}
.bd-toggle__cont > h5 + p + .img-list, .bd-toggle__cont > h5 + .list-box2 {
margin-top: 16px;
}
.bd-toggle__cont > h6 {
position: relative;
margin-left: 20px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.bd-toggle__cont > h6:before {
position: absolute;
top: 8px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.bd-toggle__cont > h6 + p {
padding: 0;
}
.bd-toggle__cont > h6 + .indent {
margin-left: 34px;
}
.bd-toggle__cont > h6 + ul {
margin-left: 34px;
text-indent: 34px;
}
.bd-toggle__cont .bu .bull li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}
.bd-toggle__cont .bu .bull li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}
.bd-toggle__cont .bu .bull li {
margin-left: 0;
text-indent: 0;
}
.bd-toggle__cont p + p {
margin-top: 34px;
}
.sub_trash .bd-toggle {
border-bottom: 1px solid var(--bd-color);
}

.img-box {
margin: 14px auto 0;
padding: 20px;
text-align: center;
display: flex;
justify-content: center;
gap: 40px;
}
@media (max-width: 749px) {
.img-box {
flex-wrap: wrap;
gap: 20px;
}
}
.img-box img {
border-radius: 5px;
}
@media (min-width: 750px) {
.img-box {
padding: 40px;
}
}
.img-box--bd {
border-radius: 10px;
border: 1px solid var(--bd-color);
}
.img-box--label {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.img-box--label span {
display: block;
}
.img-box--no-pd {
padding: 0;
}
.img-box.ovx {
overflow: auto;
justify-content: flex-start;
}
@media (max-width: 749px) {
.img-box.ovx img {
max-width: 781px;
}
}
.img-box--blue {
background-color: #f8f8fc;
}
.img-box .__f-glow {
flex-grow: 1;
}
.img-box.view-blank {
position: relative;
}
.img-box.view-blank::after {
position: absolute;
right: 12px;
bottom: 12px;
width: 29px;
height: 29px;
padding: 20px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.75) url(/static/portal/img/sub/ico-view.png) center left 4px/29px 29px no-repeat;
pointer-events: none;
content: "";
}

@media (max-width: 749px) {
ul.img-box {
flex-direction: column;
}
}
ul.img-box {
align-items: center;
gap: 20px;
}

.img-ovx {
overflow: auto;
}
@media (max-width: 749px) {
.img-ovx img {
max-width: 781px;
}
}

.img-box5 {
padding: 20px;
border: 1px solid var(--bd-color);
text-align: center;
border-radius: 10px;
}
@media (min-width: 750px) {
.img-box5 {
padding: 30px;
}
}

.box-befor {
margin: 20px 0;
padding: 0 20px;
border: 1px solid var(--bd-color);
text-align: center;
border-radius: 10px;
}
@media (min-width: 750px) {
.box-befor {
padding: 0 30px;
}
}
.box-befor > * {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 30px;
margin: 30px 0;
}

.img-box3 {
margin: 24px 0;
padding: 40px;
}
@media (max-width: 749px) {
.img-box3 {
padding: 20px;
}
}
.img-box3 {
text-align: center;
overflow: auto;
background-color: #f3f3f7;
border-radius: 10px;
}
.img-box3__body {
padding: 15px;
border-radius: 10px;
background-color: #fff;
}
@media (min-width: 750px) {
.img-box3__body {
padding: 40px;
}
}
.img-box3 img {
border-radius: 10px;
box-shadow: 0px 12px 62px 0px rgba(132, 146, 173, 0.21);
}
.img-box3 img.n {
box-shadow: unset;
}
@media (max-width: 749px) {
.img-box3 img {
max-width: 781px;
}
}

@media (max-width: 749px) {
.colon {
display: block;
padding-left: 8px;
text-indent: -15px;
}
}
.colon::before {
content: ":";
margin: 0 2px;
}

.img-tit-box {
overflow: hidden;
border-radius: 10px;
background-color: var(--th-bg);
border: solid 1px #ededf2;
}
.img-tit-box img {
display: block;
margin: 0 auto;
}
.img-tit-box .tit {
display: block;
padding: 12px 12px;
text-align: center;
font-weight: bold;
}
.img-tit-box .bt {
border-top: solid 1px #ededf2;
}
.img-tit-box.type2 {
width: calc(25% - 23px);
min-width: 225px;
background-color: #fff;
border-color: var(--bd-color);
}
@media (max-width: 749px) {
.img-tit-box.type2 {
width: 100%;
}
}
.img-tit-box.type2 .img-pd {
padding: 16px;
}
.img-tit-box.type2 .t {
width: 100%;
min-height: 80px;
padding: 14px;
align-content: center;
background-color: var(--th-bg);
}
.img-tit-box.type2 + .img-tit-box.type2 {
overflow: visible;
position: relative;
}
@media (min-width: 1200px) {
.img-tit-box.type2 + .img-tit-box.type2::before {
content: "";
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -480px -453px;
width: 9px;
height: 14px;
position: absolute;
top: 45%;
left: -20px;
}
}
@media (min-width: 1300px) {
.img-tit-box.type2.no-arr::before {
display: none;
}
}

.img-box2 {
display: flex;
padding-left: 20px;
gap: 30px;
}
@media (max-width: 749px) {
.img-box2 {
flex-wrap: wrap;
}
}
.img-box2 .img-tit-box {
flex-shrink: 0;
}
.img-box2 + .img-box2 {
margin-top: 40px;
}
.img-box2 h5 {
text-align: center;
font-size: 16px;
}
.img-box2 .img-tit-box {
flex-grow: 0;
}

.img-tit-box {
overflow: hidden;
width: -webkit-fit-content;
width: fit-content;
border-radius: 10px;
border: solid 1px #ededf2;
background-color: var(--th-bg);
text-align: center;
}
@media (max-width: 749px) {
.img-tit-box {
flex-grow: 1;
}
}
.img-tit-box .image {
background-color: var(--white);
}
.img-tit-box .image + *,
.img-tit-box img + .tit {
border-top: solid 1px #ededf2;
}
.img-tit-box .tit {
display: block;
padding: 12px 12px;
font-weight: bold;
}
.img-tit-box .txt {
padding: 12px 12px;
}
.img-tit-box .txt .tit {
padding: 0;
}

.dept-name-card {
margin: 20px 0 40px;
padding: 10px;
display: grid;
gap: 10px;
}
@media (min-width: 750px) {
.dept-name-card {
padding: 10px 20px;
}
}
.dept-name-card {
border-radius: 10px;
background-color: var(--ice-blue);
}
.dept-name-card dl {
padding-top: 6px;
display: flex;
flex-direction: row;
}
@media (min-width: 750px) {
.dept-name-card dl {
gap: 20px;
}
}
.dept-name-card dl {
font-size: 18px;
font-weight: 500;
}
.dept-name-card dl i {
display: inline-block;
margin-right: 8px;
}
.dept-name-card p {
margin-top: 16px;
color: #262626;
}

.dept-jobinfo {
border-top: 1px solid #000;
}
.dept-jobinfo + .table {
margin-top: 0;
}
.dept-jobinfo dl {
display: flex;
width: 100%;
}
@media (max-width: 749px) {
.dept-jobinfo dl {
flex-wrap: wrap;
}
}
.dept-jobinfo dt {
flex-shrink: 0;
background-color: var(--th-bg);
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-weight: bold;
}
@media (max-width: 749px) {
.dept-jobinfo dt {
flex-grow: 1;
border-bottom: 1px solid var(--bd-color);
}
}
@media (min-width: 750px) {
.dept-jobinfo dt {
width: 146px;
border-right: 1px solid var(--bd-color);
}
}
.dept-jobinfo dd {
padding: 10px;
}
@media (min-width: 750px) {
.dept-jobinfo dd {
padding: 20px 24px;
}
}

.jeanstep {
margin-bottom: 35px;
}
.jeanstep ol {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 70px;
}
@media (max-width: 749px) {
.jeanstep ol {
gap: 35px;
flex-wrap: wrap;
}
}
@media (max-width: 749px) {
.jeanstep li {
display: none;
}
.jeanstep li.on {
display: block;
}
}
.jeanstep li + li {
position: relative;
}
.jeanstep li + li::before {
content: "";
width: 34px;
height: 10px;
position: absolute;
top: 35px;
left: -54px;
background-color: #d1d7d8;
-webkit-mask-image: url(/static/portal/img/sub/jeanstep-arrow@2x.png);
mask-image: url(/static/portal/img/sub/jeanstep-arrow@2x.png);
-webkit-mask-size: 34px 10px;
mask-size: 34px 10px;
}
@media (max-width: 749px) {
.jeanstep li + li::before {
display: none;
top: -26px;
left: 50%;
transform: rotate(90deg);
}
}
.jeanstep li + li.active::before, .jeanstep li + li.on::before {
background-color: var(--teal);
}
.jeanstep__item {
padding-top: 4px;
width: 195px;
height: 80px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 24px;
border-radius: 10px;
font-family: GmarketSans;
font-size: 18px;
font-weight: 500;
text-align: left;
color: var(--teal);
border: solid 2px #d1d7d8;
background-color: #fff;
}
.jeanstep__item.active, .jeanstep__item.on {
color: #fff;
border-color: var(--teal);
background-color: var(--teal);
}
.jeanstep__item .d {
font-size: 14px;
}

.tomato {
color: var(--tomato);
}

.blue {
color: var(--mid-blue);
}

.blue-green {
color: var(--blue-green);
}

/* GB-03-021 */
.list-img__cont {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.list-img__item {
overflow: hidden;
border: solid 1px #dddde8;
border-radius: 10px;
}
@media (max-width: 479px) {
.list-img__item {
width: 100%;
}
.list-img__item img {
width: 100%;
}
}
@media (min-width: 750px) {
.list-img__item {
flex-basis: 200px;
}
}
.list-img__item:hover {
border-color: var(--mid-blue);
}
.list-img__item span {
display: block;
text-align: center;
min-height: 38px;
padding: 4px 4px;
}
.list-img__item span .ico-inline-blank {
margin-left: 8px;
}

/* 통합 예약 */
.flex-box {
display: flex;
gap: 8px;
}
.table-dl .flex-box {
gap: 5px;
}
.flex-box.gap0 {
gap: 0px !important;
}
.flex-box.gap5 {
gap: 5px !important;
}
.flex-box.gap10 {
gap: 10px !important;
}
.flex-box.gap15 {
gap: 15px !important;
}
.flex-box.gap20 {
gap: 20px !important;
}
.flex-box.gap25 {
gap: 25px !important;
}
.flex-box.gap30 {
gap: 30px !important;
}
.flex-box.gap35 {
gap: 35px !important;
}
.flex-box.gap40 {
gap: 40px !important;
}
.flex-box.gap45 {
gap: 45px !important;
}
.flex-box.gap50 {
gap: 50px !important;
}
.flex-box.gap55 {
gap: 55px !important;
}
.flex-box.gap60 {
gap: 60px !important;
}
.flex-box.gap65 {
gap: 65px !important;
}
.flex-box.gap70 {
gap: 70px !important;
}
.flex-box.gap75 {
gap: 75px !important;
}
.flex-box.gap80 {
gap: 80px !important;
}
.flex-box.gap85 {
gap: 85px !important;
}
.flex-box.gap90 {
gap: 90px !important;
}
.flex-box.gap95 {
gap: 95px !important;
}
.flex-box.gap100 {
gap: 100px !important;
}
@media (max-width: 749px) {
.flex-box.mgap0 {
gap: 0px !important;
}
.flex-box.mgap5 {
gap: 5px !important;
}
.flex-box.mgap10 {
gap: 10px !important;
}
.flex-box.mgap15 {
gap: 15px !important;
}
.flex-box.mgap20 {
gap: 20px !important;
}
.flex-box.mgap25 {
gap: 25px !important;
}
.flex-box.mgap30 {
gap: 30px !important;
}
.flex-box.mgap35 {
gap: 35px !important;
}
.flex-box.mgap40 {
gap: 40px !important;
}
.flex-box.mgap45 {
gap: 45px !important;
}
.flex-box.mgap50 {
gap: 50px !important;
}
.flex-box.mgap55 {
gap: 55px !important;
}
.flex-box.mgap60 {
gap: 60px !important;
}
.flex-box.mgap65 {
gap: 65px !important;
}
.flex-box.mgap70 {
gap: 70px !important;
}
.flex-box.mgap75 {
gap: 75px !important;
}
.flex-box.mgap80 {
gap: 80px !important;
}
.flex-box.mgap85 {
gap: 85px !important;
}
.flex-box.mgap90 {
gap: 90px !important;
}
.flex-box.mgap95 {
gap: 95px !important;
}
.flex-box.mgap100 {
gap: 100px !important;
}
}
.flex-box.mw0 {
min-width: 0px !important;
}
@media (max-width: 749px) {
.flex-box.mw0 {
min-width: 0 !important;
}
}
.flex-box.mw5 {
min-width: 5px !important;
}
@media (max-width: 749px) {
.flex-box.mw5 {
min-width: 0 !important;
}
}
.flex-box.mw10 {
min-width: 10px !important;
}
@media (max-width: 749px) {
.flex-box.mw10 {
min-width: 0 !important;
}
}
.flex-box.mw15 {
min-width: 15px !important;
}
@media (max-width: 749px) {
.flex-box.mw15 {
min-width: 0 !important;
}
}
.flex-box.mw20 {
min-width: 20px !important;
}
@media (max-width: 749px) {
.flex-box.mw20 {
min-width: 0 !important;
}
}
.flex-box.mw25 {
min-width: 25px !important;
}
@media (max-width: 749px) {
.flex-box.mw25 {
min-width: 0 !important;
}
}
.flex-box.mw30 {
min-width: 30px !important;
}
@media (max-width: 749px) {
.flex-box.mw30 {
min-width: 0 !important;
}
}
.flex-box.mw35 {
min-width: 35px !important;
}
@media (max-width: 749px) {
.flex-box.mw35 {
min-width: 0 !important;
}
}
.flex-box.mw40 {
min-width: 40px !important;
}
@media (max-width: 749px) {
.flex-box.mw40 {
min-width: 0 !important;
}
}
.flex-box.mw45 {
min-width: 45px !important;
}
@media (max-width: 749px) {
.flex-box.mw45 {
min-width: 0 !important;
}
}
.flex-box.mw50 {
min-width: 50px !important;
}
@media (max-width: 749px) {
.flex-box.mw50 {
min-width: 0 !important;
}
}
.flex-box.mw55 {
min-width: 55px !important;
}
@media (max-width: 749px) {
.flex-box.mw55 {
min-width: 0 !important;
}
}
.flex-box.mw60 {
min-width: 60px !important;
}
@media (max-width: 749px) {
.flex-box.mw60 {
min-width: 0 !important;
}
}
.flex-box.mw65 {
min-width: 65px !important;
}
@media (max-width: 749px) {
.flex-box.mw65 {
min-width: 0 !important;
}
}
.flex-box.mw70 {
min-width: 70px !important;
}
@media (max-width: 749px) {
.flex-box.mw70 {
min-width: 0 !important;
}
}
.flex-box.mw75 {
min-width: 75px !important;
}
@media (max-width: 749px) {
.flex-box.mw75 {
min-width: 0 !important;
}
}
.flex-box.mw80 {
min-width: 80px !important;
}
@media (max-width: 749px) {
.flex-box.mw80 {
min-width: 0 !important;
}
}
.flex-box.mw85 {
min-width: 85px !important;
}
@media (max-width: 749px) {
.flex-box.mw85 {
min-width: 0 !important;
}
}
.flex-box.mw90 {
min-width: 90px !important;
}
@media (max-width: 749px) {
.flex-box.mw90 {
min-width: 0 !important;
}
}
.flex-box.mw95 {
min-width: 95px !important;
}
@media (max-width: 749px) {
.flex-box.mw95 {
min-width: 0 !important;
}
}
.flex-box.mw100 {
min-width: 100px !important;
}
@media (max-width: 749px) {
.flex-box.mw100 {
min-width: 0 !important;
}
}
.flex-box.mw105 {
min-width: 105px !important;
}
@media (max-width: 749px) {
.flex-box.mw105 {
min-width: 0 !important;
}
}
.flex-box.mw110 {
min-width: 110px !important;
}
@media (max-width: 749px) {
.flex-box.mw110 {
min-width: 0 !important;
}
}
.flex-box.mw115 {
min-width: 115px !important;
}
@media (max-width: 749px) {
.flex-box.mw115 {
min-width: 0 !important;
}
}
.flex-box.mw120 {
min-width: 120px !important;
}
@media (max-width: 749px) {
.flex-box.mw120 {
min-width: 0 !important;
}
}
.flex-box.mw125 {
min-width: 125px !important;
}
@media (max-width: 749px) {
.flex-box.mw125 {
min-width: 0 !important;
}
}
.flex-box.mw130 {
min-width: 130px !important;
}
@media (max-width: 749px) {
.flex-box.mw130 {
min-width: 0 !important;
}
}
.flex-box.mw135 {
min-width: 135px !important;
}
@media (max-width: 749px) {
.flex-box.mw135 {
min-width: 0 !important;
}
}
.flex-box.mw140 {
min-width: 140px !important;
}
@media (max-width: 749px) {
.flex-box.mw140 {
min-width: 0 !important;
}
}
.flex-box.mw145 {
min-width: 145px !important;
}
@media (max-width: 749px) {
.flex-box.mw145 {
min-width: 0 !important;
}
}
.flex-box.mw150 {
min-width: 150px !important;
}
@media (max-width: 749px) {
.flex-box.mw150 {
min-width: 0 !important;
}
}
.flex-box.mw155 {
min-width: 155px !important;
}
@media (max-width: 749px) {
.flex-box.mw155 {
min-width: 0 !important;
}
}
.flex-box.mw160 {
min-width: 160px !important;
}
@media (max-width: 749px) {
.flex-box.mw160 {
min-width: 0 !important;
}
}
.flex-box.mw165 {
min-width: 165px !important;
}
@media (max-width: 749px) {
.flex-box.mw165 {
min-width: 0 !important;
}
}
.flex-box.mw170 {
min-width: 170px !important;
}
@media (max-width: 749px) {
.flex-box.mw170 {
min-width: 0 !important;
}
}
.flex-box.mw175 {
min-width: 175px !important;
}
@media (max-width: 749px) {
.flex-box.mw175 {
min-width: 0 !important;
}
}
.flex-box.mw180 {
min-width: 180px !important;
}
@media (max-width: 749px) {
.flex-box.mw180 {
min-width: 0 !important;
}
}
.flex-box.mw185 {
min-width: 185px !important;
}
@media (max-width: 749px) {
.flex-box.mw185 {
min-width: 0 !important;
}
}
.flex-box.mw190 {
min-width: 190px !important;
}
@media (max-width: 749px) {
.flex-box.mw190 {
min-width: 0 !important;
}
}
.flex-box.mw195 {
min-width: 195px !important;
}
@media (max-width: 749px) {
.flex-box.mw195 {
min-width: 0 !important;
}
}
.flex-box.mw200 {
min-width: 200px !important;
}
@media (max-width: 749px) {
.flex-box.mw200 {
min-width: 0 !important;
}
}
.flex-box.mw205 {
min-width: 205px !important;
}
@media (max-width: 749px) {
.flex-box.mw205 {
min-width: 0 !important;
}
}
.flex-box.mw210 {
min-width: 210px !important;
}
@media (max-width: 749px) {
.flex-box.mw210 {
min-width: 0 !important;
}
}
.flex-box.mw215 {
min-width: 215px !important;
}
@media (max-width: 749px) {
.flex-box.mw215 {
min-width: 0 !important;
}
}
.flex-box.mw220 {
min-width: 220px !important;
}
@media (max-width: 749px) {
.flex-box.mw220 {
min-width: 0 !important;
}
}
.flex-box.mw225 {
min-width: 225px !important;
}
@media (max-width: 749px) {
.flex-box.mw225 {
min-width: 0 !important;
}
}
.flex-box.mw230 {
min-width: 230px !important;
}
@media (max-width: 749px) {
.flex-box.mw230 {
min-width: 0 !important;
}
}
.flex-box.mw235 {
min-width: 235px !important;
}
@media (max-width: 749px) {
.flex-box.mw235 {
min-width: 0 !important;
}
}
.flex-box.mw240 {
min-width: 240px !important;
}
@media (max-width: 749px) {
.flex-box.mw240 {
min-width: 0 !important;
}
}
.flex-box.mw245 {
min-width: 245px !important;
}
@media (max-width: 749px) {
.flex-box.mw245 {
min-width: 0 !important;
}
}
.flex-box.mw250 {
min-width: 250px !important;
}
@media (max-width: 749px) {
.flex-box.mw250 {
min-width: 0 !important;
}
}
.flex-box.mw255 {
min-width: 255px !important;
}
@media (max-width: 749px) {
.flex-box.mw255 {
min-width: 0 !important;
}
}
.flex-box.mw260 {
min-width: 260px !important;
}
@media (max-width: 749px) {
.flex-box.mw260 {
min-width: 0 !important;
}
}
.flex-box.mw265 {
min-width: 265px !important;
}
@media (max-width: 749px) {
.flex-box.mw265 {
min-width: 0 !important;
}
}
.flex-box.mw270 {
min-width: 270px !important;
}
@media (max-width: 749px) {
.flex-box.mw270 {
min-width: 0 !important;
}
}
.flex-box.mw275 {
min-width: 275px !important;
}
@media (max-width: 749px) {
.flex-box.mw275 {
min-width: 0 !important;
}
}
.flex-box.mw280 {
min-width: 280px !important;
}
@media (max-width: 749px) {
.flex-box.mw280 {
min-width: 0 !important;
}
}
.flex-box.mw285 {
min-width: 285px !important;
}
@media (max-width: 749px) {
.flex-box.mw285 {
min-width: 0 !important;
}
}
.flex-box.mw290 {
min-width: 290px !important;
}
@media (max-width: 749px) {
.flex-box.mw290 {
min-width: 0 !important;
}
}
.flex-box.mw295 {
min-width: 295px !important;
}
@media (max-width: 749px) {
.flex-box.mw295 {
min-width: 0 !important;
}
}
.flex-box.mw300 {
min-width: 300px !important;
}
@media (max-width: 749px) {
.flex-box.mw300 {
min-width: 0 !important;
}
}
.flex-box.mw305 {
min-width: 305px !important;
}
@media (max-width: 749px) {
.flex-box.mw305 {
min-width: 0 !important;
}
}
.flex-box.mw310 {
min-width: 310px !important;
}
@media (max-width: 749px) {
.flex-box.mw310 {
min-width: 0 !important;
}
}
.flex-box.mw315 {
min-width: 315px !important;
}
@media (max-width: 749px) {
.flex-box.mw315 {
min-width: 0 !important;
}
}
.flex-box.mw320 {
min-width: 320px !important;
}
@media (max-width: 749px) {
.flex-box.mw320 {
min-width: 0 !important;
}
}
.flex-box.mw325 {
min-width: 325px !important;
}
@media (max-width: 749px) {
.flex-box.mw325 {
min-width: 0 !important;
}
}
.flex-box.mw330 {
min-width: 330px !important;
}
@media (max-width: 749px) {
.flex-box.mw330 {
min-width: 0 !important;
}
}
.flex-box.mw335 {
min-width: 335px !important;
}
@media (max-width: 749px) {
.flex-box.mw335 {
min-width: 0 !important;
}
}
.flex-box.mw340 {
min-width: 340px !important;
}
@media (max-width: 749px) {
.flex-box.mw340 {
min-width: 0 !important;
}
}
.flex-box.mw345 {
min-width: 345px !important;
}
@media (max-width: 749px) {
.flex-box.mw345 {
min-width: 0 !important;
}
}
.flex-box.mw350 {
min-width: 350px !important;
}
@media (max-width: 749px) {
.flex-box.mw350 {
min-width: 0 !important;
}
}
.flex-box.mw355 {
min-width: 355px !important;
}
@media (max-width: 749px) {
.flex-box.mw355 {
min-width: 0 !important;
}
}
.flex-box.mw360 {
min-width: 360px !important;
}
@media (max-width: 749px) {
.flex-box.mw360 {
min-width: 0 !important;
}
}
.flex-box.mw365 {
min-width: 365px !important;
}
@media (max-width: 749px) {
.flex-box.mw365 {
min-width: 0 !important;
}
}
.flex-box.mw370 {
min-width: 370px !important;
}
@media (max-width: 749px) {
.flex-box.mw370 {
min-width: 0 !important;
}
}
.flex-box.mw375 {
min-width: 375px !important;
}
@media (max-width: 749px) {
.flex-box.mw375 {
min-width: 0 !important;
}
}
.flex-box.mw380 {
min-width: 380px !important;
}
@media (max-width: 749px) {
.flex-box.mw380 {
min-width: 0 !important;
}
}
.flex-box.mw385 {
min-width: 385px !important;
}
@media (max-width: 749px) {
.flex-box.mw385 {
min-width: 0 !important;
}
}
.flex-box.mw390 {
min-width: 390px !important;
}
@media (max-width: 749px) {
.flex-box.mw390 {
min-width: 0 !important;
}
}
.flex-box.mw395 {
min-width: 395px !important;
}
@media (max-width: 749px) {
.flex-box.mw395 {
min-width: 0 !important;
}
}
.flex-box.mw400 {
min-width: 400px !important;
}
@media (max-width: 749px) {
.flex-box.mw400 {
min-width: 0 !important;
}
}
.flex-box.mw405 {
min-width: 405px !important;
}
@media (max-width: 749px) {
.flex-box.mw405 {
min-width: 0 !important;
}
}
.flex-box.mw410 {
min-width: 410px !important;
}
@media (max-width: 749px) {
.flex-box.mw410 {
min-width: 0 !important;
}
}
.flex-box.mw415 {
min-width: 415px !important;
}
@media (max-width: 749px) {
.flex-box.mw415 {
min-width: 0 !important;
}
}
.flex-box.mw420 {
min-width: 420px !important;
}
@media (max-width: 749px) {
.flex-box.mw420 {
min-width: 0 !important;
}
}
.flex-box.mw425 {
min-width: 425px !important;
}
@media (max-width: 749px) {
.flex-box.mw425 {
min-width: 0 !important;
}
}
.flex-box.mw430 {
min-width: 430px !important;
}
@media (max-width: 749px) {
.flex-box.mw430 {
min-width: 0 !important;
}
}
.flex-box.mw435 {
min-width: 435px !important;
}
@media (max-width: 749px) {
.flex-box.mw435 {
min-width: 0 !important;
}
}
.flex-box.mw440 {
min-width: 440px !important;
}
@media (max-width: 749px) {
.flex-box.mw440 {
min-width: 0 !important;
}
}
.flex-box.mw445 {
min-width: 445px !important;
}
@media (max-width: 749px) {
.flex-box.mw445 {
min-width: 0 !important;
}
}
.flex-box.mw450 {
min-width: 450px !important;
}
@media (max-width: 749px) {
.flex-box.mw450 {
min-width: 0 !important;
}
}
.flex-box.mw455 {
min-width: 455px !important;
}
@media (max-width: 749px) {
.flex-box.mw455 {
min-width: 0 !important;
}
}
.flex-box.mw460 {
min-width: 460px !important;
}
@media (max-width: 749px) {
.flex-box.mw460 {
min-width: 0 !important;
}
}
.flex-box.mw465 {
min-width: 465px !important;
}
@media (max-width: 749px) {
.flex-box.mw465 {
min-width: 0 !important;
}
}
.flex-box.mw470 {
min-width: 470px !important;
}
@media (max-width: 749px) {
.flex-box.mw470 {
min-width: 0 !important;
}
}
.flex-box.mw475 {
min-width: 475px !important;
}
@media (max-width: 749px) {
.flex-box.mw475 {
min-width: 0 !important;
}
}
.flex-box.mw480 {
min-width: 480px !important;
}
@media (max-width: 749px) {
.flex-box.mw480 {
min-width: 0 !important;
}
}
.flex-box.mw485 {
min-width: 485px !important;
}
@media (max-width: 749px) {
.flex-box.mw485 {
min-width: 0 !important;
}
}
.flex-box.mw490 {
min-width: 490px !important;
}
@media (max-width: 749px) {
.flex-box.mw490 {
min-width: 0 !important;
}
}
.flex-box.mw495 {
min-width: 495px !important;
}
@media (max-width: 749px) {
.flex-box.mw495 {
min-width: 0 !important;
}
}
.flex-box.mw500 {
min-width: 500px !important;
}
@media (max-width: 749px) {
.flex-box.mw500 {
min-width: 0 !important;
}
}
.flex-box.wrap {
flex-wrap: wrap;
}
.flex-box.column {
flex-direction: column !important;
}
.flex-box.badge-title {
margin-bottom: 15px;
}
.flex-box.space-between {
justify-content: space-between;
}
.flex-box.justify-center {
justify-content: center;
}
.flex-box.align-center {
align-items: center;
}
.flex-box.w100p {
width: 100%;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box.sm-column {
flex-direction: column;
}
}
@media (max-width: 749px) {
.flex-box.sm-column {
flex-direction: column;
}
}
.flex-box.input-list ul {
display: flex;
gap: 15px;
justify-content: space-between;
}
@media (max-width: 749px) {
.flex-box.input-list ul {
flex-direction: column;
}
}
.flex-box.input-list ul li {
display: flex;
align-items: center;
}
.flex-box.input-list ul li::after {
content: "";
width: 1px;
height: 15px;
margin-left: 15px;
background-color: var(--sh-form-color);
}
.flex-box.input-list ul li:last-child::after {
content: none;
}
@media (max-width: 749px) {
.flex-box.input-list ul li::after {
content: none;
}
}
.flex-box.input-list ul li input.small {
width: 40px;
}
.flex-box.input-list ul li .lh12 {
line-height: 1.2;
}
.flex-box .title-large {
font-size: 24px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-large {
font-size: 18px;
}
}
@media (max-width: 749px) {
.flex-box .title-large {
font-size: 16px;
}
}
.flex-box .title-mid {
font-size: 20px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-mid {
font-size: 18px;
}
}
@media (max-width: 749px) {
.flex-box .title-mid {
font-size: 16px;
}
}
.flex-box .sub-title {
font-size: 18px;
}
.flex-box .mid-blue {
color: var(--mid-blue);
}
.flex-box .orange-red {
color: var(--orange-red);
}
.flex-box .text-center {
text-align: center;
}
.flex-box > input[type=checkbox] {
width: 20px;
flex-basis: 20px;
margin-top: 3px;
}
.flex-box > input + label {
width: calc(100% - 20px - 8px);
flex-basis: calc(100% - 20px - 8px);
}
.flex-box [class*=bu] {
margin: 0;
}
.flex-box [class*=bu]:first-child {
margin: 0;
}

.grid--4set {
display: grid;
gap: 16px;
}
.grid--4set > div {
margin: 0;
}
.grid--4set > div.info-box2 {
padding: 20px;
}
.grid--4set > div.info-box2.small-gap {
gap: 6px;
}
.grid--4set > div.info-box2.justify-start {
justify-content: flex-start;
}
.grid--4set > div.info-box2.align-start {
align-items: flex-start;
}
.grid--4set > div.info-box2 .title {
text-align: left;
display: block;
font-size: 18px;
}
.grid--4set > div.info-box2 .contents {
text-align: left;
font-size: 16px;
}
.grid--4set > div.info-box2 .contents i::before {
content: "";
display: block;
width: 12px;
height: 12px;
}
.grid--4set > div.info-box2 .contents i.ico-call::before {
background: url(/static/portal/img/sub/ico-call.png) no-repeat center center;
}
@media (min-width: 750px) {
.grid--4set {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.title-set {
display: flex;
gap: 20px;
align-items: center;
}
.bu .title-set {
display: inline-flex;
justify-content: space-between;
width: 100%;
padding-left: 10px;
gap: 0;
}
.title-set.align-start {
align-items: flex-start;
}
.title-set.align-start i.sm {
margin-top: 6px;
}
.title-set.small {
gap: 10px;
}
@media (max-width: 749px) {
.title-set.sm-column {
flex-direction: column;
text-align: center;
}
.title-set.sm-column i.bar {
display: none;
}
.title-set.sm-column .sub-title {
margin-bottom: 10px;
}
}
.title-set .title {
font-size: 24px;
padding-right: 0 !important;
padding-left: 0 !important;
text-indent: 0;
}
.title-set .title.md {
font-size: 18px;
}
.title-set .title.sm {
font-size: 16px;
}
.title-set i {
display: block;
width: 1px;
height: 19px;
background-color: var(--light-blue-grey);
}
.title-set i.sm {
height: 12px;
}
.title-set .sub-title {
font-size: 24px;
font-weight: bold;
}
.title-set .sub-title.sm {
font-size: 16px;
}
.title-set .sub-title.w100 {
flex-basis: 100px;
}
.title-set .sub-title.w100 + i + .title {
flex-basis: calc(100% - 100px - 41px);
}
.title-set .sub-title.w80 {
flex-basis: 80px;
}
.title-set .sub-title.w80 + i + .title {
flex-basis: calc(100% - 80px - 41px);
}
.title-set .sub-title.w60 {
flex-basis: 60px;
}
.title-set .sub-title.w60 + i + .title {
flex-basis: calc(100% - 60px - 21px - 10px);
}
.title-set .sub-title.w50 {
min-width: 50px;
}
.title-set .sub-title.w50 + i + .title,
.title-set .sub-title.w50 .tel-set {
flex-basis: calc(100% - 50px - 21px - 10px);
}
@media (max-width: 749px) {
.title-set .sub-title.w50 + i + .title,
.title-set .sub-title.w50 .tel-set {
width: 100%;
}
}
.title-set .email-set {
max-width: 100%;
}
.title-set .mid-blue {
color: var(--mid-blue);
}

.table-dl + .help {
margin-top: 20px;
}
.table-dl.bd-table--border-top {
border-top: 1px solid #000;
}
.table-dl dl.wide {
grid-template-columns: 140px calc(100% - 140px);
}
.table-dl dd .btn-contents span {
margin-right: 15px;
}
.table-dl dd .b-steel {
padding: 2px 15px;
color: var(--white) !important;
}
.table-dl dd .b-down {
padding: 5px 6px;
width: 36px;
height: 30px;
border-color: transparent;
background-color: var(--steel);
}
.table-dl dd .b-down::before {
display: inline-block;
margin-right: 0;
background: var(--steel) url(/static/commons/img/ico-download.png) no-repeat center center;
}
.table-dl dt.justify-center,
.table-dl dd.justify-center {
justify-content: center;
}

.bd-list-wrap {
display: flex;
flex-direction: column;
gap: 10px;
}
.bd-list-wrap + .bd-list {
margin-top: 0;
}
.bd-list-wrap.align-center {
align-items: center;
}
.bd-list-wrap .right-side-box {
order: 1;
}
.bd-list-wrap .tab-nav {
order: 2;
margin: 20px 0 0;
}
@media (max-width: 749px) {
.bd-list-wrap .tab-nav {
width: 100%;
}
}
.bd-list-wrap .tab-nav {
border-bottom: none;
}
@media (min-width: 750px) {
.bd-list-wrap {
flex-direction: row;
justify-content: space-between;
}
.bd-list-wrap .tab-nav {
order: 1;
margin: 0;
}
.bd-list-wrap .right-side-box {
order: 2;
}
.bd-list-wrap .right-side-button {
order: 2;
}
}

.table,
.bd-list {
position: relative;
}
.table.border-top,
.bd-list.border-top {
border-top: 1px solid #000;
}
.table.border-top th,
.bd-list.border-top th {
border-top: none;
}
@media (max-width: 749px) {
.table.mobile-header-dn .only-m,
.bd-list.mobile-header-dn .only-m {
display: none;
}
.table.mobile-header-dn tr,
.bd-list.mobile-header-dn tr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.table.mobile-header-dn tr td.no,
.bd-list.mobile-header-dn tr td.no {
display: flex !important;
width: auto;
}
.table.mobile-header-dn tr td.mfull,
.bd-list.mobile-header-dn tr td.mfull {
flex-basis: 100%;
width: 100%;
margin-right: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.table.mobile-header-dn tr td.mfull::after,
.bd-list.mobile-header-dn tr td.mfull::after {
display: none;
}
.table.mobile-header-dn tr td,
.bd-list.mobile-header-dn tr td {
margin-right: 10px;
}
.table.mobile-header-dn tr td::after,
.bd-list.mobile-header-dn tr td::after {
content: "";
width: 1px;
height: 15px;
margin-left: 10px;
margin-top: 4px;
background-color: var(--bd-td-border);
}
.table.mobile-header-dn tr td:last-child, .table.mobile-header-dn tr td.after-dn,
.bd-list.mobile-header-dn tr td:last-child,
.bd-list.mobile-header-dn tr td.after-dn {
margin-right: 0;
}
.table.mobile-header-dn tr td:last-child::after, .table.mobile-header-dn tr td.after-dn::after,
.bd-list.mobile-header-dn tr td:last-child::after,
.bd-list.mobile-header-dn tr td.after-dn::after {
display: none;
}
}
p.help + .table,
p.help + .bd-list {
margin-top: 15px;
}
.table + p.help,
.bd-list + p.help {
margin-top: 15px;
}
.table .right-side-box,
.bd-list .right-side-box {
position: absolute;
top: -10px;
left: 0;
}
.table tr.total,
.bd-list tr.total {
background-color: var(--ice-blue);
}
.table tr td.top,
.table tr th.top,
.bd-list tr td.top,
.bd-list tr th.top {
border-top: none;
}
.table tr td.align-left,
.table tr th.align-left,
.bd-list tr td.align-left,
.bd-list tr th.align-left {
flex-direction: column;
}
@media (max-width: 749px) {
.table tr td.align-left,
.table tr th.align-left,
.bd-list tr td.align-left,
.bd-list tr th.align-left {
flex-direction: row;
}
}
@media (max-width: 749px) {
.table tr td.mobile-flex,
.table tr th.mobile-flex,
.bd-list tr td.mobile-flex,
.bd-list tr th.mobile-flex {
display: flex;
align-items: center;
gap: 4px;
}
.table tr td.mobile-flex.column,
.table tr th.mobile-flex.column,
.bd-list tr td.mobile-flex.column,
.bd-list tr th.mobile-flex.column {
flex-direction: column;
align-items: flex-start;
gap: 0px;
}
.table tr td .badge-info-list,
.table tr th .badge-info-list,
.bd-list tr td .badge-info-list,
.bd-list tr th .badge-info-list {
display: flex;
flex-direction: column;
gap: 5px;
}
}
.table tr td .black,
.table tr th .black,
.bd-list tr td .black,
.bd-list tr th .black {
color: var(--black);
}
.table tr td .orange-red,
.table tr th .orange-red,
.bd-list tr td .orange-red,
.bd-list tr th .orange-red {
color: var(--orange-red);
}
.table tr td .red,
.table tr th .red,
.bd-list tr td .red,
.bd-list tr th .red {
color: var(--orange-red);
}
.table tr td .mid-blue,
.table tr th .mid-blue,
.bd-list tr td .mid-blue,
.bd-list tr th .mid-blue {
color: var(--mid-blue);
}
.table tr td .steel,
.table tr th .steel,
.bd-list tr td .steel,
.bd-list tr th .steel {
color: var(--steel);
}
.table tr td .sub-title,
.table tr th .sub-title,
.bd-list tr td .sub-title,
.bd-list tr th .sub-title {
font-size: 20px;
}
.table tr td .sm,
.table tr th .sm,
.bd-list tr td .sm,
.bd-list tr th .sm {
font-size: 14px;
}
.table tr td .b-steel,
.table tr th .b-steel,
.bd-list tr td .b-steel,
.bd-list tr th .b-steel {
display: inline-flex;
align-items: center;
}

p.mid-blue {
color: var(--mid-blue);
}

.title-content-set + a {
margin-top: 15px;
}
.title-content-set p {
display: block;
margin-left: 16px;
}

.label-list + a {
margin-top: 15px;
}
.label-list.flex-start {
align-items: flex-start;
}
.label-list.gl {
gap: 30px;
}
.table .label-list {
margin-top: 25px;
}
.label-list span {
margin: 0;
}
.label-list input {
width: 20px;
flex-basis: 20px;
}
.label-list input + span {
width: calc(100% - 20px - 10px);
flex-basis: calc(100% - 20px - 10px);
}

label.label-flex {
display: flex;
gap: 30px;
padding: 10px 0;
}
label.label-flex > input {
margin-top: 5px;
}
label.label-flex .label-title {
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 30px;
}
@media (max-width: 749px) {
label.label-flex {
flex-direction: column;
gap: 10px;
width: 100%;
padding: 0;
}
label.label-flex .label-title {
flex-direction: column;
gap: 5px;
}
label.label-flex .label-desc {
display: flex;
flex-direction: column;
}
}

.badge-info-list li {
display: inline-block;
}
.badge-info-list li:last-child {
margin-right: 0;
}

.bar-grid-set {
display: flex;
gap: 10px;
}
.bar-grid-set li {
position: relative;
gap: 10px;
padding-right: 10px;
}
.bar-grid-set li::after {
content: "";
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 50%;
background-color: var(--silver-Two);
transform: translateY(-50%);
}
.bar-grid-set li:last-child {
padding-right: 0;
}
.bar-grid-set li:last-child::after {
content: none;
}

.input-set {
display: flex;
gap: 10px;
flex-direction: column;
}
.input-set.space-between {
justify-content: space-between;
}
.input-set .btn-set {
margin: 0;
}
.input-set .btn-set button {
padding: 8px 14px;
font-size: 14px;
}
@media (min-width: 750px) {
.input-set {
flex-direction: row;
}
}

.img-wrap__border {
align-self: center;
text-align: center;
}
.img-wrap__border img {
border-radius: 10px;
border: solid 1px #d7deee;
width: 100%;
}

.box-title-content__title {
position: relative;
padding: 18px;
border: 1px dashed var(--steel);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
text-align: center;
}
.type2 .box-title-content__title {
padding: 14px 26px;
border: 1px solid var(--sh-form-color);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
background-color: var(--th-bg);
}
.tal .box-title-content__title {
text-align: left;
}
.box-title-content__title .title {
font-size: 20px;
}
.box-title-content__title .strong {
color: var(--mid-blue);
}
.box-title-content__title button.close {
position: absolute;
right: 20px;
top: 24px;
width: 14px;
height: 14px;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11"> <path fill-rule="evenodd" fill="%23000000" d="m10.707 9.293-1.415 1.414L5.5 6.914l-3.793 3.793L.292 9.293 4.085 5.5.292 1.707 1.707.293 5.5 4.086 9.292.293l1.415 1.414L6.914 5.5l3.793 3.793z" /> </svg>') center center no-repeat;
background-size: 16px;
}
.box-title-content__contents {
padding: 30px 50px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: solid 1px var(--sh-form-color);
border-top: none;
background-color: var(--th-bg);
}
.type2 .box-title-content__contents {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: var(--white);
}
@media (min-width: 750px) and (max-width: 1023px) {
.box-title-content__contents {
padding: 20px 30px;
}
}
@media (max-width: 749px) {
.box-title-content__contents {
padding: 10px 20px;
}
}

.box-dashed {
padding: 15px;
border-radius: 5px;
border: 1px dashed var(--bd-color);
}
@media (min-width: 750px) {
.box-dashed {
padding: 30px;
}
}
.box-dashed.type2 {
border: 1px dashed #bad3f8;
background-color: var(--ice-blue);
}
.box-dashed.steel {
border: 1px dashed var(--steel);
}

ul.check-contents-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.month-schedule2 + .info-box ul.check-contents-list {
max-width: 340px;
}
ul.check-contents-list li {
width: 100%;
flex-basis: 100%;
}
@media (min-width: 750px) {
ul.check-contents-list li {
width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
}
}
ul.check-contents-list li a {
display: block;
width: 100%;
font-size: 16px;
text-align: center;
padding: 12px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid var(--sh-form-color);
overflow: hidden;
background-color: #fff;
}
ul.check-contents-list li a.selected {
position: relative;
border-color: var(--mid-blue);
color: var(--mid-blue);
}
ul.check-contents-list li a.selected.checked::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 42px;
height: 100%;
background: var(--mid-blue) url(/static/portal/img/icon/ico-check-white.png) center center no-repeat;
transform: translateY(-50%);
}
ul.check-contents-list li a.disabled {
color: #5e6169;
background-color: #d6d7da;
}

.seperator--black {
display: block;
border-bottom: 1px solid var(--bd-top);
margin-bottom: 40px;
}
.seperator--sh-form-color {
display: block;
border-bottom: 1px solid var(--sh-form-color);
}
.seperator--dotted {
display: block;
border-bottom: 1px dotted #d6d7da;
margin-bottom: 40px;
}

i.ico-check {
display: block;
width: 14px;
height: 10px;
background: url(/static/portal/img/icon/ico-check-blue.png) center center no-repeat;
}
i.ico-check--blue {
width: 14px;
height: 10px;
background: url(/static/portal/img/icon/ico-check-blue.png) center center no-repeat;
}
i.ico-calendar {
display: block;
width: 22px;
height: 19px;
background: url(/static/portal/img/icon/ico-calendar-white.png) center center no-repeat;
}

.box-tag {
position: relative;
overflow: hidden;
border-radius: 10px;
}
@media (min-width: 750px) {
.box-tag {
padding: 40px !important;
}
}
.box-tag span.tag {
font-family: GmarketSans;
position: absolute;
top: 0;
right: 0;
font-size: 16px;
color: var(--white);
border-bottom-left-radius: 10px;
padding: 14px 26px;
background-image: linear-gradient(to top, var(--mid-blue), var(--cerulean));
}
@media (max-width: 749px) {
.box-tag span.tag {
padding: 8px 16px;
}
}

.sid-bar-contents {
padding-left: 18px;
border-left: 2px solid #75757a;
}

.img-wrap {
display: flex;
justify-content: center;
overflow: hidden;
}
.img-wrap.border {
border-radius: 10px;
}
.img-wrap > img {
width: 100%;
height: auto;
}

.box-line {
padding: 40px;
border: solid 1px var(--sh-form-color);
}

.table-dl.bd-round {
display: block;
border-radius: 10px;
border: 1px solid var(--bdcolor);
overflow: hidden;
}
.table-dl.bd-round > dl {
display: grid !important;
gap: 0 !important;
}
.table-dl.bd-round > dl:last-child {
border-bottom: none;
}
.table-dl.bd-round > dl dt {
background-color: #ebebf2;
}
.table-dl.bd-round > dl dt.row13 {
grid-row: 1/3;
}
.table-dl.bd-round > dl dt.row13 + dd {
border-bottom: 1px solid var(--sh-form-color);
}
.table-dl.bd-round > dl dd {
background-color: var(--white);
}
.table-dl.bd-round > dl dt,
.table-dl.bd-round > dl dd {
padding: 10px 20px;
}

.thumb-box {
width: 170px;
height: 170px;
border-radius: 10px;
border: 1px solid #dddde8;
overflow: hidden;
}
.flex-box .thumb-box {
width: 170px;
flex-basis: 170px;
}
.thumb-box.small {
width: 120px;
height: 120px;
flex-basis: 120px;
}
.thumb-box.large {
height: 187px;
}
.thumb-box.xlarge {
width: 100%;
height: 100%;
flex-basis: auto;
}
@media (min-width: 1200px) {
.thumb-box.xlarge {
flex-basis: 430px;
}
}
.thumb-box + div {
width: calc(100% - 170px - 30px);
flex-basis: calc(100% - 170px - 30px);
}
@media (max-width: 749px) {
.thumb-box + div {
width: 100%;
flex-basis: 100%;
}
}
.thumb-box.small + div {
width: calc(100% - 120px);
flex-basis: calc(100% - 120px);
}
@media (max-width: 749px) {
.thumb-box.small + div {
width: 100%;
flex-basis: 100%;
}
}
.thumb-box.no-img {
position: relative;
background-color: var(--th-bg);
}
.thumb-box.no-img.white {
background-color: var(--white);
}
.thumb-box.no-img::before {
position: absolute;
top: 60px;
left: 50%;
content: "";
width: 28px;
height: 28px;
transform: translateX(-50%);
background: url(/static/portal/img/sub/noimg.png) center center no-repeat;
}
.thumb-box.no-img::after {
position: absolute;
top: 95px;
left: 50%;
content: "이미지가 없습니다";
font-family: GmarketSans;
font-size: 14px;
text-align: center;
line-height: 1.2;
color: rgba(127, 127, 144, 0.7);
width: 113px;
height: 20px;
transform: translateX(-50%);
}
.thumb-box.no-img.large::before {
content: "";
width: 40px;
height: 40px;
background-size: cover;
background: url(/static/portal/img/sub/noimg@2x.png) cover no-repeat;
}
.thumb-box.no-img.large::after {
top: 110px;
}
.thumb-box.no-img.small::before {
top: 24px;
}
.thumb-box.no-img.small::after {
top: 60px;
width: 100px;
}
.thumb-box.no-bd {
border: none;
border-radius: 0;
}
.thumb-box.type2 {
display: flex;
align-items: center;
justify-content: center;
}
.thumb-box.type2 + div {
width: 100%;
}
@media (max-width: 1199px) {
.thumb-box.type2 + div {
max-width: 564px;
}
}
@media (min-width: 1200px) {
.thumb-box.type2 + div {
width: calc(100% - 430px - 30px);
flex: 400px 1 0;
}
}

div.help span.title {
font-size: 22px;
line-height: 1;
}
@media (max-width: 749px) {
div.help span.title {
font-size: 18px;
}
}
div.help span.sub-title {
font-size: 18px;
}
@media (max-width: 749px) {
div.help span.sub-title {
font-size: 16px;
}
}
div.help .mid-blue {
color: var(--mid-blue);
}
div.help .orange-red {
color: var(--orange-red);
}

.schedule-flex-box {
display: flex;
}
.schedule-flex-box .schedule {
flex-basis: 340px;
}
.schedule-flex-box .schedule + div {
width: calc(100% - 50px);
flex-basis: calc(100% - 50px);
}

table td .table-pop {
position: relative;
border-top: 1px solid var(--bd-td-border);
margin-left: -3px;
margin-right: -3px;
padding: 14px 20px;
}
table td .table-pop button.close {
position: absolute;
right: 18px;
top: 18px;
width: 14px;
height: 14px;
background: url(/static/health/img/common/ico-close.svg) center no-repeat;
background-size: 14px;
}

.small {
font-size: 14px;
}

.ogg .lv2 {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}
@media (min-width: 1400px) {
.ogg .lv2 {
flex-wrap: nowrap;
}
}
.ogg__item {
width: calc(50% - 20px);
border: solid 1px #e5eded;
border-radius: 10px;
text-align: center;
background: #fff;
}
@media (min-width: 750px) {
.ogg__item {
width: calc(33.3% - 20px);
}
}
.ogg__item > * {
overflow: hidden;
border-radius: 10px;
}
.ogg__item .tit {
background-color: #f2fafa;
color: #1f8e8b;
font-weight: bold;
}
.ogg .blue-green-box {
display: inline-block;
width: 207px;
max-width: 100%;
height: 60px;
padding: 16px 10px;
border-radius: 10px;
background-color: #099199;
text-align: center;
color: #fff;
}
.ogg.gus .lv1 {
position: relative;
}
.ogg.gus .lv1 h4 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-top: 1px solid #e5eded;
border-bottom: 1px solid #e5eded;
text-align: center;
width: calc(50% + 10px);
}
@media (min-width: 750px) {
.ogg.gus .lv1 h4 {
width: calc(66.7% + 10px);
}
}
@media (min-width: 1400px) {
.ogg.gus .lv1 h4 {
width: calc(100% - 152px);
}
}
.ogg.gus .lv1 .lv2 + .lv2 {
padding-top: 140px;
}
@media (min-width: 1400px) {
.ogg.gus .ogg__item {
flex-basis: 154px;
flex-shrink: 0;
}
}
.ogg.gus .ogg__item {
flex-grow: 1;
}
.ogg.gus .blue-green-box {
margin: 20px 0;
position: relative;
}
.ogg.gus .blue-green-box:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%);
z-index: -1;
width: 1px;
height: 102px;
border-left: 1px solid #e5eded;
}

.leadline {
position: relative;
}
.leadline:before {
content: "";
position: absolute;
top: -20px;
left: 50%;
z-index: -1;
width: 1px;
height: 20px;
border-left: 1px solid #e5eded;
}

.leadline-b {
position: relative;
}
.leadline-b::before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
z-index: -1;
width: 1px;
height: 20px;
border-left: 1px solid #e5eded;
}

.img-list {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.GB-13-059_img-box01 .img-tit-box {
flex-basis: 240px;
flex-shrink: 0;
}

.GB-13-059_img-box02 .img-tit-box {
flex-basis: 300px;
flex-shrink: 0;
}

.list-wrap {
padding-bottom: 22px;
}
.list-wrap > li + li {
padding-top: 22px;
}
.list-wrap > li h4 {
margin: 40px 0 11px 0;
}
.list-wrap .bd-box {
margin: 10px 0;
}
.list-wrap .bu + .shortcut-box {
margin-top: 22px;
}
.list-wrap .shortcut-box,
.list-wrap .shortcut-box2 {
margin: 10px 0;
}

@media (max-width: 749px) {
.pagination-set.pc-only {
display: none;
}
}

.pagination-btn {
display: flex;
gap: 8px;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 20px;
padding: 15px;
border-radius: 5px;
border: solid 1px var(--sh-form-color);
}
.pagination-btn::after {
content: "";
width: 16px;
height: 16px;
background: url(/static/portal/img/icon/icon-down.png) center center no-repeat;
}

.greetings__head {
margin-bottom: 10px;
}
.greetings__head p {
font-family: GmarketSans;
font-size: 32px;
font-weight: bold;
line-height: 1.44;
color: var(--black-three);
}
.greetings__head em {
color: var(--mid-blue);
}
.greetings__desc .sub {
font-size: 18px;
font-weight: 500;
line-height: 1.67;
margin-top: 25px;
}
.greetings__desc .title {
color: #757575;
}

.sub_trash .tab {
margin-top: 30px;
}
.sub_trash.sh {
margin-top: 60px;
}
@media (max-width: 749px) {
.sub_trash.sh {
margin-top: 30px;
}
}
.sub_trash.bd-toggle {
margin-top: 60px;
}
@media (max-width: 749px) {
.sub_trash.bd-toggle {
margin-top: 20px;
}
}

.btn-box.img_type {
padding: 30px 20px;
font-weight: 500;
}

.info-box.type2.center .info-box__s {
justify-content: center;
}

@media (min-width: 750px) {
.mobile-scroller-x {
display: none;
}
}
.underline {
text-underline-offset: 4px;
}

.fz-18 {
font-size: 18px;
}

.arrow-right {
display: inline-block;
vertical-align: middle;
}
.arrow-right::before {
content: "\e5df";
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}

[class^=b-].b-both {
background-color: var(--bd-td-border);
padding: 17px 30px;
margin: 0 10px;
height: 60px;
}
@media (max-width: 749px) {
[class^=b-].b-both {
width: 100%;
margin: 0;
}
}
[class^=b-].b-both::before, [class^=b-].b-both::after {
content: "";
display: inline-block;
}
[class^=b-].b-both::before {
margin-right: 10px;
}
[class^=b-].b-both::after {
margin-left: 10px;
width: 16px;
height: 16px;
background: url(/static/portal/img/common/b-both_rt@2x.png) no-repeat center center/16px auto;
}
[class^=b-].b-both.p::before {
width: 27px;
height: 27px;
background: url(/static/portal/img/common/b-both_p@2x.png) no-repeat center center/27px auto;
}
[class^=b-].b-both.t::before {
width: 22px;
height: 26px;
background: url(/static/portal/img/common/b-both_t@2x.png) no-repeat center center/22px auto;
}
[class^=b-].b-both.c::before {
width: 28px;
height: 22px;
background: url(/static/portal/img/common/b-both_c@2x.png) no-repeat center center/28px auto;
}

.underdash {
display: inline-block;
position: relative;
z-index: 1;
}
.underdash::after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 13px;
bottom: 5px;
left: 0;
background: var(--skywhite);
}

#contents .bu1.bull {
padding-left: 21px;
}
#contents .bu1.bull:before {
top: 9px;
}
@media (min-width: 1200px) {
#contents .bu1.bull:before {
top: 3px;
}
}

.list-info {
position: relative;
padding-left: 30px;
line-height: 1.88;
}
.list-info::before {
content: "!";
position: absolute;
top: 4px;
left: 0;
width: 22px;
height: 22px;
border-radius: 50%;
font-size: 12px;
font-weight: 900;
text-align: center;
background-color: var(--lnbtitlebgcololr);
color: #fff;
}
.list-info + .table-dl {
margin-top: 14px;
}

.info-box__s.column {
flex-direction: column;
gap: 15px;
}

.sms-service {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
@media (max-width: 749px) {
.sms-service {
height: auto;
}
}
.sms-service form {
position: relative;
display: flex;
width: 100%;
height: auto;
margin: 0 3%;
}
@media (min-width: 1200px) {
.sms-service form {
width: 1152px;
height: 556px;
margin: 0 auto;
}
}
@media (max-width: 749px) {
.sms-service form {
flex-wrap: wrap;
padding-top: 30px;
padding-bottom: 100px;
}
}
.sms-service__header {
position: absolute;
width: 60%;
height: 180px;
background: url(/static/portal/img/single/GB-04-043@2x.png) no-repeat 100% 100%/241px auto;
right: 0;
}
.sms-service__header .logo {
width: 110px;
height: 53px;
margin-bottom: 5px;
background: url(/static/portal/img/single/logo_ci@2x.png) no-repeat center center/110px auto;
}
.sms-service__header .title {
font-size: 36px;
font-family: GmarketSans;
font-weight: 200;
}
.sms-service__header .title em {
font-weight: 700;
font-family: GmarketSans;
}
@media (min-width: 1200px) {
.sms-service__header {
width: 700px;
height: 180px;
}
}
@media (max-width: 749px) {
.sms-service__header {
position: relative;
width: 94%;
height: 120px;
margin: 0 3%;
background-size: 140px auto;
}
.sms-service__header .title {
font-size: 20px;
}
}
.sms-service__phonebox {
position: relative;
flex-basis: 300px;
width: 300px;
height: 556px;
margin-right: 45px;
background: url(/static/portal/img/single/GB-04-043_phonebox.png) no-repeat center center;
padding: 54px 25px 30px;
}
@media (min-width: 1200px) {
.sms-service__phonebox {
flex-basis: auto;
width: 404px;
height: 556px;
margin-right: 45px;
padding: 54px 77px 30px;
}
}
@media (max-width: 749px) {
.sms-service__phonebox {
flex-basis: auto;
margin: 0 auto;
}
}
.sms-service__phonebox p {
margin-bottom: 15px;
text-align: center;
font-size: 18px;
color: var(--mid-blue);
font-family: GmarketSans;
font-weight: 700;
}
.sms-service__phonebox h2 {
font-size: 16px;
margin-top: 20px;
margin-bottom: 10px;
}
.sms-service__box {
overflow-y: auto;
width: 250px;
height: 280px;
margin: 0 auto;
padding: 20px 15px;
border-radius: 10px;
background-color: var(--bg_gray);
}
.sms-service__box::-webkit-scrollbar {
width: 10px;
}
.sms-service__box::-webkit-scrollbar-thumb {
background-color: #757575;
}
.sms-service__box::-webkit-scrollbar-button {
display: none;
}
.sms-service__box::-webkit-scrollbar-thumb:hover {
background-color: #757575;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.sms-service__box::-webkit-scrollbar-track, .sms-service__box::-webkit-scrollbar-thumb {
border-radius: 5px;
}
.sms-service__buttons {
flex: 1;
width: 700px;
padding-top: 200px;
}
.sms-service__buttons h2 {
font-family: GmarketSans;
font-weight: 300;
font-size: 20px;
margin-bottom: 8px;
}
.sms-service__buttons h2::before {
content: "";
display: inline-block;
width: 30px;
height: 33px;
margin-right: 10px;
vertical-align: middle;
background: url(/static/portal/img/single/GB-04-043_bu.png) no-repeat center center/30px auto;
}
.sms-service__buttons h2 em {
font-family: GmarketSans;
font-weight: 700;
}
@media (max-width: 749px) {
.sms-service__buttons h2 {
font-size: 15px;
}
}
@media (max-width: 749px) {
.sms-service__buttons {
flex: auto;
width: 94%;
margin: 0 3%;
padding-top: 20px;
}
}

.tooltips {
position: absolute;
left: 140px;
bottom: 137px;
background-color: var(--white);
box-shadow: 2px 2.2px 7px 0 rgba(0, 0, 0, 0.15);
background-image: linear-gradient(to top, var(--mid-blue), var(--cerulean));
border-radius: 20px;
font-size: 14px;
padding: 19px 20px;
color: var(--white);
}
.tooltips::after {
position: absolute;
bottom: -22px;
left: 40px;
content: "▼";
font-size: 20px;
transform: scaleX(0.9);
color: var(--cerulean);
}
.tooltips .b-closer {
position: absolute;
right: 5px;
top: 5px;
display: block;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.tooltips .b-closer::before {
content: "\e5cd";
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
@media (max-width: 749px) {
.tooltips {
left: 24px;
}
}

.tabs-a {
background-image: linear-gradient(to top, #7b889b, #556276);
border-radius: 10px;
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px;
gap: 10px;
margin-bottom: 20px;
}
@media (max-width: 749px) {
.tabs-a {
gap: 5px;
}
}
.tabs-a > li {
flex: 1;
}
.tabs-a > li.on > a {
color: var(--mid-blue);
background: var(--white);
}
.tabs-a > li a {
display: flex;
justify-content: center;
align-items: center;
height: 44px;
line-height: 44px;
border-radius: 10px;
font-size: 18px;
font-weight: 600;
text-align: center;
color: var(--white);
}
.tabs-a > li a:hover, .tabs-a > li a:focus, .tabs-a > li a:active, .tabs-a > li a.on {
color: var(--mid-blue);
background: var(--white);
}
@media (max-width: 749px) {
.tabs-a > li a {
font-size: 13px;
}
}
.tabs-a__pannel {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
display: none;
}
.tabs-a__pannel.on {
display: flex;
}
.tabs-a__pannel li.on [class^=b-].b-line {
color: var(--mid-blue);
background: var(--white);
}
.tabs-a__pannel li a {
background: var(--whitegray);
}
.tabs-a__pannel li a:hover, .tabs-a__pannel li a:focus, .tabs-a__pannel li a:active {
color: var(--mid-blue);
background: var(--white);
}
@media (max-width: 749px) {
.tabs-a__pannel {
gap: 5px;
}
}

.imgmap {
position: relative;
}
.imgmap img {
width: 100%;
}
@media (min-width: 750px) {
.imgmap img {
margin-bottom: -125px;
}
}
@media (min-width: 750px) {
.imgmap__info {
margin-top: -50px;
position: relative;
z-index: 10;
}
}
.imgmap__info {
position: relative;
margin: 0 auto;
background: var(--white);
border-radius: 10px;
box-shadow: 2.5px 4.3px 10px 0 rgba(27, 27, 27, 0.06);
border: solid 1px var(--bd-td-border);
background-color: var(--white);
}
.imgmap__info > ul {
padding: 20px 10px;
line-height: 1.88;
}
.imgmap__info > ul > li {
position: relative;
margin-left: 20px;
margin-bottom: 5px;
}
.imgmap__info > ul > li::before {
content: "";
position: absolute;
top: 5px;
left: -24px;
}
.imgmap__info > ul > li > ul {
display: block;
}
.imgmap__info--marker::before {
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -594px -74px;
width: 14px;
height: 18px;
}
.imgmap__info--phone::before {
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -298px -537px;
width: 16px;
height: 17px;
}
@media (min-width: 750px) {
.imgmap__info {
width: calc(100% - 100px);
}
.imgmap__info > ul {
padding: 40px 50px 30px;
}
}

.block-underline {
border-bottom: 1px dotted var(--steel);
padding: 20px 0;
}
.block-underline.last {
border: none;
}
@media (min-width: 750px) {
.block-underline {
padding: 50px;
}
}

.maps-icos {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 15px;
}
.maps-icos h4 {
position: relative;
padding-left: 45px;
font-size: 20px;
}
@media (min-width: 750px) {
.maps-icos h4 {
flex-basis: 260px;
}
}
@media (max-width: 749px) {
.maps-icos h4 br {
display: none;
}
}
.maps-icos h4::before {
content: "";
display: block;
position: absolute;
left: 0;
width: 36px;
height: 36px;
flex-basis: 36px;
}
.maps-icos h4.i-bus::before {
background: url(/static/portal/img/icon/i-bus@2x.png) no-repeat center center/auto 28px;
}
.maps-icos h4.i-gbus::before {
background: url(/static/portal/img/icon/i-gbus@2x.png) no-repeat center center/auto 28px;
}
.maps-icos h4.i-worker::before {
background: url(/static/portal/img/icon/icon-worker@2x.png) no-repeat center center/auto 32px;
}
.maps-icos h4.i-subway::before {
background: url(/static/portal/img/icon/i-subway@2x.png) no-repeat center center/auto 30px;
}
.maps-icos h4.i-location::before {
background: url(/static/portal/img/icon/i-location@2x.png) no-repeat center center/auto 36px;
}
.maps-icos h4.i-park::before {
background: url(/static/portal/img/icon/i-park@2x.png) no-repeat center center/auto 31px;
}
.maps-icos > p,
.maps-icos ul {
width: 100%;
word-break: break-all;
}
@media (min-width: 1200px) {
.maps-icos > p,
.maps-icos ul {
flex: 1;
}
}
@media (max-width: 749px) {
.maps-icos {
flex-wrap: wrap;
}
}

.flex-box__cont {
display: flex;
justify-content: space-between;
}
@media (max-width: 749px) {
.flex-box__cont {
flex-wrap: wrap;
}
}
.flex-box__item {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-basis: 100%;
}
@media (min-width: 750px) {
.flex-box__item {
flex-basis: calc(50% - 20px);
}
}
@media (min-width: 1200px) {
.flex-box__item {
flex-basis: calc(25% - 20px);
}
}
.flex-box__item {
margin-right: 20px;
border-radius: 10px;
overflow: hidden;
background-color: var(--flexbox-bg);
}
.flex-box__item:last-child {
margin-right: 0;
}
.flex-box__item img {
max-width: 113px;
}
@media (max-width: 749px) {
.flex-box__item {
margin-bottom: 30px;
margin-right: 0;
}
}
.flex-box__img {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 180px;
}
.flex-box--link {
display: block;
padding: 13px 0;
margin-top: 5px;
text-align: center;
color: var(--white);
background-color: var(--mid-blue);
}
.flex-box--link::after {
content: "\e5df";
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
vertical-align: top;
width: 16px;
height: 18px;
margin: 0 auto;
}
.flex-box p {
padding: 0 15px;
}
.lh-lg + .flex-box.two {
margin-top: 55px;
margin-bottom: 0;
}
.flex-box.two .flex-box__cont {
flex-wrap: wrap;
}
.flex-box.two .flex-box__item {
flex-basis: calc(50% - 25px);
margin-right: 0;
margin-bottom: 50px;
padding: 40px;
border: solid 1px var(--bd-td-border);
background-color: var(--white);
font-size: 18px;
}
@media (max-width: 749px) {
.flex-box.two .flex-box__item {
flex-basis: 100%;
margin-bottom: 20px;
padding: 20px;
}
}
.flex-box.two .flex-box__item .flex-box__line {
font-size: 24px;
width: 32px;
margin-bottom: 20px;
border-bottom: 4px solid var(--mid-blue);
color: var(--mid-blue);
}
.flex-box.character {
text-align: center;
}
.flex-box.character img {
max-width: none;
height: 296px;
}
.flex-box.character .flex-box__item {
flex-basis: calc(25% - 20px);
margin-right: 20px;
padding: 30px;
border: none;
}
.flex-box.character .flex-box__item:nth-child(1) {
background-color: #fff5e9;
}
.flex-box.character .flex-box__item:nth-child(2) {
background-color: #e9f8fb;
}
.flex-box.character .flex-box__item:nth-child(3) {
background-color: #f5eee9;
}
.flex-box.character .flex-box__item:nth-child(4) {
background-color: #f3f9ee;
}
.flex-box.character .flex-box__item:last-child {
margin-right: 0;
}
.flex-box.character .flex-box__item__img {
height: 180px;
background-color: var(--white);
}
.flex-box.character .flex-box__item__img img {
max-width: 113px;
}
.flex-box.character .flex-box__item__cont {
padding: 20px;
background-color: var(--white);
border-radius: 10px;
}
@media (max-width: 749px) {
.flex-box.character .flex-box__item__cont {
padding: 10px;
}
}
.flex-box.character .flex-box__item__name {
font-size: 18px;
font-weight: 700;
margin-top: 10px;
}
.flex-box.character.two .flex-box__item {
flex-basis: calc(50% - 10px);
margin-right: 20px;
margin-bottom: 20px;
}
.flex-box.character.two .flex-box__item:nth-child(1) {
background-color: #fff8e9;
}
.flex-box.character.two .flex-box__item:nth-child(2) {
background-color: #e1edff;
}
.flex-box.character.two .flex-box__item:nth-child(even) {
margin-right: 0;
}
.flex-box.character.three .flex-box__item {
flex-basis: calc(33.3333333333% - 20px);
margin-right: 20px;
}
.flex-box.character.three .flex-box__item:nth-child(1) {
background-color: #fff8e9;
}
.flex-box.character.three .flex-box__item:nth-child(2) {
background-color: #e1edff;
}
.flex-box.character.three .flex-box__item:nth-child(3) {
background-color: #e1f9e0;
}
.flex-box.character.three .flex-box__item:last-child {
margin-right: 0;
}
@media (max-width: 749px) {
.flex-box.character.three .flex-box__item {
flex-basis: 100%;
margin-right: 0;
margin-bottom: 20px;
padding: 20px;
}
}
.flex-box.gap20 .flex-box__item {
margin-right: 20px;
}
.flex-box.two-gap50 .flex-box__item {
flex-basis: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.flex-box.two-gap50 .flex-box__item:last-child {
margin-right: 0;
}
.flex-box.two-gap50 .flex-box__item .title-box.ruller {
width: 100%;
height: 150px;
}
.flex-box.two-gap50 .flex-box__item .title-box.ruller img {
max-width: 100%;
}
@media (min-width: 1200px) {
.flex-box.two-gap50 .flex-box__item {
margin-right: 50px;
margin-bottom: 50px;
}
.flex-box.two-gap50 .flex-box__item .title-box.ruller {
height: 200px;
}
}

.lh-lg {
line-height: 2.25;
}

.title-box {
display: flex;
justify-content: center;
align-items: center;
padding: 60px 25px 25px;
border: 1px solid #e1e3ee;
border-radius: 10px;
background-color: var(--ice-blue);
}
@media (min-width: 1200px) {
.title-box {
padding: 45px;
}
}
.title-box.ruller {
position: relative;
background: var(--white) url(/static/portal/img/sub_gb_04/GB-04-25_ruller.gif);
}
.title-box.ruller .badge {
position: absolute;
left: 0;
top: 0;
width: 160px;
height: 46px;
border-radius: 10px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
font-size: 18px;
text-align: center;
line-height: 36px;
}

.info-box.type-a.border-none {
border: none;
}
@media (max-width: 749px) {
.info-box.type-a .btns {
flex-wrap: wrap;
}
}
.info-box.type-a .btns.gap-70 {
align-items: flex-start;
gap: 5px;
margin-bottom: 50px;
}
@media (min-width: 1200px) {
.info-box.type-a .btns.gap-70 {
gap: 70px;
margin-bottom: 100px;
}
}
.info-box.type-a .box-lg {
width: 100%;
height: 60px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 25px;
padding: 10px 20px;
background-color: #034ea2;
border-radius: 10px;
font-size: 24px;
color: var(--white);
text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.info-box.type-a .box-lg.bg-sky-blue {
background-color: #00adee;
}
.info-box.type-a .box-lg.bg-green {
background-color: #39b54a;
}
.info-box.type-a .box-lg.bg-darkgreen {
background-color: #00652a;
}
.info-box.type-a .box-lg.bg-dark {
background-color: #1e191a;
}
.info-box.type-a .box-lg.bg-white {
background-color: #fff;
border: 2px solid #000;
color: #000;
text-shadow: none;
}
.info-box.type-a .box-lg.bg-sky-blue2 {
background-color: #009ce1;
}
.info-box.type-a .box-lg.bg-green2 {
background-color: #44af35;
}
.info-box.type-a .box-lg.bg-dark2 {
background-color: #231815;
}
@media (min-width: 1200px) {
.info-box.type-a .box-lg {
width: 200px;
height: 122px;
}
}
.info-box.type-a .txt strong {
display: inline-block;
width: 55px;
}
.info-box.type-a .bg-gradient {
width: 100%;
height: 20px;
border-radius: 10px;
background-image: linear-gradient(to right, #00652e, #39b54a, #7db942);
}
.info-box.type-a .bg-gradient.gradient2 {
background-image: linear-gradient(to right, #034ea2, #0080c7, #00adee);
}
.info-box.type-a .bg-gradient.gradient2 + .p {
background-color: #034ea2;
}
.info-box.type-a .bg-gradient.gradient2 + .p.c {
background-color: #0080c7;
}
.info-box.type-a .bg-gradient.gradient2 + .p.e {
background-color: #00adee;
}
.info-box.type-a .bg-gradient + .btns .item {
flex-basis: calc(33% - 20px);
margin-right: 20px;
}
.info-box.type-a .bg-gradient + .btns .item:last-child {
margin-right: 0;
}
@media (min-width: 1200px) {
.info-box.type-a .bg-gradient + .btns .item {
flex-basis: calc(33% - 70px);
margin-right: 70px;
}
}
.info-box.type-a .p {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #00652e;
margin-top: 6px;
margin-bottom: 10px;
}
.info-box.type-a .p.c {
background-color: #39b54a;
}
.info-box.type-a .p.e {
background-color: #7db942;
}
@media (min-width: 1200px) {
.info-box.type-a .p {
margin-top: 13px;
margin-bottom: 25px;
}
}

.snslist {
text-align: center;
margin-top: 30px;
}
.snslist a {
width: 56px;
height: 56px;
margin: 0 5px;
display: inline-block;
}
.snslist a.sns_01_y {
background: url(/static/portal/img/icon/sns_01_y@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_02_k {
background: url(/static/portal/img/icon/sns_02_k@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_03_f {
background: url(/static/portal/img/icon/sns_03_f@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_04_b {
background: url(/static/portal/img/icon/sns_04_b@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_05_i {
background: url(/static/portal/img/icon/sns_05_i@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_06_c {
background: url(/static/portal/img/icon/sns_06_c@2x.png) no-repeat 0 0/56px;
}

.fz-lg {
font-size: 30px;
}

.gb_04_016 {
text-align: center;
}
.gb_04_016 .logo {
width: 135px;
height: 70px;
margin: 30px auto 20px;
background: url(/static/portal/img/common/logo_CI@2x.png) no-repeat center center/135px auto;
}
.gb_04_016 {
padding-top: 40px;
padding-bottom: 250px;
background: url(/static/portal/img/sub_gb_04/gb_04_016_bg@2x.png) no-repeat center 100%/cover;
font-weight: 300;
}
.gb_04_016 .snslist {
margin-top: 40px;
}

.shortcut-box.flex-column {
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 749px) {
.shortcut-box.flex-column {
padding: 10px;
}
}
.shortcut-box.flex-column .fz-lg {
font-size: 20px;
margin-top: 40px;
margin-bottom: 30px;
}
.shortcut-box.flex-column .i {
display: inline-block;
}
.shortcut-box.flex-column .i img {
display: block;
margin: 0 auto;
}
.shortcut-box.flex-column .i.s {
display: flex;
flex-direction: row;
gap: 26px;
text-align: center;
}
.shortcut-box.flex-column .i.s .appcenter {
display: block;
height: 50px;
margin-top: 20px;
text-align: center;
}
.shortcut-box.flex-column .btn-box {
margin-top: 0;
margin-bottom: 10px;
width: 100%;
}

.history {
position: relative;
margin-top: 40px;
}
.history::before {
content: "";
position: absolute;
top: 10px;
left: 235px;
width: 1px;
height: 100%;
background-color: var(--bd-td-border);
}
.history::after {
content: "";
position: absolute;
bottom: -12px;
left: 231px;
width: 9px;
height: 9px;
border-radius: 50%;
background-color: var(--bd-td-border);
}
.history > ol > li {
display: flex;
flex-wrap: wrap;
position: relative;
margin-bottom: 40px;
}
.history > ol > li:last-child {
margin-bottom: 0;
}
.history > ol > li:last-child li:last-child .detail_con {
margin-bottom: 0;
}
.history > ol > li h5 {
display: block;
color: var(--mid-blue);
font-size: 18px;
}
.history > ol > li > h5 {
position: relative;
flex-basis: 240px;
padding-right: 40px;
margin-right: 40px;
text-align: right;
font-size: 24px;
}
.history > ol > li > h5::after {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 9px;
height: 9px;
border-radius: 50%;
background-color: var(--bd-td-border);
}
.history > ol > li .history_con {
flex: 1;
}
.history > ol > li .history_con + .history_con {
margin-top: 10px;
}
.history > ol > li .detail_month {
font-size: 18px;
font-weight: 600;
color: var(--mid-blue);
}
.history > ol > li .detail_con {
font-size: 16px;
margin-bottom: 10px;
}
@media (max-width: 749px) {
.history::before {
top: 10px;
left: 27%;
}
.history > ol > li {
margin-bottom: 20px;
}
.history > ol > li > h5 {
flex-basis: 27%;
padding-right: 20px;
margin-right: 20px;
font-size: 20px;
}
.history > ol > li > h5::after {
content: "";
right: -5px;
}
.history > ol > li .history_con + .history_con {
margin-top: 10px;
}
}

@media (min-width: 750px) {
.history--type2::after {
left: 306px;
}
.history--type2::before {
left: 310px;
}
}
@media (min-width: 750px) {
.history--type2 .history_title {
flex-basis: 315px;
}
}
@media (min-width: 750px) {
.history--type2 .year_img {
position: absolute;
width: 275px;
text-align: right;
top: 50px;
}
}
.history--type2 .year_img img {
max-width: 275px;
border-radius: 10px;
}

.thumb-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 30px;
}
.thumb-list__box {
display: flex;
flex-direction: column;
flex-basis: 200px;
}
.thumb-list .con {
flex: 1;
}
.thumb-list [class^=b-].b-down {
border-radius: 0 0 5px 5px;
}
.thumb-list dl.flex-start {
display: flex;
justify-content: start;
align-items: start;
clear: both;
width: 100%;
margin-top: 20px;
}
.thumb-list dl.flex-start .badge {
margin-right: 10px;
}
@media (min-width: 750px) {
.thumb-list {
flex-direction: row;
gap: 28px;
margin-bottom: 50px;
}
}

.gb_02_022 {
gap: 60px;
padding: 24px 30px;
border: solid 1px #d7deee;
border-radius: 10px;
background-color: var(--th-bg);
justify-content: center;
}
@media (max-width: 749px) {
.gb_02_022 {
flex-direction: column;
}
}
.gb_02_022 .flex-box-column {
flex-basis: calc(25% - 60px);
}

.flex-box-column {
display: flex;
flex-direction: column;
align-items: center;
}
.flex-box-column.g20 {
gap: 20px;
}

@media (max-width: 749px) {
.gb_02_016.flex-center {
flex-direction: column;
gap: 10px;
}
}
@media (max-width: 749px) {
.gb_02_016.info-box {
padding: 10px;
}
}
.gb_02_016.info-box .b-down {
margin: 0 5px 10px;
}
.gb_02_016.info-box .b-down strong {
color: var(--white);
}

.gb_02_052 {
padding: 30px;
background-image: linear-gradient(to bottom, var(--white) 55%, var(--bg_gray) 55%, var(--bg_gray) 100%);
border: 1px solid var(--bd-td-border);
border-radius: 10px;
}
.gb_02_052.gb22 {
background-image: linear-gradient(to bottom, var(--white) 43%, var(--bg_gray) 43%, var(--bg_gray) 100%);
}
.gb_02_052 .h1 {
font-family: GmarketSans;
font-size: 36px;
color: var(--tomato);
font-weight: 700;
margin-top: 50px;
}
.gb_02_052 .fz-md {
font-family: GmarketSans;
font-size: 24px;
line-height: 130%;
margin-bottom: 80px;
}
.gb_02_052 .fz-md strong {
color: var(--mid-blue);
}
.gb_02_052 .b-blue {
margin-bottom: 15px;
}
@media (max-width: 749px) {
.gb_02_052 {
display: grid;
grid-auto-columns: auto;
padding: 10px;
}
.gb_02_052 .h1 {
font-size: 24px;
margin-top: 20px;
}
.gb_02_052 .fz-md {
font-size: 20px;
margin-bottom: 20px;
}
}
.gb_02_052.bg-lightgreen {
background: var(--skywhite);
}
.gb_02_052.bg-lightgreen i {
flex: 1;
}
.gb_02_052.bg-lightgreen .flex-box-column {
flex-basis: 560px;
}
.gb_02_052.bg-lightgreen .flex-box-column .fz-18 {
font-family: GmarketSans;
margin-top: 30px;
}
.gb_02_052.bg-lightgreen .flex-box-row {
flex-wrap: wrap;
gap: 10px;
align-items: flex-start;
}
.gb_02_052.bg-lightgreen .flex-box-row dt {
display: inline-block;
flex-basis: 80px;
border-radius: 15px;
font-family: GmarketSans;
font-weight: 500;
font-size: 14px;
background-color: #cde9e9;
color: #00827f;
padding: 5px 10px 3px;
}
.gb_02_052.bg-lightgreen .flex-box-row dd {
display: inline-block;
text-align: left;
flex-basis: calc(100% - 90px - 10px);
}
.gb_02_052 .hr {
width: 100%;
height: 2px;
margin-top: 20px;
margin-bottom: 20px;
background-image: linear-gradient(to top, var(--mid-blue), var(--teal));
}

.circle-box {
background-color: #f3f3f7;
border-radius: 10px;
padding: 40px;
margin-top: 18px;
}
@media (max-width: 1199px) {
.circle-box {
padding: 34px 14px 20px;
}
}
.circle-box ul {
border-radius: 10px;
box-shadow: 6px 10.4px 62px 0 rgba(132, 146, 173, 0.21);
background-color: #fff;
width: 100%;
display: flex;
justify-content: center;
}
@media (max-width: 749px) {
.circle-box ul {
flex-direction: column;
align-items: center;
}
}
.circle-box ul li {
display: flex;
flex-direction: column;
text-align: center;
width: 290px;
padding: 0 10px;
margin: 50px -5px;
}
@media (max-width: 749px) {
.circle-box ul li {
margin: 20px 0;
}
}
.circle-box ul li strong {
font-size: 18px;
}
.circle-box ul li i {
position: relative;
margin: 50px auto 102px;
width: 130px;
height: 130px;
border-radius: 50%;
}
.circle-box ul li i.i1 {
background: var(--teal) url(/static/portal/img/sub_gb_02/GB-02-022_02@2x.png) no-repeat center center/55px auto;
}
.circle-box ul li i.i2 {
background: var(--mid-blue) url(/static/portal/img/sub_gb_02/GB-02-022_03@2x.png) no-repeat center center/53px auto;
}
.circle-box ul li i.i3 {
background: #0f4697 url(/static/portal/img/sub_gb_02/GB-02-022_04@2x.png) no-repeat center center/63px auto;
}
.circle-box ul li i::before {
content: "";
display: block;
width: 230px;
height: 230px;
position: absolute;
opacity: 0.1;
left: 50%;
top: 50%;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.circle-box ul li i.i1::before {
background-color: var(--teal);
}
.circle-box ul li i.i2::before {
background-color: var(--mid-blue);
}
.circle-box ul li i.i3::before {
background-color: #0f4697;
}
.circle-box ul li i u {
width: 1px;
height: 76px;
position: absolute;
background-color: #000;
top: 100%;
left: 50%;
}
.circle-box ul li i u::after {
content: "";
position: absolute;
top: 100%;
left: calc(50% - 2.5px);
background-color: #000;
width: 5px;
height: 5px;
border-radius: 50%;
}

.flex-box-row {
display: flex;
justify-content: space-between;
}
.flex-box-row.space-around {
justify-content: space-around;
}
.flex-box-row.center {
justify-content: center;
}
.flex-box-row.bottom {
align-items: flex-end;
}
.flex-box-row.align-center {
align-items: center;
}
.flex-box-row.wrap {
flex-wrap: wrap;
}
.flex-box-row.g10 {
gap: 10px;
}
.flex-box-row.g20 {
gap: 20px;
}
.flex-box-row.g30 {
gap: 30px;
}
.flex-box-row.g40 {
gap: 40px;
}
.flex-box-row.g50 {
gap: 50px;
}
.flex-box-row.g60 {
gap: 60px;
}
.flex-box-row .f-half {
flex: 0.5;
}
.flex-box-row .f-half + .bu {
flex: 1;
}
.flex-box-row .f1 {
flex: 1;
}
.flex-box-row.type2 {
gap: 30px;
}
.flex-box-row.type2 .flex-box-column {
padding: 35px 20px;
text-align: center;
border: solid 2px #efeff1;
border-radius: 10px;
background-color: var(--white);
line-height: 2.25;
flex: 1;
}
.flex-box-row.type2 .flex-box-column h5 {
font-size: 24px;
}
.flex-box-row.type2 .gray-box {
background-color: var(--th-bg);
border: none;
}
.flex-box-row.type2 img {
width: 60px;
height: 60px;
}
@media (min-width: 750px) {
.flex-box-row.type2 img {
width: 120px;
height: 120px;
}
}
.flex-box-row.GB-12-073 {
gap: 30px;
justify-content: space-between;
}
.flex-box-row.GB-12-073 .flex-box-column {
flex: 1;
padding-bottom: 147px;
text-align: center;
}
.flex-box-row.GB-12-073 .flex-box-column h3 {
font-family: GmarketSans;
font-size: 20px;
color: var(--mid-blue);
margin-top: 50px;
margin-bottom: 30px;
}
.flex-box-row.GB-12-073 .flex-box-column p {
min-height: 150px;
margin-bottom: 20px;
}
.flex-box-row.GB-12-073 .flex-box-column.bg1 {
background: #ecf5ff url(/static/portal/img/sub_gb_12/GB-12-073_01@2x.png) no-repeat center 100%/auto 126px;
}
.flex-box-row.GB-12-073 .flex-box-column.bg2 {
background: #ecf5ff url(/static/portal/img/sub_gb_12/GB-12-073_02@2x.png) no-repeat center 100%/auto 100px;
}
.flex-box-row .blue-box {
padding: 0;
border-radius: 10px;
background-color: #ecf5ff;
}
.flex-box-row .blue-box .btns {
gap: 20px;
}
.flex-box-row .blue-box .btns .b-download {
padding: 13px 20px;
border-radius: 5px;
border: solid 1px var(--mid-blue);
background-color: #fff;
}
.flex-box-row .blue-box .btns .b-download i {
margin-right: 10px;
}
@media (max-width: 749px) {
.flex-box-row {
flex-direction: column;
}
.flex-box-row .flex-box-column {
padding: 10px;
line-height: 150%;
}
.flex-box-row .imgs {
text-align: center;
}
}

.GB-13-025 {
position: relative;
font-weight: 500;
margin-top: 20px;
padding-top: 60px;
}
.GB-13-025 h4 {
position: absolute;
display: inline-block;
text-align: center;
left: 50%;
top: -20px;
transform: translateX(-50%);
height: 40px;
margin: 0;
padding: 8px 20px 0;
border-radius: 20px;
background-color: var(--mid-blue);
color: var(--white);
font-family: GmarketSans;
}
.GB-13-025 a {
font-size: 20px;
font-weight: 800;
font-family: GmarketSans;
color: var(--mid-blue);
}

.flex-box-row.end {
justify-content: flex-end;
}

dl.dl-listbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
}
dl.dl-listbar dt {
position: relative;
text-align: left;
width: 70px;
margin-bottom: 10px;
color: var(--mid-blue);
}
dl.dl-listbar dt::after {
content: "";
position: absolute;
right: 0;
top: 4px;
width: 1px;
height: 18px;
background-color: var(--bdcolor);
}
dl.dl-listbar dd {
flex-basis: calc(100% - 100px);
padding-left: 10px;
margin-bottom: 10px;
}
.step-box2 + dl.dl-listbar {
margin-top: 30px;
}
dl.dl-listbar.t2 {
display: inline-flex;
width: 400px;
}
dl.dl-listbar.t2 dt {
width: 100px;
}
dl.dl-listbar.t2 dt::after {
display: none;
}
dl.dl-listbar.t2 dd {
flex-basis: calc(100% - 100px);
}

[class^=b-].b-line.bd-green {
border: solid 1px #03c75a;
}

[class^=ico-] {
display: inline-block;
vertical-align: middle;
}
[class^=ico-].ico-map {
width: 13px;
height: 17px;
background: url(/static/portal/img/icon/ico-map@2x.png) no-repeat center center/13px auto;
}
[class^=ico-].ico-phone {
width: 13px;
height: 17px;
background: url(/static/portal/img/icon/ico-phone@2x.png) no-repeat center center/13px auto;
}
[class^=ico-].ico-mail {
width: 13px;
height: 17px;
background: url(/static/portal/img/icon/ico-mail@2x.png) no-repeat center center/13px auto;
}
[class^=ico-].ico-blog {
width: 24px;
height: 22px;
margin-right: 10px;
background: url(/static/portal/img/icon/ico-blog@2x.png) no-repeat center center/22px auto;
}

.org_simple {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 0 0 20px;
margin-top: 30px;
}
@media (max-width: 749px) {
.org_simple {
margin-top: 50px;
}
}
.org_simple h5 {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: -webkit-fit-content;
width: fit-content;
margin: 0 auto 122px;
color: var(--white);
width: 200px;
height: 200px;
font-size: 16px;
border-radius: 50%;
background-image: linear-gradient(135deg, #029aac, #076cea);
}
@media (min-width: 750px) {
.org_simple h5 {
width: 250px;
height: 250px;
font-size: 20px;
}
}
.org_simple h5 strong {
font-size: 16px;
display: block;
}
.org_simple h5 strong::before {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 265px;
height: 265px;
border-radius: 50%;
background-color: #f3f7fc;
border: solid 1px #bdd7fa;
}
@media (min-width: 750px) {
.org_simple h5 strong::before {
width: 315px;
height: 315px;
}
}
.org_simple h5 strong::after {
content: "";
display: block;
position: absolute;
bottom: -36px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple h5::before {
content: "";
position: absolute;
z-index: -2;
left: 50%;
bottom: -130px;
width: 1px;
height: 130px;
border-right: 1px solid var(--bdcolor);
}
.org_simple .level1 {
position: relative;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
height: 72px;
margin-bottom: 75px;
padding: 0 35px;
border-radius: 36px;
background-color: #f3f7fc;
border: 1px solid #bdd7fa;
}
@media (max-width: 749px) {
.org_simple .level1 {
flex-direction: column;
height: auto;
padding: 10px;
text-align: center;
}
}
.org_simple .level1::before {
content: "";
position: absolute;
z-index: -2;
left: 50%;
top: 100%;
width: 1px;
height: 130px;
border-left: 1px solid var(--bdcolor);
}
.org_simple .level1 strong::before {
content: "";
display: block;
position: absolute;
bottom: -4px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple .level1 strong::after {
content: "";
display: block;
position: absolute;
top: -4px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple .level2 {
position: relative;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
width: 140px;
height: 140px;
margin-bottom: 75px;
border-radius: 50%;
background-color: var(--white);
border: 1px solid #1b63c2;
}
.org_simple .level2::before {
content: "";
position: absolute;
z-index: -2;
left: 50%;
bottom: -130px;
width: 1px;
height: 130px;
border-left: 1px solid var(--bdcolor);
}
.org_simple .level2 span::before {
content: "";
display: block;
position: absolute;
bottom: -4px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple .level2 span::after {
content: "";
display: block;
position: absolute;
top: -4px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple .level3 {
margin-top: 12px;
padding-top: 12px;
position: relative;
}
.org_simple .level3::before {
content: "";
position: absolute;
top: 0;
left: -20px;
width: calc(100% + 40px);
height: 1px;
background-color: var(--bdcolor);
}
.org_simple > ul {
position: relative;
display: flex;
justify-content: center;
gap: 30px;
width: 100%;
margin-left: 0 !important;
text-align: center;
}
@media (max-width: 749px) {
.org_simple > ul {
flex-direction: column;
flex-wrap: wrap;
}
}
.org_simple > ul > li {
position: relative;
flex: 1;
border: 1px solid var(--bdcolor);
border-radius: 10px;
line-height: 1;
padding: 30px;
background: var(--white);
}
@media (min-width: 750px) {
.org_simple > ul > li {
flex-basis: 327px;
}
}
.org_simple > ul > li:nth-child(1)::after {
content: "";
position: absolute;
left: 50%;
top: -20px;
width: 50%;
height: 1px;
border-bottom: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul > li:nth-child(1)::after {
display: none;
}
}
.org_simple > ul > li:nth-child(2)::before {
content: "";
position: absolute;
right: 50%;
top: -20px;
width: 180%;
height: 1px;
transform: translateX(-50%);
border-bottom: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul > li:nth-child(2)::before {
display: none;
}
}
.org_simple > ul > li:nth-child(3)::after {
content: "";
position: absolute;
right: 50%;
top: -20px;
width: 50%;
height: 1px;
border-bottom: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul > li:nth-child(3)::after {
display: none;
}
}
.org_simple > ul > li::before {
content: "";
position: absolute;
z-index: -2;
left: 50%;
top: -20px;
width: 1px;
height: 20px;
border-left: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul > li::before {
display: none;
}
}
.org_simple > ul > li i {
display: block;
position: absolute;
top: -4px;
left: 50%;
transform: translate(-50%, 0);
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #1b63c2;
}
.org_simple > ul.n5 > li {
line-height: 1.63;
padding: 20px;
}
@media (min-width: 750px) {
.org_simple > ul.n5 > li {
width: calc(20% - 24px);
}
}
.org_simple > ul.n5 > li:nth-child(2)::after {
content: "";
position: absolute;
z-index: -2;
left: 50%;
top: -20px;
width: 1px;
height: 20px;
border-left: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul.n5 > li:nth-child(2)::after {
display: none;
}
}
.org_simple > ul.n5 > li:nth-child(3)::before {
content: "";
position: absolute;
right: 50%;
top: -20px;
width: 180%;
height: 1px;
transform: translateX(-50%);
border-bottom: 1px solid var(--bdcolor);
}
.org_simple > ul.n5 > li:nth-child(5)::after {
content: "";
position: absolute;
right: 50%;
top: -20px;
width: 235%;
height: 1px;
border-bottom: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.org_simple > ul.n5 > li:nth-child(5)::after {
display: none;
}
}

.box.GB-12-073 {
border-radius: 10px;
border: solid 1px var(--sh-bd);
background-color: #fff;
margin-top: 40px;
margin-bottom: 40px;
padding: 30px;
}

dl.defined-list {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 20px;
}
dl.defined-list dt {
border-radius: 5px;
background-color: #eff9fa;
flex-basis: 110px;
padding-top: 7px;
padding-bottom: 5px;
line-height: 150%;
text-align: center;
font-size: 15px;
color: #089199;
}
dl.defined-list dd {
flex: calc(100% - 130px);
}

.box_top_point {
display: flex;
gap: 20px;
text-align: center;
}
.box_top_point > li {
flex: 1;
border-radius: 10px;
overflow: hidden;
border: solid 1px var(--mid-blue);
}
.box_top_point > li .t_point {
padding: 30px 0px;
background-image: linear-gradient(to top, var(--mid-blue), var(--cerulean));
}
.box_top_point > li .t_point span,
.box_top_point > li .t_point strong {
display: block;
text-align: center;
color: var(--white);
}
.box_top_point > li .t_point strong {
font-size: 20px;
font-family: GmarketSans;
line-height: 1;
}
.box_top_point > li .t_point strong span {
font-size: 14px;
}
.box_top_point > li > span {
display: block;
padding: 20px;
}

hr.dash {
border: none;
border-top: 1px dashed var(--gray);
margin: 20px 0;
}

hr.dotted {
border: none;
border-top: 1px dotted var(--graya7);
margin: 20px 0;
}

.line-center-arrow {
position: relative;
gap: 30px;
width: 100%;
}
.line-center-arrow .cell {
padding: 20px;
position: relative;
flex: 1;
}
.line-center-arrow .cell::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
right: 0;
width: 20px;
height: 100%;
border-right: 1px solid var(--bdcolor);
background-color: var(--white);
}
.line-center-arrow .cell::after {
content: "";
position: absolute;
z-index: 1;
top: 50%;
right: -18px;
transform: translate(-50%, -50%) rotate(45deg);
width: 20px;
height: 20px;
border: 1px solid var(--bdcolor);
background-color: #fff;
}
.line-center-arrow .cell:last-child::before, .line-center-arrow .cell:last-child::after,
.line-center-arrow .cell:last-child .circle::before,
.line-center-arrow .cell:last-child .circle::after {
display: none;
}
@media (max-width: 749px) {
.line-center-arrow .cell::before {
top: 100%;
right: 0;
width: 100%;
height: 20px;
border-right: none;
border-bottom: 1px solid var(--bdcolor);
background-color: var(--white);
}
.line-center-arrow .cell::after {
display: none;
}
.line-center-arrow .cell .arrow,
.line-center-arrow .cell .circle {
margin-top: 10px;
margin-bottom: 20px;
}
}
.line-center-arrow .circle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 111px;
height: 111px;
margin-bottom: 28px;
color: var(--mid-blue);
border: solid 2px var(--mid-blue);
border-radius: 50%;
background-color: #fff;
}
.line-center-arrow .circle::after {
content: "";
position: absolute;
z-index: 3;
top: 50%;
right: -10px;
transform: translate(-50%, -50%);
width: 20px;
height: 26px;
border: 1px solid var(--white);
}
.line-center-arrow .circle span {
font-family: GmarketSans;
font-size: 14px;
font-weight: 500;
}
.line-center-arrow .circle strong {
font-family: GmarketSans;
font-size: 20px;
font-weight: 800;
}
.line-center-arrow p {
text-align: center;
}
.line-center-arrow p.middle {
min-height: 70px;
margin-bottom: 20px;
}
.line-center-arrow .b-blue {
margin-bottom: 10px;
}
.line-center-arrow .arrow {
display: block;
margin: 0 auto;
width: 40px;
height: 40px;
margin-top: 0px;
margin-bottom: 30px;
background: url(/static/portal/img/sub_gb_12/arrow_btm@2x.png) no-repeat center center/40px auto;
}

.shortcut-box.GB-13-010 .shortcut-box__btns {
align-items: center;
}
.shortcut-box.GB-13-010 .shortcut-box__btns h5 {
margin-bottom: 20px;
font-size: 18px;
color: var(--mid-blue);
}

.img-border {
border-radius: 10px;
border: solid 1px var(--bd-td-border);
overflow: hidden;
}

@media (min-width: 750px) {
.GB-13-010 .img-border {
width: 180px;
}
}

.ctsSwiper {
max-width: 700px;
}

.ctsSwiper_btn button {
width: 50px;
height: 60px;
}
.ctsSwiper_btn button::after {
display: none;
}
.ctsSwiper_btn .swiper-button-next, .ctsSwiper_btn .swiper-rtl .swiper-button-prev {
left: auto;
top: auto;
bottom: 7px;
}
.ctsSwiper_btn .swiper-button-prev, .ctsSwiper_btn .swiper-rtl .swiper-button-next {
right: 51px;
left: auto;
top: auto;
bottom: 7px;
}

.dona-box {
margin: 22px 0 20px 0;
border-radius: 10px;
border: solid 1px var(--sh-bd);
overflow: hidden;
}
.dona-box .tab-content {
margin-top: 12px;
padding: 30px 20px;
}
@media (min-width: 1200px) {
.dona-box .tab-content {
padding: 30px 60px;
}
}
.dona-box .tit img {
width: 100%;
}
@media (max-width: 749px) {
.dona-box .tit .img-pc {
display: none;
}
}
.dona-box .tit .img-m {
display: none;
}
@media (max-width: 749px) {
.dona-box .tit .img-m {
display: block;
}
}

.dona-tab {
max-width: 870px;
padding: 3px 15px;
margin: 0 auto;
margin-top: -86px;
}
@media (max-width: 749px) {
.dona-tab {
margin-top: -70px;
}
}

.dona-tab-list {
display: flex;
justify-content: flex-end;
gap: 15px;
}

.dona-tab-btn {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 56px;
height: 56px;
overflow: hidden;
border-radius: 50%;
font-family: SUIT;
font-weight: bold;
color: var(--white);
}
.dona-tab-btn::before {
position: absolute;
top: 7px;
left: 50%;
transform: translateX(-50%);
width: 7px;
height: 7px;
border-radius: 50%;
background-color: var(--white);
content: "";
}
.dona-tab-btn.active {
background-color: var(--white);
color: #352922;
}
.dona-tab-btn.active::before {
display: none;
}

.dona-con {
display: flex;
justify-content: center;
position: relative;
padding: 16px 0 22px;
border-bottom: 1px solid var(--bdtopcolor);
}
.dona-con:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 32px);
background-image: url(/static/portal/img/sub/border.png);
background-repeat: repeat-y;
background-position-y: 106px;
background-size: 100% 106px;
pointer-events: none;
}

.dona-list {
display: grid;
gap: 36px 10px;
grid-template-columns: repeat(4, minmax(210px, 1fr));
overflow-x: auto;
max-width: 870px;
padding-bottom: 10px;
margin: 0 12px;
}

.gold-textbox > li {
display: flex;
justify-content: center;
align-items: center;
height: 70px;
text-align: center;
border: 3px solid transparent;
border-radius: 10px;
background-color: var(--white);
background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(to right, #ae8542, #dcae66, #b38945, #e6bb77, #b08643);
background-origin: border-box;
background-clip: content-box, border-box;
}
.gold-textbox > li > span {
padding: 5px 10px;
}

.video-box {
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
box-shadow: -2.6px 1.5px 18px 0 rgba(0, 0, 0, 0.3);
}

.text-group {
display: flex;
align-items: baseline;
gap: 4px;
}
@media (max-width: 749px) {
.text-group {
flex-wrap: wrap;
}
}
.text-group > *:first-child {
flex-shrink: 0;
}

.max-w100p {
max-width: 100%;
}

.map-svg {
min-width: 575px;
}

.map-region {
fill: transparent;
cursor: pointer;
}
.map-region:hover, .map-region:focus {
fill: rgba(0, 0, 0, 0.1);
outline: none;
stroke: #000;
stroke-width: 2;
stroke-dasharray: 3;
stroke-linecap: round;
}

.pre-wrap-td td {
white-space: pre-wrap;
}

.accommodations_view {
max-width: 880px;
margin: 30px auto;
}

.accommodations_view .topbox .photobox {
position: relative;
float: left;
width: 425px;
}

.accommodations_view .topbox .photobox .photo_list .slick-slide {
position: relative;
height: 380px;
}

.accommodations_view .topbox .photobox .photo_list .slick-slide .inner_photo {
display: none;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 0;
}

.accommodations_view .topbox .photobox .photo_list .slick-slide .photo {
height: 380px;
overflow: hidden;
}

.accommodations_view .topbox .photobox .photo_list .slick-slide .photo img {
max-width: 100%;
}

.accommodations_view .topbox .photobox .controlbox {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
padding: 18px 0 20px;
text-align: center;
z-index: 11;
}

.accommodations_view .topbox .photobox .controlbox .page {
display: inline-block;
line-height: 27px;
color: #fff;
font-size: 15px;
}

.accommodations_view .topbox .photobox .controlbox .page .current {
color: #26edff;
font-size: 18px;
font-weight: 600;
}

.accommodations_view .topbox .photobox .controlbox .photobox_control button {
position: absolute;
top: 15px;
width: 19px;
height: 35px;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-image: url(../images/contents/accommodations_control.png);
color: transparent;
font-size: 0;
}

.accommodations_view .topbox .photobox .controlbox .photobox_control button.prev {
left: 96px;
background-position: left center;
}

.accommodations_view .topbox .photobox .controlbox .photobox_control button.next {
right: 96px;
background-position: right center;
}

.accommodations_view .topbox .detailbox {
float: right;
width: 411px;
}

.accommodations_view .topbox .detailbox h3 {
margin: 0;
padding: 16px 16px 16px 28px;
border-bottom: #333333 solid 2px;
line-height: 37px;
color: #333333;
font-size: 28px;
font-weight: 600;
}

.accommodations_view .topbox .detailbox h3:before {
display: none;
}

.accommodations_view .topbox .detailbox .textbox {
padding: 35px 21px 0 28px;
}

.accommodations_view .topbox .detailbox .textbox ul li.list {
margin-top: 10px;
letter-spacing: -0.03em;
}

.accommodations_view .topbox .detailbox .textbox ul li.list:first-child {
margin-top: 0;
}

.accommodations_view .topbox .detailbox .textbox ul li.list strong {
position: relative;
display: block;
float: left;
width: 90px;
margin-top: 2px;
line-height: 23px;
}

.accommodations_view .topbox .detailbox .textbox ul li.list strong:before {
position: absolute;
top: 3px;
right: 0;
display: block;
width: 1px;
height: 16px;
background-color: #d5d5d5;
content: "";
}

.accommodations_view .topbox .detailbox .textbox ul li.list .text {
float: right;
width: 249px;
padding: 2px 0;
line-height: 23px;
}

.accommodations_view .topbox .detailbox .textbox ul li.list .text.bubox {
padding: 0;
}

.accommodations_view .topbox .detailbox .textbox ul li.list .text.bubox .bu {
padding: 0;
}

.accommodations_view .topbox .detailbox .textbox ul li.list.homepage strong {
margin-top: 5px;
}

.accommodations_view .topbox .detailbox .textbox ul li.list.homepage .text {
padding: 0;
line-height: 0;
}

.accommodations_view .topbox .detailbox .textbox ul li.list.homepage a {
display: inline-block;
padding: 5px 15px 7px 16px;
line-height: 23px;
background-color: #707e95;
border-radius: 5px;
overflow: hidden;
color: #fff;
font-size: 15px;
}

.accommodations_view .topbox .detailbox .textbox ul li.list.homepage a span {
position: relative;
display: block;
padding-right: 24px;
line-height: 23px;
background-repeat: no-repeat;
background-position: right 5px;
background-image: url(../images/contents/accommodations_blank.png);
}

.accommodations_view .contentbox {
margin-top: 40px;
}

.accommodations_view .contentbox .listbox {
margin-top: 40px;
padding-top: 35px;
border-top: #050505 solid 1px;
}

.accommodations_view .contentbox .listbox:first-child {
margin-top: 0;
}

.accommodations_view .contentbox .listbox h4 {
margin: 0 0 34px;
padding: 0;
line-height: 34px;
color: #222222;
font-size: 28px;
font-weight: 600;
}

.accommodations_view .contentbox .listbox .conbox p {
line-height: 22px;
}

.accommodations_view .contentbox .listbox.daum_roughmap .daumRoughmapData {
display: none;
}

.cts404_listgo {
margin-top: 30px;
text-align: right;
}

.cts404_listgo .btn {
min-width: 85px;
}

@media screen and (max-width: 1200px) {
.accommodations_view .topbox .photobox {
width: 47%;
}
.accommodations_view .topbox .photobox .photo_list .slick-slide {
height: auto;
}
.accommodations_view .topbox .photobox .photo_list .slick-slide .photo {
display: none;
}
.accommodations_view .topbox .photobox .photo_list .slick-slide .inner_photo {
display: block;
padding: 50% 0;
}
.accommodations_view .topbox .photobox .controlbox .photobox_control button.prev {
left: 10%;
}
.accommodations_view .topbox .photobox .controlbox .photobox_control button.next {
right: 10%;
}
.accommodations_view .topbox .detailbox {
width: 49%;
}
.accommodations_view .topbox .detailbox .textbox {
padding: 35px 4% 0;
}
.accommodations_view .topbox .detailbox .textbox ul li.list {
display: table;
width: 100%;
}
.accommodations_view .topbox .detailbox .textbox ul li.list strong {
display: table-cell;
float: none;
vertical-align: middle;
}
.accommodations_view .topbox .detailbox .textbox ul li.list strong:before {
top: calc(50% - 8px);
}
.accommodations_view .topbox .detailbox .textbox ul li.list .text {
display: table-cell;
float: none;
width: 72%;
padding-left: 8%;
vertical-align: middle;
}
.accommodations_view .topbox .detailbox .textbox ul li.list .text.bubox {
padding-left: 8%;
}
.accommodations_view .topbox .detailbox .textbox ul li.list.homepage .text {
padding-left: 8%;
}
}
@media screen and (max-width: 640px) {
.accommodations_view .topbox .photobox {
float: none;
width: auto;
}
.accommodations_view .topbox .photobox .photo_list .slick-slide .inner_photo {
padding: 25% 0;
}
.accommodations_view .topbox .detailbox {
float: none;
width: auto;
}
}
@media screen and (max-width: 480px) {
.accommodations_view .topbox .photobox .photo_list .slick-slide .inner_photo {
height: 240px;
padding: 0;
}
}
.survey__subject i {
margin-right: 15px;
}
.survey__body {
margin-top: 15px;
border-radius: 10px;
border: solid 1px var(--sh-form-color);
padding: 10px;
}
@media (min-width: 750px) {
.survey__body {
padding: 50px;
}
}
.survey__body dl + dl {
margin-top: 20px;
}
@media (min-width: 750px) {
.survey__body dl + dl {
margin-top: 70px;
}
}
.survey__body dt {
font-size: 18px;
font-weight: bold;
line-height: 1.33;
}
.survey__body dt .num {
margin-right: 6px;
transform: translateY(-2px);
display: inline-block;
background: #7f7f88;
color: #fff;
font-size: 12px;
height: 22px;
min-width: 22px;
border-radius: 50px;
line-height: 22px;
text-align: center;
font-weight: 900;
}
.survey__body dt span {
font-weight: normal;
}
.survey__body dd {
padding-top: 20px;
}
.survey__btns {
margin-top: 20px;
text-align: right;
}
.survey__label-list {
flex-wrap: wrap;
--width: 33%;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 10px;
}
@media (min-width: 750px) {
.survey__label-list {
grid-template-columns: repeat(var(--len, 3), 1fr);
gap: 20px;
}
}
.survey__label-list.tal label {
justify-content: flex-start;
}
.survey__label-list label {
display: flex;
flex-direction: row;
}
@media (min-width: 750px) {
.survey__label-list label {
justify-content: center;
}
}
.survey__label-list label {
align-items: center;
font-weight: 900;
padding: 11px;
border-radius: 5px;
background-color: #efeff5;
border: solid 1px transparent;
}
.survey__label-list label:has(input:checked) {
border: solid 1px var(--mid-blue);
background-color: #eaf3ff;
}
.survey__label-list label input {
margin-right: 12px;
flex-shrink: 0;
}
@media (min-width: 750px) {
.survey__label-list .full {
flex-direction: column;
gap: 8px;
grid-area: auto/span 3;
}
}
.survey__result-data {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
}
@media (min-width: 950px) {
.survey__result-data {
margin-left: 35px;
grid-template-columns: 350px auto;
gap: 40px;
}
}
.survey__result-data .table-round {
margin: 0;
}
.survey__result-data table {
min-width: 0;
}

.recoment-set {
padding: 5px;
}
@media (min-width: 1200px) {
.recoment-set {
padding: 20px;
}
}
.recoment-set .set {
border: 1px solid var(--bdcolor);
padding: 5px;
border-radius: 5px;
}
@media (min-width: 1200px) {
.recoment-set .set {
padding: 20px;
}
}
.recoment-set .set .i {
padding-right: 90px;
position: relative;
}
.recoment-set .set .i .characterLen {
width: 100%;
display: block;
height: 65px;
padding: 10px;
border: 1px solid var(--bdcolor);
border-right: none;
}
.recoment-set .set .i .b-submit {
overflow: hidden;
min-width: 0;
width: 90px;
height: 65px;
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 749px) {
.recoment-set .set .i {
padding-right: 0;
}
.recoment-set .set .i .characterLen {
height: 120px;
}
.recoment-set .set .i .b-submit {
position: relative;
width: 100%;
height: 40px;
}
}
.recoment-set .set .infoAppend {
height: 25px;
font-size: 11px;
line-height: 25px;
color: #666;
text-align: right;
}
.recoment-set .set .characterLenDeco {
font-weight: 500;
text-align: right;
}
.recoment-set ul {
border-bottom: 1px solid var(--bdcolor);
margin-top: 10px;
}
.recoment-set ul ul {
border-bottom: none;
}
.recoment-set ul li {
border-top: 1px solid var(--bdcolor);
padding: 5px;
overflow: hidden;
position: relative;
width: 100%;
padding: 15px 0 0;
}
@media (min-width: 1200px) {
.recoment-set ul li .cmtBody {
margin: 0 20px;
}
}
@media (max-width: 749px) {
.recoment-set ul li .cmtBody {
margin-bottom: 10px;
}
}
.recoment-set ul li .cmtBody p {
padding-bottom: 15px;
}
.recoment-set ul li .infoAppend {
display: block;
}
.recoment-set ul li .name {
font-weight: 500;
color: #000;
}
.recoment-set ul li .time {
color: #888;
font-weight: 300;
}
@media (min-width: 750px) {
.recoment-set ul li .foots {
overflow: hidden;
position: absolute;
top: 15px;
right: 0;
height: 40px;
}
}
.recoment-set ul li [class*=b-] {
font-size: 14px;
padding: 3px 4px;
}
.recoment-set ul li .col-sm-2 {
text-align: right;
}
.recoment-set ul li {
border-bottom: none;
border-top-style: dashed;
}
.recoment-set ul em.reply {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 26px;
margin-left: 5px;
background: url(/static/portal/img/common/reply.png) no-repeat 50% 50%;
}
.recoment-set li.reply {
background-color: #f9f9f9;
}

.reply_box {
background: none repeat scroll 0 0 #f9f9f9;
border-radius: 4px 4px 4px 4px;
border: 1px solid #e2e2e2;
color: #666666;
margin: 20px 0 0 0;
margin-bottom: 20px;
padding: 5px 20px 15px;
}
.reply_box dl {
position: relative;
}
.reply_box dl dd {
clear: both;
margin: 0 0 10px 0;
padding: 0 0 7px 0;
word-wrap: break-word;
text-align: left;
}
.reply_box dl dd.time {
padding: 0 0 7px 0;
font: 11px Tahoma;
font-weight: normal;
color: #afafaf;
border: 0px;
top: 0px;
border-bottom: 1px solid #e0e0e0;
}
.reply_box span {
float: left;
font-size: 12px;
font-weight: bold;
}
.reply_box .delete {
color: #ff6600;
vertical-align: top;
margin: 0 0 0 10px;
font-size: 11px;
font-weight: bold;
}
.reply_box .replyForm .title {
margin-bottom: 10px;
}
.reply_box .replyForm .title strong {
color: #2d8600;
}
.reply_box .replyForm textarea {
border: 1px solid #cccccc;
font-size: 1em;
height: 17px;
margin-bottom: 10px;
overflow: auto;
margin-top: 0px;
padding: 10px;
width: 513px;
float: left;
margin-right: 10px;
}
.reply_box .replyForm div.buttonArea {
margin: 1px 0 0 0;
}
.reply_box .replyForm dl {
margin-bottom: 10px;
}
.reply_box .replyForm dt {
float: left;
font-weight: bold;
padding-top: 6px;
width: 80px;
}
.reply_box .replyForm dd {
margin-bottom: 5px;
}
.reply_box .reply_write_box fieldset {
display: grid;
grid-template-columns: auto 120px;
gap: 10px;
}
.reply_box .reply_write_box button {
height: 100%;
}

.calendar-controll {
text-align: center;
}
.calendar-controll button {
text-align: center;
border: 1px solid #ddd;
width: 28px;
height: 28px;
border-radius: 5px;
vertical-align: middle;
}
.calendar-controll button:hover, .calendar-controll button:focus, .calendar-controll button.active {
color: #0c9ebd;
background-color: #ffffff;
border: 1px solid #0c9ebd;
}
.calendar-controll button + button {
margin-left: 6px;
}
.calendar-controll select {
height: 28px;
border: none;
vertical-align: middle;
}
.calendar-controll + .bd-list {
margin-top: 20px;
}
.calendar-controll.type-single select {
font-size: 18px;
color: #000;
}

.calendar {
padding: 30px;
border-radius: 5px;
border: 2px solid #0c9ebd;
}
@media (max-width: 749px) {
.calendar {
padding: 10px;
}
}
.calendar .calendar-list {
margin-top: 20px;
overflow-x: auto;
}
.calendar .calendar-list table {
min-width: 640px;
table-layout: fixed;
}
.calendar .calendar-list thead {
width: 15px;
height: 17px;
color: #888888;
font-family: "Noto Sans CJ Kkr - Demi Light";
font-size: 18px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 22px;
text-align: center;
font-style: normal;
letter-spacing: -0.45px;
line-height: normal;
}
.calendar .calendar-list thead th {
padding: 10px 0 20px;
line-height: 1;
position: relative;
}
.calendar .calendar-list thead th::before {
content: "";
position: absolute;
width: 100%;
height: 0;
left: 0;
border-bottom: 1px solid #dddddd;
bottom: 10px;
}
.calendar .calendar-list tbody td {
min-height: 110px;
}
@media (min-width: 1200px) {
.calendar .calendar-list tbody td {
height: 110px;
}
}
.calendar .calendar-list tbody td {
border-radius: 5px 5px 0 0;
background-color: #f2f7fb;
font-size: 18px;
padding: 14px 10px;
vertical-align: top;
color: #000;
font-weight: 300;
}
.calendar .calendar-list tbody td.empty {
background-color: #fff;
}
.calendar .calendar-list tbody td.sun {
color: #ed1b2f;
}
.calendar .calendar-list tbody td.sat {
color: #005baa;
}
.calendar .calendar-list span.schedule {
display: inline-block;
line-height: 1;
padding: 6px 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
background-color: #0c9ebd;
text-align: center;
color: #fff;
margin-bottom: 8px;
}
.calendar .calendar-list button {
position: relative;
display: block;
padding-left: 20px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 100%;
text-align: left;
color: #000;
font-size: 16px;
font-weight: 400;
}
.calendar .calendar-list button::before {
content: "";
position: absolute;
top: 10px;
left: 0;
width: 10px;
height: 10px;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
background-color: #005baa;
display: inline-block;
}

.admin-set {
border: 1px solid var(--bdcolor);
border-radius: 0.625em;
overflow: hidden;
margin-top: 50px;
}
.admin-set .info {
background-color: var(--white);
border-bottom: 1px solid var(--bdcolor);
padding: 16px 30px;
line-height: 1;
display: table;
table-layout: fixed;
width: 100%;
}
.admin-set .info dl {
display: inline-block;
}
@media (min-width: 1200px) {
.admin-set .info dl {
width: calc(33% - 2px);
}
}
@media (max-width: 1276px) {
.admin-set .info dl {
width: auto;
}
}
.admin-set .info dl > * {
display: inline-block;
}
@media (max-width: 749px) {
.admin-set .info dl {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
.admin-set .info i {
margin-right: 5px;
}
.admin-set .info dt {
border-right: 1px solid var(--bdcolor);
padding-right: 20px;
}
.admin-set .info dd {
padding-left: 20px;
padding-right: 30px;
}
@media (max-width: 1276px) {
.admin-set .info dt {
padding-right: 10px;
}
.admin-set .info dd {
padding-left: 10px;
padding-right: 20px;
}
}
@media (max-width: 749px) {
.admin-set .info {
padding: 16px 10px;
}
}
.admin-set .satisfact {
background-color: var(--grayblue);
padding: 0.625em 1.875em 1.25em 1.875em;
}
.admin-set .satisfact .title {
color: var(--point);
line-height: 1.875rem;
}
.admin-set .satisfact .radio-group {
border-bottom: 1px solid var(--bdcolor);
padding-bottom: 0.9375em;
margin-bottom: 1.25em;
display: flex;
}
@media (min-width: 750px) {
.admin-set .satisfact .radio-group {
display: grid;
grid-auto-flow: column;
}
}
.admin-set .satisfact .radio-group {
flex-wrap: wrap;
gap: 6px 15px;
}
.admin-set .satisfact .radio-group label {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
.admin-set .satisfact .radio-group label i {
display: none;
}
.admin-set .satisfact .radio-group label input {
vertical-align: middle;
}
.admin-set .satisfact .opinionCn {
border: 1px solid var(--bdcolor);
width: calc(100% - 110px);
line-height: 38px;
border-radius: 0.3125rem;
float: left;
}
.admin-set .satisfact button {
width: 100px;
height: 38px;
border-radius: 0.3125em;
background-color: var(--point);
color: var(--white);
margin-left: 10px;
}

.datepicker.dropdown-menu {
border: 1px solid var(--mid-blue);
}

.datepicker.dropdown-menu th.next,
.datepicker.dropdown-menu th.prev {
font-size: 20px;
}

.datepicker.dropdown-menu .table-condensed {
border-collapse: separate;
border-spacing: 2px;
}

.datepicker-days tr > *:first-child {
color: red;
}
.datepicker-days tr > *:last-child {
color: #2c6ee6;
}

.datepicker table tr td.day:not(.old, .today, .new, .active) {
background-color: var(--thbgcolor);
}

.datepicker table tr td.today,
.datepicker .month.focused {
background-color: var(--skyblue);
color: var(--white);
}

.datepicker-dropdown {
padding: 6px;
}

.datepicker table thead tr th {
font-size: 14px;
}
.datepicker table thead tr th.datepicker-switch {
font-size: 18px;
font-weight: bold;
letter-spacing: -0.45px;
}

.datepicker table thead tr:last-child {
border-bottom: 1px solid var(--bdcolor);
margin-bottom: 5px;
}

.login-info {
display: grid;
gap: 15px;
margin-bottom: 20px;
padding-bottom: 30px;
}
@media (max-width: 749px) {
.login-info {
text-align: justify;
}
.login-info br {
display: none;
}
.login-info div:first-child {
text-align: center;
}
}
@media (min-width: 750px) {
.login-info {
grid-template-columns: 69px auto;
gap: 34px;
margin-bottom: 50px;
padding-bottom: 37px;
}
}
@media (min-width: 1200px) {
.login-info {
padding-left: 83px;
padding-right: 83px;
}
}
.login-info {
border-bottom: 2px solid var(--black);
}

.login-form {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10.416%;
}
@media (max-width: 749px) {
.login-form {
flex-direction: column;
}
}
@media (min-width: 1200px) {
.login-form {
max-width: calc(100% - 120px);
margin: 0 auto;
}
}
.login-form--single {
justify-content: center;
}
.login-form--single .i1 {
flex-grow: 1;
max-width: 550px;
}
.login-form--single .login-box {
min-height: auto;
}
.login-form .i1 {
flex-basis: 38.5416666667%;
}
.login-form .i2 {
flex-basis: 51.0416666667%;
}
@media (max-width: 749px) {
.login-form .i2 {
margin-top: 20px;
}
}
.login-form .head {
min-height: 90px;
margin-bottom: 10px;
}
.login-form .head h3 {
font-size: 24px;
font-family: GmarketSans;
line-height: 1;
}
.login-form .head h3 strong {
color: var(--mid-blue);
}
.login-form .head h3 strong.color-teal {
color: var(--teal);
}
.login-form .head p {
margin-top: 20px;
}

.login-box {
padding: 53px 34px 51px;
border-radius: 10px;
background-color: #f5f5f9;
min-height: 352px;
}
.login-box .set input {
border: solid 1px #e1e1eb;
padding-left: 53px;
font-family: SUIT;
height: 56px;
width: 100%;
}
.login-box .set input:hover, .login-box .set input:focus {
border: solid 1px #44444b;
}
.login-box .set .id {
position: relative;
}
.login-box .set .id::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 18px;
left: 22px;
background: url(/static/portal/img/join/id@2x.png) 0 0 no-repeat;
background-size: 19px 20px;
}
.login-box .set .pw {
position: relative;
margin-top: 10px;
}
.login-box .set .pw::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 18px;
left: 22px;
background: url(/static/portal/img/join/pw@2x.png) 0 0 no-repeat;
background-size: 16px 20px;
}
.login-box .set .pw .pw-visible {
width: 20px;
height: 20px;
position: absolute;
right: 18px;
top: 19px;
background: url(/static/portal/img/join/icon-pw-view-hide@2x.png) 0 0 no-repeat;
background-size: 20px;
}
.login-box .set .pw .pw-visible.visible {
background-image: url(/static/portal/img/join/icon-pw-view@2x.png);
}
.login-box .set .login-btn {
width: 100%;
margin-top: 20px;
margin: 20px 0 25px;
padding: 15px 0;
border-radius: 10px;
background-image: linear-gradient(to right, var(--mid-blue), var(--cerulean, #007dd8));
font-size: 18px;
color: #fff;
}
.login-box .member-login-etc {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.login-box .member-login-etc a {
flex-grow: 1;
text-align: center;
}
.login-box .member-login-etc a + a {
position: relative;
}
.login-box .member-login-etc a + a::before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 1px;
height: 15px;
background-color: #ceced4;
}

.login-box2 {
padding: 53px 34px 51px;
border-radius: 10px;
background-color: #f5f5f9;
min-height: 352px;
}
.login-box2__inp-group {
margin: 10px 0;
display: grid;
grid-template-columns: 60px auto;
gap: 18px;
}
.login-box2__submit {
width: 100%;
}
@media (min-width: 750px) {
.login-box2__submit {
width: calc(100% - 78px);
margin-left: 78px;
}
}
.login-box2__submit {
margin-top: 13px;
padding: 15px 0;
border-radius: 10px;
background-image: linear-gradient(to right, var(--mid-blue), var(--cerulean, #007dd8));
font-size: 18px;
color: #fff;
}
.login-box2 .set {
max-width: 380px;
margin: 0 auto;
}
.login-box2 .set label {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
font-weight: bold;
}
.login-box2 .set input {
border: solid 1px #e1e1eb;
height: 56px;
width: 100%;
}
.login-box2 .set input:hover, .login-box2 .set input:focus {
border: solid 1px #44444b;
}

.auth-box {
display: grid;
gap: 20px;
}
@media (min-width: 750px) {
.auth-box {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}
.auth-box button {
padding: 36px 30px 30px;
border-radius: 10px;
background-color: #f5f5f9;
border: 1px solid transparent;
min-height: 352px;
}
.auth-box button em {
display: block;
margin-bottom: 4px;
font-size: 24px;
line-height: 1;
color: var(--black);
font-weight: bold;
}
.auth-box button .i {
color: #79798d;
}
.auth-box button .icon {
margin: 30px auto 25px;
width: 120px;
height: 120px;
border-radius: 120px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #fff;
}
.auth-box button .btn {
display: block;
margin: 0 auto;
max-width: 170px;
height: 60px;
line-height: 60px;
border-radius: 10px;
background-color: var(--teal);
font-size: 18px;
font-weight: bold;
text-align: center;
color: #fff;
}
.auth-box button:hover, .auth-box button:focus {
box-shadow: 1.5px 2.6px 15px 0 rgba(48, 56, 68, 0.1);
border: solid 1px var(--teal);
background-color: #fff;
}
.auth-box button:hover .icon, .auth-box button:focus .icon {
background-color: #f0f9f9;
}

.join-step {
padding-bottom: 34px;
margin-bottom: 50px;
border-bottom: 1px dotted var(--bdcolor);
}
.join-step ol {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
}
@media (min-width: 1200px) {
.join-step ol {
gap: 77px;
}
}
.join-step li {
position: relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
}
@media (max-width: 749px) {
.join-step li {
display: none;
}
}
@media (max-width: 749px) {
.join-step li.on {
display: block;
}
}
@media (min-width: 1200px) {
.join-step li + li::before {
content: "";
}
}
.join-step li + li::before {
position: absolute;
top: 0;
left: -77px;
width: 77px;
height: 38px;
background: url(/static/portal/img/join/join-step-ico@2x.png) center center no-repeat;
background-size: 16px auto;
}
.join-step__num {
width: 38px;
height: 38px;
border-radius: 38px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #818195;
color: #fff;
}
.on .join-step__num {
font-weight: 800;
color: #fff;
background-color: var(--mid-blue);
}
.join-step__txt {
color: #696c77;
font-weight: bold;
}
.on .join-step__txt {
color: var(--black);
}

.hgroup1 {
margin: 46px 0 12px;
}
@media (max-width: 749px) {
.hgroup1 {
margin-top: 20px;
}
}
.hgroup1 h3 {
font-size: 22px;
font-weight: bold;
}
.hgroup1 p {
margin-top: 6px;
}
.hgroup1 .bu {
margin-top: 6px;
margin-left: 0;
}

.join-step-1 {
padding: 60px 0;
margin-bottom: 30px;
}
@media (max-width: 749px) {
.join-step-1 {
padding: 20px 0;
margin-bottom: 20px;
}
}
.join-step-1 {
border-bottom: 1px solid var(--bdcolor);
}
.join-step-1 ul {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 56px;
}
@media (max-width: 749px) {
.join-step-1 ul {
flex-direction: column;
gap: 20px;
align-items: stretch;
}
}
.join-step-1 a {
padding: 46px 49px 29px;
}
@media (max-width: 749px) {
.join-step-1 a {
padding: 15px;
}
}
.join-step-1 a {
border-radius: 10px;
background-color: #f5f5f9;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: solid 1px transparent;
line-height: 1;
}
.join-step-1 a em {
display: block;
margin: 28px 0 8px;
font-size: 24px;
font-weight: bold;
text-align: center;
color: var(--black);
}
.join-step-1 a:hover, .join-step-1 a:focus {
box-shadow: 1.5px 2.6px 15px 0 rgba(0, 0, 0, 0.1);
border: solid 1px var(--mid-blue);
background-color: #fff;
}
.join-step-1 a:hover em, .join-step-1 a:focus em {
color: var(--mid-blue);
}

.rbox {
padding: 30px;
border-radius: 10px;
}
.rbox--blue {
background-color: #f1f7ff;
}

.round-radio,
.round-chk {
padding: 11px 30px;
border-radius: 26.5px;
border: solid 1px #d9d9dd;
background-color: #fff;
font-size: 18px;
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 10px;
}
.round-radio input,
.round-chk input {
width: 23px;
height: 23px;
}
.round-radio::before,
.round-chk::before {
display: inline-block;
margin-right: 4px;
width: 13px;
height: 9px;
background: url(/static/portal/img/join/ic-check-black@2x.png) 0 0 no-repeat;
background-size: 13px 9px;
transform: translateY(-2px);
}
.round-radio:has(input:checked),
.round-chk:has(input:checked) {
border: solid 1px var(--mid-blue);
color: var(--mid-blue);
text-decoration: underline;
}
.round-radio:has(input:checked)::before,
.round-chk:has(input:checked)::before {
background-image: url(/static/portal/img/join/ic-allcheck@2x.png);
}

.agg label {
font-weight: bold;
display: inline-flex;
align-items: center;
gap: 10px;
}
.agg input[type=radio],
.agg input[type=checkbox] {
width: 24px;
height: 24px;
}
.agg + .agg {
margin-top: 50px;
border-top: 1px dotted var(--bdcolor);
}
.hgroup1 + .agg {
margin-top: 45px;
}
.agg__title {
margin-bottom: 20px;
font-size: 22px;
font-weight: bold;
line-height: 1;
}
.agg__title2 {
margin-top: 37px;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: var(--mid-blue);
}
.agg__allchk {
margin-top: 50px;
padding: 20px 20px 20px 40px;
background-color: var(--ice-blue);
color: var(--blue);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom: 1px dotted var(--bdcolor);
font-size: 18px;
}
.agg__allchk + .agg__body {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.agg__body {
margin-top: 20px;
padding: 30px;
border-radius: 10px;
background-color: #f5f5f9;
max-height: 390px;
overflow-y: auto;
}
.agg__body--h\:auto {
max-height: none;
}
.agg__footer {
margin-top: 20px;
display: grid;
}
@media (min-width: 750px) {
.agg__footer {
grid-template-columns: 1fr auto auto;
}
}
.agg__footer {
align-items: center;
font-weight: bold;
}
.agg__footer strong {
color: var(--blue);
}
.agg__footer {
gap: 20px;
}

.no-scroll {
max-height: none;
max-width: none;
}

.xline1 {
margin: 40px 0 45px;
border-top: 1px solid var(--bdcolor);
}

.join-end {
font-size: 18px;
text-align: center;
}
.join-end__body {
margin-top: -56px;
position: relative;
z-index: 1;
padding: 50px;
border-radius: 10px;
background-color: #f0f6ff;
}
.join-end em {
font-weight: bold;
}
.join-end .t {
font-size: 24px;
}
.join-end .t strong {
color: var(--mid-blue);
}
.join-end .btns {
margin-top: 24px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 16px;
}

.join-result {
margin: 26px 0;
padding: 60px 30px 50px;
border-radius: 10px;
background-color: #f0f6ff;
text-align: center;
}
.join-result .t {
font-size: 22px;
}
.join-result .t em {
font-weight: bold;
}
.join-result .t strong {
color: var(--mid-blue);
}
.join-result .btns {
margin-top: 34px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 16px;
}

.join-pw-chanege {
margin-bottom: 12px;
padding: 65px 50px 50px;
border-radius: 10px;
background-color: #f0f6ff;
}
.join-pw-chanege__title {
font-size: 24px;
text-align: center;
}
.join-pw-chanege__title em {
font-weight: bold;
}
.join-pw-chanege__title strong {
color: var(--mid-blue);
}
.join-pw-chanege__form {
max-width: 700px;
margin: 20px auto 50px;
padding: 50px 0;
border: 1px dotted var(--bdcolor);
border-width: 1px 0;
}
.join-pw-chanege__form dl + dl {
margin-top: 25px;
}
.join-pw-chanege__form dl {
display: flex;
}
@media (max-width: 749px) {
.join-pw-chanege__form dl {
flex-direction: column;
}
}
.join-pw-chanege__form dl {
gap: 10px;
}
@media (min-width: 750px) {
.join-pw-chanege__form dt {
padding-top: 6px;
flex-basis: 140px;
}
}
.join-pw-chanege__form dt {
flex-shrink: 0;
font-weight: bold;
}
.join-pw-chanege__form dd {
flex-grow: 1;
}
.join-pw-chanege__form input {
border-width: 0;
}
.join-pw-chanege__form .bu {
margin-top: 15px;
}
.join-pw-chanege__btns {
text-align: center;
}

.bg-dot-x {
height: 1px;
position: relative;
}
.bg-dot-x::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 2px);
background-size: 3px 1px;
}

.pw-check {
padding: 25px;
}
@media (min-width: 750px) {
.pw-check {
padding: 60px 50px;
}
}
.pw-check {
text-align: center;
border-radius: 10px;
background-color: var(--ice-blue);
}
@media (min-width: 750px) {
.pw-check__t {
display: inline-flex;
gap: 60px;
}
}
@media (min-width: 1200px) {
.pw-check__t {
margin-right: 90px;
}
}
.pw-check .r {
text-align: left;
}
.pw-check .r p {
margin-bottom: 30px;
}
.pw-check .r dl {
font-weight: bold;
margin: 20px 0;
display: grid;
grid-template-columns: auto auto;
align-items: center;
}
@media (min-width: 750px) {
.pw-check .r dl {
grid-template-columns: 104px 300px;
}
}
.pw-check .r input {
width: 100%;
border: none;
}
.pw-check .bg-dot-x {
margin: 30px 0;
}
.pw-check__btns {
text-align: center;
}

.step {
color: #757575;
width: 100%;
text-align: center;
margin-bottom: 20px;
display: block;
}
.step:before, .step:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.step li {
position: relative;
display: inline-block;
float: left;
width: calc(20% + 24px);
height: 80px;
text-align: left;
padding-left: 60px;
padding-top: 13px;
}
.step li:first-child {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
background-image: url(/static/portal/img/member/step_first.png), url(/static/portal/img/member/step_right.png);
background-position: left 50%, right 50%;
background-repeat: no-repeat, no-repeat;
}
.step li:first-child.on {
background-image: url(/static/portal/img/member/step_first_on.png), url(/static/portal/img/member/step_right_on.png);
}
.step li:last-child {
margin-right: 0;
}
.step li + li {
margin-left: -30px;
background-image: url(/static/portal/img/member/step_left.png), url(/static/portal/img/member/step_right.png);
background-position: left 50%, right 50%;
background-repeat: no-repeat, no-repeat;
}
.step li + li.on::before {
content: "";
display: inline-block;
float: left;
width: 56px;
height: 80px;
position: absolute;
left: -11px;
top: 0;
background-image: url(/static/portal/img/member/step_left_on_before.png);
}
.step li.on {
color: var(--white);
background-image: url(/static/portal/img/member/step_left_on.png), url(/static/portal/img/member/step_right_on.png);
}
.step em {
display: block;
text-transform: uppercase;
}
.step span {
font-size: 20px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.step span {
font-size: 14px;
}
}
@media (max-width: 749px) {
.step span {
font-size: 16px;
}
.step li {
width: 150px;
padding-left: 50px;
}
.step li + li.on::before {
display: none;
}
.step li + li.on {
background-image: url(/static/portal/img/member/step_left_on_m.png), url(/static/portal/img/member/step_right_on.png);
}
.step li:not(.on) {
background: var(--bdcolor);
width: 20px;
height: 20px;
border-radius: 10px;
margin: 30px 5px 0 5px;
padding: 0;
z-index: 1;
}
.step li:not(.on) * {
font-size: 1px;
opacity: 0;
}
}

.joinstep-1 {
margin-bottom: 20px;
}
.joinstep-1 + p {
margin: 0 20px;
}

.joinBox-type1 h2, .joinBox-type2 h2 {
font-size: 18px;
color: #fff;
padding: 22px 0;
text-align: center;
background-color: #005aab;
font-weight: normal;
}
.joinBox-type1 .body, .joinBox-type2 .body {
border: 1px solid var(--bdcolor);
border-top: none;
padding: 20px;
}
.joinBox-type1 .body p, .joinBox-type2 .body p {
margin-bottom: 20px;
}
.joinBox-type1 .body a, .joinBox-type2 .body a {
display: inline-block;
margin: 0 auto;
padding: 18px 38px;
text-align: center;
color: #fff;
background-color: #424f88;
}

.joinBox-type2 h2 {
background-color: #787e96;
}
.joinBox-type2 .body a {
background-color: #5e5f67;
}

.agg-set {
margin: 0 0 20px;
padding: 30px;
border: 1px solid #e1e1e1;
}
.agg-set h2,
.agg-set h3,
.agg-set h4 {
font-size: 1.2em;
margin: 0 0 16px;
font-weight: normal;
}
.agg-set .set {
height: 152px;
border: 1px solid var(--bdcolor);
overflow: scroll;
overflow-x: hidden;
padding: 20px;
background-color: #f1f3f6;
margin-bottom: 20px;
}
.agg-set .set > * {
font-size: 1em;
line-height: 1.6;
}
.agg-set .set.auto {
height: auto;
overflow: auto;
}
.agg-set label strong {
color: var(--orange);
}

.aggtotal {
text-align: center;
}
.aggtotal label {
font-size: 14px;
font-weight: bold !important;
}

/* 회원가입완료 */
.member-complete {
background: url(/static/portal/img/member/join5_complete.png) 50% 0 no-repeat;
}
@media (min-width: 1200px) {
.member-complete {
padding-left: 297px;
background-position: 22px 50%;
}
}
@media (max-width: 1199px) {
.member-complete {
padding-top: 130px;
}
}
.member-complete.msg-result {
background-image: url(/static/portal/img/member/msg-result.png);
min-height: 100px;
}
.member-complete.msg-result .msg-center {
font-size: 20px;
padding-top: 40px;
color: var(--blue);
font-weight: 500;
}

.idfind p, .memberUpdate p {
padding: 81px 0 0 0;
background-image: url(/static/portal/img/sub/idfind-icon.png);
background-size: 131px;
color: #005aab;
font-size: 1.2em;
}
.idfind p strong, .memberUpdate p strong {
color: #141414;
border: 1px solid #7f7f7f;
background-color: #f2f3f5;
padding: 8px 10px;
display: inline-block;
line-height: 1;
font-size: 0.83em;
}
.idfind p + p, .memberUpdate p + p {
border-top: 1px solid var(--bdcolor);
margin-top: 10px;
padding: 18px 0 0 0;
font-size: 1em;
background: none;
color: var(--orange);
}

.memberUpdate p {
background-image: url(/static/portal/img/sub/200914.png);
background-size: 82px;
padding-top: 100px;
}
.memberUpdate p + p {
border: none;
padding: 0;
}

.digital-onpass {
position: relative;
width: 100%;
height: 100%;
}
.digital-onpass .logo-white {
display: inline-block;
width: 180px;
height: 76px;
background: url(/static/commons/img/logo_white.png) no-repeat;
background-size: contain;
}
.digital-onpass .digital-onpass-in {
position: absolute;
left: 50%;
top: 0%;
transform: translate(-50%, 0);
width: 96%;
background: url(/static/portal/img/member/onpass_bg.png) no-repeat;
background-size: 100% 50%;
padding: 30px 10px 10px 10px;
margin-top: 20px;
border-radius: 15px;
}
.digital-onpass h2 {
color: var(--white) !important;
margin-top: 12px !important;
border: none !important;
}
.digital-onpass h2::before {
border-color: var(--white) !important;
}
@media (min-width: 1200px) {
.digital-onpass .logo-white {
width: 180px;
height: 76px;
background-size: contain;
}
.digital-onpass .digital-onpass-in {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 1020px;
padding: 40px 83px;
background-size: contain;
}
}
.digital-onpass.type2 .digital-onpass-in {
background: none;
text-align: center;
border: 1px solid var(--graya7);
border-radius: 0;
padding: 0;
}
.digital-onpass.type2 .digital-onpass-in h1 {
text-align: left;
border-bottom: 2px solid var(--point);
margin-bottom: 20px;
line-height: 55px;
padding-left: 55px;
color: var(--point);
}
.digital-onpass.type2 .digital-onpass-in .logo-white {
width: 110px;
height: 46px;
background: url(/static/portal/img/common/logo_m.png) no-repeat;
background-size: 100% 100%;
margin-bottom: 15px;
}
.digital-onpass.type2 .digital-onpass-in .box-bd2 {
margin: 0 auto;
}
.digital-onpass.type2 .digital-onpass-in p {
margin-bottom: 20px;
max-width: 320px;
margin: 0 auto 15px auto;
}
.digital-onpass.type2 .digital-onpass-in .btns-gp {
border-top: 1px solid var(--bdcolor);
}

@media (min-width: 750px) {
.member-result {
width: calc(100% - 255px);
display: inline-block;
float: right;
}
}

hr {
border-bottom: 1px solid var(--bdcolor);
border-top-width: 0;
}

.vline {
width: 1px;
height: 14px;
display: inline-block;
vertical-align: inherit;
border-right: 1px solid var(--bdcolor);
margin-left: 9px;
margin-right: 9px;
transform: translateY(2px);
}

.refer {
position: relative;
margin-left: 18px;
margin-bottom: 0;
color: var(--gray);
text-align: left;
}
.refer::before {
content: "※";
position: absolute;
left: -18px;
background: none !important;
top: 0 !important;
}

.required-text::before {
content: "\f06a";
font-family: "FontAwesome", "dotum", Helvetica, Arial, sans-serif;
margin-right: 5px;
}
.required-text {
text-indent: -16px;
margin: 4px 0 4px 13px;
}

span.border {
width: 100%;
height: 1px;
background-color: var(--bdcolor);
display: block;
}
span.border:before, span.border:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
span.border {
margin-top: 20px;
margin-bottom: 20px;
}

strong.over-dot {
color: var(--orange);
-webkit-text-emphasis: "•";
text-emphasis: "•";
-webkit-text-emphasis-position: over;
text-emphasis-position: over left;
}

.bd1-line {
border-bottom: 1px solid var(--point);
color: var(--point);
padding-bottom: 10px;
}
.bd1-line.line2 {
min-height: 60px;
}

.ti-20 {
text-indent: -20px;
margin-left: 20px;
}
.ti-20.word {
word-break: break-all;
}

.cate {
display: inline-block;
padding: 5px;
border-radius: 5px;
line-height: 1;
color: #fff;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
margin-right: 5px;
background-color: var(--teal);
}

a.badge,
.badge {
display: inline-block;
padding: 5px;
border-radius: 5px;
line-height: 1;
color: #fff;
font-size: 14px;
text-align: center;
background-color: var(--mid-blue);
background-color: var(--steel);
}
.bd-list a.badge,
.bd-list .badge {
min-width: 70px;
}
.bd-view a.badge,
.bd-view .badge {
padding-left: 15px;
padding-right: 15px;
margin-right: 5px;
}
.flex-box a.badge,
.flex-box .badge {
padding: 8px 10px 6px;
}
a.badge.sm,
.badge.sm {
min-width: 0;
padding: 6px 8px 5px;
}
a.badge--ing,
.badge--ing {
background-color: #fff;
color: #000;
border: 1px solid var(--bdcolor);
}
a.badge--end, a.badge--steel,
.badge--end,
.badge--steel {
background-color: var(--steel);
}
a.badge--end2,
.badge--end2 {
background-color: var(--blue-green);
}
a.badge--adm,
.badge--adm {
background-color: #fff;
color: #000;
border: 1px solid var(--bdcolor);
}
a.badge--move,
.badge--move {
color: #000;
background-color: #fff;
}
a.badge--info,
.badge--info {
width: auto;
min-width: 0 !important;
color: var(--mid-blue);
padding: 5px 14px 4px;
border-radius: 12.5px;
background-color: var(--very-light-blue);
}
a.badge--ice-blue,
.badge--ice-blue {
border-radius: 5px;
color: var(--mid-blue);
border: 1px solid var(--ice-blue-Two);
background-color: var(--ice-blue);
}
a.badge--ice-blue-two,
.badge--ice-blue-two {
padding: 2px 14px 2px;
border-radius: 5px;
color: var(--mid-blue);
border: 1px solid var(--mid-blue);
background-color: var(--ice-blue-Two);
}
a.badge--silver-two,
.badge--silver-two {
padding: 2px 14px 2px;
border-radius: 5px;
border: 1px solid var(--silver-Two);
}
a.badge--진행중,
.badge--진행중 {
background-color: var(--darkish-green);
}
a.badge--불가,
.badge--불가 {
background-color: #e1511f;
}
a.badge--장기검토,
.badge--장기검토 {
background-color: #634dc3;
}
a.badge--완료,
.badge--완료 {
background-color: var(--water-blue-two);
}
a.badge--etc,
.badge--etc {
background-color: transparent;
color: inherit;
color: #1c1c1c;
}
a.badge--blue,
.badge--blue {
background-color: var(--mid-blue);
}
a.badge--green,
.badge--green {
background-color: var(--kelly-green);
}
a.badge--teel,
.badge--teel {
background-color: var(--teel);
}

.bage-circle, .bage-circle3, .bage-circle2, .bage-circle1 {
display: inline-block;
padding-top: 1px;
width: 22px;
height: 22px;
border-radius: 22px;
font-size: 13px;
font-weight: 500;
color: #fff;
text-align: center;
}
.flex-box .bage-circle, .flex-box .bage-circle3, .flex-box .bage-circle2, .flex-box .bage-circle1 {
padding: 6px;
}
.bage-circle1 {
background-color: var(--mid-blue);
}
.bage-circle2 {
background-color: #419807;
}
.bage-circle3 {
background-color: var(--red);
}
.bage-circle.small, .small.bage-circle1, .small.bage-circle2, .small.bage-circle3 {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
}
.bage-circle.small i, .small.bage-circle1 i, .small.bage-circle2 i, .small.bage-circle3 i {
font-size: 10px;
}
.bage-circle.large, .large.bage-circle1, .large.bage-circle2, .large.bage-circle3 {
display: flex;
justify-content: center;
align-items: center;
width: 29px;
height: 29px;
}
.bage-circle.large i, .large.bage-circle1 i, .large.bage-circle2 i, .large.bage-circle3 i {
font-size: 10px;
}

.badge2 {
height: 20px;
padding: 4px 10px;
border-radius: 10px;
background-color: #696969;
font-size: 13px;
line-height: 1;
font-weight: bold;
color: #fff;
}
.badge2-- {
background-color: #005591;
}
.badge2-- {
background-color: #e87300;
}
.badge2-- {
background-color: #bd862f;
}
.badge2-- {
background-color: #2f6900;
background-color: #e87300;
background-color: #5b2d00;
background-color: #5b2d00;
background-color: #4e6b71;
background-color: #0b9a7e;
background-color: #696969;
background-color: #bd862f;
background-color: #68007e;
background-color: #e87300;
background-color: #005591;
background-color: #bd862f;
background-color: #005591;
background-color: #696969;
background-color: #0b9a7e;
background-color: #68007e;
background-color: #bd862f;
background-color: #e87300;
background-color: #005591;
background-color: #005591;
background-color: #005591;
background-color: #68007e;
}

.img-type-set {
max-width: 880px;
margin: 0 auto;
}
.img-type-set .bu {
padding: 0;
}
.img-type-set .swiper {
margin: 30px 0;
}
.img-type-set .swiper-slide img {
width: 100%;
}
.img-type-set.mw-none {
max-width: none;
}

.img-type {
position: relative;
background-color: #000;
border-radius: 30px;
overflow: hidden;
}
.img-type .txt {
position: absolute;
top: 31.8%;
left: 0;
width: 100%;
color: #fff;
text-align: center;
z-index: 1;
}
.img-type .txt span {
display: inline-flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0 auto 16px;
height: 33px;
padding: 12px 19px 10px;
border-radius: 15.7px;
border: solid 1px #fff;
font-family: GmarketSans;
font-size: 15.5px;
font-weight: 500;
}
.img-type .txt .tit {
display: block;
font-family: GmarketSans;
font-size: 35px;
font-weight: bold;
}
.img-type .i img {
opacity: 0.6;
vertical-align: top;
}

.subject-catoon {
display: flex;
flex-direction: row;
align-items: center;
gap: 18px;
font-family: GmarketSans;
font-size: 35px;
font-weight: bold;
color: var(--black-three);
}

.copy {
padding-left: 15px;
border-left: 2px solid var(--mid-blue);
font-weight: 500;
}

.opentype {
border-top: 1px solid var(--bd-color);
padding: 20px 0;
}
.opentype dl {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
}
.opentype img {
height: 37px;
vertical-align: top;
}
.page {
width: 210mm;
min-height: 297mm;
margin: 10px auto;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
padding: 1cm;
background: #fff;
}

.waste .table {
border: none;
}
.waste .table table {
width: 100%;
table-layout: fixed;
margin-top: 3px;
border: 1px solid #8ba9c1;
border-top-width: 0;
}
.waste .table table th, .waste .table table td {
border: inherit;
border: 1px solid #8ba9c1;
}
.waste .table table th {
background-color: #c5eafd;
}
.waste .table table thead + tbody td {
border-top-width: 0;
}
.waste .table table.memo {
margin-top: 10px;
}
.waste .table.info {
width: 50%;
margin-top: 0;
overflow: visible;
}
.waste .table.info table {
border: 1px solid #ddd;
border-top-width: 0;
}
.waste .table.info table th, .waste .table.info table td {
border: 1px solid #ddd;
border-left-width: 1px;
}
.waste .table.info table th {
background-color: transparent;
}
.waste .contents h1 {
font-family: 궁서체;
text-align: center;
font-weight: 700;
margin: 20px 0;
}
.waste .bottom {
margin-top: 180px;
text-align: center;
}
.waste .bottom .date {
font-size: 20px;
}
.waste .bottom .sign {
margin: 20px 0;
font-size: 25px;
}

@page {
size: A4;
}
@media print {
.header,
.lnb,
.satisfact,
#sitebug,
footer {
display: none;
}
#content,
#container {
margin: 0;
}
#container main {
width: auto;
float: none;
}
html, body {
width: 210mm;
height: 297mm;
}
.page {
margin: 0;
border: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}
.table table th {
background-color: #c5eafd;
-webkit-print-color-adjust: exact;
}
}
.copyed::before {
content: "복사되었습니다.";
position: fixed;
top: 50%;
left: 50%;
background-color: purple;
color: #fff;
z-index: 99999999;
}
/*# sourceMappingURL=sub.css.map */
