@charset "UTF-8";

/* common style */
.m-table01 {
    max-width: 800px;
    margin-left: auto;
    margin-top: -20px;
}

/* Message Section */
.cmp-msg__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cmp-msg__img {
    width: 38.18%;
}

.cmp-msg__img img {
    border-radius: 10px;
}

.cmp-msg__txt {
    width: 56.82%;
    margin: -.5em 0;
}

.cmp-msg__sign {
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.cmp-msg__sign .sholder {
    font-size: .583em;
}

/* Vision Section */
.cmp-vsn__cat {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
}

/* Guidelines Section */
.cmp-guide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}

.cmp-guide__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    position: relative;
    width: 346px;
    height: 346px;
    text-align: center;
}

.cmp-guide__listItem::before,
.cmp-guide__listItem::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF8F2, #FFE2C9);
}

.cmp-guide__listItem::before {
    inset: 0;
    opacity: .3;
}

.cmp-guide__listItem::after {
    inset: 16px;
}

.cmp-guide__listItem > * {
    position: relative;
    z-index: 1;
}

.cmp-guide__listNum {
    color: #F38201;
    letter-spacing: .115em;
    line-height: 1;
}

.cmp-guide__listNum .num {
    font-size: 1.375em;
}

.cmp-guide__listTxt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

/* Company Section */


/* History Section */


/* Base Section */
.cmp-base__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cmp-base__sec {
    width: 49.09%;
    padding-top: 10px;
}

.cmp-base__map {
    position: relative;
    height: 0;
    padding-top: 61.11%;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.cmp-base__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cmp-base__name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
}

.cmp-base__data {
    letter-spacing: normal;
    line-height: 1.875;
}


@media screen and (max-width: 899px) {

    /* common style */
    .m-table01 {
        margin-top: -10px;
    }

    /* Message Section */
    .cmp-msg__cont {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

    .cmp-msg__img {
        width: 100%;
        text-align: center;
    }

    .cmp-msg__txt {
        width: 100%;
        margin: 25px 0 0;
    }

    .cmp-msg__sign {
        font-size: 24px;
        line-height: 1.4;
    }

    /* Vision Section */
    .cmp-vsn__cat {
        margin-top: -5px;
        margin-bottom: 25px;
        font-size: 24px;
    }

    /* Guidelines Section */
    .cmp-guide__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .cmp-guide__listItem {
        gap: 18px;
        width: 300px;
        height: 300px;
    }

    .cmp-guide__listItem::after {
        inset: 12px;
    }

    .cmp-guide__listTxt {
        font-size: 18px;
    }

    /* Company Section */


    /* History Section */


    /* Base Section */
    .cmp-base__cont {
        display: block;
    }

    .cmp-base__sec {
        width: 100%;
        padding-top: 0;
    }

    .cmp-base__sec + .cmp-base__sec {
        margin-top: 35px;
    }

    .cmp-base__map {
        border-radius: 12px;
    }

    .cmp-base__name {
        margin-bottom: 8px;
        font-size: 17px;
    }

}