@charset "utf-8";

body,table,input,textarea,select,button,div,p,span {
	font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;
	font-size: 14px;
	overflow:hidden;
	margin:0;
}

.main {
    margin-top: 100px;
    width: 100%;
    margin: 0 auto;
}
#main_pic{
	position:relative;
	float:left;
	width:1200px; /* Set your image width */
	height:600px;
}
#main_pic img{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#main_pic img.active{
	cursor:pointer;
	display:block;
}
.s_img {
    float:left;
	margin:0px 15px 0px 0px;
}
.square_img {
	width:1200px;
}
.e_img {
    cursor:pointer;
    float:left;
	margin:0px 0px 0px 0px;
}
.w_hide {
	display:none;
}
#end_pic{
	cursor:pointer;
	position:relative;
	float:left;
	margin:0px;
	width:390px; /* Set your image width */
	height:390px; /* Set your image height */
}
#end_pic img{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#end_pic img.active{
	cursor:pointer;
	display:block;
}
/*
#card_box1{
	position:relative;
	margin:0px 0px 15px  0px;
	padding:30px 0 0 0;
	left:403px;
	width:392px;
	height:83px; 
	background-color:#79bae1;
	text-align:center;
	cursor:pointer;
}
#card_box2{
	position:relative;
	margin:0px;
	left:403px;
	width:392px; 
	padding:30px 0 0 0;
	height:83px;
	background-color:#ccecfe;
	text-align:center;
	cursor:pointer;
}
*/
.c_img {
	width:115px;
	height:160px;
	cursor:pointer;
	float:left;
	margin:0px 0px 0px 10px;
}
.banner2 {
	position:absolute;
	width:388px;
	height:113px;
	left:0px;
	top:740px;
}
.banner1 {
	position:absolute;
	width:388px;
	height:113px;
	left:406px;
	top:740px;
}
.banner3 {
	box-sizing: border-box;
	position:absolute;
	border:10px solid #dcf1ff;
	width:390px;
	height:113px;
	left:810px;
	top:740px;
}
.goto{
	width:75px;
	height:75px;
	margin:8px 12px 0 28px;
}
@media all and (max-width: 479px) {
    .main {
		box-sizing: border-box;
		padding-top: 0px;
        width: 100%;
        height:100%;
		border-bottom:0px;
    }
	#main_pic img{
		left:-7%;
		width:100%;
		height:60%;
	}

    .s_img {
    	width: 100%;
    	margin:0px 0px 15px 0px;
	}
    .e_img {
    	width: 100%;
    	margin:0px 0px 15px 0px;
	}
	#end_pic {
		margin:0px;
		width:100%;
		height:390px;
    }

	.c_img {
		width:44%;
		height:62.4%;
		margin:34% 3% 3% 3%;
	}
	.c_right {
		margin:34% 3% 3% 3%;
	}
	.w_hide {
		display:block;
	}
	.banner1 {
		position:relative;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		margin:0 0 2% 0;
	}
	.banner2 {
		position:relative;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		margin:0 0 2% 0;
	}
	.banner3 {
		position:relative;
		width:100%;
		height:100px;
		left:0px;
		top:0px;
		margin:0 0 2% 0;
	}
	.goto{
		float:left;
		width:20%;
		height:79%;
		margin:2% 0 0 10%;
	}
}