html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------*/
/*----common----*/
/*--------------*/
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background-color: #fcfdff;
    font-family: "Pretendard";
}

.web-none {
    display: none;
}

.inner {
    max-width: 1200px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.main-title {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: -0.4px;
    font-weight: 700;
}

.main-sub-text {
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 400;
}

.card-title {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 600;
}

.card-sub-text {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 400;
}

.sub-text {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 400;
}

/*-------------------*/
/*--text-medial--*/
/*-------------------*/

@media (max-width: 980px) {
    html {
        font-size: 12px;
    }

    .inner {
        padding: 0 16px;
    }

    .web-none {
        display: block
    }
}


/*-----------------*/
/*---company_top---*/
/*-----------------*/
.company_top .inner {
    padding: 80px 0 110px 0;
    position: relative;
}

.img-effect-glass {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tab_menu {
    display: flex;
    justify-content: center;
    font-size: 18px;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    margin-top: -35px;
    z-index: 10;
}

.tab_menu a {
    padding: 12px 34px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #FFFFFF;
}

.tab_menu a.left {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
}

.tab_menu a.right {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

.tab_menu a.current {
    color: #1A00DF;
}

.header_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header_logo p {
    text-align: center;
    color: #1a00df;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -2px;
    font-weight: 600;
}

.header_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    text-align: center;
}

/*--------------------*/
/*--company_contents--*/
/*--------------------*/
.company_contents {
    padding: 100px 0;
    box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
}

.company_contents .card_layout {
    display: flex;;
    flex-direction: column;
    gap: 100px;
}

.company_contents .card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.company_contents .card .mobile {
    display: none;
}

.company_contents .card .web {
    display: block;
}

.company_contents .card .card_img img {
    border-radius: 16px;
}

.company_contents .card .card_text {
    width: 100%;
    padding: 80px;
}

.company_contents .card .card_text .main-title {
    color: #333;
}

.company_contents .card .card_text .card-sub-text {
    color: #666;
    padding-top: 8px;
}

/*-----------------*/
/*--company_point--*/
/*-----------------*/
.company_point {
    text-align: center;
    padding: 100px 0 60px 0;
}

.company_point .title_area {
    color: #666;
}

.company_point .title_area h3 {
    padding: 8px 0;
    color: #333;
}

.company_point .card_layout {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.company_point .card_layout .card {
    padding: 40px;
    text-align: left;
    width: 100%;
    color: #333;
    background-color: #fff;
    box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px 6px 9px -1px rgba(0, 0, 0, 0.11);
    border-radius: 16px;
    box-sizing: border-box;
}

.company_point .card_layout {
    margin-top: 64px;
}

.company_point .card_layout .card p {
    padding-top: 8px;
    color: #666;
}

.company_point .card_layout .card .img_layout {
    width: 100%;
    padding: 24px 0 0 0;
    text-align: right;
    box-sizing: border-box;
}


/*--------------------*/
/*--company_hisstory--*/
/*--------------------*/
.company_history {
    text-align: center;
    padding: 120px 0;
}

.company_history .inner {
    position: relative;
    max-width: 780px;
}

.company_history .title_area h3 {
    padding: 8px 0;
    color: #333;
}

.company_history .history_area {
    margin-top: 64px;
}

.company_history .history_area .layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    padding: 30px;
    border-bottom: 1px solid #E2E2E2;
}

.company_history .history_area .layout .main-title {
    color: #1A00DF;
}

.company_history .history_area .layout ul .main-sub-text {
    color: #666;
}

/*-------------------*/
/*--company_social--*/
/*-------------------*/
.company_social {
    text-align: center;
    padding: 100px 0;
    background-color: #fff;
    box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.company_social .title_area {
    margin-bottom: 64px;
}

.company_social .card_layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
}

.company_social .card_layout .card {
    width: 100%;
}

.company_social .card_layout img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.company_social .card_layout .card_text {
    padding: 24px;
    background-color: #fff;
    box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    border-radius: 0 0 16px 16px;
}

/*-------------------*/
/*--contetns-medial--*/
/*-------------------*/

@media (max-width: 980px) {
    .company_contents {
        padding: 56px 0;
    }

    .company_contents .card {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 0;
    }

    .company_contents .card_layout {
        gap: 56px;
    }

    .company_contents .card .card_img img {
        width: 100%;
    }

    .company_contents .card .card_text {
        padding: 24px;
    }

    .company_contents .card .mobile {
        display: block;
    }

    .company_contents .card .web {
        display: none;
    }

    .company_point .card_layout {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .company_point .card_layout .card {
        width: 100%;
        padding: 32px;
    }

    .company_point .card_layout .card .img_layout {
        width: 100%;
        padding: 16px 0 0 0;
        text-align: right;
    }

    .company_social .inner {
        padding: 0;
    }

    .company_social .card_layout {
        overflow: scroll;
        -ms-overflow-style: none;
        gap: 0;
    }

    .company_social .card_layout::-webkit-scrollbar {
        display: none;
    }

    .company_social .card_layout .card {
        min-width: 352px;
        padding: 0 16px;
    }

    .company_history .history_area .layout {
        padding: 30px 8px;
    }
}
