/*input*/

input.checkbox,
input[type="radio"] {
  margin: -2px 2px 2px 0;
  vertical-align: middle;
}

.inTxt {
  border: 1px solid #d9d9d9;
  color: #666;
  height: 30px;
  line-height: 30px;
  text-indent: 8px;
  background: #fff;
  vertical-align: top;
}
.log_Area .inTxt {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.inTxt:focus {
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 6px #d3d3d3 inset;
  color: #666;
}

.b_Txt {
  border: 1px solid #d5d9dc;
  color: #b3b3b3;
  height: 33px;
  line-height: 33px;
  text-indent: 10px;
  font-size: 14px;
}
.b_Txt:focus {
  border: 1px solid #b0b0b0;
  box-shadow: 2px 2px 6px #d3d3d3 inset;
  color: #b3b3b3;
}

.c_Txt {
  border: 1px solid #b4b4b4;
  color: #888;
  height: 38px;
  line-height: 40px;
  font-size: 12px;
  text-indent: 4px;
}
.c_Txt:focus {
  border: 1px solid #b4b4b4;
  box-shadow: 2px 2px 6px #c6c6c6 inset;
  color: #666;
}

.d_Txt {
  border: 1px solid #d8d8d7;
  color: #666;
  height: 26px;
  line-height: 28px;
  font-size: 12px;
  text-indent: 4px;
}
.d_Txt:focus {
  border: 1px solid #b0b0b0;
  box-shadow: 2px 2px 6px #d3d3d3 inset;
  color: #666;
}

.textarea {
  border: 1px solid #d5d9dc;
  padding: 2%;
  text-align: left;
  line-height: 18px;
  color: #666;
  text-align: left;
  font-size: 12px;
}
.textarea1 {
  padding: 20px 25px;
  text-align: left;
  line-height: 22px;
  color: #666;
  overflow: auto;
  overflow-x: hidden;
  font-family: "돋움", Dotum, sans-serif;
  word-spacing: 0.02em;
  word-break: break-all;
}

.selTxt {
  color: #666;
  height: 33px;
  line-height: 34px;
  text-indent: 4px;
}

.no_Txt {
  border: 0;
  height: 28px;
  line-height: 30px;
  text-align: left;
  color: #8c8c8c;
  font-family:
    "Nanum Gothic", "나눔 고딕", "NanumGothicWeb", "돋움", Dotum, sans-serif;
}

.select {
  border: 1px solid #d5d9dc;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 13px;
}

.select1 {
  border: 0;
  height: 28px;
  line-height: 28px;
  color: #000;
  font-size: 13px;
}

button {
  border: 0;
}

/***************************/
/** Common to every theme **/
/***************************/
.DivSelectyze {
  position: relative;
  text-align: left;
}

.DivSelectyze .selectyzeValue {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.DivSelectyze ul {
  list-style: none;
}
.DivSelectyze .UlSelectize {
  position: absolute;
  z-index: 9999;
  display: none;
}

.DivSelectyze li a {
  display: block;
  text-decoration: none;
}

.optgroupTitle {
  display: block;
}
/*******************************/
/** END COMMON TO EVERY THEME **/
/*******************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*****************/
/** SKYPE THEME **/
/*****************/
.skype .selectyzeValue {
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  color: #666;
  background: url("../images/ic_down_arrow.gif") no-repeat 94% 11px #fff;
  line-height: 28px;
  height: 28px;
}

.skype .UlSelectize {
  top: 29px;
  left: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  background: #fff;
}

.skype li a {
  height: 28px;
  line-height: 28px;
  background: #fff;
  text-indent: 10px;
  color: #666;
}

.skype li a:hover {
  color: #2f3c3c;
  background-color: #e9f8fe;
  /*gradient bgcolors
		background-image: -webkit-gradient(linear, left top, left bottom, from(#84d8f8), to(#0ab2f1)); /* Saf4+, Chrome
		background-image: -webkit-linear-gradient(top, #84d8f8, #0ab2f1); /* Chrome 10+, Saf5.1+, iOS 5+
		background-image:    -moz-linear-gradient(top, #84d8f8, #0ab2f1); /* FF3.6
		background-image:     -ms-linear-gradient(top, #84d8f8, #0ab2f1); /* IE10
		background-image:      -o-linear-gradient(top, #84d8f8, #0ab2f1); /* Opera 11.10+
		background-image:         linear-gradient(top, #84d8f8, #0ab2f1) */
}

.skype .optgroupTitle {
  margin-top: 15px;
  font-size: 16px;
  padding-left: 10px;
  background-color: #0fb1ef;
  color: #fff;
}

/*****************/
/** MAC THEME **/
/*****************/
.mac .selectyzeValue {
  font-size: 11px;
  font-family: "돋움", "Dotum", "verdana";
  padding: 0 10px;
  border: 1px solid #cdcdd4;
  color: #888;
  background: url("../images/ic_down_arrow.gif") no-repeat 94% 11px #fff;
  line-height: 28px;
  height: 28px;
}

.mac .UlSelectize {
  top: 27px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #cdcdd4;
  border-top: 0;
  z-index: 5;
  max-height: 112px;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.mac li a {
  height: 28px;
  line-height: 30px;
  background-color: transparent;
  color: #888;
  text-indent: 10px;
  font-size: 11px;
  font-family: "돋움", "Dotum", "verdana";
}

.mac li a:hover {
  color: #000;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.mac .optgroupTitle {
  margin-top: 15px;
  font-size: 13px;
  padding-left: 10px;
  background-color: #fff;
  color: #969696;
}

/****************/
/** GREY HEME **/
/*****************/
.grey .selectyzeValue {
  font-size: 12px;
  padding: 0 10px;
  min-width: 71px;
  border: 1px solid #e8e8e8;
  color: #666;
  background: url("../images/down_arrow2.gif") no-repeat 94% center #fff;
  line-height: 30px;
  height: 28px;
}

.grey .UlSelectize {
  top: 30px;
  left: 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background-color: #fff;
}

.grey li a {
  height: 28px;
  line-height: 28px;
  background-color: transparent;
  color: #797979;
  text-indent: 10px;
}

.grey li a:hover {
  color: #666;
  font-weight: 600;
}

.grey .optgroupTitle {
  margin-top: 15px;
  font-size: 20px;
  padding-left: 10px;
  background-color: #858585;
  color: #fff;
}

/*******************/
/** FIREFOX THEME **/
/*******************/
.firefox .selectyzeValue {
  font-size: 11px;
  font-family: "돋움", "Dotum", "verdana";
  padding: 0 10px;
  min-width: 71px;
  border: 1px solid #cdcdd4;
  color: #888;
  background: url("../images/shop/ic_down_arrow.gif") no-repeat 94% 16px #fff;
  line-height: 38px;
  height: 38px;
}

.firefox .UlSelectize {
  top: 37px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #cdcdd4;
  border-top: 0;
  z-index: 5;
}

.firefox li a {
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  color: #888;
  text-indent: 10px;
  font-size: 11px;
  font-family: "돋움", "Dotum", "verdana";
}

.firefox li a:hover {
  color: #000;
  font-weight: 600;
}

.firefox .optgroupTitle {
  margin-top: 15px;
  font-size: 13px;
  padding-left: 10px;
  background-color: #fff;
  color: #969696;
}

/****************/
/** CSS3 THEME **/
/****************/
.css3 .selectyzeValue {
  font: 14px/46px Arial;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  text-align: center;
  width: 195px;
  height: 46px;
  background: url("bg_css3.png") no-repeat;
}

.css3 .UlSelectize {
  top: 36px;
  left: 2px;
  width: 190px;
  background-color: #222222;
}

.css3 li a {
  font: 12px/20px Arial;
  background-color: transparent;
  color: #fff;
  text-align: center;
  padding: 3px 0;
}

.css3 li a:hover {
  background-color: #3e3d3d;
}

.css3 .optgroupTitle {
  margin-top: 15px;
  font-size: 17px;
  font-style: italic;
  padding-left: 10px;
  background-color: #3e3d3d;
  color: #fff;
  font-weight: 700;
}
