@charset "utf-8";

/* Layout */
#fixoWrap_w {
	margin: 10% 10% 10% 10%;
	position: relative;
}

/* fixoHeader_w */
#fixoHeader_w .btn_close {
	position: absolute; top: -20px; right: -25px;
}
#fixoHeader_w .btn_close a {
	display: block;
	width: 80px; height: 80px;
	background: url(/2016/images/works/btn_close.png) no-repeat center;
	font-size: 0; line-height: 0;
	text-decoration: none;
}
#fixoHeader_w .tag > p {
	font-size: 14px; color: #c0c0c0; font-style: italic; line-height: 17px;
	position: absolute; top: 90px; right: 0;
	padding: 0 0 0 20px;
	background: url(/2016/images/works/icon_tag.png) no-repeat left 0;
	display: none;
}
#fixoHeader_w .btn_control .prev {
	position: fixed; top: 50%; left: 2%; z-index: 2;
	width: 4%; height: 5%;
	background: url(/2016/images/works/btn_prev.png) no-repeat center;
	font-size: 0; line-height: 0;
	margin-top: -2.5%;
	cursor: pointer;
}
#fixoHeader_w .btn_control .next {
	position: fixed; top: 50%; right: 2%; z-index: 2;
	width: 4%; height: 5%;
	background: url(/2016/images/works/btn_next.png) no-repeat center;
	font-size: 0; line-height: 0;
	margin-top: -2.5%;
	cursor: pointer;
}

/* fixoFooter_w */
#fixoFooter_w .btn_close {
	padding: 6% 0;
	margin: 0 auto;
	text-align: center;
}
#fixoFooter_w .btn_close a {
	font-size: 17px; color: #000; font-weight: 400; line-height: 25px; letter-spacing: -0.2px;
	text-decoration: underline;
}

/* fixoContent_w */
#fixoContent_w .section {
	margin: 0 0 40px;
}
#fixoContent_w .section h2 {
	font-size: 32px; color: #000; font-weight: 700; line-height: 40px; letter-spacing: 0;
	font-family: "NanumGothicWeb";
	margin: 0 0 10px;
	position: relative;
	display: inline-block;
}
#fixoContent_w .section h2:after {
	content: "";
	position: absolute; bottom: 0; left: 0; z-index: -1;
	width: 100%; height: 11px;
	background: #f5f5f5;
}
#fixoContent_w .section h3 {
	font-size: 25px; color: #000; font-weight: 400; line-height: 30px; letter-spacing: 0;
	font-family: "NanumGothicWeb";
}

#fixoContent_w .section2 {
	margin: 0 0 60px;
}
#fixoContent_w .section2 .inner {
	float: left;
	width: 28.4%;
	padding: 0 2.8% 0 0;
}
#fixoContent_w .section2 .inner h2 {
	font-size: 20px; color: #000; font-weight: 700; line-height: 20px; letter-spacing: 0;
	margin: 0 0 25px;
}
#fixoContent_w .section2 .inner h2 span {
	font-size: 15px; color: #b7b7b7; font-weight: 500;
	display: inline-block;
	position: relative; top: 3px;
	margin: 0 0 0 8px;
}
#fixoContent_w .section2 .inner .info {
	font-size: 12px; color: #000; font-weight: 400; line-height: 20px; letter-spacing: 0.5px;
	margin: 0 0 30px;
}
#fixoContent_w .section2 .inner .info a {
	font-size: 12px; color: #000; font-weight: 400; line-height: 16px; letter-spacing: 0.5px;
	display: inline-block;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#fixoContent_w .section2 .inner2 {
	float: left;
	width: 33%;
	padding: 0 2.8% 0 0;
	font-size: 14.5px; color: #000; font-weight: 400; line-height: 25px; letter-spacing: -0.2px;
	font-family: "NanumGothicWeb";
	text-align: justify;
}
#fixoContent_w .section2 .inner2 h2 {
	font-size: 15px; color: #000; font-weight: 700; line-height: 20px; letter-spacing: 0;
	margin: 0 0 30px;
}

#fixoContent_w .section2 .inner3 {
	float: left;
	width: 33%;
	font-size: 14.5px; color: #000; font-weight: 400; line-height: 25px; letter-spacing: -0.2px;
	font-family: "NanumGothicWeb";
	text-align: justify;
}
#fixoContent_w .section2 .inner3 h2 {
	font-size: 15px; color: #000; font-weight: 700; line-height: 20px; letter-spacing: 0;
	margin: 0 0 30px;
}

#fixoContent_w .preview img {
	width: 100%;
}
#fixoContent_w .preview iframe {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
}
#fixoContent_w .preview .mov {
	position: relative;
	padding: 0 0 50%;
}

/* responsive */
@media screen and (max-width: 414px) {
	#fixoWrap_w {
		padding: 20% 5.5% 20% 5.5%;
		margin: 0;
	}

	#fixoHeader_w .tag > p,
	#fixoHeader_w .btn_control {
		display: none !important;
	}
	#fixoHeader_w .btn_close {
		position: fixed; top: 4px; right: 4px;
		background: #efefef;
		opacity: 0.8;
	}
	#fixoHeader_w .btn_close a {
		width: 50px; height: 50px;
		background-size: 50% auto;
	}

	#fixoContent_w .section h2 {
		font-size: 20px; line-height: 24px;
	}
	#fixoContent_w .section h3 {
		font-size: 16px; line-height: 24px; letter-spacing: -1px;
	}
	#fixoContent_w .section2 .inner {
		float: none;
		width: 100%;
		padding: 0 0 5%;
	}
	#fixoContent_w .section2 .inner2 {
		float: none;
		width: 100%;
		padding: 0 0 10%;
	}
	#fixoContent_w .section2 .inner2 h2 {
		margin: 0 0 10px;
	}
	#fixoContent_w .section2 .inner3 {
		float: none;
		width: 100%;
	}
	#fixoContent_w .section2 .inner3 h2 {
		margin: 0 0 10px;
	}

	#fixoContent_w .preview .mov {
		padding: 0 0 60%;
	}
}
@media screen and (min-width: 415px) and (max-width: 1420px) {
	#fixoWrap_w {
		margin: 10% 5.5% 10% 5.5%;
	}

	#fixoHeader_w .btn_control .prev {
		left: 1%;
	}
	#fixoHeader_w .btn_control .next {
		right: 1%;
	}
}
@media screen and (min-width: 415px) and (max-width: 860px) {
	#fixoHeader_w .tag > p,
	#fixoHeader_w .btn_control {
		display: none !important;
	}
	#fixoHeader_w .btn_close {
		position: fixed; top: 4px; right: 4px;
		background: #efefef;
		opacity: 0.8;
	}
	#fixoHeader_w .btn_close a {
		width: 50px; height: 50px;
		background-size: 50% auto;
	}

	#fixoContent_w .section h2 {
		font-size: 26px;
	}
	#fixoContent_w .section h3 {
		font-size: 17px; line-height: 24px; letter-spacing: -1px;
	}
	#fixoContent_w .section2 .inner {
		float: none;
		width: 100%;
		padding: 0 0 5%;
	}
	#fixoContent_w .section2 .inner2 {
		width: 48%;
	}
	#fixoContent_w .section2 .inner2 h2 {
		margin: 0 0 10px;
	}
	#fixoContent_w .section2 .inner3 {
		float: right;
		width: 48%;
	}
	#fixoContent_w .section2 .inner3 h2 {
		margin: 0 0 10px;
	}

	#fixoContent_w .preview .mov {
		padding: 0 0 60%;
	}
}

@media screen and (max-width: 700px) {
	#fixoContent_w .section h2 span {
		display: block;
		white-space: nowrap;
	}
}