@charset "UTF-8";

#content{width:100%;min-height:500px;z-index:1;}
.cnt_lay{width:900px;margin:auto;padding-top:110px;}
.cnt_title_1{width:600px;height:50px;line-height:50px;position:relative;top:79px;font-size:25px;font-family:y710;}
.cnt_title_2{width:600px;height:30px;line-height:30px;position:relative;top:79px;font-size:16px;font-family:y710;}
.qna_lay{width:900px;margin:auto;padding-bottom:30px;padding-top:30px;}
.qna_info{width:900px;height:40px;padding:5px 0px 5px 0px;}
.qna_info_left_lay{width:100px;height:40px;line-height:40px;padding-left:20px;}
.qna_info_right_lay{width:330px;height:40px;line-height:40px;}
#writer_phone_no1{text-align:center;width:80px;height:38px;border:1px solid #ddd;}
#writer_phone_no2{text-align:center;width:90px;height:38px;border:1px solid #ddd;}
#writer_phone_no3{text-align:center;width:90px;height:38px;border:1px solid #ddd;}
#writer_name{width:280px;height:38px;border:1px solid #ddd;}
#email{width:280px;height:38px;border:1px solid #ddd;}
#faq_view{display:none;width:900px;margin:auto;border-top:1px dotted #ddd;background:#859297;}
#faq_view_title{width:100%;height:60px;line-height:80px;text-align:center;color:#cbd2d6;font-size:14px;}
#faq_view_cnt{width:90%;line-height:25px;font-size:15px;padding:30px 5% 50px 5%;color:#fff;}
.contents_area_lay{width:900px;margin:auto;border-top:1px dotted #ddd;text-align:center;padding-top:30px;}
#contents_area{width:95%;height:400px;margin:auto;}
.insert_lay{width:900px;margin:auto;padding-bottom:20px;padding-top:20px;border-top:1px dotted #ddd;border-bottom:1px dotted #3d4951;margin-top:30px;padding-bottom:100px;}
.insert_lay_2{width:900px;height:50px;padding:5px 0px 5px 0px;}
.insert_lay_2_1{width:120px;height:50px;line-height:50px;padding-left:20px;}
.insert_lay_2_2{width:200px;height:48px;line-height:48px;}
.insert_lay_2_3{width:540px;height:40px;line-height:40px;text-align:right;}
#reg_ok{padding:0px;width:200px;height:50px;line-height:48px;border:1px solid #1b232a;background:#1b232a;color:#fff;}






@import url('https://fonts.googleapis.com/css?family=Tangerine:700');

ul {list-style:auto;}
li {float:none;list-style:auto;}
	

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
	
	.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 280px;
  height: 40px;
  line-height: 25px;
}

.select-styled {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4951;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #1b232a;
}
.select-styled:active, .select-styled.active {
  background-color: #1b232a;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #3d4951;
}
.select-options li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left:15px;
  border-top: 1px solid #859297;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #3d4951;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
	