@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@200;400;500;600&family=Poppins:wght@700&display=swap");
.topBox .downloadBox .btn, .bottomBox .classLink a img {
    transition: all .5s;
}

.mainArea {
    padding: 0 0 20px;
}

.bannerArea.unitPage #banner li .rightBox .ensubtitle {
    padding-top: 95px;
}

.topBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.topBox .introBox {
    max-width: 872px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #4f4f4f;
    font-weight: 400;
    padding-bottom: 20px;
}

.topBox .downloadBox .btn {
    width: 210px;
    height: 44px;
    background-color: #003f57;
    border: 1px solid #003f57;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.topBox .downloadBox .btn img {
    display: inline-block;
    width: 20px;
    height: 20px;
    filter: grayscale(1) brightness(10);
}

.topBox .downloadBox .btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #fff;
    padding-left: 24px;
}

.topBox .downloadBox .btn span::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 3px;
    left: 12px;
}

.topBox .downloadBox .btn:hover {
    background-color: #fff;
}

.topBox .downloadBox .btn:hover img {
    filter: none;
}

.topBox .downloadBox .btn:hover span {
    color: #003f57;
}

.topBox .downloadBox .btn:hover span::before {
    background-color: #003f57;
}

@media (max-width: 1080px) {
    .topBox .introBox {
        max-width: 100%;
    }
    .topBox .downloadBox {
        width: 100%;
        text-align: right;
    }
}

.bottomBox .classLink {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.bottomBox .classLink:not(.df) {
    padding-left: 0;
}

.bottomBox .classLink li {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    min-width: 200px;
}

.bottomBox .classLink a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px 20px;
}

.bottomBox .classLink a img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    filter: brightness(0);
    opacity: 0.5;
}

.bottomBox .classLink a span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
}

.bottomBox .classLink a:hover img {
    filter: none;
    opacity: 1;
    transform: translateX(10px);
}

.bottomBox .classLink a:hover span {
    color: #003f57;
}

.bottomBox .mClassLink {
    display: none;
}

.bottomBox section {
    margin-top: 60px;
    position: relative;
    padding-left: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bottomBox section:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.bottomBox section::before {
    content: "";
    width: 1px;
    height: calc(100% - 55px - 10px - 60px);
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 55px;
    left: 25px;
}

.bottomBox section .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 11px;
    position: absolute;
    top: -11px;
    left: 0;
}

.bottomBox section .icon img {
    display: block;
    width: 30px;
    height: 30px;
    filter: brightness(0) opacity(0.5);
}

.bottomBox section .title {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #000;
    display: flex;
}

.bottomBox section .title img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    filter: brightness(0) opacity(0.5);
}

.bottomBox section .subtitle {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

.bottomBox section ul {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomBox section ul:not(.df) {
    list-style-type: none;
    padding-left: 15px;
}

.bottomBox section ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 400;
    color: #4f4f4f;
}

.bottomBox section ul li strong {
    color: #000;
    font-weight: 600;
}

.bottomBox section ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 10px;
    left: -12px;
}

@media (max-width: 840px) {
    .bottomBox .classLink {
        border: none;
        justify-content: center;
    }
    .bottomBox .classLink li {
        min-width: initial;
        padding: 5px 10px;
        flex-grow: 0;
    }
    .bottomBox .classLink a {
        border: 1px solid #003f57;
        padding: 6px 12px;
    }
    .bottomBox section {
        margin-top: 30px;
        padding-left: 50px;
        padding-bottom: 30px;
    }
    .bottomBox section::before {
        height: calc(100% - 55px - 10px - 30px);
        top: 55px;
        left: 15px;
    }
    .bottomBox section .icon {
        left: -10px;
    }
}

@media (max-width: 640px) {
    .bottomBox section {
        margin-top: 40px;
        padding-left: 0;
    }
    .bottomBox section::before {
        display: none;
    }
    .bottomBox section .icon {
        top: -2px;
        left: auto;
        right: 20px;
    }
    .bottomBox section .title {
        padding-bottom: 20px;
    }
}
/*# sourceMappingURL=location.css.map */