@charset "utf-8";

.view .header .arti-tit {
    display: none;
}

.view .header.fix .arti-tit {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 700;
    top: 25px;
    max-width: 600px;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.modal .header.fix .arti-tit {
    display: none
}
.view-box {
    position: relative;
    overflow: hidden;
}
.view-title {
    position: fixed;
    width: 100%;
    height: 700px
}
.view-title picture img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media screen {
    .view-title:before {
        background-color: rgba(0, 0, 0, .4);
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }
    .view .header.fix~.container .view-title {
        opacity: 0;
        z-index: -1;
    }
}
.view-title .txt-box {
    position: absolute;
    bottom: 70px;
    width: 100%;
    max-width: 980px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1
}
.view-title .arti-tit {
    font-size: 4.5rem;
    line-height: 6.0rem;
    word-break: keep-all
}
.view-title .arti-category {
    color: #e70012;
    font-weight: 500;
    display: inline-block;
    font-size: 1.7rem;
    margin: 0 0 7px 0
}
.view-title .arti-sTit {
    font-size: 1.8rem;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: 300;
    word-break: keep-all;
}
.view-title .arti-byline {
    font-size: 1.6rem;
    color: #fff;
    padding-top: 0
}
.view-title .arti-byline .kija {
    display: inline-block;
}
.view-title .arti-byline .kija a {
    margin-right: 10px;
}
.view-title .arti-byline span {
    padding-right: 2px
}
.view-title .arti-date {
    position: absolute;
    right: 40px;
    bottom: -50px;
    font-size: 1.3rem;
    font-weight: 300
}
.view .subscribe-box {
    display: inline-block;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
    top: -1px
}
.view .subscribe-box .button {
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: -0.07rem;
    border-radius: 30px;
    font-weight: 600;
    height: 27px;
    width: 52px;
    line-height: 26px;
    background-color: #E70012
}
.view .subscribe .on,
.view .subscribe.active .off {
    display: none
}
.view .subscribe.active .on {
    display: block;
    background-color: #fff;
    color: #333
}
@media (max-width:1920px) {
    .view-title {
        width: 100%;
    }
    .view-title .arti-tit {
        font-size: 4.0rem;
        line-height: 5.0rem;
    }
    .view-title .txt-box {
        max-width: 980px;
    }
}
@media (max-width:1536px) {
    .view-title {
        height: 460px
    }
}
@media (max-width:1366px) {
    .view .header.fix .arti-tit {
        max-width: calc(100% - 595px);
    }
}
@media (max-width:1024px) {
    .view-title {
        height: 70vh
    }
    .view-title .txt-box {
        padding: 0 30px;
        bottom: 250px;
    }
    .view-title .arti-tit {
        font-size: 4rem;
        line-height: 5rem
    }
    .view-title .arti-category {
        font-size: 1.5rem
    }
    .view-title .arti-sTit {
        font-size: 1.7rem
    }
    .view-title .arti-byline {
        font-size: 1.5rem
    }
    .view-title .arti-date {
        font-size: 1.3rem;
        bottom: -230px;
    }
    .view-title .arti-date span {
        display: block;
        position: relative
    }
    .view-title .arti-date .register {
        display: none
    }
    .view-title .arti-date.active .register {
        top: 15px;
        display: block
    }
    .view-title .arti-date .modify:after {
        content: "";
        display: block;
        position: absolute;
        right: -15px;
        top: 3px;
        width: 8px;
        height: 8px;
        border: 0;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all ease .3s
    }
    .view-title .arti-date.active .modify:after {
        top: 8px;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg)
    }
    .subscribe-box .button {
        font-size: 1.4rem;
        height: 32px;
        width: 60px;
        line-height: 32px
    }
    .view-title .btn-down {
        position: absolute;
        bottom: -230px;
        left: 48%;
        display: block;
        background: url(../images/btn-slide-next.svg) 0 0 no-repeat;
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
        transform: rotate(-90deg);
        filter: brightness(0) invert(1);
        opacity: .4
    }
}
@media (max-width:800px) {
    .view .header.fix .arti-tit {
        max-width: 280px;
        top: 16px;
        font-size: 1.5rem;
        padding: 0 15px
    }
}
@media (max-width:640px) {
    .view .subscribe-box .button {
        font-size: 1.1rem;
        font-weight: 600;
        height: 23px;
        width: 45px;
        line-height: 22px;
    }
    .view-title .txt-box {
        bottom: 100px;
        padding: 0 20px
    }
    .view-title .arti-tit {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 700
    }
    .view-title .arti-sTit {
        font-size: 1.6rem
    }
    .view-title .arti-category {
        font-size: 1.3rem
    }
    .view-title .arti-date {
        font-size: 1.1rem;
        right: 40px;
        bottom: -80px
    }
    .view-title .arti-byline {
        font-size: 1.4rem;
    }
    .view-title .btn-down {
        display: none
    }
}
@media (orientation: landscape) and (max-width: 1024px) {
    /* Landscape 모드일 때 */
    .view-title {
        height: 100vh;
    }
    .view-title .txt-box {
        bottom: 8%;
    }
    .view-body {
        margin-top: 100vh !important;
    }
}
@media (orientation: landscape) and (min-width: 640px) and (max-width: 768px) {
    /* Landscape 모드일 때 */
    .view-title .arti-tit {
        font-size: 3rem;
    }
}
.view-tools {
    position: absolute;
    left: 50px;
    top: 80vh;
    opacity: 1;
    z-index: 1;
    width: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    padding: 10px 0;
    display: none;
}
body.modal .view-tools {
    z-index: -1
}
.header.fix .view-tools {
    top: 30%;
    display: block;
}
.view-tools.fix {
    position: fixed;
    transition: all ease .3s
}
.view-tools.none {
    display: none;
    opacity: 0
}
.view-tools .share {
    display: none
}
.tools li {
    padding: 10px 0;
    width: 30px;
    position: relative;
    margin: 0 auto
}
.tools li .icon {
    font-size: 2.6rem;
    background: 0 0 no-repeat
}
.tools li.tool-link {
    padding-bottom: 20px
}
.tools li.tool-link::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #CCCCCC;
    height: 1px;
    width: 100%
}
.tools li.tool-f .icon {
    width: 16px;
    height: 30px;
    background-size: 16px 30px;
    background-image: url(../images/icon-view-f.svg)
}
.tools li.tool-t .icon {
    width: 28px;
    height: 23px;
    background-size: 28px 23px;
    background-image: url(../images/icon-view-twitter.svg)
}
.tools li.tool-k .icon {
    width: 28px;
    height: 25px;
    background-size: 28px 25px;
    background-image: url(../images/icon-view_talk.svg)
}
.tools li.tool-link .icon {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    background-image: url(../images/iocn-view-link.svg)
}
.tools li.tool-scrap .icon {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/icon-view-scrap.svg)
}
.tools li.tool-print .icon {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/icon-view-printer.svg)
}
.tools li .icon:hover,
.tools li.active .icon {
    opacity: .5
}
.tools li.tool-scrap.active .icon {
    background-image: url(../images/icon-view-scrap-on.svg)
}
.font-select {
    position: absolute;
    top: 70px;
    left: -20px;
    background: #fff;
    box-shadow: 0 5px 8px #0000001A;
    display: none;
    z-index: 1;
    border-radius: 5px
}
.font-select.active {
    display: block;
    width: 300px
}
.font-select h4 {
    margin: 0 15px;
    padding: 10px 0 0;
    color: #0a0a0a;
    font-size: 1.4rem;
    text-align: left
}
.font-select ul {
    display: flex;
    padding: 5px 15px
}
.font-select ul li:first-child {
    margin-left: 0
}
.font-select ul li {
    margin-left: 11px;
    cursor: pointer
}
.font-select ul li.active a {
    background: #E700121A
}
.font-select ul li a {
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #DFDFDF;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.5px
}
.f-size1 {
    font-size: 15px
}
.f-size2 {
    font-size: 17px
}
.f-size3 {
    font-size: 19px
}
.f-size4 {
    font-size: 21px
}
.f-size5 {
    font-size: 23px
}
/* .view .header .logo,
.view .header .hamburger-button,
.view .header .top-btn {
    display: block
} */
.view .share-box .over-box .close {
    display: none
}
.view .over-box .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    font-weight: 100;
    color: #000;
    cursor: pointer;
    width: 32px;
    height: 32px
}
.view .over-box .close:before,
.view .over-box .close:after {
    display: block;
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1)
}
.view .over-box .close:before {
    -webkit-transform: translateX(-50%) rotate(-45deg) translateZ(0);
    transform: translateX(-50%) rotate(-45deg) translateZ(0)
}
.view .over-box .close:after {
    -webkit-transform: translateX(-50%) rotate(45deg) translateZ(0);
    transform: translateX(-50%) rotate(45deg) translateZ(0)
}
@media (max-width:1024px) {
    .view-tools {
        left: 30px;
        top: 110vh
    }
}
@media (max-width:800px) {
    .view .header .view-tools,
    .view .header.fix .logo,
    .view .header.fix .hamburger-button,
    .view .header.fix .top-btn {
        display: none
    }
    .view .header.fix .view-tools {
        display: block
    }
    .view-tools {
        position: absolute;
        top: 12px;
        width: 100%;
        left: 0;
        opacity: 1;
        z-index: 1;
        text-align: center;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0
    }
    .header.fix .view-tools {
        top: 12px !important;
    }
    .view-tools .share-box {
        position: absolute;
        left: 20px;
        line-height: 1.1rem
    }
    .view-tools .tool-print {
        display: none
    }
    .view-tools .scrap-font {
        position: absolute;
        right: 10px;
        line-height: 1.1rem
    }
    .view-tools .share {
        margin-top: 5px;
        display: block;
        background: 0 0 no-repeat;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url(../images/icon-share.svg)
    }
    .view-tools .tools li.tool-scrap .icon {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        filter: invert(100%);
        transition: all .3s ease-in-out;
        opacity: 1.0
    }
    .view-tools .tools {
        position: relative;
        clear: both
    }
    .view-tools .tools li {
        float: left;
        line-height: 1.1rem;
        padding: 0
    }
    .view-tools .tools li .icon {
        color: #fff;
        font-size: 2.1rem;
        line-height: 3.2rem
    }
    .view-tools .tools {
        display: flex
    }
    .view-tools .tools li.tool-link::before {
        display: none
    }
    .view-tools .share-select,
    .view-tools .font-select {
        position: absolute;
        top: 35px;
        left: auto;
        background: #fff;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 5px;
        display: none;
        z-index: 1;
        padding: 10px;
        min-height: 90px
    }
    .view-tools .share-select ul {
        padding-top: 20px
    }
    .view-tools .font-select ul {
        padding-top: 20px
    }
    .view-tools .share-select {
        width: 260px;
        left: 0
    }
    .view-tools .font-select {
        width: 300px;
        right: 0
    }
    .view-tools .share-select.active,
    .view-tools .font-select.active,
    .share-box .over-box .close {
        display: block
    }
}
.view-body {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    margin-top: 700px;
    background-color: #fafafa;
}
.view-body .arti-txt {
    max-width: 720px;
    position: relative;
    /* overflow: hidden; */
    margin: 0 auto;
    line-height: 4rem;
    letter-spacing: -0.07rem;
    transition: all ease-out .3s
}
.view-body .arti-txt>div,
.view-body .arti-txt>div p {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 30px;
    /*word-break: break-all;*/
    word-break: keep-all;
    word-wrap: break-word;
    box-sizing: border-box
}
.view-body .arti-txt>*:not(br, div, p) {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}
.view-body .arti-txt>p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.view-body .arti-txt>p a:not([href^="mailto:"]) {
    text-decoration: underline;
    color: #e70012;
}
.view-body .arti-txt>p a:not([href^="mailto:"]):hover {
    color: rgba(231,0,18,0.6);
}

.view-body .arti-txt .photo-box {
    max-width: 1200px;
    position: relative;
    clear: both;
    padding: 10px 0 20px 0;
    text-align: center;
    line-height: 1.1rem;
    margin: 0 -35%;
}
.view-body .arti-txt .photo-box:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    content: ".";
    font-size: 0
}
.view-body .arti-txt .photo-box.photo-left {
    float: left;
    margin: 0 40px 0 -35%;
}
.view-body .arti-txt .photo-box.photo-right {
    float: right;
    margin: 0 -35% 0 40px;
}
.view-body .arti-txt .photo-box.photo-center {
    /* margin: 0 auto; */
}
.view-body .arti-txt .photo-box .arti-photo {
    display: table;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    word-break: break-all;
}
.view-body .arti-txt .photo-box .arti-photo img {
    max-width: 1200px
}
.view-body .arti-txt .photo-box .caption {
    display: table-caption;
    width: 100% !important;
    max-width: 1000px;
    caption-side: bottom;
    padding: 10px 20px 0 0;
    text-align: left;
    color: #727272;
    font-size: 1.4rem;
    line-height: 1.7;
    box-sizing: border-box;
}
.view-body .arti-txt .mTitle1 {
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}
.view-body .arti-txt .mTitle1 .middleLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #e70012
}
.view-body .arti-txt .mTitle2 {
    position: relative;
    overflow: hidden;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    font-size: 105%;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
    margin-top: 100px;
    margin-bottom: 40px;
}
.view-body .arti-txt .eComment {
    display: block;
    border: 1px solid #333;
    padding: 60px 30px 30px 30px;
    margin-bottom: 40px;
    color: #111;
    background-image: url(../images/icon_editor_01.png) !important;
    background-size: 70px;
    background-position: 30px 30px;
    background-repeat: no-repeat
}
.view-body .arti-txt .mTitle {
    font-size: 130%;
    color: #000000;
    font-weight: bold;
    letter-spacing: -.05em;
    display: block;
    line-height: 1.4
}
.view-body .arti-txt .extract {
    font-size: 100%;
    font-family: 'Noto Serif KR', serif;
    color: #333333;
    padding: 20px 50px 20px 50px;
    text-align: center;
    font-weight: 800;
    display: block;
    text-align: center;
    line-height: 1.8;
    background-image: url(../images/line_type_01.png) !important;
    background-position: center top;
    background-repeat: no-repeat
}
.view-body .arti-txt .linkstyle-u {
    font-weight: 600;
    padding: 0 2px 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 1.0);
    background-image: linear-gradient(#000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 100%;
    transition: background-size .2s ease-out;
    -moz-transition: background-size .2s ease-out;
    -ms-transition: background-size .2s ease-out;
    -o-transition: background-size .2s ease-out;
    -webkit-transition: background-size .2s ease-out;
    background-color: rgba(7, 166, 165, .2)
}
.view-body .arti-txt .linkstyle-u:hover {
    text-decoration: none;
    background-color: transparent;
    background-size: 100% 2px
}
.view-body .arti-txt .news-box01 {
    *zoom: 1;
    display: block;
    clear: both;
    padding: 20px 0
}
.view-body .arti-txt .news-box01:after {
    content: "";
    display: block;
    clear: both
}
.view-body .arti-txt .news-box01 .news-box {
    border: 1px solid #333;
    padding: 20px
}
.view-body .arti-txt .news-box02 {
    *zoom: 1;
    display: block;
    clear: both;
    padding: 20px 0;
    position: relative
}
.view-body .arti-txt .news-box02:after {
    content: "";
    display: block;
    clear: both
}
.view-body .arti-txt .news-box02 .news-box {
    padding: 20px;
    border: 0px dashed #000000;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative
}
.view .btn-up {
    display: none;
    background: 0 0 no-repeat;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-image: url(../images/btn-up.png);
    opacity: 0;
    transition: all ease-out .3s;
    cursor: pointer;
}
.view .btn-up.fix {
    z-index: 100;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 2%;
    opacity: 1
}
.view .arti-reply {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 90px 0
}


@media (max-width:1536px) {
    .view-body {
        margin-top: 460px;
    }
    .view-body .arti-txt .photo-box {
        max-width: 900px;
        margin: 0 -10%;
    }
    .view-body .arti-txt .photo-box.photo-left {
        float: left;
        margin: 0 40px 0 -10%;
    }
    .view-body .arti-txt .photo-box.photo-right {
        float: right;
        margin: 0 -10% 0 40px;
    }
}
@media (max-width:1366px) {
    .view-body .arti-txt .photo-box {
        max-width: 740px;
        margin: 0 auto;
    }
    .view-body .arti-txt .photo-box.photo-left {
        float: left;
        margin: 0 40px 0 0;
    }
    .view-body .arti-txt .photo-box.photo-right {
        float: right;
        margin: 0 0 0 40px;
    }
}
@media (max-width:1024px) {
    .view-body {
        margin-top: 70vh;
    }
    .view-body .arti-txt,
    .view .arti-reply,
    .view-body .arti-txt .photo-box,
    .view-body .arti-txt>div,
    .view-body .arti-txt>p {
        max-width: 560px
    }
}
@media (max-width:800px) {
    .view-body .arti-txt,
    .view .arti-reply,
    .view-body .arti-txt .photo-box,
    .view-body .arti-txt>div,
    .view-body .arti-txt>p {
        max-width: 560px
    }
    .view .btn-up.fix {
        right: 2%
    }
}
@media (max-width:640px) {
    .view-body .arti-txt {
        padding: 0 20px 0px 20px;
    }
    .view-body .arti-txt>p {
        padding: 0;
        line-height: 1.78em;
        letter-spacing: -0.3px
    }
    .view .arti-reply {
        padding: 0 20px
    }
    .view-body .arti-txt .photo-box.photo-left,
    .view-body .arti-txt .photo-box.photo-right,
    .view-body .arti-txt .photo-box.photo-center {
        float: none;
        margin: 0 -20px;
    }
    .view-body .arti-txt .photo-box .caption {
        padding: 10px 20px 0;
    }
    .view-body .arti-txt .mTitle1 .middleLine {
        width: 20%;
    }
    .view-body .arti-txt .mTitle2 {
        line-height: 2.8rem;
        padding: 12px 0;
        margin-top: 60px;
    }
}
.arti-related {
    position: relative;
    margin: 0 auto 80px;
    max-width: 900px
}
.arti-related .title {
    border-top: 1px solid #D9D9D9;
    font-size: 2.3rem;
    letter-spacing: -0.08rem;
    color: #E70012;
    margin-bottom: 15px;
    padding-top: 20px
}
.arti-related .arti-list {
    width: 100%;
    overflow: hidden
}
.arti-related .arti-list .slide-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    touch-action: auto
}
.arti-related .arti-list .slide-item::-webkit-scrollbar {
    display: none
}
.arti-related .arti-list .item {
    display: inline-block;
    vertical-align: top;
    max-width: 284px;
    min-width: 240px;
    margin-right: 20px
}
.arti-related .arti-img {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 284px;
    max-height: 170px
}
.arti-related .arti-img img {
    width: 100%;
    height: auto
}
.arti-related .arti-tit {
    font-size: 1.9rem;
    font-weight: 400;
    margin-top: 2rem;
    text-align: left
}
.arti-related .btn-slide button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 40%
}
.arti-related .btn-slide button:focus,
.arti-related .btn-slide button:hover {
    opacity: .5
}
.arti-related .btn-slide span {
    display: block;
    background: url(../images/btn-slide-next.svg) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px 60px
}
.arti-related .btn-slide .slide-prev {
    left: -100px
}
.arti-related .btn-slide .slide-next {
    right: -100px
}
.arti-related .btn-slide .slide-next span {
    transform: scaleX(-1)
}

.arti-related .slide-item .swiper-slide {
    padding-right: 20px;
}

@media (max-width:1200px) {
    .arti-related {
        max-width: 780px
    }
    .arti-related .arti-tit {
        font-size: 1.7rem;
        line-height: 2.4rem
    }
}
@media (max-width:1000px) {
    .arti-related {
        max-width: 640px
    }
}
@media (max-width:800px) {
    .arti-related {
        padding: 0 50px;
        max-width: 100%;
    }
    .arti-related .btn-slide {
        display: none
    }
}
@media (max-width:640px) {
    .arti-related {
        padding: 0 5vw
    }
    .arti-related .title {
        font-size: 1.9rem;
        margin-bottom: 20px;
        padding-top: 10px;
    }
}
.boxContainer .container0 {
    border: 1px solid #e6e6e6;
    background-color: #fbf7f4
}
.boxContainer .container1 {
    padding: 20px
}
.boxContainer .header0 {
    background-color: #0d0d0d;
    padding: 10px
}
.boxContainer .header0 p {
    margin: 0
}
.boxContainer .boxTitle {
    font-size: 150%;
    color: #ffffff;
    letter-spacing: -.12em;
    line-height: 1.85em
}
.boxContainer .boxSubtitle {
    font-size: 88%;
    color: #a0a0a0;
    letter-spacing: -.12em;
    line-height: 1.85em
}
.boxContainer .boxContent {
    font-size: 90%;
    color: #444444;
    letter-spacing: -.03em;
    line-height: 1.85em
}

/*noimage일때 START*/
.view.noimage .view-box .view-title {
    height: 350px;
    border-bottom: 1px solid #dfdfdf;
}
.view.noimage .view-box .view-title:before {
    background-color: rgb(250, 250, 250);
}
.view.noimage .view-box .view-title .arti-tit,
.view.noimage .view-box .view-title .arti-sTit,
.view.noimage .view-box .view-title .arti-byline .kija,
.view.noimage .view-title .arti-date {
    color: #000;

}
.view.noimage .view-body {
    margin-top: 350px;
}

@media (max-width:1024px) {
    .view.noimage .view-title .txt-box {
        padding: 0 30px;
        bottom: 50px;
    }

    .view.noimage .view-title .arti-date {
        bottom: -40px;

    }
}

@media (max-width:640px) {
    .view.noimage .view-box .view-title {
        height: 400px;
    }
    .view.noimage .view-body {
        margin-top: 400px;
    }
}
/*noimage일때 END*/

/* 기자 구독 팝업 */
.swal2-title {
    font-weight: 400 !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 1.7em !important;
}
.swal2-popup.swal2-toast .swal2-icon {
    width: 4em !important;
    height: 4em !important;
}
.swal2-icon .swal2-icon-content {
    font-size: 2.75em !important;
    font-weight: 500 !important;
}
.swal2-popup {
    padding: 0 0 2em !important;
}


@media print {
    /* 프린트용 css */
    .view .header .logo, .view .header .hamburger-button, .view .header .top-btn {
        display: none;
    }
    .header.fix, .list .header.fix, .intro .header.fix {
        display: none;
    }
    .view-title {
        position: relative;
        z-index: -1;
        height: auto;
    }
    .view-title picture {
        display: none;
    }
    .view-title .txt-box {
        position: relative;
        transform: none;
        bottom: unset;
        left: unset;
        color: #000;
    }
    .view-title .arti-sTit {
        color: #000;
    }
    .view-title .arti-byline{
        color: #000;
    }
    .view .subscribe-box {
        display: none;
    }
    .view-title .arti-date {
        position: relative;
        right: unset;
        bottom: unset;
        color: #000;
        text-align: right;
    }
    .view-title .arti-date .register {
        display: inline-block;
        color: #000;
    }
    .view-body {
        margin-top: 0;
    }
    .view-body .arti-txt {
        max-width: 100%;
    }
    .view-body .arti-txt>div, .view-body .arti-txt>p {
        max-width: 100%;
    }
    .view-body .arti-txt .photo-box.photo-left,
    .view-body .arti-txt .photo-box.photo-right,
    .view-body .arti-txt .photo-box.photo-center {
        margin: 0 auto;
    }
    .ad-pc, .ad-mobile, .ad-all, .arti-related, .arti-reply, .side-box, .footer-box {
        display: none;
    }
}