@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;
}

#wrap{ 
	width:100%;
	font-family:Nanum Gothic,Helvetica,sans-serif;
	letter-spacing:-1px;
}

/* 모바일 환경 */
@media screen and (max-width:800px){
	
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	.main_title{
		color:#000;
		font-size:26px;
		/*font-family: 'GmarketSansMedium';*/
		font-family: 'GmarketSansBold';
		letter-spacing:2px;
		letter-spacing:1px;
		text-align:center;
	}
	.main_title_desc{
		color:#666;
		font-size:16px;
		font-weight:100;
		text-align:center;
		margin-top:5px;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
	}

	/* 비밀지원금 문자확인 */
	#wrap > #body > #body_content > #form_send_wrap{
		width:100%;
		background-color:#e4ecf8;
		padding:30px 0px 30px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content{
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form{
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
		padding:20px 0px;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul{
		width:calc(100% - 40px);
		margin:auto;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input{
		font-size:0px;
		border-bottom:1px solid #dfdfdf;
		padding:15px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(1){
		display:inline-block;
		width:80px;
		color:#000;
		font-size:16px;
		font-weight:500;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2){
		display:inline-block;
		width:calc(100% - 80px);
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2) > input{
		width:calc(100% - 10px);
		height:30px;
		color:#000;
		font-size:16px;
		font-weight:500;
		border:1px solid #dfdfdf;
		padding-left:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check{
		color:#000;
		font-size:15px;
		font-weight:100;
		padding:15px 0px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check > input{
		width:20px;
		height:20px;
		color:#000;
		border:1px solid #efefef;
		margin-right:3px;
		vertical-align:middle;
		margin-top:-5px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box{
		font-size:0px;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span{
		display:inline-block;
		width:calc(50% - 5px);
		height:45px;
		line-height:45px;
		color:#fff;
		font-size:14px;
		font-weight:500;
		border-radius:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_submit{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_cancel{
		background-color:#000;
		margin-left:10px;
	}

	/* 인터넷 요금표 */
	#wrap > #body > #body_content > #price_wrap{
		width:100%;
		background-color:#fff;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content{
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul{
		margin-top:20px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li{
		position:relative;
		list-style:none;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
		margin-bottom:15px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header{
		position:relative;
		width:100%;
		height:75px;
		border-bottom:1px solid #dfdfdf;
		border-radius:15px 15px 0px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .logo{
		position:absolute;
		top:15px;
		left:10px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat{
		position:absolute;
		top:40px;
		right:10px;
		color:#000;
		font-size:14px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat > span:nth-child(1){
		color:#da0f2c;
		margin-right:5px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table{
		width:calc(100% - 20px);
		margin:auto;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr{
		border-bottom:1px solid #ddd;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr:last-child{
		border-bottom:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td{
		padding:11px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.name{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:left;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price{
		color:#777;
		font-size:12px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price > span{
		font-size:18px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td.price > span{
		color:#ef6306;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td.price > span{
		color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.etc{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box{
		text-align:center;
		margin-top:5px;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li{
		list-style:none;
		display:inline-block;
		width:90px;
		height:40px;
		line-height:40px;
		text-align:center;
		border-radius:5px;
		background-color:#484848;
		margin-right:3px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td ul.button_box > li:last-child{
		background-color:#ef6306;;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td ul.button_box > li:last-child{
		background-color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:visited,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:hover{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
		font-size:13px;
		font-weight:500;
	}

	/* 요금계산기 */
	#wrap > #body > #body_content > #calculator_wrap{
		width:100%;
		background:url(../images/main_calculator_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#3b4084;
		padding:20px 0px;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content{
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content img{
		width:100%;
	}

	/* 리얼!! 설치 후기 */
	#wrap > #body > #body_content > #review_wrap{
		width:100%;
		background:url(../images/main_review_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#e4ecf8;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content{
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul{
		margin-top:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li{
		position:relative;
		list-style:none;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#fff;
		margin-bottom:15px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
		text-align:left;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul{
		margin:15px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.subject{
		color:#000;
		font-size:17px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.content{
		color:#666;
		font-size:15px;
		font-weight:100;
		line-height:22px;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name{
		color:#666;
		font-size:14px;
		font-weight:100;
		margin-top:15px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name > span{
		color:#444;
		font-size:16px;
		font-weight:600;
		margin-right:5px;
	}

	/* 필독!! 공지사항 */
	#wrap > #body > #body_content > #notice_wrap{
		width:100%;
		background-color:#7656df;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice{
		text-align:center;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content{
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul{
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(1){
		display:none;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2){
		text-align:left;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .title{
		color:#61e5f5;
		font-size:28px;
		font-family: 'GmarketSansBold';
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .content{
		color:#fff;
		font-size:18px;
		font-weight:500;
		line-height:28px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .content br{
		display:none;
	}

	/* 가입절차 */
	#wrap > #body > #body_content > #process_wrap{
		width:100%;
		background-color:#fff;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #process_wrap > #process{
		text-align:center;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content{
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul{
		margin-top:20px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list{
		width:100%;
		text-align:center;
		border-radius:10px;
		background-color:#f1f1f1;
		padding:20px 0px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image{
		float:left;
		width:100px;
		height:55px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image > img{
		height:50px;
		vertical-align:middle;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name{
		float:left;
		width:calc(100% - 120px);
		color:#000;
		font-size:18px;
		font-weight:500;
		text-align:left;
		margin-top:17px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name br{
		display:none;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name span.mobile{
		display:inline;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next{
		width:100%;
		text-align:center;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next > img.mobile{
		display:inline;
	}

	/* 고객지원센터 */
	#wrap > #body > #body_content > #customer_wrap{
		width:100%;
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer{
		text-align:center;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content{
		width:100%;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content img{
		width:100%;
	}

	/* 사업자 인증 정보 */
	#wrap > #body > #body_content > #license_wrap{
		width:100%;
		background-color:#fff;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license{
		text-align:center;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content{
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul{
		margin-top:20px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li{
		list-style:none;
		text-align:center;
		border-radius:10px;
		background-color:#f5f5f5;
		margin-bottom:15px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image{
		margin:20px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image img{
		width:100%;
		box-sizing:border-box;
		border:1px solid #ddd;
		margin-top:20px;
		vertical-align:bottom;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .name{
		color:#000;
		font-size:18px;
		font-weight:500;
		margin-top:-10px;
		padding-bottom:20px;
	}
}

/* 테블릿 환경 */
@media screen and (min-width:801px) and (max-width:1300px){

	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	.main_title{
		color:#000;
		font-size:35px;
		/*font-family: 'GmarketSansMedium';*/
		font-family: 'GmarketSansBold';
		letter-spacing:2px;
		text-align:center;
	}
	.main_title_desc{
		color:#666;
		font-size:18px;
		font-weight:100;
		text-align:center;
		margin-top:5px;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
	}

	/* 비밀지원금 문자확인 */
	#wrap > #body > #body_content > #form_send_wrap{
		width:100%;
		background-color:#e4ecf8;
		padding:60px 0px 60px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content{
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form{
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
		padding:40px 0px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul{
		width:70%;
		margin:auto;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input{
		font-size:0px;
		border-bottom:1px solid #dfdfdf;
		padding:20px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(1){
		display:inline-block;
		width:200px;
		color:#000;
		font-size:18px;
		font-weight:500;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2){
		display:inline-block;
		width:calc(100% - 200px);
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2) > input{
		width:100%;
		height:35px;
		color:#000;
		font-size:18px;
		font-weight:500;
		border:1px solid #dfdfdf;
		padding-left:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check{
		color:#000;
		font-size:17px;
		font-weight:100;
		padding:15px 0px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check > input{
		width:20px;
		height:20px;
		color:#000;
		border:1px solid #efefef;
		margin-right:3px;
		vertical-align:middle;
		margin-top:-5px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box{
		font-size:0px;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span{
		display:inline-block;
		width:calc(50% - 5px);
		height:45px;
		line-height:45px;
		color:#fff;
		font-size:16px;
		font-weight:500;
		border-radius:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_submit{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_cancel{
		background-color:#000;
		margin-left:10px;
	}

	/* 인터넷 요금표 */
	#wrap > #body > #body_content > #price_wrap{
		width:100%;
		background-color:#fff;
		padding:60px 0px 50px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content{
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul{
		margin-top:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li{
		position:relative;
		list-style:none;
		float:left;
		width:calc(50% - 10px);
		height:330px;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li:nth-child(odd){
		margin-right:20px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header{
		position:relative;
		width:100%;
		height:75px;
		border-bottom:1px solid #dfdfdf;
		border-radius:15px 15px 0px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .logo{
		position:absolute;
		top:15px;
		left:30px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat{
		position:absolute;
		top:40px;
		right:40px;
		color:#000;
		font-size:14px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat > span:nth-child(1){
		color:#da0f2c;
		margin-right:5px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table{
		width:calc(100% - 40px);
		margin:auto;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr{
		border-bottom:1px solid #ddd;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr:last-child{
		border-bottom:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td{
		padding:11px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.name{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:left;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price{
		color:#777;
		font-size:12px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price > span{
		font-size:18px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td.price > span{
		color:#ef6306;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td.price > span{
		color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.etc{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box{
		text-align:center;
		margin-top:5px;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td ul.button_box{
		margin-top:50px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li{
		list-style:none;
		display:inline-block;
		width:90px;
		height:40px;
		line-height:40px;
		text-align:center;
		border-radius:5px;
		background-color:#484848;
		margin-right:3px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td ul.button_box > li:last-child{
		background-color:#ef6306;;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td ul.button_box > li:last-child{
		background-color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:visited,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:hover{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
		font-size:13px;
		font-weight:500;
	}

	/* 요금계산기 */
	#wrap > #body > #body_content > #calculator_wrap{
		width:100%;
		height:170px;
		background:url(../images/main_calculator_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#3b4084;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator{
		text-align:center;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content{
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content img{
		height:130px;
		margin-top:20px;
	}

	/* 리얼!! 설치 후기 */
	#wrap > #body > #body_content > #review_wrap{
		width:100%;
		background:url(../images/main_review_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#e4ecf8;
		padding:60px 0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content{
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul{
		margin-top:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li{
		position:relative;
		list-style:none;
		float:left;
		width:calc(50% - 10px);
		height:220px;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li:nth-child(even){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
		text-align:left;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul{
		margin:30px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.subject{
		color:#000;
		font-size:17px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.content{
		height:85px;
		color:#666;
		font-size:15px;
		font-weight:100;
		line-height:22px;
		margin-top:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name{
		color:#666;
		font-size:14px;
		font-weight:100;
		margin-top:15px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name > span{
		color:#444;
		font-size:16px;
		font-weight:600;
		margin-right:5px;
	}

	/* 필독!! 공지사항 */
	#wrap > #body > #body_content > #notice_wrap{
		width:100%;
		background-color:#7656df;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content{
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li{
		float:left;
		list-style:none;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(1){
		width:120px;
		text-align:left;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(1) > img{
		width:100px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2){
		width:calc(100% - 120px);
		text-align:left;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .title{
		color:#61e5f5;
		font-size:28px;
		font-family: 'GmarketSansBold';
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .content{
		color:#fff;
		font-size:18px;
		font-weight:500;
		line-height:28px;
		margin-top:10px;
	}

	/* 가입절차 */
	#wrap > #body > #body_content > #process_wrap{
		width:100%;
		background-color:#fff;
		padding:60px 0px;
	}
	#wrap > #body > #body_content > #process_wrap > #process{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content{
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul{
		margin-top:20px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list{
		width:100%;
		text-align:center;
		border-radius:10px;
		background-color:#f1f1f1;
		padding:20px 0px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image{
		float:left;
		width:120px;
		height:73px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image > img{
		vertical-align:middle;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name{
		float:left;
		width:calc(100% - 140px);
		color:#000;
		font-size:18px;
		font-weight:500;
		text-align:left;
		line-height:25px;
		margin-top:25px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name br{
		display:none;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name span.mobile{
		display:inline;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next{
		width:100%;
		text-align:center;
		padding:30px 0px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next > img.mobile{
		display:inline;
	}

	/* 고객지원센터 */
	#wrap > #body > #body_content > #customer_wrap{
		width:100%;
		margin-bottom:50px;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content{
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content img.mobile{
		display:none;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content img.pc{
		display:block;
		width:100%;
	}

	/* 사업자 인증 정보 */
	#wrap > #body > #body_content > #license_wrap{
		width:100%;
		background-color:#fff;
		padding:60px 0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content{
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul{
		margin-top:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li{
		float:left;
		list-style:none;
		width:calc(33.3% - 13.3px);
		text-align:center;
		border-radius:10px;
		background-color:#f5f5f5;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image{
		margin-top:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image img{
		width:calc(100% - 40px);
		border:1px solid #ddd;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .name{
		color:#000;
		font-size:18px;
		font-weight:500;
		margin-top:10px;
		margin-bottom:20px;
	}
}

/* PC 환경 */
@media screen and (min-width:1301px){

	.pc{
		display:block;
	}
	.mobile{
		display:none;
	}
	.main_title{
		color:#000;
		font-size:35px;
		/*font-family: 'GmarketSansMedium';*/
		font-family: 'GmarketSansBold';
		letter-spacing:2px;
		text-align:center;
	}
	.main_title_desc{
		color:#666;
		font-size:18px;
		font-weight:100;
		text-align:center;
		margin-top:5px;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
	}

	/* 비밀지원금 문자확인 */
	#wrap > #body > #body_content > #form_send_wrap{
		width:100%;
		background-color:#e4ecf8;
		padding:70px 0px 70px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send{
		width:1200px;
		margin:auto;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content{
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form{
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
		padding:50px 0px;
		margin-top:50px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul{
		width:70%;
		margin:auto;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input{
		font-size:0px;
		border-bottom:1px solid #dfdfdf;
		padding:20px 0px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(1){
		display:inline-block;
		width:200px;
		color:#000;
		font-size:18px;
		font-weight:500;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2){
		display:inline-block;
		width:calc(100% - 200px);
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.input > span:nth-child(2) > input{
		width:100%;
		height:35px;
		color:#000;
		font-size:18px;
		font-weight:500;
		border:1px solid #dfdfdf;
		padding-left:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check{
		color:#000;
		font-size:17px;
		font-weight:100;
		padding:15px 0px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.agree_check > input{
		width:20px;
		height:20px;
		color:#000;
		border:1px solid #efefef;
		margin-right:3px;
		vertical-align:middle;
		margin-top:-5px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box{
		font-size:0px;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span{
		display:inline-block;
		width:calc(50% - 5px);
		height:45px;
		line-height:45px;
		color:#fff;
		font-size:16px;
		font-weight:500;
		border-radius:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_submit{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #form_send_wrap > #form_send > #form_send_content > form > ul > li.button_box > span.btn_cancel{
		background-color:#000;
		margin-left:10px;
	}

	/* 인터넷 요금표 */
	#wrap > #body > #body_content > #price_wrap{
		width:100%;
		background-color:#fff;
		padding:70px 0px 70px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price{
		width:1200px;
		margin:auto;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content{
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul{
		margin-top:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li{
		position:relative;
		list-style:none;
		float:left;
		width:calc(50% - 20px);
		height:330px;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li:nth-child(odd){
		margin-right:40px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header{
		position:relative;
		width:100%;
		height:75px;
		border-bottom:1px solid #dfdfdf;
		border-radius:15px 15px 0px 0px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .logo{
		position:absolute;
		top:15px;
		left:30px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat{
		position:absolute;
		top:40px;
		right:40px;
		color:#000;
		font-size:14px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > .header > .vat > span:nth-child(1){
		color:#da0f2c;
		margin-right:5px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table{
		width:calc(100% - 60px);
		margin:auto;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr{
		border-bottom:1px solid #ddd;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr:last-child{
		border-bottom:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td{
		padding:11px 0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.name{
		color:#000;
		font-size:16px;
		font-weight:500;
		text-align:left;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price{
		color:#777;
		font-size:12px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.price > span{
		font-size:18px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td.price > span{
		color:#ef6306;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td.price > span{
		color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td.price > span{
		color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td.etc{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:right;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box{
		text-align:center;
		margin-top:5px;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td ul.button_box{
		margin-top:50px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li{
		list-style:none;
		display:inline-block;
		width:110px;
		height:40px;
		line-height:40px;
		text-align:center;
		border-radius:5px;
		background-color:#484848;
		margin-right:3px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgu tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.sk tr td ul.button_box > li:last-child{
		background-color:#ef6306;;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.kt tr td ul.button_box > li:last-child{
		background-color:#d71929;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table.lgh tr td ul.button_box > li:last-child{
		background-color:#e73883;
	}
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:visited,
	#wrap > #body > #body_content > #price_wrap > #price > #price_content > ul > li > table tr td ul.button_box > li > a:hover{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
		font-size:15px;
		font-weight:500;
	}

	/* 요금계산기 */
	#wrap > #body > #body_content > #calculator_wrap{
		width:100%;
		height:170px;
		background:url(../images/main_calculator_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#3b4084;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content{
	}
	#wrap > #body > #body_content > #calculator_wrap > #calculator > #calculator_content img{
		margin-top:40px;
	}

	/* 리얼!! 설치 후기 */
	#wrap > #body > #body_content > #review_wrap{
		width:100%;
		background:url(../images/main_review_bg.png);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#e4ecf8;
		padding:90px 0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review{
		width:1200px;
		margin:auto;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content{
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul{
		margin-top:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li{
		position:relative;
		list-style:none;
		float:left;
		width:calc(25% - 19.5px);
		height:270px;
		box-sizing:border-box;
		border:1px solid #dfdfdf;
		border-radius:10px;
		background-color:#fff;
		margin-right:26px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a{
		display:block;
		width:100%;
		height:100%;
		text-align:left;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul{
		margin:30px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li{
		list-style:none;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.subject{
		color:#000;
		font-size:17px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.content{
		height:135px;
		color:#666;
		font-size:15px;
		font-weight:100;
		line-height:22px;
		margin-top:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name{
		color:#666;
		font-size:14px;
		font-weight:100;
		margin-top:15px;
	}
	#wrap > #body > #body_content > #review_wrap > #review > #review_content > ul > li > a > ul > li.name > span{
		color:#444;
		font-size:16px;
		font-weight:600;
		margin-right:5px;
	}

	/* 필독!! 공지사항 */
	#wrap > #body > #body_content > #notice_wrap{
		width:100%;
		background-color:#7656df;
		padding:50px 0px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content{
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li{
		float:left;
		list-style:none;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(1){
		width:200px;
		text-align:left;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(1) > img{
		margin-top:10px;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2){
		width:calc(100% - 200px);
		text-align:left;
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .title{
		color:#61e5f5;
		font-size:30px;
		font-family: 'GmarketSansBold';
	}
	#wrap > #body > #body_content > #notice_wrap > #notice > #notice_content > ul > li:nth-child(2) > .content{
		color:#fff;
		font-size:20px;
		font-weight:500;
		line-height:35px;
		margin-top:10px;
	}

	/* 가입절차 */
	#wrap > #body > #body_content > #process_wrap{
		width:100%;
		background-color:#fff;
		padding:90px 0px;
	}
	#wrap > #body > #body_content > #process_wrap > #process{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content{
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul{
		margin-top:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li{
		float:left;
		list-style:none;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list{
		width:200px;
		height:200px;
		text-align:center;
		border-radius:50%;
		background-color:#f1f1f1;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image{
		height:73px;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .image > img{
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.list > .name{
		color:#000;
		font-size:18px;
		font-weight:500;
		line-height:25px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next{
		text-align:center;
		padding:0px 15px;
	}
	#wrap > #body > #body_content > #process_wrap > #process > #process_content > ul > li.next > img{
		margin-top:85px;
	}

	/* 고객지원센터 */
	#wrap > #body > #body_content > #customer_wrap{
		width:100%;
		background-color:#fff;
		padding:0px 0px 90px 0px;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #customer_wrap > #customer > #customer_content{
	}

	/* 사업자 인증 정보 */
	#wrap > #body > #body_content > #license_wrap{
		width:100%;
		background-color:#fff;
		padding:0px 0px 90px 0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license{
		width:1200px;
		text-align:center;
		margin:auto;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content{
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul{
		margin-top:50px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li{
		float:left;
		list-style:none;
		width:calc(33.3% - 26.6px);
		height:490px;
		text-align:center;
		border-radius:10px;
		background-color:#f5f5f5;
		margin-right:40px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image{
		display:block;
		width:300px;
		height:410px;
		border:1px solid #ddd;
		margin:30px auto 0px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .image img{
		vertical-align:bottom;
	}
	#wrap > #body > #body_content > #license_wrap > #license > #license_content > ul > li > .name{
		color:#000;
		font-size:18px;
		font-weight:500;
		margin-top:10px;
	}
}