@charset "utf-8";

/* 초기화 */
* {margin:0;padding:0;box-sizing:border-box;font-family:"Noto Sans KR", sans-serif;letter-spacing:-1px;}
html {overflow-y:scroll;}
body {margin:0;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

/* 레이아웃 */
/* @media all and (min-width: 1001px) { */
  .m_div {
    display: none;
  }
  #top {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px;
  }

  .top_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top_logo {
    width: 190px;
  }

  .call>a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .call>a img {
    width: 35px;
    height: auto;
    object-fit: contain;
  }
  
  .call .txt {
    line-height: normal;
  }
  
  .call .txt span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f18d00;
  }
  
  .call .txt p {
    font-size: 0.9rem;
    font-weight: 600;
  }

  #top_visual {
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  .content1 {
    width: 1200px;
    display: inline-block;
    padding: 70px 0;
  }

  .visual_left {
    float: left;
    margin-top: 48px;
  }
  .visual_right {
    float: right;
  }
  .content1:after {
    display: block;
    clear: both;
    content: "";
  }

  .b_name {
    background-color: #fff9f1;
    width: 250px;
    height: 30px;
    border-radius: 15px;
  }
  .b_name p {
    font-weight: 500;
    color: #f18d00;
    font-size: 14px;
    line-height: 30px;
  }
  .main_text {
    font-weight: 700;
    color: #222;
    font-size: 52px;
    line-height: 64px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 24px;
    letter-spacing: -4px;
  }
  .sub_text {
    font-weight: 400;
    color: #444;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -1.5px;
  }
  .number_box {
    width: 495px;
    height: 70px;
    border-radius: 10px;
    background-color: #f9f9f9;
    color: #777777;
    font-weight: 400;
    font-size: 20px;
    line-height: 70px;
    letter-spacing: -1.5px;
    margin-top: 24px;
  }
  .number_box span {
    font-weight: 700;
    font-size: 26px;
    color: #f18d00;
  }

  .visual_right {
    width: 500px;
    padding: 50px 55px;
    background-color: #fff9f1;
    border: 1px solid #f18d00;
    border-radius: 20px;
  }

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

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

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

  .main_bar {
    width: 100%;
    height: 75px;
    background-color: #003a89;
    line-height: 75px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
  }

  #tab_cont {
    width: 100%;
    text-align: center;
  }
  .content2 {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
  }
  .tab_container {
    width: 1200px;
    display: inline-block;
  }

  ul.tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  ul.tabs li {
    color: #666;
    display: inline-block;
    width: 23%;
    cursor: pointer;
    margin-right: 28px;
    height: 60px;
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1.5px solid #e8e8e8;
  }
  ul.tabs li:hover {
    border-bottom: 1.5px solid #b1b1b1;
    color: #222;
  }
  ul.tabs li:nth-child(4) {
    margin-right: 0px;
  }
  ul.tabs li.current {
    border-bottom: 1.5px solid #f18d00;
    color: #f18d00;
  }

  .tab_contWrap {
    width: 990px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
  }

  .tab1_img img {
    width: 100%;
  }

  .tab_mainText {
    font-weight: 400;
    color: #222;
    font-size: 26px;
    text-align: left;
    letter-spacing: -2px;
  }
  .blue_bold {
    font-weight: 700;
    color: #f18d00;
  }
  .tab_subText {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-top: 30px;
  }
  .tab_tableText {
    font-weight: 300;
    color: #535353;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: -0.7px;
  }
  .tab_thirdText {
    font-weight: 400;
    color: #777;
    font-size: 13px;
    text-align: left;
    line-height: 21px;
    margin-top: 20px;
  }
  .tab_boldText {
    font-weight: 700;
    color: #f18d00;
    font-size: 18px;
    text-align: left;
  }

  .table_bold {
    font-weight: 500;
  }

  .bar {
    width: 990px;
    height: 1px;
    background-color: #f2f2f2;
    margin: 60px 0px;
  }
  .tab_tableText_wrap {
    margin-top: 20px;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-top: 1.1px solid #444;
    border-bottom: 1px solid #ddd;
    color: #616161;
  }
  td {
    border: 1px solid #ddd;
    padding: 12px;
    padding: 12px;
  }
  .margin20 {
    margin-top: 20px;
  }
  .margin0 {
    margin: 0px;
  }
  .marginB {
    margin-bottom: 20px;
  }
  .margin40 {
    margin-top: 40px;
  }
  .margin30 {
    margin-top: 30px;
  }
  .margin10 {
    margin-top: 10px;
  }

  #footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
  }
  .content4 {
    width: 1200px;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content4 p {
    font-weight: 400;
    color: #616161;
    font-size: 13px;
    text-align: left;
    line-height: 22px;
    letter-spacing: -1px;
  }
  .service_box {
    width: 1200px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .service_box_wrap {
    border-bottom: 1px solid #e4e4e4;
  }

  .service_box div {
    float: left;
  }
  .service_box div:hover {
    text-decoration: underline;
  }
  .service_bar {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }
  .service_box div p {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    color: #003a89;
    font-weight: 500;
  }
  .service_box::after {
    clear: both;
    display: block;
    content: "";
  }
  .sim_number {
    float: right;
    font-weight: 400;
    color: #616161;
    font-size: 13px;
  }
/* } */

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

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

@media all and (max-width: 1000px) {
  html {
    width: fit-content;
  }
}
/* @media all and (max-width: 1000px) {
  .pc_div {
    display: none;
  }

  #wrap {
    background-color: #f9f9f9;
  }

  #top {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 5px #f3f3f3;
    padding: 20px 0px;
  }

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

  .top_logo {
    width: 40%;
  }

  .top_logo img {
    width: 100%;
  }

  .top_call {
    width: 30%;
  }

  .top_call img {
    width: 100%;
  }

  .call>a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .call>a img {
    width: 35px;
    height: auto;
    object-fit: contain;
  }

  .call .txt {
    line-height: normal;
  }

  .call .txt span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f18d00;
  }

  .call .txt p {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
  }

  #main {
    width: 100%;
    text-align: center;
  }
  .content1 {
    min-width: 320px;
    width: 100%;
    display: inline-block;
  }

  .visual_left {
    background-color: #f18d00;
    width: 89%;
    color: #fff;
    letter-spacing: -1.5px;
    margin: 35px auto 20px auto;
    border-radius: 10px;
    color: #fff;
  }
  .visual_left_wrap {
    width: 88%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .b_name {
    margin-bottom: 15px;
  }
  .b_name p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
  }

  .sub_text {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
  }
  .main_text {
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    letter-spacing: -2px;
    line-height: 35px;
  }
  .main_icon_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }

  .main_icon01 {
    width: 48%;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 9px;
    padding: 18px 20px;
  }
  .main_icon01 P {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333;
    line-height: 18px;
    padding-top: 10px;
  }
  .main_icon01 div {
    text-align: center;
  }
  .main_icon01 img {
    width: 17px;
    height: 22px;
  }

  .main_icon02 {
    width: 48%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 9px;
    padding: 18px 20px;
  }
  .main_icon02 P {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #333333;
    line-height: 18px;
    padding-top: 10px;
  }
  .main_icon02 div {
    text-align: center;
  }
  .main_icon02 img {
    width: 27.5px;
    height: 22px;
  }

  .visual_right {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(238, 238, 238, 0.3);
    width: 89%;
    color: #616161;
    letter-spacing: -1.5px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 8% 0;
  }
  #frmData {
    width: 88%;
    margin: 0 auto;
    color: #616161;
    letter-spacing: 0px;
  }

  .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 #00afc9;
    background-color: #fff;
    color: #00afc9;
  }
  #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 #003a89;
    background-color: #fff;
    width: 24%;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #003a89;
    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 #003a89;
    background-color: #fff;
    width: 24%;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #003a89;
    margin-bottom: 8px;
  }

  .personal_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #777777;
    margin-top: 8px;
  }
  .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: #003a89;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    cursor: pointer;
  }

  .infor_202307 {
    width: 100%;
    background-color: #f3f3f3;
    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;
    margin-top: 40px;
  }
  .tab_container {
    width: 89%;
    display: inline-block;
  }

  ul.tabs {
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px rgba(238, 238, 238, 0.3);
  }
  ul.tabs li {
    background-color: #fff;
    color: #666;
    display: inline-block;
    width: 25%;
    height: 55px;
    font-weight: 400;
    float: left;
    line-height: 55px;
    font-size: 15px;
  }

  ul.tabs:after {
    clear: both;
    content: "";
    display: inline-block;
  }

  ul.tabs li:nth-child(1) {
    border-radius: 7px 0px 0px 7px;
  }
  ul.tabs li:nth-child(4) {
    border-radius: 0px 7px 7px 0px;
  }
  ul.tabs li.current {
    background: #f18d00;
    box-shadow: 0px 0px 4px rgba(124, 124, 124, 0.6);
    color: #f18d00;
    color: #fff;
    font-weight: 500;
  }
  .tab-content.current {
    display: inherit;
  }
  .tab-content {
    display: none;
  }

  .tab_contWrap {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .tab_mainText {
    font-weight: 400;
    color: #222;
    font-size: 20px;
    text-align: left;
    letter-spacing: -2px;
  }
  .blue_bold {
    font-weight: 700;
    color: #f18d00;
  }
  .tab_subText {
    font-weight: 500;
    color: #444;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 20px;
  }
  .tab_tableText {
    font-weight: 300;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin-top: 15px;
  }
  .tab_thirdText {
    font-weight: 400;
    color: #777;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
  }
  .tab_boldText {
    font-weight: 700;
    color: #f18d00;
    font-size: 18px;
    text-align: left;
  }

  .table_bold {
    font-weight: 500;
  }

  .bar {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 35px 0px;
  }

  .tab1_img {
    margin-top: 20px;
  }
  .tab1_img img {
    width: 100%;
  }

  table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-top: 1.2px solid #666666;
    border-bottom: 1px solid #ddd;
    color: #616161;
    background-color: #fff;
  }
  td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
  th {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-weight: 400;
  }

  .table_scroll01 {
    margin: auto;
    overflow: hidden;
  }
  .table_scWrap01 {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .m_table01 {
    width: 800px;
    overflow: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }
  .stic {
    position: sticky;
    position: -webkit-sticky;
    background-color: white;
    left: 0;
    z-index: 99;
    border-right: 0;
  }
  .stic2 {
    position: sticky;
    position: -webkit-sticky;
    background-color: white;
    left: 150px;
    z-index: 100;
    border: 1px solid #ddd;
    border-top: 0;
  }

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

  .margin20 {
    margin-top: 20px;
  }
  .margin0 {
    margin: 0px;
  }
  .marginB {
    margin-bottom: 20px;
  }
  .margin40 {
    margin-top: 40px;
  }
  .margin30 {
    margin-top: 30px;
  }
  .margin10 {
    margin-top: 10px;
  }

  #footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
  }
  .content4 {
    width: 89%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content4 p {
    font-weight: 400;
    color: #616161;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    letter-spacing: -1px;
  }
  .service_box {
    width: 89%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .service_box_wrap {
    border-bottom: 1px solid #e4e4e4;
  }

  .service_box div {
    float: left;
  }
  .service_box div:hover {
    text-decoration: underline;
  }
  .service_bar {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
  }
  .service_box div p {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    color: #003a89;
    font-weight: 500;
  }
  .service_box::after {
    clear: both;
    display: block;
    content: "";
  }
  .sim_number {
    float: right;
    font-weight: 400;
    color: #616161;
    font-size: 13px;
  }
} */
