@charset "UTF-8";

@font-face {
  font-family: 'yg-jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: whitesmoke;
  font-family: 'Pretendard';
}

/**************
=====공통======
***************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 1200px;
}

.hidden {
  display: block;
  font-size: 0;
}

.all {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}

.page-container {
  min-height: 100vh;
  /* background-image: url(../image/bg.png), radial-gradient(106.18% 61.19% at 50% 35.52%, #06f 0.99%, #3593ff 34.43%, #cce8ff 100%); */
  background-image: url(../image/bg.png), radial-gradient(106.18% 61.19% at 50% 35.52%, #d0f6ff 0.99%, #cce8ff 34.43%, #cce8ff 100%);
  background-size: 1920px 2840px, cover;
  background-repeat: no-repeat;
  background-position: center top, center top;
  overflow-x: hidden;
  height: 100%;
}

.header {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.head_wrap {
  width: 1108px;
  margin: 0 auto;
  /* padding: 0px 270px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .head {}

.header .head img {
  height: auto;
  height: 40px;
  margin: 0px 0px 0 45px;
}

.cta_btn {
  display: flex;
  align-items: center;
}

.cta_btn a {
  display: flex;
  height: 56px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/**************
=====콘텐츠======
***************/

#wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 810px;
  padding: 60px 20px 200px;
  min-height: 1800px;
  /* position: relative; */
  /* z-index: 5; */
  /* min-height: calc(100% - 85px); */
  /* width: 100%; */
  /* max-width: 1920px; */
  /* margin: 0 auto; */
  /* margin-top: 810px; */
  /* padding: 60px 20px 644px; */
  /* min-height: 1800px; */
  /* position: relative; */
  /* z-index: 5; */
}


#wrap .inside {
  width: 1108px;
  height: 1774px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px;
  border-radius: 28px;
  background: #FFF;
}



#wrap .inside .title {
  display: flex;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

#wrap .inside .title p {
  padding: 14px 20px;
  border-radius: 50px;
  background: #D0F6FF;
  color: #0082F2;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

#wrap .inside .title strong {
  color: #2B2B2B;
  text-align: center;
  font-family: 'yg-jalnan';
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.72px;
}


#wrap .inside .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

#wrap .inside .contents .month_head {
  display: flex;
  width: 1020px;
  height: 64px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.56px;
}

#wrap .inside .contents .grade_container {
  width: 100%;
  width: 1020px;
  display: flex;
  padding: 28px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 0px 0px 24px 24px;
  border-right: 1px solid #0062EA;
  border-bottom: 1px solid #0062EA;
  border-left: 1px solid #0062EA;
  background: #DAEDFF;
  box-sizing: border-box;
}

#wrap .inside .contents .grade_container_gray {
  width: 1020px;
  padding: 36px 28px;
  border-radius: 0px 0px 24px 24px;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  background: #F4F4F4;
  box-sizing: border-box;
}

#wrap .inside .contents .grade_container_gray>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}


.grade_container_gray p {
  color: #0082F1;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.52px;
}

.grade_container_gray span {
  color: #484848;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
}

.grade {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background: #FFF;
  height: 526px;
}

.grade .thumb {
  width: 408px;
  height: auto;
  border-radius: 20px;
}

.grade_container p {
  color: #0082F1;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.52px;
  margin-bottom: 20px;
}

.grade_container strong {
  color: #2F2F2F;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.grade_container span {
  color: #484848;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
}

.btn_wrap {
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.btn_wrap a {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  padding: 8px 16px 8px 20px;
  border-radius: 16px;
}

.four {
  display: flex;
  width: 407px;
  align-items: flex-start;
  gap: 14px;
}

.four a {
  width: 196px;
  justify-content: space-around;
}

.two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  width: 408px;

  justify-content: center;
  align-items: center;
}

.two a {
  justify-content: center;
  width: 408px;
  gap: 4px;
}

.blue {
  background: #0062EA;
  color: #FFEC00;
}

.gray {
  background: #DBDBDB;
  color: #474747;
}

.blue_bg {
  background: #0062EA;
  color: #FFF;
}

.wh_bg {
  background: #fff;
  color: #0062EA;
  border: 1px solid #0062EA;
}

/**************
=====푸터======
***************/
.footer {
  width: 100%;
  height: auto;
  background: #313131;
  z-index: 200;
  /* position: relative; */
  /* transform: translateY(-100%); */
}

.footer .inside {
  width: 1142px;
  height: 330px;
  margin: 0 auto;
  padding: 60px 0px;
  background: #313131;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer .ft_top {
  display: flex;
  width: 1142px;
  justify-content: space-between;
  align-items: center;
}

.icon_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon_box a {
  border-radius: 100px;
  background: #BABABA;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.icon_box a.naver {
  display: flex;
  padding: 11px 11px 11px 10px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.4px;
}

.ft_bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.ft_bt_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ft_bt_left p:nth-child(1) {
  color: #D2D2D2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  text-align: justify;
}

.ft_bt_left p:nth-child(2) {
  color: #D2D2D2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;

  letter-spacing: -0.28px;
}

.ft_bt_right ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ft_bt_right ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft_bt_right ul li p {
  color: #E3E1E1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}

.ft_bt_right ul li span {
  color: #A6A6A6;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}


.ft_bt_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1150px) {
  /* #wrap {
    padding: 60px 0 644px;
  } */

  #wrap .inside {
    width: 95%;
  }

  #wrap .inside .title {
    width: 100%;
  }

  #wrap .inside .contents .month_head {
    width: 100%;
  }

  #wrap .inside .contents .grade_container {
    width: 100%;
  }

  #wrap .inside .contents .grade_container_gray {
    width: 100%;
  }
}