@charset "utf-8";
@import url("/core/fonts/webfonts/webfont.html?ver=20200305");
@import url("/core/public/css/editor.css?ver20170928");


html {margin: 0; padding: 0 0 0 0; font-family: 'Nanum Gothic';}
body {font-family: 'Nanum Gothic'; font-weight: 400; font-size: 13px; color: #666; line-height:1.6; margin: 0; padding: 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
form, ul, li, dl, dt, dd, p { margin:0; padding:0;}
fieldset, legend { border: none; margin:0; padding:0;}
#accessibility, legend, caption { display: none;}

.responsiveContents {font-family: 'Nanum Gothic'; font-weight: 400; font-size: 13px; color: #666; line-height:1.6; margin: 0; padding: 0;}

a { text-decoration: none;}
br { font-family:dotum;}
img { margin: 0px; padding: 0px; border: 0px none;}
select { margin: 0; padding: 0;}
input { margin: 0; padding: 0; font-size:13px;}
ul li { margin:0px; padding:0px;}
.ul li{ margin:0px; padding:0px; list-style:none; line-height:1.6; vertical-align: middle; float:left;} 
.ur li{ margin:0px; padding:0px; list-style:none; line-height:1.6; vertical-align: middle; float:right;} 

.float { float: left;}
.floatRight { float: right;}
.floatnone { float: none; vertical-align: middle; margin-bottom: 2px;}


.bold {}
.bolder { font-weight: 700;}
.boldist { font-weight: 900;}
.px11 { font-size: 11px;}
.px12 { font-size: 12px;}
.px13 { font-size: 13px;}
.px14 { font-size: 14px;}
.px15 { font-size: 15px;}
.px16 { font-size: 16px;}
.px18 { font-size: 18px;}
.px20 { font-size: 20px;}
.px22 { font-size: 22px;}
.px24 { font-size: 24px;}
.px26 { font-size: 26px;}
.px28 { font-size: 28px;}
.px30 { font-size: 30px;}

.opacity9 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=90);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.9;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.9;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.9;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}

.opacity8 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=80);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.8;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.8;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.8;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}

.opacity7 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=70);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.7;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.7;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.7;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}

.opacity6 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=60);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.6;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.6;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.6;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity5 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=50);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.5;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.5;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.5;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity4 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=40);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.4;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.4;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.4;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity3 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=30);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.3;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.3;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.3;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity2 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=20);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.2;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.2;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.2;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity1 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=10);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.1;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.1;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.1;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity05 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=5);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.05;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.05;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.05;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}
.opacity0 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=0);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0;                                                      /* Older than Firefox 0.9 */
-khtml-opacity: 0;                                                   /* Safari 1.x (pre WebKit!) */
opacity: 0;                                                          /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}


.opacityOn:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";     /* Theoretically for IE 8 & 9 (more valid)... but not required as filter works too should come BEFORE filter */
filter: alpha(opacity=60);                                            /* This works in IE 8 & 9 too... but also 5, 6, 7 */
-moz-opacity:0.6;                                                     /* Older than Firefox 0.9 */
-khtml-opacity: 0.6;                                                  /* Safari 1.x (pre WebKit!) */
opacity: 0.6;                                                         /* Firefox 0.9+, Safari 2?, Chrome any Opera 9+, IE 9+ */
}

.black { color: #333;}
.darkBlack { color: #000;}
.gray { color: #959595;}

.pointer { cursor: pointer;}
.defaultDiv { position: relative; float:left;}

.defaultGroupDiv { position: relative; float:left;}
				.defaultGroupDiv .awd_elementLine { border: 2px solid blue; display: none; box-sizing: border-box;}
				.defaultGroupDiv .awd_elementDiv:hover .awd_elementLine { display:block;}
				.defaultGroupDiv .awd_elementLineOn { border: 2px solid blue; box-sizing: border-box;}

.w100 { width: 100%;}
.textOverflow { display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.defaultSelect { border: 1px solid #c6c6c6; height: 18px; background-color: #f9f9f9;font-family: 'Nanum Gothic'; font-weight: 400; font-size: 12px; color: #666; line-height:1.6; margin: 0; padding: 0;}
.defaultInputText {float: none; vertical-align: middle; height:18px; border: 1px solid #a9a9a9;font-family: 'Nanum Gothic'; font-size: 12px; line-height:1.6; padding: 0 3px; color: #666;}
.defaultInputTextR {float: none; vertical-align: middle; height:18px; border: 1px solid #a9a9a9;font-family: 'Nanum Gothic'; text-align:right; font-size: 12px; line-height:1.6; padding: 0 3px; color: #666;}

.bgColorTypeWhite { background-color: #fff;}

.coverArea { position:absolute; left: 0; top: 0; right: 0; bottom: 0;}
.coverAreaItem { position:absolute; left: 0; top: 0; right: 0; bottom: 0; background:#ffffff; opacity:0; }

.awd_contPcWrap { position:relative; background-color:#666; margin:85px 0 40px 0; }
.awd_EditCon { position:relative; width:auto; height:auto; background:#fff; float:left; margin-bottom:100px;}

.awd_top { position: fixed; left: 0; top: 0; width: 100%; height: 45px; color: #bdbdbd; background-color:#333333; z-index:10000;}
	.awd_visionMode01 { display:inline-block;; width: 45px; height: 45px; background: #555555 url(../../images/awd/top_icon_1.png) center top no-repeat; cursor:pointer;}
	.awd_visionMode01:hover { background-position: 0 -45px; background-color: #333;}
	.awd_visionMode01_on { display:inline-block; width: 45px; height: 45px; background: #00a0e9 url(../../images/awd/top_icon_1.png) center top no-repeat;}
	.awd_visionMode02 { display:inline-block; width: 45px; height: 45px; background: #555555 url(../../images/awd/top_icon_2.png) center top no-repeat; cursor:pointer;}
	.awd_visionMode02:hover { background-position: 0 -45px; background-color: #333;}
	.awd_visionMode02_on { display:inline-block; width: 45px; height: 45px; background: #00a0e9 url(../../images/awd/top_icon_2.png) center top no-repeat;}
	.awd_visionMode03 { display:inline-block; width: 45px; height: 45px; background: #555555 url(../../images/awd/top_icon_3.png) center top no-repeat; cursor:pointer;}
	.awd_visionMode03:hover { background-position: 0 -45px; background-color: #333;}
	.awd_visionMode03_on { display:inline-block; width: 45px; height: 45px; background: #00a0e9 url(../../images/awd/top_icon_3.png) center top no-repeat;}
	
	.awd_topBtn001 { display:block; width:67px; height: 27px; margin-top: 9px; color: #fff; line-height:2; text-align:center; font-size: 13px; background-color: #00a0e9; cursor:pointer; float:left;}
	.awd_topBtn001:hover { background-color: #00d8ff;}
	.awd_topBtn002 { display:block; width:45px; height: 45px; background: #555555 url(../../images/awd/top_icon_006.png) no-repeat; cursor:pointer; float:left;}
	.awd_topBtn002:hover { background-color: #00a0e9;}
	
	.awd_sizeInput { width: 40px; background-color: #555555; border: none; text-align: right; color: #fff; font-family: 'Nanum Gothic';}
	
	.awd_topBtn003 { display:block; padding-left: 18px; line-height:3.4; float:left; height: 45px; color: #bdbdbd; cursor:pointer;}
	.awd_topBtn003_01 {background: url(../../images/awd/top_icon_4.png) left top no-repeat;}
	.awd_topBtn003_01:hover { background-position: 0 -45px; color: #00a0e9;}
	.awd_topBtn003_02 {background: url(../../images/awd/top_icon_5.png) left top no-repeat;}
	.awd_topBtn003_02:hover { background-position: 0 -45px; color: #00a0e9;}
	.awd_topBtn003_03 {background: url(../../images/awd/top_icon_7.png) left top no-repeat;}
	.awd_topBtn003_03:hover { background-position: 0 -45px; color: #00a0e9;}
	.awd_topBtn003_04 {background: url(../../images/awd/top_icon_8.png) left top no-repeat;}
	.awd_topBtn003_04:hover { background-position: 0 -45px; color: #00a0e9;}
	.awd_topBtn003_05 {background: url(../../images/awd/top_icon_11.png) left top no-repeat;width:27px; height:15px; margin-top:15px;}
	.awd_topBtn003_05:hover { background-position: 0 -15px; color: #00a0e9;}
	.awd_topBtn003_06 {background: url(../../images/awd/top_icon_12.png) left top no-repeat;}
	.awd_topBtn003_06:hover { background-position: 0 -45px; color: #00a0e9;}

	.awd_topBtn003_07 {background: url(../../images/awd/top_icon_13.png) left top no-repeat; color:#ffc703;}
	.awd_topBtn003_07:hover { background-position: 0 -45px; color: #00a0e9;}
	
	.awd_topBtn004 { display:block; width:67px; height: 27px; margin-top: 9px; color: #fff; line-height:2; text-align:center; font-size: 13px; background-color: #00a0e9; cursor:pointer; float:left;}
	.awd_topBtn005 { display:block; width:67px; height: 27px; margin-top: 9px; color: #fff; line-height:2; text-align:center; font-size: 13px; background-color: #555555; cursor:pointer; float:left;}
	.awd_topBtn005:hover { background-color: #00d8ff;}

	.awd_topBtn006 { display:block; height: 27px; margin-top: 9px; color: #fff; line-height:2; text-align:center; font-size: 13px; background-color: #555555; float:left;}

	.awd_topBtn007 { display:block; width:68px; height: 25px; border: 2px solid #00a0e9; margin-top: 8px; color: #00a0e9; line-height:2; text-align:center; font-size: 13px; cursor:pointer; float:left;}
	.awd_topBtn007:hover { display:block; width:68px; height: 25px; border: 2px solid #00d8ff; background-color: #00d8ff; margin-top: 8px; color: #ffffff; line-height:2; text-align:center; font-size: 13px; cursor:pointer; float:left;}
	.awd_topBtn008 { position: absolute; right: 0px; top: -29px; display:block; width:68px; height: 25px; border: 2px solid #00d8ff; background-color: #00d8ff; color: #ffffff; line-height:2; text-align:center; font-size: 13px; cursor:pointer;}

	.awd_topBtn010 { display:block; padding:0 10px;height: 25px; border: 2px solid #00a0e9; margin-top: 8px; color: #00a0e9; line-height:2; text-align:center; font-size: 13px; cursor:pointer; float:left;}
	.awd_topBtn010:hover { display:block; padding:0 10px; height: 25px; border: 2px solid #00d8ff; background-color: #00d8ff; margin-top: 8px; color: #ffffff; line-height:2; text-align:center; font-size: 13px; cursor:pointer; float:left;}
	

	.awd_topBtn_objAdd {background: url(../../images/awd/top_icon_objAdd.png) left top no-repeat;}
	.awd_topBtn_objAdd:hover { background-position: 0 -45px; color: #00a0e9;}

	/*추가*/
	.awdLayerTop{text-align:center; color:#fff; font-size:14px; padding:15px 0; border-bottom:1px solid #000000;}
	.awdLayerCon{border-top:1px solid #5d5d5d; height:380px; padding-top:40px;}
	.awdLayerCon_02{border-top:1px solid #5d5d5d; height:380px; padding-top:10px;}/*적용*/
	.awdLayerCon_preview{position:relative; float:left;  width:300px; min-height:380px; text-align:center; color:#fff; font-size:14px;}
	.awdLayerCon_prevBox{position:relative; float:left;  width:300px; height:240px; border:1px solid #00d8ff; overflow:hidden; background-color:#ffffff;}
	.awdLayerCon_arrow{ position:relative; float:left; min-height:380px; width:310px;}
	.awdArrowText{color:#00a0e9; font-size:15px;  position:absolute; left:20px; top:220px; width:190px; height:80px; padding-left:70px; padding-top:50px;background:url(../../images/awd/awd_arrow.png) no-repeat; cursor:pointer;}
	.awdArrowText:hover{ color:#fff;  background:url(../../images/awd/awd_arrow_on.png) no-repeat; }
	
	/*불러오기 부분*/
	.awdLayerTop_load{position:relative; float:left; text-align:center; width:100%; color:#fff; font-size:14px; padding:10px 0; border-bottom:1px solid #000;}
	.awdLayerCon_load{position:relative; float:left; widtH:100%; color:#fff; font-size:14px; padding:15px 0; border-top:1px solid #5d5d5d; text-align:center; }
	
	.awdLoard_preview{position:relative; display:inline-block;margin:7px 5px;width:300px; height:330px; }
	.awdLayer_loadSbj{position:relative; float:left; margin-top:10px; width:100%; }
	.awdLayer_loadDate{position:relative; float:left; width:100%;}
	.awdLoad_btnWrap{position:absolute; width:100%; height:45px; text-align:center; left:0px; top:120px; z-index:1;color: #fff; display:none;}
	.awd_prevWrap{position:relative; }
	.awd_prevWrap:hover .awdLoad_btnWrap{display:block; }

	.conLoadBtn_load{width:80px; height:45px; line-height:45px; color:#fff;  text-align:center; background:#666666;display:inline; *zoom:1; display:inline-block; cursor:pointer;}
	.conLoadBtn_load:hover{background:#00a0e9;}

	.conLoadBtn_del{width:80px; height:45px; line-height:45px; color:#fff;  background:#000000;display:inline; *zoom:1; display:inline-block; cursor:pointer;}
	.conLoadBtn_del:hover{background:#ff0000;}

	.edit_conName{ width:100%; height:25px; line-height:25px; vertical-align:middle;background:#000;  border:none; color:#fff;font-size:13px;  text-align:ledf; outline-width:0;}
	.awdLoad_icon{position:absolute; right:0px; bottom:-2px; padding:0; margin:0;} 
	

	.awd_topBtn009 { display:inline-block; width:68px; height: 25px; border: 2px solid #00a0e9; margin-top: 8px; color: #00a0e9; line-height:2; text-align:center; font-size: 13px; cursor:pointer;}
	.awd_topBtn009:hover { display:inline-block; width:68px; height: 25px; border: 2px solid #00d8ff; background-color: #00d8ff; margin-top: 8px; color: #ffffff; line-height:2; text-align:center; font-size: 13px; cursor:pointer;}
	.awdPrevTitBG{position:absolute; z-index:10; background:#000; width:100%; height:20px; bottom:0px }
	.awdPrevTit{position:absolute; z-index:10; width:100%; height:20px; text-align:center; bottom:0px;   font-size:12px; }	
	.awdSelect{position:relative; float:left; width:100%; margin-top:10px;  }

	.awd_topBtn003_09 {background: url(../../images/awd/top_icon_9.png) left top no-repeat;}
	.awd_topBtn003_09:hover { background-position: 0 -45px; color: #00a0e9;}
	.awd_topBtn003_10 {background: url(../../images/awd/top_icon_10.png) left top no-repeat;}
	.awd_topBtn003_10:hover { background-position: 0 -45px; color: #00a0e9;}
	
	.topbarLayer { position: absolute; right: 0; top: 37px;}
		.topbarLayerCover {background-color: #333; border: 3px solid #00d8ff; overflow-y:scroll;}
			
			.topbarPreView { width: 430px; height: 209px; background-color: #333;}
			.topbarPreView:hover { background-color: #00d8ff;}
				.topbarRreViewPic { width: 200px; height: 150px; background-color: #5a5a5a;}
				.topbarPreViewFrame { width: 200px; height: 150px; z-index: 0;}
				.topbarPreViewType { position: absolute; bottom: 0; text-align: center; width: 200px; height: 20px; color: #fff;}
				.topbarPreViewTxt { text-align: center; font-size: 15px;  color: #d0d0d0; line-height: 1.2; padding-top: 10px;}
				.topbarPreViewTxtDate {color: #d0d0d0;  text-align: center;}
				.topbarPreViewTxtEdit {margin-top: -2px;background-color: #333; width: 100%;  font-size: 15px; color: #d0d0d0; border: 1px solid #d0d0d0; text-align: center; font-family: 'Nanum Gothic';}

			.topbarPreView:hover .topbarPreViewTxt { color: #fff;}
			.topbarPreView:hover .topbarPreViewTxtDate { color: #fff;}
			.topbarPreView1 {margin-bottom: 45px;}
			.topbarPreView2 { margin-left: 25px; margin-bottom: 45px;}
			.topbarPreView1:last {margin-bottom: 0;}
			.topbarPreView2:last { margin-bottom: 0;}


			.topbarSector { border: 1px solid #333; width: 445px;}
			.topbarSector:hover { border: 1px solid #00d8ff;}
				.topbarImg1 { width: 100px; height: 85px; background: url(../../images/awd/topbar_save_1.png) left top no-repeat;}
				.topbarSector:hover .topbarImg1 { background: url(../../images/awd/topbar_save_1_on.png) left top no-repeat;}

				.topbarImg2 { width: 100px; height: 85px; background: url(../../images/awd/topbar_save_2.png) left top no-repeat;}
				.topbarSector:hover .topbarImg2 { background: url(../../images/awd/topbar_save_2_on.png) left top no-repeat;}

				.topbarTxt { width: 345px; line-height: 1.8; padding-top: 5px;}

			.topbarPreViewBtnArea { display: none;}
			.topbarPreView:hover .topbarPreViewBtnArea { display: block;}
				.topbarPreViewBtnDelete .topbarPreViewBtnBg { display: block;}
				.topbarPreViewBtnDelete .topbarPreViewBtnBg2 { display: none;}
				.topbarPreViewBtnDelete:hover .topbarPreViewBtnBg { display: none;}
				.topbarPreViewBtnDelete:hover .topbarPreViewBtnBg2 { display: block;}
			
			.previewdown1 { cursor: pointer; position: absolute; left: 100px; top: 30px; width: 29px; height: 29px; background: url(../../images/awd/preview_down.png) no-repeat;}
			.previewdown1:hover {background-position: 0 -29px;}
			.previewdown2 { cursor: pointer; position: absolute; right: 100px; top: 30px; width: 29px; height: 29px; background: url(../../images/awd/preview_down.png) no-repeat;}
			.previewdown2:hover {background-position: 0 -29px;}

.tooltip { display:none; position:absolute; opacity:0; border:1px solid #333; background-color:#161616; border-radius:5px; padding:10px; color:#fff; font-size:12px Arial; z-index: 99999;}

.awd_layerDiv { width: 258px; border: 2px solid #000; overflow:hidden; position:fixed; right: 33px; top: 50px; z-index: 9998;}
	.awd_layerDivT {-moz-box-shadow:inset 0px 0px 1px 0px #666; -webkit-box-shadow:inset 0px 0px 1px 0px #666; box-shadow:inset 0px 0px 1px 0px #666666; background-color: #333;} 	
		.layoutIcon1 { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_1.png) 0 0 no-repeat; cursor: pointer;}
		.layoutIcon1:hover { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_1.png) 0 -42px no-repeat; cursor: pointer;}
		.layoutIcon1On { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_1.png) 0 -21px no-repeat;}

		.layoutIcon2 { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_3.png) 0 0 no-repeat; cursor: pointer;}
		.layoutIcon2:hover { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_3.png) 0 -42px no-repeat; cursor: pointer;}
		.layoutIcon2On { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_3.png) 0 -21px no-repeat;}

		.layoutIcon3 { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_2.png) 0 0 no-repeat; cursor: pointer;}
		.layoutIcon3:hover { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_2.png) 0 -42px no-repeat; cursor: pointer;}
		.layoutIcon3On { margin-top: 5px; margin-right: 2px; width: 23px; height: 21px; background: url(../../images/awd/layoutthum_top_2.png) 0 -21px no-repeat;}
	
		.awd_contentHolder { position:relative; padding:0px; width: 258px; height: 350px; overflow: hidden;}
		.awd_contentHolder .awd_content-y { width: 258px; height: 350px; }
	.awd_layerDivB { background-color: #000; height: 10px;} 	

	.awd_layerDivM { border-top: 1px solid #000; background-color: #f2f2f2;}
		.awd_layerIconView { width: 12px; height: 8px; margin: 7px 8px 0 0; background:url(../../images/awd/layerdiv_view.png) no-repeat; cursor:pointer;}
		.awd_layerIconLayout1 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_1.png) no-repeat; }
		.awd_layerIconLayout2 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_2.png) no-repeat;}
		.awd_layerIconLayout3 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_3.png) no-repeat;}
		.awd_layerIconLayout4 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_10.png) no-repeat;}
		.awd_layerIconLayout5 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_11.png) no-repeat;}
		.awd_layerIconLayout6 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_12.png) no-repeat;}
		.awd_layerIconLayout7 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_13.png) no-repeat;}
		.awd_layerIconLayout8 { width: 24px; height: 24px; background:url(../../images/awd/layoutthum_14.png) no-repeat;}
		
		.awd_layerIconAniOn { width: 24px; height: 24px; background:url(../../images/awd/layerIconAniOn.png) no-repeat;}/*애니메이션on*/
		.awd_layerIconAniOff { width: 24px; height: 24px;}/*애니메이션off*/


		.awd_layerIconViewOff { width: 12px; height: 8px; margin: 7px 8px 0 0; background:url(../../images/awd/layerdiv_view.png) no-repeat; background-position: 0 -8px; cursor:pointer;} 
		.awd_layerIcon_image { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_image.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_anyImage { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_anyImage.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_vod { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_vod.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_vodList { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_vodList.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_notify { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_notify.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_slide { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_slide.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_text { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_text.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_html { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_html.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_button { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_button.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_board { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_board.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_box { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_box.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_iframe { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_iframe.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_icon { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_icon.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_menu { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_menu.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_group { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_group.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_homeLink { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_homeLink.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_pageTitle { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_pageTitle.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_htmlInc { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_htmlInc.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_toolBtn_groupinside { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_editgroup.png);background-repeat: no-repeat;background-position: 0 0;}
		.awd_layerIcon_schedule { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_schedule.png);background-repeat: no-repeat;background-position: 0 0;}
		

		.awd_layerIcon:hover .awd_layerIcon_image { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_anyImage { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_vod { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_vodList { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_notify { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_slide { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_text { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_html { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_button { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon006 { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon007 { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon008 { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_board { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_box { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_iframe { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_icon { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_menu { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_group { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_homeLink { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_pageTitle { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_htmlInc { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_toolBtn_groupinside { background-position: 0 -24px;}
		.awd_layerIcon:hover .awd_layerIcon_schedule { background-position: 0 -24px;}
		

		
		.awd_layerIcon { border-bottom: 1px solid #CCC; padding-top: 5px; padding-bottom: 5px;}
		.awd_layerIcon p { float:left;}
		.awd_layerIconTitle { width:128px; padding-left: 10px; font-size: 15px;  color: #666; }
		.awd_layerIconTitle2 { width:116px; padding-left: 10px; font-size: 15px;  color: #666; }
		.awd_layerIconTitle_ani{ width:310px; padding-left: 10px; float:left; font-size: 15px;  color: #666; text-align:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
		
		.awd_layerIcon_image_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_image.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_anyImage_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_anyImage.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_vod_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_vod.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_vodList_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_vodList.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_notify_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_notify.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_slide_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_slide.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_text_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_text.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_html_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_html.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_button_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_button.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_board_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_board.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_box_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_box.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_iframe_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_iframe.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_icon_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_icon.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_menu_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_menu.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_group_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_group.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_homeLink_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_homeLink.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_pageTitle_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_pageTitle.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_htmlInc{ width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_htmlInc.png);background-repeat: no-repeat;background-position: 0 0px;}
		.awd_layerIcon_htmlInc_on{ width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_htmlInc.png);background-repeat: no-repeat;background-position: 0 -24px;}
		.awd_layerIcon_schedule { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_schedule.png);background-repeat: no-repeat;background-position: 0 0px;}
		.awd_layerIcon_schedule_on { width: 24px; height: 24px; background-image:url(../../images/awd/tool_icon_schedule.png);background-repeat: no-repeat;background-position: 0 -24px;}
	

		.awd_layerIconTitleon { width:128px; padding-left: 10px; font-size: 15px;  color: #ffb400;}
		.awd_layerIconTitle2on { width:116px; padding-left: 10px; font-size: 15px;  color: #ffb400;}
		.awd_layerIconTitleInput { width:125px; height:18px; padding-left: 0px; font-size: 15px;  color: #666666;margin-left: -2px;font-family: 'Nanum Gothic';}
		.awd_layerIconTitleInput2 { width:108px; height:22px; padding-left: 0px; font-size: 15px;  color: #666666;}


	.selectboxTitle1 { width: 100%;}	
	.selectboxCss1 {position: relative; margin: 6px 0 7px 5px; padding-left: 5px; width: 102px; height: 19px; border: 1px solid #000; background: #666 url(../../images/awd/selectbox_1.png) right no-repeat; color: #999; font-size: 12px; color: #fff; cursor: default;}
	.selectboxOn1 {position: absolute; left: -2px; top: -2px; right: -2px; bottom: -2px; z-index: 10000; border: 1px solid #336ac2; border-radius: 1px; display: none;}
	.selectboxBody1 {position: absolute; left: -2px; top: 20px; width: 108px; z-index: 10000; border: 1px solid #7a9cd3; border-radius: 1px; background-color: #666; display: none;}
	.selectboxBody1 p {padding: 2px;}
	.selectboxBody1 p:hover {background-color: #1e90ff; cursor: default;}
	
	.selectboxTitle2 { width: 100%;}
	.selectboxCss2 {position: relative; margin: 6px 0 7px 5px; padding-left: 5px; width: 102px; height: 19px; border: 1px solid #000; background: #666 url(../../images/awd/selectbox_1.png) right no-repeat; color: #999; font-size: 12px; color: #fff; cursor: default;}
	.selectboxOn2 {position: absolute; left: -2px; top: -2px; right: -2px; bottom: -2px; z-index: 10000; border: 1px solid #336ac2; border-radius: 1px; display: none;}
	.selectboxBody2 {position: absolute; left: -2px; top: 20px; width: 108px; z-index: 10000; border: 1px solid #7a9cd3; border-radius: 1px; background-color: #666; display: none;}
	.selectboxBody2 p {padding: 2px;}
	.selectboxBody2 p:hover {background-color: #1e90ff; cursor: default;}

		

.awd_formDiv { position:absolute; left: 0; top: 45px; width: 100%; height: 100%; z-index:9999;}
	.editorDivCover { position:absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;}
	.edtorCover { position:relative;width: 672px; margin: 0 auto;margin-top: 100px; }
	.layerEditor { border: 1px solid #333; box-shadow: 0px 0px 5px #333; width: 670px; background-color: #fff;}
	.layerEditorTitle { height: 24px; background-color: #676767; line-height: 2; color: #fff; text-indent:10px; font-size: 12px; }
	.awd_formBtn1 {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
		background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
		background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
		background-color:#f9f9f9;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #dcdcdc;
		display:inline-block;
		cursor:pointer;
		color:#666666;
		font-size:11px;
		padding:0px 5px;
		text-decoration:none;
		text-shadow:0px 1px 0px #ffffff;
	}



/* loading */
.loadingBlack { position:absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background-color: #000; z-index: 10000;}
.loadingBlack2 { position:absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.1) url(../../images/transparentbg2.png); z-index: 10000;}

.loadingMove { position:absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: url(../../images/awd/grid_1.png) center; z-index: 10000;}

.loadingCover { position:fixed; left: 50%; top: 50%; z-index: 10000;}
	.loading { position:absolute; left: -11px; top: -63px;}

/* form PC */
.editorDiv { position:absolute; top: 45px; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index:9999;}
	.subject { font-size: 13px; color: #333;}
	.outlineborder { border: 1px solid #fff; margin-right: 2px;}
	.outlineborder:hover {border: 1px solid #333; margin-right: 2px;}
	.outlineborderover {border: 1px solid #333; margin-right: 2px;}
	.tableLineSample { display:block; float:left; width: 56px; height: 15px;}
	.line0 { background: url(../../images/awd/table/line0.gif) no-repeat;}
	.line0:hover { background: url(../../images/awd/table/line0_on.gif) no-repeat;}
	.line1 { background: url(../../images/awd/table/line1.gif) no-repeat;}
	.line1:hover { background: url(../../images/awd/table/line1_on.gif) no-repeat;}
	.line2 { background: url(../../images/awd/table/line2.gif) no-repeat;}
	.line2:hover { background: url(../../images/awd/table/line2_on.gif) no-repeat;}
	.line3 { background: url(../../images/awd/table/line3.gif) no-repeat;}
	.line3:hover { background: url(../../images/awd/table/line3_on.gif) no-repeat;}
	.line4 { background: url(../../images/awd/table/line4.gif) no-repeat;}
	.line4:hover { background: url(../../images/awd/table/line4_on.gif) no-repeat;}
	.line5 { background: url(../../images/awd/table/line5.gif) no-repeat;}
	.line5:hover { background: url(../../images/awd/table/line5_on.gif) no-repeat;}
	.line6 { background: url(../../images/awd/table/line6.gif) no-repeat;}
	.line6:hover { background: url(../../images/awd/table/line6_on.gif) no-repeat;}
	.line7 { background: url(../../images/awd/table/line7.gif) no-repeat;}
	.line7:hover { background: url(../../images/awd/table/line7_on.gif) no-repeat;}
	.line8 { background: url(../../images/awd/table/line8.gif) no-repeat;}
	.line8:hover { background: url(../../images/awd/table/line8_on.gif) no-repeat;}
	.line0On { background: url(../../images/awd/table/line0_on.gif) no-repeat;}
	.line1On { background: url(../../images/awd/table/line1_on.gif) no-repeat;}
	.line2On { background: url(../../images/awd/table/line2_on.gif) no-repeat;}
	.line3On { background: url(../../images/awd/table/line3_on.gif) no-repeat;}
	.line4On { background: url(../../images/awd/table/line4_on.gif) no-repeat;}
	.line5On { background: url(../../images/awd/table/line5_on.gif) no-repeat;}
	.line6On { background: url(../../images/awd/table/line6_on.gif) no-repeat;}
	.line7On { background: url(../../images/awd/table/line7_on.gif) no-repeat;}
	.line8On { background: url(../../images/awd/table/line8_on.gif) no-repeat;}
	.tableView { position:absolute; right: 10px; top: 10px; width: 100px; height: 77px; border: 1px solid #acacac;}	

	.btnRegist { position:relative;display:inline-block; width: 143px; height: 36px; text-align:center; font-size: 18px; color: #fff;  line-height: 1.8; background-color: #00a0e9; cursor: pointer;}
	.btnRegist:hover { background-color: #00d8ff;}

	.uploadInput{position:absolute; left:0px; width:143px; height:36px; opacity:0;}
	.btnCancel { display:inline-block;margin-left: 4px; width: 143px; height: 36px; text-align:center; font-size: 18px; color: #fff;  line-height: 1.8; background-color: #676767; cursor: pointer;}
	.btnCancel:hover { background-color: #555;}

	.editorDivCover { position:absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000;}
	.edtorCover { position:relative;width: 672px; margin: 0 auto;margin-top: 100px; }
	.layerEditor { border: 1px solid #333; box-shadow: 0px 0px 5px #333; width: 670px; background-color: #fff;}
	.layerEditorTitle { height: 24px; background-color: #676767; line-height: 2; color: #fff; text-indent:10px; font-size: 12px; }
	.editorTab1 { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorTab1On { float:left; height: 50px; line-height:2.6; width: 334px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
	.editorTab2 { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorTab2On { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #fff; border-bottom: 1px solid #fff;}

	.layerSampleTitle { height: 24px; background-color: #333333; line-height: 2; color: #fff; text-indent:10px; font-size: 12px; }
	
	/*제공이미지 추가*/
	.editorTabBtn { float:left; height: 50px; line-height:2.6; width: 167px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorTabBtnOn { float:left; height: 50px; line-height:2.6;width: 167px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
	.editorTabBtn2 { float:left; height: 50px; line-height:2.6; width: 167px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorTabBtn2On { float:left; height: 50px; line-height:2.6; width: 165px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #fff; border-bottom: 1px solid #fff;}

	
	.imageThumbDot { width: 189px; height: 189px; position:relative; float:left; border: 1px dashed #a9a9a9; background-color: #f5f5f5;}
	.imageThumb { border: 2px solid #d5d5d5; width: 136px; height: 136px; float:left; background-color: #fff;}
	.imageSetting { position:relative; float:left;}
	.btnUpload { border: 1px solid #1c79a9; background-color: #00a0e9; font-size: 13px; color: #fff; width: 90px; padding: 2px 10px; cursor:pointer; text-align:center;}
	.btnHowto { border: 1px solid #676767; background-color: #676767; font-size: 13px; color: #fff; width: 80px; padding: 2px 10px; cursor:pointer; text-align:center;}
	.btnUpload:hover { background-color: #00d8ff;}s
	.imageAlign { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; float:left; cursor:pointer;}
	.imageAlignOn { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; background-color: #e9e9e9; float:left;}
	.imageAlign:hover { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; background-color: #e9e9e9; float:left;}
	.imageAlignType1 { background: url(../../images/awd/editor_icon_001.png) no-repeat;}
	.imageAlignType1On { background: #e9e9e9 url(../../images/awd/editor_icon_001.png) 0 -27px no-repeat;}
	.imageAlignType1:hover { background: url(../../images/awd/editor_icon_001.png) 0 -27px no-repeat;}	
	.imageAlignType2 { background: url(../../images/awd/editor_icon_002.png) no-repeat;}
	.imageAlignType2On { background: #e9e9e9 url(../../images/awd/editor_icon_002.png) 0 -27px no-repeat;}
	.imageAlignType2:hover { background: url(../../images/awd/editor_icon_002.png) 0 -27px no-repeat;}	
	.imageAlignType3 { background: url(../../images/awd/editor_icon_003.png) no-repeat;}
	.imageAlignType3On { background: #e9e9e9 url(../../images/awd/editor_icon_003.png) 0 -27px no-repeat;}
	.imageAlignType3:hover { background: url(../../images/awd/editor_icon_003.png) 0 -27px no-repeat;}	
	.editSubject { font-size:12px; color: #333;}
	.editorTitle { font-size: 13px; color: #333;}
	.editorLine { border: 1px solid #a9a9a9; font-size: 12px; margin-top: 5px; background-color: #fff;}
	.editorLineGroup { border: 1px solid #a9a9a9; font-size: 12px; margin-top: 5px; background-color: #f8f8f8;}
	.backgroundThumb { position:absolute; top: 5px; left: 6px; width: 113px; height: 113px; border: 2px solid #d5d5d5;}
	.positionL { border: 1px solid #fff;}
	.positionL:hover { border: 1px solid #333;}
	.positionLOn { border: 1px solid #333;}

	.disableDiv { position:absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ffffff;}

	.bgThumbDot { width: 238px; height: 238px; position:relative; float:left; margin-left: -1px; border: 1px dashed #a9a9a9; background-color: #f5f5f5;}
	.bgThumbDot2 { width: 100%; max-height: 205px; overflow:hidden; overflow-y: auto; position:relative; margin-left: -1px; border: 1px solid #999; background-color: #f5f5f5;}
	.bgThumbSolo { width: 114px; height: 114px; border: 1px solid #d5d5d5; background-color: #fff;}
	.bgThumbSoloBtn1 { position:absolute; left: 6px; bottom: 6px; cursor:pointer;}
	.bgThumbSoloBtn2 { position:absolute; left: 22px; bottom: 6px; cursor:pointer;}
	.bgThumbSoloBtn3 { position:absolute; left: 36px; bottom: 6px; cursor:pointer;}
	
	.selectBoard th { background-color:#999; border-bottom: 1px solid #666; color: #fff; padding: 4px;}
	.selectBoard td { text-align:center; font-size: 11px; padding: 4px; border-bottom: 1px solid #999;}
	.boardFromTabOn {
		-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
		-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
		box-shadow:inset 0px -3px 7px 0px #29bbff;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
		background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
		background-color:#2dabf9;
		-moz-border-radius:6px 6px 0 0;
		-webkit-border-radius:6px 6px 0 0;
		border-radius:6px 6px 0 0;
		border:1px solid #0688fa;
		border-bottom: none;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-size:13px;
		
		padding:6px 20px;
		text-decoration:none;
		text-shadow:0px 1px 0px #263666;
	}
	.boardFromTab {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:6px 6px 0 0;
		-webkit-border-radius:6px 6px 0 0;
		border-radius:6px 6px 0 0;
		border:1px solid #dcdcdc;
		border-bottom: none;
		display:inline-block;
		cursor:pointer;
		color:#666666;
		font-size:13px;
		
		padding:6px 10px;
		text-decoration:none;
		text-shadow:0px 1px 0px #ffffff;
	}

	.vodListFromTabOn {
		-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
		-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
		box-shadow:inset 0px -3px 7px 0px #29bbff;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
		background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
		background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
		background-color:#2dabf9;
		-moz-border-radius:6px 6px 0 0;
		-webkit-border-radius:6px 6px 0 0;
		border-radius:6px 6px 0 0;
		border:1px solid #0688fa;
		border-bottom: none;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-size:13px;
		
		padding:6px 20px;
		text-decoration:none;
		text-shadow:0px 1px 0px #263666;
	}
	.vodListFromTab {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:6px 6px 0 0;
		-webkit-border-radius:6px 6px 0 0;
		border-radius:6px 6px 0 0;
		border:1px solid #dcdcdc;
		border-bottom: none;
		display:inline-block;
		cursor:pointer;
		color:#666666;
		font-size:13px;
		
		padding:6px 10px;
		text-decoration:none;
		text-shadow:0px 1px 0px #ffffff;
	}
	.imgSlideBul, .inSlide
	{
		display:inline-block; width: 16px; height: 16px;
		background: url(../../images/awd/imgslidebul.png) no-repeat;
		overflow:hidden;
		cursor: pointer;
	}
	.imgSlideBul { background-position: -7px -7px; }
	.imgSlideBul:hover { background-position: -67px -7px;}
	.inSlide { background-position: -37px -7px; }
	.imgSlideThumb:hover .elementOverColor { display: none;}
	
	
	.imgSlideBul2 { position:absolute;width:100%;left: 0 ;top: 50%;}
	.imgSlideBul2 div
	{
		position: absolute;
		cursor: pointer;
		display: block;
		background: url(../../images/awd/imgslidebul2.png) no-repeat;
		overflow:hidden;
	}
	.imgSlideBul2 .imgSlideBul2L { left: 0; top: -24px; width: 40px; height: 49px; background-position: -10px -36px; }
	.imgSlideBul2 .imgSlideBul2R { right: 0; top: -24px; width: 40px; height: 49px; background-position: -70px -36px; }
	.imgSlideBul2 .imgSlideBul2L:hover { width: 40px; height: 49px; background-position: -130px -36px; }
	.imgSlideBul2 .imgSlideBul2R:hover { width: 40px; height: 49px; background-position: -190px -36px; }
	
	.mapTitle { color: #fff; padding-bottom: 5px;}
	.mapText1 { font-size: 13px; color: #fff;}
	
	.boardTitle { font-size: 18px;  padding-bottom: 10px;}
	.noticeSubject { border-bottom: 1px solid #CCC; padding: 5px 0 5px 0;}
	a.noticeL { font-size: 15px; width: 100%;  text-decoration:none; color: #666;}
	.noticeDate { font-size: 13px; color: #959595;}
	
	.noticeImg .imgSlideBul2 { display:none;}
	.noticeImg:hover .imgSlideBul2 { display:block;}
	.noticeImgSubject { position:absolute; left: 0; bottom: 0; right: 0; height:30px; text-align:center; font-size: 14px; color: #fff;}
	a.noticeImgL { position:absolute; font-size: 15px; width: 100%;  text-decoration:none; color: #ffffff; display:block; z-index:1; line-height: 2;}
	.boardSample { border: 1px solid #f2f2f2;}
	.boardSample:hover { border: 1px solid #00a0e9;}
	.boardSample1 {border: 1px solid #00a0e9; margin-bottom: 5px;}
	.boardSample2 {border: 1px solid #999; margin-bottom: 5px;}

	.layoutCover { width: 284px; border: 1px solid #d1d1d1; border-radius: 5px;}

	.editorLayoutTab1 { float:left; height: 50px; line-height:2.6; width: 167px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorLayoutTab1On { float:left; height: 50px; line-height:2.6; width: 167px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #fff;}
	.editorLayoutTab2 { float:left; height: 50px; line-height:2.6; width: 167px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorLayoutTab2On { float:left; height: 50px; line-height:2.6; width: 167px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #fff;}
	.editorLayoutTab3 { float:left; height: 50px; line-height:2.6; width: 167px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorLayoutTab3On { float:left; height: 50px; line-height:2.6; width: 167px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #fff;}
	.editorLayoutTab4 { float:left; height: 50px; line-height:2.6; width: 166px; color: #909090; text-align:center; font-size: 20px;  border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.editorLayoutTab4On { float:left; height: 50px; line-height:2.6; width: 166px; color: #333; text-align:center; font-size: 20px;  border-bottom: 1px solid #fff;}

	.layoutBox { background-color: #979797; border: 1px dashed #fff; border-radius: 3px; float: left;}
	.layoutBox p { color: #d9d9d9; font-size: 12px;  padding:5px;}

	/* 이미지 선택시 */
	.imgDB {border:2px solid #dddddd; margin:3px; cursor:pointer;}
	.imgOver {border:2px solid #222222; margin:3px; cursor:pointer;}
	.imgSel {border:2px solid #FF289E; margin:3px; cursor:pointer;}

	/* 색상 */
	.colorSet { width:14px; height:14px; cursor:pointer; border: 1px solid; border-color: #a0a0a0 #ffffff #ffffff #a0a0a0;}
	.colorSetOn { width:14px; height:14px; cursor:pointer; border: 1px solid; border-color: #000000 #000000 #000000 #000000;}

/*from Mobile*/
.m_editorDiv { position:absolute; top: 45px; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index:101;}
	.m_editorDivCover { position:absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000;}
	.m_edtorCover { position:relative;width: 672px; margin: 0 auto;margin-top: 100px; }
	.m_layerEditor { border: 1px solid #333; box-shadow: 0px 0px 5px #333; width: 670px; background-color: #fff;}
	.m_layerEditorTitle { height: 24px; background-color: #676767; line-height: 2; color: #fff; text-indent:10px; font-size: 12px; }
	.m_editorTab1 { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-right: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.m_editorTab1On { float:left; height: 50px; line-height:2.6; width: 334px; color: #333; text-align:center; font-size: 20px;  border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
	.m_editorTab2 { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #676767; border-bottom: 1px solid #676767; background-color: #d5d5d5; cursor:pointer;}
	.m_editorTab2On { float:left; height: 50px; line-height:2.6; width: 334px; color: #909090; text-align:center; font-size: 20px;  border-left: 1px solid #fff; border-bottom: 1px solid #fff;}
	.m_imageThumbDot { width: 140px; height: 140px; position:relative; float:left; padding: 49px; border: 1px dashed #a9a9a9; background-color: #f5f5f5;}
	.m_imageThumb { border: 2px solid #d5d5d5; width: 136px; height: 136px; float:left; background-color: #fff;}
	.m_imageSetting { position:relative; float:left;}
	.m_btnUpload { border: 1px solid #1c79a9; background-color: #00a0e9; font-size: 13px; color: #fff; width: 90px; padding: 2px 10px; cursor:pointer; text-align:center;}
	.m_btnHowto { border: 1px solid #676767; background-color: #676767; font-size: 13px; color: #fff; width: 80px; padding: 2px 10px; cursor:pointer; text-align:center;}
	.m_btnUpload:hover { background-color: #00d8ff;}
	
	.m_imageAlign { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; float:left; cursor:pointer;}
	.m_imageAlignOn { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; background-color: #e9e9e9; float:left;}
	.m_imageAlign:hover { display:block; width: 112px; height: 27px; border-right: 1px solid #a9a9a9; background-color: #e9e9e9; float:left;}
	
	.m_imageAlignType1 { background: url(../../images/awd/editor_icon_001.png) no-repeat;}
	.m_imageAlignType1On { background: #e9e9e9 url(../../images/awd/editor_icon_001.png) 0 -27px no-repeat;}
	.m_imageAlignType1:hover { background: url(../../images/awd/editor_icon_001.png) 0 -27px no-repeat;}	
	
	.m_imageAlignType2 { background: url(../../images/awd/editor_icon_002.png) no-repeat;}
	.m_imageAlignType2On { background: #e9e9e9 url(../../images/awd/editor_icon_002.png) 0 -27px no-repeat;}
	.m_imageAlignType2:hover { background: url(../../images/awd/editor_icon_002.png) 0 -27px no-repeat;}	
	
	.m_imageAlignType3 { background: url(../../images/awd/editor_icon_003.png) no-repeat;}
	.m_imageAlignType3On { background: #e9e9e9 url(../../images/awd/editor_icon_003.png) 0 -27px no-repeat;}
	.m_imageAlignType3:hover { background: url(../../images/awd/editor_icon_003.png) 0 -27px no-repeat;}	
	
	.m_editSubject { font-size:12px; color: #333;}
	.m_editorTitle { font-size: 13px; color: #333;}
	.m_editorLine { border: 1px solid #a9a9a9; font-size: 12px; margin-top: 5px;}
	.m_backgroundThumb { position:absolute; top: 5px; left: 6px; width: 113px; height: 113px; border: 2px solid #d5d5d5;}
	.m_positionL { border: 1px solid #fff;}
	.m_positionL:hover { border: 1px solid #333;}
	.m_positionLOn { border: 1px solid #333;}

	.m_disableDiv { position:absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #ffffff;}
	
	/* 151013 */
	.m_bgThumbDot { width: 238px; height: 238px; position:relative; float:left; margin-left: -1px; border: 1px dashed #a9a9a9; background-color: #f5f5f5;}
	.m_bgThumbDot2 { width: 100%; max-height: 205px; overflow:hidden; overflow-y: auto; position:relative; margin-left: -1px; border: 1px solid #999; background-color: #f5f5f5;}
	.m_bgThumbSolo { width: 114px; height: 114px; border: 1px solid #d5d5d5; background-color: #fff;}
	.m_bgThumbSoloBtn1 { position:absolute; left: 6px; bottom: 6px; cursor:pointer;}
	.m_bgThumbSoloBtn2 { position:absolute; left: 22px; bottom: 6px; cursor:pointer;}
	.m_bgThumbSoloBtn3 { position:absolute; left: 36px; bottom: 6px; cursor:pointer;}
	
	.m_selectBoard th { background-color:#999; border-bottom: 1px solid #666; color: #fff; padding: 4px;}
	.m_selectBoard td { text-align:center; font-size: 11px; padding: 4px; border-bottom: 1px solid #999;}
	
	.m_imgSlideBul, .m_inSlide
	{
		display:inline-block; width: 16px; height: 16px;
		background: url(../../images/awd/imgslidebul.png) no-repeat;
		overflow:hidden;
		cursor: pointer;
	}
	.m_imgSlideBul { background-position: -7px -7px; }
	.m_imgSlideBul:hover { background-position: -67px -7px;}
	.m_inSlide { background-position: -37px -7px; }
	.m_imgSlideThumb:hover .m_elementOverColor { display: none;}
	
	
	.m_imgSlideBul2 { position:absolute;width:100%;left: 0 ;top: 50%;}
	.m_imgSlideBul2 div
	{
		position: absolute;
		cursor: pointer;
		display: block;
		background: url(../../images/awd/imgslidebul2.png) no-repeat;
		overflow:hidden;
	}
	.m_imgSlideBul2 .m_imgSlideBul2L { left: 0; top: -24px; width: 40px; height: 49px; background-position: -10px -36px; }
	.m_imgSlideBul2 .m_imgSlideBul2R { right: 0; top: -24px; width: 40px; height: 49px; background-position: -70px -36px; }
	.m_imgSlideBul2 .m_imgSlideBul2L:hover { width: 40px; height: 49px; background-position: -130px -36px; }
	.m_imgSlideBul2 .m_imgSlideBul2R:hover { width: 40px; height: 49px; background-position: -190px -36px; }
	
	.m_mapTitle { color: #fff; padding-bottom: 5px;}
	.m_mapText1 { font-size: 13px; color: #fff;}
	
	.m_boardTitle { font-size: 18px;  padding-bottom: 10px;}
	.m_noticeSubject { border-bottom: 1px solid #CCC; padding: 5px 0 5px 0;}
	a.m_noticeL { font-size: 15px; width: 100%;  text-decoration:none; color: #666;}
	.m_noticeDate { font-size: 13px; color: #959595;}
	
	.m_noticeImg .m_imgSlideBul2 { display:none;}
	.m_noticeImg:hover .m_imgSlideBul2 { display:block;}
	.m_noticeImgSubject { position:absolute; left: 0; bottom: 0; right: 0; height:30px; text-align:center; font-size: 14px; color: #fff;}
	a.m_noticeImgL { position:absolute; font-size: 15px; width: 100%;  text-decoration:none; color: #ffffff; display:block; z-index:1; line-height: 2;}
	.m_boardSample1 {border: 1px solid #00a0e9; margin-bottom: 5px;}
	.m_boardSample2 {border: 1px solid #999; margin-bottom: 5px;}

	.logoThumbDelet { position: absolute; right: 5px; top: 5px;}
	.imageThumbLogo { border: 2px solid #d5d5d5; width: 136px; height: 70px; float:left; background: url(../../images/awd/opacitybg.gif);}
	.logoFile { border: 1px dashed #d8d8d8; width: 290px; vertical-align: bottom; margin-bottom: 2px;}
	.logoTip { font-size: 11px !important; color: #959595 !important;}


.sampleOff { border: 2px solid #f2f2f2; cursor:pointer;}
.sampleOff:hover { border: 2px solid #333;}
.sampleOn { border: 2px solid #ff8200;}

.fakeTable{display:table; padding:10px;}
.fakeTable_row{display:table-row;}
.fakeTable_cell{display:table-cell; vertical-align:top; padding:5px;}


/*불러오기할 페이지*/
.awd_loadPage_navi{height:45px; line-height:45px; max-width:850px;}
.whiteTxt{color:#fff; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
	

/*fomVOD추가 css*/
.awdVOD_Li{list-style:none; height:25px; line-height:25px; vertical-align:middle; }


/*서브컨텐츠 배경*/
.awd_conLayoutWrap{width:80px; height:110px; text-align:center; display:inline-block; line-height:1.6; margin-right:10px; letter-spacing:-0.6; font-size:11px; vertical-align:top;}
.awd_subConBG_01 { width: 80px; height: 80px; background: url(../../images/awd/conBg_all.png) no-repeat; cursor:pointer;}
.awd_subConBG_01:hover { background-position: 0 -80px;}
.awd_subConBG_01_on { width: 80px; height: 80px; background: url(../../images/awd/conBg_all.png) no-repeat; background-position: 0 -80px;}

.awd_subConBG_02 { width: 80px; height: 80px; background: url(../../images/awd/conBg_MenuTitCon.png) no-repeat; cursor:pointer;}
.awd_subConBG_02:hover { background-position: 0 -80px;}
.awd_subConBG_02_on { width: 80px; height: 80px; background: url(../../images/awd/conBg_MenuTitCon.png) no-repeat; background-position: 0 -80px;}


.awd_subConBG_03 { width: 80px; height: 80px; background: url(../../images/awd/conBg_TitCon.png) no-repeat; cursor:pointer;}
.awd_subConBG_03:hover { background-position: 0 -80px;}
.awd_subConBG_03_on { width: 80px; height: 80px; background: url(../../images/awd/conBg_TitCon.png) no-repeat; background-position: 0 -80px;}

.awd_subConBG_04 { width: 80px; height: 80px; background: url(../../images/awd/conBg_con.png) no-repeat; cursor:pointer;}
.awd_subConBG_04:hover { background-position: 0 -80px;}
.awd_subConBG_04_on { width: 80px; height: 80px; background: url(../../images/awd/conBg_con.png) no-repeat; cursor:pointer; background-position: 0 -80px;}


.layerImgListWrap{position:absolute; top:0; left:0; right:0; bottom:0; background:#fff; z-index:5;}
.layerImgList{padding:10px; height:500px; overflow-y:scroll;}
.listImg{display:inline-block; width:90px; height:90px; line-height:90px; margin:5px; cursor:pointer; vertical-align:middle; text-align:center; background:#f6f6f6; border:1px solid #ebeaec;}
.listImg img{vertical-align:middle; margin:0; padding:0; float:none;}
.listImg:hover{background:#eefcfd; border:1px solid #b3faff;}
.listImgSelect{background:#eefcfd; border:1px solid #b3faff; cursor:normal;}


/*170327추가*/
/*전환이미지추가*/
.editIconWrap{position:relative; width:15px; height:15px; display:inline-block; margin:0px; vertical-align:top;}
.editIconBox{width:15px; height:15px; position:absolute; top:0px; left:0px; z-index:2; overflow:hidden;}
.editIcon {width:15px; height:15px; cursor:pointer; opacity:0;}
::-webkit-file-upload-button { cursor:pointer; }


p.awd_animationSample{
	position:absolute;
	top:50%;
	margin-top:-25px; 
	left:50%; 
	margin-left:-85px; 
	text-align:center; 
	color:#00a0e9; 
	font-size:30px; 
	letter-spacing:-1px;
}

.fontAlert { display: block; clear: both; box-sizing: border-box; margin-left: 66px; margin-right: 4px; border: 1px solid #d2d2d2; border-top: none; padding: 15px; background: #eee;}
.fontAlert2 {margin: 0 30px 0 30px; border-top: 1px solid #d2d2d2;}
.fontAlert > span:nth-child(1) { display: block;}
.fontAlert > span:nth-child(1) > strong { display: inline-block; background: #eb6100; color: #fff; padding: 2px 8px; font-size: 12px;}
.fontAlert > span:nth-child(2) { display: block; line-height: 1.3; margin-top: 5px;}