@charset "utf-8";
/*
@import url('top.css');
@import url('middle.css');
@import url('footer.css');
@import url('bbs.css');
*/



* {font-family:Nanum Gothic, 나눔고딕, dotum, Arial, sans-serif;}
.simhei {font-family:simhei, sans-serif;}
.Arial {font-family:Arial, simhei, sans-serif;}
.YaHei {font-family:Microsoft YaHei, YaHei, sans-serif;}

html{
	overflow-y 			: 	scroll;/*scroll;*/
	overflow-x 			: 	hidden;
} 

body
{
	margin				:	0px ; 
	padding				:	0px ;
	overflow-x			:	hidden ;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}



#kmh 
{
	overflow			:	hidden;
	width				:	640px;
	margin				:	0 auto;
}

#body 
{
	position			:	relative ;
}

#containes
{
	/*overflow-y: scroll;*/
}

.container 
{
	width				: 640px;
}

form , p , h1 , h2 , h3 , h4 , h5 , h6 
{
	display 			:	inline ; 
	margin				:	0px ;
	border				:	0px ;
	padding				:	0px ;
}

dl , dd , dt
{
	margin				:	0px ;
	border				:	0px ;
	padding				:	0px ;
}

img
{
	border				:	none ;
	vertical-align		:	middle ;
}

ul
{
	list-style-type		:	none ; 
	margin				:	0px ;
	border				:	0px ;
	padding				:	0px ;
}

table
{
	border-collapse		:	collapse ;
	width				:	100% ;
}

tr , td
{
	padding				:	0px;
	margin				:	0px;
}

input , select , label ,button
{
	/*vertical-align		:	middle ;*/
	margin				:	0px ;
	padding				:	0px;
}

input , button , select , textarea
{ /*  Google Chrome  인풋트  라인제거  */
	outline				:	none ;
	padding				:	0px ;
}

button
{
	cursor				:	pointer; 
}

textarea
{
	resize				:	none ;
}

.hide ,caption
{
	display				:	none ;
}

ul.noline li
{
	font				:	0/0 arial ;
}

ul.ufl li
{
	float				:	left ;
}

a,
a:hover
{
	text-decoration		:	none ;
}




/*-----------------------------------------------------------------

정렬 스타일

-----------------------------------------------------------------*/

.al
{
	text-align			:	left!important ;
}

.ac
{
	text-align			:	center!important ;
}

.ar
{
	text-align			:	right!important ;
}

.vt
{
	vertical-align		: top!important ;
}

.vb
{
	vertical-align		: bottom!important ;
}

.fl
{
	float				:	left ;
}

.fr
{
	float				:	right!important ;
}

.cb
{
	clear				:	both ;
}
.txt_ls   
{
	letter-spacing		:	-1px;
}


.vm
{
	vertical-align		: middle!important;
}

/*-----------------------------------------------------------------

padding 스타일

-----------------------------------------------------------------*/

.l03
{
	padding-left		:	3px ;
}

.l05
{
	padding-left		:	5px ;
}

.l10
{
	padding-left		:	10px!important ;
}

.l14
{
	padding-left		:	14px!important ;
}

.l15
{
	padding-left		:	15px!important ;
}

.l20
{
	padding-left		:	20px ;
}

.l24
{
	padding-left		:	24px ;
}

.l25
{
	padding-left		:	25px ;
}

.lm20
{
	margin-left			:	20px ;
}

.l30
{
	padding-left		:	30px ;
}

.l40
{
	padding-left		:	40px ;
}

.l50
{
	padding-left		:	50px ;
}

.l60
{
	padding-left		:	60px ;
}
.l68
{
	padding-left		:	68px ;
}

.l70
{
	padding-left		:	70px ;
}

.l75
{
	padding-left		:	75px ;
}

.l100
{
	padding-left		:	100px ;
}

.t03
{
	padding-top			:	3px ;
}

.t05
{
	padding-top			:	5px ;
}
.t08
{
	padding-top			:	8px ;
}
.t10
{
	padding-top			:	10px ;
}

.t15
{
	padding-top			:	15px ;
}

.t20
{
	padding-top			:	20px ;
}

.t25
{
	padding-top			:	25px ;
}

.t30
{
	padding-top			:	30px ;
}

.t35
{
	padding-top			:	35px ;
}

.t40
{
	padding-top			:	40px ;
}

.t45
{
	padding-top			:	45px ;
}

.t50
{
	padding-top			:	50px ;
}

.t60
{
	padding-top			:	60px ;
}

.t70
{
	padding-top			:	70px ;
}
.t80
{
	padding-top			:	80px ;
}

.t90
{
	padding-top			:	90px ;
}
.t100
{
	padding-top			:	100px ;
}

.t200
{
	padding-top			:	200px ;
}

.t300
{
	padding-top			:	300px ;
}


.t110
{
	padding-top			:	110px ;
}

.b10
{
	padding-bottom		:	10px ;
}

.b20
{
	padding-bottom		:	20px ;
}

.b30
{
	padding-bottom	:	30px ;
}

.b50
{
	padding-bottom 		:	50px ;
}

.r10
{
	padding-right		:	10px ;
}

.r15
{
	padding-right		:	15px ;
}

.r20
{
	padding-right		:	20px ;
}

.r30
{
	padding-right		:	30px ;
}


.ml15
{
	margin-left			:	15px ;
}

.ml20
{
	margin-left			:	20px ;
}

/*-----------------------------------------------------------------

text color border 스타일

-----------------------------------------------------------------*/

.brd1
{
	border				:	1px solid #efefef ;
}

.brd2
{
	border				:	1px solid #dfdfdf ;
}

.line1
{
	border-top			:	1px solid #dbdbdb ;
}
.line2
{
	border-top			:	2px solid #646464 ;
}

.red
{
	color				:	#f00d0d!important ;
}


.b
{
	font-weight			:	600!important ;
}


.nor_b
{
	font-weight			:	normal!important;
}


.cor1
{
	color				:	#178e58!important ;
}

.cor2
{
	color				:	#c92b28!important ;
}
.cor3
{
	color				:	#0071bf!important ;
}
.cor4
{
	color				:	#ef7011!important ;
}
.cor5
{
	color				:	#2054d6!important ;
}



.site_cont_tit1 
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	32px;
	color				:	#fff;
	text-align			:	center;
	font-weight			:	600;
	height				:	100px;
	line-height			:	100px;
}


.s_cont_text9
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#636363;
	line-height			:	30px;

}



/*top.css*/

.top_guan 
{
	position			:	absolute;
	right				:	0px
}



.logo_btn2
{
	position			:	absolute;
	z-index				:	2;
	top					:	0px;
	right				:	20px;
	background			:	#fff;
	border-left			:	1px solid #ddd;
	width				:	80px;
	text-align			:	center;
}
/*-----------------------------------------------------------------

상단 메뉴

-----------------------------------------------------------------*/
header
{
	position			:	relative ;
}


#top_input
{

	position			:	absolute ;
	width				: 100%;
	height				: 90px;
	background			: #fff;
	top					: 0px;
	z-index				: 10;
	display				:none;
}

.top_input
{
	border				: 1px solid #cccccc;
	height				: 70px;
	margin-top			: 10px;
}


.s_index_select
{
	position			:	relative;
	display			:	inline-block;
	width				:	120px;
	height				:	43px;
	float				:	left;
}

.s_index_select_btn a
{
	display			:	block;
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#282829;
	line-height		:	68px;
	padding-left		:	20px;
}

.s_index_select_ul
{
	position			:	absolute;
	top				:	65px;
	width				:	100%;
	border				:	1px solid #dddddd;
	border-bottom	:	0px;
	display			:	none;
}

.s_index_select_ul a
{
	display			:	block;
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#282829;
	text-align			:	left;
	padding-left		:	15px;
	line-height		:	42px;
	background		:	#fff;
	border-bottom	:	1px solid #dddddd;

}

.s_index_select_ul a:hover
{
	text-decoration	:	none;
	color				:	#282829;
	background		:	#e9e9e9;

}

#top_input
{

	position			:	absolute ;
	width				: 100%;
	height				: 90px;
	background			: #fff;
	top					: 0px;
	z-index				: 10;
	display				:none;
}

.top_input
{
	border				: 1px solid #cccccc;
	height				: 70px;
	margin-top			: 10px;
}

.s_index_select
{
	position			:	relative;
	display			:	inline-block;
	width				:	140px;
	height				:	43px;
	float				:	left;
}

.s_index_select_btn a
{
	display			:	block;
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#282829;
	line-height		:	68px;
	padding-left		:	20px;
}

.s_index_select_ul
{
	position			:	absolute;
	top				:	65px;
	width				:	100%;
	border				:	1px solid #dddddd;
	border-bottom	:	0px;
	display			:	none;
}

.s_index_select_ul a
{
	display			:	block;
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#282829;
	text-align			:	left;
	padding-left		:	15px;
	line-height		:	42px;
	background		:	#fff;
	border-bottom	:	1px solid #dddddd;

}

.s_index_select_ul a:hover
{
	text-decoration	:	none;
	color				:	#282829;
	background		:	#e9e9e9;

}

.searchInput
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#494949;
	font-weight		:	'';
	line-height		:	68px;
	height			:	68px;
	width				:	60%;
	padding-left		:	20px;
	border				:	none;
}

.secss
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#494949;
	font-weight		:	'';
	line-height		:	68px;
	height			:	68px;
	width: 58%;
	padding-left		:	20px;
	border				:	none;
}





nav
{
	border-top			: 1px solid #c5c5c6;
	border-bottom		: 1px solid #ff4f00;

}

nav .container
{
	width:100%;
	padding:0px;;
}

nav a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#282829; 
	font-weight			:	600;
	line-height			:	80px; 
	height				:	80px;
	padding				: 0 19px;

}

nav a.cur
{
	color				:	#f26720;
	border-bottom		:	4px solid #f26720;
}

.header_over
{
	position			:	absolute ;
	border-top			: 2px solid #f26821;
	width				: 100%;
	left				: 0px;
	top					: 80px;
	z-index				: 11;
	background			: #fff;
	display				: none;
	
}


.header_over a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3a3a3a; 
	line-height			:	55px;

}


.header_over2
{
	position			:	absolute ;
	width				:	100%;
	left				:	0px;
	z-index				:	10;
	top					:	82px;
	background			:	#fff;
	border-bottom		: 15px solid #e1e1e1;
	display				:	none;
	
}

.header_over2 a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#545454; 
	line-height			:   77px;
	background			:	#fff;
	display				: 	block;
	border-bottom		:	1px solid #ddd;
	border-right		:	1px solid #ddd;
	text-align			:	center;
	font-weight			:	normal;
}


.header_btn3
{
	position			:	relative ;
	display				: inline-block;
}

.header_btn3_bu
{
	position			:	absolute ;
	right				: 0px;
	top					:5px;
	display				: inline-block;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#fff; 
	background			: #e94437;
	text-align			: center;
	border-radius 		: 30px;
	width				: 35px;
	height				:35px;
	line-height			: 35px;
	display:none
}



.header_tit
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	34px;
	color				:	#3b3b3b; 
	height				: 90px;
	line-height			: 90px;
	font-weight			: 600;

}





/*-----------------------------------------------------------------

전체메뉴

-----------------------------------------------------------------*/

#quan_mn
{
	position			: relative ;
	width				: 100%;
	height				: 100%;
	left				:0px;
	top					:-85px;
	z-index				: 22222;
	background			: #fff;
	/*overflow-y			: scroll;*/
	display				: none;
	/*border:1px solid red;*/
}



#quan_mn .head
{
	background			: #dbdbdb;
	padding				: 0 20px;
	height				: 62px;
	border-top			: 1px solid #b4b4b4;
	border-bottom		: 1px solid #b4b4b4;
}


#quan_mn .head span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3b3b3b;
	line-height			: 60px;

}

#quan_mn .head_btn1
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3b3b3b;
	font-weight			:	'';
	text-align			:	center;
	border				:	1px solid #3b3b3b;
	background			: #dbdbdb;
	padding				:	3px 10px;
	display				:	inline-block; 
	border-radius		:	18px;
}
#quan_mn .head_btn2
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#fff;
	font-weight			:	'';
	text-align			:	center;
	border				:	1px solid #f26821;
	background			: #f26821;
	padding				:	5px 10px 10px 10px;
	display				:	inline-block; 
	border-radius		:	5px;
	line-height:10px;
	height:40px;
}

.quan_tit
{
	background			: #f0f0f0;
	padding				: 0 20px;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#f26821;
	line-height			: 60px;
	height				: 60px;
	border-top			:	1px solid #dddddd;
	border-bottom		:	1px solid #dddddd;

}

.quan_tit img
{
	width				:	30px;

}








.menubg2
{
	position			: 	absolute;
	top					:	250px;
	left				:	0px;
	width				:	100%;
	height				:	100%;
	background			:	rgba(0,0,0, 0.7);
	z-index				:	5;
	display				:	none;
}






/*-----------------------------------------------------------------

모바일 좌측 메뉴

-----------------------------------------------------------------*/
.menubg
{
	position			: 	absolute;
	top					:	0px;
	left				:	0px;
	width				:	100%;
	height				:	100%;
	background			:	rgba(0,0,0, 0.8);
	z-index				:	-1;
	display				:	none1;
}


#menubg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	opacity:0.7;
	z-index:999;
	display:none;
}


#left
{
	position			:	fixed; 
	width				:	512px;
	right				:	-512px;  
	background			:	#fff; 
	z-index				:	1000;
	height				: 100%;
	overflow-y			: scroll;
}

#left .guanbi
{
	float	 			:	right; 
}


#left h1
{
	line-height			:	88px; 
	font-size			:	30px;
	color				:	#000;
	padding-left		:	25px; 
}


/*소메뉴1*/
#left .kimmoonhark > li
{
	width				:	100%;
	height				:	100%;
	background			:	#fff;
}

#left .kimmoonhark>li>a
{
	text-decoration		:	none; 
	display				:	block;  
	border-top			:	1px solid #dfdfdf; 
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/index/left_bu_on.png') right center no-repeat#f4f4f4;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#424343; 
	line-height			:	70px; 
	padding-left		:	30px;
	text-align			:	left; 
}

#left .kimmoonhark>li>a.cur
{
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/index/left_bu_off.png') right center no-repeat#f4f4f4;
	color				:	#424343;
}


/*소메뉴2*/
#left .kimmoonhark>li>ul
{
	background			:	#fff;
	padding				:	20px 0 20px 25px;
	border-top		:	1px solid #ccc;
}

#left .kimmoonhark>li>ul>li>div>div>a
{
	text-decoration		:	none; 
	display				:	block;
	width				:	100%;
	border-left			:	1px solid #ccc;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	21px;
	color				:	#4f4f4f; 
	font-weight			:	normal;
	line-height			:	80px; 
	height				:	80px; 
	text-align			:	center;
}


#left .kimmoonhark>li>ul>li>div>div>a.cur
{
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/index/ic8.png') 165px center no-repeat;
	font-weight:600;
	
}



#left .kimmoonhark>li>ul>li>div
{
	text-decoration		:	none; 
	display				:	block;
	font-size			:	21px;
	color				:	#4f4f4f;
	font-weight:normal;
}












 
 
 
#domeMainMenu2
{
	background-color	: #FFFFFF;
	box-sizing			: border-box;
	padding				: 0px 8px;
	margin				:	0 -20px;
	z-index				: 1;
	height				: 80px;
}	
#domeMainMenu2 .domeMainMenuList
{
	display				: inline-block;
	vertical-align		: middle;
	margin				: 0px 3%;
	padding				: 11px 0px;
	font-size			: 22px;
	text-decoration		: none;
	text-align			: center;
	cursor				: pointer;
	height				: 80px;
	line-height			: 50px;
}
#domeMainMenu2 .swiper-slide
{
	width				: auto;
}
#domeMainMenu2 .active
{
	border-bottom		: 3px solid #e94437;
	color				: #e94437;
	font-weight			: 700;
}
 
 
 



#domeMainMenu2
{
	background-color	: #FFFFFF;
	box-sizing			: border-box;
	padding				: 0px 8px;
	margin				:	0 -20px;
	z-index				: 1;
	height				: 80px;
}	
#domeMainMenu2 .domeMainMenuList
{
	display				: inline-block;
	vertical-align		: middle;
	margin				: 0px 3%;
	padding				: 11px 0px;
	font-size			: 22px;
	text-decoration		: none;
	text-align			: center;
	cursor				: pointer;
	height				: 80px;
	line-height			: 50px;
}
#domeMainMenu2 .swiper-slide
{
	width				: auto;
}
#domeMainMenu2 .active
{
	font-weight			: 700;
	border-bottom		: 3px solid #e94437;
	color				: #e94437;
	font-weight			: 700;
}


 
 
 
 

#domeMainMenu3
{
	background-color	: #e94437;
	box-sizing			: border-box;
	padding				: 0px 8px;
	margin				:	0 -20px;
	z-index				: 1;
	height				: 80px;
}	
#domeMainMenu3 .domeMainMenuList
{
	display				: inline-block;
	vertical-align		: middle;
	margin				: 0px 3%;
	padding				: 11px 0px;
	font-size			: 20px;
	text-decoration		: none;
	text-align			: center;
	cursor				: pointer;
	height				: 80px;
	line-height			: 50px;
	color				: #fff;
}
#domeMainMenu3 .swiper-slide
{
	width				: auto;
}
#domeMainMenu3 .active
{
	font-weight			: 700;
	color				: #fff;
	text-decoration		: underline;
	font-size			: 20px;
}
 








#domeMainMenu4
{
	background-color	: #fff;
	box-sizing			: border-box;
	padding				: 0px 8px;
	margin				:	0 -20px;
	z-index				: 1;
	height				: 80px;
	border-bottom		: 1px solid #d6d6d6;
	
}	
#domeMainMenu4 .domeMainMenuList
{
	display				: inline-block;
	vertical-align		: middle;
	margin				: 0px 3%;
	padding				: 11px 0px;
	font-size			: 19px;
	text-decoration		: none;
	text-align			: center;
	cursor				: pointer;
	height				: 80px;
	line-height			: 50px;
	color				: #232323;
}
#domeMainMenu4 .swiper-slide
{
	width				: auto;
}
#domeMainMenu4 .active
{
	border-bottom		: 3px solid #e94437;
	color				: #e94437;
	font-weight			: 700;
	font-size			: 19px;
}
 






#domeMainMenu5
{
	background-color	: #fff;
	box-sizing			: border-box;
	padding				: 0px 8px;
	margin				:	0 -20px;
	z-index				: 1;
	height				: 80px;
	border-bottom		: 1px solid #d6d6d6;
	
}	
#domeMainMenu5 .domeMainMenuList
{
	display				: inline-block;
	vertical-align		: middle;
	margin				: 0px 3%;
	padding				: 11px 0px;
	font-size			: 19px;
	text-decoration		: none;
	text-align			: center;
	cursor				: pointer;
	height				: 80px;
	line-height			: 50px;
	color				: #232323;
}
#domeMainMenu5 .swiper-slide
{
	width				: auto;
}
#domeMainMenu5 .active
{
	border-bottom		: 3px solid #e94437;
	color				: #e94437;
	font-weight			: 700;
	font-size			: 19px;
}
 
 
 
 
 
 
.wid_1 
{
	border-bottom		: 1px solid #d6d6d6;
	border-top			: 1px solid #d6d6d6;
	height				: 77px;
	font-size			: 19px;
	color				: #000;
	line-height			: 77px;
}
 
 
.wid_1 span  
{
	font-size			: 25px;
	color				: #ec2d1e;
	font-weight			: 600;
}
 
 .wid_1 a  
{
	color				: #000;
}
 
 .wid_2 
{
	border-bottom		: 1px solid #d6d6d6;
	padding				: 12px 20px;
}
 
 
 
 
/*-----------------------------------------------------------------
오꾹
-----------------------------------------------------------------*/


#lOhggookWrap #lOgContent .lOgItem
{
	width				: 598px;
	border				: 1px solid #D9D9D9;
	height				: 372px;
}
#lOhggookWrap #lOgContent .lOgItem .lOgItemThumb
{
	position: relative;
}
#lOhggookWrap #lOgContent .lOgItem .lOgItemThumb img
{
	width				: 100%;
	height				: 100%;
}
#lOhggookWrap #lOgContent .lOgItem .lOgItemInfo
{
	position:absolute;
	top:35px;
	left:30px;
}
#lOhggookWrap #lOgContent .lOgItem .lOgItemInfo .lOgItemTitle
{
	overflow			: hidden;
	font-size			: 28px; 
	color				: #2a2a2a;
}
#lOhggookWrap #lOgContent .lOgItem .lOgItemInfo .lOgItemPrice
{
	line-height			: 30px;
	font-size			: 24px;
	color				: #de2718;
}






.index4_sousou
{
	position			:	relative;
}

.index4_sousou_tit
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	font-weight		:	600;
	color				:	#f2681f;
	line-height		:	80px;
	position			:	absolute;
	z-index			:	1;
}

.index4_sousou_bane
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	12px;
	font-weight		:	600;
	color				:	#747474;
	line-height		:	21px;
	padding			:	0 10px;
}

.index4_sousou_bane span
{
	background		:	#aaaaaa;
	display			:	inline-block;
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	10px;
	font-weight		:	600;
	color				:	#fff;
	text-align			:	center;
	width				:	16px;
	height				:	17px;
	line-height		:	17px;
	margin-right		:	10px;
}

.index4_sousou_bane font
{
	float				:	right;
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	12px;
	color				:	#747474;
}



.index4_sousou_pup
{
	position			:	absolute;
	display			:	none;
	width				:	100%;
	border				:	1px solid #dddddd;
	background		:	#fff;
	z-index:11111;
	top:80px;
	left:0px;
	

}

.index4_sousou_pup_btn1
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#fff;
	line-height		:	50px;
	text-align:center;
	background:#ddd;
	margin-top:40px;
	font-weight:600;

}

.index4_sousou_pup_btn1 a { color:#fff;}

.top_bottom
{
	position			:	absolute;
	z-index				:	2;
	top					:	0px;
	right				:	0px;
}





#right_mn
{
	position			:	fixed; 
	width				:	480px;
	right				:	-480px;  
	background			:	#fff; 
	z-index				:	1000;
	height				: 100%;
	/*overflow-y			: scroll;*/
}

#right_mn .guanbi
{
	float	 			:	right; 
}


#right_mn h1
{
	line-height			:	88px; 
	font-size			:	30px;
	color				:	#000;
	padding-left		:	25px; 
}


/*소메뉴1*/
#right_mn .kimmoonhark > li
{
	width				:	100%;
	height				:	100%;
	background			:	#fff;
}

#right_mn .kimmoonhark>li>a
{
	text-decoration		:	none; 
	display				:	block;
	border-bottom		:	1px solid #dfdfdf;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/shoppling/right_bu1.jpg') 415px center no-repeat#f4f4f4;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#424343; 
	line-height			:	70px; 
	padding-left		:	30px;
	text-align			:	left; 
}

#right_mn .kimmoonhark>li>a.cur
{
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/shoppling/right_bu2.jpg') 415px center no-repeat#f4f4f4;
	color				:	#424343;
}


/*소메뉴2*/
#right_mn .kimmoonhark>li>ul
{
	background			:	#fff;
}

#right_mn .kimmoonhark>li>ul>li>a
{
	text-decoration		:	none; 
	display				:	block;
	width				:	100%;
	border-bottom		:	1px solid #dfdfdf;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#424343; 
	font-weight			:	normal;
	line-height			:	70px; 
	height				:	70px; 
	padding-left		:	30px;
}


#right_mn .kimmoonhark>li>ul>li>a.cur
{
	
}







.right_mn_tbl
{
	border				: 1px solid #dfdfdf;
}



.right_mn_tbl tbody td
{
	width				: 33.33%;
	text-align			: center;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#424343;
	border				: 1px solid #dfdfdf;
	line-height			:	30px;
	padding				:	18px 0 12px 0;
}


.right_mn_tbl tbody td span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#f26821;
	font-weight			: 600;
	display				: block;
}




/*middle.css*/



.main_cont_tit1_start
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	30px;
	color				:	#252525;
	line-height			:	45px;
	text-align			:	center;

}
.txt1
{
	font-weight			:	600;
	display				:	inline-block;
	background			:	#fff;
	color				:	#f26720;
	font-size			:	21px;

}



.txt2
{
	font-weight			:	600;
	display				:	inline-block;
	background			:	#fff;
	text-align			:	left;
	color				:	#252525;
	font-size			:	30px;

}


.txt3
{
	color				:	#454545;
	font-size			:	20px;
	text-align			:	left;
	line-height			:	30px;

}


.txt4
{
	color				:	#5e5e5e;
	font-size			:	18px;
	line-height			:	30px;
	display				:	inline-block;

}


.txt5
{
	color				:	#000;
	font-size			:	26px;
	line-height			:	30px;
	font-weight			:	600;

}


.txt6
{
	color				:	#3b3b3b;
	font-size			:	26px;
	line-height			:	30px;
	font-weight			:	600;

}

.txt7
{
	color				:	#4eaa00;
	font-size			:	21px;
	line-height			:	50px;
	font-weight			:	600;

}


.bg_1
{
	background		:	#fff;
	position		:	absolute;
	left:1px;
	bottom:1px;
	opacity:0.8;
	z-index:1;
	text-align:center;
	width:598px;
}


.main_cont_bane2
{
	position			: relative;
}

.bane_brd1
{
	position			: relative;
	border				:1px solid #d2d2d2;
}



.main_baner_bg1
{
	background			:	#f2f2f2;
	margin				:	10px -20px -20px -20px;
	padding				:	10px 20px;
	font-size			:	16px;
	color				:	#828282;

}

.main_baner_bg1 b
{
	font-size			:	18px;
	color				:	#d11a1a;

}


.main_cont_tit1_start strong
{
	font-weight			:	600;
	display				: inline-block;
	background			: #fff;
	padding				:0 20px;

}





.main_baner_tbl
{
	border				: 1px solid #d2d2d2;
	padding				:0px 20px;
}

.main_baner_tbl_line1
{
	border-top			:1px solid #d2d2d2;
	margin				: 0 -30px;
}


.main_baner_tbl_tit
{	
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ; 
	color				:	#424343;
	font-weight			:	600;
}

.main_baner_tbl_text
{	
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#8c8c8c;
	line-height			: 38px;
}



.main_baner_bu1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px;
	color				:	#f26822;
	text-align			: center;
	border				:1px solid #f26821;
	display				:inline-block;
	padding				:0px 8px;

}




.main_baner_btn1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ; 
	color				:	#fff;
	font-weight			:	600;
	text-align			:	center;
	border				:	0px;
	background			:	#e70014;
	line-height			: 50px;
	height				:	50px;
	border-radius		:	0px;
	display				:block;
	width				:120px;
}


.sub_cont_text1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px ; 
	color				: #fff ;
	line-height			: 30px;
	background			: #5c6066;
	text-align			: center;
	padding				: 15px 0px;
}









#sub1_pup
{
	position			:	fixed ;
	left				: 0px;
	top					: 0px;
    bottom				:0;
    overflow-y			:scroll;
	background			: #fff;
	z-index				: 200;
	display				: none;


}

.close_btn
{
	position			:	absolute ;
	right				: 0px;
	top					: 0px;
}



.fixed_button1
{
	position			:	fixed ;
	bottom				: 0px;
	left				: 0px;
	width:100%;
}

#shopee_pup1,
#sub2_pup,
#sub3_pup
{
	position			:	fixed;
	z-index				:	200;
	top					:	0px;
	left				:	0px;
	width				:	100%;
	height				:	100%;
	display				:	none;
	z-index				:	10000;

	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	13px ; 
	color				:	#8c8c8c;
	line-height: 25px;
}


.p_cont
{
	background			: #fff;
	z-index				: 200;
	width				: 400px;
	border				: 1px solid #000;

}

.p_txt1
{
	font-size			: 28px ; 
	color				: #434343 ;
	line-height			: 30px;

}

.p_txt2 a
{
	font-size			: 30px ; 
	color				: #7b7b7b ;
	line-height			: 80px;
	border-top			: 1px solid #d0d0d0;
	display				: block;

}

.p_menu li
{
	font-size			: 28px ; 
	color				: #7b7b7b ;
	line-height			: 34px;
	padding				: 20px 30px;
	border-top			: 1px solid #d0d0d0;
	display				: block;

}




.p_menu .on
{
	color				: #eb5b2e ;

}

/*----------------------yyyy------------------------------*/

.tit1 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ; 
	color				: #3b3b3b ;
	line-height			: 60px;
	border-top			: 1px solid #e0e0e0;
	border-bottom		: 1px solid #e0e0e0;
	background			: #ededed;
	padding				: 0 20px;
}


.tit2 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px ; 
	color				: #3b3b3b ;
	line-height			: 60px;
	border-bottom		: 1px solid #e0e0e0;
	padding				: 0 20px;
}

.tit2 a { color:#3b3b3b;}
.tit3 a { color:#3b3b3b; display:block;}



.tit3 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ; 
	color				: #3b3b3b ;
	line-height			: 60px;
	border-bottom		: 1px solid #e0e0e0;
	background			: #ededed;
	text-align			: center;
}

.bline 
{
	border-bottom		: 1px solid #e0e0e0;
	margin				: 20px -20px;

}

.bline4 
{
	border-bottom		: 1px dashed #e0e0e0;
	margin				: 20px 0px;

}

.bline2
{
	border-top		: 20px solid #f3f3f3;
	margin				: 50px -20px;

}

.bline3
{
	border-top		: 20px solid #f3f3f3;
	margin				: 15px -20px;

}


.bord1
{
	border			: 1px solid #e0e0e0;

}


.text1 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 25px ; 
	color				: #2a2a2a ;
	line-height			: 30px;
}

.text2 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 22px ; 
	color				: #505050 ;
	line-height			: 34px;
	letter-spacing		: -1px;
}

label .text2 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px ; 
	color				: #505050 ;
	line-height			: 34px;
}

.text3 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 30px ; 
	color				: #252525 ;
	line-height			: 34px;
}

.text4 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 24px ; 
	color				: #ff860d ;
	line-height			: 34px;
}


.text5 
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ; 
	color				: #888 ;
	line-height			: 34px;
	font-weight			: 600;
}

.text6
{
	font-family			: 'Noto Sans CJK KR', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 28px ;
	color				: #222 ;
	line-height			: 34px;
	font-weight			: 600;
}

.main_cont_bu1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px;
	color				:	#f26821;
	line-height			:	22px;
	text-align			: center;
	border				:1px solid #f26821;
	display				:inline-block;
	padding				:0px 8px;


}

.main_cont_bu2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px;
	color				:	#0070c0;
	line-height			:	22px;
	text-align			: center;
	border				:1px solid #0070c0;
	display				:inline-block;
	padding				:0px 8px;


}

.main_cont_bu3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px;
	color				:	#7f7f7f;
	line-height			:	22px;
	text-align			: center;
	border				:1px solid #7f7f7f;
	display				:inline-block;
	padding				:0px 8px;


}

.btn1_on,
.btn2_on
{
	position			: absolute;
	right				:20px;
	top					:130px;
}



.button1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px ; 
	color				:	#fff;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #fe9580;
	background			:	#fe9580;
	display				:   block;
	width				:   100%;
	line-height			:	80px;
}

.button2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ; 
	color				:	#008d8f;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #fff;
	background			:	#fff;
	display				: inline-block;
	padding				: 0 30px;
	line-height			:	35px;
	height				:	35px;
	border-radius		:	50px;
}


.bg_2
{
	
	height			:	95px;
	background			:	#f2f2f2;
}



.p_txt1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	33px ; 
	color				:	#000;
	text-align			:	center;
	line-height:95px;
}

.p_txt2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ; 
	color				:	#292929;
	text-align			:	center;
	line-height			:	30px;
}


/*                   haiwai                    */
.haiwai_bane_on
{
	border-top			: 1px solid #dfdfdf;
	border-bottom		: 1px solid #dfdfdf;
	height				: 61px;
}

ul.haiwai_bane_off li span,
.haiwai_bane_on span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px ; 
	color				:	#fff;
	font-weight			: 600;
	font-style			:oblique;
	margin				: 10px 15px 0 20px;
	line-height			: 40px;

	text-align			: center;
	display				: inline-block;
	width				: 40px;
	height				: 40px;
	border-radius		: 50px;
	background			: #283da1;
}



ul.haiwai_bane_off li a,
.haiwai_bane_on a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ; 
	color				:	#252525;
	font-weight			: 600;
	line-height			: 50px;
}

.haiwai_bane_on ul.slides li a
{
	line-height			: 0px;
}


ul.haiwai_bane_off
{
	border-top			: 1px solid #dfdfdf;

}

ul.haiwai_bane_off li
{
	border-bottom		: 1px solid #dfdfdf;
	height				: 60px;

}



.cont_img_tit1
{
	height				:	70px;
	text-align			: center;
	padding-top			: 20px;

}



/*       haiwai       */
.haiwai_pup
{
	position			:	fixed ;
	left				: 0px;
	top					: 0px;
    bottom				:0;
    width				: 640px;
    overflow-y			:scroll;
	background			: #fff;
	z-index				: 200;
	display				: none;


}

.top_line
{
	border-top			:10px solid #283da1;

}

.top_line2
{
	border-top			:10px solid #0090b9;

}


.close_btn2
{
	position			:	absolute ;
	right				: 0px;
	top					: 10px;
}

.pup_container
{
	padding				: 0 30px;
}


.pup_cont_tit1
{
	height				: 160px;
	padding-top			: 70px;
	text-align			: center;
}


.pup_haiwai_tit1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#252525;
	font-weight: 600;
}



.pup_haiwai_tit1 span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#fff;
	background			: #283da1;
	border-radius		: 30px;
	display				: inline-block;
	width				: 40px;
	height				: 40px;
	line-height			: 35px;
	text-align			: center;
	font-style			: oblique;
	margin-right		: 10px;
}

.pup_haiwai_tit1_2 span
{
  background      : #00a7d7;
}

.pup_haiwai_tit2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#283da1;
	font-weight: 600;
}


.pup_haiwai_tit3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px;
	color				:	#252525;
	font-weight			: 600;
	height				: 50px;
	line-height			: 50px;
	background			: url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/haiwai/pup_haiwai_tit3_bu.jpg') left top no-repeat;
}






.pup_haiwai_tit4
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#252525;
	font-weight: 600;
}



.pup_haiwai_tit4 span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#fff;
	font-weight: normal;
	background			: #283da1;
	border-radius		: 30px;
	display				: inline-block;
	width				: 30px;
	height				: 30px;
	line-height			: 30px;
	text-align			: center;
	font-style			: oblique;
	margin-right		: 10px;
}


.pup_haiwai_text1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#454545;
}


.pup_haiwai_text1 .b1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#000;
	font-weight			: 600;
}


.pup_haiwai_text2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#e60000;
}


.pup_haiwai_text3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#454545;
}

.pup_haiwai_btn1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#fff;
	font-weight			:	600;
	text-align			:	center;
	border				:	0px;
	background			:	#5c6066;
	line-height			: 34px;
	height				:	60px;
	border-radius		:	0px;
	padding: 0 40px;


}




.haiwai_tbl1
{
	background			: #e1e8e9;
}


.haiwai_tbl1_tit1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	30px ; 
	color				:	#252740;
	font-weight			:	600;
}



.haiwai_tbl1_text1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#454545;
	line-height			: 45px;
}

.haiwai_tbl1_text2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px ; 
	color				:	#454545;
	line-height			: 30px;
}

.haiwai_tbl1_text2 strong
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	24px ; 
	color				:	#000000;
}














.scroll_bar
{
	height:600px;  
	overflow-y: scroll;
	padding-right:20px;
}






#pup_images
{
	position			:	fixed;
	z-index				:	200;
	top					:	0px;
	left				:	0px;
	width				:	100%;
	height				:	100%;
	display				:	none;
}


#pup_images .container
{
	position			:	relative; 
	background			: #fff;
	width				:580px;
	margin-top			:10%;
	z-index:1;
	border: 7px solid #ff860d;

}


.pup_right_border
{
	border				: 1px solid #dfdfdf;
	padding				:16px 15px;


}



.mypa_text1 
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	27px ; 
	color				:	#161515;
	line-height			: 	35px;
	font-weight			:	600;
}


.mypa_text1 span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	21px ; 
	color				:	#7a7a7a;
	line-height			: 	35px;
	font-weight			:	600;
}


.mypa_text2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	21px ; 
	color				:	#7a7a7a;
	line-height			: 	35px;
}

.mypa_text2 a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	21px ; 
	color				:	#7a7a7a;
	line-height			: 	35px;
}


.mypa_text2 b
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	21px ; 
	color				:	#e94437;
	line-height			: 	35px;
}

.mypa_text3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	27px ; 
	color				:	#151515;
	line-height			: 	35px;
	font-weight			:	600;
}

.mypa_text4
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	23px ; 
	color				:	#383838;
	line-height			: 	35px;
	font-weight			:	600;
}


.mypa_bor
{
	
	border-top			:	1px solid #cccccc; 
	border-bottom		:	1px solid #cccccc; 
	padding				:	40px 55px 40px 20px;
}



/*소메뉴1*/
#mypa .kimmoonhark > li
{
	width				:	100%;
	height				:	100%;
	background			:	#fff;
}

#mypa .kimmoonhark>li>a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	text-decoration		:	none; 
	display				:	block;  
	border-top			:	1px solid #cccccc; 
	background			:	#f6f6f6; 
	font-size			:	20px;
	color				:	#f26821; 
	line-height			:	60px; 
	padding-left		:	25px;
	text-align			:	left; 
}

#mypa .kimmoonhark>li>a.cur
{
	color				:	#ff7329;
}


/*소메뉴2*/
#mypa .kimmoonhark>li>ul
{
	background			:	#fff;
	border-top		:	1px solid #ccc;
}

#mypa .kimmoonhark>li>ul>li>a
{
	text-decoration		:	none; 
	display				:	block;
	width				:	100%;
	border-bottom		:	1px solid #ccc;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3b3b3b; 
	font-weight			:	normal;
	line-height			:	60px; 
	height				:	60px; 
	text-align			:	left;
	padding-left		:	25px;
}





#mypa .kimmoonhark>li>ul>li>a.cur_bu
{
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/index/ic27.png') 585px center no-repeat;
	
}


#mypa .kimmoonhark>li>ul>li>a.cur
{
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/index/ic26.png') 585px center no-repeat;
	font-weight:600;
	
}


#mypa .kimmoonhark>li>ul>li>ul>li>a
{
	text-decoration		:	none; 
	display				:	block;
	font-size			:	20px;
	color				:	#737272;
	border-bottom		:	1px dotted #ccc;
	line-height			:	60px; 
	height				:	60px; 
	text-align			:	left;
	padding-left		:	25px;
	background:#f1f1f1;
}



.mypa_button1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	17px;
	color				:	#585858; 
	line-height			:	35px; 
	border-radius		:	20px;
	background			:	#fff;
	border				:	1px solid #b8b8b8;
	padding				:	0 25px;
	font-weight			:	600;
}

.f_menu li
{
	text-align			: center;
	border-left			: 1px solid #707070;
	background			: #4c4c4c;
	height				: 100px;
	
}

.f_menu li:first-child
{
	border-left			: 0px;
	
}



.f_menu li a
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#fff;
	padding-top			: 	8px;
	line-height			:	35px;
	display				:	inline-block;
}




.s_image_tbls
{
	position			:	relative;
	z-index			:	1;
	float				:	left;
	display			:	none1;
	cursor				:	pointer;
	
}

.s_image_tbls_mtv
{
	position			:	absolute;
	width				:	100%;
	height				:	100%;
	background		:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/cust/s_image_tbls_mtv.png') center center no-repeat  rgba(0,0,0, 0.5);
}




.haiwai_start1
{
	width				: 280px;
}

.haiwai_start1 strong
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	15px;
	color				:	#505050;
	line-height			:	18px;
	display				:block;
	padding-top			: 5px;
}

.haiwai_start1 span
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	13px;
	color				:	#505050;
	display				:block;

}

.haiwai_start1 font
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	color				:	#252525;
	font-weight			: bold;

}

.hai_sub_tab_btn a
{
	float				: left;
	display				:inline-block;
	width				: 20%;
	background			:#efefef;
	height				: 60px;
	line-height			: 60px;
	text-align			: center;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	15px;
	color				:	#454545;
}

.hai_sub_tab_btn a.cur,
.hai_sub_tab_btn 	a:hover
{
	background			:#f26821;
	color				:	#fff;
	font-weight			: 600;
}




.prod_cont
{
	border				: 1px solid #dfdfdf ;
	border-top			: 0px;
	padding				: 20px;
}

.prod_cont strong
{
	display				: block;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#0e5da8;
}

.prod_cont p
{
	display				: block;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#646464;
	padding				: 5px 0 20px 0;
}

.prod_hed
{
	position			:	relative ;
	background			: #646464;
	padding				: 20px;
	height				: 60px;
}

.prod_brd1_btn
{
	position			: absolute;
	right				: 0px;
	top					: 0px;
	border-left			: 1px solid #838383;

}









.login_cont_tit1 
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	30px;
	color				:	#3b3b3b;
	text-align			:	center;
	font-weight			:	600;
}

.login_cont_text1 
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3b3b3b;
	text-align			:	center;
}




.pup_tit1
{
	background			: #00c73c;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#fff;
	font-weight			: 600;
	text-align			:	center;
	height				: 60px;
	line-height			: 60px;

}


.pup_text1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	color				:	#646464;
	font-size			:	20px;
}

.pup_text2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	color				:	#505050;
	font-size			:	24px;
}

.pup_text3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	color				:	#505050;
	font-size			:	18px;
}



.header_tit2
{
	background			: #2c303b;

}

.header_tit2 h1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 30px;
	color				: #fff; 
	height				: 100px;
	line-height			: 100px;
	display				: block;
	font-weight			: 600;

}



.page_exit
{
	position			: absolute ;
	right				: 20px;
	top					: 0px;
}


.page_pup
{
	position			: fixed ;
	left				: 0px;
	top					: 0px;
    bottom				: 0;
    overflow-y			: scroll;
	background			: #fff;
	z-index				: 200;
	display				: none;

}



.shop_cont_tit1
{
	position			: relative ;
	background			: #f4f4f4;
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px;
	color				: #424343; 
	height				: 80px;
	line-height			: 80px;
}

.shop_cont_menu
{
	position			: absolute ;
	z-index				: 1;
	top					: 80px;
	background			: #fff;
	width				: 100%;
	border-bottom		: 8px solid #dfdfdf;
	display				: none;
}


.shop_cont_menu a
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px;
	color				: #424343; 
	height				: 70px;
	line-height			: 70px; 
	border-bottom		: 1px solid #dfdfdf;
	display				: block;
	text-align			: center;
}




.page_pup_cont
{
}

.page_pup_cont strong
{
	display				: block;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#0e5da8;
}

.page_pup_cont p
{
	display				: block;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#646464;
	padding				: 5px 0 30px 0;
}

.page_pup_cont div
{
	display				: block;
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#646464;
	padding				: 5px 0 30px 0;
}






.shop_cont_tbl
{
	border				: 1px solid #dfdfdf;
	background			: #fff;
}

.shop_cont_tbltit1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 22px;
	color				: #1b699a;
	line-height			: 80px;
	padding-left		: 20px;
	float				: left;
}

.shop_cont_tblnr
{
	border-top			: 1px solid #dfdfdf;
	padding				: 20px;

}





.shop_cont2_tbl
{
	border				: 1px solid #dfdfdf;
	background			: #fff;
}

.shop_cont2_tblnr_cur
{
	position			: absolute;
	background-color: rgba(0,0,0, 0.4);
	width				: 600px;
	height				: 100%;
	left				:-1px;
	top					:-1;
	z-index				: 1;
	display				:none;
	text-align			:	center;
	padding-top			: 12%;

}

.shop_cont2_tbltit1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px;
	color				: #424343;
	line-height			: 60px;
	padding-left		: 15px;
}

.shop_cont2_tbltit2
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px;
	color				: #424343;
	line-height			: 35px;
	padding-left		: 15px;
}

.shop_cont2_tblnr
{
	border-top			: 1px solid #dfdfdf;
	padding				: 15px;
	position			: relative;

}


.shop_cont2_tblnr .shop_cont2_tbl_absolute
{
	position			: absolute;
	right				: 15px;
	bottom				: 15px;
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px;
	color				: #939393;

}


.shop_cont_bu1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#f26821;
	width				: 120px;
	height				: 60px;
	line-height			: 60px;
	text-align			: center;
	border				: 1px solid #f26821;
	display				: inline-block;


}

.shop_cont_bu2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#31a8d0;
	width				: 120px;
	height				: 60px;
	line-height			: 60px;
	text-align			: center;
	border				: 1px solid #31a8d0;
	display				: inline-block;


}




.site_cont_tbl1
{
	border				: 1px solid #dfdfdf;
}



.site_cont_tbl1 tbody td
{
	width				: 33.33%;
	text-align			: center;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 18px;
	color				:	#646464;
	border				: 1px solid #cccccc;
	line-height			:	44px;
	height				:	44px;
}

.site_cont_tbl1 tbody td.cur
{
	color				: #fff;
	border				: 1px solid #d25a1c;
	background			: #f26821;
}




.pup_cont_tit2
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 24px;
	color				: #2c303b;
	line-height			: 40px;
	font-weight			: 600;
	text-align			: center;
	background			: url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/shoppling/bu3.jpg') bottom center no-repeat;
}

.image1_tbl_div
{
	padding				:  0 12.5px;
}

.image1_tbl
{
	position			: relative;
	float				: left;
	border				: 1px solid #dfdfdf;
	margin				: 15px 7.5px 0 7.5px;
}


.image1_tbl_bu
{
	position			: absolute;
	right				: 0px;
}


/* footer.css*/

footer
{
	border-top			: 2px solid #f26821;
	padding				: 25px 0 0px 0;
}


.footer_b1
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ;
	color				:	#414141;
	font-weight			:	'';
	text-align			:	center;
	border				:	1px solid #dddddd;
	background			:	#fff;
	padding				:	6px 12px;
	display				:	inline-block;
	border-radius		:	0px;
}

.footer_b2
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ;
	color				:	#ff643c;
	font-weight			:	'';
	text-align			:	center;
	border				:	1px solid #ff643c;
	background			:	#fff;
	padding				:	0px 8px 2px 8px;
	display				:	inline-block;
	border-radius		:	0px;
}

.footer_t_btn a
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ;
	color				:	#414141;
	padding				: 15px 8px;
	display				: inline-block;

}



address
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px;
	color				:	#808080;
	text-align			:	center;
	font-style			:	normal;
	padding				:	0px;
	line-height			: 25px;

}


#totop
{
	position			:	fixed;
	bottom				:	120px;
	right				:	20px;
	z-index				:	100;
	display				:	none;
}





/*-----------------------------------------------------------------

footer_position    최하단

-----------------------------------------------------------------*/

#footer_position2
{
	position			:	fixed;
	z-index			:	200;
	width				:	100%;
	bottom			:	0px;
	height				:	100px;
	display			:	none1;

}

.footer_position2_bg
{
	position			:	absolute;
	width				:100%;
	/*background-color: rgba(0,0,0, 0.8);*/
	background-color:#4c4c4c;
	height				:	100px;

}



.footer_position2_bg li
{
	width				:500px;
	height				:	100px;
	text-align			: center;
	border-left		: 1px solid #707070;

}

.footer_position2_bg li:first-child
{
	border-left		: 0px;

}



.footer_position2_bg li a
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ;
	color				:	#fff;
	padding-top			: 8px;
	line-height			: 35px;
	display				:inline-block;
}


.footer_position2_bg li a.a1
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ;
	color				:	#3fe05f;

}

.footer_position2_bg2
{
	position			:	absolute;
	width				:100%;
	height				:	100px;
	bottom				: -100px;

}



/*bbs.css*/

.input1
{

	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ;
	color				: #686868 ;

	height				: 40px ;
	border				: 1px solid #dddddd;
	padding-left		: 10px;
}


.input2
{

	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 21px ;
	color				: #6a6a6a ;
	height				: 58px ;
	border				: none;
	padding-left		: 10px;
}


.select1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ;
	color				: #686868 ;
	height				: 40px ;
	border				: 1px solid #dddddd;
	background			: #fff;
}



.textarea1
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			: 20px ;
	color				: #424242 ;
	line-height			: 26px;
	border				: 1px solid #dddddd;
	padding-left		: 20px;
}





.select2
{
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ;
	color				: #686868 ;
	padding-left		: 10px;
	padding-right		: 10px;
	height				: 40px ;
	border				: 1px solid #dddddd;
	background			: #fff;
}




/*-----------------------------------------------------------------

page style

-----------------------------------------------------------------*/

.page_number
{
	clear				:	both;
	padding-top		:	70px;
	text-align			:	center;
}

.page_number a
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px ;
	color				:	#000;
	text-align			:	center;
	text-decoration	:	none;
	border				:	1px solid #e6e6e6;
	padding			:	9px 18px;
}

.page_number .on
{
	color				:	#fff;
	font-weight		:	bold;
	border				:	1px solid #5c6066;
	background		:	#5c6066;
}

.page_number .page_input
{

	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 20px ;
	color				: #000 ;
	text-align: center;

	height				: 46px ;
	border				: 1px solid #dddddd;
}

.page_number .page_btn
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ;
	color				:	#fff;
	font-weight			:	'';
	text-align			:	center;
	border				:	0px;
	background			:	#404041;
	display				: inline-black;
	line-height			:	46px;
	height				:	46px;
	width				: 70px;
}


.quan_mn_tbl
{
	border-top			:	0px;
	width				: 100%;
}






.quan_mn_tbl tbody td
{
	border-left			:	1px solid #e0e0e0;
	border-top			:	1px solid #e0e0e0;
	padding				:	12px 0;
	padding-left		: 20px;

}

.quan_mn_tbl tbody td:first-child
{
	border-left			: 0px;
}


.quan_mn_tbl tbody tr:first-child td
{
	border-top			: 0px;
}

.quan_mn_tbl tbody td a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#3b3b3b;
	line-height			:	28px;


}

.quan_mn_tbl tbody td span
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#3b3b3b;
	line-height			:	22px;
	float				: right;
	padding-right		: 20px;

}












.table_01
{
	border-top			: 1px solid #dddddd;
	border-bottom		: 2px solid #646464;
	width				: 100%;
}





.table_01 tbody th
{
	border-top			:	1px solid #dddddd;
	background			: #f6f6f6;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#646464;
	padding				: 10px 0; 
		
}


.table_01 tbody td
{
	border-top			:	1px solid #dddddd;
	padding				:	12px 0;
	padding-left		: 20px;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#646464;
		
}

.table_01 tbody td label
{
	font-weight			: normal;
		
}


.table_02
{
	border				: 1px solid #dfdfdf;
}

.table_02 tbody th
{
	border-top			: 1px solid #dfdfdf;
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#424343;
	line-height			: 30px;
	text-align			: center;
	padding				: 10px 0;
}

.table_02 tbody td {
	border-top: 1px solid #dfdfdf;
	font-family: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size: 18px;
	color: #424343;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
}

.table_06
{
	border-top		:	1px solid #646464;
}


.table_06 > tbody > tr > th
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#000000;
	background		:	#f8f8f8;
	border-bottom	:	1px solid #dddddd;
	line-height		:	25px;
	font-weight		:	600;
	padding			:	15px 0 15px 0px;
	text-align		: center;
}



.table_06 > tbody > tr > td
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#666666;
	border-bottom	:	1px solid #dddddd;
	line-height		:	25px;
	padding			:	15px;

	word-wrap:break-word;word-break:keep-all;
	
}




.table_06 > tbody > tr > td a
{
	color				:	#1b1b1b;
	
}


.table_06 > tbody > tr > td .span
{
	font-size			:	16px;
	color				:	#666666;
	
}



.table_06_line1
{
	border-left	:	1px solid #dddddd;
	
	
}

.n_button2 { font-family:'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif'; font-size:18px; color:#fff;border:none; background-color:#0f2c53; display:inline-block; padding:8px 15px;}



.idleft_table3,
.idleft_table2,
.idleft_table
{
	border-top			: 1px solid #cccccc;
}






.idleft_table3 tbody td,
.idleft_table2 tbody td,
.idleft_table tbody td
{
	border				: 1px inset #cccccc;
    border-collapse		: collapse;
	text-align			: center;

}

.idleft_table3 tbody td.on,
.idleft_table2 tbody td.on,
.idleft_table tbody td.on
{
	border				: 1px solid #000;
		
}


.idleft_table3 tbody td.on a,
.idleft_table2 tbody td.on a,
.idleft_table tbody td.on a
{
	font-weight			: 600;
	color				:	#000;
		
}



.idleft_table3 tbody td a,
.idleft_table2 tbody td a,
.idleft_table tbody td a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	22px;
	color				:	#4f4f4f;
	line-height			: 80px;
	height				: 80px;
	display				: block;

		
}





.cont_button1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#fff;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #404042;
	background			:	#404042;
	display				: inline-black;
	line-height			:	50px;
	height				:	50px;
}

.cont_button2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#404042;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #cccccc;
	background			:	#fff;
	display				: inline-black;
	line-height			:	50px;
	height				:	50px;
}


.cont_button3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	14px ; 
	color				:	#fff;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #4c4c4c;
	background			:	#4c4c4c;
	display				: inline-black;
	line-height			:	24px;
	height				:	24px;
}

.cont_button4
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	14px ; 
	color				:	#7f7f7f;
	font-weight			:	600;
	text-align			:	center;
	border				:	1px solid #7f7f7f;
	background			:	#fff;
	display				: inline-black;
	line-height			:	24px;
	height				:	24px;
}

.cont_button5
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	28px ; 
	color				:	#fff;
	text-align			:	center;
	border				:	1px solid #ef7011;
	background			:	#ef7011;
	display				: inline-black;
	line-height			:	80px;
	height				:	80px;
	width				:	100%;
	font-weight			:	600;
}
.button_7
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	15px ; 
	color			:	#fff ;
	font-weight: 600;
	line-height			: 43px;
	height				:	43px;
	width			: 220px;
	background		:	#17658e;
	display			: inline-block;
	border			: 0px
}

.table_07 { border-top:1px solid #dbdbdb;}

.table_07 tbody th
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size		:	21px;
	color			:	#424343;
	background		:	#f2f2f2;
	border-bottom	:	1px solid #dbdbdb;
	line-height		:	25px;
	text-align		: 	left;
	font-weight		:	normal;
	padding			:	10px 10px;
}



.table_07 tbody td
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size		:	21px;
	color			:	#767676;
	border-bottom	:	1px solid #dbdbdb;
	line-height		:	25px;
	padding			:	10px 15px;
	
}







.btn1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#fe9580;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	height				: 80px;
	width				: 80px;
	position			: absolute;
	right				: 110px;
	top					: 120px;
	border:1px solid #fe9580;
	line-height			:35px;
}

.btn11
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	14px ;
	color				:	#fe9580;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	height				: 70px;
	width				: 80px;
	position			: absolute;
	right				: 20px;
	top					: 70px;
	border:1px solid #fe9580;
	line-height			:30px;
}

.btn1_2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	14px ;
	color				:	#3083cd;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	display				: block;
	height				: 70px;
	width				: 80px;
	position			: absolute;
	right				: 110px;
	top					: 70px;
	border				: 1px solid #7cbbf4;
	line-height			:30px;
}

.btn22
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	14px ;
	color				:	#ff7b3c;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	display				: block;
	height				: 40px;
	width				: 170px;
	position			: absolute;
	right				: 20px;
	top					: 150px;
	border				: 1px solid #ff7b3c;
	line-height			:30px;
}

.btn2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#ff7b3c;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	display				: block;
	height				: 80px;
	width				: 80px;
	position			: absolute;
	right				: 20px;
	top					: 120px;
	border				: 1px solid #ff7b3c;
	line-height			:35px;
}


.btn2_2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ;
	color				:	#333333;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	display				: block;
	height				: 80px;
	width				: 80px;
	position			: absolute;
	right				: 110px;
	top					: 120px;
	border				: 1px solid #cccccc;
	line-height			:35px;
}

.btn4
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#3880eb;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	display				: block;
	height				: 80px;
	width				: 80px;
	position			: absolute;
	right				: 20px;
	top					: 120px;
	border				: 1px solid #3880eb;
	line-height			:35px;
}

.btn3
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px ; 
	color				:	#555555;
	position			: absolute;
	right				: 20px;
	top					: 178px;
	font-weight			: 600;
}

.btn3 a { color:#555;}

.main_btn_1_on
{
	color			:	#505050;
	border			:1px solid #cccccc;

}


.main_btnbtn1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#fe9580;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	border:0px solid #fe9580;
	width: 47%
}

.main_btnbtn2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	16px ; 
	color				:	#ff7b3c;
	text-align			:	center;
	background			:	#fff;
	font-weight: 600;
	border				: 0px solid #ff7b3c;
	width: 47%;
	border-left: 1px solid #ccc;
}


.table_11
{
	background			:#fafafa;
}




.table_11 tbody td
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#636363;
	border				:	0px;
	text-align			: left;
	line-height			: 40px;
	
}

.table_11 tbody td strong
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px!important;
	color				:	#636363;
	border				:	0px;
	font-weight			: 600;
	
}





.table_09 tbody th
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#fff;
	text-align			: center;
	font-weight			: normal;
	height				: 55px;
	background			:	#5260d0;
}

.table_09 tbody td
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#111111;
	text-align			: center;
	line-height			: 25px;
	padding				:	15px 0px;
	height				: 50px;
	border-bottom		: 1px solid #dfdfdf;
	background			:	#fff;
}


.table_10 tbody th
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#111111;
	font-weight			: normal;
	text-align			: left;
	padding				: 10px 0 10px 20px;
	background			:	#ededed;
	border				: 1px solid #dfdfdf;
}

.table_10 label
{
	font-weight			: normal;
}

.table_10 tbody td
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#454545;
	text-align			: left;
	line-height			: 25px;
	height				: 40px;
	padding-left		: 15px;
	background			:	#fff;
	border				: 1px solid #dfdfdf;
}


.button_4
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	22px ; 
	color			:	#fff ;
	line-height		: 25px;
	height			:	60px;
	background		:	#5b6064;
	display			: inline-block;
	padding			: 0 60px;
	border			: 0px
}

.n_button3 {
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size:18px; 
	line-height: 20px;
	height: 40px;
	color:#fff;
	border:none; 
	background-color:#252525; 
	display:inline-block; 
	padding:0px 10px;
}

.button_8
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	30px ; 
	color			:	#fff ;
	height			:	80px;
	background		:	#ff9728;
	display			: inline-block;
	width			: 400px;
	border			: 0px
}


.cont_btn1
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		: 20px ; 
	color			: #fff ;
	height			: 60px;
	background		: #7f7f7f;
	display			: inline-block;
	border			: 0px;
	width			: 48%;
	font-weight		: 600;
	float			: left;
}

.cont_btn2
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		: 20px ; 
	color			: #666666 ;
	height			: 60px;
	background		: #fff;
	display			: inline-block;
	border			: 1px solid #666666;
	width			: 48%;
	font-weight		: 600;
	float			: left;
}


.cont_btn3
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	font-weight		: 600;
	height			: 38px;
	color			:#fff;
	border			:none; 
	background		:#535353; 
}

.cont_btn4
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	font-weight		: 600;
	height			: 38px;
	color			:#fff;
	border			:none; 
	background		:#535353; 
}

.cont_btn5
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	height			: 34px;
	line-height		: 20px;
	width			: 130px;
	color			: #ff0000;
	border			: 1px solid #ff0000; 
	background		: #fff; 
}


.cont_btn6
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	height			: 38px;
	line-height		: 30px;
	width			: 155px;
	color			: #333333;
	border			: 1px solid #777777; 
	background		: #fff;
	border-radius	: 20px;
}


.shopp_cont_btn1
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	font-weight		: normal;
	height			: 38px;
	color			:#646464;
	border			: 1px solid #cccccc; 
	background		:#fff; 
	width			: 190px;
	height			: 46px;
}

.shopp_cont_btn1_on
{
	color			:#fff;
	border			: 1px solid #d25a1c; 
	background		:#f26821;
}


.shopp_cont_btn2
{
	font-family		: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif'; 
	font-size		: 18px; 
	font-weight		: normal;
	height			: 38px;
	color			:#646464;
	border			: 1px solid #cccccc; 
	background		:#fff; 
	width			: 120px;
	height			: 46px;
}

.shopp_cont_btn2_on
{
	color			:#fff;
	border			: 1px solid #2a2a2a; 
	background		:#454545;
}

.sold_out
{
	position			: absolute;
	z-index				: 1;
	background: url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/hot/img_bg.png');
	width				: 100%;
	text-align			: center;
	padding-top			: 70px;
	height				: 293px;
	left				: 0px;
	top					: -20px;

}

.wid_19
{
	padding			:	20px;
	border			:	1px solid #e3e3e3;
}

.wid_20
{
	padding			:	50px;
	background		:	#f6f7fb;
}

.wid_21
{
	padding			:	50px 0 50px 0;
	background		:	#fff;
	border-top		:	2px dotted #c8cadc;
	border-bottom	:	2px dotted #c8cadc;
}

.wid_22
{
	padding			:	30px 25px;
	background		:	#484d51;
}


.wid_23
{
	padding			:	30px;
	background		:	#5d88fb;
}


.b2b_btn1
{
	font-family		:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	20px ;
	color			:	#fff ;
	line-height		:	24px;
	height			:	80px;
	width			:	280px;
	background		:	#383869;
	display			:	inline-block;
	border			:	1px solid #383869;
	border-radius	:	5px;
	font-weight		:	500;
}

.b2b_btn2
{
	font-family		:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	20px ;
	color			:	#fff ;
	line-height		:	24px;
	height			:	80px;
	width			:	280px;
	background		:	#4c5877;
	display			:	inline-block;
	border			:	1px solid #4c5877;
	border-radius	:	10px;
	font-weight		:	500;
}


.b2b_txt1
{
	font-family		:	'NanumSquare', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	34px ;
	color			:	#222 ;
	font-weight		:	600;
}

.b2b_txt2
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	20px ;
	color			:	#252525;
	line-height		:	24px;
}

.b2b_txt3
{
	font-family		:	'NanumSquare', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	40px ;
	color			:	#1f3f99;
	font-weight		:	600;
}

.b2b_txt4
{
	font-family		:	'NanumSquare', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	24px ;
	color			:	#252525;
	font-weight		:	600;
}


.b2b_txt5
{
	font-family: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size		:	40px ;
	color			:	#fff;
	font-weight		:	600;
}



.n_button1 {
	font-family		: 'NanumSquare', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		: 18px;
	color			: #63af6e;
	border			: 1px solid #63af6e;
	background		: #fff;
	display			: inline-block;
	height			: 60px;
	width			: 250px;
}



.button_3 {
	font-family: 'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size: 14px;
	color: #535353;
	line-height: 24px;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #535353;
}


.pup_images_btn1 {
	font-family: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: 0px;
	background: #424242;
	line-height: 40px;
	height: 40px;
	border-radius: 0px;
	width: 100px;
}

.table_04
{
	border-bottom			:1px solid #dddddd;
}


.table_04 tbody th
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	13px;
	color				:	#1b1b1b;
	line-height		:	26px;
	font-weight		:	600;
	text-align: left;
	padding			:	10px 0 10px 10px;

}



.table_04 tbody td
{
	font-family		:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	12px;
	color				:	#636363;
	line-height		:	26px;
	padding			:	10px 0 10px 10px;
	border-right			:1px solid #dddddd;
	border-top			:1px solid #dddddd;

}

.n_button6 {
	font-family: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size: 15px;
	color: #666666;
	border: 1px solid #cccccc;
	background-color: #fff;
	display: inline-block;
	padding: 10px 0px;
	font-weight: 600;
}


.table02_l {
	font-family:'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	border-top: 2px solid #646464;
	border-bottom: 2px solid #646464;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.table02_l tbody th {
	font-family:'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333333;
	background-color: #f6f6f6;
	font-size: 14px;
	padding: 15px 0px;
	text-align: center;
	font-weight: 600;
}

.table02_l tbody td {
	font-family:'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	border-bottom: 1px solid #ddd;
	color: #666666;
	border-left: 1px solid #ddd;
	font-size: 14px;
	line-height: 35px;
	padding: 10px;
	text-align: center;
}



a.right_btn1 {
	font-family			: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			: 24px;
	color				: #fff;
	background			:#f3a823;
	height				: 72px;
	line-height			:72px;
	display				: block;
	font-weight			: 600;
	text-align			: center;
}

.speed_table01
{
	border			 : 1px solid #dfdfdf;
}


.speed_table01 tbody td
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#5c6066;
	line-height			:	25px;
	border				: 1px solid #dfdfdf;

}


ul.speed_f_btn1 li
{
	width				: 33.33%;
	background			: #ee865a;
	border-left			: 1px solid #f3ab8c;
	text-align			: center;
	padding-top			: 20px ;
}

ul.speed_f_btn1 li a
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	18px;
	color				:	#fff;
	font-weight			: 600;
	line-height			: 60px;
	display				: block
}


.speed_home_btn3
{
	height				:	40px;
}

.speed_home_btn3 a
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#666666;
	line-height			:	70px;
	text-align			: center;
	display				: block;
	border				: 1px solid #dfdfdf;
}

.speed_home_btn3 a:hover,
.speed_home_btn3 a.cur
{
	color				:	#000;
	border				:	1px solid #000;
	font-weight			:	800;

}
.main_cont_bane1_over
{
	position			: absolute;
	width:225px;
	height: 226px;
	border-bottom			:0px;
	background: url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/sub/img_bg.png');
	display:none;
	z-index				: 1;

}
.main_cont_bane1_over_size3
{
	width:287px;
	height: 287px;

}
.main_cont_bane1_over_size4
{
	width:118px;
	height: 102px;

}

.s_cont_text21 a
{
	font-family			:	'NEXON Lv1 Gothic Low OFT', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	14px;
	color				:	#505050;
}

.d_tit1
{
	font-family			:	'NEXON Lv1 Gothic Low OFT', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#252525;
	text-align			: center;
	font-weight			:	800;
}
.d_tit2 a
{
	font-family			:	'NanumSquare', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#666666;
	line-height			:	40px;
	text-align			: center;
	border:1px solid #fff;
	line-height:70px;
	background:#fff;
	display:block;
}





.d_tit3
{
	padding				: 25px 0;
	border				: 2px solid #dfdfdf;

}

.d_tit3 a
{
	font-family			:	'Malgun Gothic', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	18px ;
	color				:	#666666;
	text-align			:	center;
	padding				:   0 25px;
	background			:   url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/line.jpg') right 6px no-repeat;
	line-height			:   30px;

}

.d_tit3 a:last-child
{
	padding-right		: 15px;
	background: url('') left center no-repeat;

}






.d_tit4 a
{
	font-family			:	'Malgun Gothic', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	20px ;
	color				:	#454545;
	text-align			:	center;
	padding				:   0 10px;
	line-height			:   30px;

}

.d_tit4 a.cur
{
	padding			: 10px;
	background			:   url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/line2.jpg') center bottom no-repeat;

}




.pr
{
	padding-right		:0 ;
}
.pl
{
	padding-left		:0 ;
}

.cont_bg1
{
	height			:	480px;
	background		:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/sub/m_img1.jpg') center center no-repeat;
}

.cont_bg2
{
	height			:	650px;
	background		:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/img2.jpg') center center no-repeat;
}

.cont_bg3
{
	height			:	760px;
	background		:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/img11.jpg') center center no-repeat;
}

.cont_bg4
{
	height			:	568px;
	background		:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/img17.jpg') center center no-repeat;
}


.cont_button11
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#fff;
	line-height			:	48px;
	width				: 	180px;
	text-align			:	 center;
	display				:	 inline-block;
	border				: 	1px solid #fff;
	background			:	none;
}

.cont_button22
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	16px;
	color				:	#fff;
	line-height			:	48px;
	width				: 	180px;
	text-align			:	 center;
	display				:	 inline-block;
	border				:	 none;
	background			:	#ff4c55;
	font-weight			:	600;
}


.vid_text1
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#535353;
}
.vid_text2
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	color				:	#fff;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/vid/bg1.png') no-repeat;
	height				:	70px;
	line-height			:	70px;
	text-align			:	left;
}

.vid_text3
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#454545;
	line-height			:	28px;
	text-align			:	left;
	font-weight			:	600;
}


.vid_btn1
{
	font-family		:	 'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	 20px;
	color			:	#fff;
	width			:	350px;
	height			:	60px;
}




.speed_home_btn2 a
{
	display				:	inline-block;
	text-align			:	center;
	font-family			:	'NanumGothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#fff;
	background			:	#aaaaaa;
	width				:	295px;
	height				:	141px;
	padding-top			:	30px;
}

.speed_home_btn2 a:hover,
.speed_home_btn2 a.cur
{
	background			:	#ee865a;
	color				:	#fff;
}


.n_text3
{
	font-family			:	'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#fff;
	line-height			:	22px;
	background			:	url('https://domemedb.domeggook.com/index/common/design/img/speed_home/bg1.png') left center no-repeat;
	width				:	50px;
	height				:	50px;
	line-height			:	50px;
	font-weight			: 	600;
	text-align:center;
}


.n_table_04
{
	border			:1px solid #aaaaaa;
}


.n_table_04 tbody th
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#222164;
	line-height		:	26px;
	font-weight		:	600;
	text-align: left;
	padding			:	10px 20px;
	border			:1px solid #dfdfdf;

}


.n_text4
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	28px;
	color				:	#64b06f;
	line-height			:	22px;
	font-weight			: 	600;
}
.n_table_04 tbody td
{
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#454545;
	line-height		:	26px;
	padding			:	10px 20px;
	border			:1px solid #dfdfdf;

}


.n_text5
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	18px;
	color				:	#232f4a;
	line-height			:	28px;
	font-weight			: 	600;
}
.n_text6
{
	font-family			:	'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#fff;
	line-height			:	28px;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/cust/bg2.jpg') left center no-repeat;
	width				:	600px;
	height				:	230px;
}
.n_text7
{
	font-family			:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	color				:	#454545;
	line-height			:	22px;
}

.n_text8
{
	font-family			:	'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#fff;
	line-height			:	22px;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/cust/bg3.jpg') left center no-repeat;
	width				:	600px;
	height				:	230px;
}

.n_text9
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	color				:	#454545;
	line-height			:	28px;
}
.n_text10
{
	font-family			:	'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#fff;
	line-height			:	22px;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/cust/ic4.png') left center no-repeat;
	width				:	50px;
	height				:	50px;
	line-height			:	50px;
	font-weight			: 	600;
	text-align			:	center;
}
.n_text11
{
	font-family			:	'Gmarket Sans', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	24px;
	color				:	#fff;
	line-height			:	22px;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/cust/ic3.png') left center no-repeat;
	width				:	50px;
	height				:	50px;
	line-height			:	50px;
	text-align			:	center;
	display:block;
}

.speed_home_btn4
{
}

.speed_home_btn4 a
{
	font-family			:	Noto Sans CJK KR;
	font-size			:	20px;
	color				:	#26314f;
	line-height			:	50px;
	width				:   190px;
	text-align			:   center;
	display				:   inline-block;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/off.png') no-repeat;
	height				:	60px;
	text-decoration     : none;
}

.speed_home_btn4 a:hover,
.speed_home_btn4 a.cur
{
	color				:	#fff;
	border				:   none;
	background			:	url('https://cdn2.domeggook.com/service-assets/domeme/mobile/common/design/sender/img/live/on.png') no-repeat;
	height				:	60px;

}


.n_text12
{
	font-family			:	'Noto Sans CJK KR', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#26314f;
	font-weight			: 	600;
	text-align			:   center;
}


.n_text13
{
	font-family			:	'Noto Sans CJK KR', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	30px;
	color				:	#252525;
	font-weight			: 	600;
	text-align			:   center;
}



.s4_pup_fx_tbl {display:none;position:absolute; top:140px; right:230px;}



.s4_box_in
{

	position		:	relative;
	font-family		:	'Malgun Gothic', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size		:	18px;
	color			:	#646464;
	line-height		:	28px;
	letter-spacing	:	-0.5px;
	background		:	#fff;
	border-radius	:	10px;
	box-shadow		:	0 0 5px #d2d2d2;
	border			:	1px solid #d2d2d2;
	padding			:	10px;
	top				:	20px;

}








.cont_text1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	35px;
	color				:	#000000;
	font-weight			: 	600;
}



.cont_text2
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#616161;
}



.n_text14 a
{
	font-family			:	'Noto Sans CJK KR', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	25px;
	color				:	#111111;
}

.n_text15 a
{
	font-family			:	'Noto Sans CJK KR', '毵戩潃 瓿犽敃', 'AppleGothic', 'Sans-serif';
	font-size			:	20px;
	color				:	#656464;
}

.speed_home_btn1
{
	height				:	57px;
	background          :   #f7f7f7;
}

.speed_home_btn1 li
{
	border-top          :   1px solid #c6c6c6;
	border-bottom       :   1px solid #c6c6c6;
}

.speed_home_btn1 a
{
	font-family			:	'Noto Sans CJK KR', '맑은 고딕', 'AppleGothic', 'Sans-serif';
	font-size			:	22px;
	color				:	#454545;
	line-height			:	55px;
	text-align			: center;
	display: block;
}

.speed_home_btn1 a:hover,
.speed_home_btn1 a.cur
{
	color				:	#fff;
	background          :   #209253;
	display: block;

}



.cust_bor1
{
	font-family			:	'Malgun Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#666666;
	border              :   1px solid #dddddd;
	padding             :   18px;
	width               :   290px;
}


.cust_bor2
{
	font-family			:	'Malgun Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#454545;
	padding             :   20px;
	background          : #f0f0f0;
}

#search_btn
{
}

a.search_btn
{
	position		: relative;
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-size		: 20px;
	color			: #454545;
	font-weight		: 400;
	line-height		: 50px;
	height			: 50px;
	display			: inline-block;
	padding-right:25px;
}

a.search_btn span
{
	position		: absolute;
	right			: 0px;
	top				: 15px;
	background		: url('https://domemedb.domeggook.com/mobile/common/design/img/icon_bu1.svg') right center no-repeat;
	display			: inline-block;
	width			: 20px;
	height			: 20px;
}

a.search_btn span.cur
{
	position		: absolute;
	right			: 0px;
	top				: 15px;
	background		: url('https://domemedb.domeggook.com/mobile/common/design/img/icon_bu2.svg') right center no-repeat;
	display			: inline-block;
	width			: 20px;
	height			: 20px;
}


.cust_txt1
{
	font-family			:	'Malgun Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#666666;
}

.cust_txt2
{
	font-family			:	'Malgun Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#454545;
	font-weight         : 600;
}

.cust_txt3
{
	font-family			:	'Malgun Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	20px;
	color				:	#666666;
	width               :   508px;
	height              :   104px;
	position            :  absolute;
	top                 : 10px;
	left                : 70px;
}




.cont_tit_1
{
	font-family		: 'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif','Noto Sans KR', 'Noto SanS hk', '노토산스';
	font-weight		: 400;
	font-size		: 24px;
	color			: #7a6d67;
}

.cont_tit_2
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif','Noto Sans KR', 'Noto SanS hk', '노토산스';
	font-weight		: 400;
	font-size		: 22px;
	color			: #7a6d67;
}




.cont_button_1
{
	border				:	3px solid #985f45;
	background			:	#fff;
	width				:   100%;
	height				:	92px;
	border-radius		:	10px;
}
















.shope_btn1
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	23px ;
	color				:	#333;
	font-weight			:	600;
	text-align			:	center;
	border				:	3px solid #e8413a;;
	background			:	#fff;
	height				:	60px;
	width				: 100%;
}





.cont_tblbtn
{
	font-family			:	'Nanum Gothic', '나눔고딕', 'Microsoft YaHei', 'YaHei', 'AppleGothic', 'sans-serif';
	font-size			:	23px ;
	color				:	#fff;
	font-weight			:	400;
	text-align			:	center;
	background			:	#5c6066;
	height				:	60px;
	line-height			: 60px;
	position			: relative;
}

.cont_tblbtn span
{
	position			: absolute;
	right				: 14px;
	top					: 0px;
}