@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.login {
  width: 100%;
  background-color: #e8edfd;
  min-height: 727px;
  margin-top: 40px;
}

.login .mb {
  display: none;
}

.login .wrap {
  padding-top: 100px;
}

.login .logo {
  text-align: center;
  margin-bottom: 50px;
}

.login img {
  width: auto;
  height: auto;
}

.login .sign_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #6A7076;
  font-size: 14px;
  margin-top: 20px;
}

.login .sign_up p {
  color: #6A7076;
}

.login .sign_up .login_bar {
  margin: 0 20px;
}

.login .login_box {
  margin: 0 auto;
  width: 528px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E4E8ED;
}

.login .login_box .box_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  border: 1px solid #E4E8ED;
  -webkit-box-shadow: 0 0 10px rgba(147, 147, 147, 0.1);
          box-shadow: 0 0 10px rgba(147, 147, 147, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.login .login_box .box_type img {
  margin-right: 15px;
}

.login .login_box .box_type input {
  outline: none;
}

.login .login_box .box_type input::-webkit-input-placeholder {
  color: #949BA2;
  font-size: 16px;
}

.login .login_box .box_type input:-ms-input-placeholder {
  color: #949BA2;
  font-size: 16px;
}

.login .login_box .box_type input::-ms-input-placeholder {
  color: #949BA2;
  font-size: 16px;
}

.login .login_box .box_type input::placeholder {
  color: #949BA2;
  font-size: 16px;
}

.login .login_box .id_box {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.login .login_box .pw_box {
  border-radius: 0 0 10px 10px;
}

.login .login_box .login_main {
  margin-top: 13px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login .login_box .login_main p {
  margin-left: 13px;
  font-size: 14px;
  color: #6A7076;
}

.login .login_box .mb_login {
  display: none;
}

.login .login_box .login_btn {
  background-color: #274AC4;
  border-radius: 8px;
  text-align: center;
  display: table;
  width: 100%;
  height: 56px;
  cursor: pointer;
}

.login .login_box .login_btn .btn_log {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.login .login_box .login_btn .btn_log * {
  line-height: 56px;
  color: #fff;
}

.login .login_box .btnClear {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  width: 25px;
  height: 25px;
  background: url(/assets/images/login/cross.png) center center no-repeat;
  background-size: 50% 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

.login .check_main {
  display: none;
}

.login .check_main.on {
  display: block;
}

.agree {
  padding-bottom: 100px;
}

.agree .mb {
  display: none;
}

.agree .login_box {
  padding: 0;
  width: 996px;
}

.agree .title_part {
  padding-top: 48px;
  text-align: center;
}

.agree .title_part h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 47.6px;
  margin-bottom: 24px;
}

.agree .title_part h2 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
}

.agree .title_part h3 {
  font-size: 14px;
  line-height: 22.4px;
  color: #6a7076;
  margin-bottom: 42px;
  font-weight: 500;
}

.agree .title_part h4 {
  color: #6a7076;
  font-size: 16px;
  line-height: 25.6px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 26px;
}

.agree .gray_line {
  width: 98%;
  margin: 0 auto;
  height: 1px;
  background-color: #E4E8ED;
  margin-bottom: 60px;
}

.agree .join_agree {
  padding: 0 102px;
}

.agree .join_agree .title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 32px;
}

.agree .join_agree .join_box {
  width: 100%;
  height: 290px;
  overflow-y: scroll;
  border: 1px solid #E4E8ED;
  padding: 20px;
}

.agree .join_agree .join_box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  margin-bottom: 8px;
}

.agree .join_agree .join_box h3 {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 500;
  color: #30363C;
  margin-bottom: 24px;
}

.agree .join_agree .join_box::-webkit-scrollbar {
  width: 12px;
}

.agree .join_agree .join_box::-webkit-scrollbar-thumb {
  height: 10%;
  background-color: #30363C;
}

.agree .join_agree .join_box::-webkit-scrollbar-track {
  background-color: #CED4DA;
}

.agree .join_agree .checkbox_agree {
  text-align: right;
  margin-top: 17px;
  margin-bottom: 60px;
}

.agree .join_agree .checkbox_agree input {
  margin-right: 11px;
}

.agree .join_agree .checkbox_agree h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
}

.agree .inform_agree {
  border-collapse: collapse;
}

.agree .inform_agree tr {
  border: 1px solid #E4E8ED;
}

.agree .inform_agree tr td {
  width: 30%;
  border: 1px solid #E4E8ED;
  padding: 16px 2%;
}

.agree .bottom_line {
  margin-bottom: 48px;
}

.agree .bottom_line input {
  margin-right: 14px;
}

.agree .bottom_line h3 {
  display: inline-block;
  margin-right: 5%;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 500;
  color: #6A7076;
}

.agree .bottom_line .last_h3 {
  margin-right: 50px;
}

.agree .radio_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.agree .radio_agree .radio_agree_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agree .radio_agree .radio_agree_cont input {
  margin-right: 12px;
  width: 23px;
  height: 23px;
}

.agree .radio_agree .radio_agree_cont h3 {
  font-size: 16px;
  color: #6A7076;
  font-weight: 500;
}

.agree .radio_agree .left_cont {
  margin-right: 5%;
}

.agree .join_btn {
  width: 384px !important;
  margin: 0 auto 80px;
}

.agree .join_btn .mb {
  display: none;
}

.agree .mb {
  display: none;
}

.sign_up h2 {
  text-align: left;
}

.sign_up h3 {
  text-align: left;
}

.sign_up .login_box {
  padding: 0 80px 80px;
}

.sign_up .full_line {
  width: 100%;
  margin-bottom: 16px;
}

.sign_up .inform_input {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign_up .inform_input .first_type {
  padding-top: 12px;
  width: 130px;
}

.sign_up .inform_input .first_type p {
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  color: #30363C;
}

.sign_up .inform_input .first_type p span {
  color: #274AC4;
}

.sign_up .inform_input .dif_type_01 {
  padding-top: 0;
}

.sign_up .inform_input .second_type {
  margin-right: 2%;
}

.sign_up .inform_input .second_type input {
  width: 384px;
  height: 52px;
  border: 1px solid #CED4DA;
  border-radius: 8px;
  padding-left: 16px;
}

.sign_up .inform_input .second_type h4 {
  color: #274AC4;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 500;
}

.sign_up .inform_input .second_type input::-webkit-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .second_type input:-ms-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .second_type input::-ms-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .second_type input::placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .second_type .phone_input {
  width: 78px;
}

.sign_up .inform_input .second_type .radio_agree_01 {
  width: 23px;
  height: 23px;
}

.sign_up .inform_input .second_type h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: #6A7076;
  margin-left: 10px;
}

.sign_up .inform_input .second_type .checkbox_h2 {
  color: #181B1E;
  font-size: 12px;
  line-height: 19.2px;
}

.sign_up .inform_input .second_type .inform_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.sign_up .inform_input .second_type .inform_box_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
}

.sign_up .inform_input .adress_01 input {
  width: 209px;
}

.sign_up .inform_input .adress_02 {
  width: 80%;
}

.sign_up .inform_input .adress_02 input {
  width: 100%;
}

.sign_up .inform_input .adress_03 {
  width: 80%;
}

.sign_up .inform_input .adress_03 textarea {
  width: 100%;
  height: 156px;
  border: 1px solid #CED4DA;
  border-radius: 8px;
  padding-top: 16px;
  padding-left: 16px;
  color: #6A7076;
  resize: none;
}

.sign_up .inform_input .adress_03 textarea::-webkit-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .adress_03 textarea:-ms-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .adress_03 textarea::-ms-input-placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .adress_03 textarea::placeholder {
  color: #6A7076;
  font-size: 14px;
  font-weight: 500;
}

.sign_up .inform_input .adress_03 .inform_box_04 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign_up .inform_input .dif_type_02 {
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.sign_up .inform_input .dif_type_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

.sign_up .inform_input .third_type {
  cursor: pointer;
  width: 136px;
  height: 52px;
  background-color: #B4BAC0;
  text-align: center;
  border-radius: 8px;
  display: table;
}

.sign_up .inform_input .third_type p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 600;
  color: #fff;
}

.sign_up .inform_input .non_third {
  opacity: 0;
}

.sign_up .last_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px auto 0;
}

.sign_up .cancel_btn {
  background-color: #B4BAC0 !important;
  width: 50% !important;
  margin-right: 24px;
}

.sign_up .next_btn {
  width: 50% !important;
}

.sign_up .last_line {
  margin-bottom: 22px;
}

.sign_up .selectBox2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sign_up .box {
  width: 30%;
}

.sign_up .selectBox2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 52px;
  color: #6a7076;
  border-radius: 8px;
  border: 1px solid #ced4d4;
  background-size: 20px;
  cursor: pointer;
}

.sign_up .selectBox2 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  color: #6a7076;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}

.sign_up .selectBox2 .optionList {
  position: absolute;
  top: 51px;
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #6a7076;
  list-style-type: none;
  padding: 0;
  border-radius: 6px;
  font-size: 13px;
  overflow: hidden;
  max-height: 0;
}

.sign_up .selectBox2 .optionList::-webkit-scrollbar {
  width: 6px;
}

.sign_up .selectBox2 .optionList::-webkit-scrollbar-track {
  background: transparent;
}

.sign_up .selectBox2 .optionList::-webkit-scrollbar-thumb {
  background: #274AC4;
  border-radius: 45px;
}

.sign_up .selectBox2 .optionList::-webkit-scrollbar-thumb:hover {
  background: #274AC4;
}

.sign_up .selectBox2.active {
  z-index: 10;
  border: 1px solid #274ac4;
}

.sign_up .selectBox2.active .optionList {
  max-height: 500px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ced4d4;
}

.sign_up .selectBox2 .optionItem {
  padding: 5px 15px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sign_up .selectBox2 .optionItem:hover {
  background: #274AC4;
  color: #fff;
}

.sign_up .selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}

.sign_up input[type="checkbox"] {
  display: none;
}

.sign_up input[type="checkbox"] + label {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid #E4E8ED;
  border-radius: 2px;
  position: relative;
}

.sign_up input[type="checkbox"]:checked + label::before {
  content: '✔';
  font-size: 11px;
  background: #274AC4;
  width: 21px;
  height: 21px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  body {
    text-align: left;
  }
  .login {
    margin-top: 20px;
  }
  .login .login_box .box_type input {
    text-align: left;
  }
  .agree .login_box {
    width: 100%;
    text-align: left;
  }
  .agree .join_agree {
    padding: 0 8%;
  }
  .agree .join_agree .join_box h4 {
    text-align: left;
  }
  .agree .join_agree .join_box h3 {
    text-align: left;
  }
  .agree .inform_agree td {
    text-align: left;
  }
  .sign_up .id_input_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sign_up .id_input_box .second_type input {
    width: 100%;
    text-align: left;
  }
  .sign_up .inform_input {
    width: 100%;
  }
  .sign_up .inform_input .first_type {
    width: 20%;
  }
  .sign_up .inform_input .first_type p {
    text-align: left;
  }
  .sign_up .inform_input .second_type {
    width: 60%;
    text-align: left;
  }
  .sign_up .inform_input .second_type input {
    width: 100%;
    text-align: left;
  }
  .sign_up .inform_input .second_type .phone_input {
    width: 27%;
  }
  .sign_up .inform_input .second_type .radio_agree_01 {
    width: 11px;
  }
  .sign_up .inform_input .dif_type_02 {
    width: 80%;
  }
  .sign_up .inform_input .third_type {
    width: 17%;
  }
  .sign_up .inform_input .adress_03 textarea {
    text-align: left;
  }
  .sign_up .inform_input .birth_input {
    width: 25% !important;
  }
  .sign_up .inform_input .box {
    width: 38%;
  }
  .sign_up .inform_input .box_02 {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .login {
    background-color: #fff;
  }
  .login .pc {
    display: none !important;
  }
  .login .mb {
    display: block;
  }
  .login .wrap {
    width: 100%;
  }
  .login .logo {
    margin-bottom: 22px;
  }
  .login .login_box {
    border: none;
    padding: 20px;
    width: 100%;
  }
  .login .login_box .box_type {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .login .login_box .id_box {
    border-bottom: 1px solid #E4E8ED;
  }
  .login .login_box .pw_box {
    margin-bottom: 20px;
  }
  .login .login_box .login_btn {
    height: 60px;
  }
  .login .login_box .login_btn .btn_log {
    font-size: 16px;
  }
  .login .login_box .login_main {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agree {
    padding-bottom: 80px;
  }
  .agree .pc {
    display: none;
  }
  .agree .mb {
    display: block;
  }
  .agree .login_box {
    padding: 0;
  }
  .agree .login_box .login_mb_box {
    padding: 0 5%;
  }
  .agree .login_box .login_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E4E8ED;
    border-radius: 8px;
    padding: 17px 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .agree .login_box .login_main h4 {
    font-size: 16px;
    margin-left: 10px;
    height: 100%;
    color: #181B1E;
    font-weight: 500;
    margin-bottom: 0;
  }
  .agree .login_box .login_main .right_agree img {
    vertical-align: middle;
  }
  .agree .login_box .checkbox_tool {
    border: none;
    margin-top: 25px;
    padding: 0 5%;
  }
  .agree .mb_login {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .agree .login_box {
    width: 100%;
    padding-top: 0;
  }
  .agree .logo {
    display: none;
  }
  .agree .wrap {
    padding-top: 75px;
  }
  .agree .title_part {
    padding-top: 0;
  }
  .agree .title_part h1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .agree .title_part h3 {
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 36px;
  }
  .agree .join_agree {
    display: none;
  }
  .agree .login_box .login_btn {
    width: 100% !important;
  }
  .agree .radio_mb {
    text-align: center;
    color: #6A7076;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .agree .radio_agree {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .agree .radio_agree .radio_agree_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #E4E8ED;
    width: 50%;
    padding: 14px 5%;
    border-radius: 8px;
  }
  .agree .radio_agree .radio_agree_cont img {
    width: 20px;
    height: 20px;
  }
  .agree .radio_agree .left_cont {
    margin-right: 5%;
  }
  .agree .radio_agree .right_cont img {
    display: none;
  }
  .agree .radio_agree .radio_on {
    background-color: #181B1E;
  }
  .agree .radio_agree .radio_on h3 {
    color: #fff;
  }
  .agree .join_btn {
    margin-bottom: 0;
  }
  .agree .gray_line {
    background-color: #F8F9FA;
    height: 8px;
    width: 100%;
  }
  .sign_up .title_part h1 {
    margin-bottom: 20px;
  }
  .sign_up .title_part h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    padding: 0 4%;
  }
  .sign_up .title_part h3 {
    margin-bottom: 24px;
    padding: 0 4%;
  }
  .sign_up .second_title_part {
    margin-bottom: 24px;
  }
  .sign_up .gray_line {
    width: 90%;
    height: 1px;
    background-color: #E4E8ED;
    padding: 0 4%;
  }
  .sign_up .gray_another {
    width: 100%;
    height: 8px;
    background-color: #F8F9FA;
  }
  .sign_up .id_input_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sign_up .id_input_box .second_type input {
    width: 100%;
    text-align: left;
  }
  .sign_up .inform_input {
    display: block;
    margin-bottom: 16px;
    padding: 0 4%;
  }
  .sign_up .inform_input .first_type {
    width: 100%;
    padding-top: 0;
  }
  .sign_up .inform_input .first_type p {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .sign_up .inform_input .second_type {
    width: 100%;
    text-align: left;
  }
  .sign_up .inform_input .second_type input {
    width: 100%;
    text-align: left;
  }
  .sign_up .inform_input .second_type .phone_input {
    width: 26%;
  }
  .sign_up .inform_input .second_type h4 {
    text-align: left;
  }
  .sign_up .inform_input .second_type .email_radio {
    width: 22px;
  }
  .sign_up .inform_input .inter_radio {
    display: block;
  }
  .sign_up .inform_input .inter_radio .inform_box_01 {
    width: 100%;
    margin-bottom: 19px;
  }
  .sign_up .inform_input .inter_radio .inform_box_01 input {
    width: 22px;
  }
  .sign_up .inform_input .non_third {
    display: none;
  }
  .sign_up .inform_input .adress_03 textarea {
    text-align: left;
  }
  .sign_up .inform_input .adress_01 {
    width: 61%;
  }
  .sign_up .inform_input .box {
    width: 100%;
  }
  .sign_up .inform_input .first_box {
    margin-bottom: 16px;
  }
  .sign_up .inform_input .box_02 {
    width: 100%;
  }
  .sign_up .radio_agree {
    margin-bottom: 0;
  }
  .sign_up .graduate_radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
    width: 100%;
  }
  .sign_up .graduate_radio .radio_agree_cont {
    width: 47%;
  }
  .sign_up .adress_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sign_up .adress_flex .first_type {
    width: 100%;
  }
  .sign_up .adress_flex .third_type {
    width: 35%;
  }
  .sign_up .adress_flex .third_type p {
    font-size: 12px;
    font-weight: 500;
  }
}
/*# sourceMappingURL=login.css.map */


.login_btn {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .login_btn {
        font-size: 16px;
    }
    .login .wrap {
        padding-top: 30px !important;
    }
    .login {
        min-height: 427px !important;
    }
}
