/* 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */
.sub8_3_pop {
  width: 430px;
  height: 430px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sub8_3_pop > p {
  font-size: 35px;
  color: #111;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  margin-top: 25px;
}

.sub8_3_pop > p span {
  color: #386dd8;
}

.sub8_3_pop > span {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #111;
  display: block;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 20px;
}

/* // 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */

/* 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */
.agree_popbox {
  width: 450px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.agree_popbox > p {
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #222;
  font-size: 24px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
}

.agree_pop_inner {
  width: 100%;
  padding: 60px 25px;
  box-sizing: border-box;
  font-size: 16px;
  color: #555;
  line-height: 35px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.agree_popbox i {
  color: #fff;
  top: 15px;
  right: 25px;
}

/* // 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */

/* 須岇洂韮堩嚧 poup */
.secession_popbox {
  width: 530px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 35px;
  box-sizing: border-box;
}

.secession_popbox > p {
  text-align: center;
  font-size: 38px;
  color: #111;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.secession_con {
  width: 100%;
  margin: 30px 0 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #d7d7d7;
  padding: 35px 10px;
  box-sizing: border-box;
}

.secession_con > p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #111;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.secession_con > p i {
  color: #111;
  font-size: 22px;
  margin-right: 7px;
}

.secession_con ul {
  width: 100%;
  margin-top: 20px;
}

.secession_con ul li {
  width: 100%;
  display: flex;
  align-items: baseline;
  font-size: 15px;
  color: #555;
  font-family: 'Pretendard-Regular', sans-serif;
  line-height: 23px;
}

.secession_con ul li span {
  margin-right: 5px;
}

.secession_con ul li:first-child {
  margin-bottom: 15px;
}

.secession_popbox > span {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #111;
  font-family: 'Pretendard-Medium', sans-serif;
}

.secession_popbox .amend_btn {
  margin-top: 30px;
}

.secession_popbox button.pop_close {
  background-color: #fff;
  border: 1px solid #111;
  color: #111;
}

/* // 須岇洂韮堩嚧 poup */

/* 牍勲皜氩堩樃鞛呺牓 popup */
.lock_popbox {
  width: 430px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lock_icon {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #d6d9e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lock_icon i {
  color: #fff;
  font-size: 50px;
}

.lock_popbox > p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}

.pw_write {
  width: 100%;
  display: flex;
  margin-top: 25px;
}

.pw_write input {
  height: 40px;
}

.pw_write input[type='password'] {
  width: 70%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 12px;
  color: #111;
  font-family: 'S-CoreDream-4Regular', sans-serif;
}

.pw_write input[type='password']::placeholder {
  font-size: 12px;
  color: #bababa;
  font-family: 'S-CoreDream-4Regular', sans-serif;
}

.pw_write input[type='button'] {
  width: 30%;
  background-color: #253650;
  font-size: 14px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  border: 0;
}

/* // 牍勲皜氩堩樃鞛呺牓 popup */

/* 靷殞瓿淀棇 popup */
.s1_8_popbox {
  padding: 50px 100px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.s1_8_popbox i.pop_close {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  top: -15px;
  right: -15px;
}

.s1_8_popbox img {
  max-width: 100%;
}

/* // 靷殞瓿淀棇 popup */

/* mobile */
@media screen and (max-width: 767px) {
  /* 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */
  .sub8_3_pop {
    width: 90%;
    height: auto;
    padding: 30px 0;
  }

  .sub8_3_pop img {
    width: 50px;
  }

  .sub8_3_pop > p {
    font-size: 20px;
    margin-top: 20px;
  }

  .sub8_3_pop > span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }

  /* // 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */

  /* 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */
  .agree_popbox {
    width: 85%;
  }

  .agree_popbox > p {
    padding: 10px 15px;
    font-size: 16px;
  }

  .agree_pop_inner {
    padding: 20px 25px;
    font-size: 13px;
    line-height: 23px;
  }

  .agree_popbox i {
    top: 10px;
    right: 15px;
  }

  /* // 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */

  /* 須岇洂韮堩嚧 poup */
  .secession_popbox {
    width: 90%;
    padding: 30px 15px;
  }

  .secession_popbox > p {
    font-size: 20px;
  }

  .secession_con {
    margin: 15px 0 20px;
    padding: 15px 5px;
  }

  .secession_con > p {
    font-size: 14px;
  }

  .secession_con > p i {
    font-size: 16px;
    margin-right: 5px;
  }

  .secession_con ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .secession_con ul li br {
    display: none;
  }

  .secession_con ul li span {
    margin-right: 0;
  }

  .secession_con ul li:first-child {
    margin-bottom: 10px;
  }

  .secession_popbox > span {
    font-size: 12px;
  }

  .secession_popbox .amend_btn {
    margin-top: 20px;
  }

  /* // 須岇洂韮堩嚧 poup */

  /* 牍勲皜氩堩樃鞛呺牓 popup */
  .lock_popbox {
    width: 90%;
    padding: 30px 40px;
  }

  .lock_icon {
    width: 50px;
    height: 50px;
  }

  .lock_icon i {
    font-size: 25px;
  }

  .lock_popbox > p {
    font-size: 12px;
    line-height: 20px;
  }

  .pw_write {
    margin-top: 15px;
  }

  .pw_write input {
    height: 35px;
  }

  .pw_write input[type='password'] {
    font-size: 10px;
  }

  .pw_write input[type='password']::placeholder {
    font-size: 10px;
  }

  .pw_write input[type='button'] {
    font-size: 12px;
  }

  /* // 牍勲皜氩堩樃鞛呺牓 popup */

  /* 靷殞瓿淀棇 popup */
  .s1_8_popbox {
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
  }

  .s1_8_popbox i.pop_close {
    width: 30px;
    height: 30px;
  }

  /* // 靷殞瓿淀棇 popup */
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */
  .sub8_3_pop {
    width: 350px;
    height: auto;
    padding: 30px 0;
  }

  .sub8_3_pop img {
    width: 50px;
  }

  .sub8_3_pop > p {
    font-size: 20px;
    margin-top: 20px;
  }

  .sub8_3_pop > span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }

  /* // 鞓堨暯鞝勴檾 鞁犾箔鞕勲 popup */

  /* 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */
  .agree_popbox {
    width: 380px;
  }

  .agree_popbox > p {
    padding: 10px 15px;
    font-size: 16px;
  }

  .agree_pop_inner {
    padding: 20px 25px;
    font-size: 13px;
    line-height: 23px;
  }

  .agree_popbox i {
    top: 10px;
    right: 15px;
  }

  /* // 臧滌澑鞝曤炒 鞛愳劯頌堧炒旮� popup */

  /* 須岇洂韮堩嚧 poup */
  .secession_popbox {
    width: 350px;
    padding: 30px 15px;
  }

  .secession_popbox > p {
    font-size: 20px;
  }

  .secession_con {
    margin: 15px 0 20px;
    padding: 15px 5px;
  }

  .secession_con > p {
    font-size: 14px;
  }

  .secession_con > p i {
    font-size: 16px;
    margin-right: 5px;
  }

  .secession_con ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .secession_con ul li br {
    display: none;
  }

  .secession_con ul li span {
    margin-right: 0;
  }

  .secession_con ul li:first-child {
    margin-bottom: 10px;
  }

  .secession_popbox > span {
    font-size: 12px;
  }

  .secession_popbox .amend_btn {
    margin-top: 20px;
  }

  /* // 須岇洂韮堩嚧 poup */

  /* 牍勲皜氩堩樃鞛呺牓 popup */
  .lock_popbox {
    width: 350px;
    padding: 30px 40px;
  }

  .lock_icon {
    width: 50px;
    height: 50px;
  }

  .lock_icon i {
    font-size: 25px;
  }

  .lock_popbox > p {
    font-size: 12px;
    line-height: 20px;
  }

  .pw_write {
    margin-top: 15px;
  }

  .pw_write input {
    height: 35px;
  }

  .pw_write input[type='password'] {
    font-size: 10px;
  }

  .pw_write input[type='password']::placeholder {
    font-size: 10px;
  }

  .pw_write input[type='button'] {
    font-size: 12px;
  }

  /* // 牍勲皜氩堩樃鞛呺牓 popup */

  /* 靷殞瓿淀棇 popup */
  .s1_8_popbox {
    width: 400px;
    padding: 30px;
    box-sizing: border-box;
  }

  .s1_8_popbox i.pop_close {
    width: 30px;
    height: 30px;
  }

  /* // 靷殞瓿淀棇 popup */
}
