@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}
li {
  list-style: none;
}

#wrap {
  width: 100%;
}
.td_padding10 td {
  padding: 10px;
}

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

@media all and (min-width: 1024px) {
  #main {
    width: 100%;
    background-color: #f6f7f7;
    border-bottom: 1px solid #e5e5e5;
  }

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

  .top {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 90px;
  }

  .logo img {
    width: 100%;
  }

  .insu_name {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    letter-spacing: -1px;
  }
  .main_txt {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #2d2a2a;
    letter-spacing: -2px;
    margin: 40px 0 20px 0;
  }
  .sub_txt {
    font-size: 28px;
    line-height: 44px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -2px;
  }

  .mainWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .mainTxt {
    margin-top: 80px;
  }
  .mainDb {
    width: 515px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 20px 20px 0px 0px;
  }
  #frmProc {
    width: 390px;
    margin: 0 auto;
    padding: 28px 0 36px 0;
  }
  .dbTxt {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 44px;
  }

  /**202307 인증디비 도입 코드**/
  .formWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inputTxt {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    margin-bottom: 2px;
    color: #222;
  }
  .form {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 320px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  textarea::placeholder {
    color: #cccccc;
    font-size: 14px;
  }
  input::placeholder {
    color: #cccccc;
    font-size: 16px;
  }

  #gen {
    display: flex;
    justify-content: space-between;
    flex-basis: 320px;
    margin-bottom: 8px;
  }
  #gen label {
    width: 157px;
  }
  #gen input[type="radio"] {
    display: none;
  }
  #gen input[type="radio"]:checked + span {
    border: 1px solid #ef3b24;
    background-color: #fff;
    color: #ef3b24;
  }
  #gen label span {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #ccc;
    border: 1px solid #bbbbbb;
    background-color: #fff;
  }

  .smsWrap {
    flex-basis: 320px;
  }
  .mobile_wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 320px;
  }
  .phoneNumber {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 235px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }
  #btnSendAuthCode {
    border: 0;
    border: 1px solid #ef3b24;
    background-color: #fff;
    width: 75px;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #ef3b24;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
  }
  #auth_code {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 235px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }
  #btnCheckAuthCode {
    border: 0;
    border: 1px solid #ef3b24;
    background-color: #fff;
    width: 75px;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #ef3b24;
    margin-bottom: 8px;
  }

  .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;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #ef3b24;
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 40px;
    cursor: pointer;
    letter-spacing: -0.04em;
  }

  /**202307 인증디비 도입 코드**/

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

  #tab_cont {
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .content02 {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
  }
  ul.tabs {
    width: 1030px;
    height: 65px;
    margin: 0 auto;
  }
  ul.tabs li {
    color: #777777;
    display: inline-block;
    width: 25%;
    height: 65px;
    font-weight: 300;
    float: left;
    line-height: 65px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
  }
  .tab-link:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .tab-link:nth-child(3) {
    border-right: 0;
  }
  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }
  ul.tabs li.current {
    color: #ef3b24;
    font-weight: 700;
    border: 0;
    font-size: 18px;
    border-bottom: 3px solid #ef3b24;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
  }

  .tab_container {
    width: 1030px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .tab01_flex {
    display: flex;
    justify-content: space-between;
  }
  .tab01_bar {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 60px 0;
  }
  .tab01_cont_right {
    width: 715px;
  }

  .tab01_cont_right img {
    width: 100%;
  }

  .tab01_txt01 {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    letter-spacing: -1px;
    text-align: left;
  }
  .tab01_txt01_but {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.8px;
    text-align: left;
  }
  .tab01_cont_right_p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.8px;
    line-height: 24px;
    text-align: left;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
  }
  .table_txt_wrap {
    margin-top: 30px;
  }

  .tab_bold {
    font-weight: 600;
    color: #ef3b24;
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
  }
  .table_txt {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 9px;
  }
  .table_bold {
    font-weight: 500;
    color: #ef3b24;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.6px;
    border-top: 1.1px solid #aaaaaa;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-weight: 300;
  }
  td {
    border: 1px solid #e6e6e6;
    padding: 15px;
    text-align: left;
  }
  .table_txt_infor {
    color: #777;
    font-weight: 300;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .tab04_txt_wrap {
    margin-bottom: 30px;
  }
  .tab04_txt {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
  }
  .tab04_company {
    background-color: #f9f9f9;
    padding: 25px;
  }
  .tab04_company p {
    color: #333333;
    font-weight: 500;
    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: #333;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.8px;
  }
  .footer01 p {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.8px;
  }
  .footer02 {
    width: 840px;
  }
  .footer02 ul li {
    float: left;
    margin-right: 15px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.8px;
    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;
  }
}

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

@media all and (max-width: 1023px) {
  #main {
    width: 100%;
    background-color: #f6f7f7;
    border-bottom: 1px solid #e5e5e5;
  }

  .content01 {
    width: 89%;
    margin: 0 auto;
  }

  .top {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 18%;
  }

  .logo img {
    width: 100%;
  }

  .call {
    width: 30%;
  }

  .call img {
    width: 100%;
  }

  .mainTxt {
    margin-top: 40px;
  }
  .insu_name {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    letter-spacing: -0.8px;
  }
  .main_txt {
    font-size: 32px;
    font-weight: 700;
    color: #2d2a2a;
    letter-spacing: -1.5px;
    margin: 20px 0 4px 0;
  }
  .sub_txt {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -0.8px;
  }

  .mainDb {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 20px 20px 0px 0px;
    margin-top: 30px;
    padding: 32px 0 28px 0;
  }
  #frmProc {
    width: 87.5%;
    margin: 0 auto;
  }
  .dbTxt {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    letter-spacing: -0.8px;
    text-align: center;
    padding-bottom: 20px;
  }

  /**202307 인증디비 도입 코드**/

  .formWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inputTxt {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
    color: #222;
  }
  .form {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 80%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  textarea::placeholder {
    color: #cccccc;
    font-size: 14px;
  }
  input::placeholder {
    color: #cccccc;
    font-size: 16px;
  }

  #gen {
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
    margin-bottom: 8px;
  }
  #gen label {
    width: 50%;
  }
  #gen input[type="radio"] {
    display: none;
  }
  #gen input[type="radio"]:checked + span {
    border: 1px solid #ef3b24;
    background-color: #fff;
    color: #ef3b24;
  }
  #gen label span {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    color: #ccc;
    border: 1px solid #bbbbbb;
    background-color: #fff;
  }

  .smsWrap {
    flex-basis: 80%;
  }
  .mobile_wrap {
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
  }
  .phoneNumber {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 76%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }
  #btnSendAuthCode {
    border: 0;
    border: 1px solid #ef3b24;
    background-color: #fff;
    width: 24%;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #ef3b24;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
  }
  #auth_code {
    border: 0;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    width: 76%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #222;
    margin-bottom: 8px;
    -webkit-appearance: none;
  }
  #btnCheckAuthCode {
    border: 0;
    border: 1px solid #ef3b24;
    background-color: #fff;
    width: 24%;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #ef3b24;
    margin-bottom: 8px;
  }

  .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;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #ef3b24;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    cursor: pointer;
    letter-spacing: -0.04em;
  }

  /**202307 인증디비 도입 코드**/

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

  #tab_cont {
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .content02 {
    width: 100%;
    margin: 0 auto;
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
  }
  ul.tabs {
    width: 89%;
    margin: 0 auto;
  }
  ul.tabs li {
    color: #777777;
    display: inline-block;
    width: 25%;
    height: 65px;
    line-height: 60px;
    font-weight: 300;
    float: left;
    font-size: 16px;
  }
  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }
  ul.tabs li.current {
    color: #ef3b24;
    font-weight: 700;
    border: 0;
    font-size: 16px;
    border-bottom: 2px solid #ef3b24;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
  }

  .tab_container {
    width: 89%;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 70px;
    clear: both;
  }
  .tab01_bar {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 60px 0;
  }
  .tab01_txt01 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 34px;
    letter-spacing: -1px;
    text-align: left;
  }
  .tab01_txt01_but {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.8px;
    text-align: left;
  }
  .tab01_cont_right_p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.8px;
    line-height: 24px;
    text-align: left;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin-top: 20px;
  }
  .table_txt_wrap {
    margin-top: 30px;
  }
  .tab_bold {
    font-weight: 600;
    color: #ef3b24;
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 30px;
  }
  .table_txt {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 9px;
  }
  .table_bold {
    font-weight: 500;
    color: #ef3b24;
  }
  .tab01_m {
    width: 100%;
    margin: 40px 0;
  }
  .tab01_m img {
    width: 100%;
  }

  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.8px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    color: #333;
  }
  td {
    border: 1px solid #e6e6e6;
    padding: 13px;
    text-align: left;
  }
  .table_txt_infor {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.8px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .table_scroll01 {
    margin: auto;
    overflow: hidden;
  }
  .table_scWrap01 {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .m_table {
    width: 600px;
    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.8px;
    margin-bottom: 15px;
  }
  .tab04_company {
    background-color: #f9f9f9;
    padding: 25px;
  }
  .tab04_company p {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -0.8px;
  }

  #footer {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer_cont {
    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: 15px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: #333;
    text-align: left;
    margin-right: 20px;
  }
  .footer01 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .footer01 li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: #333;
    text-align: left;
  }
  .footer02 li {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.8px;
    color: #777;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer03 {
    margin-top: 20px;
  }
  .footer03 li {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #777;
    text-align: left;
    margin-bottom: 10px;
  }
  .sim_number {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .sim_number p {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
  }

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