@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/* 작은 기기들 (태블릿, 768px 이상)
중간 기기들 (데스크탑, 992px 이상)
큰 기기들 (큰 데스크탑, 1200px 이상) */

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


/* public css style */

body {
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 0px;
}


/*    about_top_section   */

.home_top_section {
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    min-height: 600px;
    color: #193441;
    font-family: 'Lato';
}

.home_top_section .carousel {
    width: 100%;
    height: 100vh;
}

.home_top_section .carousel-inner {
    width: 100%;
    height: 100vh;
}

.home_top_section .carousel-inner .caption_div {
    text-align: center;
    padding-top: 180px;
}

.home_top_section .carousel-inner .caption_div .title {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
}

.home_top_section .carousel-inner .caption_div .sub {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.home_top_section .carousel-inner .caption_div .sub_2 {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3fa9f5;
}

.home_top_section .carousel-inner .caption_div .sub_2_buy {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3fa9f5;
}

.home_top_section .carousel-inner .caption_div .sub_2_buy:hover {
    text-decoration: underline;
}

.home_top_section .carousel-indicators li {
    background-color: #a6a6a6;
    border: none;
    margin: 0 10px;
}

.home_top_section .carousel-indicators li.active {
    background-color: #6be1cc;
    border: none;
    width: 10px;
    height: 10px;
}

.home_top_section .carousel-inner .first {
    background-image: url('../images/home/img_top.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    height: 100vh;
    color: #000000;
}

.home_top_section .carousel-inner .fourth {
    background-image: url('../images/home/NHK_banner.png');
    background-size: auto 93%;
    background-attachment: inherit;
    background-position: 50% 85px;
    background-repeat: no-repeat;
    height: 100vh;
    color: #000000;
}

.home_top_section .carousel-inner .fourth .caption_div{
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_top_section .carousel-inner .fourth a{

    font-family: 'Noto Sans JP', san-serif;
    font-style: normal;
    font-size: 23px;
    font-weight: bold;

    /*identical to box height*/

    text-align: center;
    text-decoration: underline;

    color: #306AFF;
    margin-top: 20px;
}

.home_top_section .carousel-inner .third {
    background-image: url('../images/home/Hawaii (1).jpg');
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50px;
    background-repeat: no-repeat;
    height: 100vh;
    color: #000000;
    /*animation: animatedBackground 1.5s ease-in-out infinite;
    -webkit-animation: animatedBackground 1.5s ease-in-out infinite;
    -ms-animation: animatedBackground 1.5s ease-in-out infinite;
    -moz-animation: animatedBackground 1.5s ease-in-out infinite;
    -o-animation: animatedBackground 1.5s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;*/
}

.home_top_section .carousel-inner .third img{
    width: 50%;
}

.home_top_section .carousel-inner .third .caption_div{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_top_section .carousel-inner .third a{
    color: #9afde8;
    font-size: 20px;
    text-decoration: none;
    margin-top: 20px;
}

.home_top_section .carousel-inner .second .title{
  color: white;
  font-weight: bold;
  margin-top: 150px;
  padding-right: 30px;
}

.home_top_section .carousel-inner .second .shortcut{
    margin-top: 30px;
    color: white;
}

.home_top_section .carousel-inner .second .mainText{
    font-size: 3em;
    line-height:1.0em;
}

.home_top_section .carousel-inner .second .subText{
    font-size: 1em;
    margin-top: 50px;
    color: #a5efeb;
}

@media (max-width: 992px){
  .home_top_section .carousel-inner .second .title{
    color: white;
    font-weight: bold;
    margin-top: 170px;
  }

  .home_top_section .carousel-inner .second .shortcut{
      margin-top: 50px;
      font-size: 0.8em;
      color: white;
  }

  .home_top_section .carousel-inner .second .mainText{
      font-size: 2em;
      line-height:1.0em;
    }

  .home_top_section .carousel-inner .second .subText{
      font-size: 1em;
      margin-top: 20px;
      color: #a5efeb;
  }

    .home_top_section .carousel-inner .fourth {
        background-position: 50% 140px;
        background-attachment: inherit;
        background-size: auto 80%;
    }

    .home_top_section .carousel-inner .fourth a{
        font-size: 20px;
    }

    .home_top_section .carousel-inner .fourth .caption_div{
        height: 40%;
    }

}

@media only screen and (max-width: 768px) {
  .home_top_section .carousel-inner .second .title{
    color: white;
    font-weight: bold;
    margin-top: 220px;
  }

  .home_top_section .carousel-inner .second .shortcut{
      margin-top: 50px;
      font-size: 0.8em;
      color: white;
  }

  .home_top_section .carousel-inner .second .mainText{
      font-size: 2em;
      line-height:1.0em;
    }

  .home_top_section .carousel-inner .second .subText{
      font-size: 0.8em;
      margin-top: 20px;
  }
}

.home_top_section .carousel-inner .second {
    background-image: url('../images/home/m_img_2.png');
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50px;
    background-repeat: no-repeat;
    height: 100vh;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .home_top_section .carousel-inner .caption_div {
        padding-top: 100px;
    }
    .home_top_section .carousel-inner .first {
        background-position: center;
        background-attachment: inherit;
    }
    .home_top_section .carousel-inner .third {
        background-position: center;
        background-attachment: inherit;
        /*animation: none;
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        -o-animation: none;*/
    }
    .home_top_section .carousel-inner .third img{
        width: 70%;
    }
    .home_top_section .carousel-inner .third a{
        color: #9afde8;
        font-size: 20px;
        text-decoration: none;
    }
    .home_top_section .carousel-inner .third .title{
        font-size: 15px;
    }
    .home_top_section .carousel-inner .third .sub{
        font-size: 30px;
    }
    .home_top_section .carousel-inner .second {
        background-position: center;
        background-attachment: inherit;
    }
    .home_top_section .carousel-inner .second .title{
        font-size: 15px;
    }
    .home_top_section .carousel-inner .second .sub{
        font-size: 30px;
    }

    .home_top_section .carousel-inner .fourth {
        background-position: 50% 60px;
        background-attachment: inherit;
        background-size: auto 93%;
    }

    .home_top_section .carousel-inner .fourth a{
        font-size: 20px;
    }

    .home_top_section .carousel-inner .fourth .caption_div{
        height: 40%;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 50% 50px;
    }
    to {
        background-position: 50% 80px;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 50% 50px;
    }
    to {
        background-position: 50% 80px;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 50% 50px;
    }
    to {
        background-position: 50% 80px;
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: 50% 50px;
    }
    to {
        background-position: 50% 80px;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 50% 50px;
    }
    to {
        background-position: 50% 80px;
    }
}

.home_top_section .carousel-control {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.home_top_section .carousel-control:hover {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .home_top_section .carousel-control {
        opacity: 1;
        background: inherit;
    }
}


/*    home_video_section    */

#home_video_section {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 600px;
}

#home_video_section .video_section_title {
    display: inline-block;
    font-weight: 500;
    font-size: 36px;
    color: #4d4d4d;
    margin: 15px 0;
    margin-top: 30px;
}

#home_video_section .video_section_sub {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4d;
    margin: 18px 0;
}


/*    home_category_section   */

#home_category_section {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

#home_category_section img {
    height: 100px;
}

@media only screen and (max-width: 768px) {
    #home_category_section img {
        height: 60px;
    }
}

#home_category_section .title {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4d4d4d;
}

#home_category_section .sub {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    color: #4d4d4d;
}

.learn_more {
    color: #6be1cc;
    text-decoration: none;
}

.learn_more button {
    margin-top: 10px;
    border: 2px solid #6be1cc;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color: inherit;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.learn_more button:hover {
    background: #6be1cc;
    color: white;
}

@media (max-width: 768px) {
    .learn_more button {
        margin-top: 0;
        font-size: 12px;
    }
    #home_category_section .sub {
        height: 50px;
    }
}


/*    home_news_section   */

#home_news_section {
    padding-top: 30px;
    padding-bottom: 70px;
    min-height: 500px;
}

#home_news_section h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #1a1a1a;
}

#home_news_section #posts_div {
    padding-top: 50px;
}

#home_news_section .thumbnail {
    padding: 0;
}

#home_news_section .img_holder {
    padding: 0;
    height: 180px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #home_news_section .img_holder {
        height: 100px;
    }
}

#home_news_section .img_holder img {
    max-width: 100%;
}

#home_news_section .caption {
    padding-bottom: 5px;
}

#home_news_section .caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    height: 40px;
    font-size: 15px;
    color: #000000;
    margin-top: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 3.6em;
}

@media (max-width: 768px) {
    #home_news_section .caption h3 {
        height: 70px;
        font-size: 12px;
        -webkit-line-clamp: 5;
        line-height: 1.2em;
        height: 6em;
    }
    #home_news_section .caption h4 {
        font-size: 11px;
    }
}

#home_news_section .caption h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 0;
}

#home_news_section .read_more {
    color: #6be1cc;
    text-decoration: none;
}

#home_news_section .read_more button {
    margin-top: 25px;
    border: 2px solid #6be1cc;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color: inherit;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#home_news_section .read_more button:hover {
    background-color: #6be1cc;
    color: white;
}


/*    home_storeinfo_section   */

#home_storeinfo_section {
    padding-top: 30px;
    padding-bottom: 70px;
    min-height: 500px;
}

#home_storeinfo_section h1 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 21px;
    color: #1a1a1a;
}

@media (min-width: 1024px) {
    #home_storeinfo_section .container {
        width: 100%;
    }
}
@media (min-width: 1440px) {
    #home_storeinfo_section .container {
        width: 80%;
    }
}
#list_div {
    margin-top: 10px;
}
#list_div tr {
  text-align: left;
}
#list_div tr td{
  font-size: 16px;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  #list_div tr td{
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #list_div tr td{
    font-size: 10px;
  }
}
/*    home_application_section    */

#home_application_section {
    padding-top: 70px;
    padding-bottom: 150px;
    background-color: #ffffff;
}

#home_application_section #phone_img {
    height: 400px;
}

#home_application_section #app_logo {
    margin-top: 100px;
    height: 60px;
}

@media (max-width: 768px) {
    #home_application_section {
        padding-top: 20px;
    }
    #home_application_section #phone_img {
        width: 100%;
        height: auto;
    }
    #home_application_section #app_logo {
        margin-top: 30px;
    }
}

#home_application_section .app_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 55px;
    letter-spacing: 1px;
}

#home_application_section .app_sub {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 50px;
}

#home_application_section .down_btn {
    height: 40px;
    margin: 5px 10px;
    cursor: pointer;
}
