@charset "utf-8";
@import url(/theme/daybeau01/resources/css/view/common/reset.css);
@import url(/theme/daybeau01/resources/css/view/common/typography.css);
@import url(/theme/daybeau01/resources/css/view/common/common.css);
@import url(/theme/daybeau01/resources/css/view/common/layout/layout.css);
@import url(/theme/daybeau01/resources/css/view/common/layout/layerpop.css);
@import url(/theme/daybeau01/resources/css/view/common/layout/detail.css);
@import url(/theme/daybeau01/resources/css/view/common/good/good.css);
@import url(/theme/daybeau01/resources/css/view/common/add/add.css);

:root {
	/* media query Break Point */
	
	--mobileBP: 680px;
	--laptop: 1024px;
	--desktop: 1400px;

	--clientWidth: 100vw;

	 /* color theme */
	--primary:	#333333;		/*basiccolor*/
	--emphasis: #8c1217;		/*포인트color*/
	--emphasis2: #df6d55;		/*포인트color*/
	--bgWhite: #ffffff;
	--bgGoodList: #fafafa;
	--bgItemInfo: #f8f8f8;
	--bgColor01: #333333;		/*footer bg*/
	--font01: #ffffff;
	--gray01: #333333;
	--gray02: #666666;
	--gray03: #999999;
 	--gray04: #cccccc;
 	--gray05: #dddddd;
}

html {
  min-width: 320px;
  height:100%;
  font-size: 62.5% !important; /*font0-sizd 10px 계산*/
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Pretendard', "Noto Sans KR", Dotum, AppleGothic, sans-serif;  -webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important; 
	letter-spacing: 0;
}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {color:#9f9f9f;display:inline-block;float:left;padding: 0 13px;line-height:30px;text-decoration: none;border: 1px solid #ddd;margin-left:-1px}
.pg a:focus, .pg a:hover {background-color:#f3f3f3}
.pg a:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.pg a:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.pg_page {background:#fff;text-decoration:none}
.pg_start {background:url(../image/common/page_1.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../image/common/page_2.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../image/common/page_3.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../image/common/page_4.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#3f51b5;color:#fff;font-weight:normal}

/* ckeditor 단축키 */
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

