@charset "UTF-8";

/* ---------------------------------------------------------------- */
/* body---------------------------------------------------------- */
/* ---------------------------------------------------------------- */
body {
  width: 100vw;
  height: 100%;
  min-width: 1200px;

}

body .pageWrap {
  width: 100%;
  min-height: 100%;
  position: relative;
}


/* ---------------------------------------------------------------- */
/* Header---------------------------------------------------------- */
/* ---------------------------------------------------------------- */
header {
  width: 100%;
  height: 4rem;
  background: #432f4f;
  position: relative;
  left: 0;
  top: 0;

}

header nav,
header div {
  display: inline-block;
}

header h1 {
  width: 250px;
  padding: 1.25rem 1.25rem 0;
  display: inline;
  font-size: inherit;
}

header h1 a img {
  height: 2.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

header nav {
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: 3.75rem;
  color: #fff;
}

header nav > ul > li {
  display: inline-block;
  height: 100%;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 4rem;
  padding: 0 1.25rem;
  cursor: pointer;
  position: relative;
}

header nav > ul > li:hover {
  background: #695575;
  transition: 0.2s;
}

/* 20220707 */
header nav > ul > li > .sub_nav {
  position: absolute;
  background-color: #fff;
  border: 0.0625rem solid #b6b6b6;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: none;
  box-shadow: 0.125rem 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.13);
  min-width: 200px;

}

header nav > ul > li.active > .sub_nav {
  display: block;
}

header nav > ul > li > .sub_nav li {
  font-size: 15px;
  color: #444444;
  width: 100%;
  border: 0.0625rem solid #b6b6b6;
  border-collapse: collapse;
  line-height: 1;
  font-weight: 500;
  padding: 0.9375rem 0.5rem 0.875rem 0.5rem;
  margin-top: -1px;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

header nav > ul > li > .sub_nav li a {
  display: block;
  font-weight: 300;
}

header nav > ul > li > .sub_nav li:hover {
  background-color: #f8fafb;
  color: #6f279a;
}

header div {
  float: right;
}

header div ul li {
  display: inline-block;
  line-height: 4rem;
}

header div ul li.noti {
  position: relative;
  top: 0;
  line-height: 1.75rem;
}

header div ul li.noti em {
  position: absolute;
  top: 1.125rem;
  left: 1.875rem;
  color: #fff;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #ffde00;
  border-radius: 1.1875rem;
  border: 0.0625rem solid #432f4f;
}


header div ul li.noti a {
  display: block;
  width: 2.5rem;
  text-align: center;
}

header div ul li.user {
  width: 3.75rem;
  height: 2.75rem;
  margin: 0.625rem 2.5rem 0.625rem 0.3125rem;
  background: #695575;
  font-size: 0;
  border-radius: 1.875rem;
  cursor: pointer;
  background: url('../img/user_img.png') no-repeat center center;
  position: relative;
}


.mypage_wrap {
  display: none;
  position: relative;
  top: -18px;
  width: 122px;
  background: url(../img/mypage_bg.png) no-repeat center center;
  z-index: 9;
  left: -1.5rem;
  height: 5.5rem;
  float: none;
  font-family: 'Pretendard';
  cursor: default;

}


.mypage_wrap .mypage_con > div {
  float: none;
  display: block;
}


.mypage_wrap .mypage_icon {

  max-width: 5.3125rem;
}

.mypage_wrap .mypage_icon > a {
  float: none;
  display: flex;
  cursor: pointer;
  max-width: 5.3125rem;
}

.mypage_wrap .logout_icon {

  max-width: 4.5625rem
}

.mypage_wrap .logout_icon > a {
  float: none;
  display: flex;
  margin-top: 0.9375rem;
  cursor: pointer;
  max-width: 4.5625rem
}

.mypage_wrap .mypage_icon span:nth-child(1) {
  background: url(../img/mypage_icon.png) no-repeat center center;
  width: 0.875rem;
  height: 0.8125rem;
  display: block;
  margin-right: 0.3125rem;
}

.mypage_wrap .mypage_icon:hover span:nth-child(1) {
  background: url(../img/mypage_icon_hover.png) no-repeat center center;

}

.mypage_wrap .logout_icon span:nth-child(1) {
  background: url(../img/logout_icon.png) no-repeat center center;
  width: 0.875rem;
  height: 0.8125rem;
  display: block;
  margin-right: 0.3125rem;
}

.mypage_wrap .logout_icon:hover span:nth-child(1) {
  background: url(../img/logout_icon_hover.png) no-repeat center center;

}


.mypage_wrap .mypage_icon p {
  font-family: 'Pretendard';
  font-weight: 700;
  color: #555;
  line-height: 1;
}

.mypage_wrap .mypage_icon:hover p {
  color: #432f4f;
}

.mypage_wrap .logout_icon:hover p {
  color: #432f4f;

}

.mypage_wrap .logout_icon p {
  font-family: 'Pretendard';
  font-weight: 700;
  color: #555;
  line-height: 1;

}

.mypage_wrap .mypage_con {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8125rem;
  width: 100%;
  padding: 0.25rem 0.25rem 0 0.25rem;
  font-size: 0.8125rem;
  position: absolute;
}

.mypage_wrap .mypage_icon span {
  display: flex;
  float: none;
  font-family: 'Pretendard';
  font-weight: 500;
}

.mypage_wrap .logout_icon span {
  float: none;
  display: flex;
  font-family: 'Pretendard';
  font-weight: 500;
}


/* ---------------------------------------------------------------- */
/* main---------------------------------------------------------- */
/* ---------------------------------------------------------------- */
main {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 5rem);
}

main .lnbWrap {
  position: absolute;
  left: 0;
  width: 300px;
  min-height: 100%;
  padding-top: 2.125rem;
  background: #f8fafb;
  border-right: 0.0625rem solid #cfcfcf;
}

main .lnbWrap ul.tree {
  font-family: 'Pretendard';
  padding: 0 0.5rem;
}

main .lnbWrap ul.tree li {
  font-weight: 700;
  font-size: 1rem;
  color: #343434;
  border-top: 0.0625rem solid #eceeef;
  padding: 1.25rem 0;
  letter-spacing: -1px;
}

main .lnbWrap ul.tree li:first-child {
  border-top: none;
}

main .lnbWrap ul.tree li input {
  position: absolute;
  left: 0;
  margin-left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 1em;
  width: 1em;
  top: 0;
}

main .lnbWrap ul.tree li input + ul {
  background: url(../img/arrow-down.png) no-repeat;
  background-position: top 10px right 10px;
  margin: -20px 0 0 -40px;
  display: block;
  height: 1em;
}

main .lnbWrap ul.tree li input + ul > li {
  height: 0;
  overflow: hidden;
  margin-left: -250px !important;
  padding-left: 0.0625rem;
  border-top: none;
}

main .lnbWrap ul.tree li ul > li {
  font-weight: 600;
}

main .lnbWrap ul.tree li input:checked + ul > li {
  height: 0;
  overflow: hidden;
  margin-left: 0 !important;
  padding-left: 0.0625rem;
}

main .lnbWrap ul.tree li label {
  cursor: pointer;
  display: block;
  padding-left: 0.625rem;
}

main .lnbWrap ul.tree li input:checked + ul {
  background: url(../img/arrow-up.png) no-repeat no-repeat;
  background-position: top 10px right 10px;
  margin: -20px 0 0 -40px;
  padding: 1.875rem 0 0 3.75rem;
  height: auto;
}

main .lnbWrap ul.tree li input:checked + ul > li {
  height: auto;
  margin: 0;
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
}

main .lnbWrap ul.tree li input:checked + ul > li.sub.on a {
  color: #6f279a;
  font-weight: 700;
}

main .lnbWrap ul.tree li input:checked + ul > .on:before {
  content: '';
  width: 0.25rem;
  height: 2rem;
  display: inline-block;
  background: #70279a;
  position: absolute;
  left: 0;
  margin-top: -6px;
}

main .lnbWrap ul.tree li input:checked + ul > li:last-child {
  margin: 0 0 0.063em;
}

main .container {
  position: relative;
  left: 300px;
  width: calc(100% - 300px);
  max-width: 1350px;
  height: calc(100% - 1.875rem);
  min-height: calc(100% - 5rem);
  padding: 1.875rem 2.5rem;
}

main .container .location {
  width: 100%;
  height: 1rem;
  font-size: 0.8125rem;
  color: #aaaaaa;
  font-weight: 500;
  margin: 0 0 1.25rem;
}

main .container .location span.step1 {
  font-family: 'Pretendard';
  font-size: 0.8125rem;
}

main .container .location span.step2 {
  font-family: 'Pretendard';
  font-size: 0.8125rem;
  font-weight: 700;
  color: #808080;
}

main .container .location span.gt {
  padding: 0 0.3125rem;
}

main .container h3.pagetitle {
  font-family: 'Pretendard';
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  padding: 0.9375rem 0.625rem 1.5rem;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* footer---------------------------------------------------------- */
/* ---------------------------------------------------------------- */
footer {
  /* background: transparent;
    position: absolute;
    left: 250px;
    bottom: 0;
    width: calc(100% - 250px);
    text-align: center;
    font-size: 0.8125rem; */
  position: absolute;
  left: 300px;
  bottom: 1.25rem;
  width: calc(100% - 300px);
  padding: 0 2.5rem !important;
  font-size: 0.75rem;
  font-family: 'Pretendard';
}


/* ---------------------------------------------------------------- */
/* intro----------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.intro {
  display: flex;
}

.intro .left {
  width: 50%;
  height: 100vh;
  background: url(../img/Introbg1.png) no-repeat;
  background-size: cover;
  color: #452a2a;
}

.intro .right {
  width: 50%;
  height: 100vh;
  background: url(../img/Introbg2.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.intro .left,
.intro .right {
  text-align: center;
  position: relative;
}

.intro h4.toplogo {
  position: absolute;
  left: 5.625rem;
  top: 3.75rem;
}

.intro h1 {
  position: relative;
  top: 35%;
  width: 100%;
  display: block;
  font-size: 3.75rem;
  font-weight: 500;
}

.intro h2 {
  position: relative;
  top: 38%;
  width: 100%;
  display: block;
  font-size: 2.625rem;
  font-weight: 100;
  line-height: 1.5;
}

.intro button {
  width: 360px;
  font-size: 1.3125rem;
  font-weight: 300;
  background: transparent;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem 0.5rem;
  margin: 0;
}

.intro button img {
  margin-top: 0.1875rem;
}

.intro .left button {
  position: absolute;
  left: 5.625rem;
  bottom: 3.75rem;
  color: #452a2a;
  border: 0.125rem solid #452a2a;
  text-align: right;
}

.intro .left button img {
  float: left;
}

.intro .right button {
  position: absolute;
  right: 5.625rem;
  bottom: 3.75rem;
  color: #fff;
  border: 0.125rem solid #fff;
  text-align: left;
}

.intro .right button img {
  float: right;
}


/* ---------------------------------------------------------------- */
/* login----------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.login {
  width: 100vw;
  height: 100vh;
  background: #432f4f;
  font-family: 'Pretendard';
}

.login {
  width: 100vw;
  height: 100vh;
  background: #432f4f;
}

.login .toplogo {
  margin: 0;
  font-size: 0;
  width: 200px;
}

.login .toplogo img {width: 100%;}

.login .Wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 880px;
  height: 280px;
  transform: translateX(-50%) translateY(-60%);
}

.login .Wrap .left,
.login .Wrap .right {
  width: 50%;
  height: 100%;
}

.login .Wrap .left {
  float: left;
  border-right: 0.0625rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .Wrap .right {
  float: right;
  padding: 1.25rem 5rem;
}

.login .Wrap .right form label,
.login .Wrap .right form input {
  display: block;
  width: 100%;
}

.login .Wrap .right input[type="checkbox"],
.login .Wrap .right input[type="checkbox"] + label {
  display: inline;
  width: auto;
}

.login .Wrap .right form p {
  margin-bottom: 0.9375rem;
}

.login .Wrap .right form p.save_email {
  display: flex;
  align-items: center;
}


.login .Wrap .right .save_email input[type="checkbox"], .login .Wrap .right .save_email input[type="checkbox"] + label {
  display: block;

}

.login .Wrap .right .save_email input[type="checkbox"] + label {
  margin-bottom: 0;
  margin-left: -4px;

}

.login .Wrap .right form label {
  color: #fff;
  font-size: 0.8125rem;
  text-indent: 0.5rem;
  margin-bottom: 0.375rem;
}

.login .Wrap .right form input {
  padding: 0.375rem 0.625rem;
  border: 0;
  font-family: 'Pretendard';
}

.login .Wrap .right form input[type="password"] {
  font-family: 'Pretendard';
}

.login .Wrap .right form input[type="password"]::placeholder {
  font-family: 'Pretendard';
}

.login .Wrap .right form {overflow: hidden;}

.login .Wrap .right form button {
  color: #fff;
  border: 0.0625rem solid #fff;
  padding: 0.4375rem;
  width: 100%;
  background: transparent;
  border-radius: 0.3125rem;
  margin-top: 1.25rem;
  font-family: 'Pretendard';
}

.login .Wrap .right.design2 form button {
  width: 48%;
  margin-top: 0.625rem;
  float: left;
}

.login .Wrap .right.design1 form button.signup {margin-top: 0.625rem;}
.login .Wrap .right.design2 form button.signup {margin: 0.625rem 0 0 4%;}

.login .textbox {
  position: relative;
  top: 80%;
  width: 600px;
  margin: auto;
  color: #ada8b1;
  font-size: 0.875rem;
}

.login .textbox p {
  margin-bottom: 0.9375rem;
}

.login .textbox span.dt {
  display: inline-block;
  width: 182px;
  text-align: right;
}

.login .textbox span.dd {
  width: 182px;
  text-align: left;
  float: right;
  color: #fff;
}

.login footer {
  width: 100vw;
  color: #fff;
  left: 0;
  bottom: 1.5625rem;
}


/* ---------------------------------------------------------------- */
/* join------------------------------------------------------------ */
/* ---------------------------------------------------------------- */
.join {
  width: 100vw;
  height: 100vh;
  background: #f8f8f9;
  font-family: 'Pretendard';
}

.join .toplogo {
  position: absolute;
  left: 3.125rem;
  top: 2.5rem;
}

.join .toplogo img {
  width: 190px;
}

.join .Wrap {
  position: relative;
  width: 380px;
  height: 500px;
  background: #fff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #efefef;
  margin: auto;
  top: calc(50% - 250px);
  padding: 3.125rem 1.875rem;
}

.join .Wrap h3 {
  display: block;
  margin: 0.9375rem 0.9375rem;
  font-size: 1.5rem;
}

.join .Wrap .boxWrap {
  width: 100%;
  padding: 0.9375rem;
}

.join .Wrap .boxWrap .full {
  font-size: 1.0625rem;
  font-weight: 700;
}

.join .Wrap .boxWrap hr,
.join .Wrap .linebox hr {
  opacity: 0.2;
}

.join .Wrap .boxWrap p {
  font-size: 0.9375rem;
  font-weight: 300;
  margin: 1.375rem 0;
}

.join .Wrap input[type="radio"],
.join .Wrap input[type="checkbox"] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  width: 0.0625rem;
  margin: -1px;
  padding: 0;
  border: 0;
}

.join .Wrap input[type="checkbox"] + label {
  background: url(../img/checkoff.png) no-repeat;
  background-position-x: 264px;
  width: 100%;
  display: block;
}

.join .Wrap input[type="checkbox"]:checked + label {
  background: url(../img/checkon.png) no-repeat;
  background-position-x: 264px;
}

.join .Wrap input[type="radio"] + label {
  background: url(../img/radiooff.png) no-repeat;
  background-position-x: 0;
  width: 100%;
  display: block;
}

.join .Wrap input[type="radio"]:checked + label {
  background: url(../img/radioon.png) no-repeat;
  background-position-x: 0;
}

.join .Wrap .linebox {
  border: 0.0625rem solid #d9dadc;
  margin-bottom: 0.75rem;
}

.join .Wrap .linebox p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.1875rem 0.75rem;
}


.join .Wrap .linebox p label,
.join .Wrap .linebox p span {
  display: inline-block;
  width: 30%;
  font-size: 0.875rem;
}

.join .Wrap .linebox p input {
  display: inline-block;
  width: 67%;
  border: 0;
  padding: 0.1875rem;
}

.join .Wrap .linebox p input.phone {
  width: 50%;
}

.join .Wrap .linebox p button.phonebtn {
  width: 17%;
  font-size: 0.8125rem;
  padding: 0.125rem 0.25rem;
  margin: 0;
}

.join .Wrap .linebox p input.pw1 {
  background: url(../img/lock.png) no-repeat;
  background-position-x: right;
  background-size: 12%;
}

.join .Wrap .linebox p input.pw2 {
  background: url(../img/lockc.png) no-repeat;
  background-position-x: right;
  background-size: 12%;
}

.join .Wrap .linebox p input.search {
  background: url(../img/searchicon.png) no-repeat;
  background-position-x: right;
  background-size: 10%;
}

.join .Wrap .linebox p span label,
.join .Wrap .linebox p span input[type="radio"] {
  display: inline;
  width: auto;
}

.join .Wrap .linebox p span label {
  display: inline-block;
  width: 74%;
  text-align: right;
}

.join .Wrap .linebox p select {
  width: 67%;
  border: 0;
  padding: 0.125rem 0.25rem;
}

.join .Wrap button {
  width: 100%;
  background: #541e74;
  border: 0.0625rem solid #541e74;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  padding: 0.625rem;
  margin-top: -3px;
  font-family: 'Pretendard';
}


/* ---------------------------------------------------------------- */
/* ID/PASSWORD----------------------------------------------------- */
/* ---------------------------------------------------------------- */
.idpw {
  width: 100vw;
  height: 100vh;
  background: #f8f8f9;
  font-family: 'Pretendard';
}

.idpw .toplogo {
  position: absolute;
  left: 3.125rem;
  top: 2.5rem;
}

.idpw .toplogo img {
  width: 190px;
}

.idpw .tabWrap {
  position: relative;
  top: calc(50% - 160px);
  margin: auto;
  width: 380px;
  padding: 1.875rem;
  background-color: #fff;
}

.idpw .tabWrap .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.idpw .tabWrap .list li {
  width: 49.5%;
  line-height: 2.4;
  display: inline-block;
  text-align: center;
  border-bottom: 0.125rem solid #a0a0a0;
}

.idpw .tabWrap .list li a {
  font-size: 1.0625rem;
  color: #a0a0a0;
}

.idpw .tabWrap .list .cont {
  position: absolute;
  display: none;
}

.idpw .tabWrap .list li.on {
  border-bottom: 0.125rem solid #6f279a;
}

.idpw .tabWrap .list li.on .btn {
  font-weight: bold;
  color: #6f279a;
}

.idpw .tabWrap .list li.on .cont {
  display: block;
}

.idpw .tabWrap .cont {
  padding-top: 2.875rem;
}

.idpw .tabWrap .cont p {
  margin: 1rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.idpw .tabWrap .cont p input {
  width: 70%;
  background: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #ccc;
  padding: 0.5rem 0.75rem;
  font-family: 'Pretendard';
}

.idpw .tabWrap .cont p button {
  color: #6f279a;
  font-size: 0.875rem;
  line-height: 1;
  background: transparent;
  border-width: 0.0625rem;
  width: 30%;
  padding: 0.5rem;
  border-radius: 1.875rem;
  margin-bottom: 0;
  height: 2rem;
  font-family: 'Pretendard';
}

.idpw .tabWrap .cont button {
  width: 100%;
  background: #541e74;
  border: 0.0625rem solid #541e74;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  padding: 0.625rem;
  margin-bottom: 0;
  font-family: 'Pretendard';
}

.introStd {
  width: 50%;
  height: 100vh;
  float: left;
  overflow: hidden;
  position: relative;
}

.leftpage {
  background: url('../img/Introbg1.png') no-repeat;
  background-position: top 50% right 0;
  background-size: cover;
}

.rightpage {
  background: url('../img/Introbg3.png') no-repeat;
  background-position: top 50% left 0;
  background-size: cover;
}

.introStd h2 {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: calc(50vh + 1.25rem);
  line-height: 3rem;
  font-size: 2rem;
  margin: 0;
}

.leftpage.introStd h2 {padding-left: 5rem;}
.rightpage.introStd h2 {padding-right: 5rem; text-align: right;}

.leftpage.introStd p {
  padding-left: 5rem;
  font-size: 1.2rem;
  line-height: 2rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: calc(50vh + 3.5em);
  font-weight: 500;
}

.introStd p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 100;
  color: #666;
}

.leftpage img {
  position: absolute;
  bottom: calc(50vh - 1.875rem);
  right: 25%;
}

.rightpage h2,
.rightpage p {text-align: right;}

.rightpage h2 {color: #62307f;}

.rightpage img {
  position: absolute;
  bottom: calc(50vh - 1.875rem);
  left: 25%;
}

.introStd a {
  display: inline-block;
  width: 22.5rem;
  line-height: 3.75rem;
  border:0.125rem solid;
  border-radius: 2rem;
  position: absolute;
  z-index: 1;
  bottom: calc(50vh - 5rem);
  padding: 0 2.5rem;
  box-sizing: border-box;
  font-size: 1.25rem;
}

.leftpage a {
  left: 5rem;
  background: url(../img/pointL.png) no-repeat 2.5rem 50%;
  border-color: #333;
  color: #333;
  text-align: right;
}

.rightpage a {
  right: 5rem;
  background: url(../img/pointR.png) no-repeat;
  background-position: top 50% right 2.5rem;
  border-color: #62307f;
  color: #62307f;
}

.introStd a:hover {background-color: #fff;}

.noticeText {
  color: #f00;
  font-weight: 500;
  word-break: keep-all;
  font-size: 0.7rem;
  line-height: 1rem;
}

@media screen and (max-width: 1200px) {
  body {min-width: auto;}
}

@media screen and (max-width: 500px) {
  .popup_notice {font-size: 3.5vw;}
}
