/* font */
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* //font */

:root {
  --pr : #253066;
  --blue : #4A61F5;
  --yellow : #FDEB1D;
  --yellow2 : #FFF9BA;
  --red : #FF4D29;
  --black_3 : #333333;
  --gray_e7 : #E7ECF3;
  --gray_e : #eee;
  --gray_6 : #666666;
  --gray_a9 : #A9A9A9;
  --gray_80 : #808080;
  --gray_b1 : #b1b1b1;
  --wt : #FFFFFF;
  --wt_f2 : #F2F2F2;
  --wt_f5 : #f5f5f5;
  --wt_f6 : #F6F7F9;
  --wt_f8 : #F8F8F8;
  --wt_f3 : #f3f4f6;
}

/* bg */
.pr {background: #253066 !important;}
.blue {background: #4A61F5 !important;}
.yellow {background: #FDEB1D !important;}
.yellow2 {background: #FFF9BA !important;}
.red {background: #FF4D29 !important;}
.black_3 {background: #333333 !important;}
.gray_e7 {background: #E7ECF3 !important;}
.gray_e {background: #eee !important;}
.gray_6 {background: #666666 !important;}
.gray_a9 {background: #A9A9A9 !important;}
.gray_80 {background: #808080 !important;}
.gray_b1 {background: #b1b1b1 !important;}
.wt {background: #FFFFFF !important;}
.wt_f2 {background: #F2F2F2 !important;}
.wt_f5 {background: #f5f5f5 !important;}
.wt_f6 {background: #F6F7F9 !important;}
.wt_f8 {background: #F8F8F8 !important;}
.wt_f3 {background: #f3f4f6 !important;}

/* color */
.pr_c {color: #253066 !important;}
.blue_c {color: #4A61F5 !important;}
.yellow_c {color: #FDEB1D !important;}
.yellow2_c {color: #FFF9BA !important;}
.red_c {color: #FF4D29 !important;}
.black_3_c {color: #333333 !important;}
.gray_e7_c {color: #E7ECF3 !important;}
.gray_e_c {color: #eee !important;}
.gray_6_c {color: #666666 !important;}
.gray_a9_c {color: #A9A9A9 !important;}
.gray_80_c {color: #808080 !important;}
.gray_b1_c {color: #b1b1b1 !important;}
.wt_c {color: #FFFFFF !important;}
.wt_f2_c {color: #F2F2F2 !important;}
.wt_f5_c {color: #f5f5f5 !important;}
.wt_f6_c {color: #F6F7F9 !important;}
.wt_f8_c {color: #F8F8F8 !important;}
.wt_f3_c {color: #f3f4f6 !important;}

input,textarea,select,button,dt,dd,a {font-family: 'Pre';}
body {font-family: 'Pre';}

.container {max-width: 1280px; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box;}

/* tit-box */
.tit-box {display: flex; align-items: center; justify-content: space-between;}
.tit-box .tit {font-size: 26px; font-weight: bold; line-height: 1.4; letter-spacing: -0.52px; color: var(--black_3);}
.tit-box .more_btn {display: flex; align-items: center; justify-content: center; width: 106px; height: 38px; border-radius: 6px; background: var(--wt_f2); font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: -0.32px; color: var(--black_3);}

/* tit-box2 */
.tit-box2 {text-align: center;}
.tit-box2 .tit {font-size: 36px; font-weight: 400; line-height: 1.3; letter-spacing: -0.72px; color: var(--black_3);}
.tit-box2 .tit span {font-weight: bold;}

/* tit-box3 */
.tit-box3 {white-space: nowrap;}
.tit-box3 .tit {margin-bottom: 29px; font-size: 36px; font-weight: bold; line-height: 1.3; letter-spacing: -0.72px; color: var(--black_3);}
.tit-box3 .sub {font-size: 18px; font-weight: bold; line-height: 1.3; letter-spacing: -0.36px; color: var(--pr);}

/* tab_btn */
.tab_btn {display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
.tab_btn a {width: 100%; height: auto; padding-bottom: 12px; border-bottom: 1px solid var(--gray_e7); text-align: center; font-size: 18px; font-weight: 600; line-height: 1; color: var(--gray_6);}
.tab_btn a.active {border-bottom: 2px solid var(--pr); color: var(--pr);}

/* tab_btn2 */
.tab_btn2 {display: flex; align-items: center; justify-content: center; width: 100%; height: auto; margin-top: 43px;}
.tab_btn2 a {display: flex; align-items: center; justify-content: center; width: 100%; height: 52px; border: 1px solid var(--gray_e7); box-sizing: border-box; font-size: 16px; font-weight: 500; line-height: 1; color: var(--gray_6);}
.tab_btn2 a.active {border-color: var(--pr); background: var(--pr); color: var(--wt);}

/* pager */
.pager {width: 100%; height: auto; margin-top: 50px;}
.pager ul {display: flex; align-items: center; justify-content: center; gap: 16px;}
.pager ul .arrow {width: 32px; height: auto;}
.pager ul .arrow1 {}
.pager ul .arrow2 {}
.pager ul .arrow-box {width: 100%; height: auto;}
.pager ul .arrow-box a {width: 100%; height: auto;}
.pager ul .arrow-box a img {width: 100%; height: auto;}

.pager ul .num {width: 32px; height: auto;}
.pager ul .num a {display: flex; align-items: center; justify-content: center; width: 32px; height: auto; aspect-ratio: 1; border-radius: 3px; font-size: 16px; font-weight: 400; line-height: 1.2; letter-spacing: -0.88px; color: var(--black_3);}
.pager ul .num.active a {background: var(--pr); color: var(--wt);}

/* ckd-box */
.ckd-box {}
.ckd-box input[type="checkbox"] {display: none;}
.ckd-box label {display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 400; line-height: 1; color: var(--black_3);}
.ckd-box label:before {content: ''; display: block; width: 12px; height: auto; aspect-ratio: 1; background-size: cover; background: url(./../img/ckd_off.png)no-repeat 50% 50%; background-size: cover;}
.ckd-box input[type="checkbox"]:checked + label:before {content: ''; display: block; width: 12px; height: auto; aspect-ratio: 1; background-size: cover; background: url(./../img/ckd_on.png)no-repeat 50% 50%; background-size: cover;}

/* em_btn */
.em_btn {position: relative; width: 50px; height: 30px; background: var(--wt); border: 1px solid var(--gray_e7); border-radius: 20px; box-sizing: border-box; font-size: 15px; font-weight: 400; line-height: 1; color: var(--gray_6); cursor: pointer;}
.em_btn .em_icon {position: absolute; top: 0; left: 0; display: none; align-items: center; justify-content: center; gap: 8px; width: 140px; height: 30px; background: var(--wt); border: 1px solid var(--gray_e7); border-radius: 20px; box-sizing: border-box;}
.em_btn .em_icon.on {display: inline-flex;}
.em_btn .em_icon img {width: 16px; height: auto; transition: all .3s;}
.em_btn .em_icon img.active {position: relative; animation: jello-horizontal 0.9s both;}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            top: 0;
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
            top: -50px;
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
            opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            opacity: 1;
            top: 0;
  }
}
.em_btn .em_icon img:hover {transform: scale(2);}

.current_icon {display: inline-flex; flex-flow: row-reverse; align-items: center; margin-left: 10px;}
.current_icon img {width: 16px; height: auto; margin-left: -8px;}
.current_icon .count {margin-left: 3px; font-size: 14px; font-weight: 400; line-height: 1; color: var(--black_3);}