/*공통*/
.page_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.page_text_small {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.art_name {
    font-family: 'Pretendard';
    color: #000;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 5px;
}

.art_name_bold {
    font-weight: 600;
}

.sample_width img{
    width: 100%;
}

/*page_01*/
.page_top_name {
    color: #333;
    font-family: 'NotoSerifKR';
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 30px;
}

.page_main_title {
    color: #3F2A19;
    font-size: 43px;
    font-weight: 600;
    line-height: 53px;
    margin: 0 0 25px 0;

}

.page_sub_title {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 38px;
}

.page_text_mg_b {
    margin-bottom: 20px;
}

/*page_04*/
.phenomenon_mg_t {
    margin-top: 20px;
}

/*page_05*/
.waterdrops_mg_t {
    margin-top: 40px;
}

/*page_06*/
.what_happened_mg {
    margin-top: 25px
}