@charset "UTF-8";
input,
textarea {
  -webkit-appearance: none;
}

@media all and (max-width: 320px) {
  #storagebox_use {
    position: relative;
    height: 466px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 50%;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 5%;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 30px 0;
    width: 100%;
  }
  #storagebox_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 90%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 90%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_use {
    position: relative;
    height: 466px;
  }
  #rent_use .container {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 50%;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    width: 100%;
    padding: 80px 0;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 30px 0;
    width: 100%;
  }
  #rent_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 90%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 90%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #index01 {
    position: relative;
    height: 80vh;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 80vh;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
    background-position-x: -400px;
  }
  #index01 .container .index-info {
    padding: 80px 5%;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 0;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 60px 0;
  }
  fieldset {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    border-radius: 16px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    padding-top: 80px;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 90%;
    height: 450px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 30px;
  }
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 15px;
  }
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 90%;
    height: 409px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 230px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 0;
    bottom: 236px;
    text-align: center;
    z-index: 1;
  }
  #service_section02 .box-wrapper .download-wrapper img {
    width: 40%;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section03 .shop_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 30px;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 0;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 100%;
    height: 70%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 301px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
    padding : 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    float: right;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #69e781;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    margin-top: 15px;
  }
  #nav_top1 .gnb_top li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    color: #8e8e8e;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
    display: none;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #131316;
    border: 1px solid #69e781;
    line-height: 38px;
  }
  #nav_side1 {
    position: fixed;
    background: #161616;
    width: 100%;
    height: 200px;
    margin-top: 60px;
    z-index: 999999;
  }
  #nav_side1 .gnb {
    position: relative;
    width: 100%;
    height: 1025px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #nav_side1 .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side1 .gnb ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  #nav_side1 .gnb li {
    width: 100%;
    margin: 0 auto;
  }
  #nav_side1 p {
    width: 100%;
  }
  #nav_side1 .gnb li img {
    height: 60px;
  }
  #nav_side1 .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side1 .gnb ul li p:hover {
    color: #fff;
    background-color: #69e781;
  }
  #nav_side1 .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: #69e781;
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top .gnb_top {
    display: none;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 11px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 90%;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #525252;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 4px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Nanum Gothic", sans-serif;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  .box-wrapper.offline {
    height: 320px !important;
  }
}

@media all and (min-width: 321px) and (max-width: 400px) {
  #storagebox_use {
    position: relative;
    height: 466px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 50%;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 5%;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 30px 0;
    width: 100%;
  }
  #storagebox_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 90%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 90%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_use {
    position: relative;
    height: 466px;
  }
  #rent_use .container {
    position: fixed;
    background-image: url(../img/img_rent_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 50%;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    width: 100%;
    padding: 80px 0;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 30px 0;
    width: 100%;
  }
  #rent_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 90%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 90%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #index01 {
    position: relative;
    height: 80vh;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 80vh;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #index01 .container .index-info {
    padding: 80px 5%;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 0;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 60px 0;
  }
  fieldset {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    border-radius: 16px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    padding-top: 80px;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 90%;
    height: 450px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 30px;
  }
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 15px;
  }
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 90%;
    height: 409px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 230px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 0;
    bottom: 236px;
    text-align: center;
    z-index: 1;
  }
  #service_section02 .box-wrapper .download-wrapper img {
    width: 40%;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section03 .shop_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 30px;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 0;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 100%;
    height: 70%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 301px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
 	padding : 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    float: right;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #69e781;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    margin-top: 15px;
  }
  #nav_top1 .gnb_top li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    color: #8e8e8e;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
    display: none;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #131316;
    border: 1px solid #69e781;
    line-height: 38px;
  }
  #nav_side1 {
    position: fixed;
    background: #161616;
    width: 100%;
    height: 200px;
    margin-top: 60px;
    z-index: 999999;
  }
  #nav_side1 .gnb {
    position: relative;
    width: 100%;
    height: 1025px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #nav_side1 .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side1 .gnb ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  #nav_side1 .gnb li {
    width: 100%;
    margin: 0 auto;
  }
  #nav_side1 p {
    width: 100%;
  }
  #nav_side1 .gnb li img {
    height: 60px;
  }
  #nav_side1 .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side1 .gnb ul li p:hover {
    color: #fff;
    background-color: #69e781;
  }
  #nav_side1 .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: #69e781;
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top .gnb_top {
    display: none;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 11px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 90%;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #525252;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 4px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Nanum Gothic", sans-serif;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  .box-wrapper.offline {
    height: 320px !important;
  }
}

@media all and (min-width: 401px) and (max-width: 743px) {
  #storagebox_use {
    position: relative;
    height: 600px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 10px;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 60px 0;
    width: 100%;
  }
  #storagebox_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_use {
    position: relative;
    height: 600px;
  }
  #rent_use .container {
    position: fixed;
    background-image: url(../img/img_rent_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    padding: 80px 10px;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 60px 0;
    width: 100%;
  }
  #rent_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 11px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  #index01 {
    position: relative;
    height: 80vh;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 80vh;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #index01 .container .index-info {
    padding: 80px 10%;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 0;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 60px 0;
  }
  fieldset {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    border-radius: 16px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    padding-top: 80px;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 90%;
    height: 450px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 30px;
  }
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 15px;
  }
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 90%;
    height: 409px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 230px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 100%;
    height: 40px;
    right: 0;
    bottom: 236px;
    text-align: center;
    z-index: 1;
  }
  #service_section02 .box-wrapper .download-wrapper img {
    width: 40%;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin: 80px 0 30px 0;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #828282;
  }
  #service_section03 .shop_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 2.5%;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 100%;
    height: 70%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 301px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
  	padding: 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: cen;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background-color: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    float: right;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #69e781;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    margin-top: 15px;
  }
  #nav_top1 .gnb_top li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    color: #8e8e8e;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
    display: none;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #131316;
    border: 1px solid #69e781;
    line-height: 38px;
  }
  #nav_side1 {
    position: fixed;
    background: #161616;
    width: 100%;
    height: 200px;
    margin-top: 60px;
    z-index: 999999;
  }
  #nav_side1 .gnb {
    position: relative;
    width: 100%;
    height: 1025px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #nav_side1 .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side1 .gnb ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  #nav_side1 .gnb li {
    width: 100%;
    margin: 0 auto;
  }
  #nav_side1 p {
    width: 100%;
  }
  #nav_side1 .gnb li img {
    height: 60px;
  }
  #nav_side1 .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side1 .gnb ul li p:hover {
    color: #fff;
    background-color: #69e781;
  }
  #nav_side1 .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: #69e781;
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top .gnb_top {
    display: none;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 11px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 90%;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #525252;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 4px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Nanum Gothic", sans-serif;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 100%;
    right: 0;
    top: 230px;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 209px;
    border-radius: 16px 16px 0 0;
  }
  .box-wrapper.offline {
    height: 320px !important;
  }
}

@media all and (min-width: 744px) and (max-width: 768px) {
  #storagebox_use {
    position: relative;
    height: 600px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 80px;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 160px 0;
    width: 100%;
  }
  #storagebox_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #rent_use {
    position: relative;
    height: 600px;
  }
  #rent_use .container {
    position: fixed;
    background-image: url(../img/img_rent_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    padding: 80px 80px;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 160px 0;
    width: 100%;
  }
  #rent_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #index01 {
    position: relative;
    height: 80vh;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 80vh;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #index01 .container .index-info {
    padding: 80px 20px;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 900px;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 80px 0;
  }
  fieldset {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 49.2%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 49.2%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    margin-left: 1%;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 16px;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 90%;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 50%;
    right: 0;
    top: 70px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 50%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 100px;
    text-align: center;
  }
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 90%;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 50%;
    left: 0;
    top: 70px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 50%;
    height: 309px;
    border-radius: 0 16px 16px 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 100px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 50%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin: 80px 0 140px 0;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  #service_section03 .shop_bg {
    position: relative;
    background-image: url(../img/img_shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 468px;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 2.5%;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 32%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 301px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
 	padding: 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 19px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    width: 20%;
    right: 0;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background-color: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    float: right;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #69e781;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    margin-top: 15px;
  }
  #nav_top1 .gnb_top li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    color: #8e8e8e;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
    display: none;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #131316;
    border: 1px solid #69e781;
    line-height: 38px;
  }
  #nav_side1 {
    position: fixed;
    background: #161616;
    width: 100%;
    height: 200px;
    margin-top: 60px;
    z-index: 999999;
  }
  #nav_side1 .gnb {
    position: relative;
    width: 100%;
    height: 1025px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #nav_side1 .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side1 .gnb ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  #nav_side1 .gnb li {
    width: 100%;
    margin: 0 auto;
  }
  #nav_side1 p {
    width: 100%;
  }
  #nav_side1 .gnb li img {
    height: 60px;
  }
  #nav_side1 .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side1 .gnb ul li p:hover {
    color: #fff;
    background-color: #69e781;
  }
  #nav_side1 .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: #69e781;
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top .gnb_top {
    display: none;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 14px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    display: flex;
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
    display: flex;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 90%;
    margin-bottom: 100px;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #262626;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Nanum Gothic", sans-serif;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 32.8%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    border-left: 1px solid #525252;
    border-right: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 40%;
    right: 0;
    top: 30%;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 60%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  #storagebox_use {
    position: relative;
    height: 600px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 80px;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 160px 0;
    width: 100%;
  }
  #storagebox_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #rent_use {
    position: relative;
    height: 600px;
  }
  #rent_use .container {
    position: fixed;
    background-image: url(../img/img_rent_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    padding: 80px 80px;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 160px 0;
    width: 100%;
  }
  #rent_item-wrapper .use {
    width: 90%;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  #index01 {
    position: relative;
    height: 800px;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 800px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #index01 .container .index-info {
    padding: 80px 20px;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 900px;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 80px 0;
  }
  fieldset {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 49.2%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 49.2%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    /* 2025 01 08 백업 margin-left: 1%; */
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 16px;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 90%;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 50%;
    right: 0;
    top: 70px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 50%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 100px;
    text-align: center;
  }
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 90%;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 50%;
    left: 0;
    top: 70px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 50%;
    height: 309px;
    border-radius: 0 16px 16px 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 100px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 50%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin: 80px 0 140px 0;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  #service_section03 .shop_bg {
    position: relative;
    background-image: url(../img/img_shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 468px;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 2.5%;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 32%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 301px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
  	padding: 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 21px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    width: 20%;
    right: 0;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background-color: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    display: none;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #e9391c;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #index02 {
    display: none;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index-phone {
    position: absolute;
    height: 489px;
    bottom: 0;
    width: 40%;
  }
  .index-download {
    height: 70px;
    text-align: center;
    padding-top: 50px;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top {
    width: 100%;
    height: 60px;
    background-color: #69e781;
    position: fixed;
    z-index: 1200;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  #nav_top .gnb_top {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 14px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 700;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
    display: flex;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 90%;
    margin-bottom: 100px;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #262626;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-size: 18px;
    font-family: "Nanum Gothic", sans-serif;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 32.8%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    border-left: 1px solid #525252;
    border-right: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 40%;
    right: 0;
    top: 30%;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 60%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
}

@media all and (min-width: 1025px) {
  /* 최소 1024 ~ 최대 1920-------------------------------------*/
  #storagebox_use {
    position: relative;
    height: 600px;
  }
  #storagebox_use .container {
    position: fixed;
    background-image: url(../img/img_storagebox_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #storagebox_use .container .index-info {
    padding: 80px 140px;
  }
  #storagebox_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #storagebox_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  #storagebox_item-wrapper {
    background-color: white;
    padding: 160px 0;
  }
  #storagebox_item-wrapper .use {
    width: 940px;
    margin: 0 auto;
  }
  #storagebox_item-wrapper .use .item {
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }
  #storagebox_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #storagebox_item-wrapper .use .item01 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  #storagebox_item-wrapper .use .item01 .text h5 {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
  }
  #storagebox_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #storagebox_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #storagebox_item-wrapper .use .item02 .image img {
    width: 60%;
    border: 1px solid #cccccc;
  }
  #storagebox_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #storagebox_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
  #storagebox_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  #rent_use {
    position: relative;
    height: 600px;
  }
  #rent_use .container {
    position: fixed;
    background-image: url(../img/img_rent_use.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #rent_use .container.appliances {
    background-image: url(../img/img_rent_use_appliances.jpg);
  }
  #rent_use .container .index-info {
    padding: 80px 140px;
  }
  #rent_use .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #rent_use .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 30px;
  }
  #rent_item-wrapper {
    background-color: white;
    padding: 160px 0;
  }
  #rent_item-wrapper .use {
    width: 940px;
    margin: 0 auto;
  }
  #rent_item-wrapper .use .item {
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }
  #rent_item-wrapper .use .item01 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item01 .image {
    animation-duration: 1.5s;
    width: 50%;
  }
  #rent_item-wrapper .use .item01 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item01 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item01 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item01 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  #rent_item-wrapper .use .item01 .text h5 {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
  }
  #rent_item-wrapper .use .item02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid gray;
  }
  #rent_item-wrapper .use .item02 .image {
    animation-duration: 1.5s;
    width: 50%;
    text-align: right;
  }
  #rent_item-wrapper .use .item02 .image img {
    width: 60%;
  }
  #rent_item-wrapper .use .item02 .text {
    animation-duration: 2.5s;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rent_item-wrapper .use .item02 .text h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
  #rent_item-wrapper .use .item02 .text h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 20px;
  }
  #index01 {
    position: relative;
    height: 800px;
  }
  #index01 .container {
    position: fixed;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    width: 100%;
    height: 800px;
    padding-top: 60px;
    background-position: center;
    z-index: -1;
  }
  #index01 .container .index-info {
    padding: 80px 140px;
  }
  #index01 .container h1 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
  }
  #index01 .container h2 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 10px;
  }
  .section {
    padding-top: 900px;
    background: #f5f5f5;
  }
  /*contact*/
  #contact {
    padding: 80px 0 0 0;
    background: #f5f5f5;
  }
  #contact .content_title {
    width: 100%;
    text-align: center;
  }
  #contact .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #contact .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  .contact-text {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    text-align: right;
    font-family: "Nanum Gothic", sans-serif;
    color: #5c5c5c;
    font-size: 14px;
  }
  form {
    padding: 80px 0;
  }
  fieldset {
    width: 940px;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
  }
  form input[type="text_01"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 464px;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="tel"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 464px;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 0 0 20px;
    margin-top: 10px;
    /* margin-left: 8px; */
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="email"],
  form input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 940px;
    height: 50px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #525252;
    padding: 0 0 0 20px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form input[type="text"]:focus,
  form input[type="text_01"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus {
    border: 1px solid #69e781;
  }
  #contact ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #contact li {
    float: left;
    margin-top: 22px;
  }
  form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 940px;
    height: 192px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5c5c5c;
    padding: 20px 0 0 20px;
    margin-top: 10px;
    outline: none;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
  }
  form textarea:focus {
    border: 1px solid #69e781;
    box-shadow: none;
  }
  .btn_send {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn_send:hover {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    margin-top: 20px;
  }
  .btn-primary {
    display: inline-block;
    color: #575757;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
  }
  .btn {
    width: 100%;
    height: 50px;
    background-color: #69e781;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 16px;
  }
  .btn:hover {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #4daf5f;
    border-radius: 16px;
  }
  .btn-lg {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
  }
  #service_section01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section01 .content_title {
    text-align: center;
  }
  #service_section01 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #service_section01 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  #service_section01 .box-wrapper {
    position: relative;
    width: 940px;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section01 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section01 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section01 .box-wrapper .title {
    position: absolute;
    width: 40%;
    right: 0;
    top: 70px;
  }
  #service_section01 .box-wrapper .rent-img {
    background-image: url(../img/img_rent.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 60%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
  #service_section01 .box-wrapper .button-wrapper {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 100px;
    text-align: center;
  }
  
  #service_section01 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  
  #service_section02 .box-wrapper .button-wrapper.bottom {
    bottom: 60px;
  }
  
  #service_section02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section02 .content_title {
    text-align: center;
  }
  #service_section02 .content_title .main {
    font-size: 20px;
    color: #525252;
  }
  #service_section02 .content_title .sub {
    font-size: 16px;
    padding-top: 10px;
    color: #525252;
  }
  #service_section02 .box-wrapper {
    position: relative;
    width: 940px;
    height: 309px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    background-color: white;
    border-radius: 16px;
  }
  #service_section02 .box-wrapper h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section02 .box-wrapper h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  #service_section02 .box-wrapper .title {
    position: absolute;
    width: 40%;
    left: 0;
    top: 70px;
  }
  #service_section02 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    width: 60%;
    height: 309px;
    border-radius: 0 16px 16px 0;
  }
  #service_section02 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section02 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section02 .box-wrapper .button-wrapper {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 100px;
    text-align: center;
  }
  #service_section02 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  #service_section03 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
  }
  #service_section03 .content_title {
    width: 100%;
    text-align: center;
    margin: 80px 0 140px 0;
  }
  #service_section03 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
  }
  #service_section03 .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  #service_section03 .shop_bg {
    position: relative;
    background-image: url(../img/img_shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 468px;
  }
  #service_section03 .shop-wrapper {
    display: flex;
    width: 940px;
    justify-content: space-between;
    margin: 0 auto;
  }
  #service_section03 .shop-wrapper.top {
    margin-top: 2.5%;
  }
  #service_section03 .box-wrapper {
    position: relative;
    width: 288px;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  #service_section03 .box-wrapper .dim {
    width: 100%;
    height: 309px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service_section03 .box-wrapper .dim h3 {
    font-size: 28px;
    color: white;
  }
  #service_section03 .box-wrapper .shop-img_item01 {
    background-image: url(../img/img_shop_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item02 {
    background-image: url(../img/img_shop_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_item03 {
    background-image: url(../img/img_shop_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item01 {
    background-image: url(../img/img_shop_appliances_item_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item02 {
    background-image: url(../img/img_shop_appliances_item_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item03 {
    background-image: url(../img/img_shop_appliances_item_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .shop-img_appliances_item04 {
    background-image: url(../img/img_shop_appliances_item_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
    border-radius: 16px 16px 0 0;
    background-position: center;
  }
  #service_section03 .box-wrapper .info-wrapper {
    position: relative;
    height: 70px;
    background-color: white;
  }
  #service_section03 .box-wrapper .info-wrapper.appliances {
    height: 70px;
  }
  #service_section03 .box-wrapper .total-price {
    background-color: #2c2c2c;
    padding: 10px;
    border-radius: 0 0 16px 16px;
  }
  #service_section03 .box-wrapper .total-price h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #b9b9b9;
    text-align: center;
  }
  #service_section03 .box-wrapper .total-price h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 10px;
  }
  #service_section03 .box-wrapper .product_info {
   	padding: 10px;
    left: 0;
    top: 10px;
    left: 10px;
  }
  #service_section03 .box-wrapper .product_info h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 21px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  #service_section03 .box-wrapper .product_info h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #282828;
    text-align: left;
    margin-top: 6px;
  }
  #service_section03 .box-wrapper .product_info strong {
    font-weight: 800;
  }
  #service_section03 .box-wrapper .product_info small {
    font-size: 12px;
    font-weight: 400;
  }
  #service_section03 .box-wrapper .product_info h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 6px;
    text-decoration: line-through;
  }
  #service_section03 .box-wrapper .storagebox-img {
    background-image: url(../img/img_storagebox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 154px;
  }
  #service_section03 .box-wrapper .storagebox-img h3 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: white;
    text-align: center;
  }
  #service_section03 .box-wrapper .storagebox-img h3::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: white;
  }
  #service_section03 .box-wrapper .button-wrapper {
    position: absolute;
    width: 20%;
    right: 0;
    top: 10px;
    text-align: center;
  }
  #service_section03 .box-wrapper .download-wrapper {
    position: absolute;
    width: 60%;
    height: 40px;
    right: 0;
    bottom: 80px;
    text-align: center;
    z-index: 1;
  }
  input[type="button"] {
    width: 40%;
    height: 40px;
    background-color: white;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.15s linear;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
  }
  input[type="button"].full {
    width: 80%;
    margin-bottom: 10px;
  }
  input[type="button"]:hover {
    background-color: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: white;
  }
  .content_title_banner .main {
    font-size: 110px;
  }
  .content_title_banner .sub {
    font-size: 20px;
    padding-top: 20px;
  }
  .content_title .sub1 {
    display: none;
  }
  #top1 img {
    display: none;
  }
  #top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
  }
  #rightmenu1 {
    display: none;
  }
  #rightmenu {
    display: none;
  }
  #navigation {
    display: none;
  }
  #nav_side {
    float: right;
    background: #161616;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb {
    position: relative;
    top: 40px;
    width: 250px;
    height: 1025px;
  }
  #nav_side .gnb:after {
    content: "";
    display: block;
    clear: both;
  }
  #nav_side p {
    width: 100%;
    margin-left: 31px;
  }
  #nav_side .gnb ul {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  #nav_side .gnb ul li p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 16px;
    color: #a4a4a4;
    line-height: 60px;
  }
  #nav_side .gnb ul li p:hover {
    color: #5d7100;
    background-color: #e9391c;
  }
  #nav_side .copy {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    margin-top: 30px;
  }
  #index02 {
    display: none;
  }
  .index-wrap {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 29%;
  }
  .index-scroll {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .index-phone {
    position: absolute;
    height: 489px;
    bottom: 0;
    width: 40%;
  }
  .index-download {
    height: 70px;
    text-align: center;
    padding-top: 50px;
  }
  .index_title {
    margin-top: 25%;
    margin-top: 36vh;
  }
  #index01 h3 {
    padding: 40px 0 0 0;
    text-align: left;
  }
  #index span,
  #index01 span,
  #index02 span,
  #index03 span,
  #index04 span {
    font-weight: 300;
    line-height: 30px;
    font-size: 45px;
    color: #b3e284;
  }
  #nav_top1 {
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #nav_top1 .gnb_top {
    position: relative;
    width: 940px;
    margin: 0 auto;
    display: table;
  }
  #nav_top1 .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top1 .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top1 .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top1 .gnb_top li:nth-child(3) {
    padding: 0 0 0 35px;
  }
  #nav_top1 .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top1 .gnb_top ul li p:hover {
    color: #fff;
    line-height: 60px;
  }
  #nav_top {
    width: 100%;
    height: 60px;
    background-color: #69e781;
    position: fixed;
    z-index: 1200;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  #nav_top .gnb_top {
    position: relative;
    width: 940px;
    margin: 0 auto;
    display: table;
  }
  #nav_top .gnb_top .logo {
    display: table-cell;
    vertical-align: middle;
  }
  #nav_top .gnb_top ul {
    position: relative;
    margin: 0 auto;
    height: 60px;
  }
  #nav_top .gnb_top li {
    float: right;
    padding: 0 35px;
  }
  #nav_top .gnb_top li:nth-child(2) {
    padding: 0 0 0 35px;
  }
  #nav_top .gnb_top li p {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    color: white;
  }
  #nav_top .gnb_top ul li p:hover {
    line-height: 60px;
  }
  #service {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
    background: #f9f9f9;
  }
  #service .content_title {
    width: 100%;
    text-align: center;
  }
  #service .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #525252;
  }
  #service .content_title .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    color: #282828;
  }
  #realfooter {
    height: 170px;
    text-align: center;
    background: #2c2c2c;
  }
  .foot {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
  }
  #realfooter ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
  #realfooter p {
    font-size: 14px;
    text-align: left;
    text-align: center;
    color: #e9e9e9;
    font-weight: 500;
  }
  .footer-info {
    width: 1170px;
    margin: 0 auto;
    height: 50px;
    display: table;
  }
  .footer-info > li {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #e9e9e9;
  }
  .icon-text {
    padding-top: 10px;
  }
  .icon-text .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 700;
  }
  .icon-text .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
  }
  #quick_mobile {
    display: none;
  }
  .contents-wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .contents-wrapper01 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0 0;
  }
  .icon-wapper01 {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    position: relative;
  }
  .icon-text01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon01 {
    display: inline-block;
    height: 110px;
    width: 110px;
  }
  .icon-text02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 15%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text03 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 37%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text04 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 23%;
    line-height: 20px;
    font-weight: 500;
  }
  .icon-text01-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text01-02 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .icon-text03-01 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #b37455;
    display: inline-block;
    position: absolute;
    left: 52px;
    top: 27%;
    font-weight: 500;
    line-height: 20px;
  }
  .tripeptide_section01 .content_title p.main {
    width: 577px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
    z-index: 22;
  }
  .tripeptide_section02 .content_title .main span {
    font-family: "Nanum Gothic", sans-serif;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -1px;
  }
  .title-background {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .title-background01 {
    position: absolute;
    top: -40px;
    right: 100px;
  }
  .text-box {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 80px;
    box-shadow: 10px 10px 0 rgba(208, 125, 83, 0.5);
    width: 90%;
  }
  .text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300;
  }
  .contents-wrapper02 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    text-align: center;
  }
  .contents-wrapper03 {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 286px 0 0 0;
    text-align: center;
  }
  .contents-text-box01 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box02 {
    margin: 0 auto;
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    width: 66%;
  }
  .contents-text-box01 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box02 p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 40px;
    font-weight: 300;
  }
  .contents-text-box01 p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box02 p strong {
    font-weight: 500;
    font-size: 3s0px;
  }
  .contents-text-box01 p span {
    font-size: 36px;
    color: #929292;
  }
  .contents-text-box p {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 30px;
    color: #4a4a4a;
    line-height: 30px;
  }
  .contents-text-box p strong {
    font-weight: 500;
    font-size: 30px;
  }
  .contents-text-box p span {
    font-size: 20px;
    color: #929292;
    font-weight: 300;
  }
  .contents-wrapper01 .line01 {
    padding: 0;
    text-align: center;
  }
  .contents-wrapper01 .line02 {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .contents-wrapper01 .line01-mo,
  .contents-wrapper01 .line02-mo,
  .contents-wrapper01 .line03-mo {
    display: none;
  }
  .line01 {
    padding: 0;
    text-align: center;
  }
  .modul01 {
    margin-top: 150px;
  }
  ul.contents-left {
    float: left;
    text-align: left;
    line-height: 120px;
    padding-left: 18%;
  }
  ul.contents-right {
    float: right;
    text-align: left;
    line-height: 120px;
    padding-right: 18%;
  }
  .modul01-text {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
  }
  .contents-image01 {
    height: 180px;
  }
  ul.food li p {
    font-size: 24px;
    color: #262626;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  ul.food li span {
    font-size: 60px;
    color: #afdee0;
    display: table-cell;
    font-weight: bold;
  }
  .product-list ul li p {
    font-size: 22px;
    color: #262626;
    font-weight: 300;
  }
  .product-list ul li strong {
    font-size: 26px;
    color: #262626;
    font-weight: 500;
  }
  .contents-title {
    background-image: url(../img/bg_contents_title.png);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center;
    height: 185px;
  }
  .contents-title p {
    font-size: 30px;
    color: #fff;
    line-height: 185px;
  }
  ul.food {
    margin: 100px 0;
  }
  ul.food li {
    text-align: left;
    display: table;
    padding: 20px 0;
  }
  .product-list {
    margin: 100px 0 0 0;
  }
  .contents-text-box03 {
    margin: 0 auto;
    background: #fff;
    padding: 140px 40px;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
  }
  .contents-text-box04 {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 140px 0;
    text-align: center;
    margin-top: 39px;
    box-shadow: 10px 10px 0 rgba(135, 135, 135, 0.5);
    margin-top: 340px;
  }
  .contents-text-box04 .content_title .main {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 60px;
    font-weight: 500;
  }
  #faq {
    background-color: #fff;
    padding: 80px 0;
  }
  #faq .content_title {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .accordion-wrapper {
    text-align: center;
    width: 940px;
    margin-bottom: 100px;
    display: table;
  }
  .accordion-wrapper li {
    margin: 10px 0;
  }
  .question {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0090ec;
    color: #fff;
  }
  .accordion {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    color: #262626;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0 20px 0 0;
    line-height: 40px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 1px 0;
    transition: all 0.25s linear;
    background-color: white;
    border-radius: 16px;
  }
  .accordion:after {
    content: "▼";
    color: #262626;
    float: right;
    margin-left: 5px;
  }
  .accordion.active {
    box-shadow: none;
    border-radius: 0;
    background-color: #525252;
  }
  .accordion.active span {
    color: white;
  }
  .accordion.active:after {
    content: "▲";
    box-shadow: none;
    color: white;
  }
  .accordion > span {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #525252;
    font-family: "Nanum Gothic", sans-serif;
  }
  /* 신규부분 */
  .panel {
    width: 100%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .list-wrapper {
    display: flex;
    justify-content: space-between;
    height: 49px;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    background-color: white;
  }
  .panel .list-wrapper:last-child {
    border-bottom: 1px solid #adadad;
  }
  .panel .list-wrapper .txt {
    text-align: left;
  }
  .panel .list-wrapper .txt .title {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #525252;
  }
  .panel .list-wrapper .txt .sub {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    color: #282828;
  }
  .panel .list-wrapper .map {
    display: flex;
    align-items: center;
  }
  .panel > p {
    padding: 40px 10px;
    text-align: left;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 18px;
    color: #262626;
  }
  .icon-wapper {
    display: inline-block;
    width: 32.8%;
    text-align: center;
  }
  .icon-wapper:nth-child(2) {
    border-left: 1px solid #525252;
    border-right: 1px solid #525252;
  }
  .app_download {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  .app_download .app_download_title {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0;
  }
  .title_offline {
    position: absolute;
    width: 40%;
    right: 0;
    top: 30%;
  }
  .title_offline h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 700;
    color: #525252;
    text-align: center;
  }
  .title_offline h4 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
  }
  .offline-img {
    background-image: url(../img/img_storagebox_offline.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 60%;
    height: 309px;
    border-radius: 16px 0 0 16px;
  }
}

@media all and (min-width: 1921px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
}
