@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/GmarketSans/GmarketSans.css');

*{font-family: 'NanumSquare', sans-serif;}






/* 팝업 on 뒤에 스크롤 x */
.scrollLock { overflow: hidden; }



/* section1 */
.main_wrap {width: 100%; overflow: hidden;}
.main_wrap .main_inner {width: 100%; position: relative;}

.main_wrap .main_inner .main_medal_box {width: 100%;}
.main_wrap .main_inner .main_medal_box .main_medal_box_inner {width: 1320px; margin: 0 auto; position: relative;}
.main_wrap .main_inner .main_medal_box .main_medal_box_inner .icon {width: 100%; max-width: 479px; position: absolute; top: 120px; right: 0; z-index: 99;}
.main_wrap .main_inner .main_medal_box .main_medal_box_inner .icon img {width: 100%; display: block;}

.main_wrap .main_inner .swiper-wrapper {width: 100%; height: 100%;}
/*
.main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(1) {background: url(/img/visual_slide1.png)no-repeat; background-position: center; background-size: cover; height: 840px;}
.main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(2) {background: url(/img/visual_slide2.png)no-repeat; background-position: center; background-size: cover; height: 840px;}
.main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(3) {background: url(/img/visual_slide3.png)no-repeat; background-position: center; background-size: cover; height: 840px;}
.main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(4) {background: url(/img/visual_slide4.png)no-repeat; background-position: center; background-size: cover; height: 840px;}
.main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(5) {background: url(/img/visual_slide5.png)no-repeat; background-position: center; background-size: cover; height: 840px;}
*/
.main_slide_bg_img.pc{display: block; height: 840px;}
.main_slide_bg_img.mo{display: none;}
.main_slide_bg_img{display: block;width: 100%;}

.main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box {width: 100%; max-width: 1320px; margin: 0 auto; position: absolute; left: 50%; top: 38%; transform: translateX(-50%);}
.main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .title_txt {font-size: 54px; color: #fff; font-weight: 600; margin-bottom: 38px; text-align: center;text-shadow: 2px 2px 5px rgba(0,0,0,0.5)}
.main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .sub_txt {font-size: 30px; color: #fff; line-height: 1.7; text-align: center;}
.main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .sub_txt span {font-size: 30px; color: #fff; font-weight: 800;}


.swiper-button-next, .swiper-rtl .swiper-button-prev {right: 216px !important; width: 34px !important; height: 66px ;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {background: url(/img/main_slide_right_arrow.png)no-repeat; background-position: center; background-size: 34px; width: 34px; content: '' !important; height: 66px ;}


.swiper-button-prev, .swiper-rtl .swiper-button-next {left: 216px !important;  width: 34px !important; height: 66px ;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {background: url(/img/main_slide_left_arrow.png.png)no-repeat; background-position: center; background-image: 34px; width: 34px; height: 66px ; content: '' !important;}


.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper .swiper-pagination-custom, .swiper-pagination-fraction {display: inline-block !important; width: auto !important; left: 50% !important; bottom: 186px !important; transform: translateX(-50%) !important;}
.mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {background: #fff;}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 50px; height: 10px; border-radius: 5px;} 


.main_wrap .main_inner .main_bottom_banner_box {position: absolute; bottom: 28px; z-index: 99; width: 100%;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner {width: 100%;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list {display: flex; align-items: center; width: 100%; justify-content: center;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li {width: 100%; max-width: 131px; height: 131px; border-radius: 8px; position: relative; margin-right: 16px; transition: all 0.3s;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:last-child {margin-right: 0;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a {display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 15px 10px;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a p.icon {width: 100%; max-width: 60px; margin: 0 auto;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a p.icon img {width: 100%;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a .txt {font-size:24px; color: #ffffff; text-align: center;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li .cbt {display: inline-flex; position: absolute; background: #fff; width: 100%; max-width: 61px; height: 29px; border-radius: 8px; font-size: 18px; font-weight: 600; font-family: 'Gmarket Sans'; left: 50%; top: -20px; transform: translateX(-50%); align-items: center; justify-content: center;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li .num {display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 73px; height: 29px; border-radius: 8px; position: absolute; left: 50%; top: -20px; transform: translateX(-50%); font-size: 18px; font-weight: 600; font-family: 'Gmarket Sans'; color: #fff;}

.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts {display: inline-block; width: 100%; max-width: 424px; background: #fff; border-radius: 8px; box-sizing: border-box; padding: 25px 20px;min-width: 380px}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts .tiele_txt {font-size: 24px; font-weight: 600; width: auto; text-align: center;   word-break: keep-all; margin: 0 14px 11px;}
.main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts .border_box {width: 100%; max-width: 381px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 800; border-radius:25px; color: #fff;}

.main_wrap .main_inner .main_bottom_banner_box .app_down_box.two {display: none;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box {width: 100%; max-width: 1320px; margin: 0 auto;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts {display: none; width: 100%; max-width: 268px; border-radius: 8px; box-sizing: border-box; padding: 14px 8px 10px; margin-left: auto; margin-bottom: 10px;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top {display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top img {width: 100%; max-width: 153px;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top img.mo_img {display: none;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top .txt {font-size:18px; color: #ffffff;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom {width: 100%; display: flex; align-items: center; justify-content: space-between;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store {width: 100%; max-width: 128px; height: 34px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 4px;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store:first-child {margin-right: 5px}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store img {width: 100%; max-width: 118px;}
.main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store_mo {display: none;}



.banner_box {width: 100%; background: #232323; height: 100px;}
.banner_box.on {display: none;}
.banner_box .banner_box_inner {width: 100%; max-width: 1320px; margin: 0 auto;  position: relative; height: 100%; display: flex; align-items: center; justify-content: center;}
.banner_box .banner_box_inner .txt {font-size: 34px; font-weight: 600; color: #fff; font-family: 'Gmarket Sans'; text-align: center;position: relative;z-index: 10;text-shadow: 2px 2px 5px rgba(0,0,0,0.5); max-width: 1000px; word-break: keep-all;}
.banner_box .banner_box_inner .txt span {display: inline-block; color: #f4ce30; font-size: 34px; font-family: 'Gmarket Sans'; font-weight: 600;}
.banner_box .banner_box_inner p.icon {width: 100%; max-width: 223px; position: absolute; right: 24px; top: 50%; transform: translateY(-50%);text-align: right;}
.banner_box .banner_box_inner p.icon img {width: 80%; display: inline-block;}
.banner_box .banner_box_inner .close {display: inline-block; width: 100%; max-width: 20px; position: absolute; right: 0; top: 12px;}
.banner_box .banner_box_inner .close img {width: 100%; display: block;}



.section2_wrap {width: 100%; height: 399px; display: flex; align-items: center;position: relative;}

.section2_wrap > img.pc_bg {position: absolute;left: 0;top: 0;width: 100%;display: block;z-index: -1; height: 100%;}
.section2_wrap > img.mo_bg {display: none !important; position: absolute;left: 0;top: 0;width: 100%;display: block;z-index: -1;}

.section2_wrap .section2_inner {width: 100%; max-width: 1320px; margin: 0 auto;}
.section2_wrap .section2_inner .title {font-size:48px; color: #fff; font-weight: 800; text-align: center; position: relative;text-shadow: 2px 2px 5px rgba(0,0,0,0.5)}
.section2_wrap .section2_inner .title::after {content: ''; width: 100%; max-width: 73px; height: 1px; background: #fff; position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);}
.section2_wrap .section2_inner .sub_txt {font-size: 24px; font-weight: 600; color: #fff; margin-top:  53px; text-align: center;text-shadow: 2px 2px 5px rgba(0,0,0,0.5)}


.section3_wrap {width: 100%; overflow: hidden;}
.section3_wrap .section3_inner {width: 100%; max-width: 1320px; margin: 120px auto 0;}
.section3_wrap .section3_inner > .title_box {width: 100%; text-align: center; margin-bottom: 76px;}
.section3_wrap .section3_inner .title_box .sub_txt {font-size: 16px; font-weight: 800; margin-bottom: 28px;}
.section3_wrap .section3_inner .title_box .title {font-size: 48px; color: #232323; font-weight: 800;}

.section3_wrap .section3_inner .bloge_gallery_conts {width: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box {display: block; width: 100%; }
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .title_txt {font-size: 36px; color: #232323; font-weight: 800; margin-bottom: 28px;}

.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts {width: 100%;  position: relative; overflow: hidden; box-sizing: border-box; padding: 32px 38px; border-radius: 8px;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts > img {width: 100%; max-width: 44px; display: block; position: absolute; left: 17px; top: 15px;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_txt {font-size: 42px; font-weight: 600; font-family: 'Gmarket Sans'; background: #fff; margin-top: 35px; display: inline-block; box-sizing: border-box; padding: 0 4px;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_sub_txt {color: #fff; font-size: 18px; font-weight: 600; line-height: 1.3; margin: 20px 0;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .go_blog {background: #fff; display: inline-flex; width: 100%; max-width: 200px; height: 50px; align-items: center; justify-content: center; border-radius: 25px; font-size: 24px; font-weight: 600; line-height: 1;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .left_cont {position: relative; z-index: 99;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .left_cont img {width: 100%; max-width: 44px;}

.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts p.right_icon {width: 100%; max-width: 211px; position: absolute; right: 0; bottom: 0;}
.section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts p.right_icon img {width: 100%; display: block;}




.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts {width: 100%; max-width: 620px;}
.section3_wrap .section3_inner .bloge_gallery_conts > .gallery_conts {margin-left: 40px;}
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box {width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px;}
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .txt {font-size: 36px; color: #232323; font-weight: 800;}
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more {display: flex; align-items: center; font-size: 16px; color: #999999; }
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more img {width: 100%; max-width: 6px; margin-left: 6px;}

.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts {width: 100%; display: flex; align-items: center; justify-content: space-between;}
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img {display: flex; align-items: center; justify-content: center; width: 100%; max-width: 300px; height: 300px; border-radius: 8px; overflow: hidden; background: #f7f7f7;}
.section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img img {width: 100%;}





.section3_wrap .section3_inner .slide_conts_box {width: 100%; margin-top: 119px;}
.section3_wrap .section3_inner .slide_conts_box .slide_conts_box_inner {width: 100%; display: flex; align-items: center;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box {width: 50%;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 {width: 100%;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper {width: 100%;}
/* .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide {width: 100%; max-width: 660px; background: url(/img/s_slide_img1.png) no-repeat; background-position: center; background-size: cover; height: 660px; position: relative;} */
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box {position: absolute; left: 30px; bottom: 67px; width: auto;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .border_box {width: 100%; max-width: 400px; height: 60px; border-radius: 30px; color: #fff;display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 800; margin-bottom: 12px;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .title {font-size: 48px; color: #fff; font-weight: 800;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .sub_txt {font-size: 24px; color: #fff; margin-top: 20px;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .sub_txt span {font-weight: 800;}

.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.mo {display: none;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.pc {width: 100%;}
.section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.pc img {width: 100%; display: block;}


.section3_wrap .section3_inner .slide_conts_box .right_conts {width: 50%; overflow: hidden;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list {width: 100%; float: left;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li {width: calc(50% - 2px); float: left; border: 1px solid #dddddd; height: 329px; position: relative; overflow: hidden; transition: all 0.3s;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li:nth-child(1),.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li:nth-child(3) {border-right: none;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a {display: block; width: 100%; height: 100%; box-sizing: border-box; box-sizing: border-box; padding-top: 33px; padding-left: 28px;}

.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .title {font-size: 30px; color: #232323; font-weight: 800; margin-bottom: 14px;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .sub_txt {font-size: 18px; color: #666666; line-height: 1.3; margin-bottom: 34px; position: relative; z-index: 99; word-break: keep-all;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .arrow {width: 100%; max-width: 50px;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .arrow img {width: 100%; display: block;}

.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li .icon {position: absolute; right: -28px; bottom: -27px; width: 100%; max-width: 192px;}
.section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li .icon img {width: 100%;}

.mySwiper2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .mySwiper2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {background:  #fff;}
.mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; height: 10px; border-radius: 5px;} 



.section3_wrap .section3_inner .slide_conts_box .consulting_conts {width: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 65px 30px;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box {width: 55%; display: flex; align-items: center;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_border {width: 100%; max-width: 191px; height: 50px; background: #fff; border-radius: 25px; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_num {font-size: 60px; font-weight: 800; color: #fff; margin-left: 23px;}


.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box {width: 45%; display: flex; align-items: center; justify-content: flex-end;}

.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box {width: auto; margin-right: 68px; position: relative;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box::after {content: '' ; width: 100%; max-width: 1px; height: 80px; background: #fff; position: absolute; right: -34px; top: 50%; transform: translateY(-50%);}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt {font-size: 24px; font-weight: 800; color: #fff; display: flex; align-items: center; margin-bottom: 14px; justify-content: flex-end; white-space: nowrap;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt img {width: 100%; max-width: 22px; margin-right: 4px; display: block;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .blog_border {width: 100%; max-width: 134px; height: 40px; background: #fff; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; margin-left: auto;}

.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box {width: auto;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time {font-size: 24px; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: flex-end;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time img {width: 100%; max-width: 21px; display: block; margin-right: 4px;}
.section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time2 {font-size: 20px; color: #fff; text-align: right;}



.section4_wrap {width: 100%; overflow: hidden; margin-top: 119px; margin-bottom: 120px;} 
.section4_wrap .section4_inner {width: 100%; max-width: 1320px; margin: 0 auto; overflow: hidden;}
.section4_wrap .section4_inner .txt_box {width: 100%;}
.section4_wrap .section4_inner .sub_txt {font-size: 16px; margin-bottom: 28px; width: 100%; text-align: center; font-weight: 800;}
.section4_wrap .section4_inner .title {width: 100%; text-align: center; font-size: 48px; color: #232323; font-weight: 800;}
.section4_wrap .section4_inner .title span {display: inline-block;}

.section4_wrap .section4_inner .site_conts {width: 100%; margin-top:60px; overflow: hidden;}
.section4_wrap .section4_inner .site_conts .site_list {width: 100%; float: left; flex-wrap: wrap; display: flex; justify-content: space-between;}
.section4_wrap .section4_inner .site_conts .site_list li {width: calc(33.333% - 2px); border: 1px solid #dddddd; border-radius: 35px; float: left; height: 67px; margin-bottom: 15px; max-width: 430px; transition: all 0.3s;}
.section4_wrap .section4_inner .site_conts .site_list li:hover {background: #f9f9f9;}
.section4_wrap .section4_inner .site_conts .site_list li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #666666;}




.section5_wrap {width: 100%; overflow: hidden;  background: url(/img/section5_bg.png)no-repeat; background-position: center; background-size: cover; height: 663px; display: flex; align-items: center;}
.section5_wrap .section5_inner {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.section5_wrap .section5_inner .left_box {width: 50%;}
.section5_wrap .section5_inner .left_box .txt_box {width: 100%;}
.section5_wrap .section5_inner .left_box .txt_box .sub_txt {font-size: 16px; font-weight: 800; margin-bottom: 25px;}
.section5_wrap .section5_inner .left_box .txt_box .title {font-size: 48px; font-weight: 800; color: #232323; margin-bottom: 55px;}
.section5_wrap .section5_inner .left_box .cont_txt {width: 100%;}
.section5_wrap .section5_inner .left_box .cont_txt .txt1 {font-size: 30px; color: #232323; margin-bottom: 30px; font-weight: 800;}
.section5_wrap .section5_inner .left_box .cont_txt .txt2 {font-size:20px; color: #666666; line-height: 1.3; word-break: keep-all;}
.section5_wrap .section5_inner .left_box .view_btn {width: 100%; max-width: 150px; height: 40px; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 18px; font-weight: 600; border-radius: 20px; margin-top: 40px;}
.section5_wrap .section5_inner .left_box .view_btn img {width: 100%; max-width: 8px; margin-left: 8px;}



.section5_wrap .section5_inner .right_img_box {width: 50%;}
.section5_wrap .section5_inner .right_img_box p.img {width: 100%; max-width: 692px; position: relative; z-index: 99;}
.section5_wrap .section5_inner .right_img_box p.img img {width: 100%; display: block;}

.section5_wrap .section5_inner .right_img_box p.img .line {display: inline-block; width: 100%; max-width: 692px; height: 429px; position: absolute; right: -30px; top: -30px; z-index: -1;}





.section6_wrap {width: 100%; margin-top: 114px;  position: relative; box-sizing: border-box; padding-bottom: 160px;}
.section6_wrap .section6_inner {width: 100%; max-width: 1320px; margin: 0 auto; text-align: center;}
.section6_wrap .section6_inner .txt_box {display: inline-block; margin-bottom: 60px;}
.section6_wrap .section6_inner .txt_box .sub_txt {width: 100%; text-align: center; font-size: 16px; font-weight: 800;}
.section6_wrap .section6_inner .txt_box .title {font-size: 48px; font-weight: 800; color: #232323; width: 100%; text-align: center; position: relative; z-index: 99;}
.section6_wrap .section6_inner .txt_box .title .icon {position: absolute; width: 100%; max-width: 208px; right: -175px; top: 50%; transform: translateY(-50%); z-index: -1;}
.section6_wrap .section6_inner .txt_box .title .icon img {width: 100%; display: block;}


.section6_wrap .section6_inner .section6_conts {width: 100%; position: relative; z-index: 99;}
.section6_wrap .section6_inner .section6_conts .section6_conts_list {width: 100%;}
.section6_wrap .section6_inner .section6_conts .section6_conts_list p.img {width: 100%; max-width: 1320px;}
.section6_wrap .section6_inner .section6_conts .section6_conts_list p.img img {display: block; width: 100%;}
.section6_wrap .section6_inner .section6_conts .section6_conts_list p.img.mo_img {display: none;}



.section6_wrap .bg_icon {width: 100%; max-width: 589px; position: absolute; left: 13%; bottom: -30px; z-index: -1;}
.section6_wrap .bg_icon img {width: 100%;}




.section7_wrap {width: 100%; background: #f9f9f9; overflow: hidden;}
.section7_wrap .section7_inner {width: 100%; max-width: 1320px; margin: 0 auto 100px;}
.section7_wrap .section7_inner .title_box{width: 100%; text-align: center; margin-bottom: 28px; margin-top: 100px;}
.section7_wrap .section7_inner .title_box .sub_txt {font-size: 16px; font-weight: 800; margin-bottom: 28px;}
.section7_wrap .section7_inner .title_box .title {font-size: 48px; color: #232323; font-weight: 800; margin-bottom: 38px;}
.section7_wrap .section7_inner .title_box .sub_txt2 {font-size: 24px; color: #666666;}
.section7_wrap .section7_inner .title_box .sub_txt2 span {font-weight: 800; display: inline-block;}
.section7_wrap .section7_inner p.table_img {width: 100%; max-width: 1320px;}
.section7_wrap .section7_inner p.table_img img {width: 100%;}
.section7_wrap .section7_inner p.table_img.mo_img {display: none;}

.section7_wrap .section7_inner .table_box {width: 100%; margin-top: 60px;}
.section7_wrap .section7_inner .table_box table {width: 100%; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);}
.section7_wrap .section7_inner .table_box table th {width: 18%; background: #e8e8e8; text-align: center; height: 66px; border: 1px solid #232323; font-size: 18px; font-weight: 600;}
.section7_wrap .section7_inner .table_box table th:nth-child(1) {width: 28%;}

.section7_wrap .section7_inner .table_box table td {text-align: center; font-size: 18px; border: 1px solid #232323; box-sizing: border-box; padding: 30px 0;} 

.section7_wrap .section7_inner .view {width: 100%; max-width: 280px; height: 70px; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 24px; font-weight: 600; border-radius: 35px; margin-top: 40px; margin: 60px auto 0;}
.section7_wrap .section7_inner .view img {width: 100%; max-width: 8px; margin-left: 10px;}



.section8_wrap {width: 100%; background: url(/img/sec8_bg.png) no-repeat; background-position: center; background-size: cover; height: 700px;}
.section8_wrap .section8_inner {width: 100%; max-width: 1320px; margin: 0 auto; overflow: hidden; position: relative;}
.section8_wrap .section8_inner .sub_txt {font-size:16px; font-weight: 800; width: 100%; text-align: center; margin-top: 100px; margin-bottom:30px;}
.section8_wrap .section8_inner .title {font-size: 48px; color: #232323; font-weight: 800; width: 100%; text-align: center; margin-bottom: 50px;}

.section8_wrap .section8_inner .cont_box {width: 100%; display: flex; align-items: center;}
.section8_wrap .section8_inner .cont_box .left_box {width: 100%; max-width: 522px; margin-right: 20px;}
.section8_wrap .section8_inner .cont_box .left_box .input_box {width: 100%;}
.section8_wrap .section8_inner .cont_box .left_box .input_box:nth-child(1) {margin-bottom: 10px;}
.section8_wrap .section8_inner .cont_box .left_box .input_box input {width: 100%; border: 1px solid #dddddd; border-radius: 8px; height: 70px; font-size: 20px; color: #232323; box-sizing: border-box; padding-left: 30px;}
.section8_wrap .section8_inner .cont_box .left_box .input_box input:focus {outline: none;}
.section8_wrap .section8_inner .cont_box .left_box .input_box input::placeholder {color: #999999; font-size: 20px;}

.section8_wrap .section8_inner .cont_box .right_box {width: 100%; max-width: 780px;}
.section8_wrap .section8_inner .cont_box .right_box .txt_input {width: 100%;}
.section8_wrap .section8_inner .cont_box .right_box .txt_input textarea {color: #232323; font-size: 20px; width: 100%; height: 150px; box-sizing: border-box; padding: 30px 25px; border-radius: 8px;  border: 1px solid #dddddd; resize: none;}
.section8_wrap .section8_inner .cont_box .right_box .txt_input textarea:focus {outline: none;}
.section8_wrap .section8_inner .cont_box .right_box .txt_input textarea::placeholder {color: #999999; font-size: 20px;}


.section8_wrap .section8_inner .btn {width: 100%; max-width: 438px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 40px; font-size: 30px; color: #ffffff; font-weight: 600; margin: 50px auto 0;cursor: pointer}







/* 마이페이지 */
.mypage_wrap {width: 100%;}
.mypage_wrap .mypage_inner {width: 100%;}
.mypage_wrap .mypage_inner .top_banner_box {width: 100%;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .top_banner_txt {width: 50%;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .top_banner_txt .title {font-size: 42px; color: #fff; font-weight: 800; margin-bottom: 18px;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .top_banner_txt .sub_txt {font-size: 20px; color: #fff;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .page_history {display: flex; align-items: center; position: absolute; bottom: 28px; left: 0;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .page_history li {display: inline-block; ; margin-right: 34px; position: relative;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .page_history li img {width: 100%; max-width: 17px; display: block;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .page_history li:first-child:after {content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; right: -17px; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.7);}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .page_history li .pagge_history_txt {font-size:16px; color: #fff;}

.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .icon {display: block;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .icon img {width: 100%; max-width: 567px; display: block;}
.mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .icon.mo_img {display: none;}

.mypage_conts_box {width: 100%; margin-bottom: 119px;}
.mypage_conts_box .mypage_conts_box_inner {width: 100%; max-width: 1320px; margin: 0 auto;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box {width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 70px;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .title {font-size: 35px; color: #232323; font-weight: 800; white-space: nowrap;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box {display: flex; align-items: center; width: 40%; justify-content: flex-end;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .student {width: 100%; max-width: 100px; height: 42px;border-radius: 21px; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 600; margin-right: 12px;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .user_name {font-size: 36px; color: #232323; font-weight: 800; margin-right: 27px; word-break: keep-all;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .user_name span {font-size: 30px; font-weight: 600;}
.mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .inf_modify {width: 100%; max-width: 160px; height: 50px; border-radius: 4px; font-size: 18px; color: #fff; display: flex; align-items: center; justify-content: center;}


.mypage_conts_box .print_box {width: 100%; display: flex; align-items: center; margin-top: 38px;}
.mypage_conts_box .print_box .print_left {display: inline-flex; align-items: center; width: 20%;}
.mypage_conts_box .print_box .print_left img {width: 100%; max-width: 24px; margin-right: 6px;}
.mypage_conts_box .print_box .print_left .txt {font-size:24px; color: #232323; font-weight: 800; word-break: keep-all;}

.mypage_conts_box .print_box .test_result_list {display: flex; align-items: center; width: 80%;}
.mypage_conts_box .print_box .test_result_list li {display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 210px; height: 70px;  border-radius: 4px; margin-right: 10px; box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.1);}
.mypage_conts_box .print_box .test_result_list li:last-child {margin-right: 0;}
.mypage_conts_box .print_box .test_result_list li a { font-size: 24px; color: #ffffff; font-weight: 800; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}


.mypage_conts_box .test_conts_box {width: 100%; margin-top: 40px;}
.mypage_conts_box .test_conts_box .test_tabl_menu {width: 100%; display: flex; align-items: center; margin-bottom: 20px;}
.mypage_conts_box .test_conts_box .test_tabl_menu li {width: 20%; border: 1px solid #999999; height: 68px; display: flex; align-items: center; justify-content: center; border-radius: 8px 8px 0 0;}
.mypage_conts_box .test_conts_box .test_tabl_menu li a {display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 24px; color: #999999;}
/* .mypage_conts_box .test_conts_box .test_tabl_menu li.on { border: 2px solid #9dcd5d; border-bottom: none;} */
/* .mypage_conts_box .test_conts_box .test_tabl_menu li.on a {font-weight: 800; color: #9dcd5d;} */



.mypage_conts_box .test_conts_box .test_list_conts {display: none; width: 100%;}
.mypage_conts_box .test_conts_box .test_list_conts.on {display: block;}

.mypage_conts_box .test_conts_box .test_list_conts .test_list {width: 100%;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li {border: 1px solid #666666; border-radius: 8px; box-sizing: border-box; padding: 20px 100px; margin-top: 10px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_title {width: 100%; text-align: center; font-size: 30px; font-weight: 800; color: #232323; box-sizing: border-box; padding-bottom: 18px; border-bottom: 1px solid #dddddd;}

.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box {width: 100%; text-align: center;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf {display: inline-block; width: 23%; margin-top: 30px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li {display: flex; align-items: center; margin-bottom: 10px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li:last-child {margin-bottom: 0;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .left_txt {display: inline-flex; width: 100%; max-width: 130px; height: 40px; border-radius: 20px; background: #385786; color: #fff; font-size: 20px; color: #ffffff; font-weight: 800; align-items: center; justify-content: center; margin-right: 20px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .right_txt {font-size: 24px; color: #232323; font-weight: 800;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .right_txt span {display: inline-block; font-weight: normal; font-size: 24px;}

.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap {width: 100%; display: flex; justify-content: center; margin-top: 30px; margin-bottom: 20px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.stare {width: 100%; max-width: 300px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 6px; color: #fff; font-size: 24px; font-weight: 800; background: #d50e45;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.restare {width: 100%; max-width: 300px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 6px; color: #fff; font-size: 24px; font-weight: 800; background: #232323;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.retake {width: 100%; max-width: 300px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 6px; color: #fff; font-size: 24px; font-weight: 800; background: #385786; margin-right: 10px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.retake span.sub {display: block; color: #d7d7d7; font-size: 14px;}

.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result {width: 100%; text-align: center; box-sizing: border-box; padding-top: 18px; border-top: 1px solid #dddddd; color: #232323; font-size: 18px;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result .result {font-size: 28px; color: #999999; font-weight: 800;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result .result.result_num {color: #d50e45;}
.mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result .score {font-size: 28px; color: #232323; font-weight: 800;}


.map_wrap {width: 100%;}
.map_wrap .map_wrap_inner {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; }
.map_wrap .map_wrap_inner .left_map_img {display: flex; align-items: center; width: 67%;}
.map_wrap .map_wrap_inner .left_map_img div.img {width: 100%;  margin-right: 18px;}
.map_wrap .map_wrap_inner .left_map_img div.img.pc_img2 {overflow: hidden;}

.map_wrap .map_wrap_inner .left_map_img div.img img {width: 100%; display: block;}
.map_wrap .map_wrap_inner .left_map_img div.img2 {width: 100%; max-width: 406px;}
.map_wrap .map_wrap_inner .left_map_img div.img2 img {width: 100%; display: block;}

.map_wrap .map_wrap_inner .left_map_img div.img.mo_img {display: none;}
.map_wrap .map_wrap_inner .left_map_img div.img2.mo_img {display: none;}

.map_wrap .map_wrap_inner .left_map_img.on {display: block;}
.map_wrap .map_wrap_inner .right_txt_box.on{width: 100%;}

.map_wrap .map_wrap_inner .right_txt_box {display: block; margin-left: 16px ; width: 33%;}
.map_wrap .map_wrap_inner .right_txt_box .title {font-size: 30px; font-weight: 800; position: relative; box-sizing: border-box; padding-left: 14px; margin-bottom: 18px;}
.map_wrap .map_wrap_inner .right_txt_box .title span {display: inline-block; width: 100%; max-width: 5px; height: 30px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.map_wrap .map_wrap_inner .right_txt_box .list {width: 100%; margin-bottom: 20px;} 
.map_wrap .map_wrap_inner .right_txt_box .list li {width: 100%; display: flex; align-items: center;}
.map_wrap .map_wrap_inner .right_txt_box .list li:first-child {margin-bottom: 14px;}
.map_wrap .map_wrap_inner .right_txt_box .list li:last-child {align-items: flex-start;}
.map_wrap .map_wrap_inner .right_txt_box .list li:last-child .left_txt {margin-top: 4px;}
.map_wrap .map_wrap_inner .right_txt_box .list li .left_txt {font-size: 22px; font-weight: 600; color: #999999; display: flex; align-items: center; margin-right: 20px;  white-space: nowrap;}
.map_wrap .map_wrap_inner .right_txt_box .list li .left_txt img {width: 100%; max-width: 25px; margin-right: 8px; display: block;}
.map_wrap .map_wrap_inner .right_txt_box .list li .right_txt {font-size:22px; color: #232323;} 

.map_wrap .map_wrap_inner .right_txt_box .public_conts {width: 100%;}
.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box {width: 100%; display: flex; align-items: center;  margin-bottom: 20px;}
.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box p.img {width: 100%; max-width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 14px;}
.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box p.img img {width: 100%; max-width: 32px;}

.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 {width: 100%; }
.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 .txt1 {font-size: 24px; color: #232323; font-weight: 600; box-sizing: border-box; padding-bottom: 8px; border-bottom: 1px solid #dddddd;}
.map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 .txt2 {font-size: 20px; color: #666666; word-break: keep-all;}



/* 개강 핵심안내 */
.Start_of_semester_pop-up_wrap {width: 100%; position: fixed; left: 50px; top: 80px; max-width: 820px; z-index: 9999999;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner {width: 100%; height: 760px; background: url(/img/pop_bg.png)no-repeat; background-position: center; background-size: cover;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box {width: 100%; text-align: center; font-size: 36px;  box-sizing: border-box; padding: 20px 0; position: relative;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box .title {font-size: 36px; color: #ffffff; font-weight: 800;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box .close {width: 100%; max-width: 65px; display: inline-block; position: absolute; right: 5px; top: 50%; transform: translateY(-50%);}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box .close img {width: 100%;}

.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box {width: 100%; box-sizing: border-box; background: #fff; border-radius: 16px; overflow: hidden; padding: 20px; max-width: 800px; margin: 0 auto;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner {width: 100%;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box {width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner {width: 100%; display: flex; align-items: center;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner .icon {display: inline-block; width: 14px; margin-right: 3px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner .txt {font-size: 18px; font-weight: 800; color: #232323;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .txt2 {font-size: 14px; color: #0036ff; font-weight: 600; display: inline-block; white-space: nowrap;}

.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box {width: 100%; margin-bottom: 10px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table {width: 100%; border-top: 2px solid #dddddd;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table th {border-bottom: 1px solid #dddddd; border-right: 1px solid #dddddd; font-size: 16px; box-sizing: border-box; padding: 8px 0;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table th.title {width: 33.3333%;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table td {border-bottom: 1px solid #dddddd; border-right: 1px solid #dddddd; font-size: 16px; box-sizing: border-box; padding: 8px 0; text-align: center;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table td .red_color {color: #ff4646; font-weight: 800;}



.Start_of_semester_pop-up_wrap.off {display: none;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box {width: 100%;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list {width: 100%; display: flex; flex-wrap: wrap;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li {width: 50%; margin-bottom: 10px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox {width: 100%; display: flex; align-items: center; margin-bottom: 6px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox img {width: 100%;max-width: 14px; margin-right: 3px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .bottom_txt {font-size: 17px; color: #232323; font-weight: 800;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .bottom_txt span {display: inline-block; color: #ff4646;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_btn {display: inline-block; font-size: 16px; color: #232323; font-weight: 800; margin-left: 10px;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_icon {width: 100%; max-width: 14px; margin-right: 0;}

.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .bott_txt_conts {width: 100%;}
.Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .bott_txt_conts .txt1 { font-size: 17px; color: #666666; word-break: keep-all;}





@media (max-width:1330px){ 
    .main_wrap .main_inner .main_medal_box .main_medal_box_inner {width: 100%;}
    .main_wrap .main_inner .main_medal_box .main_medal_box_inner .icon {left: 50%; transform: translateX(-50%); right: unset;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .title_txt {font-size: 42px;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .sub_txt {font-size: 22px;}
    .main_wrap .main_inner .main_medal_box .main_medal_box_inner .icon {max-width: 379px;}
    .swiper-button-prev, .swiper-rtl .swiper-button-next {left: 40px !important;}
    .swiper-button-next, .swiper-rtl .swiper-button-prev {right: 40px !important;}

    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list {display: block;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list {margin: 0 auto; justify-content: center; width: 100%; margin-bottom: 20px;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box.first {display: none;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .mobile_box {width: 100%; display: flex; align-items: center; justify-content: center;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts {width: auto; margin-right: 20px;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box {width: auto; margin: unset;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box.two  {display: block;}
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper .swiper-pagination-custom, .swiper-pagination-fraction {display: none !important;}
}
@media (max-width:1250px){ 
    .section3_wrap .section3_inner .bloge_gallery_conts {display: block; width: auto; margin: 0 40px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box {width: 100%; max-width: 100%;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts {width: 100%; max-width: 100%;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_txt {font-size: 48px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_sub_txt {font-size: 24px;}

    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts {width: 100%; max-width: 100%; margin-top: 80px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts {max-width: 100%; margin-top: 19px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img {width: 50%; max-width: 560px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img:first-child {margin-right: 20px;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more {font-size: 20px; width: 30%; justify-content: flex-end;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more img {max-width: 10px; margin-left: 10px;}
    .section3_wrap .section3_inner .bloge_gallery_conts > .gallery_conts {margin-left: 0;}







    .section3_wrap .section3_inner .slide_conts_box {margin: 117px 40px 0; width: auto;}
    .section3_wrap .section3_inner .slide_conts_box .slide_conts_box_inner {display: block;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box {width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide {max-width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts {width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .title {font-size: 36px;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .sub_txt {font-size: 24px;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .arrow {max-width: 68px;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li .icon {max-width: 250px; right: -5px;}

    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt {white-space: nowrap;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box {display: block; width: 100%; text-align: center;}
    .section3_wrap .section3_inner .title_box .sub_txt {font-size: 20px;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_border {margin: 0 auto; max-width: 150px; font-size: 30px; margin-bottom: 18px;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_num {margin-left: 0; margin-bottom: 40px; font-size: 64px;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts {display: block;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box {width: 100%; justify-content: center;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box {width: 50%; max-width: 200px;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt {font-size:28px;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt img {max-width: 30px; margin-right: 10px;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .border_box {max-width: 363px; height: 50px; border-radius: 25px; font-size: 30px;}


    .section4_wrap .section4_inner .sub_txt {font-size: 20px;}
    .section4_wrap .section4_inner .site_conts {width: auto; margin: 60px 40px 0;}
    .section4_wrap .section4_inner .site_conts .site_list li a {word-break: keep-all; text-align: center; font-size: 17px;}


    .section5_wrap .section5_inner .left_box { box-sizing: border-box; padding-left: 40px;}
    .section5_wrap .section5_inner .left_box .txt_box .sub_txt {font-size: 20px;}
    .section5_wrap .section5_inner .left_box .cont_txt .txt2 br {display: none;}
    .section5_wrap .section5_inner .left_box .cont_txt .txt2 {word-break: keep-all; line-height: 1.5;}
    .section5_wrap .section5_inner .right_img_box p.img .line {top: 50%; transform: translateY(-50%);}


    .section6_wrap .section6_inner .txt_box .sub_txt {font-size: 20px; margin-bottom: 29px;}
    .section6_wrap .section6_inner .section6_conts .section6_conts_list p.img {width: auto; margin: 0 40px;}
    .section6_wrap .section6_inner .txt_box .title {word-break: keep-all;}

    .section7_wrap .section7_inner .title_box .sub_txt {font-size: 20px;}
    .section7_wrap .section7_inner {width: auto; margin: 0 40px 100px;}

    .section8_wrap .section8_inner .title {word-break: keep-all;}
    .section8_wrap .section8_inner .title br {display: none;}
    .section8_wrap .section8_inner {width: auto; margin: 0 40px;}
    .section8_wrap .section8_inner .sub_txt {font-size: 20px;}
    .section8_wrap {height: 750px;}

    .map_wrap .map_wrap_inner {width: auto; margin: 0 40px; display: block;}
    .map_wrap .map_wrap_inner .left_map_img {width: 100%; justify-content: center;}
    .map_wrap .map_wrap_inner .right_txt_box {margin: 0 auto; margin-top: 30px;}
    .map_wrap .map_wrap_inner .left_map_img div.img {max-width: 100%;}
    .map_wrap .map_wrap_inner .left_map_img div.img2 {max-width: 100%;}
    .map_wrap .map_wrap_inner .right_txt_box {width: 100%;}

    .mypage_conts_box .mypage_conts_box_inner {width: auto; margin: 0 40px;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box {width: 100%;}
    .mypage_conts_box .print_box .test_result_list li a {text-align: center; word-break: keep-all;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf {width: 55%;}
}
@media (max-width:1200px){ 
    .banner_box .banner_box_inner p.icon {display: none;}
    .banner_box .banner_box_inner .close {right: 20px;}

    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box {display: block;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box {margin-left: auto;}
}
@media (max-width:900px){ 
    .Start_of_semester_pop-up_wrap {left: 0px;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .bottom_txt {font-size: 16px;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_btn {font-size: 15px;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .bott_txt_conts .txt1 {font-size: 14px;}
}
@media (max-width:883px){ 
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .title_txt {font-size: 32px;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a .txt {font-size: 18px;}
}
@media (max-width:800px){ 
    .section2_wrap .section2_inner .title {word-break: keep-all;}
    .section2_wrap .section2_inner .title br {display: none;}

    .banner_box .banner_box_inner .txt {font-size: 27px;}
}
@media (max-width:720px){ 
    .top_banner_box .top_banner_box_inner .page_history li:first-child:after{right: -2vw !important;}
    .main_slide_bg_img.pc{display: none;}
    .main_slide_bg_img.mo{display: block;width: 100%; height: 236.9722vw;}
    /* .main_wrap .main_inner .swiper-wrapper .swiper-slide{height: 236.9722vw;} */
/*
    .main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(1) {background: url(/img/mo_main_slide_img1.png)no-repeat;background-position: center;background-size: cover; height: 236.9722vw;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(2) {background: url(/img/mo_main_slide_img2.png)no-repeat;background-position: center;background-size: cover; height: 236.9722vw;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(3) {background: url(/img/mo_main_slide_img3.png)no-repeat;background-position: center;background-size: cover; height: 236.9722vw;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(4) {background: url(/img/mo_main_slide_img4.png)no-repeat;background-position: center;background-size: cover; height: 236.9722vw;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide:nth-child(5) {background: url(/img/mo_main_slide_img5.png)no-repeat;background-position: center;background-size: cover; height: 236.9722vw;}
*/
    .swiper-button-prev, .swiper-rtl .swiper-button-next {display: none !important;}
    .swiper-button-next, .swiper-rtl .swiper-button-prev {display: none !important;}
    .main_wrap .main_inner .main_medal_box .main_medal_box_inner .icon {top: 23.6111vw; max-width: 62.5000vw;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .title_txt {font-size: 5.8333vw; word-break: keep-all; margin-bottom: 2.7778vw;word-wrap: break-word;text-shadow: 2px 2px 5px rgba(0,0,0,0.6)}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box {top: 25%;width: 90%;}
    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .title_txt br {display: none;}
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper .swiper-pagination-custom, .swiper-pagination-fraction {top: 39%; bottom: unset !important;}
    .main_wrap .main_inner .main_bottom_banner_box {top: 43%;}
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiper .swiper-pagination-custom, .swiper-pagination-fraction {display:  block !important;}
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {width: 2.7778vw ; height: 2.7778vw ;}
    .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 9.7222vw !important; border-radius: 1.3889vw !important;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list {display: flex; float: left; flex-wrap: wrap; justify-content: center;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li {width: 33.3333%; float: left; max-width: 27.7778vw; margin-right: 2.7778vw; height: 27.7778vw; display: flex; align-items: center; justify-content: center;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:nth-child(3), .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:nth-child(6) {margin-right: 0;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a .txt {font-size: 5.0000vw; word-break: keep-all;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a p.icon {max-width: 11.1111vw;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:nth-child(1),
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:nth-child(2),
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li:nth-child(3) {margin-bottom: 5.5556vw;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li a {height: auto;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li .cbt {max-width: 11.1111vw; height: 5.5556vw;  font-size: 3.3333vw; border: 1.1111vw; top: -2.7778vw;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .left_list li .num {max-width: 13.8889vw; height: 5.5556vw; font-size:3.3333vw;  border: 1.1111vw; top: -2.7778vw;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .mobile_box {display: flex; text-align: center;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts {max-width: 88.8889vw; width: 100%; margin-right: 0; margin: 0 auto; margin-bottom: 5.5556vw;display: none;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts .border_box {margin: 0 auto;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts .tiele_txt {font-size: 5.0000vw;}
    .main_wrap .main_inner .main_bottom_banner_box .main_bottom_banner_box_inner .left_banner_list .right_conts .border_box {font-size: 5.8333vw; max-width: 80.4167vw; height: 11.1111vw; border-radius: 5.5556vw;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts {max-width: 88.8889vw; margin: 0 auto; display: block;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top {justify-content: center;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top img.pc_img {display: none;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top img.mo_img {max-width: 44.1667vw; display: block;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top .txt {font-size: 4.1667vw; margin-left: 2.0833vw;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store { display: none;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store_mo {display: inline-block; width: 100%; max-width:41.9444vw;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store_mo:nth-child(3){margin-right: 2vw;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .bottom .store_mo img {width: 100%; display: block;}
    .main_wrap .main_inner .main_bottom_banner_box .app_down_box .app_down_box_conts .top {margin-bottom: 2.0833vw;}

    .main_wrap .main_inner .swiper-wrapper .swiper-slide .main_txt_box .sub_txt {font-size: 3.3333vw; word-break: keep-all;}

    .banner_box {height: auto; box-sizing: border-box; padding: 2.7778vw 0;}
    .banner_box .banner_box_inner { max-width: 183.3333vw;}
    .banner_box .banner_box_inner .txt {font-size: 3.7500vw; max-width: 88.3333vw;}
    .banner_box .banner_box_inner .txt span {  font-size: 4.7222vw;  }
    .banner_box .banner_box_inner p.icon { max-width: 30.9722vw;  right: 3.3333vw; top: 50%; transform: translateY(-50%);}
    .banner_box .banner_box_inner .close { max-width: 2.7778vw;  right: 2.7778vw; top: 1.6667vw;}




    .section2_wrap {height: 55.4167vw;}
    .section2_wrap .section2_inner .title {font-size: 5.8333vw;}
    .section2_wrap .section2_inner .sub_txt {font-size: 3.8889vw;}

    .section2_wrap > img.pc_bg {display: none;}
    .section2_wrap > img.mo_bg {display: block !important; width: 100%; height: 55.4167vw; display: flex; align-items: center; justify-content: center;}


    .section3_wrap .section3_inner > .title_box {margin-bottom: 8.3333vw;}
    .section3_wrap .section3_inner {margin: 16.6667vw auto 0;}
    .section3_wrap .section3_inner .bloge_gallery_conts {display: block; width: auto; margin: 0 5.5556vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box {width: 100%; max-width: 100%;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts {width: 100%; max-width: 100%;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_txt {font-size: 6.6667vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_sub_txt {font-size: 3.3333vw;}

    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts {width: 100%; max-width: 100%; margin-top: 11.1111vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts {max-width: 100%; margin-top: 2.6389vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img {width: 50%; max-width: 77.7778vw; height: 41.6667vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .gallery_conts p.gallery_img:first-child {margin-right: 2.7778vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more {font-size: 2.7778vw; width: 30%; justify-content: flex-end;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .more img {max-width: 1.3889vw; margin-left: 1.3889vw;}

    .section3_wrap .section3_inner .slide_conts_box {margin: 16.2500vw 5.5556vw 0; width: auto;}
    .section3_wrap .section3_inner .slide_conts_box .slide_conts_box_inner {display: block;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box {width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide {max-width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts {width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .title {font-size: 5.0000vw;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .sub_txt {font-size: 3.3333vw; margin-bottom: 3.3333vw;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a .arrow {max-width: 9.4444vw;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li .icon {max-width: 25.0000vw; right: -0.6944vw; bottom: -3.7500vw;}

    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box {display: block; width: 100%; text-align: center;}
    .section3_wrap .section3_inner .title_box .sub_txt {font-size: 2.7778vw; margin-bottom: 4.0278vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_border {margin: 0 auto; max-width: 20.8333vw; font-size: 4.1667vw; margin-bottom: 2.5000vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_num {margin-left: 0; margin-bottom: 5.5556vw; font-size: 8.8889vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts {display: block;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box {width: 100%; justify-content: center;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box {width: 50%; max-width: 27.7778vw; margin-right: 9.4444vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt {font-size:3.8889vw; margin-bottom: 1.9444vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .bloge_txt img {max-width: 4.1667vw; margin-right: 1.3889vw;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .border_box {max-width: 50.4167vw; height: 6.9444vw; border-radius: 3.4722vw; font-size: 4.1667vw; margin-bottom: 1.6667vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box::after {max-width: 0.1389vw; height: 11.1111vw; right: -4.7222vw;}

    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide {background: url(/img/mobile_slide_image.png)no-repeat; background-position: center; background-size: cover;height:44.4444vw ;}



    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.pc {display: none;} 
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.mo {display: block; width: 100%;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide p.img.mo img {display: block;}





    .mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 4.1667vw !important; height: 1.3889vw !important;}
    .mySwiper2 .swiper-pagination-bullet {width: 1.3889vw !important; height: 1.3889vw !important;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts {padding: 1.3889vw 5.5556vw;}

    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box {justify-content: center;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .blog_box .blog_border {margin-left: unset; margin-right: auto; font-size: 3.3333vw; max-width: 20.8333vw; height: 8.3333vw; border-radius: 4.1667vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time {justify-content: flex-start; font-size: 3.8889vw; margin-bottom: 1.9444vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time2 {text-align: left; font-size: 3.3333vw; line-height: 1.2; margin-bottom: 0.5556vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time2:last-child {margin-bottom: 0;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box {width: 50%;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_right_box .business_box .time img {max-width: 3.6111vw; margin-right: 1.3889vw;}


    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .go_blog {max-width: 36.1111vw; height: 9.7222vw; border-radius: 4.8611vw; font-size: 4.1667vw;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .title {font-size: 6.6667vw;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box .sub_txt {font-size: 3.3333vw; margin-top: 0;}
    .section3_wrap .section3_inner .slide_conts_box .left_slide_box .mySwiper2 .swiper-wrapper .swiper-slide .txt_box {left: 5.5556vw; top: 50%; transform: translateY(-50%); bottom: unset;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li a {padding-top: 5.5556vw; padding-left: 3.8889vw;}
    .section3_wrap .section3_inner .slide_conts_box .right_conts .menu_list li {height: 44.4444vw;}
    .section3_wrap .section3_inner .title_box .title {font-size: 6.6667vw;}


    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .title_txt {font-size: 5.0000vw; margin-bottom: 4.1667vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts {padding: 3.3333vw 4.0278vw; border-radius: 2.2222vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .left_cont img {max-width: 6.1111vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_txt {margin-top: 4.8611vw; padding: 0 0.5556vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts .blog_sub_txt {margin: 2.7778vw 0;}
    .section3_wrap .section3_inner .bloge_gallery_conts .left_bloge_box .bloge_conts p.right_icon {max-width: 29.3056vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box .txt {font-size: 5.0000vw;}
    .section3_wrap .section3_inner .bloge_gallery_conts .gallery_conts .title_box {margin-bottom: 4.1667vw;}
    .section3_wrap .section3_inner .slide_conts_box .consulting_conts .consulting_left_box .consulting_border {border-radius: 3.4722vw; height: 6.9444vw;}



    .section4_wrap .section4_inner .sub_txt {font-size: 2.7778vw; margin-bottom: 3.8889vw;}
    .section4_wrap .section4_inner .title {font-size: 6.6667vw;}
    .section4_wrap .section4_inner .site_conts {margin: 8.3333vw 5.5556vw 0;}
    .section4_wrap .section4_inner .site_conts .site_list li {width: 100%;max-width: 88.8889vw; height: 11.1111vw; border-radius: 5.5556vw; margin-bottom: 4.1667vw;}
    .section4_wrap .section4_inner .site_conts .site_list {justify-content: center;}
    .section4_wrap .section4_inner .site_conts .site_list li a {font-size: 4.1667vw;}
    .section4_wrap .section4_inner .site_conts .site_list li a br {display: none;}
    .section4_wrap {margin: 16.6667vw 0;}



    .section5_wrap {background: #f9f9f9; height: auto;}
    .section5_wrap .section5_inner {align-items: unset; justify-content: unset; flex-wrap: wrap-reverse; max-width: 88.8889vw;}

    .section5_wrap .section5_inner .left_box {padding-left: 0; width: 100%;}
    .section5_wrap .section5_inner .right_img_box {width: 100%; margin-top: 18.0556vw;}
    .section5_wrap .section5_inner .right_img_box p.img {max-width: 84.7222vw;}
    .section5_wrap .section5_inner .right_img_box p.img .line {top: -4.1667vw; transform: translateY(0);max-width: 84.7222vw; height: 55.0000vw; right: -4.1667vw;}
    .section5_wrap .section5_inner .left_box .txt_box .sub_txt {font-size: 2.7778vw; margin-top: 7.6389vw; margin-bottom: 4.1667vw;}
    .section5_wrap .section5_inner .left_box .txt_box .title {font-size: 6.6667vw; margin-bottom: 5.5556vw;}
    .section5_wrap .section5_inner .left_box .cont_txt .txt1 {font-size: 5.0000vw; margin-bottom: 5.5556vw;}
    .section5_wrap .section5_inner .left_box .cont_txt .txt2 {font-size: 3.3333vw; line-height: 1.5;}
    .section5_wrap .section5_inner .left_box .view_btn {max-width: 33.3333vw; height: 12.5000vw; border-radius: 6.2500vw; margin-top: 5.5556vw; font-size: 4.1667vw;  margin-bottom: 13.8889vw;}
    .section5_wrap .section5_inner .left_box .view_btn img {max-width: 1.8056vw; margin-left: 2.0833vw;}

    .section6_wrap {padding-bottom: 0; margin-top: 16.6667vw; margin-bottom: 16.6667vw;}
    .section6_wrap .section6_inner .txt_box .sub_txt {font-size: 2.7778vw; margin-bottom: 4.0278vw;}
    .section6_wrap .section6_inner .txt_box .title {font-size: 6.6667vw;}
    .section6_wrap .section6_inner .txt_box {margin-bottom: 8.3333vw;}
    .section6_wrap .section6_inner .section6_conts .section6_conts_list p.img.pc_img {display: none;}
    .section6_wrap .section6_inner .section6_conts .section6_conts_list p.img.mo_img {display: block; width: auto; max-width: 88.8889vw;}
    .section6_wrap .section6_inner .txt_box .title .icon {display: none;}
    .section6_wrap .bg_icon {display: none;}

    .section7_wrap .section7_inner .title_box {margin-top: 13.8889vw; margin-bottom: 5.5556vw;}
    .section7_wrap .section7_inner {margin: 0 5.5556vw 13.8889vw;}
    .section7_wrap .section7_inner .title_box .sub_txt {font-size: 2.7778vw; margin-bottom: 3.8889vw;}
    .section7_wrap .section7_inner .title_box .title {font-size: 6.6667vw; margin-bottom: 5.5556vw;}
    .section7_wrap .section7_inner .title_box .sub_txt2 {font-size: 3.8889vw; line-height: 1.5; text-align: center; word-break: keep-all;}
    .section7_wrap .section7_inner p.table_img.pc_img {display: none;}
    .section7_wrap .section7_inner p.table_img.mo_img {display: block; max-width: 88.8889vw;}
    .section7_wrap .section7_inner .view {margin-top: 8.3333vw; max-width: 33.3333vw; height: 12.5000vw; border-radius: 6.2500vw; font-size: 4.1667vw;}
    .section7_wrap .section7_inner .view img {max-width: 1.6667vw; margin-left: 2.5000vw;}


    .section8_wrap {height: 161.2500vw; display: flex; align-items: center;}
    .section8_wrap .section8_inner {margin: 0 5.5556vw;}
    .section8_wrap .section8_inner .sub_txt {font-size: 2.7778vw; margin-top: 0; margin-bottom: 4.0278vw;}
    .section8_wrap .section8_inner .title {font-size: 6.6667vw; margin-bottom: 8.3333vw; line-height: 1.3;}

    .section8_wrap .section8_inner .cont_box {display: block;}
    .section8_wrap .section8_inner .cont_box .left_box {max-width: 88.8889vw; margin-right: 0;}
    .section8_wrap .section8_inner .cont_box .left_box .input_box {margin-bottom: 2.7778vw;}
    .section8_wrap .section8_inner .cont_box .left_box .input_box:nth-child(1) {margin-bottom: 2.7778vw;}
    .section8_wrap .section8_inner .cont_box .left_box .input_box input::placeholder {font-size: 3.3333vw;}
    .section8_wrap .section8_inner .cont_box .right_box .txt_input textarea::placeholder{font-size: 3.3333vw;}
    .section8_wrap .section8_inner .cont_box .left_box .input_box input {font-size: 3.3333vw; padding-left: 3.8889vw; height: 12.5000vw; border-radius: 1.1111vw;}
    .section8_wrap .section8_inner .cont_box .right_box .txt_input textarea {font-size: 3.3333vw; padding: 3.8889vw; border-radius: 1.1111vw; height: 41.6667vw;}
    .section8_wrap .section8_inner .btn {max-width: 77.7778vw; height: 12.5000vw; border-radius: 6.2500vw; font-size: 4.1667vw; margin: 11.1111vw auto 0;cursor: pointer}



    .map_wrap .map_wrap_inner {margin: 0 auto;}
    .map_wrap .map_wrap_inner .left_map_img div.img.pc_img {display: none;}
    .map_wrap .map_wrap_inner .left_map_img div.img2.pc_img {display: none;}
    .map_wrap .map_wrap_inner .left_map_img div.img.mo_img {display: block; max-width: 100.0000vw;}
    .map_wrap .map_wrap_inner .left_map_img div.img2.mo_img {display: block; max-width: 88.8889vw; margin: 5.5556vw auto 0;}
    .map_wrap .map_wrap_inner .left_map_img {display: block;}
    .map_wrap .map_wrap_inner .right_txt_box {width: auto; margin: 5.5556vw 5.5556vw 0;}
    .map_wrap .map_wrap_inner .right_txt_box .title {font-size: 5.8333vw; padding-left: 2.0833vw; margin-bottom: 3.8889vw;}
    .map_wrap .map_wrap_inner .right_txt_box .title span {max-width: 0.6944vw; height: 5.5556vw;}
    .map_wrap .map_wrap_inner .right_txt_box .list li .left_txt {font-size: 4.1667vw; margin-right: 2.5000vw;}
    .map_wrap .map_wrap_inner .right_txt_box .list li .left_txt img {max-width: 3.4722vw; margin-right: 1.1111vw;}
    .map_wrap .map_wrap_inner .right_txt_box .list li .right_txt {font-size: 4.1667vw;}
    .map_wrap .map_wrap_inner .right_txt_box .list li:first-child {margin-bottom: 3.1944vw;}

    .map_wrap .map_wrap_inner .right_txt_box .public_conts {display: flex; align-items: flex-start; margin-top: 4.4444vw; margin-bottom: 11.1111vw;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box:nth-child(1) {margin-right: 2%;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box {width: 49%; margin-bottom: 0;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box p.img {max-width: 9.7222vw; height: 9.7222vw; margin-right: 1.9444vw;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 .txt1 {font-size: 4.1667vw; padding-bottom: 1.1111vw;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 .txt2 {font-size:3.3333vw ; word-break: keep-all;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box2 .txt2 br {display: none;}
    .map_wrap .map_wrap_inner .right_txt_box .public_conts .public_box p.img img {max-width: 4.4444vw;}







    .mypage_conts_box {width: 100%; margin-bottom: 16.5278vw;}
    .mypage_conts_box .mypage_conts_box_inner {width: auto; max-width: 183.3333vw; margin: 0 5.5556vw;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box {width: 100%;  align-items: center; margin-top: 9.7222vw;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .title {font-size: 4.8611vw;  }
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box { align-items: center;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .student {width: 100%; min-width: 13.8889vw; max-width: 13.8889vw; height: 5.8333vw;border-radius: 2.9167vw;  align-items: center;  font-size: 3.6111vw;  margin-right: 1.6667vw;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .user_name {font-size: 5.0000vw;   margin-right: 3.7500vw; white-space: nowrap;}
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .user_name span {font-size: 4.1667vw; }
    .mypage_conts_box .mypage_conts_box_inner .my_cbt_top_box .top_right_box .inf_modify {width: 100%; min-width: 18.2222vw; max-width: 18.2222vw; height: 6.9444vw; border-radius: 0.5556vw; font-size: 2.5000vw;   align-items: center; }
    
    
    .mypage_conts_box .print_box {width: 100%;  align-items: center; margin-top: 5.2778vw;}
    .mypage_conts_box .print_box .print_left { align-items: center; width: 20%;}
    .mypage_conts_box .print_box .print_left img {width: 100%; max-width: 3.3333vw; margin-right: 0.8333vw;}
    .mypage_conts_box .print_box .print_left .txt {font-size:3.3333vw;  }
    
    .mypage_conts_box .print_box .test_result_list { align-items: center; width: 80%;}
    .mypage_conts_box .print_box .test_result_list li { align-items: center;  width: 100%; max-width: 29.1667vw; height: 9.7222vw;  border-radius: 0.5556vw; margin-right: 1.3889vw; box-shadow: 1.1111vw 1.1111vw 4.7222vw rgba(0, 0, 0, 0.2);}
    .mypage_conts_box .print_box .test_result_list li:last-child {margin-right: 0;}
    .mypage_conts_box .print_box .test_result_list li a { font-size: 3.3333vw;   width: 100%; height: 100%;  align-items: center; }
    
    
    .mypage_conts_box .test_conts_box {width: 100%; margin-top: 5.5556vw;}
    .mypage_conts_box .test_conts_box .test_tabl_menu {width: 100%;  align-items: center; margin-bottom: 2.7778vw;}
    .mypage_conts_box .test_conts_box .test_tabl_menu li {width: 20%; border: 0.1389vw solid #999999; height: 9.4444vw;  align-items: center;  border-radius: 1.1111vw 1.1111vw 0 0;}
    .mypage_conts_box .test_conts_box .test_tabl_menu li a { align-items: center;  width: 100%; height: 100%; font-size: 3.3333vw; }
    /* .mypage_conts_box .test_conts_box .test_tabl_menu li.on { border: 0.2778vw solid #9dcd5d; border-bottom: none;} */
    /* .mypage_conts_box .test_conts_box .test_tabl_menu li.on a { } */
    
    
    
    .mypage_conts_box .test_conts_box .test_list_conts { width: 100%;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list {width: 100%;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li {border: 0.1389vw solid #666666; border-radius: 1.1111vw;  padding: 2.7778vw 13.8889vw; margin-top: 1.3889vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_title {width: 100%;  font-size: 4.1667vw;    padding-bottom: 2.5000vw; border-bottom: 0.1389vw solid #dddddd;}
    
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box {width: 100%; }
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf {margin-top: 4.1667vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li { align-items: center; margin-bottom: 1.3889vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li:last-child {margin-bottom: 0;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .left_txt { width: 100%; max-width: 18.0556vw; height: 5.5556vw; border-radius: 2.7778vw; background: #385786;  font-size: 2.7778vw;   align-items: center;  margin-right: 2.7778vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .right_txt {font-size: 3.3333vw;  }
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .test_inf li .right_txt span {  font-size: 3.3333vw;}
    
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap {width: 100%;  margin-top: 4.1667vw; margin-bottom: 2.7778vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.stare {width: 100%; max-width: 41.6667vw; height: 9.7222vw;  align-items: center;  border-radius: 0.8333vw;  font-size: 3.3333vw;  background: #d50e45;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.restare {width: 100%; max-width: 41.6667vw; height: 9.7222vw;  align-items: center;  border-radius:0.8333vw;  font-size: 3.3333vw;  background: #232323;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.retake {width: 100%; max-width: 41.6667vw; height: 9.7222vw;  align-items: center;  border-radius:0.8333vw;  font-size: 3.3333vw;  background: #385786; margin-right: 1.3889vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .center_box .stare_wrap a.retake span.sub {font-size: 1.8056vw;}
    
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result {width: 100%;   padding-top: 2.5000vw; border-top: 0.1389vw solid #dddddd;  font-size: 2.5000vw;}
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result .result {font-size: 3.8889vw;  }
    .mypage_conts_box .test_conts_box .test_list_conts .test_list > li .test_result .score {font-size: 3.8889vw;  }
    .mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .icon.pc_img {display: none;}
    .mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .icon.mo_img {display: block;}

    


    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box .title {font-size: 5.0000vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner {height: auto; background: #1fb0f3; padding-bottom: 5.5556vw}
    .Start_of_semester_pop-up_wrap {max-width: 88.8889vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box {max-width: 77.7778vw; height: 77.7778vw; overflow-y: scroll;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box {padding: 2.7778vw; border-radius: 2.2222vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box {display: block;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner .icon {width: 2.7778vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner .txt {font-size: 4.1667vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .conts_box_inner .txt { margin-bottom: 0.6944vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .conts_box_top_box .txt2 {width: 100%; text-align: right; font-size: 2.7778vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table th {font-size: 2.7778vw; font-weight: normal;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table td {font-size: 2.5000vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table td span {display: block;}

    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table th.title:nth-child(2) {width: 40%;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .conts_box .conts_box_inner .table_box table th.title {width: 30%;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li {width: 100%;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox img {max-width: 2.7778vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox {margin-bottom: 1.1111vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .bottom_txt {font-size: 3.3333vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_btn {font-size: 3.3333vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_icon {max-width: 2.3611vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox {justify-content: space-between;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .top_txtbox .go_btn_box {margin-left: auto;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .bottom_txt_box .list li .bott_txt_conts .txt1 {font-size: 2.7778vw;}
    .Start_of_semester_pop-up_wrap .pop-up_wrap_inner .top_box .close {max-width: 9.7222vw;}



    .mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .top_banner_txt .title {font-size: 5.8333vw;margin-bottom: 2.7778vw;}
    .mypage_wrap .mypage_inner .top_banner_box .top_banner_box_inner .top_banner_txt .sub_txt {margin-bottom: 11.1111vw; font-size: 3.3333vw;}

    .top_banner_box .top_banner_box_inner .page_history {bottom: 5.5556vw;}
    .top_banner_box .top_banner_box_inner .page_history li {margin-right: 4.7222vw;}
    .top_banner_box .top_banner_box_inner .page_history li img {max-width: 5.5556vw;}
    .top_banner_box .top_banner_box_inner .page_history li::after {width: 0.5556vw;height: 0.5556vw;right: -2.3611vw; top: 50%;transform: translateY(-50%);}
    .top_banner_box .top_banner_box_inner .page_history li .pagge_history_txt {font-size: 2.7778vw;}

}




/* 헤더 */
        .header_wrap {width: 100%; position: absolute; top: 0; left: 0; z-index: 999;}
        .header_inner {width: 100%;}
        .header_inner.on {background: #fff;}
        .header_inner .title_nav_box {width: 100%; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; box-sizing: border-box; padding: 28px 0;}
        .header_inner .title_nav_box .log {width: 100%; max-width: 200px;}
        .header_inner .title_nav_box .log img {width: 100%;}
        .header_inner .title_nav_box .nav_title_list {display: flex; align-items: center; width: 85%; justify-content: center;}
        .header_inner .title_nav_box .nav_title_list > li {width: 100%; max-width: 128px; text-align: center; position: relative;}
        .header_inner .title_nav_box .nav_title_list > li > a {display: inline-block; font-size: 20px; color: #fff; font-weight: 600; word-break: keep-all;} 

        .header_inner .title_nav_box .login_box.out {width: 100%; max-width: 268px; display: flex; justify-content: flex-end; align-items: center; background: none; box-shadow: none;}
        .header_inner .title_nav_box .login_box.out.off {display: none;}
        .header_inner .title_nav_box .login_box.out a {display: inline-block; font-size: 18px; color: #fff;}
        .header_inner .title_nav_box .login_box.out a.login {margin-right: 28px}


        /* .header_inner .title_nav_box .login_box.in.off {display: none;} */
        .header_inner .title_nav_box .login_box {display: inline-block; width: 100%; max-width: 268px; border-radius: 8px; background: #fff; box-sizing: border-box; padding: 10px; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);} 
        .header_inner .title_nav_box .login_box .student {width: 100%; max-width: 52px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; border-radius: 10px; margin-bottom: 4px;}
        .header_inner .title_nav_box .login_box .login_bottom {display: flex; align-items: flex-end;}
        .header_inner .title_nav_box .login_box .login_bottom .student_txt {font-size: 18px; width: 50%;}
        .header_inner .title_nav_box .login_box .login_bottom .student_txt .user_name {font-weight: 800;}
        .header_inner .title_nav_box .login_box .login_bottom .student_txt .sub_txt {font-size: 14px;}
        .header_inner .title_nav_box .login_box .login_bottom .btn_box {display: flex; align-items: center; width: 50%;}
        .header_inner .title_nav_box .login_box .login_bottom .btn_box .mypage {width: 100%; max-width: 50px; height: 30px; border-radius: 4px; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-right: 4px;}
        .header_inner .title_nav_box .login_box .login_bottom .btn_box .login_out {width: 100%; max-width: 77px; height: 30px; border-radius: 4px; background:#999999; color: #fff; display: flex; align-items: center; justify-content: center; white-space: nowrap;}
        .header_inner .title_nav_box .login_box a {color: #232323;}


        .header_inner:hover .sub_nav_box_wrap {height: 440px; transition: all 0.3s;}
        .header_inner:hover .sub_nav_box_wrap {border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}

        .header_inner:hover {background: #fff;}
        .header_inner:hover .title_nav_box .nav_title_list > li > a {color: #232323;}
        .header_inner:hover .title_nav_box .login_box a {color: #232323;}
        .logo1{display: none;}
        .logo2{display: block;}
        .header_inner:hover .logo1{display: block;}
        .header_inner:hover .logo2{display: none;}
        
        .header_inner .sub_nav_box_wrap {width: 100%; height: 0; background: #fff; overflow: hidden; transition: all 0.3s;}
        .header_inner .sub_nav_box {width: auto;  margin: 0 auto; display: flex; align-items: flex-start; height: 100%; justify-content: center; box-sizing: border-box; padding-left: 200px; padding-right: 268px;}
        .header_inner .sub_nav_box .sub_nav {width: 100%; max-width: 126px; border-left: 1px solid #e5e5e5; height: 100%; position: relative;}
        .header_inner .sub_nav_box .sub_nav:hover:after {opacity: 1;content: ''; width: 100%; height: 2px;  position: absolute; top: -1px; left: 0;}
        .header_inner .sub_nav_box .sub_nav:last-child {border-right: 1px solid #e5e5e5;}
        .header_inner .sub_nav_box .sub_nav li {text-align: center; box-sizing: border-box; padding: 10px 0;}
        .header_inner .sub_nav_box .sub_nav li:hover a {text-shadow: unset; }
        .header_inner .sub_nav_box .sub_nav li.test:hover a {color: #232323; text-shadow: unset, unset, unset, unset}
        .header_inner .sub_nav_box .sub_nav li:first-child {padding-top: 20px;}
        .header_inner .sub_nav_box .sub_nav li a {display: inline-block; font-size: 18px; color: #232323; word-break: keep-all;}


        /* 퀵메뉴 left */
        .quick_menu_left_box {width: 100%; max-width: 130px; position: fixed;  left: 30px; top: 50%; transform: translateY(-50%); z-index: 9999;}
        .quick_menu_left_box .consulting_box {width: 100%; border-radius: 16px; box-sizing: border-box; padding: 14px 14px 8px; margin-bottom: 10px; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);display: block;}
        .quick_menu_left_box .consulting_box .border_box {width: 100%; max-width: 100px; height: 30px; display: flex; align-items: center; justify-content: center;  background: #fff; border-radius:15px; font-weight: 800; margin-bottom: 10px;}
        .quick_menu_left_box .consulting_box .border_box img {width: 100%; max-width: 17px; margin-right: 4px}
        .quick_menu_left_box .consulting_box .consulting_num {font-size: 24px; font-weight: 600; font-family: 'Gmarket Sans'; color: #fff;}
        .quick_menu_left_box .consulting_box .consulting_num span {font-weight: 800; font-size: 37px; color: #fff; font-family: 'Gmarket Sans'; line-height: 1.2;}
        .quick_menu_left_box .map_box {width: 100%; box-sizing: border-box; padding: 14px 14px 8px; border-radius: 16px; display: inline-block; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);}
        .quick_menu_left_box .map_box .icon {width: 100%; text-align: center;}
        .quick_menu_left_box .map_box .icon img {width: 100%; max-width: 35px;}
        .quick_menu_left_box .map_box .txt {width: 100%; text-align: center; font-size: 24px; font-weight: 800; color: #fff; margin-top: 11px;}

        .quick_menu_left_box .consulting_box p.img {width: 100%; max-width: 100px;}
        .quick_menu_left_box .consulting_box p.img img {width: 100%;}



        /* 퀵메뉴 right */
        .quick_menu_right_box {width: 100%; max-width: 130px; position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 9999; box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);  border-radius: 16px; overflow: hidden;}
        .quick_menu_right_box .quick_menu_list {width: 100%; background: #fff; }
        .quick_menu_right_box .quick_menu_list li {width: 100%; text-align: center;}
        .quick_menu_right_box .quick_menu_list li a {display: block; width: auto; border-bottom: 1px solid #e5e5e5;  box-sizing: border-box; padding: 14px 0; margin: 0 13px;}
        .quick_menu_right_box .quick_menu_list li a p.icon {width: 100%; max-width: 53px; margin: 0 auto;}
        .quick_menu_right_box .quick_menu_list li a p.icon img {width: 100%;}
        .quick_menu_right_box .quick_menu_list li a p.txt {font-size: 18px; color: #999999; font-weight: 600; margin-top: 4px;}
        .quick_menu_right_box .quick_menu_list li.top_btn a {width: auto; display: block; border-bottom: none;}
        .quick_menu_right_box .quick_menu_list li.top_btn a .top_icon {width: 100%; max-width: 14px; margin: 0 auto; margin-bottom: 6px;}
        .quick_menu_right_box .quick_menu_list li.top_btn a .top_icon img {width: 100%; display: block;}
        .quick_menu_right_box .quick_menu_list li.top_btn a .top_txt {width: 100%; text-align: center; font-size: 20px; font-weight: 800; color: #ffffff;}


        .left_menu_box1{height: 80px;border-radius: 16px;margin-bottom: 10px;text-align: center;position: relative;;box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);}
        .left_menu_box_tit{text-align: center;color: #fff;font-size: 18px;font-weight: 800;padding-top: 8px;}
        .left_menu_box_txt{display: inline-block;width: 110px;height: 30px;line-height: 30px;background: #fff;border: 1px solid #e5e5e5;padding-right: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;box-sizing: border-box;margin-top: 8px;padding-left: 10px;cursor: pointer;}
        .left_menu_box2{height: 80px;border-radius: 16px;margin-bottom: 10px;text-align: center;position: relative;;box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);}
        
        .left_menu_box1_sub_box_wrap{position: absolute;left: 130px;top: 37px;width: 260px;text-align: left;overflow: hidden;border-radius: 5px;background: #fff;display: none;box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4); }
        .left_menu_box1_sub_box{height: 33px;padding: 0 10px;font-size: 14px;line-height: 33px;cursor: pointer}
        .left_menu_box1_sub_box:hover{background: #f5f5f5;}
        .left_menu_box1_sub_box_wrap.on{display: block;}
        .left_menu_box1_sub_box a {display: block; width: 100%;}
        
        .left_menu_box2_sub_box_wrap{position: absolute;left: 130px;top: 37px;width: 260px;text-align: left;overflow: hidden;border-radius: 5px;background: #fff;display: none;box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4); }
        .left_menu_box2_sub_box{height: 33px;padding: 0 10px;font-size: 14px;line-height: 33px;cursor: pointer}
        .left_menu_box2_sub_box:hover{background: #f5f5f5;}
        .left_menu_box2_sub_box_wrap.on{display: block;}
        .left_menu_box2_sub_box a {display: block; width: 100%;}



        /* 입금계좌 팝업 */
        .depositing_money_box.on {display: block;}
        .depositing_money_box {display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: fixed; left: 0; top: 0; z-index: 99999;}
        .depositing_money_box .depositing_money_inner {width: 100%; display: flex; align-items: center; justify-content: center; height: 100%;}
        .depositing_money_box .depositing_money_inner .depositing_conts {width: 100%; max-width: 670px; background: #fff; border-radius: 8px; box-sizing: border-box; padding: 0 30px; border: 1px solid #c1c1c1;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top {width: 100%; text-align: center; position: relative; box-sizing: border-box; padding: 28px 0; border-bottom: 1px solid #dddddd;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top .title {font-size: 18px; color: #232323; display: inline-block; font-weight: 800;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top .close {display: inline-block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 100%; max-width: 16px;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top .close img {width: 100%; display: block;}

        .depositing_money_box .depositing_money_inner .depositing_conts .conts {width: 100%; margin-top: 42px;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .conts_title {font-size: 24px; color: #232323; font-weight: 800; box-sizing: border-box; padding: 16px; background: #f9f9f9; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; text-align: center;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list {width: 100%; background: #f9f9f9;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li {width: 100%; display: flex; align-items: center; border-bottom: 1px solid #dddddd;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li .left_txt {width: 100%; max-width: 25%; font-size: 24px; color: #999999; font-weight: 800; box-sizing: border-box; padding:16px 0; text-align: center;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li .right_txt {background: #fff; width: 100%; box-sizing: border-box; padding:16px 0; font-size: 24px; padding-left: 18px;} 
        .depositing_money_box .depositing_money_inner .depositing_conts .close_box {width: 100%; text-align: center; margin-top: 32px; margin-bottom: 40px;}
        .depositing_money_box .depositing_money_inner .depositing_conts .close_box .pop_up_close {width: 100%; max-width: 150px; display: inline-flex; height: 50px; align-items: center; justify-content: center; border-radius: 4px; font-size: 18px; font-weight: 600; color: #fff; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);}



        /* 모바일 헤더 */
        .mobile_header_wrap {display: none; width: 100%; height: 20.8333vw; background: #fff; align-items: center;}
        .mobile_header_wrap .mobile_header_inner {width: 100%;}
        .mobile_header_wrap .mobile_header_inner .top_conts {width: 100%; display: flex; align-items: center; justify-content: space-between;}
        .mobile_header_wrap .mobile_header_inner .logo {display: inline-block; width: 100%; max-width: 38.4722vw; margin-left: 5.5556vw;}
        .mobile_header_wrap .mobile_header_inner .logo img {width: 100%;}
        .mobile_header_wrap .mobile_header_inner .nav {display: inline-block; width: 100%; max-width: 6.6667vw; margin-right: 5.5556vw;}
        .mobile_header_wrap .mobile_header_inner .nav img {width: 100%;}


        .mobile_header_wrap .mobile_header_inner .nav_right_cont.on {display: block;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont {display: none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 999;}
        .nav_right_cont .nav_right_cont_wrap {width: 100%; max-width: 88.8889vw; background-color: #fff; height: 100%; margin-left: auto;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box {width: 100%; height: 95%; overflow-y: scroll;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top {box-sizing: border-box; width: 100%; padding: 7.5000vw 5.5556vw 0;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .close_box {width: 100%; text-align: right; margin-bottom: 7.5000vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .close_box .nav_close {display: inline-block; width: 100%; max-width: 5.8333vw; margin-left: auto}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .close_box .nav_close img {width: 100%;}


        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box {display: inline-block; width: 100%; max-width: 88.8889vw; border-radius: 2.2222vw; background: #fff; box-sizing: border-box; padding: 4.1667vw; border: 0.2778vw solid #e5e5e5;} 
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .student {width: 100%; max-width: 14.5833vw; height: 6.2500vw; display: flex; align-items: center; justify-content: center; font-size: 3.8889vw; font-weight: 600; border-radius: 3.0556vw; margin-bottom: 1.6667vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom {width: 100%;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .student_txt {font-size: 4.1667vw; width: 100%; line-height: 1.2;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .student_txt .user_name {font-weight: 800; font-size: 5.0000vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .student_txt .sub_txt {font-size: 4.1667vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .btn_box {display: flex; align-items: center; width: 100%; margin-top: 4.1667vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .btn_box .mypage {width: 100%; max-width: 34.0278vw; height: 11.1111vw; border-radius: 1.1111vw; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-right: 0.5556vw; font-size: 4.4444vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .btn_box .login_out {width: 100%; max-width: 34.0278vw; height: 11.1111vw; border-radius: 1.1111vw; background:#999999; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 4.4444vw; font-weight: 800;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box a {color: #232323;}

        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box.off {display: none;}

        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .login_box .login_bottom .title {font-size: 5.0000vw; color: #232323; font-weight: 800; margin-top: 8.3333vw; margin-bottom: 10.0000vw;}

        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list {width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 2.7778vw; float: left; flex-wrap: wrap; justify-content: center; margin-bottom: 2.7778vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li {width: calc(33.3333% - 2.7778vw); max-width: 25.0000vw; height: 19.4444vw; border-radius: 1.6667vw; display: flex; align-items: center; justify-content: center; box-shadow: 0.6944vw 0.6944vw 2.7778vw rgba(0, 0, 0, 0.1); float: left; margin-right: 1.3889vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li:nth-child(3),
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li:nth-child(5) {margin-right: 0}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li:nth-child(4),
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li:nth-child(5) {margin-top: 1.3889vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li a {display: block; text-align: center;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li a img {width: 100%; max-width: 8.3333vw; margin-bottom: 2.0833vw;}
        .mobile_header_wrap .mobile_header_inner .nav_right_cont .nav_right_cont_box .nav_right_cont_box_top .menu_list li a p.txt {width: 100%; text-align: center; font-size: 3.8889vw; color: #ffffff; font-weight: 600;}


        .nav_menu_bottom_box .title_menu {width: 100%; margin-top: 2.9167vw;}
        .nav_menu_bottom_box .title_menu > li {width: 100%;}
        .nav_menu_bottom_box .title_menu > li > a {width: 100%; display: flex; align-items: center; justify-content: space-between; height: 13.7500vw; border-bottom: 0.1389vw solid #eeeeee; border-top: 0.1389vw solid #eeeeee;}
        .nav_menu_bottom_box .title_menu > li > a .title_menu_txt {font-size: 4.1667vw; color: #232323; margin-left: 5.5556vw; font-weight: 600;}
        .nav_menu_bottom_box .title_menu > li > a .title_menu_txt.on {color: #fff;}
        .nav_menu_bottom_box .title_menu > li > a .arrow_icon {width: 100%; max-width: 1.9444vw; margin-right: 5.5556vw;}
        .nav_menu_bottom_box .title_menu > li > a .arrow_icon img {width: 100%; display: block;}
        .nav_menu_bottom_box .title_menu > li > a .arrow_icon2{transform: rotate(-90deg); width: 100%; max-width: 3.3333vw; margin-right: 2.7778vw;}
        .nav_menu_bottom_box .title_menu > li > a .arrow_icon2 img {width: 100%; display: block;}
        .nav_menu_bottom_box .title_menu > li.on > a .title_menu_txt {color: #38bbba; font-weight: 800; border-bottom: 0.4167vw solid #38bbba;}

        .nav_menu_bottom_box .title_menu > li > .sub_list {display: none; width: 100%; }
        .nav_menu_bottom_box .title_menu > li > .sub_list.on {display: block;}
        .nav_menu_bottom_box .title_menu > li > .sub_list li {width: 100%; box-sizing: border-box; padding-left: 5.5556vw;}
        .nav_menu_bottom_box .title_menu > li > .sub_list li a {width: 100%; display: block; box-sizing: border-box; padding: 5.0000vw 0; font-size: 4.1667vw; color: #232323;}

        .nav_right_cont_box .agency_bottom {width: auto; display: flex; align-items: center; margin: 2.7778vw 5.5556vw 6.9444vw;justify-content: space-between;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 {width: 100%; max-width: 37.5000vw; box-sizing: border-box; padding: 2.5000vw 2.7778vw; height: 22.6389vw; box-shadow: 1.2500vw 1.2500vw 1.6667vw rgba(0, 0, 0, 0.3); z-index: 999;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box_tit {font-size: 4.1667vw; font-weight: 800; color: #ffffff; padding: 0;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box_txt {font-size: 3.3333vw; color: #232323; margin-top: 2.7778vw; width: 100%; max-width: 31.9444vw; height: 9.7222vw; box-sizing: border-box; padding: 0 2.3611vw;white-space: unset; text-overflow: unset; display: flex; align-items: center; border: 0.2778vw solid #e5e5e5; border-radius: 1.1111vw; justify-content: space-around; overflow: unset;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box_txt p.select_txt {font-size: 3.3333vw; color: #232323; width: 100%;     overflow: hidden;white-space: nowrap; text-overflow: ellipsis; text-align: left;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box1_sub_box_wrap {width: 54.1667vw; bottom: 13.6389vw; left: 2.7778vw; border: 0.2778vw solid #e5e5e5; border-radius: 1.6667vw; position: absolute; top: unset;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box1_sub_box_wrap .left_menu_box1_sub_box {height: auto; font-size: 3.3333vw; color: #232323; box-sizing: border-box; padding-left: 2.7778vw; padding-right: 0; padding-top: 2.7778vw; padding-bottom: 2.7778vw;}
        .nav_right_cont_box .agency_bottom .left_menu_box1 .left_menu_box1_sub_box_wrap .left_menu_box1_sub_box a {display: block; width: 100%;}

        .nav_right_cont_box .agency_bottom .left_menu_box2 {width: 100%; max-width: 37.5000vw; box-sizing: border-box; padding: 2.5000vw 2.7778vw; height: 22.6389vw; box-shadow: 1.2500vw 1.2500vw 1.6667vw rgba(0, 0, 0, 0.3);}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box_tit {font-size: 4.1667vw; font-weight: 800; color: #ffffff; padding: 0;}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box_txt {font-size: 3.3333vw; color: #232323; margin-top: 2.7778vw; width: 100%; max-width: 31.9444vw; height: 9.7222vw; box-sizing: border-box; padding: 0 2.3611vw;white-space: unset; text-overflow: unset; display: flex; align-items: center; border: 0.2778vw solid #e5e5e5; border-radius: 1.1111vw; justify-content: space-between; overflow: unset;}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box_txt p.select_txt {font-size: 3.3333vw; color: #232323; width: 100%;    overflow: hidden;white-space: nowrap; text-overflow: ellipsis; text-align: left;}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box2_sub_box_wrap {width: 100%; max-width: 31.9444vw; top: unset; bottom: 13.6389vw;left: 2.7778vw; border: 0.2778vw solid #e5e5e5; border-radius: 1.6667vw; position: absolute;}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box2_sub_box_wrap .left_menu_box2_sub_box {height: auto; font-size: 3.3333vw; color: #232323; box-sizing: border-box; padding-left: 2.7778vw; padding-right: 0; padding-top: 2.7778vw; padding-bottom: 2.7778vw;}
        .nav_right_cont_box .agency_bottom .left_menu_box2 .left_menu_box2_sub_box_wrap .left_menu_box2_sub_box a {display: block; width: 100%;}



        /* 퀵메뉴 상담문의 팝업 */
        .q_menu_consulting_popUp {display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: fixed; left: 0; top: 0; z-index: 9999;}
        .q_menu_consulting_popUp.on {display: block;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner {width: 100%; max-width: 1320px; display: flex; align-items: center; justify-content: center; margin: 0 auto; height: 100%;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap {position: relative;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .section8_inner .close_btn.pc {display: inline-block; width: 100%; max-width: 16px; position: absolute; top: 0; right: 0;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .section8_inner .close_btn.pc img {display: block; width: 100%;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .close_btn.mo {display: none;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap {box-sizing: border-box; padding: 30px;}


        .q_menu_request_popup_wrap{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 9999;display: none;}
        .q_menu_request_popup_box{position: fixed;left: 50%;top: 50%;transform: translate(-50% , -50%);width: 1320px;height: 80vh;background: #fff;border-radius: 10px;padding: 30px;}
        .q_menu_request_popup_cont_wrap{height: calc(80vh - 165px);overflow-y: scroll}
        .q_menu_request_popup_cont_wrap::-webkit-scrollbar{background: none;width: 10px;}
        .q_menu_request_popup_cont_wrap::-webkit-scrollbar-thumb{border-radius: 5px;background: #ddd;}
        .q_menu_request_popup_wrap .q_menu_request_popup_box .close_btn.pc {display: inline-block; width: 100%; max-width: 16px; position: absolute; top: 30px; right: 30px;}
        .q_menu_request_popup_wrap .q_menu_request_popup_box .close_btn.pc img {display: block; width: 100%;}
        .q_menu_request_popup_wrap .q_menu_request_popup_box .close_btn.mo {display: none;}
        .q_menu_request_popup_wrap.on{display: block;}
        .q_menu_request_popup_box_tit{text-align: center;font-weight: 800;font-size: 24px;margin-top: 20px;margin-bottom: 30px;}

        .q_menu_request_popup_box_txt{font-size: 14px;color: #41b6ec;padding-bottom: 10px;border-bottom: 2px solid #dedede;}

        .q_menu_request_popup_cont_box{display: flex;border-bottom: 1px solid #dedede;padding: 10px 0;align-items: center;}
        .q_menu_request_popup_cont_box_left{font-size: 18px;font-weight: 800;color: #232323;width: 190px;padding-left: 10px;}
        .q_menu_request_popup_cont_box_left span{color: #41b6ec;}
        .q_menu_request_popup_cont_box input[type="text"]{height: 40px;border-radius: 3px;border: 1px solid #adadad;min-width: 200px}
        .q_menu_request_popup_cont_box_right{display: flex;align-items: center;}

        .flie_name{margin-bottom: 5px;}
        .q_menu_request_popup_cont_box_right_left{border-radius: 5px;border: 1px solid #efefef;overflow: hidden;margin-right: 10px;}
        .q_menu_request_popup_cont_box_right_left img{width: 100%;}
        #file_btn{display: none;}
        .file_btn{display: inline-block;width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff;border-radius: 3px;margin-right: 5px;font-weight: bold;font-size: 16px;}
        .file_del_btn{display: inline-block;width: 100px;height: 40px;line-height: 40px;text-align: center;color: #999999;border-radius: 3px;margin-right: 5px;font-weight: bold;font-size: 16px;border: 1px solid #999;}
        .q_menu_request_popup_cont_box_right_left.user_upload_img {width: 100%; max-width: 84px; height: 109px; overflow: hidden;}

        .q_menu_request_popup_cont_box_right_box{overflow: hidden;margin-bottom: 10px;}
        .q_menu_request_popup_cont_box_right_left{float: left;}
        .q_menu_request_popup_cont_box_right_right{float: left;}
        .q_menu_request_popup_cont_box_right2 {display: block;}

        .q_menu_request_popup_cont_box_right2 .q_menu_request_popup_cont_box_right_left{border: 0;line-height: 40px;font-size: 16px;width: 85px;}
        .q_menu_request_popup_cont_box_right2 a{display: inline-block;width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff; border-radius: 3px;margin-right: 5px;font-weight: bold;font-size: 16px;}
        .q_menu_request_popup_cont_box_right select{height: 40px;min-width: 150px;border-radius: 3px;border: 1px solid #999;}

        .q_menu_request_popup_cont_box_right3 label{line-height: 40px;margin-right: 20px;}
        .q_menu_request_popup_cont_box_right3 input{height: auto;margin-right: 5px;}


        .title_txt.pc{display: block;}
        .title_txt.mo{display: none;}
        .q_menu_request_popup_cont_box_right_right2 label{line-height: 40px;margin-right: 20px;}
        .q_menu_request_popup_cont_box_right_right2 input{height: auto; margin-right: 5px;}

        .q_menu_request_popup_cont_box_right_box span{color: #41b6ec;display: inline-block;margin-right: 5px;}
        .q_menu_request_popup_cont_box_right_txt{font-size: 16px;color: #999;line-height: 25px;}
        .q_menu_request_popup_cont_btn_wrap{overflow: hidden;margin: 0 auto;width: 320px;margin-top: 50px;margin-bottom: 30px;}
        .q_menu_request_popup_cont_btn{float: left;display: block;width: 150px;height: 50px;text-align: center;line-height: 50px;border-radius: 5px;font-size: 18px;font-weight: bold;color: #999;border: 1px solid #999;box-sizing: border-box;}
        .q_menu_request_popup_cont_btn:first-child{margin-right: 20px;color: #fff; border: none;}

        .q_menu_request_popup_cont_box input[type="text"]{line-height: 1;padding: 0;width: auto; font-size: 14px;}
        .q_menu_request_popup_cont_box_right select{font-size: 18px;}
        .q_menu_request_popup_cont_box input{display: inline-block;width: auto;}



        /* 모바일 퀵메뉴 */
        .mo_quick_menu_box { display: none;}



    @media (max-width:1650px){ 
        .quick_menu_right_box {display: none;}
        .quick_menu_left_box {display: none;}
    }
    @media (max-width:1380px){ 
        .header_inner .title_nav_box .login_box.out {justify-content: flex-start;}
        .header_inner .title_nav_box {padding: 28px 20px;}
        .header_inner .sub_nav_box {margin: 0 20px;}
    }
    @media (max-width:1004px){ 
        .header_inner .title_nav_box .log {max-width: 120px;} 
        .header_inner .title_nav_box .login_box.out {max-width: 168px;}
        .header_inner .sub_nav_box {padding-left: 120px; padding-right: 168px;}
        
        
    }
    @media (max-width:820px){ 
        .header_inner .title_nav_box .nav_title_list > li > a {font-size: 17px;}
        .header_inner .sub_nav_box .sub_nav li a {font-size: 14px;}
    }
    @media (max-width:720px){ 
        .q_menu_request_popup_box{width: 90%;box-sizing: border-box;padding: 3vw;font-size: 2.8vw;}
        .q_menu_request_popup_cont_box input[type="text"]{min-width: 23vw;width: 23vw;height: 10vw; width: calc(100% - 20vw);}
        .q_menu_request_popup_cont_box_left{min-width: 20vw;padding-left: 1.3889vw;font-size: 3.1667vw;padding-right: 2vw;word-break: keep-all;width: 20vw;}
        .q_menu_request_popup_box_tit{font-size: 5vw;}
        .q_menu_request_popup_box_txt{font-size: 3vw;}
        .q_menu_request_popup_cont_box_right{display: block;overflow: hidden;width: 100%;}
        .q_menu_request_popup_cont_box_right .q_menu_request_popup_cont_box_right_inner {display: flex; align-items: center;}
        .q_menu_request_popup_cont_box_right_left{width: 40%;margin-bottom: 3vw;}
        .q_menu_request_popup_cont_box_right_left img{}
        .mo_txt{display: block;}
        .q_menu_request_popup_cont_box_right3 label{margin-right: 2%;width: 48%;display: block;float: left; display: flex; align-items: center;}
        .q_menu_request_popup_cont_box_right3 label {line-height: 1.2;}
        .q_menu_request_popup_cont_box_right3 input {margin-top: 0; margin-bottom: 0;}
        
        .q_menu_request_popup_cont_box_right_right{overflow: hidden;}
        .q_menu_request_popup_cont_box4 .q_menu_request_popup_cont_box_right_right{overflow: hidden;width: 100%;}
        .q_menu_request_popup_cont_box_right_right label{display: block;float: left;width: 48%;margin-right: 2%; display: flex; align-items: center;}
        .q_menu_request_popup_cont_box4 .q_menu_request_popup_cont_box_right{display: flex;}
        .q_menu_request_popup_cont_box4 .q_menu_request_popup_cont_box_right_right label{display: inline-block;float: none;width: 15vw;font-size: 3vw;}
        .file_del_btn{width: 15vw;font-size: 3vw;}
        .q_menu_request_popup_cont_box_right2 a{font-size: 3vw;}
        .q_menu_request_popup_cont_box_right_txt{font-size: 3vw;}
        .q_menu_request_popup_cont_wrap{height: calc(80vh - 40vw);}
        .q_menu_request_popup_cont_btn_wrap{width: 65vw;}
        .q_menu_request_popup_cont_btn{width: 30vw;height: 10vw;line-height: 10vw;}
        .q_menu_request_popup_cont_btn:first-child{margin-right: 3vw;}
        .q_menu_request_popup_cont_box_right2 a{width: 20vw;margin-right: 0;height: 10vw;line-height: 10vw;}
        .q_menu_request_popup_cont_box_right2 .q_menu_request_popup_cont_box_right_left{width: 15vw;margin-right: 1vw;}
        .q_menu_request_popup_cont_box_right2 .q_menu_request_popup_cont_box_right_left{font-size: 3vw;}
        .title_txt.pc{display: none;}
.title_txt.mo{display: block;}
        .mobile_header_wrap {display: flex;}

        .header_inner {display: none;}
        .quick_menu_left_box {display: none;}
        .quick_menu_right_box {display: none;}
        .q_menu_request_popup_cont_box_right select{font-size: 3vw;width: 30vw;box-sizing: border-box;min-width: 30vw}
        .q_menu_request_popup_wrap input[type=checkbox]{margin-right: 1vw;position: relative;}
        /* 모바일 퀵메뉴 */
        .mo_quick_menu_box { display: block; width: 100%; max-width: 27.7778vw; position: static; bottom: 5%; right: 5.5556vw; position: fixed;}
        .mo_quick_menu_box .mo_quick_menu_box_inner {width: 100%;}
        .mo_quick_menu_box .mo_quick_menu_box_inner .consulting_box {width: 100%;max-width: 27.7778vw; height: 12.5000vw; border-radius: 6.2500vw; display: flex; align-items: center; justify-content: center; margin-bottom: 1.3889vw; box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.4);}
        .mo_quick_menu_box .mo_quick_menu_box_inner .consulting_box a {display: inline-block; font-size: 4.1667vw; color: #fff; font-weight: 800; display: flex; align-items: center;justify-content: center;}
        .mo_quick_menu_box .mo_quick_menu_box_inner .consulting_box a img {width: 100%; max-width: 3.7500vw; margin-right: 1.5278vw;}

        .mo_quick_menu_box .mo_quick_menu_box_inner .map_box {width: 100%;max-width: 27.7778vw; height: 12.5000vw; border-radius: 6.2500vw; display: flex; align-items: center; justify-content: center;  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.4);}
        .mo_quick_menu_box .mo_quick_menu_box_inner .map_box a {display: inline-block; font-size: 4.1667vw; color: #fff; font-weight: 800; display: flex; align-items: center;justify-content: center;}
        .mo_quick_menu_box .mo_quick_menu_box_inner .map_box a img {width: 100%; max-width: 3.7500vw; margin-right: 1.5278vw;}


        .mo_quick_menu_box .mo_quick_menu_box_inner .top_scroll_box {width: 100%; max-width: 12.5000vw; height: 12.5000vw; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1.3889vw; margin-left: auto;  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.4);}
        .mo_quick_menu_box .mo_quick_menu_box_inner .top_scroll_box a {display: inline-block; text-align: center;}
        .mo_quick_menu_box .mo_quick_menu_box_inner .top_scroll_box a .txt {font-size:3.3333vw; color: #fff; font-weight: 800; width: 100%;} 
        .mo_quick_menu_box .mo_quick_menu_box_inner .top_scroll_box a img {width: 100%; max-width: 2.2222vw; margin-bottom: 0.8333vw;}



        .depositing_money_box .depositing_money_inner {width: 100%;  align-items: center;  height: 100%;}
        .depositing_money_box .depositing_money_inner .depositing_conts {width: 100%; max-width: 93.0556vw; background: #fff; border-radius: 1.1111vw;  padding: 0 4.1667vw; border: 0.1389vw solid #c1c1c1;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top {width: 100%;    padding: 3.8889vw 0; border-bottom: 0.1389vw solid #dddddd;}
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top .title {font-size: 2.5000vw;   }
        .depositing_money_box .depositing_money_inner .depositing_conts .depositing_top .close {  top: 50%; right: 0; transform: translateY(-50%); width: 100%; max-width: 2.2222vw;}

        .depositing_money_box .depositing_money_inner .depositing_conts .conts {width: 100%; margin-top: 5.8333vw;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .conts_title {font-size: 3.3333vw;    padding: 2.2222vw; background: #f9f9f9; border-top: 0.1389vw solid #dddddd; border-bottom: 0.1389vw solid #dddddd; }
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li {width: 100%;  align-items: center; border-bottom: 0.1389vw solid #dddddd;}
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li .left_txt {width: 100%; max-width: 25%; font-size: 3.3333vw;    padding:2.2222vw 0; }
        .depositing_money_box .depositing_money_inner .depositing_conts .conts .list li .right_txt {background: #fff; width: 100%;  padding:2.2222vw 0; font-size: 3.3333vw; padding-left: 2.5000vw;} 
        .depositing_money_box .depositing_money_inner .depositing_conts .close_box {width: 100%;  margin-top: 4.4444vw; margin-bottom: 5.5556vw;}
        .depositing_money_box .depositing_money_inner .depositing_conts .close_box .pop_up_close {width: 100%; max-width: 20.8333vw;  height: 6.9444vw; align-items: center;  border-radius: 0.5556vw; font-size: 2.5000vw;   box-shadow: 0.4167vw 0.4167vw 2.7778vw rgba(0, 0, 0, 0.2);}

    }



.footer_wrap {width: 100%; overflow: hidden; background: #fafafa; position: relative; border-top: 1px solid #eeeeee;}
    .footer_wrap::after {content: ''; width: 100%; height: 1px; position: absolute; left: 0; top: 80px; background: #eeeeee;}
    .footer_wrap .footer_inner {width: 100%; max-width: 1320px; margin: 0 auto;}
    .footer_wrap .footer_inner .top_conts {width: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 15px 0;}
    .footer_wrap .footer_inner .top_conts a {display: inline-block; width: 100%; max-width: 197px;}
    .footer_wrap .footer_inner .top_conts a img {width: 100%; display: block;}
    
    .footer_wrap .footer_inner .top_conts .right_list {display: flex; align-items: center; justify-content: flex-end;}
    .footer_wrap .footer_inner .top_conts .right_list li {display: inline-block; position: relative;}
    .footer_wrap .footer_inner .top_conts .right_list li:first-child {margin-right: 38px;}

    .footer_wrap .footer_inner .top_conts .right_list li a {display: inline-block; font-size: 16px; color: #999999;}

    .footer_wrap .footer_inner .bottom_conts {width: 100%; margin-top: 25px;}
    .footer_wrap .footer_inner .bottom_conts .border_box {width: 100%; margin-bottom: 5px;}
    .footer_wrap .footer_inner .bottom_conts .border_box .tel {width: 100%; max-width: 109px; height: 30px; background: #232323;color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 15px; font-size: 18px; font-weight: 800;}
    .footer_wrap .footer_inner .bottom_conts .border_box .tel img {width: 100%; max-width: 12px; display: block; margin-right:8px;}
    .footer_wrap .footer_inner .bottom_conts .tel_num {display: inline-block; font-size: 36px; font-weight: 800; color: #232323; margin-bottom: 28px;}
    .footer_wrap .footer_inner .bottom_conts .address_box {width: 100%;}
    .footer_wrap .footer_inner .bottom_conts .address_box .address_list {width: 100%; display: flex; align-items: center;}
    .footer_wrap .footer_inner .bottom_conts .address_box .address_list:first-child {margin-bottom: 8px;}
    .footer_wrap .footer_inner .bottom_conts .address_box .address_list li {font-size: 16px; color: #999999; margin-right: 14px; position: relative;}
    .footer_wrap .footer_inner .bottom_conts .address_box .address_list li::after {content: ''; width: 100%; max-width: 1px; height: 16px; position: absolute; right: -7px; top: 50%; transform: translateY(-50%); background: #999999;}
    .footer_wrap .footer_inner .bottom_conts .address_box .address_list li:last-child:after {display: none;}
    .footer_wrap .footer_inner .bottom_conts .copy_right {font-size: 16px; color: #999999; margin-top: 36px; margin-bottom: 40px;}


    /* --- 팝업 --- */
    #popup2 {
        width: 100%;
        text-align: center;
        position: fixed;
        top: 25vh;
        left: calc(50vw - 200px);
        z-index: 20;
        z-index: 9999;
    }
    #popup2.sub-popup {
        left: calc(50vw - 345px);
    }
    #popup2:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2;
    }

    #popup1 {
        width: 100%;
        text-align: center;
        position: fixed;
        top: 25vh;
        left: calc(50vw - 200px);
        z-index: 9999;
    }
    #popup1.sub-popup {
        left: calc(50vw - 345px);
    }
    #popup1:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2;
    }

    .popup-box {
        max-width: 400px;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 12px 0 rgba(0 0 0 / 24%);
    }

    .popup-box h3 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 800;
        text-align: center;
        background-color: <?php echo $color;?>;
        border-radius: 5px 5px 0 0;
        padding: 8px;
        word-break: keep-all;
    }

    .popup-box .popup-txt {
        text-align: left;
        font-size: 1.4rem;
        font-weight: 600;
        min-height: 200px;
        display: flex;
        justify-content: center;
        word-break: keep-all;
        padding: 20px 40px;
    }

    .layer-box {
        max-width: 670px;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        border: 2px solid #000;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 12px 0 rgba(0 0 0 / 24%);
    }

    .layer-box h3 {
        color: #232323;
        font-size: 2.2rem;
        font-weight: 800;
        text-align: center;
        border-bottom: 2px solid #000;
        padding: 24px 80px;
    }

    .popup-txt {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        min-height: 210px;
        display: flex;
        justify-content: center;
    }

    .popup-txt ._center {
        flex: 1;
        align-self: center;
        justify-content: center;
    }

    .popup-box .btnWrap {
        padding-bottom: 20px;
    }

    .popupTextarea {
        font-size: 1.3rem;
        font-weight: 600;
        padding: 10px;
        height: 130px;
        margin-top: 10px;
    }

    .layer-box .closeBtn,
    .popup-box .closeBtn.sty3 {
        position: absolute;
        top: 0; right: 0;
        background: #000 url('/resources/images/users/icon-close.png') center center no-repeat;
        width: 82px; height: 82px;
        border-radius: 0 5px 0 0;
    }
    .layer-box .btnWrap {
        padding: 10px 0 40px;
    }


    #popup2.large-box {
        top: 13vh;
        left: 0;
    }
    #popup2.large-box .popup-box h3 {
        background: none;
        color: #181400;
        font-size: 3rem;
        margin: 20px 0 60px;

    }
    #popup2.large-box .popup-box {
        max-width: 924px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 40px;
    }
    #popup2.large-box .popup-box .popup-txt {
        position: relative;
        overflow-y: auto;
        max-height: 50vh;
        box-shadow: inset 3px 2px 7px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 20px 10px 20px 20px;
    }
    #popup2.large-box .popup-box .popup-txt:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: calc(100% - 20px);
        height: 50px;
        background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    }
    #popup2.large-box .popup-box .scroll-y {
        overflow-y: auto;
        white-space: pre-wrap;
    }
    #popup2.large-box .popup-box .scroll-y pre {
        font-family: inherit;
        font-size: 1.8rem;
    }


    #popup2.img-popup {
        top: 5vh;
    }
    #popup2.img-popup .popup-box {
        border-radius: 0;
        padding: 0;
        max-width: 922px;
        padding-top: 82px;
        box-shadow: none;
        background: transparent;
    }
    #popup2.img-popup .popup-box .img-area {
        height: 80vh;
        overflow-y: auto;
    }
    #popup2.img-popup .popup-box .img-area img {
        /* height: 100%; */
        width: 100%;
    }

    #popup1.large-box {
        top: 13vh;
        left: 0;
    }
    #popup1.large-box .popup-box h3 {
        background: none;
        color: #181400;
        font-size: 3rem;
        margin: 20px 0 60px;

    }
    #popup1.large-box .popup-box {
        max-width: 924px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 40px;
    }
    #popup1.large-box .popup-box .popup-txt {
        position: relative;
        overflow-y: auto;
        max-height: 50vh;
        box-shadow: inset 3px 2px 7px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 20px 10px 20px 20px;
    }
    #popup1.large-box .popup-box .popup-txt:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: calc(100% - 20px);
        height: 50px;
        background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    }
    #popup1.large-box .popup-box .scroll-y {
        overflow-y: auto;
        white-space: pre-wrap;
    }
    #popup1.large-box .popup-box .scroll-y pre {
        font-family: inherit;
        font-size: 1.8rem;
    }


    #popup1.img-popup {
        top: 5vh;
    }
    #popup1.img-popup .popup-box {
        border-radius: 0;
        padding: 0;
        max-width: 922px;
        padding-top: 82px;
        box-shadow: none;
        background: transparent;
    }
    #popup1.img-popup .popup-box .img-area {
        height: 80vh;
        overflow-y: auto;
    }
    #popup1.img-popup .popup-box .img-area img {
        /* height: 100%; */
        width: 100%;
    }
    .img-popup .closeBtn.sty3 {
        border-radius: 0;
    }


    .closeBtn.sty2 {
        text-indent: -9999px;
        position: absolute;
        top: 60px; right: 40px;
        width: 49px; height: 49px;
    }
    .closeBtn.sty2:before,
    .closeBtn.sty2:after {
        content: '';
        position: absolute;
        top: 23px; left: 0;
        width: 61px; height: 2px;
        background-color: <?php echo $color;?>;

    }
    .closeBtn.sty2:before {transform: rotate(45deg);}
    .closeBtn.sty2:after {transform: rotate(-45deg);}

    .pop_close {display: inline-block; position: absolute; top: 40px; right: 40px; width: 100%; max-width: 42px;}
    .pop_close img {width: 100%; display: block;}



    @media (max-width:1250px){ 
        .footer_wrap .footer_inner {margin: 0 40px; width: auto;}
    }
    @media (max-width:720px){ 
        .footer_wrap {width: 100%; overflow: hidden; background: #fafafa; position: relative; border-top: 0.1389vw solid #eeeeee;}
        .footer_wrap::after {content: ''; width: 100%; height: 0.1389vw; position: absolute; left: 0; top: 11.1111vw; background: #eeeeee;}
        .footer_wrap .footer_inner {width: 100%; max-width: 183.3333vw; width: auto; margin: 0 5.5556vw;}
        .footer_wrap .footer_inner .top_conts {width: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 2.0833vw 0;}
        .footer_wrap .footer_inner .top_conts a {display: inline-block; width: 100%; max-width: 27.3611vw;}
        .footer_wrap .footer_inner .top_conts a img {width: 100%; display: block;}
        
        .footer_wrap .footer_inner .top_conts .right_list {display: flex; align-items: center; justify-content: flex-end;}
        .footer_wrap .footer_inner .top_conts .right_list li {display: inline-block; }
        .footer_wrap .footer_inner .top_conts .right_list li:first-child {margin-right: 5.2778vw;}
        .footer_wrap .footer_inner .top_conts .right_list li a {display: inline-block; font-size: 2.7778vw; color: #999999; position: relative;}
        .footer_wrap .footer_inner .top_conts .right_list li:first-child a::after {content: ''; width: 1px; height: 2.7778vw; background: #999999; position: absolute; right: -2.6389vw; top: 50%; transform: translateY(-50%);}

        .footer_wrap .footer_inner .bottom_conts {width: 100%; margin-top: 3.4722vw;}
        .footer_wrap .footer_inner .bottom_conts .border_box {width: 100%; margin-bottom: 0.6944vw;}
        .footer_wrap .footer_inner .bottom_conts .border_box .tel {width: 100%; max-width: 15.1389vw; height: 4.1667vw; background: #232323;color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 2.0833vw; font-size: 2.5000vw; font-weight: 800;}
        .footer_wrap .footer_inner .bottom_conts .border_box .tel img {width: 100%; max-width: 1.6667vw; display: block; margin-right:1.1111vw;}
        .footer_wrap .footer_inner .bottom_conts .tel_num {font-size: 6.6667vw; margin-bottom: 4.1667vw;}
        .footer_wrap .footer_inner .bottom_conts .address_box {width: 100%;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list {display: block;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list.two {display: flex; align-items: center; line-height: 1;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list.two li {margin-right: 1.2500vw;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list:first-child {margin-bottom: 0;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list li:nth-child(2)::after {display: none;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list li {font-size: 2.7778vw; margin-right: 1.25vw; display: inline-block;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list li::after {content: ''; width: 100%; max-width: 1px; height: 2.2222vw; position: absolute; right: -0.9722vw; top: 50%; transform: translateY(-50%); background: #999999;}
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list li:last-child:after {display: none;}
        .footer_wrap .footer_inner .bottom_conts .copy_right {font-size: 2.7778vw; color: #999999; margin-top: 5.0000vw; margin-bottom: 5.5556vw;}



        #popup2.large-box .popup-box {margin: 0 5.5556vw; height: 111.1111vw; padding: 5.5556vw; border-radius: 2.7778vw;}
        .pop_close {top: 5.5556vw; right: 5.5556vw; width: 100%; max-width: 5.8333vw;}
        #popup2.large-box .popup-box h3 {font-size: 5.2778vw; margin: 2.7778vw 0 2.7778vw; border-radius: 0.6944vw 0.6944vw 0 0; padding: 1.1111vw;}
        #popup2.large-box .popup-box .popup-txt {padding: 2.7778vw 1.3889vw 2.7778vw 2.7778vw;}
        #popup2.large-box .popup-box .scroll-y {font-size: 2.7778vw;}

        #popup1.large-box .popup-box {margin: 0 5.5556vw; height: 111.1111vw; padding: 5.5556vw; border-radius: 2.7778vw;}
        #popup1.large-box .popup-box h3 {font-size: 5.2778vw; margin: 2.7778vw 0 2.7778vw; border-radius: 0.6944vw 0.6944vw 0 0; padding: 1.1111vw;}
        #popup1.large-box .popup-box .popup-txt {padding: 2.7778vw 1.3889vw 2.7778vw 2.7778vw;}
        #popup1.large-box .popup-box .scroll-y {font-size: 2.7778vw;}

        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .section8_inner .close_btn.pc {display: none;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .close_btn.mo {display: inline-block; width: 100%; max-width: 5.8333vw; position: absolute; top: 4.1667vw; right: 4.1667vw;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .close_btn.mo img {display: block; width: 100%;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap {width: auto; margin: 0 5.5556vw;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap .section8_inner {margin: 0;}
        .q_menu_consulting_popUp .q_menu_consulting_popUp_inner .section8_wrap {padding: 0 4.1667vw;}
        .map_wrap .map_wrap_inner .right_txt_box.on {width: auto;}
    }
    @media (max-width:360px){ 
        .footer_wrap .footer_inner .bottom_conts .address_box .address_list li {margin-right: 0;}
    }




















