/*----------------------------------------
    sub common ui
----------------------------------------*/
.sub-heading {
    margin-bottom: 21px;
    padding-left: 37px;
    background: url(../images/ico-form-tit.svg) no-repeat left top 1px;
    background-size: 27px auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.72px;
}

.sub-heading.inc-desc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 20px;
}

.sub-heading.inc-desc strong {
    flex: 1;
    font-weight: 500;
}

.sub-heading.inc-desc .desc {
    font-size: 14px;
    color: var(--color-gray);
    line-height: 1.5714285;
    letter-spacing: -0.42px;
    text-align: end;
}

.sub-heading ~ .sub-heading {
    margin-top: 40px;
}

.paragraph-block > p {
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -0.48px;
}

.paragraph-block > p:not(.highlight-txt) ~ p {
    margin-top: 26px;
}

.paragraph-block:has(.highlight-txt) > p,
.paragraph-block:has(.highlight-txt) .bullet-list li {
    line-height: 30px;
}

.paragraph-block:has(.highlight-txt) .bullet-list li::before {
    top: 10px;
}

.paragraph-block > ul li,
.paragraph-block > ol li {
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -0.48px;
}

.paragraph-block > ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.paragraph-block > .referList > li > strong {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
}

.paragraph-block > .referList > li:has(strong) + li:has(strong) {
    margin-top: 18px;
}

.paragraph-block > .referList > li li {
    margin-left: 13px;
    text-indent: -13px;
}

.paragraph-block .highlight-txt {
    font-size: 18px;
    color: var(--color-primary);
    letter-spacing: -0.54px;
}

.paragraph-block .highlight-txt ~ .highlight-txt {
    margin-top: 18px;
}

.paragraph-block + .paragraph-block {
    margin-top: 16px;
}

.paragraph-block + .responsive-tbl {
    margin-top: 16px;
}

.paragraph-block.start {
    margin-bottom: 40px;
}

.paragraph-block.quotation {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
}

.paragraph-block.quotation > p,
.paragraph-block.quotation > ul li {
    font-weight: 400;
    /*color: #929292;*/
    color: #000;
}

.responsive-tbl + .paragraph-block {
    margin-top: 16px;
}

.responsive-tbl + .paragraph-block:has(.highlight-txt),
.btn-box + .paragraph-block {
    margin-top: 24px;
}

.bullet-list li {
    position: relative;
    padding-left: 14px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -0.48px;
}

.bullet-list li a {
    word-break: break-all;
}

.bullet-list li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../images/ico-bullet-circle.svg) no-repeat;
    content: "";
}

.bullet-list.hyphen li {
    padding-left: 10px;
}

.bullet-list.hyphen li::before {
    top: 0;
    background: none;
    content: "-"
}

.circle-list li {
    margin-left: 17px;
    text-indent: -17px;
}

.note {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.note li {
    position: relative;
    padding-left: 13px;
    font-weight: 500;
    color: var(--color-primary);
    letter-spacing: -0.48px;
}

.note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※"
}

.forms + .user-guide {
    margin-top: 24px;
}

.user-guide {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 20px 40px;
    background-color: var(--color-white);
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 8px rgba(63, 63, 63, 0.1);
    border-radius: 10px;
}

.user-guide > :last-child {
    position: relative;
    margin-left: 35px;
    padding-left: 36px;
}

.user-guide > :last-child::before {
    position: absolute;
    top:50%;
    left: 0;
    width: 1px;
    height: 100%;
    max-height: 64px;
    background-color: #c8c8c8;
    transform: translateY(-50%);
    content: "";
}

.user-guide .no-divider {
    margin-left: 40px;
    padding-left: 0;
}

.user-guide .no-divider::before {
    display: none;
}

.user-guide .item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-guide .img-block .mark {
    height: 52px;
}

.user-guide .img-block .mark.wa {
    height: 97px;
}

.user-guide .guide-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444444;
    letter-spacing: -0.54px;
}

.user-guide .guide-txt strong {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.66px;
}

.user-guide.custom1 {
    align-items: flex-start;
    position: relative;
    padding-top: 97px;
    padding-bottom: 40px;
}

.user-guide.custom1 .item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
}

.user-guide.custom1 .guide-header {
    position: absolute;
    top: 30px;
    left: 50%;
    width: calc(100% - 60px);
    padding: 10px;
    border-radius: 5px;
    background-color: #eaf4fc;
    font-weight: 600;
    line-height: 1.5625;
    letter-spacing: -0.48px;
    text-align: center;
    transform: translateX(-50%);
}

.user-guide.custom1 > :nth-child(2) {
    margin-top: -6px;
}

.user-guide.custom1 > :nth-child(2) .item {
    padding-bottom: 13px;
}

.user-guide.custom1 > :nth-child(2) .guide-txt {
    margin-top: 19px;
}

.user-guide.custom1 > :last-child {
    margin-left: 28px;
    padding-left: 28px;
}

.user-guide.custom1 > :last-child::before {
    max-height: 123px;
}

.user-guide.custom1 .guide-img img {
    display: block;
}

.user-guide.custom1 > :last-child .guide-img {
    margin-top: 5px;
}

.user-guide.custom1 .guide-txt,
.user-guide.custom1 .guide-txt strong {
    font-size: var(--font-base);
    line-height: 1.625;
    letter-spacing: -0.48px;
}

.user-guide.custom1 .guide-txt strong {
    font-weight: 700;
}

.helper-txt {
    font-size: var(--font-base);
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.48px;
}
.helper-txt ~ .helper-txt {
    margin-top: 16px;
}

.message {
    padding: 40px 0 70px;
    border-top: 2px solid var(--color-primary);
    border-bottom: 1px solid #cfcfcf;
}

.message .img-block {
    display: flex;
    justify-content: center;
}

.message .img-block img {
    max-width: 229px;
}

.message .txt-block h2 {
    font-size: 24px;
    letter-spacing: -0.72px;
}

.message .txt-block p {
    font-size: var(--font-base);
    letter-spacing: -0.48px;
}

.message .flx-tbl {
    max-width: 700px;
    margin: 35px auto 0;
}

.message .flx-tbl dl > div {
    gap: 0 30px;
}

.terms-and-condition {
    line-height: 26px;
}

.terms-and-condition h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
}

.terms-and-condition h3 ~ h3 {
    margin-top: 30px;
}

.terms-and-condition h3 + ul {
    margin-top: 11px;
}

.terms-and-condition ul li {
    letter-spacing: -0.48px;
}

.terms-and-condition .referList > li li {
    margin-left: 18px;
    text-indent: -18px;
}

.no-data {
    padding: 24px 20px;
    border-top: 2px solid var(--color-primary);
    border-bottom: 1px solid #cfcfcf;
    font-size: var(--font-base);
    line-height: 22px;
    letter-spacing: -0.48px;
    text-align: center;
}

.shadow-box {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background-color: var(--color-white);
    box-shadow: 0 0 8px rgba(63, 63, 63, 0.1);
}

.shadow-box.process img {
    max-width: 100%;
}

.paragraph-block + .how-to-use {
    margin-top: 16px;
}

.how-to-use {
    display: flex;
    align-items: center;
    gap: 24px;
}

.how-to-use li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-to-use li.use-item {
    flex: 1;
    min-height: 100px;
    padding: 23px 16px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
}

.how-to-use li.use-item span {
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -0.48px;
    text-align: center;
}

.how-to-use li.or {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin: 0 -30px;
    border-radius: 100%;
    background-color: var(--color-accent-blue);
    font-weight: 700;
    color: var(--color-white);
}

.how-to-use.custom1 li.use-item.logo img {
    display: block;
    width: 100%;
    max-width: 180px;
}

.how-to-use.custom1 li.use-item.img {
    padding: 0;
    overflow: hidden;
}

.how-to-use.custom1 li.use-item.img img {
    display: block;
    max-width: 100%;
}

.how-to-use.custom1 li.plus {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    margin: 0 -38px;
    border-radius: 100%;
    background: var(--color-accent-blue) url(../images/ico-plus-white.svg) no-repeat center;
}

.how-to-use.custom1 li.arrow {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    margin: 0 -38px;
    border-radius: 100%;
    background: var(--color-accent-blue) url(../images/ico-arrow-right-white-1.svg) no-repeat center;
}

.how-to-use.custom1 li.use-item .use-txt {
    color: #d44006;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
}

.video-block.old {
    padding-bottom: 53.3333333%;
}

.video-block video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.shortcut-list {
    border-top: 2px solid var(--color-primary);
}

.shortcut-list li {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.shortcut-list li > p {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40px;
    line-height: 1;
    letter-spacing: -0.48px;
}

.shortcut-list li > p .desc {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: var(--color-gray);
    letter-spacing: -0.42px;
}

.shortcut-list li .ico-btn {
    height: 40px;
}

.responsive-tbl.info td .bullet-list li {
    font-weight: 400;
}


/*----------------------------------------
    sub visual
----------------------------------------*/
.sub-visual {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    padding: 0 106px 0 80px;
    border-radius: 20px;
    background-color: #eaf4fc;
}

.sub-visual .txt-block {
    margin-top: 47px;
}

.sub-visual .depth1-name {
    margin-top: 3px;
    font-size: 44px;
    font-weight: 600;
    color: #252525;
    line-height: 53px;
    letter-spacing: -1.32px;
}

.sub-visual .depth1-desc {
    font-size: 14px;
    color: #252525;
    line-height: 17px;
    letter-spacing: -0.42px;
}

.sub-visual .img-block .obj1 {
    width: 231px;
    margin-top: -19px;
}

.sub-visual .img-block .obj2 {
    width: 253px;
    margin-top: -14px;
}

.sub-visual .img-block .obj3 {
    width: 239px;
    margin-top: -20px;
}

.sub-visual .img-block .obj4 {
    width: 254px;
    margin-top: -16px;
}

.sub-visual .img-block .obj5 {
    width: 276px;
    margin-top: -18px;
}

.sub-visual .img-block .obj6 {
    width: 220px;
    margin-top: -18px;
}


/*----------------------------------------
    breadcrumb
----------------------------------------*/
.breadcrumb {
    display: flex;
}

.breadcrumb li a {
    font-size: 14px;
    color: #000;
    line-height: 17px;
    letter-spacing: -0.42px;
}

.breadcrumb li a.home {
    font-weight: 700;
    color: #252525;
}

.breadcrumb li a::after {
    margin: 0 3px;
    content: ">";
}

.breadcrumb li a.current {
    font-weight: 700;
    color: var(--color-primary);
}

.breadcrumb li a.current::after {
    display: none;
}


/*----------------------------------------
    page title
----------------------------------------*/
.page-tit {
    margin-bottom: 40px;
    padding: 5px 0 22px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.8px;
}


/*----------------------------------------
    form style
----------------------------------------*/
.form-primary-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 14px 30px;
    border-radius: 5px;
    background-color: #eaf4fc;
}

.form-primary-head .ico-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-primary-head > p {
    font-weight: 500;
    letter-spacing: -0.48px;
}

.form-tit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-tit {
    margin-bottom: 13px;
    padding-left: 27px;
    background: url(../images/ico-form-tit.svg) no-repeat left top 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.6px;
}

.form-tit.inc-seq {
    display: flex;
    align-items: center;
}

.form-tit.inc-seq .seq-no {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    margin-left: 10px;
    border-radius: 100%;
    border: 2px solid var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
}

.form-tit ~ .form-tit-wrap,
.form-tit ~ .form-tit {
    margin-top: 36px;
}

.form-desc {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: 24px;
}

.form-desc::before {
    flex: none;
    margin-right: 3px;
    content: "※";
}

.forms {
    border-top: 2px solid var(--color-primary);
}

.forms > li {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #cfcfcf;
}

.forms > li .form-field-wrap,
.forms > li .form-field {
    flex: none;
    min-width: 152px;
    margin-top: 8px;
}

.forms > li > .form-checkbox-group {
    display: flex;
    flex: 1;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.forms > li > .form-checkbox-group > legend {
    float: left;
}

.forms.form-field-long > li .form-field-wrap,
.forms.form-field-long > li .form-field {
    min-width: 234px;
}

.forms.form-field-long > li .form-field-wrap {
    max-width: 234px;
}

.form-field {
    display: flex;
    gap: 4px;
    font-size: var(--font-base);
    font-weight: 500;
    letter-spacing: -0.48px;
}

.form-field .requirement-flag {
    min-width: 8px;
}

.requirement-flag {
    color: var(--color-red);
}

.form-field .desc {
    font-size: 14px;
    color: var(--color-gray);
}

.forms > li .form-input,
.forms > li .form-select,
.forms > li .form-textarea,
.forms > li .form-file {
    flex: 1;
}

.form-input input,
.form-select select {
    width: 100%;
}

.form-input.multi > li {
    display: flex;
    gap: 10px;
}

.form-input.multi > li + li {
    margin-top: 10px;
}

.forms > li .form-textarea textarea {
    min-height: 349px;
}

.form-textarea textarea {
    width: 100%;
    min-height: 148px;
}

.forms > li .form-checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.forms > li .form-checkbox label::before {
    top: 3px;
}

.forms > li .form-desc {
    align-items: center;
}

.forms > li .form-field-wrap .form-desc {
    align-items: flex-start;
}

.forms > li > div .form-desc {
    align-items: flex-start;
    margin-top: 5px;
    line-height: 22px;
}

.form-file {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 13px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
}

.form-file .file-name {
    font-size: var(--font-base);
    font-weight: 500;
    color: #757575;
}

.form-file .remove-btn {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: url(../images/ico-delete-2.svg) no-repeat;
}

.file-select-input {
    flex: none;
    width: 112px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: none;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.file-select-input::file-selector-button,
.file-select-input::-webkit-file-upload-button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 13px 10px;
    border: 0;
    border-radius: 3px;
    background-color: #4b4b4b;
    font-family: inherit;
    font-size: var(--font-base);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    cursor: pointer;
}

.file-select-input:focus-visible {
    outline: var(--focus-outline);
    outline-offset: 2px;
}

.forms.agreement {
    border-top: none;
}

.forms.agreement > li {
    justify-content: flex-end;
    border-bottom: none;
}


/*----------------------------------------
    modal
----------------------------------------*/
#modal2 .modal-content {
    padding-top: 40px;
    padding-bottom: 10px;
}


/*----------------------------------------
    sub2: Accessibility Scope
----------------------------------------*/
.overview {
    position: relative;
}

.overview .img-block {
    position: absolute;
    top: 0;
}

.overview.custom1 .img-block {
    right: 47px;
    width: 238px;
}

.overview.custom2 .img-block {
    right: 26px;
    width: 422px;
}

.overview.custom3 .img-block {
    right: 16px;
    width: 422px;
}

.overview.custom4 .img-block {
    right: 9px;
    width: 426px;
}

.overview .img-block img {
    max-width: 100%;
}

.overview.custom1 .paragraph-block > p:nth-child(-n+2) {
    padding-right: 332px;
}

.overview.custom2 .paragraph-block > p:nth-child(-n+3) {
    padding-right: 474px;
}

.overview.custom3 .paragraph-block > p:nth-child(-n+3) {
    padding-right: 438px;
}

.overview.custom4 .paragraph-block > p:nth-child(-n+3) {
    padding-right: 456px;
}

.overview + .paragraph-block {
    margin-top: 16px;
}

.wa-mark-current {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 20px;
}

.wa-mark-current img {
    max-width: 268px;
}

.wa-mark-legacy,
.accessibility-mark {
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
}

.wa-mark-legacy > div,
.accessibility-mark > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.wa-mark-legacy .badge,
.accessibility-mark .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px 35px;
    border-radius: 20px;
    background-color: #eaf4fc;
    line-height: 1.25;
}

.accessibility-mark {
    position: relative;
    padding-bottom: 120px;
}

.accessibility-mark .ico-btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.diagram01 {
    display: flex;
    padding: 31px;
}

.assessment-report {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.assessment-report .txt-block {
    flex: 1;
}

.assessment-report .img-block {
    width: 45.4081632%;
}

.assessment-report .img-block img {
    display: block;
    max-width: 100%;
}

.comparison {
    padding: 31px;
}

.comparison .responsive-tbl {
    border-radius: 10px;
    overflow: hidden;
}

.comparison .responsive-tbl th,
.comparison .responsive-tbl td {
    min-height: 74px;
    border-bottom: none;
    line-height: 1.25;
}

.comparison .responsive-tbl td {
    font-weight: 500;
}

.comparison .responsive-tbl tr {
    background-color: #f5f5f5;
}

.comparison .responsive-tbl thead tr th:first-child,
.comparison .responsive-tbl thead tr th:last-child {
    height: 74px;
    font-size: 20px;
    color: var(--color-white);
    letter-spacing: -0.6px;
}

.comparison .responsive-tbl thead tr th:first-child {
    border-top-right-radius: 10px;
    background-color: var(--color-primary);
}

.comparison .responsive-tbl thead tr th:last-child {
    border-top-left-radius: 10px;
    background-color: #675ff4;
}

.comparison .responsive-tbl tbody tr {
    height: 78px;
    border-top: 4px solid var(--color-white);
}

.comparison .responsive-tbl tbody tr td:first-child {
    background-color: #eaf4fc;
}

.comparison .responsive-tbl tbody tr:last-child td:first-child {
    border-bottom-right-radius: 10px;
}

.comparison .responsive-tbl tbody tr td:last-child {
    background-color: #ebeafc;
}

.comparison .responsive-tbl tbody tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
}

.comparison .responsive-tbl.info:has(thead) {
    border-top: none;
}

.comparison .responsive-tbl.info tr th:not(:first-child),
.comparison .responsive-tbl.info tr td:not(:first-child) {
    border-left: none;
}

.ka-img-guide1 {
    margin: 15px 0 24px;
    padding: 65px 68px;
    border-radius: 10px;
    background-color: #eaf4fc;
}

.ka-img-guide1 img {
    max-width: 100%;
}

.developer-guide {
    display: flex;
    gap: 30px 13px;
    margin-top: 15px;
}

.developer-guide .item {
    flex: 1;
}

.developer-guide .item h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 86px;
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: -0.6px;
}

.developer-guide .item ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.developer-guide .item ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 30px;
}

.developer-guide .item ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.developer-guide .item ul li > span {
    flex: 1;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.48px;
}

.developer-guide .item.hardware-design h3 {
    background-color: var(--color-primary);
}

.developer-guide .item.hardware-design ul li {
    background-color: #eaf4fc;
}

.developer-guide .item.software-design h3 {
    background-color: #675ff4;
}

.developer-guide .item.software-design ul li {
    background-color: #ebeafc;
}

.developer-guide .item.related-laws h3 {
    background-color: #4b4b4b;
}

.developer-guide .item.related-laws ul li {
    background-color: #f5f5f5;
}

.shadow-box.bf-mark {
    margin: 15px 0 24px;
}

.bf-mark-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 153px;
    padding: 65px 0;
}

.bf-mark-box img {
    height: 240px;
}

.shadow-box.ka-cert {
    margin-top: 15px;
}

.ka-cert-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 55px 0;
}

.ka-cert-box li.kiosk {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 192px;
}

.ka-cert-box li.kiosk img {
    width: 100%;
    max-width: 103px;
}

.ka-cert-box li.kiosk > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border-radius: 28px;
    background-color: #eaf4fc;
    line-height: 1;
    letter-spacing: -0.48px;
    text-align: center;
}

.ka-cert-box li.equal {
    padding-bottom: 68px;
}

.eval-guide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 16px;
}

.eval-guide li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border-width: 9px;
    border-style: solid;
}

.eval-guide li.i1 {
    border-color: #b4deff
}

.eval-guide li.i2 {
    border-color: #4aaeff
}

.eval-guide li.i3 {
    border-color: #5d8df3
}

.eval-guide li.i4 {
    border-color: #0b3794
}

.eval-guide li .num {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -0.6px;
}

.eval-guide li .ico {
    margin-top: 2px;
}

.eval-guide li.i1 .ico {
    margin-bottom: 7px;
}

.eval-guide li.i2 .ico,
.eval-guide li.i4 .ico {
    height: 61px;
    margin-bottom: 13px;
    padding-top: 3px;
}

.eval-guide li.i3 .ico {
    margin-bottom: -7px;
    padding-left: 16px;
}

.eval-guide li .ico img {
    display: block;
}

.eval-guide li .org {
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: -0.48px;
}

.shadow-box.ga-status {
    margin-top: 15px;
}

.ga-status-box {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
}

.ga-status-box .status-header {
    padding: 10px;
    border-radius: 5px;
    background-color: #eaf4fc;
    line-height: 1.5625;
    letter-spacing: -0.48px;
    text-align: center;
}

.ga-status-box img {
    display: block;
    max-width: 100%;
}

.user-guide.ga-consulting {
    margin-top: 16px;
}

.user-guide.ga-consulting .guide-txt strong {
    font-size: inherit;
    font-weight: 700;
    letter-spacing: inherit;
}

.user-guide.ga-consulting .guide-txt a {
    color: var(--color-primary);
}

.paragraph-block.bullet-list-indent {
    margin-top: 0;
    padding-left: 14px;
}

.shadow-box.graph {
    margin-top: 16px;
}

.graph-box {
    padding: 30px;
}

.graph-legend {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.graph-legend li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.graph-legend .legend-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.graph-legend .legend-circle.red {
    background-color: #d44006;
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.3) 10px,
            rgba(255, 255, 255, 0.3) 20px
    );
}

.graph-legend .legend-circle.blue {
    background-color: var(--color-primary);
}

.graph-legend .legend-name {
    line-height: 1.875;
}

.graph-legend + .graph-list {
    margin-top: 20px;
}

.graph-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 108px;
}

.graph-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.graph-list li > img {
    width: 186px;
}

.graph-list li > span {
    width: 100%;
}

.graph-list li .badge-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border-radius: 28px;
    background-color: #eaf4fc;
    line-height: 1;
    letter-spacing: -0.48px;
    text-align: center;
}

.graph-list li .desc {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    letter-spacing: -0.42px;
}

.graph-list + .graph-footer {
    margin-top: 40px;
}

.graph-footer {
    padding: 10px;
    border-radius: 5px;
    background-color: #ebeafc;
    font-weight: 500;
    line-height: 1.5625;
    letter-spacing: -0.48px;
    text-align: center;
}

.chart-inner {
    display: flex;
    flex-direction: column;
}

.chart-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    width: 186px;
    height: 233px;
}

.bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1px;
    width: 34px;
    height: 100%;
}

.top {
    position: relative;
    background-color: var(--color-primary);
}

.bottom {
    position: relative;
    background-color: #d44006;
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.3) 10px,
            rgba(255, 255, 255, 0.3) 20px
    );
}

.bar span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.24px;
    transform: translate(-50%, -50%);
}

.bar.empty .top,
.bar.empty .bottom {
    flex: 1;
    background-color: transparent;
}

.bar.empty .top {
    border: 1px solid #d44006;
}

.bar.empty .top {
    border: 1px solid var(--color-primary);
}

.bar.empty .bottom {
    border: 1px solid #d44006;
}

.chart-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: -1px;
    width: 186px;
    padding-top: 5px;
    border-top: 1px solid var(--color-text);
}

.chart-bottom > span {
    width: 34px;
    font-size: 12px;
    line-height: 1.1666667;
    letter-spacing: -0.24px;
    text-align: center;
}

.chart-bottom + span {
    margin-top: 10px;
}



/*----------------------------------------
    sub5: About Us
----------------------------------------*/
.about-us {
    padding-top: 53px;
}

.about-us .img-block {
    top: -40px;
    right: 0;
    width: 431px;
}

.about-us .paragraph-block h2 {
    padding-right: 451px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5833333;
    letter-spacing: -0.72px;
}

.about-us .paragraph-block h2 strong {
    font-weight: 600;
}

.about-us .paragraph-block h2 + p {
    margin-top: 24px;
    padding-right: 451px;
}

.about-us .paragraph-block > p {
    font-size: 18px;
    line-height: 1.6666667;
    letter-spacing: -0.54px;
}

.history {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.history > li {
    position: relative;
}

.history > li::before {
    position: absolute;
    top: 49px;
    bottom: 0;
    left: 131px;
    width: 1px;
    background-color: #929292;
    content: "";
}

.history > li:last-child::before {
    display: none;
}

.history .item {
    display: flex;
    gap: 87px;
}

.history .item ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 18px 0 60px;
}

.history .item ul li {
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
}

.history .item .dot {
    position: absolute;
    top: 24px;
    left: 124px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid var(--color-text);
}

.history .item .year {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1.2px;
}

.history .item .month {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-gray);
    line-height: 1.1666667;
    letter-spacing: -0.72px;
}

.history > li:nth-child(odd) .item .dot {
    border-color: var(--color-primary);
}

.history > li:nth-child(odd) .year {
    color: var(--color-primary);
}

.our-team {
    padding-bottom: 269px;
}

.our-team > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.our-team > li::after {
    position: absolute;
    top: 398px;
    left: 50%;
    width: 265px;
    height: 1px;
    background-color: #cfcfcf;
    transform: translateX(-50%);
    content: "";
}

.our-team li .ceo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 188px;
    height: 188px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #4b4b4b;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.66px;
    color: var(--color-white);
}

.our-team li .ceo::after {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #cfcfcf;
    content: "";
}

.our-team .lab-branch {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    width: 100%;
    padding-left: 400px;
    margin-bottom: 20px;
}

.our-team .lab-branch::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 190px;
    background-color: #cfcfcf;
    content: "";
}

.our-team .lab-branch::after {
    display: block;
    position: absolute;
    top: 33px;
    left: 50%;
    width: 84px;
    height: 1px;
    background-color: #cfcfcf;
    content: "";
}

.our-team li .department.lab {
    position: relative;
    background-color: var(--color-primary);
    margin-bottom: -5px;
}

.our-team .level1 {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
}

.our-team .level1::before {
    display: block;
    position: absolute;
    top: -51px;
    left: calc(50% - 133px);
    width: 1px;
    height: 51px;
    background-color: #cfcfcf;
    content: "";
}

.our-team .level1::after {
    display: block;
    position: absolute;
    top: -51px;
    right: calc(50% - 133px);
    width: 1px;
    height: 51px;
    background-color: #cfcfcf;
    content: "";
}

.our-team li .department {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: var(--color-white);
}

.our-team li .department.dpt1 {
    position: relative;
    background-color: var(--color-primary);
}

.our-team li .department.dpt1::after {
    display: block;
    position: absolute;
    bottom: -51px;
    left: 50%;
    width: 1px;
    height: 51px;
    background-color: #cfcfcf;
    content: "";
}

.our-team li .department.dpt2 {
    background-color: var(--color-accent-blue);
}

.our-team li .team {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #9fb5dd;
    background-color: #eaf4fc;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
    letter-spacing: -0.54px;
}

.our-team .level2 {
    display: flex;
    gap: 16px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    margin-top: 50px;
}

.our-team .level2::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(75% + 10px);
    height: 1px;
    background-color: #cfcfcf;
    transform: translateX(-50%);
    content: "";
}

.our-team .level2 > li {
    position: relative;
    width: calc(25% - 12px);
    padding-top: 51px;
}

.our-team .level2 > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 51px;
    background-color: #cfcfcf;
    content: "";
}

.our-team .bullet-list {
    min-height: 116px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #9fb5dd;
    border-top: none;
    padding: 17px 29px 20px;
}

.cert-award-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cert-award-list li {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    min-height: 180px;
    padding: 32px 40px;
}

.cert-award-card {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cert-award-card .logo {
    flex: none;
}

/* .cert-award-card .logo img {
    display: block;
    width: 100%;
    max-width: 78px;
} */

.cert-award-card .tit-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cert-award-card .cert-tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3636363;
    letter-spacing: -0.66px;
}

.cert-award-card .issuing-org {
    margin-top: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.48px;
}

.cert-award-card .issuing-org time::before {
    content: "(";
}

.cert-award-card .issuing-org time::after {
    content: ")";
}

.cert-award-card .desc {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
}

.csr {
    padding-top: 22px;
}

.csr .img-block {
    top: -40px;
    right: 34px;
    width: 372px;
}

.csr .img-block + .paragraph-block > p {
    padding-right: 426px;
}

.csr .paragraph-block > p strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.6px;
}

.csr .paragraph-block > ul + ul {
    margin-top: 14px;
}

.csr .sub-heading {
    margin-top: 40px;
}

.giving-board {
    padding: 50px 56px;
    border-radius: 10px;
    background: #f1eeff url(../images/giving-board-obj.png) no-repeat right 37px center;
    background-size: auto 317px;
}

.giving-board h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1;
    letter-spacing: -0.96px;
}

.giving-board h2 .desc {
    display: block;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.72px;
}

.giving-board ul {
    width: 100%;
    max-width: 470px;
    margin-top: 33px;
}

.giving-board ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    padding-right: 30px;
    color: var(--color-black);
    line-height: 1;
}

.giving-board ul li.total {
    margin-top: 17px;
    padding-top: 19px;
    padding-bottom: 13px;
    padding-left: 40px;
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(51, 34, 143, 0.3);
}

.giving-board ul li.total .info {
    font-weight: 800;
    color: var(--color-text);
}

.giving-board ul li.total .count-box {
    color: #33228f;
}

.giving-board .info {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
}

.giving-board .info .count-box {
    gap: 0;
    font-size: 18px;
    font-weight: 600;
}

.giving-board ul + p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black);
    letter-spacing: -0.42px;
}

.count-box .count {
    font-family: 'Roboto', sans-serif;
}

.count-box {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 20px;
    font-weight: 700;
}

.count-box .count2 {
    padding-bottom: 4px;
    font-size: 32px;
    letter-spacing: -0.96px;
}

.count-box .count3 {
    padding-bottom: 9px;
    font-size: 40px;
    letter-spacing: -1.2px;
}

.giving-board + .sub-heading {
    margin-top: 40px;
}

.giving-list {
    margin-top: 24px;
    border-top: 2px solid var(--color-primary);
}

.giving-list .item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    padding: 40px 0;
    border-bottom: 1px solid #cfcfcf;
}

.giving-list .item .paragraph-block {
    flex: 1;
}

.giving-list .item .paragraph-block .ico-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.giving-list .item .img-block {
    position: relative;
    width: 329px;
    height: 197px;
    border-radius: 10px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.giving-list .item .img-block img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.diagram02 {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.diagram02 img {
    width: 100%;
    max-width: 455px;
}

@media (min-width: 1320px) {
    #contentWrap {
        max-width: 980px;
    }

    #contentWrap img {
        max-width: 100%;
    }

    #contentWrap .message .img-block img {
        width: 229px !important;
        max-width: 229px !important;
    }

    .diagram02 img {
        width: 100% !important;
        max-width: 455px !important;
    }

    .cert-award-card .logo img {
        display: block !important;
        width: 100% !important;
        max-width: 78px !important;
    }
}

.circle-list.custom1 li + li {
    margin-top: 17px;
}

.screenshot-box {
    margin: 15px 0 24px;
    padding: 30px;
    border: 1px solid #929292;
}

.screenshot-box img {
    display: block;
    max-width: 100%;
}

.bullet-list li .no-indent,
.circle-list li .no-indent {
    margin-left: -17px;
}

.map-block {
    position: relative;
    margin-bottom: 118px;
    padding-bottom: 54.0816326%;
    border: 1px solid #e6e8eb;
}

.map-block .map {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.map-block .layered {
    display: flex;
    align-items: flex-end;
    gap: 44px;
    position: absolute;
    bottom: -118px;
    left: 21px;
    z-index: 101;
}

.map-block .layered .navy-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 197px;
    width: 245px;
    height: 245px;
    padding: 40px 40px 37px;
    background-color: var(--color-primary);
}

.map-block .layered .navy-box .line {
    width: 18px;
    height: 4px;
    background-color: var(--color-white);
}

.map-block .layered .navy-box p {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: -0.72px;
    line-height: 1;
}

.map-block .layered .navy-box p strong {
    display: block;
    margin-bottom: 11px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.84px;
}

.map-block .layered ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 44px;
    min-height: 118px;
    padding-top: 8px;
}

.map-block .layered ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.map-block .layered ul li .ico {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #9fb5dd;
    background-color: #eaf4fc;
}

.map-block .layered ul li p {
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: -0.48px;
}

.custom-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.54px;
}

.custom-marker span {
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.75);
}

.transport-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin-top: 218px;
}

.transport-options > li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.transport-options li .ico {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--color-text);
}

.transport-options li.subway .ico {
    background-color: var(--color-primary);
}

.transport-options li.bus .ico {
    background-color: var(--color-accent-blue);
}

.transport-options .how-to p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.66px;
}

.transport-options li.subway .how-to p {
    color: var(--color-primary);
}

.transport-options li.bus .how-to p {
    color: var(--color-accent-blue);
}

.transport-options .how-to .bullet-list {
    margin-top: 7px;
}

.transport-options .how-to .bullet-list li {
    font-size: 18px;
    line-height: 1.4444444;
    letter-spacing: -0.54px;
}

.transport-options li.subway .how-to .bullet-list li + li {
    margin-top: 10px;
}


/*----------------------------------------
    sub6: Customer Center
----------------------------------------*/
.sitemap .depth1 > li + li {
    margin-top: 49px;
}

.sitemap .depth1-link {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-text);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.sitemap .depth1-link ~ .depth1-link {
    margin-top: 49px;
}

.sitemap .depth2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 33px 0;
    border-bottom: 1px solid #cfcfcf;
}

.sitemap .depth2 > li {
    width: calc(25% - 30px);
}

.sitemap .depth2 > li > a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.sitemap .depth2 > li > span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.sitemap .depth2.custom-ui1 > li {
    display: flex;
    gap: 25px 60px;
    width: 100%;
}

.sitemap .depth2.custom-ui1 > li > p {
    flex: 1;
}

.sitemap .depth2.custom-ui1 > li .btn.lg {
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.54px;
}

.sitemap .depth3 > li > a {
    display: inline-block;
    padding: 6px 0;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.sitemap .depth3 > li > span {
    display: inline-block;
    padding: 6px 0;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.sitemap .depth4-link {
    width: 100%;
}

.sitemap .depth4-link:not(.no-children) {
    padding-right: 22px;
    /*background: url(../images/ico-unfold-3.svg) no-repeat right center;*/
}

.sitemap .depth4-link.active:not(.no-children) {
    padding-right: 22px;
    /*background: url(../images/ico-fold-3.svg) no-repeat right center;*/
}

.sitemap .depth4 {
    display: none;
}

.sitemap .depth4 > li > a {
    display: inline-block;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
}

.sitemap .depth4 > li > span {
    display: inline-block;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.42px;
}

.call-us-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 36px 40px 29px;
}

.call-us-box h2 {
    font-size: 22px;
    letter-spacing: -0.66px;
    line-height: 1;
}

.call-us-box p {
    display: flex;
    flex-direction: column;
}

.call-us-box p .number {
    margin: 2px 0 9px;
    font-size: 60px;
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1;
    letter-spacing: -1.8px;
}

.call-us-box p .desc {
    font-weight: 500;
    letter-spacing: -0.48px;
}

.call-us-box .img-block img {
    width: 155px;
}

.number-info {
    margin-top: 40px;
    border-top: 2px solid var(--color-text);
}

.number-info > div {
    border-bottom: 1px solid #cfcfcf;
}

.number-info .group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 0;
}

.number-info .group > ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.number-info .group > ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.66px;
}

.number-info .circle {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 600;
}

.number-info .circle.dial-step-1 {
    border: 1px solid #cfcfcf;
    background-color: #f0f0f0;
}

.number-info .circle.dial-step-2 {
    border: 1px solid var(--color-primary);
    background-color: #eaf4fc;
}

.number-info h3 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    letter-spacing: -0.66px;
}

.number-info h3 .circle {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.number-info .dial-step {
    display: flex;
}

.number-info .dial-step .circle:not(.dial-step-1) {
    position: relative;
    margin-left: 39px;
}

.number-info .dial-step .circle:not(.dial-step-1)::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -29px;
    width: 19px;
    height: 14px;
    background: url(../images/ico-arrow-right-2.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
    content: "";
}

.search-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

.search-box.gate {
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.search-box.result {
    gap: 33px;
    padding-top: 40px;
}

.search-box .search-img {
    height: 152px;
}

.search-box .search-panel {
    width: 100%;
    max-width: 740px;
    height: 62px;
    margin-top: 0;
    padding-right: 60px;
}

.search-box .search-panel input[type=search] {
    padding-left: 73px;
    font-size: 20px;
    text-align: center;
}

.search-box .search-panel .search-btn {
    width: 62px;
    height: 62px;
    background-size: 26px;
}

mark.text-primary {
    background-color: transparent;
}

.result-summary {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.result-count {
    color: #d44006;
}

.search-result .board-actions .btn {
    min-width: 0;
    padding: 0;
}

.result-list {
    border-top: 2px solid var(--color-primary);
}

.result-list li {
    padding: 15px 20px;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.result-list li .article-content {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
}

.result-list li .article-breadcrumb {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: var(--color-gray);
}

.result-list li .article-breadcrumb mark.text-primary {
    color: inherit;
}

.result-list .faq-question,
.result-list .faq-answer {
    border-bottom: none;
    background: none;
}

.result-list .faq-question {
    padding: 0 0 5px;
}

.result-list .faq-answer {
    padding: 5px 0 0;
}


/*----------------------------------------
    media query
----------------------------------------*/
@media (min-width: 768px) {
    /*----------------------------------------
        sub common ui
    ----------------------------------------*/
    .user-guide .guide-txt .is-hidden-mobile strong {
        display: block;
        margin-bottom: 5px;
    }

    /*----------------------------------------
        form style
    ----------------------------------------*/
    .forms > li .form-input,
    .forms > li .form-select,
    .forms > li .form-file {
        max-width: 338px;
    }

    .forms > li .form-input,
    .forms > li .form-select {
        display: block;
    }

    .forms > li .form-input.max {
        max-width: none;
    }
}

@media (max-width: 1319px) {
    /*----------------------------------------
        sub visual
    ----------------------------------------*/
    .sub-visual {
        margin-top: 22px;
        padding: 0 24px;
    }
}

@media (max-width: 1023px) {
    /*----------------------------------------
        sub2: Accessibility Scope
    ----------------------------------------*/
    .overview.custom4 .paragraph-block > p:nth-child(3) {
        padding-right: 0;
    }

    /*----------------------------------------
        sub5: About Us
    ----------------------------------------*/
    .about-us .img-block {
        position: relative;
        top: -93px;
        float: right;
    }

    .about-us .paragraph-block h2,
    .about-us .paragraph-block h2 + p {
        padding-right: 0;
    }

    .developer-guide {
        flex-direction: column;
    }
}

@media (max-width: 956px) {
    /*----------------------------------------
        sub5: About Us
    ----------------------------------------*/
    .cert-award-list li {
        width:100%;
    }
}

@media (max-width: 767px) {
    /*----------------------------------------
        sub common ui
    ----------------------------------------*/
    .sub-heading {
        margin-bottom: 13px;
        padding-left: 27px;
        background-position: left top 4px;
        background-size: 20px auto;
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .sub-heading ~ .sub-heading {
        margin-top: 30px;
    }

    .paragraph-block > p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }

    .paragraph-block > ul li,
    .paragraph-block > ol li {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }

    .paragraph-block > p:not(.highlight-txt) ~ p {
        margin-top: 24px;
    }

    .paragraph-block:has(.highlight-txt) > p,
    .paragraph-block:has(.highlight-txt) .bullet-list li {
        line-height: 24px;
    }

    .paragraph-block:has(.highlight-txt) .bullet-list li::before {
        top: 8px;
    }

    .paragraph-block.start {
        margin-bottom: 30px;
    }

    .paragraph-block .highlight-txt {
        font-size: var(--font-base);
        letter-spacing: -0.48px;
    }

    .bullet-list li {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }

    .circle-list li {
        margin-left: 15px;
        text-indent: -15px;
    }

    .note li {
        padding-left: 12px;
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .user-guide {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 20px;
    }

    .user-guide.no-flx-direction {
        flex-direction: inherit;
        gap: 20px;
        min-height: 120px;
    }

    .user-guide > :last-child {
        margin-left: 0;
        padding-left: 0;
    }

    .user-guide > :last-child::before {
        display: none;
    }

    .user-guide .item {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .user-guide .item + .item {
        margin-top: 12px;
    }

    .user-guide .img-block .mark {
        height: 33px;
    }

    .user-guide .img-block .mark.wa {
        height: 60px;
    }

    .user-guide .guide-txt strong {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .user-guide.custom1 {
        gap: 20px;
        padding: 20px;
    }

    .user-guide.custom1 .guide-header {
        position: static;
        width: 100%;
        font-size: 14px;
        letter-spacing: -0.42px;
        transform: none;
    }

    .user-guide.custom1 .item-wrap {
        gap: 18px 0;
    }

    .user-guide.custom1 .item-wrap + .item-wrap {
        margin-top: 7px;
    }

    .user-guide.custom1 .item {
        flex-direction: row;
        gap: 12px;
    }

    .user-guide.custom1 > :nth-child(2) .item {
        padding-bottom: 0;
    }

    .user-guide.custom1 > :last-child .item {
        gap: 15px;
    }

    .user-guide.custom1 > :last-child {
        margin-left: 0;
        padding-left: 0;
    }

    .user-guide.custom1 > :last-child .guide-img img {
        max-width: 74px;
    }

    .user-guide.custom1 .guide-txt,
    .user-guide.custom1 .guide-txt strong {
        font-size: 14px;
        line-height: 1.4285714;
        letter-spacing: -0.42px;
    }

    .message {
        padding-top: 15px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .message .img-block img {
        max-width: 202px;
    }

    .message .txt-block h2 {
        line-height: 34px;
    }

    .message .btn-wrap {
        margin-top: 36px;
        padding-top: 40px;
        border-top: 1px solid #cfcfcf;
    }

    .message .flx-tbl + .btn-wrap {
        padding-top: 0;
        border-top: none;
    }

    .shadow-box.process {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .shortcut-list li {
        flex-direction: column;
    }

    /*----------------------------------------
        sub visual
    ----------------------------------------*/
    .sub-visual {
        display: none;
    }

    /*----------------------------------------
        page title
    ----------------------------------------*/
    .page-tit {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 78px;
        margin-left: -24px;
        margin-right: -24px;
        padding: 0;
        border-bottom: none;
        background-color: var(--color-primary);
        font-size: 28px;
        font-weight: 800;
        color: var(--color-white);
        letter-spacing: -0.84px;
    }

    /*----------------------------------------
        form style
    ----------------------------------------*/
    .form-primary-head {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-tit-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-tit-wrap .form-tit + .form-checkbox,
    .form-tit-wrap .form-tit + .form-desc {
        margin-bottom: 13px;
    }

    .forms {
        padding-top: 20px;
        border-bottom: 1px solid #cfcfcf;
    }

    .forms > li {
        flex-direction: column;
        padding: 0 0 24px;
        border-bottom: none;
    }

    .forms > li > .form-checkbox-group {
        flex-direction: column;
    }

    .forms > li .form-field-wrap, .forms > li .form-field {
        margin-top: 0;
        line-height: 1;
    }

    .forms.form-field-long > li .form-field-wrap {
        max-width: none;
    }

    .forms > li .form-file {
        flex: none;
    }

    .file-upload-item > .file-select-input {
        width: 100%;
    }

    .form-file .file-name {
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: calc(100% - 18px);
        overflow: hidden;
    }

    /*----------------------------------------
        sub2: Accessibility Scope
    ----------------------------------------*/
    .overview .img-block {
        position: static;
        margin: 18px auto 17px;
    }

    .overview.custom1 .img-block {
        width: 174px;
    }

    .overview.custom2 .img-block,
    .overview.custom3 .img-block,
    .overview.custom4 .img-block {
        width: 232px;
    }

    .overview.custom1 .paragraph-block > p:nth-child(-n+2),
    .overview.custom2 .paragraph-block > p:nth-child(-n+3),
    .overview.custom3 .paragraph-block > p:nth-child(-n+3),
    .overview.custom4 .paragraph-block > p:nth-child(-n+3) {
        padding-right: 0;
    }

    .wa-mark-current {
        padding: 40px 20px;
    }

    .wa-mark-current > img {
        width: 232px;
    }

    .wa-mark-legacy,
    .accessibility-mark {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0;
    }

    .wa-mark-legacy > div,
    .accessibility-mark > div {
        gap: 15px;
    }

    .wa-mark-legacy > div img,
    .accessibility-mark > div img {
        width: auto;
        height: 68px;
    }

    .accessibility-mark {
        padding-bottom: 110px;
    }

    .accessibility-mark .ico-btn {
        min-width: 169.13px;
        bottom: 40px;
    }

    .diagram01 {
        padding: 0;
    }

    .assessment-report {
        flex-direction: column;
        margin-top: 30px;
    }

    .assessment-report.items-end {
        align-items: flex-start;
    }

    .assessment-report .img-block {
        width: auto;
    }

    .shadow-box.comparison {
        padding: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .comparison .responsive-tbl thead tr th:first-child,
    .comparison .responsive-tbl thead tr th:last-child {
        height: 52px;
        font-size: var(--font-base);
        letter-spacing: -0.48px;
    }

    .comparison .responsive-tbl tbody tr {
        border-top-width: 2px;
        height: 54px;
    }

    .ka-img-guide1 {
        margin: 9px 0 16px;
        padding: 30px;
    }

    .developer-guide {
        margin-top: 9px;
    }

    .developer-guide .item h3 {
        height: 76px;
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .shadow-box.bf-mark {
        margin: 9px 0 16px;
    }

    .bf-mark-box {
        gap: 60px;
        padding: 30px;
    }

    .bf-mark-box img {
        height: 176px;
    }

    .shadow-box.ka-cert {
        margin-top: 9px;
    }

    .ka-cert-box {
        gap: 10px;
        padding: 30px 10px;
    }

    .ka-cert-box li.kiosk.i1 {
        margin-right: -30px;
    }

    .ka-cert-box li.kiosk.i2 {
        margin-left: -30px;
    }

    .ka-cert-box li.kiosk img {
        max-width: 70px;
    }

    .ka-cert-box li.equal img {
        width: 60px;
    }

    .eval-guide {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-top: 9px;
    }

    .eval-guide li {
        border-width: 4px;
    }

    .eval-guide li .num {
        font-size: 18px;
        line-height: 1.1111111;
        letter-spacing: -0.54px;
    }

    .eval-guide li .ico {
        margin-top: 0;
    }

    .eval-guide li.i1 .ico {
        margin-bottom: 4px;
    }

    .eval-guide li.i2 .ico,
    .eval-guide li.i4 .ico {
        margin-bottom: 10px;
    }

    .eval-guide li.i3 .ico {
        margin-bottom: -10px;
    }

    .eval-guide li .org {
        font-size: 14px;
        line-height: 1.4285714;
        letter-spacing: -0.42px;
    }

    .graph-box {
        padding: 20px;
    }

    /*----------------------------------------
        sub5: About Us
    ----------------------------------------*/
    .about-us {
        margin-top: -40px;
        padding-top: 0;
    }

    .about-us .img-block {
        width: 60.4651162%;
        margin: 0 auto;
        float: none;
    }

    .about-us .paragraph-block h2 {
        margin-top: 19px;
        font-size: 18px;
        line-height: 1.4444444;
        letter-spacing: -0.54px;
    }

    .about-us .paragraph-block h2 + p {
        margin-top: 21px;
    }

    .about-us .paragraph-block > p {
        font-size: var(--font-base);
        line-height: 1.5;
        letter-spacing: -0.48px;
    }

    .history .item ul {
        padding: 10px 0 16px;
    }

    .history .item ul li {
        gap: 12px;
        font-size: var(--font-base);
        letter-spacing: -0.48px;
    }

    .history > li::before {
        top: 37px;
        left: 97px;
    }

    .history .item {
        gap: 61px;
    }

    .history .item .dot {
        top: 16px;
        left: 91px;
        width: 13px;
        height: 13px;
        border-width: 3px;
    }

    .history .item .year {
        font-size: 30px;
        letter-spacing: -0.9px;
    }

    .history .item .month {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }

    .our-team {
        padding-bottom: 0;
    }

    .our-team > li::after,
    .our-team li .ceo::after,
    .our-team .lab-branch::before,
    .our-team .lab-branch::after,
    .our-team .level1::before,
    .our-team .level1::after,
    .our-team li .department.dpt1::after,
    .our-team .level2::before,
    .our-team .level2 > li::before {
        display: none;
    }

    .our-team li .ceo {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }

    .our-team li .team {
        font-size: var(--font-base);
        letter-spacing: -0.48px;
    }

    .our-team .level1 {
        display: block;
        margin-top: 0;
        padding-left: 0;
    }

    .our-team .lab-branch {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px;
    }

    .our-team .lab-branch > li,
    .our-team .level1 > li,
    .our-team .level2 > li {
        width: 100%;
    }

    .our-team li .department {
        width: 100%;
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .our-team .level1 > li + li {
        margin-top: 25px;
    }

    .our-team li .team {
        padding: 11px 10px;
    }

    .our-team .level2 {
        position: static;
        flex-direction: column;
        gap: 16px;
        margin-top: 25px;
    }

    .our-team .level2 > li {
        width: auto;
        padding-top: 0;
    }

    .our-team .level2 > li::before {
        display: none;
    }

    .our-team .bullet-list {
        min-height: 0;
        padding: 10px 20px;
    }

    .cert-award-list li {
        min-height: 0;
        padding: 25px 20px;
    }

    .cert-award-card {
        gap: 20px;
    }

    .cert-award-card .logo img {
        max-width: 60px;
    }

    .cert-award-card .cert-tit {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .cert-award-card .issuing-org {
        margin-top: 12px;
    }

    .csr {
        margin-top: -40px;
        padding-top: 0;
    }

    .csr .img-block {
        width: 60.4651162%;
        margin: 0 auto;
    }

    .csr .img-block + .paragraph-block {
        margin-top: 19px;
    }

    .csr .img-block + .paragraph-block > p {
        padding-right: 0;
    }

    .csr .paragraph-block > p strong {
        font-size: 18px;
        line-height: 1.4444444;
        letter-spacing: -0.54px;
    }

    .giving-board {
        padding: 35px 25px 25px;
        background-image: url(../images/giving-board-obj-mo.png);
        background-size: auto 110px;
        background-position: right 14px top 98px;
    }

    .giving-board h2 {
        font-size: 22px;
        letter-spacing: -0.66px;
    }

    .giving-board h2 .desc {
        font-size: var(--font-base);
        letter-spacing: -0.48px;
    }

    .giving-board ul {
        margin-top: 26px;
    }

    .giving-board ul li {
        gap: 2px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 11px;
    }

    .giving-board ul + p {
        margin-top: 9px;
    }

    .giving-board ul li.total {
        gap: 8px;
        margin-top: 15px;
        padding: 26px 25px 20px;
    }

    .giving-board .info {
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .giving-board .info .count-box {
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .giving-board + .sub-heading {
        margin-top: 36px;
    }

    .count-box .count2 {
        font-size: 30px;
        letter-spacing: -0.9px;
    }

    .count-box .count3 {
        font-size: 36px;
        letter-spacing: -1.08px;
    }

    .giving-list {
        margin-top: 14px;
    }

    .giving-list .item {
        flex-direction: column-reverse;
        padding: 22px 0;
    }

    .diagram02 {
        padding: 30px;
    }

    .circle-list.custom1 li + li {
        margin-top: 9px;
    }

    .screenshot-box {
        margin: 9px 0 16px;
        padding: 15px;
    }

    .bullet-list li .no-indent,
    .circle-list li .no-indent {
        margin-left: -15px;
    }

    .map-block {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .map-block .map {
        position: relative !important;
        height: 384px;
        border: 1px solid #e6e8eb;
    }

    .map-block .layered {
        flex-direction: column;
        gap: 0;
        position: static;
        margin-top: 39px;
    }

    .map-block .layered .navy-box {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent;
    }

    .map-block .layered .navy-box .line {
        display: none;
    }

    .map-block .layered .navy-box p {
        color: var(--color-text);
    }

    .map-block .layered .navy-box p strong {
        margin-bottom: 8px;
        font-size: 22px;
        letter-spacing: -0.66px;
    }

    .map-block .layered .navy-box p span {
        display: none;
    }

    .map-block .layered ul {
        gap: 16px;
    }

    .transport-options {
        margin-top: 40px;
    }

    .transport-options > li {
        align-items: flex-start;
        gap: 16px;
    }

    .transport-options li .ico {
        width: 60px;
        height: 60px;
    }

    .transport-options li .ico img {
        width: 34px;
    }

    .transport-options .how-to p {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .transport-options .how-to .bullet-list li {
        font-size: inherit;
        letter-spacing: -0.48px;
    }

    /*----------------------------------------
        sub6: Customer Center
    ----------------------------------------*/
    .sitemap .depth1-link {
        font-size: 22px;
        letter-spacing: -0.66px;
    }

    .sitemap .depth2 {
        gap: 25px 30px;
    }

    .sitemap .depth2 > li {
        width: calc(50% - 20px);
    }

    .sitemap .depth2 > li > a {
        font-size: 18px;
        letter-spacing: -0.54px;
        word-break: break-all;
    }

    .sitemap .depth2.custom-ui1 > li {
        flex-direction: column;
        align-items: center;
    }

    .call-us-box {
        position: relative;
        padding: 25px 29px 38px;
    }

    .call-us-box h2 {
        font-size: 17px;
        letter-spacing: -0.51px;
    }

    .call-us-box p .number {
        font-size: 35px;
        letter-spacing: -1.05px;
    }

    .call-us-box p .desc {
        padding-right: 46px;
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .call-us-box .img-block {
        position: absolute;
        bottom: 0;
        right: 8px;
    }

    .call-us-box .img-block img {
        width: 73px;
    }

    .number-info .group {
        flex-direction: column;
        padding: 30px 0;
    }

    .number-info .group > ul {
        width: 100%;
    }

    .number-info .group > ul li {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 14px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.54px;
    }

    .number-info .circle {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }

    .number-info h3 {
        gap: 14px;
        width: 100%;
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .number-info h3 + h3 {
        margin-top: 10px;
        padding-top: 30px;
        border-top: 1px solid #cfcfcf;
    }

    .number-info .dial-step {
        flex: none;
    }

    .number-info .dial-step .circle:not(.dial-step-1) {
        margin-left: 27px;
    }

    .number-info .dial-step .circle:not(.dial-step-1)::before {
        left: -20px;
        width: 13px;
        height: 10px;
    }

    .search-box {
        padding: 0 20px;
        border: none;
        box-shadow: none;
    }

    .search-box.gate {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .search-box.result {
        gap: 20px;
        padding-top: 0;
    }

    .search-box .search-img {
        height: 120px;
    }

    .search-box .search-panel {
        height: 46px;
        padding-right: 44px;
    }

    .search-box .search-panel input[type=search] {
        padding-left: 57px;
        font-size: var(--font-base);
    }

    .search-box .search-panel .search-btn {
        width: 46px;
        height: 46px;
        background-size: 20px;
    }

    .result-summary {
        font-size: 18px;
    }

    .search-result .board-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 529px) {
    /*----------------------------------------
        sub common ui
    ----------------------------------------*/
    .message .flx-tbl dl > div {
        flex-direction: column;
    }

    .message .flx-tbl dl dt {
        max-width: none;
    }

    .message .flx-tbl dl .col-2 dt ~ dt {
        margin: 15px -20px 0;
        padding: 15px 20px 0;
        border-top: 1px solid #cfcfcf;
    }
}

@media (max-width: 430px) {
    /*----------------------------------------
        sub common ui
    ----------------------------------------*/
    .how-to-use {
        flex-direction: column;
    }

    .how-to-use li.use-item {
        width: 100%;
    }

    .how-to-use li.or {
        margin: -30px 0;
    }

    .how-to-use.custom1 li.plus,
    .how-to-use.custom1 li.arrow {
        margin: -38px 0;
    }

    .how-to-use.custom1 li.arrow {
        transform: rotate(90deg);
    }

    /*----------------------------------------
        sub5: About Us
    ----------------------------------------*/
    .giving-list .item .img-block {
        width: auto;
        height: auto;
        padding-bottom: 59.8784194%;
    }

    /*----------------------------------------
        sub6: Customer Center
    ----------------------------------------*/
    .search-box .search-panel input[type=search] {
        padding-left: 13px;
        text-align: left;
    }
}
