@charset "euc-kr";

/* ==================================================
// 타이틀
================================================== */
/* 일반 */

.title_main {
    padding-bottom: 1px;
    color: #000;
    font-weight: bold;
    font-size: 30px;
}

@media (max-width:1200px) {

    /* 태블릿 */
    .title_main {
        letter-spacing: -1px;
    }
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {

    /* 태블릿 + Chrome (Android) */
    .title_main {
        letter-spacing: 0;
    }
}

@media (max-width:760px) {

    /* 모바일 */
    .title_main {
        padding-bottom: 0;
        font-size: 17px;
    }
}

/* 라인 */
.title_line {
    position: relative;
    height: 19px;
    text-align: center;
}

.title_line:before {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    border-top: 1px solid #3c3c3c;
    content: "";
}


@media (max-width:760px) {

    /* 모바일 */
    .title_line {
        height: 11px;
    }

    .title_line:before {
        top: 5px;
    }
}

/* 연도 */
@media (max-width:1200px) {

    /* 태블릿 */
    .title_year {
        letter-spacing: -1px;
        padding-left: 58px;
    }

}

@media (max-width:1200px) and (min-resolution:.001dpcm) {

    /* 태블릿 + Chrome (Android) */
    .title_year {
        letter-spacing: 0;
    }
}

@media (max-width:760px) {

    /* 모바일 */
    .title_year {
        padding-bottom: 0;
        font-size: 17px;
        padding-left: 20px;
    }
}



/* ==================================================
// N TV
================================================== */
.title_main {
    padding: 25px 0 0 20px;
    margin-bottom: 6px;
}

.title_line{
    line-height: 19px;
}


/* NTV 리스트 */
div.ntv-list {
    overflow: hidden;
}

div.ntv-list ul.list > li > a {
    display: block;
}




.newsletter_titleimg {
    display: block;
    height: auto;
    width: 100%;
    margin: 120px auto 38px;
}

.newsletter_title_big {
    text-align: center;
    font-size: 19px;
    color: #3c3c3c;
    margin-top: 40px;
    line-height: 27px;
}

.newsletter_title_small {
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
    margin-top: 40px;
    margin-bottom: 80px;
    line-height: 20px;
}

.newsletter_buttons {
    width: 368px;
    background-position: center;
    margin: 0 auto;
}



.newsletter_join_button {
    width: 154px;
    height: 36px;
    color: #fff;
    background-color: #a7824f;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    float: left;
    margin-bottom: 100px;
}

.newsletter_list_button {
    width: 154px;
    height: 36px;
    color: #fff;
    background-color: #3c3c3c;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    float: left;
    margin-left: 60px;
    margin-bottom: 100px;
}

/*
.newsletterbg{
    background-color: #f3f3f3;
    width: 1200px;
    height: 385px;
    position: absolute;
}
*/


div.ntv-list ul.list {
    margin: 0 -80px 0 0;
    background-color: #f3f3f3;
    padding-top: 20px;
}

div.ntv-list ul.list:after {
    display: block;
    clear: both;
    content: "";
}

div.ntv-list ul.list > li {
    float: left;
    padding-right: 40px;
    width: 30%;
}






@media (min-width:1201px) {

    /* PC */
    section.ntv {
        padding-top: 25px;
    }
    
    section.ntv h2 {
        margin-bottom: 5px;
        padding-left: 20px;
    }

    div.ntv-list nav.list-tab li a span {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }

    div.ntv-list ul.list {
        margin-top: 30px;
        padding-left: 80px;
        margin-bottom: 90px;
    }

    div.ntv-list ul.list > li {
        margin-top: 20px;
    }
    
    .newsletter_titleimg {
        display: block;
        height: 39px;
        width: 634px;
        margin: 120px auto 38px;
    }    

    .cont_text {
        margin: 10px 0 40px;
        width: 100%;
        text-align: center;
    }

    div.ntv-list ul.list span.date {
        display: block;
        color: #ea3323;
        font-size: 10.5px;
    }

    div.ntv-list ul.list strong.title {
        display: block;
        margin: 8px 0 10px;
        color: #000;
        font-weight: bold;
        font-size: 17px;
    }

    div.ntv-list ul.list span.category {
        display: block;
        color: #000;
        font-size: 13px;
        line-height: 18px;
    }

}

@media (max-width:1200px) and (min-width: 761px){

    /* 태블릿 */
   section.ntv {
        padding-top: 25px;
    }
    
    section.ntv h2 {
        margin-bottom: 5px;
        padding-left: 20px;
    }

    div.ntv-list nav.list-tab li a span {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }

    div.ntv-list ul.list {
        margin-top: 30px;
        padding-left: 50px;
        margin-bottom: 65px;
        background-color: #f3f3f3;
    }

    div.ntv-list ul.list > li {
        margin-top: 20px;
        padding-right: 25px;
    }
    
/*
    .newsletterbg{
        background-color:#f3f3f3;
        max-width: 100%;
        height: 23%
    }
    
*/
    .newsletter_titleimg {
        display: block;
        width: 500px;
        margin: 120px auto 38px;
    }
    
    .newsletter_title_big {
        text-align: center;
        font-size: 16px;
        color: #3c3c3c;
        margin-top: 40px;
        line-height: 23px;
    }

    .newsletter_title_small {
        text-align: center;
        font-size: 12px;
        color: #9d9d9d;
        margin-top: 40px;
        margin-bottom: 80px;
        line-height: 18px;
    }

    .cont_text {
        margin: 10px 0 40px;
        width: 100%;
        text-align: center;
    }

    div.ntv-list ul.list span.date {
        display: block;
        color: #ea3323;
        font-weight: bold;
        font-size: 9px;
    }

    div.ntv-list ul.list strong.title {
        display: block;
        margin: 8px 0 9px;
        color: #000;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

    div.ntv-list ul.list span.category {
        display: block;
        color: #000;
        font-size: 12px;
        line-height: 18px;
    }

    .newsletter_join_button {
        width: 145px;
        height: 33px;
        color: #fff;
        background-color: #a7824f;
        font-size: 14px;
        text-align: center;
        line-height: 33px;
        font-weight: bold;
        float: left;
        margin-bottom: 100px;
    }

    .newsletter_list_button {
        width: 145px;
        height: 33px;
        color: #fff;
        background-color: #3c3c3c;
        font-size: 14px;
        text-align: center;
        line-height: 33px;
        font-weight: bold;
        float: left;
        margin-left: 60px;
        margin-bottom: 100px;
    }

    

}


@media (max-width:1200px) and (min-resolution:.001dpcm) {

    /* 태블릿 + Chrome (Android) */
    div.ntv-list ul.list figcaption strong.title {
        letter-spacing: 0;
    }
}



@media (max-width:760px) {

    /* 모바일 */
    
     .newsletter_titleimg {
        display: block;
        height: auto;
        width: 70%;
        margin: 40px auto 0;
    }
    
    .newsletter_title_big {
        text-align: center;
        font-size: 13px;
        color: #3c3c3c;
        margin-top: 30px;
        line-height: 19px;
    }

    .newsletter_title_small {
        text-align: center;
        font-size: 10px;
        color: #9d9d9d;
        margin-top: 20px;
        margin-bottom: 50px;
        line-height: 16px;
    }
    
    
    .newsletter_cont1{
        display: none;
    }
    
/*
    .newsletterbg{
        background-color:#f3f3f3;
        max-width: 100%;
        height: 24.5%;
        margin-bottom: 20px;
    }
*/
    
    div.ntv-list ul.list {
        padding: 0 0 0 0;
        margin-bottom: 55px; 
    }

    div.ntv-list ul.list > li {
        padding: 0 1px 0 17px;
        width: 37%;
        margin: 35px 0 -5px 8px;
    }
    




    .cont_text {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    div.ntv-list ul.list span.date {
        display: block;
        color: #ea3323;
        font-weight: bold;
        font-size: 8px;
    }

    div.ntv-list ul.list strong.title {
        display: block;
        margin: 4px 0 4px;
        color: #000;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
    }

    div.ntv-list ul.list span.category {
        display: block;
        color: #000;
        font-size: 10px;
        line-height: 14px;
    }
    
     .newsletter_join_button {
        width: 100px;
        height: 30px;
        color: #fff;
        background-color: #a7824f;
        font-size: 11px;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        float: left;
        margin-bottom: 60px;
        margin-left: 59px;
    }

    .newsletter_list_button {
        width: 100px;
        height: 30px;
        color: #fff;
        background-color: #3c3c3c;
        font-size: 11px;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        float: left;
        margin-left: 50px;
        margin-bottom: 60px;
    }

}

