.w700 {
  font-weight: 700;
}

.w600 {
  font-weight: 600;
}

.w300 {
  font-weight: 300;
}

.f12 {
  font-size: 12px
}

.f14 {
  font-size: 14px;
}

.f14_w300 {
  font-size: 14px;
  font-weight: 300;
}

.f14_w400 {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.f12_w300 {
  font-size: 12px !important;
  font-weight: 300 !important;
}

.f12_w400 {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f28_w700 {
  font-size: 28px;
  font-weight: 700;
}

.co_pri_light {
  color: #2DB2FF;
}

.co_pri {
  color: #008cdc !important;
}

.co_gray999 {
  color: #999 !important;
}

.co_gray888 {
  color: #888 !important;
}

.co_gray777 {
  color: #777 !important;
}

.co_gray_aaa {
  color: #aaa !important;
}

.co_deepblue {
  color: #3a63c7;
}

.co_fail {
  color: #FF334B;
}
.co_red_dis{
  color:#FFB8BC
}

.co_orange {
  color: #f14b1d;
}

.co_pri_bg {
  background: #008cdc !important;
}

.co_graydis_bg {
  background: #f6f6f6 !important;
}

.block {
  display: block;
}

.co_black {
  color: #333 !important;
}

.hd {
  overflow: hidden;
}

.pri_btn {
  background: #008cdc !important;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  height: 56px;
}

.pri_btn_stroke {
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  width: 100%;
  height: 56px;
}

.pri_btn_stroke_blue {
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #008cdc;
  color: #008cdc;
  width: 100%;
  height: 56px;
}

.pri_btn_dis {
  background: #f6f6f6 !important;
  border-radius: 8px;
  color: #aaa;
  width: 100%;
  height: 56px;
}

.input_box {
  margin: 40px 0 16px;
  position: relative;
}


.login_slide .input_box input {
  background: #fff;
  width: 327px;
  height: 56px;
  border: 1px solid #eaeaea;
  padding: 20px 16px;
  color: #aaa;
  border-radius: 8px;
}

.input_box input {
  width: 100%;
  height: 56px;
  border: 1px solid #eaeaea;
  padding: 20px 16px;
  color: #aaa;
  border-radius: 8px;
}

.btn_stroke_s {
  background: #fff !important;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  height: 32px;
  padding: 0 16px;
}

.btn_stroke_s_dis {
  background: #eee !important;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  height: 32px;
  padding: 0 16px;
}

.btn_stroke_m_dis {
  background: #eee !important;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  width: 80px;
  height: 40px;
}

.btn_stroke_m {
  background: #fff !important;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  height: 40px;
  padding: 0 16px;
}

.input_box_one input {
  background: #fff;
  height: 48px;
  border: 1px solid #eaeaea;
  text-align: center;
  color: #aaa;
  border-radius: 8px;
}

.input_box .one_col_pw {
  text-align: center;
  padding: 0 !important;
}

.join_box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px 48px;
  box-sizing: border-box;
}

.brand_tag {
  background: #E2F5FF;
  border-radius: 4px;
}

.join_box .user_Staff {
  width: 156px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 32px 20px;
  position: relative;
  height: 100%;
}

@media (max-width:680px) {

  .join_box .user_Staff {
    width: 100%;
  }
}

.join_box .user_Staff img {
  width: 56px;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: #aaa;
  font-weight: 300;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* 닉네임 중복확인 체크 */
.check_agree {
  position: relative;
  padding-left: 20px;
  display: none;
}

.check_agree.active {
  display: block;
}

.check_agree:after {
  content: "";
  width: 12px;
  height: 8px;
  border-top: 1px solid #3a63c7;
  border-right: 1px solid #3a63c7;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 4px;
}

/* 전체 동의 체크버튼*/
input[type="checkbox"] {
  display: none;
}

.all_agree_wrap input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  padding: 2px 0 2px 32px;
  background: url(../images/id_save_none.png) no-repeat;
  color: #999;
  display: flex;
}

.all_agree_wrap input[type="checkbox"]:checked+label {
  background: url(../images/id_save_check.png) no-repeat;
  transition: 0.5s;
  color: #333;
  height: 24px;
}

.agree_wrap input[type="checkbox"]+label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.agree_wrap input[type="checkbox"]+label:after {
  content: "";
  width: 12px;
  height: 8px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
}


.all_agree_wrap2 input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  padding: 2px 0 2px 32px;
  background: url(../images/id_save_none.png) no-repeat;
  color: #999;
  display: flex;
}

.all_agree_wrap2 input[type="checkbox"]:checked+label {
  background: url(../images/id_save_check.png) no-repeat;
  transition: 0.5s;
  color: #333;
  height: 24px;
}

.agree_wrap input[type="checkbox"]+label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.agree_wrap input[type="checkbox"]+label:after {
  content: "";
  width: 12px;
  height: 8px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
}


.radio_wrap input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.radio_wrap label {
  display: inline-block;
  position: relative;
  background: url(../images/radio_off.png) no-repeat 20px 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.radio_wrap input[type="radio"]:checked+.user_Staff {
  background: url(../images/radio_on.png) no-repeat 20px 20px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
}

.radio_wrap_button input[type="radio"] {
  display: none;
}

.radio_wrap_button input+label {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  height: 40px;
  border: 1px solid #333333;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
}

.radio_wrap_button input[type="radio"]:checked+label {
  background: #333;
  color: #fff;
}

.radio_wrap_button input[type="radio"]:checked+label.late_down:after {
  background: url(../images/input_arrow_down_wt.png) no-repeat;
  display: flex;
}

.board_wrap .thumbnail {
  height: 276px;
}

.none {
  display: none !important;
}

table.table_nomal th,
table.table_nomal td {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 10px 16px;
}

table.table_nomal td {
  font-size: 14px;
  font-weight: 300;
}

table.table_nomal th {
  background: #f9fafb !important;
  width: 25%;
  font-size: 12px;
}

.report_radio_wrap {
  position: relative;
}

.report_radio_wrap label {
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

.report_radio_wrap input[type="radio"]:checked+label::after {
  border: 1px solid #008cdc;
}

.report_radio_wrap input[type="radio"]:checked+label::before {
  background: #008cdc;
}

.report_radio_wrap ::before {
  content: "";
  display: flex;
  width: 12px;
  height: 12px;
  background: #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: calc(50% - 5px);
  left: 6px;
}

.report_radio_wrap ::after {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.wetube_radio_row {
  position: relative;
  align-items: center;
}

.wetube_radio_row label {
  padding-left: 32px;
  cursor: pointer;
}

.wetube_radio_row input[type="radio"]:checked+label::after {
  border: 1px solid #008cdc;
}

.wetube_radio_row input[type="radio"]:checked+label::before {
  background: #008cdc;
}

.wetube_radio_row ::after {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.wetube_radio_row ::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: 6px;
  left: 6px;
}

.wetube_radio_wrap {
  position: relative;
  height: 36px;
  align-items: center;
}

.wetube_radio_wrap label {
  padding-left: 26px;
  cursor: pointer;
}

.wetube_radio_wrap input[type="radio"]:checked+label::after {
  border: 1px solid #008cdc;
}

.wetube_radio_wrap input[type="radio"]:checked+label::before {
  background: #008cdc;
}

.wetube_radio_wrap ::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  left: 4px;
}

.wetube_radio_wrap ::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  background: #eaeaea;
  border-radius: 999px;
  position: absolute;
  top: calc(50% - 4px);
  left: 8px;
}

/* Hide Calendar Icon In Chrome */
input[type="date"],
input[type="time"] {
  position: relative;
  background: url(../images/input_arrow_down.png)no-repeat right 16px center / 24px auto;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-clear-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-clear-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="email"]::-webkit-calendar-picker-indicator,
input[type="password"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.survey_btn {
  height: 56px;
  background: #008cdc !important;
  color: #fff;
  width: 150px;
  border-radius: 8px;
}

.input_search::placeholder {
  font-weight: 700;
}

.ex_mark_wrap {
  background: #f6f6f6;
  padding: 16px 24px;
  border-radius: 8px;
}

.wetube_read_tit::placeholder {
  font-weight: 700;
}

.all_agree_wrap input[type="password"] {
  border: 1px solid #eee;
  height: 48px;
  border-radius: 4px;
  width: 160px;
  padding: 20px 40px 20px 16px;
}

.all_agree_wrap input[type="password"]::placeholder {
  font-size: 14px;
  font-weight: 300;
}

.all_agree_wrap .input_password {
  position: relative;
}

.all_agree_wrap .input_password .password_view {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}


#secrit~.input_password_wrap {
  display: none;
  opacity: 0;
}

#secrit:checked~.input_password_wrap {
  display: flex;
  opacity: 1;
  transition: .3s;
}

/*
.all_agree_wrap input[type="password"] {
  position: relative;
  background: url(../images/ico_view_gray.png) no-repeat right 16px center;
  cursor: pointer;
} */

select::-ms-expand {
  display: none;
}

.select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.thumb_check input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  background: url(../images/id_save_none.png) no-repeat;
  color: #999;
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
}

.thumb_check input[type="checkbox"]:checked+label {
  background: url(../images/id_save_check.png) no-repeat;
  transition: 0.3s;
  color: #333;
}

.thumb_check .check_text {
  text-indent: -9999px;
}

.chw_table {
  width: 100%;
}

.chw_table th {
  background-color: #F9FAFB;
  font-size: 12px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #eee;
  height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
}

.chw_table td {
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 300;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 0;
  border-left: 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.member_input {
  position: relative;
}
.member_input .timer_code{
  position: absolute;
  right: 100px;top: 20px;

}
/* .member_input .input_tit {
  font-size: 12px;
  font-weight: 300;
  padding: 0 4px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 12px;
} */

.member_input .input_tit {
  display: block;
  position: absolute;
  color: #aaa;
  left: 16px;
  top: 16px;
  font-size: 12px;
  transition: all .2s;
  background: #fff;
  padding: 0 4px;
  z-index: 10
}
.member_input .input_tit {
  font-size: 16px;font-weight: 300;
}
.member_input .mail:focus ~ .input_tit,
.member_input .mail:valid ~ .input_tit {
  font-size: 12px;
  top: -8px;
  color: #333;
  font-weight: bold;
  transition: .2s;
}

.toggleSwitch {
  width: 56px;
  height: 32px;
  display: block;
  position: relative;
  border-radius: 30px;
  background-color: #D4D4D4;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.toggleSwitch .toggleButton {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}

.toggle:checked ~ .toggleSwitch {
  background: #008cdc;
}

.toggle:checked ~ .toggleSwitch .toggleButton {
  left: calc(100% - 28px);
  background: #fff;
}

.toggleSwitch, .toggleButton {
  transition: all 0.2s ease-in;
}

.first-login-pop {
  min-width: 9.5em;
  max-width: 14rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  top: 8%;
  z-index: 1300;
  border-radius: .4em;
  border: 1px solid #D0CECE;
  background-color: #FFFF;
  margin-left: -4rem;
  padding: 1rem;
}

.first-login-pop .triangle {
  width: 1.3rem;
  background-color: #FFFF;
  height: 1.3rem;
  box-shadow:-0.7px 0.7px #D0CECE;
  transform: rotate(135deg);
  position: absolute;
  bottom: 25.5px;
  z-index: 2;
}

.first-login-pop p {
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
}

