@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

/* font-family: 'Noto Sans KR', sans-serif;*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans KR', sans-serif;
}
#organization{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    color:#4E4E4E;
    padding-top:170px;
}
#organization .container{
    width:1600px;
    margin:-75px auto 0;
    background:#fff;
}
#organization .chart{
    padding-top:160px;
    text-align:center;
    margin-bottom:210px;
}
#organization .chart .ceo{
    position:relative;
    z-index:1;
}
#organization .chart .ceo::after{
    content:'';
    width:610px;
    height:130px;
    border:1px dotted #B8B8B8;
    border-bottom:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%);
    z-index:-1;
}
#organization .chart .ceo p{
    font-size:20px;
    color:#fff;
    width:260px;
    height:260px;
    border-radius:50%;
    border:15px solid #FFF8E9;
    background:#FFEBBF;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-transform:uppercase;
    position:relative;
    z-index:1;
    margin:0 auto;
    box-sizing:border-box;
}
#organization .chart .ceo p::after{
    content:'';
    width:calc(100% - 22px);
    height:calc(100% - 22px);
    border-radius:50%;
    background:#FFC953;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:-1;
}
#organization .chart .ceo .bold{
    font-size:25px;
    font-weight:700;
    letter-spacing:-0.005em;
}
#organization .chart .team{
    margin-top:-10px;
    display:flex;
    justify-content:center;
    gap:270px;
}
#organization .chart .team > div{
    display:flex;
    justify-content:center;
}
#organization .chart .team > div .each_team{
    margin:0 -20px;
}
#organization .chart .team > div .each_team .circle{
    width:210px;
    height:210px;
    border-radius:50%;
    background:rgba(255,235,191,.6);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-bottom:100px;
}
#organization .chart .team > div .each_team .circle .small{
    font-size:10px;
    color:#626262;
    text-transform:capitalize;
    word-break:keep-all;
}
#organization .chart .team > div .each_team .circle .small br{
    display:none;
}
#organization .chart .team > div .each_team .circle .name{
    font-size:22px;
    font-weight:700;
    letter-spacing:-0.005em;
    color:#626262;
}
#organization .chart .team > div .each_team .part{
    position:relative;
}
#organization .chart .team > div .each_team .part::after{
    content:'';
    width:0;
    height:55px;
    border:none;
    border-left:1px dotted #B8B8B8;
    position:absolute;
    bottom:calc(100% + 25px);
    left:50%;
    transform:translateX(-50%);
}
#organization .chart .team > div .each_team .part .part_name{
    font-size:20px;
    font-weight:500;
    letter-spacing:-0.005em;
    color:#626262;
    margin-bottom:25px;
}
/* --------------------------------- RESPONSIVE --------------------------------- */
@media (max-width:1650px){
    #organization .container{
        width:90%;
    }  
}
@media (max-width:1100px){
    #organization .chart .team{
        margin-top:50px;
        gap:130px;
    }
    #organization .chart .ceo::after {
        width: 470px;
        height: 180px;
    }
}
@media (max-width:900px){
    #organization .chart .ceo::after {
        width: 410px;
        height: 150px;
    }
    #organization .chart .team{
        margin-top:20px;
        gap:110px;
    }
    #organization .chart .team > div .each_team .circle {
        width: 190px;
        height: 190px;
    }
}
@media (max-width:768px){
    #organization{
        padding-top:109px;
    }
    #organization .chart {
        padding-top: 100px;
        margin-bottom:130px;
    }
    #organization .chart .ceo::after {
        width: 310px;
        height: 135px;
    }
    #organization .chart .ceo p{
        width:220px;
        height:220px;
        font-size:18px;
    }
    #organization .chart .ceo p .bold{
        font-size:20px;
    }
    #organization .chart .team{
        gap:50px;
    }
    #organization .chart .team > div .each_team {
        margin: 0 -10px;
    }
    #organization .chart .team > div .each_team .circle {
        width: 150px;
        height: 150px;
    }
    #organization .chart .team > div .each_team .circle .name {
        font-size: 18px;
    }
    #organization .chart .team > div .each_team .part .part_name {
        font-size: 18px;
    }
}
@media (max-width:600px){
    #organization .chart .ceo::after {
        width: 250px;
        height: 115px;
    }
    #organization .chart .ceo p {
        width: 180px;
        height: 180px;
    }
    #organization .chart .team {
        gap: 30px;
    }
    #organization .chart .team > div .each_team .circle {
        width: 130px;
        height: 130px;
        margin-bottom:70px;
    }
    #organization .chart .team > div .each_team .circle .name {
        font-size: 16px;
    }
    #organization .chart .team > div .each_team .circle .small br:not(.mb){
        display:block;
    }
    #organization .chart .team > div .each_team .part::after{
        height:40px;
        bottom:calc(100% + 15px);
    }
    #organization .chart .team > div .each_team .part .part_name {
        font-size: 16px;
    }
}
@media (max-width:500px){
    #organization{
        padding-top:99px;
    }
    #organization .container {
        margin: -55px auto 0;
    }
    #organization .chart {
        padding-top: 80px;
    }
    #organization .chart .ceo::after {
        width: 185px;
        height: 100px;
    }
    #organization .chart .ceo p {
        width: 150px;
        height: 150px;
        font-size:16px;
    }
    #organization .chart .ceo p .bold {
        font-size: 18px;
    }
    #organization .chart .team {
        gap:23px;
    }
    #organization .chart .team > div .each_team .circle {
        width: 100px;
        height: 100px;
    }
    #organization .chart .team > div .each_team .circle .name {
        font-size: 14px;
    }
    #organization .chart .team > div .each_team .circle .small br.mb{
        display:block;
    }
    #organization .chart .team > div .each_team .part .part_name {
        font-size: 14px;
        margin-bottom:15px;
    }
    #organization .chart .team > div.right .each_team .circle .small{
        margin-bottom:15px;
    }
}
@media (max-width:350px){
    #organization .chart .team {
        gap: 0px;
    }
    #organization .chart .team > div .each_team .circle {
        width: 90px;
        height: 90px;
    }
}