@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');



* {padding: 0; margin: 0; border: 0; box-sizing: border-box;}
li {list-style: none;}
a {text-decoration: none; color: inherit;}
img {vertical-align: top; max-width: 100%; filter: none;}
button {background-color: inherit; cursor: pointer;}
html, body {font-family: 'Noto Sans KR', sans-serif; color: #000; overflow-x: hidden;}





/* common */
.sub_banner {position: relative; width: 100%; height: 300px; margin-top: 100px;}
.sub_banner .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.2;}
.sub_banner .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.sub_banner .txt img {width: 100px;}
.sub_banner .txt p {font-size: 30px; line-height: 30px; color: #fff; margin-top: 20px;}

.menu_flow {width: 100%; height: 40px; background-color: #000; color: #fff;}
.menu_flow .inner {max-width: 1020px; display: flex; align-items: center; gap: 15px; width: 100%; height: 100%; margin: 0 auto;}
.menu_flow .inner p {font-size: 10px; font-weight: 500; position: relative; top: -1px;}

.sub_title {display: block; margin: 0 auto; text-align: center; color: #000;}
.sub_title p {font-size: 32px; font-weight: 300;}
.sub_title h2 {font-size: 24px; font-weight: 900; letter-spacing: 6px;}


.left_wing {position: fixed; top: 50%; left: 0; transform: translateY(-50%); width: 170px; z-index: 15;}
.left_wing a {display: flex; align-items: center; gap: 10px; width: 100%; height: 70px; border: 1px solid #ccc; border-left: none; border-top: none; background-color: #fff; padding-left: 15px; transition: all 0.2s;}
.left_wing a:first-child {border-top: 1px solid #ccc; border-radius: 0 20px 0 0;}
.left_wing a:nth-child(4) {border-radius: 0 0 20px 0;}
.left_wing a span {display: block; width: 35px; height: 35px; border-radius: 50%;}
.left_wing a p {font-size: 14px; font-weight: 500; color: #333;}

.left_wing a:nth-child(1) span {background: url(../img/icon-talk-s.png) no-repeat center/cover;}
.left_wing a:nth-child(2) span {background: url(../img/icon-youtube-s.png) no-repeat center/cover;}
.left_wing a:nth-child(3) span {background: url(../img/icon-school-s.png) no-repeat center/cover;}
.left_wing a:nth-child(4) span {background: url(../img/icon-map-s.png) no-repeat center/cover;}

.left_wing a:nth-child(1):hover {background-color: #000; border-color: #000;}
.left_wing a:nth-child(1):hover span {background: url(../img/icon-talk.png) no-repeat center/cover;}
.left_wing a:nth-child(1):hover p {color: #fff;}

.left_wing a:nth-child(2):hover {background-color: #000; border-color: #000;}
.left_wing a:nth-child(2):hover span {background: url(../img/icon-youtube.png) no-repeat center/cover;}
.left_wing a:nth-child(2):hover p {color: #fff;}

.left_wing a:nth-child(3):hover {background-color: #000; border-color: #000;}
.left_wing a:nth-child(3):hover span {background: url(../img/icon-school.png) no-repeat center/cover;}
.left_wing a:nth-child(3):hover p {color: #fff;}

.left_wing a:nth-child(4):hover {background-color: #000; border-color: #000;}
.left_wing a:nth-child(4):hover span {background: url(../img/icon-map.png) no-repeat center/cover;}
.left_wing a:nth-child(4):hover p {color: #fff;}

.left_wing .close {position: absolute; bottom: -50px; left: 0; width: 50px; height: 50px; border: 1px solid #ccc; background-color: #fff; border-top: none; border-left: none; border-radius: 0 0 20px 0; cursor: pointer;}
.left_wing .close span:first-child {position: absolute; top: 48%; left: 48%; transform: translate(-50%, -50%) rotate(45deg); width: 22px; height: 3px; background-color: #333; border-radius: 3px;}
.left_wing .close span:last-child {position: absolute; top: 48%; left: 48%; transform: translate(-50%, -50%) rotate(-45deg); width: 22px; height: 3px; background-color: #333; border-radius: 3px;}

.left_open {position: fixed; top: 50%; left: -50px; transform: translateY(-50%); width: 50px; height: 50px; background-color: #fff; border: 1px solid #ccc; border-left: none; border-radius: 0 10px 10px 0; z-index: 15; cursor: pointer;}
.left_open span:first-child {position: absolute; top: 16px; left: 11px; transform: rotate(35deg); width: 22px; height: 3px; background-color: #333; border-radius: 3px;}
.left_open span:last-child {position: absolute; top: 27px; left: 11px; transform: rotate(-35deg); width: 22px; height: 3px; background-color: #333; border-radius: 3px;}





/* header */
header {position: fixed; top: 0; left: 0; width: 100%; height: 100px; z-index: 1000; box-shadow: 0px 10px 15px rgba(0,0,0,0.2);}

header .header_top {width: 100%; height: 50px; background-color: #d9e021;}
header .header_top .inner {max-width: 1020px; width: 100%; height: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
header .header_top .inner .left {display: flex; height: 100%;}
header .header_top .inner .left a {position: relative; display: block; width: 180px; height: 100%;}
header .header_top .inner .left a img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 140px;}
header .header_top .inner .left a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 14px; color: #000;}
header .header_top .inner .left a.on {background-color: #000;}
header .header_top .inner .left a.on p {color: #fff; font-weight: 700;}

header .header_top .inner .sns {display: flex; align-items: center; gap: 6px;}
header .header_top .inner .sns a {display: flex; justify-content: center; align-items: center; width: 20px; height: 20px;}
header .header_top .inner .sns a img {width: 100%; height: 100%; object-fit: cover;}


header .header_bottom {width: 100%; height: 50px; background-color: #000;}
header .header_bottom .inner {position: relative; max-width: 1020px; width: 100%; height: 100%; margin: 0 auto; display: flex; align-items: center;}

header .header_bottom .inner .logo {display: flex; justify-content: center; align-items: center; width: 180px; height: 100%;}
header .header_bottom .inner .logo img {width: 160px;}

header .header_bottom .inner .gnb {position: absolute; top: 0; left: 180px; display: flex;}
header .header_bottom .inner .gnb > li > a {display: flex; justify-content: center; align-items: center; width: 140px; height: 50px; font-size: 14px; font-weight: 700; color: #fff;}
header .header_bottom .inner .gnb ul {display: none;}
header .header_bottom .inner .gnb ul li a {display: flex; justify-content: center; align-items: center; width: 140px; height: 40px; background-color: #fff; border: 1px solid #ccc; border-top: none; font-size: 12px; color: #000;}

header .header_bottom .inner .gnb > li:hover > a {background-color: #d9e021; color: #000;}
header .header_bottom .inner .gnb > li.on > a {background-color: #d9e021; color: #000;}
header .header_bottom .inner .gnb ul li a:hover {background-color: #d9e021; border-color: #d9e021;}
header .header_bottom .inner .gnb ul li a.on {background-color: #d9e021; border-color: #d9e021;}

header .header_bottom .inner .ham {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background-color: #fff; cursor: pointer; display: none;}
header .header_bottom .inner .ham span:nth-child(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 21px; height: 3px; background-color: #000; border-radius: 3px;}
header .header_bottom .inner .ham span:nth-child(2) {position: absolute; top: 36%; left: 50%; transform: translate(-50%, -50%); width: 21px; height: 3px; background-color: #000; border-radius: 3px;}
header .header_bottom .inner .ham span:nth-child(3) {position: absolute; top: 64%; left: 50%; transform: translate(-50%, -50%); width: 21px; height: 3px; background-color: #000; border-radius: 3px;}





/* aside */
.aside_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 9999; cursor: pointer; display: none;}

aside {position: fixed; top: 0; right: -300px; width: 300px; height: 100vh; background-color: #fff; z-index: 10000;}

aside .top {position: relative; width: 100%; height: 90px; background-color: #000; display: flex; align-items: center; padding: 0 15px;}
aside .top img {width: 100px;}
aside .top .close {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 40px; height: 40px; background-color: #fff; border-radius: 50%; cursor: pointer;}
aside .top .close span:first-child {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 24px; height: 3px; background-color: #000; border-radius: 3px;}
aside .top .close span:last-child {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 24px; height: 3px; background-color: #000; border-radius: 3px;}

aside .link_go {display: flex; width: 100%; height: 50px;}
aside .link_go a {position: relative; display: block; width: 50%; height: 100%; background-color: #e6e6e6; border-bottom: 1px solid #000;}
aside .link_go a:first-child {border-right: 1px solid #000;}
aside .link_go a img {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 120px;}
aside .link_go a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 14px; font-weight: 700; color: #000;}

aside .gnb > li > a {display: block; padding: 12px 16px; border-bottom: 1px dashed #999; font-size: 14px; font-weight: 700; color: #808080;}
aside .gnb .depth {display: none;}
aside .gnb ul li a {display: block; padding: 10px 25px; font-size: 12px; font-weight: 500; color: #808080;}

aside .sns {position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 100%; display: flex; justify-content: center; gap: 8px;}
aside .sns a {display: flex; justify-content: center; align-items: center; width: 35px; height: 35px;}
aside .sns a img {width: 100%; height: 100%; object-fit: cover;}





/* introduce */
.introduce {width: 100%; padding: 120px 0 185px;}

.introduce .inner {max-width: 1440px; width: 100%; margin: 0 auto;}

.introduce .inner .top {text-align: center; margin-bottom: 100px;}
.introduce .inner .top img {display: block; margin: 0 auto 20px;}
.introduce .inner .top h2 {font-size: 32px; line-height: 32px;}
.introduce .inner .top p {font-size: 18px; line-height: 48px;color: #666; margin-top: 60px; word-break: keep-all;}
.introduce .inner .top p b {font-size: 24px; color: #000;}

.introduce .inner .contents_box {margin: 0 auto;}
.introduce .inner .contents_box .contents {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.introduce .inner .contents_box .contents img {width: 480px; height: 320px; object-fit: cover;}
.introduce .inner .contents_box a {position: relative; display: block; width: 220px; height: 60px; border-radius: 10px; background-color: #d9e021; margin: 40px auto 0;}
.introduce .inner .contents_box a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 18px; color: #000;}





/* company */
.company {width: 100%; padding: 160px 0 100px;}

.company .inner {max-width: 1020px; width: 100%; margin: 0 auto;}

.company .inner .contents_box {display: flex; justify-content: space-between; margin-top: 80px;}

.company .inner .contents_box .company_slide {position: relative; width: 450px; height: 600px;}
.company .inner .contents_box .company_slide .swiper-slide {width: 100%;}
.company .inner .contents_box .company_slide .swiper-slide img {width: 100%; height: 600px; object-fit: cover; border-radius: 15px;}

.company_slide .swiper-pagination {position: absolute; bottom: 30px; right: 30px; z-index: 15; display: flex; align-items: center;}
.company_slide .swiper-pagination-bullet {width: 12px; height: 12px; border: 1px solid #fff; background-color: transparent; border-radius: 0; opacity: 1;}
.company_slide .swiper-pagination-bullet-active {background-color: #fff; opacity: 1;}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 3px;}

.company .inner .contents_box .right {width: 510px; color: #000;}
.company .inner .contents_box .right > h2 {font-size: 24px; line-height: 24px; margin-bottom: 40px;}
.company .inner .contents_box .right .contents {display: flex; margin-bottom: 40px;}
.company .inner .contents_box .right .contents .con_left {display: flex; gap: 15px; width: 100px; position: relative; top: -1px;}
.company .inner .contents_box .right .contents .con_left h2 {font-size: 18px;}
.company .inner .contents_box .right .contents .con_right {width: calc(100% - 100px);}
.company .inner .contents_box .right .contents .con_right p {font-size: 18px; word-break: keep-all; width: 100%; margin-bottom: 30px;}
.company .inner .contents_box .right .contents .con_right p:last-child {margin-bottom: 0;}

.bottom_box {margin-top: 60px;}

.bottom_box > div {display: flex; color: #000;}
.bottom_box > div > div {width: 50%;}
.bottom_box > div > div > h2 {font-size: 24px; margin-bottom: 30px;}

.bottom_box .ci {margin-bottom: 40px;}
.bottom_box .ci .left {padding-right: 30px;}
.bottom_box .ci .left img {width: 340px; display: block; margin-bottom: 20px;}
.bottom_box .ci .left p {font-size: 18px; line-height: 24px; word-break: keep-all;}

.bottom_box .ci .right > h2 {opacity: 0;}
.bottom_box .ci .right .contents {display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.bottom_box .ci .right .contents:last-child {margin-bottom: 0;}
.bottom_box .ci .right .contents p {font-size: 18px;}
.bottom_box .ci .right .contents button {display: flex; justify-content: center; align-items: center; gap: 15px; width: 160px; height: 40px; border-radius: 10px; background-color: #000;}
.bottom_box .ci .right .contents button img {width: 17px; height: 22px;}
.bottom_box .ci .right .contents button span {display: block; font-size: 14px; color: #fff; position: relative; top: -1px;}

.bottom_box .cf .left .con_box {display: flex; align-items: center; gap: 24px;}
.bottom_box .cf .left .con_box p {width: 90px; height: 90px; background-color: #005584;}
.bottom_box .cf .left .con_box .des .contents {display: flex;}
.bottom_box .cf .left .con_box .des .contents span {display: block; font-size: 14px;}
.bottom_box .cf .left .con_box .des .contents span:first-child {width: 70px;}
.bottom_box .cf .right .contents h2 {font-size: 30px; font-weight: 900;}
.bottom_box .cf .right .contents p {font-size: 30px;}





/* member */
.member {width: 100%; padding: 160px 0 200px;}

.member .inner {max-width: 1040px; width: 100%; margin: 0 auto;}

.member .inner .contents_box {display: flex; flex-direction: row; flex-wrap: wrap; gap: 70px; margin-top: 90px;}
.member .inner .contents_box .contents {width: 300px; color: #000;}
.member .inner .contents_box .contents img {width: 100%; height: 300px; border-radius: 50%; object-fit: cover;}
.member .inner .contents_box .contents .txt {margin: 20px auto; text-align: center; padding: 0 5px;}
.member .inner .contents_box .contents .txt h2 {font-size: 24px; line-height: 24px;}
.member .inner .contents_box .contents .txt p {font-size: 14px; font-weight: 700; margin: 10px auto;}
.member .inner .contents_box .contents .txt div {height: 51px;}
.member .inner .contents_box .contents .txt div span {display: block; font-size: 12px;}
.member .inner .contents_box .contents a {position: relative; display: block; width: 90px; height: 30px; border-radius: 5px; border: 1px solid #000; margin: 20px auto 0;}
.member .inner .contents_box .contents a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 12px;}





/* member_detail */
.member_detail {width: 100%; padding: 160px 0 140px;}

.member_detail .inner {max-width: 1160px; width: 100%; margin: 0 auto;}

.member_detail .inner .contents_box {max-width: 1020px; width: 100%; margin: 120px auto 0; display: flex; gap: 90px; color: #000;}

.member_detail .inner .contents_box img {width: 450px; height: 450px; object-fit: cover; border-radius: 50%;}
.member_detail .inner .contents_box .right {width: calc(100% - 540px); position: relative; top: 20px;}
.member_detail .inner .contents_box .right .top h2 {font-size: 36px;}
.member_detail .inner .contents_box .right .top h3 {font-size: 21px;}
.member_detail .inner .contents_box .right .career {margin-top: 50px;}
.member_detail .inner .contents_box .right .career h2 {font-size: 18px; margin-bottom: 15px;}
.member_detail .inner .contents_box .right .career p {font-size: 18px; word-break: keep-all; margin-bottom: 10px;}
.member_detail .inner .contents_box .right .career p:last-child {margin-bottom: 0;}

.member_detail .swiper_inner {position: relative; width: 100%; margin: 140px auto 0;}
.member_detail .swiper_inner .member_btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 25px;}
.member_detail .swiper_inner .member_btn img {position: absolute; top: 0; cursor: pointer;}
.member_detail .swiper_inner .member_btn img:first-child {left: 0;}
.member_detail .swiper_inner .member_btn img:last-child {right: 0;}

.member_detail .member_slide {width: 1080px; margin: 0 auto;}
.member_detail .member_slide .swiper-slide {width: 150px; height: 150px;}
.member_detail .member_slide .swiper-slide img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}

.member_detail .inner > a {position: relative; display: block; width: 220px; height: 60px; border-radius: 15px; background-color: #d9e021; margin: 80px auto 0;}
.member_detail .inner > a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 18px; color: #000;}





/* map */
.map {width: 100%; padding: 160px 0;}

.map .inner {max-width: 1280px; width: 100%; margin: 0 auto;}

.map .inner .map_contents {width: 100%; height: 600px; overflow: hidden; margin-top: 50px;}
.map .inner .map_contents iframe {width: 100%; height: 100%;}

.map .inner .txt {margin-top: 30px; text-align: center;}
.map .inner .txt h2 {font-size: 21px; color: #000;}
.map .inner .txt p {font-size: 14px;}
.map .inner .txt p:nth-child(2) {margin: 20px auto 15px;}





/* announcement */
.announcement {width: 100%; padding: 160px 0;}

.announcement .inner {max-width: 1280px; width: 100%; margin: 0 auto;}

.announcement .inner .an_table {margin-top: 70px; border-top: 2px solid #000; border-bottom: 2px solid #000;}


.announcement .inner .an_table .top {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 30px;}

.announcement .inner .an_table .top li {font-size: 14px; font-weight: 500; color: #808080; text-align: center;}

.announcement .inner .an_table .top li:nth-child(1) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 420px); text-align: left;}
.announcement .inner .an_table .top li:nth-child(3) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(4) {width: 70px;}
.announcement .inner .an_table .top li:nth-child(5) {width: 80px;}

.announcement .inner .an_table .contents {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #000; padding: 0 30px;}
.announcement .inner .an_table .contents:hover {background-color: #f2f2f2;}

.announcement .inner .an_table .contents p {font-size: 14px; color: #333; text-align: center;}

.announcement .inner .an_table .contents p:nth-child(1) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 420px); text-align: left;}
.announcement .inner .an_table .contents p:nth-child(3) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(4) {width: 70px;}
.announcement .inner .an_table .contents p:nth-child(5) {width: 80px;}

.announcement .inner .an_table .detail_contents {padding: 30px; word-break: keep-all;}
.announcement .inner .an_table .detail_contents img {display: block; margin: 20px auto;}

.announcement .inner .detail_bottom {display: flex; justify-content: space-between; align-items: center; max-width: 1000px; width: 100%; margin: 40px auto; color: #000;}
.announcement .inner .detail_bottom a {position: relative; display: flex; align-items: center; gap: 15px;}
.announcement .inner .detail_bottom a p {font-size: 14px; position: relative;}

.announcement .inner .detail_bottom a.center {display: flex; flex-direction: column; justify-content: center;}
.announcement .inner .detail_bottom a.center div {position: relative; width: 30px; height: 20px;}
.announcement .inner .detail_bottom a.center div span:nth-child(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 2px; background-color: #000;}
.announcement .inner .detail_bottom a.center div span:nth-child(2) {position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #000;}
.announcement .inner .detail_bottom a.center div span:nth-child(3) {position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #000;}
.announcement .inner .detail_bottom a.center p {position: absolute; bottom: -30px; width: 60px; text-align: center;}

.announcement.detail .inner .an_ta_mob {display: none;}





/* promotion */
.promotion {width: 100%; padding: 160px 0;}

.promotion .inner {max-width: 1140px; width: 100%; margin: 0 auto;}

.promotion .inner .contents_box {width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; margin-top: 60px;}
.promotion .inner .contents_box .contents {width: 360px; margin-top: 30px;}
.promotion .inner .contents_box .contents:nth-child(-n+3) {margin-top: 0;}
.promotion .inner .contents_box .contents img {width: 100%; height: 240px; object-fit: cover; border-radius: 10px;}
.promotion .inner .contents_box .contents .txt {padding: 15px 10px 0; color: #000;}
.promotion .inner .contents_box .contents .txt h2 {font-size: 14px; margin-bottom: 10px; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; overflow: hidden;}
.promotion .inner .contents_box .contents .txt .flex_box {display: flex; justify-content: space-between; align-items: center;}
.promotion .inner .contents_box .contents .txt .flex_box .left {display: flex; gap: 25px;}
.promotion .inner .contents_box .contents .txt .flex_box .left h3 {font-size: 10px;}
.promotion .inner .contents_box .contents .txt .flex_box a {position: relative; display: block; width: 60px; height: 25px; border: 1px solid #000; border-radius: 5px;}
.promotion .inner .contents_box .contents .txt .flex_box a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 12px;}





/* event */
.event {width: 100%; padding: 160px 0;}

.event .inner {max-width: 1140px; width: 100%; margin: 0 auto;}

.event .inner .contents_box {width: 100%; margin-top: 60px; display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px;}
.event .inner .contents_box .contents {width: 360px; margin-top: 30px;}
.event .inner .contents_box .contents:nth-child(-n+3) {margin-top: 0;}
.event .inner .contents_box .contents img {width: 100%; height: 420px; object-fit: cover; border-radius: 10px;}
.event .inner .contents_box .contents .txt {padding: 15px 10px 0; color: #000;}
.event .inner .contents_box .contents .txt h2 {font-size: 14px; margin-bottom: 10px; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; overflow: hidden;}
.event .inner .contents_box .contents .txt .flex_box {display: flex; justify-content: space-between; align-items: flex-end;}
.event .inner .contents_box .contents .txt .flex_box .left {width: calc(100%- 70px);}
.event .inner .contents_box .contents .txt .flex_box .left div {display: flex;}
.event .inner .contents_box .contents .txt .flex_box .left div h3 {width: 55px; font-size: 10px;}
.event .inner .contents_box .contents .txt .flex_box .left div p {width: calc(100% - 55px); font-size: 10px; font-weight: 500; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; overflow: hidden;}
.event .inner .contents_box .contents .txt .flex_box a {position: relative; display: block; width: 60px; height: 25px; border: 1px solid #000; border-radius: 5px;}
.event .inner .contents_box .contents .txt .flex_box a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 12px;}





/* event_detail */
.event_detail {width: 100%; padding: 160px 0;}

.event_detail .inner {max-width: 1020px; width: 100%; margin: 0 auto;}

.event_detail .contents_top {width: 100%; margin: 80px auto 0;}

.event_detail .contents_top > div {display: flex; align-items: center; gap: 50px;}

.event_detail .contents_top .top img {width: 480px; height: 560px; object-fit: cover; border-radius: 10px;}
.event_detail .contents_top .top .right {width: calc(100% - 530px); color: #000;}
.event_detail .contents_top .top .right > p {font-size: 24px; line-height: 36px; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 40px;}
.event_detail .contents_top .top .right .contents {display: flex; margin-bottom: 15px;}
.event_detail .contents_top .top .right .contents:last-child {margin-bottom: 0;}
.event_detail .contents_top .top .right .contents h3 {width: 100px; font-size: 18px;}
.event_detail .contents_top .top .right .contents div {width: calc(100% - 100px);}
.event_detail .contents_top .top .right .contents p {width: 100%; font-size: 18px;}

.event_detail .contents_top .bottom {margin-top: 30px;}
.event_detail .contents_top .bottom .left {width: 480px;}
.event_detail .contents_top .bottom .event_btn {width: calc(100% - 530px); display: flex; gap: 20px;}
.event_detail .contents_top .bottom .event_btn li {position: relative; width: 180px; height: 50px; border-radius: 10px; background-color: #000; cursor: pointer;}
.event_detail .contents_top .bottom .event_btn li.gray {background-color: #999;}
.event_detail .contents_top .bottom .event_btn li p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 18px; color: #fff;}

.event_detail .event_category {display: flex; gap: 15px; width: 100%; padding: 20px 0; margin: 30px auto; border-top: 1px solid #000; border-bottom: 1px solid #000;}
.event_detail .event_category li {position: relative; width: 180px; height: 50px; border-radius: 10px; border: 1px solid #000; cursor: pointer;}
.event_detail .event_category li.on {background-color: #000;}
.event_detail .event_category li p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 18px; color: #000;}
.event_detail .event_category li.on p {color: #fff;}

.event_detail .contents_box .contents {visibility: hidden; display: none;}
.event_detail .contents_box .contents.active {visibility: visible; display: block;}

.event_detail .contents_box .contents > p {font-size: 14px; line-height: 28px; word-break: keep-all;}

.event_detail .contents_box .contents .map_contents {width: 100%; height: 500px; overflow: hidden;}
.event_detail .contents_box .contents .map_contents iframe {width: 100%; height: 100%;}

.event_detail .contents_box .contents .app_box {max-width: 600px; width: 100%; margin: 0 auto;}

.event_detail .contents_box .contents .app_box > div h2 {font-size: 36px; line-height: 36px; color: #4d4d4d; margin-bottom: 70px;}

.event_detail .contents_box .contents .app_box .contents_box .content {width: 100%; display: flex; align-items: center; margin-top: 15px;}
.event_detail .contents_box .contents .app_box .contents_box .content:first-child {margin-top: 0;}

.event_detail .contents_box .contents .app_box .contents_box .content h3 {font-size: 24px; color: #4d4d4d; width: 260px;}

.event_detail .contents_box .contents .app_box .contents_box .content > input {width: calc(100% - 260px); height: 60px; border: 1px solid #b3b3b3; border-radius: 15px; background-color: #fff; font-size: 18px; padding: 0 25px; outline: none;}

.event_detail .contents_box .contents .app_box .left_line {width: 100%; height: 1px; background-color: #333; margin: 30px auto 20px;}

.event_detail .contents_box .contents .app_box .agree_box {width: 430px; margin: 0 auto;}
.event_detail .contents_box .contents .app_box .agree_box > div {display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.event_detail .contents_box .contents .app_box .agree_box > div:last-child {margin-bottom: 0;}
.event_detail .contents_box .contents .app_box .agree_box label {display: flex; align-items: center; gap: 7px; cursor: pointer;}
.event_detail .contents_box .contents .app_box .agree_box label input[type="checkbox"] {outline: none; appearance: none; cursor: pointer; width: 14px; height: 14px; border: 1px solid #4d4d4d; position: relative; top: 1px;}
.event_detail .contents_box .contents .app_box .agree_box label input[type="checkbox"]:checked {background-color: #4d4d4d;}
.event_detail .contents_box .contents .app_box .agree_box label span {font-size: 18px; font-weight: 700; color: #4d4d4d;}
.event_detail .contents_box .contents .app_box .agree_box p {font-size: 18px; font-weight: 700; color: #4d4d4d; cursor: pointer;}

.event_detail .contents_box .contents .app_box > button {position: relative; display: block; width: 180px; height: 60px; border-radius: 15px; background-color: #d9e021; margin: 50px auto 0;}
.event_detail .contents_box .contents .app_box > button p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 21px; color: #000; font-weight: 500;}





/* ask */
.ask {width: 100%; padding: 160px 0;}

.ask .inner {max-width: 600px; width: 100%; margin: 0 auto;}

.ask .inner .app_box {width: 100%; margin-top: 80px;}

.ask .inner .app_box .contents_box {width: 100%;}

.ask .inner .app_box .contents_box .contents {width: 100%; display: flex; align-items: center; margin-top: 15px;}
.ask .inner .app_box .contents_box .contents:first-child {margin-top: 0;}

.ask .inner .app_box .contents_box .contents h3 {font-size: 24px; color: #4d4d4d; width: 260px;}

.ask .inner .app_box .contents_box .contents > input {width: calc(100% - 260px); height: 60px; border-radius: 15px; background-color: #fff; font-size: 18px; padding: 0 25px; outline: none; border: 1px solid #b3b3b3;}

.ask .inner .app_box .contents_box .contents select {width: calc(100% - 260px); height: 60px; border-radius: 15px; font-size: 18px; padding: 0 25px; outline: none; appearance: none; background: #fff url(../img/select_arrow.png) no-repeat 95%; border: 1px solid #b3b3b3;}
.ask .inner .app_box .contents_box .contents select.basic {display: block;}
.ask .inner .app_box .contents_box .contents select.certi_class {display: none;}
.ask .inner .app_box .contents_box .contents select.live_class {display: none;}
.ask .inner .app_box .contents_box .contents select.edu_class {display: none;}

.ask .inner .app_box .contents_box .contents .label {width: calc(100% - 260px); display: flex; justify-content: center; align-items: center; gap: 15px;}
.ask .inner .app_box .contents_box .contents .label label {display: flex; align-items: center; gap: 7px; cursor: pointer;}
.ask .inner .app_box .contents_box .contents .label label input[type="radio"] {outline: none; appearance: none; cursor: pointer; width: 14px; height: 14px; border: 1px solid #4d4d4d; position: relative; top: 2px;}
.ask .inner .app_box .contents_box .contents .label label input[type="radio"]:checked {background-color: #4d4d4d;}
.ask .inner .app_box .contents_box .contents .label label span {font-size: 18px; font-weight: 700;}

.ask .inner .app_box .contents_box .contents .time {width: calc(100% - 260px); height: 60px; background-color: #fff; border-radius: 15px; display: flex; justify-content: space-between; align-items: center; padding: 0 25px; border: 1px solid #b3b3b3;}
.ask .inner .app_box .contents_box .contents .time input {width: 110px; height: 100%; font-size: 18px; color: #4d4d4d; outline: none; background-color: #fff;}
.ask .inner .app_box .contents_box .contents .time p {font-size: 18px; font-weight: 700; color: #4d4d4d;}

.ask .inner .app_box .left_line {width: 100%; height: 1px; background-color: #333; margin: 30px auto 20px;}

.ask .inner .app_box .agree_box {width: 430px; margin: 0 auto;}
.ask .inner .app_box .agree_box > div {display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.ask .inner .app_box .agree_box > div:last-child {margin-bottom: 0;}
.ask .inner .app_box .agree_box label {display: flex; align-items: center; gap: 7px; cursor: pointer;}
.ask .inner .app_box .agree_box label input[type="checkbox"] {outline: none; appearance: none; cursor: pointer; width: 14px; height: 14px; border: 1px solid #4d4d4d; position: relative; top: 1px;}
.ask .inner .app_box .agree_box label input[type="checkbox"]:checked {background-color: #4d4d4d;}
.ask .inner .app_box .agree_box label span {font-size: 18px; font-weight: 700; color: #4d4d4d;}
.ask .inner .app_box .agree_box p {font-size: 18px; font-weight: 700; color: #4d4d4d; cursor: pointer;}

.ask .inner .app_box > button {position: relative; display: block; width: 180px; height: 60px; border-radius: 15px; background-color: #d9e021; margin: 50px auto 0;}
.ask .inner .app_box > button p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 21px; color: #000; font-weight: 500;}





/* faq */
.faq {width: 100%; padding: 160px 0;}

.faq .inner {max-width: 960px; width: 100%; margin: 0 auto;}

.faq .inner ul {width: 100%; margin-bottom: 15px;}
.faq .inner ul:nth-child(2) {margin-top: 50px;}
.faq .inner ul:last-child {margin-bottom: 0;}
.faq .inner ul li:first-child {display: flex; border-radius: 15px; border: 1px solid #b3b3b3; background-color: #fff; padding: 20px 50px 20px 35px; margin-bottom: 15px; cursor: pointer;}
.faq .inner ul li:first-child h2 {font-size: 18px; width: 60px;}
.faq .inner ul li:first-child p {font-size: 18px; width: calc(100% - 125px); padding-right: 10px; word-break: keep-all;}
.faq .inner ul li:first-child span {display: block; font-size: 18px; width: 65px;}
.faq .inner ul li:last-child {width: 100%; background-color: #fff; border-radius: 15px; border: 1px solid #b3b3b3; background-color: #fff; padding: 30px 50px 30px 35px; margin-bottom: 30px; display: none;}
.faq .inner ul li:last-child p {font-size: 18px; line-height: 32px; color: #666; word-break: keep-all;}

.faq .inner ul li:first-child.on {background-color: #d9e021; border-color: #d9e021;}





/* page_pagination */
.page_pagination {display: flex; justify-content: center; align-items: center; gap: 5px; margin: 50px auto 0;}
.page_pagination a {position: relative; display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; background-color: #fff; border: 1px solid #ccc;}
.page_pagination .num {display: flex; gap: 5px;}
.page_pagination .num a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 14px; font-weight: 500; color: #bbb;}
.page_pagination .num a.on {border-color: #000;}
.page_pagination .num a.on p {color: #000; font-weight: 700;}





/* footer */
footer {width: 100%; padding: 40px 0 55px; background-color: #000; color: #fff;}

footer .inner {max-width: 1020px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}

footer .inner .left {display: flex; gap: 25px;}
footer .inner .left img {width: 180px; height: 100px;}
footer .inner .left .center p {position: relative; font-size: 12px; line-height: 12px; margin-bottom: 10px;}
footer .inner .left .center div {display: flex; gap: 19px;}
footer .inner .left .center div p:first-child::before {content: ''; position: absolute; top: 2px; right: -11px; width: 1px; height: 10px; background-color: #fff;}

footer .inner .right {display: flex; flex-direction: column; justify-content: space-between; gap: 30px;}
footer .inner .right .pri {display: flex; gap: 19px;}
footer .inner .right .pri a {position: relative; font-size: 12px;}
footer .inner .right .pri a::before {content: ''; position: absolute; top: 5px; right: -11px; width: 1px; height: 10px; background-color: #fff;}
footer .inner .right .pri a:last-child:before {display: none;}

footer .inner .right .copy {font-size: 12px; text-align: right; word-break: keep-all;}





/* 동의 */
.info_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 9998; cursor: pointer; display: none;}
.info_wrap {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 650px; height: 600px; background-color: #fff; border-radius: 15px; padding: 15px; z-index: 9999; display: none;}
.info_wrap .in_title {display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 8px 0; margin-bottom: 25px;}
.info_wrap .in_title h2 {font-size: 18px;}
.info_wrap .in_title .close {position: relative; width: 30px; height: 30px; cursor: pointer;}
.info_wrap .in_title .close span {position: absolute; top: 50%; left: 50%; width: 20px; height: 3px; background-color: #000; border-radius: 3px;}
.info_wrap .in_title .close span:first-child {transform: translate(-50%, -50%) rotate(45deg);}
.info_wrap .in_title .close span:last-child {transform: translate(-50%, -50%) rotate(-45deg);}
.info_wrap .contents {width: 100%; height: 490px; overflow-y: auto;}
.info_wrap .contents p {font-size: 14px; padding-bottom: 20px;}





/* school */
.school {width: 100%; padding: 160px 0;}

.school .inner {max-width: 1440px; width: 100%; margin: 0 auto;}

.school .inner .txt {text-align: center; margin: 80px auto 60px; word-break: keep-all;}
.school .inner .txt p {font-size: 32px; line-height: 48px; margin-bottom: 30px;}
.school .inner .txt span {font-size: 18px; line-height: 48px; color: #666;}

.school .inner .contents_box {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.school .inner .contents_box img {width: 480px; height: 320px; object-fit: cover; border: 1px solid #000; border-left: none;}
.school .inner .contents_box img:first-child {border-left: 1px solid #000;}

.school .inner > h2 {font-size: 24px; line-height: 48px; text-align: center; margin-top: 60px; word-break: keep-all;}





/* time_table */
.time_table {width: 100%; padding: 160px 0;}

.time_table .inner {max-width: 1160px; width: 100%; margin: 0 auto;}

.time_table .inner > .txt {margin: 70px auto; text-align: center; word-break: keep-all;}
.time_table .inner > .txt p {font-size: 32px;}
.time_table .inner > .txt h2 {font-size: 32px; margin: 15px auto 25px;}
.time_table .inner > .txt span {display: block; font-size: 18px; line-height: 36px; color: #666; word-break: keep-all;}

.time_table .time_contents {max-width: 1024px; width: 100%; margin: 0 auto;}
.time_table .time_contents > ul {display: flex; height: 40px; border-top: 1px solid #000;}
.time_table .time_contents > ul:last-child {border-bottom: 1px solid #000;}
.time_table .time_contents > ul.top li {font-weight: 700;}
.time_table .time_contents > ul > li {font-size: 14px; display: flex; justify-content: center; align-items: center; text-align: center;}
.time_table .time_contents > ul.mid {height: auto;}

.time_table .time_contents > ul > li:nth-child(1) {width: 26%; font-weight: 700;}
.time_table .time_contents > ul > li:nth-child(2) {width: 32%; border-left: 1px solid #000; border-right: 1px solid #000;}
.time_table .time_contents > ul > li:nth-child(3) {width: 42%;}

.time_table .time_contents .mid ul {width: 100%;}
.time_table .time_contents .mid ul li {width: 100%; height: 40px; border-top: 1px solid #b3b3b3; display: flex; justify-content: center; align-items: center; text-align: center;}
.time_table .time_contents .mid ul li:first-child {border-top: none;}


.time_table .inner .index_contents {display: flex; justify-content: space-between; max-width: 1130px; width: 100%; margin: 100px auto 150px;}

.time_table .inner .index_contents .contents {width: 320px;}

.time_table .inner .index_contents .contents .top {position: relative; width: 100%; height: 110px; border-radius: 15px; background-color: #000; margin-bottom: 10px;}
.time_table .inner .index_contents .contents .top h2 {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 24px;line-height: 36px; color: #fff;}
.time_table .inner .index_contents .contents .top h2 span {display: block; font-size: 18px; line-height: 21px;}

.time_table .inner .index_contents .contents .bottom {height: 300px; background-color: #d9e021; padding: 20px 15px 0; border-radius: 15px;}
.time_table .inner .index_contents .contents .bottom .ttop {height: 63px;}
.time_table .inner .index_contents .contents .bottom .ttop p {font-size: 18px; line-height: 21px; text-align: center;}
.time_table .inner .index_contents .contents .bottom .bbot {text-align: center;}
.time_table .inner .index_contents .contents .bottom .bbot h2 {font-size: 18px; margin: 25px 0 15px;}
.time_table .inner .index_contents .contents .bottom .bbot p {display: flex; gap: 20px; font-size: 18px; justify-content: center;}

.time_table .img_contents {display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px;}
.time_table .img_contents .contents {width: 360px; margin-top: 30px;}
.time_table .img_contents .contents:nth-child(-n+3) {margin-top: 0;}
.time_table .img_contents .contents img {width: 100%; height: 240px; object-fit: cover; border: 1px solid #000;}
.time_table .img_contents .contents p {font-size: 24px; font-weight: 300; margin-top: 20px; padding: 0 5px; word-break: keep-all; text-align: center;}





/* entrance */
.entrance {width: 100%; padding: 160px 0;}

.entrance .inner {max-width: 1440px; width: 100%; margin: 0 auto;}

.entrance .inner .txt {margin: 70px auto; text-align: center;}
.entrance .inner .txt p {font-size: 32px;}
.entrance .inner .txt h2 {font-size: 32px; margin: 15px auto 25px;}
.entrance .inner .txt span {display: block; font-size: 18px; line-height: 36px; color: #666; word-break: keep-all;}

.entrance .inner .enter_txt {margin: 0 auto 120px; text-align: center; word-break: keep-all;}
.entrance .inner .enter_txt h2 {font-size: 24px; margin-bottom: 25px;}
.entrance .inner .enter_txt p {font-size: 18px; line-height: 36px; font-weight: 500; color: #666;}
.entrance .inner .enter_txt p span {display: block; font-weight: 400; line-height: 20px;}

.entrance .inner .contents_box {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.entrance .inner .contents_box img {width: 480px; height: 320px; object-fit: cover; border: 1px solid #000; border-left: none;}
.entrance .inner .contents_box img:first-child {border-left: 1px solid #000;}





/* education */
.education {width: 100%; padding: 160px 0;}

.education .inner {max-width: 1160px; width: 100%; margin: 0 auto;}

.education .inner .txt {margin: 70px auto; text-align: center; word-break: keep-all;}
.education .inner .txt p {font-size: 32px;}
.education .inner .txt h2 {font-size: 32px; margin: 15px auto 25px;}

.education .contents_box {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.education .contents_box .contents {width: 360px;}
.education .contents_box .contents h2 {font-size: 24px; line-height: 24px; text-align: center; margin-bottom: 20px;}
.education .contents_box .contents img {width: 100%; height: 240px; object-fit: cover; border: 1px solid #000;}
.education .contents_box .contents .txt_box {padding: 20px 10px 0;}
.education .contents_box .contents .txt_box p {font-size: 24px; word-break: keep-all;}





/* space */
.space {width: 100%; padding: 160px 0;}

.space .inner {max-width: 1200px; width: 100%; margin: 0 auto;}

.space .inner .txt {margin: 70px auto; text-align: center;}
.space .inner .txt p {font-size: 32px; word-break: keep-all;}

.space .contents_box {display: flex; justify-content: space-between; align-items: center; margin-top: 50px;}

.space .contents_box .left {width: 250px;}
.space .contents_box .left li {display: flex; justify-content: space-between; align-items: center; padding: 0 15px 0 20px; width: 100%; height: 50px; border-radius: 5px; margin-bottom: 15px; cursor: pointer; transition: all 0.2s;}
.space .contents_box .left li:last-child {margin-bottom: 0;}
.space .contents_box .left li p {font-size: 24px; position: relative; top: -2px;}
.space .contents_box .left li span {display: block; width: 13px; height: 13px; border-radius: 50%; background-color: #fff;}

.space .contents_box .left li.on {background-color: #000;}
.space .contents_box .left li.on p {color: #fff;}
.space .contents_box .left li.on span {background-color: #d9e021;}
.space .contents_box .left li:hover {background-color: #000;}
.space .contents_box .left li:hover p {color: #fff;}
.space .contents_box .left li:hover span {background-color: #d9e021;}

.space .contents_box .right {width: 900px;}

.space .contents_box .right .space_slide {display: none; width: 100%;}
.space .contents_box .right .space_slide.active {display: block;}

.space .contents_box .right .space_slide .swiper-slide {width: 100%; height: 600px;}
.space .contents_box .right .space_slide .swiper-slide img {width: 100%; height: 100%; object-fit: cover; border-radius: 15px;}

.space_slide .swiper-pagination {position: absolute; bottom: 30px; left: 40px; z-index: 15; display: flex; align-items: center;}
.space_slide .swiper-pagination-bullet {width: 16px; height: 16px; border: 1px solid #fff; background-color: transparent; border-radius: 0; opacity: 1;}
.space_slide .swiper-pagination-bullet-active {background-color: #fff; opacity: 1;}













/* 반응형 시작 */
@media(max-width: 1650px){

    

}

@media(max-width: 1480px){

    .school .inner {padding: 0 16px;}
    .school .inner .contents_box img {width: 400px; height: 265px;}

    .entrance .inner {padding: 0 16px;}
    .entrance .inner .contents_box img {width: 400px; height: 265px;}

}

@media(max-width: 1440px){

    .introduce .inner .contents_box .contents img {width: 400px; height: 267px;}

}

@media(max-width: 1350px){

    .announcement .inner {padding: 0 16px;}

}

@media(max-width: 1240px){

    .school .inner .contents_box img {width: 320px; height: 215px;}


    .entrance .inner .contents_box img {width: 320px; height: 215px;}


    .space .inner {padding: 0 16px;}
    .space .contents_box {flex-direction: column-reverse; gap: 40px; max-width: 900px; width: 100%; margin: 40px auto 0;}
    .space .contents_box .left {width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; gap: 2%}
    .space .contents_box .left li {width: 23.5%; border: 1px solid #000;}
    .space .contents_box .left li p {font-size: 18px;}
    .space .contents_box .right {width: 100%;}

}

@media(max-width: 1200px){

    .introduce .inner .contents_box .contents img {width: 320px; height: 213px;}


    .license .inner .contents_box {max-width: 750px; margin: 60px auto 0;}
    .license .inner .contents_box .contents:nth-child(-n+3) {margin-top: 60px;}
    .license .inner .contents_box .contents:nth-child(-n+2) {margin-top: 0;}


    .promotion .inner {padding: 0 16px;}
    .promotion .inner .contents_box {max-width: 940px; gap: 20px; margin: 60px auto 0;}
    .promotion .inner .contents_box .contents {width: 300px;}
    .promotion .inner .contents_box .contents img {height: 200px;}


    .event .inner {padding: 0 16px;}
    .event .inner .contents_box {max-width: 940px; gap: 20px; margin: 60px auto 0;}
    .event .inner .contents_box .contents {width: 300px;}
    .event .inner .contents_box .contents img {height: 350px;}


    .member_detail .inner {padding: 0 16px;}

    .member_detail .member_slide {max-width: 894px; width: 100%;}
    .member_detail .swiper_inner .member_btn img:first-child {left: 16px;}
    .member_detail .swiper_inner .member_btn img:last-child {right: 16px;}


    .time_table .inner {padding: 0 16px;}
    .time_table .img_contents {max-width: 920px; width: 100%; margin: 0 auto;}
    .time_table .img_contents .contents {width: 280px;}
    .time_table .img_contents .contents img {height: 185px;}


    .education .inner {padding: 0 16px;}
    .education .contents_box {max-width: 920px; width: 100%; margin: 0 auto;}
    .education .contents_box .contents {width: 280px;}
    .education .contents_box .contents img {height: 185px;}
    .education .contents_box .contents h2 {font-size: 18px; line-height: 18px; margin-bottom: 15px;}
    .education .contents_box .contents .txt_box {padding: 15px 0 0;}
    .education .contents_box .contents .txt_box p {font-size: 18px;}

}

@media(max-width: 1080px){

    header {height: 80px;}
    header .header_top {display: none;}
    header .header_bottom {height: 80px;}
    header .header_bottom .inner .logo {width: 100px; margin-left: 16px;}
    header .header_bottom .inner .logo img {width: 100px;}
    header .header_bottom .inner .gnb {display: none;}
    header .header_bottom .inner .ham {display: block;}


    footer .inner {padding: 0 16px;}


    .sub_banner {height: 250px; margin-top: 80px;}


    .menu_flow .inner {padding: 0 16px;}
    .company .inner {padding: 0 16px;}
    .member .inner {padding: 0 16px;}
    .license_detail .inner {padding: 0 16px;}
    .edu .inner {padding: 0 16px;}
    .event_detail .inner {padding: 0 16px;}


    .member .inner .contents_box {max-width: 800px; width: 100%; margin: 80px auto 0; gap: 40px;}
    .member .inner .contents_box .contents {width: 240px;}
    .member .inner .contents_box .contents img {height: 240px;}


    .license_detail .contents .img_box {max-width: 500px; margin: 50px 0 0;}


    .edu .contents .img_box {max-width: 500px; margin: 50px 0 0;}


    .event_detail .contents_top > div {gap: 20px;}
    .event_detail .contents_top .top img {width: 380px; height: 443px;}
    .event_detail .contents_top .top .right {width: calc(100% - 400px);}
    .event_detail .contents_top .top .right > p {font-size: 18px; line-height: 27px; margin-bottom: 25px;}
    .event_detail .contents_top .top .right .contents h3 {font-size: 14px; width: 80px;}
    .event_detail .contents_top .top .right .contents div {width: calc(100% - 80px);}
    .event_detail .contents_top .top .right .contents p {font-size: 14px;}

    .event_detail .contents_top .bottom .left {width: 380px;}
    .event_detail .contents_top .bottom .event_btn {width: calc(100% - 400px);}

    .event_detail .contents_box .contents .app_box .contents_box .content h3 {font-size: 18px; width: 160px;}
    .event_detail .contents_box .contents .app_box .contents_box .content > input {width: calc(100% - 160px);}


    .faq .inner {padding: 0 16px;}
    .faq .inner ul li:first-child {padding: 20px 30px;}
    .faq .inner ul li:first-child h2 {font-size: 16px; width: 50px;}
    .faq .inner ul li:first-child p {font-size: 16px; width: calc(100% - 115px);}
    .faq .inner ul li:first-child span {font-size: 16px;}
    .faq .inner ul li:last-child {padding: 20px 30px;}


    .member_detail .inner .contents_box {gap: 50px;}
    .member_detail .inner .contents_box img {width: 330px; height: 330px;}
    .member_detail .inner .contents_box .right {width: calc(100% - 380px);}


    .time_table .inner .index_contents .contents {width: 32%;}
    .time_table .inner .index_contents .contents .top {height: 80px;}
    .time_table .inner .index_contents .contents .top h2 {font-size: 18px; line-height: 24px;}
    .time_table .inner .index_contents .contents .top h2 span {font-size: 14px; line-height: 14px;}
    .time_table .inner .index_contents .contents .bottom {height: 250px;}
    .time_table .inner .index_contents .contents .bottom .ttop {height: 54px;}
    .time_table .inner .index_contents .contents .bottom .ttop p {font-size: 14px; line-height: 18px;}
    .time_table .inner .index_contents .contents .bottom .bbot h2 {font-size: 14px; margin: 15px 0 10px;}
    .time_table .inner .index_contents .contents .bottom .bbot p {font-size: 14px;}

}

@media(max-width: 1024px){

    .introduce {padding: 80px 0 120px;}
    .company {padding: 100px 0;}
    .member {padding: 100px 0;}
    .map {padding: 100px 0;}
    .license {padding: 100px 0;}
    .license_detail {padding: 100px 0;}
    .edu {padding: 100px 0;}
    .announcement {padding: 100px 0;}
    .promotion {padding: 100px 0;}
    .event {padding: 100px 0;}
    .event_detail {padding: 100px 0;}
    .ask {padding: 100px 0;}
    .faq {padding: 100px 0;}
    .member_detail {padding: 100px 0;}
    .school {padding: 100px 0;}
    .time_table {padding: 100px 0;}
    .entrance {padding: 100px 0;}
    .education {padding: 100px 0;}
    .space {padding: 100px 0;}


    footer .inner {flex-direction: column; justify-content: center;}
    footer .inner .left {flex-direction: column; justify-content: center; align-items: center;}
    footer .inner .left .center p {text-align: center;}
    footer .inner .left .center div {justify-content: center;}
    footer .inner .right .copy {text-align: center;}


    .introduce .inner .top img {width: 140px;}
    .introduce .inner .top h2 {font-size: 24px; line-height: 24px;}
    .introduce .inner .top p {font-size: 16px; line-height: 30px; margin-top: 40px;}
    .introduce .inner .top p b {font-size: 21px;}


    .company .inner .contents_box {flex-direction: column-reverse; justify-content: center; align-items: center;}
    .company .inner .contents_box .right {max-width: 500px; width: 100%; margin: 0 auto;}

    .company .bottom_box {max-width: 500px; width: 100%; margin: 60px auto 0;}
    .bottom_box > div {flex-direction: column; justify-content: center; align-items: center;}
    .company .bottom_box > div > div {width: 100%;}
    .company .bottom_box > div .left {margin-bottom: 40px;}
    .company .bottom_box .ci .left {padding: 0;}
    .company .bottom_box .ci .right > h2 {display: none;}


    .map .inner .map_contents {height: 480px;}


    .announcement .inner .an_table {margin-top: 50px;}
    .announcement .inner .an_table .top {height: 50px; padding: 0 20px;}
    .announcement .inner .an_table .top li {font-size: 12px;}
    .announcement .inner .an_table .contents {height: 50px; padding: 0 20px;}
    .announcement .inner .an_table .contents p {font-size: 12px;}

    .announcement .inner .an_table .detail_contents {padding: 30px 20px;}


    .promotion .inner .contents_box {max-width: 620px;}
    .promotion .inner .contents_box .contents:nth-child(-n+3) {margin-top: 30px;}
    .promotion .inner .contents_box .contents:nth-child(-n+2) {margin-top: 0px;}


    .event .inner .contents_box {max-width: 620px;}
    .event .inner .contents_box .contents:nth-child(-n+3) {margin-top: 30px;}
    .event .inner .contents_box .contents:nth-child(-n+2) {margin-top: 0px;}


    .member_detail .member_slide {max-width: 708px; width: 100%;}


    .school .inner .txt {margin: 50px auto 30px;}
    .school .inner .txt p {font-size: 24px; line-height: 36px;}
    .school .inner .txt span {font-size: 14px; line-height: 30px;}
    .school .inner > h2 {font-size: 20px; line-height: 40px; margin-top: 40px;}
    .school .inner .contents_box img {width: 240px; height: 160px;}


    .time_table .inner .txt {margin: 50px auto 30px;}
    .time_table .inner .txt p {font-size: 24px; line-height: 36px;}
    .time_table .inner .txt h2 {font-size: 24px; line-height: 36px;}
    .time_table .inner .txt span {font-size: 14px; line-height: 30px;}

    .time_table .img_contents {max-width: 800px; width: 100%; margin: 0 auto;}
    .time_table .img_contents .contents {width: 240px; margin-top: 0;}
    .time_table .img_contents .contents img {height: 160px;}
    .time_table .img_contents .contents p {font-size: 18px; margin-top: 10px;}


    .entrance .inner .txt {margin: 50px auto 30px;}
    .entrance .inner .txt p {font-size: 24px; line-height: 36px;}
    .entrance .inner .txt h2 {font-size: 24px; line-height: 36px;}
    .entrance .inner .txt span {font-size: 14px; line-height: 30px;}

    .entrance .inner .enter_txt h2 {font-size: 21px; margin-bottom: 15px;}
    .entrance .inner .enter_txt p {font-size: 14px; line-height: 28px;}

    .entrance .inner .contents_box img {width: 240px; height: 160px;}


    .education .inner .txt {margin: 50px auto 30px;}
    .education .inner .txt p {font-size: 24px; line-height: 36px;}
    .education .inner .txt h2 {font-size: 24px; line-height: 36px;}
    .education .inner .txt span {font-size: 14px; line-height: 30px;}

    .education .contents_box {max-width: 800px; width: 100%; margin: 0 auto;}
    .education .contents_box .contents {width: 240px; margin-top: 0;}
    .education .contents_box .contents img {height: 160px;}
    .education .contents_box .contents p {font-size: 18px; margin-top: 10px;}

    .education .contents_box .contents .txt_box p {margin-top: 0;}


    .space .inner .txt {margin: 50px auto;}
    .space .inner .txt p {font-size: 24px; line-height: 36px;}

    .space .contents_box .right .space_slide .swiper-slide {height: 480px;}

}

@media(max-width: 960px){

    .introduce .inner .contents_box .contents img {width: 240px; height: 160px;}
    .introduce .inner .contents_box a {width: 160px; height: 40px; border-radius: 5px;}
    .introduce .inner .contents_box a p {font-size: 14px;}

}

@media(max-width: 850px){

    .member .inner .contents_box {max-width: 520px;}


    .member_detail .member_slide {max-width: 522px; width: 100%;}


    .time_table .img_contents {max-width: 600px; width: 100%; margin: 0 auto;}
    .time_table .img_contents .contents {width: 280px; margin-top: 0;}
    .time_table .img_contents .contents img {height: 185px;}
    .time_table .img_contents .contents p {font-size: 18px; margin-top: 10px;}


    .education .contents_box {max-width: 300px; gap: 40px;}
    .education .contents_box .contents {width: 300px; margin-top: 0;}
    .education .contents_box .contents img {height: 200px;}
    .education .contents_box .contents p {font-size: 16px; margin-top: 10px;}

}

@media(max-width: 768px){

    .info_wrap {width: 340px; height: 500px;}
    .info_wrap .contents {height: 395px;}


    .sub_title p {font-size: 20px;}
    .sub_title h2 {font-size: 14px;}


    .sub_banner {height: 200px;}
    .sub_banner .txt img {width: 60px;}
    .sub_banner .txt p {font-size: 20px; line-height: 20px; margin-top: 10px;}


    .introduce .inner .top {padding: 0 16px;}
    .introduce .inner .top img {width: 100px;}
    .introduce .inner .top h2 {font-size: 18px; line-height: 18px;}
    .introduce .inner .top p {font-size: 13px; line-height: 24px; margin-top: 30px;}
    .introduce .inner .top p b {font-size: 16px;}

    .introduce .inner .contents_box .contents img {width: 480px; height: 320px;}


    .company .inner .contents_box .right {max-width: 450px;}
    .company .inner .contents_box .right > h2 {margin-bottom: 25px;}
    .company .inner .contents_box .right .contents .con_left {gap: 10px; width: 85px;}
    .company .inner .contents_box .right .contents .con_left h2 {font-size: 14px;}
    .company .inner .contents_box .right .contents .con_right {width: calc(100% - 85px);}
    .company .inner .contents_box .right .contents .con_right p {font-size: 14px; margin-bottom: 15px;}

    .company .bottom_box {max-width: 450px; word-break: keep-all;}
    .company .bottom_box > div > div > h2 {margin-bottom: 25px;}
    .company .bottom_box .ci .left img {width: 260px;}
    .company .bottom_box .ci .left p {font-size: 14px;}
    .company .bottom_box .ci .right .contents p {font-size: 14px;}
    .company .bottom_box .cf .right .contents h2 {font-size: 24px;}
    .company .bottom_box .cf .right .contents p {font-size: 24px;}


    .map .inner .map_contents {height: 350px; margin-top: 40px;}


    .license .inner .contents_box {max-width: 360px; margin: 40px auto 0;}
    .license .inner .contents_box .contents:nth-child(-n+2) {margin-top: 60px;}
    .license .inner .contents_box .contents:first-child {margin-top: 0;}
    .license_detail .inner > a {width: 150px; height: 40px; border-radius: 5px;}
    .license_detail .inner > a p {font-size: 14px;}


    .edu .contents .flex_des {flex-direction: column; justify-content: unset; align-items: unset; gap: 40px;}
    .edu .contents .flex_des a {width: 150px; height: 40px; border-radius: 5px;}
    .edu .contents .flex_des a p {font-size: 14px;}


    .announcement .inner .an_table {margin-top: 40px;}
    .announcement .inner .an_table .top {height: 40px; padding: 0 10px;}
    .announcement .inner .an_table .top li {font-size: 11px;}
    .announcement .inner .an_table .top li:nth-child(1) {width: 40px;}
    .announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 200px);}
    .announcement .inner .an_table .top li:nth-child(3) {width: 42px;}
    .announcement .inner .an_table .top li:nth-child(4) {width: 56px;}
    .announcement .inner .an_table .top li:nth-child(5) {display: none;}
    .announcement.detail .inner .an_table .top li:nth-child(5) {display: block;}

    .announcement .inner .an_table .contents {height: 40px; padding: 0 10px;}
    .announcement.detail .inner .an_table .contents {flex-direction: row; flex-wrap: wrap; justify-content: right; height: 50px;}
    .announcement .inner .an_table .contents p {font-size: 11px;}
    .announcement .inner .an_table .contents p:nth-child(1) {width: 40px;}
    .announcement.detail .inner .an_table .contents p:nth-child(1) {width: 40px; margin-right: 20px;}
    .announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 200px);}
    .announcement.detail .inner .an_table .contents p:nth-child(2) {width: calc(100% - 60px);}
    .announcement .inner .an_table .contents p:nth-child(3) {width: 42px;}
    .announcement .inner .an_table .contents p:nth-child(4) {width: 56px;}
    .announcement .inner .an_table .contents p:nth-child(5) {display: none;}
    .announcement.detail .inner .an_table .contents p:nth-child(5) {display: block;}
    .announcement .inner .an_table .contents p img {width: 20px;}

    .announcement.detail .inner .an_table > .top {display: none;}
    .announcement.detail .inner .an_table > .contents {display: none;}

    .announcement .inner .an_table .detail_contents p {font-size: 12px;}


    .announcement.detail .inner .an_ta_mob {display: block;}
    .announcement.detail .inner .an_ta_mob .ttop {border-bottom: 1px solid #b0d1e8;}
    .announcement.detail .inner .an_ta_mob .ttop ul {display: flex; padding: 5px 10px;}
    .announcement.detail .inner .an_ta_mob .ttop ul:first-child {border-bottom: 1px solid #ccc;}
    .announcement.detail .inner .an_ta_mob .ttop ul li {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .ttop ul li:first-child {width: 45px; margin-right: 15px; text-align: center;}
    .announcement.detail .inner .an_ta_mob .ttop ul li:last-child {width: calc(100% - 60px); word-break: keep-all;}

    .announcement.detail .inner .an_ta_mob .bbot {display: flex; align-items: center; justify-content: right; gap: 20px; padding: 0 10px; height: 35px; border-bottom: 2px solid #006eb6;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents {display: flex; align-items: center; gap: 10px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents p {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents span {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents img {width: 20px; height: 20px;}

    .announcement .inner .an_table .detail_contents {padding: 20px 10px;}

    .announcement .inner .detail_bottom a {gap: 10px;}
    .announcement .inner .detail_bottom a img {width: 8px;}
    .announcement .inner .detail_bottom a p {font-size: 12px;}
    .announcement .inner .detail_bottom a.center div {width: 20px; height: 15px;}
    .announcement .inner .detail_bottom a.center p {bottom: -20px;}


    .event_detail .contents_top {margin: 50px auto 0;}
    .event_detail .contents_top > div {flex-direction: column; max-width: 350px; width: 100%; margin: 0 auto;}
    .event_detail .contents_top .top img {width: 350px; height: 408px;}
    .event_detail .contents_top .top .right {width: 100%;}
    .event_detail .contents_top .top .right > p {font-size: 14px; line-height: 21px;}
    .event_detail .contents_top .top .right .contents h3 {font-size: 12px; width: 60px;}
    .event_detail .contents_top .top .right .contents div {width: calc(100% - 60px);}
    .event_detail .contents_top .top .right .contents p {font-size: 12px;}

    .event_detail .contents_top .bottom .left {width: 0px;}
    .event_detail .contents_top .bottom .event_btn {width: 100%; gap: 4%;}
    .event_detail .contents_top .bottom .event_btn li {width: 48%;}
    .event_detail .contents_top .bottom .event_btn li p {font-size: 14px;}

    .event_detail .event_category li p {font-size: 14px;}

    .event_detail .contents_box .contents .map_contents {height: 300px;}

    .event_detail .contents_box .contents .app_box .contents_box .content h3 {font-size: 14px; width: 100px;}
    .event_detail .contents_box .contents .app_box .contents_box .content > input {width: calc(100% - 100px); font-size: 14px;}
    .event_detail .contents_box .contents .app_box .agree_box {max-width: 430px; width: 100%; padding: 0 16px;}


    .ask .inner .app_box {padding: 0 16px;}
    .ask .inner .app_box {width: 100%; margin-top: 40px;}
    .ask .inner .app_box .contents_box {width: 100%;}
    .ask .inner .app_box .contents_box .contents h3 {font-size: 18px; width: 170px;}
    .ask .inner .app_box .contents_box .contents > input {width: calc(100% - 170px);}
    .ask .inner .app_box .contents_box .contents select {width: calc(100% - 170px);}
    .ask .inner .app_box .contents_box .contents .time {width: calc(100% - 170px);}
    .ask .inner .app_box .contents_box .contents .label {width: calc(100% - 170px); flex-wrap: nowrap; gap: 15px;}
    .ask .inner .app_box .contents_box .contents .label label {width: auto;}

    .ask .inner .app_box .right .contents {padding: 0 20px; height: 40px;}
    .ask .inner .app_box .right .contents p {font-size: 10px;}
    .ask .inner .app_box .right .contents h3 {font-size: 10px;}
    .ask .inner .app_box > button {width: 140px; height: 40px; border-radius: 10px; margin: 30px auto 0;}
    .ask .inner .app_box > button p {font-size: 14px;}

    .ask .inner .app_box .agree_box label span {font-size: 14px;}
    .ask .inner .app_box .agree_box p {font-size: 14px;}


    .member_detail .inner .contents_box {gap: 30px; flex-direction: column; justify-content: center; align-items: center; margin: 60px auto 0;}
    .member_detail .inner .contents_box img {width: 320px; height: 320px;}
    .member_detail .inner .contents_box .right {width: 100%; text-align: center;}
    .member_detail .inner .contents_box .right .top h2 {font-size: 24px;}
    .member_detail .inner .contents_box .right .top h3 {font-size: 16px;}
    .member_detail .inner .contents_box .right .career {margin-top: 40px;}
    .member_detail .inner .contents_box .right .career h2 {font-size: 14px;}
    .member_detail .inner .contents_box .right .career p {font-size: 14px;}

    .member_detail .member_slide {max-width: 480px; width: 100%;}


    .school .inner .txt {margin: 40px auto 30px;}
    .school .inner .txt p {font-size: 20px; line-height: 30px; margin-bottom: 15px;}
    .school .inner .txt span {font-size: 14px; line-height: 30px;}
    .school .inner > h2 {font-size: 18px; line-height: 36px; margin-top: 30px;}
    .school .inner .contents_box img {width: 200px; height: 133px;}


    .time_table .inner .txt {margin: 40px auto 30px;}
    .time_table .inner .txt p {font-size: 20px; line-height: 30px;}
    .time_table .inner .txt h2 {font-size: 20px; line-height: 30px; margin: 10px auto 15px;}
    .time_table .inner .txt span {font-size: 14px; line-height: 30px;}

    .time_table .inner .index_contents {margin: 80px auto;}
    .time_table .inner .index_contents .contents .top {height: 60px;}
    .time_table .inner .index_contents .contents .top h2 {font-size: 15px; line-height: 20px;}
    .time_table .inner .index_contents .contents .top h2 span {font-size: 11px; line-height: 11px;}
    .time_table .inner .index_contents .contents .bottom {height: 210px;}
    .time_table .inner .index_contents .contents .bottom .ttop {height: 44px;}
    .time_table .inner .index_contents .contents .bottom .ttop p {font-size: 11px; line-height: 15px;}
    .time_table .inner .index_contents .contents .bottom .bbot h2 {font-size: 12px;}
    .time_table .inner .index_contents .contents .bottom .bbot p {font-size: 12px;}

    .time_table .time_contents > ul > li {font-size: 12px;}


    .entrance .inner .txt {margin: 40px auto 30px;}
    .entrance .inner .txt p {font-size: 20px; line-height: 30px;}
    .entrance .inner .txt h2 {font-size: 20px; line-height: 30px; margin: 10px auto 15px;}
    .entrance .inner .txt span {font-size: 14px; line-height: 30px;}

    .entrance .inner .enter_txt {margin-bottom: 60px;}
    .entrance .inner .enter_txt h2 {font-size: 18px; margin-bottom: 10px;}
    .entrance .inner .enter_txt p {font-size: 12px; line-height: 24px;}

    .entrance .inner .contents_box img {width: 200px; height: 133px;}


    .education .inner .txt {margin: 40px auto 30px;}
    .education .inner .txt p {font-size: 20px; line-height: 30px;}
    .education .inner .txt h2 {font-size: 20px; line-height: 30px; margin: 10px auto 15px;}
    .education .inner .txt span {font-size: 14px; line-height: 30px;}

    .education .contents_box .contents .txt_box p {font-size: 14px;}


    .space .inner .txt {margin: 40px auto;}
    .space .inner .txt p {font-size: 20px; line-height: 30px;}

    .space .contents_box .right .space_slide .swiper-slide {height: 350px;}
    .space_slide .swiper-pagination {bottom: 20px; left: 30px;}
    .space_slide .swiper-pagination-bullet {width: 12px; height: 12px;}
    .space .contents_box .left li {padding: 0 10px; height: 40px;}
    .space .contents_box .left li p {font-size: 14px;}
    .space .contents_box .left li span {width: 9px; height: 9px;}

}

@media(max-width: 660px){

    .promotion .inner .contents_box {max-width: 300px; margin: 40px auto 0;}
    .promotion .inner .contents_box .contents:nth-child(-n+2) {margin-top: 30px;}
    .promotion .inner .contents_box .contents:first-child {margin-top: 0;}


    .event .inner .contents_box {max-width: 300px; margin: 40px auto 0;}
    .event .inner .contents_box .contents:nth-child(-n+2) {margin-top: 30px;}
    .event .inner .contents_box .contents:first-child {margin-top: 0;}

}

@media(max-width: 640px){

    .school .inner .contents_box {max-width: 300px; width: 100%; margin: 0 auto;}
    .school .inner .contents_box img {width: 300px; height: 200px; border-left: 1px solid #000; border-top: none;}
    .school .inner .contents_box img:first-child {border-top: 1px solid #000;}


    .time_table .img_contents {max-width: 460px; gap: 20px;}
    .time_table .img_contents .contents {width: 220px; margin-top: 0;}
    .time_table .img_contents .contents img {height: 145px;}
    .time_table .img_contents .contents p {font-size: 16px; margin-top: 10px;}


    .entrance .inner .contents_box {max-width: 300px; width: 100%; margin: 0 auto;}
    .entrance .inner .contents_box img {width: 300px; height: 200px; border-left: 1px solid #000; border-top: none;}
    .entrance .inner .contents_box img:first-child {border-top: 1px solid #000;}

}

@media(max-width: 620px){

    .member_detail .member_slide {max-width: 330px; width: 100%;}
    .member_detail .member_slide .swiper-slide {width: 100px; height: 100px;}

}

@media(max-width: 600px){

    .license_detail .contents_box > h2 {font-size: 12px; line-height: 12px; margin-bottom: 15px;}
    .license_detail .contents_box .contents h3 {font-size: 21px; line-height: 21px; margin-bottom: 15px;}
    .license_detail .contents_box .contents h4 {font-size: 12px; line-height: 12px; margin-bottom: 15px;}
    .license_detail .contents_box .contents > p {font-size: 12px; line-height: 20px;}

    .license_detail .contents_box .contents .table_top {padding: 15px 0;}
    .license_detail .contents_box .contents .top p {width: 60px; font-size: 12px;}
    .license_detail .contents_box .contents .top h2 {font-size: 12px;}
    .license_detail .contents_box .contents ul li {font-size: 12px;}
    .license_detail .contents_box .contents ul li:nth-child(1) {width: 60px;}
    .license_detail .contents_box .contents ul li:nth-child(4) {display: none;}
    .license_detail .contents_box .contents .table_contents:last-child {padding: 15px 0;}

    .license_detail .contents .call {font-size: 12px;}
    .license_detail .contents_box .contents .living_table ul li {font-size: 12px;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(1) {width: 33.33%;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(2) {width: 33.33%;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(3) {width: 33.33%;}


    .edu .contents_box > h2 {font-size: 12px; line-height: 12px; margin-bottom: 15px;}
    .edu .contents_box .contents h3 {font-size: 21px; line-height: 21px; margin-bottom: 15px;}
    .edu .contents_box .contents h4 {font-size: 12px; line-height: 12px; margin-bottom: 15px;}
    .edu .contents_box .contents > p {font-size: 12px; line-height: 20px;}

    .edu .contents_box .contents .des p {font-size: 12px;}
    .edu .contents_box .contents .des p::before {top: 7px;}

    .edu .contents .flex_des .left .des_title h5 {font-size: 12px;}


    .faq .inner ul li:first-child {padding: 20px 16px;}
    .faq .inner ul li:first-child h2 {font-size: 12px; width: 35px;}
    .faq .inner ul li:first-child p {font-size: 12px; width: calc(100% - 85px);}
    .faq .inner ul li:first-child span {font-size: 12px; width: 50px;}
    .faq .inner ul li:last-child {padding: 20px 16px; font-size: 12px;}


    .time_table .inner .index_contents {display: block;}
    .time_table .inner .index_contents .contents {width: 100%; margin-bottom: 40px;}
    .time_table .inner .index_contents .contents:last-child {margin-bottom: 0;}
    .time_table .inner .index_contents .contents .bottom .ttop {height: auto;}
    .time_table .inner .index_contents .contents .bottom {height: auto; padding: 20px 15px;}


    .space .contents_box .right .space_slide .swiper-slide {height: 280px;}
    .space .contents_box .left li {padding: 0 10px; height: 40px;}
    .space .contents_box .left li p {font-size: 11px; top: -1px;}
    .space .contents_box .left li span {width: 9px; height: 9px;}

}

@media(max-width: 560px){

    .member .inner .contents_box {max-width: 300px;}
    .member .inner .contents_box .contents {width: 300px;}
    .member .inner .contents_box .contents img {height: 300px;}

}

@media(max-width: 540px){

    .license_detail .contents .img_box {max-width: 420px;}
    .license_detail .contents .img_box img {width: 200px; height: 200px;}


    .edu .contents .img_box {max-width: 420px;}
    .edu .contents .img_box img {width: 200px; height: 200px;}


    .ask .inner .app_box .contents_box .contents {display: block;}
    .ask .inner .app_box .contents_box .contents h3 {margin-bottom: 10px; font-size: 14px; width: 100%;}
    .ask .inner .app_box .contents_box .contents > input {width: 100%; height: 40px; padding: 0 10px; font-size: 14px; border-radius: 10px;}
    .ask .inner .app_box .contents_box .contents select {width: 100%; height: 40px; padding: 0 10px; font-size: 14px; border-radius: 10px;}
    .ask .inner .app_box .contents_box .contents .label{width: 100%; justify-content: left;}
    .ask .inner .app_box .contents_box .contents .label label input[type="radio"] {width: 12px; height: 12px; position: relative; top: 1px;}
    .ask .inner .app_box .contents_box .contents .label label span {font-size: 14px;}
    .ask .inner .app_box .contents_box .contents .time {width: 100%; height: 40px; padding: 0 10px; font-size: 14px; border-radius: 10px;}
    .ask .inner .app_box .agree_box {width: 100%; height: 40px; padding: 0 10px;}

}

@media(max-width: 520px){

    .introduce .inner .contents_box .contents img {width: 400px; height: 267px;}


    .time_table .img_contents {max-width: 300px; gap: 20px;}
    .time_table .img_contents .contents {width: 300px; margin-top: 0;}
    .time_table .img_contents .contents img {height: 200px;}
    .time_table .img_contents .contents p {font-size: 16px; margin-top: 10px;}

}

@media(max-width: 480px){

    footer .inner .right .pri {flex-direction: row; flex-wrap: wrap; gap: 0;}
    footer .inner .right .pri a {width: 50%;}
    footer .inner .right .pri a:nth-child(odd) {text-align: right; padding-right: 10px;}
    footer .inner .right .pri a:nth-child(even) {padding-left: 10px;}
    footer .inner .right .pri a::before {right: 0;}
    footer .inner .right .pri a:nth-child(2)::before {display: none;}


    .company .inner .contents_box .company_slide {width: 300px; height: 400px;}
    .company .inner .contents_box .company_slide .swiper-slide img {height: 400px; border-radius: 10px;}
    .company_slide .swiper-pagination {bottom: 15px; right: 15px;}


    .map .inner .map_contents {height: 300px;}


    .license_detail .contents .img_box {max-width: 300px; margin: 40px auto 0;}
    .license_detail .contents .img_box img {width: 140px; height: 140px; border-radius: 5px;}


    .edu .contents .img_box {max-width: 300px; margin: 40px auto 0;}
    .edu .contents .img_box img {width: 140px; height: 140px; border-radius: 5px;}

    .edu .contents.he34 .flex_des .left .des_title h5:first-child {height: 34px; margin-bottom: 10px;}
    .edu .contents_box .contents.he34 .des p:first-child {height: 34px; margin-bottom: 10px;}


    .event_detail .event_category {flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4%;}
    .event_detail .event_category li {width: 48%;}
    .event_detail .event_category li:nth-child(-n+2) {margin-bottom: 4%;}


    .member_detail .inner .contents_box {gap: 10px;}
    .member_detail .inner .contents_box .right .career {margin-top: 25px;}
    .member_detail .inner .contents_box .right .career h2 {font-size: 14px;}
    .member_detail .inner .contents_box .right .career p {font-size: 14px;}

    .member_detail .member_slide {max-width: 255px; width: 100%;}
    .member_detail .member_slide .swiper-slide {width: 75px; height: 75px;}
    .member_detail .swiper_inner .member_btn img {width: 15px;}


    .time_table .time_contents > ul > li {font-size: 10px;}

}

@media(max-width: 440px){

    .introduce .inner .contents_box .contents img {width: 280px; height: 187px;}


    .license .inner .contents_box {max-width: 320px;}
    .license .inner .contents_box img {height: 213px;}
    .license .inner .contents_box .contents .txt .con h2 {width: 60px;}
    .license .inner .contents_box .contents .txt .con div {width: calc(100% - 60px);}
    .license .inner .contents_box .contents .txt .con div p {letter-spacing: -1px;}


    .license_detail .contents_box .contents .top p {font-size: 10px;}
    .license_detail .contents_box .contents .top h2 {font-size: 10px;}
    .license_detail .contents_box .contents ul li {font-size: 10px;}


    .license_detail .contents .call {font-size: 10px;}
    .license_detail .contents_box .contents .living_table ul li {font-size: 10px;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(1) {width: 20%;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(2) {width: 40%;}
    .license_detail .contents_box .contents .living_table ul li:nth-child(3) {width: 40%;}


    .announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 120px);}
    .announcement .inner .an_table .top li:nth-child(3) {display: none;}
    .announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 120px);}
    .announcement .inner .an_table .contents p:nth-child(3) {display: none;}

    .announcement.detail .inner .an_ta_mob .bbot {justify-content: space-between;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents {gap: 5px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents img {width: 15px; height: 15px;}


    .event_detail .contents_box .contents .app_box .agree_box label span {font-size: 14px;}
    .event_detail .contents_box .contents .app_box .agree_box p {font-size: 14px;}


    .space .contents_box {gap: 20px;}
    .space .contents_box .left li {width: 48%; margin-bottom: 7px;}

}

@media(max-width: 400px){

    .announcement.detail .inner .an_ta_mob .bbot .ccontents p {font-size: 10px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents span {font-size: 10px;}

}