@charset "UTF-8";
@import url("/static/dong/css/default.css?v5660");
@import url("/static/jslibrary/bootstrap-datepicker-1.9.0-dist/css/bootstrap-datepicker.standalone.min.css");
/* prettier-ignore */
@import url("components/form.css?v5051");
@import url("components/btn.css?v209");
@import url("components/table.css?v8460");
@import url("components/sh.css?v2050");
@import url("components/bdlist.css?v8502");
@import url("components/bdview.css?v8318");
@import url("components/dong.css?v4755");
@import url("components/photo.css?v1846");
@import url("components/box.css?v7611");
@import url("components/content.css?v1576");
@import url("/static/portal/css/components/sitemap.css?v2145");
.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/dong/img/sprite-common.png);
background-position: -219px -65px;
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/dong/img/sprite-common@2x.png);
background-size: 478px 425px;
}
}

@keyframes tableScrollAni {
0% {
left: 46%;
opacity: 0.2;
}
50% {
left: 54%;
opacity: 1;
}
100% {
left: 46%;
opacity: 0.2;
}
}
#contents > h3 + h4 {
margin-top: 0px;
}

#contents > h3,
.bu0,
#contents > .bu0 {
margin: 31px 0 14px 0;
padding: 0;
font-size: 22px;
font-weight: bold;
line-height: 1.36;
color: var(--black);
}
#contents > h3:first-child,
.bu0:first-child,
#contents > .bu0:first-child {
margin-top: 35px;
}
#contents > h3::before,
.bu0::before,
#contents > .bu0::before {
content: "";
display: inline-block;
margin-right: 7px;
width: 24px;
height: 14px;
background: url(/static/dong/img/common/h3_bu@2x.png) no-repeat center center/24px auto;
}
#contents > h3 + p,
.bu0 + p,
#contents > .bu0 + p {
margin-left: 0;
}

/* 1 */
.h2,
#contents .bu1 {
position: relative;
margin: 28px 0 15px 0;
padding-left: 20px;
font-size: 18px;
font-weight: bold;
text-align: left;
color: var(--black);
margin-bottom: 10px;
}
.h2:before,
#contents .bu1:before {
position: absolute;
top: 9px;
left: 0;
content: "";
width: 12px;
height: 12px;
border-radius: 12px;
border: solid 3px var(--mid-blue);
}
.h2.lh15,
#contents .bu1.lh15 {
line-height: 1.5;
}
.h2.lh15:before,
#contents .bu1.lh15:before {
top: 18px;
}
.h2 + p, .h2 + ul, .h2 + dl, .h2 + ol,
#contents .bu1 + p,
#contents .bu1 + ul,
#contents .bu1 + dl,
#contents .bu1 + ol {
margin-left: 20px;
}
@media (max-width: 1199px) {
.h2 + p,
#contents .bu1 + p {
margin-left: 20px;
}
}
.h2 + .table,
#contents .bu1 + .table {
border-top-width: 1px;
}
.h2 > a,
#contents .bu1 > a {
font-weight: normal;
}
.h2.no-bull,
#contents .bu1.no-bull {
border-bottom: 1px solid #ddd;
padding-left: 0 !important;
margin-top: 0;
}
.h2.no-bull.str,
#contents .bu1.no-bull.str {
font-family: "GmarketSans", "맑은고딕", "malgun gothic, sans-serif";
font-size: 24px;
color: var(--black);
border: none;
padding-bottom: 19px;
}
.h2.bd-point,
#contents .bu1.bd-point {
border-color: var(--point);
}
.h2.bdbn,
#contents .bu1.bdbn {
border-bottom: none;
}
.h2 + h3,
#contents .bu1 + h3 {
margin-top: 12px;
}
.h2.img-rt-top,
#contents .bu1.img-rt-top {
margin-top: -11px;
}
@media (max-width: 359px) {
.h2,
#contents .bu1 {
line-height: 1.5;
padding: 6px 0 10px 24px;
}
}

/* 2 */
#contents > h4 {
font-size: 18px;
color: #009b97;
}
#contents > h4::before {
content: "";
display: inline-block;
margin-left: 10px;
margin-right: 7px;
width: 14px;
height: 14px;
background: url(/static/dong/img/common/h4_bu@2x.png) no-repeat center center/14px auto;
}

.bu2 {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .bu2 {
margin-top: 10px;
}
.bu2 + p, .bu2 + ul {
margin-top: -6px;
}
.row .bu2 {
margin-top: 0;
}
.bu2 + .n + .list-num, .bu2 + .list-num {
margin-left: 11px;
}
.bu2 > span {
font-size: 16px;
font-weight: normal;
}
.bu2.point {
color: var(--point);
}
/* 3 */
#contents > h5,
.bu3 {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
margin: 12px 0 12px 16px;
font-weight: normal;
text-indent: 0 !important;
}
#contents > h5:before,
.bu3:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
#contents > h5 + .table,
.bu3 + .table {
margin-top: 0;
}

/* 4 */
#contents > h6,
.bu4,
.list2 > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
}
#contents > h6:before,
.bu4:before,
.list2 > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}

.bu5 {
font-size: 1em;
padding-left: 38px;
}
.bu5::before {
content: "- ";
margin-right: 5px;
}

#contents .table + p, #contents .table + ul, #contents .table + ol {
margin-top: 20px;
}

@media (min-width: 750px) {
.m1 {
margin-left: 20px;
}
}

.m2 {
margin-left: 34px;
}

.list > li {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .list > li {
margin-top: 10px;
}
.list > li + p, .list > li + ul {
margin-top: -6px;
}
.list > li > strong {
color: var(--point);
}
.list > li > ul {
margin-left: -22px;
}
.list > li > ul.has-link li {
margin-bottom: 10px;
}
.list > li > ul.has-link li::before {
top: 8px;
}
.list > li > ul > li {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
margin-left: 0;
}
.list > li > ul > li:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.list > li > ul > li > ul li,
.list > li > ul > li > ol li {
text-indent: -12px;
padding-left: 12px;
}
.list > li > ul > li > ul li:before,
.list > li > ul > li > ol li:before {
content: "· ";
display: inline;
}
.list > li > ul.none li:before {
display: none;
}
.list > li > ul.number li {
text-indent: -20px;
padding-left: 20px;
}
.list > li > ul.number li:before {
display: none;
}
.list > li .mw {
margin-left: -34px;
}
.list > li + li {
margin-top: 5px;
}
.list .table {
margin-top: 5px;
margin-bottom: 0;
}
.list [class^=b-] {
min-height: inherit;
/* &.b-down{
	margin:-3px 0 0 0;
	padding:4px 8px;
} */
}

dl.list {
margin: 0;
}
dl.list dt {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
dl.list dt:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
dl.list dd {
margin-left: 10px;
text-indent: -16px;
padding-left: 16px;
}
dl.list dd:before {
content: "- ";
}

.list2 {
margin-top: 10px;
margin-left: 0;
margin-bottom: 15px;
}
h3 + .list2, h4 + .list2 {
margin-left: 25px;
}
.list2 > li {
margin-left: 0;
}
.list2 > li + li {
margin-top: 4px;
}
.list2 > li ul li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}
.list2 > li ul li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}
.list2 > li.none::before {
content: none;
}
dd .list2 {
margin-top: 0;
}

.list-num {
padding-left: 20px;
list-style: decimal;
}
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;
}

.list-dot > li {
position: relative;
padding-left: 10px;
}
.list-dot > li::before {
position: absolute;
top: 10px;
left: 0;
content: "";
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--point);
}
.list-dot.type2 li::before {
width: 5px;
height: 5px;
background: #757575;
}

.list-bu2 > li {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
}
h3 + .list-bu2 > li {
margin-top: 10px;
}
.list-bu2 > li + p, .list-bu2 > li + ul {
margin-top: -6px;
}
.list-bu2 > li strong {
color: var(--point);
font-weight: 500;
}
.list-bu2 > li > ul > li {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
margin-left: 0;
}
.list-bu2 > li > ul > li:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}

.list-bu3 {
margin-bottom: 17px;
}
.list-bu3 > li {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.list-bu3 > li:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.list-bu3 > li > ul {
margin-left: 0;
}
.list-bu3 > li > ul > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
margin-left: 0;
}
.list-bu3 > li > ul > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}

.list-bu4 > li {
position: relative;
padding-left: 14px;
font-size: 16px;
margin-left: 25px;
}
.list-bu4 > li:before {
content: "";
width: 6px;
height: 6px;
border-radius: 3px;
background: var(--skyblue);
position: absolute;
left: 0;
top: 10px;
}

.list-bu5 > li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}
.list-bu5 > li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}

.list-dash li {
margin-left: 13px;
text-indent: -8px;
word-break: keep-all;
}

p.bu {
padding: 0 0 0 8px;
text-indent: -12px;
padding-left: 12px;
}
p.bu::before {
content: "· ";
}

.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 li li li::before {
content: "";
display: none;
}
.bu .none li:before {
display: none;
}
.bu--l li + li {
margin-top: 8px;
}
.bu dt {
margin: 0;
padding: 0 0 0 8px;
list-style: none;
text-indent: -12px;
padding-left: 12px;
}
.bu dt::before {
content: "· ";
}
.bu .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/dong/img/sprite-common.png);
background-position: -390px -160px;
width: 20px;
height: 20px;
}
.help + form {
margin-top: 20px;
}

.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: "";
}

.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(120deg, #009b96, #2264c2);
background-size: cover;
line-height: 1;
text-align: center;
}
.lnb__title span {
display: block;
font-family: Montserrat;
font-size: 14px;
font-weight: 500;
color: #fff;
}
.lnb__title em {
display: block;
margin: 9px 0 0;
font-family: GmarketSans;
font-size: 28px;
font-weight: bold;
color: #fff;
}
.lnb nav > ul {
margin-top: 15px;
border-bottom: 1px solid #e1e1e1;
}
.lnb__depth1 {
border-top: 1px solid #e1e1e1;
}
.lnb__depth1 > a {
display: block;
position: relative;
min-height: 58px;
padding: 20px 48px 16px 35px;
font-family: GmarketSans;
font-size: 17px;
font-weight: 500;
color: #303030;
}
.lnb__depth1 > a::after {
content: "";
position: absolute;
right: 23px;
top: 19px;
width: 19px;
height: 19px;
border-radius: 20px;
background-color: #eef3f4;
}
.lnb__depth1 > a::before {
content: "";
position: absolute;
top: 25px;
right: 26px;
width: 12px;
height: 8px;
background: url('data:image/svg+xml;utf8,<svg fill="%23949494"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="8px"><path fill-rule="evenodd"   d="M10.601,0.374 L6.000,4.778 L1.400,0.374 L0.000,1.713 L6.000,7.459 L12.000,1.713 L10.601,0.374 Z"/></svg>') center center no-repeat;
background-size: 9px auto;
z-index: 1;
transform: rotate(0);
transition: 0.5s;
}
.lnb__depth1.on {
border-radius: 10px;
border: solid 1px #2164c1;
/* prettier-ignore */
}
.lnb__depth1.on + * {
border-top: none;
}
.lnb__depth1.on > a {
border-radius: 8px;
background-image: linear-gradient(120deg, #2164c1, #007dd8);
font-family: GmarketSans;
font-size: 17px;
font-weight: bold;
color: #fff;
}
.lnb__depth1.on > a::after {
display: none;
}
.lnb__depth1.on > a::before {
background: url('data:image/svg+xml;utf8,<svg fill="%23fff"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12px" height="8px"><path fill-rule="evenodd"   d="M10.601,0.374 L6.000,4.778 L1.400,0.374 L0.000,1.713 L6.000,7.459 L12.000,1.713 L10.601,0.374 Z"/></svg>') center center no-repeat;
background-size: 9px auto;
transform: rotate(-180deg);
}
.lnb__depth1.on .dp2 {
display: block;
}
.lnb__depth2 > a {
display: block;
margin-bottom: -1px;
padding: 7px 7px 7px 35px;
line-height: 1.2;
font-family: GmarketSans;
font-size: 16px;
font-weight: 500;
color: var(--black-two);
}
.lnb__depth2 > a::before {
content: "· ";
}
.lnb__depth2 > a:hover, .lnb__depth2 > a:focus {
color: var(--water-blue);
}
.lnb__depth2.on > a {
color: var(--water-blue);
}
.lnb .on > .dp2-ul {
display: block;
}
.lnb .dp2-ul {
display: none;
position: relative;
padding: 15px 0 24px;
}
.lnb .dp2-ul > li.on .dp3 {
display: block;
}
.lnb .dp2-ul .on > a {
color: var(--mid-blue) !important;
}
.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 .file-list {
display: flex;
}
@media (max-width: 749px) {
.file-lists .item .file-list {
flex-direction: column;
}
}
.file-lists .item .file-list > div {
flex-basis: 50%;
}
@media (max-width: 749px) {
.file-lists .item .file-list > div {
flex-basis: 100%;
}
}
.file-lists .item .viewer-link {
margin-right: 10px;
padding: 0 7px 0;
background-color: var(--steel);
color: #fff;
font-size: 12px;
line-height: 2;
}
.file-lists .item .b-viewer {
display: inline-flex;
width: auto;
gap: 3px;
padding: 7px;
height: auto;
font-size: 12px;
line-height: 1;
color: var(--white);
background-color: var(--teal);
border-radius: 0;
}
@media (max-width: 749px) {
.file-lists .item .b-viewer {
display: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 10px;
}
}
.file-lists .item .b-viewer i.icon-view {
display: block;
width: 13px;
height: 13px;
}
@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/dong/img/sprite-common.png);
background-position: -465px -269px;
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/dong/img/sprite-common.png);
background-position: -465px -269px;
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;
}

.bd-view-nav.dl-bg dl {
padding: 0;
}
.bd-view-nav.dl-bg dt,
.bd-view-nav.dl-bg dd {
display: table-cell;
align-items: center;
padding: 10px 20px;
}
.bd-view-nav.dl-bg dt {
background-color: var(--th-bg);
border-right: 1px solid var(--bd-color);
min-width: 160px;
}
@media (max-width: 749px) {
.bd-view-nav.dl-bg dt {
min-width: 0;
}
}
.bd-view-nav.dl-bg dt .view-nav {
width: 100%;
display: flex;
gap: 10px;
align-items: center;
justify-content: space-between;
}
.bd-view-nav.dl-bg dt::before {
content: none;
}
.bd-view-nav.dl-bg .mid-blue {
color: var(--mid-blue);
}
.bd-view-nav.dl-bg i.ico-prev {
width: 10px;
height: 7px;
background: url(/static/dong/img/icon/ico-prev.png) center center no-repeat;
}
.bd-view-nav.dl-bg i.ico-next {
width: 10px;
height: 7px;
background: url(/static/dong/img/icon/ico-prev.png) center center no-repeat;
transform: rotate(180deg);
}

.box-call-info {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
padding: 20px 112px;
border-radius: 10px;
margin-top: 48px;
border: 1px solid var(--sh-bd);
background-color: var(--thbgcolor);
}
@media (max-width: 749px) {
.box-call-info {
flex-direction: column;
padding: 20px;
}
}
.box-call-info .info {
display: flex;
align-items: center;
font-size: 18px;
}
.box-call-info .info .title {
display: flex;
align-items: center;
gap: 5px;
color: #5a5a5a;
font-weight: bold;
}
.box-call-info .info .title::after {
content: "";
display: block;
width: 1px;
height: 12px;
margin-left: 10px;
margin-right: 15px;
background-color: #5a5a5a;
}
.box-call-info .info .content {
color: var(--teal);
}
.box-call-info .info i.ico-folder {
width: 25px;
height: 25px;
background: url(/static/dong/img/icon/ico-folder-black.png) center center no-repeat;
}
.box-call-info .info i.ico-person {
width: 25px;
height: 25px;
background: url(/static/dong/img/icon/ico-person-black.png) center center no-repeat;
}
.box-call-info .info i.ico-call {
width: 25px;
height: 25px;
background: url(/static/dong/img/icon/ico-call-black.png) center center no-repeat;
}

/*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(--teal);
--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: 40px 0 20px;
border-bottom: 1px solid var(--bd-top);
}
.tab-nav + .bd-list, .tab-nav + form .bd-list {
margin-top: -21px;
}
.tab-nav ul {
display: flex;
flex-wrap: wrap;
}
.tab-nav ul.border2 li {
border-radius: 0;
}
.tab-nav ul.border2 li:first-child {
border-top-left-radius: 10px;
}
.tab-nav ul.border2 li:first-child a {
border-top-left-radius: 10px;
}
.tab-nav ul.border2 li:last-child {
border-top-right-radius: 10px;
}
.tab-nav ul.border2 li:last-child a {
border-top-right-radius: 10px;
}
.tab-nav ul.border2 li a {
border-radius: 0;
}
.tab-nav ul li {
border: 1px solid var(--bdcolor);
border-bottom-width: 0;
border-radius: 10px 10px 0 0;
margin-left: -1px;
}
.tab-nav ul li a {
border-radius: 10px 10px 0 0;
display: flex;
justify-content: center;
align-items: center;
justify-items: center;
height: 100%;
padding: 0 6px;
border-right-width: 0;
min-height: 48px;
background-color: #f9f9f9;
text-align: center;
font-weight: 500;
line-height: 1.3;
}
@media (min-width: 750px) {
.tab-nav ul li a {
padding: 0 44px;
}
}
.tab-nav ul li a.on {
position: relative;
z-index: 1;
background-color: var(--point);
color: var(--white);
font-weight: bold;
}
@media (min-width: 1200px) {
.tab-nav.lens3 ul li {
width: 33.3333%;
}
.tab-nav.lens2 ul li {
width: 50%;
}
}
.type2 .tab-nav li {
min-width: 20%;
}
.tab-nav + .tab-nav2 {
margin-top: -20px;
}
.tab-nav.lines {
margin-bottom: 10px;
}
.tab-nav.lines ul {
border: none;
overflow: visible;
background-color: var(--white);
}
.tab-nav.lines ul li {
width: calc(25% + 1px);
}
.tab-nav.lines ul li:nth-child(3n) {
border-right: 1px solid var(--bdcolor) !important;
}
.tab-nav.lines ul li a {
background: none;
}
.tab-nav.lines .on {
position: relative;
z-index: 2;
border: 1px solid var(--bdtopcolor);
}
.tab-nav.lines.xg .on {
border-color: var(--point);
}
.tab-nav.lines.xg .on a {
color: var(--point);
background-color: var(--thbgcolor);
}
.tab-nav.lines.xg a {
min-height: 78px;
line-height: 1;
background: none;
}
.tab-nav.lines.lg .on {
border-color: var(--skyblue);
}
.tab-nav.lines.lg .on a {
color: var(--skyblue);
background-color: var(--lightblue);
}
@media (min-width: 1200px) {
.tab-nav.lines.lg li {
width: calc(16.6666666667% + 1px);
}
}
@media (max-width: 749px) {
.tab-nav.lines.lg li {
width: calc(33.3333333333% + 1px);
}
.tab-nav.lines.lg li a {
padding: 0;
}
}
.tab-nav.lines.lg a {
min-height: 68px;
line-height: 1;
}
.tab-nav.lines.md-orange .on {
border-color: var(--orange);
}
.tab-nav.lines.md-orange .on a {
color: var(--orange);
background-color: var(--whiteorange);
}
@media (min-width: 1200px) {
.tab-nav.lines.md-orange li {
width: calc(6.6666666667% + 1px);
}
}
.tab-nav.lines.md {
margin-bottom: 40px;
}
.tab-nav.lines.md .on {
border-color: var(--point);
}
.tab-nav.lines.md .on a {
color: var(--point);
}
@media (max-width: 749px) {
.tab-nav.lines.md li {
width: calc(50% + 1px);
}
}
.tab-nav.no-border {
border-bottom: none;
}

.tab-nav2 {
margin: 30px 0 36px;
}
.tab-nav2 a {
text-align: center;
padding: 15px 10px;
font-size: 16px;
}
.tab-nav2 ul {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
border: 1px solid var(--bdcolor);
}
.tab-nav2 ul li {
text-align: center;
margin-right: -1px;
}
.tab-nav2 ul li.on > a::after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 50%;
transform: translate(-4px, 0);
position: absolute;
content: "";
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #000;
color: var(--point);
}
.tab-nav2 ul li:last-child > a {
background: none;
}
.tab-nav2 ul li a {
position: relative;
display: block;
text-align: center;
line-height: 19px;
background: url(/static/commons/img/vbar.png) no-repeat 0 50%;
background-position: 100% 50%;
padding: 10px 25px 11px;
}
.tab-nav2 ul li a span {
display: inline-block;
position: relative;
}
.tab-nav2 ul li a span::after {
content: "";
position: absolute;
width: 100%;
bottom: -6px;
left: 0;
border-bottom: 2px solid var(--point);
transform: scaleX(0);
transform-origin: 0 0;
transition: transform 0.3s ease-out;
}
.tab-nav2 ul li a:focus span::after, .tab-nav2 ul li a:hover span::after {
content: "";
position: absolute;
transform: scaleX(1);
}
.tab-nav2 ul li a.on span::after {
transform: scaleX(1);
font-weight: 700;
}
.tab-nav2 ul li a.on {
font-weight: 600;
color: var(--point);
}
@media (min-width: 1300px) {
.tab-nav2 ul li a {
font-size: 1rem;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav2 ul li a {
font-size: 0.875rem;
}
}
@media (max-width: 749px) {
.tab-nav2 ul li a {
display: block;
}
}
@media (max-width: 430px) {
.tab-nav2 ul li a {
padding: 10px 10px 11px;
}
}
@media (max-width: 749px) {
.tab-nav2 {
margin: 15px 0 20px;
}
.tab-nav2 ul {
justify-content: space-between;
}
.tab-nav2 ul li {
flex: 1;
white-space: nowrap;
}
.tab-nav2 ul li + li::before {
display: none;
}
}
.box + .tab-nav2.type2 {
margin-top: -20px;
margin-bottom: 10px;
}
.tab-nav2.type2 ul {
border-width: 0 0 1px 0;
border-radius: 0;
}
.tab-nav2.type2 ul li {
flex: none;
}
.tab-nav2.type2 ul li:last-child a {
background: none;
}
.tab-nav2.type2 ul li a {
font-size: 18px;
padding: 10px 0;
}
.tab-nav2.type2 ul li a::after {
top: auto;
left: 0;
bottom: -1px;
border: none;
border-bottom: 2px solid var(--point);
width: 100%;
transform: none;
}
.tab-nav2.n8 ul li {
flex: none;
width: 25%;
}
.tab-nav2.n8 ul li a {
font-size: 14px;
}
.tab-nav2.n8 ul li:nth-child(4n) a {
background: none;
}
@media (min-width: 750px) {
.tab-nav2.n8 ul li {
width: 12.5%;
}
.tab-nav2.n8 ul li:nth-child(8n) a {
background: none;
}
}

.tab-nav3 {
margin: 30px 0 36px;
}
.tab-nav3 a {
text-align: center;
padding: 15px 0;
font-size: 14px;
}
@media (min-width: 750px) {
.tab-nav3 a {
font-size: 16px;
}
}
.tab-nav3 ul {
display: flex;
flex-flow: row wrap;
justify-content: left;
}
.tab-nav3 ul li {
text-align: center;
width: 25%;
/*&:nth-child(5) a{
	&:hover,
	&:focus,
	&.on{&::before{border-bottom-left-radius: 0.9375em;}}
}*/
}
.tab-nav3 ul li.on a::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
.tab-nav3 ul li a {
position: relative;
display: block;
text-align: center;
line-height: 19px;
border: 1px solid var(--bdcolor);
margin-top: -1px;
margin-left: -1px;
}
.tab-nav3 ul li a:hover span, .tab-nav3 ul li a:focus span, .tab-nav3 ul li a.on span {
color: var(--point);
font-weight: 700;
}
.tab-nav3 ul li a:hover::before, .tab-nav3 ul li a:focus::before, .tab-nav3 ul li a.on::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
@media (min-width: 1300px) {
.tab-nav3 ul li a {
font-size: 1rem;
padding: 5px 10px 6px;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav3 ul li a {
font-size: 0.875rem;
padding: 5px 10px 6px;
}
}
@media (max-width: 749px) {
.tab-nav3 ul li a {
display: block;
}
}
@media (max-width: 749px) {
.tab-nav3 {
margin: 15px 0 20px;
}
.tab-nav3 ul {
justify-content: space-between;
}
.tab-nav3 ul li {
width: 50%;
white-space: nowrap;
}
.tab-nav3 ul li + li::before {
display: none;
}
}
.tab-nav3.radius0 ul {
width: 100%;
}
.tab-nav3.radius0 li {
border: 1px solid var(--bdcolor);
}
.tab-nav3.radius0 li.on {
border-color: var(--blue);
}
.tab-nav3.radius0 a,
.tab-nav3.radius0 a::before {
border: none !important;
border-radius: 0;
}
.tab-nav3.n2 ul li {
width: 50%;
}
.tab-nav3.n11 ul {
overflow: hidden;
}
.tab-nav3.n11 ul li {
border: 1px solid var(--bdcolor);
width: 9.0909090909%;
}
.tab-nav3.n11 ul li.on {
border-color: var(--blue);
}
.tab-nav3.n11 ul li a,
.tab-nav3.n11 ul li a::before {
border: none !important;
}
@media (max-width: 600px) {
.tab-nav3.n11 ul li {
width: 20%;
}
}

.tab-nav4 {
font-family: GmarketSans;
margin: 40px 0 40px;
}
.tab-nav4 a {
text-align: center;
font-size: 16px;
padding: 15px 0;
}
@media (min-width: 750px) {
.tab-nav4 a {
padding: 20px 0;
}
}
.tab-nav4 ul {
display: flex;
flex-flow: row wrap;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 750px) {
.tab-nav4 ul {
flex-direction: row;
}
}
.tab-nav4 ul li {
text-align: center;
flex: 1;
}
.tab-nav4 ul li.on a::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
.tab-nav4 ul li a {
position: relative;
display: block;
text-align: center;
line-height: 19px;
border: 1px solid var(--bdcolor);
margin-top: -1px;
margin-left: -1px;
}
.tab-nav4 ul li a:hover, .tab-nav4 ul li a:focus, .tab-nav4 ul li a.on {
background-color: var(--ice-blue-Two);
}
.tab-nav4 ul li a:hover span, .tab-nav4 ul li a:focus span, .tab-nav4 ul li a.on span {
color: var(--point);
font-weight: 700;
}
.tab-nav4 ul li a:hover::before, .tab-nav4 ul li a:focus::before, .tab-nav4 ul li a.on::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 1px solid var(--point);
z-index: 10;
}
@media (min-width: 1300px) {
.tab-nav4 ul li a {
font-size: 1rem;
padding: 10px 10px 6px;
}
}
@media (min-width: 750px) and (max-width: 1023px) {
.tab-nav4 ul li a {
font-size: 0.875rem;
padding: 10px 10px 6px;
}
}
@media (max-width: 749px) {
.tab-nav4 ul li a {
display: block;
}
}
.tab-nav4 ul li:first-child a, .tab-nav4 ul li:first-child a::before {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
@media (min-width: 750px) {
.tab-nav4 ul li:first-child a, .tab-nav4 ul li:first-child a::before {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0;
}
}
.tab-nav4 ul li:last-child a, .tab-nav4 ul li:last-child a::before {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
@media (min-width: 750px) {
.tab-nav4 ul li:last-child a, .tab-nav4 ul li:last-child a::before {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 0;
}
}
@media (max-width: 749px) {
.tab-nav4 {
margin: 15px 0 20px;
}
.tab-nav4 ul {
justify-content: space-between;
}
.tab-nav4 ul li {
white-space: nowrap;
}
.tab-nav4 ul li + li::before {
display: none;
}
}
.tab-nav4.radius0 ul {
width: 100%;
}
.tab-nav4.radius0 li {
border: 1px solid var(--bdcolor);
}
.tab-nav4.radius0 li.on {
border-color: var(--blue);
}
.tab-nav4.radius0 a,
.tab-nav4.radius0 a::before {
border: none !important;
border-radius: 0;
}
.tab-nav4.n2 ul li {
width: 50%;
}
.tab-nav4.n11 ul {
overflow: hidden;
}
.tab-nav4.n11 ul li {
border: 1px solid var(--bdcolor);
width: 9.0909090909%;
}
.tab-nav4.n11 ul li.on {
border-color: var(--blue);
}
.tab-nav4.n11 ul li a,
.tab-nav4.n11 ul li a::before {
border: none !important;
}
@media (max-width: 600px) {
.tab-nav4.n11 ul li {
width: 20%;
}
}

[role=alertdialog],
[role=dialog] {
box-sizing: border-box;
padding: 10px;
background-color: #fff;
min-height: 100vh;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 15px;
overflow: hidden;
padding-top: 45px;
}
[role=alertdialog] .head,
[role=dialog] .head {
width: 100%;
background-color: var(--point);
color: var(--white);
position: absolute;
z-index: 100;
top: 0;
left: 0;
height: 46px;
}
[role=alertdialog] h2,
[role=dialog] h2 {
margin-top: 0 !important;
}
[role=alertdialog] .body,
[role=dialog] .body {
margin-top: 16px;
padding: 20px 0;
max-height: calc(90vh - 260px);
overflow: hidden;
overflow-y: auto;
}
[role=alertdialog] .box,
[role=dialog] .box {
border: none;
background: #f3fafc;
margin-top: 10px;
padding-top: 30px;
padding-bottom: 28px;
border-radius: 5px;
text-align: center;
}
[role=alertdialog] .box i,
[role=dialog] .box i {
display: inline-block;
width: 77px;
height: 70px;
background: url(/static/portal/img/ico/ico-protect.svg) 0 0 no-repeat;
}
[role=alertdialog] .box .tit,
[role=dialog] .box .tit {
display: block;
margin: 20px 0 10px;
color: var(--point);
font-size: 20px;
font-weight: 600;
}
[role=alertdialog] .box p,
[role=dialog] .box p {
color: var(--black);
font-size: 18px;
font-weight: 600;
}
[role=alertdialog] .box p.word,
[role=dialog] .box p.word {
padding: 0 22%;
word-break: keep-all;
}
@media (max-width: 749px) {
[role=alertdialog] .box p.word,
[role=dialog] .box p.word {
padding: 0;
}
}
[role=alertdialog] .box + .list2,
[role=dialog] .box + .list2 {
margin-bottom: 30px;
}
[role=alertdialog] .box + .list2 li,
[role=dialog] .box + .list2 li {
color: var(--black);
font-size: 16px;
}
@media (min-width: 750px) {
[role=alertdialog],
[role=dialog] {
position: absolute;
top: 50vh;
left: 50vw;
padding: 60px 30px 10px;
transform: translate(-50%, -50%);
min-width: 610px;
min-height: auto;
}
.w-md [role=alertdialog],
.w-md [role=dialog] {
max-width: 800px;
}
}
[role=alertdialog] .lightbox,
[role=dialog] .lightbox {
background-color: var(--lightblue);
padding: 30px;
}

.dialog-close {
float: right;
position: absolute;
top: 0;
right: 17px;
width: 46px;
height: 46px;
color: var(--white);
font-size: 30px;
line-height: 46px;
transition: all 0.5s ease-out;
}
.dialog-close:hover, .dialog-close:focus, .dialog-close:active {
transform: rotate(180deg);
}

.dialog_label {
text-align: center;
}

.dialog_form {
margin: 15px;
}
@media (max-width: 749px) {
.dialog_form {
margin: 0;
}
}
.dialog_form .label_text {
box-sizing: border-box;
padding-right: 0.5em;
display: inline-block;
font-size: 16px;
font-weight: bold;
width: 30%;
text-align: right;
}
@media (max-width: 749px) {
.dialog_form .label_text {
width: 100%;
text-align: left;
}
}
.dialog_form .label_info {
box-sizing: border-box;
padding-right: 0.5em;
font-size: 12px;
width: 30%;
text-align: right;
display: inline-block;
}

.dialog_form_item {
margin: 10px 0;
}
.dialog_form_item .wide_input {
box-sizing: border-box;
max-width: 70%;
width: 27em;
}
.dialog_form_item .city_input {
box-sizing: border-box;
max-width: 70%;
width: 17em;
}
.dialog_form_item .state_input {
box-sizing: border-box;
max-width: 70%;
width: 15em;
}
.dialog_form_item .zip_input {
box-sizing: border-box;
max-width: 70%;
width: 9em;
}

.dialog_form_actions {
text-align: right;
padding: 5px 10px 10px;
}

.dialog_desc {
padding: 10px 20px;
}

/* dialog::backdrop, */
.dialog-backdrop {
position: fixed;
z-index: 10000;
display: none;
overflow-y: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

@media screen and (min-width: 640px) {
.dialog-backdrop {
background: rgba(0, 0, 0, 0.35);
}
}
.dialog-backdrop.active {
display: block;
}

.no-scroll {
overflow-y: auto !important;
}

/* this is added to the body when a dialog is open */
.has-dialog {
overflow: hidden;
}

.notes {
display: block;
font-size: 1rem;
line-height: 1.3;
min-width: 400px;
max-width: 100%;
width: 33%;
}

.toast {
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
padding: 1rem;
border: none;
border-radius: 0.25rem;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
position: fixed;
top: 1rem;
right: 1rem;
transform: translateY(-150%);
transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.toast.active {
transform: translateY(0);
}

.dialog-box {
margin-top: 50px;
margin-bottom: 30px;
background-color: var(--lightblue);
padding: 30px;
border-radius: 5px;
text-align: center;
}

.dialogs.temp .head {
line-height: 46px;
padding-left: 20px;
}

.month-schedule-ctrl {
padding: 20px 30px;
background-color: #f6f6f6;
border-top: 2px solid var(--bdtopcolor);
text-align: center;
}
@media (max-width: 749px) {
.month-schedule-ctrl {
padding-left: 10px;
padding-right: 10px;
}
}
.month-schedule-ctrl a {
display: block;
border: 0.063rem solid #525d63;
background-color: #2e363a;
text-align: center;
width: 43px;
height: 43px;
border-radius: 23px;
line-height: 43px;
}
.month-schedule-ctrl a::before {
content: "";
display: inline-block;
vertical-align: baseline;
}
.month-schedule-ctrl a.month-prev {
float: left;
}
.month-schedule-ctrl a.month-prev::before {
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #ffffff;
}
.month-schedule-ctrl a.month-next {
float: right;
}
.month-schedule-ctrl a.month-next::before {
font-family: "Line Awesome Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
color: #ffffff;
}
.month-schedule-ctrl .yy {
color: #525d64;
font-size: 1.875rem;
font-weight: 700;
letter-spacing: normal;
line-height: 1.43;
vertical-align: middle;
}
@media (max-width: 749px) {
.month-schedule-ctrl .yy {
font-size: 1.2rem;
}
}
.month-schedule-ctrl .f {
display: inline-block;
vertical-align: middle;
margin-left: 35px;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f {
margin-left: 8px;
}
}
.month-schedule-ctrl .f select {
font-size: 1rem;
border-width: 0;
width: 140px;
height: 45px;
vertical-align: middle;
color: #2e363a;
font-weight: 500;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f select {
width: auto;
padding-right: 35px;
}
}
.month-schedule-ctrl .f button {
width: 90px;
height: 45px;
background-color: #525d63;
color: #ffffff;
font-size: 1.125rem;
vertical-align: middle;
}
@media (max-width: 749px) {
.month-schedule-ctrl .f button {
width: auto;
padding: 0 10px;
font-size: 1rem;
}
}

.month-schedule-deco {
font-weight: 500;
font-size: 0.938rem;
color: #000000;
margin: 15px 0 10px;
}

.month-schedule table {
width: 100%;
table-layout: fixed;
}
.month-schedule th {
background-color: #525d64;
font-size: 1.125rem;
font-weight: 700;
color: #fff;
height: 50px;
}
@media (min-width: 750px) {
.month-schedule th::after {
content: "요일";
}
}
.month-schedule th + th {
border-left: 1px solid var(--bdcolor);
}
.month-schedule th.sun {
background-color: #ef181e;
}
.month-schedule th.sat {
background-color: #888888;
}
.month-schedule td {
padding: 14px 18px;
border: 1px solid var(--bdcolor);
border-width: 0 0 1px 0;
height: 140px;
vertical-align: top;
}
@media (max-width: 749px) {
.month-schedule td {
padding: 8px;
height: auto;
}
}
.month-schedule td + td {
border-left: 1px solid var(--bdcolor);
}
@media (max-width: 749px) {
.month-schedule td .day {
display: block;
}
}
.month-schedule td .ico-schedule {
position: relative;
display: inline-block;
vertical-align: top;
}
.month-schedule td .ico-schedule i {
display: none;
}
@media (max-width: 749px) {
.month-schedule td .ico-schedule i {
display: block;
position: absolute;
right: -3px;
bottom: -5px;
border-radius: 14px;
width: 16px;
height: 16px;
background-color: #ef181e;
color: #ffffff;
text-align: center;
line-height: 16px;
font-size: 0.688rem;
}
}
.month-schedule td .item {
display: none;
}
@media (min-width: 750px) {
.month-schedule td .item {
display: block;
}
}
.month-schedule td .item button {
color: #1071c1;
font-size: 1rem;
font-weight: 500;
text-align: left;
padding-left: 0;
}

.month-schedule-detail {
display: none;
}
.month-schedule-detail.show {
display: block;
}
.month-schedule-detail h2 {
margin-top: 30px;
padding: 15px 0;
line-height: 1;
color: #fff;
font-weight: 700;
text-align: center;
background-color: #525d64;
font-size: 1.25rem;
}
.month-schedule-detail .s {
padding: 40px;
padding-bottom: 25px;
border: 1px solid var(--bdcolor);
border-top-width: 0;
}
@media (max-width: 749px) {
.month-schedule-detail .s {
padding: 20px;
padding-top: 5px;
}
}
.month-schedule-detail .s dl dt {
padding: 15px 0 5px;
color: #525d64;
font-size: 1.25rem;
font-weight: 700;
letter-spacing: normal;
}
.month-schedule-detail .s dl dt i {
vertical-align: middle;
margin-right: 5px;
}
.month-schedule-detail .s dl dd {
padding-left: 40px;
color: #484d58;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.39;
}
@media (max-width: 749px) {
.month-schedule-detail .s dl dd {
padding: 0;
}
}
.month-schedule-detail .s dl dd.d {
margin-top: 5px;
border-radius: 0.313rem;
border: 0.063rem solid #ddd;
background-color: #f6f6f6;
padding: 22px 38px;
}
@media (max-width: 749px) {
.month-schedule-detail .s dl dd.d {
padding: 15px;
}
}

.month-schedule-list-m {
display: none;
}
@media (max-width: 749px) {
.month-schedule-list-m {
margin-top: 30px;
border-top: 2px solid var(--bdtopcolor);
display: block;
}
.month-schedule-list-m li {
border-bottom: 1px solid var(--bdcolor);
}
.month-schedule-list-m li button {
position: relative;
display: block;
width: 100%;
padding: 13px;
padding-left: 54px;
font-size: 1rem;
text-align: left;
color: #666666;
}
.month-schedule-list-m li button > i {
position: absolute;
left: 10px;
top: 10px;
}
.month-schedule-list-m li button span {
display: block;
}
.month-schedule-list-m li button span em {
color: #222222;
display: block;
}
}

.month-schedule2 {
display: flex;
flex-direction: column;
align-items: center;
}
.month-schedule2 .month-schedule-ctrl2 {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-bottom: 30px;
}
.month-schedule2 .month-schedule-ctrl2 a {
display: block;
position: relative;
z-index: 1;
}
.month-schedule2 .month-schedule-ctrl2 a::before {
content: "";
display: block;
width: 11px;
height: 19px;
}
.month-schedule2 .month-schedule-ctrl2 a.month-prev::before {
background: url(/static/portal/img/common/ico-arrow-left.png) center center no-repeat;
}
.month-schedule2 .month-schedule-ctrl2 a.month-next::before {
background: url(/static/portal/img/common/ico-arrow-right.png) center center no-repeat;
}
.month-schedule2 .month-schedule-ctrl2 .yymm {
font-size: 22px;
font-weight: 700;
}
@media (max-width: 749px) {
.month-schedule2 .month-schedule-ctrl2 .yymm {
font-size: 18px;
}
}
.month-schedule2 .month-schedule-table table {
width: auto;
table-layout: fixed;
}
.month-schedule2 .month-schedule-table table thead {
border-top: 1px solid #000;
border-bottom: 1px solid var(--sh-form-color);
}
.month-schedule2 .month-schedule-table table th {
padding: 12px;
}
.month-schedule2 .month-schedule-table table th.sun,
.month-schedule2 .month-schedule-table table td.sun {
color: var(--tomato);
}
.month-schedule2 .month-schedule-table table th.sun a,
.month-schedule2 .month-schedule-table table td.sun a {
color: var(--tomato);
}
.month-schedule2 .month-schedule-table table th.sat,
.month-schedule2 .month-schedule-table table td.sat {
color: var(--mid-blue);
}
.month-schedule2 .month-schedule-table table th.sat a,
.month-schedule2 .month-schedule-table table td.sat a {
color: var(--mid-blue);
}
.month-schedule2 .month-schedule-table table th a,
.month-schedule2 .month-schedule-table table td a {
display: block;
padding: 12px;
text-align: center;
}
.month-schedule2 .month-schedule-table table th a.selected,
.month-schedule2 .month-schedule-table table td a.selected {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
padding: 0;
color: #fff;
border-radius: 50%;
background-color: var(--mid-blue);
}

/* 컨텐츠 공통 스타일 */
.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;
}
.list-circle.t1 > li::before {
background-color: var(--mid-blue);
}

.banner {
overflow: hidden;
margin-top: 50px;
border-radius: 15px;
font-size: 0;
}

strong.green {
color: #398308;
}

strong.mid-blue {
color: var(--mid-blue);
}

.fc__darkish-pink {
color: var(--darkish-pink);
}

.large {
font-size: 1.167em;
letter-spacing: -1px;
}

/* 검색창 shrot */
@media (max-width: 749px) {
.sh.s {
margin-bottom: 20px;
}
}
.sh.s fieldset > div {
justify-content: center;
}
@media (max-width: 749px) {
.sh.s fieldset > div {
display: flex;
flex-direction: row;
}
}
.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: 28px 0 15px 0;
padding-left: 20px;
font-size: 18px;
font-weight: bold;
text-align: left;
color: var(--black);
margin: 28px 0 10px;
}
.bd-toggle .bd-toggle__cont > h4:before {
position: absolute;
top: 9px;
left: 0;
content: "";
width: 12px;
height: 12px;
border-radius: 12px;
border: solid 3px var(--mid-blue);
}
.bd-toggle .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 + p, .bd-toggle .bd-toggle__cont > h4 + ul, .bd-toggle .bd-toggle__cont > h4 + dl, .bd-toggle .bd-toggle__cont > h4 + ol {
margin-left: 20px;
}
.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 {
position: relative;
font-weight: bold;
color: var(--mid-blue);
margin: 40px 0 11px 0;
margin: 30px 0 6px 20px;
font-size: 16px;
}
h3 + .bd-toggle .bd-toggle__cont > h5 {
margin-top: 10px;
}
.bd-toggle .bd-toggle__cont > h5 + p, .bd-toggle .bd-toggle__cont > h5 + ul {
margin-top: -6px;
}
.bd-toggle .bd-toggle__cont > h5 + p, .bd-toggle .bd-toggle__cont > h5 + .bu {
margin-left: 20px;
}
.bd-toggle .bd-toggle__cont > h5 + .step-box2 {
margin-top: 10px;
margin-left: 20px;
}
.bd-toggle .bd-toggle__cont > h6 {
position: relative;
margin-left: 14px;
padding-left: 16px;
color: var(--black);
font-size: 16px;
font-family: SUIT, "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum", Helvetica, Arial, sans-serif;
}
.bd-toggle .bd-toggle__cont > h6:before {
position: absolute;
top: 6px;
left: 0;
content: "";
width: 8px;
height: 10px;
background: url(/static/portal/img/common/bu3.png) 0 0 no-repeat;
background-size: 8px 10px;
}
.bd-toggle .bd-toggle__cont > h6 + p {
padding: 0;
}
.bd-toggle .bd-toggle__cont .bu .bull li {
position: relative;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
margin-left: 0;
text-indent: 0;
}
.bd-toggle .bd-toggle__cont .bu .bull li::before {
position: absolute;
top: 0;
left: 0;
content: "- ";
}
.bd-toggle .bd-toggle__cont p + p {
padding-top: 34px;
}

.img-box {
margin: 14px auto 0;
padding: 20px 0;
text-align: center;
display: flex;
gap: 40px;
}
.img-box.ovx {
overflow: auto;
}
@media (max-width: 749px) {
.img-box.ovx img {
max-width: 781px;
}
}

@media (max-width: 749px) {
.colon {
display: block;
padding-left: 8px;
text-indent: -15px;
}
}
.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.gap0 {
gap: 0px !important;
}
.flex-box.gap5 {
gap: 5px !important;
}
.flex-box.gap10 {
gap: 10px !important;
}
.flex-box.gap15 {
gap: 15px !important;
}
.flex-box.gap20 {
gap: 20px !important;
}
.flex-box.gap25 {
gap: 25px !important;
}
.flex-box.gap30 {
gap: 30px !important;
}
.flex-box.gap35 {
gap: 35px !important;
}
.flex-box.gap40 {
gap: 40px !important;
}
.flex-box.gap45 {
gap: 45px !important;
}
.flex-box.gap50 {
gap: 50px !important;
}
.flex-box.gap55 {
gap: 55px !important;
}
.flex-box.gap60 {
gap: 60px !important;
}
.flex-box.gap65 {
gap: 65px !important;
}
.flex-box.gap70 {
gap: 70px !important;
}
.flex-box.gap75 {
gap: 75px !important;
}
.flex-box.gap80 {
gap: 80px !important;
}
.flex-box.gap85 {
gap: 85px !important;
}
.flex-box.gap90 {
gap: 90px !important;
}
.flex-box.gap95 {
gap: 95px !important;
}
.flex-box.gap100 {
gap: 100px !important;
}
.flex-box.mw0 {
min-width: 0px !important;
}
@media (max-width: 749px) {
.flex-box.mw0 {
min-width: 0 !important;
}
}
.flex-box.mw5 {
min-width: 5px !important;
}
@media (max-width: 749px) {
.flex-box.mw5 {
min-width: 0 !important;
}
}
.flex-box.mw10 {
min-width: 10px !important;
}
@media (max-width: 749px) {
.flex-box.mw10 {
min-width: 0 !important;
}
}
.flex-box.mw15 {
min-width: 15px !important;
}
@media (max-width: 749px) {
.flex-box.mw15 {
min-width: 0 !important;
}
}
.flex-box.mw20 {
min-width: 20px !important;
}
@media (max-width: 749px) {
.flex-box.mw20 {
min-width: 0 !important;
}
}
.flex-box.mw25 {
min-width: 25px !important;
}
@media (max-width: 749px) {
.flex-box.mw25 {
min-width: 0 !important;
}
}
.flex-box.mw30 {
min-width: 30px !important;
}
@media (max-width: 749px) {
.flex-box.mw30 {
min-width: 0 !important;
}
}
.flex-box.mw35 {
min-width: 35px !important;
}
@media (max-width: 749px) {
.flex-box.mw35 {
min-width: 0 !important;
}
}
.flex-box.mw40 {
min-width: 40px !important;
}
@media (max-width: 749px) {
.flex-box.mw40 {
min-width: 0 !important;
}
}
.flex-box.mw45 {
min-width: 45px !important;
}
@media (max-width: 749px) {
.flex-box.mw45 {
min-width: 0 !important;
}
}
.flex-box.mw50 {
min-width: 50px !important;
}
@media (max-width: 749px) {
.flex-box.mw50 {
min-width: 0 !important;
}
}
.flex-box.mw55 {
min-width: 55px !important;
}
@media (max-width: 749px) {
.flex-box.mw55 {
min-width: 0 !important;
}
}
.flex-box.mw60 {
min-width: 60px !important;
}
@media (max-width: 749px) {
.flex-box.mw60 {
min-width: 0 !important;
}
}
.flex-box.mw65 {
min-width: 65px !important;
}
@media (max-width: 749px) {
.flex-box.mw65 {
min-width: 0 !important;
}
}
.flex-box.mw70 {
min-width: 70px !important;
}
@media (max-width: 749px) {
.flex-box.mw70 {
min-width: 0 !important;
}
}
.flex-box.mw75 {
min-width: 75px !important;
}
@media (max-width: 749px) {
.flex-box.mw75 {
min-width: 0 !important;
}
}
.flex-box.mw80 {
min-width: 80px !important;
}
@media (max-width: 749px) {
.flex-box.mw80 {
min-width: 0 !important;
}
}
.flex-box.mw85 {
min-width: 85px !important;
}
@media (max-width: 749px) {
.flex-box.mw85 {
min-width: 0 !important;
}
}
.flex-box.mw90 {
min-width: 90px !important;
}
@media (max-width: 749px) {
.flex-box.mw90 {
min-width: 0 !important;
}
}
.flex-box.mw95 {
min-width: 95px !important;
}
@media (max-width: 749px) {
.flex-box.mw95 {
min-width: 0 !important;
}
}
.flex-box.mw100 {
min-width: 100px !important;
}
@media (max-width: 749px) {
.flex-box.mw100 {
min-width: 0 !important;
}
}
.flex-box.mw105 {
min-width: 105px !important;
}
@media (max-width: 749px) {
.flex-box.mw105 {
min-width: 0 !important;
}
}
.flex-box.mw110 {
min-width: 110px !important;
}
@media (max-width: 749px) {
.flex-box.mw110 {
min-width: 0 !important;
}
}
.flex-box.mw115 {
min-width: 115px !important;
}
@media (max-width: 749px) {
.flex-box.mw115 {
min-width: 0 !important;
}
}
.flex-box.mw120 {
min-width: 120px !important;
}
@media (max-width: 749px) {
.flex-box.mw120 {
min-width: 0 !important;
}
}
.flex-box.mw125 {
min-width: 125px !important;
}
@media (max-width: 749px) {
.flex-box.mw125 {
min-width: 0 !important;
}
}
.flex-box.mw130 {
min-width: 130px !important;
}
@media (max-width: 749px) {
.flex-box.mw130 {
min-width: 0 !important;
}
}
.flex-box.mw135 {
min-width: 135px !important;
}
@media (max-width: 749px) {
.flex-box.mw135 {
min-width: 0 !important;
}
}
.flex-box.mw140 {
min-width: 140px !important;
}
@media (max-width: 749px) {
.flex-box.mw140 {
min-width: 0 !important;
}
}
.flex-box.mw145 {
min-width: 145px !important;
}
@media (max-width: 749px) {
.flex-box.mw145 {
min-width: 0 !important;
}
}
.flex-box.mw150 {
min-width: 150px !important;
}
@media (max-width: 749px) {
.flex-box.mw150 {
min-width: 0 !important;
}
}
.flex-box.mw155 {
min-width: 155px !important;
}
@media (max-width: 749px) {
.flex-box.mw155 {
min-width: 0 !important;
}
}
.flex-box.mw160 {
min-width: 160px !important;
}
@media (max-width: 749px) {
.flex-box.mw160 {
min-width: 0 !important;
}
}
.flex-box.mw165 {
min-width: 165px !important;
}
@media (max-width: 749px) {
.flex-box.mw165 {
min-width: 0 !important;
}
}
.flex-box.mw170 {
min-width: 170px !important;
}
@media (max-width: 749px) {
.flex-box.mw170 {
min-width: 0 !important;
}
}
.flex-box.mw175 {
min-width: 175px !important;
}
@media (max-width: 749px) {
.flex-box.mw175 {
min-width: 0 !important;
}
}
.flex-box.mw180 {
min-width: 180px !important;
}
@media (max-width: 749px) {
.flex-box.mw180 {
min-width: 0 !important;
}
}
.flex-box.mw185 {
min-width: 185px !important;
}
@media (max-width: 749px) {
.flex-box.mw185 {
min-width: 0 !important;
}
}
.flex-box.mw190 {
min-width: 190px !important;
}
@media (max-width: 749px) {
.flex-box.mw190 {
min-width: 0 !important;
}
}
.flex-box.mw195 {
min-width: 195px !important;
}
@media (max-width: 749px) {
.flex-box.mw195 {
min-width: 0 !important;
}
}
.flex-box.mw200 {
min-width: 200px !important;
}
@media (max-width: 749px) {
.flex-box.mw200 {
min-width: 0 !important;
}
}
.flex-box.mw205 {
min-width: 205px !important;
}
@media (max-width: 749px) {
.flex-box.mw205 {
min-width: 0 !important;
}
}
.flex-box.mw210 {
min-width: 210px !important;
}
@media (max-width: 749px) {
.flex-box.mw210 {
min-width: 0 !important;
}
}
.flex-box.mw215 {
min-width: 215px !important;
}
@media (max-width: 749px) {
.flex-box.mw215 {
min-width: 0 !important;
}
}
.flex-box.mw220 {
min-width: 220px !important;
}
@media (max-width: 749px) {
.flex-box.mw220 {
min-width: 0 !important;
}
}
.flex-box.mw225 {
min-width: 225px !important;
}
@media (max-width: 749px) {
.flex-box.mw225 {
min-width: 0 !important;
}
}
.flex-box.mw230 {
min-width: 230px !important;
}
@media (max-width: 749px) {
.flex-box.mw230 {
min-width: 0 !important;
}
}
.flex-box.mw235 {
min-width: 235px !important;
}
@media (max-width: 749px) {
.flex-box.mw235 {
min-width: 0 !important;
}
}
.flex-box.mw240 {
min-width: 240px !important;
}
@media (max-width: 749px) {
.flex-box.mw240 {
min-width: 0 !important;
}
}
.flex-box.mw245 {
min-width: 245px !important;
}
@media (max-width: 749px) {
.flex-box.mw245 {
min-width: 0 !important;
}
}
.flex-box.mw250 {
min-width: 250px !important;
}
@media (max-width: 749px) {
.flex-box.mw250 {
min-width: 0 !important;
}
}
.flex-box.mw255 {
min-width: 255px !important;
}
@media (max-width: 749px) {
.flex-box.mw255 {
min-width: 0 !important;
}
}
.flex-box.mw260 {
min-width: 260px !important;
}
@media (max-width: 749px) {
.flex-box.mw260 {
min-width: 0 !important;
}
}
.flex-box.mw265 {
min-width: 265px !important;
}
@media (max-width: 749px) {
.flex-box.mw265 {
min-width: 0 !important;
}
}
.flex-box.mw270 {
min-width: 270px !important;
}
@media (max-width: 749px) {
.flex-box.mw270 {
min-width: 0 !important;
}
}
.flex-box.mw275 {
min-width: 275px !important;
}
@media (max-width: 749px) {
.flex-box.mw275 {
min-width: 0 !important;
}
}
.flex-box.mw280 {
min-width: 280px !important;
}
@media (max-width: 749px) {
.flex-box.mw280 {
min-width: 0 !important;
}
}
.flex-box.mw285 {
min-width: 285px !important;
}
@media (max-width: 749px) {
.flex-box.mw285 {
min-width: 0 !important;
}
}
.flex-box.mw290 {
min-width: 290px !important;
}
@media (max-width: 749px) {
.flex-box.mw290 {
min-width: 0 !important;
}
}
.flex-box.mw295 {
min-width: 295px !important;
}
@media (max-width: 749px) {
.flex-box.mw295 {
min-width: 0 !important;
}
}
.flex-box.mw300 {
min-width: 300px !important;
}
@media (max-width: 749px) {
.flex-box.mw300 {
min-width: 0 !important;
}
}
.flex-box.mw305 {
min-width: 305px !important;
}
@media (max-width: 749px) {
.flex-box.mw305 {
min-width: 0 !important;
}
}
.flex-box.mw310 {
min-width: 310px !important;
}
@media (max-width: 749px) {
.flex-box.mw310 {
min-width: 0 !important;
}
}
.flex-box.mw315 {
min-width: 315px !important;
}
@media (max-width: 749px) {
.flex-box.mw315 {
min-width: 0 !important;
}
}
.flex-box.mw320 {
min-width: 320px !important;
}
@media (max-width: 749px) {
.flex-box.mw320 {
min-width: 0 !important;
}
}
.flex-box.mw325 {
min-width: 325px !important;
}
@media (max-width: 749px) {
.flex-box.mw325 {
min-width: 0 !important;
}
}
.flex-box.mw330 {
min-width: 330px !important;
}
@media (max-width: 749px) {
.flex-box.mw330 {
min-width: 0 !important;
}
}
.flex-box.mw335 {
min-width: 335px !important;
}
@media (max-width: 749px) {
.flex-box.mw335 {
min-width: 0 !important;
}
}
.flex-box.mw340 {
min-width: 340px !important;
}
@media (max-width: 749px) {
.flex-box.mw340 {
min-width: 0 !important;
}
}
.flex-box.mw345 {
min-width: 345px !important;
}
@media (max-width: 749px) {
.flex-box.mw345 {
min-width: 0 !important;
}
}
.flex-box.mw350 {
min-width: 350px !important;
}
@media (max-width: 749px) {
.flex-box.mw350 {
min-width: 0 !important;
}
}
.flex-box.mw355 {
min-width: 355px !important;
}
@media (max-width: 749px) {
.flex-box.mw355 {
min-width: 0 !important;
}
}
.flex-box.mw360 {
min-width: 360px !important;
}
@media (max-width: 749px) {
.flex-box.mw360 {
min-width: 0 !important;
}
}
.flex-box.mw365 {
min-width: 365px !important;
}
@media (max-width: 749px) {
.flex-box.mw365 {
min-width: 0 !important;
}
}
.flex-box.mw370 {
min-width: 370px !important;
}
@media (max-width: 749px) {
.flex-box.mw370 {
min-width: 0 !important;
}
}
.flex-box.mw375 {
min-width: 375px !important;
}
@media (max-width: 749px) {
.flex-box.mw375 {
min-width: 0 !important;
}
}
.flex-box.mw380 {
min-width: 380px !important;
}
@media (max-width: 749px) {
.flex-box.mw380 {
min-width: 0 !important;
}
}
.flex-box.mw385 {
min-width: 385px !important;
}
@media (max-width: 749px) {
.flex-box.mw385 {
min-width: 0 !important;
}
}
.flex-box.mw390 {
min-width: 390px !important;
}
@media (max-width: 749px) {
.flex-box.mw390 {
min-width: 0 !important;
}
}
.flex-box.mw395 {
min-width: 395px !important;
}
@media (max-width: 749px) {
.flex-box.mw395 {
min-width: 0 !important;
}
}
.flex-box.mw400 {
min-width: 400px !important;
}
@media (max-width: 749px) {
.flex-box.mw400 {
min-width: 0 !important;
}
}
.flex-box.mw405 {
min-width: 405px !important;
}
@media (max-width: 749px) {
.flex-box.mw405 {
min-width: 0 !important;
}
}
.flex-box.mw410 {
min-width: 410px !important;
}
@media (max-width: 749px) {
.flex-box.mw410 {
min-width: 0 !important;
}
}
.flex-box.mw415 {
min-width: 415px !important;
}
@media (max-width: 749px) {
.flex-box.mw415 {
min-width: 0 !important;
}
}
.flex-box.mw420 {
min-width: 420px !important;
}
@media (max-width: 749px) {
.flex-box.mw420 {
min-width: 0 !important;
}
}
.flex-box.mw425 {
min-width: 425px !important;
}
@media (max-width: 749px) {
.flex-box.mw425 {
min-width: 0 !important;
}
}
.flex-box.mw430 {
min-width: 430px !important;
}
@media (max-width: 749px) {
.flex-box.mw430 {
min-width: 0 !important;
}
}
.flex-box.mw435 {
min-width: 435px !important;
}
@media (max-width: 749px) {
.flex-box.mw435 {
min-width: 0 !important;
}
}
.flex-box.mw440 {
min-width: 440px !important;
}
@media (max-width: 749px) {
.flex-box.mw440 {
min-width: 0 !important;
}
}
.flex-box.mw445 {
min-width: 445px !important;
}
@media (max-width: 749px) {
.flex-box.mw445 {
min-width: 0 !important;
}
}
.flex-box.mw450 {
min-width: 450px !important;
}
@media (max-width: 749px) {
.flex-box.mw450 {
min-width: 0 !important;
}
}
.flex-box.mw455 {
min-width: 455px !important;
}
@media (max-width: 749px) {
.flex-box.mw455 {
min-width: 0 !important;
}
}
.flex-box.mw460 {
min-width: 460px !important;
}
@media (max-width: 749px) {
.flex-box.mw460 {
min-width: 0 !important;
}
}
.flex-box.mw465 {
min-width: 465px !important;
}
@media (max-width: 749px) {
.flex-box.mw465 {
min-width: 0 !important;
}
}
.flex-box.mw470 {
min-width: 470px !important;
}
@media (max-width: 749px) {
.flex-box.mw470 {
min-width: 0 !important;
}
}
.flex-box.mw475 {
min-width: 475px !important;
}
@media (max-width: 749px) {
.flex-box.mw475 {
min-width: 0 !important;
}
}
.flex-box.mw480 {
min-width: 480px !important;
}
@media (max-width: 749px) {
.flex-box.mw480 {
min-width: 0 !important;
}
}
.flex-box.mw485 {
min-width: 485px !important;
}
@media (max-width: 749px) {
.flex-box.mw485 {
min-width: 0 !important;
}
}
.flex-box.mw490 {
min-width: 490px !important;
}
@media (max-width: 749px) {
.flex-box.mw490 {
min-width: 0 !important;
}
}
.flex-box.mw495 {
min-width: 495px !important;
}
@media (max-width: 749px) {
.flex-box.mw495 {
min-width: 0 !important;
}
}
.flex-box.mw500 {
min-width: 500px !important;
}
@media (max-width: 749px) {
.flex-box.mw500 {
min-width: 0 !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w0 {
width: 0px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w5 {
width: 5px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w10 {
width: 10px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w15 {
width: 15px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w20 {
width: 20px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w25 {
width: 25px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w30 {
width: 30px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w35 {
width: 35px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w40 {
width: 40px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w45 {
width: 45px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w50 {
width: 50px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w55 {
width: 55px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w60 {
width: 60px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w65 {
width: 65px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w70 {
width: 70px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w75 {
width: 75px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w80 {
width: 80px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w85 {
width: 85px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w90 {
width: 90px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w95 {
width: 95px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w100 {
width: 100px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w105 {
width: 105px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w110 {
width: 110px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w115 {
width: 115px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w120 {
width: 120px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w125 {
width: 125px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w130 {
width: 130px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w135 {
width: 135px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w140 {
width: 140px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w145 {
width: 145px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w150 {
width: 150px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w155 {
width: 155px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w160 {
width: 160px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w165 {
width: 165px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w170 {
width: 170px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w175 {
width: 175px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w180 {
width: 180px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w185 {
width: 185px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w190 {
width: 190px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w195 {
width: 195px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w200 {
width: 200px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w205 {
width: 205px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w210 {
width: 210px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w215 {
width: 215px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w220 {
width: 220px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w225 {
width: 225px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w230 {
width: 230px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w235 {
width: 235px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w240 {
width: 240px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w245 {
width: 245px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w250 {
width: 250px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w255 {
width: 255px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w260 {
width: 260px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w265 {
width: 265px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w270 {
width: 270px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w275 {
width: 275px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w280 {
width: 280px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w285 {
width: 285px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w290 {
width: 290px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w295 {
width: 295px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w300 {
width: 300px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w305 {
width: 305px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w310 {
width: 310px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w315 {
width: 315px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w320 {
width: 320px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w325 {
width: 325px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w330 {
width: 330px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w335 {
width: 335px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w340 {
width: 340px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w345 {
width: 345px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w350 {
width: 350px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w355 {
width: 355px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w360 {
width: 360px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w365 {
width: 365px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w370 {
width: 370px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w375 {
width: 375px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w380 {
width: 380px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w385 {
width: 385px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w390 {
width: 390px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w395 {
width: 395px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w400 {
width: 400px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w405 {
width: 405px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w410 {
width: 410px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w415 {
width: 415px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w420 {
width: 420px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w425 {
width: 425px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w430 {
width: 430px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w435 {
width: 435px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w440 {
width: 440px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w445 {
width: 445px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w450 {
width: 450px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w455 {
width: 455px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w460 {
width: 460px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w465 {
width: 465px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w470 {
width: 470px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w475 {
width: 475px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w480 {
width: 480px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w485 {
width: 485px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w490 {
width: 490px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w495 {
width: 495px !important;
}
}
@media (max-width: 749px) {
.flex-box img.mobile-w500 {
width: 500px !important;
}
}
.flex-box.column {
flex-direction: column !important;
}
.flex-box.badge-title {
margin-bottom: 15px;
}
.flex-box.space-between {
justify-content: space-between;
}
.flex-box.justify-center {
justify-content: center;
}
.flex-box.align-center {
align-items: center;
}
.flex-box.w100p {
width: 100%;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box.sm-column {
flex-direction: column;
}
}
@media (max-width: 749px) {
.flex-box.sm-column {
flex-direction: column;
}
}
.flex-box .title-large {
font-size: 24px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-large {
font-size: 18px;
}
}
@media (max-width: 749px) {
.flex-box .title-large {
font-size: 16px;
}
}
.flex-box .title-mid {
font-size: 20px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-mid {
font-size: 18px;
}
}
@media (max-width: 749px) {
.flex-box .title-mid {
font-size: 16px;
}
}
.flex-box .sub-title {
font-size: 18px;
}
.flex-box .mid-blue {
color: var(--mid-blue);
}
.flex-box .teal {
color: var(--teal);
}
.flex-box .text-center {
text-align: center;
}
.flex-box .title-faceshop {
font-family: THEFACESHOP;
font-size: 40px;
line-height: 1.5;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-faceshop {
font-size: 30px;
text-align: center;
}
}
@media (max-width: 749px) {
.flex-box .title-faceshop {
font-size: 30px;
text-align: center;
}
}
.flex-box .title-faceshop__large {
font-size: 50px;
}
@media (min-width: 750px) and (max-width: 1023px) {
.flex-box .title-faceshop__large {
font-size: 35px;
text-align: center;
}
}
@media (max-width: 749px) {
.flex-box .title-faceshop__large {
font-size: 35px;
text-align: center;
}
}
.flex-box > input[type=checkbox] {
width: 20px;
flex-basis: 20px;
margin-top: 3px;
}
.flex-box > input + label {
width: calc(100% - 20px - 8px);
flex-basis: calc(100% - 20px - 8px);
}
.flex-box [class*=bu] {
margin: 0;
}
.flex-box [class*=bu]:first-child {
margin: 0;
}

.grid--4set {
display: grid;
gap: 16px;
}
.grid--4set > div {
margin: 0;
}
.grid--4set > div.info-box2 {
padding: 20px;
}
.grid--4set > div.info-box2.small-gap {
gap: 6px;
}
.grid--4set > div.info-box2.justify-start {
justify-content: flex-start;
}
.grid--4set > div.info-box2.align-start {
align-items: flex-start;
}
.grid--4set > div.info-box2 .title {
text-align: left;
display: block;
font-size: 18px;
}
.grid--4set > div.info-box2 .contents {
text-align: left;
font-size: 16px;
}
.grid--4set > div.info-box2 .contents i::before {
content: "";
display: block;
width: 12px;
height: 12px;
}
.grid--4set > div.info-box2 .contents i.ico-call::before {
background: url(/static/portal/img/sub/ico-call.png) no-repeat center center;
}
@media (min-width: 750px) {
.grid--4set {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.title-set {
display: flex;
gap: 20px;
align-items: center;
}
.title-set.justify-center {
justify-content: center;
}
.title-set .title {
font-size: 24px;
}
@media (max-width: 749px) {
.title-set .title {
font-size: 20px;
}
}
.title-set .title.sm {
font-size: 16px;
}
.title-set .bold {
font-weight: bold;
}
.title-set i {
width: 1px;
height: 19px;
background-color: var(--light-blue-grey);
}
.title-set .sub-title {
font-size: 24px;
font-weight: bold;
}
.title-set .sub-title.sm {
font-size: 16px;
}

.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.align-center {
align-items: center;
}
.bd-list-wrap .right-side-box {
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-box {
order: 2;
}
.bd-list-wrap .right-side-button {
order: 2;
}
}

.table,
.bd-list {
position: relative;
}
.table.border-top,
.bd-list.border-top {
border-top: 1px solid #000;
}
.table.border-top th,
.bd-list.border-top th {
border-top: none;
}
@media (max-width: 749px) {
.table.mobile-header-dn .only-m,
.bd-list.mobile-header-dn .only-m {
display: none;
}
.table.mobile-header-dn tr,
.bd-list.mobile-header-dn tr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.table.mobile-header-dn tr td,
.bd-list.mobile-header-dn tr td {
margin-right: 10px;
}
.table.mobile-header-dn tr td.no,
.bd-list.mobile-header-dn tr td.no {
display: flex !important;
width: auto;
}
.table.mobile-header-dn tr td.mfull,
.bd-list.mobile-header-dn tr td.mfull {
flex-basis: 100%;
width: 100%;
margin-right: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.table.mobile-header-dn tr td.mfull::after,
.bd-list.mobile-header-dn tr td.mfull::after {
display: none;
}
.table.mobile-header-dn tr td::after,
.bd-list.mobile-header-dn tr td::after {
content: "";
width: 1px;
height: 80%;
margin-left: 10px;
margin-top: 4px;
background-color: var(--bd-td-border);
}
.table.mobile-header-dn tr td:last-child,
.bd-list.mobile-header-dn tr td:last-child {
margin-right: 0;
}
.table.mobile-header-dn tr td:last-child::after,
.bd-list.mobile-header-dn tr td:last-child::after {
display: none;
}
}
p.help + .table,
p.help + .bd-list {
margin-top: 15px;
}
.table + p.help,
.bd-list + p.help {
margin-top: 15px;
}
.table .right-side-box,
.bd-list .right-side-box {
position: absolute;
top: -10px;
left: 0;
}
.table tr.total,
.bd-list tr.total {
background-color: var(--ice-blue);
}
.table tr td.top,
.table tr th.top,
.bd-list tr td.top,
.bd-list tr th.top {
border-top: none;
}
.table tr td.align-left,
.table tr th.align-left,
.bd-list tr td.align-left,
.bd-list tr th.align-left {
flex-direction: column;
}
@media (max-width: 749px) {
.table tr td.align-left,
.table tr th.align-left,
.bd-list tr td.align-left,
.bd-list tr th.align-left {
flex-direction: row;
}
}
.table tr td .black,
.table tr th .black,
.bd-list tr td .black,
.bd-list tr th .black {
color: var(--black);
}
.table tr td .orange-red,
.table tr th .orange-red,
.bd-list tr td .orange-red,
.bd-list tr th .orange-red {
color: var(--orange-red);
}
.table tr td .red,
.table tr th .red,
.bd-list tr td .red,
.bd-list tr th .red {
color: var(--orange-red);
}
.table tr td .mid-blue,
.table tr th .mid-blue,
.bd-list tr td .mid-blue,
.bd-list tr th .mid-blue {
color: var(--mid-blue);
}
.table tr td .steel,
.table tr th .steel,
.bd-list tr td .steel,
.bd-list tr th .steel {
color: var(--steel);
}
.table tr td .sub-title,
.table tr th .sub-title,
.bd-list tr td .sub-title,
.bd-list tr th .sub-title {
font-size: 20px;
}
.table tr td .sm,
.table tr th .sm,
.bd-list tr td .sm,
.bd-list tr th .sm {
font-size: 14px;
}
.table tr td .ico-file,
.table tr th .ico-file,
.bd-list tr td .ico-file,
.bd-list tr th .ico-file {
display: inline-block;
vertical-align: middle;
}
.table tr td .ico-file__green,
.table tr th .ico-file__green,
.bd-list tr td .ico-file__green,
.bd-list tr th .ico-file__green {
width: 24px;
height: 24px;
background: url(/static/dong/img/icon/ico-file.png) center center no-repeat;
}

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;
}
.badge-info-list li:last-child {
margin-right: 0;
}

.bar-grid-set {
display: flex;
gap: 10px;
}
.bar-grid-set li {
position: relative;
gap: 10px;
padding-right: 10px;
}
.bar-grid-set li::after {
content: "";
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 50%;
background-color: var(--silver-Two);
transform: translateY(-50%);
}
.bar-grid-set li:last-child {
padding-right: 0;
}
.bar-grid-set li:last-child::after {
content: none;
}

.input-set {
display: flex;
gap: 10px;
flex-direction: column;
}
.input-set.space-between {
justify-content: space-between;
}
.input-set .btn-set {
margin: 0;
}
.input-set .btn-set button {
padding: 8px 14px;
font-size: 14px;
}
@media (min-width: 750px) {
.input-set {
flex-direction: row;
}
}

.img-wrap__border {
align-self: center;
text-align: center;
}
.img-wrap__border img {
border-radius: 10px;
border: solid 1px #d7deee;
width: 100%;
}

.box-title-content__title {
padding: 18px;
border: 1px dashed var(--steel);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
text-align: center;
}
.box-title-content__title span {
font-size: 20px;
}
.box-title-content__title .strong {
color: var(--mid-blue);
}
.box-title-content__contents {
padding: 30px 50px;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: solid 1px var(--sh-form-color);
background-color: var(--th-bg);
}
@media (min-width: 750px) and (max-width: 1023px) {
.box-title-content__contents {
padding: 20px 30px;
}
}
@media (max-width: 749px) {
.box-title-content__contents {
padding: 10px 20px;
}
}

.box-dashed {
padding: 15px;
border-radius: 5px;
border: 1px dashed var(--bd-color);
}
@media (min-width: 750px) {
.box-dashed {
padding: 30px;
}
}
.box-dashed.type2 {
border: 1px dashed #bad3f8;
background-color: var(--ice-blue);
}

ul.check-contents-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
ul.check-contents-list li {
width: 100%;
flex-basis: 100%;
}
@media (min-width: 750px) {
ul.check-contents-list li {
width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
}
}
ul.check-contents-list li a {
display: block;
width: 100%;
font-size: 16px;
text-align: center;
padding: 12px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid var(--sh-form-color);
overflow: hidden;
background-color: #fff;
}
ul.check-contents-list li a.selected {
position: relative;
border-color: var(--mid-blue);
color: var(--mid-blue);
}
ul.check-contents-list li a.selected::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 42px;
height: 100%;
background: var(--mid-blue) url(/static/portal/img/icon/ico-check-white.png) center center no-repeat;
transform: translateY(-50%);
}
ul.check-contents-list li a.disabled {
color: #5e6169;
background-color: #d6d7da;
}

.seperator--dotted {
display: block;
border-bottom: 1px dotted #d6d7da;
margin-bottom: 40px;
}

i.ico-check {
display: block;
width: 14px;
height: 10px;
background: url(/static/portal/img/icon/ico-check-blue.png) center center no-repeat;
}
i.ico-check--blue {
width: 14px;
height: 10px;
background: url(/static/portal/img/icon/ico-check-blue.png) center center no-repeat;
}

.box-tag {
position: relative;
overflow: hidden;
border-radius: 10px;
padding: 40px !important;
}
.box-tag span.tag {
font-family: GmarketSans;
position: absolute;
top: 0;
right: 0;
font-size: 16px;
color: var(--white);
border-bottom-left-radius: 10px;
padding: 14px 26px;
background-image: linear-gradient(to top, var(--mid-blue), var(--cerulean));
}

.sid-bar-contents {
padding-left: 18px;
border-left: 2px solid #75757a;
}

.img-wrap {
display: flex;
justify-content: center;
overflow: hidden;
}
.img-wrap.border {
border-radius: 10px;
}
.img-wrap > img {
width: 100%;
height: auto;
}

.box-line {
padding: 40px;
border: solid 1px var(--sh-form-color);
}

.table-dl.bd-round {
display: block;
border-radius: 10px;
border: 1px solid var(--bdcolor);
overflow: hidden;
}
.table-dl.bd-round > dl {
display: grid !important;
gap: 0 !important;
}
.table-dl.bd-round > dl:last-child {
border-bottom: none;
}
.table-dl.bd-round > dl dt {
background-color: #ebebf2;
}
.table-dl.bd-round > dl dd {
background-color: var(--white);
}
.table-dl.bd-round > dl dt,
.table-dl.bd-round > dl dd {
padding: 10px 20px;
}

.dong-history {
display: flex;
gap: 14px;
margin-top: 20px;
}
@media (max-width: 749px) {
.dong-history {
flex-direction: column;
}
}
.dong-history__title {
width: 290px;
flex-basis: 290px;
font-family: GmarketSans;
font-size: 45px;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 749px) {
.dong-history__title {
width: 100%;
flex-basis: 100%;
}
}
.dong-history__title strong {
font-weight: 700;
}
.dong-history__content {
width: calc(100% - 290px - 14px);
flex-basis: calc(100% - 290px - 14px);
margin-top: 140px;
padding-top: 15px;
border-top: 1px solid var(--bd-top);
}
@media (max-width: 749px) {
.dong-history__content {
width: 100%;
flex-basis: 100%;
margin-top: 0;
}
}
.dong-history__content li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
@media (max-width: 749px) {
.dong-history__content li {
flex-direction: column;
gap: 0;
}
}
.dong-history__content li:last-child {
margin-bottom: 0;
}
.dong-history__content li .date {
display: block;
width: 150px;
flex-basis: 150px;
font-size: 22px;
font-weight: 700;
color: var(--mid-blue);
}
@media (max-width: 749px) {
.dong-history__content li .date {
width: 100%;
flex-basis: 100%;
}
}
.dong-history__content li .date .year {
font-size: 28px;
color: var(--teal);
}
.dong-history__content li .content {
display: block;
width: calc(100% - 150px - 10px);
flex-basis: calc(100% - 150px - 10px);
}
@media (max-width: 749px) {
.dong-history__content li .content {
width: 100%;
flex-basis: 100%;
}
}

.box_tit .box.img-box {
position: relative;
padding-left: 40px;
}
.box_tit .box.img-box.pr10 {
padding-right: 10px;
}
.box_tit .box.img-box.pb10 {
padding-bottom: 10px;
}
.box_tit .box.img-box.pr11 {
padding-right: 11px;
}
.box_tit .box.img-box.pb11 {
padding-bottom: 11px;
}
.box_tit .box.img-box.pr12 {
padding-right: 12px;
}
.box_tit .box.img-box.pb12 {
padding-bottom: 12px;
}
.box_tit .box.img-box.pr13 {
padding-right: 13px;
}
.box_tit .box.img-box.pb13 {
padding-bottom: 13px;
}
.box_tit .box.img-box.pr14 {
padding-right: 14px;
}
.box_tit .box.img-box.pb14 {
padding-bottom: 14px;
}
.box_tit .box.img-box.pr15 {
padding-right: 15px;
}
.box_tit .box.img-box.pb15 {
padding-bottom: 15px;
}
.box_tit .box.img-box.pr16 {
padding-right: 16px;
}
.box_tit .box.img-box.pb16 {
padding-bottom: 16px;
}
.box_tit .box.img-box.pr17 {
padding-right: 17px;
}
.box_tit .box.img-box.pb17 {
padding-bottom: 17px;
}
.box_tit .box.img-box.pr18 {
padding-right: 18px;
}
.box_tit .box.img-box.pb18 {
padding-bottom: 18px;
}
.box_tit .box.img-box.pr19 {
padding-right: 19px;
}
.box_tit .box.img-box.pb19 {
padding-bottom: 19px;
}
.box_tit .box.img-box.pr20 {
padding-right: 20px;
}
.box_tit .box.img-box.pb20 {
padding-bottom: 20px;
}
.box_tit .box.img-box.pr21 {
padding-right: 21px;
}
.box_tit .box.img-box.pb21 {
padding-bottom: 21px;
}
.box_tit .box.img-box.pr22 {
padding-right: 22px;
}
.box_tit .box.img-box.pb22 {
padding-bottom: 22px;
}
.box_tit .box.img-box.pr23 {
padding-right: 23px;
}
.box_tit .box.img-box.pb23 {
padding-bottom: 23px;
}
.box_tit .box.img-box.pr24 {
padding-right: 24px;
}
.box_tit .box.img-box.pb24 {
padding-bottom: 24px;
}
.box_tit .box.img-box.pr25 {
padding-right: 25px;
}
.box_tit .box.img-box.pb25 {
padding-bottom: 25px;
}
.box_tit .box.img-box.pr26 {
padding-right: 26px;
}
.box_tit .box.img-box.pb26 {
padding-bottom: 26px;
}
.box_tit .box.img-box.pr27 {
padding-right: 27px;
}
.box_tit .box.img-box.pb27 {
padding-bottom: 27px;
}
.box_tit .box.img-box.pr28 {
padding-right: 28px;
}
.box_tit .box.img-box.pb28 {
padding-bottom: 28px;
}
.box_tit .box.img-box.pr29 {
padding-right: 29px;
}
.box_tit .box.img-box.pb29 {
padding-bottom: 29px;
}
.box_tit .box.img-box.pr30 {
padding-right: 30px;
}
.box_tit .box.img-box.pb30 {
padding-bottom: 30px;
}
.box_tit .box.img-box.pr31 {
padding-right: 31px;
}
.box_tit .box.img-box.pb31 {
padding-bottom: 31px;
}
.box_tit .box.img-box.pr32 {
padding-right: 32px;
}
.box_tit .box.img-box.pb32 {
padding-bottom: 32px;
}
.box_tit .box.img-box.pr33 {
padding-right: 33px;
}
.box_tit .box.img-box.pb33 {
padding-bottom: 33px;
}
.box_tit .box.img-box.pr34 {
padding-right: 34px;
}
.box_tit .box.img-box.pb34 {
padding-bottom: 34px;
}
.box_tit .box.img-box.pr35 {
padding-right: 35px;
}
.box_tit .box.img-box.pb35 {
padding-bottom: 35px;
}
.box_tit .box.img-box.pr36 {
padding-right: 36px;
}
.box_tit .box.img-box.pb36 {
padding-bottom: 36px;
}
.box_tit .box.img-box.pr37 {
padding-right: 37px;
}
.box_tit .box.img-box.pb37 {
padding-bottom: 37px;
}
.box_tit .box.img-box.pr38 {
padding-right: 38px;
}
.box_tit .box.img-box.pb38 {
padding-bottom: 38px;
}
.box_tit .box.img-box.pr39 {
padding-right: 39px;
}
.box_tit .box.img-box.pb39 {
padding-bottom: 39px;
}
.box_tit .box.img-box.pr40 {
padding-right: 40px;
}
.box_tit .box.img-box.pb40 {
padding-bottom: 40px;
}
.box_tit .box.img-box.pr41 {
padding-right: 41px;
}
.box_tit .box.img-box.pb41 {
padding-bottom: 41px;
}
.box_tit .box.img-box.pr42 {
padding-right: 42px;
}
.box_tit .box.img-box.pb42 {
padding-bottom: 42px;
}
.box_tit .box.img-box.pr43 {
padding-right: 43px;
}
.box_tit .box.img-box.pb43 {
padding-bottom: 43px;
}
.box_tit .box.img-box.pr44 {
padding-right: 44px;
}
.box_tit .box.img-box.pb44 {
padding-bottom: 44px;
}
.box_tit .box.img-box.pr45 {
padding-right: 45px;
}
.box_tit .box.img-box.pb45 {
padding-bottom: 45px;
}
.box_tit .box.img-box.pr46 {
padding-right: 46px;
}
.box_tit .box.img-box.pb46 {
padding-bottom: 46px;
}
.box_tit .box.img-box.pr47 {
padding-right: 47px;
}
.box_tit .box.img-box.pb47 {
padding-bottom: 47px;
}
.box_tit .box.img-box.pr48 {
padding-right: 48px;
}
.box_tit .box.img-box.pb48 {
padding-bottom: 48px;
}
.box_tit .box.img-box.pr49 {
padding-right: 49px;
}
.box_tit .box.img-box.pb49 {
padding-bottom: 49px;
}
.box_tit .box.img-box.pr50 {
padding-right: 50px;
}
.box_tit .box.img-box.pb50 {
padding-bottom: 50px;
}
.box_tit .box.img-box.pr51 {
padding-right: 51px;
}
.box_tit .box.img-box.pb51 {
padding-bottom: 51px;
}
.box_tit .box.img-box.pr52 {
padding-right: 52px;
}
.box_tit .box.img-box.pb52 {
padding-bottom: 52px;
}
.box_tit .box.img-box.pr53 {
padding-right: 53px;
}
.box_tit .box.img-box.pb53 {
padding-bottom: 53px;
}
.box_tit .box.img-box.pr54 {
padding-right: 54px;
}
.box_tit .box.img-box.pb54 {
padding-bottom: 54px;
}
.box_tit .box.img-box.pr55 {
padding-right: 55px;
}
.box_tit .box.img-box.pb55 {
padding-bottom: 55px;
}
.box_tit .box.img-box.pr56 {
padding-right: 56px;
}
.box_tit .box.img-box.pb56 {
padding-bottom: 56px;
}
.box_tit .box.img-box.pr57 {
padding-right: 57px;
}
.box_tit .box.img-box.pb57 {
padding-bottom: 57px;
}
.box_tit .box.img-box.pr58 {
padding-right: 58px;
}
.box_tit .box.img-box.pb58 {
padding-bottom: 58px;
}
.box_tit .box.img-box.pr59 {
padding-right: 59px;
}
.box_tit .box.img-box.pb59 {
padding-bottom: 59px;
}
.box_tit .box.img-box.pr60 {
padding-right: 60px;
}
.box_tit .box.img-box.pb60 {
padding-bottom: 60px;
}
.box_tit .box.img-box.pr61 {
padding-right: 61px;
}
.box_tit .box.img-box.pb61 {
padding-bottom: 61px;
}
.box_tit .box.img-box.pr62 {
padding-right: 62px;
}
.box_tit .box.img-box.pb62 {
padding-bottom: 62px;
}
.box_tit .box.img-box.pr63 {
padding-right: 63px;
}
.box_tit .box.img-box.pb63 {
padding-bottom: 63px;
}
.box_tit .box.img-box.pr64 {
padding-right: 64px;
}
.box_tit .box.img-box.pb64 {
padding-bottom: 64px;
}
.box_tit .box.img-box.pr65 {
padding-right: 65px;
}
.box_tit .box.img-box.pb65 {
padding-bottom: 65px;
}
.box_tit .box.img-box.pr66 {
padding-right: 66px;
}
.box_tit .box.img-box.pb66 {
padding-bottom: 66px;
}
.box_tit .box.img-box.pr67 {
padding-right: 67px;
}
.box_tit .box.img-box.pb67 {
padding-bottom: 67px;
}
.box_tit .box.img-box.pr68 {
padding-right: 68px;
}
.box_tit .box.img-box.pb68 {
padding-bottom: 68px;
}
.box_tit .box.img-box.pr69 {
padding-right: 69px;
}
.box_tit .box.img-box.pb69 {
padding-bottom: 69px;
}
.box_tit .box.img-box.pr70 {
padding-right: 70px;
}
.box_tit .box.img-box.pb70 {
padding-bottom: 70px;
}
.box_tit .box.img-box.pr71 {
padding-right: 71px;
}
.box_tit .box.img-box.pb71 {
padding-bottom: 71px;
}
.box_tit .box.img-box.pr72 {
padding-right: 72px;
}
.box_tit .box.img-box.pb72 {
padding-bottom: 72px;
}
.box_tit .box.img-box.pr73 {
padding-right: 73px;
}
.box_tit .box.img-box.pb73 {
padding-bottom: 73px;
}
.box_tit .box.img-box.pr74 {
padding-right: 74px;
}
.box_tit .box.img-box.pb74 {
padding-bottom: 74px;
}
.box_tit .box.img-box.pr75 {
padding-right: 75px;
}
.box_tit .box.img-box.pb75 {
padding-bottom: 75px;
}
.box_tit .box.img-box.pr76 {
padding-right: 76px;
}
.box_tit .box.img-box.pb76 {
padding-bottom: 76px;
}
.box_tit .box.img-box.pr77 {
padding-right: 77px;
}
.box_tit .box.img-box.pb77 {
padding-bottom: 77px;
}
.box_tit .box.img-box.pr78 {
padding-right: 78px;
}
.box_tit .box.img-box.pb78 {
padding-bottom: 78px;
}
.box_tit .box.img-box.pr79 {
padding-right: 79px;
}
.box_tit .box.img-box.pb79 {
padding-bottom: 79px;
}
.box_tit .box.img-box.pr80 {
padding-right: 80px;
}
.box_tit .box.img-box.pb80 {
padding-bottom: 80px;
}
.box_tit .box.img-box.pr81 {
padding-right: 81px;
}
.box_tit .box.img-box.pb81 {
padding-bottom: 81px;
}
.box_tit .box.img-box.pr82 {
padding-right: 82px;
}
.box_tit .box.img-box.pb82 {
padding-bottom: 82px;
}
.box_tit .box.img-box.pr83 {
padding-right: 83px;
}
.box_tit .box.img-box.pb83 {
padding-bottom: 83px;
}
.box_tit .box.img-box.pr84 {
padding-right: 84px;
}
.box_tit .box.img-box.pb84 {
padding-bottom: 84px;
}
.box_tit .box.img-box.pr85 {
padding-right: 85px;
}
.box_tit .box.img-box.pb85 {
padding-bottom: 85px;
}
.box_tit .box.img-box.pr86 {
padding-right: 86px;
}
.box_tit .box.img-box.pb86 {
padding-bottom: 86px;
}
.box_tit .box.img-box.pr87 {
padding-right: 87px;
}
.box_tit .box.img-box.pb87 {
padding-bottom: 87px;
}
.box_tit .box.img-box.pr88 {
padding-right: 88px;
}
.box_tit .box.img-box.pb88 {
padding-bottom: 88px;
}
.box_tit .box.img-box.pr89 {
padding-right: 89px;
}
.box_tit .box.img-box.pb89 {
padding-bottom: 89px;
}
.box_tit .box.img-box.pr90 {
padding-right: 90px;
}
.box_tit .box.img-box.pb90 {
padding-bottom: 90px;
}
.box_tit .box.img-box.pr91 {
padding-right: 91px;
}
.box_tit .box.img-box.pb91 {
padding-bottom: 91px;
}
.box_tit .box.img-box.pr92 {
padding-right: 92px;
}
.box_tit .box.img-box.pb92 {
padding-bottom: 92px;
}
.box_tit .box.img-box.pr93 {
padding-right: 93px;
}
.box_tit .box.img-box.pb93 {
padding-bottom: 93px;
}
.box_tit .box.img-box.pr94 {
padding-right: 94px;
}
.box_tit .box.img-box.pb94 {
padding-bottom: 94px;
}
.box_tit .box.img-box.pr95 {
padding-right: 95px;
}
.box_tit .box.img-box.pb95 {
padding-bottom: 95px;
}
.box_tit .box.img-box.pr96 {
padding-right: 96px;
}
.box_tit .box.img-box.pb96 {
padding-bottom: 96px;
}
.box_tit .box.img-box.pr97 {
padding-right: 97px;
}
.box_tit .box.img-box.pb97 {
padding-bottom: 97px;
}
.box_tit .box.img-box.pr98 {
padding-right: 98px;
}
.box_tit .box.img-box.pb98 {
padding-bottom: 98px;
}
.box_tit .box.img-box.pr99 {
padding-right: 99px;
}
.box_tit .box.img-box.pb99 {
padding-bottom: 99px;
}
.box_tit .box.img-box.pr100 {
padding-right: 100px;
}
.box_tit .box.img-box.pb100 {
padding-bottom: 100px;
}
.box_tit .box.img-box.pr101 {
padding-right: 101px;
}
.box_tit .box.img-box.pb101 {
padding-bottom: 101px;
}
.box_tit .box.img-box.pr102 {
padding-right: 102px;
}
.box_tit .box.img-box.pb102 {
padding-bottom: 102px;
}
.box_tit .box.img-box.pr103 {
padding-right: 103px;
}
.box_tit .box.img-box.pb103 {
padding-bottom: 103px;
}
.box_tit .box.img-box.pr104 {
padding-right: 104px;
}
.box_tit .box.img-box.pb104 {
padding-bottom: 104px;
}
.box_tit .box.img-box.pr105 {
padding-right: 105px;
}
.box_tit .box.img-box.pb105 {
padding-bottom: 105px;
}
.box_tit .box.img-box.pr106 {
padding-right: 106px;
}
.box_tit .box.img-box.pb106 {
padding-bottom: 106px;
}
.box_tit .box.img-box.pr107 {
padding-right: 107px;
}
.box_tit .box.img-box.pb107 {
padding-bottom: 107px;
}
.box_tit .box.img-box.pr108 {
padding-right: 108px;
}
.box_tit .box.img-box.pb108 {
padding-bottom: 108px;
}
.box_tit .box.img-box.pr109 {
padding-right: 109px;
}
.box_tit .box.img-box.pb109 {
padding-bottom: 109px;
}
.box_tit .box.img-box.pr110 {
padding-right: 110px;
}
.box_tit .box.img-box.pb110 {
padding-bottom: 110px;
}
.box_tit .box.img-box.pr111 {
padding-right: 111px;
}
.box_tit .box.img-box.pb111 {
padding-bottom: 111px;
}
.box_tit .box.img-box.pr112 {
padding-right: 112px;
}
.box_tit .box.img-box.pb112 {
padding-bottom: 112px;
}
.box_tit .box.img-box.pr113 {
padding-right: 113px;
}
.box_tit .box.img-box.pb113 {
padding-bottom: 113px;
}
.box_tit .box.img-box.pr114 {
padding-right: 114px;
}
.box_tit .box.img-box.pb114 {
padding-bottom: 114px;
}
.box_tit .box.img-box.pr115 {
padding-right: 115px;
}
.box_tit .box.img-box.pb115 {
padding-bottom: 115px;
}
.box_tit .box.img-box.pr116 {
padding-right: 116px;
}
.box_tit .box.img-box.pb116 {
padding-bottom: 116px;
}
.box_tit .box.img-box.pr117 {
padding-right: 117px;
}
.box_tit .box.img-box.pb117 {
padding-bottom: 117px;
}
.box_tit .box.img-box.pr118 {
padding-right: 118px;
}
.box_tit .box.img-box.pb118 {
padding-bottom: 118px;
}
.box_tit .box.img-box.pr119 {
padding-right: 119px;
}
.box_tit .box.img-box.pb119 {
padding-bottom: 119px;
}
.box_tit .box.img-box.pr120 {
padding-right: 120px;
}
.box_tit .box.img-box.pb120 {
padding-bottom: 120px;
}
.box_tit .box.img-box.pr121 {
padding-right: 121px;
}
.box_tit .box.img-box.pb121 {
padding-bottom: 121px;
}
.box_tit .box.img-box.pr122 {
padding-right: 122px;
}
.box_tit .box.img-box.pb122 {
padding-bottom: 122px;
}
.box_tit .box.img-box.pr123 {
padding-right: 123px;
}
.box_tit .box.img-box.pb123 {
padding-bottom: 123px;
}
.box_tit .box.img-box.pr124 {
padding-right: 124px;
}
.box_tit .box.img-box.pb124 {
padding-bottom: 124px;
}
.box_tit .box.img-box.pr125 {
padding-right: 125px;
}
.box_tit .box.img-box.pb125 {
padding-bottom: 125px;
}
.box_tit .box.img-box.pr126 {
padding-right: 126px;
}
.box_tit .box.img-box.pb126 {
padding-bottom: 126px;
}
.box_tit .box.img-box.pr127 {
padding-right: 127px;
}
.box_tit .box.img-box.pb127 {
padding-bottom: 127px;
}
.box_tit .box.img-box.pr128 {
padding-right: 128px;
}
.box_tit .box.img-box.pb128 {
padding-bottom: 128px;
}
.box_tit .box.img-box.pr129 {
padding-right: 129px;
}
.box_tit .box.img-box.pb129 {
padding-bottom: 129px;
}
.box_tit .box.img-box.pr130 {
padding-right: 130px;
}
.box_tit .box.img-box.pb130 {
padding-bottom: 130px;
}
.box_tit .box.img-box.pr131 {
padding-right: 131px;
}
.box_tit .box.img-box.pb131 {
padding-bottom: 131px;
}
.box_tit .box.img-box.pr132 {
padding-right: 132px;
}
.box_tit .box.img-box.pb132 {
padding-bottom: 132px;
}
.box_tit .box.img-box.pr133 {
padding-right: 133px;
}
.box_tit .box.img-box.pb133 {
padding-bottom: 133px;
}
.box_tit .box.img-box.pr134 {
padding-right: 134px;
}
.box_tit .box.img-box.pb134 {
padding-bottom: 134px;
}
.box_tit .box.img-box.pr135 {
padding-right: 135px;
}
.box_tit .box.img-box.pb135 {
padding-bottom: 135px;
}
.box_tit .box.img-box.pr136 {
padding-right: 136px;
}
.box_tit .box.img-box.pb136 {
padding-bottom: 136px;
}
.box_tit .box.img-box.pr137 {
padding-right: 137px;
}
.box_tit .box.img-box.pb137 {
padding-bottom: 137px;
}
.box_tit .box.img-box.pr138 {
padding-right: 138px;
}
.box_tit .box.img-box.pb138 {
padding-bottom: 138px;
}
.box_tit .box.img-box.pr139 {
padding-right: 139px;
}
.box_tit .box.img-box.pb139 {
padding-bottom: 139px;
}
.box_tit .box.img-box.pr140 {
padding-right: 140px;
}
.box_tit .box.img-box.pb140 {
padding-bottom: 140px;
}
.box_tit .box.img-box.pr141 {
padding-right: 141px;
}
.box_tit .box.img-box.pb141 {
padding-bottom: 141px;
}
.box_tit .box.img-box.pr142 {
padding-right: 142px;
}
.box_tit .box.img-box.pb142 {
padding-bottom: 142px;
}
.box_tit .box.img-box.pr143 {
padding-right: 143px;
}
.box_tit .box.img-box.pb143 {
padding-bottom: 143px;
}
.box_tit .box.img-box.pr144 {
padding-right: 144px;
}
.box_tit .box.img-box.pb144 {
padding-bottom: 144px;
}
.box_tit .box.img-box.pr145 {
padding-right: 145px;
}
.box_tit .box.img-box.pb145 {
padding-bottom: 145px;
}
.box_tit .box.img-box.pr146 {
padding-right: 146px;
}
.box_tit .box.img-box.pb146 {
padding-bottom: 146px;
}
.box_tit .box.img-box.pr147 {
padding-right: 147px;
}
.box_tit .box.img-box.pb147 {
padding-bottom: 147px;
}
.box_tit .box.img-box.pr148 {
padding-right: 148px;
}
.box_tit .box.img-box.pb148 {
padding-bottom: 148px;
}
.box_tit .box.img-box.pr149 {
padding-right: 149px;
}
.box_tit .box.img-box.pb149 {
padding-bottom: 149px;
}
.box_tit .box.img-box.pr150 {
padding-right: 150px;
}
.box_tit .box.img-box.pb150 {
padding-bottom: 150px;
}
.box_tit .box.img-box.pr151 {
padding-right: 151px;
}
.box_tit .box.img-box.pb151 {
padding-bottom: 151px;
}
.box_tit .box.img-box.pr152 {
padding-right: 152px;
}
.box_tit .box.img-box.pb152 {
padding-bottom: 152px;
}
.box_tit .box.img-box.pr153 {
padding-right: 153px;
}
.box_tit .box.img-box.pb153 {
padding-bottom: 153px;
}
.box_tit .box.img-box.pr154 {
padding-right: 154px;
}
.box_tit .box.img-box.pb154 {
padding-bottom: 154px;
}
.box_tit .box.img-box.pr155 {
padding-right: 155px;
}
.box_tit .box.img-box.pb155 {
padding-bottom: 155px;
}
.box_tit .box.img-box.pr156 {
padding-right: 156px;
}
.box_tit .box.img-box.pb156 {
padding-bottom: 156px;
}
.box_tit .box.img-box.pr157 {
padding-right: 157px;
}
.box_tit .box.img-box.pb157 {
padding-bottom: 157px;
}
.box_tit .box.img-box.pr158 {
padding-right: 158px;
}
.box_tit .box.img-box.pb158 {
padding-bottom: 158px;
}
.box_tit .box.img-box.pr159 {
padding-right: 159px;
}
.box_tit .box.img-box.pb159 {
padding-bottom: 159px;
}
.box_tit .box.img-box.pr160 {
padding-right: 160px;
}
.box_tit .box.img-box.pb160 {
padding-bottom: 160px;
}
.box_tit .box.img-box.pr161 {
padding-right: 161px;
}
.box_tit .box.img-box.pb161 {
padding-bottom: 161px;
}
.box_tit .box.img-box.pr162 {
padding-right: 162px;
}
.box_tit .box.img-box.pb162 {
padding-bottom: 162px;
}
.box_tit .box.img-box.pr163 {
padding-right: 163px;
}
.box_tit .box.img-box.pb163 {
padding-bottom: 163px;
}
.box_tit .box.img-box.pr164 {
padding-right: 164px;
}
.box_tit .box.img-box.pb164 {
padding-bottom: 164px;
}
.box_tit .box.img-box.pr165 {
padding-right: 165px;
}
.box_tit .box.img-box.pb165 {
padding-bottom: 165px;
}
.box_tit .box.img-box.pr166 {
padding-right: 166px;
}
.box_tit .box.img-box.pb166 {
padding-bottom: 166px;
}
.box_tit .box.img-box.pr167 {
padding-right: 167px;
}
.box_tit .box.img-box.pb167 {
padding-bottom: 167px;
}
.box_tit .box.img-box.pr168 {
padding-right: 168px;
}
.box_tit .box.img-box.pb168 {
padding-bottom: 168px;
}
.box_tit .box.img-box.pr169 {
padding-right: 169px;
}
.box_tit .box.img-box.pb169 {
padding-bottom: 169px;
}
.box_tit .box.img-box.pr170 {
padding-right: 170px;
}
.box_tit .box.img-box.pb170 {
padding-bottom: 170px;
}
.box_tit .box.img-box.pr171 {
padding-right: 171px;
}
.box_tit .box.img-box.pb171 {
padding-bottom: 171px;
}
.box_tit .box.img-box.pr172 {
padding-right: 172px;
}
.box_tit .box.img-box.pb172 {
padding-bottom: 172px;
}
.box_tit .box.img-box.pr173 {
padding-right: 173px;
}
.box_tit .box.img-box.pb173 {
padding-bottom: 173px;
}
.box_tit .box.img-box.pr174 {
padding-right: 174px;
}
.box_tit .box.img-box.pb174 {
padding-bottom: 174px;
}
.box_tit .box.img-box.pr175 {
padding-right: 175px;
}
.box_tit .box.img-box.pb175 {
padding-bottom: 175px;
}
.box_tit .box.img-box.pr176 {
padding-right: 176px;
}
.box_tit .box.img-box.pb176 {
padding-bottom: 176px;
}
.box_tit .box.img-box.pr177 {
padding-right: 177px;
}
.box_tit .box.img-box.pb177 {
padding-bottom: 177px;
}
.box_tit .box.img-box.pr178 {
padding-right: 178px;
}
.box_tit .box.img-box.pb178 {
padding-bottom: 178px;
}
.box_tit .box.img-box.pr179 {
padding-right: 179px;
}
.box_tit .box.img-box.pb179 {
padding-bottom: 179px;
}
.box_tit .box.img-box.pr180 {
padding-right: 180px;
}
.box_tit .box.img-box.pb180 {
padding-bottom: 180px;
}
.box_tit .box.img-box.pr181 {
padding-right: 181px;
}
.box_tit .box.img-box.pb181 {
padding-bottom: 181px;
}
.box_tit .box.img-box.pr182 {
padding-right: 182px;
}
.box_tit .box.img-box.pb182 {
padding-bottom: 182px;
}
.box_tit .box.img-box.pr183 {
padding-right: 183px;
}
.box_tit .box.img-box.pb183 {
padding-bottom: 183px;
}
.box_tit .box.img-box.pr184 {
padding-right: 184px;
}
.box_tit .box.img-box.pb184 {
padding-bottom: 184px;
}
.box_tit .box.img-box.pr185 {
padding-right: 185px;
}
.box_tit .box.img-box.pb185 {
padding-bottom: 185px;
}
.box_tit .box.img-box.pr186 {
padding-right: 186px;
}
.box_tit .box.img-box.pb186 {
padding-bottom: 186px;
}
.box_tit .box.img-box.pr187 {
padding-right: 187px;
}
.box_tit .box.img-box.pb187 {
padding-bottom: 187px;
}
.box_tit .box.img-box.pr188 {
padding-right: 188px;
}
.box_tit .box.img-box.pb188 {
padding-bottom: 188px;
}
.box_tit .box.img-box.pr189 {
padding-right: 189px;
}
.box_tit .box.img-box.pb189 {
padding-bottom: 189px;
}
.box_tit .box.img-box.pr190 {
padding-right: 190px;
}
.box_tit .box.img-box.pb190 {
padding-bottom: 190px;
}
.box_tit .box.img-box.pr191 {
padding-right: 191px;
}
.box_tit .box.img-box.pb191 {
padding-bottom: 191px;
}
.box_tit .box.img-box.pr192 {
padding-right: 192px;
}
.box_tit .box.img-box.pb192 {
padding-bottom: 192px;
}
.box_tit .box.img-box.pr193 {
padding-right: 193px;
}
.box_tit .box.img-box.pb193 {
padding-bottom: 193px;
}
.box_tit .box.img-box.pr194 {
padding-right: 194px;
}
.box_tit .box.img-box.pb194 {
padding-bottom: 194px;
}
.box_tit .box.img-box.pr195 {
padding-right: 195px;
}
.box_tit .box.img-box.pb195 {
padding-bottom: 195px;
}
.box_tit .box.img-box.pr196 {
padding-right: 196px;
}
.box_tit .box.img-box.pb196 {
padding-bottom: 196px;
}
.box_tit .box.img-box.pr197 {
padding-right: 197px;
}
.box_tit .box.img-box.pb197 {
padding-bottom: 197px;
}
.box_tit .box.img-box.pr198 {
padding-right: 198px;
}
.box_tit .box.img-box.pb198 {
padding-bottom: 198px;
}
.box_tit .box.img-box.pr199 {
padding-right: 199px;
}
.box_tit .box.img-box.pb199 {
padding-bottom: 199px;
}
.box_tit .box.img-box.pr200 {
padding-right: 200px;
}
.box_tit .box.img-box.pb200 {
padding-bottom: 200px;
}
.box_tit .box.img-box.pr201 {
padding-right: 201px;
}
.box_tit .box.img-box.pb201 {
padding-bottom: 201px;
}
.box_tit .box.img-box.pr202 {
padding-right: 202px;
}
.box_tit .box.img-box.pb202 {
padding-bottom: 202px;
}
.box_tit .box.img-box.pr203 {
padding-right: 203px;
}
.box_tit .box.img-box.pb203 {
padding-bottom: 203px;
}
.box_tit .box.img-box.pr204 {
padding-right: 204px;
}
.box_tit .box.img-box.pb204 {
padding-bottom: 204px;
}
.box_tit .box.img-box.pr205 {
padding-right: 205px;
}
.box_tit .box.img-box.pb205 {
padding-bottom: 205px;
}
.box_tit .box.img-box.pr206 {
padding-right: 206px;
}
.box_tit .box.img-box.pb206 {
padding-bottom: 206px;
}
.box_tit .box.img-box.pr207 {
padding-right: 207px;
}
.box_tit .box.img-box.pb207 {
padding-bottom: 207px;
}
.box_tit .box.img-box.pr208 {
padding-right: 208px;
}
.box_tit .box.img-box.pb208 {
padding-bottom: 208px;
}
.box_tit .box.img-box.pr209 {
padding-right: 209px;
}
.box_tit .box.img-box.pb209 {
padding-bottom: 209px;
}
.box_tit .box.img-box.pr210 {
padding-right: 210px;
}
.box_tit .box.img-box.pb210 {
padding-bottom: 210px;
}
.box_tit .box.img-box.pr211 {
padding-right: 211px;
}
.box_tit .box.img-box.pb211 {
padding-bottom: 211px;
}
.box_tit .box.img-box.pr212 {
padding-right: 212px;
}
.box_tit .box.img-box.pb212 {
padding-bottom: 212px;
}
.box_tit .box.img-box.pr213 {
padding-right: 213px;
}
.box_tit .box.img-box.pb213 {
padding-bottom: 213px;
}
.box_tit .box.img-box.pr214 {
padding-right: 214px;
}
.box_tit .box.img-box.pb214 {
padding-bottom: 214px;
}
.box_tit .box.img-box.pr215 {
padding-right: 215px;
}
.box_tit .box.img-box.pb215 {
padding-bottom: 215px;
}
.box_tit .box.img-box.pr216 {
padding-right: 216px;
}
.box_tit .box.img-box.pb216 {
padding-bottom: 216px;
}
.box_tit .box.img-box.pr217 {
padding-right: 217px;
}
.box_tit .box.img-box.pb217 {
padding-bottom: 217px;
}
.box_tit .box.img-box.pr218 {
padding-right: 218px;
}
.box_tit .box.img-box.pb218 {
padding-bottom: 218px;
}
.box_tit .box.img-box.pr219 {
padding-right: 219px;
}
.box_tit .box.img-box.pb219 {
padding-bottom: 219px;
}
.box_tit .box.img-box.pr220 {
padding-right: 220px;
}
.box_tit .box.img-box.pb220 {
padding-bottom: 220px;
}
.box_tit .box.img-box.pr221 {
padding-right: 221px;
}
.box_tit .box.img-box.pb221 {
padding-bottom: 221px;
}
.box_tit .box.img-box.pr222 {
padding-right: 222px;
}
.box_tit .box.img-box.pb222 {
padding-bottom: 222px;
}
.box_tit .box.img-box.pr223 {
padding-right: 223px;
}
.box_tit .box.img-box.pb223 {
padding-bottom: 223px;
}
.box_tit .box.img-box.pr224 {
padding-right: 224px;
}
.box_tit .box.img-box.pb224 {
padding-bottom: 224px;
}
.box_tit .box.img-box.pr225 {
padding-right: 225px;
}
.box_tit .box.img-box.pb225 {
padding-bottom: 225px;
}
.box_tit .box.img-box.pr226 {
padding-right: 226px;
}
.box_tit .box.img-box.pb226 {
padding-bottom: 226px;
}
.box_tit .box.img-box.pr227 {
padding-right: 227px;
}
.box_tit .box.img-box.pb227 {
padding-bottom: 227px;
}
.box_tit .box.img-box.pr228 {
padding-right: 228px;
}
.box_tit .box.img-box.pb228 {
padding-bottom: 228px;
}
.box_tit .box.img-box.pr229 {
padding-right: 229px;
}
.box_tit .box.img-box.pb229 {
padding-bottom: 229px;
}
.box_tit .box.img-box.pr230 {
padding-right: 230px;
}
.box_tit .box.img-box.pb230 {
padding-bottom: 230px;
}
.box_tit .box.img-box.pr231 {
padding-right: 231px;
}
.box_tit .box.img-box.pb231 {
padding-bottom: 231px;
}
.box_tit .box.img-box.pr232 {
padding-right: 232px;
}
.box_tit .box.img-box.pb232 {
padding-bottom: 232px;
}
.box_tit .box.img-box.pr233 {
padding-right: 233px;
}
.box_tit .box.img-box.pb233 {
padding-bottom: 233px;
}
.box_tit .box.img-box.pr234 {
padding-right: 234px;
}
.box_tit .box.img-box.pb234 {
padding-bottom: 234px;
}
.box_tit .box.img-box.pr235 {
padding-right: 235px;
}
.box_tit .box.img-box.pb235 {
padding-bottom: 235px;
}
.box_tit .box.img-box.pr236 {
padding-right: 236px;
}
.box_tit .box.img-box.pb236 {
padding-bottom: 236px;
}
.box_tit .box.img-box.pr237 {
padding-right: 237px;
}
.box_tit .box.img-box.pb237 {
padding-bottom: 237px;
}
.box_tit .box.img-box.pr238 {
padding-right: 238px;
}
.box_tit .box.img-box.pb238 {
padding-bottom: 238px;
}
.box_tit .box.img-box.pr239 {
padding-right: 239px;
}
.box_tit .box.img-box.pb239 {
padding-bottom: 239px;
}
.box_tit .box.img-box.pr240 {
padding-right: 240px;
}
.box_tit .box.img-box.pb240 {
padding-bottom: 240px;
}
.box_tit .box.img-box.pr241 {
padding-right: 241px;
}
.box_tit .box.img-box.pb241 {
padding-bottom: 241px;
}
.box_tit .box.img-box.pr242 {
padding-right: 242px;
}
.box_tit .box.img-box.pb242 {
padding-bottom: 242px;
}
.box_tit .box.img-box.pr243 {
padding-right: 243px;
}
.box_tit .box.img-box.pb243 {
padding-bottom: 243px;
}
.box_tit .box.img-box.pr244 {
padding-right: 244px;
}
.box_tit .box.img-box.pb244 {
padding-bottom: 244px;
}
.box_tit .box.img-box.pr245 {
padding-right: 245px;
}
.box_tit .box.img-box.pb245 {
padding-bottom: 245px;
}
.box_tit .box.img-box.pr246 {
padding-right: 246px;
}
.box_tit .box.img-box.pb246 {
padding-bottom: 246px;
}
.box_tit .box.img-box.pr247 {
padding-right: 247px;
}
.box_tit .box.img-box.pb247 {
padding-bottom: 247px;
}
.box_tit .box.img-box.pr248 {
padding-right: 248px;
}
.box_tit .box.img-box.pb248 {
padding-bottom: 248px;
}
.box_tit .box.img-box.pr249 {
padding-right: 249px;
}
.box_tit .box.img-box.pb249 {
padding-bottom: 249px;
}
.box_tit .box.img-box.pr250 {
padding-right: 250px;
}
.box_tit .box.img-box.pb250 {
padding-bottom: 250px;
}
.box_tit .box.img-box.pr251 {
padding-right: 251px;
}
.box_tit .box.img-box.pb251 {
padding-bottom: 251px;
}
.box_tit .box.img-box.pr252 {
padding-right: 252px;
}
.box_tit .box.img-box.pb252 {
padding-bottom: 252px;
}
.box_tit .box.img-box.pr253 {
padding-right: 253px;
}
.box_tit .box.img-box.pb253 {
padding-bottom: 253px;
}
.box_tit .box.img-box.pr254 {
padding-right: 254px;
}
.box_tit .box.img-box.pb254 {
padding-bottom: 254px;
}
.box_tit .box.img-box.pr255 {
padding-right: 255px;
}
.box_tit .box.img-box.pb255 {
padding-bottom: 255px;
}
.box_tit .box.img-box.pr256 {
padding-right: 256px;
}
.box_tit .box.img-box.pb256 {
padding-bottom: 256px;
}
.box_tit .box.img-box.pr257 {
padding-right: 257px;
}
.box_tit .box.img-box.pb257 {
padding-bottom: 257px;
}
.box_tit .box.img-box.pr258 {
padding-right: 258px;
}
.box_tit .box.img-box.pb258 {
padding-bottom: 258px;
}
.box_tit .box.img-box.pr259 {
padding-right: 259px;
}
.box_tit .box.img-box.pb259 {
padding-bottom: 259px;
}
.box_tit .box.img-box.pr260 {
padding-right: 260px;
}
.box_tit .box.img-box.pb260 {
padding-bottom: 260px;
}
.box_tit .box.img-box.pr261 {
padding-right: 261px;
}
.box_tit .box.img-box.pb261 {
padding-bottom: 261px;
}
.box_tit .box.img-box.pr262 {
padding-right: 262px;
}
.box_tit .box.img-box.pb262 {
padding-bottom: 262px;
}
.box_tit .box.img-box.pr263 {
padding-right: 263px;
}
.box_tit .box.img-box.pb263 {
padding-bottom: 263px;
}
.box_tit .box.img-box.pr264 {
padding-right: 264px;
}
.box_tit .box.img-box.pb264 {
padding-bottom: 264px;
}
.box_tit .box.img-box.pr265 {
padding-right: 265px;
}
.box_tit .box.img-box.pb265 {
padding-bottom: 265px;
}
.box_tit .box.img-box.pr266 {
padding-right: 266px;
}
.box_tit .box.img-box.pb266 {
padding-bottom: 266px;
}
.box_tit .box.img-box.pr267 {
padding-right: 267px;
}
.box_tit .box.img-box.pb267 {
padding-bottom: 267px;
}
.box_tit .box.img-box.pr268 {
padding-right: 268px;
}
.box_tit .box.img-box.pb268 {
padding-bottom: 268px;
}
.box_tit .box.img-box.pr269 {
padding-right: 269px;
}
.box_tit .box.img-box.pb269 {
padding-bottom: 269px;
}
.box_tit .box.img-box.pr270 {
padding-right: 270px;
}
.box_tit .box.img-box.pb270 {
padding-bottom: 270px;
}
.box_tit .box.img-box.pr271 {
padding-right: 271px;
}
.box_tit .box.img-box.pb271 {
padding-bottom: 271px;
}
.box_tit .box.img-box.pr272 {
padding-right: 272px;
}
.box_tit .box.img-box.pb272 {
padding-bottom: 272px;
}
.box_tit .box.img-box.pr273 {
padding-right: 273px;
}
.box_tit .box.img-box.pb273 {
padding-bottom: 273px;
}
.box_tit .box.img-box.pr274 {
padding-right: 274px;
}
.box_tit .box.img-box.pb274 {
padding-bottom: 274px;
}
.box_tit .box.img-box.pr275 {
padding-right: 275px;
}
.box_tit .box.img-box.pb275 {
padding-bottom: 275px;
}
.box_tit .box.img-box.pr276 {
padding-right: 276px;
}
.box_tit .box.img-box.pb276 {
padding-bottom: 276px;
}
.box_tit .box.img-box.pr277 {
padding-right: 277px;
}
.box_tit .box.img-box.pb277 {
padding-bottom: 277px;
}
.box_tit .box.img-box.pr278 {
padding-right: 278px;
}
.box_tit .box.img-box.pb278 {
padding-bottom: 278px;
}
.box_tit .box.img-box.pr279 {
padding-right: 279px;
}
.box_tit .box.img-box.pb279 {
padding-bottom: 279px;
}
.box_tit .box.img-box.pr280 {
padding-right: 280px;
}
.box_tit .box.img-box.pb280 {
padding-bottom: 280px;
}
.box_tit .box.img-box.pr281 {
padding-right: 281px;
}
.box_tit .box.img-box.pb281 {
padding-bottom: 281px;
}
.box_tit .box.img-box.pr282 {
padding-right: 282px;
}
.box_tit .box.img-box.pb282 {
padding-bottom: 282px;
}
.box_tit .box.img-box.pr283 {
padding-right: 283px;
}
.box_tit .box.img-box.pb283 {
padding-bottom: 283px;
}
.box_tit .box.img-box.pr284 {
padding-right: 284px;
}
.box_tit .box.img-box.pb284 {
padding-bottom: 284px;
}
.box_tit .box.img-box.pr285 {
padding-right: 285px;
}
.box_tit .box.img-box.pb285 {
padding-bottom: 285px;
}
.box_tit .box.img-box.pr286 {
padding-right: 286px;
}
.box_tit .box.img-box.pb286 {
padding-bottom: 286px;
}
.box_tit .box.img-box.pr287 {
padding-right: 287px;
}
.box_tit .box.img-box.pb287 {
padding-bottom: 287px;
}
.box_tit .box.img-box.pr288 {
padding-right: 288px;
}
.box_tit .box.img-box.pb288 {
padding-bottom: 288px;
}
.box_tit .box.img-box.pr289 {
padding-right: 289px;
}
.box_tit .box.img-box.pb289 {
padding-bottom: 289px;
}
.box_tit .box.img-box.pr290 {
padding-right: 290px;
}
.box_tit .box.img-box.pb290 {
padding-bottom: 290px;
}
.box_tit .box.img-box.pr291 {
padding-right: 291px;
}
.box_tit .box.img-box.pb291 {
padding-bottom: 291px;
}
.box_tit .box.img-box.pr292 {
padding-right: 292px;
}
.box_tit .box.img-box.pb292 {
padding-bottom: 292px;
}
.box_tit .box.img-box.pr293 {
padding-right: 293px;
}
.box_tit .box.img-box.pb293 {
padding-bottom: 293px;
}
.box_tit .box.img-box.pr294 {
padding-right: 294px;
}
.box_tit .box.img-box.pb294 {
padding-bottom: 294px;
}
.box_tit .box.img-box.pr295 {
padding-right: 295px;
}
.box_tit .box.img-box.pb295 {
padding-bottom: 295px;
}
.box_tit .box.img-box.pr296 {
padding-right: 296px;
}
.box_tit .box.img-box.pb296 {
padding-bottom: 296px;
}
.box_tit .box.img-box.pr297 {
padding-right: 297px;
}
.box_tit .box.img-box.pb297 {
padding-bottom: 297px;
}
.box_tit .box.img-box.pr298 {
padding-right: 298px;
}
.box_tit .box.img-box.pb298 {
padding-bottom: 298px;
}
.box_tit .box.img-box.pr299 {
padding-right: 299px;
}
.box_tit .box.img-box.pb299 {
padding-bottom: 299px;
}
.box_tit .box.img-box.pr300 {
padding-right: 300px;
}
.box_tit .box.img-box.pb300 {
padding-bottom: 300px;
}
.box_tit .box.img-box.pr301 {
padding-right: 301px;
}
.box_tit .box.img-box.pb301 {
padding-bottom: 301px;
}
.box_tit .box.img-box.pr302 {
padding-right: 302px;
}
.box_tit .box.img-box.pb302 {
padding-bottom: 302px;
}
.box_tit .box.img-box.pr303 {
padding-right: 303px;
}
.box_tit .box.img-box.pb303 {
padding-bottom: 303px;
}
.box_tit .box.img-box.pr304 {
padding-right: 304px;
}
.box_tit .box.img-box.pb304 {
padding-bottom: 304px;
}
.box_tit .box.img-box.pr305 {
padding-right: 305px;
}
.box_tit .box.img-box.pb305 {
padding-bottom: 305px;
}
.box_tit .box.img-box.pr306 {
padding-right: 306px;
}
.box_tit .box.img-box.pb306 {
padding-bottom: 306px;
}
.box_tit .box.img-box.pr307 {
padding-right: 307px;
}
.box_tit .box.img-box.pb307 {
padding-bottom: 307px;
}
.box_tit .box.img-box.pr308 {
padding-right: 308px;
}
.box_tit .box.img-box.pb308 {
padding-bottom: 308px;
}
.box_tit .box.img-box.pr309 {
padding-right: 309px;
}
.box_tit .box.img-box.pb309 {
padding-bottom: 309px;
}
.box_tit .box.img-box.pr310 {
padding-right: 310px;
}
.box_tit .box.img-box.pb310 {
padding-bottom: 310px;
}
.box_tit .box.img-box.pr311 {
padding-right: 311px;
}
.box_tit .box.img-box.pb311 {
padding-bottom: 311px;
}
.box_tit .box.img-box.pr312 {
padding-right: 312px;
}
.box_tit .box.img-box.pb312 {
padding-bottom: 312px;
}
.box_tit .box.img-box.pr313 {
padding-right: 313px;
}
.box_tit .box.img-box.pb313 {
padding-bottom: 313px;
}
.box_tit .box.img-box.pr314 {
padding-right: 314px;
}
.box_tit .box.img-box.pb314 {
padding-bottom: 314px;
}
.box_tit .box.img-box.pr315 {
padding-right: 315px;
}
.box_tit .box.img-box.pb315 {
padding-bottom: 315px;
}
.box_tit .box.img-box.pr316 {
padding-right: 316px;
}
.box_tit .box.img-box.pb316 {
padding-bottom: 316px;
}
.box_tit .box.img-box.pr317 {
padding-right: 317px;
}
.box_tit .box.img-box.pb317 {
padding-bottom: 317px;
}
.box_tit .box.img-box.pr318 {
padding-right: 318px;
}
.box_tit .box.img-box.pb318 {
padding-bottom: 318px;
}
.box_tit .box.img-box.pr319 {
padding-right: 319px;
}
.box_tit .box.img-box.pb319 {
padding-bottom: 319px;
}
.box_tit .box.img-box.pr320 {
padding-right: 320px;
}
.box_tit .box.img-box.pb320 {
padding-bottom: 320px;
}
.box_tit .box.img-box.pr321 {
padding-right: 321px;
}
.box_tit .box.img-box.pb321 {
padding-bottom: 321px;
}
.box_tit .box.img-box.pr322 {
padding-right: 322px;
}
.box_tit .box.img-box.pb322 {
padding-bottom: 322px;
}
.box_tit .box.img-box.pr323 {
padding-right: 323px;
}
.box_tit .box.img-box.pb323 {
padding-bottom: 323px;
}
.box_tit .box.img-box.pr324 {
padding-right: 324px;
}
.box_tit .box.img-box.pb324 {
padding-bottom: 324px;
}
.box_tit .box.img-box.pr325 {
padding-right: 325px;
}
.box_tit .box.img-box.pb325 {
padding-bottom: 325px;
}
.box_tit .box.img-box.pr326 {
padding-right: 326px;
}
.box_tit .box.img-box.pb326 {
padding-bottom: 326px;
}
.box_tit .box.img-box.pr327 {
padding-right: 327px;
}
.box_tit .box.img-box.pb327 {
padding-bottom: 327px;
}
.box_tit .box.img-box.pr328 {
padding-right: 328px;
}
.box_tit .box.img-box.pb328 {
padding-bottom: 328px;
}
.box_tit .box.img-box.pr329 {
padding-right: 329px;
}
.box_tit .box.img-box.pb329 {
padding-bottom: 329px;
}
.box_tit .box.img-box.pr330 {
padding-right: 330px;
}
.box_tit .box.img-box.pb330 {
padding-bottom: 330px;
}
.box_tit .box.img-box.pr331 {
padding-right: 331px;
}
.box_tit .box.img-box.pb331 {
padding-bottom: 331px;
}
.box_tit .box.img-box.pr332 {
padding-right: 332px;
}
.box_tit .box.img-box.pb332 {
padding-bottom: 332px;
}
.box_tit .box.img-box.pr333 {
padding-right: 333px;
}
.box_tit .box.img-box.pb333 {
padding-bottom: 333px;
}
.box_tit .box.img-box.pr334 {
padding-right: 334px;
}
.box_tit .box.img-box.pb334 {
padding-bottom: 334px;
}
.box_tit .box.img-box.pr335 {
padding-right: 335px;
}
.box_tit .box.img-box.pb335 {
padding-bottom: 335px;
}
.box_tit .box.img-box.pr336 {
padding-right: 336px;
}
.box_tit .box.img-box.pb336 {
padding-bottom: 336px;
}
.box_tit .box.img-box.pr337 {
padding-right: 337px;
}
.box_tit .box.img-box.pb337 {
padding-bottom: 337px;
}
.box_tit .box.img-box.pr338 {
padding-right: 338px;
}
.box_tit .box.img-box.pb338 {
padding-bottom: 338px;
}
.box_tit .box.img-box.pr339 {
padding-right: 339px;
}
.box_tit .box.img-box.pb339 {
padding-bottom: 339px;
}
.box_tit .box.img-box.pr340 {
padding-right: 340px;
}
.box_tit .box.img-box.pb340 {
padding-bottom: 340px;
}
.box_tit .box.img-box.pr341 {
padding-right: 341px;
}
.box_tit .box.img-box.pb341 {
padding-bottom: 341px;
}
.box_tit .box.img-box.pr342 {
padding-right: 342px;
}
.box_tit .box.img-box.pb342 {
padding-bottom: 342px;
}
.box_tit .box.img-box.pr343 {
padding-right: 343px;
}
.box_tit .box.img-box.pb343 {
padding-bottom: 343px;
}
.box_tit .box.img-box.pr344 {
padding-right: 344px;
}
.box_tit .box.img-box.pb344 {
padding-bottom: 344px;
}
.box_tit .box.img-box.pr345 {
padding-right: 345px;
}
.box_tit .box.img-box.pb345 {
padding-bottom: 345px;
}
.box_tit .box.img-box.pr346 {
padding-right: 346px;
}
.box_tit .box.img-box.pb346 {
padding-bottom: 346px;
}
.box_tit .box.img-box.pr347 {
padding-right: 347px;
}
.box_tit .box.img-box.pb347 {
padding-bottom: 347px;
}
.box_tit .box.img-box.pr348 {
padding-right: 348px;
}
.box_tit .box.img-box.pb348 {
padding-bottom: 348px;
}
.box_tit .box.img-box.pr349 {
padding-right: 349px;
}
.box_tit .box.img-box.pb349 {
padding-bottom: 349px;
}
.box_tit .box.img-box.pr350 {
padding-right: 350px;
}
.box_tit .box.img-box.pb350 {
padding-bottom: 350px;
}
.box_tit .box.img-box.pr351 {
padding-right: 351px;
}
.box_tit .box.img-box.pb351 {
padding-bottom: 351px;
}
.box_tit .box.img-box.pr352 {
padding-right: 352px;
}
.box_tit .box.img-box.pb352 {
padding-bottom: 352px;
}
.box_tit .box.img-box.pr353 {
padding-right: 353px;
}
.box_tit .box.img-box.pb353 {
padding-bottom: 353px;
}
.box_tit .box.img-box.pr354 {
padding-right: 354px;
}
.box_tit .box.img-box.pb354 {
padding-bottom: 354px;
}
.box_tit .box.img-box.pr355 {
padding-right: 355px;
}
.box_tit .box.img-box.pb355 {
padding-bottom: 355px;
}
.box_tit .box.img-box.pr356 {
padding-right: 356px;
}
.box_tit .box.img-box.pb356 {
padding-bottom: 356px;
}
.box_tit .box.img-box.pr357 {
padding-right: 357px;
}
.box_tit .box.img-box.pb357 {
padding-bottom: 357px;
}
.box_tit .box.img-box.pr358 {
padding-right: 358px;
}
.box_tit .box.img-box.pb358 {
padding-bottom: 358px;
}
.box_tit .box.img-box.pr359 {
padding-right: 359px;
}
.box_tit .box.img-box.pb359 {
padding-bottom: 359px;
}
.box_tit .box.img-box.pr360 {
padding-right: 360px;
}
.box_tit .box.img-box.pb360 {
padding-bottom: 360px;
}
.box_tit .box.img-box.pr361 {
padding-right: 361px;
}
.box_tit .box.img-box.pb361 {
padding-bottom: 361px;
}
.box_tit .box.img-box.pr362 {
padding-right: 362px;
}
.box_tit .box.img-box.pb362 {
padding-bottom: 362px;
}
.box_tit .box.img-box.pr363 {
padding-right: 363px;
}
.box_tit .box.img-box.pb363 {
padding-bottom: 363px;
}
.box_tit .box.img-box.pr364 {
padding-right: 364px;
}
.box_tit .box.img-box.pb364 {
padding-bottom: 364px;
}
.box_tit .box.img-box.pr365 {
padding-right: 365px;
}
.box_tit .box.img-box.pb365 {
padding-bottom: 365px;
}
.box_tit .box.img-box.pr366 {
padding-right: 366px;
}
.box_tit .box.img-box.pb366 {
padding-bottom: 366px;
}
.box_tit .box.img-box.pr367 {
padding-right: 367px;
}
.box_tit .box.img-box.pb367 {
padding-bottom: 367px;
}
.box_tit .box.img-box.pr368 {
padding-right: 368px;
}
.box_tit .box.img-box.pb368 {
padding-bottom: 368px;
}
.box_tit .box.img-box.pr369 {
padding-right: 369px;
}
.box_tit .box.img-box.pb369 {
padding-bottom: 369px;
}
.box_tit .box.img-box.pr370 {
padding-right: 370px;
}
.box_tit .box.img-box.pb370 {
padding-bottom: 370px;
}
.box_tit .box.img-box.pr371 {
padding-right: 371px;
}
.box_tit .box.img-box.pb371 {
padding-bottom: 371px;
}
.box_tit .box.img-box.pr372 {
padding-right: 372px;
}
.box_tit .box.img-box.pb372 {
padding-bottom: 372px;
}
.box_tit .box.img-box.pr373 {
padding-right: 373px;
}
.box_tit .box.img-box.pb373 {
padding-bottom: 373px;
}
.box_tit .box.img-box.pr374 {
padding-right: 374px;
}
.box_tit .box.img-box.pb374 {
padding-bottom: 374px;
}
.box_tit .box.img-box.pr375 {
padding-right: 375px;
}
.box_tit .box.img-box.pb375 {
padding-bottom: 375px;
}
.box_tit .box.img-box.pr376 {
padding-right: 376px;
}
.box_tit .box.img-box.pb376 {
padding-bottom: 376px;
}
.box_tit .box.img-box.pr377 {
padding-right: 377px;
}
.box_tit .box.img-box.pb377 {
padding-bottom: 377px;
}
.box_tit .box.img-box.pr378 {
padding-right: 378px;
}
.box_tit .box.img-box.pb378 {
padding-bottom: 378px;
}
.box_tit .box.img-box.pr379 {
padding-right: 379px;
}
.box_tit .box.img-box.pb379 {
padding-bottom: 379px;
}
.box_tit .box.img-box.pr380 {
padding-right: 380px;
}
.box_tit .box.img-box.pb380 {
padding-bottom: 380px;
}
.box_tit .box.img-box.pr381 {
padding-right: 381px;
}
.box_tit .box.img-box.pb381 {
padding-bottom: 381px;
}
.box_tit .box.img-box.pr382 {
padding-right: 382px;
}
.box_tit .box.img-box.pb382 {
padding-bottom: 382px;
}
.box_tit .box.img-box.pr383 {
padding-right: 383px;
}
.box_tit .box.img-box.pb383 {
padding-bottom: 383px;
}
.box_tit .box.img-box.pr384 {
padding-right: 384px;
}
.box_tit .box.img-box.pb384 {
padding-bottom: 384px;
}
.box_tit .box.img-box.pr385 {
padding-right: 385px;
}
.box_tit .box.img-box.pb385 {
padding-bottom: 385px;
}
.box_tit .box.img-box.pr386 {
padding-right: 386px;
}
.box_tit .box.img-box.pb386 {
padding-bottom: 386px;
}
.box_tit .box.img-box.pr387 {
padding-right: 387px;
}
.box_tit .box.img-box.pb387 {
padding-bottom: 387px;
}
.box_tit .box.img-box.pr388 {
padding-right: 388px;
}
.box_tit .box.img-box.pb388 {
padding-bottom: 388px;
}
.box_tit .box.img-box.pr389 {
padding-right: 389px;
}
.box_tit .box.img-box.pb389 {
padding-bottom: 389px;
}
.box_tit .box.img-box.pr390 {
padding-right: 390px;
}
.box_tit .box.img-box.pb390 {
padding-bottom: 390px;
}
.box_tit .box.img-box.pr391 {
padding-right: 391px;
}
.box_tit .box.img-box.pb391 {
padding-bottom: 391px;
}
.box_tit .box.img-box.pr392 {
padding-right: 392px;
}
.box_tit .box.img-box.pb392 {
padding-bottom: 392px;
}
.box_tit .box.img-box.pr393 {
padding-right: 393px;
}
.box_tit .box.img-box.pb393 {
padding-bottom: 393px;
}
.box_tit .box.img-box.pr394 {
padding-right: 394px;
}
.box_tit .box.img-box.pb394 {
padding-bottom: 394px;
}
.box_tit .box.img-box.pr395 {
padding-right: 395px;
}
.box_tit .box.img-box.pb395 {
padding-bottom: 395px;
}
.box_tit .box.img-box.pr396 {
padding-right: 396px;
}
.box_tit .box.img-box.pb396 {
padding-bottom: 396px;
}
.box_tit .box.img-box.pr397 {
padding-right: 397px;
}
.box_tit .box.img-box.pb397 {
padding-bottom: 397px;
}
.box_tit .box.img-box.pr398 {
padding-right: 398px;
}
.box_tit .box.img-box.pb398 {
padding-bottom: 398px;
}
.box_tit .box.img-box.pr399 {
padding-right: 399px;
}
.box_tit .box.img-box.pb399 {
padding-bottom: 399px;
}
.box_tit .box.img-box.pr400 {
padding-right: 400px;
}
.box_tit .box.img-box.pb400 {
padding-bottom: 400px;
}
.box_tit .box.img-box.pr401 {
padding-right: 401px;
}
.box_tit .box.img-box.pb401 {
padding-bottom: 401px;
}
.box_tit .box.img-box.pr402 {
padding-right: 402px;
}
.box_tit .box.img-box.pb402 {
padding-bottom: 402px;
}
.box_tit .box.img-box.pr403 {
padding-right: 403px;
}
.box_tit .box.img-box.pb403 {
padding-bottom: 403px;
}
.box_tit .box.img-box.pr404 {
padding-right: 404px;
}
.box_tit .box.img-box.pb404 {
padding-bottom: 404px;
}
.box_tit .box.img-box.pr405 {
padding-right: 405px;
}
.box_tit .box.img-box.pb405 {
padding-bottom: 405px;
}
.box_tit .box.img-box.pr406 {
padding-right: 406px;
}
.box_tit .box.img-box.pb406 {
padding-bottom: 406px;
}
.box_tit .box.img-box.pr407 {
padding-right: 407px;
}
.box_tit .box.img-box.pb407 {
padding-bottom: 407px;
}
.box_tit .box.img-box.pr408 {
padding-right: 408px;
}
.box_tit .box.img-box.pb408 {
padding-bottom: 408px;
}
.box_tit .box.img-box.pr409 {
padding-right: 409px;
}
.box_tit .box.img-box.pb409 {
padding-bottom: 409px;
}
.box_tit .box.img-box.pr410 {
padding-right: 410px;
}
.box_tit .box.img-box.pb410 {
padding-bottom: 410px;
}
.box_tit .box.img-box.pr411 {
padding-right: 411px;
}
.box_tit .box.img-box.pb411 {
padding-bottom: 411px;
}
.box_tit .box.img-box.pr412 {
padding-right: 412px;
}
.box_tit .box.img-box.pb412 {
padding-bottom: 412px;
}
.box_tit .box.img-box.pr413 {
padding-right: 413px;
}
.box_tit .box.img-box.pb413 {
padding-bottom: 413px;
}
.box_tit .box.img-box.pr414 {
padding-right: 414px;
}
.box_tit .box.img-box.pb414 {
padding-bottom: 414px;
}
.box_tit .box.img-box.pr415 {
padding-right: 415px;
}
.box_tit .box.img-box.pb415 {
padding-bottom: 415px;
}
.box_tit .box.img-box.pr416 {
padding-right: 416px;
}
.box_tit .box.img-box.pb416 {
padding-bottom: 416px;
}
.box_tit .box.img-box.pr417 {
padding-right: 417px;
}
.box_tit .box.img-box.pb417 {
padding-bottom: 417px;
}
.box_tit .box.img-box.pr418 {
padding-right: 418px;
}
.box_tit .box.img-box.pb418 {
padding-bottom: 418px;
}
.box_tit .box.img-box.pr419 {
padding-right: 419px;
}
.box_tit .box.img-box.pb419 {
padding-bottom: 419px;
}
.box_tit .box.img-box.pr420 {
padding-right: 420px;
}
.box_tit .box.img-box.pb420 {
padding-bottom: 420px;
}
.box_tit .box.img-box.pr421 {
padding-right: 421px;
}
.box_tit .box.img-box.pb421 {
padding-bottom: 421px;
}
.box_tit .box.img-box.pr422 {
padding-right: 422px;
}
.box_tit .box.img-box.pb422 {
padding-bottom: 422px;
}
.box_tit .box.img-box.pr423 {
padding-right: 423px;
}
.box_tit .box.img-box.pb423 {
padding-bottom: 423px;
}
.box_tit .box.img-box.pr424 {
padding-right: 424px;
}
.box_tit .box.img-box.pb424 {
padding-bottom: 424px;
}
.box_tit .box.img-box.pr425 {
padding-right: 425px;
}
.box_tit .box.img-box.pb425 {
padding-bottom: 425px;
}
.box_tit .box.img-box.pr426 {
padding-right: 426px;
}
.box_tit .box.img-box.pb426 {
padding-bottom: 426px;
}
.box_tit .box.img-box.pr427 {
padding-right: 427px;
}
.box_tit .box.img-box.pb427 {
padding-bottom: 427px;
}
.box_tit .box.img-box.pr428 {
padding-right: 428px;
}
.box_tit .box.img-box.pb428 {
padding-bottom: 428px;
}
.box_tit .box.img-box.pr429 {
padding-right: 429px;
}
.box_tit .box.img-box.pb429 {
padding-bottom: 429px;
}
.box_tit .box.img-box.pr430 {
padding-right: 430px;
}
.box_tit .box.img-box.pb430 {
padding-bottom: 430px;
}
.box_tit .box.img-box.pr431 {
padding-right: 431px;
}
.box_tit .box.img-box.pb431 {
padding-bottom: 431px;
}
.box_tit .box.img-box.pr432 {
padding-right: 432px;
}
.box_tit .box.img-box.pb432 {
padding-bottom: 432px;
}
.box_tit .box.img-box.pr433 {
padding-right: 433px;
}
.box_tit .box.img-box.pb433 {
padding-bottom: 433px;
}
.box_tit .box.img-box.pr434 {
padding-right: 434px;
}
.box_tit .box.img-box.pb434 {
padding-bottom: 434px;
}
.box_tit .box.img-box.pr435 {
padding-right: 435px;
}
.box_tit .box.img-box.pb435 {
padding-bottom: 435px;
}
.box_tit .box.img-box.pr436 {
padding-right: 436px;
}
.box_tit .box.img-box.pb436 {
padding-bottom: 436px;
}
.box_tit .box.img-box.pr437 {
padding-right: 437px;
}
.box_tit .box.img-box.pb437 {
padding-bottom: 437px;
}
.box_tit .box.img-box.pr438 {
padding-right: 438px;
}
.box_tit .box.img-box.pb438 {
padding-bottom: 438px;
}
.box_tit .box.img-box.pr439 {
padding-right: 439px;
}
.box_tit .box.img-box.pb439 {
padding-bottom: 439px;
}
.box_tit .box.img-box.pr440 {
padding-right: 440px;
}
.box_tit .box.img-box.pb440 {
padding-bottom: 440px;
}
.box_tit .box.img-box.pr441 {
padding-right: 441px;
}
.box_tit .box.img-box.pb441 {
padding-bottom: 441px;
}
.box_tit .box.img-box.pr442 {
padding-right: 442px;
}
.box_tit .box.img-box.pb442 {
padding-bottom: 442px;
}
.box_tit .box.img-box.pr443 {
padding-right: 443px;
}
.box_tit .box.img-box.pb443 {
padding-bottom: 443px;
}
.box_tit .box.img-box.pr444 {
padding-right: 444px;
}
.box_tit .box.img-box.pb444 {
padding-bottom: 444px;
}
.box_tit .box.img-box.pr445 {
padding-right: 445px;
}
.box_tit .box.img-box.pb445 {
padding-bottom: 445px;
}
.box_tit .box.img-box.pr446 {
padding-right: 446px;
}
.box_tit .box.img-box.pb446 {
padding-bottom: 446px;
}
.box_tit .box.img-box.pr447 {
padding-right: 447px;
}
.box_tit .box.img-box.pb447 {
padding-bottom: 447px;
}
.box_tit .box.img-box.pr448 {
padding-right: 448px;
}
.box_tit .box.img-box.pb448 {
padding-bottom: 448px;
}
.box_tit .box.img-box.pr449 {
padding-right: 449px;
}
.box_tit .box.img-box.pb449 {
padding-bottom: 449px;
}
.box_tit .box.img-box.pr450 {
padding-right: 450px;
}
.box_tit .box.img-box.pb450 {
padding-bottom: 450px;
}
.box_tit .box.img-box.pr451 {
padding-right: 451px;
}
.box_tit .box.img-box.pb451 {
padding-bottom: 451px;
}
.box_tit .box.img-box.pr452 {
padding-right: 452px;
}
.box_tit .box.img-box.pb452 {
padding-bottom: 452px;
}
.box_tit .box.img-box.pr453 {
padding-right: 453px;
}
.box_tit .box.img-box.pb453 {
padding-bottom: 453px;
}
.box_tit .box.img-box.pr454 {
padding-right: 454px;
}
.box_tit .box.img-box.pb454 {
padding-bottom: 454px;
}
.box_tit .box.img-box.pr455 {
padding-right: 455px;
}
.box_tit .box.img-box.pb455 {
padding-bottom: 455px;
}
.box_tit .box.img-box.pr456 {
padding-right: 456px;
}
.box_tit .box.img-box.pb456 {
padding-bottom: 456px;
}
.box_tit .box.img-box.pr457 {
padding-right: 457px;
}
.box_tit .box.img-box.pb457 {
padding-bottom: 457px;
}
.box_tit .box.img-box.pr458 {
padding-right: 458px;
}
.box_tit .box.img-box.pb458 {
padding-bottom: 458px;
}
.box_tit .box.img-box.pr459 {
padding-right: 459px;
}
.box_tit .box.img-box.pb459 {
padding-bottom: 459px;
}
.box_tit .box.img-box.pr460 {
padding-right: 460px;
}
.box_tit .box.img-box.pb460 {
padding-bottom: 460px;
}
.box_tit .box.img-box.pr461 {
padding-right: 461px;
}
.box_tit .box.img-box.pb461 {
padding-bottom: 461px;
}
.box_tit .box.img-box.pr462 {
padding-right: 462px;
}
.box_tit .box.img-box.pb462 {
padding-bottom: 462px;
}
.box_tit .box.img-box.pr463 {
padding-right: 463px;
}
.box_tit .box.img-box.pb463 {
padding-bottom: 463px;
}
.box_tit .box.img-box.pr464 {
padding-right: 464px;
}
.box_tit .box.img-box.pb464 {
padding-bottom: 464px;
}
.box_tit .box.img-box.pr465 {
padding-right: 465px;
}
.box_tit .box.img-box.pb465 {
padding-bottom: 465px;
}
.box_tit .box.img-box.pr466 {
padding-right: 466px;
}
.box_tit .box.img-box.pb466 {
padding-bottom: 466px;
}
.box_tit .box.img-box.pr467 {
padding-right: 467px;
}
.box_tit .box.img-box.pb467 {
padding-bottom: 467px;
}
.box_tit .box.img-box.pr468 {
padding-right: 468px;
}
.box_tit .box.img-box.pb468 {
padding-bottom: 468px;
}
.box_tit .box.img-box.pr469 {
padding-right: 469px;
}
.box_tit .box.img-box.pb469 {
padding-bottom: 469px;
}
.box_tit .box.img-box.pr470 {
padding-right: 470px;
}
.box_tit .box.img-box.pb470 {
padding-bottom: 470px;
}
.box_tit .box.img-box.pr471 {
padding-right: 471px;
}
.box_tit .box.img-box.pb471 {
padding-bottom: 471px;
}
.box_tit .box.img-box.pr472 {
padding-right: 472px;
}
.box_tit .box.img-box.pb472 {
padding-bottom: 472px;
}
.box_tit .box.img-box.pr473 {
padding-right: 473px;
}
.box_tit .box.img-box.pb473 {
padding-bottom: 473px;
}
.box_tit .box.img-box.pr474 {
padding-right: 474px;
}
.box_tit .box.img-box.pb474 {
padding-bottom: 474px;
}
.box_tit .box.img-box.pr475 {
padding-right: 475px;
}
.box_tit .box.img-box.pb475 {
padding-bottom: 475px;
}
.box_tit .box.img-box.pr476 {
padding-right: 476px;
}
.box_tit .box.img-box.pb476 {
padding-bottom: 476px;
}
.box_tit .box.img-box.pr477 {
padding-right: 477px;
}
.box_tit .box.img-box.pb477 {
padding-bottom: 477px;
}
.box_tit .box.img-box.pr478 {
padding-right: 478px;
}
.box_tit .box.img-box.pb478 {
padding-bottom: 478px;
}
.box_tit .box.img-box.pr479 {
padding-right: 479px;
}
.box_tit .box.img-box.pb479 {
padding-bottom: 479px;
}
.box_tit .box.img-box.pr480 {
padding-right: 480px;
}
.box_tit .box.img-box.pb480 {
padding-bottom: 480px;
}
.box_tit .box.img-box.pr481 {
padding-right: 481px;
}
.box_tit .box.img-box.pb481 {
padding-bottom: 481px;
}
.box_tit .box.img-box.pr482 {
padding-right: 482px;
}
.box_tit .box.img-box.pb482 {
padding-bottom: 482px;
}
.box_tit .box.img-box.pr483 {
padding-right: 483px;
}
.box_tit .box.img-box.pb483 {
padding-bottom: 483px;
}
.box_tit .box.img-box.pr484 {
padding-right: 484px;
}
.box_tit .box.img-box.pb484 {
padding-bottom: 484px;
}
.box_tit .box.img-box.pr485 {
padding-right: 485px;
}
.box_tit .box.img-box.pb485 {
padding-bottom: 485px;
}
.box_tit .box.img-box.pr486 {
padding-right: 486px;
}
.box_tit .box.img-box.pb486 {
padding-bottom: 486px;
}
.box_tit .box.img-box.pr487 {
padding-right: 487px;
}
.box_tit .box.img-box.pb487 {
padding-bottom: 487px;
}
.box_tit .box.img-box.pr488 {
padding-right: 488px;
}
.box_tit .box.img-box.pb488 {
padding-bottom: 488px;
}
.box_tit .box.img-box.pr489 {
padding-right: 489px;
}
.box_tit .box.img-box.pb489 {
padding-bottom: 489px;
}
.box_tit .box.img-box.pr490 {
padding-right: 490px;
}
.box_tit .box.img-box.pb490 {
padding-bottom: 490px;
}
.box_tit .box.img-box.pr491 {
padding-right: 491px;
}
.box_tit .box.img-box.pb491 {
padding-bottom: 491px;
}
.box_tit .box.img-box.pr492 {
padding-right: 492px;
}
.box_tit .box.img-box.pb492 {
padding-bottom: 492px;
}
.box_tit .box.img-box.pr493 {
padding-right: 493px;
}
.box_tit .box.img-box.pb493 {
padding-bottom: 493px;
}
.box_tit .box.img-box.pr494 {
padding-right: 494px;
}
.box_tit .box.img-box.pb494 {
padding-bottom: 494px;
}
.box_tit .box.img-box.pr495 {
padding-right: 495px;
}
.box_tit .box.img-box.pb495 {
padding-bottom: 495px;
}
.box_tit .box.img-box.pr496 {
padding-right: 496px;
}
.box_tit .box.img-box.pb496 {
padding-bottom: 496px;
}
.box_tit .box.img-box.pr497 {
padding-right: 497px;
}
.box_tit .box.img-box.pb497 {
padding-bottom: 497px;
}
.box_tit .box.img-box.pr498 {
padding-right: 498px;
}
.box_tit .box.img-box.pb498 {
padding-bottom: 498px;
}
.box_tit .box.img-box.pr499 {
padding-right: 499px;
}
.box_tit .box.img-box.pb499 {
padding-bottom: 499px;
}
.box_tit .box.img-box.pr500 {
padding-right: 500px;
}
.box_tit .box.img-box.pb500 {
padding-bottom: 500px;
}
@media (max-width: 749px) {
.box_tit .box.img-box {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
padding-left: 20px;
padding-right: 20px !important;
padding-bottom: 0 !important;
}
}
.box_tit .box.img-box p {
text-align: left;
}
.box_tit .box.img-box .bg-img {
position: absolute;
right: 40px;
bottom: 0;
}
.box_tit .box.img-box .bg-img.w10 {
width: 10px;
}
.box_tit .box.img-box .bg-img.h10 {
height: 10px;
}
.box_tit .box.img-box .bg-img.w11 {
width: 11px;
}
.box_tit .box.img-box .bg-img.h11 {
height: 11px;
}
.box_tit .box.img-box .bg-img.w12 {
width: 12px;
}
.box_tit .box.img-box .bg-img.h12 {
height: 12px;
}
.box_tit .box.img-box .bg-img.w13 {
width: 13px;
}
.box_tit .box.img-box .bg-img.h13 {
height: 13px;
}
.box_tit .box.img-box .bg-img.w14 {
width: 14px;
}
.box_tit .box.img-box .bg-img.h14 {
height: 14px;
}
.box_tit .box.img-box .bg-img.w15 {
width: 15px;
}
.box_tit .box.img-box .bg-img.h15 {
height: 15px;
}
.box_tit .box.img-box .bg-img.w16 {
width: 16px;
}
.box_tit .box.img-box .bg-img.h16 {
height: 16px;
}
.box_tit .box.img-box .bg-img.w17 {
width: 17px;
}
.box_tit .box.img-box .bg-img.h17 {
height: 17px;
}
.box_tit .box.img-box .bg-img.w18 {
width: 18px;
}
.box_tit .box.img-box .bg-img.h18 {
height: 18px;
}
.box_tit .box.img-box .bg-img.w19 {
width: 19px;
}
.box_tit .box.img-box .bg-img.h19 {
height: 19px;
}
.box_tit .box.img-box .bg-img.w20 {
width: 20px;
}
.box_tit .box.img-box .bg-img.h20 {
height: 20px;
}
.box_tit .box.img-box .bg-img.w21 {
width: 21px;
}
.box_tit .box.img-box .bg-img.h21 {
height: 21px;
}
.box_tit .box.img-box .bg-img.w22 {
width: 22px;
}
.box_tit .box.img-box .bg-img.h22 {
height: 22px;
}
.box_tit .box.img-box .bg-img.w23 {
width: 23px;
}
.box_tit .box.img-box .bg-img.h23 {
height: 23px;
}
.box_tit .box.img-box .bg-img.w24 {
width: 24px;
}
.box_tit .box.img-box .bg-img.h24 {
height: 24px;
}
.box_tit .box.img-box .bg-img.w25 {
width: 25px;
}
.box_tit .box.img-box .bg-img.h25 {
height: 25px;
}
.box_tit .box.img-box .bg-img.w26 {
width: 26px;
}
.box_tit .box.img-box .bg-img.h26 {
height: 26px;
}
.box_tit .box.img-box .bg-img.w27 {
width: 27px;
}
.box_tit .box.img-box .bg-img.h27 {
height: 27px;
}
.box_tit .box.img-box .bg-img.w28 {
width: 28px;
}
.box_tit .box.img-box .bg-img.h28 {
height: 28px;
}
.box_tit .box.img-box .bg-img.w29 {
width: 29px;
}
.box_tit .box.img-box .bg-img.h29 {
height: 29px;
}
.box_tit .box.img-box .bg-img.w30 {
width: 30px;
}
.box_tit .box.img-box .bg-img.h30 {
height: 30px;
}
.box_tit .box.img-box .bg-img.w31 {
width: 31px;
}
.box_tit .box.img-box .bg-img.h31 {
height: 31px;
}
.box_tit .box.img-box .bg-img.w32 {
width: 32px;
}
.box_tit .box.img-box .bg-img.h32 {
height: 32px;
}
.box_tit .box.img-box .bg-img.w33 {
width: 33px;
}
.box_tit .box.img-box .bg-img.h33 {
height: 33px;
}
.box_tit .box.img-box .bg-img.w34 {
width: 34px;
}
.box_tit .box.img-box .bg-img.h34 {
height: 34px;
}
.box_tit .box.img-box .bg-img.w35 {
width: 35px;
}
.box_tit .box.img-box .bg-img.h35 {
height: 35px;
}
.box_tit .box.img-box .bg-img.w36 {
width: 36px;
}
.box_tit .box.img-box .bg-img.h36 {
height: 36px;
}
.box_tit .box.img-box .bg-img.w37 {
width: 37px;
}
.box_tit .box.img-box .bg-img.h37 {
height: 37px;
}
.box_tit .box.img-box .bg-img.w38 {
width: 38px;
}
.box_tit .box.img-box .bg-img.h38 {
height: 38px;
}
.box_tit .box.img-box .bg-img.w39 {
width: 39px;
}
.box_tit .box.img-box .bg-img.h39 {
height: 39px;
}
.box_tit .box.img-box .bg-img.w40 {
width: 40px;
}
.box_tit .box.img-box .bg-img.h40 {
height: 40px;
}
.box_tit .box.img-box .bg-img.w41 {
width: 41px;
}
.box_tit .box.img-box .bg-img.h41 {
height: 41px;
}
.box_tit .box.img-box .bg-img.w42 {
width: 42px;
}
.box_tit .box.img-box .bg-img.h42 {
height: 42px;
}
.box_tit .box.img-box .bg-img.w43 {
width: 43px;
}
.box_tit .box.img-box .bg-img.h43 {
height: 43px;
}
.box_tit .box.img-box .bg-img.w44 {
width: 44px;
}
.box_tit .box.img-box .bg-img.h44 {
height: 44px;
}
.box_tit .box.img-box .bg-img.w45 {
width: 45px;
}
.box_tit .box.img-box .bg-img.h45 {
height: 45px;
}
.box_tit .box.img-box .bg-img.w46 {
width: 46px;
}
.box_tit .box.img-box .bg-img.h46 {
height: 46px;
}
.box_tit .box.img-box .bg-img.w47 {
width: 47px;
}
.box_tit .box.img-box .bg-img.h47 {
height: 47px;
}
.box_tit .box.img-box .bg-img.w48 {
width: 48px;
}
.box_tit .box.img-box .bg-img.h48 {
height: 48px;
}
.box_tit .box.img-box .bg-img.w49 {
width: 49px;
}
.box_tit .box.img-box .bg-img.h49 {
height: 49px;
}
.box_tit .box.img-box .bg-img.w50 {
width: 50px;
}
.box_tit .box.img-box .bg-img.h50 {
height: 50px;
}
.box_tit .box.img-box .bg-img.w51 {
width: 51px;
}
.box_tit .box.img-box .bg-img.h51 {
height: 51px;
}
.box_tit .box.img-box .bg-img.w52 {
width: 52px;
}
.box_tit .box.img-box .bg-img.h52 {
height: 52px;
}
.box_tit .box.img-box .bg-img.w53 {
width: 53px;
}
.box_tit .box.img-box .bg-img.h53 {
height: 53px;
}
.box_tit .box.img-box .bg-img.w54 {
width: 54px;
}
.box_tit .box.img-box .bg-img.h54 {
height: 54px;
}
.box_tit .box.img-box .bg-img.w55 {
width: 55px;
}
.box_tit .box.img-box .bg-img.h55 {
height: 55px;
}
.box_tit .box.img-box .bg-img.w56 {
width: 56px;
}
.box_tit .box.img-box .bg-img.h56 {
height: 56px;
}
.box_tit .box.img-box .bg-img.w57 {
width: 57px;
}
.box_tit .box.img-box .bg-img.h57 {
height: 57px;
}
.box_tit .box.img-box .bg-img.w58 {
width: 58px;
}
.box_tit .box.img-box .bg-img.h58 {
height: 58px;
}
.box_tit .box.img-box .bg-img.w59 {
width: 59px;
}
.box_tit .box.img-box .bg-img.h59 {
height: 59px;
}
.box_tit .box.img-box .bg-img.w60 {
width: 60px;
}
.box_tit .box.img-box .bg-img.h60 {
height: 60px;
}
.box_tit .box.img-box .bg-img.w61 {
width: 61px;
}
.box_tit .box.img-box .bg-img.h61 {
height: 61px;
}
.box_tit .box.img-box .bg-img.w62 {
width: 62px;
}
.box_tit .box.img-box .bg-img.h62 {
height: 62px;
}
.box_tit .box.img-box .bg-img.w63 {
width: 63px;
}
.box_tit .box.img-box .bg-img.h63 {
height: 63px;
}
.box_tit .box.img-box .bg-img.w64 {
width: 64px;
}
.box_tit .box.img-box .bg-img.h64 {
height: 64px;
}
.box_tit .box.img-box .bg-img.w65 {
width: 65px;
}
.box_tit .box.img-box .bg-img.h65 {
height: 65px;
}
.box_tit .box.img-box .bg-img.w66 {
width: 66px;
}
.box_tit .box.img-box .bg-img.h66 {
height: 66px;
}
.box_tit .box.img-box .bg-img.w67 {
width: 67px;
}
.box_tit .box.img-box .bg-img.h67 {
height: 67px;
}
.box_tit .box.img-box .bg-img.w68 {
width: 68px;
}
.box_tit .box.img-box .bg-img.h68 {
height: 68px;
}
.box_tit .box.img-box .bg-img.w69 {
width: 69px;
}
.box_tit .box.img-box .bg-img.h69 {
height: 69px;
}
.box_tit .box.img-box .bg-img.w70 {
width: 70px;
}
.box_tit .box.img-box .bg-img.h70 {
height: 70px;
}
.box_tit .box.img-box .bg-img.w71 {
width: 71px;
}
.box_tit .box.img-box .bg-img.h71 {
height: 71px;
}
.box_tit .box.img-box .bg-img.w72 {
width: 72px;
}
.box_tit .box.img-box .bg-img.h72 {
height: 72px;
}
.box_tit .box.img-box .bg-img.w73 {
width: 73px;
}
.box_tit .box.img-box .bg-img.h73 {
height: 73px;
}
.box_tit .box.img-box .bg-img.w74 {
width: 74px;
}
.box_tit .box.img-box .bg-img.h74 {
height: 74px;
}
.box_tit .box.img-box .bg-img.w75 {
width: 75px;
}
.box_tit .box.img-box .bg-img.h75 {
height: 75px;
}
.box_tit .box.img-box .bg-img.w76 {
width: 76px;
}
.box_tit .box.img-box .bg-img.h76 {
height: 76px;
}
.box_tit .box.img-box .bg-img.w77 {
width: 77px;
}
.box_tit .box.img-box .bg-img.h77 {
height: 77px;
}
.box_tit .box.img-box .bg-img.w78 {
width: 78px;
}
.box_tit .box.img-box .bg-img.h78 {
height: 78px;
}
.box_tit .box.img-box .bg-img.w79 {
width: 79px;
}
.box_tit .box.img-box .bg-img.h79 {
height: 79px;
}
.box_tit .box.img-box .bg-img.w80 {
width: 80px;
}
.box_tit .box.img-box .bg-img.h80 {
height: 80px;
}
.box_tit .box.img-box .bg-img.w81 {
width: 81px;
}
.box_tit .box.img-box .bg-img.h81 {
height: 81px;
}
.box_tit .box.img-box .bg-img.w82 {
width: 82px;
}
.box_tit .box.img-box .bg-img.h82 {
height: 82px;
}
.box_tit .box.img-box .bg-img.w83 {
width: 83px;
}
.box_tit .box.img-box .bg-img.h83 {
height: 83px;
}
.box_tit .box.img-box .bg-img.w84 {
width: 84px;
}
.box_tit .box.img-box .bg-img.h84 {
height: 84px;
}
.box_tit .box.img-box .bg-img.w85 {
width: 85px;
}
.box_tit .box.img-box .bg-img.h85 {
height: 85px;
}
.box_tit .box.img-box .bg-img.w86 {
width: 86px;
}
.box_tit .box.img-box .bg-img.h86 {
height: 86px;
}
.box_tit .box.img-box .bg-img.w87 {
width: 87px;
}
.box_tit .box.img-box .bg-img.h87 {
height: 87px;
}
.box_tit .box.img-box .bg-img.w88 {
width: 88px;
}
.box_tit .box.img-box .bg-img.h88 {
height: 88px;
}
.box_tit .box.img-box .bg-img.w89 {
width: 89px;
}
.box_tit .box.img-box .bg-img.h89 {
height: 89px;
}
.box_tit .box.img-box .bg-img.w90 {
width: 90px;
}
.box_tit .box.img-box .bg-img.h90 {
height: 90px;
}
.box_tit .box.img-box .bg-img.w91 {
width: 91px;
}
.box_tit .box.img-box .bg-img.h91 {
height: 91px;
}
.box_tit .box.img-box .bg-img.w92 {
width: 92px;
}
.box_tit .box.img-box .bg-img.h92 {
height: 92px;
}
.box_tit .box.img-box .bg-img.w93 {
width: 93px;
}
.box_tit .box.img-box .bg-img.h93 {
height: 93px;
}
.box_tit .box.img-box .bg-img.w94 {
width: 94px;
}
.box_tit .box.img-box .bg-img.h94 {
height: 94px;
}
.box_tit .box.img-box .bg-img.w95 {
width: 95px;
}
.box_tit .box.img-box .bg-img.h95 {
height: 95px;
}
.box_tit .box.img-box .bg-img.w96 {
width: 96px;
}
.box_tit .box.img-box .bg-img.h96 {
height: 96px;
}
.box_tit .box.img-box .bg-img.w97 {
width: 97px;
}
.box_tit .box.img-box .bg-img.h97 {
height: 97px;
}
.box_tit .box.img-box .bg-img.w98 {
width: 98px;
}
.box_tit .box.img-box .bg-img.h98 {
height: 98px;
}
.box_tit .box.img-box .bg-img.w99 {
width: 99px;
}
.box_tit .box.img-box .bg-img.h99 {
height: 99px;
}
.box_tit .box.img-box .bg-img.w100 {
width: 100px;
}
.box_tit .box.img-box .bg-img.h100 {
height: 100px;
}
.box_tit .box.img-box .bg-img.w101 {
width: 101px;
}
.box_tit .box.img-box .bg-img.h101 {
height: 101px;
}
.box_tit .box.img-box .bg-img.w102 {
width: 102px;
}
.box_tit .box.img-box .bg-img.h102 {
height: 102px;
}
.box_tit .box.img-box .bg-img.w103 {
width: 103px;
}
.box_tit .box.img-box .bg-img.h103 {
height: 103px;
}
.box_tit .box.img-box .bg-img.w104 {
width: 104px;
}
.box_tit .box.img-box .bg-img.h104 {
height: 104px;
}
.box_tit .box.img-box .bg-img.w105 {
width: 105px;
}
.box_tit .box.img-box .bg-img.h105 {
height: 105px;
}
.box_tit .box.img-box .bg-img.w106 {
width: 106px;
}
.box_tit .box.img-box .bg-img.h106 {
height: 106px;
}
.box_tit .box.img-box .bg-img.w107 {
width: 107px;
}
.box_tit .box.img-box .bg-img.h107 {
height: 107px;
}
.box_tit .box.img-box .bg-img.w108 {
width: 108px;
}
.box_tit .box.img-box .bg-img.h108 {
height: 108px;
}
.box_tit .box.img-box .bg-img.w109 {
width: 109px;
}
.box_tit .box.img-box .bg-img.h109 {
height: 109px;
}
.box_tit .box.img-box .bg-img.w110 {
width: 110px;
}
.box_tit .box.img-box .bg-img.h110 {
height: 110px;
}
.box_tit .box.img-box .bg-img.w111 {
width: 111px;
}
.box_tit .box.img-box .bg-img.h111 {
height: 111px;
}
.box_tit .box.img-box .bg-img.w112 {
width: 112px;
}
.box_tit .box.img-box .bg-img.h112 {
height: 112px;
}
.box_tit .box.img-box .bg-img.w113 {
width: 113px;
}
.box_tit .box.img-box .bg-img.h113 {
height: 113px;
}
.box_tit .box.img-box .bg-img.w114 {
width: 114px;
}
.box_tit .box.img-box .bg-img.h114 {
height: 114px;
}
.box_tit .box.img-box .bg-img.w115 {
width: 115px;
}
.box_tit .box.img-box .bg-img.h115 {
height: 115px;
}
.box_tit .box.img-box .bg-img.w116 {
width: 116px;
}
.box_tit .box.img-box .bg-img.h116 {
height: 116px;
}
.box_tit .box.img-box .bg-img.w117 {
width: 117px;
}
.box_tit .box.img-box .bg-img.h117 {
height: 117px;
}
.box_tit .box.img-box .bg-img.w118 {
width: 118px;
}
.box_tit .box.img-box .bg-img.h118 {
height: 118px;
}
.box_tit .box.img-box .bg-img.w119 {
width: 119px;
}
.box_tit .box.img-box .bg-img.h119 {
height: 119px;
}
.box_tit .box.img-box .bg-img.w120 {
width: 120px;
}
.box_tit .box.img-box .bg-img.h120 {
height: 120px;
}
.box_tit .box.img-box .bg-img.w121 {
width: 121px;
}
.box_tit .box.img-box .bg-img.h121 {
height: 121px;
}
.box_tit .box.img-box .bg-img.w122 {
width: 122px;
}
.box_tit .box.img-box .bg-img.h122 {
height: 122px;
}
.box_tit .box.img-box .bg-img.w123 {
width: 123px;
}
.box_tit .box.img-box .bg-img.h123 {
height: 123px;
}
.box_tit .box.img-box .bg-img.w124 {
width: 124px;
}
.box_tit .box.img-box .bg-img.h124 {
height: 124px;
}
.box_tit .box.img-box .bg-img.w125 {
width: 125px;
}
.box_tit .box.img-box .bg-img.h125 {
height: 125px;
}
.box_tit .box.img-box .bg-img.w126 {
width: 126px;
}
.box_tit .box.img-box .bg-img.h126 {
height: 126px;
}
.box_tit .box.img-box .bg-img.w127 {
width: 127px;
}
.box_tit .box.img-box .bg-img.h127 {
height: 127px;
}
.box_tit .box.img-box .bg-img.w128 {
width: 128px;
}
.box_tit .box.img-box .bg-img.h128 {
height: 128px;
}
.box_tit .box.img-box .bg-img.w129 {
width: 129px;
}
.box_tit .box.img-box .bg-img.h129 {
height: 129px;
}
.box_tit .box.img-box .bg-img.w130 {
width: 130px;
}
.box_tit .box.img-box .bg-img.h130 {
height: 130px;
}
.box_tit .box.img-box .bg-img.w131 {
width: 131px;
}
.box_tit .box.img-box .bg-img.h131 {
height: 131px;
}
.box_tit .box.img-box .bg-img.w132 {
width: 132px;
}
.box_tit .box.img-box .bg-img.h132 {
height: 132px;
}
.box_tit .box.img-box .bg-img.w133 {
width: 133px;
}
.box_tit .box.img-box .bg-img.h133 {
height: 133px;
}
.box_tit .box.img-box .bg-img.w134 {
width: 134px;
}
.box_tit .box.img-box .bg-img.h134 {
height: 134px;
}
.box_tit .box.img-box .bg-img.w135 {
width: 135px;
}
.box_tit .box.img-box .bg-img.h135 {
height: 135px;
}
.box_tit .box.img-box .bg-img.w136 {
width: 136px;
}
.box_tit .box.img-box .bg-img.h136 {
height: 136px;
}
.box_tit .box.img-box .bg-img.w137 {
width: 137px;
}
.box_tit .box.img-box .bg-img.h137 {
height: 137px;
}
.box_tit .box.img-box .bg-img.w138 {
width: 138px;
}
.box_tit .box.img-box .bg-img.h138 {
height: 138px;
}
.box_tit .box.img-box .bg-img.w139 {
width: 139px;
}
.box_tit .box.img-box .bg-img.h139 {
height: 139px;
}
.box_tit .box.img-box .bg-img.w140 {
width: 140px;
}
.box_tit .box.img-box .bg-img.h140 {
height: 140px;
}
.box_tit .box.img-box .bg-img.w141 {
width: 141px;
}
.box_tit .box.img-box .bg-img.h141 {
height: 141px;
}
.box_tit .box.img-box .bg-img.w142 {
width: 142px;
}
.box_tit .box.img-box .bg-img.h142 {
height: 142px;
}
.box_tit .box.img-box .bg-img.w143 {
width: 143px;
}
.box_tit .box.img-box .bg-img.h143 {
height: 143px;
}
.box_tit .box.img-box .bg-img.w144 {
width: 144px;
}
.box_tit .box.img-box .bg-img.h144 {
height: 144px;
}
.box_tit .box.img-box .bg-img.w145 {
width: 145px;
}
.box_tit .box.img-box .bg-img.h145 {
height: 145px;
}
.box_tit .box.img-box .bg-img.w146 {
width: 146px;
}
.box_tit .box.img-box .bg-img.h146 {
height: 146px;
}
.box_tit .box.img-box .bg-img.w147 {
width: 147px;
}
.box_tit .box.img-box .bg-img.h147 {
height: 147px;
}
.box_tit .box.img-box .bg-img.w148 {
width: 148px;
}
.box_tit .box.img-box .bg-img.h148 {
height: 148px;
}
.box_tit .box.img-box .bg-img.w149 {
width: 149px;
}
.box_tit .box.img-box .bg-img.h149 {
height: 149px;
}
.box_tit .box.img-box .bg-img.w150 {
width: 150px;
}
.box_tit .box.img-box .bg-img.h150 {
height: 150px;
}
.box_tit .box.img-box .bg-img.w151 {
width: 151px;
}
.box_tit .box.img-box .bg-img.h151 {
height: 151px;
}
.box_tit .box.img-box .bg-img.w152 {
width: 152px;
}
.box_tit .box.img-box .bg-img.h152 {
height: 152px;
}
.box_tit .box.img-box .bg-img.w153 {
width: 153px;
}
.box_tit .box.img-box .bg-img.h153 {
height: 153px;
}
.box_tit .box.img-box .bg-img.w154 {
width: 154px;
}
.box_tit .box.img-box .bg-img.h154 {
height: 154px;
}
.box_tit .box.img-box .bg-img.w155 {
width: 155px;
}
.box_tit .box.img-box .bg-img.h155 {
height: 155px;
}
.box_tit .box.img-box .bg-img.w156 {
width: 156px;
}
.box_tit .box.img-box .bg-img.h156 {
height: 156px;
}
.box_tit .box.img-box .bg-img.w157 {
width: 157px;
}
.box_tit .box.img-box .bg-img.h157 {
height: 157px;
}
.box_tit .box.img-box .bg-img.w158 {
width: 158px;
}
.box_tit .box.img-box .bg-img.h158 {
height: 158px;
}
.box_tit .box.img-box .bg-img.w159 {
width: 159px;
}
.box_tit .box.img-box .bg-img.h159 {
height: 159px;
}
.box_tit .box.img-box .bg-img.w160 {
width: 160px;
}
.box_tit .box.img-box .bg-img.h160 {
height: 160px;
}
.box_tit .box.img-box .bg-img.w161 {
width: 161px;
}
.box_tit .box.img-box .bg-img.h161 {
height: 161px;
}
.box_tit .box.img-box .bg-img.w162 {
width: 162px;
}
.box_tit .box.img-box .bg-img.h162 {
height: 162px;
}
.box_tit .box.img-box .bg-img.w163 {
width: 163px;
}
.box_tit .box.img-box .bg-img.h163 {
height: 163px;
}
.box_tit .box.img-box .bg-img.w164 {
width: 164px;
}
.box_tit .box.img-box .bg-img.h164 {
height: 164px;
}
.box_tit .box.img-box .bg-img.w165 {
width: 165px;
}
.box_tit .box.img-box .bg-img.h165 {
height: 165px;
}
.box_tit .box.img-box .bg-img.w166 {
width: 166px;
}
.box_tit .box.img-box .bg-img.h166 {
height: 166px;
}
.box_tit .box.img-box .bg-img.w167 {
width: 167px;
}
.box_tit .box.img-box .bg-img.h167 {
height: 167px;
}
.box_tit .box.img-box .bg-img.w168 {
width: 168px;
}
.box_tit .box.img-box .bg-img.h168 {
height: 168px;
}
.box_tit .box.img-box .bg-img.w169 {
width: 169px;
}
.box_tit .box.img-box .bg-img.h169 {
height: 169px;
}
.box_tit .box.img-box .bg-img.w170 {
width: 170px;
}
.box_tit .box.img-box .bg-img.h170 {
height: 170px;
}
.box_tit .box.img-box .bg-img.w171 {
width: 171px;
}
.box_tit .box.img-box .bg-img.h171 {
height: 171px;
}
.box_tit .box.img-box .bg-img.w172 {
width: 172px;
}
.box_tit .box.img-box .bg-img.h172 {
height: 172px;
}
.box_tit .box.img-box .bg-img.w173 {
width: 173px;
}
.box_tit .box.img-box .bg-img.h173 {
height: 173px;
}
.box_tit .box.img-box .bg-img.w174 {
width: 174px;
}
.box_tit .box.img-box .bg-img.h174 {
height: 174px;
}
.box_tit .box.img-box .bg-img.w175 {
width: 175px;
}
.box_tit .box.img-box .bg-img.h175 {
height: 175px;
}
.box_tit .box.img-box .bg-img.w176 {
width: 176px;
}
.box_tit .box.img-box .bg-img.h176 {
height: 176px;
}
.box_tit .box.img-box .bg-img.w177 {
width: 177px;
}
.box_tit .box.img-box .bg-img.h177 {
height: 177px;
}
.box_tit .box.img-box .bg-img.w178 {
width: 178px;
}
.box_tit .box.img-box .bg-img.h178 {
height: 178px;
}
.box_tit .box.img-box .bg-img.w179 {
width: 179px;
}
.box_tit .box.img-box .bg-img.h179 {
height: 179px;
}
.box_tit .box.img-box .bg-img.w180 {
width: 180px;
}
.box_tit .box.img-box .bg-img.h180 {
height: 180px;
}
.box_tit .box.img-box .bg-img.w181 {
width: 181px;
}
.box_tit .box.img-box .bg-img.h181 {
height: 181px;
}
.box_tit .box.img-box .bg-img.w182 {
width: 182px;
}
.box_tit .box.img-box .bg-img.h182 {
height: 182px;
}
.box_tit .box.img-box .bg-img.w183 {
width: 183px;
}
.box_tit .box.img-box .bg-img.h183 {
height: 183px;
}
.box_tit .box.img-box .bg-img.w184 {
width: 184px;
}
.box_tit .box.img-box .bg-img.h184 {
height: 184px;
}
.box_tit .box.img-box .bg-img.w185 {
width: 185px;
}
.box_tit .box.img-box .bg-img.h185 {
height: 185px;
}
.box_tit .box.img-box .bg-img.w186 {
width: 186px;
}
.box_tit .box.img-box .bg-img.h186 {
height: 186px;
}
.box_tit .box.img-box .bg-img.w187 {
width: 187px;
}
.box_tit .box.img-box .bg-img.h187 {
height: 187px;
}
.box_tit .box.img-box .bg-img.w188 {
width: 188px;
}
.box_tit .box.img-box .bg-img.h188 {
height: 188px;
}
.box_tit .box.img-box .bg-img.w189 {
width: 189px;
}
.box_tit .box.img-box .bg-img.h189 {
height: 189px;
}
.box_tit .box.img-box .bg-img.w190 {
width: 190px;
}
.box_tit .box.img-box .bg-img.h190 {
height: 190px;
}
.box_tit .box.img-box .bg-img.w191 {
width: 191px;
}
.box_tit .box.img-box .bg-img.h191 {
height: 191px;
}
.box_tit .box.img-box .bg-img.w192 {
width: 192px;
}
.box_tit .box.img-box .bg-img.h192 {
height: 192px;
}
.box_tit .box.img-box .bg-img.w193 {
width: 193px;
}
.box_tit .box.img-box .bg-img.h193 {
height: 193px;
}
.box_tit .box.img-box .bg-img.w194 {
width: 194px;
}
.box_tit .box.img-box .bg-img.h194 {
height: 194px;
}
.box_tit .box.img-box .bg-img.w195 {
width: 195px;
}
.box_tit .box.img-box .bg-img.h195 {
height: 195px;
}
.box_tit .box.img-box .bg-img.w196 {
width: 196px;
}
.box_tit .box.img-box .bg-img.h196 {
height: 196px;
}
.box_tit .box.img-box .bg-img.w197 {
width: 197px;
}
.box_tit .box.img-box .bg-img.h197 {
height: 197px;
}
.box_tit .box.img-box .bg-img.w198 {
width: 198px;
}
.box_tit .box.img-box .bg-img.h198 {
height: 198px;
}
.box_tit .box.img-box .bg-img.w199 {
width: 199px;
}
.box_tit .box.img-box .bg-img.h199 {
height: 199px;
}
.box_tit .box.img-box .bg-img.w200 {
width: 200px;
}
.box_tit .box.img-box .bg-img.h200 {
height: 200px;
}
.box_tit .box.img-box .bg-img.w201 {
width: 201px;
}
.box_tit .box.img-box .bg-img.h201 {
height: 201px;
}
.box_tit .box.img-box .bg-img.w202 {
width: 202px;
}
.box_tit .box.img-box .bg-img.h202 {
height: 202px;
}
.box_tit .box.img-box .bg-img.w203 {
width: 203px;
}
.box_tit .box.img-box .bg-img.h203 {
height: 203px;
}
.box_tit .box.img-box .bg-img.w204 {
width: 204px;
}
.box_tit .box.img-box .bg-img.h204 {
height: 204px;
}
.box_tit .box.img-box .bg-img.w205 {
width: 205px;
}
.box_tit .box.img-box .bg-img.h205 {
height: 205px;
}
.box_tit .box.img-box .bg-img.w206 {
width: 206px;
}
.box_tit .box.img-box .bg-img.h206 {
height: 206px;
}
.box_tit .box.img-box .bg-img.w207 {
width: 207px;
}
.box_tit .box.img-box .bg-img.h207 {
height: 207px;
}
.box_tit .box.img-box .bg-img.w208 {
width: 208px;
}
.box_tit .box.img-box .bg-img.h208 {
height: 208px;
}
.box_tit .box.img-box .bg-img.w209 {
width: 209px;
}
.box_tit .box.img-box .bg-img.h209 {
height: 209px;
}
.box_tit .box.img-box .bg-img.w210 {
width: 210px;
}
.box_tit .box.img-box .bg-img.h210 {
height: 210px;
}
.box_tit .box.img-box .bg-img.w211 {
width: 211px;
}
.box_tit .box.img-box .bg-img.h211 {
height: 211px;
}
.box_tit .box.img-box .bg-img.w212 {
width: 212px;
}
.box_tit .box.img-box .bg-img.h212 {
height: 212px;
}
.box_tit .box.img-box .bg-img.w213 {
width: 213px;
}
.box_tit .box.img-box .bg-img.h213 {
height: 213px;
}
.box_tit .box.img-box .bg-img.w214 {
width: 214px;
}
.box_tit .box.img-box .bg-img.h214 {
height: 214px;
}
.box_tit .box.img-box .bg-img.w215 {
width: 215px;
}
.box_tit .box.img-box .bg-img.h215 {
height: 215px;
}
.box_tit .box.img-box .bg-img.w216 {
width: 216px;
}
.box_tit .box.img-box .bg-img.h216 {
height: 216px;
}
.box_tit .box.img-box .bg-img.w217 {
width: 217px;
}
.box_tit .box.img-box .bg-img.h217 {
height: 217px;
}
.box_tit .box.img-box .bg-img.w218 {
width: 218px;
}
.box_tit .box.img-box .bg-img.h218 {
height: 218px;
}
.box_tit .box.img-box .bg-img.w219 {
width: 219px;
}
.box_tit .box.img-box .bg-img.h219 {
height: 219px;
}
.box_tit .box.img-box .bg-img.w220 {
width: 220px;
}
.box_tit .box.img-box .bg-img.h220 {
height: 220px;
}
.box_tit .box.img-box .bg-img.w221 {
width: 221px;
}
.box_tit .box.img-box .bg-img.h221 {
height: 221px;
}
.box_tit .box.img-box .bg-img.w222 {
width: 222px;
}
.box_tit .box.img-box .bg-img.h222 {
height: 222px;
}
.box_tit .box.img-box .bg-img.w223 {
width: 223px;
}
.box_tit .box.img-box .bg-img.h223 {
height: 223px;
}
.box_tit .box.img-box .bg-img.w224 {
width: 224px;
}
.box_tit .box.img-box .bg-img.h224 {
height: 224px;
}
.box_tit .box.img-box .bg-img.w225 {
width: 225px;
}
.box_tit .box.img-box .bg-img.h225 {
height: 225px;
}
.box_tit .box.img-box .bg-img.w226 {
width: 226px;
}
.box_tit .box.img-box .bg-img.h226 {
height: 226px;
}
.box_tit .box.img-box .bg-img.w227 {
width: 227px;
}
.box_tit .box.img-box .bg-img.h227 {
height: 227px;
}
.box_tit .box.img-box .bg-img.w228 {
width: 228px;
}
.box_tit .box.img-box .bg-img.h228 {
height: 228px;
}
.box_tit .box.img-box .bg-img.w229 {
width: 229px;
}
.box_tit .box.img-box .bg-img.h229 {
height: 229px;
}
.box_tit .box.img-box .bg-img.w230 {
width: 230px;
}
.box_tit .box.img-box .bg-img.h230 {
height: 230px;
}
.box_tit .box.img-box .bg-img.w231 {
width: 231px;
}
.box_tit .box.img-box .bg-img.h231 {
height: 231px;
}
.box_tit .box.img-box .bg-img.w232 {
width: 232px;
}
.box_tit .box.img-box .bg-img.h232 {
height: 232px;
}
.box_tit .box.img-box .bg-img.w233 {
width: 233px;
}
.box_tit .box.img-box .bg-img.h233 {
height: 233px;
}
.box_tit .box.img-box .bg-img.w234 {
width: 234px;
}
.box_tit .box.img-box .bg-img.h234 {
height: 234px;
}
.box_tit .box.img-box .bg-img.w235 {
width: 235px;
}
.box_tit .box.img-box .bg-img.h235 {
height: 235px;
}
.box_tit .box.img-box .bg-img.w236 {
width: 236px;
}
.box_tit .box.img-box .bg-img.h236 {
height: 236px;
}
.box_tit .box.img-box .bg-img.w237 {
width: 237px;
}
.box_tit .box.img-box .bg-img.h237 {
height: 237px;
}
.box_tit .box.img-box .bg-img.w238 {
width: 238px;
}
.box_tit .box.img-box .bg-img.h238 {
height: 238px;
}
.box_tit .box.img-box .bg-img.w239 {
width: 239px;
}
.box_tit .box.img-box .bg-img.h239 {
height: 239px;
}
.box_tit .box.img-box .bg-img.w240 {
width: 240px;
}
.box_tit .box.img-box .bg-img.h240 {
height: 240px;
}
.box_tit .box.img-box .bg-img.w241 {
width: 241px;
}
.box_tit .box.img-box .bg-img.h241 {
height: 241px;
}
.box_tit .box.img-box .bg-img.w242 {
width: 242px;
}
.box_tit .box.img-box .bg-img.h242 {
height: 242px;
}
.box_tit .box.img-box .bg-img.w243 {
width: 243px;
}
.box_tit .box.img-box .bg-img.h243 {
height: 243px;
}
.box_tit .box.img-box .bg-img.w244 {
width: 244px;
}
.box_tit .box.img-box .bg-img.h244 {
height: 244px;
}
.box_tit .box.img-box .bg-img.w245 {
width: 245px;
}
.box_tit .box.img-box .bg-img.h245 {
height: 245px;
}
.box_tit .box.img-box .bg-img.w246 {
width: 246px;
}
.box_tit .box.img-box .bg-img.h246 {
height: 246px;
}
.box_tit .box.img-box .bg-img.w247 {
width: 247px;
}
.box_tit .box.img-box .bg-img.h247 {
height: 247px;
}
.box_tit .box.img-box .bg-img.w248 {
width: 248px;
}
.box_tit .box.img-box .bg-img.h248 {
height: 248px;
}
.box_tit .box.img-box .bg-img.w249 {
width: 249px;
}
.box_tit .box.img-box .bg-img.h249 {
height: 249px;
}
.box_tit .box.img-box .bg-img.w250 {
width: 250px;
}
.box_tit .box.img-box .bg-img.h250 {
height: 250px;
}
.box_tit .box.img-box .bg-img.w251 {
width: 251px;
}
.box_tit .box.img-box .bg-img.h251 {
height: 251px;
}
.box_tit .box.img-box .bg-img.w252 {
width: 252px;
}
.box_tit .box.img-box .bg-img.h252 {
height: 252px;
}
.box_tit .box.img-box .bg-img.w253 {
width: 253px;
}
.box_tit .box.img-box .bg-img.h253 {
height: 253px;
}
.box_tit .box.img-box .bg-img.w254 {
width: 254px;
}
.box_tit .box.img-box .bg-img.h254 {
height: 254px;
}
.box_tit .box.img-box .bg-img.w255 {
width: 255px;
}
.box_tit .box.img-box .bg-img.h255 {
height: 255px;
}
.box_tit .box.img-box .bg-img.w256 {
width: 256px;
}
.box_tit .box.img-box .bg-img.h256 {
height: 256px;
}
.box_tit .box.img-box .bg-img.w257 {
width: 257px;
}
.box_tit .box.img-box .bg-img.h257 {
height: 257px;
}
.box_tit .box.img-box .bg-img.w258 {
width: 258px;
}
.box_tit .box.img-box .bg-img.h258 {
height: 258px;
}
.box_tit .box.img-box .bg-img.w259 {
width: 259px;
}
.box_tit .box.img-box .bg-img.h259 {
height: 259px;
}
.box_tit .box.img-box .bg-img.w260 {
width: 260px;
}
.box_tit .box.img-box .bg-img.h260 {
height: 260px;
}
.box_tit .box.img-box .bg-img.w261 {
width: 261px;
}
.box_tit .box.img-box .bg-img.h261 {
height: 261px;
}
.box_tit .box.img-box .bg-img.w262 {
width: 262px;
}
.box_tit .box.img-box .bg-img.h262 {
height: 262px;
}
.box_tit .box.img-box .bg-img.w263 {
width: 263px;
}
.box_tit .box.img-box .bg-img.h263 {
height: 263px;
}
.box_tit .box.img-box .bg-img.w264 {
width: 264px;
}
.box_tit .box.img-box .bg-img.h264 {
height: 264px;
}
.box_tit .box.img-box .bg-img.w265 {
width: 265px;
}
.box_tit .box.img-box .bg-img.h265 {
height: 265px;
}
.box_tit .box.img-box .bg-img.w266 {
width: 266px;
}
.box_tit .box.img-box .bg-img.h266 {
height: 266px;
}
.box_tit .box.img-box .bg-img.w267 {
width: 267px;
}
.box_tit .box.img-box .bg-img.h267 {
height: 267px;
}
.box_tit .box.img-box .bg-img.w268 {
width: 268px;
}
.box_tit .box.img-box .bg-img.h268 {
height: 268px;
}
.box_tit .box.img-box .bg-img.w269 {
width: 269px;
}
.box_tit .box.img-box .bg-img.h269 {
height: 269px;
}
.box_tit .box.img-box .bg-img.w270 {
width: 270px;
}
.box_tit .box.img-box .bg-img.h270 {
height: 270px;
}
.box_tit .box.img-box .bg-img.w271 {
width: 271px;
}
.box_tit .box.img-box .bg-img.h271 {
height: 271px;
}
.box_tit .box.img-box .bg-img.w272 {
width: 272px;
}
.box_tit .box.img-box .bg-img.h272 {
height: 272px;
}
.box_tit .box.img-box .bg-img.w273 {
width: 273px;
}
.box_tit .box.img-box .bg-img.h273 {
height: 273px;
}
.box_tit .box.img-box .bg-img.w274 {
width: 274px;
}
.box_tit .box.img-box .bg-img.h274 {
height: 274px;
}
.box_tit .box.img-box .bg-img.w275 {
width: 275px;
}
.box_tit .box.img-box .bg-img.h275 {
height: 275px;
}
.box_tit .box.img-box .bg-img.w276 {
width: 276px;
}
.box_tit .box.img-box .bg-img.h276 {
height: 276px;
}
.box_tit .box.img-box .bg-img.w277 {
width: 277px;
}
.box_tit .box.img-box .bg-img.h277 {
height: 277px;
}
.box_tit .box.img-box .bg-img.w278 {
width: 278px;
}
.box_tit .box.img-box .bg-img.h278 {
height: 278px;
}
.box_tit .box.img-box .bg-img.w279 {
width: 279px;
}
.box_tit .box.img-box .bg-img.h279 {
height: 279px;
}
.box_tit .box.img-box .bg-img.w280 {
width: 280px;
}
.box_tit .box.img-box .bg-img.h280 {
height: 280px;
}
.box_tit .box.img-box .bg-img.w281 {
width: 281px;
}
.box_tit .box.img-box .bg-img.h281 {
height: 281px;
}
.box_tit .box.img-box .bg-img.w282 {
width: 282px;
}
.box_tit .box.img-box .bg-img.h282 {
height: 282px;
}
.box_tit .box.img-box .bg-img.w283 {
width: 283px;
}
.box_tit .box.img-box .bg-img.h283 {
height: 283px;
}
.box_tit .box.img-box .bg-img.w284 {
width: 284px;
}
.box_tit .box.img-box .bg-img.h284 {
height: 284px;
}
.box_tit .box.img-box .bg-img.w285 {
width: 285px;
}
.box_tit .box.img-box .bg-img.h285 {
height: 285px;
}
.box_tit .box.img-box .bg-img.w286 {
width: 286px;
}
.box_tit .box.img-box .bg-img.h286 {
height: 286px;
}
.box_tit .box.img-box .bg-img.w287 {
width: 287px;
}
.box_tit .box.img-box .bg-img.h287 {
height: 287px;
}
.box_tit .box.img-box .bg-img.w288 {
width: 288px;
}
.box_tit .box.img-box .bg-img.h288 {
height: 288px;
}
.box_tit .box.img-box .bg-img.w289 {
width: 289px;
}
.box_tit .box.img-box .bg-img.h289 {
height: 289px;
}
.box_tit .box.img-box .bg-img.w290 {
width: 290px;
}
.box_tit .box.img-box .bg-img.h290 {
height: 290px;
}
.box_tit .box.img-box .bg-img.w291 {
width: 291px;
}
.box_tit .box.img-box .bg-img.h291 {
height: 291px;
}
.box_tit .box.img-box .bg-img.w292 {
width: 292px;
}
.box_tit .box.img-box .bg-img.h292 {
height: 292px;
}
.box_tit .box.img-box .bg-img.w293 {
width: 293px;
}
.box_tit .box.img-box .bg-img.h293 {
height: 293px;
}
.box_tit .box.img-box .bg-img.w294 {
width: 294px;
}
.box_tit .box.img-box .bg-img.h294 {
height: 294px;
}
.box_tit .box.img-box .bg-img.w295 {
width: 295px;
}
.box_tit .box.img-box .bg-img.h295 {
height: 295px;
}
.box_tit .box.img-box .bg-img.w296 {
width: 296px;
}
.box_tit .box.img-box .bg-img.h296 {
height: 296px;
}
.box_tit .box.img-box .bg-img.w297 {
width: 297px;
}
.box_tit .box.img-box .bg-img.h297 {
height: 297px;
}
.box_tit .box.img-box .bg-img.w298 {
width: 298px;
}
.box_tit .box.img-box .bg-img.h298 {
height: 298px;
}
.box_tit .box.img-box .bg-img.w299 {
width: 299px;
}
.box_tit .box.img-box .bg-img.h299 {
height: 299px;
}
.box_tit .box.img-box .bg-img.w300 {
width: 300px;
}
.box_tit .box.img-box .bg-img.h300 {
height: 300px;
}
.box_tit .box.img-box .bg-img.w301 {
width: 301px;
}
.box_tit .box.img-box .bg-img.h301 {
height: 301px;
}
.box_tit .box.img-box .bg-img.w302 {
width: 302px;
}
.box_tit .box.img-box .bg-img.h302 {
height: 302px;
}
.box_tit .box.img-box .bg-img.w303 {
width: 303px;
}
.box_tit .box.img-box .bg-img.h303 {
height: 303px;
}
.box_tit .box.img-box .bg-img.w304 {
width: 304px;
}
.box_tit .box.img-box .bg-img.h304 {
height: 304px;
}
.box_tit .box.img-box .bg-img.w305 {
width: 305px;
}
.box_tit .box.img-box .bg-img.h305 {
height: 305px;
}
.box_tit .box.img-box .bg-img.w306 {
width: 306px;
}
.box_tit .box.img-box .bg-img.h306 {
height: 306px;
}
.box_tit .box.img-box .bg-img.w307 {
width: 307px;
}
.box_tit .box.img-box .bg-img.h307 {
height: 307px;
}
.box_tit .box.img-box .bg-img.w308 {
width: 308px;
}
.box_tit .box.img-box .bg-img.h308 {
height: 308px;
}
.box_tit .box.img-box .bg-img.w309 {
width: 309px;
}
.box_tit .box.img-box .bg-img.h309 {
height: 309px;
}
.box_tit .box.img-box .bg-img.w310 {
width: 310px;
}
.box_tit .box.img-box .bg-img.h310 {
height: 310px;
}
.box_tit .box.img-box .bg-img.w311 {
width: 311px;
}
.box_tit .box.img-box .bg-img.h311 {
height: 311px;
}
.box_tit .box.img-box .bg-img.w312 {
width: 312px;
}
.box_tit .box.img-box .bg-img.h312 {
height: 312px;
}
.box_tit .box.img-box .bg-img.w313 {
width: 313px;
}
.box_tit .box.img-box .bg-img.h313 {
height: 313px;
}
.box_tit .box.img-box .bg-img.w314 {
width: 314px;
}
.box_tit .box.img-box .bg-img.h314 {
height: 314px;
}
.box_tit .box.img-box .bg-img.w315 {
width: 315px;
}
.box_tit .box.img-box .bg-img.h315 {
height: 315px;
}
.box_tit .box.img-box .bg-img.w316 {
width: 316px;
}
.box_tit .box.img-box .bg-img.h316 {
height: 316px;
}
.box_tit .box.img-box .bg-img.w317 {
width: 317px;
}
.box_tit .box.img-box .bg-img.h317 {
height: 317px;
}
.box_tit .box.img-box .bg-img.w318 {
width: 318px;
}
.box_tit .box.img-box .bg-img.h318 {
height: 318px;
}
.box_tit .box.img-box .bg-img.w319 {
width: 319px;
}
.box_tit .box.img-box .bg-img.h319 {
height: 319px;
}
.box_tit .box.img-box .bg-img.w320 {
width: 320px;
}
.box_tit .box.img-box .bg-img.h320 {
height: 320px;
}
.box_tit .box.img-box .bg-img.w321 {
width: 321px;
}
.box_tit .box.img-box .bg-img.h321 {
height: 321px;
}
.box_tit .box.img-box .bg-img.w322 {
width: 322px;
}
.box_tit .box.img-box .bg-img.h322 {
height: 322px;
}
.box_tit .box.img-box .bg-img.w323 {
width: 323px;
}
.box_tit .box.img-box .bg-img.h323 {
height: 323px;
}
.box_tit .box.img-box .bg-img.w324 {
width: 324px;
}
.box_tit .box.img-box .bg-img.h324 {
height: 324px;
}
.box_tit .box.img-box .bg-img.w325 {
width: 325px;
}
.box_tit .box.img-box .bg-img.h325 {
height: 325px;
}
.box_tit .box.img-box .bg-img.w326 {
width: 326px;
}
.box_tit .box.img-box .bg-img.h326 {
height: 326px;
}
.box_tit .box.img-box .bg-img.w327 {
width: 327px;
}
.box_tit .box.img-box .bg-img.h327 {
height: 327px;
}
.box_tit .box.img-box .bg-img.w328 {
width: 328px;
}
.box_tit .box.img-box .bg-img.h328 {
height: 328px;
}
.box_tit .box.img-box .bg-img.w329 {
width: 329px;
}
.box_tit .box.img-box .bg-img.h329 {
height: 329px;
}
.box_tit .box.img-box .bg-img.w330 {
width: 330px;
}
.box_tit .box.img-box .bg-img.h330 {
height: 330px;
}
.box_tit .box.img-box .bg-img.w331 {
width: 331px;
}
.box_tit .box.img-box .bg-img.h331 {
height: 331px;
}
.box_tit .box.img-box .bg-img.w332 {
width: 332px;
}
.box_tit .box.img-box .bg-img.h332 {
height: 332px;
}
.box_tit .box.img-box .bg-img.w333 {
width: 333px;
}
.box_tit .box.img-box .bg-img.h333 {
height: 333px;
}
.box_tit .box.img-box .bg-img.w334 {
width: 334px;
}
.box_tit .box.img-box .bg-img.h334 {
height: 334px;
}
.box_tit .box.img-box .bg-img.w335 {
width: 335px;
}
.box_tit .box.img-box .bg-img.h335 {
height: 335px;
}
.box_tit .box.img-box .bg-img.w336 {
width: 336px;
}
.box_tit .box.img-box .bg-img.h336 {
height: 336px;
}
.box_tit .box.img-box .bg-img.w337 {
width: 337px;
}
.box_tit .box.img-box .bg-img.h337 {
height: 337px;
}
.box_tit .box.img-box .bg-img.w338 {
width: 338px;
}
.box_tit .box.img-box .bg-img.h338 {
height: 338px;
}
.box_tit .box.img-box .bg-img.w339 {
width: 339px;
}
.box_tit .box.img-box .bg-img.h339 {
height: 339px;
}
.box_tit .box.img-box .bg-img.w340 {
width: 340px;
}
.box_tit .box.img-box .bg-img.h340 {
height: 340px;
}
.box_tit .box.img-box .bg-img.w341 {
width: 341px;
}
.box_tit .box.img-box .bg-img.h341 {
height: 341px;
}
.box_tit .box.img-box .bg-img.w342 {
width: 342px;
}
.box_tit .box.img-box .bg-img.h342 {
height: 342px;
}
.box_tit .box.img-box .bg-img.w343 {
width: 343px;
}
.box_tit .box.img-box .bg-img.h343 {
height: 343px;
}
.box_tit .box.img-box .bg-img.w344 {
width: 344px;
}
.box_tit .box.img-box .bg-img.h344 {
height: 344px;
}
.box_tit .box.img-box .bg-img.w345 {
width: 345px;
}
.box_tit .box.img-box .bg-img.h345 {
height: 345px;
}
.box_tit .box.img-box .bg-img.w346 {
width: 346px;
}
.box_tit .box.img-box .bg-img.h346 {
height: 346px;
}
.box_tit .box.img-box .bg-img.w347 {
width: 347px;
}
.box_tit .box.img-box .bg-img.h347 {
height: 347px;
}
.box_tit .box.img-box .bg-img.w348 {
width: 348px;
}
.box_tit .box.img-box .bg-img.h348 {
height: 348px;
}
.box_tit .box.img-box .bg-img.w349 {
width: 349px;
}
.box_tit .box.img-box .bg-img.h349 {
height: 349px;
}
.box_tit .box.img-box .bg-img.w350 {
width: 350px;
}
.box_tit .box.img-box .bg-img.h350 {
height: 350px;
}
.box_tit .box.img-box .bg-img.w351 {
width: 351px;
}
.box_tit .box.img-box .bg-img.h351 {
height: 351px;
}
.box_tit .box.img-box .bg-img.w352 {
width: 352px;
}
.box_tit .box.img-box .bg-img.h352 {
height: 352px;
}
.box_tit .box.img-box .bg-img.w353 {
width: 353px;
}
.box_tit .box.img-box .bg-img.h353 {
height: 353px;
}
.box_tit .box.img-box .bg-img.w354 {
width: 354px;
}
.box_tit .box.img-box .bg-img.h354 {
height: 354px;
}
.box_tit .box.img-box .bg-img.w355 {
width: 355px;
}
.box_tit .box.img-box .bg-img.h355 {
height: 355px;
}
.box_tit .box.img-box .bg-img.w356 {
width: 356px;
}
.box_tit .box.img-box .bg-img.h356 {
height: 356px;
}
.box_tit .box.img-box .bg-img.w357 {
width: 357px;
}
.box_tit .box.img-box .bg-img.h357 {
height: 357px;
}
.box_tit .box.img-box .bg-img.w358 {
width: 358px;
}
.box_tit .box.img-box .bg-img.h358 {
height: 358px;
}
.box_tit .box.img-box .bg-img.w359 {
width: 359px;
}
.box_tit .box.img-box .bg-img.h359 {
height: 359px;
}
.box_tit .box.img-box .bg-img.w360 {
width: 360px;
}
.box_tit .box.img-box .bg-img.h360 {
height: 360px;
}
.box_tit .box.img-box .bg-img.w361 {
width: 361px;
}
.box_tit .box.img-box .bg-img.h361 {
height: 361px;
}
.box_tit .box.img-box .bg-img.w362 {
width: 362px;
}
.box_tit .box.img-box .bg-img.h362 {
height: 362px;
}
.box_tit .box.img-box .bg-img.w363 {
width: 363px;
}
.box_tit .box.img-box .bg-img.h363 {
height: 363px;
}
.box_tit .box.img-box .bg-img.w364 {
width: 364px;
}
.box_tit .box.img-box .bg-img.h364 {
height: 364px;
}
.box_tit .box.img-box .bg-img.w365 {
width: 365px;
}
.box_tit .box.img-box .bg-img.h365 {
height: 365px;
}
.box_tit .box.img-box .bg-img.w366 {
width: 366px;
}
.box_tit .box.img-box .bg-img.h366 {
height: 366px;
}
.box_tit .box.img-box .bg-img.w367 {
width: 367px;
}
.box_tit .box.img-box .bg-img.h367 {
height: 367px;
}
.box_tit .box.img-box .bg-img.w368 {
width: 368px;
}
.box_tit .box.img-box .bg-img.h368 {
height: 368px;
}
.box_tit .box.img-box .bg-img.w369 {
width: 369px;
}
.box_tit .box.img-box .bg-img.h369 {
height: 369px;
}
.box_tit .box.img-box .bg-img.w370 {
width: 370px;
}
.box_tit .box.img-box .bg-img.h370 {
height: 370px;
}
.box_tit .box.img-box .bg-img.w371 {
width: 371px;
}
.box_tit .box.img-box .bg-img.h371 {
height: 371px;
}
.box_tit .box.img-box .bg-img.w372 {
width: 372px;
}
.box_tit .box.img-box .bg-img.h372 {
height: 372px;
}
.box_tit .box.img-box .bg-img.w373 {
width: 373px;
}
.box_tit .box.img-box .bg-img.h373 {
height: 373px;
}
.box_tit .box.img-box .bg-img.w374 {
width: 374px;
}
.box_tit .box.img-box .bg-img.h374 {
height: 374px;
}
.box_tit .box.img-box .bg-img.w375 {
width: 375px;
}
.box_tit .box.img-box .bg-img.h375 {
height: 375px;
}
.box_tit .box.img-box .bg-img.w376 {
width: 376px;
}
.box_tit .box.img-box .bg-img.h376 {
height: 376px;
}
.box_tit .box.img-box .bg-img.w377 {
width: 377px;
}
.box_tit .box.img-box .bg-img.h377 {
height: 377px;
}
.box_tit .box.img-box .bg-img.w378 {
width: 378px;
}
.box_tit .box.img-box .bg-img.h378 {
height: 378px;
}
.box_tit .box.img-box .bg-img.w379 {
width: 379px;
}
.box_tit .box.img-box .bg-img.h379 {
height: 379px;
}
.box_tit .box.img-box .bg-img.w380 {
width: 380px;
}
.box_tit .box.img-box .bg-img.h380 {
height: 380px;
}
.box_tit .box.img-box .bg-img.w381 {
width: 381px;
}
.box_tit .box.img-box .bg-img.h381 {
height: 381px;
}
.box_tit .box.img-box .bg-img.w382 {
width: 382px;
}
.box_tit .box.img-box .bg-img.h382 {
height: 382px;
}
.box_tit .box.img-box .bg-img.w383 {
width: 383px;
}
.box_tit .box.img-box .bg-img.h383 {
height: 383px;
}
.box_tit .box.img-box .bg-img.w384 {
width: 384px;
}
.box_tit .box.img-box .bg-img.h384 {
height: 384px;
}
.box_tit .box.img-box .bg-img.w385 {
width: 385px;
}
.box_tit .box.img-box .bg-img.h385 {
height: 385px;
}
.box_tit .box.img-box .bg-img.w386 {
width: 386px;
}
.box_tit .box.img-box .bg-img.h386 {
height: 386px;
}
.box_tit .box.img-box .bg-img.w387 {
width: 387px;
}
.box_tit .box.img-box .bg-img.h387 {
height: 387px;
}
.box_tit .box.img-box .bg-img.w388 {
width: 388px;
}
.box_tit .box.img-box .bg-img.h388 {
height: 388px;
}
.box_tit .box.img-box .bg-img.w389 {
width: 389px;
}
.box_tit .box.img-box .bg-img.h389 {
height: 389px;
}
.box_tit .box.img-box .bg-img.w390 {
width: 390px;
}
.box_tit .box.img-box .bg-img.h390 {
height: 390px;
}
.box_tit .box.img-box .bg-img.w391 {
width: 391px;
}
.box_tit .box.img-box .bg-img.h391 {
height: 391px;
}
.box_tit .box.img-box .bg-img.w392 {
width: 392px;
}
.box_tit .box.img-box .bg-img.h392 {
height: 392px;
}
.box_tit .box.img-box .bg-img.w393 {
width: 393px;
}
.box_tit .box.img-box .bg-img.h393 {
height: 393px;
}
.box_tit .box.img-box .bg-img.w394 {
width: 394px;
}
.box_tit .box.img-box .bg-img.h394 {
height: 394px;
}
.box_tit .box.img-box .bg-img.w395 {
width: 395px;
}
.box_tit .box.img-box .bg-img.h395 {
height: 395px;
}
.box_tit .box.img-box .bg-img.w396 {
width: 396px;
}
.box_tit .box.img-box .bg-img.h396 {
height: 396px;
}
.box_tit .box.img-box .bg-img.w397 {
width: 397px;
}
.box_tit .box.img-box .bg-img.h397 {
height: 397px;
}
.box_tit .box.img-box .bg-img.w398 {
width: 398px;
}
.box_tit .box.img-box .bg-img.h398 {
height: 398px;
}
.box_tit .box.img-box .bg-img.w399 {
width: 399px;
}
.box_tit .box.img-box .bg-img.h399 {
height: 399px;
}
.box_tit .box.img-box .bg-img.w400 {
width: 400px;
}
.box_tit .box.img-box .bg-img.h400 {
height: 400px;
}
.box_tit .box.img-box .bg-img.w401 {
width: 401px;
}
.box_tit .box.img-box .bg-img.h401 {
height: 401px;
}
.box_tit .box.img-box .bg-img.w402 {
width: 402px;
}
.box_tit .box.img-box .bg-img.h402 {
height: 402px;
}
.box_tit .box.img-box .bg-img.w403 {
width: 403px;
}
.box_tit .box.img-box .bg-img.h403 {
height: 403px;
}
.box_tit .box.img-box .bg-img.w404 {
width: 404px;
}
.box_tit .box.img-box .bg-img.h404 {
height: 404px;
}
.box_tit .box.img-box .bg-img.w405 {
width: 405px;
}
.box_tit .box.img-box .bg-img.h405 {
height: 405px;
}
.box_tit .box.img-box .bg-img.w406 {
width: 406px;
}
.box_tit .box.img-box .bg-img.h406 {
height: 406px;
}
.box_tit .box.img-box .bg-img.w407 {
width: 407px;
}
.box_tit .box.img-box .bg-img.h407 {
height: 407px;
}
.box_tit .box.img-box .bg-img.w408 {
width: 408px;
}
.box_tit .box.img-box .bg-img.h408 {
height: 408px;
}
.box_tit .box.img-box .bg-img.w409 {
width: 409px;
}
.box_tit .box.img-box .bg-img.h409 {
height: 409px;
}
.box_tit .box.img-box .bg-img.w410 {
width: 410px;
}
.box_tit .box.img-box .bg-img.h410 {
height: 410px;
}
.box_tit .box.img-box .bg-img.w411 {
width: 411px;
}
.box_tit .box.img-box .bg-img.h411 {
height: 411px;
}
.box_tit .box.img-box .bg-img.w412 {
width: 412px;
}
.box_tit .box.img-box .bg-img.h412 {
height: 412px;
}
.box_tit .box.img-box .bg-img.w413 {
width: 413px;
}
.box_tit .box.img-box .bg-img.h413 {
height: 413px;
}
.box_tit .box.img-box .bg-img.w414 {
width: 414px;
}
.box_tit .box.img-box .bg-img.h414 {
height: 414px;
}
.box_tit .box.img-box .bg-img.w415 {
width: 415px;
}
.box_tit .box.img-box .bg-img.h415 {
height: 415px;
}
.box_tit .box.img-box .bg-img.w416 {
width: 416px;
}
.box_tit .box.img-box .bg-img.h416 {
height: 416px;
}
.box_tit .box.img-box .bg-img.w417 {
width: 417px;
}
.box_tit .box.img-box .bg-img.h417 {
height: 417px;
}
.box_tit .box.img-box .bg-img.w418 {
width: 418px;
}
.box_tit .box.img-box .bg-img.h418 {
height: 418px;
}
.box_tit .box.img-box .bg-img.w419 {
width: 419px;
}
.box_tit .box.img-box .bg-img.h419 {
height: 419px;
}
.box_tit .box.img-box .bg-img.w420 {
width: 420px;
}
.box_tit .box.img-box .bg-img.h420 {
height: 420px;
}
.box_tit .box.img-box .bg-img.w421 {
width: 421px;
}
.box_tit .box.img-box .bg-img.h421 {
height: 421px;
}
.box_tit .box.img-box .bg-img.w422 {
width: 422px;
}
.box_tit .box.img-box .bg-img.h422 {
height: 422px;
}
.box_tit .box.img-box .bg-img.w423 {
width: 423px;
}
.box_tit .box.img-box .bg-img.h423 {
height: 423px;
}
.box_tit .box.img-box .bg-img.w424 {
width: 424px;
}
.box_tit .box.img-box .bg-img.h424 {
height: 424px;
}
.box_tit .box.img-box .bg-img.w425 {
width: 425px;
}
.box_tit .box.img-box .bg-img.h425 {
height: 425px;
}
.box_tit .box.img-box .bg-img.w426 {
width: 426px;
}
.box_tit .box.img-box .bg-img.h426 {
height: 426px;
}
.box_tit .box.img-box .bg-img.w427 {
width: 427px;
}
.box_tit .box.img-box .bg-img.h427 {
height: 427px;
}
.box_tit .box.img-box .bg-img.w428 {
width: 428px;
}
.box_tit .box.img-box .bg-img.h428 {
height: 428px;
}
.box_tit .box.img-box .bg-img.w429 {
width: 429px;
}
.box_tit .box.img-box .bg-img.h429 {
height: 429px;
}
.box_tit .box.img-box .bg-img.w430 {
width: 430px;
}
.box_tit .box.img-box .bg-img.h430 {
height: 430px;
}
.box_tit .box.img-box .bg-img.w431 {
width: 431px;
}
.box_tit .box.img-box .bg-img.h431 {
height: 431px;
}
.box_tit .box.img-box .bg-img.w432 {
width: 432px;
}
.box_tit .box.img-box .bg-img.h432 {
height: 432px;
}
.box_tit .box.img-box .bg-img.w433 {
width: 433px;
}
.box_tit .box.img-box .bg-img.h433 {
height: 433px;
}
.box_tit .box.img-box .bg-img.w434 {
width: 434px;
}
.box_tit .box.img-box .bg-img.h434 {
height: 434px;
}
.box_tit .box.img-box .bg-img.w435 {
width: 435px;
}
.box_tit .box.img-box .bg-img.h435 {
height: 435px;
}
.box_tit .box.img-box .bg-img.w436 {
width: 436px;
}
.box_tit .box.img-box .bg-img.h436 {
height: 436px;
}
.box_tit .box.img-box .bg-img.w437 {
width: 437px;
}
.box_tit .box.img-box .bg-img.h437 {
height: 437px;
}
.box_tit .box.img-box .bg-img.w438 {
width: 438px;
}
.box_tit .box.img-box .bg-img.h438 {
height: 438px;
}
.box_tit .box.img-box .bg-img.w439 {
width: 439px;
}
.box_tit .box.img-box .bg-img.h439 {
height: 439px;
}
.box_tit .box.img-box .bg-img.w440 {
width: 440px;
}
.box_tit .box.img-box .bg-img.h440 {
height: 440px;
}
.box_tit .box.img-box .bg-img.w441 {
width: 441px;
}
.box_tit .box.img-box .bg-img.h441 {
height: 441px;
}
.box_tit .box.img-box .bg-img.w442 {
width: 442px;
}
.box_tit .box.img-box .bg-img.h442 {
height: 442px;
}
.box_tit .box.img-box .bg-img.w443 {
width: 443px;
}
.box_tit .box.img-box .bg-img.h443 {
height: 443px;
}
.box_tit .box.img-box .bg-img.w444 {
width: 444px;
}
.box_tit .box.img-box .bg-img.h444 {
height: 444px;
}
.box_tit .box.img-box .bg-img.w445 {
width: 445px;
}
.box_tit .box.img-box .bg-img.h445 {
height: 445px;
}
.box_tit .box.img-box .bg-img.w446 {
width: 446px;
}
.box_tit .box.img-box .bg-img.h446 {
height: 446px;
}
.box_tit .box.img-box .bg-img.w447 {
width: 447px;
}
.box_tit .box.img-box .bg-img.h447 {
height: 447px;
}
.box_tit .box.img-box .bg-img.w448 {
width: 448px;
}
.box_tit .box.img-box .bg-img.h448 {
height: 448px;
}
.box_tit .box.img-box .bg-img.w449 {
width: 449px;
}
.box_tit .box.img-box .bg-img.h449 {
height: 449px;
}
.box_tit .box.img-box .bg-img.w450 {
width: 450px;
}
.box_tit .box.img-box .bg-img.h450 {
height: 450px;
}
.box_tit .box.img-box .bg-img.w451 {
width: 451px;
}
.box_tit .box.img-box .bg-img.h451 {
height: 451px;
}
.box_tit .box.img-box .bg-img.w452 {
width: 452px;
}
.box_tit .box.img-box .bg-img.h452 {
height: 452px;
}
.box_tit .box.img-box .bg-img.w453 {
width: 453px;
}
.box_tit .box.img-box .bg-img.h453 {
height: 453px;
}
.box_tit .box.img-box .bg-img.w454 {
width: 454px;
}
.box_tit .box.img-box .bg-img.h454 {
height: 454px;
}
.box_tit .box.img-box .bg-img.w455 {
width: 455px;
}
.box_tit .box.img-box .bg-img.h455 {
height: 455px;
}
.box_tit .box.img-box .bg-img.w456 {
width: 456px;
}
.box_tit .box.img-box .bg-img.h456 {
height: 456px;
}
.box_tit .box.img-box .bg-img.w457 {
width: 457px;
}
.box_tit .box.img-box .bg-img.h457 {
height: 457px;
}
.box_tit .box.img-box .bg-img.w458 {
width: 458px;
}
.box_tit .box.img-box .bg-img.h458 {
height: 458px;
}
.box_tit .box.img-box .bg-img.w459 {
width: 459px;
}
.box_tit .box.img-box .bg-img.h459 {
height: 459px;
}
.box_tit .box.img-box .bg-img.w460 {
width: 460px;
}
.box_tit .box.img-box .bg-img.h460 {
height: 460px;
}
.box_tit .box.img-box .bg-img.w461 {
width: 461px;
}
.box_tit .box.img-box .bg-img.h461 {
height: 461px;
}
.box_tit .box.img-box .bg-img.w462 {
width: 462px;
}
.box_tit .box.img-box .bg-img.h462 {
height: 462px;
}
.box_tit .box.img-box .bg-img.w463 {
width: 463px;
}
.box_tit .box.img-box .bg-img.h463 {
height: 463px;
}
.box_tit .box.img-box .bg-img.w464 {
width: 464px;
}
.box_tit .box.img-box .bg-img.h464 {
height: 464px;
}
.box_tit .box.img-box .bg-img.w465 {
width: 465px;
}
.box_tit .box.img-box .bg-img.h465 {
height: 465px;
}
.box_tit .box.img-box .bg-img.w466 {
width: 466px;
}
.box_tit .box.img-box .bg-img.h466 {
height: 466px;
}
.box_tit .box.img-box .bg-img.w467 {
width: 467px;
}
.box_tit .box.img-box .bg-img.h467 {
height: 467px;
}
.box_tit .box.img-box .bg-img.w468 {
width: 468px;
}
.box_tit .box.img-box .bg-img.h468 {
height: 468px;
}
.box_tit .box.img-box .bg-img.w469 {
width: 469px;
}
.box_tit .box.img-box .bg-img.h469 {
height: 469px;
}
.box_tit .box.img-box .bg-img.w470 {
width: 470px;
}
.box_tit .box.img-box .bg-img.h470 {
height: 470px;
}
.box_tit .box.img-box .bg-img.w471 {
width: 471px;
}
.box_tit .box.img-box .bg-img.h471 {
height: 471px;
}
.box_tit .box.img-box .bg-img.w472 {
width: 472px;
}
.box_tit .box.img-box .bg-img.h472 {
height: 472px;
}
.box_tit .box.img-box .bg-img.w473 {
width: 473px;
}
.box_tit .box.img-box .bg-img.h473 {
height: 473px;
}
.box_tit .box.img-box .bg-img.w474 {
width: 474px;
}
.box_tit .box.img-box .bg-img.h474 {
height: 474px;
}
.box_tit .box.img-box .bg-img.w475 {
width: 475px;
}
.box_tit .box.img-box .bg-img.h475 {
height: 475px;
}
.box_tit .box.img-box .bg-img.w476 {
width: 476px;
}
.box_tit .box.img-box .bg-img.h476 {
height: 476px;
}
.box_tit .box.img-box .bg-img.w477 {
width: 477px;
}
.box_tit .box.img-box .bg-img.h477 {
height: 477px;
}
.box_tit .box.img-box .bg-img.w478 {
width: 478px;
}
.box_tit .box.img-box .bg-img.h478 {
height: 478px;
}
.box_tit .box.img-box .bg-img.w479 {
width: 479px;
}
.box_tit .box.img-box .bg-img.h479 {
height: 479px;
}
.box_tit .box.img-box .bg-img.w480 {
width: 480px;
}
.box_tit .box.img-box .bg-img.h480 {
height: 480px;
}
.box_tit .box.img-box .bg-img.w481 {
width: 481px;
}
.box_tit .box.img-box .bg-img.h481 {
height: 481px;
}
.box_tit .box.img-box .bg-img.w482 {
width: 482px;
}
.box_tit .box.img-box .bg-img.h482 {
height: 482px;
}
.box_tit .box.img-box .bg-img.w483 {
width: 483px;
}
.box_tit .box.img-box .bg-img.h483 {
height: 483px;
}
.box_tit .box.img-box .bg-img.w484 {
width: 484px;
}
.box_tit .box.img-box .bg-img.h484 {
height: 484px;
}
.box_tit .box.img-box .bg-img.w485 {
width: 485px;
}
.box_tit .box.img-box .bg-img.h485 {
height: 485px;
}
.box_tit .box.img-box .bg-img.w486 {
width: 486px;
}
.box_tit .box.img-box .bg-img.h486 {
height: 486px;
}
.box_tit .box.img-box .bg-img.w487 {
width: 487px;
}
.box_tit .box.img-box .bg-img.h487 {
height: 487px;
}
.box_tit .box.img-box .bg-img.w488 {
width: 488px;
}
.box_tit .box.img-box .bg-img.h488 {
height: 488px;
}
.box_tit .box.img-box .bg-img.w489 {
width: 489px;
}
.box_tit .box.img-box .bg-img.h489 {
height: 489px;
}
.box_tit .box.img-box .bg-img.w490 {
width: 490px;
}
.box_tit .box.img-box .bg-img.h490 {
height: 490px;
}
.box_tit .box.img-box .bg-img.w491 {
width: 491px;
}
.box_tit .box.img-box .bg-img.h491 {
height: 491px;
}
.box_tit .box.img-box .bg-img.w492 {
width: 492px;
}
.box_tit .box.img-box .bg-img.h492 {
height: 492px;
}
.box_tit .box.img-box .bg-img.w493 {
width: 493px;
}
.box_tit .box.img-box .bg-img.h493 {
height: 493px;
}
.box_tit .box.img-box .bg-img.w494 {
width: 494px;
}
.box_tit .box.img-box .bg-img.h494 {
height: 494px;
}
.box_tit .box.img-box .bg-img.w495 {
width: 495px;
}
.box_tit .box.img-box .bg-img.h495 {
height: 495px;
}
.box_tit .box.img-box .bg-img.w496 {
width: 496px;
}
.box_tit .box.img-box .bg-img.h496 {
height: 496px;
}
.box_tit .box.img-box .bg-img.w497 {
width: 497px;
}
.box_tit .box.img-box .bg-img.h497 {
height: 497px;
}
.box_tit .box.img-box .bg-img.w498 {
width: 498px;
}
.box_tit .box.img-box .bg-img.h498 {
height: 498px;
}
.box_tit .box.img-box .bg-img.w499 {
width: 499px;
}
.box_tit .box.img-box .bg-img.h499 {
height: 499px;
}
.box_tit .box.img-box .bg-img.w500 {
width: 500px;
}
.box_tit .box.img-box .bg-img.h500 {
height: 500px;
}
@media (max-width: 749px) {
.box_tit .box.img-box .bg-img {
position: inherit;
right: 0;
bottom: 0;
width: auto !important;
height: auto !important;
}
}
@media (max-width: 749px) {
.box_tit .box.box_history {
padding-bottom: 180px;
background-size: 177px 173px;
background-position: center bottom;
}
.box_tit .box.box_history p {
text-align: center;
}
}

.organization {
padding: 40px;
}
@media (max-width: 749px) {
.organization {
padding: 40px 10px;
}
}
.organization span {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
font-weight: 600;
border-radius: 30px;
padding: 10px;
width: 150px;
height: 60px;
}
@media (max-width: 749px) {
.organization span {
width: 80px;
height: 46px;
padding: 5px;
}
}
.organization ul.level1 {
display: flex;
justify-content: center;
}
.organization ul.level1.item-number-1 > li {
width: calc(100% / 1);
flex-basis: calc(100% / 1);
}
.organization ul.level1.item-number-2 > li {
width: calc(100% / 2);
flex-basis: calc(100% / 2);
}
.organization ul.level1.item-number-3 > li {
width: calc(100% / 3);
flex-basis: calc(100% / 3);
}
.organization ul.level1.item-number-4 > li {
width: calc(100% / 4);
flex-basis: calc(100% / 4);
}
.organization ul.level1.item-number-5 > li {
width: calc(100% / 5);
flex-basis: calc(100% / 5);
}
.organization ul.level1 > li {
display: flex;
flex-direction: column;
align-items: center;
}
.organization ul.level1 > li > span {
color: var(--white);
background-image: linear-gradient(to top, #2163c1, #4080db);
}
@media (max-width: 749px) {
.organization ul.level1 > li > span {
width: 150px;
height: 60px;
}
}
.organization ul.level1 > li ul.level2 {
position: relative;
display: flex;
gap: 10px;
justify-content: space-between;
width: 100%;
margin-top: 150px;
}
.organization ul.level1 > li ul.level2::before {
content: "";
position: absolute;
width: 1px;
height: 75px;
top: -150px;
left: 50%;
border: 1px dashed var(--sh-bd);
}
.organization ul.level1 > li ul.level2::after {
content: "";
position: absolute;
width: calc(100% - 150px);
height: 1px;
top: -75px;
left: 50%;
border: 1px dashed var(--sh-bd);
transform: translateX(-50%);
}
@media (max-width: 749px) {
.organization ul.level1 > li ul.level2::after {
width: calc(100% - 80px);
}
}
.organization ul.level1 > li ul.level2 > li {
position: relative;
}
.organization ul.level1 > li ul.level2 > li > span {
color: var(--mid-blue-Two);
border: solid 2px var(--mid-blue-Two);
background-color: var(--white);
}
.organization ul.level1 > li ul.level2 > li > span::before {
content: "";
position: absolute;
width: 1px;
height: 75px;
top: -75px;
left: 50%;
border: 1px dashed var(--sh-bd);
}

.dong-info-box {
display: flex;
align-items: flex-start;
gap: 15px;
}
@media (max-width: 749px) {
.dong-info-box {
flex-direction: column;
}
}
.dong-info-box__img {
display: flex;
flex-basis: 220px;
justify-content: center;
align-items: center;
width: 220px;
border-radius: 5px;
margin: -2px;
overflow: hidden;
}
@media (max-width: 749px) {
.dong-info-box__img {
width: 100%;
flex-basis: 100%;
}
}
@media (min-width: 1200px) {
.dong-info-box__img {
width: 280px;
flex-basis: 280px;
}
}
.dong-info-box__img img {
min-width: calc(100% + 4px);
min-height: calc(100% + 4px);
}
.dong-info-box .table {
width: calc(100% - 220px - 30px);
flex-basis: calc(100% - 220px - 30px);
margin-top: 0;
}
@media (max-width: 749px) {
.dong-info-box .table {
width: 100%;
flex-basis: 100%;
}
}
@media (min-width: 1200px) {
.dong-info-box .table {
width: calc(100% - 280px - 30px);
flex-basis: calc(100% - 280px - 30px);
}
}
.dong-info-box .table th {
width: 250px;
}
@media (max-width: 749px) {
.dong-info-box .table th {
width: auto;
}
}

.dong_map {
width: 100%;
height: 500px;
}

.dong-transport {
display: flex;
gap: 10px;
}
@media (max-width: 749px) {
.dong-transport {
flex-direction: column;
}
}
.dong-transport .transport {
display: flex;
width: calc(50% - 5px);
flex-basis: calc(50% - 5px);
gap: 30px;
}
@media (max-width: 749px) {
.dong-transport .transport {
flex-direction: column;
width: 100%;
flex-basis: 100%;
gap: 15px;
}
}
.dong-transport .transport i {
display: block;
position: relative;
width: 100px;
flex-basis: 100px;
height: 100px;
padding: 26px;
border-radius: 50%;
background: linear-gradient(to top, #2163c1, #009b97);
}
@media (max-width: 749px) {
.dong-transport .transport i {
width: 60px;
flex-basis: 60px;
height: 60px;
}
}
.dong-transport .transport i::after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 46px;
height: 46px;
transform: translate(-50%, -50%);
}
.dong-transport .transport i.bus::after {
background: url(/static/dong/img/icon/ico_bus-white.png) center center no-repeat;
}
@media (max-width: 749px) {
.dong-transport .transport i.bus::after {
background-size: 28px 29px;
}
}
.dong-transport .transport i.subway::after {
background: url(/static/dong/img/icon/ico_subway-white.png) center center no-repeat;
}
@media (max-width: 749px) {
.dong-transport .transport i.subway::after {
background-size: 28px 29px;
}
}
.dong-transport .transport .transport-title-wrap {
width: 100px;
flex-basis: 100px;
}
@media (max-width: 749px) {
.dong-transport .transport .transport-title-wrap {
width: auto;
flex-basis: auto;
display: flex;
gap: 15px;
align-items: center;
}
}
.dong-transport .transport .transport-title {
display: block;
font-size: 20px;
font-weight: bold;
margin-bottom: 5px;
}
.dong-transport .transport .transport-content {
width: calc(100% - 100px - 30px);
flex-basis: calc(100% - 100px - 30px);
}
@media (max-width: 749px) {
.dong-transport .transport .transport-content {
width: calc(100% - 60px - 15px);
flex-basis: calc(100% - 60px - 15px);
}
}
.dong-transport .transport .transport-content .transport-desc {
display: flex;
align-items: flex-start;
gap: 7px;
font-size: 16px;
margin-bottom: 3px;
}
.dong-transport .transport .transport-content .transport-badge {
display: inline-block;
width: 75px;
flex-basis: 75px;
padding: 5px 8px;
margin-right: 7px;
font-weight: 700;
color: var(--white);
font-size: 13px;
text-align: center;
line-height: 1;
border-radius: 10px;
}
.dong-transport .transport .transport-content .transport-badge.olive {
background-color: #b7c452;
}
.dong-transport .transport .transport-content .transport-badge.sky-blue {
background-color: #2c9ede;
}
.dong-transport .transport .transport-content .transport-text {
display: inline-block;
width: calc(100% - 75px - 7px);
flex-basis: calc(100% - 75px - 7px);
}

.box.announce {
display: flex;
align-items: center;
gap: 30px;
}
@media (max-width: 749px) {
.box.announce {
gap: 15px;
}
}
.box.announce i.speaker {
display: block;
width: 105px;
flex-basis: 105px;
height: 108px;
background: url(/static/dong/img/icon/ico_speaker.png) center center no-repeat;
}
@media (max-width: 749px) {
.box.announce i.speaker {
width: 75px;
flex-basis: 75px;
background-size: 75px 81px;
}
}
.box.announce i.books {
display: block;
width: 121px;
flex-basis: 121px;
height: 109px;
background: url(/static/dong/img/sub/img_GB-D-001-16_01.png) center center no-repeat;
}
@media (max-width: 749px) {
.box.announce i.books {
width: 75px;
flex-basis: 75px;
background-size: 75px auto;
}
}
.box.announce i.question {
display: block;
width: 119px;
flex-basis: 119px;
height: 101px;
background: url(/static/dong/img/sub/img_GB-D-001-17_01.png);
}
.box.announce .content {
width: calc(100% - 105px - 30px);
flex-basis: calc(100% - 105px - 30px);
}
@media (max-width: 749px) {
.box.announce .content {
width: 100%;
flex-basis: 100%;
}
}
.box.announce .content .title {
display: block;
font-size: 20px;
font-weight: bold;
}
.box.announce .content .mid-blue {
color: var(--mid-blue);
}

@media (max-width: 749px) {
.sh fieldset > div {
flex-wrap: wrap;
}
}
.sh .sh__select {
display: flex;
flex-grow: 0 !important;
gap: 10px;
}
@media (max-width: 749px) {
.sh .sh__select.mfull {
display: block;
width: 100%;
flex-basis: 100%;
margin: 0;
}
.sh .sh__select.mfull > select {
width: 100% !important;
margin-bottom: 10px;
}
.sh .sh__select.mfull + .inp-txt {
margin: 0;
width: calc(100% - 77px - 20px);
flex-basis: calc(100% - 77px - 20px);
}
.sh .sh__select.mfull + .inp-txt + .sh__btns {
width: 77px;
flex-basis: 77px;
margin: 0 0 0 10px;
}
}
.sh .sh__date {
display: flex;
align-items: center;
flex-grow: 0 !important;
gap: 10px;
}
@media (max-width: 749px) {
.sh .sh__date {
margin: 0 0 10px 0;
}
.sh .sh__date > input {
width: calc(50% - 5px - 10px) !important;
flex-basis: calc(50% - 5px - 10px);
}
}
.sh .sh__btns.fb-auto {
flex-basis: auto;
}

.box.rectangle {
border-radius: 0;
border: 1px solid var(--sh-bd);
}

.b-teal.blank {
display: inline-flex;
align-items: center;
color: var(--white);
border-radius: 10px;
background-color: var(--teal);
}
.b-teal.blank::after {
content: "";
display: block;
width: 12px;
height: 12px;
margin-bottom: 3px;
background: url(/static/dong/img/icon/ico-link.png) center center no-repeat;
}

.img-bg-box {
display: flex;
justify-content: center;
align-items: flex-end;
border-radius: 20px;
min-height: 340px;
padding: 40px;
overflow: hidden;
}
.img-bg-box.dong-001-16 {
background: url(/static/dong/img/sub/img_GB-D-001-16_02.png) center center no-repeat;
}
.img-bg-box.dong-001-17 {
background: url(/static/dong/img/sub/img_GB-D-001-17_02.png) center center no-repeat;
}
.img-bg-box .white {
color: var(--white);
}
.img-bg-box a {
border-radius: 0 !important;
}

.mobile-only {
display: none !important;
}
@media (max-width: 749px) {
.mobile-only {
display: block !important;
}
}

.pc-only {
display: block !important;
}
@media (max-width: 749px) {
.pc-only {
display: none !important;
}
}

.bd-view {
margin-top: 0 !important;
}

@media (max-width: 749px) {
.bd-view-nav.dl-bg dt {
padding: 10px;
width: 80px;
}
.bd-view-nav.dl-bg dd {
padding: 10px;
}
}

@media (max-width: 749px) {
.pagination-set.pc-only {
display: none;
}
}

.pagination-btn {
display: flex;
gap: 8px;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 20px;
padding: 15px;
border-radius: 5px;
border: solid 1px var(--sh-form-color);
}
.pagination-btn::after {
content: "";
width: 16px;
height: 16px;
background: url(/static/portal/img/icon/icon-down.png) center center no-repeat;
}

.photo3.mobile-grid-1 {
border-bottom: none;
padding-bottom: 10px;
}
@media (max-width: 749px) {
.photo3.mobile-grid-1 ul {
grid-template-columns: repeat(1, 1fr);
}
}

.underline {
text-underline-offset: 4px;
}

.fz-18 {
font-size: 18px;
}

.arrow-right {
display: inline-block;
vertical-align: middle;
}
.arrow-right::before {
content: "\e5df";
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}

[class^=b-].b-both {
background-color: var(--bd-td-border);
padding: 17px 30px;
margin: 0 10px;
height: 60px;
}
@media (max-width: 749px) {
[class^=b-].b-both {
width: 100%;
margin: 0;
}
}
[class^=b-].b-both::before, [class^=b-].b-both::after {
content: "";
display: inline-block;
}
[class^=b-].b-both::before {
margin-right: 10px;
}
[class^=b-].b-both::after {
margin-left: 10px;
width: 16px;
height: 16px;
background: url(/static/portal/img/common/b-both_rt@2x.png) no-repeat center center/16px auto;
}
[class^=b-].b-both.p::before {
width: 27px;
height: 27px;
background: url(/static/portal/img/common/b-both_p@2x.png) no-repeat center center/27px auto;
}
[class^=b-].b-both.t::before {
width: 22px;
height: 26px;
background: url(/static/portal/img/common/b-both_t@2x.png) no-repeat center center/22px auto;
}
[class^=b-].b-both.c::before {
width: 28px;
height: 22px;
background: url(/static/portal/img/common/b-both_c@2x.png) no-repeat center center/28px auto;
}

.underdash {
display: inline-block;
position: relative;
z-index: 1;
}
.underdash::after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 13px;
bottom: 5px;
left: 0;
background: var(--skywhite);
}

#contents .bu1.bull {
padding-left: 21px;
}
#contents .bu1.bull:before {
top: 9px;
}
@media (min-width: 1200px) {
#contents .bu1.bull:before {
top: 3px;
}
}

.sms-service {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
@media (max-width: 749px) {
.sms-service {
height: auto;
}
}
.sms-service form {
position: relative;
display: flex;
width: 100%;
height: auto;
margin: 0 3%;
}
@media (min-width: 1200px) {
.sms-service form {
width: 1152px;
height: 556px;
margin: 0 auto;
}
}
@media (max-width: 749px) {
.sms-service form {
flex-wrap: wrap;
padding-top: 30px;
padding-bottom: 100px;
}
}
.sms-service__header {
position: absolute;
width: 60%;
height: 180px;
background: url(/static/portal/img/single/GB-04-043@2x.png) no-repeat 100% 100%/241px auto;
right: 0;
}
.sms-service__header .logo {
width: 110px;
height: 53px;
margin-bottom: 5px;
background: url(/static/portal/img/single/logo_ci@2x.png) no-repeat center center/110px auto;
}
.sms-service__header .title {
font-size: 36px;
font-family: GmarketSans;
font-weight: 200;
}
.sms-service__header .title em {
font-weight: 700;
font-family: GmarketSans;
}
@media (min-width: 1200px) {
.sms-service__header {
width: 700px;
height: 180px;
}
}
@media (max-width: 749px) {
.sms-service__header {
position: relative;
width: 94%;
height: 120px;
margin: 0 3%;
background-size: 140px auto;
}
.sms-service__header .title {
font-size: 20px;
}
}
.sms-service__phonebox {
position: relative;
flex-basis: 300px;
width: 300px;
height: 556px;
margin-right: 45px;
background: url(/static/portal/img/single/GB-04-043_phonebox.png) no-repeat center center;
padding: 54px 25px 30px;
}
@media (min-width: 1200px) {
.sms-service__phonebox {
flex-basis: auto;
width: 404px;
height: 556px;
margin-right: 45px;
padding: 54px 77px 30px;
}
}
@media (max-width: 749px) {
.sms-service__phonebox {
flex-basis: auto;
margin: 0 auto;
}
}
.sms-service__phonebox p {
margin-bottom: 15px;
text-align: center;
font-size: 18px;
color: var(--mid-blue);
font-family: GmarketSans;
font-weight: 700;
}
.sms-service__phonebox h2 {
font-size: 16px;
margin-top: 20px;
margin-bottom: 10px;
}
.sms-service__box {
overflow-y: auto;
width: 250px;
height: 280px;
margin: 0 auto;
padding: 20px 15px;
border-radius: 10px;
background-color: var(--bg_gray);
}
.sms-service__box::-webkit-scrollbar {
width: 10px;
}
.sms-service__box::-webkit-scrollbar-thumb {
background-color: #757575;
}
.sms-service__box::-webkit-scrollbar-button {
display: none;
}
.sms-service__box::-webkit-scrollbar-thumb:hover {
background-color: #757575;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.sms-service__box::-webkit-scrollbar-track, .sms-service__box::-webkit-scrollbar-thumb {
border-radius: 5px;
}
.sms-service__buttons {
flex: 1;
width: 700px;
padding-top: 200px;
}
.sms-service__buttons h2 {
font-family: GmarketSans;
font-weight: 300;
font-size: 20px;
margin-bottom: 8px;
}
.sms-service__buttons h2::before {
content: "";
display: inline-block;
width: 30px;
height: 33px;
margin-right: 10px;
vertical-align: middle;
background: url(/static/portal/img/single/GB-04-043_bu.png) no-repeat center center/30px auto;
}
.sms-service__buttons h2 em {
font-family: GmarketSans;
font-weight: 700;
}
@media (max-width: 749px) {
.sms-service__buttons h2 {
font-size: 15px;
}
}
@media (max-width: 749px) {
.sms-service__buttons {
flex: auto;
width: 94%;
margin: 0 3%;
padding-top: 20px;
}
}

.tooltips {
position: absolute;
left: 140px;
bottom: 137px;
background-color: var(--white);
box-shadow: 2px 2.2px 7px 0 rgba(0, 0, 0, 0.15);
background-image: linear-gradient(to top, var(--mid-blue), var(--cerulean));
border-radius: 20px;
font-size: 14px;
padding: 19px 20px;
color: var(--white);
}
.tooltips::after {
position: absolute;
bottom: -22px;
left: 40px;
content: "▼";
font-size: 20px;
transform: scaleX(0.9);
color: var(--cerulean);
}
.tooltips .b-closer {
position: absolute;
right: 5px;
top: 5px;
display: block;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.tooltips .b-closer::before {
content: "\e5cd";
font-family: "Material Symbols Outlined";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
@media (max-width: 749px) {
.tooltips {
left: 24px;
}
}

.tabs-a {
background-image: linear-gradient(to top, #7b889b, #556276);
border-radius: 10px;
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px;
gap: 10px;
margin-bottom: 20px;
}
@media (max-width: 749px) {
.tabs-a {
gap: 5px;
}
}
.tabs-a > li {
flex: 1;
}
.tabs-a > li.on > a {
color: var(--mid-blue);
background: var(--white);
}
.tabs-a > li a {
display: flex;
justify-content: center;
align-items: center;
height: 44px;
line-height: 44px;
border-radius: 10px;
font-size: 18px;
font-weight: 600;
text-align: center;
color: var(--white);
}
.tabs-a > li a:hover, .tabs-a > li a:focus, .tabs-a > li a:active, .tabs-a > li a.on {
color: var(--mid-blue);
background: var(--white);
}
@media (max-width: 749px) {
.tabs-a > li a {
font-size: 13px;
}
}
.tabs-a__pannel {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
display: none;
}
.tabs-a__pannel.on {
display: flex;
}
.tabs-a__pannel li.on [class^=b-].b-line {
color: var(--mid-blue);
background: var(--white);
}
.tabs-a__pannel li a {
background: var(--whitegray);
}
.tabs-a__pannel li a:hover, .tabs-a__pannel li a:focus, .tabs-a__pannel li a:active {
color: var(--mid-blue);
background: var(--white);
}
@media (max-width: 749px) {
.tabs-a__pannel {
gap: 5px;
}
}

.imgmap {
position: relative;
}
.imgmap img {
width: 100%;
}
@media (min-width: 750px) {
.imgmap img {
margin-bottom: -125px;
}
}
.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/dong/img/sprite-common.png);
background-position: -430px -111px;
width: 14px;
height: 18px;
}
.imgmap__info--phone::before {
background-image: url(/static/dong/img/sprite-common.png);
background-position: -300px -369px;
width: 16px;
height: 17px;
}
@media (min-width: 750px) {
.imgmap__info {
width: calc(100% - 100px);
}
.imgmap__info > ul {
padding: 40px 50px 30px;
}
}

.block-underline {
border-bottom: 1px dotted var(--steel);
padding: 20px 0;
}
.block-underline.last {
border: none;
}
@media (min-width: 750px) {
.block-underline {
padding: 50px;
}
}

.maps-icos {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 15px;
}
.maps-icos h4 {
position: relative;
padding-left: 45px;
font-size: 20px;
}
@media (min-width: 750px) {
.maps-icos h4 {
flex-basis: 260px;
}
}
@media (max-width: 749px) {
.maps-icos h4 br {
display: none;
}
}
.maps-icos h4::before {
content: "";
display: block;
position: absolute;
left: 0;
width: 36px;
height: 36px;
flex-basis: 36px;
}
.maps-icos h4.i-bus::before {
background: url(/static/portal/img/icon/i-bus@2x.png) no-repeat center center/auto 28px;
}
.maps-icos h4.i-gbus::before {
background: url(/static/portal/img/icon/i-gbus@2x.png) no-repeat center center/auto 28px;
}
.maps-icos h4.i-worker::before {
background: url(/static/portal/img/icon/icon-worker@2x.png) no-repeat center center/auto 32px;
}
.maps-icos h4.i-subway::before {
background: url(/static/portal/img/icon/i-subway@2x.png) no-repeat center center/auto 30px;
}
.maps-icos h4.i-location::before {
background: url(/static/portal/img/icon/i-location@2x.png) no-repeat center center/auto 36px;
}
.maps-icos h4.i-park::before {
background: url(/static/portal/img/icon/i-park@2x.png) no-repeat center center/auto 31px;
}
.maps-icos > p,
.maps-icos ul {
width: 100%;
word-break: break-all;
}
@media (min-width: 1200px) {
.maps-icos > p,
.maps-icos ul {
flex: 1;
}
}
@media (max-width: 749px) {
.maps-icos {
flex-wrap: wrap;
}
}

.flex-box__cont {
display: flex;
justify-content: space-between;
}
@media (max-width: 749px) {
.flex-box__cont {
flex-wrap: wrap;
}
}
.flex-box__item {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-basis: 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 {
display: flex;
justify-content: center;
align-items: center;
padding: 60px 25px 25px;
border: 1px solid #e1e3ee;
border-radius: 10px;
background-color: var(--ice-blue);
}
@media (min-width: 1200px) {
.title-box {
padding: 45px;
}
}
.title-box.ruller {
position: relative;
background: var(--white) url(/static/portal/img/sub_gb_04/GB-04-25_ruller.gif);
}
.title-box.ruller .badge {
position: absolute;
left: 0;
top: 0;
width: 160px;
height: 46px;
border-radius: 10px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
font-size: 18px;
text-align: center;
line-height: 36px;
}

.info-box.type-a.border-none {
border: none;
}
@media (max-width: 749px) {
.info-box.type-a .btns {
flex-wrap: wrap;
}
}
.info-box.type-a .btns.gap-70 {
align-items: flex-start;
gap: 5px;
margin-bottom: 50px;
}
@media (min-width: 1200px) {
.info-box.type-a .btns.gap-70 {
gap: 70px;
margin-bottom: 100px;
}
}
.info-box.type-a .box-lg {
width: 100%;
height: 60px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 25px;
padding: 10px 20px;
background-color: #034ea2;
border-radius: 10px;
font-size: 24px;
color: var(--white);
text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.info-box.type-a .box-lg.bg-sky-blue {
background-color: #00adee;
}
.info-box.type-a .box-lg.bg-green {
background-color: #39b54a;
}
.info-box.type-a .box-lg.bg-darkgreen {
background-color: #00652a;
}
.info-box.type-a .box-lg.bg-dark {
background-color: #1e191a;
}
@media (min-width: 1200px) {
.info-box.type-a .box-lg {
width: 200px;
height: 122px;
}
}
.info-box.type-a .txt strong {
display: inline-block;
width: 55px;
}
.info-box.type-a .bg-gradient {
width: 100%;
height: 20px;
border-radius: 10px;
background-image: linear-gradient(to right, #00652e, #39b54a, #7db942);
}
.info-box.type-a .bg-gradient.gradient2 {
background-image: linear-gradient(to right, #034ea2, #0080c7, #00adee);
}
.info-box.type-a .bg-gradient.gradient2 + .p {
background-color: #034ea2;
}
.info-box.type-a .bg-gradient.gradient2 + .p.c {
background-color: #0080c7;
}
.info-box.type-a .bg-gradient.gradient2 + .p.e {
background-color: #00adee;
}
.info-box.type-a .bg-gradient + .btns .item {
flex-basis: calc(33% - 20px);
margin-right: 20px;
}
.info-box.type-a .bg-gradient + .btns .item:last-child {
margin-right: 0;
}
@media (min-width: 1200px) {
.info-box.type-a .bg-gradient + .btns .item {
flex-basis: calc(33% - 70px);
margin-right: 70px;
}
}
.info-box.type-a .p {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #00652e;
margin-top: 6px;
margin-bottom: 10px;
}
.info-box.type-a .p.c {
background-color: #39b54a;
}
.info-box.type-a .p.e {
background-color: #7db942;
}
@media (min-width: 1200px) {
.info-box.type-a .p {
margin-top: 13px;
margin-bottom: 25px;
}
}

.snslist {
text-align: center;
margin-top: 30px;
}
.snslist a {
width: 56px;
height: 56px;
margin: 0 5px;
display: inline-block;
}
.snslist a.sns_01_y {
background: url(/static/portal/img/icon/sns_01_y@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_02_k {
background: url(/static/portal/img/icon/sns_02_k@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_03_f {
background: url(/static/portal/img/icon/sns_03_f@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_04_b {
background: url(/static/portal/img/icon/sns_04_b@2x.png) no-repeat 0 0/56px;
}
.snslist a.sns_05_i {
background: url(/static/portal/img/icon/sns_05_i@2x.png) no-repeat 0 0/56px;
}

.fz-lg {
font-size: 30px;
}

.gb_04_016 {
text-align: center;
padding-top: 40px;
padding-bottom: 250px;
background: url(/static/portal/img/sub_gb_04/gb_04_016_bg@2x.png) no-repeat center 100%/cover;
font-weight: 300;
}
.gb_04_016 .logo {
width: 135px;
height: 70px;
margin: 30px auto 20px;
background: url(/static/portal/img/common/logo_CI@2x.png) no-repeat center center/135px auto;
}
.gb_04_016 .snslist {
margin-top: 40px;
}

.shortcut-box.flex-column {
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 749px) {
.shortcut-box.flex-column {
padding: 10px;
}
}
.shortcut-box.flex-column .fz-lg {
font-size: 20px;
margin-top: 40px;
margin-bottom: 30px;
}
.shortcut-box.flex-column .i {
display: inline-block;
}
.shortcut-box.flex-column .i img {
display: block;
margin: 0 auto;
}
.shortcut-box.flex-column .i.s {
display: flex;
flex-direction: row;
gap: 26px;
text-align: center;
}
.shortcut-box.flex-column .i.s .appcenter {
display: block;
height: 50px;
margin-top: 20px;
text-align: center;
}
.shortcut-box.flex-column .btn-box {
margin-top: 0;
margin-bottom: 10px;
width: 100%;
}

.history {
position: relative;
margin-top: 40px;
}
.history::after {
content: "";
position: absolute;
top: 10px;
left: 235px;
width: 1px;
height: 100%;
background-color: var(--bd-td-border);
}
.history > ul > li {
display: flex;
position: relative;
margin-bottom: 40px;
}
.history > ul > li strong {
display: block;
color: var(--mid-blue);
font-size: 18px;
}
.history > ul > li > strong {
position: relative;
flex-basis: 240px;
padding-right: 40px;
margin-right: 40px;
text-align: right;
font-size: 24px;
}
.history > ul > li > strong::after {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 9px;
height: 9px;
border-radius: 50%;
background-color: var(--bd-td-border);
}
.history > ul > li .cont,
.history > ul > li .conts {
flex: 1;
}
.history > ul > li .cont + .cont {
margin-top: 10px;
}
@media (max-width: 749px) {
.history::after {
top: 10px;
left: 27%;
}
.history > ul > li {
margin-bottom: 20px;
}
.history > ul > li > strong {
flex-basis: 27%;
padding-right: 20px;
margin-right: 20px;
font-size: 16px;
}
.history > ul > li > strong::after {
content: "";
right: -5px;
}
.history > ul > li .cont + .cont {
margin-top: 10px;
}
}

.thumb-list {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 30px;
}
.thumb-list__box {
display: flex;
flex-direction: column;
flex-basis: 200px;
}
.thumb-list .con {
flex: 1;
}
.thumb-list [class^=b-].b-down {
border-radius: 0 0 5px 5px;
}
.thumb-list dl.flex-start {
display: flex;
justify-content: start;
align-items: start;
clear: both;
width: 100%;
margin-top: 20px;
}
.thumb-list dl.flex-start .badge {
margin-right: 10px;
}
@media (min-width: 750px) {
.thumb-list {
flex-direction: row;
gap: 28px;
margin-bottom: 50px;
}
}

.flex-box-row {
display: flex;
justify-content: space-between;
}
@media (min-width: 750px) {
.flex-box-row .contents {
flex-basis: calc(100% - 300px - 100px);
}
}

.flex-box-column {
display: flex;
flex-direction: column;
align-items: center;
}

@media (max-width: 749px) {
.gb_02_016.flex-center {
flex-direction: column;
gap: 10px;
}
}
@media (max-width: 749px) {
.gb_02_016.info-box {
padding: 10px;
}
}
.gb_02_016.info-box .b-down {
margin: 0 5px 10px;
}
.gb_02_016.info-box .b-down strong {
color: var(--white);
}

.gb_02_052 {
padding: 30px;
background-image: linear-gradient(to bottom, var(--white) 55%, var(--bg_gray) 55%, var(--bg_gray) 100%);
border: 1px solid var(--bd-td-border);
border-radius: 10px;
}
.gb_02_052 .h1 {
font-family: GmarketSans;
font-size: 36px;
color: var(--tomato);
font-weight: 700;
margin-top: 50px;
}
.gb_02_052 .fz-md {
font-family: GmarketSans;
font-size: 24px;
line-height: 130%;
margin-bottom: 80px;
}
.gb_02_052 .fz-md strong {
color: var(--mid-blue);
}
.gb_02_052 .b-blue {
margin-bottom: 15px;
}
@media (max-width: 749px) {
.gb_02_052 {
flex-direction: column;
padding: 10px;
}
.gb_02_052 .h1 {
font-size: 24px;
margin-top: 20px;
}
.gb_02_052 .fz-md {
font-size: 20px;
margin-bottom: 20px;
}
}
.gb_02_052.bg-lightgreen {
background: var(--skywhite);
}
.gb_02_052.bg-lightgreen i {
flex: 1;
}
.gb_02_052.bg-lightgreen .flex-box-column {
flex-basis: 560px;
}
.gb_02_052.bg-lightgreen .flex-box-column .fz-18 {
font-family: GmarketSans;
margin-top: 30px;
}
.gb_02_052.bg-lightgreen .flex-box-row {
flex-wrap: wrap;
gap: 10px;
align-items: flex-start;
}
.gb_02_052.bg-lightgreen .flex-box-row dt {
display: inline-block;
flex-basis: 80px;
border-radius: 15px;
font-family: GmarketSans;
font-weight: 500;
font-size: 14px;
background-color: #cde9e9;
color: #00827f;
padding: 5px 10px 3px;
}
.gb_02_052.bg-lightgreen .flex-box-row dd {
display: inline-block;
text-align: left;
flex-basis: calc(100% - 90px - 10px);
}
.gb_02_052 .hr {
width: 100%;
height: 2px;
margin-top: 20px;
margin-bottom: 20px;
background-image: linear-gradient(to top, var(--mid-blue), var(--teal));
}

.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 {
display: flex;
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(3, 1fr);
gap: 20px;
}
}
.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;
}
.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-flow: row nowrap;
justify-content: center;
}
.admin-set .satisfact .radio-group label {
width: 20%;
}
.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(--mid-blue);
background-color: var(--steel);
}
.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, .badge--steel {
background-color: var(--steel);
}
.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 {
width: auto;
min-width: 0 !important;
color: var(--mid-blue);
padding: 5px 14px 4px;
border-radius: 12.5px;
background-color: var(--very-light-blue);
}
.badge--ice-blue {
border-radius: 5px;
color: var(--mid-blue);
border: 1px solid var(--ice-blue-Two);
background-color: var(--ice-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--blue {
background-color: var(--mid-blue);
}
.badge--green {
background-color: var(--kelly-green);
}
.badge--teel {
background-color: var(--teel);
}

.bage-circle, .bage-circle3, .bage-circle2, .bage-circle1 {
display: inline-block;
padding-top: 1px;
width: 22px;
height: 22px;
border-radius: 22px;
font-size: 13px;
font-weight: 500;
color: #fff;
text-align: center;
}
.flex-box .bage-circle, .flex-box .bage-circle3, .flex-box .bage-circle2, .flex-box .bage-circle1 {
padding: 6px;
}
.bage-circle1 {
background-color: var(--mid-blue);
}
.bage-circle2 {
background-color: #419807;
}
.bage-circle3 {
background-color: var(--red);
}
.bage-circle.small, .small.bage-circle1, .small.bage-circle2, .small.bage-circle3 {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
}
.bage-circle.small i, .small.bage-circle1 i, .small.bage-circle2 i, .small.bage-circle3 i {
font-size: 10px;
}
.bage-circle.large, .large.bage-circle1, .large.bage-circle2, .large.bage-circle3 {
display: flex;
justify-content: center;
align-items: center;
width: 29px;
height: 29px;
}
.bage-circle.large i, .large.bage-circle1 i, .large.bage-circle2 i, .large.bage-circle3 i {
font-size: 10px;
}

.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 */
