@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hakgyoansim Jiugae';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimJiugaeR.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



:root{
  --submit: #FC737F;
  --white: #FFFFFF;
  --bg-beige: #FFF9EB;
  --purple1: #7540CB;
  --purple2: #593B99;
  --dark_purple: #452F74; 

  --post_bg_dark_height: 250px;
}

body{
  background-color: var(--bg-beige);
  width: 100%;
}

button{
  cursor: pointer;
  border: none;
}

.container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Pretendard-Regular;
  overflow: hidden;
}

.key_wrap{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.key_visual_area{
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #8266FF;
  background-image: url(../2024conference/assets/cloud_img.png);
  background-size: contain;
  background-position: 0% 82%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column-reverse;
}

.key_visual_left{
  height: 100%;
  width: 39%;
  position: absolute;
  left: 4%;
  background-image: url('../2024conference/assets/key_left.png');
  background-size: contain;  
  background-position: 50% 32%;
  background-repeat: no-repeat;
}

.key_visual_center{
  height: 66%;
  width: 40%;
  position: absolute;
  top:-17px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../2024conference/assets/key_center.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}

.key_visual_right{
  height: 100%;
  width: 50%;
  position: absolute;
  top: -4%;
  right: 3%;
  background-image: url('../2024conference/assets/key_right.png');
  background-size: contain;  
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
  
.key_visual_cloud{
  height: 18%;
  width: 100%;
  background-color: var(--bg-beige);
  
}

.key_btn_area{
  display: flex;
  justify-content: center;
  position:relative;
  z-index:10;
  
}

.key_btn{
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: var(--submit);
  color: var(--white);
  text-align: center;
  font-size: calc(1rem + 0.3vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  word-break: normal;
  padding: 0px 60px;
  padding-top: 3px;
  font-family: 'Pretendard-Regular';
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
  margin-top: -323px;
  cursor: pointer;
}
.key_btn_wrap {
  width: 100%;
  background-color: #8266FF;
  padding-top: 2%;
  z-index: 20;
}


.key_btn1{
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: var(--submit);
  color: var(--white);
  text-align: center;
  font-size: calc(1rem + 0.3vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  word-break: normal;
  padding: 15px 0;
  font-family: 'Pretendard-Regular';
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
  float: right;
  z-index: 20;
  margin-top: 2%;
  margin-right: 20vw;
  padding: 16px 4%;
}
.playbtn {
  cursor:pointer;
}
#vod_model {
  display: none;
  position: fixed;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  /* height: 508px; */
  /* height: 54%; */
  top: 30%;
  margin-top: -150px;
  background-color: rgb(255, 255, 255);
  padding: 1em;
  box-sizing: border-box;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);


}
.comment_text_area{
  position: relative;
  height: max-content;
  margin-bottom: 100px;
}

.key_text_area > h1, .recommand_text_area > p, .comment_text_area > p{
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-0.109deg);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Hakgyoansim Jiugae";
  font-size: calc(1rem + 3vw);
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 114.286% */
  letter-spacing: -3.5px;
  text-transform: capitalize;
  word-break: keep-all;
  z-index: 10;
}

.key_text_area > p.shadow, .recommand_text_area > p.shadow, .comment_text_area > p.shadow{
  width: 100%;
  position: absolute;
  top:8.52px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-0.109deg);
  color: #000;
  text-align: center;
  font-family: "Hakgyoansim Jiugae";
  font-size: calc(1rem + 3vw);
  font-style: normal;
  font-weight: 400;
  line-height: 80px; /* 114.286% */
  letter-spacing: -3.5px;
  text-transform: capitalize;
  word-break: keep-all;
  z-index: 5;
}
.key_video_wrap {
  width: 100%;
  padding: 7% 0 0;
  position: relative;
}

.key_video_area{
  position: relative;
  display: flex;
  justify-content: center;
  height:100%;
  padding: 0 20vw;
}
.key_video{
  background-color: transparent;
  width: 60%;
  border: none;
  padding: 0;
  z-index: 1;
}
.key_video[poster]{
  width: 100%;
  height: 100%;
  background-color: black;
}

/*--------------------------*/
/* 추천대상 */

.recommand_wrap{
  width: 100%;
}

.recommand_text_area{
  position: absolute;
  height: max-content;
  margin-top: 6%;
  display: flex;
  width: 100%;
}

/*세가지 블록 감싸는 부분*/
.recommand_card_area{
  width: 100%;
  padding: 14% 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}

.recommand_card{
  width: 19%; /*크기*/
  min-width:360px;
  position: relative;

  flex-shrink: 1;
  border-radius: 20px;
  border: 2px solid #000;
  background: var(--white);
  box-sizing: border-box;
  padding: 3% 2%; 
}

.recommand_card:after{
  content:"";
  display:block;
  padding-bottom: 6%;
  
}

.recommand_content{
  display: flex; /* 디스플레이 설정을 통해 블록 레벨 요소로 취급 */
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.recommand_iconWrap {
  width: calc(4rem + 0.6vw);
  height: calc(4rem + 0.6vw);
  overflow: hidden;
}
.recommand_content img { 
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.recommand_content > h2{
  color: #000;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%; /* 41.6px */
  text-transform: capitalize;
  padding-top: 45px; /*패딩추가*/
  padding-bottom: 20px;
  width: 100%;
  text-align:left;
}

.recommand_content .des{
  width: auto;
  min-width: 320px;
  margin: 0 auto;
  color: #4C4C4C;
  font-family: Pretendard;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -1.3px;
  text-transform: capitalize;
  text-align:left;
}


.post_img_balloon{
  width: 150px;
  height: 185px;
  flex-shrink: 0;
  position: absolute; /* 위치 */
  right: 180px; 
  bottom: -765px;
}
.content_wrap01 {
  padding: 2% 17vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_wrap01:first-child {
  margin-top: 2%;
}
.content_wrap{
  align-items: center;
  justify-content: space-between;
  margin-top: 3%;
  margin-left: 2%;  
}
div.first {
  margin-top: 6%;
}
.content_wrap:after {
  content: "";
  display: block;
}
div.last {
  margin-bottom: 6%;
}
.content_img_area{
  flex: 2
}
.content_text_area {
  flex: 1; /*컨테이너 내에서 공간차지*/
}


/*gif*/
.content_img_area {
  width: 100%;
  overflow: hidden; /* 자식 요소가 넘칠 경우 숨기기 */
  justify-content: right; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
}

#gamegif{
  width: 58%;
  object-fit: contain;
  float: left;
  margin-right: 35px;
  border-radius:15px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25)
}

/*설명*/
.content_text_area{
  width:37%;
  flex-direction: column;
  box-sizing: border-box; /*왼쪽 gif와 height맞추기위함*/
  float:left;
  word-wrap: break-word;
  word-break: keep-all;
}

.content_text_area > b{
  color: #3D3D3D;
  font-family: Pretendard;
  font-size: calc(1rem + 0.9vw);
  font-style: normal;
  font-weight: 700;
  line-height: 146%; /* 61.32px */
  letter-spacing: -2.1px;
  text-transform: capitalize;
  width: 100%; 
}

.content_text_area > p {
  color: #3D3D3D;
  font-family: Pretendard;
  font-size: calc(1rem + 0.4vw);
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 42px */
  letter-spacing: -1.4px;
  text-transform: capitalize;
  word-break: keep-all;
  padding: 2vh 0 4vh;
}


/*버튼*/
.try{
    width: 46%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    border-radius: 7px;
    background: #262626;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: calc(1rem + 0.3vw);
    font-style: normal;
    font-weight: 700;
    line-height: 13%;
    text-transform: capitalize;
    float: left;
    margin-right: 10px;
    border:2px solid #262626;      
}

.try:hover{
  background-color: #262626;
  border:2px solid #262626;  
}
.try.try1 { 
  background: #FFF9EB;
  border:2px solid #8266FF;
  color:#8266FF;
}

.try.try1:hover { 
  background: #8266FF;
  border:2px solid #8266FF;
  color:#fff;
}
.try.try1 {margin-right: 0;}


.btn {
  float:left;
}
/*버튼*/
#try1{
  width: 25vw;
  height: 4vw;
  padding: 2.5vw; /*화면크기에 따라 같이 작아지도록*/
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  border-radius: 7px;
  background: #262626;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 2vw; /*화면크기에 따라 같이 작아지도록*/
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 44.2px */
  text-transform: capitalize;
}

#try1:hover{
  background-color: #353535;
}

/* 후기 캐러셀*/
.comment_title_area{
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.comment_title_img_area{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  z-index: 1;
}
.comment_title_img_area img{
  width: 265.574px;
  height: 42px;
  z-index: 1;
}
.comment_text_area{
  margin-bottom: 100px;
}
.post-slider{
  padding: 8% 0;
  width: 100%;
  height: fit-content;
  position: relative;
}
.slider_title{
  text-align: center;
  margin-bottom: 20px;
  font-size: larger;
  font-weight: 700;
}
.post-slider .post-wrapper{
  width:100%;
  height:fit-content;
  margin-top: 3%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 47px;
}

.post_left{
  justify-self: end;
}

.post_background_dark{
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: var(--dark_purple);
  z-index: 0;
}

.post_background_bright{
  width: 100%;
  height: calc(100% - 50%);
  position: absolute;
  top: 35%;
  background-color: var(--purple2);
}


.post_background_bright1{
  width: 100%;
  height: 25%;
  position: absolute;
  top: 50%;
  background-color: var(--purple2);
}

.post_img{
  position: absolute;
}

.post_img_planet{
  width: 103.538px;
  height: 80px;
  top: calc(var(--post_bg_dark_height) + 85.21px);
  right: 185.99px;
}

.post_img_victory{
  width: 10%;
  height: auto;
  top: calc(var(--post_bg_dark_height) + 2%);
  left: 200px;
  z-index: 1;
}

.post_img_block_purple{
  top: calc(var(--post_bg_dark_height) + 952.642px + 427.54px);
  left: 200px;
  width: 199px;
  height: 155px;
}

.post_img_have_fun{
  top: calc(var(--post_bg_dark_height) + 666px + 369.54px);
  right: 5%;
  width: 15%;
  height: auto;
  z-index: 1;
}

.post_img_block_orange{
  bottom: -100px;
  right: 204.36px;
  width: 191.497px;
  height: 203.775px;
}

.post-slider .post-wrapper .post{
  width: calc(60% - 2px);
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  padding:40px 25px 45px 35px ;
}
.slide_content_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slide_header{
  color: #494949;
  font-family: 'Pretendard';
  font-size: calc(1rem + 1vw);
  font-style: normal;
  font-weight: 600;
  line-height: calc(2rem + 1vw); /* 148.649% */
  letter-spacing: -1.85px;
  text-transform: capitalize;
  word-break: keep-all;
  margin-bottom: 3%;
}
.slide_content{
  color: #494949;
  font-family: 'Pretendard';
  font-size: calc(1rem + 0.5vw);
  font-style: normal;
  font-weight: 400;
  line-height: calc(1.5rem + 0.5vw); /* 144.828% */
  letter-spacing: -1.45px;
  text-transform: capitalize;
  word-break: keep-all;
  padding-bottom: 6%;
}

.slide_footer div:first-child {
  color: #494949;
  margin-bottom: 5.5%;
  font-size: calc(1rem + 0.5vw);
}
.slide_footer_img_area{
  width: 164.17px;
  height: 25.96px;
}
.slide_footer_img_area img{
  width: 100%;
  height: 100%;
}

/* 푸터 */
.footer{ 
  bottom: 0;
  background: #030303;
  width: 100%; 
  flex-shrink: 0;
  display: flex; /*내부요소*/
  justify-content: space-between;
  align-items: flex-start; 
  color: #FFF; /*글자*/
  font-size: 21px;
  font-weight: 100;
}

.footer_left{
  width: 60vw;
  height: auto;
  flex-shrink: 0; 
  font-family: Pretendard;  
  font-style: normal;
  line-height: 140%; 
  padding: 11vh 2vh 4vh 5vh;
}

.footer_right{
  padding: 11vh 4vh 0vh 0vh;
}

.footer_right .num{
  font-size: 34px; 
  text-align: right;
}

.footer_right .day{
  padding-top: 1vh;
}

.post_img_block_orange{
  width: 190px;
  height: 200px;
  position: absolute; /* 위치 */
  right: 140px; 
  bottom: -66px;
}
/* ====================================== */



/* 소개서 모달 */
.modal {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.modal_overay{
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;

}
.modal_content{
  background-color: #f9f9fb;;
  padding: 1.5rem 1.5rem 2rem 2rem;
  text-align: center;
  position: fixed;
  top: 6%;
  border-radius: 20px;
  width: 650px;
  height: 83%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.modal_content b{
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-align: center;
  font-style: normal;
  line-height: 130%;
  word-break: keep-all;
}

.modal_content p{
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 400;
  color: #4c4c4c;
  font-style: normal;
  line-height: 130%;
  
  
}
.agreement_content p {
  display: flex;
}
.agreement_content p span:first-child {
  margin-right: 5px;
}
.agreement_content p span:last-child {
  word-break: keep-all;
  text-align: left;
}
.form_wrap {
  width: 100%;
}
.submit_btn_area {
  margin-bottom:80px;
  margin-top: 5%;
}

.close_modal_btn_area{
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: end;
}

.close_modal_btn{
  border: none;
  background-color: transparent;
  background-image: url(https://cvvod.ecn.cdn.infralab.net/connectplay/svg/Close.svg);
  width: 36px;
  height: 36px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#result_modal .modal_content {
  width:400px;
  height:400px;
  top:20%;
}

#result_modal .modal_content b {
  font-size:26px;
}

.modal_form_area{
  overflow-y: scroll;
  width: 100%;
  &::-webkit-scrollbar {
    display: none;
  }
}

.form_wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input_wrap{
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.input_wrap label{
  font-size: 20px;
  font-weight: 400;
  color: #4c4c4c;
  font-style: normal;
  line-height: 140%;
  word-break: keep-all;
}

.input_box{
  width: calc(100% - 24px);
  padding: 16px 0 16px 24px;
  text-align: left;
  border: 1px solid #f1f3f5;
  border-radius: 10px;
  font-size: calc(1rem + 0.12vw);
  font-weight: 400;
  color: #4c4c4c;
  font-style: normal;
  line-height: 130%;
  word-break: keep-all
}
#input_agreement {
  display: none;
}
#input_agreement label {
  display: block;
  width:20px;
  height:20px;
}

/* 약관동의 체크 */
 /* off */
 #input_agreement+label{ 
  background-repeat: no-repeat; /* 반복 방지 */
  background-image: url('../2024conference/assets/off_ck.svg'); /*off 이미지*/
  padding: 0 0 20px 28px;
}
/* on */
#input_agreement:checked+label{
  background-repeat: no-repeat; /* 반복 방지 */
  background-image: url('../2024conference/assets/on_ck.svg'); /*on 이미지*/
}

.agreement_area{
  width: 100%;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* (체크박스, 텍스트) 정렬 맞추기 */
.see_agreement_btn{
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* 체크박스 디자인 */
.checkboxoff_icon {
  width: 15px;
  height: 15px;
  background: url('../2024conference/assets/more_bown.svg') no-repeat center;
  margin-left: 5px;
}
.checkboxon_icon {
  width: 15px;
  height: 15px;
  background: url('../2024conference/assets/more_up.svg') no-repeat center;
  margin-left: 5px;
  /* display: none; */
}

/* 약관내용 */
.agreement_content{
  overflow: hidden;
  height: 0;
}

.agreement_content.active{
  height: fit-content;
  word-break: break-word;
  background: rgb(233, 233, 242);
  border-radius: 0.5rem;
  margin: 1rem 0px;
  overflow: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(122, 123, 126);
}

.agreement_content h2{
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: keep-all;
  padding: 0.2rem;
  line-height: 1.5;
  color: rgb(51, 51, 51);
}

.agreement_content p{
  font-size: 15px;
}

.agreement_content{
  text-align: left;
}


/* 이메일 전송확인 모달 */
.submit_btn, .check_result_modal_btn{
  width: 310px;
  margin: 30px none;
  border: none;
  color: var(--white);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 17px 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  margin-top: 7%;
  background: linear-gradient(180deg, #A470F9 0%, #5C2AAC 100%);
}

.hidden{
  display: none;
}


/* 토스트 */
.toast-container {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  padding: 10px;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  width: 300px; /*토스트창 너비*/
  word-break: keep-all;
}

.toast_message {
opacity: 0;
position: fixed;
bottom: 100px;
left: 50%;
transform: translate(-50%,0);
padding: 10px 50px;
background: rgba(0, 0, 0, 0.70);
border-radius: 100px;
color: #fff;
box-shadow: 3px 4px 11px 0px #00000040;
transition: all 0.5s;
}


.toast_message.active {
  opacity: 100%;
  bottom: 50px;
  z-index: 50;
}

.haderMOdel_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#vod_title {
  font-size: 18px;
  font-weight: 600;
}
#vod_close {
  width: 16px;
  padding: 5px;
  cursor: pointer;
}
#vod_close img {
  width: 100%;
  
}
#vod_close:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
/* 미리보기 비디오 */
#vod_player {
  width: 100%;  
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

/* 미디어쿼리 */


@media  (max-width: 1800px){

  .key_video_wrap .key_video_area {
    width: 70%;
    padding: 0 0; 
    margin: 0 auto;
  }
  .recommand_content .des {
    min-width: 100%;
    height: 60%;
    margin: 0;
    font-size: calc(1rem + 0.4vw);
    word-break:keep-all;
  }
  .recommand_card_area {
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
  .recommand_content > h2 {
    font-size: calc(1rem + 0.7vw);
  }
  .key_btn_area1 {
    width: 90%; 
    display: flex;
    justify-content: flex-end;
  }
  .post_img_victory {
    left: 12%;
  }
  .content_wrap01 {
    width: 70%;
  }
  .content_wrap {
    margin-left: 0;
  }
}


@media  (max-width: 1637px) {
  .post_img_victory {
    left: 20px;
  }
}


@media  (max-width: 1599px) {
  .post_img_block_purple {
    display: none;
  }
}

@media  (max-width: 1410px) {
  .key_video_wrap .key_video_area {
    width: 78%;
    margin-top: 3%;
  }
  .content_wrap01 {
    width: 78%;
  }
  .recommand_card_area {
    padding-top: 16%;
  }
  #gamegif {
    margin-right: 5%;
  }
  .content_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
  }
  #vod_model {
    width: 70%;
    margin-left: -35%;
  }

}

@media  (max-width: 1380px) {
  .recommand_card_area {
    width: 78%;
    justify-content: space-between;
  }
  .recommand_card {
    width: 32%;
    min-width: 0;
    padding: 3%;
  }
}


@media  (max-width: 1281px) {
  .key_visual_right {
    width: 52%;
    right: 0;
  }
  .key_visual_left {
    width: 43%;
    left: 0;
  }
  .recommand_card {
    width: 31%;
    padding: 3% 2.5%;
  }
}


@media  (max-width: 1222px) {
  .key_visual_left {
    width: 50%;
    left: -4%;
  }
  .key_visual_center {
    height: 73%;
    width: 46%;
    top: -5%;
  }
  .key_visual_right {
    width: 54%;
    right: -5%;
  }
  .recommand_content > h2 {
    font-size: calc(1rem + 0.65vw);
    word-break: keep-all;
    padding-top: 20px;
  }
  .recommand_content .des {
    font-size: calc(1rem + 0.35vw);
  }
}


@media  (max-width: 1023px) {
  .key_visual_area {
    height: 90vh;
  }
  .key_visual_left {
    width: 52%;
    left: -6%;
  }
  .key_visual_center {
    height: 73%;
    width: 57%;
    top: -3%;
  }
  .key_visual_right {
    width: 57%;
    right: -7%;
  }
/* 비디오 넓이 */
  .key_video_wrap .key_video_area {
    width: 90%;
  }
/* 추천대상 */
  .recommand_card_area {
    width: 90%;
  }
  .recommand_content > h2 {
    font-size: calc(1rem + 1vw);
  }
/* gif */
  .content_wrap01 {
    width: 90%;
  }
  .content_text_area > b {
    font-size: calc(1rem + 1vw);
  }
}

@media  (max-width: 1000px){
  .post_img_have_fun {
    display: none;
  }
}

@media  (max-width: 960px){
  .key_visual_area {
    height: 78vh;
  }
  .key_btn1 {
    margin-right: 10%;
  }
  #vod_model {
    width: 80%;
    margin-left: -40%;
  }
}


@media  (max-width: 874px) {
  /* 비디오 */
  .key_video_wrap .key_video_area {
    width: 100%;
  }

  #gamegif {
    width: 100%;
  }
  .content_text_area {
    margin-top: 44px;
  }
  .content_wrap {
    flex-wrap: wrap;
  }
}

@media  (max-width: 800px) {
  .key_btn1 {
    margin-right: 5%;
  }
  .key_visual_left {
    width: 61%;
    left: -7%;
  }
  .key_visual_center {
    height: 73%;
    width: 68%;
    top: -3%;
    z-index: 2;
  }
  .key_visual_right {
    width: 65%;
    right: -7%;
  }

  /* 부제목 */
  .key_text_area > h1,
  .recommand_text_area > p,
  .comment_text_area > p
   {
    font-size: calc(1rem + 4vw);
  }
  /* 부제목 그림자 */
  .key_text_area > p.shadow,
  .recommand_text_area > p.shadow,
  .comment_text_area > p.shadow {
    font-size: calc(1rem + 4vw);
  }

  .key_video_wrap .key_video_area {
    margin-top: 7%;
  }
  .recommand_card_area {
    padding-top: 21%;
  }

  /* 보라색 배경 */
  .post_background_bright {
    top: 46%;
  }
  /* 추천대상 */
  .recommand_card {
    width: 100%;
    padding: 5% 17%;
  }
  .recommand_iconWrap {
    margin: 0 auto;
  }
  .recommand_content > h2 {
    font-size: calc(1.3rem + 0.6vw);
    text-align: center;
  }
  .recommand_content .des {
    font-size: calc(1.1rem + 0.5vw);
    text-align: center;
  }

  /* gif */
  .content_text_area > b {
    font-size: calc(1.3rem + 0.6vw);
  }
  .content_text_area > p {
    font-size: calc(1.1rem + 0.5vw);
  }

  /* 후기 */
  .post-slider .post-wrapper {
    width: 90%;
    gap: 20px;
    margin: 0 auto;
  }
  .post-slider .post-wrapper .post {
    width: auto;
  }
  .post_img_victory,
  .post_img_have_fun,
  .post_img_block_orange {
    display: none;
  }

  /* footer */
  .footer {
    flex-direction: column;
  }
  .footer .footer_left {
    width: 90%;
    margin: 0 auto;
    padding: 11vh 0 4vh 0;
  }
  .footer_right {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 11vh;
  }
  .footer_right .num {
    text-align: unset;
  }
}



@media  (max-width: 768px) {
  .key_visual_left, .key_visual_right {
    display: none;
  }

   /*소개서받기버튼*/
.key_btn_area1{
  display: inline-block;
  justify-content: center;
  /* position: fixed; */
  z-index: 26;
  bottom: 0;
  /* left: -10%; */
  width: 90%;
}

.key_btn1{
  top: 53%;
  position: absolute;
  height: 60px;
  width: 80%;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: var(--submit);
  color: var(--white);
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  word-break: normal;
  font-family: 'Pretendard-Regular';
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
  bottom: 30px;
  margin-left:10%;
  z-index:20;
}
.content_text_area > b {
  font-size: calc(1.3rem + 1.9vw);
}
.content_text_area > p {
  font-size: calc(1rem + 0.9vw);
}
.try {
  padding: 27px 0;
  font-size: calc(1rem + 0.7vw);
}
 /* 부제목 그림자 */
 .key_text_area > p.shadow,
 .recommand_text_area > p.shadow,
 .comment_text_area > p.shadow  {
  line-height: 77px;
 }

 .recommand_text_area {
  margin-top: 15%;
 }
 .recommand_card_area {
  padding-top: 30%;
}
div.first {
  margin-top: 12%;
}
.content_wrap {
  margin-top: 13%;
}
.content_wrap {
  margin-top: 13%;
  background-color: #fff;
  padding: 7%;
  border-radius: 15px;
  margin: 0 auto;
}
#gamegif {
  width: 100%;
  margin: 0 auto;
}

/* 소개서 받기 모달창 */
.modal_content {
  width: calc(100% - 25vw);
}

/* 슬라이드 배경 */
.post_background_bright1 {
  height: 50%;
}
/* 경험후기 슬라이드 컨텐츠 부분 */
.post-slider .post-wrapper .post {
  box-shadow: none;
}
.post {
  margin: 0 10px;
}
.slick-next {
  right: -3vw !important;
}
.slick-prev {
  left: -3vw !important;
}

/* .post-slider .post-wrapper{
  display: flex;
} */
}

@media  (max-width: 587px) {
  .key_visual_center {
    width: 78%;
    height: 84%;
  }
  .haderMOdel_wrap {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  #vod_model {
    min-width: 90%;
    margin-left: -45%;

  }

}


@media  (max-width: 540px) {
  .content_wrap01 {
    padding: 5% 17vw;
  }
  /* 체험하기 버튼 */
  .content_wrap01 .con_btns {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .content_wrap01 .con_btns a {
    width: 100%;
    margin-bottom: 10px;
  }
  .content_wrap01 .con_btns .try {
    width: 100%;
  }
  .content_wrap01
  /* 소개서받기 모달창 */
  .modal_content {
    width: 100%;
    height: 100%;
    padding: 3% 0;
    top: 0;
    border-radius: 0;
  }
  .close_modal_btn_area {
    width: 90%;
    margin-top: 0.5vh;
  }
  .modal_form_area {
    width: 90%;
  }
  .modal_content b {
    font-size: 26px;
  }
  .modal_content p {
    font-size: 20px;
  }
  .input_wrap label {
    width: 18px;
  }

  .comment_title_area {
    margin-top: 9%;
  }
  /* 경험후기 슬라이드 컨텐츠 부분 */

  .slick-next, .slick-prev {
    top: 38% !important;
  }


}



@media  (max-width: 425px) {
  .content_wrap01 {
    height: 75vh;
    padding: 40px 17vw;
  }
  .key_visual_area {
    height: 58vh;
  }
  .key_visual_cloud {
    height: 16%;
  }  
  .recommand_content img {
    margin: 24px auto 0;
  }
  .slide_content_wrap {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .key_visual_center {
    width: 85%;
    height: 82%;
  }
  .key_btn1 {
    top: 46%;
  }

  .key_video_wrap .key_video_area {
    margin-top: 16%;
  }

  .key_text_area > h1,
  .recommand_text_area > p,
  .comment_text_area > p {
    font-size: calc(1rem + 4.5vw);
  }
  .key_text_area > p.shadow,
  .recommand_text_area > p.shadow,
  .comment_text_area > p.shadow {
    font-size: calc(1rem + 4.5vw);
    line-height: 73px;
  }
  .recommand_card_area {
    padding-top: 38%;
  }
  .input_wrap label {
    width: 16px;
  }


}
