.header, .nav__item, .nav__name, .header__search-btn, .header__social-item, .Departure .btn {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header.scrolled {
  background: #014275;
}

.logo {
	width: 77px;
	height: auto;
	-ms-flex-line-pack: center;
	align-content: center;
}

.logo h1 {
    width: 100%;
    display: block;
    color: #333;
    font-size: 0.125rem;
    position: fixed;
    top: -999999px;
}

.nav__box {
 justify-content: flex-end;
}


.nav__name {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav__layer {
	max-height: calc(100vh - 55px);
	top: 110px;
	left: -50px;
	width: 250px;
	display: none;
	position: absolute;
	z-index: 3;
	color: #fff;
	background-color: #095581;
}

.header__search {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.header__search-form {
	top: 55px;
}

.header__social-box {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.hamburger {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.header--fixed .nav__layer {
	max-height: calc(100vh - 70px);
}

.header--fixed .header__search-form {
	top: 70px;
}

.Departure {
	width: 160px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.header {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0;
    left: 0;
    z-index: 12;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	color: #fff;
}



.logo span {
	margin-left: 5px;
	display: inline-block;
	color: #533B24;
	font-size: 24px;
	font-weight: 300;	
}

.logo__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.logo__img img {
	height: 100%;
	display: block;
}

.header--fixed {
	position: fixed;
	top: 0;
	z-index: 12;
}

.nav__box {
	display: flex;
    align-items: center;
	height: 100%;
}


.nav {
	width: 100%;
	height: 100%;
}

.nav__item {
	width: auto;
	padding: 0 17px;
	height: 100%;
	position: relative;
	font-size: 20px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
	justify-content: center;
}


.header-block{ width: calc(100% - 200px); height: 100%; display: flex; align-items: center; justify-content: flex-end; }
header .wrapper{ height: 100%; -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.nav__item--on > .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__name {
	width: 100%;
	padding: 18px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1rem;
	height: 100%;
	transition: transform 0.2s ease;
}

.nav > .nav__item > .nav__name:hover {
  transform: translateY(-5px);
}

.nav__name span {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #77d2f8;
	font-weight: normal;
	letter-spacing: 0.08rem;
}


.nav__btn {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	border-style: solid;
	border-color: rgba(83, 59, 36, 0);
	border-width: 0 0 0 1px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: none;
	
}

.nav__btn-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nav__btn-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__layer {
width: 180px;
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, 0);
 -ms-transform: translate(-50%,0);
 transform: translate(-50%, 0);
 z-index: 1;
}


/* 加上三角形 */
.nav__layer::before {
  content: '';
  position: absolute;
  top: -10px; /* 控制三角形的位置（在上方） */
  left: 40px; /* 控制三角形相對主選單的位置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;  /* 左邊透明 */
  border-right: 10px solid transparent; /* 右邊透明 */
  border-bottom: 10px solid #fff;       /* 下邊為白色（與底色相同） */
}

.nav__layer .nav__item {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	color: #fff;
	background-color: #f4f4f4;
	padding: 0;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
}

.nav__layer .nav__item:last-child{ border-bottom: none;}

.nav__layer .nav__item::before, .nav__layer .nav__item::after {
	display: none;
}

.nav__layer .nav__item .nav__layer {
	top: -1px;
	left: 100%;
}

.nav__layer .nav__item .nav__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom-width: 0;
}

.nav__layer .nav__item .nav__name {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 10px;
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.nav__layer .nav__item .nav__name:hover {
	background-color:#095581 ;
	color: #fff;
}

.nav__layer .nav__item .nav__name::before {
	display: none;
}

.nav__layer .nav__item.nav__item--on > .nav__name {
	background-color: #858585;
}

.nav__layer--full {
	width: 100%;
	padding: 10px 20px;
	overflow-y: auto;
	position: fixed;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__item {
	width: 20%;
	border-width: 0;
}

.nav__layer--full .nav__item .nav__name {
	padding-right: 10px;
}

.nav__layer--full .nav__item .nav__btn {
	display: none;
}

.nav__layer--full .nav__item .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	left: 0;
}

.nav__layer--full .nav__layer {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	top: 0;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__layer .nav__item {
	width: 100%;
}


.nav__layer .nav__item .nav__layer .nav__item{ background-color: #002134; }


.nav__prev {
	width: 40px;
	height: 60px;
	border-right: 1px solid rgba(83, 59, 36, 0);
	cursor: pointer;
	display: none;
	position: relative;
}

.nav__prev-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.nav__prev-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.header-top{
	display: flex;
    align-items: center;
	margin-left: 15px;
}

.hamburger {
	width: 40px;
	height: 100%;
	margin: auto;
	position: relative;
	cursor: pointer;
	display: none;
	z-index: 0;
	position: absolute;
    right: 10px;
    top: 0px;
}

.hamburger::after {
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background: none;
	content: "";
	z-index: -1;
}

.hamburger span {
	width: 20px;
	height: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.hamburger span:nth-child(2) {
	-webkit-transform: translateY(-7px);
	    -ms-transform: translateY(-7px);
	        transform: translateY(-7px);
}

.hamburger span:nth-child(3) {
	-webkit-transform: translateY(7px);
	    -ms-transform: translateY(7px);
	        transform: translateY(7px);
}

.header__search {
	width: 250px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__search-icon {
	width: 50px;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 30px;
	display: none;
}

.header__search-form {
	width: 100%;
	padding: 10px;
	z-index: 2;
	-webkit-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.header__search-form--on {
	left: 0;
}

.header__search-input {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 50px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 14px;
	line-height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__search-input::-webkit-input-placeholder {
	color: #777;
}

.header__search-input::-moz-placeholder {
	color: #777;
}

.header__search-input:-ms-input-placeholder {
	color: #777;
}

.header__search-input::-ms-input-placeholder {
	color: #777;
}

.header__search-input::placeholder {
	color: #777;
}

.header__search-input:focus::-webkit-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::-moz-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus:-ms-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::-ms-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	font-size: 22px;
	color: #533B24;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: absolute;
	right: 10px;
	top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.search {
	width: 250px;
	display: inline-block;
	position: relative; margin-right: 20px; }

.search ::-webkit-input-placeholder {
	  padding-left: 10px;
	  color: #979797;
	  letter-spacing: 0.05rem;
	}
.search ::-ms-input-placeholder {
	  padding-left: 10px;
	  color: #979797; letter-spacing: 0.05rem;}

.search__box {
	  width: 100%;
	  height: 42px;
	  padding: 6px 40px 6px 6px;
	  position: relative;
	  border-radius: 15px;
	  border: 1px #d4d3d3 solid;
	  background-color: #fff;
	  color: #979797;
	  font-size: 18px;
	}

.search__box ::-moz-placeholder {
		padding-left: 10px;
		color: #979797;letter-spacing: 0.05rem; }
.search__btn {
	  width: 19px;
	  height: 19px;
	  position: absolute;
	  right: 13px;
	  bottom: 26%;
	  border: none;
	  cursor: pointer;
	  background: url(/images/search-icon.svg);
	  background-size: 19px 19px; }

.idxicon-magnifier{
	width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    background: url(/images/search-icon.svg);
    background-size: 19px 19px;
	opacity: 0;
}


header nav .nav-mobile{ display: none; }

.search-m {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0; }


.social-btn{ width: 90px; display: flex; align-items: center; justify-content: flex-end; }
.social-btn a{ display: inline-block; width: 39px; height: 39px; margin: 0 5px; }


.header__social-box {
	width: 120px;
}

.header__social-btn {
	width: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	z-index: 0;
}

.header__social-btn i {
	font-size: 18px;
}

.header__social-btn::after {
	width: 40px;
	height: 40px;
	background: #533B24;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	content: "";
	z-index: -1;
}

.header__social {
	width: 100%;
	height: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-item {
	width: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__social-item img {
	width: 30px;
	height: auto;
}

.header__social-link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-icon {
	font-size: 30px;
}

.header__social-facebook:hover {
	color: #1877F2;
}

.header__social-instagram:hover {
	color: #de2d75;
}

.header__social-twitter:hover {
	color: #1DA1F2;
}

.header__social-youtube:hover {
	color: #EE3123;
}

.header__social-LINE:hover {
	color: #00B900;
}









@media only screen and (max-width: 1570px) {

	.header__social-box {
		width: 40px;
	}
	.header__social-btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		position: fixed;
		top: 82px;
		left: 100%;
		background: rgba(83, 59, 36, 0.9);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.header__social--on {
		left: 0;
	}
	.header__social-item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header__social-item.tw, .header__social-item.en {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social-item.tw img, .header__social-item.en img {
		width: 35px;
		height: 35px;
	}
	.header__social-item.language {
		display: none;
	}
}


@media only screen and (max-width: 1400px) {
.header-block{ width: calc(100% - 100px);}
}


.Departure {
	width: 140px;
	margin: 0 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.Departure .btn {
	border-color: #fff;
	border-width: 1px;
	color: #fff;
	font-weight: 300;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#715031+0,392819+100 */
	background: -webkit-gradient(linear, left top, left bottom, from(#715031), to(#392819));
	background: -o-linear-gradient(top, #715031 0%, #392819 100%);
	background: linear-gradient(to bottom, #715031 0%, #392819 100%);
}

.Departure .btn i {
	font-size: 22px;
	vertical-align: sub;
}


header .mobile-btn {
	width: 40px;
	height: 40px;
	display: none;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

header .mobile-btn .mobile-btn__burger {
	width: 20px;
	height: 3px;
	background: #000;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
	content: '';
	width: 20px;
	height: 3px;
	display: block;
	position: absolute;
	border-radius: 5px;
	background: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

header .mobile-btn .mobile-btn__burger:after {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

header .mobile-btn.current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .mobile-btn.current .mobile-btn__burger {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	background: transparent;
}

header .mobile-btn.current .mobile-btn__burger:before {
	-webkit-transform: rotate(45deg) translate(10px, -10px);
	-ms-transform: rotate(45deg) translate(10px, -10px);
	transform: rotate(45deg) translate(10px, -10px);
	background: #000;
}

header .mobile-btn.current .mobile-btn__burger:after {
	-webkit-transform: rotate(-45deg) translate(10px, 10px);
	-ms-transform: rotate(-45deg) translate(10px, 10px);
	transform: rotate(-45deg) translate(10px, 10px);
	background: #000;
}


@media only screen and (min-width: 1024px) {
	.nav__item:hover::before, .nav__item:hover::after {
		content: '';
		width: 100%;
	}
	.header__search-btn:hover {
		color: #fff;
		background: #222628;
	}
	.nav__layer::before {
    display: none;
  }
}


@media only screen and (max-width: 1300px) {
.nav__item{ padding: 0 10px; }
.header{ height: 90px; }
.nav__name span{ font-size: 15px; }
.logo{ width: 56px; }
.nav__item{ line-height: 28px; }
}


@media only screen and (max-width: 1200px) {
.header-top, .search{ width: 250px; }
.nav__name, .nav__layer .nav__item .nav__name{ font-size: 17px; }
.header-top{ margin-left: 0px; }
.nav__layer{ top: 89px; }
.nav__box{ margin-right: 30px }
.nav__item{ line-height: 22px; }
}


@media only screen and (max-width: 1024px) {
	.Departure .btn:hover {
		color: #fff;
		-webkit-transform: translateY(-3px);
		    -ms-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	.header {
		padding: 0 10px;
		z-index: 12;
	}
	.header::after {
		display: none;
	}
	.header .wrapper {
		padding: 0;
	}
	.header--fixed .header__search-form {
		top: 60px;
	}

	.nav__box {
		width: 100%;
		height: 105%;
		padding-top: 85px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background: #222628;
		position: fixed;
		top: -10px;
		right: -100%;
		z-index: 20;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		margin-right: 0;
	}
	.nav__box--on {
		right: 0;
	}
	.nav {
		padding-left: 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background: none;
		border: 0;
	}
	.nav__item {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-right: 0;
		display: block;
		border-bottom: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__item:hover {
		background-color: #002134;

	}
	.nav__name {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 10px 15px;
	}
	.nav__name:hover {
		background-color: #002134;

	}
	.nav__name::before {
		margin-right: 15px;
		color: #fff;
	}
	.nav__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__btn .nav__btn-icon {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.nav__btn--on .nav__btn-icon {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.nav__layer {
		width: 100%;
		top: 0;
		position: relative;
		background-color: #F8F8F8;
		border-width: 1px 0 0 0;
	}
	.nav__layer .nav__item .nav__btn {
		height: 38px;
	}
	.nav__layer .nav__item .nav__name {
		height: 45px;
        padding: 10px 40px 10px 15px;
	}
	.nav__layer .nav__item .nav__layer {
		padding-left: 20px;
		top: 0;
		left: 0;
	}
	.nav__layer .nav__item{ border-bottom: 0; }
	.nav__layer .nav__item:last-child {
		border-bottom: 0;
	}
	.nav__layer--on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__box--turnover .nav__btn-icon {
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.nav__box--turnover .nav__layer {
		height: 100%;
		overflow-y: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background-color: #222628;
		border-width: 0;
		position: fixed;
		left: 100%;
		z-index: 3;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(1) {
		border-top-width: 0;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(2) {
		border-top: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__item:last-child {
		border-bottom: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__layer {
		padding-left: 0;
		left: 100%;
	}
	.nav__box--turnover .nav__layer .nav__layer--on {
		left: 0;
	}
	.nav__box--turnover .nav__layer--on {
		left: 0;
		top: 0;
	}
	.nav__box--turnover .nav__prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hamburger--on {
		height: 60px;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
	}
	.hamburger--on span:nth-child(1) {
		opacity: 0;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.hamburger--on span:nth-child(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		    -ms-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.hamburger--on span:nth-child(3) {
		-webkit-transform: translateY(0) rotate(-45deg);
		    -ms-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
	.header__search {
		width: 40px;
		height: 40px;
		margin: 10px 0;
		border-radius: 50px;
	}
	.header__search-form {
		top: 60px;
		background: #fff;
	}
	.header__search-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #fff;
		font-size: 22px;
	}
	.header__search-form {
		position: fixed;
		left: 100%;
		padding: 15px 10px;
		background: rgba(0, 0, 0, 0);
	}
	.header__search-form--on {
		left: 0;
		top: 60px;
	}
	.header__search-btn {
		top: 15px;
	}
	.header__social {
		top: 60px;
	}
	.header__seo {
		text-align: left;
	}
	.Departure {
		margin-right: 10px;
	}

	.header .nav-mobile{ display: block; }
	header nav .nav__item:not(:last-child):after{ height: 17px; margin-left: 15px; }
	header nav{ padding: 13px 0 10px; height: calc(100% - 36px); }

	header nav .nav_inner{ top: 27px; }
	.search{ margin: 0 45px 0 0; }
	.header-top, .search{ width: 300px; }
	.header-btn{ width: 100%; justify-content: flex-end; }
	.header-block{ padding-top: 0; }
	.nav__name{ color: #fff;}
	.nav__layer .nav__item{ background-color: #222628;}
	.social-btn{ margin-right: 50px; }
	.social-btn a{ width: 34px; height: 34px;}
	.nav__layer{ transform: translate(0, 0);}
	.nav__layer .nav__item .nav__name{ color: #fff;}
}

@media only screen and (max-width: 980px) {
.nav__layer .nav__item .nav__layer .nav__item{ background: #222628; }

}


@media only screen and (max-width: 640px) {
	.header .wrapper {
		padding: 0 7px;
	}
	.logo span {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.313rem;
		margin-left: 0;
	}
	.header{ background: #014275; }
	.headSearch{ background: #014275; }
}



@media only screen and (max-width: 480px) {
.header-block{ width: auto;}
.header-top{ margin-right: 35px; }
.header-top, .search{ width: auto; }
}

@media only screen and (max-width: 360px) {

}


.search-m {
  opacity: 1; /* ✅ 不透明 */
}

@media (max-width: 1200px) {
  .headSearch {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: none;
    padding: 10px;
    z-index: 999;
  }

  .headSearch.active {
    display: flex;
  }

  .idxicon-magnifier {
    display: block;
	background: url(/images/search-icon-w.svg) no-repeat center;
	width: 25px;
    height: 25px;
	background-size: 25px 25px;
	opacity: 1
  }


.search{ margin: 0; }

header .mobile-btn{ top: 30%; }

.header-block{ display: flex; align-items: center; justify-content: flex-end; }

.header-top{ width: 25px; margin-right: 20px;}

.search__btn{ right: 21px;  bottom: 36%;}

.header.scrolled .headSearch{ background-color: #014275;}

.search-m{ display: block;  height: 25px; width: 25px;}


}


@media (max-width: 640px) {
.social-btn a{ width: 32px; height: 32px; }
.header-top{ margin-right: 5px; }
}