@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
}
li {
  list-style: none;
}

html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

/*******************PC***********************/

@media all and (min-width: 1024px) {
  #main {
    width: 100%;
    background-color: #645b4c;
    position: relative;
  }
  .content01 {
    width: 1240px;
    margin: 0 auto;
    padding: 55px 0 100px 0;
  }
  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }

  .logo {
    width: 90px;
  }

  .logo img {
    width: 100%;
  }

  .main_cont {
    display: flex;
    justify-content: flex-start;
    padding: 0 105px;
  }

  .db {
    width: 315px;
    background-color: #fff;
    border-radius: 20px;
    padding: 45px 30px 35px 30px;
  }
  .db p:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1px;
  }
  .db p:nth-child(3) {
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    text-align: left;
    letter-spacing: -1px;
    margin: 15px 0;
  }
  .form {
    width: 255px;
    height: 45px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  input::placeholder {
    color: #aaaaaa;
    letter-spacing: -1px;
    text-align: left;
  }
  #gen {
    width: 255px;
    height: 50px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  #gen input[type="radio"] {
    display: none;
  }
  #gen input[type="radio"]:checked + span {
    background-color: #645b4c;
    color: #fff;
  }
  #gen label span {
    display: inline-block;
    width: 50%;
    height: 50px;
    background-color: #f4f4f4;
    outline: 0;
    text-align: center;
    line-height: 50px;
    float: left;
  }
  #gen::after {
    clear: both;
    content: "";
    display: block;
  }

  .smsWrap {
    flex-basis: 255px;
  }
  .mobile_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 255px;
  }
  .phoneNumber {
    width: 190px;
    height: 45px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnSendAuthCode {
    border: 0;
    background-color: #222;
    width: 60px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
  }
  #auth_code {
    width: 190px;
    height: 45px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnCheckAuthCode {
    border: 0;
    background-color: #222;
    width: 60px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
  }

  .infor_202307 {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 40px 35px 28px;
    margin-top: 120px;
  }
  .infor_202307 p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 12px;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: -1px;
    margin: 15px 0 20px 0;
  }
  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
  }
  .look {
    width: 50%;
    text-align: right;
  }
  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #fcaf17;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .main_txt {
    margin-top: 45px;
    margin-left: 105px;
  }

  .b_logo {
    width: 122px;
  }

  .b_logo img {
    width: 100%;
  }

  .main_txt01 {
    font-size: 28px;
    font-weight: 200;
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
    margin-top: 10px;
  }

  .main_txt02 {
    font-size: 70px;
    font-weight: 600;
    color: #ffce4a;
    line-height: 80px;
    text-align: left;
    letter-spacing: -2px;
    margin: 20px 0 35px 0;
  }

  .bar {
    background-color: #fff;
    width: 100%;
    height: 30px;
  }
  .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  #contents {
    width: 100%;
    padding-top: 90px;
    position: relative;
    padding-bottom: 140px;
  }

  .bar_txt {
    width: 1030px;
    margin: 0 auto 70px auto;
  }

  .cont_bar {
    width: 1240px;
    height: 1px;
    margin: 80px auto;
    background-color: #e9e9e9;
  }
  .cont_wrap {
    width: 820px;
    margin: 0 auto;
  }
  .cont_number {
    font-size: 22px;
    font-weight: 600;
    color: #645b4c;
    text-align: left;
    letter-spacing: -1px;
  }
  .cont_main_txt {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    letter-spacing: -1px;
    margin: 15px 0 25px 0;
  }
  .cont_main_txt_tk {
    font-weight: 400;
    color: #aaa;
    font-size: 24px;
  }

  .cont_sub_wrap {
    margin-top: 50px;
  }

  .cont_sub_txt {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .cont_infor_txt {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    text-align: left;
    letter-spacing: -1px;
    line-height: 36px;
    margin-top: 20px;
  }
  /**.cont_infor_txt span{font-size: 16px; font-weight: 300; color: #645b4c; text-align: left; letter-spacing: -1px; margin-top: 8px;}**/
  .cont_img {
    width: 100%;
    margin: 40px 0;
  }

  .cont_img img {
    width: 100%;
  }

  .cont01_2 {
    margin-top: -35px;
  }
  .cont02_img {
    display: flex;
    justify-content: space-between;
  }

  #tab_cont {
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }

  .content02 {
    width: 100%;
    background-color: #fcaf17;
  }
  ul.tabs {
    width: 1240px;
    height: 65px;
    margin: 0 auto;
  }

  ul.tabs li {
    color: #fff;
    display: inline-block;
    width: 25%;
    height: 65px;
    font-weight: 300;
    float: left;
    line-height: 65px;
    font-size: 18px;
    cursor: pointer;
  }
  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }

  ul.tabs li.current {
    color: #fff;
    font-weight: 500;
    border: 0;
    font-size: 19px;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
    padding: 50px 0 70px 0;
  }

  .tab_container {
    width: 1030px;
    margin: 0 auto;
  }

  .tab01_bar {
    width: 30px;
    height: 3px;
    background-color: #645b4c;
    margin-bottom: 20px;
  }
  .tab01_box {
    margin-bottom: 40px;
  }
  .tab01_txt {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .cont_txt {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }

  .tab_bold {
    font-weight: 600;
    color: #645b4c;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .table_txt_wrap {
    margin-top: 20px;
  }
  .table_txt {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .table_bold {
    color: #645b4c;
    font-weight: 500;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-top: 1.1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
  }
  td {
    border: 1px solid #e6e6e6;
    padding: 13px;
    text-align: left;
  }
  .table_txt_infor {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .tab04_txt_wrap {
    margin-bottom: 40px;
  }
  .tab04_txt {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  .tab04_company {
    background-color: #f9f9f9;
    padding: 25px;
  }
  .tab04_company p {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1px;
  }

  #footer {
    width: 100%;
    border-top: 1px solid #dddddd;
  }
  .content03 {
    width: 1240px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .footer01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .footer01 ul li {
    float: left;
    margin-right: 30px;
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    letter-spacing: -1px;
  }
  .footer01 p {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
  }
  .footer02 {
    width: 840px;
  }
  .footer02 ul li {
    float: left;
    margin-right: 15px;
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  .footer01 ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .footer02 ul::after {
    clear: both;
    content: "";
    display: block;
  }

  .marginb0 {
    margin-bottom: 0;
  }
  .margint30 {
    margin-top: 30px;
  }
  .m_div {
    display: none;
  }

  .m_div {
    display: none;
  }
}

/*******************TABLET***********************/

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #main {
    width: 100%;
    background-color: #645b4c;
  }
  .content01 {
    width: 89%;
    margin: 0 auto;
    padding: 45px 0 0px 0;
  }
  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 12%;
  }
  .logo img {
    width: 100%;
  }
  .call {
    width: 20%;
  }
  .call img {
    width: 100%;
  }

  .main_cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .main_txt {
    margin-top: 45px;
    margin-bottom: 30px;
  }

  .b_logo {
    width: 122px;
    margin: 0 auto;
  }

  .b_logo img {
    width: 100%;
  }

  .main_txt01 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 8px;
    margin-top: 10px;
  }

  .main_txt02 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    text-align: center;
    letter-spacing: -1px;
  }

  .db {
    width: 100%;
    background-color: #fff;
    border-radius: 35px 35px 0px 0px;
    padding: 40px 0px 45px 0px;
  }
  .db p:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-align: center;
    letter-spacing: -1px;
  }
  .db p:nth-child(3) {
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    text-align: center;
    letter-spacing: -1px;
    margin: 10px 0;
  }
  #frmProc {
    width: 87.5%;
    margin: 0 auto;
  }
  .form {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  input::placeholder {
    color: #aaaaaa;
    letter-spacing: -1px;
    text-align: left;
  }
  #gen {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  #gen input[type="radio"] {
    display: none;
  }
  #gen input[type="radio"]:checked + span {
    background-color: #645b4c;
    color: #fff;
  }
  #gen label span {
    display: inline-block;
    width: 50%;
    height: 50px;
    background-color: #f6f6f6;
    outline: 0;
    text-align: center;
    line-height: 50px;
    float: left;
  }
  #gen::after {
    clear: both;
    content: "";
    display: block;
  }

  .smsWrap {
    flex-basis: 80%;
  }
  .mobile_wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
  }
  .phoneNumber {
    width: 80%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnSendAuthCode {
    border: 0;
    background-color: #222;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
  }
  #auth_code {
    width: 80%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnCheckAuthCode {
    border: 0;
    background-color: #222;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #777777;
    margin-top: 8px;
    letter-spacing: -0.04em;
  }
  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
  }
  .look {
    width: 50%;
    text-align: right;
  }
  .receive_box {
    margin-bottom: 20px;
  }

  .infor_202307 {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 32px 6%;
    margin-top: 60px;
  }
  .infor_202307 p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: -1px;
    margin: 15px 0 20px 0;
  }
  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
  }
  .look {
    width: 50%;
    text-align: right;
  }
  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #fcaf17;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -1px;
  }

  #contents {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cont_bar {
    width: 89%;
    height: 1px;
    margin: 55px auto;
    background-color: #e9e9e9;
  }
  .cont_wrap {
    width: 89%;
    margin: 0 auto;
  }
  .cont_number {
    font-size: 16px;
    font-weight: 600;
    color: #645b4c;
    text-align: left;
    letter-spacing: -1px;
  }
  .cont_main_txt {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    letter-spacing: -1px;
    margin: 6px 0 15px 0;
  }
  .cont_main_txt_tk {
    font-weight: 400;
    color: #aaa;
    font-size: 18px;
  }

  .cont_sub_wrap {
    margin-top: 50px;
  }

  .cont_sub_txt {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    line-height: 36px;
  }

  .cont_infor_txt {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: left;
    letter-spacing: -1px;
    line-height: 30px;
    margin-top: 20px;
  }
  /**.cont_infor_txt span{font-size: 13px; font-weight: 300; color: #645b4c; text-align: left; letter-spacing: -1px; margin-top: 8px;}**/

  .cont_img {
    margin-top: 30px;
  }
  .cont01_1 {
    width: 93.75%;
    margin: 30px auto;
  }
  .cont01_1 img {
    width: 100%;
  }

  #tab_cont {
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .content02 {
    width: 100%;
    margin: 0 auto;
    background-color: #fcaf17;
  }

  ul.tabs {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  ul.tabs li {
    color: #fff;
    display: inline-block;
    width: 25%;
    height: 50px;
    font-weight: 400;
    float: left;
    line-height: 50px;
    font-size: 14px;
  }

  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }
  .tab_container {
    width: 89%;
    margin: 0 auto;
  }
  ul.tabs li.current {
    color: #fff;
    font-weight: 500;
    border: 0;
    font-size: 15px;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
    padding: 40px 0 50px 0;
  }
  .tab01_bar {
    width: 30px;
    height: 3px;
    background-color: #645b4c;
    margin-bottom: 20px;
  }
  .tab01_box {
    margin-bottom: 40px;
  }
  .tab01_txt {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .cont_txt {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }

  .tab_bold {
    font-weight: 600;
    color: #645b4c;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .table_txt_wrap {
    margin-top: 20px;
  }
  .table_txt {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .table_bold {
    color: #645b4c;
    font-weight: 500;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
  }
  td {
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
  }
  .table_txt_infor {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .table_scroll01 {
    margin: auto;
    overflow: hidden;
  }
  .table_scWrap01 {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .m_table {
    width: 100%;
    overflow: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }
  .m_table2 {
    width: 830px;
    overflow: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }

  .dimnone {
    display: none;
  }

  .table_dim2 {
    position: absolute;
    z-index: 10004;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table_dim2 img {
    width: 35%;
  }

  .tab04_txt_wrap {
    margin-bottom: 30px;
  }
  .tab04_txt {
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  .tab04_company {
    background-color: #f9f9f9;
    padding: 25px;
  }
  .tab04_company p {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -1px;
  }
  #tab-4 .tab04_txt_wrap .table_txt {
    text-align: justify;
  }

  #footer {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer_cont {
    max-width: 640px;
    width: 89%;
    margin: 0 auto;
  }
  #footer li {
    list-style: none;
    float: left;
    margin-right: 10px;
  }
  #footer ul::after {
    clear: both;
    display: block;
    content: "";
  }
  .popup_wrap {
    padding: 13px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }
  .popup_wrap ul {
    width: 89%;
    margin: 0 auto;
  }
  .popup_wrap li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #666;
    text-align: left;
    margin-right: 20px;
  }
  .footer01 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer01 li {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #666666;
    text-align: left;
  }
  .footer02 li {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer03 {
    margin-top: 20px;
  }
  .footer03 li {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
  }
  .sim_number {
    width: 89%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .sim_number p {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
  }
  .content04 p {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .marginb0 {
    margin-bottom: 0;
  }
  .margint30 {
    margin-top: 30px;
  }
  .p_div {
    display: none;
  }
  .m_div2 {
    display: none;
  }
}

/*******************MOBILE***********************/

@media all and (max-width: 767px) {
  #main {
    width: 100%;
    background-color: #645b4c;
  }
  .content01 {
    width: 89%;
    margin: 0 auto;
    padding: 45px 0 0px 0;
  }
  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 18%;
  }
  .logo img {
    width: 100%;
  }
  .call {
    width: 30%;
  }
  .call img {
    width: 100%;
  }

  .main_cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .main_txt {
    margin-top: 45px;
    margin-bottom: 30px;
  }

  .b_logo {
    width: 122px;
    margin: 0 auto;
  }

  .b_logo img {
    width: 100%;
  }

  .main_txt01 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 8px;
    margin-top: 10px;
  }

  .main_txt02 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    text-align: center;
    letter-spacing: -1px;
  }

  .db {
    width: 100%;
    background-color: #fff;
    border-radius: 35px 35px 0px 0px;
    padding: 40px 0px 45px 0px;
  }
  .db p:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-align: center;
    letter-spacing: -1px;
  }
  .db p:nth-child(3) {
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    text-align: center;
    letter-spacing: -1px;
    margin: 10px 0;
  }
  #frmProc {
    width: 87.5%;
    margin: 0 auto;
  }
  .form {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  input::placeholder {
    color: #aaaaaa;
    letter-spacing: -1px;
    text-align: left;
  }
  #gen {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  #gen input[type="radio"] {
    display: none;
  }
  #gen input[type="radio"]:checked + span {
    background-color: #645b4c;
    color: #fff;
  }
  #gen label span {
    display: inline-block;
    width: 50%;
    height: 50px;
    background-color: #f6f6f6;
    outline: 0;
    text-align: center;
    line-height: 50px;
    float: left;
  }
  #gen::after {
    clear: both;
    content: "";
    display: block;
  }

  .smsWrap {
    flex-basis: 80%;
  }
  .mobile_wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
  }
  .phoneNumber {
    width: 80%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnSendAuthCode {
    border: 0;
    background-color: #222;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
  }
  #auth_code {
    width: 80%;
    height: 50px;
    background: #f4f4f4;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
  }
  #btnCheckAuthCode {
    border: 0;
    background-color: #222;
    width: 18%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #777777;
    margin-top: 8px;
    letter-spacing: -0.04em;
  }
  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
  }
  .look {
    width: 50%;
    text-align: right;
  }
  .receive_box {
    margin-bottom: 20px;
  }

  .infor_202307 {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 32px 6%;
    margin-top: 60px;
  }
  .infor_202307 p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    color: #aaaaaa;
    letter-spacing: -1px;
    margin: 15px 0 20px 0;
  }
  .all_box {
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
  }
  .look {
    width: 50%;
    text-align: right;
  }
  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #fcaf17;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -1px;
  }

  #contents {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cont_bar {
    width: 89%;
    height: 1px;
    margin: 55px auto;
    background-color: #e9e9e9;
  }
  .cont_wrap {
    width: 89%;
    margin: 0 auto;
  }
  .cont_number {
    font-size: 16px;
    font-weight: 600;
    color: #645b4c;
    text-align: left;
    letter-spacing: -1px;
  }
  .cont_main_txt {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    letter-spacing: -1px;
    margin: 6px 0 15px 0;
  }
  .cont_main_txt_tk {
    font-weight: 400;
    color: #aaa;
    font-size: 18px;
  }

  .cont_sub_wrap {
    margin-top: 50px;
  }

  .cont_sub_txt {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    line-height: 36px;
  }

  .cont_infor_txt {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: left;
    letter-spacing: -1px;
    line-height: 30px;
    margin-top: 20px;
  }
  /**.cont_infor_txt span{font-size: 13px; font-weight: 300; color: #645b4c; text-align: left; letter-spacing: -1px; margin-top: 8px;}**/

  .cont_img {
    margin-top: 30px;
  }
  .cont01_1 {
    width: 93.75%;
    margin: 30px auto;
  }
  .cont01_1 img {
    width: 100%;
  }

  #tab_cont {
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .content02 {
    width: 100%;
    margin: 0 auto;
    background-color: #fcaf17;
  }

  ul.tabs {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  ul.tabs li {
    color: #fff;
    display: inline-block;
    width: 25%;
    height: 50px;
    font-weight: 400;
    float: left;
    line-height: 50px;
    font-size: 14px;
  }

  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }
  .tab_container {
    width: 89%;
    margin: 0 auto;
  }
  ul.tabs li.current {
    color: #fff;
    font-weight: 500;
    border: 0;
    font-size: 15px;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
    padding: 40px 0 50px 0;
  }
  .tab01_bar {
    width: 30px;
    height: 3px;
    background-color: #645b4c;
    margin-bottom: 20px;
  }
  .tab01_box {
    margin-bottom: 40px;
  }
  .tab01_txt {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .cont_txt {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }

  .tab_bold {
    font-weight: 600;
    color: #645b4c;
    font-size: 20px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .table_txt_wrap {
    margin-top: 20px;
  }
  .table_txt {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .table_bold {
    color: #645b4c;
    font-weight: 500;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
  }
  td {
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
  }
  .table_txt_infor {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .table_scroll01 {
    margin: auto;
    overflow: hidden;
  }
  .table_scWrap01 {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .m_table {
    width: 500px;
    overflow: auto;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .m_table2 {
    width: 830px;
    overflow: auto;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .table_dim {
    position: absolute;
    z-index: 10004;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table_dim2 {
    position: absolute;
    z-index: 10004;
    top: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table_dim img {
    width: 65%;
  }
  .table_dim2 img {
    width: 65%;
  }

  .tab04_txt_wrap {
    margin-bottom: 30px;
  }
  .tab04_txt {
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
  .tab04_company {
    background-color: #f9f9f9;
    padding: 25px;
  }
  .tab04_company p {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -1px;
  }

  #footer {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer_cont {
    max-width: 640px;
    width: 89%;
    margin: 0 auto;
  }
  #footer li {
    list-style: none;
    float: left;
    margin-right: 10px;
  }
  #footer ul::after {
    clear: both;
    display: block;
    content: "";
  }
  .popup_wrap {
    padding: 13px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }
  .popup_wrap ul {
    width: 89%;
    margin: 0 auto;
  }
  .popup_wrap li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #666;
    text-align: left;
    margin-right: 20px;
  }
  .footer01 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer01 li {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #666666;
    text-align: left;
  }
  .footer02 li {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer03 {
    margin-top: 20px;
  }
  .footer03 li {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
  }
  .sim_number {
    width: 89%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .sim_number p {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
  }
  .content04 p {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .marginb0 {
    margin-bottom: 0;
  }
  .margint30 {
    margin-top: 30px;
  }
  .p_div {
    display: none;
  }
}

/*******************MOBILE***********************/
