@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

/*
font-family: 'Pretendard';
*/
#sub_banner .menu_tt{
    opacity: 0;
}
#greeting #sub_banner{
    background: url(../../img/sub/sub_bannerr.png) no-repeat center center/cover;
}
#greeting{
    font-family: 'Pretendard';
    font-weight:300;
    letter-spacing:-0.02em;
}
#greeting .content{
    width:70%;
    margin:0 auto;
    padding-top:150px;
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:280px;
}
#greeting .gre_tit{
    font-weight: 700;
    font-size: 30px;
    color: #23442C;
    margin-bottom: 20px;
}
#greeting .greet_tt{
    margin-bottom:80px;
}
#greeting .box{
    width: 700px;
    height: 600px;
    background-color: #666;
}
#greeting .greet_tt .tt{
    font-family: 'Pretendard';
    font-size:32px;
    font-weight:700;
    letter-spacing:-0.04em;
    color:#464646;
    margin-bottom:10px;
}
#greeting .greet_tt .desc{
    font-size:28px;
    letter-spacing:-0.04em;
    color:#464646;
    word-break:keep-all;
}
#greeting .greet_tt .desc br{
    display:none;
}
#greeting .content .text{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
#greeting .content .text p{
    font-size:17px;
    letter-spacing:-0.02em;
    line-height:1.5;
    color:#666;
    word-break:keep-all;
}
#greeting .content .text p.bottom{
    margin-bottom:18px;
}
#greeting .content .text p.bold {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
#greeting .content .img_wrap .greet_img{
    margin-bottom:30px;
}
#greeting .content .img_wrap .sign{
    display:flex;
    /* justify-content:end; */
    align-items:center;
    gap:35px;
}
#greeting .content .img_wrap .sign p{
    font-size:20px;
    font-weight:500;
    letter-spacing:-0.02em;
    color:#464646;
}
#greeting .content .img_wrap .sign p span{
    font-weight:700;
    margin-right:10px;
}
#greeting .greets{
    width:1500px;
    margin:0 auto 230px;
    text-align:center;
}
#greeting .greets .title{
    font-family: 'Pretendard';
    font-size:30px;
    font-weight:600;
    letter-spacing:-0.02em;
    color:#23442C;
    margin-bottom:40px;
    word-break:keep-all;
}
#greeting .greets .title br{
    display:none;
}
#greeting .greets .sub_tt{
    text-transform:uppercase;
    font-size:28px;
    font-weight:300;
    color:#607866;
    letter-spacing:28px;
    margin-bottom:70px;
}
#greeting .greets .sub_tt br{
    display:none;
}
#greeting .greets .greet_list{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:50px;
}
#greeting .greets .greet_list li{
    position:relative;
}
#greeting .greets .greet_list li .bottom{
    width:100%;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background:rgba(96,120,102,.63);
    padding:40px 30px 50px;
    text-align:left;
}
#greeting .greets .greet_list li .bottom .part{
    font-size:30px;
    font-weight:600;
    letter-spacing:-0.02em;
    color:#fff;
    margin-bottom:15px;
}
#greeting .greets .greet_list li .bottom .name{
    font-size:25px;
    letter-spacing:-0.02em;
    color:#fff;
}

/* ------------------------------------ RESPONSIVE ------------------------------------- */
@media (max-width:1600px){
    #greeting .greets{
        width:90%;
    }
    #greeting .greets .greet_list{
        gap:10px;
    }
    #greeting .greets .greet_list img{
        width:100%;
    }
}
@media (max-width:1400px){
    #greeting .content{
        width:90%;
    }
    #greeting .content .text p {
        font-size: 18px;
    }
}
@media (max-width:1300px){
    #greeting .content .text p br{
        display:none;
    }
    #greeting .content .img_wrap .sign p {
        font-size: 20px;
    }
    #greeting .content .img_wrap .sign{
        gap:20px;
    }
}
@media (max-width:1200px){
    #greeting .greets .sub_tt{
        letter-spacing:18px;
    }
    #greeting .greets .greet_list li .bottom .part {
        font-size: 26px;
        margin-bottom:10px;
    }
    #greeting .greets .greet_list li .bottom .name {
        font-size: 22px;
    }
}
@media (max-width:1000px){
    #greeting .content{
        flex-direction:column;
        align-items:start;
        margin-bottom:130px;
    }
    #greeting .content .img_wrap{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    #greeting .gre_tit{
        align-self: flex-start;
        font-size: 26px;
    }
    #greeting .content .img_wrap .greet_img{
        width:auto;
        margin-left:0;
        margin-bottom:50px;
    }
    #greeting .content .text p {
        font-size: 16px;
    }
    #greeting .content .img_wrap .sign{
        justify-content:start;
    }
    #greeting .greets{
        margin-bottom:130px;
    }
    #greeting .greets .sub_tt {
        letter-spacing: 10px;
    }
    #greeting .greets .greet_list{
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
    }
}
@media (max-width:768px){
    #greeting .content{
        padding-top:80px;
        margin-bottom:100px;
    }
    #greeting .greet_tt .desc br{
        display:block;
    }
    #greeting .greets .title{
        font-size:24px;
    }
    #greeting .greets .sub_tt br{
        display:block;
    }
    #greeting .greets .greet_list li .bottom .part {
        font-size: 22px;
        margin-bottom:5px;
    }
    #greeting .greets .greet_list li .bottom .name {
        font-size: 20px;
    }
}
@media (max-width:500px){
    #greeting .content{
        padding-top:80px;
        width: 95%;
    }
    #greeting .greet_tt{
        margin-bottom:40px;
    }
    #greeting .greet_tt .tt{
        font-size:24px;
    }
    #greeting .greet_tt .desc {
        font-size: 20px;
    }
    #greeting .content .text p {
        font-size: 15px;
    }
    #greeting .content .img_wrap .greet_img{
        width:90%;
        margin-bottom:30px;
    }
    #greeting .content .img_wrap .sign p {
        font-size: 18px;
    }
    #greeting .greets .title{
        margin-bottom:20px;
    }
    #greeting .greets .title br{
        display:block;
    }
    #greeting .greets .sub_tt {
        letter-spacing: 5px;
        font-size:18px;
        margin-bottom:50px;
    }
    #greeting .greets .greet_list{
        grid-template-columns:1fr;
    }
    #greeting .greets .greet_list img,
    #greeting .greets .greet_list li .bottom{
        width:80%;
    }
}
@media (max-width:330px){
    #greeting .content .img_wrap .sign{
        flex-direction:column;
        align-items:start;
        gap:10px;
    }
    #greeting .greets .greet_list img,
    #greeting .greets .greet_list li .bottom{
        width:90%;
    }
}
@media (max-width:920px){    
    #greeting #banner_submenu .second_dep_list .submenu_a {
            width: 140px;
}
    }
@media (max-width:700px){
    #greeting #banner_submenu .second_dep_list .submenu_a {
        width: 120px;
    }
}
@media (max-width:600px) {   
    #greeting #banner_submenu .second_dep_list .submenu_a {
        width: 150px;
    }
}
@media (max-width:450px) {
    #greeting #banner_submenu .second_dep_list .submenu_a {
        width: 120px;
    }
}
@media (max-width:350px) {
    #greeting #banner_submenu .second_dep_list .submenu_a{
        width: 100px;
    }
}