@CHARSET "UTF-8";

img { border: 0; }

/*clear: both*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clearDiv {
	clear: both;
	width: 0px;
	height: 0px;
 	visibility: hidden;
	margin: 0;
	padding: 0;
}

.command { margin: 10px; text-align: center; }
.commandRight { padding: 10px 0 0 0; text-align: right; }
.commandRight img { cursor: pointer; }

/* 위치 관련 시작 */
	#location { color: #6e6e6e; font-family: 돋움; font-size: 11px; }
	#location a { text-decoration: none; }
	#location a:link, #location a:hover, #location a:active, #location a:visited  { color: #6e6e6e; text-decoration: none; }
	#location .locationNow { font-weight: bold; }
	#location { 
		background: url(../images/common/icon_arrow.gif) no-repeat; 
		background-position: 0 50%;
		padding-left: 10px;
	}
/* 위치 관련 끝 */

/* 박스타입1 */
.box1_t {background: url(../images/common/box/round1/dot.jpg) 0 0 repeat-x; width: 100%; }
.box1_b {background: url(../images/common/box/round1/dot.jpg) 0 100% repeat-x}
.box1_l {background: url(../images/common/box/round1/dot.jpg) 0 0 repeat-y}
.box1_r {background: url(../images/common/box/round1/dot.jpg) 100% 0 repeat-y}
.box1_bl {background: url(../images/common/box/round1/bl.jpg) 0 100% no-repeat}
.box1_br {background: url(../images/common/box/round1/br.jpg) 100% 100% no-repeat}
.box1_tl {background: url(../images/common/box/round1/tl.jpg) 0 0 no-repeat}
.box1_tr {background: url(../images/common/box/round1/tr.jpg) 100% 0 no-repeat; padding:10px}

/* 박스타입2 */
.box2_t {background: url(../images/common/box/round2/dot.jpg) 0 0 repeat-x; width: 100%; }
.box2_b {background: url(../images/common/box/round2/dot.jpg) 0 100% repeat-x}
.box2_l {background: url(../images/common/box/round2/dot.jpg) 0 0 repeat-y}
.box2_r {background: url(../images/common/box/round2/dot.jpg) 100% 0 repeat-y}
.box2_bl {background: url(../images/common/box/round2/bl.jpg) 0 100% no-repeat}
.box2_br {background: url(../images/common/box/round2/br.jpg) 100% 100% no-repeat}
.box2_tl {background: url(../images/common/box/round2/tl.jpg) 0 0 no-repeat}
.box2_tr {background: url(../images/common/box/round2/tr.jpg) 100% 0 no-repeat; padding: 8px}