@charset "utf-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 tutorial
-----------------------------------------------------------
----------------------------------------------------------- */
#modal-tutorial {
	max-width: 700px;
	width: 95vw;
	min-width: 643px;
    position: relative;
    padding: 22px 42px;
}
#modal-tutorial  .modal-btn-close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 10;
}

#modal-tutorial button:hover {
	opacity: 0.8;
	transition: opacity 0.2s;
}
#modal-tutorial .jmodal-head {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.08em;
    color: #F15E0E;
    margin-bottom: 15px;
}
#modal-tutorial .jmodal-body .img {
	text-align: center;
}
#modal-tutorial .jmodal-body .img img {
    border: 1px solid #CCC;
}
/* #modal-tutorial .jmodal-body .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	min-height: 84px;
}
#modal-tutorial .jmodal-body .btn-skip {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
    border: 0;
    outline: none;
	background: none;
	color: #F15E0E;
    cursor: pointer;
    font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
#modal-tutorial .jmodal-body .btn-skip:hover {
	text-decoration: none;
} */
#modal-tutorial .btn-wrap {
    width: 350px;
    margin: -38px auto 0;
    position: relative;
    z-index: 10;
}
#modal-tutorial:not(.slide-last) .btn-wrap {
	visibility: hidden;
}
#modal-tutorial .btn-wrap .btn-design {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    outline: none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    line-height: 1.3;
    padding: 11px 10px 12px;
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-shadow: rgb(0 0 0 / 0%) 2px 2px 4px, inset rgb(130 39 0 / 17%) 0 0 16px 0px;
    /* background: #f03800;
    background: -moz-linear-gradient(top, #ff570f 0%, #f53d00 100%);
    background: -webkit-linear-gradient(top, #ff570f 0%,#f53d00 100%);
    background: linear-gradient(to bottom,  #ff570f 0%,#f53d00 100%); */
	background: #ff3c00;
}
#modal-tutorial .btn-wrap .btn-design::before {
    content: "";
    display: inline-block;
	width: 26px;
	height: 25px;
    background: url(/img/icn_edit.svg) no-repeat center center;
    background-size: contain;
    vertical-align: -5px;
    margin-right: 7px;
}
#modal-tutorial .check-btn {
    font-size: 13px;
    text-align: center;
    margin: 7px auto -12px;
    width: calc(100% - 60px);
}
#modal-tutorial .check-btn label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
#modal-tutorial .check-btn input[type="checkbox"] {
    vertical-align: top;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
	outline: none;
}
#modal-tutorial .check-btn label span {
    vertical-align: top;
    margin: 0;
}
#modal-tutorial .check-btn input[type=checkbox]:checked+span::before,
#modal-tutorial .check-btn input[type=checkbox]:checked+span::after {
	border-color: #F15E0E;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 slider
-----------------------------------------------------------
----------------------------------------------------------- */

#modal-tutorial {
	visibility: hidden;
}
#modal-tutorial #modal-tutorial-slider {
	list-style: none;
	padding: 0;
	max-height: 349px;
	overflow: hidden;
}
#modal-tutorial .bx-wrapper #modal-tutorial-slider {
	max-height: none;
	overflow: visible;
}
#modal-tutorial #modal-tutorial-slider li {
}

/*
---------------------------------------------------------
 bxSliderPreset
--------------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
#modal-tutorial .bx-wrapper {
	position: relative;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
#modal-tutorial .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
/** THEME
===================================*/
/* LOADER */
#modal-tutorial .bx-wrapper .bx-loading {
  min-height: 50px;
  background: rgba(255,255,255,0.8) url('//cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif') center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}





/*
---------------------------------------------------------
 bx-has-controls-direction
--------------------------------------------------------- */

#modal-tutorial .bx-controls.bx-has-pager.bx-has-controls-direction {
    position: relative;
    overflow: hidden;
	margin: 19px auto 0;
    width: calc(100% - 25px);
}
/* bx-pager
--------------------------------------------------------- */
#modal-tutorial .bx-wrapper .bx-pager {
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 0;
    top: 0;
    margin: auto 0;
    height: 11px;
	z-index: 0;
}
#modal-tutorial.slide-last .bx-wrapper .bx-pager {
	display: none;
}
#modal-tutorial .bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin: 0px 7px;
	vertical-align: top;
}
#modal-tutorial .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    text-indent: -9999px;
	outline: none;
    background: rgba(100,100,100,0.6);
    border: none;
    cursor: pointer;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
}
#modal-tutorial .bx-wrapper .bx-pager .bx-pager-item .active {
    /* background: #f15e0e; */
	background: #F15E0E;
}

/*
---------------------------------------------------------
 bx-controls-direction
--------------------------------------------------------- */
/* #modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev,
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next {
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    display: block;
    outline: none;
    text-indent: -9999px;
	width: 16px;
    height: 26px;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev {
    float: left;
	background-image: url(../img/icon_slider_prev.svg);
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next {
    float: right;
	background-image: url(../img/icon_slider_next.svg);
} */
#modal-tutorial .bx-wrapper .bx-controls-direction {
    position: relative;
    z-index: 10;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev,
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next {
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
    display: block;
	color: #F15E0E;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    background-size: 10px auto;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev {
    float: left;
	background-image: url(../img/modal_tutorial/icon_slider_prev.svg);
    background-position: left 5px;
    padding-left: 17px;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next {
    float: right;
    background-image: url(../img/modal_tutorial/icon_slider_next.svg);
    background-position: right 5px;
    padding-right: 17px;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-prev.disabled {
    opacity: 0.5;
}
#modal-tutorial .bx-wrapper .bx-controls-direction .bx-next.disabled {
	display: none;
}
