/* color */
:root {
    --main--color: #0c1b93;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    word-break: keep-all;
    /* 한글과 같이 띄어쓰기 없는 언어에서 단어 단위로 줄바꿈 */
    white-space: normal;
    /* 기본 공백 처리를 유지 */
    overflow-wrap: break-word;
    /* 길이가 긴 단어를 줄바꿈 */
    /* 단어별 줄바꿈 */
}

#wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    
    height: 100vh;
    background-size: cover;
}

#background {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.container {
    position: relative;
    z-index: 9;
    height: 100vh;
    overflow-y: scroll;
}


/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: "IBM Plex Sans KR", 'Noto Sans KR', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block; }
a{ color:inherit; }
p{ word-break: keep-all; }

.inner{ width:1200px; margin:0 auto; }

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

.sub_sec{ padding-top: 100px; }
.sub_sec .inner{ padding: 50px 0; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */


/* header */
header{ padding: 5px 0; background-color: #fff; position: fixed; z-index: 999; width: 100%; left: 0; top: 0; }
header .inner{ display: flex; align-items: center; justify-content: space-between; }
header .logoBox img{ width: 50px; }
header .logoBox span{ font-size: 20px; font-family: "IBM Plex Sans KR"; font-weight: 600; }
header .menuBtn{ width: 40px; height: 40px; cursor: pointer; display: flex; flex-direction: column; justify-content: center;  }
header .menuBtn span{ display: block; height: 4px; background-color: #222; margin-bottom: 5px; }
header .menuBtn span:last-child{ margin-bottom: 0; }
header .logo {
    display: inline-block;
}
header .logo_w {
    display: none;
}

header .menu{ 
    background-color: rgba(0,0,0,0.5); position: fixed; 
    width: 100%; height: 100%; left: 0; top: 0;  z-index: 99;
    transition: opacity 1s, visibility 1s; opacity: 0; visibility: hidden;
}
header .menu.on{ opacity: 1; visibility: visible;}
header .menu .menuContent{ 
    position: fixed; width: 227px; right: 0; height: 100%; background-color: #fff; 
    right: -227px; transition: right 1s;
}
header .menu.on .menuContent{ right: 0; } 

header .menu .menuContent .title{ background-color: var(--main--color); padding: 10px; color: #fff; display: flex; align-items: center; justify-content: space-between; }
header .menu .menuContent .title .closeBtn{ width: 40px; height: 40px; cursor: pointer; flex-shrink: 0;  }
header .menu .menuContent .title .closeBtn span{ display: block; background-color: #fff; height: 4px; margin-bottom: 5px; }
header .menu .menuContent .title .closeBtn span:nth-child(1){ transform: translateY(14px) rotate(45deg); }
header .menu .menuContent .title .closeBtn span:nth-child(2){ opacity: 0; visibility: hidden; }
header .menu .menuContent .title .closeBtn span:nth-child(3){ transform: translateY(-4px) rotate(-45deg); }

header .menu .menuContent .menu_list > li{ border-bottom: 1px solid #dfdfdf; }
header .menu .menuContent .menu_list > li > a{ display: block; padding: 10px; font-weight: 500; }

@media screen and (max-width: 650px) {  
    header .logoBox img{ width: 40px; }
    header .logoBox span{ font-size: 16px; }
}
@media screen and (max-width: 350px) {  
    header .logoBox span{ display: block; margin-top: 5px; }
}


/* header - on */
header.on{ background-color: rgba(0,0,0,0.1); }
header.on .logoBox span{ color: #fff;  }
header.on .menuBtn span{ background-color: #fff }

header.on .logo {
    display: none;
}
header.on .logo_w {
    display: inline-block;
}

header .pc_menu{ display: flex; align-items: center; gap: 20px; color: #222; }
header.on .pc_menu{ color: #fff; }

@media screen and (max-width: 1250px) {  
    header .pc_menu{ display: none; }
}

/* footer */
footer{ background-color: #222222; padding: 40px 0; }
footer .inner{ display: flex; flex-wrap: wrap; align-items: flex-start; font-family: "IBM Plex Sans KR"; font-weight: 500; }
 
footer .logo{ width: 100px; }
footer .content{ padding-left: 40px; color: #fff; width: calc(100% - 100px); }

footer .content .list{ display: flex; flex-wrap: wrap; margin-top: 10px; color: #7F7F7F; }
footer .content .list > li{ padding: 0 20px 10px 0; position: relative;  }
footer .content .list > li::after{ content:'|'; position: absolute; right: 10px; top: 0;  } 
footer .content .list > li:last-child:after{ display: none; }

footer .content .copy_right{ margin-top: 20px; font-size: 12px; }

@media screen and (max-width: 850px) {  
    footer .logo{ display: block; margin: 0 auto; }

    footer .content{ width: 100%; padding-left: 0; margin-top: 40px; }
    footer .content .praivacy{ text-align: center; }
    footer .content .list{ justify-content: center; }
    footer .content .list > li{ width: 100%; text-align: center; padding: 0 0 10px 0; }
    footer .content .list > li::after{ display: none; }

    footer .content .copy_right{ text-align: center; }
}
@media screen and (max-width: 650px) { 
    footer .content{ font-size: 14px; }
}

/* main common */
.main .titleWrap .icon{ 
    display: block; margin: 0 auto; width: 60px; height: 60px; background-size: contain; 
    background-repeat: no-repeat; background-position: center; margin-bottom: 20px;
}
.main .titleWrap .t1{ text-align: center; font-family: "IBM Plex Sans KR"; font-weight: 600; font-size: 24px; line-height: 1.5em; }
.main .titleWrap .t1 b.underline{ 
    background: linear-gradient(to top, rgba(0, 237, 36, 0.2) 50%, transparent 50%); 
    padding: 0 5px;
}
@media screen and (max-width: 1250px) { 
    .main .titleWrap .t1{ font-size: 20px; }
}
@media screen and (max-width: 650px) { 
    .main .titleWrap .icon{ width: 40px; height: 40px; }
    .main .titleWrap .t1{ font-size: 18px; }
}

/* main - article01 */
.main .article01{ 
    background-image: url(../img/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    padding: 100px 0 50px 0;
}
.main .bottom_bar{ position: absolute; left: 0; bottom: 0; width: 100%; height: 40%; background-color: #fff; }
.main .article01 .inner{
     position: relative; z-index: 1; 
     opacity: 0; transform:translateY(40px); transition: transform 1s, opacity 1s;

}
.main .article01.on .inner{ opacity: 1; transform: translateY(0); }
.main .article01 .container01{ 
    display: flex; border-radius: 20px; overflow: hidden; font-family: "IBM Plex Sans KR"; 
    background: rgba(0, 0, 0, 0.5); background-size: cover; 
}
.main .article01 .container01 > li:nth-child(1){ 
    width: 400px;  background-color: var(--main--color); padding: 10px 20px; 
    /* background-image: url('../img/main_article01_left_bg.png'); 
    background-size: 35%; background-position: center bottom;
    background-repeat: no-repeat; */
    display: flex; align-items: center; justify-content: center;
}
.main .article01 .container01 > li:nth-child(2){ 
    width: calc(100% - 400px); padding: 20px 20px; 
}

.main .article01 .container01 > li .titleBox{ text-align: center; font-weight: 500; color: #fff; }

.main .article01 .container01 > li .titleBox .item01{ padding-bottom: 20px; position: relative; }
.main .article01 .container01 > li .titleBox .item01::after{ 
    content:''; display: block; width: 80px; height: 4px; background-color: #fff; 
    position: absolute; left: calc(50% - 40px); bottom: 0;
}

.main .article01 .container01 > li .titleBox .logo{ display: block; margin: 0 auto; }
.main .article01 .container01 > li .titleBox .t1{ font-size: 40px; font-weight: 600; margin-top: 10px; }
.main .article01 .container01 > li .titleBox .t2{ font-size: 25px; margin-top: 20px; }
.main .article01 .container01 > li .titleBox .t2 b{ font-weight: 600; }
.main .article01 .container01 > li .titleBox .t3{ margin-top: 10px; margin-top: 10px; }

.main .article01 .container01 > li .titleBox .item02{ padding-top: 30px; font-size: 20px; line-height: 1.3em; }
.main .article01 .container01 > li .titleBox .item02 b{ font-weight: 600; }

.main .article01 .container01 > li .menu{ display: flex; flex-wrap: wrap; }
.main .article01 .container01 > li .menu > li{ width: calc(100% / 2); padding: 10px; }
.main .article01 .container01 > li .menu > li.full{ width: 100%; }

.main .article01 .container01 > li .menu > li .item{
    position: relative;
    border-radius: 20px; overflow: hidden; background-color: #dfdfdf; padding: 40px 0; background-color: #222;
    display: flex; justify-content: center; flex-direction: column; align-items: center;
    background-size: cover; background-repeat: no-repeat; background-position: center;
}
.main .article01 .container01 > li .menu > li:nth-child(1) .item{ background-image: url('../img/11.jpg'); } 
.main .article01 .container01 > li .menu > li:nth-child(2) .item{ background-image: url('../img/222.png'); } 
.main .article01 .container01 > li .menu > li:nth-child(3) .item{ background-image: url('../img/4.avif'); } 
.main .article01 .container01 > li .menu > li:nth-child(4) .item{ background-image: url('../img/hole.jpeg'); } 

.main .article01 .container01 > li .menu > li .item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2); /* 불투명한 오버레이 색상 */
            z-index: 0; /* 배경을 콘텐츠 뒤로 보내기 위해 z-index 설정 */
        }

        .main .article01 .container01 > li .menu > li .item .content {
            position: relative; 
        }

.main .article01 .container01 > li .menu > li .item .icon{ 
    background-color: var(--main--color); width: 60px; height: 60px; border-radius: 50%; margin: 0 auto; 
    background-size: 50%; background-repeat: no-repeat; background-position: center;
}
.main .article01 .container01 > li .menu > li:nth-child(1) .item .icon{ background-image: url('../img/icon1_w.png'); }
.main .article01 .container01 > li .menu > li:nth-child(2) .item .icon{ background-image: url('../img/icon2_w.png'); }
.main .article01 .container01 > li .menu > li:nth-child(3) .item .icon{ background-image: url('../img/icon3_w.png'); }
.main .article01 .container01 > li .menu > li:nth-child(4) .item .icon{ background-image: url('../img/icon4_w.png'); }


.main .article01 .container01 > li .menu > li .item .t1{ 
    text-align: center; margin-top: 10px; background-color: var(--main--color); color: #fff; 
    padding: 5px 20px; font-size: 20px; border-radius: 40px;
    font-weight: 500; display: flex; align-items: center;
}
.main .article01 .container01 > li .menu > li .item .t1::after{ content:'►'; margin-left: 10px; font-size: 0.5em; }

.main .article01 .container02{ 
    padding: 20px 0; border-bottom: 1px solid var(--main--color); display: flex; align-items: center; 
    flex-wrap: wrap; justify-content: center; font-family: "IBM Plex Sans KR"; font-weight: 500; font-size: 20px;
}
.main .article01 .container02 .golf_icon{ margin-right: 10px; }
.main .article01 .container02 b{ font-weight: 600; background: linear-gradient(to top, rgba(237, 109, 0, 0.2) 50%, transparent 50%); }

@media screen and (max-width: 1250px) { 
    .main .article01 .container01 > li:nth-child(1){ width: auto; flex-shrink: 0; }
    .main .article01 .container01 > li:nth-child(2){ width: 100%; }

    /* left  */
    .main .article01 .container01 > li .titleBox .logo{ width: 40%; }
    .main .article01 .container01 > li .titleBox .t1{ font-size: 3vw; }
    .main .article01 .container01 > li .titleBox .t2{ font-size: 2.2vw; }
    .main .article01 .container01 > li .titleBox .t3{ font-size: 1.3vw; }
    .main .article01 .container01 > li .titleBox .item02{ font-size: 1.8vw; }

    /* right */
    .main .article01 .container01 > li .menu > li .item .t1{ font-size: 1.5vw; }

}
@media screen and (max-width: 850px) { 
    .main .article01 .container01{ flex-wrap: wrap; }

    .main .article01 .container01 > li:nth-child(1){ width: 100%; padding: 10px 10px 20px 10px; }
    .main .article01 .container01 > li:nth-child(2){ padding: 10px; }

    .main .article01 .container01 > li .titleBox .t1{ font-size: 24px; }
    .main .article01 .container01 > li .titleBox .t2{ margin-top: 5px; font-size: 16px; line-height: 1.5em; }
    .main .article01 .container01 > li .titleBox .t3{ font-size: 16px; }

    .main .article01 .container01 > li .titleBox .item01{ padding-bottom: 20px; }
    .main .article01 .container01 > li .titleBox .item02{ padding-top: 20px; font-size: 16px; }

    .main .article01 .container01 > li .menu > li .item .t1{ font-size: 16px; }

    .main .article01 .container02{ font-size: 16px; text-align: center; width: 100%;  }

}
@media screen and (max-width: 650px) { 
    .main .bottom_bar{ height: 20%; }

    .main .article01 .container01 > li .menu > li { width: 100%; padding: 5px; }
    .main .article01 .container01 > li .menu > li .item .t1{ font-size: 14px; }

    .main .article01 .container02 .golf_icon{ width: 40px; height: 40px; margin-bottom: 10px; }

}

/* main - article02 */
.main .article02{ 
    padding: 100px 0; background-color: #FAFAFA;
}

.main .article02 .inner{ opacity: 0; transform:translateY(40px); transition: transform 1s, opacity 1s; }
.main .article02.on .inner{ opacity: 1; transform: translateY(0); }

.main .article02 .titleWrap .icon{ background-image: url('../img/icon1.png'); }

.main .article02 .container01{ margin-top: 30px; }
.main .article02 .container01 .list{ box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.15); border-radius: 20px 0 0 20px; overflow: hidden; }
.main .article02 .container01 .list > li{ display: flex; flex-wrap: wrap; }
.main .article02 .container01 .list > li .t1{ 
    padding: 10px 15px; border-bottom: 1px solid #fff;
    display: flex; align-items: center; justify-content: center;
    width: 180px; background-color: var(--main--color); color: #fff; text-align: center; 
}
.main .article02 .container01 .list > li:last-child .t1{ border-bottom: none; }
.main .article02 .container01 .list > li .t2{ 
    width: calc(100% - 180px); padding: 10px 15px; 
    border: 1px solid #E4E4E4; border-bottom: none;
}
.main .article02 .container01 .list > li:last-child .t2{ border-bottom: 1px solid #E4E4E4; }

.main .article02 .container01 .list > li .t2 .orange{ color: var(--main--color); }
.main .article02 .container01 .list > li .t2 .blue{ color: #176AB5; }

@media screen and (max-width: 1250px) { 
    .main .article02 .container01 .list > li .t1{ width: 120px; }
    .main .article02 .container01 .list > li .t2{ width: calc(100% - 120px); }
}
@media screen and (max-width: 850px) { 
    .main .article02 .container01 .list{ font-size: 14px; }
}
@media screen and (max-width: 650px) { 
    .main .article02{ padding: 50px 0; }

    .main .article02 .container01 .list > li .t1{ width: 75px; font-size: 12px; padding: 5px; }
    .main .article02 .container01 .list > li .t2{ width: calc(100% - 75px); }
}

/* main - article03 */
.main .article03{ padding: 100px 0; }

.main .article03 .inner{ opacity: 0; transform:translateY(40px); transition: transform 1s, opacity 1s; }
.main .article03.on .inner{ opacity: 1; transform: translateY(0); }

.main .article03 .titleWrap .icon{ background-image: url('../img/icon2.png'); }

.main .article03 .container01{ margin-top: 20px; position: relative; }
.main .article03 .container01 .toch_wrap{ 
    position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; 
    background-color: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center;
    color: #fff; cursor: pointer; display: none;
}
.main .article03 .container01 .toch_wrap .iconBox{ animation: table_opacity ease-in-out 2s infinite; }
.main .article03 .container01 .toch_wrap .icon{ display: block; margin: 0 auto; width: 60px; height: 70px; }
.main .article03 .container01 .toch_wrap .t1{ text-align: center; font-size: 14px; margin-top: 5px; }


.main .article03 .container01 .schedule{ width: 100%; border-collapse: collapse; }
.main .article03 .container01 .schedule td{ padding: 10px; border-bottom: 1px solid #E4E4E4; border-right: 1px solid #E4E4E4; text-align: center; }
.main .article03 .container01 .schedule td.left{ text-align: left; }
.main .article03 .container01 .schedule td:last-child{ border-right: none; }
.main .article03 .container01 .schedule td.right{ border-right: 1px solid #E4E4E4; }
.main .article03 .container01 .schedule .title{ background-color: var(--main--color); color: #fff; font-weight: 600; border-radius: 20px 20px 0 0; border-bottom: none; }

.main .article03 .container01 .schedule .gray{ background-color: #7f7f7f; color: #fff; text-align: center; border-bottom: none; border-right: none; }
.main .article03 .container01 .schedule .gray2{ background-color: #FAFAFA; }

.main .article03 .notice{ position: relative; margin-top: 5px; padding-left: 20px; }
.main .article03 .notice::before{ content:'※ '; left: 0; top: 0; position: absolute; }

@media screen and (max-width: 850px) {
    .main .article03 .container01 .tableWrap{ overflow-y: hidden; overflow-x: scroll; }
    .main .article03 .container01 .toch_wrap{ display: flex; transition: opacity 0.5s, visibility 0.5s; }
    .main .article03 .container01 .toch_wrap.on{ opacity: 0; visibility: hidden; }
    .main .article03 .container01 .schedule{ font-size: 14px; width: 850px; }
}
@media screen and (max-width: 650px) { 
    .main .article03{ padding: 50px 0; }
    .main .article03 .notice{ font-size: 14px; padding-left: 15px; }
}

/* main - article04 */
.main .article04{ padding: 100px 0; background-color: #FAFAFA; }
.main .article04 .titleWrap .icon{ background-image: url('../img/icon4.png'); }

.main .article04 .container01{ margin: 40px auto 0 auto; display: flex; flex-wrap: wrap; max-width: 1000px; }
.main .article04 .container01 > li { width: calc(100% / 2); padding: 10px; }
.main .article04 .container01 > li img{ width: 100%;  }

.main .article04 .container01 > li .list{ display: flex; justify-content: space-between; flex-direction: column; height: 100%; }
.main .article04 .container01 > li .list > li{ margin-bottom: 12px; }
.main .article04 .container01 > li .list > li:last-child{ margin-bottom: 0; }
.main .article04 .container01 > li .list > li p{ 
    background-color: var(--main--color); color: #fff; padding: 20px; border-radius: 10px; 
    font-family: "IBM Plex Sans KR"; font-size: 24px; font-weight: 500; list-style: 1.3;
}
.main .article04 .container01 > li .list > li.center{ text-align: center; }
.main .article04 .container01 > li .list > li b{ font-size: 32px; font-weight: 600; margin-top: 10px; }

.main .article04 .container02{ margin-top: 30px; text-align: center; font-family: "IBM Plex Sans KR"; }
.main .article04 .container02 .t1{ font-weight: 600; font-size: 30px; }
.main .article04 .container02 .t2{ font-size: 20px; margin-top: 5px; }

@media screen and (max-width: 1250px) {
    .main .article04 .container01 > li img{ height: 100%; }
    .main .article04 .container01 > li .list > li p{ font-size: 16px; }
    .main .article04 .container01 > li .list > li b{ font-size: 18px; }

    .main .article04 .container02 .t1{ font-size: 24px; }
    .main .article04 .container02 .t2{ font-size: 16px; }
}
@media screen and (max-width: 700px) {
    .main .article04 .container01 > li{ width: 100%; }
    .main .article04 .container01 > li .list > li p{ padding: 10px; text-align: center; }

}
@media screen and (max-width: 650px) { 
    .main .article04{ padding: 50px 0; }
    .main .article04 .container01 > li .list > li p{ font-size: 14px; border-radius: 5px; }
    .main .article04 .container01 > li .list > li b{ font-size: 16px; }

    .main .article04 .container02 .t1{ font-size: 16px; }
    .main .article04 .container02 .t2{ font-size: 14px; }
}

/* main - article05 */
.main .article05{ padding: 100px 0; }

.main .article05 .inner{ opacity: 0; transform:translateY(40px); transition: transform 1s, opacity 1s;}
.main .article05.on .inner{ opacity: 1; transform: translateY(0); }

.main .article05 .titleWrap .icon{ background-image: url('../img/icon.png'); }

.main .article05 .teacher{ display: flex; flex-wrap: wrap; margin-top: 30px; }
.main .article05 .teacher > li{ width: 50%; padding: 10px; }
.main .article05 .teacher > li .item{ 
    background-color: var(--main--color); height: 100%; padding: 0 20px 20px 0; position: relative; 
    color: #fff; font-family: "IBM Plex Sans KR";
}
.main .article05 .teacher > li .item .imgBox img{ width: 100%; }

.main .article05 .teacher > li .item .contentBox{ 
    position: absolute; right: 0; bottom: 0; background-color: var(--main--color); 
    padding: 20px; 
}
.main .article05 .teacher > li .item .contentBox .t1{ font-weight: 600; font-size: 22px; }
.main .article05 .teacher > li .item .contentBox .t1::after{ content:''; display: block; width: 40px; height: 2px; background-color: #fff; margin: 5px 0; }
.main .article05 .teacher > li .item .contentBox .t2{ font-weight: 500; line-height: 1.5em; }

.main .article05 .testimonialsBox{ 
    background-image: url('../img/main_article05_bottom_bg.png'); background-size: cover; 
    background-repeat: no-repeat; background-position: center; height: 240px; 
    margin: 0 auto; width: calc(100% - 20px); display: flex; align-items: center; justify-content: center;
    border-radius: 20px; cursor: pointer; margin-top: 10px;
}
.main .article05 .testimonialsBox .icon{ 
    display: block; width: 60px; height: 60px; background-color: var(--main--color); border-radius: 50%; 
    margin: 0 auto; background-image: url('../img/main_article05_bottom_icon.png'); background-size: 60%; 
    background-repeat: no-repeat; background-position: center; 
}
.main .article05 .testimonialsBox .t1{ 
    margin-top: 10px; background-color: var(--main--color); color: #fff; padding: 10px 20px; 
    border-radius: 40px; font-family: "IBM Plex Sans KR"; font-weight: 500; font-size: 20px;
}



@media screen and (max-width: 1250px) { 
    .main .article05 .teacher > li .item { padding: 0; }
    .main .article05 .teacher > li .item .imgBox{ overflow: hidden; background-color: #E1E3E2; }
    .main .article05 .teacher > li .item .contentBox{ position: relative; }

    .main .article05 .teacher > li .item .contentBox .t1{ font-size: 18px; }
    .main .article05 .teacher > li .item .contentBox .t2{ font-size: 15px; }

    .main .article05 .testimonialsBox .t1{ font-size: 18px; }

}
@media screen and (max-width: 650px) { 
    .main .article05{ padding: 50px 0; }

    .main .article05 .teacher > li{ width: 100%; text-align: center; }
    .main .article05 .teacher > li .item .contentBox .t1{ font-size: 16px; }
    .main .article05 .teacher > li .item .contentBox .t1::after{ margin: 5px auto; }
    .main .article05 .teacher > li .item .contentBox .t2{ font-size: 14px; }

    .main .article05 .testimonialsBox .t1{ font-size: 16px; }
}


/* testtimonials_popup  */
.main .article05 .testtimonials_popup{ 
    position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9999; 
    left: 0; top: 0; padding: 10px; display: flex; align-items: center; justify-content: center; 
    opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s;
}
.main .article05 .testtimonials_popup.on{ opacity: 1; visibility: visible; }
.main .article05 .testtimonials_popup .popup_content{ max-width: 1200px; }
.main .article05 .testtimonials_popup .popup_content .btnWrap{ display: flex; justify-content: flex-end; }
.main .article05 .testtimonials_popup .popup_content .btnWrap .btnBox{ width: 40px; height: 40px; cursor: pointer; }
.main .article05 .testtimonials_popup .popup_content .btnWrap .btnBox span{ display: block; background-color: #fff; height: 4px; width: 100%; margin-bottom: 4px; }

.main .article05 .testtimonials_popup .popup_content .btnWrap .btnBox span:nth-child(1){ transform: translateY(14px) rotate(45deg); }
.main .article05 .testtimonials_popup .popup_content .btnWrap .btnBox span:nth-child(2){ transform: translateY(6px) rotate(-45deg) ; }

.main .article05 .testtimonials_popup .popup_content .contentWrap{ height: 80vh; overflow-y: scroll; overflow-x: hidden; }
.main .article05 .testtimonials_popup .popup_content .contentWrap img{ width: 100%; }

 
/*============================ privacy ============================*/
.f_popup_bg{ 
    background-color:rgba(0,0,0,0.5); position:fixed;
    left:0; top:0; width:100%; height:100%; z-index:9999; 
    display:flex; align-items: center; justify-content: center;
    padding:10px; font-family: 'Noto Sans KR', sans-serif;
    opacity:0; visibility: hidden; transition: all 0.5s;

}
.f_popup_bg.on{ opacity:1; visibility: visible; }
.f_popup_bg .popup_box{ width:90%; max-width:480px; }
.f_popup_bg .btn_wrap{ width:100%; display:flex; justify-content: flex-end; }
.f_popup_bg .btn_wrap .btn{ width:30px; height:30px; cursor:pointer; padding:0; }
.f_popup_bg .btn_wrap .btn span{ display:block; width:100%; height:2px; background-color:#fff;  }
.f_popup_bg .btn_wrap .btn span:nth-child(1){ transform: translateY(14px) rotate(-45deg); -webkit-transform: translateY(14px) rotate(-45deg); }
.f_popup_bg .btn_wrap .btn span:nth-child(2){ transform: translateY(12px) rotate(45deg); -webkit-transform: translateY(12px) rotate(45deg); }
.f_popup_bg .content_wrap{ background-color:#fff; overflow-y: scroll; max-height: 60vh; padding:40px 30px; margin-top:10px; }
.f_popup_bg .content_wrap p.title{ text-align:center; font-weight: 600; font-size: 20px;  }
.f_popup_bg .content_wrap p.content{ font-size: 16px; margin-top:30px; font-weight: 300;  }


@media screen and (max-width: 650px) {
    .f_popup_bg .content_wrap p.content{ font-size: 14px; margin-top: 20px; }
    .f_popup_bg .content_wrap{ padding: 20px 15px;  }
}


section.board{ padding-top: 80.98px; }
section.board .boardContainer{ padding: 50px 0; }

/* floating menu */
.float_menu{ position: fixed; z-index: 4; right: 0; bottom: 0; padding: 10px; }
.float_menu > li{ display: flex; align-items: center; justify-content: center; width: 80px; padding: 5px 0; }
.float_menu > li img{ width: 100%; }
.float_menu > li:nth-child(1) img{ width: 120%; transform: translateX(-10%); }


@media screen and (max-width: 1250px) {
    .float_menu > li{ width: 70px; }
}
@media screen and (max-width: 650px) {
    .float_menu > li{ width: 14vw; }
}



/* animation */
@keyframes table_opacity {
    0% { opacity: 0; }
    50%{ opacity: 1; }
    100%{ opacity: 0; }
}

/* pc floatingApply  */
.RightFloatingSec{ position: fixed; z-index: 999; transition: right 0.5s; right: 0; top: calc(50% - 200px); display: flex; align-items: flex-start; }
.RightFloatingSec .showHideBtn{ color: #fff; font-family: "IBM Plex Sans KR"; font-weight: 600; gap: 8px; background-color: #222; border-radius: 2px 0 0 2px; padding: 20px 10px; display: flex; align-items: center; justify-content: center; border: none; }
.RightFloatingSec .showHideBtn .icon{ width: 10px; transform: rotate(180deg); }
.RightFloatingSec.hide .showHideBtn .icon{ transform: rotate(0deg); }

.floatingPc{ background-color: #222; padding: 20px 10px; border-radius: 0 4px 4px 4px; width: 245px; }
.RightFloatingSec .applyWrap{ position: absolute; right: 0; display: flex; align-items: flex-start; transition: right 1s; }
.RightFloatingSec.hide .applyWrap{ right: -245px; }
.floatingPc .titleBox{ display: flex; gap: 10px; justify-content: center; align-items: center; font-family: 'Ttangsbudaejjigae'; color: #fff; }
.floatingPc .titleBox .text{ font-size: 18px; }
.floatingPc .titleBox .t1{ font-size: 24px; }
.floatingPc .titleBox .t1 span{ color: #F6DDAB; }
.floatingPc .titleBox .bar{ width: 110px; max-width: 100%; }
.floatingPc .titleBox .telBox{ font-size: 34px; font-weight: 500; }

.floatingPc .formList{ margin-top: 20px; }
.floatingPc .formList > li .ipt{ width: 100%; padding: 10px; border-radius: 4px; font-size: 14px; border: 1px solid #fff; }
.floatingPc .formList > li .ipt::placeholder{ color: #222; }
.floatingPc .formList > li + li{ margin-top: 6px; }
.floatingPc .agreeBox{ display: flex; align-items: center; gap: 10px; margin-top: 6px; color: #fff; font-size: 14px; cursor: pointer; } 
/* .floatingPc .agreeBox input[type="checkbox"]{ display: none; } */
/* .floatingPc .agreeBox .txt{ position: relative; padding-left: 26px; } */
/* .floatingPc .agreeBox .txt::before{ content:''; position: absolute; display: block; width: 20px; height: 20px; border: 1px solid rgba(239, 122, 0, 1); background-color: #fff; left: 0; } */
/* .floatingPc .agreeBox input[type="checkbox"]:checked + .txt::before{     background-color: #ED6D00;
    background-image: url(../img/check_icon.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat; } */
.floatingPc .submitBtn{ width: 100%; margin-top: 10px; border-radius: 1000px; padding: 8px; background-color: rgba(239, 122, 0, 1); border: 1px solid rgba(239, 122, 0, 1); font-size: 18px; font-weight: 700; color: #fff; }
@media screen and (max-width: 900px) {
    .RightFloatingSec{ pointer-events : none; }
    .RightFloatingSec .showHideBtn{ pointer-events: auto; }
    .floatingPc{ pointer-events: auto; }
    .RightFloatingSec .showHideBtn .icon{ transform: rotate(0deg); }
    .RightFloatingSec.hide .showHideBtn .icon{ transform: rotate(180deg); }
    .RightFloatingSec .applyWrap{ right: -245px; }
    .RightFloatingSec.hide .applyWrap{ right: 0; }
}
@media screen and (max-width: 650px) {
    /* 紐⑤컮�쇱뿉�쒕룄 �ъ슜�� 寃쎌슦 �꾩옱 以� 二쇱꽍 �댁＜�몄슂.  .RightFloatingSec{ display: none; }   */
    /* .RightFloatingSec{ display: none; }  */
    .RightFloatingSec{ top: calc(50% - 150px); }
}
@media screen and (max-width: 500px) {

    /* .floatingPc{ width: 200px; } */
    .floatingPc .titleBox .t1{ font-size: 18px; }
    .floatingPc .titleBox .telBox{ font-size: 26px; }

    .floatingPc .formList{ margin-top: 6px; }
    .floatingPc .formList > li .ipt{ font-size: 13px; padding: 5px; }
    .floatingPc .agreeBox .txt{ font-size: 13px; }
    .floatingPc .agreeBox .txt::before{ width: 15px; height: 15px; top: 2px; } 
    .floatingPc .submitBtn{ font-size: 14px; }
}

.click{
    font-size: 1.2em;
    color: var(--main--color);
    font-weight: bold;
    text-decoration: underline;
}

.click1{
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.box{
    width: 100%;
    height: 100%;
    background: var(--main--color);
    border-radius: 10px;
    padding: 50px;
}
.box-logo{
    width: 70px;
    margin: 0px auto;
}

.box-image{
    margin-top: 30px;
    width: 100%;
    height: calc(100% - 100px);
    min-height: 300px;
    background: url('../img/box.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
