/* INTER 폰트 INTER font */
@import url('https://rsms.me/inter/inter.css');

* {
  font-family: "Inter";
}
ul,
ol,
li {
  list-style: initial;
}

.w-full{
  width: 100%;
}

/*  폰트 색상, 크기, 정렬 등 Font size, color, align .. */

.font-main * {
  font-family: "Inter" !important;
}
.color-scics-main {
  color: #5386da !important;
}
.color-scics-content {
  color: #484848 !important;
}
.color-555 {
  color: #555 !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: 700 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.text-black {
  color: #000 !important;
}
.text-h1 {
  font-size: 38px !important;
  color: #383838 !important;
  font-weight: 700;
}
.text-h2 {
  font-size: 26px !important;
  font-weight: 700 !important;
}
.text-18{
  font-size: 18px !important;
}
.text-22{
  font-size: 22px !important;
}

/* margin, padding 여백 등*/
.m-0 {
  margin: 0 !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.my-20 {
  margin: 20px 0 !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.pr-6 {
  padding-right: 6px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
/* flex 관련 속성 */
.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-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-40 {
  gap: 40px;
}
/* ETC 속성 */
.none {
  display: none;
}
.white-space-nowrap{
  white-space: nowrap;
}
.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: #5386da;
  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;
}

.hr {
  background-color: #c4c4c4 !important;
  height: 1px !important;
}

.section .hr {
  background-color: #c4c4c4;
  height: 1px;
  margin: 60px 0;
}
.section .section-title {
  color: #383838;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.section .section-description {
  color: #5386da;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 6px;
}
.section .section-space {
  height: 0;
}

.section .article .article-title {
  color: #5386da;
  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;
  letter-spacing: -0.04em;
}

.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 #5386da;
}
.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 table td.text-center {
  padding: 14px;
}

.section .article .mobile-table-scroll-tip {
  display: none;
}

.section .table-overflow-x-scroll {
  overflow: unset !important;
}

.max-w-240{
  max-width: 240px;
}

.max-w-350{
  max-width: 350px;
}

/* Mobile css 모바일 환경 속성 */

@media screen and (max-width: 768px) {
  .text-h1 {
    font-size: 24px !important;
  }
  .text-h2 {
    font-size: 22px !important;
  }
  .sm-flex-row {
    flex-direction: row !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row;
  }
  .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-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-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-p-0 {
    padding: 0 !important;
  }
  .sm-block {
    display: block !important;
  }
  .sm-none {
    display: none !important;
  }
  .sm-text-16{
    font-size: 16px !important;
  }
  .sm-text-18{
    font-size: 18px !important;
  }

  .sm-max-w-unset{
    max-width: unset !important;
  }

  .sm-gap-2 {
    gap: 2px;
  }
  .sm-gap-12 {
    gap: 12px;
  }
  .sm-gap-20 {
    gap: 20px;
  }

  .section .hr {
    margin: 32px 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 10px 2px;
    margin: 2px 0 3px 0;
  }
}

/* 
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: 175px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
@media screen and (max-width: 1170px) {
  .edu-card-wrap {
    justify-content: space-around;
  }
}
@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;
  box-sizing: border-box;
}
.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: #5386da;
  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: #5386da10;
  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(57, 63, 220, 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: 18px !important;
  line-height: 27px;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  color: #5386da !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;
}
/* support PC */
@media (min-width: 1200px) {
  .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: #5386da10;
    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(57, 63, 220, 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: 38px !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;
  }
}

.xf-section-board ::marker {
  display: none !important;
  opacity: 0;
  color: transparent !important;
}
.xf-board-body ::marker {
  display: none !important;
  opacity: 0;
  color: transparent !important;
}

.bcs-news-widget ::marker{
  display: none;
  opacity: 0;
  color: transparent !important;
}

/* 모바일 하단 퀵메뉴 완전 제거 */
@media (max-width: 991px) {
    .xe-mobile-quick-menu-wrap {
        display: none !important;
    }
}