@charset "utf-8";







/* subcontents */




#subcontent {


}




.subcontent__wrap {
    width: 1230px;
    margin: 0 auto;
    
}


.subcontent__span {
    font-size: 16px;
    font-weight: 500;
}



.subcontent01__wrap {
    margin-top: 150px;
}




.subcontent02__wrap {
    margin-top: 50px;

}







/* ¶óÀÌÆ®°¶·¯¸® : Ç×¸ñº° »çÁø¸¸ µû·Î³ª¿À°Ô ÇÑ ¼Ò½º

        .lightgallery__wrap{display: flex; flex-wrap: wrap;}
        .light__gallery {width: 30%; margin: 10px; }
        .light__gallery ul {margin: 0 auto;}
        .light__gallery li {width: 100%; text-align: center;}
        .light__gallery li a {width: 30%; color: #494949; }
        .light__gallery li a:hover img {opacity: 0.5; }
        .light__gallery li img {width: 100%;}
 */



/* ¶óÀÌÆ®°¶·¯¸® : ½æ³×ÀÏÀº µû·Î³ª¿À°í Ç×¸ñ »çÁøÀº ´Ù ³ª¿À°Ô ÇÑ ¼Ò½º */

         .lightgallery__wrap{}
        .light__gallery .lightbox {display: flex; flex-wrap: wrap;}
        .light__gallery a {width:30%; color: #494949;   margin: 10px;  }
        .light__gallery a:hover img {opacity: 0.5; }
        .light__gallery img {width: 100%;}



/* È­¸é³Êºñ 0~1350px */
@media (max-width: 1350px){


    #subcontent {
        margin-left: 5%;
        margin-right: 5%;
    }


    .subcontent__wrap {
        width: 100%;
    }
    
    .subcontent01__wrap {
        margin-top: 120px;
    }




/* È­¸é³Êºñ 0~680px */
@media (max-width: 680px){



/* ¶óÀÌÆ®°¶·¯¸® */

 .light__gallery a{width: 100%;}


    .subcontent01__wrap {
        margin-top: 20vw;
    }

        
    .sub_h1 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .sub_h3 {
        font-size: 20px;
        line-height: 38px;
    }


    .sub_h4 {
        font-size: 16px;
        line-height: 20px;
    }


}



