
body{
  font-family: "YDIYGO320";
}
header > .inner_box{
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1726px;
  height: 100%;
  box-sizing: border-box;
}
header{
  height: 86px;
  background: url('/images/bg.jpg') no-repeat;
}
header .logo_box img{
  max-width: 300px;

}

header .header_util_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_util_box > li{
  font-family: "YDIYGO320";
  font-size: 20px;
  color: #fff;
  position: relative;
}
header .header_util_box > li:not(:first-of-type){
  padding-left: 30px;
  margin-left: 30px;;
}
header .header_util_box > li:not(:first-of-type):after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:50%;
  transform:translateY(-50%);
  width: 1px;
  height: 77.78%;
  border-right: 1px solid #fff;
}


.content_box{
  padding-top:250px;
  padding-right:16px;
  padding-left:16px;
  padding-bottom: 250px;
}

.narrow_box {
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;
}
.wide_box {
  max-width: 100%;
  width: 1726px;
  margin: 0 auto;
  box-sizing: border-box;
}
.narrow_box640{
  margin-right: auto;
  margin-left: auto;
  max-width: 635px;
  width: 100%;
  box-sizing: border-box;
}

.narrow_box1200{
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.narrow_box1400{
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}



.tit_h2 {
  font-family: "YDIYGO330";
  margin-bottom: 40px;
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 1em;
  text-align: center;
}

.caution_box {
  padding: 25px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.caution_box .caution_tit {
    font-family: "YDIYGO330";
    font-size: 14px;
    line-height: 16px;
    /* font-weight: 600; */
    padding-left: 16px;
    margin-bottom: 15px;
    background: url('/images/ico_caution.png') left center / 12px no-repeat;
}
.ul_type01 > li {
    font-family: "YDIYGO320";
    position: relative;
    padding: 4px 0 5px 8px;
    font-size: 14px;
    line-height: 16px;
    /* font-weight: 300; */
}
/* .txt_bold{
  font-family: "YDIYGO330";
} */
.txt_bold{
  font-weight: 600;
}
.marker_p {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #CF363F;
  margin-top: 10px;
}





label{
  padding: 0 0 0 10px;
  font-family: "YDIYGO330";
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  /* font-weight: 700; */
}

/*login*/


/* .login_input_box label{
  font-family: "YDIYGO320";
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  font-weight: 700;
} */

.login_box .login_input_box > form input{
  margin-bottom: 10px;
}
.login_box .login_input_box > form .input_pw_box {
  margin-bottom: 40px;
}

.login_box .login_input_box input[type="submit"] {
  border-radius: 10px;
}

/* .login_box .login_util_box > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
} */
.login_box .login_util_box {
  margin-bottom: 50px;
  color: #909090;
  text-align: center;
}
.login_box .login_util_box > a {

  font-size: 14px;
  line-height: 14px;
  /* font-weight: 300; */
  color: #909090;
}
/* .login_box .login_input_box .btn_find:not(:last-of-type) {
  margin-right: 41px;
  position: relative;
} */

/* .login_box .login_input_box .btn_find:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 6px;
  height: 12px;
  width: 1px;
  border-right: 1px solid #909090;
} */

.login_box .login_sns_box .sns_tit {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  /* font-weight: 300; */
  color: #909090;
  text-align: center;
  margin-bottom: 30px;
}
.login_box .login_sns_box .sns_tit > span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.login_box .login_sns_box .sns_tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  border-top: 1px solid #909090;
}
.login_box .login_sns_box .btn_type01.btn_sns {
  background-color: #03c75a;
  color: #fff;
}
.login_box .login_sns_box .btn_type01.btn_sns > span {
  display: inline-block;
  padding-left: 20px;
  background: url("/img/ico_naver.png") left center/ 14px no-repeat;
}
.login_box .tab_box .tab_con_box.on {
  display: block;
}
.login_box .tab_box .tab_con_box {
  display: none;
}
.login_box .tab_box ul.tab_index_box {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.login_box .tab_box ul.tab_index_box li {
  width: calc(50% - 5px);
}
.login_box .tab_box ul.tab_index_box li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  /* font-weight: 300; */
  color: #909090;
  box-sizing: border-box;
  text-align: center;
}
.login_box .tab_box ul.tab_index_box li.active a {
  /* font-weight: 700; */
  color: #202020;
  border: 1px solid #202020;
}
.login_box .tab_box ul.tab_index_box li:not(:nth-of-type(2n)) {
  margin-right: 10px;
}
.login_box .tab_box .tab_con_box > .caution_box {
  margin-bottom: 30px;
}




.login_box .find_info_box .writing_box.on {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.login_box .find_info_box .confirm_box {
  max-height: 0;
  display: none;
}

.login_box .find_info_box .confirm_box.on {
  max-height: 300px;
  display: block;
}

.check_terms label::before {
    background-position: -216px -96px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}



.btn_type01, input.btn_type01{
  font-family: "YDIYGO330";
  display: block;
  margin: 0 auto;
  /* padding: 10px 20px; */
  text-align: center;
  width: 106px;
  height: 60px;
  font-size: 17px;
  line-height: 16px;
  /* font-weight: 600; */
  background-color: #ff8f31;
  color: #fff !important;
  box-sizing: border-box;
  border: 0;
}
.btn_type01.txt_normal{
  font-family: "YDIYGO320";
}

input[type='text'],input[type='number'],input[type='password'],input[type='email'] {
  font-family: "YDIYGO320";
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  /* font-weight: 300; */
  color: #202020;
  background-color: #f6f6f6;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

/* 아이디찾기 */
.find_box label{
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  /* font-weight: 700; */
}
.find_box input{
  margin-bottom: 10px;
}
.find_box .login_util_box {
  font-family: "YDIYGO320";
  margin-bottom: 50px;
  color: #909090;
  text-align: right;
  font-size: 14px;
}
.find_box .login_util_box > a:hover {
  text-decoration: underline;
}
.input_email_box{
  margin-bottom: 30px;
}
.input_email_box > label{
  display: block;
}
.input_email_box > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_email_box > div > input{
  max-width: calc(50% - 10px);
}
.find_info_box .btn_type01{
  width: 150px;
}

/* join */

.join_box .tit_h2{
  margin-bottom: 90px;

}

.join_box .btn_type01{
  padding: 17px 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.join_box a:first-of-type{
  margin-bottom: 40px;
}


.join_info_box .tit_h2{
  margin-bottom: 130px;

}




.join_info_box .marker_p{
  display: none;
  padding-left: 10px;
}
.join_info_box .info_items_box > ul{
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 200px; */
  column-gap: 11.8%;
  margin-bottom: 200px;
}
.join_info_box .info_items_box > ul > li{
  margin-bottom: 13px;
  width: calc(50% - 5.9%);
}
.ui-widget-header .ui-icon {
    background-image: url('/images/ui-icons_444444_256x240.png') !important;
}
.ui-datepicker-title select{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.join_info_box .btn_type01, .join_info_box input.btn_type01{
  width: 130px;
}
@media screen and (max-width: 768px) {

  header .header_util_box > li:not(:first-of-type) {
      padding-left: 10px;
      margin-left: 10px;
  }
  header .header_util_box > li {
    font-size: 14px;
  }
  .content_box{
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .join_info_box .tit_h2 {
    margin-bottom: 80px;
  }
  .join_info_box .info_items_box > ul{
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  header {
    position: relative;
  }
  header .header_util_box{
    position: absolute;
    right: 16px;
    bottom: 8px;;
  }

  header > .inner_box{
    padding-left: 0;
  }
  header .logo_box{
        margin: 0 0 5px;
  }
  header .logo_box > img {
    max-width: 250px;
  }
  header .header_util_box > li:not(:first-of-type) {
      padding-left: 10px;
      margin-left: 10px;
  }
  header .header_util_box > li {
    font-size: 14px;
  }
  .join_info_box .info_items_box > ul{
    display: block
  }
  .join_info_box .info_items_box > ul > li{
    width: 100%;
  }

}
