@charset "UTF-8";
/* roboto */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
/* roboto(한글일 때) */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Light.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Regular.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Medium.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Bold.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
/*  */
/* montserrat */
@font-face {
  font-family: "montserrat";
  font-weight: 300;
  src: url("../fonts/Montserrat/static/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
}
/* montserrat(한글일 때) */
@font-face {
  font-family: "montserrat";
  font-weight: 300;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Light.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "montserrat";
  font-weight: 400;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Regular.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "montserrat";
  font-weight: 500;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Medium.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  src: url("../fonts/Noto_Sans_KR/NotoSansKR-Bold.otf") format("opentype");
  unicode-range: U+AC00-D7A3;
}
html {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  min-width: 61rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

em {
  font-style: normal;
}

@keyframes load {
  0% {
    position: relative;
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    position: relative;
    transform: translateY(0);
    opacity: 1;
  }
}
.a11yHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 0, 0 0);
}

.downArrow {
  display: inline-block;
  line-height: 2.5rem;
}
.downArrow::before {
  content: "▼";
  padding-left: 0.4rem;
  padding-right: 0.5rem;
  width: 100%;
  height: 100%;
  color: yellow;
  position: relative;
  top: -0.5rem;
}

.modal {
  position: fixed;
  background-color: transparent;
}

.modal.active {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  z-index: 99;
}

@media (max-width: 856px) {
  header {
    position: relative;
  }
}
header .exchange__wrap {
  color: #ffffff;
  background-color: #123a61;
  height: 6rem;
  width: 100%;
}
@media (max-width: 856px) {
  header .exchange__wrap {
    display: none;
  }
}
header .exchange__wrap .exchange {
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .exchange__wrap .exchange__target {
  line-height: 3rem;
}
header .exchange__wrap .exchange__target.usd {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 1.5rem;
}
header .exchange__wrap .exchange__target.eur {
  padding-left: 1.5rem;
}
header .exchange__wrap .exchange__target__usd, header .exchange__wrap .exchange__target__eur {
  padding-right: 1rem;
  font-weight: 700;
}
@media (max-width: 856px) {
  header nav {
    height: 5rem;
    width: 100vw;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  header nav .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
  }
  header nav .navigation__logo {
    height: 3.2rem;
  }
  header nav .navigation__logo img {
    height: 3.2rem;
  }
  header nav .navigation .nav-list {
    display: none;
  }
  header nav .navigation .nav-list--small {
    display: block;
    position: absolute;
    left: 0;
    padding: 1.2rem;
    cursor: pointer;
  }
  header nav .navigation .nav-list--small img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 857px) {
  header nav {
    width: 100%;
  }
  header nav .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120rem;
    height: 10rem;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  header nav .navigation .nav-list--small {
    display: none;
  }
  header nav .navigation__logo {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 1.5rem;
    display: block;
    width: 100%;
  }
  header nav .navigation__logo img {
    max-width: 100%;
  }
  header nav .navigation__container {
    font-family: montserrat, sans-serif;
    font-weight: noraml;
    color: #424242;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    line-height: 10rem;
    margin: 0;
    position: relative;
  }
  header nav .navigation__container .nav-list {
    display: inline-block;
  }
  header nav .navigation__container .nav-list-btn {
    display: block;
    line-height: 1;
    padding: 4.1rem 8rem 2.9rem 0;
    font-weight: 2.4rem;
  }
  header nav .navigation__container .nav-list-btn:hover span {
    color: #123a61;
  }
  header nav .navigation__container .nav-list-btn::after {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 2px;
    margin-top: 1rem;
    background-color: #123a61;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
  }
  header nav .navigation__container .nav-list-btn:hover::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
  }
  header nav .navigation__container .nav-list.ignoreSpacing a {
    padding-right: 0px;
  }
  header nav .navigation__container__product--hover {
    display: none;
  }
  header nav .navigation__container__product:hover .product-hover {
    display: block;
    position: absolute;
    z-index: 20;
    font-size: 1.6rem;
    color: #616161;
    background-color: #ffffff;
    min-width: 155px;
    opacity: 0.9;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
  }
  header nav .navigation__container__product:hover .product-hover__list {
    display: block;
    line-height: normal;
    padding: 0 1rem;
    line-height: 1.6rem;
  }
  header nav .navigation__container__product:hover .product-hover__list .hover-menu {
    display: inline-block;
    width: 100%;
    padding: 1.1rem 3.5rem 1.1rem 1rem;
  }
  header nav .navigation__container__product:hover .product-hover__list .hover-menu:hover {
    background-color: #123a61;
    color: #ffffff;
  }
}

aside {
  display: none;
}

aside.active {
  display: block;
  position: fixed;
  top: 0;
  width: 57rem;
  color: #424242;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  overflow-x: hidden;
  transition: all 0.5s;
  animation: rwd-menu 0.2s linear 1;
}
@keyframes rwd-menu {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 57rem;
    opacity: 1;
  }
}
aside.active .rwd-menu__navigation {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding-top: 5.1rem;
}
aside.active .rwd-menu__navigation .rwd-exit {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  color: #424242;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside.active .rwd-menu__navigation .rwd-exit::before {
  width: 2.4rem;
  height: 2.4rem;
}
aside.active .rwd-menu__navigation .rwd-container {
  padding: 0;
  font-size: 1.6rem;
  width: 57rem;
  line-height: 1.6;
}
aside.active .rwd-menu__navigation .rwd-container__item {
  padding: 1.3rem 3rem 1.3rem 2rem;
  border-bottom: 1px solid #e0e0e0;
}
aside.active .rwd-menu__navigation .rwd-container__item:hover {
  font-weight: 700;
}

main .section1 {
  overflow: hidden;
  position: relative;
}
main .section1__container {
  display: flex;
  width: 300vw;
  height: 80rem;
  margin: 0 auto;
  transform: translate(0);
  transition: transform 0.2s;
}
main .section1__container__item {
  height: 100%;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
main .section1__container__item.carousel1-item1 {
  background-image: url(../images/carousel_1/c1.png);
}
main .section1__container__item.carousel1-item2 {
  background-image: url(../images/carousel_1/c2.jpg);
}
main .section1__container__item.carousel1-item3 {
  background-image: url(../images/carousel_1/c3.jpg);
}
main .section1__container__item .carousel__contents {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  padding: 0 6rem 5rem;
  margin: 0 3rem;
}
main .section1__container__item .carousel__contents .content-box {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 2.5rem 0;
}
main .section1__container__item .carousel__contents .content-box__title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 2.5rem 0;
}
main .section1__container__item .carousel__contents .content-box__line {
  height: 0.7rem;
  width: 13.3rem;
  margin-bottom: 2.5rem;
  background-color: #ffffff;
}
main .section1__container__item .carousel__contents .content-box__txt {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
main .section1__container__item .carousel__contents .content-box .view-box {
  position: relative;
  font-size: 1.8rem;
  padding: 1.8rem 9.5rem 1.8rem 1.9rem;
  background-color: #ffffff;
  color: #123a61;
  font-weight: 400;
  top: 5rem;
}
main .section1__container__item .carousel__contents .content-box .view-box:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.5s;
}
main .section1__container__item .carousel__contents .content-box .view-box:hover i {
  animation: move 0.7s linear infinite;
}
@keyframes move {
  0% {
    right: 1.9rem;
  }
  50% {
    right: 1.5rem;
  }
  100% {
    right: 1.9rem;
  }
}
main .section1__container__item .carousel__contents .content-box .view-box i {
  font-size: 2.4rem;
  position: absolute;
  right: 1.9rem;
}
main .section1 .carousel-btns {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  bottom: 2rem;
}
main .section1 .carousel-btns-item {
  padding: 0;
  margin: 0 0.2rem;
  background-color: rgba(255, 255, 255, 0.8);
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
main .section1 .carousel-btns-item.active {
  width: 4.3rem;
  background-color: #123a61;
  opacity: 1;
  border-radius: 50px;
  transition: all 0.3s;
}
main .section2 {
  position: relative;
  padding-bottom: 10rem;
}
main .section2 .design-hidden {
  background-color: #ffffff;
  position: absolute;
  z-index: 40;
  width: 7.5rem;
  height: 100%;
}
main .section2__container {
  overflow: hidden;
  position: relative;
  padding: 10rem 0 13rem 2rem;
  margin-left: 5.5rem;
}
main .section2__container__title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 5rem;
}
main .section2__container__title .section2__title__sentence {
  margin: 0;
  line-height: 1.4;
}
main .section2__container__title .section2__title__sentence:first-child {
  color: #424242;
}
s main .section2__container__title .section2__title__sentence:nth-child(2) {
  color: #123a61;
}
main .section2__container .section2__container__flex {
  display: flex;
  width: 700vw;
  height: 50rem;
  margin: 0 auto;
  transform: translate(0rem);
  transition: transform 0.3s;
}
main .section2__container .section2__container__flex__item {
  height: 100%;
  width: 117rem;
  margin-right: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
main .section2__container .section2__container__flex__item.carousel2-item1 {
  background-image: url(../images/carousel_2/trading_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item2 {
  background-image: url(../images/carousel_2/construction_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item3 {
  background-image: url(../images/carousel_2/tool_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item4 {
  background-image: url(../images/carousel_2/interior_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item5 {
  background-image: url(../images/carousel_2/fnb_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item6 {
  background-image: url(../images/carousel_2/dutyfree_bg.png);
}
main .section2__container .section2__container__flex__item.carousel2-item7 {
  background-image: url(../images/carousel_2/consulting_bg.png);
}
main .section2__container .section2__container__flex__item .carousel-contents {
  position: relative;
  height: 100%;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box {
  position: absolute;
  z-index: 20;
  width: 52rem;
  height: 21.5rem;
  padding: 2.4rem;
  background-color: #ffffff;
  bottom: -11rem;
  right: 6.5rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box .icon-box {
  position: relative;
  background-color: #123a61;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box .icon-box .carousel-icon {
  width: 5.1rem;
  height: 5.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box p {
  margin: 0;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box p:nth-child(2) {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #424242;
  margin-bottom: 1rem;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box p:nth-child(3) {
  font-size: 1.8rem;
  color: #424242;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box-arrow {
  position: absolute;
  right: 2.4rem;
  bottom: 7rem;
  font-size: 2.4rem;
  color: #424242;
}
main .section2__container .section2__container__flex__item .carousel-contents .content-box:hover .content-box-arrow {
  animation: move2 0.7s linear infinite;
}
@keyframes move2 {
  0% {
    right: 2.4rem;
  }
  50% {
    right: 2.9rem;
  }
  100% {
    right: 2.4rem;
  }
}
main .section2__container .section2-move {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #424242;
  border: solid 2px #e0e0e0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
main .section2__container .prev {
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 60;
}
main .section2__container .next {
  z-index: 60;
}
@media (max-width: 1260px) {
  main .section2__container .next {
    right: 0;
    position: absolute;
    bottom: 40%;
  }
}
@media (min-width: 1261px) {
  main .section2__container .next {
    position: absolute;
    bottom: 40%;
    left: 116rem;
  }
}
main .section3__container {
  background-image: url(../images/sec3_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
main .section3__container .section3__content {
  padding: 21.7rem 0;
  text-align: center;
}
main .section3__container .section3__content__name {
  font-family: montserrat, sans-serif;
  font-weight: noraml;
  font-size: 4.8rem;
  margin: 0 0 3rem 0;
}
main .section3__container .section3__content__sentence {
  margin: 1rem 0;
  font-size: 17.5px;
  font-weight: 500;
}
main .section3__container .design {
  width: 100%;
  position: absolute;
  bottom: 0;
}
main .section4 {
  padding: 10rem 0 7rem 0;
}
main .section4__container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
main .section4__container__name {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5rem;
  font-size: 3.6rem;
}
main .section4__container__name .section4__sentence {
  margin: 0 0;
}
main .section4__container__name .section4__sentence:first-child {
  color: #424242;
}
main .section4__container__name .section4__sentence:nth-child(2) {
  color: #123a61;
}
main .section4__container__content {
  margin-bottom: 3rem;
  display: flex;
}
main .section4__container__content .section4__box {
  position: relative;
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
main .section4__container__content .section4__box__img {
  border: 1px solid #e0e0e0;
}
main .section4__container__content .section4__box__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section4__container__content .section4__box:hover {
  transform: scale3d(1.1, 1.1, 1);
}
main .section5 {
  background-image: url(../images/recruit_bg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
main .section5__container {
  padding: 9rem 0;
}
main .section5__container__wrap {
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
main .section5__container__wrap .section5__flex {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
}
main .section5__container__wrap .section5__flex__left {
  color: #ffffff;
}
main .section5__container__wrap .section5__flex__left__name {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0;
}
main .section5__container__wrap .section5__flex__left__descript {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1rem 0;
}
main .section5__container__wrap .section5__flex__right {
  display: flex;
  align-items: center;
}
main .section5__container__wrap .section5__flex__right .view-box {
  position: relative;
  font-size: 1.8rem;
  padding: 1.8rem 9.5rem 1.8rem 1.9rem;
  background-color: #ffffff;
  color: #123a61;
}
main .section5__container__wrap .section5__flex__right .view-box:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.5s;
}
main .section5__container__wrap .section5__flex__right .view-box:hover i {
  animation: move 0.7s linear infinite;
}
@keyframes move {
  0% {
    right: 1.9rem;
  }
  50% {
    right: 1.5rem;
  }
  100% {
    right: 1.9rem;
  }
}
main .section5__container__wrap .section5__flex__right .view-box i {
  font-size: 2.4rem;
  position: absolute;
  right: 1.9rem;
}

footer {
  padding: 4.75rem 0;
}
footer .footer__container {
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
}
footer .footer__container .footer__flex {
  display: flex;
}
footer .footer__container .footer__flex__logo {
  padding-right: 5rem;
  margin-right: 1.5rem;
}
footer .footer__container .footer__flex__logo__img {
  background-image: url(../images/logo_mark.png);
  width: 17.2rem;
  height: 10.6rem;
}
footer .footer__container .footer__flex__details {
  flex-grow: 1;
  line-height: 1.6;
}
footer .footer__container .footer__flex__details .details__sentence {
  margin: 1.5rem 0;
  color: #424242;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

/*# sourceMappingURL=main.css.map */
