#cast section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
    margin-bottom: 200px;
}

#cast section img { width: 33%;}

#cast .cast_detail_txt { width: 67%;}

#cast h3 {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#cast .right { flex-direction: row-reverse;}

#cast .left h3 { padding-left: 50px;}

#cast .right h3 { padding-right: 50px;}

#cast h3 p:first-of-type { 
    font-size: 60px;
    letter-spacing: 0.1em;
}

#cast h3 p:first-of-type span { 
    display: flex;
    align-items: end;
}

#cast h3 p:first-of-type span::after {
    display: block;
    content: attr(data-caption);
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40%;
    letter-spacing: 0.1em;
}

#cast h3 p:last-of-type { font-size: 35px;}

#cast .left .comment, #cast .left .profile { margin-left: 50px;}

#cast .right .comment, #cast .right .profile { margin-right: 50px;}

#cast .sub_cast {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#cast .sub_cast li {
    width: 46%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
}

#cast .sub_cast li:nth-child(even) { margin-left: 100px;}

#cast .sub_cast li:last-child { margin-bottom: 0;}

#cast .sub_cast li img { 
    width: 55%;
    margin-bottom: 25px;
}

#cast .sub_cast h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    border: none;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#cast .sub_cast h3 p:first-of-type {
    font-size: 40px;
    margin-right: 15px;
}

#cast .sub_cast h3 p:last-of-type {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.1em;
}

#cast .sub_cast_name {
    text-align: center;
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 1;
}

#cast .sub_cast_comment {
    font-size: 20px;
    line-height: 1.5;
}

/* ================= responsive ================= */
@media (max-width: 1920px) {
    #cast h3 p:first-of-type { font-size: 3.3em;}

    #cast h3 p:last-of-type { font-size: 1.9em;}

    #cast h3 {
        margin-bottom: 1.66em;
        padding-bottom: 0.55em;
    }

    #cast .left h3 { padding-left: 2.77em;}

    #cast .left .comment, #cast .left .profile { margin-left: 2.77em;}

    #cast section { margin-bottom: 11.1em;}

    #cast .sub_cast li { margin-bottom: 5.55em;}
    
    #cast .sub_cast li:nth-child(even) { margin-left: 5.55em;}

    #cast .sub_cast li img { 
        width: 55%;
        margin-bottom: 25px;
    }
    
    #cast .sub_cast h3 { margin-bottom: 1em;}
    
    #cast .sub_cast h3 p:first-of-type {
        font-size: 2.22em;
        margin-right: 0.35em;
    }
    
    #cast .sub_cast h3 p:last-of-type { font-size: 1.25em;}
    
    #cast .sub_cast_name {
        font-size: 1.66em;
        margin-bottom: 0.6em;
    }
    
    #cast .sub_cast_comment { font-size: 1.11em;}

    #cast .sub_cast li img { margin-bottom: 1.38em;}
}

@media (max-width: 1600px) {
    #cast .sub_cast li:nth-child(even) { margin-left: 5em;}

    #cast section img { width: 38%;}

    #cast .cast_detail_txt { width: 62%;}
}

@media (max-width: 1300px) {
    #cast .sub_cast li:nth-child(even) { margin-left: 3em;}
}

@media (max-width: 1200px) { 
    #cast h3 p:first-of-type { font-size: 2.3em;}

    #cast h3 p:last-of-type { font-size: 1.7em;}

    #cast .sub_cast h3 p:first-of-type { font-size: 2em;}

    #cast .sub_cast h3 p:last-of-type { font-size: 0.9em;}
}


@media (max-width: 900px) {

    #cast section, #cast .right {
        flex-direction: column;
        align-items: center;
    }

    #cast section img { 
        width: 50%;
        margin-bottom: 1.66em;
    }

    #cast .cast_detail_txt { width: 90%;}

    #cast .left h3 { padding-left: 0;}

    #cast .right h3 { padding-right: 0;}

    #cast .left .comment, #cast .left .profile { margin-left: 0;}

    #cast .right .comment, #cast .right .profile { margin-right: 0;}

    #cast h3 p:first-of-type span::after { font-size: 50%;}

    /* #cast .sub_cast { 
        flex-direction: column;
        align-items: center;
    } */

    #cast .sub_cast li { width: 85%;}

    #cast .sub_cast li img { width: 50%;}
}

@media (max-width: 700px) {
    #cast h3 p:first-of-type { font-size: 2.5em;}

    #cast .sub_cast h3 p:first-of-type { font-size: 2.1em;}

    #cast .sub_cast h3 p:last-of-type { font-size: 1.25em;}
}

@media (max-width: 600px) {
    #cast section { margin-bottom: 7em;}

    #cast section img { width: 70%;}

    #cast h3 p:first-of-type { font-size: 6vw;}

    #cast h3 p:last-of-type { font-size: 5vw;}

    #cast h3 p:first-of-type span::after { font-size: 60%;}

    #cast .cast_detail_txt { width: 100%;}

    #cast .sub_cast h3 p:first-of-type { font-size: 5.5vw;}

    #cast .sub_cast h3 p:last-of-type { font-size: 4vw;}

    #cast .sub_cast_name { font-size: 5vw;}

    #cast .sub_cast_comment { font-size: 4vw;}

    #cast .sub_cast li { 
        width: 95%;
        margin-bottom: 6em;
    }
    
    #cast .sub_cast li:nth-child(even) { margin-left: 0;}

    .sub_cast_txt { width: 100%;}

    #cast .sub_cast li img { width: 65%;}
}


