@charset "UTF-8";
@import url("https://webfontworld.github.io/naver/MaruBuri.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body, div, ul, form, fieldset, td, th, li, dl, dt, dd, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: 'NanumSquare', sans-serif;
  letter-spacing: -0.05em;
  color: #363636;
  line-height: 1;
}

header, main, footer {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

h1 img, h2 img, h3 img {
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
}

ul, li {
  list-style: none;
}

fieldset, img {
  border: none;
}

input, select, textarea {
  outline: none;
  resize: none;
  background-color: #fff;
  border: none;
  font-family: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #777;
  padding: 8px 16px;
  background-image: url(../images/icon-select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 13px;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #111;
}

button {
  font-family: 'NanumSquare', sans-serif;
  border: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #111;
}

form {
  display: block;
  width: 100%;
}

table {
  border-collapse: collapse;
}

legend, caption {
  overflow: hidden;
  text-indent: -999px;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

table th {
  text-align: center;
}

em, address {
  font-style: normal;
}

select:hover, label:hover, button:hover {
  cursor: pointer;
}

/*==공통====================================================================*/
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
}

.container {
  position: relative;
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.none {
  display: none;
}

.wrap {
  margin-top: 88px;
}

@media (min-width: 1200px) {
  .wrap {
    margin-top: 187px;
  }
}

.wrap.inbound {
  margin: 0;
}

.bg-color-1 {
  background-color: #DCD6D1;
}

.bg-color-2 {
  background-color: #F5F5F5;
}

.mt-50 {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .mt-50 {
    margin-top: 100px;
  }
}

.subway {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
  color: #777;
}

.subway em {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
}

.subway em.line-1 {
  background-color: #0041aa;
}

.subway em.line-2 {
  background-color: #1bc730;
}

.subway em.line-3 {
  background-color: #ff7a0d;
}

.subway em.line-4 {
  background-color: #0099e5;
}

.subway em.line-5 {
  background-color: #700dd1;
}

.subway em.line-6 {
  background-color: #9a5e33;
}

.subway em.line-7 {
  background-color: #658a51;
}

.subway em.line-8 {
  background-color: #d70473;
}

.subway em.line-9 {
  background-color: #cea43a;
}

.subway em.line-10 {
  background-color: #55aeff;
}

.subway em.line-11 {
  background-color: #ff8000;
}

.subway em.line-12 {
  background-color: #fcb726;
}

.subway em.line-13 {
  background-color: #be1e2d;
}

.subway em.line-14 {
  background-color: #05a59d;
}

.subway em.line-15 {
  background-color: #1bc976;
}

.subway em.line-16 {
  background-color: #53d5ff;
}

.subway em.line-17 {
  background-color: #ff9b24;
}

.subway em.line-18 {
  background-color: #d38d13;
}

.subway em.line-19 {
  background-color: #7eca00;
}

.subway em.line-20 {
  background-color: #fb9827;
}

.subway em.line-21 {
  background-color: #187ce8;
}

.subway em.line-22 {
  background-color: #c9d151;
}

.subway em.line-23 {
  background-color: #86c03a;
}

.subway em.line-24 {
  background-color: #9a7611;
}

.subway em.line-101 {
  background-color: #e54d1f;
}

.subway em.line-102 {
  background-color: #0c893f;
}

.subway em.line-103 {
  background-color: #968404;
}

.subway em.line-104 {
  background-color: #187ce8;
}

.subway em.line-105 {
  background-color: #8b63a8;
}

.subway em.line-106 {
  background-color: #3356b4;
}

.subway em.line-201 {
  background-color: #ee1132;
}

.subway em.line-202 {
  background-color: #0c893f;
}

.subway em.line-203 {
  background-color: #fabc00;
}

.subway em.line-301, .subway em.line-401 {
  background-color: #0c893f;
}

/*헤더======================================================*/
/*공통*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  /*데스크탑*/
}

header .container {
  height: inherit;
  padding: 0 8px;
}

header h1 > .logo {
  background-image: url(../images/logo.png);
}

header .sm-header {
  height: 88px;
  text-align: center;
}

header .sm-header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

header .sm-header .container.top {
  height: 46px;
}

header .sm-header .container.bottom {
  margin-top: 5px;
}

header .sm-header .container .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9a9a9a;
  border-radius: 28px;
  height: 28px;
  padding: 3px 10px;
}

header .sm-header .container .search-block input {
  width: 100%;
  font-size: 11px;
  text-indent: 8px;
  background-color: transparent;
}

header .sm-header .container .search-block input::-webkit-input-placeholder {
  color: #d4d4d4;
}

header .sm-header .container .search-block input:-ms-input-placeholder {
  color: #d4d4d4;
}

header .sm-header .container .search-block input::-ms-input-placeholder {
  color: #d4d4d4;
}

header .sm-header .container .search-block input::placeholder {
  color: #d4d4d4;
}

header .sm-header .container .search-block button {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-search.png);
  background-color: transparent;
}

header .sm-header .gnb {
  z-index: 201;
  opacity: 0;
  position: absolute;
  left: -100vw;
  top: 0;
  height: 100vh;
  display: block;
  width: 100vw;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: #fff;
  overflow-y: scroll;
  text-align: left;
}

header .sm-header .gnb .close-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 45px;
  height: 45px;
  color: transparent;
  background-image: url(../images/close-btn.svg);
}

header .sm-header .gnb.on {
  opacity: 1;
  left: 0;
}

header .sm-header .gnb > ul {
  text-align: left;
  margin-top: 75px;
  padding: 0 16px;
}

header .sm-header .gnb > ul > li {
  position: relative;
}

header .sm-header .gnb .oneD {
  position: relative;
  display: block;
  font-family: 'S-CoreDream-6Bold';
  font-size: 19px;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #EFEFEF;
}

header .sm-header .gnb .oneD::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 17px/2);
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/m-nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

header .sm-header .gnb .oneD.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .sm-header .gnb .oneD:only-child::after {
  content: none;
}

header .sm-header .gnb .twoD {
  display: none;
}

header .sm-header .gnb .oneD.on + .twoD {
  display: block;
}

header .sm-header .gnb .twoD > li {
  background-color: #F8F8F8;
}

header .sm-header .gnb .twoD > li > a {
  display: block;
  font-family: 'S-CoreDream-5Medium';
  font-size: 15px;
  color: #777;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
}

header .sm-header .gnb .twoD > li > a::before {
  content: "-";
  margin-right: 4px;
}

header .sm-header .gnb .twoD > li > a.on {
  background-color: #ff6600;
  color: #fff;
}

header .sm-header .gnb .tel {
  margin: 40px 16px 0;
}

header .sm-header .gnb .tel dl {
  margin-bottom: 20px;
}

header .sm-header .gnb .tel dl dt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #777;
}

header .sm-header .gnb .tel dl dd {
  font-size: 21px;
  font-weight: 900;
}

header .sm-header .gnb .tel dl dd a {
  color: inherit;
}

header .lg-header {
  display: none;
}

header h1 {
  position: absolute;
  left: calc(50% - 85px/2);
  top: 8px;
  display: inline-block;
  width: 85px;
  height: 35px;
}

header h1 .logo {
  display: block;
  width: inherit;
  height: inherit;
}

header .menu-btn {
  width: 40px;
  height: 40px;
  background-size: 50%;
  background-image: url(../images/icon-menu.png);
}

header .tel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .tel-btn a {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 0 2px;
  background-size: 70%;
}

header .tel-btn a.tel {
  background-image: url(../images/icon-sns-1.png);
}

header .tel-btn a.kakao {
  background-image: url(../images/icon-sns-2.png);
}

header .tel-btn a.naver {
  background-image: url(../images/icon-sns-3.png);
}

@media (min-width: 1200px) {
  header .sm-header {
    display: none;
  }
  header .lg-header {
    display: block;
    height: 187px;
    text-align: center;
  }
  header .lg-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 126px;
  }
  header .lg-header h1 {
    width: 190px;
    height: 83px;
    margin: 16px 0 0 0;
  }
  header .lg-header .copy {
    color: #3f3f3f;
  }
  header .lg-header .copy p {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
  }
  header .lg-header .copy p strong {
    display: block;
    font-size: 19px;
  }
  header .lg-header .number dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
  }
  header .lg-header .number dl dt {
    font-size: 14px;
    margin-right: 8px;
  }
  header .lg-header .number dl dd {
    font-size: 20px;
    color: #998875;
  }
  header .lg-header .number dl dd a {
    color: inherit;
  }
  header .lg-header .tel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-left: -6px;
  }
  header .lg-header .tel-btn li {
    margin-right: 16px;
  }
  header .lg-header .tel-btn li a {
    width: auto;
    padding-left: 28px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    line-height: 23px;
    -webkit-transform: skew(-0.001deg);
            transform: skew(-0.001deg);
  }
  header .lg-header .gnb {
    border-top: 1px solid #e1e1e1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .lg-header .gnb > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .lg-header .gnb > ul > li {
    position: relative;
    margin: 0 45px;
    text-align: center;
    overflow: hidden;
  }
  header .lg-header .gnb > ul > li:hover {
    overflow: visible;
  }
  header .lg-header .gnb > ul > li .oneD {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 60px;
    height: 60px;
    padding: 0 4px;
    -webkit-transition: none;
    transition: none;
  }
  header .lg-header .gnb > ul > li .oneD:hover {
    border-bottom: 2px solid #BB9F66;
  }
  header .lg-header .gnb > ul > li:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-right: 100px;
  }
  header .lg-header .gnb > ul > li:first-child .oneD {
    position: relative;
    font-family: 'MaruBuri';
    padding: 0 0 0 28px;
    background-color: #3A4D62;
  }
  header .lg-header .gnb > ul > li:first-child .oneD:hover {
    border-bottom: none;
  }
  header .lg-header .gnb > ul > li:first-child .oneD::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -60px;
    bottom: 0;
    display: inline-block;
    border: 60px solid transparent;
    border-top-width: 0;
    border-bottom-color: #3A4D62;
  }
  header .lg-header .gnb > ul > li:first-child .oneD span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  header .lg-header .gnb > ul > li:first-child .oneD strong {
    position: relative;
    font-size: 20px;
    color: yellow;
    margin: 0 10px 0 6px;
  }
  header .lg-header .gnb > ul > li:first-child .oneD .border {
    display: inline-block;
    margin-left: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: yellow;
    border: 2px solid yellow;
    border-radius: 20px;
    padding: 2px 6px 2px 6px;
    line-height: 1;
  }
  header .lg-header .gnb > ul > li .twoD {
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: calc(50% - 100px);
    width: 200px;
    background-color: #3A4D62;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 26px 0;
  }
  header .lg-header .gnb > ul > li .oneD:hover + .twoD {
    z-index: 100;
    opacity: 1;
  }
  header .lg-header .gnb > ul > li .twoD:hover {
    z-index: 100;
    opacity: 1;
  }
  header .lg-header .gnb > ul > li .twoD li {
    margin-bottom: 24px;
  }
  header .lg-header .gnb > ul > li .twoD li:last-child {
    margin-bottom: 10px;
  }
  header .lg-header .gnb > ul > li .twoD li a {
    font-weight: bold;
    color: #fff;
  }
  header .lg-header .gnb > ul > li .twoD li a:hover {
    color: yellow;
  }
  header .lg-header .gnb > ul > li .twoD.city {
    left: calc(50% - 100vw/2 + 363px);
    width: 100vw;
  }
  header .lg-header .gnb > ul > li .twoD.city ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
  }
  header .lg-header .gnb > ul > li .twoD.city ul li {
    width: 11.11%;
    margin: 0;
    padding: 16px 0;
  }
  header .lg-header .gnb > ul > li .twoD.city ul li a {
    font-size: 19px;
  }
}

/*푸터====================================================*/
footer {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.03em;
  background-color: #eee;
  border-top: 1px solid #b2b2b2;
  /*데스크탑*/
}

footer .top {
  padding: 4px;
  border-bottom: 1px solid #b2b2b2;
}

footer .top ul {
  margin: 8px 0;
}

footer .top ul li {
  display: inline-block;
}

footer .top ul li a {
  color: #777;
  font-size: 11px;
}

footer .top ul li a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #DEDEDE;
  margin: 0 8px 0 6px;
}

footer .top ul li:first-child a::before {
  content: none;
}

footer .bottom {
  padding: 20px 0 30px;
}

footer .bottom .foot-logo {
  width: 70px;
  height: 20px;
  background-image: url(../images/logo-footer.png);
}

footer .bottom .info-list {
  color: #777;
  font-size: 10px;
  margin-top: 12px;
}

footer .bottom .info-list span {
  line-height: 1.4;
  font-weight: normal;
  word-break: keep-all;
  margin: 2px 8px;
}

footer .bottom .info-list a {
  color: inherit;
}

footer .bottom .info-list .copyright {
  display: block;
  margin-top: 2em;
}

@media (min-width: 1200px) {
  footer {
    text-align: left;
    padding-bottom: 0;
  }
  footer .container {
    padding: 0;
  }
  footer .top {
    text-align: right;
    padding: 20px 0;
  }
  footer .bottom {
    text-align: left;
  }
  footer .top ul li a {
    font-size: 17px;
  }
  footer .top ul li a::before {
    width: 2px;
    height: 12px;
    margin: 0 14px 0 10px;
  }
  footer .bottom {
    padding: 40px 0 60px;
  }
  footer .bottom .foot-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 40px;
  }
  footer .bottom .info-list {
    font-size: 15px;
    line-height: 2;
  }
}

footer .footer-logo-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  height: 50px;
  /*데스크탑*/
}

footer .footer-logo-swiper .swiper-wrapper {
  height: auto;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

footer .footer-logo-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  margin: 0 24px;
}

footer .footer-logo-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}

footer .footer-logo-swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  height: 24px;
}

@media (min-width: 1200px) {
  footer .footer-logo-swiper {
    height: 80px;
  }
  footer .footer-logo-swiper .swiper-wrapper .swiper-slide {
    margin: 0 32px;
  }
  footer .footer-logo-swiper .swiper-wrapper .swiper-slide a img {
    height: 34px;
  }
}

.footer-quick {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #333;
  padding: 20px 8px;
  z-index: 10;
  /*데스크탑*/
}

.footer-quick a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 33.33%;
}

.footer-quick a .icon {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 6px;
}

.footer-quick a .icon.naver {
  background-image: url(../images/icon-footer-navertalk.svg);
}

.footer-quick a .icon.kakao {
  background-image: url(../images/icon-footer-kakaotalk.svg);
}

.footer-quick a .icon.sms {
  background-image: url(../images/icon-footer-sms.svg);
}

@media (min-width: 1200px) {
  .footer-quick {
    display: none;
  }
}

/*개인정보수집 팝업====================================================*/
#privacy_pop {
  display: none;
  /*데스크탑*/
}

#privacy_pop:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: '';
}

#privacy_pop .box {
  position: fixed;
  top: calc(50% - 427px/2);
  left: calc(50% - 290px/2);
  z-index: 102;
  width: 290px;
  border: 1px solid #111;
  background: #fff;
  text-align: left;
}

#privacy_pop strong {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #fefefe;
  line-height: 55px;
  font-weight: 500;
  background: #111;
}

#privacy_pop .btn_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
}

#privacy_pop .btn_close > img {
  max-width: 100%;
}

#privacy_pop .agree_box {
  width: 100%;
  height: 370px;
  padding: 20px;
  overflow-y: scroll;
  font-style: normal;
  font-size: 13px;
  color: #5b5a5a;
  text-align: left;
  white-space: pre-line;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  #privacy_pop .box {
    top: calc(50% - 505px/2);
    left: calc(50% - 600px/2);
    width: 600px;
  }
  #privacy_pop .agree_box {
    height: 450px;
    font-size: 15px;
    padding: 2.5em;
  }
  #privacy_pop strong {
    font-size: 18px;
  }
}

/*팝업창======================================================================*/
.popup-wrap {
  position: fixed;
  left: calc(50% - 300px/2);
  top: calc(50% - 330px/2);
  width: 300px;
  height: 330px;
  z-index: 100;
  background-color: #ccc;
}

.popup-wrap .img-wrap {
  overflow: hidden;
}

.popup-wrap .img-wrap img {
  display: block;
  width: 300px;
  height: 300px;
}

.popup-wrap .ft-wrap {
  background-color: #111;
  color: #fff;
  height: 30px;
  line-height: 24px;
  text-align: right;
  padding-right: 10px;
}

.popup-wrap .ft-wrap label {
  font-size: 12px;
}

.popup-wrap .ft-wrap a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}

/*메인 스와이퍼======================================================================*/
.banner-wrap {
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}

.banner-wrap *[class*="banner-"] {
  display: block;
  min-height: 150px;
  height: 0;
  padding-top: 47%;
  background-size: 100%;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-wrap *[class*="banner-"] p {
  color: transparent;
}

.banner-wrap *[class*="banner-"]:nth-child(3) {
  display: none;
}

.banner-wrap .banner-2 p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.banner-wrap .banner-3 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#banner-pc {
  display: none;
}

/*데스크탑*/
@media (min-width: 1200px) {
  #banner-mobile {
    display: none;
  }
  #banner-pc {
    display: block;
  }
  .banner-wrap *[class*="banner-"] {
    padding: 0;
    height: 244px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-wrap *[class*="banner-"]:nth-child(3) {
    display: block;
  }
  .banner-wrap *[class*="banner-"] p {
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.to-right p {
  -webkit-animation: to-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: to-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
}

@keyframes to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
}

.to-left p {
  -webkit-animation: to-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: to-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes to-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 1;
  }
}

@keyframes to-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 1;
  }
}

/*검색======================================================================*/
.sm-search-wrap {
  text-align: center;
  background-color: #f2f2f2;
  padding: 16px;
  line-height: 1.4;
  font-family: 'MaruBuri';
  /*데스크탑*/
}

.sm-search-wrap strong {
  color: #86694B;
}

.sm-search-wrap h3 {
  font-size: 16px;
  margin-bottom: 2px;
}

.sm-search-wrap h3 strong {
  font-size: 1.2em;
}

.sm-search-wrap p {
  font-size: 14px;
}

.sm-search-wrap .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0 16px;
}

.sm-search-wrap .search-block > * {
  font-family: 'NanumSquare', sans-serif;
  height: 24px;
  border-radius: 24px;
  font-size: 11px;
  padding: 2px 12px;
  border: 2px solid transparent;
  margin: 0 4px;
}

.sm-search-wrap .search-block select {
  color: #544639;
  border-color: #857261;
  padding-right: 30px;
  background-size: 10px;
}

.sm-search-wrap .search-block button {
  background-color: #544639;
  border-color: #544639;
  color: #fff;
  font-weight: bold;
}

.sm-search-wrap .search-block button .icon {
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-search.png);
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  vertical-align: middle;
  margin-left: 3px;
}

@media (min-width: 1200px) {
  .sm-search-wrap {
    display: none;
  }
}

.search-wrap {
  padding: 40px 0;
  background-color: #F5F5F5;
  /*데스크탑*/
}

.search-wrap .title {
  text-align: center;
  margin-bottom: 24px;
}

.search-wrap .title h4 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'MaruBuri';
}

.search-wrap .title h3 {
  font-size: 21px;
  font-weight: normal;
  font-family: 'MaruBuri';
  margin-top: 8px;
}

.search-wrap .title h3 strong {
  color: #998875;
}

.search-wrap .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  margin: 16px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9a9a9a;
  border-radius: 32px;
  height: 32px;
  padding: 4px 8px 4px 16px;
  background-color: #fff;
}

.search-wrap .search-block input {
  width: 100%;
  font-size: 13px;
  background-color: #fff;
}

.search-wrap .search-block input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.search-wrap .search-block input:-ms-input-placeholder {
  color: #d4d4d4;
}

.search-wrap .search-block input::-ms-input-placeholder {
  color: #d4d4d4;
}

.search-wrap .search-block input::placeholder {
  color: #d4d4d4;
}

.search-wrap .search-block button {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-search.png);
  background-color: transparent;
}

@media (min-width: 1200px) {
  .search-wrap {
    padding: 100px 0;
  }
  .search-wrap .title {
    margin-bottom: 32px;
  }
  .search-wrap .title h4 {
    font-size: 24px;
  }
  .search-wrap .title h3 {
    font-size: 40px;
    margin-top: 16px;
  }
  .search-wrap .search-block {
    width: 860px;
    margin: 32px auto 0;
    border-radius: 60px;
    height: 60px;
    padding: 8px 24px;
  }
  .search-wrap .search-block input {
    font-size: 25px;
    text-indent: 24px;
  }
  .search-wrap .search-block button {
    width: 30px;
    height: 30px;
  }
}

/*리스트======================================================================*/
.service-wrap {
  padding: 24px 0;
  /*데스크탑*/
}

.service-wrap h3 {
  font-family: 'MaruBuri';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 16px;
}

.service-wrap h3 strong {
  font-size: 1.2em;
}

.service-wrap .service-list li {
  margin-bottom: 8px;
}

.service-wrap .service-list li .block {
  border: 1px solid #d3cac1;
  border-radius: 10px;
  padding: 16px 10px;
  background-color: #fff;
}

.service-wrap .service-list li .block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #d3cac1;
}

.service-wrap .service-list li .block .top img {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-bottom: 8px;
}

.service-wrap .service-list li .block .top h3 {
  font-family: 'MaruBuri';
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #d3cac1;
}

.service-wrap .service-list li .block .bottom {
  margin-top: 8px;
}

.service-wrap .service-list li .block .bottom span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 2px;
}

.service-wrap .service-list li .block .bottom .bar {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 1px;
  height: 0.9em;
  background-color: #7f7f7f;
}

@media (min-width: 1200px) {
  .service-wrap {
    padding: 100px 0;
  }
  .service-wrap h3 {
    font-size: 46px;
    margin-bottom: 60px;
  }
  .service-wrap h3 strong {
    font-size: 1em;
  }
  .service-wrap .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .service-wrap .service-list li {
    -ms-flex-preferred-size: calc(50% - 10px*2);
        flex-basis: calc(50% - 10px*2);
    margin: 10px;
  }
  .service-wrap .service-list li .block {
    border-radius: 20px;
    padding: 40px 32px;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
  }
  .service-wrap .service-list li .block .top img {
    width: 72px;
    height: 72px;
  }
  .service-wrap .service-list li .block .top h3 {
    font-size: 40px;
    border-bottom: 4px solid #d3cac1;
  }
  .service-wrap .service-list li .block .bottom span {
    font-size: 19px;
    margin: 8px 0;
  }
  .service-wrap .service-list li .block .bottom .bar {
    height: 1em;
    margin: 0 8px;
  }
}

/*실시간 상담 접수 현황*/
.receipt-wrap {
  background-color: #dcd6d1;
  padding: 24px 0;
  /*데스크탑*/
}

.receipt-wrap h3 {
  font-family: 'MaruBuri';
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.receipt-wrap .receipt-list {
  font-family: 'MaruBuri';
  text-align: center;
}

.receipt-wrap .receipt-list .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4b4b4b;
  border-radius: 10px 10px 0 0;
  padding: 0 8px 0 28px;
}

.receipt-wrap .receipt-list .head li {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
}

.receipt-wrap .receipt-list .head li:nth-child(1) {
  width: 15%;
}

.receipt-wrap .receipt-list .head li:nth-child(2) {
  width: 25%;
}

.receipt-wrap .receipt-list .head li:nth-child(3) {
  width: 35%;
}

.receipt-wrap .receipt-list .head li:nth-child(4) {
  display: none;
}

.receipt-wrap .receipt-list .head li:nth-child(5) {
  width: 25%;
}

.receipt-wrap .receipt-list .receipt-swiper {
  position: relative;
  height: 190px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 16px 8px 8px 28px;
}

.receipt-wrap .receipt-list .receipt-swiper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.receipt-wrap .receipt-list .receipt-swiper li span {
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-right: 1px solid #eeedec;
  padding: 0 6px;
}

.receipt-wrap .receipt-list .receipt-swiper li span:nth-child(1) {
  width: 15%;
}

.receipt-wrap .receipt-list .receipt-swiper li span:nth-child(2) {
  width: 25%;
}

.receipt-wrap .receipt-list .receipt-swiper li span:nth-child(3) {
  width: 35%;
}

.receipt-wrap .receipt-list .receipt-swiper li span:nth-child(4) {
  display: none;
}

.receipt-wrap .receipt-list .receipt-swiper li span:nth-child(5) {
  width: 25%;
  border-right: none;
  text-align: left;
}

.receipt-wrap .receipt-list .receipt-swiper li.new span:nth-child(5)::after {
  content: "NEW";
  font-family: 'NanumSquare', sans-serif;
  font-size: 0.5em;
  color: red;
  margin-left: 3px;
}

.receipt-wrap .receipt-list .receipt-swiper .swiper-button-next,
.receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev {
  color: #565656;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 6px;
}

.receipt-wrap .receipt-list .receipt-swiper .swiper-button-next::after,
.receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev::after {
  font-size: .6em;
}

.receipt-wrap .receipt-list .receipt-swiper .swiper-button-next {
  top: 45px;
  right: auto;
}

.receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev {
  top: 20px;
}

.receipt-wrap .receipt-list .receipt-swiper::after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 3.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media (min-width: 1200px) {
  .receipt-wrap {
    padding: 120px 0;
  }
  .receipt-wrap h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .receipt-wrap .receipt-list .head {
    border-radius: 20px 20px 0 0;
    padding: 0 8px 0 40px;
  }
  .receipt-wrap .receipt-list .head li {
    font-size: 20px;
    padding: 20px 0;
  }
  .receipt-wrap .receipt-list .head li:nth-child(2) {
    width: 15%;
  }
  .receipt-wrap .receipt-list .head li:nth-child(4) {
    display: block;
    width: 15%;
  }
  .receipt-wrap .receipt-list .head li:nth-child(5) {
    width: 25%;
  }
  .receipt-wrap .receipt-list .receipt-swiper {
    height: 390px;
    border-radius: 0 0 20px 20px;
    padding: 24px 8px 8px 40px;
  }
  .receipt-wrap .receipt-list .receipt-swiper li span {
    font-size: 20px;
    border-right: none;
  }
  .receipt-wrap .receipt-list .receipt-swiper li span:nth-child(2) {
    width: 15%;
  }
  .receipt-wrap .receipt-list .receipt-swiper li span:nth-child(4) {
    display: block;
    width: 15%;
  }
  .receipt-wrap .receipt-list .receipt-swiper li span:nth-child(5) {
    width: 25%;
    text-align: center;
  }
  .receipt-wrap .receipt-list .receipt-swiper li.new span {
    position: relative;
  }
  .receipt-wrap .receipt-list .receipt-swiper li.new span:nth-child(5)::after {
    position: absolute;
    right: 46px;
    top: 3px;
    font-size: 0.7em;
    letter-spacing: 0;
  }
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-next,
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev {
    left: 32px;
  }
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-next::after,
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev::after {
    font-size: 1.2em;
  }
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-next {
    top: 80px;
  }
  .receipt-wrap .receipt-list .receipt-swiper .swiper-button-prev {
    top: 32px;
  }
}

/*법무사 리스트*/
.lg-office-wrap {
  display: none;
  /*데스크탑*/
}

@media (min-width: 1200px) {
  .lg-office-wrap {
    display: block;
    background-color: #f5f5f5;
    padding: 120px 0;
  }
  .lg-office-wrap .title {
    text-align: center;
    margin-bottom: 100px;
  }
  .lg-office-wrap .title h4 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'MaruBuri';
  }
  .lg-office-wrap .title h3 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'MaruBuri';
    margin-top: 16px;
  }
  .lg-office-wrap .title h3 strong {
    color: #998875;
  }
  .lg-office-wrap .title .search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 860px;
    margin: 32px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #9a9a9a;
    border-radius: 60px;
    height: 60px;
    padding: 8px 24px;
    background-color: #fff;
  }
  .lg-office-wrap .title .search-block input {
    width: 100%;
    font-size: 25px;
    text-indent: 24px;
    background-color: #fff;
  }
  .lg-office-wrap .title .search-block input::-webkit-input-placeholder {
    color: #d4d4d4;
  }
  .lg-office-wrap .title .search-block input:-ms-input-placeholder {
    color: #d4d4d4;
  }
  .lg-office-wrap .title .search-block input::-ms-input-placeholder {
    color: #d4d4d4;
  }
  .lg-office-wrap .title .search-block input::placeholder {
    color: #d4d4d4;
  }
  .lg-office-wrap .title .search-block button {
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-search.png);
    background-color: transparent;
  }
}

.soting-block {
  margin-bottom: 16px;
  border: 1px solid #c4c4c4;
  border-left: none;
  border-right: none;
  padding: 16px 0;
  /*데스크탑*/
}

.soting-block .left {
  text-align: center;
}

.soting-block .left span {
  font-size: 13px;
  font-weight: bold;
  margin-right: 4px;
}

.soting-block .left strong {
  font-size: 17px;
  font-family: 'MaruBuri';
  margin-right: 12px;
}

.soting-block .left .count::after {
  content: "개";
  font-size: 0.7em;
  vertical-align: middle;
}

.soting-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.soting-block .right select {
  width: 120px;
  border: 1px solid #c3c3c3;
  border-radius: 24px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #111;
  background-position: calc(100% - 20px) 50%;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .soting-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding: none;
  }
  .soting-block .left span {
    font-size: 22px;
    margin-right: 8px;
  }
  .soting-block .left strong {
    font-size: 35px;
    margin-right: 24px;
  }
  .soting-block .right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin: 0;
  }
  .soting-block .right select {
    width: 160px;
    height: 38px;
    padding: 2px 20px;
    font-size: 17px;
  }
}

.office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.office-list li {
  margin-bottom: 16px;
}

.office-list li .block {
  position: relative;
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 20px 20px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
}

.office-list li .block img {
  display: inline-block;
}

.office-list li .block .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.office-list li .block .top .location {
  font-size: 14px;
  font-weight: bold;
  color: #565656;
}

.office-list li .block .top .location img {
  width: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

.office-list li .block .top .name {
  background-color: #f5f5f5;
  padding: 16px 20px;
  margin: 16px -20px 0;
  font-family: 'MaruBuri';
  font-size: 21px;
  font-weight: bold;
  color: #3b1f11;
}

.office-list li .block .top .tel {
  font-size: 18px;
  font-weight: 800;
  color: #7a644b;
  margin-top: 16px;
}

.office-list li .block .top .tel img {
  width: 13px;
  vertical-align: middle;
  margin-right: 4px;
}

.office-list li .block .top .right {
  position: absolute;
  right: 0;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.office-list li .block .top .right .face {
  display: block;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.office-list li .block .top .right .face img {
  display: block;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.office-list li .block .top .right .tag-block {
  display: none;
}

.office-list li .block .bottom {
  display: block;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #998875;
}

.office-list li .block .bottom .address {
  margin-right: 16px;
}

.office-list li .block .bottom .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.office-list li .block .bottom .address dl dt {
  display: inline-block;
  width: 60px;
  padding: 6px 0;
  background-color: #f0f0f0;
  font-size: 12px;
  text-align: center;
  color: #565656;
  margin-right: 8px;
}

.office-list li .block .bottom .address dl dd {
  font-size: 14px;
  color: #565656;
}

.office-list li .block .bottom .address dl:last-child {
  margin-bottom: 0;
}

.office-list li .block .bottom .subway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.office-list li .block .bottom .subway dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}

.office-list li .block .bottom .subway dl dt {
  margin-right: 4px;
}

.office-list li .block .bottom .subway dl dt em {
  font-size: 12px;
}

.office-list li .block .bottom .subway dl dd {
  font-size: 14px;
  color: #111;
}

.office-list li .block::after {
  content: "+";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 31px;
  font-weight: bold;
  color: #4b4b4b;
  padding: 10px 15px;
  border-radius: 16px 0;
  background-color: #f5f5f5;
}

@media (min-width: 1200px) {
  .office-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
  }
  .office-list li {
    margin: 25px;
    -ms-flex-preferred-size: calc(50% - 25px*2);
        flex-basis: calc(50% - 25px*2);
  }
  .office-list li .block {
    padding: 30px 40px;
  }
  .office-list li .block .top .location {
    font-size: 20px;
  }
  .office-list li .block .top .location img {
    width: 20px;
    margin-right: 8px;
  }
  .office-list li .block .top .name {
    padding: 24px 40px;
    margin: 20px -40px 0;
    font-size: 36px;
  }
  .office-list li .block .top .tel {
    font-size: 31px;
    margin-top: 24px;
  }
  .office-list li .block .top .tel img {
    width: 20px;
    margin-right: 8px;
  }
  .office-list li .block .top .right {
    top: -8px;
  }
  .office-list li .block .top .right .face {
    width: 125px;
    height: 125px;
  }
  .office-list li .block .top .right .tag-block {
    display: block;
    margin-top: 30px;
    width: 250px;
    text-align: right;
  }
  .office-list li .block .top .right .tag-block .tag {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #565656;
    margin: 4px;
  }
  .office-list li .block .top .right .tag-block .tag::before {
    content: "#";
  }
  .office-list li .block .bottom {
    margin-top: 24px;
    padding-top: 24px;
  }
  .office-list li .block .bottom .address dl dt {
    font-size: 14px;
    margin-right: 16px;
  }
  .office-list li .block .bottom .address dl dd {
    font-size: 17px;
  }
  .office-list li .block .bottom .subway dl {
    margin-right: 16px;
  }
  .office-list li .block .bottom .subway dl dt em {
    font-size: 14px;
  }
  .office-list li .block .bottom .subway dl dd {
    font-size: 17px;
  }
  .office-list li .block:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border-radius: 0 20px 20px 20px;
    border: 2px solid #998875;
    background-color: transparent;
  }
  .office-list li .block:hover::after {
    color: #fff;
    background-color: #998875;
  }
}

.pagenation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.pagenation-block a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #111;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  margin: 0 8px;
}

.pagenation-block a.on {
  background-color: #d3cac1;
  color: #fff;
}

.pagenation-block a.icon {
  width: 12px;
  background-image: url(../images/icon-pagenation.png);
}

.pagenation-block a.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .pagenation-block {
    margin: 60px 0 100px;
  }
  .pagenation-block a {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .pagenation-block a:hover {
    background-color: #D3CAC1;
    color: #fff;
  }
}

.subway-wrap {
  display: block;
  margin: 10px 0;
}

/*검색 결과======================================================================*/
.result-wrap {
  text-align: center;
  padding-bottom: 50px;
  /*데스크탑*/
}

.result-wrap .icon {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-result.svg);
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  margin-bottom: 16px;
}

.result-wrap p {
  font-family: 'MaruBuri';
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.result-wrap p strong {
  color: #86694B;
  font-weight: inherit;
}

@media (min-width: 1200px) {
  .result-wrap {
    padding-bottom: 100px;
  }
  .result-wrap .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }
  .result-wrap p {
    font-size: 40px;
  }
  .result-wrap p br {
    display: none;
  }
}

/*뉴스======================================================================*/
.sub-tit-wrap {
  text-align: center;
  margin-bottom: 16px;
  /*데스크탑*/
}

.sub-tit-wrap h2 {
  font-family: 'MaruBuri';
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-tit-wrap h2 strong {
  color: #BB9F66;
  font-weight: inherit;
}

@media (min-width: 1200px) {
  .sub-tit-wrap {
    margin-bottom: 40px;
  }
  .sub-tit-wrap h2 {
    font-size: 40px;
  }
}

.list-wrap {
  padding: 50px 0;
}

.list-wrap .soting-block .right dl {
  display: block;
  text-align: left;
}

.list-wrap .article-list {
  /*데스크탑*/
}

.list-wrap .article-list li {
  margin-bottom: 10px;
}

.list-wrap .article-list li .box {
  display: block;
}

.list-wrap .article-list li .box .thumb {
  display: block;
  height: 0;
  padding-top: 50%;
  background-image: url(../images/icon-thumb.png);
  background-color: #c4c4c4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 20px 20px 20px;
}

.list-wrap .article-list li .box .text {
  display: block;
  padding: 16px 4px;
}

.list-wrap .article-list li .box .text h3 {
  font-size: 17px;
  margin-bottom: 8px;
  max-height: 2.6em;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-wrap .article-list li .box .text p {
  font-size: 13px;
  color: #999;
  height: 4.2em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-wrap .article-list li .box .text .data-list {
  margin-top: 8px;
}

.list-wrap .article-list li .box .text .data-list li {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
}

.list-wrap .article-list li .box .text .data-list li strong {
  font-weight: inherit;
  color: #BB9F66;
  margin-right: 4px;
}

.list-wrap .article-list li .box .text .data-list li span {
  color: #777;
}

@media (min-width: 1200px) {
  .list-wrap .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .list-wrap .article-list > li {
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .list-wrap .article-list > li .box .thumb {
    padding-top: 56.3%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list-wrap .article-list > li .box .text {
    padding: 24px 4px;
  }
  .list-wrap .article-list > li .box .text h3 {
    font-size: 22px;
    margin-bottom: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list-wrap .article-list > li .box .text p {
    font-size: 16px;
  }
  .list-wrap .article-list > li .box .text .data-list {
    margin-top: 24px;
  }
  .list-wrap .article-list > li .box .text .data-list li {
    font-size: 18px;
  }
  .list-wrap .article-list > li .box:hover .thumb {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  }
  .list-wrap .article-list > li .box:hover .text h3 {
    color: #BB9F66;
  }
}

/*데스크탑*/
@media (min-width: 1200px) {
  .list-wrap {
    padding: 100px 0;
  }
  .list-wrap .soting-block dl > * {
    font-size: 20px;
  }
  .list-wrap .soting-block .right dl {
    display: block;
    text-align: right;
  }
}

/*공지사항======================================================================*/
.container table.notice-table {
  width: 100%;
  background-color: #fff;
}

.container table.notice-table thead tr th {
  background-color: #FFA445;
  font-size: 13px;
  color: #111;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  padding: 0 8px;
}

.container table.notice-table tbody tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container table.notice-table tbody tr td {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #E3E8EB;
  color: #555;
  font-size: 13px;
  line-height: 1.3;
}

.container table.notice-table tbody tr td a {
  text-align: left;
  display: block;
}

/*빠른 법무상담 신청======================================================================*/
.form-wrap {
  background-image: url(../images/bg-application.jpg);
  background-size: cover;
  background-position: center;
  padding: 3em 0;
  /*데스크탑*/
}

.form-wrap .title {
  text-align: center;
  margin-bottom: 16px;
  font-family: 'MaruBuri';
}

.form-wrap .title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

.form-wrap .title h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

.form-wrap .title strong {
  font-weight: 500;
}

.form-wrap .title p {
  font-size: 12px;
  color: #c3b8ad;
  margin-top: 8px;
}

.form-wrap .write-wrap {
  position: relative;
  padding: 8px 0;
  margin-bottom: 16px;
}

.form-wrap .write-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.form-wrap .write-wrap .write-box li {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px 10px;
}

.form-wrap .write-wrap .write-box li.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-wrap .write-wrap .write-box li.flex-wrap > * {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-preferred-size: calc(33.33% - 8px);
      flex-basis: calc(33.33% - 8px);
  white-space: nowrap;
}

.form-wrap .write-wrap .write-box li.flex-wrap .check {
  border-radius: 50%;
}

.form-wrap .write-wrap .write-box li > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 4px;
}

.form-wrap .write-wrap .write-box li h3 {
  font-size: 11px;
  color: #fff;
  margin: 8px 0 0 4px;
}

.form-wrap .write-wrap .write-box li h3 span {
  font-weight: normal;
}

.form-wrap .write-wrap .write-box li.essential::after {
  position: absolute;
  right: 14px;
  top: 8px;
  content: "*";
  font-size: 12px;
  color: #fff;
}

.form-wrap .write-wrap .write-box li input, .form-wrap .write-wrap .write-box li textarea, .form-wrap .write-wrap .write-box li select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 11px;
  color: #fff;
}

.form-wrap .write-wrap .write-box li input::-webkit-input-placeholder, .form-wrap .write-wrap .write-box li textarea::-webkit-input-placeholder, .form-wrap .write-wrap .write-box li select::-webkit-input-placeholder {
  color: #fff;
}

.form-wrap .write-wrap .write-box li input:-ms-input-placeholder, .form-wrap .write-wrap .write-box li textarea:-ms-input-placeholder, .form-wrap .write-wrap .write-box li select:-ms-input-placeholder {
  color: #fff;
}

.form-wrap .write-wrap .write-box li input::-ms-input-placeholder, .form-wrap .write-wrap .write-box li textarea::-ms-input-placeholder, .form-wrap .write-wrap .write-box li select::-ms-input-placeholder {
  color: #fff;
}

.form-wrap .write-wrap .write-box li input::placeholder, .form-wrap .write-wrap .write-box li textarea::placeholder, .form-wrap .write-wrap .write-box li select::placeholder {
  color: #fff;
}

.form-wrap .write-wrap .write-box li select {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  background-size: 10px;
}

.form-wrap .write-wrap .write-box li option {
  color: #363636;
}

.form-wrap .write-wrap .write-box li textarea {
  height: 6em;
  white-space: pre-line;
  line-height: 1.5;
}

.form-wrap .write-wrap .write-box li.pc {
  display: none;
}

.form-wrap .submit-btn {
  position: relative;
  display: block;
  width: 150px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  padding: 10px 2px;
  border: 1px solid #fff;
  background-color: transparent;
}

.form-wrap .submit-btn:hover {
  cursor: pointer;
}

.form-wrap .submit-btn .icon {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-arrow-button.png);
  margin-left: 8px;
  vertical-align: middle;
}

.form-wrap form input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-wrap form .check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 4px;
}

.form-wrap form label {
  position: relative;
  display: block;
  color: #fff;
  font-size: 11px;
  margin: 0 0 8px 4px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transform: skew(-0.001deg);
          transform: skew(-0.001deg);
}

.form-wrap form label a {
  color: inherit;
  font-weight: bold;
}

.form-wrap form input:checked + .check::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff;
}

.form-wrap form select {
  background-image: url(../images/selectbox-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  background-size: 14px 14px;
  cursor: pointer;
}

.form-wrap form .term-wrap {
  margin-bottom: 16px;
  margin-top: 20px;
}

.form-wrap form .term-wrap h3 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.form-wrap form .term-wrap .term {
  height: 12em;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 16px 12px;
  font-size: 12px;
  line-height: 1.3;
  white-space: pre-line;
}

.form-wrap form .term-wrap label {
  display: inline-block;
  font-size: 13px;
  color: #111;
  line-height: 1.6;
}

.form-wrap .write-box li input + .textarea-wrap {
  margin-top: 6px;
}

.form-wrap.inquiry {
  background-image: url(../images/bg-inquiry.jpg);
}

.form-wrap.inquiry .term {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  height: 10em;
  white-space: pre-line;
  line-height: 1.5;
  overflow-y: scroll;
}

@media (min-width: 1200px) {
  .form-wrap {
    padding: 100px 0;
    overflow: hidden;
  }
  .form-wrap .title {
    margin-bottom: 40px;
  }
  .form-wrap .title h3 {
    font-size: 44px;
  }
  .form-wrap .title h4 {
    font-size: 28px;
  }
  .form-wrap .title p {
    margin-top: 16px;
    font-size: 18px;
  }
  .form-wrap .write-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .form-wrap .write-wrap::after {
    margin: 0 calc(50% - 1200px);
  }
  .form-wrap .write-wrap .write-box {
    position: relative;
    margin: 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .form-wrap .write-wrap .write-box li {
    margin-bottom: 20px;
  }
  .form-wrap .write-wrap .write-box li h3 {
    font-size: 20px;
    margin-bottom: -8px;
  }
  .form-wrap .write-wrap .write-box li.essential::after {
    content: none;
  }
  .form-wrap .write-wrap .write-box li input, .form-wrap .write-wrap .write-box li textarea, .form-wrap .write-wrap .write-box li select {
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 6px;
  }
  .form-wrap .write-wrap .write-box li input::-webkit-input-placeholder, .form-wrap .write-wrap .write-box li textarea::-webkit-input-placeholder, .form-wrap .write-wrap .write-box li select::-webkit-input-placeholder {
    opacity: 0.6;
  }
  .form-wrap .write-wrap .write-box li input:-ms-input-placeholder, .form-wrap .write-wrap .write-box li textarea:-ms-input-placeholder, .form-wrap .write-wrap .write-box li select:-ms-input-placeholder {
    opacity: 0.6;
  }
  .form-wrap .write-wrap .write-box li input::-ms-input-placeholder, .form-wrap .write-wrap .write-box li textarea::-ms-input-placeholder, .form-wrap .write-wrap .write-box li select::-ms-input-placeholder {
    opacity: 0.6;
  }
  .form-wrap .write-wrap .write-box li input::placeholder, .form-wrap .write-wrap .write-box li textarea::placeholder, .form-wrap .write-wrap .write-box li select::placeholder {
    opacity: 0.6;
  }
  .form-wrap .write-wrap .write-box li textarea {
    height: 114px;
  }
  .form-wrap .write-wrap .write-box li.pc {
    display: block;
  }
  .form-wrap .write-wrap .write-box li.flex-wrap > * {
    margin: 2px 4px;
  }
  .form-wrap .write-wrap .write-box li.absolute-bottom {
    position: absolute;
    bottom: -32px;
    right: 0;
  }
  .form-wrap .write-wrap .write-box li.absolute-bottom label {
    font-size: 15px;
  }
  .form-wrap form .check {
    width: 14px;
    height: 14px;
  }
  .form-wrap form label {
    font-size: 17px;
  }
  .form-wrap .submit-btn {
    width: 280px;
    font-size: 20px;
    padding: 20px 0;
  }
  .form-wrap .submit-btn .icon {
    width: 22px;
    height: 22px;
  }
  .form-wrap.inquiry .term {
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 6px;
    height: 24.4em;
  }
}

.form-list li dl dd label.radio-btn {
  border: none;
  padding: 0;
  margin: 0 8px 0 0;
}

.form-list li dl dd .radio-btn input[type="radio"] {
  display: none;
}

.form-list li dl dd .radio-btn input[type="radio"] + span {
  display: block;
  border: 1px solid #D4D4D4;
  background-color: #FCFCFC;
  border-radius: 4px;
  padding: 13px 24px 14px;
}

.form-list li dl dd .radio-btn input[type="radio"]:checked + span {
  background-color: #ff6600;
  color: #fff;
  border: none;
}

/*서브======================================================================*/
.quick-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C2B3A6;
  text-align: center;
  padding: 24px 0;
  /*데스크탑*/
}

.quick-search-wrap .container {
  width: 100%;
}

.quick-search-wrap h3 {
  font-size: 19px;
  font-family: 'MaruBuri';
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 10px;
}

.quick-search-wrap h3 strong {
  color: #544639;
  font-weight: inherit;
}

.quick-search-wrap h3 br {
  display: none;
}

.quick-search-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quick-search-wrap ul li {
  padding: 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quick-search-wrap ul li dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #544639;
  margin-bottom: 4px;
  text-align: left;
}

.quick-search-wrap ul li dl dd select {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 14px;
  border: 2px solid #86694B;
  border-radius: 30px;
  color: #544639;
}

.quick-search-wrap .search-btn {
  width: calc(100% - 8px);
  background-color: #544639;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

.quick-search-wrap .search-btn .icon {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-search-w.png);
  vertical-align: middle;
  margin-left: 6px;
}

@media (min-width: 1200px) {
  .quick-search-wrap {
    height: 150px;
    text-align: left;
  }
  .quick-search-wrap .container {
    width: 1020px;
    margin: 0 auto;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quick-search-wrap h3 {
    display: inline-block;
    font-size: 32px;
    margin: 0 80px 0 0;
  }
  .quick-search-wrap h3 br {
    display: block;
  }
  .quick-search-wrap .select-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .quick-search-wrap .select-block ul li {
    padding: 0 10px;
  }
  .quick-search-wrap .select-block ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quick-search-wrap .select-block ul li dl dt {
    white-space: nowrap;
    margin-right: 8px;
    font-size: 18px;
  }
  .quick-search-wrap .select-block ul li dl dd select {
    width: 180px;
    font-size: 18px;
    height: 40px;
    padding: 0 20px;
    background-position: calc(100% - 20px) 48%;
  }
  .quick-search-wrap .select-block .search-btn {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin: 0 0 0 6px;
    padding: 0 12px;
    font-size: 18px;
  }
  .quick-search-wrap .select-block .search-btn .icon {
    width: 17px;
    height: 17px;
    vertical-align: middle;
  }
}

.sub-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 0 20px;
}

.sub-header-wrap .container {
  padding: 0;
  margin: 0 auto;
}

.sub-header-wrap h2 {
  font-size: 24px;
  font-weight: bold;
}

.sub-header-wrap p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}

.sub-breadcrumb {
  border-bottom: 1px solid #B6A697;
  /*데스크탑*/
}

.sub-breadcrumb .container {
  padding: 0;
}

.sub-breadcrumb li {
  display: inline-block;
}

.sub-breadcrumb li a {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: 'MaruBuri';
  font-size: 12px;
  font-weight: bold;
  color: #544639;
  padding: 0 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-breadcrumb li a.home {
  background-image: url(../images/icon-home.svg);
  background-size: 40px;
  width: 40px;
  color: transparent;
}

.sub-breadcrumb li:nth-child(3) a::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px/2);
  left: -4px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../images/icon-arrow-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .sub-breadcrumb li a {
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    padding: 0 18px;
  }
  .sub-breadcrumb li a.home {
    width: 60px;
    background-size: 60px 60px;
  }
}

.section-tit {
  text-align: left;
  font-family: 'MaruBuri';
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
  /*데스크탑*/
}

.section-tit strong {
  color: #ff6600;
  font-weight: 900;
}

.section-tit + .sub-tit {
  margin: -10px 0 24px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

.section-tit .number {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #ff6600;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-right: 6px;
  vertical-align: middle;
  text-align: center;
}

.section-tit .info {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #ff6600;
  margin-top: 6px;
}

@media (min-width: 1200px) {
  .section-tit {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.section-wrap {
  padding: 50px 0;
  /*데스크탑*/
}

.section-wrap .section {
  margin-bottom: 30px;
}

.section-wrap .section .title-wrap {
  margin-bottom: 16px;
}

.section-wrap .section .title-wrap h2, .section-wrap .section .title-wrap h3, .section-wrap .section .title-wrap h4 {
  font-family: 'MaruBuri';
  font-weight: 500;
  line-height: 1.3;
}

.section-wrap .section .title-wrap h2 + p, .section-wrap .section .title-wrap h3 + p, .section-wrap .section .title-wrap h4 + p {
  margin-top: 16px;
}

.section-wrap .section .title-wrap h2 .light, .section-wrap .section .title-wrap h3 .light, .section-wrap .section .title-wrap h4 .light {
  font-weight: 400;
}

.section-wrap .section .title-wrap h2 {
  font-size: 24px;
}

.section-wrap .section .title-wrap h3 {
  font-size: 18px;
}

.section-wrap .section .title-wrap h4 {
  font-size: 16px;
}

.section-wrap .section .title-wrap strong {
  font-weight: inherit;
  color: #BB9F66;
}

.section-wrap .section .title-wrap p + h2, .section-wrap .section .title-wrap p + h3, .section-wrap .section .title-wrap p + h4 {
  margin-top: 8px;
}

.section-wrap .section p {
  font-size: 14px;
  line-height: 1.5;
}

.section-wrap .section .maruburi {
  font-family: 'MaruBuri';
}

.section-wrap .section ul li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.section-wrap .section ol {
  margin: 0;
  padding-left: 16px;
}

.section-wrap .section ol li {
  font-size: 14px;
  list-style: inherit;
  text-indent: 4px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.section-wrap .section .picto-list {
  margin-top: 24px;
}

.section-wrap .section .picto-list > li {
  text-align: center;
  margin-bottom: 40px;
}

.section-wrap .section .picto-list > li img {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.section-wrap .section .picto-list > li h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 24px;
  margin-top: 16px;
  border-top: 3px solid #BB9F66;
  text-align: left;
}

.section-wrap .section .picto-list > li .checkbox-list {
  margin-top: 16px;
}

.section-wrap .section .picto-list > li .checkbox-list li {
  position: relative;
  text-align: left;
  padding-left: 28px;
}

.section-wrap .section .picto-list > li .checkbox-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.section-wrap .service-wrap {
  padding: 16px 0;
}

@media (min-width: 1200px) {
  .section-wrap {
    padding: 100px 0;
  }
  .section-wrap .section {
    margin-bottom: 60px;
  }
  .section-wrap .section .title-wrap {
    margin-bottom: 24px;
  }
  .section-wrap .section .title-wrap h2 + p, .section-wrap .section .title-wrap h3 + p, .section-wrap .section .title-wrap h4 + p {
    margin-top: 24px;
  }
  .section-wrap .section .title-wrap h2 {
    font-size: 42px;
  }
  .section-wrap .section .title-wrap h3 {
    font-size: 32px;
  }
  .section-wrap .section .title-wrap h4 {
    font-size: 24px;
  }
  .section-wrap .section .title-wrap p + h2, .section-wrap .section .title-wrap p + h3, .section-wrap .section .title-wrap p + h4 {
    margin-top: 16px;
  }
  .section-wrap .section p {
    font-size: 18px;
  }
  .section-wrap .section ul li, .section-wrap .section ol li {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .section-wrap .section .picto-list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-wrap .section .picto-list > li {
    width: 33.33%;
    padding: 0 10px;
  }
  .section-wrap .section .picto-list > li h3 {
    margin-top: 24px;
  }
  .section-wrap .section .picto-list > li .checkbox-list {
    margin-top: 24px;
  }
  .section-wrap .section .picto-list > li .checkbox-list li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section-wrap .service-wrap {
    padding: 24px 0;
  }
}

.intro-wrap {
  background-image: url(../images/bg-intro.png);
  background-size: cover;
  background-position: center;
}

/*법무사소개======================================================================*/
.office-name-wrap {
  background-color: #fff;
  border-bottom: 4px solid #BB9F66;
  padding: 40px 0;
  text-align: center;
  /*데스크탑*/
}

.office-name-wrap h3 {
  font-weight: 500;
  font-family: 'MaruBuri';
  font-size: 34px;
  margin-bottom: 16px;
}

.office-name-wrap ul li {
  font-size: 13px;
  color: #858585;
  display: inline-block;
  margin: 0 2px;
}

.office-name-wrap ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #e1e1e1;
  margin-right: 7px;
}

.office-name-wrap ul li:first-child::before {
  content: none;
}

@media (min-width: 1200px) {
  .office-name-wrap {
    padding: 80px 0;
  }
  .office-name-wrap h3 {
    font-size: 56px;
    margin-bottom: 32px;
  }
  .office-name-wrap ul li {
    font-size: 21px;
    margin: 0 5px;
  }
  .office-name-wrap ul li::before {
    width: 2px;
    height: 16px;
    margin-right: 12px;
  }
}

.office-intro-wrap {
  overflow: hidden;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.office-intro-wrap img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .office-intro-wrap {
    margin: 80px 0;
  }
}

.office-info-wrap {
  overflow: hidden;
}

.office-info-wrap .left {
  display: block;
  width: 220px;
  overflow: hidden;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 0px 20px 20px 20px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.office-info-wrap .left .profile {
  background-image: url(../images/profile-bg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 220px;
}

.office-info-wrap .left .info {
  text-align: center;
  padding: 20px;
}

.office-info-wrap .left .info h4 {
  font-family: 'MaruBuri';
  font-size: 18px;
  color: #544639;
}

.office-info-wrap .left .info ul {
  margin-top: 10px;
}

.office-info-wrap .left .info ul li {
  color: #565656;
  font-size: 12px;
  margin-bottom: 6px;
  text-align: left;
  line-height: 1.3;
}

.office-info-wrap .right {
  margin-bottom: 30px;
}

.office-info-wrap .right > dl {
  margin-bottom: 20px;
  font-size: 18px;
}

.office-info-wrap .right > dl > dt {
  font-family: 'MaruBuri';
  font-weight: 900;
  margin-bottom: 8px;
}

.office-info-wrap .right > dl > dd.tel {
  font-size: 24px;
  font-weight: bold;
  color: #86694B;
}

.office-info-wrap .right > dl > dd.tel a {
  color: inherit;
}

.office-info-wrap .right > dl .subway {
  margin-right: 8px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.office-info-wrap .right > dl .subway > em {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  margin-right: 4px;
}

.office-info-wrap .right > dl .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px;
}

.office-info-wrap .right > dl .address:last-of-type {
  margin-bottom: 0;
}

.office-info-wrap .right > dl .address > dt {
  display: inline-block;
  background-color: #F0F0F0;
  color: #363636;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 0;
  width: 60px;
  margin-right: 8px;
  text-align: center;
  margin-bottom: 4px;
}

.office-info-wrap .right > dl .address > dd {
  font-size: 14px;
  color: #565656;
  line-height: 1.4;
}

.office-info-wrap .right .link-btns {
  text-align: center;
  margin: 20px 0;
}

.office-info-wrap .right .link-btns a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  vertical-align: middle;
}

.office-info-wrap .right .link-btns a.home {
  background-image: url(../images/icon-homepage.svg);
}

.office-info-wrap .right .link-btns a.blog {
  background-image: url(../images/icon-blog.svg);
}

.office-info-wrap .right .link-btns a.booking {
  background-image: url(../images/icon-booking.svg);
  height: 23px;
  width: 56px;
  border-radius: 0;
}

.office-info-wrap .right .link-btns a.on {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.office-info-wrap .right p {
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .office-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .office-info-wrap .left {
    width: 260px;
    height: 100%;
    margin: 0;
  }
  .office-info-wrap .left .profile {
    height: 260px;
  }
  .office-info-wrap .left .info h4 {
    font-size: 24px;
  }
  .office-info-wrap .left .info ul {
    margin-top: 16px;
  }
  .office-info-wrap .left .info ul li {
    font-size: 15px;
  }
  .office-info-wrap .right {
    width: 850px;
    margin-left: 60px;
  }
  .office-info-wrap .right .link-btns {
    text-align: left;
    margin: 0 0 30px;
  }
  .office-info-wrap .right .link-btns a {
    width: 45px;
    height: 45px;
    margin: 0 12px 0 0;
  }
  .office-info-wrap .right .link-btns a.booking {
    height: 27px;
    width: 70px;
  }
  .office-info-wrap .right > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .office-info-wrap .right > dl > dt {
    display: inline-block;
    width: 110px;
    font-size: 24px;
  }
  .office-info-wrap .right > dl .address > dt {
    font-size: 16px;
    padding: 8px 0;
    width: 70px;
  }
  .office-info-wrap .right > dl .address > dd {
    font-size: 19px;
  }
  .office-info-wrap .right > dl .subway {
    font-size: 21px;
    line-height: 33px;
    margin-right: 16px;
  }
  .office-info-wrap .right > dl .subway > em {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
    margin-right: 8px;
  }
  .office-info-wrap .right p {
    font-size: 19px;
    line-height: 1.7;
  }
}

.tag-wrap {
  margin-top: 32px;
}

.tag-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-wrap ul li {
  margin: 0 8px 8px 0;
}

.tag-wrap ul li a {
  display: block;
  color: #363636;
  font-size: 14px;
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 8px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-wrap ul li a::before {
  content: "#";
  margin-right: 4px;
}

@media (min-width: 1200px) {
  .tag-wrap {
    margin-top: 80px;
  }
  .tag-wrap ul li {
    margin: 0 16px 16px 0;
  }
  .tag-wrap ul li a {
    font-size: 18px;
    padding: 12px 20px;
  }
  .tag-wrap ul li a:hover {
    border-color: #BB9F66;
    color: #BB9F66;
  }
}

.news-wrap {
  margin-top: 32px;
}

.news-wrap ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  color: #363636;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px/2);
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BB9F66;
}

.news-wrap ul li a {
  display: block;
}

@media (min-width: 1200px) {
  .news-wrap {
    margin-top: 80px;
  }
  .news-wrap ul li {
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 21px;
  }
  .news-wrap ul li a:hover {
    color: #BB9F66;
  }
}

.timetable-wrap {
  margin-top: 32px;
}

.timetable-wrap table {
  width: 100%;
  text-align: center;
}

.timetable-wrap table tr > * {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

.timetable-wrap table th {
  font-size: 13px;
  font-weight: bold;
  background-color: #F5F5F5;
  padding: 10px;
  width: 54px;
}

.timetable-wrap table td {
  font-size: 13px;
  background-color: #fff;
  padding: 12px 10px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .timetable-wrap {
    margin-top: 80px;
  }
  .timetable-wrap table th {
    font-size: 18px;
    padding: 16px 20px;
  }
  .timetable-wrap table td {
    font-size: 18px;
    padding: 16px 20px;
  }
}

.map-wrap {
  margin-top: 32px;
  /*데스크탑*/
}

.map-wrap .map-box {
  overflow: hidden;
}

.map-wrap .map-box .root_daum_roughmap .wrap_map {
  height: 170px;
}

.map-wrap .map-box .root_daum_roughmap_landing {
  width: 100%;
  overflow: hidden;
}

.map-wrap .map-box .btn-wrap {
  margin-top: 12px;
  text-align: center;
}

.map-wrap .map-box .btn-wrap .link-btn {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: calc(50% - 4px);
  height: 40px;
  line-height: 38px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  background-repeat: no-repeat;
  text-align: center;
}

.map-wrap .map-box .link-btn.naver {
  background-color: #03CF5D;
  background-image: url(../images/naver.svg);
  padding-left: 8%;
  background-position: 17% 12px;
  margin-right: 4px;
}

.map-wrap .map-box .link-btn.kakao {
  background-color: #2CA2F8;
  background-image: url(../images/kakao.svg);
  padding-left: 15%;
  background-position: 25% 12px;
}

.map-wrap p {
  font-size: 14px;
  color: #565656;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .map-wrap {
    margin-top: 70px;
  }
  .map-wrap .map-box {
    position: relative;
  }
  .map-wrap .map-box .root_daum_roughmap .wrap_map {
    height: 390px;
  }
  .map-wrap .map-box .btn-wrap {
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 2;
    margin: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  }
  .map-wrap .map-box .btn-wrap .link-btn {
    width: 160px;
    line-height: 40px;
  }
  .map-wrap p {
    font-size: 18px;
  }
}

.gallery-wrap {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  /*데스크탑*/
}

.gallery-wrap .gallery-top {
  height: 170px;
}

.gallery-wrap .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-wrap .gallery-thumbs {
  display: none;
}

.gallery-wrap .swiper-button-next, .gallery-wrap .swiper-button-prev {
  background-image: url(../images/gallery-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  top: calc(50% - 15px);
}

.gallery-wrap .swiper-button-next {
  right: 10px;
}

.gallery-wrap .swiper-button-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-wrap .swiper-button-next::after, .gallery-wrap .swiper-button-prev::after {
  content: none;
}

@media (min-width: 1200px) {
  .gallery-wrap {
    position: relative;
    margin-top: 70px;
  }
  .gallery-wrap .gallery-top {
    display: inline-block;
    height: 500px;
    width: 766px;
  }
  .gallery-wrap .gallery-thumbs {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 408px;
    height: 512px;
    padding-left: 10px;
  }
  .gallery-wrap .gallery-thumbs .swiper-wrapper {
    width: 100% !important;
  }
  .gallery-wrap .gallery-thumbs .swiper-slide {
    height: 160px;
    float: left;
    margin: 4px 4px !important;
    background-size: cover;
    background-position: center;
  }
  .gallery-wrap .swiper-button-next, .gallery-wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.quick-button-wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B6A697;
  padding: 10px 16px;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*데스크탑*/
}

.quick-button-wrap h3 {
  font-size: 15px;
  color: #fff;
}

.quick-button-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quick-button-wrap ul li {
  padding: 0 10px;
}

.quick-button-wrap ul li a > * {
  vertical-align: middle;
}

.quick-button-wrap ul li a .icon {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.quick-button-wrap ul li a .icon.kakao {
  background-image: url(../images/icon-kakaotalk.svg);
}

.quick-button-wrap ul li a .icon.naver {
  background-image: url(../images/icon-navertalk.svg);
}

.quick-button-wrap ul li a .icon.naverbooking {
  background-image: url(../images/icon-naver-booking.svg);
}

.quick-button-wrap ul li a .text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .quick-button-wrap {
    position: fixed;
    bottom: calc(50% - 306px/2);
    left: unset;
    right: calc(50% - 1200px/2 - 140px - 40px);
    border: 2px solid #B6A697;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow: hidden;
    width: 140px;
  }
  .quick-button-wrap h3 {
    background-color: #B6A697;
    padding: 12px;
    text-align: center;
    font-size: 14px;
  }
  .quick-button-wrap ul {
    width: 100%;
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }
  .quick-button-wrap ul li {
    text-align: center;
    margin-bottom: 24px;
  }
  .quick-button-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .quick-button-wrap ul li a .icon {
    width: 70px;
    height: 70px;
    margin: 0 0 10px 0;
  }
  .quick-button-wrap ul li a .text {
    display: block;
    font-size: 15px;
    color: #565656;
  }
}

/*법무사소개-광고세팅용======================================================================*/
.ad {
  margin-top: 0;
  /*데스크탑*/
}

.ad .office-name-wrap {
  margin-top: 0;
}

.ad .office-name-wrap .logo {
  background-image: url(../images/logo.png);
  width: 90px;
  height: 40px;
  margin-bottom: 10px;
}

.ad footer .bottom {
  padding: 32px 0;
}

.ad footer .bottom .name {
  font-family: 'MaruBuri';
  font-weight: normal;
  font-size: 24px;
}

.ad footer .bottom .info-list {
  margin-top: 8px;
}

.ad footer .bottom .info-list span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.ad footer .bottom .info-list .copyright {
  margin-top: 12px;
}

.ad footer .bottom .bottom-logo {
  margin-top: 24px;
}

.ad footer .bottom .bottom-logo .foot-logo {
  margin: 0;
  display: block;
  width: 100px;
  margin: 0 auto;
}

.ad footer .bottom .bottom-logo p {
  background-color: #7D7D7D;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-top: 6px;
}

@media (min-width: 1200px) {
  .ad .office-name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ad .office-name-wrap .text {
    text-align: left;
  }
  .ad .office-name-wrap .logo {
    width: 223px;
    height: 97px;
    margin-right: 64px;
  }
  .ad .office-name-wrap h3 {
    margin-bottom: 24px;
  }
  .ad footer .bottom {
    position: relative;
    padding: 50px 0;
  }
  .ad footer .bottom .name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #565656;
  }
  .ad footer .bottom .info-list span {
    font-size: 15px;
    display: inline-block;
  }
  .ad footer .bottom .info-list .address, .ad footer .bottom .info-list .copyright {
    display: block;
  }
  .ad footer .bottom .bottom-logo {
    position: absolute;
    right: 0;
    top: calc(50% - 155px/2);
    text-align: center;
  }
  .ad footer .bottom .bottom-logo .foot-logo {
    width: 135px;
    height: 36px;
    position: static;
    margin-bottom: 6px;
  }
  .ad footer .bottom .bottom-logo p {
    font-size: 14px;
    display: block;
    padding: 10px 16px;
    margin-top: 16px;
  }
}

/*레이어======================================================================*/
.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.layer-wrap {
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layer-wrap.off {
  display: none;
}

.layer-wrap .box {
  position: relative;
  width: 90vw;
  height: 90vh;
  background-color: #fff;
  text-align: center;
}

.layer-wrap .box .close-btn {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-image: url(../images/close-btn.svg);
  background-size: 40px;
}

.layer-wrap .box .event-section {
  overflow-y: scroll;
  height: inherit;
  margin-top: 0;
  padding: 30px;
}

.layer-wrap .box .event-section img {
  width: 100%;
}

.layer-wrap .center-wrap {
  text-align: center;
}

.layer-wrap .center-wrap h2 {
  font-size: 1.3em;
  color: #fff;
  /*데스크탑*/
}

@media (min-width: 1200px) {
  .layer-wrap .center-wrap h2 {
    font-size: 2.2em;
  }
}

.spinner {
  display: inline-block;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
  margin: 2em 0;
  /*데스크탑*/
}

.spinner .path {
  stroke: #ff6600;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@media (min-width: 1200px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*게시판 view======================================================================*/
.article-wrap {
  padding-bottom: 2em;
  /*데스크탑*/
}

.article-wrap .article-tit {
  padding: 2em 0;
}

.article-wrap .article-tit h2 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 15px;
}

.article-wrap .article-tit .data-list {
  margin-top: 8px;
}

.article-wrap .article-tit .data-list li {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
}

.article-wrap .article-tit .data-list li strong {
  font-weight: inherit;
  color: #BB9F66;
  margin-right: 4px;
}

.article-wrap .article-tit .data-list li span {
  color: #777;
}

.article-wrap .article {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}

.article-wrap .article > .img {
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
}

.article-wrap .article > .bottom {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0;
}

.article-wrap .article > .bottom > strong {
  color: #111;
  margin-right: 6px;
}

.article-wrap .btn-wrap {
  position: relative;
  border-top: 2px solid #EFEFEF;
  text-align: center;
}

.article-wrap .btn-wrap a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article-wrap .btn-wrap .list-link {
  font-size: 16px;
  line-height: 36px;
  font-weight: 900;
  border: 1px solid #777;
  border-radius: 35px;
  padding: 0 40px;
  margin-top: 30px;
}

.article-wrap .btn-wrap a[class*="-btn"] {
  position: absolute;
  top: 30px;
  font-size: 13px;
}

.article-wrap .btn-wrap .next-btn {
  right: 0;
}

.article-wrap .btn-wrap .prev-btn {
  left: 0;
}

.article-wrap .btn-wrap a::before, .article-wrap .btn-wrap a::after {
  -webkit-transition: 0.3;
  transition: 0.3;
}

.article-wrap .btn-wrap .next-btn::after {
  content: "";
  background-image: url(../images/link-arrow-b.svg);
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article-wrap .btn-wrap .prev-btn::before {
  content: "";
  background-image: url(../images/link-arrow-b.svg);
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .article-wrap {
    padding-bottom: 6em;
  }
  .article-wrap .article-tit {
    padding: 60px 0;
  }
  .article-wrap .article-tit h2 {
    font-size: 36px;
  }
  .article-wrap .article-tit .data-list {
    margin-top: 24px;
  }
  .article-wrap .article-tit .data-list li {
    font-size: 18px;
    margin-right: 16px;
  }
  .article-wrap .article-tit .data-list li strong {
    margin-right: 8px;
  }
  .article-wrap .article {
    padding: 38px 100px;
    font-size: 18px;
  }
  .article-wrap .btn-wrap a[class*="-btn"] {
    font-size: 18px;
  }
  .article-wrap .btn-wrap .list-link {
    font-size: 21px;
    line-height: 60px;
    height: 60px;
  }
}

/*개인정보처리====================================================*/
.term-wrap {
  font-size: 15px;
  white-space: pre-line;
  padding: 2em 0;
  line-height: 1.3;
  color: #666;
  /*데스크탑*/
}

@media (min-width: 1200px) {
  .term-wrap {
    font-size: 18px;
    padding: 4em 0 6em;
  }
}

/*스카이 스크래퍼===================================================*/
/*데스크탑*/
.skyscraper-wrap {
  display: none;
}

@media (min-width: 1200px) {
  .skyscraper-wrap {
    position: fixed;
    z-index: 100;
    top: 220px;
    right: calc(50% - 1200px/2 - 140px - 40px);
    background-color: #fff;
    padding: 8px;
    border-radius: 100px;
    -webkit-box-shadow: -6px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: -6px 0 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .skyscraper-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .skyscraper-wrap ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .skyscraper-wrap ul li:last-child {
    border-bottom: none;
  }
  .skyscraper-wrap ul li:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .skyscraper-wrap ul li a > * {
    vertical-align: middle;
  }
  .skyscraper-wrap ul li a .blue {
    display: block;
    width: 115px;
    padding: 40px 0;
    border-radius: 100px;
    background-color: #3a4d62;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -4px -3px 13px rgba(0, 0, 0, 0.3);
            box-shadow: inset -4px -3px 13px rgba(0, 0, 0, 0.3);
  }
  .skyscraper-wrap ul li a .blue strong {
    font-weight: bold;
  }
  .skyscraper-wrap ul li a .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
  }
  .skyscraper-wrap ul li a .icon.icon-1 {
    background-image: url(../images/icon-skyscraper-1.svg);
  }
  .skyscraper-wrap ul li a .icon.icon-2 {
    background-image: url(../images/icon-skyscraper-2.svg);
  }
  .skyscraper-wrap ul li a .icon.icon-3 {
    background-image: url(../images/icon-skyscraper-3.svg);
    height: 45px;
  }
  .skyscraper-wrap ul li a .icon.icon-4 {
    background-image: url(../images/icon-skyscraper-4.svg);
    height: 45px;
  }
  .skyscraper-wrap ul li a .text {
    display: block;
    color: #565656;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=style.css.map */