@charset "UTF-8";

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    font-style: normal;
    vertical-align: baseline;
    font-size: 100%;
    border: 0;
}
*::-webkit-scrollbar-track , .modal_container::-webkit-scrollbar-track {/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     */  background-color: rgba(0,0,0,.1); border-radius:10px; margin-top:5px; margin-bottom:0px; }
*::-webkit-scrollbar , .modal_container::-webkit-scrollbar { width: 5px;  background-color: #fff;margin-top:20px; margin-bottom:20px;}
*::-webkit-scrollbar-thumb , .modal_container::-webkit-scrollbar-thumb { background-color: #717171; border-radius:10px; margin-top:20px; margin-bottom:20px;}
*:focus { outline:none; }
body {
    height: 100%;
    min-height: 100vh;
    line-height: 1;
    font-family: 'AppleSDGothicNeo', sans-serif;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
}
img {
    width: 100%;
    height: auto;
}
ol, ul, li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    margin: 16px 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
button {
    outline: none;
    cursor: pointer;
}
i {
    cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
    -webkit-tap-highlight-color: transparent !important;
}
/* input style */
input::-ms-clear,
input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{ display: none; }
input, select,textarea {
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
select {
    cursor: pointer;
}
select:focus {
    outline: none;
}
input:focus {
    outline: none;
}
a {
    text-decoration:none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
}
strong {font-weight: 600;}
* {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

/* font-face */
@font-face {
    font-family: "AppleSDGothicNeo";
    src: local(※), url("../font/AppleSDGothicNeoL.woff") format("woff");
    font-weight: 300;
}
@font-face {
    font-family: "AppleSDGothicNeo";
    src: local(※), url("../font/AppleSDGothicNeoM.woff") format("woff");
    font-weight: 500;
}
@font-face {
    font-family: "AppleSDGothicNeo";
    src: local(※), url("../font/AppleSDGothicNeoB.woff") format("woff");
    font-weight: 600;
}
@font-face {
    font-family: "AppleSDGothicNeo";
    src: local(※), url("../font/AppleSDGothicNeoEB.woff") format("woff");
    font-weight: 800;
}
@font-face {
    font-family: "FuturaPT";
    src: local(※), url("../font/FuturaPTDemi.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "FuturaPT";
    src: local(※), url("../font/FuturaPTBold.woff") format("woff");
    font-weight: 800;
}