/* esm CSStore custom CSS */
body {
    margin: 0;
    padding: 0;
}

p,
b {
    font-size: 16px;
}

a {
    text-decoration: none;
}

a,
a:visited {
    /*color:#333; cursor:pointer;*/
}

li {
    padding-bottom: 8px;
}

/* fadeouts of placeholder in focus */
input[type='text'],
input[type='date'] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1em;
    min-width: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.disabled {
    background-color: rgba(255, 255, 255, .3);
    color: #888;
    font-weight: bold;
}

textarea {
    display: block;
    font-size: 1em;
    width: 600px;
    max-width: 100%;
    min-height: 300px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select {
    display: inline-block;
    font-size: 1em;
    height: 45px;
    min-width: 300px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select option {
    padding: 12px;
}



@media -ms-viewport,
screen and (max-width:640px) {

    input,
    select,
    textarea {
        width: 100%;
        min-width: auto;
        font-size: 1.05em;
        margin: 4px 0;
        min-width: auto;
    }
}


html.noscroll body {
    overflow: hidden;
}


/* GENERAL */
/* Property */
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.border-top {
    border-top: 1px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.block {
    display: block;
}

.btn30 {
    width: 30px;
    height: 30px;
}

.btn40 {
    width: 40px;
    height: 40px;
}

.btn50 {
    width: 50px;
    height: 50px;
}

.center {
    text-align: center !important;
}

.font-bold {
    font-weight: bold;
}

.fpo {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    background: red;
    z-index: 9999;
    text-transform: uppercase;
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
}

.float-right {
    float: right;
}

.inline-block {
    display: inline-block !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.m15 {
    margin: 15px !important;
}

.mid {
    font-size: 1.1em;
}

.mt15 {
    margin-top: 15px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb10- {
    margin-bottom: -10px !important;
}

.m50 {
    margin: 50px;
}

.noscroll {
    overflow: hidden;
}

.price {
    color: #eb5700;
    margin: 5px auto 10px auto;
}

.p10 {
    padding: 9px 10px 11px 10px !important;
}

.p12 {
    padding: 10px 12px 11px 12px !important;
}

.p20 {
    padding: 18px 20px 12px 20px !important;
}

.p25 {
    padding: 20px 25px 18px 25px !important;
}

.p50 {
    padding: 50px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb15 {
    padding-top: 15px !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.gray {
    color: #888 !important;
}

.graylink {
    color: #888 !important;
    text-decoration: underline !important;
    z-index: 8;
}

.sepline {
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(0);
    border-top: 1px solid #ccc;
    border-right: 0;
    margin: 25px 0;
}

.size36 {
    width: 36px;
    height: 36px;
}

.size72 {
    width: 72px;
    height: 72px;
}

.small {
    font-size: .8em;
}

.smaller {
    font-size: .87em;
    color: inherit;
}

.normal {
    font-weight: normal;
}

.strong {
    font-weight: bold;
}

.notegray {
    display: block;
    /*background:#666;*/
    border: 1px dashed #eb5700;
    color: #eb5700 !important;
    border-radius: 5px;
    padding: 14px 10px !important;
    font-size: 1em !important;
    text-align: center !important;
    margin-bottom: 3px !important;
}

.normal {
    font-size: normal !important;
}

.no-border-top {
    border-top: 0 !important;
}

.underline {
    text-decoration: underline !important;
}

.no-border {
    border: 0 !important;
    border-bottom: 0 !important;
}

.white,
.white>p {
    color: white !important;
}


/* SPINNER */
.loader {
    display: block;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(240, 242, 245, .9);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 888;
    display: none;
}

.loader div {
    display: block;
    width: 35px;
    height: 35px;
    z-index: 99;
    border-radius: 50%;
    background: orange;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: _loading_animate_main 1s infinite;
    -webkit-animation: _loading_animate_main 1s infinite;
    opacity: 0;
}

.loader div:nth-child(1) {
    animation-delay: .0s;
    -webkit-animation-delay: .0s;
}

.loader div:nth-child(2) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.loader div:nth-child(3) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}


@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes _loading_animate {

    0%,
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.5);
    }

    50% {
        opacity: .6;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes _loading_animate_main {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(.5);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}





















/*

.########..#######..########..##.....##
.##.......##.....##.##.....##.###...###
.##.......##.....##.##.....##.####.####
.######...##.....##.########..##.###.##
.##.......##.....##.##...##...##.....##
.##.......##.....##.##....##..##.....##
.##........#######..##.....##.##.....##

*/

.form a {
    float: left;
}

.form-selectlist a {
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 180px;
    font-size: 1.2em;
}

.form-selectlist a:before {
    content: url(../icon/icon-check.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    opacity: .1;
}

.form-selectlist a:after {
    content: url(../icon/icon-check-green.svg);
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.form-selectlist a.selected {
    background: black;
    color: white !important;
}

.form-selectlist a.selected:after {
    animation: _jumpcheck .3s forwards;
    -webkit-animation: _jumpcheck .3s forwards;
}

.form-selectlist a.selected:before {
    opacity: 0;
}

.form-selectlist-auto {}

.form-selectlist-auto a {
    width: auto;
}

.form-selectalphabet {}

.form-selectalphabet a {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 4px;
    padding: 10px;
    width: 50px;
    font-size: 1.2em;
    border: 1px solid #ccc;
}

.form-selectalphabet a.selected {
    background: black;
    color: white !important;
}

.form-selectchalphabet {}

.form-selectchalphabet a {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 4px;
    padding: 10px;
    width: 50px;
    font-size: 1.2em;
    border: 1px solid #ccc;
}

.form-selectchalphabet a.selected {
    background: black;
    color: white !important;
}

.form-switch {
    display: block;
    margin: 4px;
}

.form-switch a {
    display: inline-block;
    padding: 10px;
    width: 180px;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-right: 0;
    color: #888;
    text-align: center;
}

.form-switch a:first-child {
    border-radius: 4px 0 0 4px;
}

.form-switch a:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ccc;
}

.form-switch a.selected {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    background: white;
    color: black;
}



.btnset {
    margin: 10px 0;
}

.btnset .icon {
    margin: 0 6px !important;
}



.btn:focus,
button:focus {
    outline: none;
}

.btn,
.btnset .btn {
    display: block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    font-size: 16px;
    width: auto;
    border-radius: 4px;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    margin: 1.5em auto;
    border: 0;
    color: #fff;
    transition: all .3s;
    border-radius: 500px;
}

.btn:hover {
    background: #929292;
}


.btn-primary {
    background: #ff6d00 !important;
    color: #fff !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #e24f38 !important;
}


.btn-secondary {
    background: #505962;
}

.btn-secondary:hover {
    background: #303a45;
}


.btn-disabled,
.btn-disabled:hover {
    background: #dadada !important;
    opacity: 1 !important;
    cursor: default !important;
}



.btnselect {
    border: 0;
    color: white;
    background-color: #999;
    padding: 10px 70px;
    padding-right: 60px;
}

.btnselect:before {
    content: '  ';
    background: url(asset/icon-check.svg) no-repeat;
    background-size: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 40px;
    z-index: 0;
    -webkit-transform: scale(1.3) rotate(120deg);
    -moz-transform: scale(1.3) rotate(120deg);
    -ms-transform: scale(1.3) rotate(120deg);
    -o-transform: scale(1.3) rotate(120deg);
    transform: scale(1.3) rotate(120deg);
    animation: _checkmark .5s cubic-bezier(0.245, 1.525, 0.770, 0.960) forwards;
}

.btnreturnset {
    margin: -22px -25px 20px -25px;
    border-bottom: 1px solid #ccc;
    background: hsla(0, 0%, 50%, .2);
    padding: 4px 20px;
}

.btnreturnset .btn {
    padding: 4px 20px;
}



.bg-img-none {
    background-image: none;
}

.bg-white {
    background-color: white;
}

.access-mobile-form {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.access-mobile-submit {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
}


.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99995;
    display: none;
}

.overlaycon {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80%;
    font-size: .94em;
    line-height: 140%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 99999;
    padding: 0;
    display: none;
}

.overlaycon .btn-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: .5em;
    z-index: 15;
    opacity: .5;
}

.overlaycon .btn-close img {
    display: block;
    width: 1.8em;
    height: 1.8em;
}

.overlaycon .conbox {
    height: 100%;
    overflow-y: scroll;
    padding: 2em;
}

.overlaycon h2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 100%
}

.overlaycon table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.overlaycon table th,
.overlaycon table td {
    vertical-align: top;
    padding: .5em;
    border: 1px solid #ccc;
}

.overlaycon table tr td:nth-child(1) {
    min-width: 150px
}

.overlaycon .conbox::-webkit-scrollbar {
    -webkit-appearance: none;
}

.overlaycon .conbox::-webkit-scrollbar:vertical {
    width: 11px;
}

.overlaycon .conbox::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}


@media -ms-viewport,
screen and (max-width:640px) {

    .btnset,
    .btnset .btn,
    .btn,
    .btnset .btn-orange,
    .btn-orange {
        display: block;
    }

    .sepline-menu {
        display: inline-block;
        width: 1px;
        height: 30px;
        transform: translateY(10px);
        border-top: 0;
        border-right: 1px solid #ccc;
        margin: 0 20px;
    }

    .overlaycon {
        height: calc(100% - 2em);
        width: calc(100% - 2em);
    }

    .overlaycon .conbox {
        padding: 1em;
    }

}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .overlaycon .btn-close {
        right: .8em;
    }
}
