@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media all and (min-width: 1001px) {
  #top {
    width: 100%;
    text-align: center;
    background-color: #000;
    height: 600px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content1 {
    width: 1080px;
    height: 540px;
    display: inline-block;
  }

  .content1 p {
    font-family: "NanumSquare", sans-serif;
    color: #fff;
    text-align: left;
  }

  .logo {
    margin-right: 1016px;
    margin-top: 50px;
    width: 179px;
    height: 37px;
    cursor: pointer;
  }

  .top_left {
    float: left;
    margin-top: 55px;
    width: 500px;
  }

  .sub_text {
    font-size: 35px;
    font-weight: 400;
  }

  .sim_number {
    padding-top: 40px;
  }
  .sim_number p {
    font-family: "NanumSquare", sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 14px;
    color: #fff;
  }

  .main_text {
    font-size: 52px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 65px;
  }

  .top_right {
    float: right;
  }

  .content1:after {
    display: block;
    clear: both;
    content: "";
  }

  #frmData {
    width: 360px;
    margin: 10px auto 0 auto;
  }

  #frmData:after {
    display: block;
    clear: both;
    content: "";
  }

  #gen:after {
    display: block;
    clear: both;
    content: "";
  }

  .form {
    border: 1px solid #dedede;
    background-color: #fff;
    width: 360px;
    height: 55px;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    font-family: "NanumSquare", sans-serif;
  }

  .form1 {
    border: 1px solid #dedede;
    background-color: #fff;
    width: 250px;
    height: 55px;
    color: #000;
    font-size: 14px;
    padding-left: 10px;
    float: left;
    font-family: "NanumSquare", sans-serif;
  }

  .m_db {
    width: 360px;
    margin: 0 auto;
  }

  #gen {
    float: left;
    width: 110px;
  }

  #gen label {
    width: 55px;
    display: inline-block;
    float: left;
  }

  #gen input[type="radio"] {
    display: none;
  }

  #gen input[type="radio"]:checked + span {
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #dedede;
  }

  #gen label span {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 1px solid #dedede;
    background-color: #fff;
    outline: 0;
    font-size: 14px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    font-family: "NanumSquare", sans-serif;
  }

  #mobile_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .smsWrap .form {
    width: 100%;
    margin-bottom: 0;
  }
  #btnSendAuthCode {
    border: 1px solid #dedede;
    width: 25%;
    height: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #031f2e;
    padding: 12px;
    cursor: pointer;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #btnCheckAuthCode {
    border: 1px solid #dedede;
    width: 25%;
    height: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #031f2e;
    padding: 12px;
    cursor: pointer;
  }

  .qbox {
    font-family: "NanumSquare", sans-serif;
    width: 360px;
    height: 95px;
    resize: none;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #fafafa;
    border: 1px solid #dedede;
  }

  .personal_box {
    width: 100%;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.06em;
    margin: 8px auto 16px auto;
  }
  .check01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4px;
  }
  .check02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  input[id="all"] {
    position: relative;
    top: -3px;
  }
  input[id="agree"] {
    position: relative;
    top: -3px;
  }
  input[id="receive"] {
    position: relative;
    top: -3px;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #10afff;
    width: 360px;
    height: 55px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    font-family: "NanumSquare", sans-serif;
    margin-top: 15px;
  }

  #table {
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
  }

  .content2 {
    width: 1080px;
    display: inline-block;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .cont2_txt {
    font-family: "NanumSquare", sans-serif;
    text-align: center;
    color: #818181;
    font-size: 36px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #footer {
    text-align: center;
    width: 100%;
    background-color: #e5e5e5;
    font-family: "NanumSquare";
  }

  .content3 {
    display: inline-block;
    width: 1080px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer_wrap_m {
    display: none;
  }
  .footer_wrap_p {
    width: 100%; /*height: 200px;*/
  }

  .f_top {
    margin-bottom: 40px;
  }
  .footer_img {
    float: left;
  }
  .service_box {
    float: right;
  }
  .f_top::after {
    clear: both;
    display: block;
    content: "";
  }

  .f_bottom {
    clear: both;
    font-size: 13px;
    text-align: left;
    line-height: 170%;
    color: #777;
  }
  .f_copy {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #cecece;
    font-size: 13px;
    text-align: left;
    color: #777;
  }

  .service_box {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .service_box div {
    float: left;
  }
  .service_box div:hover {
    text-decoration: underline;
  }
  .service_bar {
    padding-left: 10px;
    padding-right: 10px;
    color: #444;
    font-family: "NanumSquare";
    font-weight: 600;
    font-size: 14px;
  }
  .service_box div p {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    font-family: "NanumSquare";
    font-weight: 600;
  }
  .service_box::after {
    clear: both;
    display: block;
    content: "";
  }

  .m_bg {
    display: none;
  }

  .table_mimg {
    display: none;
  }
  #fix {
    display: none;
  }

  .nece_wrap {
    width: 1080px;
    margin: 100px auto 0;
    text-align: left;
  }
  .nece_title {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .nece_title p {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    letter-spacing: -0.08em;
    padding: 15px;
  }
  .nece_conts {
    display: flex;
  }
  .necebox {
    margin-bottom: 35px;
  }
  .necebox p:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    letter-spacing: -0.08em;
    padding-bottom: 8px;
  }
  .necebox p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.08em;
  }
  .necebox_wrap {
    width: 33.33%;
    padding: 45px 25px 10px 25px;
  }
  .necebox_wrap:nth-child(2) {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

/**************피시****************/

@media all and (max-width: 1000px) {
  #top {
    text-align: center;
    width: 100%;
  }

  .content1 {
    min-width: 320px;
    width: 100%;
    display: inline-block;
  }

  .top_left {
    display: none;
  }

  .m_bg {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .m_bg img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .logo {
    width: 89.5px;
    height: 18.5px;
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 20px;
  }

  .top_right {
    width: 94%;
    margin: -50px auto 32px auto;
    border: 1px solid #dfdfdf;
    border-radius: 16px;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .db_text {
    font-family: "NanumSquare", sans-serif;
    font-size: 16px;
    width: 250px;
    margin: 0 auto 10px auto;
  }

  .form {
    border: 1px solid #dedede;
    background-color: rgba(0, 0, 0, 0);
    width: 94%;
    height: 53px;
    padding-left: 10px;
    margin: 0 auto;
    color: #000;
    font-family: "NanumSquare", sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  .form1 {
    border: 1px solid #dedede;
    background-color: rgba(0, 0, 0, 0);
    width: 65%;
    float: left;
    height: 53px;
    padding-left: 10px;
    margin: 0 auto;
    color: #000;
    font-family: "NanumSquare", sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  .m_db {
    width: 94%;
    margin: 0 auto;
  }

  #gen {
    float: left;
    width: 35%;
    margin: 0 auto;
  }

  #gen input[type="radio"] {
    display: none;
  }

  #gen input[type="radio"]:checked + span {
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #dedede;
  }

  #gen label span {
    display: inline-block;
    width: 50%;
    height: 53px;
    border: 1px solid #dedede;
    outline: 0;
    text-align: center;
    line-height: 50px;
    float: left;
    font-family: "NanumSquare", sans-serif;
  }

  #mobile_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
  }
  .smsWrap .form {
    width: 100%;
  }
  #btnSendAuthCode {
    border: 1px solid #dedede;
    width: 25%;
    height: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #031f2e;
    padding: 12px;
    cursor: pointer;
  }

  #auth_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
  }
  #btnCheckAuthCode {
    border: 1px solid #dedede;
    width: 25%;
    height: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #031f2e;
    padding: 12px;
    cursor: pointer;
  }

  .qbox {
    width: 94%;
    height: 90px;
    resize: none;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #fafafa;
    border: 1px solid #dedede;
    font-family: "NanumSquare", sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  .personal_box {
    width: 94%;
    font-size: 15px;
    color: #000;
    letter-spacing: -0.06em;
    margin: 8px auto 16px auto;
  }
  .check01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4px;
  }
  .check02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  input[id="all"] {
    position: relative;
    top: -3px;
  }
  input[id="agree"] {
    position: relative;
    top: -3px;
  }
  input[id="receive"] {
    position: relative;
    top: -3px;
  }

  .btn_01 {
    border: 0;
    outline: 0;
    background-color: #10afff;
    width: 94%;
    height: 55px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "NanumSquare", sans-serif;
    margin-top: 15px;
  }
  .table_img {
    display: none;
  }
  #table {
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 20px;
  }

  .content2 {
    min-width: 320px;
    width: 94%;
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .cont2_txt {
    font-family: "NanumSquare", sans-serif;
    text-align: center;
    color: #818181;
    font-size: 24px;
    font-weight: 300;
  }

  .table_mimg {
    width: 100%;
    margin: 0 auto;
  }

  .table_mimg img {
    width: 100%;
  }

  #footer {
    text-align: center;
    width: 100%;
    background-color: #e5e5e5;
  }

  .content3 {
    display: inline-block;
    width: 89%;
  }

  .footer_wrap_m {
    width: 100%;
    clear: both;
    margin: 60px auto 0 auto;
    font-family: "NanumSquare";
  }
  .footer_wrap_p {
    display: none;
  }
  .f_top {
    margin: 0 auto;
  }
  .footer_img {
    width: 40%;
    margin-bottom: 20px;
  }
  .footer_img img {
    width: 100%;
  }
  .f_bottom {
    text-align: left;
    line-height: 21px;
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #777;
  }

  .service_box {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "NanumSquare";
  }
  .service_bar {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #444;
    width: 1.5px;
    height: 13px;
  }
  .service_box div p {
    color: #fff;
    font-size: 13px;
    color: #444;
    font-weight: 600;
  }

  .f_copy {
    width: 100%;
    text-align: left;
    line-height: 21px;
    font-size: 11px;
    margin: 0 auto;
    padding-bottom: 30px;
    letter-spacing: -0.5px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cecece;
    color: #777;
  }

  #fix {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 100;
  }

  #fix img {
    width: 60px;
    height: 60px;
  }

  .nece_wrap {
    width: 100%;
    margin: 60px auto 0px auto;
    text-align: left; /*border-bottom: 1px solid #f0f0f0;*/
  }
  .nece_title {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .nece_title p {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    letter-spacing: -0.08em;
    padding: 15px;
  }
  .nece_conts {
    margin: 30px 0;
  }
  .necebox {
    padding: 10px;
  }
  .necebox p:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    letter-spacing: -0.08em;
    padding-bottom: 5px;
  }
  .necebox p:nth-child(2) {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.08em;
  }
}
