@charset "UTF-8";

:root {
   --bs-main-bg-color: #dd6969;
}

* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

html,
body {
   font-family:
      'Pretendard Variable',
      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;
   color: #000;
   font-weight: 400;
   height: 100%;
}


.knbnk.container-xxl {
   max-width: 1500px;
}

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;
}

button,
input[type='button'] {
   margin: 0;
   padding: 0;
   border: none;
   background: none;
   font: inherit;
   font-size: 1em;
}

img {
   vertical-align: top;
}

.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;
}

.bg-f97379 {
   background-color: #f97379;
}
/**************************************************/
/****************** button S ******************/
/**************************************************/
.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 ******************/
/**************************************************/

@media (max-width: 576px) {
   .br_m {
      display: none;
   }
}

.back-to-top {
   position: fixed;
   display: none;
   background: var(--bs-main-bg-color);
   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;
}

/* 하단 footer S */
#footer {
   min-height: 360px;
   background-color: #000000;
}
#footer address {
   /* padding: 0; */
   margin: 0;
}
#footer address h2 {
   font-size: 20px;
   color: #aaaaaa;
   font-weight: 600;
}
#footer address h2 span {
   font-size: 20px;
   color: #8e8e8e;
   font-weight: 400;
}
#footer p.copy {
   color: #8e8e8e;
   font-weight: 100;
}
#footer .dropup {
   width: 150px;
}
#footer .dropup .dropdown-menu {
   background-color: #222;
   border: 1px solid #444;
}
#footer .dropup .dropdown-item {
   color: #ccc;
}
#footer .dropup .dropdown-item:hover {
   background-color: #333;
   color: #fff;
}
#footer .family-btn {
   background-color: transparent;
   color: #8e8e8e;
   font-size: 18px;
   font-weight: 700;
   border: none;
   padding: 10px 5px;
   box-shadow: none !important;
}
#footer .family-btn:hover {
   color: #aaaaaa;
}
#footer .family-btn::after {
   content: '+'; /* 기호 변경 */
   border: none; /* 삼각형을 만드는 CSS border 제거 */
   font-size: 26px;
   font-weight: 300;
   line-height: 1;
   margin: 0 0 0 auto; /* Flex 레이아웃에서 우측 끝으로 밀어내기 */
   position: relative;
   top: -2px; /* 수직 중앙 미세 조정 */
   transition: transform 0.3s ease; /* 애니메이션 효과 */
}

/* 🆕 추가: 메뉴가 열렸을 때 + 기호를 45도 회전시켜 x 모양으로 변경 (UX 향상) */
#footer .family-btn[aria-expanded='true']::after {
   transform: rotate(45deg);
}
/* 하단 footer E */

/********* 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 *********/

/* 팝업레이어 */
#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;
}

.ff-suit {
   font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.ff-montserrat {
   font-family: 'Montserrat', sans-serif;
}
.fc-dd6969 {
   color: #dd6969;
}
.fc-0066b3 {
   color: #0066b3;
}
.fc-333333 {
   color: #333333;
}
.fc-777777 {
   color: #777777;
}
.border-dedede {
   border: 1px solid #dedede;
}
.border-white {
   border: 1px solid #ffffff;
}

/********* 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-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 E *********/