@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

.main__visual-container {width: 100%; height: 810px; position: relative; overflow: hidden;}
.main__visual {width: 100%; height: 100%; }
.main__visual .swiper-wrapper {height: 100%; z-index: 6;}
.main__visual .swiper-slide {height: 100%; position: relative; z-index: 7;}
.main__visual .swiper-slide .bg {width: 100%; height: 100%; }
.main__visual .swiper-slide .txt {width: calc(100% - 80px); position: absolute; top: 80px; left: 50%; transform: translateX(-50%); z-index: 8; color: #fff; text-align: center;}
.main__visual .swiper-slide .txt h5 {font-size: 60px; font-weight: 800; margin: 12px 0 0;}
.main__visual .swiper-slide .txt h5.snd {margin: 0 0 12px;}
.main__visual .swiper-slide .txt h5 span {font-size: 60px; font-weight: 100;}
.main__visual .swiper-slide .txt p {font-size: 60px; font-weight: 100;}
.main__visual-container section {padding: 0 374px 0 206px; box-sizing: border-box; width: 1600px; top: 296px; left: 50%; transform: translateX(-50%); height: 78px; background: #fff; position: absolute; z-index: 8;}
.main__visual-container section h4 {display: flex; height: 100%; justify-content: flex-start; align-items: center; font-size: 28px; font-weight: 800; color: var(--txt-c0); padding: 0 0 0 40px; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 206px;}
.main__visual-container section h4 span {font-size: 13px; opacity: 0.5; flex: none; display: inline-block; margin: 0 0 0 6px;}
.main__visual-container section h4::after {content: ''; display: block; width: 1px; height: 21px; background: #ccc; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.main__visual-container section .notice__visual {height: 100%; width: 1020px; overflow: hidden; position: relative; }
.main__visual-container section .swiper-wrapper {height: 100%;}
.main__visual-container section .swiper-slide {padding: 0 160px 0 20px; box-sizing: border-box; height: 100%; display: flex; justify-content: flex-start; align-items: center;}
.main__visual-container section .swiper-slide a {display: block; width: 100%;}
.main__visual-container section .swiper-slide h3 {width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.main__visual-container section .swiper-slide p {display: none;}
.main__visual-container section .swiper-btns {display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; width: 374px; height: 100%; background: #000; position: absolute; right: 0; top: 0;}
.main__visual-container section .swiper-btns a {text-transform: uppercase;}
.main__visual-container section .swiper-btns a.swiper-btn-prev {background: url(/img/comm/visual__slide_prev.png) 20px 50% no-repeat; background-size: 11px 21px; display: block; width: 100px; color: #fff; padding-left: 58px; box-sizing: border-box;}
.main__visual-container section .swiper-btns a.swiper-btn-next {background: url(/img/comm/visual__slide_next.png) calc(100% - 20px) 50% no-repeat; background-size: 11px 21px; display: block; width: 100px; color: #fff; padding-right: 58px; box-sizing: border-box;}
.notice__pagination {padding: 0 20px 0 0; box-sizing: border-box; text-align: right; font-weight: 500; color: #000; width: 200px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); left: initial !important; bottom: initial !important;}

.visual__navi {z-index: 15; position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%); width: 1600px; display: flex; justify-content: flex-end; align-items: center; height: 12px;}
.visual__pagination {width: 72px; height: 32px; border: 1px solid #fff; box-sizing: border-box; border-radius: 20px; color: #fff; flex: none; position: relative !important; left: initial; right: initial; top: initial; bottom: initial; z-index: 15; display: flex; justify-content: center; align-items: center;}
.visual__pagination span {margin: 0 4px; flex: none; display: block; font-size: 16px; font-weight: 900; color: #fff; background: transparent !important; padding: 0;}
.visual__play {margin: 0 0 0 15px; border: 1px solid #fff; box-sizing: border-box; border-radius: 50%; flex: none; width: 32px;  height: 32px; display: none;  background: url(/m/img/main/play.png) 50% 50% no-repeat; background-size: 7px auto;}
.visual__stop {margin: 0 0 0 15px; border: 1px solid #fff; box-sizing: border-box; border-radius: 50%; flex: none; display: block; width: 32px;  height: 32px; background: url(/m/img/main/stop.png) 50% 50% no-repeat; background-size: 6px auto;}

@media all and (max-width: 1640px) {
  .main__visual-container section {width: calc(100% - 80px); padding: 0 0 0 180px;}
  .main__visual-container section h4 {width: 180px; padding: 0 0 0 16px;}
  .main__visual-container section h4::after {}
  .main__visual-container section .notice__visual {width: calc(100% - 100px);}
  .main__visual-container section .swiper-slide {padding: 0 80px 0 16px;}
  .main__visual-container section .swiper-btns {width: 100px;}
  .main__visual-container section .swiper-btns a.swiper-btn-prev {width: 50%; padding: 0; font-size: 0; height: 100%;}
  .main__visual-container section .swiper-btns a.swiper-btn-next {width: 50%; padding: 0; font-size: 0; height: 100%;}

  .visual__navi {width: 100%; bottom: 260px; padding: 0 40px 0 0; box-sizing: border-box;}
  .visual__pagination {}
}
@media all and (max-width: 1024px) {
  .main__visual-container section {padding: 0; width: 100%; height: auto; top: 70px;}
  .main__visual-container section h4 {display: none;}
  .main__visual-container section .notice__visual {overflow: hidden; box-sizing: border-box; width: 100%; height: 58px; background: rgba(0, 0, 0, 0.7); position: absolute; top: 0; left: 0; z-index: 11; box-sizing: border-box; overflow: hidden;}
  .main__visual-container section .notice__visual .swiper-wrapper {height: 100%;}
  .main__visual-container section .notice__visual .swiper-slide {height: 100%; padding: 0;}
  .main__visual-container section .notice__visual .swiper-slide a {padding: 0 150px 0 60px; box-sizing: border-box; height: 100%; display: flex; justify-content: flex-start; align-items: center; align-content: center; flex-wrap: wrap;}
  .main__visual-container section .notice__visual .swiper-slide h3 {margin: 0 0 4px; width: 100%; font-size: 15px; color: #fff; font-weight: 500; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
  .main__visual-container section .notice__visual .swiper-slide p {display: block; font-size: 12px; color: #fff; font-weight: 400; opacity: 0.5; max-width: 100%;}
  .main__visual-container section .notice__pagination {width: auto; font-size: 14px; letter-spacing: -0.025em; position: absolute; top: 50%; transform: translateY(-50%); right: 40px; color: #fff; left: initial !important; bottom: initial !important; z-index: 99;}
  .main__visual-container section .swiper-btns {width: 100%; height: auto; top: 50%; transform: translateY(-50%); z-index: 18;}
  .main__visual-container section .swiper-btns a.swiper-btn-prev {position: absolute; top: 20px; left: 20px; width: 11px; height: 18px; display: block; background: url(/m/img/main/news_slide_prev.png) 50% 50% no-repeat; background-size: 100% auto;}
  .main__visual-container section .swiper-btns a.swiper-btn-next {position: absolute; top: 20px; right: 20px; width: 11px; height: 18px; display: block; background: url(/m/img/main/news_slide_next.png) 50% 50% no-repeat; background-size: 100% auto;}

  .main__visual .swiper-slide .txt {top: 200px; width: 100%;}
  .main__visual .swiper-slide .txt p{font-size: 50px;}
  .main__visual .swiper-slide .txt h5 {font-size: 50px;}

  .visual__navi {bottom: 200px; padding: 0 20px 0 0;}
  .visual__pagination span {font-size: 14px;}
}
@media all and (max-width: 640px) {
  .main__visual .swiper-slide .txt {top: 180px;}
  .main__visual .swiper-slide .txt p{font-size: 25px;}
  .main__visual .swiper-slide .txt h5 {font-size: 25px;}
  .visual__navi {bottom: 115px;}
  .visual__pagination span {font-size: 13px;}

}


.main__visual-container article {width: 1600px; height: 290px; bottom: 110px; left: 50%; transform: translateX(-50%); position: absolute; z-index: 8; display: flex; justify-content: flex-start; align-items: flex-start;}
.main__visual-container article .visual-box {position: relative; height: 100%; margin: 0 35px 0 0; flex: none; width: calc((100% - 105px) / 4);}
.main__visual-container article .visual-box:last-of-type {margin: 0;}
.main__visual-container article .visual-box > a {color: #fff; display: block; width: 100%; height: 100%; padding: 36px 38px; box-sizing: border-box;}
.main__visual-container article .visual-box h5 {font-size: 24px; font-weight: 500; margin: 0 0 5px;}
.main__visual-container article .visual-box p {font-size: 16px; font-weight: 400;}
.main__visual-container article .visual-box span {position: absolute; bottom: 36px; left: 38px; font-size: 15px; font-weight: 400; display: block; padding: 0 30px 0 0; box-sizing: border-box; background: url(/img/comm/main__visual__content__arrow.png) 100% 50% no-repeat;}
.main__visual-container article .visual-box-1 {background: var(--m-color-70) url(../img/main/visual__cont-1.png) calc(100% - 38px) calc(100% - 26px) no-repeat;}
.main__visual-container article .visual-box-2 {background: var(--m-color-70) url(../img/main/visual__cont-2.png) calc(100% - 38px) calc(100% - 26px) no-repeat;}
.main__visual-container article .visual-box-3 {background: var(--m-color-70) url(../img/main/visual__cont-3.png) calc(100% - 38px) calc(100% - 26px) no-repeat;}
.main__visual-container article .visual-box-4 {background: var(--m-color-70) url(../img/main/visual__cont-4.png) calc(100% - 38px) calc(100% - 26px) no-repeat;}


@media all and (max-width: 1640px) {
  .main__visual-container {height: calc(100vh - 89px);}
  .main__visual-container article {width: 100%; bottom: 40px; padding: 0 40px; box-sizing: border-box; height: 200px;}
  .main__visual-container article .visual-box{margin: 0 20px 0 0; width: calc((100% - 60px) / 4);}

  .main__visual-container article .visual-box > a {padding: 28px;}
  .main__visual-container article .visual-box span {left: 28px;}

  .main__visual-container article .visual-box-1 {background: var(--m-color-70) url(../img/main/visual__cont-1.png) calc(100% - 28px) calc(100% - 26px) no-repeat; background-size: 48px auto; }
  .main__visual-container article .visual-box-2 {background: var(--m-color-70) url(../img/main/visual__cont-2.png) calc(100% - 28px) calc(100% - 26px) no-repeat; background-size: 52px auto; }
  .main__visual-container article .visual-box-3 {background: var(--m-color-70) url(../img/main/visual__cont-3.png) calc(100% - 28px) calc(100% - 26px) no-repeat; background-size: 64px auto; }
  .main__visual-container article .visual-box-4 {background: var(--m-color-70) url(../img/main/visual__cont-4.png) calc(100% - 28px) calc(100% - 26px) no-repeat; background-size: 48px auto; }
}

@media all and (max-width: 1024px) {
  .main__visual-container {height: 600px;}
  .main__visual-container article {padding: 0; bottom: 0; height: 175px;}
  .main__visual-container article .visual-box {width: 25%; margin: 0;}

  .main__visual-container article .visual-box p {display: none;}

  .main__visual-container article .visual-box > a {padding: 20px;}
  .main__visual-container article .visual-box h5 {font-size: 20px;}
  .main__visual-container article .visual-box span {bottom: 110px; left: 20px; font-size: 13px;}
}
@media all and (max-width: 640px) {
  .main__visual-container {height: 420px;}
  .main__visual-container article {height: 90px;}

  .main__visual-container article .visual-box h5 {font-size: 14px; text-align: center; width: 60px; margin: 18px auto 0; word-break: keep-all;}
  .main__visual-container article .visual-box h5 i.tb-br {display: block;}
  .main__visual-container article .visual-box p {display: none;}
  .main__visual-container article .visual-box span {color: transparent; bottom: 18px; left: 50%; transform: translateX(-50%); padding: 0; font-size: 0; width: 20px; height: 15px;}
  .main__visual-container article .visual-box > a {padding: 0;}

  .main__visual-container article .visual-box-1 {background: var(--m-color); background-image: none; }
  .main__visual-container article .visual-box-2 {background: var(--m-color); background-image: none; }
  .main__visual-container article .visual-box-3 {background: var(--m-color); background-image: none; }
  .main__visual-container article .visual-box-4 {background: var(--m-color); background-image: none; }

}


.slider_wrap {width: 100%; height: 666px; background: url(../img/main/bg.jpg) 50% 50% no-repeat; background-size: cover;}
.slider_wrap .slider_tit {padding: 45px 0 0; box-sizing: border-box; margin: 0 0 14px;}
.slider_wrap .slider_tit h3 {font-size: 30px; font-weight: 200; color: var(--txt-c0); line-height: 40px; text-align: center;}
.slider_wrap .slider_tit p {font-weight: 800; display: block; font-size: 30px; color: var(--txt-c0); line-height: 40px; text-align: center;}
.slider_wrap .main_slider_wrap {width: 100%; position: relative;}
.slider_wrap li.swiper-slide {background: #fff;}
.slider_wrap .main_slider_wrap .slider_arrow a {display: block; width: 103px; height: 103px; position: absolute; top: 50%; transform: translateY(-50%);}
.slider_wrap .main_slider_wrap .slider_arrow a::before,
.slider_wrap .main_slider_wrap .slider_arrow a::after {content: initial;}
.slider_wrap .main_slider_wrap .slider_arrow a.slider-prev { background: url(../img/main/center_slider_arrow_left.png) 50% 50% no-repeat; left: 30px; right: initial; bottom: initial;}
.slider_wrap .main_slider_wrap .slider_arrow a.slider-next { background: url(../img/main/center_slider_arrow_right.png) 50% 50% no-repeat; right: 30px; left: initial; bottom: initial;}
.slider_wrap .main_slider2 {width: 100%; overflow: hidden; max-width: 1340px; position: relative; margin: 0 auto;}
.slider_wrap .carousel-item {background: #fff url(../img/main/banner_half_more.png) 50% calc(100% - 45px) no-repeat; text-align: center;}
.slider_wrap .carousel-item > a {display: block; width: 100%; height: 100%; padding: 42px 0 0; box-sizing: border-box; }
.slider_wrap .carousel-item span {color: var(--m-color); font-weight: 800; font-size: 20px; display: block; margin: 0 0 6px;}
.slider_wrap .carousel-item h4 {font-size: 40px; font-weight: 200; color: var(--txt-c0); margin: 0 0 16px;}
.slider_wrap .carousel-item .imgs {display: flex; justify-content: center; align-items: center; margin: 0 0 20px;}
.slider_wrap .carousel-item .imgs .img1,
.slider_wrap .carousel-item .imgs .img2 {flex: none; width: 280px; height: 120px; }
.slider_wrap .carousel-item .imgs .img2 {margin: 0 0 0 10px;}
.slider_wrap .carousel-item .imgs img {display: block; width: 100%; height: 100%;}
.slider_wrap .carousel-item p {font-size: 15px; line-height: 22px; color: var(--txt-c6); font-weight: 400;}

@media all and (max-width: 1640px) {
  .slider_wrap .main_slider_wrap .slider_arrow a.slider-prev {left: 0;}
  .slider_wrap .main_slider_wrap .slider_arrow a.slider-next {right: 0;}
}
@media all and (max-width: 1024px){
  .slider_wrap .main_slider_wrap .slider_arrow a.slider-prev {left: -20px;}
  .slider_wrap .main_slider_wrap .slider_arrow a.slider-next {right: -20px;}

  .slider_wrap .carousel-item {padding: 0 20px; box-sizing: border-box; background: #fff url(../img/main/banner_half_more.png) 50% calc(100% - 25px) no-repeat;}
  .slider_wrap .carousel-item .imgs .img1,
  .slider_wrap .carousel-item .imgs .img2 {width: calc((100% - 20px) / 2);}
  .slider_wrap .carousel-item .imgs .img2 {margin: 0 0 0 20px;}

  .slider_wrap .carousel-item > a {padding: 32px 0 0;}
  .slider_wrap .carousel-item h4 {font-size: 28px;}

  .slider_wrap .slider_tit h3 {font-size: 22px; line-height: 32px;}
  .slider_wrap .slider_tit p {font-size: 26px; line-height: 32px;}

}
@media all and (max-width: 640px) {
  .slider_wrap .carousel-item br {display: none;}
  .slider_wrap .carousel-item {padding: 0 20px 80px;}

  .slider_wrap .carousel-item .imgs .img1,
  .slider_wrap .carousel-item .imgs .img2 {width: calc((100% - 12px) / 2);}
  .slider_wrap .carousel-item .imgs .img2 {margin: 0 0 0 12px;}
}


.main__map {width: 100%; height: 916px; background: url(../img/main/map_bg.jpg) 50% 50% no-repeat; background-size: cover;}
.main__map .map__inner {width: 100%; padding: 68px 100px 0; box-sizing: border-box;}
.main__map .map__inner .map_tit {margin: 0 0 92px;}
.main__map .map__inner .map_tit h3 {font-size: 30px; text-align: center; color: #fff; letter-spacing: -0.025em; font-weight: 800;}
.main__map .map__inner .map_tit p {font-size: 15px; text-align: center; color: #fff; letter-spacing: -0.025em; font-weight: 500; margin: 16px 0 0;}
.main__map .flex-box {display: flex; justify-content: space-between; align-items: flex-start;}
.main__map .flex-box .left,
.main__map .flex-box .right {flex: none;}
.main__map .flex-box .left {width: 990px;}
.main__map .flex-box .right {width: 410px;}
.main__map .map_lst {width: 100%; display: flex; justify-content: flex-start; align-items: center; align-content: center; flex-wrap: wrap;}
.main__map .map_lst li {box-sizing: border-box; margin: 0 30px 30px 0; width: 277px; height: 277px; border-radius: 50%; border: 1px solid var(--m-color); opacity: 0.5; position: relative; background: #000;}
.main__map .map_lst li:nth-of-type(3n) {margin: 0;}
.main__map .map_lst li.empty {border:0; background: none; clear:both;}
.main__map .map_lst li:nth-of-type(3) {margin: 0 0 30px;}
.main__map .map_lst li:nth-of-type(4) {margin: 0 30px 0 0;}
.main__map .map_lst li:nth-of-type(5) {margin: 0 30px 0 0;}
.main__map .map_lst li a {display: block; width: 100%; height: 100%; border-radius: inherit;}
.main__map .map_lst li a::after {content: ''; display: block; width: 28px; height: 28px; position: absolute; bottom: 22px; left: 50%; transform: translate(-50%); background: url(../img/main/map_more.png) 50% 50% no-repeat; background-size: 100% auto;}
.main__map .map_lst li .bg {background-size: cover; width: 100%; height: 100%; border-radius: inherit; background: #fff; opacity: 0.6; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.main__map .map_lst li:first-of-type .bg {background: url(../img/main/map_1.jpg) 40% 50% no-repeat;}
.main__map .map_lst li:nth-of-type(2) .bg {background: url(../img/main/map_3.jpg) 90% 50% no-repeat;}
.main__map .map_lst li:nth-of-type(3) .bg {background: url(../img/main/map_3.jpg) 90% 50% no-repeat;}
.main__map .map_lst li:nth-of-type(4) .bg {background: url(../img/main/map_4.jpg) 15% 24% no-repeat;}
.main__map .map_lst li:nth-of-type(5) .bg {background: url(../img/main/map_5.jpg) 40% 0 no-repeat;}
.main__map .map_lst li:nth-of-type(6) .bg {    background: url(../img/main/map_6.jpg) 0 50% no-repeat;background-size: cover;}
.main__map .map_lst li h4 {padding: 20px 0; box-sizing: border-box; font-size: 19px; line-height: 33px; font-weight: 500; letter-spacing: -0.025em; flex-wrap: wrap; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; width: 100%; height: 100%; display: flex; justify-content: center; align-content: flex-start; align-items: center;}
.main__map .map_lst li h4 p {display: block; font-size: 17px; color: #febe22; width: 100%; margin-bottom:13px;}
.main__map .map_lst li h4 b { display: block; font-size: 24px; color: #fff; font-weight: 800; line-height: 1.2; width: 100%;}
.main__map .map_lst li.active {opacity: 1;}
.main__map #map {position: relative; width: 100%; height: 629px; background: url(../img/main/main_map.png) 100% 0 no-repeat; background-size: auto 100%;}
.main__map #map .map_lst2 {position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.main__map .clickable_right {display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.main__map #map li {position: absolute; width: 19px; height: 19px; background: url(../img/main/spot.png) 50% 50% no-repeat; background-size: 100% auto; border-radius: 50%; border: 4px solid transparent;}
.main__map #map li a {display: block; width: 100%; height: auto; color: #fff;}
.main__map #map li:first-of-type {top: 117px; left: 78px;}
.main__map #map li:nth-of-type(3) {top: 9999; left: 9999; display: none;}
.main__map #map li:nth-of-type(2) {top: 182px; left: 138px;}
.main__map #map li:nth-of-type(4) {top: 370px; left: 370px;}
.main__map #map li:nth-of-type(5) {top: 425px; left: 315px;}
.main__map #map li:nth-of-type(6) {top: 440px; left: 278px;}
/* 
.main__map #map li:nth-of-type(6) {width: auto; height: auto; bottom: 26px; right: 0; background: transparent; border: 1px solid #fff; box-sizing: border-box; display: block; padding: 6px 20px; border-radius: 14px;}
*/
.main__map #map li.active { border-color: var(--m-color);}
.main__map #map li.active a { color: var(--m-color);}

.main__map .clickable_right span {opacity: 1 !important; position: absolute; width: 19px; height: 19px; background: url(../img/main/spot.png) 50% 50% no-repeat; background-size: 100% auto; border-radius: 50%; border: 4px solid transparent;}
.main__map .clickable_right span:first-of-type {top: 117px; left: 78px;}
.main__map .clickable_right span:nth-of-type(5) {top: 440px; left: 278px;}
.main__map .clickable_right span:nth-of-type(2) {top: 182px; left: 138px;}
.main__map .clickable_right span:nth-of-type(3) {top: 370px; left: 370px;}
.main__map .clickable_right span:nth-of-type(4) {top: 425px; left: 315px;}
/*.main__map .clickable_right span:nth-of-type(6) {color: #fff; width: auto; height: auto; bottom: 26px; right: 0; background: transparent; border: 1px solid #fff; box-sizing: border-box; display: block; padding: 6px 20px; border-radius: 14px;}
*/
.main__map .clickable_right span.swiper-pagination-bullet-active { border-color: var(--m-color); color: var(--m-color);}

@media all and (max-width: 1640px) {
  .main__map .map__inner {padding: 68px 0;}
  .main__map .flex-box {justify-content: center; align-items: stretch;}
  .main__map .flex-box .left {width: calc(100% - 410px); box-sizing: border-box; max-width: 772px;}
  .main__map .map_lst {height: 100%;}
  .main__map .map_lst li {width: 210px; height: 210px; margin: 0 20px 20px 0;}
  .main__map .map_lst li:nth-of-type(3n) {margin: 0;}
  .main__map .map_lst li:nth-of-type(3) {margin: 0 0 20px;}
  .main__map .map_lst li:nth-of-type(4) {margin: 0 20px 0 0;}

  .main__map .map__inner .map_tit p {word-break: keep-all;}
}

@media all and (max-width: 1180px) {
  .main__map {height: auto;}
  .main__map .map__inner .map_tit {margin: 0 0 32px;}
  .main__map .flex-box {flex-wrap: wrap;}
  .main__map .flex-box .left {width: 100%;}
  .main__map .flex-box .right {width: 100%; margin: 24px 0 0;}
  .main__map .map_lst {justify-content: space-between;}
  .main__map #map {width: 410px; margin: 0 auto;}
  .main__map .map_lst li {margin: 0 0 30px;}
  .main__map .map_lst li:nth-of-type(3n) {margin: 0;}
  .main__map .map_lst li:nth-of-type(4) {margin: 0 0 30px;}
  .main__map .map_lst li:nth-of-type(6) {margin: 0;}
}

@media all and (max-width: 1024px) {
  .main__map .map_lst li {margin: 0 0 30px;}
  .main__map .map_lst li:nth-of-type(3n) {margin: 0;}
  .main__map .map_lst li:nth-of-type(4) {margin: 0 0 30px;}
  .main__map .map_lst li:nth-of-type(6) {margin: 0;}
}
@media all and (max-width: 720px) {
  .main__map .map_lst li {width: 190px; height: 190px;}
  .main__map .map_lst li h4 b {font-size: 24px;}
}
@media all and (max-width: 655px) {
    .main__map .map_lst li.empty {display: none;}
}
@media all and (max-width: 640px) {
  .main__map .map_lst {}
  .main__map .flex-box .left {max-width: 320px; margin: 20px auto 0; order: 1; width: 100%; overflow: hidden;}
  .main__map .map_lst li {border-radius: 0; margin: 0 !important; opacity: 1 !important;}
  .main__map .map__inner {overflow: hidden;}
  .main__map .map_lst {flex-wrap: nowrap;}
  .main__map #map .map_lst2 {display: none;}
  .main__map .clickable_right {display: block;}

}

@media all and (max-width: 480px) {
  .main__map #map {width: 100%; height: 0; padding-bottom: calc(100% * 629 / 410); box-sizing: border-box;}
  .main__map .clickable_right span:first-of-type {top: 19%; left: 19%;}
  .main__map .clickable_right span:nth-of-type(2) {top: 70%; left: 68%;}
  .main__map .clickable_right span:nth-of-type(4) {top: 58%; left: 91%;}
  .main__map .clickable_right span:nth-of-type(3) {top: 29.5%; left: 34%;}
  .main__map .clickable_right span:nth-of-type(5) {top: 67.5%; left: 77%;}
  .main__map .clickable_right span:nth-of-type(6) {bottom: 6%; font-size: 14px; padding: 6px 10px;}
}

.main__banner-half {width: 100%; background: linear-gradient(to right, rgba(242, 245, 248, 0.6) 50%, #ecf0f3 50%);}
.main__banner-half .flex-box {display: flex; justify-content: center; align-items: center; height: 350px; width: 100%;}
.main__banner-half .left-half,
.main__banner-half .right-half {width: 50%; height: 100%; flex: none;}
.main__banner-half .left-half {padding: 45px 100px 0 0; box-sizing: border-box;}
.main__banner-half .right-half {padding: 45px 0 0 100px; box-sizing: border-box;}
.main__banner-half a {display: block; width: 100%; height: 100%; background: url(../img/main/banner_half_more.png) 100% 0 no-repeat; background-size: 25px auto;}
.main__banner-half h3 {font-size: 30px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.05em;}
.main__banner-half p {font-size: 15px; font-weight: 400; color: var(--txt-c6); margin: 8px 0 20px;}
.main__banner-half .img {width: 100%; height: 152px;}

@media all and (max-width: 1640px) {
  .main__banner-half .left-half {padding: 45px 40px 0 0;}
  .main__banner-half .right-half {padding: 45px 0 0 40px;}
}
@media all and (max-width: 1024px) {
  .main__banner-half {background: linear-gradient(to bottom, rgba(242, 245, 248, 0.6) 50%, #ecf0f3 50%);}
  .main__banner-half .flex-box {flex-wrap: wrap; height: auto;}
  .main__banner-half .left-half,
  .main__banner-half .right-half {width: 100%; height: auto; padding: 36px 20px;}
}

@media  all and (max-width: 640px) {
  .main__banner-half h3 {font-size: 20px;}
}

.main__dir-menu {padding: 50px 0; box-sizing: border-box;}
.main__dir-menu .box__container {width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
.main__dir-menu .box {width: calc((100% - 114px) / 4); margin: 0 38px 0 0; flex: none; height: 178px; background: #f6f6f8; position: relative;}
.main__dir-menu .box > a {display: block; width: 100%; height: 100%; padding: 36px 0 26px 38px; box-sizing: border-box;}
.main__dir-menu .box:nth-of-type(4) {margin: 0;}
.main__dir-menu .box h5 {font-size: 25px; font-weight: 700; color: var(--txt-c0); margin: 0 0 10px;}
.main__dir-menu .box p {font-size: 15px; font-weight: 500; color: var(--txt-c6);}
.main__dir-menu .box i {display: block; margin: 28px 0 0; width: 28px; height: 28px; border-radius: 50%; background: var(--m-color) url(/img/comm/main__dir_arrow.png) 0 50% no-repeat;}
.main__dir-menu .box.lost-box {background: #f6f6f8 url(../img/main/main__dir_1.png) calc(100% - 20px) calc(100% - 24px) no-repeat;}
.main__dir-menu .box.kakao-box {background: #f6f6f8 url(../img/main/main__dir_2.png) calc(100% - 20px) calc(100% - 24px) no-repeat;}
.main__dir-menu .box.faq-box {background: #f6f6f8 url(../img/main/main__dir_3.png) calc(100% - 20px) calc(100% - 24px) no-repeat;}
.main__dir-menu .box.map-box {background: #f6f6f8 url(../img/main/main__dir_4.png) calc(100% - 20px) calc(100% - 24px) no-repeat;}


@media all and (max-width: 1640px) {
  .main__dir-menu .box__container {justify-content: space-between;}
  .main__dir-menu .box {margin: 0; width: calc((100% - 60px) / 4);}
  .main__dir-menu .box > a {padding: 28px 10px 38px 20px;}
  .main__dir-menu .box h5 {font-size: 22px;}
}
@media all and (max-width: 1024px) {
  .main__dir-menu {padding: 36px 0 32px;}
  .main__dir-menu .box__container {flex-wrap: wrap;}
  .main__dir-menu .box {width: calc((100% - 12px) / 2);}
  .main__dir-menu .box:nth-of-type(1),
  .main__dir-menu .box:nth-of-type(2) {margin: 0 0 12px;}
}
@media all and (max-width: 640px) {
  .main__dir-menu {padding: 28px 0 18px;}
  .main__dir-menu .box {width: 100%;}
  .main__dir-menu .box:nth-of-type(3) {margin: 0 0 12px;}
}

.main__bottom {padding: 0 0 80px; box-sizing: border-box;}
.main__bottom-flex {display: flex; justify-content: flex-start; align-items: center;}
.main__bottom-flex > a {display: block; width: calc((100% - 38px) / 2); height: 169px; flex: none; }
.main__bottom-flex > a + a {margin: 0 0 0 38px;}
.main__bottom-flex > a .bg {position: relative; width: 100%; height: 100%; padding: 28px 0 0 48px; box-sizing: border-box; color: #fff; }
.main__bottom-flex .company-box .bg {background-image: url(/logis/img/main/main__bottom_1.jpg); background-size: 100% 100%;}
.main__bottom-flex .business-box .bg {background-image: url(/logis/img/main/main__bottom_2.jpg); background-size: 100% 100%;}
.main__bottom-flex h5 {font-size: 25px; font-weight: 700; margin: 0 0 10px;}
.main__bottom-flex p {font-size: 13px; font-weight: 700; }
.main__bottom-flex span {position: absolute; left: 48px; bottom: 28px; font-size: 15px; display: block; padding: 0 16px 0 0; box-sizing: border-box; background: url(/img/comm/main__bottom_arrow.png) 100% 50% no-repeat;}

@media all and (max-width: 1640px) {
  .main__bottom-flex {justify-content: space-between;}
  .main__bottom-flex > a {width: calc((100% - 20px) / 2);}
  .main__bottom-flex > a + a {margin: 0;}
  .main__bottom-flex > a .bg {padding: 28px 0 0 28px;}
  .main__bottom-flex span {left: 28px;}
  .main__bottom-flex h5 {font-size: 22px;}
}
@media all and (max-width: 1024px) {
  .main__bottom {padding: 0 0 42px;}
  .main__bottom-flex > a {width: calc((100% - 12px) / 2);}
}
@media all and (max-width: 640px) {
  .main__bottom {padding: 0 0 32px;}
  .main__bottom-flex {flex-wrap: wrap;}
  .main__bottom-flex > a {width: 100%;}
  .main__bottom-flex > a + a {margin: 12px 0 0;}

}


.contact_tit {text-align: center; margin: 0 0 45px;}
.contact_tit h4 {color: var(--txt-c0); font-weight: 800; font-size: 30px; margin: 0 0 22px; letter-spacing: -0.025em;}
.contact_tit p {color: var(--txt-c6); font-weight: 400; font-size: 18px; letter-spacing: -0.025em;}
.contact_tit p b {font-weight: 800;}
.contact_flex {display: flex; justify-content: space-between; align-items: stretch;}
.contact_flex .contact_box {padding: 30px; width: calc((100% - 72px) / 5); box-sizing: border-box; flex: none; border: 1px solid var(--m-color); background: #fff; text-align: center;}
.contact_flex h5 {padding-bottom: 22px; margin: 0 0 20px; border-bottom: 1px solid var(--border-ee); box-sizing: border-box; font-size: 18px; font-weight: 800; color: var(--txt-c0); line-height: 25px; letter-spacing: -0.025em;}
.contact_flex h6 {color: var(--m-color); font-weight: 800; font-size: 30px;}

@media all and (max-width: 1640px) {
  .contact_flex {flex-wrap: wrap; justify-content: flex-start;}
  .contact_tit h4 {}
  .contact_tit p {}
  .contact_flex .contact_box {width: calc((100% - 40px) /3); margin: 0 20px 24px 0;}
  .contact_flex .contact_box:nth-of-type(3n) {margin: 0 0 24px;}
  .contact_flex h5 {}
  .contact_flex h6 {}
}
@media all and (max-width: 1024px) {
  .contact_flex {}
  .contact_tit h4 {font-size: 20px; margin: 0 0 12px;}
  .contact_tit p {font-size: 16px;}
  .contact_flex .contact_box {width: calc((100% - 20px) /2); margin: 0 20px 24px 0;}
  .contact_flex .contact_box:nth-of-type(3n) {margin: 0 20px 24px 0;}
  .contact_flex .contact_box:nth-of-type(2n) {margin: 0 0 24px;}
  .contact_flex h5 {padding-bottom: 18px; margin: 0 0 18px;}
  .contact_flex h6 {font-size: 20px;}
}
@media all and (max-width: 640px) {
  .contact_flex {flex-direction: column;}
  .contact_tit h4 {margin: 0 0 12px;}
  .contact_tit p {}
  .contact_flex .contact_box {width: 100%; margin: 0 0 24px;}
  .contact_flex h5 {}
  .contact_flex h6 {}
}

.history__tit {margin: 60px auto 10px; text-align: center; color: var(--txt-c0); font-weight: 800; font-size: 30px;}
.history__container ol {width: 100%; background: url(/img/comm/his_bar.jpg) 50% 0 repeat-y;}
.history__container ol li {padding-top: 28px; box-sizing: border-box; width: 50%; position: relative;}
.history__container ol li::before {content : ''; width: 12px; height: 12px; background: var(--m-color); border-radius: 50%; position: absolute; top: 40px; display: block;}
.history__container ol li:nth-of-type(2n) {padding-right: 50px; text-align: right; margin-right: 50%;}
.history__container ol li:nth-of-type(2n-1) {padding-left: 50px; text-align: left; margin-left: 50%;}
.history__container ol li:nth-of-type(2n)::before {right: -6px;}
.history__container ol li:nth-of-type(2n-1)::before {left: -6px; }
.history__container ol li h4 {font-size: 40px; font-weight: 900; color: var(--txt-c0); margin: 0 0 20px;}
.history__container ol li p {margin: 0 0 20px; display: flex; justify-content: flex-start; align-items: center; font-size: 16px; font-weight: 600; color: var(--txt-c9); line-height: 20px;}
.history__container ol li p span {font-size: 16px; color: var(--txt-c0); font-weight: 800; display: inline-block; box-sizing: border-box;}
.history__container ol li:nth-of-type(2n) p {justify-content: flex-end;}
.history__container ol li:nth-of-type(2n-1) p span {padding-right: 20px;}
.history__container ol li:nth-of-type(2n) p span {order: 1; padding-left: 20px;}

@media all and (max-width: 1024px) {
  .history__container ol li:nth-of-type(2n) {padding-right: 30px; }
  .history__container ol li:nth-of-type(2n-1) {padding-left: 30px;}
  .history__container ol li p {display: block;}
  .history__container ol li p span {display: block; padding: 0; margin: 0 0 4px;}
}
@media all and (max-width: 640px) {
  .history__container ol {background-position: 0 0;}
  .history__container ol li {width: 100%;}
  .history__container ol li:nth-of-type(2n) {margin: 0; text-align: left; padding-right: 0; padding-left: 30px;}
  .history__container ol li:nth-of-type(2n)::before {right: initial; left: -6px;}
  .history__container ol li:nth-of-type(2n) p {}
  .history__container ol li:nth-of-type(2n) p span {padding: 0;}
  .history__container ol li:nth-of-type(2n-1) {margin: 0;}
}

.business_section {width: 100%; height: 818px; background: url(../img/sub/business_history.jpg) 50% 50% no-repeat; background-size: cover;}
.business_section .container {padding: 72px 50px 0; box-sizing: border-box; text-align: center;}
.business_section .section_tit {color: #fff; margin: 0 0 80px;}
.section_tit h2 {font-size: 20px; line-height: 30px; font-weight: 400; letter-spacing: -0.05em;}
.section_tit h2 strong {font-size: 40px; line-height: 50px; font-weight: 100; display: block;}
.section_tit h2 span {line-height: 40px; display: block;}
.section_tit p{font-size: 28px; margin: 60px 0 0; font-weight: 100; letter-spacing: -0.05em;}
.business_flex {width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.business_flex .left,
.business_flex .right {flex: none; width: calc((100% - 70px) / 2); box-sizing: border-box; }
.business_flex .business_box + .business_box {margin: 60px 0 0;}
.business_flex .business_tit {width: 100%; height: 53px; background: var(--m-color-80); color: #fff; line-height: 53px; font-size: 23px; font-weight: 800; letter-spacing: -0.025em;}
.business_flex .business_cont {display: flex; justify-content: space-between; align-items: stretch; height: 113px;}
.business_flex .cont_left,
.business_flex .cont_right {width: calc((100% - 1px) / 2);  background: rgba(255, 255, 255, 0.9); display: flex; justify-content: center; align-items: center; font-weight: 500; color: var(--txt-c0); font-size: 16px; letter-spacing: -0.025em; line-height: 25px;}
.business_flex .cont_n3 {position: relative; width: calc((100% - 2px) / 3);  background: rgba(255, 255, 255, 0.9); display: flex; justify-content: center; align-items: center; font-weight: 500; color: var(--txt-c0); font-size: 16px; letter-spacing: -0.025em; line-height: 25px;}
.business_flex .cont_n3 span {display: block; position: absolute; top: 0; left: 0; width: 26px; height: 26px; color: #fff; text-align: center; line-height: 26px; font-size: 16px; font-weight: 800; background: var(--m-color);}
.business_tab {width: 100%; display: flex; justify-content: flex-start; align-items: center;}
.business_tab a {border-bottom: 1px solid var(--m-color); box-sizing: border-box; flex: none; width: calc(100% / 3); background: #f2f2f2; font-size: 20px; font-weight: 500; color: var(--txt-c8); letter-spacing: -0.05em; height: 70px; display: flex; justify-content: center; align-items: center; text-align: center;}
.business_tab a.on {border: 1px solid var(--m-color); background: var(--m-color); color: #fff;}
.tab_cont {padding: 70px 0 0; width: 100%; box-sizing: border-box;}
.tab_cont .tab_box {width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; }
.tab_cont .tab_box + .tab_box {margin: 125px 0 0;}
.tab_cont .tab_box h3 {flex: none; width: 390px; font-size: 28px; font-weight: 800; color: var(--txt-c0); letter-spacing: -0.025em;}
.tab_cont .tab_box .box__right {flex: none; width: calc(100% - 390px);}
.tab_cont .tab_box .ul_tit {margin: 48px 0 0; font-size: 20px; font-weight: 800; color: var(--txt-c0); letter-spacing: -0.025em; line-height: 40px;}
.tab_cont .tab_box .ul-box li {font-size: 18px; font-weight: 400; color: var(--txt-c6); letter-spacing: -0.025em; line-height: 35px;}
.tab_cont .tab_box .ul_tit:first-of-type {margin: 0;}
.tab_cont .tab_box .img-box {width: 100%; margin: 20px 0 0; }
.tab_cont .tab_box .img-box img {max-width: 100%; display: block;}
.tab_cont .tab_box .img-box img + img {margin: 60px 0 0;}
.tab_cont .tab_box .img-box.mg {margin: 90px 0 108px; }
.tab_cont .tab_box .ol-box {margin: 32px 0 0; width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
.tab_cont .tab_box .ol-box li {font-size: 18px; font-weight: 700; color: var(--txt-c6); line-height: 35px; text-align: center; display: block; padding: 40px 0 0;
  box-sizing: border-box; min-height: 144px; width: calc((100% - 90px) / 6); margin: 0 18px 0 0; flex: none; border: 1px solid var(--m-color); background: #fff; position: relative;}
.tab_cont .tab_box .ol-box li small {font-size: 15px; line-height: 20px; font-weight: 500; display: block; width: 100%; text-align: center;}
.tab_cont .tab_box .ol-box li:last-of-type {margin: 0;}
.tab_cont .tab_box .ol-box li span {line-height: 50px; display: block; width: 50px; height: 50px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--m-color); color: #fff; text-align: center; font-size: 20px; font-weight: 800; letter-spacing: -0.025em;}
.company-more {display: inline-block; padding: 0 6px; line-height: 26px; font-size: 15px; color: #fff; background: var(--m-color); box-sizing: border-box; border-radius: 4px;}
@media all and (max-width: 1640px) {
  .tab_cont .tab_box h3 {width: 300px; font-size: 24px;}
  .tab_cont .tab_box .box__right {width: calc(100% - 300px);}
  .business_section .container {padding: 70px 20px 30px;}
  .business_flex .left, .business_flex .right {width: calc((100% - 40px) / 2); }
  .business_flex .cont_left, .business_flex .cont_right {padding: 20px; box-sizing: border-box; word-break: keep-all; font-size: 15px; line-height: 23px; min-height: 140px;}
  .business_flex .cont_left br, .business_flex .cont_right br {display: none;}
  .business_flex .business_cont {height: auto; }
  .business_flex .business_box + .business_box {margin: 20px 0 0;}
  .business_flex .cont_n3 {padding: 10px 20px; box-sizing: border-box; word-break: keep-all; min-height: 140px; font-size: 14px; line-height: 21px;}
  .business_flex .cont_n3 span {top: 0; left: 0;}
  .business_flex .cont_n3 br {display: none;}
}

@media all and (max-width: 1024px) {
  .business_tab a {height: 55px; font-size: 18px;}
  .tab_cont {padding: 56px 0 0;}
  .tab_cont .tab_box {display: block;}
  .tab_cont .tab_box h3 {width: 100%; margin: 0 0 20px; font-size: 20px;}
  .tab_cont .tab_box .box__right {width: 100%;}
  .tab_cont .tab_box .ul-box li {font-size: 16px; line-height: 24px;}
  .tab_cont .tab_box + .tab_box {margin: 56px 0 0;}
  .tab_cont .tab_box .img-box img + img {margin: 36px 0 0;}
  .tab_cont .tab_box .ul_tit {margin: 36px 0 0;}
  .tab_cont .tab_box .ol-box {flex-wrap: wrap;}
  .tab_cont .tab_box .ol-box li {font-size: 16px; line-height: 26px; word-break: keep-all; width: calc((100% - 36px) / 3);}
  .tab_cont .tab_box .ol-box li:nth-of-type(3n) {margin-right: 0;}
  .tab_cont .tab_box .ol-box li:nth-of-type(4),
  .tab_cont .tab_box .ol-box li:nth-of-type(5),
  .tab_cont .tab_box .ol-box li:nth-of-type(6) {margin-top: 25px;}
  .tab_cont .tab_box .ol-box li span {width: 36px; height: 36px; line-height: 36px;}
  .tab_cont .tab_box .ol-box li small {word-break: keep-all;}

  .business_section .container {padding: 32px 20px;}
  .business_section {height: auto;}
  .business_section .section_tit {margin: 0 0 20px;}
  .section_tit h2 {font-size: 16px; line-height: 28px;}
  .section_tit h2 strong {font-size: 24px;}
  .section_tit h2 span {font-size: 16px; line-height: 28px;}
  .section_tit p {font-size: 16px; margin: 24px 0 12px;}
  .business_flex {display: block;}
  .business_flex .left, .business_flex .right {width: 100%; }
  .business_flex .business_tit {line-height: 48px; font-size: 16px; height: 48px;}
  .business_flex .business_box {margin: 20px 0 0;}
  .business_flex .cont_left, .business_flex .cont_right {min-height: 0;}
  .business_flex .cont_n3{font-size: 15px; line-height: 23px; min-height: 0;}

}
@media all and (max-width: 640px) {
  .business_tab a {height: 45px; font-size: 14px;}
  .tab_cont {padding: 34px 0 0;}
  .tab_cont .tab_box h3 {margin: 0 0 28px; font-size: 20px;}
  .tab_cont .tab_box .box__right {}
  .tab_cont .tab_box .ul-box li {font-size: 14px; line-height: 21px;}
  .tab_cont .tab_box .ul-box li br {display: none;}
  .tab_cont .tab_box + .tab_box {margin: 42px 0 0;}

  .tab_cont .tab_box .img-box img + img {margin: 24px 0 0;}
  .tab_cont .tab_box .ul_tit {margin: 24px 0 0; font-size: 18px; line-height: 32px;}
  .tab_cont .tab_box .ol-box li {font-size: 14px;}
  .tab_cont .tab_box .ol-box li small {font-size: 13px;}

  .tab_cont .tab_box .ol-box {align-items: flex-start;}
  .tab_cont .tab_box .ol-box li { width: calc((100% - 18px) / 2); margin: 0 18px 25px 0; min-height: 120px; padding: 30px 0 0;}
  .tab_cont .tab_box .ol-box li:nth-of-type(4),
  .tab_cont .tab_box .ol-box li:nth-of-type(5),
  .tab_cont .tab_box .ol-box li:nth-of-type(6) {margin-top: 0;}
  .tab_cont .tab_box .ol-box li:nth-of-type(3n) {margin-right: 15px;}
  .tab_cont .tab_box .ol-box li:nth-of-type(2n) {margin-right: 0;}

  .section_tit h2 {word-break: keep-all;}
  .section_tit h2 span {word-break: keep-all; display: initial;}
  .section_tit h2 span br {display: none;}
}

.dc-layout {width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.dc-layout .dc-left,
.dc-layout .dc-right {width: 50%; flex: none;}
.dc-layout .dc-left {padding: 0 105px 0 0; box-sizing: border-box;}
.dc-layout .dc-left .img {width: 100%;}
.dc-layout .dc-left .img img {display: block; width: 100%; height: auto;}
.dc-layout .dc-right img {display: block; max-width: 100%; height: auto;}
.dc-left .dc-table {margin: 20px 0 0; width: 100%; border-top: 1px solid var(--m-color); box-sizing: border-box;}
.dc-left .dc-table tbody {width: 100%;}
.dc-left .dc-table tr {width: 100%; border-bottom: 1px solid var(--border-cc); box-sizing: border-box;}
.dc-left .dc-table th {vertical-align: middle; width: 130px; font-size: 18px; font-weight: 800; color: var(--m-color); letter-spacing: -0.025em;}
.dc-left .dc-table td {vertical-align: middle; width: calc(100% - 130px); padding: 16px 0; box-sizing: border-box; font-size: 16px; font-weight: 500; color: var(--txt-c6); line-height: 28px; letter-spacing: -0.025em;}
.dc-right .dc-box h4 {margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.025em;}
.dc-right .dc-box p {word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.dc-right .dc-box li {word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.dc-right .dc-box li span {font-size: 12px; }
.dc-right .dc-box + .dc-box {margin: 42px 0 0;}

@media all and (max-width: 1024px) {
  .dc-layout {display: block;}
  .dc-layout .dc-left,
  .dc-layout .dc-right {width: 100%;}
  .dc-layout .dc-left {padding: 0; margin: 0 0 40px;}

  .dc-left .dc-table th {font-size: 15px;}
  .dc-left .dc-table td {font-size: 14px; padding: 14px 0; line-height: 22px;}

  .dc-right .dc-box h4 {font-size: 15px;}
  .dc-right .dc-box p {font-size: 14px; line-height: 21px;}
  .dc-right .dc-box li {font-size: 14px; line-height: 21px;}
}

/*csrt 01*/
.csrt-layout {flex-wrap: wrap; width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.csrt-layout .left-layout,
.csrt-layout .right-layout {width: 50%; flex: none;}
.csrt-layout .right-layout {padding: 0 0 0 50px; box-sizing: border-box;}
.csrt-layout h4 {margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.025em;}
.csrt-layout p {word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.csrt-layout .layout-box + .layout-box {margin: 42px 0 0;}
.csrt-layout .csrt__table {width: 100%;}
.csrt-layout .csrt__table thead,
.csrt-layout .csrt__table tbody,
.csrt-layout .csrt__table tr {width: 100%;}
.csrt-layout .csrt__table th {box-sizing: border-box; width: 50%; background: var(--m-color); font-size: 18px; font-weight: 700; color: #fff; vertical-align: middle; letter-spacing: -0.025em; height: 52px;}
.csrt-layout .csrt__table th + th {border-left: 1px solid var(--border-cc);}
.csrt-layout .csrt__table td {padding: 16px; border-bottom: 1px solid var(--border-cc); box-sizing: border-box; word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.csrt-layout .csrt__table td + td {border-left: 1px solid var(--border-cc);}
.csrt-layout .csrt__table td:first-of-type {padding-left: 0;}
.csrt-layout .csrt__table td i {width: 3px; height: 3px; border-radius: 50%; background: var(--txt-c6); display: inline-block; margin: 0 4px 0 0; vertical-align: middle; }
.csrt-layout .csrt__table td strong {display: block; margin: 0 0 0 10px;}
.csrt-layout .csrt__bottom {margin: 52px 0 0; width: 100%;}
.csrt-layout ul {flex-wrap: wrap; display: flex; justify-content: space-between; align-items: flex-start;}
.csrt-layout li {flex: none; width: 145px; }
.csrt-layout li .img {border: 1px solid var(--border-ee); box-sizing: border-box; position: relative; width: 100%; height: 117px;}
.csrt-layout li .img img {max-width: 100%; max-height: 100%; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.csrt-layout li p {margin: 10px 0 0; font-size: 15px; line-height: 18px; text-align: center;}

@media all and (max-width: 1640px) {
  .csrt-layout ul {flex-wrap: wrap; justify-content: center;}
  .csrt-layout li {width: calc((100% - 80px)/5); margin: 0 20px 20px 0;}
  .csrt-layout li:nth-of-type(5) {margin: 0 0 20px;}
}
@media all and (max-width: 1024px) {
  .csrt-layout {flex-wrap: wrap;}
  .csrt-layout .left-layout, .csrt-layout .right-layout {width: 100%;}
  .csrt-layout .right-layout {padding: 0; margin: 42px 0 0;}
  .csrt-layout .csrt__table th {font-size: 16px; height: 48px;}
  .csrt-layout .csrt__table td {font-size: 15px; line-height: 24px; padding: 12px;}
  .csrt-layout .csrt__table td:first-of-type {padding: 12px;}

  .csrt-layout li {width: calc((100% - 40px)/3); }
  .csrt-layout li:nth-of-type(3n) {margin: 0 0 20px;}
  .csrt-layout li:nth-of-type(5) {margin: 0 20px 20px 0;}
}
@media all and (max-width: 640px) {

  .csrt-layout ul {justify-content: flex-start;}
  .csrt-layout li {width: calc((100% - 20px)/2); }
  .csrt-layout li:nth-of-type(3n) {margin: 0 20px 20px 0;}
  .csrt-layout li:nth-of-type(5) {margin: 0 20px 20px 0;}
  .csrt-layout li:nth-of-type(2n) {margin: 0 0 20px;}

  .csrt-layout h4 {font-size: 16px; margin: 0 0 8px;}
  .csrt-layout p {font-size: 15px; line-height: 24px;}
}


/*csrt 02*/
.csrt-layout2 {}
.csrt-layout2 .layout-box {margin: 42px 0 0;}
.csrt-layout2 .flex-box {width: 100%; display: flex; justify-content: space-between; align-items: stretch;}
.csrt-layout2 .flex-box .box {border: 1px solid var(--m-color); box-sizing: border-box; flex: none; width: calc((100% - 56px) /3); }
.csrt-layout2 .flex-box .box:nth-of-type(2) {margin: 0 28px;}
.csrt-layout2 .flex-box .box .cont {background: #fff; padding: 20px 28px; box-sizing: border-box;}
.csrt-layout2 h4 {margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.025em;}
.csrt-layout2 h5 {background: var(--m-color); font-size: 18px; font-weight: 700; color: #fff; line-height: 52px; text-align: center; letter-spacing: -0.025em; height: 52px;}
.csrt-layout2 p {position: relative; word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.csrt-layout2 p i {display: inline-block; width: 3px; height: 3px; background: var(--txt-c6); border-radius: 50%; vertical-align: middle; margin: 0 4px 0 0;}
.csrt-layout2 p small {margin: 0 0 8px 12px; font-size: 14px; display: block; line-height: 20px;}
.csrt-layout2 .img {padding-bottom: 16px; box-sizing: border-box; width: 100%;}
.csrt-layout2 .img img + img {margin: 60px auto 0; border: 0;}
.csrt-layout2 .img img {position: relative; display: block; margin: 0 auto; max-width: 100%; max-height: 100%; }

@media all and (max-width: 1024px) {
  .csrt-layout2 .flex-box .box {width: calc((100% - 20px) / 3); margin: 0;}
  .csrt-layout2 .flex-box .box:nth-of-type(2) {margin: 0 10px;}
  .csrt-layout2 .flex-box .box .cont {padding: 16px;}
  .csrt-layout2 h5 {font-size: 16px; height: 48px; line-height: 48px;}
  .csrt-layout2 p {font-size: 15px;}
  .csrt-layout2 h4 {font-size: 15px; margin: 0 0 8px;}
  .csrt-layout2 .img {padding: 12px; box-sizing: border-box;}
  .csrt-layout2 .img img {top: 0;}
  .csrt-layout2 .img img + img {margin: 36px auto 0;}

}

@media all and (max-width: 640px) {
  .csrt-layout2 .flex-box {flex-wrap: wrap;}
  .csrt-layout2 .flex-box .box {width: 100%;}
  .csrt-layout2 .flex-box .box:nth-of-type(2) {margin: 10px 0;}
  .csrt-layout2 .img img + img {margin: 24px auto 0;}
}

/*csrt 03*/
.csrt-layout .left-layout2 .layout-box + .layout-box {margin: 160px 0 0;}
.csrt-layout .right-layout2 {padding: 0 0 0 120px; box-sizing: border-box;}
.csrt-layout .right-layout2 .img {width: 100%;}
.csrt-layout .right-layout2 .img img {display: block; max-width: 100%; width: 100%; height: auto;}
.csrt-layout .right-layout2 .layout-box + .layout-box {margin: 120px 0 0;}
.csrt-layout .csrt-fac {width: 100%; border-top: 1px solid var(--m-color); box-sizing: border-box;}
.csrt-layout .csrt-fac thead,
.csrt-layout .csrt-fac tbody,
.csrt-layout .csrt-fac tr {width: 100%; border-bottom: 1px solid var(--border-cc); box-sizing: border-box;}
.csrt-layout .csrt-fac th {box-sizing: border-box; font-size: 18px; font-weight: 700; color: var(--m-color); vertical-align: middle; letter-spacing: -0.025em; height: 52px;}
.csrt-layout .csrt-fac th:first-of-type {width: 156px;}
.csrt-layout .csrt-fac th:nth-of-type(2) {border-left: 1px solid var(--border-cc); border-right: 1px solid var(--border-cc); }
.csrt-layout .csrt-fac th:last-of-type {width: 150px;}
.csrt-layout .csrt-fac td {padding: 1px 0 1px 10px; line-height: 35px; font-weight: 500; font-size: 15px; color: var(--txt-c6); letter-spacing: -0.025em; vertical-align: middle; border-right: 1px solid var(--border-cc); }
.csrt-layout .csrt-fac td.td-head {vertical-align: middle; text-align: center; padding: 1px 0;}
.csrt-layout .csrt-fac td:last-of-type {border-right: 0; text-align: center; padding: 1px 0;}
.csrt-layout .flex-box.flex-box2 {margin: 30px 0 0; display: flex; justify-content: space-between; align-items: stretch;}
.csrt-layout .flex-box.flex-box2 .box {flex: none; width: calc((100% - 28px) / 2);}
.csrt-layout .flex-box.flex-box2 .box + .box {margin: 0 0 0 28px;}
.csrt-layout .flex-box.flex-box2 .cont {border: 1px solid var(--border-ee); box-sizing: border-box; background: #fff; text-align: center; line-height: 80px; font-size: 30px; color: var(--txt-c0); font-weight: 700; letter-spacing: -0.025em;}
.csrt-layout .flex-box .box h5 {background: var(--m-color); font-size: 18px; font-weight: 700; color: #fff; line-height: 52px; text-align: center; letter-spacing: -0.025em; height: 52px;}


@media all and (max-width: 1640px) {
  .csrt-layout .left-layout2 .layout-box + .layout-box {margin: 50px 0 0;}
  .csrt-layout .right-layout2 {padding: 0 0 0 50px;}
  .csrt-layout .right-layout2 .layout-box + .layout-box {margin: 50px 0 0;}
  .csrt-layout .csrt-fac th:first-of-type {width: 120px;}
  .csrt-layout .csrt-fac th:last-of-type {width: 120px;}
}
@media all and (max-width: 1024px) {
  .csrt-layout .right-layout2 {padding: 0;}
  .csrt-layout .right-layout2 .img {text-align: center;}
  .csrt-layout .right-layout2 .img img {width: initial; max-width: 80%; height: auto; display: inline-block;}
  .csrt-layout .flex-box .box h5 {height: 48px; font-size: 16px; line-height: 48px;}
  .csrt-layout .flex-box.flex-box2 .box {flex: none; width: calc((100% - 12px) / 2);}
  .csrt-layout .flex-box.flex-box2 .box + .box {margin: 0 0 0 12px;}
  .csrt-layout .flex-box.flex-box2 .cont {font-size: 20px; height: 60px; line-height: 60px;}
}

/*ccsc 01*/
.ccsc-container {}
.ccsc-tit {color: var(--txt-c6); font-weight: 400; text-align: center;}
.ccsc-tit h3{line-height: 40px; font-size: 25px;}
.ccsc-tit p{font-size: 16px; margin: 20px 0 0;}
.ccsc-img {margin: 72px 0 56px; width: 100%; display: flex; justify-content: center; align-items: center;}
.ccsc-img .img-box {flex: none; width: 504px;}
.ccsc-img .img-box + .img-box {margin: 0 0 0 64px;}
.ccsc-img .img-box img {display: block; width: 100%; /*height: auto;*/    height: 312px}
.ccsc-layout {}
.ccsc-layout h4 {margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.025em;}
.ccsc-layout h5 {background: var(--m-color); font-size: 18px; font-weight: 700; color: #fff; line-height: 52px; text-align: center; letter-spacing: -0.025em; height: 52px;}
.ccsc-layout .cont {height: calc(100% - 52px); padding: 20px 30px; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; border: 1px solid var(--border-ee); background: #fff;}
.ccsc-layout .cont .cont-left,
.ccsc-layout .cont .cont-right {flex: none; box-sizing: border-box; width: 50%;}
.ccsc-layout .cont .cont-left {padding: 0 0 0 0;  }
.ccsc-layout .cont .cont-right {padding: 0 0 0 15px;}
.ccsc-layout .cont .cont-right.p30 {padding: 0 0 0 30px;}
.ccsc-layout p {position: relative; word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.ccsc-layout i {display: inline-block; width: 3px; height: 3px; background: var(--txt-c6); border-radius: 50%; vertical-align: middle; margin: 0 4px 0 0;}
.ccsc-layout p small {margin: 0 0 8px 12px; font-size: 14px; display: block; line-height: 20px;}
.ccsc-layout .flex-box {display: flex; justify-content: space-between; align-items: stretch;}
.ccsc-layout .flex-box .box {width: calc((100% - 40px) / 2); flex: none;}
.ccsc-layout .flex-box .box + .box {margin: 0 0 0 40px;}

@media all and (max-width: 1640px) {
  .ccsc-tit h3 {font-size: 20px; line-height: 32px; word-break: keep-all;}
  .ccsc-img {margin: 48px 0 32px;}
  .ccsc-img .img-box {width: calc((100% - 40px) / 2);}
  .ccsc-img .img-box + .img-box {margin: 0 0 0 40px;}
  .ccsc-img .img-box img {max-width: 100%;}
}

@media all and (max-width: 1024px) {
  .ccsc-layout h4 {margin: 0 0 8px; font-size: 16px;}
  .ccsc-layout h5 {line-height: 48px; height: 48px; font-size: 16px;}
  .ccsc-layout p {font-size: 15px; line-height: 21px;}
  .ccsc-layout .cont {padding: 20px; font-size: 15px; line-height: 21px; display: block;}
  .ccsc-layout .cont .cont-left, .ccsc-layout .cont .cont-right {width: 100%;}
  .ccsc-layout .cont .cont-right {padding: 0;}
  .ccsc-layout .cont .cont-right.p30 {padding: 0;}
  .ccsc-img {margin: 36px 0 32px;}
  .ccsc-img .img-box {width: calc((100% - 20px) / 2);}
  .ccsc-img .img-box + .img-box {margin: 0 0 0 20px;}
  .ccsc-layout .flex-box .box {width: calc((100% - 20px) / 2);}
  .ccsc-layout .flex-box .box + .box {margin: 0 0 0 20px;}

}

@media all and (max-width: 640px) {
  .ccsc-tit h3{font-size: 16px; line-height: 24px;}
  .ccsc-tit p {font-size: 15px; margin: 18px 0 0;}
  .ccsc-img {display: block; margin: 24px 0 24px;}
  .ccsc-img .img-box {width: 100%;}
  .ccsc-img .img-box + .img-box {margin: 20px 0 0 0;}
  .ccsc-layout .flex-box {display: block;}
  .ccsc-layout .flex-box .box {width: 100%;}
  .ccsc-layout .flex-box .box + .box {margin: 20px 0 0;}

}

/*ccsc 02*/
.ccsc-layout .layout-box + .layout-box {margin: 72px 0 0;}
.ccsc-process {background: #f7f6f6; padding: 105px 0 100px; box-sizing: border-box;}
.ccsc-process img {display: block; width: auto; max-width: 100%; max-height: 100%; margin: 0 auto;}
.ccsc-chart {}
.chart_head {background: #fff; position: relative; width: 211px; height: 211px; border: 1px solid var(--m-color); box-sizing: border-box; border-radius: 50%; margin: 0 auto;}
.chart_head .chart_head_bg {display: flex; justify-content: center; align-items: center; text-align: center; font-size: 30px; font-weight: 800; color: var(--m-color); letter-spacing: -0.025em; background: #f2f2f2; position: absolute; width: 181px; height: 181px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.chart_body {padding: 97px 0 0; box-sizing: border-box; position: relative; display: flex; justify-content: space-between; align-items: stretch;}
.chart_body::before {background: url(/logis/img/sub/ccsc_2_2.png) 50% 50% no-repeat; background-size: auto 100%; content: ''; display: block; width: 100%; height: 97px; position: absolute; top: 0; left: 0;}
.chart_body .chart_box {flex: none; width: calc((100% - 28px) / 3); }
.chart_body .chart_box:nth-of-type(2) {margin: 0 14px;}
.chart_body .chart_box .cont {display: block; padding: 20px 10px 20px 28px;}

@media all and (max-width: 1640px) {
  .ccsc-process {padding: 80px 0;}
  .ccsc-process img {max-width: calc(100% - 40px);}

}
@media all and (max-width: 1180px) {
  .chart_body::before {background-size: calc(100% - 40px) 100%;}
}
@media all and (max-width: 1024px) {
  .ccsc-process {padding: 40px 0;}
  .chart_body .chart_box .cont {width: 100%; padding: 20px;}
}
@media all and (max-width: 640px) {
  .chart_body {flex-direction: column; padding: 42px 0 0;}
  .chart_body .chart_box {width: 100%; margin: 0;}
  .chart_body .chart_box:nth-of-type(2) {margin: 20px 0;}
  .chart_head {width: 180px; height: 180px;}
  .chart_head .chart_head_bg {width: 140px; height: 140px; font-size: 24px;}
  .chart_body::before {background: var(--m-color); width: 1px; height: 42px; position: absolute; left: 50%; transform: translateX(-50%);}
}

/*ccsc 03*/
.ccsc-flex {flex-wrap: wrap; width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.ccsc-flex .layout-left,
.ccsc-flex .layout-right {flex: none; width: 50%; box-sizing: border-box;}
.ccsc-flex .layout-left {padding: 0 110px 0 0;}
.ccsc-flex .layout-right {padding: 0 0 0 15px;}
.ccsc-flex .layout-right .img-box {display: flex; justify-content: flex-start; align-items: flex-start; align-content: center; flex-wrap: wrap;}
.ccsc-flex .layout-right .img-box img {display: block; width: calc((100% - 20px) / 2);}
.ccsc-flex .layout-right .img-box img:first-of-type {margin: 0 20px 20px 0;}
.ccsc-flex .layout-right .img-box img:nth-of-type(2) {margin: 0 0 20px 0;}
.ccsc-flex .layout-right .img-box img:nth-of-type(3) {margin: 0 20px 0 0;}
.ccsc-flex .layout-right .img-box img:nth-of-type(4) {margin: 0;}
.ccsc-table {margin: 0 0 44px; width: 100%; border-top: 1px solid var(--m-color); box-sizing: border-box;}
.ccsc-table tbody {width: 100%;}
.ccsc-table tr {width: 100%; border-bottom: 1px solid var(--border-cc); box-sizing: border-box;}
.ccsc-table th {vertical-align: middle; padding: 0 0 0 18px; text-align: left; box-sizing: border-box; width: 130px; font-size: 18px; font-weight: 800; color: var(--m-color); letter-spacing: -0.025em;}
.ccsc-table td {vertical-align: middle; width: calc(100% - 130px); padding: 12px 0; box-sizing: border-box; font-size: 16px; font-weight: 500; color: var(--txt-c6); line-height: 25px; letter-spacing: -0.025em;}

@media all and (max-width: 1640px) {
  .ccsc-flex .layout-left {padding: 0 40px 0 0;}
  .ccsc-flex .layout-right {padding: 0;}
}
@media all and (max-width: 1024px) {
  .ccsc-flex {flex-wrap: wrap;}
  .ccsc-flex .layout-left, .ccsc-flex .layout-right {width: 100%; flex: none;}
  .ccsc-flex .layout-left {padding: 0 0 0 0; margin: 0 0 20px 0;}
  .ccsc-table th {width: 110px; font-size: 16px;}
  .ccsc-table td {width: calc(100% - 110px); font-size: 15px; line-height: 21px;}
}


/*service 03 -- 05*/
.complaints__container {max-width: 1200px; width: 100%; margin: 0 auto;}
.complaints__container form {width: 100%;}
.complaints__container .terms {resize: none; height: 225px; font-size: 15px; line-height: 22px; font-weight: 300; color: var(--txt-c9); font-family: inherit; width: 100%; background: #f7f7f7; border: 1px solid #eee; box-sizing: border-box; padding: 27px 34px; word-wrap: normal;}
.complaints__container .chk_flex {margin: 13px 0 0; width: 100%; display: flex; justify-content: space-between; align-items: center;}
.complaints__container .chk_flex .desc {flex: none; font-size: 15px; font-weight: 400; color: var(--txt-c6);}
.complaints__container .chk_flex .chk_flex2 {flex: none; display: flex; justify-content: flex-end; align-items: center;}
.complaints__container .chk_flex .only_chk {display: flex; justify-content: flex-start; align-items: center;}
.complaints__container .chk_flex input[type=radio] {appearance: none; width: 0; margin: 0; height: 0; padding: 0;}
.complaints__container .chk_flex label {cursor: pointer; padding: 0 0 0 24px; box-sizing: border-box; font-size: 14px; color: var(--txt-c9); font-weight: 300; position: relative;}
.complaints__container .chk_flex label::before {position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; display: block; width: 19px; height: 19px; border-radius: 50%; border: 1px solid #767676; background: #fff;}
.complaints__container .chk_flex input[type=radio]:checked + label::before {border-color: var(--m-color); background: var(--m-color) url(/img/comm/radio_chk.png) 50% 50% no-repeat; background-size: 13px auto;}
.complaints__container .chk_flex .only_chk + .only_chk {margin: 0 0 0 20px;}
.complaints__container h4 {font-size: 18px; font-weight: 700; color: var(--txt-c0); margin: 0 0 14px;}
.complaints__container h4.form_tit {margin: 74px 0 14px;}
.complaints__container h4 b { color: var(--m-color);}
.complaints__container form {display: block;}
.complaints__container table {width: 100%; }
.complaints__container table tbody,
.complaints__container table tr {width: 100%;}
.complaints__container table th,
.complaints__container table td {vertical-align: middle; box-sizing: border-box; border-bottom: 1px solid #eee;}
.complaints__container table th {width: 180px; padding: 18px 8px; text-align: left; font-size: 17px; font-weight: 300; color: var(--txt-c0); }
.complaints__container table th em {color: var(--m-color); font-weight: 700;}
.complaints__container table td {font-size: 18px; color: var(--txt-c9); font-weight: 500; letter-spacing: -0.025em;  width: calc(100% - 180px); padding: 18px 0; }
.complaints__container table td .form_input {width: 100%; border: 1px solid #ccc; height: 42px; box-sizing: border-box; color: var(--txt-c9); background: #fff; padding: 4px 12px; font-size: 15px; font-family: inherit;}
.complaints__container table td .form_input.email {display: inline-block; width: 255px; vertical-align: middle;}
.complaints__container table td .form_input.tel {display: inline-block; width: 198px; vertical-align: middle;}
.complaints__container table td .form_input.form_textarea {height: 180px; resize: none; padding: 12px;}
.complaints__container table td .form_input.file {line-height: 34px; width: 490px; display: inline-block;}
.complaints__container table td .form_input_btn {cursor: pointer; display: inline-block; width: 103px; height: 42px; position: relative; left: -4px; vertical-align: middle; border: 0; outline: 0; background: var(--m-color); text-align: center; color: #fff; font-size: 17px; font-weight: 800; font-family: inherit;}
.complaints__container .button_case {margin: 42px auto 0; display: flex; justify-content: center; align-items: center;}
.complaints__container .button_case button {flex: none;}
.complaints__container .complaints__btn {margin: 54px auto 0; }
.complaints__container .complaints__btn p {text-align: center; margin: 0 0 16px; font-size: 16px; line-height: 23px; word-break: keep-all;}
.complaints__container .form_submit {margin: 0 auto; font-family: inherit; cursor: pointer; padding: 0 0 0 20px; font-size: 16px; text-align: left; font-weight: 800;
  color: var(--txt-c0); display: block; border: 1px solid #000; background: #fff url(/img/comm/form_btn.png) calc(100% - 18px) 50% no-repeat; width: 178px; height: 47px; line-height: 47px;}
.complaints__container .form_down {font-family: inherit; cursor: pointer; padding: 0 0 0 20px; font-size: 16px; text-align: left; font-weight: 800; color: var(--txt-c0); display: block; margin: 54px auto 0; border: 1px solid #000; background: #fff url(/img/comm/download.png) calc(100% - 18px) 50% no-repeat; width: 178px; height: 47px; line-height: 47px;}
.complaints__container .button_case .form_submit {margin: 0;}
.complaints__container .button_case .form_down {margin: 0 10px 0 0;}
.complaints__container .mail_span {display: inline-block; width: 28px; text-align: center; vertical-align: middle;}

.complaints_tit {margin: 0 0 42px; font-size: 25px; font-weight: 700; line-height: 28px; color: var(--txt-c0); letter-spacing: -0.025em;}
.complaints__container table td .form_input.date_ver {width: 180px;}
.complaints__container table td select.form_input {appearance: none; background: url(/logis/img/sub/form_sel.png) calc(100% - 12px) 50% no-repeat;}
.complaints__container .chk_flex.large label {font-size: 18px;}
.complaints__container .chk_flex.large .form_input {margin: 0 0 0 50px; flex: none;}

@media all and (max-width: 1024px) {
  .complaints_tit {font-size: 18px;}
  .complaints__container .button_case {margin: 32px 0 0;}
  .complaints__container table {display: block;}
  .complaints__container table tbody,
  .complaints__container table tr {display: block;}
  .complaints__container table th,
  .complaints__container table td {display: block; width: 100%; font-size: 15px;}
  .complaints__container table th {border: 0; padding: 8px 0;}
  .complaints__container table td {padding: 8px 0;}
  .complaints__container table td .form_input {height: 36px;}
  .complaints__container table td .form_input.tel {width: calc((100% - 40px) / 3);}
  .complaints__container table td .form_input.email {width: calc((100% - 40px) / 2);}
  .complaints__container .chk_flex {display: block;}
  .complaints__container .chk_flex .desc {margin: 0 0 12px;}
  .complaints__container .chk_flex.large .chk_flex2 {flex-wrap: wrap; justify-content: flex-start;}
  .complaints__container .chk_flex.large .form_input {margin: 0 0 0 50%; width: 50%;}
  .complaints__container table td .form_input.date_ver {width: calc((100% - 40px) / 2);}
  .complaints__container .chk_flex.large label {font-size: 15px;}
  .complaints__container table td .form_input.file {width: 100%; max-width: 490px;}
}
@media all and (max-width: 640px) {
  .complaints_tit {font-size: 16px;}
  .complaints__container .button_case {margin: 20px 0 0; display: block;}
  .complaints__container .button_case .form_down {margin: auto; width: 100%; max-width: 178px;}
  .complaints__container .button_case .form_submit {width: 100%; max-width: 178px; margin: 12px auto 0;}
}

.center_ol {margin: 0 0 72px; border-bottom: 1px solid var(--border-ee); box-sizing: border-box; padding: 0 0 70px;}
.center_ol ol {width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: stretch; align-content: flex-start;}
.center_ol ol li {flex: none; width: 203px; margin: 0 13px 0 0; position: relative;}
.center_ol ol li::after {content: ''; position: absolute; display: block; width: 22px; height: 18px; right: -18px; top: 28px; background: url(/logis/img/sub/form_arrow.png) 50% 50% no-repeat; background-size: 100% auto;}
.center_ol ol li:last-of-type {margin: 0; position: relative;}
.center_ol ol li:last-of-type::after {content: initial;}
.center_ol ol li .num {position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; background: var(--m-color); font-size: 15px; color: #fff; font-weight: 800; text-align: center; letter-spacing: -0.025em; display: flex; justify-content: center; align-items: center;}
.center_ol ol li h6 {width: 100%; height: 68px; border: 1px solid var(--m-color); box-sizing: border-box; display: flex; justify-content: center; align-items: center; text-align: center; color: var(--m-color); font-size: 18px; letter-spacing: -0.025em; font-weight: 700; }
.center_ol ol li .desc {margin: 12px 0 0;}
.center_ol ol li .desc p {font-size: 13px; font-weight: 500; color: var(--txt-c6); letter-spacing: -0.025em; line-height: 20px;}
.center_ol ol li .desc small {display: block; font-size: 13px; font-weight: 500; color: var(--m-color); letter-spacing: -0.025em; line-height: 20px;}
@media all and (max-width: 1640px) {
  .center_ol {padding: 0 40px; box-sizing: border-box;}
  .center_ol ol {justify-content: center;}
  .center_ol ol li {width: calc((100% - 72px) / 4); margin: 0 24px 24px 0;}
  .center_ol ol li:nth-of-type(4n) {margin: 0 0 13px;}
  .center_ol ol li::after {right: -24px;}
}
@media all and (max-width: 1024px) {
  .center_ol {padding: 0 20px 0 0; }
  .center_ol ol {justify-content: flex-start;}
  .center_ol ol li {width: calc((100% - 48px) / 3); margin: 0 24px 32px 0;}
  .center_ol ol li:nth-of-type(4n) {margin: 0 24px 32px 0;}
  .center_ol ol li:nth-of-type(3n) {margin: 0 0 32px 0;}
  .center_ol ol li h6 {font-size: 16px;}

}
@media all and (max-width: 640px) {
  .center_ol ol li {width: calc((100% - 24px) / 2); margin: 0 24px 32px 0;}
  .center_ol ol li:nth-of-type(4n) {margin: 0 0 32px 0;}
  .center_ol ol li:nth-of-type(3n) {margin: 0 24px 32px 0;}
  .center_ol ol li:nth-of-type(2n) {margin: 0 0 32px 0;}
  .center_ol ol li h6 {font-size: 15px;}
}
/*service 06*/
.service_layout {flex-wrap: wrap; width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.service_layout .layout-left,
.service_layout .layout-right {flex: none; width: 50%; box-sizing: border-box;}
.service_layout .layout-right {padding: 0 0 0 28px;}
.service_layout .layout-right .img {width: 100%; display: flex; justify-content: center; align-items: center;}
.service_layout .layout-right .img img {flex: none; max-width: 100%; width: auto; height: auto;}
.service_layout h4 {margin: 0 0 12px; font-size: 20px; font-weight: 700; color: var(--txt-c0); letter-spacing: -0.025em;}
.service_layout p {position: relative; word-break: keep-all; font-size: 16px; line-height: 28px; letter-spacing: -0.025em; font-weight: 400; color: var(--txt-c6);}
.service_layout p strong {margin: 0 0 0 86px; display: block;}
.service_layout .layout-box + .layout-box {margin: 72px 0 0;}

@media all and (max-width: 1024px) {
  .service_layout {display: block;}
  .service_layout .layout-left, .service_layout .layout-right {display: block; width: 100%; padding: 0;}
  .service_layout .layout-right {margin: 32px 0 0 ;}
  .service_layout .layout-box + .layout-box {margin: 32px 0 0 ;}
  .service_layout h4 {font-size: 16px; margin: 0 0 12px;}
  .service_layout p {font-size: 15px; line-height: 21px;}
}

@media all and (max-width: 640px) {
  .service_layout .layout-right {margin: 20px 0 0 ;}
  .service_layout .layout-box + .layout-box {margin: 20px 0 0 ;}

}


.only_pc_mb.mb {display: none !important;}
.pc_tb_mb.tb {display: none !important;}
.pc_tb_mb.mb {display: none !important;}

@media all and (max-width: 1024px) {
  .only_pc_mb {}
  .only_pc_mb.mb {}

  .pc_tb_mb {display: none !important;}
  .pc_tb_mb.tb {display: block !important;  margin-left: auto !important; margin-right: auto !important;}
}

@media all and (max-width: 640px) {
  .only_pc_mb {display: none !important;}
  .only_pc_mb.mb {display: block !important; margin-left: auto !important; margin-right: auto !important;}

  .pc_tb_mb.tb {display: none !important; }
  .pc_tb_mb.mb {display: block !important; margin-left: auto !important; margin-right: auto !important;}
}

/*** 3024 Γί°‘ ***/

/*greeting*/
.greeting__container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.greeting__container .greeting-left, .greeting__container .greeting-right {
    flex: none;
}

.greeting__container .greeting-left {
    width: 762px;
}

.greeting__container .greeting-right {
    width: calc(100% - 762px);
    padding: 50px 0 0;
    box-sizing: border-box;
    text-align: right;
}

.greeting__container .greeting-left span {
    font-size: 20px;
    font-weight: 800;
    color: var(--m-color);
}

.greeting__container .greeting-left h3 {
    font-size: 35px;
    font-weight: 800;
    color: var(--txt-c4);
    line-height: 55px;
    margin: 22px 0 46px;
}

.greeting__container .greeting-left b {
    color: var(--m-color);
}

.greeting__container .greeting-left p {
    word-break: keep-all;
    font-size: 16px;
    color: var(--txt-c2);
    font-weight: 400;
    line-height: 25px;
}

.greeting__container .greeting-right .greeting_img img {
    display: inline-block;
}

.greeting__container .greeting-right h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--txt-c4);
    margin: 26px 0 0;
}
@media all and (max-width: 700px) {
  .greeting__container .greeting-left h3 {
    font-size: 22px;
    line-height: 1.5;
    word-break: keep-all;
  }
  .greeting__container .greeting-left,
  .greeting__container .greeting-right,
  .greeting__container .greeting-right .greeting_img img {
    width: 100%;
  }
  .greeting__container .greeting-left h3 br {
    display: none;
  }
}


/*vision*/
.vision__container ul > li {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 85px 0 48px;
    position: relative;
}

.vision__container ul > li h3 {
    font-size: 25px;
    font-weight: 800;
    color: var(--txt-c4);
    position: absolute;
    top: 50px;
    left: 0;
}

.vision__container .box {
    text-align: center;
}

.vision__container .box h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    color: var(--txt-c4);
}

.vision__container .box.box1 h4 {
    font-size: 30px;
}

.vision__container .box p {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--txt-c1);
}

.vision__container .box2 ol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
    padding: 85px 0 0;
    box-sizing: border-box;
    background: url(../img/sub/vision.png) 50% 0 no-repeat;
}

.vision__container .box2 ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    flex: none;
    background: var(--m-color);
    margin: 0 50px 0 0;
    width: 214px;
    height: 214px;
    border-radius: 50%;
}

.vision__container .box2 ol li:last-of-type {
    margin: 0;
}

.vision__container .box2 ol li span {
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.vision__container .box2 ol li h5 {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.vision__container .box2 ol li p {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0 0;
}

.vision__container .box3 ol {
    padding: 0 16px;
    box-sizing: border-box;
    margin: 65px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vision__container .box3 ol li {
    flex: none;
    width: 240px;
}

.vision__container .box3 ol li span {
    font-size: 20px;
    font-weight: 900;
    color: var(--m-color);
}

.vision__container .box3 ol li i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px auto 12px;
}

.vision__container .box3 ol li:first-of-type i {
    background: url(../img/sub/vision_1.png) 50% 0 no-repeat;
}

.vision__container .box3 ol li:nth-of-type(2) i {
    background: url(../img/sub/vision_2.png) 50% 0 no-repeat;
}

.vision__container .box3 ol li:nth-of-type(3) i {
    background: url(../img/sub/vision_3.png) 50% 0 no-repeat;
}

.vision__container .box3 ol li:nth-of-type(4) i {
    background: url(../img/sub/vision_4.png) 50% 0 no-repeat;
}

.vision__container .box3 ol li:nth-of-type(5) i {
    background: url(../img/sub/vision_5.png) 50% 0 no-repeat;
}

.vision__container .box3 ol li h5 {
    font-size: 15px;
    color: var(--txt-c1);
    line-height: 25px;
    word-break: keep-all;
}

/*CI*/
.ci__container {
}

.ci__box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 80px;
}

.ci__box h3 {
    font-size: 25px;
    font-weight: 800;
    color: var(--txt-c0);
    width: calc(100% - 1200px);
}

.ci__box .box__right {
    display: flex;
    gap: 40px;
    width: 1200px;
    box-sizing: border-box;
}

.ci__box .box__right p {
    font-size: 20px;
    color: var(--txt-c1);
    font-weight: 400;
    line-height: 30px;
    width: 70%;
    word-break: keep-all;
}

.ci__box .box__right p i {
    font-weight: 700;
    color: #ed1b23;
}
.ci__box .box__right .img {
    width: 30%;
    padding:60px 30px;
    border:1px solid #eee;
}

.ci__box .box__right .img img {
    max-width: 100%;
    height: auto;
}

.ci__container .dir__ci {
    line-height: 45px;
    display: block;
    text-align: center;
    margin: 150px auto 100px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    width: 173px;
    height: 47px;
    background: var(--m-color);
    box-sizing: border-box;
}

.ci__container .dir__ci i {
    margin: 0 0 0 6px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 18px;
    background: url(/img/sub/ci__download.png) 50% 50% no-repeat;
}

.ci__box .flex__box {
    width: 100%;
    margin: 0 0 88px;
}

.ci__box .flex__box .top__box {
    width: 100%;
    position: relative;
    height: 180px;
    margin: 0 0 1px;
    background: var(--m-color);
}

.ci__box .flex__box .bottom__box {
    height: 180px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ci__box .flex__box .bottom__box .box_sub {
    flex: none;
    width: calc((100% - 2px) / 3);
    height: 100%;
    position: relative;
}

.ci__box .flex__box .bottom__box .box_sub:first-of-type {
    background: var(--m-color);
}

.ci__box .flex__box .bottom__box .box_sub:nth-of-type(2) {
    margin: 0 1px;
    background: #f5812a;
}

.ci__box .flex__box .bottom__box .box_sub:nth-of-type(3) {
    background: #005596;
}

.ci__box .flex__box .top__box, .ci__box .flex__box .box_sub {
    padding: 20px 20px;
    box-sizing: border-box;
}

.ci__box .flex__box h4 {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    opacity: 0.2;
    margin: 0 0 8px;
}

.ci__box .flex__box span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.ci__box .flex__box .bottom_txt {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 20px;
    margin: 0;
    left: 20px;
}

@media all and (max-width: 1300px) {
  .ci__box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ci__box h3 {
    width: 100%;
    font-size: 21px;    
  }
  .ci__box .box__right {
    flex-wrap: wrap;
    width: 100%;
  }
 .ci__box .box__right p {
    width: 100%;
    font-size:17px;
 }
 .ci__box .box__right .img {
    width: 100%;
 }
}



.tab_cont .tab_box .ul-box.bs {
    margin-bottom: 20px;
}

.tab_cont.ns {
    margin:70px 0 0;
    border-top: 1px solid var(--border-ee);
}

.right_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}
.right_cont .cont_box {
    width: calc(50% - 10px);  
}
.right_cont .cont_box .cont_img {
   aspect-ratio: 3 / 2;
}
.right_cont .cont_box .cont_img img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: bottom;
    border: 1px solid #eee;
}

.right_cont.wid .cont_box:first-child {
    width: calc(70% - 10px);    
}
.right_cont.wid .cont_box:last-child {
    width: calc(30% - 10px);    
}
.right_cont.wid .cont_box .cont_img {
    aspect-ratio: initial;     
}
.right_cont.wid .cont_box .cont_img img {
    object-position: initial;
}

.tab_cont .tab_box .ul_tit.ns {
    margin: 10px 10px;
}
.right_cont .cont_box .ul-box {
   padding: 0 10px;
}
.right_cont .cont_box .ul-box li {
    position: relative;
    padding-left:15px;
    padding-bottom:10px;
    line-height: 27px;
    word-break: keep-all;
}
.right_cont .cont_box .ul-box li:before {
    content:'';
    width: 6px;
    height: 6px;
    border-radius:100%;
    background: var(--txt-c6);
    position: absolute;
    top: 10px;
    left:0;
}

@media all and (max-width: 640px) {
    .right_cont .cont_box,
    .right_cont.wid .cont_box:last-child,
    .right_cont.wid .cont_box:first-child {
        width: 100%;  
    }
    .right_cont .cont_box .ul-box li {
        line-height: 1.5;
    }
    .right_cont .cont_box .ul-box li:before {
        top: 7px;
    }

}


.table_area {
    margin: 0 0 30px;
}
.table_area .bs_table {
    width: 100%;
    border-top: 1px solid var(--border-cc);
}
.table_area .bs_table thead th {   
    font-size: 16px;
    border-bottom: 1px solid var(--border-cc);
    border-right: 1px solid var(--border-cc);
    padding: 10px 0;
    box-sizing: border-box;
}
.table_area .bs_table thead th:last-child {
    border-right: 0;
}
.table_area .bs_table tbody td {
    border-bottom: 1px solid var(--border-cc);
    border-right: 1px solid var(--border-cc);
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    color: var(--txt-c6);
    text-align:center;
    line-height: 23px;
    letter-spacing: -0.025em;
    vertical-align: middle;
}
.table_area .bs_table tbody td:last-child {
    border-right: 0;
}

.tab_cont .tab_box.wid {
    display: block;
}
.tab_cont .tab_box.wid h3 {
    margin: 0 0 42px;
}

.center_ol.wid {
    margin:0;
    padding: 0;
    border-bottom: 0;
}
.right_cont .cont_box.bs {
    background: #eee;
    padding: 15px;
    box-sizing: border-box;
}
.right_cont .cont_box.bs .cont_img {
    aspect-ratio: initial;
}
.right_cont .cont_box.bs .cont_img p {
    padding:10px 0 50px;
    text-align: center;
    color: var(--txt-c3);
}
.box__right .map_img {
    width: 100%;
    margin: 0 0 22px;
}

.add_info li {
    position: relative;
    padding: 0 0 17px 30px;
    font-size: 18px;
}
.add_info li:last-child {
    padding: 0 0 0 30px;
}
.add_info li:before {
    content: '';
    background: url(../img/sub/icon_add.png) 0 50% no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;

}

.add_info {
    margin-bottom: 50px;
}
.add_info li:last-child:before {
    background: url(../img/sub/icon_call.png) 0 50% no-repeat;
    background-size: cover;
}
.add_cont h5 {
    position: relative;
    padding: 0 0 12px 30px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}

.add_cont h5::before {
    content: '';
    background: url(../img/sub/icon_car.png) 0 50% no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    bottom: 6px;
    left: 0;
    width: 25px;
    height: 25px;
}

.add_cont h5.bus::before {
    background: url(../img/sub/icon_bus.png) 0 50% no-repeat;
    background-size: cover;
}
.add_cont h5.subway:before {
    background: url(../img/sub/icon_subway.png) 0 50% no-repeat;
    background-size: cover;
}
.add_cont p {
    font-size: 16px;
    color: var(--txt-c6);
    line-height: 1.5;
    margin-bottom: 25px;
}

@media all and (max-width: 800px) {
    .add_cont p br {display: none;}
}

@media all and (max-width: 640px) {
    .add_info li {font-size: 17px; line-height: 1.2;}
    .add_cont h5 {font-size: 17px;}
}


.bs_3pl {
    display: flex;
    gap: 20px;
}

.bs_3pl li {
    width: 25%;
    text-align: center;
    border: 1px solid #ddd;
    padding:20px;
    box-sizing: border-box;
}

.bs_3pl li i {
    display: block;    
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}
.bs_3pl li:first-of-type i {
    background: url(../img/sub/3pl_icon_01.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_3pl li:nth-of-type(2) i {
    background: url(../img/sub/3pl_icon_02.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_3pl li:nth-of-type(3) i {
    background: url(../img/sub/3pl_icon_03.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_3pl li:nth-of-type(4) i {
    background: url(../img/sub/3pl_icon_04.png) 50% 0 no-repeat;
    background-size: cover;
}
.bs_3pl li h5 {
    font-size: 21px;
    font-weight: 500;
}
.bs_3pl li p {
    margin-top: 20px;
    font-size: 17px;
    color: var(--txt-c6);
    line-height: 1.5;
    word-break: keep-all;
}



.table_area .bs_table tbody th {
    padding: 10px 0;
    font-size: 17px;
    box-sizing: border-box;
    background: #ebebeb;
    border-bottom: 1px solid var(--border-cc);
    border-right: 1px solid var(--border-cc);
    vertical-align: middle;
}
.table_area .bs_table tbody th:last-child {
    border-right: 0;
}

.table_area .bs_table.bs tbody td:last-child {
    border-right: 1px solid var(--border-cc);
}
.table_area .bs_table.bs tbody td:nth-of-type(3) {
    border-right: 0;
}
.table_area.mts {
    width: 55%;
    margin:30px 0 60px;
}
.table_area h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--txt-c0);
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.025em;
    line-height: 40px;
    margin: 10px 10px;
}

.table_area h4:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--txt-c0);
    position: absolute;
    top: 17px;
    left: 0;
}


@media all and (max-width: 700px) {
    .bs_3pl {flex-wrap: wrap;}
    .bs_3pl li {width: calc(50% - 10px);}
    .bs_3pl li h5 {font-size: 18px;}
    .bs_3pl li p {font-size: 16px;}
    .table_area.mts {width: 100%;}
}
@media all and (max-width: 640px) {
    .bs_dl dt,
    .table_area h4 {font-size: 18px;}
}
@media all and (max-width: 510px) {
    .bs_3pl li {width: 100%;}
    .bs_3pl li p br {display: none;}    
    .table_area .bs_table tbody th, 
    .table_area .bs_table tbody td {font-size:15px;}
    .bs_3pl_img img {width: 100%;}
    
}


.ul-box-bs {
   padding: 0 10px;
}
.ul-box-bs li {
    position: relative;
    font-size: 18px;
    padding-left:15px;
    padding-bottom:10px;
    line-height: 27px;
    color: var(--txt-c6);
    letter-spacing: -0.025em;
    word-break: keep-all;
}
.ul-box-bs li:before {
    content:'';
    width: 6px;
    height: 6px;
    border-radius:100%;
    background: var(--txt-c6);
    position: absolute;
    top: 10px;
    left:0;
}
.business_tab.col2 a {
    width: calc(100% / 2);
}


.bs_img {
   aspect-ratio: 3 / 2;
}
.bs_img img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: bottom;
}

.bs_dl {
    
}

.bs_dl.mt {
    margin-top: 90px;
}
.bs_dl dt {
    font-size: 20px;
    font-weight: 800;
    color: var(--txt-c0);
    letter-spacing: -0.025em;
    padding-bottom: 10px;    
}

.bs_dl dd {
    font-size: 18px;
    font-weight: 400;
    color: var(--txt-c6);
    letter-spacing: -0.025em;
    line-height: 27px;
    padding-bottom: 20px;
    word-break: keep-all;
}

.bs_dl dd.img_dd {
    width: 50%;    
    padding-bottom: 40px;
}
.bs_dl dd.img_dd.col2 {    
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.bs_img.col2 {
    width: calc(50% - 10px);
    height: -webkit-fill-available;
}
.bs_dl dd.img_dd.col4 {    
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    background: #eee;
    padding: 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.bs_img.col4 {
    width: calc(25% - 20px);
    height: -webkit-fill-available;
}
.bs_img.col4 img {
    border-radius: 6px;
}
.bs_img.col4  p {
    margin-top: 20px;
    text-align: center;
}
.bs_img_org {
    width: 100%;
}
.bs_img_org img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tab_cont .tab_box .img-box.mg.bs {
    margin: 0px 0 100px;
}
.tab_cont .tab_box .ul_tit.ns.tc {
    text-align: center;
}

@media all and (max-width: 700px) {
    .bs_dl dd.img_dd {width: 100%;}
    .bs_dl.mt {margin-top: 30px;}
}
@media all and (max-width: 640px) {
    .bs_dl dt {font-size: 18px;}
    .bs_dl dd {font-size: 16px; line-height: 1.5;}
    .bs_dl dd br {display: none;}
    .bs_dl dd.img_dd {width: 100%;}
    .ul-box-bs li {font-size: 16px;}  
    .bs_img.col4 {width: calc(50% - 20px); margin-bottom: 50px;}
    .bs_img.col4 p {font-size: 14px; margin-top: 10px;}
}
@media all and (max-width: 510px) {

}



.bs_lease {
    display: flex;
    gap: 20px;
    margin: 0px 0 100px;
}

.bs_lease li {
    width: 25%;
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 10px;
    letter-spacing: -0.06em;
    box-sizing: border-box;
}

.bs_lease li i {
    display: block;    
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}
.bs_lease li:first-of-type i {
    background: url(../img/sub/lease_icon_01.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_lease li:nth-of-type(2) i {
    background: url(../img/sub/lease_icon_02.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_lease li:nth-of-type(3) i {
    background: url(../img/sub/lease_icon_03.png) 50% 0 no-repeat;
    background-size: cover;
}

.bs_lease li:nth-of-type(4) i {
    background: url(../img/sub/lease_icon_04.png) 50% 0 no-repeat;
    background-size: cover;
}
.bs_lease li h5 {
    font-size: 21px;
    font-weight: 500;
}
.bs_lease li p {
    margin-top: 20px;
    font-size: 17px;
    color: var(--txt-c6);
    line-height: 1.5;
    letter-spacing: -0.06em;
    word-break: keep-all;
}
.table_area .bs_table.col4 tbody th,
.table_area .bs_table.col4 tbody td {
    width: 25%;
}
.table_area .bs_table.bs.col4 tbody td:last-child {
    border-right: 0; 
}
.table_area.half {
    width: 55%;
    margin: 10px 0 60px;
}

.table_area.half .bs_table.bs tbody td:nth-of-type(3) {    
    border-right: 1px solid var(--border-cc);
}
.table_area.half .bs_table.bs tbody td:last-child {
    border-right: 0;
}
.tab_cont .tab_box .ul_tit.gl {
    margin: 30px 0 10px 10px;
}
.bs_dl.mts {
    margin-top: 100px;
}
.bs_dl.mts dt {
    margin-bottom: 20px;
}
.bs_dl dd.img_dd.col3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.bs_img.col3 {
    width: calc(33% - 5px);
    height: -webkit-fill-available;
    position: relative;
}
.bs_img.col3 p {
    position: absolute;
    bottom:5%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color : rgb(0, 0, 0, 0.4);
    color: #fff;
    opacity: 0.8;
    padding: 10px 0;
    width: 60%;
    text-align: center;
    word-break: keep-all;
}

@media all and (max-width: 800px) {
    .table_area.half {width: 100%;}
}

@media all and (max-width: 700px) {
    .bs_img.col3 {width: calc(50% - 5px);}
    .bs_lease {flex-wrap: wrap;}
    .bs_lease li {width: calc(50% - 10px);}
    .bs_lease li h5 {font-size: 18px;}
    .bs_lease li p {font-size: 16px;}
    .cont_img img {width: 100%;}
}
@media all and (max-width: 510px) {
    .bs_lease li {width: 100%;}
}
.auth_li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.auth_li li {
    width: calc(25% - 10px);
    padding-bottom: 40px;
}

.auth_li li .auth_img {
    border: 1px solid var(--border);
    background: #f8f8f8;
    padding: 40px;
    aspect-ratio: 4 / 5;
}

.auth_li li .auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.auth_li li .txt {
    text-align: center;
    padding-top: 30px;
}
.auth_li li .txt h5 {
    font-weight: 700;
    line-height: 1.2;
}
.auth_li li .txt p {
    padding-top: 10px;
    font-size: 16px;
    color: var(--txt-c6);
    line-height: 1.2;
}

@media all and (max-width: 800px) {
    .auth_li li {
    width: calc(50% - 10px);
    }
}
