/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
html,  body {
	margin: 0;
	padding: 0;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}
body, button, input, select, table, textarea {
    font-size: 13px;
    font-family: 'Noto Sans KR',Dotum,'돋움',Helvetica,"Apple SD Gothic Neo",sans-serif;
}
ul, ol, dl {
	list-style: none;
}
a {
    text-decoration: none;
	color: #222;
}
a:hover, a:active, a:focus {
    text-decoration: none;
	color: #222;
}
h1 {}
h2 {font-weight: normal; font-size: 17px; letter-spacing: -1px;}
h3 {font-weight: normal; letter-spacing: -1px;}
h4 {font-weight: normal;}
h5 {font-weight: normal;}
h6 {font-weight: normal;}
/* 레이아웃 */
header {
}
.bt_mg {
		min-height: 50px;
		display: none;
	}
footer {
	margin-top: 0px;
	border-top: 1px solid #e1e3e9;
	float: left;
    width: 100%;
}
footer .footer_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 15px;
	box-sizing: border-box;
	text-align: center;
}
footer .footer_wrap li {
	font-size: 13px;
	color: #666;
}
nav {
	width: 100%;
	border-bottom: 1px solid #d1d8e4;
}
nav #nav_wrap {
	width: 1000px;
	padding: 25px 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
nav #nav_wrap #logo {
	width: 130px;
	display: inline-block;
	float: left;
	font-size: 0px !important;
	margin-top: -8px;
}
nav #nav_wrap #logo img {
}
nav #nav_wrap #gnb {
	width: 300px;
	display: inline-block;
}
nav #nav_wrap #gnb li {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 0 20px;
}
nav #nav_wrap #utilbox {
	width: 300px;
	float: right;
	text-align: right;
}
nav #nav_wrap #utilbox img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 6px;
}
nav #nav_wrap #utilbox li {
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
}
nav #search_bar {
	width: 500px;
	float: right;
	margin-top: -8px;
}
nav #search_bar .search_wrap {
	margin: 0 auto;
	box-sizing: border-box;
}
nav #snb {
	width: 100%;
	border-top: 1px solid #f1f3f6;
}
nav #snb .snb_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}
nav #snb .snb_wrap li {
	display: inline-block;
	font-size: 18px;
	margin-right: 20px;
}
nav #snb .snb_wrap li:hover {
	color: #6102a4;
}
.genres_wrap {
	width: 100%;
}
.genres_wrap .genres {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
.genres_wrap .genres li {
	display: inline-block;
	font-size: 15px;
	margin-right: 20px;
}
.genres_wrap .genres li:hover {
	color: #6102a4;
}
article {
	width: 100%;
}
div.header.large.first {
	width: 100%;
    position: relative;
    z-index: 1;
}
div.header.large.first:before {
	left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    filter: opacity(100%) grayscale(100%) contrast(130%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	will-change: opacity;
    transition: filter 1s;
}
div.custom_bg {
	background-image: radial-gradient(circle at 20% 50%, rgba(21.57%, 30.59%, 53.33%, 0.98) 0%, rgba(21.57%, 30.59%, 53.33%, 0.88) 100%);
}
.deatil_wrap {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
.deatil_wrap .detail_side {
	width: 300px;
	background-color: #f9f9f9;
	margin: 0;
	float: right;
}
.deatil_wrap .detail_left {
	width: 700px;
	margin: 0;
	padding-right: 30px;
    box-sizing: border-box;
}
.detail_l {
	width: 100%;
	margin: 0;
	float: left;
}
.pbanner2 {
	text-align: center;
	margin-top: 20px;
}
.pbanner2 img {
	width: 100%;
}
section {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
}
section .m_poster {
	width: 330px;
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
}
section .m_info {
	width: 600px;
	display: inline-block;
	float: right;
}
section .m_info .m_title {
	color: #fff;
	font-size: 2.8em;
	font-weight: bold;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.4em;
}
section .m_info .m_title li:nth-child(2){
	font-size: 14px;
}
section .m_info .m_overview {
	color: #fff;
	padding: 15px;
    font-size: 14px;
    line-height: 20px;
    max-height: 14.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
section .m_info .m_headline {
	color: #fff;
	padding: 0px 15px 0 15px;
    font-size: 20px;
}
section .m_info .score_wrap {
	padding: 15px;
}
section .m_info .score_wrap .score {
	float: left;
	margin-right: 10px;
}
section .m_info .score_wrap .genres {
	color: #fff;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
#list_wrap {
	padding: 10px;
}
.list_card {
	margin: 5px;
	float: left;
	width: 185px;
	height: 360px;
	display: inline;
	cursor: pointer;
}
.list_card .title {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
	overflow:hidden;
    text-overflow:ellipsis;
	margin-bottom: 6px;
	line-height: 18px;
}
.list_card .thumb {
	position: relative;
	width: 185px;
	height: 265px;
	background-color: #f2f4f7;
	overflow: hidden;
}
.list_card .thumb .td_bd {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    opacity: .05;
    filter: alpha(opacity=5);
}
.list_card:hover .view_overview {
	display: none;
	cursor: pointer;
	-webkit-user-select: none;
}
.list_card .view_overview {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 185px;
	height: 265px;
	padding: 15px;
	background-color: rgba(0, 0, 0, .7);
	box-sizing: border-box;
}
.list_card .view_overview .overview {
	color: #fff;
	font-size: 12px;
}
.list_card .thumb img {
	width: 185px;
	height: 265px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.list_card .thumb:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}
.list_card .otitle {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: 120px;
    overflow:hidden;
    text-overflow:ellipsis;
	display:inline-block;
}
.list_card .date {
	width: 120px;
	font-size: 11px;
	color: #666;
	float: left;
}
.list_card .vote_average {
	float: right;
}
.list_card2 {
	margin: 5px;
	float: left;
	width: 150px;
	height: 320px;
	display: inline;
	cursor: pointer;
}
.list_card2 .title {
	color: #222222;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
	overflow:hidden;
    text-overflow:ellipsis;
	margin-bottom: 6px;
}
.list_card2 .thumb {
	position: relative;
	width: 150px;
	height: 215px;
	background-color: #f2f4f7;
	overflow: hidden;
}
.list_card2 .thumb .td_bd {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    opacity: .05;
    filter: alpha(opacity=5);
}
.list_card2 .thumb img {
	width: 150px;
	height: 215px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.list_card2 .thumb:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}
.list_card2 .otitle {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: 120px;
    overflow:hidden;
    text-overflow:ellipsis;
	display:inline-block;
}
.list_card2 .date {
	width: 120px;
	font-size: 11px;
	color: #666;
	float: left;
}
.search_result_wrap {
	padding: 15px 15px 0 15px;
	font-size: 18px;
}
section .s_title {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
	box-sizing: border-box;
}
section .s_title span {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	background-color: #6102a4;
	padding: 2px 10px;
	border-radius: 30px;
}
.detail_side {
	box-sizing: border-box;
}
.pbanner {
	width: 100%;
	text-align: center;
}
.pbanner img {
	width: 100%;
}
.detail_side .etc_info {
	padding: 15px;
}
.detail_side .etc_info .r_title {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
	box-sizing: border-box;
}
.detail_side .etc_info .r_contents {
	font-size: 16px;
	padding: 5px 15px;
	box-sizing: border-box;
}
.detail_side .etc_info .r_contents ul {
	margin-bottom: 10px;
}
.detail_side .etc_info .r_contents ul li .rm {
	font-size: 13px;
    color: #fff;
    background-color: #bb0285;
    width: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}
.cast_margin {
	margin: 5px 5px;
}
.cast_wrap {
	width: 138px;
	height: 220px;
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
}
.cast_profile {
	position: relative;
	width: 138px;
	height: 175px;
}
.cast_profile .td_bd {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    opacity: .05;
    filter: alpha(opacity=5);
}
.cast_wrap .cast_txt {
	margin-top: 10px;
}
.cast_wrap .cast_txt li {
	font-size: 13px;
}
.cast_wrap .cast_txt li:nth-child(2) {
	color: #666;
	font-size: 11px;
}
.screenshot_wrap {
	padding: 0 15px;
}
.screenshot_wrap .screenshot_scroll {
	overflow: hidden;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.screenshot_wrap .screenshot_scroll li {
	display: inline-block;
}
.screenshot_wrap .screenshot_scroll li img {
	width: 533px;
	height: 300px;
}
.movie_wrap {
	padding: 0 15px;
}
	.movie_wrap .movie_scroll {
	position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;
}
.movie_wrap .movie_scroll li {
	display: inline-block;
}
.movie_wrap .movie_scroll iframe,.video-container object,.video-container embed {
	position:absolute;top:0;left:0;width:100%!important;height:100%!important;
}
.similar_wrap {
	padding: 0 10px;
}
/* 텍스트 스타일 */
.pupple_b {
	color: #6102a4;
}
/* 폼 */
.search_movie {
	width: 300px;
	padding: 6px 10px;
	font-size: 16px;
	border: 1px solid #dee3eb;
	box-sizing: border-box;
}
.search_movie::placeholder {
	color: #8B8B8B;
}
.similar_wrap {
    padding: 0 10px;
	float: left;
	width: 100%;
}
.bp_banner {
	display: none;
}
.p2p_link {
		padding: 10px 0px 15px 0px;
	}
	.p2p_link .link_scroll {
		overflow: hidden;
    	overflow-x: scroll;
    	overflow-y: hidden;
    	white-space: nowrap;
		padding-top: 10px;
	}
	.p2p_link .link_scroll::-webkit-scrollbar {display:none;}
	.p2p_link .p_title {
		font-size: 20px;
		font-weight: bold;
	}
	.p2p_link .p2p_box {
		width: 200px;
		padding: 0 20px;
		box-sizing: border-box;
		border-right: 1px solid #f2f4f5;
		display: inline-block;
		white-space: normal;
	}
	.p2p_link .p2p_box .p2p_title {
		font-size: 17px;
		font-weight: bold;
		margin-top: 10px;
	}
	.p2p_link .p2p_box .dec {
		font-size: 13px;
	}
	.p2p_link .p2p_box .dec strong:nth-child(1) {
		color: purple;
	}
	.p2p_link .p2p_box .dec strong:nth-child(2) {
		color: green;
	}
/* 버튼 */
.btn_wrap {
	margin: 0 15px 15px;
	display: flex;
}
.btn_wrap ul {
	display: block;
}
.btn_wrap li {
	margin: 5px;
	display: inline-block;
	float: left;
}
.btn_wrap .img_live {
		height: 60px;
		width: auto;
	}	
.btn_pupple {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_pupple:hover {
	color: #fff;
	opacity: 0.9;
}
.btn_pupple img {
	width: 26px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_pupple_s {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_pupple_s:hover {
	color: #fff;
	opacity: 0.9;
	cursor: pointer;
}
.btn_pupple_s img {
	width: 16px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_pupple_out {
	background-color: #ffffff;
	border: 1px solid #560093;
	color: #560093;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_pupple_out:hover {
	color: #560093;
	opacity: 0.9;
}
.btn_pupple_out2 {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.btn_pupple_out2:hover {
	color: #fff;
	opacity: 0.9;
}
.btn_pupple_out2 img {
	width: 24px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_pupple_out img {
	width: 26px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_gray_out {
	background-color: #ffffff;
	border: 1px solid #babec5;
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_gray_out:hover {
	color: #222222;
	opacity: 0.9;
}
.btn_gray_out img {
	width: 26px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
@media screen and (max-width: 1000px) {
	/* 테블릿 */
	a {
		vertical-align: middle;
	}
    /* 모바일 */
	nav {
    width: 100%;
    border-bottom: 1px solid #d1d8e4;
		float: left;
}
	nav #nav_wrap {
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 0 auto;
		float: left;
	}
	nav #nav_wrap #logo {
		    width: 100px;
    display: inline-block;
    float: left;
}
	nav #nav_wrap #logo img {
		width: 100px;
		margin-top: 5px;
	}
	nav #snb {
    width: 100%;
    border-top: 1px solid #f1f3f6;
	float: left;
	}
	nav #nav_wrap #gnb {
    width: calc(100% - 100px);
    display: inline-block;
		float: right;
		text-align: right;
}
	nav #nav_wrap #gnb li {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
		margin: 0 0 0 20px;
	}
	nav #search_bar .search_wrap button {
		float: right;
}
	nav #search_bar {
    width: 100%;
    float: left;
		margin-top: 15px;
	}
	nav #search_bar form {
		text-align: left!important;
	}
	.search_movie {
    	width: calc(100% - 110px);
    	padding: 6px 10px;
    	font-size: 16px;
    	border: 1px solid #dee3eb;
		box-sizing: border-box;
	}
	nav #snb .snb_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
		float: left;
	}
	nav #snb .snb_wrap li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
	.genres_wrap {
	width: 100%;
		float: left;
}
.genres_wrap .genres {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}
.genres_wrap .genres li {
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
}
.genres_wrap .genres li:hover {
	color: #6102a4;
}
	section {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    box-sizing: border-box;
		float: left;
	}
	#list_wrap {
    padding: 10px;
		float: left;
		box-sizing: border-box;
}
	.list_card {
    margin: 5px;
    float: left;
    width: calc(25% - 10px);
    height: auto;
		min-height: 330px;
    display: inline;
    cursor: pointer;
}
	.list_card .view_overview {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
}
	.list_card .thumb {
    position: relative;
    width: 100%;
		height: 230px;
    background-color: #f2f4f7;
    overflow: hidden;
}
	.list_card .thumb img {
    width: 100%;
		height: 230px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	.list_card .date {
    width: calc(100% - 40px);
    font-size: 11px;
    color: #666;
    float: left;
}
	.list_card .otitle {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
	footer .footer_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
	}
	article {
    width: 100%;
		float: left;
}
	.deatil_wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
}
	div.header.large.first {
    width: 100%;
    position: relative;
    z-index: 1;
		float: left;
}
	div.custom_bg {
		width: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(21.57%, 30.59%, 53.33%, 0.98) 0%, rgba(21.57%, 30.59%, 53.33%, 0.88) 100%);
		float: left;
}
	section .m_poster {
    width: 46%;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
		float: left;
		text-align: center;
}
	section .m_poster img {
		max-width: 290px;
	}
	section .m_info {
    width: calc(100% - 46%);
    display: inline-block;
		padding: 15px;
		box-sizing: border-box;
    float: right;
}
	section .m_info .m_title {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0 15px;
    box-sizing: border-box;
}
	.deatil_wrap .detail_left {
    width: 100%;
    margin: 0;
		float: left;
    padding-right: 0px;
    box-sizing: border-box;
}
	.deatil_wrap .detail_side {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0;
    float: left;
}
	.pbanner2 {
    width: 60%;
    text-align: center;
    float: left;
    display: inline-block;
    padding: 25px 10px 25px 25px;
    box-sizing: border-box;
}
	.pbanner2 img {
		width: 100%;
	}
	.detail_side .etc_info {
    padding: 15px;
    float: left;
    width: 40%;
    box-sizing: border-box;
}
	section .m_info .score_wrap .genres {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 20px;
}
	.screenshot_wrap .screenshot_scroll li img {
    width: 100%;
    height: auto;
}
	.detail_side .etc_info .r_contents li {
    margin-bottom: 5px;
}
	.cast_margin {
    margin: 5px 0px;
}
	.cast_wrap {
    width: calc(24% - 30px);
    height: auto;
		min-height: 260px;
    display: inline-block;
    margin: 10px 15px;
    vertical-align: middle;
}
	.cast_profile {
    position: relative;
    width: 100%;
		height: auto;
		max-height: 190px;
}
	.cast_profile img {
		width: 100%;
		height: auto;
		max-height: 190px;
	}
	.similar_wrap {
    padding: 0;
    float: left;
    width: 100%;
		box-sizing: border-box;
}
	.list_card2 {
    margin: 10px 15px;
    float: left;
    width: calc(24% - 30px);
    height: auto;
		min-height: 310px;
    cursor: pointer;
}
	.list_card2 .thumb {
    position: relative;
    width: 100%;
    height: auto;
		max-height: 210px;
    background-color: #f2f4f7;
    overflow: hidden;
}
	.list_card2 .thumb img {
    width: 100%;
    height: auto;
		min-height: 210px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	.bp_banner {
		display: none;
	}
/* 버튼 */
.btn_wrap {
	margin: 0 10px;
}
.btn_wrap li:nth-child(3) {
	margin: 5px;
	display: inline-block;
	float: right;
}	
	.btn_pupple {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 15px 9px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
		max-height: 58px;
}
.btn_pupple:hover {
	color: #fff;
	opacity: 0.9;
}
.btn_pupple img {
	width: 26px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
}
.btn_pupple_s {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_pupple_s:hover {
	color: #fff;
	opacity: 0.9;
	cursor: pointer;
}
.btn_pupple_s img {
	width: 16px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_pupple_out {
	background-color: #ffffff;
	border: 1px solid #560093;
	color: #560093;
	font-size: 0px;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	max-height: 58px;
}
.btn_pupple_out:hover {
	color: #560093;
	opacity: 0.9;
}
.btn_pupple_out img {
	width: 26px;
	vertical-align: unset;
	margin-top: 0px;
	margin-right: 0px;
}
.btn_gray_out {
	background-color: #ffffff;
	border: 1px solid #babec5;
	color: #222222;
	font-size: 0px;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	max-height: 58px;
}
.btn_gray_out:hover {
	color: #222222;
	opacity: 0.9;
}
.btn_gray_out img {
	width: 26px;
	vertical-align: unset;
	margin-top: 0px;
	margin-right: 0px;
}
}
@media screen and (max-width: 600px) {
	.bt_mg {
		min-height: 50px;
		display: block;
	}
	/* 유튜브 반응형 */
	.movie_wrap .movie_scroll {
	position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;
}
.movie_wrap .movie_scroll li {
	display: inline-block;
}
.movie_wrap .movie_scroll iframe,.video-container object,.video-container embed {
	position:absolute;top:0;left:0;width:100%!important;height:100%!important;
}
	a {
		vertical-align: middle;
	}
    /* 모바일 */
	.notice {
		display: none!important;
	}
	nav {
    width: 100%;
    border-bottom: 1px solid #d1d8e4;
		float: left;
}
	nav #nav_wrap {
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	margin: 0 auto;
		float: left;
	}
	nav #nav_wrap #logo {
		    width: 100px;
    display: inline-block;
    float: left;
}
	nav #nav_wrap #logo img {
		width: 100px;
		margin-top: 5px;
	}
	nav #snb {
    width: 100%;
    border-top: 1px solid #f1f3f6;
	float: left;
	}
	nav #nav_wrap #gnb {
    width: calc(100% - 100px);
    display: inline-block;
		float: right;
		text-align: right;
}
	nav #nav_wrap #gnb li {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
		margin: 0 0 0 20px;
	}
	nav #search_bar .search_wrap button {
		float: right;
}
	nav #search_bar {
    width: 100%;
    float: left;
		margin-top: 15px;
	}
	nav #search_bar form {
		text-align: left!important;
	}
	.search_movie {
    	width: calc(100% - 110px);
    	padding: 6px 10px;
    	font-size: 16px;
    	border: 1px solid #dee3eb;
		box-sizing: border-box;
	}
	nav #snb .snb_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
		float: left;
		overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

	}
	nav #snb .snb_wrap li {
    display: inline-block;
    font-size: 18px;
    margin-right: 13px;
}
	.genres_wrap {
	width: 100%;
		float: left;
}
.genres_wrap .genres {
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
	float: left;
}
.genres_wrap .genres li {
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
}
	section {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
		float: left;
	}
	#list_wrap {
    padding: 10px;
		float: left;
		box-sizing: border-box;
		width: 100%;
}
	.list_card {
    margin: 5px;
    float: left;
    width: calc(50% - 10px);
    height: 330px;
    display: inline;
    cursor: pointer;
}
	.list_card .view_overview {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
}
	.list_card .thumb {
    position: relative;
    width: 100%;
		height: 230px;
    background-color: #f2f4f7;
    overflow: hidden;
}
	.list_card .thumb img {
    width: 100%;
		height: 230px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	.list_card .date {
    width: calc(100% - 40px);
    font-size: 11px;
    color: #666;
    float: left;
}
	.list_card .otitle {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
	footer .footer_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
	}
	article {
    width: 100%;
		float: left;
}
	.deatil_wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
}
	div.header.large.first {
    width: 100%;
    position: relative;
    z-index: 1;
		float: left;
}
	div.custom_bg {
		width: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(21.57%, 30.59%, 53.33%, 0.98) 0%, rgba(21.57%, 30.59%, 53.33%, 0.88) 100%);
		float: left;
}
	section .m_poster {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
		float: left;
		text-align: center;
}
	section .m_poster img {
		max-width: 290px;
	}
	section .m_info {
    width: 100%;
    display: inline-block;
    float: right;
}
	section .m_info .m_title {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0 15px;
    box-sizing: border-box;
		text-align: center;
}
	section .m_info .m_headline {
		text-align: center;
		margin-top: 10px;
	}
	.deatil_wrap .detail_left {
    width: 100%;
    margin: 0;
		float: left;
    padding-right: 0px;
    box-sizing: border-box;
}
	.deatil_wrap .detail_side {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0;
    float: left;
}
	.pbanner2 {
    width: 100%;
    text-align: center;
    float: left;
	display: inline-block;
    padding: 15px;
    box-sizing: border-box;
}
	.pbanner2 img {
		width: 100%;
	}
	.detail_side .etc_info {
    padding: 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
	section .m_info .score_wrap .genres {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 20px;
}
	.screenshot_wrap .screenshot_scroll li img {
    width: 100%;
    height: auto;
}
	.detail_side .etc_info .r_contents li {
    margin-bottom: 5px;
}
	.cast_margin {
    margin: 5px 0px;
}
	.cast_wrap {
    width: calc(49% - 30px);
    height: auto;
    display: inline-block;
    margin: 10px 15px;
    vertical-align: middle;
		    min-height: 240px;
}
	.cast_profile {
    position: relative;
    width: 100%;
		height: auto;
		max-height: 180px;
}
	.cast_profile img {
		width: 100%;
		height: auto;
		max-height: 180px;
	}
	.similar_wrap {
    padding: 0;
    float: left;
    width: 100%;
		box-sizing: border-box;
}
	.list_card2 {
    margin: 10px 15px;
    float: left;
    width: calc(49% - 30px);
    height: auto;
		min-height: 312px;
    cursor: pointer;
}
	.list_card2 .thumb {
    position: relative;
    width: 100%;
    height: auto;
		max-height: 220px;
    background-color: #f2f4f7;
    overflow: hidden;
}
	.list_card2 .thumb img {
    width: 100%;
    height: auto;
		min-height: 220px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
	.pbanner {
		padding-top: 20px;
	}
	.bp_banner {
		bottom: 0;
		width: 100%;
		z-index: 9999;
		position: fixed;
		height: auto;
		display: block;
	}
	.bp_banner li {
		float: left;
        display: inline-block;
        width: calc(100% - 40px);
	}
    .bp_banner li img {
        width: 100%;
		display: block;
    }
	.bp_banner .gotop {
		background: #000;
		width: 40px;
		background-color: #6102a4;
		height: 100%;
		text-align: center;
	}
	.bp_banner .gotop img {
		width: 28px;
		/*margin-top: 10px;*/
		margin: 0 auto;
		margin-top: 22px;
	}
/* 버튼 */
.btn_wrap {
	margin: 0 10px;
}
.btn_wrap li:nth-child(2) {
	margin: 5px;
	display: inline-block;
	float: right;
}
	.btn_wrap .img_live {
		height: 50px;
		width: auto;
	}	
	.btn_pupple {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 12px 9px 10px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
		max-height: 58px;
}
.btn_pupple:hover {
	color: #fff;
	opacity: 0.9;
}
.btn_pupple img {
	width: 26px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
}
.btn_pupple_s {
	background-color: #6102a4;
	border: 1px solid #560093;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
}
.btn_pupple_s:hover {
	color: #fff;
	opacity: 0.9;
	cursor: pointer;
}
.btn_pupple_s img {
	width: 16px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
.btn_pupple_out {
	background-color: #ffffff;
	border: 1px solid #560093;
	color: #560093;
	font-size: 0px;
	padding: 10px 12px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	max-height: 58px;
}
.btn_pupple_out:hover {
	color: #560093;
	opacity: 0.9;
}
.btn_pupple_out img {
	width: 26px;
	vertical-align: unset;
	margin-top: 0px;
	margin-right: 0px;
}
.btn_gray_out {
	background-color: #ffffff;
	border: 1px solid #babec5;
	color: #222222;
	font-size: 0px;
	padding: 10px 12px;
	display: inline-block;
	border-radius: 5px;
	box-sizing: border-box;
	max-height: 58px;
}
.btn_gray_out:hover {
	color: #222222;
	opacity: 0.9;
}
.btn_gray_out img {
	width: 26px;
	vertical-align: unset;
	margin-top: 0px;
	margin-right: 0px;
}
}