﻿@charset "utf-8";
/*@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
nav,
section,
input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline: 0;
	font: inherit;
	font-family: "Nanum Gothic", "나눔고딕", "NanumGothic", sans-serif;
	vertical-align: top;
	color: #222;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 100%;
	line-height: 1;
}

a {
	text-decoration: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
select,
textarea {
	vertical-align: middle;
}

i,
em,
address {
	font-style: normal;
	font-weight: normal;
}

* {
	-webkit-text-size-adjust: none;
}

input[type="password"] {
	font-family: caption;
}

input::-webkit-input-placeholder {
	color: #888888;
	font-size: 12px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.star_box-prev {
	float: left;
}

.star_box-next {
	float: right;
}


h1 {
	position: absolute;
	left: 45px;
	top: 17px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 25px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	vertical-align: middle;
}

header {
	height: 52px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}

header input {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -196px;
	width: 382px;
	height: 30px;
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
	font-size: 13px;
	padding-left: 8px;
}

header input::-webkit-input-placeholder {
	background: url(../images/ic_search.png) no-repeat;
	height: 15px;
	color: #888888;
	font-size: 12px;
	padding-left: 18px;
}

header .right {
	position: absolute;
	top: 10px;
	right: 10px;
}

header .right button {
	background: #FF5252;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 4px 20px;
	vertical-align: middle;
	margin-right: 10px;
}

header .right a {
	vertical-align: middle;
	display: inline-block;
}

header .center button {
	background: #FF5252;
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: 168px;
	width: 25px;
	height: 25px;
}

footer {
	margin-top: 45px;
	background: #222222;
	text-align: center;
	padding: 35px 0;
}




.menu {
	height: 92px;
	border-bottom: 1px solid #DCDCDC;
}

.menu_2d {
	height: 106px;
}

.menu .b_menu {
	width: 1200px;
	margin: 33px auto 0;
	height: 25px;
}

.menu .b_menu li {
	float: left;
}

.menu .b_menu li a {
	font-size: 24px;
	padding: 5px;
	margin-right: 35px;
}

.menu .b_menu li a.on {
	color: #FF5252;
	font-weight: bold;
}

.menu .s_menu_box {
	width: 1200px;
	margin: 25px auto 0;
	position: relative;
}

.menu .s_menu {
	height: 23px;
}

.menu .s_menu li {
	float: left;
}

.menu .s_menu li a {
	font-size: 16px;
	padding: 5px;
	margin-right: 30px;
}

.menu .s_menu li a.on {
	border-bottom: 3px solid #FF5252;
}

.menu .r_menu {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.menu .r_menu li {
	float: left;
	font-size: 12px;
}

.menu .r_menu li a {
	font-size: 14px;
	color: #888888;
	margin-left: 3px;
}

.menu .r_menu li a.on {
	color: #222;
	font-weight: bold;
}

.wrap {
	height: 100%;
	min-width: 1224px;
}


.mine_area {
	height: 60px;
	padding: 5px 0;
	border-bottom: 1px solid #DCDCDC;
}

.mine {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}

.mine .left dt {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: inline-block;
	vertical-align: middle;
}

.mine .left dd {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.mine .left dd.name {
	font-size: 20px;
	font-weight: bold;
	border: 0;
	padding-left: 0;
}

.mine .left dd {
	font-size: 16px;
	font-weight: bold;
	border-left: 2px solid #ccc;
	padding-left: 20px;
}

.mine .left dd span {
	color: #888;
	font-weight: normal;
}

.mine button {
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	border-radius: 4px;
	width: 90px;
	height: 35px;
	margin-top: 12px;
	margin-left: 10px;
}

.mine .mine_bt01 {
	background: #fff url(../images/ic_follow.png) no-repeat 10px center;
	color: #FF5252;
	border: 1px solid #FF5252;
	cursor: pointer;
}

.mine .mine_bt02 {
	background: #FF5252 url(../images/ic_following.png) no-repeat 10px center;
	color: #fff;
	border: 1px solid #FF5252;
	cursor: pointer;
}

.mine .mine_bt03 {
	background: #fff url(../images/bt03.png) no-repeat 10px center;
	color: #7D8285;
	border: 1px solid #888888;
}


/*.sel_box { margin: 35px auto; text-align: center; }
.sel_box li { display: inline-block; font-size: 14px; color: #CCCCCC; }
.sel_box li a { font-size: 14px; margin: 0 20px; }
.sel_box li a span { color: #888888; font-size: 6px; display: inline-block; padding-top: 1px; margin: 0 5px; }
*/

.sel_box {
	margin: 35px auto;
	text-align: center;
	min-width: 1224px;
}

.sel_box li {
	display: inline-block;
	font-size: 16px;
	color: #CCCCCC;
}

.sel_box li select {
	font-size: 16px;
	margin: 0 5px;
	border: 1px solid #CCCCCC;
	height: 26px;
}


.ad,
.ranking,
.star {
	width: 1200px;
	margin: 0 auto;
}


@keyframes ad {

	0% {
		left: 0;
	}

	20% {
		left: 0;
	}

	25% {
		left: -100%;
	}

	45% {
		left: -100%;
	}

	50% {
		left: -200%;
	}

	70% {
		left: -200%;
	}

	75% {
		left: -300%;
	}

	95% {
		left: -300%;
	}

	100% {
		left: -400%;
	}

}

.ad {
	overflow: hidden;
}

.ad figure img {
	width: 20%;
	float: left;
}

.ad figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 15s ad infinite;

}



.picture {
	width: 1200px;
	margin: 0 auto;
}

.ranking {
	overflow: auto;
}

.ranking .red_box {
	width: 196px;
	padding: 28px 34px 26px 16px;
	margin-top: 20px;
	background: #FF5252;
	border-radius: 5px;
}

.ranking .red_box span {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.ranking .red_box a {
	padding: 2px;
	display: block;
}

.ranking .red_box p {
	font-size: 14px;
	color: #fff;
	margin-top: 54px;
}

.ranking .ranking_box {
	width: 904px;
}

.ranking .ranking_box li {
	border-bottom: 1px solid #DCDCDC;
	padding: 9px 0;
}

#rolling {
	overflow: hidden;
	width: 904px;
	height: 150px;
	margin: 0;
}


#rolling ul {
	position: relative;
	margin: 0;
}

#rolling ol {
	position: absolute;
	/*top: 24px;*/
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rolling li {
	/*top: 24px;*/
	height: 150px;
	line-height: 20px;
	border-bottom: 0px;
}

.ranking .ranking_box .rk_01 {
	text-align: center;
	line-height: 18px;
}

.ranking .ranking_box .rk_01 .g_line {
	margin-top: 8px;
}

.ranking .ranking_box .rk_01 span {
	font-size: 18px;
	line-height: 1.2;
	margin-left: 5px;
}

.ranking .ranking_box .rk_01 span.red {
	color: #F44336;
}

.ranking .ranking_box .rk_01 span.blue {
	color: #42A5F5;
}

.ranking .ranking_box .rk_02 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.ranking .ranking_box .rk_03 {
	font-weight: bold;
	font-size: 24px;
}

.ranking .ranking_box .rk_03 span {
	font-size: 18px;
	color: #888888;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 20px;
}

button.more {
	display: block;
	margin: 20px auto 30px;
	font-size: 14px;
	color: #888888;
	padding: 12px 23px;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.star {
	clear: both;
	margin: 20px auto 50px;
	background: #F5F5F8;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 25px 0 15px;
	text-align: center;
	position: relative;
}

.star_box {
	padding: 5px 17px 15px;
	height: 220px;
}

.star_box li {
	width: 160px;
	height: 180px;
	padding-top: 20px;
	background: #fff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
	margin: 0 17px;
	border-radius: 4px;
	float: left;
}

.star_box li .photo {
	border-radius: 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 18px;
}

.star_box li p.name {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.star_box li p:last-child {
	font-size: 12px;
	color: #888888;
}

.bt_area button {
	background: #fff;
	border: 1px solid #CCCCCC;
	width: 40px;
	height: 48px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.bt_area .left {
	position: absolute;
	left: -21px;
	top: 50%;
	margin-top: -25px;
}

.bt_area .right {
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -25px;
}

.bt_area .star_box-prev {
	position: absolute;
	left: -21px;
	top: 50%;
	margin-top: -25px;
}

.bt_area .star_box-next {
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -25px;
}






.bt_area #realtime-prev {
	position: absolute;
	left: -21px;
	top: 50%;
	margin-top: -25px;
}

.bt_area #realtime-next {
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -25px;
}



.picture {
	clear: both;
	margin-top: 30px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 75px;
	position: relative;
}

.picture .b_li .where {
	margin: 10px 10px 0 0;
	font-size: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 10px;
	border-radius: 15px;
}

.picture .b_li .title {
	margin: 145px 0 0 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.picture .b_li .name {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 2.5;
}

.picture .s_li {
	overflow: auto;
}

.picture .s_li li {
	float: left;
	width: 280px;
	margin-left: 50px;
	white-space: nowrap;
}

.picture .s_li .title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 13px;
}

.picture .s_li .name {
	color: #888888;
	font-size: 14px;
	padding-top: 7px;
}

.picture .s_li .s_t {
	color: #888888;
	font-size: 14px;
	padding-top: 8px;
}

.picture .s_li .s_t img {
	vertical-align: middle;
	margin-left: 10px;
}

.picture .s_li .s_t img:first-child {
	margin-left: 0;
}

.picture .s_li .where {
	font-size: 12px;
	color: #888888;
	background: #EEEEEE;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-block;
	margin-top: 8px
}

.picture_li {
	width: 1224px;
	border-bottom: 0;
	padding-bottom: 0;
}

.picture_li li {
	margin: 0 12px 45px !important;
}

.picture_li li .photo {
	position: relative;
}

.picture_li li .photo span {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #FF5252;
	border-radius: 9px;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #fff;
}

.b_more {
	border: 1px solid #CCCCCC;
	background: #fff;
	color: #888;
	font-size: 18px;
	padding: 12px 65px;
	margin: 0 auto;
	display: block;
}


.detail {
	margin: 10px auto 0;
	width: 1200px;
	height: 666px;
}

.detail .area.left {
	width: 880px;
}

.detail .area.left .b_photo {
	width: 880px;
	height: 475px;
	overflow: hidden;
}

.detail .area.left .left {
	height: 121px;
}

.detail .area.left .p01 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
}

.detail .area.left .p02 {
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}

.detail .area.left .p02 span {
	color: #888;
	font-weight: normal;
}

.detail .area.left .p03 {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

.detail .area.left .right {
	text-align: right;
}

.detail .area.left .p04 {
	color: #7D8285;
	font-size: 16px;
	margin: 25px 15px 0 0;
}

.detail .area.left .p04 img {
	vertical-align: middle;
	margin-left: 5px;
}

.detail .area.left .p05 {
	margin: 35px 10px 0 0;
}

.detail .area.left .p05 button {
	margin-left: 25px;
}

.like_area {
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 44px;
	padding: 12px 0;
}

.like_area .bt {
	float: left;
	padding-top: 6px;
	font-size: 16px;
}

.like_area .bt button {
	vertical-align: middle;
	margin-right: 5px;
}

.like_area .bt .like {
	width: 34px;
	height: 31px;
	background: url(../images/ic_like_p.png) no-repeat;
}

.like_area .bt .unlike {
	width: 34px;
	height: 31px;
	background: url(../images/ic_like.png) no-repeat;
}

.like_area .people {
	float: right;
}

.like_area .people ul {
	float: left;
	vertical-align: middle;
}

.like_area .people li {
	float: left;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	margin-right: 5px;
}

.like_area .people a {
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 11px;
}


.detail .area.right {
	width: 308px;
	border: 1px solid #CCCCCC;
}

.detail .area.right .title {
	padding: 15px 15px 10px;
	border-bottom: 1px solid #ccc;
}

.detail .area.right .title span {
	font-size: 12px;
	color: #888888;
	vertical-align: middle;
}

.detail .area.right button {
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	vertical-align: middle;
}

.detail .area.right .no_repeat {
	background: url(../images/ic_repeat.png) no-repeat;
	color: #888888;
}

.detail .area.right .repeat {
	background: url(../images/ic_repeat_p.png) no-repeat;
	color: #FF5252;
}

.detail .area.right .rank_area {
	overflow-y: scroll;
	height: 622px;
}

.detail .area.right .rank_area::-webkit-scrollbar {
	width: 8px;
}

.detail .area.right .rank_area::-webkit-scrollbar-track {
	background: #EEEEEE;
}

.detail .area.right .rank_area::-webkit-scrollbar-thumb {
	background: #CCCCCC;
}

.detail .area.right .rank_area::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.detail .area.right .rank_area li {
	padding-top: 15px;
}

.detail .area.right .rank_area th {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #888;
}

.detail .area.right .rank_area td.txt {
	padding-left: 10px;
	vertical-align: top;
}

.detail .area.right .rank_area td.txt .p01 {
	font-weight: bold;
	font-size: 14px;
	padding: 7px 0;
}

.detail .area.right .rank_area td.txt .p02 {
	font-size: 12px;
	color: #888;
}

.detail .area.right .rank_area td.txt .p02 img {
	vertical-align: middle;
}

.detail .area.right .rank_area td.txt .p02 img:last-child {
	margin-left: 5px;
}

.reply_area {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}

.reply_area .iput_area {
	background: #F2F2F2;
	padding: 17px 25px 25px;
}

.reply_area .iput_area .left {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.gray {
	color: #888;
}

.red {
	color: #FF5252;
}

.reply_area .iput_area .right {
	margin-bottom: 15px;
}

.reply_area .iput_area .box {
	clear: both;
	background: #fff;
	padding: 15px 10px;
	height: 45px;
}

.reply_area .iput_area .box textarea {
	height: 45px;
	width: 1040px;
	float: left;
	font-size: 16px;
}

.reply_area .iput_area .box button {
	background: #FF5252;
	color: #fff;
	border-radius: 4px;
	width: 80px;
	height: 45px;
	float: right;
}

.reply_area .reply_li {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0 15px;
}

.reply_area .re_photo {
	width: 44px;
	height: 44px;
	border-radius: 44px;
	margin-right: 10px;
	display: inline-block;
}

.reply_li .re_text {
	display: inline-block;
	width: 1140px;
}


.ment_reply_area {
	clear: both;
	width: 1100px;
	margin: 0 auto;
}

.ment_reply_area .iput_area {
	background: #F2F2F2;
}

.ment_reply_area .iput_area .left {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.gray {
	color: #888;
}

.red {
	color: #FF5252;
}

.ment_reply_area .iput_area .right {
	margin-bottom: 15px;
}



.ment_modify_area {
	clear: both;
	width: 1100px;
	margin: 0 auto;
}

.ment_modify_area .iput_area {
	background: #F2F2F2;
}

.ment_modify_area .iput_area .left {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.gray {
	color: #888;
}

.red {
	color: #FF5252;
}

.ment_modify_area .iput_area .right {
	margin-bottom: 15px;
}

.ment_modify_area .iput_area .box {
	clear: both;
	background: #fff;
	padding: 15px 10px;
	height: 45px;
}

.ment_modify_area .iput_area .box textarea {
	height: 45px;
	width: 1040px;
	float: left;
	font-size: 16px;
}

.ment_modify_area .iput_area .box button {
	background: #FF5252;
	color: #fff;
	border-radius: 4px;
	width: 80px;
	height: 45px;
	float: right;
}




.re_text .p01 {
	color: #888;
	font-size: 14px;
	margin-top: 15px;
}

.re_text .p01 span {
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px;
}

.re_text .p01 a {
	color: #888;
}

.re_text .p02 {
	font-size: 14px;
	margin-top: 12px;
}

.re_text .p03 {
	margin-top: 20px;
}

.re_text .p03 button {
	height: 34px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.re_text .p03 button.re_bt {
	font-size: 14px;
	color: #888;
	padding: 0 18px;
	float: left;
}

.re_text .p03 button.re_bt span {
	font-weight: bold;
}

.re_text .p03 button.like_bt {
	font-size: 16px;
	color: #888;
	font-weight: bold;
	padding: 0 15px 0 40px;
	float: right;
	background: #fff url(../images/ic_thumb.png) no-repeat 5px center;
}

.re_reply {
	background: #F2F2F2;
	padding: 0 45px 15px 22px;
	overflow: auto;
}

.re_reply .re_re_set {
	clear: both;
	padding: 20px 0 15px;
}

.re_reply .re_re_ic {
	background: url(images/ic_reply.png) no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	margin: 10px 15px 0 0;
}

.re_reply .re_re_li {
	width: 1100px;
	border-bottom: 1px solid #CCCCCC;
	float: right;
}

.re_reply .re_re_li .re_text {
	display: inline-block;
	width: 1040px;
	padding-bottom: 15px;
}

.re_re_input {
	clear: both;
	padding: 20px 0 15px 34px;
}

.re_re_input p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.re_re_input .box {
	background: #fff;
	padding: 15px 10px;
	height: 45px;
}

.re_re_input .box textarea {
	height: 45px;
	width: 989px;
	float: left;
	font-size: 16px;
}

.re_re_input .box button {
	background: #FF5252;
	color: #fff;
	border-radius: 4px;
	width: 80px;
	height: 45px;
	float: right;
}

.reply_area .b_more {
	margin: 35px auto;
}



a.toggler {
	background: green;
	cursor: pointer;
	border: 2px solid black;
	border-right-width: 15px;
	padding: 0 5px;
	border-radius: 5px;
	text-decoration: none;
	transition: all .5s ease;
}

a.toggler.off {
	background: red;
	border-right-width: 2px;
	border-left-width: 15px;
}

.vod_box {
	overflow: auto;
	padding: 5px 17px 15px;
}

.star_box {
	overflow: auto;
	padding: 5px 17px 15px;
}

.search_icon {
	vertical-align: middle;
	background color: #fff;
	/*border: 1px solid #bbb;*/
	/*border-radius: 4px;*/
	/*box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
}

.header_search_icon {
	vertical-align: middle;
	background color: #fff;
	/*border: 1px solid #bbb;*/
	border-radius: 4px;
	/*box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
}

.wrapper {
	display: inline-block;
	position: relative;
}

.playBtn_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 475px;
}

.play_table {
	display: table;
	width: 100%;
	height: 100%;
}

.play_cell {
	display: table-cell;
	width: 880px;
	height: 475px;
	text-align: center;
	vertical-align: middle;

}

.playBtn {
	width: 15%;
	cursor: pointer;
	z-index: 12;
	border: 0;
}

.confirm_box {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

.confirm_tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.confirm_cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.confirm_btn {
	border: none;
	margin: 10px;
	cursor: pointer;
	color: #FF5252;
	font-weight: bold;
	background-color: #FFFFFF;
}

.confirm_chk_box {
	display: inline-block;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 3px;
}

.confirm_chk_box p {
	font-weight: bold;
	color: #222222;
	font-size: 14px;
}

.confirm_tlt {
	border-bottom: 1px solid #EFEFEF;
	padding: 30px 50px;
}

.confirm_btn_cell button {
	font-size: 12px;
}

.confirm_btn_cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.studio_l {
	float: left;
	width: 486px;
	box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1)
}

.studio_l .tab {
	background: #DADBDC;
	height: 40px;
	padding: 4px 0 0 14px;
}

.studio_l .tab a {
	display: inline-block;
	padding: 13px 10px 0;
	height: 27px;
	font-size: 14px;
}

.studio_l .tab a.now {
	height: 26px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}


.studio_l .studio_li {
	overflow-y: scroll;
}

.studio_l .studio_li::-webkit-scrollbar {
	width: 8px;
}

.studio_l .studio_li::-webkit-scrollbar-track {
	background: #EEEEEE;
}

.studio_l .studio_li::-webkit-scrollbar-thumb {
	background: #CCCCCC;
}

.studio_l .studio_li::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.studio_l .studio_li li {
	padding: 10px 20px 15px 20px;
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
}

.studio_l .studio_li li .title {
	margin-bottom: 15px;
}

.studio_l .studio_li li a {
	display: inline-block;
	padding: 13px 0 0 25px;
	height: 17px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/ic_pin.png) no-repeat;
}

.studio_l .studio_li li a:hover {
	background: url(../images/ic_pin_p.png) no-repeat;
	color: #FF5252;
	text-decoration: underline;
}

.studio_l .studio_li li table {
	float: left;
	width: 279px;
}

.studio_l .studio_li li table th {
	padding: 5px 0;
}

.studio_l .studio_li li table td {
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.3;
}

.studio_l .studio_li li .photo {
	float: right;
	width: 120px;
	height: 70px;
}

.studio_l .search_area .st_txt {
	font-size: 11px;
	padding: 13px 20px;
}

.studio_l .search_area .sch_box {
	background: #F2F2F2;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	padding: 16px 20px;
}

.studio_l .search_area .sch_box select {
	height: 31px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	margin-right: 10px;
	width: 150px;
}

.studio_l .search_area .sch_box .sch_box_in {
	margin-top: 13px;
	width: 400px;
	height: 30px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

.studio_l .search_area .sch_box .sch_box_in input {
	width: 370px;
	height: 30px;
	font-size: 13px;
}

.studio_l .search_area .sch_box .sch_box_in button {
	float: right;
	background: #fff;
	height: 30px;
	width: 30px;
}

.studio_l .search_area .rslt_txt {
	font-size: 13px;
	line-height: 20px;
	padding: 13px 15px 13px 20px;
	border-bottom: 1px solid #DCDCDC;
}

.studio_l .search_area .rslt_txt span {
	font-weight: bold;
	color: #FF5252;
}

.studio_l .search_area .rslt_txt button {
	background: url(../images/ic_search_del.png) no-repeat 6px center;
	padding: 0 6px 0 22px;
	border-radius: 2px;
	height: 20px;
	font-size: 11px;
	color: #7D8285;
	border: 1px solid #CCCCCC;
}

/*.studio_m { float: left; width: calc(100% - 456px) }*/
#map {
	float: left;
	width: calc(100% - 486px);
	height: 100%
}


.Layer_wrap {}

.layer {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 80%;
	margin: 0 auto;
}

.layer_title {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.br {
	height: 2px;
	background: #ACACAC;
	margin-top: 10px;
}

.layer_title02 {
	color: #ACACAC;
	font-size: 11px;
	text-align: center;
}

.layer_li {
	padding: 10px;
	overflow: auto;
}

.layer_li img {
	margin-right: 15px;
}

.layer_li p {
	padding: 2px 0;
}

.layer_li p.b {
	font-size: 13px;
	color: #888888;
	font-weight: bold;
}

.layer_li p.s {
	font-size: 11px;
	color: #888888;
}

.layer_li p.dark {
	color: #222222;
	padding-top: 5px;
}

.layer_li p.light {
	color: #888888;
	padding-top: 5px;
}


/*.mousepointer {cursor: pointer;}*/