@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; color: #000;}
html, body, section {font-family: 'Noto Sans KR', sans-serif; color: #000; overflow-x: hidden;}
li, input, select, button, textarea {font-family: 'Noto Sans KR', sans-serif;}





/* common */
.index_title {margin: 0 auto; text-align: center; color: #fff;}
.index_title h2 {font-size: 24px; line-height: 24px;}
.index_title span {display: block; width: 145px; height: 1px; background-color: #fff; margin: 10px auto;}
.index_title p {font-size: 12px; line-height: 12px; letter-spacing: 3px;}

.index_title.blue {color: #005584;}
.index_title.blue span {background-color: #005584;}


.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: #005584;}

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

.left_wing a:nth-child(1):hover {background-color: #005584;}
.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: #005584;}
.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: #005584;}
.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: #005584;}
.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: #005584; 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: #005584; 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: #005584; border-radius: 3px;}
.left_open span:last-child {position: absolute; top: 27px; left: 11px; transform: rotate(-35deg); width: 22px; height: 3px; background-color: #005584; 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: #005584;}
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: 160px;}
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; font-weight: 300; color: #fff;}
header .header_top .inner .left a.on {background-color: #e6e6e6;}
header .header_top .inner .left a.on p {color: #005584; 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: #e6e6e6;}
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: #005584;}
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: #005584;}

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

header .header_bottom .inner .ham {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background-color: #005584; 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: #fff; 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: #fff; 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: #fff; 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: #005584; 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: #005584; 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: #005584; 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 #005584;}
aside .link_go a:first-child {border-right: 1px solid #005584;}
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: #005584;}

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;}





/* main_slide */
.main_slide {width: 100%; height: 750px; margin-top: 100px;}
.main_slide .swiper-slide {position: relative; width: 100%; height: 100%;}
.main_slide .swiper-slide .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.2;}
.main_slide .swiper-slide .txt {position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; color: #fff;}
.main_slide .swiper-slide .txt h2 {font-size: 60px; line-height: 60px;}
.main_slide .swiper-slide .txt p {font-size: 60px; line-height: 60px; font-weight: 300; margin: 15px auto 25px;}
.main_slide .swiper-slide .txt h3 {font-size: 24px; line-height: 24px; letter-spacing: 9px;}
.main_slide .swiper-slide .txt a {position: relative; display: block; width: 220px; height: 60px; border-radius: 15px; background-color: #005584; margin: 50px auto 0;}
.main_slide .swiper-slide .txt a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; font-size: 18px; color: #fff; margin: 0 auto;}

.main_slide .swiper-pagination {position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); z-index: 15; display: flex; align-items: center;}
.main_slide .swiper-pagination-bullet {width: 16px; height: 16px; border: 1px solid #fff; background-color: transparent; border-radius: 0; opacity: 1;}
.main_slide .swiper-pagination-bullet-active {background-color: #fff; opacity: 1;}

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





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

.index_box .inner {max-width: 1130px; width: 100%; margin: 0 auto;}

.index_box .inner > img {display: block; width: 150px; margin: 0 auto;}

.index_box .inner > .txt {text-align: center; margin: 80px auto; text-align: center;}
.index_box .inner > .txt p {font-size: 60px; line-height: 60px; color: #005584; font-weight: 300;}
.index_box .inner > .txt h2 {font-size: 60px; line-height: 60px; color: #005584; margin: 15px auto 25px;}
.index_box .inner > .txt span {display: block; font-size: 24px; line-height: 36px; font-weight: 300; color: #808080;}

.index_box .inner .index_contents {display: flex; justify-content: space-between;}
.index_box .inner .index_contents .contents {display: block; width: 320px;}
.index_box .inner .index_contents .contents img {width: 100%; height: 320px; border-radius: 15px; object-fit: cover;}
.index_box .inner .index_contents .contents .txt {padding: 15px 5px 0;}
.index_box .inner .index_contents .contents .txt h2 {font-size: 24px; color: #005584; margin-bottom: 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.index_box .inner .index_contents .contents .txt p {font-size: 14px; color: #808080; word-break: keep-all;}





/* member */
.member {width: 100%;}
.member .inner {max-width: 1800px; width: 100%; height: 750px; border-radius: 350px; background-color: #005584; padding-top: 50px; margin: 0 auto; overflow: hidden;}

.member .inner .swiper_inner {position: relative; max-width: 1620px; width: 100%; margin: 50px auto 0;}

.index_member_slide {max-width: 1540px; width: 100%; margin: 0 auto;}
.index_member_slide .swiper-slide {width: 274px; opacity: 0.2;}
.index_member_slide .swiper-slide img {width: 100%; height: 360px; border-radius: 10px; object-fit: cover;}
.index_member_slide .swiper-slide .txt {margin-top: 20px; padding: 0 5px; text-align: center; color: #fff;}
.index_member_slide .swiper-slide .txt h2 {font-size: 18px;}
.index_member_slide .swiper-slide .txt p {font-size: 14px; margin: 5px auto;}
.index_member_slide .swiper-slide .txt span {display: block; font-size: 12px;}
.index_member_slide .swiper-slide a {position: relative; display: none; width: 120px; height: 30px; background-color: #fff; border-radius: 5px; margin: 20px auto 0;}
.index_member_slide .swiper-slide a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 12px; font-weight: 700; color: #005584;}

.index_member_slide .swiper-slide.swiper-slide-active {opacity: 1;}
.index_member_slide .swiper-slide.swiper-slide-active a {display: block;}

.member .inner .swiper_inner .member_btn {position: absolute; top: 34%; left: 50%; transform: translate(-50%, -50%); max-width: 1620px; width: 100%; height: 30px;}
.member .inner .swiper_inner .member_btn img {position: absolute; top: 0; cursor: pointer;}
.member .inner .swiper_inner .member_btn img:first-child {left: 0;}
.member .inner .swiper_inner .member_btn img:last-child {right: 0;}





/* program */
.program {width: 100%; padding: 180px 0;}
.program .inner {max-width: 1848px; width: 100%; margin: 0 auto;}
.program .inner .contents_box {display: flex; margin-top: 50px;}
.program .inner .contents_box:last-child {margin-top: 60px;}

.program .inner .contents_box .left {width: 486px; padding: 110px 0 0 120px; color: #005584;}
.program .inner .contents_box .left .txt {margin-bottom: 40px;}
.program .inner .contents_box .left .txt h2 {font-size: 36px; line-height: 36px;}
.program .inner .contents_box .left .txt p {font-size: 14px; line-height: 21px; margin-top: 20px;}
.program .inner .contents_box .left .program_btn {display: flex; gap: 25px;}
.program .inner .contents_box .left .program_btn img {cursor: pointer;}

.program .inner .contents_box .program_slide {width: calc(100% - 486px);}
.program .inner .contents_box .program_slide .swiper-slide {width: 320px;}
.program .inner .contents_box .program_slide .swiper-slide img {width: 100%; height: 320px; border-radius: 15px;}
.program .inner .contents_box .program_slide .swiper-slide .txt {padding: 20px 15px 0; display: flex; justify-content: space-between; align-items: center;}
.program .inner .contents_box .program_slide .swiper-slide .txt h2 {font-size: 21px; line-height: 21px; color: #005584;}
.program .inner .contents_box .program_slide .swiper-slide .txt a {position: relative; display: block; width: 60px; height: 20px; border-radius: 5px; background-color: #005584;}
.program .inner .contents_box .program_slide .swiper-slide .txt a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 10px; font-weight: 700; color: #fff;}





/* faq */
.faq {width: 100%; padding: 180px 0 200px; background-color: #005584;}

.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; 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; background-color: #fff; padding: 30px 50px 30px 35px; margin-bottom: 30px; word-break: keep-all; 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: #29abe2; color: #fff;}





/* contact */
.ask {width: 100%; background-color: #e6e6e6; padding: 240px 0 150px;}

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

.odometer {display: flex; justify-content: center; align-items: flex-end; color: #4d4d4d;}
.odometer .digit {font-size: 120px; width: 75px; height: 120px; line-height: 110px; overflow: hidden; font-weight: 900;}
.odometer .digit.digitCom {width: 40px; height: 136px; line-height: 130px; overflow: unset;}

.odometer.on .digit .digit-thousand {-webkit-animation: slide 5s 1 ease; animation: slide 5s 1 ease;}
.odometer.on .digit .digit-hundred {-webkit-animation: slide 5s 1 ease-out; animation: slide 5s 1  ease-out;}
.odometer.on .digit .digit-ten {-webkit-animation: slide 5s 1 ease-in-out; animation: slide 5s 1 ease-in-out;}
.odometer.on .digit .digit-one {-webkit-animation: slide 5s 1 linear; animation: slide 5s 1 linear;}


@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-10em);
    }
    40% {
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

.ask .inner .odo_con h2 {font-size: 36px; line-height: 36px; text-align: center; color: #4d4d4d; margin-bottom: 20px;}

.ask .inner .odo_p {font-size: 24px; text-align: center; margin: 30px 0 120px; color: #4d4d4d;}

.ask .inner .app_box {display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}

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

.ask .inner .app_box .left .contents_box {width: 600px;}

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

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

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

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

.ask .inner .app_box .left .contents_box .contents .label {width: calc(100% - 260px); display: flex; justify-content: center; align-items: center; gap: 15px;}
.ask .inner .app_box .left .contents_box .contents .label label {display: flex; align-items: center; gap: 7px; cursor: pointer;}
.ask .inner .app_box .left .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 .left .contents_box .contents .label label input[type="radio"]:checked {background-color: #4d4d4d;}
.ask .inner .app_box .left .contents_box .contents .label label span {font-size: 18px; font-weight: 700;}


.ask .inner .app_box .left .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;}
.ask .inner .app_box .left .contents_box .contents .time input {width: 110px; height: 100%; font-size: 18px; color: #4d4d4d; outline: none; background-color: #fff;}
.ask .inner .app_box .left .contents_box .contents .time p {font-size: 18px; font-weight: 700; color: #4d4d4d;}

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

.ask .inner .app_box .left .agree_box {width: 430px; margin: 0 auto;}
.ask .inner .app_box .left .agree_box > div {display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px;}
.ask .inner .app_box .left .agree_box > div:last-child {margin-bottom: 0;}
.ask .inner .app_box .left .agree_box label {display: flex; align-items: center; gap: 7px; cursor: pointer;}
.ask .inner .app_box .left .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 .left .agree_box label input[type="checkbox"]:checked {background-color: #4d4d4d;}
.ask .inner .app_box .left .agree_box label span {font-size: 18px; font-weight: 700; color: #4d4d4d;}
.ask .inner .app_box .left .agree_box p {font-size: 18px; font-weight: 700; color: #4d4d4d; cursor: pointer;}

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

.ask .inner .app_box .center_line {width: 1px; height: 630px; background-color: #333; position: relative; top: 100px;}

.ask .inner .app_box .right {max-width: 540px; width: 100%;}

.ask .inner .app_box .right .contents {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 60px; padding: 0 40px; border-radius: 15px; background-color: #fff; margin-bottom: 15px;}
.ask .inner .app_box .right .contents:first-child {margin-bottom: 0;}
.ask .inner .app_box .right .contents p {font-size: 18px; font-weight: 300;}
.ask .inner .app_box .right .contents h3 {font-size: 18px;}
.ask .inner .app_box .right .contents h3.write_com {color: #333;}
.ask .inner .app_box .right .contents h3.reply_com {color: #ed1c24;}





/* footer */
footer {width: 100%; padding: 40px 0 55px; background-color: #005584; 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;}





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

    

}

@media(max-width: 1832px){

    .member {padding: 0 16px;}
    .member .inner .swiper_inner .member_btn {z-index: 11;}
    .member .inner .swiper_inner .member_btn img:first-child {left: 16px;}
    .member .inner .swiper_inner .member_btn img:last-child {right: 16px;}

}

@media(max-width: 1240px){

    .ask .inner .app_box .left .contents_box {width: 500px;}
    .ask .inner .app_box .left .contents_box .contents .label {flex-direction: row; flex-wrap: wrap; gap: 0;}
    .ask .inner .app_box .left .contents_box .contents .label label {width: 33.33%; justify-content: center;}
    .ask .inner .app_box .right {max-width: 500px;}

}

@media(max-width: 1200px){

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


    .program .inner .contents_box .left {width: 300px; padding: 80px 0 0 80px;}
    .program .inner .contents_box .left .txt {margin-bottom: 25px;}
    .program .inner .contents_box .left .txt h2 {font-size: 24px; line-height: 24px;}
    .program .inner .contents_box .left .txt p {margin-top: 15px;}

    .program .inner .contents_box .program_slide {width: calc(100% - 300px);}
    .program .inner .contents_box .program_slide .swiper-slide {width: 280px;}
    .program .inner .contents_box .program_slide .swiper-slide img {height: 280px;}
    .program .inner .contents_box .program_slide .swiper-slide .txt {padding: 15px 5px 0;}
    .program .inner .contents_box .program_slide .swiper-slide .txt h2 {font-size: 16px; line-height: 16px;}

}

@media(max-width: 1100px){

    .ask .inner .app_box > div h2 {text-align: center;}
    .ask .inner .app_box {flex-direction: column; justify-content: center; align-items: center;}
    .ask .inner .app_box .left .contents_box {width: 600px;}
    .ask .inner .app_box .center_line {display: none;}
    .ask .inner .app_box .right {max-width: 600px; margin-top: 60px;}

}

@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;}


    .main_slide {height: 600px; margin-top: 80px;}
    .main_slide .swiper-slide .txt {top: 50%;}
    .main_slide .swiper-slide .txt h2 {font-size: 48px; line-height: 48px;}
    .main_slide .swiper-slide .txt p {font-size: 48px; line-height: 48px; margin: 10px auto 20px;}
    .main_slide .swiper-slide .txt h3 {font-size: 18px; line-height: 18px;}
    .main_slide .swiper-slide .txt a {width: 180px; height: 50px; border-radius: 10px; margin: 30px auto 0;}
    .main_slide .swiper-pagination {bottom: 25px;}


    .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;}

}

@media(max-width: 1024px){

    .index_box {padding: 100px 0;}
    .program {padding: 100px 0;}
    .faq {padding: 100px 0;}
    .ask {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;}


    .index_box .inner > img {width: 100px;}
    .index_box .inner > .txt {margin: 50px auto;}
    .index_box .inner > .txt p {font-size: 40px; line-height: 40px;}
    .index_box .inner > .txt h2 {font-size: 40px; line-height: 40px; margin: 10px auto 20px;}
    .index_box .inner > .txt span {font-size: 18px; line-height: 27px;}

    .index_box .inner .index_contents .contents {width: 250px;}
    .index_box .inner .index_contents .contents img {height: 250px;}
    .index_box .inner .index_contents .contents .txt {padding: 10px 5px 0;}
    .index_box .inner .index_contents .contents .txt h2 {font-size: 18px;}


    .odometer .digit {font-size: 75px; width: 48px; height: 85px; line-height: 80px;}
    .odometer .digit.digitCom {width: 27px; height: 80px; line-height: 55px;}
    .ask .inner .odo_p {font-size: 18px; margin: 20px 0 80px;}
    .ask .inner .app_box > div h2 {font-size: 30px; line-height: 30px; margin-bottom: 40px;}

}

@media(max-width: 820px){

    .index_box .inner .index_contents .contents {width: 200px;}
    .index_box .inner .index_contents .contents img {height: 200px;}

}

@media(max-width: 768px){

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


    .main_slide {height: 400px;}
    .main_slide .swiper-slide .txt h2 {font-size: 36px; line-height: 36px;}
    .main_slide .swiper-slide .txt p {font-size: 36px; line-height: 36px; margin: 10px auto 20px;}
    .main_slide .swiper-slide .txt h3 {font-size: 16px; line-height: 16px;}
    .main_slide .swiper-slide .txt a {width: 160px; height: 40px; border-radius: 5px; margin: 30px auto 0;}
    .main_slide .swiper-slide .txt a p {font-size: 14px;}
    .main_slide .swiper-pagination {bottom: 25px;}


    .index_box .inner > .txt {margin: 35px auto;}
    .index_box .inner > .txt p {font-size: 30px; line-height: 30px;}
    .index_box .inner > .txt h2 {font-size: 30px; line-height: 30px; margin: 5px auto 15px;}
    .index_box .inner > .txt span {font-size: 14px; line-height: 21px;}


    .program .inner .contents_box {flex-direction: column; justify-content: center; align-items: center; gap: 30px; padding: 0 16px;}
    .program .inner .contents_box .left {padding: 0; text-align: center;}
    .program .inner .contents_box .left .txt {margin-bottom: 15px;}
    .program .inner .contents_box .left .program_btn {justify-content: center; gap: 120px;}
    .program .inner .contents_box .program_slide {width: 100%;}


    .odometer .digit {font-size: 48px; width: 30px; height: 65px; line-height: 65px;}
    .odometer .digit.digitCom {width: 15px; height: 60px; line-height: 40px;}
    .ask .inner .odo_p {margin: 10px 0 50px;}

    .ask .inner .app_box {padding: 0 16px;}
    .ask .inner .app_box .left {width: 100%;}
    .ask .inner .app_box .left .contents_box {width: 100%;}
    .ask .inner .app_box .left .contents_box .contents h3 {font-size: 18px; width: 170px;}
    .ask .inner .app_box .left .contents_box .contents > input {width: calc(100% - 170px);}
    .ask .inner .app_box .left .contents_box .contents select {width: calc(100% - 170px);}
    .ask .inner .app_box .left .contents_box .contents .time {width: calc(100% - 170px);}
    .ask .inner .app_box .left .contents_box .contents .label {width: calc(100% - 170px); flex-wrap: nowrap; gap: 15px;}
    .ask .inner .app_box .left .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 .left > button {width: 140px; height: 40px; border-radius: 10px; margin: 30px auto 0;}
    .ask .inner .app_box .left > button p {font-size: 14px;}

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

}

@media(max-width: 650px){

    .index_box .inner .index_contents {flex-direction: column; gap: 30px; max-width: 320px; width: 100%; margin: 0 auto;}
    .index_box .inner .index_contents .contents {width: 320px;}
    .index_box .inner .index_contents .contents img {height: 320px;}

}

@media(max-width: 600px){

    .main_slide .swiper-slide .txt {padding: 0 16px;}
    .main_slide .swiper-slide .txt h3 {line-height: 24px;}


    .member .inner {height: 710px;}
    .index_member_slide .swiper-slide {width: 240px;}
    .index_member_slide .swiper-slide img {height: 315px;}


    .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;}

}

@media(max-width: 540px){

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

    .main_slide {height: 300px;}
    .main_slide .swiper-slide .txt h2 {font-size: 24px; line-height: 24px;}
    .main_slide .swiper-slide .txt p {font-size: 24px; line-height: 24px; margin: 5px auto;}
    .main_slide .swiper-slide .txt h3 {font-size: 12px; line-height: 20px;}
    .main_slide .swiper-slide .txt a {width: 120px; height: 35px; border-radius: 5px; margin: 25px auto 0;}
    .main_slide .swiper-slide .txt a p {font-size: 12px;}
    .main_slide .swiper-pagination {bottom: 15px;}
    .main_slide .swiper-pagination-bullet {width: 10px; height: 10px;}


    .index_box .inner > img {width: 80px;}
    .index_box .inner > .txt {margin: 20px auto 35px;}
    .index_box .inner > .txt p {font-size: 24px; line-height: 24px;}
    .index_box .inner > .txt h2 {font-size: 24px; line-height: 24px;}


    .program .inner .contents_box .program_slide .swiper-slide {width: 240px;}
    .program .inner .contents_box .program_slide .swiper-slide img {height: 240px;}

}