@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+SC:400,500,700|Noto+Sans+TC:400,500,700|Noto+Serif+SC:400,500,600,700|Noto+Serif+TC:400,500,600,700&display=swap&subset=chinese-simplified,chinese-traditional");
@import url("css/plugins/aos.css");
@import url("fonts/css/style.css");
/* -------------------------------------------
 * *  reset
 * * ------------------------------------------ */
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-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

header, main, footer, article, aside, details, figcaption, figure, hgroup, menu, nav, section, address, fieldset, legend {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

a {
  color: inherit;
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0px;
}

a[role=button] {
  user-select: none;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

s, strike {
  text-decoration: line-through;
}

ul {
  margin-left: 1.15em;
}

ol {
  margin-left: 1.1em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.chrome img {
  image-rendering: -webkit-optimize-contrast;
}

div, button, input, select, textarea, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  color: inherit;
}

button, input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  line-height: 1;
  color: inherit;
}

button, select {
  text-transform: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

textarea {
  width: 100%;
  resize: none;
}

figure, address, fieldset, legend {
  margin: 0;
  padding: 0;
}

* {
  min-width: 0;
  min-height: 0;
}

*, *:focus {
  outline: 0;
}

*, *::before, *::after, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------
 * *  basic
 * * ------------------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  height: 100%;
}
html.body-fixed {
  overflow: hidden;
}

body {
  background-color: #ffffff;
  overflow: visible;
  color: #000000;
  font-family: "Noto Sans TC", "Source Sans Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:lang(zh-hans) {
  font-family: "Noto Sans SC", "Source Sans Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("fonts/font/lightcase.eot");
  src: url("fonts/font/lightcase.eot#iefix") format("embedded-opentype"), url("fonts/font/lightcase.woff") format("woff"), url("fonts/font/lightcase.ttf") format("truetype"), url("fonts/font/lightcase.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "";
}

.lightcase-icon-pause:before {
  content: "";
}

.lightcase-icon-close:before {
  content: "";
}

.lightcase-icon-prev:before {
  content: "";
}

.lightcase-icon-next:before {
  content: "";
}

.lightcase-icon-spin:before {
  content: "";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner {
    max-height: 65vh;
  }
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner img {
    display: block;
    max-height: 100% !important;
    margin: 0 auto;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff;
  }
}
@media screen and (min-width: 481px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 480px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 481px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 481px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 481px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 480px) {
  #lightcase-overlay {
    opacity: 0.95 !important;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* -------------------------------------------
 * *  shown / hidden
 * * ------------------------------------------ */
@media screen and (min-width: 1200px) {
  .shown-1199 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .shown-991 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .shown-767 {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .shown-479 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-1199 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hidden-991 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-767 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-479 {
    display: none;
  }
}

/* -------------------------------------------
 * *  typograpy
 * * ------------------------------------------ */
.ff-sans {
  font-family: "Noto Sans TC", "Source Sans Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;
}
.ff-sans:lang(zh-hans) {
  font-family: "Noto Sans SC", "Source Sans Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.ff-serif {
  font-family: "Noto Serif TC", "Times New Roman", serif;
}
.ff-serif:lang(zh-hans) {
  font-family: "Noto Serif SC", "Times New Roman", serif;
}

.ff-nanum {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}
@media screen and (max-width: 479px) {
  .f22 {
    font-size: 20px;
  }
}

.f24 {
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  .f24 {
    font-size: 22px;
  }
}

.f28 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .f28 {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .f28 {
    font-size: 22px;
  }
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.lh-100 {
  line-height: 1;
}

.lh-150 {
  line-height: 1.5;
}

.lh-175 {
  line-height: 1.75;
}

.lh-200 {
  line-height: 2;
}

.ls-005 {
  letter-spacing: 0.05em;
}

.ls-01 {
  letter-spacing: 0.1em;
}

.tc-red {
  color: #FF0000;
}

.tc-cRed {
  color: #ED1C24;
}

.tc-black {
  color: #000000 !important;
}

.tc-gray {
  color: #808080;
}

.tc-darkGray {
  color: #4D4D4D;
}

.hg.hg-border .title {
  margin-bottom: -10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  .hg.hg-border .title {
    font-size: 20px;
  }
}
.hg.hg-border::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 5px;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
}

.main-head {
  margin-bottom: 65px;
}
@media screen and (max-width: 991px) {
  .main-head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .main-head {
    margin-bottom: 35px;
  }
}

/* -------------------------------------------
 * *  list style
 * * ------------------------------------------ */
ul.ns, ol.ns {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl.ns {
  margin: 0;
}
dl.ns dt, dl.ns dd {
  margin: 0;
}

/* ------------------------------------------
 * *  images
 * * -----------------------------------------*/
.pic img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.pic-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon {
  display: block;
}
.icon svg, .icon img {
  display: block;
}
.icon.icon-fs svg {
  width: 1em;
  height: 1em;
}

img.svg {
  opacity: 0;
}

/* -------------------------------------------
 * *  buttons
 * * ------------------------------------------ */
.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  overflow: hidden;
  line-height: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn .btn-inner {
  position: relative;
  display: block;
}
.btn:not(.no-hover) {
  cursor: pointer;
}
.btn.btn-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn.btn-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn.btn-circle {
  border-radius: 50%;
  overflow: hidden;
}
.btn.fill-cRed {
  background-color: #ED1C24;
  color: #ffffff;
}
.btn.fill-cRed:not(.no-hover) {
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn.fill-cRed:not(.no-hover):hover {
  background-color: #8B0203;
}

/* -------------------------------------------
 * *  plugins
 * * ------------------------------------------ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-item {
  display: block !important;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.slick-dots li button {
  display: block;
}

/* ------------------------------------------
 * *  editor
 * * -----------------------------------------*/
.editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6, .editor-style p, .editor-style figure, .editor-style ul, .editor-style ol, .editor-style table, .editor-style video, .editor-style audio, .editor-style iframe {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.editor-style *:first-child {
  margin-top: 0 !important;
}
.editor-style *:last-child {
  margin-bottom: 0 !important;
}
.editor-style ul:not(.ns) {
  margin-left: 1em;
}
.editor-style ol:not(.ns) {
  margin-left: 1.5em;
}
.editor-style img {
  display: inline-block;
  vertical-align: top;
}
.editor-style a {
  text-decoration: underline;
}
.editor-style a:hover {
  color: #ED1C24;
}
.editor-style .mt-0 {
  margin-top: 0 !important;
}
.editor-style .mb-0 {
  margin-bottom: 0 !important;
}

.editor-strict {
  font-size: 16px;
  line-height: 2;
}
.editor-strict section {
  margin: 3em 0;
}
@media screen and (max-width: 767px) {
  .editor-strict section {
    margin: 2em 0;
  }
}
@media screen and (max-width: 479px) {
  .editor-strict section {
    margin: 1.5em 0;
  }
}
.editor-strict h1, .editor-strict h2, .editor-strict h3, .editor-strict h4, .editor-strict h5, .editor-strict h6 {
  line-height: 1.3;
}

.desc-box + .desc-box {
  margin-top: 55px;
}
.desc-box .box-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 22px;
  font-weight: 500;
  color: #ED1C24;
}
.desc-box .box-title.f24 {
  font-size: 24px;
}
.desc-box .box-title.f20 {
  font-size: 20px;
}
.desc-box .box-title + .box-content {
  margin-top: 15px;
}
.desc-box .box-content ul.red-dot {
  list-style-type: none;
  margin-left: 1.15em;
}
.desc-box .box-content ul.red-dot li {
  position: relative;
}
.desc-box .box-content ul.red-dot li::before {
  content: "";
  position: absolute;
  top: calc(1em - 4px);
  left: -1.15em;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ED1C24;
}
.desc-box .box-content ul.red-dot li + li {
  margin-top: 0.5em;
}
.desc-box .desc-box-pics {
  margin-top: 55px;
}
.desc-box .desc-box-pics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px -5px;
}
.desc-box .desc-box-pics ul li {
  padding: 15px 5px;
}
.desc-box .desc-box-pics .caption {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .desc-box + .desc-box {
    margin-top: 35px;
  }
  .desc-box .box-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .desc-box .box-title.f24 {
    font-size: 20px;
  }
  .desc-box .box-title.f20 {
    font-size: 17px;
  }
  .desc-box .box-title + .box-content {
    margin-top: 10px;
  }
  .desc-box .box-content {
    font-size: 16px;
  }
}

/* ------------------------------------------
 * *  shared
 * * -----------------------------------------*/
.bg-gray {
  background-color: #F9F9F9;
}

.table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  line-height: 1.5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #FBD0D2;
}
.table th, .table td {
  padding: 15px;
  vertical-align: middle;
  border-collapse: collapse;
}
.table thead {
  background-color: #ED1C24;
}
.table thead th {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.table thead th + th::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  bottom: calc(50% - 0.5em);
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.table tbody td {
  border-top: 1px solid #ffffff;
}
.table tbody td + td {
  border-left: 1px solid #ffffff;
}
.table tbody tr:first-child td {
  border-top: none;
}
@media screen and (min-width: 1400px) {
  .table tbody td {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.table:not(.responsive-table) tbody tr:nth-child(odd) td {
  background-color: #FEF6F6;
}
.table:not(.responsive-table) tbody tr:nth-child(even) td {
  background-color: #FDECED;
}
@media screen and (min-width: 768px) {
  .table.responsive-table tbody tr:nth-child(odd) td {
    background-color: #FEF6F6;
  }
  .table.responsive-table tbody tr:nth-child(even) td {
    background-color: #FDECED;
  }
}
@media screen and (max-width: 767px) {
  .table.responsive-table {
    display: block;
    table-layout: unset;
    border-radius: 0;
    border-bottom: none;
  }
  .table.responsive-table thead {
    display: none;
  }
  .table.responsive-table tbody {
    display: block;
  }
  .table.responsive-table tbody tr {
    display: table;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .table.responsive-table tbody tr + tr {
    margin-top: 25px;
  }
  .table.responsive-table tbody tr td {
    position: relative;
    display: table-row;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .table.responsive-table tbody tr td + td::before, .table.responsive-table tbody tr td + td .td-inner {
    border-top: 1px solid #ffffff;
  }
  .table.responsive-table tbody tr td::before {
    content: attr(data-title);
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    padding: 10px;
    background-color: #ED1C24;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
  }
  .table.responsive-table tbody tr td:nth-child(odd) {
    background-color: #FEF6F6;
  }
  .table.responsive-table tbody tr td:nth-child(even) {
    background-color: #FDECED;
  }
  .table.responsive-table tbody tr td .td-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .table.responsive-table tbody tr td .td-inner .td-inner {
    padding: 0;
  }
}
.table.table-alt {
  border-radius: 0;
}
.table.table-alt th, .table.table-alt td {
  text-align: center;
}
.table.table-alt thead {
  background: none;
}
.table.table-alt thead th {
  background-color: #ED1C24;
}
.table.table-alt thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table.table-alt thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table.table-alt tbody tr td {
  border-top: 1px solid #E8E8E8;
}
.table.table-alt tbody tr td + td {
  border-left: 1px solid #E8E8E8;
}
.table.table-alt tbody tr:first-child td {
  border-top: none;
}
.table.table-alt tbody tr:nth-child(odd) td {
  background-color: #FFFFFF;
}
.table.table-alt tbody tr:nth-child(even) td {
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .table.table-alt.responsive-table tbody tr td {
    border: none;
  }
  .table.table-alt.responsive-table tbody tr td:nth-child(odd) {
    background-color: #ffffff;
  }
  .table.table-alt.responsive-table tbody tr td:nth-child(even) {
    background-color: #FAFAFA;
  }
  .table.table-alt.responsive-table tbody tr td .td-inner {
    text-align: left;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 35px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.pagination .arrow {
  color: #B2B2B2;
  font-size: 12px;
}
.pagination .arrow ul li {
  display: -webkit-box;
  display: -webkit-flex;
  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: 40px;
}
.pagination .arrow a:hover {
  color: #ED1C24;
}
.pagination .jump {
  margin: 0 15px;
}
.pagination .jump ul li + li {
  margin-left: 10px;
}
.pagination .jump ul li .btn {
  width: 42px;
  height: 42px;
  color: #000000;
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pagination .jump ul li .btn:hover {
  background-color: #F47920;
  color: #ffffff;
}
.pagination .jump ul li.current .btn {
  color: #ffffff;
  background-color: #ED1C24;
}
@media screen and (max-width: 767px) {
  .pagination .arrow ul li {
    width: 30px;
  }
  .pagination .jump {
    margin: 0 10px;
  }
  .pagination .jump ul li + li {
    margin-left: 5px;
  }
  .pagination .jump ul li .btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .jump {
    margin: 0 5px;
  }
  .pagination .jump ul li + li {
    margin-left: 2px;
  }
}

/* -------------------------------------------
 * *  layout
 * * ------------------------------------------ */
.wp {
  overflow: hidden;
  min-width: 320px;
}

.main {
  position: relative;
  z-index: 5;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .main {
    margin-top: 75px;
  }
}
@media screen and (max-width: 479px) {
  .main {
    margin-top: 65px;
  }
}

.container {
  max-width: 1700px;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .container {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 479px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container.c-md {
  max-width: 1600px;
}
.container.c-md2 {
  max-width: 1500px;
}
.container.c-md3 {
  max-width: 1400px;
}
.container.c-sm {
  max-width: 1300px;
}
.container.c-sm2 {
  max-width: 1200px;
}

/* -------------------------------------------
 * *  header
 * * ------------------------------------------ */
.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  /*&.on-scroll
  * .logo
  *  width: 100px
  *  +max($max-xs)
  *    width: 85px*/
}
.header.on-scroll {
  position: fixed;
  top: -200px;
  margin-top: 200px;
  -moz-transition: margin 0.75s ease;
  -o-transition: margin 0.75s ease;
  -webkit-transition: margin 0.75s ease;
  transition: margin 0.75s ease;
}
@media screen and (min-width: 992px) {
  .header {
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .header.loading {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  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 screen and (max-width: 1199px) and (min-width: 480px) {
  .header .header-inner {
    width: calc(100% - 50px);
  }
}
.header .logo {
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: flex-start;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .buttons .lang .lang-wrap .lang-menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .header-inner {
    height: 90px;
  }
  .header .logo {
    width: 200px;
    margin-top: 15px;
  }
  .header .logo a, .header .logo img {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .logo {
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .header .menu {
    display: block !important;
  }
  .header .menu .mainlinks > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .menu .mainlinks > ul > li + li {
    margin-left: 20px;
  }
  .header .menu .mainlinks > ul > li.current a {
    color: #ED1C24;
  }
  .header .menu .mainlinks > ul > li.current a::before {
    height: 5px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1600px) {
  .header .menu .mainlinks > ul {
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .header .menu .mainlinks > ul > li + li {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .menu .mainlinks > ul > li + li {
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .mainlinks a {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .mainlinks .title {
    position: relative;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    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: 90px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .header .menu .mainlinks .title a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 0;
    background-image: -webkit-linear-gradient(left, #ED1C24, #FFF200);
    background-image: -moz-linear-gradient(left, #ED1C24, #FFF200);
    background-image: -o-linear-gradient(left, #ED1C24, #FFF200);
    background-image: -ms-linear-gradient(left, #ED1C24, #FFF200);
    background-image: linear-gradient(to right, #ED1C24, #FFF200);
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header .menu .mainlinks .title a:hover {
    color: #ED1C24;
  }
  .header .menu .mainlinks .title a:hover::before {
    height: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .header .menu .mainlinks .title {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .header .menu .mainlinks .title {
    padding: 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .mainlinks .submenu {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .mainlinks [data-id=shop] .title .btn {
    padding: 12px 24px 12px 17.5px;
    border-radius: 50rem;
    overflow: hidden;
    color: #ffffff;
    background-color: #ED1C24;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn::before {
    top: 0;
    height: auto;
    background-image: -webkit-linear-gradient(top, #F02D00, #FB5900);
    background-image: -moz-linear-gradient(top, #F02D00, #FB5900);
    background-image: -o-linear-gradient(top, #F02D00, #FB5900);
    background-image: -ms-linear-gradient(top, #F02D00, #FB5900);
    background-image: linear-gradient(to bottom, #F02D00, #FB5900);
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner span {
    display: block;
    white-space: nowrap;
    letter-spacing: 0.025em;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner span + span {
    margin-left: 10px;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner .icon {
    font-size: 21px;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .header .menu .mainlinks [data-id=shop] .title .btn {
    padding: 12px 20px 12px 15px;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner span + span {
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner .txt {
    font-size: 15px;
  }
  .header .menu .mainlinks [data-id=shop] .title .btn .btn-inner .icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .header .menu .sublinks {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .toggle, .header .buttons .shop {
    display: none;
  }
  .header .buttons .lang {
    position: relative;
    width: 175px;
    height: 45px;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .header .buttons .lang {
    width: 150px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .buttons .lang {
    width: 115px;
    font-size: 15px;
    height: 42px;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .lang .lang-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 27.5px;
    border: 2px solid #ED1C24;
    overflow: hidden;
    color: #ED1C24;
    will-change: height;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .header .buttons .lang .lang-wrap .lang-toggle {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 41px;
    padding: 0 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .buttons .lang .lang-wrap .lang-toggle {
    height: 38px;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .lang .lang-wrap .lang-toggle .icon {
    margin-right: -5px;
    font-size: 20px;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header .buttons .lang .lang-wrap .lang-toggle .icon svg {
    stroke-width: 2.5px;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .lang .lang-wrap .lang-menu {
    padding: 0 20px;
    color: #ffffff;
  }
  .header .buttons .lang .lang-wrap .lang-menu ul {
    margin-top: -10px;
  }
  .header .buttons .lang .lang-wrap .lang-menu ul li {
    margin: 15px 0;
  }
  .header .buttons .lang .lang-wrap .lang-menu ul li.active {
    display: none;
  }
  .header .buttons .lang .lang-wrap .lang-menu ul li a {
    opacity: 0.75;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .header .buttons .lang .lang-wrap .lang-menu ul li a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .buttons .lang .lang-wrap .lang-toggle, .header .buttons .lang .lang-wrap .lang-menu {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .lang .lang-wrap.lang-opened, .header .buttons .lang .lang-wrap:hover {
    color: #ffffff;
    background-color: #ED1C24;
  }
}
@media screen and (min-width: 992px) {
  .header .buttons .lang .lang-wrap.lang-opened .lang-toggle .icon {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 991px) {
  .header {
    /*&:not(.on-scroll)
    * .menu
    *  .mainlinks
    *    padding-top: 30px*/
    /*&.on-scroll
    * .logo
    *  margin-top: 5px*/
  }
  .header .header-inner {
    height: 75px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .header-inner {
    height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo {
    width: 155px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .logo {
    width: 135px;
    margin-top: 10px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 991px) {
  .header .menu {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #ffffff;
    padding-top: 5px;
  }
  .header .menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    display: block;
    background-image: -webkit-linear-gradient(left, #ED1C24, #F47920, #FFF200);
    background-image: -moz-linear-gradient(left, #ED1C24, #F47920, #FFF200);
    background-image: -o-linear-gradient(left, #ED1C24, #F47920, #FFF200);
    background-image: -ms-linear-gradient(left, #ED1C24, #F47920, #FFF200);
    background-image: linear-gradient(to right, #ED1C24, #F47920, #FFF200);
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .menu {
    top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .header .menu .menu-inner {
    max-height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .header .menu .mainlinks {
    padding-top: 30px;
    font-size: 18px;
    line-height: 1;
  }
  .header .menu .mainlinks > ul > li > div {
    border-bottom: 1px solid #E5E5E5;
  }
  .header .menu .mainlinks [data-id=shop] {
    display: none;
  }
  .header .menu .mainlinks .title a {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    padding: 20px 45px;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .header .menu .mainlinks .title a::after {
    content: "";
    font-family: "icomoon";
    font-size: 22px;
    color: #D9D9D9;
    -moz-transition-property: color, transform;
    -o-transition-property: color, transform;
    -webkit-transition-property: color, transform;
    transition-property: color, transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .header .menu .mainlinks .submenu {
    display: none;
    padding: 15px 0;
  }
  .header .menu .mainlinks .submenu a {
    display: block;
    padding: 15px 20px 15px 80px;
  }
  .header .menu .mainlinks .active .title {
    color: #ED1C24;
    font-weight: 500;
  }
  .header .menu .mainlinks .active .title a::after {
    color: #ED1C24;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 991px) {
  .header .menu .sublinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .menu .sublinks {
    padding: 35px 0;
  }
}
@media screen and (max-width: 991px) {
  .header .menu .sublinks .shop-btn {
    margin-bottom: 25px;
    padding: 12px 24px 12px 17.5px;
    border-radius: 50rem;
    overflow: hidden;
    color: #ffffff;
    background-color: #ED1C24;
  }
  .header .menu .sublinks .shop-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, #F02D00, #FB5900);
    background-image: -moz-linear-gradient(top, #F02D00, #FB5900);
    background-image: -o-linear-gradient(top, #F02D00, #FB5900);
    background-image: -ms-linear-gradient(top, #F02D00, #FB5900);
    background-image: linear-gradient(to bottom, #F02D00, #FB5900);
  }
  .header .menu .sublinks .shop-btn .btn-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu .sublinks .shop-btn .btn-inner span {
    display: block;
    white-space: nowrap;
    letter-spacing: 0.025em;
  }
  .header .menu .sublinks .shop-btn .btn-inner span + span {
    margin-left: 10px;
  }
  .header .menu .sublinks .shop-btn .btn-inner .icon {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .header .menu .sublinks ul {
    display: -webkit-box;
    display: -webkit-flex;
    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;
  }
  .header .menu .sublinks ul li {
    padding: 0 5px;
  }
  .header .menu .sublinks ul li .btn {
    border: none;
  }
  .header .menu .sublinks ul li.shop, .header .menu .sublinks ul li.scroll {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    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 .buttons .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ED1C24;
  }
  .header .buttons > div + div {
    margin-left: 10px;
  }
  .header .buttons .shop .btn {
    background: none;
    color: #ED1C24;
    border: 2px solid #ED1C24;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .buttons .btn {
    width: 35px;
    height: 35px;
  }
  .header .buttons > div + div {
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .header .buttons .toggle .btn .btn-inner {
    position: relative;
    width: 15px;
    padding: 4px 0;
  }
  .header .buttons .toggle .btn .btn-inner span, .header .buttons .toggle .btn .btn-inner::before, .header .buttons .toggle .btn .btn-inner::after {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .header .buttons .toggle .btn .btn-inner span {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .header .buttons .toggle .btn .btn-inner::before, .header .buttons .toggle .btn .btn-inner::after {
    position: absolute;
    content: "";
    left: 0;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .header .buttons .toggle .btn .btn-inner::before {
    top: 0;
  }
  .header .buttons .toggle .btn .btn-inner::after {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .header .buttons .lang .lang-toggle span {
    font-size: 0;
  }
  .header .buttons .lang .lang-toggle span::before {
    content: attr(data-short);
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header .buttons .lang .lang-toggle span::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .buttons .lang .lang-toggle .icon {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header .buttons .lang .lang-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header.menu-opened .buttons .toggle .btn .btn-inner {
    margin-left: 2px;
  }
  .header.menu-opened .buttons .toggle .btn .btn-inner span {
    opacity: 0;
  }
  .header.menu-opened .buttons .toggle .btn .btn-inner::before, .header.menu-opened .buttons .toggle .btn .btn-inner::after {
    width: 17px;
  }
  .header.menu-opened .buttons .toggle .btn .btn-inner::before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
  }
  .header.menu-opened .buttons .toggle .btn .btn-inner::after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
  }
}

.popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.popup > div {
  position: absolute;
}
.popup .popup-fade {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.popup .popup-inner {
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .popup.lang-popup {
    display: none !important;
  }
}
.popup.lang-popup .popup-inner {
  width: 300px;
  padding: 15px 35px;
}
.popup.lang-popup .lang-menu {
  text-align: center;
}
.popup.lang-popup .lang-menu a {
  display: block;
}
.popup.lang-popup .lang-menu ul li {
  padding: 20px 0;
}
.popup.lang-popup .lang-menu ul li + li {
  border-top: 1px solid #cccccc;
}
.popup.lang-popup .lang-menu ul li.active {
  color: #ED1C24;
  font-weight: 500;
}
.popup.search-popup .popup-inner {
  width: calc(100% - 50px);
  max-width: 500px;
}
.popup.search-popup .popup-inner .title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.popup.search-popup .popup-inner .search-bar {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .popup.search-popup .popup-inner .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .popup.search-popup .popup-inner {
    padding: 35px;
  }
  .popup.search-popup .popup-inner .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .popup.search-popup .popup-inner {
    padding: 25px;
  }
  .popup.search-popup .popup-inner .title {
    font-size: 28px;
  }
  .popup.search-popup .popup-inner .search-bar {
    margin-top: 20px;
  }
}

/* -------------------------------------------
 * *  footer
 * * ------------------------------------------ */
.header .sublinks ul .btn,
.footer .footer-side ul .btn {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
}
.header .sublinks ul .btn::before,
.footer .footer-side ul .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .sublinks ul .btn .icon,
.footer .footer-side ul .btn .icon {
  position: relative;
}
.header .sublinks ul .btn:hover::before,
.footer .footer-side ul .btn:hover::before {
  opacity: 1;
}
.header .sublinks ul li.facebook .btn,
.footer .footer-side ul li.facebook .btn {
  background-color: #428BCA;
}
.header .sublinks ul li.mail .btn,
.footer .footer-side ul li.mail .btn {
  background-color: #93806C;
}
.header .sublinks ul li.youtube .btn,
.footer .footer-side ul li.youtube .btn {
  background-color: #C62A23;
}
.header .sublinks ul li.search .btn,
.footer .footer-side ul li.search .btn {
  background-color: #F47920;
}
.header .sublinks ul li.search .search-inner,
.footer .footer-side ul li.search .search-inner {
  display: none;
}
.header .sublinks ul li.scroll .btn,
.footer .footer-side ul li.scroll .btn {
  background-color: #ED1C24;
}

.footer {
  position: relative;
}
.footer .footer-side {
  z-index: 999;
}
.footer .footer-side .shop-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer .footer-side {
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .footer .footer-side {
    right: 25px;
    bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .footer .footer-side {
    right: 15px;
    bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-side ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-side ul li + li {
    margin-top: 10px;
  }
  .footer .footer-side ul li.scroll {
    margin-top: 60px;
  }
  .footer .footer-side ul li.shop a {
    display: block;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .footer .footer-side ul li.shop a:hover {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-side {
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    display: block !important;
  }
  .footer .footer-side ul li:not(.scroll) {
    display: none;
  }
}
.footer .footer-main {
  position: relative;
  z-index: 3;
  padding: 75px 0;
  background-color: #F8F8FA;
  -webkit-box-shadow: inset 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 10px 20px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 991px) {
  .footer .footer-main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-main {
    padding: 35px 0;
  }
}
.footer .footer-main a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
}
.footer .footer-main a:hover {
  color: #ED1C24;
}
.footer .footer-main .footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .footer .footer-main .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-main .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer-main .footer-inner {
    width: calc(100% - 60px);
  }
}
.footer .footer-main .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 1600px) {
  .footer .footer-main .footer-links {
    width: calc(100% - 635px);
  }
}
@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .footer .footer-main .footer-links {
    width: calc(100% - 565px);
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-main .footer-links {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-main .footer-links {
    display: none;
  }
}
.footer .footer-main .footer-links dl dt {
  font-size: 18px;
}
.footer .footer-main .footer-links dl dt::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px 0;
  background-color: #ED1C24;
}
.footer .footer-main .footer-links dl dd {
  font-size: 16px;
  color: #b5b5b5;
}
.footer .footer-main .footer-links dl dd + dd {
  margin-top: 15px;
}
.footer .footer-main .footer-info {
  width: 100%;
  max-width: 515px;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .footer .footer-main .footer-info {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-main .footer-info {
    text-align: center;
  }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .footer .footer-main .footer-info {
    margin-top: 50px;
  }
}
.footer .footer-main .footer-info .footer-info-main .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1399px) {
  .footer .footer-main .footer-info .footer-info-main .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .footer-main .footer-info .footer-info-main .head .logo {
  width: 130px;
}
.footer .footer-main .footer-info .footer-info-main .head .logo img {
  display: block;
  width: 100%;
}
.footer .footer-main .footer-info .footer-info-main .head .txt {
  margin-left: 15px;
}
.footer .footer-main .footer-info .footer-info-main .head .txt span {
  display: block;
  white-space: nowrap;
}
.footer .footer-main .footer-info .footer-info-main .head .txt .zh {
  font-size: 22px;
}
.footer .footer-main .footer-info .footer-info-main .head .txt .en {
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .footer .footer-main .footer-info .footer-info-main .head .logo {
    width: calc(100% - 210px);
  }
  .footer .footer-main .footer-info .footer-info-main .head .txt .zh {
    font-size: 17px;
  }
  .footer .footer-main .footer-info .footer-info-main .head .txt .en {
    font-size: 12px;
  }
}
.footer .footer-main .footer-info .footer-info-main .content {
  margin: 30px 0 40px;
}
.footer .footer-main .footer-info .footer-info-main .content ul li + li {
  margin-top: 15px;
}
.footer .footer-main .footer-info .footer-info-main .content span {
  display: block;
}
.footer .footer-main .footer-info .footer-info-more {
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
}
.footer .footer-main .footer-info .footer-info-more .links ul li {
  display: inline-block;
}
.footer .footer-main .footer-info .footer-info-more .links ul li::after {
  content: "/";
  display: inline-block;
  vertical-align: 0.5px;
  margin: 0 0.3em 0 0.55em;
}
.footer .footer-main .footer-info .footer-info-more .links ul li:last-child::after {
  display: none;
}
.footer .footer-main .footer-info .footer-info-more .copyright {
  margin-top: 10px;
  font-size: 15px;
  color: #b5b5b5;
  line-height: 1.6;
}

/* -------------------------------------------
 * *  pages
 * * ------------------------------------------ */
.hero {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.hero .hero-main {
  padding: 65px 0 50px;
}
.hero .hero-main .hero-heading .breadcrumb {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.hero .hero-main .hero-heading .breadcrumb li {
  display: inline-block;
}
.hero .hero-main .hero-heading .breadcrumb li + li::before {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  margin: 0 0.2em 0 0.1em;
  font-family: "icomoon";
}
.hero .hero-main .hero-heading .breadcrumb a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
}
.hero .hero-main .hero-heading .breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.hero .hero-main .hero-heading .title {
  margin-top: 15px;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.15;
}
.hero .hero-main .hero-heading + .hero-subnav {
  margin-top: 40px;
}
.hero .hero-main .hero-subnav {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .hero .hero-main .hero-subnav .subnav-toggle {
    display: none !important;
  }
}
.hero .hero-main .hero-subnav .subnav-menu {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .hero .hero-main .hero-subnav .subnav-menu {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero-main .hero-subnav .subnav-menu {
    display: block !important;
    font-size: 17px;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    border-radius: 57px;
    overflow: hidden;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li + li {
    border-left: 1px solid #E5E5E5;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    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: 55px;
    padding: 0 60px;
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li a:hover {
    background-color: #ED1C24;
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .hero .hero-main .hero-subnav .subnav-menu ul li a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .hero .hero-main .hero-subnav .subnav-menu ul li.current a {
    background-color: #ED1C24;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .hero .hero-main {
    padding: 50px 0 35px;
  }
  .hero .hero-main .hero-heading + .hero-subnav {
    margin-top: 25px;
  }
  .hero .hero-main .hero-subnav {
    border: 2px solid #ED1C24;
    border-radius: 27px;
    color: #ED1C24;
    text-align: left;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hero .hero-main .hero-subnav .subnav-toggle .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 20px;
  }
  .hero .hero-main .hero-subnav .subnav-toggle .btn .btn-inner::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    font-family: "icomoon";
    font-size: 1.25em;
  }
  .hero .hero-main .hero-subnav .subnav-toggle .btn::after {
    content: "";
    font-family: "icomoon";
    font-size: 1.25em;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .hero .hero-main .hero-subnav .subnav-menu {
    display: none;
    color: #ffffff;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul {
    padding: 0 20px 5px;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li:not(.current) + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li:not(.current) + li.current + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li.current {
    display: none;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul li a {
    display: block;
    padding: 15px 0;
  }
  .hero .hero-main .hero-subnav.active {
    background-color: #ED1C24;
    color: #ffffff;
  }
  .hero .hero-main .hero-subnav.active .subnav-toggle .btn::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-main .hero-heading .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .hero .hero-main {
    padding: 40px 0 25px;
  }
  .hero .hero-main .hero-heading .breadcrumb {
    font-size: 14px;
  }
  .hero .hero-main .hero-heading .title {
    margin-top: 5px;
    font-size: 25px;
  }
  .hero .hero-main .hero-subnav {
    border-radius: calc(49px/2);
  }
  .hero .hero-main .hero-subnav .subnav-toggle .btn {
    height: 45px;
    padding: 0 15px;
  }
  .hero .hero-main .hero-subnav .subnav-menu ul {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 479px) and (max-width: 479px) {
  .hero .hero-main .hero-subnav .subnav-menu ul {
    padding: 0 15px 5px;
  }
}
.hero .hero-img {
  position: relative;
}
.hero .hero-img[data-aos] {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.hero .hero-img img {
  display: block;
  width: 100%;
}

.primary .primary-inner {
  padding: 55px 0 100px;
}
@media screen and (max-width: 1199px) {
  .primary .primary-inner {
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 991px) {
  .primary .primary-inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .primary .primary-inner {
    padding: 35px 0;
  }
}
.primary .primary-inner.pt-0 {
  padding-top: 0;
}
.primary [data-section] {
  position: relative;
}
.primary [data-section] .section-bg {
  position: absolute;
  z-index: 0;
}
.primary [data-section] .section-bg:not(.imgFill) img {
  display: block;
}
.primary [data-section] .section-inner {
  position: relative;
  z-index: 2;
}

/* -------------------------------------------
 * *  home
 * * ------------------------------------------ */
@media screen and (min-width: 1400px) {
  #home .header:not(.on-scroll) .logo {
    width: 228px;
  }
}
@media screen and (min-width: 992px) {
  #home .main {
    margin-top: 0;
  }
}

.home-section {
  position: relative;
}

.home-section.banner .banner-slideshow {
  -moz-transition-duration: 4s;
  -o-transition-duration: 4s;
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
}
.home-section.banner .banner-slideshow .slider {
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.home-section.banner .banner-slideshow .slider.slick-initialized {
  opacity: 1;
}
.home-section.banner .banner-slideshow .slider .slick-track, .home-section.banner .banner-slideshow .slider .slick-list, .home-section.banner .banner-slideshow .slider .slick-slide, .home-section.banner .banner-slideshow .slider .slick-slide > div, .home-section.banner .banner-slideshow .slider .slick-item {
  height: 100%;
}
.home-section.banner .banner-slideshow .slider .slick-item {
  background-size: cover;
  cursor: pointer;
}
.home-section.banner .banner-slideshow .slider .slick-arrow {
  color: #ffffff;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-section.banner .banner-slideshow .slider .slick-arrow svg {
  display: block;
}
@media screen and (min-width: 992px) {
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-prev {
    left: 50px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-next {
    right: 50px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow:hover {
    color: #FF0000;
  }
}
@media screen and (max-width: 991px) {
  .home-section.banner .banner-slideshow .slider .slick-arrow {
    opacity: 0.7;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-prev {
    left: 25px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-section.banner .banner-slideshow .slider .slick-arrow svg {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-next {
    right: 15px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow svg {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow.slick-next {
    right: 5px;
  }
  .home-section.banner .banner-slideshow .slider .slick-arrow svg {
    width: 30px;
  }
}
@media (orientation: landscape) {
  .home-section.banner .banner-slideshow .slider {
    height: calc(100vh + 45px);
    /*.slick-slide
    * .slick-item
    *  +scale(1.15)
    * &:not(.slick-first)
    *  .slick-item
    *    +transition-delay(.5s)
    *  &.slick-current
    *    .slick-item
    *      +scale(1)
    *      +transition(transform 5s ease-in-out 0s)*/
  }
}
@media (orientation: portrait) and (min-width: 992px) {
  .home-section.banner .banner-slideshow .slider {
    height: 100vh;
  }
}
@media (orientation: portrait) and (max-width: 991px) {
  .home-section.banner .banner-slideshow .slider {
    height: calc(320vw/3);
  }
}
@media (min-aspect-ratio: 3/4) and (max-width: 991px) {
  .home-section.banner .banner-slideshow .slider {
    height: calc(100vh - 75px);
  }
}
@media screen and (min-width: 992px) {
  .home-section.banner .banner-news {
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .home-section.banner .banner-news {
    bottom: 120px;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) and (max-width: 1199px) {
  .home-section.banner .banner-news {
    bottom: 100px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  .home-section.banner .banner-news {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .home-section.banner .banner-news {
    padding: 50px 0;
    border-bottom: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 479px) {
  .home-section.banner .banner-news {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-section.banner .banner-news .banner-news-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 70px;
    padding: 5px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 991px) and (min-width: 360px) {
  .home-section.banner .banner-news .banner-news-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 359px) {
  .home-section.banner .banner-news .banner-news-inner {
    padding: 0 20px;
  }
}
.home-section.banner .banner-news .news-head {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .home-section.banner .banner-news .news-head {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    padding: 0 25px 0 40px;
    border-right: 1px solid #B2B2B2;
  }
}
@media screen and (max-width: 991px) {
  .home-section.banner .banner-news .news-head {
    padding: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .home-section.banner .banner-news .news-head {
    font-size: 25px;
  }
}
.home-section.banner .banner-news .news-slider {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
}
.home-section.banner .banner-news .news-slider .slick-item .item-info > span {
  display: inline-block;
}
.home-section.banner .banner-news .news-slider .slick-item .item-info > span + span {
  margin-left: 1.5em;
}
.home-section.banner .banner-news .news-slider .slick-item .item-info .date {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-weight: 800;
}
.home-section.banner .banner-news .news-slider .slick-item .item-info .category {
  font-weight: 500;
}
.home-section.banner .banner-news .news-slider .slick-item .item-title a {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .home-section.banner .banner-news .news-slider .slick-item .slick-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  .home-section.banner .banner-news .news-slider .slick-item .item-info {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .home-section.banner .banner-news .news-slider .slick-item .item-title {
    margin: 0 1.5em;
  }
  .home-section.banner .banner-news .news-slider .slick-item .item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-section.banner .banner-news .news-slider .slick-item .item-title a:hover {
    color: #ED1C24;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .home-section.banner .banner-news .news-slider {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .home-section.banner .banner-news .news-slider .slick-arrow {
    color: #ED1C24;
    font-size: 40px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-prev {
    left: -60px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-next {
    right: -60px;
  }
  .home-section.banner .banner-news .news-slider .slick-item .item-info > span + span {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-prev {
    left: -45px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 479px) {
  .home-section.banner .banner-news .news-slider {
    margin-top: 15px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow {
    font-size: 30px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-prev {
    left: -37.5px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow.slick-next {
    right: -37.5px;
  }
  .home-section.banner .banner-news .news-slider .slick-arrow svg {
    stroke-width: 3px;
  }
}
.home-section.banner .banner-news .news-buttons .more .btn {
  width: 160px;
  height: 60px;
  border-radius: 60px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .home-section.banner .banner-news .news-buttons {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-section.banner .banner-news .news-buttons > div + div {
    margin-left: 20px;
  }
  .home-section.banner .banner-news .news-buttons .arrows {
    color: #ED1C24;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-section.banner .banner-news .news-buttons .arrows .slick-arrow {
    position: static;
    font-size: 35px;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .home-section.banner .banner-news .news-buttons .arrows .slick-arrow svg {
    stroke-width: 3px;
  }
  .home-section.banner .banner-news .news-buttons .arrows .slick-arrow:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  .home-section.banner .banner-news .news-buttons {
    margin-top: 25px;
  }
  .home-section.banner .banner-news .news-buttons .arrows {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .home-section.banner .banner-news .news-buttons .more .btn {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
}

.home-section.brands {
  overflow: hidden;
}
@media screen and (min-width: 1710px) {
  .home-section.brands {
    padding: 155px 0 125px;
  }
}
@media screen and (orientation: landscape) {
  .home-section.brands {
    margin-top: -44px;
  }
  .home-section.brands .section-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .home-section.brands .section-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (orientation: landscape) {
  .home-section.brands .section-top::before, .home-section.brands .section-top::after {
    content: "";
    display: block;
    width: calc(50% - 100px);
    height: 44px;
    background-color: #ffffff;
  }
}
@media screen and (orientation: landscape) {
  .home-section.brands .section-top .shape {
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
  }
  .home-section.brands .section-top .shape .icon {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    font-size: 30px;
    color: #ffffff;
  }
  .home-section.brands .section-top .shape .icon svg {
    stroke-width: 3px;
  }
}
@media screen and (orientation: portrait) {
  .home-section.brands .section-top {
    display: none;
  }
}
.home-section.brands .brands-head ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-section.brands .brands-head img {
  display: block;
}
.home-section.brands .brands-body {
  position: relative;
}
.home-section.brands .brands-body .brands-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-section.brands .brands-body .brands-body-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-section.brands .brands-body .brands-slider .slick-item .slick-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-section.brands .brands-body .brands-slider .slick-item .brand-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  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: calc(100%/3);
  height: 125px;
  margin-top: 35px;
}
.home-section.brands .brands-body .brands-slider .slick-item .brand-toggle:nth-child(-n+3) {
  margin-top: 0;
}
.home-section.brands .brands-body .brands-slider .slick-item .brand-toggle img {
  display: block;
  max-height: 125px;
}
.home-section.brands .brands-body .brands-slider .slick-dots li + li {
  margin-left: 10px;
}
.home-section.brands .brands-body .brands-slider .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.home-section.brands .brands-body .brands-slider .slick-dots li.slick-active button {
  background-image: -webkit-linear-gradient(top, #FF0000, #990000);
  background-image: -moz-linear-gradient(top, #FF0000, #990000);
  background-image: -o-linear-gradient(top, #FF0000, #990000);
  background-image: -ms-linear-gradient(top, #FF0000, #990000);
  background-image: linear-gradient(to bottom, #FF0000, #990000);
}
.home-section.brands .brands-body .brands-info {
  color: #ffffff;
}
.home-section.brands .brands-body .brands-info .info-item {
  position: relative;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.home-section.brands .brands-body .brands-info .info-item::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  display: block;
  background-color: #000000;
  opacity: 0.35;
  -webkit-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.home-section.brands .brands-body .brands-info .info-item > div {
  position: relative;
}
.home-section.brands .brands-body .brands-info .info-item .head .title {
  font-size: 36px;
  letter-spacing: 0.05em;
}
.home-section.brands .brands-body .brands-info .info-item .head::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 20px;
  background-color: #ED1C24;
}
.home-section.brands .brands-body .brands-info .info-item .content {
  margin-top: 20px;
}
.home-section.brands .brands-body .brands-info .info-item .content .subtitle {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.home-section.brands .brands-body .brands-info .info-item .content .txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home-section.brands .brands-body .brands-info .info-item .button {
  margin-top: 75px;
}
.home-section.brands .brands-body .brands-info .info-item .button .btn {
  position: relative;
  width: 160px;
  height: 60px;
  border-radius: 60px;
  background-image: -webkit-linear-gradient(top, #FF5E00, #F0B700);
  background-image: -moz-linear-gradient(top, #FF5E00, #F0B700);
  background-image: -o-linear-gradient(top, #FF5E00, #F0B700);
  background-image: -ms-linear-gradient(top, #FF5E00, #F0B700);
  background-image: linear-gradient(to bottom, #FF5E00, #F0B700);
}
.home-section.brands .brands-body .brands-info .info-item .button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-linear-gradient(top, #F0B700, #FF5E00);
  background-image: -moz-linear-gradient(top, #F0B700, #FF5E00);
  background-image: -o-linear-gradient(top, #F0B700, #FF5E00);
  background-image: -ms-linear-gradient(top, #F0B700, #FF5E00);
  background-image: linear-gradient(to bottom, #F0B700, #FF5E00);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home-section.brands .brands-body .brands-info .info-item .button .btn:hover::before {
  opacity: 0;
}
.home-section.brands .brand-item {
  display: none;
}
.home-section.brands .brand-item.active {
  display: block;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media screen and (min-width: 1200px) {
  .home-section.brands .section-inner {
    position: relative;
    z-index: 5;
    width: 1600px;
  }
  .home-section.brands .brands-head {
    position: absolute;
    z-index: 2;
    top: -55px;
    left: 95px;
  }
  .home-section.brands .brands-head ul li + li {
    margin-top: 20px;
  }
  .home-section.brands .brands-body .brands-body-bg {
    background-image: url("images/static/home/brands-frame.svg");
    background-size: 100% 100%;
  }
  .home-section.brands .brands-body .brands-body-bg .bg-item {
    display: none;
  }
  .home-section.brands .brands-body .brands-body-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 650px;
    padding: 0 90px;
  }
  .home-section.brands .brands-body::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 70px;
    display: block;
    width: 375px;
    height: 5px;
    background-color: #ffffff;
  }
  .home-section.brands .brands-body .brands-slider {
    width: 500px;
    margin-left: -10px;
  }
  .home-section.brands .brands-body .brands-slider .slick-dots {
    bottom: -125px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-section.brands .brands-body .brands-product {
    width: 425px;
    margin-left: -60px;
    object-fit: contain;
  }
  .home-section.brands .brands-body .brands-product .product-item {
    -webkit-animation-name: fadeZoomIn;
    -moz-animation-name: fadeZoomIn;
    -o-animation-name: fadeZoomIn;
    animation-name: fadeZoomIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .home-section.brands .brands-body .brands-info {
    width: 400px;
  }
  .home-section.brands .brands-gallery {
    position: absolute;
    top: calc(930px/2 - 1660px/2);
    left: 50%;
    width: 1660px;
    height: 1660px;
    border-radius: 50%;
    overflow: hidden;
    -moz-transform-origin: center left;
    -o-transform-origin: center left;
    -ms-transform-origin: center left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .home-section.brands .brands-gallery .gallery-item {
    position: absolute;
    top: 12.5%;
    left: 0;
    bottom: 12.5%;
    width: 50vw;
    background-position: left center !important;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home-section.brands .brands-gallery .gallery-item {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .home-section.brands .section-inner {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 479px) {
  .home-section.brands .section-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .home-section.brands .brands-head ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-section.brands .brands-head ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .home-section.brands .brands-body .brands-body-bg {
    top: 200px;
  }
  .home-section.brands .brands-body .brands-body-bg::before, .home-section.brands .brands-body .brands-body-bg .bg-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-section.brands .brands-body .brands-body-bg::before {
    content: "";
    z-index: 2;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home-section.brands .brands-body .brands-body-bg .bg-item {
    background-size: cover;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }
  .home-section.brands .brands-body .brands-body-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-section.brands .brands-body .brands-slider, .home-section.brands .brands-body .brands-info {
    width: 100%;
    max-width: 100%;
  }
  .home-section.brands .brands-body .brands-slider {
    order: 3;
    padding: 75px 20px;
    background-color: #ffffff;
  }
  .home-section.brands .brands-body .brands-slider .slider {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .home-section.brands .brands-body .brands-slider .slick-dots {
    position: static;
    margin-top: 50px;
  }
  .home-section.brands .brands-body .brands-product {
    position: relative;
    z-index: 2;
    order: 1;
  }
  .home-section.brands .brands-body .brands-product .product-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 400px;
  }
  .home-section.brands .brands-body .brands-product .product-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-section.brands .brands-body .brands-product .product-item img {
    max-height: 400px;
  }
  .home-section.brands .brands-body .brands-info {
    order: 2;
    padding-bottom: 75px;
  }
  .home-section.brands .brands-body .brands-info .info-item {
    width: calc(100% - 100px);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .home-section.brands .brands-body .brands-info .info-item .head::after {
    margin-left: auto;
    margin-right: auto;
  }
  .home-section.brands .brands-body .brands-info .info-item .button .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .home-section.brands .brands-body .brands-body-bg {
    top: 175px;
  }
  .home-section.brands .brands-body .brands-slider {
    padding: 50px 20px;
  }
  .home-section.brands .brands-body .brands-product .product-item {
    height: 350px;
  }
  .home-section.brands .brands-body .brands-product .product-item img {
    max-height: 350px;
  }
  .home-section.brands .brands-body .brands-info .info-item .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .home-section.brands .brands-head ul li:nth-child(1) {
    width: 170px;
  }
  .home-section.brands .brands-head ul li:nth-child(2) {
    width: 260px;
  }
  .home-section.brands .brands-head ul li + li {
    margin-top: 15px;
  }
  .home-section.brands .brands-body .brands-info {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 479px) {
  .home-section.brands .brands-body .brands-body-bg {
    top: 137.5px;
  }
  .home-section.brands .brands-body .brands-slider {
    padding: 40px;
  }
  .home-section.brands .brands-body .brands-slider .slick-item .brand-toggle {
    width: calc(100%/3 - 40px/3);
    height: calc(100vw/3 - 80px/3 - 40px/3);
    margin: 20px 20px 0 0;
  }
  .home-section.brands .brands-body .brands-slider .slick-item .brand-toggle:nth-child(3n+0) {
    margin-right: 0;
  }
  .home-section.brands .brands-body .brands-slider .slick-item .brand-toggle img {
    max-height: calc(100vw/3 - 80px/3 - 40px/3);
  }
  .home-section.brands .brands-body .brands-slider .slick-dots {
    margin-top: 30px;
  }
  .home-section.brands .brands-body .brands-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  .home-section.brands .brands-body .brands-product .product-item {
    width: 200px;
    height: 275px;
  }
  .home-section.brands .brands-body .brands-product .product-item img {
    max-height: 275px;
  }
  .home-section.brands .brands-body .brands-info .info-item .head .title {
    font-size: 28px;
  }
  .home-section.brands .brands-body .brands-info .info-item .head::after {
    margin: 15px auto 0;
  }
  .home-section.brands .brands-body .brands-info .info-item .content .subtitle {
    font-size: 20px;
  }
  .home-section.brands .brands-body .brands-info .info-item .content .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 359px) {
  .home-section.brands .brands-body .brands-info .info-item {
    width: calc(100% - 50px);
  }
}

.home-section.shortcuts {
  overflow: hidden;
}
.home-section.shortcuts .shortcut-block {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-section.shortcuts .shortcut-block .shortcut-block-section {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-section {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-section.one-third {
    width: calc(100%/3);
  }
  .home-section.shortcuts .shortcut-block .shortcut-block-section.two-third {
    width: calc(200%/3);
  }
}
.home-section.shortcuts .shortcut-block .shortcut-block-display:not(.pic-fill) {
  position: relative;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info {
    height: 20vw;
    min-height: 275px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info {
    height: calc(100vw/3);
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info {
    min-height: 100vw;
  }
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
  height: 100%;
  color: #ffffff;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner > div {
  max-width: 100%;
}
@media screen and (min-width: 1600px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
    padding: calc(20vw * 0.1675) calc(20vw * 0.14275) calc(20vw * 0.14275);
  }
}
@media screen and (max-width: 1599px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
    padding: 35px 25px 25px;
  }
}
@media screen and (max-width: 1399px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
    padding: 50px;
  }
}
@media screen and (max-width: 359px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner {
    padding: 25px;
  }
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner .title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner .title img {
  display: block;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-inner .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-button {
  position: absolute;
  color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-button {
    left: calc(20vw * 0.14275);
    bottom: calc(20vw * 0.14275);
  }
}
@media screen and (max-width: 1599px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-button {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-button {
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 359px) {
  .home-section.shortcuts .shortcut-block .shortcut-block-info .info-button {
    left: 25px;
    bottom: 25px;
  }
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-button .btn {
  height: 40px;
  border: 1px solid #ffffff;
  font-size: 16px;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-button .btn.btn-circle {
  width: 40px;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-button .btn:not(.btn-circle) {
  width: 110px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  padding: 0 15px 0 20px;
}
.home-section.shortcuts .shortcut-block .shortcut-block-info .info-button .btn:hover {
  background-color: #ffffff;
}
.home-section.shortcuts .shortcut-block.safety {
  overflow: visible;
}
.home-section.shortcuts .shortcut-block.safety .shortcut-block-display.has-video {
  cursor: pointer;
}
.home-section.shortcuts .shortcut-block.safety .shortcut-block-display.has-video::after {
  content: "";
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  display: -webkit-box;
  display: -webkit-flex;
  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: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.8);
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
}
.home-section.shortcuts .shortcut-block.safety .shortcut-block-info .info-button .btn:hover {
  color: #A94B1F;
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block.safety {
    width: 60%;
  }
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-display.has-video {
    bottom: -100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.safety {
    display: block;
    width: calc(100%/3);
  }
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-section.two-third {
    height: 100vw;
  }
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-section.two-third .shortcut-block-display {
    right: -200%;
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-display {
    height: 100vw;
  }
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-info .info-inner .icon {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-display.has-video {
    cursor: pointer;
  }
  .home-section.shortcuts .shortcut-block.safety .shortcut-block-display.has-video .display-item::after {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info {
  width: 100%;
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-inner {
  color: #000000;
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-inner .txt {
  max-width: 410px;
  color: #666666;
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button {
  color: #000000;
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button .btn {
  border-color: #000000;
}
.home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button .btn:hover {
  color: #ffffff;
  border-color: #ED1C24;
  background-color: #ED1C24;
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block.recruit {
    width: 40%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.recruit {
    width: calc(200%/3);
    margin-top: 100vw;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button {
    color: #ffffff;
  }
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info {
  position: relative;
  z-index: 1;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .ff-nanum {
  letter-spacing: 0;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .price {
  line-height: 1;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .price .ff-nanum {
  font-size: 56px;
  letter-spacing: -0.05em;
  margin-right: 10px;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .fluctuation {
  margin-top: 20px;
  line-height: 1;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .fluctuation::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
  font-family: "icomoon";
  font-size: 1.4em;
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .fluctuation.up::before {
  content: "";
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .fluctuation.down::before {
  content: "";
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .highlow {
  margin-top: 5px;
}
@media screen and (max-width: 1680px) {
  .home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .time {
    font-size: 12px;
  }
}
@media screen and (max-width: 1599px) {
  .home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-inner .txt .price .ff-nanum {
    font-size: 40px;
  }
}
.home-section.shortcuts .shortcut-block.stock .shortcut-block-info .info-button .btn:hover {
  color: #EF2900;
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block.stock {
    float: right;
    width: 60%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.stock {
    width: 100%;
  }
  .home-section.shortcuts .shortcut-block.stock .shortcut-block-section {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block.stock .info-inner {
    min-height: 100vw;
  }
}
.home-section.shortcuts .shortcut-block.about .shortcut-block-info {
  width: 100%;
}
.home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-inner .txt {
  max-width: 490px;
}
.home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-button .btn:hover {
  border-color: #ED1C24;
  background-color: #ED1C24;
}
@media screen and (min-width: 1810px) {
  .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-inner {
    padding-left: calc(50vw - 850px);
  }
  .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-button {
    left: calc(50vw - 850px);
  }
}
@media screen and (min-width: 1200px) {
  .home-section.shortcuts .shortcut-block.about {
    width: 80%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.about {
    width: calc(200%/3);
  }
}
.home-section.shortcuts .shortcut-block.csr .shortcut-block-info {
  width: 100%;
}
.home-section.shortcuts .shortcut-block.csr .shortcut-block-info .info-button .btn:hover {
  color: #009991;
}
@media screen and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.csr {
    width: 20%;
  }
  .home-section.shortcuts .shortcut-block.csr .shortcut-block-info .info-inner .icon {
    right: calc(20vw * 0.08);
    bottom: calc(20vw * 0.08);
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.csr {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block.csr .shortcut-block-info .info-inner .icon {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-section.shortcuts .shortcut-block.recruit, .home-section.shortcuts .shortcut-block.about {
    background-color: #000000;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-display, .home-section.shortcuts .shortcut-block.about .shortcut-block-display {
    opacity: 0.5;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-inner, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-inner {
    color: #ffffff;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-inner .txt, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-inner .txt {
    color: inherit;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button .btn, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-button .btn {
    border-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-display, .home-section.shortcuts .shortcut-block.about .shortcut-block-display {
    background-position: center bottom !important;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info, .home-section.shortcuts .shortcut-block.about .shortcut-block-info {
    min-height: 100vw;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-inner, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 25px;
  }
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-button {
    position: static;
    margin-left: 50px;
  }
}
@media screen and (max-width: 479px) {
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info, .home-section.shortcuts .shortcut-block.about .shortcut-block-info {
    min-height: calc(400vw/3);
  }
}
@media screen and (max-width: 359px) {
  .home-section.shortcuts .shortcut-block.recruit .shortcut-block-info .info-button, .home-section.shortcuts .shortcut-block.about .shortcut-block-info .info-button {
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home-section.shortcuts .shortcut-block.about .pic-fill {
    -moz-transition: transform 0.75s ease-in-out;
    -o-transition: transform 0.75s ease-in-out;
    -webkit-transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
  }
  .home-section.shortcuts .shortcut-block.about:hover .pic-fill {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* -------------------------------------------
 * *  about
 * * ------------------------------------------ */
@media screen and (min-width: 1200px) {
  .about-section[data-section="01"] {
    padding: 55px 0 70px;
  }
}
@media screen and (max-width: 1199px) {
  .about-section[data-section="01"] {
    padding-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="01"] {
    padding-top: 25px;
  }
}
.about-section[data-section="01"] .section-inner .content {
  margin-top: 75px;
}
@media screen and (max-width: 1399px) {
  .about-section[data-section="01"] .section-inner .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="01"] .section-inner .content {
    margin-top: 25px;
  }
}
.about-section[data-section="01"] .section-inner .content .caligraphy img {
  display: block;
}
.about-section[data-section="01"] .section-inner .content .caligraphy + .txt {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #B2B2B2;
}
@media screen and (max-width: 479px) {
  .about-section[data-section="01"] .section-inner .content .caligraphy + .txt {
    margin-top: 25px;
    padding-top: 20px;
  }
}
.about-section[data-section="01"] .section-inner .content .txt {
  max-width: 705px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
.about-section[data-section="01"] .section-inner .pics {
  margin-top: 50px;
}
.about-section[data-section="01"] .section-inner .pics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-section[data-section="01"] .section-inner .pics ul li {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .about-section[data-section="01"] .section-inner .pics ul li {
    border-radius: 10px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li:nth-child(2n+1) {
    margin-right: 15px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li:nth-child(3) {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section[data-section="01"] .section-inner .pics ul {
    max-width: 595px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li {
    max-width: 250px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) {
  .about-section[data-section="01"] .section-inner .pics ul {
    width: 50vw;
  }
  .about-section[data-section="01"] .section-inner .pics ul li {
    width: calc(50% - 20px - 15px/2);
  }
  .about-section[data-section="01"] .section-inner .pics ul li:nth-child(3) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="01"] .section-inner .pics {
    margin-top: 25px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li {
    width: calc(50% - 5px);
    border-radius: 5px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  .about-section[data-section="01"] .section-inner .pics ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
.about-section[data-section="01"] .section-pic {
  overflow: hidden;
}
.about-section[data-section="01"] .section-pic img {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about-section[data-section="01"] .section-pic {
    position: absolute;
    z-index: 1;
    right: 140px;
    bottom: 0;
    max-width: 60vw;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .about-section[data-section="01"] .section-pic {
    right: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-section[data-section="01"] .section-pic {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-section[data-section="01"] .section-pic {
    position: relative;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) {
  .about-section[data-section="01"] .section-pic {
    z-index: 5;
    margin-top: -30vw;
    padding: 0 25px 0 50px;
  }
  .about-section[data-section="01"] .section-pic img {
    float: right;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="01"] .section-pic {
    margin-top: 25px;
    padding: 0 10px;
  }
}

.about-section[data-section="02"] {
  padding: 65px 0 160px;
}
.about-section[data-section="02"] .section-bg {
  background-position: center bottom !important;
  background-size: contain !important;
}
.about-section[data-section="02"] .section-inner {
  text-align: center;
}
.about-section[data-section="02"] .head .title {
  font-size: 28px;
}
.about-section[data-section="02"] .head .txt {
  font-size: 16px;
  line-height: 1.75;
}
.about-section[data-section="02"] .head + .content {
  margin-top: 55px;
}
@media screen and (max-width: 1199px) {
  .about-section[data-section="02"] {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .about-section[data-section="02"] {
    padding-top: 50px 0;
  }
  .about-section[data-section="02"] .head img {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about-section[data-section="02"] .head .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="02"] {
    padding: 35px 0;
  }
  .about-section[data-section="02"] .head .title {
    font-size: 20px;
  }
  .about-section[data-section="02"] .head + .content {
    margin-top: 35px;
  }
}

.about-section[data-section="03"] {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .about-section[data-section="03"] {
    padding-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="03"] {
    padding: 35px 0 55px;
  }
}
.about-section[data-section="03"] .section-inner {
  text-align: center;
  color: #ffffff;
}
.about-section[data-section="03"] .head .title img {
  display: inline-block;
  vertical-align: top;
}
.about-section[data-section="03"] .head .title + .txt {
  margin-top: 20px;
}
.about-section[data-section="03"] .head .txt {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .about-section[data-section="03"] .head .txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-section[data-section="03"] .head .title + .txt {
    margin-top: 15px;
  }
  .about-section[data-section="03"] .head .txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="03"] .head .txt {
    font-size: 20px;
  }
}
.about-section[data-section="03"] .content {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .about-section[data-section="03"] .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="03"] .content {
    margin-top: 35px;
  }
}
.about-section[data-section="03"] .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -20px;
}
.about-section[data-section="03"] .content .list-item {
  width: 180px;
  margin: 20px;
}
.about-section[data-section="03"] .content .list-item .pic img {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.about-section[data-section="03"] .content .list-item .caption {
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .about-section[data-section="03"] .content .list-item .caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="03"] .content .list-item .caption {
    margin-top: 10px;
    font-size: 16px;
  }
}
.about-section[data-section="03"] .section-pic {
  position: relative;
  margin-top: 55px;
}
.about-section[data-section="03"] .section-pic img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .about-section[data-section="03"] .section-pic {
    margin-top: 0;
    padding: 0 25px;
  }
}
@media screen and (max-width: 479px) {
  .about-section[data-section="03"] .section-pic {
    display: none;
  }
}

[data-page=concept] .hero .hero-img .hero-img-inner {
  text-align: left;
}
[data-page=concept] .hero .hero-img .hero-img-inner .title img {
  width: auto !important;
}
[data-page=concept] .hero .hero-img .hero-img-inner .txt {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  [data-page=concept] .hero .hero-img .hero-img-inner {
    position: absolute;
    top: 50%;
    right: calc(50% - 750px);
    width: calc(45vw - 75px);
    max-width: 595px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  [data-page=concept] .hero .hero-img .hero-img-inner {
    right: 75px;
  }
}
@media screen and (max-width: 1199px) {
  [data-page=concept] .hero .hero-img .hero-img-inner {
    margin-top: 50px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=concept] .hero .hero-img .hero-img-inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 479px) {
  [data-page=concept] .hero .hero-img .hero-img-inner {
    margin-top: 35px;
    padding: 0 20px;
  }
}

.concept-section .section-inner .group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.concept-section .section-inner .group .group-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.concept-section .section-inner .group .group-content .icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  background-color: #FAF7EF;
}
.concept-section .section-inner .group .group-content .icon + .editor-style {
  width: calc(100% - 30px);
  padding-left: 30px;
}
.concept-section .section-inner .group .group-content .editor-style {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
.concept-section .section-inner .group .group-content .editor-style .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
}
.concept-section .section-inner .group .group-content .editor-style .title + p {
  margin-top: 5px;
}
@media screen and (max-width: 479px) {
  .concept-section .section-inner .group .group-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section .section-inner .group .group-content .icon {
    width: 100px;
    height: 100px;
  }
  .concept-section .section-inner .group .group-content .icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .concept-section .section-inner .group .group-content .icon + .editor-style {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .concept-section .section-inner .group .group-content .editor-style .title {
    text-align: center;
  }
}
.concept-section .section-inner .group .group-pics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.concept-section .section-divider {
  position: relative;
}
.concept-section .section-divider .section-divider-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 450px;
  padding-bottom: 90px;
}
.concept-section .section-divider .section-divider-inner .txt {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.concept-section .section-divider .section-divider-inner .txt .first-letter {
  font-size: 52px;
}
.concept-section .section-divider .section-divider-item {
  position: absolute;
}
.concept-section .section-divider .section-divider-item img {
  display: block;
}
@media screen and (max-width: 1599px) {
  .concept-section .section-divider .section-divider-inner {
    height: 25vw;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .concept-section .section-divider .section-divider-item {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .concept-section .section-divider .section-divider-inner {
    padding-bottom: 25px;
  }
  .concept-section .section-divider .section-divider-inner .txt {
    font-size: 28px;
  }
  .concept-section .section-divider .section-divider-inner .txt .first-letter {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .concept-section .section-divider .section-divider-inner {
    height: 35vw;
  }
}
@media screen and (max-width: 479px) {
  .concept-section .section-divider .section-divider-inner {
    height: 45vw;
    padding-bottom: 20px;
  }
  .concept-section .section-divider .section-divider-inner .txt {
    font-size: 20px;
  }
  .concept-section .section-divider .section-divider-inner .txt .first-letter {
    font-size: 25px;
  }
}

.concept-section[data-section="01"] .section-bg[data-section-bg="01"] {
  top: 0;
  right: 0;
}
.concept-section[data-section="01"] .section-bg[data-section-bg="02"] {
  top: 825px;
  left: -160px;
}
@media screen and (max-width: 1199px) {
  .concept-section[data-section="01"] .section-bg {
    display: none;
  }
}
.concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] {
    padding: 70px 0;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-content:not(.aos-animate) {
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics {
    width: 780px;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics:not(.aos-animate) {
    -moz-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
@media screen and (min-width: 1400px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-content {
    width: calc(100% - 845px);
  }
}
@media screen and (max-width: 1399px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] > div {
    width: 100%;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics ul li {
    width: calc(100%/3 - 10px);
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics ul li {
    width: calc(100%/3 - 20px/3);
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] .group-pics ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="01"] {
    margin-top: 35px;
  }
}
.concept-section[data-section="01"] .section-inner .group[data-group="02"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.concept-section[data-section="01"] .section-inner .group[data-group="02"] > div {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] {
    margin-top: 50px;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-content {
    max-width: 760px;
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-pics {
    max-width: 1000px;
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-pics ul li {
    width: calc(50% - 10px);
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-pics ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-pics ul li {
    width: calc(50% - 5px);
  }
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] .group-pics ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="01"] .section-inner .group[data-group="02"] {
    margin-top: 50px;
  }
}
.concept-section[data-section="01"] .section-inner .group[data-group="03"] .group-content .icon {
  background-color: #FFFDEB;
}
.concept-section[data-section="01"] .section-inner .group[data-group="04"] .group-content .icon {
  background-color: #FAF6F0;
}
.concept-section[data-section="01"] .section-inner .group[data-group="05"] .group-content .icon {
  background-color: #F4F9F1;
}
.concept-section[data-section="01"] .section-inner .group[data-group="06"] .group-content .icon {
  background-color: #F1F1F1;
}
.concept-section[data-section="01"] .section-inner[data-section-inner="01"] .head .banner {
  margin-top: 45px;
}
@media screen and (min-width: 1400px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] {
    padding-top: 70px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] + .section-divider {
    margin-top: -170px;
  }
}
@media screen and (max-width: 1399px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group .group-pics {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .head .banner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] {
    padding: 50px 0 35px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .head .banner {
    margin-top: 35px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group .group-pics {
    margin-top: 25px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group .group-pics ul {
    display: block;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="01"] .group .group-pics ul li + li {
    margin-top: 15px;
  }
}
.concept-section[data-section="01"] .section-inner[data-section-inner="02"] {
  padding: 85px 0 100px;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group > div {
    width: 50%;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group .group-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(odd):not(.aos-animate) {
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(odd) .group-content {
    padding-left: 100px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(even):not(.aos-animate) {
    -moz-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(even) .group-content {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1600px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group .group-content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(odd) .group-content {
    padding-left: 50px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group:nth-child(even) .group-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] {
    padding: 75px 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] {
    padding: 50px 0;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group {
    display: block;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group + .group {
    margin-top: 75px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group .group-pic {
    margin-top: 50px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group .group-pic img {
    display: block !important;
    opacity: 0;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] {
    padding: 35px 0;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group + .group {
    margin-top: 50px;
  }
  .concept-section[data-section="01"] .section-inner[data-section-inner="02"] .group .group-pic {
    margin-top: 25px;
  }
}
.concept-section[data-section="01"] .section-divider .section-divider-item {
  right: 0;
  bottom: -180px;
}

.concept-section[data-section="02"] .section-divider .section-divider-item {
  right: 40px;
  bottom: -85px;
}
.concept-section[data-section="02"] .section-inner {
  padding: 85px 0 100px;
}
.concept-section[data-section="02"] .section-inner .content {
  margin-top: 20px;
}
.concept-section[data-section="02"] .section-inner .content .group + .group {
  margin-top: 45px;
}
.concept-section[data-section="02"] .section-inner .content .group[data-group="01"] .group-content .icon {
  background-color: #FFF8EB;
}
.concept-section[data-section="02"] .section-inner .content .group[data-group="02"] .group-content .icon {
  background-color: #FCF4ED;
}
.concept-section[data-section="02"] .section-inner .content .group[data-group="03"] .group-content .icon {
  background-color: #FDEEEC;
}
.concept-section[data-section="02"] .section-inner .content .group[data-group="04"] .group-content .icon {
  background-color: #FFFAEB;
}
.concept-section[data-section="02"] .section-inner .content .group[data-group="05"] .group-content .icon {
  background-color: #EFFAF9;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="02"] .section-inner .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section[data-section="02"] .section-inner .content .groups[data-groups="01"] {
    width: calc(100% - 755px);
    order: 1;
  }
  .concept-section[data-section="02"] .section-inner .content .groups[data-groups="01"] .group:not(.aos-animate) {
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  .concept-section[data-section="02"] .section-inner .content .groups[data-groups="02"] {
    width: 800px;
    margin-top: 90px;
    order: 3;
  }
  .concept-section[data-section="02"] .section-inner .content .groups[data-groups="02"] .group:not(.aos-animate) {
    -moz-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  .concept-section[data-section="02"] .section-inner .content .group .group-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section[data-section="02"] .section-inner .content .pic {
    width: 665px;
    margin-left: 90px;
    order: 2;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .concept-section[data-section="02"] .section-inner .content .groups[data-groups="01"] {
    width: calc(100% - 715px);
  }
  .concept-section[data-section="02"] .section-inner .content .pic {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .concept-section[data-section="02"] .section-inner {
    padding-top: 50px;
  }
  .concept-section[data-section="02"] .section-inner .content {
    margin-top: 50px;
  }
  .concept-section[data-section="02"] .section-inner .content > div + div {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .concept-section[data-section="02"] .section-inner {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="02"] .section-inner {
    padding: 35px 0;
  }
}
.concept-section[data-section="02"] .section-bg {
  top: 1180px;
  left: 65px;
}
@media screen and (max-width: 1199px) {
  .concept-section[data-section="02"] .section-bg {
    display: none;
  }
}
.concept-section[data-section="02"] .section-pic {
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept-section[data-section="02"] .section-pic {
    padding-bottom: 100px;
  }
  .concept-section[data-section="02"] .section-pic [data-pic="01"] {
    max-width: 65vw;
  }
  .concept-section[data-section="02"] .section-pic [data-pic="02"] {
    position: absolute;
    right: 90px;
    bottom: 0;
    max-width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .concept-section[data-section="02"] .section-pic [data-pic="02"] {
    right: 25px;
    bottom: 15px;
  }
}

.concept-section[data-section="03"] .section-inner {
  padding: 65px 0 85px;
}
.concept-section[data-section="03"] .section-inner .content .group[data-group="01"] .group-content .icon {
  background-color: #ECF5FD;
}
.concept-section[data-section="03"] .section-inner .content .group[data-group="02"] .group-content .icon {
  background-color: #F5FAEA;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="03"] .section-inner .content {
    margin-top: 40px;
  }
  .concept-section[data-section="03"] .section-inner .content .group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .concept-section[data-section="03"] .section-inner .content .group + .group {
    margin-top: 70px;
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-content .editor-style {
    margin-top: 25px;
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-pic {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .concept-section[data-section="03"] .section-inner .content .group:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .concept-section[data-section="03"] .section-inner .content .group:nth-child(odd):not(.aos-animate) {
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  .concept-section[data-section="03"] .section-inner .content .group:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .concept-section[data-section="03"] .section-inner .content .group:nth-child(even):not(.aos-animate) {
    -moz-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
@media screen and (min-width: 1400px) {
  .concept-section[data-section="03"] .section-inner .content .group .group-content {
    width: calc(44% - 50px);
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-pic {
    width: 56%;
  }
}
@media screen and (max-width: 1399px) {
  .concept-section[data-section="03"] .section-inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .concept-section[data-section="03"] .section-inner .content .group .group-content {
    width: calc(50% - 50px);
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-pic {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .concept-section[data-section="03"] .section-inner .content {
    margin-top: 50px;
  }
  .concept-section[data-section="03"] .section-inner .content .group {
    display: block;
  }
  .concept-section[data-section="03"] .section-inner .content .group + .group {
    margin-top: 75px;
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-pic {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="03"] .section-inner {
    padding: 35px 0;
  }
  .concept-section[data-section="03"] .section-inner .content {
    margin-top: 35px;
  }
  .concept-section[data-section="03"] .section-inner .content .group + .group {
    margin-top: 50px;
  }
  .concept-section[data-section="03"] .section-inner .content .group .group-pic {
    margin-top: 25px;
  }
}

.concept-section[data-section="04"] .section-bg {
  background-size: contain !important;
  background-position: center bottom !important;
}
.concept-section[data-section="04"] .section-inner {
  padding: 100px 0 215px;
}
.concept-section[data-section="04"] .section-inner .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
  color: #4D4D4D;
}
.concept-section[data-section="04"] .section-inner .pics {
  margin-top: 50px;
}
.concept-section[data-section="04"] .section-inner .pics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.concept-section[data-section="04"] .section-inner .pics ul li {
  width: calc(50% - 15px/2);
}
.concept-section[data-section="04"] .section-inner .pics ul li:not(:nth-child(-n+2)) {
  margin-top: 15px;
}
.concept-section[data-section="04"] .section-inner .pics ul li:nth-child(2n+1) {
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .concept-section[data-section="04"] .section-inner .float {
    float: right;
    max-width: 715px;
  }
}
@media screen and (max-width: 1399px) {
  .concept-section[data-section="04"] .section-inner {
    padding: 50px 0 125px;
  }
}
@media screen and (max-width: 479px) {
  .concept-section[data-section="04"] .section-inner {
    padding: 35px 0 50vw;
  }
  .concept-section[data-section="04"] .section-inner .content, .concept-section[data-section="04"] .section-inner .pics {
    margin-top: 25px;
  }
}

.history-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 45px 0;
  background-color: #ffffff;
  -moz-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.history-nav .slider {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 85px;
}
.history-nav .slider.slick-fixed .slick-track {
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.history-nav .slider .slick-track {
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.history-nav .slider .slick-list {
  margin: 0 -10px;
}
.history-nav .slider .slick-slide {
  margin: 0 10px;
}
.history-nav .slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.history-nav .slider .slick-item .btn {
  width: 100%;
  height: 90px;
  background-color: #F7F7F7;
  border-radius: 4.5px;
  color: #B2B2B2;
  -moz-transition-property: background-color, color, height;
  -o-transition-property: background-color, color, height;
  -webkit-transition-property: background-color, color, height;
  transition-property: background-color, color, height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.history-nav .slider .slick-item .btn span {
  display: block;
}
.history-nav .slider .slick-item .btn .year {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.history-nav .slider .slick-item .btn .tt {
  margin-top: 7.5px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.history-nav .slider .slick-item .btn:hover {
  background-color: #ED1C24;
  color: #ffffff;
}
.history-nav .slider .slick-item.active .btn {
  background-color: #ED1C24;
  color: #ffffff;
  pointer-events: none;
}
.history-nav .slider .slick-arrow .btn {
  width: 32px;
  height: 32px;
  background-color: #ED1C24;
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.history-nav .slider .slick-arrow.slick-disabled .btn {
  background-color: #E9E9E9;
  pointer-events: none;
}
.history-nav.sticky {
  position: fixed;
  top: 90px;
}
@media screen and (min-width: 992px) {
  .history-nav .slider .slick-track {
    height: 110px;
  }
  .history-nav .slider .slick-item.active .btn {
    height: 110px;
  }
  .history-nav.sticky {
    padding: 25px 0;
  }
  .history-nav.sticky .slider .slick-track {
    height: 90px;
  }
  .history-nav.sticky .slider .slick-item .btn {
    height: 75px;
  }
  .history-nav.sticky .slider .slick-item.active .btn {
    height: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .history-nav .slider {
    padding: 0 55px;
  }
}
@media screen and (max-width: 991px) {
  .history-nav {
    padding: 25px 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .history-nav .slider .slick-track {
    height: 75px;
  }
  .history-nav .slider .slick-item .btn {
    height: 65px;
  }
  .history-nav .slider .slick-item.active .btn {
    height: 75px;
  }
  .history-nav.sticky {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .history-nav.sticky .slider {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 479px) {
  .history-nav {
    display: none;
  }
}

.history-list {
  margin-top: 265px;
}
@media screen and (max-width: 991px) {
  .history-list {
    margin-top: 150px;
  }
}
.history-list .list-item + .list-item {
  margin-top: 65px;
}
.history-list .list-item .head .title {
  text-align: center;
}
.history-list .list-item .head .title span {
  display: block;
}
.history-list .list-item .head .title .year {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 46px;
  font-weight: 800;
}
.history-list .list-item .head .title .tt {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.history-list .list-item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.history-list .list-item .content .detail {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
.history-list .list-item .content .detail > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.history-list .list-item .content .detail > ul > li + li {
  margin-top: 5px;
}
.history-list .list-item .content .detail > ul > li .year {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-weight: 800;
}
.history-list .list-item .content .detail > ul > li .txt {
  width: calc(100% - 75px);
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
@media screen and (min-width: 480px) {
  .history-list .list-item.active .head {
    color: #ED1C24;
  }
}
@media screen and (min-width: 992px) {
  .history-list .list-item .head {
    -moz-transform: translateX(calc(480px - 50%));
    -o-transform: translateX(calc(480px - 50%));
    -ms-transform: translateX(calc(480px - 50%));
    -webkit-transform: translateX(calc(480px - 50%));
    transform: translateX(calc(480px - 50%));
  }
  .history-list .list-item .content > div {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .history-list .list-item .content .pics {
    width: 330px;
  }
  .history-list .list-item .content .pics ul li + li {
    margin-top: 40px;
  }
  .history-list .list-item .content .detail {
    width: calc(100% - 480px);
    padding-left: 70px;
    border-left: 1px dashed #CCCCCC;
  }
  .history-list .list-item .content .detail::before, .history-list .list-item .content .detail::after {
    content: "";
    position: absolute;
    left: -6px;
    display: block;
    width: 11px;
    height: 11px;
    background-color: #CCCCCC;
    border-radius: 50%;
  }
  .history-list .list-item .content .detail::before {
    top: 0;
  }
  .history-list .list-item .content .detail::after {
    bottom: 0;
  }
  .history-list .list-item.active .content .detail {
    border-left-color: #ED1C24;
    border-left-style: solid;
  }
  .history-list .list-item.active .content .detail::before, .history-list .list-item.active .content .detail::after {
    background-color: #ED1C24;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .history-list .list-item .head {
    -moz-transform: translateX(calc(400px - 50%));
    -o-transform: translateX(calc(400px - 50%));
    -ms-transform: translateX(calc(400px - 50%));
    -webkit-transform: translateX(calc(400px - 50%));
    transform: translateX(calc(400px - 50%));
  }
  .history-list .list-item .content .detail {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 991px) {
  .history-list .list-item .head .title .year {
    font-size: 35px;
  }
  .history-list .list-item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-list .list-item .content > div {
    width: 100%;
  }
  .history-list .list-item .content .pics {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .history-list .list-item .content .pics ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .history-list .list-item .content .pics ul li {
    width: calc(50% - 5px);
  }
  .history-list .list-item .content .pics ul li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .history-list .list-item .head .title .year {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .history-list .list-item .head .title .year {
    font-size: 25px;
  }
  .history-list .list-item .head .title .tt {
    margin-top: 5px;
    font-size: 18px;
  }
  .history-list .list-item .content {
    margin-top: 20px;
  }
  .history-list .list-item .content .pics ul li + li {
    margin-top: 10px;
  }
  .history-list .list-item .content .detail {
    line-height: 1.75;
  }
  .history-list .list-item .content .detail .txt {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 768px) {
  .video-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .video-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .video-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .video-list .list-item {
    width: calc(100%/3 - 30px);
    margin: 45px 45px 0 0;
  }
  .edge .video-list .list-item, .msie .video-list .list-item {
    width: calc(100%/3 - 30px - 0.1px);
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .video-list .list-item {
    width: calc(100%/3 - 50px/3);
    margin: 45px 25px 0 0;
  }
  .edge .video-list .list-item, .msie .video-list .list-item {
    width: calc(100%/3 - 50px/3 - 0.1px);
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .video-list .list-item {
    width: calc(50% - 25px/2);
    margin: 45px 25px 0 0;
  }
  .video-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .video-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .video-list .list-item + .list-item {
    margin-top: 35px;
  }
}
.video-list .list-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #CACACA;
  border-top-left-radius: 16.5px;
  border-top-right-radius: 16.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-list .list-item a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.video-list .list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 0;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.video-list .list-item .thumbnail {
  position: relative;
  padding-bottom: 59.57%;
  background-color: #000000;
}
.video-list .list-item .thumbnail::before, .video-list .list-item .thumbnail::after {
  position: absolute;
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.video-list .list-item .thumbnail::before {
  content: "";
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  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: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-family: "icomoon";
  font-size: 16px;
  color: #ffffff;
  -moz-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  -webkit-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
}
.video-list .list-item .thumbnail::after {
  content: "";
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  display: block;
  width: 68px;
  height: 34px;
  border: 4px solid #ffffff;
  border-bottom: none;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.video-list .list-item .thumbnail .pic {
  opacity: 0.7;
}
.video-list .list-item .thumbnail .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-list .list-item .title {
  padding: 25px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1399px) {
  .video-list .list-item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .video-list .list-item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .video-list .list-item .title {
    font-size: 16px;
    padding: 15px;
  }
}
.video-list .list-item a:hover::after {
  height: 5px;
}
.video-list .list-item a:hover .thumbnail::before {
  color: #ED1C24;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.video-list .list-item a:hover .thumbnail::after {
  opacity: 0;
}
.video-list .list-item a:hover .thumbnail .pic::before {
  opacity: 0.5;
}

@media screen and (max-width: 1199px) {
  .contact-section {
    padding: 75px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .contact-section {
    padding: 35px 0;
  }
}

@media screen and (min-width: 1600px) {
  .contact-section[data-section="01"] {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .contact-section[data-section="01"] {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 992px) {
  .contact-section[data-section="01"] .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section[data-section="01"] .section-inner {
    -moz-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
.contact-section[data-section="01"] .section-inner .contact-box .info {
  position: relative;
  z-index: 1;
  padding: 50px 45px;
  background-color: #ffffff;
  border-top-left-radius: 11.5px;
  border-top-right-radius: 11.5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.contact-section[data-section="01"] .section-inner .contact-box .info .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-section[data-section="01"] .section-inner .contact-box .info .txt {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.contact-section[data-section="01"] .section-inner .contact-box .info .txt a {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  text-decoration: underline;
}
.contact-section[data-section="01"] .section-inner .contact-box .pic {
  position: relative;
}
.contact-section[data-section="01"] .section-inner .contact-box .pic::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.contact-section[data-section="01"] .section-inner .contact-box .pic img {
  display: block !important;
  opacity: 0;
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="01"] .section-inner .contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .contact-section[data-section="01"] .section-inner .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-section[data-section="01"] .section-inner .contact-box:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section[data-section="01"] .section-inner .contact-box {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
  }
  .contact-section[data-section="01"] .section-inner .contact-box .info .txt {
    opacity: 0.7;
  }
  .contact-section[data-section="01"] .section-inner .contact-box:hover .info {
    color: #ffffff;
    background-color: #ED1C24;
  }
  .contact-section[data-section="01"] .section-inner .contact-box:hover .info .txt {
    opacity: 1;
  }
}
@media screen and (max-width: 1399px) {
  .contact-section[data-section="01"] .section-inner .contact-box .info {
    padding: 35px;
  }
  .contact-section[data-section="01"] .section-inner .contact-box .info .title {
    font-size: 20px;
  }
  .contact-section[data-section="01"] .section-inner .contact-box .info .txt {
    margin-top: 5px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .contact-section[data-section="01"] .section-inner .contact-box {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-section[data-section="01"] .section-inner .contact-box .info {
    padding: 35px 25px;
    background-color: #ED1C24;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .contact-section[data-section="01"] .section-inner .contact-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-section[data-section="01"] .section-inner .contact-box .info {
    border-top-right-radius: 0;
    border-bottom-left-radius: 11.5px;
  }
  .contact-section[data-section="01"] .section-inner .contact-box > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .contact-section[data-section="01"] .section-inner .contact-box + .contact-box {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section[data-section="01"] .section-inner .contact-box + .contact-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="01"] .section-inner .contact-box + .contact-box {
    margin-top: 20px;
  }
  .contact-section[data-section="01"] .section-inner .contact-box .info {
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .contact-section[data-section="02"] {
    padding-bottom: 30px;
  }
}
.contact-section[data-section="02"] .section-pic {
  position: absolute;
  z-index: 3;
  top: 215px;
  right: calc(50% + 510px);
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .contact-section[data-section="02"] .section-pic {
    display: none;
  }
}
.contact-section[data-section="02"] .section-inner {
  padding: 65px 90px 70px;
  background-color: #ffffff;
  border-top-left-radius: 18.5px;
  border-top-right-radius: 18.5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 1200px) {
  .contact-section[data-section="02"] .section-inner {
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@media screen and (max-width: 1399px) {
  .contact-section[data-section="02"] .section-inner {
    padding: 50px 70px 70px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-section[data-section="02"] .section-inner {
    padding: 50px 50px 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section[data-section="02"] .section-inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section[data-section="02"] .section-inner {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner {
    padding: 25px 20px;
  }
}
.contact-section[data-section="02"] .section-inner .head {
  text-align: center;
}
.contact-section[data-section="02"] .section-inner .head .txt {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .head .txt {
    margin-top: 15px;
  }
}
.contact-section[data-section="02"] .section-inner .form {
  margin-top: 45px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .contact-section[data-section="02"] .section-inner .form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;
  }
}
.contact-section[data-section="02"] .section-inner .form .form-row + .form-row {
  margin-top: 15px;
}
.contact-section[data-section="02"] .section-inner .form .form-row .form-group {
  position: relative;
  background-color: #F9F9F9;
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
  }
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group.has-code .form-input {
    padding-right: 130px;
  }
}
@media screen and (min-width: 992px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group {
    margin: 0 7.5px;
  }
}
@media screen and (max-width: 991px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group + .form-group {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group {
    padding: 15px;
  }
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-label, .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-control {
    height: 1.5em;
  }
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-label {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 105px;
    border-right: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-label {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-input .form-control {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0 0 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-input .form-control {
    padding: 0;
  }
}
.contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-input textarea.form-control {
  height: auto;
}
.contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-code {
  width: 110px;
}
.contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-code img {
  display: block;
}
@media screen and (min-width: 480px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-code {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form .form-row .form-group .form-code {
    margin-top: 10px;
  }
}
.contact-section[data-section="02"] .section-inner .form .form-action {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  margin-top: 70px;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn {
  width: 160px;
  height: 60px;
  border-radius: 60px;
  color: #ffffff;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn + .btn {
  margin-left: 20px;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn:hover::before {
  opacity: 1;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn[type=submit] {
  background-color: #ED1C24;
}
.contact-section[data-section="02"] .section-inner .form .form-action .btn[type=reset] {
  background-color: #6D6D6D;
}
@media screen and (max-width: 991px) {
  .contact-section[data-section="02"] .section-inner .form .form-action {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section[data-section="02"] .section-inner .form .form-action {
    margin-top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="02"] .section-inner .form .form-action {
    margin-top: 25px;
  }
  .contact-section[data-section="02"] .section-inner .form .form-action .btn {
    width: calc(50% - 5px);
    height: 50px;
    border-radius: 50px;
  }
  .contact-section[data-section="02"] .section-inner .form .form-action .btn + .btn {
    margin-left: 10px;
  }
}

.contact-section[data-section="03"] {
  padding: 130px 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="03"] {
    padding: 50px 0 75px;
  }
}
.contact-section[data-section="03"] .section-bg {
  background-size: contain !important;
}
.contact-section[data-section="03"] .head {
  color: #1E1E1E;
}
.contact-section[data-section="03"] .head .btn {
  width: 80px;
  height: 80px;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
}
.contact-section[data-section="03"] .head .title {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-section[data-section="03"] .head .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="03"] .head .title {
    font-size: 22px;
    margin: 10px 0;
  }
}
.contact-section[data-section="03"] .head .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="03"] .head .txt {
    line-height: 1.75;
  }
}
.contact-section[data-section="03"] .button {
  margin-top: 55px;
}
.contact-section[data-section="03"] .button .btn {
  width: 160px;
  height: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 479px) {
  .contact-section[data-section="03"] .button {
    margin-top: 25px;
  }
  .contact-section[data-section="03"] .button .btn {
    height: 50px;
    border-radius: 50px;
  }
}

/* -------------------------------------------
 * *  news
 * * ------------------------------------------ */
@media screen and (min-width: 768px) {
  .news-list > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.news-list .list-item {
  position: relative;
  padding: 22px 2px 2px;
  text-align: center;
}
.news-list .list-item::before, .news-list .list-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 18px;
}
.news-list .list-item::before {
  background-color: #E5E5E5;
}
.news-list .list-item::after {
  opacity: 0;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-list .list-item .list-item-inner {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}
.news-list .list-item .date {
  position: absolute;
  z-index: 3;
  top: -20px;
  left: calc(50% - 60px);
  width: 120px;
  background-color: #ffffff;
  color: #ED1C24;
}
.news-list .list-item .date span {
  display: block;
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-weight: 800;
}
.news-list .list-item .date .month {
  font-size: 32px;
}
.news-list .list-item .date .year {
  margin-top: -0.5em;
  font-size: 20px;
}
.news-list .list-item .pic {
  background-size: contain !important;
}
.news-list .list-item .pic::before {
  content: "";
  display: block;
  padding-bottom: calc(25000%/390);
}
.news-list .list-item .content .title, .news-list .list-item .content .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.05em;
}
.news-list .list-item .content .title {
  font-weight: 500;
  white-space: nowrap;
}
.news-list .list-item .content .title + .summary {
  margin-top: 5px;
}
.news-list .list-item .content .summary {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 2;
}
.news-list .list-item .button .btn {
  position: relative;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  color: #B2B2B2;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
}
.news-list .list-item .button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-list .list-item .button .btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
}
.news-list .list-item .button .btn:hover::before {
  opacity: 1;
}
.news-list .list-item.hovered::after {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .news-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .news-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .news-list .list-item {
    width: calc(100%/3 - 80px/3);
    margin: 75px 40px 0 0;
  }
  .edge .news-list .list-item, .msie .news-list .list-item {
    width: calc(100%/3 - 80px/3 - 0.1px);
  }
  .news-list .list-item .list-item-inner {
    padding: 60px 40px 40px;
  }
  .news-list .list-item .pic + .content {
    margin-top: 30px;
  }
  .news-list .list-item .content .title {
    font-size: 24px;
  }
  .news-list .list-item .button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .news-list .list-item {
    width: calc(100%/3 - 50px/3);
    margin: 50px 25px 0 0;
  }
  .edge .news-list .list-item, .msie .news-list .list-item {
    width: calc(100%/3 - 50px/3 - 0.1px);
  }
}
@media screen and (max-width: 1399px) {
  .news-list .list-item .list-item-inner {
    padding: 50px 25px 25px;
  }
  .news-list .list-item .pic + .content {
    margin-top: 20px;
  }
  .news-list .list-item .content .title {
    font-size: 20px;
  }
  .news-list .list-item .button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .news-list .list-item {
    width: calc(50% - 10px);
    margin: 50px 20px 0 0;
  }
  .news-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .news-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .news-list .list-item .list-item-inner {
    padding: 35px 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .news-list .list-item + .list-item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .news-list .list-item {
    padding-top: 17px;
  }
  .news-list .list-item::before, .news-list .list-item::after {
    top: 15px;
  }
  .news-list .list-item .list-item-inner {
    padding: 35px 15px 25px;
  }
  .news-list .list-item .date {
    top: -15px;
    left: calc(50% - 50px);
    width: 100px;
  }
  .news-list .list-item .date .month {
    font-size: 25px;
  }
  .news-list .list-item .date .year {
    font-size: 18px;
  }
  .news-list .list-item .content .title {
    font-size: 18px;
  }
  .news-list .list-item .content .summary {
    height: 3.5em;
    line-height: 1.75;
  }
}

.primary.for-news .primary-inner {
  padding: 0;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}
.primary.for-news .primary-inner > div {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.primary.for-news .primary-inner > div.news-foot {
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .primary.for-news .primary-inner {
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 1199px) {
  .primary.for-news {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .primary.for-news .primary-inner > div {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .primary.for-news {
    padding: 25px 0 50px;
  }
}
@media screen and (max-width: 479px) {
  .primary.for-news {
    padding: 20px 0 50px;
  }
  .primary.for-news .primary-inner > div {
    width: calc(100% - 40px);
  }
}

.news-head {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .news-head {
    padding: 35px 0 25px;
  }
}
.news-head .date {
  width: 90px;
  height: 90px;
}
.news-head .date span {
  display: block;
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-weight: 800;
}
.news-head .date .month {
  font-size: 32px;
}
.news-head .date .year {
  font-size: 20px;
}
.news-head .title {
  margin-top: 17.5px;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.news-head .category {
  margin-top: 2.5px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1399px) {
  .news-head .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .news-head .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .news-head .date {
    width: 75px;
    height: 75px;
  }
  .news-head .date .month {
    font-size: 25px;
  }
  .news-head .date .year {
    font-size: 18px;
  }
  .news-head .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .news-head .date {
    width: 60px;
    height: 60px;
  }
  .news-head .date .month {
    font-size: 18px;
  }
  .news-head .date .year {
    font-size: 12px;
  }
  .news-head .title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.news-body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}

.news-foot {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .news-foot {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .news-foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .news-foot {
    margin-top: 35px;
  }
}
.news-foot .share {
  font-size: 16px;
  text-align: center;
  color: #4D4D4D;
}
.news-foot .share .a2a_kit {
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.news-foot .share .a2a_kit a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.news-foot .share .a2a_kit .a2a_svg {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  opacity: 1;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.news-foot .share .a2a_kit .a2a_svg > svg {
  width: 22px;
  height: 22px;
}
.news-foot .share .a2a_kit .a2a_svg:not(:hover) {
  background-color: #D9D9D9 !important;
}
.news-foot .navigate {
  margin-top: 30px;
  padding: 60px 0;
  border-top: 1px solid #DCDCDC;
}

.navigate {
  display: -webkit-box;
  display: -webkit-flex;
  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 screen and (min-width: 1400px) {
  .navigate {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .navigate {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 479px) {
  .navigate {
    padding: 25px 0;
  }
}
.navigate .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 50px);
}
.navigate .arrow .btn {
  width: 42px;
  height: 42px;
  border: 1px solid #737373;
  color: #737373;
  -moz-transition-property: background-color, border-color, color;
  -o-transition-property: background-color, border-color, color;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
}
.navigate .arrow .btn:hover {
  background-color: #ED1C24;
  border-color: #ED1C24;
  color: #ffffff;
}
.navigate .arrow .title {
  max-width: calc(100% - 70px);
  overflow: hidden;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .navigate .arrow .title {
    display: none;
  }
}
.navigate .arrow.arrow-prev .btn {
  margin-right: 25px;
}
.navigate .arrow.arrow-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.navigate .arrow.arrow-next .btn {
  margin-left: 25px;
}
.navigate .back {
  width: 50px;
  color: #A4A4A4;
  font-size: 16px;
  text-align: center;
}
.navigate .back .icon {
  display: inline-block;
}
.navigate .back a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
}
.navigate .back a:hover {
  color: #ED1C24;
}

/* -------------------------------------------
 * *  invest
 * * ------------------------------------------ */
@media screen and (min-width: 992px) {
  .invest-sidebar, .invest-main {
    float: left;
  }

  .invest-sidebar {
    width: 300px;
  }
  .invest-sidebar + .invest-main {
    width: calc(100% - 400px);
    margin-left: 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .invest-sidebar {
    width: 250px;
  }
  .invest-sidebar + .invest-main {
    width: calc(100% - 300px);
    margin-left: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .invest-sidebar {
    width: 200px;
  }
  .invest-sidebar + .invest-main {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 991px) {
  .invest-sidebar + .invest-main {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .invest-sidebar + .invest-main {
    margin-top: 35px;
  }
}
.invest-main .main-head {
  margin-bottom: 35px;
}

.invest-sidebar .sidebar-head .en {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.invest-sidebar .sidebar-head .title {
  margin-top: 10px;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .invest-sidebar .sidebar-head .en {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .invest-sidebar .sidebar-head .en {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .invest-sidebar .sidebar-head .title {
    font-size: 25px;
  }
}
.invest-sidebar .sidebar-submenu {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .invest-sidebar .sidebar-submenu {
    padding: 25px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #808080;
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle {
    display: none;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu {
    display: block !important;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul {
    padding-left: 30px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li {
    position: relative;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li + li {
    margin-top: 20px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li::before, .invest-sidebar .sidebar-submenu .submenu-menu ul li::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li::before {
    top: 8px;
    left: -23px;
    width: 10px;
    height: 10px;
    background-color: #F2F2F2;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li::after {
    top: 11px;
    left: -20px;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li a:hover {
    color: #000000;
    /*color: #000000;*/
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li.current {
    font-weight: 500;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li.current a {
    color: #ED1C24;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li.current::before {
    background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
    background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
    background-image: -o-linear-gradient(left, #ED1C24, #F47920);
    background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
    background-image: linear-gradient(to right, #ED1C24, #F47920);
  }
/****chung 2021/10/21 -------> ***/
/* .invest-sidebar .sidebar-submenu .submenu-menu ol {
    padding-left: 30px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li {
    position: relative;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li + li {
    margin-top: 20px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li::before, .invest-sidebar .sidebar-submenu .submenu-menu ol li::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  } */
  .invest-sidebar .sidebar-submenu .submenu-menu ol li::before {
    top: 8px;
    left: -23px;
    width: 10px;
    height: 10px;
    background-color: #F2F2F2;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li::after {
    top: 11px;
    left: -20px;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li a:hover {
    color: #0000FF;
    /* color: #000000; */
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li.current {
    font-weight: 500;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li.current a {
    color: #ED1C24;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ol li.current::before {
    background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
    background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
    background-image: -o-linear-gradient(left, #ED1C24, #F47920);
    background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
    background-image: linear-gradient(to right, #ED1C24, #F47920);
  }
/*<-------chung 2021/10/21 *******/

}
@media screen and (max-width: 991px) {
  .invest-sidebar .sidebar-submenu {
    border: 2px solid #CCCCCC;
    border-radius: 27px;
    overflow: hidden;
    color: #808080;
    font-size: 16px;
    -moz-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle .btn .btn-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle .btn .btn-inner::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    font-family: "icomoon";
    font-size: 1.25em;
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle .btn::after {
    content: "";
    font-family: "icomoon";
    font-size: 1.25em;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu {
    display: none;
    overflow: auto;
    max-height: 35vh;
    color: #ffffff;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul {
    padding: 0 20px 5px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li:not(.current) + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li:not(.current) + li.current + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li.current {
    display: none;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul li a {
    display: block;
    padding: 15px 0;
  }
  .invest-sidebar .sidebar-submenu.active {
    background-color: #353535;
    border-color: #353535;
    color: #ffffff;
  }
  .invest-sidebar .sidebar-submenu.active .submenu-toggle .btn::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 479px) {
  .invest-sidebar .sidebar-submenu {
    margin-top: 15px;
    border-radius: calc(49px/2);
  }
  .invest-sidebar .sidebar-submenu .submenu-toggle .btn {
    height: 45px;
    padding: 0 15px;
  }
  .invest-sidebar .sidebar-submenu .submenu-menu ul {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 479px) and (max-width: 479px) {
  .invest-sidebar .sidebar-submenu .submenu-menu ul {
    padding: 0 15px 5px;
  }
}

#invest-editor {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#invest-editor ul:not(.ns) {
  list-style: none;
  margin-left: 1.25em;
}
#invest-editor ul:not(.ns) li {
  position: relative;
}
#invest-editor ul:not(.ns) li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1.25em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
}
#invest-editor .mb-0 {
  margin-bottom: 0;
}
#invest-editor .mb-0 + * {
  margin-top: 0.25em;
}
#invest-editor .update-status {
  color: #808080;
}
@media screen and (min-width: 992px) {
  #invest-editor .update-status {
    text-align: right;
  }
}
#invest-editor .btn-view:not(.btn-circle) {
  width: 100px;
  height: 36px;
  border-radius: 36px;
  margin-top: 25px;
  padding: 0 15px 0 20px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  color: #B3B3B3;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#invest-editor .btn-view:not(.btn-circle) .btn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#invest-editor .btn-view:not(.btn-circle)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#invest-editor .btn-view:not(.btn-circle):hover {
  color: #ffffff;
  border-color: transparent;
}
#invest-editor .btn-view:not(.btn-circle):hover::before {
  opacity: 1;
}
#invest-editor .btn-view.btn-circle {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  color: #B2B2B2;
  text-decoration: none;
  -moz-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
#invest-editor .btn-view.btn-circle:hover {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
#invest-editor .table.department-table thead th:nth-child(1) {
  width: 32.5%;
}
#invest-editor .table.department-table thead th:nth-child(2) {
  width: 67.5%;
}
#invest-editor .table.department-table tbody td:first-child {
  font-weight: 500;
}
#invest-editor .table.department-table tbody tr:nth-child(2) td:first-child {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #invest-editor .table.department-table tbody tr:nth-child(2n+0) td:first-child {
    background-color: #FEF6F6;
  }
  #invest-editor .table.department-table tbody tr:nth-child(2n+0) td:last-child {
    background-color: #FFFFFF;
  }
  #invest-editor .table.department-table tbody tr:nth-child(2n+1) td:first-child {
    background-color: #FDECED;
  }
  #invest-editor .table.department-table tbody tr:nth-child(2n+1) td:last-child {
    background-color: #FAFAFA;
  }
  #invest-editor .table.department-table tbody tr:nth-child(1) td:nth-child(1) {
    background-color: #FEF6F6;
  }
  #invest-editor .table.department-table tbody tr:nth-child(1) td:nth-child(2) {
    background-color: #FDECED;
  }
}
@media screen and (max-width: 767px) {
  #invest-editor .table.department-table tbody tr td {
    text-align: left;
  }
}
#invest-editor .table.committee-table tbody td:first-child {
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  #invest-editor .table.committee-table tbody td:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  #invest-editor .table.committee-table th:nth-child(1), #invest-editor .table.committee-table td:nth-child(1) {
    width: 13.5%;
  }
  #invest-editor .table.committee-table th:nth-child(2), #invest-editor .table.committee-table th:nth-child(3), #invest-editor .table.committee-table td:nth-child(2), #invest-editor .table.committee-table td:nth-child(3) {
    width: 25%;
  }
  #invest-editor .table.committee-table tbody td {
    text-align: center;
  }
  #invest-editor .table.committee-table tbody td:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #invest-editor .table.committee-table tbody td:last-child::before {
    vertical-align: top;
  }
}
#invest-editor .table.shareholders-table tbody td:first-child {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #invest-editor .table.shareholders-table th, #invest-editor .table.shareholders-table td {
    text-align: center;
  }
  #invest-editor .table.shareholders-table th:first-child, #invest-editor .table.shareholders-table td:first-child {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  #invest-editor .table.shareholders-table th:first-child {
    padding-left: 45px;
  }
}
@media screen and (max-width: 479px) {
  #invest-editor .table.shareholders-table.responsive-table td::before {
    width: 135px;
  }
}
@media screen and (min-width: 768px) {
  #invest-editor .table.communication-table th:first-child, #invest-editor .table.communication-table td:first-child {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #invest-editor .table.communication-table tbody td:last-child::before {
    vertical-align: top;
  }
}
#invest-editor .table.meeting-table tbody td:first-child {
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  #invest-editor .table.meeting-table {
    table-layout: fixed;
  }
  #invest-editor .table.meeting-table th, #invest-editor .table.meeting-table td {
    padding: 15px;
  }
  #invest-editor .table.meeting-table th:not(:first-child):not(:last-child), #invest-editor .table.meeting-table td:not(:first-child):not(:last-child) {
    width: calc(100%/6 - 195px/6);
  }
  #invest-editor .table.meeting-table th:first-child, #invest-editor .table.meeting-table td:first-child {
    width: 95px;
  }
  #invest-editor .table.meeting-table th:last-child, #invest-editor .table.meeting-table td:last-child {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #invest-editor .table.conference-table {
    table-layout: fixed;
  }
  #invest-editor .table.conference-table th:nth-child(2), #invest-editor .table.conference-table td:nth-child(2) {
    width: 50%;
  }
}
@media screen and (min-width: 480px) {
  #invest-editor .table.dividend-table td:nth-child(1) {
    width: 35%;
  }
  #invest-editor .table.dividend-table td:nth-child(2) {
    width: 65%;
  }
}
#invest-editor .table.dividend-table-alt td {
  padding: 15px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  #invest-editor .table.dividend-table-alt {
    font-size: 15px;
  }
  #invest-editor .table.dividend-table-alt th, #invest-editor .table.dividend-table-alt td {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #invest-editor .table.dividend-table-alt {
    font-size: 12px;
  }
  #invest-editor .table.dividend-table-alt th, #invest-editor .table.dividend-table-alt td {
    padding: 10px 5px;
    word-break: break-all;
  }
}
#invest-editor .table.dividend-table-alt thead tr th {
  color: #000000;
}
#invest-editor .table.dividend-table-alt thead tr th:first-child, #invest-editor .table.dividend-table-alt thead tr th:last-child {
  border-radius: 0;
}
#invest-editor .table.dividend-table-alt thead tr th + th::before {
  background-color: #ffffff;
}
#invest-editor .table.dividend-table-alt thead tr:nth-child(1) th {
  background-color: #FDECED;
  border-top: 2px solid #ED1C24;
}
#invest-editor .table.dividend-table-alt thead tr:nth-child(1) th[colspan="2"] + th::before {
  top: calc(10px + 0.5em);
  bottom: calc(10px + 0.5em);
}
#invest-editor .table.dividend-table-alt thead tr:nth-child(1) th + th[colspan="2"]::before {
  z-index: 1;
  bottom: calc(10px + 0.5em - 100%);
}
#invest-editor .table.dividend-table-alt thead tr:nth-child(2) th {
  background-color: #FCDEE0;
  border-top: 1px solid #ffffff;
}
#invest-editor .table.dividend-table-alt tbody td:first-child {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #invest-editor .table.dividend-table-alt .td-inner::before {
    content: attr(data-subtitle);
    display: block;
  }
}
#invest-editor .table.shareholder-table tbody td:nth-child(1) {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #invest-editor .table.shareholder-table tbody td:nth-child(1) {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #invest-editor .table.shareholder-table-alt tbody td {
    text-align: center;
  }
  #invest-editor .table.shareholder-table-alt tbody tr:nth-child(1) td:not(:first-child) {
    background-color: #ffffff;
  }
  #invest-editor .table.shareholder-table-alt tbody tr:not(:nth-child(1)) td:not([rowspan]) {
    background-color: #FAFAFA;
  }
}

.tabs-nav {
  margin-top: -35px;
}
.tabs-nav > div > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs-nav .arrows > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-nav .arrows .arrow + .arrow {
  margin-left: 5px;
}
.tabs-nav .arrows .arrow .btn {
  width: 32px;
  height: 32px;
  background-color: #ED1C24;
  font-size: 10px;
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.tabs-nav .arrows .arrow.disabled .btn {
  pointer-events: none;
  background-color: #E9E9E9;
}
.tabs-nav .years {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}
.tabs-nav .years + .months {
  margin-top: -10px;
}
.tabs-nav .years > ul {
  margin-bottom: 10px;
  background-color: #F7F7F7;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tabs-nav .years .year {
  position: relative;
}
.tabs-nav .years .year .btn {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tabs-nav .years .year::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 17px/2);
  display: block;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 10px solid #ED1C24;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tabs-nav .years .year.active .btn {
  background-color: #ED1C24;
  color: #ffffff;
}
.tabs-nav .years .year.active::after {
  opacity: 1;
}
.tabs-nav .months {
  background-color: #FCFCFC;
}
.tabs-nav .months ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-nav .months .month {
  position: relative;
}
.tabs-nav .months .month::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
}
.tabs-nav .months .month .btn {
  height: 50px;
  padding: 0 5px;
  color: #808080;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tabs-nav .months .month.active::after {
  height: 3px;
}
.tabs-nav .months .month.active .btn {
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .tabs-nav .months .month + .month {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .tabs-nav .months ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs-nav .months .month {
    margin: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .tabs-nav .months .month {
    margin: 0 5px;
  }
}

.tabs-content {
  margin-top: 55px;
}
@media screen and (max-width: 479px) {
  .tabs-content {
    margin-top: 35px;
  }
}
.tabs-content .content, .tabs-content .subcontent {
  display: none;
}

#invest-editor .tabs-content .table-head {
  line-height: 1.5;
}
#invest-editor .tabs-content .table-head .title {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#invest-editor .tabs-content .table-head .unit {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #808080;
}
@media screen and (min-width: 992px) {
  #invest-editor .tabs-content .table-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
  }
  #invest-editor .tabs-content .table-head .title, #invest-editor .tabs-content .table-head .unit {
    margin: 0;
  }
}

.corporate-list .list-item {
  position: relative;
  background-color: #F7F7F7;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  -moz-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.corporate-list .list-item::before, .corporate-list .list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.corporate-list .list-item::before {
  background-image: -webkit-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: radial-gradient(white, rgba(255, 255, 255, 0));
}
.corporate-list .list-item::after {
  background-image: url("images/static/invest/governance/corporate/item-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.corporate-list .list-item .list-item-inner {
  position: relative;
  z-index: 1;
}
.corporate-list .list-item .year {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  line-height: 1;
}
.corporate-list .list-item .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #4D4D4D;
}
.corporate-list .list-item.hovered {
  background-color: #FDF1F1;
  border-color: #ED1C24;
}
.corporate-list .list-item.hovered::after {
  background-image: url("images/static/invest/governance/corporate/item-bg-red.png");
}
@media screen and (min-width: 768px) {
  .corporate-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .corporate-list .list-item {
    width: calc(50% - 15px);
  }
  .corporate-list .list-item:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .corporate-list .list-item {
    width: calc(50% - 10px);
  }
  .corporate-list .list-item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .corporate-list .list-item {
    padding: 55px 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .corporate-list .list-item {
    padding: 35px 30px;
  }
  .corporate-list .list-item .year {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-list .list-item {
    padding: 35px 25px;
  }
  .corporate-list .list-item + .list-item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .corporate-list .list-item {
    padding: 25px 20px;
  }
  .corporate-list .list-item .year {
    font-size: 25px;
  }
}

.rules-list .btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #E8E8E8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  letter-spacing: 0.1em;
  -moz-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.rules-list .btn .btn-inner {
  max-width: calc(100% - 35px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rules-list .btn::after {
  content: "";
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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: 24px;
  height: 24px;
  padding-left: 0.15em;
  background-color: #E6E6E6;
  border-radius: 50%;
  font-family: "icomoon";
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.rules-list .btn:hover {
  color: #ED1C24;
  background-color: #FEF7F7;
  border-color: #ED1C24;
}
.rules-list .btn:hover::after {
  background-color: #ED1C24;
}
@media screen and (min-width: 768px) {
  .rules-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rules-list ul li {
    width: calc(50% - 5px);
  }
  .rules-list ul li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  .rules-list .btn {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .rules-list ul li + li {
    margin-top: 10px;
  }
  .rules-list .btn {
    padding: 0 15px;
  }
}

.files-list .list-item, .files-list .list-item .list-item-inner {
  position: relative;
}
.files-list .list-item::before, .files-list .list-item::after, .files-list .list-item .list-item-inner::before, .files-list .list-item .list-item-inner::after {
  content: "";
  position: absolute;
  display: block;
}
.files-list .list-item::before, .files-list .list-item .list-item-inner::before {
  top: 0;
  left: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: transparent;
}
.files-list .list-item::after, .files-list .list-item .list-item-inner::after {
  right: 0;
  bottom: 0;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-color: transparent;
}
.files-list .list-item {
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.files-list .list-item::before, .files-list .list-item::after {
  z-index: 1;
}
.files-list .list-item::before {
  border-top-width: 36px;
  border-right-width: 36px;
  border-top-color: #ffffff;
}
.files-list .list-item::after {
  border-bottom-width: 36px;
  border-left-width: 36px;
  border-bottom-color: #ffffff;
}
.files-list .list-item .list-item-inner {
  position: relative;
  margin: 1px 0;
  border: 1px solid #E5E5E5;
  padding: 50px 35px 25px;
  background-image: -webkit-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(white, rgba(255, 255, 255, 0));
  background-image: radial-gradient(white, rgba(255, 255, 255, 0));
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.files-list .list-item .list-item-inner::before, .files-list .list-item .list-item-inner::after {
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.files-list .list-item .list-item-inner::before {
  border-top-width: 35px;
  border-right-width: 35px;
  border-top-color: #E5E5E5;
}
.files-list .list-item .list-item-inner::after {
  border-bottom-width: 35px;
  border-left-width: 35px;
  border-bottom-color: #E5E5E5;
}
.files-list .list-item .content .year {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #ED1C24;
}
.files-list .list-item .content .txt {
  margin-top: 10px;
  line-height: 1.5;
}
.files-list .list-item .content .icon {
  float: right;
  color: #B3B3B3;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.files-list .list-item .content + .button {
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
}
.files-list .list-item .button {
  text-align: center;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.files-list .list-item.hovered {
  background-color: #FDF1F1;
}
.files-list .list-item.hovered .list-item-inner {
  margin: 0;
  border: 2px solid #ED1C24;
}
.files-list .list-item.hovered .list-item-inner::before {
  border-top-color: #ED1C24;
}
.files-list .list-item.hovered .list-item-inner::after {
  border-bottom-color: #ED1C24;
}
.files-list .list-item.hovered .content .icon {
  color: #ED1C24;
}
.files-list .list-item.hovered .button {
  border-color: #ED1C24;
}
@media screen and (min-width: 768px) {
  .files-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .files-list .list-item {
    margin: 35px 25px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .files-list .list-item {
    width: calc(100%/3 - 50px/3);
  }
  .files-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .files-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .edge .files-list .list-item, .msie .files-list .list-item {
    width: calc(100%/3 - 50px/3 - 0.1px);
  }
}
@media screen and (max-width: 1599px) and (min-width: 768px) {
  .files-list .list-item {
    width: calc(50% - 25px/2);
  }
  .files-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .files-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .files-list .list-item + .list-item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .files-list .list-item .content .year {
    font-size: 25px;
  }
}

.investor-contact-group + .investor-contact-group {
  margin-top: 40px;
}
.investor-contact-group .group-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.investor-contact-box {
  margin-top: 15px;
}
.investor-contact-box > div {
  overflow: hidden;
}
.investor-contact-box .pic .pic-fill {
  position: static;
  padding-bottom: 62.5%;
}
.investor-contact-box .content {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  line-height: 1.5;
}
.investor-contact-box .content .box-title {
  font-size: 18px;
  font-weight: 500;
}
.investor-contact-box .content .txt {
  margin-top: 15px;
  font-size: 16px;
}
.investor-contact-box .content .txt a {
  color: #8B0203;
  text-decoration: underline;
  word-break: break-all;
}
.investor-contact-box .content .txt ul li + li {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .investor-contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .investor-contact-box > div {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
  }
  .investor-contact-box .content {
    margin: 30px 0 0 -30px;
  }
}
@media screen and (min-width: 1200px) {
  .investor-contact-box .pic {
    width: 400px;
  }
  .investor-contact-box .content {
    width: calc(100% - 370px);
    padding: 45px;
    min-height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .investor-contact-box .pic {
    width: 45%;
  }
  .investor-contact-box .content {
    width: calc(55% + 30px);
    padding: 35px 25px;
  }
}
@media screen and (max-width: 767px) {
  .investor-contact-box .pic {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .investor-contact-box .content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 25px;
    border-top: none;
  }
}

.faq-list .list-item + .list-item {
  margin-top: 20px;
}
.faq-list .list-item > div {
  overflow: hidden;
}
.faq-list .list-item > div + div {
  margin-top: 20px;
}
.faq-list .list-item > div::before {
  content: "";
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  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: 50px;
  height: 50px;
  margin-top: 5px;
  border-radius: 50%;
  font-weight: 700;
}
.faq-list .list-item > div > div {
  float: left;
  width: calc(100% - 70px);
  margin-left: 20px;
  padding: 15px 20px;
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-list .list-item > div::before {
    width: 40px;
    height: 40px;
  }
  .faq-list .list-item > div > div {
    width: calc(100% - 60px);
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  .faq-list .list-item > div::before {
    width: 30px;
    height: 30px;
    margin-top: 7.5px;
  }
  .faq-list .list-item > div > div {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
}
.faq-list .list-item .faq-q {
  cursor: pointer;
}
.faq-list .list-item .faq-q::before {
  content: "?";
  background-color: #ED1C24;
  font-size: 27px;
  color: #ffffff;
}
.faq-list .list-item .faq-q .faq-q-inner {
  position: relative;
  background-color: #F7F7F7;
  padding-right: 60px;
  font-weight: 500;
}
.faq-list .list-item .faq-q .faq-q-inner::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
  color: #ED1C24;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 479px) {
  .faq-list .list-item .faq-q::before {
    font-size: 18px;
  }
  .faq-list .list-item .faq-q .faq-q-inner {
    padding-right: 50px;
    line-height: 1.5;
  }
  .faq-list .list-item .faq-q .faq-q-inner::after {
    top: 10px;
    right: 10px;
  }
}
.faq-list .list-item .faq-a {
  display: none;
}
.faq-list .list-item .faq-a::before {
  content: "A";
  font-size: 24px;
  border: 2px solid #ED1C24;
  color: #ED1C24;
}
.faq-list .list-item .faq-a .faq-a-inner {
  background-color: #FDECED;
}
@media screen and (min-width: 768px) {
  .faq-list .list-item .faq-a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 479px) {
  .faq-list .list-item .faq-a::before {
    font-size: 16px;
  }
  .faq-list .list-item .faq-a .faq-a-inner {
    line-height: 1.5;
  }
}
.faq-list .list-item.active .faq-q .faq-q-inner::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.csr-list {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.csr-list .list-item .cover {
  position: relative;
  padding-bottom: 132.14%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #D6202A;
}
.csr-list .list-item .cover::before, .csr-list .list-item .cover::after {
  position: absolute;
  z-index: 2;
  display: block;
  opacity: 0;
}
.csr-list .list-item .cover:before {
  content: "";
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  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: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #D6202A;
  font-family: "icomoon";
  font-size: 30px;
}
.csr-list .list-item .cover::after {
  content: "View";
  top: calc(50% + 50px);
  left: calc(50% - 45px/2);
  width: 45px;
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.csr-list .list-item .cover::before, .csr-list .list-item .cover::after, .csr-list .list-item .cover .pic-fill {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.csr-list .list-item .title {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.csr-list .list-item a {
  display: block;
}
.csr-list .list-item a:hover .cover::before, .csr-list .list-item a:hover .cover::after {
  opacity: 1;
}
.csr-list .list-item a:hover .cover .pic-fill {
  opacity: 0.1;
}
@media screen and (min-width: 480px) {
  .csr-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .csr-list .list-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .csr-list .list-item:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .csr-list .list-item {
    width: calc(25% - 70px);
    margin: 90px calc(280px/3) 0 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .csr-list .list-item {
    width: calc(25% - 150px/4);
    margin: 75px 50px 0 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .csr-list .list-item {
    width: calc(25% - 75px/4);
    margin: 75px 25px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .csr-list .list-item {
    margin: 50px 25px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .csr-list .list-item {
    width: calc(100%/3 - 50px/3);
  }
  .csr-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .csr-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .edge .csr-list .list-item, .msie .csr-list .list-item {
    width: calc(100%/3 - 50px/3 - 0.1px);
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .csr-list .list-item {
    width: calc(50% - 25px/2);
  }
  .csr-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .csr-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .csr-list {
    padding-bottom: 25px;
  }
  .csr-list .list-item + .list-item {
    margin-top: 35px;
  }
}

/* -------------------------------------------
 * *  brands
 * * ------------------------------------------ */
.brand-list-nav {
  background-color: #ED454C;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  color: #ffffff;
  text-align: center;
}
.brand-list-nav .slider .slick-list {
  padding: 5px 30px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.brand-list-nav .slider .slick-arrow {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.brand-list-nav .slider .slick-arrow.slick-prev {
  left: -25px;
}
.brand-list-nav .slider .slick-arrow.slick-next {
  right: -25px;
}
.brand-list-nav .slider .slick-arrow .btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  font-size: 24px;
  color: #ED454C;
}
.brand-list-nav .slider .slick-slide {
  position: relative;
  -moz-transition-property: box-shadow, opacity;
  -o-transition-property: box-shadow, opacity;
  -webkit-transition-property: box-shadow, opacity;
  transition-property: box-shadow, opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.brand-list-nav .slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-image: -webkit-linear-gradient(left, #EA444B, #E2161E);
  background-image: -moz-linear-gradient(left, #EA444B, #E2161E);
  background-image: -o-linear-gradient(left, #EA444B, #E2161E);
  background-image: -ms-linear-gradient(left, #EA444B, #E2161E);
  background-image: linear-gradient(to right, #EA444B, #E2161E);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-list-nav .slider .slick-slide .slick-item {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  border: 5px solid transparent;
  cursor: pointer;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.brand-list-nav .slider .slick-slide .slick-item .icon {
  display: inline-block;
  height: 55px;
  opacity: 0.6;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-list-nav .slider .slick-slide .slick-item .icon img {
  max-height: 100%;
  margin: 0 auto;
}
.brand-list-nav .slider .slick-slide .slick-item .title {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.brand-list-nav .slider .slick-slide.slick-current {
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.brand-list-nav .slider .slick-slide.slick-current::before {
  opacity: 1;
}
.brand-list-nav .slider .slick-slide.slick-current .slick-item {
  border-color: #ED454C;
}
.brand-list-nav .slider .slick-slide.slick-current .slick-item .icon {
  opacity: 1;
}
.brand-list-nav .slider .slick-slide.slick-current .slick-item .title {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .brand-list-nav {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .brand-list-nav .slider .slick-list {
    padding: 5px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media screen and (max-width: 479px) {
  .brand-list-nav {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .brand-list-nav .slider .slick-list {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .brand-list-nav .slider .slick-arrow.slick-prev {
    left: -20px;
  }
  .brand-list-nav .slider .slick-arrow.slick-next {
    right: -20px;
  }
  .brand-list-nav .slider .slick-arrow .btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .brand-list-nav .slider .slick-slide .slick-item {
    padding: 10px 0;
  }
  .brand-list-nav .slider .slick-slide .slick-item .icon {
    width: 35px;
    height: 35px;
  }
  .brand-list-nav .slider .slick-slide .slick-item .title {
    font-size: 14px;
  }
}

.brand-list-display {
  background-color: #ffffff;
}
.brand-list-display ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-list-display .list-item {
  display: none;
}
.brand-list-display .list-item a {
  position: relative;
  display: block;
  padding-bottom: 100%;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.brand-list-display .list-item a .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  border: 1px solid #F7F7F7;
  padding: 15px;
}
.brand-list-display .list-item a .logo img {
  display: block;
  max-height: 100%;
}
.brand-list-display .list-item .title {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 992px) {
  .brand-list-display .list-item .title {
    opacity: 0;
  }
  .brand-list-display .list-item a:hover {
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  }
  .brand-list-display .list-item a:hover + .title {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  .brand-list-display {
    padding: 50px 55px;
  }
  .brand-list-display ul {
    margin: -15px;
  }
  .brand-list-display .list-item {
    width: calc(100%/6 - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 480px) {
  .brand-list-display {
    padding: 30px;
  }
  .brand-list-display ul {
    margin: -10px;
  }
  .brand-list-display .list-item {
    margin: 10px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .brand-list-display .list-item {
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .brand-list-display .list-item {
    width: calc(100%/3 - 20px);
  }
}
@media screen and (max-width: 479px) {
  .brand-list-display {
    padding: 15px;
  }
  .brand-list-display ul {
    margin: -10px -5px;
  }
  .brand-list-display .list-item {
    width: calc(50% - 10px);
    margin: 10px 5px;
  }
}

.brand-section .brand-png {
  position: absolute;
}

.brand-section[data-section="01"] {
  padding: 80px 0 190px;
}
@media screen and (max-width: 1399px) {
  .brand-section[data-section="01"] {
    padding: 50px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .brand-section[data-section="01"] {
    padding: 35px 0 100px;
  }
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="01"] {
    padding: 35px 0;
  }
}
.brand-section[data-section="01"] .section-bg {
  background-position: center bottom !important;
  background-size: 100% auto !important;
}
.brand-section[data-section="01"] .brand-png {
  max-width: 145px;
  right: 30px;
  bottom: calc(100% - 15px);
}
@media screen and (max-width: 1680px) {
  .brand-section[data-section="01"] .brand-png {
    display: none;
  }
}
.brand-section[data-section="01"] .head {
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.brand-section[data-section="01"] .head .intro .heading .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ED1C24;
}
.brand-section[data-section="01"] .head .intro .heading .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand-section[data-section="01"] .head .intro .heading .share li + li {
  margin-left: 10px;
}
.brand-section[data-section="01"] .head .intro .heading .share li .btn {
  position: relative;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 22px;
}
.brand-section[data-section="01"] .head .intro .heading .share li .btn svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
}
.brand-section[data-section="01"] .head .intro .heading .share li .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand-section[data-section="01"] .head .intro .heading .share li .btn:hover::before {
  opacity: 1;
}
.brand-section[data-section="01"] .head .intro .heading .share li.facebook .btn {
  background-color: #3b5998;
}
.brand-section[data-section="01"] .head .intro .heading .share li.line .btn {
  background-color: #00c300;
}
.brand-section[data-section="01"] .head .intro .heading .share li.email .btn {
  background-color: #ED1C24;
}
@media screen and (min-width: 768px) {
  .brand-section[data-section="01"] .head .intro .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-section[data-section="01"] .head .intro .heading .title + .share {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .brand-section[data-section="01"] .head .intro .heading .title + .share {
    margin-top: 10px;
  }
  .brand-section[data-section="01"] .head .intro .heading .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand-section[data-section="01"] .head .intro .heading .share li .btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.brand-section[data-section="01"] .head .intro .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="01"] .head .intro .txt {
    margin-top: 25px;
  }
}
.brand-section[data-section="01"] .head .logo {
  display: -webkit-box;
  display: -webkit-flex;
  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: 280px;
  height: 280px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
}
.brand-section[data-section="01"] .head .logo img {
  display: block;
  max-height: 100%;
}
@media screen and (min-width: 1400px) {
  .brand-section[data-section="01"] .head .intro {
    width: calc(100% - 355px);
  }
  .brand-section[data-section="01"] .head .logo {
    margin-top: -150px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .brand-section[data-section="01"] .head .intro {
    width: calc(100% - 325px);
  }
  .brand-section[data-section="01"] .head .logo {
    margin-top: -6.5vw;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .brand-section[data-section="01"] .head .intro {
    width: calc(100% - 225px);
  }
}
@media screen and (max-width: 991px) {
  .brand-section[data-section="01"] .head .logo {
    width: 200px;
    height: 200px;
    padding: 15px;
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .brand-section[data-section="01"] .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-section[data-section="01"] .head .intro {
    width: 100%;
  }
  .brand-section[data-section="01"] .head .intro .title {
    font-size: 25px;
    text-align: center;
  }
  .brand-section[data-section="01"] .head .intro + .logo {
    margin-bottom: 25px;
  }
  .brand-section[data-section="01"] .head .logo {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="01"] .head .intro .title {
    font-size: 22px;
  }
  .brand-section[data-section="01"] .head .logo {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  }
}
.brand-section[data-section="01"] .content .group + .desc-box {
  margin-top: 55px;
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="01"] .content .group + .desc-box {
    margin-top: 35px;
  }
}
.brand-section[data-section="01"] .content .group .txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.brand-section[data-section="01"] .content .group .txt .tt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.brand-section[data-section="01"] .content .desc-box {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .brand-section[data-section="01"] .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brand-section[data-section="01"] .content .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brand-section[data-section="01"] .content .group:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand-section[data-section="01"] .content .group:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .brand-section[data-section="01"] .content .group:not(:nth-child(-n+2)) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .brand-section[data-section="01"] .content {
    margin-top: 65px;
  }
  .brand-section[data-section="01"] .content .group {
    width: calc(50% - 25px);
  }
  .brand-section[data-section="01"] .content .group .txt {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 1399px) {
  .brand-section[data-section="01"] .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .brand-section[data-section="01"] .content .group {
    width: calc(50% - 20px);
  }
  .brand-section[data-section="01"] .content .group .txt {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  .brand-section[data-section="01"] .content .group + .group {
    margin-top: 50px;
  }
  .brand-section[data-section="01"] .content .group .txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="01"] .content {
    margin-top: 35px;
  }
  .brand-section[data-section="01"] .content .group + .group {
    margin-top: 35px;
  }
  .brand-section[data-section="01"] .content .group .txt {
    margin-top: 15px;
  }
  .brand-section[data-section="01"] .content .group .txt .tt {
    font-size: 18px;
    margin-bottom: -0.5em;
  }
}

.brand-section[data-section="02"] .section-inner {
  max-width: 1650px;
  padding: 75px 70px;
  background-color: #ffffff;
}
.brand-section[data-section="02"] .brand-png {
  right: calc(50% - 825px);
  bottom: -15px;
}
@media screen and (max-width: 1680px) {
  .brand-section[data-section="02"] .brand-png {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .brand-section[data-section="02"] .brand-png {
    display: none;
  }
}
.brand-section[data-section="02"] .head {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .brand-section[data-section="02"] .head .title {
    font-size: 28px;
  }
}
.brand-section[data-section="02"] .head + .products-list {
  margin-top: 60px;
}
.brand-section[data-section="02"] .products-list .list-item a {
  display: block;
}
.brand-section[data-section="02"] .products-list .list-item .content {
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
}
.brand-section[data-section="02"] .products-list .list-item .content .title .title-inner, .brand-section[data-section="02"] .products-list .list-item .content .txt {
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-section[data-section="02"] .products-list .list-item .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.brand-section[data-section="02"] .products-list .list-item .content .title .title-inner {
  display: block;
  max-width: calc(100% - 45px);
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.brand-section[data-section="02"] .products-list .list-item .content .title::after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  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: 32px;
  height: 32px;
  padding-left: 0.25em;
  background-color: #E9E9E9;
  border-radius: 50%;
  font-family: "icomoon";
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.brand-section[data-section="02"] .products-list .list-item .content .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.5em;
  margin-top: 5px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
@media screen and (min-width: 992px) {
  .brand-section[data-section="02"] .products-list .list-item a {
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }
  .brand-section[data-section="02"] .products-list .list-item a:hover {
    -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.15);
  }
  .brand-section[data-section="02"] .products-list .list-item a:hover .content .title {
    color: #ED1C24;
  }
  .brand-section[data-section="02"] .products-list .list-item a:hover .content .title::after {
    background-color: #ED1C24;
  }
}
@media screen and (min-width: 768px) {
  .brand-section[data-section="02"] .section-inner {
    -moz-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
    -webkit-box-shadow: 0 0 945px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 945px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 945px rgba(0, 0, 0, 0.15);
  }
  .brand-section[data-section="02"] .section-inner + .pagination {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 480px) {
  .brand-section[data-section="02"] .products-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .brand-section[data-section="02"] .products-list .list-item {
    margin: 50px 30px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .brand-section[data-section="02"] .products-list .list-item {
    width: calc(25% - 90px/4);
  }
  .brand-section[data-section="02"] .products-list .list-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .brand-section[data-section="02"] .products-list .list-item:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .brand-section[data-section="02"] .products-list .list-item {
    width: calc(100%/3 - 20px);
  }
  .brand-section[data-section="02"] .products-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .brand-section[data-section="02"] .products-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .edge .brand-section[data-section="02"] .products-list .list-item, .msie .brand-section[data-section="02"] .products-list .list-item {
    width: calc(100%/3 - 20px - 0.1px);
  }
}
@media screen and (max-width: 1199px) {
  .brand-section[data-section="02"] .head + .products-list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 480px) {
  .brand-section[data-section="02"] .products-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .brand-section[data-section="02"] .products-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .brand-section[data-section="02"] .section-inner {
    padding: 50px;
  }
  .brand-section[data-section="02"] .products-list .list-item {
    width: calc(50% - 25px/2);
    margin: 35px 25px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .brand-section[data-section="02"] .section-inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .brand-section[data-section="02"] .section-inner {
    padding: 35px 25px;
  }
  .brand-section[data-section="02"] .products-list .list-item {
    width: calc(50% - 10px);
    margin: 35px 20px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .brand-section[data-section="02"] .products-list .list-item .content {
    margin-top: 20px;
    padding: 0;
  }
  .brand-section[data-section="02"] .products-list .list-item .content .title::after {
    background-color: #ED1C24;
  }
}
@media screen and (max-width: 767px) {
  .brand-section[data-section="02"] .section-inner + .pagination {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .brand-section[data-section="02"] .section-inner {
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 479px) {
  .brand-section[data-section="02"] .section-inner {
    padding: 35px 0;
  }
  .brand-section[data-section="02"] .products-list .list-item + .list-item {
    margin-top: 35px;
  }
  .brand-section[data-section="02"] .products-list .list-item .content .title {
    font-size: 18px;
  }
  .brand-section[data-section="02"] .products-list .list-item .content .title::after {
    width: 25px;
    height: 25px;
    padding-left: 0.15em;
  }
  .brand-section[data-section="02"] .products-list .list-item .content .txt {
    height: auto;
  }
}

.product-profile {
  padding-bottom: 80px;
}
.product-profile .product-slideshow .slider .pic {
  display: block !important;
}
.product-profile .product-slideshow .slideshow-nav {
  margin-top: 15px;
}
.product-profile .product-slideshow .slideshow-nav .slider .slick-list {
  margin: 0 -5px;
}
.product-profile .product-slideshow .slideshow-nav .slider .slick-track {
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.product-profile .product-slideshow .slideshow-nav .slider .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-profile .product-slideshow .slideshow-nav .slider .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
.product-profile .product-info > div + div {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E5E5E5;
}
.product-profile .product-info .info-head .title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.product-profile .product-info .info-head .serial {
  margin-top: 5px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.product-profile .product-info .info-head .tagline {
  margin-top: 25px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.product-profile .product-info .info-features {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.product-profile .product-info .info-features ul:not(.ns) {
  list-style-type: none;
  margin-left: 1.15em;
}
.product-profile .product-info .info-features ul:not(.ns) li {
  position: relative;
}
.product-profile .product-info .info-features ul:not(.ns) li::before {
  content: "";
  position: absolute;
  top: calc(1em - 4px);
  left: -1.15em;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ED1C24;
}
.product-profile .product-info .info-features ul:not(.ns) li + li {
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .product-profile > div {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1600px) {
  .product-profile .product-info {
    padding: 50px 50px 0 100px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .product-profile .product-info {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1399px) {
  .product-profile .product-info .info-head .title {
    font-size: 35px;
  }
  .product-profile .product-info .info-head .tagline {
    font-size: 16px;
  }
  .product-profile .product-info .info-features {
    font-size: 16px;
  }
  .product-profile .product-info .info-share {
    font-size: 16px;
  }
  .product-profile .product-info .info-share ul li .btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .product-profile .product-info {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .product-profile {
    padding-bottom: 50px;
  }
  .product-profile .product-info {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .product-profile .product-info .info-head .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .product-profile {
    padding-bottom: 35px;
  }
  .product-profile .product-slideshow .slideshow-nav {
    margin-top: 5px;
  }
  .product-profile .product-slideshow .slideshow-nav .slider .slick-list {
    margin: 0 -2.5px;
  }
  .product-profile .product-slideshow .slideshow-nav .slider .slick-slide {
    margin: 0 2.5px;
  }
  .product-profile .product-info {
    margin-top: 25px;
  }
  .product-profile .product-info > div + div {
    margin-top: 15px;
    padding-top: 15px;
  }
  .product-profile .product-info .info-head .title {
    font-size: 25px;
  }
  .product-profile .product-info .info-head .tagline {
    margin-top: 15px;
  }
}

.product-details {
  padding-bottom: 215px;
}
@media screen and (max-width: 991px) {
  .product-details {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .product-details {
    padding-bottom: 35px;
  }
}
.product-details .product-tabnav {
  background-color: #F8F9FB;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
.product-details .product-tabnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-details .product-tabnav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  -moz-transition-property: color, border;
  -o-transition-property: color, border;
  -webkit-transition-property: color, border;
  transition-property: color, border;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.product-details .product-tabnav ul li.active {
  color: #ED1C24;
  border-bottom: 3px solid #ED1C24;
}
.product-details .product-tabnav ul li + li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 20px;
  display: block;
  width: 1px;
  background-color: #E5E5E5;
}
@media screen and (max-width: 479px) {
  .product-details .product-tabnav {
    font-size: 16px;
  }
  .product-details .product-tabnav ul li {
    padding: 10px;
  }
  .product-details .product-tabnav ul li + li::before {
    top: 10px;
    bottom: 10px;
  }
}
.product-details .product-tabs {
  margin-top: 85px;
}
@media screen and (max-width: 991px) {
  .product-details .product-tabs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .product-details .product-tabs {
    margin-top: 25px;
  }
}
.product-details .product-tabs .product-tab {
  display: none;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.product-details .product-tabs .product-tab .label-table {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-details .product-tabs .product-tab .label-table + .table-note {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-details .product-tabs .product-tab .label-table tr td {
  vertical-align: middle;
  padding: 15px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 992px) {
  .product-details .product-tabs .product-tab .label-table tr td {
    padding: 15px 35px;
  }
  .product-details .product-tabs .product-tab .label-table tr td:nth-child(1) {
    width: 300px;
  }
  .product-details .product-tabs .product-tab .label-table tr td:nth-child(2) {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-tabs .product-tab .label-table tr td {
    padding: 15px;
  }
  .product-details .product-tabs .product-tab .label-table tr td:nth-child(1) {
    width: 35%;
  }
  .product-details .product-tabs .product-tab .label-table tr td:nth-child(2) {
    width: 65%;
  }
}
.product-details .product-tabs .product-tab .label-table tr:nth-child(odd) td:nth-child(1) {
  background-color: #FAFAFA;
}

.product-video {
  background-color: #F7F7F7;
}
@media screen and (max-width: 479px) {
  .product-video {
    padding: 35px 0;
  }
}
@media screen and (min-width: 992px) {
  .product-video .product-video-inner {
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .product-video .product-video-inner {
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.product-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.product-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-video .video-info {
  margin-top: 55px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .product-video .video-info {
    margin-top: 35px;
  }
}
@media screen and (max-width: 479px) {
  .product-video .video-info {
    margin-top: 25px;
    text-align: left;
  }
}

.product-recipe {
  position: relative;
  padding: 85px 0 110px;
}
@media screen and (max-width: 991px) {
  .product-recipe {
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .product-recipe {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .product-recipe {
    padding: 35px 0;
  }
}
@media screen and (max-width: 991px) {
  .product-recipe .product-recipe-bg {
    opacity: 0.25;
  }
}
.product-recipe .product-recipe-inner {
  position: relative;
  z-index: 1;
}
.product-recipe .main-head {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .product-recipe .main-head .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1879px) and (min-width: 992px) {
  .product-recipe .recipe-slider .slider {
    padding: 0 75px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .product-recipe .recipe-slider .slider {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .product-recipe .recipe-slider .slider .slick-list {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1880px) {
  .product-recipe .recipe-slider .slider .slick-arrow.slick-prev {
    left: -105px;
  }
  .product-recipe .recipe-slider .slider .slick-arrow.slick-next {
    right: -105px;
  }
}
.product-recipe .recipe-slider .slider .slick-arrow .btn {
  width: 42px;
  height: 42px;
  background-color: #E9E9E9;
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-recipe .recipe-slider .slider .slick-arrow .btn:hover {
  background-color: #ED1C24;
}
@media screen and (max-width: 991px) {
  .product-recipe .recipe-slider .slider .slick-arrow .btn {
    width: 35px;
    height: 35px;
  }
}
.product-recipe .recipe-slider .slider.slick-dotted .slick-arrow {
  margin-top: calc(-85px/2);
}
@media screen and (max-width: 991px) {
  .product-recipe .recipe-slider .slider.slick-dotted .slick-arrow {
    margin-top: calc(-65px/2);
  }
}
@media screen and (min-width: 768px) {
  .product-recipe .recipe-slider .slider .slick-slide {
    margin: 0 15px;
  }
}
.product-recipe .recipe-slider .slider .slick-dots {
  position: static;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .product-recipe .recipe-slider .slider .slick-dots {
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .product-recipe .recipe-slider .slider .slick-dots {
    margin-top: 35px;
  }
}
.product-recipe .recipe-slider .slider .slick-dots li + li {
  margin-left: 10px;
}
.product-recipe .recipe-slider .slider .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.product-recipe .recipe-slider .slider .slick-dots li.slick-active button {
  background-image: -webkit-linear-gradient(top, #FF0000, #990000);
  background-image: -moz-linear-gradient(top, #FF0000, #990000);
  background-image: -o-linear-gradient(top, #FF0000, #990000);
  background-image: -ms-linear-gradient(top, #FF0000, #990000);
  background-image: linear-gradient(to bottom, #FF0000, #990000);
}

.product-foot {
  background-color: #FBFBFB;
}
@media screen and (max-width: 991px) {
  .product-foot {
    padding-bottom: 25px;
  }
}
.product-foot .navigate {
  padding: 25px 0;
}

/* ------------------------------------------
 * *  safety
 * * -----------------------------------------*/
.safety-section[data-section="01"] .section-inner:nth-child(1) {
  background-color: #C7161E;
}
@media screen and (min-width: 1600px) {
  .safety-section[data-section="01"] .section-inner:nth-child(1) {
    padding: 90px 90px 30px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .safety-section[data-section="01"] .section-inner:nth-child(1) {
    padding: 50px 125px 50px 50px;
  }
}
@media screen and (min-width: 1600px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) {
    padding: 80px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) {
    padding: 50px 50px 50px 125px;
  }
}
@media screen and (min-width: 1600px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) .content {
    padding-left: 50px;
  }
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .content .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1600px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1599px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi {
    margin-top: 50px;
  }
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .certi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .certi ul li {
  margin: 10px;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 80px);
  left: -80px;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn {
  width: 160px;
  height: 160px;
  background-image: -webkit-linear-gradient(left, #F47920, #ED1C24);
  background-image: -moz-linear-gradient(left, #F47920, #ED1C24);
  background-image: -o-linear-gradient(left, #F47920, #ED1C24);
  background-image: -ms-linear-gradient(left, #F47920, #ED1C24);
  background-image: linear-gradient(to right, #F47920, #ED1C24);
  border: 10px solid #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn .btn-inner {
  margin-top: -0.25em;
}
.safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn:hover::before {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .safety-section[data-section="01"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .safety-section[data-section="01"] .section-inner {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .safety-section[data-section="01"] .section-inner {
    padding: 75px 50px;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .button {
    top: -70px;
    left: calc(50% - 70px);
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn {
    width: 140px;
    height: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi ul {
    margin: -5px;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi ul li {
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .safety-section[data-section="01"] .section-inner {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 479px) {
  .safety-section[data-section="01"] .section-inner:nth-child(2) {
    padding-bottom: 35px;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi {
    margin-top: 35px;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .certi ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .button {
    top: -50px;
    left: calc(50% - 50px);
  }
  .safety-section[data-section="01"] .section-inner:nth-child(2) .button .btn {
    width: 100px;
    height: 100px;
    border-width: 5px;
    font-size: 16px;
  }
}

.safety-section[data-section="02"] {
  padding: 95px 0 120px;
  background-color: #DEE3E7;
}
@media screen and (max-width: 1199px) {
  .safety-section[data-section="02"] {
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 479px) {
  .safety-section[data-section="02"] {
    padding: 35px 0 50px;
  }
}
.safety-section[data-section="02"] .section-bg {
  background-size: auto !important;
  background-position: right bottom !important;
}
@media screen and (max-width: 991px) {
  .safety-section[data-section="02"] .section-bg {
    background-size: contain !important;
  }
}
.safety-section[data-section="02"] .main-head {
  text-align: center;
}
.safety-section[data-section="02"] .main-head .txt {
  margin-top: 35px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .safety-section[data-section="02"] .main-head .txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .safety-section[data-section="02"] .main-head .txt {
    margin-top: 15px;
  }
}
.safety-section[data-section="02"] .egg-list .list-item {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.safety-section[data-section="02"] .egg-list .list-item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.safety-section[data-section="02"] .egg-list .list-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
}
.safety-section[data-section="02"] .egg-list .list-item a::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  padding: 20px;
  background-color: #D6202A;
  background-image: url("images/static/safety/safety/list-item-bg.png");
  background-repeat: no-repeat;
  background-position: bottom 25px right 15px;
  opacity: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.safety-section[data-section="02"] .egg-list .list-item a:hover {
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
}
.safety-section[data-section="02"] .egg-list .list-item a:hover::before {
  opacity: 0.9;
}
.safety-section[data-section="02"] .egg-list .list-item a:hover .title {
  opacity: 0;
}
.safety-section[data-section="02"] .egg-list .list-item .pic {
  display: -webkit-box;
  display: -webkit-flex;
  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: calc(100% - 1.5em - 20px);
}
.safety-section[data-section="02"] .egg-list .list-item .pic img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.safety-section[data-section="02"] .egg-list .list-item .title {
  height: 1.5em;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 480px) {
  .safety-section[data-section="02"] .egg-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .safety-section[data-section="02"] .egg-list .list-item {
    width: calc(25% - 90px/4);
    margin: 30px 30px 0 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .safety-section[data-section="02"] .egg-list .list-item {
    width: calc(100%/3 - 40px/3);
    margin: 20px 20px 0 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .edge .safety-section[data-section="02"] .egg-list .list-item, .msie .safety-section[data-section="02"] .egg-list .list-item {
    width: calc(100%/3 - 40px/3 - 0.1px);
  }
  .safety-section[data-section="02"] .egg-list .list-item a::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .safety-section[data-section="02"] .egg-list .list-item {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .safety-section[data-section="02"] .egg-list .list-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .safety-section[data-section="02"] .egg-list .list-item + .list-item {
    margin-top: 20px;
  }
}

.safety-main {
  position: relative;
  padding: 60px 0 95px;
}
@media screen and (max-width: 1399px) {
  .safety-main {
    padding: 50px 0 75px;
  }
}
@media screen and (max-width: 991px) {
  .safety-main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .safety-main {
    padding: 35px 0;
  }
}
.safety-main .safety-main-bg {
  background-size: 100% auto !important;
  background-position: center bottom !important;
}
.safety-main .safety-main-inner {
  position: relative;
  z-index: 1;
}
.safety-main .safety-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.safety-main .safety-profile .profile-logo img {
  display: block;
}
.safety-main .safety-profile .profile-content .txt {
  margin-top: 30px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
}
.ios .safety-main .safety-profile .profile-content .txt {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .safety-main .safety-profile .profile-logo {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .safety-main .safety-profile .profile-logo:not(.aos-animate) {
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .safety-main .safety-profile .profile-content {
    border-left: 1px solid #E5E5E5;
  }
  .safety-main .safety-profile .profile-content:not(.aos-animate) {
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@media screen and (min-width: 1200px) {
  .safety-main .safety-profile .profile-logo {
    width: 430px;
    padding-right: 75px;
  }
  .safety-main .safety-profile .profile-content {
    width: calc(100% - 430px);
    padding-left: 75px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .safety-main .safety-profile .profile-logo {
    width: 350px;
    padding-right: 50px;
  }
  .safety-main .safety-profile .profile-content {
    width: calc(100% - 350px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .safety-main .safety-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .safety-main .safety-profile .profile-content {
    width: 100%;
    margin-top: 50px;
  }
  .safety-main .safety-profile .profile-content .head {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .safety-main .safety-profile .profile-logo {
    max-width: 200px;
  }
  .safety-main .safety-profile .profile-content {
    margin-top: 25px;
  }
  .safety-main .safety-profile .profile-content .txt {
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 992px) {
  .safety-main .safety-resume {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
  }
  .safety-main .safety-resume > div {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .safety-main .safety-resume {
    margin-top: 50px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .safety-main .safety-resume {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 479px) {
  .safety-main .safety-resume {
    margin-top: 35px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.safety-main .safety-resume > div {
  position: relative;
}
.safety-main .safety-resume .resume-pic img {
  display: block !important;
  opacity: 0;
}
.safety-main .safety-resume .resume-content .resume-content-inner {
  position: relative;
}
.safety-main .safety-resume .resume-content .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.safety-main .safety-resume .resume-content .txt {
  margin-top: 25px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
}
.safety-main .safety-resume .resume-content .button {
  margin-top: 35px;
}
.safety-main .safety-resume .resume-content .button .btn {
  width: 160px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .safety-main .safety-resume .resume-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .safety-main .safety-resume .resume-content {
    padding: 50px 80px;
    -moz-transform: translateY(65px);
    -o-transform: translateY(65px);
    -ms-transform: translateY(65px);
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
  }
}
@media screen and (max-width: 1199px) {
  .safety-main .safety-resume .resume-content {
    padding: 50px;
  }
}
@media screen and (max-width: 479px) {
  .safety-main .safety-resume .resume-content {
    padding: 35px 30px;
  }
  .safety-main .safety-resume .resume-content .title {
    font-size: 22px;
  }
  .safety-main .safety-resume .resume-content .txt {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .safety-main .safety-resume .resume-content .button {
    margin-top: 20px;
  }
  .safety-main .safety-resume .resume-content .button .btn {
    width: 140px;
    height: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .safety-main .safety-info {
    margin-top: 165px;
  }
}
@media screen and (max-width: 1199px) {
  .safety-main .safety-info {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  .safety-main .safety-info {
    margin-top: 50px;
  }
}
@media screen and (min-width: 480px) {
  .safety-main .safety-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.safety-main .safety-info .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.safety-main .safety-info .list-item .icon img {
  display: block;
}
.safety-main .safety-info .list-item .title {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.safety-main .safety-info .list-item .txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .safety-main .safety-info .list-item {
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .safety-main .safety-info .list-item:not(:nth-child(-n+2)) {
    margin-top: 50px;
  }
  .safety-main .safety-info .list-item .icon {
    width: 150px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .safety-main .safety-info .list-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .safety-main .safety-info .list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 479px) {
  .safety-main .safety-info .list-item + .list-item {
    margin-top: 35px;
  }
  .safety-main .safety-info .list-item .icon {
    width: 100px;
  }
  .safety-main .safety-info .list-item .title {
    margin-top: 15px;
    font-size: 20px;
  }
  .safety-main .safety-info .list-item .txt {
    margin-top: 10px;
  }
}

.safety-foot .bar {
  padding: 28.5px 25px;
  background-color: #ED1C24;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .safety-foot .bar {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .safety-foot .bar {
    padding: 25px 25px 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .safety-foot .bar {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .safety-foot .bar {
    font-size: 20px;
  }
}

/* ------------------------------------------
 * *  recruit
 * * -----------------------------------------*/
.recruit-head {
  padding: 65px 0;
  text-align: center;
}
.recruit-head .en {
  font-size: 40px;
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-weight: 800;
}
.recruit-head .title {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.recruit-head .txt {
  max-width: 825px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .recruit-head {
    padding: 50px 0;
  }
  .recruit-head .en {
    font-size: 32px;
  }
  .recruit-head .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-head .en {
    font-size: 28px;
  }
  .recruit-head .txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-head {
    padding: 35px 0;
  }
  .recruit-head .title {
    font-size: 25px;
  }
  .recruit-head .txt {
    margin-top: 15px;
  }
}

.recruit-career {
  position: relative;
}
.recruit-career .recruit-career-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.recruit-career .content {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1600px) {
  .recruit-career .content {
    margin-top: 35px;
  }
}
.recruit-career .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.recruit-career .txt {
  margin-top: 15px;
  line-height: 1.75;
}
.recruit-career .button {
  margin-top: 35px;
}
.recruit-career .button .btn {
  width: 160px;
  height: 56px;
  border-radius: 56px;
}
@media screen and (min-width: 1600px) {
  .recruit-career .recruit-career-inner {
    height: 500px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  .recruit-career .recruit-career-inner {
    padding: 7.5% 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .recruit-career {
    padding: 50px 0 50vw;
    background-color: #FAFAFA;
  }
  .recruit-career .recruit-career-bg {
    background-size: 100% auto !important;
    background-position: center bottom !important;
  }
  .recruit-career .recruit-career-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recruit-career .recruit-career-inner .content {
    text-align: center;
  }
  .recruit-career .recruit-career-inner .button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-career {
    padding: 35px 0 50vw;
  }
  .recruit-career .recruit-career-inner .title {
    font-size: 25px;
  }
  .recruit-career .recruit-career-inner .txt {
    margin-top: 10px;
  }
  .recruit-career .recruit-career-inner .button {
    margin-top: 20px;
  }
  .recruit-career .recruit-career-inner .button .btn {
    width: 140px;
    height: 45px;
    border-radius: 45px;
  }
}

.benefit-section[data-section="01"] .groups .groups-pic img {
  display: block;
}
.benefit-section[data-section="01"] .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
}
.benefit-section[data-section="01"] .group + .group {
  margin-top: 20px;
}
.benefit-section[data-section="01"] .group .group-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.benefit-section[data-section="01"] .group .group-icon img {
  display: block;
}
.benefit-section[data-section="01"] .group .group-content {
  margin: 25px 0 0 30px;
  letter-spacing: 0.1em;
}
.benefit-section[data-section="01"] .group .group-content .title {
  font-size: 20px;
  font-weight: 500;
  color: #ED1C24;
}
.benefit-section[data-section="01"] .group .group-content .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 480px) {
  .benefit-section[data-section="01"] .section-pics ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .benefit-section[data-section="01"] .section-pics ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .benefit-section[data-section="01"] .groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefit-section[data-section="01"] .groups .groups-pic {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .benefit-section[data-section="01"] .groups .groups-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 50px;
  }
  .benefit-section[data-section="01"] .groups:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .benefit-section[data-section="01"] .groups[data-groups="01"] {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .benefit-section[data-section="01"] .groups[data-groups="01"] .groups-pic {
    width: 50%;
  }
  .benefit-section[data-section="01"] .groups[data-groups="01"] .groups-pic img {
    display: block !important;
    opacity: 0;
  }
  .benefit-section[data-section="01"] .groups[data-groups="01"] .groups-content {
    padding: 35px 130px 35px 50px;
  }
  .benefit-section[data-section="01"] .groups[data-groups="02"] {
    margin-top: 85px;
  }
  .benefit-section[data-section="01"] .groups[data-groups="02"] .groups-pic {
    width: calc(50% + 100px);
    padding-right: calc(50% - 750px);
  }
  .benefit-section[data-section="01"] .groups[data-groups="03"] {
    margin-top: 70px;
  }
  .benefit-section[data-section="01"] .groups[data-groups="03"] .groups-pic {
    width: 56.615vw;
  }
  .benefit-section[data-section="01"] .section-pics {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .benefit-section[data-section="01"] .groups .groups-pic img {
    width: 100%;
  }
  .benefit-section[data-section="01"] .groups .groups-content {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .benefit-section[data-section="01"] .groups .groups-content {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 479px) {
  .benefit-section[data-section="01"] .groups .groups-content {
    padding: 35px 20px;
  }
  .benefit-section[data-section="01"] .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefit-section[data-section="01"] .group + .group {
    margin-top: 35px;
  }
  .benefit-section[data-section="01"] .group .group-content {
    margin: 15px 0 0;
  }
  .benefit-section[data-section="01"] .group .group-content .title {
    font-size: 18px;
    text-align: center;
  }
  .benefit-section[data-section="01"] .group .group-content .txt {
    margin-top: 5px;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

.benefit-section[data-section="02"] {
  padding: 70px 0;
}
@media screen and (min-width: 1200px) {
  .benefit-section[data-section="02"] {
    background-image: url("images/static/recruit/benefit/sport-list-bg.png");
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 991px) {
  .benefit-section[data-section="02"] {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .benefit-section[data-section="02"] {
    padding: 35px 0;
  }
}
.benefit-section[data-section="02"] .section-inner {
  max-width: 1180px;
}
.benefit-section[data-section="02"] .head {
  text-align: center;
}
.benefit-section[data-section="02"] .head .title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4D4D4D;
}
@media screen and (min-width: 1200px) {
  .benefit-section[data-section="02"] .head {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .benefit-section[data-section="02"] .head .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .benefit-section[data-section="02"] .head .title {
    font-size: 25px;
  }
}
.benefit-section[data-section="02"] .sport-list {
  position: relative;
}
.benefit-section[data-section="02"] .sport-list .list-item .list-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .icon {
  width: 140px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .title {
  height: 56px;
  border-radius: 56px;
  padding: 0 35px;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .txt {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.benefit-section[data-section="02"] .sport-list .list-item:nth-child(1) .list-item-inner .title {
  background-color: #73b7d5;
}
.benefit-section[data-section="02"] .sport-list .list-item:nth-child(2) .list-item-inner .title {
  background-color: #6396c4;
}
.benefit-section[data-section="02"] .sport-list .list-item:nth-child(3) .list-item-inner .title {
  background-color: #ca83b9;
}
.benefit-section[data-section="02"] .sport-list .list-item:nth-child(4) .list-item-inner .title {
  background-color: #9789c7;
}
@media screen and (min-width: 1200px) {
  .benefit-section[data-section="02"] .sport-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefit-section[data-section="02"] .sport-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 420px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(1), .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2) {
    padding-top: 120px;
    padding-bottom: 145px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(3), .benefit-section[data-section="02"] .sport-list .list-item:nth-child(4) {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2n+1) {
    padding-right: 120px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2n+1) .list-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2n+1) .list-item-inner .content {
    margin-right: 45px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2n+0) {
    padding-left: 120px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item:nth-child(2n+0) .list-item-inner .content {
    margin-left: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .benefit-section[data-section="02"] .sport-list {
    margin-top: 50px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item + .list-item {
    margin-top: 50px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .icon {
    margin-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .icon {
    width: 110px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .title {
    font-size: 18px;
    height: 50px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 991px) {
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .icon {
    margin-right: 25px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .title {
    font-size: 18px;
    padding: 0 25px;
    height: 45px;
    border-radius: 45px;
  }
}
@media screen and (max-width: 479px) {
  .benefit-section[data-section="02"] .sport-list {
    margin-top: 35px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item + .list-item {
    margin-top: 35px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .icon {
    width: 85px;
    margin-right: 15px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .title {
    padding: 0 20px;
    height: 40px;
    border-radius: 40px;
  }
  .benefit-section[data-section="02"] .sport-list .list-item .list-item-inner .content .txt {
    margin-top: 10px;
  }
}

.recruit-section[data-section="01"] {
  padding-bottom: 100px;
  background-image: url("images/static/recruit/recruit/section01-pattern.jpg");
}
@media screen and (max-width: 1199px) {
  .recruit-section[data-section="01"] {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-section[data-section="01"] {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-section[data-section="01"] {
    padding-bottom: 35px;
  }
}
.recruit-section[data-section="01"] .section-bg {
  background-size: 100% auto !important;
  background-position: center bottom !important;
}
.recruit-section[data-section="01"] .content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.recruit-section[data-section="01"] .content .table {
  max-width: 1100px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-section[data-section="01"] .content .table thead th {
  text-align: center;
}
.recruit-section[data-section="01"] .content .table tbody td {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="01"] .content .table tbody td {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (min-width: 992px) {
  .recruit-section[data-section="01"] + .pic {
    height: 26.04vw;
  }
}
@media screen and (max-width: 991px) {
  .recruit-section[data-section="01"] + .pic {
    height: 50.4vw;
  }
}

@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] {
    padding-bottom: 50px;
  }
  .recruit-section[data-section="02"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #FEF7F7;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit-section[data-section="02"] .content > div {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] .recruit-calendar:not(.aos-animate) {
    -moz-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-head {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table {
  position: relative;
  max-width: 700px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table:not(.kl-container) {
  opacity: 0;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #E5E5E5;
  border-radius: 25px;
}
@media screen and (max-width: 479px) {
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table::before {
    height: 45px;
  }
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table thead {
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table thead th {
  vertical-align: middle;
  height: 55px;
  padding: 15px 15px 25px;
}
@media screen and (max-width: 479px) {
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table table thead th {
    height: 45px;
    padding-bottom: 20px;
  }
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td {
  padding: 15px 10px;
}
@media screen and (max-width: 1599px) {
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td {
    padding: 10px;
  }
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td::before {
  content: attr(data-kl-date);
  font-family: "Nanum Gothic", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  color: #666666;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td .kl-td-inner {
  font-size: 16px;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td[data-kl-event] {
  color: #ffffff;
}
.recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td[data-kl-event]::before {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] .recruit-calendar {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-section[data-section="02"] .recruit-calendar {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table .kl-td-inner {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .recruit-section[data-section="02"] .recruit-calendar {
    padding-bottom: 35px;
  }
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table table thead {
    font-size: 16px;
  }
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td {
    vertical-align: middle;
    padding: 0 0 3px;
  }
  .recruit-section[data-section="02"] .recruit-calendar .calendar-table table tbody td::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] .recruit-events:not(.aos-animate) {
    -moz-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
}
.recruit-section[data-section="02"] .recruit-events .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.recruit-section[data-section="02"] .recruit-events .events-table {
  width: 100% !important;
  height: auto !important;
  margin-top: 30px;
  font-size: 16px;
}
.recruit-section[data-section="02"] .recruit-events .events-table td {
  padding: 10px 0;
}
.recruit-section[data-section="02"] .recruit-events .events-table td:first-child {
  width: 40%;
}
@media screen and (min-width: 1600px) {
  .recruit-section[data-section="02"] .recruit-events {
    padding-left: 85px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .recruit-section[data-section="02"] .recruit-events {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-section[data-section="02"] .recruit-events .title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .recruit-section[data-section="02"] .recruit-events {
    margin: 0 -50px;
    padding: 50px;
    background-color: #FEF7F7;
  }
}
@media screen and (max-width: 767px) {
  .recruit-section[data-section="02"] .recruit-events {
    margin: 0 -25px;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 479px) {
  .recruit-section[data-section="02"] .recruit-events {
    margin: 0 -20px;
    padding: 35px 20px;
  }
  .recruit-section[data-section="02"] .recruit-events .events-table {
    margin-top: 20px;
  }
}

.jobs-section[data-section="01"] {
  padding-bottom: 60px;
}
.jobs-section[data-section="01"]::before, .jobs-section[data-section="01"]::after {
  content: "";
  position: absolute;
  display: block;
  width: 494px;
  height: 443px;
  background-size: cover;
}
.jobs-section[data-section="01"]::before {
  top: 0;
  left: 0;
  background-image: url("../styles/images/static/recruit/jobs/section01-top.png");
}
.jobs-section[data-section="01"]::after {
  right: 0;
  bottom: 0;
  background-image: url("../styles/images/static/recruit/jobs/section01-bottom.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .jobs-section[data-section="01"]::before {
    background-image: url("../styles/images/static/recruit/jobs/section01-top_2x.png");
  }
  .jobs-section[data-section="01"]::after {
    background-image: url("../styles/images/static/recruit/jobs/section01-bottom_2x.png");
  }
}
@media screen and (max-width: 575px) {
  .jobs-section[data-section="01"]::before, .jobs-section[data-section="01"]::after {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .jobs-section[data-section="01"]::before {
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .jobs-section[data-section="01"]::after {
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media screen and (max-width: 479px) {
  .jobs-section[data-section="01"] {
    padding-bottom: 35px;
  }
}
.jobs-section[data-section="02"] {
  padding: 90px 0 145px;
}
@media screen and (max-width: 1199px) {
  .jobs-section[data-section="02"] {
    padding: 75px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .jobs-section[data-section="02"] {
    padding: 75px 0;
  }
}
@media screen and (max-width: 767px) {
  .jobs-section[data-section="02"] {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .jobs-section[data-section="02"] {
    padding: 35px 0;
  }
}

.jobs-filter {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 75px;
}
.jobs-filter .slick-slide {
  padding: 10px;
}
.jobs-filter .slick-item {
  position: relative;
  width: 210px;
}
.jobs-filter .slick-item .btn {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 30px);
  background-image: url("../styles/images/static/recruit/jobs/filter.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 15px;
  -webkit-mask-image: unset;
  -moz-transition-property: width, margin;
  -o-transition-property: width, margin;
  -webkit-transition-property: width, margin;
  transition-property: width, margin;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.jobs-filter .slick-item .btn::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  opacity: 0;
  background-image: url("../styles/images/static/recruit/jobs/filter-hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.jobs-filter .slick-item .btn .btn-inner {
  position: absolute;
  top: 0;
  left: calc(50% - 2em);
  right: calc(50% - 2em);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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: 20px;
  font-weight: 500;
  line-height: 1.5;
  -moz-transition-property: font-size, color;
  -o-transition-property: font-size, color;
  -webkit-transition-property: font-size, color;
  transition-property: font-size, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .jobs-filter .slick-item .btn {
    background-image: url("../styles/images/static/recruit/jobs/filter_2x.png");
  }
  .jobs-filter .slick-item .btn::before {
    background-image: url("../styles/images/static/recruit/jobs/filter-hover_2x.png");
  }
}
.jobs-filter .slick-item .btn:hover {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
}
.jobs-filter .slick-item .btn:hover .btn-inner {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.jobs-filter .slick-item .btn:hover::before {
  opacity: 1;
}
.jobs-filter .slick-current .slick-item .btn, .jobs-filter .slick-current-custom .slick-item .btn {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.25);
}
.jobs-filter .slick-current .slick-item .btn .btn-inner, .jobs-filter .slick-current-custom .slick-item .btn .btn-inner {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.jobs-filter .slick-current .slick-item .btn::before, .jobs-filter .slick-current-custom .slick-item .btn::before {
  opacity: 1;
}
.jobs-filter .arrows .arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #B2B2B2;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.jobs-filter .arrows .arrow svg {
  width: 20px;
  height: 40px;
}
.jobs-filter .arrows .arrow:hover {
  color: #ED1C24;
}
.jobs-filter .arrows .arrow.arrow-prev {
  left: 0;
}
.jobs-filter .arrows .arrow.arrow-next {
  right: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .jobs-filter .arrows .arrow.arrow-prev {
    left: 25px;
  }
  .jobs-filter .arrows .arrow.arrow-next {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .jobs-filter {
    padding: 0 35px;
  }
  .jobs-filter .slick-slide {
    padding: 5px;
  }
  .jobs-filter .slick-item .btn {
    width: 100%;
    margin: 0;
  }
  .jobs-filter .slick-item .btn .btn-inner {
    font-size: 16px;
  }
  .jobs-filter .slick-item .btn:hover {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  }
  .jobs-filter .slick-item .btn:hover .btn-inner {
    font-size: 17px;
  }
  .jobs-filter .slick-current .slick-item .btn, .jobs-filter .slick-current-custom .slick-item .btn {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  }
  .jobs-filter .slick-current .slick-item .btn .btn-inner, .jobs-filter .slick-current-custom .slick-item .btn .btn-inner {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .jobs-filter {
    padding: 0 25px;
  }
  .jobs-filter .slick-item .btn .btn-inner {
    font-size: 14px;
    line-height: 1.25;
  }
  .jobs-filter .slick-item .btn:hover .btn-inner {
    font-size: 15px;
  }
  .jobs-filter .slick-current .slick-item .btn .btn-inner, .jobs-filter .slick-current-custom .slick-item .btn .btn-inner {
    font-size: 15px;
  }
  .jobs-filter .arrows .arrow svg {
    width: 15px;
    height: 30px;
  }
}

.jobs-list {
  max-width: 1160px;
  margin: 0 auto;
}
.jobs-list ul {
  margin: -17.5px -12.5px;
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .jobs-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.jobs-list .btn-view:not(.btn-circle) {
  width: 100px;
  height: 36px;
  border-radius: 36px;
  padding: 0 15px 0 20px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  color: #B3B3B3;
  -moz-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.jobs-list .btn-view:not(.btn-circle) .btn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.jobs-list .btn-view:not(.btn-circle)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-linear-gradient(left, #ED1C24, #F47920);
  background-image: -moz-linear-gradient(left, #ED1C24, #F47920);
  background-image: -o-linear-gradient(left, #ED1C24, #F47920);
  background-image: -ms-linear-gradient(left, #ED1C24, #F47920);
  background-image: linear-gradient(to right, #ED1C24, #F47920);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.jobs-list .btn-view:not(.btn-circle):hover {
  color: #ffffff;
  border-color: transparent;
}
.jobs-list .btn-view:not(.btn-circle):hover::before {
  opacity: 1;
}
.jobs-list .btn-view.btn-circle {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  color: #B2B2B2;
  text-decoration: none;
  -moz-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.jobs-list .btn-view.btn-circle:hover {
  color: #ffffff;
  background-color: #ED1C24;
  border-color: #ED1C24;
}
.jobs-list .list-item {
  margin: 0 !important;
  padding: 17.5px 12.5px;
}
.jobs-list .list-item::before, .jobs-list .list-item::after {
  display: none;
}
.jobs-list .list-item .list-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  min-height: 240px;
  background: #FBF6E0;
  margin: 0;
  padding: 45px 40px;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 36px;
  border-bottom-right-radius: 36px;
  overflow: hidden;
  -moz-transition-property: background-color, border-color, box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  -webkit-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
}
.jobs-list .list-item .list-item-inner::before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: none;
  background-color: transparent;
  background-image: url("../styles/images/static/recruit/jobs/item-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .jobs-list .list-item .list-item-inner::before {
    background-image: url("../styles/images/static/recruit/jobs/item-bg_2x.png");
  }
}
.jobs-list .list-item .list-item-inner::after {
  display: none;
}
.jobs-list .list-item .content .category {
  font-size: 16px;
  color: #888888;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.jobs-list .list-item .content .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.jobs-list .list-item .content + .button {
  border-top: none;
}
.jobs-list .list-item .button {
  text-align: left;
}
.jobs-list .list-item.hovered {
  background-color: transparent;
}
.jobs-list .list-item.hovered .list-item-inner {
  background-color: #FDF1F1;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.jobs-list .list-item.hovered .list-item-inner::before {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jobs-list .list-item.hovered .content .category {
  color: #ED1C24;
}
@media screen and (min-width: 768px) {
  .jobs-list .list-item {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 991px) {
  .jobs-list .list-item .list-item-inner {
    min-height: 200px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .jobs-list .list-item {
    width: 50%;
  }
}

.job-head .title {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .job-head {
    padding-top: 25px;
  }
}

.job-body .banner {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .job-body .banner {
    margin: 0 -20px 25px;
  }
}

.intern-section {
  padding-bottom: 310px;
  background-image: url("../styles/images/static/recruit/intern/section-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.intern-section::before, .intern-section::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 494px;
  height: 443px;
  background-size: cover;
  background-image: url("../styles/images/static/recruit/jobs/section01-top.png");
}
.intern-section::before {
  left: 0;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.intern-section::after {
  right: 0;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: scaleX(-1) translateX(100%);
  -o-transform: scaleX(-1) translateX(100%);
  -ms-transform: scaleX(-1) translateX(100%);
  -webkit-transform: scaleX(-1) translateX(100%);
  transform: scaleX(-1) translateX(100%);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .intern-section::before, .intern-section::after {
    background-image: url("../styles/images/static/recruit/jobs/section01-top_2x.png");
  }
}
.intern-section .intern-info + .intern-info {
  margin-top: 100px;
}
.intern-section .intern-info .pic + .desc-box {
  margin-top: 40px;
}
.intern-section .intern-info .desc-box .box-title {
  padding-bottom: 25px;
}
.intern-section .intern-info .desc-box .box-title + .box-content {
  margin-top: 30px;
}
.intern-section .intern-info .desc-box .box-content table td {
  line-height: 2;
  letter-spacing: 0.05em;
}
.intern-section .intern-info .desc-box .box-content table td:first-child {
  padding-right: 2.5em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.intern-section .intern-info .desc-box .box-content table tr + tr td {
  padding-top: 10px;
}
@media screen and (max-width: 1199px) {
  .intern-section::before {
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .intern-section::after {
    -moz-transform: scale(-0.75, 0.75) translateX(100%);
    -o-transform: scale(-0.75, 0.75) translateX(100%);
    -ms-transform: scale(-0.75, 0.75) translateX(100%);
    -webkit-transform: scale(-0.75, 0.75) translateX(100%);
    transform: scale(-0.75, 0.75) translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  .intern-section::before {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .intern-section::after {
    -moz-transform: scale(-0.5, 0.5) translateX(100%);
    -o-transform: scale(-0.5, 0.5) translateX(100%);
    -ms-transform: scale(-0.5, 0.5) translateX(100%);
    -webkit-transform: scale(-0.5, 0.5) translateX(100%);
    transform: scale(-0.5, 0.5) translateX(100%);
  }
}
@media screen and (max-width: 575px) {
  .intern-section::before {
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .intern-section::after {
    -moz-transform: scale(-0.4, 0.4) translateX(100%);
    -o-transform: scale(-0.4, 0.4) translateX(100%);
    -ms-transform: scale(-0.4, 0.4) translateX(100%);
    -webkit-transform: scale(-0.4, 0.4) translateX(100%);
    transform: scale(-0.4, 0.4) translateX(100%);
  }
}
@media screen and (max-width: 991px) {
  .intern-section .intern-info + .intern-info {
    margin-top: 75px;
  }
  .intern-section .intern-info .pic + .desc-box {
    margin-top: 25px;
  }
  .intern-section .intern-info .desc-box .box-title {
    padding-bottom: 20px;
  }
  .intern-section .intern-info .desc-box .box-title + .box-content {
    margin-top: 25px;
  }
  .intern-section .intern-info .desc-box .box-content table td {
    line-height: 1.75;
  }
}
@media screen and (max-width: 479px) {
  .intern-section {
    padding-bottom: 50vw;
    background-size: 75vw auto;
  }
  .intern-section .intern-info + .intern-info {
    margin-top: 50px;
  }
  .intern-section .intern-info .pic {
    margin-left: -20px;
    margin-right: -20px;
  }
  .intern-section .intern-info .pic + .desc-box {
    margin-top: 20px;
  }
  .intern-section .intern-info .desc-box .box-title {
    padding-bottom: 15px;
  }
  .intern-section .intern-info .desc-box .box-title + .box-content {
    margin-top: 20px;
  }
  .intern-section .intern-info .desc-box .box-content table td {
    line-height: 1.5;
  }
  .intern-section .intern-info .desc-box .box-content table td:first-child {
    padding-right: 1.5em;
  }
  .intern-section .intern-info .desc-box .box-content ol, .intern-section .intern-info .desc-box .box-content ul {
    margin-top: 10px !important;
  }
  .intern-section .intern-info .desc-box .box-content ul:not(.ns) {
    margin-left: 0;
  }
}

/* ------------------------------------------
 * *  privacy
 * * -----------------------------------------*/
#privacy-editor {
  font-size: 16px;
  text-align: justify;
}
#privacy-editor .privacy-body {
  margin-top: 35px;
}
#privacy-editor .privacy-body section + section {
  margin-top: 55px;
}
#privacy-editor .privacy-body .title {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
}
#privacy-editor .privacy-body .txt ul {
  list-style: none;
  margin-left: 1.25em;
}
#privacy-editor .privacy-body .txt ul li {
  position: relative;
}
#privacy-editor .privacy-body .txt ul li + li {
  margin-top: 5px;
}
#privacy-editor .privacy-body .txt ul li::before {
  content: "";
  position: absolute;
  top: 12.5px;
  left: -1.25em;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ED1C24;
}
@media screen and (max-width: 479px) {
  #privacy-editor .privacy-body {
    margin-top: 25px;
  }
  #privacy-editor .privacy-body section + section {
    margin-top: 25px;
  }
  #privacy-editor .privacy-body .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

/* -------------------------------------------
 * *  search
 * * ------------------------------------------ */
[data-page=search] .hero {
  background-image: url("images/static/search/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}
[data-page=search] .hero .hero-search {
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  [data-page=search] .hero .hero-search {
    margin-top: 25px;
  }
}
@media screen and (max-width: 479px) {
  [data-page=search] .hero .hero-search {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  [data-page=search] .hero .hero-search .search-bar {
    height: 60px;
    border-radius: 60px;
  }
  [data-page=search] .hero .hero-search .search-bar .btn {
    width: 55px;
  }
}

.search-bar {
  position: relative;
  display: block;
  height: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px solid #E5E5E5;
  overflow: hidden;
}
.search-bar input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 45px 0 20px;
}
.search-bar .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  color: #ED1C24;
}

.search-head {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  border-bottom: 3px solid #ED1C24;
}
@media screen and (max-width: 767px) {
  .search-head {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .search-head {
    font-size: 20px;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

.search-result {
  margin-top: 25px;
}
.search-result .list-item {
  border-bottom: 1px solid #E8E8E8;
}
.search-result .list-item a {
  display: block;
  padding: 25px 15px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.search-result .list-item a:hover {
  background-color: #FAFAFA;
}
.search-result .list-item .item-path {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.search-result .list-item .item-path ul li {
  display: inline-block;
}
.search-result .list-item .item-path ul li:last-child {
  color: #ED1C24;
}
.search-result .list-item .item-path ul li + li::before {
  content: "";
  font-family: "icomoon";
  color: #000000;
}
.search-result .list-item .item-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-overflow: ellipsis;
  color: #4D4D4D;
}
@media screen and (max-width: 479px) {
  .search-result {
    margin-top: 15px;
  }
  .search-result .list-item a {
    padding: 15px 0;
  }
  .search-result .list-item .item-path {
    font-size: 18px;
  }
  .search-result .list-item .item-summary {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
