/* BASIC css start */
/* 타이틀 영역 */
.sub_title {
        border-top: 1px solid #ddd;
        font-size:29px;
        line-height:28px;
        color: #333;
        font-weight:600;
        padding:30px 15px 0px;
}


/* 한글 타이틀 영역 */
.sub_title2 {
        font-size:18px;
        line-height:28px;
        color: #333;
        font-weight:300;
        padding:10px 15px;
        text-align:center;
}






 /*년도별 영역*/

 .function {
     width: 100%;
 }

 .function ul li {
     width: 100%;
     box-sizing: border-box;
 }

 .p_wrap {
     width: 100%;
     position: relative;
 }

 .p_wrap img {
     width: 100%;
     display:block;
 }

 .p_wrap .contents {

     padding: 20px 0px 50px 0px;
     width: 100%;
     box-sizing: border-box;
     position: absolute;
     top: 0;
 }


 .p_wrap .text {
     width: 100%;
     padding: 0 10%;
     box-sizing: border-box;
     color: #fff;
     margin-top:70%;

 }
 
  .p_wrap .text h2 {
        font-size:29px;
        line-height:28px;
        font-weight:600;

 }

 .p_wrap .text h1 {
     font-size: 15px;
     font-weight:500;
     margin-top: 20px;
     margin-bottom: 10px;

 }

 .p_wrap .text p {
     font-size: 15px;
     height: auto;
 }
/* BASIC css end */

