.show-default {
  display: block !important
}
.hide-default {
  display: none !important
}
.bold{
  font-weight: 700 !important;
}

.pt20{
  padding-top: 20px;
  border-top: 1px solid var(--white);
}
.mt60{
  margin-top: 60px;
}
.deco{
  color: var(--color-main) !important;
}



.more-btn{
  white-space: nowrap;
  color: var(--color4C);
  width: fit-content;
  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;
  gap: 16px;
  padding: 16px 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  line-height: 1;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.40);
}
.more-btn span {
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-main);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.more-btn:hover {
  border-color: transparent !important;
  color: var(--white) !important;
}
.more-btn:hover span {
  width: 500px;
  height: 500px;
}
.more-btn img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.more-btn:hover img {
  filter: invert(1) brightness(2);
}
.sub-page span.strong{
  display: block;
  color: #222;
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 56px */
  letter-spacing: -1.12px;
  margin-bottom: 84px;

}
.sub-page .headline.mb20{
  margin-bottom: 20px;
}
.sub-page .headline{
  color: #222;
font-family: Pretendard;
font-size: 3.5rem;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 56px */
letter-spacing: -1.12px;
margin-bottom: 84px;
}
.sub-page.guide a{
  display: block;
  width: 100%;
  height: 100%;
}
.sub-page.guide{
  padding: 147px 0 0px;
}
.pb140{
  padding-bottom: 140px;
}
.sub-page{
 padding-top: 267px;
}

.sub-page.busi-view{
 /* padding-top: 147px !important; */
 padding-top: 108px !important;
 padding-bottom: 140px;
}
.main-color{
  color: #1AA249;
 }
 .bold{
   font-weight: 600;
 }

 .m-menu{
  position: fixed;
  top: 0px;
  right: 0;
  height: calc(100vh - 98px); 
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: -1;
  visibility: hidden;
  transform: translateX(100%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

 .m-menu.m-on .header{
  display: none;
 }
 .m-menu.m-on{
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  transition: all 0.3s;
}

/* hamburger-btn */

.hamburger-btn {
  aspect-ratio: 4 / 3;
  width: 48px; 
  max-width: 100%;
}

.hamburger-btn svg {
  width: 100%;
  height: auto;
  display: block;
color: #FFF;
transition: all 0.3s;
}
.header-main.active .hamburger-btn svg {
  color: #1C1B1F;
  }
.hamburger-btn{
  display: none;
}








 

@media all and (max-width: 1300px) {
  .show-1300 {
    display: block !important
  }

  .hide-1300 {
    display: none !important
  }
}
@media all and (max-width: 1340px) {
  .show-1340 {
    display: block !important
  }

  .hide-1340 {
    display: none !important
  }
}
@media all and (max-width: 1200px) {
  .show-1200 {
    display: block !important
  }

  .hide-1200 {
    display: none !important
  }
    .header-menu nav{
    display: none;
  }
  .header-top {
    display: none;
  }
  .btn-counsel{
    display: none;
  }
  .lang-box{
    display: none;
  }
  .header-main .inner {
    padding: 30px 20px;
  }

  .header-etc {
    gap:40px !important;
}
.header-search img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-search {
  width: 48px !important;
  height: 48px !important;
  max-width: none !important;
  flex-shrink: 0 !important;
}
.sub-page {
  padding-top: 180px;
}
.hamburger-btn{
 display: block !important;
}
}
@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important
  }

  .hide-1024 {
    display: none !important
  }
  .headline-wrap h2 {
    font-size: 3.88rem !important;
  }
}
@media all and (max-width:800px) {
  .footer .inner-1440 {
    flex-direction: column !important;
    gap: 20px;
}

.footer .col-right > a {
    margin-top: 30px !important;
    text-align: left !important;
}
.footer{
  padding: 63px 0 110px !important;
}

}
@media all and (max-width: 768px) {
  .footer .wrap{
    display: flex;
   flex-direction: column;
   align-items: flex-start !important;
  }
  .sub-page.busi-view {
    padding-top: 88px !important;
    padding-bottom: 140px;
}
}
@media all and (min-width: 1199px) {
 .header:hover .logo-color{
 opacity: 1 !important; 
}
.header:hover .btn-counsel,
.header:focus .btn-counsel{
  background: var(--color1C) !important;
}
.header:hover .search_b,
.header:hover .arrow_b {
 opacity: 1 !important;
}
.header:hover .search_b,
.header:focus .search_b{
 display: block;
}
.header:hover .lang-box button {
  color: var(--color22);
}
}

@media all and (max-width: 768px) {
  .show-768 {
    display: block !important
  }

  .hide-768 {
    display: none !important
  }
  .header-etc {
    gap: 20px !important;
}
  .fixed-btn {
    right: 20px !important;
}
.footer .col-right {
  width: 183px !important;
}

.footer address p {
  flex-wrap: wrap;
}

.footer address p:first-child{
  display: flex;
  flex-direction: row !important;
}
.footer address .addr-tit{
  min-width: none !important;
}
.search-area p{
  font-size: 1.8rem !important;
  }
  .header-search {
    width: 28px !important;
    height: 28px !important;
    max-width: none !important;
}

.m-menu.m-on .hamburger-btn svg,
.m-menu.m-on .hamburger-btn{
  width: 24px;
  height: 24px;
}
.hamburger-btn svg,
.hamburger-btn{
  width: 28px;
  height: 28px;
}
.m-menu .m-list li:not(.contact-btn) > a {
  font-size: 1.5rem !important;}

  .m-menu  .m-depth2 a{
    font-size: 1.23rem !important;}
    .m-menu_wrap {
      gap: 40px !important;
    }

    .sub-page .headline{
    font-size: 2.8rem !important;}

    .m-menu .m-list > a {
      font-size: 1.8rem !important;}


      .sub-page span.strong{
        font-size: 1.3rem;
        
      }

}
@media all and (max-width: 720px) {
  .show-720 {
    display: block !important
  }

  .hide-720 {
    display: none !important
  }
  .headline-wrap.wh h2 {
    font-size: 4.05rem !important;
  }

  .headline-wrap.wh p{
    font-size: 1.05rem !important;
  }
  .headline-wrap h2 {
    font-size: 3.08rem !important;
  }
}
@media all and (max-width: 640px) {
  .show-640 {
    display: block !important
  }

  .hide-640 {
    display: none !important
  }


  .headline-wrap.wh p{
    font-size: 1.00rem !important;
  }
}
@media all and (max-width: 568px){
  .show-568 {
    display: block !important
  }

  .hide-568 {
    display: none !important
  }
  .headline-wrap.wh h2 {
    font-size: 3.55rem !important;
  }


}
@media all and (max-width: 460px){
  .show-460 {
    display: block !important
  }

  .hide-460 {
    display: none !important
  }
  .sc-info .loca {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 20px;
}
.headline-wrap.wh h2 {
  font-size: 3.05rem !important;
}
.headline-wrap h2 {
  font-size: 2.68rem !important;
}

}
@media all and (max-width: 425px){
  .show-425 {
    display: block !important
  }

  .hide-425 {
    display: none !important
  }
  .search-area p{
    font-size: 1.5rem !important;
    }
    .footer .addr-tit,
    .footer .addr-info {
      font-size: 13px !important;
    }
    .footer .copy {
      font-size: 14px !important;
    }
    .footer .col-right > a {
      font-size: 16px !important;}
}
@media all and (max-width: 375px){
  .headline-wrap.wh h2 {
    font-size: 2.75rem !important;
  }
}
@media all and (max-width: 320px){}






:root {
  --white: #ffffff;
  --black: #000000;
  --color1C: #1C1C1E;
  --color22: #222222;
  --color23: #232323;
  --color4C:  #4C4C4E;
  --color66: #666666;
  --color99: #999999;
  --coloraa: #aaaaaa;
  --colordd: #dddddd;
  --color-main: #1AA249;
}
.headline-wrap.wh p{
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
  letter-spacing: -0.4px;
}
.headline-wrap.wh h2{
  font-family: Lato;
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.52px;
}
.headline-wrap.wh p{
  color: var(--white) ;
}
.headline-wrap.wh{
  color: var(--white) ;
  gap: 40px;
}
.headline-wrap{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.headline-wrap h2{
  color: var(--color1C);
  font-family: Lato;
  font-size: 4.38rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 70px */
  letter-spacing: -1.4px;
}
.headline-wrap p{
  color: var(--color4C);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
/* 헤더 */
.header-top {
  transition:
    opacity 1s cubic-bezier(0.4,0,0.2,1),
    visibility 1s cubic-bezier(0.4,0,0.2,1),
    max-height 1s cubic-bezier(0.4,0,0.2,1),
    margin 1s,
    padding 1s;
  opacity: 1;
  visibility: visible;
  max-height: 100px;
  overflow: hidden;
}
.header-top.hide {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-top {
  background: #222222;
  backdrop-filter: blur(2.9000000953674316px);
}
.header-top .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header-top .inner a {
  display: flex;
  padding-block: 13px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
}
.header-top .inner a+a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-top .inner a+a::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--white);
}
.header-main {
  transition: .3s;
}

.header-main .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 121px;
}
.header-menu h1 a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 119px;
  flex-shrink: 0;
}
.logo-color,
.search_b,
.arrow_b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0 !important;
  transition: .3s;
}
.header-main.active {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header .header-main.active .arrow_w{
  display: none;
}

.header .header-main.active .logo-color,
.header .header-main.active .search_b,
.header .header-main.active .arrow_b {
  opacity: 1 !important;
}
.header-gnb {
  display: flex;
  align-items: center;
  gap: 110px;
  transition: .5s;
}
.header-gnb li {
  position: relative;
  flex: 1;
  z-index: 50;
}
.header-gnb .depth2.show{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.header-gnb .depth2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px 60px 3px 3px;
  z-index: 50;
}
.header-gnb .depth2 a {
  transition: .3s;
  padding-block: 15px;
}
.header-gnb a {
  display: block;
  padding-block: 45px;
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  text-wrap: nowrap;
  transition: .3s;
}

.header:focus .header-gnb a,
.header:hover .header-gnb a,
.header .header-main.active .header-gnb a {
  color: var(--color22);
}
.header .header-gnb>li:focus>a,
.header-gnb .depth2 li:focus a,
.header .header-gnb>li:hover>a,
.header-gnb .depth2 li:hover a,
.header-main.active .header-gnb a:hover,
.header-main.active .header-gnb a:focus {
  color: var(--color-main);
  
}
.header-etc {
  display: flex;
  align-items: center;
  gap: 20px;

}
.header-etc .lang-box {
  position: relative;
}
.header-etc .lang-box button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  transition: all 0.3s;
}
.header .header-main.active .lang-box button {
  color: var(--color22);
}
.header-etc .lang-box button span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  transition: .3s;
}
.header-etc .lang-box button.active span {
  transform: rotate(180deg);
}
.header-etc .lang-box ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.08);
}
.header-etc .lang-box ul a {
  display: block;
  padding: 12px;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  transition: .3s;
}
.header-etc .lang-box ul a.active{
  color: var(--color-main);
}
.btn-counsel {
  width: 120px;
  padding: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: .3s;
}

.header .header-main.active .btn-counsel,
.btn-counsel:hover {
  background: var(--color1C) !important;
}
.header-search {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.search-area p{
  color: #000;
font-family: Pretendard;
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 32px */
letter-spacing: -0.64px;
text-align: center;
padding-bottom: 80px;
}
.search-area {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 22px 0 160px;
  background-color: var(--white);
  z-index: 500;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.search-area.active {
  transform: translateY(0);
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.50);
  z-index: 999;
}
.search-area .btn-area{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.search-area .search-wrap{
  display: flex;
  justify-content: center;
}
.search-area .search-close {
  z-index: 22;
}
.search-box {
  display: flex;
  align-items: center;
  width: 673px;
  height: 78px;
  padding: 0px 30px;
  border: 1px solid var(--colordd);
  background: var(--white);
}
.search-box input {
  width: 100%;
  /* height: 100%; */
  height: 26px;
  color: var(--color22);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.44px;
}
.search-box input::placeholder {
  color: var(--coloraa);
}

/* footer */
.footer{
  background-color: #2F2A2A;
  padding: 63px 0 60px;
}
.footer .inner-1440{
  display: flex;
  justify-content: space-between;
}
.footer address{
  margin: 35px 0 22px;
}
.footer address p{
  display: flex;
}
.footer p{
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .addr-tit{
  color: rgba(255, 255, 255, 0.40);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
}
.footer .addr-info{
  color: #FFF;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16px */
  letter-spacing: -0.32px;
}
.footer address a{
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer address a:last-child:after{
  display: none;
}
.footer address a::after{
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.20);
}
.footer address p+p{
 margin-top: 14px;
}
.footer .wrap .thumb{
  flex-shrink: 0;
}
.footer .wrap{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.footer .wrap p a{
  text-decoration-line: underline;
text-underline-offset: 2px;
text-underline-position: from-font;
}
.footer .wrap p{
  color: #FFF;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.3px;
display: inline-block;
}

.footer .copy{
  color: rgba(255, 255, 255, 0.40);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
}
#footer .site-area {
  position: relative;
}
#footer .site-area .link-site .tit {
  color: #FFF;
  font-family: Pretendard;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
#footer .site-area .link-site {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: inline-flex;
  padding: 17px 20px;
  align-items: center;
  gap: 66px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.50);
}
#footer .site-area .site-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 200px;
  margin-bottom: 4px;
  transform: translateY(10px);
  color: #FFF;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 100%;
  z-index: 999;
  gap: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  overflow-y: auto;
  background-color: #2F2A2A;
}
.site-area > .link-site.on .site-list{
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
#footer .site-area .site-list a {
  font-family: Pretendard;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.60);
  transition: all 0.3s;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.link-site svg {
  transition: transform 0.3s ease;
}
.link-site.on  svg {
  transform: rotate(180deg);
}
.fixed-btn{
  position: fixed !important;
  right: 90px ;
  bottom: 55px !important;
   display: flex;
   flex-direction: column;
   gap: 10px;
   z-index: 998;
 }
 .fixed-btn button,
 .fixed-btn a{
   width: 60px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
 }
 
 /* 모바일 메뉴 */
 .m-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
	background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.m-menu .m-list {
	text-align: left;
}


.m-menu .m-list > a {
  color: #222;
  font-family: Pretendard;
  font-size: 2.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 34px */
}
.m-menu .m-list > a img {
	margin-top: 6px;
}



.m-list > ul > li a:hover {
	color: #1AA249;
}

.m-menu .m-list > a img {
  float: right;
  margin-top: 6px;
  transition: transform 0.3s;
}

.m-menu .m-list > a.rotated img {
  transform: rotate(180deg);
}
.m-menu_wrap{
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 57px 20px 170px 20px;
}
.m-depth2{
  margin-top: 30px;
}
.m-depth2 li+li{
  margin-top: 34px;
}
.m-menu  .m-depth2 a{
  color: #999;
  font-family: Pretendard;
  font-size: 1.63rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%
}
.m-list.on > a.has-sub::after{
  transform: rotate(180deg);
}
.m-list > a.has-sub::after{
  content: '';
  width: 36px;
height: 36px;
background-image: url(/image/common/ar_down.png);
transition: all 0.3s;
}
.m-list > a{
  display: flex;
  align-items: center;
  justify-content: space-between;

  transition: all 0.3s;
}
.m-list.on > a{
  color: #1AA249;
}
.m-header .left .thumb{
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
.m-header .left a + a::before{
  content: '';
  background: #ddd;
  width: 2px;
height: 15px;
margin-right: 16px;
}
.m-header .left a + a{
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.m-header .left a.on{
  color: #0DA049;
}
.m-header .left a{
  color: #888;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 26px */
letter-spacing: -0.52px;
}
.m-header .left{
  display: flex;
  align-items: center;
}
.m-header{
  position: relative;
  z-index: 999 !important;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.m-header .hamburger-btn{
  display: flex !important;
  
}
.m-header .hamburger-btn span{
  background: #000;
}
.m-list.contact-btn a{
 display: flex;
 justify-content: center;
 align-items: center;
  color: #FFF !important;
font-family: Pretendard;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 26px */
letter-spacing: -0.52px;
padding: 20px 0;
}
.m-menu.m-on ~ .header-etc {
  display: none;
}
.m-list.contact-btn{
  border-radius: 50px;
background: #222;

}

.family-link{
 
  display: flex;
  flex-direction: column;
}
.family-link a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  background: #000;
  color: #FFF;
text-align: left;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 22px */
letter-spacing: -0.44px;
padding: 20px 20px;
}
.family-link a::after{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/image/common/ar_left.svg);
  background-size: cover;
}
