@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 웹메일 */
.web_mail {
  width: 100%;
  height: auto;
}

.web_mail_con {
  display: flex;
  justify-content: center;
}

.webmail_main_section {
  width: 100%;
  height: 9243px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  position: relative;
}

.webmail_tit {
  width: 400px;
  height: 120px;
  background: #333;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webmail_tit>h2 {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
}

.system_map {
  width: 100%;
  height: 940px;
  margin-top: 50px;
  overflow: hidden;
}

.interval_tit {
  margin-top: 80px;
}

ul.system_set_section {
  width: 1100px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

ul>li.system_set_card {
  width: 100%;
  height: 245px;
  position: relative;
}

li.system_set_card>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
}

.system_set_card_main_section {
  width: 100%;
  height: 230px;
  background: #F5F5F5;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.system_set_card_main {
  width: 925px;
  height: 180px;
  margin-left: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.ssc_lt {
  width: 73px;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.ssc_lt>li>span {
  color: #51A0D0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.ssc_rt {
  width: 840px;
  height: 180px;
  display: flex;
  align-items: center;
  background: #fff;
}

.ssc_rt>ul {
  width: 100%;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15px;
}

.ssc_rt>ul>li>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

li.system_set_card>span {
  display: flex;
  align-items: flex-end;
}

li.system_set_card>span>p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
}

.ssc_lt_hw {
  height: 130px !important;
}

.ssc_rt_hw>ul {
  height: 140px !important;
  margin-top: 12px;
}

.ssc_rt_hw>ul>li:nth-child(2) {
  margin-top: 10px;
}

ul.character_section {
  width: 1100px;
  height: 2255px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

li.character_box {
  width: 100%;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.character_box_tit {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.character_box_tit>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  margin-left: 15px;
}

.character_box_main {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}

.character_box_main>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 80px;
}

.wm_menu {
  width: 100%;
  height: 1304px;
  margin-top: 50px;
}

ul.wm_point_section {
  width: 1100px;
  height: 2192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

li.wm_point_box {
  width: 100%;
  height: 518px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wm_point_tit1 {
  width: 102px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wm_point_tit1>img {
  width: 60px;
  height: 60px;
}

.wm_point_tit1>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  margin-top: 8px;
}

.wm_point_main1 {
  width: 935px;
  height: 450px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.wm_point_main1>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 150px;
}

.wm_point_main2 {
  width: 854px;
  height: 450px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.wm_point_main2>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 150px;
}

.wm_point_tit2 {
  width: 166px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wm_point_tit2>img {
  width: 60px;
  height: 60px;
}

.wm_point_tit2>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  margin-top: 8px;
}

.wm_point_tit3 {
  width: 64px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wm_point_tit3>img {
  width: 60px;
  height: 60px;
}

.wm_point_tit3>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  margin-top: 8px;
}

.wm_point_main3 {
  width: 956px;
  height: 450px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.wm_point_main3>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 150px;
}

.wm_point_main4 {
  width: 935px;
  height: 450px;
  background: #F5F5F5;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.wm_point_main4>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
  margin-left: 150px;
}

.wm_point_tit4 {
  width: 85px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wm_point_tit4>img {
  width: 60px;
  height: 60px;
}

.wm_point_tit4>span {
  color: #333;
  font-size: 23px;
  font-weight: 700;
  margin-top: 8px;
}

ul.wm_point2_section {
  width: 1100px;
  height: 642px;
  margin-top: 40px;
}

li.wm_point2_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wm_point2_tit {
  width: 106px;
  height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wm_point2_tit>span {
  color: #333;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

.wm_point2_main {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wm_point2_main>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; /* 194.444% */
}



/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

