@charset "utf-8";

body {
    background: #edf0ed; 
    font-family: 'SaintMonica'; 
    color: #FF9B00; /*폰트 색상*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: justify;
}
.row {padding: 0 50px;}

section {position: relative;}
body p {text-align: justify;}
#section1 {border-bottom: 1px solid #FFBB00;}
#section3_1,#section4_1,#section5_1 {background: #FFBB00;}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}
  
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFBB00;
    width: 13px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.sec3_title,.sec4_title,.sec5_title {
    display: none;
}