/* CSS Document */
/*---------------------contact------------------*/
.contactWrap {
	padding-top: 110px;
}

.contactTitle {
	text-align: center;
	margin-bottom: 75px;
}

.contactTitle h2 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.8px;
	margin-bottom: -15px;
}

.contactTitle p {
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.contactList {
	width: 844px;
	margin: 0 auto 16px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.contactList li {
	width: 45.2%;
	margin-bottom: 57px;
}

.contactList .conItemLink {
	display: block;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 15px;
	font-weight: bold;
	padding: 18px;
	letter-spacing: 0.2px;
	box-sizing: border-box;
	margin-bottom: 22px;
	background: rgba(136, 171, 218, 0.1) url(./../../img/contact/img_arrow.png) no-repeat;
	background-position: 18px center;
	background-size: 8px;
}

.contactList .conItemLink2 {
	letter-spacing: 0px;
}

.conItemText {
	font-size: 12px;
	color: #262626;
	text-align: left;
	font-weight: 400;
	line-height: 2.1;
	display: flex;
	justify-content: center;
}

.conItemText02 {
	font-size: 11px;
	color: #262626;
	text-align: left;
	padding-top: 18px;
	margin: 0 8px;
	letter-spacing: 0.2px;
	line-height: 1.82;
}

.conItemText02 a {
	display: inline-block;
	text-decoration: underline;
}

.conBotBox {
	text-align: center;
	margin-bottom: 55px;
}

.conBotBox .conBotTips {
	color: #262626;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 30px;
}

.conBotLink {
	text-align: center;
	font-size: 0;
}

.conBotLink li {
	display: inline-block;
}

.conBotLink a {
	text-decoration: underline;
	letter-spacing: 1.5px;
}

.conBotLink span {
	padding: 0 8px;
}

.conBotLink a,
.conBotLink span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
}

.contentBtn {
	text-align: center;
	margin-bottom: 40px;
}

.contentBtn a {
	border: 1px solid #a7a7a7;
	display: inline-block;
	min-width: 318px;
	box-sizing: border-box;
	padding: 6px 10px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #2f2f2f;
	letter-spacing: 0.6px;
	background: url(./../../img/contact/img_arrow.png) no-repeat;
	background-position: 18px center;
	background-size: 8px;
}

.btnDisable {
	opacity: 0.5;
}

.btnDisable > button {
	cursor: default;
}

/*---------------------contact1------------------*/
.conFromWrap {
	padding-top: 96px;
}

.conFromWrap .contactTitle {
	margin-bottom: 50px;
}

.contactNav {
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}

.contactNav li {
	display: inline-block;
}

.contactNav li.on {
	opacity: 0.5;
}

.contactNav li.on a:hover {
	opacity: 1;
}

.contactNav a {
	font-size: 13px;
	color: #2f2f2f;
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 0 20px;
	letter-spacing: 1.2px;
}

.contactNav a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	display: block;
	background: #a7a7a7;
}

.contactNav li:last-child a:after {
	display: none;
}

.contFormBox {
	width: 809px;
	margin: 0 auto;
}

.pageTitle {
	font-size: 17px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1.6px;
	box-sizing: border-box;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 42px;
}

.formTip {
	font-size: 12px;
	letter-spacing: 0.3px;
	margin-bottom: 40px;
}

.formTipLogin {
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.formTipLogin .loginButton {
	text-decoration: underline;
}

.formRow {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}

.formRow1 {
	margin-bottom: 28px;
}

.formLeft {
	padding-top: 5px;
	flex: 0 0 252px;
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 14px;
	letter-spacing: 1.6px;
	position: relative;
}

.formLeft span {
	position: absolute;
	right: 65px;
	color: #cd0000;
	top: 4px;
}

.formRight {
	flex: 1;
}

.baInpbox {
	font-size: 0;
}

.baInpbox li {
	display: inline-block;
	width: 217px;
	margin-right: 50px;
	position: relative;
}

.baInpbox li:nth-child(2n) {
	margin-right: 0;
}

.baseInput .baInText {
	position: absolute;
	right: 100%;
	font-size: 14px;
	top: 5px;
	padding-right: 12px;
	display: inline-block;
	width: 46px;
	text-align: right;
	letter-spacing: 1px;
}

.baseInput input[type="text"],
.baseInput input[type="number"] {
	width: 100%;
	border-radius: 0;
	border: 1px solid rgba(167, 167, 167, 0.5);
	font-size: 14px;
	-webkit-appearance: none;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 5px;
}

.baseInput input:disabled {
	background: #fff;
	opacity: 0.5;
	cursor: not-allowed;
}

.baInpbox1 li {
	width: 406px;
	display: block;
	margin-bottom: 38px;
}

.formTip2 {
	font-size: 12px;
	margin-top: -14px;
	line-height: 1.8;
	letter-spacing: -0.2px;
}

.formTip2 b {
	display: block;
	margin-bottom: 8px;
}

.baseSelect {
	width: 208px;
	position: relative;
}

.baseSelect select {
	width: 100%;
	height: 32px;
	background: rgba(230, 230, 230, 0.5);
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 30px 0 9px;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.baseSelect select::-ms-expand {
	display: none;
}

.formMember label span {
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -2px;
	letter-spacing: 1px;
}

.formMember label input {
	border: 1px solid #000;
}

.formMember p {
	font-size: 12px;
	margin-top: 7px;
	padding-left: 3px;
	letter-spacing: 0.7px;
}

.baInpbox2 li {
	width: auto;
}

.baInpbox2 .baseInput input {
	width: 208px;
}

.formTip3 {
	font-size: 10px;
	padding-left: 16px;
	letter-spacing: 0.6px;
	position: relative;
	top: -1px;
}

.conFromWrap2 .baInpbox2.formMember li {
	margin-bottom: 15px;
}

.baInpbox2.formMember li label > span {
	margin-left: 2px;
}

.baseInput3 {
	width: 208px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.baseInput3 .formTip3 {
	display: block;
	padding-left: 0;
	position: relative;
	top: 4px;
}

.baseTextarea {
	margin-right: 16px;
}

.baseTextarea textarea {
	width: 100%;
	padding: 5px;
	height: 230px;
	resize: none;
	font-size: 14px;
	border: 1px solid rgba(167, 167, 167, 0.5);
	border-radius: 0;
	-webkit-appearance: none;
}

.safetyCer {
	width: 208px;
	height: 32px;
	background: #e6e6e6;
	padding-right: 71px;
	box-sizing: border-box;
	margin-bottom: 14px;
}

.safetyCer .noUi-target {
	width: 100%;
	height: 100%;
	background: #e6e6e6;
	border-radius: 0;
	border: 0;
}

.safetyCer .noUi-horizontal .noUi-handle {
	width: 65px;
	height: 26px;
	background: #fff;
	border: 1px solid #a7a7a7;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}

html:not([dir="rtl"]) .safetyCer .noUi-horizontal .noUi-origin {
	left: auto;
	right: -68px;
}

html:not([dir="rtl"]) .safetyCer .noUi-horizontal .noUi-handle {
	right: 0;
	left: auto;
	top: 3px;
}

.safetyCer .noUi-handle:after,
.safetyCer .noUi-handle:before {
	display: none;
}

.safetyCer .noUi-touch-area {
	background: url(./../../img/contact/img_arrow02.png) no-repeat center center;
	background-size: 10px;
	cursor: e-resize;
}

.safetyCer img {
	width: 100%;
	display: block;
	margin-bottom: 14px;
	box-shadow: none;
}

.safetyCerText {
	font-size: 11px;
	color: #cd0000;
	letter-spacing: 0.9px;
}

.safetyCerText2 {
	color: #4e8b37;
}

.formAgree {
	text-align: center;
	padding-top: 4px;
	margin-bottom: 44px;
}

.formAgree span {
	font-size: 12px;
	letter-spacing: 1.4px;
	display: inline-block;
	padding-left: 4px;
	position: relative;
	top: -1px;
}

.formAgree input {
	border: 1px solid #000;
}

.formAgree span a {
	text-decoration: underline;
}

.formBtn {
	text-align: center;
	margin-bottom: 24px;
}

.formBtn li {
	display: inline-block;
}

.formBtn button,
.formBtn a {
	min-width: 305px;
	height: 55px;
	background: #303030;
	display: block;
	color: #ededed;
	font-size: 14px;
	line-height: 55px;
	letter-spacing: 2.8px;
	position: relative;
	outline: none;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.formBtn button::after,
.formBtn a::after {
	position: absolute;
	left: 23px;
	top: 21px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ededed;
}

.errorBox {
	position: relative;
}

.errorBox input {
	border-color: rgba(230, 0, 18, 0.5);
}

.errorBox .errorText {
	font-size: 11px;
	color: #ff0000;
	position: absolute;
	transform: translateY(100%);
	bottom: -3px;
	letter-spacing: 0.6px;
}

.errorBox.formAgree .errorText,
.errorBox.formReturnAgree .errorText {
	position: static;
	transform: translateY(0);
	text-align: center;
	margin-top: 8px;
}

/*---------------------confirm------------------*/
.confirmWrap {
	padding-top: 110px;
}

.confirmWrap .contactTitle {
	margin-bottom: 56px;
}

.confirmWrap .pageTitle {
	margin-bottom: 70px;
}

.confirmWrap .formLeft {
	padding-top: 3px;
	flex: 0 0 238px;
}

.confirmWrap .formRight {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
}

.confirmWrap .formRow {
	margin-bottom: 24px;
}

.confirmWrap .contFormList {
	margin-bottom: 68px;
}

.confirmWrap .formBtn button,
.confirmWrap .formBtn a {
	min-width: 212px;
	margin: 0 25px;
	letter-spacing: 1px;
}

.confirmWrap .formBtn {
	margin-bottom: 74px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.formBtn01 button,
.formBtn01 a {
	background: rgba(48, 48, 48, 0.6);
	letter-spacing: 2px;
}

/*---------------------thank------------------*/
.conThankWrap {
	padding-top: 112px;
	margin-bottom: 46px;
}

.conThankWrap .contactTitle {
	margin-bottom: 54px;
}

.conThankWrap .pageTitle {
	margin-bottom: 63px;
}

.conThankText {
	text-align: center;
	font-size: 13px;
	line-height: 2.5;
	letter-spacing: 0.5px;
}

.conThankWrap .contFormBox {
	margin: 0 auto;
}

/*qa*/
.faq {
	background: #fff;
}

.faqWrap {
	padding-top: 70px;
	padding-bottom: 114px;
}

.baseTitleWrap p {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.faqWrap .baseTitleWrap {
	margin-bottom: 58px;
}

.baseSelect p::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 4px;
	border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
	position: absolute;
	right: -1px;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.baseTitleWrap p {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.baseTitleWrap3 .baseTitle {
	margin-bottom: 8px;
	font-size: 60px;
	letter-spacing: 1px;
}

.baseTitle,
.baseTitlejp {
	margin-bottom: 52px;
	font-size: 43px;
	text-align: center;
	letter-spacing: 0.2px;
}

.faqConWrap {
	max-width: 1000px;
	margin: 0 auto;
	border-top: 2px solid #000;
	padding: 64px 0 0;
}

.faqConList {
	float: right;
	width: 721px;
}

.faqItemTop {
	margin-top: -2px;
	margin-bottom: 46px;
}

.faqItemTitle {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.faqItemIntro {
	font-size: 13px;
	letter-spacing: 1.3px;
}

.faqNav {
	float: left;
}

.faqNav li {
	margin-bottom: 26px;
}

.faqNav a {
	font-size: 14px;
	display: inline-block;
	padding-left: 26px;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.7;
}

.faqNav .on a,
.faqNav .on a:hover {
	color: #aaaaaa;
}

.faqNav a:after {
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #584534;
	opacity: 0.5;
}

/*qaList*/

.qaList {
	border-top: 1px solid #000;
}

.qaList li {
	border-bottom: 1px solid #cccccc;
}

.qaList li p {
	display: flex;
}

.faqConListItem {
	display: none;
}

.faqConListItem.active {
	display: block;
}

.linkLine {
	text-decoration: underline;
}

.qaText {
	font-size: 34px;
	color: rgba(156, 156, 156);
}

.qaTextQ .qaText {
	margin-right: 22px;
}

.qaTextA .qaText {
	color: rgba(81, 81, 81);
}

.qaTextQ {
	padding: 6px 7px 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 1.4px;
	transition: background 0.5s ease;
}

.qaTextQ .qaWord {
	margin-top: 17px;
	margin-bottom: 12px;
}

.qaTextQ:hover {
	background: #f3f3f3;
}

.on .qaTextQ:hover {
	background: inherit;
}

.qaTextA {
	margin-top: -4px;
	padding: 0 9px 31px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.6px;
}

.qaList li .qaTextA {
	display: none;
}

.qaTextA .qaText {
	margin-right: 25px;
}

.qaTextA .qaWord {
	margin-top: 12px;
	line-height: 1.7;
}

.qaTextA .qaWord span {
	display: block;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding-left: 1em;
	text-indent: -1em;
}

.qaTextA .qaWord a {
	display: inline-block;
	text-decoration: underline;
	transition: color 0.5s ease;
}

.qaTextA .qaWord a:hover {
	color: #999;
}

.faqSelect {
	overflow: visible;
}

.faqSelect ul {
	display: none;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	border-top: none;
	z-index: 10;
}

.faqSelect li {
	padding: 17px 20px 17px 18px;
	border: 1px solid #e5e6e3;
	border-top: none;
	font-size: 15px;
	background-color: #fff;
}

.faqBaseSelect::after {
	border: 0 !important;
}

/* contact2 */
.conFromWrap2 .formLeft {
	flex: 0 0 285px;
}
.conFromWrap2 .formLeft02 {
	flex: 0 0 325px;
}
.conFromWrap2 .formLeftDescription {
	flex: 0 0 0;
}

.conFromWrap2 .formRight2 {
	width: 503px;
}

.conFromWrap2 .baseInput2 {
	margin-bottom: 38px;
}

.conFromWrap2 .contactLink2 {
	text-decoration: underline;
}

.conFromWrap2 .baseSelect2 {
	display: inline-block;
	margin-right: 30px;
}

.conFromWrap2 .contactRadio2 li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 8px;
}

.conFromWrap2 .contactRadio2 li:last-child {
	margin-right: 0;
}

.conFromWrap2 .formLeftSpan2 {
	position: static;
	display: block;
	color: #333;
}

.contFormRight4 {
	padding-top: 5px;
}

/* contact3 */

.conFromWrap3 .formLeft {
	flex: 0 0 305px;
}

.conFromWrap3 .baseInput2 {
	margin-bottom: 38px;
}

.conFromWrap3 .contactRadio2 li {
	display: inline-block;
	margin-right: 30px;
}

.conFromWrap3 .formMember2 {
	margin-bottom: 16px;
}

.ctformRow3 {
	margin-bottom: 10px;
}

.ctformRow3 .formLeft {
	flex: 0 0 145px;
}

.ctformRow3 .formLeft span {
	right: 30px;
}

.ctformRow3 .baInpbox li {
	margin-right: 0;
}

.ctformRow3 .baInpbox2 .baseInput input {
	width: 100px;
}

.formBtn3 {
	padding-left: 245px;
}

.formBtn3 a {
	background: #d8d8d8;
	position: relative;
	display: inline-block;
	padding: 8px 0 8px 10px;
	width: 144px;
	text-align: center;
	font-size: 12px;
}

.formBtn3 a::before,
.formBtn3 a::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 1px;
	background: #333;
	left: 30px;
	top: 17px;
}

.formBtn3 a::after {
	transform: rotate(90deg);
}

.ctCradList {
	margin-bottom: 45px;
}

/*! nouislider - 14.0.2 - 6/28/2019 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
/* Wrapper for all connect elements.
*/
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}
.noUi-connect {
	height: 100%;
	width: 100%;
}
.noUi-origin {
	height: 10%;
	width: 10%;
}
/* Offset direction
*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Slider size and handle placement;
*/
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}
/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/
.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
	border-radius: 3px;
}
.noUi-connect {
	background: #3fb8af;
}
/* Handles and cursors;
*/
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
/* Handle stripes;
*/
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
/* Disabled state;
*/
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
/* Values;
*
*/
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
/* Markings;
*
*/
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-sub {
	background: #aaa;
}
.noUi-marker-large {
	background: #aaa;
}
/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
/* Vertical layout;
*
*/
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*---------------------contact------------------*/
	.contactWrap {
		padding-top: 85px;
	}

	.contactTitle {
		margin-bottom: 41px;
	}

	.contactTitle h2 {
		font-size: 22px;
		letter-spacing: 0.4px;
		margin-bottom: -7px;
	}

	.contactTitle p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.contactList {
		width: auto;
		margin: 0 20px 50px;
		display: block;
	}

	.contactList li {
		width: auto;
		margin-bottom: 44px;
	}

	.contactList .conItemLink {
		padding: 14px 0;
		margin-bottom: 14px;
		background-position: 16px center;
	}

	.contactList .conItemLink2 {
		letter-spacing: 0px;
		font-size: 15px;
		padding: 16px 0;
	}

	.conItemText02 {
		padding-top: 14px;
		margin: 0;
		padding-bottom: 6px;
	}

	.conBotBox {
		margin: 0 28px 28px;
	}

	.conBotLink {
		width: 300px;
		margin: 0 auto;
	}

	.conBotLink li {
		margin-bottom: 22px;
	}

	.contentBtn {
		margin-bottom: 22px;
	}

	.contentBtn a {
		display: block;
		min-width: auto;
		margin: 0 22px;
	}

	.w-100-mb {
		width: 100%!important;
	}
	/*---------------------contact1------------------*/
	.conFromWrap {
		padding-top: 86px;
	}

	.conFromWrap .contactTitle {
		margin-bottom: 35px;
	}

	.contFormBox {
		width: auto;
		margin: 0 25px 68px;
	}

	.pageTitle {
		font-size: 16px;
		padding: 15px 0;
		margin-bottom: 36px;
	}

	.formTip {
		margin-bottom: 35px;
		text-align: center;
		line-height: 2;
	}

	.formRow {
		display: block;
		margin-bottom: 26px;
	}

	.formRow1 {
		margin-bottom: 33px;
	}

	.formLeft {
		padding-top: 0;
		margin-bottom: 16px;
		padding-right: 0;
	}

	.formLeft span {
		position: static;
		display: inline-block;
		box-sizing: border-box;
		padding-left: 5px;
	}

	.baInpbox li {
		width: 49%;
		margin-right: 4%;
		box-sizing: border-box;
		padding-left: 36px;
	}

	.baseInput .baInText {
		right: auto;
		padding-right: 0;
		width: 30px;
		left: 0;
	}

	.baInpbox li:nth-child(2n) {
		margin-right: 0;
		width: 47%;
	}

	.baInpbox1 li {
		width: auto;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 34px;
	}

	.baInpbox1 li:nth-child(2n) {
		width: auto;
	}

	.baInpbox1 .baseInput .baInText {
		position: static;
		width: auto;
		text-align: left;
		margin-bottom: 10px;
	}

	.baInpbox1 .baseInput .baInText span {
		display: inline-block;
		box-sizing: border-box;
		padding-left: 5px;
		color: #cd0000;
	}

	.formTip2 {
		margin-top: -5px;
		line-height: 1.5;
	}

	.formTip2 b {
		margin-bottom: 13px;
	}

	.formRow2 {
		display: flex;
	}

	.formRow2 .formLeft {
		flex: 0 0 79px;
		padding-top: 6px;
	}

	.formMember p {
		line-height: 1.8;
	}

	.baInpbox2 li {
		width: auto;
		padding-left: 0;
		margin-right: 0;
	}

	.baInpbox2 .baseInput input {
		width: calc(100% - 160px);
	}

	.formTip3 {
		padding-left: 10px;
		letter-spacing: 0.4px;
	}

	.baseInput3 {
		width: calc(100% - 30px);
	}

	.baInpbox2 .baseInput3 input {
		width: 208px;
	}

	.safetyCerText {
		line-height: 2;
	}

	.formAgree {
		padding-top: 12px;
		margin-bottom: 50px;
	}

	.formBtn {
		margin: 0 3px 0;
	}

	.formBtn li {
		display: block;
	}

	.formBtn a,
	.formBtn button {
		min-width: auto;
		font-size: 15px;
		letter-spacing: 3.2px;
		width: 100%;
	}

	.formBtn a::after,
	.formBtn button::after {
		left: 40px;
	}

	.contactNav {
		margin-bottom: 26px;
	}

	.contactNav li {
		display: block;
	}

	.contactNav a {
		padding: 11px 0;
	}

	/*---------------------contact2------------------*/
	.conFromWrap2 .formRight2 {
		width: auto;
	}

	.conFromWrap2 .ctbaInpbox2 .baseInput input {
		width: 208px;
	}

	.conFromWrap2 .baseSelect2 {
		margin-bottom: 10px;
	}

	/*---------------------contact3------------------*/
	.formBtn3 {
		padding-left: 0;
	}

	/*---------------------confirm------------------*/

	.confirmWrap {
		padding-top: 98px;
	}

	.confirmWrap .pageTitle {
		margin-bottom: 44px;
	}

	.confirmWrap .formLeft {
		min-width: 118px;
		margin-bottom: 11px;
	}

	.confirmWrap .formLeft,
	.confirmWrap .formRight {
		display: inline-block;
	}

	.confirmWrap .formRow {
		margin-bottom: 13px;
	}

	.confirmWrap .formRow3 .formLeft {
		display: block;
	}

	.confirmWrap .contFormList {
		margin-bottom: 46px;
	}

	.confirmWrap .formBtn {
		margin: 0 25px;
		display: block;
	}

	.confirmWrap .formBtn li {
		margin-bottom: 20px;
	}

	.confirmWrap .formBtn a,
	.confirmWrap .formBtn button {
		min-width: auto;
		margin: 0;
		letter-spacing: 0.8px;
	}

	.confirmWrap .formBtn a::after,
	.confirmWrap .formBtn button::after {
		left: 25px;
	}

	.confirmWrap .contFormBox {
		margin: 0 25px -22px;
	}
	/*---------------------thank------------------*/
	.conThankWrap {
		padding-top: 90px;
		margin-bottom: 10px;
	}

	.conThankWrap .pageTitle {
		margin-bottom: 51px;
	}

	.conThankWrap .contFormBox {
		margin: 0 25px;
	}

	.conThankText {
		text-align: center;
		font-size: 12px;
		line-height: 2.5;
		letter-spacing: 0.1px;
		margin: 0 -10px;
	}

	.formLine {
		border-bottom: 1px solid rgba(167, 167, 167, 0.3);
	}

	.ctCradList {
		margin-bottom: 24px;
		padding-bottom: 4px;
		border-bottom: 1px solid rgba(167, 167, 167, 0.3);
	}
	/*qa*/
	.faqWrap {
		padding-top: 79px;
		padding-bottom: 68px;
	}

	.faqWrap .baseTitleWrap {
		margin-bottom: 38px;
	}

	.faqConWrap {
		padding-top: 0;
		margin: 0 25px;
		border-top: none;
	}

	.baseSelect.faqSelect p::after {
		top: 52%;
		right: 18px;
	}

	.baseTitleWrap3 .baseTitle {
		margin-bottom: 4px;
		font-size: 48px;
		letter-spacing: 1px;
	}
	.baseTitleWrap3 p {
		font-size: 14px;
		font-weight: 500;
	}

	.faqConWrap .baseSelect ul {
		width: 100%;
	}

	.faqConList {
		float: none;
		width: auto;
		margin-bottom: 55px;
	}

	.faqNav {
		float: none;
	}

	.baseSelect.faqSelect {
		width: 100%;
		float: none;
		margin-bottom: 63px;
	}

	.baseSelect.faqSelect p {
		padding: 17px 20px 17px 18px;
		font-size: 15px;
		border: 1px solid #c7c6c4;
		border-top: 2px solid #000;
	}

	.baseSelect.faqSelect p::after {
		top: 52%;
		right: 18px;
	}

	.faqItemTop {
		margin-top: 0px;
		margin-bottom: 34px;
	}

	.faqItemTitle {
		margin-bottom: 14px;
		font-size: 22px;
		letter-spacing: 0.8px;
		text-align: center;
	}

	.faqItemIntro {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 1.9;
	}

	.faqNav li {
		margin-bottom: 26px;
		float: left;
		width: calc(100% - 173px);
	}

	.faqNav li:nth-child(2n) {
		width: auto;
	}

	.faqNav li:nth-child(2n) a {
		padding-right: 0;
	}

	.faqNav a::after {
		top: 10px;
	}

	.faqNav a {
		padding-right: 16px;
	}

	.faqNav a br {
		line-height: 0;
	}

	/*qaList*/
	.qaTextQ {
		padding: 5px 5px 10px;
		font-size: 13px;
		letter-spacing: 0.8px;
		line-height: 1.6;
	}

	.qaText {
		font-size: 30px;
	}

	.qaTextQ .qaText {
		margin-right: 14px;
	}

	.qaTextQ:hover {
		background: inherit;
	}

	.qaTextQ .qaWord {
		margin-top: 15px;
		margin-bottom: 7px;
	}

	.qaTextA {
		margin-top: -19px;
		padding: 0 7px 20px;
		font-size: 13px;
		letter-spacing: 0.5px;
	}

	.qaTextA .qaText {
		margin-right: 16px;
	}

	.qaTextA .qaWord {
		margin-top: 9px;
		line-height: 1.62;
	}
}

@media all and (min-width: 0) and (max-width: 360px) {
	/*---------------------confirm------------------*/
	.confirmWrap .formLeft {
		letter-spacing: -0.1px;
	}
	/*qa*/
	.faqNav a {
		letter-spacing: -0.3px;
	}

	.faqNav li {
		width: calc(100% - 166px);
	}

	.faqNav li:nth-child(2n) {
		width: auto;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	/*---------------------contact------------------*/
	.conItemText {
		letter-spacing: -0.5px;
	}

	.contactList .conItemLink {
		font-size: 14px;
		letter-spacing: -0.5px;
	}

	.contactList .conItemLink2 {
		font-size: 14px;
		letter-spacing: -1.4px;
	}

	.conBotBox .conBotTips {
		letter-spacing: 0.3px;
	}
	/*---------------------contact1------------------*/
	.baseSelect {
		width: 180px;
	}
	/*---------------------confirm------------------*/
	.confirmWrap .formLeft {
		letter-spacing: -0.5px;
	}

	.confirmWrap .formRight {
		letter-spacing: -0.5px;
	}
	/*qa*/
	.faqNav li {
		width: calc(100% - 150px);
	}

	.faqNav li:nth-child(2n) {
		width: auto;
	}

	.faqNav a {
		letter-spacing: -0.8px;
		padding-right: 6px;
		padding-left: 18px;
	}

	.conBotLink {
		width: auto;
	}

	.comLnag {
		left: 10px;
	}
}

/* page form_02 */
.page-id-792 .formWrapper,
.page-id-792 .formRow,
.page-id-1109 .formWrapper,
.page-id-1109 .formRow,
.page-id-714 .formWrapper,
.page-id-714 .formRow {
	/* Chrome, Safari, Edge, Opera */
	/* Firefox */
}
.page-id-792 .formWrapper .formBox,
.page-id-792 .formRow .formBox,
.page-id-1109 .formWrapper .formBox,
.page-id-1109 .formRow .formBox,
.page-id-714 .formWrapper .formBox,
.page-id-714 .formRow .formBox {
	width: 45px;
	height: 20px;
	display: inline-block;
	top: 50%;
	border-radius: 0;
	border: 1px solid rgba(167, 167, 167, 0.5);
	font-size: 14px;
	-webkit-appearance: none;
	height: 32px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	box-sizing: border-box;
}
.page-id-792 .formWrapper .formBox.fluid,
.page-id-792 .formRow .formBox.fluid,
.page-id-1109 .formWrapper .formBox.fluid,
.page-id-1109 .formRow .formBox.fluid,
.page-id-714 .formWrapper .formBox.fluid,
.page-id-714 .formRow .formBox.fluid {
	width: 370px;
}
.page-id-792 .formWrapper .formBox.date,
.page-id-792 .formRow .formBox.date,
.page-id-1109 .formWrapper .formBox.date,
.page-id-1109 .formRow .formBox.date,
.page-id-714 .formWrapper .formBox.date,
.page-id-714 .formRow .formBox.date {
	width: 70px;
}
.page-id-792 .formWrapper .formBox.date:last-child,
.page-id-792 .formRow .formBox.date:last-child,
.page-id-1109 .formWrapper .formBox.date:last-child,
.page-id-1109 .formRow .formBox.date:last-child,
.page-id-714 .formWrapper .formBox.date:last-child,
.page-id-714 .formRow .formBox.date:last-child {
	width: 50px;
}
.page-id-792 .formWrapper .formBox.month,
.page-id-792 .formWrapper .formBox.day,
.page-id-792 .formRow .formBox.month,
.page-id-792 .formRow .formBox.day,
.page-id-1109 .formWrapper .formBox.month,
.page-id-1109 .formWrapper .formBox.day,
.page-id-1109 .formRow .formBox.month,
.page-id-1109 .formRow .formBox.day,
.page-id-714 .formWrapper .formBox.month,
.page-id-714 .formWrapper .formBox.day,
.page-id-714 .formRow .formBox.month,
.page-id-714 .formRow .formBox.day {
	width: 50px;
}
.page-id-792 .formWrapper.formCatQuestion,
.page-id-792 .formRow.formCatQuestion,
.page-id-1109 .formWrapper.formCatQuestion,
.page-id-1109 .formRow.formCatQuestion,
.page-id-714 .formWrapper.formCatQuestion,
.page-id-714 .formRow.formCatQuestion {
	display: none;
}
.page-id-792 .formWrapper .formRow:last-child,
.page-id-792 .formRow .formRow:last-child,
.page-id-1109 .formWrapper .formRow:last-child,
.page-id-1109 .formRow .formRow:last-child,
.page-id-714 .formWrapper .formRow:last-child,
.page-id-714 .formRow .formRow:last-child {
	margin-bottom: 0;
	padding-bottom: 50px;
}
.page-id-792 .formWrapper input::-webkit-outer-spin-button,
.page-id-792 .formWrapper input::-webkit-inner-spin-button,
.page-id-792 .formRow input::-webkit-outer-spin-button,
.page-id-792 .formRow input::-webkit-inner-spin-button,
.page-id-1109 .formWrapper input::-webkit-outer-spin-button,
.page-id-1109 .formWrapper input::-webkit-inner-spin-button,
.page-id-1109 .formRow input::-webkit-outer-spin-button,
.page-id-1109 .formRow input::-webkit-inner-spin-button,
.page-id-714 .formWrapper input::-webkit-outer-spin-button,
.page-id-714 .formWrapper input::-webkit-inner-spin-button,
.page-id-714 .formRow input::-webkit-outer-spin-button,
.page-id-714 .formRow input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.page-id-792 .formWrapper input[type="number"],
.page-id-792 .formRow input[type="number"],
.page-id-1109 .formWrapper input[type="number"],
.page-id-1109 .formRow input[type="number"],
.page-id-714 .formWrapper input[type="number"],
.page-id-714 .formRow input[type="number"] {
	-moz-appearance: textfield;
}
.page-id-792 .formWrapper .-notoSans.mb0,
.page-id-792 .formRow .-notoSans.mb0,
.page-id-1109 .formWrapper .-notoSans.mb0,
.page-id-1109 .formRow .-notoSans.mb0,
.page-id-714 .formWrapper .-notoSans.mb0,
.page-id-714 .formRow .-notoSans.mb0 {
	margin-bottom: 0;
}
.is_hidden,
.page-id-792 .is_hidden,
.page-id-1109 .is_hidden,
.page-id-714 .is_hidden,
.page-id-715 .is_hidden,
.page-id-713 .is_hidden,
.page-id-712 .is_hidden,
.page-id-1370 .is_hidden {
	display: none;
}
.page-id-792 .formMember label input.f_input,
.page-id-1109 .formMember label input.f_input,
.page-id-714 .formMember label input.f_input {
	border: 1px solid rgba(167, 167, 167, 0.5);
}
.page-id-792 .baseSelect p.errorText::after,
.page-id-1109 .baseSelect p.errorText::after,
.page-id-714 .baseSelect p.errorText::after {
	content: none;
}
.page-id-792 .postal li,
.page-id-1109 .postal li,
.page-id-714 .postal li {
	margin-bottom: 28px;
}
.page-id-792 .postal li:last-child,
.page-id-1109 .postal li:last-child,
.page-id-714 .postal li:last-child {
	margin-bottom: 0;
}
.page-id-792 .postal .postal_label,
.page-id-1109 .postal .postal_label,
.page-id-714 .postal .postal_label {
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 5px;
}
.page-id-792 .baInpbox2 .baseInput input[type="text"],
.page-id-792 .baInpbox2 .baseInput input[type="number"],
.page-id-1109 .baInpbox2 .baseInput input[type="text"],
.page-id-1109 .baInpbox2 .baseInput input[type="number"],
.page-id-714 .baInpbox2 .baseInput input[type="number"],
.page-id-714 .baInpbox2 .baseInput input[type="text"] {
	width: 100%;
}

.page-id-792 .baInpbox2 .baseInput .numbers_only,
.page-id-714 .baInpbox2 .baseInput .numbers_only,
.page-id-1109 .baInpbox2 .baseInput .numbers_only {
	border: 1px solid rgba(167, 167, 167, 0.5);
}

.formRow .numbers_only::-webkit-outer-spin-button,
.formRow .numbers_only::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formRow .numbers_only[type=number] {
  -moz-appearance: textfield;
}

.en_form2 .-notoSans,
.en_form2 .formTip2 b,
.en_form2 .formMember p,
.en_form2 .formMember label span {
	font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

button.btnSelectGoods {
	min-width: 160px;
	height: 42px;
	background: #303030;
	display: block;
	color: #ededed;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	outline: none;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	margin-top: 25px;
}