﻿@media (min-width:768px) {
    .hidden-pc {
        display: none !important;
    }
}
/* 구글 번역기능 */
#divGoogleTrans {
    background-color: #fff;
}
.translate_container {
    /*height:30px;*/
    text-align: center;
}

.translation-links {
    /* float: right; */
    width: 100%;
    list-style: none;
    height: 25px;
}

    .translation-links li {
        /*float: left;*/
        height: 20px;
        width: 30px;
        cursor: pointer;
        display: inline-block;
        padding: 2px;
    }

.flag {
    display: inline-block;
    width: 30px;
    height: 20px !important;     
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .translation-links {
        text-align: right;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    #divGoogleTrans {
        /*position: absolute;*/
        padding: 3px 15px 3px;
        /*top: 15px;
        width: 120px;*/
        z-index: 114;
    }
    /*#divGoogleTrans.fixed{
        position:fixed;
    }

        #divGoogleTrans.add-translated-fixed {
            position: fixed;
        }*/

    .translation-links li {
        width: 20px;
        height: 13px;
        padding: 0px;
    }

    .translation-links{
        height:15px;
    }

    .flag {
        height: 13px !important;
    }
}

@media (min-width:1180px) {
    .translation-links {
        width: 1180px;
    }
}

.header-md.fixed {
    z-index: 112;
}


#toast-container .toast:before {
    margin: 2px 0 0 -35px;
}

input[type=submit] {
    border: none;
}

.level-2 {
    padding-left: 30px !important;
}

.level-3 {
    padding-left: 60px !important;
}

.level-4 {
    padding-left: 90px !important;
}

.level-5 {
    padding-left: 120px !important;
}

.level-6 {
    padding-left: 150px !important;
}

.level-1 div p span {
    display: none !important;
}

[class ^= "level"] div p span {
    display: block;
}

[class ^= "level"] div p span {
    display: block;
}
/* 페이징 START*/
        .paging_container {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.paging {
    /*border: 1px solid #CE8821;*/
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    padding: 5px 8px;
}

    .paging.active {
        color: #fff;
        background: #453b75;
        border: 1px solid #453b75;
        display: inline-block;
    }

a.paging {
    text-decoration: none;
    color: #000;
}

    a.paging:hover {
        color: #fff;
        background: #CCC;
    }

    a.paging img {
        margin-top: -3px;
    }

/*a.paging ~ span{
        display:none;
    }*/

.paging:nth-child(1), .paging:nth-last-child(1) {
    /*display: none;*/
}

/* 페이징 END*/
.uploadArea {
    min-height: 200px;
    height: auto;
    border: 1px dotted #ccc;
    padding: 10px;
    cursor: move;
    margin-bottom: 10px;
    position: relative;
}

    .uploadArea h1 {
        color: #ccc;
        width: 100%;
        z-index: 0;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 25px;
    }

div.oembedall-container {
    width: 100%;
}

.oembedall-container iframe {
    width: inherit !important;
}

.dtable img {
    object-fit: scale-down;
}

#divNewsMobileCurrentCategory {
    /*padding: 0 10px;*/
    margin-bottom: 5px;
    box-sizing: border-box;
}

    #divNewsMobileCurrentCategory .dtable img {
        border: 1px solid #dedede;
        /*border-radius: 8px;*/
    }

    #divNewsMobileCurrentCategory .dtable .article-txt {
        height: 80px;
    }

    #divNewsMobileCurrentCategory .article-txt strong {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        font-weight: 400;
        font-size: 16px;
    }

    #divNewsMobileCurrentCategory .article-txt dt {
        height: 75%;
    }

    #divNewsMobileCurrentCategory dl .date {
        margin-top: 0;
        font-size: 13px;
        color: #afafaf;
    }

    #divNewsMobileCurrentCategory .mobile-current-category-more-btn {
        margin: 10px auto;
        text-align: center;
        padding: 13px 0;
        border-width: 0px;
        border-style: solid;
        border-color: #dedede;
        font-size: 16px;
        font-family: Noto Sans KR, sans-serif;
        display: inline-block;
        width: 100%;
        background: #efefef;
        border-radius: 8px;
    }

        #divNewsMobileCurrentCategory .mobile-current-category-more-btn:focus {
            outline: none;
        }

.section-replay {
    /*border-bottom: 2px solid #e5e5e5;*/
    border-bottom: 0;
    padding:0 5px;
}
    .section-replay span{
        right:5px;
    }

    #divNewsMobileCurrentCategory .article-list-type li {
        padding: 10px 0;
    }

    #divNewsMobileCurrentCategory .article-list-type li:last-of-type {
        border: 0;
    }

#divReplyWriteContainer {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0;
}


/*.cont-sub-cont .section-type1 ul .cont-sub-cont .section-type2 ul {
    border-top: 2px solid #e5e5e5;
}*/
.reply-cont-box {
    padding: 10px 0;
}

/*div[class^="section-type"] {
    vertical-align: top;
    position: relative;
    text-align:initial;
}*/

.hide-screen {
    background-color: black;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    opacity: 0.95;
}

.popup-container {
    /*min-width: 356px;*/
    max-width: 94%;
    border: 1px solid gray;
    float: left;
    padding: 10px;
    border-radius: 7px;
    z-index: 9999;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

    .popup-container .popup-header {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .popup-container .popup-contents {
        max-width: 100%;
        /*margin-bottom: 30px;*/
        overflow-x: hidden;
        overflow-y: auto;
        line-height: 1.3;
    }

    .popup-container .popup-chk-container {
        float: left;
        padding-top: 3px;
    }

    .popup-container .popup-close {
        float: right;
        background-color: #202020;
        color: #fff;
        min-width: 45px;
        height: 24px;
        font-family: Noto sans KR, Malgun-gothic, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }

.popup-footer {
    padding: 10px 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.confirm-container {
    min-width: 356px;
    max-width: 94%;
    border: 1px solid gray;
    float: left;
    padding: 10px;
    border-radius: 7px;
    z-index: 9999;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

    .confirm-container .confirm-contents {
        max-width: 100%;
        /*margin-bottom: 30px;*/
        overflow: hidden;
        line-height: 1.3;
    }

    .confirm-container .confirm-close {
        float: right;
        background-color: #202020;
        color: #fff;
        min-width: 45px;
        height: 24px;
        font-family: Noto sans KR, Malgun-gothic, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }


    .confirm-container .confirm-close {
        float: right;
        background-color: #202020;
        color: #fff;
        min-width: 45px;
        height: 24px;
        font-family: Noto sans KR, Malgun-gothic, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }

.confirm-footer {
    margin-top: 20px;
    padding: 10px 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.tit-mid {
    line-height: 2rem;
}

blockquote {
    /*font-style: inherit;*/
    /* font-family: Georgia, Times, "Times New Roman", serif; */
    font-size: 15px;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    display: block;
    line-height:1.3;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 30px;
    margin-inline-end: 30px;
}

    blockquote p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

.btn-more-arrow {
    position: relative;
    top: -5px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_more.png) no-repeat 0 0;
    font-size: 1px;
    color: transparent;
    clear: both;
    outline: 0;
}

.newsbox-more {
    position: absolute;
    top: -37px;
    right: 0px;
    height: 20px;
    cursor: pointer;
}


.info-area-copyright {
    border-bottom: 2px double #ededed;
    padding: 0;
    /*padding: 7px 3px 3px !important;*/
    background-color: #f8f8f8;
}

    .info-area-copyright span.writer-profile-info {
        padding-left: 8px;
    }

    .info-area-copyright span.writer-more {
        padding-right: 10px;
    }

    .info-area-copyright > div {
        display: flex;
        padding: 5px 5px 5px 8px;
    }


    .info-area-copyright img {
        overflow: hidden;
        position: relative;
        width: 65px;
        min-width: 65px;
        height: 65px;
        object-fit: cover;
        border-radius: 50%;
        padding: 5px;
    }

    .info-area-copyright div .w100p {
        margin-left: 10px;
    }

        .info-area-copyright div .w100p span:first-child {
            min-height: 40px;
            padding: 10px 0 10px 0;
        }

.info-area-copyright-txt {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding: 0 10px 5px 10px;
    /*padding-bottom: 0;*/
}

.cont-article .cont-area a:hover {
    text-decoration: underline;
}

/*엔디소프트 유입자료 이미지 플로팅 대응 코드*/
figure.photo-layout.image.float-left {
    margin: 10px 10px 10px 0px;
}

figure.photo-layout.image.float-right {
    margin: 10px 0px 10px 10px;
}
/*엔디소프트 유입자료 이미지 플로팅 대응 코드 끝*/


/*.cont-article*/ 
/*.shadow-box {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    border-bottom: 1px hidden #fff;
    padding: 0 10px;
    width: auto;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

#upRecentList.shadow-box {
    padding: 0 15px 15px;
    margin-bottom: 3px;
}*/

.no-search {
    text-align: center;
    margin: 50px 0 90px;
}

/*포토슬라이드 박스*/
.thumb-gallery {
    border: 1px solid #dedede;
}

.photo-slide-box-type2 .thumb-gallery .frame {
    padding-top: 100%;
}
    .photo-slide-box-type2 .thumb-gallery .frame span{
        display:none;
    }

.photo-slide-box-type2 .thumb-gallery .thumbs {
    display: none;
}

.thumb-gallery .frame {
    position: relative;
    padding-top: 73%;
    overflow: hidden;
}

        .thumb-gallery .frame img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 100%;
            object-fit: cover;
        }

        .thumb-gallery .frame span {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 16px;
            padding: 12px;
            text-shadow: 1px 1px 3px #000;
            background: linear-gradient(to top,rgba(0,0,0,0.9) 0,rgba(0,0,0,0) 100%);
            background-color: rgba(0,0,0,.5);
            color: #f0f0f0;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .thumb-gallery .thumbs {
        margin-top: 1px;
        overflow: hidden;
    }

        .thumb-gallery .thumbs li {
            float: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 25%;
            overflow: hidden;
        }

        .thumb-gallery .thumbs a {
            position: relative;
            display: block;
            height: 50px;
            overflow: hidden;
        }

            .thumb-gallery .thumbs a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                height: 100%;
                background-color: #14362d;
                opacity: .5;
                -webkit-transition: opacity .2s;
                transition: opacity .2s;
            }

            .thumb-gallery .thumbs a:hover:after {
                opacity: 0;
            }

        .thumb-gallery .thumbs img {
            display: block;
            width: 100%;
            min-height: 100%;
            -webkit-transition: opacity .2s;
            transition: opacity .2s;
        }

@media (min-width:768px) {
    .photo-slide-box-type2 {
        margin: 0 10px;
    }
}

@media (max-width:768px){
    .photo-slide-box-type1 {
        display: none;
    }

    .photo-slide-box-type2 .todays-photo {
        margin: 15px;
    }

    .rightnow-box{
        display:none;
    }
}

/* 구독 결제 프론트페이지 */
.bg-gray {
    background-color: #ececec;
}

.bg-dark {
    background-color: #333;
    color: #fff;
}

.bg-white {
    background-color: #fff;
    color: #333;
}

.d-flex {
    display: flex;
    padding-bottom: 10px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.align-center {
    text-align: center;
}


.subscribe-container {
    /*width: 100%;*/
    max-width: 772px;
    margin: 0 auto;
}

.subscribe-wrap {
    background-color: #fff;
}

    .subscribe-wrap h3 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }

    .subscribe-wrap ul.d-flex > li {
        width: 31%;
    }

.login-wrap {
    text-align: center;
    padding: 10px;
}

    .login-wrap h2 {
        display: inline;
    }

.subscribe-wrap-black {
    text-align: center;
    padding: 10px 0;
    background-color: #333;
}

    .subscribe-wrap-black p {
        color: #fff;
        padding: 5px;
    }

.btn-subscribe-bgdark {
    background: #323232;
    color: #fff;
    height: 25px;
    padding: 0 10px;
    width: auto;
    margin: 5px;
}

.btn-subscribe-bgwhite {
    width: 25%;
    height: 25px;
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
    padding: 0 10px;
    margin: 5px;
}


    .btn-subscribe-bgwhite:hover {
        background-color: #d6d6d6;
    }

    .btn-subscribe-bgwhite:active {
        background-color: #c1c1c1;
    }

.btn-outline-red {
    border: 1px solid red;
}

.qna-wrap h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.qna-wrap ul {
    border-bottom: 1px solid #666;
}

    .qna-wrap ul li {
        border-top: 1px solid #666;
    }

.qna-wrap .toggle-title {
    padding: 20px;
    cursor: pointer;
}

    .qna-wrap .toggle-title span {
        font-size: 16px;
    }

    .qna-wrap .toggle-title img {
        float: right;
    }

.qna-wrap .qna-contents {
    display: none;
    padding: 10px 30px 20px;
}


.subscribe-contents {
    margin: 30px;
}

    .subscribe-contents p,
    .qna-contents p {
        padding: 10px 0;
        line-height: 1.4;
    }

.product-wrap {
    display: flex;
    text-align: center;
    padding: 10px;
}

    .product-wrap .product-list {
        padding: 10px;
        width: 31%;
    }

.product-list-info {
    padding: 0 20px;
}

    .product-list-info div {
        border-bottom: 1px solid #dedede;
    }

        .product-list-info div p {
            font-weight: 600;
            padding: 10px;
        }

    .product-list-info ul li{
        padding: 10px 0;
    }


.subscribe-service-wrap .radio-wrap {
    padding: 15px;
    width: 45%;
}

.subscribe-service-wrap .radio-wrap:first-child {
    margin-right: 2%;
}

.subscribe-service-wrap h2 {
    padding: 20px;
    font-size: 22px;
    margin-top: 20px;
}

.subscribe-service-wrap .btn-subscribe-bgwhite {
    width: 35%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
    padding: 10px;
}

    .radio-wrap input[type=radio] + label {
    width: auto;
    height: auto;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background-image: none;
    background-color: #c8c8c8;
    cursor:pointer;
}

    .radio-wrap input[type=radio] + label:hover {
        background-color: #d6d6d6;
        color: #333;
    }

    .radio-wrap input[type=radio] + label.active {
        background-color: #323232;
        color: #fff;
    }

    .radio-wrap input[type=radio] + label span {
        display: inline-block;
        margin: -2px 3px 0 0;
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }

.radio-wrap input[type=radio]:checked + label span {
    background-image: url("/images/common/chk_green.png");
    padding-left: 0;
}

.radio-wrap input[type=radio]:not(:checked) + label span {
    border-radius: 50%;
    background: #fff;
}


@media (min-width:768px) {
    .subscribe-container {
        padding: 15px;
        margin: 20px auto;
    }
}

#divtagImage .img-tooltip {
    display: none;
}

/* 리스트 페이지*/
.list-top-menu .list-type {
    position: absolute;
    top: -30px;
    right: 0;
}

    .list-top-menu .list-type span{
        padding:6px;
    }
        .list-top-menu .list-type span:hover{
            cursor: pointer;
        }

/* 리스트 페이지 (액자형)*/
.box-type-gallery .dtable img {
    float: none;
    width: 100%;
}

.box-type-gallery .article-txt strong {
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}


.box-type-gallery .article-txt .categoryname {
    display: none;
}

.box-type-gallery .article-txt .contents {
    display: none;
}

.box-type-gallery .article-txt .writername {
    display: none;
}

.box-type-gallery .dtable .article-txt {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.box-type-gallery .dtable figure {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.box-type-gallery .dtable img {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: auto;
}

.paging_container {
    clear: both;
}

@media (max-width:768px) {
    .box-type-gallery li:nth-child(2n+1) {
        clear: both;
    }
    .box-type-gallery li {
        float: left;
        width: 47%;
        margin-right: 3%;
    }

    .list-top-menu {
        margin-top: 35px;
    }
}

@media (min-width:768px) {
    .box-type-gallery li:nth-child(3n+1) {
        clear: both;
    }

    .box-type-gallery li {
        float: left;
        width: 30%;
        margin-right: 3%;
        border-bottom: 0;
    }
}

/* // 리스트 페이지 (액자형)*/


/* 리스트 페이지 (목록형)*/
.box-type-list{
    padding-top:10px;
}
.box-type-list figure {
    display: none;
}

.box-type-list .article-txt strong{
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.box-type-list .dtable {
    padding: 10px 0;
    height: 70px;
}

.box-type-list .dtable .article-txt dd {
    margin-top: 2px;    
    color: #8c8c8c;
}

.box-type-list .article-txt .contents {
    display: none;
}

.box-type-list .article-txt .categoryname {
    display: block;
    width:8%;
    text-align:center;
    margin-right:2%;
}
.box-type-list .article-txt dt {
    width:62%;
    margin-bottom:0;
    margin-right: 3%;
}

.box-type-list .article-txt .writername {
    display: block;
    width: 9%;
    text-align:right;
    margin-right: 2%;
}

.box-type-list .article-txt dd.date {
    width: 14%;
}

.box-type-list .article-txt {
    width: 100%;
    display: flex;
}
    .box-type-list .article-txt dd{
        font-size:13px;
    }
/* // 리스트 페이지 (목록형)*/


#btnKaKaoLink1, #btnKaKaoLink2 {
    width:25px; height:25px;
}
figure.fg-ct{
    clear:both;
    padding-top:15px;
}

figure.fg-ct.right {
    margin-left: 10px;
}

figure.fg-ct.left {
    margin-right: 10px;
}

@media all and (max-width:768px) {
    .cont-area figure.fg-ct {
        float: none !important;
    }
}

@media all and (max-width:500px) {
    figure.fg-ct.right, figure.fg-ct.left {
        float:none !important;
    }
}

.textarea-box textarea {
    width: calc(100% - 105px);
    resize: vertical;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: hidden;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    margin-left: 4px;
    margin-top: 4px;
}

.textarea-box .btn {
    border-radius: .25rem;
    height: 84px;
    margin-top: 5px;
    margin-right:5px;
}

#txtCaptcha {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 40px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    margin-right: 5px;
    margin-bottom: 5px;
}

#divReplyWriteContainer .textarea-box {
    margin: 10px 0 0 0;
}

btn.img-delete, btn.img-resize, btn.img-tooltip{
    display:none;
}

#divReplyWriteContainer .textarea-box span#counter {
    padding: 0 .5em;
    border: 1px solid #dedede;
    margin-left: 4px;
    border-radius: 8px;
}


/*ul.menu-three-depth{
    display:none;
}
ul.menu-three-depth:has(> li){
    display:block;
}*/


/* 리스트 페이지 레이아웃 4단 변환 임시 css */
.sidebar-left.hidden-md.fl-left {
    display: block;
    position: absolute;
    top: 10px;
    width: 255px;
    background-color: #fff;
    left: -255px;
    float: none;
    display:none;
}


/* URL 붙여넣기 링크 스타일 */
.oglink-container{
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    cursor:pointer;
}

.oglink-container .oglink-image{
    max-width:97%;
    max-height: 250px;
    overflow: hidden;
    display: block;
    z-index: 10;
    position: relative;
}

.oglink-container .oglink-image .oglink-resource{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.oglink-container .oglink-bottom{
    padding:15px;
}

.oglink-container .oglink-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.oglink-container .oglink-contents{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.oglink-container .oglink-domain{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top: 5px;
    font-size: 13px;
    color: #00a832;
    text-decoration: none;
}

@media all and (max-width: 400px) {
    #txtCaptcha {
        width:40%;
    }
}

@media all and (min-width: 768px) {
    /*.list-page .sub-layout div[class^="sidebar"] {
        padding: 0 20px;
    }*/

    .banner-ad-area.right{
        right:-245px;
        width:255px;
    }

    .sub-layout div[class^="sidebar"] {
        padding: 0 20px;
    }
}



@media all and (min-width: 1180px) {
    /*.sub-container.list-page .sub-layout {
        width: 1180px;
    }


    .list-page .cont-article {
        margin-left:20px;
        width:780px;
        padding:0 20px;
    }

    .list-page .sidebar-right {
        width: calc(100% - 820px) !important;
    }*/

    .sub-container .sub-layout {
        width: 1180px;
    }


    .cont-article {
        margin-left: 20px;
        width: 780px;
        padding: 0 20px 10px 20px;
    }

    /*.sidebar-right {
        width: calc(100% - 820px) !important;
    }*/
}


@media all and (min-width: 1400px) {

    /*.sub-container.list-page .sub-layout {
        width: 1180px;
    }*/

    .sub-container .sub-layout {
        width: 1180px;
    }
    
}

.popup-contents p{
    margin:10px 0;
}

/* 임베드 동영상 */
.embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

    .embed-wrap iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } 