.sec_01 {
    width: 100%;
    min-width: 1700px;
    background-color: #d1e6df;
    
}

.page_tit {
    width: 80%;
    color: #5a5858;
    border-bottom: 1px solid #106536;
    padding-top: 30px;
    margin: 0 auto;
}
.page_tit ul li{
    width: 100%;

}

.page_tit ul li h2 {
    font-family: "Gontserrat-Regular";
    color: #106536;
    text-align: center;
    margin: 20px auto;
    font-size: 30px;
    
}

.page_tit ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 10px 0;
}

/***************************************/
.sec_02 {
    width: 100%;
    min-width: 1700px;
    height: 100%;
    background-color: #d1e6df;
    position: relative;

}

.sec_02 div {
}
.sec_02 ul {
}
.sec_02 li {
    margin: 0 auto;
    text-align: center;
    width: 80%;   
}
.sec_02 li a{
    padding: 10px;    
    border: 1px solid #106536;
    border-radius: 10px;
    width: 80%;
    color: #106536;   
}
.sec_02 img {
    width: 80%;
    margin: 20px auto;    
    
}



.font .font_01 {
    font-family: "Ibarra Real Nova";
    font-weight: bold;
}

.font .font_02 {
    font-family: "NotoSansKR-Regular";
    font-weight: bold;    
}

.font .font_03 {
    font-family: "NanumMyeongjo";
}

/******************************************/



/***************************/
.fix_btn {
    position: fixed;
    bottom: 10px;
    width: 80%;
    min-width: 700px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.fix_btn ul {
    float: right;
}

.fix_btn ul li {
    background-color: #757575;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-family: "Gontserrat-Regular";
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    float: left;
    margin: 20px;
}

.fix_btn ul li:hover {
    background-color: #3b5752;
    color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}


.fix_btn .view_btn a {
    color: white;
}
