@charset "UTF-8";

/* common */
body {
  background: #fff;
}
body.hidden {
  overflow: hidden;
  padding-right: 17px;
}
.wrap {
  overflow: hidden;
}

/* 2022 0328 추가 */
footer .container {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.cookey-box {
  width: 460px;
  background: #061a21;
  text-align: center;
  padding: 30px;
  border-top: 3px solid #fe6700;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  z-index: 10000;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.39);
}
.cookey-box > div {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 35px;
}
.cookey-box > div > p {
  width: 100%;
  font-weight: 400;
  vertical-align: text-top;
  display: inline;
  margin: 12px 0;
  color: #fff;
}
.cookey-box > a {
  display: inline-block;
  color: #fff;
  padding: 8px 40px 12px;
  background: #fe6700;
  border-radius: 20px;
  margin-top: 8px;
}
.cookey-box a:hover {
  opacity: 0.9;
}
.cookey-box > p {
  color: #fff;
  width: 100%;
  font-weight: 300;
  padding: 12px 0;
}
.cookey-box > p > a {
  color: #ff964f;
  width: 100%;
  font-weight: 300;
  display: inline-block;
  text-decoration: underline;
  line-height: 19px;
}
.ico-arrow-right {
  display: inline-block;
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-left: 3px;
  margin-bottom: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  width: 100%;
  position: absolute;
}
.top-menu {
  position: relative;
  padding: 15px 20px 8px 0;
  width: 100%;
  text-align: right;
  z-index: 2;
}
.top-menu ul {
  display: inline-block;
}
.top-menu ul li {
  display: inline-block;
}
.top-menu ul li a {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  font-weight: bolder;
  color: #fff;
  transition: 0.3s ease;
}
.top-menu ul li a.site-link {
  margin-left: 15px;
  padding-left: 15px;
  font-weight: 500;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.top-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-change-region {
  display: inline-block;
  color: #fff;
  margin-left: 30px;
}
.gnb-wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  z-index: 100;
}
.gnb-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.logo-top {
  float: left;
}
.m-lang {
  display: none;
}
.color-logo {
  display: none;
}
.gnb-wrap-menu {
  /*  float: right; */
  height: auto;
  /* padding: 0 0 20px; */
  padding: 0 0 100px;
}
/* 햄버거메뉴버튼
.gnb-btn .line {
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-fixed .gnb-btn .line {
    background: #333;
}
.gnb-btn:hover {
    cursor: pointer;
}
.hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);

.header-sub01 .gnb-btn .line,
.header-sub02 .gnb-btn .line,
.header-sub03 .gnb-btn .line,
.header-sub04 .gnb-btn .line,
.header-sub05 .gnb-btn .line{
    background: #fff;
}
.header-fixed.header-sub01 .gnb-btn .line,
.header-fixed.header-sub02 .gnb-btn .line,
.header-fixed.header-sub03 .gnb-btn .line,
.header-fixed.header-sub04 .gnb-btn .line,
.header-fixed.header-sub05 .gnb-btn .line{
    background: #333!important;
}
} */
.gnb-btn,
.m-gnb-list {
  display: none;
}
.gnb-list {
  margin-top: 28px;
}
.gnb-list ul {
  float: right;
}
.gnb-list ul li {
  display: inline-block;
  font-size: 0;
  margin-right: 30px;
  vertical-align: top;
  text-align: center;
}
.gnb-list ul li:nth-child(1) {
  width: 143px;
}
.gnb-list ul li:nth-child(2) {
  width: 144px;
}
.gnb-list ul li:nth-child(3) {
  width: 234px;
}
.gnb-list ul li:nth-child(4) {
  width: 260px;
}
.gnb-list ul li:nth-child(5) {
  width: 314px;
  margin-right: 0;
}
.gnb-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.5px;
  text-align: left;
  transition: 0.3s ease;
}
.gnb-list ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.gnb-list .gnb-2depth {
  display: none;
  margin-top: 8px;
  background: #fff;
  /*padding: 10px 20px;*/
  border-top: 3px solid #fe6700;
  min-width: 180px;
}
.gnb-list li:hover .gnb-2depth {
  display: block;
}
.gnb-list .gnb-2depth a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.5px;
  padding: 0 25px;
}
.gnb-list .gnb-2depth a:hover {
  color: #fe6700;
}
.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff !important;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  height: 140px;
  min-height: 140px !important;
}
.header-fixed .top-menu ul li a {
  color: #333;
}
.header-fixed .top-menu ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.header-fixed .btn-change-region {
  color: #333;
}
.header-fixed .ico-change-region {
  background: url(../img/icon-common.png) no-repeat -53px 0;
  width: 19px;
  height: 18px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.header-fixed .color-logo {
  display: block;
}
.header-fixed .white-logo {
  display: none;
}
.header-fixed .gnb-list ul li a {
  color: #333;
}
.header-fixed .gnb-list ul li > a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.header-fixed .gnb-list .gnb-2depth {
  background: #fff;
  -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
}
.header-fixed .gnb-list .gnb-2depth a {
  color: #333;
}
.header-fixed .gnb-list .gnb-2depth a:hover {
  color: #fe6700;
}
video {
  width: 100%;
}
.main-video,
.main-video video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform-style: preserve-3d;
  transition: all 800ms;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.owl-carousel .item {
  position: relative;
  height: 100%;
}
.owl-carousel .item .main-video,
.main-video video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.owl-carousel .item .main-video,
.main-video video {
  width: auto;
  height: 60vh;
}
.owl-carousel .item .main-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.owl-carousel .item .main-txt .container {
  align-self: flex-end;
  padding-left: 30px;
  padding-right: 30px;
}
.main-txt {
  /*display: flex;
    justify-content: center;*/
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 8%;
  align-items: left;
  justify-content: flex-end;
  backface-visibility: hidden;
  background-size: cover;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: -1;
  transition: all 100ms linear;
}
.container {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.txt-main {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 130%;
  padding-top: 80px;
  /*margin-bottom: 40px;*/
  font-family: "Roboto", sans-serif;
}
.txt-main-sub {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.txt-main2 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.txt-main-sub2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
  font-family: "Raleway", sans-serif;
}
.txt-main-sub3 {
  margin-top: 0;
  margin-bottom: 8%;
}
.txt-main-sub4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.slider-underline {
  font-size: 150%;
}
.slider-underline span {
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
.slider-underline span:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  /* background-color: #ff7200; */
  z-index: -1;
  opacity: 0.9;
}
.slider-txt {
  font-size: 150%;
}
.slider-txt {
  position: relative;
}
.slider-txt span:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  z-index: -1;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .owl-carousel .item .main-video,
  .main-video video {
    width: 100%;
    height: 100%;
  }
  .slider-underline {
    font-size: 150%;
  }
  .slider-underline span:after {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .owl-carousel .item .main-txt .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .slider-underline {
    font-size: 200%;
  }
  .txt-main-sub3 {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .slider-underline {
    font-size: 260%;
  }
  .txt-main-sub3 {
    margin-bottom: 20%;
  }
}
.main-visual01 {
  background: url("../img/img-main-visual01.png") no-repeat;
  background-size: cover;
  height: auto;
}
.main-visual02 {
  background: url("../img/img-main-visual02.png") no-repeat;
  background-size: cover;
  height: auto;
}
.main-newyear-visual {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  margin: 0;
  background-color: #e24b53;
}
.main-newyear-visual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/2021_mainbnr.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e24b53;
}
.main-visual01 .container {
  padding: 200px 0 160px 510px;
}
.main-visual02 .container {
  padding: 200px 0 160px 0;
}
.txt-visual-cate {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 46px;
  text-transform: uppercase;
}
.txt-visual-cate:before {
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
  display: inline-block;
  width: 34px;
  height: 4px;
}
.txt-visual-cate.txt-blue:before {
  background: #fe6700;
}
.txt-visual-cate.txt-orange:before {
  background: #fe6700;
}
.txt-visual-main {
  font-size: 38px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}
.main-visual03 {
  background: #eee;
  padding: 120px 0;
  overflow: hidden;
}
.main-visual03 .container > img {
  float: left;
  width: 655px;
  height: 458px;
}
.blue-box {
  float: right;
  width: 50%;
  padding: 0;
}
.blue-box .txt-visual-main {
  color: #333;
  font-size: 34px;
  letter-spacing: -1px;
}
.sky-box {
  width: 100%;
  padding: 40px;
  background: #dae3f1;
  min-height: 240px;
  margin: 30px 0 100px;
}
.sky-box .box-half img {
  width: 80%;
  margin: auto;
}
.main-visual04 {
  background: #fff;
  padding: 120px 0;
}
.pic-box {
  float: left;
  width: 48%;
}
.pic-box > p {
  font-size: 20px;
}
.pic-box:last-child {
  float: right;
}
.main-visual04 .txt-visual-main {
  color: #333;
  font-size: 30px;
  letter-spacing: -1px;
}
.main-visual05 {
  background: url("../img/img-main-visual03.png") no-repeat;
  background-size: cover;
  height: 375px;
}
.main-visual05 .container {
  text-align: center;
  padding: 100px 0;
}
.main-visual05 .container > p {
  font-size: 38px;
  color: #fff;
}
.main-visual06 {
  background: url("../img/img-main-visual04.png") no-repeat;
  background-size: cover;
  height: 600px;
}
.main-visual06 .container {
  text-align: center;
  padding: 120px 0;
}
.main-visual06 .container > p {
  font-size: 3vh;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  line-height: 4vh;
}
.footer {
  background: #19376c;
}
.sns-box {
  overflow: hidden;
  padding: 50px 0 20px;
  border-bottom: 2px solid #163160;
}
.sns-tit {
  float: left;
}
.sns-tit > img {
  margin-right: 20px;
}
.sns-tit > span {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
.sns-list {
  float: right;
}
.sns-list a {
  margin-left: 38px;
}
.foot-gnb-wrap {
  padding: 60px 0 0;
  overflow: hidden;
}
.foot-gnb-list ul {
  float: left;
}
.foot-gnb-list ul > li {
  display: inline-block;
  vertical-align: top;
  /* padding: 0 60px 50px 0; */
  padding: 0 90px 50px 0;
}
.foot-gnb-list ul > li > a {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  display: block;
  font-weight: 400;
  padding-bottom: 26px;
  min-height: 80px;
}
.foot-gnb-list .gnb-2depth {
}
.foot-gnb-list .gnb-2depth a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 8px;
}
.foot-gnb-list .gnb-2depth a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.etc-link-list {
  float: right;
}
.etc-link-list a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 48px;
}
.etc-link-list a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-bottom {
  background: #163060;
  padding: 55px 0;
}
.bottom-corp {
  float: left;
  width: 65%;
}
.corp-list > img {
  /*margin-right:140px; */
  margin-right: 30px;
}
.copyright-txt {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-top: 28px;
  line-height: 130%;
}
.bottom-logos {
  /*width:30%;*/
  width: 35%;
  float: right;
  text-align: right;
}
.bottom-logos > img {
  /*margin-left:30px*/
  margin-left: 30px;
}
.foot-privacy {
  background: #11264b;
  padding: 14px 0 20px;
  text-align: center;
}
.foot-privacy a {
  display: inline-block;
  background: #11264b;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 80px;
  line-height: 19px;
}
.foot-privacy a:last-child {
  margin-right: 0;
}
.foot-privacy a:hover {
  color: #f5a100;
}
.header-sub01 {
  position: relative;
  background: url(../img/bg-sub01-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}
.header-sub02 {
  position: relative;
  background: url(../img/bg-sub02-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}
.header-sub03 {
  position: relative;
  background: url(../img/bg-sub03-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}
.header-sub04 {
  position: relative;
  background: url(../img/bg-sub04-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}
.header-sub05 {
  position: relative;
  background: url(../img/bg-sub05-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}
.header-sub06 {
  position: relative;
  background: url(../img/bg-sub06-top.png) no-repeat 0 0;
  background-size: cover;
  min-height: 400px;
}

.header-fixed ~ .tit-sub {
  margin-top: 80px;
}
.sub-visual01,
.sub-visual02,
.sub-lnb {
  background: #fff;
}

div.sub-visual-bg {
  background: #f6f6f6;
}
.tit-sub {
  position: relative;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  width: 1392px;
  margin: -110px auto 0;
  padding: 0 0 40px;
  z-index: 99;
}
.tit-sub:before {
  position: absolute;
  left: 6px;
  top: -20px;
  content: "";
  width: 40px;
  height: 6px;
  background: #fe6700;
}
.sub-lnb ul {
  text-align: right;
  padding-top: 20px;
}
.sub-lnb ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.sub-lnb ul li:first-child:before {
  display: none;
}
.sub-lnb ul li:before {
  display: inline-block;
  content: ">";
  color: #666;
  vertical-align: middle;
}
.sub-lnb ul li a {
  display: inline-block;
  color: #666;
  margin: 0 5px 0 11px;
  font-weight: 400;
}
h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin: 40px 0;
  letter-spacing: -2px;
}
.txt-sub01 {
  font-size: 18px;
  font-weight: 400;
  margin: 50px 0 0;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.content-box {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 50px;
  overflow: hidden;
}
.content-box:last-child {
  border: none;
}
.content-box > h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fe6700;
  margin: 50px 0;
}
.content-box > img.wid-100 {
  width: 100%;
}

.timeline-content {
  margin-top: 50px;
  text-align: center;
  padding-left: 120px;
}
.timeline {
  border-left: 1px solid #cecece;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #666;
  font-family: "Chivo", sans-serif;
  margin: 50px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.event {
  padding-bottom: 0;
  margin-bottom: 40px;
  position: relative;
}
.event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.event > p {
  font-size: 1rem;
  color: #000;
}
.event:before,
.event:after {
  position: absolute;
  display: block;
  top: 0;
}
.event:before {
  left: -210px;
  top: -6px;
  color: #333;
  content: attr(data-date);
  text-align: right;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 22px;
  min-width: 120px;
}
.event:after {
  box-shadow: 0 0 0 4px #fe6700;
  left: -56px;
  background: #fe6700;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
.sub-bottom-link {
  background: #e8ecf1;
  padding: 80px 0;
  overflow: hidden;
}
.sub-bottom-link .container > div {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.sub-bottom-link.sub-bottom-link25 .container > div {
  width: 23.5%;
  margin-right: 2%;
}
.sub-bottom-link .container > div:last-child {
  margin-right: 0;
}
.sub-bottom-link .container > div img {
  width: 100%;
  transition: 0.3s ease;
}
.txt-link {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  text-align: center;
  padding: 15px 0 3px;
}
.txt-link:after {
  content: "";
  display: inline-block;
  background: url(../img/btn-link-arrow.png) no-repeat 0 -35px;
  width: 34px;
  height: 34px;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.sub-bottom-link .scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sub-bottom-link .scale:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.sub-bottom-link .container > div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sub-bottom-link .container > div:hover .scale:before {
  display: none;
}
.sub-bottom-link .container > div:hover .txt-link {
  color: #fe6700;
}
.sub-bottom-link .container > div:hover .txt-link:after {
  background: url(../img/btn-link-arrow.png) no-repeat 0 0;
}
.txt-link.txt-link-2row {
  position: relative;
  width: 80%;
}
.txt-link.txt-link-2row:after {
  position: absolute;
  right: -48px;
  top: 18px;
}
.txt-add {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 15px 0 0;
}
.txt-add:after {
  content: "";
  display: inline-block;
  background: url(../img/btn-add.png) no-repeat 0 -42px;
  width: 41px;
  height: 41px;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.txt-add:hover {
  color: #fe6700;
  text-decoration: underline;
}
.txt-add:hover:after {
  background: url(../img/btn-add.png) no-repeat 0 0;
}
.txt-play {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 15px 0 0;
}
.txt-play:after {
  content: "";
  display: inline-block;
  background: url(../img/btn-play00.png) no-repeat 0 -42px;
  width: 41px;
  height: 41px;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.txt-play:hover {
  color: #fe6700;
  text-decoration: underline;
}
.txt-play:hover:after {
  background: url(../img/btn-play00.png) no-repeat 0 0;
}
.global-map {
  background: url(../img/img-global-map.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
  width: 1390px;
  height: 1140px;
}
.global-map dl {
  padding: 20px;
  transition: 0.3s ease;
}
.global-map dl dt {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 6px;
  padding: 5px 12px;
}
.global-map dl dd,
.global-map dl dd a {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 150%;
  letter-spacing: -0.5;
}
.map-area01 {
  position: absolute;
  left: 103px;
  top: 180px;
  max-width: 384px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 4px solid #fe6700;
}
.map-area02 {
  position: absolute;
  right: 190px;
  top: 115px;
  max-width: 430px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 4px solid #fe6700;
}
.global-map dl.map-area02 dt {
  background: #fe6700;
  color: #fff;
}
.map-area03 {
  position: absolute;
  left: 286px;
  bottom: 305px;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #fe6700;
}
.map-area04 {
  position: absolute;
  right: 260px;
  bottom: 150px;
  max-width: 410px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #fe6700;
}
.global-map dl:hover {
  background: #fe6700;
}
.global-map dl:hover dt,
.global-map dl:hover dd,
.global-map dl:hover dd a {
  color: #fff;
}
.global-map dl:hover .ico-email {
  display: inline-block;
  background: url(../img/icon-common.png) no-repeat -53px -168px;
  width: 22px;
  height: 14px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.global-map dl:hover .ico-website {
  display: inline-block;
  background: url(../img/icon-common.png) no-repeat -53px -227px;
  width: 18px;
  height: 17px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.flag-box {
  width: 100%;
  border-top: 2px #e2e2e2 solid;
}
.flag-box .flag-area {
  padding: 0 430px 50px 76px;
  min-height: 260px;
}
.flag-box.non-pic .flag-area {
  padding: 0 20px 50px 76px;
  min-height: 120px;
}

.flag-box h4,
.flag-box .txt-add,
.flag-box .txt-play {
  color: #fe6700;
  font-size: 28px;
  font-weight: 600;
  display: block;
  text-align: left;
}
.flag-box .txt-add,
.flag-box .txt-play {
  padding: 0;
}
.flag-box h4 {
  padding: 30px 0 20px;
}
.flag-area {
  position: relative;
}
.flag-area > span {
  width: 50px;
  position: absolute;
  left: 0;
  top: 8px;
}
.flag-area > span > img {
  margin-bottom: 12px;
}
.flag-area > p {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.5px;
}
.flag-area > img {
  width: 358px;
  position: absolute;
  right: 0;
  top: 0;
}
.thum-box {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  border-top: 2px #e2e2e2 solid;
}
.thum-box > div {
  float: left;
  width: 58%;
}
.thum-box.box-00 > div {
  float: left;
  width: 70%;
}
.thum-box h4,
.thum-box01 h4,
.txt-box h4 {
  color: #fe6700;
  font-size: 30px;
  font-weight: 600;
  display: block;
  text-align: left;
  padding: 0 0 24px;
}
.thum-box p,
.thum-box01 p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.thum-box01 p {
  min-height: 240px;
}
.sub-visual02:nth-child(6) .thum-box01 p {
  min-height: 300px;
}
.thum-box > img {
  width: 554px;
  float: right;
}
.thum-box.box-00 > img {
  width: 280px;
  float: right;
}
.thum-box01 {
  width: 48%;
  float: left;
  padding: 50px 0;
  margin: 0 2% 0 0;
}
.thum-box01:last-child {
  float: right;
  margin: 0;
}
.thum-box01 > img {
  width: 100%;
  margin-bottom: 40px;
}
.btn-detail-more {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background: #333;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0 20px;
  margin-top: 30px;
}
.btn-detail-more:hover {
  background: #fe6700;
}
.btn-down {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background: #333;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 0 40px;
  margin-top: 30px;
}
.btn-down:hover {
  background: #fe6700;
}
.thum-box02 {
  position: relative;
  min-height: 536px;
}
.thum-box02 > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 696px;
  z-index: 5;
}
.txt-float-box01 {
  position: absolute;
  right: 0;
  top: 44px;
  width: 780px;
  height: 490px;
  padding: 50px 40px 70px 130px;
  background: url(../img/bg-txt-float01.png) no-repeat 0 0;
}
.txt-float-box01 > h4 {
  color: #fe6700;
  font-size: 56px;
  font-weight: 600;
  text-align: left;
  padding: 0 0 20px;
}
.txt-float-box01 > p > strong,
.ico-txt-box01 > p > strong {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.txt-float-box01 > p,
.ico-txt-box01 > p {
  font-size: 1rem;
  color: #000;
  letter-spacing: -0.5px;
}
.ico-txt-box01 {
  position: relative;
  width: 100%;
  padding: 50px 0 60px 188px;
  text-align: left;
  border-bottom: 2px solid #e2e2e2;
}
.ico-txt-box01 > p {
  width: 100%;
}
.txt-link-wrap01 {
  padding: 50px 40px 80px;
}
.txt-link-wrap01 > h5 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
}
.txt-link-box01 {
  text-align: left;
  padding: 30px 0 50px;
  border-bottom: 1px solid #e2e2e2;
}
.txt-link-box01:last-child {
  border: none;
}
.txt-link-box01 > h4 > a {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #fe6700;
  letter-spacing: -1px;
}
.txt-link-box01 > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.thum-link-wrap {
  width: 100%;
  padding: 20px 0 80px;
  overflow: hidden;
}
.thum-link-box {
  position: relative;
  display: block;
  width: 48%;
  float: left;
  text-align: center;
  background: #f2f5f9;
  padding: 0 0 50px;
  border: 2px solid #fff;
  transition: 0.3s ease;
}
.thum-link-box.col-20 {
  width: 20%;
  padding: 0;
  float: left !important;
  margin-right: 4%;
}
.thum-link-box.col-20 i,
.thum-link-box.main-con > i {
  display: none;
}
.thum-link-box.col-20:hover i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -20px;
  background: url(../img/btn-add.png) no-repeat 0 0;
}

.thum-link-box.col-30 {
  width: 30%;
  padding: 0;
  float: left !important;
  margin-right: 2%;
}

.thum-link-box.main-con {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 0 0 50px;
}
.thum-link-box.col-30 i,
.thum-link-box.main-con > i {
  display: none;
}
.thum-link-box.col-30:hover i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -20px;
  background: url(../img/btn-add.png) no-repeat 0 0;
}
.thum-link-box.main-con:hover > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 28%;
  margin: 0 0 0 -20px;
}
.thum-link-box.main-con > p {
  font-size: 22px;
  padding: 0 40px;
}
.thum-link-box:last-child {
  float: right;
}
.thum-link-solo .thum-link-box {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.thum-link-box > img {
  width: 100%;
}
.thum-link-box > p {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 140%;
  letter-spacing: -1px;
  padding: 40px 40px 20px;
}
.thum-link-box:hover {
  border: 2px solid #fe6700;
}
.thum-link-box:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 102, 0, 0.1);
}

.thum-link-box.thum-link-box-white {
  position: relative;
  display: block;
  width: 48%;
  float: left;
  text-align: center;
  background: #fff;
  padding: 0 0 50px;
  border: 2px solid #e2e2e2;
  transition: 0.3s ease;
}
.thum-link-box.thum-link-box-white:last-child {
  float: right;
}
.thum-link-box.thum-link-box-white > p {
  width: 100%;
  font-size: 25px;
  font-weight: 400;
  color: #333;
  line-height: 140%;
  letter-spacing: -1px;
  padding: 20px 30px 0;
  text-align: left;
}
.thum-link-box.thum-link-box-white > i {
  display: none;
}
.thum-link-box.thum-link-box-white:hover > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -21px;
}
.thum-link-box.thum-link-box-white:hover > p.ft-30 {
  color: #fe6700;
}
.thum-link-box:hover {
  border: 2px solid #fe6700;
}
.thum-link-box:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 102, 0, 0.1);
}
.hover-none {
  background: #fff !important;
}
.hover-none:hover {
  border: 2px solid #fff !important;
  cursor: unset !important;
}
.hover-none:hover:before {
  background: none !important;
}
.sub-bottom-link02 {
  background: url(../img/bg-sub02-bottom.png) no-repeat 0 0;
  min-height: 330px;
  background-size: cover;
}
.sub-bottom-link03 {
  background: url(../img/bg-sub03-bottom.png) no-repeat 0 0;
  min-height: 330px;
  background-size: cover;
}
.sub-bottom-link02 .container,
.sub-bottom-link03 .container {
  width: 1024px;
  margin: 0 auto;
}
.bot-link-box {
  overflow: hidden;
  text-align: center;
  width: 1024px;
}
.bot-link-box li {
  position: relative;
  width: 13%;
  height: 330px;
  display: inline-block;
}
.bot-link-box li a:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: #fff;
  z-index: 5;
}
.bot-link-box li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  background: #fff;
}
.bot-link-box li > a {
  position: absolute;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  transition: 0.3s ease;
}
.bot-link-box li a:hover {
  color: #f5a100;
}
.bot-link-box li a:hover:before {
  background: #f5a100;
}
.bot-link-box li:nth-child(1) a {
  left: 0;
  top: 74px;
}
.bot-link-box li:nth-child(1) a:before {
  left: 45px;
  top: 37px;
}
.bot-link-box li:nth-child(1) a:after {
  left: 56px;
  top: 95px;
  transform: skew(0deg, 36deg);
}
.bot-link-box li:nth-child(2) a {
  left: -23px;
  top: 243px;
}
.bot-link-box li:nth-child(2) a:before {
  left: 66px;
  top: -30px;
}
.bot-link-box li:nth-child(2) a:after {
  left: 76px;
  top: -60px;
  transform: skew(0deg, -30deg);
}
.bot-link-box li:nth-child(3) a {
  left: -53px;
  top: 97px;
}
.bot-link-box li:nth-child(3) a:before {
  left: 93px;
  top: 39px;
}
.bot-link-box li:nth-child(3) a:after {
  left: 104px;
  top: 98px;
  transform: skew(0deg, 40deg);
  width: 117px;
}
.bot-link-box li:nth-child(4) a {
  left: -22px;
  top: 277px;
}
.bot-link-box li:nth-child(4) a:before {
  left: 51px;
  top: -36px;
}
.bot-link-box li:nth-child(4) a:after {
  left: 61px;
  top: -80px;
  transform: skew(0deg, -39deg);
  width: 126px;
}
.bot-link-box li:nth-child(5) a {
  left: -59px;
  top: 94px;
}
.bot-link-box li:nth-child(5) a:before {
  left: 83px;
  top: 43px;
}
.bot-link-box li:nth-child(5) a:after {
  left: 94px;
  top: 104px;
  transform: skew(0deg, 39deg);
}
.bot-link-box li:nth-child(6) a {
  left: -20px;
  top: 269px;
}
.bot-link-box li:nth-child(6) a:before {
  left: 40px;
  top: -23px;
}
.bot-link-box li:nth-child(6) a:after {
  left: 53px;
  top: -72px;
  transform: skew(0deg, -40deg);
}
.bot-link-box li:nth-child(7) a {
  left: -28px;
  top: 97px;
}
.bot-link-box li:nth-child(7) a:before {
  left: 45px;
  top: 38px;
}
.bot-link-box li:nth-child(7) a:after {
  display: none;
}

.bot-link-box.bot-link-box02 li {
  position: relative;
  width: 24%;
  height: 330px;
  display: inline-block;
}
.bot-link-box.bot-link-box02 li:nth-child(1) a {
  left: 38px;
  top: 40px;
}
.bot-link-box.bot-link-box02 li:nth-child(1) a:before {
  left: 102px;
  top: 57px;
}
.bot-link-box.bot-link-box02 li:nth-child(1) a:after {
  left: 108px;
  top: 130px;
  transform: skew(0deg, 32deg);
  width: 214px;
}
.bot-link-box.bot-link-box02 li:nth-child(2) a {
  left: 12px;
  top: 260px;
}
.bot-link-box.bot-link-box02 li:nth-child(2) a:before {
  left: 98px;
  top: -25px;
}
.bot-link-box.bot-link-box02 li:nth-child(2) a:after {
  left: 104px;
  top: -97px;
  transform: skew(0deg, -35deg);
  width: 226px;
}
.bot-link-box.bot-link-box02 li:nth-child(3) a {
  left: -31px;
  top: 36px;
}
.bot-link-box.bot-link-box02 li:nth-child(3) a:before {
  left: 113px;
  top: 43px;
}
.bot-link-box.bot-link-box02 li:nth-child(3) a:after {
  left: 123px;
  top: 125px;
  transform: skew(0deg, 36deg);
  width: 200px;
}
.bot-link-box.bot-link-box02 li:nth-child(4) a {
  left: -72px;
  top: 250px;
}
.bot-link-box.bot-link-box02 li:nth-child(4) a:before {
  left: 110px;
  top: -18px;
}
.bot-link-box.bot-link-box02 li:nth-child(4) a:after {
  display: none;
}

.txt-box-wrap01 {
  padding: 50px 50px 80px;
  overflow: hidden;
}
h5 {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
h7 {
  color: #fe6700;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px !important;
  letter-spacing: -1px;
}
.box-01 {
  text-align: left;
  padding: 30px 0 50px;
  border-bottom: 1px solid #e2e2e2;
}
.box-01:last-child {
  border: none;
}
.txt-box-wrap01 p,
.box-area p,
.txt-box p,
.txt-box-area p,
.txt-box p,
.snb-box01 p,
.thum-box02 p,
.txt-box-area ul li,
.box-area ul li,
.txt-box ul li {
  font-size: 1rem;
  letter-spacing: -0.5px;
}
.snb-box01 p {
  font-size: 1rem;
  letter-spacing: -0.5px;
}
.txt-box-area ul li,
.box-area ul li,
.txt-box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
}
.txt-box-area ul li:before,
.box-area ul li:before,
.txt-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 6px;
}
.txt-box-area,
.box-area {
  overflow: hidden;
}
.box-half {
  width: 48%;
  float: left;
}
.box-half:last-child {
  float: right;
}
.box-half:nth-child(1) {
  float: left !important;
}
.box-half > p {
  margin-bottom: 20px;
}
.box-half > img {
  width: 100%;
}
.box-70 {
  width: 68%;
  float: left;
}
.box-30 {
  width: 30%;
  float: right;
}
.box-30.box-30-l {
  width: 28%;
  float: left;
}
.box-70.box-70-r {
  width: 70%;
  float: right;
}
.box-70 > img,
.box-30 > img {
  width: 100%;
}
.box-full {
  overflow: hidden;
}
.box-02 {
  padding: 50px 0;
  border-bottom: 1px solid #e2e2e2;
}
.box-02:last-child {
  border-bottom: none;
}
.txt-img-mix01 {
  position: relative;
}
.txt-img-mix01 > img {
  width: 60%;
}
.txt-img-mix01 > dl {
  position: absolute;
  background: #eaeaea;
  padding: 20px 5%;
  right: 0;
  bottom: 8%;
}
.txt-img-mix01 > dl dt {
  font-size: 20px;
  color: #666;
  padding-bottom: 6px;
}
.txt-img-mix01 > dl dd {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 4px;
}
.txt-img-mix02 {
}
.txt-img-mix02 > p {
  width: 50%;
  float: left;
}
.txt-img-mix02 > img {
  width: 50%;
  float: left;
}
h6 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
}
.txt-after h6 {
  display: none;
}
.bg-after-arrow {
  position: relative;
}
.bg-after-arrow:after {
  position: absolute;
  left: 102%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/bg-after-arrow.png) no-repeat 0 0;
}
.box-img-list > img {
  padding: 0 5% 0 0;
}

/* sub 3 */
.sub-snb-wrap {
  padding: 60px 0 0;
}
.sub-snb-wrap .container {
  position: relative;
  padding: 0 0 0 280px;
  min-height: 1550px;
}
.snb-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
}
.snb-list dl {
  margin-bottom: 40px;
}
.snb-list dl dt,
.snb-list dl dd {
  margin-bottom: 12px;
}
.snb-list dl a {
  letter-spacing: -1px;
  display: block;
  color: #333;
}
.snb-list dl dt a {
  font-size: 19px;
  font-weight: 600;
}
.snb-list dl dd a {
  font-size: 20px;
  font-weight: 300;
}
.snb-list dl .selected a,
.snb-list dl a:hover {
  color: #fe6700;
}
.snb-container {
  width: 100%;
  padding-bottom: 70px;
}
.snb-box01 {
  margin-bottom: 70px;
}
.snb-box01 .box-01 {
  border: none;
  padding: 70px 0 0;
}

.snb-box01 > img {
  width: 100%;
}
.snb-box01 p strong {
  color: #333;
}
.snb-box01 .box-01 .txt-box-area img {
  margin-top: 40px;
}
.snb-box01 .box-01 .txt-box-area .box-half:nth-child(1) {
  float: left;
}
.snb-box01 .box-half > p {
  margin-bottom: 0;
}
.box-col03 {
  padding: 0 0 50px;
  overflow: hidden;
}
.box-col03 > div {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.box-col03 > div:last-child {
  margin-right: 0;
}
.box-col03 img {
  width: 100%;
}
.box-col04 {
  padding: 0 0 50px;
  overflow: hidden;
}
.box-col04 > div {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.box-col04 > div:last-child {
  margin-right: 0;
}
.box-col04 img {
  width: 100%;
}
.box-col-txt {
  padding: 0 0 50px;
  overflow: hidden;
}
.box-col-txt > div {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.box-col-txt > div:last-child {
  margin-right: 0;
  width: 49%;
}
.box-col-txt img {
  width: 100%;
}
.box-col-txt > div:last-child img {
  margin-right: 10px;
  width: 47.7%;
}
.thum-box03 {
  border: 1px solid #e2e2e2;
}
.thum-box03 > div {
  max-height: 240px;
  background: #dae3f1;
  text-align: center;
}
.thum-box03 > div > img {
  width: 200px;
}
.thum-box03 p {
  padding: 24px 30px 30px;
}
.box-img0505 {
  position: relative;
  overflow: hidden;
  padding: 50px 50px 50px 320px;
  min-height: 300px;
}
.box-img0505 > img {
  position: absolute;
  left: 0;
  top: 0;
}
.box-img0505 > p {
  width: 100%;
  padding-top: 50px;
}
.gray-box {
  padding: 48px;
  background: #f2f5fa;
}
.gray-box > p {
  color: #666;
  font-size: 22px;
  font-weight: 400;
}
.gray-box02 {
  padding: 30px 40px;
  background: #eaeaea;
}
.gray-box02 > p {
  color: #666;
  font-size: 22px;
  font-weight: 400;
}
.gray-box02 a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 22px;
  color: #666;
}
.gray-box02 a:hover {
  color: #fe6700;
}
.box-link-txt > div {
  background: #eee;
  height: 200px;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.box-link-txt.box-link-bg > div {
  background: #fff;
  min-height: 420px;
  position: relative;
}
.box-link-txt.box-link01-bg > div {
  background: #eee;
  min-height: 310px;
  position: relative;
}
.box-link-txt > div a {
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 80px;
}
.box-link-txt.box-link-bg > div a {
  margin-top: 40px;
}
.box-link-txt.box-link-bg > div a > span {
  color: #fe6700;
}
.box-link-txt.box-link01-bg > div a {
  margin-top: 214px;
}
.box-link-txt > div i {
  display: none;
}
.box-link-txt > div:hover {
  background: #ffefe5;
  border: 1px solid #fe6700;
  text-align: center;
  padding: 80px 0 0 0;
}
.box-link-txt > div:hover a {
  color: #fe6700;
  margin-top: -28px !important;
}
.box-link-txt > div:hover i {
  display: block;
  width: 42px;
  margin: 0 auto 14px;
  background: url(../img/btn-add.png) no-repeat 0 0;
}
.box-link-txt.box-link-bg > div:hover i {
  display: block;
  width: 42px;
  margin: 0 0 -21px -21px;
  background: url(../img/btn-add.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 58%;
}
.box-link-txt.box-link01-bg > div:hover i {
  display: block;
  width: 42px;
  margin: 0 0 -21px -21px;
  background: url(../img/btn-add.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.box-link-txt > div p {
  padding: 20px;
}
.box-link-txt.box-link-bg > div:hover,
.box-link-txt.box-link01-bg > div:hover {
  border: 1px solid #fe6700;
  text-align: center;
  padding: 0;
}
.box-link-txt.box-link-bg div:hover a:before,
.box-link-txt.box-link01-bg div:hover a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 102, 0, 0.1);
  z-index: 5;
}
.h-400 {
  min-height: 400px !important;
}
.h-375 {
  min-height: 375px !important;
}
.mt-240,
.box-link-txt.box-link01-bg > div:hover a.mt-240 {
  margin-top: 240px !important;
}
.mt-260,
.box-link-txt.box-link01-bg > div:hover a.mt-260 {
  margin-top: 260px !important;
}
.box-link-txt.box-link-bg > div:hover a {
  margin-top: 40px !important;
}
.box-link-txt.box-link01-bg > div:hover a {
  margin-top: 214px !important;
}
.bg-img-01 {
  background: url(../img/img-sub0300-pic01.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-02 {
  background: url(../img/img-sub0300-pic02.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-03 {
  background: url(../img/img-sub0300-pic03.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-04 {
  background: url(../img/img-sub0300-pic04.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-05 {
  background: url(../img/img-sub0300-pic05.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-06 {
  background: url(../img/img-sub0300-pic06.png) no-repeat right bottom !important;
  background-size: contain !important;
}
.bg-img-07 {
  background: url(../img/img-sub0300-pic07.png) no-repeat right bottom !important;
  background-size: contain !important;
}

.bg-img01-01 {
  background: #eee url(../img/img-sub0301-pic01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img01-02 {
  background: #eee url(../img/img-sub0301-pic02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img01-03 {
  background: #eee url(../img/img-sub0301-pic03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img01-04 {
  background: #eee url(../img/img-sub0301-pic04.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img01-05 {
  background: #eee url(../img/img-sub0301-pic05.png) no-repeat right top !important;
  background-size: contain;
}
.bg-img01-06 {
  background: #eee url(../img/img-sub0301-pic06.png) no-repeat right top !important;
  background-size: contain !important;
}

.bg-img02-01 {
  background: #eee url(../img/img-sub0302-pic01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img02-02 {
  background: #eee url(../img/img-sub0302-pic02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img02-03 {
  background: #eee url(../img/img-sub0302-pic03.png) no-repeat right top !important;
  background-size: contain !important;
}

.bg-img03-01 {
  background: #eee url(../img/img-sub0303-pic01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-02 {
  background: #eee url(../img/img-sub0303-pic02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-03 {
  background: #eee url(../img/img-sub0303-pic03.png) no-repeat right top !important;
  background-size: contain !important;
}

.bg-img03-04 {
  background: #eee url(../img/img-sub0304-pic01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-05 {
  background: #eee url(../img/img-sub0304-pic02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-01 {
  background: #eee url(../img/img-sub0400-pic01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-02 {
  background: #eee url(../img/img-sub0400-pic02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-03 {
  background: #eee url(../img/img-sub0400-pic03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-04 {
  background: #eee url(../img/img-sub0400-pic04.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-05 {
  background: #eee url(../img/img-sub0400-pic05.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m11 {
  background: #eee url(../img/img-sub0401-3dm01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m12 {
  background: #eee url(../img/img-sub0401-3dm02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m13 {
  background: #eee url(../img/img-sub0401-3dm03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m14 {
  background: #eee url(../img/img-sub0401-3dm04.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m51 {
  background: #eee url(../img/img-sub0405-3dm01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m52 {
  background: #eee url(../img/img-sub0405-3dm02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img04-3m53 {
  background: #eee url(../img/img-sub0405-3dm03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m01 {
  background: #eee url(../img/img-sub0305-3m01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m02 {
  background: #eee url(../img/img-sub0305-3m02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m03 {
  background: #eee url(../img/img-sub0305-3m03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m04 {
  background: #eee url(../img/img-sub0305-3m04.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m05 {
  background: #eee url(../img/img-sub0305-3m05.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m06 {
  background: #eee url(../img/img-sub0305-3m06.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m61 {
  background: #eee url(../img/img-sub0306-3m01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m62 {
  background: #eee url(../img/img-sub0306-3m02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m63 {
  background: #eee url(../img/img-sub0306-3m03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m71 {
  background: #eee url(../img/img-sub0307-3m01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m72 {
  background: #eee url(../img/img-sub0307-3m02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m73 {
  background: #eee url(../img/img-sub0307-3m03.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m74 {
  background: #eee url(../img/img-sub0307-3m04.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m81 {
  background: #eee url(../img/img-sub0308-3dm01.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m82 {
  background: #eee url(../img/img-sub0308-3dm02.png) no-repeat right top !important;
  background-size: contain !important;
}
.bg-img03-3m83 {
  background: #eee url(../img/img-sub0308-3dm03.png) no-repeat right top !important;
  background-size: contain !important;
}
.link-list-box {
  background: #fdfdfd url(../img/bg-sub03-link.png) no-repeat 100% 0 !important;
  background-size: cover;
  min-height: 248px;
  padding: 45px 40px 20px 40px;
  border: 1px solid #e2e2e2;
}
.link-list-box ul {
  overflow: hidden;
  width: 60%;
}
.link-list-box ul li {
  float: left;
  width: 45%;
  margin: 0 20px 20px 0;
}
.link-list-box ul li a {
  width: 100%;
  height: 68px;
  background-color: #929292;
  display: block;
  padding: 17px 40px 0 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 576px) {
  .link-list-box ul li a {
    font-size: 17px;
  }
}

.link-list-box ul li.row2 a {
  padding: 18px 40px 0 30px;
}
.link-list-box ul li i {
  position: absolute;
  right: 30px;
  top: 18px;
}
.link-list-box ul li:hover a {
  background: #333;
}
.box-link-txt02 > div {
  background: #f2f5f9;
  min-height: 180px;
  border: 1px solid #f2f5f9;
  text-align: center;
}
.box-link-txt02 > div a {
  display: block;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 34px;
  color: #333;
}
.box-link-txt02 > div i {
  display: block;
  width: 42px;
  margin: 36px auto;
}
.box-link-txt02 > div:hover {
  background: #ffefe5;
  border: 1px solid #fe6700;
  text-align: center;
}
.box-link-txt02 > div:hover a {
  color: #fe6700;
}
.box-link-txt02 > div:hover i {
  display: block;
  width: 42px;
  background: url(../img/btn-add.png) no-repeat 0 0;
}
.pdf-list {
  padding: 0 0 30px;
}
.pdf-list li:first-child a {
  padding: 0 0 20px;
}
.pdf-list li a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 200;
  border-bottom: 1px solid #dfdfdf;
}
.pdf-list li a:hover {
  color: #fe6700;
  text-decoration: underline;
}

/*------------------------
    Start Exhibition Information - Add 2020.12.21 yheun
-----------------------*/
.header-exhibition {
  position: absolute;
  /*  z-index: 10;*/

  position: relative;
  background: url(../../../__korean/assets/images/backgrounds/exhibition.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% -100px;
  min-height: 350px;
}
.header-exhibition ~ .tit-sub {
  text-align: center;
}
.header-exhibition ~ .tit-sub:before {
  display: none;
}
.exhibition-page {
  position: relative;
  margin-top: 0px;
  /*  padding: 230px 0 120px;*/
  text-align: center;
  /*
  back/round-image: url("../../../__korean/assets/images/backgrounds/exhibition.jpg"); 
  background-size: cover; 
  background-attachment: fixed;
  background-position: 50% -100px;
*/
  z-index: 1;
}
/*
/exhibition-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.65);
}
*/
.exhibition-page > .container {
  padding-left: 12px;
  padding-right: 12px;
}
.exhibition-page .pagetitle__heading {
  margin-bottom: 90px;
  font-size: 50px;
  font-weight: 500;
  color: #232323;
}
.exhibition__desc p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #232323;
}

.exhibition-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.exhibition-wrapper .row > [class^="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* .exhibition__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  width: 2px;
  height: 10px;
  margin-left: 4px;
  border-radius: 2px;
  background-color: #aaaaaa;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}
.exhibition__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ec6c0e;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
} */
.exhibition__img .img-fluid {
  max-width: 100%;
  height: auto;
}
/*start 20240319 추가 > 20250121 수정*/
.exhibition-items {
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px 0 16px;
  width: 100%;
}
.exhibition-items .badge {
  /* position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  width: 30vw;
  height: 30vw;
  max-width: 150px;
  max-height: 150px;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.exhibition-items .badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: rotate(180deg);
}
.exhibition-items .badge.march:after {
  background-image: url(../img/exhib/exhib_mm_bg01.png);
}
.exhibition-items .badge.may:after {
  background-image: url(../img/exhib/exhib_mm_bg02.png);
}
.exhibition-items .badge.june:after {
  background-image: url(../img/exhib/exhib_mm_bg03.png);
}
.exhibition-items .badge.july:after {
  background-image: url(../img/exhib/exhib_mm_bg02.png);
}
.exhibition-items .badge.sep:after {
  background-image: url(../img/exhib/exhib_mm_bg01.png);
}
.exhibition-figure {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 0;
  padding-left: 16px;
}
.exhibition-figure h4 a {
  display: block;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #3c4c59;
}
.exhibition-figure .exp-date {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #4f4f59;
}
.exhibition-figure .exp-address {
  font-size: 16px;
  font-weight: 400;
  color: #4f4f59;
}
.exhibition__img {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  padding-top: 6px;
}
.exhibition__img .img-fluid {
  max-height: 50px;
}
/*end 20240319 추가 > 20250121 수정*/
/*start 20250121 추가*/
.exhibition-graphic-wrapper {
  margin: 0 auto;
}
.exhibition-graphic {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 24px 24px;
}

.exhibition-graphic__img .img-fluid {
  width: 100%;
  max-width: 480px;
}
.exhibition-graphic__title {
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.exhibition-graphic__title h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #3c4c59;
  text-align: right;
  font-family: "Roboto", sans-serif;
}
/*end 20250121*/
/*end 20250121 추가*/
/*start 20230612 추가*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.lt-spacing.list-dot li {
  position: relative;
  margin-bottom: 5px;
}
.lt-spacing.list-dot li.after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #232323;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-10 {
  padding: 10px !important;
}
.text-center {
  text-align: center !important;
}
.img-wrap > img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/*end 20230612 추가*/
@media (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .exhibition-page .pagetitle__desc {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .exhibition-page .pagetitle__desc {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* 추가 2022 0328 */
  .col-lg-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* start 20230612 */
  .col-lg-3-25per {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    max-width: 41.666666%;
  }
  .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .img-wrap-ridgeTor {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-wrap-ridgeTor > img {
    width: auto;
    max-height: 240px;
  }
  /* end 20230612 */
  .exhibition-page .row {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  /*start 20250121*/
  .exhibition-page .pagetitle__desc {
    max-width: 500px;
    margin-right: 0;
    font-size: 22px;
    font-weight: 500;
  }
  .exhibition-items .badge {
    padding-right: 20px;
    width: 180px;
    height: 180px;
    font-size: 26px;
  }
  .exhibition__img .img-fluid {
    max-height: 40px;
  }
  .exhibition-wrapper .row > [class^="col-"] .exhibition-items {
    padding-right: 0;
    text-align: right;
  }
  .exhibition-wrapper [class*="col"]:nth-child(odd) {
    margin-top: -200px;
    padding-right: 5px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(even) {
    margin-top: -50px;
    padding-left: 5px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(odd) .exhibition-items {
    justify-content: flex-end;
  }
  .exhibition-wrapper [class*="col"]:nth-child(odd) .exhibition-items .badge {
    padding-left: 20px;
    padding-right: 0;
    order: 2;
  }
  .exhibition-figure {
    flex: 0 0 auto;
    min-width: 200px;
  }
  .exhibition-wrapper [class^="col-"]:nth-child(odd) .exhibition-items .exhibition-figure {
    padding-left: 0;
    padding-right: 16px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(odd) .exhibition-items .badge:after {
    transform: rotate(0);
  }
  .exhibition-wrapper [class*="col"]:nth-child(1) .exhibition-items,
  .exhibition-wrapper [class*="col"]:nth-child(2) .exhibition-items {
    margin-left: 40px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(5) .exhibition-items,
  .exhibition-wrapper [class*="col"]:nth-child(6) .exhibition-items {
    margin-left: -40px;
  }
  /* .exhibition-wrapper [class*="col"]:nth-child(1) .exhibition-items {
    padding-right: 120px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(1) .exhibition-items .badge {
    right: -50px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(2) .exhibition-items {
    padding-left: 220px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(2) .exhibition-items .badge {
    left: 40px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(5) .exhibition-items {
    padding-right: 120px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(5) .exhibition-items .badge {
    right: -50px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(2) {
    margin-top: 130px;
  }
  .exhibition-wrapper [class*="col"]:nth-child(3),
  .exhibition-wrapper [class*="col"]:nth-child(5) {
    margin-top: -130px;
  } */
  .exhibition-graphic__img {
    padding-bottom: 20px;
  }
  /*end 20250121*/
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-moz-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-ms-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-o-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
/* RWD Start */
@media screen and (min-width: 1024px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    display: none;
  }
}
@media screen and (max-width: 1489px) {
  /*.header-fixed{*/
  /*    display: none;*/
  /*}*/

  .tit-sub {
    padding: 0 100px 100px 60px;
    width: 100%;
  }
  .tit-sub:before {
    left: 66px;
  }
  .main-txt {
    padding: 80px 20px;
  }
  .main-visual01,
  .main-visual02,
  .main-visual03,
  .main-visual04,
  .main-visual05,
  .footer,
  .foot-bottom {
    padding: 0 20px;
  }
  .main-visual02 .container {
    padding: 60px 60px;
  }
  .txt-visual-main {
    line-height: 130%;
    letter-spacing: -1px;
  }
  .main-visual03 .container,
  .main-visual04 .container {
    padding: 40px 60px;
  }
  .main-visual03 .container > img {
    width: 51%;
    margin: 20px 0;
  }
  .blue-box {
    width: 45%;
    padding: 0;
  }
  .pic-box:first-child {
    margin-bottom: 40px;
  }
  .pic-box > img,
  .content-box img {
    width: 100%;
  }
  .flag-area > img {
    width: auto;
  }
  .box-img0505 {
    text-align: center;
    padding: 50px 20px;
  }
  .box-img0505 img {
    width: 30%;
    position: unset;
  }
  .pic-box .txt-visual-main {
    font-size: 22px;
    letter-spacing: -1px;
  }
  .corp-list > img {
    margin-right: 40px;
  }
  .foot-bottom {
    background: #163060;
    padding: 40px 20px;
  }
  .bottom-logos {
    width: auto;
    float: right;
    text-align: right;
  }
  .foot-gnb-list {
    float: left;
  }
  .foot-gnb-list ul > li {
    padding: 0 1% 50px 0;
    width: 19%;
  }
  .bottom-corp {
    float: none;
    width: 100%;
    text-align: center;
  }
  .bottom-logos {
    width: 100%;
    float: none;
    text-align: center;
    padding: 40px 0 0;
  }
  .thum-box {
    padding: 40px 20px;
  }
  .thum-box > div {
    float: none;
    width: 100%;
  }
  .box-area img,
  .thum-box > img {
    width: 100%;
    margin-top: 20px;
  }
  .sub-visual02 {
    padding: 0 20px;
  }
  .thum-box01 p {
    min-height: auto !important;
  }
  .thum-box02 > img {
    position: unset;
    left: none;
    top: none;
    width: 50%;
    z-index: 5;
    float: left;
    height: 480px;
  }
  .txt-float-box01 {
    float: left;
    display: block;
    position: unset;
    right: none;
    top: none;
    width: 50%;
    height: 480px;
    padding: 20px 40px 0;
  }
  .sub-snb-wrap .container {
    position: relative;
    padding: 0 20px 0 280px;
  }
  .snb-list {
    left: 20px;
  }
  .foot-privacy .container {
    padding: 0 20px;
  }
  .link-list-box ul {
    width: 100%;
  }
  .link-list-box ul li {
    float: left;
    width: 47%;
  }
  .link-list-box ul li:nth-child(2),
  .link-list-box ul li:nth-child(4) {
    float: right;
    margin-right: 0;
  }
  .box-col-txt > div:last-child img {
    margin-right: 10px;
    width: 45%;
  }
  .min-h168 {
    min-height: auto !important;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    padding: 0 50px;
  }
  .sub-snb-wrap .container {
    padding: 0 50px 0 330px;
  }
  .snb-list {
    left: 50px;
  }
  .box-half > p {
    margin-bottom: 30px;
  }
  .box-img-list > img {
    padding: 0 2% 0 0;
  }
  .box-img0505 > p {
    padding-top: 0;
  }
  .box-col-txt > div,
  .box-col-txt > div:last-child {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .box-col-txt > div img,
  .box-col-txt > div:last-child img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-visual01 .container {
    padding: 80px 0 80px 0;
  }
  .main-visual02 .container {
    padding: 80px 0 80px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1388px) {
  .logo-top {
    float: left;
    margin: 18px 0 0 30px;
  }
  .logo-top a img {
    width: 70%;
    height: 70%;
    /* margin-left: 20px; */
  }
  .gnb-list {
    margin-top: 34px;
  }
  .gnb-list ul {
    float: right;
    min-height: 356px;
    padding-right: 28px;
  }
  .gnb-list ul li {
    display: inline-block;
    font-size: 0;
    margin-right: 20px;
    vertical-align: top;
    text-align: left;
  }
  .gnb-list .gnb-2depth {
    -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.39);
    min-height: 160px !important;
  }
  .gnb-list ul li > a {
    min-height: 54px;
  }
  .gnb-wrap {
    padding: 0;
  }
  .gnb-list .gnb-2depth a {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.5px;
    padding-bottom: 12px;
  }
  .gnb-list .gnb-2depth {
    padding: 16px 7px 0;
  }
  .gnb-list ul li:nth-child(1) {
    width: 140px;
  }
  .gnb-list ul li:nth-child(2) {
    width: 140px;
  }
  .gnb-list ul li:nth-child(3) {
    width: 140px;
  }
  .gnb-list ul li:nth-child(4) {
    width: 140px;
  }
  .gnb-list ul li:nth-child(5) {
    width: 140px;
    margin-right: 0;
  }
  .box-link-txt.box-link-bg > div {
    min-height: 470px;
  }
  .main-visual03 .container > img {
    float: left;
    width: 51%;
    height: auto;
    margin: 20px 0;
  }
  .blue-box .txt-visual-main {
    color: #333;
    font-size: 24px;
    letter-spacing: -1px;
  }
  .txt-visual-main {
    font-size: 32px;
  }
  .main-visual01 .container {
    padding: 80px 0 80px 360px;
  }
  .main-visual02 .container {
    padding: 80px 0 80px 60px;
  }
  .mt-260,
  .box-link-txt.box-link01-bg > div:hover a.mt-260 {
    margin-top: 190px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-fixed {
    height: auto;
    min-height: auto !important;
  }
  .logo-top a {
    display: block;
    margin: 15px auto;
    width: 100px;
    height: auto;
  }
  .logo-top a img.white-logo {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .header-fixed .white-logo {
    display: block;
  }
  .header-fixed .color-logo {
    display: none;
  }
  .gnb-menu {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    background-color: #fff;
    text-align: left;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -webkit-box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
    box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
  }
  .gnb-menu.open {
    right: 0;
    top: 50px;
    overflow-y: scroll;
    padding: 0 0 80px;
  }
  .top-menu {
    display: none;
    padding: 15px 20px 8px 0;
    width: 70%;
    text-align: left;
    position: absolute;
    top: 0;
    right: -100%;
    height: 50px;
    background: #193b8c;
    z-index: 105;
    -webkit-box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
    box-shadow: -15px 0px 24px 0px rgba(0, 0, 0, 0.8);
  }
  .m-lang {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .m-lang a {
    display: block;
    padding: 15px 0;
    color: #fff;
  }
  .m-lang a i {
    margin-bottom: 0.01rem;
    border-color: #fff;
    font-weight: 500;
  }
  .header-fixed .top-menu ul li a {
    color: #fff;
  }
  .header-fixed .top-menu ul li a:hover {
    color: #fe6700;
  }
  .top-menu.open {
    right: 0;
    top: 0;
  }
  .btn-change-region {
    display: none;
  }
  .logo-top,
  .gnb-wrap-menu {
    float: none;
    padding: 0;
  }
  .gnb-wrap-menu {
    display: none;
  }
  .logo-top {
    text-align: center;
  }
  .gnb-wrap {
    padding: 0;
    background: #193b8c;
  }
  .gnb-btn,
  .m-gnb-list {
    display: block;
  }
  .gnb-btn .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 38px;
    width: 29px;
    height: 24px;
    background: url(../img/btn-ham.png) no-repeat 0 0;
  }
  .close {
    display: none;
  }
  .close.open {
    display: block;
    position: fixed;
    right: 20px;
    top: 11px;
    width: 24px;
    height: 24px;
    z-index: 1000;
    background: url(../img/btn-ham-clo.png) no-repeat 0 0;
  }
  .gnb-list {
    display: none;
  }
  .main-visual03 .container > img {
    float: none;
    width: 100%;
    height: 458px;
  }
  .main-visual01 .container {
    padding: 160px 60px 0;
  }
  .pic-box {
    float: none;
    width: 100%;
  }
  .blue-box {
    float: none;
    padding: 40px 0;
    width: 100%;
  }
  .blue-box .txt-visual-main {
    font-size: 28px;
  }
  .pic-box > img,
  .content-box img {
    width: 100%;
  }
  .header-fixed .gnb-wrap-menu {
    overflow: hidden;
  }
  .header-fixed .m-gnb-list {
    background: #fff !important;
  }
  .header-fixed .m-gnb-list ul {
    background: transparent !important;
  }
  .header-fixed .m-gnb-list ul li > a,
  .header-fixed .m-gnb-list .gnb-2depth a {
    color: #333 !important;
  }
  .header-fixed .m-gnb-list .gnb-2depth a:hover {
    color: #fe6700 !important;
  }
  .m-gnb-list ul {
    background: rgba(0, 0, 0, 0.5);
  }
  .m-gnb-list ul li {
    display: inline-block;
    vertical-align: top;
  }
  .m-gnb-list ul li:nth-child(1) {
    width: 13%;
  }
  .m-gnb-list ul li:nth-child(2) {
    width: 13%;
  }
  .m-gnb-list ul li:nth-child(3) {
    width: 20%;
  }
  .m-gnb-list ul li:nth-child(4) {
    width: 20%;
  }
  .m-gnb-list ul li:nth-child(5) {
    width: 31%;
  }
  .m-gnb-list ul li > a {
    display: block;
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 16px 0 12px;
  }
  .m-gnb-list .gnb-2depth {
    padding: 0 0 10px 0;
  }
  .m-gnb-list .gnb-2depth a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 180%;
    padding-left: 12px;
  }
  .m-gnb-list .gnb-2depth a:hover {
    color: #fe6700;
  }
  .gnb-wrap {
    padding: 0;
  }
  .m-gnb-list ul li {
    display: block;
    float: unset;
    width: 100% !important;
    min-height: auto;
    /* border: 1px solid #676767; */
    border-bottom: 1px solid #eaeaea;
    background: #fff;
  }
  .m-gnb-list ul li:nth-child(1),
  .m-gnb-list ul li:nth-child(3) {
    border-right: none !important;
  }
  .m-gnb-list ul li:nth-child(3),
  .m-gnb-list ul li:nth-child(4),
  .m-gnb-list ul li:nth-child(5) {
    border-top: none !important;
  }
  .m-gnb-list .gnb-2depth a {
    font-size: 15px;
    line-height: 200%;
  }
  .etc-link-list {
    float: none;
  }
  .etc-link-list a {
    display: inline-block;
    width: 27%;
    text-align: center;
  }
  .sub-bottom-link {
    padding: 40px 20px;
  }
  .box-col03 > div,
  .sub-bottom-link .container > div,
  .sub-bottom-link.sub-bottom-link25 .container > div {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    text-align: center;
  }
  .box-col03 > div:last-child,
  .sub-bottom-link .container > div:last-child {
    margin: 0 auto;
  }
  .txt-box img,
  .box-full img,
  .sub-bottom-link .container > div > img {
    width: 100%;
  }
  .global-map {
    background: none;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
  }
  .global-map dl {
    max-width: 100% !important;
    position: unset;
    border: 4px solid #fe6700;
    margin-bottom: 13px;
  }
  .flag-box .flag-area {
    padding: 0 20px 50px 76px;
    min-height: 260px;
  }
  .flag-area > img {
    width: 100%;
    position: unset;
    right: none;
    top: none;
    margin-top: 20px;
  }
  .txt-img-mix01 > dl {
    position: unset;
  }
  .sub-visual02 {
    background: #fff !important;
  }
  .thum-box.box-00 {
    text-align: center;
  }
  .thum-box.box-00 > div {
    float: none;
    width: 100%;
    text-align: left;
  }
  .thum-box h4 {
    padding: 30px 0;
  }
  .thum-box.box-00 > img {
    float: none;
    width: auto;
    height: 300px;
    margin: 20px auto 0;
  }
  .thum-box01 {
    width: 100%;
    float: none;
    padding: 50px 0;
    margin: 0;
  }
  .thum-box01 {
    padding: 40px 0 20px;
  }
  .thum-box01:last-child {
    padding: 40px 0 60px;
  }
  .thum-box02 > img {
    position: unset;
    left: none;
    top: none;
    width: 100%;
    height: 50%;
    z-index: 5;
    float: none;
  }
  .txt-float-box01 {
    float: none;
    width: 100%;
    height: auto;
    right: none;
    top: none;
    background-size: cover;
    padding: 20px 40px;
  }
  .txt-float-box01 > h4 {
    font-size: 40px;
  }
  .ico-txt-box01 {
    padding: 50px 0 60px 70px;
  }
  .ico-note {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 50px;
    background-size: contain;
  }
  .txt-link-wrap01 {
    padding: 50px 0;
  }
  .thum-link-box {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px !important;
  }
  .thum-link-box.main-con > p {
    font-size: 22px;
    padding: 0 10px;
  }
  .box-half,
  .box-70,
  .box-30,
  .box-col03 > div,
  .box-col04 > div,
  .box-30.box-30-l,
  .box-70.box-70-r {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .box-half:last-child {
    float: none;
    margin-bottom: 0;
  }
  .txt-box-wrap01 {
    padding: 50px 0;
  }
  .txt-img-mix02 > p {
    width: 68%;
  }
  .txt-img-mix02 > img {
    width: 32%;
  }
  .box-01 {
    text-align: left;
    padding: 0 0 50px;
  }
  .txt-after h6 {
    display: block;
  }
  .box-img-list > img {
    padding: 0 5%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .sub-snb-wrap .container {
    padding: 0 20px;
  }
  .snb-list {
    display: none;
  }
  .cookey-box > div {
    padding: 0 20px;
  }
  .cookey-box > div > p {
    width: 100%;
    font-weight: 400;
  }
  .cookey-box > div > a {
    display: block;
    width: 140px;
    position: unset;
    margin: 8px auto 0;
    padding: 8px 40px 12px;
  }
  .txt-link.txt-link-2row:after {
    right: -30px;
    top: 13px;
  }
  .box-col03 > div > h4 {
    text-align: left;
  }
  .box-col03 p,
  .box-col03 ul li {
    text-align: left;
  }
  .min-h300 {
    min-height: 100px;
  }
  .box-img0505 {
    padding: 0;
    text-align: center;
  }
  .box-img0505 > img {
    position: unset;
    left: none;
    top: none;
  }
  .box-img0505 > p {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .img-rwd-w50 {
    width: 50% !important;
  }
  .gray-box {
    padding: 30px 24px;
  }
  .box-area .tr {
    text-align: center !important;
  }
  .box-area .tr > img {
    width: 100% !important;
  }
  .link-list-box ul li {
    float: none;
    width: 100%;
  }
  .link-list-box ul li:nth-child(2),
  .link-list-box ul li:nth-child(4) {
    float: none;
    margin-right: 0;
  }
  .tit-sub {
    padding: 0 0 70px 20px;
    width: 100%;
  }
  .txt-visual-main {
    font-size: 32px;
  }
  .sub-bottom-link02,
  .sub-bottom-link03 {
    display: none;
  }
  /*Main*/
  .owl-carousel {
    padding-top: 86px;
  }
  .owl-carousel .item .main-txt {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .etc-link-list {
    float: unset;
    text-align: center;
  }
  .etc-link-list > a {
    display: inline-block;
    margin: 0 20px 48px;
  }
  .txt-link {
    font-size: 19px;
    letter-spacing: -1px;
  }
  .container {
    padding: 0 60px;
  }
  h3 {
    font-size: 50px;
  }
  .global-map {
    background-size: contain;
    width: 100%;
    height: 800px;
  }
  .map-area01 {
    left: 10px;
    top: 10px;
  }
  .map-area02 {
    right: 10px;
    top: 10px;
  }
  .map-area03 {
    left: 10px;
    bottom: 150px;
  }
  .map-area04 {
    right: 10px;
    bottom: 65px;
  }
  .tit-sub {
    font-size: 54px;
    margin: -86px auto 0;
    padding: 0 0 20px 40px;
    width: 100%;
  }
  .tit-sub:before {
    left: 40px;
  }
  .header-sub01,
  .header-sub02,
  .header-sub03,
  .header-sub04,
  .header-sub05,
  .header-sub06 {
    min-height: 300px !important;
    height: auto;
  }
  .header-fixed.header-sub01,
  .header-fixed.header-sub02,
  .header-fixed.header-sub03,
  .header-fixed.header-sub04,
  .header-fixed.header-sub05,
  .header-fixed.header-sub06 {
    min-height: auto !important;
    height: auto;
  }
  .cookey-box {
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .header-sub01,
  .header-sub02,
  .header-sub03,
  .header-sub04,
  .header-sub05,
  .header-sub06 {
    min-height: 300px !important;
  }
  .tit-sub {
    font-size: 46px;
    margin: -71px auto -14px;
    padding: 0 0 0 20px;
    letter-spacing: -2px;
  }
  .tit-sub:before {
    left: 20px;
  }
  .gnb-menu {
    width: 60%;
  }
  .top-menu {
    width: 60%;
  }
  .gnb-btn .hamburger {
    top: 31px;
  }
  .top-menu ul li a {
    margin-left: 4px;
    float: left;
  }
  .btn-change-region {
    margin-left: 0px;
  }
  .header-sub02 {
    min-height: 300px;
  }
  .logo-top a {
    width: 80px;
  }
  /*/logo-top img{
        width:26%;
        height:30%;
    }*/
  .top-menu ul li a {
    margin-left: 12px;
  }
  .sub-visual01 h3 {
    font-size: 40px;
    margin: 10px 0;
  }
  .main-visual01 .container,
  .main-visual02 .container {
    padding: 50px 0;
  }
  .txt-visual-main {
    font-size: 28px;
  }
  .main-visual05 .container > p {
    font-size: 28px;
  }
  .main-visual05 {
    height: 220px;
  }
  .etc-link-list a {
    width: 25%;
  }
  .sns-tit {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  .sns-list {
    float: none;
    text-align: center;
  }
  .sns-list a {
    margin-left: 0;
    width: 18%;
    display: inline-block;
  }
  .foot-gnb-list ul > li {
    padding: 0 1% 50px 0;
  }
  .foot-gnb-list ul > li:nth-child(1),
  .foot-gnb-list ul > li:nth-child(2) {
    width: 26%;
  }
  .foot-gnb-list ul > li:nth-child(3) {
    width: 45%;
    padding: 0 0 50px 0;
  }
  .foot-gnb-list ul > li:nth-child(4),
  .foot-gnb-list ul > li:nth-child(5) {
    width: 49%;
  }
  .flag-box h4,
  .flag-box .txt-add,
  .flag-box .txt-play {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .table th,
  .table td {
    padding: 14px 6px 20px;
    font-size: 16px;
  }
  .tab-list ul li {
    width: 50%;
  }
  .tab-list ul li a {
    border: 1px solid #e4e4e6;
    border-top: none;
  }
  .tab-list ul li:nth-child(1) a,
  .tab-list ul li:nth-child(2) a {
    border-top: 1px solid #e4e4e6;
  }
  .tab-list ul li:hover a,
  .tab-list ul li.selected a {
    border: 1px solid #666;
  }
  .tab-list ul li:hover:nth-child(1) a,
  .tab-list ul li:hover:nth-child(2) a {
    border-top: 1px solid #666;
  }
  .sub-lnb ul li a {
    font-size: 12px;
  }
  .tit-sub {
    font-size: 46px;
    margin: -82px auto -32px;
    padding: 0 0 36px 20px;
    letter-spacing: -2px;
  }
  .sub-snb-wrap {
    padding: 0;
  }
  .sub-snb-wrap .container,
  .container {
    padding: 30px 16px !important;
  }
  .main-visual03 .container > img {
    float: none;
    width: 100%;
    height: 70%;
  }
  .thum-box01 {
    padding: 0 0 20px;
  }

  /*Main*/
  .owl-carousel {
    padding-top: 75px;
  }
  .main-txt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .gnb-menu {
    width: 70%;
  }
  .top-menu {
    width: 70%;
  }
  /*.logo-top a img {
        width: 20%;
        height: 20%;
        margin: 15px auto;
    }*/
  .gnb-btn .hamburger {
    top: 35px;
  }
  .top-menu ul li a {
    margin-left: 4px;
    float: left;
  }
  .btn-change-region {
    margin-left: 6px;
  }
  .ico-change-region {
    margin: 0 2px 0 0;
  }
  .top-menu {
    padding: 15px 8px 8px 0;
  }
  .gnb-btn {
    top: 10px;
  }
  .top-menu {
    padding: 18px 8px 8px 12px;
  }
  .m-gnb-list ul li {
    float: unset;
    width: 100% !important;
    min-height: auto !important;
    padding: 0 0 10px;
  }
  .header-sub01,
  .header-sub02,
  .header-sub03,
  .header-sub04,
  .header-sub05,
  .header-sub06 {
    min-height: 240px !important;
  }
  .tit-sub {
    font-size: 28px;
    margin: -54px auto -14px;
    padding: 0 0 0 20px;
    letter-spacing: -2px;
  }
  .tit-sub:before {
    left: 20px;
  }
  .sub-snb-wrap .container,
  .container {
    padding: 30px 16px !important;
  }

  .foot-gnb-list ul > li:nth-child(1),
  .foot-gnb-list ul > li:nth-child(2) {
    width: 49%;
  }
  .foot-gnb-list ul > li:nth-child(5) {
    width: 98%;
  }
  .etc-link-list a {
    width: 100%;
  }
  .corp-list > img,
  .bottom-logos > img {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
  .foot-privacy a {
    margin-right: 20px;
  }
  .gray-box02 {
    padding: 16px;
    background: #eaeaea;
  }
  .snb-box01 .box-01 {
    border: none;
    padding: 10px 0 0;
  }
  .sub-snb-wrap .container {
    position: relative;
    min-height: auto;
  }
  .snb-container {
    padding-bottom: 20px;
  }
  .txt-box-area img {
    width: 100%;
  }
  .link-list-box {
    padding: 45px 20px 20px 20px;
  }
  .link-list-box ul li a {
    padding: 22px 40px 0 14px;
  }
  .link-list-box ul li i {
    right: 14px;
  }
  .timeline-content {
    padding-left: 80px;
  }
  .timeline {
    padding: 20px;
  }
  .event:before {
    left: -170px;
  }
  .event:after {
    left: -27px;
  }
  .flag-box h4,
  .flag-box .txt-add,
  .flag-box .txt-play {
    font-size: 22px;
    width: 100%;
    word-break: break-all;
  }
  .footer {
    padding: 0 !important;
  }
  .sub-lnb ul li a {
    margin: 0 4px 0 6px;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .sub-visual02 {
    padding: 0;
  }
  .txt-link-box01 > h4 > a {
    letter-spacing: -1px;
  }
  .txt-p,
  .flag-area > p,
  .txt-float-box01 > p,
  .ico-txt-box01 > p,
  .txt-link-box01 > p,
  .global-map dl dd,
  .global-map dl dd a,
  .txt-box-wrap01 p,
  .box-area p,
  .txt-box p,
  .txt-box-area p,
  .txt-box p,
  .snb-box01 p,
  .thum-box02 p,
  .txt-box-area ul li,
  .box-area ul li,
  .txt-box ul li {
    font-size: 16px;
  }
  .txt-sub01 {
    margin: 30px 0 0;
  }
  .txt-float-box01 {
    padding: 20px 14px;
  }
  h3,
  .txt-float-box01 > h4,
  .txt-link-wrap01 > h5 {
    font-size: 30px;
  }
  .txt-link-wrap01,
  .txt-box-wrap01 {
    padding: 10px 0 30px;
  }
  .mt-60,
  .mt-50 {
    margin-top: 20px !important;
  }
  .pb-80 {
    padding-bottom: 20px !important;
  }
  .pt-80 {
    padding-top: 20px !important;
  }
  .box-col03 {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .tit-sub {
    font-size: 25px;
    margin: -48px auto 0;
    padding: 0 0 0 20px;
    letter-spacing: -1.5px;
  }
  .gnb-menu {
    width: 80%;
  }
  .top-menu {
    width: 80%;
  }
  .logo-top a img {
    width: 25%;
    height: 25%;
    margin: 15px auto;
  }
  .gnb-btn .hamburger {
    top: 35px;
  }
  .top-menu {
    padding: 15px 8px 8px 10px;
  }
  .top-menu ul li a {
    font-size: 12px;
  }
  .btn-change-region {
    margin-left: 4px;
    font-size: 12px;
  }
  .txt-visual-main,
  .blue-box .txt-visual-main {
    font-size: 24px;
  }
  .main-visual01,
  .main-visual02 {
    padding: 30px 0;
  }
  .sub-snb-wrap .container,
  .container {
    padding: 10px 12px !important;
  }
  .sub-visual01 h3,
  h5 {
    font-size: 31px;
    padding: 0;
  }
  .thum-box {
    padding: 0 0px;
  }
  .header-sub01,
  .header-sub02,
  .header-sub03,
  .header-sub04,
  .header-sub05,
  .header-sub06 {
    min-height: 242px !important;
  }
  .header-fixed.header-sub01,
  .header-fixed.header-sub02,
  .header-fixed.header-sub03,
  .header-fixed.header-sub04,
  .header-fixed.header-sub05,
  .header-fixed.header-sub06 {
    min-height: auto !important;
    height: auto !important;
  }
  .global-map {
    height: 870px;
  }
}
