@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Gmarket Sans',"Pretendard Variable", Pretendard, 'Roboto' ,sans-serif
	/*    font-family: 'Gmarket Sans',"Pretendard Variable", Pretendard, 'Roboto' ,sans-serif !important */
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;
}
ul,li,dl,dt,dd,ol{
    list-style:none;
}
a{
    text-decoration:none;
}
body {
    width: 100%;
    overflow-x: hidden;
}
body,a{
    font-weight:400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
}

img , video{
    border:0;
    vertical-align:top;
}
table{
    border-collapse: collapse;
    width:100%;
}

input,input[type="submit"]{
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
    appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:800;}
img,video {
    max-width: 100%;
}
button {
    border: 0;
    background: transparent;
    cursor: pointer;
}
p {
    word-break: keep-all;
}

/*  common */
html {
    font-size:20px;
}
:root {
    --color : #ffd200;
    --color2 : #223f99;
}
.pretendard {
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.wrap{
    max-width:1640px;
    margin:0 auto;
    padding:0 20px;
}
.pc {
    display: block;
}
.pc.flex {
    display: flex;
}

.mb , .mb.flex{
    display: none;
}

.flex {
    display: flex;
}
.flexSb {
    display: flex;
    justify-content: space-between;
}

.color {
    color: var(--color);
}
.color2 {
    color: var(--color2);
}
.line {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-60%);
    width: 0;
    height: 22px;
    z-index: -1;
    background: var(--color);
    transition: 0.5s;
}
section.on .line:after {
    width: 100%;
}
.tt {
    text-align: center;
}
.tt h3 {
    font-size: 2.916rem;
}

/** header **/

header {
    position: fixed;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    z-index: 10;
    height: 100px;
}
header nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
}
header nav ul li a {
    color: #fff;
    font-size:22px;
    font-weight: 500;
}
header nav ul li:hover a {
    color: var(--color);
}

/** main **/

#main {
    position: relative;
    overflow:hidden;
}
.mainTt {
    position: absolute;
    top:20%;
    width: 77.0833vw ;
    left: 50%;
    transform: translateX(-50%);
}
.mainTt h2 {
    margin-top: 110px;
    font-size: 2.916vw;
    color: #fff;
    line-height: 4.1666vw;
    font-weight: 300;
}
.mainTt .line:after {
    transition: 0.5s 0.5s;
}
.main_runner {
    position: absolute;
    width: 18.3229vw;
    top: 9.6%;
    right: 8.05625vw;
    z-index: 1;
}
.mainBtm {
    width: 47.76vw;
    position: absolute;
    bottom: -2.4%;
    right: 8.333vw;
}
#sec01 .flex {
    position: relative;
    padding: 90px 0 125px 44.2708vw;
}
#sec01 .left {
    position: absolute;
    left: 3.489vw;
    bottom: 0;
    width: 38.4375vw;
}
#sec01 .right {
    font-size: 2.916vw;
    line-height: 4.1666vw;
    font-weight: 300;
}

#sec02 {
    padding: 135px 0 50px;
    background: #f3f3f3;
}

.sec02_menu {
    padding: 80px 0 30px;
    margin-bottom: 30px;
}
*::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.4);
    /* 스크롤바 둥글게 설정    */
    border-radius: 10px;
    border: 7px solid rgba(0,0,0,0.8);
}
*::-webkit-scrollbar-track{
    background-color: transparent;
}
.sec02_menu ul {
    display: flex;
    gap: 10px;
    width: 100%;
}
.sec02_menu ul li {
    cursor: pointer;
    flex:1;
    height: 65px;
    border-radius: 33px;
    border:1px solid #b2b2b2;
    color: #333;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.sec02_menu ul li a{
    display: block;
}
.sec02_menu ul li.on {
    background: var(--color2);
    color: #fff;
}
.sec02_menu ul li.on span , .sec02_menu ul li.on b {
    color: #fff;
}
.sec02_menu ul li b {
    margin-right: 5px;
}
.sec02_menu ul li span , .sec02_menu ul li b {
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}

.sec02_con {
    display: flex;
    gap: 40px;
}
.sec02_slide {
    overflow: hidden;
    width: 100%;
}
.sec02_iframe {
    overflow: hidden;
}
.sec02_iframe iframe{
    width: 100%;
    height: 89%;
    border-radius: 25px;
}
.swiper-slide {
    width: auto;
}
/*.sec02_con > div {
    width: 50%;
}*/

.sec02_item {
    position: relative;
}
.sec02_item_right {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0 80px 50px 60px;
    display: flex;
    gap: 60px;
    align-items: center;

}
.sec02_img {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    overflow: hidden;
    background: #00e09f;
}
.sec02_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec02_txt {
    flex:1;
    font-size:1.1rem
}
.sec02_name {
    margin-top: 1.5rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    color: var(--color);
    font-weight: 500;
}
.sec02_name b {
    font-weight: 500;
    margin-right: 5px;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    color: #757575;
}
.sec02_content {
    position: relative;
}
.sec02_slide_arrow {
    position: absolute;
    right:40px;
    bottom:90px;
}
.sec02_slide_arrow {
    display: flex;
    gap: 10px;
    z-index: 10;
}
#sec02_prev img{
    transform: rotate(180deg);
}
.viewMore {
    margin: 0 auto;
    box-shadow: -6.43px 7.66px 30px rgba(0, 0, 0, 0.14);
    width: 14rem;
    height: 4.5rem;
    border-radius: 44.5px;
    background: var(--color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1rem;
    gap:1rem
}
.viewMore img {
    width: 2rem;
    transition: 0.5s;
}
.viewMore:hover img {
    transform: rotate(180deg);
}

#sec03 .flexSb {
    align-items: end;
    padding-top: 5.75rem;
}
.sec03_left {
    padding-bottom: 110px;
    font-size:2.6vw
}
.sec03_left img {
    width: 16.354vw;
}
.sec03_right{
    width: 27.6vw;
}

.sec03_left .line:after {
    bottom: -10px;
}

#sec04 {
    position: relative;
    padding-top: 5.5rem;
    background: #303030;
}
#sec04 ul li {
    flex:1;
    text-align: center;
    padding: 2.125rem 15px 1rem;
}
#sec04 ul li + li {
    border-left: 1px solid rgba(255,255,255,0.2);
}
#sec04 ul li h4 {
    font-weight: 300;
    font-size:3rem;
    margin-bottom: 2.75rem;
    line-height: 1;
    color: #fff;
}
#sec04 ul li h4 b {
    color: var(--color);
}
#sec04 ul li p {
    font-size:1.8rem;
    font-weight: 300;
    color: #fff;
}
#sec04 .sec04_wrap {
    position: relative;
}
.wrap .sec04_con {
    position: absolute;
    bottom: 0;
    width: 100%;

}
.sec04_con .left {
    text-align: right;
    padding-bottom: 3rem;
    color: #989898;
    font-size:1rem;
    margin-top: 4.375rem;
    padding-right: 30px;
}

#sec05 {
    background: url("/img/main/sec05_bg.jpg") no-repeat center center / cover;
    padding: 100px 0;
}

#sec05 h4 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size:2.8rem;
    line-height:2;
    margin-bottom: 7.55vw;
}
#sec05 h4 b {
    color: var(--color);
}
.sec05_con {
    position: relative;
    padding-top: 7.8125vw;
}
.sec05_tt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:2.875rem;
    width: 19rem;
}
.sec05_tt span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    font-size:2.3rem;
    top: 0;
    left: 0;
    padding-top: 1.75rem;
    font-weight: 700;
}
.sec05_con li {
    text-align: center;
    position: relative;
}
.sec05_con li img {
    cursor: pointer;
    transition: 0.3s;
}
.sec05_con li:hover > img {
    transform: translateY(-30px);
}

.sec05_con li .view {
    position: absolute;
    top: 0;
    left: calc(50% + 60px);
    width: 126px;
}
.sec05_con li .view span {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcb67;
    font-size:14px;
    font-weight: 700;
}
.sec05_con li p {
    margin-top: 1.5rem;
    white-space: pre-line;
    color: #fff;
    font-size:2rem;
    line-height: 1.666;

    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
#sec06 {
    padding: 7rem 0 0;
    background: url("/img/main/main06_bg.jpg") no-repeat center center / cover;
}
#sec06 .tt {
    color: #fff;
    margin-bottom: 2rem;
}
#sec06 ul.flex > li {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec06_txt {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 16% 0;
}
.sec06_txt p {
    font-size:2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8.72%;
}
.sec06_txt ul li {
    color: var(--color);
    font-size:1.5rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.sec06_txt ul li:nth-child(even) {
    font-size: 1rem;
    margin: 15px 0;
}
.sec06_tt {
    font-size:2rem;
    font-weight: 300;
    margin-bottom: 14%;
}
.sec06_line {
    color: var(--color);
    line-height: 2.22;
    font-size:1.5rem;
    text-decoration: underline;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.sec06_line div {
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}

#sec07 , #sec0702 , #sec08 , #sec09 , #sec10, #sec11 {
    background: #212121;
}
.sec07_con{
     padding: 4.5rem 0;
    color: #fff;
}
.sec07_tt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2.5rem;
    margin-bottom: 5.4rem;
}
.sec07_tt_box {
    border-radius: 3.25rem;
    padding: 1.8rem 3.75rem 1.5rem;
    border:1px solid var(--color);
    text-align: center;
    font-size:2rem;
    line-height: 1;
    color: var(--color);
}
.sec07_tt_tit {
    font-size:2.8rem;
    font-weight: 700;

}
.sec07_box {
    padding: 5rem 20px;
    border-radius: 2.5rem;
    background: #303030;
}
.sec07_box .flex {
    align-items: center;
}
.sec07_img , .sec07_img2{
    width: 38%;
    text-align: center;
}
.sec07_box .checkList {
    flex:1
}
.sec07_box .checkList li {
    font-size:2rem;
    font-weight: 700;
    word-break: keep-all;
}
.sec07_box .checkList li b {
    font-weight: 700;
}
.sec07_box .checkList li p {
    font-size:1.4rem;
    color: #9f9f9f;
    font-weight: 300;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    width: max-content;
}
.sec07_box .checkList li + li {
    margin-top: 2rem;
}
.sec07_img div {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 2;
    transform: translate(10px,10px);
    transition: 0.5s;
}
.sec07_img div:after {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.5s;
}
.sec07_box.on .sec07_img div {
    transform: translate(0,0);
}
.sec07_box.on .sec07_img div:after {
    left: 10px;
    top: 10px;
}
.sec07_img div img {
    position: relative;
    z-index: 2;
}

#sec08 {
    padding: 4.5rem 0;
}
#sec08 ul {
    display: flex;
    justify-content: space-between;
}
#sec08 ul li {
    text-align: center;
    color: #fff;
    flex-grow: 1;
}
.sec08_arrow {
    padding-top: 13%;
    flex-grow: 0;
    width: 140px;
    text-align: center;
}
#sec08 ul li p {
    font-size:1.4rem;
    font-weight: 500;
    text-align: center;
    margin: 2.75rem auto 0;
}

#sec08 > .wrap > div {
    border-radius: 1.5rem;
    background: #fff;
    border: 6px solid var(--color);
    overflow: hidden;
    padding: 20px;
    margin-top: 7rem;
}

#sec10 {
    padding: 4.5rem 0;
}
.sec10_tt {
    text-align: center;
    margin-bottom:  2.3rem;
}
.sec10_tt p {
  color: #9f9f9f;
    font-size:1.2rem;
    margin-top: 1.3rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}

.sec11_box {
    position: relative;
    margin-top: 4rem;
}

.sec11_box span {
    position: absolute;
    top:-10px;
    right:0.5rem;
    width: 26%;
}

#sec12 {
    padding: 7.5rem 0;
    background: url("/img/main/main12_bg.jpg") no-repeat center/cover;
    position: relative;
}
#sec12 .tt {
    margin-bottom: 4.5rem;
}
#sec12 .tt h3 {
    position: relative;
    display: inline-block;
}
#sec12 .tt h3:after {
    content:"";
    display: block;
    width: 6.5rem;
    height: 5rem;
    background: url("/img/main/main12_tt.png") no-repeat center/ 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(110%, -20%);
}
#sec12 ul {
    display: flex;
    gap:2rem;
}
#sec12 ul li {
    flex:1;
    background: url("/img/main/main12_box.png") no-repeat center center / 100% 100%;
    border-radius: 1.3rem;
    padding: 3rem 2rem;
    box-shadow: -6.43px 7.66px 50px rgba(0, 0, 0, 0.1);
}
#sec12 a {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}
#sec12 li > div:first-child {
    text-align: center;
}
#sec12 h4 {
    font-size:1.3rem;
    margin-bottom: 1rem;
}
#sec12 h4 .line:after {
    transform: translateY(-20%);
}
#sec12 li b {
    text-align: right;
    display: block;
    color: #717171;
}
#sec12 b span {
    color: var(--color2);
}
#sec12 p {
    margin-top: 6rem;
    color: #fff;
    font-family: Pretendard Variable, Pretendard, 'Roboto' , sans-serif;
    line-height: 1.5;
    word-break: keep-all;
}

#sec13 {
    padding: 10rem 0 5rem;
}
.sec13_tab {
    margin: 3.5rem 0 3rem;
    display: flex;
    justify-content: center;
    gap:1rem;
}
.sec13_tab li a {
    display: block;
}
.sec13_tab li {
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.75rem;
    height: 3rem;
    border-radius: 1.5rem;
    border:1px solid #999;
    line-height: 1;
}
.sec13_tab li.active , .sec13_tab li.active a {
    color: #fff;
    background: var(--color2);
    border: 1px soid var(--color2);
}

.sec13_tab li:not(.active):hover {
    color: var(--color2);
}

.sec13_box{
    background: #efefef;
    border-radius: 1.3rem;
    padding: 3.5rem 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background:#efefef url("/img/main/main13_img01.png") no-repeat center right / auto 100%;
    min-height: 22.5rem;
    box-shadow: -6.43px 7.66px 50px rgba(0, 0, 0, 0.05);
}

.tabCon > div:not(.active) {
    display: none;
}

.sec13_tt h4 {
    font-size:2.3rem;
    margin-bottom: 10px;
    color: var(--color2);
    position: relative;
    display: inline-block;
}
.sec13_tt h4:after {
    content:"";
    display: block;
    width: 1.8rem;
    height: 1.6rem;
    background: url("/img/main/main13_tt.png") no-repeat center/ 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, -50%);
}
.sec13_tt p {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.sec13_pre {
    white-space: pre-line;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}

#sec14 .flex {
    gap:5rem
}
.sec14_tab {
    position: relative;
    width: 300px;
}
.sec14_tab ul {
    position: sticky;
    top:3rem
}
.sec14_tab ul li {
    padding: 10px 0;
    margin-bottom: 1.5rem;
    border-top: 2px solid #212121;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sec14_tab ul li span {
    width: 35px;
    display: inline-block;
    margin-right: 1.5rem;
}

.sec14_tab ul li.active {
    border-top: 2px solid var(--color2);
    color: var(--color2);
}
.sec14_con {
    flex: 1;
}
#sec14 {
    padding-bottom: 7.5rem;
}
.sec1401 {
    display: flex;
    gap: 4rem;
    width: 100%;
}
.sec1401 > div {
    padding: 3rem 0;
    border-top: 2px solid #212121;
    flex:1
}
.sec1401 > div h4 {
    margin-bottom: 1.5rem;
    font-size:1.9rem
}
.sec1401 > div h4 span {
    display: inline-block;
}
.sec1401 > div p {
    margin-bottom: 1.5rem;
}
.sec1401 > div li + li {
    margin-top: 0.7rem;
}
.sec1401 > div li {
    display: flex;
}
.sec1401 > div li span:first-child {
    font-weight: 300;
    width: 140px;
}
.sec1402 li {
    padding: 2rem 0 3rem;
    border-top: 1px solid #212121;
    display: flex;
}
.sec1402 li div {
    width: calc(100% - 18rem);
    padding-top: 1.4rem;
    font-size:1.1rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.sec1402 li div:first-child {
    display: flex;
    width: 18rem;
    align-items: center;
    gap:1rem;
    padding-top: 0;
    font-size: 1.3rem;
}
.sec1402 li div span {
    width: 4.2rem;
    height: 4.2rem;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.sec14_box_wrap {
    border-bottom: 1px solid #212121;
}
.sec14_box_wrap > div {
    padding: 3rem 0 ;
    border-top: 2px solid #212121;
}
.sec14_box_wrap > div .sec14_box_txt {
    flex:1
}

.sec14_teacher_tt h4{
    font-size:1.9rem;
    margin-bottom: 0.7rem;
}
.sec14_teacher_con {
    padding-top: 3rem;
}
.sec14_teacher_con > div {
    margin-bottom: 2rem;
}

.sec14_teacher_con span {
    display: flex;
    width:  8rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.3rem;
    margin-bottom: 1rem;
    border:1px solid var(--color2);
    color: var(--color2);
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.sec14_teacher_con p {
    line-height: 2;
}
.sec14_teacher_btm {
    white-space: pre-line;
    padding-top: 3rem;
    color: #333;
    border-top: 1px solid #333;
}

.paging {
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px
}
.paging ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.paging ul li{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    cursor: pointer;
}
.paging div:first-child span{
    transform: rotate(180deg);
}
.paging ul li.active {
    background: #222;
    color: #fff;
}

#sec15 {
    padding: 7rem 0;
    background: url("/img/main/company_bg.png") no-repeat center/ cover;
}
#sec15 .tt h3 {
    color: #fff;
}
#sec15 .tt p {
    color: #fff;
    margin: 3rem 0 4rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    font-weight: 400;
    font-size:1.2rem;
    line-height: 1.8;
}
#sec15 .viewMore {
    background: transparent;
    border: 1px solid var(--color);
    color: var(--color);
    margin-top: 3rem;
    font-size:1.2rem;
    line-height: 1;
}
#sec15 .viewMore img {
    width: 1.5rem;
    transition: 0.5s;
}
footer {
    position: relative;
}





.footer_banner {
    background: rgba(0, 0, 0, 0.7);
    position: fixed; /* 기본적으로 하단 고정 */
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0.5rem 0;
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
}

.footer_banner.scrolled {
    position: absolute; /* 맨 아래에서 원래 위치로 */
    bottom: auto;
    top: auto;
    transform: translateY(-100%);
}

.footer_banner01 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer_banner02 {
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 0.5rem;
}

.footer_banner02 a {
    border-radius: 1.3rem;
    padding: 0.5rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 0.5rem;
}

.footer_banner02 a:nth-child(1) {
    background: #ffd200;
}

.footer_banner02 a:nth-child(2) {
    background: #ffe800;
}

.footer_banner02 a:nth-child(3) {
    background: var(--color2);
    color: #fff;
}









.footer_wrap {
    background: #171a1f;
}
.footer01 {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer01 ul {
    display: flex;
    align-items: center;
    gap:2rem
}
.footer01 a {
    color: rgba(255,255,255,0.7);
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}
.footer01 a:hover {
    color: #fff;
}
.footer01 .flexSb {
    align-items: center;
}
.footer01 .flexSb div {
    display: flex;
    align-items: center;
    gap:3rem
}
.footer_nt span {
    display: inline-block;
    margin-right: 0.5rem;
    border-radius: 1.3rem;
    padding: 0.5rem 1rem;
    color: rgba(255,255,255,0.7);
    font-size:0.8rem;
    line-height: 1;
    border:1px solid rgba(255,255,255,0.7);
}
.footer_nt a{
font-size:1.5rem;
    color: #fff;
    font-weight: 800;
}
.footer02 {
    padding: 1.5rem 0 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer02> div:first-child {
    display: flex;
    gap:3.5rem;
     align-items: center;
}
.footer_text {
    color: rgba(155,155,155,0.7);
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
    font-size:0.7rem;
    line-height: 1.8;
    white-space: pre-line;
}
.footer02 h2 {
    opacity: 0.3;
}
.family_site {
    width: 9rem;
    font-size:0.7rem;
    position: relative;
}
.family_site div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #505050;
    border-radius: 1.1rem;
    color: #b2b2b2;
    padding: 0.7rem 1rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.family_site ul {
    background: #505050;
    padding: 0.5rem 0 30px;
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 17px;
    width: 100%;
    border-radius: 1.1rem 1.1rem 0 0;
}
.family_site ul li a:hover {
    background: #444;
}
.family_site ul li a{
    color: #b2b2b2;
    display: block;
    padding: 0.3rem 1rem;
}


 .modal {
     display: none;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     z-index: 99;
     padding: 20px;
     max-width: calc(67.03125vw + 40px);
     width: 100%;
 }
.modal.on {
    display: block;
}
/* .modal_wrap {
     max-height: calc(100vh - 40px)
 }*/
.modal_con {
    border-radius: 1.5rem;
    padding:2.75rem 1.5rem 4rem;
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    height: 100%;
    color: #fff;

}
.close {
    margin-bottom: 10px;
    position: relative;
}
.modal_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.modal_wrap h4 {
    font-weight: 700;
    font-size:2rem;
    margin-bottom: 1.2rem;
    color: var(--color);
}
.modal_level .flex{
    padding: 2.5rem 0 0 0;
    gap:2.5rem
}
.checkList li{
    padding-left: 30px;
    position: relative;
    font-weight: 300;
}
.checkList li:before{
    content:"";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/main/check_icon.png") no-repeat center/ 100% auto;
    position: absolute;
    left: 0;
    top: 5px;
}
.checkList li + li {
    margin-top: 1rem;
}
.checkList b {
    font-weight: 300;
    color: var(--color);
}
.modal_level .checkList li {
    padding-left: 120px;
    word-break: keep-all;
}
.modal_level .checkList li span {
    position: absolute;
    left: 30px;
    top:5px;
    font-weight: 500;
}
#modal_fee .modal_box img + img {
    margin-top: 1.5rem;
}
#modal_consulting h4 {
    margin-bottom: 1rem;
}
#modal_consulting h4 img{
    margin-left: 10px;
}
.modal_box > p{
    font-size:0.8rem;
    color: #b1b1b1;
    margin-bottom: 2rem;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' , sans-serif;
}

#modal_consulting form {
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    color: #000;
    margin-bottom: 1rem;
}
#modal_consulting ul li {
    display: flex;
}
#modal_consulting ul li + li {
    margin-top: 10px;
}
#modal_consulting ul li label {
    display: block;
    width: 150px;
    color: #333;
}
#modal_consulting ul li input {
    border:0;
    border-bottom: 1px solid #000;
    padding:0.5rem 1rem;
    width: 100%;
}
#modal_consulting ul li select {
    border:1px solid #000;
    padding: 0.5rem 1rem;
}
#modal_consulting ul li div {
    flex:1;
    display: flex;
    gap:10px
}
.scroll_term {
    padding: 1rem;
    background: #f3f3f3;
}
.scroll_term div {
    white-space: pre-line;
    overflow-y: auto;
    max-height: 150px;
}
#modal_consulting ul li:last-child {
    display: block;
}
.modal_term_chk {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 1rem 0;
    font-size:0.8rem;
}
.modal_term_chk input {
    margin-right: 0.5rem;
}
.modal_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0.5rem;
}
.modal_btm button {
    padding: 0.7rem 1.5rem;
    border-radius: 2rem;
    line-height: 1;
    font-size:1rem;
    border: 1px solid #000;
    margin-bottom: 0;
    width: max-content;
}
.modal_btm button:first-child {
    background: var(--color);
    border:1px solid var(--color);
    font-weight: 700;
}

























