@charset "UTF-8";
/* Responsive */
/* 모바일에서 레이아웃에 가둬진 박스의 너비가 풀로 가져가야 할때 */
/* Ellipsis */
@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");
@import url("swiper.min.css");
@import url("layout.css");
@import url("header.css");
@import url("footer.css");
@import url("aos.css");
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-Light.eot);
  src: local("☺"), url(../fonts/Pretendard-Light.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-Light.woff2) format("woff2"), url(../fonts/Pretendard-Light.woff) format("woff"), url(../fonts/Pretendard-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-Regular.eot);
  src: local("☺"), url(../fonts/Pretendard-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-Regular.woff2) format("woff2"), url(../fonts/Pretendard-Regular.woff) format("woff"), url(../fonts/Pretendard-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-Medium.eot);
  src: local("☺"), url(../fonts/Pretendard-Medium.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-Medium.woff2) format("woff2"), url(../fonts/Pretendard-Medium.woff) format("woff"), url(../fonts/Pretendard-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-SemiBold.eot);
  src: local("☺"), url(../fonts/Pretendard-SemiBold.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../fonts/Pretendard-SemiBold.woff) format("woff"), url(../fonts/Pretendard-SemiBold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-Bold.eot);
  src: local("☺"), url(../fonts/Pretendard-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-Bold.woff2) format("woff2"), url(../fonts/Pretendard-Bold.woff) format("woff"), url(../fonts/Pretendard-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-display: swap;
  src: url(../fonts/Pretendard-ExtraBold.eot);
  src: local("☺"), url(../fonts/Pretendard-ExtraBold.eot#iefix) format("embedded-opentype"), url(../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../fonts/Pretendard-ExtraBold.woff) format("woff"), url(../fonts/Pretendard-ExtraBold.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
}
html {
  height: 100%;
  font-size: 1px;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.052083333vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.266666667vw;
  }
}

body {
  min-width: 320px;
  background-color: #e3e7f6;
  color: #031C61;
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, 16rem, 999rem);
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: keep-all;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 750px) {
  body {
    font-size: clamp(10px, 14rem, 999rem);
  }
}

::-webkit-scrollbar {
  display: none;
}

::placeholder {
  color: #6c6c6c;
}

body,
div,
p,
span,
a,
section,
label,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
header,
footer,
main,
b,
i,
strong,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-style: normal;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

img,
video,
svg {
  display: block;
  border: none;
  width: 100%;
}

option {
  color: inherit;
}

section {
  position: relative;
}

picture {
  display: block;
  width: 100%;
}

/* Pop-up Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  background: white;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(30px);
  transition: transform 0.3s ease;
}

.popup-overlay.show .popup-container {
  transform: translateY(0);
}

.popup-header {
  /*background: linear-gradient(135deg, #6366f1, #8b5cf6);*/
  background: linear-gradient(135deg, #F79E8D, #FF4B1C);
  color: white;
  padding: 24px;
  position: relative;
  text-align: center;
}

.popup-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Pretendard', sans-serif;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.popup-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.popup-content {
  padding: 24px;
  font-size: 15px;
}

.popup-content h3 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  font-family: 'Pretendard', sans-serif;
}

.popup-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-content li {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  color: #4b5563;
  line-height: 1.5;
}

.popup-content li:before {
  content: "•";
  color: #6366f1;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.popup-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.dont-show-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #6b7280;
  user-select: none;
}

.dont-show-checkbox input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s ease;
}

.dont-show-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #6366f1;
  border-color: #6366f1;
}

.dont-show-checkbox input[type="checkbox"]:checked + .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*$ci: #FF4B1C;*/
/*$ci_s: #F79E8D;*/

.popup-btn-close {
  /*background: linear-gradient(135deg, #6366f1, #8b5cf6);*/
  background: linear-gradient(135deg, #856bd1, #320a73);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Pretendard', sans-serif;
}

.popup-btn-close:hover {
  background: linear-gradient(135deg, #8d8ff7, #461cff);
  transform: translateY(-1px);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .popup-container {
    width: 95%;
    margin: 20px;
  }

  .popup-header {
    padding: 20px;
  }

  .popup-header h2 {
    font-size: 20px;
  }

  .popup-content {
    padding: 20px;
  }

  .popup-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .popup-btn-close {
    width: 100%;
    margin-top: 8px;
  }
}
