@charset "utf-8";

/* 프린트팝업 230825 */
.print-wrap{width:760px; margin:0 auto; padding:30px;}
.print-wrap h1{width:173px; height:32px; background-size:contain;}
.print-wrap .article-header{border-top:2px solid #002E6E;border-bottom: 1px solid #DDDDDD;padding: 20px 0 10px;margin-top: 10px;overflow:hidden;}
.print-wrap .article-header .sub-head{margin-bottom: 10px; font-size: 18px; font-weight: 500; color: #002e6e;}
.print-wrap .article-header .headline{font-size: 36px;line-height: 50px;font-weight: 500;color: #000;margin-bottom: 20px;}
.print-wrap .article-header .group{display: flex; align-items: flex-end;}
.print-wrap .article-header .group .datetime .date{margin-right: 12px; font-size: 13px; font-weight: 500; color: #000;}
.print-wrap .article-header .group .datetime .date span{margin-left: 6px; color: #444; font-weight: 300;}
.print-wrap .article-header .group .btn-print{width: 16px; line-height: 14px;}
.print-wrap .article-header .group .sns-area-wrap{display: flex; margin-left: auto; align-items: center;}
.print-wrap .article-header .group .sns-area-wrap [class*="btn-"]{display: block; margin-left: 8px; width: 30px; height: 30px;}

.print-wrap .article-body{padding-top: 30px;}
.print-wrap .article-body .article-img{max-width: 760px; padding-bottom: 40px; margin: 0 auto; overflow: hidden;}
.print-wrap .article-body .article-img img{height: auto; width:auto;}
.print-wrap .article-body .article-img .img-text{margin-top: 5px; font-size: 14px; font-weight: 400; color: #000;}
.print-wrap .article-body > p{font-size: 18px; font-weight: 400; line-height: 32px; color: #000; padding-bottom: 30px;}
.article-reporter{font-size:18px; color:#000; margin-bottom: 40px; line-height:30px;}
.print-wrap .btn-zoom{display:none;}
.print-wrap .headline .ico-pay{background: #AA1E50; font-size: 20px; color: #fff; margin-right: 5px; /* padding: 0px 9px 5px 8px; */ font-style: normal; border-radius: 5px; float: left; height: 36px; width: 36px; text-align: center; margin-top:8px; line-height:36px;}

/* 팝업리스트 */
.popup-list{display:flex; flex-wrap:wrap; justify-content:space-between;}
.member-popup{display: block; z-index:999;}
.member-popup .popup-terms{display: block; margin: 0 auto; padding: 30px 20px 30px; height: auto; overflow: hidden; background: #fff; border:1px solid #ddd; text-align:center;}
.member-popup .popup-terms .popup-header{display: flex; align-items: center;}
.member-popup .popup-terms .popup-header .title{font-size: 24px; font-weight: 500; color: #000; flex:auto;}
.member-popup .popup-terms .popup-header .btn-close{line-height: normal; width: 16px; height: 16px; margin-left: auto;}
.member-popup .popup-terms .popup-body{overflow-y: auto; margin-top: 15px; text-align:center;}
.member-popup .popup-terms .popup-body .terms_cont_tt{font-size: 15px; font-weight: 300; color: #000;}
.member-popup .popup-terms .popup-body p{font-size:16px; color:#333; line-height:24px;}
.member-popup .popup-terms .popup-body h4{padding:20px 0;}
.member-popup .membership-btn { margin-bottom: 0px; display: flex; justify-content:center;}
.member-popup .membership-btn button{height:55px; margin:30px 8px 0 8px; width:100%;}
.member-popup .btn-type01.btn-cancel{background:#999;}
.member-popup .btn-type01{ background: AA1E50; width: 100%; height: 60px; font-size: 15px; font-weight: 500; color: #fff; padding: 18px; line-height: 22px; }

/* 회원가입 팝업 */
.popup-wrap { display: none; position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); }
.popup-wrap .popup-terms { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 40px 40px 40px 60px; width: 782px; height: 617px; overflow: hidden; background: #fff; }
.popup-wrap .popup-terms .popup-header { display: flex; align-items: center; }
.popup-wrap .popup-terms .popup-header .title { font-size: 22px; font-weight: 500; color: #000; }
.popup-wrap .popup-terms .popup-header .btn-close { line-height: normal; width: 16px; height: 16px; margin-left: auto; }
.popup-wrap .popup-terms .popup-body { height: 473px; overflow-y: auto; margin-top: 35px; }
.popup-wrap .popup-terms .popup-body .terms_cont_tt { font-size: 15px; font-weight: 300; color: #000; }
.popup-wrap .popup-terms .popup-body h4 { padding: 20px 0; }

/* toast */
.layer_toast {background: hsla(0,0%,7%,.6); border-radius: 25px; color: #fff; font-size: 14px; left: 50%; line-height: 22px; padding: 11px 32px; position: fixed; top: 90px; -webkit-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; z-index: 10000; text-align: center;}

/* 인쇄팝업 추가 240201 */
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}

