/* Common */
.member-title {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 3px solid #dc1e1e;
}

.member-title p {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.member-title p.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
  .member-title {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width:768px) {
  .member-title {
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:576px) {
  .member-title {
    margin-bottom: 10px;
    padding-bottom: 16px;
  }
}


/* Login */
.login .table {
  padding-bottom: 20px;
}

.login .table .row:not(:last-child) {
  margin-bottom: 10px;
}

.login input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border:1px solid #b5b5b5;
  font-size: 1.8rem;
}

.login button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #dc1e1e;
  font-size: 1.8rem;
  font-weight: 700;
  color:#fff;
  transition: var(--transition-basic);
}

.login .sns-wrap {
  /* padding-top: 50px; */
}

.login .sns-wrap p {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.login .sns-wrap p::before,
.login .sns-wrap p::after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 34.6%;
  height: 1px;
  background-color: #bfbfbf;
}

.login .sns-wrap p::before {
  left: 0;
}

.login .sns-wrap p::after {
  right: 0;
}

.login .sns-wrap dl {
  display: flex;
  gap:20px;
}

.login .find-btn-box{
  display: flex;
  justify-content: flex-end;
  padding: 20px 0 8px;
}
.login .find-btn-box .find-btn{
  display: block;
  padding: 3px 10px;
  position: relative;
}
.login .find-btn-box .find-btn + .find-btn:before{
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 10px;
  background-color: #191919;
  content: '';
}

@media screen and (max-width:1200px) {
  .login input {
    font-size: 1.6rem;
  }

  .login button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .login .table {
    padding-bottom: 16px;
  }

  .login .table .row:not(:last-child) {
    margin-bottom: 6px;
  }

  .login input {
    height: 50px;
    padding: 0px 16px;
    font-size: 1.5rem;
  }

  .login button {
    height: 50px;
    font-size: 1.5rem;
  }

  .login .sns-wrap {
    /* padding-top: 36px; */
  }

  .login .sns-wrap p {
    margin-bottom: 30px;
  }

  .login .sns-wrap dl {
    gap:10px;
  }

  .login .find-btn-box .find-btn + .find-btn:before{
    height: 8px;
  }
}
@media screen and (max-width:768px) {
  .login input {
    height: 42px;
    font-size: 1.4rem;
  }

  .login button {
    height: 42px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .login .table {
    padding-bottom: 10px;
  }

  .login .table .row:not(:last-child) {
    margin-bottom: 4px;
  }

  .login input {
    height: 36px;
    padding: 0px 10px;
    font-size: 1.3rem;
  }

  .login button {
    height: 36px;
    font-size: 1.3rem;
  }

  .login .sns-wrap {
    /* padding-top: 24px; */
  }

  .login .sns-wrap p {
    margin-bottom: 20px;
  }

  .login .sns-wrap dl {
    flex-wrap: wrap;
    gap:6px;
  }

  .login .sns-wrap dd {
    flex:1 1 100%;
  }

  .login .sns-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login .sns-wrap img {
    width: 170px;
  }

  .login .sns-wrap #kakaoLoginBtn {
    background-color: #ffe001;
  }

  .login .sns-wrap #googleLoginBtn {
    background-color: #f5f5f5;
  }
}


/* Join */
.join .table .row:not(:last-child) {
  margin-bottom: 10px;
}

.join .table .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  transition: var(--transition-basic);
}

.join .table .btn01 {
  color:#fff;
  background-color: #191919;
}

.join .table .btn02 {
  border:1px solid #191919;
}

@media screen and (max-width:1200px) {
  .join .table .btn  {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .join .table .row:not(:last-child) {
    margin-bottom: 6px;
  }

  .join .table .btn  {
    height: 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .join .table .btn  {
    height: 42px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .join .table .row:not(:last-child) {
    margin-bottom: 4px;
  }

  .join .table .btn  {
    height: 36px;
    font-size: 1.3rem;
  }
}


/* Join Type */
.join-type .table .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #191919;
  font-size: 1.8rem;
  font-weight: 700;
  color:#fff;
  transition: var(--transition-basic);
}

.join-type .sns-wrap {
  padding-top: 50px;
}

.join-type .sns-wrap p {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.join-type .sns-wrap p::before,
.join-type .sns-wrap p::after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 34.6%;
  height: 1px;
  background-color: #bfbfbf;
}

.join-type .sns-wrap p::before {
  left: 0;
}

.join-type .sns-wrap p::after {
  right: 0;
}

.join-type .sns-wrap dl {
  display: flex;
  gap:20px;
}


@media screen and (max-width:1200px) {
  .join-type .table .btn  {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .join-type .table .btn {
    height: 50px;
    font-size: 1.5rem;
  }

  .join-type .sns-wrap {
    padding-top: 36px;
  }

  .join-type .sns-wrap p {
    margin-bottom: 30px;
  }

  .join-type .sns-wrap dl {
    gap:10px;
  }
}
@media screen and (max-width:768px) {
  .join-type .table .btn {
    height: 42px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .join-type .table .btn {
    height: 36px;
    font-size: 1.3rem;
  }

  .join-type .sns-wrap {
    padding-top: 24px;
  }

  .join-type .sns-wrap p {
    margin-bottom: 20px;
  }

  .join-type .sns-wrap dl {
    flex-wrap: wrap;
    gap:6px;
  }

  .join-type .sns-wrap dd {
    flex:1 1 100%;
  }

  .join-type .sns-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .join-type .sns-wrap img {
    width: 170px;
  }

  .join-type .sns-wrap #kakaoLoginBtn {
    background-color: #ffe001;
  }

  .join-type .sns-wrap #googleLoginBtn {
    background-color: #f5f5f5;
  }
}



/* Join Form */
.join-form .table .row:not(:last-child) {
  padding-bottom: 30px;
}

.join-form .table .th {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.join-form .table input,
.join-form .table textarea,
.join-form .table select {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border:1px solid #b5b5b5;
  font-size: 1.8rem;
}

.join-form .table .err-msg {
  display: none;
  font-size: 1.4rem;
  color:#dc1e1e;
  margin-top: 10px;
}

.join-form .table select {
  background-position: right 20px center;
  background-image: url('/asset/img/icon/select01.png');
}

.join-form .table .input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}

.join-form .table .input-wrap dd {
  position: relative;
  flex:1 1 calc(50% - 10px);
  max-width:50%;
}

.join-form .table .input-wrap dd.w100 {
  flex:1 1 calc(100% - 10px);
  max-width: 100%;
}

.join-form .table .input-wrap-search {
  position: relative;
  padding-right:150px;
}

.join-form .table .input-wrap-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  right: 0;
  width: 150px;
  height: 100%;
  background-color: #d9d9d9;
  border: 1px solid #b5b5b5;
  border-left: 0px;
  font-size: 1.8rem;
}

.join-form .table .email-wrap {
  display: flex;
  align-items: center;
}

.join-form .table .email-wrap .box {
  width: 31%;
}

.join-form .table .email-wrap .box03 {
  margin-left: 1.4%;
}

.join-form .table .email-wrap span {
  display: block;
  width: 5.6%;
  text-align: center;
  font-size:1.6rem;
}

.join-form .table .file-wrap {
  display: flex;
  align-items: center;
  gap:20px;
}

.join-form .table .file-wrap label {
  position: relative;
  cursor: pointer;
}

.join-form .table .file-wrap input {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.join-form .table .file-wrap .file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  background-color: #d9d9d9;
  border:1px solid #b5b5b5;
  font-size: 1.6rem;
}

.join-form .table .file-wrap .file-holder {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
  gap:10px;
  width: calc(100% - 170px);
  font-size: 1.6rem;
} 

.join-form .table .file-wrap .file-remove-btn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background: url('/asset/img/icon/close04.png') no-repeat center / cover;
  cursor: pointer;
}

.join-form .table .file-cation {
  font-size: 1.4rem;
  color:#003da6;
  margin-top: 20px;
}

.join-form .agree-wrap {
  margin-bottom: 40px;
}

.join-form .agree-wrap-tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.join-form .agree-check-all {
  padding: 20px 0px;
  border-top: 2px solid #626262;
  border-bottom: 1px solid #bfbfbf;
}

.join-form .agree-check label {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 100px);
  gap:10px;
  cursor: pointer;
}

.join-form .agree-check input {
  position: absolute;
	top:0;
	left:0;
  width: auto;
  height: 100%;
	opacity:0;
  cursor: pointer;
}

.join-form .agree-check i {
  display: inline-block;
  width:22px;
  height:22px;
  background: url('/asset/img/icon/chk01_off.png') no-repeat center / cover;
}

.join-form .agree-check span {
  display: block;
  font-size: 1.8rem;
}

.join-form .agree-check input:checked + i {
  background-image: url('/asset/img/icon/chk01_on.png');
}

.join-form .agree-check-ul li {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}

.join-form .agree-check-ul .question {
  position: relative;
  padding: 20px 0px;
}

.join-form .agree-check-ul .question::after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
  height: 8px;
  background: url('/asset/img/icon/select02.png') no-repeat center / cover;
  transition:transform 0.3s ease;
}

.join-form .agree-check-ul .answer {
  max-height: 0;   
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.join-form .agree-check-ul .answer-txt {
  height: 100px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  overflow-y: auto;
  font-size: 1.6rem;
}

.join-form .btn button {
  display:inline-flex;
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 60px;
  background-color: #dc1e1e;
  font-size: 1.8rem;
  font-weight: 700;
  color:#fff;
  transition: var(--transition-basic);
}

@media screen and (max-width:1200px) {
  .join-form .table .th {
    font-size: 1.6rem;
  }

  .join-form .table input, 
  .join-form .table textarea, 
  .join-form .table select {
    font-size: 1.6rem;
  }

  .join-form .table .err-msg {
    font-size: 1.2rem;
  }

  .join-form .table .file-wrap .file-btn {
    font-size: 1.6rem;
  }

  .join-form .table .file-wrap .file-holder {
    font-size: 1.4rem;
  }

  .join-form .table .file-cation {
    font-size: 1.3rem;
  }

  .join-form .table .email-wrap span {
    font-size: 1.5rem;
  }

  .join-form .table .input-wrap-search button {
    font-size: 1.6rem;
  }

  .join-form .agree-wrap-tit {
    font-size: 1.8rem;
  }

  .join-form .agree-check span {
    font-size: 1.6rem;
  }

  .join-form .agree-check-ul .answer-txt {
    font-size: 1.4rem;
  }

  .join-form .btn button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .join-form .table .row:not(:last-child) {
    padding-bottom: 20px;
  }

  .join-form .table .th {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }

  .join-form .table input, 
  .join-form .table textarea, 
  .join-form .table select {
    height:50px;
    padding: 0px 16px;
    font-size: 1.5rem;
  }

  .join-form .table .err-msg {
    font-size: 1.1rem;
    margin-top: 6px;
  }

  .join-form .table .file-wrap {
    gap:12px;
  }

  .join-form .table .file-wrap .file-btn {
    width: 120px;
    height: 50px;
    font-size: 1.5rem;
  }

  .join-form .table .file-wrap .file-holder {
    width: calc(100% - 132px);
    font-size: 1.3rem;
  }

  .join-form .table .file-wrap .file-remove-btn {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-size: auto 16px;
  }

  .join-form .table .file-cation {
    margin-top: 16px;
    font-size: 1.2rem;
  }

  .join-form .table .email-wrap span {
    font-size: 1.4rem;
  }

  .join-form .table .input-wrap {
    gap:6px;
  }

  .join-form .table .input-wrap-search {
    padding-right: 120px;
  }

  .join-form .table .input-wrap-search button {
    width: 120px;
    font-size: 1.5rem;
  }

  .join-form .agree-wrap {
    margin-bottom: 30px;
  }

  .join-form .agree-wrap-tit {
    margin-bottom: 16px;
    font-size: 1.7rem;
  }

  .join-form .agree-check-all {
    padding: 16px 0px;
  }

  .join-form .agree-check-ul .question {
    padding: 16px 0px;
  } 

  .join-form .agree-check-ul .answer-txt {
    padding: 16px;
    font-size: 1.3rem;
  }

  .join-form .agree-check i {
    width: 20px;
    height: 20px;
  }

  .join-form .agree-check span {
    font-size: 1.5rem;
  }

  .join-form .btn button {
    height: 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .join-form .table .th {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .join-form .table input, 
  .join-form .table textarea, 
  .join-form .table select {
    height:42px;
    font-size: 1.4rem;
  }

  .join-form .table .file-wrap .file-btn {
    width: 100px;
    height: 42px;
    font-size: 1.4rem;
  }

  .join-form .table .file-wrap .file-holder {
    width: calc(100% - 112px);
    font-size: 1.2rem;
  }

  .join-form .table .file-wrap .file-remove-btn {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }

  .join-form .table .file-cation {
    margin-top: 10px;
    font-size: 1.1rem;
  }

  .join-form .table .email-wrap span {
    font-size: 1.4rem;
  }

  .join-form .table .input-wrap-search {
    padding-right: 100px;
  }

  .join-form .table .input-wrap-search button {
    width: 100px;
    font-size: 1.4rem;
  }

  .join-form .agree-wrap-tit {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .join-form .agree-check span {
    font-size: 1.4rem;
  }

  .join-form .agree-check-ul .answer-txt {
    font-size: 1.2rem;
  }

  .join-form .btn button {
    height: 42px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .join-form .table input, 
  .join-form .table textarea, 
  .join-form .table select {
    height: 36px;
    padding: 0px 10px;
    font-size: 1.3rem;
  }

  .join-form .table .err-msg {
    font-size: 1rem;
    margin-top: 4px;
  }

  .join-form .table select {
    background-position: right 10px center;
  }

  .join-form .table .email-wrap {
    flex-wrap: wrap;
  }

  .join-form .table .email-wrap .box01,
  .join-form .table .email-wrap .box02 {
    width: 47.2%;
  }

  .join-form .table .email-wrap .box03 {
    width: 100%;
    margin-left: 0px;
    margin-top: 6px;
  }

  .join-form .table .email-wrap span {
    font-size: 1.3rem;
  }

  .join-form .table .file-wrap {
    gap:8px;
  }
  
  .join-form .table .file-wrap .file-btn {
    width: 80px;
    height: 36px;
    font-size: 1.3rem;
  }

  .join-form .table .file-wrap .file-holder {
    width: calc(100% - 88px);
    font-size: 1.1rem;
  }

  .join-form .table .file-wrap .file-remove-btn {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background-size: auto 12px;
  }

  .join-form .table .file-cation {
    margin-top: 6px;
    font-size: 1rem;
  }

  .join-form .table .input-wrap-search button {
    font-size: 1.3rem;
  }

  .join-form .agree-wrap {
    margin-bottom: 20px;
  }

  .join-form .agree-wrap-tit {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  .join-form .agree-check-all {
    padding: 12px 0px;
  }

  .join-form .agree-check label {
    gap:6px;
  }
  
  .join-form .agree-check i {
    width: 14px;
    height: 14px;
  }

  .join-form .agree-check span {
    font-size: 1.3rem;
  }

  .join-form .agree-check-ul .question {
    padding: 12px 0px;
  } 

  .join-form .agree-check-ul .question::after {
    height: 6px;
    background-size: auto 6px;
  }

  .join-form .agree-check-ul .answer-txt {
    padding: 12px;
    font-size: 1.1rem;
  }

  .join-form .btn button {
    height: 36px;
    font-size: 1.3rem;
  }
}


/* Join Form Business */
.join-form .business-wrap .tit {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #626262;
}

.join-form .business-wrap .tit .t01 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.join-form .business-wrap .tit .t02 {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width:1200px) {
  .join-form .business-wrap .tit .t01 {
    font-size: 1.8rem;
  }

  .join-form .business-wrap .tit .t02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .join-form .business-wrap .tit {
    margin-bottom: 30px;
    padding-bottom: 16px;
  }

  .join-form .business-wrap .tit .t01 {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }

  .join-form .business-wrap .tit .t02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .join-form .business-wrap .tit {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .join-form .business-wrap .tit .t01 {
    font-size: 1.6rem;
  }

  .join-form .business-wrap .tit .t02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {

}


/* Join Complete */
.join-complete .join-complete-comment {
  margin: 40px 0px;
}

.join-complete .join-complete-comment .textarea {
  width: 100%;
  padding: 50px 10px;
  background-color: #f5f5f5;
}

.join-complete .join-complete-comment .textarea p:not(:last-child) {
  margin-bottom: 30px;
}

.join-complete .join-complete-comment .textarea .t01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

.join-complete .join-complete-comment .textarea .t02 {
  font-size: 1.6rem;
  line-height: 1.7;
}

.join-complete .btn-group {
  display: flex;
  gap:10px;
}

.join-complete .btn-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex:1 1 50%;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: var(--transition-basic);
}

.join-complete .btn-group .btn01 {
  border:1px solid #191919;
}

.join-complete .btn-group .btn02 {
  color:#fff;
  background-color: #dc1e1e;
}

@media screen and (max-width:1200px) {
  .join-complete .join-complete-comment .textarea .t01 {
    font-size: 1.6rem;
  }

  .join-complete .join-complete-comment .textarea .t02 {
    font-size: 1.4rem;
  }

  .join-complete .btn-group .btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .join-complete .join-complete-comment {
    margin: 20px 0px;
  }

  .join-complete .join-complete-comment .textarea {
    padding: 36px 6px;
  }

  .join-complete .join-complete-comment .textarea p:not(:last-child) {
    margin-bottom: 20px;
  }

  .join-complete .join-complete-comment .textarea .t01 {
    font-size: 1.5rem;
  }

  .join-complete .join-complete-comment .textarea .t02 {
    font-size: 1.3rem;
  }

  .join-complete .btn-group .btn {
    height: 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .join-complete .join-complete-comment .textarea .t01 {
    font-size: 1.4rem;
  }

  .join-complete .join-complete-comment .textarea .t02 {
    font-size: 1.2rem;
  }

  .join-complete .btn-group .btn {
    height: 42px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .join-complete .join-complete-comment {
    margin: 16px 0px;
  }

  .join-complete .join-complete-comment .textarea {
    padding: 24px 6px;
  }

  .join-complete .join-complete-comment .textarea p:not(:last-child) {
    margin-bottom: 16px;
  }

  .join-complete .join-complete-comment .textarea .t01 {
    font-size: 1.3rem;
    line-height:1.5;
  }

  .join-complete .join-complete-comment .textarea .t02 {
    font-size: 1.1rem;
    line-height:1.5;
  }

  .join-complete .btn-group .btn {
    height: 36px;
    font-size: 1.3rem;
  }
}


/* Privacy */
.privacy .textarea {
  border:1px solid #bfbfbf;
  padding: 20px;
  height: 600px;
  overflow-y: auto;  
}

.privacy .textarea p {
  font-size: 1.6rem;
}

@media screen and (max-width:1200px) {
  .privacy .textarea p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:1024px) {
  .privacy .textarea {
    padding: 16px;
    height: 400px;
  }

  .privacy .textarea p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:768px) {
  .privacy .textarea {
    height: 360px;
  }

  .privacy .textarea p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:576px) {
  .privacy .textarea {
    height: 300px;
    padding: 12px;
  }

  .privacy .textarea p {
    font-size: 1.1rem;
  }
}

.th-find-tit{
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.login .email-wrap {
  display: flex;
  align-items: center;
}

.login .email-wrap .box {
  width: 47%;
}

.login .email-wrap span {
  display: block;
  width: 6%;
  text-align: center;
  font-size:1.6rem;
}
.login .email-wrap select {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border:1px solid #b5b5b5;
  font-size: 1.8rem;
  background-position: right 20px center;
  background-image: url('/asset/img/icon/select01.png');
}


.find-com-plte{
  padding: 80px 40px;
  border: 1px solid #b5b5b5;
}

.find-com-plte .com-tit-box{
  text-align: center;
  font-size: 2.4rem;
}

.find-com-plte .com-tit-box span{
  text-decoration: underline;
  color: #004899;
  font-weight: 700;
}

.find-com-plte .com-btn-box{
  margin-top: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.find-com-plte .com-btn-box .com-btn{
  width: calc(50% - 5px);
  padding: 14px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.find-com-plte .com-btn-box .com-btn.bg-red{
  background-color: #dc1e1e;
}
.find-com-plte .com-btn-box .com-btn.bg-unred{
  background-color: #ed8e8e;
}

@media all and (max-width:1200px){
  .login .email-wrap select {
    font-size: 1.6rem;
  }
}

@media all and (max-width:1024px){
  .find-com-plte .com-tit-box{
    font-size: 2.0rem;
  }
  .th-find-tit{
    font-size: 1.6rem;
  }

  .login .email-wrap select {
    height:50px;
    padding: 0px 16px;
    font-size: 1.5rem;
  }
}

@media all and (max-width:768px){
  .login .email-wrap select {
    height:42px;
    font-size: 1.4rem;
  }

  .find-com-plte{
    padding: 40px 20px;
  }

  .find-com-plte .com-tit-box{
    font-size: 1.8rem;
  }

  .find-com-plte .com-btn-box .com-btn{
    font-size: 1.6rem;
  }
}

@media all and (max-width:576px){
  .login .email-wrap select {
    height: 36px;
    padding: 0px 10px;
    font-size: 1.3rem;
    background-position: right 10px center;

  }
}