@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

.header__container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 73px;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.3s; }
  .header__container.scroll {
    background-color: #ffffff; }

.header__inner--layer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1280px;
  height: 100%;
  margin: 0 auto; }

.header__logo {
  position: relative;
  width: 125px;
  height: 20px;
  background: url("../../images/logo_01.png") no-repeat center center;
  background-size: cover;
  z-index: 5; }

.header__navigation-web {
  position: relative;
  width: calc(100% - 125px);
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.header__navigation-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .header__navigation-inner > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    font-size: 1.6rem;
    color: #000000;
    cursor: pointer; }
    .header__navigation-inner > a.active, .header__navigation-inner > a:hover {
      color: #3fb2e4; }
      .header__navigation-inner > a.active:after, .header__navigation-inner > a:hover:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        display: inline-block;
        content: "";
        width: 100%;
        height: 1px;
        background: #3fb2e4; }

.header__signin {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .header__signin a {
    display: inline-block;
    font-size: 1.6rem;
    color: #000000;
    cursor: pointer;
    margin-left: 30px; }
    .header__signin a.active, .header__signin a:hover {
      color: #3fb2e4;
      text-decoration: underline; }

.header__navigation-mobile {
  z-index: 2;
  width: 100%;
  padding-top: 100px;
  padding-left: 18px;
  padding-right: 18px;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  display: none; }
  .header__navigation-mobile.open {
    left: 0; }
  .header__navigation-mobile > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #d8d8d8; }
    .header__navigation-mobile > a.m_colored {
      color: #3fb2e4; }
    .header__navigation-mobile > a.active, .header__navigation-mobile > a:hover {
      color: #3fb2e4; }

#hamburger {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  #hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #hamburger span:nth-child(1) {
      top: 0px; }
    #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
      top: 8px; }
    #hamburger span:nth-child(4) {
      top: 16px; }
  #hamburger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #hamburger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

@media (max-width: 1080px) {
  .header__container {
    width: 100%;
    height: 50px;
    padding: 0 18px; }
  .header__navigation-web {
    display: none; }
  .header__navigation-mobile {
    display: flex; }
  .header__inner--layer {
    width: 100%; }
  #hamburger {
    display: block; }
  .header__logo {
    width: 103px;
    background-size: 103px; } }

@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

.footer__container {
  width: 100%;
  padding: 70px 0 45px 0;
  background: #f9f9f9; }
  .footer__container > article {
    position: relative;
    width: 1280px;
    margin: 0 auto; }

.footer__logo {
  width: 130px;
  margin-bottom: 30px; }
  .footer__logo img {
    width: 100%; }

.footer__support {
  width: 100%;
  list-style: none; }
  .footer__support > li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 8px; }

.footer__link {
  position: absolute;
  bottom: 45px;
  right: 0;
  font-size: 1.6rem; }
  .footer__link > a {
    display: inline-block;
    color: #000; }
    .footer__link > a:last-child {
      margin-left: 20px; }

.footer__copyRight {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.6rem; }

@media (max-width: 1080px) {
  .footer__container {
    width: 100%;
    padding: 40px 18px; }
    .footer__container > article {
      width: 100%; }
  .footer__logo {
    width: 75px;
    margin-bottom: 25px; }
  .footer__support {
    margin-bottom: 25px; }
    .footer__support li {
      font-size: 1rem;
      margin-bottom: 2px; }
  .footer__link {
    position: static;
    font-size: 1rem; }
  .footer__copyRight {
    position: static;
    font-size: 1rem; } }

.m_br {
  display: none; }

@media (max-width: 1080px) {
  .m_br {
    display: block; } }

.topBanner__container {
  width: 100%;
  height: 1080px;
  background-image: url(../../images/bg_01.png);
  background-size: cover;
  background-position: center center; }
  .topBanner__container > article {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 1280px;
    height: 100%;
    margin: 0 auto; }

.topBanner__heading {
  transition-property: transfrom opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.1s;
  width: 100%;
  margin-bottom: 40px;
  font-size: 5rem;
  font-weight: 800; }
  .topBanner__heading.active {
    opacity: 1;
    transform: translateY(0); }

.topBanner__subtitle {
  transition-property: transfrom opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.2s;
  width: 100%;
  margin-bottom: 65px;
  font-size: 2.2rem;
  font-weight: 400; }
  .topBanner__subtitle.active {
    opacity: 1;
    transform: translateY(0); }

.topBanner__link {
  transition-property: transfrom opacity;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  border: 1px solid #3fb2e4;
  border-radius: 22.5px;
  color: #3fb2e4;
  font-size: 1.6rem; }
  .topBanner__link.active {
    opacity: 1;
    transform: translateY(0); }
  .topBanner__link:hover {
    color: #000000; }

@media (max-width: 1080px) {
  .topBanner__container {
    height: 100vh;
    background-image: url(../../images/m_bg_01.png); }
    .topBanner__container > article {
      width: 100%;
      padding: 0 18px;
      justify-content: flex-end; }
  .topBanner__heading {
    margin-bottom: 30px;
    font-size: 2.6rem; }
  .topBanner__subtitle {
    margin-bottom: 40px;
    font-size: 1.25rem;
    line-height: 1.3; }
  .topBanner__link {
    width: 110px;
    height: 34px;
    border-radius: 17px;
    font-size: 1.04rem;
    margin-bottom: 45px; } }

.farmStorage__container {
  width: 100%;
  padding: 150px 0; }
  .farmStorage__container > article {
    transition-property: transfrom opacity;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto; }
    .farmStorage__container > article.active {
      opacity: 1;
      transform: translateY(0); }

.farmStorage__heading {
  width: 350px;
  font-size: 2.2rem;
  font-weight: 700; }

.farmStorage__content {
  width: calc(100% - 350px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.farmStorage__topTxt {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5; }

.farmStorage__image {
  width: 100%;
  margin: 100px auto; }
  .farmStorage__image img {
    width: 100%; }
  .farmStorage__image.web {
    display: block; }
  .farmStorage__image.mobile {
    display: none; }

.farmStorage__list {
  width: 100%;
  list-style: none; }
  .farmStorage__list li {
    position: relative;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding-left: 14px; }
    .farmStorage__list li::before {
      display: inline-block;
      width: 14px;
      height: 14px;
      content: "-";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.4rem; }
    .farmStorage__list li:last-child {
      margin-bottom: 0; }

@media (max-width: 1080px) {
  .farmStorage__container {
    width: 100%;
    padding: 72px 18px; }
    .farmStorage__container > article {
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      width: 100%; }
  .farmStorage__heading {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .farmStorage__content {
    width: 100%; }
  .farmStorage__topTxt {
    font-size: 1.04rem; }
  .farmStorage__image {
    width: 100%;
    max-width: 370px;
    margin: 40px auto; }
    .farmStorage__image.web {
      display: none; }
    .farmStorage__image.mobile {
      display: block; }
  .farmStorage__list li {
    font-size: 1.04rem;
    margin-bottom: 4px;
    padding-left: 8px; }
    .farmStorage__list li::before {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.2rem; } }

.middleBanner__container {
  width: 100%;
  height: 160px;
  background: url(../../images/bg_02.png) no-repeat center center;
  background-size: cover; }
  .middleBanner__container > article {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1280px;
    height: 100%;
    margin: 0 auto; }

.middleBanner__heading {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center; }

@media (max-width: 1080px) {
  .middleBanner__container {
    width: 100%;
    height: 70px;
    background: url(../../images/m_bg_02.png) no-repeat center center; }
    .middleBanner__container > article {
      width: 100%;
      height: 100%;
      padding: 0 18px;
      overflow: hidden; }
  .middleBanner__heading {
    font-size: 1.25rem;
    text-align: left; } }

.serviceUsage__container {
  width: 100%;
  padding: 150px 0; }
  .serviceUsage__container > article {
    transition-property: transfrom opacity;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto; }
    .serviceUsage__container > article.active {
      opacity: 1;
      transform: translateY(0); }

.serviceUsage__heading {
  width: 350px;
  font-size: 2.2rem;
  font-weight: 700; }

.serviceUsage__content {
  width: calc(100% - 350px); }

.serviceUsage__tabEl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 80px; }

.serviceUsage__tab {
  position: relative;
  bottom: -1px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 33.333%;
  height: 60px;
  font-size: 1.8rem;
  color: #000;
  border-bottom: 4px solid transparent;
  padding-top: 5px;
  cursor: pointer; }
  .serviceUsage__tab.active {
    font-weight: 700;
    border-color: #3fb2e4; }

.serviceUsage__tabContent {
  width: 100%;
  display: none; }
  .serviceUsage__tabContent.active {
    display: block; }

.serviceUsage__tabContent-head {
  font-size: 1.8rem;
  margin-bottom: 60px; }

.serviceUsage__tabContent-img {
  width: 100%;
  margin-bottom: 80px; }
  .serviceUsage__tabContent-img img {
    width: 100%; }
  .serviceUsage__tabContent-img.web {
    display: block; }
  .serviceUsage__tabContent-img.mobile {
    display: none; }

@media (max-width: 1080px) {
  .serviceUsage__container {
    width: 100%;
    padding: 72px 18px; }
    .serviceUsage__container > article {
      width: 100%;
      flex-direction: column; }
  .serviceUsage__heading {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .serviceUsage__content {
    width: 100%; }
  .serviceUsage__tabEl {
    margin-bottom: 40px; }
  .serviceUsage__tab {
    height: 30px;
    font-size: 1.04rem;
    border-bottom: 2px solid transparent; }
  .serviceUsage__tabContent-head {
    font-size: 1.04rem;
    margin-bottom: 30px; }
  .serviceUsage__tabContent-img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px auto; }
    .serviceUsage__tabContent-img.web {
      display: none; }
    .serviceUsage__tabContent-img.mobile {
      display: block; } }

.news__container {
  width: 100%;
  padding: 150px 0;
  background: #f9f9f9; }
  .news__container > article {
    transition-property: transfrom opacity;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto; }
    .news__container > article.active {
      opacity: 1;
      transform: translateY(0); }

.news__heading {
  width: 350px;
  font-size: 2.2rem;
  font-weight: 700; }

.news__content {
  width: calc(100% - 350px); }
  .news__content > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px; }
    .news__content > li:last-child {
      margin-bottom: 0; }

.news__detail-img {
  width: 370px; }
  .news__detail-img img {
    width: 100%; }

.news__detail-content {
  width: calc(100% - 370px);
  padding-left: 50px;
  font-size: 1.8rem; }

.news__detail-content-title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 45px; }

.news__detail-content-txt {
  width: 100%;
  margin-bottom: 60px;
  line-height: 1.5; }

.news__detail-content-link {
  width: 100%;
  display: inline-block;
  text-align: right;
  color: #3fb2e4; }
  .news__detail-content-link:hover {
    color: #000; }

@media (max-width: 1080px) {
  .news__container {
    width: 100%;
    padding: 75px 18px; }
    .news__container > article {
      width: 100%;
      flex-direction: column; }
  .news__heading {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 40px; }
  .news__content {
    width: 100%; }
    .news__content > li {
      flex-direction: column;
      width: 100%;
      margin-bottom: 40px; }
  .news__detail-img {
    width: 100%;
    margin: 0 auto 30px auto; }
  .news__detail-content {
    width: 100%;
    padding: 0;
    font-size: 1.04rem; }
  .news__detail-content-title {
    width: 100%;
    margin-bottom: 20px; }
  .news__detail-content-txt {
    margin-bottom: 20px; }
  .news__detail-content-link {
    text-align: left; } }

.support__container {
  width: 100%;
  padding: 150px 0; }
  .support__container > article {
    width: 1280px;
    margin: 0 auto; }

.support__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px; }
  .support__content.top {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 70px; }

.support__el {
  width: 50%;
  font-size: 1.8rem; }
  .support__el > a {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000; }
    .support__el > a:hover {
      color: #3fb2e4; }

@media (max-width: 1080px) {
  .support__container {
    width: 100%;
    padding: 75px 18px; }
    .support__container > article {
      width: 100%; }
  .support__content {
    flex-direction: column;
    padding: 0; }
    .support__content.top {
      border: 0;
      margin: 0;
      padding: 0; }
  .support__el {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.04rem; }
    .support__el a {
      font-weight: 700;
      margin-bottom: 4px; }
  .support__content.bottom .support__el:last-child {
    border: 0; } }

.popUp__container {
  position: relative;
  visibility: hidden; }
  .popUp__container.open {
    visibility: visible; }

.popUp__mask {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3); }

.popUp__article {
  z-index: 55;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transfrom 0.5s linear;
  width: 640px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden; }

.popUp__article-inner {
  position: relative;
  width: 100%; }

.popUp__heading {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 35px;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #e7edf4; }

.popUp__form {
  width: 100%;
  padding: 35px; }

.popUp__formEl {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: 57px;
  border-top: 1px solid #e7edf4; }
  .popUp__formEl.last {
    border-bottom: 1px solid #e7edf4; }
  .popUp__formEl dt {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 18px;
    font-size: 1.6rem;
    font-weight: 400;
    border-right: 1px solid #e7edf4;
    background: #f9fafb; }
  .popUp__formEl dd {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 38px; }

.popUp__formEl-tel select,
.popUp__formEl-tel input {
  width: 32%; }

.popUp__datePicker {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer; }

.popUp__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
  background: #3fb2e4;
  font-size: 1.6rem;
  border: 0;
  margin-top: 40px; }

.popUp__input-normal {
  width: 100%;
  padding: 0 12px;
  height: 32px;
  border: 1px solid #d8d8d8;
  font-size: 1.4rem; }
  .popUp__input-normal.withDatePicker {
    padding: 0 40px 0 12px; }
  .popUp__input-normal.widthTime {
    padding: 0 30px 0 12px; }

.popUp__select {
  width: 100%;
  padding: 0 12px;
  height: 32px;
  border: 1px solid #d8d8d8;
  font-size: 1.4rem;
  background: url("../../images/icon_11.png") no-repeat center right 6px; }

.popUp__input-el {
  position: relative; }

.popUp-timeUnit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem; }

.popUp__date-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 32px;
  border: 1px solid #d8d8d8;
  font-size: 1.4rem; }
  .popUp__date-btn.active, .popUp__date-btn:active {
    color: #3fb2e4;
    border-color: #3fb2e4; }

.popUp__close {
  position: absolute;
  top: 17px;
  right: 35px;
  width: 25px;
  height: 25px;
  background: url("../../images/icon_10.png") no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer; }

@media (max-width: 1080px) {
  .popUp__article {
    width: 335px; }
  .popUp__heading {
    height: 45px;
    padding: 0 20px;
    font-size: 1.04rem; }
  .popUp__close {
    top: 17px;
    right: 20px;
    width: 11px;
    height: 11px;
    background-size: 11px 11px; }
  .popUp__form {
    width: 100%;
    padding: 25px 20px; }
  .popUp__formEl {
    height: 42px; }
    .popUp__formEl dt {
      width: 90px;
      padding-left: 9px;
      font-size: 1.04rem; }
    .popUp__formEl dd {
      width: calc(100% - 90px);
      padding-left: 9px; }
  .last .popUp__input-el {
    width: 60px !important; }
  .popUp__input-normal {
    height: 23px;
    font-size: 1.04rem;
    padding: 0 5px; }
    .popUp__input-normal.withDatePicker {
      padding: 0 20px 0 5px; }
    .popUp__input-normal.widthTime {
      padding: 0 20px 0 5px; }
  .popUp__datePicker {
    width: 15px;
    right: 5px; }
  .popUp__select {
    height: 23px;
    font-size: 1.04rem;
    background: url(../../images/m_icon_14.png) no-repeat center right 6px; }
  .popUp__date-btn {
    width: 28px;
    height: 23px;
    font-size: 1.04rem; }
  .popUp-timeUnit {
    width: 20px;
    font-size: 1.04rem; }
  .popUp__confirm {
    height: 40px;
    font-size: 1.04rem;
    margin-top: 25px; } }
