@charset "utf-8";

/* 리디자인 css */
:root {
  font-size: 62.5%;
  --main-color: #e13961;
  --main-text: #373737;
  --sub-text: #7b7b7b;
  --bg-color: #fafafa;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font: 400 2.8rem "pretendard", sans-serif;
  color: var(--main-text);
  letter-spacing: -0.06em;
}

@media all and (min-width: 1024px) {
  .inner {
    width: 1300px;
    margin: 0 auto;
  }

  #top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .content01 {
    width: 130rem;
    padding: 4.4rem 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #main_banner {
    width: 100%;
    position: relative;
  }

  .content02 {
    width: 100%;
    height: 100%;
  }

  .content02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #cont_wrap {
    width: 100%;
  }

  .content03 {
    margin-top: 11rem;
  }

  .db_wrap {
    width: 130rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .db_box {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: var(--bg-color);
  }

  .db_title p {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--main-text);
    text-align: center;
  }

  #frmProc {
    width: 53rem;
    padding: 6.2rem 5.7rem;
  }

  #frmData {
    padding-top: 4.3rem;
  }

  .form {
    width: 100%;
    height: 5.2rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-left: 2rem;
    font-size: 1.6rem;
    background: var(--bg-color);
    letter-spacing: -0.06em;
  }

  .form::placeholder {
    color: #b6b6b6;
  }

  .form.name {
    width: 22.4rem;
  }

  .name_gen {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #gen {
    width: 18.2rem;
    display: flex;
    justify-content: space-between;
  }

  #gen input[type="radio"] {
    display: none;
  }

  #gen input[type="radio"]:checked + span {
    width: 100%;
    height: 5.2rem;
    display: inline-block;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
  }

  #gen label {
    width: 48%;
    height: 5.2rem;
    border: 1px solid #dedede;
    outline: 0;
    text-align: center;
    border-radius: 5px;
    font-size: 1.8rem;
    line-height: 52px;
    cursor: pointer;
    color: var(--sub-text);
  }

  .form.birth {
    margin-top: 1rem;
  }

  .smsWrap {
    margin-top: 1rem;
  }

  #mobile_wrap {
    display: flex;
    justify-content: space-between;
  }

  #mobile_wrap .form {
    width: 75%;
  }

  #btnSendAuthCode {
    width: 23%;
    border: 0;
    border-radius: 5px;
    background-color: #3a3a3a;
    height: 5.2rem;
    line-height: 52px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }

  #auth_wrap .form {
    width: 75%;
  }

  #btnCheckAuthCode {
    width: 23%;
    border: 0;
    border-radius: 5px;
    background-color: #3a3a3a;
    height: 5.2rem;
    line-height: 52px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .sms_okay {
    height: 5.2rem;
    background: #ffe7ec;
    border: 1px solid var(--main-color);
    padding-left: 2rem;
    border-radius: 5px;
  }

  .sms_okay p {
    font-size: 1.6rem;
    color: var(--main-color);
    line-height: 52px;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.6rem;
    color: var(--sub-text);
    margin-top: 2.5rem;
    letter-spacing: -0.03em;
  }

  .personal_box a {
    text-decoration: underline;
    color: var(--sub-text);
  }

  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .look {
    width: 50%;
    text-align: right;
  }

  .agree_box {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .receive_box {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background: var(--main-color);
    width: 100%;
    height: 7rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.06em;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2.5rem;
  }

  #pay_table {
    width: 64rem;
    padding: 6.6rem 5.8rem 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pay_box {
    width: 25rem;
    padding: 0 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/border_dashed.png) no-repeat bottom/ cover;
    margin-bottom: 5.9rem;
  }

  .b_txt {
    color: var(--main-text);
    font-size: 2.6rem;
  }

  .brand_name {
    display: flex;
  }
  .brand_price {
    display: flex;
    align-items: center;
  }

  .price {
    color: var(--main-color);
    font-size: 3.4rem;
    font-weight: 700;
    margin-right: 8px;
    text-align: right;
  }

  .won {
    font-size: 2.6rem;
    color: var(--main-text);
  }

  .price_infor {
    font-size: 2rem;
    color: var(--sub-text);
    text-align: center;
    margin-top: 7.5rem;
  }

  .price_infor span {
    font-weight: 600;
    color: var(--main-text);
    text-decoration: underline;
    cursor: pointer;
    line-height: 2.8rem;
  }

  .bohum_list {
    margin-top: 7.5rem;
  }

  .bohum_list div > img:nth-child(2) {
    margin-top: 2.5rem;
  }

  .bohum_list img {
    width: 100%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }

  /* content04 */
  .content04 {
    margin-top: 11rem;
    background: var(--bg-color);
    padding: 9.4rem 0;
  }

  .content04 .inner {
    width: 120.1rem;
    display: flex;
    justify-content: space-between;
  }

  .con_h1 {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 140%;
  }

  .con04_1_img {
    width: 58.1rem;
    margin-top: 6.2rem;
  }

  .con04_2_img {
    width: 38rem;
  }

  .con04_img img {
    width: 100%;
  }

  /* content05 */
  .content05 {
    margin-top: 11rem;
  }

  .content05 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff url(../images/con_border_dashed.png) no-repeat bottom /
      contain;
    padding-bottom: 11rem;
  }

  .con_h2 {
    font-size: 2.8rem;
    color: var(--sub-text);
    margin-top: 1.2rem;
  }

  .con05_img {
    width: 44rem;
  }

  .con05_img img {
    width: 100%;
  }

  /* content06 */
  .content06 {
    margin-top: 11rem;
  }

  .content06 .inner {
    display: flex;
    justify-content: space-between;
    background: #fff url(../images/con_border_dashed.png) no-repeat bottom /
      contain;
    padding-bottom: 11rem;
  }

  .con06_text {
    text-align: right;
  }

  .con06_text p:nth-child(1) {
    margin-top: 0;
  }

  /* content07 */
  .content07 {
    margin-top: 11rem;
  }

  .content07 .inner {
    display: flex;
    justify-content: space-between;
  }

  .con07_img {
    width: 65.4rem;
  }

  .con07_img img {
    width: 100%;
  }

  /* content08 */
  .content08 {
    width: 100%;
    height: 27.4rem;
    margin-top: 11rem;
    background: var(--bg-color);
    padding: 45px 0 0;
  }

  .content08 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content08 .inner div:nth-child(1) {
    order: 2;
  }
  .content08 .inner div:nth-child(2) {
    order: 1;
  }

  .con08_text {
    text-align: right;
  }

  .con08_img {
    width: 46rem;
  }

  .con08_img img {
    width: 100%;
  }

  /* banner */
  .banner_wrap {
    margin-top: 11rem;
  }

  .banner_title {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .banner_img {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
  }

  .banner_img div {
    width: 64rem;
  }

  .banner_img img {
    width: 100%;
    cursor: pointer;
  }

  /* footer_2024 PC */
  #footer_2024 {
    width: 100%;
    margin-top: 15rem;
  }

  .infor_summary {
    width: 100%;
    background-color: #4b4b4b;
    padding: 4rem 0;
  }

  .infor_summary p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
  }

  .infor_summary p + p {
    margin-top: 1.2rem;
  }

  .footer_conts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
  }

  li {
    list-style: none;
  }

  .footer_popup ul {
    display: flex;
    gap: 3rem;
  }

  .footer_popup li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
  }

  .footer_popup a {
    color: #222;
  }

  .footer01 {
    display: flex;
    gap: 1.6rem;
    margin-top: 3.2rem;
  }

  .footer01 li,
  .footer02 li {
    font-size: 1.6rem;
    color: #666666;
  }

  .footer01 li::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    margin-left: 16px;
  }
  .footer01 li:nth-last-child(1)::after {
    display: none;
  }

  .footer02 {
    display: flex;
    gap: 1.6rem;
    margin-top: 1.2rem;
  }

  .footer02 li::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    margin-left: 16px;
  }
  .footer02 li:nth-last-child(1)::after {
    display: none;
  }

  .copyright {
    font-size: 1.6rem;
    color: #666666;
    margin-top: 3.2rem;
  }
  /* //footer_2024 PC */

  .m_div {
    display: none;
  }
}

@media all and (max-width: 1023px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }

  #top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2.7rem;
  }

  .content01 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    width: 32%;
  }

  .logo img {
    width: 100%;
  }

  .call {
    width: 28%;
  }

  .call img {
    width: 100%;
  }

  .content02 {
    width: 100%;
  }
  .content02 img {
    width: 100%;
  }

  .cont_wrap {
    width: 100%;
  }

  .db_box {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 10px;
    background: var(--bg-color);
    margin-top: 4rem;
  }

  .db_title p {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--main-text);
    text-align: center;
  }

  #frmProc {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }

  #frmData {
    margin: 4.3rem auto 0;
  }

  .form {
    width: 100%;
    height: 4.9rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding-left: 2rem;
    font-size: 1.6rem;
    background: var(--bg-color);
    letter-spacing: -0.06em;
  }

  .form::placeholder {
    color: #b6b6b6;
  }

  .form.name {
    width: 100%;
  }

  .name_gen {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name_gen .form_wrap {
    width: 58%;
  }

  .name_gen .form_wrap + .form_wrap {
    width: 40%;
  }

  #gen {
    width: 100%;
    display: flex;
    gap: 5%;
  }

  #gen input[type="radio"] {
    display: none;
  }

  #gen input[type="radio"]:checked + span {
    width: 100%;
    height: 4.9rem;
    display: inline-block;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
  }

  #gen label {
    width: 100%;
    height: 4.9rem;
    border: 1px solid #dedede;
    outline: 0;
    text-align: center;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 49px;
    color: var(--sub-text);
  }

  .form.birth {
    margin-top: 1rem;
  }

  .smsWrap {
    width: 100%;
    margin-top: 1rem;
  }

  #mobile_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #mobile_wrap .form {
    width: 75%;
  }

  #btnSendAuthCode {
    width: 23%;
    border: 0;
    border-radius: 5px;
    background-color: #3a3a3a;
    height: 4.9rem;
    line-height: 49px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #auth_wrap .form {
    width: 75%;
  }

  #btnCheckAuthCode {
    width: 23%;
    border: 0;
    border-radius: 5px;
    background-color: #3a3a3a;
    height: 4.9rem;
    line-height: 49px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
  }

  .sms_okay {
    height: 4.9rem;
    background: #ffe7ec;
    border: 1px solid var(--main-color);
    padding-left: 2rem;
    border-radius: 5px;
  }

  .sms_okay p {
    font-size: 1.6rem;
    color: var(--main-color);
    line-height: 49px;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: var(--sub-text);
    margin-top: 2.5rem;
    letter-spacing: -0.03em;
  }

  .personal_box a {
    text-decoration: underline;
    color: var(--sub-text);
  }

  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 6px;
  }

  .look {
    width: 50%;
    text-align: right;
  }

  .receive_box {
    margin-bottom: 2.5rem;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background-color: var(--main-color);
    width: 100%;
    height: 6.6rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: -0.06em;
    border-radius: 5px;
  }

  #pay_table {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .pay_box {
    width: 100%;
    padding: 0 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/border_dashed_m.png) no-repeat bottom/ cover;
  }

  .b_txt {
    color: var(--main-text);
    font-size: 2rem;
  }

  .brand_name {
    display: flex;
  }
  .brand_price {
    display: flex;
    align-items: center;
  }
  .sub_price {
    color: #222;
    font-weight: 500;
    font-size: 16px;
  }

  .price {
    color: var(--main-color);
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 8px;
    text-align: right;
  }

  .won {
    font-size: 2rem;
    color: var(--main-text);
  }

  .price_infor {
    font-size: 1.4rem;
    color: var(--sub-text);
    text-align: center;
    margin-top: 3.5rem;
  }

  .price_infor span {
    font-weight: 600;
    color: var(--main-text);
    text-decoration: underline;
  }

  .bohum_list {
    margin-top: 4rem;
  }

  .bohum_list img {
    width: 100%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }

  /* content04 */
  .content04 {
    margin-top: 4rem;
    background: var(--bg-color);
    padding: 5rem 0;
  }

  .con_h1 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 140%;
  }

  .content04 .con_h1 {
    font-size: 2.6rem;
  }

  .con04_1_img {
    margin-top: 2.4rem;
  }

  .con04_2_img {
    margin-top: 3.4rem;
  }

  /* content05 */
  .content05 {
    margin-top: 6rem;
  }

  .content05 .inner {
    background: #fff url(../images/con_border_dashed_m.png) no-repeat bottom /
      contain;
  }

  .con_h2 {
    font-size: 1.8rem;
    color: var(--sub-text);
    margin-top: 1.2rem;
  }

  .con05_img {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }

  /* content06 */
  .content06 {
    margin-top: 4rem;
  }

  .content06 .inner {
    background: #fff url(../images/con_border_dashed_m.png) no-repeat bottom /
      contain;
  }

  .con06_text {
    margin-top: 1.8rem;
    padding-bottom: 4rem;
  }

  .con06_text .con_h2:nth-child(2) {
    margin-top: 0.8rem;
  }

  /* content07 */
  .content07 {
    margin-top: 4rem;
  }

  .con07_img {
    margin-top: 4rem;
    padding: 0 1.7rem;
  }

  /* content08 */
  .content08 {
    margin-top: 6rem;
    background: var(--bg-color);
    padding: 2.5rem 0 0.7rem;
  }

  .con08_text {
    text-align: right;
  }

  .con08_text .con_h1 {
    font-size: 1.8rem;
    line-height: 160%;
  }

  .con08_text .con_h1 strong {
    font-size: 2.8rem;
  }

  .con08_img {
    width: 17.9rem;
  }

  .con08_img img {
    width: 100%;
  }

  /* banner */
  .banner_wrap {
    margin-top: 6rem;
  }

  .banner_title {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .banner_img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
  }

  .banner_img div {
    width: 100%;
  }

  .banner_img div img {
    width: 100%;
  }

  /** footer_2024 모바일 **/
  #footer_2024 {
    width: 100%;
    margin-top: 6rem;
  }

  .infor_summary {
    background-color: #4b4b4b;
    padding: 4rem 0;
  }

  .infor_summary p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 146.667%;
    letter-spacing: -0.6px;
  }

  .infor_summary p + p {
    margin-top: 0.8rem;
  }

  .footer_conts {
    padding: 4rem 0;
    letter-spacing: -0.6px;
  }

  .footer_popup ul {
    display: flex;
    gap: 1.2rem;
  }

  .footer_popup li {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
  }

  .footer_popup a {
    color: #222;
  }

  li {
    list-style: none;
    /* float: left;
    margin-right: 10px; */
  }

  /* ul::after {
    clear: both;
    display: block;
    content: "";
  } */

  .footer01 {
    display: flex;
    gap: 0.8rem;
    margin-top: 2.4rem;
    flex-wrap: wrap;
  }

  .footer01 li,
  .footer02 li {
    font-size: 1.3rem;
    color: #666666;
  }

  .footer01 li:nth-child(odd)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    margin-left: 8px;
  }

  .footer02 {
    display: flex;
    gap: 0.8rem;
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }

  .footer02 li:nth-child(odd)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
    margin-left: 8px;
  }

  .copyright {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666666;
    margin-top: 2.4rem;
  }
  /** //footer_2024 모바일 **/

  .p_div {
    display: none;
  }
}
