@charset "UTF-8";
/* Font */
@import url(font.css);
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
	▶사이즈
	pc : 1160px
	tablet : 980px ~
	mobile : 768px ~ 320px

	▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/
/* 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;
}

body, th, td, input, select, textarea, button {
  font-family: "NotoSansKR", sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

dl, ul, ol, menu, li {
  list-style: none;
}

*, *: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 {
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #d50050;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

@media only screen and (max-width: 768px) {
  body, th, td, input, select, textarea, button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}
.hidden {
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* 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: #6A6A82;
}

.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
  position: relative;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#header h1 {
  float: left;
  padding-left: 30px;
  line-height: 0;
  font-size: 0;
}

#header h1 a {
  display: block;
  line-height: 100px;
  vertical-align: middle;
}

.nav-btn {
  z-index: 999;
  position: absolute;
  top: 35px;
  right: 32px;
  width: 35px;
  height: 29px;
  cursor: pointer;
}

.nav-btn span {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-left: -17.5px;
  width: 35px;
  height: 3px;
  background: #d50050;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-btn span:nth-child(1) {
  top: 0;
}

.nav-btn span:nth-child(2) {
  top: 13px;
}

.nav-btn span:nth-child(3) {
  top: 26px;
}

.nav-btn.nav-close span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.nav-btn.nav-close span:nth-child(2) {
  margin-left: 0;
  width: 0;
}

.nav-btn.nav-close span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 981px) {
  #header {
    height: 100px;
  }
  .nav-bg {
    z-index: 777;
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 132px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #d50050;
  }
  #nav {
    z-index: 888;
    float: right;
    margin-right: 99px;
  }
  .login-menu {
    float: right;
    font-size: 0;
    line-height: 0;
  }
  .login-menu li {
    display: inline-block;
    margin-left: 20px;
    line-height: 99px;
  }
  .navigation {
    float: right;
    margin-top: 37px;
  }
  .navigation > li {
    position: relative;
    float: left;
    width: 130px;
    text-align: center;
  }
  .navigation > li:hover a {
    color: #d50050;
  }
  .navigation > li:hover .sub-menu a {
    color: #777;
  }
  .navigation > li:hover .sub-menu a:hover {
    text-decoration: underline;
    color: #d50050;
  }
  .navigation > li a {
    display: block;
    margin-bottom: 38px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000;
  }
  .navigation > li a:hover {
    color: #d50050;
  }
  .navigation .sub-menu {
    z-index: 888;
    display: none;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -65px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .navigation .sub-menu a {
    line-height: 30px;
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
    font-weight: 300;
  }
  .navigation .sub-menu a:hover {
    text-decoration: underline;
    color: #d50050;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  #header h1 {
    padding-left: 20px;
  }
  .nav-btn {
    right: 20px;
  }
  #nav {
    margin-right: 75px;
  }
  .login-menu li:first-child {
    margin-left: 0;
  }
  .navigation > li {
    width: 120px;
  }
  .navigation .sub-menu {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    height: 65px;
  }
  #header h1 {
    padding-left: 20px;
  }
  #header h1 a {
    line-height: 65px;
  }
  #header h1 img {
    width: auto;
    height: 40px;
  }
  .nav-btn {
    top: 18px;
    right: 20px;
  }
  .nav-btn.nav-close {
    position: fixed;
  }
  .nav-bg {
    z-index: 777;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #nav {
    z-index: 888;
    position: fixed;
    right: -260px;
    padding-top: 75px;
    width: 260px;
    height: 100%;
    background: #fff;
  }
  .login-menu {
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 0;
    font-size: 0;
  }
  .login-menu li {
    display: inline-block;
  }
  .login-menu li:first-child {
    margin-right: 25px;
  }
  .navigation > li a {
    display: block;
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000;
  }
  .navigation > li:first-child a {
    margin-top: 0;
  }
  .navigation > li.active a {
    font-weight: 400;
    text-decoration: underline;
    color: #d50050;
  }
  .navigation .sub-menu {
    display: none;
    padding: 10px 0;
  }
  .navigation > li .sub-menu a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #777;
    text-decoration: none;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 {
    padding-left: 10px;
  }
  .nav-btn {
    top: 20px;
    right: 10px;
    width: 30px;
    height: 25px;
  }
  .nav-btn span {
    margin-left: -15px;
    width: 30px;
    height: 3px;
  }
  .nav-btn span:nth-child(1) {
    top: 0;
  }
  .nav-btn span:nth-child(2) {
    top: 11px;
  }
  .nav-btn span:nth-child(3) {
    top: 22px;
  }
}
/* 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: #e65b43;
  border-color: #e65b43;
  color: #fff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #00208e;
  border-color: #00208e;
  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: #e65b43;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #24242b;
  color: #8e8e91;
}

.foot_logo {
  margin-bottom: 40px;
}

.footer-menu {
  margin-bottom: 15px;
  font-size: 0;
  line-height: 0;
}

.footer-menu li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 8px;
  border-left: 1px solid #8e8e91;
  color: #8e8e91;
}

.footer-menu li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer-menu li a {
  line-height: 8px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  color: #8e8e91;
}

.footer-info {
  margin: 0 auto;
  width: 980px;
  letter-spacing: 0;
  font-size: 14px;
  color: #8e8e91;
}

.footer-info span {
  color: #6b6b6b;
}

.footer-info > p {
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .footer-info {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 35px 10px;
  }
  .foot_logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-menu li {
    margin-left: 6px;
    padding-left: 6px;
  }
  .footer-menu li a {
    font-size: 13px;
  }
  .footer-info {
    font-size: 13px;
  }
}
/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {
  display: flex;
  justify-content: center;
  z-index: 666;
  width: 100%;
  height: 690px;
  background: url("/images/kor15r-18-0402/main/main_visual.jpg") no-repeat center center/cover;
}

.main-visual > div {
  padding: 0 20px 70px 0;
  width: 100%;
  text-align: center;
  align-self: center;
}

.main-visual p {
  line-height: 1.2;
  color: #000;
  word-break: keep-all;
}

.main-visual p strong {
  color: #d50050;
}

.main-visual p br {
  display: none;
}

.main-visual .intro-copy {
  font-size: 32px;
  font-weight: 400;
}

.main-visual .main-copy {
  margin-bottom: 20px;
  font-family: "Raleway", "NotoSansKR", sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.main-visual .main-copy strong {
  font-weight: 600;
}

.main-visual .sub-copy {
  font-size: 22px;
}

.main-visual .sub-copy strong {
  font-weight: 500;
}

@media only screen and (max-width: 980px) {
  .main-visual {
    height: 400px;
  }
  .main-visual .intro-copy {
    font-size: 25px;
  }
  .main-visual .main-copy {
    margin-bottom: 10px;
    font-size: 42px;
  }
  .main-visual .sub-copy {
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .main-visual .intro-copy {
    font-size: 23px;
  }
  .main-visual .main-copy {
    margin-bottom: 10px;
    font-size: 35px;
  }
  .main-visual .sub-copy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .main-visual {
    background: url("/images/kor15r-18-0402/main/main_visual_mo.jpg") no-repeat center bottom/cover;
  }
  .main-visual > div {
    padding: 60px 10px 0 10px;
    align-self: flex-start;
  }
  .main-visual p {
    text-align: center;
  }
  .main-visual .intro-copy {
    font-size: 20px;
  }
  .main-visual .main-copy {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .main-visual .sub-copy {
    font-size: 15px;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents {
  background: #f3f3f3;
}

.quick-banner {
  position: relative;
  top: -70px;
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 40px);
}
.quick-banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.quick-banner ul a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-bottom: 50px;
}
.quick-banner ul a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quick-banner ul a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quick-banner ul a:hover:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-left: 5px solid #d50050;
  border-top: 5px solid #d50050;
}
.quick-banner ul a:hover:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 5px solid #d50050;
  border-bottom: 5px solid #d50050;
}
.quick-banner ul a h3 {
  font-size: 25px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-top: 50px;
}
.quick-banner ul a p {
  font-size: 17px;
  line-height: 1.4;
  color: #777;
  margin-top: 20px;
  padding: 0 10px;
}
.quick-banner ul a p b {
  font-weight: 400;
  color: #d50050;
}
.quick-banner ul li {
  width: calc((100% - 30px) / 3);
  text-align: center;
}
.quick-banner ul li .img-area {
  width: 100%;
  height: 180px;
  background-size: auto 130px !important;
}
.quick-banner ul li:first-child .img-area {
  background: url(/images/kor15r-18-0402/main/main_icon01.gif) no-repeat center bottom;
}
.quick-banner ul li:nth-child(2) .img-area {
  background: url(/images/kor15r-18-0402/main/main_icon02.gif) no-repeat center bottom;
}
.quick-banner ul li:last-child .img-area {
  background: url(/images/kor15r-18-0402/main/main_icon03.gif) no-repeat center bottom;
}
@media screen and (max-width: 980px) {
  .quick-banner ul a {
    padding-bottom: 30px;
  }
  .quick-banner ul a h3 {
    font-size: 20px;
    margin-top: 30px;
  }
  .quick-banner ul a p {
    font-size: 15px;
    margin-top: 15px;
  }
  .quick-banner ul li .img-area {
    height: 150px;
    background-size: auto 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .quick-banner {
    top: -30px;
  }
  .quick-banner ul a h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .quick-banner ul a p {
    font-size: 13px;
    margin-top: 10px;
  }
  .quick-banner ul li .img-area {
    height: 130px;
    background-size: auto 80px !important;
  }
}
@media only screen and (max-width: 512px) {
  .quick-banner {
    top: 0;
    padding: 10px 0;
  }
  .quick-banner ul {
    gap: 10px;
  }
  .quick-banner ul a {
    padding-bottom: 50px;
  }
  .quick-banner ul a h3 {
    margin-top: 50px;
    font-size: 25px;
  }
  .quick-banner ul a p {
    font-size: 17px;
  }
  .quick-banner ul li {
    width: 100%;
  }
  .quick-banner ul li .img-area {
    height: 180px;
    background-size: auto 130px !important;
  }
}

/* Contact Us */
.contact-us {
  padding: 60px 0;
  width: 100%;
  background: url("/images/kor15r-18-0402/main/main_contact_bg.jpg") no-repeat center center/cover;
}

.contact-us h2 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  color: #fff;
}

.contact-us h2 + p {
  margin: 10px 0 50px;
  text-align: center;
  font-size: 17px;
  color: #d5d4d6;
}

@media only screen and (min-width: 1200px) {
  .contact-us > div {
    margin: 0 auto;
    width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us {
    padding: 40px 30px;
  }
  .contact-us h2 {
    font-size: 30px;
  }
  .contact-us h2 + p {
    margin: 5px 0 30px;
    font-size: 14px;
  }
}
.customer {
  padding: 60px 20px;
  width: 100%;
  background: url(/images/kor15r-18-0402/main/main_contact_bg.jpg) no-repeat center center/cover;
}
.customer > div {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
.customer h2 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  color: #fff;
}
.customer .info {
  border-top: 1px solid #fff;
  margin: 50px 0 20px 0;
}
.customer .info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.customer .info dl dt {
  width: 150px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.customer .info dl dd {
  width: calc(100% - 150px);
  font-size: 20px;
  color: #d5d4d6;
  font-weight: 300;
  letter-spacing: 0;
}
.customer p {
  width: 100%;
  background: #363655;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 17px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .customer h2 {
    font-size: 30px;
  }
  .customer .info {
    margin: 40px 0 20px 0;
  }
  .customer .info dl {
    padding: 15px 20px;
  }
  .customer .info dl dt {
    width: 120px;
    font-size: 18px;
  }
  .customer .info dl dd {
    width: calc(100% - 120px);
    font-size: 18px;
  }
  .customer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .customer .info dl {
    padding: 12px;
  }
  .customer .info dl dt {
    width: 100px;
    font-size: 17px;
  }
  .customer .info dl dd {
    width: calc(100% - 100px);
    font-size: 17px;
  }
  .customer p {
    font-size: 15px;
  }
}