@font-face {
  font-family: 'Nanum_Square_Regular';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/nanumsquare-font/NanumSquareR.eot);
  src: local('Nanum Square Regular'), local('NanumSquareR'), url(./fonts/nanumsquare-font/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(./fonts/nanumsquare-font/NanumSquareR.woff2) format('woff2'), url(./fonts/nanumsquare-font/NanumSquareR.woff) format('woff'), url(./fonts/nanumsquare-font/NanumSquareR.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum_Square_Bold';
  font-style: bold;
  font-weight: bold;
  src: url(./fonts/nanumsquare-font/NanumSquareB.eot);
  src: local('Nanum Square Bold'), local('NanumSquareB'), url(./fonts/nanumsquare-font/NanumSquareB.eot) format('embedded-opentype'), url(./fonts/nanumsquare-font/NanumSquareB.woff2) format('woff2'), url(./fonts/nanumsquare-font/NanumSquareB.woff) format('woff'), url(./fonts/nanumsquare-font/NanumSquareB.ttf) format('truetype');
}
@font-face {
  font-family: 'din_bold';
  font-style: bold;
  font-weight: 700;
  src: url(./fonts/din-font/DIN-Bold.eot);
  src: local('DIN Bold'), local('DIN-Bold'), url(./fonts/din-font/DIN-Bold.eot) format('embedded-opentype'), url(./fonts/din-font/DIN-Bold.otf) format('otf'), url(./fonts/din-font/DIN-Bold.svg) format('svg'), url(./fonts/din-font/DIN-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'godob_short';
  font-style: bold;
  src: url('./fonts/godob_short.ttf')  format('truetype');
}

@font-face {
  font-family: 'godob_2350';
  font-style: bold;
  src: url(./fonts/godob_2350.woff) format('woff');
}
@font-face {
  font-family: 'godoB1';
  font-style: normal;
  src: url(./fonts/godob_2350.woff) format('woff');
}

@font-face {
  font-family: 'godoB';
  font-style: normal;
  src: url(./fonts/GodoB.ttf) format('truetype');
}

		a:link {text-decoration:none;color:#415937;}
		a:visited {text-decoration:none;color:#415937;}
		a:active {text-decoration:none;color:#415937;}
		a:hover {text-decoration:none;color:red;}
		td{font-family: '굴림'; font-size:9pt; line-height:1.4}

	.text
		{ font-size:9pt; font-family:굴림체;color:navy; background-color:#F0F0F0; border-width:1; border-color:#777777; border-style:solid; }
	.button
		{ font-size:9pt; color:#333333; background:transparent; border-width:1; border-color:#AAAAAA; }

	.polaroid { background: #f3f3f3; border: 1px solid #dedede; margin: 50px auto; width: 216px; height: 214px; box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2); position: relative; padding: 10px 10px; box-sizing: border-box; cursor: pointer; &:after { bottom: 4px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); right: 4px; transform: skew(2deg, 2deg); position: absolute; z-index: -1; transition: all 0.4s ease; content: ""; height: 200px; width: 90%; } &:hover:after { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); } img { display: block; width: 194px; height: 139px; } h5 { color: #7ac143; font-size: 24px; margin-top: 4px; } p { font-size: 14px; color: #3f4543; } }



#footer {

    position:absolute;

    bottom:0;

    width:100%;

    height:70px;   

    background:#ccc;

}


#footer_close {

    position:absolute;

    bottom:0;

    width:100%;

    height:40px;   

    background:#ccc;
}

#coupon_publish_view_box {
		
		/* css3 drop shadow */
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		
		/* css3 border radius */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
		background:#FFFFFF;
		/* styling of the dialog box, i have a fixed dimension for this demo */ 
		width:450px; 
		
		/* make sure it has the highest z-index */
		position:absolute; 
		z-index:5000; 

		/* hide it by default */
		display:none;
	}