@charset "utf-8";
/* CSS Document */
/*높이 25px(작은버튼)*/
.small_btn_01 a{padding:1px 0px 0px 15px; display:inline-block;  text-decoration:none;  line-height:15px;background:url(../images/btns/small_btn_01.jpg) no-repeat 0px 0px;}
.small_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:6px 24px 4px 10px; font-weight:normal; font-size:11px; cursor:pointer; text-align:center;background:url(../images/btns/small_btn_01.jpg) no-repeat 0px 0px;}

/*검정배경*/
.small_color_01 a{color:#ffffff; background-position:left 1px;}
.small_color_01 a strong{ background-position:100% 0px;}

/*빨간배경*/
.small_color_02 a{color:#ffffff; background-position:left -49px;}
.small_color_02 a strong{ background-position:100% -50px;}

/*흰색그라데이션*/
.small_color_03 a{color:#000000; background-position:left -99px;}
.small_color_03 a strong{ background-position:100% -100px;}






/*높이 34px(큰버튼)*/
.big_btn_01 a{padding:1px 0px 0px 15px; display:inline-block;  text-decoration:none;  line-height:17px;background:url(../images/btns/big_btn_01.jpg) no-repeat 0px 0px;}
.big_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:9px 24px 9px 10px; font-weight:normal; font-size:13px; cursor:pointer; text-align:center;background:url(../images/btns/big_btn_01.jpg) no-repeat 0px 0px;}

/*검정배경*/
.big_color_01 a{color:#ffffff; background-position:left 1px;}
.big_color_01 a strong{ background-position:100% 0px;}

/*빨간배경*/
.big_color_02 a{color:#ffffff; background-position:left -99px;}
.big_color_02 a strong{ background-position:100% -100px;}

/*흰색그라데이션*/
.big_color_03 a{color:#000000; background-position:left -199px;}
.big_color_03 a strong{ background-position:100% -200px;}

/*흰색그라데이션(회색배경)*/
.big_color_04 a{color:#000000; background-position:left -299px;}
.big_color_04 a strong{ background-position:100% -300px;}







/*높이 19px(작은버튼)*/
.mini_btn_01 a{padding:1px 0px 0px 6px; display:inline-block;  text-decoration:none;  line-height:14px;background:url(../images/btns/mini_btn_01.jpg) no-repeat 0px 0px;}
.mini_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:4px 11px 2px 3px; letter-spacing:-1px; font-weight:normal; font-size:11px; cursor:pointer; text-align:center;background:url(../images/btns/mini_btn_01.jpg) no-repeat 0px 0px;}

/*검정색*/
.mini_color_01 a{color:#ffffff; background-position:left 1px;}
.mini_color_01 a strong{ background-position:100% 0px;}

/*빨간색*/
.mini_color_02 a{color:#ffffff; background-position:left -49px;}
.mini_color_02 a strong{ background-position:100% -50px;}

/*흰색그라데이션*/
.mini_color_03 a{color:#000000; background-position:left -99px;}
.mini_color_03 a strong{ background-position:100% -100px;}

/*회색1*/
.mini_color_04 a{color:#ffffff; background-position:left -149px;}
.mini_color_04 a strong{ background-position:100% -150px;}

/*회색2*/
.mini_color_05 a{color:#ffffff; background-position:left -199px;}
.mini_color_05 a strong{ background-position:100% -200px;}






/*높이 22px(작은버튼)*/
.mini_btn_02{ position:relative; top:-1px; vertical-align:top;}

/*크롬, 사파리 핵*/
@media screen and (-webkit-min-device-pixel-ratio:0){.mini_btn_02{top:0px;vertical-align:middle;}}
.mini_btn_02 a{padding:1px 0px 0px 6px; display:inline-block;  text-decoration:none;  line-height:14px;background:url(../images/btns/mini_btn_02.jpg) no-repeat 0px 0px;}
.mini_btn_02 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:5px 11px 3px 3px; font-weight:normal; font-size:11px; cursor:pointer; text-align:center;background:url(../images/btns/mini_btn_02.jpg) no-repeat 0px 0px;}

/*흰색그라데이션(앞에선 짤림)*/
.mini_color_001 a{color:#444444; background-position:left 1px;}
.mini_color_001 a strong{ background-position:100% 0px;}



/*흰색그라데이션(앞에선 있음)*/
.mini_color_002 a{color:#444444; background-position:left -48px;}
.mini_color_002 a strong{ background-position:100% -49px;}



/*회색 버튼*/
.input_btn_02{ display:inline-block; background:url(../images/btns/mini_btn_02.jpg) no-repeat left top; padding:0 ; margin:0px; position:relative; top:0px; *top:4px;}
.input_btn_02 input {font-size:11px;font-weight:bold; font-family:"돋움", sans-serif;;display:inline-block;  color:#444444; border:0px solid red; padding:2px 0 0 0; margin:0 0 0 1px;  line-height:15px;}
.input_btn_02 input{ background:url(../images/btns/mini_btn_02.jpg) no-repeat 100% top;height:22px; }



/*높이 34px(큰버튼) INPUT */
/*
.input_big_btn_01{ padding:0px 0px 0px 15px; display:inline-block;  text-decoration:none;  line-height:17px;background:url(../images/btns/big_btn_01.jpg) no-repeat 0px 0px; }
.input_big_btn_01 input {font-size:13px;font-weight:bold; font-family:"NanumGothicBold", "나눔고딕", "돋움", sans-serif;display:inline-block;  color:#ffffff; border:0px solid red; padding:2px 0 0 0; margin:0 0 0 1px; cursor:pointer; line-height:15px;}
.input_big_btn_01 input { background:url(../images/btns/big_btn_01.jpg) no-repeat 100% top;height:34px; }

*/


/*높이 34px(큰버튼) input */
.input_big_btn_01{ display:inline-block; padding:0px; margin:0px; position:relative; top:1px; *top:-1px;}
.input_big_btn_01 input {font-size:13px;font-weight:normal; font-family:"돋움", sans-serif;display:inline-block;   border:0px solid red; padding:2px 0 0 0px; margin:0 0 0 0px;  line-height:17px;}
.input_big_btn_01 input{ background:url(../images/btns/input_big_btn.jpg) no-repeat 100% top;height:34px; z-index:2; width:149px; }


/*검정배경*/
.input_big_color_01 input{ background-position:100% 0px;color:#ffffff;}

/*빨간배경*/
.input_big_color_02 input{ background-position:100% -100px;color:#ffffff;}

/*흰색그라데이션*/
.input_big_color_03 input{ background-position:100% -200px;color:#000000;}

/*흰색그라데이션(회색배경)*/
.input_big_color_04 input{ background-position:100% -300px;color:#000000;}





/* 텍스트로 된 버튼 */
/*작은버튼 - 배경높이 18px - 라운드 있음*/
/*
.round_small_btn_01 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_01.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_01.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_02 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_02.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_02 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_02.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_03 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_03.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_03 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_03.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_04 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_04.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_04 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_04.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_05 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_05.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_05 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_05.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_06 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_06.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_06 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_06.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_small_btn_07 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_small_btn_07.jpg) no-repeat left 1px; line-height:15px;}
.round_small_btn_07 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:3px 2px 1px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/r_small_btn_07.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

*/

/*작은버튼 - 배경높이 20px - 라운드 없음*/
/*
.square_small_btn_01 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/s_small_btn_01.jpg) no-repeat left 1px; line-height:15px;}
.square_small_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:4px 2px 2px 2px; font-weight:normal; font-size:11px; background:url(../images/btns/s_small_btn_01.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center; letter-spacing:-1px;}

*/

/*중간버튼 - 배경높이 24px - 라운드 있음*/
/*
.round_middle_btn_01 a {padding:1px 0px 0px 1px; display:inline-block; color:#ffffff; text-decoration:none; background:url(../images/btns/r_middle_btn_01.jpg) no-repeat left 1px; line-height:15px;}
.round_middle_btn_01 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:6px 2px 3px 2px; font-weight:bold; font-size:12px; background:url(../images/btns/r_middle_btn_01.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_middle_btn_02 a {padding:1px 0px 0px 1px; display:inline-block; color:#ffffff; text-decoration:none; background:url(../images/btns/r_middle_btn_02.jpg) no-repeat left 1px; line-height:15px;}
.round_middle_btn_02 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:6px 2px 3px 2px; font-weight:bold; font-size:12px; background:url(../images/btns/r_middle_btn_02.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_middle_btn_03 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_middle_btn_03.jpg) no-repeat left 1px; line-height:15px;}
.round_middle_btn_03 a strong{font-family:"돋움", sans-serif; display:inline-block; padding:6px 2px 3px 2px; font-weight:bold; font-size:11px; background:url(../images/btns/r_middle_btn_03.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

*/

/*큰버튼 - 배경높이 31x - 라운드 있음*/
/*
.round_big_btn_01 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_big_btn_01.jpg) no-repeat left 1px; line-height:15px;}
.round_big_btn_01 a strong{font-family:"맑은 고딕","돋움", sans-serif; display:inline-block; padding:7px 4px 8px 4px; font-weight:bold; font-size:14px; background:url(../images/btns/r_big_btn_01.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

.round_big_btn_02 a {padding:1px 0px 0px 1px; display:inline-block; color:#5c5c5c; text-decoration:none; background:url(../images/btns/r_big_btn_02.jpg) no-repeat left 1px; line-height:15px;}
.round_big_btn_02 a strong{font-family:"맑은 고딕","돋움", sans-serif; display:inline-block; padding:7px 4px 8px 4px; font-weight:bold; font-size:14px; background:url(../images/btns/r_big_btn_02.jpg) no-repeat 100% 0px;cursor:pointer; text-align:center;}

*/



/****************************************** 텍스트로 된 아이콘 ************************************************************/
/*흰색배경 - 버튼 모양 16px*/
/*
.ss_label_01 em{ padding:1px 0px 0px 1px; display:inline-block; color:#000000; background:url(../images/btns/i_small_btn_01.jpg) no-repeat left 1px; line-height:13px;}
.ss_label_01 em i{ font-family:"돋움", sans-serif; display:inline-block; margin:0px; padding:3px 2px 0px 2px; color:#787877; font-size:11px; letter-spacing:-1px; font-style:normal; background:url(../images/btns/i_small_btn_01.jpg) no-repeat 100% 0px; text-align:center;}

*/
/*주황색배경 - 버튼 모양 16px*/
/*
.ss_label_02 em{ padding:1px 0px 0px 1px; display:inline-block; color:#000000; background:url(../images/btns/i_small_btn_02.jpg) no-repeat left 1px; line-height:13px;}
.ss_label_02 em i{ font-family:"돋움", sans-serif; display:inline-block; margin:0px; padding:3px 2px 0px 2px; color:#FFFFFF; font-size:11px; letter-spacing:-1px; font-style:normal; background:url(../images/btns/i_small_btn_02.jpg) no-repeat 100% 0px; text-align:center;}

*/
/*진회색배경 - 버튼 모양 16px*/
/*
.ss_label_03 em{ padding:1px 0px 0px 1px; display:inline-block; color:#000000; background:url(../images/btns/i_small_btn_03.jpg) no-repeat left 1px; line-height:13px;}
.ss_label_03 em i{ font-family:"돋움", sans-serif; display:inline-block; margin:0px; padding:3px 2px 0px 2px; color:#FFFFFF; font-size:11px; letter-spacing:-1px; font-style:normal; background:url(../images/btns/i_small_btn_03.jpg) no-repeat 100% 0px; text-align:center;}

*/


.o_font_0 {color:#4e82cc; font-size:11px;}
.o_font_1 {color:#4d9a30; font-size:11px;}
.o_font_2 {color:#ee8601; font-size:11px;}
.o_font_3 {color:#08bace; font-size:11px;}
.o_font_4 {color:#0273d9; font-size:11px;}
.o_font_5 {color:#dc3100; font-size:11px;}
.o_font_11 {color:#c80f01; font-size:11px;}
.o_font_12 {color:#dd005e; font-size:11px;}
.o_font_21 {color:#c40bba; font-size:11px;}
.o_font_22 {color:#9d0bc5; font-size:11px;}
.o_font_23 {color:#5227e0; font-size:11px;}
.o_font_31 {color:#4049e5; font-size:11px;}
.o_font_32 {color:#1a84bc; font-size:11px;}
.o_font_41 {color:#d69b00; font-size:11px;}
.o_font_42 {color:#129dc2; font-size:11px;}
.o_font_43 {color:#3f5de4; font-size:11px;}
.o_font_100 {color:#a046d7; font-size:11px;}
.o_font_etc {color:#626262; font-size:11px;}





/**************************관리자 주문 버튼들**************************/
/*라벨높이 18px*/
.o_btn i { padding:1px 0px 0px 1px; display:inline-block; color:#f6f6f6; text-decoration:none; background:url(/img/order_btn/small_btn_etc.jpg) no-repeat left 1px; line-height:15px;font-style:normal; }
.o_btn i strong{ font-family:"돋움", sans-serif;display:inline-block; padding:3px 4px 1px 3px; font-weight:normal; font-size:11px; background:url(/img/order_btn/small_btn_etc.jpg) no-repeat 100% 0px; text-align:center; }
.o_btn i strong{letter-spacing:-2px; min-width:57px;}


/*버튼높이 18px*/
.o_btn a { padding:1px 0px 0px 1px; display:inline-block; color:#ffffff; text-decoration:none; background:url(/img/order_btn/small_btn_etc.jpg) no-repeat left 1px;line-height:15px; }
.o_btn a strong{ font-family:"돋움", sans-serif;display:inline-block; padding:3px 4px 1px 3px; font-weight:normal; font-size:11px; background:url(/img/order_btn/small_btn_etc.jpg) no-repeat 100% 0px;cursor:pointer;text-align:center;}
.o_btn a strong{letter-spacing:-2px; min-width:57px;}

.o_btn_0 a, .o_btn_0 i {background:url(/img/order_btn/small_btn_0.jpg) no-repeat left 1px; }
.o_btn_0 a strong, .o_btn_0 i strong{background:url(/img/order_btn/small_btn_0.jpg) no-repeat 100% 0px;}

.o_btn_1 a, .o_btn_1 i {background:url(/img/order_btn/small_btn_01.jpg) no-repeat left 1px; }
.o_btn_1 a strong, .o_btn_1 i strong{background:url(/img/order_btn/small_btn_01.jpg) no-repeat 100% 0px;}

.o_btn_2 a,.o_btn_2 i {background:url(/img/order_btn/small_btn_02.jpg) no-repeat left 1px; }
.o_btn_2 a strong, .o_btn_2 i strong{background:url(/img/order_btn/small_btn_02.jpg) no-repeat 100% 0px;}

.o_btn_3 a, .o_btn_3 i {background:url(/img/order_btn/small_btn_03.jpg) no-repeat left 1px; }
.o_btn_3 a strong, .o_btn_3 i strong{background:url(/img/order_btn/small_btn_03.jpg) no-repeat 100% 0px;}

.o_btn_4 a, .o_btn_4 i{background:url(/img/order_btn/small_btn_04.jpg) no-repeat left 1px; }
.o_btn_4 a strong, .o_btn_4 i strong{background:url(/img/order_btn/small_btn_04.jpg) no-repeat 100% 0px;}

.o_btn_5 a, .o_btn_5 i {background:url(/img/order_btn/small_btn_05.jpg) no-repeat left 1px; }
.o_btn_5 a strong, .o_btn_5 i strong{background:url(/img/order_btn/small_btn_05.jpg) no-repeat 100% 0px;}

.o_btn_11 a, .o_btn_11 i {background:url(/img/order_btn/small_btn_11.jpg) no-repeat left 1px; }
.o_btn_11 a strong, .o_btn_11 i strong{background:url(/img/order_btn/small_btn_11.jpg) no-repeat 100% 0px;}

.o_btn_12 a, .o_btn_12 i {background:url(/img/order_btn/small_btn_12.jpg) no-repeat left 1px; }
.o_btn_12 a strong, .o_btn_12 i strong{background:url(/img/order_btn/small_btn_12.jpg) no-repeat 100% 0px;}

.o_btn_21 a, .o_btn_21 i {background:url(/img/order_btn/small_btn_21.jpg) no-repeat left 1px; }
.o_btn_21 a strong, .o_btn_21 i strong{background:url(/img/order_btn/small_btn_21.jpg) no-repeat 100% 0px;}

.o_btn_22 a, .o_btn_22 i {background:url(/img/order_btn/small_btn_22.jpg) no-repeat left 1px; }
.o_btn_22 a strong, .o_btn_22 i strong{background:url(/img/order_btn/small_btn_22.jpg) no-repeat 100% 0px;}

.o_btn_23 a, .o_btn_23 i {background:url(/img/order_btn/small_btn_23.jpg) no-repeat left 1px; }
.o_btn_23 a strong, .o_btn_23 i strong{background:url(/img/order_btn/small_btn_23.jpg) no-repeat 100% 0px;}

.o_btn_31 a, .o_btn_31 i {background:url(/img/order_btn/small_btn_31.jpg) no-repeat left 1px; }
.o_btn_31 a strong, .o_btn_31 i strong{background:url(/img/order_btn/small_btn_31.jpg) no-repeat 100% 0px;}

.o_btn_32 a, .o_btn_32 i {background:url(/img/order_btn/small_btn_32.jpg) no-repeat left 1px; }
.o_btn_32 a strong, .o_btn_32 i strong{background:url(/img/order_btn/small_btn_32.jpg) no-repeat 100% 0px;}

.o_btn_41 a, .o_btn_41 i {background:url(/img/order_btn/small_btn_41.jpg) no-repeat left 1px; }
.o_btn_41 a strong, .o_btn_41 i strong{background:url(/img/order_btn/small_btn_41.jpg) no-repeat 100% 0px;}

.o_btn_42 a, .o_btn_42 i {background:url(/img/order_btn/small_btn_42.jpg) no-repeat left 1px; }
.o_btn_42 a strong, .o_btn_42 i strong{background:url(/img/order_btn/small_btn_42.jpg) no-repeat 100% 0px;}

.o_btn_43 a, .o_btn_43 i {background:url(/img/order_btn/small_btn_43.jpg) no-repeat left 1px; }
.o_btn_43 a strong, .o_btn_43 i strong{background:url(/img/order_btn/small_btn_43.jpg) no-repeat 100% 0px;}

.o_btn_100 a, .o_btn_100 i {background:url(/img/order_btn/small_btn_100.jpg) no-repeat left 1px; }
.o_btn_100 a strong, .o_btn_100 i strong{background:url(/img/order_btn/small_btn_100.jpg) no-repeat 100% 0px;}

.o_btn_etc a, .o_btn_etc i {background:url(/img/order_btn/small_btn_etc.jpg) no-repeat left 1px; }
.o_btn_etc a strong, .o_btn_etc i strong{background:url(/img/order_btn/small_btn_etc.jpg) no-repeat 100% 0px;}

