*{
    background-color: #f3f3f3;
    color: #464646;
    font-size: 18px;
    margin: 0;
}

a{
    color: #464646;
    display: inline-block !important;
}

body{
    height: 100%;
}

main{
    margin-top: 7%;
}

a p{
    display: inline !important;
}

p{
    display: inline-block;
}

.contents{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contents .left_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contents .right_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.contents .left_box img{
    width: 220px;
    border-radius: 50%;
    margin-bottom: 34px;
}

.contents .left_box .name p{
    display: block !important;
    align-items: center;
    text-align: center;
}

.contents .left_box .name .kor_name{
    font-size: 24px;
    font-weight: 1000;
}

.right_box h1{
    display: inline-block;
    text-align: left;
    font-size: 40px;
    margin-bottom: 100px;
}

.right_box > ul > li{
    margin-bottom: 60px;
}

.profile_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

hr{
    display: inline-block;
    border: #b9b9b9 1px solid;
    width: 13px;
    transform: rotate(90deg);
}

.right_box ul li h2{
    font-size: 24px;
}

.right_box ul li p{
    font-size: 18px;
    margin-bottom: 8px;
}

.right_box > ul > li > .first_item{
    margin-top: 20px;
}
