@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input,select,textarea,button{vertical-align:middle}
input::-ms-clear{display:none}
button{border:0 none;background-color:transparent;cursor:pointer}

table{border-collapse:collapse;border-spacing:0}

body{background:#fff;word-wrap:break-word;word-break:keep-all}
body{-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지. */
body,th,td,input,select,textarea,button{font-size:16px;line-height:1.5;font-family:'NotoSans Light','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum,sans-serif;color:#666}
html,body{height:100%}

a{color:#3c64e6;text-decoration:none}
a:active,a:hover{text-decoration:underline}
a:active{background-color:transparent}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}

input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset'] {-webkit-appearance:none;border-radius:0}
input[type='search']::-webkit-search-cancel-button{-webkit-appearance:none}
input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}

@media screen and (max-width: 767px) {
    body{word-wrap:normal;word-break:normal}
    body,th,td,input,select,textarea,button{font-size:15px}

    a:active, a:hover{text-decoration:none}
}
/* reset */

@font-face {
    font-family:'NotoSans Light';
    font-style:normal;
    font-weight:normal;
    src:url(/ads-transparency/font/NotoSansKR-Light.eot);
    src:local(☺),
        url(/ads-transparency/font/NotoSansKR-Light.eot#iefix) format('embedded-opentype'),
        url(/ads-transparency/font/NotoSansKR-Light.woff) format('woff'),
        url(/ads-transparency/font/NotoSansKR-Light.woff2) format('woff2');
}
@font-face {
    font-family:'NotoSans Light';
    font-style:normal;
    font-weight:bold;
    src:url(/ads-transparency/font/NotoSansKR-Bold.eot);
    src:local(☺),
        url(/ads-transparency/font/NotoSansKR-Bold.eot#iefix) format('embedded-opentype'),
        url(/ads-transparency/font/NotoSansKR-Bold.woff) format('woff'),
        url(/ads-transparency/font/NotoSansKR-Bold.woff2) format('woff2');
}
@font-face {
    font-family:'NotoSans Regular';
    font-style:normal;
    font-weight:normal;
    src:url(/ads-transparency/font/NotoSansKR-Regular.eot);
    src:local(☺),
        url(/ads-transparency/font/NotoSansKR-Regular.eot#iefix) format('embedded-opentype'),
        url(/ads-transparency/font/NotoSansKR-Regular.woff) format('woff'),
        url(/ads-transparency/font/NotoSansKR-Regular.woff2) format('woff2');
}

.wrap {
    min-width: 1280px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.content {
    max-width: 1160px;
    margin:0 auto;
    padding-bottom: 180px;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    padding-top: 76px
}

p {
    padding: 0;
    padding-top: 28px;
    line-height: 26px;
    margin: 0;
    color: #666;
    font-size: 16px;
}

a {
    color: #3c64e6;
    text-decoration: none;
    cursor: pointer;
}

sup {
    display: inline-block;
    padding: 0 2px 0 1px;
    font-size: 12px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 0;
}

.note {
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
    letter-spacing: -0.03em;
    padding-top: 58px;
}

h2 {
    display: block;
    padding-top: 40px;
    line-height: 28px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: bolder;
}

table {
    margin-top: 25px;
    border-top: 2px solid #4d4d4d;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.table-empty {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #1e1e1e;
}

th {
    padding: 15px 20px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #1e1e1e;
    font-family: 'NotoSans Regular', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}

td {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding: 24px 20px 23px;
    text-align: left;
    overflow-wrap: break-word;
}

td, th {
    border: 1px solid #e6e6e6;
}

td:first-child, th:first-child {
    border-left: none;
    text-align: center;
}

td:last-child, th:last-child {
    border-right: none;
}

em {
    color: #1e1e1e;
    font-family: 'NotoSans Regular', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}

footer {
    height: 78px;
    background-color: #1e1e1e;
    padding-top: 22px;
}

.footer-content {
    max-width: 1160px;
    margin: 0 auto;
    color: #aeaeae;
    padding-top: 2px;
    font-size: 12px;
}

.footer-content a {
    color: #aeaeae;
}

.tab {
    padding-top: 76px;
    padding-bottom: 27px;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: stretch;
}

.tab li {
    flex: 1;
    border: 1px solid #d4d4d4;
    text-align: center;
    word-break: keep-all;
}

.tab li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}

.tab li a:hover {
    color: #1e1e1e;
    font-weight: bold;
    text-decoration: underline;
}

.tab li.on {
    border-color: #1e1e1e;
    background-color: #1e1e1e;
}

.tab li.on a {
    color: #fff;
}

.pagination {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.pagination-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.pagination-button:hover {
    border-color: #1e1e1e;
    background: #1e1e1e;
}

.pagination-number {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

em.pagination-number {
    font-weight: bold;
    line-height: 27px;
    color: #1e1e1e;
    text-decoration: underline;
}

.pagination-number-wrap {
    display: flex;
    gap: 25px;
    margin-left: 25px;
    margin-right: 25px;
    align-items: center;
}

.ico_corp {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(/ads-transparency/image/ico_corp_190326.png) no-repeat;
    background-size: 105px 60px;
    text-indent: -9999px;
    vertical-align: top;
}

.pagination-first-button .ico_corp{
    background-position: -20px 0;
    width: 12px;
    height: 9px;
}

.pagination-prev-button .ico_corp{
    background-position: -40px 0;
    width: 6px;
    height: 9px;
}

.pagination-next-button .ico_corp {
    background-position: -50px 0;
    width: 6px;
    height: 9px;
}

.pagination-last-button .ico_corp {
    background-position: -60px 0;
    width: 12px;
    height: 9px;
}

.pagination-first-button:hover .ico_corp{
    background-position: -20px -10px;
}

.pagination-prev-button:hover .ico_corp{
    background-position: -40px -10px;
}

.pagination-next-button:hover .ico_corp {
    background-position: -50px -10px;
}

.pagination-last-button:hover .ico_corp {
    background-position: -60px -10px;
}

.table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
}

.table-description {
    width: 600px;
}

.table-header .search {
    padding-top: 28px;
}

.search {
    width: 500px;
    height: 42px;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #1e1e1e;
}

.search-input {
    flex: 1;
    border: none;
}

.search-button {
    width: 34px;
}

.search-button .ico_corp {
    width: 17px;
    height: 17px;
    margin: 12px 0 13px 17px;
    background-position: 0 -10px;
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .wrap {
        min-width: 0;
    }

    .content {
        padding: 0 15px 120px 15px;
    }

    h1 {
        padding-top: 55px;
        font-size: 17px;
        line-height: 28px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .note {
        font-size: 13px;
    }

    h2 {
        font-size: 15px;
        line-height: 1.5;
    }

    table {
        margin-top: 30px;
        margin-bottom: 32px;
    }

    th {
        padding: 15px 9px 14px;
        line-height: 25px;
        text-align: center;
    }

    td {
        padding: 17px 0 15px 10px;
        line-height: 22px;
    }

    td, th {
        vertical-align: top;
    }

    td:first-child, th:first-child {
        padding-left: 0;
        padding-right: 10px;
        text-align: left;
    }

    footer {
        height: unset;
        padding: 27px 15px 30px;
    }

    .footer-content {
        padding-top: 0;
    }

    .tab {
        padding-top: 50px;
        padding-bottom: 2px;
        height: auto;
    }

    .tab li {
        padding: 7px 0;
        text-wrap: balance;
    }

    .tab li a {
        font-size: 13px;
    }

    .pagination {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .pagination-number-wrap {
        justify-content: space-evenly;
        gap: unset;
        margin: 0 10px;
        flex: 1;
    }

    .table-header {
        display: block;
        padding-top: 0;
    }

    .table-description {
        width: 100%;
    }

    .search {
        width: 100%;
    }
}
