/* -- cached -- */
/* -- /assets_lang/common/css/board.css -- */
.content_area .mtop_menu {
    width: 100%;
}

.content_area .news_list li {
    width: 100%;
    border: 3px solid #eeeeee;
    margin-bottom: 10px;
    padding: 20px;
}

.content_area .news_list .list_head {
    margin-bottom: 40px;
    width: 33%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.content_area .news_list .list_head p.head_date {
    font-size: 14px;
    color: #999999;
}

.content_area .news_list .list_head p.head_date span {
    color: #CB0017;
}

.content_area .news_list {
    width: 100%;
    padding: 40px 0px 20px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #D8D8D8;
    display: inline-block;
}

.content_area .news_list .list_head p.head_tit {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
}

.content_area .list_body .imgbox a img {
    width: 100%;
    height: auto;
}

.content_area .news_list .list_body .list_thumb button.btn_zoom {
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets_lang/common/images/btn_zoom_hover.gif) no-repeat center top;
    background-size: 23px;
    border: 0px;
}

.content_area .news_list .list_body .list_thumb button.btn_zoom:hover {
    background-position-y: bottom;
}

.content_area .news_list .list_body .list_txt {
    width: 100%;
    padding: 5px;
    color: #333;
    line-height: 22px;
    font-size: 14px !important;
}

.list_txt p {
    margin-top: 0px;
    margin-bottom: 1rem !important;
    font-size: 14px !important;
}

.content_area .list_in_view {
    padding: 60px 40px 40px;
    border-top: 1px solid #000;
}

.content_area .list_in_view .view_head {
    margin-bottom: 30px;
}

.content_area .list_in_view p.view_tit {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.content_area .list_in_view p.view_contents_tit {
    color: #0064A7;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_area .list_in_view p.view_date {
    font-size: 16px;
    color: #999999;
    text-align: left;
}

.content_area .list_in_view .view_contents {
    line-height: 22px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

.content_area .list_in_view .btn_area {
    margin: 30px 0;
    text-align: -webkit-center;
    display: flex;
    justify-content: center;
}

.content_area .list_in_view .btn_area a {
    display: flex;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    background: #4D4D4D;
    flex-wrap: nowrap;
    flex-direction: row;
}

.content_area .list_in_view .btn_area a:hover {
    background: #2F2F2F;
}

.content_area .list_in_view .btn_area a span {
}

.content_area .list_in_view .btn_area a:hover span {
    background: url(/assets_lang/common/images/pager_arrow_left_active.png) no-repeat;
}

.content_area .list_in_view .view_contents img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 30px auto;
}

.content_area .list_in_view .view_contents img {
    margin: 10px auto;
    max-width: 100% !important;
    height: auto !important;
}

.content_area .event_list {
    border-top: 1px solid #000000;
}

.content_area .event_list .event_group {
    width: 100%;
    padding: 40px 0px 40px 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.content_area .event_list .event_thumb {
    float: left;
    padding-right: 40px;
}

.content_area .event_list .event_thumb img {
    width: 300px;
    height: 220px;
    border: 1px solid #D8D8D8;
}

.content_area .event_list .event_contents {
    margin-top: 10px;
    width: 70%;
}

.content_area .event_list p.event_date {
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
    margin-top: 10px;
}

.content_area .event_list .event_contents p.contents_tit {
    color: #0064A7;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_area .event_list .event_contents p.event_tit {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
}

.content_area .event_list .event_contents .event_txt {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
}

.content_area .video_list {
    border-top: 1px solid #000;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    width: 100%;
    justify-items: start;
    float: left;
    justify-content: flex-start;
}

.content_area .video_list .list_head {
    float: left;
    width: 33.3%;
}

.content_area .video_list .list_body {
    padding: 20px;
}

.content_area .video_list .list_head .list_thumb img {
    width: 100%;
}

.content_area .video_list .list_head p.head_tit {
    font-size: 18px;
    font-weight: bold;
    word-break: break-word;
}

.content_area .video_list .list_head p.head_tit {
    padding-top: 10px;
    margin-bottom: 10px;
}

.content_area .video_list .list_head p.head_date {
    font-size: 14px;
    color: #999999;
}

.content_area .list_thumb .head_tit a {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1em;
    max-height: 2em;
}

.content_area .news_list .list_body .list_thumb.video {
    width: 340px;
    height: 230px;
}

.content_area .news_list .list_body .list_thumb.video .imgbox {
    width: 340px;
    height: 230px;
    overflow: hidden;
}

.content_area .news_list .list_body .list_thumb.video {
}

.content_area .news_list .list_body .list_thumb.video img {
    width: 100%;
    height: 240px;
}

.video_iframe {
    width: 920px;
    height: 540px;
    margin: auto;
    display: block;
}

.view-content-html,.view-content-html * {
    font-family: 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans', sans-serif, "맑은 고딕", "Malgun Gothic" !important;
    font-size: 18px;
    line-height: 35px;
}

html[clang='cn'] .view-content-html,html[clang='cn'] .view-content-html * {
    font-family: 'Noto Sans SC', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans', sans-serif, "맑은 고딕", "Malgun Gothic" !important
}

html[clang='jp'] .view-content-html,html[clang='jp'] .view-content-html * {
    font-family: 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', 'Noto Sans', sans-serif, "맑은 고딕", "Malgun Gothic" !important
}

.content_area .list_in_view .view_contents img {
    margin-top: 20px;
    text-align: center;
    display: block;
}

.content_area .mtop_menu {
    width: 100%;
}

.content_area .news_list .list_body .list_thumb {
    width: 100%;
    height: auto;
    float: none;
}

.content_area .news_list .list_body .list_thumb .imgbox img {
    width: 50%;
    height: auto;
    float: left;
}

.content_area .news_list .list_head p.head_date {
    font-size: 14px;
    display: inline-block;
    color: #999999;
    width: 49%;
}

.content_area .news_list .list_head {
    width: 100%;
}

.content_area .news_list .list_body .list_thumb button.btn_zoom {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets_lang/common/images/btn_zoom.png) no-repeat center center #fff;
    background-size: 23px;
    border: 2px solid #eee;
}

.content_area .news_list .list_body .list_thumb button.btn_zoom:hover {
    background-position-y: center;
}

.content_area .news_list .list_body .list_txt {
    width: 100%;
    float: none;
    word-break: break-all;
}

.content_area .list_in_view p.view_tit {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.video_iframe {
    width: 820px;
    height: 461px;
}

.content_area .video_list .list_head .imgbox {
    width: 100%;
}

@media (max-width: 990px) {
    .content_area .list_body .imgbox img {
        border:1px solid #D8D8D8;
    }

    .content_area .event_list .event_contents {
        padding: 20px 10px 20px 0px;
    }

    .content_area .event_list .event_group, .content_area .event_list .event_group {
    }

    .content_area .event_list .event_thumb {
        width: 45%;
        padding: 20px;
    }

    .content_area .event_list .event_thumb img {
        width: 100%;
        height: auto;
    }

    .content_area .event_list .event_contents {
        width: 55%;
        margin: 0px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .content_area .list_body .imgbox img {
        border:1px solid #D8D8D8;
    }

    .content_area .event_list .event_group, .content_area .event_list .event_group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
        justify-content: center;
        align-items: flex-start;
    }

    .content_area .event_list .event_thumb {
        width: 45%;
        padding: 20px;
    }

    .content_area .event_list .event_thumb img {
        width: 100%;
        height: auto;
    }

    .content_area .event_list .event_contents {
        width: 55%;
        margin: 10px 0 0 0;
        padding-right: 20px;
    }

    .content_area .event_list .event_contents p.contents_tit {
        display: none;
    }

    .content_area .event_list .event_contents .event_txt {
        display: none;
    }

    .content_area .event_list .event_contents p.event_tit {
        font-size: 16px;
        line-height: 1.5em;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 3em;
    }

    .content_area .event_list p.event_date {
        font-size: 14px;
    }

    .content_area .event_list p.event_date {
        font-size: 14px;
    }

    .content_area .video_list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
        width: 100%;
        justify-items: start;
        float: left;
        justify-content: center;
        border-bottom: 0px;
    }

    .content_area .video_list .list_head {
        width: 100%;
    }

    .content_area .video_list .list_body {
        border-bottom: 1px solid #D8D8D8;
    }

    .content_area .video_list .list_head .imgbox {
        width: 45%;
        float: left;
        padding-right: 20px;
    }

    .content_area .video_list .list_head p.head_tit {
        font-size: 16px;
    }

    .content_area .video_list .list_head .head_tit {
        font-size: 16px;
        width: 55%;
        float: left;
    }

    .content_area .list_in_view p.view_contents_tit {
        display: none;
    }

    .content_area .list_in_view p.view_tit {
        font-size: 18px;
    }

    .content_area .list_in_view p.view_date {
        font-size: 14px;
    }

    .content_area .list_in_view {
        padding: 20px;
    }

    .view-content-html,.view-content-html * {
        font-size: 14px;
        line-height: 24px;
    }

    .content_area .list_in_view .btn_area a {
        font-size: 14px;
        padding: 15px 10px;
        font-weight: bold;
        width: 40%;
        border-radius: 4px;
        ext-align: center;
        background: #fff;
        color: #000;
        border: 1px solid #D2D2D2;
        box-shadow: 3px 3px 5px #ddd;
    }

    .content_area .list_in_view .btn_area a:hover {
        color: #fff;
    }

    .foo_text_zone {
        font-size: 10px;
    }

    .footer_terms .terms_btn a {
        border: 1px solid #b4b4b4;
        padding: 5px 10px;
        font-weight: normal;
    }

    .footer_terms .terms_btn a:first-child {
        border-right: 0px;
    }
}

@media (max-width: 480px) {
    .content_area .event_list .event_contents p.event_tit {
        font-size:16px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }

    .content_area .event_list p.event_date {
        font-size: 12px;
    }

    .content_area .video_list .list_head p.head_tit {
        font-size: 16px;
    }

    .content_area .video_list .list_head p.head_date {
        font-size: 12px;
    }
}

/* -- /assets/lightbox/lightbox.css -- */
body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;

    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/assets/lightbox/imgs/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/assets/lightbox/imgs/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/assets/lightbox/imgs/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/assets/lightbox/imgs/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
