@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:35px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:12px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 20px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 10; height: 60px;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 190px; height: 30px;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header.on{background: #fff;}
#header.on h1 a{display: block; background: url('/images/main/main_logo_on.png')center no-repeat; background-size:cover; width: 190px; height: 30px;}


/* nav_btn */
.nav_btn {width: 22px;height: 18px;position: relative;display: flex;flex-direction: column;justify-content: space-between;border: none;background: none;cursor: pointer;z-index: 100;}
.nav_btn span {display: block;height: 2px;background: #fff;transition: 0.3s ease;}
.nav_btn span:nth-child(1),.nav_btn span:nth-child(3) {width: 100%;}
.nav_btn span:nth-child(2) {width: 50%;align-self: flex-end;}
.nav_btn.on span{background: #222;}
.nav_btn.on span:nth-child(1) {transform: translateY(7.5px) rotate(45deg);}
.nav_btn.on span:nth-child(2) {opacity: 0;}
.nav_btn.on span:nth-child(3) {transform: translateY(-8.5px) rotate(-45deg);}

/* navigation */
.navigation{position: fixed;left: 0;top: 60px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 0; z-index:5000; width:50%;background-color:#fff;height:100%; right: 0px; }
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/main_nav_arw_tab.png)center no-repeat; background-size:cover; width: 13px; height: 7px;}
.navigation h3 a{position: relative;line-height: 45px;width:100%; display: flex;align-items: center;padding: 0 10px;color:#222222;font-size:0.875rem;font-weight: 600; border-bottom:1px solid #dddddd;}
.navigation h3.active a{border-bottom: 1px solid var(--co01);}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 20px;width: 13px;height: 7px;background:url(/images/main/main_nav_arw2_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:15px 0;background:#f6f6f6;}
.navigation ul li a{color:#666;font-size:0.75rem;font-weight: 400;margin-left: 10px; word-break:keep-all;line-height: 25px; transition:.3s;}
.navigation ul li:hover a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation ul li a.on{color: #222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 60px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 


/* visual */
#visual_wrap .visual_items .visual_num{justify-content: center; font-size: 0.75rem;}
#visual_wrap .visual_items .visual_num em{position: relative;display: block;width: 90px;background: rgba(255, 255, 255, .5);height: 2px;margin: 0 10px;}
#visual_wrap .visual_items .visual_num em::after{content: '';position: absolute;top: 0; left: 0; width: 0; height: 100%; background: #fff; animation: initial;}
#visual_wrap .swiper-slide-duplicate-active .visual_items .visual_num em::after,
#visual_wrap .swiper-slide-active .visual_items .visual_num em::after{animation: visAni01 5s ease forwards;}
#visual_wrap	.visual_items .visual_num span{font-size: 0.875rem; color:#fff;}
@keyframes visAni01 {
0%{width: 0;}
100%{width: 100%;}
}
#visual_wrap .visual_nav{gap:20px;}
#visual_wrap .swiper-button-prev{width: 7px; height: 11px;}
#visual_wrap .swiper-button-next{width: 7px; height: 11px;}
#visual_wrap .txt_wrap{margin-top: 25px; text-align: center;}
#visual_wrap .txt_wrap h2{position: relative; font-size: 1.5rem; color: #fff; padding-bottom: 15px;}
#visual_wrap .txt_wrap h2::after{content:''; position: absolute; bottom: 0; left: 50%; transform:translateX(-50%); width: 25px; height: 2px; background: #fff;}
#visual_wrap .txt_wrap p{width: 100%; font-size: 0.875rem; color: #fff; padding-top: 15px; line-height: 1.4; word-break:keep-all;}
#visual_wrap .scroll_btn{font-size: 0.75rem;}
#visual_wrap .scroll_btn .arws{position: relative; top: -45px; left: 50%; transform:translateX(-50%);}
#visual_wrap .scroll_btn span {position: absolute; top: 0; left: 50%; width: 10px; height: 10px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-animation: sdb07 2s infinite;animation: sdb07 2s infinite;opacity: 0;box-sizing: border-box;}
#visual_wrap .scroll_btn span:nth-of-type(2) {top: 10px;-webkit-animation-delay: .15s;animation-delay: .15s;}
#visual_wrap .scroll_btn span:nth-of-type(3) {top: 20px;-webkit-animation-delay: .3s;animation-delay: .3s;}


/* main 공통 */
.main_tit h3{font-size: 1.5rem; color: #000; text-align: center;}
.main_tit h3 span{position: relative;}
.main_tit h3 span::after{content:''; position: absolute; bottom: -15px; left: 50%; transform:translateX(-50%); background: url('/images/main/main_tit_after.png')center no-repeat; background-size:cover; width: 20px; height: 8px;}
.main_tit p{font-size: 0.875rem; color: var(--co01); text-align: center; margin-top: 25px;}

/* research */
#research{padding-block:35px;}
#research .re_wrap{position: relative; display: flex; align-items: center; justify-content: space-between; flex-direction: column; gap:20px; margin-top: 30px;}
#research .re_item{position: relative;}
#research .re_item::after{content:''; position: absolute; right: 0; top: 0; background: url('/images/main/main_re_after.png')center no-repeat; background-size:cover; width: 50px; height: 50px; overflow: hidden;}
#research .re_item img{width: 100%; aspect-ratio:2.093 / 1; object-fit:cover; transition:.3s;}
#research .re_item:hover img{transform:scale(1.05); transition:.3s;} 
#research .re_item a{position: relative; display: block;overflow: hidden; border-radius:20px; border-top-right-radius: 0;}
#research .re_item a .circle_icon{position: absolute; right: 0; top: 0; background: var(--co01); background-size:cover; width: 30px; height: 30px; border-radius:50%; z-index: 5; display: flex; align-items: center; justify-content: center; font-size: 17px; color: #fff; overflow: hidden;}
#research .re_item a .circle_icon i{transform: rotate(-45deg);}
#research .re_item:hover a .circle_icon i{animation:link_btn_ani2 0.8s;}
#research .re_item p{position: absolute; left: 20px; bottom: 20px; font-size: 1rem; color: #fff; z-index: 10;}

/* publications */
#publications{padding-block:55px; background: url('/images/main/main_pub_bg.png')center no-repeat; background-size:cover;}
#publications .main_tit{position: relative; max-width:100%; margin: 0 auto; padding: 0 2.6%;}
#publications .swiper-button-prev, #publications .swiper-button-next{display: flex; align-items: center; justify-content: center; border:1px solid var(--co01); border-radius:50%; aspect-ratio: 1; width: 40px; height: 40px; background-image:none; transition:.3s;}
#publications .swiper-button-prev img, #publications .swiper-button-next img{width: 20px;}
#publications .swiper-button-prev:hover, #publications .swiper-button-next:hover{background: var(--co01); transition:.3s;}
#publications .swiper-button-prev:hover img, #publications .swiper-button-next:hover img{filter: brightness(500%) saturate(0) contrast(300%);}
#publications .pub_wrap{width: auto; margin-left: auto; margin-top: 30px;}
#publications .pubSlide{margin:0; padding-block:25px 30px; padding-left: 0;}
#publications .pubSlide .swiper-slide a{position: relative; display: block; padding: 15px;}
#publications .pubSlide .swiper-slide{background: #fff; box-shadow: 0px 0px 24.2px 5px rgba(0, 33, 64, 0.10); border-radius:10px;  transition:.3s;}
#publications .pubSlide .txt_con{display: flex; flex-direction: column; gap:15px; word-break:keep-all;}
#publications .pubSlide .txt_con span{font-size: 1rem; color: var(--co01); font-weight: 700;}
#publications .pubSlide .txt_con strong{font-size: 1rem; color: #222; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#publications .pubSlide .txt_con p{font-size: 0.75rem; color: #444; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#publications .view_btn{position: absolute; right: -20px; bottom: -20px; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; color: #fff; font-weight: 600; z-index: 50; background: #666; width: 50px; height: 50px; border-radius:10px; transition:.3s;}
#publications .swiper-slide:hover .view_btn{background: var(--co01); transition:.3s;}
#publications .swiper-slide:hover{transform:translateY(-10px); transition:.3s;}


.board_wrap{padding-block:35px; background: #F9F9F9;}
.board_wrap .inner{display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; gap:40px;}
.board_wrap .inner > section{flex:1; min-width: 0; width: 100%;}
.board_wrap .main_tit h3{margin-bottom: 45px;}


/* gallery */
#gallery .gallSlide .txt_box{padding:15px 10px; background: #fff;}
#gallery .gallSlide .tit{font-size: 0.875rem; color: #000;}
#gallery .gallSlide p{margin-top: 10px; font-size: 0.75rem; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#gallery .gallSlide .date{display: block; font-size: 0.75rem; color: #aaa; margin-top: 15px;}
#gallery .swiper-pagination{position: unset; margin-top: 30px;}
#gallery .swiper-pagination-bullet-active{width: 30px; border-radius: 10px;background: var(--co01);}

/* news */
#news ul li a{padding: 20px 15px;}
#news .txt_box strong{font-size: 1rem; color: #222; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#news .txt_box p{margin-top: 10px; font-size: 0.875rem; color: #444; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#news .txt_box span{margin-top: 15px; display: block; font-size: 0.75rem; color: #999;}


/* footer */
#footer{background: #00182D; padding-block:30px;}
#footer .inner{display: flex; justify-content: space-between; gap:25px; flex-direction: column-reverse; align-items: center;}
#footer .info_wrap{width: 100%; border-top:1px solid rgb(255,255,255,.5); padding-top: 25px;}
#footer .info_wrap p{font-size: 0.75rem; color: #ccc; line-height: 1.4; text-align: center;}
#footer .info_wrap .copy{margin-top: 10px;}
#footer h2 img{width: 230px;}


/* ===sub======================================= */

#sub_visual_wrap{position: relative;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 60%; transform:translate(-50%,-50%); width: 100%;}
#sub_visual_wrap .txt_wrap h2{font-size: 12px; color: #fff; font-weight: 700;         text-align: center;}
#sub_visual_wrap .txt_wrap h3{font-size: 30px; color: #fff; margin-top: 10px;         text-align: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; gap:35px; margin-top: 10px; justify-content: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 12px; color: rgb(255,255,255,.7); font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 4px; height: 4px; background: rgb(255,255,255,.7); border-radius:50%;}

#sub_contents{padding-block:50px;}


/* 공통 */
h5.h5_tit{color: #111;font-size: 1.125rem;font-weight: 700; position: relative; padding-left: 30px;}
h5.h5_tit::before{position: absolute;  content:''; width: 20px;height: 20px; border:5px solid var(--co01);top:0; left:0; border-radius:50%;}



/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 13px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.basic_bd02 .search_box .input_wrap button img{width: 100%;}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 41px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 21px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 12px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 56px);margin-left: 25px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 10px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 20px;border: 1px solid #eee;padding: 0 10px;font-size: 12px;margin-right: 5px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 14px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p.mob_date{display: block;margin-top: 10px;font-size: 12px;}
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}
.basic_bd02 ul.paging li.prev a img {width: 18px;}
.basic_bd02 ul.paging li.next a img {width: 18px;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 30px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 16px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 21px; margin: 12px 0px 15px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 13px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 38px 10px;}
.basic_bd01_view .view_box img{width: 100%;margin-bottom: 40px;}
.basic_bd01_view .view_box p{font-size: 13px; color: #000;}
.basic_bd01_view .file_box{padding: 12px 13px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:5px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:10px 5px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 13px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{display: none;font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 42px; height: 42px; border:1px solid var(--bg01); border-radius:5px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 15px;}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {gap: 20px 0;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 15px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 5px; font-size: 12px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 13px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.gallery_bd02 .search_box .input_wrap button img{width: 100%;}
.gallery_bd02 .con ul.img_li {display: flex; gap: 30px 0; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 100%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 12px; padding-top: 12px; margin-top: 12px;}



/* sub0101 */
.sub0101_wrap .professor_wrap{flex-direction: column; align-items: flex-start; gap:20px; padding: 15px 25px;}
.sub0101_wrap .professor_wrap .img_box{width: 70%;}
.sub0101_wrap .professor_wrap .info_box{width: 100%;}
.sub0101_wrap .professor_wrap .info_box .top{padding-bottom: 15px;}
.sub0101_wrap .professor_wrap .info_box .top p.name{font-size: 1.125rem;}
.sub0101_wrap .professor_wrap .info_box .top p.name span{font-size: 0.875rem; margin-left: 15px;}
.sub0101_wrap .professor_wrap .info_box .top p.school{font-size: 0.75rem; margin-top: 15px;}
.sub0101_wrap .professor_wrap .info_box ul.bottom li .icon_box{width: 25px; flex-shrink:0;}
.sub0101_wrap .professor_wrap .info_box ul.bottom li .icon_box img{width: 15px;}
.sub0101_wrap .professor_wrap .info_box ul.bottom{padding-top: 15px;}
.sub0101_wrap .professor_wrap .info_box ul.bottom li b{font-size: 0.875rem; min-width: 45px;}
.sub0101_wrap .professor_wrap .info_box ul.bottom li p{font-size: 0.75rem; padding-left: 10px;}
.sub0101_wrap .con{margin-top: 50px;}
.sub0101_wrap .box01 .sub_tit_box{padding-inline:15px; height: 50px; line-height: 50px;}
.sub0101_wrap .box01 .sub_tit_box h4{font-size: 1rem; padding-left: 30px;}
.sub0101_wrap .box01 .sub_tit_box h4::before{width: 20px; height: 20px; border: 5px solid var(--co01);}
.sub0101_wrap .box01 .content{padding: 15px;}
.sub0101_wrap .box01 .content p{font-size: 0.875rem;}
.sub0101_wrap .box02{margin-top: 10px;}
.sub0101_wrap .box01 ul.dot{gap:5px;}
.sub0101_wrap .box01 ul.dot li{padding-left: 15px; gap:10px;}
.sub0101_wrap .box01 ul.dot li span{font-size: 0.875rem;}
.sub0101_wrap .box01 ul.dot li strong{font-size: 0.875rem; min-width: 90px;}
.sub0101_wrap .box01 ul.dot li:before{width: 4px; height: 4px;}
.sub0101_wrap .professor_wrap .info_box .link_wrap{margin-top: 20px;}
.sub0101_wrap .professor_wrap .info_box .link_wrap a{width: 40px;}
.sub0101_wrap .professor_wrap .info_box .link_wrap img{width: 40px;}


/* sub0102 */
.sub0102_wrap .con01 ul.mem_wrap{gap:30px; flex-direction: column;}
.sub0102_wrap .con01 ul.mem_wrap li{padding: 15px 25px; gap:20px; width: 100%;}
.sub0102_wrap .con01 ul.mem_wrap li .info_box h3{font-size: 1rem;}
.sub0102_wrap .con01 ul.mem_wrap li .info_box span{font-size: 0.875rem;}
.sub0102_wrap .con01 ul.mem_wrap li .info_box p{font-size: 0.875rem;}
.sub0102_wrap .con01 ul.mem_wrap li .info_box p img{width: 16px;}
.sub0102_wrap .con02{margin-top: 50px;}


/* sub02 */
.sub02_wrap .top_con{gap:30px;}
.sub02_wrap .top_con h2{font-size: 1.25rem;}
.sub02_wrap .top_con h2::after{bottom: -17px; width: 35px; height: 2px;}
.sub02_wrap .top_con p{font-size: 1rem; text-align: center;}
.sub02_wrap .con{flex-direction: column; gap:30px; margin-top: 30px;}
.sub02_wrap .con .con_inn{width: 100%;}
.sub02_wrap .con .con_inn .top_txt p.p_tit01{font-size: 1rem;}
.sub02_wrap .con .con_inn .top_txt span{font-size: 0.875rem;}
.sub02_wrap .con .con_inn ul.bottom_txt{margin-top: 20px; padding: 15px 10px;}
.sub02_wrap .con .con_inn ul.bottom_txt li{padding-left: 15px; font-size: 0.75rem;}
.sub02_wrap .con .con_inn ul.bottom_txt li::before{top: 8px; width: 3px; height: 3px;}
.sub02_wrap .con .con_inn ul.bottom_txt li:not(:last-child){margin-bottom: 15px;}



/* sub0301 */
.sub0301_wrap ul.cate_wrap{display: flex; flex-wrap:wrap; gap:15px; justify-content: center;}
.sub0301_wrap ul.cate_wrap li{width: 100px; height: 40px; border: 1px solid #CCC; color: #000; text-align: center; font-size: 0.875rem; font-weight: 700; line-height: 40px;}
.sub0301_wrap .con{margin-top: 40px;}
.sub0301_wrap .con ul {border-top:2px solid #004E96; margin-top: 10px;}
.sub0301_wrap .con ul li{padding: 10px 15px; border-bottom: 1px solid #AAA; display: flex; flex-direction: column-reverse; gap:20px; align-items: center;}
.sub0301_wrap .con ul li .left{width:100%;}
.sub0301_wrap .con ul li .right{width:60%; border-radius:20px;}
.sub0301_wrap .con ul li p.p_tit{color: #111; font-size: 0.875rem; font-weight: 700; line-height: 1.4;}
.sub0301_wrap .con ul li .info_wrap{display: flex; flex-direction: column; gap:5px; margin-top: 10px;}
.sub0301_wrap .con ul li .info_wrap span{color: #333; font-size: 0.75rem; font-weight: 500;}

.sub0301_wrap .con ul li a{width:100px; height:36px; font-size:14px; margin-top:10px; overflow:hidden;}
.sub0301_wrap .con ul li a:before{width:6px; height:6px; left:-10px;}

.sub0301_wrap .con ul li a:hover{box-shadow:6px 6px 10px rgba(0,0,0,0.4); border-radius:20px;}

/* sub0501	 */
.sub0401_wrap{position: relative;	}
.sub0401_wrap .map_wrap {margin-bottom: 250px;}
.sub0401_wrap .map_wrap iframe{width:100%; height:300px;}
.sub0401_wrap .info_wrap {display: flex;justify-content: space-around;flex-direction: column; gap:20px; background:#fff; width:90%; padding:20px; position: absolute; left:5%; bottom:-80%; border-radius:20px; box-shadow: 7px 9px 25px 5px rgba(0, 0, 0, 0.10);}
.sub0401_wrap .info_wrap .left h3{ font-size:14px; color:#004E96; margin-bottom: 15px;	-ms-word-break: keep-all;
word-break: keep-all;		line-height: 1.5;	}
.sub0401_wrap .info_wrap .left p{ font-size:12px; color:#444; line-height: 1.5; 	-ms-word-break: keep-all;
word-break: keep-all;	}
.sub0401_wrap .info_wrap .right ul li{ font-size:12px; color:#444; line-height: 1.5;}
.sub0401_wrap .info_wrap .right ul li span{ display:table-caption;font-size:12px; color:#fff; line-height: 1.5; background:#004E96; border-radius:30px; padding:2px 15px; font-weight: 700; min-width:70px; text-align: center; margin-right: 15px;}
.sub0401_wrap .info_wrap .right ul li:not(:last-child){margin-bottom: 5px;}
}