@charset "utf-8";

html, body {overflow-x: hidden!important;}

/*메인비주얼*/
.main-visual__loading {display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;transition:visibility .3s, opacity .3s;z-index:2002;}
.main-visual__loading.show {visibility:visible;opacity:1;}
.main-visual__loading-icon {font-size:70px;}
.main-visual__list {height:100%;}
.main-visual__list .slick-list, .main-visual__list .slick-track {height:100%;}
.main-visual__item {overflow:hidden;}
.main-visual__video {position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden;}
.main-visual__video iframe {position:absolute;top:50%;left:50%;width:100vw;min-width:192.77vh;height:62.25vw;min-height:100%;transform:translate(-50%, -50%);}
.main-visual__wrap {position:absolute;top:50%;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);transform:translateY(-50%);}
.main-visual__wrap .inner {display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;height:100%;padding-bottom:290px;}
.main-visual__arrows {display:inline-flex;position:relative;margin:0 -15px 40px;}
.main-visual__arrows::after {content:"";position:absolute;top:50%;left:50%;width:2px;height:16px;background-color:rgba(255,255,255,.2);transform:translate(-50%, -50%);}
.main-visual__arrow {position:relative;width:45px;height:45px;overflow:hidden;margin:0 15px;color:transparent;text-indent:-99px;border:0;background-color:transparent;}
.main-visual__arrow-icon {position:absolute;top:50%;left:50%;opacity:.3;font-size:30px;color:#fff;text-indent:0;transform:translate(-50%, -50%);transition:opacity .3s;}
.main-visual__link {display:inline-block;}
.main-visual__title {font-size:50px;font-weight:700;color:#fff;line-height:1.2;}
.main-visual__color {font-family:"Poppins";font-size:56px;background:linear-gradient(to right, #007dc6, #00a651);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.main-visual__ctrl {position: absolute; left: 50%; top: 50%; z-index: 999; display: flex; align-items: center; transform: translate(-50%,-50%); margin-top: 80px;}
.main-visual__dots-list {display:flex;margin:0 -10px;}
.main-visual__dots-item {display:flex;align-items:center;position:relative;padding:0 10px;}
.main-visual__dots {display:inline-block;position:relative;font-size:16px;font-weight:600;color:rgba(255,255,255,.3);border:0;background-color:transparent;transition:color .3s;}
.main-visual__dots-item.active .main-visual__dots {color:#fff;}
.main-visual__bar-wrap {position:relative;width:0;height:2px;overflow:hidden;margin-left:15px;line-height:1;background-color:rgba(255,255,255,.2);transition:width .3s;}
.main-visual__dots-item.active .main-visual__bar-wrap {width:80px;}
.main-visual__bar {display:inline-block;width:0;height:100%;vertical-align:top;background-color:#fff;}

.main-visual__btn {display:inline-block;position:relative;width:40px;height:40px;overflow:hidden;margin-left:20px;color:transparent;text-indent:-99px;border:0;background-color:transparent;}
.main-visual__btn-icon {position:absolute;top:50%;left:50%;font-size:20px;color:#fff;text-indent:0;transform:translate(-50%, -50%);}
.main-visual__scroll {position:absolute;bottom:0;left:20px;width:5px;height:100px;overflow:hidden;}
.main-visual__scroll::before {content:"";position:absolute;bottom:0;left:50%;width:1px;height:100%;background-color:rgba(255,255,255,.2);transform:translateX(-50%);}
.main-visual__scroll::after {content:"";position:absolute;top:-10%;left:0;width:5px;height:5px;background-color:#00a651; }

.main_visual {position: relative; width: 100%;}
.main_visual .mv_content {width: 100%; height: 100%;}
.main_visual .mv_content .mv_item {width: 100%; height: 100%;}
.main_visual .mv_content .mv_item:before {content: ""; position: absolute; top:0; left:0; z-index: 999; display: block; width:100%; height:100%; background: rgba(0,0,0,.2);}
.main_visual .mv_content .mv_item > a {display: block; width: 100%; padding-top: 50%; overflow: hidden; position: relative;}
.main_visual .mv_content .mv_item > a > img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.main_visual .mv_content .mv_item > a .mv_video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.main_visual .mv_content .mv_item > a .mv_video video {width: 100%; height: 100%; object-fit: cover;}
.main_visual .mv_content .mv_item > a .mv_video .progress {cursor: pointer; z-index: 999; border: 2px solid rgba(255,255,255,.5);}
.main_visual .mv_content .mv_item > a .mv_video .progress:hover {background: rgba(255,255,255,.1); transition: .3s;}
.main_visual .mv_content .mv_item > a .mv_video .progress i {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); color:#fff; font-size:3rem; z-index: 99;}


/* button circle */

.circle-origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 5s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -125.664px;
  }
}

.main_visual .inner {position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); z-index: 999; max-width: 1420px; width: 100%; margin: 0 auto;}
.main_visual .inner .mv_txt {width: 100%; text-align: center; font-size: 2.75rem; color: #fff; font-weight: 900;}
.main_visual .inner .mv_txt span {display: block;font-size: 1.5rem;font-weight: 400;margin-bottom: 15px;font-family: 'GmarketSans';font-weight: 300;}
.main_visual .inner .mv_txt h1 {font-size: 3.2rem;font-family: 'GmarketSans';font-weight: 600;}
.main_visual .inner .mv_txt button.link {display: block; padding: 15px 50px; border: 2px solid #fff; border-radius: 50px; transition: .3s; font-size: 1.125rem; color: #fff; margin: 50px auto 0;}
.main_visual .inner .mv_txt button.link:hover {background: #cf0d61; border: 2px solid #cf0d61;}
.main_visual .control {position: absolute; bottom: 40%; left: 50%; transform: translateX(-50%); display: flex; align-items: center; z-index: 9;}
.main_visual .control .prev {display: flex!important; align-items: center; justify-content: center; cursor: pointer; width: 30px;}
.main_visual .control .next {display: flex!important; align-items: center; justify-content: center; cursor: pointer; width: 30px; transform: rotate(180deg);}
.main_visual .control img {width:100%;}
.main_visual .control .play {cursor: pointer;}
.main_visual .control .play.pause {background: url(/resources/images/main/mv_pause.svg) center center no-repeat; background-size: 100%; width: 35px; height: 35px;}
.main_visual .control .play.start {background: url(/resources/images/main/mv_play.svg) center center no-repeat; background-size: 100%; width: 35px; height: 35px;}
.main_visual .control .bullet {display: flex; align-items: center; margin:0 30px;}
.main_visual .control .bullet span {color:rgba(255,255,255,.6); font-size:1.2rem; font-weight:bold;}
.main_visual .control .bullet span.on {color:#fff;}
.main_visual .control .bullet span.swiper-pagination-current {color:#fff;}
.main_visual .control .bullet span.swiper-pagination-current:after {content: "/"; display: inline-block; color:#fff; opacity: .5; margin:0 20px;}


.main_visual .mv_content .mv_item > a > img { animation-name: slidein; animation-duration: 5s; }

@keyframes slidein {
  from {
    transform:  translate(-50%, -50%) scale(1.1);
  }

  to {
    transform:  translate(-50%, -50%) scale(1);
  }
}


.bar_wrap {margin:0 20px;}
.bar_wrap > p {font-size:22px;color:white;font-weight:bold;text-align:center;}
.bar {width:160px;height:3px;background:rgba(255,255,255,.5);position:relative; margin-right:10px;}
.back {display:inline-block;width:0%;height:100%;background:#fff;position:absolute;top:0;left:0;}
.animation {animation:5s start linear;}


@keyframes start {
  0% {
    width:0%
  }
  100% {
    width:100%
  }
}

.main_visual .control .swiper-pagination {margin: 0 10px; display: flex; align-items: center;}
.main_visual .control .swiper-pagination .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; border-radius: 10px; margin: 0 10px; opacity: 1; border: 1px solid rgba(105,105,105,.06);}
.main_visual .control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #cf0d61; padding: 0 12px;}

.main_visual .mv_side {width: 120px; height: 120px; position: absolute; right: 70px; top: 50%; transform: translateY(-50%); z-index: 1;}
.main_visual .mv_side a {width: 100%; height: 100%; border-radius: 50%; display: block; background: linear-gradient(to right,#cf0d61, #b95840); box-shadow: -6px 6px 12px rgba(207,13,97,.2); position: relative; z-index: 1; transition: .3s;}
.main_visual .mv_side a span {width: 100%; height: 100%; color: #fff; font-size: .875rem; display: flex; align-items: center; justify-content: center; padding-top: 30px; background: url(/resources/images/main/ico_calender.svg) top 35% center no-repeat; background-size: 20px; border-radius: 50%; position: relative; z-index: 3;}
.main_visual .mv_side a::before {content: ""; display:block; width: 150%; height: 150%; background: url(/resources/images/main/side_txt.svg) center center no-repeat; background-size: 100%; position: absolute; top:50%; left: 50%; animation: rotate 12s infinite linear; z-index: 3; transition: .3s;}
.main_visual .mv_side a:hover::before {width: 110%; height: 110%; transition: .3s;}
.main_visual .mv_side a::after {content: ""; width: 0; height: 0; background: #494435; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; transition: .3s;}
.main_visual .mv_side a:hover::after {width: 130%; height: 130%; transition: .3s;}


.main_visual .progress {position:absolute; right:100px; bottom:100px;  width:120px; height:120px; border-radius: 100%;}

.visual_info .wrapper {display: flex;}
.visual_info .info_desc {margin-top: -100px; width: 600px; height: 280px; background: #333441; color: #fff; position: relative; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center;  z-index: 2;}
.visual_info .info_desc::before {content: ""; width: 100%; height: 100%; position: absolute; left: -100%; background: #333441;}
.visual_info .info_desc::after {content: ""; background: url(/resources/images/main/ico_dtc.svg) left bottom no-repeat; opacity: .05; width: 365px; height: 249px; background-size: cover; position: absolute; left: -100px; bottom: 0; z-index: 0;}
.visual_info .info_desc .desc_tit {background: url(/resources/images/main/ico_time.svg) left center no-repeat; background-size: 26px; font-size: 1.875rem; padding-left: 35px; width: 100%; margin-bottom: 10px; z-index: 2;}
.visual_info .info_desc .desc_list {width: 100%; display: flex; margin-top: 10px; z-index: 2;}
.visual_info .info_desc .desc_list li {font-size: 1.125rem;}
.visual_info .info_desc .desc_list li.txt {margin-left: 15px;}
.visual_info .info_desc .desc_list li.txt span {font-weight: 700; color: #FFB800;}
.visual_info .info_link {display: flex; max-width: 820px; width: 100%;justify-content: space-between; align-items: center; background: #f9f9f9;}
.visual_info .info_link::before {content: ""; width: 100%; height: 180px; position: absolute; right: 0; background: #f9f9f9; z-index: -1;}
.visual_info .info_link li {display: flex; align-items: center; justify-content: center; width: 100%; padding: 10px 0;}
.visual_info .info_link li + li {border-width: 0 0 0 9px; border-style: solid; border-image: url(/resources/images/main/bd_line.png) 9 9 9 9 repeat;}
.visual_info .info_link li a {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%;}
.visual_info .info_link li a p {opacity: .6; transition: all .3s;}
.visual_info .info_link li a:hover p {opacity: 1;}
.visual_info .info_link li a p.txt {text-align: center; color: #333; font-weight: 700; font-size: 1.125rem; width: 100%;}
.visual_info .info_link li a p.img {width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.visual_info .info_link li a:hover p.img {transform: rotateY( 180deg )}

.section {position:relative; padding: 100px 0;}
.section .tit_wrap {padding-bottom: 50px;}
.section .tit_wrap span {display:block; color:#4B64F4; font-size:1rem; margin-bottom:10px;}
.section .tit_wrap h1 {font-family: 'GmarketSans'; font-size:2.7rem; letter-spacing: -1px;}
.section .more_btn {color: #cf0d61; position: relative;}
.section .more_btn::after {content: ""; width: 20px; height: 1px; position:absolute; top: 50%; left: -30px; background-color:#cf0d61;}
.section .more_btn:hover:after {animation: btnFull .7s cubic-bezier(.5,.54,0,.75) forwards;}

.wrapper {max-width:1410px; margin:0 auto;}


/*대여 보조기기 찾기*/
.section01 {background: #F1F9FD;}
.section01 .tit_wrap h1:after {content: "";display: inline-block;width: 49px;height:53px;margin-left: 40px;background: url("/resources/images/main/img_mouse.png")no-repeat;vertical-align:middle;animation: upDown 1s infinite linear;animation-direction: alternate;}
.section01 .search {position:relative; justify-content: space-between;}
.section01 .search .date {width:24%; border-radius: 50px; background: #fff; overflow: hidden;}
.section01 .search label {cursor: pointer; font-size: 1.2rem; font-weight: 600;}
.section01 .search label input {padding:0; width:30px; height:30px; border-radius: 3px; margin-right:13px; border:1px solid #888;}
.section01 .search label input:before {width:15px; height:15px;}
.section01 .search label input:checked::before { transform: scale(1) translate(7px, 7px);}
.section01 .search label span {position:relative; display: inline-block; }
.section01 .search label span:before {content: ""; position: absolute; bottom:-8px; left:0; display: block; width:0; height:1px; background:#1d52b2;  transition: ease-in-out .3s;}
.section01 .search label span:hover {color:#1d52b2;}
.section01 .search label span:hover:before {width:100%;}
.section01 .search label:hover input {border:1px solid #1d52b2;}
.section01 .search input {display: block; width:100%; height:100%; border: 0; font-size:1.1rem; padding: 25px 40px; font-weight: 600;}
.section01 .search .search_input {position:relative;width:80%;border-radius: 50px;background: #fff; height: 85px;  overflow: hidden;}
.section01 .search:before {content: ""; display: block; position: absolute; bottom:65px; right:20%; width:183px; height:216px; background: url("/resources/images/main/img_person.png")no-repeat;}
.section01 .search .search_input a {position:relative; display: inline-block; width:150px; background: #1473e7; transition: ease-in-out .3s;}
.section01 .search .search_input a i {position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); color:#fff; font-size:1.5rem;}
.section01 .search .search_input a:hover {background:#1064cc; transition: .3s;}

.section01 .quick_menu {margin-top:80px;}
.section01 .quick_menu ul {justify-content: space-between;}
.section01 .quick_menu ul li a span {position:relative; top:0; display: block; width:100px; height:100px; margin:0 auto; background: #fff; border:4px solid #fff; border-radius: 100%;  transition: all .3s;}
.section01 .quick_menu ul li a span img {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); max-width: 45%;}
.section01 .quick_menu ul li p {display: block; margin-top:15px; color:#000; font-weight: 600; text-align: center; font-size:1.1rem;}
.section01 .quick_menu ul li:hover span {border:4px solid #1473e7; transform:rotateY( 180deg );}
.section01 .quick_menu ul li:hover p {color:#1473e7;}


/*알림마당*/
.section02:before,.section02:after {content: "";display: block;position: absolute; width:641px;height:641px; animation: rotate 12s infinite linear; transition: .3s; z-index:-1; opacity: .5;}
.section02:before {right: -28%;top: 0%; background: url("/resources/images/main/bg01.png")no-repeat;}
.section02:after {left:0%;bottom: -65%; background: url("/resources/images/main/bg01.png")no-repeat;}

.section02 .tab_wrap .tab_menu {margin-right:80px;}
.section02 .tab_wrap .tab_menu li {list-style: none; margin-bottom:20px; transition: ease-in-out .3s;}
.section02 .tab_wrap .tab_menu li:last-child{margin-bottom:0;}
.section02 .tab_wrap .tab_menu li a {position:relative; display:block; width:210px; height:65px; line-height: 65px; font-size:1.1rem; font-weight: 600; padding:0px 30px; cursor: pointer;}
.section02 .tab_wrap .tab_menu li a { border-bottom:1px solid #ddd;}
.section02 .tab_wrap .tab_menu .more {display: none;}
.section02 .tab_wrap .tab_menu li.active {transform: translateX(50px);}
.section02 .tab_wrap .tab_menu li.active a {background:#1473e7; color:#fff; border-bottom: 0; box-shadow: 1px 1px 13px #1473e7;}
.section02 .tab_wrap .tab_menu li a i {position: absolute; right:30px; font-size:1rem;}

.section02 .cont_wrap {width:90%;}
.section02 .cont_wrap .tab_contents_s .more {display: inline-block; background: url("/resources/images/main/icon_plus.svg")no-repeat; width:34px; height:33px; margin-bottom:30px; transition: .3s ease-in-out;}
.section02 .cont_wrap .tab_contents_s .more:hover {transform:rotate(180deg);}
.section02 .cont_wrap .tab_contents_s ul li .s_tit {position: relative;}
.section02 .cont_wrap .tab_contents_s ul li .s_tit span {display:block; color:#0e6960; font-weight: bold;}
.section02 .cont_wrap .tab_contents_s ul li .s_tit p { position:absolute; top:0px; right:10px; border-radius: 100%; background: #fff; width:45px; height: 45px; line-height: 45px; transition: all .3s; opacity: 0;}
.section02 .cont_wrap .tab_contents_s ul li .s_tit p img {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.section02 .cont_wrap .tab_contents_s ul {gap:2rem;}
.section02 .cont_wrap .tab_contents_s ul li {position:relative; top:0; width: calc(100%/3); height:332px; background: #fff; box-shadow: 1px 1px 10px #ddd; cursor: pointer; transition: ease-in-out .2s;}
.section02 .cont_wrap .tab_contents_s ul li:nth-child(4) {display: none;}
.section02 .cont_wrap .tab_contents_s ul li.no_data {display: block;width: 100%;background: none;box-shadow: none;cursor: default;text-align: center;display: flex;justify-content: center;align-items: center;}
.section02 .cont_wrap .tab_contents_s ul li.no_data:hover {top:0; background: none; box-shadow: none;}
.section02 .cont_wrap .tab_contents_s ul li.no_data i {font-size: 2.5rem; color:#ccc;}
.section02 .cont_wrap .tab_contents_s ul li.no_data span {display: block; font-size:1.3rem; color:#999; margin-top:30px;}
.section02 .cont_wrap .tab_contents_s ul li a {display:block; width:100%; height:100%; padding:50px 35px;}
.section02 .cont_wrap .tab_contents_s ul li a span.date {position:absolute; bottom:50px; color:#888; opacity: .5;}
.section02 .cont_wrap .tab_contents_s ul li a span.date i {margin-right:5px; font-size:.9rem;}
.section02 .cont_wrap .tab_contents_s ul li a h1.tit {margin:40px 0 25px 0; font-size:1.3rem; font-weight: 600; line-height: 1.8rem; max-width: 95%;text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.section02 .cont_wrap .tab_contents_s ul li a p.cont_tit {color:#666; max-width: 95%;text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.5rem; opacity: .8;}

@media (hover: hover) {

  .section02 .cont_wrap .tab_contents_s ul li:hover {top:-10px; background: linear-gradient(91deg, #1573e7, #4b64f4); box-shadow: 1px 1px 20px #1473e7; transition: ease-in-out .2s;}
  .section02 .cont_wrap .tab_contents_s ul li:hover a {color:#fff;}
  .section02 .cont_wrap .tab_contents_s ul li:hover a p,.section02 .cont_wrap .tab_contents_s ul li:hover h1,.section02 .cont_wrap .tab_contents_s ul li:hover a span{color:#fff;}
  .section02 .cont_wrap .tab_contents_s ul li:hover .s_tit p{top:-10px;right:0px;opacity: 1;transition: .2s;}

}




.section02 .guide {margin-top:55px;}
.section02 .guide .guide_wrap {display: flex; justify-content: space-between;}
.section02 .guide .guide_wrap .title {position:relative; width:100%; padding:30px 40px;}
.section02 .guide .guide_wrap .title h1 {position:relative; font-family: 'GmarketSans'; font-size:1.8rem;}
.section02 .guide .guide_wrap .title h1:after {content: ""; display: inline-block; width:8px; height:8px; border-radius: 100%; background: #0b7c80; vertical-align: top; margin-left:5px;}
.section02 .guide .guide_wrap .call,.section02 .guide .guide_wrap .service {width:48%; border-radius: 5px; overflow: hidden;}
.section02 .guide .guide_wrap .call {background: #fff; border:1px solid #dae9e4;}
.section02 .guide .guide_wrap .call .title {background: #eefaf8;}
.section02 .guide .guide_wrap .call .title:after {content: ""; position:absolute; top:50%; right:30px; display: inline-block; width:100px; height:100px; background: url("/resources/images/main/img_call.png")no-repeat;}
.section02 .guide .guide_wrap .call .con {padding:30px 40px;}
.section02 .guide .guide_wrap .call .con .top {padding-bottom:30px; margin-bottom:30px; border-bottom:1px dotted #bdd8cf;}
.section02 .guide .guide_wrap .call .con .bottom {align-items:center; justify-content: space-between;}
.section02 .guide .guide_wrap .call .con li {align-items: flex-start;}
.section02 .guide .guide_wrap .call .con li img {margin-right:15px;}
.section02 .guide .guide_wrap .call .con li:last-child {margin-left:45px;}
.section02 .guide .guide_wrap .call .con li h2 {font-size:1.3rem; color:#222; font-weight: 600;} {font-size:1.2rem; color:#222;}
.section02 .guide .guide_wrap .call .con li p{color:#666; margin-top:5px;}
.section02 .guide .guide_wrap .call .con .bottom li a {position:relative; display: block; background: #0a5b5e; color:#fff; padding:15px 40px 15px 15px; border-radius: 5px; opacity: .9;}
.section02 .guide .guide_wrap .call .con .bottom li a:after {content: "\F285"; position:absolute; display: inline-block; font-family:"Bootstrap-icons"; margin-left:15px; top:50%; transform: translate(0,-50%); font-size:.8rem;}
.section02 .guide .guide_wrap .call .con .bottom li a:hover {opacity: 1; transition: .3s;}
.section02 .guide .guide_wrap .service .title {border-bottom:1px solid #eaeaea; padding-left:0;}
.section02 .guide .guide_wrap .service ul {gap:1rem .5rem; flex-wrap: wrap; justify-content: space-between; margin-top:30px;}
.section02 .guide .guide_wrap .service ul li {width: calc(100%/2 - .5rem);}
.section02 .guide .guide_wrap .service ul li a {position:relative; display: block; padding:15px 20px; background: #f0f5f9; border-radius: 5px; font-size:1.1rem; font-weight:600; color:#222;}
.section02 .guide .guide_wrap .service ul li a:before {content: ""; display: inline-block; width:50px; height:50px; background-color: #01b8e0; border-radius: 100%; margin-right:25px; vertical-align: middle; transition: all .5s;}
.section02 .guide .guide_wrap .service ul li a:after {font-family:"Bootstrap-icons"; content: "\F135"; position: absolute; top:50%; right:20px; transform: translate(0,-50%);  display: inline-block; color:#8e8e90; font-size:1.5rem; transition: ease-in-out .2s;}
.section02 .guide .guide_wrap .service ul li:first-child a:before {background: url("/resources/images/main/icon_service01.svg") center no-repeat #008be0;}
.section02 .guide .guide_wrap .service ul li:nth-child(2) a:before {background: url("/resources/images/main/icon_service02.svg")center no-repeat #f9193e;}
.section02 .guide .guide_wrap .service ul li:nth-child(3) a:before {background: url("/resources/images/main/icon_service03.svg")center no-repeat #01b8e0;}
.section02 .guide .guide_wrap .service ul li:last-child a:before {background: url("/resources/images/main/icon_service04.svg")center no-repeat #444;}

@media (hover: hover) {
  .section02 .guide .guide_wrap .service ul li:hover a:after {right: 15px;}
  .section02 .guide .guide_wrap .service ul li:hover a:before {transform: rotateY(180deg);}
}

/*포토/동영상 갤러리*/
.section03 {position:relative; background: url("/resources/images/main/section03_bg.jpg")center no-repeat; background-size: cover;}
.section03:before {content: ""; position: absolute; top:0; left:0; display: block; top:0; left:0; width:100%; height:100%; background:#051725d4;}
.section03 .wrapper {position: relative;}
.section03 .tit_wrap h1 {color:#fff;}
.swiper-pagination-custom {width:auto !important;}
.section03 .control {align-items: center;}
.section03 .control span {width:45px; height:45px; color:#fff; line-height:45px; border:1px solid rgba(255,255,255,.5); border-radius: 100%; text-align: center; cursor: pointer;}
.section03 .control span:hover {background:#00a3ff; border:1px solid #00a3ff; transition: .3s;}
.section03 .control .num {margin:0 25px; align-items:flex-end;}
.section03 .control .num p {color:#fff; font-weight:normal; opacity: .8; font-size:1.3rem;}
.section03 .control .num p.on {font-size:2rem; font-weight: bolder; color:#00a3ff; opacity: 1;}
.section03 .control .num span {display:inline-block; line-height:inherit; opacity: .5;  font-size:1.3rem; font-weight:normal; width:auto; height:auto; border:0; margin:0 6px;}
.section03 .gallery_list {position: relative;}
.section03 .gallery_list li.swiper-slide.swiper-slide-active .thum {position:relative;}
.section03 .gallery_list li.swiper-slide.swiper-slide-active .thum:before {content:""; display: block; position: absolute; top:0px; left:0px; width:100%; height:100%; box-sizing:border-box;  border:5px solid #00a3ff;  z-index: 999;}

.section03 .gallery_list li .thum {width: 100%;padding-top: calc(100% - 30%);position: relative; overflow: hidden;}
.section03 .gallery_list li .thum .play {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: #fff; width:80px; height:80px; border-radius: 100%; z-index: 9;}
.section03 .gallery_list li .thum .play i {position:absolute; top:50%; left:50%;transform: translate(-50%,-50%); font-size:2rem; color:#1d52b2;}

.section03 .gallery_list li .thum img {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;transition: .3s;}
.section03 .gallery_list li a:hover .thum img {transform: scale(1.05);transition: .3s;}

.section03 .gallery_list li .txt p {max-width:95%; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; color:#fff; font-size:1.3rem; font-weight: 600; margin:35px 0 20px 0;}
.section03 .gallery_list li .txt ul {justify-content: space-between; padding-top:20px; border-top:1px solid rgba(255,255,255,.2);}
.section03 .gallery_list li .txt ul li {color:#fff;}
.section03 .gallery_list li .txt ul li:first-child {opacity: .5;}
.section03 .gallery_list li .txt ul li:last-child{display: block; color:#fff; font-weight: bolder;}
.section03 .gallery_list li .txt ul li:last-child span {position: relative; display: inline-block; width:16px; height:16px; background: #00a3ff; border-radius: 100%; margin-left:8px; vertical-align:-1px;}
.section03 .gallery_list li .txt ul li:last-child span:before {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-family: Bootstrap-icons; content: "\F4FE"; color:#fff;}
.section03 .gallery_list li .txt ul li i {margin-right:5px;}
.swiper-button-disabled {display: block!important;opacity: .3;cursor: default;}


/*배너*/
.banner {padding:30px 0; }
.banner .wrapper {justify-content: space-between; align-items: center;}
.banner .tit_wrap {align-items: center;}
.banner .tit_wrap h1 {font-family: 'GmarketSans';}
.banner .tit_wrap .control {margin-left:40px;}
.banner .tit_wrap .control span {font-size:2rem; color:#a1a2b4; cursor: pointer;}
.banner_list {max-width:80%; overflow: hidden; }
.banner_list li {position: relative;height:100px;}
.banner_list li img {position:relative; height:100%; object-fit:cover; top: 50%;left:50%;transform: translate(-50%,-50%);}

.banner .tit_wrap .control .play {display: inline-block; cursor: pointer;}
.banner .tit_wrap .control .play.pause:before {font-family: 'Bootstrap-icons'; content: "\F4C4"; color:#a1a2b4; font-size:2rem; vertical-align: -4px;}
.banner .tit_wrap .control .play.start:before {font-family: 'Bootstrap-icons'; content: "\F4F4"; color:#a1a2b4; font-size:2rem; vertical-align: -4px;}



@media (max-width: 1400px) {


  /*메인비주얼*/
  .main_visual .inner .mv_txt h1 {font-size:2.8rem;}


  /*대여 보조기기 찾기*/
  .section01 .search input { padding: 20px 30px;}
  .section01 .quick_menu {margin-top:50px;}
  .section01 .quick_menu ul li a span {width:90px; height:90px;}


  /*알림마당*/
  .section02:before {right:-50%;}


  /*배너*/
  .banner_list {max-width:85%;}
  .banner .tit_wrap h1 {display: none;}
  .banner .tit_wrap .control {margin-left:0;}





}


@media (max-width: 1200px) {


  /*메인배너*/
  .main_visual {margin-top: 0;}
  .main_visual .inner .mv_txt {font-size: 2rem; padding-top: 0;}
  .main_visual .control {bottom: 10%;}
  .section03 .youtube {max-width: inherit; margin-right: 0;}
  .section03 .youtube .youtube_list li {margin: 0 auto; height: 400px;}
  .section03 .gallery {width: 100%;}

  .main_visual .inner .mv_txt h1 {font-size:2.5rem;}
  .main_visual .mv_content .mv_item > a .mv_video .progress{display: none;}

  .section {padding:60px 0;}
  .section .tit_wrap {padding-bottom:30px;}
  .section .tit_wrap h1 {font-size:2.5rem;}


  /*대여 보조기기 찾기*/
  .section01 .tit_wrap h1:after {width:40px; height:44px; background-size: cover;}
  .section01 .search {flex-wrap: wrap;}

  .section01 .search:before {right:20px; bottom:140px; width:10rem; height:10rem; background-size: cover;}
  .section01 .search label {font-size:1.1rem;}
  .section01 .search label input {width:25px; height:25px; margin-right:10px;}
  .section01 .search label input:before {width:12px; height:12px;}
  .section01 .search label input:checked::before {transform: scale(1) translate(6px, 6px);}
  .section01 .quick_menu {margin-top:50px;}
  .section01 .quick_menu ul {flex-wrap: wrap; gap:2rem 0; justify-content: flex-start;}
  .section01 .quick_menu ul li {width: calc(100%/5);}
  .section01 .quick_menu ul li a span {width:90px; height:90px;}


  .section01 .search .search_input {width:100%;}
  .section01 .search label.checkbox {margin-top:20px;}


  /*알림마당*/
  .section02:before {right: -80%;width: 600px;height: 600px;background-size: contain;}
  .section02:after {display: none;}
  .notice_wrap {flex-wrap: wrap;}
  .section02 .tab_wrap {width:100%; display: flex; align-items: center; justify-content: space-between; margin-bottom:0; flex-wrap:wrap;}
  .section02 .tab_wrap .tab_menu {display: flex; width:100%; justify-content: space-between;  padding-bottom:0; margin:0 0 30px 0;}
  .section02 .tab_wrap .tab_menu ul {margin-right:0px; display:flex; align-items: center;}
  .section02 .tab_wrap .tab_menu li {position: relative; margin-bottom:0; margin:0 10px;}
  .section02 .tab_wrap .tab_menu li.active {margin:0 10px; transform:translateX(0); }
  .section02 .tab_wrap .tab_menu li a { width:auto; height:auto; line-height:inherit; padding:0; border-bottom:0; font-size:1.3rem;}
  .section02 .tab_wrap .tab_menu li.active a {color:#1473e7; background: none; box-shadow: none;}
  .section02 .tab_wrap .tab_menu li.active a:after {content: "";position: absolute;bottom: -6px;left:0;display: inline-block;width:100%;height: 3px;background: #1473e7;}
  .section02 .tab_wrap .tab_menu li a i {display: none;}
  .section02 .tab_wrap .tab_menu .more {display: block; margin-left:1rem; width:25px; height:25px;}
  .section02 .tab_wrap .tab_menu .more img {width:100%; height:100%; object-fit: cover;}

  .section02 .cont_wrap {width:100%;}
  .section02 .cont_wrap .tab_contents_s ul {flex-wrap: wrap; gap:1.5rem;}
  .section02 .cont_wrap .tab_contents_s ul li {width: calc(100%/3 - 1rem); height:300px;}
  .section02 .cont_wrap .tab_contents_s ul li a {padding:40px 25px;}
  .section02 .cont_wrap .tab_contents_s ul li a span.date {bottom:35px;}
  .section02 .cont_wrap .tab_contents_s ul li a h1.tit {margin:30px 0 20px 0;}
  .section02 .cont_wrap .tab_contents_s .more {display: none;}

  .section02 .guide {margin-top:30px;}
  .section02 .guide .guide_wrap {flex-wrap: wrap;}
  .section02 .guide .guide_wrap .call, .section02 .guide .guide_wrap .service {width:100%;}
  .section02 .guide .guide_wrap .title {padding:20px;}
  .section02 .guide .guide_wrap .title h1 {font-size:1.5rem;}
  .section02 .guide .guide_wrap .service {border:1px solid #dae9e4; margin-top:30px;}
  .section02 .guide .guide_wrap .service .title {background: #eefaf8; padding:20px;}
  .section02 .guide .guide_wrap .service ul {padding:20px; margin-top:0;}


  .section03 .gallery_list li .txt p {font-size:1.2rem;}
  .section03 .gallery_list li .thum .play {width:70px; height:70px;}
  .section03 .gallery_list li .thum .play i {font-size:1.8rem;}


  .banner {padding:10px 0;}

}

@media (max-width: 1023px) {
  .section {padding: 70px 0;}
  .section .tit_wrap {padding-bottom: 20px;}

  .visual_info .wrapper {flex-wrap: wrap; max-width: inherit; padding: 0;}
  .visual_info .info_desc {width: 100%; height: 190px; flex-direction: column; padding: 0 20px; margin-top: -1px;}
  .visual_info .info_desc::before {display: none;}
  .visual_info .info_desc::after {left: 0;}
  .visual_info .info_desc .desc_tit {font-size: 1.5rem; max-width: 400px;}
  .visual_info .info_desc .desc_list {max-width: 400px;}
  .visual_info .info_desc .desc_list li {font-size: 1rem;}
  .visual_info .info_desc::after {background-size: 70%;}
  .visual_info .info_link {padding: 30px 0; max-width: inherit;}
  .visual_info .info_link::before {display: none;}

  .main_visual .mv_side {width: 100px; height: 100px;}
  .main_visual .inner .mv_txt {font-size: 1.5rem;}
  .main_visual .inner .mv_txt p img {height: 30px;}
  .main_visual .inner .mv_txt span {font-size: 1rem;}
  .main_visual .inner .mv_txt button.link {margin: 25px auto 0; padding: 8px 25px; font-size: .9375rem;}
  .main_visual .control {width:90%; justify-content:center;}

  .section02 .wrapper {flex-wrap: wrap;}


  /*대여 보조기기 찾기*/
  .section01 .search {flex-wrap:wrap; gap:0rem;}
  .section01 .search:before {display: none;}
  .section01 .search .date {width:48%;}
  .section01 .search .search_input {width:100%; height:80px;}
  .section01 .search .date {height:80px;}
  .section01 .search .search_input a {width:120px;}


  /*알림마당*/
  .section02 .cont_wrap .tab_contents_s ul li a h1.tit {font-size:1.2rem;}



}

@media (max-width: 768px) {

  .section .tit_wrap h1,.main_visual .inner .mv_txt h1 {font-size: 2rem;}

  .main_visual .mv_side {top: 100%; right: 35px; z-index: 99; transition: .3s;}
  .main_visual .mv_content .mv_item a {padding-top: 75%;}
  .main_visual .control .bullet span {font-size: 1.1rem;}
  .bar {width:150px;}

  .visual_info .info_desc {height: 140px;}
  .visual_info .info_desc::after {background-size: 45%;}
  .visual_info .info_desc .desc_tit {font-size: 1.25rem;}
  .visual_info .info_link {padding: 15px 0;}
  .visual_info .info_link li a p.txt {font-size: .875rem; margin-top: 8px;}
  .visual_info .info_link li a p.img {width: 35px; height: 35px;}

  .section {padding:50px 0;}
  .section .more_btn {font-size: .9375rem;}
  .section .tit_wrap {text-align:center; padding-bottom: 30px;}
  .section .tit_wrap .main_tit {font-size: 1.5rem;}


  /*보조기기 대여*/
  .section01 .quick_menu ul {justify-content: stretch;}
  .section01 .quick_menu ul li {width:calc(100%/4);}


  /*알림마당*/
  .section02:before,.section02:after {display: none;}
  .section02 .tab_wrap {justify-content: center;}
  .section02 .cont_wrap .tab_contents_s ul li {width:calc(100%/2 - 1rem); height:250px;}
  .section02 .cont_wrap .tab_contents_s ul li:nth-child(4) {display: block;}
  .section02 .cont_wrap .tab_contents_s ul li.no_data {padding:20px 0;}
  .section02 .cont_wrap .tab_contents_s ul li.no_data span {margin-top:20px; font-size: 1.1rem;}


  .section02 .cont_wrap .tab_contents_s ul li a {padding:30px 25px;}
  .section02 .cont_wrap .tab_contents_s ul li a h1.tit {-webkit-line-clamp:1; font-size:1.2rem;}
  .section02 .cont_wrap .tab_contents_s ul li a span.date {bottom:30px;}
  .section02 .guide .guide_wrap .service ul li a {font-size:1rem; padding:10px 15px;}
  .section02 .guide .guide_wrap .service ul li a:after {display: none;}
  .section02 .guide .guide_wrap .service ul li a:before {width:40px; height: 40px;}

  .section03 .title {display: block;}
  .section03 .gallery {margin-top: 40px;}
  .section03 .control {justify-content: center;}
  .section03 .youtube .youtube_list li {height: 340px;}
  .section03 .gallery_list li .txt p {margin:20px 0;}
  .section03 .gallery_list li .thum .play {width:60px; height:60px;}
  .section03 .gallery_list li .thum .play i {font-size:1.5rem;}


  .banner {padding:10px 0;}
  .banner_list {max-width:70%;}
  .banner_list li {height:80px;}
  .banner .tit_wrap .control span,.banner .tit_wrap .control .play.pause:before,.banner .tit_wrap .control .play.start:before {font-size: 1.5rem;}
  .banner .tit_wrap .control play:before {}
}

@media (max-width: 540px) {

  .main_visual .mv_side {width: 50px; height: 50px; right: 20px;}
  .main_visual .mv_side a::after {display: none;}
  .main_visual .mv_side a::before {display: none;}
  .main_visual .mv_side a span {background: url(/resources/images/main/ico_calender.svg) center center no-repeat; background-size: 18px; word-break: break-all; text-align: center; padding: 0; font-size: 0;}

  .main_visual .control .bullet {margin:0 20px;}
  .main_visual .control .bullet span {font-size:1rem;}
  .main_visual .control .bullet span.swiper-pagination-current:after {margin:0 10px;}
  .section .tit_wrap h1 {font-size:2rem;}


  /*보조기기 대여*/
  .section01 .tit_wrap h1:after {margin-left:15px;}
  .section01 .search .date,.section01 .search .search_input {height:70px;}
  .section01 .search .date {width:47%;}
  .section01 .search label {font-size:1rem;}
  .section01 .search label input {width:20px; height:20px; margin-right:7px;}
  .section01 .search label input:before {width:10px; height:10px;}
  .section01 .search label input:checked::before {transform: scale(1) translate(5px, 5px);}
  .section01 .search input {font-size:.9rem;}
  .section01 .search .search_input a {width:100px;}
  .section01 .search .search_input a i {font-size:1.2rem;}
  .section01 .quick_menu ul li {width:calc(100%/3);}
  .section01 .quick_menu ul li p {font-size:1rem;}
  .section01 .quick_menu ul li a span {width:80px; height: 80px;}



  /*알림마당*/
  .section02 .cont_wrap .tab_contents_s ul li {width:100%; height:auto;}
  .section02 .cont_wrap .tab_contents_s ul li a span.date {position: relative; bottom:auto;}
  .section02 .cont_wrap .tab_contents_s ul li a h1.tit {margin:20px 0 10px 0;}
  .section02 .cont_wrap .tab_contents_s ul li a p.cont_tit {margin-bottom:20px;}

  .section02 .guide .guide_wrap .call .con .top,.section02 .guide .guide_wrap .call .con .bottom {flex-wrap: wrap;}
  .section02 .guide .guide_wrap .call .title:after {right:15px; width:80px; height:80px; background-size: cover;}
  .section02 .guide .guide_wrap .call .con {padding:30px 20px;}
  .section02 .guide .guide_wrap .call .con li:last-child {margin-top:10px;}
  .section02 .guide .guide_wrap .call .con li h2 {font-size:1.2rem;}
  .section02 .guide .guide_wrap .call .con .bottom li a {padding:10px 35px 10px 10px; font-size:.9rem;}
  .section02 .guide .guide_wrap .service ul li {width:100%;}



  /*포토/동영상 갤러리*/
  .section03 .gallery {margin-top: 30px;}
  .section03 .gallery_list {padding-bottom: 30px;}
  .section03 .gallery_list li .txt p {font-size:1.1rem;}
  .section03 .gallery_list li .txt ul li:last-child {display: none;}
  .section03 .gallery_list .swiper-pagination {display: block; position: absolute; bottom: 0;}
  .section03 .gallery_list .swiper-pagination .swiper-pagination-bullet-active {background: #cf0d61!important; padding: 0 12px; border-radius: 14px!important;}
}


@media (max-width: 400px) {

  .main_visual .inner .mv_txt span {display: none;}
  .main_visual .inner .mv_txt h1,.section .tit_wrap h1 {font-size: 1.5rem;}
  .bar {width:100px;}
  .main_visual .control {width:100%;}
  .section01 .tit_wrap h1:after {width:30px; height:32px;}
  .section01 .search .search_input a i {font-size: 1rem;}

  .section01 .search input {padding:15px 25px;}
  .section01 .search .search_input {height:60px;}
  .section01 .search .search_input a {width:90px;}
  .section01 .quick_menu {margin-top:30px;}


  .section02 .tab_wrap .tab_menu li a,.section02 .cont_wrap .tab_contents_s ul li a h1.tit {font-size:1.1rem;}
  .section02 .cont_wrap .tab_contents_s ul li a span.date,.section03 .gallery_list li .txt ul li:first-child {font-size:.9rem;}

  .section03 .control .num p {font-size:1rem;}
  .section03 .control .num p.on {font-size:1.5rem;}



}
