@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");
}
/* 본고딕 */
@font-face {
  font-family: "NotoSansKR";
  src: url("/tpl/webfont/NotoSansKR-Regular.eot");
  src: url("/tpl/webfont/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Regular.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 100;
  src: url("/tpl/webfont/NotoSansKR-Thin.eot");
  src: url("/tpl/webfont/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Thin.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 300;
  src: url("/tpl/webfont/NotoSansKR-Light.eot");
  src: url("/tpl/webfont/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Light.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 500;
  src: url("/tpl/webfont/NotoSansKR-Medium.eot");
  src: url("/tpl/webfont/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Medium.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("/tpl/webfont/NotoSansKR-Bold.eot");
  src: url("/tpl/webfont/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Bold.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR";
  font-weight: 900;
  src: url("/tpl/webfont/NotoSansKR-Black.eot");
  src: url("/tpl/webfont/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("/tpl/webfont/NotoSansKR-Black.woff") format("woff"), url("/tpl/webfont/NotoSansKR-Black.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: "NotoSansKR", "Malgun Gothic", sans-serif;
}

dl, ul, ol, menu, li {
  list-style: none;
  color: #444;
}

body {
  font-family: "NotoSansKR", "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: "NotoSansKR", "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: 80px;
}

#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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1590px) {
  #header {
    height: auto;
  }
  #L_SITE_LOGO {
    left: 25px;
    width: 100%;
    -webkit-transform: none;
    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 {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #L_SITE_LOGO {
    padding: 0 20px;
  }
  #L_SITE_LOGO a {
    line-height: 50px;
  }
  #L_SITE_LOGO img {
    width: 130px;
  }
}
/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navigation .menu-item > a {
  display: inline-block;
  font-family: "Nanum Square";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.navigation .menu-item.on > a {
  color: #0f62a4;
}

.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus {
  text-decoration: none;
  color: #0f62a4;
}

@media only screen and (min-width: 980px) {
  #menuArea {
    z-index: 880;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #000;
  }
  #menuArea.small {
    position: static;
    background: #0a1b2a;
  }
  #gnb {
    display: flex !important;
    width: 1200px;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation {
    display: flex;
    gap: 0 70px;
  }
  .navigation .menu-item {
    height: 90px;
    line-height: 80px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  #gnb {
    width: 100%;
  }
  .navigation .menu-item > a {
    font-size: 16px;
  }
}
@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 {
    width: 100%;
    margin-left: 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: 50px;
  }
  #gnb {
    top: 50px;
  }
  #btnMenuOpen {
    right: 20px;
  }
  nav [data-type=menu-btn] {
    right: 20px;
  }
  .navigation .menu-item > a {
    padding: 0 20px;
  }
}
/* 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: #1c262e;
}

.footer p {
  font-size: 13px;
  letter-spacing: 0;
  color: #adadad;
}

.footer-menu {
  padding: 50px 0;
  text-align: left;
}

.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: 16px;
  color: #c5c5c5;
}

.footer-info {
  margin: 0 auto;
  padding: 50px 25px 130px;
  width: 1200px;
  box-sizing: border-box;
  text-align: left;
}

.footer-info span {
  color: #999;
}

.footer-info p, .footer-info a {
  letter-spacing: -1px;
  font-size: 15px;
  color: #ffffff;
}

.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: 15px 0 25px;
  }
  .footer-menu li {
    line-height: 8px;
  }
  .footer-menu li a {
    line-height: 8px;
    font-size: 13px;
  }
  .footer-info {
    padding: 50px 20px 60px;
  }
  .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:300; font-size:60px;}*/
/* #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;} */
.cont-area {
  margin: auto;
  width: 1200px;
}

.cont-area .tit {
  text-align: center;
  margin-bottom: 50px;
}

.cont-area .tit h2 {
  font-size: 80px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 15px;
  word-break: keep-all;
  font-family: "roboto", "NotoSansKR";
  text-transform: uppercase;
}

.cont-area .tit h2 strong {
  font-weight: 300;
}

.cont-area .tit h3 {
  font-size: 66px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1.2;
  margin: 10px 0 30px;
  word-break: keep-all;
}

.cont-area .tit h4 {
  font-size: 22px;
  color: #333333;
}

.cont-area .tit p {
  font-size: 18px;
  color: #333333;
  word-break: keep-all;
}
.cont-area .tit p b {
  font-weight: 500;
  color: #1069b4;
}

.cont-area .txt {
  font-size: 17px;
  line-height: 1.4;
  color: #444;
  word-break: keep-all;
  letter-spacing: -1px;
}
.cont-area .dotList > li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #444;
  line-height: 1.4;
}
.cont-area .dotList > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1069b4;
  position: absolute;
  top: 10px;
  left: 0;
}
.cont-area .dotList > li:not(:last-child) {
  margin-bottom: 10px;
}

.BL {
  display: block;
}

/* 01 */
.section02 {
  padding: 150px 0;
  margin: auto;
}
.section02 * {
  word-break: keep-all;
}
.section02 .tab1-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.section02 .tab1-con > div {
  width: calc((100% - 60px) / 3);
}
.section02 .tab1-con > div dt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .section02 .tab1-con > div dt {
    font-size: 19px;
  }
}
.section02 .tab1-con > div .img-area img {
  width: 100%;
  max-width: 380px;
}
.section02 .tab2-con .s-tit {
  text-align: center;
  margin-bottom: 30px;
}
.section02 .tab2-con .s-tit dt {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 980px) {
  .section02 .tab2-con .s-tit dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section02 .tab2-con .s-tit dt {
    font-size: 20px;
  }
}
.section02 .tab2-con .s-tit dt b {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #1069b4;
}
.section02 .tab2-con .s-tit dt b:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1069b4;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.section02 .tab2-con .s-tit dd {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.section02 .tab2-con .s-tit dd b {
  font-weight: 700;
}
.section02 .tab2-con .area1 .area-con {
  border-top: 1px solid #1069b4;
}
.section02 .tab2-con .area1 .area-con > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.section02 .tab2-con .area1 .area-con > div p {
  position: relative;
  width: 300px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-left: 54px;
}
.section02 .tab2-con .area1 .area-con > div p:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 38px;
  position: absolute;
  top: -5px;
  left: 0;
}
.section02 .tab2-con .area1 .area-con > div .dotList {
  width: calc(100% - 300px);
}
.section02 .tab2-con .area1 .area-con > div:first-child p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico11.png);
}
.section02 .tab2-con .area1 .area-con > div:nth-child(2) p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico12.png);
}
.section02 .tab2-con .area1 .area-con > div:last-child p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico13.png);
}
.section02 .tab2-con .area2 {
  margin-top: 60px;
}
.section02 .tab2-con .area2 .area-con {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section02 .tab2-con .area2 .area-con dt {
  padding: 30px;
  background: #e7f4fe;
}
.section02 .tab2-con .area2 .area-con dt p {
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-left: 70px;
}
.section02 .tab2-con .area2 .area-con dt p:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section02 .tab2-con .area2 .area-con dd {
  border-top: 0;
  padding: 30px;
}
.section02 .tab2-con .area2 .area-con > div {
  position: relative;
  width: calc(50% - 15px);
}
.section02 .tab2-con .area2 .area-con > div:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-top: 0;
  z-index: -1;
}
.section02 .tab2-con .area2 .area-con > div:first-child p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico21.png);
}
.section02 .tab2-con .area2 .area-con > div:nth-child(2) p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico22.png);
}
.section02 .tab2-con .area2 .area-con > div:nth-child(3) p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico23.png);
}
.section02 .tab2-con .area2 .area-con > div:last-child p:before {
  background: url(/images/kor01r-25-0468/section02_tab3_ico24.png);
}
.section02 #section03 {
  margin: 120px 0;
}
@media screen and (max-width: 980px) {
  .section02 .tab1-con > div {
    width: calc((100% - 40px) / 3);
  }
  .section02 .tab2-con .area1 .area-con > div p {
    width: 280px;
  }
  .section02 .tab2-con .area1 .area-con > div .dotList {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .section02 .tab1-con > div {
    width: 100%;
    text-align: center;
  }
  .section02 .tab1-con > div dt {
    margin: 20px 0 10px 0;
  }
  .section02 .tab2-con .area1 .area-con > div p {
    width: 100%;
    margin-bottom: 10px;
  }
  .section02 .tab2-con .area1 .area-con > div .dotList {
    width: 100%;
  }
  .section02 .tab2-con .area2 .area-con {
    gap: 20px;
  }
  .section02 .tab2-con .area2 .area-con dd {
    padding: 20px;
  }
  .section02 .tab2-con .area2 .area-con > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .section02 .tab2-con .area2 .area-con > div {
    width: 100%;
  }
}

.section03 {
  padding: 150px 0;
  margin: auto;
  background: #eef2f6;
}
@media screen and (max-width: 1200px) {
  .section03 {
    padding: 80px 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section03 {
    padding: 80px 35px;
  }
}
@media screen and (max-width: 480px) {
  .section03 {
    padding: 80px 30px;
  }
}

.section03 .sec-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.section03 .sec-con > div {
  width: calc((100% - 60px) / 3);
}
.section03 .sec-con > div dt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .section03 .sec-con > div dt {
    font-size: 19px;
  }
}
.section03 .sec-con > div .img-area img {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 980px) {
  .section03 .sec-con > div {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .section03 .sec-con > div {
    width: 100%;
    text-align: center;
  }
  .section03 .sec-con > div dt {
    margin: 20px 0 10px 0;
  }
}

.intro > div {
  margin-bottom: 120px;
}
.intro .area1-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.intro .area1-con > div {
  width: calc((100% - 60px) / 3);
  box-shadow: rgba(58, 55, 55, 0.1) 0px 2px 12px;
  text-align: center;
  padding: 40px 10px;
}
.intro .area1-con > div p {
  font-size: 32px;
  font-weight: 700;
  color: #109fb4;
}
@media screen and (max-width: 980px) {
  .intro .area1-con > div p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro .area1-con > div p {
    font-size: 20px;
  }
}
.intro .area1-con > div p b {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 980px) {
  .intro .area1-con > div p b {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .intro .area1-con > div p b {
    font-size: 25px;
  }
}
.intro .area1-con > div span {
  display: inline-block;
  margin: 20px 0;
}
.intro .area2-con .btn-area {
  margin-bottom: 40px;
}
.intro .area2-con .btn-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
.intro .area2-con .btn-area ul li {
  width: 240px;
}
.intro .area2-con .btn-area a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #1069b4;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  border-radius: 40px;
  border: 2px solid #1069b4;
  transition: all 0.2s ease-out;
}
.intro .area2-con .btn-area a:hover {
  background: #1069b4;
  color: #fff;
}
.intro .area2-con .img-area ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.intro .area2-con .img-area ul li img {
  width: 100%;
  max-width: 201px;
}
.intro .area3-con, .intro .area4-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.intro .area3-con div, .intro .area4-con div {
  display: flex;
  width: calc(50% - 10px);
  background: #e7f4fe;
  padding: 30px;
}
.intro .area3-con div .dotList, .intro .area4-con div .dotList {
  align-self: center;
}
@media screen and (max-width: 980px) {
  .intro .area1-con > div {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .intro .area3-con div, .intro .area4-con div {
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .intro .area2-con .btn-area ul li {
    width: 100%;
  }
  .intro .area2-con .btn-area ul li a {
    max-width: unset;
  }
  .intro .area2-con .img-area ul {
    gap: 5%;
  }
  .intro .area3-con, .intro .area4-con {
    gap: 10px;
  }
  .intro .area3-con div, .intro .area4-con div {
    width: 100%;
  }
}

.intro-view {
  position: relative;
  padding: 150px 20px;
  margin-bottom: 120px;
}
.intro-view:before {
  content: "";
  display: inline-block;
  width: calc(100% + 100px);
  height: 100%;
  background: url(/images/kor01r-25-0468/intro_view_bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.intro-view .intro-view-con .view-list {
  border-top: 2px solid #1069b4;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.intro-view .intro-view-con .view-list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}
.intro-view .intro-view-con .view-list dt {
  font-size: 40px;
  font-weight: 700;
  color: #1069b4;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .intro-view .intro-view-con .view-list dt {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .intro-view .intro-view-con .view-list dt {
    font-size: 25px;
  }
}
.intro-view .intro-view-con .view-list dd {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .intro-view .intro-view-con .view-list dd {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .intro-view .intro-view-con .view-list dd {
    font-size: 25px;
  }
}
.intro-view .intro-view-con .view-time #txt {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 980px) {
  .intro-view .intro-view-con .view-time #txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .intro-view .intro-view-con .view-time #txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .intro-view {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 480px) {
  .intro-view {
    padding: 80px 20px;
  }
}

/* 03 */
.section04 {
  padding: 150px 0;
  margin: auto;
  background: linear-gradient(to bottom, #eef2f6, transparent);
}
@media screen and (max-width: 1200px) {
  .section04 {
    padding: 80px 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    padding: 80px 35px;
  }
}
@media screen and (max-width: 480px) {
  .section04 {
    padding: 80px 30px;
  }
}

/* 04 */
.section05 {
  padding: 150px 0;
  margin: auto;
  background: url("/images/kor01r-25-0468/section05_bg.jpg") no-repeat center center/cover;
}

.section05 .tit {
  text-align: left;
}

.section05 .cont-area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section05 ul li {
  width: 350px;
}

.section05 ul li:last-of-type {
  width: calc(100% - 350px);
}

.section05 .txt-area .tit {
  text-align: left;
}

.section05 .txt-area .tit h2 {
  position: relative;
  line-height: 1.2;
  margin-bottom: 60px;
}

.section05 .txt-area .tit h2 span {
  display: block;
}

@media screen and (max-width: 1200px) {
  .section05 {
    padding: 80px 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .section05 ul li {
    width: 250px;
  }
  .section05 ul li:last-of-type {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .section05 .txt-area .tit {
    text-align: center;
  }
  .section05 .txt-area .tit h2 span {
    display: inline-block;
  }
  .section05 ul li {
    display: block;
    width: 100%;
  }
  .section05 ul li:last-of-type {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section05 {
    padding: 80px 30px;
  }
}
/* 04 */
.section06 {
  padding: 150px 0;
  margin: auto;
}

.section06 .tit {
  text-align: left;
  margin-bottom: 0;
}

.section06 .tit h3 {
  display: inline-block;
}

.section06 .tit h4 {
  float: right;
  margin: 35px 0 0;
}

.section06 .tit h4 span {
  display: inline-block;
  padding-left: 15px;
  font-family: "roboto";
}

.section06 .tit h4 .btn-area {
  display: inline-block;
  margin: 0 0 0 30px;
}

.section06 .tit h4 .btn-area a {
  display: inline-block;
  background: #1069b4;
  font-size: 18px;
  padding: 15px 70px 17px;
  color: #ffffff;
}

.section06 .root_daum_roughmap_landing {
  width: 100%;
}

.section06 .root_daum_roughmap .cont {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section06 {
    padding: 80px 35px;
    box-sizing: border-box;
  }
  .section06 .tit {
    margin-bottom: 50px;
  }
  .section06 .tit h4 {
    position: relative;
    float: none;
    margin: 0 0 50px 0;
    padding-right: 220px;
  }
  .section06 .tit h4 .btn-area {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .section06 .tit h4 {
    padding-right: 0;
  }
  .section06 .tit h4 .btn-area a {
    font-size: 15px;
    padding: 15px 20px;
  }
  .section06 .tit h4 .btn-area {
    position: relative;
    top: unset;
    right: unset;
    margin: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section06 {
    padding: 80px 30px;
  }
}
/* 퀵메뉴 */
.quick-area {
  position: fixed;
  bottom: 150px;
  right: 70px;
  z-index: 10000;
}

.quick-area .tel a {
  width: 70px;
  display: block;
  height: 70px;
  background: #1373bd url("/images/kor01r-25-0468/quick_ico_1.png") no-repeat center center;
  border-radius: 50px;
  margin-bottom: 15px;
}

.quick-area .ktalk a {
  width: 70px;
  display: block;
  height: 70px;
  background: #fae100 url("/images/kor01r-25-0468/quick_ico_2.png") no-repeat center center;
  border-radius: 50px;
}

@media only screen and (max-width: 1200px) {
  .cont-area {
    width: 100%;
  }
  .cont-area .tit h2 {
    font-size: 50px;
  }
  .cont-area .tit h3 {
    font-size: 50px;
  }
  /* 01 */
  .section02 {
    padding: 80px 50px;
    box-sizing: border-box;
  }
  /* 퀵메뉴 */
  .quick-area {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 10000;
  }
  .quick-area .tel a {
    width: 50px;
    display: block;
    height: 50px;
    background: #1373bd url("/images/kor01r-25-0468/quick_ico_1.png") no-repeat center center/25px;
    border-radius: 50px;
    margin-bottom: 15px;
  }
  .quick-area .ktalk a {
    width: 50px;
    display: block;
    height: 50px;
    background: #fae100 url("/images/kor01r-25-0468/quick_ico_2.png") no-repeat center center/25px;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .cont-area .tit h4 {
    font-size: 18px;
  }
  .cont-area .tit h2 {
    font-size: 40px;
  }
  .cont-area .tit h3 {
    font-size: 40px;
    letter-spacing: -3px;
  }
  /* 01 */
  .section02 {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .cont-area .tit h4 {
    font-size: 16px;
  }
  /* 01 */
  .section02 {
    padding: 80px 35px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 680px) {
  .BL {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  /* 01 */
  .section02 {
    padding: 80px 30px;
  }
}
/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item {
  height: 100vh;
  min-height: 850px;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.main-visual .carousel-inner > .item.active{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.main-visual .carousel-inner > .item.main-img01 {
  background: url("/images/kor01r-25-0468/section01_bg1.jpg?123") no-repeat center center/cover;
}

.main-visual .carousel-inner > .item.main-img02 {
  <!-- background: #191d3a url("/images/kor01r-25-0468/section01_bg2.jpg?123") no-repeat center center; -->
  background-size: auto 100%;
}

.main-visual .carousel-inner > .item.main-img03 {
  background: #191d3a url("/images/kor01r-25-0468/section01_bg3.jpg?123") no-repeat center center;
  background-size: auto 100%;
}

.main-visual .carousel-caption {
  top: 38%;
  left: 5%;
  right: 5%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  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;
}

.main-visual .carousel-caption .main-slogan {
  margin-bottom: 60px;
}

.main-visual .carousel-caption .main-slogan h2 {
  font-size: 86px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}

.main-visual .carousel-caption .main-slogan h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -7px;
  padding: 40px 0 20px;
  word-break: keep-all;
}

.main-visual .carousel-caption .main-slogan h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  word-break: keep-all;
}

.main-visual .carousel-indicators {
  bottom: 6%;
}

.main-visual .carousel-indicators li {
  margin: 0 2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #000000;
  opacity: 0.5;
  border: none;
}

.main-visual .carousel-indicators li.active {
  margin: 0 2px;
  width: 20px;
  height: 20px;
  background: #0c59a0;
  opacity: 1;
  border: none;
}

.main-visual .mv-q {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main-visual .mv-q ul {
  position: absolute;
  bottom: 0;
  right: 0;
}

.main-visual .mv-q ul li {
  display: inline-block;
}

.main-visual .mv-q ul li a {
  display: block;
  width: 150px;
  padding: 15px 20px;
  background: #109fb4 url("/images/kor01r-25-0468/ico_main02.png?123") no-repeat 85% center/30px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}

.main-visual .mv-q ul li:nth-of-type(2) a {
  background: #1069b4 url("/images/kor01r-25-0468/ico_main03.png?123") no-repeat 85% center/30px;
}

.main-visual .mv-q ul li:nth-of-type(3) a {
  background: #1c10b4 url("/images/kor01r-25-0468/ico_main03.png?123") no-repeat 85% center/30px;
}

@media screen and (max-width: 1200px) {
  .main-visual .mv-q {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .main-visual .mv-q ul {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  .main-visual {
    padding-top: 65px;
  }
  .main-visual .carousel-inner > .item {
    height: calc(100vh - 130px);
    min-height: auto;
  }
  .main-visual .carousel-caption {
    top: 32%;
  }
  .main-visual .carousel-caption p {
    font-size: 17px;
  }
  .main-visual .carousel-caption p br {
    display: none;
  }
  .main-visual .carousel-caption .main-slogan {
    margin-bottom: 45px;
  }
  .main-visual .carousel-caption .main-slogan p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 50px;
  }
  .main-visual .carousel-inner > .item {
    height: calc(100vh - 100px);
  }
  .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 h3 {
    font-size: 48px;
    letter-spacing: -4px;
  }
  .main-visual .carousel-caption .main-slogan h2 {
    font-size: 64px;
  }
  .main-visual .carousel-indicators {
    bottom: 10%;
  }
}
@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 h3 {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .main-visual .carousel-caption .main-slogan h2 {
    font-size: 40px;
  }
  .main-visual .mv-q ul li a {
    width: 100%;
    background: #109fb4;
  }
  .main-visual .mv-q ul li:nth-of-type(2) a {
    width: 100%;
    background: #1069b4;
  }
  .main-visual .mv-q ul li:nth-of-type(3) a {
    width: 100%;
    background: #1c10b4;
  }
}


		