@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: 950px;
}

.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: 18px;
  padding-bottom: 3rem;
}


.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;
  font-family: 'GmarketSansMedium';
}

.m_tit h2 {
  font-size: 37px;
  line-height: 1.1;
}

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

.m_tit b {
  color: #ff5f60;
}

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

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

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

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

/**m_tit 끝//**/

/* 공통텍스트 */

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

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

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

.text_h2 b {
  color: #ff5f60;
}

.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 {
  position: relative;
  height: 200px;
}

.bar_box {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 20px;
  border-bottom: 5px solid #ff8787d2;
  box-shadow: 0 5px 10px #6969693d;
  background: #fff;
}

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

.bar_box div:nth-child(1) {
  position: relative;
}

.bar_box div:nth-child(2) {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 20px;
}

.bar_box .img {
  position: absolute;
  transform: translate(-100px, 5px);
}


/* sec1  */
.sec1 {
  padding: 50px 0 100px;
}

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

.sec1 .text_b:hover {
  color: #e9823d;
}


/* sec2 시작*/

.sec2 {
  padding: 100px 0;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.sec2 ul li {
  padding: 2rem;
  grid-gap: 20px;
  border: 1px solid #ddd;
}

.sec2 ul li:first-child {
  background: #44cec1;
}

.sec2 ul li:hover {
  opacity: 1;
}

.sec2 ul li h4 {
  font-size: 1.65em;
  font-weight: 600;
  letter-spacing: -1px;
}

.sec2 ul li .plusbox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6rem;
}

.sec2 ul li .plus {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.sec2 ul li .plus span {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
}

.sec2 ul li .plus span:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

.sec2 ul li .plus span:last-child {
  position: absolute;
  top: 52%;
  opacity: 0;
  transition: 0.5s;
}

.sec2 ul li:nth-child(1) {}

.sec2 ul li:nth-child(2) {}

.sec2 ul li:nth-child(3) {
  background: url(../img/sec2_1.png);
  background-size: cover;
}

.sec2 ul li:nth-child(6) {
  background: url(../img/sec2_2.png);
  background-size: cover;
}

.sec2 ul li:nth-child(8) {
  background: url(../img/sec2_3.png);
  background-size: cover;
}

.sec2 ul li.white {
  color: #fff;
}

.sec2 ul li.white .plus span {
  background: #fff;
}

.sec2 ul li:hover {
  background: #44cec1;
  box-shadow: 0 0 10px #44cec1;
  border-color: #44cec1;
  color: #fff;
}

.sec2 ul li:hover .plus span {
  background: #fff;
}

.sec2 ul li:hover .plus span:last-child {
  opacity: 1;
  transform: rotate(90deg);

}

.sec2 .more {
  display: block;
  margin: auto;
  margin-top: 3rem;
  font-size: 16px;
  width: 250px;
  text-align: center;
  border: 1px solid #333;
  padding: 16px;
}

.sec2 .more:hover {
  background: #eee;
}

/* sec2 끝 */



/* sec3 */
.sec3 {
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
}

.sec3 .container {
  display: flex;
  justify-content: flex-end;
}

.sec3 .textbox {
  padding: 5rem 4rem;
  background: #44cec0e8;
  width: 450px;
}




/* sec4 */
.sec4 {
  padding: 100px 0;
  background: url(../img/cs_bg.jpg) bottom center;
}

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

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

.sec4 h4 {
  display: inline-block;
  font-size: 27px;
  background: #44cec1;
  padding: 10px 20px;
  line-height: 1;
  margin-bottom: 2rem;
}

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



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

.sec5 video {
  width: 100%;
  opacity: 0.7;
}

.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: 36px;
  }

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

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

  /**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 right;
    background-size: cover;
  }

  .text-group {
    width: 100%;
    justify-content: flex-end;
  }

  .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: 15px;
  }

  /**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;
    padding: 0 !important;
  }

  .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: 40px 10px;
    background-size: 150%;
  }

  .sec1 .container {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }

  .sec1 .img {
    justify-content: center;
  }

  .sec1 .sec1_box {
    padding: 0;
    box-shadow: none;
  }

  .sec1 .img img {
    width: 70%;
  }

  /* sec2 */
  .sec2 ul {
    grid-template-columns: 1fr 1fr;
  }

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

  .sec2 ul li h4 {
    font-size: 22px;
  }

  .sec2 .m_tit p {
    padding: 10px;
  }

  .sec2 .m_tit p br {
    display: none;
  }

  .sec2 .more {
    display: block;
    margin: auto;
    margin-top: 2rem;
    font-size: 15px;
    width: 230px;
    text-align: center;
    border: 1px solid #333;
    padding: 13px;
  }

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

  .sec4 ul {
    grid-template-columns: 1fr;
  }

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


  /* 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: 550px;
  }

  .slide-box .container {}

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

  .slide-box .container a {
    display: none;
  }

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

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


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

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

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

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

  /**m_tit 끝//**/

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

  /* sec1 */

  .sec1 {
    padding: 0px 0 40px;
  }

  .sec1 .container {
    box-shadow: none;
  }



  /* sec2 */


  .sec2 {
    padding: 50px 0;
  }

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

  .sec2 ul li {
    padding: 1rem;
  }

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

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


  .sec2 ul li h4 {
    font-size: 20px;
  }

  .sec2 ul li p {
    display: none;
  }

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


  /* sec3 시작 */
  .sec3 {
    background-image: url(../img/sec2_bgm.jpg);
    padding-top: 270px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .sec3 .textbox {
    padding: 2rem;
    background: #fff;
  }


  /* sec4 */
  .sec4 {
    padding: 55px 10px;
    background-position: 55%;
  }

  .sec4 ul li:nth-child(2) {
    padding: 2rem 1.5rem;
  }

  .sec4 ul li .box_map {
    padding: 2rem 1rem;
    text-align: center;
  }

  .box_map div {
    flex-direction: column;
    text-align: left;
  }

  .sec4 ul li .root_daum_roughmap {
    height: 210px;
  }

  /* sec5*/
  .sec5 {
    padding: 65px;
    background-position: 35%;
    height: 210px;
  }

  .sec5 h4 {
    padding: 0 40px;
    text-shadow: 0 0 15px #000;
  }


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

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

  .cs_txt p {
    font-size: 13px;
  }

  /**cs 끝//**/


  /**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;
  }
}