@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face{
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'GmarketSansMedium'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face{ 
	font-family: 'GmarketSansLight'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
} 
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#444; }
a:visited{ text-decoration: none;color:#444; }
a:hover{ color:#444; }
img{ border:0px;vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* 공통 */
.text_overflow{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.title_font_family{
	color:#333;
	font-weight:500;
}

#wrap{ 
	width:100%;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
	letter-spacing:-1px;
}

/* Mobile 환경 */
@media screen and (max-width:800px){
	/* 본문 */
	.tablet{
		display:none;
	}
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		position:relative;
		padding:30px 0px 50px 0px;
		/*overflow:hidden;*/
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		float:left;
		position:relative;
		width:100%;
		height:120px;
		text-align:center;
		list-style:none;
		box-sizing:border-box;
		border-radius:10px;
		background-size:cover !important;
		background-position:center center !important;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > a{
		position:absolute;
		top:50%;
		left:0px;
		transform:translateY(-50%);
		display:block;
		width:100%;
		color:#fff;
		font-size:20px;
		font-weight:600;
		text-shadow: 2px 0 #000, 0 2px #000, -2px 0 #000, 0 -2px #000;
	}

	/* 회원권 시세정보 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:30px 0px 30px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		margin-left:10px;
		margin-right:10px;
		text-align:center;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > .title{
		font-size:20px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		display:block;
		list-style:none;
		position:relative;
		width:100%;
		height:170px;
		box-sizing:border-box;
		border:10px solid #fff;
		border-radius:0px;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li::before{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.4);
		content:"";
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:first-child > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center calc(100% + 40px) !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .name{
		position:absolute;
		top:50px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:20px;
		font-weight:600;
		font-family:'GmarketSansBold';
		text-align:center;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .link{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:15px;
		font-weight:500;
		font-family:'GmarketSansMedium';
		text-align:center;
	}

	/* 골프투어 */
	#wrap > #body > #body_content > #tour_wrap{
		border-top:1px solid #ddd;
		padding:30px 0px 30px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour{
		margin-left:10px;
		margin-right:10px;
		text-align:center;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content{
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .title{
		font-size:20px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li{
		display:inline-block;
		list-style:none;
		position:relative;
		width:calc(50% - 5px);
		height:150px;
		box-sizing:border-box;
		border:10px solid #ddd;
		border-radius:0px;
		margin-right:10px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name{
		color:green;
		font-size:18px;
		font-weight:600;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name2{
		color:#cd6906;
		font-size:16px;
		font-weight:600;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content{
		color:#444;
		font-size:16px;
		font-weight:500;
		margin-top:5px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content2{
		color:#111;
		font-size:18px;
		font-weight:600;
		margin-top:20px;
	}

	/* 해외여행 */
	#wrap > #body > #body_content > #banner_wrap{
		background-color:#fff;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner{
		margin-left:10px;
		margin-right:10px;
		text-align:center;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content{
		padding:20px 0px;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a{
		display:block;
		width:100%;
		height:100%;
		font-size:20px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a > .stress{
		color:#2c60ca;
		font-size:25px;
	}

	/* 동영상 */
	#wrap > #body > #body_content > #movie_wrap{
		padding:30px 0px 30px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie{
		margin-left:10px;
		margin-right:10px;
		text-align:center;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content{
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content > #video1{
		width:100%;
	}

}

/* Tablet 환경 */
@media screen and (min-width:801px) and (max-width:1200px){
	/* 본문 */
	.mobile{
		display:none;
	}
	.pc{
		display:none;
	}
	.tablet{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
		padding:60px 0px;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		margin-left:20px;
		margin-right:20px;
		text-align:center;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content{
		width:100%;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		float:left;
		position:relative;
		width:calc(50% - 10px);
		height:150px;
		text-align:center;
		list-style:none;
		box-sizing:border-box;
		border-radius:10px;
		background-size:cover !important;
		background-position:center center !important;
		margin-right:20px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child{
		width:100%;
		margin-right:0px;
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > a{
		position:absolute;
		top:50%;
		left:0px;
		transform:translateY(-50%);
		display:block;
		width:100%;
		color:#fff;
		font-size:25px;
		font-weight:600;
		text-shadow: 2px 0 #000, 0 2px #000, -2px 0 #000, 0 -2px #000;
	}

	/* 회원권 시세정보 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:60px 0px 60px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		margin-left:20px;
		margin-right:20px;
		text-align:center;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > .title{
		font-size:35px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		display:inline-block;
		list-style:none;
		position:relative;
		width:calc(33.3% - 13.1px);
		height:300px;
		box-sizing:border-box;
		border:15px solid #fff;
		border-radius:0px;
		margin-right:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li::before{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.4);
		content:"";
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .name{
		position:absolute;
		top:100px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:35px;
		font-weight:600;
		font-family:'GmarketSansBold';
		text-align:center;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .link{
		position:absolute;
		top:160px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:17px;
		font-weight:600;
		font-family:'GmarketSansMedium';
		text-align:center;
	}

	/* 골프투어 */
	#wrap > #body > #body_content > #tour_wrap{
		border-top:1px solid #ddd;
		padding:60px 0px 60px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour{
		margin-left:20px;
		margin-right:20px;
		text-align:center;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content{
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .title{
		font-size:35px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li{
		display:inline-block;
		list-style:none;
		position:relative;
		width:calc(50% - 10px);
		height:330px;
		box-sizing:border-box;
		border:10px solid #ddd;
		border-radius:0px;
		margin-right:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name{
		color:green;
		font-size:25px;
		font-weight:600;
		margin-bottom:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name2{
		color:#cd6906;
		font-size:20px;
		font-weight:600;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content{
		color:#444;
		font-size:17px;
		font-weight:500;
		margin-top:5px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content2{
		color:#111;
		font-size:20px;
		font-weight:600;
		margin-top:20px;
	}

	/* 해외여행 */
	#wrap > #body > #body_content > #banner_wrap{
		background-color:#fff;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner{
		margin-left:20px;
		margin-right:20px;
		text-align:center;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content{
		padding:50px 0px;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a{
		display:block;
		width:100%;
		height:100%;
		font-size:25px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a > .stress{
		color:#2c60ca;
		font-size:35px;
	}

	/* 동영상 */
	#wrap > #body > #body_content > #movie_wrap{
		padding:60px 0px 60px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie{
		margin-left:20px;
		margin-right:20px;
		text-align:center;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content{
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content > #video1{
		width:100%;
	}
}

/* PC 환경 */
@media screen and (min-width:1201px){
	/* 본문 */
	.mobile{
		display:none;
	}
	.tablet{
		display:none;
	}
	.pc{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
		padding:100px 0px;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		position:relative;
		width:1200px;
		margin:auto;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content{
		width:100%;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		float:left;
		position:relative;
		width:calc(50% - 10px);
		height:150px;
		text-align:center;
		list-style:none;
		box-sizing:border-box;
		border-radius:10px;
		background-size:cover !important;
		background-position:center center !important;
		margin-right:20px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child{
		width:100%;
		margin-right:0px;
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > a{
		position:absolute;
		top:50%;
		left:0px;
		transform:translateY(-50%);
		display:block;
		width:100%;
		color:#fff;
		font-size:25px;
		font-weight:600;
		text-shadow: 2px 0 #000, 0 2px #000, -2px 0 #000, 0 -2px #000;
	}


	/* 회원권 시세정보 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:100px 0px 100px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > .title{
		font-size:35px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		display:inline-block;
		list-style:none;
		position:relative;
		width:300px;
		height:300px;
		border:10px solid #fff;
		border-radius:0px;
		margin-right:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li::before{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.4);
		content:"";
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .name{
		position:absolute;
		top:100px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:35px;
		font-weight:600;
		font-family:'GmarketSansBold';
		text-align:center;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a > .link{
		position:absolute;
		top:160px;
		left:0px;
		width:100%;
		color:#fff;
		font-size:17px;
		font-weight:600;
		font-family:'GmarketSansMedium';
		text-align:center;
	}

	/* 골프투어 */
	#wrap > #body > #body_content > #tour_wrap{
		border-top:1px solid #ddd;
		padding:100px 0px 100px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content{
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .title{
		font-size:35px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo{
		font-size:0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li{
		display:inline-block;
		list-style:none;
		position:relative;
		width:500px;
		height:330px;
		border:10px solid #ddd;
		border-radius:0px;
		margin-right:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > ul.photo > li > a > .image{
		height:100%;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name{
		color:green;
		font-size:25px;
		font-weight:600;
		margin-bottom:30px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .name2{
		color:#cd6906;
		font-size:20px;
		font-weight:600;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content{
		color:#444;
		font-size:17px;
		font-weight:500;
		margin-top:5px;
	}
	#wrap > #body > #body_content > #tour_wrap > #tour > #tour_content > .list > .content2{
		color:#111;
		font-size:20px;
		font-weight:600;
		margin-top:20px;
	}

	/* 해외여행 */
	#wrap > #body > #body_content > #banner_wrap{
		background-color:#fff;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner{
		width:1200px;
		text-align:center;
		border-radius:10px;
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content{
		padding:50px 0px;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a{
		display:block;
		width:100%;
		height:100%;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a{
		display:block;
		width:100%;
		height:100%;
		font-size:25px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #banner_wrap > #banner > #banner_content > a > .stress{
		color:#2c60ca;
		font-size:35px;
	}


	/* 동영상 */
	#wrap > #body > #body_content > #movie_wrap{
		padding:100px 0px 100px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie{
		width:1200px;
		text-align:center;
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content{
	}
	#wrap > #body > #body_content > #movie_wrap > #movie > #movie_content > #video1{
		width:1200px;
	}
}