@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: block;
  src: local("Pretendard Black"), url("../fonts/Pretendard-Black.woff2") format("woff2"), url("../fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: block;
  src: local("Pretendard ExtraBold"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: block;
  src: local("Pretendard Bold"), url("../fonts/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: block;
  src: local("Pretendard SemiBold"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: block;
  src: local("Pretendard Medium"), url("../fonts/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: block;
  src: local("Pretendard Regular"), url("../fonts/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: block;
  src: local("Pretendard Light"), url("../fonts/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: block;
  src: local("Pretendard ExtraLight"), url("../fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: block;
  src: local("Pretendard Thin"), url("../fonts/Pretendard-Thin.woff2") format("woff2"), url("../fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Seaweed Script";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/seaweed-script-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Paperlogy";
  font-weight: 500;
  font-display: block;
  src: url("../fonts/Paperlogy-5Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Paperlogy";
  font-weight: 600;
  font-display: block;
  src: url("../fonts/Paperlogy-6SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Paperlogy";
  font-weight: 800;
  font-display: block;
  src: url("../fonts/Paperlogy-8ExtraBold.woff2") format("woff2");
}
:root {
  --Primary-Primary-IBKBlue: #4393f0;
  --Primary-Secondary-SubBlue: #69aeff;
  --Primary-Secondary-SubLightBlue: #e4f2ff;
  --Primary-Secondary-SubOrange: #e8652d;
  --Primary-SemanticColor-PositiveBlue: #1654d1;
  --Primary-SemanticColor-NegativeRed: #ee473d;
  --Primary-SemanticColor-NoticeOrange: #c85000;
  --Primary-SemanticColor-InformativeGreen: #158463;
  --Primary-SemanticColor-PositiveLightBlue: #b6caf3;
  --Primary-SemanticColor-NegativeLightRed: #fae1df;
  --Primary-SemanticColor-NoticeLightOrange: #f5e0d3;
  --Primary-SemanticColor-InfoLightGreen: #e4f1ed;
  --Primary-PointColor-PointBlue: #0040a4;
  --Primary-PointColor-HighlightBlue: #2873e3;
  --Primary-TextColor-TextBlue700: #235fd2;
  --Primary-TextColor-TextPointBlue: #2873e3;
  --Primary-TextColor-TextPrimary: #4393f0;
  --Primary-TextColor-TextBlue100: #e4f2ff;
  --Primary-TextColor-GrayTextColor-RealWhite: #ffffff;
  --Primary-TextColor-GrayTextColor-100: #e1e3ea;
  --Primary-TextColor-GrayTextColor-150: #d3d6de;
  --Primary-TextColor-GrayTextColor-200: #c5c8d3;
  --Primary-TextColor-GrayTextColor-300: #b1b5c3;
  --Primary-TextColor-GrayTextColor-400: #979baa;
  --Primary-TextColor-GrayTextColor-500: #737684;
  --Primary-TextColor-GrayTextColor-600: #5a5e6c;
  --Primary-TextColor-GrayTextColor-700: #454855;
  --Primary-TextColor-GrayTextColor-800: #30323b;
  --Primary-TextColor-GrayTextColor-900: #101116;
  --Primary-TextColor-SemanticTextColor-Positive: #1654d1;
  --Primary-TextColor-SemanticTextColor-Negative: #e32502;
  --Primary-TextColor-SemanticTextColor-Notice: #c85000;
  --Primary-TextColor-SemanticTextColor-Informative: #158463;
  --Primary-Divider-Dash: #d3d6de;
  --Primary-Divider-Solid: #f3f4f7;
  --Primary-Divider-Opacity: rgba(225, 227, 234, 0.7);
  --Primary-Border-Negative: #f94321;
  --Primary-Border-Blue: #2873e3;
  --Primary-TextColor-GrayTextColor-850: #1f2128;
  --Primary-Button-ButtonFilled: #308af2;
  --Primary-Button-ButtonFillPressed: #234eaa;
  --Primary-Button-ButtonFillDisabled: #d3d6de;
  --Primary-Button-ButtonTint: #e4f2ff;
  --Primary-Button-TintPressed: #c1e0fc;
  --Primary-Button-TintDisabled: #e1e3ea;
  --Primary-Button-Line: #1f2128;
  --Primary-Button-ButtonLinePressed: #d3d6de;
  --Primary-Button-ButtonLineDisabled: #f3f4f7;
  --Primary-Button-Dark-Border600: #5a5e6c;
  --Primary-Button-Dark-Border500: #737684;
  --Primary-Button-Dark-Border400: #979baa;
  --Primary-Button-Border150: #d3d6de;
  --Primary-Button-LightGray: #f3f4f7;
  --Primary-Button-ButtonWhite: #ffffff;
  --Primary-Badge-Coral: #fd5e4f;
  --Primary-Badge-Purple: #a67dff;
  --Primary-Badge-Green: #03aa82;
  --Primary-Badge-SkyBlue: #0ea2d0;
  --Primary-Badge-pink: #f165ca;
  --Primary-Badge-DarkBlue: #235fd2;
  --Primary-Badge-Blue: #2873e3;
  --Primary-Badge-LightBlue: #e4f2ff;
  --Primary-Badge-Gray400: #979baa;
  --Primary-Badge-White: #ffffff;
  --Primary-Badge-BorderGray: #d3d6de;
  --Primary-Banner-dark-Blue800: #2c4060;
  --Primary-Banner-dark-Green800: #31492a;
  --Primary-Banner-dark-Pink800: #6b2e4b;
  --Primary-Banner-dark-AquaBlue800: #1d454f;
  --Primary-Banner-dark-Purple800: #452255;
  --Primary-Banner-dark-Yellow800: #59462a;
  --Primary-Banner-dark-Blue200: #7aade8;
  --Primary-Banner-dark-Green200: #91c779;
  --Primary-Banner-dark-Pink200: #e892d5;
  --Primary-Banner-dark-Purple200: #a19af0;
  --Primary-Banner-dark-Coral200: #ed9cb5;
  --Primary-Banner-dark-Yellow200: #edae63;
  --Primary-Label-Gray150: #d3d6de;
  --Primary-Label-Gray600: #5a5e6c;
  --Primary-Label-Gray800: #30323b;
  --Primary-Label-Purple: #785ede;
  --Primary-Label-Orange: #d9481d;
  --Primary-Label-Blue: #2873e3;
  --Primary-Purple-900: #702e8a;
  --Primary-Purple-700: #9f46c6;
  --Primary-Purple-500: #b355e0;
  --Primary-Purple-300: #dfbaf3;
  --Primary-Purple-100: #ebd3fd;
  --Primary-DeepBlue-900: #46409c;
  --Primary-DeepBlue-700: #5e55e5;
  --Primary-DeepBlue-500: #6574f5;
  --Primary-DeepBlue-300: #93a2eb;
  --Primary-DeepBlue-100: #c5cefc;
  --Primary-Blue-900: #243d8f;
  --Primary-Blue-700: #3162e1;
  --Primary-Blue-500: #4482f0;
  --Primary-Blue-300: #8fbcf5;
  --Primary-Blue-100: #c4defd;
  --Primary-AquaBlue-900: #1b536f;
  --Primary-AquaBlue-700: #197aa3;
  --Primary-AquaBlue-500: #31a1ca;
  --Primary-AquaBlue-300: #7fd5e7;
  --Primary-AquaBlue-100: #baeaf0;
  --Primary-Mint-900: #114f41;
  --Primary-Mint-700: #167860;
  --Primary-Mint-500: #24a37e;
  --Primary-Mint-300: #77d5b2;
  --Primary-Mint-100: #baf0d8;
  --Primary-Green-900: #2e5520;
  --Primary-Green-700: #3a7920;
  --Primary-Green-500: #4f9f29;
  --Primary-Green-300: #94d96e;
  --Primary-Green-100: #c8f1ba;
  --Primary-Orange-900: #7d371c;
  --Primary-Orange-700: #b04d1c;
  --Primary-Orange-500: #e27923;
  --Primary-Orange-300: #ecac51;
  --Primary-Orange-100: #fcd9ba;
  --Primary-Coral-900: #872625;
  --Primary-Coral-700: #be3e3c;
  --Primary-Coral-500: #ea6b64;
  --Primary-Coral-300: #e58e89;
  --Primary-Coral-100: #f6cacc;
  --Primary-Pink-900: #822a4a;
  --Primary-Pink-700: #c33c6e;
  --Primary-Pink-500: #dd6098;
  --Primary-Pink-300: #e99fc5;
  --Primary-Pink-100: #f7c9ea;
  --Pink-IconPink700: #e62f71;
  --Pink-IconPink500: #f05684;
  --Pink-IconPink400: #f87ea3;
  --Pink-IconPink300: #f69eb8;
  --Pink-IconPink100: #feccd7;
  --Coral-IconCoral700: #e7625c;
  --Coral-IconCoral500: #fa6762;
  --Coral-IconCoral400: #fc7974;
  --Coral-IconCoral200: #fb938f;
  --Coral-IconCoral100: #fdc0be;
  --Orange-IconOrange700: #dd7c2c;
  --Orange-IconOrange500: #e6902b;
  --Orange-IconOrange400: #f0ab4d;
  --Orange-IconOrange200: #ffc977;
  --Orange-IconOrange100: #fce0b6;
  --Green-IconGreen600: #4bb248;
  --Green-IconGreen500: #68ce66;
  --Green-IconGreen300: #7ed57b;
  --Green-IconGreen100: #c1e5ca;
  --Green-IconGreen200: #9cdb9a;
  --Blue-IconBlue700: #004ec3;
  --Blue-IconBlue500: #0c73ea;
  --Blue-IconBlue300: #4393f0;
  --Blue-IconBlue200: #6db0ff;
  --Blue-IconBlue100: #bad8fb;
  --DeepBlue-IconDeepBlue600: #3d63a3;
  --DeepBlue-IconDeepBlue500: #4d7bc8;
  --DeepBlue-IconDeepBlue300: #6e9ce4;
  --DeepBlue-IconDeepBlue200: #8cade7;
  --DeepBlue-IconDeepBlue100: #bad8fb;
  --Purple-IconPurple700: #5f33da;
  --Purple-IconPurple500: #7a5fed;
  --Purple-IconPurple300: #8b76ec;
  --Purple-IconPurple200: #a491f1;
  --Purple-IconPurple100: #cfc5fc;
  --icon-Icon-Gray900: #101116;
  --icon-Icon-Gray800: #30323b;
  --icon-Icon-Gray700: #454855;
  --icon-Icon-Gray600: #5a5e6c;
  --icon-Icon-Gray500: #737684;
  --icon-Icon-Gray400: #979baa;
  --icon-Icon-Gray300: #b1b5c3;
  --icon-Icon-Gray200: #c5c8d3;
  --icon-Icon-Gray150: #d3d6de;
  --icon-Icon-Gray100: #e1e3ea;
  --icon-Icon-Gray50: #f3f4f7;
  --icon-Icon-Filledwhite: #ffffff;
  --ExtremeRisk-Pink700: #a5315c;
  --ExtremeRisk-Pink100: #f9e6e7;
  --HighRisk-Coral700: #aa3331;
  --HighRisk-Coral100: #f9e6e7;
  --MediumHighRisk-Orange700: #a2481b;
  --MediumHighRisk-Orange100: #f9ecdf;
  --MediumRisk-Green700: #366b20;
  --MediumRisk-Green100: #def2d8;
  --LowRisk-AquaBlue700: #116f98;
  --LowRisk-AquaBlue100: #c8edf1;
  --MinimumRisk-DeepBlue700: #5149c1;
  --MinimumRisk-DeepBlue100: #dde2fa;
  --Aggressive-Red700: #b70b0c;
  --Aggressive-Red500: #c23839;
  --Aggressive-Red100: #ffe5e5;
  --Active-Orange700: #c83000;
  --Active-Orange500: #d74100;
  --Active-Orange100: #ffe6d7;
  --Moderate-Green700: #008133;
  --Moderate-Green500: #008a37;
  --Moderate-Green100: #e1f8e5;
  --Conservative-Mint700: #007981;
  --Conservative-Mint500: #00848c;
  --Conservative-Mint100: #d8f5f6;
  --Stable-Blue700: #0c57c6;
  --Stable-Blue500: #2873e3;
  --Stable-Blue100: #e4f2ff;
  --PrimaryScale-Blue50: #f3f9ff;
  --PrimaryScale-Blue100: #e4f2ff;
  --PrimaryScale-Blue150: #dbeeff;
  --PrimaryScale-Blue200: #c1e0fc;
  --PrimaryScale-Blue300: #96cdfa;
  --PrimaryScale-Blue400: #69aeff;
  --PrimaryScale-Blue450: #57a5ff;
  --PrimaryScale-Blue500: #4393f0;
  --PrimaryScale-Blue550: #308af2;
  --PrimaryScale-Blue600: #2c74e4;
  --PrimaryScale-Blue700: #235fd2;
  --PrimaryScale-Blue800: #234eaa;
  --PrimaryScale-Blue900: #224486;
  --PrimaryScale-Blue950: #2f3f5f;
  --PrimaryScale-Blue1000: #2d3443;
  --SecondaryScale-Orange100: #fce9d8;
  --SecondaryScale-Orange200: #f7cfb1;
  --SecondaryScale-Orange300: #f2ad7f;
  --SecondaryScale-Orange400: #ec814b;
  --SecondaryScale-Orange500: #e8652d;
  --SecondaryScale-Orange550: #e45d23;
  --SecondaryScale-Orange600: #d9481d;
  --SecondaryScale-Orange700: #b4361a;
  --SecondaryScale-Orange800: #8f2c1d;
  --SecondaryScale-Orange900: #71271c;
  --GrayScale-RealBlack: #000000;
  --GrayScale-Gray900: #101116;
  --GrayScale-Gray850: #1f2128;
  --GrayScale-Gray800: #30323b;
  --GrayScale-Gray700: #454855;
  --GrayScale-Gray600: #5a5e6c;
  --GrayScale-Gray500: #737684;
  --GrayScale-Gray400: #979baa;
  --GrayScale-Gray300: #b1b5c3;
  --GrayScale-Gray150: #d3d6de;
  --GrayScale-Gray100: #e1e3ea;
  --GrayScale-Gray50: #f3f4f7;
  --GrayScale-RealWhite: #ffffff;
  --GrayScale-RealWhite0-5: rgba(255, 255, 255, 0.5);
  --GrayScale-RealBlack0-5: rgba(0, 0, 0, 0.5);
  --GrayScale-RealBlack0-7: rgba(0, 0, 0, 0.7);
  --GrayScale-RealBlack0-8: rgba(0, 0, 0, 0.8);
  --GrayScale-RealBlack0-85: rgba(0, 0, 0, 0.85);
  --GrayScale-RealWhite0-9: rgba(255, 255, 255, 0.9);
  --Dimmed-BlackDimmed0-6: rgba(0, 0, 0, 0.6);
  --Dimmed-BlackDimmed0-85: rgba(0, 0, 0, 0.85);
  --Dimmed-WhiteDimmed0-6: rgba(255, 255, 255, 0.6);
  --Grid-Grid: rgba(255, 0, 0, 0.1);
  --Primary-Button-Light-Border700: #454855;
  --Primary-Button-Light-Border200: #c5c8d3;
  --Primary-Button-DarkGray: #30323b;
  --Primary-Button-Light-Border100: #e1e3ea;
  --Primary-Button-Gray-700: #454855;
  --Primary-Border-850: #1f2128;
  --Primary-Border-700: #454855;
  --Primary-Border-600: #5a5e6c;
  --Primary-Border-500: #737684;
  --Primary-Border-400: #979baa;
  --Primary-Border-300: #b1b5c3;
  --Primary-Border-200: #c5c8d3;
  --Primary-Border-150: #d3d6de;
  --Primary-Border-900: #101116;
  --Primary-Border-800: #30323b;
  --Primary-Border-100: #e1e3ea;
  --Primary-Border-RealWhite: #ffffff;
  --Primary-Badge-WhiteOpacityBadge: rgba(255, 255, 255, 0.8);
  --Primary-Badge-BlackOpacityBadge: rgba(0, 0, 0, 0.8);
  --Primary-Banner-Light-Blue600: #1061da;
  --Primary-Banner-Light-SkyBlue600: #0092e0;
  --Primary-Label-Gray850: #1f2128;
  --Family-Font: "Pretendard", sans-serif;
  --Size-Title1: 32px;
  --Size-Title3: 24px;
  --Size-Title2: 28px;
  --Size-Headline1: 22px;
  --Size-Headline2: 20px;
  --Size-Headline3: 18px;
  --Size-body1: 16px;
  --Size-body2: 14px;
  --Size-body3: 13px;
  --Size-caption: 14px;
  --Line-Height-Multi-Title1: 42px;
  --Line-Height-Multi-Title2: 40px;
  --Line-Height-Multi-Title3: 34px;
  --Line-Height-Multi-Headline1: 32px;
  --Line-Height-Multi-Headline2: 28px;
  --Line-Height-Multi-Headline3: 26px;
  --Line-Height-Multi-body1: 24px;
  --Line-Height-Multi-body2: 20px;
  --Line-Height-Multi-body3: 20px;
  --Line-Height-Multi-caption: 18px;
  --Line-Height-Single-Title1: 44px;
  --Line-Height-Single-Title2: 40px;
  --Line-Height-Single-Title3: 36px;
  --Line-Height-Single-Headline1: 30px;
  --Line-Height-Single-Headline2: 26px;
  --Line-Height-Single-Headline3: 24px;
  --Line-Height-Single-body1: 22px;
  --Line-Height-Single-body2: 18px;
  --Line-Height-Single-body3: 18px;
  --Line-Height-Single-caption: 18px;
  --Padding-card-medium: 32px;
  --medium: 32px;
  --Padding-card-xsmall: 16px;
  --xsmall: 16px;
  --Padding-card-small: 24px;
  --small: 24px;
  --Padding-card-large: 40px;
  --large: 40px;
  --fontSize-12: 12px;
  --max-width: 640px;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon.icon-navigation {
  background-image: url(../images/icons/icon-navigation.svg);
}
.icon.icon-sub-navigation {
  background-image: url(../images/icons/icon-sub-navigation.svg);
}
.icon.icon-close {
  background-image: url(../images/icons/icon-close.svg);
}
.icon.icon-pause {
  background-image: url(../images/icons/icon-pause.svg);
}
.icon.icon-play {
  background-image: url(../images/icons/icon-play.svg);
}
.icon.icon-search {
  background-image: url(../images/icons/icon-search.svg);
}
.icon.icon-more-arrow {
  background-image: url(../images/icons/icon-more-arrow.svg);
}
.icon.icon-back {
  background-image: url(../images/icons/icon-back.svg);
}
.icon.icon-slide-up {
  background-image: url(../images/icons/icon-slide-up.svg);
}
.icon.icon-type-audio {
  background-image: url(../images/icons/icon-type-audio.svg);
}
.icon.icon-type-docu {
  background-image: url(../images/icons/icon-type-docu.svg);
}
.icon.icon-type-image {
  background-image: url(../images/icons/icon-type-image.svg);
}
.icon.icon-type-video {
  background-image: url(../images/icons/icon-type-video.svg);
}
.icon.icon-expire {
  background-image: url(../images/icons/icon-expire.svg);
}
.icon.icon-selected {
  background-image: url(../images/icons/icon-selected.svg);
}
.icon.icon-select-arrow {
  background-image: url(../images/icons/icon-select-arrow.svg);
}
.icon.icon-calendar {
  background-image: url(../images/icons/icon-calendar.svg);
}
.icon.icon-fold-arrow {
  background-image: url(../images/icons/icon-fold-arrow.svg);
}
.icon.icon-cont-close {
  background-image: url(../images/icons/icon-cont-close.svg);
}
.icon.icon-download-bk {
  background-image: url(../images/icons/icon-download-bk.svg);
}
.icon.icon-heart-off {
  background-image: url(../images/icons/icon-heart-off.svg);
}
.icon.icon-heart-on {
  background-image: url(../images/icons/icon-heart-on.svg);
}
.icon.icon-full {
  background-image: url(../images/icons/icon-full.svg);
}
.icon.icon-paging-next {
  background-image: url(../images/icons/icon-paging-next.svg);
}
.icon.icon-list-left {
  background-image: url(../images/icons/icon-list-left.svg);
}
.icon.icon-list-right {
  background-image: url(../images/icons/icon-list-right.svg);
}
.icon.icon-menu {
  background-image: url(../images/icons/icon-menu.svg);
}
.icon.icon-vid-play {
  background-image: url(../images/icons/icon-vid-play.svg);
}
.icon.icon-integrated-search {
  background-image: url(../images/icons/icon-integrated-search.svg);
}
.icon.icon-more {
  background-image: url(../images/icons/icon-more.svg);
}
.icon.icon-onair {
  background-image: url(../images/icons/icon-onair.svg);
}
.icon.icon-type-folder {
  background-image: url(../images/icons/icon-type-folder.svg);
}
.icon.icon-12 {
  width: 12px;
  height: 12px;
}
.icon.icon-14 {
  width: 14px;
  height: 14px;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-18 {
  width: 18px;
  height: 18px;
}
.icon.icon-20 {
  width: 20px;
  height: 20px;
}
.icon.icon-24 {
  width: 24px;
  height: 24px;
}
.icon.icon-35 {
  width: 35px;
  height: 35px;
}
.icon.icon-48 {
  width: 48px;
  height: 48px;
}

.size-12 {
  width: 12px !important;
  height: 12px !important;
}
.size-14 {
  width: 14px !important;
  height: 14px !important;
}
.size-16 {
  width: 16px !important;
  height: 16px !important;
}
.size-18 {
  width: 18px !important;
  height: 18px !important;
}
.size-20 {
  width: 20px !important;
  height: 20px !important;
}
.size-24 {
  width: 24px !important;
  height: 24px !important;
}
.size-35 {
  width: 35px !important;
  height: 35px !important;
}
.size-48 {
  width: 48px !important;
  height: 48px !important;
}

button {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: fit-content;
  height: fit-content;
  font-family: "Pretendard";
}

button,
.btn {
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  height: fit-content;
  font-family: var(--Family-Font);
}
button.primary,
.btn.primary {
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--Primary-Button-ButtonFilled);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: var(--GrayScale-RealWhite);
  transition: all 0.3s;
}
button.primary.mid,
.btn.primary.mid {
  border-radius: 4px;
  gap: 4px;
  font-size: var(--Size-body3);
  font-weight: 500;
  line-height: var(--Line-Height-Single-body3);
  color: var(--GrayScale-RealWhite);
}
button.primary.lg,
.btn.primary.lg {
  border-radius: 8px;
  padding: 13px 16px;
}
button.primary.w380,
.btn.primary.w380 {
  width: 380px;
}
button.primary:hover, button.primary:active, button.primary.pressed,
.btn.primary:hover,
.btn.primary:active,
.btn.primary.pressed {
  background-color: var(--color-blue-blue_700);
}
button.primary:disabled,
.btn.primary:disabled {
  background-color: var(--Primary-Button-Border150);
  color: var(--Primary-Text-Color-Gray-Text-Color-500);
}
button.teritary,
.btn.teritary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 8px;
  background-color: var(--Primary-Button-ButtonWhite);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--Primary-Text-Color-Gray-Text-Color-800);
}
button.teritary.active, button.teritary:hover,
.btn.teritary.active,
.btn.teritary:hover {
  background-color: var(--Primary-Button-LightGray);
}
button.teritary.round,
.btn.teritary.round {
  padding: 5px 16px;
  border-radius: 90px;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Primary-Text-Color-Gray-Text-Color-800);
  border: 1px solid var(--Primary-Border-500);
  background-color: var(--Primary-Button-ButtonWhite);
}
button.teritary.round.active, button.teritary.round:hover,
.btn.teritary.round.active,
.btn.teritary.round:hover {
  border-color: var(--Primary-Border-200);
  background-color: var(--Primary-Button-Border150);
}
button.teritary--file,
.btn.teritary--file {
  max-width: 165px;
}
button.teritary--file span,
.btn.teritary--file span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
button.teritary.square,
.btn.teritary.square {
  padding: 5px 16px;
  border-radius: 8px;
  gap: 8px;
  background-color: var(--Primary-Button-ButtonWhite);
  border: 1px solid var(--Primary-Border-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--Primary-Text-Color-Gray-Text-Color-900);
}
button.teritary.square.active, button.teritary.square:hover,
.btn.teritary.square.active,
.btn.teritary.square:hover {
  border-color: var(--Primary-Border-200);
  background-color: var(--Primary-Button-Border150);
}
button.teritary:disabled,
.btn.teritary:disabled {
  border-color: var(--Primary-Border-100);
  background: var(--Primary-Button-LightGray);
  color: var(--GrayScale-Gray500);
}

.iconbtn {
  width: 24px;
  height: 24px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 6px;
  background-color: var(--GrayScale-Gray50);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Primary-TextColor-GrayTextColor-700);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chips.type-select .chip.active {
  background-color: var(--Primary-Primary-IBKBlue);
  color: var(--GrayScale-RealWhite);
  border-color: var(--Primary-Primary-IBKBlue);
}
.chips.type-radio .chip.active {
  background-color: var(--GrayScale-RealBlack);
  color: var(--GrayScale-RealWhite);
  border-color: var(--GrayScale-RealBlack);
}
.chips__slide {
  display: flex;
  gap: 7px;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s;
}
.chips__slide .chips {
  flex: 1;
}
.chips__slide__btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1.25px solid var(--Primary-TextColor-GrayTextColor-800);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0);
  transition: all 0.3s;
}
.chips__slide.open .chips__slide__btn {
  transform: rotate(-180deg);
}

.chip {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid var(--Primary-Border-200);
  border-radius: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-700);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--Primary-Text-Color-Gray-Text-Color-700);
  cursor: pointer;
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url(../images/common/checkbox-default.svg);
}
.checkbox input[type=checkbox]:checked + label:before {
  background-image: url(../images/common/checkbox-checked.svg);
}
.checkbox input[type=checkbox]:disabled + label:before {
  background-image: url(../images/common/checkbox-disabled.svg);
}
.checkbox input[type=checkbox]:disabled:checked + label:before {
  background-image: url(../images/common/checkbox-cheked-disabled.svg);
}
.checkboxList {
  display: flex;
  align-items: center;
  gap: 24px;
}
.checkbox.lg input[type=checkbox] + label:before {
  content: "";
  width: 24px;
  height: 24px;
}

.radiobox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.radiobox input[type=radio] {
  display: none;
}
.radiobox input[type=radio] + label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--Primary-Text-Color-Gray-Text-Color-700);
  cursor: pointer;
}
.radiobox input[type=radio] + label:before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url(../images/common/radio-default.svg);
}
.radiobox input[type=radio]:checked + label:before {
  background-image: url(../images/common/radio-checked.svg);
}
.radiobox input[type=radio]:disabled + label:before {
  background-image: url(../images/common/radio-disabled.svg);
}
.radiobox input[type=radio]:disabled:checked + label:before {
  background-image: url(../images/common/radio-cheked-disabled.svg);
}

.tab {
  overflow-x: auto;
}
.tab::-webkit-scrollbar {
  display: none;
}
.tab__list {
  display: flex;
}
.tab__item button,
.tab__item a {
  display: inline-block;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-500);
  width: fit-content;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  border-bottom: 1px solid var(--Primary-Border-100);
}
.tab__item.active button,
.tab__item.active a {
  border-bottom: 3px solid var(--Primary-Border-900);
  font-weight: 700;
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.tab.primary button,
.tab.primary a {
  min-width: 220px;
  flex: 1;
  text-align: center;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--Primary-Text-Color-Gray-Text-Color-500);
}
.tab.primary button b,
.tab.primary a b {
  font-weight: bold;
}
.tab.primary button:before,
.tab.primary a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--Primary-Border-100);
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab.primary button:after,
.tab.primary a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--Primary-Border-900);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.tab.primary button:hover,
.tab.primary a:hover {
  color: var(--GrayScale-Gray900);
  font-weight: bold;
}
.tab.primary button:hover b,
.tab.primary a:hover b {
  color: var(--Primary-Badge-Blue);
}
.tab.primary button.active,
.tab.primary a.active {
  color: var(--GrayScale-Gray900);
  font-weight: bold;
}
.tab.primary button.active b,
.tab.primary a.active b {
  color: var(--Primary-Badge-Blue);
}
.tab.primary button.active:after,
.tab.primary a.active:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
.tab.primary.type2 button:after,
.tab.primary.type2 a:after {
  background-color: var(--Primary-Button-Line);
}
.tab.fixed {
  position: sticky;
  top: 46px;
  z-index: 10;
  background-color: #fff;
}

.btn-live {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  padding: 3px 8px;
  background-color: var(--Primary-Badge-Coral);
  color: var(--GrayScale-RealWhite);
  font-size: var(--Size-caption);
  font-weight: 500;
  line-height: var(--Line-Height-Single-caption);
  border: 1px solid var(--Primary-Badge-Coral);
  box-shadow: 0px 0px 8px 0px rgba(255, 105, 105, 0);
  animation: onair 0.8s infinite alternate;
}
.btn-live .icon {
  animation: onairIcon 0.8s infinite alternate;
}

@keyframes onair {
  0% {
    background-color: var(--Primary-Badge-Coral);
    border-color: var(--Primary-Badge-Coral);
    box-shadow: 0px 0px 8px 0px rgba(255, 105, 105, 0);
  }
  100% {
    background-color: #fff;
    border-color: #dc2d1c;
    box-shadow: 0px 0px 8px 0px rgba(255, 105, 105, 0.41);
    color: #dc2d1c;
  }
}
@keyframes onairIcon {
  0% {
    background-image: url(../images/icons/icon-onair.svg);
  }
  100% {
    background-image: url(../images/icons/icon-onair-alert.svg);
  }
}
input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  box-shadow: none;
}

.field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.field input {
  flex-grow: 1;
  height: 22px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.field input::placeholder {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--GrayScale-Gray500);
}
.field__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 15px 16px;
  border: 1px solid var(--Primary-Border-200);
  border-radius: 12px;
  background: var(--GrayScale-RealWhite);
  overflow: hidden;
  width: 100%;
}
.field__input .icon {
  width: 18px;
  height: 18px;
}
.field__input button {
  width: 18px;
  height: 18px;
}
.field__input span {
  color: var(--Primary-Text-Color-Gray-Text-Color-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.field__input:has(textarea) {
  padding: 16px 0;
  height: 80px;
}
.field--date {
  gap: 4px;
}
.field--date .field__input {
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  background-image: url(/assets/images/icons/icon-calendar.svg);
  cursor: pointer;
}
.field--date .field__input input {
  cursor: pointer;
}

.range {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 89px;
  padding-top: 41px;
}
.range__input.ui-slider {
  height: 4px;
  border-radius: 2px;
  background: var(--DeepBlue-IconDeepBlue100);
  border: none;
  margin: 10px 0;
}
.range__input.ui-slider .ui-slider-range {
  background: var(--Primary-PointColor-HighlightBlue);
}
.range__input.ui-slider .ui-slider-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid var(--Primary-Border-Blue);
  background-color: var(--GrayScale-RealWhite);
  top: -9px;
  margin-left: -12px;
}
.range__input.ui-slider .ui-slider-handle.ui-state-focus {
  border-color: var(--Primary-Border-Blue);
  outline: none;
}
.range__tooltip {
  position: absolute;
  left: 0;
  top: 0;
}
.range__tooltip__min, .range__tooltip__max {
  font-family: "Pretendard";
  font-size: var(--fontSize-12);
  font-weight: 700;
  line-height: 16px;
  color: var(--GrayScale-RealWhite);
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--GrayScale-RealBlack0-7);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 13px);
  transform: translateX(-50%);
  white-space: nowrap;
}
.range__tooltip__min:after, .range__tooltip__max:after {
  content: "";
  width: 16px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url(../images/common/popover-tail.svg);
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translate(-50%);
}
.range__tooltip > span.active {
  margin-left: -12px;
}
.range__val {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--Size-caption);
  font-weight: 500;
  line-height: var(--Line-Height-Single-caption);
  color: var(--Primary-Text-Color-Gray-Text-Color-500);
}

.select {
  position: relative;
}
.select__selected {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--Primary-Border-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.select__selected p {
  flex: 1;
}
.select__selected .icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.select__option {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--Primary-Border-150);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  display: none;
}
.select__option__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.select__option__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--Size-body2);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-body2);
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.select__option__item .icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
.select__option__item a {
  flex: 1;
}
.select__option__item.selected {
  font-weight: 600;
}
.select.min .select__selected {
  padding: 7px 8px 7px 12px;
}
.select.min .select__selected .icon {
  width: 12px;
  height: 12px;
}
.select.open .select__selected .icon {
  transform: rotate(-180deg);
}

.datepicker .ui-datepicker {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 100%;
}
.datepicker .ui-datepicker-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.datepicker .ui-datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker .ui-datepicker-next {
  position: static;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid var(--Primary-Border-150);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
.datepicker .ui-datepicker .ui-datepicker-prev span,
.datepicker .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker .ui-datepicker-prev {
  background-image: url(/assets/images/icons/icon-calendar-prev.svg);
  order: 1;
}
.datepicker .ui-datepicker .ui-datepicker-next {
  background-image: url(/assets/images/icons/icon-calendar-next.svg);
  order: 3;
}
.datepicker .ui-datepicker-title {
  order: 2;
  margin: 0;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.datepicker .ui-datepicker-year {
  order: 1;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 24px;
  margin-bottom: 0;
}
.datepicker .ui-datepicker th {
  padding: 0;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-600);
}
.datepicker .ui-datepicker th:first-child {
  color: var(--Primary-SemanticColor-NegativeRed);
}
.datepicker .ui-datepicker th:last-child {
  color: var(--Primary-PointColor-PointBlue);
}
.datepicker .ui-datepicker td {
  padding: 0;
  padding-bottom: 8px;
}
.datepicker .ui-datepicker td .ui-state-default {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: var(--Primary-TextColor-GrayTextColor-900);
  text-align: center;
  margin: 0 auto;
}
.datepicker .ui-datepicker td.ui-datepicker-today .ui-state-default {
  background-color: var(--PrimaryScale-Blue200);
}
.datepicker .ui-datepicker td.ui-datepicker-current-day .ui-state-default {
  background-color: var(--GrayScale-Gray900);
  color: var(--GrayScale-RealWhite);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup__dim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.popup__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s;
}
.popup__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 20.9px 0px rgba(47, 75, 106, 0.11);
  overflow: hidden;
}
.popup__header__btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.popup__cont {
  height: 100%;
  overflow-y: auto;
}
.popup.active {
  display: block;
}
.popup.show .popup__dim {
  opacity: 0.7 !important;
  transition: all 0.2s;
}
.popup.show .popup__box {
  opacity: 1;
}
.popup.layer .popup__box {
  width: 100%;
  max-width: var(--max-width);
}
.popup.layer .popup__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup.layer .popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
}
.popup.layer .popup__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--Primary-Text-Color-Gray-Text-Color-700);
}
.popup.layer .popup__cont {
  padding: 0 24px;
  overflow-y: auto;
}
.popup.layer .popup__foot {
  display: flex;
  gap: 10px;
  padding: 16px 24px 24px;
}
.popup.layer .popup__foot button {
  flex: 1;
}
.popup.alert .popup__cont {
  width: 450px;
}
.popup.alert .popup__cont {
  padding: 60px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #555;
  text-align: center;
}
.popup.alert .popup__foot {
  display: flex;
  gap: 10px;
  padding: 16px;
}
.popup.alert .popup__foot button {
  flex: 1;
}
.popup.toast .popup__box {
  top: auto;
  bottom: -100%;
  transition: all 0.3s;
}
.popup.toast .popup__inner {
  min-width: 400px;
  padding: 24px 20px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.85);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.popup.toast .popup__cont {
  font-size: var(--Size-body3);
  font-weight: 600;
  line-height: var(--Line-Height-Single-body3);
  color: var(--GrayScale-RealWhite);
}
.popup.toast.show .popup__box {
  bottom: 40px;
}
.popup.window .popup__box {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: static;
  transform: none;
  margin: 0 auto;
}
.popup.window .popup__inner {
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.popup.window .popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 36px;
}
.popup.window .popup__title {
  font-size: var(--Size-body2);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-body2);
  color: var(--Primary-Text-Color-Gray-Text-Color-700);
}
.popup.window .popup__cont {
  padding: 6px 36px 24px;
  overflow-y: auto;
}
.popup.window .popup__cont .video {
  width: 100%;
  aspect-ratio: 16/9;
}
.popup.window .popup__cont video {
  width: 100%;
  aspect-ratio: 16/9;
}
.popup .popup__box.contentsView {
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  max-height: 100%;
}
.popup .popup__box.contentsView .popup__inner {
  border-radius: 0;
}
.popup .popup__box.contentsView .contents {
  height: 100%;
}
.popup .popup__box.contentsView .contentsView__close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 10;
}
.popup .popup__box.contentsView .contentsView__prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.popup .popup__box.contentsView .contentsView__next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.popup .popup__box.contentsView .tab.primary button {
  min-width: auto;
}

.modal {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Primary-Border-200);
  background: var(--GrayScale-RealWhite);
  z-index: 10;
  display: none;
}
.modal__wrap {
  position: relative;
}
.modal--copy {
  width: 359px;
}

.hidden {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.pt0 {
  padding-top: 0px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pt64 {
  padding-top: 64px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pb64 {
  padding-bottom: 64px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.pl64 {
  padding-left: 64px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pr64 {
  padding-right: 64px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt64 {
  margin-top: 64px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.ml64 {
  margin-left: 64px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mr64 {
  margin-right: 64px !important;
}

.t1-multi-bold {
  font-size: var(--Size-Title1);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Title1);
  color: #333;
}
.t1-multi-semibold {
  font-size: var(--Size-Title1);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Title1);
  color: #333;
}
.t1-multi-medium {
  font-size: var(--Size-Title1);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Title1);
  color: #333;
}
.t1-multi-regular {
  font-size: var(--Size-Title1);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Title1);
  color: #333;
}
.t1-single-bold {
  font-size: var(--Size-Title1);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Title1);
  color: #333;
}
.t1-single-semibold {
  font-size: var(--Size-Title1);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Title1);
  color: #333;
}
.t1-single-medium {
  font-size: var(--Size-Title1);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Title1);
  color: #333;
}
.t1-single-regular {
  font-size: var(--Size-Title1);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Title1);
  color: #333;
}

.t2-multi-bold {
  font-size: var(--Size-Title2);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Title2);
  color: #333;
}
.t2-multi-semibold {
  font-size: var(--Size-Title2);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Title2);
  color: #333;
}
.t2-multi-medium {
  font-size: var(--Size-Title2);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Title2);
  color: #333;
}
.t2-multi-regular {
  font-size: var(--Size-Title2);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Title2);
  color: #333;
}
.t2-single-bold {
  font-size: var(--Size-Title2);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Title2);
  color: #333;
}
.t2-single-semibold {
  font-size: var(--Size-Title2);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Title2);
  color: #333;
}
.t2-single-medium {
  font-size: var(--Size-Title2);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Title2);
  color: #333;
}
.t2-single-regular {
  font-size: var(--Size-Title2);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Title2);
  color: #333;
}

.t3-multi-bold {
  font-size: var(--Size-Title3);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Title3);
  color: #333;
}
.t3-multi-semibold {
  font-size: var(--Size-Title3);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Title3);
  color: #333;
}
.t3-multi-medium {
  font-size: var(--Size-Title3);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Title3);
  color: #333;
}
.t3-multi-regular {
  font-size: var(--Size-Title3);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Title3);
  color: #333;
}
.t3-single-bold {
  font-size: var(--Size-Title3);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Title3);
  color: #333;
}
.t3-single-semibold {
  font-size: var(--Size-Title3);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Title3);
  color: #333;
}
.t3-single-medium {
  font-size: var(--Size-Title3);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Title3);
  color: #333;
}
.t3-single-regular {
  font-size: var(--Size-Title3);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Title3);
  color: #333;
}

.h1-multi-bold {
  font-size: var(--Size-Headline1);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Headline1);
  color: #333;
}
.h1-multi-semibold {
  font-size: var(--Size-Headline1);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Headline1);
  color: #333;
}
.h1-multi-medium {
  font-size: var(--Size-Headline1);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Headline1);
  color: #333;
}
.h1-multi-regular {
  font-size: var(--Size-Headline1);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Headline1);
  color: #333;
}
.h1-single-bold {
  font-size: var(--Size-Headline1);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Headline1);
  color: #333;
}
.h1-single-semibold {
  font-size: var(--Size-Headline1);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Headline1);
  color: #333;
}
.h1-single-medium {
  font-size: var(--Size-Headline1);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Headline1);
  color: #333;
}
.h1-single-regular {
  font-size: var(--Size-Headline1);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Headline1);
  color: #333;
}

.h2-multi-bold {
  font-size: var(--Size-Headline2);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Headline2);
  color: #333;
}
.h2-multi-semibold {
  font-size: var(--Size-Headline2);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Headline2);
  color: #333;
}
.h2-multi-medium {
  font-size: var(--Size-Headline2);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Headline2);
  color: #333;
}
.h2-multi-regular {
  font-size: var(--Size-Headline2);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Headline2);
  color: #333;
}
.h2-single-bold {
  font-size: var(--Size-Headline2);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Headline2);
  color: #333;
}
.h2-single-semibold {
  font-size: var(--Size-Headline2);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Headline2);
  color: #333;
}
.h2-single-medium {
  font-size: var(--Size-Headline2);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Headline2);
  color: #333;
}
.h2-single-regular {
  font-size: var(--Size-Headline2);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Headline2);
  color: #333;
}

.h3-multi-bold {
  font-size: var(--Size-Headline3);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-Headline3);
  color: #333;
}
.h3-multi-semibold {
  font-size: var(--Size-Headline3);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-Headline3);
  color: #333;
}
.h3-multi-medium {
  font-size: var(--Size-Headline3);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-Headline3);
  color: #333;
}
.h3-multi-regular {
  font-size: var(--Size-Headline3);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-Headline3);
  color: #333;
}
.h3-single-bold {
  font-size: var(--Size-Headline3);
  font-weight: 700;
  line-height: var(--Line-Height-Single-Headline3);
  color: #333;
}
.h3-single-semibold {
  font-size: var(--Size-Headline3);
  font-weight: 600;
  line-height: var(--Line-Height-Single-Headline3);
  color: #333;
}
.h3-single-medium {
  font-size: var(--Size-Headline3);
  font-weight: 500;
  line-height: var(--Line-Height-Single-Headline3);
  color: #333;
}
.h3-single-regular {
  font-size: var(--Size-Headline3);
  font-weight: 400;
  line-height: var(--Line-Height-Single-Headline3);
  color: #333;
}

.body1-multi-bold {
  font-size: var(--Size-body1);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-body1);
  color: #333;
}
.body1-multi-semibold {
  font-size: var(--Size-body1);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-body1);
  color: #333;
}
.body1-multi-medium {
  font-size: var(--Size-body1);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-body1);
  color: #333;
}
.body1-multi-regular {
  font-size: var(--Size-body1);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-body1);
  color: #333;
}
.body1-single-bold {
  font-size: var(--Size-body1);
  font-weight: 700;
  line-height: var(--Line-Height-Single-body1);
  color: #333;
}
.body1-single-semibold {
  font-size: var(--Size-body1);
  font-weight: 600;
  line-height: var(--Line-Height-Single-body1);
  color: #333;
}
.body1-single-medium {
  font-size: var(--Size-body1);
  font-weight: 500;
  line-height: var(--Line-Height-Single-body1);
  color: #333;
}
.body1-single-regular {
  font-size: var(--Size-body1);
  font-weight: 400;
  line-height: var(--Line-Height-Single-body1);
  color: #333;
}

.body2-multi-bold {
  font-size: var(--Size-body2);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-body2);
  color: #333;
}
.body2-multi-semibold {
  font-size: var(--Size-body2);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-body2);
  color: #333;
}
.body2-multi-medium {
  font-size: var(--Size-body2);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-body2);
  color: #333;
}
.body2-multi-regular {
  font-size: var(--Size-body2);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-body2);
  color: #333;
}
.body2-single-bold {
  font-size: var(--Size-body2);
  font-weight: 700;
  line-height: var(--Line-Height-Single-body2);
  color: #333;
}
.body2-single-semibold {
  font-size: var(--Size-body2);
  font-weight: 600;
  line-height: var(--Line-Height-Single-body2);
  color: #333;
}
.body2-single-medium {
  font-size: var(--Size-body2);
  font-weight: 500;
  line-height: var(--Line-Height-Single-body2);
  color: #333;
}
.body2-single-regular {
  font-size: var(--Size-body2);
  font-weight: 400;
  line-height: var(--Line-Height-Single-body2);
  color: #333;
}

.body3-multi-bold {
  font-size: var(--Size-body3);
  font-weight: 700;
  line-height: var(--Line-Height-Multi-body3);
  color: #333;
}
.body3-multi-semibold {
  font-size: var(--Size-body3);
  font-weight: 600;
  line-height: var(--Line-Height-Multi-body3);
  color: #333;
}
.body3-multi-medium {
  font-size: var(--Size-body3);
  font-weight: 500;
  line-height: var(--Line-Height-Multi-body3);
  color: #333;
}
.body3-multi-regular {
  font-size: var(--Size-body3);
  font-weight: 400;
  line-height: var(--Line-Height-Multi-body3);
  color: #333;
}
.body3-single-bold {
  font-size: var(--Size-body3);
  font-weight: 700;
  line-height: var(--Line-Height-Single-body3);
  color: #333;
}
.body3-single-semibold {
  font-size: var(--Size-body3);
  font-weight: 600;
  line-height: var(--Line-Height-Single-body3);
  color: #333;
}
.body3-single-medium {
  font-size: var(--Size-body3);
  font-weight: 500;
  line-height: var(--Line-Height-Single-body3);
  color: #333;
}
.body3-single-regular {
  font-size: var(--Size-body3);
  font-weight: 400;
  line-height: var(--Line-Height-Single-body3);
  color: #333;
}

.caption-14-bold {
  font-size: var(--Size-caption);
  font-weight: 700;
  line-height: var(--Line-Height-Single-caption);
  color: #333;
}
.caption-14-medium {
  font-size: var(--Size-caption);
  font-weight: 500;
  line-height: var(--Line-Height-Single-caption);
  color: #333;
}
.caption-12-bold {
  font-size: var(--Size-caption);
  font-weight: 700;
  line-height: var(--Line-Height-Single-caption);
  color: #333;
}

.blue-ibk {
  color: var(--Primary-Primary-IBKBlue);
}
.blue-500 {
  color: var(--DeepBlue-IconDeepBlue500);
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Pretendard";
}

.wrap {
  width: 100%;
  max-width: var(--max-width);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.inner {
  padding: 16px;
  width: 100%;
}
.inner-scroll-x {
  padding-left: 16px;
  overflow-x: auto;
}
.inner-scroll-x::-webkit-scrollbar {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 9px 12px;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: var(--max-width);
  background-color: #fff;
  z-index: 100;
}
.header h1 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-900);
}

.navigation {
  position: relative;
}
.navigation__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 220px;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  padding: 8px 24px 16px;
  box-shadow: -8px 14px 16px 0px rgba(0, 0, 0, 0.2);
}
.navigation__menu__title {
  display: block;
  color: var(--GrayScale-Gray500, #737684);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  text-align: left;
}
.navigation__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.navigation__item a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Primary-TextColor-GrayTextColor-900);
}
.navigation-sub .navigation__btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.navigation-sub .icon-navigation {
  background-image: url(../images/icons/icon-sub-navigation.svg);
}
.navigation-sub .navigation__menu {
  top: -20px;
  right: -19px;
  padding: 23px 24px 16px;
  border-radius: 16px 0 0 16px;
  z-index: 2;
}
.navigation-sub .navigation__list {
  margin-top: 19px;
  gap: 0;
}
.navigation-sub .navigation__item > a {
  text-align: left;
  padding: 10px 0;
}

.section {
  width: 100%;
  overflow: hidden;
}

.space {
  width: 100%;
  height: 12px;
  background-color: var(--GrayScale-Gray50);
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--Primary-Divider-Opacity);
  margin: 15px 0;
}

.footer {
  padding: 12px 0 24px 20px;
  background-color: #5a5e6c;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: auto;
}

.flex {
  display: flex;
}
.flex.a-center {
  align-items: center;
}
.flex.j-sb {
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}

.gap15 {
  gap: 15px !important;
}