@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:500,700&amp;display=swap");
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../font/GenJyuuGothic-Medium.ttf') format("truetype");
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'GenJyuuGothic', '微軟正黑體', 'Noto Sans TC', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clear{
  clear:  both;
}
.none{
  display: none !important;
}

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #FFF;
  background-image: url(../image/background.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.w49{
  width: 49%;
}

#main_container {
  height: 100vh;
  margin: 0 auto;
}

#LOGO {
  width: 100%;
}

#LOGO .logo{
  float: left;
  width: 50%;
}
#LOGO .logo img{
  margin: 20px 0 0 80px;
}

#LOGO .logo_text{
  float: left;
  width: 50%;
}
#LOGO .logo_text img{
  margin: 40px 0 0 0;
}

#QR {
  width: 15%;
  position: absolute;
  right: 42%;
  bottom: 12%;
  z-index: 20;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

nav {
  float: left;
  width: 50%;
  margin: 0 auto;
  left: 2%;
  top:  8%;
}

nav ul {
  width: 100%;
  max-width: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav ul li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  list-style: none;
  background-color: #ffffff;
  background-image: url(../image/navi_bg.png);
  background-repeat: no-repeat;
  background-position: 12px 10px;
  border: 7px solid #f2c648;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
  width: 25%;
  min-width: 345px;
  max-width: 360px;
  padding: 10px 5px 10px 55px;
  border-radius: 15px;
  line-height: 23px;
  color:  #238891;
}

nav ul li:nth-child(1) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

nav ul li:nth-child(2) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

nav ul li:nth-child(3) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

nav ul li:nth-child(4) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

nav ul li:nth-child(5) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

nav ul li:nth-child(6) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

nav ul li:nth-child(7) {
  -webkit-transition-delay: 3.0s;
          transition-delay: 3.0s;
}

nav ul li:nth-child(8) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

nav ul li:hover {
  background-color: #f2c648;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

nav ul li:hover .main_btn_container {
  color: #ffffff;
}

.main_btn_container {
  font-size: 32px;
  font-weight: 500;
}

.main_button {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}

.main_button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.main_btn_icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

#board_btn, #carbon_btn {
  width: 100%;
  color: #238891;
  text-decoration: none;
  padding: 4px 0 0;
}

.background_img {
  float: left;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

#background_gray {
  opacity: .1;
  top: 0;
}

#a-niou {
  width: 0%;
  top: 10%;
  left: 20%;
  -webkit-animation: niou-ani 5s linear infinite;
          animation: niou-ani 5s linear infinite;
}

#a-niou img {
  width: 100%;
}

#len {
  width: 0%;
  left: 0;
  bottom: 0%;
  -webkit-animation: len-ani 5s linear infinite;
          animation: len-ani 5s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#len img {
  width: 100%;
  margin-top: -120px;
}

#faith_live {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1130px;
  height: 640px;
  max-height: 640px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 5px #238891;
}

#faith_live iframe {
  width: 100%;
  height: 100%;
}

#go_home_btn {
  font-size: 25px;
  top: 25px;
  left: 10px;
  padding: 10px 30px;
  background-color: #ffffff;
  color: #238891;
  text-decoration: none;
  border: solid 5px #238891;
  border-radius: 50px;
}

#go_home_btn:hover {
  background-color: #238891;
  color: #ffffff;
}

#exit_area {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 20;
}

.paragraph_container {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(32, 107, 181, .5);
  z-index: 20;
  padding: 20px 0;
}
.lightbox{
  width: 50%;
  min-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 50px;
  height: 100%;
}
.co2lightbox{
  height: 250px;
  top: 50%;
  margin-top: -125px;
}
.co2text{
  text-align: center;
  font-size: 20px;
  line-height: 44px;
}
.co2text .pkg{
  color: #238891;
  font-weight: bold;
}
.co2text .co2kg{
  font-size: 28px;
  background: #DE7996;
  color: #FFF;
  padding: 0 5px;
  font-weight: bold;
}

.paragraph_container table {
  border: solid 2px #DE7996;
  border-collapse: collapse;
}

.paragraph_container th {
  border: solid 2px #DE7996;
  width: 25%;
  padding: 10px;
  background-color: #DE7996;
  color: #ffffff;
  font-size: 18px;
}

.paragraph_container td {
  border: solid 2px #DE7996;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.close_btn, .alert_close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 50px;
  top: 20px;
}

.close_btn:hover .line1 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.close_btn:hover .line2 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.line1, .line2 {
  height: 2px;
  width: 15px;
  background-color: #888888;
  margin: 0 auto;
  top: calc(50% - 1px);
  -webkit-transform-origin: 6px;
          transform-origin: 6px;
  border-radius: 50px;
}

.line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.paragraph_box {
  overflow: auto;
  height: 100%;
}

.paragraph_title {
  margin-bottom: 10px;
  text-align: center;
  color: #238891;
}

.paragraph_select_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.paragraph_select_btn {
  color: #238891;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 3px #238891;
  border-radius: 150px;
}
.paragraph_select_btn.twoline {
  padding: 10px 20px;
  line-height: 24px;
}

.paragraph_select_btn:nth-child(1) {
  background-color: #238891;
  color: #ffffff;
}

/*#map01, #map02, #map03 {
  padding: 10px;
}*/
.paragraph_select_btn_traffic{
  padding: 10px;
  width: 220px;
  border-radius: 110px;
}

#life_remember_web {
  border-left: solid 3px #238891;
  background-color: #238891;
  color: #ffffff;
}

#environmental_fund {
  margin-top: 10px;
}

#environmental_sacrifice_container img,
#paragraph_life_remember_web img {
  display: block;
  margin: 50px auto;
}

#environmental_sacrifice_container .pull-left img,
#environmental_sacrifice_container .pull-right img,
#paragraph_life_remember_web .pull-left img,
#paragraph_life_remember_web .pull-right img {
  max-width: 200px;
  width: 80%;
}

#traffic_control {
  background-color: #238891;
  color: #ffffff;
  border-left: solid 3px #238891;
}

.paragraph {
  display: none;
  margin-top: 50px;
}

.paragraph h2 {
  color: #238891;
}

.paragraph h3 {
  color: #238891;
  font-size: 20px;
}

.paragraph h4 {
  color: #DE7996;
  font-size: 18px;
}

.paragraph p {
  margin-top: 20px;
  font-size: 20px;
}

.paragraph a {
  display: block;
  margin: 50px auto;
  width: 200px;
  text-decoration: none;
  color: #238891;
  padding: 8px 15px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
}

.paragraph a:hover {
  background-color: #238891;
  color: #ffffff;
}

#paragraph_lazybag {
  display: block;
}

#paragraph_lazybag table {
  width: 100%;
}

#paragraph_lazybag h2 {
  margin-top: 25px;
}

#faith_table {
  margin-bottom: 25px;
}

#paragraph_map01 img, #paragraph_map02 img, #paragraph_map03 img {
  width: 100%;
}

.ban_text {
  font-size: 25px;
  color: #cf0000;
}

#offerings_comic {
  width: 100%;
}
.offerings_comic_m {
  display: none !important;
}

#paragraph_traffic_control {
  display: block;
}

#paragraph_traffic_control th:nth-child(1), #paragraph_traffic_control th:nth-child(3) {
  width: 10%;
}

#paragraph_traffic_control h3 {
  margin-top: 50px;
}

#paragraph_traffic_control li {
  font-size: 18px;
}

#paragraph_shuttle_bus {
  height: 150%;
  max-height: 1000px;
}

#paragraph_shuttle_bus th:nth-child(1), #paragraph_shuttle_bus th:nth-child(2) {
  width: 10%;
}

#carbon {
  color: #238891;
  padding: 20px;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  border: solid 3px #238891;
  border-radius: unset;
  line-height: 45px;
  text-decoration: none;
}

#carbon:hover {
  background-color: #ffffff;
  color: #238891;
}

#paragraph_life_remember_web,
#paragraph_environmental_funeral,
#paragraph_name_form,
#paragraph_live_stream{
  display: block;
}

#paragraph_map01 {
  display: block;
}

#paragraph_environmental_funeral h3 {
  margin-top: 50px;
}

#paragraph_environmental_funeral img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.lightbox_video{
  margin-bottom: 20px;
}

#paragraph_faith {
  display: block;
}

#paragraph_faith table {
  width: 100%;
}

#paragraph_faith img {
  display: block;
  margin: 0 auto;
}

#paragraph_faith h2 {
  margin: 50px 0;
}

#faith_poster {
  width: 100%;
}

.faith_live_btn {
  margin: 0 auto;
}

#faith_live_btn_1, #faith_live_btn_2 {
  margin: 0 auto;
}

.paragraph_img_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.paragraph_img_btn img {
  width: 50%;
}

.paragraph_img_btn a {
  width: 150px;
  max-height: 80px;
  line-height: 40px;
}

#paragraph_environmental_fund {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

#paragraph_parking th:nth-child(3) {
  width: 5%;
}

#paragraph_parking td {
  width: 70%;
}

#paragraph_parking a {
  border: none;
  width: 100%;
  padding: 0;
}

#paragraph_parking a:hover {
  background-color: #fff;
}

#paragraph_parking h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.bus_little_title {
  background-color: #238891;
  display: inline-block;
  color: #ffffff;
  padding: 0 20px;
}

.bus_info_popup {
  display: none;
  position: absolute;
  width: 300px;
  right: 150px;
  padding: 25px;
  background-color: #fff;
  border: solid 3px #EB8D25;
  z-index: 20;
}

.bus_imformation {
  background-color: #EB8D25;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}

.bus_imformation:hover + .bus_info_popup {
  display: block;
}

#announcement{
  display: block;
}

.ann_box {
  border: solid 3px #238891;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background: #fff;
  width: 50%;
  margin-top: 10%;
}

.ann_box img {
  width: 50px;
}

.ann_box p {
  width: 100%;
  padding: 50px 70px;
  color: #c80000;
  margin: 0 auto;
  border: solid 1px #238891;
}

.alert_close_btn {
  z-index: 999;
  right: 25px;
}

.alert_close_btn:hover .line1 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.alert_close_btn:hover .line2 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

#live_stream_container .lightbox{
  height: auto;
}
.w33{
  float: left;
  width: 33%;
}
.w50{
  float: left;
  width: 50%;
}
.livebox{
  text-align: center;
}
.notice{
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom:  0;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
}
/*.cancelbtn:before{
  content: '因疫情取消辦理';
  display: block;
  position: absolute;
  top: -25px;
  right: 20px;
  background: #e50011;
  color: #FFF;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 20px;
}*/

@media screen and (max-width: 1600px) {
  body {
    background-size: cover;
  }
  #LOGO .logo img{
    max-width:  50%;
  }
  #LOGO .logo_text img{
    max-width:  80%;
  }
  nav ul{
    justify-content: left;
  }
  nav ul li{
    min-width: 280px;
    margin-bottom: 0;
  }
  .main_btn_container{
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  #LOGO .logo img{
    max-width:  70%;
    margin-top: 10px;
  }
  #LOGO .logo_text img{
    max-width:  80%;
  }
  nav {
    width: 50%;
  }
  nav ul li{
    min-width: 225px;
    border-width: 4px;
    padding: 5px 5px 5px 40px;
    background-size: 10%;
    background-position: 10px;
    margin-bottom: 0;
  }
  .main_btn_container{
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #LOGO {
    top: 3%;
  }
  #LOGO img{
    width: 100%;
  }
  #LOGO .logo_text{
    margin: 120px 20px 0 0;
    width: 50%;
  }
  #QR {
    display: none;
  }
  #a-niou {
    width: 0;
    left: 10%;
  }
  #bus {
    bottom: 30%;
  }
  #tree_right {
    bottom: 50%;
  }
  #tree_left {
    bottom: 40%;
  }
  .paragraph_container {
    width: 100%;
    left: 0;
  }
  #environmental_sacrifice_container img {
    width: 100%;
  }
  .line1, .line2 {
    background-color: #000000;
    width: 20px;
    -webkit-transform-origin: 8px;
            transform-origin: 8px;
  }
  nav {
    top: 43%;
    left: 0%;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav ul{
    max-width: 100%;
  }
  nav ul li{
    min-width: 205px;
  }
  .main_btn_container{
    font-size: 21px;
  }
  .lightbox{
    min-width: min-content;
    width: 80%;
  }
  .w33, .w50{
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 1366px){
  #LOGO .logo_text{
    margin: 0;
  }
  #len{
    position: absolute;
    bottom: 3%;
  }
  nav ul {
      justify-content: center;
  }
  nav ul li {
    min-width: 360px;
    padding: 10px 10px 10px 50px;
  }
  .main_btn_container {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) and (max-height: 1180px){
  .main_btn_container {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  nav ul li {
    min-width: 320px;
  }
  .ann_box{
    width: 90%
  }
}

@media screen and (max-width: 768px) {
  .pull-none-xs{float: none;}
  .w100-xs{width: 100%;}
  .paragraph_container {
    min-width: unset;
  }
  #LOGO {
        top: 0;
  }
  nav {
    top: 65%;
    left: 0%;
    width: 100%;
    min-width: unset;
  }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav ul li {
    min-width: 45%;
    max-width: 100%;
    margin: 25px auto 0;
  }
  nav ul li.nav_l{
    margin-left: 100px
  }
  nav ul li.nav_r{
    margin-right: 100px
  }  
  .cancelbtn:before{
    top: -15px;
    right: 20px;
    padding: 0px 10px;
    font-size: 12px;
  }
  #a-niou {
    left: 0%;
  }
  #offerings_comic {
    display: none !important;
  }
  .offerings_comic_m {
    display: block !important;
  }
  .lightbox_video{
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  #main_container{
    background-size: 80%;
  }
  #LOGO .logo img{
    margin: 20px 0 0 20px;
    max-width: 80%;
  }
  #LOGO .logo_text img{
    margin: 40px 20px 0 0;
    max-width: 90%;
  }
  nav{
    top: 60%;
    left: 0%;
  }
  nav ul li {
    min-width: 70%;
    margin-top: 20px;
    border-width: 3px;
    background-size: 25px;
    background-position: 13px 4px;
    padding: 0px 5px 0px 45px
  }
  #len {
    left: 5%;
    bottom:  10%;
  }
  .lightbox{
    padding: 50px 30px;
  }
  .paragraph_select_btn_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph_title{
    font-size: 28px;
  }
  .paragraph_select_btn {
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    padding: 10px;
    font-size: 17px;
  }
  #carbon {
    margin-left: auto;
    margin-right: auto;
  }
  .bus_info_popup {
    right: 10px;
  }
  .main_btn_container{
    font-size: 18px;
  }
  .ann_box p{
    padding: 50px 18px;
    font-size: 13px;
    line-height: 24px;
  }
  #board_btn, #carbon_btn{
    padding: 5px 0;
  }
  .bus_info_popup{
    width: 220px;
  }
  #blessing_live_container img{
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  nav{
    top:  61%;
    left: 0%;
  }
}

@media screen and (max-width: 320px) {
  nav{
    top:  -9%;
    left: 0%;
    transform: scale(0.8);
  }
  nav ul li {
    min-width: 70%;
    background-size: 20px;
    background-position: 13px 6px;
    padding: 0px 2px 0px 40px;
  }
  .main_btn_container{
    font-size: 16px;
  }
  .notice{
    font-size: 12px
  }
}

@media screen and (max-height: 780px) {
  #go_home_btn {
    opacity: .5;
  }
}

@-webkit-keyframes niou-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes niou-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes len-ani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes len-ani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */


/* iPhone 12 */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { 
      nav{
        top: 60%;
      }
      #len img{
        width: 50%;
      }
}

/* iPhone 11 */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { 
      .notice{
        bottom:  1%;
      }
}

/* iPhone XS Max */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { 
      #len{
        bottom:  10% !important;
      }
}

/* iPhone SE 2020 */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 667px) 
    and (-webkit-device-pixel-ratio: 2) { 
      nav{
        top:  0%;
        transform:scale(0.8);
      }
      #len{
        bottom:  10% !important;
        width: 20% !important;
      }
      .notice{
        bottom:  1%;
        font-size: 12px;
      }
}

/* iPhone 7 */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 736px) 
    and (-webkit-device-pixel-ratio: 3) { 
      nav{
        top:  50%;
      }
      #len{
        bottom:  10% !important;
        width: 10% !important;
      }
      .notice{
        bottom:  1%;
        font-size: 12px;
      }
}