@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@charset "utf-8";



/* 내용관리 */

/* #ctt {margin:10px 0;padding:20px;background:#fff} */

.ctt_admin {text-align:right; display: none;}

#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ctt_con {
    margin-top: 40px; 
    padding:10px 0;line-height:1.6em}

#ctt_con img{max-width:100%;height:auto}

.ctt_img {text-align:center}



.cont_title {
    font-size: 50px;
    font-weight: 600;
    padding: 0 0 30px 0;
    border-bottom: 2px solid #313131;
}



.greet_top p {
    text-align: left;
    font-family: 'NanumMyeongjobold';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 90px;
}

.sign {
    margin-top: 30px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Pretendard' !important;

}
.sign span {
    font-family: 'NanumBrush' !important;
    margin-left: 30px;
    font-size: 47px;
}
.greet_cont {
    margin-top: 115px;
}
.greet_cont p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 20px;
    word-break: keep-all;
}

.executive_cont_wrap {
    padding: 50px 0;

}

.executive_cont_wrap h3 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 32px;
    position: relative;
}
.executive_cont_wrap h3::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../../..//img/aa.png) no-repeat;
    background-size: 24px 24px;

}
.executive_cont {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}
.executive_cont > div {
    width: calc(20% - 10px);
    /* height: 290px; */
}
.executive_img {
    width: 100%;
    height: 16vw;
    overflow: hidden;
    border-radius: 10px;
}
.executive_img img {
    width: 100%;    
    /* transform: scale(3); */
}
.executive_cont div p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;

    span {
        font-size: 14px;
        color: var(--main-color);
        font-weight: 600;
        margin-right: 7px;
    }
}


.ghlwkd_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.ghlwkd {
    margin-top: 50px;
    padding: 20px;
    background: #edf3fb;
    border: 1px solid #e4ecfb;
    border-radius: 30px;
    width: 550px;
    display: flex;
    gap: 30px;
    height: 260px;
}
.qnghlwkd {
    width: 400px;
    height: 200px;
}
.ghlwkd_img {
    width: 50%;
    border-radius:10px;
    overflow: hidden;
}
.qnghlwkd .ghlwkd_img {
    width: 50%;
    height: 100%;
}
.ghlwkd_img img {
    /* transform: scale(5); */
}
.ghlwkd_txt {
    flex:1;
    padding-top: 22px;
}
.ghlwkd_txt_title {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}
/* .ghlwkd_txt_title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90%;
    height: 2px;
    background: var(--main-color);
} */
.ghlwkd_txt_name {
    font-size: 26px;
    font-weight: 600;
    /* padding: 15px 0 0 0px; */
}


.downline {
    position: relative;
}
.downline::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #818181;
    transform: translateX(-50%);
}   

.qnsrhk_cont {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 100px;       
    gap: 20px;
    position: relative;
}
.qnsrhk_cont::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 640px;
    height: 1px;
    background: #818181;
    transform: translateX(-50%);

}

.qnsrhk_cont_01 {
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.qnsrhk_cont_01::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #818181;
    transform: translateX(-50%);
}
.qnsrhk_title {
    padding: 20px 0;
    background: var(--main-color);
    color: #fff;
}

.qnsrhk_txt {
    padding: 20px;
    background: #fff;
    font-size: 16px;
    line-height: 2;
    border: 1px solid #ddd;
}

@media (max-width:1200px) {
    .executive_img {
        height: 21vw;
    }
    
    .ghlwkd {
        width: 50vw;
        height: 24vw;
    }
    .qnghlwkd {
        width: 46vw;
        height: 25vw;
        margin-top: 4vw;
    }
    .ghlwkd_txt_title {
        
        font-size: 1.6vw;
    }
    .ghlwkd_txt_name {
        font-size: 2.7vw;
    }
    .ghlwkd_txt {
        padding-top: 1vw;
    }
    .ghlwkd_txt_title {
        padding-bottom: 0.5vw;
    }
    .executive_cont div p {
        margin-top: 0.5vw;
    }
    .executive_cont_wrap {
        padding: 5vw 0;
    }
}

@media (max-width:1024px) {
    .executive_cont > div {
        width: calc(20% - 16px);
    }
    .qnghlwkd {
        width: 51vw;
        height: 28vw;
        margin-top: 4vw;
    }
}

@media (max-width:768px) {
    .executive_cont > div {
        width: calc(25% - 16px);
    }
    .executive_img {
        height: 26vw;
    }
    .executive_cont div p {
        font-size: 16px;
    }
    .ghlwkd_txt_name {
        font-size: 18px;
    }
    .ghlwkd_txt_title {
        font-size: 14px;
    }
    .ghlwkd {
        margin-top: 4vw;
    }
    .qnghlwkd {
        width: 60vw;
        /* flex:1; */
        height: 46vw;
    }

}
@media (max-width:640px) {
    .executive_cont > div {
        width: calc(33.3% - 15px);
    }
    .executive_img {
        height: 33vw;
    }
    .ghlwkd {
        width: 58vw;    
        gap: 1vw;
        padding: 2vw;
        border-radius: 3vw;
        flex-direction: column;
        height: 60vw;
    }
    .qnghlwkd {
        flex-direction: column;
        width: auto;
        width: 60vw;
        height: 70vw;
    }
    .ghlwkd_img {
        width:auto;
        height: 50vw;
    }
    .ghlwkd_img img {
        width: 100%;
    }
    .qnghlwkd .ghlwkd_img {
        width: auto;
        height: 100%;
        border-radius: 2vw;
    }
    .ghlwkd_txt_title {
        display: inline-block;
        padding-left: 3px;
    }
    .ghlwkd_txt_name {
        display: inline-block;
        padding-left: 5px;
    }
}

@media (max-width:480px) {
    .cont_title {
        font-size: 7vw !important;
    }
}