@charset "utf-8";
html {
  scroll-behavior: smooth;
}

#organization {}
#organization .st0_sub_title {
    font-size:1rem;
    font-weight:400;
    text-align:center;
    font-family:"Noto Sans KR";
}

#organization .organization_cont {
    position: relative;
}
#organization .organization_cont::before {
    content:'';
    width:1px;
    height:355px;
    background-color:#ccc;
    position:absolute;
    left:50%;
    top:160px;
    transform:translateX(-50%);
    z-index:-1;
}
#organization .organization_cont .og1 {
    padding-bottom:120px;
}
#organization .organization_cont .og1 .tabs {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:180px;
    position: relative;
}
#organization .organization_cont .og1 .tabs::before {
    content:'';
    width:540px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: -1;
}
#organization .organization_cont .og1 .tabs .leri a {
    width:260px;
    height:66px;
    padding:10px;
    border-radius:50px;
    background-color:#666;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:unset;
}
#organization .organization_cont .og1 .tabs .leri a span {
    font-size:1.22rem;
    font-weight:500;
    letter-spacing:-0.66px;
    color:#fff;
    font-family:'Paperlogy';
}
#organization .organization_cont .og1 .tabs .boss a {
    width:160px;
    height:160px;
    border-radius:999px;
    background: #45A7E5;
    background: linear-gradient(136deg, rgba(69, 167, 229, 1) 26%, rgba(255, 232, 173, 1) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition: border 0.5s;
}
#organization .organization_cont .og1 .tabs .boss a span {
    font-size:1.55rem;
    font-weight:700;
    letter-spacing:-0.84px;
    color:#fff;
    font-family:'Paperlogy'; 
    transition: color 0.5s;   
}
#organization .organization_cont .og1 .tabs .boss a:hover {
    border-style: solid;
    border-width: 5px;
    border-image-slice: 0 !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-image-source: linear-gradient(to left, rgba(69, 167, 229, 1), rgba(255, 232, 173, 1));
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgba(69, 167, 229, 1), rgba(255, 232, 173, 1));
    transition: border 0.5s;
}
#organization .organization_cont .og1 .tabs .boss a:hover span {
    color:#3D8CBE;
    transition:all .5s;
}




#organization .organization_cont .og2 {
    padding-bottom:120px;
}
#organization .organization_cont .og2 .tabs a {
    width:260px;
    height:78px;
    margin: auto;
    border-radius:99px;
    border-style: solid;
    border-width: 5px;
    border-image-slice: 0 !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-image-source: linear-gradient(to left, rgba(69, 167, 229, 1), rgba(255, 232, 173, 1));
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgba(69, 167, 229, 1), rgba(255, 232, 173, 1));
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.5s;
}
#organization .organization_cont .og2 .tabs a span {
    font-size:1.33rem;
    font-weight:600;
    letter-spacing:-0.72px;
    color:#3D8CBE;
    font-family:'Paperlogy';
}
#organization .organization_cont .og2 .tabs a:hover {
    background: #45A7E5;
    background: linear-gradient(136deg, rgba(69, 167, 229, 1) 26%, rgba(255, 232, 173, 1) 100%);
    border-color:transparent;
    border-image-source:none;
    border-width: 0;
    transition: border-color .5s;
}
#organization .organization_cont .og2 .tabs a:hover span {
    color:#fff;
}


#organization .organization_cont .og3 .tabs {
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:300px;
    position: relative;
}
#organization .organization_cont .og3 .tabs::before {
    content:'';
    width:320px;
    height:1px;
    background-color:#ccc;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index: -1;
}
#organization .organization_cont .og3 .tabs a {
    width:260px;
    height:76px;
    border-radius:30px;
    background-color:#45A7E5;
    border:3px solid #45A7E5;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition: .5s;
}
#organization .organization_cont .og3 .tabs a span {
    font-size:1.22rem;
    font-weight:700;
    letter-spacing:-0.66px;
    color:#fff;
    font-family:'Paperlogy';
    transition: .5s;
}
#organization .organization_cont .og3 .tabs a:hover {
    background-color:#fff;
    transition: .5s;
}
#organization .organization_cont .og3 .tabs a:hover span {
    color:#45A7E5;
    transition: .5s;
}



#organization .ogran_detail {}
#organization .ogran_detail .ogran_detail_title {
    font-size:1.33rem;
    font-weight:500;
    font-family:'Paperlogy';
    position: relative;
    padding-left:28px;
    margin-bottom:30px;
}
#organization .ogran_detail .ogran_detail_title::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    background: #45A7E5;
    background: linear-gradient(90deg, rgba(69, 167, 229, 1) 17%, rgba(255, 232, 173, 1) 99%);
}






/* ********** 반응형 미디어 쿼리 css ********** */
@media(max-width:1800px) {}
@media(max-width:1660px) {}
@media(max-width:1440px) {}
@media(max-width:1200px) {
    #organization .organization_cont .og1 .tabs {
        gap:120px;
    }
}
@media(max-width:1024px) {}
@media(max-width:991px) {
    #organization .organization_cont .og1 .tabs .leri a {
        width:230px;
    }
    #organization .organization_cont .og2 .tabs a {
        width:230px;
    }
    #organization .organization_cont .og3 .tabs a {
        width:230px;
    }
}
@media(max-width:768px) {
    #organization .organization_cont .og1 .tabs {
        gap:100px;
    }
    #organization .organization_cont .og1 .tabs .leri a {
        width:200px;
    }
    #organization .organization_cont .og2 .tabs a {
        width:200px;
    }
    #organization .organization_cont .og3 .tabs a {
        width:200px;
    }
}
@media(max-width:640px) {}
@media(max-width:480px) {}
@media(max-width:320px) {}