@charset "utf-8";
@media (min-width: 480px) {
    main {
        width: 480px;
        margin: 0 auto;
        color: #1C2229;
        font-family: Pretendard;
    }

    .section .body {
        position: relative;
        display: flex;
        align-items: flex-end;
    }

    .section img {
        width: 480px
    }

    .section .intro {
        padding-top: 54px;
    }

    .section .intro .title {
        font-size: 23px;
        font-weight: 600;
        line-height: 28px;
        padding-left: 31px;
        padding-right: 31px;
        color:#1C2229;
        word-wrap: break-word;
    }

    .section .intro .title-divider {
        height: 5px;
        width: 384px;
        margin-top: 31px;
        margin-bottom: 31px;
        background-color: #1C2229;
        align-self: flex-end;
    }

    .section .intro .description {
        color: #3B464F;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        word-wrap: break-word;
        padding-left: 31px;
        padding-right: 31px;
    }

    .section .intro .description-divider {
        height: 1.3px;
        width: 52px;
        margin-top: 19px;
        margin-bottom: 19px;
        background-color: #1C2229;
        margin-left: 31px;
    }

    .section .body02 {
        padding-left: 31px;
        padding-right: 31px;
        margin-top: 103px;
    }

    .section .body02 .title {
        color: black;
        font-size: 31px;
        font-weight: 700;
        line-height: 41px;
        word-wrap: break-word;
        margin-bottom: 31px;
    }

    .section .body02 .content {
        background: #F0F2F5;
        border-radius: 10px
    }

    .section .body02 .content .service-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 31px;
        padding-bottom: 41px;
    }

    .section .body02 .content .service-item .tag {
        background: white;
        border-radius: 20px;
        color: #1C54C5;
        margin-bottom: 18px;
        font-size: 13px;
        font-weight: 700;
        padding: 2px 8px;
    }

    .section .body02 .content .lines {
        /*width:100%;*/
        margin-left: 20px;
        margin-right: 20px;
        border: 0.65px #CED2D6 dashed;
    }

    .section .body02 .content .service-item .title {
        color: #262626;
        font-size: 28px;
        font-weight: 800;
        line-height: 36px;
        word-wrap: break-word;
        text-align: center;
        margin-bottom: 10px;
    }

    .section .body02 .content .service-item .description {
        color: #3B464F;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        word-wrap: break-word;
        text-align: center;
    }

    .section .body02 .content .service-item .description .label {
        color: #8F98A1;
        font-size: 15px;
        font-weight: 500;
        word-wrap: break-word;
        margin-top: 10px;
    }

    .section .body02 .footer {
        margin-top: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 83px;
    }

    .section .body02 .footer img {
        width: 24px;
        height: 24px;
        margin-bottom: 20px;
    }

    .section .body02 .footer .description {
        color: #3B464F;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        word-wrap: break-word;
        text-align: center;
    }

    .section .body02 .footer .label {
        color: #8F98A1;
        font-size: 15px;
        font-weight: 500;
        word-wrap: break-word;
        margin-top: 10px
    }

    .section .divider {
        background: #E3E6E8;
        height: 2.6px;
    }

    .section .diagnosis-info {
        margin-top: 72px;
        padding-left: 31px;
        padding-right: 31px;
        margin-bottom: 117px;
    }

    .section .diagnosis-info .diagnosis-title {
        display: flex;
        flex-direction: row;
    }

    .section .diagnosis-info .diagnosis-title .line {
        border: 1.3px solid black;
    }

    .section .diagnosis-info .diagnosis-title .title-container {
        margin-left: 10px;
    }

    .section .diagnosis-info .diagnosis-title .key {
        color: #1C54C5;
        font-size: 18px;
        font-weight: 800;
        word-wrap: break-word
    }

    .section .diagnosis-info .diagnosis-title .title {
        margin-top: 5px;
        color: #1C2229;
        font-size: 31px;
        font-weight: 700;
        line-height: 41px;
        word-wrap: break-word
    }

    .section .diagnosis-info .space {
        height: 49px
    }

    .section .diagnosis-info .section-space {
        height: 91px
    }

    .section .diagnosis-info .diagnosis-info-item {
        background: #F0F2F5;
        border-radius: 10px;
        align-items: center;
        justify-content: space-between;
        display: flex;
        min-height: 101px;
        display: flex;
        padding: 18px 26px 18px 26px;
        margin-bottom: 10px;
    }

    .section .diagnosis-info .diagnosis-info-item .title {
        color: #1C2229;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        word-wrap: break-word
    }

    .section .diagnosis-info .diagnosis-info-item .value {
        color: #1C54C5;
        font-size: 28px;
        font-weight: 700;
        word-wrap: break-word;
        text-align: right;
    }

    .section .diagnosis-info .diagnosis-info-item .value div {
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .section .diagnosis-info .diagnosis-info-item .value div del {
        color: #8F98A1;
        font-size: 20px;
        font-weight: 600;
        word-wrap: break-word;
        margin-left: 15px;
        stroke: #8F98A1;
    }

    .section .diagnosis-info .diagnosis-info-item .value .event-badge {
        width: 41px;
        height: 16px;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small {
        color: #1C54C5;
        font-size: 26px;
        font-weight: 700;
        word-wrap: break-word;
        text-align: right;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small div {
        margin-top: 15px;
        color: #8F98A1;
        font-size: 15px;
        font-weight: 500;
        word-wrap: break-word;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small div img {
        width: 15px;
        height: 15px
    }

    .section .diagnosis-info .table-title {
        color: #1C2229;
        font-size: 20px;
        font-weight: 500;
        line-height: 31px;
        word-wrap: break-word;
        margin-top: 15px;

    }

    .section .diagnosis-info .table {
        margin-top: 10px;
        margin-bottom: 15px;
        border-top: 2.6px solid black;
        border-bottom: 2.6px solid black;
    }

    .section .diagnosis-info .table .header {
        padding-top: 20px;
        padding-bottom: 20px;
        color: black;
        font-size: 20px;
        font-weight: 800;
        word-wrap: break-word;
        border-bottom: 1.3px solid #C8C8C8;
        text-align: center;
    }

    .section .diagnosis-info .table .empty {
        border-right: 1.3px solid #C8C8C8;
        border-bottom: 1.3px solid #C8C8C8;
    }

    .section .diagnosis-info .table .title {
        border-right: 1.3px solid #C8C8C8;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .section .diagnosis-info .table .value {
        color: black;
        font-size: 20px;
        font-weight: 500;
        word-wrap: break-word;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: row;
    }

    .section .diagnosis-info .table .value del {
        color: #9B9B9B;
        font-size: 15px;
        font-weight: 500;
        word-wrap: break-word;
        margin-right: 5px;
    }

    .section .diagnosis-info .table .value img {
        width: 39px;
        height: 15px;
    }

    .section .diagnosis-info .table .last-row {
        height: 93px;
    }

    .section .diagnosis-info .alert-info {
        color: #666F78;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 2.6px;
    }

    .section .process-info {
        margin-top: 140px;
        background-color: #F7F8FA;
        position: relative;
        padding-top: 91px;
        padding-bottom: 80px;
    }

    .section .process-info .title {
        color: black;
        font-size: 31px;
        font-weight: 700;
        line-height: 41px;
        word-wrap: break-word;
        position: absolute;
        top:-23px;
        left:31px;
    }
    .section .process-info .image-container {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .section .process-info .image-container .label{
        transform: rotate(-90deg)  translate(-19px, 0px);
        transform-origin: 0 0;
        color: #656B72;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        word-wrap: break-word;
        margin-left: 31px;
    }
    .section .process-info .image-container img{
        width:375px;
        height:417px;
    }

    .section .process-info .description-box {
        margin-top: 26px;
        border-left: 2.6px solid black;
        margin-left: 39px;
        padding-left: 15px;
        margin-bottom: 71px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .section .process-info .description-box .step-title {
        color: black;
        font-size: 23px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 13px;
        position: relative;
    }
    .section .process-info .description-box .step-title .blue-highlight {
        position: absolute;
        bottom:0; left:-6px; right:-6px; top:13px;
        background: rgba(28, 84, 197, 0.12);
    }
    .section .process-info .description-box .step-content {
        color: #505050;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div {
        margin-top: 5px;
        color: #505050;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div .address{
        color: #1C2229;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div .summary{
        color: #666F78;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        word-wrap: break-word
    }
    .section .process-info .description-box .step-content div .times{
        color: #1C2229;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        word-wrap: break-word
    }
    .section .notice{
        padding: 62px 28px 140px;
    }

    .section div{
        color: #696969;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        word-wrap: break-word
    }

    .section .notice ol {
        display: table;
    }

    .section .notice ol > li {
        color: #696969;
        display: table-row;
    }

    .section .notice ol > li::before {
        content: " • ";
        display: table-cell; /* aha! */
        text-align: right;
    }
    .btn {
        position: sticky;
        bottom: 0;
        width: 480px;
        color: #fff;
        padding-left: 31px;
        padding-right: 31px;
        padding-top: 15px;
        padding-bottom: 26px;
        background-color: white;
    }

    .btn .content{
        padding: 20px;
        background: #1C2229;
        border-radius: 7px;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 13px;
        color: white;
        font-size: 20px;
        font-weight: 600;
        line-height: 31px;
        word-wrap: break-word
    }

    .section .top-app-bar {
        position: sticky;
        top: 0;
        z-index: 3;
        width: 480px;
        color: #fff;
        padding: 8px 10px;
        background-color: white;
    }
    .section .top-app-bar a{
        padding:8px;
    }
    .section .top-app-bar a img{
        width: 32px;
        height:32px;
    }

    #image-viewer {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.9);
        align-items: center;
        justify-content: center;
    }

    .modal-content {
        display: flex;

        align-self: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height:100%;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    .modal-content img{
        width:100%
    }



    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }
    #image-viewer .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    #image-viewer .close:hover,
    #image-viewer .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    main {
        width: 100.0000vw;
        margin: 0 auto;
        color: #1C2229;
        font-family: Pretendard;
    }

    .section .body {
        position: relative;
        display: flex;
        align-items: flex-end;
    }

    .section img {
        width: 100.0000vw
    }

    .section .intro {
        padding-top: 11.2500vw;
    }

    .section .intro .title {
        font-size: 4.7917vw;
        font-weight: 600;
        line-height: 5.8333vw;
        padding-left: 6.4583vw;
        padding-right: 6.4583vw;
        color:#1C2229;
        word-wrap: break-word;
    }

    .section .intro .title-divider {
        height: 1.0417vw;
        width: 80.0000vw;
        margin-top: 6.4583vw;
        margin-bottom: 6.4583vw;
        background-color: #1C2229;
        align-self: flex-end;
    }

    .section .intro .description {
        color: #3B464F;
        font-size: 3.7500vw;
        font-weight: 500;
        line-height: 5.8333vw;
        word-wrap: break-word;
        padding-left: 6.4583vw;
        padding-right: 6.4583vw;
    }

    .section .intro .description-divider {
        height: 0.2708vw;
        width: 10.8333vw;
        margin-top: 3.9583vw;
        margin-bottom: 3.9583vw;
        background-color: #1C2229;
        margin-left: 6.4583vw;
    }

    .section .body02 {
        padding-left: 6.4583vw;
        padding-right: 6.4583vw;
        margin-top: 21.4583vw;
    }

    .section .body02 .title {
        color: black;
        font-size: 6.4583vw;
        font-weight: 700;
        line-height: 8.5417vw;
        word-wrap: break-word;
        margin-bottom: 6.4583vw;
    }

    .section .body02 .content {
        background: #F0F2F5;
        border-radius: 2.0833vw
    }

    .section .body02 .content .service-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 6.4583vw;
        padding-bottom: 8.5417vw;
    }

    .section .body02 .content .service-item .tag {
        background: white;
        border-radius: 4.1667vw;
        color: #1C54C5;
        margin-bottom: 3.7500vw;
        font-size: 2.7083vw;
        font-weight: 700;
        padding: 0.4167vw 1.6667vw;
    }

    .section .body02 .content .lines {
        /*width:100%;*/
        margin-left: 4.1667vw;
        margin-right: 4.1667vw;
        border: 0.1354vw #CED2D6 dashed;
    }

    .section .body02 .content .service-item .title {
        color: #262626;
        font-size: 5.8333vw;
        font-weight: 800;
        line-height: 7.5000vw;
        word-wrap: break-word;
        text-align: center;
        margin-bottom: 2.0833vw;
    }

    .section .body02 .content .service-item .description {
        color: #3B464F;
        font-size: 4.1667vw;
        font-weight: 500;
        line-height: 6.4583vw;
        word-wrap: break-word;
        text-align: center;
    }

    .section .body02 .content .service-item .description .label {
        color: #8F98A1;
        font-size: 3.1250vw;
        font-weight: 500;
        word-wrap: break-word;
        margin-top: 2.0833vw;
    }

    .section .body02 .footer {
        margin-top: 6.4583vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 17.2917vw;
    }

    .section .body02 .footer img {
        width: 5.0000vw;
        height: 5.0000vw;
        margin-bottom: 4.1667vw;
    }

    .section .body02 .footer .description {
        color: #3B464F;
        font-size: 4.1667vw;
        font-weight: 500;
        line-height: 6.4583vw;
        word-wrap: break-word;
        text-align: center;
    }

    .section .body02 .footer .label {
        color: #8F98A1;
        font-size: 3.1250vw;
        font-weight: 500;
        word-wrap: break-word;
        margin-top: 2.0833vw
    }

    .section .divider {
        background: #E3E6E8;
        height: 0.5417vw;
    }

    .section .diagnosis-info {
        margin-top: 15.0000vw;
        padding-left: 6.4583vw;
        padding-right: 6.4583vw;
        margin-bottom: 24.3750vw;
    }

    .section .diagnosis-info .diagnosis-title {
        display: flex;
        flex-direction: row;
    }

    .section .diagnosis-info .diagnosis-title .line {
        border: 0.2708vw solid black;
    }

    .section .diagnosis-info .diagnosis-title .title-container {
        margin-left: 2.0833vw;
    }

    .section .diagnosis-info .diagnosis-title .key {
        color: #1C54C5;
        font-size: 3.7500vw;
        font-weight: 800;
        word-wrap: break-word
    }

    .section .diagnosis-info .diagnosis-title .title {
        margin-top: 1.0417vw;
        color: #1C2229;
        font-size: 6.4583vw;
        font-weight: 700;
        line-height: 8.5417vw;
        word-wrap: break-word
    }

    .section .diagnosis-info .space {
        height: 10.2083vw
    }

    .section .diagnosis-info .section-space {
        height: 18.9583vw
    }

    .section .diagnosis-info .diagnosis-info-item {
        background: #F0F2F5;
        border-radius: 2.0833vw;
        align-items: center;
        justify-content: space-between;
        display: flex;
        min-height: 21.0417vw;
        display: flex;
        padding: 3.7500vw 5.4167vw 3.7500vw 5.4167vw;
        margin-bottom: 2.0833vw;
    }

    .section .diagnosis-info .diagnosis-info-item .title {
        color: #1C2229;
        font-size: 4.1667vw;
        font-weight: 500;
        line-height: 6.4583vw;
        word-wrap: break-word
    }

    .section .diagnosis-info .diagnosis-info-item .value {
        color: #1C54C5;
        font-size: 5.8333vw;
        font-weight: 700;
        word-wrap: break-word;
        text-align: right;
    }

    .section .diagnosis-info .diagnosis-info-item .value div {
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .section .diagnosis-info .diagnosis-info-item .value div del {
        color: #8F98A1;
        font-size: 4.1667vw;
        font-weight: 600;
        word-wrap: break-word;
        margin-left: 3.1250vw;
        stroke: #8F98A1;
    }

    .section .diagnosis-info .diagnosis-info-item .value .event-badge {
        width: 8.5417vw;
        height: 3.3333vw;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small {
        color: #1C54C5;
        font-size: 5.4167vw;
        font-weight: 700;
        word-wrap: break-word;
        text-align: right;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small div {
        margin-top: 3.1250vw;
        color: #8F98A1;
        font-size: 3.1250vw;
        font-weight: 500;
        word-wrap: break-word;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .section .diagnosis-info .diagnosis-info-item .value-small div img {
        width: 3.1250vw;
        height: 3.1250vw
    }

    .section .diagnosis-info .table-title {
        color: #1C2229;
        font-size: 4.1667vw;
        font-weight: 500;
        line-height: 6.4583vw;
        word-wrap: break-word;
        margin-top: 3.1250vw;

    }

    .section .diagnosis-info .table {
        margin-top: 2.0833vw;
        margin-bottom: 3.1250vw;
        border-top: 0.5417vw solid black;
        border-bottom: 0.5417vw solid black;
    }

    .section .diagnosis-info .table .header {
        padding-top: 4.1667vw;
        padding-bottom: 4.1667vw;
        color: black;
        font-size: 4.1667vw;
        font-weight: 800;
        word-wrap: break-word;
        border-bottom: 0.2708vw solid #C8C8C8;
        text-align: center;
    }

    .section .diagnosis-info .table .empty {
        border-right: 0.2708vw solid #C8C8C8;
        border-bottom: 0.2708vw solid #C8C8C8;
    }

    .section .diagnosis-info .table .title {
        border-right: 0.2708vw solid #C8C8C8;
        padding-top: 3.1250vw;
        padding-bottom: 3.1250vw;
        text-align: center;
    }

    .section .diagnosis-info .table .value {
        color: black;
        font-size: 4.1667vw;
        font-weight: 500;
        word-wrap: break-word;
        text-align: center;
        padding-top: 3.1250vw;
        padding-bottom: 3.1250vw;
        flex-direction: row;
    }

    .section .diagnosis-info .table .value del {
        color: #9B9B9B;
        font-size: 3.1250vw;
        font-weight: 500;
        word-wrap: break-word;
        margin-right: 1.0417vw;
    }

    .section .diagnosis-info .table .value img {
        width: 8.1250vw;
        height: 3.1250vw;
    }

    .section .diagnosis-info .table .last-row {
        height: 19.3750vw;
    }

    .section .diagnosis-info .alert-info {
        color: #666F78;
        font-size: 3.1250vw;
        font-weight: 400;
        line-height: 4.1667vw;
        margin-top: 0.5417vw;
    }

    .section .process-info {
        margin-top: 29.1667vw;
        background-color: #F7F8FA;
        position: relative;
        padding-top: 18.9583vw;
        padding-bottom: 16.6667vw;
    }

    .section .process-info .title {
        color: black;
        font-size: 6.4583vw;
        font-weight: 700;
        line-height: 8.5417vw;
        word-wrap: break-word;
        position: absolute;
        top:-4.7917vw;
        left:6.4583vw;
    }
    .section .process-info .image-container {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .section .process-info .image-container .label{
        transform: rotate(-90deg)  translate(-3.9583vw, 0.0000vw);
        transform-origin: 0 0;
        color: #656B72;
        font-size: 3.7500vw;
        font-weight: 400;
        line-height: 5.4167vw;
        word-wrap: break-word;
        margin-left: 6.4583vw;
    }
    .section .process-info .image-container img{
        width:78.1250vw;
        height:86.8750vw;
    }

    .section .process-info .description-box {
        margin-top: 5.4167vw;
        border-left: 0.5417vw solid black;
        margin-left: 8.1250vw;
        padding-left: 3.1250vw;
        margin-bottom: 14.7917vw;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .section .process-info .description-box .step-title {
        color: black;
        font-size: 4.7917vw;
        font-weight: 500;
        line-height: 5.4167vw;
        margin-bottom: 2.7083vw;
        position: relative;
    }
    .section .process-info .description-box .step-title .blue-highlight {
        position: absolute;
        bottom:0; left:-1.2500vw; right:-1.2500vw; top:2.7083vw;
        background: rgba(28, 84, 197, 0.12);
    }
    .section .process-info .description-box .step-content {
        color: #505050;
        font-size: 3.7500vw;
        font-weight: 400;
        line-height: 5.4167vw;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div {
        margin-top: 1.0417vw;
        color: #505050;
        font-size: 3.7500vw;
        font-weight: 400;
        line-height: 5.4167vw;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div .address{
        color: #1C2229;
        font-size: 3.7500vw;
        font-weight: 400;
        line-height: 5.4167vw;
        word-wrap: break-word
    }

    .section .process-info .description-box .step-content div .summary{
        color: #666F78;
        font-size: 3.1250vw;
        font-weight: 400;
        line-height: 4.1667vw;
        word-wrap: break-word
    }
    .section .process-info .description-box .step-content div .times{
        color: #1C2229;
        font-size: 3.7500vw;
        font-weight: 400;
        line-height: 5.8333vw;
        word-wrap: break-word
    }
    .section .notice{
        padding: 12.9167vw 5.8333vw 29.1667vw;
    }

    .section div{
        color: #696969;
        font-size: 3.3333vw;
        font-weight: 300;
        line-height: 5.4167vw;
        word-wrap: break-word
    }

    .section .notice ol {
        display: table;
    }

    .section .notice ol > li {
        color: #696969;
        display: table-row;
    }

    .section .notice ol > li::before {
        content: " • ";
        display: table-cell; /* aha! */
        text-align: right;
    }
    .btn {
        position: sticky;
        bottom: 0;
        width: 100.0000vw;
        color: #fff;
        padding-left: 6.4583vw;
        padding-right: 6.4583vw;
        padding-top: 3.1250vw;
        padding-bottom: 5.4167vw;
        background-color: white;
    }

    .btn .content{
        padding: 4.1667vw;
        background: #1C2229;
        border-radius: 1.4583vw;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 2.7083vw;
        color: white;
        font-size: 4.1667vw;
        font-weight: 600;
        line-height: 6.4583vw;
        word-wrap: break-word
    }

    .section .top-app-bar {
        position: sticky;
        top: 0;
        z-index: 3;
        width: 100.0000vw;
        color: #fff;
        padding: 1.6667vw 2.0833vw;
        background-color: white;
    }
    .section .top-app-bar a{
        padding:1.6667vw;
    }
    .section .top-app-bar a img{
        width: 6.6667vw;
        height:6.6667vw;
    }

    #image-viewer {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 20.8333vw;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.9);
        align-items: center;
        justify-content: center;
    }

    .modal-content {
        display: flex;

        align-self: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height:100%;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    .modal-content img{
        width:100%
    }

    @keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }
    #image-viewer .close {
        position: absolute;
        top: 3.1250vw;
        right: 7.2917vw;
        color: #f1f1f1;
        font-size: 8.3333vw;
        font-weight: bold;
        transition: 0.3s;
    }
    #image-viewer .close:hover,
    #image-viewer .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

}
