@font-face {
  font-family: "Montserrat-Thin";
  font-style: normal;
  font-weight: 100;
  src: local("Mont Serrat Thin"), local("Montserrat-Thin"),
    url(../fonts/Montserrat-Thin.eot);
  src: url(../fonts/Montserrat-Thin.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Montserrat-Thin.woff2) format("woff2"),
    url(../fonts/Montserrat-Thin.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 300;
  src: local("Mont Serrat Regular"), local("Montserrat-Regular"),
    url(../fonts/Montserrat-Regular.eot);
  src: url(fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Mont Serrat Bold"), local("Montserrat-Bold"),
    url(../fonts/Montserrat-Bold.eot);
  src: url(fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Montserrat-Bold.woff2) format("woff2"),
    url(../fonts/Montserrat-Bold.woff) format("woff");
}

html {
  scroll-behavior: smooth;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

/* Style the links inside the sidenav */
#mySideNav-xs a {
  padding: 5px; /* 15px padding */
  width: 25px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 15px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  position: fixed;
}

#mySideNav a {
  padding: 10px; /* 15px padding */
  width: 30px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 15px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  position: fixed;
}

/* The about link: 20px from the top with a green background */
#rentalOption {
  top: 170px;
  width: 200px;
  background-color: #145b56;
}

#infoInput {
  top: 290px;
  background-color: #145b56;
}

a.menu_links {
  cursor: pointer;
}

body {
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
  font-size: 15px;
  color: #000;
}
h3,
h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 10px;
  font-size: 20px;
  color: #111;
}
/* .container {
    padding: 80px 120px;
} */
.person {
  border: 10px solid transparent;
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
  opacity: 0.7;
}
.person:hover {
  border-color: #f1f1f1;
}
.carousel-inner img {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%); /* make all photos black and white */
  width: 100%; /* Set width to 100% */
  margin: auto;
}
.carousel-caption h3 {
  color: #fff !important;
}
#Modal_Video .modal-header {
  padding: 10px;
}
#Modal_Video .modal-dialog {
  width: 60%;
  margin: 90px auto;
}
#Modal_Video .modal-body {
  height: auto;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail p {
  margin-top: 15px;
  color: #555;
}
.btn {
  padding: 10px 20px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 0;
  transition: 0.2s;
}
.btn:hover,
.btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}
.modal-header,
h4,
.close {
  background-color: #434747;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}
.modal-header,
.modal-body {
  background-color: #434747;
  padding: 40px 50px;
  border-bottom: 0;
  text-align: center;
}
#myModal {
  opacity: 0.9;
}
.modal-body {
  height: calc(100vh - 208px);
}
.nav-tabs li a {
  color: #777;
}

.navbar {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  padding: 19px 0 11px 0;
}
.navbar li a,
.navbar .navbar-brand {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.navbar li:hover {
  color: #03625e;
}

.navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
.navbar-default .navbar-nav > .active > a {
  color: #03625e;
  background: none;
}

.navbar .navbar-brand {
  width: 224px;
  height: 60px;
  background: url(../img/wlogo.png);
  background-repeat: no-repeat;
  background-size: 224px 60px;
  border: none;
}
.btn_subscribe {
  float: right;
  width: 124px;
  height: 44px;
  border-radius: 4px;
  background-color: #03625e;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 5px 0 0 74px;
}
.btn_subscribe:after {
  clear: both;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.btn_video2 {
  width: 120px;
  height: 30px;
  padding-top: 7px;
  border-radius: 4px;
  background-color: #03625e;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 1px solid #03625e;
}

a {
  text-decoration: none !important;
}

#pre_indieGoGo {
  background: url("../img/main/indie_main.jpg") center center/cover;
  padding-top: 253px;
  height: 90vh;
}
.visible-xs-block {
  position: relative;
}
.visible-xs-block p {
  padding: 20px;
  font-size: 17px;
  position: relative;
  top: -135px;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.xs-span {
  font-family: Montserrat-Thin, NotoSansCJKkr-Thin;
  color: white;
}
.xs-span-bold {
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
  color: white;
}
.xs-indie-btn {
  position: relative;
  top: -5vh;
  max-width: 280px;
  height: auto;
}

.visible-sm-block p {
  padding: 20px;
  font-size: 35px;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.sm-span {
  font-family: Montserrat-Thin, NotoSansCJKkr-Thin;
  font-size: 30px;
  color: white;
}
.sm-span-bold {
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
  color: white;
}
.sm-indie-btn {
  position: relative;
  top: 15vh;
  height: auto;
}

.visible-md-block p {
  padding: 20px;
  font-size: 50px;
  position: relative;
  top: 50px;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.md-span {
  font-family: Montserrat-Thin, NotoSansCJKkr-Thin;
  color: white;
}
.md-span-bold {
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
  color: white;
}
.md-indie-btn {
  position: relative;
  top: 15vh;
  max-width: 460px;
  height: auto;
}

.visible-lg-block p {
  position: relative;
  top: -50px;
  padding: 20px;
  font-size: 40px;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.lg-span {
  font-family: Montserrat-Thin, NotoSansCJKkr-Thin;
  color: white;
}
.lg-span-bold {
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
  color: white;
}
.lg-indie-btn {
  position: relative;
  top: 15vh;
  max-width: 400px;
  height: auto;
}

#main1 {
  background: url(../img/main/main1.png) no-repeat right center/cover;
  padding-top: 253px;
}
.play_box {
  margin-top: 53px;
  margin-bottom: 140px;
}

.play_box span {
  color: white;
  position: relative;
  top: -26px;
  left: 20px;
  font-size: 20px;
}
.play_box span:hover {
  cursor: pointer;
}

.play_box a {
  text-decoration: none !important;
}

h1 {
  font-family: Montserrat-Thin, NotoSansCJKkr-Thin;
  font-size: 45px;
  color: #fff;
  margin: 100px auto;
}

h1 .bold {
  font-size: 42px;
  font-family: Montserrat-Regular, NotoSansCJKkr-Regular;
}
.btn_video {
  background: url(../img/wplay.png) no-repeat 0 0 / cover;
  width: 66px;
  height: 66px;
  border: none;
}

.wrapper {
  padding: 117px 0;
}
#main2 {
  background: url(../img/main/main2.png) no-repeat 0 0 / cover;
}
#main2 .text_box {
  background: white;
  max-width: 509px;
  padding: 51px 31px;
  margin: 100px auto;
}
#main2 .text_box hr {
  width: 133px;
  color: #979797;
  margin-left: 0;
}

#main3 {
  background: url(../img/main/main3.png) no-repeat right center/cover;
}
#main3 h4 {
  font-family: Montserrat-Bold, NotoSansCJKkr-Bold;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #ffffff;
  background: none;
}
#main3 ul {
  list-style-type: none;
  padding-left: 0;
}
#main3 li {
  line-height: 50px;
}
#main3 li a {
  font-family: Montserrat-Bold, NotoSansCJKkr-Bold;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
}
#main4 {
  width: 100%;
  height: 248px;
  background-color: #dcedef;
  text-align: center;
}
/* #main4 .container {
  padding-top: 59px;
} */
#main4 p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #30a19c;
  margin-top: 59px;
  margin-bottom: 30px;
}
#main4 .my_search_input_group {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
#main4 .input-group-btn {
  position: absolute;
  top: 5px;
  right: 176px;
}
#main4 .input-group-btn button {
  width: 180px;
  height: 65px;
  border-radius: 4px;
  background-color: #03625e;
  z-index: 1;
}
#main4 .input-group-btn button:hover {
  background: white;
}
#main4 .my_input {
  width: 100%;
  z-index: 0;
  height: 75px;
  border-radius: 4px;
  background-color: #f1f5f7;
  padding: 12px 222px 12px 42px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.19;
  letter-spacing: normal;
  color: #61788e;
}

#myModal p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#myModal .my_search_input_group {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
#myModal .input-group-btn {
  position: absolute;
  top: 5px;
  right: 95px;
}
#myModal .input-group-btn button {
  width: 100px;
  height: 47px;
  border-radius: 4px;
  background-color: #03625e;
  z-index: 1;
}
#myModal .input-group-btn button:hover {
  background: white;
}
#myModal .my_input {
  width: 100%;
  z-index: 0;
  height: 57px;
  border-radius: 4px;
  background-color: #f1f5f7;
  padding: 12px 222px 12px 42px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.19;
  letter-spacing: normal;
  color: #61788e;
}

#rentalApply p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#rentalApply .my_search_input_group {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
#rentalApply .input-group-btn {
  position: absolute;
  top: 5px;
  right: 95px;
}
#rentalApply .input-group-btn button {
  width: 100px;
  height: 47px;
  border-radius: 4px;
  background-color: #03625e;
  z-index: 1;
}
#rentalApply .input-group-btn button:hover {
  background: white;
}
#rentalApply .my_input {
  width: 100%;
  z-index: 0;
  height: 57px;
  border-radius: 4px;
  background-color: #f1f5f7;
  padding: 12px 222px 12px 42px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.19;
  letter-spacing: normal;
  color: #61788e;
}

#Modal_Video .modal-body {
  padding: 0;
}

#design1 {
  background: url(../img/design/design1.png) no-repeat center center/cover;
  margin-top: 90px;
  text-align: center;
  padding: 50px 0;
}

.mid_panel {
  background: #000;
  padding: 51px;
  text-align: center;
}
.mid_panel h4 {
  background: none;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: normal;
  color: #ffffff;
}

.mid_panel p {
  max-width: 888px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 auto;
}

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

.rect_wrapper {
  padding: 0;
  height: 50vw;
}

.bg_img {
  width: 100%;
  height: 50vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.rect_img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner_wrapper {
  padding: 120px;
}

.inner_wrapper h3 {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.96;
  letter-spacing: normal;
}
.inner_wrapper p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  margin-top: 30px;
}
.bg-grey {
  background: #7a7a7a;
}
.bg-dark {
  background: #4c4c4c;
}

.bg-darkgrey {
  background: #5b5b5b;
}
.bg-d3d3d3 {
  background: #d3d3d3;
}
.font-white {
  color: white !important;
}
.font-dart {
  color: black !important;
}
#design4 img {
  width: 90%;
}
#design4 .rect_wrapper {
  height: 50vw;
}
@media screen and (max-width: 1300px) {
  #design4 .rect_wrapper {
    height: 60vw;
  }
}
#design5 .rect_wrapper:nth-child(1) {
  height: 45vw;
  padding: 2.5vw 0 0 80px;
  background: #e5e5e5;
}
#design5 .rect_wrapper:nth-child(2) {
  height: 45vw;
  background: #e5e5e5;
}

#design6 .rect_wrapper:nth-child(1) {
  height: 50vw;
  position: relative;
  background: url(../img/design/design7.png) no-repeat center center/cover;
}
#design6 .rect_wrapper:nth-child(2) {
  height: 50vw;
  position: relative;
  background: url(../img/design/design8.png) no-repeat center center/cover;
}

#litterbox1 {
  background: url(../img/litterbox/litterbox1.png) no-repeat center center/cover;
  margin-top: 90px;
  text-align: left;
  padding: 50px 0;
}

#litterbox2 {
  background: url(../img/litterbox/litterbox2.png) no-repeat center center/cover;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  display: inline-block;
}
.float {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.margin_0 {
  margin: 0;
}
#litterbox2 .rect_wrapper {
  height: 70vw;
}
#litterbox3 .rect_wrapper {
  height: auto;
}
#litterbox3 p {
  margin-top: 120px;
}

#comfort1 {
  background: url(../img/comfort/comfort1.png) no-repeat center top/cover;
  margin-top: 90px;
  text-align: left;
  padding: 50px 0;
}
#litterbox1 h1,
#comfort1 h1,
#rental1 h1,
#about1 h1 {
  color: #000;
}
#comfort2 .rect_wrapper:nth-child(2) {
  height: 50vw;
  position: relative;
  background: url(../img/comfort/comfort3.jpg) no-repeat center center/cover;
  /* padding-top: 100px; */
}

#purrsong1 {
  background: url(../img/purrsong/purrsong1.png) no-repeat center center/cover;
  margin-top: 90px;
  text-align: left;
  padding: 50px 0;
}

.mid_panel img {
  width: 355px;
}
#purrsong2 .rect_wrapper:nth-child(1) {
  height: 50vw;
  position: relative;
  background: url(../img/purrsong/purrsong3.png) no-repeat center center/cover;
  padding-top: 100px;
}

.ab_bottom {
  width: 70%;
  position: absolute;
  bottom: 100px;
}
#purrsong2 .rect_wrapper:nth-child(1) .inner_wrapper,
#purrsong3 .rect_wrapper:nth-child(1) .inner_wrapper {
  padding-top: 20px;
}
#purrsong3 .rect_wrapper:nth-child(1) {
  height: 50vw;
  position: relative;
  background: url(../img/purrsong/purrsong5_en.jpg) no-repeat left center/cover;
  padding-top: 100px;
}

#purrsong2 .bubble {
  width: 267px; 
  height: 97px;
  background: url(../img/purrsong/purrsong_push.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20%;
  margin-left: 20%;
  border-radius: 12px;
}

#purrsong2 .alert-wrapper {
  margin-top: 20%;
}

#purrsong2 .bubble .chat {
  width: 100%;
  padding: 15px;
}

#purrsong2 .bubble .chat h4 {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  /* color: #30a19c !important; */
  color: #4d4d4d !important;
  background-color: white;
  margin: 0;
}
#purrsong2 .bubble .chat p.float-right {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #4d4d4d;
  margin: 0;
}
#purrsong2 .bubble .chat p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
  margin: 5px 0;
}

#faq1 {
  background: url(../img/faq/faq1.png) no-repeat center center/cover;
  margin-top: 90px;
  text-align: left;
  padding: 50px 0;
}

#faq2 {
  background: url(../img/faq/faq2.png) no-repeat center center/cover;
  text-align: left;
  height: 535px;
}

#faq2 h3,
#faq3 h3 {
  margin-top: 0;
}
#faq2 .inner_wrapper,
#faq3 .inner_wrapper {
  padding: 90px 0 90px;
}
.list {
  border-top: 1px solid #fff;
  color: #fff;
  padding: 17px 0 11px;
}

.list2 {
  color: #818181;
  border-top: 1px solid #818181;
  padding: 18px 0 13px;
}

#faq3 .inner_wrapper p {
  margin: 0;
}

.marginCtr {
  margin-left: 10vw;
  margin-right: 10vw;
}

.section_align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rental1 {
  background: #ffffff;
}
/* 
#rental1 h2 {
  padding-top: 2vh;
  font-size: 25px;
}

#rental1 .grid {
  width: 80vw;
  background-color: white;
}

#rental1 .grid_item {
  display: inline-block; 
  padding: 0 10px 0 0;
  vertical-align: top;
} */

#rental2 {
  background: #ffffff;
}

#rental2 .grid {
  width: 70vw;
  background-color: white;
}

#rental2 .grid_item {
  display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
  vertical-align: top; /*밑에 4px 여백을 없에는것*/
}

#rental2 .grid_item h3 {
  font-size: 1vmax;
  letter-spacing: 0px;
}

#rental2 .grid_item .to_purrsongstore {
  align-content: space-around;
  display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
  vertical-align: top; /*밑에 4px 여백을 없에는것*/
}

#rental3 {
  background: #ffffff;
}

#rental3 h2 {
  padding-top: 2vh;
  font-size: 2vmax;
  letter-spacing: 0px;
}

#rental4 {
  background: #ffffff;
}

#rental4 h1 {
  color: #000000;
  font-weight: bold;
  font-size: 3vmax;
  text-align: left;
  padding: 0 0 0 0;
  margin: 15vmin 0 5vmin 0;
}

#rental4 h2 {
  font-size: 4vmin;
  letter-spacing: 0px;
}

.select-option {
  width: 70vw;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#rental4 .grid {
  width: 70vw;
  background-color: white;
}

#rental4 .grid_item {
  display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
  vertical-align: top; /*밑에 4px 여백을 없에는것*/
}

#rental5 {
  background: #ffffff;
}

#rental5 h2 {
  padding-top: 2vh;
  font-weight: bold;
  font-size: 2vmax;
  letter-spacing: 0px;
}

#rental5 .grid {
  width: 90vw;
  background-color: white;
}

#rental5 .grid_item {
  display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
  vertical-align: top; /*밑에 4px 여백을 없에는것*/
}

#rental5 button {
  width: 26vw;
  padding: 0 0 0 0;
  border-width: 1px;
  background-color: white;
  font-size: 1.2vmax;
  height: 4vmax;
}

#rental6 {
  background: #ffffff;
  padding-top: 30px;
}

#rental6 h2 {
  padding-top: 2vh;
  font-size: 4vmin;
  letter-spacing: 0px;
}

#rental6 .input-group-addon {
  color: #ffffff;
  background-color: #145b56;
}

#rental6 .grid {
  width: 78vw;
  background-color: white;
}
#rental6 .grid_item {
  display: inline-block; /*이부분에 성질을 inline-block로 바꿔줘서 가로배치를 해줬다.*/
  vertical-align: top; /*밑에 4px 여백을 없에는것*/
}

#rental6 input[type="checkbox"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

#about1 {
  background: url(../img/about/about1.png) no-repeat center center/cover;
  margin-top: 90px;
  text-align: left;
  padding: 50px 0;
}

#about2,
#about3 {
  background: #3d3d3d;
}

#about2 .inner_wrapper,
#about3 .inner_wrapper {
  padding: 90px 0 90px;
}
#about2 h3,
#about3 h3 {
  margin-top: 0;
}
#about2 .inner_wrapper p,
#about3 .inner_wrapper p {
  margin: 0;
}

.row.list {
  margin: 0;
}

footer {
  background-color: #2d2d30;
  padding: 32px 0;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #878787;
}

footer hr {
  border: 0.5px solid #878787;
}
footer p {
  color: #878787;
  margin-left: 32px;
}
.form-control {
  border-radius: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #Modal_Video .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }

  .navbar {
    padding: 20px 10px;
  }
  .navbar li a,
  .navbar .navbar-brand {
    font-size: 10px;
  }

  .nav > li > a {
    padding: 20px 5px;
  }
  .navbar-right {
    margin-right: 10px;
  }
  .navbar .navbar-brand {
    width: 140px;
    background-size: 140px;
    margin-top: 10px;
  }
  .btn_subscribe {
    margin: 5px 0;
    width: 100px;
  }

  .inner_wrapper {
    padding: 30px;
  }
  #design4 .rect_wrapper {
    height: 70vw;
  }

  #design4 img {
    width: 90%;
  }

  #litterbox2 .rect_wrapper {
    height: 90vw;
  }
  #comfort1 {
    background: url(../img/comfort/comfort1-1.png) no-repeat center center/cover;
    text-align: center;
  }

  #comfort1 {
    padding: 50px 0;
  }

  #comfort2 .rect_wrapper:nth-child(1),
  #comfort2 .rect_wrapper:nth-child(2),
  #comfort3 .rect_wrapper:nth-child(1),
  #comfort3 .rect_wrapper:nth-child(2) {
    height: 70vw;
  }

  #purrsong2 .rect_wrapper:nth-child(1),
  #purrsong2 .rect_wrapper:nth-child(2),
  #purrsong3 .rect_wrapper:nth-child(1),
  #purrsong3 .rect_wrapper:nth-child(2) {
    height: 70vw;
  }
  #purrsong2 .rect_wrapper:nth-child(1),
  #purrsong3 .rect_wrapper:nth-child(1) {
    padding-top: 15px;
  }
  #purrsong2 .rect_wrapper:nth-child(1) .inner_wrapper,
  #purrsong3 .rect_wrapper:nth-child(1) .inner_wrapper {
    padding-top: 15px;
  }
  #purrsong2 .bubble {
    margin: 120px auto;
  }
  #about2 .inner_wrapper,
  #about3 .inner_wrapper {
    padding: 70px 0 10px;
  }
}

@media screen and (max-width: 414px) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  .navbar li a,
  .navbar .navbar-brand {
    font-size: 20px;
  }
  #Modal_Video .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }

  h1 {
    font-size: 34px;
    text-align: center;
    padding: 0 30px;
  }
  #main1 {
    padding-top: 240px;
  }
  #main1 h1 {
    text-align: left;
    margin: 50px auto;
  }
  #main1 h1 .bold {
    font-size: 32px;
    margin-top: 10px;
  }
  .play_box {
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .play_box span {
    font-size: 18px;
  }
  #litterbox1 {
    background: url(../img/litterbox/litterbox1.png) no-repeat right
      center/cover;
    margin-top: 90px;
    text-align: left;
  }

  #litterbox1 h1,
  #comfort1 h1 {
    color: #fff;
  }
  #faq1 h1,
  #rental1 h1,
  #about1 h1 {
    color: #000;
  }

  .navbar {
    padding: 20px 10px;
  }

  #main2 .text_box {
    margin: 38px 33px;
  }

  .wrapper {
    padding: 60px 0;
  }

  .btn_subscribe {
    margin: 5px 0;
    float: none;
    position: absolute;
    top: 20px;
    left: 46%;
    width: 100px;
  }
  #main3 h4 {
    text-align: left;
  }
  #main4 p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #30a19c;
  }
  #main4 .my_input {
    height: 65px;
    padding: 10px 122px 10px 10px;
  }
  #main4 .input-group-btn {
    right: 111px;
  }
  #main4 .input-group-btn button {
    width: 110px;
    height: 56px;
  }

  .mid_panel {
    padding-top: 30px;
  }
  .mid_panel h4 {
    font-size: 20px;
  }
  .mid_panel p {
    font-size: 16px;
  }

  .rect_wrapper,
  #design4 .rect_wrapper {
    height: auto;
  }
  .bg_img {
    height: 100vw;
  }

  .inner_wrapper {
    padding: 30px;
  }

  .rect_wrapper h3 {
    font-size: 24px;
  }

  #design4 img {
    width: 100%;
  }
  #design5 .rect_wrapper:nth-child(1),
  #design5 .rect_wrapper:nth-child(2) {
    height: auto;
    margin-top: -10px;
    padding: 40px 0;
  }
  #design6 .rect_wrapper:nth-child(1),
  #design6 .rect_wrapper:nth-child(2) {
    height: auto;
    margin-top: -10px;
    padding: 40px 0;
  }
  #litterbox1 {
    width: 100%;
    background: url(../img/litterbox/litterbox1-1.png) no-repeat right
      center/cover;
  }

  #litterbox2 .rect_wrapper {
    height: auto;
  }
  #litterbox2 h3 {
    margin: 0;
  }
  #litterbox3 p {
    margin-top: 0;
  }
  #comfort1 {
    background: url(../img/comfort/comfort1-1.png) no-repeat center center/cover;
    margin-top: 90px;
    text-align: center;
  }

  #comfort2 .rect_wrapper:nth-child(2) {
    height: auto;
  }
  #comfort2 .rect_wrapper:nth-child(1),
  #comfort2 .rect_wrapper:nth-child(2),
  #comfort3 .rect_wrapper:nth-child(1),
  #comfort3 .rect_wrapper:nth-child(2) {
    height: auto;
  }

  #comfort2 .rect_wrapper:nth-child(2) {
    padding-top: 0;
  }
  .ab_bottom {
    width: 85%;
    bottom: 50px;
  }
  #purrsong1 {
    width: 100%;
    background: url(../img/purrsong/purrsong1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #purrsong2 .bubble {
    margin: 100px auto;
  }
  #purrsong2 .rect_wrapper:nth-child(1) {
    height: 120vw;
  }
  #purrsong3 .rect_wrapper:nth-child(1) {
    height: 80vw;
  }
  #purrsong2 .rect_wrapper:nth-child(2),
  #purrsong3 .rect_wrapper:nth-child(2) {
    height: auto;
  }

  #faq2 .inner_wrapper:nth-child(1) {
    padding: 30px 0;
  }
  #faq2 .inner_wrapper:nth-child(1) h3 {
    margin: 0;
  }

  #faq3 .inner_wrapper:nth-child(1) {
    padding: 30px 0;
  }
  #faq3 .inner_wrapper:nth-child(1) h3 {
    margin: 0;
  }

  #about1 {
    background: url(../img/about/about1-1.png) no-repeat center center/cover;
    margin-top: 90px;
    text-align: left;
    padding: 50px 0;
  }

  #about2 .inner_wrapper,
  #about3 .inner_wrapper {
    padding: 60px 0 0;
  }
  .modal-header,
  .modal-body {
    padding: 40px 10px;
  }
  #myModal .my_input {
    padding: 10px 112px 10px 10px;
  }
  #myModal .input-group-btn {
    right: 100px;
  }
  #myModal p {
    font-size: 16px;
  }
  .modal-body {
    height: calc(100vh - 128px);
  }
  #rentalApply .my_input {
    padding: 10px 112px 10px 10px;
  }
  #rentalApply .input-group-btn {
    right: 100px;
  }
  #rentalApply p {
    font-size: 16px;
  }
  .modal-body {
    height: calc(100vh - 128px);
  }
}
