@charset "utf-8";

.content {
  margin: 50px 0 100px;
}

/* 입양 view */
.v_banner {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

.v_banner img {
  vertical-align: top;
}

.v_banner.vb01 {
  background: #f9f7f5;
  padding: 30px 50px;
}

.vbTxt {
  text-align: center;
  margin-bottom: 35px;
}

.vbTxt .tit {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.vbTxt .sub {
  font-size: 22px;
  color: #b49874;
}

.system {
  background: url('/image/sub/v_bg.jpg') no-repeat center;
  background-size: cover !important;
  padding: 70px 0 100px;
  margin-top: 60px;
}

.system h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.3;
}

.system li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  position: relative;
}

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

.system li .img {
  height: 225px;
}

.system li .img img {
  width: 100%;
  height: 100%;
}

.system li .num {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 10px;
  color: #b49874;
  line-height: 1;
  background: url('/image/sub/num.png') no-repeat left top;
  padding-top: 20px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  background-size: auto 40px;
}

.system li .txt {
  word-break: keep-all;
  min-height: 60px;
  position: relative;
}

.system li .tit {
  font-size: 17px;
  line-height: 1.3;
  color: #b49874;
  /*font-weight: 500;*/
  letter-spacing: -0.7px;
  padding-left: 80px;
  margin-top: 15px;
}

.system li .sub {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.step_list li:nth-child(2n) {
  margin-right: 0;
}

.step_list li {
  height: 200px;
  padding: 45px 25px;
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.step_list li .num {
  /* padding-top: 5px; */
  position: absolute;
  top: 32px;
  left: 15px;
}

.step_list li .txt {
  word-break: keep-all;
  padding-left: 190px;
}

.step_list li .tit {
  font-size: 20px;
  line-height: 1.3;
  color: #b49874;
  font-weight: 500;
  margin-bottom: 5px;
}

.step_list li .sub {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

/* 퀵메뉴 */
.quick {
  position: fixed;
  /* top: 16%; */
  bottom: 0;
  right: 0;
  z-index: 991;
  -moz-transform: translateX(370px);
  -webkit-transform: translateX(370px);
  -o-transform: translateX(370px);
  -ms-transform: translateX(370px);
  transform: translateX(370px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quick.on {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.quick>div {
  float: left;
}

.q_bg {
  background: #000;
  width: 67px;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}

.q_bg li {
  padding-top: 20px;
  text-align: center;
}

.q_bg li .txt {
  font-size: 13px;
  color: #bb9e6f;
}

.q_bg li.q_menu {
  cursor: pointer;
  background: url('/image/sub/menu01.png') no-repeat center 25px;
  padding-top: 45px;
}

.quick.on .q_bg li.q_menu {
  background: url('/image/sub/menu02.png') no-repeat center 25px;
}

.q_bg li .num {
  font-size: 21px;
  color: #fff;
  line-height: 1.3;
}

.q_bg .top {
  padding-top: 20px;
  cursor: pointer;
}

.q_bg .top img {
  vertical-align: top;
}

.quick_on {
  width: 370px;
  max-height: 770px;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
}

.quick_on .ser {
  position: relative;
}

.quick_on .ser input {
  border: 0;
  border-bottom: 1px solid #000;
  height: 40px;
  width: 100%;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
}

.quick_on .ser a {
  position: absolute;
  right: 5px;
  top: 5px;
}

.q_icon {
  margin: 15px 0;
}

.q_icon>li {
  float: left;
  width: 25%;
}

.q_icon>li>a {
  position: relative;
  display: block;
  margin: 5px 3px;
  height: 75px;
}

.q_icon>li>a>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.q_icon>li>a>img:last-child {
  opacity: 0;
}

.q_icon>li>a:hover>img:first-child {
  opacity: 0;
}

.q_icon>li>a:hover>img:last-child {
  opacity: 1;
}

.link_wrap {
  position: relative;
  display: block;
  margin: 5px 3px;
  height: 75px;
  cursor: pointer;
}

.link_wrap>img,
.link_wrap .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.link_wrap .link {
  opacity: 0;
}

.link_wrap .link>a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
}

.link_wrap .link>a.a01 {
  top: 0;
}

.link_wrap .link>a.a02 {
  bottom: 0;
}

.link_wrap:hover>img {
  opacity: 0;
}

.link_wrap:hover .link {
  opacity: 1;
}

.q_center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.qTit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.qSub {
  font-size: 14px;
  margin-top: 5px;
}

.q_center .box {
  background: #f0f0f0;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}

.q_center .box span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}

.q_center .box span:first-child {
  width: 40%;
  border-right: 1px solid #ddd;
}

.q_center .box span:last-child {
  width: 58%;
}

.q_center .box_s {
  border: 1px solid #f0f0f0;
  padding: 15px 0 0;
}

.q_center .box_s span {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.q_center .box_s span.br0 {
  border-right: 0;
}

.mail_form li {
  width: 50%;
  float: left;
  margin: 15px 0;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 14px;
}

.mail_form li.e1 {
  background: url('/image/sub/fax.png') no-repeat 5px;
}

.mail_form li.e2 {
  background: url('/image/sub/fax.png') no-repeat 5px;
}

.mail_form .sub {
  color: #888;
}

.part li {
  float: left;
  width: 49%;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0;
}

.part li:first-child {
  margin-right: 2%;
  border: 1px solid #b49874;
}

.part .tit {
  font-size: 16px;
}

.part .sub {
  font-size: 12px;
  color: #888;
}

.part li:last-child {
  background: #f6f6f6;
}

/* 셀럽 list */
.cel_list {
  margin-top: 50px;
}

.cel_list li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.cel_list.col02 li {
  width: 49%;
}

.cel_list.col02 li:nth-child(2n) {
  margin-right: 0;
}

.cel_list li:nth-child(4n) {
  margin-right: 0;
}

.cel_list li a {
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  position: relative;
}

.cel_list li a:hover {
  border: 1px solid #b49874;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.cel_list li a .img {
  height: 230px;
  position: relative;
}

.cel_list.col02 li a .img {
  height: 325px;
}

.cel_list.col02 li a .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/image/sub/play.png') no-repeat center;
}

.cel_list.col02 li a:hover .img:after {
  background: rgba(180, 152, 116, 0.6) url('/image/sub/play.png') no-repeat center;
}

.cel_list li a .img img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.cel_list li a:hover .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(180, 152, 116, 0.6) url('/image/sub/plus.png') no-repeat center;
}

.cel_list li a .txt {
  padding: 20px 15px;
  height: 150px;
  box-sizing: border-box;
}

.cel_list li a .tit {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1em;
  height: 1em;
}

.cel_list li a .sub {
  font-size: 14px;
  color: #888;
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  height: 3em;
}

.cel_list li a .num {
  font-size: 14px;
  color: #b49874;
}

/* 인스타그램 */
.insta_banner {
  background: url('/image/sub/insta.jpg') no-repeat center;
  height: 380px;
  background-size: cover;
  margin: 50px 0;
}

.insta_wrap {
  font-sizE: 0;
  position: relative;
  width: 1680px;
  margin: 0 auto;
}

@media(max-width:1680px) {
  .insta_wrap {
    width: auto;
    margin: 0 3.90625%;
  }
}

.insta_wrap li {
  display: inline-block;
  vertical-align: top;
  width: 14.28571428%;
}

.insta_wrap li a {
  margin: 3px;
  display: block;
}

.insta_wrap li a img {
  vertical-align: top;
  width: 100%;
}

/* 사랑나눔 */
.love_list li {
  margin-bottom: 30px;
}

.love_list li a {
  display: block;
  background: #f6f6f6;
  position: relative;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.love_list li a:hover {
  border: 1px solid #b49874;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.love_list li a>div {
  float: left;
  box-sizing: border-box;
}

.love_list li .txt {
  width: 60%;
  padding: 60px 70px 60px 100px;
}

.love_list li .tag {
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 10px 15px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.love_list li a:hover .tag {
  background: #b49874;
}

.love_list li .tit {
  font-size: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1em;
  height: 1em;
}

.love_list li .day {
  font-size: 18px;
  color: #999999;
  margin: 20px 0 25px;
}

.love_list li .sub {
  font-size: 16px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  height: 4.5em;
}

.love_list li .img {
  width: 40%;
  position: relative;
  height: 100%;
}

.love_list li .img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.love_list li a:hover .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(180, 152, 116, 0.6) url('/image/sub/plus.png') no-repeat center;
}

/* 온라인문의 */
.online_wrap .box {
  border: 1px solid #ddd;
  height: 200px;
  overflow: auto;
  padding: 15px;
}

.online_wrap .check {
  font-size: 15px;
  margin-top: 5px;
}

.oq_table {
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 40px;
}

.oq_table th,
.oq_table td {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px;
  text-align: left;
  font-size: 16px;
}

.oq_table th {
  box-sizing: border-box;
  font-weight: 500;
  width: 180px;
  background: #fbf8f5;
  position: relative;
  padding-left: 20px;
}

.oq_table th span {
  color: red;
  position: absolute;
  top: 20px;
  left: 8px;
}

.oq_table td input {
  height: 35px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  outline: 0;
}

.oq_table td textarea {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
}

.oq_table td .phone {
  width: 100px;
}

.oq_table td select.phone {
  width: 65px;
}

.oq_table td select {
  border: 1px solid #ddd;
  height: 35px;
  box-sizing: border-box;
}

.oq_table td .email {
  width: 210px;
}

.oq_table td select.email {
  width: 150px;
}

.oq_table td .email_bg {
  background: #f4f4f4;
}

.oq_btn button {
  width: 100px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  background: #b49874;
}

.oq_btn button.chk {
  background: #92999e;
  margin-left: 5px;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
.his_icon {
  margin-top: 50px;
  position: relative;
  top: 2px;
  text-align: center;
}

.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
  padding-top: 100px;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background: #b49874;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-top: -150px;
}

.timeline>li:last-child {
  margin-bottom: 70px;
}

.timeline>li.timeline-inverted {
  margin-top: 0;
}

.timeline>li .in {
  position: relative;
  width: 50%;
  float: left;
}

.timeline>li.timeline-inverted .in {
  float: right;
}

.timeline>li .timeline-panel {
  position: relative;
  padding-top: 7px;
}

.timeline>li .timeline-panel:after {
  position: absolute;
  top: 25px;
  right: 13px;
  display: inline-block;
  border-top: 1px solid #ddd;
  content: " ";
  width: 40px;
}

.timeline>li.timeline-inverted .timeline-panel:after {
  left: 13px;
}

.timeline>li.timeline-inverted .timeline-badge {
  left: -14px;
}

.timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  right: -10px;
  z-index: 100;
  top: 12px;
}

.timeline-badge .circle {
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
}

.timeline-badge .circle span {
  background: #b49874;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.timeline-panel h4 {
  font-size: 34px;
  font-weight: bold;
  color: #b49874;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
}

.timeline>li.timeline-inverted .timeline-panel h4 {
  padding-left: 65px;
}

.timeline-panel .timeline-txt {
  margin-top: 10px;
  margin-bottom: 20px;
  word-break: keep-all;
  padding-left: 85px;
  padding-right: 60px;
}

.timeline>li.timeline-inverted .timeline-txt {
  padding-left: 150px;
  padding-right: 0;
}

.timeline-panel .timeline-txt p {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.timeline-panel .timeline-txt p:before {
  content: '·';
  color: #b49874;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.timeline>li.timeline-inverted>.timeline-badge {
  left: -14px;
}

.timeline-img {
  padding-right: 65px;
}

.timeline>li.timeline-inverted .timeline-img {
  padding-left: 65px;
  padding-right: 0;
}

.no-float {
  float: none !important;
}

.is-hidden {
  visibility: hidden;
}

.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}

/* inverse bounce effect on even content blocks */
.timeline-inverted .bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 지점소개 */
.loTxt {
  position: relative;
}

.loTxt .left {
  position: absolute;
  left: 0;
  max-width: 620px;
}

.loTxt .right {
  position: relative;
  right: 0;
  top: 0;
  margin-left: 550px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 30px;
}

.loTxt .right .tit {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 25px;
}

.loTxt .right .tit span {
  margin-left: 5px;
  font-size: 18px;
  color: #b49874;
  font-weight: 400;
}

.loTxt .right .sub {
  font-size: 16px;
  color: #666;
}

.pet_int {
  height: 330px;
  margin: 40px 0 50px;
}

.pet_int>div {
  float: left;
  margin-right: 2%;
  width: 49%;
  margin-top: 0;
}

.pet_int>div .item {
  height: 330px;
}

.int_slide .txt {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}

.pet_int .vid {
  height: 100%;
}

.pet_int .vid img {
  height: 100%;
}

.map_intro {
  position: relative;
}

.map_intro .callNum {
  border-right: 1px solid #ddd;
  width: 300px;
  position: absolute;
  top: 16px;
  left: 0;
}

.map_intro .callNum .tit {
  font-size: 22px;
}

.map_intro .callNum .num {
  font-size: 32px;
  color: #947645;
  margin-top: 10px;
}

.map_intro .store_icon {
  padding-left: 310px;
}

.map_intro .store_icon li {
  width: 16.666%;
}

.map {
  position: relative;
  margin-top: 50px;
}

.mapTxt {
  background: #b49874;
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: 40px;
  width: 430px;
  box-sizing: border-box;
  padding: 50px 60px;
  color: #fff;
}

.mapTxt .tit {
  font-size: 38px;
  line-height: 1.2;
}

.mapTxt .eg {
  font-size: 12px;
  color: #f4e3cc;
}

.mapTxt ul {
  margin-top: 40px;
}

.mapTxt li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.mapTxt li:last-child {
  border-bottom: 0;
}

.mapTxt li .name {
  font-size: 18px;
  margin-bottom: 5px;
}

.mapTxt li .sub {
  font-size: 16px;
  color: #f4e3cc;
}

.map iframe {
  height: 640px;
}

/* 스탭소개 */
.step_img {
  background: url('/image/sub/step_pc.jpg') no-repeat center;
  height: 700px;
  background-size: cover;
}

/* 입양소개 */
.sys_bg {
  position: relative;
}

.sys_bg .bg {
  background: #fbfbfb;
  position: absolute;
  top: 460px;
  bottom: -56px;
  left: 0;
  right: 0;
}

.sys_bg .left,
.sys_bg .right {
  width: 50%;
  float: left;
}

.sys_bg .left .sm_txt {
  padding: 35px 35px 0 0;
}

.sys_bg .right .sm_txt {
  padding: 35px 35px 0 35px;
}

.sm_num {
  line-height: 1em;
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
}

.sm_tit {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  margin: 15px 0;
}

.sm_tit b {
  color: #b49874;
}

.sm_sub {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.sm_sub b {
  font-weight: 500;
  color: #000;
}

.sys_bg .clearfix {
  margin-bottom: 120px;
}

.subStore_tab {
  margin-top: 40px;
}

.subStore_tab ul {
  margin-top: 10px;
}

.subStore_tab li {
  width: 13.3333333%;
  margin-right: 1%;
  float: left;
}

.subStore_tab li:last-child {
  margin-right: 0;
}

.subStore_tab li a {
  display: block;
  border: 1px solid #b79c7e;
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #b79c7e;
}

.subStore_tab li.brown a,
.subStore_tab li.black a {
  color: #fff;
}

.subStore_tab li.brown a {
  background: #b79c7e;
}

.subStore_tab li.black a {
  background: #252525;
  border: 1px solid #252525;
}

.cel_list.col02.add_tag li a .img:after {
  display: none;
}

.cel_list.col02.add_tag li .tag {
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  z-index: 9;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.cel_list.col02.add_tag li a:hover .tag {
  background: #b49874;
}

.wid50>div {
  width: 50%;
}

.wid50>div img {
  vertical-align: top;
}

/* 어바웃 */
.mob-about-sv {
  display: none;
}

/* 지점별 탭  */
.branch-tap-wrap {
  text-align: center;
}

.branch-tap-wrap ul {
  font-size: 0;
}

.branch-tap-wrap .branch-li {
  display: inline-block;
  font-size: 16px;
  width: 275px;
  height: 50px;
  line-height: 50px;
  color: #333;
  border: 1px solid #b49874;
  margin-right: -1px;
  text-align: center;
  cursor: pointer;
}

.branch-tap-wrap .branch-li.on {
  background-color: #b49874;
  color: #fff;
}

.v_edit>iframe {
  height: 700px;
}

.quick02 {
  position: fixed;
  top: 64%;
  right: 0;
  z-index: 991;
}

.quick03 {
  position: fixed;
  bottom: 45px;
  right: 0;
  z-index: 991;
}

.quick03 a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: block;
  width: 180px;
  height: 55px;
  box-sizing: border-box;
  padding: 16px 23px;
}

.quick03 .fir a {
  background: url('/image/main/q1.png') no-repeat;
}

.quick03 .sec a {
  background: url('/image/main/q2.png') no-repeat;
}