@charset "utf-8";

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: fallback;
  src: local("Pretendard Bold"), url("../fonts/eot-subset/Pretendard-Bold.subset.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2-subset/Pretendard-Bold.subset.woff2") format("woff2"),
    url("../fonts/woff-subset/Pretendard-Bold.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: auto;
  src: local("Pretendard Medium"), url("../fonts/eot-subset/Pretendard-Medium.subset.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2-subset/Pretendard-Medium.subset.woff2") format("woff2"), url("../fonts/woff-subset/Pretendard-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: auto;
  src: local("Pretendard Regular"), url("../fonts/eot-subset/Pretendard-Regular.subset.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2-subset/Pretendard-Regular.subset.woff2") format("woff2"), url("../fonts/woff-subset/Pretendard-Regular.subset.woff") format("woff");
}

/***** Reset *****/
* {
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font: 16px/1.5 Pretendard, "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  color: #333; /*letter-spacing:-0.025em;*/
  word-break: keep-all;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
tfoot,
thead,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
* {
  font-weight: normal; /*letter-spacing:-0.025em;*/
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
ol,
ul,
li {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
img,
fieldset {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a,
input,
textarea,
select,
td,
th,
button {
  font-family: inherit;
  font-size: 16px;
  color: #333;
  border-radius: 0;
}
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  text-transform: none;
  background: #fff;
  color: #3d9efa;
  border-radius: 5px;
  height: 50px;
  padding: 0 10px;
}
button:active,
button:hover,
button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
address {
  font-style: normal;
}
a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 20px;
  height: 20px;
}
input[type="radio"] {
  -webkit-appearance: radio;
  width: 20px;
  height: 20px;
}
input[type="number"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  padding: 0 12px;
}
input[type="search"] {
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="number"]::-ms-clear {
  display: none;
}
input[type="submit"] {
  cursor: pointer;
  border: none;
}
input[type="search"] {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  background-color: #fff;
  border-color: #0d2a5e;
}
input:focus,
button:focus,
select:focus {
  outline: none;
  outline: 0;
}
input:disabled {
  background-color: #e2e2e7;
  color: #999;
  cursor: default;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f8f8f9 url(../images/arr_select.png) no-repeat right 15px top 50%;
  border: 1px solid #f8f8f9;
  border-radius: 5px;
  color: #999;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  padding-left: 14px;
  padding-right: 15px;
}
select::-ms-expand {
  display: none; /*for IE10,11*/
}
select:focus {
  background-color: #fff;
  border: 1px solid #639df3;
}
textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  display: block;
}
textarea:focus,
textarea:focus {
  outline: none;
  outline: 0;
}
textarea:disabled {
  background-color: #fff;
  color: #999;
}

label {
  display: inline-block;
}
input,
label {
  vertical-align: middle;
}
span {
  font-family: inherit;
}
caption {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: 1px;
  height: 0px;
  line-height: 0;
  white-space: nowrap;
  text-indent: -9999px;
}
legend.hide {
  visibility: hidden;
  position: absolute;
  top: -99999px;
  left: -99999px;
  margin-top: -99999px;
  margin-left: -99999px;
}
iframe {
  border: 0;
}
area {
  border: 0;
  outline: 0;
}
figure {
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.hide {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: 1px;
  height: 0px;
  line-height: 0;
  white-space: nowrap;
  text-indent: -9999px;
}
.ir {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 14px;
} /* Chrome/Opera/Safari */
::-moz-placeholder {
  color: #c0c0c0;
  font-size: 14px;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #c0c0c0;
  font-size: 14px;
} /* IE 10+ */
textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}
textarea::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

/*.ipt::-webkit-input-placeholder{color:#c2c4cb;font-size:14px;font-weight:normal;}
.ipt::-moz-placeholder{color:#c2c4cb;font-size:14px;font-weight:normal;}
.ipt:-ms-input-placeholder{color:#c2c4cb;font-size:14px;font-weight:normal;}
.textarea_div textarea::-webkit-input-placeholder{color:#c2c4cb;font-weight:normal;}
.textarea_div textarea::-moz-placeholder{color:#c2c4cb;opacity: 1;font-weight:normal;}
.textarea_div textarea:-ms-input-placeholder{color:#c2c4cb;font-weight:normal;}*/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 6px;
  cursor: default;
}
::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0;
  border-radius: 6px;
  cursor: default;
}
::-webkit-scrollbar-thumb:active {
  background: #c0c0c0;
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  display: none;
}

/*.scrollBar::-webkit-scrollbar{width:8px;height:4px;}
.scrollBar::-webkit-scrollbar-track{background-color:transparent;}
.scrollBar::-webkit-scrollbar-thumb{background:#a3afc3;border:2px solid #fff;border-radius:5px;cursor:default;} 
.scrollBar::-webkit-scrollbar-thumb:hover{background:#a3afc3;border:2px solid #fff;border-radius:5px;cursor:default;}
.scrollBar::-webkit-scrollbar-thumb:active{background:#a3afc3;border:2px solid #fff;border-radius:5px;} 
.scrollBar::-webkit-scrollbar-button{display:none;}*/

a.btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #0d2a5e;
  border-radius: 4px;
  color: #0d2a5e;
  font-size: 14px;
  padding: 10px 20px 12px;
  height: 42px;
  text-align: center;
}
.btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #0d2a5e;
  border-radius: 4px;
  color: #0d2a5e;
  font-size: 14px;
  padding: 0 20px;
  height: 42px;
  text-align: center;
}
.btn:disabled {
  opacity: 0.4;
  cursor: default;
}
.btn:hover,
.btn:focus {
  background-color: #e4ebfd;
}

a.btn-st1 {
  display: inline-block;
  background: #fff;
  border: 1px solid #0d2a5e;
  border-radius: 4px;
  color: #0d2a5e;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 12px;
  height: 48px;
  text-align: center;
  width: 400px;
}
.btn-st1 {
  display: inline-block;
  background: #fff;
  border: 1px solid #0d2a5e;
  border-radius: 4px;
  color: #0d2a5e;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px 0 20px;
  height: 48px;
  text-align: center;
  width: 400px;
}
.btn-st1:hover,
.btn-st1:focus {
  background-color: #e4ebfd;
}
.btn-st1:disabled {
  cursor: default;
  background: #f7f7f7;
  border-color: #c0c0c0;
  color: #666;
}
.btn-default,
a.btn-default {
  background: #fff;
  border: 1px solid #639df3;
  color: #3d9efa;
}
.btn-default:active,
.btn-default:focus {
  background: #fff;
  border: 1px solid #639df3;
  color: #3d9efa;
}
.btn-primary,
a.btn-primary {
  background: #0d2a5e;
  border: 1px solid #0d2a5e;
  color: #fff;
}
.btn-primary:hover {
  background: #031e4e;
  border: 1px solid #031e4e;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #031e4e;
  border: 1px solid #031e4e;
  color: #fff;
}

.btn-point,
a.btn-point {
  background: #64a6a9;
  border: 1px solid #64a6a9;
  color: #fff;
}
.btn-point:hover,
.btn-point:focus {
  background: #4d989b;
  border: 1px solid #4d989b;
  color: #fff;
}

.btn-primary:disabled,
.btn-point:disabled {
  background: #bfbfbf;
  border-color: #bfbfbf;
  cursor: default;
  color: rgba(255, 255, 255, 0.5);
}

button:focus,
a:focus {
  outline: 2px dotted #ddd;
  outline-offset: -1px;
}
:focus-visible {
  outline: 2px dotted #ddd;
}
:focus:not(:focus-visible) {
  outline: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
}
textarea::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 4px;
}
textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
textarea::-webkit-scrollbar-thumb {
  background: #a3afc3;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: default;
}
textarea::-webkit-scrollbar-thumb:hover {
  background: #a3afc3;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: default;
}
textarea::-webkit-scrollbar-thumb:active {
  background: #a3afc3;
  border: 2px solid #fff;
  border-radius: 5px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}

/* form common */
.ipt_chk_div {
  position: relative;
  padding: 1px 0;
  display: inline-block;
  margin-right: 19px;
}
.ipt_chk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  text-indent: -9999px;
}
.label_chk {
  position: relative;
  cursor: pointer;
  line-height: 1;
  height: 18px;
}
.label_chk::before {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background: #fff;
  border: 2px solid #666;
  border-radius: 2px;
}
.label_chk span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  color: #666;
}
.label_chk::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  top: 4px;
  left: 2px;
}
.label_chk::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ipt_chk:hover + .label_chk::before {
  border-color: #64a6a9;
}
.ipt_chk:hover ~ .label_chk span {
  color: #222;
}
.ipt_chk:checked + .label_chk::before {
  background: #64a6a9;
  border-color: #64a6a9;
}
.ipt_chk:checked + .label_chk::after {
  background: url(../climages/chk.png) no-repeat center center;
  background-size: contain;
}
.ipt_chk:checked ~ .label_chk span {
  color: #222;
}
.ipt_chk:disabled + .label_chk {
  cursor: default;
}
.ipt_chk:disabled ~ .label_chk span {
  color: #66666680;
}
.ipt_chk:disabled ~ .label_chk::before {
  background: #c0c0c080;
  border-color: #c0c0c0;
}
.label_chk + .ipt_chk + .label_chk {
  margin-left: 30px;
}

.ipt_rdo_div {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-right: 29px;
}
.ipt_rdo_div input {
  position: absolute;
  top: 2px;
  left: 0; /*z-index:-1;*/
  opacity: 0;
  width: 20px;
  height: 20px;
  visibility: hidden;
}
.ipt_rdo_div .label_rdo {
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.ipt_rdo_div .label_rdo::before {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background: #fff;
  border: #666 solid 2px;
  display: inline-block;
  border-radius: 50%;
}
.ipt_rdo_div .label_rdo span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
  color: #787f87;
}
.ipt_rdo_div .label_rdo::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ipt_rdo:hover ~ .label_rdo::before {
  border-color: #64a6a9;
}
.ipt_rdo:hover ~ .label_rdo span {
  color: #2e2526;
}
.ipt_rdo:checked ~ .label_rdo::before {
  border-radius: 50%;
  border-color: #64a6a9;
  background-color: #fff;
}
.ipt_rdo:checked ~ .label_rdo::after {
  background-color: #64a6a9;
}
.ipt_rdo:checked ~ .label_rdo span {
  color: #2e2526;
}
.ipt_rdo:disabled ~ .label_rdo {
  cursor: default;
}
.ipt_rdo:disabled ~ .label_rdo span {
  color: #66666680;
}
.ipt_rdo:disabled ~ .label_rdo::before {
  background: #c0c0c080;
  border-color: #c0c0c0;
}

.select_div {
  width: 100%;
  height: 42px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  position: relative;
  background: #fff;
}
.select_div .selected {
  width: 100%;
  height: 42px;
  line-height: 41px;
  padding-left: 12px;
  position: relative;
  color: #2e2526;
  font-size: 14px;
  text-align: left;
}
.select_div .selected:after {
  content: "";
  background: transparent url(../images/arr_select.png) no-repeat center 50%;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  right: 11px;
}
.select_div.active .selected:after {
  transform: rotate(180deg);
}
.select_div .select_option {
  width: 100%;
  display: none;
  padding: 5px;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
}
.select_div .select_option li {
  background: #fff;
  display: block;
  height: 36px;
}
.select_div .select_option li a {
  padding-left: 10px;
  color: #222;
  font-size: 14px;
  height: 100%;
  line-height: 35px;
  display: block;
  text-align: left;
}
.select_div .select_option li a:hover {
  background: #e4ebfd;
  border-radius: 4px;
}
.select_div.active {
  border-color: #0d2a5e;
}
.select_div.active .selected {
  display: block;
}
.select_div.active .select_option {
  display: block;
  position: absolute;
  top: 43px;
  left: -1px;
  z-index: 30;
}
.select_div .selected.disabled {
  background: #e2e2e7;
  cursor: default;
}

.wrapper {
  background: #f7f7f7;
  position: relative;
  width: 100%;
  height: 100vh;
}
.membership_box {
  background: #fff;
  width: 826px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.membership_box .top_div {
  height: 174px;
  text-align: center;
  padding-top: 40px;
}

.top_div .logo {
  display: block;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  width: 243px;
  height: 33px;
  background: url(../images/logo.png) no-repeat 0 0;
  margin: 0 auto;
}
.top_div strong {
  font-size: 32px;
  color: #0d2a5e;
  font-weight: 500;
  display: block;
  margin-top: 24px;
  line-height: 1;
}

/*컨텐츠 내용이 길 때*/
.wrapper2 {
  height: auto;
  padding: 104px 0;
}
.wrapper2 .membership_box {
  position: unset;
  transform: unset;
  margin: 0 auto;
}

.content {
}
.join_tab {
  display: flex;
  width: 748px;
  margin: 0 auto;
}
.join_tab li {
  width: 50%;
}
.join_tab li a {
  width: 100%;
  height: 48px;
  text-align: center;
  padding-top: 12px;
}
.join_tab li:first-child a {
  border-radius: 4px 0px 0px 4px;
}
.join_tab li:last-child a {
  border-radius: 0px 4px 4px 0px;
}
.join_tab li.on a {
  background: #0d2a5e;
  color: #fff;
  border: 1px solid #0d2a5e;
}
.join_tab li a {
  background: #fff;
  color: #666;
  border: 1px solid #c0c0c0;
}

.tab_cont {
  text-align: center;
}
.ipt_rdo_wrap {
  display: inline-block;
}
.login_form {
  padding: 40px 72px;
  text-align: left;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.login_form .ipt_field {
  width: 520px;
}
.ipt_field {
  margin-bottom: 24px;
}
.ipt_field .ipt_label {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.ipt_field .ipt_div {
  position: relative;
  text-align: left;
}
.ipt_field .ipt_div.pd {
  padding: 9px 0;
}
input.login_id {
  background: #fff url(../climages/ico_login_id.png) no-repeat 12px 7px;
  padding-left: 47px;
}
input.login_pw {
  background: #fff url(../climages/ico_login_pw.png) no-repeat 12px 7px;
  padding-left: 47px;
}

.ipt_field .right {
  position: absolute;
  top: 7px;
  right: 12px;
}
.ipt_field .right > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.ico_ipt_reset {
  background: url(../climages/ico_ipt_reset.png) no-repeat 0 50%;
  width: 24px;
  height: 24px;
  transition: 0.1s;
}
.ipt_field input:placeholder-shown + .right .ico_ipt_reset {
  opacity: 0;
}
.ipt_field textarea {
  height: 96px;
}

.ipt_div.active .ico_pw {
  background: url(../climages/ico_pw_open.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: inline-block; /*position:absolute;top:15px;right:12px;*/
}
.ipt_div .ico_pw {
  background: url(../climages/ico_pw_close.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 2px;
}

.btn_login {
  display: inline-block;
  width: 142px;
  height: 133px;
  background: #0d2a5e;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 60px;
  right: 72px;
}
.btn_login:disabled {
  opacity: 0.3;
}

.login_sns_div {
  height: 171px;
  width: 100%;
  padding-top: 40px;
}
.login_sns_div p {
  font-size: 16px;
  color: #222;
  line-height: 1;
}
.login_sns_div ul {
  margin-top: 24px;
}
.login_sns_div ul li {
  margin-left: 24px;
  display: inline-block;
}
.login_sns_div ul li:first-child {
  margin-left: 0;
}
.login_sns_div ul li a {
}
.login_sns_div .ico_sns {
  width: 48px;
  height: 48px;
  display: block;
  background-size: contain;
}
.ico_sns_google {
  background: url(../climages/ico_sns_google.png) no-repeat 0 0;
}
.ico_sns_naver {
  background: url(../climages/ico_sns_naver.png) no-repeat 0 0;
}
.ico_sns_kakao {
  background: url(../climages/ico_sns_kakao.png) no-repeat 0 0;
}
.ico_sns_facebook {
  background: url(../climages/ico_sns_facebook.png) no-repeat 0 0;
}

.bottom_div {
  border-top: 2px solid #f7f7f7;
  padding: 32px 0;
  text-align: center;
  font-size: 0;
}
.bottom_div .btn {
  min-width: 140px;
  margin: 0 8px;
}

.content {
  text-align: center;
}
.content.pd {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
  margin: 0 40px;
}
.content h2 {
  line-height: 1;
  margin-bottom: 24px;
}
.content h2 > * {
  display: inline-block;
  vertical-align: middle;
}
.content h2 strong {
  font-size: 40px;
  font-weight: 600;
  color: #0d2a5e;
  line-height: 52px;
}
.content h2.mb {
  margin-bottom: 32px;
}
.text1 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 24px;
}
.text2 {
  font-size: 14px;
  font-weight: normal;
  color: #222;
  line-height: 24px;
}
.text2 a {
  color: #64a6a9;
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.content.pd .login_form {
  padding: 0 32px;
  border-bottom: 0;
}
.content.pd .login_form .btn_login {
  top: 20px;
  right: 32px;
}
.ipt_field.mbx {
  margin-bottom: 0;
}

.ico_kakao {
  background: url(../climages/ico_sns_kakao.png) no-repeat 0 0;
  width: 48px;
  height: 48px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
}

.box-st1 {
  width: 100%;
  max-width: 706px;
  background: #f7f7f7;
  border-radius: 2px;
  padding: 40px 0;
  text-align: center;
}
.box-st1 + .box-st1 {
  margin-top: 24px;
}
.box-st1 .btn-st1 + .btn-st1 {
  margin-top: 16px;
}

.txt {
  color: #222;
  font-size: inherit;
  line-height: 1.2;
}
.txt.mb {
  margin-bottom: 20px;
}
.txt em {
  font-weight: 600;
}
.txt1 {
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}
.txt2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}
.link {
  font-weight: 600;
  color: #64a6a9;
  text-decoration: underline;
}

.content.terms {
  padding: 40px 20px;
  border-top: 1px solid #e0e0e0;
  margin: 0 40px;
}
.terms_box {
  width: 706px;
  background: #f7f7f7;
  padding: 20px 12px 20px 20px;
  height: 377px;
  overflow-y: auto;
  text-align: left;
}
.terms_box * {
  font-size: 14px;
  line-height: 20px;
}
.terms_box ol li .num {
  font-family: sans-serif;
  display: inline-block;
  vertical-align: 2px;
}
.terms_box + .text2 {
  margin-top: 40px;
}

.box-st2 {
  width: 706px;
  background: #f7f7f7;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
}
.box-st2 p {
  font-size: 14px;
  line-height: 20px;
  color: #2e2526;
}

.box-st3 {
  width: 100%;
  max-width: 706px;
  background: #f7f7f7;
  padding: 20px;
  text-align: left;
  margin: 0 auto;
}
.box-st3.mb {
  margin-bottom: 32px;
}
.box-st3 ul li {
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.box-st3 ul li span {
  font-weight: 500;
}
.box-st3 ul li:first-child {
  margin-top: 0;
}
.box-st3 ul li::before {
  content: "·";
  display: inline-block;
  margin-right: 5px;
}
.box-st3 ul li em {
  font-weight: 600;
}
.member_form {
  padding: 40px 40px 0;
  text-align: left;
}
.member_form .check_div span {
  color: #dd581b;
}

.choice_section {
  display: flex;
}
.choice_section button {
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  height: 220px;
  width: 345px;
}
.choice_section button + button {
  margin-left: 16px;
}
.choice_section button .ico_c {
  display: block;
  width: 122px;
  height: 106px;
  background-size: contain;
  margin: 0 auto 20px;
}
.ico_c1 {
  background: url(../climages/ico_c1.png) no-repeat 0 center;
}
.ico_c2 {
  background: url(../climages/ico_c2.png) no-repeat 0 center;
}
.on .ico_c1 {
  background: url(../climages/ico_c1_on.png) no-repeat 0 center;
}
.on .ico_c2 {
  background: url(../climages/ico_c2_on.png) no-repeat 0 center;
}
.choice_section button span {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.choice_section button.on {
  background-color: #0d2a5e;
}
.choice_section button.on span {
  color: #fff;
}

.choice_section2 {
  display: flex;
}
.choice_section2 button {
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  height: 163px;
  width: 345px;
}
.choice_section2 button + button {
  margin-left: 16px;
}
.ico_chk {
  background: url(../climages/ico_chk.png) no-repeat 0 center;
  display: block;
  width: 38px;
  height: 38px;
  background-size: contain;
  margin: 0 auto 24px;
}
.on .ico_chk {
  background-image: url(../climages/ico_chk_on.png);
}
.choice_section2 button span {
  font-size: 18px;
  color: #666;
}
.choice_section2 button.on {
  background-color: #0d2a5e;
}
.choice_section2 button.on span {
  color: #fff;
}

.terms_box2 {
  width: 706px;
  background: #f7f7f7;
  padding: 20px 12px 20px 20px;
  height: 287px;
  text-align: left;
}
.terms_box2 + .terms_box2 {
  margin-top: 20px;
}
.term_tit {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 16px;
}
.term_div {
  border-bottom: 1px solid #c0c0c0;
  padding: 0 12px 16px 0;
  height: 176px;
  overflow-y: auto;
  display: block;
}
.term_div * {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
.term_check_div {
  margin-top: 14px;
}
.term_all_check_div {
  padding-top: 13px;
  border-top: 1px solid #e0e0e0;
  margin: 30px 0 20px;
  text-align: left;
}

.member_form2 {
  padding: 0 50px;
}
.member_form2 .id_field .ipt_div {
}
.btn_s {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #666;
  border-radius: 15px;
  line-height: 20px;
  height: 28px;
  padding: 4px 12px 5px;
  font-weight: normal;
}
.btn_s:hover,
.btn_s:focus {
  background: #0d2a5e;
}
.btn_s:disabled {
  background: #c0c0c0;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}

.btn_s2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #64a6a9;
  border-radius: 15px;
  line-height: 20px;
  height: 26px;
  padding: 0 12px;
  font-weight: normal;
}

.member_info_field {
}
.member_info_field .member_info_txt {
  background: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  height: 42px;
  text-align: left;
  padding: 0 12px;
  font-size: 14px;
  color: #222;
  line-height: 41px;
}
.member_info_field .ipt_div .btn_s2 {
  position: absolute;
  top: 8px;
  right: 12px;
}

.email_field {
}
.email_field .ipt_div {
  display: flex;
  justify-content: space-between;
}
.email_field .ipt_div .ipt_email {
  width: 200px;
}
.email_field .ipt_div .txt {
  width: 26px;
  line-height: 42px;
  text-align: center;
}
.email_field .ipt_div .select_div {
  width: 210px;
}

.member_form2 .ipt_div.state1 input {
  border-color: #0d2a5e;
}
.member_form2 .ipt_div input.state1 {
  border-color: #0d2a5e;
}
.member_form2 .ipt_div input.state2 {
  border-color: #dd581b;
}
.txt_state {
  font-size: 14px;
  display: block;
  text-align: left;
  line-height: 1.9;
  width: 100%;
}
.txt_state.txt_state1 {
  color: #64a6a9;
}
.txt_state.txt_state2 {
  color: #dd581b;
}
.t_alert {
  display: inline-block;
  background: url(../climages/ico_alert.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.phone_field .ipt_div .t_num {
  position: absolute;
  top: 9px;
  right: 148px;
  color: #64a6a9;
}
.ipt_field .ipt_div .t_alert {
  color: #64a6a9;
  margin-top: 2px;
}
.ipt_field .ipt_div .txt_alert {
  color: #dd581b;
  font-size: 1rem;
  margin-left: 7px;
  text-align: center;
  margin-top: 3px;
}
.ipt_field .ipt_div .txt_complete {
  color: #0d2a5e;
  font-size: 1rem;
  margin-left: 7px;
  text-align: center;
  margin-top: 3px;
}

.complete .btn {
  width: 400px;
  height: 48px;
  font-size: 18px;
  margin-top: 16px;
}

.service_join_state {
  font-size: 0;
}
.service_join_state + .service_join_state {
  margin-top: 8px;
}
.service_join_state.joined {
}
.service_join_state > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.service_join_state div > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.service_join_state span {
  width: 76px;
  height: 42px;
  background: #efefef;
  border-radius: 4px;
  color: #c0c0c0;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
  padding-top: 12px;
}
.service_join_state p {
  font-weight: bold;
  margin-left: 8px;
  height: 17px;
  line-height: 17px;
  padding-right: 12px;
  border-right: 1px solid #c0c0c0;
  color: #c0c0c0;
}

.service_join_state .go_link {
  background: url(../climages/arr_go_link.png) no-repeat right 0;
  color: #64a6a9;
  height: 24px;
  line-height: 23px;
  padding-right: 24px;
  font-weight: bold;
  margin-left: 12px;
  padding-top: 1px;
}

.service_join_state.joined span {
  background: #0d2a5e;
  color: #fff;
}
.service_join_state.joined p {
  color: #0d2a5e;
}
.service_join_state.joined .go_link {
  background-image: url(../climages/arr_go_link2.png);
  color: #666;
}

.service_join_state.join_sns span {
  width: 180px;
  height: 42px;
  padding-left: 42px;
}
.join_sns span.facebook {
  background: #405799 url(../climages/ico_sns_facebook.png) no-repeat 0 bottom;
  background-size: 42px 42px;
}
.join_sns span.kakaotalk {
  background: #fae300 url(../climages/ico_sns_kakao.png) no-repeat 0 bottom;
  background-size: 42px 42px;
  color: #000;
}
.join_sns span.naver {
  background: #03c75a url(../climages/ico_sns_naver.png) no-repeat 0 bottom;
  background-size: 42px 42px;
}

.member_info_modify .ipt_field .ipt_div.pd {
  padding: 8px 0 0;
}

/* MODAL - common */
.modal_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20000;
  display: none;
  transition: transform 0.3s ease-out;
}
.modal_wrap .modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: #00000080;
}
.modal_wrap .modal {
  min-width: 600px;
  height: auto;
  min-height: 188px;
  padding: 68px 40px 40px;
  text-align: center;
  background: #fff;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  border: 1px solid #0d2a5e;
  border-radius: 4px;
  box-shadow: 3px 3px 6px #00000041;
}

/* MODAL - alert */
.alert_modal .modal {
  text-align: center;
}
.alert_modal .modal_top {
  padding-bottom: 32px;
  border-bottom: 1px solid #c0c0c0;
}
.alert_modal .modal_top strong {
  font-size: 32px;
  color: #dd581b;
  display: block;
  font-weight: 600;
}
.alert_modal .modal_cont {
  padding: 40px 0;
}
.alert_modal .modal_cont p {
  font-size: inherit;
  font-weight: 500;
}
.alert_modal .modal_bottom {
  overflow: hidden;
}
.alert_modal .modal_bottom .btn {
  min-width: 140px;
}
.alert_modal .modal .btn_close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../climages/btn_close_modal.png) no-repeat center center;
  text-indent: -9999px;
  border-radius: 0;
}

.member_modal {
}
.member_modal .modal {
  width: 479px;
  min-width: inherit;
  padding: 0;
  text-align: left;
}
.member_modal .modal_top {
  height: 69px;
  background: #0d2a5e;
  padding: 21px 24px;
}
.member_modal .modal_top h1 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.member_modal .modal_cont {
  background: #fff;
  padding: 40px;
}
.member_modal .modal_cont h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 16px;
}
.member_modal .modal_cont h2.m_tit {
  border-bottom: 1px solid #c0c0c080;
  padding-bottom: 15px;
}
.member_modal .modal_cont h3 {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}
.member_modal .modal_bottom {
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
.member_modal .modal_bottom .btn {
  min-width: 140px;
}
.member_modal .modal .btn_close {
  position: absolute;
  top: 26px;
  right: 24px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../climages/btn_close_modal2.png) no-repeat center center;
  text-indent: -9999px;
  border-radius: 0;
}
.member_modal .box-st3 ul li {
  margin-top: 5px;
}

.member_box .btn-st1 + .btn-st1 {
  margin-top: 16px;
}

.m_text {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.m_text em {
  color: #64a6a9;
  font-weight: bold;
}
.m_text.point {
  font-weight: bold;
}

.point {
  color: #dd581b;
}
.mt40 {
  margin-top: 40px;
}

/*이용약관*/
.member_tab {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.member_tab li {
  width: auto;
  background: #fff;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  flex: 1;
}
.member_tab li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.member_tab li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #c0c0c0;
}
/* 250120 탭 수정 */
.member_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #666;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
/* //250120 탭 수정 */
.member_tab li.on {
  border-color: #0d2a5e;
  background: #0d2a5e;
}
.member_tab li.on a {
  color: #fff;
}

.member_tab_cont {
  display: none;
}
.member_tab_cont .select_div {
  width: 300px;
  float: right;
  margin-bottom: 10px;
  height: 38px;
}
.member_tab_cont .select_div::after {
  content: "";
  display: block;
}
.member_tab_cont .select_div .selected {
  height: 38px;
  line-height: 37px;
}
.member_tab_cont .select_div .selected:after {
  top: 8px;
  right: 8px;
}
.member_tab_cont .select_div.active .select_option {
  top: 40px;
}
.member_tab_cont .select_div .select_option li {
  height: 32px;
}
.terms_box .num {
  font-family: sans-serif;
  display: inline-block;
  vertical-align: 2px;
}

/***** Mobile *****/
@media all and (max-width: 826px) {
  /* common */
  body {
    background: #fff;
  }
  input::-webkit-input-placeholder,
  input::-moz-placeholder,
  input:-ms-input-placeholder {
    color: #c0c0c0;
    font-size: 1rem;
  }
  .pc {
    display: none !important;
  }
  .text2 {
    font-size: 0.875rem;
    line-height: 20px;
  }

  .membership_box {
    width: 100%;
    height: 100%;
    position: unset;
    transform: unset;
  }
  .top_div {
    height: 198px;
  }
  .top_div .logo {
    width: 140px;
    height: 19px;
    background-size: contain;
  }
  .top_div strong {
    font-size: 20px;
  }
  .membership_box .top_div {
    height: 140px;
  }
  .membership_box.login_box .top_div {
    height: 135px;
  }

  .content {
    padding: 0 16px 32px;
  }
  .join_tab {
    width: 100%;
  }
  .join_tab li a {
    color: #c0c0c0;
    font-size: 1rem;
  }

  .navien_tab {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  .navien_tab li {
    flex-basis: auto;
    flex-grow: 1;
  }
  .navien_tab li a {
    font-size: 0.875rem;
    color: #c0c0c0;
    display: block;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #f7f7f7;
    padding: 9px 0 12px;
  }
  .navien_tab li.on a {
    border-bottom: 4px solid #0d2a5e;
    font-weight: 600;
    color: #222;
  }
  .login_form {
    padding: 32px 20px;
  }
  .login_form .ipt_field {
    width: 100%;
  }
  .ipt_field .ipt_label {
    font-size: 1rem;
  }
  .login_form .ipt_div input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c0c0c0;
    height: 48px;
  }
  .login_form .ipt_div input:focus {
    border-color: #0d2a5e;
  }
  input.login_id {
    background: #fff url(../climages/ico_login_id_mo.png) no-repeat 0 50%;
    padding-left: 36px;
    background-size: 24px 24px;
  }
  input.login_pw {
    background: #fff url(../climages/ico_login_pw_mo.png) no-repeat 0 50%;
    padding-left: 36px;
    background-size: 24px 24px;
  }

  .btn_login {
    position: unset;
    width: 100%;
    height: 48px;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: normal;
  }

  .login_menu {
    text-align: center;
    margin-top: 28px;
    font-size: 0;
  }
  .login_menu li {
    height: 17px;
    border-left: 1px solid #c0c0c0;
    display: inline-block;
    padding-left: 16px;
    margin-right: 16px;
    vertical-align: middle;
  }
  .login_menu li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .login_menu li:last-child {
    margin-right: 0;
  }
  .login_menu li a {
    font-size: 0.875rem;
    display: block;
    line-height: 17px;
  }
  .login_menu li a em {
    color: #dd581b;
  }

  .login_sns_div {
    padding-top: 32px;
    padding-bottom: 32px;
    height: auto;
  }
  .login_sns_div p {
    font-size: 0.875rem;
  }
  .login_sns_div ul {
    margin-top: 16px;
    height: 48px;
  }

  .bottom_div {
    width: 100%;
    padding: 14px 16px 49px;
  }
  .bottom_div.mo-fixed,
  .mo-fixed {
    position: absolute;
    bottom: 0;
  }
  .content.pd {
    margin: 0 16px;
    padding: 32px 0;
  }
  .content h2 strong {
    font-size: 1.5rem;
  }
  .content h2.mb {
    margin-bottom: 5px;
  }
  .bottom_div {
    border-top: 0;
  }
  .bottom_div .btn {
    height: 48px;
    font-size: 1rem;
    width: 100%;
    margin: 0;
    min-width: unset;
    padding: 0;
  }
  .bottom_div .txt {
    font-size: 0.875rem;
    text-align: left;
    line-height: 20px;
  }
  .bottom_div .txt.mb {
    margin-bottom: 20px;
  }
  .bottom_div .txt .link {
    font-size: inherit;
  }
  .btm_btn_div {
    display: flex;
  }
  .btm_btn_div .btn {
    width: 100%;
    margin: 0;
  }
  .btm_btn_div .btn + .btn {
    margin-left: 14px;
  }

  .content.pd .login_form {
    padding: 0 16px;
  }
  .ico_kakao {
    width: 30px;
    height: 30px;
  }

  .box-st1 {
    width: 100%;
    padding: 32px 0;
  }
  .btn-st1 {
    width: 100%;
    max-width: 318px;
    font-size: 1.125rem;
  }

  .content.terms {
    margin: 0 16px;
    padding: 0;
    text-align: left;
    height: calc(100% - 90px);
  }
  .terms_box {
    background: #f7f7f7;
    overflow: hidden;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    /* height: calc(100% - 45px); */
  }
  .member_tab_cont {
    height: calc(100% - 195px);
  }

  .terms_box + .text2 {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
  }

  .box-st2 {
    width: 100%;
    background: #fff;
    height: 145px;
    overflow-y: auto;
    padding: 15px 0;
  }
  .box-st3 {
    width: 100%;
  }
  .box-st3 ul li {
    font-size: 0;
    margin-top: 5px;
  }
  .box-st3 ul li > * {
    display: inline-block;
    vertical-align: middle;
  }
  .box-st3 ul li::before {
    display: none;
  }
  .box-st3 ul li span {
    font-size: 1rem;
    font-weight: bold;
    width: 146px;
  }
  .box-st3 ul li em {
    font-size: 1rem;
    font-weight: normal;
  }

  .member_form {
    padding: 30px 0 18px;
  }
  .id_field {
    display: flex;
  }
  .id_field > * {
    display: inline-block;
    vertical-align: middle;
  }
  .id_field .ipt_label {
    width: 110px;
    margin: 0;
    line-height: 24px;
  }
  .member_form .id_field input {
    border: 0;
    padding: 0;
    height: initial;
    line-height: 24px;
  }
  .member_form .check_div {
    margin-top: -3px;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .member_form .check_div span {
    width: calc(100% - 27px);
    vertical-align: top;
    line-height: 18px;
    color: #222;
  }

  .choice_section button .ico_c {
    width: 120px;
    height: 104px;
  }
  .choice_section button + button {
    margin-left: 15px;
  }
  .choice_section button,
  .choice_section2 button {
    height: 200px;
  }
  .choice_section2 button span {
    font-size: 1rem;
  }

  .wrapper2 {
    padding: 0;
  }
  .terms_box2 {
    width: 100%;
    padding: 0;
    height: unset;
    background: #fff;
  }
  .terms_box2 + .terms_box2 {
    margin-top: 30px;
  }
  .term_tit {
    height: 48px;
    background: #f7f7f7;
    padding: 15px 12px;
    margin: 0;
    position: relative;
  }
  .term_tit span {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
  }
  .term_tit span em {
    color: #dd581b;
  }
  .term_tit::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../climages/arr_term1.png) no-repeat 0 0;
    position: absolute;
    top: 13px;
    right: 12px;
    background-size: contain;
  }
  .term_tit.active::after {
    background-image: url(../climages/arr_term2.png);
  }
  .term_div {
    height: 224px;
    padding: 8px 0;
    overflow-y: scroll;
    border-color: #e0e0e0;
    transition: all 0.2s ease-in-out;
    height: 0;
    overflow-y: hidden;
    padding: 0;
    opacity: 0;
  }
  .term_tit.active + .term_div {
    transition: all 0.3s ease-in-out;
    height: 224px;
    overflow-y: scroll;
    padding: 8px 0;
    opacity: 1;
  }
  .term_div * {
    font-size: 14px;
    line-height: 20px;
  }
  .term_check_div {
    background: #fff;
  }

  .content.member_info_regi {
    padding: 14px 0;
  }
  .member_info_regi .member_form2 {
    padding: 0;
    text-align: left;
  }
  .member_form2 .ipt_field input {
    border-color: #c0c0c0;
    height: 48px;
  }
  .member_form2 .id_field {
    flex-flow: column nowrap;
  }
  .member_form2 .id_field .ipt_div {
    width: 100%;
  }
  .member_form2 .id_field .ipt_div input {
    width: calc(100% - 98px);
    height: 48px;
  }
  .member_form2 .ipt_field .right {
    top: 0;
    right: 0;
  }
  .member_form2 .btn_s {
    width: 88px;
    height: 48px;
    border-radius: 4px;
    background-color: #0d2a5e;
    font-size: 1rem;
    margin-left: 13px;
  }
  .member_form2 .ipt_div .ico_pw {
    height: 46px;
    width: 46px;
    padding: 12px;
    background-position: center center;
    margin-left: 0;
  }

  .member_info_field {
    margin-bottom: 12px;
  }
  .member_info_field > * {
    vertical-align: middle;
  }
  .member_info_field .ipt_label {
    display: inline-block;
    width: 106px;
    margin: 0;
  }
  .member_info_field .ipt_div {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .member_info_field .member_info_txt {
    background: #fff;
    font-size: 1rem;
    padding: 0;
    height: unset;
    height: 48px;
    line-height: 47px;
  }
  .member_info_field + .email_field {
    margin-top: 18px;
  }
  .email_field .ipt_div {
    display: flex;
  }
  .email_field .ipt_div > * {
    flex-basis: auto;
    flex-grow: 1;
  }
  .email_field .ipt_div .ipt_email {
    width: 30.7%;
  }
  .email_field .ipt_div .txt {
    width: 6.7%;
    font-size: 14px;
  }
  .email_field .ipt_div .txt + .ipt_email {
    width: 27.9%;
  }
  .email_field .ipt_div .select_div {
    height: 48px;
    width: 30.7%;
    margin-left: 3.9%;
  }
  .select_div .selected {
    height: 48px;
    line-height: 47px;
  }

  .member_info_field + .phone_field {
    margin-top: 18px;
  }
  .member_form2 .phone_field .ipt_div input {
    width: calc(100% - 98px);
    height: 48px;
  }
  .member_form2 .phone_field .ipt_div {
    position: relative;
  }
  .member_form2 .phone_field .ipt_div .t_num {
    top: 13px;
    right: 110px;
  }
  .t_alert {
    display: inline-block;
    background: url(../climages/ico_alert.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .member_form2 .phone_field .ipt_div .t_alert {
    position: absolute;
    top: 15px;
    right: 110px;
  }
  .member_form2 .ipt_field .ipt_div .txt_alert {
    color: #dd581b;
    width: 88px;
    height: 48px;
    font-size: 1rem;
    margin-left: 13px;
    text-align: center;
    padding-top: 12px;
  }
  .member_form2 .ipt_field .ipt_div .txt_complete {
    color: #0d2a5e;
    width: 88px;
    height: 48px;
    font-size: 1rem;
    margin-left: 13px;
    text-align: center;
    padding-top: 12px;
    margin-top: 0;
  }

  .rdo_field {
  }
  .rdo_field.ipt_field > * {
    display: inline-block;
    vertical-align: middle;
  }
  .rdo_field .ipt_label {
    margin-bottom: 0;
    letter-spacing: -1px;
    width: 106px;
  }
  .rdo_field .ipt_div.pd {
    width: calc(100% - 110px);
    padding-left: 18px;
  }
  .rdo_field .ipt_rdo_div {
    margin-right: 8px;
  }
  .rdo_field .ipt_rdo_div:last-child {
    margin-right: 0;
  }

  .complete h2 strong {
    font-size: 1rem;
    line-height: 24px;
    color: #0d2a5e;
  }

  .content.member_info_modify {
    padding: 4px 0;
  }
  .member_info_modify .member_form2 {
    padding: 0;
    text-align: left;
  }
  .member_info_modify .member_form2 .ipt_field {
    margin-top: 12px;
    font-size: 0;
  }
  .member_info_modify .member_form2 .ipt_field > * {
    display: inline-block;
    vertical-align: middle;
  }
  .member_info_modify .member_form2 .member_info_field {
    margin-bottom: 0;
    height: 48px;
  }
  .member_info_modify .ipt_label {
    width: 110px;
    margin-bottom: 0;
  }
  .member_info_modify .ipt_div > * {
    display: inline-block;
    vertical-align: middle;
  }
  .member_info_modify .ipt_div input:not(.ipt_email) {
    border: 0;
    padding: 0;
    line-height: 24px;
  }
  .member_info_modify .ipt_div .member_info_txt {
    width: calc(100% - 92px);
    line-height: 47px;
  }

  .member_info_field .ipt_div .btn_s2 {
    position: unset;
    height: 48px;
  }
  .btn_s2 {
    width: 88px;
    background: #0d2a5e;
    font-size: 1rem;
    line-height: 18px;
    border-radius: 4px;
  }

  .member_info_modify .ipt_field .ipt_div.pd {
    padding: 0;
  }

  .member_info_modify .member_form2 .email_field {
    margin-top: 0;
  }
  .member_info_modify .member_form2 .email_field .ipt_div {
    display: flex;
  }
  .member_info_modify .member_form2 .rdo_field {
    padding-top: 16px;
  }
  .member_info_modify .member_form2 .rdo_field .ipt_div {
    padding-left: 20px;
  }
  .member_info_modify .member_form2 .ipt_rdo_div .label_rdo span {
    font-size: 1rem;
  }

  .member_info_modify .member_form2 .service_field > * {
    display: inline-block;
    vertical-align: top;
  }
  .member_info_modify .member_form2 .service_field .ipt_label {
    padding-top: 12px;
  }
  .service_field .ipt_div {
    width: calc(100% - 110px);
  }
  .service_field .service_join_state div {
    width: calc(100% - 100px);
  }
  .service_join_state {
    width: 100%;
  }
  .service_join_state > * {
    vertical-align: top;
  }
  .service_join_state span {
    display: block;
    width: 100%;
    background: #efefef;
    border: 1px solid #c0c0c0;
    font-size: 1rem;
    height: 48px;
    padding-top: 15px;
  }
  .service_join_state p {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    margin-top: 4px;
    white-space: nowrap;
  }
  .service_join_state .go_link {
    width: 88px;
    height: 48px;
    border-radius: 4px;
    background: #0d2a5e;
    text-align: center;
    padding: 12px 0 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0 12px;
  }
  .service_join_state.joined .go_link {
    background: #c0c0c0;
    color: #fff;
  }
  .service_join_state.joined:not(.join_sns) span {
    background: #fff;
    border: 1px solid #0d2a5e;
    color: #0d2a5e;
  }
  .service_join_state.join_sns span {
    width: auto;
    height: 48px;
    border: 0;
  }

  .select_div.active .select_option {
    top: 47px;
    left: 0;
  }

  /* MODAL */
  .modal_wrap .modal {
    min-width: unset;
    width: calc(100% - 32px);
    padding: 0 18px 20px;
  }
  .alert_modal .modal_top {
    padding: 20px 0;
  }

  .alert_modal .modal_top strong {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }
  .alert_modal .modal_cont {
    padding: 29px 0;
  }
  .alert_modal .modal_cont p {
    font-size: 1rem;
  }
  .alert_modal .modal .btn_close {
    display: none;
  }

  .member_modal {
  }
  .member_modal .modal_bg {
    display: none;
  }
  .member_modal .modal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: translate(0, 0);
    padding: 44px 0 49px;
  }
  .member_modal .modal_top {
    background: #fff;
    padding: 37px 16px;
    border-bottom: 2px solid #0d2a5e;
    height: 97px;
  }
  .member_modal .modal_top h1 {
    color: #0d2a5e;
    font-size: 20px;
    padding-left: 32px;
    line-height: 26px;
  }
  .member_modal .modal .btn_close {
    width: 24px;
    height: 24px;
    background: url(../climages/btn_close_modal_m.png) no-repeat 0 0;
    background-size: contain;
    right: unset;
    left: 16px;
    top: 81px;
  }
  .member_modal .member_info_field .ipt_div {
    width: 100%;
  }
  .member_modal .modal_cont {
    padding: 32px 16px;
  }
  .member_modal .modal_cont h2 {
    font-size: 24px;
    color: #0d2a5e;
    text-align: center;
  }
  .member_modal .modal_cont h2.m_tit {
    text-align: left;
    font-size: 18px;
  }
  .member_modal .member_info_field {
    margin-bottom: 24px;
  }
  .member_modal .modal_bottom {
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
  }
  .member_modal .modal_bottom .btn {
    height: 48px;
    font-size: 1rem;
    width: 100%;
    margin: 0;
  }
  .member_modal .modal_bottom .btn + .btn {
    margin-left: 14px;
  }

  .member_modal .modal_cont h3 {
    font-size: 1rem;
  }
  .member_box {
    width: 100%;
    max-width: 706px;
    background: #f7f7f7;
    border-radius: 2px;
    padding: 32px 0;
    text-align: center;
  }
  .member_box .btn-st1 + .btn-st1 {
    margin-top: 16px;
  }
  .member_modal .modal_cont .member_box h2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .member_modal .choice_section button span {
    font-size: 1rem;
  }

  .m_text {
    color: #0d2a5e;
    font-size: 1rem;
  }
  .m_text em {
    color: #0d2a5e;
  }

  .member_modal .id_field input {
    border: 0;
    padding: 0;
    height: initial;
    line-height: 24px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 6px;
    cursor: default;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
    border-radius: 6px;
    cursor: default;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #c0c0c0;
    border-radius: 6px;
  }
  ::-webkit-scrollbar-button {
    display: none;
  }

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus {
    background-color: #fff;
    border-color: #0d2a5e;
  }

  /*이용약관*/
  .terms2 h2 {
    text-align: center;
    padding-top: 5px;
  }

  .member_tab li a {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .member_tab_cont .select_div {
    width: 100%;
  }
  .top_div .logo {
    width: 160px;
    height: 22px;
    background-size: contain;
  }
}

/***** Desktop & Tablet *****/
@media all and (min-width: 826px) {
  .mo {
    display: none !important;
  }
  /*.term_div{display:block!important;}*/
}

@media all and (min-height: 1300px) {
  .wrapper3 {
    height: 100vh;
  }
}
