@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}
@media only screen and (max-width: 1700px) {
  html {
    zoom: 0.9;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    zoom: 0.7;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    zoom: 1;
  }
}

body {
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #707070;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

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

div {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

button {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

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

.anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -45px;
  }
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

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

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

.fw600-semi-bold {
  font-weight: 600;
}

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

.fw800-extra-bold {
  font-weight: 800;
}

.fw900-black {
  font-weight: 900;
}

.color-orange {
  color: #FF7B23;
}

.color-white {
  color: #fff;
}

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

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  header .header {
    padding: 0 5%;
  }
}
header .header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-left a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a.logo {
    width: 150px;
  }
}
header .header .header-left a.swith {
  margin-left: 20px;
  line-height: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a.swith {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-right .menu ul li {
  position: relative;
  padding: 20px 0;
}
header .header .header-right .menu ul li + li {
  margin-left: 25px;
}
header .header .header-right .menu ul li.dropdown:hover .dropdown-content {
  width: auto;
  opacity: 1;
  visibility: visible;
  top: 60px;
}
header .header .header-right .menu ul li a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
}
header .header .header-right .menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 50px;
  left: -25px;
  z-index: 8;
  background-color: rgba(42, 42, 42, 0.93);
  border-radius: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header .header-right .menu ul li .dropdown-content li {
  margin-left: 0;
  padding: 0;
}
header .header .header-right .menu ul li .dropdown-content li + li {
  border-top: 1px solid #404040;
}
header .header .header-right .menu ul li .dropdown-content li a {
  display: block;
  font-weight: 300;
  padding: 15px 25px;
  white-space: nowrap;
}
header .header .header-right .menu ul li .dropdown-content li a.dropdown-submn-service-01 {
  padding-bottom: 0;
}
header .header .header-right .menu ul li .dropdown-content li a:hover {
  opacity: 1;
  color: #FF7B23;
}
header .header .header-right .menu ul li .dropdown-content li ul.sub-data-service {
  padding-left: 35px;
  display: block;
}
header .header .header-right .menu ul li .dropdown-content li ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding: 13px 0 10px 10px;
}
header .header .header-right .menu ul li .dropdown-content li ul li a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 8;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FF7B23;
}
header .header .header-right .menu ul li .dropdown-content li ul li a:hover {
  opacity: 1;
  color: #FF7B23;
}
header .header .header-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}
header .header .header-right .lang {
  margin-left: 25px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  header .header .header-right .lang {
    margin-left: 20px;
  }
}
header .header .header-right .lang a {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
}
header .header .header-right .lang a.lang-current {
  position: relative;
  z-index: 9;
}
header .header .header-right .lang a.lang-current.active {
  color: #fff;
  background-color: #FF7B23;
  border-color: #FF7B23;
}
header .header .header-right .lang a.lang-switch {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}
header .header .header-right .lang a.lang-switch.active {
  opacity: 1;
  visibility: visible;
  bottom: -43px;
}

.bar-icon {
  position: relative;
}
.bar-icon:hover {
  opacity: 1;
}
.bar-icon .bar1, .bar-icon .bar2, .bar-icon .bar3 {
  width: 33px;
  height: 1px;
  background-color: #fff;
  margin: 9px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .bar1 {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
.open .bar2 {
  opacity: 0;
  background-color: #fff;
}
.open .bar3 {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07,
.active-mn-08 .mn-08,
.active-mn-09 .mn-09 {
  color: #FF7B23 !important;
}

.active-submn-about-01 .dropdown-submn-about-01,
.active-submn-about-02 .dropdown-submn-about-02,
.active-submn-about-03 .dropdown-submn-about-03,
.active-submn-about-04 .dropdown-submn-about-04,
.active-submn-about-05 .dropdown-submn-about-05,
.active-submn-about-06 .dropdown-submn-about-06 {
  color: #FF7B23 !important;
}

.active-submn-service-01 .dropdown-submn-service-01,
.active-submn-service-02 .dropdown-submn-service-02,
.active-submn-service-03 .dropdown-submn-service-03,
.active-submn-service-04 .dropdown-submn-service-04,
.active-submn-service-05 .dropdown-submn-service-05,
.active-submn-service-06 .dropdown-submn-service-06,
.active-submn-service-07 .dropdown-submn-service-07 {
  color: #FF7B23 !important;
}

.active-submn-sustainabillty-01 .dropdown-submn-sustainabillty-01,
.active-submn-sustainabillty-02 .dropdown-submn-sustainabillty-02,
.active-submn-sustainabillty-03 .dropdown-submn-sustainabillty-03 {
  color: #FF7B23 !important;
}

.active-submn-news-01 .dropdown-submn-news-01,
.active-submn-news-02 .dropdown-submn-news-02,
.active-submn-news-03 .dropdown-submn-news-03 {
  color: #FF7B23 !important;
}

.active-submn-articles-01 .dropdown-submn-articles-01,
.active-submn-articles-02 .dropdown-submn-articles-02,
.active-submn-articles-03 .dropdown-submn-articles-03 {
  color: #FF7B23 !important;
}

.active-subcat-01 .subcat-01,
.active-subcat-02 .subcat-02 {
  color: #6B6C6F !important;
}

.sub-cat {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  .sub-cat {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .sub-cat {
    margin-bottom: 30px;
  }
}
.sub-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-cat ul li {
  position: relative;
}
.sub-cat ul li + li {
  margin-left: 25px;
  padding-left: 26px;
}
.sub-cat ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 1px;
  height: 30px;
  background-color: #B4B4B4;
}
.sub-cat ul li a {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #B4B4B4;
}
@media only screen and (max-width: 1100px) {
  .sub-cat ul li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .sub-cat ul li a {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .sub-cat ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 12;
  background-color: #343434;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 100px 0 0 0;
  overflow: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1100px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.menu-responsive nav ul li {
  border-top: 1px solid #565656;
}
.menu-responsive nav ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  color: #fff;
}
.menu-responsive nav ul li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}
.menu-responsive nav ul li a.toggle-btn.active {
  color: #FF7B23;
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}
.menu-responsive nav ul li .toggle-content {
  padding: 10px 0;
  background-color: #4E4D4D;
}
.menu-responsive nav ul li .toggle-content li {
  border-top: 0;
}
.menu-responsive nav ul li .toggle-content li a {
  padding: 5px 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #fff;
}
.menu-responsive nav ul li .toggle-content li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
.menu-responsive nav ul li .toggle-content li a.toggle-btn.active {
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
.menu-responsive nav ul li .toggle-content li a.dropdown-submn-service-01 {
  padding-bottom: 0;
}
.menu-responsive nav ul li .toggle-content li .toggle-content {
  background-color: #B4B4B4;
}
.menu-responsive nav ul li .toggle-content li .toggle-content li a {
  font-weight: 300;
}
.menu-responsive nav ul.sub-data-service {
  padding-left: 30px;
  display: block;
}
.menu-responsive nav ul.sub-data-service li a {
  display: block;
  font-size: 1.3rem !important;
  position: relative;
  padding-left: 10px !important;
}
.menu-responsive nav ul.sub-data-service li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 8;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FF7B23;
}
.menu-responsive nav ul.sub-data-service li a:hover {
  opacity: 1;
  color: #FF7B23;
}

.toggle-content {
  display: none;
}

/* Wrapper */
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb30 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 20px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 20px;
  }
}
.txthead-box .fz45 {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz45 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz45 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz35 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.txthead-box .fz35.with-icon span {
  bottom: -2px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz35.with-icon span {
    bottom: -6px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz35.with-icon span {
    bottom: -2px;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box .with-icon {
  position: relative;
  display: inline;
  padding-right: 75px;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .with-icon {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .with-icon {
    padding-right: 55px;
  }
}
.txthead-box .with-icon span {
  position: absolute;
  bottom: 4px;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .txthead-box .with-icon span {
    width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .with-icon span {
    width: 40px;
    bottom: 0;
  }
}
.txthead-box .center {
  text-align: center;
}

.btn-box.dis-table {
  display: table;
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .btn-box.mt40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .btn-box.mt40 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt40 {
    margin-top: 20px;
  }
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-page {
  margin-top: 60px;
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-page ul li {
  margin: 0 8px;
}
.btn-page ul li.no a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: #6B6C6F;
  background-color: #fff;
  border-radius: 5px;
}
.btn-page ul li.no a.current {
  color: #fff;
  background-color: #FF7B23;
}

.btn-share {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .btn-share {
    margin-top: 30px;
  }
}
.btn-share p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #929292;
  margin-right: 15px;
}
.btn-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-share ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .btn-share ul li + li {
    margin-left: 10px;
  }
}
.btn-share ul li a {
  display: block;
}
.btn-share ul li a span {
  display: block;
}
@media only screen and (max-width: 750px) {
  .btn-share ul li a span {
    max-width: 30px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  border-radius: 36px;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1100px) {
  .btn {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 360px) {
  .btn {
    font-size: 1.3rem;
  }
}
.btn.medium {
  height: 50px;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1100px) {
  .btn.medium {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .btn.medium {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.btn.orange {
  color: #fff;
  background-color: #FF7B23;
  border: 1px solid #FF7B23;
  position: relative;
  overflow: hidden;
}
.btn.orange span {
  position: relative;
  z-index: 8;
}
.btn.orange:hover {
  opacity: 1;
  color: #FF7B23;
}
.btn.orange:hover::before {
  height: 100%;
}
.btn.orange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.orange-border {
  color: #fff;
  border: 1px solid #FF7B23;
  position: relative;
  overflow: hidden;
}
.btn.orange-border span {
  position: relative;
  z-index: 8;
}
.btn.orange-border:hover {
  opacity: 1;
}
.btn.orange-border:hover::before {
  height: 100%;
}
.btn.orange-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #FF7B23;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.blue {
  color: #fff;
  background-color: #2C6FB2;
  border: 1px solid #2C6FB2;
  position: relative;
  overflow: hidden;
}
.btn.blue span {
  position: relative;
  z-index: 8;
}
.btn.blue:hover {
  opacity: 1;
  color: #2C6FB2;
}
.btn.blue:hover::before {
  height: 100%;
}
.btn.blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.grey {
  color: #fff;
  background-color: #B7BABB;
  border: 1px solid #B7BABB;
  position: relative;
  overflow: hidden;
}
.btn.grey span {
  position: relative;
  z-index: 8;
}
.btn.grey:hover {
  opacity: 1;
  color: #B7BABB;
}
.btn.grey:hover::before {
  height: 100%;
}
.btn.grey::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.w-auto {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .btn.w-auto {
    padding: 0 15px;
  }
}
.btn.w-100p {
  width: 100%;
}
.btn.w-120 {
  width: 100%;
  max-width: 120px;
}
.btn.w-150 {
  width: 100%;
  max-width: 150px;
}
.btn.w-170 {
  width: 100%;
  max-width: 170px;
}
.btn.w-420 {
  width: 100%;
  max-width: 420px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.icon-left span:first-child {
  margin-right: 8px;
}

.btn-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .btn-icon-left {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.btn-icon-left span {
  margin-right: 10px;
}
.btn-icon-left.dark {
  color: #6B6C6F;
}
.btn-icon-left.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.content-1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.content-1300 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.content-1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad-box-40 {
  padding: 3.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-40 {
    padding: 20px;
  }
}

.pad-box-r-40 {
  padding-right: 3.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-r-40 {
    padding-right: 20px;
  }
}

.pad-box-4050 {
  padding: 4% 4.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-4050 {
    padding: 20px;
  }
}

.pad-box-50 {
  padding: 4.5%;
}
@media only screen and (max-width: 750px) {
  .pad-box-50 {
    padding: 20px;
  }
}

.pad-box-5040 {
  padding: 4.5% 4%;
}
@media only screen and (max-width: 750px) {
  .pad-box-5040 {
    padding: 20px;
  }
}

.pad120 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad6080 {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad6080 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-scroll-down {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  z-index: 8;
  margin: auto;
  display: table;
  width: 34px;
  height: 49px;
  background-image: url("../images/commons/scroll-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 49px;
}
#mv .mv .mv-scroll-down::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  width: 17px;
  height: 19px;
  margin: auto;
  background-image: url("../images/commons/scroll-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 19px;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: auto;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes jumpInfinite {
  0% {
    top: 10px;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 10px;
  }
}
@keyframes jumpInfinite {
  0% {
    top: 10px;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 10px;
  }
}
.dot-orange {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 8;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dot-orange li {
  margin: 0 7px;
}
.dot-orange li.slick-active button {
  background-color: #FF7B23;
}
.dot-orange li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #D1D1D1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border-radius: 100%;
}

.slick-arrow {
  width: 36px !important;
  height: 36px !important;
  background-color: #929292;
  border-radius: 8px;
  color: transparent;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
}
.slick-arrow.slick-prev {
  right: 52px;
  background-image: url("../images/commons/btn-arrow-left.svg");
}
.slick-arrow.slick-next {
  background-image: url("../images/commons/btn-arrow-right.svg");
}

/* Service */
#service {
  background-image: url("../images/top/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
#service .service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #service .service .flex {
    display: block;
  }
}
#service .service .flex .left {
  width: 35%;
}
@media only screen and (max-width: 1100px) {
  #service .service .flex .left {
    width: 100%;
    max-width: 100%;
  }
}
#service .service .flex .left .content h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #FF7B23;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #service .service .flex .left .content h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .flex .left .content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#service .service .flex .right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  #service .service .flex .right {
    width: 100%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .flex .right {
    margin-top: 30px;
  }
}
#service .service .flex .right .service-slick {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #service .service .flex .right .service-slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4%;
  }
}
#service .service .flex .right .service-slick .item {
  padding: 0 19px;
}
@media only screen and (max-width: 1100px) {
  #service .service .flex .right .service-slick .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .flex .right .service-slick .item {
    padding: 0;
    width: 48%;
    margin-top: 4%;
  }
}
#service .service .flex .right .service-slick .item a {
  display: block;
  -webkit-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#service .service .flex .right .service-slick .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
#service .service .flex .right .service-slick .item a:hover {
  opacity: 1;
}
#service .service .flex .right .service-slick .item a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#service .service .flex .right .service-slick .item a:hover h4 {
  color: #FF7B23;
}
#service .service .flex .right .service-slick .item a .cover {
  position: relative;
  z-index: 7;
  overflow: hidden;
}
#service .service .flex .right .service-slick .item a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#service .service .flex .right .service-slick .item a h4 {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 9;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1100px) {
  #service .service .flex .right .service-slick .item a h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #service .service .flex .right .service-slick .item a h4 {
    bottom: 15px;
  }
}

/* Service Inner */
#service-inner .service .row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#service-inner .service .row.width {
  width: 90%;
  max-width: 1600px;
  padding: 80px 5%;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row.width {
    width: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row.width {
    padding: 30px;
  }
}
#service-inner .service .row.cover + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row.cover + .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row.cover + .row {
    margin-top: 20px;
  }
}
#service-inner .service .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row + .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row + .row {
    margin-top: 20px;
  }
}
#service-inner .service .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row.flex {
    display: block;
  }
}
#service-inner .service .row.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#service-inner .service .row.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#service-inner .service .row .col50 {
  width: 48.5%;
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col50 + .col50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row .col50 + .col50 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col50 + .col100 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row .col50 + .col100 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col50 {
    width: 100%;
  }
}
#service-inner .service .row .col50.right {
  margin-left: auto;
}
#service-inner .service .row .col100 {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col100 + .col50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row .col100 + .col50 {
    margin-top: 20px;
  }
}
#service-inner .service .row .col100.pad-l-50 {
  padding-left: 52%;
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col100.pad-l-50 {
    padding-left: 0;
  }
}
#service-inner .service .row .col100.pad-r-50 {
  padding-right: 52%;
}
@media only screen and (max-width: 850px) {
  #service-inner .service .row .col100.pad-r-50 {
    padding-right: 0;
  }
}
#service-inner .service .row .img-center-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#service-inner .service .row h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
#service-inner .service .row h4 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #FF7B23;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#service-inner .service .row p {
  text-align: justify;
}
#service-inner .service .row p + p {
  margin-top: 20px;
}
#service-inner .service .row p + h3 {
  margin-top: 20px;
}
#service-inner .service .row p + h4 {
  margin-top: 30px;
}
#service-inner .service .row p + ol {
  margin-top: 20px;
}
#service-inner .service .row p + ul {
  margin-top: 20px;
}
#service-inner .service .row .center {
  text-align: center;
}
#service-inner .service .row ol {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ol {
    margin-left: 0;
  }
}
#service-inner .service .row ol li {
  position: relative;
  padding-top: 5px;
  padding-left: 42px;
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row ol li {
    padding-left: 36px;
  }
}
#service-inner .service .row ol li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ol li + li {
    margin-top: 10px;
  }
}
#service-inner .service .row ol li span.no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #fff;
  background-color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row ol li span.no {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    top: 2px;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ol li span.no {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#service-inner .service .row ol li ul {
  margin-top: 15px;
  margin-left: 0;
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ol li ul {
    margin-top: 5px;
  }
}
#service-inner .service .row ol li ul li {
  padding-top: 0;
}
#service-inner .service .row ol li ul li + li {
  margin-top: 0;
}
#service-inner .service .row ul {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ul {
    margin-left: 0;
  }
}
#service-inner .service .row ul li {
  position: relative;
  padding-left: 17px;
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row ul li + li {
    margin-top: 10px;
  }
}
#service-inner .service .row ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#service-inner .service .row .hilight {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #FF7B23;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  #service-inner .service .row .hilight {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row .hilight {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #service-inner .service .row .hilight + p {
    margin-top: 10px;
  }
}

/* Catalog & Brochure */
#catalog .catalog-section .catalog-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  #catalog .catalog-section .catalog-list ul {
    margin-top: -30px;
  }
}
#catalog .catalog-section .catalog-list ul li {
  width: 25%; /* Changed from 33.33% to 25% to show 4 items per row */
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #catalog .catalog-section .catalog-list ul li {
    width: 33.33%; /* 3 items per row on medium-large screens */
  }
}
@media only screen and (max-width: 850px) {
  #catalog .catalog-section .catalog-list ul li {
    width: 50%; /* 2 items per row on medium screens */
  }
}
@media only screen and (max-width: 750px) {
  #catalog .catalog-section .catalog-list ul li {
    width: 100%; /* 1 item per row on small screens */
    margin-top: 30px;
  }
}
#catalog .catalog-section .catalog-list ul li .catalog-box {
  width: 100%;
  max-width: 270px; /* Slightly reduced from 296px to fit 4 items better */
  margin-left: auto;
  margin-right: auto;
}
#catalog .catalog-section .catalog-list ul li .catalog-box .catalog-cover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
#catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief {
    margin-top: 15px;
  }
}
#catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief h2 {
  font-size: 1.7rem; /* Slightly smaller font to fit 4 items */
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief h2 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
#catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief .catalog-button {
  margin-top: 10px;
}
#catalog .catalog-section .catalog-list ul li .catalog-box .catalog-brief .catalog-button a + a {
  margin-top: 12px;
}

/* ITEL Services */
#itel {
  background-image: url("../images/top/itel-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#itel .itel .intro p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #itel .itel .intro p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#itel .itel .itel-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #itel .itel .itel-list {
    margin-top: 40px;
  }
}
#itel .itel .itel-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #itel .itel .itel-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 750px) {
  #itel .itel .itel-list ul {
    display: block;
    margin-top: -4%;
  }
}
#itel .itel .itel-list ul li {
  width: 23.125%;
  padding: 25px 20px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1100px) {
  #itel .itel .itel-list ul li {
    width: 49%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 750px) {
  #itel .itel .itel-list ul li {
    width: 100%;
    margin-top: 4%;
  }
}
#itel .itel .itel-list ul li .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #itel .itel .itel-list ul li .icon img {
    width: 62px;
    height: auto;
  }
}
#itel .itel .itel-list ul li p {
  text-align: center;
  color: #fff;
}

/* AN */
#an {
  background-image: url("../images/top/an-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#an .an .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #an .an .flex {
    display: block;
  }
}
#an .an .flex .an-annual {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  #an .an .flex .an-annual {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#an .an .flex .an-annual .cover {
  width: 50%;
  padding: 0 25px;
}
@media only screen and (max-width: 1100px) {
  #an .an .flex .an-annual .cover {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  #an .an .flex .an-annual .cover {
    width: 40%;
    padding: 0;
  }
}
#an .an .flex .an-annual .cover img {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
#an .an .flex .an-annual .text {
  width: 50%;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #an .an .flex .an-annual .text {
    width: 48%;
  }
}
@media only screen and (max-width: 750px) {
  #an .an .flex .an-annual .text {
    width: 54%;
  }
}
#an .an .flex .an-annual .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  #an .an .flex .an-annual .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#an .an .flex .an-annual .text .button {
  margin-top: 20px;
}
#an .an .flex .an-annual .text .button a + a {
  margin-top: 15px;
}
#an .an .flex .an-news {
  width: 48%;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #an .an .flex .an-news {
    width: 100%;
    margin-top: 80px;
  }
}
#an .an .flex .an-news .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#an .an .flex .an-news .ttl .btn-box {
  margin-top: 10px;
}
@media only screen and (max-width: 850px) {
  #an .an .flex .an-news .ttl .btn-box {
    display: none;
  }
}
#an .an .flex .an-news .news-list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#an .an .flex .an-news .news-list ul li {
  width: 48%;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  #an .an .flex .an-news .news-list ul li {
    width: 100%;
  }
}
#an .an .flex .an-news .news-list ul li a .brief .date {
  color: #ccc;
}
#an .an .flex .an-news .news-list ul li a .brief h3 {
  color: #fff;
}

/* Sustain */
#sustain {
  background-image: url("../images/top/sustain-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#sustain .sustain .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex {
    display: block;
  }
}
#sustain .sustain .flex .left {
  width: 30%;
  padding-right: 4%;
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex .left {
    width: 100%;
    padding-right: 0;
  }
}
#sustain .sustain .flex .right {
  width: 66%;
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex .right {
    width: 100%;
    margin-top: 5%;
  }
}
#sustain .sustain .flex .right .sustain-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex .right .sustain-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  #sustain .sustain .flex .right .sustain-list ul {
    display: block;
  }
}
#sustain .sustain .flex .right .sustain-list ul li {
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex .right .sustain-list ul li {
    margin-left: 0;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  #sustain .sustain .flex .right .sustain-list ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  #sustain .sustain .flex .right .sustain-list ul li + li {
    margin-top: 20px;
  }
}
#sustain .sustain .flex .right .sustain-list ul li a {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
#sustain .sustain .flex .right .sustain-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
#sustain .sustain .flex .right .sustain-list ul li a:hover {
  opacity: 1;
}
#sustain .sustain .flex .right .sustain-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#sustain .sustain .flex .right .sustain-list ul li a:hover h3 {
  color: #FF7B23;
}
#sustain .sustain .flex .right .sustain-list ul li a .cover {
  position: relative;
  z-index: 7;
  overflow: hidden;
}
#sustain .sustain .flex .right .sustain-list ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#sustain .sustain .flex .right .sustain-list ul li a h3 {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 9;
  min-height: 50px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1100px) {
  #sustain .sustain .flex .right .sustain-list ul li a h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #sustain .sustain .flex .right .sustain-list ul li a h3 {
    min-height: auto;
  }
}

/* About Top */
#about-top {
  background-image: url("../images/top/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about-top .about-top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about-top .about-top .flex .about-top-video {
  width: 47.5%;
}
@media only screen and (max-width: 850px) {
  #about-top .about-top .flex .about-top-video {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about-top .about-top .flex .about-top-video {
    margin-bottom: 10px;
  }
}
#about-top .about-top .flex .about-top-video a {
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#about-top .about-top .flex .about-top-video a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: table;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url("../images/top/about-video-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #about-top .about-top .flex .about-top-video a::before {
    width: 50px;
    height: 50px;
  }
}
#about-top .about-top .flex .about-top-video a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #00345A;
}
#about-top .about-top .flex .about-top-video a img {
  width: 100%;
  height: auto;
}
#about-top .about-top .flex .text {
  width: 47.5%;
}
@media only screen and (max-width: 850px) {
  #about-top .about-top .flex .text {
    width: 100%;
  }
}
#about-top .about-top .flex .text .content h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #FF7B23;
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #about-top .about-top .flex .text .content h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-top .about-top .flex .text .content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}

/* News */
#news {
  background-color: #fff;
}

.news-list .select-year {
  padding: 0 17px;
}
@media only screen and (max-width: 750px) {
  .news-list .select-year {
    padding: 0;
  }
}
.news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  .news-list ul {
    display: block;
    margin-top: 0;
  }
}
.news-list ul li {
  width: 25%;
  margin-top: 50px;
  padding: 0 17px;
}
@media only screen and (max-width: 750px) {
  .news-list ul li + li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .news-list ul li {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .news-list ul li {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}
.news-list ul li a {
  display: block;
  width: 100%;
}
.news-list ul li a:hover {
  opacity: 1;
}
.news-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list ul li a:hover .brief h3 {
  color: #FF7B23;
}
.news-list ul li a .cover {
  border-radius: 8px;
  overflow: hidden;
}
.news-list ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.news-list ul li a .brief {
  margin-top: 15px;
}
.news-list ul li a .brief .date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #929292;
  margin-bottom: 10px;
}
.news-list ul li a .brief h3 {
  font-weight: 300;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.news-detail .ttl {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail .ttl .cover {
  border-radius: 8px;
  overflow: hidden;
}
.news-detail .ttl .button-date {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .news-detail .ttl .button-date {
    display: block;
    margin-bottom: 20px;
  }
}
.news-detail .ttl .button-date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail .ttl .button-date ul li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .news-detail .ttl .button-date ul li + li {
    margin-left: 20px;
  }
}
.news-detail .ttl .button-date ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #929292;
}
.news-detail .ttl .button-date ul li a span {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .news-detail .ttl .button-date ul li a span {
    margin-right: 8px;
    width: 30px;
  }
}
.news-detail .ttl .button-date .date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #929292;
}
@media only screen and (max-width: 750px) {
  .news-detail .ttl .button-date .date {
    margin-top: 20px;
  }
}
.news-detail .ttl h3 {
  margin-top: 20px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .news-detail .ttl h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .news-detail .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .ttl h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.news-detail .des {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .news-detail .des {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .news-detail .des {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .news-detail .des {
    margin-top: 15px;
  }
}
.news-detail .des p + p {
  margin-top: 25px;
}

#news-inner .news-inner .intro {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .intro {
    margin-bottom: 30px;
  }
}
#news-inner .news-inner .intro p {
  text-align: center;
}
#news-inner .news-itel .catalog-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-itel .catalog-list ul {
    margin-top: -30px;
  }
}
#news-inner .news-itel .catalog-list ul li {
  width: 25%;
  padding: 0 2.5%;
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #news-inner .news-itel .catalog-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-itel .catalog-list ul li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
#news-inner .news-itel .catalog-list ul li .box {
  width: 100%;
  max-width: 296px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#news-inner .news-itel .catalog-list ul li .box .cover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
#news-inner .news-itel .catalog-list ul li .box .brief {
  margin-top: 15px;
}
#news-inner .news-itel .catalog-list ul li .box .brief .text .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news-inner .news-itel .catalog-list ul li .box .brief .text .topic h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #news-inner .news-itel .catalog-list ul li .box .brief .text .topic h3 {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
#news-inner .news-itel .catalog-list ul li .box .brief .text .topic .date {
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #929292;
}
#news-inner .news-itel .catalog-list ul li .box .brief .text p {
  margin-top: 5px;
  text-align: center;
}
#news-inner .news-itel .catalog-list ul li .box .brief .button {
  margin-top: 15px;
}
#news-inner .news-itel .catalog-list ul li .box .brief .button a + a {
  margin-top: 12px;
}

/* MV Inner */
#mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 850px) {
  #mv-inner {
    height: 300px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner {
    height: 200px;
  }
}
#mv-inner.bg-about {
  background-image: url("../images/about/mv-about.jpg");
}
#mv-inner.bg-about-major {
  background-image: url("../images/about/mv-major.jpg");
}
#mv-inner.bg-about-policy {
  background-image: url("../images/about/mv-policy.jpg");
}
#mv-inner.bg-service-domestic {
  background-image: url("../images/service/mv-domestic.jpg");
}
#mv-inner.bg-service-international {
  background-image: url("../images/service/mv-inter.jpg");
}
#mv-inner.bg-service-data-center {
  background-image: url("../images/service/mv-data-center.jpg");
}
#mv-inner.bg-service-network {
  background-image: url("../images/service/mv-network.jpg");
}
#mv-inner.bg-service-published {
  background-image: url("../images/service/mv-service-published.jpg");
}
#mv-inner.bg-sustain-business {
  background-image: url("../images/sustainabillty/mv-business.jpg");
}
#mv-inner.bg-sustain-csr {
  background-image: url("../images/sustainabillty/mv-csr.jpg");
}
#mv-inner.bg-sustain-documents {
  background-image: url("../images/sustainabillty/mv-documents.jpg");
}
#mv-inner.bg-news {
  background-image: url("../images/news/mv-news.jpg");
}
#mv-inner.bg-news-release {
  background-image: url("../images/news/mv-news-release.jpg");
}
#mv-inner.bg-news-itel {
  background-image: url("../images/news/mv-news-itel.jpg");
}
#mv-inner.bg-articles {
  background-image: url("../images/articles/mv-articles.jpg");
}
#mv-inner.bg-careers {
  background-image: url("../images/careers/mv-careers.jpg");
}
#mv-inner.bg-contact {
  background-image: url("../images/contact/mv-contact.jpg");
}

/* Container */
#container {
  padding-top: 100px;
}
#container.bg-inner-top {
  background-image: url("../images/commons/container-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 894px 428px;
  background-color: #F5F5F5;
}
#container.about-bg {
  background-image: url("../images/about/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFF;
}
#container.service-bg {
  background-image: url("../images/service/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFF;
}
#container.sustainabillty-bg {
  background-image: url("../images/sustainabillty/sustainabillty-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFF;
}
#container.news-bg {
  background-image: url("../images/news/news-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #FFF;
}
#container .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex {
    display: block;
  }
}
#container .content-flex .col-left {
  width: 320px;
  min-width: 320px;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex .col-left {
    display: none;
  }
}
#container .content-flex .col-left.w50 {
  display: block !important;
  width: 50%;
  min-width: auto;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex .col-left.w50 {
    width: 100%;
    padding-right: 0;
  }
}
#container .content-flex .col-left .submn ul {
  border-radius: 8px;
  overflow: hidden;
}
#container .content-flex .col-left .submn ul li + li {
  border-top: 1px solid #A4A4A4;
}
#container .content-flex .col-left .submn ul li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #747373;
}
#container .content-flex .col-left .submn ul li a span {
  width: 32px;
  min-width: 32px;
  margin-right: 12px;
}
#container .content-flex .col-left .submn ul li a.toggle-btn {
  background-image: url("../images/commons/icon-submn-toggle-close.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
#container .content-flex .col-left .submn ul li a.toggle-btn.active {
  background-image: url("../images/commons/icon-submn-toggle-open.svg");
}
#container .content-flex .col-left .submn ul li .toggle-content {
  display: none;
  background-color: #fff;
  padding-left: 54px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container .content-flex .col-left .submn ul li .toggle-content li {
  position: relative;
}
#container .content-flex .col-left .submn ul li .toggle-content li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#container .content-flex .col-left .submn ul li .toggle-content li + li {
  border-top-color: #E3E3E3;
}
#container .content-flex .col-left .submn ul li .toggle-content li a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #A4A4A4;
  padding: 12px 0;
  display: block;
  background-color: transparent;
}
#container .content-flex .col-right {
  width: 100%;
  padding-left: 6%;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex .col-right {
    padding-left: 0;
  }
}
#container .content-flex .col-right.w50 {
  width: 50%;
  min-width: auto;
  padding-left: 0;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex .col-right.w50 {
    width: 100%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #container .content-flex .col-right.w50 {
    margin-top: 30px;
  }
}
#container .content-flex .col-right .col-right-row + .col-right-row {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #container .content-flex .col-right .col-right-row + .col-right-row {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #container .content-flex .col-right .col-right-row + .col-right-row {
    margin-top: 30px;
  }
}

/* Breadcrumb */
#breadcrumb {
  margin-bottom: 50px;
  padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
  #breadcrumb {
    margin-bottom: 25px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6B6C6F;
  position: relative;
}
#breadcrumb .breadcrumb ul li + li {
  padding-left: 24px;
}
#breadcrumb .breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 8;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #FF7B23;
}
#breadcrumb .breadcrumb ul li a {
  color: #929292;
}

.main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .main-flex {
    display: block;
  }
}
.main-flex .left {
  width: 34%;
  padding-right: 4%;
}
@media only screen and (max-width: 1100px) {
  .main-flex .left {
    width: 100%;
    padding-right: 0;
  }
}
.main-flex .left h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 300;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .main-flex .left h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
  }
}
.main-flex .right {
  width: 66%;
}
@media only screen and (max-width: 1100px) {
  .main-flex .right {
    width: 100%;
    margin-top: 5%;
  }
}
.main-flex .right .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-flex .right .menu-list ul.col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul.col3 {
    margin-top: 0;
  }
}
.main-flex .right .menu-list ul.col3 li {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .main-flex .right .menu-list ul.col3 li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul.col3 li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul {
    display: block;
  }
}
.main-flex .right .menu-list ul li {
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-flex .right .menu-list ul li {
    margin-left: 0;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul li {
    padding: 0;
  }
}
.main-flex .right .menu-list ul li .box {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
.main-flex .right .menu-list ul li .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.main-flex .right .menu-list ul li .box:hover {
  opacity: 1;
}
.main-flex .right .menu-list ul li .box:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-flex .right .menu-list ul li .box:hover .mainmenu h3 {
  color: #FF7B23;
}
.main-flex .right .menu-list ul li .box:hover .mainmenu .submenu {
  opacity: 1;
  visibility: visible;
}
.main-flex .right .menu-list ul li .box:hover .mainmenu .submenu.aboutus {
  height: 135px;
}
.main-flex .right .menu-list ul li .box:hover .mainmenu .submenu.policy {
  height: 100px;
}
.main-flex .right .menu-list ul li .box:hover .mainmenu .submenu.domestic {
  height: 185px;
}
.main-flex .right .menu-list ul li .box:hover .mainmenu .submenu.international {
  height: 80px;
}
.main-flex .right .menu-list ul li .box .cover {
  position: relative;
  z-index: 7;
  overflow: hidden;
}
.main-flex .right .menu-list ul li .box .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.main-flex .right .menu-list ul li .box .mainmenu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.main-flex .right .menu-list ul li .box .mainmenu h3 {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 1100px) {
  .main-flex .right .menu-list ul li .box .mainmenu h3 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .main-flex .right .menu-list ul li .box .mainmenu h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.main-flex .right .menu-list ul li .box .mainmenu h3 a {
  color: #fff;
}
.main-flex .right .menu-list ul li .box .mainmenu h3 a:hover {
  opacity: 1;
  color: #FF7B23;
}
.main-flex .right .menu-list ul li .box .mainmenu .submenu {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.main-flex .right .menu-list ul li .box .mainmenu .submenu a {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding-left: 13px;
}
@media only screen and (max-width: 1100px) {
  .main-flex .right .menu-list ul li .box .mainmenu .submenu a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.main-flex .right .menu-list ul li .box .mainmenu .submenu a + a {
  margin-top: 15px;
}
.main-flex .right .menu-list ul li .box .mainmenu .submenu a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 8;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FF7B23;
}
@media only screen and (max-width: 750px) {
  .main-flex .right .menu-list ul li .box .mainmenu .submenu a::before {
    top: 5px;
  }
}
.main-flex .right .menu-list ul li .box .mainmenu .submenu a:hover {
  opacity: 1;
  color: #FF7B23;
}
.main-flex .right .menu-list ul li a.box:hover .mainmenu h3 {
  color: #FF7B23;
}

/* About */
#about .vision .row-vision .row {
  padding: 50px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row {
    padding: 4%;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row {
    padding: 40px 20px;
  }
}
#about .vision .row-vision .row + .row {
  margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row + .row {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row + .row {
    margin-top: 20px;
  }
}
#about .vision .row-vision .row.vision {
  background-image: url("../images/about/vision/vision-bg.jpg");
}
#about .vision .row-vision .row.vision .box {
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(254, 254, 254, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(254, 254, 254, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fefefe", GradientType=1 );
}
#about .vision .row-vision .row.vision .box .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#about .vision .row-vision .row.vision .box .text ul li + li {
  border-top: 1px solid #B7BABB;
  margin-top: 20px;
  padding-top: 20px;
}
#about .vision .row-vision .row.vision .box .text ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #fff;
  background-color: #FF7B23;
  border-radius: 100%;
  margin-right: 12px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row.vision .box .text ul li span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
#about .vision .row-vision .row.vision .box .text ul li p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  margin-top: 7px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row.vision .box .text ul li p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 4px;
  }
}
#about .vision .row-vision .row.mission {
  background-image: url("../images/about/vision/mission-bg.jpg");
}
#about .vision .row-vision .row.mission .box {
  margin-left: auto;
  background: rgba(254, 254, 254, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254, 254, 254, 0)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#ffffff", GradientType=1 );
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row.mission .box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 350px;
  }
}
#about .vision .row-vision .row.mission .box .text p {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row.mission .box .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row.mission .box .text p {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row.mission {
    background-image: url("../images/about/vision/mission-bg-sp.jpg");
  }
}
#about .vision .row-vision .row.motto {
  background-image: url("../images/about/vision/motto-bg.jpg");
}
#about .vision .row-vision .row.motto .box {
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(254, 254, 254, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(254, 254, 254, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fefefe", GradientType=1 );
}
#about .vision .row-vision .row.motto .box .text h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row.motto .box .text h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row.motto .box .text h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
#about .vision .row-vision .row.motto .box .text p {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row.motto .box .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row.motto .box .text p {
    text-align: center;
  }
}
#about .vision .row-vision .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
  min-height: 300px;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1440px) {
  #about .vision .row-vision .row .box {
    width: 60%;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row .box {
    width: 100%;
  }
}
#about .vision .row-vision .row .box .text h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-vision .row .box .text h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-vision .row .box .text h2 {
    text-align: center;
  }
}
#about .vision .row-core {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core {
    margin-top: 50px;
  }
}
#about .vision .row-core .core-box .core-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px;
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core .core-box .core-row {
    padding: 20px 25px;
  }
}
#about .vision .row-core .core-box .core-row + .core-row {
  border-top: 1px solid #E3E3E3;
}
#about .vision .row-core .core-box .core-row .character {
  width: 95px;
  min-width: 95px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-core .core-box .core-row .character {
    width: 80px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 850px) {
  #about .vision .row-core .core-box .core-row .character {
    width: 65px;
    min-width: 65px;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core .core-box .core-row .character {
    width: 60px;
    min-width: 60px;
  }
}
#about .vision .row-core .core-box .core-row .text {
  width: 100%;
  padding-left: 50px;
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core .core-box .core-row .text {
    padding-left: 30px;
  }
}
#about .vision .row-core .core-box .core-row .text h3 {
  font-size: 4.4rem;
  line-height: 5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-core .core-box .core-row .text h3 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .vision .row-core .core-box .core-row .text h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core .core-box .core-row .text h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 5px;
  }
}
#about .vision .row-core .core-box .core-row .text h3.magenta {
  color: #922A8D;
}
#about .vision .row-core .core-box .core-row .text h3.cyan {
  color: #6FCCDD;
}
#about .vision .row-core .core-box .core-row .text h3.red {
  color: #ED2225;
}
#about .vision .row-core .core-box .core-row .text h3.orange {
  color: #FF7B23;
}
#about .vision .row-core .core-box .core-row .text p {
  font-size: 2.2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1100px) {
  #about .vision .row-core .core-box .core-row .text p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .vision .row-core .core-box .core-row .text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .vision .row-core .core-box .core-row .text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#about .board .board-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  #about .board .board-list ul {
    margin-left: -1%;
  }
}
@media only screen and (max-width: 750px) {
  #about .board .board-list ul {
    margin-top: -20px;
  }
}
#about .board .board-list ul + ul {
  margin-top: 0;
}
#about .board .board-list ul li {
  width: 25%;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  #about .board .board-list ul li {
    width: 24%;
    margin-left: 1%;
  }
}
@media only screen and (max-width: 850px) {
  #about .board .board-list ul li {
    width: 49%;
  }
}
@media only screen and (max-width: 750px) {
  #about .board .board-list ul li {
    width: 100%;
    margin-top: 20px;
  }
}
#about .board .board-list ul li .cover img {
  width: 100%;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#about .board .board-list ul li .text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FF7B23;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #about .board .board-list ul li .text h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#about .board .board-list ul li .text p {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}
#about .changes {
  position: relative;
}
#about .changes::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 7;
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  height: 100%;
  background-color: #CFCFCF;
}
@media only screen and (max-width: 750px) {
  #about .changes::after {
    width: 2px;
  }
}
#about .changes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 8;
}
#about .changes ul::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#about .changes ul::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 8;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#about .changes ul li {
  width: 50%;
  position: relative;
}
#about .changes ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 7;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #CFCFCF;
}
@media only screen and (max-width: 750px) {
  #about .changes ul li::after {
    height: 2px;
  }
}
#about .changes ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  z-index: 8;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #FF7B23;
}
#about .changes ul li:nth-child(1) {
  margin-top: 0 !important;
}
#about .changes ul li:nth-child(2) {
  margin-top: 130px !important;
}
@media only screen and (max-width: 750px) {
  #about .changes ul li:nth-child(2) {
    margin-top: 220px !important;
  }
}
#about .changes ul li:nth-child(odd) {
  margin-top: -50px;
}
#about .changes ul li:nth-child(even) {
  margin-top: 80px;
}
#about .changes ul li:nth-child(even)::before {
  right: inherit;
  left: -7px;
}
#about .changes ul li:nth-child(even) .box {
  margin-left: auto;
}
#about .changes ul li + li {
  margin-top: 130px;
}
#about .changes ul li .box {
  position: relative;
  z-index: 8;
  width: 82.5%;
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  #about .changes ul li .box {
    width: 90%;
    padding: 20px;
  }
}
#about .changes ul li .box h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #about .changes ul li .box h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .changes ul li .box h2 {
    margin-bottom: 10px;
  }
}
#about .changes ul li .box h2 span {
  display: none;
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  #about .changes ul li .box h2 span {
    width: 35px;
    margin-left: 10px;
  }
}
#about .changes ul li .box p {
  min-height: 185px;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  #about .changes ul li .box p {
    min-height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  #about .changes ul li .box p {
    min-height: 450px;
  }
}
@media only screen and (max-width: 390px) {
  #about .changes ul li .box p {
    min-height: 515px;
  }
}
@media only screen and (max-width: 360px) {
  #about .changes ul li .box p {
    min-height: 565px;
  }
}

/* Contact */
#contact h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #contact h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 15px;
  }
}
#contact .address p span {
  color: #3B3B3B;
}
#contact .address p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .address p + p {
    margin-top: 10px;
  }
}
#contact .address ul {
  margin-top: 20px;
}
#contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact .address ul li + li {
  margin-top: 8px;
}
#contact .address ul li span {
  width: 32px;
  min-width: 32px;
  margin-right: 10px;
}
#contact .address .img {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #contact .address .img {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .address .img {
    margin-top: 30px;
  }
}
#contact .address .btn-map {
  margin-top: 4%;
}
#contact .address .btn-map ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .address .btn-map ul li {
  width: 48%;
  margin-top: 0;
}
#contact .address .btn-map ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #FF7B23;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  #contact .address .btn-map ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#contact .address .btn-map ul li a .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#contact .address .btn-map ul li a p {
  margin-top: 10px;
  text-align: center;
}

.form {
  margin-top: 20px;
}
.form .form-row + .form-row {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .form .form-row + .form-row {
    margin-top: 10px;
  }
}
.form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .form .form-row.flex {
    display: block;
  }
}
.form .form-row.recaptcha {
  margin-top: 20px;
}
.form .form-row.button {
  margin-top: 20px;
}
.form .form-row.button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form .form-row.button ul li {
  width: 150px;
}
.form .form-row.button ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .form .form-row.button ul li + li {
    margin-left: 10px;
  }
}
.form .form-row .col.w50 {
  width: 48.5%;
}
@media only screen and (max-width: 750px) {
  .form .form-row .col.w50 {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .form .form-row .col.w50 + .w50 {
    margin-top: 10px;
  }
}
.form .form-row .col .topic {
  margin-bottom: 5px;
}
.form .form-row .col .topic p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1100px) {
  .form .form-row .col .topic p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.form .form-row .col .checkbox ul li + li {
  margin-top: 4px;
}
.form .form-row .col .remark {
  color: #FF7B23;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.textbox {
  width: 100%;
  padding: 7px 10px;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #fff;
}
.textbox.border {
  color: #6B6C6F;
  border-color: #CECECE;
}
.textbox.bg-grey {
  background-color: #F9F9F9 !important;
}

select.textbox {
  outline: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px 7px;
}
select.textbox.border {
  background-image: url("../images/commons/select-arrow.svg");
}

.desc {
  display: none;
}

textarea.textbox {
  resize: none;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 80px;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  color: #A8A8A8;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 300;
  color: #A8A8A8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 300;
  color: #A8A8A8;
}

/* Checkbox */
.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #6B6C6F;
}

.chkbox-btn + .chkbox-btn {
  margin-top: 10px;
}

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

.chkbox {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #979797;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
}

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

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

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

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

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

.select-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .select-year {
    display: block;
    margin-bottom: 20px;
  }
}
.select-year p {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .select-year p {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.select-year .select {
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .select-year .select {
    width: 100%;
  }
}
.select-year .select + p {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .select-year .select + p {
    margin-left: 0;
    margin-top: 15px;
  }
}

.box-white-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.box-radius-all {
  border-radius: 8px;
}

.table-scroll {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .table-scroll.active {
    overflow: auto;
  }
}
.table-scroll.active::after {
  opacity: 0;
  visibility: hidden;
}
.table-scroll::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-image: url("../images/commons/drag-table.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 61px 75px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .table-scroll::after {
    opacity: 1;
    visibility: visible;
  }
}
.table-scroll + .table-scroll {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .table-scroll + .table-scroll {
    margin-top: 5%;
  }
}

.table {
  border-radius: 8px;
  min-width: 1000px;
}
.table + .table {
  margin-top: 50px;
}
.table.td-v-center td {
  vertical-align: middle !important;
}
.table.td-pad td {
  padding: 13px 30px !important;
}
@media only screen and (max-width: 1100px) {
  .table.td-pad td {
    padding: 13px 15px !important;
  }
}
.table.td-pad-small td {
  padding: 13px 15px !important;
}
.table.line-verticle td + td {
  border-left: 1px solid #D9D9D9;
}
.table tbody tr.topic td {
  padding: 8px 0;
  color: #fff;
  background-color: #FF7B23 !important;
}
.table tbody tr.topic + tr {
  border-top: 0;
}
.table tbody tr.sub-topic td {
  color: #fff;
  background-color: #B4B4B4 !important;
}
.table tbody tr + tr {
  border-top: 1px solid #ccc;
}
.table tbody tr:hover td {
  background-color: #f8f8f8;
}
.table tbody tr td {
  padding: 13px 0;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.table tbody tr td.bg-grey-light {
  background-color: #f7f7f7;
}
.table tbody tr td.bg-grey {
  background-color: #ebebeb;
}
.table tbody tr td.bg-grey-dark {
  background-color: #ddd;
}
.table tbody tr td span.date {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  color: #FF7B23;
}
.table tbody tr td p {
  text-align: left !important;
}

.popup-changes {
  position: relative;
  width: 90%;
  padding: 60px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 750px) {
  .popup-changes {
    padding: 40px 0;
  }
}
.popup-changes .content {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.popup-changes .content h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.popup-changes .content h2 span {
  display: none;
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content h2 span img {
    width: 35px;
    margin-left: 10px;
  }
}
.popup-changes .content .row {
  padding: 30px 100px;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .popup-changes .content .row {
    padding: 20px 20px 20px 30px;
  }
}
.popup-changes .content .row + .row {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .popup-changes .content .row + .row {
    margin-top: 20px;
  }
}
.popup-changes .content .row p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content .row p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.popup-changes .content .row p:first-child::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -17px;
  z-index: 8;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #FF7B23;
}
@media only screen and (max-width: 1100px) {
  .popup-changes .content .row p:first-child::before {
    width: 7px;
    height: 7px;
  }
}
.popup-changes .content .row ol {
  margin-top: 20px;
  margin-left: 40px;
}
.popup-changes .content .row ol li {
  list-style: decimal;
}
.popup-changes .content .row ol li + li {
  margin-top: 5px;
}
.popup-changes .content .row ol + p {
  margin-top: 20px;
}
.popup-changes .content .row ul {
  margin-top: 20px;
  margin-left: 40px;
}
.popup-changes .content .row ul li {
  list-style: disc;
}
.popup-changes .content .row ul li + li {
  margin-top: 5px;
}
.popup-changes .content .row ul + p {
  margin-top: 20px;
}

.popup-video {
  position: relative;
  width: 90%;
  padding: 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.popup-video video {
  width: 100%;
  height: auto;
}

/* Articles */
#articles .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #articles .articles {
    display: block;
    padding-bottom: 80px;
  }
}
#articles .articles .col-left {
  width: 100%;
  padding-right: 3%;
}
@media only screen and (max-width: 850px) {
  #articles .articles .col-left {
    padding-right: 0;
  }
}
#articles .articles .col-left .intro p {
  text-align: justify;
}
#articles .articles .col-left .intro p + p {
  margin-top: 20px;
}
#articles .articles .col-left .read {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 30px;
}
@media only screen and (max-width: 850px) {
  #articles .articles .col-left .read {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
  }
}
#articles .articles .col-left .read h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 3rem;
  color: #FF7B23;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-left .read h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#articles .articles .col-left .read h3 span {
  margin-right: 15px;
  min-width: 20px;
}
#articles .articles .col-left .read ul {
  margin-left: 20px;
}
#articles .articles .col-left .read ul + h4 {
  margin-top: 25px;
}
#articles .articles .col-left .read ul li {
  position: relative;
  padding-left: 20px;
}
#articles .articles .col-left .read ul li span {
  color: #FF7B23;
}
#articles .articles .col-left .read ul li + li {
  margin-top: 5px;
}
#articles .articles .col-left .read ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#articles .articles .col-left .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-left .row + .row {
    margin-top: 40px;
  }
}
#articles .articles .col-left .row h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-left .row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#articles .articles .col-left .row h3 + img {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-left .row h3 + img {
    margin-top: 20px;
  }
}
#articles .articles .col-left .row img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
#articles .articles .col-left .row img + p {
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-left .row img + p {
    margin-top: 20px;
  }
}
#articles .articles .col-left .row p {
  text-align: justify;
}
#articles .articles .col-left .row p + p {
  margin-top: 20px;
}
#articles .articles .col-left .row p + h3 {
  margin-top: 40px;
}
#articles .articles .col-right {
  position: relative;
  width: 500px;
  min-width: 500px;
  padding: 3%;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-right {
    min-width: 350px;
  }
}
@media only screen and (max-width: 850px) {
  #articles .articles .col-right {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 750px) {
  #articles .articles .col-right {
    padding: 6%;
  }
}
#articles .articles .col-right h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #FF7B23;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  #articles .articles .col-right h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#articles .articles .col-right .articles-last ul li + li {
  margin-top: 20px;
}
#articles .articles .col-right .articles-last ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#articles .articles .col-right .articles-last ul li a .cover {
  width: 40%;
}
#articles .articles .col-right .articles-last ul li a .cover img {
  border-radius: 8px;
}
#articles .articles .col-right .articles-last ul li a .brief {
  width: 60%;
  padding-left: 20px;
}
#articles .articles .col-right .articles-last ul li a .brief p {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #929292;
  margin-bottom: 10px;
}
#articles .articles .col-right .articles-last ul li a .brief h4 {
  font-size: 1.4rem;
  line-height: 2rem;
}

/* Careers */
#careers .careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  #careers .careers {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #careers .careers {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers {
    margin-top: 20px;
  }
}
#careers .careers .col-left {
  width: 500px;
  min-width: 500px;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-left {
    min-width: 350px;
  }
}
@media only screen and (max-width: 850px) {
  #careers .careers .col-left {
    width: 100%;
    min-width: auto;
  }
}
#careers .careers .col-left .careers-list ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .col-left .careers-list ul li + li {
    margin-top: 10px;
  }
}
#careers .careers .col-left .careers-list ul li a {
  display: block;
  padding: 12px 40px 12px 20px;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  background-color: #fff;
  background-image: url("../images/commons/btn-arrow-right-grey.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 7px 13px;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-left .careers-list ul li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#careers .careers .col-left .careers-list ul li a.actived {
  color: #fff;
  background-color: #FF7B23;
  background-image: url("../images/commons/btn-arrow-right.svg");
}
#careers .careers .col-left .careers-list ul li a.actived span {
  color: #fff;
}
#careers .careers .col-left .careers-list ul li a span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #929292;
}
#careers .careers .col-right {
  width: 100%;
  padding-left: 5%;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-right {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 850px) {
  #careers .careers .col-right {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers .col-right {
    padding-top: 10px;
  }
}
#careers .careers .col-right .careers-detail h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #FF7B23;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-right .careers-detail h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#careers .careers .col-right .careers-detail h3 span {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-right .careers-detail h3 span {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#careers .careers .col-right .careers-detail h4 {
  font-size: 2rem;
  line-height: 3rem;
  color: #FF7B23;
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #careers .careers .col-right .careers-detail h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#careers .careers .col-right .careers-detail ul {
  margin-left: 20px;
}
#careers .careers .col-right .careers-detail ul + h4 {
  margin-top: 25px;
}
#careers .careers .col-right .careers-detail ul li {
  position: relative;
  padding-left: 20px;
}
#careers .careers .col-right .careers-detail ul li span {
  color: #FF7B23;
}
#careers .careers .col-right .careers-detail ul li + li {
  margin-top: 5px;
}
#careers .careers .col-right .careers-detail ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FF7B23;
}
#careers .careers .col-right .careers-detail .contact {
  margin-left: 20px;
}
#careers .careers .col-right .careers-detail .contact ul {
  margin-top: 10px;
  margin-left: 0;
}
#careers .careers .col-right .careers-detail .contact ul li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#careers .careers .col-right .careers-detail .contact ul li + li {
  margin-top: 10px;
}
#careers .careers .col-right .careers-detail .contact ul li span {
  margin-right: 10px;
}
#careers .careers .col-right .careers-detail .contact ul li::before {
  display: none;
}

/* Footer */
footer {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #292929;
}
footer .footer .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #6B6C6F;
}
footer .footer .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .top ul li a.logo {
  display: block;
  padding: 6px 14px 6px 12px;
  border: 1px solid #707070;
  border-radius: 22px;
}
footer .footer .top ul li a.sitemap-btn {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF7B23;
}
footer .footer .top ul li a.sitemap-btn span {
  margin-right: 12px;
}
footer .footer .sitemap-content {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #6B6C6F;
}
footer .footer .sitemap-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}
footer .footer .sitemap-content .flex .col {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex .col {
    width: 33.33%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap-content .flex .col {
    width: 100%;
  }
}
footer .footer .sitemap-content .flex .col:last-child {
  width: 155px;
  max-width: 155px;
  min-width: 155px;
  padding-right: 0;
}
@media only screen and (max-width: 1100px) {
  footer .footer .sitemap-content .flex .col:last-child {
    width: 33.33%;
    max-width: 33.33%;
    min-width: auto;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .sitemap-content .flex .col:last-child {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer .sitemap-content .flex .col > a {
  display: table;
  font-weight: 400;
  color: #FF7B23;
}
footer .footer .sitemap-content .flex .col > a + a {
  margin-top: 20px;
}
footer .footer .sitemap-content .flex .col ul + a {
  margin-top: 20px;
}
footer .footer .sitemap-content .flex .col ul li {
  position: relative;
  padding-left: 15px;
}
footer .footer .sitemap-content .flex .col ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #FF7B23;
}
footer .footer .sitemap-content .flex .col ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
}
footer .footer .contact {
  padding-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact {
    padding-top: 25px;
  }
}
footer .footer .contact .col-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left {
    display: block;
  }
}
footer .footer .contact .col-left .col + .col {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #707070;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col + .col {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
footer .footer .contact .col-left .col.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .contact .col-left .col.tel a {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #FF7B23;
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.tel a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
footer .footer .contact .col-left .col.tel p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 200;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.tel p {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
footer .footer .contact .col-left .col.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.address {
    display: block;
  }
}
footer .footer .contact .col-left .col.address .ttl {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  color: #FF7B23;
  padding-left: 0;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.address .ttl {
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.address .ttl {
    font-size: 1.6rem;
  }
}
footer .footer .contact .col-left .col.address p {
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 200;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.address p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-left .col.contact-detail {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-left .col.contact-detail {
    margin-top: 20px;
  }
}
footer .footer .contact .col-left .col.contact-detail ul li + li {
  margin-top: 6px;
}
footer .footer .contact .col-left .col.contact-detail ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
footer .footer .contact .col-left .col.contact-detail ul li a span {
  margin-right: 10px;
}
footer .footer .contact .col-right {
  min-width: 90px;
}
@media only screen and (max-width: 1100px) {
  footer .footer .contact .col-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .contact .col-right {
    margin-top: 20px;
  }
}
footer .footer .contact .col-right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .contact .col-right .social ul li + li {
  margin-left: 12px;
}
footer .footer .copyright {
  margin-top: 60px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  footer .footer .copyright {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright {
    font-size: 0.9rem;
    margin-top: 30px;
  }
}
footer .footer .copyright a {
  color: #fff;
}

/* Banner Report */
#banner-report {
  background-image: url("../images/top/report-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #banner-report .banner-report .btn-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #banner-report .banner-report .btn-box a {
    width: auto;
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*policy*/
#policy p {
  margin-bottom: 15px;
}
#policy h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #FF7B23;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  #policy h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 10px;
  }
}
#policy h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #FF7B23;
  margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
  #policy h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 10px;
  }
}
#policy ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}
#policy ol > li {
  display: table;
  counter-increment: item;
}
#policy ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
#policy ol li ol > li {
  margin: 15px 0;
}
#policy ol li ol > li {
  margin: 15px 0;
}
#policy ol li ol > li::before {
  content: counters(item, ".") " ";
}
@media only screen and (max-width: 1100px) {
  #policy ol li ol > li {
    margin: 10px 0;
  }
}
#policy .center {
  text-align: center;
}

/*Tab Cookie*/
#tab-cookie.alert-cookie {
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 88;
  position: fixed;
  padding: 20px 0 15px 0;
  -webkit-box-shadow: 4px 1px 10px #000;
          box-shadow: 4px 1px 10px #000;
  background: rgba(72, 72, 72, 0.95);
}
#tab-cookie .cookiehead {
  color: #fff;
  font-size: 18px;
}
#tab-cookie p {
  color: #dedede;
  font-size: 15px;
  margin: 5px 0 0 0;
}
#tab-cookie p a {
  color: #dedede;
  text-decoration: underline !important;
}
#tab-cookie .box-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #tab-cookie .box-cookies {
    display: block;
  }
}
#tab-cookie .btn {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #tab-cookie .btn {
    margin-top: 5px;
    margin-left: 0;
    margin-right: auto;
  }
}

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

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

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

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

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