@charset "utf-8";
/* CSS Document */

* {
  font-family: "微軟正黑體", Microsoft JhengHei;
}

.tp_header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.tp_me_shadow {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
  transition: all .2s;
}

.tp_me_shadow#rwd_hide_header {}

.tp_me_w {
  max-width: 1200px;
  margin: auto;
}

.tp_header #logo {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

.tp_header #logo img {
  max-width: 100%;
  max-height: 100%;
}

.me_tp_features {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 320px);
  text-align: right;
}

.me_tp_features a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 16px;
  color: #000;
  border-radius: 100%;
  border: 2px #000 solid;
  margin: 7px 3px;
}

.me_tp_features a i {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  background: #c00;
  color: #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
}

/*Sreach*/
.box_search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 30px;
}

.shop_search_txt {
  background: #fff;
  color: #666;
  border: none;
  border-radius: 20px;
  padding: 6px 60px 6px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 13px;
  height: 19px;
}

.shop_search_btn {
  background: #000;
  color: #fff;
  font-size: 13px;
  border: none;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 8px 15px;
  cursor: pointer;
}

.box_search input[type=text] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  background: url(../images/search-icon.png) no-repeat 9px center #fff;
  border: solid 1px #ccc;
  padding: 5px 10px 5px 32px;
  width: 110px;
  border-radius: 10em;
  transition: all .5s;
  outline: none;
}

.box_search input[type=text]:focus {
  color: #e63917;
  width: 160px;
}



/* ============================ */


/* Responsive Mega Menu */
.header_area {
  background: url(../images/bcl_bg01.png) repeat;
}

.main_header_area.sticky {}

.navigation {
  width: 100%;
  position: relative;
}

.navigation-portrait {
  max-width: 1200px;
  margin: auto;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-header {
  /*float:left; */
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  display: none;
}

.nav-brand:hover,
.nav-brand:focus {}


.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  padding: 7px;
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 10px 0 0 #000, 0 20px 0 0 #000;
}

.nav-menu {
  list-style: none;
  text-align: center;
  display: block;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  /*float:left; text-align:left; */
  position: relative;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.nav-menu>li>a {
  display: inline-block;
  padding: 30px 30px;
  color: #000;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  background: #377A72;
  color: #fff;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu>li>a>[class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 8px;
  margin-top: 4px;
  float: right;
  transition: all .2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}

.nav-menu>li:hover .submenu-indicator-chevron,
.nav-menu>li.active .submenu-indicator-chevron,
.nav-menu>li.focus .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}


.navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #999 #999 transparent;
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait:hover .submenu-indicator-chevron {
  border-color: transparent #999 #999 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-dropdown>li .submenu-indicator-chevron {
  border-color: transparent #999 #999 transparent;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}

.nav-dropdown {
  list-style: none;
  min-width: 180px;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
  background: #fff;
}

.nav-dropdown:after {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  background: #f0f0f0;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0;
  left: 0;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  float: left;
  color: #343a40;
  /* background-color: #fdfdfd; */
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #c00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px;
  background: none;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}


.nav-dropdown>li>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #999 #999 transparent !important;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #c00 #c00 transparent !important;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}

.nav-dropdown-horizontal>li>a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.stellarnav>ul>li>a {
  padding: 30px;
}


.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 13px;
}

.megamenu-list>li>a:hover {
  background-color: #c00;
  color: #fff;
}

/* .stellarnav.mobile li.has-sub.open>ul>li>a{
background: #D87F5D;
}

.stellarnav.mobile li.has-sub.open>ul>li.has-sub.open>a{
  background: rgba(59, 135, 128, 0.9);
  } */
  

.nav-dropdown>li>a {
  color: #333;
  padding: 10px 20px;
  /* border-bottom: 1px solid #ccc; */
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #c00;
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 14px 10px 14px 30px;
  text-align: left;
}

/* Responsive Mega Menu */



/*top*/

.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}


/*https://pic03.eapple.com.tw/*/
.main {
  width: 100%;
  margin: 0 auto;
}

/*
.main *{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "微軟正黑體";
  font-size: 16px;
  line-height: 100%;
  word-break: break-all;
}
*/

.main img {
  max-width: 100%;
}

/*.main *{outline: 1px solid #F00;}*/

/*header*/
.Shin_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2000px;
  margin:auto;
  text-align: center;
  position: relative;
  padding: 0 20px;
  background-color: rgba(59, 135, 128, 0.9);
}

.Shin_header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Shin_Search {
  width: 167px;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 150px;
  padding: 5px;
}

.Shin_Search input {
  color: #ffffff;
  font-size: 12px;
  height: 29px;
  outline: none;
}

.Shin_keyword {
  width: 100%;
  padding-left: 35px;
  border: none;
  font-size: 14px;
}

.Shin_submit {
  width: 35px;
  min-width: 35px;
  height: 30px;
  background-image: url(../images/t_icon03.png);
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #fff; */
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
  border: none;
  background-color: transparent;
  border-right: 1px white solid;
  border-radius: 0;
  margin-right: 10px;
}


.Shin_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Shin_box a {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.Shin_Search form input:nth-of-type(1) {
  background: transparent;
}

.Shin_Search form input:nth-of-type(1)::placeholder {
  color: #ffffff;
}

.Shin_header_link {
  position: relative;
}

.Shin_header_link a,
.sho_cart a {
  width: 130px;
  padding: 9px 5px;
  margin-right: 13px;
  border-radius: 150px;
}

.search_box_s {
  width: 160px;
}

.Shin_header_link .search_box_s a {
  display: block;
  padding: 5px 10px;
  background-color: #77777780;
  color: #ffffff;
  border-bottom: 1px solid #000;
}

.Shin_header_link .search_box_s a:hover {
  transition: 0.5s;
  background-color: #377A72;
  color: #FFF;
}

.fa-window-close:before {
  color: #FBDCD2 !important;
}

#rim_search {
  display: inline-block;
}

#rim_search>a {
  background: url(../../images/jie_t_img01.png) no-repeat center center !important;
}

#rim_search>a.active {
  background-image: url(../../images/jie_t_img04.png) !important;
}

.search_box {
  background: #fff;
  width: 150px;
}

.sear_txt {
  padding: 7px 36px 7px 7px;
  width: 100%
}

.sear_btn {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background: url(../../images/jie_t_img01.png) no-repeat center center #fff;
  background-size: cover;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
}

.search_box_s {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.member_entre:before,
.Shin_login:before {
  content: url(../images/t_icon01.png);
  margin-right: 5px;
}

.Shin_cart {
  position: relative;
}

.Shin_cart:before {
  content: url(../images/t_icon02.png);
  margin-right: 10px;
}

.Shin_cart i {
  position: absolute;
  z-index: 6;
  left: 40px;
  top: 3px;
  background-color: #FFF;
  border: 1px solid #377A72;
  color: #377A72;
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Shin_nav {
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #F3ED74;
  text-align: center;
}

.Shin_nav a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 40px;
  color: #000;
  font-weight: bold;
}

.Shin_nav a:hover {
  background-color: #A2E25C;
  color: #FFF;
}


nav {
  width: 100%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Shin_header {
  position: relative;
}

.navigation {
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
}

.access-menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 30px;
  max-width: 700px;
}

.access-menu>li {
  display: block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.access-menu>li:hover .access-submenu {
  position: absolute;
  top: 100%;
  left: auto;
}

.access-menu a {
  color: #333;
  display: block;
  padding: 30px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 16px;
}

.access-menu a:hover,
.access-menu a:focus {
  background-color: #377A72;
  color: #fff;
  outline: none;
}

.access-submenu {
  background: #FFF;
  left: -9999px;
  position: absolute;
  z-index: 999;
  top: -9999px;
  width: 100%;
}

.access-submenu>li+li {
  /*border-top: solid 1px #000;*/
}

.access-submenu>li:last-child {
  /*border-bottom: solid 1px #000*/
  ;
}

.access-submenu a {
  padding: 10px 5px;
  color: #111;
}

.is-show {
  left: auto;
  top: 100%;
}


/* ========= 20210712 mobile =========== */
.menu {
  background: #377A72;
  width: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.menu ul,
.menu li {
  margin: 0;
  padding: 0;
}

.menu a {
  color: #333;
  font-weight: bold;
  padding: 0 10px;
}

.menu li,
.menu li:focus {
  background-color: #377A72;
}

.menu li a {
  color: #fff;
}

.menu li:focus a {
  color: #444;
}

.menu .level-two>li a {
  color: #444;
}

.menu>ul {
  width: 100%;
  position: relative;
  display: inline-block;
  display: none;
}

.menu>ul li {
  display: inline-block;
  padding: 10px 7px;
}

.menu .fa {
  padding: 3px 6px;
  width: auto;
  color: #377A72;
  margin: 0 7px;
}

.menu .fa a {
  font-size: 0;
  padding: 0 !important;
}

.menu .fa:hover,
.menu .fa:focus {
  cursor: pointer;
}

.menu .level-two {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
}

.menu .level-two>li {
  display: block;
  background: transparent;
  padding: 0;
  transition: 0.3s all ease;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px #ddd solid;
  background-color: #FBDCD2;
}

.menu .level-two>li:last-child {
  border: none;
}

.menu .level-two>li:hover,
.menu .level-two>li:focus {
  background: #999;
}

.menu .level-two>li:hover a {
  color: #FFF;
}

.menu .level-two>li a {
  width: 100%;
  display: block;
  padding: 10px 7px;
  box-sizing: border-box;
}

.menu .level-two .sharewidth>a {
  display: inline-block;
  width: auto;
}

.menu .level-three {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.menu .level-three li {
  display: block;
  background: transparent;
  padding: 0;
  transition: 0.3s all ease;
  position: relative;
  white-space: nowrap;
}

.menu .level-three li:hover,
.menu .level-three li:focus {
  background: rgba(255, 255, 255, 0.1);
}

.menu .level-three>li a {
  font-size: 14px;
  border-bottom: 1px #f8f8f8 solid;
  background: #af6161;
  color: #CCC;
}


/* 20240509 */
.main {
  background-color: rgba(59, 135, 128, 0.9);
}

.stellarnav li a {
  color: white;
}

@media (max-width:1377px) {
  .stellarnav>ul>li>a{
    padding:30px 5px;
  }
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 950px) {}

@media screen and (min-width: 951px) {
  .navtoggle {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .outside {
    width: 32px;
    height: 32px;
    padding: 7px;
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
  }

  .outside:before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 10px 0 0 #000, 0 20px 0 0 #000;
  }

  /*
.outside:hover, .outside:focus { color: #000; cursor: pointer;}
*/
  .menu {
    position: fixed;
    height: 100%;
    top: 0;
    left: -320px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(0 0);
    max-width: 320px;
    transition: 0.3s all ease;
  }

  .menu .navtoggle {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    text-align: right;
    font-size: 0;
    padding: 5px;
  }

  .menu .navtoggle .fa {
    font-size: 30px;
    border: 0 solid transparent;
    padding: 0;
    margin: 0;
    color: #bd7a8a;
  }

  .menu .navtoggle .fa:hover,
  .menu .navtoggle .fa:focus {
    background: transparent;
    opacity: 0.8;
  }

  .menu.active {
    width: 300px;
    transform: translateX(320px);
    transition: 0.3s all ease;
    box-shadow: 0 0 10px #999;
    padding: 5px;
  }

  .menu>ul {
    display: block;
  }

  .menu>ul li {
    display: block;
    position: relative;
  }

  .menu>ul li .fa {
    position: absolute;
    top: 6px;
    right: 0;
    border: 1px #ccc solid;
    background: #fff;
  }

  .menu>ul>li {
    border-bottom: 1px #e0e0e0 solid;
  }

  .menu>ul>li {
    padding: 10px 0;
  }

  .menu>ul>li>ul {
    background: #f8f8f8;
    margin-top: 10px;
  }

  .menu .level-two,
  .menu .level-three {
    position: relative;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .Shin_header {
    max-width: 1600px;
  }

  .Shin_Search {
    width: 167px;
  }

  .Shin_Search input {
    font-size: 12px;
  }

  .Shin_header_link a {
    font-size: 15px;
  }

  .access-menu {
    padding: 0 15px;
  }

  .access-menu a {
    padding: 25px 3%;
  }

}

@media screen and (max-width: 950px) {
  nav {
    display: none;
  }

  .main {
    margin-top: 0;
  }
}


@media screen and (max-width: 700px) {
  .Shin_Search {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 440px) {

  .Shin_header_link a {
    font-size: 12px;
  }

}

/*top end*/



/*footer*/
.main_f {
  max-width: 2000px;
  width: 100%;
  margin:auto;
  padding: 55px 20px 20px;
  background: #3A867F;
  color: #fff;
}


.Shin_footer {
  max-width: 1790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.Shin_footer_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  max-width: 600px;
  width: 100%;
  margin-left: 20px;
}

.Shin_footer_title li {
  width: 279px;
  /* margin-left: 20px; */
  text-align: left;
}

.Shin_footer_title li {
  width: 61%;
}

.Shin_footer_title li:last-child {
  width: 30%;
}

.Shin_footer_title h6 {
  font-size: 23px;
  line-height: 130%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #E2BB41;
  border-bottom: 1px solid #8EBCBA;
}

.Shin_footer_title p {
  margin-top: 10px;
}

.Shin_footer_title a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 400;
}

.Shin_footer_title li:last-child a {
  display: table;
  margin-top: 10px;
}

.Shin_footer_title a:hover {
  color: #E2BB41;
}

.Shin_link a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  background-color: #A3E25D;
  border-radius: 50%;
  border: 4px solid #FFF;
}

.Shin_link a:hover {
  transition: 0.5s;
  border: 4px solid #A3E25D;
}

.Shin_link p {
  width: 240px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
}

.Shin_link p span {
  display: block;
  font-size: 12px;
  line-height: 160%;
}

.icon_f {
  list-style: none;
  max-width: 1790px;
  margin: auto;
}

.icon_f li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 175px;
}

.icon_f a {
  width: 50px;
  height: 50px;
  border: 1px solid #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px #FFFFFF solid;
  border-radius: 0;
  transition: 0.5s;
}

.icon_f a img {
  transition: unset;
  filter: brightness(100);
}

.icon_f a:hover{
  transition: 0.5s;
  background-color: white;
}

.icon_f a:hover img {
  filter:unset;
}

.copy_key {
  max-width: 1795px;
  margin: auto;
}

.double_key {
  text-align: right;
}

.double_key a {
  font-size: 15px;
  color: #3A867F;
  display: inline-block;
}

/* .double_key a:after {
  content: ' , ';
  font-size: 15px;
  color: #ffffff;
} */

.double_key a:last-child:after {
  display: none;
}

.copy {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.fix_ri {
  width: 55px;
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}

.fix_ri a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 65px;
  background-color: #E2BB41;
  transition: 0.5s;
}

.fix_ri a:hover{
  transition: 0.5s;
  background-color: #CDA21F;
}

.fix_ri img {
  width: 35px;
  opacity: 1;
}

.fix_ri a:nth-of-type(3) img{
  width: 15px;
}

.fix_ri img:hover {
  opacity: 1;
}

.fix_ri p {
  text-align: center;
  font-weight: 900;
}

.jxPOhn {
  margin-top: -120px;
}

@media screen and (max-width: 1250px) {
  .Shin_link {
    margin-top: 15px;
  }

  .Shin_link a {
    margin: 10px;
  }

  .Shin_link p {
    margin-top: 10px;
  }

  .Shin_link p span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .Shin_footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .Shin_footer_title li {
    margin-left: 0;
    margin-top: 30px;
  }

  .Shin_footer_title li:last-child {
    margin-left: 20px;
  }

  .icon_f {
    margin: 20px auto 15px;
    max-width: 175px;
  }

  .Shin_header_logo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media screen and (max-width: 600px) {

  .Shin_footer_title img {
    margin-bottom: 20px;
    margin-left: 0;
  }

}

@media (max-width:520px) {
  .Shin_footer_title {
    flex-wrap: wrap;
    justify-content: center;
  }

  .Shin_footer_title li:last-child {
    width: 279px;
    margin-left: 0;
  }

  .Shin_footer_title{
    width: fit-content;
  }

  .Shin_footer_title li:nth-child(n) {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {
  
  .Shin_footer_title{
    padding:0;
  }

  .Shin_footer_title li:nth-child(n){
    width: 100%;
  }

  .Shin_footer_title li:last-child{
    width: 100%;
  }
}

/*footer end*/



/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.stellarnav a {
  color: #777;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 700px;
}

.stellarnav>ul {
  padding: 0 30px;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.stellarnav li a {
  padding: 10px 10px;
  display: block;
}

.stellarnav ul>li:hover>a,
.stellarnav ul>li.active>a,
.stellarnav ul>li.focus>a {
  background: #377A72;
  color: #fff;
}

/* main level */
.stellarnav>ul>li {
  display: inline-block;
  text-align: center;
}

/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 145px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #CDA21F;
  overflow: visible !important;
  min-width: 240px;
}

.stellarnav li li {
  display: block;
  /* border: 1px #eee solid; */
  /* border-left: none;
  border-right: none; */
  margin-bottom: -1px;
}

.stellarnav li li+li{
  border-top:  1px #eee solid;;
}

/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  /* dd animtion - change to auto to remove left:100%; */
  left: 145px;
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}


.stellarnav>ul>li.drop-left>ul {
  right: 0;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 160px;
}

/* light theme */
.stellarnav.light {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
  color: #000;
}

.stellarnav.light ul ul {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
  color: #000;
}

/* dark theme */
.stellarnav.dark {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.dark a {
  color: #FFF;
}

.stellarnav.dark ul ul {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.dark li a {
  color: #FFF;
}

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

/* general styling */
.stellarnav li.has-sub>a {
  /*padding:7px 20px 7px 10px;*/
  position: relative;
}

.stellarnav li li.has-sub>a {
  padding: 10px 15px 10px 10px;
  position: relative;
}

.stellarnav li li.has-sub>a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #898989;
  position: relative;
  top: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.stellarnav li.drop-left li.has-sub>a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #898989;
}

.stellarnav.hide-arrows li.has-sub>a:after,
.stellarnav.hide-arrows li li.has-sub>a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub>a:after {
  display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav.desktop li.has-sub a {}

.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
  padding: 6px;
  position: absolute;
  text-align: center;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

/* svg icons */

.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #ffffff;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #ffffff;
  position: absolute;
}

.stellarnav li.open>a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #000;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #FFF;
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
  border-color: #000;
}

.stellarnav.light .icon-close:after {
  border-color: #000;
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 10px;
  box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 auto 4px;
}

.stellarnav .menu-toggle:after {
  content: 'MENU';
  font-size: 12px;
  color: #ffffff;
  ;
  display: block;
  transform: scale(0.9);
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

.stellarnav .location-btn-mobile.third {
  text-align: center;
}

.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
  border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
  background: #000;
}

/* .stellarnav.dark .menu-toggle span.bars span {
  background: #FFF;
} */

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
  z-index: 99;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active>ul {
  display: block;
}

.stellarnav.mobile ul {
  text-align: left;
}

.stellarnav.mobile>ul>li {
  display: block;
  border-bottom: 1px #ddd solid;
}

.stellarnav.mobile>ul>li>a {
  padding: 10px 43px 10px 10px;
}

.stellarnav.mobile ul {
  /*background: rgba(221, 221, 221, 1);*/
  /* background: #fff; */
}

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.stellarnav.mobile li li.has-sub a {
  padding: 10px 43px 10px 10px;
}

.stellarnav.mobile li li a.dd-toggle {
  padding: 0;
}

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile>ul {
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile.light>ul {
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile li a.dd-toggle {
  border: 0;
  position: absolute;
}

.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, .1);
  box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile.light ul {
  background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
  background: rgba(0, 0, 0, 1);
}

.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, .08);
}

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile li.has-sub>a:after,
.stellarnav.mobile li li.has-sub>a:after,
.stellarnav.mobile li.drop-left li.has-sub>a:after {
  display: none;
}

/* mobile open */
.stellarnav.mobile li.open {
  /* background: #f3f3f3; */
  padding: 3px;
}

.stellarnav.mobile li.open li.open {
  /* background: #eee; */
  padding: 3px;
}

/* left and right positions */
.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  border-right: 1px #eee solid;
}

.stellarnav.mobile.right>ul {
  right: 0;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
  font-size: 12px;
  /* background: #f0f0f0; */
}

.stellarnav.mobile.left>ul {
  left: 0;
  background-color: #CDA21F;
}

.stellarnav>ul>li.drop-left>ul{
  background-color: #D87F5D;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}

/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.stellarnav.desktop li.mega ul ul {
  width: auto;
}

.stellarnav.desktop li.mega li {
  border: none;
  text-align: center;
}

.stellarnav.desktop li.mega li li a {
  border-bottom: 1px #ccc dashed;
}

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}

.stellarnav.desktop>ul>li.mega {
  position: inherit;
}

.stellarnav.desktop>ul>li.mega>ul {
  width: 100%;
  max-width: 100% !important;
  position: fixed;
  padding: 25px;
}

.stellarnav.desktop>ul>li.mega>ul>li {
  padding-bottom: 15px;
  box-sizing: border-box;
  width: 16.6% !important;
  padding: 10px;
}

.stellarnav.desktop>ul>li.mega>ul>li>a {
  font-weight: 1000;
  padding: 10px !important;
  background: #999;
  color: #fff;
}

.stellarnav.desktop>ul>li.mega>ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

@media screen and (max-width: 1300px) {
  .Shin_header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .stellarnav {
    justify-content: center;
  }

  .stellarnav>ul {
    padding: 0 0 0 20px;
  }

  .stellarnav>ul>li>a {
    padding: 30px 10px;
  }

  .Shin_box {
    margin: 15px auto;
  }
}

@media (max-width:850px) {
  .nav-dropdown .nav-dropdown{
    left: -100%;
  }
}

@media screen and (max-width: 768px) {
  .Shin_header_logo {
    padding-top: 15px;
  }

  .Shin_header_logo>a>img {
    width: 120px;
  }

  .menu-toggle {
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .stellarnav>ul {
    padding: 0;
  }

  .stellarnav ul ul {
    max-width: 100%;
  }

  .stellarnav.mobile li.open,
  .stellarnav.mobile li.open li.open {
    padding: 0;
  }

  .Shin_footer_title{
    margin:0;
  }

  .nav-dropdown>li>a{
    float: unset;
  }

  .main_f {
    padding: 55px 20px 90px 20px;
}
  .fix_ri{
    width: 100%;
    flex-direction: row;
    right:auto;
    left: 0;
    bottom:0;
    border-radius: 0;
  }
  .fix_ri a{
    width: 25%;
  }
}

@media screen and (max-width: 450px) {
  .Shin_box {
    flex-wrap: wrap;
  }

  .Shin_header_link,
  .sho_cart {
    width: calc(100%/2 - 10px);
  }

  #rim_search {
    width: 100%;
  }

  .Shin_header_link {
    margin-right: 15px;
  }

  .Shin_header_link a,
  .sho_cart a {
    margin-right: 0;
    width: 100%;
  }

  .Shin_cart i {
    left: 50%;
    transform: translateX(-25px);
  }

  .Shin_Search {
    width: 100%;
    margin: 10px auto auto;
  }
}

/* mega dd */