@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap'); */

/* common */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}
legend,
caption,
hr {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: top;
}
html {
    -webkit-text-size-adjust: none;
}
/* customize */
.blind {
    position: absolute !important;
    z-index: -1 !important;
    overflow: hidden !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

/** Result **/
html {
    font-size: 16px;
}
body {
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,HelveticaNeue-Regular,AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
    line-height: 1.5;
    letter-spacing: -0.005em;
    background-color: #fff;
}
button {
    cursor: pointer;
}
#wrap {
    min-width: 320px;
    max-width: 820px;
    padding: 20px 20px 30px;
    margin: 0 auto;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 19px;
}
.logo-title {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.logo-title .sub {
    padding-top: 2px;
}
.logo-title .sub img {
    display: block;
}
.user-info {
    display: flex;
    font-size: 0.875rem;
    white-space: nowrap;
    padding-top: 15px;
}
.user-info .name {
    max-width: 200px;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
}
main {
    margin-top: 12px;
}
/* Result - Post */
.post-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 29px 19px;
}
.post-info {
    color: #555;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: 8px;
}
.post-title {
    font-size: 1.5rem;
    line-height: 2rem;
    word-break: break-all;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.post-body {
    position: relative;
    color: #666;
    line-height: 1.75rem;
    padding-top: 30px;
}
.post-body p {
    word-break: break-all;
}
.post-body img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.post-wrap .post-footer {
    margin-top: 20px;
}
.post-wrap .post-footer button{
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 2px 20px 2px 20px;
    margin: auto;
    display: block;
}
/* Result - Photo */
.photo-container {
    margin-bottom: 20px;
}
.photo-slider {
    height: 500px;
    background-color: #dedede;
    border-radius: 4px;
}
.photo-slider .swiper-slide {
    overflow: hidden;
    text-align: center;
}
.photo-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumb-slider {
    margin-top: 12px;
    margin-right: -1px;
}
.thumb-slider .swiper-slide {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
}
.thumb-slider .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #50befa;
    content: '';
    opacity: 0;
    transition: opacity 0.3s;
}
.thumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-slider .swiper-slide-thumb-active::after {
    opacity: 1;
}
.swiper-button {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    font-size: 1px;
    text-indent: -999px;
    border-radius: 4px;
    border: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
}
.swiper-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 16px;
    background: url('../images/btn_nav_arrow.png') no-repeat;
    background-size: 10px 16px;
    margin: -8px 0 0 -5px;
    content: '';
}
.nav-prev {
    left: 0;
}
.nav-prev::after {
    transform: rotateY(180deg);
}
.nav-next {
    right: 0;
}
.swiper {
    display: none;
}
.swiper.swiper-initialized {
    display: block;
}
/* Result - List */
.list-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 29px 19px;
}
.list-wrap table {

}
.list-wrap th,
.list-wrap td {
    text-align: left;
    vertical-align: middle;
}
.list-wrap th:last-child,
.list-wrap td:last-child {
    text-align: right;
}
.list-wrap thead th {
    height: 28px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
.list-wrap tbody td {
    height: 48px;
    border-bottom: 1px solid #ededed;
}
.list-wrap tbody td a {
    color: #000;
    font-weight: 500;
}
.list-wrap tbody td:last-child {
    color: #a1a7ae;
    font-weight: 400;
}
.dataTables_paginate {
    margin-top: 20px;
}
.dataTables_paginate,
.dataTables_paginate > span {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.dataTables_paginate .paginate_button {
    height: 19px;
    color: #555;
    font-size: 14px;
    border: 0;
    background-color: #fff;
    padding: 0;
}
.dataTables_paginate .paginate_button.current {
    color: #3698da;
    font-weight: 700;
}
.dataTables_paginate .paginate_button.previous {
    position: relative;
    overflow: hidden;
    padding-left: 14px;
    margin-right: 10px;
}
.dataTables_paginate .paginate_button.previous::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 10px;
    background: url('../images/btn_page_arrow.png') no-repeat;
    background-size: 6px 10px;
    content: '';
    transform: rotateY(180deg);
}
.dataTables_paginate .paginate_button.next {
    position: relative;
    overflow: hidden;
    padding-right: 14px;
    margin-left: 10px;
}
.dataTables_paginate .paginate_button.next::after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 6px;
    height: 10px;
    background: url('../images/btn_page_arrow.png') no-repeat;
    background-size: 6px 10px;
    content: '';
}
@media (max-width: 820px) {
    .post-body img {
        height: auto;
    }
    .photo-slider img,
    .thumb-slider img {
        height: 100%;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
    #wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-title .main img {
        width: auto;
        height: 24px;
    }
    .logo-title .sub {
        padding-top: 3px;
    }
    .logo-title .sub img {
        width: auto;
        height: 10px;
    }
    .user-info {
        padding-top: 0;
    }
    .swiper-button {
        display: none;
    }
    .dataTables_paginate,
    .dataTables_paginate > span {
        gap: 0 15px;
    }
    .dataTables_paginate .paginate_button.previous,
    .dataTables_paginate .paginate_button.next {
        text-indent: -999px;
    }
}
