@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

/*********** reset start **************/
html {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #666;
  font-size: 12px;
  font-family: var(--font-family);
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

/*********** reset end **************/

/*************** common class start ********************/
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.cl {
  zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.pr {
  position: relative;
}

.fr, .float-right {
  float: right;
}

.fl, .float-left {
  float: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}
/*************** common class end ********************/


/***************** grid and size start ***********************/
.visible-xs,
.visible-xs-block {
  display: none !important
}

@media screen and (max-width: 768px) {
  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media screen and (min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media screen and(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}
/***************** grid and size end ***********************/



/******************* frame start ************************/
.wp {
  margin: 0 auto;
  width: 1440px;
}

@media screen and (max-width: 1500px) {
  .wp {
    width: 1200px
  }
}

@media screen and (max-width: 1280px) {
  .wp {
    width: 942px
  }
}

@media screen and (max-width: 992px) {
  .wp {
    width: 718px
  }
}

@media screen and (max-width: 768px) {
  .wp {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-left: 20px
  }
}

@media screen and (max-width: 576px) {
  .wp {
    width: 100%;
    padding-right: 12px;
    box-sizing: border-box;
    padding-left: 12px
  }
}
/******************* frame end ************************/
    
.privacy{padding:80px 0;}
.privacy h3{font-size:36px;line-height:1;color:#000;text-align:center;font-weight:700;}
.privacy .pcontent{margin:40px 0 0;color:#666;font-size:17px;line-height:28px;}
.privacy .pcontent p ~ p{margin-top:10px;}
.privacy .pcontent strong{color:#000;}



.cookie-policy {
    background: #fff;
    color: #666;
    bottom: 0;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .16);
    left: 0;
    padding: 32px 24px 16px;
    position: fixed;
    right: 0;
    z-index: 9999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-policy__title {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.cookie-policy__desc {
    font-size: 12px;
    line-height: 18px;
}

.cookie-policy__close-icon {
    height: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 16px;
    cursor: pointer;
}

.cookie-policy__buttons {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-left: 40px;
    /* padding-bottom: 24px; */
}

@media screen and (min-width: 768px) {

    .cookie-policy__personalize-button,
    .cookie-policy__accept-button {
        min-width: 137px !important;
    }
}

@media (min-width: 768px) {
    .cookie-policy__personalize-button:hover {
        background: #fff;
        border-color: var(--color-primary, #333);
        color: var(--color-primary, #333);
    }
    .cookie-policy__accept-button:hover {
        background: var(--color-primary, #333);
    }
}

.cookie-policy__personalize-button {
    background: #fff;
    border: 1px solid var(--color-primary, #333);
    color: var(--color-primary, #333);
}

.cookie-policy__personalize-button,
.cookie-policy__accept-button {
    border-radius: 0;
    font-weight: 400;
    /* height: 36px; */
    white-space: nowrap;
    /* width: 137px; */
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
}

.cookie-policy__personalize-button {
    margin-right: 16px;
}

.cookie-policy__accept-button {
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    background: var(--color-primary, #333);
}


.cookie-policy__modal-mask, .cookie-policy__modal-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.cookie-policy__modal-mask {
    background-color: rgba(0,0,0,.55);
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.cookie-policy__modal-wrap {
    align-items: center;
    display: flex;
    outline: 0;
}
.cookie-policy__modal {
    font-feature-settings: "tnum";
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-sizing: border-box;
    color: #222;
    display: flex;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0 auto;
    max-height: calc(100vh - 64px);
    max-width: calc(100vw - 64px);
    padding: 0;
    position: relative;
}
.cookie-policy__modal-close {
    text-rendering: auto;
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 0;
    transition: color .3s;
    width: 50px;
    z-index: 10;
}
.cookie-policy__modal-close-icon {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
}
.cookie-policy__modal-close:hover {
    color: #222;
    text-decoration: none;
}
.cookie-policy__modal-content {
    border-radius: 12px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.5;
}
.cookie-policy__modal-body {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    overflow: auto;
    padding: 0 16px;
}
.cookie-policy__settings-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
}
.cookie-policy__setting-item-top {
    align-items: center;
    display: flex;
}
.cookie-policy__setting-subtitle {
    flex: 1;
    font-size: 14px;
    margin: 16px 0;
}
.cookie-policy__setting-detail {
    color: #666;
    line-height: 18px;
}
.cookie-policy__setting-swith-btn {
    font-feature-settings: "tnum";
    background-color: #ccc;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
    height: 22px;
    width: 40px;
}
.cookie-policy__setting-swith-handle {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 3px 3px 0 rgba(0,0,0,.24);
    height: 16px;
    left: 3px;
    position: relative;
    width: 16px;
    border-radius: 50%;
    transition: all .25s;
}
.cookie-policy__modal-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    padding: 16px;
}
.cookie-policy__modal-save-btn {
    min-width: unset;
    flex: 1;
    border-radius: 0;
    width: 180px;
    height: auto;
    white-space: normal;
    background: var(--color-primary, #333);
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 24px;
    outline: 0;
    padding: 3px 12px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
}
.cookie-policy__modal-save-btn:hover {
    background: var(--color-primary, #333);
}
.cookie-policy__modal-save-btn span {
    display: inline-block;
    font-size: 14px;
}
.cookie-policy__setting-swith-btn.setting-swith-checked {
    background-color: #ff472e;
}
.cookie-policy__setting-swith-btn.setting-swith-checked .cookie-policy__setting-swith-handle {
    left: 21px;
}

@media screen and (max-width: 768px)  {
    .cookie-policy {
        /* padding: 0 5%; */
        /* border-radius: 15px; */
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        display: block;
        padding-top: 24px;
    }
    .cookie-policy__title {
        text-align: center;
    }
    .cookie-policy__desc {
        font-size: 14px;
    }
    .cookie-policy__buttons {
        justify-content: space-evenly;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 0;
    }
    .cookie-policy__buttons button {
        width: 100%;
    }
}