@charset "utf-8";

/* PDF지면보기 서비스 개선 추가 css */

.et_pdftitWrap{
    width: 1200px;
    margin: 40px auto 30px;
    text-align: center;
}
.et_pdftitWrap > h3.title{
    font-size: 45px;
    font-weight: 300;
}
.et_pdftitWrap > h3.title span{
    font-weight: 600;
    border-bottom: 0px solid #aec8f1;
    box-shadow: 0 -24px 0 #aec8f1 inset;
}
.et_pdftitWrap dl.pdfsubtitle{
    margin-top: 20px;
}
dl.pdfsubtitle dt{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
dl.pdfsubtitle dd{
    color: #888;
    font-size: 14px;
    margin-top: 25px;
    line-height: 160%;
}
dl.pdfsubtitle.subtitle dd.info_text{
    font-size: 15px;
    margin-top: 25px;
    color: #888;
}
a.ppbtn{
    font-weight: bold;
    margin-left: 4px;
}
a.ppbtn > span{
    display: inline-block;
    position: relative;
    top: 7px;
}
a:hover.ppbtn{
    color: #314f9c ;
}
a:hover.ppbtn svg.acr_arrow path{
    fill: #314f9c;
}

/*왼쪽에서 오른쪽으로 이동하는 에니메이션*/
.t_r_underline, .b_lst_underline{
    position: relative;
  }
  .t_r_underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0px;
    height: 2px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
    background-color: #314f9c;
  }

  .t_r_underline:hover:after{
    width: 96%;
    opacity: 1;
  }
  .b_lst_underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0px;
    height: 2px;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
    background-color: #314f9c;
  }
  .b_lst_underline:hover:after{
    width: 100%;
    opacity: 1;
  }

/* 일자별 PDF 리스트 */
section.et_pdfListWrap{
    width: 1200px;
    margin: 0 auto 0;
}
div.selc_date_Wrap{
    border-top: 4px solid #264186;
    border-bottom: 1px solid #c3c3c3;
    padding: 24px 0 24px;
    text-align: center;
}
div.sel_btn{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 0;
}
div.sel_btn select{
    width: 120px;
    height: 48px;
    padding: 0 20px 0;
    -webkit-box-shadow: 0px 3px 17px -9px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 3px 17px -9px rgb(0 0 0 / 35%);
    box-shadow: 0px 3px 17px -9px rgb(0 0 0 / 35%);
    appearance: none;
    -webkit-appearance: none;
    font: 300 14px 'Noto Sans KR';
    color: #222 !important;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    cursor: pointer;
}

div.sel_btn select::-ms-expand {
    display : none ;
}
div.sel_btn .select_arrow{
    position: absolute;
    top: 11px;
    right: 15px;
    pointer-events: none;
}
div.n_page_btn{
    display: inline-block;
    vertical-align: top;
}
a.n_page_btn_lnk{
    display: block;
    width: 120px;
    height: 48px;
    line-height: 47px;
    background: #314f9c;
    border-radius: 6px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
a.n_page_btn_lnk:hover{
    background: #24386c;
    transition: all 0.45s ease-in-out;
}
svg.page_lnk_ico{
    position: absolute;
    top: 12px;
    right: 15px;
}

div.pdfareaWrap{
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}

div.nt_txt{
    padding: 0 10px 0;
    margin-bottom: 20px;
}
div.nt_txt h4{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: inline-block;
}
div.nt_txt h4.nttxt_r{
    float: right;
    color: #555;
    font-weight: 500;
}

ul.pdf_listWrap{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
ul.pdf_listWrap li.pdf_c_list{
    width: 220px;
    height: 300px;
    margin: 10px;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 20px -8px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 1px 20px -8px rgb(0 0 0 / 12%);
    box-shadow: 0px 1px 20px -8px rgb(0 0 0 / 12%);
}
ul.pdf_listWrap a:hover li{
    -webkit-box-shadow: 0px 7px 32px -8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 7px 32px -8px rgb(0 0 0 / 30%);
    box-shadow: 0px 7px 32px -8px rgb(0 0 0 / 30%);   
    transform:translateY(-4px);   
}
dl.pdfcont dt{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px 5px;
    color: #fff;
    background: #60718b;
    border-radius: 20px;
    margin-top: 20px;
}
dl.pdfcont dd.pdfthum{
    margin-top: 10px;
}
dl.pdfcont dd.pdfdate{
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
}
/* 신문구독안내 내용 */
section.et_pdfsubsc_tit{
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
}
section.et_pdfsubsc_tit > h3.tit{
    font-size: 28px;
    font-weight: 300;
}
section.et_pdfsubsc_tit > h3.tit span{
    font-weight: 600;
}
section.et_pdfsubsc_tit dl.subsc_txt{
    margin-top: 10px;
}
dl.subsc_txt dt{
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}
dl.subsc_txt dd{
    margin-top: 25px;
    line-height: 160%;
}
a.subsc_btn{
    padding: 16px 40px 16px;
    display: inline-block;
    margin: 0 auto 0;
    background: #314f9c;
    border-radius: 6px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
}
a.subsc_btn:hover{
    background: #24386c;
    transition: all 0.45s ease-in-out;
}
a.subsc_btn svg.subsc_arrow{
    vertical-align: top;
}
a.subsc_btn svg.subsc_arrow path{
    fill: #fff;
}