@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.color-red {
  color: #FF0000;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw200-extra-light {
  font-weight: 200 !important;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.show1100 {
  display: none !important;
}
@media only screen and (max-width: 1260px) {
  .show1100 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1260px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body {
  width: 100%;
  font-family: "DB Adman X";
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  color: #686868;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 2.5rem;
    line-height: 3.1rem;
  }
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  body {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #686868;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.relative {
  position: relative;
}

.bg-top-left-btm-right {
  background-image: url("../images/top/strength-bg-left.png"), url("../images/top/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top left, right bottom;
  background-size: 32%, 6.25%;
}

/* Wrapper */
#wrapper {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1440px) {
  #wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 88px;
  }
}

@media only screen and (max-width: 750px) {
  .top-page #wrapper {
    padding-top: 0;
  }
}

/* Main */
.content-1920 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-1720 {
  width: 92%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  .content-1720 .content-1600 {
    width: 100%;
  }
}

.content-1600 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.content-1480 {
  width: 92%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.content-1180 {
  width: 92%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-780 {
  width: 92%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.w100 {
  width: 100%;
}

.pad140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1600px) {
  .pad140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .pad140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad140 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .pad100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 850px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad60120 {
  padding-top: 35px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1600px) {
  .pad60120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .pad60120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad60120 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.pad35120 {
  padding-top: 35px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1600px) {
  .pad35120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .pad35120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad35120 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.breadcrumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    display: none !important;
    margin-bottom: 35px;
  }
}
.breadcrumb.absolute {
  margin-top: 0;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 15;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb.absolute ul li:last-child {
  color: #fff;
}
.breadcrumb.mb60 {
  margin-bottom: 60px;
}
.breadcrumb.mb35 {
  margin-bottom: 35px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.breadcrumb ul li {
  font-size: 2.2rem;
  line-height: 3.2rem;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  .breadcrumb ul li {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  .breadcrumb ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.breadcrumb ul li:last-child {
  color: #333;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li::after {
  content: "-";
  color: #AFAFAF;
  margin-left: 8px;
}
.breadcrumb ul li a {
  color: #AFAFAF;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.txthead-box.mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb75 {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb75 {
    margin-bottom: 40px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box.mb40 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb35 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb35 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb35 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb30 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb25 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb20 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box.mb20 {
    margin-bottom: 10px;
  }
}
.txthead-box.mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .txthead-box.mb15 {
    margin-bottom: 10px;
  }
}
.txthead-box.mb10 {
  margin-bottom: 10px;
}
.txthead-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txthead-box .fz169 {
  font-size: 16.9rem;
  line-height: 9rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz169 {
    font-size: 11rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz169 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz169 {
    font-size: 9.4rem;
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz169 {
    font-size: 10rem;
  }
}
.txthead-box .fz120 {
  font-size: 12rem;
  line-height: 12rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz120 {
    font-size: 11rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz120 {
    font-size: 10rem;
  }
}
.txthead-box .fz113 {
  font-size: 11.3rem;
  line-height: 9rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz113 {
    font-size: 10.3rem;
    line-height: 11.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz113 {
    font-size: 9.3rem;
    line-height: 9.5rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz113 {
    font-size: 8.3rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz113 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
.txthead-box .fz100 {
  font-size: 10rem;
  line-height: 9.8rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz100 {
    font-size: 9rem;
    line-height: 8.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz100 {
    font-size: 8rem;
    line-height: 7.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz100 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz100 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.txthead-box .fz90 {
  font-size: 9rem;
  line-height: 9rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz90 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz90 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
.txthead-box .fz86 {
  font-size: 8.6rem;
  line-height: 9.4rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz86 {
    font-size: 7.6rem;
    line-height: 8.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz86 {
    font-size: 6.6rem;
    line-height: 7.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz86 {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz86 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
}
.txthead-box .fz80 {
  font-size: 8rem;
  line-height: 8rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz80 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz80 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz80 {
    font-size: 4.6rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz80 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz80 {
    font-size: 5rem;
    line-height: 4.5rem;
  }
}
.txthead-box .fz67 {
  font-size: 6.7rem;
  line-height: 7.2rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz67 {
    font-size: 5.7rem;
    line-height: 6.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz67 {
    font-size: 4.7rem;
    line-height: 5.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz67 {
    font-size: 3.7rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz67 {
    font-size: 2.7rem;
    line-height: 3rem;
  }
}
.txthead-box .fz60 {
  font-size: 6rem;
  line-height: 6.4rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz60 {
    font-size: 5rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz60 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz60 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz60 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.txthead-box .fz52 {
  font-size: 5.2rem;
  line-height: 5.2rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz52 {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz52 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz52 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz52 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz50 {
  font-size: 5rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz50 {
    font-size: 4rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz50 {
    font-size: 3rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz50 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz50 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1260px) {
  .txthead-box .fz40 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.txthead-box .fz36 {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz36 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz36 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
}
.txthead-box .fz32 {
  font-size: 3.2rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1600px) {
  .txthead-box .fz32 {
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz32 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .center {
  text-align: center;
}
.txthead-box .right {
  text-align: right;
}
.txthead-box.with-button-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-button-logout {
    display: block;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-button-logout .btn-box {
    margin-top: 4%;
  }
}

.txthead-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .txthead-description {
    display: block;
  }
}
.txthead-description .txthead-box {
  white-space: nowrap;
}
@media only screen and (max-width: 850px) {
  .txthead-description .txthead-box {
    white-space: normal;
  }
}
.txthead-description .description {
  width: 100%;
  margin-top: 10px;
  padding-left: 70px;
}
@media only screen and (max-width: 850px) {
  .txthead-description .description {
    padding-left: 0;
  }
}
.txthead-description.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .txthead-description.mb40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-description.mb40 {
    margin-bottom: 25px;
  }
}

.btn-box.table {
  display: table;
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-box.mt40 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1260px) {
  .btn-box.mt40 {
    margin-top: 20px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1600px) {
  .btn-box.mt30 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-box.mt30 {
    margin-top: 20px;
  }
}
.btn-box.mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  .btn-box.mt25 {
    margin-top: 20px;
  }
}
.btn-box.mt15 {
  margin-top: 15px;
}
.btn-box.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.square {
  height: 51px;
  border-radius: 5px;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1600px) {
  .btn.square {
    font-size: 2.2rem;
    line-height: 3.2rem;
    height: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn.square {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  .btn.square {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.square {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.btn.radius {
  height: 38px;
  border-radius: 38px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .btn.radius {
    height: 34px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  .btn.radius {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.radius {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.btn.white-border {
  color: #fff;
  border: 1px solid #fff;
}
.btn.white-border:hover {
  opacity: 1;
  color: #FF0000;
  border-color: #fce500;
  background-color: #fce500;
}
.btn.yellow {
  color: #FF0000;
  background-color: #fce500;
}
.btn.red {
  color: #fff;
  background-color: #FF0000;
}
.btn.red:hover {
  opacity: 1;
  color: #FF0000;
  background-color: #fce500;
}
.btn.red:hover .icon svg path {
  fill: #FF0000;
}
.btn.green {
  color: #fff;
  background-color: #01D22B;
}
.btn.green:hover {
  opacity: 1;
  color: #01D22B;
  background-color: #fce500;
}
.btn.green:hover .icon svg path {
  fill: #01D22B;
}
.btn.text-arrow-white {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  padding-right: 20px;
  background-image: url("../images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px 14px;
}
@media only screen and (max-width: 1600px) {
  .btn.text-arrow-white {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  .btn.text-arrow-white {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.btn.text-arrow-red {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #FF0000;
  padding-right: 20px;
  background-image: url("../images/commons/btn-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px 14px;
}
@media only screen and (max-width: 1600px) {
  .btn.text-arrow-red {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  .btn.text-arrow-red {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.text-arrow-red {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.btn.icon-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icon-left .icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.icon-left .icon svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.w-auto {
  padding: 0 20px;
}
@media only screen and (max-width: 1440px) {
  .btn.w-auto {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.w-auto {
    padding: 0 25px;
  }
}
.btn.w-auto.pad30 {
  padding: 0 30px;
}
@media only screen and (max-width: 1440px) {
  .btn.w-auto.pad30 {
    padding: 0 25px;
  }
}
.btn.w-160 {
  width: 100%;
  max-width: 160px;
}
.btn.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-download {
  display: table;
  padding-right: 42px;
  background-image: url("../images/commons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30px 23px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .btn-download {
    padding-right: 37px;
    background-size: 25px 19px;
  }
}

.btn-page {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .btn-page {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-page {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1260px) {
  .btn-page {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 30px;
  }
}
.btn-page .button {
  margin: 0 8px;
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-page ul li {
  margin: 0 8px;
}
@media only screen and (max-width: 1600px) {
  .btn-page ul li {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-page ul li {
    margin: 0 4px;
  }
}
.btn-page ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #8F8F8F;
  font-size: 2.6rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1600px) {
  .btn-page ul li a {
    width: 36px;
    height: 36px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-page ul li a {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.btn-page ul li a.current {
  border-color: #FF0000;
}

.content-main {
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 850px) {
  .content-main {
    width: auto;
  }
}
.content-main.normal {
  width: 90%;
  margin-right: auto;
}
.content-main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .content-main .flex {
    display: block;
  }
}
.content-main .flex .col-left {
  width: 29%;
}
@media only screen and (max-width: 850px) {
  .content-main .flex .col-left {
    width: 100%;
  }
}
.content-main .flex .col-left.w50 {
  width: 50%;
}
.content-main .flex .col-right {
  margin-top: -50px;
  width: 66.25%;
}
@media only screen and (max-width: 850px) {
  .content-main .flex .col-right {
    margin-top: 30px;
    width: 100%;
  }
}
.content-main .flex .col-right.w50 {
  width: 46%;
}

.link-thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2%;
}
@media only screen and (max-width: 750px) {
  .link-thumb ul {
    display: block;
    margin-left: 0;
  }
}
.link-thumb ul.col2 li {
  width: 48%;
}
.link-thumb ul li {
  width: 31.33%;
  margin-left: 2%;
}
@media only screen and (max-width: 750px) {
  .link-thumb ul li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .link-thumb ul li + li {
    margin-top: 4%;
  }
}
.link-thumb ul li a {
  display: block;
  position: relative;
}
.link-thumb ul li a:hover {
  opacity: 1;
}
.link-thumb ul li a:hover .ttl p {
  padding-left: 23px;
}
.link-thumb ul li a:hover .ttl p::before {
  width: 15px;
}
.link-thumb ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.link-thumb ul li a:hover .cover::before {
  border-width: 4px;
}
.link-thumb ul li a .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding-left: 35px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .link-thumb ul li a .ttl {
    padding-left: 30px;
    padding-bottom: 20px;
  }
}
.link-thumb ul li a .ttl p {
  font-size: 2.8rem;
  line-height: 2.6rem;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .link-thumb ul li a .ttl p {
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .link-thumb ul li a .ttl p {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  .link-thumb ul li a .ttl p {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .link-thumb ul li a .ttl p {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.link-thumb ul li a .ttl p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 0px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-thumb ul li a .cover {
  overflow: hidden;
}
.link-thumb ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-thumb ul li a .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 0px solid #FF0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.link-thumb ul li a .cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 35%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.cover-article {
  margin-bottom: 50px;
  max-height: 680px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover-article img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-article .article-cat {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .content-article .article-cat {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .content-article .article-cat {
    margin-bottom: 25px;
  }
}
.content-article .article-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-article .article-cat ul li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1600px) {
  .content-article .article-cat ul li {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.content-article .article-cat ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.content-article .article-cat ul li:last-child::after {
  display: none;
}
.content-article .article-cat ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 1px;
  height: 38px;
  background-color: #B5B5B5;
}
@media only screen and (max-width: 1600px) {
  .content-article .article-cat ul li::after {
    height: 26px;
  }
}
.content-article .article-cat ul li a {
  font-size: 3rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1600px) {
  .content-article .article-cat ul li a {
    font-size: 2.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .content-article .article-cat ul li a {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  .content-article .article-cat ul li a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.content-article .article-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-top: -2%;
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul {
    display: block;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul.col3 {
    margin-top: 0;
  }
}
.content-article .article-list ul.col3 li {
  width: 31.83%;
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul.col3 li {
    width: 100%;
    margin-left: 0;
  }
}
.content-article .article-list ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-top: 2%;
}
@media only screen and (max-width: 850px) {
  .content-article .article-list ul li {
    width: 48.5%;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul li {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.content-article .article-list ul li.w50 {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul li.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul li + li {
    margin-top: 30px;
  }
}
.content-article .article-list ul li a {
  display: block;
  position: relative;
}
.content-article .article-list ul li a:hover {
  opacity: 1;
}
.content-article .article-list ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.content-article .article-list ul li a:hover .cover::before {
  border-width: 4px;
}
.content-article .article-list ul li a .cover {
  position: relative;
  z-index: 8;
  overflow: hidden;
}
.content-article .article-list ul li a .cover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-article .article-list ul li a .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 0px solid #FF0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-article .article-list ul li a .cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 61.25%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.content-article .article-list ul li a .brief {
  margin-top: 15px;
}
@media only screen and (max-width: 1260px) {
  .content-article .article-list ul li a .brief {
    margin-top: 10px;
  }
}
.content-article .article-list ul li a .brief h3 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1600px) {
  .content-article .article-list ul li a .brief h3 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .content-article .article-list ul li a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .content-article .article-list ul li a .brief h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .content-article .article-list ul li a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.content-article .article-detail ol, .content-article .article-detail ul {
  margin-left: 55px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.content-article .article-detail ul li {
  list-style: disc;
}
.content-article .article-detail ol li {
  list-style: auto;
}
.content-article .article-detail img {
  margin-left: auto;
  margin-right: auto;
}
.content-article .article-detail img + p {
  margin-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .content-article .article-detail img + p {
    margin-top: 30px;
  }
}
.content-article .article-detail p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  .content-article .article-detail p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  .content-article .article-detail p + p {
    margin-top: 10px;
  }
}
.content-article .article-detail p a:hover {
  color: #FF0000;
}
.content-article .article-detail p + img {
  margin-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .content-article .article-detail p + img {
    margin-top: 30px;
  }
}
.content-article .article-detail .video {
  margin-top: 50px;
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-article .article-detail .video {
    margin-top: 30px;
  }
}
.content-article .article-detail .video + p {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .content-article .article-detail .video + p {
    margin-top: 30px;
  }
}
.content-article .article-detail .gallery {
  margin-top: 75px;
}
.content-article .article-detail .gallery ol, .content-article .article-detail .gallery ul {
  margin-left: 0;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.content-article .article-detail .gallery ul li {
  list-style: none;
}
.content-article .article-detail .gallery ol li {
  list-style: none;
}
@media only screen and (max-width: 1260px) {
  .content-article .article-detail .gallery {
    margin-top: 40px;
  }
}
.content-article .article-detail .gallery .gallery-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -2%;
}
.content-article .article-detail .gallery .gallery-list ul li {
  width: 31.33%;
  margin-left: 2%;
  margin-top: 2%;
}
.content-article .article-detail .gallery .gallery-list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.content-article .article-detail .gallery .gallery-list ul li a:hover {
  opacity: 1;
}
.content-article .article-detail .gallery .gallery-list ul li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.content-article .article-detail .gallery .gallery-list ul li a:hover::before {
  border-width: 4px;
}
.content-article .article-detail .gallery .gallery-list ul li a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-article .article-detail .gallery .gallery-list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 0px solid #FF0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content-link-thumb .txthead-description {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1440px) {
  .content-link-thumb .txthead-description {
    margin-bottom: 40px;
  }
}
.content-link-thumb .link-thumb ul {
  margin-left: -0.63%;
}
.content-link-thumb .link-thumb ul li {
  width: 32.7%;
  margin-left: 0.63%;
}

.active-article-cat-01 .article-cat-01,
.active-article-cat-02 .article-cat-02,
.active-article-cat-03 .article-cat-03,
.active-article-cat-04 .article-cat-04,
.active-article-cat-05 .article-cat-05,
.active-article-cat-06 .article-cat-06,
.active-article-cat-07 .article-cat-07,
.active-article-cat-08 .article-cat-08,
.active-article-cat-09 .article-cat-09,
.active-article-cat-10 .article-cat-10 {
  color: #FF0000 !important;
}

.show1100 {
  display: none !important;
}
@media only screen and (max-width: 1260px) {
  .show1100 {
    display: block !important;
  }
}

.show850 {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show850 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1260px) {
  .hide1100 {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide850 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn span {
  color: #ED151D;
  font-weight: 700;
}

.chkbox {
  position: absolute;
  top: 8px;
  left: 0;
  border: 1px solid #000;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 750px) {
  .chkbox {
    top: 4px;
  }
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

.checkmark {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  border: 2px solid #B5ACAC;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF0000;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.73);
}
header .header {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}
@media only screen and (max-width: 1440px) {
  header .header {
    height: 100px;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 88px;
  }
}
header .header .left a {
  display: block;
}
header .header .left a img {
  width: 100%;
  max-width: 94px;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  header .header .left a img {
    width: 84px;
  }
}
@media only screen and (max-width: 1440px) {
  header .header .left a img {
    width: 74px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .left a img {
    width: 62px;
  }
}
header .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .right .menu {
  margin-right: 20px;
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  header .header .right .menu {
    display: none;
  }
}
header .header .right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .right .menu ul li {
  position: relative;
}
header .header .right .menu ul li + li {
  margin-left: 12px;
}
@media only screen and (max-width: 1600px) {
  header .header .right .menu ul li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li + li {
    margin-left: 5px;
  }
}
header .header .right .menu ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: normal;
  color: #fff;
  padding: 0 20px;
  border-radius: 38px;
}
@media only screen and (max-width: 1600px) {
  header .header .right .menu ul li > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li > a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
header .header .right .menu ul li > a:hover {
  opacity: 1;
  background-color: #FF0000;
}
header .header .right .menu ul li #dropdown-content-06 {
  right: 0;
  left: inherit;
}
header .header .right .menu ul li .dropdown {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 8;
  padding-top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
header .header .right .menu ul li .dropdown.active {
  opacity: 1 !important;
  visibility: visible !important;
}
header .header .right .menu ul li .dropdown .box {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
header .header .right .menu ul li .dropdown .box .submenu {
  width: 260px;
  padding: 15px 20px;
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li .dropdown .box .submenu {
    width: 230px;
    padding: 15px;
  }
}
header .header .right .menu ul li .dropdown .box .submenu a {
  display: block;
  color: #000;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li .dropdown .box .submenu a {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
header .header .right .menu ul li .dropdown .box .submenu a + a {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li .dropdown .box .submenu a + a {
    margin-top: 5px;
  }
}
header .header .right .menu ul li .dropdown .box .submenu a:hover {
  color: #FF0000;
}
header .header .right .menu ul li .dropdown .box .img {
  position: relative;
  width: 364px;
}
@media only screen and (max-width: 1600px) {
  header .header .right .menu ul li .dropdown .box .img {
    width: 280px;
  }
}
header .header .right .menu ul li .dropdown .box .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 15px 15px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  header .header .right .menu ul li .dropdown .box .img p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
header .header .right .menu ul li .dropdown .box .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 57.8%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
@media only screen and (max-width: 1260px) {
  header .header .right .button {
    margin-right: 25px;
  }
}
header .header .right .btn-burger {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  header .header .right .btn-burger {
    display: block;
  }
}

.bar-icon {
  position: relative;
  display: block;
  width: 63px;
}
.bar-icon::after {
  content: "เมนู";
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 8;
  text-align: center;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open::after {
  content: "ปิด";
}
.open .bar1 {
  width: 30px;
  -webkit-transform: rotate(-32deg) translate(-5px, 7px);
  transform: rotate(-32deg) translate(-5px, 7px);
}
.open .bar2 {
  opacity: 0;
}
.open .bar3 {
  width: 30px;
  -webkit-transform: rotate(32deg) translate(-5px, -6px);
  transform: rotate(32deg) translate(-5px, -6px);
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06 {
  background-color: #FF0000 !important;
}

.active-mn-sp-01 .mn-sp-01,
.active-mn-sp-02 .mn-sp-02,
.active-mn-sp-03 .mn-sp-03,
.active-mn-sp-04 .mn-sp-04,
.active-mn-sp-05 .mn-sp-05,
.active-mn-sp-06 .mn-sp-06 {
  color: #FF0000 !important;
}

.menu-responsive {
  position: fixed;
  top: -5px;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 88px;
  }
}
.menu-responsive.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.menu-responsive .content {
  padding: 4%;
  background-color: #E6E6E6;
}
.menu-responsive .content nav ul li {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.menu-responsive .content nav ul li + li {
  margin-top: 4%;
}
.menu-responsive .content nav ul li a {
  display: block;
  background-image: url("../images/commons/menu-responsive-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px 14px;
}

/* Footer */
footer {
  padding-top: 65px;
  padding-bottom: 30px;
  background-color: #DCDCDC;
}
@media only screen and (max-width: 850px) {
  footer {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid #BCBCBC;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex {
    display: block;
    padding-bottom: 30px;
  }
}
footer .footer .flex .left {
  width: 25%;
  min-width: 300px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex .left {
    width: 100%;
    min-width: auto;
  }
}
footer .footer .flex .left h2 {
  font-size: 5.2rem;
  line-height: 5.8rem;
  font-weight: bold;
  color: #FF0000;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .left h2 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  footer .footer .flex .left h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex .left h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .left h2 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
footer .footer .flex .left p {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .left p {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1440px) {
  footer .footer .flex .left p {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex .left p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .left p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
footer .footer .flex .right {
  width: 75%;
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex .right {
    width: 100%;
    margin-top: 25px;
  }
}
footer .footer .flex .right .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap {
    display: block;
  }
}
footer .footer .flex .right .sitemap .col {
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap .col {
    padding-right: 0;
  }
}
footer .footer .flex .right .sitemap .col:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap .col + .col {
    margin-top: 30px;
  }
}
footer .footer .flex .right .sitemap .col ul li + li {
  margin-top: 35px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .right .sitemap .col ul li + li {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex .right .sitemap .col ul li + li {
    margin-top: 15px;
  }
}
footer .footer .flex .right .sitemap .col ul li a {
  display: block;
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  footer .footer .flex .right .sitemap .col ul li a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex .right .sitemap .col ul li a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap .col ul li a {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
footer .footer .flex .right .sitemap .col ul li a:hover {
  color: #FF0000;
}
footer .footer .flex .right .sitemap .col ul li ul {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .right .sitemap .col ul li ul {
    margin-top: 15px;
  }
}
footer .footer .flex .right .sitemap .col ul li ul li {
  position: relative;
  padding-left: 15px;
  font-size: 2.5rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .right .sitemap .col ul li ul li {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap .col ul li ul li {
    padding-left: 12px;
  }
}
footer .footer .flex .right .sitemap .col ul li ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 8;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #FF0000;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .right .sitemap .col ul li ul li::before {
    top: 8px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .right .sitemap .col ul li ul li::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
}
footer .footer .flex .right .sitemap .col ul li ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex .right .sitemap .col ul li ul li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex .right .sitemap .col ul li ul li + li {
    margin-top: 0;
  }
}
footer .footer .flex .right .sitemap .col ul li ul li a {
  color: #787878;
}
footer .footer .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex-end {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end {
    margin-top: 40px;
  }
}
footer .footer .flex-end .col-left .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex-end .col-left .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer .flex-end .col-left .sns ul li {
  margin: 0 8px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-left .sns ul li {
    margin: 0 6px;
  }
}
footer .footer .flex-end .col-left .sns ul li a {
  display: block;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-left .sns ul li a img {
    width: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-left .sns ul li a img {
    width: 36px;
  }
}
footer .footer .flex-end .col-left .copyright {
  margin-top: 20px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-left .copyright {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .flex-end .col-left .copyright {
    display: none;
  }
}
footer .footer .flex-end .col-left .copyright p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #A1A1A1;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-left .copyright p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex-end .col-left .copyright p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
footer .footer .flex-end .col-left .copyright p a {
  color: #A1A1A1;
}
footer .footer .flex-end .col-left .copyright p a:hover {
  color: #FF0000;
}
footer .footer .flex-end .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex-end .col-right .menu ul {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .menu ul {
    margin-top: 30px;
    display: block;
  }
}
footer .footer .flex-end .col-right .menu ul li {
  position: relative;
}
footer .footer .flex-end .col-right .menu ul li + li {
  margin-left: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-right .menu ul li + li {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .menu ul li + li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
  }
}
footer .footer .flex-end .col-right .menu ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 32px;
  background-color: #BCBCBC;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-right .menu ul li + li::before {
    height: 24px;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex-end .col-right .menu ul li + li::before {
    height: 14px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .menu ul li + li::before {
    display: none;
  }
}
footer .footer .flex-end .col-right .menu ul li a {
  display: block;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1600px) {
  footer .footer .flex-end .col-right .menu ul li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  footer .footer .flex-end .col-right .menu ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .menu ul li a {
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
  }
}
footer .footer .flex-end .col-right .menu ul li a:hover {
  color: #FF0000;
}
footer .footer .flex-end .col-right .copyright {
  display: none;
  margin-top: 15px;
}
@media only screen and (max-width: 850px) {
  footer .footer .flex-end .col-right .copyright {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .copyright {
    margin-top: 30px;
  }
}
footer .footer .flex-end .col-right .copyright p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex-end .col-right .copyright p {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
footer .footer .flex-end .col-right .copyright p a {
  color: #A1A1A1;
}
footer .footer .flex-end .col-right .copyright p a:hover {
  color: #FF0000;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

/* MV */
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .dots-circle {
  bottom: 25px;
}

/* Strength */
#strength {
  background-image: url("../images/top/strength-bg-left.png"), url("../images/top/strength-bg-right.png");
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 32%, 7.4%;
}
@media only screen and (max-width: 750px) {
  #strength {
    background-image: url("../images/top/strength-bg-left-sp.png");
    background-size: 58.2%;
  }
}
#strength .strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #strength .strength {
    display: block;
  }
}
#strength .strength .col-left {
  width: 27%;
  padding-top: 40px;
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-left {
    width: 100%;
    padding-top: 0;
  }
}
#strength .strength .col-left .txthead-box h2 .large {
  font-size: 13.7rem;
  line-height: 14.7rem;
}
@media only screen and (max-width: 1600px) {
  #strength .strength .col-left .txthead-box h2 .large {
    font-size: 12.7rem;
    line-height: 13.7rem;
  }
}
@media only screen and (max-width: 1440px) {
  #strength .strength .col-left .txthead-box h2 .large {
    font-size: 11.7rem;
    line-height: 12.7rem;
  }
}
@media only screen and (max-width: 1260px) {
  #strength .strength .col-left .txthead-box h2 .large {
    font-size: 10rem;
    line-height: 11rem;
  }
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-left .txthead-box h2 .large {
    line-height: 8rem;
  }
}
#strength .strength .col-left .txthead-box h2 .small {
  font-size: 7.4rem;
  line-height: 8.4rem;
}
@media only screen and (max-width: 1600px) {
  #strength .strength .col-left .txthead-box h2 .small {
    font-size: 6.4rem;
    line-height: 7.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  #strength .strength .col-left .txthead-box h2 .small {
    font-size: 5.4rem;
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  #strength .strength .col-left .txthead-box h2 .small {
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}
#strength .strength .col-left .txthead-box h2 .normal {
  display: block;
  margin-top: -30px;
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-left .txthead-box h2 .normal {
    margin-top: -10px;
  }
}
#strength .strength .col-right {
  width: 67%;
  max-width: 1120px;
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #strength .strength .col-right {
    margin-top: 30px;
  }
}
#strength .strength .col-right .strength-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
  margin-left: -5%;
}
@media only screen and (max-width: 1440px) {
  #strength .strength .col-right .strength-list ul {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-right .strength-list ul {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 750px) {
  #strength .strength .col-right .strength-list ul {
    margin-top: -30px;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#strength .strength .col-right .strength-list ul li {
  width: 28.33%;
  margin-left: 5%;
  margin-top: 80px;
}
@media only screen and (max-width: 1440px) {
  #strength .strength .col-right .strength-list ul li {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #strength .strength .col-right .strength-list ul li {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #strength .strength .col-right .strength-list ul li {
    margin-top: 30px;
    margin-left: 0;
    width: 50%;
  }
}
#strength .strength .col-right .strength-list ul li:hover .icon {
  border-color: #FF0000;
}
#strength .strength .col-right .strength-list ul li:hover .icon .circle-chart {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#strength .strength .col-right .strength-list ul li:hover .icon .svg path {
  fill: #FF0000;
}
#strength .strength .col-right .strength-list ul li .icon {
  position: relative;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DCDCDC;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  #strength .strength .col-right .strength-list ul li .icon {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1440px) {
  #strength .strength .col-right .strength-list ul li .icon {
    max-width: 160px;
  }
}
@media only screen and (max-width: 750px) {
  #strength .strength .col-right .strength-list ul li .icon {
    max-width: 140px;
  }
}
#strength .strength .col-right .strength-list ul li .icon .circle-chart {
  position: absolute;
  top: -4%;
  left: -4%;
  z-index: 8;
  display: table;
  width: 108%;
  height: 108%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#strength .strength .col-right .strength-list ul li .icon .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#strength .strength .col-right .strength-list ul li .icon .svg svg {
  position: absolute;
  width: auto;
  height: 50%;
}
#strength .strength .col-right .strength-list ul li .icon .svg svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#strength .strength .col-right .strength-list ul li .icon .svg img {
  width: 100%;
  height: auto;
}
#strength .strength .col-right .strength-list ul li p {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #strength .strength .col-right .strength-list ul li p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #strength .strength .col-right .strength-list ul li p {
    margin-top: 10px;
  }
}

.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); /* 2, 3 */
  -webkit-transform-origin: center;
  transform-origin: center; /* 4 */
}

.circle-chart__circle--negative {
  -webkit-transform: rotate(-90deg) scale(1, -1);
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}

/*@keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@keyframes circle-chart-appear {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}*/
/* prototype */
#prototype .prototype {
  position: relative;
}
#prototype .prototype .prototype-ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 33.85%;
  padding: 65px 75px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1600px) {
  #prototype .prototype .prototype-ttl {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 1440px) {
  #prototype .prototype .prototype-ttl {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 1260px) {
  #prototype .prototype .prototype-ttl {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 850px) {
  #prototype .prototype .prototype-ttl {
    position: relative;
    width: 100%;
    padding: 4%;
  }
}
@media only screen and (max-width: 750px) {
  #prototype .prototype .prototype-ttl {
    padding: 6% 4%;
  }
}
#prototype .prototype .prototype-ttl .txthead-box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1600px) {
  #prototype .prototype .prototype-ttl .txthead-box {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  #prototype .prototype .prototype-ttl .txthead-box {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #prototype .prototype .prototype-ttl .txthead-box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #prototype .prototype .prototype-ttl .txthead-box .fz60 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #prototype .prototype .prototype-ttl .txthead-box .fz80 {
    font-size: 5rem;
    line-height: 4.5rem;
  }
}
#prototype .prototype .prototype-arrow {
  position: absolute;
  bottom: 3.5%;
  right: 35.5%;
  z-index: 11;
  display: table;
}
@media only screen and (max-width: 850px) {
  #prototype .prototype .prototype-arrow {
    display: none;
  }
}
#prototype .prototype .prototype-arrow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#prototype .prototype .prototype-arrow .box .prototype-slick-arrow {
  width: 18px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 34px;
}
#prototype .prototype .prototype-arrow .box .prototype-slick-arrow.prev {
  background-image: url("../images/top/prototype-arrow-prev.svg");
}
#prototype .prototype .prototype-arrow .box .prototype-slick-arrow.next {
  margin-left: 30px;
  background-image: url("../images/top/prototype-arrow-next.svg");
}
#prototype .prototype .prototype-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#prototype .prototype .prototype-slick .slick-arrow {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  color: transparent;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 20px;
}
#prototype .prototype .prototype-slick .slick-arrow.slick-prev {
  right: 35px;
  background-image: url("../images/top/prototype-arrow-prev.svg");
}
#prototype .prototype .prototype-slick .slick-arrow.slick-next {
  margin-left: 30px;
  background-image: url("../images/top/prototype-arrow-next.svg");
}
#prototype .prototype .prototype-slick .prototype-list .abs .text {
  width: 58%;
}
@media only screen and (max-width: 850px) {
  #prototype .prototype .prototype-slick .prototype-list .abs .text {
    width: 100%;
  }
}

.prototype-list {
  position: relative;
  display: block;
}
.prototype-list .abs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1440px) {
  .prototype-list .abs {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .content-1600 {
    width: 100%;
  }
}
.prototype-list .abs .text {
  padding-bottom: 90px;
}
@media only screen and (max-width: 850px) {
  .prototype-list .abs .text {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text {
    padding-bottom: 30px;
  }
}
.prototype-list .abs .text h3 {
  position: relative;
  font-size: 7.4rem;
  line-height: 5.7rem;
  color: #fff;
  display: table;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .prototype-list .abs .text h3 {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  .prototype-list .abs .text h3 {
    font-size: 5.4rem;
    line-height: 5.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1260px) {
  .prototype-list .abs .text h3 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .prototype-list .abs .text h3 {
    font-size: 3.4rem;
    line-height: 3.6rem;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text h3 {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }
}
.prototype-list .abs .text h3::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -70px;
  z-index: 8;
  display: table;
  width: 55px;
  height: 46px;
  background-image: url("../images/commons/prototype-qoute-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px 46px;
}
@media only screen and (max-width: 1260px) {
  .prototype-list .abs .text h3::before {
    top: -10px;
    left: -50px;
    width: 35px;
    height: 31px;
    background-size: 35px 31px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text h3::before {
    top: 0px;
    left: 0;
    width: 20px;
    height: 18px;
    background-size: 20px;
  }
}
.prototype-list .abs .text h3::after {
  content: "";
  position: absolute;
  bottom: 35px;
  right: -70px;
  z-index: 8;
  display: table;
  width: 55px;
  height: 46px;
  background-image: url("../images/commons/prototype-qoute-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px 46px;
}
@media only screen and (max-width: 1260px) {
  .prototype-list .abs .text h3::after {
    bottom: 25px;
    right: -50px;
    width: 35px;
    height: 31px;
    background-size: 35px 31px;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text h3::after {
    right: 0;
    bottom: 15px;
    width: 20px;
    height: 18px;
    background-size: 20px;
  }
}
.prototype-list .abs .text h3 .large {
  font-size: 8.7rem;
  line-height: 6.7rem;
}
@media only screen and (max-width: 1600px) {
  .prototype-list .abs .text h3 .large {
    font-size: 7.7rem;
  }
}
@media only screen and (max-width: 1440px) {
  .prototype-list .abs .text h3 .large {
    font-size: 6.7rem;
  }
}
@media only screen and (max-width: 1260px) {
  .prototype-list .abs .text h3 .large {
    font-size: 5.7rem;
    line-height: 5.7rem;
  }
}
@media only screen and (max-width: 850px) {
  .prototype-list .abs .text h3 .large {
    font-size: 4.7rem;
    line-height: 4.7rem;
  }
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text h3 .large {
    font-size: 4rem;
    line-height: 3.3rem;
  }
}
.prototype-list .abs .text p {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .prototype-list .abs .text p {
    display: none;
  }
}
.prototype-list .img {
  position: relative;
  z-index: 8;
}
.prototype-list .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/prototype-circle.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 16.7%;
}
.prototype-list .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 57.8%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/* Online */
#online {
  background-image: url("../images/top/online-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32%;
}
#online .online .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #online .online .intro {
    display: block;
  }
}
#online .online .intro .col-left {
  width: 35.25%;
  margin-top: 15px;
}
@media only screen and (max-width: 850px) {
  #online .online .intro .col-left {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .intro .col-left .txthead-box h2 .fz52 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
#online .online .intro .col-right {
  width: 64.75%;
}
@media only screen and (max-width: 850px) {
  #online .online .intro .col-right {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 850px) {
  #online .online .course {
    margin-top: 60px;
  }
}
#online .online .course .txthead-box .flex div .fz169 {
  margin-top: 20px;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 1600px) {
  #online .online .course .txthead-box .flex div .fz169 {
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  #online .online .course .txthead-box .flex div .fz169 {
    margin-top: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .txthead-box .flex div .fz169 {
    margin-top: 4px;
  }
}
#online .online .course .txthead-box .flex div .fz86 {
  line-height: 6.6rem;
}
@media only screen and (max-width: 1260px) {
  #online .online .course .txthead-box .flex div .fz86 {
    line-height: 3.6rem;
  }
}
#online .online .course .content .course-slick {
  position: relative;
  padding-bottom: 50px;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick {
    padding-bottom: 40px;
  }
}
#online .online .course .content .course-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#online .online .course .content .course-slick .slick-slider {
  margin: 0 -12px;
}
@media only screen and (max-width: 850px) {
  #online .online .course .content .course-slick .slick-slider {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .slick-slider {
    margin: 0 -5px;
  }
}
#online .online .course .content .course-slick .slick-slide {
  margin: 0 12px;
}
@media only screen and (max-width: 850px) {
  #online .online .course .content .course-slick .slick-slide {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .slick-slide {
    margin: 0 5px;
  }
}
#online .online .course .content .course-slick .item {
  background-color: #fff;
}
#online .online .course .content .course-slick .item a {
  display: block;
  position: relative;
}
#online .online .course .content .course-slick .item a .brief {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 30px;
}
@media only screen and (max-width: 1440px) {
  #online .online .course .content .course-slick .item a .brief {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 1260px) {
  #online .online .course .content .course-slick .item a .brief {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .item a .brief .icon img {
    width: auto;
    height: 16px;
  }
}
#online .online .course .content .course-slick .item a .brief p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
@media only screen and (max-width: 1600px) {
  #online .online .course .content .course-slick .item a .brief p {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #online .online .course .content .course-slick .item a .brief p {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1260px) {
  #online .online .course .content .course-slick .item a .brief p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .item a .brief p {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#online .online .course .content .course-slick .item a .brief p span {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FF0000;
  border-radius: 100%;
  margin-left: 5px;
}
@media only screen and (max-width: 1440px) {
  #online .online .course .content .course-slick .item a .brief p span {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #online .online .course .content .course-slick .item a .brief p span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .item a .brief p span {
    width: 13px;
    height: 13px;
    font-size: 1.4rem;
  }
}
#online .online .course .content .course-slick .item a .brief h3 {
  font-size: 4rem;
  line-height: 5rme;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  #online .online .course .content .course-slick .item a .brief h3 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #online .online .course .content .course-slick .item a .brief h3 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #online .online .course .content .course-slick .item a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #online .online .course .content .course-slick .item a .brief h3 {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
#online .online .course .content .course-slick .item a .cover {
  position: relative;
  z-index: 8;
}
#online .online .course .content .course-slick .item a .cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 67%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/* Act */
#act {
  padding-top: 0;
}
#act .act .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding-right: 6%;
}
@media only screen and (max-width: 1440px) {
  #act .act .ttl {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 850px) {
  #act .act .ttl {
    display: block;
    padding-right: 100px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #act .act .ttl {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
#act .act .ttl .txthead-box {
  width: 420px;
  min-width: 420px;
}
@media only screen and (max-width: 1260px) {
  #act .act .ttl .txthead-box {
    width: 275px;
    min-width: 275px;
  }
}
#act .act .ttl .intro {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #act .act .ttl .intro .btn-box {
    display: none;
  }
}
#act .act .ttl .mascot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5%;
  z-index: 8;
  display: table;
  width: 6.4%;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1440px) {
  #act .act .ttl .mascot {
    right: 0;
  }
}
@media only screen and (max-width: 850px) {
  #act .act .ttl .mascot {
    width: 11%;
  }
}
@media only screen and (max-width: 750px) {
  #act .act .ttl .mascot {
    bottom: inherit;
    top: 0;
    width: 16%;
  }
}
#act .act .ttl .mascot img {
  width: 100%;
  height: auto;
}
#act .act .content {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  #act .act .content {
    width: 100%;
  }
}

.act-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.58%;
  margin-top: -70px;
}
@media only screen and (max-width: 1260px) {
  .act-list ul {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 750px) {
  .act-list ul {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
.act-list ul li {
  width: 31.75%;
  margin-left: 1.58%;
  margin-top: 70px;
}
@media only screen and (max-width: 1260px) {
  .act-list ul li {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .act-list ul li {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .act-list ul li + li {
    margin-top: 30px;
  }
}
.act-list ul li a.box:hover {
  opacity: 1;
}
.act-list ul li a.box:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.act-list ul li a.box:hover .cover::before {
  border-width: 4px;
}
.act-list ul li .box {
  display: block;
  position: relative;
}
.act-list ul li .box .cover {
  position: relative;
  overflow: hidden;
}
.act-list ul li .box .cover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.act-list ul li .box .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 0px solid #FF0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.act-list ul li .box a.cover {
  display: block;
}
.act-list ul li .box a.cover:hover {
  opacity: 1;
}
.act-list ul li .box a.cover:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.act-list ul li .box a.cover:hover::before {
  border-width: 4px;
}
.act-list ul li .box .brief {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief {
    margin-top: 15px;
  }
}
.act-list ul li .box .brief .category {
  display: table;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief .category {
    margin-bottom: 15px;
  }
}
.act-list ul li .box .brief .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  background-color: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 38px;
  padding: 0 20px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief .category a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief .category a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    height: 30px;
    padding: 0 15px;
  }
}
.act-list ul li .box .brief .category a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief .category a .icon svg {
    width: auto;
    height: 16px;
  }
}
.act-list ul li .box .brief h3 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 64px;
  padding-right: 15px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .act-list ul li .box .brief h3 {
    min-height: 52px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief h3 {
    min-height: 44px;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .act-list ul li .box .brief h3 {
    min-height: auto;
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.act-list ul li .box .brief .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.act-list ul li .box .brief .table .tr + .tr {
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief .table .tr + .tr {
    margin-top: 5px;
  }
}
.act-list ul li .box .brief .table .tr .td.icon {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief .table .tr .td.icon {
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
  }
}
.act-list ul li .box .brief .btn-box {
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .act-list ul li .box .brief .btn-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .act-list ul li .box .brief .btn-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .act-list ul li .box .brief .btn-box {
    margin-top: 15px;
  }
}

.seminar-interest {
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .seminar-interest {
    margin-top: 25px;
  }
}
.seminar-interest h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1260px) {
  .seminar-interest h2 {
    margin-bottom: 5px;
  }
}
.seminar-interest .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seminar-interest .table .tr + .tr {
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  .seminar-interest .table .tr + .tr {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1260px) {
  .seminar-interest .table .tr + .tr {
    margin-top: 0;
  }
}
.seminar-interest .table .tr .td.icon {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  .seminar-interest .table .tr .td.icon {
    width: 18px;
    min-width: 18px;
    margin-right: 5px;
  }
}

.sns-share {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns-share ol, .sns-share ul {
  margin-left: 0;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.sns-share ul li {
  list-style: none !important;
}
.sns-share ol li {
  list-style: none !important;
}
@media only screen and (max-width: 1600px) {
  .sns-share {
    margin-top: 30px;
  }
}
.sns-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .sns-share ul {
    margin-left: 10px;
  }
}
.sns-share ul li + li {
  margin-left: 13px;
}
@media only screen and (max-width: 750px) {
  .sns-share ul li + li {
    margin-left: 5px;
  }
}
.sns-share ul li a {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .sns-share ul li a img {
    width: 32px;
    height: auto;
  }
}

/* Spread */
#spread {
  padding-top: 0;
}
#spread .spread .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  #spread .spread .ttl {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  #spread .spread .ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #spread .spread .ttl {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #spread .spread .ttl {
    margin-bottom: 25px;
  }
}
#spread .spread .ttl .txthead-box {
  width: 270px;
  min-width: 270px;
}
@media only screen and (max-width: 1260px) {
  #spread .spread .ttl .txthead-box {
    width: 150px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 850px) {
  #spread .spread .ttl .txthead-box {
    width: 100%;
    min-width: 100%;
  }
}
#spread .spread .ttl .intro {
  margin-top: 10px;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 750px) {
  #spread .spread .ttl .intro .btn-box {
    display: none;
  }
}
#spread .spread .ttl .mascot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5%;
  z-index: 8;
  display: table;
  width: 6.4%;
  margin-top: auto;
  margin-bottom: auto;
}
#spread .spread .ttl .mascot img {
  width: 100%;
  height: auto;
}
#spread .spread .content {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #spread .spread .content {
    width: 100%;
  }
}
#spread .spread .content::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -13px;
  z-index: 8;
  width: 60px;
  height: 60px;
  background-image: url("../images/top/spread-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #spread .spread .content::after {
    bottom: 11px;
    left: -30px;
  }
}
#spread .spread .content .spread-slick {
  position: relative;
  padding-bottom: 50px;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #spread .spread .content .spread-slick {
    padding-bottom: 40px;
  }
}
#spread .spread .content .spread-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#spread .spread .content .spread-slick .slick-slider {
  margin: 0 -17px;
}
@media only screen and (max-width: 850px) {
  #spread .spread .content .spread-slick .slick-slider {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 750px) {
  #spread .spread .content .spread-slick .slick-slider {
    margin: 0;
  }
}
#spread .spread .content .spread-slick .slick-slide {
  margin: 0 17px;
}
@media only screen and (max-width: 850px) {
  #spread .spread .content .spread-slick .slick-slide {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  #spread .spread .content .spread-slick .slick-slide {
    margin: 0;
  }
}
#spread .spread .content .spread-slick .item {
  background-color: #fff;
}
#spread .spread .content .spread-slick .item a {
  display: block;
  position: relative;
}
#spread .spread .content .spread-slick .item a:hover {
  opacity: 1;
}
#spread .spread .content .spread-slick .item a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#spread .spread .content .spread-slick .item a:hover .cover::before {
  border-width: 4px;
}
#spread .spread .content .spread-slick .item a .brief {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 25px 30px;
}
@media only screen and (max-width: 1440px) {
  #spread .spread .content .spread-slick .item a .brief {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 1260px) {
  #spread .spread .content .spread-slick .item a .brief {
    padding: 15px 20px;
  }
}
#spread .spread .content .spread-slick .item a .brief h3 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  #spread .spread .content .spread-slick .item a .brief h3 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #spread .spread .content .spread-slick .item a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  #spread .spread .content .spread-slick .item a .brief h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #spread .spread .content .spread-slick .item a .brief h3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
#spread .spread .content .spread-slick .item a .cover {
  position: relative;
  z-index: 8;
  overflow: hidden;
}
#spread .spread .content .spread-slick .item a .cover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#spread .spread .content .spread-slick .item a .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 0px solid #FF0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#spread .spread .content .spread-slick .item a .cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 61.25%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.dots-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dots-circle li {
  margin: 0 5px;
}
.dots-circle li.slick-active button {
  background-color: #FF0000;
}
.dots-circle li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border: 0;
  color: transparent;
  background-color: #CBCBCB;
  border-radius: 100%;
}
.dots-circle li button:hover {
  cursor: pointer;
}

/* Sponsor */
#sponsor {
  background-color: #EBEBEB;
}
#sponsor .sponsor {
  padding-bottom: 20px;
}
#sponsor .sponsor .content .sponsor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -25px;
}
#sponsor .sponsor .content .sponsor-list ul li {
  margin: 25px 3% 0 3%;
}
@media only screen and (max-width: 850px) {
  #sponsor .sponsor .content .sponsor-list ul li {
    width: 33.33%;
    margin: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #sponsor .sponsor .content .sponsor-list ul li {
    width: 50%;
  }
}
#sponsor .sponsor .content .sponsor-list ul li img {
  width: auto;
  height: 145px;
}
@media only screen and (max-width: 1600px) {
  #sponsor .sponsor .content .sponsor-list ul li img {
    height: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  #sponsor .sponsor .content .sponsor-list ul li img {
    height: 90px;
  }
}
@media only screen and (max-width: 1260px) {
  #sponsor .sponsor .content .sponsor-list ul li img {
    height: 80px;
  }
}
@media only screen and (max-width: 850px) {
  #sponsor .sponsor .content .sponsor-list ul li img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #sponsor .sponsor .content .sponsor-list ul li img {
    height: 90px;
  }
}

/* Contact */
#contact {
  background-image: url("../images/top/contact-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 7.4%;
}
#contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #contact .contact {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    width: 100%;
  }
}
#contact .contact .col-left {
  width: 40.5%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col-left {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left {
    padding: 0 4%;
  }
}
@media only screen and (max-width: 850px) {
  #contact .contact .col-left .txthead-box h2 {
    text-align: left;
  }
}
#contact .contact .col-left .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -70px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left .content ul {
    margin-top: -30px;
  }
}
#contact .contact .col-left .content ul li {
  width: 48%;
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left .content ul li {
    margin-top: 30px;
  }
}
#contact .contact .col-left .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left .content ul li a {
    display: block;
  }
}
#contact .contact .col-left .content ul li a .icon {
  width: 30%;
}
@media only screen and (max-width: 1260px) {
  #contact .contact .col-left .content ul li a .icon {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left .content ul li a .icon {
    width: 88px;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact .col-left .content ul li a .icon img {
  width: 100%;
  height: auto;
}
#contact .contact .col-left .content ul li a p {
  width: 70%;
  font-size: 3rem;
  line-height: 3.2rem;
  padding-left: 20px;
}
@media only screen and (max-width: 1600px) {
  #contact .contact .col-left .content ul li a p {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #contact .contact .col-left .content ul li a p {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  #contact .contact .col-left .content ul li a p {
    width: 75%;
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-left .content ul li a p {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    font-size: 2.5rem;
    line-height: 2.7rem;
    text-align: center;
  }
}
#contact .contact .col-right {
  width: 54%;
  padding-right: 4%;
}
@media only screen and (max-width: 850px) {
  #contact .contact .col-right {
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-right {
    max-width: 100%;
    padding-right: 0;
  }
}
#contact .contact .col-right .content {
  position: relative;
}
#contact .contact .col-right .content::after {
  content: "";
  display: block;
  width: 15.75%;
  padding: 7.88% 0;
  position: absolute;
  top: -9.5%;
  right: -7.5%;
  z-index: 7;
  background-image: url("../images/top/contact-img-corner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-right .content::after {
    right: 0;
  }
}
#contact .contact .col-right .content .mascot {
  position: absolute;
  bottom: -25px;
  right: -8%;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-right .content .mascot {
    right: 0;
    width: 25%;
  }
}
#contact .contact .col-right .content .img {
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 750px) {
  #contact .contact .col-right .content .img {
    width: 92.5%;
  }
}
#contact .contact .col-right .content .img img {
  width: 100%;
  height: auto;
}

/* Manual */
.manual-prototype-content .prototype-list + .prototype-list {
  margin-top: 60px;
}
@media only screen and (max-width: 1600px) {
  .manual-prototype-content .prototype-list + .prototype-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .manual-prototype-content .prototype-list + .prototype-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .manual-prototype-content .prototype-list + .prototype-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .manual-prototype-content .prototype-list + .prototype-list {
    margin-top: 4%;
  }
}
.manual-prototype-content .prototype-list .abs {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .manual-prototype-content .prototype-list .abs {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1260px) {
  .manual-prototype-content .prototype-list .abs {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .manual-prototype-content .prototype-list .abs {
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.manual-prototype-content .prototype-list .abs .text {
  padding-bottom: 0;
}
.manual-prototype-content .prototype-list .img::before {
  display: none;
}

#manual-form .manual-form .content .intro .text h2 {
  font-size: 5rem;
  line-height: 4.6rem;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #manual-form .manual-form .content .intro .text h2 {
    font-size: 4rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  #manual-form .manual-form .content .intro .text h2 {
    font-size: 3rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .intro .text h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .intro .text h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#manual-form .manual-form .content .intro .text p {
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .intro .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .intro .text p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
#manual-form .manual-form .content .intro .text h3 {
  margin-top: 45px;
  font-size: 6rem;
  line-height: 6.4rem;
  font-weight: 700;
  color: #FF0000;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #manual-form .manual-form .content .intro .text h3 {
    font-size: 5rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 1440px) {
  #manual-form .manual-form .content .intro .text h3 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .intro .text h3 {
    margin-top: 30px;
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .intro .text h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .intro .text h3 {
    margin-top: 25px;
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
#manual-form .manual-form .content .intro .text h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 8rem;
  line-height: 8rem;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #manual-form .manual-form .content .intro .text h4 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 1440px) {
  #manual-form .manual-form .content .intro .text h4 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .intro .text h4 {
    margin-top: 20px;
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .intro .text h4 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .intro .text h4 {
    margin-top: 25px;
    line-height: 3.4rem;
  }
}
#manual-form .manual-form .content .faq {
  margin-top: 75px;
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .faq {
    margin-top: 40px;
  }
}
#manual-form .manual-form .content .faq .faq-list .faq-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #C7C7C7;
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row {
    padding-bottom: 10px;
  }
}
#manual-form .manual-form .content .faq .faq-list .faq-row + .faq-row {
  margin-top: 20px;
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row + .faq-row {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row + .faq-row {
    margin-top: 10px;
  }
}
#manual-form .manual-form .content .faq .faq-list .faq-row .toggle-btn {
  display: block;
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  color: #333;
  background-image: url("../images/commons/icon-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: top 16px right;
  background-size: 18px 10px;
}
@media only screen and (max-width: 1260px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row .toggle-btn {
    font-size: 2rem;
    line-height: 3rem;
    background-position: top 9px right;
    background-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row .toggle-btn {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#manual-form .manual-form .content .faq .faq-list .faq-row .toggle-btn.active {
  background-image: url("../images/commons/icon-toggle-open.svg");
}
#manual-form .manual-form .content .faq .faq-list .faq-row .toggle-content {
  display: none;
  color: #6B6B6B;
  margin-top: 5px;
  padding: 0 20px;
}
@media only screen and (max-width: 850px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row .toggle-content {
    padding: 0 15px;
  }
}
#manual-form .manual-form .content .faq .faq-list .faq-row .toggle-content ul li {
  position: relative;
  padding-left: 15px;
}
#manual-form .manual-form .content .faq .faq-list .faq-row .toggle-content ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 8;
  width: 6px;
  height: 6px;
  background-color: #FF0000;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  #manual-form .manual-form .content .faq .faq-list .faq-row .toggle-content ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}

/* Shop */
#shop .shop .content-shop .content .banner {
  margin-bottom: 75px;
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .banner {
    margin-bottom: 40px;
  }
}
#shop .shop .content-shop .content .benefits {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#shop .shop .content-shop .content .benefits .txthead-box p {
  margin-top: 10px;
  text-align: center;
}
#shop .shop .content-shop .content .benefits .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -80px;
  margin-left: -2%;
}
@media only screen and (max-width: 1440px) {
  #shop .shop .content-shop .content .benefits .list ul {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .benefits .list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .benefits .list ul {
    margin-left: 0;
    margin-top: -30px;
  }
}
#shop .shop .content-shop .content .benefits .list ul li {
  width: 23%;
  margin-left: 2%;
  margin-top: 80px;
}
@media only screen and (max-width: 1440px) {
  #shop .shop .content-shop .content .benefits .list ul li {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .benefits .list ul li {
    width: 31.33%;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .benefits .list ul li {
    width: 50%;
    margin-left: 0;
    margin-top: 30px;
  }
}
#shop .shop .content-shop .content .benefits .list ul li:hover .icon {
  border-color: #FF0000;
}
#shop .shop .content-shop .content .benefits .list ul li:hover .icon .circle-chart {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#shop .shop .content-shop .content .benefits .list ul li:hover .icon .svg path {
  fill: #FF0000;
}
#shop .shop .content-shop .content .benefits .list ul li .icon {
  position: relative;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DCDCDC;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  #shop .shop .content-shop .content .benefits .list ul li .icon {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1440px) {
  #shop .shop .content-shop .content .benefits .list ul li .icon {
    max-width: 160px;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .benefits .list ul li .icon {
    max-width: 140px;
  }
}
#shop .shop .content-shop .content .benefits .list ul li .icon .circle-chart {
  position: absolute;
  top: -4%;
  left: -4%;
  z-index: 8;
  display: table;
  width: 108%;
  height: 108%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#shop .shop .content-shop .content .benefits .list ul li .icon .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shop .shop .content-shop .content .benefits .list ul li .icon .svg svg {
  position: absolute;
}
#shop .shop .content-shop .content .benefits .list ul li .icon .svg svg path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#shop .shop .content-shop .content .benefits .list ul li .icon .svg img {
  width: 100%;
  height: auto;
}
#shop .shop .content-shop .content .benefits .list ul li p {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #shop .shop .content-shop .content .benefits .list ul li p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .benefits .list ul li p {
    margin-top: 10px;
    padding: 0 10px;
  }
}
#shop .shop .content-shop .content .special {
  margin-top: 100px;
}
#shop .shop .content-shop .content .special .txthead-box {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .special .txthead-box h2 .fz113 {
    font-size: 5rem;
  }
}
#shop .shop .content-shop .content .special .txthead-box p {
  margin-top: 10px;
  text-align: center;
}
#shop .shop .content-shop .content .special .txthead-box .mascot {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 8;
  width: 10.875%;
}
#shop .shop .content-shop .content .special .content {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .special .content .img {
    margin-top: 25px;
  }
}
#shop .shop .content-shop .content .special .content .img img {
  margin-left: auto;
  margin-right: auto;
}
#shop .shop .content-shop .content .special .content .img + .img {
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .special .content .img + .img {
    margin-top: 30px;
  }
}
#shop .shop .content-shop .content .contact {
  margin-top: 100px;
  padding: 0 3%;
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .contact {
    margin-top: 60px;
  }
}
#shop .shop .content-shop .content .contact .content {
  position: relative;
  padding-right: 12%;
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .contact .content {
    padding-right: 0;
  }
}
#shop .shop .content-shop .content .contact .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .contact .content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
  }
}
#shop .shop .content-shop .content .contact .content ul li {
  width: 23%;
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .contact .content ul li {
    width: 50%;
    margin-top: 20px;
  }
}
#shop .shop .content-shop .content .contact .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .contact .content ul li a {
    display: block;
  }
}
#shop .shop .content-shop .content .contact .content ul li a .icon {
  width: 35%;
}
@media only screen and (max-width: 1440px) {
  #shop .shop .content-shop .content .contact .content ul li a .icon {
    width: 30%;
  }
}
@media only screen and (max-width: 1260px) {
  #shop .shop .content-shop .content .contact .content ul li a .icon {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .contact .content ul li a .icon {
    width: 88px;
    margin-left: auto;
    margin-right: auto;
  }
}
#shop .shop .content-shop .content .contact .content ul li a .icon img {
  width: 100%;
  height: auto;
}
#shop .shop .content-shop .content .contact .content ul li a p {
  width: 65%;
  font-size: 3rem;
  line-height: 3.2rem;
  padding-left: 15px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1600px) {
  #shop .shop .content-shop .content .contact .content ul li a p {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1440px) {
  #shop .shop .content-shop .content .contact .content ul li a p {
    width: 70%;
  }
}
@media only screen and (max-width: 1260px) {
  #shop .shop .content-shop .content .contact .content ul li a p {
    width: 75%;
    padding-left: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .contact .content ul li a p {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.7rem;
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
#shop .shop .content-shop .content .contact .content .mascot {
  position: absolute;
  right: 3%;
  bottom: -20%;
  z-index: 8;
  width: 10.625%;
}
@media only screen and (max-width: 850px) {
  #shop .shop .content-shop .content .contact .content .mascot {
    width: 15%;
  }
}
@media only screen and (max-width: 750px) {
  #shop .shop .content-shop .content .contact .content .mascot {
    display: none;
  }
}

/* Promotion */
#promotion .promotion .content-promotion .promotion-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-top: -40px;
}
@media only screen and (max-width: 1600px) {
  #promotion .promotion .content-promotion .promotion-list ul {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1260px) {
  #promotion .promotion .content-promotion .promotion-list ul {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 750px) {
  #promotion .promotion .content-promotion .promotion-list ul {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#promotion .promotion .content-promotion .promotion-list ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  #promotion .promotion .content-promotion .promotion-list ul li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  #promotion .promotion .content-promotion .promotion-list ul li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 850px) {
  #promotion .promotion .content-promotion .promotion-list ul li {
    width: 31.83%;
  }
}
@media only screen and (max-width: 750px) {
  #promotion .promotion .content-promotion .promotion-list ul li {
    width: 48.5%;
    margin-left: 0;
  }
}
#promotion .promotion .content-promotion .promotion-list ul li a {
  display: block;
}
#promotion .promotion .content-promotion .promotion-list ul li a:hover {
  opacity: 1;
}
#promotion .promotion .content-promotion .promotion-list ul li a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#promotion .promotion .content-promotion .promotion-list ul li a:hover .brief .btn-download {
  color: #FF0000;
  background-image: url("../images/commons/icon-download-hover.svg");
}
#promotion .promotion .content-promotion .promotion-list ul li a .cover {
  overflow: hidden;
  position: relative;
  border: 1px solid #C2C2C2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#promotion .promotion .content-promotion .promotion-list ul li a .cover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#promotion .promotion .content-promotion .promotion-list ul li a .brief {
  margin-top: 15px;
}
@media only screen and (max-width: 1260px) {
  #promotion .promotion .content-promotion .promotion-list ul li a .brief {
    margin-top: 10px;
  }
}
#promotion .promotion .content-promotion .promotion-list ul li a .brief h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1600px) {
  #promotion .promotion .content-promotion .promotion-list ul li a .brief h2 {
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  #promotion .promotion .content-promotion .promotion-list ul li a .brief h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  #promotion .promotion .content-promotion .promotion-list ul li a .brief h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

/* Activities */
#activities .activities .content-main .flex .col-left {
  width: 36%;
}
#activities .activities .content-main .flex .col-right {
  width: 58.75%;
}
#activities .activities .content-main .flex .col-right .link-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#activities .activities .content-main .flex .col-right .link-thumb ul {
  display: block;
  margin-left: 0;
}
#activities .activities .content-main .flex .col-right .link-thumb ul:nth-child(1) {
  width: 42%;
}
#activities .activities .content-main .flex .col-right .link-thumb ul:nth-child(2) {
  width: 57%;
}
#activities .activities .content-main .flex .col-right .link-thumb ul:nth-child(2) li + li {
  margin-top: 1.75%;
}
#activities .activities .content-main .flex .col-right .link-thumb ul li {
  width: 100%;
  margin-left: 0;
}

/* Program */
#program .program .content-article .article-list ul li a .brief {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  #program .program .content-article .article-list ul li a .brief {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  #program .program .content-article .article-list ul li a .brief {
    margin-top: 10px;
  }
}
#program .program .content-article .article-list ul li a .brief h3 {
  font-size: 3.2rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1600px) {
  #program .program .content-article .article-list ul li a .brief h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 1440px) {
  #program .program .content-article .article-list ul li a .brief h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  #program .program .content-article .article-list ul li a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #program .program .content-article .article-list ul li a .brief h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
#program .program .content-article .article-list ul li a .btn-box .btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1260px) {
  #program .program .content-article .article-list ul li a .btn-box .btn .icon svg {
    width: auto;
    height: 18px;
  }
}
#program .program .content-article .article-list ul li a:hover .btn-box .btn {
  color: #FF0000;
  background-color: #fce500;
}
#program .program .content-article .article-list ul li a:hover .btn-box .btn .icon svg path {
  fill: #FF0000;
}
#program .program .plan .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #program .program .plan .content .row {
    display: block;
  }
}
#program .program .plan .content .row + .row {
  margin-top: 120px;
}
@media only screen and (max-width: 1600px) {
  #program .program .plan .content .row + .row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  #program .program .plan .content .row + .row {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1260px) {
  #program .program .plan .content .row + .row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row + .row {
    margin-top: 40px;
  }
}
#program .program .plan .content .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#program .program .plan .content .row:nth-child(even) .text {
  padding-left: 0;
  padding-right: 55px;
}
@media only screen and (max-width: 1600px) {
  #program .program .plan .content .row:nth-child(even) .text {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row:nth-child(even) .text {
    padding-right: 30px;
  }
}
#program .program .plan .content .row .img {
  width: 61.25%;
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row .img {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #program .program .plan .content .row .img {
    width: 100%;
  }
}
#program .program .plan .content .row .text {
  width: 38.75%;
  padding-left: 55px;
}
@media only screen and (max-width: 1600px) {
  #program .program .plan .content .row .text {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row .text {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #program .program .plan .content .row .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#program .program .plan .content .row .text p + ul {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  #program .program .plan .content .row .text p + ul {
    margin-top: 15px;
  }
}
#program .program .plan .content .row .text ul li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row .text ul li {
    padding-left: 14px;
  }
}
#program .program .plan .content .row .text ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
  #program .program .plan .content .row .text ul li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1260px) {
  #program .program .plan .content .row .text ul li + li {
    margin-top: 0;
  }
}
#program .program .plan .content .row .text ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 8;
  display: table;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FF0000;
}
@media only screen and (max-width: 1440px) {
  #program .program .plan .content .row .text ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 850px) {
  #program .program .plan .content .row .text ul li::before {
    width: 5px;
    height: 5px;
  }
}

/* Member */
#member .member .member-content .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .login {
    display: block;
  }
}
#member .member .member-content .login.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#member .member .member-content .login .col-left {
  width: 43%;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .login .col-left {
    width: 100%;
  }
}
#member .member .member-content .login .col-left .content > p {
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-left .content > p {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .login .col-left .content > p {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-left .content > p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .login .col-left .content > p {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
#member .member .member-content .login .col-left .content .form {
  margin-top: 25px;
}
#member .member .member-content .login .col-right {
  margin-top: 55px;
  width: 43%;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .login .col-right {
    margin-top: 60px;
    width: 100%;
  }
}
#member .member .member-content .login .col-right .thank {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .thank {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .thank {
    margin-bottom: 30px;
  }
}
#member .member .member-content .login .col-right .thank p {
  font-size: 3rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .thank p {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .thank p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
#member .member .member-content .login .col-right .thank p span {
  font-size: 5.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .thank p span {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .thank p span {
    font-size: 4rem;
  }
}
#member .member .member-content .login .col-right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#member .member .member-content .login .col-right .flex .box {
  width: 75.67%;
  position: relative;
  padding: 25px;
  border: 5px solid #CFCFCF;
  border-radius: 30px;
  background-color: #fff;
}
#member .member .member-content .login .col-right .flex .box p {
  font-size: 3rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .flex .box p {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .flex .box p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
#member .member .member-content .login .col-right .flex .box p span {
  font-size: 5.3rem;
  line-height: 5.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .flex .box p span {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .flex .box p span {
    font-size: 4.3rem;
    line-height: 4.5rem;
  }
}
#member .member .member-content .login .col-right .flex .box .btn-box {
  margin-top: 20px;
}
#member .member .member-content .login .col-right .flex .box .btn-box .btn {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  height: 78px;
  border-radius: 40px;
  max-width: 320px;
}
@media only screen and (max-width: 1600px) {
  #member .member .member-content .login .col-right .flex .box .btn-box .btn {
    font-size: 2.6rem;
    line-height: 3.6rem;
    height: 68px;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .flex .box .btn-box .btn {
    font-size: 2.2rem;
    line-height: 3.2rem;
    height: 58px;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .flex .box .btn-box .btn .icon svg {
    width: auto;
    height: 30px;
  }
}
#member .member .member-content .login .col-right .flex .mascot {
  width: 21.85%;
  margin-bottom: -55px;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .login .col-right .flex .mascot {
    margin-bottom: -25px;
  }
}
#member .member .member-content .login .col-right .flex .mascot.register {
  margin-bottom: -170px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .login .col-right .flex .mascot.register {
    margin-bottom: -90px;
  }
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .login .col-right .flex .mascot.register {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .login .col-right .flex .mascot.register {
    margin-bottom: -30px;
  }
}
#member .member .member-content .login .col-right .flex .mascot img {
  width: 100%;
  height: auto;
}
#member .member .member-content .profile .profile-menu {
  max-width: 1046px;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-menu {
    border-radius: 5px;
    overflow: hidden;
  }
}
#member .member .member-content .profile .profile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-menu ul {
    display: block;
  }
}
#member .member .member-content .profile .profile-menu ul li {
  width: 24.25%;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-menu ul li {
    width: 100%;
  }
}
#member .member .member-content .profile .profile-menu ul li a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #C6C6C6;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-menu ul li a {
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-menu ul li a {
    border-radius: 0;
  }
}
#member .member .member-content .profile .profile-menu ul li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-menu ul li a .icon svg {
    width: auto;
    height: 20px;
  }
}
#member .member .member-content .profile .profile-box {
  padding: 60px;
  background-color: rgba(198, 198, 198, 0.35) !important;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box {
    padding: 30px;
    margin-top: 4%;
    border-radius: 5px;
  }
}
#member .member .member-content .profile .profile-box.pad40 {
  padding: 40px;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box.pad40 {
    padding: 30px;
  }
}
#member .member .member-content .profile .profile-box.pad0 {
  padding: 0;
}
#member .member .member-content .profile .profile-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .info {
    display: block;
  }
}
#member .member .member-content .profile .profile-box .info .col-left {
  width: 24.32%;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .info .col-left {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .info .col-left .btn-upload {
    margin-top: 25px;
  }
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label {
  width: 100%;
  max-width: 280px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #FF0000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 20px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .info .col-left .btn-upload label {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label:hover {
  cursor: pointer;
  color: #fff;
  background-color: #FF0000;
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label:hover .icon svg path {
  fill: #fff;
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .info .col-left .btn-upload label .icon svg {
    width: auto;
    height: 16px;
  }
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label .icon svg path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#member .member .member-content .profile .profile-box .info .col-left .btn-upload label input[type=file] {
  display: none;
}
#member .member .member-content .profile .profile-box .info .col-right {
  width: 71.5%;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .info .col-right {
    width: 100%;
    margin-top: 20px;
  }
}
#member .member .member-content .profile .profile-box .online .row:nth-child(even) {
  background-color: #DFDFDF;
}
#member .member .member-content .profile .profile-box .online .row .toggle-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 40px;
  padding-right: 100px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn {
    display: block;
    padding: 15px 50px 15px 20px;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-btn.active::after {
  background-image: url("../images/commons/icon-toggle-open.svg");
}
#member .member .member-content .profile .profile-box .online .row .toggle-btn::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 25px;
  z-index: 8;
  display: table;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-image: url("../images/commons/icon-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 10px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn::after {
    right: 30px;
    top: 20px;
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn::after {
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-btn .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 20px;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn .tag {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn .tag {
    height: 32px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn .tag {
    width: 100px;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    height: 24px;
    font-size: 1.5rem;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-btn .tag .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-btn .tag .icon svg {
    width: auto;
    height: 16px;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content {
  display: none;
  padding: 0 40px 25px 40px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content {
    padding: 0 30px 25px 30px;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr {
    display: block;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr + .tr {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C7C7C7;
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td {
    font-size: 2rem;
    line-height: 2.4rem;
    width: 100% !important;
    padding-left: 15px !important;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.topic {
  position: relative;
  padding-left: 15px;
  width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.topic {
    width: 220px;
    min-width: 220px;
  }
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.topic {
    width: 35%;
    min-width: auto;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.topic::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 8;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #FF0000;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.topic::before {
    top: 12px;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.start {
  width: 220px;
  min-width: 220px;
  color: #A5A5A5;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.start {
    width: 25%;
    min-width: auto;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.end {
  width: 220px;
  min-width: 220px;
  color: #A5A5A5;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.end {
    width: 25%;
    min-width: auto;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.status {
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.status {
    width: 15%;
  }
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.status .green {
  color: #2BB717;
}
#member .member .member-content .profile .profile-box .online .row .toggle-content .table .tr .td.status .orange {
  color: #DF8D00;
}
#member .member .member-content .profile .profile-box .program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .program {
    display: block;
  }
}
#member .member .member-content .profile .profile-box .program .col-left {
  width: 45.85%;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .program .col-left {
    width: 30%;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .program .col-left {
    width: 100%;
  }
}
#member .member .member-content .profile .profile-box .program .col-left img {
  width: 100%;
  height: auto;
}
#member .member .member-content .profile .profile-box .program .col-right {
  width: 54.15%;
  padding-left: 40px;
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .program .col-right {
    width: 70%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #member .member .member-content .profile .profile-box .program .col-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .content ul {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .program .col-right .content ul {
    margin-top: 10px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .content ul li {
  position: relative;
  padding-left: 15px;
}
#member .member .member-content .profile .profile-box .program .col-right .content ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .program .col-right .content ul li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .program .col-right .content ul li + li {
    margin-top: 0;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .content ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 8;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #FF0000;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .program .col-right .content ul li::before {
    top: 11px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .content ul + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  #member .member .member-content .profile .profile-box .program .col-right .content ul + p {
    margin-top: 10px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .btn-box {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .program .col-right .btn-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #member .member .member-content .profile .profile-box .program .col-right .btn-box {
    margin-top: 20px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .program .col-right .btn-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -10px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .btn-box ul li {
  width: 31.83%;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .program .col-right .btn-box ul li {
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
  }
}
#member .member .member-content .profile .profile-box .program .col-right .btn-box ul li a {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1260px) {
  #member .member .member-content .profile .profile-box .program .col-right .btn-box ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0 15px;
  }
}

.active-mn-profile-01 .mn-profile-01,
.active-mn-profile-02 .mn-profile-02,
.active-mn-profile-03 .mn-profile-03,
.active-mn-profile-04 .mn-profile-04 {
  color: #FF0000 !important;
  background-color: rgba(198, 198, 198, 0.35) !important;
}
.active-mn-profile-01 .mn-profile-01 .icon svg path,
.active-mn-profile-02 .mn-profile-02 .icon svg path,
.active-mn-profile-03 .mn-profile-03 .icon svg path,
.active-mn-profile-04 .mn-profile-04 .icon svg path {
  fill: #FF0000 !important;
}

.login-bg main {
  position: relative;
  background: rgba(245, 245, 245, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 0)), color-stop(50%, rgb(245, 245, 245)), color-stop(100%, rgb(245, 245, 245)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 0)), color-stop(50%, rgb(245, 245, 245)), to(rgb(245, 245, 245)));
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 50%, rgb(245, 245, 245) 50%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#f5f5f5", GradientType=1 );
}
@media only screen and (max-width: 850px) {
  .login-bg main {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );
  }
}

.form .form-row + .form-row {
  margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
  .form .form-row + .form-row {
    margin-top: 20px;
  }
}
.form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex {
    display: block;
  }
}
.form .form-row.flex .col50 {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .col50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex .col50 + .col50 {
    margin-top: 20px;
  }
}
.form .form-row .label {
  margin-bottom: 3px;
}
.form .form-row .label .imp {
  color: #FF0000;
}
.form .form-row .field.password {
  position: relative;
}
.form .form-row .field.password a {
  display: table;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 8;
  margin-top: auto;
  margin-bottom: auto;
}
.form .form-row .field-checkbox {
  margin-top: 7px;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1600px) {
  .form .form-row .field-checkbox {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1600px) {
  .form .form-row .field-checkbox .chkbox-btn .chkbox {
    top: 2px;
  }
}
.form .form-row-remember-forgot {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1600px) {
  .form .form-row-remember-forgot {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1600px) {
  .form .form-row-remember-forgot .remember .chkbox-btn .chkbox {
    top: 6px;
  }
}
.form .form-row-remember-forgot .forgot a {
  display: block;
  color: #B1B1B1;
}
.form .form-row-button {
  margin-top: 40px;
}
@media only screen and (max-width: 1260px) {
  .form .form-row-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row-button {
    margin-top: 20px;
  }
}
.form .form-row-button.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.form .form-row-remark {
  margin-top: 10px;
}
.form .form-row-remark p {
  font-size: 2.5rem;
  line-height: 2.7rem;
  color: #FF0000;
}
@media only screen and (max-width: 1600px) {
  .form .form-row-remark p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.form .form-row-policy {
  margin-top: 25px;
}
.form .form-row-policy p {
  font-size: 2.5rem;
  line-height: 2.7rem;
}
@media only screen and (max-width: 1600px) {
  .form .form-row-policy p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

button {
  font-family: "DB Adman X";
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button:hover {
  cursor: pointer;
}

.textbox {
  display: block;
  width: 100%;
  padding: 2px 15px;
  font-family: "DB Adman X";
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #686868;
  font-weight: normal;
  border: 1px solid #A8A8A8;
  border-radius: 22px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1440px) {
  .textbox {
    font-size: 2rem;
    line-height: 3rem;
  }
}

/* Online Inner */
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content {
    width: 100%;
  }
}
#online-inner .online-inner .online-content .content .row-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-intro {
    display: block;
  }
}
#online-inner .online-inner .online-content .content .row-intro .col-left {
  width: 61.25%;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-intro .col-left {
    width: 100%;
  }
}
#online-inner .online-inner .online-content .content .row-intro .col-right {
  width: 38.75%;
  padding-left: 45px;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-intro .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
#online-inner .online-inner .online-content .content .row-intro .col-left-50 {
  width: 50%;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-intro .col-left-50 {
    width: 100%;
  }
}
#online-inner .online-inner .online-content .content .row-intro .col-right-50 {
  width: 50%;
  padding-left: 45px;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-intro .col-right-50 {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
#online-inner .online-inner .online-content .content .row-intro .col-100 {
  width: 100%;
}
#online-inner .online-inner .online-content .content .row-detail .video {
  width: 100%;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail .video {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-detail .video {
    margin-bottom: 30px;
  }
}
#online-inner .online-inner .online-content .content .row-detail h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 0;
  }
}
#online-inner .online-inner .online-content .content .row-detail p + h2 {
  margin-top: 30px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail p + h2 {
    margin-top: 25px;
  }
}
#online-inner .online-inner .online-content .content .row-detail p + .img {
  margin-top: 80px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail p + .img {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-detail p + .img {
    margin-top: 30px;
  }
}
#online-inner .online-inner .online-content .content .row-detail .img img {
  margin-left: auto;
  margin-right: auto;
}
#online-inner .online-inner .online-content .content .row-detail .img + h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail .img + h2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-detail .img + h2 {
    margin-top: 30px;
  }
}
#online-inner .online-inner .online-content .content .row-detail .img + p {
  margin-top: 80px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-detail .img + p {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-detail .img + p {
    margin-top: 30px;
  }
}
#online-inner .online-inner .online-content .content .row-course {
  margin-top: 60px;
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-course {
    margin-top: 40px;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-top: -1.5%;
}
@media only screen and (max-width: 750px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item {
  width: 23.5%;
  margin-left: 1.5%;
  margin-top: 1.5%;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 750px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item + .item {
    margin-top: 4%;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a {
  display: block;
  position: relative;
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 30px;
}
@media only screen and (max-width: 1440px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief {
    padding: 10px 20px;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
@media only screen and (max-width: 1600px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p span {
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FF0000;
  border-radius: 100%;
  margin-left: 5px;
}
@media only screen and (max-width: 1440px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p span {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief p span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief h3 {
  font-size: 4rem;
  line-height: 5rme;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief h3 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief h3 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 1260px) {
  #online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .brief h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .cover {
  position: relative;
  z-index: 8;
}
#online-inner .online-inner .online-content .content .row-course .course-list .flex .item a .cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 67%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

#questionnaire .questionnaire .questionnaire-content .content .point {
  margin-top: 30px;
}
#questionnaire .questionnaire .questionnaire-content .content .point .row h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1260px) {
  #questionnaire .questionnaire .questionnaire-content .content .point .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #questionnaire .questionnaire .questionnaire-content .content .point .row h3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
#questionnaire .questionnaire .questionnaire-content .content .point .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #questionnaire .questionnaire .questionnaire-content .content .point .row ul {
    display: block;
  }
}
#questionnaire .questionnaire .questionnaire-content .content .point .row ul li {
  margin-right: 80px;
}
@media only screen and (max-width: 750px) {
  #questionnaire .questionnaire .questionnaire-content .content .point .row ul li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #questionnaire .questionnaire .questionnaire-content .content .point .row ul li + li {
    margin-top: 5px;
  }
}

.popup-check {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: 92%;
  max-width: 800px;
  margin: 20px auto;
}
.popup-check .mfp-close {
  display: none !important;
}
.popup-check .content .correct img {
  margin-left: auto;
  margin-right: auto;
}
.popup-check .content .sum {
  width: 174px;
  height: 174px;
  border-radius: 100%;
  border: 13px solid #01D22B;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16.4rem;
  line-height: 10rem;
  font-weight: 700;
  color: #01D22B;
  padding-top: 15px;
}
@media only screen and (max-width: 1260px) {
  .popup-check .content .sum {
    width: 134px;
    height: 134px;
    font-size: 12.4rem;
  }
}
.popup-check .content .congrate {
  margin-top: 15px;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .popup-check .content .congrate {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.popup-check .content .answer {
  margin-top: 30px;
}
@media only screen and (max-width: 1260px) {
  .popup-check .content .answer {
    margin-top: 15px;
  }
}
.popup-check .content .answer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup-check .content .answer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px;
}
.popup-check .content .answer ul li .icon {
  margin-left: 10px;
}

/* Policy */
#policy .policy .content-policy .content h2 {
  font-size: 5rem;
  line-height: 4.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  #policy .policy .content-policy .content h2 {
    font-size: 4rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  #policy .policy .content-policy .content h2 {
    font-size: 3rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
  }
}
#policy .policy .content-policy .content p strong {
  font-weight: bold;
}
#policy .policy .content-policy .content p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content p + p {
    margin-top: 15px;
  }
}
#policy .policy .content-policy .content p + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content p + h2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content p + h2 {
    margin-top: 25px;
  }
}
#policy .policy .content-policy .content p + .table {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content p + .table {
    margin-top: 15px;
  }
}
#policy .policy .content-policy .content .table table {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #D1D1D1;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}
#policy .policy .content-policy .content .table table tr.topic td {
  color: #fff;
  background-color: #FF0000 !important;
}
#policy .policy .content-policy .content .table table tr:nth-child(odd) td {
  background-color: #EBEBEB;
}
#policy .policy .content-policy .content .table table tr td {
  padding: 15px 25px;
  background-color: #fff;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content .table table tr td {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content .table table tr td {
    padding: 10px 10px;
  }
}
#policy .policy .content-policy .content .table table tr td ul {
  margin-top: 0;
}
#policy .policy .content-policy .content .table table + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content .table table + p {
    margin-top: 15px;
  }
}
#policy .policy .content-policy .content .table + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content .table + h2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content .table + h2 {
    margin-top: 25px;
  }
}
#policy .policy .content-policy .content .table + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content .table + p {
    margin-top: 15px;
  }
}
#policy .policy .content-policy .content ul {
  margin-top: 15px;
}
#policy .policy .content-policy .content ul li {
  position: relative;
  padding-left: 15px;
}
#policy .policy .content-policy .content ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ul li + li {
    margin-top: 0;
  }
}
#policy .policy .content-policy .content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FF0000;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ul li::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
#policy .policy .content-policy .content ul + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ul + h2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content ul + h2 {
    margin-top: 25px;
  }
}
#policy .policy .content-policy .content ul + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ul + p {
    margin-top: 15px;
  }
}
#policy .policy .content-policy .content ol {
  margin-top: 15px;
  margin-left: 35px;
}
#policy .policy .content-policy .content ol li {
  list-style: decimal;
}
#policy .policy .content-policy .content ol + h2 {
  margin-top: 45px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ol + h2 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #policy .policy .content-policy .content ol + h2 {
    margin-top: 25px;
  }
}
#policy .policy .content-policy .content ol + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1260px) {
  #policy .policy .content-policy .content ol + p {
    margin-top: 15px;
  }
}

/* Cookie Setting */
.page-cookie-setting header {
  display: none;
}
.page-cookie-setting #wrapper {
  padding-top: 0;
}
.page-cookie-setting #cookie-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: #929292;
}
.page-cookie-setting #cookie-setting .cookie-setting {
  padding: 4% 0;
}
.page-cookie-setting #cookie-setting .cookie-setting .box {
  position: relative;
  background-color: #fff;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 8;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content {
  padding: 30px;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .logo {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .page-cookie-setting #cookie-setting .cookie-setting .box .content .description h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  .page-cookie-setting #cookie-setting .cookie-setting .box .content .description h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .page-cookie-setting #cookie-setting .cookie-setting .box .content .description h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description p + h2 {
  margin-top: 15px;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul {
  margin-top: 5px;
  border: 1px solid #D4D4D4;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 15px;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li + li {
  border-top: 1px solid #D4D4D4;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li .left {
  position: relative;
  padding-left: 18px;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li .left::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description ul li .right.active-always {
  font-weight: 700;
  color: #3860BE;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .content .description .btn-box {
  margin-top: 20px;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .footer {
  padding: 10px 0;
  background-color: #F4F4F4;
}
.page-cookie-setting #cookie-setting .cookie-setting .box .footer img {
  margin-left: auto;
}
.page-cookie-setting footer {
  display: none;
}

input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0 0 0 #ffffff;
  box-shadow: inset -20px 0 0 0 #ffffff;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
  border-color: #3860BE;
  -webkit-box-shadow: inset 20px 0 0 0 #3860BE;
  box-shadow: inset 20px 0 0 0 #3860BE;
}

input.apple-switch:checked:after {
  left: 20px;
  -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

/* Cookie Setting */
.page-request-rights header {
  display: none;
}
.page-request-rights #wrapper {
  padding-top: 0;
}
.page-request-rights #request-rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  min-height: 100vh;
}
.page-request-rights #request-rights .request-rights .box {
  position: relative;
}
.page-request-rights #request-rights .request-rights .box .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
}
.page-request-rights #request-rights .request-rights .box .content .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.page-request-rights #request-rights .request-rights .box .footer {
  margin-top: 20px;
  padding: 10px 0;
  background-color: #F4F4F4;
}
.page-request-rights #request-rights .request-rights .box .footer img {
  margin-left: auto;
}
.page-request-rights footer {
  display: none;
}