
/*
**광고주 페이지 세부페이지
**디테일 페이지 파트
*/
.adv-detail-section-table-tr{ margin: 0; line-height: 40px; }
.adv-detail-section-table-tr > li{ border-bottom: 1px #efefef solid; }
.adv-detail-section-table-tr:last-of-type > li:last-of-type{ border-bottom: none; }
.adv-detail-section-table-tr .tr-1{ background: #333; color: #fff; }
.adv-detail-section-table-tr .tr-2{ background: #fff; }
@media screen and (max-width: 1199px) {
    .adv-detail-section-table{ background: #fff; }
}
/*.adv-detail-section-table-tr.f-r .tr-1{ border-radius: 8px 0 0 0}*/
/*.adv-detail-section-table-tr.f-r .tr-2{ border-radius: 0 8px 0 0}*/
/*.adv-detail-section-table-tr.l-r .tr-1{ border-radius: 0 0 0 8px }*/
/*.adv-detail-section-table-tr.l-r .tr-2{ border-radius: 0 0 8px 0}*/

/*차트 로딩*/
div#pvChart { padding: 20px 10px; height: 370px; }
.loader {
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 1;
     margin: -75px 0 0 -75px;
     border: 16px solid #f3f3f3;
     border-radius: 50%;
     border-top: 16px solid #3498db;
     width: 120px;
     height: 120px;
     -webkit-animation: spin 2s linear infinite;
     animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}
@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 }
    to { bottom: 0; opacity:1 }
}
@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}
@media screen and (max-width: 767px) {
    .adv-detail-section-title .adv-detail-section-title-btn{ position: relative; text-align: left; }
}




.medience-style .border{ border: none; border-top: 2px solid #d1d1d1; border-bottom: 2px solid #d1d1d1; }
.medience-style .adv-detail-section-table-tr .tr-1 { background: #e6e7e9; color: #333333; text-align: center }


.medience-list-style .border{ border: none; border-top: 2px solid #d1d1d1; }
.medience-list-style .adv-detail-section-table-tr .tr-1 { background: none; color: #333333; text-align: center }
.medience-list-style .adv-detail-section-table-tr .tr-1 { background: none; color: #333333; text-align: center }
.medience-list-style .adv-detail-section-table-tr:nth-of-type(2n){ background: #f1f1f1; }
.medience-list-style .adv-detail-section-table-tr:nth-of-type(2n) .tr-1,
.medience-list-style .adv-detail-section-table-tr:nth-of-type(2n) .tr-2 { background: none; }
.medience-list-style .adv-detail-section-table-tr:nth-of-type(n+2) .tr-2 { text-align: center; }
.medience-list-style .adv-detail-section-table-tr:nth-of-type(n+2) .tr-2:first-of-type { text-align: left; }
.medience-list-style .adv-detail-section-table-tr:nth-of-type(n+2) .tr-2:first-of-type span {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url('/dqstatic/assets/image/service/2019/dinner/svg/ico_logo_ins_b.svg') center / 120% no-repeat;
}





