@charset "euc-kr";


/* Box Style ************************************************************************************************/
.rnd { display: block; position: absolute; z-index: 100; font-size:0; }
.tl { background-position: left top; left:0; top:0; }
.tr { background-position: right top; right:0; top:0; }
.bl { background-position: left bottom; left:0; bottom:0; }
.br { background-position: right bottom; right:0; bottom:0; }


.boxType1 { clear:both; position:relative; display: block; zoom: 1; border:1px solid #B7C4D4; }
.boxType1 .rnd { width: 6px; height: 6px; background-image: url(/images/common/box/box1_rnd.gif); }
.boxType1 .tl { top: -1px; left: -1px; }
.boxType1 .tr { top: -1px; right: -1px; }
.boxType1 .bl { bottom: -1px; left: -1px; }
.boxType1 .br { bottom: -1px; right: -1px; }

.boxType1 .boxType3 .tl { top: 0; left: 0; }
.boxType1 .boxType3 .tr { top: 0; right: 0; }
.boxType1 .boxType3 .bl { bottom: 0; left: 0; }
.boxType1 .boxType3 .br { bottom: 0; right: 0; }

.popStyle .boxType1 { border:1px solid #D4C7BD; }
.popStyle .boxType1 .rnd { background-image: url(/images/common/box/box1_rnd2.gif); }


.boxType2 { clear:both; position:relative; display: block; zoom: 1; border:1px solid #D4C7BD; }
.boxType2 .rnd { width: 12px; height: 12px; background-image: url(/images/common/box/box2_rnd.gif); }
.boxType2 .tl { top: -1px; left: -1px; }
.boxType2 .tr { top: -1px; right: -1px; }
.boxType2 .bl { bottom: -1px; left: -1px; }
.boxType2 .br { bottom: -1px; right: -1px; }


.boxType3 { clear:both; position:relative; display: block; zoom: 1; background:#EFF2F7; }
.boxType3 .rnd { width: 10px; height: 10px; background-image: url(/images/common/box/box3_rnd.gif); }
.boxType3 .bl { _bottom: -1px; }
.boxType3 .br { _bottom: -1px; }

.popStyle .boxType3 { background:#F7F5EF; }
.popStyle .boxType3 .rnd { background-image: url(/images/common/box/box3_rnd2.gif); }


.boxType4 { clear:both; position:relative; display: block; zoom: 1; border:1px solid #E8E8E8; }
.boxType4 .rnd { width: 6px; height: 6px; background-image: url(/images/common/box/box4_rnd.gif); }
.boxType4 .tl { top: -1px; left: -1px; }
.boxType4 .tr { top: -1px; right: -1px; }
.boxType4 .bl { bottom: -1px; left: -1px; }
.boxType4 .br { bottom: -1px; right: -1px; }


.boxType5 { clear:both; position:relative; display: block; zoom: 1; border:1px solid #D1D1D1; padding: 3px; background: #E7E7E7; }
.boxType5 .rnd { width: 6px; height: 6px; background-image: url(/images/common/box/box5_rnd.gif); }
.boxType5 .tl { top: -1px; left: -1px; }
.boxType5 .tr { top: -1px; right: -1px; }
.boxType5 .bl { bottom: -1px; left: -1px; }
.boxType5 .br { bottom: -1px; right: -1px; }
.boxType5 .box { background: #F8F8F8; }

.boxType1 .box,
.boxType2 .box,
.boxType3 .box,
.boxType4 .box,
.boxType5 .box { overflow: hidden; zoom: 1; padding: 10px; }


.boxRnd .bl,
.boxRnd .br { _bottom: -2px !important; }



/* °ü¸®ÀÚ¿¬¶ôÃ³ ************************************************************************************************/
.telBox { text-align: right; padding: 5px 20px 4px 0; }
.telBox span { color: #1E4F94; padding: 1px 0 0 25px; background: url(/images/common/icon/tel_bul.gif) 0 0 no-repeat; }












