@media screen and (min-width : 751px) and (max-width: 1025px) {

	.inner {
	  max-width: 1025px;
	}
	.calendar {
	  display: none;
	  flex-direction: column;
	  background: #fff;
	  padding: 3.33vw 1.67vw;
	  width: 35.50vw;
	  position: absolute;
	  top:6.67vw;
	  border-radius: 1.67vw;
	  border: 0.08vw solid #aaa;
	  z-index: 998;
	}
	.calendar.af-calendar {
	  right:0.00vw;
	}
  
	.calendar.active {
	  display: flex;
	}
	
	.calendar:after {
	  content: "";
	  position: absolute;
	  width: 1.67vw;
	  height: 1.67vw;
	  background: #fff;
	  top: -0.92vw;
	  left: 2.50vw;
	  transform: rotate(45deg);
	  border-top: 0.08vw solid #aaa;
	  border-left: 0.08vw solid #aaa;
	}
	
	.calendar.af-calendar:after {
	  left:unset;
	  right: 2.50vw;
	}
	
	.calendar .top-wrap {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  margin-bottom: 1.67vw;
	}
	
	.calendar .top-wrap .yyyy-mm {
	  font-size: 2.00vw;
	  grid-column: span 5;
	  text-align: center;
	}
	
	.calendar .top-wrap button {
	  outline: none;
	  border: none;
	  background: none;
	  cursor: pointer;
	}
	
	.calendar .top-wrap button i{
	  font-size: 2.50vw;
	}
	
	.calendar .week-day {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	  margin-bottom: 0.83vw;
	  font-size: 2.00vw;
	}
	
	.calendar .month-date {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	}
	
	.calendar .month-date li {
	  font-size: 2.00vw;
	  padding: 0.83vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 1;
	  cursor: pointer;
	}
	
	.calendar .month-date li:where(.prev-month, .next-month) {
	  color: #aaa;
	}
	
	.calendar .month-date li.today {
	  color: #fff;
	  background: #b84759; 
	}
	 
	.calendar .month-date li.selected {
	  color: #fff;
	  background: #b84759;
	}
  
	.popup-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:1.25vw; 
	  z-index: 999;
	}
  
	.popup-wrap.active {
	  display: flex;
	}
  
	.popup-wrap .popup{
	  width:100%;               
	  max-width:55.00vw;
	  height: 42.50vw;         
	  border-radius:2.50vw;       
	  overflow:hidden;          
	  border: 0.08vw solid #535353;
	  background-color: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 6.67vw; 
	}
	.popup-wrap .popup .pop-txt {
	  font-size: 2.92vw;
	  font-weight: 600;
	  text-align: center;
	}
	.popup-wrap .popup .pop-btn{
	  display: inline-block;
	  height: 7.92vw;
	  width: 35.00vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.popup-wrap .popup-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.83vw;
	}
  
	.popup-wrap .popup-bottom .popup-pop-btn{
	  display: inline-block;
	  width: 25.00vw;
	  height: 6.25vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
  
  
	.photo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:1.25vw; 
	  z-index: 999;
	}
	.photo-wrap.active {
	  display: flex;
	}
	.photo-wrap .photo-pop{
	  width:100%;               
	  max-width:55.00vw;
	  border-radius:2.50vw;
	  padding: 4.17vw 0; 
	  overflow:hidden;          
	  border: 0.08vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 6.67vw; 
	}
	.photo-wrap .photo-pop .photo-top {
	  padding-left: 5.00vw;
	  padding-bottom: 4.17vw;
	  border-bottom: 0.08vw solid #000;
	  display: flex;
	  gap: 4.17vw;
	}
	.photo-wrap .photo-pop .photo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 5.42vw;
	  font-size: 1.83vw;
	}
	.photo-wrap .photo-pop .photo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 0.83vw;
	}
	.photo-wrap .photo-pop .photo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box{
	  width: 48.33vw;
	  height: 35.83vw;
	  overflow: auto;
	  border-radius: 3.33vw;
	  position: relative;
	}
	.photo-wrap .photo-pop .photo-main .image-box.active .close{
	  display: inline-block;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close{
	  width: 3.33vw;
	  position: absolute;
	  right: 1.67vw;
	  top:1.67vw;
	  z-index: 999;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close img {
	  width: 100%;
	  display: block;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box img {
		height: 100%;
		width: 100%;
	}
  
	.photo-wrap .photo-pop .photo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.83vw;
	}
  
	.photo-wrap .photo-pop .photo-bottom .photo-pop-btn{
	  display: inline-block;
	  width: 25.00vw;
	  height: 6.25vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.memo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:1.25vw; 
	  z-index: 999;
	}
	.memo-wrap.active {
	  display: flex;
	}
	.memo-wrap .memo-pop{
	  width:100%;               
	  max-width:55.00vw;
	  border-radius:2.50vw;
	  padding-bottom: 4.17vw; 
	  overflow:hidden;          
	  border: 0.08vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 6.67vw; 
	}
	.memo-wrap .memo-pop .memo-top {
	  padding: 1.25vw 0;
	  border-bottom: 0.08vw solid #000;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #f2f2f2;
	  gap: 4.17vw;
	  font-size: 2.50vw;
	}
	.memo-wrap .memo-pop .memo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 5.42vw;
	  font-size: 1.83vw;
	}
	.memo-wrap .memo-pop .memo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 0.83vw;
	}
	.memo-wrap .memo-pop .memo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.memo-wrap .memo-pop .memo-main .text-box{
	  width: 48.33vw;
	  height: 35.83vw;
	  border-radius: 3.33vw;
	  position: relative;
	}
	.memo-wrap .memo-pop .memo-main .text-box textarea{
	  width: 100%;
	  height: 32.00vw;
	  border-radius: 0 0 3.33vw 3.33vw;
	  position: relative;
	  font-size: 2.33vw;
	  padding: 1.67vw 0.83vw;
	}
  
  
  
	.memo-wrap .memo-pop .memo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.83vw;
	}
  
	.memo-wrap .memo-pop .memo-bottom .memo-pop-btn{
	  display: inline-block;
	  width: 25.00vw;
	  height: 6.25vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	/* common */
	.header {
	  width: 100%;
	  margin: 0 auto;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 2.50vw 2.50vw 0.00vw 2.50vw;
	}
	.header .kinac {max-width:12.50vw;}
	.header .kinac img{ width: 100%; display: block;}
	.header .bt-check {
	  display: flex;
	  align-items: center;
	  gap: 0.83vw;
	  font-family: 'BMHANNAPro';
	  font-size: 3.08vw;
  
	}
	.header .bt-check img {width: 2.08vw; display: block;}
  
	.banner {
	  width: 100%;
	  margin: 0 auto;
	  margin-top: 2.92vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 0 2.50vw;
	  padding-bottom: 2.50vw;
	}
  
	.banner .back {max-width: 2.50vw;}
	.banner .back img {width: 100%; display: block;}
	.banner .txt {font-size: 2.92vw; font-weight: 700;}
	.banner .house {max-width: 3.33vw;}
	.banner .house img {width: 100%; display: block;}
  
	.line {border: 0.08vw solid #d6d6d6; width: 100%; margin: 0 auto;}
  
	  /* common */

	.main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	padding: 0;
	}
	.main .sub-tit{color: #535353;}
	.main .sub-tit span {font-size: 2.92vw; font-weight: 600;}
	.main .main-tit{ font-family: 'BMHANNAPro'; margin-bottom: 26.67vw; line-height: 1.2;}
	.main .main-tit span {font-size: 10.83vw;}
	.main .sub-tit em {margin-right: 0.25vw;}

	.main .map {max-width: 54.17vw; margin-left: auto; margin-right: auto; position: relative; margin-bottom: 8.33vw;}
	.main .map img{width: 100%; display: block;}
	.main .map .loc{position: absolute;}
	.main .map .loc img{width: 100%; display: block;}
	.main .map .loc1{max-width: 10.00vw; top:-10.00vw; left:50%; transform: translateX(-50%);}
	@keyframes loc1-size {
	50% {top:-13vw;}
	}
	.main .map .loc2{max-width: 1.67vw; top:2.50vw; left:14.42vw;}
	.main .map .loc3{max-width: 1.67vw; top:2.08vw; left:40.67vw;}
	.main .map .loc4{max-width: 1.67vw; top:3.75vw; left: 48.75vw;}
	.main .map .loc5{max-width: 1.67vw; top:7.08vw; left:6.25vw;}
	.main .map .loc6{max-width: 1.67vw; top:5.00vw; left:18.75vw;}
	.main .map .loc6{max-width: 1.67vw; top:7.50vw; left:18.75vw;}
	.main .map .loc7{max-width: 1.67vw; top:9.17vw; left:38.75vw}

	.main .logo {max-width: 16.67vw; margin: 0 auto;}
	.main .logo img {width: 100%; display: block;}
	.login {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.login .form {
	  width: 62.5vw;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	  margin: 0 auto;
	}
	.login .form input[type=text],.login .form input[type=password] {
	  width: 100%;
	  height: 7.50vw;
	  background-color: #f6f6f6;
	  margin-bottom: 1.67vw;
	  border: none;
	  border-radius: 0.83vw;
	  padding: 0 2.50vw;
	  font-size: 2.08vw;
	}
  
	.login .form input[type=password] {
	  margin-bottom: 2.08vw;
	}
  
	.login .form input[type=text]::placeholder,.login .form input[type=password]::placeholder{
	  color: #535353;
	  font-weight: 500;
	}
  
	.login .form .chk-savebox {text-align: left; display: flex; justify-content: flex-start; gap: 3.33vw; margin-bottom: 2.08vw;}
	.login .form .chk-savebox .save{display: flex; align-items: center; gap: 1.25vw; font-size: 1.83vw;}
	.login .form .chk-savebox .save span {
	  display: inline-block;
	  width: 2.92vw;
	  height: 2.92vw;
	  background-color: #f6f6f6;
	  border-radius: 0.42vw;
	  position: relative;
	}
	.login .form .chk-savebox .save span::before {
	  content: '';
	  position: absolute;
	  top:50%;
	  left:50%;
	  transform: translate(-50%,-50%);
	  background: url('../img/checked.png') no-repeat center center;
	  width: 1.67vw;
	  height: 1.67vw;
	  display: none;
	}
  
	.login .form .chk-savebox .save input[type=checkbox]{display: none;}
	.login .form .chk-savebox .save input[type=checkbox]:checked + span::before {display: block;}
  
	.login .form a.login-btn {
	  display: inline-block;
	  width: 100%;
	  height: 7.92vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  color: #fff;
	  font-weight: 600;
	  margin-bottom: 2.92vw;
	}
  
	.login .form a.join,.login .form a.find {
	  padding-left: 2.50vw;
	  display: inline-block;
	  font-size: 2.08vw;
	}
  
	.login .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 8.33vw;
	}
	.login .area .wait {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 1.25vw;
	}
	.login .area .wait span {
	  display: inline-block;
	  width: 2.08vw;
	  height: 2.08vw;
	  background-color: #d9d9d9;
	  border-radius: 50%;
	  animation-name: wait;
	  animation-duration:1.2s;
	  animation-iteration-count: infinite;
	  animation-direction:alternate;
	  animation-fill-mode: forwards;
	}
  
	.login .area .wait span:nth-child(1){
	  animation-delay: .5s;
	}
	.login .area .wait span:nth-child(2){
	  animation-delay: 1s;
	}
	.login .area .wait span:nth-child(3){
	  animation-delay: 1.5s;
	}
  
	@keyframes wait {
	  0%{
		background-color: #d9d9d9;
	  }
	  100%{
		background-color: #b84759;
	  }
	}
  
	.login .area .txt-wrap {
	  font-size: 2.50vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.login .area a.login-btn {
	  display: inline-block;
	  width: 42.50vw;
	  height: 7.92vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
	.join .area {padding: 0 2.92vw; width: 80vw; margin: 0 auto;}
	.join .area .list-box {padding-top: 2.50vw;}
	.join .area .list-box:nth-child(1) {padding-top: 4.17vw;}
	.join .area .list-box .list-tit{
	  font-size: 2.92vw;
	  margin-bottom: 2.50vw;
	}
	.join .area .list-box .list-txt{
	  font-size: 1.92vw;
	  padding: 0.83vw 0;
	  padding-left: 0.17vw;
	  border: 0.08vw solid #ededed;
	}
  
	.join .area .list-box .list-txt em {display: inline-block; width: 1.25vw;}
  
	.join .area .btn-box {
	  margin: 3.33vw 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.83vw;
	  padding-bottom: 3.25vw;
	}
	.join .area .btn-box a {
	  width: 50%;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  background-color: #e19797;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.join .form {
	  width: 80vw;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
	.join .form .list-box {padding: 4.17vw 3.33vw; padding-bottom: 0;}
	.join .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.67vw;
	}
	.join .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.67vw;
	  margin-bottom: 1.67vw;
	  gap: 2.08vw;
	}
	.join .form .list-box .desc2.basic {
	  margin-right: 7.92vw;
	}
	.join .form .list-box .desc2.success {
	  display: none;
	}
	.join .form .list-box .desc2.false {
	  display: none;
	}
  
	.join .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 4.17vw;
	  width: 9.17vw;
	  border: 0.25vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 2.08vw;
	}
  
	.join .form .list-box .desc a.id-check.active {
	  border: 0.25vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .desc a.email-check.active {
	  border: 0.25vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .list span {
	  font-size: 2.08vw;
	  color: #535353;
	  display: inline-block;
	  width: 13.75vw;
	}
	.join .form .list-box .list input{
	  width: 60.67vw;
	  height: 7.92vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 1.25vw;
	  padding: 0 2.50vw;
	  font-size: 2.08vw;
	  color: #535353;
	}
  
	.join .form .btn-box {
	  margin: 3.33vw 0;
	  padding: 0 2.00vw;
	  padding-bottom: 3.33vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.83vw;
	  width: 100%;
	}
	.join .form .btn-box a {
	  width: 50%;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.join-after{
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.join-after .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 12.50vw;
	}
  
	.join-after .area .txt-wrap {
	  font-size: 2.50vw;
	  text-align: center;
	  font-weight: 600;
	}
	.join-after .area .txt-wrap2 {
	  font-size: 2.92vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.join-after .area a {
	  display: inline-block;
	  width: 42.50vw;
	  height: 7.92vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.join-after .area input[type=email]{
	  width: 41.67vw;
	  height: 7.92vw;
	  border:none;
	  background-color: #f6f6f6;
	  text-align: center;
	  font-size: 2.50vw;
	  color: #535353;
	  border-radius: 0.83vw;
	  margin-top: 1.67vw;
	}
  
	.join-after .area .list-box {padding: 4.17vw 3.33vw; padding-bottom: 0;}
	.join-after .area .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.67vw;
	}
	.join-after .list-box .list span {
	  font-size: 2.08vw;
	  color: #535353;
	  display: inline-block;
	  width: 13.75vw;
	}
	.join-after .list-box .list input{
	  width: 46.83vw;
	  height: 7.92vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.92vw;
	  padding: 0 2.50vw;
	  font-size: 2.08vw;
	  color: #535353;
	}
  
	.join-after .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.67vw;
	  margin-bottom: 1.67vw;
	  gap: 2.08vw;
	}
	.join-after .list-box .desc.basic {
	  margin-right: 0.67vw;
	}
	.join-after .list-box .desc.success {
	  display: none;
	}
	.join-after .list-box .desc.false {
	  display: none;
	}
  
	/* 위치확인기능 */
  
	.home {
	  width: 100%;
	  margin: 0 auto;
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.home .area {
	  width: 100%;
	  height: 100%;
	  margin: 0 auto;
	  background: #fff;
	}
  
	.home .area .bg {width: 70vw; margin: 0 auto;}
  
	.home .area .btn-box {
	  width: 100%;
	  padding: 10.67vw 0;
	  background-color: #fff;
	  border-radius: 1.67vw 1.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.67vw;
	  box-shadow: 0 -1.25vw 3.75vw 1.92vw rgb(0 0 0 / 20%);
	  position: fixed; 
	  bottom: 0;
	}
  
	.home .btn-box a {
	  width: 42.50vw;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home .map-wrap {
	  width: 100%;
	  margin: 0 auto;
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .map-wrap .map{
	  width: 50vw;
	  height: 50vw;
	  margin: 0 auto;
	} 
	.home .map-wrap .map img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .map-wrap .btn-box {
	  width: 100%;
	  padding-top: 6.67vw;
	  background-color: #fff;
	  border-radius: 1.67vw 1.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.67vw;
	  /* box-shadow: 0 -1.25vw 3.75vw 1.92vw rgb(0 0 0 / 20%); */
	}
  
	.home .map-wrap .btn-box .txt {
	  font-size: 2.92vw;
	  font-weight: 600;
	}
  
	.home .map-wrap .btn-box a {
	  width: 42.50vw;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .map-wrap .btn-box .btn-next {
	  margin-top: 4.17vw;
	  width: 100%;
	  height: 10.83vw;
	  font-size: 2.50vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
	.home .picture-wrap {
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .picture-wrap .picture{
	  width: 60vw;
	  margin: 0 auto;
	} 
	.home .picture-wrap .picture img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .picture-wrap .btn-box {
	  width: 100%;
	  padding: 13.33vw 0;
	  background-color: #fff;
	  border-radius: 1.67vw 1.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.67vw;
	  box-shadow: 0 -1.25vw 3.75vw 1.92vw rgb(0 0 0 / 20%);
	}
  
	.home .picture-wrap .btn-box .txt {
	  font-size: 2.92vw;
	  font-weight: 600;
	}
  
	.home .picture-wrap .btn-box a {
	  width: 42.50vw;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .picture-wrap .btn-box .btn-next {
	  margin-top: 4.17vw;
	  width: 100%;
	  height: 10.83vw;
	  font-size: 2.50vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
  
	.home .form .list-box {padding: 4.17vw 3.33vw; padding-bottom: 0;}
	.home .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.67vw;
	}
	.home .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.67vw;
	  margin-bottom: 1.67vw;
	  gap: 2.08vw;
	}
	.home .form .list-box .desc2.basic {
	  margin-right: 7.92vw;
	}
	.home .form .list-box .desc2.success {
	  display: none;
	}
	.home .form .list-box .desc2.false {
	  display: none;
	}
  
	.home .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 4.17vw;
	  width: 9.17vw;
	  border: 0.25vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 2.08vw;
	}
  
	.home .form .list-box .desc a.id-check.active {
	  border: 0.25vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .desc a.email-check.active {
	  border: 0.25vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .list span {
	  font-size: 2.08vw;
	  color: #535353;
	  display: inline-block;
	  width: 13.75vw;
	}
	.home .form .list-box .list input{
	  width: 60.67vw;
	  height: 7.92vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 1.25vw;
	  padding: 0 2.50vw;
	  font-size: 2.08vw;
	  color: #535353;
	}
	.home .form .list-box .list textarea{
	  width: 60.67vw;
	  /* height: 18.75vw; */
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 1.25vw;
	  padding: 2.50vw;
	  font-size: 2.08vw;
	  color: #535353;
	}
	.home .form .list-box .list .img-box{
	  width: 60.67vw;
	  height: 100%;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 1.25vw;
	  padding: 2.50vw;
	  /* overflow: auto; */
	  font-size: 2.08vw;
	  color: #535353;
	}
  
	.home .form .list-box .list .img-box img {
	  width: 100%;
	  height: 100%;
	}
  
	.home .form .btn-box .btn-next {
	  margin-top: 2.92vw;
	  width: 100%;
	  height: 10.83vw;
	  font-size: 2.50vw;
	  font-size: 2.50vw;
	  display: flex;
	  position: fixed;
	  bottom: 0;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home-after {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.home-after .area{
	  width: 60vw;
	  margin: 0 auto;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 10.42vw;
	}
	.home-after .area .txt-wrap{
	  text-align: center;
	  font-size: 2.50vw;
	  font-weight: 600;
	}
	.home-after .area .btn-box {
	  display: flex;
	  justify-content: center;
	  gap: 0.83vw;
	}
	.home-after .area .btn-box a {
	  width: 29.17vw;
	  height: 7.92vw;
	  font-size: 2.50vw;
	  border-radius: 4.17vw;
	  font-size: 2.50vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.list-lookup {
	  height: 100%;
	  width: 80vw;
	  margin: 0 auto;
	}

	.list-lookup .search-box {
	  margin-top: 4.17vw;
	  margin-bottom: 2.50vw;
	  padding: 0 5.83vw;
	  display: flex;
	  align-items: center;
	  gap: 1.67vw;
	}
	.list-lookup .search-box .btn-all{
	  display: inline-block;
	  width: 43.33vw;
	  height: 5.42vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 2.50vw;
	  color: #b84759;
	  border-radius: 3.33vw;
	  border: 0.25vw solid #b84759;
	}
	.list-lookup .search-box .btn-search {width: 6.25vw;}
	.list-lookup .search-box .btn-search img{width: 100%; display: block;}
  
	.list-lookup .search-date-box {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.67vw;
	}
	.list-lookup .search-date-box .search-date-list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.42vw;
	}
	.list-lookup .search-date-box .search-date-list.date1{
	  margin-bottom: 0.42vw;
	}
	.list-lookup .search-date-box .search-date-list a{
	  width: 17.50vw;
	  height: 5.00vw;
	  padding: 0 2.50vw;
	  background-color: #f2f2f2;
	  font-size: 2.08vw;
	  display: flex;
	  align-items: center;
	}
	.list-lookup .search-date-box .search-date-list .date-box {
	  position: relative;
	}
	.list-lookup .search-date-box .search-date-list .date-box input{
	  width: 17.50vw;
	  height: 5.00vw;
	  padding: 0 2.50vw;
	  background-color: #f2f2f2;
	  font-size: 2.08vw;
	  display: flex;
	  align-items: center;
	  border: none;
	}
	.list-lookup .search-date-box .search-date-list a:first-child {
	  border-radius: 1.67vw 0 0 1.67vw;
	}
	.list-lookup .search-date-box .search-date-list a:last-child {
	  border-radius: 0.00vw 1.67vw 1.67vw 0;
	}
	.list-lookup .search-date-box .search-date-list .date-box input.af-date {
	  border-radius: 0.00vw 1.67vw 1.67vw 0;
	}
	.list-lookup .search-list-box {
	  padding: 0 2.50vw;
	  padding-bottom: 2.50vw;
	}
	.list-lookup .search-list-box .search-list {
	  width: 100%;
	  height: 20.83vw;
	  border-radius: 1.67vw;
	  margin-bottom: 1.67vw;
	  background-color: #f6f6f6;
	  display: flex;
	  align-items: center;
	  gap: 3vw;
	  padding: 5.83vw 3.33vw;
	  position: relative;
	}
	.list-lookup .search-list-box .search-list .close {
	  width: 1.67vw;
	  position: absolute;
	  right:1.67vw;
	  top:1.67vw;
	}
	.list-lookup .search-list-box .search-list .close img{width: 100%; display: block;}
  
	.list-lookup .search-list-box .search-list .left {
	  width: 8.00vw;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 1.67vw;
	}
	.list-lookup .search-list-box .search-list .left .location{width: 3.33vw;}
	.list-lookup .search-list-box .search-list .left .location-text {font-size: 1.83vw;}
	.list-lookup .search-list-box .search-list .left .location img{width: 100%; display: block;}
	.list-lookup .search-list-box .search-list .right .list-date{font-size: 1.83vw;}
	.list-lookup .search-list-box .search-list .right .list-file{font-size: 1.83vw; margin-bottom: 2.50vw;}
	.list-lookup .search-list-box .search-list .right .list-name{font-size: 2.92vw; font-weight: 600; width: 23.33vw;}
  }
  
  @media screen and (min-width : 1026px) and (max-width: 2049px) {
  
	html,body {
	  background: #fff !important;
	}
	.inner {
	  max-width: 2049px;
	}
	.calendar {
	  display: none;
	  flex-direction: column;
	  background: #fff;
	  padding: 2.40vw 1.20vw;
	  width: 25.52vw;
	  position: absolute;
	  top:4.79vw;
	  border-radius: 1.20vw;
	  border: 0.06vw solid #aaa;
	  z-index: 998;
	}
	.calendar.af-calendar {
	  right:0.00vw;
	}
  
	.calendar.active {
	  display: flex;
	}
	
	.calendar:after {
	  content: "";
	  position: absolute;
	  width: 1.20vw;
	  height: 1.20vw;
	  background: #fff;
	  top: -0.66vw;
	  left: 1.80vw;
	  transform: rotate(45deg);
	  border-top: 0.06vw solid #aaa;
	  border-left: 0.06vw solid #aaa;
	}
	
	.calendar.af-calendar:after {
	  left:unset;
	  right: 1.80vw;
	}
	
	.calendar .top-wrap {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  margin-bottom: 1.20vw;
	}
	
	.calendar .top-wrap .yyyy-mm {
	  font-size: 1.44vw;
	  grid-column: span 5;
	  text-align: center;
	}
	
	.calendar .top-wrap button {
	  outline: none;
	  border: none;
	  background: none;
	  cursor: pointer;
	}
	
	.calendar .top-wrap button i{
	  font-size: 1.80vw;
	}
	
	.calendar .week-day {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	  margin-bottom: 0.60vw;
	  font-size: 1.44vw;
	}
	
	.calendar .month-date {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	}
	
	.calendar .month-date li {
	  font-size: 1.44vw;
	  padding: 0.60vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 1;
	  cursor: pointer;
	}
	
	.calendar .month-date li:where(.prev-month, .next-month) {
	  color: #aaa;
	}
	
	.calendar .month-date li.today {
	  color: #fff;
	  background: #b84759; 
	}
	 
	.calendar .month-date li.selected {
	  color: #fff;
	  background: #b84759;
	}
  
	.popup-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:0.90vw; 
	  z-index: 999;
	}
  
	.popup-wrap.active {
	  display: flex;
	}
  
	.popup-wrap .popup{
	  width:100%;               
	  max-width:39.54vw;
	  height: 30.56vw;         
	  border-radius:1.80vw;       
	  overflow:hidden;          
	  border: 0.06vw solid #535353;
	  background-color: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 4.79vw; 
	}
	.popup-wrap .popup .pop-txt {
	  font-size: 2.10vw;
	  font-weight: 600;
	  text-align: center;
	}
	.popup-wrap .popup .pop-btn{
	  display: inline-block;
	  height: 5.69vw;
	  width: 25.16vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.popup-wrap .popup-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.60vw;
	}
  
	.popup-wrap .popup-bottom .popup-pop-btn{
	  display: inline-block;
	  width: 17.97vw;
	  height: 4.49vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
  
  
	.photo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:0.90vw; 
	  z-index: 999;
	}
	.photo-wrap.active {
	  display: flex;
	}
	.photo-wrap .photo-pop{
	  width:100%;               
	  max-width:39.54vw;
	  border-radius:1.80vw;
	  padding: 3.00vw 0; 
	  overflow:hidden;          
	  border: 0.06vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 4.79vw; 
	}
	.photo-wrap .photo-pop .photo-top {
	  padding-left: 3.59vw;
	  padding-bottom: 3.00vw;
	  border-bottom: 0.06vw solid #000;
	  display: flex;
	  gap: 3.00vw;
	}
	.photo-wrap .photo-pop .photo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 3.89vw;
	  font-size: 1.32vw;
	}
	.photo-wrap .photo-pop .photo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 0.60vw;
	}
	.photo-wrap .photo-pop .photo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box{
	  width: 34.75vw;
	  height: 25.76vw;
	  border-radius: 2.40vw;
	  overflow: auto;
	  position: relative;
	}
	.photo-wrap .photo-pop .photo-main .image-box.active .close{
	  display: inline-block;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close{
	  width: 2.40vw;
	  position: absolute;
	  right: 1.20vw;
	  top:1.20vw;
	  z-index: 999;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close img {
	  width: 100%;
	  display: block;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box img {
		height: 100%;
		width: 100%;
	}
  
	.photo-wrap .photo-pop .photo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.60vw;
	}
  
	.photo-wrap .photo-pop .photo-bottom .photo-pop-btn{
	  display: inline-block;
	  width: 17.97vw;
	  height: 4.49vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.memo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:0.90vw; 
	  z-index: 999;
	}
	.memo-wrap.active {
	  display: flex;
	}
	.memo-wrap .memo-pop{
	  width:100%;               
	  max-width:39.54vw;
	  border-radius:1.80vw;
	  padding-bottom: 3.00vw; 
	  overflow:hidden;          
	  border: 0.06vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 4.79vw; 
	}
	.memo-wrap .memo-pop .memo-top {
	  padding: 0.90vw 0;
	  border-bottom: 0.06vw solid #000;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #f2f2f2;
	  gap: 3.00vw;
	  font-size: 1.80vw;
	}
	.memo-wrap .memo-pop .memo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 3.89vw;
	  font-size: 1.32vw;
	}
	.memo-wrap .memo-pop .memo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 0.60vw;
	}
	.memo-wrap .memo-pop .memo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.memo-wrap .memo-pop .memo-main .text-box{
	  width: 34.75vw;
	  height: 25.76vw;
	  border-radius: 2.40vw;
	  position: relative;
	}
	.memo-wrap .memo-pop .memo-main .text-box textarea{
	  width: 100%;
	  height: 23.01vw;
	  border-radius: 0 0 2.40vw 2.40vw;
	  position: relative;
	  font-size: 1.68vw;
	  padding: 1.20vw 0.60vw;
	}
  
  
  
	.memo-wrap .memo-pop .memo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 0.60vw;
	}
  
	.memo-wrap .memo-pop .memo-bottom .memo-pop-btn{
	  display: inline-block;
	  width: 17.97vw;
	  height: 4.49vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	/* common */
	.header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 1.80vw 1.80vw 0vw 1.80vw;
	  width: 100%;
	  margin: 0 auto;
	}
	.header .kinac {max-width:8.99vw;}
	.header .kinac img{ width: 100%; display: block;}
	.header .bt-check {
	  display: flex;
	  align-items: center;
	  gap: 0.60vw;
	  font-family: 'BMHANNAPro';
	  font-size: 2.22vw;
  
	}
	.header .bt-check img {width: 1.50vw; display: block;}
  
	.banner {
	  margin: 0 auto;
	  margin-top: 2.10vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	  padding: 0 1.80vw 1.80vw 1.80vw;
	}
  
	.banner .back {max-width: 1.80vw;}
	.banner .back img {width: 100%; display: block;}
	.banner .txt {font-size: 2.10vw; font-weight: 700;}
	.banner .house {max-width: 2.40vw;}
	.banner .house img {width: 100%; display: block;}
  
	.line {width: 100%; margin: 0 auto; border: 0.06vw solid #d6d6d6;}
  
	/* common */

	.main {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100vh;
		padding: 0;
	}
	.main .sub-tit{color: #535353;}
	.main .sub-tit span {font-size: 2.10vw; font-weight: 600;}
	.main .main-tit{ font-family: 'BMHANNAPro'; margin-bottom: 19.17vw; line-height: 1.2;}
	.main .main-tit span {font-size: 7.79vw;}
	.main .sub-tit em {margin-right: 0.18vw;}

	.main .map {max-width: 38.95vw; margin-left: auto; margin-right: auto; position: relative; margin-bottom: 5.99vw;}
	.main .map img{width: 100%; display: block;}
	.main .map .loc{position: absolute;}
	.main .map .loc img{width: 100%; display: block;}
	.main .map .loc1 {
		max-width: 7.19vw;
		top: -7.19vw;
		left: 50%;
		transform: translateX(-50%);
	}
	@keyframes loc1-size {
		50% {max-width: 7.5vw; top:-10vw;}
	}

	.main .map .loc2{max-width: 1.20vw; top:1.80vw; left:10.37vw;}
	.main .map .loc3{max-width: 1.20vw; top:1.50vw; left:29.24vw;}
	.main .map .loc4{max-width: 1.20vw; top:2.70vw; left: 35.05vw;}
	.main .map .loc5{max-width: 1.20vw; top:5.09vw; left:4.49vw;}
	.main .map .loc6{max-width: 1.20vw; top:3.59vw; left:13.48vw;}
	.main .map .loc6{max-width: 1.20vw; top:5.39vw; left:13.48vw;}
	.main .map .loc7{max-width: 1.20vw; top:6.59vw; left:27.86vw}

	.main .logo {max-width: 11.98vw; margin: 0 auto;}
	.main .logo img {width: 100%; display: block;}
	.login {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.login .form {
	  width: 29.96vw;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	  align-items: center;
	  margin: 0 auto;
	}
	.login .form input[type=text],.login .form input[type=password] {
	  width: 29.96vw;
	  height: 5.39vw;
	  background-color: #f6f6f6;
	  margin-bottom: 1.20vw;
	  border: none;
	  border-radius: 0.60vw;
	  padding: 0 1.80vw;
	  font-size: 1.50vw;
	}
  
	.login .form input[type=password] {
	  margin-bottom: 1.50vw;
	}
  
	.login .form input[type=text]::placeholder,.login .form input[type=password]::placeholder{
	  color: #535353;
	  font-weight: 500;
	}
  
	.login .form .chk-savebox {
	  text-align: left;
	  display: flex;
	  justify-content: flex-start;
	  align-self: start;
	  gap: 2.40vw;
	  margin-bottom: 1.50vw;
	}
	.login .form .chk-savebox .save{display: flex; align-items: center; gap: 0.90vw; font-size: 1.32vw;}
	.login .form .chk-savebox .save span {
	  display: inline-block;
	  width: 2.10vw;
	  height: 2.10vw;
	  background-color: #f6f6f6;
	  border-radius: 0.30vw;
	  position: relative;
	}
	.login .form .chk-savebox .save span::before {
	  content: '';
	  position: absolute;
	  top:50%;
	  left:50%;
	  transform: translate(-50%,-50%);
	  background: url('../img/checked.png') no-repeat center center;
	  width: 1.20vw;
	  height: 1.20vw;
	  display: none;
	}
  
	.login .form .chk-savebox .save input[type=checkbox]{display: none;}
	.login .form .chk-savebox .save input[type=checkbox]:checked + span::before {display: block;}
  
	.login .form a.login-btn {
	  display: inline-block;
	  width: 29.96vw;
	  height: 5.69vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  color: #fff;
	  font-weight: 600;
	  margin-bottom: 2.10vw;
	}
  
	.login .form a.join,.login .form a.find {
	  padding-left: 1.80vw;
	  display: inline-block;
	  font-size: 1.50vw;
	  align-self: start;
	}
  
	.login .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 5.99vw;
	}
	.login .area .wait {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.90vw;
	}
	.login .area .wait span {
	  display: inline-block;
	  width: 1.50vw;
	  height: 1.50vw;
	  background-color: #d9d9d9;
	  border-radius: 50%;
	  animation-name: wait;
	  animation-duration:1.2s;
	  animation-iteration-count: infinite;
	  animation-direction:alternate;
	  animation-fill-mode: forwards;
	}
  
	.login .area .wait span:nth-child(1){
	  animation-delay: .5s;
	}
	.login .area .wait span:nth-child(2){
	  animation-delay: 1s;
	}
	.login .area .wait span:nth-child(3){
	  animation-delay: 1.5s;
	}
  
	@keyframes wait {
	  0%{
		background-color: #d9d9d9;
	  }
	  100%{
		background-color: #b84759;
	  }
	}
  
	.login .area .txt-wrap {
	  font-size: 1.80vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.login .area a.login-btn {
	  display: inline-block;
	  width: 30vw;
	  height: 5.69vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
	.join .area {padding: 0 2.10vw; width: 60vw; margin: 0 auto;}
	.join .area .list-box {padding-top: 1.80vw;}
	.join .area .list-box:nth-child(1) {padding-top: 3.00vw;}
	.join .area .list-box .list-tit{
	  font-size: 2.10vw;
	  margin-bottom: 1.80vw;
	}
	.join .area .list-box .list-txt{
	  font-size: 1.38vw;
	  padding: 0.60vw 0;
	  padding-left: 0.12vw;
	  border: 0.06vw solid #ededed;
	}
  
	.join .area .list-box .list-txt em {display: inline-block; width: 0.90vw;}
  
	.join .area .btn-box {
	  margin: 2.40vw 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.60vw;
	  padding-bottom: 2.34vw;
	}
	.join .area .btn-box a {
	  width: 50%;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  background-color: #e19797;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.join .form {
	  margin: 0 auto;
	  width: 40vw;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	}
	.join .form .list-box {
	  padding: 3.00vw 2.40vw;
	  padding-bottom: 0;
  
	}
	.join .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.20vw;
	}
	.join .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.20vw;
	  margin-bottom: 1.20vw;
	  gap: 1.50vw;
	}
	.join .form .list-box .desc2.basic {
	  margin-right: 5.69vw;
	}
	.join .form .list-box .desc2.success {
	  display: none;
	}
	.join .form .list-box .desc2.false {
	  display: none;
	}
  
	.join .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 3.00vw;
	  width: 6.59vw;
	  border: 0.18vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 1.50vw;
	}
  
	.join .form .list-box .desc a.id-check.active {
	  border: 0.18vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .desc a.email-check.active {
	  border: 0.18vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .list span {
	  font-size: 1.50vw;
	  color: #535353;
	  display: inline-block;
	  width: 9.89vw;
	}
	.join .form .list-box .list input{
	  width: 29.96vw;
	  height: 5.69vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.90vw;
	  padding: 0 1.80vw;
	  font-size: 1.50vw;
	  color: #535353;
	}
  
	.join .form .btn-box {
	  margin: 2.40vw 0;
	  padding: 0 1.44vw;
	  padding-bottom: 2.40vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.60vw;
	}
	.join .form .btn-box a {
	  width: 50%;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.join-after{
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.join-after .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 8.99vw;
	}
  
	.join-after .area .txt-wrap {
	  font-size: 1.80vw;
	  text-align: center;
	  font-weight: 600;
	}
	.join-after .area .txt-wrap2 {
	  font-size: 2.10vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.join-after .area a {
	  display: inline-block;
	  width: 30.56vw;
	  height: 5.69vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.join-after .area input[type=email]{
	  width: 29.96vw;
	  height: 5.69vw;
	  border:none;
	  background-color: #f6f6f6;
	  text-align: center;
	  font-size: 1.80vw;
	  color: #535353;
	  border-radius: 0.60vw;
	  margin-top: 1.20vw;
	}
  
	.join-after .area .list-box {padding: 3.00vw 2.40vw; padding-bottom: 0;}
	.join-after .area .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.20vw;
	}
	.join-after .list-box .list span {
	  font-size: 1.50vw;
	  color: #535353;
	  display: inline-block;
	  width: 9.89vw;
	}
	.join-after .list-box .list input{
	  width: 25.76vw;
	  height: 5.69vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.66vw;
	  padding: 0 1.80vw;
	  font-size: 1.50vw;
	  color: #535353;
	}
  
	.join-after .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.20vw;
	  margin-bottom: 1.20vw;
	  gap: 1.50vw;
	}
	.join-after .list-box .desc.basic {
	  margin-right: 0.48vw;
	}
	.join-after .list-box .desc.success {
	  display: none;
	}
	.join-after .list-box .desc.false {
	  display: none;
	}
  
	/* 위치확인기능 */
  
	.home {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.home .area {
	  background: #fff;
	  position: relative;
	}
  
	.home .area .bg {width: 40vw; height: 36vw; margin: 0 auto;}
  
	.home .area .btn-box {
	  width: 100%;
	  padding: 5.67vw 0;
	  background-color: #fff;
	  border-radius: 1.20vw 1.20vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.20vw;
	  box-shadow: 0 -0.90vw 2.70vw 1.38vw rgb(0 0 0 / 20%);
	}
  
	.home .btn-box a {
	  width: 30.56vw;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home .map-wrap {
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .map-wrap .map{
	  width: 30vw;
	  height: 30vw;
	  margin: 0 auto;
	} 
	.home .map-wrap .map img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .map-wrap .btn-box {
	  width: 100%;
	  padding-top: 4.79vw;
	  background-color: #fff;
	  border-radius: 1.20vw 1.20vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.20vw;
	  /* box-shadow: 0 -0.90vw 2.70vw 1.38vw rgb(0 0 0 / 20%); */
	}
  
	.home .map-wrap .btn-box .txt {
	  font-size: 2.10vw;
	  font-weight: 600;
	}
  
	.home .map-wrap .btn-box a {
	  width: 30.56vw;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .map-wrap .btn-box .btn-next {
	  margin-top: 3.00vw;
	  width: 100%;
	  height: 7.79vw;
	  font-size: 1.80vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
	.home .picture-wrap {
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .picture-wrap .picture{
	  margin: 0 auto;
	  width: 40vw;
	  height: 36vw;
	} 
	.home .picture-wrap .picture img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .picture-wrap .btn-box {
	  width: 100%;
	  padding: 5.59vw 0;
	  background-color: #fff;
	  border-radius: 1.20vw 1.20vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 1.20vw;
	  box-shadow: 0 -0.90vw 2.70vw 1.38vw rgb(0 0 0 / 20%);
	}
  
	.home .picture-wrap .btn-box .txt {
	  font-size: 2.10vw;
	  font-weight: 600;
	}
  
	.home .picture-wrap .btn-box a {
	  width: 30.56vw;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .picture-wrap .btn-box .btn-next {
	  margin-top: 3.00vw;
	  width: 100%;
	  height: 7.79vw;
	  font-size: 1.80vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
  
	.home .form .list-box {padding: 3.00vw 2.40vw; padding-bottom: 0;}
	.home .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.20vw;
	}
	.home .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 1.20vw;
	  margin-bottom: 1.20vw;
	  gap: 1.50vw;
	}
	.home .form .list-box .desc2.basic {
	  margin-right: 5.69vw;
	}
	.home .form .list-box .desc2.success {
	  display: none;
	}
	.home .form .list-box .desc2.false {
	  display: none;
	}
  
	.home .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 3.00vw;
	  width: 6.59vw;
	  border: 0.18vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 1.50vw;
	}
  
	.home .form .list-box .desc a.id-check.active {
	  border: 0.18vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .desc a.email-check.active {
	  border: 0.18vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .list span {
	  font-size: 1.50vw;
	  color: #535353;
	  display: inline-block;
	  width: 9.89vw;
	}
	.home .form .list-box .list input{
	  width: 29.96vw;
	  height: 5.69vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.90vw;
	  padding: 0 1.80vw;
	  font-size: 1.50vw;
	  color: #535353;
	}
	.home .form .list-box .list textarea{
	  width: 29.96vw;
	  /* height: 13.48vw; */
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.90vw;
	  padding: 1.80vw;
	  font-size: 1.50vw;
	  color: #535353;
	}
	.home .form .list-box .list .img-box{
	  width: 29.96vw;
	  height: 20vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 0.90vw;
	  padding: 1.80vw;
	  font-size: 1.50vw;
	  color: #535353;
	}
  
	.home .form .list-box .list .img-box img {
		width: 100%;
		height: 100%;
	}
	.home .form .btn-box .btn-next {
	  margin-top: 2.10vw;
	  width: 100%;
	  height: 7.79vw;
	  font-size: 1.80vw;
	  font-size: 1.80vw;
	  position: fixed;
	  bottom: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home-after {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.home-after .area{
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 7.49vw;
	}
	.home-after .area .txt-wrap{
	  text-align: center;
	  font-size: 1.80vw;
	  font-weight: 600;
	}
	.home-after .area .btn-box {
	  display: flex;
	  justify-content: center;
	  gap: 0.60vw;
	}
	.home-after .area .btn-box a {
	  width: 20.97vw;
	  height: 5.69vw;
	  font-size: 1.80vw;
	  border-radius: 3.00vw;
	  font-size: 1.80vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.list-lookup {
	  width: 60vw;
	  margin: 0 auto;
	}
  
	.list-lookup .search-box {
	  margin-top: 3.00vw;
	  margin-bottom: 1.80vw;
	  padding: 0 4.19vw;
	  display: flex;
	  align-items: center;
	  gap: 1.20vw;
	}
	.list-lookup .search-box .btn-all{
	  display: inline-block;
	  width: 31.16vw;
	  height: 3.89vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 1.80vw;
	  color: #b84759;
	  border-radius: 2.40vw;
	  border: 0.18vw solid #b84759;
	}
	.list-lookup .search-box .btn-search {width: 4.49vw;}
	.list-lookup .search-box .btn-search img{width: 100%; display: block;}
  
	.list-lookup .search-date-box {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 1.20vw;
	}
	.list-lookup .search-date-box .search-date-list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.30vw;
	}
	.list-lookup .search-date-box .search-date-list.date1{
	  margin-bottom: 0.30vw;
	}
	.list-lookup .search-date-box .search-date-list a{
	  width: 12.58vw;
	  height: 3.59vw;
	  padding: 0 1.80vw;
	  background-color: #f2f2f2;
	  font-size: 1.50vw;
	  display: flex;
	  align-items: center;
	}
	.list-lookup .search-date-box .search-date-list .date-box {
	  position: relative;
	}
	.list-lookup .search-date-box .search-date-list .date-box input{
	  width: 12.58vw;
	  height: 3.59vw;
	  padding: 0 1.80vw;
	  background-color: #f2f2f2;
	  font-size: 1.50vw;
	  display: flex;
	  align-items: center;
	  border: none;
	}
	.list-lookup .search-date-box .search-date-list a:first-child {
	  border-radius: 1.20vw 0 0 1.20vw;
	}
	.list-lookup .search-date-box .search-date-list a:last-child {
	  border-radius: 0.00vw 1.20vw 1.20vw 0;
	}
	.list-lookup .search-date-box .search-date-list .date-box input.af-date {
	  border-radius: 0.00vw 1.20vw 1.20vw 0;
	}
	.list-lookup .search-list-box {
	  padding: 0 0.80vw;
	}
	.list-lookup .search-list-box .search-list {
	  width: 100%;
	  height: 14.98vw;
	  border-radius: 1.20vw;
	  margin-bottom: 1.20vw;
	  background-color: #f6f6f6;
	  display: flex;
	  align-items: center;
	  gap: 2.40vw;
	  padding: 4.19vw 2.40vw;
	  position: relative;
	}
	.list-lookup .search-list-box .search-list .close {
	  width: 1.20vw;
	  position: absolute;
	  right:1.20vw;
	  top:1.20vw;
	}
	.list-lookup .search-list-box .search-list .close img{width: 100%; display: block;}
  
	.list-lookup .search-list-box .search-list .left {
	  width: 5.75vw;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 1.20vw;
	}
	.list-lookup .search-list-box .search-list .left .location{width: 2.40vw;}
	.list-lookup .search-list-box .search-list .left .location-text {font-size: 1.32vw;}
	.list-lookup .search-list-box .search-list .left .location img{width: 100%; display: block;}
	.list-lookup .search-list-box .search-list .right .list-date{font-size: 1.32vw;}
	.list-lookup .search-list-box .search-list .right .list-file{font-size: 1.32vw; margin-bottom: 1.80vw;}
	.list-lookup .search-list-box .search-list .right .list-name{font-size: 2.10vw; font-weight: 600; width: 16.78vw;}
  }
  
  @media (max-width : 751px){
	.inner {max-width: 750px; height: 100%; margin: 0 auto;}
	#main {background-color: #ebebeb; height: 100vh;}
	#login  {background-color: #fff; height: 100vh; }
	#join  {background-color: #fff; height: 100vh;}
	#home {background-color: #fff; height: 100vh;}
  
	.calendar {
	  display: none;
	  flex-direction: column;
	  background: #fff;
	  padding: 5.33vw 2.67vw;
	  width: 56.80vw;
	  position: absolute;
	  top:10.67vw;
	  border-radius: 2.67vw;
	  border: 0.13vw solid #aaa;
	  z-index: 998;
	}
	.calendar.af-calendar {
	  right:0vw;
	}
  
	.calendar.active {
	  display: flex;
	}
	
	.calendar:after {
	  content: "";
	  position: absolute;
	  width: 2.67vw;
	  height: 2.67vw;
	  background: #fff;
	  top: -1.47vw;
	  left: 4.00vw;
	  transform: rotate(45deg);
	  border-top: 0.13vw solid #aaa;
	  border-left: 0.13vw solid #aaa;
	}
	
	.calendar.af-calendar:after {
	  left:unset;
	  right: 4.00vw;
	}
	
	.calendar .top-wrap {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  margin-bottom: 2.67vw;
	}
	
	.calendar .top-wrap .yyyy-mm {
	  font-size: 3.20vw;
	  grid-column: span 5;
	  text-align: center;
	}
	
	.calendar .top-wrap button {
	  outline: none;
	  border: none;
	  background: none;
	  cursor: pointer;
	}
	
	.calendar .top-wrap button i{
	  font-size: 4.00vw;
	}
	
	.calendar .week-day {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	  margin-bottom: 1.33vw;
	  font-size: 3.20vw;
	}
	
	.calendar .month-date {
	  display: grid;
	  grid-template-columns: repeat(7, 1fr);
	  align-items: center;
	  justify-items: center;
	}
	
	.calendar .month-date li {
	  font-size: 3.20vw;
	  padding: 1.33vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  line-height: 1;
	  cursor: pointer;
	}
	
	.calendar .month-date li:where(.prev-month, .next-month) {
	  color: #aaa;
	}
	
	.calendar .month-date li.today {
	  color: #fff;
	  background: #b84759; 
	}
	 
	.calendar .month-date li.selected {
	  color: #fff;
	  background: #b84759;
	}
  
	.popup-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:2.00vw; 
	  z-index: 999;
	}
  
	.popup-wrap.active {
	  display: flex;
	}
  
	.popup-wrap .popup{
	  width:100%;               
	  max-width:88.00vw;
	  height: 68.00vw;         
	  border-radius:4vw;       
	  overflow:hidden;          
	  border: 0.13vw solid #535353;
	  background-color: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 10.67vw; 
	}
	.popup-wrap .popup .pop-txt {
	  font-size: 4.67vw;
	  font-weight: 600;
	  text-align: center;
	}
	.popup-wrap .popup .pop-btn{
	  display: inline-block;
	  height: 12.67vw;
	  width: 56.00vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.popup-wrap .popup-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 1.33vw;
	}
  
	.popup-wrap .popup-bottom .popup-pop-btn{
	  display: inline-block;
	  width: 40vw;
	  height: 10vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
  
  
	.photo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:2.00vw; 
	  z-index: 999;
	}
	.photo-wrap.active {
	  display: flex;
	}
	.photo-wrap .photo-pop{
	  width:100%;               
	  max-width:88.00vw;
	  border-radius:4vw;
	  padding: 6.67vw 0; 
	  overflow:hidden;          
	  border: 0.13vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 10.67vw; 
	}
	.photo-wrap .photo-pop .photo-top {
	  padding-left: 8.00vw;
	  padding-bottom: 6.67vw;
	  border-bottom: 0.13vw solid #000;
	  display: flex;
	  gap: 6.67vw;
	}
	.photo-wrap .photo-pop .photo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 8.67vw;
	  font-size: 2.93vw;
	}
	.photo-wrap .photo-pop .photo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 1.33vw;
	}
	.photo-wrap .photo-pop .photo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box{
	  width: 77.33vw;
	  height: 57.33vw;
	  border-radius: 5.33vw;
	  overflow: auto;
	  position: relative;
	}
	.photo-wrap .photo-pop .photo-main .image-box.active .close{
	  display: inline-block;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close{
	  width: 5.33vw;
	  position: absolute;
	  right: 2.67vw;
	  top:2.67vw;
	  z-index: 999;
	}
	.photo-wrap .photo-pop .photo-main .image-box .close img {
	  width: 100%;
	  display: block;
	}
  
	.photo-wrap .photo-pop .photo-main .image-box img {
		height: 100%;
		width: 100%;
	}
  
	.photo-wrap .photo-pop .photo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 1.33vw;
	}
  
	.photo-wrap .photo-pop .photo-bottom .photo-pop-btn{
	  display: inline-block;
	  width: 40.00vw;
	  height: 10vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	.memo-wrap{
	  background-color: rgba(255, 255, 255, 0.9);
	  justify-content:center; 
	  align-items:center;     
	  position:fixed;         
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  display:none; 
	  padding:2.00vw; 
	  z-index: 999;
	}
	.memo-wrap.active {
	  display: flex;
	}
	.memo-wrap .memo-pop{
	  width:100%;               
	  max-width:88.00vw;
	  border-radius:4vw;
	  padding-bottom: 6.67vw; 
	  overflow:hidden;          
	  border: 0.13vw solid #000;
	  background-color: #fff;
	  display: flex;
	  flex-direction: column;
	  gap: 10.67vw; 
	}
	.memo-wrap .memo-pop .memo-top {
	  padding: 2vw 0;
	  border-bottom: 0.13vw solid #000;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #f2f2f2;
	  gap: 6.67vw;
	  font-size: 4.00vw;
	}
	.memo-wrap .memo-pop .memo-top a{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 8.67vw;
	  font-size: 2.93vw;
	}
	.memo-wrap .memo-pop .memo-top a img {
	  width: 100%;
	  display: block;
	  margin-bottom: 1.33vw;
	}
	.memo-wrap .memo-pop .memo-main {
	  display: flex;
	  justify-content: center;
	}
  
	.memo-wrap .memo-pop .memo-main .text-box{
	  width: 77.33vw;
	  height: 57.33vw;
	  border-radius: 5.33vw;
	  position: relative;
	}
	.memo-wrap .memo-pop .memo-main .text-box textarea{
	  width: 100%;
	  height: 51.20vw;
	  border-radius: 0 0 5.33vw 5.33vw;
	  position: relative;
	  font-size: 3.73vw;
	  padding: 2.67vw 1.33vw;
	}
  
  
  
	.memo-wrap .memo-pop .memo-bottom {
	  display: flex;
	  justify-content: center;
	  gap: 1.33vw;
	}
  
	.memo-wrap .memo-pop .memo-bottom .memo-pop-btn{
	  display: inline-block;
	  width: 40.00vw;
	  height: 10vw;
	  background-color: #e19797;
	  color: #fff;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border: none;
	}
  
	/* common */
	.header {display: flex; justify-content: space-between; align-items: center; padding: 4vw 4vw 0vw 4vw;}
	.header .kinac {max-width:20vw;}
	.header .kinac img{ width: 100%; display: block;}
	.header .bt-check {
	  display: flex;
	  align-items: center;
	  gap: 1.33vw;
	  font-family: 'BMHANNAPro';
	  font-size: 4.93vw;
  
	}
	.header .bt-check img {width: 3.33vw; display: block;}
  
	.banner {
	  margin-top: 4.67vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 0 4vw;
	  padding-bottom: 4vw;
	}
  
	.banner .back {max-width: 4vw;}
	.banner .back img {width: 100%; display: block;}
	.banner .txt {font-size: 4.67vw; font-weight: 700;}
	.banner .house {max-width: 5.33vw;}
	.banner .house img {width: 100%; display: block;}
  
	.line {border: 0.13vw solid #d6d6d6;}

	/* common */

	.main {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100vh;
		padding: 0;
	}
	.main .sub-tit{color: #535353;}
	.main .sub-tit span {font-size: 4.67vw; font-weight: 600;}
	.main .main-tit{ font-family: 'BMHANNAPro'; margin-bottom: 42.67vw; line-height: 1.2;}
	.main .main-tit span {font-size: 17.33vw;}
	.main .sub-tit em {margin-right: 3px;}

	.main .map {max-width: 86.67vw; margin-left: auto; margin-right: auto; position: relative; margin-bottom: 13.33vw;}
	.main .map img{width: 100%; display: block;}
	.main .map .loc{position: absolute;}
	.main .map .loc img{width: 100%; display: block;}
	.main .map .loc1{max-width: 16vw; top:-16vw; left:50%; transform: translateX(-50%);}
	.main .map .loc2{max-width: 2.67vw; top:4.00vw; left:23vw;}
	.main .map .loc3{max-width: 2.67vw; top:3.33vw; left:65vw;}
	.main .map .loc4{max-width: 2.67vw; top:6.00vw; left: 78vw;}
	.main .map .loc5{max-width: 2.67vw; top:11.33vw; left:10vw;}
	.main .map .loc6{max-width: 2.67vw; top:8.00vw; left:30vw;}
	.main .map .loc6{max-width: 2.67vw; top:12.00vw; left:30vw;}
	.main .map .loc7{max-width: 2.67vw; top:14.67vw; left:62vw}

	.main .logo {max-width: 26.67vw; margin: 0 auto;}
	.main .logo img {width: 100%; display: block;}
	.login {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.login .form {
	  width: 68vw;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  flex-direction: column;
	  margin: 0 auto;
	}
	.login .form input[type=text],.login .form input[type=password] {
	  width: 100%;
	  height: 12.00vw;
	  background-color: #f6f6f6;
	  margin-bottom: 2.67vw;
	  border: none;
	  border-radius: 1.33vw;
	  padding: 0 4.00vw;
	  font-size: 3.33vw;
	}
  
	.login .form input[type=password] {
	  margin-bottom: 3.33vw;
	}
  
	.login .form input[type=text]::placeholder,.login .form input[type=password]::placeholder{
	  color: #535353;
	  font-weight: 500;
	}
  
	.login .form .chk-savebox {text-align: left; display: flex; justify-content: flex-start; gap: 5.33vw; margin-bottom: 3.33vw;}
	.login .form .chk-savebox .save{display: flex; align-items: center; gap: 2.00vw; font-size: 2.93vw;}
	.login .form .chk-savebox .save span {
	  display: inline-block;
	  width: 4.67vw;
	  height: 4.67vw;
	  background-color: #f6f6f6;
	  border-radius: 0.67vw;
	  position: relative;
	}
	.login .form .chk-savebox .save span::before {
	  content: '';
	  position: absolute;
	  top:50%;
	  left:50%;
	  transform: translate(-50%,-50%);
	  background: url('../img/checked.png') no-repeat center center;
	  width: 2.67vw;
	  height: 2.67vw;
	  display: none;
	}
  
	.login .form .chk-savebox .save input[type=checkbox]{display: none;}
	.login .form .chk-savebox .save input[type=checkbox]:checked + span::before {display: block;}
  
	.login .form a.login-btn {
	  display: inline-block;
	  width: 100%;
	  height: 12.67vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  color: #fff;
	  font-weight: 600;
	  margin-bottom: 4.67vw;
	}
  
	.login .form a.join,.login .form a.find {
	  padding-left: 4.00vw;
	  display: inline-block;
	  font-size: 3.33vw;
	}
  
	.login .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 13.33vw;
	}
	.login .area .wait {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 2vw;
	}
	.login .area .wait span {
	  display: inline-block;
	  width: 3.33vw;
	  height: 3.33vw;
	  background-color: #d9d9d9;
	  border-radius: 50%;
	  animation-name: wait;
	  animation-duration:1.2s;
	  animation-iteration-count: infinite;
	  animation-direction:alternate;
	  animation-fill-mode: forwards;
	}
  
	.login .area .wait span:nth-child(1){
	  animation-delay: .5s;
	}
	.login .area .wait span:nth-child(2){
	  animation-delay: 1s;
	}
	.login .area .wait span:nth-child(3){
	  animation-delay: 1.5s;
	}
  
	@keyframes wait {
	  0%{
		background-color: #d9d9d9;
	  }
	  100%{
		background-color: #b84759;
	  }
	}
  
	.login .area .txt-wrap {
	  font-size: 4vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.login .area a.login-btn {
	  display: inline-block;
	  width: 68vw;
	  height: 12.67vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
	.join .area {padding: 0 4.67vw;}
	.join .area .list-box {padding-top: 4.00vw;}
	.join .area .list-box:nth-child(1) {padding-top: 6.67vw;}
	.join .area .list-box .list-tit{
	  font-size: 4.67vw;
	  margin-bottom: 4.00vw;
	}
	.join .area .list-box .list-txt{
	  font-size: 3.07vw;
	  padding: 1.33vw 0;
	  padding-left: 0.27vw;
	  border: 0.13vw solid #ededed;
	}
  
	.join .area .list-box .list-txt em {display: inline-block; width: 2.00vw;}
  
	.join .area .btn-box {
	  margin: 5.33vw 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 1.33vw;
	  padding-bottom: 5.21vw;
	}
	.join .area .btn-box a {
	  width: 50%;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  background-color: #e19797;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.join .form {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
	.join .form .list-box {padding: 6.67vw 5.33vw; padding-bottom: 0;}
	.join .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 2.67vw;
	}
	.join .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 2.67vw;
	  margin-bottom: 2.67vw;
	  gap: 3.33vw;
	}
	.join .form .list-box .desc2.basic {
	  margin-right: 12.67vw;
	}
	.join .form .list-box .desc2.success {
	  display: none;
	}
	.join .form .list-box .desc2.false {
	  display: none;
	}
  
	.join .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 6.67vw;
	  width: 14.67vw;
	  border: 0.40vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 3.33vw;
	}
  
	.join .form .list-box .desc a.id-check.active {
	  border: 0.40vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .desc a.email-check.active {
	  border: 0.40vw solid blue;
	  color: blue;
	}
  
	.join .form .list-box .list span {
	  font-size: 3.33vw;
	  color: #535353;
	  display: inline-block;
	  width: 22.00vw;
	}
	.join .form .list-box .list input{
	  width: 66.67vw;
	  height: 12.67vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 2.00vw;
	  padding: 0 4.00vw;
	  font-size: 3.33vw;
	  color: #535353;
	}
  
	.join .form .btn-box {
	  margin: 5.33vw 0;
	  padding: 0 3.20vw;
	  padding-bottom: 5.33vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 1.33vw;
	}
	.join .form .btn-box a {
	  width: 50%;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.join-after{
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.join-after .area {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  height: 100%;
	  gap: 20.00vw;
	}
  
	.join-after .area .txt-wrap {
	  font-size: 4vw;
	  text-align: center;
	  font-weight: 600;
	}
	.join-after .area .txt-wrap2 {
	  font-size: 4.67vw;
	  text-align: center;
	  font-weight: 600;
	}
  
	.join-after .area a {
	  display: inline-block;
	  width: 68vw;
	  height: 12.67vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  border-radius: 6.67vw;
	  font-size: 4.00vw;
	  color: #fff;
	  font-weight: 600;
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.join-after .area input[type=email]{
	  width: 66.67vw;
	  height: 12.67vw;
	  border:none;
	  background-color: #f6f6f6;
	  text-align: center;
	  font-size: 4.00vw;
	  color: #535353;
	  border-radius: 1.33vw;
	  margin-top: 2.67vw;
	}
  
	.join-after .area .list-box {padding: 6.67vw 5.33vw; padding-bottom: 0;}
	.join-after .area .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 2.67vw;
	}
	.join-after .list-box .list span {
	  font-size: 3.33vw;
	  color: #535353;
	  display: inline-block;
	  width: 22.00vw;
	}
	.join-after .list-box .list input{
	  width: 57.33vw;
	  height: 12.67vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 1.5vw;
	  padding: 0 4.00vw;
	  font-size: 3.33vw;
	  color: #535353;
	}
  
	.join-after .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 2.67vw;
	  margin-bottom: 2.67vw;
	  gap: 3.33vw;
	}
	.join-after .list-box .desc.basic {
	  margin-right: 1vw;
	}
	.join-after .list-box .desc.success {
	  display: none;
	}
	.join-after .list-box .desc.false {
	  display: none;
	}
  
	/* 위치확인기능 */
  
	.home {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
  
	.home .area {
	  background: #fff;
	  position: relative;
	}
  
	.home .area .btn-box {
	  width: 100%;
	  padding: 17.00vw 0;
	  background-color: #fff;
	  border-radius: 2.67vw 2.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 2.67vw;
	  box-shadow: 0 -2vw 6vw 3vw rgb(0 0 0 / 20%);
	}
  
	.home .btn-box a {
	  width: 68.00vw;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home .map-wrap {
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .map-wrap .map{
	  width: 100vw;
	  height: 68.53vw;
	} 
	.home .map-wrap .map img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .map-wrap .btn-box {
	  width: 100%;
	  padding-top: 10.67vw;
	  background-color: #fff;
	  border-radius: 2.67vw 2.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 2.67vw;
	  /* box-shadow: 0 -2vw 6vw 3vw rgb(0 0 0 / 20%); */
	}
  
	.home .map-wrap .btn-box .txt {
	  font-size: 4.67vw;
	  font-weight: 600;
	}
  
	.home .map-wrap .btn-box a {
	  width: 68.00vw;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .map-wrap .btn-box .btn-next {
	  margin-top: 6.67vw;
	  width: 100%;
	  height: 17.33vw;
	  font-size: 4.00vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
	.home .picture-wrap {
	  background-color: #fff;
	  height: 100%;
	  display: flex;
	  position: relative;
	  flex-direction: column;
	} 
	.home .picture-wrap .picture{
	  width: 100vw;
	  height: 79.53vw;
	} 
	.home .picture-wrap .picture img {width: 100%; height: 100%; object-fit: cover;}
  
	.home .picture-wrap .btn-box {
	  width: 100%;
	  padding: 21.33vw 0;
	  background-color: #fff;
	  border-radius: 2.67vw 2.67vw 0 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 2.67vw;
	  box-shadow: 0 -2vw 6vw 3vw rgb(0 0 0 / 20%);
	}
  
	.home .picture-wrap .btn-box .txt {
	  font-size: 4.67vw;
	  font-weight: 600;
	}
  
	.home .picture-wrap .btn-box a {
	  width: 68.00vw;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
	.home .picture-wrap .btn-box .btn-next {
	  margin-top: 6.67vw;
	  width: 100%;
	  height: 17.33vw;
	  font-size: 4.00vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
  
  
	.home .form .list-box {padding: 6.67vw 5.33vw; padding-bottom: 0;}
	.home .form .list-box .list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 2.67vw;
	}
	.home .form .list-box .desc {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  font-size: 2.67vw;
	  margin-bottom: 2.67vw;
	  gap: 3.33vw;
	}
	.home .form .list-box .desc2.basic {
	  margin-right: 12.67vw;
	}
	.home .form .list-box .desc2.success {
	  display: none;
	}
	.home .form .list-box .desc2.false {
	  display: none;
	}
  
	.home .form .list-box .desc a.id-check,.join .form .list-box .desc a.email-check {
	  display: inline-block;
	  height: 6.67vw;
	  width: 14.67vw;
	  border: 0.40vw solid #b84759;
	  color: #b84759;
	  font-weight: 600;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 3.33vw;
	}
  
	.home .form .list-box .desc a.id-check.active {
	  border: 0.40vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .desc a.email-check.active {
	  border: 0.40vw solid blue;
	  color: blue;
	}
  
	.home .form .list-box .list span {
	  font-size: 3.33vw;
	  color: #535353;
	  display: inline-block;
	  width: 22.00vw;
	}
	.home .form .list-box .list input{
	  width: 66.67vw;
	  height: 12.67vw;
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 2.00vw;
	  padding: 0 4.00vw;
	  font-size: 3.33vw;
	  color: #535353;
	}
	.home .form .list-box .list textarea{
	  width: 66.67vw;
	  /* height: 30vw; */
	  border:none;
	  background-color: #f6f6f6;
	  border-radius: 2.00vw;
	  padding: 4.00vw;
	  font-size: 3.33vw;
	  color: #535353;
	}
	.home .form .list-box .list .img-box{
	  width: 66.67vw;
	  height: 50vw;
	  border:none;
	  background-color: #f6f6f6;
	  /* overflow: auto; */
	  border-radius: 2.00vw;
	  padding: 4.00vw;
	  font-size: 3.33vw;
	  color: #535353;
	}
  
	.home .form .list-box .list .img-box img {
		width: 100%;
		height: 100%;
	}
	.home .form .btn-box .btn-next {
	  margin-top: 4.67vw;
	  width: 100%;
	  position: fixed;
	  bottom: 0;
	  height: 17.33vw;
	  font-size: 4.00vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #b84759;
	  border-radius: 0;
	  color: #fff;
	  font-weight: 600;
	}
  
	.home-after {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	}
	.home-after .area{
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  gap: 16.67vw;
	}
	.home-after .area .txt-wrap{
	  text-align: center;
	  font-size: 4.00vw;
	  font-weight: 600;
	}
	.home-after .area .btn-box {
	  display: flex;
	  justify-content: center;
	  gap: 1.33vw;
	}
	.home-after .area .btn-box a {
	  width: 46.67vw;
	  height: 12.67vw;
	  font-size: 4.00vw;
	  border-radius: 6.67vw;
	  font-size: 4vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #e19797;
	  color: #fff;
	  font-weight: 600;
	}
  
	.list-lookup {
	  height: 100%;
	}
  
	.list-lookup .search-box {
	  margin-top: 6.67vw;
	  margin-bottom: 4.00vw;
	  padding: 0 9.33vw;
	  display: flex;
	  align-items: center;
	  gap: 2.67vw;
	}
	.list-lookup .search-box .btn-all{
	  display: inline-block;
	  width: 69.33vw;
	  height: 8.67vw;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 4.00vw;
	  color: #b84759;
	  border-radius: 5.33vw;
	  border: 0.40vw solid #b84759;
	}
	.list-lookup .search-box .btn-search {width: 10vw;}
	.list-lookup .search-box .btn-search img{width: 100%; display: block;}
  
	.list-lookup .search-date-box {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  margin-bottom: 2.67vw;
	}
	.list-lookup .search-date-box .search-date-list {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 0.67vw;
	}
	.list-lookup .search-date-box .search-date-list.date1{
	  margin-bottom: 0.67vw;
	}
	.list-lookup .search-date-box .search-date-list a{
	  width: 28.00vw;
	  height: 8.00vw;
	  padding: 0 4.00vw;
	  background-color: #f2f2f2;
	  font-size: 3.33vw;
	  display: flex;
	  align-items: center;
	}
	.list-lookup .search-date-box .search-date-list .date-box {
	  position: relative;
	}
	.list-lookup .search-date-box .search-date-list .date-box input{
	  width: 28.00vw;
	  height: 8.00vw;
	  padding: 0 4.00vw;
	  background-color: #f2f2f2;
	  font-size: 3.33vw;
	  display: flex;
	  align-items: center;
	  border: none;
	}
	.list-lookup .search-date-box .search-date-list a:first-child {
	  border-radius: 2.67vw 0 0 2.67vw;
	}
	.list-lookup .search-date-box .search-date-list a:last-child {
	  border-radius: 0.00vw 2.67vw 2.67vw 0;
	}
	.list-lookup .search-date-box .search-date-list .date-box input.af-date {
	  border-radius: 0.00vw 2.67vw 2.67vw 0;
	}
	.list-lookup .search-list-box {
	  padding: 0 4.00vw;
	  padding-bottom: 4vw;
	}
	.list-lookup .search-list-box .search-list {
	  width: 100%;
	  height: 33.33vw;
	  border-radius: 2.67vw;
	  margin-bottom: 2.67vw;
	  background-color: #f6f6f6;
	  display: flex;
	  align-items: center;
	  gap: 5.33vw;
	  padding: 9.33vw 5.33vw;
	  position: relative;
	}
	.list-lookup .search-list-box .search-list .close {
	  width: 2.67vw;
	  position: absolute;
	  right:2.67vw;
	  top:2.67vw;
	}
	.list-lookup .search-list-box .search-list .close img{width: 100%; display: block;}
  
	.list-lookup .search-list-box .search-list .left {
	  width: 12.80vw;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 2.67vw;
	}
	.list-lookup .search-list-box .search-list .left .location{width: 5.33vw;}
	.list-lookup .search-list-box .search-list .left .location-text {font-size: 2.93vw;}
	.list-lookup .search-list-box .search-list .left .location img{width: 100%; display: block;}
	.list-lookup .search-list-box .search-list .right .list-date{font-size: 2.93vw;}
	.list-lookup .search-list-box .search-list .right .list-file{font-size: 2.93vw; margin-bottom: 4.00vw;}
	.list-lookup .search-list-box .search-list .right .list-name{font-size: 4.67vw; font-weight: 600; width: 37.33vw;}
  }
  
  @media screen and (min-width : 360px) and (max-width: 426px) {
	.login .form .chk-savebox .save span::before {
	  content: '\f00c';
	  font-family: 'fontawesome';
	  top:25%;
	  left:40%;
	  font-size: 15px;
	  color: #bf5c6c;
	  background: none;
	}
  }

  @media screen and (min-width : 427px) and (max-width: 750px) {
	.login .form .chk-savebox .save span {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.login .form .chk-savebox .save span::before {
	  content: '\f00c';
	  font-family: 'fontawesome';
	  top:30%;
	  left:45%;
	  font-size: clamp(15px, 20px);
	  color: #bf5c6c;
	  background: none;
	}
  }
input:focus, a:focus{
	outline:none!important;
  	-webkit-tap-highlight-color : transparent!important;
}

.add-btn-area {
	position: fixed;
	bottom: 2.50vw;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 4vw;
	z-index: 10;
}

.add-btn-area a {
	display: inline-block;
	width: 100%;
	height: 10vw;
	background-color: #e19797;
	color: #fff;
	border-radius: 50px;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.input-box input, .input-box select {
	width: 100%;
	height: 10vw;
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 0 2vw;
	font-size: 1.1em;
	color: #535353;
	border: none;
}