@charset "UTF-8";
@import url(../maincss/reset.css);
@import url(../maincss/fonts.css);
@import url(../maincss/common.css);

/* color */
.color_green {
  color: #089789 !important;
}
.color_blue {
  color: #0078c3 !important;
}

/* 메인페이지 */
.contents .main_container {
  width: 100%;
  margin: 62px auto 0;
}
.section01 {
  padding: 60px 30px;
  height: 65vh;
  min-height: 500px;
  max-height: 540px;
  text-align: center;
  font-family: "s-core-dream";
  letter-spacing: -1.5px;
  line-height: 1.5;
  background: #edf9ff;
  position: relative;
}
.main_sec01_tit {
  font-size: var(--f30);
  color: #303030;
  font-weight: 900;
  line-height: 1.3;
}
.main_sec01_titbox p {
  font-size: var(--f18);
  font-weight: 500;
}
.main_btn_sec01 {
  margin: auto;
  width: 50%;
  max-width: 250px;
  min-width: 220px;
  height: 70px;
  color: #0080c8;
  font-size: var(--f20);
  font-weight: 600;
  letter-spacing: -2px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0080c8;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  font-family: "s-core-dream";
}
.main_btn_sec01:hover {
  opacity: 0.9;
}
.imgbox img {
  display: block;
  width: 100%;
}
.main_btn_sec01 .imgbox {
  margin-left: 10px;
  width: 15px;
}
.main_sec01_bg {
  margin-top: 15px;
  width: 320px;
  margin: 0 auto;
}
.main_sec01_bg img {
  display: block;
  width: 100%;
}
.flex_group {
  display: flex;
  align-items: center;
}

/* section02 */
.section02 {
  padding: 0 20px 40px;
}
.main_sec02_list {
  margin-top: -40px;
  justify-content: space-between;
}
.main_sec02_list li {
  padding: 15px;
  width: calc(33% - 3px);
  box-shadow: 0px 10px 30px #051f3c30;
  border-radius: 7px;
  color: #fff;
}
.main_sec02_list li:nth-child(1) {
  background-color: #008ce5;
}
.main_sec02_list li:nth-child(2) {
  background-color: #1c63c4;
}
.main_sec02_list li:nth-child(3) {
  background-color: #4f72d6;
}
.main_sec02_tit p {
  font-size: var(--f15);
  letter-spacing: -1.5px;
  font-family: "s-core-dream";
  font-weight: 600;
}
[class^="ico_sec0"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ico_sec02_01 {
  width: 70px;
  height: 78px;
  background-image: url(../images/icon/main_sec02_1.png);
}
.ico_sec02_02 {
  width: 67px;
  height: 78px;
  background-image: url(../images/icon/main_sec02_2.png);
}
.ico_sec02_03 {
  width: 67px;
  height: 78px;
  background-image: url(../images/icon/main_sec02_3.png);
}

.main_sec02_box p {
  font-size: var(--f16);
  letter-spacing: -1px;
  font-family: "s-core-dream";
  font-weight: 600;
}
[class^="ico_sec02"] {
  display: block !important;
  margin-top: 5px;
  margin-left: auto;
}
.sec02_whitebox {
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 10px 16px #011a360a;
  border: 1px solid #e5e6eb;
  border-radius: 7px;
}
.sec02_whitebox .left {
  display: flex;
  align-items: center;
}
.sec02_whitebox .left h3 {
  margin-left: 20px;
  font-size: var(--f18);
  letter-spacing: -1.5px;
  color: #252525;
}
.sec02_whitebox .left .imgbox {
  width: 60px;
}
.sec02_whitebox .right li {
  padding: 0 10px 10px;
}
.sec02_whitebox .right li + li {
  padding-top: 10px;
  border-top: solid 1px #ecf0f2;
}
.sec02_whitebox .right li .title {
  margin-left: 12px;
  color: #0080c8;
  font-weight: 600;
  font-size: var(--f14);
  letter-spacing: -1px;
  position: relative;
}
.sec02_whitebox .right li .title:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0080c8;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
.sec02_whitebox .right li .step {
  margin-top: 10px;
  font-size: var(--f13);
  color: #222;
  line-height: 1.4;
}
.sec02_whitebox .right li .step span + span {
  margin-left: 20px;
}
.sec02_whitebox .right li .step span + span:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../images/icon/main_sec02_stepArrow.svg) center/ cover no-repeat;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: -12px;
}

/* section03 */
.section03 {
  padding: 40px 30px;
  background-color: #f1f3f6;
}
.main_sec03_tit {
  font-size: var(--f15);
  font-weight: 600;
  color: #222;
  letter-spacing: -1.5px;
  display: flex;
  align-items: center;
  font-family: "s-core-dream";
}
.main_sec03_tit h3 {
  display: flex;
  align-items: center;
}
.main_sec03_tit h3 .imgbox {
  width: 15px;
  margin-right: 5px;
}
.main_sec03_tit .more_view {
  width: 15px;
}
.main_sec03_stit {
  font-size: var(--f16);
  font-weight: 400;
  letter-spacing: -1.5px;
  color: #3c3c3c;
}
.main_sec03_noticelist {
  margin-top: 15px;
  width: 100%;
}
.main_sec03_noticelist li a {
  padding: 24px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #cdd3db;
}
.main_sec03_noticelist .date {
  width: 60px;
  flex-shrink: 1;
  text-align: center;
}
.main_sec03_noticelist .date strong {
  font-size: var(--f30);
  display: block;
  font-weight: 900;
  color: #333;
  font-family: "s-core-dream";
}
.main_sec03_noticelist .date span {
  font-size: var(--f13);
  color: #8a8a8a;
  letter-spacing: -0.5px;
}
.main_sec03_noticelist .notice_txt {
  width: calc(100% - 60px);
  padding-left: 30px;
  letter-spacing: -0.5px;
}
.main_sec03_noticelist .notice_title {
  font-size: var(--f16);
  color: #333;
  font-weight: 500;
}
.notice_title.new .ico_new {
  margin-left: 3px;
  width: 14px;
  height: 13px;
  background: url("../images/icon/new.png") center/cover no-repeat;
  display: inline-block;
}
.main_sec03_noticelist .notice_conts {
  font-size: var(--f14);
  margin-top: 5px;
  color: #4d4d4d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.sec03_box .right .title {
  font-size: var(--f18);
}
.sec03_box .txtbox {
  padding: 30px;
}
.sec03_box .txtbox01 {
  background: #000 url(../images/icon/main_sec03_bg.png) center/cover no-repeat;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.sec03_box .txtbox01 span {
  color: #fff;
}
.sec03_box .txtbox01 p {
  font-size: var(--f14);
  margin-top: 20px;
  font-weight: 200;
  line-height: 1.8;
  color: #a1dbee;
  opacity: 1;
  letter-spacing: -0.5px;
}
.sec03_box .txtbox02 {
  background-color: #fff;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.sec03_box .txtbox02 span {
  color: #252525;
}
.sec03_box .txtbox02 .guide_txtlist {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec03_box .txtbox02 .guide_txtlist li {
  font-size: var(--f14);
  color: #8a8a8a;
  letter-spacing: -0.5px;
  position: relative;
  padding-left: 14px;
  line-height: 1.8;
}
.sec03_box .txtbox02 .guide_txtlist li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #8a8a8a;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
}

/* index_푸터 */
.footer {
  padding: 30px;
}
.footer .main_container {
  width: fit-content;
  margin: 0 auto;
}
.footer_wrap {
  font-size: 15px;
  line-height: 1.5;
  color: #454545;
}
.footer_logobox img {
  display: block;
  width: 100%;
  max-width: 90px;
  margin: 0 auto;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.footer_conts .policy_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  flex-wrap: wrap;
  letter-spacing: -0.5px;
}
.footer_conts .policy_list li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background-color: #454545;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer_txt {
  font-size: 12px;
  font-weight: 300;
}
.inputbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputbox select {
  padding: 0 22px 0 8px;
  min-width: 150px;
  font-size: 13px;
  letter-spacing: -0.5px;
  border: 1px solid #d4d5d8;
  border-radius: 5px;
  height: 44px;
  /* background: url(../images/icon/footer_select.png) no-repeat right 10px center; */
  cursor: pointer;
}
.familty_btn {
  margin-left: 5px;
  display: inline-block;
  border-radius: 5px;
  width: 50px;
  height: 44px;
  color: #fff;
  background-color: #333;
}
/* E: main */
@media screen and (max-width: 600px) {
  .main_sec03_noticelist li a {
    padding: 15px 10px;
  }
  .main_sec03_noticelist .notice_txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 479px) {
  .main_sec03_list li {
    width: 100%;
  }
  .main_sec03_list li:nth-last-child(-n + 3) {
    margin-top: 20px;
  }
  .main_sec03_txtbox span {
    margin-top: 5px;
    display: inline-block;
  }
  .main_sec03_txtbox a {
    margin-top: 5px;
  }
}
@media screen and (max-width: 414px) {
  .main_btn_sec01 {
    font-size: var(--f16);
    height: 45px;
    min-width: 190px;
  }
  .main_sec01_bg {
    width: 320px;
  }
  .main_sec03_noticelist li a {
    padding: 10px;
  }
  .main_sec03_noticelist .date {
    width: 45px;
  }
  .main_sec03_noticelist .date strong {
    font-size: var(--f24);
  }
  .main_sec03_noticelist .date span {
    font-size: 12px;
  }
  .main_sec03_noticelist .notice_txt {
    width: calc(100% - 45px);
  }
  .main_sec03_noticelist .notice_title {
    font-size: var(--f14);
  }
  .main_sec03_noticelist .notice_conts {
    font-size: var(--f13);
  }
  .sec03_box .txtbox {
    padding: 20px;
  }
}
@media screen and (max-width: 380px) {
  .main_sec01_bg {
    width: 300px;
  }
}
@media screen and (max-width: 345px) {
  .main_sec01_tit {
    font-size: var(--f24);
    letter-spacing: -2px;
  }
  .main_sec02_tit p {
    font-size: var(--f13);
  }
  .main_sec01_bg {
    width: 290px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 324px) {
  .main_sec01_bg {
    width: 260px;
  }
  .main_sec02_list li {
    padding: 10px;
  }
  .ico_sec02_01 {
    width: 60px;
  }
  .ico_sec02_02 {
    width: 55px;
  }
  .ico_sec02_03 {
    width: 57px;
  }
  .main_sec01_titbox p {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 285px) {
  .main_sec01_bg {
    width: 230px;
  }
  .footer {
    padding: 25px;
  }
  .main_sec02_list li {
    padding: 10px;
  }
  .ico_sec02_01 {
    width: 60px;
  }
  .ico_sec02_02 {
    width: 55px;
  }
  .ico_sec02_03 {
    width: 57px;
  }
}
