@charset "utf-8";

:root {
  --site_width:1440px;
  /* --color_primary: #ff6347; */
  --color_primary: #31e3f2;
  --color_second: #f8f8f8;
}

* { margin: 0; padding: 0; box-sizing: border-box;}
a { color: inherit; text-decoration: inherit; }
a:hover, a:focus, a:active { text-decoration: none; }
ul li {list-style: none;}
img { vertical-align: middle; border: none; }
input::placeholder {color: #727070;}

.mobile_only {display: none;}

@media (max-width: 768px) {
  .mobile_only {display: inline;}
}

/* header */

.header_wrap {position: relative;z-index: 10;}
.header_wrap .inner .main_visual .visual{background-image: url('/images/main_visual.png');background-size: cover;background-position: center;width: 100%;height: 100vh;}
.header_wrap {width: 100%;}
.header_wrap .inner {max-width: var(--site_width); margin: 0 auto; position: relative;}
.header_wrap .inner > ul {display: flex; justify-content: space-between; align-items: center; height: 80px; padding: 0 0px; padding-left: 20px; padding-right: 20px;}
.header_wrap .inner > ul > li >ul {display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 17px; font-weight: 500; color: #333;}
.header_wrap .inner > ul > li >ul > li {position: relative; cursor: pointer;}
.header_wrap .inner > ul > li >ul > li::after {content: ""; display: block; position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; background: #5397bc; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); transform: translateX(-50%);}
.header_wrap .inner > ul > li >ul > li:hover {color: #5397bc; font-weight: 600; transition: color 0.3s ease-in-out;}
.header_wrap .inner > ul > li >ul > li:hover::after {width: 100%;}
.header_wrap .naver {background: #00c300; padding: 8px; border-radius: 5px; font-size: 14px; font-weight: 400; color:#fff;}
.sub_visual_wrap {overflow:hidden;}
.sub_visual_wrap .inner .sub_visual {position: relative; width: 100%; height: 300px; background-image: url('/images/sub_bg1.png'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: flex-start;}
.sub_visual_wrap .inner .sub_visual .bg_title { max-width: 1440px; margin: auto; width: 100%;}
.sub_visual_wrap .inner .sub_visual .bg_title .title {font-size: 2rem; font-weight: 700;  margin-bottom: 50px; color: #fff; padding-left: 20px;}
.sub_visual_wrap .inner .sub_visual .bg_title .sub_type {font-size: 1.2rem; font-weight: 500; color: #fff; padding-left: 20px;margin-bottom: 50px;}
.sub_visual_wrap .inner .sub_visual .bg_title .title h3 {font-size: 28px;}
.sub_visual_wrap .inner .sub_visual .bg_title .title h3 span{border-top: 2px solid rgb(255, 255, 255);}
.sub_visual_wrap .inner .sub_visual .bg_title .naver_chat {padding-left: 20px;}
.sub_visual_wrap .inner .sub_visual .bg_title .naver_chat span{cursor: pointer;padding: 10px 20px;font-size: 16px;font-weight: 500;color: #fff;margin-top: 130px;background: rgba(0, 195, 0, 0.6);border: 1px solid #ffffff;border-radius: 4px;}

.sub_visual_wrap .inner .sub_visual .bg_title .title p {font-size: 16px;}
.sub_visual_wrap .inner .sub_visual .bg_img {position: absolute; top: 50%; right: 10%; transform: translateY(-50%); background-image: url('/images/bg.png'); background-size: cover; background-position: center; width: 226px; height: 200px;}

.ham_ico {display: none; margin-right:0px; background-image: url('/images/hambuger_b.png');width: 44px; height: 44px; background-size: cover; background-position: center; background-repeat: no-repeat;}
.hambuger_wrap {display: none;}

/* 햄버거 메뉴 */
.hambuger_wrap {position: absolute; max-width: var(--site_width); top:0px; width: 60%; background: #1554a1; height: 100%; z-index: 999999991;}
.hambuger_wrap .inner {padding-left: 10px; padding-right: 10px;}
.hambuger_wrap .hambuger .top {margin-top: 40px; text-align: center;}
.hambuger_wrap .hambuger .top > ul {display: flex; justify-content: space-between; align-items: center;}
.hambuger_wrap .hambuger .top:after {content: ""; height: 1px; width: 100%; display: block; background: #e9dddd; margin-top: 10px;}
.hambuger_wrap .hambuger .top > ul  li:nth-of-type(1) {font-size: 20px; font-weight: 500; color:#fff;}
.hambuger_wrap .hambuger .top > ul  li:nth-of-type(2) {background-image: url("../images/hambuger_close.png"); width:40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.hambuger_wrap .hambuger .menu {margin-top: 30px;}
.hambuger_wrap .hambuger .menu > ul {display: flex; justify-content: start; align-items: left; gap: 0px; flex-direction: column; color:#fff; font-size: 17px; font-weight: 500;}
.hambuger_wrap .hambuger .menu > ul  li {height: 50px; align-items: center; padding-left: 6px; cursor: pointer;}
.hambuger_wrap .hambuger .menu > ul  li span {line-height: 50px; font-size:16px;}
.hambuger_wrap .hambuger .menu > ul  li:hover {background: #ffffff; color:#FCB908;}
#ham_close {background-image: url("/images/hambuger_close.png"); width:40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover;}

/* map */
.container {margin-top: 80px;}
.container .inner {max-width: var(--site_width); margin: 0 auto; padding: 0 20px; font-size: 28px; text-align: center;} 
.container .inner .map .map_info {width: 100%;  margin-top: 30px; margin-bottom: 20px; position: relative;}
#daumRoughmapContainer1754572196381{width: 100%; padding-bottom: 20px;}
.daum_roughmap_loader_script {margin-bottom: 300px;}
.container .inner .map h3 {font-size: 28px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; justify-content: center;}
.container .inner .map p {font-size: 18px; font-weight: 400; margin-bottom: 20px;}

/* notice */
.container .inner .notice .notice_info {width: 100%;  margin-top: 30px; margin-bottom: 20px; position: relative;}
.container .inner .notice h3 {font-size: 28px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; justify-content: center;}
.container .inner .notice p {font-size: 18px; font-weight: 400; margin-bottom: 20px;}
.container .inner .notice .notice_info table {width: 100%; border-collapse: collapse; margin-bottom: 20px;}
.container .inner .notice .notice_info table .title {background: #f8f8f8; color: #333; font-weight: 700; font-size: 18px; text-align: center; padding: 30px 0;}
.container .inner .notice .notice_info table .title th {padding: 10px; font-size: 16px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-weight: 700; color: #333;}
.container .inner .notice .notice_info table .title tbody td {padding: 10px; font-size: 16px; border-bottom: 1px solid #ddd; color: #333;}
.notice-num    { font-size: 15px; color: #888; height: 60px;}
.notice-title  { font-size: 16px; color: #222; font-weight: 500; text-align: left;}
.notice-writer { font-size: 15px; color: #555; }
.notice-attach { font-size: 15px; color: #555; }
.notice-date   { font-size: 15px; color: #888; }
.notice-count  { font-size: 15px; color: #888; }
.notice_info table tbody tr {border-bottom: 1px solid #e0e0e0;}
.notice_info table tbody tr:hover {background: #e6f7fa;}
.notice-title .notice-link:hover {background: none;color: #00b8a9;}
.notice_line {width: 100%; height: 1px; background: #ddd; margin-top: 20px; margin-bottom: 20px;}
.news_date {font-size: 22px; color: #414040; font-weight: 400; margin-top: 20px; margin-bottom: 10px; text-align: center; margin-bottom: 40px;}

/* 인사말 */
.container .inner .about .notice_info {width: 100%;  margin-top: 30px; margin-bottom: 20px; position: relative;}
.container .inner .about h3 {font-size: 28px; color:tomato; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; justify-content: center;}
.container .inner .about h3 span {border-top: 2px solid #333; padding-top: 10px; margin-top: 10px; font-size: 28px; font-weight: 700; color: #333;}
.container .inner .about p {font-size: 18px; font-weight: 400; margin-bottom: 20px;}
.container .inner .about .intro {display: flex;  gap: 80px; background: #ffffff; justify-content: center; align-self: center;}
.container .inner .about .intro span {font-size: 16px; font-weight: 500; color: #333; padding: 10px 20px; border-radius: 5px;}
.container .inner .about .intro h3{display: inline; border-bottom: 0px solid tomato; padding-bottom: -10px; width: 200px;}
.container .inner .about .intro h3:after{content: "";display: block;width: 10%;height: 10px;margin: 20px auto 10px auto; background: #c1c0c0;}
.container .inner .about .intro li:nth-of-type(1) {width: 50%; background-image: url("/images/book_3.png"); width: 459px;height: 350px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.container .inner .about .intro li:nth-of-type(2) {width: 50%;}
.container .inner .about .about_line  {width: 100%; height: 30px; background: #0274df; margin-top: -50px; margin-bottom: 20px;}


/* 인사말 하단 장점 */
.about .special {margin-top: 50px;}
.about .special ul { display: flex;gap:10px;align-items: center;justify-content: center;padding: 0;}
.about .special li {height: 260px; background: #ffffff; border-radius: 6px; border: 2px solid #8e8c8c; display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 20px;width: 100%; }
.about .special .tit .img1 {text-align: center;background-image: url('/images/s_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.about .special .img2 {text-align: center;background-image: url('/images/curriculum_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.about .special .img3 {text-align: center;background-image: url('/images/heart_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.about .special .img4 {text-align: center;background-image: url('/images/class_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.about .special .tit {color: #494949;font-size: 18px;font-weight: 700;text-align: center;margin-bottom: 35px;border-bottom: 1px solid #a8a6a6; margin-top: 20px; padding-bottom: 10px;}

.about .special .info {text-align: left;}
.about .special .info h3{width: 100%; color: #343434;font-size: 16px;font-weight: 500;text-align: left; line-height: 30px;}
.about .special .info h4{width: 100%; color: #ffffff;font-size: 16px;font-weight: 500;text-align: left; line-height: 30px;}
.about .special .info h3 p {width: 50px; height: 30px; padding-bottom: 0px; font-size: 18px; text-align: left;}
/* .about .special .info h4 p {width: 50px; padding-bottom: 10px; font-size: 18px; text-align: left;} */


/* 교재소개 */
.book .intro .book-intro {height: 350px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.container .inner .book .notice_info {width: 100%;  margin-top: 30px; margin-bottom: 20px; position: relative;}
.container .inner .book h3 {font-size: 28px; color:tomato; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; justify-content: center;}

.container .inner .book h3 span {border-top: 2px solid #333; padding-top: 10px; margin-top: 10px; font-size: 28px; font-weight: 700; color: #333;}
.container .inner .book p {font-size: 18px; font-weight: 400; margin-bottom: 20px;}
.container .inner .book .intro {display: flex;  gap: 80px; flex-wrap: wrap; background: #ffffff; justify-content: center; align-self: center;}
.container .inner .book .intro span {font-size: 16px; font-weight: 500; color: #333; padding: 10px 20px; border-radius: 5px;}
.container .inner .book .intro h3{display: inline; border-bottom: 0px solid tomato; padding-bottom: -10px; width: 200px;}
/* .container .inner .book .intro h4{display: inline; border-bottom: 0px solid tomato; padding-bottom: -10px; width: 200px;} */
.container .inner .book .intro h4 {font-size: 16px; margin-bottom: 0px;}
.container .inner .book .intro h3:after{content: "";display: block;width: 10%;height: 10px;margin: 20px auto 10px auto; background: #c1c0c0;}
.container .inner .book .intro li:nth-of-type(1) {width: 60%; background-image: url("/images/book3.png"); width: 602px;height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.container .inner .book .intro li:nth-of-type(2) {width: 40%; }
.container .inner .book .intro p:nth-of-type(4) {font-size: 17px;}


.container .inner .book .about_line  {width: 100%; height: 30px; background: #0274df; margin-top: -50px; margin-bottom: 20px;}
.container .inner .book .step_wrap {margin-top: 80px;}
.container .inner .book .step_wrap > ul > li {text-align: center; background: #ffffff;}
.container .inner .book .step_wrap > ul > li > ul {width: 100%; padding: 10px; border: 1px solid #eee; display:flex; justify-content: space-between; align-items: center; gap: 0px;}
.container .inner .book .step_wrap > ul > li > ul > li:nth-of-type(1) {}

.container .inner .book .step_wrap > ul > li > ul .img1 {margin-left: 10px; background-image: url("/images/step_1.png");width: 40px; height: 40px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img2 {margin-left: 10px; background-image: url("/images/step_2.png");width: 45px; height: 45px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img3 {margin-left: 10px; background-image: url("/images/step_3_1.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img4 {margin-left: 10px; background-image: url("/images/step_4.png");width: 45px; height: 45px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img5 {margin-left: 10px; background-image: url("/images/step_5.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img6 {margin-left: 10px; background-image: url("/images/step_6.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.container .inner .book .step_wrap > ul > li > ul .img7 {margin-left: 10px; background-image: url("/images/step_7.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;}

/* .container .inner .book .step_wrap > ul > li > ul .img2 {background-image: url("/images/step_2.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;} */
/* .container .inner .book .step_wrap > ul > li > ul .img2 {background-image: url("/images/step_2.png");width: 50px; height: 50px; background-size: cover; background-repeat: no-repeat; background-position: center;} */
.container .inner .book .step_wrap > ul > li > ul .step {font-size: 17px; font-weight: 500; color: #333; }
.container .inner .book .step_wrap > ul > li > ul .step_book { font-size: 17px; font-weight: 500; color: #333; }
.container .inner .book .step_wrap > ul > li > ul .step_info {width: 50%; font-size: 20px; font-weight: 500; color: #333; }
.container .inner .book .step_wrap > ul > li > ul .step_info p {font-size: 16px; font-weight: 400; color: #333; }
.container .inner .book .step_wrap > ul > li > ul .step_info p:nth-of-type(4) {color:#ffff;}

.container .inner .book .step_wrap > ul > li > ul .step_info span:nth-of-type(1) {display:block;}
.container .inner .book .step_wrap > ul > li > ul .step_info span {font-size: 16px; font-weight: 400; color: #333; }




/* 갤러리 싀위퍼 */
.container .inner .gallery {margin-top: 150px;}
.container .inner .gallery h3{font-size: 28px; font-weight: 700;}
.container .inner .gallery_wrap {border: 1px solid #eee; padding: 20px; margin-top: 20px; border-radius: 10px;}
.gallery_wrap .swiper-slide {padding: 10px 0;}
.gallery_wrap .swiper-slide img {border-radius: 10px;box-shadow: 0 2px 8px rgba(0,0,0,0.08);width: 100%;height: auto;display: block;}

/* 갤러리 하단 장점 */
.gallery .special {margin-top: 50px;}
.gallery .special ul {display: flex;gap:10px;align-items: center;justify-content: center;padding: 0;}
.gallery .special li {border-radius: 6px; background: #1554a1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 20px;width: 25%;}

.gallery .special .img1 {text-align: center;background-image: url('/images/safe_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.gallery .special .img2 {text-align: center;background-image: url('/images/curriculum_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.gallery .special .img3 {text-align: center;background-image: url('/images/heart_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.gallery .special .img4 {text-align: center;background-image: url('/images/class_ico.png');background-size: cover;background-repeat: no-repeat;background-position: center;width: 50px;height: 50px;margin: 0 auto 10px auto;margin-bottom: 30px;}
.gallery .special .tit {color: #fff;font-size: 18px;font-weight: 700;text-align: center;margin-bottom: 35px;border-bottom: 1px solid #ebe9e9;padding-bottom: 10px;}
.gallery .special .info {color: #fff;font-size: 14px;font-weight: 400;text-align: center;}

/* 시간표 */
/* .container .inner .time .notice_info {width: 100%;  margin-top: 30px; margin-bottom: 20px; position: relative;} */
.container .inner .time_txt {background: #1554a1; margin-bottom: 30px;}
.container .inner .time h3 {font-size: 28px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; justify-content: center;}
.container .inner .time h3 span {border-top: 0px solid #333; padding-top: 10px; margin-top: 10px; font-size: 28px; font-weight: 700; color: #333;}
.container .inner .time p {font-size: 18px; font-weight: 400; margin-bottom: 80px;}
.container .inner .time ul > li > ul {width: 100%; display: flex; gap: 0px; justify-content: center; align-items: center; border-radius: 4px; border: 1px solid #e0e0e0;}
.container .inner .time ul > li > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-right: 1px solid #e0e0e0;
}
.container .inner .time ul > li > ul > li:nth-child(1),
.container .inner .time ul > li > ul > li:nth-child(3) {
  flex: 1 1 200px; 
  min-width: 120px;
}
.container .inner .time ul > li > ul > li:nth-child(2),
.container .inner .time ul > li > ul > li:nth-child(4),
.container .inner .time ul > li > ul > li:nth-child(5) {
  flex: 1 1 200px; 
  min-width: 120px;
}
.container .inner .time ul > li > ul > li:last-child {
  border-right: none;
}
.container .inner .time ul > li .time_tit {background: #1554a1; color:#fff;}
.container .inner .time ul > li .time_tit,
.container .inner .time ul > li .time_info {
  display: flex;
  align-items: center;
  height: 100%; 
}
.container .inner .time ul > li .time_tit {margin-bottom: 20px;}
.container .inner .time ul > li .time_tit span {font-size: 18px; font-weight: 700;}
.container .inner .time ul > li .time_info span {font-size: 16px; font-weight: 400;}

.time_txt {margin-top: 100px; padding-top: 30px; padding-bottom: 30px; border-radius: 4px;}
.time_txt > ul {display: flex; justify-content: space-around; align-items: center;}
.time .intro li:nth-of-type(1) {width: 60%; background-image: url("/images/time_img.png"); width: 316px;height: 230px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.time .intro li:nth-of-type(2) {width: 40%; }
.time  .intro h3 {color:rgb(255, 255, 255)}
.time  .intro h4 {font-size: 16px; font-weight: 500; color: #333; padding: 10px 20px; border-radius: 5px;}
.time  .intro span {font-size: 16px; font-weight: 500; color: #ffffff; padding: 10px 20px; border-radius: 5px;}
.time  .intro .t_txt {padding-bottom: 20px;}


/* 페이징 */
.page_wrap  {margin-top: 30px;}
.page_wrap .page > ul {display: flex; justify-content: center; gap:30px; align-items: center;}
.page_wrap .page > ul > li:nth-of-type(1) .img {background-image: url("http://www.joysamnews.co.kr/images/news_back.png"); width: 50px;height: 50px; background-repeat: no-repeat; background-position: center; }
.page_wrap .page > ul > li:nth-of-type(3) .img {background-image: url("http://www.joysamnews.co.kr/images/news_forward.png"); width: 50px;height: 50px; background-repeat: no-repeat; background-position: center; margin-left: 30px;}

/* footer */
.footer {background: #f8f8f8; padding: 30px 0; text-align: center; font-size: 14px; color: #a4a3a3; padding-bottom: 30px;}
.footer .inner span {font-size: 17px; font-weight: 700; margin-bottom: 10px; border-top: 1px solid #bcb9b9; border-bottom: 1px solid #7d7b7b; padding-bottom: 10px; padding-top: 10px; }
.footer .inner h3 {font-size: 14px; font-weight: 400; color: #939292; margin-top: 40px;}
.footer .inner h4 {font-size: 14px; font-weight: 400; color: #939292; margin-top: 10px;}

@media(max-width:1200px){#navigation > li {display: none;}
.ham_ico {display: block;}

}


@media (max-width: 768px) {

.sub_visual_wrap .inner .sub_visual .bg_title .title h3 {font-size: 24px;}
.sub_visual_wrap .inner .sub_visual .bg_title .title p {font-size: 14px;}

.mobile_only {display: inline;}  
.time {margin-top: 80px;}
.container .inner .time ul > li .time_tit {margin-bottom: 20px; height: 50px;}
.container .inner .time ul > li .time_tit span {font-size: 15px; font-weight: 500;}
.container .inner .time ul > li .time_info span {font-size: 14px; font-weight: 400;}
.container .inner .time ul > li .time_info {line-height:1.5;}
.container .inner .time ul > li > ul > li:nth-child(1),
.container .inner .time ul > li > ul > li:nth-child(3) {flex: 1 1 200px; min-width: 60px;}
.container .inner .time p {font-size: 18px; font-weight: 400; margin-bottom: 30px;}
.container .inner .time ul > li > ul > li:nth-child(2),
.container .inner .time ul > li > ul > li:nth-child(4),
.container .inner .time ul > li > ul > li:nth-child(5) {flex: 1 1 200px; min-width: 60px;}

 .container .inner .time .intro li:nth-of-type(1) {
    /* width: 100% !important; */
    max-width: 100vw;
    height: 230px !important;
    min-height: 230px;
    background-size: contain;
    margin: 0 auto;
  }
.container .inner .time ul > li > ul > li {display: flex;align-items: center;justify-content: center;height: 80px;border-right: 1px solid #e0e0e0;}
.container .inner .about .intro li:nth-of-type(1) {background-image: url("/images/book_3.png");min-height: 250px;margin-bottom: 50px;}
.container .inner .about .intro {flex-direction: column;gap: 20px;align-items: center;}
.container {margin-top: 30px;}
.container .inner .about .notice_info {margin-top: 0;}
.container .inner .about .intro li:nth-of-type(1),
.container .inner .about .intro li:nth-of-type(2) {width: 100% !important;max-width: 100%;min-width: 0;height: auto;}

.container .inner .about .intro h3 {font-size: 24px; margin-bottom: 20px;}



.about .special ul {flex-direction: column;gap: 20px;}
.about .special li {width: 100%;min-width: 0;}
.container .inner .about .intro h3:after {content: "";display: block;width: 100%;height: 6px;margin: 10px auto 30px auto;background: tomato;  }
.about .special .tit2 {height: 300px; background: #ffffff; color:#000;}
.about .special .tit3 {height: 210px; background: #ffffff; color:#fff;}
.about .special .tit4 {height: 240px; background: #ffffff; color:#fff;}
.about .special .tit5 {height: 300px; background: #ffffff; color:#fff;}
.about .special .tit {color: #222;font-size: 15px; color:#000;}
.about .special .info h3{color: #222;font-size: 14px; color:#000;}
.responsive-ico {width: 20px !important;height: 20px !important;}
.gallery .special ul {flex-direction: column;gap: 20px;}
.gallery .special li {width: 100%;min-width: 0;margin-bottom: 10px;}
.container .inner .gallery h3 {margin-bottom: 20px;}
.container .inner .gallery_wrap {border: 0px solid #eee;padding: 0px;margin-top: 0px;border-radius: 0px;}
.pc_only {display: none;}
.container .inner .gallery {margin-top: 80px;}

.gallery .special ul {flex-direction: column;gap: 20px;}
.gallery .special li {width: 100%;min-width: 0;margin-bottom: 10px;}
.container .inner .gallery h3{margin-bottom: 20px;}
.container .inner .gallery_wrap {border: 0px solid #eee; padding: 0px; margin-top: 0px; border-radius: 0px;}

.gallery_wrap .swiper {width: 100%; }
.gallery_wrap .swiper-slide {padding: 10px 0;}
.pc_only {display: none;}
.container .inner .gallery {margin-top: 80px;}

.time_txt > ul {display: flex; flex-direction: column; gap: 20px; }

.time .intro li:nth-of-type(1) {width: 60%; background-image: url("/images/time_img.png"); width: 316px; height: 240px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.time .intro li:nth-of-type(1) {width: 100%; }
.time .intro li:nth-of-type(2) {width: 100%; padding: 20px; margin-top: 50px; text-align: left;}
.time  .intro h3 {color:rgb(255, 255, 255)}
.time  .intro h4 {font-size: 16px; font-weight: 500; color: #333; padding: 10px 20px; border-radius: 5px;}
.time  .intro span {font-size: 16px; font-weight: 500; color: #ffffff; padding: 10px 20px; border-radius: 5px;}
.time  .intro .t_txt {padding-bottom: 20px;}

.container .inner .book .intro li:nth-of-type(1) {width: 100%; margin-bottom: 50px; background-image: url("/images/book3.png"); width: 380px;height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.container .inner .book .intro li:nth-of-type(2) {width: 100%;}
.container .inner .book .intro  {width: 100%;}

}

/* style.css에 추가 */
/* 모바일에서 제목만 보이게 */
@media (max-width: 700px) {
  .notice_wrap table .th-num,
  .notice_wrap table .th-attach,
  .notice_wrap table .th-writer,
  .notice_wrap table .th-date,
  .notice_wrap table .th-count,
  .notice_wrap table .notice-num,
  .notice_wrap table .notice-attach,
  .notice_wrap table .notice-writer,
  .notice_wrap table .notice-date,
  .notice_wrap table .notice-count {
    display: none !important;
  }
  .notice_wrap table .notice-title {
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .notice_wrap table .subject-pc { display: none; }
  .notice_wrap table .subject-mobile { display: inline; }
}
/* PC에서는 30자 ... */
.notice_wrap table .subject-mobile { display: none; }
.notice_wrap table .subject-pc { display: inline; }
.notice_wrap table .notice-title {
  max-width: 100%;
  height: 70px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



