@charset "UTF-8";
/* Font */
@import url(font.css);
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
	▶사이즈
	pc : 1160px
	tablet : 980px ~
	mobile : 768px ~ 320px

	▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, textarea, th, ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: -0.2px;
  font-weight: 400;
}

body, button, input, select, td, textarea, th {
  font-family: "NotoSansKR", sans-serif;
  letter-spacing: -0.2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #555;
}

dl, li, menu, ol, ul {
  list-style: none;
}

*, *:after, *:before {
  -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:active, a:focus, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

@media only screen and (max-width: 768px) {
  body, button, input, select, td, textarea, th {
    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;
}

::selection {
  background-color: #bceeff;
}

/* 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 (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top_btn {
  position: absolute;
  display: inline-block;
  right: 50px;
  top: -55px;
}

.top_btn a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #df7a94;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-top: 5px;
}

.top_btn a i {
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .top_btn {
    right: 20px;
  }
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
  position: absolute;
  width: 100%;
  height: 160px;
  background: transparent;
  z-index: 16;
}

#header #L_SITE_LOGO {
  position: relative;
  z-index: 2;
}

#header h1 {
  line-height: 110px;
  font-size: 0;
  text-align: center;
}

#header h1 a {
  display: inline-block;
  line-height: 110px;
  vertical-align: middle;
  padding-top: 5px;
}

.nav-btn {
  z-index: 999;
  position: absolute;
  top: 128px;
  right: 30px;
  width: 45px;
  height: 28px;
  cursor: pointer;
}

.nav-btn span {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-left: -17.5px;
  width: 37px;
  height: 3px;
  background: #ffa116;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 2.5px;
}

.nav-btn span:nth-child(1) {
  top: 0;
}

.nav-btn span:nth-child(2) {
  top: 11px;
}

.nav-btn span:nth-child(3) {
  top: 23px;
}

.nav-btn small {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-left: -17.5px;
  width: 35px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
  bottom: -17px;
}

.nav-btn small._off {
  opacity: 0;
}

.nav-btn small._on {
  opacity: 1;
}

.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);
}

.nav-close small._on {
  opacity: 0;
}

.pc_gnb {
  display: block;
}

.m_gnb {
  display: none;
}

#header .t-tel {
  position: absolute;
  z-index: 999;
  float: left;
  top: 48px;
  left: 30px;
}

#header .t-tel dt {
  color: #111;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 25px;
  background: url("/images/kor08r-22-0458/common/ico_tel.png") no-repeat 0 0;
}

#header .t-tel dd {
  font-size: 24px;
  font-weight: bold;
  color: #ff6c00;
}

#header .t-tel dd a:hover {
  color: #ff4a63;
}

#header .t-sns {
  position: absolute;
  z-index: 999;
  float: right;
  top: 60px;
  right: 30px;
}

#header .t-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .t-sns li:not(:first-child) {
  padding-left: 5px;
}

#header .t-sns li:not(:last-child) {
  padding-right: 5px;
}

@media only screen and (min-width: 981px) {
  #header {
    height: 160px;
  }
  #header .header_in {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .nav-bg {
    z-index: 1;
    display: none;
    top: 160;
    height: 200px;
    background: rgba(0, 0, 0, 0.8);
  }
  /*.nav-bg:after{content:'';background:rgba(11,45,133,.9);position:absolute;top:-100px;left:0;width:100%;height:100px;border-bottom:1px solid #081c50}*/
  #nav {
    z-index: 888;
    height: 55px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  .login-menu {
    position: absolute;
    z-index: 999;
    float: right;
    top: 15px;
    right: 30px;
    color: #333;
    font-weight: 300;
  }
  .login-menu li {
    display: inline-block;
  }
  .login-menu li a {
    color: #111;
    font-size: 14px;
    font-weight: 300;
  }
  .navigation {
    display: inline-block;
  }
  .navigation > li {
    position: relative;
    float: left;
    width: 160px;
    text-align: center;
    z-index: 999;
  }
  .navigation .depth1 {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
  }
  .navigation .depth1:hover {
    color: #ffa116;
  }
  .navigation > li:hover .depth1 {
    color: #ffa116;
  }
  .navigation .sub-menu {
    z-index: 888;
    display: none;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -80px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .navigation .sub-menu a {
    line-height: 35px;
    font-size: 16px;
    color: #ddd;
  }
  .navigation .sub-menu a:hover {
    color: #ffa116;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .nav-btn {
    right: 20px;
  }
  .login-menu {
    right: 20px;
  }
  .login-menu li:first-child {
    margin-left: 0;
  }
  #header .t-tel {
    left: 20px;
  }
  #header .t-sns {
    right: 20px;
  }
  .navigation > li {
    width: 120px;
  }
  .navigation .sub-menu {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    height: 65px;
  }
  #header h1 {
    line-height: 80px;
  }
  #header h1 a {
    line-height: 80px;
  }
  .nav-btn {
    top: 27px;
    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;
    top: 0;
    right: -300px;
    padding-top: 115px;
    width: 300px;
    height: 100%;
    background: #fff;
  }
  .login-menu {
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    background: #ffa116;
    color: #fff;
  }
  .login-menu li {
    display: inline-block;
  }
  .login-menu li {
    margin: 0px 10px;
  }
  .login-menu li a:hover {
    color: #fff;
  }
  #header .t-tel {
    position: absolute;
    top: 15px;
    left: 16px;
  }
  #header .t-tel dd {
    font-size: 22px;
  }
  #header .t-sns {
    position: absolute;
    top: 70px;
    left: 16px;
  }
  .navigation .depth1 {
    display: block;
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333;
  }
  .navigation > li:first-child .depth1 {
    margin-top: 0;
  }
  .navigation .active .depth1 {
    font-weight: 400;
    text-decoration: underline;
    color: #ffa116;
  }
  .navigation .sub-menu {
    display: none;
    padding: 10px 0;
  }
  .navigation .sub-menu a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #777;
  }
  .nav-btn small._on {
    opacity: 0;
  }
  .pc_gnb {
    display: none;
  }
  .m_gnb {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 {
    line-height: 70px;
    background: rgba(255, 255, 255, 0.8);
  }
  #header h1 a {
    line-height: 70px;
  }
  #header h1 img {
    width: 150px;
  }
  .nav-btn {
    width: 35px;
  }
  .nav-btn span {
    margin-left: -15px;
    width: 30px;
    height: 4px;
  }
  .nav-btn span:nth-child(1) {
    top: 0;
  }
  .nav-btn span:nth-child(2) {
    width: 40px;
    top: 10px;
    left: 8px;
  }
  .nav-btn span:nth-child(3) {
    top: 20px;
  }
  .nav-btn small._off {
    opacity: 0;
  }
}
@media only screen and (max-width: 480px) {
  .nav-btn {
    right: 10px;
  }
  #header .t-sns {
    right: 45px;
  }
}
/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn {
  text-transform: uppercase;
  border-radius: 0;
  line-height: 24px;
}

.btn:active,
.btn:focus {
  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:focus,
.btn-custom:hover {
  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:focus,
.btn-custom-outline:hover {
  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: #ffa116;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 35px 0px;
  width: 100%;
  background: #1e1b1b;
  color: #999;
}

.footer-area {
  width: 1200px;
  margin: 0 auto;
}

.footer-menu {
  margin-top: 15px;
}

.footer-menu:after {
  content: "";
  display: block;
  clear: both;
}

.footer-menu li {
  float: left;
  color: #fff;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-menu li > a {
  line-height: 1;
}

.footer-menu li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.foot-info {
  margin: 30px 0 40px;
}

.foot-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.foot-info ul:not(:last-child) {
  margin-bottom: 5px;
}
.foot-info ul li {
  line-height: 1.2;
}
.foot-info ul li:not(:last-child) {
  position: relative;
}
.foot-info ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #999;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  opacity: 0.5;
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding: 30px 20px 35px 20px;
  }
  .footer-area {
    width: 100%;
  }
  .footer-menu li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .footer_top {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .footer-menu {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .footer_top {
    text-align: center;
  }
  .copy {
    text-align: center;
  }
  .foot-info {
    text-align: center;
    margin-bottom: 30px;
  }
  .foot-info ul {
    gap: 5px;
  }
  .foot-info ul:not(:last-child) {
    margin-bottom: 30px;
  }
  .foot-info ul li {
    width: 100%;
  }
  .foot-info ul li:not(:last-child):after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .foot-logo > img {
    margin-bottom: 20px;
  }
  .footer-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .foot-info > ul li p {
    line-height: 24px;
    font-size: 15px;
  }
  .footer-menu li {
    float: none;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    margin-bottom: 10px;
  }
  .footer-menu li:last-child {
    margin-bottom: 0px;
  }
  .footer-menu li > a {
    font-size: 14px;
  }
  .copy {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 353px) {
  #footer {
    padding: 30px 10px 35px 10px;
  }
}
/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual {
  position: relative;
  width: 100%;
}

.main-visual p {
  line-height: 1.2;
  color: #fff;
  word-break: break-all;
}

.main-visual p strong {
  color: #d50050;
}

.main-visual span {
  font-size: 30px;
  font-weight: 400;
}

.main-visual p br {
  display: none;
}

.main-visual .intro-copy {
  font-size: 60px;
  font-weight: 400;
}

.main-visual .main-copy {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
}

.main-visual .main-copy strong {
  font-weight: 600;
}

.main-visual .sub-copy {
  font-size: 22px;
}

.main-visual .sub-copy strong {
  font-weight: 500;
}

.main-visual .carousel-control.left {
  background: url("/images/kor08r-22-0458/main/visual_btn_prev.png") no-repeat center center;
}

.main-visual .carousel-control.right {
  background: url("/images/kor08r-22-0458/main/visual_btn_next.png") no-repeat center center;
}

.main-visual .carousel-control {
  background: none;
  text-shadow: none;
  width: 10%;
  text-indent: -9999em;
  overflow: hidden;
}

.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover {
  opacity: 1;
}

.main-visual .carousel-indicators {
  bottom: 5%;
}

.main-visual .carousel-indicators li {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0 0 7px;
  border-width: 1px;
}

.main-visual .carousel-indicators li.active {
  width: 30px;
  height: 15px;
  margin-left: 7px;
}

.main-visual .carousel-indicators li:first-child {
  margin-left: 0;
}

.main-visual .carousel-indicators li:first-child:after {
  display: none;
}

.carousel-caption .slogan {
  font-weight: 400;
  letter-spacing: -0.3px;
  text-align: center;
}
.carousel-caption .slogan dt {
  font-family: "Nanum Square";
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.carousel-caption .slogan dd {
  font-family: "Nanum Square";
  font-size: 90px;
  line-height: 1.1;
  font-weight: 900;
  color: #ff6821;
  margin: 20px 0 40px 0;
}
.carousel-caption .slogan p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

.slick-slider {
  text-align: center;
}

.slider-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 890px;
}

.slick-initialized .slick-slide {
  height: 890px;
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: cover;
}

.slick-initialized .slick-slide.slide01 {
  position: relative;
  background: url(/images/kor08r-22-0458/main/main_visual_1.png) no-repeat center center/cover;
}
.slick-initialized .slick-slide.slide02 {
  position: relative;
  background: url(/images/kor08r-22-0458/main/main_visual_2.png) no-repeat center center/cover;
}
.slick-initialized .slick-slide.slide03 {
  position: relative;
  background: url(/images/kor08r-22-0458/main/main_visual_3.png) no-repeat center center/cover;
}
.slick-initialized .slick-slide.slide04 {
  position: relative;
  background: url(/images/kor08r-22-0458/main/main_visual_4.png) no-repeat 80% center/cover;
}

.slick-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 125px;
  z-index: 9;
  border: 0;
  background: none;
  color: rgba(0, 0, 0, 0);
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "<";
  color: #000;
  font-size: 50px;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:after {
  content: ">";
  color: #000;
  font-size: 50px;
}

.slick-dots {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.pro-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background: #ffa116;
}

.pro-ani {
  animation: proBar 5s 1;
}

.carousel-caption {
  top: 55%;
  left: 50%;
  right: unset;
  text-align: center;
  padding: 50px;
  bottom: unset;
  width: calc(100% - 40px);
  max-width: 610px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.carousel-caption a {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ffa116;
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
  font-weight: 300;
  background: #ffa116;
  color: #fff;
}

.carousel-caption a:hover {
  background: #fff;
  color: #ffa116;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-indent: -9999px;
  background: none;
}

.slick-dots li.slick-active button {
  width: 30px;
  border-radius: 7.5px;
  background: #fff;
}

@keyframes proBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .carousel-caption a {
    width: 200px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .slider-box {
    height: 700px;
  }
  .slick-initialized .slick-slide {
    height: 700px;
  }
  .carousel-caption .slogan span:after {
    bottom: 4px;
    height: 15px;
  }
  .carousel-caption {
    padding: 40px 20px;
  }
  .carousel-caption .slogan dt {
    font-size: 28px;
  }
  .carousel-caption .slogan dd {
    font-size: 70px;
    margin: 15px 0 30px 0;
  }
  .carousel-caption .slogan p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-box {
    height: 600px;
  }
  .slick-initialized .slick-slide {
    height: 600px;
  }
  .main-visual .carousel-control {
    display: none;
    background-size: 40% !important;
  }
  .main-visual .carousel-indicators {
    display: none;
  }
  .slick-initialized .slick-slide.slide01 {
    position: relative;
    background: url(/images/kor08r-22-0458/main/main_visual_1_s.png) no-repeat center center/cover;
  }
  .slick-initialized .slick-slide.slide02 {
    position: relative;
    background: url(/images/kor08r-22-0458/main/main_visual_2_s.png) no-repeat center center/cover;
  }
  .slick-initialized .slick-slide.slide03 {
    position: relative;
    background: url(/images/kor08r-22-0458/main/main_visual_3_s.png) no-repeat center center/cover;
  }
  .slick-initialized .slick-slide.slide04 {
    position: relative;
    background: url(/images/kor08r-22-0458/main/main_visual_4_s.png) no-repeat 80% center/cover;
  }
  .carousel-caption {
    padding: 30px 10px;
  }
  .carousel-caption .slogan dt {
    font-size: 24px;
  }
  .carousel-caption .slogan dd {
    font-size: 60px;
    margin: 15px 0 20px 0;
  }
  .carousel-caption .slogan p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-box {
    height: 530px;
  }
  .slick-initialized .slick-slide {
    height: 530px;
  }
  .slick-initialized .slick-slide.slide01 {
    background-position: 60% 0px;
  }
  .slick-initialized .slick-slide.slide02 {
    background-position: 65% 0px;
  }
  .carousel-caption a {
    width: 160px;
    height: 40px;
    line-height: 39px;
    font-size: 16px;
    margin-top: 25px;
  }
  .carousel-caption {
    padding: 30px 10px;
  }
  .carousel-caption .slogan dt {
    font-size: 22px;
  }
  .carousel-caption .slogan dd {
    font-size: 50px;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents {
  background: #fff;
}

.section_title {
  text-align: center;
  font-size: 43px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}

.section_txt {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding: 20px 0px 50px 0px;
  line-height: 1.3;
  word-break: keep-all;
}

@media only screen and (max-width: 980px) {
  .section_title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .section_txt {
    font-size: 18px;
    padding: 20px 0px 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .section_title {
    font-size: 28px;
  }
  .section_txt {
    font-size: 18px;
    padding: 20px 20px 30px 20px;
  }
}
/*  main_section02  */
.main_section02 {
  background: #ffa116;
  padding: 80px 0px 60px;
  position: relative;
}

.section02_box {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .section02_box {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 980px) {
  .main_section02 {
    padding: 60px 0px;
  }
}
/*  main_section03  */
.main_section03 {
  display: inline-block;
  width: 100%;
  min-height: 566px;
  margin-bottom: -5px;
}

.main_section03 h1 {
  font-size: 36px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.section03_list li {
  position: relative;
  display: flex;
  padding: 0;
  max-width: 100%;
  min-height: 566px;
}

.section03_list li a {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  padding: 40px;
  z-index: 5;
}
.section03_list li a .in {
  align-self: flex-end;
}

.section03_list li.box-3 a {
  padding-left: 60px;
}
.section03_list li.box-3 a .in {
  align-self: center;
}

.section03_list li.box-1 {
  position: relative;
  background: url("/images/kor08r-22-0458/main/main_section03_img01.png") no-repeat top/cover;
}
.section03_list li.box-1:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #e3e3e3, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  z-index: 0;
}

.section03_list li.box-2 {
  background: url("/images/kor08r-22-0458/main/main_section03_img02.jpg") no-repeat top/cover;
}

.section03_list li.box-3 {
  background: url("/images/kor08r-22-0458/main/main_section03_img03.jpg") no-repeat top/cover;
}

.section03_list li.box-3 ul {
  margin-top: 40px;
  max-width: 300px;
}

.section03_list li.box-3 ul li {
  display: block;
  min-height: 10px;
  line-height: 1.2;
  border-bottom: 1px dotted #aaa;
  padding: 14px 0 14px 13px;
}

.section03_list li.box-3 ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ffa116;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
}

.section03_list li.box-3 ul li:last-child {
  font-size: 36px;
  font-weight: 500;
  border-bottom: 0px;
  padding-left: 0px;
  margin-top: 30px;
}

.section03_list li.box-3 ul li:last-child:before {
  display: none;
}

@media only screen and (max-width: 480px) {
  .section03_list li {
    min-height: 366px;
  }
  .main_section03 h1 {
    font-size: 26px;
  }
  .section03_list li a {
    padding: 30px 20px;
    font-size: 16px;
  }
  .section03_list li.box-3 a {
    vertical-align: middle;
    padding-left: 20px;
  }
  .section03_list li.box-3 ul {
    margin-top: 30px;
  }
  .section03_list li.box-3 ul li {
    padding: 10px 0 10px 13px;
  }
  .section03_list li.box-3 ul li:before {
    top: 17px;
  }
  .section03_list li.box-3 ul li:last-child {
    font-size: 32px;
    margin-top: 20px;
  }
}
/*  main_section04  */
.main_section04 {
  padding: 80px 0 50px;
  width: 100%;
  background: #ffa116;
  position: relative;
}

.main_section04 .section_title {
  word-break: keep-all;
  line-height: 1.3;
}

.main_section04 .section_title strong {
  color: #ffea75;
}

.section04_list {
  width: 1200px;
  margin: 60px auto 0;
}

.section04_list:after {
  content: "";
  display: block;
  clear: both;
}

.section04_list > li {
  float: left;
  width: calc(25% - 25px);
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.section04_list > li:last-child {
  margin-right: 0px;
}

.section04_list > li .section04_box {
  margin-top: 10px;
  padding: 20px;
}

.section04_list > li .section04_box h3 {
  margin: 0 auto;
  max-width: 150px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  background: #fe6902;
  border-radius: 20px;
  line-height: 1.6;
}

.section04_list > li .section04_box p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  line-height: 18px;
}

.section04_list > li .section04_box p.detail {
  font-size: 16px;
  color: #e35677;
  text-align: right;
  margin-top: 50px;
}

.section04_list > li .section04_box p.detail i {
  margin-left: 12px;
}

.section04_list > li > a > img {
  transition: all 0.3s;
  max-width: 200px;
}

.section04_list > li:hover > a > img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .section04_list {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 980px) {
  .main_section04 {
    padding: 60px 0px;
  }
  .section04_list > li {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
  }
  .section04_list > li:nth-child(2) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .section04_list > li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .section04_list > li:last-child {
    margin-bottom: 0px;
  }
  .section04_list > li .section04_box {
    min-height: auto;
  }
  .section04_list > li a > img {
    width: 100%;
  }
}
/*  main_section05  */
.main_section05 {
  padding: 80px 0;
  width: 100%;
  background: url("/images/kor08r-22-0458/main/main_section05_bg.png") no-repeat 30% center/cover;
  position: relative;
}
.main_section05 .section_title {
  margin-bottom: 0;
}

.section05_box {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .section05_box {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 980px) {
  .main_section05 {
    padding: 60px 0px;
  }
}