@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
  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: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff")
    format("woff");
  font-weight: 900;
  font-style: normal;
}

.mobile-wrap {
  /* width: 100%; */
  /* overflow: hidden; */
  display:contents;
  /* max-width: 1024px; */
  align-self: center;
  align-items: center;
}

#mobile-head-line {
  height: 45px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

#menuBtn {
  margin-left: 3%;
  background: transparent;
  z-index: 1001;
  cursor: pointer;
}
#menuBtn > span {
  display: block;
  height: 18px;
  margin: 0 auto;
  /* background-color: transparent; */
  /* background-repeat: no-repeat; */
  /* background-image: url("images/top/menu_bar.png"); */
  /* text-indent: -9999px; */
}
#menuBtn > span > img {
  width: 20px !important;
  height: 18px;
}

#logoutBtn {
  cursor: pointer;
}

/* #side-menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.s_transBg {
  width: 100%;
  height: 0%;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  -ms-transition: background-color .25s, height 0s .25s;
  -moz-transition: background-color .25s, height 0s .25s;
  -o-transition: background-color .25s, height 0s .25s;
  transition: background-color .25s, height 0s .25s;
} */

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  padding: 10px 20px;
}

.modal-body {
  /* padding: 1.5vw 1.5vw; */
  padding: 20px 20px;
}
.modal-footer {
  padding: 20px 20px;
}
.modal-footer>button {
  margin:0;
  /* margin-left: 0.5vw; */
  margin-left: 10px;
}

.modal-dialog {
  /* max-width: 26.0417vw; */
  max-width: 80%;
  margin: 1.75rem auto;
}

#memberLoginModalBody {
  padding: 0;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0521vw solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.close {
  color: #aaa;
  position: absolute;
  top: 0.5208vw;
  right: 0.5208vw;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  position: absolute;
  left: -520.8333vw;
  top: auto;
  width: 0.0521vw;
  height: 0.0521vw;
  overflow: hidden;
}
/*공통영역 css 시작*/
body {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  font-family: "Pretendard";
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  list-style: none;
}
body,
td,
p,
input,
button,
textarea,
select,
.c1 {
  font-family: "Pretendard";
  font-size: 12px;
  color: #3d3d3d;
}
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.customChkBox > input[type="checkbox"] {
  display: none;
}
.customChkBox > label {
  position: relative;
  /* height: 1.4063vw; */
  line-height: 1.5;
  padding-left: 20px;
  margin: 0;
}
.customChkBox > label::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 0; */
  /* width: 1.4063vw; */
  width: 16px;
  /* height: 1.4063vw; */
  height: 16px;
  background-image: url("/images/check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}
.customChkBox > input[type="checkbox"]:checked + label::before {
  background-image: url("/images/check_on.png");
}

.contentCover {
  padding: 4.6875vw 0 5.2083vw;
}
/*공통영역 css 끝*/

/*헤더영역 css 시작*/
header {
  height: 0;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
header.sub {
  position: relative;
  height: auto;
}
.topArea {
  display: inline-block;
  width: 100%;
  padding: 20px 0 10px;
  transition: 0.2s ease-out;
  background-color: #fff;
  color: #224597;
}
.topArea * {
  transition: 0.2s ease-out;
  /* color: #fff; */
}

#menuBtn {
  float: left;
}

.logo {
  /* float: left; */
  /* margin-left: 5%; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* position: absolute; */
}
.logo > img:nth-child(2) {
  position: relative;
  /* left: 0; */
  top: 0;
  opacity: 0;
  width: 120px !important;
  margin-top : -5px;
}

/* 사이드바 스타일*/
/* Sidebar initial hidden state */
.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  /* background-color: #224597; Match your design */
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000; /* Ensure it overlays other elements */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

/* Overlay to dim background when sidebar is open */
.side-menu-wrap .s_transBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

/* Show the overlay when sidebar is open */
.side-menu-wrap.open .s_transBg {
    display: block;
}

/* Close button styles */
.s_h_closeBttn {
  cursor: pointer;
  color: white;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Content inside the sidebar */
.s_inner > a{
  color: #000;
  /* color: #ffffff; */
}

.menuList li {
  padding-left: 10px;
}

.menuList a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.menuList a:hover {
  color: #ffd700; /* Highlight on hover */
}

.s_h_header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #224597;
  color: #ffffff !important;
  padding: 10px;
}

.s_h_header a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.s_footer {
  background-color: #07182d;
  font-size: 12px;
  color: #ffffff;
  height: 45px;
  padding: 10px;
}

.menu {
  display: inline-block;
}
.menu > li {
  float: left;
}
.menu > li:not(:first-child) {
  margin-left: 2.0833vw;
}
.menu > li > a {
  color: #fff;
  font-size: 0.9896vw;
  font-weight: 600;
}
.memberLink {
  float: right;
  margin-right: 3%;
}
.memberLink > a {
  font-size: 16px;
  color: #fff;
  margin-left: 2.3438vw;
}
.topArea.scroll,
.topArea.sub {
  background: #fff;
  border-bottom: 0.0521vw solid #c8c8c8;
}
.topArea.scroll *,
.topArea.sub * {
  color: #000;
}
.topArea.scroll .logo > img:nth-child(1),
.topArea.sub .logo > img:nth-child(1) {
  opacity: 0;
}
.topArea.scroll .logo > img:nth-child(2),
.topArea.sub .logo > img:nth-child(2) {
  opacity: 1;
}
/*헤더영역 css 끝*/

.scrollPoint {
  position: absolute;
}
/*인트로영역 css 시작*/
#intro {
  position: relative;
}
.main-slide {
  width: 100%;
  /* height: 50vw; */
  height: 800px;
  overflow: hidden;
  position: relative;
}
.main-slide .slide-content > p.member-count-wrap {
  margin-top: 4vw;
  font-size: 3.8vw;
  font-weight: 800;
  line-height: 5.5vw;
  color: #fff;
}
.main-slide .slide-content > p.member-count-wrap .member-count-num {
  font-size: 6.5vw;
  font-weight: 800;
  color: #FFD966;
  letter-spacing: -0.1vw;
}
#slide-background1 {
  /* background-image: url("/images/main/intro/beta_slide_01.png"); */
  background-image: url("/images/main/intro/m_slide_bg1.png");
}
#slide-background2 {
  background-image: url("/images/main/intro/m_slide_bg2.png");
}
#slide-background3 {
  background-image: url("/images/main/intro/m_slide_bg3.png");
}
.main-slide .swiper-slide {
  /* background-size: cover; */
  /* background-size: 100vw 100vw; */
  /* background-size: 100vw !important; */
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  /* max-width: 468px !important; */
}

.main-slide .slide-content {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  top: 25%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.main-slide .slide-content > p:nth-child(1) {
  /* font-size: 3.1771vw; */
  /* font-size: 36px; */
  /* font-size: 8vw; */
  font-size: clamp(24px, 8vw, 36px);
  font-weight: 800;
  /* line-height: 3.8021vw; */
  line-height: 1.5;
  color: #fff;
}
.main-slide .slide-content > p:nth-child(1) > span {
  /* font-size: 1.1979vw; */
  /* font-size: 16px; */
  /* font-size: 5vw; */
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 600;
  /* margin-left: 0.5208vw; */
  margin-left: 5px;
}
.main-slide .slide-content > p:nth-child(2) {
  /* font-size: 2.0833vw; */
  /* font-size: 24px; */
  /* font-size: 5vw; */
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 800;
  /* line-height: 2.5vw; */
  line-height: 1.5;
  color: #fff;
}
.main-slide .slide-content > button {
  position: relative;
  /* margin-top: 2.6042vw; */
  margin-top: 20px;
  /* height: 2.8646vw; */
  height: 30px;
  box-sizing: border-box;
  border: 0.1042vw solid #fff;
  border-bottom: 0;
  background: none;
  /* font-size: 1.1458vw; */
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 700;
  color: #fff;
  padding: 0 3.6458vw;
}
.main-slide .slide-content > button > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  /* height: 0.1042vw; */
  height: 1px;
  background: #fff;
  transition: 0.2s ease-out;
}
.main-slide .slide-content > button > div > img {
  position: absolute;
  left: 100%;
  bottom: 0;
}
.main-slide .slide-content > button:hover > div {
  width: 85%;
}
.beta-container {
  position: absolute;
  left: 10%;
  bottom: 56%;
  /* margin-left: -31.25vw; */
  z-index: 10;
}

.beta-text p {
  /* font-size: 1vw; */
  /* font-size: 14px; */
  /* font-size: 3.75vw; */
  font-size: clamp(14px, 3.75vw, 24px);
  font-weight: 400;
  color: #fff;
}

.yellow-a {
  border: 0;
  color: #FFDC02 !important;
  font-weight: 700 !important;
  /* font-size: 4.5vw !important; */
  font-size: clamp(20px, 4.5vw, 32px) !important;
  margin-bottom: 0vw;
}


.slideTool {
  position: absolute;
  left: 10%;
  /* bottom: 5.7292vw; */
  bottom: 5%;
  /* margin-left: -31.25vw; */
  z-index: 10;
}
.slideTool > button {
  float: left;
  /* width: 0.4167vw; */
  width: 6px;
  /* height: 0.625vw; */
  height: 6px;
  border: 0;
  padding: 0;
  margin: 0 0.5208vw 0 0;
  background-color: unset;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideTool > button.slidePrev {
  background-image: url("/images/main/intro/slide_prev.png");
}
.slideTool > button.slidePause {
  background-image: url("/images/main/intro/slide_stop.png");
}
.slideTool > button.slidePause.stop {
  background-image: url("/images/main/intro/slide_play.png");
}
.slideTool > button.slideNext {
  background-image: url("/images/main/intro/slide_next.png");
}
.slideTool .slideCorrent {
  float: left;
}
.slideTool .slideCorrent > div {
  float: left;
  /* width: 0.625vw; */
  /* height: 0.625vw; */
  width: 10px;
  height: 7px;
  background-color: #fff;
  border-radius: 0.625vw;
  transition: 0.2s ease-out;
}
.slideTool .slideCorrent > div:not(:first-child) {
  margin-left: 0.2604vw;
}
.slideTool .slideCorrent > div.on {
  /* width: 1.9792vw; */
  width: 30px;
}
.slideScroll {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.slideScroll > div {
  /* width: 1.1458vw; */
  width: 16px;
  /* height: 1.5625vw; */
  height: 16px;
  margin: 0 auto;
  /* border-radius: 1.1458vw; */
  border-radius: 5px;
  box-sizing: border-box;
  /* border: 0.1563vw solid #fff; */
  border: 1px solid #fff;
  position: relative;
}
.slideScroll > div > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.2083vw;
  width: 0.1563vw;
  height: 0.3125vw;
  border-radius: 0.1563vw;
  background: #fff;
  animation: loop 1s linear infinite;
}
@keyframes loop {
  0% {
    top: 0.2083vw;
  }
  50% {
    top: 0.3646vw;
  }
}
.slideScroll > p {
  color: #fff;
  /* font-size: 0.8333vw; */
  font-size: 12px;
  padding-top: 0.2604vw;
}

.introCon1 {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding: 6.25vw 0;
}
.introcon1 > div {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.introCon1 .i1Text1 {
  font-size: 24px;
  font-weight: 700;
}
.introCon1 .i1Text2 {
  font-size: 20px;
  margin-top: -1.0417vw;
}
.introCon1 .i1Con1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.7083vw;
  width: 100%;
}
.introCon1 .i1Con1 > *:not(:first-child) {
  margin-left: 1.3021vw;
}
.introCon1 .i1Con1 > div > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.introCon1 .i1Con1 > div > ul > li {
  display: flex;
  flex-direction: column;
  float: left;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 700;
  /* padding: 0 0 3.125vw; */
  /* background-position: center bottom;
  background-repeat: no-repeat; */
}
.introCon1 .i1Con1 > div > ul > div > li {
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 600;
}
/* .introCon1 .i1Con1 > div > ul > li:not(:first-child) {
  margin-left: 2.6042vw;
} */
.introCon1 .i1Con1 > div > ul > li > img {
  margin-top: -2vw;
  margin-bottom : -1vw;
  min-width: 100px;
  /* width: 100px !important; */
  /* border: 1px solid #000; */
}

.introCon1 .i1Con2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  width: 50%;
}

.introCon1 .i1Con2 > img {
  min-height: 12px;
  min-width: 200px;
  height: auto;
}



.introCon1 .i1Text3 {
  /* font-size: 1.5104vw; */
  font-size: 16px;
  font-weight: 700;
  /* line-height: 1.8229vw; */
  margin-top: 2.6042vw;
}
.introCon1 .i1Text4 {
  font-size: 14px;
  /* line-height: 1.5104vw; */
}

.arrow-image {
  min-width: 15px;
  /* height: auto; */
  transform: rotate(90deg);
}

.ss-logo-image {
  min-width: 120px !important;
  height: auto;
  margin-bottom: 10px;
}

.st-logo-image {
  position: absolute;
  /* left: -0.9375vw; */
  /* top: 50%; */
  transform: translateY(calc(-110% - 40px));
  /* margin-top: 0.3646vw; */
  margin-top: 0.1823vw;
  /* min-width: 100px; */
  min-width: 145px !important;
  height: auto;
  /* box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1); */
}

.reason-list-container {
  /* padding: 2.0833vw 3.9063vw 0.0833vw 10.625vw; */
  /* padding: 30px 60px 2px 60px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 60px;
  border: 1px solid #e4e4e4;
  /* box-shadow: 0.2604vw 0.2604vw 0.7813vw #00000029; */
  box-shadow: 4px 4px 12px #00000029;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;

  /* width: 250px !important; */
  /* height: 150px !important; */
  font-size: 14px;
  font-family: "Pretendard";
}

.reason-list {
  margin-top: 80px;
}

.reason-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: -20px; */
  margin-bottom: -5px;
  font-weight: 500;
}

.reason-list li img{
  margin-top: -15px;
  min-width: 60px;
}

.introCon2 {
  background-color: #0E4194;
  text-align: center;
  position: relative;
  /* padding: 2.6042vw 0 13.2813vw; */
  padding: 30px 0 120px;
}
.introCon2 > p {
  color: #fff;
  /* font-size: 2.6042vw; */
  font-size: clamp(18px, 6vw, 24px);
  font-weight: 800;
}
.introCon2 > p > span {
  color: #ff5454;
}
.introCon2 > img {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  min-width: 300px;
}

.introCon3 {
  text-align: center;
  padding: 9.5313vw 0 0;
}
.interviewText1 {
  /* font-size: 1.8229vw; */
  margin-top: clamp(50px, 15vw, 80px);
  font-size: 20px;
  font-weight: 800;
}
.introCon3 .interviewUl {
  display: grid;
  width: 100%;
  grid-gap: 2.3438vw;
  grid-template-columns: repeat(4, 1fr);
  max-width: 72.9167vw;
  margin: 3.6458vw auto 5.2083vw;
  padding: 0;
}
.introCon3 .interviewUl > li:not(:first-child) {
  border-left: 0.0521vw solid #d4d4d4;
  padding-left: 2.3438vw;
}
.introCon3 .interviewUl .ownerName {
  font-size: 0.9896vw;
  font-weight: 700;
}
.introCon3 .interviewUl .interviewCon {
  font-size: 0.8854vw;
  line-height: 1.4063vw;
  word-break: keep-all;
  margin-top: 1em;
}
.interviewText2 {
  margin-top: - 5.2083vw;
  font-size: 1.25vw;
  font-weight: 800;
  line-height: 1.7188vw;
}
.interviewText3 {
  font-size: 0.9896vw;
  margin-bottom: 0;
}
.interviewPercent {
  font-size: 2.5521vw;
  font-weight: 800;
  margin-bottom: 0;
}

.introCon4 {
  border-top: 0.0521vw solid #707070;
  position: relative;
  text-align: center;
  margin-top: 4.6875vw;
  padding: 4.1667vw 0 5.9896vw;
}
.introCon4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38.8021vw;
  background: #f2f4f5;
  z-index: -1;
}
.introCon4 > p:nth-child(1) {
  font-size: 1.8229vw;
  font-weight: 800;
}
.introCon4 > p:nth-child(2) {
  font-size: 1.25vw;
  line-height: 1.7188vw;
}

.introCon4 > ul {
  display: grid;
  width: 100%;
  grid-gap: 1.3021vw;
  grid-template-columns: repeat(4, 1fr);
  width: 37.2396vw;
  margin: 1.0417vw auto 3.125vw;
}
.introCon4 > ul > li {
  font-size: 1.0417vw;
  font-weight: 700;
  padding: 1.5625vw 0 4.6875vw;
  background-position: center bottom 1.5625vw;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
}

.introCon4 > iframe {
  width: 52.0833vw;
  height: 30.7292vw;
}

.interview-wrapper-old {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* width: 60vw; */
  min-width: 50vw; /* Adjust based on desired slide width */
  max-width: 80vw;
  height: 15.31vw; /* 294px */
  /* top: 0;
  left: 0; */
  /* overflow: hidden; */
  transition: transform 0.5s ease-in-out;
  position: relative;
  /* font-weight: 700; */
  /* margin-left: 0 auto;
  margin-right: 0 auto; */
  margin: 0 10px; /* Add some margin to provide spacing between slides */
  margin-top: 0.6875vw;
  padding: 2.1667vw 2vw 1.9896vw;
  border: 0.15vw solid #FFDC02;
  border-radius: 18vw;
  box-sizing: border-box;
  position: relative;
}
/* 새로 설계된 인터뷰 스타일 */
.newIntroCon3 {
  text-align: center;
  /* padding: 1.5313vw 0 0; */
  margin-top: 12%;
}
.slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-bottom: -20px;
  width: 100%;
  height: 500px;
  overflow: hidden; /* Prevent overflow */
}

.slide-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  touch-action: pan-x pan-y; 
}

.interview-wrapper {
  flex: 0 0 80%; /* Each slide takes 80% of the container's width */
  margin-left: 10%;
  margin-right: -90%;
  padding: 10px;
  border: 0.15vw solid #FFDC02;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  box-sizing: border-box;
  /* touch-action: pan-x pan-y; */
}

.interviewTextForBeta {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 1.0417vw;
}

.interviewText4 {
  font-size: 14px;
  /* line-height: 1.7188vw; */
  /* margin-bottom: 3vw; */
  margin-bottom: 20px;
}


.pretendard-unsupported-10 {
  font-weight: 500;
  font-size: 1.25vw;
  color: #3D3D3D;
}


.slide-btn {
  position: absolute;
  top: 50%;
  /* height: 3.6458vw; */
  /* height: 1.8229vw; */
  /* height: 2.4vw; */
  /* width: 0vw;
  height: 0vw; */
  transform: translateY(-50%);
  color: #FFDC02;
  background-color: transparent;
  /* border: 0.15vw solid #FFDC02; */
  border: None;
  /* border-radius: 25vw; */
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
  outline: none;
  /* outline-color: #fff; */

}


.next-btn {
  right: 3%;
  outline: none;
  /* background-image: url("/images/main/intro/slide_next.png"); */
}

.prev-btn {
  left: 3%;
  outline: none;
  /* background-image: url("/images/main/intro/slide_prev.png"); */
}
.slide-btn:focus,
.slide-btn:active,
.next-btn:focus,
.next-btn:active,
.prev-btn:focus,
.prev-btn:active {
  outline: none; /* Remove outline for focus and active states */
  box-shadow: none; /* Remove box-shadow, just in case */
}

.interviewer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  padding: 0 1.3021vw;
  font-size: 15px;
}

.interviewer img {
  /* margin-bottom: 1.3021vw; */
  margin-bottom: 10px;
  min-width: 50px;
}

.interviewer p {
  font-size: 16px;
  font-weight: 800;
}

.interview-content {
  /* line-height: 1.4063vw; */
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 1em;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  width: 80%;
  padding: 0 1.3021vw;
}

.interview-content h4 {
  /* font-size: 1.0938vw; */
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.interview-content p {
  font-size: 14px;
  line-height: 1.5;
}

/* 오패스를 선택해야 하는 이유 구간 */
.newIntroCon4 {
  text-align: center;
  align-items: center;
  padding: 2vw 0;
}

.reason {
  background-color: #F2F4F5;
  margin-top: 2.6875vw;
  padding: 30px 0 120px;
  text-align: center;
}

.reason-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.reason-content {
  margin: 0 auto;
  font-size: 16px;
}

.reason-img {
  margin-top: 18px;
}

.reason-icons {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1%; /* Add space between icons */
  width: 100%;
}

.reason-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 0.1042vw solid #3D3D3D; */
  border: 1px solid #3D3D3D;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  min-height: 75px;
  min-width: 75px;
  background-color: #fff;
}

.reason-icons p {
  position: relative;
  /* font-size: 1.25vw; */
  /* font-size: 16px; */
  font-size: clamp(12px, 4vw, 30px);
  font-weight: 800;
  top: 15%;
  margin-bottom: -0.4vw;
}


.reason-icons img {
  /* width: 3vw; */
  /* width: 60px !important; */
  width: 14vw !important;
  min-width: 50px;
  /* height: auto; */
  /* margin-bottom: 1.0vw; */
}


.white-background-space {
  justify-content: center;
  /* height: 13.9259vw; */
  /* height: 90%; */
  height: 150px;
}

.ui-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 75%;
  height: auto;
  z-index: 2;
}

.mobile-ui-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 75%; */
  height: auto;
  z-index: 2;
  margin-top: -120px;
}

/*인트로영역 css 끝*/

/*구독영역 css 시작*/
#subscription {
  background-color: #E8F3F6;
  padding: 2.3646vw 0 4.8958vw;
  position: relative;
}

#subscription div {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 4px 4px 12px #9cc9c4;
  margin-left: 5%;
  margin-right: 5%;
}

.introduce-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px !important;
}

#subscription .subInfo {
  padding: 10%;
}
#subscription .subInfo .infoImg {
  display: inline-block;
  width: 100%;
}
#subscription .subInfo .infoImg > img:not(:first-child) {
  margin-left: 1.0417vw;
}

#subscription .subInfo > p {
  font-size: 16px;
  font-weight: 700;
  /* padding: 2.0833vw 0 0; */
  padding: 10px 0 0;
}

#subscription .subInfo li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

#subscription .subInfo p {
  font-size: 16px;
  text-align: center;
}

#subscription .subInfo > ul > li > p:nth-child(1) {
  color: #cf0d23;
  font-weight: 700;
}
#subscription .subInfo > ul > li > p:nth-child(1) > span {
  margin-right: 0.7813vw;
}

#subscription .subForm {
  padding: 3.125vw 1.3021vw;
  text-align: center;
}
#subscription .subForm > p:nth-child(1) {
  font-size: 1.8229vw;
  font-weight: 800;
}
#subscription .subForm > p:nth-child(2) {
  font-size: 1.0938vw;
  line-height: 1.4063vw;
}
#subscription .subForm > p:nth-child(3) {
  font-size: 1.25vw;
  font-weight: 800;
  margin: 0;
}
#subscription .subForm > p:nth-child(4) {
  font-size: 2.0833vw;
  font-weight: 800;
  margin: 0;
}
#subscription .subForm > p:nth-child(5) {
  font-size: 1.0938vw;
}
#subscription .subForm #freeTrialBtn {
  width: 100%;
  height: 3.6458vw;
  background: #229755;
  border: 0;
  color: #fff;
  font-size: 1.1458vw;
  border-radius: 0.5208vw;
}
#subscription .subForm #subscribeBtn {
  width: 100%;
  height: 4.6875vw;
  background: #224597;
  border: 0;
  color: #fff;
  font-size: 1.4063vw;
  font-weight: 800;
  border-radius: 0.5208vw;
  margin: 0.5208vw 0 1.0417vw;
}
#subscription .subForm #downloadBtn {
  width: 100%;
  height: 3.6458vw;
  background: #000;
  border: 0;
  color: #fff;
  font-size: 1.1458vw;
  border-radius: 0.5208vw;
  margin-top: 0.5208vw;
}

.gray-subtext {
  text-align: left;
  font-size: 0.85vw;
  font-weight: 700;
  color: #707070;
}

/*구독영역 css 끝*/

/*문의영역 css 시작*/
#inquiry {
  text-align: center;
  padding: 50px 0;
  position: relative;
}
#inquiry .inquiry-header > p:nth-child(1) {
  /* font-size: 1.0938vw; */
  font-size: 16px;
}
#inquiry .inquiry-header > p:nth-child(2) {
  /* font-size: 1.25vw; */
  font-size: 18px;
  font-weight: 700;
  /* margin-top: 0.5208vw; */
  margin-top: 6px;
}
#inquiry .inquiry-header > h2 {
  /* font-size: 1.7188vw; */
  font-size: 20px;
  font-weight: 800;
  /* margin-top: 1vw; */
  margin-top: 10px;
}
#inquiry .inquiry-content {
  /* width: 52.0833vw; */
  width: 80%;
  margin: 0 auto;
}
#inquiry #inquiryTabs {
  display: grid;
  width: 100%;
  /* grid-gap: 0.5208vw; */
  grid-gap: 6px;
  grid-template-columns: repeat(2, 1fr);
  /* margin-top: 2.0833vw; */
  margin-top: 20px;
}
#inquiryTabContent {
  text-align: left;
  /* padding: 2.6042vw 0 1.5625vw; */
  padding: 25px 0 15px;
}
#inquiryTabContent > p {
  /* font-size: 0.8854vw; */
  font-size: 14px;
  /* line-height: 1.5625vw; */
  line-height: 1.5;
}
#inquiry .inquryBtn {
  background: #fff;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* font-size: 1.0938vw; */
  font-size: 14px;
  font-weight: 700;
  /* height: 3.6458vw; */
  height: 45px;
}
#inquiry .inquryBtn.on {
  /* border: 0.0521vw solid #2b3b86; */
  border: 1px solid #2b3b86;
  background: #2b3b86;
  color: #fff;
}
#inquiry .inquiryBefore {
  box-sizing: border-box;
  /* background-image: url("/images/main/inquiry/bg.png"); */
  background-image: url("/images/main/inquiry/inquiry_bg.png");
  background-repeat: no-repeat;
  /* background-position: -5.2083vw center; */
  background-position-x: center;
  background-position-y: center;
  /* background-size: 60vw !important; */
  background-size: 80% !important;
  /* margin-top: 1.8646vw; */
  margin-top: 18px;
  text-align: left;
  /* padding: 3.8021vw 0 1.4063vw 31.25vw; */
  padding: 40px 0 15px 20%;
}

#inquiry .inquiryBefore > p {
  margin-left: -1.5vw;
}

#inquiry .inquiryBefore > p:nth-child(1) {
  /* font-size: 1.25vw; */
  font-size: 18px;
  font-weight: 700;
  /* line-height: 1.5104vw; */
  line-height: 1.5;
}
#inquiry .inquiryBefore > p:nth-child(2) {
  /* font-size: 1.0938vw; */
  font-size: 14px;
}
#inquiry .inquiryBefore > p:nth-child(3) {
  color: #224597;
  /* font-size: 2.0313vw; */
  font-size: 26px;
  font-weight: 700;
}
#inquiry .inquiryBefore > p:nth-child(4) {
  /* font-size: 0.9375vw; */
  font-size: 12px;
  /* line-height: 1.3021vw; */
  line-height: 1.5;
  /* margin-bottom:3vw; */
  margin-bottom: 30px;
}
#inquiryListSection table {
  width: 100%;
  /* margin-bottom: 0.7813vw; */
  margin-bottom: 10px;
}
#inquiryListSection table th {
  /* border-top: 0.0521vw solid #b1b1b1; */
  border-top: 1px solid #b1b1b1;
  /* border-bottom: 0.0521vw solid #b1b1b1; */
  border-bottom: 1px solid #b1b1b1;
  /* height: 2.5521vw; */
  height: 32px;
  text-align: center;
  /* font-size: 0.8333vw; */
  font-size: 12px;
  background: #f3f3f3;
}
#inquiryListSection table td {
  /* border-bottom: 0.0521vw solid #d2d2d2; */
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  /* padding: 0.5208vw; */
  padding: 8px;
}

/* .inquiry-form {
  width: 52vw;
} */

.data-inquiry-title {
  text-align: left !important;
  /* padding-left: 2vw !important; */
  padding-left: 20px !important;
  /* margin-left: 1.3021vw; */
  /* font-size: 1.25vw;
  font-weight: 800;
  margin-top: 1.0417vw; */
}

.inquiry-form .form-check {
  background: #f8f8f8;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  box-sizing: border-box;
  /* padding: 1.0417vw 1.5625vw; */
  padding: 10px 15px;
}
.inquiry-form .form-check label {
  margin: 0;
  /* font-size: 0.9375vw; */
  /* font-size: 12px; */
  font-size: 3vw;
  font-weight: 700;
}
.inquiry-form .form-check button {
  float: right;
  /* font-size: 0.9375vw; */
  /* font-size: 13px; */
  font-size: 3.3vw;
  font-weight: 700;
  border: 0;
  background: none;
  /* border-bottom: 0.1563vw solid; */
  border-bottom: 1px solid;
  padding: 0;
}
.inquiry-form .formArea {
  display: inline-block;
  width: 100%;
  /* margin-top: 0.7813vw; */
  margin-top: 10px;
}
.inquiry-form .formArea > label {
  display: inline-flex;
  align-items: center;
  float: left;
  width: 30%;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 700;
  /* height: 2.3438vw; */
  height: 34px;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  margin: 0;
}

.inquiry-form .formArea input,
.inquiry-form .formArea select {
  /* height: 2.3438vw; */
  height: 34px;
  background: #fff;
  box-sizing: border-box;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* padding: 0 0.7813vw; */
  padding: 0 10px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}
.inquiry-form .formArea textarea {
  float: left;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* padding: 0.7813vw; */
  padding: 10px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}
.inquiry-form .formArea > input {
  float: left;
  width: 100%;
}
.inquiry-form .formArea .emailArea {
  float: left;
  width: 100%;
}
.inquiry-form .formArea .emailArea > *:not(:first-child) {
  /* margin-left: 0.5208vw; */
  /* margin-left: 6px; */
  margin-left: 1%;
}
.inquiry-form .formArea .hpArea {
  float: left;
  width: 100%;
}
.inquiry-form .formArea .hpArea > input:not(:first-child) {
  /* margin-left: 0.5208vw; */
  /* margin-left: 6px; */
  margin-left: 2%;
}
.inquiry-form .formArea > select {
  float: left;
  /* width: auto; */
  width: 100%;
}
.inquiry-form .formArea > button {
  float: left;
  /* margin-left: 0.5208vw; */
  margin-left: 6px;
  /* padding: 0 1.3021vw; */
  padding: 0 15px;
  /* height: 2.3438vw; */
  height: 34px;
  border: 0;
  color: #fff;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  background: #3d3d3d;
}
.inquiry-form .formArea .filebox {
  float: left;
  /* width: 90%; */
}

/* #phoneMessage, #authNumberMessage {
  margin-left: 10%;
} */

/* .inquiry-half-text-input {
  width: 45% !important;
} */
.inquiry-email-text-input {
  width: 46% !important;
}
.inquiry-span-text {
  align-self: center;
  /* font-size: 1vw !important; */
}
.inquiry-phone-text-input {
  /* width: 15.95% !important; */
  width: 70% !important;
}

.inquiry-form small {
  /* margin-left: 10%; */
  margin-top: -0.3vw;
}

.inquiry-spacer {
  margin-top: 3vw;
}

#phoneAuthTempBtn {
  /* align-self : center; */
  margin-left : 0.8vw;
  float: left;
  /* width: 5vw; */
  /* height: 1.6458vw; */
  background: #2b3b86;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  color: #fff;
  /* font-size: 0.9896vw; */
  font-size: 13px;
  font-weight: 700;
  border: 0;
  width: 28%;
}

#phoneAuthTempBtn:disabled {
  background: #b1b1b1;
}

#phoneAuthCheckBtn {
  /* align-self : center; */
  /* margin-left : 0.8vw; */
  margin-left: 1%;
  float: left;
  /* width: 4vw; */
  width: 28%;
  /* height: 1.6458vw; */
  background: #2b3b86;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  color: #fff;
  /* font-size: 0.9896vw; */
  font-size: 13px;
  font-weight: 700;
  border: 0;
}

#phone-auth-timer {
  /* margin-left: 1vw; */
  /* margin-left: 1%; */
  /* font-size: 0.8333vw; */
  font-size: 12px;
  margin-top: 0;
  align-self: center;
  color: #224597;
}

#inquirySubmitBtn {
  /* width: 15.625vw; */
  width: 100%;
  /* height: 3.6458vw; */
  height: 40px;
  background: #2b3b86;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  color: #fff;
  /* font-size: 0.9896vw; */
  font-size: 14px;
  font-weight: 700;
  border: 0;
}
.filebox {
  font-size: 0;
  width:100%;
}
.filebox .upload-name {
  display: inline-block;
  /* height: 2.0833vw; */
  height: 26px;
  /* padding: 0 0.5208vw; */
  padding: 0 6px;
  vertical-align: middle;
  /* border: 0.0521vw solid #dddddd; */
  border: 1px solid #dddddd;
  width: 70%;
  color: #999999;
}
.filebox label {
  /* display: inline-block; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  width: 28%;
  height: 34px;
  /* height: 2.3438vw; */
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  margin-left: 2%;
  margin-bottom: 0;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  text-align: center;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
}
.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.inquiry-form.popup-form .formArea > *:nth-child(1) {
  width: 20%;
}
.inquiry-form.popup-form .formArea > *:nth-child(2) {
  width: 80%;
}
/*문의영역 css 끝*/

/*FAQ영역 css 시작*/
#faq {
  /* border-top: 0.0521vw solid #c1c1c1; */
  border-top: 1px solid #c1c1c1;
  /* border-bottom: 0.0521vw solid #c1c1c1; */
  border-bottom: 1px solid #c1c1c1;
  background: #f8f8f8;
  text-align: center;
  /* padding: 4.6875vw 0; */
  padding: 50px 0;
  font-size: 0;
  position: relative;
}
.faq-header > p:nth-child(1) {
  /* font-size: 1.0938vw; */
  font-size: 16px;
}
.faq-header > p:nth-child(2) {
  /* font-size: 1.25vw; */
  font-size: 18px;
  font-weight: 700;
  /* line-height: 1.5104vw; */
  line-height: 1.5;
}
.faq-header > h2 {
  /* font-size: 1.7188vw; */
  font-size: 20px;
  font-weight: 800;
}
.board-content {
  /* width: 57.2917vw; */
  width: 80%;
  /* min-height: 45vw; */
  min-height: 600px;
  /* margin: 2.0833vw auto 0; */
  margin: 20px auto 0;
}
.board-info {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  /* height: 2.3438vw; */
  /* height: 34px; */
}
.board-info .faq-total-count {
  float: left;
  height: 100%;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}
.board-info .faq-total-count > #totalCount {
  font-weight: 700;
}
.board-info .faq-categories {
  float: left;
  height: 100%;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  /* margin-left: 3.6458vw; */
  /* margin-left: 50px; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.board-info .faq-categories > button {
  height: 100%;
  width: 20%;
  background: #fff;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 30px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  /* padding: 0 1.5625vw; */
  /* padding: 0 20px; */
}
/* .board-info .faq-categories > button:not(:first-child) {
  margin-left: 6px;
} */
.board-info .faq-categories > button.active {
  background: #3d3d3d;
  border: 0.0521vw solid #3d3d3d;
  color: #fff;
}
.board-info .board-search {
  float: right;
  height: 100%;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
}
.board-info .board-search > input {
  float: left;
  /* width: 12.5vw; */
  width: 170px;
  height: 100%;
  background: #fff;
  border: 0.0521vw solid #b1b1b1;
  border-radius: 0.2604vw;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  /* padding: 0 1.5625vw 0 2.0833vw; */
  padding: 0 20px 0 30px;
  background-image: url("/images/main/inquiry/search.png");
  background-repeat: no-repeat;
  background-position: 0.6771vw center;
  background-color: #fff;
}
.board-info .board-search > button {
  float: left;
  /* margin-left: 0.5208vw; */
  /* margin-left: 6px; */
  height: 100%;
  border: 0;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  /* padding: 0 1.5625vw; */
  padding: 0 20px;
  background: #3d3d3d;
  color: #fff;
  margin-top: 10px;
}
.board-list {
  /* margin-top: 2.0833vw; */
  margin-top: 25px;
  margin-bottom: 10px;
}
.board-list .faq-item {
  background: #fff;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  box-sizing: border-box;
  /* padding: 0.6771vw; */
  padding: 10px;
  margin-bottom: 6px;
}
.board-list .faq-item.active {
  /* border: 0.0521vw solid #0e4194; */
  border: 1px solid #0e4194;
  background: #ebf5f8;
  font-weight: 700;
}
.board-list .faq-item:not(:first-child) {
  margin-top: 0.7813vw;
}
.board-list .faq-question {
  display: inline-block;
  width: 100%;
}
.board-list .faq-question .faq-category {
  width: 10%;
  float: left;
  text-align: center;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}
.board-list .faq-question .faq-title {
  width: 90%;
  float: right;
  text-align: left;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}
.board-list .faq-answer {
  display: none;
}
.board-list .faq-answer {
  padding: 1.0417vw 0 0 10%;
  box-sizing: border-box;
  text-align: left;
}
.board-list .faq-answer > p:nth-child(1) {
  /* font-size: 0.9375vw; */
  font-size: 13px;
  /* margin-bottom: 0.2604vw; */
  margin-bottom: 3px;
}
.board-list .faq-answer > p:nth-child(2) {
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  /* line-height: 1.4063vw; */
  line-height: 1.5;
  word-break: keep-all;
}
.board-pagination {
  /* margin-top: 2.8646vw; */
  margin-top: 25px;
  text-align: center;
  font-size: 0;
}
.board-pagination > button {
  display: inline-block;
  /* width: 2.3438vw; */
  width: 30px;
  /* height: 2.3438vw; */
  height: 30px;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  background: #fff;
}
.board-pagination > button:not(:first-child) {
  /* margin-left: 0.5208vw; */
  /* margin-left: 6px; */
  margin-left: 1%;
}
.board-pagination > button.active {
  background: #3d3d3d;
  border: 0.0521vw solid #3d3d3d;
  color: #fff;
}
/*FAQ영역 css 끝*/

/*공지사항영역 css 시작*/
.notice-header {
  margin-top: 13%;
}

#notice {
  /* text-align: center; */
  /* padding: 4.6875vw 0; */
  /* padding: 50px 0; */
  font-size: 0;
  position: relative;
}
#notice h2 {
  /* font-size: 1.7188vw; */
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
}
.board-list .notice-item {
  background: #fff;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  box-sizing: border-box;
  /* padding: 0.6771vw; */
  padding: 10px;
}
.board-list .notice-item.active {
  /* border: 0.0521vw solid #0e4194; */
  border: 1px solid #0e4194;
  background: #ebf5f8;
  font-weight: 700;
}
.board-list .notice-item:not(:first-child) {
  /* margin-top: 0.7813vw; */
  margin-top: 10px;
}
.board-list .notice-question {
  display: inline-block;
  width: 100%;
}
.board-list .notice-question .notice-memo {
  width: 10%;
  float: left;
  /* text-align: center; */
  /* font-size: 0.9375vw; */
  font-size: 12px;
  font-weight: 700;
}
.board-list .notice-question .notice-title {
  width: 65%;
  float: left;
  text-align: left;
  /* font-size: 0.9375vw; */
  font-size: 12px;
}
.board-list .notice-question .notice-date {
  width: 25%;
  float: right;
  text-align: right;
  /* font-size: 0.9375vw; */
  font-size: 10px;
}

.board-list .notice-answer {
  display: none;
}
.board-list .notice-answer {
  padding: 1.0417vw 0 0 10%;
  box-sizing: border-box;
  text-align: left;
}
.board-list .notice-answer > p:nth-child(1) {
  /* font-size: 0.9375vw; */
  font-size: 13px;
  margin-bottom: 0.2604vw;
}
.board-list .notice-answer > p:nth-child(2) {
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4063vw;
  word-break: keep-all;
}
/*공지사항영역 css 끝*/

/*구독신청폼 css 시작*/
.sbForm {
  font-size: 0;
  text-align: center;
}
.sbForm > div {
  /* display: inline-block; */
  display: inline-flex;
  flex-direction: column;
  /* width: 57.2917vw; */
  width: 90%;
  text-align: left;
}
.sbFormLeft {
  float: left;
  /* width: 26.0417vw; */
}
.sbFormLeft > div:not(:first-child) {
  /* padding-top: 3.6458vw; */
  padding-top: 24px;
}
.sbFormLeft h4 {
  /* font-size: 1.5625vw; */
  font-size: 20px;
  font-weight: 700;
  /* padding-bottom: 1.5625vw; */
  padding-bottom: 20px;
}
.sbFormLeft h5 {
  /* font-size: 1.3021vw; */
  font-size: 18px;
  /* border-bottom: 0.0521vw solid #c8c8c8; */
  border-bottom: 1px solid #c8c8c8;
  /* padding-bottom: 0.7813vw; */
  padding-bottom: 10px;
  /* margin-bottom: 1.0417vw; */
  margin-bottom: 14px;
}
.sbFormLeft .sbRow {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 35% 65%;
  margin: 0 auto;
}
.sbFormLeft .sbRow > div > h6 {
  /* font-size: 0.9375vw; */
  font-size: 16px;
  /* line-height: 1.5625vw; */
  line-height: 1.5;
  font-weight: 400;
  /* margin-right: 10px; */
}
.sbFormLeft .sbRow > div:first-child > h6 {
  font-weight: 700;
  /* margin-right: 10px; */
}
.confirmAgain > div:not(:first-child) {
  /* padding-top: 1.5625vw; */
  padding-top: 20px;
}
.confirmAgain h5 {
  font-weight: 700;
}
.confirmAgain h6 {
  /* font-size: 1.0417vw; */
  font-size: 16px;
  font-weight: 700;
  /* padding-left: 0.7813vw; */
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.confirmAgain h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 0.2604vw; */
  width: 3px;
  /* height: 0.2604vw; */
  height: 3px;
  border-radius: 100%;
  background: #3d3d3d;
}
.confirmAgain ul > li {
  /* font-size: 0.9375vw; */
  font-size: 15px;
  /* line-height: 1.5625vw; */
  line-height: 1.5;
  box-sizing: border-box;
  /* padding-left: 0.7813vw; */
  padding-left: 10px;
}
.confirmAgain p {
  /* font-size: 1.0417vw; */
  font-size: 16px;
  color: #cf0d23;
  /* padding-left: 0.7813vw; */
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}
.confirmAgain p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 0.2604vw; */
  width: 5px;
  /* height: 0.2604vw; */
  height: 5px;
  border-radius: 100%;
  background: #cf0d23;
}

.sbFormRight {
  /* float: right; */
  /* width: 21.3542vw; */
  width: 90%;
  text-align: center;
}
.sbFormRight > div {
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* border: 0.0521vw solid #d5d5d5; */
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  /* padding: 1.5625vw 2.8646vw 2.0625vw; */
  padding: 20px 40px 20px;
  /* background-image: url("/images/subscribe_img.png"); */
  /* background-repeat: no-repeat; */
  /* background-position: center bottom; */
}
.sbFormRight h6 {
  /* font-size: 0.9375vw; */
  font-size: 16px;
  font-weight: 400;
  /* line-height: 1.4063vw; */
  line-height: 1.5;
  margin: 1em 0;
}
.sbFormRight h5 {
  /* font-size: 1.25vw; */
  font-size: 20px;
  font-weight: 800;
  /* margin-top: 1vw; */
  margin-top: 15px;
  /* margin-bottom: 1vw; */
  margin-bottom: 15px;
}
.sbFormRight h4 {
  /* font-size: 1.875vw; */
  font-size: 24px;
  font-weight: 800;
}
.sbFormRight > div > button {
  width: 100%;
  /* height: 3.6458vw; */
  height: 36px;
  border-radius: 0.5208vw;
  background: #224597;
  border: 0.0521vw solid #224597;
  /* font-size: 1.4063vw; */
  font-size: 22px;
  color: #fff;
  font-weight: 800;
}
.sbFormRight > button {
  width: 100%;
  /* height: 5.2083vw; */
  height: 52px;
  /* border-radius: 0.5208vw; */
  border-radius: 10px;
  background: #229755;
  /* border: 0.0521vw solid #229755; */
  border: 1px solid #229755;
  /* font-size: 1.4063vw; */
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  /* margin-top: 1.0417vw; */
  margin-top: 10px;
}
.sbFormRight > button.blue {
  background: #224597;
  /* border: 0.0521vw solid #224597; */
  border: 1px solid #224597;
}
/*구독신청폼 css 끝*/

/*다운로드영역 시작*/
.dowloadArea {
  height: 42.8646vw;
  background-image: url("/images/download_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw !important;
}
.dowloadArea > div {
  width: 57.2917vw;
  margin: 0 auto;
  display: table;
  height: 100%;
}
.dowloadArea > div > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12.2396vw;
}
.dowloadArea > div > div h3 {
  font-size: 1.3021vw;
  font-weight: 700;
  padding-bottom: 1.5625vw;
}
.dowloadArea > div > div h4 {
  font-size: 1.0417vw;
  font-weight: 700;
  padding-left: 0.7813vw;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.5208vw;
}
.dowloadArea > div > div h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2604vw;
  height: 0.2604vw;
  border-radius: 100%;
  background: #3d3d3d;
}
.dowloadArea > div > div ul > li > h5 {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  box-sizing: border-box;
  padding-left: 0.7813vw;
}
.dowloadArea > div > div a {
  display: block;
  width: 22.0833vw;
  height: 4.4271vw;
  line-height: 4.4271vw;
  border-radius: 4.4271vw;
  background-image: url("/images/windows.png"), url("/images/download.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 1.8229vw center, center right 1.8229vw;
  background-size: 2.0833vw, 2.0833vw !important;
  background-color: #f6f6f6;
  box-shadow: 0.2604vw 0.2604vw 1.0417vw #0000001c;
  box-sizing: border-box;
  padding-left: 4.4271vw;
  font-size: 1.0417vw;
  font-weight: 600;
  color: #3d3d3d;
  margin-top: 3.6458vw;
}
/*다운로드영역 끝*/

/*푸터영역 css 시작*/
footer {
  background: #07182d;
  /* padding: 2.6042vw 0; */
  padding: 30px 0;
  margin-top: 20px;
}
footer > div {
  /* width: 57.2917vw; */
  width: 90%;
  margin: 0 auto;
}
footer h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.footer-links {
  /* padding: 1.3021vw 0; */
  padding: 18px 0;
  overflow: auto;
  /* display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; */
}

.footer-links ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  display: inline-block;
  margin-right: 0.60vw;
}

.footer-links ul li:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px; /* Thickness of the vertical line */
  height: 1em; /* Height of the vertical line */
  background-color: #7e8997; /* Color of the vertical line */
  position: absolute;
  margin: 0.5% 0 1.25%;
  /* margin-right: 1.3021vw; */
}
.footer-links ul li:not(:first-child) a {
  margin-left: 1.3021vw;
}

#kakaotalk-link::before {
  content: '';
  display: block;
  width: 1px;
  height: 2em;
  background-color: #7e8997;
  position: absolute;
  margin: 0.5% 0 1.25%;
}

.footer-links a {
  color: #7e8997;
  font-size: 12px;
  margin-right: 0.5vw;
}
.footer-links a.noticeLink {
  color: #b89a23;
}
.footer-content {
  display: inline-block;
  width: 100%;
}
.footer-content > div {
  float: left;
}
.footer-content > .footer-info > p:nth-child(1) {
  color: #7e8997;
  font-size: 12px;
  line-height: 1.5;
}
.footer-content > .footer-info > p:nth-child(1) > a {
  color: #7e8997;
}
.footer-content > .footer-info > p:nth-child(2) {
  color: #7e8997;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.footer-content > .footer-customer {
  margin-left: 5%;
}
.footer-content > .footer-customer > p:nth-child(1) {
  color: #7e8997;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.footer-content > .footer-customer > p:nth-child(2) {
  color: #7e8997;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.footer-content > .footer-customer > p:nth-child(3) {
  color: #7e8997;
  font-size: 12px;
  line-height: 1.5;
}
/*푸터영역 css 끝*/

/*로그인 css 시작*/
.spacer-for-mobile-login {
  height: 40px;
}

.loginArea {
  /* width: 20.8333vw; */
  width: 80%;
  margin: 0 auto;
}
.inputCover > label {
  display: block;
  /* font-size: 1.1458vw; */
  font-size: 16px;
  font-weight: 700;
}
.inputCover input {
  display: block;
  width: 100%;
  background: #eeeeee;
  border: 0.0521vw solid #b1b1b1;
  box-sizing: border-box;
  /* height: 2.3438vw; */
  height: 30px;
  /* padding: 0 0.7813vw; */
  padding: 0% 3%;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
}
.inputCover input::placeholder {
  color: #b1b1b1;
}
.inputCover .passwordToggle {
  position: relative;
}
.inputCover .passwordToggle > button {
  position: absolute;
  right: 0.7813vw;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.inputCover .passwordToggle > button img {
  min-width: 16px;
}
.loginOption {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0;
}
.loginOption > .saveArea {
  float: left;
}
.loginOption > .saveArea > label {
  /* font-size: 0.9375vw; */
  font-size: 14px;
  margin-top: 10px;
}
.loginOption > .findArea {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.loginOption > .findArea > li {
  float: right;
  /* font-size: 0.9375vw; */
  margin-top: 10px;
  font-size: 14px;
  position: relative;
  border: 1px solid #707070;
  padding: 5px 5px 5px 5px;
  /* padding: 5px 5px; */
  /* padding: 0 1.0938vw 0 1.1458vw; */
  border-radius: 5px;
  cursor: pointer;
  font-family: "Pretendard";
  font-weight: 600;
}

#togglePasswordBtn img, #togglePasswordConfirmBtn img{
  min-width: 16px;
  margin-right: 5px;
}


/* .loginOption > .findArea > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100px;
  height: 1px;
  background: #707070;
} */


.loginOption > .findArea > li > a {
  color: #3d3d3d;
}
.btnArea {
  /* padding-top: 2.6042vw; */
  padding-top: 26px;
}
.btnArea > button {
  width: 100%;
  height: 36px;
  /* border-radius: 0.5208vw; */
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 0.0521vw solid #636363;
  background: #fff;
  font-size: 18px;
  font-weight: 800;
}
.btnArea > button:first-child {
  color: #fff;
  background: #224597;
  border: 0.0521vw solid #224597;
}

.btnArea div.mt-3 { color:red; font-weight:500; font-size: 0.9375vw; }
.alertText {
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* line-height: 1.3021vw; */
  line-height: 1.5;
  /* padding: 0.7813vw; */
  padding: 10px;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  word-break: keep-all;
  text-align: center;
}
.alertText.blue {
  color: #224597;
  border: 0.0521vw solid #224597;
  background: rgba(34, 69, 151, 8%);
}
.alertText.red {
  color: #ff5454;
  border: 0.0521vw solid #ff5454;
  background: rgba(255, 84, 84, 8%);
}

#resetPasswordResult {
  font-size: 0.9375vw;
}
/*로그인 css 끝*/








/*회원가입영역 css 시작*/
.progressArea {
  font-size: 0;
  text-align: center;
}
.progressArea > div {
  display: inline-block;
  /* font-size: 1.0417vw; */
  font-size: 14px;
  font-weight: 700;
  /* width: 6.7708vw; */
  width: 80px;
  line-height: 80px;
  /* height: 6.7708vw; */
  /* height: 90px; */
  border-radius: 100%;
  box-sizing: border-box;
  border: 0.0521vw solid #9aa6b5;
  background: #fff;
}
.progressArea > div:not(:first-child) {
  /* margin-left: 1.0417vw; */
  margin-left: 2%;
}
.progressArea > div.on {
  color: #fff;
  background: #2b3b86;
  border: 0.0521vw solid #2b3b86;
  box-shadow: 0.2604vw 0.2604vw 0.7813vw #00000029;
}
.registerArea {
  /* padding: 3.9063vw 0 0; */
  padding: 5% 0% 0%;
  /* width: 57.2917vw; */
  width: 80%;
  margin: 0 auto;
}

#terms-step .allCheck {
  background: #fff;
  border: 0.0521vw solid #9aa6b5;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  text-align: center;
  /* padding: 1.3542vw 0; */
  padding: 18px 0;
}
#terms-step .allCheck label {
  /* font-size: 1.1458vw; */
  font-size: 16px;
  font-weight: 700;
}
#terms-step .termsArea {
  margin-top: 2.6042vw;
}
#terms-step .termsArea > label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#terms-step .termsArea > textarea {
  width: 100%;
  border: 0.0521vw solid #c7d4e5;
  background: #fff;
  box-sizing: border-box;
  padding: 5%;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}
#terms-step .termsArea > .customChkBox {
  text-align: right;
  margin-top: 1.0417vw;
}
#terms-step .termsArea > .customChkBox label {
  /* font-size: 1.1458vw; */
  font-size: 14px;
  font-weight: 700;
}
.registerBtn {
  text-align: right;
}
.registerBtn > button {
  /* width: 21.3542vw; */
  width: 200px;
  height: 50px;
  /* height: 5.2083vw; */
  background: #229755;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 0;
  margin-top: 10%;
}

#info-step {
  border-top: 1px solid #5a5a5a;
  /* border-bottom: 1px solid #5a5a5a; */
  /* font-size: 150%; */
  /* box-sizing: border-box; */
  /* padding: 0 0 3.125vw 3.6458vw; */
}
#info-step h4 {
  /* font-size: 1.1979vw; */
  font-size: 16px;
  font-weight: 700;
  /* padding: 2.8646vw 0 3.125vw; */
  /* padding: 3% 0 3.125vw; */
  padding: 3% 0 0;
}
#info-step .formArea {
  display: inline-flex;
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 3%;
}
#info-step .formArea > label {
  float: left;
  /* width: 16%; */
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* height: 2.3438vw; */
  /* line-height: 2.3438vw; */
  margin: 0;
}
#info-step .formArea input,
#info-step .formArea select {
  /* height: 2.3438vw; */
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  /* padding: 0 0.7813vw; */
  padding: 5px;
  /* font-size: 0.9375vw; */
  font-size: 14px;
}
#info-step .formArea > input {
  float: left;
  width: 60%;
}
#info-step .formArea > select {
  float: left;
  width: 100%;
}
#info-step .formArea > button {
  float: left;
  /* margin-left: 0.5208vw; */
  /* padding: 0 1.3021vw; */
  /* height: 2.3438vw; */
  border: 0;
  color: #fff;
  /* font-size: 0.9375vw; */
  padding: 5px;
  font-size: 14px;
  border-radius: 5px;
  background: #3d3d3d;
}
#info-step .bnBox {
  float: left;
  width: 100%;
}
#info-step .bnBox > input {
  float: left;
  width: 32%;
}

#info-step .bnBox > input:not(:first-child) {
  /* margin-left: 1.0417vw; */
  margin-left: 2%;
}

#info-step .passwordToggle {
  float: left;
  width: 100%;
  position: relative;
}
#info-step .passwordToggle > input {
  width: 100%;
}
#info-step .passwordToggle > button {
  position: absolute;
  right: 0.7813vw;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

#complete-step {
  text-align: center;
}
#complete-step > img {
  display: block;
  /* margin: 0 auto 1.3021vw; */
  margin: 0 auto 14px;
  min-width: 25%;
}
#complete-step .completeName {
  font-size: 16px;
  font-weight: 700;
}
#complete-step .completeText {
  /* font-size: 0.9375vw; */
  font-size: 18px;
  font-weight: 700;
}
#complete-step .registerBtn {
  text-align: center;
  /* margin-top: 0.7813vw; */
  margin-top: 10px;
}
#complete-step .registerBtn > button {
  margin-top: 0;
}


/* 2024-08-28  입력필드가 홈페이지 하단에 잡히도록 css 추가 - 중혁 */
.wrapper {
  display: flex;
  flex-direction: column;
  /* width: 39%;  */
}

.wrapper input {
  width: 100%; 
}
small {
  /* font-size: 0.8333vw; */
  font-size: 12px;
}
.wrapper small {
  margin-top: 5px; 
  color: #ff0000;
  display: block;
}


.email-wrapper {
  display: flex;
  align-items: center;
  /* width: 51%;  */
}

.email-wrapper input {
  flex-grow: 1;
  /* height: 2.3438vw;  */
  /* font-size: 0.9375vw; */
  /* padding: 0 0.7813vw; */
  box-sizing: border-box;
  width: 50%;
}

.email-wrapper button {
  /* height: 2.3438vw;  */
  margin-left: 10px;
  border: 0;
  color: #fff;
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  background: #3d3d3d;
  /* padding: 0 1.3021vw; */
  padding: 5px;
  box-sizing: border-box;
  white-space: nowrap;
}

.email-message-wrapper {
  margin-top: 1px; 
  color: #ff0000;
  display: block;
  width: 51%; /* 이메일 필드와 동일한 너비 설정 */
  /* margin-left: calc(16% + 1px); 이메일 필드의 label 너비만큼 왼쪽으로 간격 설정 */
}



.password-message-wrapper {
  margin-top: 5px; 
  color: #ff0000;
  display: block;
  width: 100%; 
}



.message-wrapper {
  margin-top: 40px; 
  color: #ff0000;
  display: block;
}



.select-wrapper {
  position: relative;
  display: inline-block; /* select와 label을 수평으로 배치 */
  /* width: 39%; 필요한 만큼의 너비만 차지하도록 설정 */
}

.select-wrapper select {
  width: 100%; /* 셀렉트 박스가 부모 요소의 너비를 모두 차지하도록 설정 */
  box-sizing: border-box; /* 패딩과 테두리를 포함한 크기 설정 */
}

.select-message-wrapper {
  margin-top: 5px; 
  color: #ff0000;
  display: block;
  margin-left: 0; /* 오류 메시지가 셀렉트 바로 아래에 위치하도록 설정 */
}

/*회원가입영역 css 끝*/

/*마이페이지영역 css시작*/
.mpLayout {
  /* width: 57.2917vw; */
  width: 90%;
  margin: 0 auto;
}
.mpTitle {
  /* font-size: 1.3021vw; */
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.mypageArea {
  /* display: grid; */
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* grid-gap: 4.1667vw; */
  /* grid-gap: 5%; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* margin: 2.0833vw auto 0; */
  margin: 2.5% auto 0;
}
.mypageArea > div > div {
  /* border-bottom: 0.0521vw solid #c8c8c8; */
  border-top: 1px solid #c8c8c8;
  /* margin-bottom: 1.8229vw; */
  /* margin-bottom: 24px; */
  /* padding-bottom: 1.8229vw; */
  /* padding-bottom: 24px; */
  padding-top: 10px;
  margin-bottom: 12px;
}
.mypageArea h5 {
  /* font-size: 1.1979vw; */
  font-size: 16px;
  font-weight: 700;
  /* padding: 0 0 1.0417vw; */
  padding: 0 0 14px;
}
.mypageArea .mpRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  grid-template-columns: 35% 60%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.mypageArea .mpRow > div {
  /* padding: 0.2604vw 0; */
  padding: 3px 0;
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* line-height: 1.0417vw; */
  line-height: 1.5;
  font-weight: 400;
}
.mypageArea .mpRow > div > h6 {
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* line-height: 1.0417vw; */
  line-height: 1.5;
  font-weight: 400;
}
.mypageArea .mpRow > div > button {
  width: 100%;
}
.mypageArea .mpRow > div:first-child > h6 {
  font-weight: 700;
}
.mypageArea .mpBtnArea {
  /* margin-bottom: 0.7813vw; */
  margin-bottom: 10px;
}
.mypageArea .mpBtnArea.row3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-gap: 0.5208vw; */
  /* grid-gap: 7px; */
}
.mypageArea button {
  /* padding: 0.5vw 1.0417vw; */
  padding: 7px 14px;
  border: 0;
  color: #fff;
  /* font-size: 0.9375vw; */
  font-size: 14px;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  background: #3d3d3d;
  margin-right: 10px;
}
.mypageArea button:disabled {
  background: #c8c8c8;
}
.mypageArea table {
  width: 100%;
  /* margin-bottom: 0.7813vw; */
  margin-bottom: 10px;
}
.mypageArea table th {
  /* border-top: 0.0521vw solid #b1b1b1; */
  border-top: 1px solid #b1b1b1;
  /* border-bottom: 0.0521vw solid #b1b1b1; */
  border-bottom: 1px solid #b1b1b1;
  /* height: 2.5521vw; */
  height: 34px;
  text-align: center;
  /* font-size: 0.625vw; */
  font-size: 12px;
  background: #f3f3f3;
}
.mypageArea table td {
  /* border-bottom: 0.0521vw solid #d2d2d2; */
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  /* padding: 0.5208vw; */
  padding: 7px;
}

.mypageArea #downloadPaymentHistoryBtn {
  /* padding: 0.1vw 1.0417vw; */
  padding: 1px 14px;
  background-color: #FFFFFF;
  color: #3D3D3D;
  border: 1px solid #B1B1B1;
  /* margin-top: 1vw; */
  margin-top: 13px;
}



/*마이페이지영역 css끝*/

/*레이어팝업 css시작*/
.cardForm .formArea {
  /* display: inline-block; */
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  /* margin-top: 0.7813vw; */
  margin-top: 10px;
}
.cardForm .formArea > label {
  float: left;
  width: 25%;
  /* font-size: 0.9375vw; */
  font-size: 16px;
  /* height: 2.3438vw; */
  height: 30px;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  margin: 0;
}
.cardForm .formArea > label {
  float: left;
  width: 50%;
  /* font-size: 0.9375vw; */
  font-size: 16px;
  /* height: 2.3438vw; */
  height: 30px;
  /* line-height: 2.3438vw; */
  line-height: 1.5;
  margin: 0;
}
.cardForm .formArea input,
.cardForm .formArea select {
  /* height: 2.3438vw; */
  height: 30px;
  background: #fff;
  box-sizing: border-box;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* padding: 0 0.7813vw; */
  padding: 5px;
  /* font-size: 0.9375vw; */
  font-size: 16px;
}
.cardForm .formArea textarea {
  float: left;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* padding: 0.7813vw; */
  padding: 8px;
  /* font-size: 0.9375vw; */
  font-size: 16px;
}
.cardForm .formArea > input {
  float: left;
  width: 100%;
}
.cardForm .formArea .cardNumber {
  float: left;
  width: 100%;
}
.cardForm .formArea .cardNumber > input {
  float: left;
  width: 24%;
}
.cardForm .formArea .cardNumber > input:not(:first-child) {
  margin-left: 1%;
}

#changePhoneNumberModal .formArea {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
#changePhoneNumberModal .formArea > label {
  float: left;
  width: 16%;
  font-size: 0.9375vw;
  height: 2.3438vw;
  line-height: 2.3438vw;
  margin: 0;
}
#changePhoneNumberModal .formArea input,
#changePhoneNumberModal .formArea select {
  /* height: 2.3438vw; */
  height: 30px;
  background: #fff;
  box-sizing: border-box;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* padding: 0 0.7813vw; */
  padding: 0% 3%;
  /* font-size: 0.9375vw; */
  font-size: 16px;
}
/* #phone1, #phone2, #phone3 {
  width: 23%;
} */
#changePhoneNumberModal .formArea > input {
  float: left;
  width: 73%;
}
#changePhoneNumberModal .formArea > select {
  float: left;
  width: 73%;
}
#changePhoneNumberModal .formArea > button {
  float: left;
  /* margin-left: 0.4208vw; */
  margin-left: 5px;
  /* padding: 0 1vw; */
  padding: 5px;
  /* height: 2.3438vw; */
  height: 30px;
  width: 24%;
  border: 0;
  color: #fff;
  /* font-size: 0.9375vw; */
  /* font-size: 16px; */
  font-size: 3.25vw;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  background: #3d3d3d;
  /* line-height: 1.5; */
  
}

#changePhoneNumberModal .formArea > button:disabled {
  background: #c8c8c8;
}

#changePhoneNumberModal .bnBox {
  float: left;
  width: 73%;
}
#changePhoneNumberModal .bnBox > input {
  float: left;
  width: 32%;
}
#changePhoneNumberModal .bnBox > input:not(:first-child) {
  margin-left: 2%;
}

.textPopup {
  border: 0;
  width: 100%;
  /* height: 26.0417vw; */
  height: 340px;
  overflow-y: scroll;
  /* line-height: 1.3021vw; */
  line-height: 1.3;
  /* font-size: 0.9375vw; */
  font-size: 13px;
}

.TermsConBox ul,
.TermsConBox ol {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.TermsConBox ul > li,
.TermsConBox ol > li {
  margin: 0;
  padding: 0;
}

.TermsTitle {
  /* font-size: 1.0938vw; */
  font-size: 14px;
  line-height: 1.4;
  /* margin-top: 2.6042vw; */
  margin-top: 15px;
}

.TermsConBox {
  width: 100%;
  /* border-radius: 0.5208vw; */
  border-radius: 5px;
  /* box-shadow: inset 0 0 0 0.0521vw #d9d9d9; */
  box-shadow: inset 0 0 0 1px #d9d9d9;
  /* padding: 1.5625vw 1.0417vw 1.5625vw 1.0417vw; */
  padding: 20px 14px 20px 14px;
  /* margin-top: 0.7813vw; */
  margin-top: 10px;
  /* font-size: 0.7813vw; */
  font-size: 12px;
  /* line-height: 1.1979vw; */
  line-height: 1.2;
  word-break: keep-all;
}

.TermsP {
  /* font-size: 0.8333vw; */
  font-size: 13px;
  /* line-height: 1.3021vw; */
  line-height: 1.3;
  /* padding: 0.1563vw 0; */
  padding: 2px 0;
}

.TermsConBox .TermsP {
  margin-bottom: 0;
}

.TermsUl {
}
.TermsUl > li {
  font-size: 0.8333vw;
  line-height: 1.3021vw;
  margin: 0 0 1.0417vw 0;
  word-break: keep-all;
}
.TermsUl > li:last-child {
  margin: 0;
}

ol.CircleOl {
  width: 100%;
  counter-reset: cnt;
}
ol.CircleOl > li {
  width: 100%;
  padding-left: 1.3021vw;
  word-break: keep-all;
  font-size: 0.8333vw;
  line-height: 1.3021vw;
  margin: 0.1042vw 0;
}
ol.CircleOl > li::before {
  left: 0vw;
  top: 0.2083vw;
  width: 0.9375vw;
  height: 0.8854vw;
  line-height: 0.7813vw;
  font-size: 0.625vw;
  border: 0.0521vw solid #000;
  border-radius: 50%;
  counter-increment: cnt;
  content: counter(cnt);
}

ol.NumDotOl {
  width: 100%;
  counter-reset: cnt;
}
ol.NumDotOl > li {
  width: 100%;
  padding-left: 0.8854vw;
  word-break: keep-all;
}
ol.NumDotOl > li::before {
  left: 0vw;
  top: 0;
  counter-increment: cnt;
  content: counter(cnt) ". ";
}

ol.HyphenOl {
  width: 100%;
}
ol.HyphenOl > li {
  width: 100%;
  padding-left: 0.8854vw;
  word-break: keep-all;
}
ol.HyphenOl > li::before {
  left: 0.1563vw;
  top: 0;
}

ol.ReferenceMarkOl {
  width: 100%;
}
ol.ReferenceMarkOl > li {
  width: 100%;
  padding-left: 0.8854vw;
  word-break: keep-all;
}
ol.ReferenceMarkOl > li::before {
  content: "※";
  left: 0vw;
  top: 0;
}

ol.noneOl {
  width: 100%;
}
ol.noneOl > li {
  width: 100%;
  padding-left: 0.8854vw;
  word-break: keep-all;
}

.Letter {
  letter-spacing: -0.04em;
}

.font16,
ol.font16,
ol.font16 > li {
  font-size: 0.8333vw;
  line-height: 1.3021vw;
}

/* #phoneMessage,
#phoneAuthMessage {
  display: none;
  font-size: 0.8333vw;
  margin-top: 0.5208vw;
} */

#phoneMessage.text-danger,
#phoneAuthMessage.text-danger {
  display: block;
  color: #ff0000;
}

#phoneMessage.text-success,
#phoneAuthMessage.text-success {
  display: block;
  color: #008000;
}

#phoneAuthForChangeMessage {
  font-weight: 600;
  color: #0E4194 !important;
  /* margin-bottom: -0.8333vw; */
  margin-bottom: -1.0416vw;
}

/* 모달 타이틀 글자 크기 조정 */
/* #inquiryModal .modal-title {
  font-size: 1.2229vw; 기존 h4 스타일과 동일한 크기
  font-weight: 600;
} */

/* 문의내용 글자 수 위치 조정 */
#inquiryModal .formArea {
  position: relative;
}

#inquiryModal .formArea small {
  position: absolute;
  right: 0;
  bottom: -0.0625vw; /* 기존 여백 크기에 맞춤 */
}

#inquiryModal input {
  background-color: #fff;
}
#inquiryModal input:read-only {
  background-color: #f3f3f3;
  color: #959595;
}
#inquiryModal select {
  background-color: #fff;
}
#inquiryModal select:disabled {
  background-color: #f3f3f3;
  color: #959595;
}
#inquiryModal textarea {
  background-color: #fff;
}
#inquiryModal textarea:read-only {
  background-color: #f3f3f3;
  color: #959595;
}
.inquiry-button {
  /* height: 1.75vw; */
  height: 34px;
  /* border-radius: 0.2580vw; */
  border-radius: 5px;
  /* border: 0.1258vw solid #B1B1B1; */
  border: 1px solid #B1B1B1;
  color: #3d3d3d;
  /* font-size: 0.8333vw; */
  font-size: 13px;
  font-weight: 600;
  background: #FFFFFF;
  /* margin-top: 1.0417vw; */
}

/* 검색 영역 전체 스타일 */
.board-search {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 검색 입력 wrapper 스타일 */
.search-input-wrapper {
  position: relative;
  flex-grow: 1;
  /* margin-right: 0.5208vw; 버튼과의 간격 */
  /* margin-right: 7px; */
  line-height:0;
}

/* 검색 입력 필드 스타일 */
.board-search input[type="text"] {
  width: 100%;
  /* height: 2.3438vw; */
  height: 34px;
  /* padding: 0 2.6042vw 0 2.0833vw; 오른쪽 패딩 증가 (X 버튼 공간) */
  padding: 0 35px 0 28px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  /* border: 0.0521vw solid #b1b1b1; */
  border: 1px solid #b1b1b1;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  background-image: url("/images/main/inquiry/search.png");
  background-repeat: no-repeat;
  background-position: 0.6771vw center;
  /* background-size: 0.8333vw !important; 검색 아이콘 크기 조정 */
  background-size: 12px !important;
}

/* X 버튼 스타일 */
.board-search .clear-btn {
  position: absolute;
  right: 0.5208vw;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 0.7292vw;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.0417vw;
  height: 1.0417vw;
}

/* X 아이콘 스타일 */
.board-search .clear-icon {
  font-style: normal;
  line-height: 1;
}

/* 검색 버튼 스타일 */
.board-search button#searchBtnFaq,
.board-search button#searchBtnNotice {
  /* height: 2.3438vw; */
  height: 34px;
  border: 0;
  /* border-radius: 0.2604vw; */
  border-radius: 5px;
  /* font-size: 0.9375vw; */
  font-size: 13px;
  font-weight: 400;
  /* padding: 0 1.5625vw; */
  background: #3d3d3d;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.menu-for-admin {
  display: flex;
  justify-content: left;
  /* align-items: left; */
  margin-left: 0;
  /* font-size: 1.5vw; */
  font-size: 20px;
  font-weight: bold;
  
}
.menu-for-admin li {
  margin-left: 5vw;
}
.menu-for-admin a {
  color: #224597 !important;
  text-decoration: none;
}

/* 반응형 디자인을 위한 미디어 쿼리 */
/* @media (max-width: 768px) {
  .board-search {
    flex-direction: column;
    align-items: stretch;
  }

  .search-input-wrapper {
    margin-right: 0;
    margin-bottom: 0.5208vw;
  }

  .board-search button#searchBtnFaq,
  .board-search button#searchBtnNotice {
    width: 100%;
  }
} */
