@charset "UTF-8";
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/
/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
  font-family: "Nanum Square";
  font-weight: 300;
  src: url("/tpl/webfont/NanumSquareL.eot");
  src: url("/tpl/webfont/NanumSquareL.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareL.woff") format("woff"), url("/tpl/webfont/NanumSquareL.ttf") format("truetype");
}
@font-face {
  font-family: "Nanum Square";
  font-weight: 400;
  src: url("/tpl/webfont/NanumSquareR.eot");
  src: url("/tpl/webfont/NanumSquareR.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareR.woff") format("woff"), url("/tpl/webfont/NanumSquareR.ttf") format("truetype");
}
@font-face {
  font-family: "Nanum Square";
  font-weight: 700;
  src: url("/tpl/webfont/NanumSquareB.eot");
  src: url("/tpl/webfont/NanumSquareB.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareB.woff") format("woff"), url("/tpl/webfont/NanumSquareB.ttf") format("truetype");
}
@font-face {
  font-family: "Nanum Square";
  font-weight: 900;
  src: url("/tpl/webfont/NanumSquareEB.eot");
  src: url("/tpl/webfont/NanumSquareEB.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NanumSquareEB.woff") format("woff"), url("/tpl/webfont/NanumSquareEB.ttf") format("truetype");
}
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic", sans-serif;
}

dl, ul, ol, menu, li {
  list-style: none;
  color: #444;
}

body {
  font-family: "Malgun Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  letter-spacing: -1px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

a {
  font-family: "Malgun Gothic", sans-serif;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #444;
}

a:hover, a:active {
  text-decoration: none;
  color: #ffc103;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

@media only screen and (min-width: 320px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
.hidden {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

#divWMSSLLoading {
  display: none;
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.loader {
  width: 200px;
  height: 200px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/basic_resp/img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0a1b2a;
}

.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  min-width: 1200px;
}

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

#L_SITE_LOGO h1 {
  z-index: 999;
  position: absolute;
  margin: 0;
  line-height: 0;
  font-size: 0;
}

#L_SITE_LOGO a {
  line-height: 100px;
}

#L_SITE_LOGO img {
  vertical-align: middle;
}

@media only screen and (min-width: 980px) {
  #L_SITE_LOGO {
    z-index: 888;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1590px) {
  #header {
    height: auto;
  }
  #L_SITE_LOGO {
    left: 25px;
    width: 100%;
    transform: none;
  }
}
@media only screen and (max-width: 1200px) {
  #wrapper {
    min-width: 320px;
  }
}
@media only screen and (max-width: 980px) {
  #L_SITE_LOGO {
    padding: 0 25px;
  }
  #L_SITE_LOGO a {
    display: block;
    line-height: 65px;
  }
  #L_SITE_LOGO img {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #L_SITE_LOGO {
    padding: 0 20px;
  }
  #L_SITE_LOGO a {
    line-height: 60px;
  }
  #L_SITE_LOGO img {
    height: 35px;
  }
}
/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navigation .menu-item > a {
  display: inline-block;
  font-family: "Nanum Square";
  font-weight: 400;
  font-size: 23px;
  color: #fff;
}

.navigation .menu-item.on > a {
  color: #ffc000;
}

.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus {
  text-decoration: none;
  color: #ffc000;
}

@media only screen and (min-width: 980px) {
  #menuArea {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #0a1b2a;
  }
  #menuArea.small {
    position: static;
  }
  #gnb {
    display: block !important;
    width: 1200px;
    margin: 0 auto;
  }
  #menuArea.small .navigation {
    margin-left: 350px;
    width: calc(100% - 350px);
  }
  .navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation .menu-item {
    float: left;
    width: 16.6666666667%;
    height: 100px;
    line-height: 100px;
    text-align: center;
  }
  #menuArea.small .navigation .menu-item > a {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #gnb {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #gnb {
    display: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
  }
  #gnb {
    position: absolute;
    top: 65px;
    border-bottom: 1px solid #ddd;
  }
  #gnb .navigation .menu-item:last-child a {
    border-bottom: 0;
  }
  #menuArea {
    position: relative;
    width: 100%;
    height: 65px;
    background: #0a1b2a;
  }
  nav [data-type=menu-btn] {
    z-index: 1000;
    position: absolute;
    right: 25px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s all linear;
  }
  nav [data-type=menu-btn] span {
    display: block;
    position: absolute;
    left: 1px;
    width: 22px;
    height: 3px;
    transition: 0.3s all linear;
    background: #fff;
  }
  nav [data-type=menu-btn] span:nth-child(1) {
    top: 4px;
    transform: rotate(0deg);
  }
  nav [data-type=menu-btn] span:nth-child(2),
  nav [data-type=menu-btn] span:nth-child(3) {
    top: 11px;
    transform: rotate(0deg);
  }
  nav [data-type=menu-btn] span:nth-child(4) {
    top: 18px;
  }
  nav.open [data-type=menu-btn] span:nth-child(1) {
    left: 50%;
    width: 0;
  }
  nav.open [data-type=menu-btn] span:nth-child(2) {
    transform: rotate(45deg);
  }
  nav.open [data-type=menu-btn] span:nth-child(3) {
    transform: rotate(-45deg);
  }
  nav.open [data-type=menu-btn] span:nth-child(4) {
    left: 50%;
    width: 0;
  }
  .navigation .menu-item {
    float: none;
    margin: 0;
  }
  .navigation .menu-item > a {
    padding: 0 25px;
    text-align: center;
    width: 100%;
    line-height: 45px;
    font-size: 17px;
    transition: none;
    border-bottom: 1px solid #ddd;
    color: #000;
  }
  .navigation .menu-item:first-child > a {
    border-top: 1px solid #ddd;
  }
  .navigation .menu-item.on > a {
    color: #0a1b2a;
  }
}
@media only screen and (max-width: 767px) {
  #menuArea {
    position: relative;
    width: 100%;
    height: 60px;
  }
  #gnb {
    top: 60px;
  }
  #btnMenuOpen {
    right: 20px;
  }
  nav [data-type=menu-btn] {
    right: 20px;
  }
  .navigation .menu-item > a {
    padding: 0 20px;
  }
}
.login-bar {
  position: fixed;
  width: 100%;
  max-width: 1250px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-right: 25px;
}
.login-bar li a {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: #eee;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #eee;
  font-family: "Arial";
  line-height: 1;
}
.login-bar li.ico_img a {
  padding: 0;
  background: none;
  border: 0;
}
@media screen and (max-width: 980px) {
  .login-bar {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border-top: 1px solid #ddd;
    gap: 0;
    padding-right: 0;
  }
  .login-bar li {
    display: flex;
    width: 25%;
    text-align: center;
  }
  .login-bar li:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  .login-bar li a {
    width: 100%;
    color: #333;
    border: none;
    padding: 10px;
    align-self: center;
  }
  .login-bar li.ico_img a {
    padding: 10px;
  }
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn {
  text-transform: uppercase;
  border-radius: 0;
  line-height: 24px;
}

.btn:focus, .btn:active {
  outline: none;
  color: #fff;
}

.btn-custom {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  background-color: #ffc103;
  border-color: #ffc103;
  color: #fff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #ffc103;
  border-color: #ffc103;
  color: #fff;
}

.btn-custom-outline {
  border-radius: 3px;
  padding: 0.8em 1.8em;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #fff;
}

.btn-custom-outline:hover, .btn-custom-outline:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-bar a {
  margin-right: 10px;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  height: 38px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ffc103;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
  background: #f6f6f6;
}

.footer p {
  font-size: 13px;
  letter-spacing: 0;
  color: #adadad;
}

.footer-menu {
  padding: 15px 25px;
  text-align: center;
  background: #ededed;
}

.footer-menu li {
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  line-height: 14px;
  border-left: 1px solid #999;
}

.footer-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer-menu li a {
  line-height: 14px;
  font-size: 17px;
  color: #333;
}

.footer-info {
  margin: 0 auto;
  padding: 30px 25px;
  width: 1200px;
  box-sizing: border-box;
  text-align: center;
}

.footer-info span {
  color: #999;
}

.footer-info p, .footer-info a {
  letter-spacing: -1px;
  font-size: 17px;
  color: #333;
}

.footer-info p:last-child {
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .footer-info {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .footer-menu li {
    line-height: 10px;
  }
  .footer-menu li a {
    line-height: 10px;
    font-size: 15px;
  }
  .footer-info p, .footer-info a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    padding: 10px 20px;
  }
  .footer-menu li {
    line-height: 8px;
  }
  .footer-menu li a {
    line-height: 8px;
    font-size: 13px;
  }
  .footer-info {
    padding: 20px 20px;
  }
  .footer-info p, .footer-info a {
    font-size: 13px;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 공통 */
#mainContents {
  z-index: 88;
}

#mainContents h2 {
  font-family: "Nanum Square";
  line-height: 1;
  text-align: center;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 50px;
  color: #000;
}

#mainContents h2 span {
  display: block;
  margin: 0 auto 30px;
  overflow: hidden;
  width: 95px;
  height: 78px;
  line-height: 1.9;
  font-weight: 900;
  font-size: 68px;
  color: #fff;
  background: #ffc000;
}

#mainContents h2 p {
  font-size: 26px;
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  color: #333;
  font-weight: normal;
  word-break: keep-all;
  margin-top: 15px;
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #mainContents h2 p {
    font-size: 22px;
  }
}

textarea.form-control {
  height: 100px;
}

#mainContents .inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 150px 25px;
}

@media only screen and (max-width: 980px) {
  #mainContents h2 {
    font-size: 50px;
  }
  #mainContents h2 span {
    margin: 0 auto 20px;
    width: 80px;
    height: 65px;
    font-size: 56px;
  }
  #mainContents .inner {
    padding: 100px 25px;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents h2 {
    font-size: 37px;
    margin-bottom: 37px;
  }
  #mainContents h2 span {
    margin: 0 auto 10px;
    width: 65px;
    height: 50px;
    font-size: 44px;
  }
  #mainContents .inner {
    padding: 60px 20px;
  }
}
/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item {
  height: 100vh;
  min-height: 850px;
}

.main-visual .carousel-inner > .item.main-img01 {
  background: url("/images/kor06r-17-0388/section01_bg01.png") no-repeat center center/cover;
}

.main-visual .carousel-inner > .item.main-img02 {
  background: url("/images/kor06r-17-0388/section01_bg02.png") no-repeat center center/cover;
}

.main-visual .carousel-caption {
  top: 40%;
  left: 5%;
  right: 5%;
  bottom: auto;
  transform: translateY(-50%);
  text-shadow: none;
}

.main-visual .carousel-caption p {
  font-family: "Nanum Square";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 19px;
  color: #fff;
  transform: rotate(0.04deg);
}

.main-visual .carousel-caption .main-slogan {
  margin-bottom: 60px;
}

.main-visual .carousel-caption .main-slogan p {
  font-size: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  word-break: keep-all;
}

.main-visual .carousel-caption .main-slogan p:last-child {
  line-height: 1;
  letter-spacing: -4px;
  font-weight: 900;
  font-size: 90px;
}

.main-visual .carousel-indicators {
  bottom: 30%;
}

.main-visual .carousel-indicators li {
  margin: 0 2px;
  width: 40px;
  height: 5px;
  box-sizing: border-box;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
}

.main-visual .carousel-indicators li.active {
  margin: 0 2px;
  width: 40px;
  height: 5px;
  background: #fff;
}

@media screen and (max-width: 980px) {
  .main-visual {
    padding-top: 65px;
  }
  .main-visual .carousel-inner > .item {
    height: calc(100vh - 150px);
    min-height: auto;
  }
  .main-visual .carousel-caption p {
    font-size: 17px;
  }
  .main-visual .carousel-caption .main-slogan {
    margin-bottom: 45px;
  }
  .main-visual .carousel-caption .main-slogan p {
    font-size: 26px;
  }
  .main-visual .carousel-caption .main-slogan p:last-child {
    letter-spacing: -3px;
    font-size: 70px;
  }
  .main-visual .carousel-indicators {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 50px;
  }
  .main-visual .carousel-inner > .item {
    height: calc(100vh - 200px);
  }
  .main-visual .carousel-caption p {
    font-size: 16px;
  }
  .main-visual .carousel-caption .main-slogan {
    margin-bottom: 35px;
  }
  .main-visual .carousel-caption .main-slogan p {
    font-size: 22px;
  }
  .main-visual .carousel-caption .main-slogan p:last-child {
    letter-spacing: -2px;
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .carousel-caption p {
    font-size: 14px;
  }
  .main-visual .carousel-caption .main-slogan {
    margin-bottom: 25px;
  }
  .main-visual .carousel-caption .main-slogan p {
    font-size: 18px;
  }
  .main-visual .carousel-caption .main-slogan p:last-child {
    letter-spacing: -2px;
    font-size: 45px;
  }
}
.history {
  position: relative;
}
.history:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ccc;
  padding-bottom: 60px;
  z-index: -1;
}
.history h4 {
  width: 100%;
  text-align: center;
}
.history h4 p {
  display: inline-block;
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  width: 130px;
  background: #ffc000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .history h4 p {
    font-size: 19px;
  }
}
.history dl {
  position: relative;
}
.history dl:not(:last-child) {
  margin-bottom: 30px;
}
.history dl:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -73px;
  width: 45px;
  height: 1px;
  background: #ccc;
}
.history dl:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -73px;
  width: 7px;
  height: 7px;
  background: #ccc;
  border-radius: 50%;
}
.history dt {
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  font-size: 18px;
  color: #f39707;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .history dt {
    font-size: 16px;
  }
}
.history dd {
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  font-size: 18px;
  color: #777;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .history dd {
    font-size: 16px;
  }
}
.history .area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 0;
  padding-bottom: 80px;
}
.history .img-area, .history .txt-area {
  width: 50%;
}
.history .img-area {
  width: 50%;
  padding-right: 70px;
}
.history .txt-area {
  width: 50%;
  padding-left: 70px;
}
@media screen and (max-width: 980px) {
  .history dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .history dl:first-child:before {
    left: -53px;
    top: 12px;
  }
  .history dl:first-child:after {
    left: -53px;
    top: 9px;
  }
  .history dd {
    margin-top: 5px;
  }
  .history .img-area {
    padding-right: 35px;
  }
  .history .txt-area {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .history:before {
    left: 50px;
  }
  .history h4 {
    text-align: left;
  }
  .history h4 p {
    width: 100px;
  }
  .history .area {
    gap: 40px 0;
    padding-bottom: 60px;
  }
  .history .img-area {
    width: 100%;
    padding: 0 0 0 80px;
  }
  .history .txt-area {
    width: 100%;
    padding: 0 0 0 90px;
  }
  .history dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .history dl:first-child:before {
    width: 30px;
    left: -43px;
  }
  .history dl:first-child:after {
    left: -43px;
  }
  .history dd {
    margin-top: 2px;
  }
}
@media screen and (max-width: 480px) {
  .history:before {
    left: 20px;
  }
  .history .img-area {
    width: 100%;
    padding: 0 0 0 50px;
  }
  .history .txt-area {
    width: 100%;
    padding: 0 0 0 60px;
  }
  .history dl:first-child:before {
    left: -43px;
  }
  .history dl:first-child:after {
    left: -43px;
  }
}

.section03 {
  background: url(/images/kor06r-17-0388/section03_bg.png) no-repeat 10% center/cover;
}

.step .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.step .area:not(:last-child) {
  margin-bottom: 10px;
}
.step .area > div {
  width: calc((100% - 20px) / 3);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  padding: 40px;
  max-width: 230px;
}
.step dt {
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  font-size: 18px;
  color: #f39707;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .step dt {
    font-size: 16px;
  }
}
.step dd {
  font-family: "Nanum Square";
  transform: rotate(0.04deg);
  font-size: 37px;
  color: #333;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.2;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .step dd {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .step .area {
    gap: 5px;
  }
  .step .area:not(:last-child) {
    margin-bottom: 5px;
  }
  .step .area > div {
    padding: 30px;
    max-width: 190px;
  }
}
@media screen and (max-width: 640px) {
  .step .area > div {
    padding: 20px;
    max-width: unset;
  }
  .step .area:not(:last-child) > div {
    width: calc((100% - 5px) / 2);
  }
  .step .area:last-child > div {
    width: calc((100% - 10px) / 3);
  }
  .step dt {
    font-size: 16px;
  }
  .step dd {
    font-size: 25px;
  }
}

.section04 {
  background: url(/images/kor06r-17-0388/section04_bg.gif) no-repeat center center/cover;
}
.section04 h2 span {
  background: #181818 !important;
}

.section05 {
  background: #f8f8f8;
}

.member #header {
  position: relative;
  background: #0a1b2a;
}
.member #mainContents {
  width: 100%;
  padding: 100px 20px;
  max-width: 1260px;
  margin: 0 auto;
}
.member #footer {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 980px) {
  .member .login-bar {
    position: absolute;
  }
  .member #menuArea {
    position: static !important;
  }
  .member #menuArea .navigation {
    margin-left: 350px;
    width: calc(100% - 350px);
  }
  .member #menuArea .navigation .menu-item > a {
    padding-top: 15px;
  }
  .member #menuArea.small .navigation .menu-item > a {
    padding-top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .member #mainContents {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .member #mainContents {
    padding: 50px 10px;
  }
}