@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap');
/* CSS Document */
.pro_or{color: #ed6a00;}
.pro_ho{color: #39b54a;}
.pro_ns{color: #93278f;}
.pro_kc{color: #282c96;}
.pro_yo{color: #c50129;}

@media screen and (min-width: 1024px){
    
    .lsn_head h2{font-size: 46px;}
    .lsn_head h4{font-size: 28px;}
    .lsn_head p{font-size: 20px;}
}

@media screen and (max-width: 1023px){
    
    .lsn_head h2{font-size: 2.5rem;}
    .lsn_head h4{font-size: 1rem;}
}

.lesson_wrap h1 img{
    width: 100%;
}

.bold{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
}

.lsn_head{
    padding: 20px 0;
    text-align: center;
}
.lsn_head h2{
    padding-bottom: 15px;
}

.lsn_head p{
    padding: 25px 0;
    font-weight: bold;
    line-height: 2rem;
}


.lsn_list li{
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.lsn_list li h4{
    width: 6rem;
    font-weight: bold;
}
.lsn_list li p{
    font-weight: bold;
    line-height: 1.5rem;}

.lsn_caption{
    padding: 25px 0;
    text-align: center;
    font-size: 1.45rem;
}
.lsn_info{
    text-align: right;
    font-size: 0.95rem;
}

.coach_profile{
    position: relative;
    padding-top: 50px;
    display: flex;
}

.coach_profile picture{
    width: 40%;
}

.coach_profile picture img{
    width: 100%;
    transform: translateX(-25px) translateY(25px) scale(1.2);
}

.coach_profile > div{
    width: 60%;
    padding: 25px;
    text-align: center;
}


.prof_top{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}
.coach_profile h4{
    padding: 10px 0;
    font-size: 1.8rem;
}

.prof_rm{
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    color: #666;
}

.prof_text{
    padding-top: 20px;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.brush{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 415px;
    height: 269px;
    z-index: -1;
    background: url("../img/brush.svg") no-repeat;
}