/* popup */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: 'Pretendard-Regular';
}

.pc {
  display: block;
}
.mo {
  display: none !important;
}
.pg1{
  background: url("../img/pg1.png");
  background-size: cover !important;
  background-position: center center !important;
  padding: 3% 0;
  position: relative;
  margin: 0 auto;
}
.pg1 .logo img{
  max-width: 140px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.pg1 .banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
}
.pg1 .txt-wrap{
  max-width: 356px;
  width: 90%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin: 0 20px 0 0;
}
.pg1 .book{
  display: flex;
}
.pg1 .book img{
  max-width: 351px;
  width: 50%;
  flex-shrink: 0;
  margin-left: auto;
  display: block;
}
.pg1 .txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.pg1 .banner-wrap{
  display: flex;
  max-width: 1300px;
  padding: 60px 40px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
  background: #EEEAE8;
  width: 90%;
  margin: 40px auto;
}
.pg1 .btn-wrap a{
  color: #FFFFFF;
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: #9B8579;
  box-shadow: 8px 16px 48px 0 rgba(0, 0, 0, 0.10);
  border: none;
}
.pg1 .btn-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.pg1 .btn-wrap img{
  width: 24px;
  height: 24px;
}
.pg1 .subject{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.pg1 .menu {
  max-width: 452px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 10px;
  color: #FFF;
  font-family: 'Pretendard-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  margin: 40px auto;
}
.pg1 .menu ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-left: 0;
  gap: 40px;
}
.pg1 .menu li {
  flex: 1;
  text-align: center;
}
.pg1 .menu li a{
  color: #fff;
}
.pg1 .txt1{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.pg1 .txt2{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  word-break: keep-all;
}
.pg1 .txt3{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
.pg1 .txt4{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.pg1 .subject ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
}
.pg1 .subject li {
  display: flex;
  padding: 0;
  text-align: center;
  align-items: center;
}

.pg2{
  background-color: #ffffff;
  background-size: cover !important;
  background-position: center center !important;
  padding: 3% 0;
  position: relative;
  margin: 0 auto;
}
.pg2 .title{
  max-width: 190px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pg2 .title img{
  max-width: 190px;
  margin-bottom: 60px;
}
.pg2 .frame{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg2 .mo-card{
  display: flex;
  max-width: 640px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  gap: 40px;
}
.pg2 .cards{
  display: flex;
  max-width: 1300px;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.pg2 .cards > div {
  width: calc(33.333% - 27px);
  box-sizing: border-box;
}

.pg2 .cards img {
  width: 100%;
  height: auto;
  display: block;
}
.pg3{
  background: url("../img/pg3.png");
  background-size: cover !important;
  background-position: center center !important;
  padding: 6% 0;
  position: relative;
  margin: 0 auto;
}
.pg3 .title img{
  max-width: 190px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 60px auto 60px;
}
.pg3 .wrap{
  display: flex;
  max-width: 1300px;
  width: 100%;
  align-items: stretch;
  align-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}


.pg3 .book_card1{
  display: flex;
  padding: 20px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: calc(32% - 10px);
  position: relative;
}
.pg3 .book_card11, .book_card12{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: calc(31% - 10px);
}

.pg3 .txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.pg3 .left{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.pg3 .btn-wrap a{
  background-color: #ffffff;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid #9B8579;
  color: #754C27;
  font-size: 14px;
  font-family: Pretendard, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.pg3 .btn-wrap{
  font-family: Pretendard, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px; /* 아래로 20px만큼 이동하여 버튼을 배치합니다. */
  left: 20px;
}
.pg3 .book_card1 .btn-wrap img{
  width: 20px;
  height: 20px;
}
.pg3 .book_img {
  max-width: 173px;
  margin-left: 20px;
}
.pg3 .book_card1 img{
  width: 100%;
  max-width: 173px;
}
.pg3 .txt1{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
  display: inline-block;
  border-bottom: 2px solid #E9E9E9;
  padding-bottom: 5px;
}
.pg3 .txt2, .txt3, .txt4{
  color: #505050;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.review-swiper-pagination{
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px;
}

.pg4{
  background-color: #F3ECE5;;
  background-size: cover !important;
  background-position: center center !important;
  padding: 6% 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pg4 .title4{
  max-width: 190px;
  width: 90%;
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.4px;
  margin: 40px auto;
}
.pg4 .banner-wrap{
  display: flex;
  max-width: 1300px;
  width: 90%;
  padding: 40px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 40px;
  background: #FFF;
}
.pg4 .list{
  display: flex;
  align-items: flex-start;
  gap: 30px 60px;
  align-self: stretch;
  flex-wrap: wrap;
}
.pg4 .news-card1{
  display: flex;
  max-width: 550px;
  align-items: flex-start;
  gap: 20px;
  color: #505050;
  width: calc(50% - 30px); /* 50% 화면 너비에서 여백을 뺀 너비를 설정 */
  cursor: pointer;
}

.pg4 .thumbnail1 img{
  max-width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg4 .txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.pg4 .txt .txt1{
  align-self: stretch;
  color: #505050;
  font-family: Pretendard, sans-serif;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.45px;
}
.pg4 .txt .txt2 {
  align-self: stretch;
  color: #505050;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pg4 .txt .txt4{
  color: #505050;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
  margin: auto 0 0 0;
}
.pg4 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pg4 .pagination img{
  width: 30px;
  height: 30px;
}
.pg4 .pagination span {
  color: #767676;
  font-family: Noto Sans Korean, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.8px;
  cursor: pointer;
}
.pg4 .pagination span:hover{
  color: #754c26;
  font-weight: 700;
}
.pg4 .pagination span.active{
  color: #754c26;
  font-weight: 700;
}

.pg5{
  background-color: #FFFFFF;
  background-position: center center !important;
  padding: 6% 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pg5 .title5{
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.4px;
  margin-bottom: 40px;
}
.pg5 .wrap{
  display: flex;
  max-width: 1300px;
  width: 90%;
  justify-content: center;
  align-items: flex-end;
}
.pg5 .wrap img{
  width:100%;
}
.pg5 .wraps{
  display: flex;
  max-width: 1300px;
  width: 90%;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
}
.pg5 .wraps img{
  width:90%;
}
.pg5 .table1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
}
.pg5 .table1 img{
  width: 100%;
}
.pg5 .table2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.pg5 .table2 img{
  width: 100%;
}
.pg6{
  background-color: #4E453E;
  background-position: center center !important;
  padding: 6% 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.pg6 .title6{
  color: #FFF;
  font-family: Pretendard, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.4px;
}
.pg6 .banner-wrap{
  max-width: 870px;
  width: 90%;
  display: flex;
  padding: 40px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #FFF;
  color: #222;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
}
.pg6 .step-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.pg6 .item{
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.pg6 .item label {
  width: 150px;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}
.pg6 .item .label{
  width: 20%;
}
.pg6 .item .input{
  display: flex;
  width: 80%;
  align-items: center;
  gap: 10px;
}
#inquiry{
  resize: none;
}
.pg6 .item input, select, textarea{
  display: flex;
  width: 155px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid #9B8579;
}
.pg6 #bookTitle{
  width: 510px;
}
.pg6 textarea{
  width: 510px;
}
.pg6 .custom-file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg6 .email-input{
  display: flex;
  gap: 10px;
  align-items: center;
}
.pg6 .inputs{
  display: flex;
  gap: 10px;
}



#fileInfo {
  max-width: 350px;
  width: 1000px;
  height: 48px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #754C27;
  color: #999;
  flex: 1 0 0;
  text-align: left;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}

#fileName {
  color: #999;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.pg6 .custom-file-upload img{
  width: 100%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  top: 2px;
}
.pg6 .contact-wrap {
  max-width: 870px;
  width: 92%;
  margin: 20px 0;
}
.pg6 .agree-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 20px;
  align-self: stretch;
  color: #222;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #754C27;
}
.pg6 .checkbox-label {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.pg6 .round-checkbox {
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #754C27;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: large;
}
.pg6 .agree-wrap span{
  color: #9B8579;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-left: auto;
  cursor: pointer;
}
/**/
.pg6 .round-checkbox {
  max-width: 50px;
  width: 30px;
  height: 30px;
  border: 1px solid #754C27;
  border-radius: 40px;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.pg6 .round-checkbox:checked::before {
  content: "\2713";
  font-size: 120%;
  color: #ffffff;
  position: relative;
}
.pg6 .round-checkbox:checked {
  background-color:   #754C27;
  border: none;
}
.pg6 .button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg6 button{
  display: flex;
  width: 200px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  background: #754C27;
  color: #FFFFFF;
  border: none;
}
.agree-modal {
  display: none;
  position: fixed;
  max-width: 600px;
  width: 90%;
  z-index: 15;
  top: 20%;
  left: calc(50% - 300px);
  border-radius: 15px;
  background: #fff;
  font-family: Pretendard, sans-serif;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
}
.agree-modal div {
  color: black;
}
.agree-modal .head {
  border-bottom: 1px solid #dee2e6;
  padding: 2rem 2rem;
  font-size: 18px;
}
.agree-modal .txt {
  padding: 2rem 2rem;
  font-size: 16px;
}
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 13;
}
#footer {
  background: #261E17;
  padding: 5% 0;
  word-break: keep-all;
  overflow: hidden;
}
.footer-inner {
  max-width: 1540px;
  width: 90%;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer .left {
  width: 70%;
}
.right {
  width: 30%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.footer-bahama {
  color: #FFF;
  font-family: Pretendard, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 123.81% */
  letter-spacing: -1.05px;
}
.footer-wrap {
  color: #FCF9F8;
  font-family: Pretendard, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-top: 40px;
}
.footer-detail {
  margin: 20px 0 100px;
  font-weight: 300;
}
.footer-copy {
  font-weight: 300;
}
.everywhere {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px;
  border-radius: 20px;
  border: 1px solid #64584D;
  color: #FFF;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.45px;
}
.link {
  max-width: 24px;
  width: 80%;
  vertical-align: middle;
  position: relative;
  margin-bottom: 2px;
  margin-left: 5px;
}
.mo {
  text-align: center;
  color: #FFF;
  font-family: Pretendard, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -1.05px;
}
.detail_modal{
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-modal{
  display: none;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 8px 16px 48px 0 rgba(0, 0, 0, 0.10);
  position: fixed;
  max-width: 1024px;
  width: 80%;
  z-index: 15;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  font-family: Pretendard, sans-serif;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.detail-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.detail-modal .head{
  display: flex;
  padding: 0 50px 20px 50px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #D9D9D9;
  margin: 40px auto 20px;
}
.detail-modal .head .detail_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #000;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.detail-modal .head .des{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #222;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.35px;
}
.detail-modal .frames{
  display: flex;
  max-width: 800px;
  width: 90%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.detail-modal .frames .txt1{
  align-self: stretch;
  color: #505050;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}
.detail-modal img{
  max-width: 800px;
  width: 90%;
}

.review-swiper-container{
  width: 100%;
  overflow: hidden;
}
.review-swiper-container .book_card1{
  background: #fff;
  width: 100%;
}
.review-swiper-container .book_card1 img{
  width: 100%;
}
@media (max-width: 1230px) {
  .pg3 .txt{
    gap: 10px;
  }
  .pg3 .txt1{
    font-size: 14px;
  }#footer
   .pg3 .txt2, .txt3, .txt4{
     font-size: 12px;
   }
}
@media (max-width: 1139px) {
  .pg3 .btn-wrap{
    left: 10px;
    bottom: 10px;
  }
  .pg3 .btn-wrap button{
    padding: 4px 10px;
  }
}
@media (max-width: 1090px) {
  .pg3 .txt1{
    font-size: 13px;
  }
  .pg3 .txt2, .txt3, .txt4 {
    font-size: 11px;
  }
}


@media (max-width: 1060px) {
  .pg3 .btn-wrap button{
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .pg6{
    gap: 40px;
  }
  .pg6 .title6{
    font-size: 50px;
  }
  .footer .left {
    width: 55%;
  }
  .right {
    width: 45%;
  }
  .pg3 .txt1{
    font-size: 13px;
  }
  .pg4 .txt .txt2{
    white-space: nowrap;
    width: 236px;
  }
  .pg3 .book_card1{
    padding: 10px 12px;
  }
}
@media (max-width: 974px) {
  .pg3 .txt{
    gap: 5px;
  }
  .pg3 .txt1{
    font-size: 12px;
  }
  .pg3 .txt2, .txt3, .txt4 {
    font-size: 10px;
  }
}
@media (max-width: 869px) {
  .pg3 .txt1{
    font-size: 10px;
  }
  .pg3 .txt2, .txt3, .txt4 {
    font-size: 9px;
  }
  .pg3 .btn-wrap{
    left: 5px;
    bottom: 5px;
  }
  .pg3 .btn-wrap button{
    font-size: 9px;
  }
  .pg5 .title5{
    font-size: 40px;
  }

}

@media (max-width: 720px) {
  .footer .frame56{
    width: 50%;
  }
  .footer .frame58{
    width: 50%;
  }
  .footer .frame58 .br, .br2{
    display: none;
  }
}
@media (max-width: 590px) {
  .footer .frame56 ul>li{
    font-size: 10px;
  }
}

@media (max-width: 917px) {
  .pg6 #bookTitle{
    width: 100%;
  }
  .pg6 textarea{
    width: 100%;
  }
  .pg6 #phone{
    width: 100%;
  }

  .pg6 .inputs{
    flex-wrap: wrap;
  }
  .pg6 #email{
    max-width: 500px;
    width: 100%;
  }
  .pg6 #email1{
    max-width: 363px;
    width: 100%;
  }
  @media (max-width: 890px) {
    .pg6 #fileInfo{
      width: 260px;
    }
  }

}
@media (max-width: 710px) {

}
@media (max-width: 960px) {
  .pg6 .contact-wrap{
    width: 100%;
  }
}
@media (min-width: 768px) {

  .pg5 .wraps img{
    display: none;
  }
  .footer .title8{
    display: none;
  }
  .review-wrap{
    display: none;
  }
  .pg2 .mo-card img{
    display: none;
  }
  .pg5 .table2{
    display: none;
  }



}


@media (max-width: 768px) {
  .footer-detail {
    margin-bottom: 20px;
  }
  .footer-detail {
    margin: 20px 0 100px;
    font-weight: 300;
  }
  .footer-copy {
    font-weight: 300;
  }
  .pg2 .title img{
    margin: 0;
  }
  .pg5 .wraps{
    margin-bottom: 40px;
  }
  .pg6 .title6{
    font-size: 45px;
  }
  .pg5 .table1{
    display: none;
  }
  .pg5 .title5{
    margin: 0;
  }
  .footer .left {
    width: 45%;
  }
  .right {
    width: 55%;
  }
  .footer-detail {
    margin-bottom: 20px;
  }
  .footer-bahama {
    display: none;
  }
  .mo {
    display: block !important;
  }
  .footer-wrap {
    line-height: 25px;
    margin-top: 0;
  }
  #footer {
    padding-top: 80px;
  }
  .footer-inner .left{
    width: 45%;
  }
  .everywhere {
    font-size: 14px;
  }
  .link {
    width: 10%;
  }
  .footer-inner {
    gap: 20px;
  }
  .pg1 .book img{
    width: 50%;
  }
  .pg1 .txt{
    gap: 15px;
  }
  .pg1 .subject .txt2 {
    font-size: 38px;
    line-height: 45px;
  }
  .pg1 .txt-wrap{
    gap: 20px;
  }
  .pg6 .custom-file-upload{
    display: block;
    text-align: left;
  }
  .pg6 .agree-modal {
    width: 400px;
    margin: 0 auto;
    left: calc(50% - 200px);
  }
  .pg6 .agree-modal div{
    font-size: 15px;
  }

  .pg3 .wrap{
    display: none;
  }
  .review-swiper-container {
    padding-bottom: 100px;
  }
  .pg5 .wrap img {
    display: none;
  }
  .pg6 .banner-wrap{
    padding: 20px 35px;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .pg1 .txt1 {
    font-size: 18px;
  }

  .pg1 .subject .txt2 {
    font-size: 40px;
  }

  .pg1 .subject ul > li {
    font-size: 15px;
  }
  .pg1 .subject ul{
    gap: 5px;
  }
  .pg1 .btn-wrap a {
    padding: 8px 14px;
  }

  .pg2 .cards img{
    display: none;
  }
  .pg2 .frame {
    margin: 0;
  }
  .pg2 .card{
    width: 90%;
  }
  .pg2 .mo-card{
    gap: 20px;
  }
  .title7{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title7 .title8{
    width: 50%;
    margin-top: 35px;
  }
  .pg6 #fileInfo{
    margin: 0;
  }
  .detail-modal .head .detail_title{
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .pg1 .subject .txt2{
    font-size: 38px;
  }
  .detail-modal .head .des{
    font-size: 10px;
  }
  .detail-modal .frames .txt1{
    font-size: 12px;
  }
}
@media (max-width: 725px) {
  .pg1 .subject .txt2{
    font-size: 35px;
  }
}
@media (max-width: 693px) {
  .pg1 .subject .txt2 {
    font-size: 30px;
  }
  .pg6 .banner-wrap{
    font-size: 12px;
  }
  .pg6 .agree-wrap{
    font-size: 13px;
    padding: 10px 12px;
  }
}
@media (max-width: 635px) {
  .pg1 .subject .txt2 {
    font-size: 25px;
  }
  .pg1 .banner{
    flex-wrap: wrap;
  }
  .pg1 .txt-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .pg1 .book{
    width: 100%;
  }
  .pg1 .txt1 {
    font-size: 22px;
  }
  .pg1 .subject .txt2 {
    font-size: 20px;
  }
  .pg1 .subject{
    gap: 15px;
  }
}
@media (max-width: 574px) {
  .pg4 .banner-wrap{
    padding: 20px 35px;
  }
}

@media (max-width: 960px) {
  .pg4 .list {
    flex-direction: column; /* 세로로 배치 */
    gap: 20px; /* 카드 간격 조절 */
  }

  .pg4 .news-card1 {
    width: 100%; /* 전체 너비 차지 */
    max-width: 1024px;
  }
  .pg4 .thumbnail1 img{
    max-width: 80px;
  }
}
@media (max-width: 431px) {
  .pg1 .txt .subject .txt2{
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .pg1 .txt .subject .txt2{
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .pg5 .title5{
    font-size: 30px;
  }
  .footer-inner .left{
    width:100%;
  }
  .pg4 .txt .txt2{
    width: 210px;
  }
  .pg6 .item input, select, textarea, #fileInfo{
    padding: 7px 10px;
  }
  .pg6 .custom-file-upload img{
    width: 70%;
  }
  #fileInfo{
    height: 30px;
  }
  .pg3 .title img{
    max-width: 130px;
    margin: 40px auto 40px;
  }
  .pg6 .title6{
    font-size: 30px;
  }
  .pg4 .title4{
    display: flex;
    justify-content: center;
    font-size: 30px;
  }
  .mo {
    font-size: 36px;
  }
  .footer-inner {
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction:column-reverse;
    gap: 50px;
  }
  .footer .left,  .right {
    width: 100%;
  }
  .pg1 .txt, .subject{
    gap: 20px;
  }
  .pg1 .logo{
    margin-top: 25px;
  }
  .pg1 .logo img{
    width: 110px;
  }
  .pg1 .banner-wrap{
    padding: 40px 30px;
  }
  .pg1 .subject ul > li {
    font-size: 12px;
  }
  .pg1 .subject .txt3{
    font-weight: 1000;
  }
  .pg1 .btn-wrap a {
    font-size: 13px;

  }
  .pg1 .btn-wrap span{
    position: relative;
    top: 2px;
  }
  .pg1 .menu {
    display: none;
  }

  .pg2 .title img {
    width: 100px
  }

  .pg3 .txt1 {
    font-size: 10px;
  }

  .pg3 .txt2, .txt3, .txt5 {
    font-size: 9px;
  }

  .pg4 .banner-wrap {
    padding: 20px 20px;
  }

  .pg4 .txt .txt1, .txt2, .txt4 {
    font-size: 0.8rem;
  }

  .pg5 .title5 {
    margin-bottom: auto;
  }
  .pg6 .agree-wrap{
    padding: 7px 10px;
    font-size: 10px;
  }
  .pg6 #fileInfo{
    width: 100%;
  }
  .pg6 .banner-wrap{
    padding: 35px 20px;
    font-size: 10px;
    font-weight: 900;
  }
  .pg6 .checkbox-label{
    margin: 0;
  }
  .detail-modal .head .detail_title{
    font-size: 17px;
  }
  .detail-modal .head .des, .detail-modal .frames .txt1{
    font-size: 10px;
  }
}


