.top_h{
  background-color: #f6f6f6;
}
.mid_h{
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 10px 0;
  background-color: white;
}
.mid_h2{
  margin: auto;
}
.mid_h2 img{
  display: block;
  margin: auto;
}
.m_time{
  max-width: 1150px;
  margin: auto;
  color: #afafaf;
}
.top2_h{
  position: relative;
  width: 1150px;
  margin: auto;
  padding: 10px 0;
  background-color: white;
  color: #afafaf;
}
.r2_1{
  position: absolute;
  top: 5px;
  right: 100px;
}
.r2_2{
  position: absolute;
  top: 5px;
  right: 0px;
}
.left_h{
  display: inline-block;
}
.left_h2{
  display: inline-block;
  line-height: 39px;
  position: absolute;
  color: #afafaf;
}
.left_h3{
  position: absolute;
  top: 12px;
  right: 0px;
}
.top_h img{
  display: block;
  margin: auto;
  width: 100%;
}
.bot_h img{
  display: block;
  margin: auto;
}
.bot2_h img{
  display: block;
  margin: auto;
}
.foot{
  background-color: #f5f5f5;
}
.foot img{
  display: block;
  margin: auto;
}
.sec1{
  position: relative;
  background-color: #eee8e4;
  width: 100%;
  min-width: 1480px;
}
main{
  padding: 0 !important;
}
.midle{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.medic{
  background-color: pink;
}
.pdf_wrap img{
  width: 100%;
  display: block;
  max-width: 2560px;
}
.left{
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: 2;
}
.right{
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: 2;
}
.vlink{
  position: absolute;
  top: 25%;
  left: 32%;
  z-index: 1;
  /* transform: translateX(-50%); */
}
@media screen and (max-width:768px){
  /*layout reset*/
  /* html, body{
    min-width: auto;
    margin: 0;
    overflow-x: hidden;
  }
  header, footer, .B_header.cloned.fixed{
    display: none;
  }
  main{
    width: 100% !important;
    padding: 0 !important;
  } */
  body{
    min-width: 100% !important;
  }
  main{
    padding: 0;
  }
  .sec1{
    min-width: auto;
  }
  .w100{
    width: 100%;
  }
  .left{
    width: 18.8%;
  }
  .right{
    width: 19.7%;
  }
}
.sec2{
  box-sizing: border-box;
  background-color: #7c8968;
  padding: 0 0em 4em;
}
.texta{
  max-width: 1000px;
  width: 80%;
  position: relative;
  transform: translateY(-35px);
  margin: auto;
  z-index: 3;
  display: block;
  border: 4px solid #6c7959;
  outline: none;
  resize: none;
  line-height: 1.68em;
  font-size: 20px;
  padding: 30px 5px;
  border-radius: 16px;
  background-color: white;
}
.texta_pdf{
  max-width: 1000px;
  width: 80%;
  position: relative;
  transform: translateY(-35px);
  margin: auto;
  z-index: 3;
  display: block;
  border: 4px solid #6c7959;
  outline: none;
  resize: none;
  line-height: 1.68em;
  font-size: 20px;
  padding: 30px 40px;
  border-radius: 16px;
  background-color: white;
}
.sec4 .texta{
  border-color: #2c549a;
}
@media screen and (max-width:768px){
  .vlink{
    width: 39.3%;
  }
}

/* 공통: vlink 기본 이동 애니메이션 */
.vlink {
  animation: floatMove 20s ease-in-out infinite alternate;
}
/* 상하좌우 5% 정도 랜덤 이동 */
@keyframes floatMove {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(2%, -1%); }
  40%  { transform: translate(-2.7%, 1.75%); }
  60%  { transform: translate(1.2%, 2%); }
  80%  { transform: translate(-2%, -2%); }
  100% { transform: translate(3.25%, -0.75%); }
}
.blink-strong {
  animation: blinkStrong 2.2s ease-in-out infinite;
}
@keyframes blinkStrong {
  0%, 100% { opacity: 1; }
  40%      { opacity: 0.2; }
  60%      { opacity: 0.6; }
}
.sec3{
  position: relative;
  background-color: #ffcece;
  width: 100%;
  min-width: 1480px;
}
.sec3 .midle{
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.sec3 .midle video{
  width: 100%;
}
.sec4{
  box-sizing: border-box;
  background-color: #416bb4;
  padding: 0 0em 4em;
}
.sec4 textarea{
  border-color: #2f589e;
}
.sec4 .texta_pdf{
  border-color: rgb(9, 78, 168);
}
@media screen and (max-width:768px){
  .sec3, .sec4{
    min-width:auto;

  }
}


/* 기본 UL 정리 */
.assoc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; /* inline-block 간격 제거 */
  text-align: left;
}

/* LI를 행으로 배치 */
.assoc_list li{
  display: inline-block;
  vertical-align: top;
  width: 19%;
  box-sizing: border-box;
  height: 110px;
  border: 1px solid #ddd;
  background-color: #fff;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.assoc_list li.my_line{
  border-color: red;
}
.assoc_list{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; /* float 정리 */
}
/* 5개마다 줄바꿈 강제 (안정성 확보) */
.assoc_list li:nth-child(5n){
  margin-right: 0%;
}
.assoc_list li:nth-child(5n+1){
  clear: both;
}


.assoc_list li a{
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
  text-decoration: none;
}
/* 박스 스타일 */
.assoc_list .box {
  text-align: center;
}

/* 로고 영역 */
.assoc_list .logo {
  width: 115px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}
.assoc_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
/* 텍스트 */
.assoc_list .title {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 6px 0 4px;
  color: #000 !important;
}
.assoc_list .name{
  font-size: 12px;
  line-height: 12px;
  color: #333;
  margin: 6px 0 4px;
  color: #4d4d4d !important;
}





/* 기본 UL 정리 */
.dot_assoc_list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; /* inline-block 간격 제거 */
  text-align: left;
  display: grid;
  grid-template-columns: repeat(auto-fill, 170px);
  justify-content: center;
  grid-auto-rows: auto;
  gap: 15px;
}

/* LI를 행으로 배치 */
.dot_assoc_list li{
  vertical-align: top;
  width: 170px;
  box-sizing: border-box;
  height: 110px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dot_assoc_list li a{
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
}
/* 박스 스타일 */
.dot_assoc_list .box {
  text-align: center;
}

/* 로고 영역 */
.dot_assoc_list .logo {
  width: 115px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}
.dot_assoc_list .logo img {
  max-width: 100%;
  max-height: 100%;
}

/* 텍스트 */
.dot_assoc_list .title {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin: 6px 0 4px;
}
.dot_assoc_list .name{
  font-size: 12px;
  line-height: 12px;
  color: #333;
  margin: 6px 0 4px;
}

@media screen and (max-width:480px){
  .dot_assoc_list{
    grid-template-columns: repeat(auto-fill, 130px);
  }
  .dot_assoc_list li{
    width: 130px;
  }
  .dot_assoc_list .title{
    font-size: 12px;
  }
  .dot_assoc_list .name{
    font-size: 11px;
  }
}

















































.semi_form{
  padding: 0 2%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.1em;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
}
.semi_form h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 12px;
  border-left: 4px solid #002C66;
  color: #333;
  background: #f5f7fa;
  margin: 25px 0 15px;
  border-radius: 4px;
}

.semi_form .formTxt{
  font-size: 14px;
  font-weight: 500;
}
/* 구역 제목 */
.form_title {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 700;
}

/* 설명 */
.form_desc {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

/* row */
.form_row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.form_label{
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  flex: 0 0 100px;
}
.form_row > input ,.form_row .triple_input, .form_row .email_input{
  width: 100%;
}
/* input 기본 스타일 */
.form_input,
.triple_input input,
.triple_input select,
.email_input input,
.email_input select {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* 전화번호/휴대전화 3칸 */
.triple_input {
  display: flex;
  gap: 6px;
}

.triple_input input,
.triple_input select {
  width: 33%;
}

/* 이메일 */
.email_input {
  display: flex;
  gap: 6px;
  align-items: center;
}

.email_input input {
  width: 30%;
}

.email_input select {
  width: 30%;
}

/* 주소 */
.address_wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.address_wrap .zip_row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.address_wrap input[readonly] {
  width: 100%;
  cursor: pointer;
  background: #f7f7f7;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* 버튼 그룹 */
.btn_group {
  display: flex;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
}

/* 기존 버튼 클래스 사용 */
.sendButton {
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  line-height: 1.1em;
}

.submitC {
  background: #002C66;
  color: #fff;
}

.defaultC {
  background: #e0e0e0;
  color: #333;
}
.on_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 38px;
  text-align: center;
  flex: 2;
  padding: 0 10px;
  white-space: nowrap;
}
#wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  width: 100%;
  height: 400px;
  margin-top: 5px;
  z-index: 10;
}
#btnFoldWrap{
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width:440px){
  .form_row{
    font-size: 12px;
  }
  .form_label{
    flex: 0 0 60px;
  }
  .sendButton{
    font-size: 13px;
    padding: 8px 10px;
  }
  #wrap{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form_row{
    margin-bottom: 8px;
  }
}





.logmi_form{
  padding: 0 2% 5%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.1em;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.logmi_form .naming{
  text-align: center;
  font-weight: 500;
}
.logmi_form .tip{
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
}

footer img{
  display: block;
  margin: auto;0.8
}



.shake-vertical {
  -webkit-animation: shake-vertical 8s cubic-bezier(.455,.03,.515,.955) infinite both;
  animation: shake-vertical 8s cubic-bezier(.455,.03,.515,.955) infinite both;
}

@-webkit-keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-4.5%);
    transform: translateY(-4.5%);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(4.5%);
    transform: translateY(4.5%);
  }
  80% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  90% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
}

@keyframes shake-vertical {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-4.5%);
    transform: translateY(-4.5%);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(4.5%);
    transform: translateY(4.5%);
  }
  80% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  90% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
}



.hours{
  width: 33.4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mot{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  z-index: 2;
}



.launch_main{
  /* background: linear-gradient(
    to bottom,
    #daeaff 0%,
    #e7e3f8 50%,
    #f5daf0 100%
  ); */
  background: #f0ddf3;
}
.launch_wrap{
  padding-bottom: 50px;
}
.launch_27{
  position: relative;
  width: 100%;
  min-width: 1480px;
}
.launch_27 .background{
  /* mix-blend-mode:color-burn; */
}
.launch_27 .background img{
  display: block;
  width: 100%;
}
.launch_texta{
  transform: none;
  border: none;
}
.launch_27 .background .lau_mobile{
  display: none;
}
@media screen and (max-width:768px){
  .launch_27{
    min-width: auto;
  }
}
@media screen and (max-width:520px){
  .launch_27 .background .lau_pc{
    display: none;
  }
  .launch_27 .background .lau_mobile{
    display: block;
  }
}