@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff'); 
   font-weight: 100; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); 
   font-weight: 200; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); 
   font-weight: 300; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); 
   font-weight: 400; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); 
   font-weight: 500; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); 
   font-weight: 600; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); 
   font-weight: 700; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); 
   font-weight: 800; 
   font-style: normal; 
}
@font-face { 
   font-family: 'S-CoreDream'; 
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); 
   font-weight: 900; 
   font-style: normal; 
}
* {
   box-sizing: border-box;
}
html, body {
   padding: 0;
   margin: 0;
}
body {
   font-family: 'S-CoreDream', sans-serif;
   letter-spacing: -1px;
   background: #fff;
   color: #000;
   line-height: 1.0;
}
a {
   text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
   margin: 0;
   padding: 0;
}
.header {
   padding: 30px 0 50px 0;
}
.header .cont {
   position: relative;
   max-width: 1100px;
   margin: 0 auto;
}
.header .logo {
   font-size: 32px;
   color: #2349aa;
   font-weight: 700;
}
.header .logo a {
   color: #2349aa;
}
.header .logo a img {
   height: 50px;
   vertical-align: middle;
   margin-right: 5px;
}
.header .logo a span {
   display: inline-block;
   vertical-align: middle;
}
.header .header_menu {
   position: absolute;
   right: 20px;
   top: 15px;
}
.header .header_menu ul,
.header .header_menu li {
   list-style: none;
}

.header .header_menu ul li {
   float: left;
   margin-left: 30px;
}
.header .header_menu ul li a {
   font-size: 18px;
   color: #000;
   font-weight: 600;
}
.header .header_menu ul li a:hover {
   color: #2349aa;
}
.header .header_menu ul li:first-child a {
   color: #2349aa;
}
.main_bg {
   position: relative;
   background: url(../img/main_bg.avif) no-repeat top center / cover;
   padding: 200px 0;
   color: #fff;
}
.main_bg::before {
   content: " ";
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0,0,0,0.65);
   z-index: 0;
}
.main_bg .cont {
   position: relative;
   max-width: 1100px;
   margin: 0 auto;
   z-index: 1;
}
.main_bg h1 {
   font-size: 66px;
   margin-bottom: 20px;
}
.main_bg h2 {
   font-family: 'Pretendard', sans-serif;
   font-size: 36px;
   font-weight: 500;
   margin-bottom: 40px;
}
.main_bg p {
   font-family: 'Pretendard', sans-serif;
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 40px;
}
.main_bg .btn {
   display: inline-block;
   font-family: 'Pretendard', sans-serif;
   font-size: 19px;
   font-weight: 600;
   padding: 18px 75px;
   border-radius: 10px;
   background-color: #2349aa;
   border: 1px solid #0057E1;
   color: #fff;
   transition: background-color 0.3s ease;
}
.main_bg .btn:hover {
   background-color: #fff;
   color: #0057E1;
}

.main_cont {
   padding: 80px 0;
}
.main_cont .cont {
   max-width: 1100px;
   margin: 0 auto;
   text-align: center;
}
.main_cont .title {
   font-size: 34px;
   line-height: 1.2;
   font-weight: 500;
   color: #619bf8;
   margin-bottom: 20px;
}
.main_cont .title strong {
   font-weight: 700;
}
.contact_info {
   width: 580px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   background-color: #f5f5f5; /* 배경 회색 */
   border: 1px solid #ececec;
   padding: 40px 80px;
   border-radius: 20px;
}

.contact_info .icon {
   flex-shrink: 0;
   width: 80px;
   height: 80px;
   background-color: #619bf8;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.contact_info .icon img {
   width: 40px;
   height: 40px;
}

.contact_info .text {
   margin-left: 30px;
   text-align: left;
}

.contact_info .text .title {
   font-size: 20px;
   color: #2349aa;
   font-weight: 600;
   margin-bottom: 5px;
}

.contact_info .text .time {
   font-family: 'Pretendard', sans-serif;
   font-size: 26px;
   font-weight: 700;
   color: #444;
   margin-bottom: 10px;
}

.contact_info .text .desc {
   font-family: 'Pretendard', sans-serif;
   font-size: 18px;
   color: #666;
}
.consult_wrap {
   display: flex;
   width: 100%;
}

.consult_wrap .left {
   flex: 1;
   background-color: #2349aa; /* 진한 파란색 */
   padding: 80px 0;
   overflow: hidden;
}

.consult_wrap .right {
   flex: 1;
   background-color: #e0e8f6; /* 연한 회청색 */
   padding: 80px 0;
}

.consult_wrap .kakao_wrap {
   color: #fff;
   text-align: center;
}
.consult_wrap .kakao_wrap h1 {
   color: #FBE800;
   font-size: 32px;
   font-weight: 600;
   margin-bottom: 15px;
}
.consult_wrap .kakao_wrap h1 a {
   color: #FBE800;
}
.consult_wrap .kakao_wrap p {
   color: #fff;
   font-family: 'Pretendard', sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.2;
}
.consult_wrap .kakao_wrap .phone_wrap {
   position: relative;
   margin: 0 auto;
   width: 400px;
   background: url(../img/kakao_phone.avif) no-repeat top center / cover;
   transform: translateX(57px);
}
.consult_wrap .kakao_wrap .phone_wrap:before {
   content: "";
   display: block;
   padding-top: 100%; /* 1:1 비율 */
}

.consult_wrap .kakao_wrap .phone_wrap .title {
   position: absolute;
   top: 64%;
   font-size: 18px;
   font-weight: 600;
   color: #573A2A;
   left: 50%;
   transform: translateX(-50%);
   margin-left: -56px;
}
.consult_wrap .kakao_wrap .phone_wrap .btn {
   position: absolute;
   top: 73%;
   font-family: 'Pretendard', sans-serif;
   font-size: 18px;
   font-weight: 500;
   background-color: #2F1D1C;
   color: #fff;
   left: 50%;
   transform: translateX(-50%);
   margin-left: -56px;
   padding: 15px 30px;
   border-radius: 10px;
}
.consult_wrap .form_wrap {
   text-align: center;
   width: 400px;
   margin: 0 auto;
}
.consult_wrap .form_wrap h1 {
   color: #2349AA;
   font-size: 32px;
   font-weight: 600;
   margin-bottom: 40px;
}

.consult_wrap .form_wrap input,
.consult_wrap .form_wrap select {
   display: block;
   width: 100%;
   padding: 12px;
   border:  1px solid #ccc;
   font-size: 16px;
   font-family: 'Pretendard', sans-serif;
   border-radius: 5px;
   margin-bottom: 10px;
}

.consult_wrap .form_wrap input[type='button'] {
   margin: 0 auto;
   margin-top: 30px;
   width: 60%;
   color: #fff;
   background-color: rgb(35, 73, 170);
   transition: background-color 0.3s ease;
   cursor: pointer;
   border-radius: 10px;
   border: 0;
   font-weight: 500;
}
.consult_wrap .form_wrap input[type='button']:hover {
      background-color: rgb(0, 58, 150);
}
.footer {
   position: relative;
   background: url(../img/footer_bg.avif) no-repeat center center / cover;
   padding: 100px 0 50px 0;;
   color: #fff;
   text-align: center;
}
.footer::before {
   content: " ";
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0, 33, 70, 0.65);
   z-index: 0;
}
.footer .cont {
   position: relative;
   max-width: 1100px;
   margin: 0 auto;
   z-index: 1;
}
.footer h1 {
   font-family: 'Pretendard', sans-serif;
   font-size: 26px;
   margin-bottom: 25px;
   font-weight: 400;
}
.footer h2 {
   font-size: 44px;
   font-weight: 600;
   color: #619bf8;
   margin-bottom: 25px;
}
.footer p {
   font-family: 'Pretendard', sans-serif;
   font-size: 17px;
   line-height: 1.2;
   font-weight: 400;
   margin-bottom: 40px;
}
.footer .btn {
   display: inline-block;
   font-family: 'Pretendard', sans-serif;
   font-size: 21px;
   font-weight: 600;
   padding: 20px 60px;
   border-radius: 10px;
   background-color: #2349aa;
   border: 1px solid #0057E1;
   color: #fff;
   transition: background-color 0.3s ease;
}
.footer .btn:hover {
   background-color: #fff;
   color: #0057E1;
}
.footer .btn img {
   width: 35px;
   vertical-align: middle;
   margin-right: 5px;
}
.footer .btn .icon {
   display: inline-block;
   width: 35px;
   height: 35px;
   vertical-align: middle;
   margin-right: 5px;
   background-color: #fff;
   mask: url('../img/ico_kakao.png') no-repeat center;
  -webkit-mask: url('../img/ico_kakao.png') no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.footer .btn:hover .icon {
   background-color: #0057E1;
}
.copy {
   font-family: 'Pretendard', sans-serif;
   font-size: 15px;
   font-weight: 400;
   color: #d4d4d4;
   padding: 25px 0;
   background-color: #4b4959;
   text-align: center;
}
.copy strong {
   color: #fff;
   font-weight: 400;
}
.fixed_link {
   position: fixed;
   top: 36%;
   right: 7%;

}
.fixed_link a {
   display: block;
   width: 75px;
   height: 75px;
   margin-bottom: 15px;
   border-radius: 5px;
   overflow: hidden;
}
.fixed_link a img {
   width: 100%;
}
.fixed_link_mo {
   display: none;
}
.btn_open_menu {
   display: none;
   cursor: pointer;
}

.btn_open_menu .bar1,
.btn_open_menu .bar2,
.btn_open_menu .bar3 {
  width: 35px;
  height: 5px;
  background-color: #2349aa;
  margin: 6px 0;
  transition: 0.4s;
}
.dimd_header {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   z-index: 10;
}

@media screen and (max-width: 720px) {
   .fixed_link {
      display: none;
   }
   .fixed_link_mo {
      display: block;
      position: fixed;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 9;
   }
   .fixed_link_mo ul,
   .fixed_link_mo li {
      list-style: none;
   }
   .fixed_link_mo ul li {
      display: block;
      float: left;
      width: 33.33%;
      height: 60px;
      text-align: center;
      font-family: 'Pretendard', sans-serif;
      padding-top: 5px;
      font-weight: 600;
   }
   .fixed_link_mo ul li a img {
      height: 25px;
      display: block;
      margin: 0 auto;
      margin-bottom: 5px;
   } 
   .fixed_link_mo ul li a {
      font-size: 14px;
      color: #fff;
   }
   .fixed_link_mo ul li:nth-child(1) {
      background-color: #FEE500;
   }
   .fixed_link_mo ul li:nth-child(2) {
      background-color: #572dff;
   }
   .fixed_link_mo ul li:nth-child(3) {
      background-color: #02c73c;
   }
   .btn_open_menu {
      outline: none;
      -webkit-tap-highlight-color: transparent;
      display: block;
      position: absolute;
      top: -1px;
      right: 0;
      z-index: 13;
   }
   .btn_open_menu.open .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
   }
   .btn_open_menu.open .bar2 {
      opacity: 0;
   }
   .btn_open_menu.open .bar3 {
      transform: translate(0, -11px) rotate(45deg);
   }
   .header {
      padding: 20px 10px;
      z-index: 11;
      background-color: #fff;
   }
   .header .logo {
      font-size: 28px;
   }
   .header .logo a img {
      height: 40px;
   }
   .header .header_menu {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      width: 250px;
      height: 0;
      opacity: 0;
      background-color: #fff;
      z-index: 12;
      transition: height 0.4s ease, opacity 0.4s ease;
      overflow: hidden;
      padding: 100px 20px;
   }
   .header .header_menu.open {
      display: block;
      height: 100vh;
      opacity: 1;
   }
   .header .header_menu ul li {
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-bottom: 30px;
   }
   .header .header_menu ul li a {
      font-size: 21px;
   }
   .main_bg {
      padding: 100px 0;
      text-align: center;
   }
   .main_bg h1 {
      font-size: 28px;
      margin-bottom: 5px;
   }
   .main_bg h2 {
      font-size: 18px;
      margin-bottom: 15px;;
   }
   .main_bg p {
      font-size: 16px;
      margin-bottom: 30px;
   }
   .main_bg .btn {
      padding: 15px 50px;
   }
   .main_cont {
      padding: 40px 0;
   }
   .main_cont .title {
      font-size: 18px;
   }
   .contact_info {
      width: 85%;
      padding: 20px;
   }
   .contact_info .icon {
      width: 70px;
      height: 70px;
   }
   .contact_info .icon img {
      width: 35px;
      height: 35px;
   }
   .contact_info .text {
      margin-left: 20px;
   }
   .contact_info .text .title {
      font-size: 16px;
   }
   .contact_info .text .time {
      font-size: 18px;
      margin-bottom: 5px;
   }
   .contact_info .text .desc {
      font-size: 14px;
   }
   .consult_wrap {
        display: block;
    }

    .consult_wrap .left,
    .consult_wrap .right {
        width: 100%;
    }

    .consult_wrap .left {
      padding: 40px 0;
      padding-bottom: 0;
    }
    .consult_wrap .kakao_wrap h1 {
      font-size: 24px;
    }
    .consult_wrap .kakao_wrap p {
      font-size: 14px;
      line-height: 1.4;
    }
    .consult_wrap .kakao_wrap .phone_wrap {
      width: 330px;
      transform: translateX(48px);
    }
    .consult_wrap .kakao_wrap .phone_wrap .title {
      font-size: 16px;
      margin-left: -44px;
    }
    .consult_wrap .kakao_wrap .phone_wrap .btn {
      top: 76%;
      font-size: 16px;
      margin-left: -44px;
    }
    .consult_wrap .right {
      padding: 40px 20px;
      padding-bottom: 60px;
    }
    .consult_wrap .form_wrap {
      width: 100%;
    }
    .consult_wrap .form_wrap h1 {
      font-size: 26px;
      margin-bottom: 20px;
    }
    .consult_wrap .form_wrap input[type='button'] {
      width: 100%;
      margin-top: 20px;
      font-size: 18px;
    }
    .footer {
      padding: 50px 10px 50px 10px;
    }
    .footer h1 {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .footer h2 {
      font-size: 26px;
      margin-bottom: 20px;
      word-break: keep-all;
    }
    .footer p {
      font-size: 15px;
      line-height: 1.5;
      word-break: keep-all;
      margin-bottom: 25px;
    }
    .footer .btn {
      padding: 10px 25px;
      font-size: 20px;
    }
    .footer .btn img {
      width: 25px;
    }
    .footer .btn .icon {
      width: 25px;
      height: 25px;
    }
    .copy {
      font-size: 13px;
      padding: 20px 0;
    }
}