@charset "UTF-8";
/* Font */
@import url(font.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap");
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 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;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, th, td, input, select, textarea, button {
  font-family: "NotoSansKR", sans-serif;
  font-size: 12pt;
  letter-spacing: -0.03em;
  line-height: 1.475;
  font-weight: 300;
  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;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

.hidden {
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.ff_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fi_cont {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.ff_object {
  margin: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ff_object .obj {
  padding: 15px;
}

.ff_object.middle {
  margin: -10px;
}

.ff_object.middle .obj {
  padding: 10px;
}

.ff_obj {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ff_obj .obj {
  padding-left: 15px;
  padding-right: 15px;
}

.f_two .obj {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

.f_three .obj {
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  max-width: 33.33%;
}

.f_four .obj {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
}

.f_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.f_center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.f_middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.f_end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
}

.f_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*h1{font-size:2.500em;} 40px 
h2{font-size:2.188em;}/* 35px 
h3{font-size:1.875em;}/* 30px 
h4{font-size:1.500em;}/* 24px 
h5{font-size:1.250em;}/* 20px
h6{font-size:1.125em;}/* 18px 
p{font-size:1em;}/* 16px */
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  line-height: 1.5;
  word-break: keep-all;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.strong {
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 767px) {
  body, input, select, textarea {
    font-size: 10.5pt;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
  body, input, select, textarea {
    font-size: 10pt;
  }
}
@media only screen and (min-width: 320px) {
  body {
    overflow-x: 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: 80px;
  height: 80px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #05453b url("/images/kor12r-22-0460/common/go_top.png") no-repeat center center;
}

@media only screen and (max-width: 980px) {
  .back-to-top {
    width: 60px;
    height: 60px;
    background-size: 22px;
  }
  .back-to-top i {
    line-height: 58px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .back-to-top i {
    line-height: 40px;
    font-size: 15px;
  }
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

.cont_inner {
  width: 1280px;
  margin: 0 auto;
}

.inner {
  width: 1280px !important;
}

.cont_inner:after, .inner:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1280px) {
  .cont_inner, .inner {
    width: 100% !important;
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 980px) {
  .cont_inner, .inner {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .cont_inner, .inner {
    padding: 0 15px !important;
  }
}
/* 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: #509591;
  border-color: #509591;
  color: #fff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #447774;
  border-color: #447774;
  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: #509591;
}

.arrow_button {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.arrow_button span {
  font-size: 1.5em;
  color: #444;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}

.arrow_button em {
  margin-left: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.arrow_button.vertical span {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.arrow_button.vertical span:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #bae3ff;
}

.arrow_button.vertical span:after {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 60px;
  background: #333;
}

.arrow_button.single em {
  width: 34px;
  height: 7px;
  background-image: url("/images/kor12r-22-0460/main/single_arrow.png");
}

.arrow_button.small em {
  width: 17px;
  height: 6px;
  background-image: url("/images/kor12r-22-0460/common/button_arrow.png");
}

.arrow_button.white em {
  width: 22px;
  height: 8px;
  background-image: url("/images/kor12r-22-0460/main/list_arrow_more.png");
}

.arrow_button.long em {
  width: 25px;
  height: 12px;
  background-image: url("/images/kor12r-22-0460/main/arrow_long.png");
}

.arrow_button.small span {
  font-size: 16px;
  font-weight: 500;
}

.arrow_button.small:hover span {
  color: #000;
}

.arrow_button.small:hover:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#header.on_bg {
  background: #fff;
}

#header.scroll {
  background: #f5f2ef;
}

#header #header_in {
  position: relative;
  padding: 0 5%;
  margin: 0 auto;
  width: 100%;
  min-width: 1280px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header #L_SITE_LOGO h1 {
  padding-top: 20px;
  line-height: 0;
  font-size: 0;
}

#header .logo-srcoll {
  display: none;
}

#header .logo-srcoll {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 125px;
  height: 60px;
  background: url(/images/kor12r-22-0460/common/top_logo_on.png) no-repeat 0 0;
}

#header .logo-srcoll a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header.scroll .logo-basic {
  display: none;
}

#header.scroll .logo-srcoll {
  display: block !important;
}

#nav {
  display: none;
  width: 100%;
  padding: 50px 0px;
  background: #f5f2ef;
  position: absolute;
  top: 100px;
  left: 0;
}

#nav .header_in_on {
  position: absolute;
  width: 100%;
  top: -100px;
  height: 100px;
  background: #f5f2ef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#nav .header_in_on .top-logo {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 125px;
  height: 60px;
  background: url(/images/kor12r-22-0460/common/top_logo_on.png) no-repeat 0 0;
}

#nav .header_in_on .top-logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nav-btn {
  display: none;
}

.nav-btn {
  z-index: 999;
  display: block;
  position: absolute;
  top: 3rem;
  bottom: 44px;
  right: 30px;
  width: 54px;
  height: 32px;
  cursor: pointer;
}

.nav-btn span {
  position: absolute;
  display: block;
  width: 54px;
  height: 4px;
  background: #fff;
  transition: 0.2s all linear;
}

.nav-btn span:nth-child(1) {
  top: 0;
}

.nav-btn span:nth-child(2) {
  top: 16px;
}

.nav-btn span:nth-child(3) {
  top: 32px;
}

.nav-btn.nav-close {
  position: fixed;
}

.nav-btn.nav-close span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.nav-btn.nav-close span:nth-child(2) {
  margin-left: 0 !important;
  width: 0 !important;
}

.nav-btn.nav-close span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

#header #header_in .nav-btn.nav-close span {
  background: #000;
}

#header #header_in .nav-btn span {
  background: #fff;
}

#header.scroll #header_in .nav-btn span {
  background: #000;
}

.navigation-warp {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.navigation {
  position: relative;
}

.navigation:after {
  content: "";
  display: block;
  clear: both;
}

.navigation > li {
  padding-left: 60%;
  line-height: 1;
  padding-bottom: 80px;
  text-align: left;
}

.navigation .main-menu {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 600;
  color: #ccc;
}

.navigation > li:hover .main-menu {
  color: #000;
}

.navigation > li:hover .main-menu:after {
  position: absolute;
  content: "";
  top: -5px;
  right: -15px;
  width: 9px;
  height: 9px;
  border-radius: 30px;
  background: #05453b;
}

.navigation .sub-menu {
  position: relative;
  width: 100%;
  display: none;
  margin-top: 30px;
}

.navigation .sub-menu ul {
  left: 50%;
}

.navigation .sub-menu li {
  position: relative;
}

.navigation .sub-menu a {
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #a8a8a8;
}

.navigation .sub-menu a:hover {
  color: #05453b;
}

.navigation .sub-menu .intro-menu {
  display: none;
}

.navigation .sub-navi-ban {
  width: 50%;
}

.navigation .sub-navi-ban p {
  font-size: 50px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-bottom: 60px;
}

.navigation .sub-navi-ban span {
  display: block;
  font-size: 26px;
  color: #c1c1c1;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1280px) {
  .navigation-warp {
    width: 100%;
    padding: 0 20px;
  }
  .navigation .sub-menu ul {
    left: 45%;
  }
  .navigation > li {
    padding-left: 50%;
  }
  .navigation .sub-navi-ban {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  #header > div {
    padding: 0 20px;
  }
  #header #header_in {
    min-width: 100%;
    padding: 0 20px;
  }
  #nav .header_in_on .top-logo {
    left: 20px;
  }
  #header.scroll .logo-srcoll {
    left: 20px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    height: 100px;
  }
  #header #header_in {
    height: 100px;
  }
  #nav {
    top: 100px;
    padding: 30px 0px;
  }
  .nav-btn {
    width: 45px;
    height: 30px;
    top: 35px;
  }
  .nav-btn span {
    width: 45px;
  }
  .nav-btn span:nth-child(2) {
    top: 14px;
  }
  .nav-btn span:nth-child(3) {
    top: 28px;
  }
  .navigation > li {
    padding-bottom: 30px;
  }
  .navigation .main-menu {
    font-size: 22px;
  }
  .navigation .sub-menu {
    margin-top: 10px;
  }
  .navigation .sub-menu li:before {
    vertical-align: middle;
  }
  .navigation .sub-menu a {
    font-size: 18px;
  }
  .navigation .sub-navi-ban p {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .navigation .sub-navi-ban span {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 621px) {
  #nav {
    height: 440px;
  }
  .navigation {
    padding-top: 30px;
  }
}
@media screen and (min-width: 981px) {
  #nav {
    height: 680px;
  }
  .navigation {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #nav {
    top: 68px;
  }
  .nav-btn {
    top: 18px;
    right: 10px;
  }
  .nav-btn span {
    right: 0 !important;
    width: 34px !important;
  }
  .nav-btn span:nth-child(2) {
    top: 12px;
  }
  .nav-btn span:nth-child(3) {
    top: 24px;
  }
  #header #header_in {
    padding: 0 15px;
  }
  #header,
  #header #header_in {
    height: 68px;
  }
  #nav .header_in_on {
    height: 68px;
    top: -68px;
  }
  #header #L_SITE_LOGO h1 {
    padding-top: 15px;
  }
  #header #L_SITE_LOGO h1 img {
    width: 83px;
    height: 40px;
  }
  #nav .header_in_on .top-logo, #header.scroll .logo-srcoll {
    left: 15px;
    top: 15px;
    width: 83px;
    height: 40px;
    background-size: 83px 40px;
  }
  .navigation > li {
    padding-left: 40%;
  }
  .navigation .sub-menu ul {
    left: 48%;
  }
  .navigation .sub-navi-ban {
    width: 35%;
  }
}
@media screen and (min-width: 621px) {
  .navigation .sub-menu {
    margin-top: 0;
    z-index: 100;
  }
  .navigation .sub-menu ul {
    position: absolute;
    top: -25px;
  }
  .navigation .sub-navi-ban {
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f2ef;
  }
  .navigation .sub-navi-ban.ban-fixed {
    display: block !important;
  }
}
@media only screen and (max-width: 620px) {
  .navigation > li {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .navigation .sub-menu {
    margin-top: 15px;
  }
  .navigation .sub-navi-ban {
    display: none !important;
  }
}
/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

#footer .footer-area {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

#footer .foot-agree {
  margin-bottom: 25px;
}

#footer .foot-agree ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .foot-agree ul li {
  padding: 0 20px;
}

#footer .foot-agree ul li:not(:last-child) {
  border-right: 1px solid #afafaf;
}

#footer .foot-agree ul li:first-child {
  padding-left: 0;
}

#footer .foot-agree ul li:last-child {
  padding-right: 0;
}

#footer .foot-agree ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  line-height: 1;
}

#footer .foot-sns {
  position: absolute;
  top: 0;
  right: 0;
}

#footer .foot-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .foot-sns ul li:not(:last-child) {
  margin-right: 10px;
}

#footer .foot-sns ul li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #efefef;
  text-align: center;
  line-height: 45px;
}

#footer .foot-sns ul li a i {
  font-size: 26px;
  line-height: 45px;
  color: #333;
}

#footer .foot-info p, #footer .foot-info li, #footer .foot-info a {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
}

#footer .foot-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .foot-info ul li {
  position: relative;
}

#footer .foot-info ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 1px;
  height: 14px;
  background: #999;
}

#footer .foot-info ul li:not(:last-child) {
  padding-right: 20px;
}

#footer .copy {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 1280px) {
  #footer {
    width: 100%;
    padding: 30px 15px;
  }
  #footer .footer-area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .foot-sns {
    position: relative;
    margin-bottom: 20px;
  }
  #footer .foot-agree ul li {
    padding: 0 10px;
  }
  #footer .foot-agree ul li a {
    font-size: 14px;
  }
  #footer .foot-info p, #footer .foot-info li, #footer .foot-info a {
    font-size: 14px;
    line-height: 1.5;
  }
  #footer .foot-sns ul {
    flex-direction: row;
    justify-content: center;
  }
  #footer .foot-sns ul li:not(:last-child) {
    margin-right: 20px;
  }
  #footer .foot-sns ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #footer .foot-sns ul li a i {
    font-size: 22px;
    line-height: 40px;
  }
}
/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main_visual {
  position: relative;
}

.main_visual .visual_slide {
  width: 100%;
  height: 930px;
}

.main_visual .visual_slide .item {
  height: 930px;
}

.visual_slide .item.main-img01 {
  background: url("/images/kor12r-22-0460/main/main_visual_01.png") no-repeat center center/cover;
}

.visual_slide .item.main-img02 {
  background: url("/images/kor12r-22-0460/main/main_visual_02.png") no-repeat center center/cover;
}

.visual_slide .item.main-img03 {
  background: url("/images/kor12r-22-0460/main/main_visual_03.png") no-repeat center center/cover;
}

.main_visual .carousel-caption {
  position: relative;
  display: table;
  top: 280px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-shadow: none;
  color: #fff;
}

.main_visual .carousel-caption .slogan {
  display: table-cell;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  word-break: keep-all;
}

.main_visual .carousel-caption .slogan p {
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
}

.main_visual .carousel-caption .slogan span {
  font-size: 36px;
  font-weight: 400;
}

.visual_slide .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -640px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.visual_slide .slick-dots li button {
  width: 50px;
  height: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #ddd;
  outline: none;
  border: none;
}

.visual_slide .slick-dots li.slick-active button {
  background: #000;
}

.vis_progress {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 20%;
  right: 0;
  flex-direction: row;
  justify-content: center;
  z-index: 60;
}

.vis_progress div {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  max-width: 180px;
  padding: 0 10px;
  white-space: nowrap;
  text-align: left;
}

.vis_progress div span.progressBar {
  display: block;
  width: 85px;
  margin-left: 5px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.33);
}

.vis_progress div span.progressBar .inProgress {
  display: block;
  width: 0%;
  height: 4px;
  background-color: rgb(255, 255, 255);
}

@keyframes slickAni {
  from {
    transform: scale(1.3) translate(0px);
  }
  to {
    transform: scale(1) translate(0px);
  }
}
@-webkit-keyframes slickAni {
  from {
    transform: scale(1.3) translate(0px);
  }
  to {
    transform: scale(1) translate(0px);
  }
}
@media screen and (min-width: 1281px) {
  .main-visual .carousel-caption {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .vis_progress li span.progressBar {
    width: 80px;
  }
}
@media screen and (max-width: 980px) {
  .main_visual .visual_slide, .main_visual .vis_cont {
    height: 800px;
  }
  .main_visual .visual_slide {
    height: 800px;
  }
  .main_visual .visual_slide .item {
    height: 800px;
  }
  .main_visual .vis_cont {
    top: 40%;
    left: auto;
    right: auto;
    bottom: auto;
    padding: unset;
  }
}
@media screen and (max-width: 768px) {
  .main_visual .visual_slide, .main_visual .vis_cont {
    height: 560px;
  }
  .main_visual .visual_slide {
    height: 560px;
  }
  .main_visual .visual_slide .item {
    height: 560px;
  }
  .main_visual .vis_cont {
    top: 40%;
  }
  .main_visual .carousel-caption {
    top: 200px;
  }
  .main_visual .carousel-caption .slogan span {
    font-size: 26px;
  }
  .main_visual .carousel-caption .slogan p {
    font-size: 54px;
  }
  .vis_progress div {
    max-width: 100px;
  }
  .vis_progress div span.progressBar {
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .main_visual .carousel-caption {
    top: 200px;
  }
  .main_visual .carousel-caption .slogan span {
    font-size: 18px;
  }
  .main_visual .carousel-caption .slogan p {
    font-size: 36px;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContainer {
  z-index: 555;
}

.main-container {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.main-container .section {
  padding: 100px 0;
  position: relative;
}

.main-container .section:after {
  content: "";
  clear: both;
  display: block;
}

.main-container .section .cont-inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.main-container .m-title {
  font-size: 48px;
  margin-bottom: 60px;
  text-align: center;
  color: #222;
  line-height: 1.4;
  font-family: "Montserrat", serif;
  font-weight: 700;
}

.main-container .m-title span {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  color: #05453b;
  font-family: "NotoSansKR", sans-serif;
  font-weight: 400;
}

.section01-wrap {
  width: 100%;
  position: relative;
}

.section01-wrap:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 45%;
  height: 100%;
  background: #05453b;
  z-index: -1;
}

.main_section01_inner {
  position: relative;
  padding-left: 33%;
  margin: 0 auto;
}

.main_section01_inner div._title {
  position: absolute;
  left: 17%;
  top: 160px;
  width: 300px;
}

.main_section01_inner .section01_inner {
  position: relative;
  padding-left: 80px;
}

.main_section01_inner .main_section_title {
  margin-bottom: 30px;
}

.main_section01_inner .main_section_title strong {
  font-size: 38px;
  line-height: 1.1;
  font-family: "Cinzel", serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.main_section01_inner .main_section_title span {
  font-size: 18px;
  margin-top: 30px;
  display: block;
  color: #c4cccb;
  line-height: 1.3;
}

.main_section01_inner .btn-area {
  margin-top: 20px;
}

.main_section01_inner .btn-area i {
  margin-left: 10px;
}

.main_section01_inner .btn-area em {
  background: url("/images/kor12r-22-0460/main/arrow_s.png") no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.main_section01_inner .btn-area a {
  display: flex;
  width: 140px;
  height: 48px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid #9bb5b1;
}

.section01_inner .slide-wrap {
  width: 100%;
}

.section01_inner .slide-wrap .owl-item {
  width: 33.3%;
}

.section01_inner .owl-stage-outer {
  width: 1920px !important;
}

/*.section01_inner .owl-stage-outer {height:460px !important;}*/
.section01_inner .slide-wrap .slide-list {
  position: relative;
  height: 300px !important;
}

.section01_inner .owl-controls {
  position: absolute;
  left: 15%;
  bottom: 0;
  display: flex;
}

.section01_inner .slide-wrap .slide-list .owl-controls .owl-dots {
  display: none !important;
}

.section01_inner .gallery-wrap .gallery-list .owl-controls .owl-nav {
  display: none;
}

.section02-wrap {
  width: 100%;
  position: relative;
  min-height: 580px;
  background: url("/images/kor12r-22-0460/main/section02_bg.png") no-repeat left center;
}

.section02-wrap:after {
  content: "";
  clear: both;
  display: block;
}

.section02-wrap .main_section02_inner {
  position: absolute;
  right: 0;
  top: 25%;
  background: #fff;
  width: 53%;
  text-align: left;
  padding: 70px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.main_section02_inner h3 {
  font-size: 36px;
  color: #222;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}

.main_section02_inner p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  font-weight: 300;
}

.main_section02_inner .btn-area {
  padding-top: 30px;
  text-align: right;
}

.main_section02_inner .btn-area a {
  font-weight: 400;
  color: #222;
  font-size: 20px;
}

.main_section03 {
  position: relative;
}

.main_section03_inner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.main_section03_inner .slick-dots li button {
  width: 80px;
  height: 5px;
  background: #ddd;
  text-indent: -9999px;
  outline: none;
  border: none;
}

.main_section03_inner .slick-dots li.slick-active button {
  background: #000;
}

.main_section03_inner .slick-arrow {
  display: none !important;
}

.webzine_slide {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
}

.webzine_slide .cont {
  position: relative;
  margin: 0 10px;
}

.webzine_slide .cont:nth-child(even) {
  padding-top: 50px;
}

.webzine_slide .cont .t_cont {
  bottom: 30px;
  left: 30px;
  color: #fff;
  position: absolute;
}

.webzine_slide .cont .t_cont em {
  font-size: 0.938em;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.webzine_slide .cont img {
  display: block;
}

.webzine_slide .cont h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 20px rgb(0, 0, 0);
}

.main_section03_inner .btn-area {
  margin-top: 50px;
}

.main_section03_inner .btn-area i {
  margin-left: 10px;
}

.main_section03_inner .btn-area em {
  background: url("/images/kor12r-22-0460/main/arrow_s02.png") no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.main_section03_inner .btn-area a {
  display: flex;
  width: 140px;
  height: 48px;
  color: #333;
  text-align: center;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid #333;
  margin: 0 auto;
}

.main_section04 {
  width: 100%;
  position: relative;
}

.main_section04:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: #05453b;
  z-index: -1;
}

.main_section04 .m-title,
.main_section04 .m-title span {
  color: #fff;
}

.section04-wrap .ban-box {
  padding: 180px 20px;
  margin-bottom: 50px;
  text-align: center;
  background: url("/images/kor12r-22-0460/main/section04_bg.png") no-repeat center center/cover;
}

.section04-wrap .ban-box span {
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  z-index: 1;
}

.section04-wrap .ban-box span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 26px;
  z-index: -1;
  background: #d4a64c;
}

.section04-wrap .ban-box br {
  display: none;
}

.section04-wrap p {
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
}

.main_section04 .cont-inner .go-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
  z-index: 2;
}

.main-container .section.main_section05 {
  padding: 0;
}

.main_section05 .full-banner {
  display: table;
  width: 100%;
  padding: 170px 20px;
  text-align: center;
  background: url("/images/kor12r-22-0460/main/section05_bg01.png") no-repeat center center/cover;
}

.main_section05 .full-banner a {
  display: table-cell;
  vertical-align: middle;
}

.main_section05 .full-banner h3 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Montserrat", serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.main_section05 .full-banner h3 span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  color: #fff;
  font-family: "NotoSansKR", sans-serif;
  font-weight: 400;
}

.main_section05 .side-banner {
  display: flex;
}

.main_section05 .side-banner > div {
  width: 50%;
  color: #fff;
  text-align: left;
}

.main_section05 .side-banner > div h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main_section05 .side-banner > div p {
  font-size: 20px;
  font-weight: 300;
}

.main_section05 .side-banner > div > div {
  position: relative;
  width: 640px;
  padding: 80px;
}

.main_section05 .side-banner .location {
  background: url("/images/kor12r-22-0460/main/section05_bg02.png") no-repeat center center/cover;
}

.main_section05 .side-banner .community {
  background: url("/images/kor12r-22-0460/main/section05_bg03.png") no-repeat center center/cover;
}

.main_section05 .side-banner .location:after {
  content: "";
  clear: both;
  display: block;
}

.main_section05 .side-banner .go-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}

.main_section05 .side-banner > div > div i {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 48px;
  height: 29px;
  background: url("/images/kor12r-22-0460/main/main_ban_arrow.png") no-repeat;
}

@media only screen and (min-width: 1281px) {
  .main_section05 .side-banner .location > div {
    float: right;
    padding-left: 0;
  }
  .main_section05 .side-banner .location > div i {
    right: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .main-container .section .cont-inner {
    width: 100%;
    padding: 0 30px;
  }
  .main_section05 .side-banner > div > div {
    width: 100%;
    padding: 80px 40px;
  }
  .main_section05 .side-banner > div > div i {
    right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .section01-wrap:before {
    width: 100%;
    height: 50%;
    top: 0;
  }
  .main_section01_inner {
    padding: 0 30px;
  }
  .main_section01_inner div._title {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 50px;
    width: 100%;
  }
  .main_section01_inner .section01_inner {
    padding-left: 0;
  }
  .section01_inner .owl-controls {
    left: 0;
    right: 0;
  }
  .section02-wrap .main_section02_inner {
    width: 70%;
  }
}
@media only screen and (max-width: 980px) {
  .main-container .section {
    padding: 80px 0;
  }
  .main-container .section .cont-inner {
    padding: 0 20px;
  }
  .section02-wrap {
    background-position: center center;
    background-size: cover;
  }
  .section02-wrap .main_section02_inner {
    top: 50%;
    width: 80%;
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .main-container .m-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .main-container .m-title span {
    font-size: 16px;
    margin-top: 5px;
  }
  .main_section01_inner {
    padding: 0 15px;
  }
  .main_section01_inner .main_section_title {
    margin-bottom: 20px;
  }
  .main_section01_inner .main_section_title strong {
    font-size: 26px;
  }
  .main_section01_inner .main_section_title span {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_section01_inner .btn-area a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .section02-wrap {
    min-height: 460px;
  }
  .main_section02_inner h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .main_section02_inner p {
    font-size: 16px;
    line-height: 1.3;
  }
  .main_section02_inner .btn-area {
    padding-top: 20px;
  }
  .main_section02_inner .btn-area a {
    font-size: 15px;
  }
  .webzine_slide .cont .t_cont {
    bottom: 20px;
    left: 20px;
  }
  .webzine_slide .cont h5 {
    font-size: 18px;
  }
  .main_section03_inner .btn-area {
    margin-top: 30px;
  }
  .main_section03_inner .btn-area a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .section04-wrap .ban-box {
    padding: 100px 20px;
    margin-bottom: 30px;
  }
  .section04-wrap .ban-box span {
    font-size: 24px;
  }
  .section04-wrap .ban-box span:after {
    bottom: 5px;
    height: 18px;
  }
  .section04-wrap .ban-box br {
    display: block;
  }
  .section04-wrap p {
    font-size: 16px;
  }
  .main_section05 .full-banner {
    padding: 100px 20px;
  }
  .main_section05 .full-banner h3 {
    font-size: 24px;
  }
  .main_section05 .full-banner h3 span {
    font-size: 16px;
    margin-top: 5px;
  }
  .main_section05 .side-banner > div h3 {
    font-size: 22px;
  }
  .main_section05 .side-banner > div p {
    font-size: 16px;
  }
  .main_section05 .side-banner > div > div {
    padding: 50px 20px;
  }
  .main_section05 .side-banner > div > div i {
    right: 20px;
  }
}
@media only screen and (max-width: 620px) {
  .section01_inner .owl-controls {
    top: 0;
  }
  .section01_inner .gallery-wrap .gallery-list .owl-controls .owl-nav {
    display: block;
  }
  .section01_inner .gallery-wrap .gallery-list .owl-controls .owl-prev {
    top: -13%;
    left: inherit;
    right: 50px;
  }
  .section01_inner .gallery-wrap .gallery-list .owl-controls .owl-next {
    top: -13%;
    right: 10px;
  }
  .section01_inner .gallery-wrap .gallery-list .owl-controls .owl-prev,
  .section01_inner .gallery-wrap .gallery-list .owl-controls .owl-next {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 1px solid #fff;
    line-height: 36px;
  }
  .main_section03_inner {
    padding: 0 45px;
  }
  .main_section03_inner .slick-dots {
    display: none !important;
  }
  .main_section03_inner .slick-arrow {
    display: block !important;
    position: absolute;
    top: 0px;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    outline: none;
    border: 0;
    background: transparent;
  }
  .main_section03_inner .slick-arrow.slick-prev {
    left: -40px;
    top: 40%;
    background-image: url("/images/kor12r-22-0460/main/w_arrow_prev.png");
  }
  .main_section03_inner .slick-arrow.slick-next {
    right: -40px;
    top: 40%;
    background-image: url("/images/kor12r-22-0460/main/w_arrow_next.png");
  }
  .webzine_slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  .webzine_slide .cont:nth-child(even) {
    padding-top: 0;
  }
  .main_section05 .side-banner {
    flex-direction: column;
  }
  .main_section05 .side-banner > div {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .main-container .section {
    padding: 30px 0;
  }
  .main-container .section .cont-inner {
    padding: 0 10px;
  }
  .main-container .main_section02 {
    padding-bottom: 60px;
  }
  .section02-wrap .main_section02_inner {
    width: 90%;
    padding: 20px;
  }
  .section02-wrap {
    min-height: 380px;
  }
  .main_section02_inner h3 br, .main_section02_inner p br {
    display: none;
  }
  .main-container .section.main_section04 {
    padding: 40px 0;
  }
  .section04-wrap .ban-box {
    padding: 60px 10px;
  }
  .main_section05 .full-banner {
    padding: 60px 10px;
  }
  .main_section05 .side-banner .community p {
    letter-spacing: -1px;
  }
}