@charset "UTF-8";
/*----------------------------------------------------
	Introduction
----------------------------------------------------*/

/* Sec01
---------------------------*/
#sec01{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#sec01 .profile_wrap p{
    font-size: 16px;
    margin-bottom: 2rem;
}
#sec01 .ttl_sub_01 {
    margin-bottom: 1.6rem;
}
#sec01 .profile_wrap h4{
    font-size: 24px;
    color: #dc9ec0;
    margin-bottom: .6rem;
}
#sec01 .profile_wrap img{
    margin-bottom: 1rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec01{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    #sec01 .profile_wrap h4{
        font-size: 20px;
    }
    #sec01 .profile_wrap p{
        font-size: 14px;
    }
    #sec01 .list_check {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    #sec01{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #sec01 .profile_wrap h4{
        font-size: 20px;
    }
    #sec01 .profile_wrap p{
        font-size: 14px;
    }
    #sec01 .list_check {
        font-size: 14px;
    }
}

/* Sec02
---------------------------*/
#sec02{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
}
#sec02 .inha_area{
    text-align: center;
    margin-bottom: 3rem;
}
#sec02 .inha_area h2{
    margin-bottom: 1rem;
}
#sec02 .inha_area  h3{
    font-size: 32px;
    color: #6c4851;
}
#sec02 .flame_wrap h2{
    font-size: 54px;
    color: #6c4851;
    text-align: center;
    margin-bottom: 3rem;
}
#sec02 .flame_wrap h2 .txt_01{
    font-size: 59.25%;
    display: block;
}
#sec02 .flame_wrap h2 .txt_02{
    font-size: 174%;
    color: #dc9ec0;
    display: block;
}
#sec02 .flame_wrap h3{
    font-size: 24px;
    margin-bottom: 1rem;
    color: #6c4851;
    background-color: #ebe8dc;
    padding: 1rem 1.4rem;
}
#sec02 .flame_wrap p{
    font-size: 16px;
    margin-bottom: 2rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec02{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    #sec02 .inha_area  h2 img{
        width: 80%;
    }
    #sec02 .inha_area  h3{
        font-size: 26px;
    }
    #sec02 .flame_wrap h2{
        font-size: 38px;
    }
    #sec02 .flame_wrap h3{
        font-size: 18px;
        padding: .6rem 1rem;
    }
    #sec02 .flame_wrap p{
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    #sec02{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #sec02 .inha_area  h3{
        font-size: 16px;
    }
    #sec02 .flame_wrap h2{
        font-size: 20px;
        margin-bottom: 2rem;
    }
    #sec02 .flame_wrap h3{
        font-size: 18px;
        padding: .6rem 1rem;
    }
    #sec02 .flame_wrap p{
        font-size: 14px;
        margin-bottom: 1rem;
    }
}