﻿@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "font.css";
@import "animate.css";

.pc {display: block !important;} 
.pc-flex {display: flex !important;} 
.mobile {display: none !important;}
.mobile-360-block  {display: none !important;}
.mobile-360  {display: block !important;}


body {background: #efefef;overflow: auto;}
.header {
  background-color: rgba(0, 0, 0, .2);
  height: 75px;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
}
.navbar-brand .logo {
  display: block;
  width: 190px;
  height: 41px;
  background: url(../img/logo-grn.png) no-repeat;
  background-size: contain;
  margin: -10px 0 0 0;
}
.navbar {
  height: 90px;
  position: fixed;
  display: flex;
  width: 100%;
  background: transparent;
  transition: 0.5s ease all;
  z-index: 100;
}
.header-scrolled .navbar { height: 70px; background: rgba(255,255,255, .88);}

.navbar ul {margin: 0 0 0 0;}
.navbar li {display: inline;list-style: none;margin: 0 30px 0 0;}


.navbar-nav {display: flex; align-items: center;justify-content: flex-end;    --bs-nav-link-padding-y: 1rem;}
.navbar-nav .nav-item a {color: black;font-size: 20px;text-decoration: none;transition: color .2s;}
.navbar-nav .nav-item.on .nav-link {color: #0cb  !important;text-decoration: none;}
.navbar-nav .nav-item .nav-link {margin-right: 30px;}
.navbar-nav .nav-item .drt-link:hover {color: #0cb  !important;text-decoration: none;}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 220px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas.show {max-width: 220px!important;}
.offcanvas.show .navbar-nav {}
.offcanvas.show .navbar-nav .nav-item a {font-size: 16px;}
.nav-down-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.nav-down-btn .ios-logo {
  width: 100%;
  padding: 8px 12px !important;
  margin-bottom: 8px;
}
.offcanvas.show .nav-down-btn .android-logo {
  padding: 8px 12px !important;
  margin: 0 !important;
}
.offcanvas.show .nav-down-btn a {width: 135px;}
.offcanvas-header .btn-close {
  margin-right: -42px;
  color: #fff !important;
  filter: invert(1);
}

.nav-down-btn .down-btn-bg-bk {background: #000;padding: 8px 15px;border-radius: 10px;}


.down-btn {display: flex; align-items: center;}
.down-btn .down-btn-bg-bk {background: #000;padding: 8px 15px;border-radius: 10px;}
.down-btn .down-btn-bg-tran {background: transparent;padding: 8px 15px;border-radius: 10px;border: 1px solid rgba(255,255,255, .3);}
.ios-logo { width: 142px;}
.android-logo {width: 152px;}

.back-to-top {
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  background: #00c4c4;
  border-radius: 50%;
  box-shadow: 0 6px 13px 0 rgb(0 0 0 / 18%);
}
.back-to-top:hover {
  background: #00a69c;
  color: #fff;
}

.page {  height: 100%;  width: 100%; display: flex; align-items: center;}
.page h2 {font-size: 30px;}

.carousel-control-next, 
.carousel-control-prev {
  width: 5%;
  opacity: 0;
}
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
  opacity: 0;
}


.main-slide {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  /* background: url(../img/mainimg-slide2.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover; */
}

.main-slide .main-down-btn {
  position: absolute;
  bottom: 39px;
  left: 50%;
  display: flex;
  align-items: center;
  z-index: 2;
  transform: translate(-220%, 0);
}
.main-down-btn .down-btn-bg-bk {background: #000;padding: 8px 15px;border-radius: 10px;}
.main-slide .slideimg1 {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../img/mainimg-slide2.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  transition: 1s ease all;
}
.main-slide .slideimg2 {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../img/mainimg-slide3.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  transition: 1s ease all;
  
}
.main-slide .slideimg3 {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../img/mainimg-slide1.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  transition: 1s ease all;
  
}

.main-img-text {
  position: absolute;
  right:5%;
  top: 50%;
  transform: translate(0 , -50%);
  min-width: 542px;
  text-align: right;
}
.slideimg3 .main-img-text h1 { color: #515151  !important;}
.slideimg3 .main-img-text h1,
.slideimg2 .main-img-text h1,
.slideimg1 .main-img-text h1  {
  font-size: 97px;
  font-weight: 100;
  color: #fff;
  text-shadow: 1px 2px 5px rgb(0 0 0 / 29%);
  letter-spacing: -6px;
  line-height: 1;
  font-family: "NanumBarunGothic";
}
.main-nearring {
  font-weight: 500;
  color: #07c7b1;
}
.main-nearring.eng {
  font-family: 'Roboto', "Noto Sans", system-ui,-apple-system,sans-serif !important;
  letter-spacing: 0px;
}
.main-img-text .youtube-view {
  background: #ed2024;
  border: 0;
  border-radius: 12px;
  color: #fff;
  padding: 7px 17px 7px 17px;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 10px 0 0 0;
  display: none;
}
.main-img-text .youtube-view i { font-size: 32px;}
.main-img-text .youtube-view i::before {vertical-align: -9px; margin-left: 3px;}

/* /////////////////////////////////////////
new main 
///////////////////////////////////////////*/
.girl {
  display: inline-block;
  margin: -8px 0 0 0 !important;
  width: 57px;
}

.about-nearring {
  position: relative;
  width: 100%;
  min-height: 675px;
  background: url(../img/bg-sky.png) no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "NanumBarunGothic" !important;
  font-weight: 200;
  overflow: hidden;
}
.about-nearring .left {color: #fff;padding-left: 34px;}
.about-nearring .left h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  margin-top: 75px !important;
  font-family: "NanumBarunGothic" !important;
  margin-bottom: 35px !important;
}
.about-nearring .left h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  margin-top: 15px !important;
  font-family: "NanumBarunGothic" !important;
  letter-spacing: -1px;
}
.about-nearring .left h3 strong {font-weight: 400;}

.about-nearring .left p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 16px !important;
}
.about-nearring .right {}
.about-nearring .right img {/* margin: 0 auto; */margin-top: 96px;}

.about-app-install {background: #fff;font-family: "NanumBarunGothic" !important;}
.about-app-install .container{text-align: center;}
.about-app-install h2 {color: #389bce; font-size: 42px;font-weight: 100; letter-spacing: -1px; padding-top: 88px !important;padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-app-install h3 {color: #333; font-size: 18px;font-weight: 400; letter-spacing: -1px;padding-bottom: 112px !important;}
.about-app-install img {margin: 0 auto;}


.about-grandchildren {
  position: relative; min-height: 560px; 
  display: flex; align-items: center;
  background: url(../img/bg-gmam.jpg) no-repeat;
  background-position: center;background-size: cover;
}
.about-grandchildren h2 {color: #303030; font-size: 42px;font-weight: 100; letter-spacing: -1px; padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-grandchildren h2 strong {font-weight: 200; color: #af8466;}
.about-grandchildren h3 {color: #333; font-size: 18px;font-weight: 400; letter-spacing: -1px;padding-bottom: 62px !important;line-height: 1.4;}


.about-alim-how {
  position: relative;
  min-height: 560px;
  background: #cfae97;
  display: flex; align-items: center;
}
.about-alim-how h2 {color: #fff; font-size: 42px;font-weight: 100; letter-spacing: -1px;text-align: center; padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-alim-how h3 {color: #fff; font-size: 18px;font-weight: 400; letter-spacing: -1px;text-align: center;padding-bottom: 20px !important;line-height: 1.4;}
.about-alim-how .left {display: flex;flex-direction: column;align-items: center; justify-content: center;}
.about-alim-how .right {display: flex;flex-direction: column;align-items: center;}


.about-mam {position: relative; height: 710px;background: url(../img/bg-mam.png) no-repeat;background-position: center;background-size: cover;overflow: hidden;}
.about-mam .container {position: relative; height: 100%;}
.about-mam .left {position: absolute; left: 80px; top: 144px;}
.about-mam .left h2 {color: #303030; font-size: 42px;font-weight: 100; letter-spacing: -1px; padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-mam .left h2 strong {font-weight: 200; color: #af8466;}
.about-mam .left p {font-size: 18px;color: #333;line-height: 1.4;letter-spacing: -.5px;margin-top: 10px !important;}

.about-mam .center {position: absolute; left: 50%; bottom: 0; transform:translate(-56%, 0);}

.about-mam .right {position: absolute; right: 64px; bottom: 0;}
.about-mam .right h2 {color: #303030; font-size: 28px;font-weight: 200;line-height: 1.3; text-align: right; letter-spacing: -1px; padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-mam .right h2 strong {font-weight: 200; color: #af8466;}
.about-mam .right h3 {color: #333; font-size: 18px;font-weight: 400; letter-spacing: -1px;padding-bottom: 62px !important;line-height: 1.4;}
.about-mam .right p {font-size: 18px;color: #333;line-height: 1.4;letter-spacing: -.5px;margin-top: 2px !important;margin-bottom: 25px;text-align: right;}
.about-mam .right img {float: right;max-width: 206px;}

.about-hashtag {position: relative; padding: 110px  0; background:#F8F9F9;}
.about-hashtag .container {position: relative; height: 100%;}
.about-hashtag h2 {color: #303030; font-size: 42px;font-weight: 100; text-align: center; letter-spacing: -1px; padding-bottom: 10px !important;font-family: "NanumBarunGothic" !important;}
.about-hashtag h2 strong {font-weight: 100; color: #21c7a3;}

.hashtag { margin-top: 30px;}
.hashtag li { display: inline-block; border: 1px solid #e0e0e0; background: #fff; margin: 0 4px 8px 4px; padding: 0 16px; border-radius: 50px; line-height: 38px; font-size: 18px;}
.hashtag li.hashtag-tlt { background:#21c7a3 ; border: 1px solid #21c7a3; color: #fff;}



@media (max-width: 1280px) { 
  .about-nearring {min-height: 500px;}
  .about-nearring .left h2 {font-size: 34px;}
  .about-nearring .left h3 {font-size: 34px;}
  .about-nearring .left p {font-size: 18px;}
}
@media (max-width: 992px) {
  .about-nearring {height: 98vh !important;}
  .about-nearring .left h2 {font-size: 30px;margin-top: 48px !important;}
  .about-nearring .left h3 {font-size: 30px;}
  .about-nearring .left p {font-size: 18px;}
  .about-nearring .right {position: absolute; left: 0; }
  .about-nearring .right img {
    position: absolute;
    right: inherit;
    left: 50%;
    top: 225px;
    max-width: 408px;
    min-width: 50vw;
    transform: translate(-50%, 0);
}
  .about-app-install h2 {font-size: 36px; padding: 48px 20px 6px 20px !important;}
  .about-app-install h3 { padding: 0px 20px 34px 20px !important;}

  .about-alim-how .right {order: -1!important;}
  
  .about-app-install .container {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  .about-mam {height: auto;}


  .about-mam .left {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 63px;
    margin-bottom: 43px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0, .1);
  }
  .about-mam .left h2 {
    font-size: 28px;
    text-align: center;
  }
  .about-mam .left p {
    font-size: 16px;
    text-align: center;
  }

  .about-mam .right {
    position: relative;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .about-mam .right h2 {
    font-size: 24px;
    text-align: center;
  }

  .about-mam .right p {
    font-size: 16px;
    text-align: center;
  }
  .about-mam .right img {
    float: none;
    margin: 0 auto;
  }

}
@media (max-width: 768px) {
  .about-nearring {height: 96vh !important;}


  .about-app-install h2 {font-size: 26px;font-weight: 200;}
  .about-app-install h3 {font-size: 16px;line-height: 1.3;font-weight: 200;}
  .girl {
    display: inline-block;
    margin: -8px 0 0 0 !important;
    width: 42px;
}


}

@media (max-width: 576px) {
  .about-nearring {height: 664px !important;}
  .about-nearring .left { padding-left: 0;}
  .about-nearring .left h2 {font-size: 26px;margin-top: 38px !important; text-align: center;}
  .about-nearring .left h3 {font-size: 26px;line-height: 1.3;margin-top: 4px !important;text-align: center;}
  .about-nearring .left p {font-size: 16px; text-align: center;}
  .about-nearring .right {position: relative;}
  .about-nearring .right img {position: absolute;right: 0;top: -99px;max-width: 56vw;min-width: 290px;}

  .about-app-install .container { padding: 0 !important;}

  .about-grandchildren {
    min-height: 540px !important;
    background: url(../img/bg-gmam-m.jpg) no-repeat;
    background-position: bottom right;background-size: cover;
  }
  .about-grandchildren  h2 {font-size: 26px; margin-top: -186px  !important; font-weight: 200;}
  .about-grandchildren  h3 {font-size: 16px;line-height: 1.3; font-weight: 200;}

  .about-alim-how {min-height: 360px;}
  .about-alim-how  h2 {font-size: 26px; margin-top:6px  !important; font-weight: 200;}
  .about-alim-how  h3 {font-size: 16px;line-height: 1.3; font-weight: 200;}

  .about-hashtag {padding: 50px  0;}
  .about-hashtag h2 {font-size: 26px;font-weight: 200;letter-spacing: -1px;}
  .hashtag li {margin: 0 0px 8px 0px;padding: 0px 9px;line-height: 28px;font-size: 14px;}
  .hashtag li.hashtag-tlt {padding: 0px 16px;margin-top: 8px;}

}


/* /////////////////////////////////////////
//new main 
///////////////////////////////////////////*/


.about { 
  width: 100%;
  min-height: 800px;
}

.phone-frame1 {
  position: relative;
  width: 100%;
  padding: 52px  0 0 0;
  display: flex;
  transition: 0.5s ease all;
}
.phone-frame1 {
    position: relative;
    width: 100%;
    padding: 114px 0 0 0;
    display: flex;
    transition: 0.5s ease all;
}
.phone-frame1 .phone {
  position: relative;
  width: 324px;
  height: 635px;
  background: url(../img/phone-frame.png) no-repeat;
  padding: 5px 8px 6px 9px;
  transition: .5s ease all;
}
.phone-frame1 .phone .owl-carousel {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.cloud-left {
  position: absolute;
  top: 38px;
  left: -34px;
  z-index: 2;
}
.cloud-right {
  position: absolute;
  top: 38px;
  right: 34px;
  z-index: 2;
}

.phone-frame2 {
  position: relative;
  width: 100%;
  margin: -61px 0 0 0;
  display: flex;
  justify-content: flex-end;
  transition: 0.5s ease all;
}
.phone-frame2 .phone {
  position: relative;
  z-index: 2;
}
.phone-frame2 .deco-img {
  position: absolute;
  bottom: -123px;
  right: 161px;
}

.phone-frame3 {
  position: relative;
  width: 100%;
  height: 100%;
  margin:-200px 0 0 0;
  display: flex;
  transition: 0.5s ease all;
}
.phone-frame3 .phone {
  position: relative;
}

.phone-frame3 .phone-tts-img {
  position: relative;
  z-index: 2;

}
.phone-frame3 .deco-img {
  position: absolute;
  top: -119px;
  left: -174px;
  z-index: 1;
}
.btn-tts-audio {
  background: #8ea0cd;
  color: #fff !important;
  border-radius: 27px;
  margin: 8px 0 0 0;
  padding: 3px 8px 3px 11px;
}
.btn-tts-audio:hover {
  background: #596993 !important;
}


.phone-frame4 {
  width: 100%;
  display: flex !important;
  padding: 0 0 68px 0;
  margin: -11px 0 0 0;
  justify-content: flex-end;
  transition: 0.5s ease all;
}
.phone-frame4 .right {width: 30%;}
.phone-frame4 .phone {
  position: relative;
}
.phone-frame4 .phone-mam-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.phone-frame4 .deco-img {
  position: absolute;
  bottom: -92px;
  right: 15px;
  z-index: 1;
}

.text-form {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.phone-frame1 .text-form {padding: 366px 0 0 30px;font-size: 18px;}
.phone-frame1 .text-form h1 {
  position: absolute;
  top: 26px;
  left: -111px;
  font-size: 57px;
  color: #fff;
  z-index: 2;
}
.phone-frame1 .text-form .h1-tlt {
  position: absolute;
  top: 26px;
  left: 23px;
  font-size: 34px;
  line-height: 1.3;
  color: #fff;
  z-index: 2;
}
.tlt1 {}
.tlt2 {}

.phone-frame1 .text-form h1 span {color: #7cc5ea;}
.phone-frame1 .text-form h3 {color: #fff;font-size: 26px;line-height: 1.3;font-weight: 100;}
.phone-frame1 .text-form  .in-text {line-height: 1.3; margin-top: 34px;}

.phone-frame2 .text-form {padding: 95px 30px 0 0;}
.phone-frame2 .text-form  h2 {font-size: 30px; line-height: 1.3;font-weight: 100;text-align: right;}
.phone-frame2 .text-form  .in-text {font-size: 18px;text-align: right;margin-top: 15px;}

.phone-frame3 .text-form  {padding: 95px 0 0 30px;}
.phone-frame3 .text-form  h2 {font-size: 30px; line-height: 1.3; font-weight: 100;text-align: left;}
.phone-frame3 .text-form .in-text {font-size: 18px;text-align: left;margin-top: 15px;}
.phone-frame3 .text-form .tts-badge { position: absolute; top: -20px; left: -50px;}

.phone-frame4 .text-form  {padding: 213px 30px 0 0;}
.phone-frame4 .text-form  h2 {font-size: 30px; line-height: 1.3;font-weight: 100;text-align: right;}
.phone-frame4 .text-form  .in-text {font-size: 18px;text-align: right;margin-top: 15px;}

.guide {
  position: relative;
  width: 100%;
  min-height: 1009px;
  padding: 0 0 0px 0;
  margin-top:0 ;
  overflow: hidden;
  z-index: 1;
}
/* .guide-bar {
  position: absolute;
  left: 57%;top: 55px;
  transform: translate(-100%, 0);
} */
.guide-bar {
  position: relative;
  margin-top: 54px;
  margin-left: -105px;
}
img.guide-bar-img {
  max-width: 1230px;
  width: 94vw;
}
.guide .tlt {
  margin-bottom: 30px;
  margin-left: 80px;
}

.guide-tab .nav-link {border: 0; color: #2e2e2e; display: flex; margin-bottom: 2px; background: transparent;}
.guide-tab .nav-link:focus, 
.guide-tab .nav-link:hover {
  color: #2e2e2e;
}

.guide-tab::before {
  content: "";
  width: 1px;
  height: 494px;
  background: #2fcebb;
  position: absolute;
  margin: 40px 0 0 28px;
  z-index: 1;
}
.guide-tab .nav-link .step {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  color: #2FCEBB;
  font-weight: 600;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid #2FCEBB;
  background: #efefef;
  transition: .3s ease;
  z-index: 2;
}

.guide-tab .nav-link.active .step {
  display: block;
  width: 36px;height: 36px;
  color: #fff; font-weight: 600;
  line-height: 36px;
  border-radius: 50%; border: 2px solid #2FCEBB;
  background: #2FCEBB;
}
.guide-tab .step-text {
  margin: -8px 0 0 18px;
  padding: 17px 25px 16px 23px;
  text-align: left;
  transition: .3s ease;
}

.guide-tab .step-text h3 {
  font-size: 18px;
  color: #151515;
  margin-bottom: 4px !important;
}

.guide-tab .nav-link.active .step-text {
  position: relative;
  border-radius: 12px;
  background: #fff;
  box-shadow: 1px 16px 16px 0 rgb(0 0 0 / 9%);
}
.guide-tab .nav-link .step-text::before {
  content: "";
  position: absolute;
  margin: -3px 0 0 -18px;
  width: 0px;
  height: 0px;
  border-bottom:14px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate( 270deg );
  transition: .3s ease;
  opacity: 0;
}
.guide-tab .nav-link.active .step-text::before {
  margin: 3px 0 0 -36px;
  opacity: 1;
}
/* .guide .container {
  padding: 0 76px;    overflow: hidden;
  position: relative;
} */
.guide .container {
  padding: 0 76px;
  position: relative;
  margin-top: 56px;
}
.tab-content>.tab-pane img {
  margin: 0 auto;
  margin-right: 0;
}










.contact-tip {
  width: 100%;
  padding: 55px 0 66px 0;
  background: #fff;
  /* border-top: 58px solid #eee; */
}
.contact,
.tip {width: 100%;}

.guide .tlt,
.contact .tlt,
.tip .tlt { position: relative; display: inline-block; }

.guide h1, .contact h1, .tip h1 {
  position: relative;
  font-size: 26px;
  z-index: 2;
  color: #414141;
  padding: 0 5px !important;
}

.guide .tlt .tlt-bar {
  position: absolute;
  height: 15px;
  width: 100%;
  background: #e5ec7b;
  top: 19px;
  left: 0;
  display: block;
}
.contact .tlt .tlt-bar {
  position: absolute;
  height: 15px;
  width: 100%;
  background: #65e6db;
  top: 19px;
  left: 0;
  display: block;
}
.contact .sub-text, .tip .sub-text {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 9px 0 34px 0;
  text-align: center;
}
.tip .tlt .tlt-bar {
  position: absolute;
  height: 15px;
  width: 100%;
  background: #8ce8fd;
  top: 19px;
  left: 0;
  display: block;
}

/* 케어정보 팀 */
.row.tip {
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 0 0 70px  0;
}
.row.tip .section-tlt,
.row.contact .section-tlt {
text-align: center;
}
.tip .col-md {padding: 0 0px !important;}

.tip.card {
  max-width: 400px;
  width: 96%;
  margin: 0 auto;
  border-radius: .8rem;
  border: 1px solid #e8e8e8;
  /* box-shadow: 0px 7px 11px 0 rgb(0 0 0 / 7%); */
  transition: .3s ease;
}
.tip.card:hover {
  box-shadow: 0px 16px 20px 0 rgb(0 0 0 / 10%);
  transform: translate(0px, -8px);
}
.tip.card .card-img-top {
  border-radius: .65rem .65rem 0 0 !important;
}

.tip.card .card-body {
  text-align: center;
  font-size: 14px;
  min-height: 193px;
  padding: 13px 11px 10px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.tip.card .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #222;
  /* min-height: 21px; */
  margin-bottom: 0px !important;
}
.tip.card .card-text{
  padding-top: 0px;
  line-height: 1.4;
  font-size: 12px;
opacity: 75%;
}

.row.contact {
  padding: 47px 0 0 0;
  width: 60%;
  margin: 0 auto;
}


/*// 케어정보 팀 */



.info-tootip {
  position: absolute;
  margin: -24px 0 0 -18px;
}
.tooltip {
  font-size: 14px;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-border-radius: 1rem;
  --bs-tooltip-arrow-width: 1.2rem;
  --bs-tooltip-arrow-height: 1rem;
}
.tooltip-inner {
  text-align: left !important; 
  color: #c7c7c7; 
  padding: 10px 14px; 
  word-break: keep-all;
}
.tooltip-inner h3 {
  font-weight: 400;
  color: #0cb;
  width: 100%;
  display: block;
}

.form-floating>label {
  padding: 1rem 1.75rem;
  font-size: 13px;
}
.form-floating>.form-control, 
.form-floating>.form-control-plaintext {
  padding: 1.5rem 1.75rem;
  border-radius: 8px;
  border-color: #dfdfdf;
}

.form-floating>.form-control, 
.form-floating>.form-control-plaintext, 
.form-floating>.form-select {
  height: calc(4.5rem + 11px);
  line-height: 1.5;
}
.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 21px;
  padding-bottom: 9px;
}

.form-control {
  padding: .375rem .75rem;
  font-size: 1.8rem;
}

.agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 10px 0;
}
button {font-size: 14px !important;}
.privacy-detail-btn,
.btn-primary {
  background: #eee;
  color: #535353;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 3px 16px;
}
.privacy-detail-btn:hover,
.btn-primary:hover {
  background: #11c5b6 !important;
  border-color: #11c5b6 !important;
}

.btn-send {
  background: #11c5b6 !important;
  color: #fff !important;
  width: 100%;
  border: 1px solid #11c5b6;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 16px !important;
}
.btn-send:hover {
  color: #fff !important;
  background: #009e9e !important;
  border-color: #009e9e !important;
}

.tip-img {
  border-radius: 8px;
  width: 143px;
  height: 143px;
}
.tip-info {
  font-size: 14px;
  padding-left: 30px;
  padding-top: 10px;
}
.tip-info h2 { font-size: 18px;font-weight: 400;}
.tip-info p {padding-top: 12px; line-height: 1.3; font-size: 13px; opacity: 75%;}

.list-group-item {border: 0; padding: 0;}

.btn-tip {
  display: flex;
  background: #fafafa;
  color: #000 !important;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 5px 16px 5px 10px;
  font-size: 17px !important;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 13px;
}
.btn-tip:hover {border-color: #00c4c4 !important;}


.footer {
  width: 100%;
  background: #fff;
  min-height: 100px;
}
.footer .inner-bar {
  width: 100%;
  padding: 13px 0;
  background: #f5f5f5;
  border-top: 1px solid #e9e9e9;
}
.footer .inner-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu {
  display: flex;
  align-items: center;
}
.footer-menu a { font-size: 14px;padding-right: 30px;}
.footer-menu button { font-size: 14px; border: 0; background: transparent; padding: 0 15px;}

.sns-menu {
  display: flex;
  align-items: center;
}

.sns-menu a { padding-right: 30px;}

.youtube-btn { font-size: 26px; color: #cf0e0e;line-height: 1;}
.blog-btn {}

.footer .inner {
  width: 100%;
  min-height: 200px;
  padding-bottom: 36px;
  background: #676767;
}
img.footer-logo {padding: 30px 0 16px 0;}
.c-info {font-size: 13px; color: #c7c7c7;}
.c-info span {margin-right: 0;}
.c-info address {display: inline-block; margin-right: 10px; margin-bottom: 0;}
.c-info span::before,
.c-info address::before {
  content: "l";
  font-size: 14px;
  padding-right: 10px;
}
.c-call {display: block;}

.footer .down-btn {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}


/* 슬라이드 효과 */
.fadeInRight {
  animation-duration: 2s;
  animation-name: fadeInRight;
}

.fadeInLeft {
  animation-duration: 2s;
  animation-name: fadeInLeft;
}


.fadeInUp {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform:translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0 , 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}


.modal {padding: 0 30px;}
.youtube-modal { max-width: 1200px !important;}

button.close {
  font-size: 22px !important;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -19px;
  top: -16px;
  z-index: 10;
}


/* 이용약관 및 개인정보처리방침 */
/*
.tos h1 {font-size: 18px;font-weight: 600; margin-bottom: 20px!important;}
.tos h2 {font-size: 18px;font-weight: 600;margin-bottom: 15px!important;}
.tos h3 {
    font-size: 14px;
    margin-bottom: 10px!important;
    margin-top: 28px !important;
    font-weight: bold;
}
.tos p, .tos span, .tos strong {display: block; font-size: 13px;}
.tos ul {padding-left: 0px;font-size: 13px;}
.tos ul>li {margin-bottom: 10px;font-size: 13px;}

.tos .deciemal {margin-top: 12px;}
.tos .deciemal>ul  { padding-left: 28px;}
.tos .deciemal>ul>li  {list-style: decimal; margin-bottom: 10px;}

.tos .disk {margin-top: 12px;}
.tos .disk>ul  { padding-left: 16px;}
.tos .disk>ul>li {list-style: disc;}
*/
/* //이용약관 및 개인정보처리방침 */
.modal-content .modal-body {
  height: 650px;
  width: 100%;
  padding: 0;
  overflow-y: hidden;
}


/* Modal 장기요양보험 */
.gradecheck-modal .modal-body {
  height: 665px;
  width: 100%;
  padding: 0;

}
.gradecheck-modal-iframe {
  height: 100%;
  width: 100%;
}
/* //Modal 장기요양보험 */

/* Modal 장기요양보험 */
.calculator-modal .modal-body {
  height: 665px;
  width: 100%;
  padding: 0;
}
.calculator-modal-iframe {
  height: 100%;
  width: 100%;
}

/* //Modal 장기요양보험 */



/* EDM */
main.edm-main {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.edm-edit-form {
  display: block;
  width: 100%;
  padding: 0 0 66px 0;
  background: #fff;
}
.edm-coupon-edit {
  padding: 47px 0 0 0;
  width: 60%;
  margin: 0 auto;
}
.edm-coupon-edit h1,
.edm-coupon-edit2 h1 {
  position: relative;
  font-size: 26px;
  z-index: 2;
  color: #414141;
  padding: 0 5px !important;
}
.edm-coupon-edit .tlt .tlt-bar,
.edm-coupon-edit2 .tlt .tlt-bar {
  position: absolute;
  height: 15px;
  width: 100%;
  background: #65e6db;
  top: 19px;
  left: 0;
  display: block;
}
.edm-coupon-edit .section-tlt,
.edm-coupon-edit2 .section-tlt {
  text-align: center;
}
.edm-coupon-edit .sub-text,
.edm-coupon-edit2 .sub-text {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 9px 0 34px 0;
  text-align: center;
}
.edm-coupon-edit .tlt,
.edm-coupon-edit2 .tlt {
  position: relative;
  display: inline-block;
}

.edm-edit-form2 {
  display: block;
  width: 100%;
  padding: 0 0 66px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.edm-coupon-edit2 {
  padding: 47px 0 0 0;
  width: 100%;
  margin: 0 auto;
}
.edm-coupon-edit2 .tlt .tlt-bar {
  position: absolute;
  height: 15px;
  width: 100%;
  background: #65dae6;
  top: 19px;
  left: 0;
  display: block;
}

.modal-appdown .modal-body {
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
}
.modal-appdown .modal-body strong {
  font-size: 22px;
  letter-spacing: -0.15rem;
}
.modal-appdown .down-btn {
  margin: 19px 0 0 0;
  justify-content: center;
}

/* //EDM */









/* ///////////////////////////// 
반응형 
////////////////////////////////*/


@media (max-width: 1280px) {
  
  .container, 
  .container-sm,
  .container-lg {
    max-width: 90%;
    padding: 0 30px;
  }
  .phone-frame2 {margin: 0px  0 0 0;}
  .phone-frame2 .right { width: 30%;}

  .phone-frame3 {margin: -42px 0 0 0;}
  .phone-frame3 .col.right {order: -1!important;width: 32% !important;flex: inherit; }
  .phone-frame3 .col-4.left {flex: 1 0 0%;}

  .ios-logo {width: 116px;}
  .android-logo {width: 130px;}

  .navbar li {display: inline;list-style: none;margin: 0 25px 0 0;}

  .navbar-nav .nav-item .nav-link {margin-right: 0;font-size: 16px;}
  .navbar-nav .nav-item .drt-link {margin-right: 0;font-size: 16px;}
  .navbar-brand .logo {
    margin: -1px 0 0 0;
    width: 162px;
    height: 33px;
  }

  .main-slide .slideimg3 {background-position: -420px;}
  .main-slide .slideimg2 {background-position: -420px;}
  .phone-frame1 .text-form h1 {top: 51px;left: -95px;font-size: 47px;}
  
  .phone-frame1 .text-form .h1-tlt {
      top: 31px;
      left: 26px;
  }

  .phone-frame1 .text-form h3 {font-size: 20px;font-weight: 400;}

  .about {
    min-height: 800px;
    background-position: 0 -26px;
  }
  .phone-frame1 .text-form  .in-text {
    line-height: 1.3;
    margin-top: 29px;
  }
  .phone-frame2 .deco-img {
    position: absolute;
    bottom: 10px;
    right: 135px;
  }
  .phone-frame3 .text-form {
    padding: 157px 0 0 30px;
  }

  .phone-frame4 .text-form {
    padding: 160px 30px 0 0;
  }
  .phone-frame4 .deco-img {
    position: absolute;
    bottom: -142px;
    right: 154px;
    z-index: 1;
  }
  .main-slide {
    width: 100%;
    height: 810px;
    min-height: 720px;
  }
  .main-img-text {
    right: 8%;
    top: 0;
    transform: translate(0 , 190px);
    min-width: 542px;
}
  .main-slide .slideimg1 {
    height: 810px;
    min-height: 700px;
  }
  .slideimg1 .main-img-text h1 {
    font-size: 73px;
  }
  .main-slide .slideimg2 {
    height: 810px;
    min-height: 720px;
    background-position: -240px 0;
  }
  .slideimg2 .main-img-text h1 {
    font-size: 73px;
    letter-spacing: -2px;
  }
  .main-slide .slideimg3 {
    height: 810px;
    min-height: 720px;
    background-position: -240px 0;
  }
  .slideimg3 .main-img-text h1 {
    font-size: 73px;
    letter-spacing: -2px;
  }
  .contact-tip .container {
    max-width: 100%;
}
  .tip {
    width: 100%;
  }
  .contact {
    width: 80%;
  }
}


@media (max-width: 992px) {
  
	.pc {display: none !important;}
  .pc-flex {display: none !important;} 
	.mobile {display: block !important;}


  .container, 
  .container-sm,
  .container-lg {
    max-width: 90%;
    padding: 0 16px;
  }
  
  .main-slide {
    width: 100%;
    height: 100vh;
    min-height: 700px;
  }
  .main-slide .slideimg1,
  .main-slide .slideimg2,
  .main-slide .slideimg3 {
    height: 100vh;
    min-height: 700px;
  }
  .main-slide .slideimg2 {
    background-position: -341px 0;
  }
  .main-slide .slideimg3 {
    background-position: -198px 0;
  }
  .phone-frame1 {
    padding: 52px 0 0 0;
}

  .phone-frame1 .phone {
    position: relative;
    width: 268px;
    height: 503px;
    background: none;
    padding: 5px 8px 6px 9px;
  }
  .phone-frame1 .text-form {
    padding: 53px 0 0 30px;
    font-size: 14px;
  }
  .phone-frame1 .text-form h1 {
    top: 0;
    left: 0;
    font-size: 38px;
    position: relative;
    margin-bottom: 20px !important;
  }
  .phone-frame1 .text-form .h1-tlt {
    top: -14px;
    left: 0;
    font-size: 25px;
    position: relative;
    margin-bottom: 20px !important;
  } 
  .phone-frame1 .text-form h1 span {
      color: #ffffff;
  }
  .phone-frame1 .text-form  .in-text {
    line-height: 1.3;
    margin-top: 29px;
    color: #fff;
}
  .about {
    background-position: 0 -86px;
  }
  .down-btn.mobile {
    position: absolute;
    bottom: 44px;
    left: 0;
    z-index: 3;
    display: flex !important;
    justify-content: center;
    width: 100%;
}
  .main-slide .main-down-btn {
    position: absolute;
    bottom: 39px;
    left: 31px;
    display: flex;
    align-items: center;
    z-index: 2;
  }
 
  .tip {
    width: 80%;
    margin-top: 61px !important;
}
.row.tip {
  width: 100%;
  max-width: 100% !important;
  margin-top: 0 !important;
}

  .contact {
    width: 80%;
  }

  .guide {
    position: relative;
    width: 100%;
    padding: 0 0 0px 0;
    margin-top: 0;
    min-height: inherit;
}
  .guide-bar {
    position: relative !important;
    left: 72%;
    top: 0 !important;
    transform: translate(-100%, 0);
  }
  
  .guide .container {
    padding: 0 16px 47px 16px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    animation: none;
  }
  .guide .tlt {
    margin-bottom: 26px;
    margin-left: 0;
    margin-top: 20px;
  }
  .guide h1{
    font-size: 20px;
  }
  .guide .tlt .tlt-bar {
    position: absolute;
    height: 15px;
    width: 100%;
    background: #e5ec7b;
    top: 14px;
    left: 0;
    display: block;
  }
  
  .guide-tab-mobile .accordion-item {border: 0;background: transparent;}
  
  .guide-tab-mobile .accordion-collapse {background: #efefef;}
  
  .guide-tab-mobile .accordion-body {
    font-size: 14px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .guide-tab-mobile .accordion-body ul {
    display: flex;
    overflow:auto;
  }
  
  .guide-tab-mobile .accordion-body ul li {
    padding: 0 0px 0 20px;
  }
  
  .guide-tab-mobile .accordion-body ul li img {
    max-width: 242px !important;
  }

  .guide-tab-mobile .accordion-body p {
    padding: 12px 0;
  }
  .guide-tab-mobile .accordion-button {
    margin: 1px 0;
    padding: 12px 10px;
  }
  .guide-tab-mobile .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #2fceba;
    box-shadow: none;
  }
  
  .guide-tab-mobile .accordion-button:not(.collapsed)::after {
    filter: invert(50%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(100%) contrast(100);
  }
  .guide-tab-mobile.accordion-body img {
    float: right;
  }

  
}

@media (max-width: 768px) {
	.pc {display: none !important;}
	.mobile {display: block !important;}

  .container, .container-md, .container-sm {
      max-width: 90%;
      padding: 0 16px;
  }
  
  .tip-img {
    border-radius: 8px;
    width: 110px;
    height: 110px;
  }
  .main-slide .main-down-btn {
    position: absolute;
    bottom: 39px;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0px);
    z-index: 2;
  }
  .edm-coupon-edit {
    padding: 47px 0 0 0;
    width: 100%;
    margin: 0 auto;
  }
  .main-slide .slideimg1 {
    background: url(../img/mainimg-slide2-m.jpg) no-repeat; background-size: cover;background-position: center bottom;
  }
  .main-slide .slideimg2 {
    background: url(../img/mainimg-slide3-m.jpg) no-repeat; background-size: cover;background-position: center bottom;
  }
  .main-slide .slideimg3 {
    background: url(../img/mainimg-slide1-m.jpg) no-repeat; background-size: cover;background-position: center bottom;
  }
  
}


@media (max-width: 576px) {
	.pc {display: none !important;}
	.mobile {display: block !important;}
  .mobile-360  {display: none !important;}
  .mobile-360-block  {display: block !important;}

  .modal {padding: 0;}
  /* .modal.show .modal-dialog {
      transform: translate(0, -82px);
  } */
  .modal.show .modal-dialog {
    transform: translate(0, 0px);
  }
  button.close {
    display: none;
    font-size: 20px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -43px;
    z-index: 10;
}
  .container, .container-sm, .container-lg {
    max-width: 100%;
    padding: 0 16px;
  }
  .navbar {height: 63px;}
  .navbar-brand .logo {margin: 0 0 0 7px;width: 134px;height: 24px;}

  .main-img-text {
    right: 0;top: 0;
    transform: translate(0 , 105px);
    min-width: 100%;
    text-align: center;
  }
  .main-slide {width: 100%;height: 96vh;min-height: 502px;}
  .main-slide .slideimg1 {height: 96vh;min-height: 100%;background-position: center bottom;}
  .main-slide .slideimg2 {height: 96vh;min-height: 100%;background-position: center bottom;}
  .main-slide .slideimg3 {height: 96vh;min-height: 100%;background-position: center bottom;}

  .slideimg3 .main-img-text h1, 
  .slideimg2 .main-img-text h1, 
  .slideimg1 .main-img-text h1 {text-shadow: none;line-height: 1.2;}


  .slideimg1 .main-img-text h1 {
    color: #222;
    font-size: 41px;
    text-align: center;
    letter-spacing: -2px;
  }
  .slideimg2 .main-img-text h1 {
    font-size: 41px;
    text-align: center;
    color: #222;
  }
  .slideimg3 .main-img-text h1 {
    font-size: 41px;
    text-align: center;
    color: #222;
  }
  .main-img-text .youtube-view {
    background: #ed2024;
    border: 0;
    border-radius: 12px;
    color: #fff;
    padding: 4px 17px 4px 17px;
    font-size: 14px !important;
    line-height: 1.3;
    margin: 10px 0 0 0;
    display: none;
  }
  .main-img-text .youtube-view i {font-size: 24px;}
  .main-img-text .youtube-view i::before {vertical-align: -6px;margin-left: 3px;}

  .about {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    background-position: 0 -239px;
  }
  

  .text-form {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 24px 0 0 0px!important;
    font-size: 13px !important;
    z-index: 2;
}
  .phone-frame1 {
    padding: 0;
    height: 387px;
  }
  .phone-frame1 .col {
    position: absolute;
    width: 100%;
    top: 0;
    /* order: -1; */
  }

  .phone-frame1 .phone {
    position: absolute;
    left: 0;
    top: 168px;
    width: 131px;
    height: 241px;
    background: none;
    padding: 0;
    margin: 0 auto;
}
  .cloud-left {
    position: absolute;
    top: 22px;
    left: -15px;
    z-index: 2;
  }
  img.cloud {
    width: 59px;
    display: none;
  }
  .phone-frame1 .text-form h1 {
    top: 0;
    left: 0;
    font-size: 25px;
    position: relative;
    margin-bottom: 12px !important;
    color: #ffffff;
    font-weight: 100;
    text-align: right;
  }
  .phone-frame1 .text-form .h1-tlt {
    top: 0;
    left: 0;
    font-size: 15px;
    position: relative;
    margin-bottom: 12px !important;
    color: #ffffff;
    font-weight: 100;
    text-align: right;
  }


  .phone-frame1 .text-form h1 span {
    color: #ffffff;
  }
  .phone-frame1 .text-form h3 {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
  }
  .phone-frame1 .text-form  .in-text {
    line-height: 1.3;
    color: #fff;
    width: 48%;
    position: absolute;
    right: 7px;
    margin-top: 69px;
    text-align: right;
    font-size: 13px;
}

  .phone-frame1 .phone .owl-carousel {
    height: 100%;
    width: 100%;
    border-radius: 16px ;
    overflow: hidden;
  }
  .phone-frame2 {
    margin: 24px 0 0 0;
    padding-top: 22px;
    height: 228px;
}
  .phone-frame2 .text-form {
    position: absolute;
    padding: 13px 30px 0 0 !important;
    left: 0;
  }
  .phone-frame2 .right {
    width: 105px;
    margin-top: -4px;
}
  .phone-frame2 .text-form  h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
  }
  .phone-frame2 .text-form  .in-text {
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
  }
  .phone-frame2 .deco-img {
    position: absolute;
    bottom: 17px;
    right: 34px;
    width: 101px;
}

.phone-frame3 {
  margin: 24px 0 0 0;
  border-top: 1px solid #d7d7d7;
  padding-top: 22px;
}
.phone-frame3 .col.right {
  order: -1!important;
  width: 25% !important;
  min-width: 90px;
  flex: inherit;
}
.phone-frame3 .text-form {
  padding: 0px 0 0 19px !important;
}
.phone-frame3 .text-form  h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 100;
  text-align: left;
}
.phone-frame3 .text-form .in-text {
  font-size: 13px;
  text-align: left;
  margin-top: 15px;
}

.phone-frame4 {
  margin: 24px 0 0 0;
  border-top: 1px solid #d7d7d7;
  padding-top: 22px;
}

.phone-frame4 .text-form {
  padding: 13px 14px 0 0 !important;
}
.phone-frame4 .text-form  h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 100;
  text-align: right;
}
.phone-frame4 .text-form  .in-text {
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
}
.phone-frame4 .right {
  width: 25%;
  min-width: 100px;
}
.phone-frame4 .phone-mam-img {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 2;
}
.phone-frame4 .deco-img {
  position: absolute;
  bottom: 62px;
  right: 60px;
  z-index: 1;
}


  .tip {
    width: 100%;
    margin-top: 32px  !important;
  }
  .contact {
    width: 100% !important;
  }
  .agree {
    font-size: 13px;
  }
  .tip-img {
    border-radius: 8px;
    width: 83px;
    height: 83px;
  }
  .tip-info h2 {
    font-size: 15px;
    font-weight: 400;
  }
  .tip-info p {
    padding-top: 12px;
    line-height: 1.3;
    font-size: 12px;
    opacity: 75%;
  }
  .tip-info {
    font-size: 14px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 17px;
  }
  .btn-tip {
    padding: 5px 10px 5px 10px;
  }
  .btn-tip i {
    display: none;
  }

  .down-btn.mobile {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .ios-logo {width: 120px;}

  .back-to-top {
    line-height: 33px;
    overflow: hidden;
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 8px;
    right: 8px;
    color: #fff;
    text-align: center;
    font-size: 39px;
    background: #00c4c4;
    border-radius: 50%;
    box-shadow: 0 6px 13px 0 rgb(0 0 0 / 18%);
  }

  .footer-menu a {font-size: 12px;padding-right: 19px;}
  .footer-menu button  {font-size: 12px;}
  .sns-menu a {padding-right: 16px;}
  .footer .down-btn {
    display: flex;
    height: 100%;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 12px;
  }

  .gradecheck-modal .modal-body { min-height: 550px;}
  .calculator-modal .modal-body {min-height: 550px;}
}
  