@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/
.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}



.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 800px;
}

.slide-box-1 {
  background: url(../img/main.jpg);
  background-size: cover;
  background-position: bottom center;
}

/* .slide-box-2 {
  background: url(../img/main2.png);
  background-size: cover;
  background-position: center center;
} */

.text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.slide-box h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: 400;
  padding: 1.5rem 0 3rem;
  letter-spacing: -2px;
}

.slide-box h2 b {
  display: inline-block;
  color: #44cec1;
  border-bottom: 5px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.slide-box p {
  font-size: 19px;
  padding-bottom: 3rem;
  padding-left: 1rem;
}

.slide-box span {
  background: #f78a7b;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
}


.slide-box a:hover {
  opacity: 0.6;
}



/******************** 메인 슬라이드 끝// ********************/

/******************** 슬라이드2 시작 ********************/

.slide_bg {}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 270px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li+li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/gallery_big1.png);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #000;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/


/**m_tit 시작**/
.m_tit {
  margin-bottom: 40px;
  text-align: center;
}

.m_tit h2 {
  font-size: 35px;
  line-height: 1.1;
  padding-top: 10px;
  text-transform: uppercase;
}

.m_tit h3 {
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.m_tit h2 em {
  font-size: 0.5em;
  font-weight: 200;
}

.m_tit b {
  color: #488a61;
}

.m_tit .line {
  width: 50px;
  height: 2px;
  background: #488a61;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}

.m_tit strong {
  font-size: 22px;
  color: #488a61;
}

.m_tit p {
  font-size: 19px;
  opacity: 0.85;
  padding-top: 10px;
  font-family: 'Pretendard';
}

.m_tit.m_tit_color {
  margin-bottom: 20px;
}

/**m_tit 끝//**/

/* 공통텍스트 */

.text_h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.text_h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  letter-spacing: -2px;
}

.text_h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1.5rem;
  letter-spacing: -1px;
}

.text_h2 b {
  color: #488a61;
}

.text_span {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 3px solid #44cec1;
}

.text_p {
  font-size: 19px;
  line-height: 1.6;
}

.text_p17 {
  font-size: 17px;
  line-height: 1.6;
}

.text_p15 {
  font-size: 15px;
  line-height: 1.65;
}

.text_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.text_b:hover {
  color: #47adad;
}

span.line {
  display: block;
  width: 45px;
  height: 3px;
  margin-bottom: 1.5rem;
}




/* bar */
.bar {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}

.bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  display: inline-block;
  padding: 16px 45px;
  background: #488a61;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
}

.more:hover {
  background: #19caa4;
}



/* sec1 시작*/

.sec1 {
  padding: 150px 0 100px;
  background: url(../img/sec1_bg.jpg) center bottom no-repeat;
}

.sec1 .container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}

.sec1 .m_tit {
  text-align: left;
}

.sec1 p {
  padding-left: 0.87rem;
  max-width: 40ch;
}




/* sec1 끝 */


/* sec2 */
.sec2 {
  padding: 80px 0;
  position: relative;
}

.sec2 .container {
  position: relative;
  padding: 0;
}

.tabcont {
  display: none;
}

.sec2 .menubar {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}

.sec2 .menubar span {
  background: #f0f0f0;
  color: #777;
  display: block;
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 17px;
}

.sec2 .menubar .on {
  background-color: #fff;
  border-bottom: 3px solid #488a61;
  color: #488a61;
  font-weight: bold;
}

.tabcont.on {
  display: block;
}

.sec2 article .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec2 article .text {
  height: 550px;
  padding: 2.5rem;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #ddd;
}

.sec2 .text h3 {
  font-size: 22px;
  color: #488a61;
  padding-bottom: 5px;
}

.sec2 .text p {
  font-size: 18px;
  padding-bottom: 2rem;
}

.sec2 .text b {
  color: #488a61;
}

.sec2 .img {
  border-right: 20px solid #fff;
}

.sec2 #menu1 .img {
  background: url(../img/sec2_1.png) left center;
  background-size: cover;
}

.sec2 #menu2 .img {
  background: url(../img/sec2_2.png) left center;
  background-size: cover;
}




/* sec3 */
.sec3 {
  background: url(../img/sec3_bg.png) center fixed;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin: auto;
}

.sec3 ul li {
  border-right: 1px solid #ffffff75;
  padding: 2rem;
}


.sec3 ul li:last-child {
  border: none;
}

/* sec4 */
.sec4 {
  padding: 100px 0;

}

.sec4 .banner_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.sec4 .banner,
.sec4 .banner2 {
  border: 1px solid #ddd;
  padding: 3rem 2rem;
}

.sec4 .banner {
  background: url(../img/sec4_1.png) right no-repeat;
}

.sec4 .banner2 {
  background: url(../img/sec4_2.png) right no-repeat;
}

.sec4 .m_tit .line {
  margin-left: 0;
  margin-top: 1rem;
}

.sec4 h3 {
  line-height: 1.3;
  font-size: 24px;
  padding: 1rem 0 0;
}

.sec4 b {
  display: block;
  color: #488a61;
  ;
}

.sec4 span {
  color: #488a61;
}

.sec4 p {
  font-size: 18px;
}

.sec4 .banner3 {
  padding: 70px;
  background: url(../img/sec4_3.png);
  background-size: cover;
  margin-top: 3rem;
  text-align: left;
}



/* sec5 */
.sec5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 450px;
  overflow: hidden;
  background: #ffbf94;
  position: relative;
}


.sec5 h4 {
  position: absolute;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  text-align: center;
}


/**cs 시작**/
.cs {
  width: 100%;
  padding: 140px 0;
  background: url(/img/sec3_bg.jpg) no-repeat center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.cs_txt h2 {
  font-size: 40px;
  font-weight: 800;
}

.cs_txt p {
  font-size: 18px;
  padding-top: 15px;
}

/**cs 끝//**/

/**tab_wrap 시작**/
.tab_wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #f9f1de;
}

.tab_title {
  width: 100%;
  text-align: center;
}

.tab_title li {
  list-style: none;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50px;
}

.tab_title li:hover {
  background-color: #f6ddbe;
  color: #222;
}

.tab_title li:nth-child(3) {
  margin-right: 0;
}

.tab_title li.on {
  background-color: #f6ddbe;
  color: #222;
  border: none;
}

.tab_cont {
  clear: both;
  padding-top: 40px;
}

.tab_cont div {
  display: none;
  text-align: center;
}

.tab_cont div.on {
  display: block;
}

.main_gallery {}

.main_gallery {
  overflow: hidden;
  margin: 0 -10px;
  display: block;
}

.main_gallery li {
  padding: 0 10px;
  float: left;
  width: 25%;
}

.tab_btn {
  margin-top: 80px;
}

.tab_btn a {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #222;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/**tab_wrap 끝//**/


.m_block {
  display: none !important;
}

.d_block {
  display: block !important;
}





/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

  /**메인 슬라이드 시작**/
  .slide-box {
    height: 650px;
  }

  /**메인 슬라이드 끝**/

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis_txt {
    height: 600px;
  }

  .main_vis_txt h3 {
    font-size: 33px;
  }

  .main_vis_txt h2 {
    font-size: 80px;
  }

  .main_vis_txt p {
    font-size: 20px;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 34px;
  }

  .m_tit strong {
    font-size: 20px;
  }

  .m_tit p {
    font-size: 17px;
  }

  /**m_tit 끝//**/

  /**con2 시작**/
  .con_2 {
    padding: 80px 0;
  }

  .box_list {
    margin: 0 -5px;
  }

  .box_list .box_item {
    padding: 0 5px;
  }

  .box_txt h2 {
    font-size: 24px;
  }

  .box_txt p {
    font-size: 14px;
    line-height: 100%;
  }

  /**con2 끝//**/

  /**cs 시작**/
  .cs {
    padding: 100px 0;
  }

  .cs_txt h2 {
    font-size: 36px;
  }

  .cs_txt p {
    font-size: 17px;
    padding-top: 10px;
  }

  /**cs 끝//**/




  /**tab_wrap 시작**/
  .tab_wrap {
    padding: 80px 0;
  }

  .tab_title li {
    width: 130px;
    margin-right: 5px;
    font-size: 15px;
  }

  .main_gallery {
    margin: 0 -5px;
  }

  .main_gallery li {
    padding: 0 5px;
  }

  .tab_btn {
    margin-top: 40px;
  }

  .tab_btn a {
    width: 250px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }

  /**tab_wrap 끝//**/

  /**cs_bnr 시작**/
  .cs_bnr {
    padding: 60px 300px 60px 0;
  }

  .cs_bnr_txt h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .cs_bnr_txt p {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
  }

  .cs_bnr_txt a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 30px 20px 0 0;
  }

  /**cs_bnr 끝//**/
  .slide2-box {
    height: 250px;
  }


}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width:767px) {
  .slide-box span {
    display: none;
  }

  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 600px;
    background: url(../img/mainm.jpg) top center;
    background-size: cover;
  }

  .text-group {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .text-group h2 {
    font-size: 37px;
    line-height: 1.0;
  }

  .text-group p {
    opacity: 0.7;
    font-size: 15px;
    line-height: 1.5;
  }


  .text-group img {
    width: 70%;
  }


  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 30px;
  }

  .m_tit strong {
    font-size: 18px;
  }

  .m_tit p {
    font-size: 16px;
  }

  /**m_tit 끝//**/


  /* 공통텍스트 */

  .text_h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
  }

  .text_h3 {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2.0rem;
    letter-spacing: -2px;
  }

  .text_h4 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.1rem;
    letter-spacing: -1px;
  }

  .text_h2 b {
    color: #e9823d;
  }

  .text_span {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 3px solid #26bf81;
  }

  .text_p {
    font-size: 17px;
    line-height: 1.6;
  }

  .text_p17 {
    font-size: 15px;
    line-height: 1.6;
  }

  .text_p15 {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .text_b {
    display: inline-block;
    border: 1px solid;
    padding: 12px 40px;
    margin-top: 2.2rem;
  }


  /* bar */
  .bar {
    height: auto;
  }

  .bar_box {
    grid-template-columns: 1fr;
    grid-gap: 0;
    position: relative;
    left: 0;
    transform: translate(0, -50px);
    margin: auto;
  }

  .bar_box .img {
    transform: translateX(0);
    padding: 1rem 10% 0;
  }

  .bar_box div:nth-child(1) {
    grid-area: 2;
  }


  /* sec1 */
  .sec1 {
    padding: 60px 0;
  }

  .sec1 .container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sec1 .m_tit p {
    padding: 10px;
    max-width: 100ch;
  }



  /* sec2 */
  .sec2 {
    padding: 60px 0;
  }

  .sec2 article .grid {
    grid-template-columns: 1fr;
  }

  .sec2 article .img {
    height: 300px;
    margin-top: 60px;
  }

  .sec2 article .text {
    height: auto;
    padding-bottom: 0;
  }

  .sec2 .menubar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  /* sec3 */
  .sec3 {
    padding: 80px 0;
  }

  .sec3 ul {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .sec3 ul li {
    padding: 2rem 1rem;
  }

  .sec3 ul li:nth-child(2) {
    border: none;
  }


  /* sec4 */
  .sec4 {
    padding: 60px 0;
    background-size: cover;
    background-position-x: 80%;
  }

  .sec4 .banner {
    background-size: contain;
    background-position-x: 100%;
  }

  .sec4 .banner2 {
    background-size: contain;
    background-position-x: 100%;
  }

  .sec4 .banner3 {
    padding-top: 100px;
    background-image: url(../img/sec4_3m.png);
  }

  .sec4 h3 {
    font-size: 20px;
  }


  /* sec5 */
  .sec5 h4 {
    font-size: 15px;
  }


  /**cs_bnr 시작**/
  .cs_bnr {
    padding: 40px 0;
    background: url(/img/767_cs_bnr.png) no-repeat center;
    background-size: cover;
  }

  .cs_bnr_txt h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
  }

  .cs_bnr_txt p {
    font-size: 14px;
    padding-top: 20px;
    color: #fafafa;
  }

  .cs_bnr_txt a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 30px 10px 0 0;
    background-color: #111;
  }

  /**cs_bnr 끝//**/

  .m_block {
    display: block !important;
  }

  .d_block {
    display: none !important;
  }



  .slide_bg {
    padding: 0px 0 0;
  }




}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {


  .slide-box {
    height: 500px;
  }

  .slide-box .container {}

  .slide-box .text-group {
    padding-bottom: 3rem;
    text-align: left;
  }

  .text-group h2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .slide-box .text-group p {
    padding-left: 0.6rem;
  }

  .text-group img {
    width: 90%;
  }


  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 25px;
  }

  .m_tit strong {
    font-size: 15px;
  }

  .m_tit p {
    font-size: 16.5px;
  }

  /**m_tit 끝//**/

  /* bar */
  .bar_box .img {
    display: flex;
    padding-top: 0;
    padding-bottom: 2rem;
    text-align: center;
  }

  /* bar */
  .bar {
    padding: 40px 0;
  }

  .bar .container {
    flex-direction: column;
    grid-gap: 10px;
  }

  /* sec1 */


  .sec1 {
    padding: 50px 0;
  }

  .sec1 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .sec1 ul li {
    padding: 1rem;
  }

  .sec1 ul li:nth-child(3) {
    grid-row: 2/2;
    grid-column: 2;
  }

  .sec1 ul li:nth-child(6) {
    grid-row: 3/3;
    grid-column: 1;
  }


  .sec1 ul li h4 {
    font-size: 21px;
  }

  .sec1 ul li p {
    display: none;
  }

  .sec1 ul li .plusbox {
    margin-bottom: 4rem;
  }


  /* sec2 */
  .sec2 {
    padding: 50px 0 0;
  }
  .sec2 .container {
    padding: 0;
  }

  .sec2 .menubar span {
    font-size: 14px;
  }

  .sec2 article .img {
    height: 200px;
    margin-top: 50px;
  }

  .sec2 article .text {
    padding: 1rem;
  }

  .sec2 .text p {
    font-size: 16.5px;
  }

  .sec2 .m_tit img {
    width: 90px;
  }

  .sec2 .img {
    border: none;
  }

  /* sec3 시작 */
  .sec3 {
    padding: 70px 0;
  }



  /* sec4 */
  .sec4 {
    padding: 40px 0;
  }

  .sec4 .container {
    padding: 0;
  }

  .sec4 .banner_box {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 20px;
  }

  .sec4 .banner3 {
    padding: 4rem 1.5rem;
    padding-top: 220px;
    background-size: cover;
    text-align: center;
  }



  /**tab_wrap 시작**/
  .tab_cont {
    width: 100%;
    padding-top: 10px;
  }

  .tab_wrap {
    padding: 40px 0;
  }

  /* .tab_title li {
    font-size: 14px;
    width: auto;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    color: #999;
    margin: 0;
    background: url(/img/dot.png) no-repeat center left;
  }
  .tab_title li.on {
    background: none;
    color: #222;
    background: url(/img/dot2.png) no-repeat center left;
  } */
  .tab_title li {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 4px;
  }

  .tab_btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  /**tab_wrap 끝//**/

  /**cs_bnr 시작**/
  .cs_bnr_txt h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .cs_bnr_txt p {
    font-size: 13px;
    padding-top: 15px;
  }

  .cs_bnr_txt a {
    font-size: 13px;
    width: 120px;
    margin: 20px 5px 0 0;
  }

  /**cs_bnr 끝//**/

  /* sec5 */
  .sec5 {
    padding: 50px 0;
  }


}

@media (max-width:340px) {
  .cs_bnr_txt a {
    width: 100px;
  }

  .tab_title li {
    font-size: 14px;
    width: auto;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    color: #999;
    margin: 0;
    background: url(/img/dot.png) no-repeat center left;
  }

  .tab_title li.on {
    background: none;
    color: #b79f81;
    background: url(/img/dot2.png) no-repeat center left;
  }
}