/* reset */

body {
  font-family: "Pretendard Variable", "Manrope", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body * {
  padding: 0;
  margin: 0;
  font-size: unset;
  font-weight: unset;
}

#skip {
  position: fixed;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: white;
  text-align: center;
}

#skip:focus {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  z-index: 999;
  width: 100vw;
}

a {
  font-style: unset;
  text-decoration: unset;
  color: #000;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

input {
  background-color: transparent !important;
  border: none;
}

textarea {
  background-color: transparent !important;
  border: none;
  min-height: 180px !important;
}

input::placeholder,
textarea::placeholder {
  color: #b0b3b9 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "Pretendard";
}

.mycontainer {
  max-width: 1336px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h2 {
  width: fit-content;
}

/* font */
/* font / Manrope */
.M_title_1B {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 60px;
}

.M_title_2B {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 52px;
}

.M_title_4B {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 32px;
}

.M_body_1M {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
}

.M_body_2B {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 18px;
}

.M_text_1B {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 16px;
}

.M_text_1M {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
}

.M_text_3R {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 12px;
}

/* font / Pretendard */

.P_title_2B {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 52px;
}

.P_title_3B {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 42px;
}

.P_title_4M {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 36px;
}

.P_title_5B {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 32px;
}

.P_subtitle_1SB {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 32px;
}

.P_subtitle_2R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 24px;
}

.P_body_1M_tab {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.P_body_1R_tab {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.P_body_1M {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 20px;
}

.P_body_1R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 20px;
}

.P_body_2SB {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 18px;
}

.P_body_2R_tab {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.P_body_2R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 18px;
}

.P_body_2M_tab {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.P_body_2M {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 18px;
}

.P_text_1SB_tab {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.P_text_1M_tab {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.P_text_1M {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 16px;
}

.P_text_1R_tab {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.P_text_1R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 16px;
}

.P_text_2SB {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 14px;
}

.P_text_2M {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
}

.P_text_2R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 14px;
}

.P_text_3SB {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 12px;
}

.P_text_3R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 12px;
}

.P_text_4R {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 10px;
}

/* color */

.primary {
  color: #249fd4;
}

.primary_m {
  color: #00548d;
}

.primary_md {
  color: #003c5e;
}

.primary_d {
  color: #091a42;
}

.primary_l {
  color: #e8f0ff;
}

.primary_dl {
  color: #c4deef;
}

.secondary {
  color: #ffcf00;
}

.secondary-oy {
  color: #fdc346;
}

.secondary_o {
  color: #ff9302;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.system1 {
  color: #f8f9fc;
}

.system2 {
  color: #eeeff5;
}

.system3 {
  color: #dcdee5;
}

.system4 {
  color: #cacbd2;
}

.system5 {
  color: #b0b3b9;
}

.system6 {
  color: #5d5f63;
}

.gradient_p_md {
  background-image: linear-gradient(90deg, #00548d 0%, #249fd4 100%);
  -webkit-background-clip: text; /* Safari/Chrome */
  -moz-background-clip: text; /* Firefox */
  background-clip: text;
  color: transparent;
}

.gradient_pl_secondary {
  background-image: linear-gradient(90deg, #c4deef 0%, #ffcf00 100%);
  -webkit-background-clip: text; /* Safari/Chrome */
  -moz-background-clip: text; /* Firefox */
  background-clip: text;
  color: transparent;
}

.alert {
  color: #ff3c38;
}

.success {
  color: #70e000;
}

/* background */

.bg_primary {
  background-color: #249fd4;
}

.bg_primary_m {
  background-color: #00548d;
}

.bg_primary_md {
  background-color: #003c5e;
}

.bg_primary_d {
  background-color: #091a42;
}

.bg_primary_l {
  background-color: #e8f0ff;
}

.bg_primary_dl {
  background-color: #c4deef;
}

.bg_secondary {
  background-color: #ffcf00;
}

.bg_secondary-oy {
  background-color: #fdc346;
}

.bg_secondary_o {
  background-color: #ff9302;
}

.bg_white {
  background-color: #ffffff;
}

.bg_black {
  background-color: #000000;
}

.bg_system1 {
  background-color: #f8f9fc;
}

.bg_system2 {
  background-color: #eeeff5;
}

.bg_system3 {
  background-color: #dcdee5;
}

.bg_system4 {
  background-color: #cacbd2;
}

.bg_system5 {
  background-color: #b0b3b9;
}

.bg_gradient_p_md {
  background: linear-gradient(90deg, #00548d 0%, #249fd4 100%);
}

.bg_gradient_pl_secondary {
  background: linear-gradient(90deg, #c4deef 0%, #ffcf00 100%);
}

.bg_alert {
  background-color: #ff3c38;
}

.bg_success {
  background-color: #70e000;
}

/* button */

/* apple_btn google_btn : 어플리케이션 다운로드 버튼*/
.apple_btn,
.google_btn {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #091a42;
  padding: 12px 14px;
  border-radius: 50px;
  border: 1px solid linear-gradient(90deg, #00548d 0, #249fd4 100%);
  transition: background 3s ease;
}

.apple_btn img,
.google_btn img {
  height: 21px;
  width: auto;
  transition: background 3s ease;
}

.apple_btn:hover,
.apple_btn:hover.active,
.google_btn:hover,
.google_btn:hover.active {
  background: linear-gradient(90deg, #00548d 0%, #249fd4 100%);
  transition: background 3s ease;
}

/* site_go : 사이트 바로가기 버튼*/
.site_go {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: fit-content;
  padding: 2px 0;
  color: #249fd4;
}

.site_go::after {
  content: "\F285";
  font-family: bootstrap-icons;
  color: #249fd4;
  font-size: 16px;
  margin-left: 8px;
}

.site_go::before {
  content: "";
  height: 1.2px;
  position: absolute;
  display: inline-block;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #249fd4;
  transition: width 0.5s ease;
}

.site_go:hover::before {
  width: 100%;
}

/* more_btn :  더보기 버튼*/
.more_btn {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 4px 8px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 50px;
  transition: 0.5s;
}

.more_btn::after {
  content: "\F4F2";
  font-family: bootstrap-icons;
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  transition: 0.5s;
}

.more_btn:hover {
  color: #249fd4;
  background-color: #fff;
}

.more_btn:hover::after {
  color: #249fd4;
}

/* contact_btn :  문의하기 버튼*/
.contact_btn {
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: fit-content;
  border-radius: 50px;
  transition: 0.5s;
}

.contact_btn:hover {
  color: #249fd4;
  background-color: #fff;
}

/* border */

.line {
  height: 1.2px;
  width: 100%;
  background-color: #eeeff5;
}

/* 그라데이션 border */
.myblue_line {
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #00548d 0%, #249fd4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.myyellow_line {
  position: relative;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #c4deef 0%, #ffcf00 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

/* form */
#contact .error-message {
  display: inline-block;
}

#contact input,
#contact textarea {
  color: #fff;
}

/* ------------------------ 반응형 sm 이하 ------------------------*/
@media (max-width: 576px) {
  .apple_btn,
  .google_btn {
    background-color: #091a42;
    padding: 8px 12px;
    border-radius: 25px;
    border: px solid linear-gradient(90deg, #00548d 0, #249fd4 100%);
    transition: background 3s ease;
  }

  .apple_btn img,
  .google_btn img {
    height: 16px;
    width: auto;
    transition: background 3s ease;
  }

  .site_go {
    font-size: 12px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    width: fit-content;
    padding: 1px 0;
    color: #249fd4;
  }

  .site_go::after {
    content: "\F285";
    font-family: bootstrap-icons;
    color: #249fd4;
    font-size: 12px;
    margin-left: 4px;
  }

  .more_btn {
    font-size: 12px;
    line-height: auto;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 50px;
    transition: 0.5s;
  }

  .more_btn::after {
    content: "\F4F2";
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 12px;
    margin-left: 4px;
    transition: 0.5s;
  }
}
