@charset "euc-kr";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");
@import url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff");

img {
	border: 0px;
}

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,
td,
p,
input,
button,
textarea,
select,
.c1 {
	font-family: Nanum Gothic, ³ª´®°íµñ, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ¸ÞÀÎÆäÀÌÁö */
#header01 {
	background: #009ee7;
}
.top_nav {
	width: 1100px;
	margin: 0 auto;
}
#topbt a {
	font-size: 8pt;
	color: #dfdfdf;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}
#topbt a:hover {
	color: #fff;
}

#main_logo {
	text-align: center;
	padding: 20px 0px;
}

#header02 {
	background: #fff;
	height: 40px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.top_menu {
	width: 1100px;
	margin: 0 auto;
}

#mainimg {
	background: #f1f1f1;
	/* display: flex; */
	text-align: center;
}

#main_con {
	width: 1100px;
	margin: 0 auto;
}

/* ANCHOR index.php YT embeding ¿ë ½ºÅ¸ÀÏ½ÃÆ® */
.embed-container {
	display: none;
	position: relative;
	text-align: center;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ANCHOR ÇÃ·ÎÆÃ¹è³Ê ½ºÅ¸ÀÏ */
.floatBannerPC {
	float: right;
	position: fixed;
	z-index: 999;
	width: 160px;
	height: 600px;
	background-color: #595757;
	top: 176px;
	left: 50%;
	transform: translate(auto, -50%);
	margin-left: 560px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.floatBannerPC a {
	height: 100%;
	width: 100%;
}
.floatBannerMo {
	display: none;
	/* float: right; */
	position: fixed;
	z-index: 998;
	width: 100%;
	height: auto;
	background-color: #595757;
	bottom: 0px;
}
.floatBannerMo img {
	/* height: auto; */
	max-width: 100%;
}

.galltit {
	font-size: 25pt;
	font-weight: bold;
	font-family: "GmarketSansMedium";
	color: #009ee7;
	padding-top: 35px;
	padding-bottom: 10px;
	letter-spacing: 8px;
}
.gallsub {
	font-size: 18pt;
	font-weight: bold;
	color: #595757;
	font-family: "Nanum Square";
	line-height: 30pt;
	padding-top: 10px;
	padding-bottom: 50px;
}

#mainbn {
	background-color: #eeeeee;
	height: 460px;
	clear: both;
	margin-top: 70px;
}

#copyadd div {
	padding: 20px 0;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}
#copyadd {
	background-color: #009ee7;
}

.line {
	padding: 39px 0;
	text-align: center;
}
.bd {
	border: 1px solid #c9c9c9;
}

/* ¼­ºêÆäÀÌÁö */
#sub_con {
	width: 1100px;
	margin: 0 auto;
}
#sub_aside,
#sub_page {
	float: left;
}
#sub_aside {
	width: 207px;
	margin-right: 43px;
}
#sub_page {
	width: 850px;
	padding: 0px 0px 90px 0px;
}
#subtop {
	background: #f1f1f1;
	text-align: center;
	margin-bottom: 50px;
}

.bigtitle {
	height: 120px;
	background-color: #009ee7;
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	line-height: 120%;
	font-family: "Nanum Square";
}
.bigtitle2 {
	font-size: 12px;
	padding-top: 30px;
	font-weight: normal;
}
.title {
	font-size: 32px;
	height: 80px;
	color: #009ee7;
	letter-spacing: -1;
	font-weight: bold;
	font-family: "Nanum Square";
}

#leftmenu {
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
#leftmenu a {
	font-size: 15px;
	line-height: 30px;
	color: #696969;
	display: inline-block;
	width: 205px;
	text-align: center;
	text-decoration: none;
}
#leftmenu a:hover {
	font-weight: bold;
	color: #009ee7;
}

.subbanner {
	padding-top: 20px;
	display: hidden;
}

@media screen and (max-width: 768px) {
	/* ANCHOR ¸ÞÀÎÆäÀÌÁö YT µ¿¿µ»ó Á¦¾î */
	.embed-container {
		display: block;
	}
	.fixed-width {
		display: none;
	}

	/* ANCHOR */
	.floatBannerPC {
		display: none;
	}
	.floatBannerMo {
		display: block;
	}

	.t_none {
		display: none;
	}

	/*¸ÞÀÎ ÆäÀÌÁö*/
	#header02 {
		height: 60px;
	}
	.top_menu,
	#main_con,
	#sub_con,
	#sub_page {
		width: 100%;
	}
	.title {
		text-align: center;
	}

	#mainimg img {
		width: 100%;
	}
	.galltit {
		font-size: 16pt;
		padding-top: 35px;
		padding-bottom: 0px;
		letter-spacing: -1px;
	}
	.gallsub {
		font-size: 9pt;
		line-height: 150%;
		padding-top: 15px;
		padding-bottom: 35px;
	}

	#mainbn {
		height: auto;
	}

	/* ¼­ºêÆäÀÌÁö */
	#subtop img {
		width: 100%;
	}
	#subtop {
		background: #f1f1f1;
		text-align: center;
		margin-bottom: 50px;
	}
}
@media (max-width: 580px) {
	.embed-container {
		display: block;
	}
	.fixed-width {
		display: none;
	}
}
