@charset "utf-8";
@import url(/templates/2016/css/noto-font.css);
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, a{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
fieldset,img {
    border: 0 none
}
dl,ul,ol,menu,li {
    list-style: none
}
input,select,textarea,button {
    vertical-align: middle;
    font-size: 100%
}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}
body {
    -webkit-text-size-adjust: none
}
body,th,td,input,select,textarea,button {
    font-size: 20px;
    line-height: 1.7;
    font-family: 'Noto Sans light','맑은 고딕',sans-serif;
    color: #333;
    letter-spacing: -1px;
    word-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #333;
    text-decoration: none
}
a:active,a:hover {
    text-decoration: none
}
.view {
    display: block !important;
}

.header {
    width: 100%;
    height: 61px;
    background-color: rgba(246,246,246,1);
    border-bottom: 1px solid #6d98a8;
    position: fixed;
    z-index: 100;
}
.header-in,
.search-in {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}
.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    /* margin-left: -46px; */
    width: 92px;
}
.logo a span {
    display: block;
    width: 92px;
    height: 21px;
    text-indent: -9999px;
    background: url(https://www.vop.co.kr/templates/2015/images/logo-view.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.menu-btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}
.menu-btn-in {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.vop.co.kr/templates/2015/images/menu-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
}
.search-btn {
    display: block;
    position: absolute;
    right: 80px;
    top: 20px;
}
.search-btn-in {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.vop.co.kr/templates/2016/images/icon-search2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
}
.reply-btn {
    display: block;
    position: absolute;
    right: 40px;
    top: 20px;
}
.reply-btn-in {
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.vop.co.kr/templates/2016/images/icon-reply.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
}
.menu-nav {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    background: #5a8190;
    color: #fff;
    font-size: 16px;
    z-index: 1000;
    padding: 5px 0 10px 0;
    display: none;
}
.menu-nav a {
    color: #c7d9e0;
}
.menu-nav a:hover {
    color: #fff;
}
.menu-nav-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
    
.menu-nav-container li {
    width: 100%;
    border-top: 1px solid #6c94a2;
}
.menu-nav-container li:first-child {
    border: none;
}
.menu-nav-container div {
    padding: 5px 10px;
}
.content-section {
    width: 120px;
    float: left;
}
.menu-nav-container span {
    margin-right: 10px;
}

.ad-top {
	padding-top: 71px;
}
.article-header {
    padding-top: 10px;
}
.bar {
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}
.article-meta-in {
    padding: 20px 0 30px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.article-title {
    width: 70%;
    max-width: 770px;
}
.article-title h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    word-break: keep-all;
}
.article-title p {
    margin-top: 8px;
    font-size: 18px;
}
.article-info {
    font-size: 16px;
    color: #666;
    width: 300px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 24px;
}
.article-info span {
    display: inline-block;
    margin-left: 10px;
}
.meta-text dt, .meta-text dd {
    display: inline-block;
}
.update {
    margin-right: 5px;
}
.article-body {
    width: 100%;
    max-width: 1100px;
    padding: 40px 0 80px;
    margin: 0 auto;
    position: relative;
}
.article-body:after,
.recommend:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contents {
    width: 70%;
    max-width: 770px;
    float: left;
}
.contents a {
    color: #005689;
    cursor: pointer;
    text-decoration: none !important;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.article-body a:hover {
    border-color: #6e99b3
}
.article-text {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}
blockquote {
    font-size: 16px;
    padding: 20px 40px 40px 40px;
}
.news_photo {
    margin-bottom: 30px;
}
.news_align_center .photo-img, .news_align_center .photo_caption {
    margin: 0 auto;
    max-width: 100%;
}
.news_align_left, .news_align_bigleft {
    float: left;
    margin: 5px 30px 30px 0;
}
.news_align_right, .news_align_bigright {
    float: right;
    margin: 5px 0 30px 30px;
}
.photo-img img {
    width: 100% !important;
}
.cartoon-image img {
	width: 100%;
}
.photo_caption {
    font-size: 12px;
    line-height: 1.5;
}
.photo_credit {
    margin-left: 10px;
}
.news_box {
    width: 80%;
    margin: 30px auto;
    padding: 1.5em 2em 0.5em;
    background: #f7f7f7;
}
.news_box .article-text {
    font-size: 18px;
}
.strong-left {
    border-left: 3px solid #8b8e8d;
    margin-left: .5em;
    padding: 0 15px;
    color: #1c1e1d;
    font-size: 22px;
}
.strong-center {
    padding: 30px 0;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
}
.contents-link {
    width: 220px;
    margin: 0.5em 1.5em 1em 0;
    padding: 1em;
    background-color: #f6f6f6;
    position: relative;
    float: left;
    border-top: 2px solid #6d98a8;
}
.contents-link h4 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.contents-link p {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 100;
}
.contents-link span {
    font-size: 14px;
    color: #005689;
}
.contents-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.contents-link a:hover {
    background: rgba(0,0,0,.1);
}
.youtube {
    width: 100%;
    position: relative;
    margin: 30px auto;
}
.video-container {
    width: 100%;
    height: auto;
    position: relative;
}
.video-container img {
    width: 100%;
}
.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video_caption {
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}
.contents-relative h4 {
    font-size: 28px;
    font-weight: 400;
}
.contents-relative li {
    margin-top: 10px;
}
.contents-relative a {
    border-color: #fff;
}
.icon-q {
	display: inline-block;
	background-color:#fab900;
	padding: 0 5px;
	margin-right: 6px;
}
.icon-a {
	display: inline-block;
	background-color:#6d98a8;
	padding: 0 5px;
	margin-right: 6px;
	color: #fff;
}
.icon-q:after,
.icon-a:after {
	content: ":";
	margin-right:3px;
}

.writer-zone {
    padding: 60px 20px 30px;
    background-color: #fbfbfb;
    position: relative;
    margin-top: 80px;
    text-align: center;
}
.writer-photo {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.writer-photo img {
    width: 100%;
}
.writer-zone p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.writer-zone p.writer {
    margin-bottom: 10px;
}
.spon-box {
    margin-top: 30px;
}
.spon-box span {
    font-size: 16px;
}
.spon-box h4 {
    font-family: 'raleway regular';
    letter-spacing: 0;
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
}
.spon-btn {
    margin: 10px 0
}
.spon-btn a {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 2px solid #406d0b;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    line-height: 1.2em;
    color: #406d0b;
    padding: 20px 0;
    overflow: hidden;
    margin: 0 3px;
}
.spon-btn a:hover {
    border-color: #406d0b;
    background: #406d0b;
    color: #fff;
}
.spon-btn span {
    font-family: 'raleway regular';
    font-size: 16px;
    font-weight: 800;
}
.spon-frame {
        margin-bottom: 1em;
        width: 450px;
        height: 160px;
}
.ad-top {
        text-align: center;
}
.ad-middle {
	margin-top: 30px;
	margin-bottom: 10px;
        text-align: center;
}
.ad-middle div {
margin: 0 auto;
width: auto;
}
.ad-bottom {
        display: none;
}
.ad-bottom-imad1 {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
}
.ad-bottom-imad2 {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
}
.ad-bottom-enliple {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
}
.ad-bottom-97090 {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
}
.ad-bottom-1024600 {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
}
.ad-bottom-32075 {
	display: none;
}
.ad-bottom-32050 {
        display: none;
}
.ad-mobile1,
.ad-mobile2,
.ad-mobile3,
.ad-mobile4,
.ad-mobile5,
.ad-mobile6,
.ad-mobile7,
.ad-mobile8,
.ad-mobile9,
.ad-mobile10,
.ad-mobile11,
.ad-mobile12,
.ad-mobile13,
.ad-mobile14,
.ad-mobile-imsi1,
.ad-mobile-imsi2 {
        display: none;
}
.contents-aside {
    width: 300px;
    float: right;
}
.ad-aside1 {
        margin-bottom: 15px;
}
.ad-aside2 {
        margin-bottom: 15px;
}
.ad-aside3 {
        margin-bottom: 15px;
}
.ad-aside4 {
	display: none;
        margin-bottom: 15px;
}
.ad-aside5 {
	display: none;
        margin-bottom: 15px;
}
.ad-aside6 {
	display: none;
        margin-bottom: 15px;
}
.ad-aside7 {
        margin-bottom: 15px;
}
.ad-aside8 {
	display: none;
        margin-bottom: 15px;
}
.ad-aside9 {
        margin-bottom: 15px;
}
.ad-aside10 {
        margin-bottom: 15px;
}
.ad-wing1 {
	position:absolute; z-index:10;top:40px;left:1120px;
}
.ad-wing2 {
	position:absolute; z-index:10;top:40px;left:-180px;
}
.ad-sticky {
	display: none;
}
.ad-wing3 {
	display: none;
}
.ad-wing3-1 {
        position:absolute; z-index:10;top:660px;left:-180px;
}
.ad-wing4 {
	position:absolute; z-index:10;top:660px;left:1120px;
}
.ad-fullscrine {
	display: ;
}
.ad-adop690x480,
.ad-real540x230 {
	text-align: center;
}

.articlein_ad {
    width: 250px;
    height: 250px;
    float: right;
    margin: 5px 0 30px 30px;
}

.articlein_native-ad {
    display: ;
    position: relative;
    text-align: center;
    z-index: 9999999;
}
.recommend {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: none;
}
.recommend h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-top: 2px solid #000;
}
.recommend .news-relative,
.recommend .news-share {
    display: none;
}
.recommend-box {
    
}
.dable_wg1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.dable_wg2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.news-box {
    width: 23.5%;
    height: 280px;
    float: left;
    margin: 0 2% 20px 0;
}
.news-zone .news-box:nth-child(n+9),
.top-vod {
    display: none;
}
.news-zone .news-box:nth-child(4n) {
    margin-right: 0;
}
.news-container {
    font-size: 18px;
    line-height: 1.5em;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.news-container a:hover {
    background: rgba(0,0,0,0.1);
}
.news-image img {
    width: 100%;
}

.sns-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.95);
    z-index: 1000;
    display: none;
}
.sns-box {
	width: 420px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -210px;
}

.sns-btn span {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}

.sns-btn span a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	background: url("/templates/2016/images/icon2.png") 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.sns-btn span.twitter a {
	background-position: -90px 0;
}
.sns-btn span.kakaotalk a {
	background-position: -180px 0;
}
.sns-btn span.kakaostory a,
.sns-btn span.kakaostory2 a {
	background-position: -270px 0;
}
.sns-btn span.naverband a {
	background-position: -360px 0;
}
.url-lable {
	display: block;
	margin: 30px 0 10px 10px;
}
.url-text {
	overflow: hidden;
    float: left;
    width: 390px;
    height: 48px;
    padding: 8px 15px 10px;
    margin-left: 10px;
    border: 1px solid #e1e4e5;
    font-size: 18px;
    color: #848992;
    line-height: 31px;
    letter-spacing: 0;
    border-radius: 0;
    resize: none;
    -webkit-appearance: none;
}
.sns-close {
	position: absolute;
	top: 50px;
	right: 50px;
}
.reply-close {
	position: absolute;
	top: 50px;
	right: 50px;
}

.reply-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.95);
    z-index: 1000;
	display: none;
}
.reply-box {
	width: 500px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -250px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top: 30px;
}

.mobile {
	display: none !important;
}

.logo {
	
}
.sns-header {
	position: absolute;
	top: -48px;
	left: 0px;
}
.sns-header.view {
    top: 12px;
}
.sns-title, .sns-header-btn {
	float: left;
	margin-right: 15px;
	font-size: 16px;
	line-height: 36px;
}
.sns-header-btn span {
	display: inline-block;
	width: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	margin: 0 3px;
}

.sns-header-btn span a,
.sns-header-btn span i {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background: url("/templates/2016/images/icon.png") 0px 0px no-repeat;
	background-size: 210px 72px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.sns-header-btn span.twitter a {
	background-position: -42px 0;
}
.sns-header-btn span.kakaotalk a {
	background-position: -84px 0;
}
.sns-header-btn span.kakaostory a,
.sns-header-btn span.kakaostory2 a {
	background-position: -126px 0;
}
.sns-header-btn span.more i {
	background-position: -168px 0;
}
.sns-header-btn span a:hover,
.sns-header-btn span i:hover {
	background-position-y: -36px;
}

.search {
    width: 100%;
    position: fixed;
    top: -61px;
    left: 0;
    height: 61px;
    border-bottom: 1px solid #6d98a8;
    background: #fff;
    z-index: 10000;
}
.search.view {
    top: 0px;
}
.search-icon {
    position: absolute;
    top: 20px;
    left: 0;
    width: 22px;
    height: 22px;
    display: block;
    overflow: hidden;
    background: url(/templates/2016/images/icon-search.png) no-repeat 0 0;
    background-size: 22px 22px;
    text-indent: -9999px;
}
.search-input {
    width: 90%;
    border: 0 none;
    line-height: 26px;
    outline: 0;
    position: absolute;
    top: 18px;
    left: 30px;
}
.search-btn-delete {
	position: absolute;
	top: 20px;
	right: 80px;
}
.search-delete {
    width: 22px;
    height: 22px;
    display: block;
    overflow: hidden;
    background: url(/templates/2016/images/icon-delete.png) no-repeat 0 0;
    background-size: 22px 22px;
    text-indent: -9999px;
}
.search-btn-cancel {
	position: absolute;
	top: 18px;
	right: 20px;
	line-height: 26px;
}

.footer {
    background-color: #4f4f4f;
    color: #f6f6f6;
    font-weight: 100;
    font-size: 14px;
}
.footer a {
    color: #f6f6f6;
}
.footer-bottom {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
}
.company-info span {
    font-size: 18px;
    margin: 0 10px;
}
.company-adress {
    padding-top: 20px;
}
.company-adress span {
    margin-left: 5px;
}
.company-copyright {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #666;
}
.company-copyright img {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
}
.manyread {
    display: none;
}

@media only screen and (min-width:740px) and (max-width:1024px){

	.logo {
        left: 24px;
    }


    .menu-btn {
        right: 24px;
    }
    .search-btn {
        right: 104px;
    }
    .reply-btn {
        right: 64px;
    }
	.contents-aside {
        display: none;
    }
    span.update {
        margin-left: 0;
    }

    .article-title {
        width: 100%;
        padding: 0 24px;
    }

    .article-info {
        font-size: 12px;
        color: #666;
        width: 100%;
        padding: 0 24px;
        margin-top: 12px;
        text-align: left;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .contents {
        width: 100%;
    }

    .article-text {
        padding: 0 24px;
    }

    .strong-left {
        margin-left: 26px;
        padding: 0;
        font-size: 18px;
    }
    .strong-center {
        padding: 30px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Noto Sans Bold';
    }

    .contents-relative {
        padding: 0 24px;
    }

    .recommend {
        padding: 0 24px;
	display: none;
    }
    .dable_wg1 {
	padding: 0 24px;
    }
    .dable_wg2 {
        padding: 0 24px;
    }
	.sns-title {
		margin-left: 24px;
	}
    .articlein_ad {
	width: 250px;
	height: 250px;
	float: right;
	margin: 5px 15px 30px 30px;
    }
    .ad-bottom {
        display: none;
    }
    .ad-bottom-imad1 {
        display: none;
    }
    .ad-bottom-imad2 {
        display: none;
    }
    .ad-bottom-enliple {
        display: none;
    }
    .ad-bottom-97090 {
        display: none;
    }
    .ad-bottom-1024600 {
        display: none;
    }
    .ad-bottom-32075 {
	display: none;
    }
    .ad-bottom-32050 {
        display: none;
    }
    .ad-wing1,
    .ad-wing2,
    .ad-sticky,
    .ad-wing3,
    .ad-wing3-1,
    .ad-wing4 {
	display: none;
    }
    .ad-adop690x480,
    .ad-real540x230,
    .ad-fullscrine {
        display: none;
    }

    .ad-mobile1,
    .ad-mobile2,
    .ad-mobile3,
    .ad-mobile4,
    .ad-mobile5,
    .ad-mobile6,
    .ad-mobile7,
    .ad-mobile8,
    .ad-mobile9,
    .ad-mobile10,
    .ad-mobile11,
    .ad-mobile12,
    .ad-mobile13,
    .ad-mobile14,
    .ad-mobile-imsi1,
    .ad-mobile-imsi2 {
        display: none;
    }

}

.news_slide {
    position: relative;
    overflow: hidden;
}
.news_slide .news_align_center {
    margin: 5px 0 0 0;
}
.news_slide #slider-prev a,
.news_slide #slider-next a {
    position: absolute;
    top: 80px;
    width: 20px;
    height: 36px;
    text-indent: -9999px;
    z-index: 100;
    display: block;
    opacity: 0.8;
    background-size: 20px 36px;
}
.news_slide #slider-prev a:hover,
.news_slide #slider-next a:hover {
    opacity: 1;
}
#slider-prev a {
    background: url(/templates/2015/images/slide-prev.png) 0 0 no-repeat;
    left: 0px;
    border: 0;
}
#slider-next a {
    background: url(/templates/2015/images/slide-next.png) 0 0 no-repeat;
    right: 0px;
    border: 0;
}
.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    display: block;
}

.news_slide #slider-prev a,
.news_slide #slider-next a {
    top: 160px;
    width: 40px;
    height: 72px;
    background-size: 40px 72px;
}
.bx-wrapper .bx-pager {
    display: block;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    z-index: 20000;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e2e2e2;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    background-color: #326891;
}
.news_slide .photo_caption {
    display: none;
}
.manyread {
    display: none;
}

@media only screen and (max-width:740px){

    body,th,td,input,select,textarea,button{
        font-size: 16px;
        line-height:1.5
    }
    .contents-aside {
        display: none;
    }
    .ad-ntop {
	text-align: center;
    }
    .logo {
        left: 24px;
    }
    .menu-btn {
        right: 24px;
    }
    .search-btn {
        right: 94px;
    }
    .reply-btn {
    	right: 60px;
    }
    .article-meta-in {
        padding: 10px 0 20px 0;
        border-bottom: 0;
    }
    .contents-label {
        display: none;
    }
    .article-title {
        width: 100%;
        padding: 0 24px;
    }
    .article-title h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .article-title p {
        margin-top: 7px;
        font-size: 14px;
    }
    .article-info {
        font-size: 12px;
        color: #666;
        width: 100%;
        padding: 0 24px;
        margin-top: 12px;
        text-align: left;
        position: relative;
        right: auto;
        bottom: auto;
    }
     span.update {
        margin-left: 0;
    }
    .article-body {
        padding: 0px;
    }
    .contents {
        width: 100%;
    }
    .news_photo {
        width: 100%;
    }
    .photo-img, .photo_caption {
        width: 100% !important;
    }
    .photo-img img {
        width: 100%;
    }
    .article-text {
        padding: 0 24px;
        font-size: 18px;
        line-height:1.6;
    }
    .photo_caption {
        padding: 0 24px;
    }
    .news_box {
        width: auto;
        margin: 30px 24px;
        padding: 1.5em 0em 0.5em;
    }
    .news_box .article-text {
        font-size: 16px;
    }
    .video_caption {
        padding: 5px 24px 0 0;
    }
    .strong-left {
        margin-left: 26px;
        padding: 0;
        font-size: 18px;
    }
    .strong-center {
        padding: 30px;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Noto Sans Bold';
    }
    .contents-link {
        width: 200px;
        margin: 10px 24px 18px 0;
        padding: 18px 18px 12px 24px;
    }
    .contents-link h4 {
        font-size: 18px;
        font-family: 'Noto Sans Bold';
        font-weight: 400;
    }
    .articlein_ad {
        width: 200px;
        height: 200px;
        margin: 5px 0 20px 20px;
    }
    .contents-relative {
        padding: 0 24px;
    }
    .contents-relative h4 {
        font-size: 20px;
    }
    .recommend {
        padding: 0 24px;
		display: none;
    }
    .recommend h2 {
        font-size: 20px;
        letter-spacing: -1px;
        padding: 10px 0;
        font-weight: 400;
        font-family: 'Noto Sans regular';
    }
    .dable_wg1 {
        padding: 0 24px;
    }
    .dable_wg2 {
        padding: 0 24px;
		//display: none;
    }
    .news-box {
        width: 48%;
        height: 200px;
        float: left;
        margin: 0 4% 20px 0;
    }
    .news-box h4 {
        font-weight: 400;
    }
    .news-box .news-title {
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.3em;
    }
    .news-title span {
        font-size: 14px;
    }
    .news-zone .news-box:nth-child(n+5),
    .top-vod {
	display: none;
    }
    .news-zone .news-box:nth-child(2n) {
        margin-right: 0;
    }

    .scene {
    	margin: 18px 24px 18px 24px;
    	border-top: 2px solid #999;
    	padding-top: 4px;
    }
    .scene-time {
    	font-size: 14px;
    }

	.sns-box {
		width: 230px;
		height: 300px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -115px;
	}

	.reply-box {
		width: 300px;
		margin-left: -150px;
		padding-top: 40px;
	}

	.reply-close {
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: 120px;
	}

	.sns-btn span {
		width: 48px;
		height: 48px;
		position: relative;
		overflow: hidden;
		margin: 10px 12px;
	}

	.sns-btn span a {
		display: block;
		width: 48px;
		height: 48px;
		text-indent: -9999px;
		background: url("/templates/2016/images/icon2.png") 0 0 no-repeat;
		background-size: 270px 48px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sns-btn span.twitter a {
		background-position: -54px 0;
	}
	.sns-btn span.kakaotalk a {
		background-position: -108px 0;
	}
	.sns-btn span.kakaostory a,
	.sns-btn span.kakaostory2 a {
		background-position: -162px 0;
	}
	.sns-btn span.naverband a {
		background-position: -216px 0;
	}
	.url-lable {
		display: block;
		margin: 10px 0 5px 10px;
	}
	.url-text {
		width: 200px;
	    height: 40px;
	    padding: 4px 4px 8px;
	    font-size: 12px;
	    line-height: 14px;
	}

	.sns-header {
		left: 20px;
	}

    .footer {
        padding: 0px 24px;
        font-size: 12px;
    }

    .company-info span {
        font-size: 12px;
        margin: 0 3px;
    }
    .company-adress span {
        margin-left: 0px;
        display: block;
    }
    .spon-frame {
        width: 100%;
        height: 243px;
    }
    .ad-bottom-imad1 {
        display: none;
    }
    .ad-bottom-imad2 {
        display: none;
    }
    .ad-bottom-enliple {
        display: none;
    }
    .ad-bottom-97090 {
        display: none;
    }
    .ad-bottom-1024600 {
        display: none;
    }
    .ad-bottom {
	display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index:100000;
        background: #333;
    }
    .ad-bottom-32050 {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        //z-index:100000;
	z-index:16777000;
        background: #333;
	text-align: center;
    }
    .ad-bottom-32075 {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        z-index:100000;
        background: #ffffff;
    }
    .ad-mobile1 {
	display: block;
        margin: 10px 0px 10px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile2 {
	display: block;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile3 {
	display: block;
        margin: 10px auto 20px;
        overflow: hidden;
	width: 300px;
    }
    .ad-mobile4 {
	display: none;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile5 {
	display: block;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile6 {
	display: none;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile7 {
	display: block;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile8 {
	display: none;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile9 {
        display: block;
        margin: 0px auto 20px;
        overflow: hidden;
	width: 320px;
    }
    .ad-mobile10 {
        display: block;
        margin: 0px auto 20px;
        overflow: hidden;
        width: 300px;
    }
    .ad-mobile11 {
        display: none;
        margin: 0px 15px 20px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile12 {
        display: block;
        margin: 0px auto 20px;
        overflow: hidden;
	width: 300px;
    }
    .ad-mobile13 {
        display: block;
        margin: 0px auto 20px;
        overflow: hidden;
	width: 300px;
    }
    .ad-mobile14 {
        display: block;
        margin: 0px auto 0px;
        overflow: hidden;
        width: 300px;
    }

    .ad-mobile-imsi1 {
        display: none;
        margin: 10px 0px 10px;
        overflow: hidden;
        text-align: center;
    }
    .ad-mobile-imsi2 {
        display: none;
        margin: 10px 0px 10px;
        overflow: hidden;
        text-align: center;
    }

    .ad-wing1,
    .ad-wing2,
    .ad-sticky,
    .ad-wing3,
    .ad-wing3-1,
    .ad-wing4 {
        display: none;
    }
    .ad-adop690x480,
    .ad-real540x230,
    .ad-fullscrine {
	display: none;
    }

    .news_slide #slider-prev a,
    .news_slide #slider-next a {
        top: 100px;
        width: 20px;
        height: 36px;
        background-size: 20px 36px;
    }

.manyread {
    display: block;
}

.popular {
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #e4e6e7;
    margin-bottom: 10px;
}

.popular li {
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
}


.popular li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 10px 15px 11px;
    margin: 0 -15px;
    letter-spacing: -1px;
    line-height: 1.3em;
    font-weight: 700;
}

.popular li:first-child {
    border-top: 0
}

.section-label {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.07em;
    padding-top: 10px;
}
.section-label:before {
    width: 30px;
    height: 4px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    margin-bottom: 10px;
}

    .mobile {
    	display: inline-block !important;
    }
    .pc {
    	display: none !important;
    }
}
