@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Recipekorea/Recipekorea.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumpenscript.css');
/* DSEG7 Font */
@font-face {
  font-family: 'DSEG7';
  src: url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.woff') format('woff'),
       url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.woff2') format('woff2'),
       url('/Users/Event/event/issue864/font/DSEG7ClassicMini-Bold.ttf') format('truetype');
}

/* Global */
html {
  scroll-behavior: smooth;
}

section {
  position: relative;
}

/* Responsive */
@media all and (max-width: 768px) {
  .w100 { width: 100%; }
}

/* Font Face */
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.woff') format('woff'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.otf') format('opentype'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSansBold.ttf') format('truetype');
}

[class^="sec"]{
  position: relative;
  font-family: 'Gmarket Sans';
  font-weight: 700;
  width: 1000px;
}

/* Blink */
.blink-1 {
  -webkit-animation: blink-1 2.5s infinite both;
  animation: blink-1 2.5s infinite both;
}
@-webkit-keyframes blink-1 {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes blink-1 {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.blink-5 {
  -webkit-animation: blink-5 6s infinite both;
  animation: blink-5 6s infinite both;
}
@-webkit-keyframes blink-5 {
  0%, 8.33%, 16.66%, 100% { opacity: 1; }
  4.16%, 12.5% { opacity: 0; }
}
@keyframes blink-5 {
  0%, 8.33%, 16.66%, 100% { opacity: 1; }
  4.16%, 12.5% { opacity: 0; }
}

/* Scroll Animation */
.scroll_wrap { overflow: hidden; }
.scroll_on {
  opacity: 0;
  transition: all 1.8s;
}
.scroll_on.active {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.scroll_on.type_top { transform: translate(0, -20%); }
.scroll_on.type_bottom { transform: translate(0, 20%); }
.scroll_on.type_left { transform: translate(-20%, 0); }
.scroll_on.type_right { transform: translate(20%, 0); }

/* Move Diagonal */
.move_deg {
  -webkit-animation: move-diagonal 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
  animation: move-diagonal 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
@-webkit-keyframes move-diagonal {
  0%, 100% { transform: translate(0, 0); }
  10%, 30%, 50%, 70% { transform: translate(-1.5%, -1.5%); }
  20%, 40%, 60% { transform: translate(1.5%, 1.5%); }
  80% { transform: translate(3%, 3%); }
  90% { transform: translate(-3%, -3%); }
}
@keyframes move-diagonal {
  0%, 100% { transform: translate(0, 0); }
  10%, 30%, 50%, 70% { transform: translate(-1.5%, -1.5%); }
  20%, 40%, 60% { transform: translate(1.5%, 1.5%); }
  80% { transform: translate(3%, 3%); }
  90% { transform: translate(-3%, -3%); }
}

/* Puff In */
.puff-in-hor {
  -webkit-animation: puff-in-hor 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  animation: puff-in-hor 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@-webkit-keyframes puff-in-hor {
  0% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0); opacity: 1; }
}
@keyframes puff-in-hor {
  0% { transform: scaleX(2); filter: blur(4px); opacity: 0; }
  100% { transform: scaleX(1); filter: blur(0); opacity: 1; }
}

/* Vibrate */
.vibrate-1 {
  -webkit-animation: vibrate-1 5s linear infinite both;
  animation: vibrate-1 5s linear infinite both;
}
@keyframes vibrate-1 {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}

.vibrate-3 {
  -webkit-animation: vibrate-3 7s linear infinite both;
  animation: vibrate-3 7s linear infinite both;
}
@keyframes vibrate-3 {
  0%, 100% { transform: translate(0); }
  10% { transform: translate(-2px, -2px); }
  20% { transform: translate(2px, -2px); }
  30% { transform: translate(-2px, 2px); }
  40% { transform: translate(2px, 2px); }
  50% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, -2px); }
  70% { transform: translate(-2px, 2px); }
  80% { transform: translate(-2px, -2px); }
  90% { transform: translate(2px, -2px); }
}

/* Shake Right */
.shake-right {
  -webkit-animation: shake-right 10s cubic-bezier(.455, .03, .515, .955) infinite both;
  animation: shake-right 10s cubic-bezier(.455, .03, .515, .955) infinite both;
}
@-webkit-keyframes shake-right {
  0%, 100% { transform: rotate(0deg); transform-origin: 100% 50%; }
  10% { transform: rotate(1deg); }
  20%, 40%, 60% { transform: rotate(-2deg); }
  30%, 50%, 70% { transform: rotate(2deg); }
  80% { transform: rotate(-1deg); }
  90% { transform: rotate(1deg); }
}
@keyframes shake-right {
  0%, 100% { transform: rotate(0deg); transform-origin: 100% 50%; }
  10% { transform: rotate(1deg); }
  20%, 40%, 60% { transform: rotate(-2deg); }
  30%, 50%, 70% { transform: rotate(2deg); }
  80% { transform: rotate(-1deg); }
  90% { transform: rotate(1deg); }
}
.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.96);animation-timing-function:ease-in}17%{transform:scale(1.05);animation-timing-function:ease-out}33%{transform:scale(.97);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}
#form_table{
  display: block !important;
}
/* 우편우편우편우편 */



.aaa, .bbb, .ccc{
  cursor: pointer;
}
.random li{
  position: relative;
}
.ran_a .bbb{
  position: absolute;
  top: 55%;
  left: 42%;
  width: 8%;
}
.ran_a .ccc{
  position: absolute;
  top: 47.5%;
  left: 73%;
  width: 8%;
}
.ck1{
  position: absolute;
  top: 55%;
  left: 35%;
  width: 8.6%;
}
.ck2{
  position: absolute;
  top: 47.5%;
  left: 66%;
  width: 8.6%;
}
.ran_b .aaa{
  position: absolute;
  top: 51%;
  left: 14%;
  width: 8%;
}
.ran_b .ccc{
  position: absolute;
  top: 47.5%;
  left: 73%;
  width: 8%;
}
.ck3{
  position: absolute;
  top: 51%;
  left: 7%;
  width: 8.6%;
}
.ck4{
  position: absolute;
  top: 47.5%;
  left: 66%;
  width: 8.6%;
}
.ran_c .aaa{
  position: absolute;
  top: 51%;
  left: 14%;
  width: 8%;
}
.ran_c .bbb{
  position: absolute;
  top: 55%;
  left: 42%;
  width: 8%;
}
.ck5{
  position: absolute;
  top: 51%;
  left: 7%;
  width: 8.6%;
}
.ck6{
  position: absolute;
  top: 55%;
  left: 35%;
  width: 8.6%;
}

.video_all{
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  z-index: 1;
  border-radius: 10px;
  border: 3px solid white;
  overflow: hidden;
  box-sizing: border-box;
}
#Vod{
  width: 100%;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1.5%;
  border-radius: 6px;
}
#Video{
  width: 100%;
}
.nav_tab{
  position: relative;
  width: 1000px;
}
.nav_call{
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_call a{
  display: block;
  width: 100%;
  height: 100%;
}
.call_a{
  position: absolute;
  top: 7%;
  left: 16%;
  width: 8.6%;
  pointer-events: none;
}
.call_b{
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 8.6%;
  pointer-events: none;
}
.call_c{
  position: absolute;
  top: 7%;
  left: 76%;
  width: 8.6%;
  pointer-events: none;
}
.pdf_dw{
  position: absolute;
  bottom: 16%;
  height: 7.5%;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.pdf_dw a{
  display: block;
  height: 100%;
  width: 100%;
}
.ch{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ch a{
  display: block;
  width: 100%;
  height: 100%;
}
.tab_sever{
  position: relative;
}
.tab_sever div{
  display: none;
}
.tab_sever div.active{
  display: block;
}
.opaci{
  position: absolute;
  top: 3.5%;
}
.tab_lon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 3;
}
.tab_lon div{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.look1{
  position: absolute;
  top: 72%;
  left: 46%;
  width: 11.6%;
  cursor: pointer;
}
.look2{
  position: absolute;
  top: 72%;
  left: 68%;
  width: 11.6%;
  cursor: pointer;
}
.c3_a{
  position: absolute;
  top: 110%;
  left: 19%;
  width: 8.6%;
  z-index: 5;
}
.c3_b{
  position: absolute;
  top: 110%;
  left: 72%;
  width: 8.6%;
  z-index: 5;
}
.round_1{
  position: absolute;
  top: -10%;
  left: -6%;
  width: 14.5%;
}
.round_2{
  position: absolute;
  top: -10%;
  left: -6%;
  width: 14.5%;
}
.round_3{
  position: absolute;
  top: -10%;
  left: -6%;
  width: 14.5%;
}
.round_4{
  position: absolute;
  top: -10%;
  left: -6%;
  width: 14.5%;
}
[class^="round_"]{
  display: none;
}
[class^="round_"].active{
  display: block;
}
[class^="chca"]{
  display: none !important;
}
[class^="chca"].active{
  display: flex !important;
}
@media all and (max-width: 600px){
  .round_4{
    top: -7%;
  }
    .round_3{
    top: -5.5%;
  }
  .round_4{
    top: -4.5%;
  }
}

@media all and (max-width: 500px){
  .round_2{
    top: -5%;
  }
  .round_3{
    top: -5%;
  }
  .round_4{
    top: -4%;
  }
}
@media all and (max-width: 440px){
  .round_1{
    top: -3%;
  }
  .round_2{
    top: -2%;
  }
  .round_3{
    top: -2%;
  }
  .round_4{
    top: -2%;
  }
}
/* in_no 흔들기 */
.shake-x {
  animation: shake-x .6s ease;
}
@keyframes shake-x {
  0%,100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}
/* 정답 체크 표시 표시용 */
.chca.active { display: flex !important; }
/* round 표시용 */
[class^="round_"].active { display: block !important; }








.open_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: start;
  z-index: 100;
}

.open_popup.active {
  display: flex;
}

.open_popup .content {
  position: fixed;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 5% 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

.open_popup .content::-webkit-scrollbar {
  display: none;
}

.open_popup .content .front,
.open_popup .content .back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.open_popup .content .front.active,
.open_popup .content .back.active {
  display: flex;
}

.open_popup .backg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 82, 52, 0.75);
  z-index: 150;
}

.close {
  position: absolute;
  width: 10%;
  height: 9%;
  top: 0%;
  right: 4.5%;
  cursor: pointer;
}

.open_popup .content .front .tclk {
  position: absolute;
  top: 0%;
  left: 23%;
  width: 7.8%;
}

.open_popup .content .back .tclk {
  position: absolute;
  top: 0%;
  left: 9.3%;
  width: 7.8%;
}

.flx_btn {
  position: absolute;
  width: 30%;
  height: 10%;
  top: 0%;
  left: 4.5%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flx_btn div {
  display: block;
  width: 100%;
  height: 100%;
}

.qux_tn{
  width: 100%;
  cursor: pointer;
}
.qux_tn img{
  width: 100%;
}
@media all and (max-width: 768px) {
  .open_popup .content {
      align-items: center;
  }
}






*{
  box-sizing:border-box;
}
body{
  margin:0;
  /* font-family:"GmarketSansMedium","Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif; */
  color:#111;
}
.wazx{
  font-family: 'Nanum Pen Script', serif;
  width: 1000px;
  background-color: #0d5739;
  padding-bottom: 7%;
}
.sheet{
  width:95%;
  margin: 0 auto;
  max-width:var(--maxw);
  border:1px solid var(--line);
  border-radius:10px;
  padding:clamp(16px,3.2vw,32px);
  background:#fff;
}
.q{
  position: relative;
  margin-top:clamp(12px,3vw,24px);
  padding-bottom: 5%;
}
.q__head{
  font-size:30px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  line-height:1.35em;
}
.q__no{
  font-weight:700;
  line-height:1.55em;
}
.q__title{
  font-weight:700;
  line-height:1.6;
  padding-bottom: 3%;
}
.choices{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  font-size:24px;
}
.choice{
  display:flex;
  line-height: 1.35em;
  gap:8px;
}
.choice > div{display: flex;gap: 5px;}
.circled{
  /* font-family:"Noto Sans Symbols2","Apple SD Gothic Neo","Malgun Gothic",sans-serif; */
}
.board{
  margin-top:10px;
  padding:3.5% 4.5%;
  border:1px solid #eee;
  border-radius:8px;
  background:#fafafa;
  font-size:24px;
  font-weight: 500;
  line-height: 1.68em;
  margin-bottom: 2%;
}
.board strong{
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5%;
}
.passage{
  margin-top:12px;
  background:var(--box);
  border:1px solid var(--line);
  border-radius:8px;
  padding:clamp(12px,2.2vw,18px);
  font-size:24px;
  line-height:1.9em;
}
.answers{
  margin-top:clamp(12px,2.4vw,18px);
  gap:10px;
  font-size:24px;
}
.answers>div{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}
.in_no{
  cursor: pointer;
  transition: .3s;
}
.in_no:hover{
  color: #c50909;
}
.in_ok{
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.in_no:hover{
  color: #c50909;
}
.chca{
  position: absolute;
  bottom: 5%;
  right: 95%;
  width: 6.5%;
}
.chca.ssss{
  bottom: 50%;
}

.ran_a,.ran_b,.ran_c,.tab_a,.tab_b,.tab_c{display: none;}
.ran_a.active,.ran_b.active,.ran_c.active,.tab_a.active,.tab_b.active,.tab_c.active{display: block;}
#Video1, #Video2, #Video3{
  width: 100%;
  display: none;
}
#Video1.active, #Video2.active, #Video3.active{
  display: block;
}
.sec1,.sec2,.sec3{
  display: none;
}
#sec1.active, #sec2.active, #sec3.active{
  display: block;
}

@media(min-width:769px){
  .answers{
    grid-template-columns:1fr 1fr;
  }
}
@media all and (max-width:768px){
  [class^="sec"], .nav_tab{
    width: 100%;
  }
  .nav_call{
    left: 0%;
  }
  .wazx{width:100%;}
  .q__head{font-size:clamp(16px,4.5vw,22px);}
  .choices{font-size:clamp(12px,3vw,18px);}
  .board{font-size:clamp(14px,3vw,18px);}
  .passage{font-size:clamp(14px,3.5vw,18px);}
  .answers{font-size:clamp(14px,3.5vw,18px);}
}

















    
    /* form */
  #form_table{
    font-family: 'GmarketSans';
    background: linear-gradient(to right, #0d5739 0%, #0d5739 100%);
  }
  #form_table{
    /* display: none; */
    padding: 0 0 5%;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* left: 0.25%;*/
  }
  #form_table.active{
    display: block;
  }
  #form_table form{
    display: block;
    box-sizing: border-box;
    width: calc(96% - 2px);
    margin: 0 auto;
    background-color: white;
    padding: 3% 4%;
    border-radius: 16px;
  }
  #form_table .form-container{
    width: 100%;
    border-collapse: collapse;
  }
  #form_table .input-field{
    padding-left: 2%;
    box-sizing: border-box;
    border: 2px solid #a1a0a3;
  }
  #form_table .input-field:focus{
    outline: none;
  }
  #form_table .agree_wrap{
    padding: 7% 0%;
  }
  #form_table td{
    padding: 1.5% 3.5%;
  }
  #form_table .text{
    width: 100%;
  }
  #form_table .tip{
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
  }
  #form_table .find-zipcode {
    display: flex;
  }
  #form_table .find-zipcode .zipcode{
    padding: 0 5.5%;
    margin-left: 2%;
    background-color: black;
    color: white;
    font-size: 20px;
    font-family: 'GmarketSans';
    outline: none;
    border: 1px solid white;
    cursor: pointer;
    transition: .2s;
  }
  #form_table .find-zipcode .zipcode:hover{
    background-color: grey;
  }
  #form_table .info_po{
    padding-bottom: 2%;
    font-size: 16px;
    line-height: 22px;
  }
  #form_table .marg_auto{
    display: block;
    width: 80%;
    margin-left: auto;
  }
  #form_table [class^="agree_chk"]{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    gap: 2%;
    cursor: pointer;
    padding: 0 0 0 20%;
  }
  #form_table .agree_wrap p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 6%;
    color: #4d4d4d;
    padding: 0 0 0 20%;
    width: 90%;
    word-break: keep-all;
  }
  #form_table .agree_wrap p em{
    font-weight: 600;
  }
  /* check form */
  #form_table .check_wrap [id^="check_btn"] {
    display: none;
  }
  #form_table .check_wrap [id^="check_btn"] + label {
    cursor: pointer;
  }
  #form_table .check_wrap [id^="check_btn"] + label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #b1b1b1;
    border-radius: 4px;
    background-color: white;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before {
    content: '';
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    background-image: url('/Users/Event/event/issue1176/image/check.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #wrap {
    display: none;
    position: absolute;
    border: 2px solid #a7a7a7;
    width: 50%;
    left: 40%;
    z-index: 500;
    height: 400px;
  }

  @media all and (max-width: 768px) {
    #wrap{
      max-width: 90% !important;
      left: 50%;
      transform: translateX(-50%);
      max-width: 600px;
    }
  }
  .form-list{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    gap: 10px;
  }
  .form-list .form-item{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* gap: 5%; */
  }
  #form_table .tip{
    width: 20%;
  }
  #form_table .input-field{
    width: 80%;
    height: 70px;
  }
  #form_table .find-zipcode{
    width: 80%;
  }
  #form_table hr{
    display: block !important;
    width: 100%;
    position: relative;
  }
  .form-list .form-item.gender{
    justify-content: start;
  }
  .gender input[type='radio']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .gender input[type='radio']:checked {
    background-color: #145861;
    border: 3px solid white;
    box-shadow: 0 0 0 1.6px #145861;
  }
  .form-list .form-item.gender > div{
    margin-right: 3%;
  }
  .form-list .form-item .fsz{
    font-size: 20px;
    display: block;
    padding: 0 0 0 5px;
  }
  @media all and (max-width: 768px) {
    #form_table .input-field{
      height: 50px;
    }
    #form_table .tip{
      font-size: clamp(12px, 3vw, 18px);
    }
    #form_table [class^="agree_chk"]{
      font-size: clamp(13px, 3vw, 20px);
    }
    #form_table .find-zipcode .zipcode{
      font-size: clamp(10px, 3vw, 16px);
    }
    #form_table .info_po{
      font-size: clamp(8px, 2.5vw, 14px);
      line-height: clamp(12px, 2.5vw, 18px);
    }
    #form_table .agree_wrap p{
      font-size: clamp(10px, 3vw, 16px);
      line-height: clamp(20px, 3vw, 32px);
    }
    #form_table .agree_wrap p span{
      font-size: 0.9em; 
      color: #7e7e7e;
      line-height: clamp(16px, 3vw, 30px);
    }
    #form_table [class^="agree_chk"],
    #form_table .agree_wrap p{
      padding: 0 0 0 10%;
    }
    .form-list .form-item .tipera{
      font-size: 0.75em;
    }
  }
  @media all and (max-width: 450px) {
    .form-list{
      gap: 5px;
    }
    #form_table .input-field {
      height: 35px;
      border: 1px solid #bdb2d5;
    }
    #form_table .agree_wrap{
      padding-left: 0;
    }
    #form_table hr{
      width: 100%; position: relative; left: 0; transform: translateX(0%);
    }
    #form_table [class^="agree_chk"] span{
      top: 0;
    }
    #form_table .check_wrap [id^="check_btn"] + label:before{
      width: 15px;
      height: 15px;
    }
    #form_table .check_wrap [id^="check_btn"]:checked + #wrap {
        display: none;
        position: absolute;
        border: 2px solid #a7a7a7;
        width: 50%;
        left: 40%;
        z-index: 500;
        height: 400px;
    }

    @media all and (max-width: 768px) {
        #wrap{
            max-width: 90%;
            left: 50%;
            transform: translateX(-50%);
            max-width: 600px;
        }
    } label:before{
      background-size: 15px;
    }
    #form_table [class^="agree_chk"],
    #form_table .agree_wrap p{
      padding: 0 0 0 0%;
    }
  }
  @media all and (max-width: 400px) {
    #form_table .tip{
      width: 25%;
    }
    #form_table .input-field,
    #form_table .find-zipcode,
    #form_table .marg_auto{
      width: 75%;
    }
  }
    @media screen and (max-width: 1024px) {
  #men, #women {
    width: 18px;
    height: 18px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 20px;}
}

@media screen and (max-width: 768px) {
  #men, #women {
    width: 16px;
    height: 16px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 18px;}
}

@media screen and (max-width: 480px) {
  #men, #women {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 400px) {
  #men, #women {
    width: 15px;
    height: 15px;
  }
  #form_table .check_wrap [id^="check_btn"]:checked + label:before{background-size: 16px;}
}

[class^="taber"]{
  display: none;
}
[class^="taber"].active{
  display: block;
}
.submit_Btn{
  cursor: pointer;
}

/* 우편우편우편우편 */
.postcode-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;z-index:9999}
.postcode-modal.active{display:block}
.postcode-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(720px,92vw);height:min(640px,88vh);background:#fff;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.25);overflow:hidden}
.postcode-close{position:absolute;right:30px;top:4px;width:40px;height:40px;border:0;background:transparent;font-size:30px;cursor:pointer;color:#444;z-index:2}
.postcode-layer{width:100%;height:100%}
@media (max-width:768px){.postcode-dialog{display: none; width:100vw;height:100vh;border-radius:0}.postcode-close{right:30px;top:3px;font-size:35px}}
.body-locked{overflow:hidden}

/* 모바일에서 우편번호 모달 보이게 */
@media (max-width:768px){
  .postcode-dialog{
    display:block !important;     /* 숨김 해제 */
    width:100vw;
    height:100vh;
    border-radius:0;
  }
}

/* 혹시 우선순위 충돌 대비 */
.postcode-modal.active .postcode-dialog{
  display:block !important;
}
