/* Dreamwiz New Style Global */
body {position:relative;}

i.icon-share {margin:0 2px;display:inline-block;background:url('../images/icon-share.png') no-repeat;background-size:cover;width:22px;height:22px;vertical-align:middle;}
i.icon-share-w {margin:0 2px;display:inline-block;background:url('../images/icon-share-w.png') no-repeat;background-size:cover;width:22px;height:22px;vertical-align:middle;}
i.icon-media-play {background:url('../images/icon-media-play.png') no-repeat;background-size:cover;width:75px;height:77px;display:block;position:absolute;top:0;bottom:0;left:0;right:0;opacity:.8;margin:auto;z-index:2;}

.grid:after {content:'';clear:both;}
.grid-item, .grid-sizer {float:left;width:300px}
.gutter-sizer {width:17px;}
.stamp {position:absolute;right:0;top:20px;}
.item-wrap {
	margin-bottom:17px;
	background-color:#fff;
	border:1px solid #d8d8d8;
	min-height:1px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.item-wrap .item-thumb {min-height:1px;max-height:400px; overflow:hidden;position:relative;}
.item-wrap .item-thumb:after {
	content: "";
	background: none;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	left: 50px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
.item-wrap .item-thumb.item-book {
	background-image:url('../images/main-thumb-book.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:298px;
	height:259px;
	position:relative;
}
.item-wrap .item-thumb.item-book:after, .item-wrap .item-thumb.item-movie:after {
	display:none;
}
.item-book .book-cover {
	position:absolute;
	top:16px;
	left:0;
	right:0;
	margin:auto;
	width:157px;
	height:3px;
	background-image:url('../images/book-cover-top.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.item-book .book-cover-thumb {position:absolute;left:0;right:0;top:19px;width:157px;height:232px;overflow:hidden;margin:auto;}
.item-book .book-cover-thumb img.book-img {height:100%;}
.item-wrap:hover .item-thumb > a .image-overlay {
	opacity: 0.5;
	background-size:40px 40px, 100% 100%;
}
.item-wrap .item-thumb.item-movie {
	background-image:url('../images/main-thumb-movie.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width:298px;
	height:355px;
	position:relative;
}
.item-movie .movie-cover-thumb {position:absolute;left:0;right:0;top:28px;width:209px;height:305px;overflow:hidden;margin:auto;}
.item-movie .movie-cover-thumb img.movie-img {height:100%;}

.item-wrap .item-thumb > a {display:block;}
.item-wrap .item-thumb > a img {display:block;width:100%;}
.item-wrap .item-thumb > a .image-overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	z-index:1;
	opacity: 0;
	background: url(../images/overlay_bg.png);
	background-size:10px 10px, 100% 100%;
	background-position: center;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.item-wrap .item-thumb > a .play-time {position:absolute;font-size:14px;color:#fff;bottom:4px;right:7px;z-index:1;letter-spacing:1px;}
.item-wrap .item-thumb > a .play-time-bg {background-color:#000;opacity:.7;position:absolute;right:0;bottom:0;width:70px;height:25px;}
.item-wrap .item-thumb.media {background:url('../images/play-button.png') no-repeat center center;}
.item-wrap .item-info {padding:20px;}
.item-wrap .item-info div.title > a {font-size:17px;font-weight:800;color:#000;max-height:46px;display:block;}
.item-wrap .item-info div.sub-title {font-size:15px;color:#9f9f9f;letter-spacing:-1px;margin-top:20px;max-height:58px;}
.item-wrap .item-info div.sub-title > a {color:#8a8a8a;line-height:20px;}
.item-wrap .item-info div.store {font-size:15px;color:#a0a0a0;margin-top:2px;display:none;}
.item-wrap .item-info div.price {font-size:17px;color:#d76e6b;font-weight:800;margin-top:20px;}
.item-wrap .item-category {border-top:1px solid #d8d8d8;padding:10px 20px;position:relative;}
.item-wrap .item-category div.category-name {font-size:12px;color:#878787;display:inline-block;vertical-align:middle;font-family:Dotum;}
.item-wrap .item-category ul {display:none;vertical-align:middle;}
.item-wrap .item-category ul.share-on {position:absolute;right:20px;top:12px;}
.item-wrap .item-category ul.share-on li{cursor:pointer;}
.item-wrap .item-category li {float:left;padding:0 2px;-webkit-animation-duration:.3s;animation-duration:.3s;}
.item-wrap .item-category li:nth-child(2) {-webkit-animation-delay:.1s;}
.item-wrap .item-category li:nth-child(3) {-webkit-animation-delay:.2s;}
.item-wrap .item-category li:nth-child(4) {-webkit-animation-delay:.3s;}
.item-wrap .item-category li > a > img {display:block;width:22px;}
.item-wrap .item-category-m {display:none;border-top:1px solid #d8d8d8;padding:10px 20px;}
.item-wrap .item-category-m div.category-name {font-size:12px;color:#878787;display:inline-block;vertical-align:middle;font-family:Dotum;}
.section-wrap {
	margin-bottom:17px;
	background-color:#fff;
	min-height:1px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-bottom:1px solid #d8d8d8;
}
.section-wrap .item-section ul {overflow:hidden;}
.section-wrap .item-section li {float:left;border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8;width:99px;text-align:center;display:table;min-height:108px;position:relative;cursor:pointer;}
.section-wrap .item-section li:nth-child(3) {border-right:1px solid #d8d8d8;width:98px;}
.section-wrap .item-section li:nth-child(6) {border-right:1px solid #d8d8d8;width:98px;}
.section-wrap .item-section li:hover .section-overlay {opacity:0.1;}
.section-wrap .item-section li .section-overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute; top: 0px;
	opacity: 0;
	background: url(../images/overlay_bg.png);
	background-size:10px 10px, 100% 100%;
	background-position: center
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.section-wrap .item-section li .section-inner {display:table-cell;vertical-align:middle;}
.section-wrap .item-section li .section-inner a {display:block;}
.section-wrap .item-section li .section-inner img {display:block;margin:0 auto;}
.section-wrap .item-section li .section-inner p {font-size:13px;font-weight:800;padding:10px 0;}

/* 로딩 GIF*/
.content-loading-gif{text-align:center;}
.content-loading-gif img{width:150px;}

/* 날씨 */
.weather {position:relative;background:#fff;width:300px;max-height:1107px;margin-bottom:17px;}
.weather-inner {padding:20px 10px;border:1px solid #d2d2d2;border-bottom:0;}
.weather-inner .weather-top {text-align:center;}
.weather-inner .weather-top > span {display:inline-block;vertical-align:middle;}
.weather-inner .weather-top > span.city-arrow {margin:0 2px;cursor:pointer;}
.weather-inner .weather-top > span.city-arrow > img {display:block;}
.weather-inner .weather-temp {padding:10px 80px 0;font-size:40px;font-weight:500;text-align:center;}
.weather-inner .weather-temp > span {display:inline-block;vertical-align:middle;}
.weather-inner .weather-temp > span.temp:after {content:'º';font-size:20px;vertical-align:top;}
.weather-inner .weather-item{height:80px; background:#f3f7fa; margin:20px auto 0; display:table; padding:20px 13px;}
.weather-inner .weather-list{padding:0px 9px; color:#666; float:left;}
.weather-inner .weather-list .wt-top{font-size:14px; display:block; margin-bottom:15px; font-weight:800;}
.weather-inner .weather-list .wt-middle{margin-bottom:15px; margin-right:2px;}
.weather-inner .weather-list .wt-bottom{font-size:15px; display:block; font-weight:800; margin-left:3px;}
.weather-inner .weather_city_more {display:none;width:298px;position:absolute; background:#fff; height:150px;overflow-y:scroll; border:1px solid #ccc;right:0; top:130px;z-index:5;-webkit-animation-duration:.5s;animation-duration:.5s;}
.weather-inner .w_more_none {display:none;}
.weather-inner .w_more_city {font-size:15px; cursor:pointer; padding:5px; text-indent:10px;}
.weather-inner .w_more_city:hover {background:#e6e6e6;}

/* 쇼핑 카테고리 */
.category-wrap {width:300px;margin-bottom:17px;min-height:1px;overflow:auto;}
.category-wrap ul.category li {float:left;padding-bottom:6px;padding-right:6px;}
.category-wrap ul.category li:nth-child(7) {padding-bottom:0;}
.category-wrap ul.category li:nth-child(8) {padding-bottom:0;}
.category-wrap ul.category li:nth-child(9) {padding-bottom:0;}
.category-wrap ul.category li:nth-child(3n+0) {padding-right:0;}
.category-wrap ul.category li > a img {display:block;}

.menu-category {width:300px;margin-bottom:17px;min-height:1px;}

/* 뉴스 인기 키워드 */
.dw-news-wrap {width:300px;margin-bottom:17px;}
.dw-news {background:#fff;border:1px solid #dadada;}
.news-title{padding:20px;}
.news-title span{font-size:18px; display:block; font-weight:800;}
.news-keyword li{padding:0px 20px; margin-bottom:10px;}
.news-number{display:inline-block; width:20px; text-align:center;}
.news-number span{display:block; background:#2f2f2f; color:#fff; font-size:15px;}
.news-text{display:inline-block;}
.news-text span{display:block; font-size:15px; color:#333;}
.news-ranking{float:right;}
.news-ranking img{display:inline-block;}
.news-ranking span{font-size:13px; color:#9d9d9d;}
.news-bg{display:block;}
.news-bg:hover >.news-text span{color:#f38808;}

/* 컨텐츠 더보기 */
.content-more {width:238px;border:1px solid #d7d7d7;border-radius:2px;margin:0 auto;text-align:center;background-color:#fff;font-size:16px;color:#283c33;cursor:pointer;padding:7px 0;}
.content-more span {display:inline-block;vertical-align:middle;padding:0 2px;}
.content-more span > img {display:block;}

/* 모달 창 */
.modal {
	width:80%;
	display:none;
	background-color:#fff;
	z-index:5;
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.7);
}
.share-url-copy-btn{display:block;width: 60px;text-align: center;border:1px solid #ccc;border-left:0px;height: 28px;line-height: 29px; cursor:pointer;}

.modal-top	{background-color:#FC9C2B;padding:10px;position:relative;text-align:center;}
.modal-top .title {font-size:16px;color:#fff;vertical-align:middle;}
.modal-top .close {position:absolute;right:10px;top:12px;font-size:13px;}
.modal-top .close a > img {display:block;width:16px;}
.modal-body {padding:10px;}
.modal-body .share-url {font-size:13px;display:table;width:100%;}
.modal-body .share-url span {vertical-align:middle;}
.modal-body .share-url .share-title {padding-right:5px;color:#888;}
.modal-body .share-url .share-input {display:table-cell;border:1px solid #ccc;width:100%;}
.modal-body .share-url .share-input input {border:0;padding:5px;width:100%;box-sizing:border-box;}
.modal-body .share-info {padding:10px 0;font-size:13px;display:block;color:#888;letter-spacing:-1px;}
.modal-body .share-sns {margin:1em auto;display:block;width:247px;overflow:auto;}
.modal-body .share-sns ul li {float:left;margin:10px; cursor:pointer;}
.modal-body .share-sns ul li img {display:block;width:62px;}


/* 컨텐츠 뷰 */
.view {width:1251px;padding:20px 0;margin:0 auto; position:relative;}
.view-inner {border:1px solid #d8d8d8;width:1149px;background-color:#fff;margin:0 auto;padding:50px;position:relative;}
.view-header span {display:block;}
.view-header .view-category {color:#666;}
.view-header .view-title {font-size:28px;font-weight:800;letter-spacing:-1px;margin:20px 0}
.view-photo {border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;padding:50px 0 25px;}
.view-photo img {display:block;margin:0 auto;max-width:1140px; margin-bottom:20px;}
.view-content {padding-top:15px;}
.view-content p {line-height:30px;}
.view-content small {color:#999;display:block;padding-top:1.5em;}
.view-content .content-title {font-size:25px;font-weight:400;display:block;margin-bottom:20px;}
.view-content .content-title-md {font-size:25px;font-weight:400;display:block;margin:3em 0 20px;}
.view-content .content-map {max-width:660px;overflow:hidden;margin:10px 0 0;}
.view-content hr {border:0;height:0;border-top:1px solid #cacaca;display:block;margin:1.5em 0;clear:both;}

.cont-tag{background-color: #67a39b;margin: 4px;padding: 5px; border-radius: 60px; color: #FFF; line-height:15px; display:inline-block;}

/* 컨텐츠 뷰 책 */
.view-book {border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;padding:50px 0;display:table;width:100%;}
.view-book .view-item {display:table-cell;vertical-align:top;width:157px;}
.view-book .view-item .book-bg-top {background-image:url('../images/book-cover-top.png');background-repeat:no-repeat;background-size:cover;width:157px;height:3px;}
.view-book .view-item .book-item {width:157px;overflow:hidden;}
.view-book .view-item .book-item img {width:157px;display:block;}
.view-book .view-item-info {display:table-cell;vertical-align:top;padding-left:50px;}
.view-book .view-item-info li span {display:inline-block;vertical-align:middle;}
.view-book .view-item-info li {display:block;font-size:14px;padding:4px 0;}
.view-book .view-item-info li .info-title {font-weight:800;width:85px;}
.view-book .view-item-info li .org-price {text-decoration:line-through;}
.view-book .view-item-info li .sale-price {color:red;font-weight:800;}
.view-book .view-item-info .btn-buying {background-color:#FC9C2B;color:#fff;font-weight:800;border-radius:3px;width:130px;text-align:center;display:block;margin-top:17px;font-size:18px;padding:10px 0;}


/*	컨텐츠 뷰 뉴스 추가 기사 (많이 본 기사)*/
.view-news-list{margin-top:30px;display:inline-block;width:500px;}
.view-news-list .tit{font-size:20px;}
.view-news-list ul{}
.view-news-list ul li{margin-top:5px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.view-news-list ul li a{}

/*	컨텐츠 뷰 뉴스 배너 */
.kormedi_banner{margin:20px 0px 0px;}


/* 컨텐츠 뷰 행사 */
.view-event {border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;padding:50px 0;display:table;width:100%;}
.view-event .view-item {display:table-cell;vertical-align:top;width:210px;}
.view-event .view-item .event-item {overflow:hidden;border:1px solid #ccc;padding:5px;}
.view-event .view-item .event-item img {width:198px;display:block;}
.view-event .view-item-info {display:table-cell;vertical-align:bottom;padding-left:50px;}
.view-event .view-item-info li span {display:inline-block;vertical-align:middle;}
.view-event .view-item-info li {display:block;font-size:14px;padding:4px 0;}
.view-event .view-item-info li .info-title {font-weight:800;width:85px;}
.view-event .view-item-info li .info-url > a {color:#3963B5;}
.view-event .view-item-info li .info-url > a:hover {text-decoration:underline;}

/* 컨텐츠 뷰 동영상 */
.view-cast {border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;padding:50px 0 25px;height:700px;}
.view-cast .view-cast-box {width:900px;margin:0 auto;min-height:650px;}
.view-cast .view-cast-box iframe {width:900px;height:560px;}
.dv_frame_btn_close{position:absolute;right:0;display:none;cursor:pointer;}
.dv_frame_btn_close img{width:22px;height:22px;}
.dv_frame_btn_close_cover{display:none;}
.cast-profile {display:block;padding:0 0 2em;}
.cast-profile .cast-user {display:table;width:100%;}
.cast-profile .cast-user span {display:table-cell;vertical-align:middle;}
.cast-profile .cast-user span.img-profile {width:40px; padding-right:10px;}
.cast-profile .cast-user span.img-profile > img {display:block;width:40px;}
.cast-profile .cast-user span.name-profile {font-size:14px;font-weight:800;padding:0 10px 0px 0px;}
.cast-profile ul {padding:10px 0 0;overflow:auto;}
.cast-profile li {float:left;font-size:14px;}
.cast-profile li:after {content:"|";padding:0 10px;}
.cast-profile li:last-child:after {content:"";}

/* 컨텐츠 뷰 영화 */
.view-movie {border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;padding:50px 0;display:table;width:100%;}
.view-movie .view-item {display:table-cell;vertical-align:top;width:210px;}
.view-movie .view-item .movie-item {overflow:hidden;border:1px solid #ccc;padding:5px;}
.view-movie .view-item .movie-item img {width:198px;display:block;}
.view-movie .view-item-info {display:table-cell;vertical-align:bottom;padding-left:50px;}
.view-movie .view-item-info li span {display:table-cell;vertical-align:top;}
.view-movie .view-item-info li {display:table;width:100%;font-size:14px;padding:4px 0;}
.view-movie .view-item-info li .info-title {font-weight:800;width:85px;}
.movie-photo {display:block;padding-bottom:10px;}
.movie-photo ul {overflow:auto;}
.movie-photo li {float:left;width:90px;height:90px;margin-top:5px;margin-right:5px;overflow:hidden;}
.movie-photo li:last-child {margin-right:0;}
.movie-photo li a > img {display:block;width:90px;}
.movie-video {display:block;}
.movie-video ul {overflow:auto;}
.movie-video li {float:left;width:150px;overflow:hidden;margin-right:10px;}
.movie-video li .video-thumb {position:relative;}
.movie-video li .video-thumb a > img {display:block;width:150px;}
.movie-video li .video-thumb i.icon-play {width:25px;height:25px;position:absolute;background:url('../images/icon-movie-play.png') no-repeat;background-size:cover;left:5px;bottom:5px;}
.movie-video li .video-title {padding-top:10px;}
.movie-video li .video-title span {vertical-align:middle;font-size:13px;margin-bottom:10px;}
.movie-video li .video-title i.icon-hd {display:inline-block;width:23px;height:15px;background:url('../images/icon-movie-hd.gif') no-repeat;background-size:cover;position:relative;bottom:-2px;margin-right:5px;}

.view-share {
	position:absolute;
	width:63px;
	right:-63px;
	top:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.view-share li {
	width:48px;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.view-share li.share-fb {background-color:#3963b5;}
.view-share li.share-ks {background-color:#ffde00;}
.view-share li.share-tw {background-color:#01a9d8;}
.view-share li.share-clipboard {background-color:#CB2028;}
.view-share li.share-band {background:url('../images/bg-band.gif') repeat-x;background-size:contain;}
.view-share li img {display:block;}
.view-share li:hover {padding-left:15px;}
.view-share-mobile {display:none;overflow:auto}
.view-share-mobile li {float:right;margin:15px 5px 0;}
.view-share-mobile li a > img {width:25px;}

/*#######################################################################
		404 PAGE  - 2017.05.18
#######################################################################*/
.error-grid{display:block; width:100%;}
.error-area{height:300px;padding:100px 0px; text-align:center;background-color:#FFF;border:1px solid #ddd;}
.error-area .error-content{width:706px;margin:0 auto;height:239px;position:relative;}
.error-area .error-content img{position: absolute;left: 0px;top: 0px;}
.error-area .error-content .tit{color: #484848;font-size: 35px;position: absolute; right: 0px; bottom: 17px;}
.error-area .desc{width:706px;margin:0 auto;font-size:19px; letter-spacing: -1px;margin-top:15px;}

/*#######################################################################
		Bizfeed title link
#######################################################################*/
.bf-wrap{margin:25px auto 0px;}
.bf-wrap .bf-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:15px;     margin-bottom: 10px;   font-weight: bold;}
.bf-content_wrap{display:inline-block;border:1px solid #e3e3e3;float:right;box-shadow:2px 2px 5px 0 lightgray;}
.bf-content-imgbox{display:inline-block;width:120px;height:80px;overflow:hidden;}
.bf-content-imgbox img{width:100%}
.bf-content-detail{display:inline-block;width:350px;vertical-align:top;margin-left:5px;}
.bf-content-item{padding:5px;}
.bf-content-item-first{border-bottom:1px solid #e3e3e3;position:relative;}
.bf-content-title{width: 270px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:700;margin-bottom:5px;}
.bf-content-desc{color:#666;font-size:14px;}
.bf-content-icon{position:absolute;right:5px;top:2px}
.bf-content-icon img{width:64px;margin:1px;padding:4px;background-color:#222;}

/* TABOOLA BOX */
#view-taboola_box{background-color: #fff;margin:20px 0px;padding: 20px 20px 0 20px;border:1px solid #d8d8d8;width:1251px;margin:0 auto;box-sizing:border-box;position:relative;}


/* Type Select Banner */
.dw-main-type-banner{width:100%; height:60px;background-color:#FA9217;position:fixed;bottom:0px;z-index:5;}
.dw-main-type-banner .btn-old-bg{width:50%;border-right:60px solid transparent; border-bottom:60px solid #4B4B4B;position:absolute;bottom:0px;}
.dw-main-type-banner .btn-old{position: absolute;top: 12px;z-index: 1;width: 50%;box-sizing: border-box; text-align: right;padding-right: 44px;}
.dw-main-type-banner .btn-old img{cursor:pointer;}
.dw-main-type-banner .btn-now{position: absolute;top: 12px;right:0px;z-index: 1;width: 50%;box-sizing: border-box; text-align: left;padding-left: 77px;}
.dw-main-type-banner .btn-now img{cursor:pointer;}
.dw-main-type-banner .btn-close{position: absolute;top: 12px;right:100px;z-index: 1;}
.dw-main-type-banner .btn-close img{cursor:pointer;}

.dw-main-top-type-banner{width:100%; height:40px;background-color:#4B4B4B;position:fixed;top:0px;z-index:5; display:none;}
.dw-main-top-type-banner .btn-old{z-index: 1;box-sizing: border-box;text-align:center;margin:10px auto 0px;}
.dw-main-top-type-banner .btn-old img{cursor:pointer; height:18px;}
.dw-main-top-type-banner .btn-close{position: absolute;top: 12px;right: 10px; z-index: 1;}
.dw-main-top-type-banner .btn-close img{width:16px;}

.dw-main-type-side{position:fixed;right:20px;top:50%;z-index:1;width:75px;height:104px;background-image:url('../images/201701/selectBn/arrow_022.png');cursor:pointer;}
.dw-main-type-side:hover{background-image:url('../images/201701/selectBn/arrow_02.png')}

/*#######################################################################
		Wowtv
#######################################################################*/
.desc_org_box{line-height:30px;}
.inner_img{display:block;margin:0 auto;margin-top:10px;margin-bottom:10px;max-width:800px;}
.dw_side_title{
	background-color: #f2f2f2;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 0px;
	width:1251px;
	margin:0 auto;
	position:relative;
}
.dw_side_title span{font-size:25px; font-weight:bold;}


@media (max-width:1750px) {
	.view {width:1251px;left:0px;}
	#view-taboola_box{width:1251px;left:0px;}
	.dw_side_title{width:1251px;}
}

@media (max-width:1540px) {
	.view {width:934px;}
	#view-taboola_box{width:934px;}
	.view-inner {width:832px;}
	.view-cast .view-cast-box {width:832px;height:600px;}
	.view-cast .view-cast-box iframe {width:832px;height:468px;}
	.view-cast-box-iframe{width:832px;height:468px;}
	.view-cast-box-iframe iframe{width:832px;height:468px;}
	.view-photo img {width:100%;}
	.inner_img {width:80%;}
	.view-news-list{width:48%; overflow:hidden;}
	.bf-content-detail{width:280px;}
	.bf-content-title{width:210px;}

	.dw_side_title{width:934px;left: 100px;}

}

@media (max-width:1430px) {
	.view {left:0px;}
	#view-taboola_box{left:0px;}
	.view-photo img {width:100%;}
	.view-event .view-item-info li .info-date {width:160px;}
	.kormedi_banner{display:none;}
	.inner_img {width:80%;}
}


@media (max-width:1220px) {
	.view {left:0px;}
	#view-taboola_box{left:0px;}
	.inner_img {width:80%;}
	.dw_side_title{left: 50px;}

}

@media (max-width:1100px) {
	.view {width:617px;left:0px;}
	.view-inner {width:515px;}
	#view-taboola_box{width:617px;left:0px;}
	.view-cast{height:400px;}
	.view-cast .view-cast-box {width:515px;}
	.view-cast .view-cast-box iframe {width:515px;height:290px;}

	.view-cast-box-iframe{width:515px;height:290px;}
	.view-cast-box-iframe iframe{width:515px;height:290px;}

	.dw-main-type-banner .btn-old{padding-right:0px;width:46%;}
	.dw-main-type-banner .btn-old-bg{width:46%;}
	.dw-main-type-banner .btn-now{padding-left:30px;}
	.dw-main-type-banner .btn-close{right:10px;}
	.inner_img {width:80%;}
	.bf-content_wrap{float:inherit;margin-top:20px;}
	.bf-content-detail{width:350px;}
	.bf-content-title{width:270px;}

	.dw_side_title{width:617px;left: 0px;}

}

@media (max-width:860px) {
	.grid-item, .category-wrap, .grid-sizer {width:250px;}
	.category-wrap ul.category li > a img {width:79px;}
	.stamp {display:none;}
	.section-wrap .item-section li {width:82px;}
	.section-wrap .item-section li:nth-child(3) {width:82px;}
	.section-wrap .item-section li:nth-child(6) {width:82px;}
	.item-wrap .item-thumb.item-book {width:248px;height:216px;}
	.item-book .book-cover {background-image:url('../images/book-cover-top-sm.png');width:129px;}
	.item-book .book-cover-thumb {width:129px;height:190px;}
	.item-wrap .item-thumb.item-movie {width:248px;height:295px;}
	.item-movie .movie-cover-thumb {width:172px;height:252px;top:24px;}
	.view {width:517px;}
	#view-taboola_box{width:517px;}
	.view-inner {width:475px;padding:20px}
	.view-content small {padding:1.5em 0 1em;}
	.view-event .view-item {width:169px;}
	.view-event .view-item .event-item img {width:157px;}
	.view-cast .view-cast-box {width:475px;}
	.view-cast .view-cast-box iframe {width:475px;height:267px;}
	.view-movie .view-item-info li span {display:block;}
	.view-movie .view-item-info li:first-child .info-title {padding:0 0 5px;}
	.view-movie .view-item-info li .info-title {padding:10px 0 5px;}
	.bf-content-detail{width:320px;}
	.bf-content-title{width:240px;}

	.dw_side_title{width:517px;left: 0px;}

}

@media (max-width:760px) {
	.grid-item, .category-wrap, .grid-sizer {width:173px;}
	.gutter-sizer {width:8px;}
	.item-wrap {margin-bottom:8px;}
	.item-wrap .item-info {padding:10px;}
	.item-wrap .item-info div.title > a {font-size:17px;line-height:19px;color:#000;overflow:hidden;max-height:38px;font-weight:400;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
	.item-wrap .item-info div.sub-title {font-size:15px;margin-top:10px;}
	.item-wrap .item-info div.price {font-size:14px;margin-top:5px;}
	.item-wrap .item-info div.store {font-size:13px;display:block;}
	.item-wrap .item-category {display:none;}
	.item-wrap .item-category-m {display:block;padding:10px;}
	.item-wrap .item-thumb > a .play-time {font-size:12px;right:3px;bottom:2px;}
	.item-wrap .item-thumb > a .play-time-bg {width:50px;height:20px;}
	.item-wrap .item-thumb.item-book {width:171px;}
	.category-wrap ul.category li > a img {width:100%;}
	.footer-top {text-align:center;padding:20px 0;}
	.footer-top .top-notice {margin:0;margin-right:1em;}
	.footer-bottom {padding:15px 20px 0;}
	.content-more {width:150px;font-size:13px;padding:10px 0;}
	.content-more span > img {display:block;width:10px;}
	i.icon-media-play {width:32px;height:33px;}
	.section-wrap {margin-bottom:8px;}
	.section-wrap .item-section li {width:85px;border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;}
	.section-wrap .item-section li:nth-child(even) {border-right:1px solid #d8d8d8;}
	.section-wrap .item-section li:nth-child(3) {width:85px;border-left:1px solid #d8d8d8;border-right:0;}
	.section-wrap .item-section li:nth-child(6) {width:85px;border-left:1px solid #d8d8d8;}
	.item-wrap .item-thumb.item-movie {width:171px;height:203px;}
	.item-movie .movie-cover-thumb {width:117px;height:173px;top:17px;}
	.view-header .view-title {font-size:21px;}
	.view-header .view-category {font-size:13px;}
	.view-share {display:none;}
	.view-share-mobile {display:block;}
	.view {width:535px;}
	#view-taboola_box{width:535px;}
	.view-inner {padding:15px;width:503px;}
	.view-inner p {font-size:15px;line-height:27px;}
	.view-photo, .view-book, .view-event, .view-cast, .view-movie {padding:20px 0;}
	.view-content .content-title, .view-content .content-title-md {font-size:17px;}
	.view-book .view-item {width:105px;}
	.view-book .view-item .book-bg-top {background-image:url('../images/book-cover-top-md.png');width:105px;}
	.view-book .view-item .book-item {width:105px;}
	.view-book .view-item .book-item img {width:105px;}
	.view-book .view-item-info {padding-left:1em;}
	.view-book .view-item-info li {padding:1px 0;font-size:12px;}
	.view-book .view-item-info li .info-title {width:56px;}
	.view-book .view-item-info .btn-buying {font-size:13px;padding:8px 0;width:100px;margin-top:9px;}
	.view-event .view-item {width:105px;}
	.view-event .view-item .event-item img {width:93px;}
	.view-event .view-item-info {padding-left:1em;}
	.view-event .view-item-info li {padding:1px 0;font-size:12px;}
	.view-event .view-item-info li .info-title {width:70px;}
	.view-event .view-item-info li .info-date {width:auto;}
	.view-cast .view-cast-box {width:503px;}
	.view-cast .view-cast-box iframe {width:503px;height:283px;}
	.cast-profile li {font-size:12px;}
	.view-movie .view-item {display:table-cell;vertical-align:top;width:105px;}
	.view-movie .view-item .movie-item {overflow:hidden;border:1px solid #ccc;padding:5px;}
	.view-movie .view-item .movie-item img {width:93px;display:block;}
	.view-movie .view-item-info {padding-left:1em;}
	.view-movie .view-item-info li {padding:1px 0;font-size:12px;}
	.view-movie .view-item-info li span {display:table-cell;}
	.view-movie .view-item-info li .info-title {width:70px;padding:0;}
	.view-content {font-size:17px;}
	.content-loading-gif img{width:100px;}

	.error-area{padding:50px 0px;height:100%;}
	.error-area .error-content{width:100%;height:100%;}
	.error-area .error-content img{width:300px;position:relative;display:block; margin:0 auto;}
	.error-area .error-content .tit{position:relative;display:block;font-size:25px; margin:0 auto;}
	.error-area .desc{width:100%; padding:20px; box-sizing:border-box;}

	.dw-main-type-banner{display:none;}
	.dw-main-type-side{display:none;}
	.dw-main-top-type-banner{display:block;}
	.inner_img {width:100%;}

	.dw_side_title{width:535px;left: 0px;}

}

@media (max-width:570px) {
	.grid-item, .category-wrap, .grid-sizer {width:100%;}
	.gutter-sizer {width:17px;}
	.item-wrap {margin-bottom:17px;}
	.item-wrap .item-info {padding:20px;}
	.item-wrap .item-thumb.item-book {width:100%;height:307px;background-image:url('../images/main-thumb-book@2x.jpg');}
	.item-wrap .item-thumb.item-movie {width:100%;height:307px;background-image:url('../images/main-thumb-movie@2x.jpg');}
	.item-book .book-cover {background-image:url('../images/book-cover-top.png');width:185px;top:27px;}
	.item-book .book-cover-thumb {width:185px;height:268px;top:30px;}
	.item-movie .movie-cover-thumb {width:170px;height:242px;top:45px;}
	.view {width:355px;}
	#view-taboola_box{width:355px;}
	.view-inner {width:323px;}
	.view-event .view-item-info li .info-date {width:125px;}
	.view-cast{height:300px;}
	.view-cast .view-cast-box {width:323px;}
	.view-cast .view-cast-box iframe {width:323px;height:182px;}
	.view-cast-box-iframe{width:325px;height:190px;}
	.view-movie .view-item-info li span {display:block;}
	.view-movie .view-item-info li:first-child .info-title {padding:0 0 5px;}
	.view-movie .view-item-info li .info-title {padding:10px 0 5px;}

	.view-news-list .tit{font-size:15px;}
	.view-news-list ul li{font-size:13px;}

	.bf-content-imgbox{width:100%;height:190px;}
	.bf-content_wrap{margin:0 auto;display:block;margin-top:15px;}
	.bf-content-detail{width:300px;}
	.bf-content-title{width:inherit;}
	.bf-content-icon{display:inherit;top:inherit;}
	.bf-content-icon img{width:95px;margin:4px;box-shadow:0 0 2px 1px #222;}
}

/*
	2017.11.16 : KH : 모바일 탑페이지 검색 박스
*/
.mobileTopSearch-inner{position:relative;}
#query-m-value{position:absolute;bottom:6px;left:3px;border-bottom:none;}

/*
@media (max-width:360px) {
	.grid-item, .category-wrap, .grid-sizer {width:166px;}
	.item-wrap .item-thumb.item-book {width:164px;}
	.item-wrap .item-thumb.item-movie {width:164px;height:195px;}
	.item-movie .movie-cover-thumb {width:115px;height:166px;top:16px;}
	.section-wrap .item-section li {width:81px !important;}
	.section-wrap .item-section li:nth-child(even) {width:82px !important;}
	.view {width:340px;}
	#view-taboola_box{width:340px;}
	.view-inner {width:308px;}
	.view-event .view-item-info li span {display:block;}
	.view-event .view-item-info li .info-date {width:auto;}
	.view-event .view-item-info li {margin-bottom:5px;}
	.view-cast .view-cast-box {width:308px;}
	.view-cast .view-cast-box iframe {width:308px;height:173px;}
}

@media (max-width:320px) {
	.grid-item, .category-wrap, .grid-sizer {width:146px;}
	.item-wrap .item-thumb.item-book {width:144px;}
	.item-wrap .item-thumb.item-movie {width:144px;height:171px;}
	.item-movie .movie-cover-thumb {width:99px;height:146px;top:14px;}
	.section-wrap .item-section li {width:71px !important;}
	.section-wrap .item-section li:nth-child(even) {width:72px !important;}
	.view {width:300px;}
	#view-taboola_box{width:300px;}
	.view-inner {padding:10px;width:278px;}
	.view-inner p {font-size:13px;line-height:25px}
	.view-cast .view-cast-box {width:278px;}
	.view-cast .view-cast-box iframe {width:278px;height:156px;}
}
*/
