@charset "UTF-8";
@import url("/static/wlfare/css/default.css?v2717");
@import url("/static/jslibrary/bootstrap-datepicker-1.9.0-dist/css/bootstrap-datepicker.standalone.min.css");
@import url("../css/components/ogg.css?v7024");
/* prettier-ignore */
@import url("../../portal/css/components/form.css?v7389");
@import url("../../wlfare/css/components/btn.css?v4274");
@import url("../../wlfare/css/components/table.css?v1779");
@import url("../../wlfare/css/components/sh.css?v2719");
@import url("../../portal/css/components/bdlist.css?v2204");
@import url("../../wlfare/css/components/bdview.css?v3343");
@import url("components/photo.css?v7829");
@import url("../css/components/box.css?v8057");
@import url("/static/portal/css/components/sitemap.css?v1746");
.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;
width: 100%;
}
.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;
}
}
@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;
}

.bu0,
#contents > .bu0 {
margin: 31px 0 14px 0;
padding: 0;
font-size: 22px;
font-weight: bold;
line-height: 1.36;
color: var(--black);
}
.bu0:before,
#contents > .bu0:before {
display: none;
}
.bu0:first-child,
#contents > .bu0:first-child {
margin-top: 35px;
}
.bu0::before,
#contents > .bu0::before {
display: none;
all: unset;
}
.bu0 + p,
#contents > .bu0 + p {
margin-left: 0;
}

/* 1 */
#contents > :is(h3, h4),
.bu1 {
position: relative;
margin: 44px 0 10px 0;
padding-left: 14px;
font-size: 22px;
font-weight: bold;
text-align: left;
color: var(--black);
}
#contents > :is(h3, h4):before,
.bu1:before {
content: "";
position: absolute;
top: 3px;
left: 0;
width: 6px;
height: 23px;
border-radius: 3px;
background: linear-gradient(to top, rgb(47, 55, 67) 65%, rgb(227, 70, 121) 65%);
}
#contents > :is(h3, h4).lh15,
.bu1.lh15 {
line-height: 1.5;
}
#contents > :is(h3, h4).lh15:before,
.bu1.lh15:before {
top: 18px;
}
@media (max-width: 1199px) {
#contents > :is(h3, h4) + p,
.bu1 + p {
margin-left: 20px;
}
}
#contents > :is(h3, h4) + .table,
.bu1 + .table {
border-top-width: 1px;
}
#contents > :is(h3, h4) > a,
.bu1 > a {
font-weight: normal;
}
#contents > :is(h3, h4).no-bull,
.bu1.no-bull {
border-bottom: 1px solid #ddd;
padding-left: 0 !important;
margin-top: 0;
}
#contents > :is(h3, h4).no-bull.str,
.bu1.no-bull.str {
font-family: "GmarketSans", "맑은고딕", "malgun gothic, sans-serif";
font-size: 24px;
color: var(--black);
border: none;
padding-bottom: 19px;
}
#contents > :is(h3, h4).bd-point,
.bu1.bd-point {
border-color: var(--point);
}
#contents > :is(h3, h4).bdbn,
.bu1.bdbn {
border-bottom: none;
}
#contents > :is(h3, h4).img-rt-top,
.bu1.img-rt-top {
margin-top: -11px;
}
@media (max-width: 359px) {
#contents > :is(h3, h4),
.bu1 {
line-height: 1.5;
}
}
#contents > :is(h3, h4) + ul > li,
.bu1 + ul > li {
padding-left: 12px;
position: relative;
}
#contents > :is(h3, h4) + ul > li::before,
.bu1 + ul > li::before {
position: absolute;
top: 10px;
left: 0;
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
background-color: var(--pinkish-grey);
}
#contents > :is(h3, h4) + ul > li + li,
.bu1 + ul > li + li {
margin-top: 4px;
}
#contents > :is(h3, h4) + p, #contents > :is(h3, h4) + ul, #contents > :is(h3, h4) + dl, #contents > :is(h3, h4) + ol,
.bu1 + p,
.bu1 + ul,
.bu1 + dl,
.bu1 + ol {
margin-left: 16px;
}

.bu2 {
font-size: 18px;
color: var(--point);
line-height: 1.88;
}

@media (max-width: 1199px) {
.m1 {
margin-left: 20px;
}
}

.m2 {
margin-left: 34px;
}

.list {
padding-left: 16px;
/*&.type2 {
    li {
        &::before {
            width: 5px;
            height: 5px;
            background: #757575;
        }
    }
}*/
}
.list > li {
padding-left: 12px;
position: relative;
}
.list > li::before {
position: absolute;
top: 10px;
left: 0;
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
background-color: var(--pinkish-grey);
}
.list > li + li {
margin-top: 4px;
}

dl.list {
margin: 0;
}
dl.list dd {
margin-left: 10px;
text-indent: -16px;
padding-left: 16px;
}
dl.list dd:before {
content: "- ";
}

.list-num {
padding-left: 20px;
list-style: decimal;
}
h2 + p + .list-num, h3 + p + .list-num, h4 + .list-num {
margin-bottom: 10px;
}
@media (max-width: 1199px) {
h2 + p + .list-num, h3 + p + .list-num, h4 + .list-num {
margin-left: 20px;
}
}
.list-num.type2 {
padding-left: 25px;
list-style: hangul;
}

p.bu {
padding: 0 0 0 8px;
text-indent: -12px;
padding-left: 12px;
}
p.bu::before {
content: "· ";
}

.bu2 + .bu {
margin-left: 20px;
}
.bu li {
margin: 0;
padding: 0 0 0 8px;
list-style: none;
text-indent: -12px;
padding-left: 12px;
}
.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 .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 .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/wlfare/img/sprite-common.png);
background-position: -80px -305px;
width: 20px;
height: 20px;
}
.help + form {
margin-top: 20px;
}
.help__red:before {
background: url(/static/wlfare/img/sub/ico-help-red.png);
}

.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: "";
}

.bu-dot {
padding-left: 12px;
position: relative;
}
.bu-dot::before {
position: absolute;
top: 10px;
left: 0;
content: "";
width: 5px;
height: 5px;
border-radius: 5px;
background-color: var(--pinkish-grey);
}

#content .bu-bg {
margin-top: 26px;
display: inline-block;
min-width: 80px;
height: 36px;
background-color: var(--point);
color: var(--white) !important;
border-radius: 0 20px 20px 0;
font-size: 18px;
padding: 4px 14px;
}
#content .bu-bg::before {
background: none;
}
#content .bu-bg + p {
margin: 10px 0 0 16px;
position: relative;
}
#content .bu-bg + p::before {
position: absolute;
top: 6px;
left: -14px;
width: 2px;
height: calc(100% - 12px);
content: "";
background-color: #dcdcdc;
}

.bu-check {
margin-top: 16px;
}
.bu-check > li {
position: relative;
padding: 12px 0 12px 36px;
border-bottom: 1px solid #e1e1e1;
font-family: GmarketSans;
letter-spacing: 0.88px;
}
.bu-check > li::before {
content: "";
background: url(/static/wlfare/img/sub/bu-check.png) no-repeat center;
width: 25px;
height: 33px;
position: absolute;
top: 6px;
left: 0px;
}
.bu-check > li + li {
margin-top: 10px;
}

.bu-bar {
position: relative;
padding-left: 10px;
}
.bu-bar::before {
position: absolute;
top: 11px;
left: 2px;
width: 2px;
height: 12px;
background-color: #7d7d7d;
content: "";
}
.bu-bar.point:before {
background-color: var(--point);
}

.lnb {
float: left;
width: 260px;
color: #ffffff;
display: none;
/* prettier-ignore */
}
.lnb a {
display: block;
}
@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(to right, #555c66, #2a323e);
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.on {
border-radius: 10px;
border: solid 1px var(--darkish-pink);
/* prettier-ignore */
}
.lnb__depth1.on + * {
border-top: none;
}
.lnb__depth1.on > a {
border-radius: 8px;
background-color: var(--darkish-pink);
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;
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(--darkish-pink);
}
.lnb__depth2.on > a {
color: var(--darkish-pink);
}
.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(--darkish-pink) !important;
}
.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);
}
.lnb .dp3-ul a::before {
content: "- ";
}

@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;
}
}

#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;
}

.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 {
display: flex;
gap: 5px;
}
.filegroup__box li + li {
margin-top: 5px;
}
.filegroup__box li a i {
vertical-align: middle;
}
.filegroup__box .viewer-link {
display: none;
}
.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/wlfare/img/sprite-common.png);
background-position: -188px -133px;
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 .file-download {
width: calc(100% - 30px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.filegroup .file-name {
max-width: calc(100% - 30px);
}
.filegroup .filegroup-box {
display: none;
position: absolute;
z-index: 10;
right: 0;
width: 280px;
background-color: #fff;
border: 2px solid var(--skyblue);
text-align: left;
font-size: 0.938rem;
border-radius: 0.3125em 0 0.3125em 0.3125em;
}
@media (max-width: 749px) {
.filegroup .filegroup-box {
left: -44px;
}
}
@media (max-width: 359px) {
.filegroup .filegroup-box {
left: -120px;
}
}
.filegroup .filegroup-box h3 {
font-size: 1em;
background-color: var(--skyblue);
color: var(--white) !important;
margin: 0 !important;
padding-left: 10px;
line-height: 1;
padding: 13px 15px !important;
font-weight: 300;
}
.filegroup .filegroup-box h3:before {
display: none;
}
.filegroup .filegroup-box ul {
display: block;
width: 100%;
height: 100%;
padding: 10px;
}
.filegroup .filegroup-box li {
display: block;
display: block;
}
.filegroup .filegroup-box li:before, .filegroup .filegroup-box li:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.filegroup .filegroup-box li + li {
margin-top: 5px;
}
.filegroup .filegroup-box li a i {
vertical-align: middle;
margin-right: 5px;
}
.filegroup .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 .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;
background-image: url(/static/wlfare/img/sprite-common.png);
background-position: -188px -133px;
width: 11px;
height: 11px;
}
.filegroup.request .filegroup-box {
padding-bottom: 10px;
text-align: center;
}
.filegroup.request .filegroup-box h3.none {
height: 30px;
}
.filegroup.request .filegroup-box .file-request {
padding: 15px 10px;
}
.filegroup.request .filegroup-box__close {
height: auto;
}

/*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(--point);
--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;
}
.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 > * {
margin-right: 21px;
}
.pagination > li.prev > *:before {
content: "";
background: url(/static/portal/img/common/paging_prev.png) no-repeat 50% 50%;
}
@media (max-width: 749px) {
.pagination > li.prev > * {
margin-right: 4px;
left: calc(50% - 38px);
}
}
.pagination > li.next > * {
margin-left: 21px;
}
.pagination > li.next > *:before {
content: "";
background: url(/static/portal/img/common/paging_prev.png) no-repeat 50% 50%;
transform: scaleX(-1);
}
@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 {
inset: 0;
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;
}

.visible-pc {
display: none;
}
@media (min-width: 1200px) {
.visible-pc {
display: block;
}
}

.visible-tablet {
display: none;
}
@media (max-width: 1199px) {
.visible-tablet {
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: 28px 0 54px;
}
.tab-nav + .bd-list, .tab-nav + form .bd-list {
margin-top: -21px;
}
.tab-nav ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.tab-nav ul li {
border-bottom: 1px solid var(--pinkish-grey-two);
}
@media (max-width: 749px) {
.tab-nav ul li {
flex-grow: 1;
}
}
.tab-nav ul li a {
display: flex;
justify-content: center;
align-items: center;
justify-items: center;
height: 100%;
padding: 0 6px;
font-size: 22px;
border-right-width: 0;
min-height: 30px;
color: var(--pinkish-grey-two);
text-align: center;
font-weight: 500;
line-height: 1.3;
}
@media (min-width: 750px) {
.tab-nav ul li a {
padding: 10px 16px;
}
}
.tab-nav ul li a.on {
position: relative;
z-index: 1;
color: var(--point);
font-weight: bold;
border-bottom: 2px solid var(--point);
}
@media (min-width: 1200px) {
.tab-nav.lens3 ul li {
width: 33.3333%;
}
.tab-nav.lens2 ul li {
width: 50%;
}
}
.tab-nav.type2 {
margin: 36px 0 54px;
text-align: center;
}
.tab-nav.type2 .wrapper {
display: inline-block;
border-radius: 38px;
border: solid 1px #dfdfdf;
}
.tab-nav.type2 ul {
padding: 10px;
}
.tab-nav.type2 ul li {
border: none;
}
.tab-nav.type2 ul li a {
color: #222121;
border-radius: 38px;
font-size: 16px;
padding: 18px;
min-width: 150px;
min-height: 58px;
line-height: 18px;
}
.tab-nav.type2 ul li a.on {
background-color: var(--point);
color: var(--white);
border: none;
}

.month-schedule-ctrl {
text-align: center;
}
@media (max-width: 749px) {
.month-schedule-ctrl {
padding-left: 10px;
padding-right: 10px;
}
}
.month-schedule-ctrl .calendar-controll {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
padding: 32px 0 30px 0;
}
@media (min-width: 750px) {
.month-schedule-ctrl .calendar-controll {
padding: 32px 30px 66px 30px;
gap: 24px;
}
}
@media (max-width: 749px) {
.month-schedule-ctrl .frm-calendar {
max-width: 186px;
}
}
.month-schedule-ctrl .frm-calendar fieldset {
display: inline-block;
}
.month-schedule-ctrl .frm-calendar select {
padding-right: 26px;
font-size: 20px;
font-weight: 600;
-webkit-appearance: none;
appearance: none;
background: #fff url(/static/wlfare/img/sub/select-arr.png) right 6px center no-repeat;
background-size: auto 8px;
}
.month-schedule-ctrl .frm-calendar select::-ms-expand {
display: none;
}
.month-schedule-ctrl .frm-calendar select.default {
width: 100%;
}
@media (min-width: 750px) {
.month-schedule-ctrl .frm-calendar select.default {
width: 300px;
}
}
.month-schedule-ctrl a {
display: block;
width: 20px;
height: 20px;
background-color: #2e363a;
text-align: center;
border-radius: 50%;
line-height: 18px;
}
.month-schedule-ctrl a::before {
content: " ";
display: inline-block;
width: 6px;
height: 9px;
}
.month-schedule-ctrl a.month-prev::before {
background: url(/static/wlfare/img/sub/ico-prev.png) no-repeat center;
background-size: 100%;
}
.month-schedule-ctrl a.month-next::before {
background: url(/static/wlfare/img/sub/ico-next.png) no-repeat center;
background-size: 100%;
}
.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 {
border: solid 1px #a3a2a9;
border-radius: 10px;
overflow: hidden;
}
.month-schedule table {
width: 100%;
table-layout: fixed;
}
.month-schedule table th {
font-size: 1.125rem;
font-weight: 700;
color: #000;
height: 50px;
border-bottom: 1px solid #a3a2a9;
}
@media (min-width: 750px) {
.month-schedule table th {
/*&::after {
    content: '요일';
}*/
}
}
.month-schedule table td {
position: relative;
padding: 14px 18px;
border-width: 0 0 1px 0;
border: 1px solid var(--round-bdcolor);
height: 140px;
vertical-align: top;
padding: 4px;
}
.month-schedule table td.today {
position: relative;
background-color: #ffeef4;
}
.month-schedule table td.today:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: solid 1px var(--point);
}
@media (max-width: 749px) {
.month-schedule table td {
padding: 8px;
height: auto;
}
}
.month-schedule table td + td {
border-left: 1px solid var(--round-bdcolor);
}
@media (max-width: 749px) {
.month-schedule table td .day {
display: block;
}
}
.month-schedule table td .ico-schedule {
position: relative;
display: inline-block;
vertical-align: top;
}
.month-schedule table td .ico-schedule i {
display: none;
}
@media (max-width: 749px) {
.month-schedule table 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 table td .item {
display: none;
}
@media (min-width: 750px) {
.month-schedule table td .item {
display: block;
}
}
.month-schedule table td .item button {
color: #1071c1;
font-size: 1rem;
font-weight: 500;
text-align: left;
padding-left: 0;
}
.month-schedule table td.sun {
color: var(--point);
}
.month-schedule table td.sat {
color: var(--point);
}

.month-schedule-detail {
display: none;
z-index: 9999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
}
.month-schedule-detail.show {
display: block;
}
.month-schedule-detail__cont {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
width: 100%;
max-width: 460px;
padding: 44px 50px 30px 50px;
border-radius: 10px;
}
@media (min-width: 1200px) {
.month-schedule-detail__cont {
top: 49%;
left: 55%;
}
}
.month-schedule-detail h2 {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
padding-bottom: 22px;
padding-right: 30px;
font-size: 20px;
border-bottom: 1px solid #000;
font-weight: 700;
}
.month-schedule-detail h2:before {
content: " ";
display: inline-block;
width: 20px;
height: 21px;
margin-right: 10px;
background: url(/static/wlfare/img/common/ico-calendar.png) no-repeat center;
background-size: 20px 21px;
}
.month-schedule-detail h2 + .closeBtn {
position: absolute;
top: 46px;
right: 46px;
padding: 4px;
}
.month-schedule-detail h2 + .closeBtn:before {
content: " ";
display: inline-block;
width: 16px;
height: 17px;
background: url(/static/wlfare/img/common/ico-close.png) no-repeat center;
background-size: 16px 17px;
-webkit-filter: grayscale(100%) brightness(0);
filter: grayscale(100%) brightness(0);
}
.month-schedule-detail dl {
padding: 34px 0;
display: flex;
flex-wrap: wrap;
gap: 20px 18px;
}
.month-schedule-detail dl dt {
flex-basis: 40px;
flex-shrink: 0;
font-weight: 800;
letter-spacing: normal;
}
.month-schedule-detail dl dd {
width: calc(100% - 58px);
position: relative;
padding-left: 30px;
font-weight: 400;
line-height: 1.39;
/*&.d {
    margin-top: 5px;
    border-radius: 0.313rem;
    border: 0.063rem solid #ddd;
    background-color: #f6f6f6;
    padding: 22px 38px;
    @include breakpoint($sm) {
        padding: 15px;
    }
}*/
}
.month-schedule-detail dl dd::before {
content: "";
position: absolute;
top: 4px;
left: 0;
width: 1px;
height: 16px;
background: #ddd;
}

@media (max-width: 1199px) {
.month-schedule-list {
display: none;
}
}

.month-schedule-list-m {
display: none;
}
@media (max-width: 1199px) {
.month-schedule-list-m {
margin-top: 30px;
display: block;
}
.month-schedule-list-m h3 {
padding-bottom: 10px;
font-size: 18px;
}
.month-schedule-list-m ul {
border-top: 2px solid var(--bdtopcolor);
}
.month-schedule-list-m ul li button {
display: block;
width: 100%;
padding: 4px;
text-align: left;
/**> i {
    position: absolute;
    left: 10px;
    top: 10px;
}
span {
    display: block;
    em {
        color: #222222;
        display: block;
    }
}*/
}
}

/* prettier-ignore */
.link {
position: relative;
color: var(--point);
display: inline-block;
margin-right: 5px;
margin-left: 5px;
vertical-align: baseline;
text-indent: 0;
word-break: break-all;
}
.link::before {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 1px;
background-color: var(--point);
}
.link [class^=ico] {
vertical-align: middle;
}
.link.self::after {
content: "\f24d";
font-family: "FontAwesome", "dotum", Helvetica, Arial, sans-serif;
margin-left: 5px;
}
.link.blank::after {
content: "\f08e";
font-family: "FontAwesome", "dotum", Helvetica, Arial, sans-serif;
margin-left: 5px;
}
.link.down::after {
content: "\f019";
font-family: "FontAwesome", "dotum", Helvetica, Arial, sans-serif;
margin-left: 5px;
}

.ma {
margin: 0 auto;
}

a.blank {
margin: 0;
color: #175ebe;
vertical-align: bottom;
border-bottom: 1px solid #175ebe;
white-space: nowrap;
}
a.blank.wba {
word-break: break-all;
white-space: normal;
}
a.blank::after {
content: "";
margin-left: 6px;
display: inline-block;
width: 12px;
height: 12px;
background-image: url(/static/portal/img/sprite-common.png?20241017163355);
background-position: -470px -497px;
width: 12px;
height: 12px;
transform: translateY(2px);
}

@media (min-width: 750px) {
.md\:w150 {
width: 150px;
}
}

.agg-txt {
margin: 20px 0 15px;
padding: 30px;
overflow-y: auto;
max-height: 126px;
border-radius: 10px;
background-color: #f5f5f9;
}

/* 컨텐츠 공통 스타일 */
.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;
}

.list-circle {
counter-reset: circle 0;
}
.list-circle > li {
position: relative;
padding-left: 30px;
line-height: 1.88;
}
.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;
}

.banner {
overflow: hidden;
margin-top: 50px;
border-radius: 15px;
font-size: 0;
}

strong.green {
color: #398308;
}

strong.mid-blue {
color: var(--mid-blue);
}

.large {
font-size: 1.167em;
letter-spacing: -1px;
}

.pink {
color: var(--point);
}

.bold {
font-weight: 800;
}

/* 검색창 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;
}
}
.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 .bd-toggle {
border-top: 1px solid var(--bd-top);
}
.bd-toggle .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 .bd-toggle__subject {
display: block;
}
}
.bd-toggle .bd-toggle__subject h3 {
font-size: 20px;
cursor: pointer;
}
.bd-toggle .bd-toggle__subject p > span + span {
position: relative;
padding-left: 30px;
}
@media (max-width: 749px) {
.bd-toggle .bd-toggle__subject p > span + span {
padding-left: 0;
display: block;
}
}
.bd-toggle .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 .bd-toggle__subject p > span + span::before {
display: none;
}
}
.bd-toggle .bd-toggle__cont {
max-width: 1024px;
margin: 0 auto 50px;
padding-top: 22px;
}
.bd-toggle .bd-toggle__cont .table {
margin: 15px 20px 0;
}
.bd-toggle .bd-toggle__cont .table th,
.bd-toggle .bd-toggle__cont .table td {
word-break: keep-all;
}
.bd-toggle .bd-toggle__cont > h4 {
position: relative;
margin: 44px 0 10px 0;
padding-left: 14px;
font-size: 22px;
font-weight: bold;
text-align: left;
color: var(--black);
margin: 28px 0 10px;
}
.bd-toggle .bd-toggle__cont > h4:before {
content: "";
position: absolute;
top: 3px;
left: 0;
width: 6px;
height: 23px;
border-radius: 3px;
background: linear-gradient(to top, rgb(47, 55, 67) 65%, rgb(227, 70, 121) 65%);
}
.bd-toggle .bd-toggle__cont > h4.lh15 {
line-height: 1.5;
}
.bd-toggle .bd-toggle__cont > h4.lh15:before {
top: 18px;
}
.bd-toggle .bd-toggle__cont > h4 + h5 {
margin-top: 0;
}
@media (max-width: 749px) {
.bd-toggle .bd-toggle__cont > h4 span {
display: block;
}
}
.bd-toggle .bd-toggle__cont > h4 + p + .bu {
margin-left: 20px;
}
.bd-toggle .bd-toggle__cont > h5 {
margin: 30px 0 6px 20px;
font-size: 16px;
}
.bd-toggle .bd-toggle__cont > h5 + p, .bd-toggle .bd-toggle__cont > h5 + .bu {
margin-left: 20px;
}
.bd-toggle .bd-toggle__cont > h6 + p {
padding: 0;
}
.bd-toggle .bd-toggle__cont .bu .bull li {
margin-left: 0;
text-indent: 0;
}
.bd-toggle .bd-toggle__cont p + p {
padding-top: 34px;
}

/*.img-box {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    &.ovx {
        overflow: auto;
        img {
            @include breakpoint($sm) {
                max-width: 781px;
            }
        }
    }
}*/
@media (max-width: 749px) {
.colon {
display: block;
padding-left: 8px;
text-indent: -8px;
}
}
.colon::before {
content: ":";
margin: 0 2px;
}

.dept-name-card {
margin: 20px 0 40px;
padding: 15px;
display: grid;
grid-template-columns: 85px auto;
gap: 10px;
border-radius: 10px;
background-color: var(--ice-blue);
}
@media (min-width: 750px) {
.dept-name-card {
padding: 30px;
gap: 33px;
}
}
.dept-name-card .i img {
width: 100%;
aspect-ratio: 85/102;
border-radius: 5px;
border: solid 1px #dddde8;
background-color: #fff;
overflow: hidden;
object-fit: scale-down;
}
.dept-name-card dl {
padding-top: 6px;
display: flex;
font-size: 18px;
font-weight: 500;
}
@media (max-width: 749px) {
.dept-name-card dl {
flex-direction: column;
}
}
@media (min-width: 750px) {
.dept-name-card dl {
flex-direction: row;
gap: 50px;
}
}
.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);
}

/* 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.badge-title {
margin-bottom: 15px;
}

.title-set {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 50px;
}
.title-set .title {
font-size: 24px;
}
.title-set i {
width: 1px;
height: 19px;
background-color: var(--light-blue-grey);
}
.title-set .sub-title {
font-size: 24px;
font-weight: bold;
}

.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;
}
.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;
}

.bd-list-wrap {
display: flex;
flex-direction: column;
}
.bd-list-wrap + .bd-list {
margin-top: 0;
}
.bd-list-wrap .right-side-button {
order: 1;
}
.bd-list-wrap .tab-nav {
order: 2;
margin: 20px 0 0;
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-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;
}
p.help + .table,
p.help + .bd-list {
margin-top: 15px;
}
.table + p.help,
.bd-list + p.help {
margin-top: 15px;
}
.table .right-side-button,
.bd-list .right-side-button {
position: absolute;
top: -10px;
left: 0;
}
.table tr.total,
.bd-list tr.total {
background-color: var(--ice-blue);
}
.table tr td.top,
.bd-list tr td.top {
border-top: none;
}
.table tr td.align-left,
.bd-list tr td.align-left {
flex-direction: column;
}
.table tr td .black,
.bd-list tr td .black {
color: var(--black);
}
.table tr td .red,
.bd-list tr td .red {
color: var(--orange-red);
}
.table tr td .mid-blue,
.bd-list tr td .mid-blue {
color: var(--mid-blue);
}
.table tr td .steel,
.bd-list tr td .steel {
color: var(--steel);
}

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 label.gl {
gap: 30px;
}

.badge-info-list li {
display: inline-block;
margin-right: 40px;
}
.badge-info-list li:last-child {
margin-right: 0;
}

.text-box ul.bu > li {
margin-bottom: 25px;
}
.text-box ul.bu > li:last-child {
margin-bottom: 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::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;
}
}

#content .result-tit {
font-family: GmarketSans;
font-size: 34px;
font-weight: bold;
text-align: center;
font-weight: 900;
letter-spacing: 1px;
margin: 32px 0 20px 0;
}

.map_dong {
overflow: hidden;
border: 1px solid #e4e4e4;
border-radius: 10px;
position: relative;
background: url(/static/wlfare/img/sub/circle-gray.png) no-repeat center 310px;
}
.map_dong__tit {
padding: 34px 20px;
background-color: #7e838a;
font-family: GmarketSans;
color: #fff;
text-align: center;
font-size: clamp(24px, 4vw, 30px);
font-weight: 900;
line-height: 1.4;
}
.map_dong__tit .small {
font-size: clamp(18px, 3.2vw, 24px);
font-weight: 500;
}
.map_dong .t-box {
position: relative;
margin: 20px auto 0;
width: 90%;
max-width: 320px;
padding: 20px 20px 10px 30px;
font-family: GmarketSans;
font-size: clamp(14px, 2.1vw, 16px);
font-weight: 500;
color: #2b333e;
line-height: 1.63;
border: 1px solid #7e838a;
border-radius: 40px;
background: #fff;
}
@media (max-width: 749px) {
.map_dong .t-box {
padding: 20px 10px 10px 20px;
}
}
@media (min-width: 1200px) {
.map_dong .t-box {
position: absolute;
top: 32px;
left: calc(50% + 222px);
transform: translateX(-50%);
}
}
.map_dong .t-box:before {
position: absolute;
bottom: -21px;
right: 20%;
content: "";
background: url(/static/wlfare/img/sub/text-box.png) no-repeat center;
width: 40px;
height: 21px;
}
.map_dong .svg_map {
position: relative;
max-width: 514px;
margin: 0 auto;
padding-bottom: 42px;
}
.map_dong .svg_map__outline {
pointer-events: none;
fill: transparent;
stroke: #4d4d4d;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
.map_dong .svg_map__item {
cursor: pointer;
fill: #ffffff;
stroke: #4d4d4d;
stroke-miterlimit: 10;
}
.map_dong .svg_map__item.active {
fill: #ffecf4;
}
.map_dong .svg_map__text {
pointer-events: none;
fill: #2b2b2b;
font-weight: 600;
letter-spacing: -1px;
font-size: 14px;
}
.map_dong .svg_map__text .active {
font-size: 16px;
fill: var(--point);
font-weight: 900;
}
.map_dong__item {
display: none;
}
.map_dong__item.on {
display: block;
}
.map_dong__item:focus {
outline-color: red;
}

#contents .bu1.bull {
padding-left: 21px;
}
#contents .bu1.bull:before {
top: 9px;
}
@media (min-width: 1200px) {
#contents .bu1.bull:before {
top: 3px;
}
}

.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__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;
}
}
.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;
}
@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: calc(25% - 20px);
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 {
flex-basis: calc(50% - 20px);
margin-bottom: 30px;
}
.flex-box__item:nth-child(even) {
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: 28px;
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 {
/*    @include flex-center;
    padding: 60px 25px 25px;
    border: 1px solid #e1e3ee;
    border-radius: 10px;
    background-color: var(--ice-blue);
    @include breakpoint($lg) {
        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;
}
@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;
}
}

/* bar */
.bar-pink::before {
content: "";
display: block;
width: 50px;
height: 3px;
margin-bottom: 18px;
border-radius: 2px;
background-color: var(--darkish-pink);
}

/* #contents tab */
.tab {
padding: 0 10px 10px;
margin-bottom: 84px;
}
.tab__list {
display: flex;
flex-wrap: wrap;
gap: 30px 10px;
}
.tab__btn {
position: relative;
flex-grow: 1;
flex-shrink: 0;
}
.tab__btn button {
display: block;
width: 142px;
height: 48px;
padding: 8px;
margin: 0 auto;
font-family: GmarketSans;
font-size: 22px;
text-align: center;
color: #303030;
}
.tab__btn.on > button, .tab__btn:hover > button {
outline: solid 1px var(--darkish-pink);
border-radius: 24px;
box-shadow: 0 0 6px 0 rgba(227, 70, 121, 0.25);
font-weight: 800;
color: var(--darkish-pink);
}
.tab__btn.on > button:after, .tab__btn:hover > button:after {
content: "";
position: absolute;
left: calc(50% - 4px);
bottom: -16px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: var(--darkish-pink);
outline: 3px red;
outline: solid 3px var(--light-pink);
}
.tab__btn:before {
content: "";
position: absolute;
left: 0;
bottom: -12px;
width: 100%;
height: 2px;
background: url(/static/wlfare/img/sub/line-dash.png) 0 0;
background-size: 1080px 2px;
}

/* GB-J-01 */
.greeting {
position: relative;
}
@media (min-width: 1200px) {
.greeting {
padding: 0 40px 0 50px;
}
}
.greeting__img {
text-align: right;
}
.greeting__tit {
font-size: clamp(36px, 4vw, 46px);
font-weight: 400;
line-height: 1.31;
letter-spacing: -0.8px;
color: var(--black);
margin-top: -60px;
}
@media (min-width: 1200px) {
.greeting__tit {
margin-top: -252px;
}
}
.greeting__text {
padding-top: 50px;
line-height: 1.69;
}
.greeting__text p + p {
margin-top: 28px;
}
.greeting .bold {
font-weight: bold;
}

/* GB-J-02 */
.history {
display: none;
}
.history.on {
display: block;
}
.history__tit {
margin-bottom: 10px;
font-family: GmarketSans;
font-size: clamp(30px, 5.8vw, 44px);
line-height: 1.2;
letter-spacing: 0.4px;
color: #222121;
}
@media (min-width: 750px) {
.history__tit {
padding-left: 30px;
margin-bottom: 44px;
}
}
.history__tit .light {
display: block;
font-weight: 200;
}
.history__box {
display: none;
position: relative;
}
.history__box .big {
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 0;
font-family: GmarketSans;
font-size: clamp(60px, 8vw, 120px);
font-weight: 800;
color: #f6f6f6;
z-index: -1;
}
.history__cont {
display: flex;
gap: 14px;
max-width: 680px;
padding: 12px 0 16px 0;
border-top: 1px solid var(--bd-top);
}
@media (min-width: 750px) {
.history__cont {
margin: 0px 70px 0px auto;
}
}
.history__cont .tit {
flex-basis: 80px;
width: 20%;
flex-shrink: 0;
font-family: GmarketSans;
font-size: clamp(22px, 4vw, 30px);
font-weight: 800;
color: #ababab;
}
.history__cont > ul {
flex-grow: 1;
}
.history__cont > ul > li {
display: flex;
padding-top: 6px;
margin-bottom: 14px;
font-family: SUIT;
}
@media (min-width: 750px) {
.history__cont > ul > li {
margin-bottom: 30px;
}
}
.history__cont .month {
flex-basis: 36px;
margin-top: 2px;
font-size: clamp(22px, 3.7vw, 28px);
font-weight: 900;
line-height: 0.89;
color: var(--darkish-pink);
}
.history__cont .txt {
padding-top: 2px;
margin-left: 8px;
font-size: clamp(16px, 2.6vw, 20px);
line-height: 1.3;
}
.history__cont .txt > li + li {
margin-top: 6px;
}

/* GB-J-04 */
.step-wrap {
margin-top: 62px;
}
.step-wrap .img-box {
padding: 8px 0 18px 0;
margin-left: 26px;
}
.step-wrap .img-box .pc-tablet {
display: none;
}
@media (min-width: 750px) {
.step-wrap .img-box .pc-tablet {
display: block;
}
}
.step-wrap .img-box .mobile {
display: none;
}
@media (max-width: 749px) {
.step-wrap .img-box .mobile {
display: block;
}
}

/* GB-J-05 */
.map {
background-color: #ddd;
height: 412px;
}

.info-way {
display: flex;
position: relative;
}
@media (max-width: 749px) {
.info-way {
flex-direction: column;
}
}
@media (min-width: 750px) {
.info-way {
gap: 40px;
}
}
@media (min-width: 1200px) {
.info-way {
gap: 66px;
}
}
@media (min-width: 750px) {
.info-way::before {
position: absolute;
content: "";
background-color: var(--round-bdcolor);
left: calc(50% + 20px);
top: 44px;
width: 1px;
height: calc(100% - 44px);
}
}
.info-way .bu1 {
margin: 30px 0px 10px 0;
}
.info-way > div {
line-height: 1.52;
word-break: break-all;
}
@media (min-width: 750px) {
.info-way > div {
width: 50%;
padding: 0 20px;
}
}
.info-way__left > div {
display: flex;
gap: 4px 20px;
padding-top: 6px;
}
@media (max-width: 749px) {
.info-way__left > div {
flex-wrap: wrap;
}
}
.info-way__left > div li + li {
margin-top: 4px;
}
.info-way__left > div + div {
padding-top: 20px;
}
@media (min-width: 750px) {
.info-way__left > div + div {
padding-top: 24px;
}
}
@media (min-width: 750px) {
.info-way__left .subway ul {
margin-top: 14px;
}
}
.info-way .ico {
display: flex;
justify-content: center;
align-items: center;
min-width: 64px;
height: 64px;
border: 1px solid var(--round-bdcolor);
padding: 10px;
border-radius: 10px;
}
.info-way .ico + ul {
padding-top: 4px;
}
.info-way .subway-line {
display: inline-block;
color: var(--white);
min-width: 22px;
line-height: 22px;
text-align: center;
background-color: #222121;
font-weight: 800;
border-radius: 50%;
margin: 0 2px;
}
.info-way .subway-line.round {
padding: 0 10px;
border-radius: 12px;
}
.info-way .list {
margin-left: 0;
padding: 2px 0 0;
line-height: 1.62;
}

.agg-txt {
margin: 20px 0 15px;
padding: 30px;
overflow-y: auto;
max-height: 126px;
border-radius: 10px;
background-color: #f5f5f9;
}

.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;
align-items: center;
font-weight: 900;
padding: 11px;
border-radius: 5px;
background-color: #efeff5;
border: solid 1px transparent;
}
@media (min-width: 750px) {
.survey__label-list label {
justify-content: center;
}
}
.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;
}

.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;
border-radius: 5px 5px 0 0;
background-color: #f2f7fb;
font-size: 18px;
padding: 14px 10px;
vertical-align: top;
color: #000;
font-weight: 300;
}
@media (min-width: 1200px) {
.calendar .calendar-list tbody td {
height: 110px;
}
}
.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;
flex-wrap: wrap;
gap: 6px 15px;
}
@media (min-width: 750px) {
.admin-set .satisfact .radio-group {
display: grid;
grid-auto-flow: column;
}
}
.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;
grid-template-columns: 69px auto;
gap: 34px;
padding-bottom: 37px;
margin-bottom: 50px;
border-bottom: 2px solid var(--black);
}
@media (min-width: 1200px) {
.login-info {
padding-left: 83px;
padding-right: 83px;
}
}

.login-form {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 10.416%;
}
@media (min-width: 1200px) {
.login-form {
max-width: calc(100% - 120px);
margin: 0 auto;
}
}
.login-form .i1 {
flex-basis: 38.5416666667%;
}
.login-form .i2 {
flex-basis: 51.0416666667%;
}
.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;
}

.auth-box {
display: grid;
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: 77px;
}
.join-step li {
position: relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
}
.join-step li + li::before {
content: "";
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;
}
.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;
border-bottom: 1px solid var(--bdcolor);
}
.join-step-1 ul {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 56px;
}
.join-step-1 a {
padding: 46px 49px 29px;
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__footer {
margin-top: 20px;
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
font-weight: bold;
gap: 20px;
}
.agg__footer strong {
color: var(--blue);
}

.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;
gap: 10px;
}
@media (max-width: 749px) {
.join-pw-chanege__form dl {
flex-direction: column;
}
}
.join-pw-chanege__form dt {
flex-shrink: 0;
font-weight: bold;
}
@media (min-width: 750px) {
.join-pw-chanege__form dt {
padding-top: 6px;
flex-basis: 140px;
}
}
.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;
text-align: center;
border-radius: 10px;
background-color: var(--ice-blue);
}
@media (min-width: 750px) {
.pw-check {
padding: 60px 50px;
}
}
@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 {
background-image: url(/static/portal/img/member/step_left_on_m.png), url(/static/portal/img/member/step_right_on.png);
}
.step li + li.on::before {
display: none;
}
.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 {
text-indent: -16px;
margin: 4px 0 4px 13px;
}
.required-text::before {
content: "\f06a";
font-family: "FontAwesome", "dotum", Helvetica, Arial, sans-serif;
margin-right: 5px;
}

span.border {
width: 100%;
height: 1px;
background-color: var(--bdcolor);
display: block;
margin-top: 20px;
margin-bottom: 20px;
}
span.border:before, span.border:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

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);
}

.badge {
display: inline-block;
padding: 5px;
border-radius: 5px;
line-height: 1;
color: #fff;
font-size: 14px;
background-color: var(--steel);
text-align: center;
}
.bd-list .badge {
min-width: 70px;
}
.bd-view .badge {
padding-left: 15px;
padding-right: 15px;
margin-right: 5px;
}
.flex-box .badge {
padding: 8px 10px 6px;
}
.badge--ing {
background-color: #fff;
color: #000;
border: 1px solid var(--bdcolor);
}
.badge--end {
background-color: var(--mid-blue);
}
.badge--end2 {
background-color: var(--blue-green);
}
.badge--adm {
background-color: #fff;
color: #000;
border: 1px solid var(--bdcolor);
}
.badge--move {
color: #000;
background-color: #fff;
}
.badge--info {
color: var(--mid-blue);
padding: 5px 14px 4px;
margin-right: 10px;
border-radius: 12.5px;
background-color: var(--very-light-blue);
}
.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);
}
.badge--silver-two {
padding: 2px 14px 2px;
border-radius: 5px;
border: 1px solid var(--silver-Two);
}
.badge--진행중 {
background-color: var(--darkish-green);
}
.badge--불가 {
background-color: #e1511f;
}
.badge--장기검토 {
background-color: #634dc3;
}
.badge--완료 {
background-color: var(--water-blue-two);
}
.badge--etc {
background-color: transparent;
color: inherit;
color: #1c1c1c;
}
.badge--green {
background-color: var(--kelly-green);
}

.bage-circle, .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-circle2, .flex-box .bage-circle1 {
padding: 6px;
}
.bage-circle1 {
background-color: var(--mid-blue);
}
.bage-circle2 {
background-color: #419807;
}
.bage-circle.small, .small.bage-circle1, .small.bage-circle2 {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
}
.bage-circle.small i, .small.bage-circle1 i, .small.bage-circle2 i {
font-size: 10px;
}

.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;
}
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 */
