@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* @font-face {
  font-family: "SUIT";
  font-weight: 100;
  font-style: normal;
  src: url("fonts/SUIT-Thin.otf") format("opentype"),
       url("fonts/SUIT-Thin.woff2") format("woff2"),
       url("fonts/SUIT-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 200;
  font-style: normal;
  src: url("fonts/SUIT-ExtraLight.otf") format("opentype"),
       url("fonts/SUIT-ExtraLight.woff2") format("woff2"),
       url("fonts/SUIT-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/SUIT-Light.otf") format("opentype"),
       url("fonts/SUIT-Light.woff2") format("woff2"),
       url("fonts/SUIT-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/SUIT-Regular.otf") format("opentype"),
       url("fonts/SUIT-Regular.woff2") format("woff2"),
       url("fonts/SUIT-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/SUIT-Medium.otf") format("opentype"),
       url("fonts/SUIT-Medium.woff2") format("woff2"),
       url("fonts/SUIT-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/SUIT-SemiBold.otf") format("opentype"),
       url("fonts/SUIT-SemiBold.woff2") format("woff2"),
       url("fonts/SUIT-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/SUIT-Bold.otf") format("opentype"),
       url("fonts/SUIT-Bold.woff2") format("woff2"),
       url("fonts/SUIT-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 800;
  font-style: normal;
  src: url("fonts/SUIT-ExtraBold.otf") format("opentype"),
       url("fonts/SUIT-ExtraBold.woff2") format("woff2"),
       url("fonts/SUIT-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SUIT";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/SUIT-Heavy.otf") format("opentype"),
       url("fonts/SUIT-Heavy.woff2") format("woff2"),
       url("fonts/SUIT-Heavy.ttf") format("truetype");
  font-display: swap;
} */

@font-face {
  font-family: 'Outfit';
  src: url("fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url("fonts/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url("fonts/Outfit-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'NanumSquareOTF';
    src: url('fonts/NanumSquareOTF_acL.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareOTF';
    src: url('fonts/NanumSquareOTF_acR.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareOTF';
    src: url('fonts/NanumSquareOTF.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareOTF';
    src: url('fonts/NanumSquareOTF_0.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}


@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

/************************************************
bootstrap-edit
************************************************/
* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

html,
body {
   font-family: 'NanumSquareOTF', sans-serif;
   font-size: 16px;
   color: #000000;
   font-weight: 400;
   height: 100%;
}
@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

ul,
ol,
li {
   list-style: none;
}

a {
   text-decoration: none;
   color: #000;
}

a:hover {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

table {
   border-collapse: collapse;
}

input:-ms-input-placeholder {
   color: #f00;
}

input::-webkit-input-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

[tabindex='-1']:focus {
   outline: 0 !important;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
    }

button,
[type='button'],
[type='reset'],
[type='submit'] {
   -webkit-appearance: button;
   /* border: none; */
}

img {
   vertical-align: top;
}

/************************************************
Button S
************************************************/
.text-navy {
   color: var(--bs-navy) !important;
}
.bg-navy {
   background-color: var(--bs-navy) !important;
}
.border-navy {
   border-color: var(--bs-navy) !important;
}
.text-sky {
   color: var(--bs-sky) !important;
}
.bg-sky {
   background-color: var(--bs-sky) !important;
}
.border-sky {
   border-color: var(--bs-sky) !important;
}
.btn-navy {
   --bs-btn-color: #fff;
   --bs-btn-bg: #353f56;
   --bs-btn-border-color: #353f56;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #002e6e;
   --bs-btn-hover-border-color: #002861;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #002861;
   --bs-btn-active-border-color: #002354;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #353f56;
   --bs-btn-disabled-border-color: #353f56;
   padding: 0.5625rem 1rem 0.5625rem 1.5rem;
   border-radius: 50rem;
}
.btn-orange {
   --bs-btn-color: #fff;
   --bs-btn-bg: #e56045;
   --bs-btn-border-color: #e56045;
   --bs-btn-hover-color: #cc553d;
   --bs-btn-hover-bg: #fff;
   --bs-btn-hover-border-color: #bf5039;
   --bs-btn-focus-shadow-rgb: 225, 83, 97;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #bf5039;
   --bs-btn-active-border-color: #b24a36;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #e56045;
   --bs-btn-disabled-border-color: #e56045;
   padding-left: 1.125rem;
   padding-right: 0.75rem;
   font-size: 0.875rem;
   border-radius: 50rem;
}
.btn-green {
   --bs-btn-color: #fff;
   --bs-btn-bg: #00a67c;
   --bs-btn-border-color: #00a67c;
   --bs-btn-hover-color: #009973;
   --bs-btn-hover-bg: #fff;
   --bs-btn-hover-border-color: #008c69;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #008c69;
   --bs-btn-active-border-color: #008060;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #00a67c;
   --bs-btn-disabled-border-color: #00a67c;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-weight: 700;
   border-radius: 50rem;
}
.sort {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.sort-pills .sort-link.active,
.sort-pills .show > .sort-link {
   color: var(--bs-orange);
   font-weight: 700;
   background-color: #fff4ed;
   border: 1px solid var(--bs-orange);
}
.sort-link {
   display: block;
   padding: 0.75rem 1rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   text-align: center;
   color: var(--bs-secondary);
   background-color: #fff;
   text-decoration: none;
   border: 1px solid var(--bs-border-color);
   border-radius: var(--bs-border-radius-sm);
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.sort-link:hover {
   color: rgba(var(--bs-orange-rgb), 1);
   border-color: rgba(var(--bs-orange-rgb), 0.5);
}
.more-btn {
  width: 140px !important;
  height: 50px;
  border-radius: 50px; /* pill 형태 */
  transition: background-color 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.more-btn2 {
  width: 96px !important;
  height: 37px;
  border-radius: 50px;
  transition: background-color 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.more-btn {
  width: 140px !important;
  height: 50px;
  border-radius: 50px; /* pill 형태 */
  transition: background-color 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.more-btn2 {
  width: 96px !important;
  height: 37px;
  border-radius: 50px;
  transition: background-color 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
/************************************************
Button E
************************************************/

/************************************************
버튼 호버시 애니메이션 S
************************************************/
.moveBtnUp {
   transition: transform 0.2s ease;
}
.moveBtnUp:hover {
   transform: translateY(-4px);
}
/************************************************
버튼 호버시 애니메이션 E
************************************************/
/************************************************
border S
************************************************/
.b1r {
   border: 1px solid red !important;
}
.b1b {
   border: 1px solid #000000 !important;
}
.b1d {
   border: 1px solid #dddddd;
}

.br1d {
   border-right: 1px solid #dddddd;
}
.bb1e {
   border-bottom: 1px solid #eeeeee;
}
.border-dedede {
   border: 1px solid #dedede;
}
.border-white {
   border: 1px solid #ffffff;
}
/************************************************
border E
************************************************/
/************************************************
모바일에서 br 태그 없애기
************************************************/
@media (max-width: 576px) {
   br {
      display: none;
   }
   .br_m {
      display: none;
   }
}
/************************************************
font-weight S
************************************************/
.fw-100 {
   font-weight: 100 !important;
}
.fw-200 {
   font-weight: 200 !important;
}
.fw-300 {
   font-weight: 300 !important;
}
.fw-400 {
   font-weight: 400 !important;
}
.fw-500 {
   font-weight: 500 !important;
}
.fw-600 {
   font-weight: 600 !important;
}
.fw-700 {
   font-weight: 700 !important;
}
.fw-800 {
   font-weight: 800 !important;
}
.fw-900 {
   font-weight: 900 !important;
}
/************************************************
font-weight E
************************************************/

/************************************************
Color S
************************************************/
.fc-0066b3 {
   color: #0066b3 !important;
}
.fc-dc3545 {
   color: #dc3545 !important;
}
.fc-000000 {
   color: #000000 !important;
}
.fc-333333 {
   color: #333333 !important;
}
.fc-555555 {
   color: #555555 !important;
}
.fc-999999 {
   color: #999999 !important;
}
.fc-e56045 {
   color: #e56045 !important;
}
.fc-6c757d {
   color: #6c757d !important;
}
.fc-495057 {
   color: #495057 !important;
}
.fc-010101 {
   color: #010101 !important;
}
.fc-e4f5b8 {
   color: #e4f5b8 !important;
}
.fc-495057 {
   color: #495057;
}
/************************************************
Color E
************************************************/
/************************************************
선긋기 S
************************************************/
.under_line {
   width: 100%;
}

.under_line:after {
   content: '';
   display: block;
   clear: both;
}
/************************************************
선긋기 E
************************************************/
/************************************************
clearfix S
************************************************/
.clearfix {
   *zoom: 1;
}
.clearfix:before,
.clearfix:after {
   display: block;
   content: '';
   line-height: 0;
}
.clearfix:after {
   clear: both;
}
/************************************************
clearfix E
************************************************/

/************************************************
font-family S
************************************************/
.ff-suit {
   font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
.ff-montserrat {
   font-family: 'Montserrat', sans-serif;
}
.ff-nanumSquareOTF {
   font-family: 'NanumSquareOTF', sans-serif;
}
.ff-outfit {
   font-family: 'Outfit', sans-serif;
}
.ff-poppins {
   font-family: "Poppins", sans-serif;
}
.fc-dd6969 {
   color: #dd6969;
}
.fc-0066b3 {
   color: #0066b3;
}
.fc-333333 {
   color: #333333;
}
.fc-777777 {
   color: #777777;
}
/************************************************
font-family E
************************************************/

/************************************************
font-size S
************************************************/
.fs-12 {
   font-size: 12px !important;
}
.fs-13 {
   font-size: 13px !important;
}
.fs-14 {
   font-size: 14px !important;
}
.fs-15 {
   font-size: 15px !important;
}
.fs-16 {
   font-size: 16px !important;
}
.fs-17 {
   font-size: 17px !important;
}
.fs-18 {
   font-size: 18px !important;
}
.fs-19 {
   font-size: 19px !important;
}
.fs-20 {
   font-size: 20px !important;
}
.fs-21 {
   font-size: 21px !important;
}
.fs-22 {
   font-size: 22px !important;
}
.fs-23 {
   font-size: 23px !important;
}
.fs-24 {
   font-size: 24px !important;
}
.fs-25 {
   font-size: 25px !important;
}
.fs-26 {
   font-size: 26px !important;
}
.fs-27 {
   font-size: 27px !important;
}
.fs-28 {
   font-size: 28px !important;
}
.fs-29 {
   font-size: 29px !important;
}
.fs-30 {
   font-size: 30px !important;
}
.fs-31 {
   font-size: 31px !important;
}
.fs-32 {
   font-size: 32px !important;
}
.fs-33 {
   font-size: 33px !important;
}
.fs-34 {
   font-size: 34px !important;
}
.fs-35 {
   font-size: 35px !important;
}
.fs-36 {
   font-size: 36px !important;
}
.fs-37 {
   font-size: 37px !important;
}
.fs-38 {
   font-size: 38px !important;
}
.fs-39 {
   font-size: 39px !important;
}
.fs-40 {
   font-size: 40px !important;
}
.fs-41 {
   font-size: 41px !important;
}
.fs-42 {
   font-size: 42px !important;
}
.fs-43 {
   font-size: 43px !important;
}
.fs-44 {
   font-size: 44px !important;
}
.fs-45 {
   font-size: 45px !important;
}
.fs-46 {
   font-size: 46px !important;
}
.fs-47 {
   font-size: 47px !important;
}
.fs-48 {
   font-size: 48px !important;
}
.fs-54 {
   font-size: 54px !important;
}
.fs-60 {
   font-size: 60px !important;
}
.fs-72 {
   font-size: 72px !important;
}
/************************************************
font-size S
************************************************/

/************************************************
line-height S
************************************************/
.lh-22 {
   line-height: 22px !important;
}
.lh-23 {
   line-height: 23px !important;
}
.lh-24 {
   line-height: 24px !important;
}
.lh-25 {
   line-height: 25px !important;
}
.lh-26 {
   line-height: 26px !important;
}
.lh-27 {
   line-height: 27px !important;
}
.lh-28 {
   line-height: 28px !important;
}
.lh-29 {
   line-height: 29px !important;
}
.lh-30 {
   line-height: 30px !important;
}
.lh-31 {
   line-height: 31px !important;
}
.lh-32 {
   line-height: 32px !important;
}
.lh-33 {
   line-height: 33px !important;
}
.lh-35 {
   line-height: 35px !important;
}
.lh-36 {
   line-height: 36px !important;
}
.lh-41 {
   line-height: 41px !important;
}
.lh-45 {
   line-height: 45px !important;
}
.lh-48 {
   line-height: 48px !important;
}
.lh-54 {
   line-height: 54px !important;
}
.lh-81 {
   line-height: 81px !important;
}
/************************************************
line-height E
************************************************/

/************************************************
Top메뉴 S
************************************************/
.back-to-top {
   position: fixed;
   display: none;
   background: #004681;
   color: #fff;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 1;
   font-size: 12px;
   border-radius: 50%;
   right: 15px;
   bottom: 15px;
   transition: background 0.5s;
   z-index: 99999999911;
   display: flex;
   justify-content: center;
   align-items: center;
}
/************************************************
Top메뉴 E
************************************************/

/************************************************
팝업레이어 S
************************************************/
#hd_pop {
   z-index: 1000;
   position: relative;
   margin: 0 auto;
   height: 0;
}

#hd_pop h2 {
   position: absolute;
   font-size: 0;
   line-height: 0;
   overflow: hidden;
}

.hd_pops {
   position: absolute;
   border: 1px solid #e9e9e9;
   background: #fff;
}

.hd_pops2 {
   position: absolute;
   background: #fff;
}
.hd_pops img {
   max-width: 100%;
}
.hd_pops2 img {
   max-width: 100%;
   height: auto;
}

.hd_pops_con2 {
   border: 10px solid #e7eeff;
   padding: 10px;
}
.hd_pops_con .title_wrap {
   display: flex;
   justify-content: space-between;
   border-bottom: 2px solid #e7eeff;
   margin-bottom: 10px;
   min-height: 70px;
   padding-bottom: 10px;
   font-size: 24px;
   font-weight: 700;
   color: #ff0000;
}
.hd_pops_con .title_wrap h1 {
   align-self: flex-end;
}
.hd_pops_con .title_wrap h5 {
   font-size: 12px;
   font-weight: 400;
   color: #000;
   align-items: flex-start;
}

.hd_pops_footer {
   padding: 0;
   background: #000;
   color: #fff;
   text-align: left;
   position: relative;
}

.hd_pops_footer:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: '';
}

.hd_pops_footer button {
   padding: 10px;
   border: 0;
   color: #fff;
}

.hd_pops_footer .hd_pops_reject {
   background: #000;
   text-align: left;
}

.hd_pops_footer .hd_pops_close {
   background: #393939;
   position: absolute;
   top: 0;
   right: 0;
}
/************************************************
팝업레이어 E
************************************************/
