@charset "utf-8";


#list_btn a{
display: flex;
justify-content: center;
margin-top: 80px;
}

#list_btn a{
    color: #adadad;
}

#list_btn span:nth-child(2){
    color: #adadad;
    font-size: 16px;
    font-weight: 600;
}

#contents .row h2{
    margin-top: 5px;
    text-align: center;
    font-size: 35px;
}
.main_tab ul{
    display: flex;
    justify-content: center;
}
.main_tab ul li{
    width: 130px;
    text-align: center;
    margin: 25px 20px;
}
.main_tab ul li a{
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.main_tab ul li a:hover{
    color: #FF9727;
    text-decoration: underline;
    font-weight: 700;
}
#profile{
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 130px;
}
#profile figure{
    width: 46%;
    text-align: right;
}

#profile figure img{
    width: 100%;
    max-width: 340px;
    box-shadow: -35px -35px 0 #FF9727, -70px -70px #FFE3C6;
    object-fit: cover;
    
}
.p_contents{
    width: 46%;
}
.p_contents .birth{
    margin-top: 5px;
}
.p_contents .birth dl{
    display: flex;
    align-items: center;
}
.p_contents .birth dl dt{
    font-weight: 700;
    font-size: 17px;
    margin-right: 25px;

}
.p_contents .birth dl dd{
    font-size: 17px;
}
#filmography{
    margin-bottom: 50px;
}
#filmography h3{
    font-size: 22px;
    font-weight: 700;
    margin: 35px 0;
}

#f_top .tab_btn ul{
    margin-bottom: 35px;
    display: flex;

}
#f_top .tab_btn ul li{
    margin-right: 50px;
    font-size: 17px;
    color: #787878;
    cursor: pointer;
}
#f_top .tab_btn ul li.on, .main_tab ul li.on a{
    color: #FF9727;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: bold;
}

.tab_list .tab_item{
    display: none;
}
.tab_list .tab_item:first-child{
    display: block;
}

.tab_list .tab_item ul li{
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
}

.tab_list .tab_item ul li time{
    font-weight: 700;
}
.tab_list .tab_item ul li p{
    margin-left: 30px;
}

.btn_f, .btn_a{
    margin: 10px 0;
}
.btn_f button, .btn_a button{
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
}
.btn_f button span, .btn_a button span{
    color: #FF9727;
}
.btn_f button span.arrow_m, .btn_a button span.arrow_m{
    margin-top: 3px;
    transition: 0.4s;
}
.btn_f button.selected span.arrow_m, .btn_a button.selected span.arrow_m{
    transform: rotate(180deg);
}

.btn_f button span:nth-child(1), .btn_a button span:nth-child(1){
    font-size: 15px;
    font-weight: 700;
    
}
.btn_f button:hover span:nth-child(1), .btn_a button:hover span:nth-child(1){
    text-decoration: underline 2px;
    text-underline-offset: 3px;
    
}

.hide_c, .hide_c_2{
    display: none;

}

#awards{
    max-width: 1050px;
    margin: 85px auto;
    border-top: 1px solid #adadad;
    display: flex;
    justify-content: center;
}

.title h3{
    font-size: 23px;
    font-weight: 700;
    margin: 75px 0 20px;
    margin-left: -45px;
}

.a_contents ul li, .a_contents .show_c div{
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
    
}
.a_contents ul li time, .a_contents .show_c div time{
    margin-right: 30px;
    font-weight: 700;
    color: #b1b1b1;
}
.f_c{
    display: flex;
    flex-direction: column;
}

.a_contents ul li > div p, .tab_list .tab_item ul li > div p{
    margin-bottom: 5px;
}



@media screen and (max-width:768px) {

    #contents .row h2 {
        font-size: 27px;
    }

    #profile{
    padding: 25px 15px 0 15px;
    flex-direction: column;
    }
    #profile figure {
        width: 100%;
        text-align: center;
    }

    #profile figure img{
        max-width: 300px;
        box-shadow: none;
    }

    .p_contents .birth {
        margin-top: 30px;
    }
    
    .main_tab ul li{
        width: 100px;
        margin: 20px 15px 20px;
    }
    .main_tab ul li a{
        font-size: 16px;
    }
    .p_contents {
        width: 100%;
    }
    .p_contents .birth dl {
        justify-content: center; 
        position: relative;
    }
    
    .p_contents .birth dl dt{
    font-size: 17px;
    }
    .p_contents .birth dl dd{
        font-size: 16px;
    }
    .p_contents .birth dl span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(255, 194, 129);
    position: absolute;
    top: -5px;
    left: 34%;
    z-index: -1;
    }

    #filmography {
        margin: 50px;
    }
    #filmography h3{
        font-size: 19px;
        margin: 20px 0;text-align: center;
    }
    .tab_list{
        display: flex;
        justify-content: center;
    }
    #f_top .tab_btn ul{
        justify-content: center;
    }
    #f_top .tab_btn ul li{
        margin-right: 14px;
        font-size: 13px;
    }

    .aw_box{
        padding: 20px 20px 0;
    }
    .title h3{
        font-size: 20px;
        font-weight: 700;
        margin-left: 0;
    }
    .a_contents ul li time, .show_c time{
        font-size: 14px;
    }
    .a_contents ul li p, .show_c div p{
        font-size: 14px;
    }
    .btn_a button span:nth-child(1){
        font-size: 14px;
        font-weight: 700;
        
    }
}

@media screen and (max-width:450px) {
    .p_contents .birth dl span{
        left: 27%;
    }
}