@font-face 
{
  font-family: 'NanumBarunGothic';
  src: local("NanumBarunGothic");
  src: url("/res/font/NanumBarunGothic.eot");
  src: url("/res/font/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), url("/res/font/NanumBarunGothic.woff") format("woff"), url("/res/font/NanumBarunGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}

@font-face 
{
  font-family: 'NanumBarunGothic';
  src: local("NanumBarunGothicBold");
  src: url("/res/font/NanumBarunGothicBold.eot");
  src: url("/res/font/NanumBarunGothicBold.eot?#iefix") format("embedded-opentype"), url("/res/font/NanumBarunGothicBold.woff") format("woff"), url("/res/font/NanumBarunGothicBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; 
}

.font-color-white
{
  color: white;
}

.font-color-grey
{
  color: #8B8B8B;
}

.font-color-blue
{
  color: #2196F3;
}

.font-color-lightblue
{
  color: #afd7fa;
}

.font-color-red
{
  color: #EF5350;
}

.font-weight-bold
{
  font-weight: bold;
}

.hide
{
  display: none;
}

.show
{
  display: block;
}

html, body
{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100vh;
}

body 
{
  color: #030303;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Pretendard-Medium', NanumBarunGothic, '나눔바른고딕', 'Malgun Gothic', '맑은 고딕', helvetica, sans-serif;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  padding-left: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background: url(/resource/images/checkbox.svg) no-repeat;
}

input[type="checkbox"]:checked + label {
  background-position: 0 -16px;
}

input[type="text"], input[type="password"], input[type="number"]
{
  width: 384px;
  height: 50px;
  box-sizing: border-box;
  padding: 3px 11px;
  line-height: 18px;
  float:left; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
}

input[type='text'][name='admin-email'] {
  margin-bottom: 7px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus
{
  outline: none; 
  border: 1px solid #2196F3 !important;
}

input[type="text"][verify="false"], input[type="password"][verify="false"], input[type="number"][verify="false"]
{
  border: 1px solid #ef5350;
}

div.checkbox-container 
{
  position: relative;
}

div.checkbox-container input[type="checkbox"]
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}

div.checkbox-container input[type="checkbox"] + label
{
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 3px;
  font-size: 15px;
  font-weight: normal;
}

div.checkbox-container input[type="checkbox"] + label + a
{
  font-size: 11px;
  margin-left: 4px;
}

::placeholder {
  font-size: 14px; /* 폰트 크기 설정 */
  font-weight: 300; /* 폰트 굵기 설정 */
}

a.termsInfo
{
  color:#030303; 
  text-decoration: none; 
}

a.termsInfo:hover
{
  text-decoration: underline;
}

div.checkbox-container input[type="checkbox"] + label:before
{
  display: inline-block;
}

div.content_left
{
  /* position: relative;   */
  /*left: 50%;*/
  /*top: 50%;*/
  float: left;
  width: 36%;
  height: 100%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

div.content_left img {
  /* position: absolute;
  top: 350px;
  left: 300px; */
}

div.content
{
  /* position: relative;   */
  /*left: 50%;*/
  /*top: 50%;*/
  height: 100%;
}


div.content.step1,
div.content.step2,
div.content.step3,
div.content.redirect
{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  /* margin-right: 133px; */
}
div.content.download
{
  margin-left: -374px;
  /*margin-top: -419px;*/
}

div.content.download .layout-left
{
  float: left;
  width: 750px;
  height: 837x;
  padding: 0px;
  margin-top: 80px;
}

div.content.step2 .layout-right
{
  float: right;
  width: 255px;
  height: 522px;
  margin-top: 80px;
  margin-left:80px;
}

div.home
{
  width: 100%;
  height: 80px;
  text-align: right;
}

div.home img
{
  width: 30px;
  margin: 20px;
  alt: "홈페이지 바로가기";
  cursor: pointer;
}

div.content.step1 button.medium,
div.content.step2 button.medium,
div.content.step3 button.medium
{
  font-size: 17px;
  width: 384px;
  height: 57px;
}


div.layout-left .component:not(.first)
{
  margin-top:20px;
}

div.layout-left .component .explain
{
  font-weight: 400;
  line-height: 18px;
  transition-duration: 0.6s;
  font-family: 'Pretendard-Regular';
}

div.step1 .layout-left .component .explain
{
  height: 58px;
  font-size: 13px;
}

div.step2 .layout-left .component .explain
{
  height: 20px;
  font-size: 13px;
  margin-top: 5px;
}

div.step2 .layout-left .component .explain[name='admin-authcode']
{
  height: 0px;
}

div.step3 .layout-left .component .explain
{
  height: 0px;
  font-size: 13px;
  margin-top: 5px;
}

div.content.download div.layout-left .component
{
  padding: 60px;
  margin: 0px; 
}

div.layout-right .component
{
  margin-top: 60px;
  color: white;
  font-size: 23px;
  line-height:40px;
}

div.layout-right .slide_wrap 
{ 
  position: relative;
  width: 315px; 
  margin: auto; 
  padding-bottom: 30px; 
}
div.layout-right .slide_box 
{ 
  width: 100%; 
  margin: auto; 
  overflow-x: hidden; 
}
div.layout-right .slide_content 
{ 
  display: table; 
  float: left; 
  width: 315px; 
  height: 522px; 
}

div.checkbox-container + .explain
{
  margin-left: 39px;
}

.btn_black
{
  color: #FFFFFF;
  background: #222222;
  border-radius: 10px;
  border: 0px;
  cursor: pointer;
}

.btn_black:hover
{
  background-color: #3D3D3D;
}

.btn_black:active
{
  background-color: #383838;
}

.btn_black:disabled 
{
  background-color: #AFAFAF;
  cursor: auto;
}

.btn_white
{
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
}

.btn_white:hover
{
  background-color: #F2F2F2;
}

.btn_white:active
{
  background-color: #EDECEC;
}

.btn_white:disabled 
{
  background-color: #EDECEC;
  cursor: auto;
}

div.content.step1 button.large, 
div.content.step2 button.large, 
div.content.step3 button.large
{
  width: 328px;
  height: 58px;
  font-size:18px;
}

div.content.download button
{
  width: 343px;
  height: 58px;
  color: black;
  font-size: 18px;
  box-shadow: 1px 2px 2px 2px lightgray;
  border: 1px solid black;
  border-radius: 1.3rem;
  background-color: black;
  transition-duration: 0.4s;
  font-weight: bold;
  cursor: pointer;
}

div.content.download button
{
  outline: none; 
}

div.content.download button.yellow
{
  background-color: #ffee58;
}

div.content.download button.gray
{
  background-color: rgba(0, 0, 0, 0.05);
}

div.content.download button.yellow:hover
{
  border: 1px solid #ffee58;
}

div.content.download button.gray:hover
{
  background-color: #ffee58;
  border: 1px solid #ffee58;
}

div.line hr
{
  border: 0px;
  border-top: 1px dashed rgba(143, 143, 143, 0.61);
  padding: 0px;
  margin: 0px;
}

div.popup_alert{
  width : 442px;
  height: 427px;
  position: absolute;
  z-index: 129;
  border-radius: 12px;
  border: none;
  background: #FFFFFF;
  padding: 20px;
  font-size:15px;
}
div.popup_alert ul{
  list-style:none;
  padding-left:0px;
}
div.popup_alert ul li{
 margin-bottom:8px;
}
div.popup_alert button.large{
  color: white;
  background-color: #0059a6;
  transition-duration: 0.4s;
  border: 0px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  width: 119px;;
  height: 43px;
  font-size: 15px;
}

div.popup_alert button.small {
  color: #000000;
  background-color: #ffffffff;
  font-weight: bold;
  cursor: pointer;
  border: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

.bg_shadow {
  width: 100%;
  background: rgb(51, 51, 51) none repeat scroll 0% 0%;
  height: 100%;
  position: fixed;
  z-index: 130;
  opacity: 0.5;
}

div.content .layout-center
{
  padding: 60px;
  margin: 0px 0px 80px 0px;
  width: 600px;
  color:#ffffff;
}

div.layout-center .title
{
  font-size: 40px;
  line-height:35px;
  font-weight: bold;
}

div.layout-center .component:not(.first)
{
  margin-top:30px;
}

div.layout-center .component .title
{
  font-size: 13px;
  line-height:13px;
  margin-bottom:14px;
  font-weight: bold;
}

@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

div.content_left_txt_1 {
  /* font-family: 'Pretendard-Bold';
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #FF974D; */
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  text-align: center;
  color: #8F96A0;
}

.content_left_box {
  height: 451px;
}
.content_left_box.apply-2 .content_left_txt_2 {
  margin: 0 0 16px 0;
}
div.content_left_txt_2 {
  /* font-family: 'Pretendard-Regular';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8B8B8B;
  margin-top: 12px;
  margin-bottom: 100px; */
  font-family: Pretendard;
font-size: 28px;
font-weight: 700;
line-height: 34.41px;
letter-spacing: -0.01em;
text-align: center;
color: #555555;
margin: 13px 0 16px 0;
}
.content_left_txt_3 {
  color: #555555;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 50px;
}
.content_left_txt_3 span {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.87px;
  letter-spacing: -0.01em;
  text-align: center;


}
.apply-img-box {
  text-align: center;
  width: 100%;
}
.apply-img-box img {
  width: calc(100% - 20px);
  padding: 0 10px;
}
.apply-img-box img.img-1 {
  max-width: 320px !important;
}
.apply-img-box img.img-2 {
  max-width: 497px !important;
}
.apply-img-box img.img-3 {
  max-width: 497px !important;
}
.apply-2-text {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.9px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #707070;
  text-align: center;
  margin-top: -10px;
}
div.layout-left .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

div.step2_title, div.step3_title {
  font-size: 14px;
  margin-bottom: 7px;
}

.btn_help {
  margin-top: 21px;
  border: 1px solid #AEAEAE;
  border-radius: 5px;
  width: 291px;
  height: 63px;
  font-size: 14px;
  color: #8B8B8B;
}

.btn_help_ok {
  width: 91px;
  height: 38px;
  background: #222222;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

button {
  font-family: 'Pretendard-Medium';
}
.custom_select {
  position: relative;
}
.custom_select .selected-value {
  width: 384px;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 11px;
  line-height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  
  font-family: Pretendard;
  font-style: normal;
  line-height: normal;
  font-size: 14px; /* 폰트 크기 설정 */
  font-weight: 200;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.custom_select.mb .selected-value { /* 모바일 사이즈 */
  width: 295px;
  font-size: 14px; /* 폰트 크기 설정 */
  font-weight: 200;
  letter-spacing: -1px;
  cursor: pointer;
}
.custom_select .selected-value .arrow {
  transition: .3s;
  width: 10px !important;
  height: 6px !important;
  max-width: 10px;
}
.custom_select .selected-value .arrow.rotate {
  rotate: 180deg;
}
.custom_select .selected-value .value {
  color: #222;
  font-weight: 500;
}
.custom_select .selected-value .value.placeholder {
  color: #939393;
  font-weight: 300;
  font-size: 14px;
}
.custom_select.mb .selected-value .value {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}
.custom_select.mb .selected-value .value.placeholder {
  color: #939393;
  font-weight: 200;
}
.custom_select .arrow {
  margin-left: auto;
  margin-right: 9px;
}
.custom_select ul {
  top: 55px;
  position: absolute;
  width: 384px;
  box-sizing: border-box;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 0px 10px 14px rgba(0, 0, 0, 0.06), 0px 14px 32px rgba(0, 0, 0, 0.12);
  padding: 5px 4px;
  max-height: 160px;
  overflow-y: auto;
  z-index: 90;
}
.custom_select.mb ul {
  width: 295px;
  padding: 5px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 90;
}
.custom_select ul li {
  list-style: none;
}
.custom_select ul .option {
  padding: 3px 12px;
  color: #808080;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: -0.5px;
}
.custom_select ul .option:hover {
  background: #F4F4F4;
}
.custom_select ul .option:active {
  background: #F4F4F4;
  color: #222;
}
.custom_select .input_etc {
  margin-top: 10px;
}
.custom_select.mb .input_etc {
  margin-top: 7px;
}
/* 크롬, 사파리, 엣지 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 파이어폭스 */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.form-box-area {
  overflow-y: auto;
  padding: 30px 50px;
}

/* 마케팅 활용 관련 리뉴얼 */
.mkt-text-box :is(p, li, ul, h2, h3) {
  /* 리셋 */
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  list-style: none;
  padding-left: 0;
}

.mkt-text-box {
  margin-top: 5px;
  margin-left: 23px;
  letter-spacing: -0.5px;
  text-align: left;

  @media (min-width: 992px) {
    margin-top: 7px;
    margin-left: 25px;
  }
}

.mkt-text-box .text {
  color: #7E7E7E;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

  @media (min-width: 992px) {

    color: #939393;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.mkt-text-box .text span {
  color: #2196F3;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 992px) {

    color: #2196F3;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.mkt-text-box ul {
  margin-top: 9px;

  @media (min-width: 992px) {

    margin-top: 6px;
  }
}

.mkt-text-box ul li {
  color: #333;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  /* 18.2px */
  @media (min-width: 992px) {

    color: #222;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
  }
}
.join-step_1 div.checkbox-container input[type="checkbox"] + label {
  margin-left: 0;
  @media (min-width: 992px) {
    margin-left: 3px;
  }
}