@import url('https://rsms.me/inter/inter.css');
* {font-family: 'Inter';}

.color-scics-main { color: #009A63 !important; }
.color-scics-content { color: #484848 !important; } 
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-bold { font-weight: 700 !important; }
.text-h1 { font-size: 20px !important; color: #383838 !important; font-weight: 700 !important; }
.text-h2 { font-size: 26px !important; font-weight: 700 !important; }
.text-16 {font-size: 16px !important;}
.color-484848 { color: #484848 !important;}
.w-auto{width:auto !important;}
.mb-6 { margin-bottom: 6px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-40 { margin-bottom: 40px !important; }
.pr-6 { padding-right: 6px !important; }
.pr-4 { padding-right: 4px !important; }
.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex-col { flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal;  -webkit-flex-direction: column; }
.flex-align-center { align-items: center; }
.flex-align-end { align-items: flex-end; }
.flex-align-start { align-items: flex-start; }
.flex-justify-center { justify-content: center; }
.flex-justify-between { justify-content: space-between !important; }
.flex-justify-end { justify-content: flex-end !important; }
.flex-1 { flex: 1 1 0;  -webkit-box-flex: 1;  -webkit-flex: 1; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }
.font-main * { font-family: 'Inter' !important; }
.none { display: none; }
.bg-transparent { background-color: transparent !important; }
.bg-lightgray { background-color: #F7F8F9 !important;}
.border-none { border: none !important; }
.border-dfdfdf{border: 1px solid #dfdfdf !important;}
.btn-scics-main { display: inline-flex !important; justify-content: center; align-items: center; padding: 16px 32px; background-color: #009A63; text-decoration: none !important; color: white !important; border-radius: 8px; font-size: 18px !important; }
.btn-secondery { display: inline-flex !important; justify-content: center; align-items: center; padding: 6px 32px; background-color: #2461FF; text-decoration: none !important; color: white !important; border-radius: 4px; font-size: 14px !important; font-weight: 500 !important; }
.m-0 { margin: 0 !important; }


.hr { background-color: #C4C4C4 !important; height: 1px !important; }

.section .hr { background-color: #C4C4C4; height: 1px; margin: 40px 0; }
.section .section-title { color: #383838; font-size: 38px; font-weight: 700; margin-bottom: 40px; text-align: center; }
.section .section-description { color: #009A63; font-weight: 400; font-size: 16px; text-align: center; margin-bottom: 6px;}
.section .section-space { height: 0; }

.section .article .article-title { color: #009A63; font-size: 26px; font-weight: 700; margin-bottom: 20px; line-height: 31.47px;}
.section .article .article-sub-title { color: #484848; font-size: 18px; font-weight: 700; margin-bottom: 12px; line-height: 24px; }
.section .article .article-content { color: #484848 !important; margin-bottom: 12px; line-height: 24px; margin-bottom: 12px; }

.section .article .article-content.bold { font-weight: 700; font-size: 18px; }

.section .article .article-content.list { padding-left: 20px; }
.section .article .article-content.list-inner { padding-left: 16px; margin: 0;}
.section .article .article-content.list > * {list-style: inherit; }
.section .article .article-content.list-inner > * {list-style: inherit; margin:0; }
.section .article img { width: 100%; }

.section .article table { width: 1140px; }
.section .article table { border-top: 3px solid #009A63; }
.section .article table th { font-weight: 500; font-size: 15px; padding: 14px; color: #383838; border: 1px solid #DFDFDF; text-align: center; text-transform: uppercase; word-wrap: break-word; background-color: #F7F8F9;}
.section .article table td { font-weight: 400; font-size: 16px; padding: 14px 20px; color: #484848; border: 1px solid #DFDFDF;}

.section .article .mobile-table-scroll-tip{
    display: none;
}

.section .table-overflow-x-scroll {
    overflow: unset !important;
}


@media screen and (max-width: 768px) {
    
    .text-h1 { font-size: 24px !important; }
    .text-h2 { font-size: 22px !important; }
    
    .sm-text-left { text-align: left !important; }
    .sm-flex-col { flex-direction: column !important;  -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important;  -webkit-flex-direction: column; }
    .sm-flex-col-reverse { flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important;  -webkit-flex-direction: column-reverse; }
    .sm-flex-justify-center {justify-content: center !important; }

    .sm-flex-row { flex-direction: row !important; }
    .sm-flex-justify-start { justify-content: flex-start !important; }
    .sm-btn-w-100 { width: 100% !important; }
    .sm-text-center { text-align: center !important; }
    .sm-mb-20 { margin-bottom: 20px !important; }
    .sm-mb-0 { margin-bottom: 0px !important; }
    .sm-mb-12 { margin-bottom: 12px !important; }
    .sm-block { display: block !important; }
    .sm-none {display: none !important; }

    .section .hr { margin: 20px 0; }
    .section .section-title { color: #141414; font-size: 24px; margin-bottom: 20px; }
    .section .table-overflow-x-scroll {
        overflow-x: auto !important;
    }    
    .section .section-description { font-size: 15px; }
    .section .article .article-title { font-size: 22px; margin-bottom: 12px; }
    .section .article .article-sub-title { font-size: 16px; }
    .section .article .article-content { font-size: 15px; }
    .section .article .article-content.bold { font-size: 15px; }
    .section .article .mobile-table-scroll-tip{
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.03em;
        color: #B7B7B7 !important;
        padding: 2px 2px 2px 10px;
    }
}


/* 
edu01
*/

.edu-goal-wrap { display: flex; gap: 20px; justify-content: space-between; flex-wrap: wrap;}
.edu-goal-wrap .edu-goal-item { display: flex; gap: 20px; align-items: center;}
.edu-goal-wrap .edu-goal-item .edu-goal-icon { display: flex; align-items: center; justify-content: center; border-radius: 100%; min-width: 71px; min-height: 71px; background-color: #F7F8F9; }
.edu-goal-wrap .edu-goal-item .edu-goal-text { width: 162px; font-weight: 500; font-size: 16px; line-height: 21px; color: #000; }
@media screen and (max-width: 768px) {
    .edu-goal-wrap { flex-direction: column; }
    .edu-goal-wrap .edu-goal-item { gap: 12px; }
    .edu-goal-wrap .edu-goal-item .edu-goal-icon { min-width: 48px; min-height: 48px; }
    .edu-goal-wrap .edu-goal-item .edu-goal-icon svg { width: 28px; height: 28px; }
    .edu-goal-wrap .edu-goal-item .edu-goal-text { width: auto; font-size: 15px; }
}

.edu-card-wrap { display: flex; grid-row-gap: 20px;  justify-content: space-between; flex-wrap: wrap;}
.edu-card-wrap img { width: auto !important;  }
.edu-card-wrap .edu-card-item { display: flex; flex-direction: column; height: 208px; width: 356px; gap: 24px; padding: 0 60px; justify-content: center; align-items: center; background-color: #F7F8F9; border-radius: 20px;}
.edu-card-wrap .edu-card-item .edu-card-text { font-weight: 700; font-size: 18px; line-height: 21.78px; color: #141414; text-align: center; }
@media screen and (max-width: 768px) {
    .edu-card-wrap { flex-direction: column; }
    .edu-card-wrap .edu-card-item { flex-direction: row; justify-content: initial; height: 120px; width: 100%; gap: 20px; padding: 20px; }
    .edu-card-wrap .edu-card-item .edu-card-text { font-size: 16px; line-height: 19.36px; text-align: left; }
}

/* support  */
.support-table { width: 100%; overflow-x: auto;}
.support-table .support-table-row { display: flex; width: 100%; border: 1px solid #DFDFDF; min-height: 76px;}
.support-table .support-table-row-left { min-width: 30%; width: 30%; padding: 5px; border-right: 1px solid #DFDFDF; background-color: #009A63; color: white; display: flex; justify-content: center; align-items: center; font-weight: 500; font-size: 16px; line-height: 24px; }
.support-table .support-table-row-right { color: #484848; padding: 14px 20px; width: auto; font-weight: 400; font-size: 16px; line-height: 24px;  display: flex; justify-content: center; align-items: center; }
.xe-sics-support-group .support-z-box-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}
.xe-sics-support-group .support-z-box {
    width: 150px; height: 93px; background: #009A6310; position: relative;
}
.xe-sics-support-group .support-z-box-text-wrap {
    width: 150px; height: 93px; position: absolute; left: 13px; bottom: 16px; background: #fff; box-shadow: 10px 10px 10px rgba(0, 154, 99, 0.1); display: flex; align-items: center; justify-content: center;
}
.xe-sics-support-group .support-z-box-text-wrap p{
    width: 101px;font-weight: 700;
    font-size: 22px !important;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: -0.04em;
    color: #009A63 !important;
    margin: 0;
}
.xe-sics-support-group .support-z-box-b-text-pc {
    display: none !important;
}
.xe-sics-support-group .support-z-box-b-text-mobile{
    display: block !important;
    padding-top: 90px;
}
.xe-sics-support-group .support-z-box-b-text-mobile p{
    font-size: 16px !important;
}
/* support PC */
@media  (min-width:1024px) {
.xe-sics-support-group .support-z-box-wrap{
    position: absolute;
    left: 193px;
    bottom: 0;
}
.xe-sics-support-group .support-z-box {
    width: 385px; height: 241px; background: #009A6310; position: relative;
}
.xe-sics-support-group .support-z-box-text-wrap {
    width: 385px; height: 241px; position: absolute; left: 32px; bottom: 39px; background: #fff; box-shadow: 10px 10px 10px rgba(0, 154, 99, 0.1); display: flex; align-items: center; justify-content: center;
}
.xe-sics-support-group .support-z-box-text-wrap p{
    width: 219px;font-weight: 700;
    font-size: 48px !important;
    line-height: 58px;
    display: flex;
    align-items: center;
    letter-spacing: -0.04em;
}
.xe-sics-support-group .support-z-box-b-text-mobile{
    display: none !important;
}
.xe-sics-support-group .support-z-box-b-text-pc {
    display: block !important;
    margin-top: 22px !important;
}
}
/* support 끝  */

/* word-items */
.section .word-items { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; grid-column-gap: 42px; grid-row-gap: 20px; }
.section .word-item { display: flex; color: #141414; line-height: 21.78px; text-align: center; font-weight: 700; font-size: 18px; background-color: #F7F8F9; border-radius: 10px; align-items: center; justify-content: center; width: 100%; padding: 17px; }
.section .word-items.word-items-col-4 { grid-template-columns: repeat(4, 1fr); grid-column-gap: 15px; grid-row-gap: 15px; }
@media screen and (max-width: 1200px) {
    .section .word-item { height: auto; padding: 16px; line-height: 24px; color: #484848; }
    .section .word-items.word-items-col-4  { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 991px) {
    .section .word-items { grid-template-columns: repeat(2, 1fr); }
    .section .word-items.word-items-col-4 { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
    .section .word-items { display: flex; }
}