@charset "utf-8";

/**********************************************

* Project   : 
* File name : ht_main.css
* Author    : Hightouch

**********************************************/


/*--------------------------------------------------------------------------------

 * 공통영역

--------------------------------------------------------------------------------*/
.home-section_title{
    text-align: center;
}

.home-section_title h3.title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -2px;
    color: #000;
}

.home-section_title p.sub_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}

.home-section_title p.desc {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

.home-text_area{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.home-text_area p.title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.home-text_area p.desc{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}


/*--------------------------------------------------------------------------------

 * 섹션

--------------------------------------------------------------------------------*/
.section-row{
    margin-top: 0px;
}

.section-row.first{
    margin-top: 70px;
}


/*--------------------------------------------------------------------------------

 * 슬라이드

--------------------------------------------------------------------------------*/
h1.main-sld_title{
    font-size: 42px;
    text-align: center !important;
    color: #fff;
}

p.main-sld_desc{
    font-size: 16px;
    text-align: center !important;
    color: #fff;
}


/*--------------------------------------------------------------------------------

 * 예산군꾸러미농산물 참여농가

--------------------------------------------------------------------------------*/
.main-section_title h2{
    font-size: 34px;
    font-weight: 300;
    color: #000;
}

.main-section_title a.btn_view{
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.main-section_title a.btn_view::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 300ms ease-in-out;
}


.main-section_title a.btn_view:hover::before{
    width: 0%;
    height: 1px;
}


/*--------------------------------------------------------------------------------

 * 하단 메뉴 링크

--------------------------------------------------------------------------------*/
.main-section_notice {
    padding-left: 60px;
}

.main-section_notice p.desc{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
    color: #fff;
}

.main-section_notice p.name{
    display: inline-block;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: left;
    color: #fff;
}


/*--------------------------------------------------------------------------------

 * 하단 메뉴 링크

--------------------------------------------------------------------------------*/

.main-box_link_cont{
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
}

.main-box_link_cont a.btn_view{
    position: relative;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.main-box_link_cont a.btn_view::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 300ms ease-in-out;
}

.main-box_link_cont a.btn_view:hover::before{
    width: 0%;
    height: 1px;
}



/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1600px

 PC 컨텐츠 넓이 : 1600px
	
*************************************************/

@media only screen and (max-width: 1600px) {

}


/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1180px

 PC 컨텐츠 넓이 : 1180px
	
*************************************************/

@media only screen and (max-width: 1300px) {
    
}


/*************************************************
 * Tablet Area
 * Max width : 1024px;

 타블렛 PC, 아이패드 768 x 1024
	
*************************************************/

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 768px) {

    /* 디스플레이 */
    .mobile_show{
        display: block;
    }

    .pc_show{
        display: none;
    }

}

/*************************************************
 * Tablet Area
 * Max width : 1024px;

 타블렛 PC, 아이패드 768 x 1024
	
*************************************************/

@media only screen and (max-width: 425px) {
    
}