
section{
  width: 100%;
  height: auto;
  font-family: 'Pretendard Variable';
}
a{color: inherit; text-decoration: none;}

/*-----------------------section1----------------------- */
.section1{
  margin-bottom: 80px;
}
.section1 .container{
  width: 100%;
  max-width: 1080px;
  height: 480px;
  margin: 0 auto;
  background-image: url(/upimage/notice_2023/notice_img/bg.png);
  background-repeat: no-repeat;
  background-position:top center;
  position: relative;
}
.section1 .container .box{
  width: 300px;
  margin: 0 auto;
}
.section1 .container .box1{
  height: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.section1 .container .box1 .item1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  text-align: center;
}
.section1 .container .box1 .item1 p{
  font-size: 15.5px;
  font-weight: 600;
}
.section1 .container .box1 .item1 h1{
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
}
.section1 .container .box1 .item1 h3{
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.section1 .container .box1 .item2{
  display: none;
}
.section1 .container .box2{
  height: 80px;
}
.section1 .container .box2 a{
  display: block;
  cursor: pointer;
}

/* 움직이는 화살 */
.section1 .item1 .arrowParent{ position: relative;}
.section1 .moveArrowLeft{
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -23px;
}
.section1 .moveArrowRight{
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -12px;
}

.fa-caret-left {
  color: white;
  animation: moveLeft 2s infinite ;
}
.fa-caret-right {
  color: white;
  animation: moveRight 2s infinite;
}

@keyframes moveLeft {
  25% {
    transform: translateX(3px);
  }
  50% {
      transform: translateX(0px);
  }
  75% {
      transform: translateX(3px);
  }
  100% {
      transform: translateX(0px);
  }
}
@keyframes moveRight {
  25% {
    transform: translateX(-3px);
  }
  50% {
      transform: translateX(0px);
  }
  75% {
      transform: translateX(-3px);
  }
  100% {
      transform: translateX(0px);
  }
}




@media all and (min-width:480px){}
@media all and (min-width:768px){
  .section1 .container .box1{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 120px;
  }
  .section1 .container .box1 .item1{
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
    height: 100%;
    color: white;
    text-align: inherit;
  }
  .section1 .container .box1 .item2{display: block;}
}

@media all and (min-width:1080px){
  .section1 .container .box1{
    width: 70%;
    gap: 100px;
  }
  .section1 .container .box1 .item1 p{
		font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .section1 .container .box1 .item1 h1{

		font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    width: 350px;
		line-height: 68px;
    margin-bottom: 20px;
  }
  .section1 .container .box1 .item1 h3{
		font-size: 19px;
    font-weight: 600;
    line-height: 25px;
		opacity: 0.9;
    line-height: 30px;
  }
}

/*-----------------------section2----------------------- */
.section2{padding-bottom: 80px;}
.section2 .container{
  width: 100%;
  margin: 0 auto;
}
.section2 .container h1{
  font-size: 18px;
  color: #8F8F8F;
  width: 95%;
  margin: 0 auto; margin-bottom: 15px;
}
.section2 .container .course_grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  width: 95%; max-width: 350px; margin: 0 auto;
}
.section2 .container .course_grid img{
  width: 100%;
  display: block;
  filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 16%));
}


@media all and (min-width:480px){
  .section2 .container h1{width: 90%;}
  .section2 .container .course_grid{
    width: fit-content;  gap: 20px;
  }
}

@media all and (min-width:600px){
  .section2 .container .course_grid{
    width: 90%; max-width: 600px;
    grid-template-columns: repeat(3,1fr);
    gap: 15px; 
  }
}

@media all and (min-width:768px){
  /* .section2 .container h1{max-width: 650px;} */
  .section2 .container .course_grid {
    grid-template-columns: repeat(3,1fr); gap: 25px;
  }
  .section2 .container .innerCont{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .section2 .container h1{max-width: 740px;}
  
}
@media all and (min-width:1080px){
  .section2 .container h1 {font-size: 20px;}
  .section2 .container{width: 100%;}
  .section2 .container .course_grid{
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    width: 100%; max-width: 740px;
    /* width: 90%; */
  }
}

/*-----------------------.sectionGroup---------------------- */
.sectionGroup{padding-bottom: 50px;}
.sectionGroup .container{width: 100%;}
.sectionGroup .container .innerCont{width: 95%; margin: 0 auto;}
.sectionGroup .container .innerCont h1{
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 10px;
}
.sectionGroup .container .videoBg{
  width: 100%; max-width: 900px; height: 150px;
  margin: 0 auto;
  position: relative;
}
.sectionGroup .container .videoBg video{
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute; bottom: 0; left: 0; z-index: -1;
}
.sectionGroup .container .videoBg p{
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  width: 95%; max-width: 740px; 
  margin: 0 auto; padding-top: 10px;
  color: white;
}
.sectionGroup .container .videoBg .div p{ padding: 10px;}

.sectionGroup .container .innerCont .mainTitle{
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 10px;
}
.sectionGroup .container .innerCont .title{
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 10px;
	padding-top: 10px;
}
.sectionGroup .container .innerCont .LR{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.sectionGroup .container .innerCont .left{
	width: 230px;
  border-radius:15px;
  overflow: hidden;
}
.sectionGroup .container .innerCont .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionGroup .container .innerCont .right{display: flex; flex-direction: column;}
.sectionGroup .container .innerCont .rightRow1{text-align: center;}
.sectionGroup .container .innerCont .rightRow1 h1{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 20px;
	min-height: 45px;
}
.sectionGroup .container .innerCont .rightRow1 .H1 h1{display: flex;align-items: center;}
.sectionGroup .container .innerCont .rightRow1 .textBox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0 5px 0;
}
.sectionGroup .container .innerCont .rightRow1 .textBox span{ display: flex;}
.sectionGroup .container .innerCont .rightRow1 .textBox h2{font-weight: 600;}
.sectionGroup .container .innerCont .rightRow2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.sectionGroup .container .innerCont .rightRow2 .rowBtn{
  border-radius: 10px;
  overflow: hidden;
	height:36px;
}
.sectionGroup .container .innerCont .rightRow2 .rowBtn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width:370px){
  .sectionGroup .container .innerCont .rightRow1 .H1 h1{ justify-content: center; }
  .sectionGroup .container .innerCont .LR {padding: 20px 20px 80px 20px;}
}


@media (min-width:480px){
  .sectionGroup .container .innerCont,
  .sectionGroup .container .videoBg p{width: 90%;}
}


@media (min-width:768px){
  .sectionGroup .container .innerCont .mainTitle{font-size: 30px;}
  .sectionGroup .container .videoBg p{
		font-size: 20px;
    font-weight: 600;
	}
  .sectionGroup .container .innerCont .rightRow1 .H1 h1 {justify-content: left;}
  .sectionGroup .container .innerCont{
    max-width: 740px;
    margin: 0 auto;
  }
  .sectionGroup .container .innerCont .LR{
    flex-direction: row;
    justify-content: center;
		padding:0;
    padding-bottom: 30px;
  }
	.sectionGroup .container .innerCont .left{height: 130px;}
  .sectionGroup .container .innerCont .right{width: 70%; padding-left: 30px;}
  .sectionGroup .container .innerCont .rightRow1{text-align: left;}
  .sectionGroup .container .innerCont .rightRow1 h1{padding-bottom: 15px;}
  .sectionGroup .container .innerCont .rightRow1 .textBox{justify-content: left; padding: 0px 0 5px 0; }
  .sectionGroup .container .innerCont .rightRow2{justify-content: left; gap: 15px;}
	.sectionGroup .container .innerCont .rightRow1 .textBox h2{font-size: 19px;}
}


@media (min-width:1080px){
  .sectionGroup .container .innerCont .mainTitle{font-size: 35px;}
  .sectionGroup .container .innerCont .right{width: 66%; padding-left: 30px;}
	.sectionGroup .container .innerCont .rightRow1 h1{font-size: 18px; font-weight: 600; line-height: 24px; min-height: 50px;}
}

@media (min-width:1200px){.sectionGroup .container .innerCont .rightRow1 h1{font-size: 20px;line-height: 26px; min-height: 50px;}}

/*-----------------------.section9---------------------- */
.section9 .container{
  background-color: #2CA3FF;
  border-radius: 0 0 15px 15px;
  padding: 50px 0;
  margin-bottom: 80px;
}
.section9 .container .box{width: 90%; margin: 0 auto;}
.section9 .item1{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}
.section9 .item1 .sec9_title{width: 400px;}
.section9 .item1 h1{
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: white;
}
.section9 .item1 span{
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: white;
}
.section9 .item2 h2{
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: white;
  padding-top: 15px;
}
.section9 .box2{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.section9 .box2 a{padding-top: 5px;}
.section9 .box2 h3{
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
}

@media (min-width:480px){
  .section9 .item1{gap: 25px;}
}
@media (min-width:768px){
  .section9 .container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
  }
  .section9 .container .box{width: auto; margin: 0;}
  .section9 .item1{gap: 15px;}
  .section9 .container .box2{padding: 0;}
}
@media (min-width:1080px){
  .section9 .container{max-width: 906px;}
}

/*-----------------------.section10---------------------- */
.section10{width: 100%;}
.section10 .container{
  width: 90%; margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section10 .container .title{
  text-align: center;
  border-bottom: 2px solid #0F4C81;
  padding-bottom: 18px;
}
.section10 .container h1{
  font-size: 28px;
  font-weight: 700;
}
.section10 .input{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0;
}
.section10 .input .label{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section10 .input .box{width: 80%;}
.section10 .input .label p{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}
.section10 .input .box input{
  width: 250px;
  height: 25px;
  border: 1px solid #c0c0c0;
}
.section10 .input .box_2 select{
  width: 250px;
  height: 25px;
  border: 1px solid #c0c0c0;
  text-align: center;
}
.section10 .input .box_3 input{width: 70px;}
.section10 .input .box_4 input{width: 110px;}
.section10 .input .box_4 select{
  width: 116px;
  height: 25px;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  margin-left: 131px;
  text-align: center;
}
.section10 .input .box_5 input{height: 100px;}
.section10 .input .box_5 input::placeholder{
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
}
.section10 .agree{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.section10 .agree .btn_1 button{
  font-size: 11px;
  font-weight: 900;
  color: white;
  padding: 6px 8px;
  background-color:#0F4C81 ;
  border: none;
  border-radius: 3px;
  letter-spacing: -1px;
}
.section10 .agree .check{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.section10 .agree .check p{
  font-size: 11px;
  font-weight: 800;
}
.section10 .btn_2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.section10 .btn_2 button{
  width: 145px;
  height: 45px;
  font-size: 18px;
  font-weight: 900;
  color: white;
  background-color: #0F4C81;
  border: none;
  border-radius: 5px;
}

@media(min-width:480px){
  .section10 .container{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .section10 .input .label{width: 30%;}
  .section10 .input .box{width: 70%;}
  .section10 .input .box input{
    width: 310px;
    height: 25px;
    border: 1px solid #c0c0c0;
  }
  .section10 .input .box_2 select{
    width: 311.5px;
    height: 25px;
    border: 1px solid #c0c0c0;
    text-align: center;
  }
  .section10 .input .box_3 input{width: 90px;}
  .section10 .input .box_4 input{width: 140.5px;}
  .section10 .input .box_4 select{
    width: 147px;
    height: 25px;
    margin-left: 161px;
  }
  .section10 .input .box_5 input{width: 310px; height: 100px;}
}

@media(min-width:768px){
  .section10 .container{
    width: 100%;
    max-width: 768px;
  }
  .section10 .input .label{ width: 30%;}
  .section10 .input .box{ width: 70%;}
  .section10 .input .label p{
    font-size: 14px;
    font-weight: 700;
  }
  .section10 .input .box input{
    width: 40%;
    height: 25px;
    border: 1px solid #c0c0c0;
  }
  .section10 .input .box_2 select{
    width: 40%;
    height: 25px;
    border: 1px solid #c0c0c0;
    text-align: center;
  }
  .section10 .input .box_3 input{width: 28%;}
  .section10 .input .box_3 span{margin: 2.7px;}
  .section10 .input .box_4 input{width: 28%;}
  .section10 .input .box_4 select{
    position: absolute;
    right: 34.5px;
    width: 154.5px;
    height: 30.1px;
    margin-top: 0;
  }
  .section10.input .box_5 input{ width: 492px; height: 100px;}
  .section10 .agree .btn_1 button{
    font-size: 13px;
    font-weight: 900;
    color: white;
    padding: 6px 10px;
    background-color:#0F4C81 ;
    border: none;
    border-radius: 3px;
    letter-spacing: -0px;
  }
  .section10 .agree .check p{font-size: 13px; font-weight: 800;}
}
@media(min-width:1080px){
  .section10 .container{width: 100%; max-width: 1080px;}
  .section10 .input{padding: 28px 0;}
  .section10 .input .label{width: 30%;}
  .section10 .input .box{width: 70%;}
  .section10 .input .label p{
    font-size: 14px;
    font-weight: 700;
  }
  .section10 .input .box input{
    width: 30%;
    height: 28px;
    border: 1px solid #c0c0c0;
  }
  .section10 .input .box_2 select{
    width: 30%;
    height: 28px;
    border: 1px solid #c0c0c0;
    text-align: center;
  }
  .section10 .input .box_3 input{width: 27.2%;}
  .section10 .input .box_3 span{margin: 6px;}
  .section10 .input .box_4 input{width: 27.3%;}
  .section10 .input .box_4 span{margin: 1px;}
  .section10 .input .box_4 select{
    right: 70px;
    width: 225px;
    height: 32px;
    margin-top: 0;
    margin-left: 0;
  }
  .section10 .input .box_5 input{
    width: 681px;
    height: 200px;
  }
  .section10 .input .box_5 input::placeholder{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
  }
  .section10 .agree .btn_1 button{
    font-size: 13px;
    font-weight: 900;
    color: white;
    padding: 6px 10px;
    background-color:#0F4C81 ;
    border: none;
    border-radius: 3px;
    letter-spacing: -0px;
  }
  .section10 .agree .check p{font-size: 14px; font-weight: 800;}
}

/*-------------------개강안내 지점 팝업---------------------- */
.academyPopup{
  width: 100%;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
  font-family: 'Pretendard Variable';
}
.academyPopup a{
  color: inherit;
  text-decoration: none;
}
.academyPopup .bg{
  width: 100%;
  height: 100%;
  padding: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.academyPopup .box .row{
  display: flex;
  flex-direction: column;
}
.academyPopup .box .row1 .close{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #c9c9c9;
  cursor: pointer;
}
.academyPopup .box .row1 h1{
  color: #8F8F8F;
  font-size: 19px;
  font-weight: 500;
  width: 90%;
}
.monthChoose-item.active{
  color: #2CA3FF; border-color: #2CA3FF;
  box-shadow: 0px 0px 11px  -1px rgba(0, 0, 0, 0.25);
}
.monthChoose-item_p1{
  font-size: 18px;
}
.monthChoose-item_p2{
  font-size: 25px;
  font-weight: bold;
}
.academyPopup .box .row2{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.academyPopup .box .row2 .item{
  height: 42px;
  border-radius: 20px;
  background-color: #2CA3FF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}


/* popup_layer  */
/*popup*/
.popup_layer { position: fixed; top: 0; left: 0; z-index: 13001; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
/*팝업 박스*/
.popup_box { position: relative; top: 55%; left: 46%; overflow: auto; width: 90%; height: 600px; margin: 0 auto; transform: translate(-50%, -50%); z-index: 1002; box-sizing: border-box; background: #f5f5f5; border-radius: 15px; box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35); }
.popup_box > .closebtn { position: absolute; top: 30px; right: 8%; }

/*컨텐츠 영역*/
.popup_box .popup_cont { padding: 20px 30px; line-height: 1.5; font-size: 14px; }
.popup_box .popup_cont > h1 { font-weight: 500; font-size: 26px; }
.popup_box .popup_cont > h5 { font-weight: 500; font-size: 13px; color: #535353; padding-bottom: 20px; }
.popup_box .popup_cont > form > h6 { font-weight: 500; font-size: 13px; color: #535353; padding-bottom: 5px; }
.popup_box .popup_cont > form > input { width: 94%; height: 20px; border: 1px solid #888; border-radius: 6px; padding: 10px; margin-bottom: 20px; }
.popup_box .popup_cont > form > textarea { width: 94%; height: 100px; border: 1px solid #888; border-radius: 6px; padding: 10px; margin-bottom: 20px; }
.popup_box .popup_cont > form > button { display: block; padding: 10px 40px; border-radius: 20px; background-color: #2d8ce6; color: #fff; text-align: center; font-size: 26px; border: none; margin: 0 auto; cursor: pointer; }
.popup_box .popup_cont > form > .agreement { width: 100%; background-color: #fff; border: 1px solid #888; border-radius: 5px; margin-bottom: 20px; }
.popup_box .popup_cont > form > .agreement > h5 { font-size: 16px; padding: 10px; border-bottom: 1px solid #888; }
.popup_box .popup_cont > form > .agreement > h5 > span { color: #2d8ce6; }
.popup_box .popup_cont > form > .agreement > p { color: #a4a4a4; padding: 10px; font-size: 13px; }
.popup_box form > .agreement > h5 > input { width: 0; }
.popup_box form > .agreement > h5 > input[type="checkbox"] + label { float: right; background-image: url(/assets/_img/check_icon.png); background-repeat: no-repeat; background-size: 25px; width: 25px; height: 25px; }
.popup_box form > .agreement > h5 > input[type="checkbox"]:checked + label { float: right; background-image: url(/assets/_img/check_icon_o.png); background-repeat: no-repeat; background-size: 25px; width: 25px; height: 25px; }
.popup_box form > .agreement > h5 > label { cursor: pointer; }
.popup_box form > .agreement > h5 > label > span { width: 0; height: 0; display: block; overflow: hidden; }




/* 팝업 디자인 수정 */

.popupBtnBox { width: 285px; height: 55px; border-radius: 30px; margin: 0 auto; text-align: center;
  position: absolute; top: 75%; left: 0; right: 0; background-color: white;
  border: 1px solid #B1B1B1;
  font-family: 'Pretendard Variable';
}
.popupBtnBox{}
.popupBtnBox_p{color: #2CA3FF; font-size: 24px; font-weight: bold; }
.popupBtnBox_object{
  position: absolute;
  top: 50%;
  right: 20.2px;
  transform: translateY(-50%);}
.academyPopup .box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(0, 0, 0, 0.685);
  background-color: white;
  border-radius: 35px;
  width: 347px;
  height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
}
.academyPopup .box::-webkit-scrollbar {width: 5px; }
.academyPopup .box{scrollbar-width: none;  overflow: hidden;}
.academyPopup .box .row1 {
  height: auto;
  margin-bottom: 45px;
  width: 100%;
}
.row1--display-flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
}
.monthChoose {
  display: grid;
  grid-template-columns: repeat(3,70px);
  gap: 25px;
  margin-top: 11px;
  padding-top: 15px;
  margin: 0 auto;
}
.monthChoose-item {
  width: 70px;
  height: 80px;
  max-width: 90px;
  max-height: 100px;
  border: 1px solid #989898;
  border-radius: 10px;
  color: #989898;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.academyPopup .box .row1 h1 {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 500;
  width: 90%;
}
.academyPopup .box .row2 h1 {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}
.academyPopup .box .row2 .itemGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  width: 90%;
  padding-top: 15px;
}




@media all and (min-width:370px){
  .academyPopup .box {top: 50%; height: 75vh;}
  .academyPopup .box{overflow: auto;}
}


@media all and (min-width:480px){
  .academyPopup {height: 100vh;}
  .academyPopup .box .row1 {height: auto; }
  .academyPopup .box .row1 {margin-bottom: 55px;}
  .academyPopup .box .row1 h1 {font-size: 18px;}
  .academyPopup .box .row2 h1 {font-size: 18px;}
  .academyPopup .box .row2 .itemGroup {padding-top: 20px;}
  .monthChoose {
    grid-template-columns: repeat(3,80px);
    gap: 30px;
    padding-top: 20px;
  }
  .monthChoose-item {width: 80px; height: 90px;}
  .popup_box {
    top: 50%;
    left: 40%;
    right: 0;
    margin: 0 auto;
    width: 400px;
    height: auto;
  }
}



@media all and (min-width:768px){
  .academyPopup{overflow: auto;}
  .academyPopup .bg {height: 100vh; padding: 0;}
  .academyPopup .box{
    top: 35%;
    width:70%;
    height: 90vh;
    margin-top: 120px;
    overflow-x: hidden;
  }
  .academyPopup .box .row1{height: auto; padding-bottom: 40px;}
  .monthChoose {
    grid-template-columns: repeat(6,70px);
    gap: 12px;
  }
  .monthChoose-item {width: 70px; height: 80px;}
  .academyPopup .box .row1 h1{font-size: 18px; font-weight: 500;}
  .academyPopup .box .row2{padding-top: 0;}
  .academyPopup .box .row2 .item {
    height: 38px;
    width: 230px;
    font-size: 16px;
    margin: 0 auto;
  }
  .popup_box { left: 20%; }
  .abtn { flex-direction: row; }
}


@media all and (min-width:840px){
  .monthChoose { gap: 20px;}
}


@media all and (min-width:960px){
  .academyPopup .box .row2 .itemGroup {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .academyPopup .box .row2 .item {width: 193px;}
  .monthChoose {
    grid-template-columns: repeat(6,80px);
    gap: 25px;
  }
  .monthChoose-item {width: 80px; height: 90px;}
}



@media all and (min-width:1080px){
  .academyPopupp .bg {height: 110vh;}
  .academyPopup .box {
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 778px;
    margin: 0px auto;
    box-sizing: border-box;
  }
  .row1--display-flex{
    width: 93%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 0;
  }
  .academyPopup .box .row2 .itemGroup {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
    row-gap: 20px;
    column-gap: 30px;
    width: 93%;
  }
  .academyPopup .box .row2 .item { width: 210px; }
  .academyPopup .box .row1 { padding-bottom: 0px; margin: 0 !important; }
  .academyPopup .box .row2 { margin: 0 !important;}
  .academyPopup .box .row1 h1 {
    font-size: 19px;
    margin-top: 41px;
    margin-bottom: 11px;
  }
  .academyPopup .box .row2 h1 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 11px;
    width: 93%;
  }
  .monthChoose{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 11px;
    width: 93%;
    margin: 0 auto;
    padding-top: 0;
  }
  .monthChoose-item{
    width: 90px;
    height: 100px;
    border: 1px solid #989898;
    border-radius: 10px;
    color: #989898;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .popup_box { left: 14%; }
}
