@charset "utf-8";

/* sub1_1 */
.sub1_1 {
  background-image: url('../img/s1_1_bg.png');
  height: 1228px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1_1_sign {
  /* bottom: -100px; */
  right: 14%;
  width: 202px;
  bottom: -90px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro_txts {
  animation: fadeUp 0.5s ease-out forwards;
}

/* sub1_2 */
.sub_intro1_2 {
  background-image: url('../img/s1_2_intro.png');
  height: 755px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.s1_2_box1 {
  border: 1px solid #2a427d;
  border-radius: 40px;
  padding: 20px 150px;
  max-width: 450px;
}

.s1_2_container {
  gap: 0 2vw;
  margin: 0 auto;
}

.s1_2_circle_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.s1_2_circle {
  width: 280px;
  height: 280px;
    width: 14.5vw;
  height: 14.5vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s1_2_circle_inner {
  width: 258px;
  height: 258px;
    width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
.s1_2_circle1 {
  border: 1px solid #5abcb6;
}
.s1_2_circle1 .s1_2_circle_inner {
  background: linear-gradient(135deg, #5abcb6 0%, #2eb3a6 100%);
}
.s1_2_circle2 {
  border: 1px solid #377ca0;
}
.s1_2_circle2 .s1_2_circle_inner {
  background: linear-gradient(135deg, #377ca0 0%, #2980b9 100%);
}
.s1_2_circle3 {
  border: 1px solid #2a427d;
}
.s1_2_circle3 .s1_2_circle_inner {
  background: linear-gradient(135deg, #2a427d 0%, #34495e 100%);
}

.s1_2_arrow {
  color: #b8c5d1;
  font-size: 28px;
  margin: 0 15px;
  font-weight: 300;
}

/* sub1_3 */
.s1_3_box {
  background-color: #eaeaea;
  padding: 130px;
/*  min-width: 800px;*/
}

/* sub1_4 */
.sub1_4 .ms2_slider {
  height: 700px;
}
.sub1_4 .ms2_slide.dept1 {
  background-image: url('../img/s1_4_img1.png');
}
.sub1_4 .ms2_slide.dept2 {
  background-image: url('../img/s1_4_img2.png');
}

.sub1_4 .ms2_slide.dept3 {
  background-image: url('../img/s1_4_img3.png');
}

.sub1_4 .ms2_slide.dept4 {
  background-image: url('../img/s1_4_img4.png');
}

.sub1_4 .ms2_slide.dept5 {
  background-image: url('../img/s1_4_img5.png');
}

/* .sub1_4 .ms2_slide.dept6 {
  background-image: url('../img/ms2_img6.png');
}

.sub1_4 .ms2_slide.dept7 {
  background-image: url('../img/ms2_img7.png');
} */

/* 썸네일 슬라이더 스타일 */
.thumbnail_slider {
  margin-top: 20px;
  padding: 0 10px;
  height: 164px !important;
}
.thumbnail_slider .slick-list {
  height: 100% !important;
}
.thumbnail_slider .slick-slider .slick-track,
.thumbnail_slider .slick-slider .slick-list {
  gap: 10px !important;
}

.thumbnail_slide {
  height: 158px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  /* margin: 0 10px; */
  position: relative;
  overflow: hidden;
}

.thumbnail_slide:hover {
}

.thumbnail_slide.active {
  border-color: #2a427d;
}

/* 썸네일 배경 이미지 */
.thumbnail_slide.dept1 {
  background-image: url('../img/s1_4_img1.png');
}
.thumbnail_slide.dept2 {
  background-image: url('../img/s1_4_img2.png');
}
.thumbnail_slide.dept3 {
  background-image: url('../img/s1_4_img3.png');
}
.thumbnail_slide.dept4 {
  background-image: url('../img/s1_4_img4.png');
}
.thumbnail_slide.dept5 {
  background-image: url('../img/s1_4_img5.png');
}
/* .thumbnail_slide.dept6 {
  background-image: url('https://images.unsplash.com/photo-1582750433449-648ed127bb54?w=200&h=120&fit=crop');
}
.thumbnail_slide.dept7 {
  background-image: url('https://images.unsplash.com/photo-1516549655169-df83a0774514?w=200&h=120&fit=crop');
} */

/* 썸네일 오버레이 */
.thumbnail_slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.thumbnail_slide.active::after {
  background: rgba(42, 66, 125, 0.2);
}

/* sub1_5 */
.sub1_5 .map{
    width: 100%;
}
.map > div {
  width: 100%;
}
.bd-bottom-e1 {
  border-bottom: 1px solid #e1e1e1;
}

/* sub2_1 */
.sub_intro2_1 {
  background-image: url('../img/s2_1_intro.png');
  height: 755px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s2_1_box_wrap {
  width: 1015px;
  height: 78px;
  border-radius: 50px;
  overflow: hidden;
}
.s2_1_box1 {
  background-color: #75c3be;
}
.s2_1_box2 {
  background-color: #598ca7;
}
.s2_1_box3 {
  background-color: #4c5c85;
}
.s2_1_box {
  width: calc(100% / 3);
  height: 100%;
}

.s2_1_box_wrap .circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.s2_1_box_wrap .circle1 {
  background-color: #307a93;
  left: 30%;
}
.s2_1_box_wrap .circle2 {
  background-color: #1b3a6b;
  right: 30%;
}

.s2_1_box2_wrap {
  width: 1015px;
}
.s2_1_box21 {
  width: calc(100% / 3);
  text-align: center;
}

.s2_1_box4_wrap {
  width: 100%;
}
.s2_1_box4 {
  border: 1px solid #598ca7;
  width: 24%;
  height: 180px;
  background-color: #fff;
}
.s2_1_box4_circle {
  border: 1px solid #598ca7;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  top: -20%;
/*  left: 38.9%;*/
  background-color: #fff;
}

.s2_1_cont4_ul{
    gap: 15px;
}
.s2_1_cont4_ul li{
    width: 23%;
    border: 1px solid #2a427d;
    box-sizing: border-box;
    gap: 80px 0;
    padding: 3%;
}
.s2_1_cont4_ul li.list1{
    background-color: #f5f5f5;
}
.s2_1_cont4_ul li.list2{
    background-color: #ffffff;
}
.s2_1_cont4_ul .line{
    background-color: #2a427d;
    width: 43px;
    height: 4px;
    margin: 25px 0 30px;
}

.s2_1_box5 {
  border: 1px solid #2a427d;
  height: 346px;
  padding: 0 75px;
}
.s2_1_box5_inner {
  width: 100%;
  height:50%;
}
.s2_1_box5_inner_p2 {
  border-left: 1px solid #111;
}
.info {
  width: 20px;
  height: 20px;
}
.s2_1_content4_boxs_bottom {
  width: 74.8%;
}

.s2_1_content4_box .txts {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s2_1_content4_box{
    width: 24%;
}
.s2_1_content4_box5,
.s2_1_content4_box6,
.s2_1_content4_box7{
    width: 32%;
}
.s2_1_content4_img{
  width: 100%;
  height:461px;
  border:2px solid #2a427d;
  background: #fff;
}
.sub2_1 .s_content5 .s2_1_box4_wrap {
  width: 80%;
}
.sub2_1 .s_content5 .s2_1_box4 {
  border: 1px solid #598ca7;
  width: 19%;
  height: 180px;
  background-color: #fff;
}
.s2_1_content6_table table {
  border-spacing: 0;
}
.s2_1_content6_table thead tr {
  background-color: #2a427d;
}

.s2_1_content6_table th,
.s2_1_content6_table td {
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}

.s2_1_content6_table tbody tr td:nth-child(1):not(.sub-category) {
  background-color: #f5f5f5;
}

.s2_1_content6_table2 table {
  border-color: #2a427d;
  border-spacing: 0;
}
.s2_1_content6_table2 tr td:nth-child(1) {
  background-color: #2a427d;
  border-bottom: 1px solid #fff;

  text-align: center;
  width: 22%;
}
.s2_1_content6_table2 tr td:nth-child(2) {
  border-top: 1px solid #2a427d;
  border-right: 1px solid #2a427d;
  text-align: center;
  width: 78%;
}
.s2_1_content6_table2 tr:nth-child(3) td {
  border-bottom: 1px solid #2a427d;
  border-right: 1px solid #2a427d;
  text-align: center;
}

.s2_1_content6_table2 tr td {
  padding: 24px;
}

.blue_row_bar {
  width: 100px;
  height: 1px;
  background-color: #2a427d;
}

.s2_1_content7_box {
  border: 1px solid #2a427d;
  background-color: #fff;
  min-width: 45%;
  padding: 130px 100px;
}
.s_content4_1_plus{
  width:1035px;

}
.meal-time-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;

}

.meal-time-table th {
  background-color: #2a427d;
  color: white;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.meal-time-table td {
  background-color: white;
  padding: 25px;
  text-align: center;
  border: 1px solid #2a427d;
    box-sizing: border-box;
}

/*sub2_2*/
.s2_2_cont1_box{
    border: 1px solid #2a427d;
    box-sizing: border-box;
    width: 80%;
    margin: auto;
    padding: 3vw;
}
.s2_2_cont1_box .box{
    gap: 20px 0;
    width: 48%;
}
.s2_2_cont1_box .line p{
    background-color: #2a427d;
    width: 1px;
    height: 69px;
}
.s2_2_cont2_box{
    width: 80%;
    margin: auto;
}
.s2_2_cont2_box li{
    width: 24%;
    border: 1px solid #598ca7;
    box-sizing: border-box;
    height: 195px;
    position: relative;
    padding: 2vw 0;
}
.s2_2_cont2_box .icons{
    position: absolute;
    background-color: #2a427d;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    top: -15%;
}
.sub2_2 .imgs,
.sub2_3 .imgs{
    max-width: 100%;
}

.s2_3_txts {
  width: calc(100% / 3);
}

.sub2_3 .s2_1_content6_table2 tr td:nth-child(1) {
  width: 14%;
}
.sub2_4 .s2_1_content6_table2 tr td:nth-child(1) {
  width: 14%;
}

.sub2_4 .s2_1_content6_table2 tr:last-child td {
  border-bottom: 1px solid #2a427d;
  border-right: 1px solid #2a427d;
  text-align: center;
}

.sub2_4 .s2_1_content6_table2 tr:nth-child(3) td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #2a427d;
  text-align: center;
}

.s2_4_content2_boxs .left {
  width: 30%;
  background-color: #2a427d;
  max-height: 80px;
}

.s2_4_content2_boxs .right {
  width: 70%;
  background-color: #fff;
}
.s2_4_content2_boxs {
  margin-bottom: 10px;
}

.s2_4_content2_boxs .left,
.s2_4_content2_boxs .right {
  padding: 20px 30px;
}

.s2_4_content2_boxs .right .num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2a427d;
}
.s2_4_content2_boxs .right .right_txt {
  margin-bottom: 10px;
  margin-right: 15px;
}
.s2_4_content2_boxs .right .right_txt:not(:last-child) {
  min-width: 30%;
}
.min-height-65 {
  min-height: 65px !important;
}

.s2_4_box {
  border: 1px solid #2a427d;
  width: 48%;
  height: 330px;
}
.s2_4_box .title {
  padding: 10px 40px;
  border-radius: 40px;
  background-color: #2a427d;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s2_4_box .txts p {
  width: calc(100% / 3);
  text-align: center;
}
.s2_4_box img {
  width: 90%;
}

.sub2_5 .s2_1_content6_table tbody tr td:nth-child(1):not(.sub-category) {
  background-color: #f5f5f5;
}
.bd-right-ea {
  border-right: 1px solid #eaeaea;
}

.sub2_6 .s2_1_box4_circle {
  background-color: #2a427d;
  color: #fff;
}

/*sub2_7*/
.s2_7_title .line{
    background-color: #2a427d;
    width: 69px;
    height: 1px;
}
.s2_7_con1 li{
    padding: 45px 2% 40px;
    border: 1px solid #598ca7;
    background-color: #fff;
    width: 28%;
    gap: 50px 0;
}
.s2_7_con1 li .line{
    background-color: #111111;
    width: 32px;
    height: 2px;
    margin: 25px 0;
}
.s2_7_con2 {
    border: 1px solid #2a427d;
    box-sizing: border-box;
}
.s2_7_con2 .blue_box{
    width: 30%;
    background-color: #2a427d;
}
.s2_7_con2 .wt_box{
    width: 70%;
    background-color: #fff;
}
.s2_7_con2 p{
    padding: 26.5px 2vw;
}

/* sub3_1 */
.sub_intro3_1 {
  background-image: url('../img/s3_1_intro.png');
  height: 755px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bd-bottom-60 {
  border-bottom: 1px solid #606060;
}
.s3_1_cont1 .line{
    width: 80%;
    background-color: #838383;
    height: 1px;
}
.s3_1_cont2{
    gap: 70px 0;
}
.s3_1_cont2 li{
    gap: 50px 0;
    border-bottom: 2px solid #2a427d;
}
.s3_1_cont2 li .txts{
    gap: 35px 0;
}

/* sub3_2 */
.s3_2_info_box {
  height: 517px;
}
.s3_2_info_box .w-38 {
  height: 100%;
}
.s3_2_info_box .w-38 img {
  height: 100%;
  width:100%;
  object-fit: cover;
}

.s3_2_cont li{
    width: 24%;
    font-size: 0;
}
.s3_2_cont li img{
    width: 100%;
}
.s3_2_cont .txt_box{
    padding: 0 1vw;
    background-color: #f5f5f5;
    height: 81px;
}
.s3_2_cont .txt_box .txts{
    text-align: right;
    gap: 10px 0;
}


/* sub3_3 */
.s3_3_box {
  border: 1px solid #2a427d;
  height: 85px;
}
.s3_3_box .w-20 {
  padding: 0 12px;
}

/* sub4_1 */
.sub_intro4_1 {
  background-image: url('../img/s4_1_intro.png');
  height: 755px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s4_1_box2 {
  width: 23%;
  height: 320px;
}

.bg-d1ebfc {
  background-color: #d1ebfc;
}

.s4_1_box2_txts {
  bottom: 17px;
}
.s4_1_box2_1 .s4_1_box2_txts {
  bottom: 5px;
}

/* sub5_1 */
.sub_intro5_1 {
  background-image: url('../img/s5_1_intro.png');
  height: 755px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.search_input_wrap {
  padding: 5px;
}
.search_input {
  border: none;
  padding: 10px;
}
.board_table {
  width: 100%;
  border-collapse: collapse;
}
.board_table table {
  border-spacing: 0;
}
.board_table th,
.board_table td {
  padding: 20px 25px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.board_table th {
  border-bottom: 1px solid #e5e5e5;
}

.board_table tbody tr {
  background-color: #ffffff;
}

.board_table tbody tr:hover {
  background-color: #f1f3f4;
}

.board_table th:first-child,
.board_table td:first-child {
  width: 80px;
}

.board_table th:nth-child(3),
.board_table td:nth-child(3) {
  width: 120px;
}

.board_table th:nth-child(4),
.board_table td:nth-child(4) {
  width: 120px;
}

.board_table th:nth-child(2),
.board_table td:nth-child(2) {
  text-align: left;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 5px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 32px;
  padding: 0 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination a:hover {
  border-bottom: 1px solid #2a427d;
  color: #2a427d;
}

.pagination .current {
  border-bottom: 1px solid #2a427d;
  color: #2a427d;
}

.pagination .prev .material-symbols-outlined,
.pagination .next .material-symbols-outlined,
.pagination .first .material-symbols-outlined,
.pagination .last .material-symbols-outlined {
  font-size: 20px;
  color: #888;
}

.pagination .prev:hover,
.pagination .next:hover,
.pagination .first:hover,
.pagination .last:hover {
  color: #666;
}

.pagination .disabled {
  color: #ddd;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background-color: transparent;
  color: #ddd;
}

/* sub5_1_d */
.board_title {
  border-top: 1px solid #111;
  border-bottom: 1px solid #e5e5e5;
}

.board_content {
  padding: 40px 0;
  min-height: 300px;
}

.file_section {
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
}

.file_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 25px;
  background-color: #e1e1e1;
}

.file_item i {
  margin-right: 10px;
  color: #666;
  font-size: 16px;
}

.file_name {
  font-size: 14px;
  color: #333;
}

.board_bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;

  transition: all 0.2s ease;
}

.list_btn:hover {
  border-bottom: 1px solid #111;
}

.nav_btns {
  display: flex;
  gap: 35px;
}

.nav_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease;
}

.nav_btn:hover {
  border-bottom: 1px solid #111;
}

.nav_btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.nav_btn.disabled:hover {
  background-color: transparent;
  color: #ccc;
}

/* sub5_2 */
.board_table2 th:first-child,
.board_table2 td:first-child {
  width: 80px;
}

.board_table2 th:nth-child(3),
.board_table2 td:nth-child(3) {
  width: 100px;
}

.board_table2 th:nth-child(4),
.board_table2 td:nth-child(4) {
  width: 100px;
}
.board_table2 th:nth-child(5),
.board_table2 td:nth-child(5) {
  width: 100px;
}
.board_table2 th:nth-child(2),
.board_table2 td:nth-child(2) {
  text-align: left;
}

.s5_2_write_btn{
  width:140px;
  height:60px;
  border: 1px solid #2a427d;
}

.s5_2_ul{
    border-top: 1px solid #2a427d;
    box-sizing: border-box;
}
.s5_2_ul li>p{
    padding: 35px 20px;
    border-bottom: 1px solid #2a427d;
    box-sizing: border-box;
}
.s5_2_ul li.on>p{
    border-bottom: 1px solid #d7d7d7
}
.s5_2_ul li.on i{
    transform:rotate(180deg);
}
.s5_2_ul li .txt_box{
    padding: 40px 20px;
    border-bottom: 1px solid #2a427d;
    box-sizing: border-box;
    display: none;
}
.s5_2_ul li .txts{
    align-items: baseline;
    gap: 0 5px;
}


/* 팝업 오버레이 */
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

/* 팝업 창 */
.popup_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  width: 400px;
  max-width: 90vw;
}

/* 팝업 헤더 */
.popup_header {
  padding: 20px 25px;
}

.popup_close {
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_close:hover {
  color: #333;
}

.popup_content {
  padding: 0 50px 30px;
  text-align: center;
}
.popup_message {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.popup_input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;

  font-size: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.popup_input:focus {
  outline: none;
  border-color: #2a427d;
}

.popup_btn {
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.popup_btn:hover {
  background-color: #1f3666;
}

/* sub5_2_d */
.contact_mod_btn {
  padding: 10px 30px;
  border: 1px solid #111;
}

.review_sect {
  min-height: 150px;
  border-bottom: 1px solid #e1e1e1;
}

/* sub5_2_w */

.contact_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111;
}

.contact_table th {
  background-color: #f1f3f4;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  width: 120px;
}

.contact_table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: top;
}

.contact_input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

.contact_input:focus {
  outline: none;
  border-color: #2a427d;
}

.contact_textarea {
  width: 100%;
  min-height: 300px;
  padding: 12px;
  border: 1px solid #ddd;
}

.contact_textarea:focus {
  outline: none;
  border-color: #2a427d;
}

.password_input_row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.password_input {
  width: 200px;
}

.sub5_2_w .contact_mod_btn {
  border: 1px solid #2a427d;
  color: #2a427d;
}
.sub5_2_w .contact_mod_btn2 {
  border: 1px solid #2a427d;
  background-color: #2a427d;
  color: #fff;
}

/* sub5_3 */

.sub5_3 .gallery_grid {
  border-top: 1px solid #111;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery_item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.gallery_item:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.gallery_img {
  width: 100%;
  height: 250px;
}

/* mobile */
@media screen and (max-width: 766px) {
  .sub1_1 div {
    width: 90%;
    margin: 0 auto;
  }
  .sub1_1 {
    height: 899px;
  }
  /*.s1_1_sign {*/
  /*  bottom: -129px;*/
  /*  right: 11%;*/
  /*}*/
  .s1_1_sign {
    /* bottom: -100px; */
    right: 14%;
    width: 115px;
    bottom: -90px;
  }
  .sub_intro1_2 {
    height: 277px;
  }
  .s1_2_box1 {
    border: 1px solid #2a427d;
    border-radius: 40px;
    padding: 10px 64px;
    max-width: unset;
  }
  .s1_2_container {
    gap: 20px;
    margin: 0 auto;
  }
  .s1_2_circle_inner {
    width: 150px;
    height: 150px;
  }
  .s1_2_circle {
    width: 160px;
    height: 160px;
  }
  .s1_3_box {
    background-color: #eaeaea;
    padding: 18px;
    min-width: unset;
  }
  .sub1_4 .ms2_slider {
    height: 338px;
  }
  .ms2_slider .next-wrap {
    right: -2px;
  }
  .ms2_slider .custom-arrow-wrap {
    width: 35px;
    height: 35px;
  }
  .ms2_slider .prev-wrap {
    left: -20px;
  }

  .sub_intro2_1 {
    height: 277px;
  }
  .s2_1_box_wrap {
    width: 100%;
  }
  .s2_1_box {
    width: calc(100% / 3);
    height: 100%;
    padding: 0 30px;
    text-align: center;
  }
  .s2_1_box_wrap .circle1 {
    background-color: #307a93;
    left: 29%;
  }
  .s2_1_box_wrap .circle2 {
    background-color: #1b3a6b;
    right: 28%;
  }
  .s2_1_box_wrap .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .s2_1_box2_wrap {
    width: 100%;
  }
    .s2_1_box4_wrap{
        flex-wrap: wrap;
        gap: 50px 0 !important;
        justify-content: space-between !important;
        flex-direction: unset !important;
        text-align: center;
    }
    .s2_1_box4{
        width: 48%;
    }
    .s2_1_box4_circle{
        left: unset;
    }
  .s2_1_box5 {
    padding: 0px 27px;
  }
  .s2_1_content4_box_wrap div{
    gap:10px 0;
  }


    .s_content4_1_plus{
        width: 100%;
    }
    .s_content4_1_plus .meal-time-table td{
        padding: 10px;
    }
  .s2_1_content4_box {
    width: 48%;
    height: 250px;
  }
  .s2_1_content4_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s2_1_content4_box .txts {
    width: 90%;
  }
  .s2_1_content6_table th, .s2_1_content6_table td {
    padding: 11px;
  }

  .s2_1_content7_box {
    min-width: unset;
    padding: 32px 17px;
    width: 81%;
  }
  .s2_1_content6_table2 tr td {
    padding: 11px;
  }
  .s2_1_content4_img {
    height: 238px;
    border: 2px solid #2a427d;
    background: #fff;
    width: unset;
  }
    
    .s2_1_cont4_ul{
        gap: 15px;
    }
    .s2_1_cont4_ul li{
        width: 47%;
        gap: 30px 0;
        padding: 2%;
    }
    .s2_1_cont4_ul .line{
        margin: 10px 0 15px;
    }
    .s2_1_cont4_ul .imgs img{
        width: 100%;
    }

    .sub2_1 .s_content5 .s2_1_box4_wrap{
        width: 90%;
    }
    .sub2_1 .s_content5 .s2_1_box4{
        width: 48%;
    }

    /*sub2_2*/
    .s2_2_cont1_box{
        flex-direction: column;
        gap: 20px 0;
        justify-content: center;
    }
    .s2_2_cont1_box .box{
        width: 100%;
    }
    .s2_2_cont1_box .line{
        display: none;
    }
    .s2_2_cont2_box{
        width: 100%;
        flex-wrap: wrap;
        gap: 50px 0;
    }
    .s2_2_cont2_box li{
        width: 48%;
        height: 180px;
    }
    .s2_2_cont2_box .icons{
        width: 45px;
        height: 45px;
    }

  .s2_3_txts {
    width: 26%;
  }

  .s2_4_content2_boxs .left,
  .s2_4_content2_boxs .right {
    padding: 14px 15px;
  }

  .min-height-65 {
    min-height: 198px !important;
  }

  .min-height-45 {
    min-height: 45px;
  }
  .s2_4_box {
      width: 100%;
    margin-bottom: 60px;
  }

  .sub2_6 .s2_1_content7_box {
    width: unset;
  }

    /*sub2_7*/
    .s2_7_con1 li{
        padding: 25px 5% 20px;
        width: 90%;
        gap: 25px 0;
    }
    .s2_7_con1 ul{
        flex-direction: column;
        gap: 30px 0;
    }
    .s2_7_con1 li .line{
        height: 2px;
        margin: 15px 0;
    }
    .s2_7_con2 p{
        padding: 13px 2vw;
    }

  .sub_intro3_1 {
    height: 277px;
  }

    /* sub3_1 */
.s3_1_cont2{
    gap: 35px 0;
}
.s3_1_cont2 li{
    gap: 25px 0;
}
.s3_1_cont2 li .txts{
    gap: 15px 0;
}

/*    sub3_2*/
  .s3_2_info_box .w-38{
    margin-bottom: 20px;
    height: 150px;
    width: 150px !important;
  }
  .s3_2_info_box {
    height: fit-content;
    margin-bottom:30px;
  }

    .s3_2_cont ul{
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .s3_2_cont li{
    width: 48%;
}
    .s3_2_cont .txt_box{
        padding: 10px;
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }
    .s3_2_cont .txt_box .txts{
        gap: 5px 0;
        text-align: left;
    }

  .sub_intro4_1 {
    height: 277px;
  }
  .s4_1_box2 {
    width: 48%;
    height: 235px;
    margin-bottom: 20px;
  }
  .s4_1_box2_1 .s4_1_box2_txts {
    bottom: 6px;
  }
  .s4_1_box2_txts {
    bottom: 7px;
  }

  .sub_intro5_1 {
    height: 277px;
  }


/*    sub5_2*/

.s5_2_ul li>p{
    padding: 15px 10px;
}
.s5_2_ul li .txt_box{
    padding: 15px 10px;
}



  .board_table th,
  .board_table td {
    padding: 10px 7px;
  }

  .board_table th:nth-child(2) {
    width: 55%;
  }
  .board_table {
    overflow-x: scroll;
  }

  .board_table table {
    width: 600px;
  }

  .sub5_3 .gallery_grid {
    border-top: 1px solid #111;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .gallery_img {
    width: 100%;
    height: 174px;
  }
}

/* tablet 세로기준 */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .sub1_1 div {
    width: 90%;
    margin: 0 auto;
  }
  .sub1_1 {
    height: 100vh;
  }
  .s1_1_sign {
    /* bottom: -100px; */
    right: 14%;
    width: 115px;
    bottom: -100px;
  }

  .sub_intro1_2 {
    height: 277px;
  }
  .s1_2_box1 {
    border: 1px solid #2a427d;
    border-radius: 40px;
    padding: 10px 64px;
    max-width: unset;
  }
  .s1_2_container {
    gap: 20px;
    margin: 0 auto;
  }
  .s1_2_circle_inner {
    width: 150px;
    height: 150px;
  }
  .s1_2_circle {
    width: 160px;
    height: 160px;
  }
  .s1_3_box {
    background-color: #eaeaea;
    padding: 18px;
    min-width: unset;
  }
  .sub1_4 .ms2_slider {
    height: 338px;
  }
  .ms2_slider .next-wrap {
    right: -2px;
  }
  .ms2_slider .custom-arrow-wrap {
    width: 35px;
    height: 35px;
  }
  .ms2_slider .prev-wrap {
    left: -20px;
  }

  .sub_intro2_1 {
    height: 277px;
  }
  .s2_1_box_wrap {
    width: 100%;
  }
  .s2_1_box {
    width: calc(100% / 3);
    height: 100%;
    padding: 0 30px;
    text-align: center;
  }
  .s2_1_box_wrap .circle1 {
    background-color: #307a93;
    left: 29%;
  }
  .s2_1_box_wrap .circle2 {
    background-color: #1b3a6b;
    right: 28%;
  }
  .s2_1_box_wrap .circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
  }
  .s2_1_box2_wrap {
    width: 100%;
  }
  .s2_1_box5 {
    padding: 0px 27px;
  }
  .s2_1_content4_box_wrap div{
    gap:10px 0;
  }

  .s2_1_content4_box {
    width: 48%;
    height: 250px;
  }
  .s2_1_content4_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .s2_1_content4_img {
    height: 238px;
    border: 2px solid #2a427d;
    background: #fff;
    width: unset;
  }

  .s2_1_content4_box .txts {
    width: 90%;
  }
  .sub2_1 .s_content5 .s2_1_box4_wrap {
    width: 81%;
  }

    .s2_1_box4_wrap{
        flex-direction: row !important;
        text-align: center;
    }

    .s_content4_1_plus {
        width: 100%;
    }
    
    .s2_1_cont4_ul{
        gap: 15px;
    }
    .s2_1_cont4_ul li{
        width: 47%;
        gap: 30px 0;
        padding: 2%;
    }
    .s2_1_cont4_ul .line{
        margin: 15px 0 20px;
    }
    .s2_1_cont4_ul .imgs img{
        width: 100%;
    }

  .s2_1_content6_table th, .s2_1_content6_table td {
    padding: 11px;
  }

  .s2_1_content7_box {
    min-width: unset;
    padding: 32px 17px;
    width: 81%;
  }
  .s2_1_content6_table2 tr td {
    padding: 11px;
  }

     /*sub2_2*/
    .s2_2_cont1_box{
        width: 100%;
    }

    .s2_2_cont2_box{
        width: 100%;
    }


  .s2_3_txts {
    width: 26%;
  }

  .s2_4_content2_boxs .left,
  .s2_4_content2_boxs .right {
    padding: 14px 15px;
  }

  .s2_4_content2_boxs .right .right_txt {
    margin-bottom: -1px;
    margin-right: 12px;
  }

  .s2_4_content2_boxs .right .num {
    width: 20px;
    height: 20px;
  }

  .s2_4_box{
    width:100%;
  }

  .min-height-65 {
    min-height: 135px !important;
  }

  .min-height-45 {
    min-height: 45px;
  }
  .s2_4_box {
    margin-bottom: 60px;
  }

  .sub2_6 .s2_1_content7_box {
    width: unset;
  }

    /*sub2_7*/
    .s2_7_con1 li{
        padding: 25px 5% 20px;
        width: 90%;
        gap: 30px 0;
    }
    .s2_7_con1 ul{
        flex-direction: column;
        gap: 35px 0;
    }

  .sub_intro3_1 {
    height: 277px;
  }

/*    sub3_2*/
  .s3_2_info_box .w-38{
    margin-bottom: 20px;
    height: 250px;
    width: 250px !important;
  }
  .s3_2_info_box {
    height: fit-content;
    margin-bottom:30px;
  }

    .s3_2_cont ul{
        flex-wrap: wrap;
        gap: 35px 0;
    }
    .s3_2_cont li{
    width: 48%;
}
    .s3_2_cont .txt_box{
        padding: 30px;
        flex-direction: column;
        gap: 15px 0;
        align-items: flex-start;
    }
    .s3_2_cont .txt_box .txts{
        gap: 10px 0;
        text-align: left;
    }

  .sub_intro4_1 {
    height: 277px;
  }
  .s4_1_box2 {
    width: 48%;
    height: 239px;
    margin-bottom: 20px;
  }

  .s4_1_box2_1 .s4_1_box2_txts {
    bottom: 14px;
  }
  .s4_1_box2_txts {
    bottom: 1px;
  }
  .s4_1_box2_1 .s4_1_box2_txts {
    bottom: 3px;
  }
  .sub_intro5_1 {
    height: 277px;
  }

  .board_table th,
  .board_table td {
    padding: 10px 7px;
  }

  .board_table th:nth-child(2) {
    width: 55%;
  }
  .board_table {
    overflow-x: scroll;
  }

  .board_table table {
    width: 600px;
      width: 100%;
  }

  .sub5_3 .gallery_grid {
    border-top: 1px solid #111;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .gallery_img {
    width: 100%;
    height: 174px;
  }

}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
