@charset "UTF-8";
/* Font */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* 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;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 16px;
  color: #555;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

textarea {
  max-width: 100%;
  resize: none;
}

body {
  overflow-x: hidden;
}

#header {
  max-width: 1920px;
}

@media only screen and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}
.hidden {
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.loader {
  width: 200px;
  height: 200px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/basic_resp/img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0b7c02;
}

.back-to-top i {
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 100%;
  min-width: 340px;
  height: 100%;
}

.login-bar {
  padding: 21px 0;
  text-align: center;
  z-index: 999;
  position: relative;
}

.login-bar li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  border-left: 1px solid #ddd;
  height: 23px;
  border: 1px solid #525353;
  border-radius: 11px;
  margin-bottom: 10px;
}

.login-bar li a {
  font-size: 12px;
  line-height: 23px;
  padding: 0 14px;
  color: #525353;
  font-weight: 500;
}

.login-bar .material-icons {
  display: block;
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 18px;
  color: #fff;
}

.login-bar li:first-child {
  padding-right: 12px;
  background-color: #0b7c02;
  border: 1px solid #1c9e75;
}

.login-bar li:first-child a {
  display: block;
  width: 55px;
  color: #fff;
}

.login-bar li ul {
  position: absolute;
  left: -11px;
  top: 31px;
}

.login-bar li ul li {
  padding-right: 12px;
}

.login-bar li ul li a {
  display: block;
  margin-bottom: 38px;
  width: 55px;
}

.login-bar .lang_list {
  display: none;
  position: absolute;
  background-color: #000;
  width: 71px;
  left: -3px;
  border-radius: 10px;
  padding: 5px 0;
  top: -1px;
}

.login-bar .lang_list dd a {
  color: #fff;
  font-weight: 400;
  position: relative;
  line-height: 26px;
}

.login-bar .lang_list dd a i {
  color: #fff !important;
  right: -8px !important;
  top: 5px !important;
}

/* W (문자 칼라설정)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.wedu {
  color: #0b7c02;
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 981px) {
  #header {
    z-index: 666;
    width: 100%;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
  }
  #header:after {
    display: block;
    content: "";
    clear: both;
  }
  #header > div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 65px;
  }
  #header h1 {
    float: left;
  }
  #header h1 a {
    display: block;
    line-height: 65px;
  }
  #header h1 a > img {
    vertical-align: sub;
  }
  .nav-btn {
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 35px;
    height: 29px;
    cursor: pointer;
  }
  .nav-btn span {
    position: absolute;
    left: 50%;
    display: inline-block;
    margin-left: -17.5px;
    width: 35px;
    height: 3px;
    background: #0b7c02;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-btn span:nth-child(1) {
    top: 0;
  }
  .nav-btn span:nth-child(2) {
    top: 10px;
  }
  .nav-btn span:nth-child(3) {
    top: 21px;
  }
  .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);
  }
  .all-btn {
    z-index: 999;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 65px;
    background: #0b7c02;
    cursor: pointer;
  }
  .all-btn span {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: 0.2s all linear;
  }
  .all-btn span:nth-child(1) {
    top: 20px;
  }
  .all-btn span:nth-child(2) {
    top: 30px;
  }
  .all-btn span:nth-child(3) {
    top: 40px;
  }
  .all-btn.all-close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .all-btn.all-close span:nth-child(2) {
    margin-left: 0;
    width: 0;
  }
  .all-btn.all-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .nav-bg {
    z-index: 888;
    display: none;
    position: absolute;
    top: 65px;
    left: -500%;
    width: 1000%;
    height: 200px;
    background: #f6f6f6;
    border-bottom: 3px solid #0b7c02;
  }
  #nav {
    float: right;
  }
  .util-menu {
    position: absolute;
    top: 9px;
    right: 10px;
    line-height: 0;
    font-size: 0;
  }
  .util-menu ul {
    display: inline-block;
    line-height: 0;
    font-size: 0;
  }
  .util-menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 0;
    font-size: 0;
    border-left: 1px solid #ddd;
  }
  .util-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .util-menu a {
    display: inline-block;
    line-height: 10px;
    font-size: 12px;
    color: #888;
  }
  .util-menu li:first-child a {
    color: #ff4e00;
  }
  .navigation:after {
    content: "";
    display: block;
    clear: both;
  }
  .navigation > li {
    position: relative;
    display: flex;
    float: left;
    width: 115px;
    height: 65px;
    text-align: center;
  }
  .navigation > li:last-child {
    margin-right: 75px;
  }
  .navigation .main-menu {
    display: block;
    align-self: center;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    line-height: 1.2;
  }
  .navigation .sub-menu {
    display: none;
    z-index: 999;
    position: absolute;
    top: 65px;
    left: 0;
    padding: 15px 0;
    width: 115px;
    height: 197px;
    border-right: 1px solid #ddd;
  }
  .navigation li:first-child .sub-menu {
    border-left: 1px solid #ddd;
  }
  .navigation .sub-menu a {
    display: block;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-size: 15px;
    color: #666;
    padding: 10px 2px;
  }
  .navigation .sub-menu a b {
    color: #0b7c02;
    font-weight: normal;
  }
  .navigation .sub-menu .intro-menu {
    display: none;
  }
  .navigation > li:hover .sub-menu {
    background: #0b7c02;
  }
  .navigation > li:hover .sub-menu a {
    color: #fff;
  }
  .navigation > li:hover .sub-menu a b {
    color: #fff;
  }
  .navigation .sub-menu a:hover {
    background: #3a3533;
  }
}
@media only screen and (min-width: 1201px) {
  #header > div {
    width: 1200px;
  }
  .navigation > li {
    width: 140px;
  }
  .navigation > li:last-child {
    margin-right: 125px;
  }
  .navigation .sub-menu {
    width: 140px;
  }
}
@media only screen and (max-width: 1200px) {
  #header {
    width: 100%;
  }
  #header > div {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    z-index: 666;
    width: 100%;
    height: 65px;
    background: #fff;
  }
  #header > div {
    padding: 0;
  }
  #header h1 {
    float: left;
    padding: 13px 20px;
    height: 65px;
  }
  #header h1 a {
    display: block;
  }
  #header h1 img {
    width: auto;
    max-height: 45px;
    vertical-align: baseline;
  }
  .login-bar {
    float: none;
    padding-top: 10px;
  }
  .login-bar li {
    border: 1px solid #ffffff;
    margin-left: 28px;
  }
  .login-bar li:first-child {
    border: 1px solid #fff;
  }
  .login-bar li a {
    color: #fff;
  }
  .login-bar .material-icons {
    color: #fff;
  }
  .nav-btn {
    z-index: 999;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 23px;
    cursor: pointer;
  }
  .nav-btn span {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #0b7c02;
    transition: 0.2s all linear;
  }
  .nav-btn span:nth-child(1) {
    top: 0;
  }
  .nav-btn span:nth-child(2) {
    top: 10px;
  }
  .nav-btn span:nth-child(3) {
    top: 20px;
  }
  .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;
    width: 0;
  }
  .nav-btn.nav-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .nav-bg {
    z-index: 777;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #nav {
    z-index: 888;
    position: fixed;
    right: -260px;
    display: block;
    padding: 65px 0 20px;
    width: 260px;
    height: 100%;
    background: #fff;
  }
  .util-menu {
    padding: 0 30px 20px;
    border-bottom: 1px solid #eee;
  }
  .util-menu a {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
  }
  .util-menu li:first-child a {
    color: #ff4e00;
  }
  .navigation .main-menu {
    display: block;
    padding: 0 30px;
    width: 100%;
    line-height: 45px;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    transition: none;
  }
  .navigation li.active .main-menu {
    background: #0b7c02;
    color: #fff;
  }
  .navigation .sub-menu {
    display: none;
    padding: 10px 0;
    background: #f1f1f1;
  }
  .navigation .sub-menu a {
    display: block;
    padding: 0 30px;
    line-height: 38px;
    font-size: 16px;
    color: #555;
  }
  .navigation .sub-menu a:before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    width: 4px;
    height: 1px;
    vertical-align: middle;
    background: #888;
  }
  .navigation .sub-menu a:hover {
    color: #fff;
    background: #3a3533;
  }
  .navigation .sub-menu a:hover:before {
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 {
    padding: 15px 10px;
  }
  .nav-btn {
    right: 20px;
  }
  #header h1 a > img {
    height: 34px;
  }
}
/* 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;
}

/* Map (지도) */
.root_daum_roughmap .wrap_controllers {
  display: none;
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 30px 0px 35px 0px;
  width: 100%;
  background: #232323;
  color: #999;
}

.footer_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #383838;
}

.footer_top_inner {
  width: 1200px;
  margin: 0 auto;
}

.footer_top_inner:after {
  content: "";
  display: block;
  clear: both;
}

.footer_top_inner .foot-logo {
  float: left;
  margin-top: 30px;
}

.footer_top_inner > ul {
  float: right;
  width: calc(100% - 220px);
  display: flex;
}

.footer_top_inner > ul > li {
  width: 25%;
  text-align: center;
  color: #fff;
  border-right: 1px solid #383838;
}

.footer_top_inner > ul > li:last-child {
  border-right: none;
}

.footer_top_inner > ul > li h4 {
  padding: 10px 0px 15px 0px;
  font-size: 18px;
  font-weight: 500;
}

.footer_top_inner > ul > li > ul > li {
  font-size: 16px;
  line-height: 1.2;
  padding: 4px;
}

.footer_top_inner > ul > li > ul > li:hover a {
  color: #0b7c02;
}

.foot-info {
  text-align: center;
  margin-top: 40px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}

.footer-menu:after {
  content: "";
  display: block;
  clear: both;
}

.footer-menu li {
  font-size: 16px;
  color: #fff;
}

.footer-info {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 1200px) {
  #footer {
    padding: 30px 20px 35px 20px;
  }
  .footer_top_inner {
    width: 100%;
  }
  .footer_top_inner > ul > li {
    width: 180px;
  }
}
@media only screen and (max-width: 980px) {
  .footer_top_inner {
    text-align: center;
  }
  .footer_top_inner > ul {
    display: none;
  }
  .footer_top {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .footer_top_inner .foot-logo {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .foot-logo > img {
    width: 150px;
  }
  .foot-info {
    margin-top: 30px;
  }
  .footer-menu li {
    font-size: 14px;
  }
  .footer-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .foot-info p.copy {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 353px) {
  #footer {
    padding: 30px 10px 35px 10px;
  }
}
/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual-box {
  width: 100%;
  padding: 0px 55px;
  background: #fff;
}

.main-visual {
  position: relative;
  overflow: hidden;
}

.carousel-caption {
  position: absolute;
  width: calc(100% - 200px);
  max-width: 1200px;
  top: 50%;
  left: 50%;
  text-align: right;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.carousel-caption .slogan {
  font-size: 40px;
  line-height: 1.4;
  color: #665949;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.carousel-caption .slogan b {
  color: #0b7c02;
}

.carousel-caption .slogan > span {
  font-weight: 700;
  color: #353535;
  position: relative;
}

.carousel-caption .slogan > span:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 35px;
  background: url("/images/mtl01r-19-0008/main/star_icon.png") no-repeat center center/contain;
  position: absolute;
  top: -10px;
  right: -15px;
}

.carousel-caption .slogan > span strong {
  color: #0b7c02;
}

#main_slide.owl-carousel {
  display: block;
  height: 630px;
}

#main_slide.owl-carousel .owl-item .item {
  height: 630px;
}

#main_slide.owl-carousel .owl-item .main-img01 {
  background: url("/images/mtl01r-19-0008/main/main_visual.jpg") no-repeat center center/cover;
}

#main_slide.owl-carousel .owl-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 0px;
}

#main_slide.owl-carousel .owl-dots .owl-dot > span:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #888;
  margin: 0 auto;
  vertical-align: middle;
}

#main_slide.owl-carousel .owl-dots .owl-dot:first-child > span:before {
  content: "01";
  display: inline-block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 7px;
}

#main_slide.owl-carousel .owl-dots .owl-dot:nth-child(2) > span:before {
  content: "02";
  display: inline-block;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-left: 7px;
}

#main_slide.owl-carousel .owl-dots .owl-dot {
  background: none;
  border: none;
  display: block;
  margin-top: 15px;
}

#main_slide.owl-carousel .owl-dots .owl-dot.active span:before {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #0b7c02;
  margin-left: 0px;
}

#main_slide.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #0b7c02;
  width: 30px;
}

#main_slide.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  width: 72px;
  height: 20px;
  background: url("/images/mtl01r-19-0008/main/main_arrow01.png") no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  top: 46%;
  left: 30px;
  z-index: 9999;
  border: none;
  cursor: pointer;
}

#main_slide.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 72px;
  height: 20px;
  background: url("/images/mtl01r-19-0008/main/main_arrow02.png") no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  top: 46%;
  right: 30px;
  z-index: 9999;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1450px) {
  .carousel-caption {
    padding-right: 50px;
  }
  .main-visual-box {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .carousel-caption {
    width: 100%;
    left: 0%;
    margin-left: 0px;
    transform: translate(0, -50%);
  }
  .main-visual-box {
    padding: 0px;
  }
  .carousel-caption .slogan {
    font-size: 35px;
  }
  .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #main_slide.owl-carousel {
    height: 500px;
  }
  #main_slide.owl-carousel .owl-item .item {
    height: 500px;
  }
  .carousel-caption .slogan {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-caption {
    text-align: left;
    padding-right: 0px;
    top: 13%;
    padding-left: 20px;
    transform: unset;
  }
  .carousel-caption .slogan {
    font-size: 28px;
  }
  .carousel-caption .slogan > span:after {
    width: 25px;
  }
  #main_slide.owl-carousel .owl-item .main-img01 {
    background: url("/images/mtl01r-19-0008/main/main_visual_mo.jpg") no-repeat center center/cover;
  }
}
/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContainer {
  z-index: 555;
}

.main-top h3 img {
  float: right;
}

.main-top ul {
  margin: 0 -10px;
}

.main-top ul:after {
  content: "";
  display: block;
  clear: both;
}

.main-top li {
  position: relative;
  float: left;
  margin: 0 10px;
  width: calc(25% - 20px);
  background: #f9f9f9;
  border: 1px solid #c5c5c5;
}

.main-top .txt-frame {
  margin: 30px 25px;
  word-break: keep-all;
}

.main-top .txt-frame h3 {
  margin-bottom: 15px;
}

.main-top .img-frame {
  width: 100%;
  overflow: hidden;
}

.main-top .img-frame img {
  width: 100%;
}

.main-top a:hover {
  color: #555;
}

.main-top .caption-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-top .caption-link:before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.main-top .caption-link:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.main-top .caption-link:hover:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-left: 5px solid #ff4e00;
  border-top: 5px solid #ff4e00;
}

.main-top .caption-link:hover:after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 5px solid #ff4e00;
  border-bottom: 5px solid #ff4e00;
}

.main-center {
  margin: 20px -10px;
}

.main-center:after {
  content: "";
  display: block;
  clear: both;
}

.main-center > div {
  position: relative;
  float: left;
  margin: 0 10px;
  padding: 30px 25px;
  height: 286px;
  background: #f9f9f9;
  border: 1px solid #c5c5c5;
}

.webgine-box {
  width: calc(50% - 20px);
}

.notice-box {
  width: calc(25% - 20px);
}

.notice-box .more-btn {
  position: absolute;
  top: 25px;
  right: 20px;
}

.affilates-box {
  width: calc(25% - 20px);
}

.main-bottom ul {
  margin: 0 -10px;
}

.main-bottom ul:after {
  content: "";
  display: block;
  clear: both;
}

.main-bottom li {
  position: relative;
  float: left;
  margin: 0 10px;
  padding: 30px 25px;
  width: calc(25% - 20px);
  border: 1px solid #c5c5c5;
  border-left: 3px solid #ff4e00;
}

.main-bottom li:nth-child(1) {
  background: url("/images/kor06r-18-0404/main/main_quick01.gif") no-repeat center right 10%;
}

.main-bottom li:nth-child(2) {
  background: url("/images/kor06r-18-0404/main/main_quick02.gif") no-repeat center right 10%;
}

.main-bottom li:nth-child(3) {
  background: url("/images/kor06r-18-0404/main/main_quick03.gif") no-repeat center right 10%;
}

.main-bottom li:nth-child(4) {
  background: url("/images/kor06r-18-0404/main/main_quick04.gif") no-repeat center right 10%;
}

.main-bottom h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.main-bottom h3 + P {
  font-size: 13px;
}

.main-bottom .go-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .main-top ul,
  .main-bottom ul {
    margin: 0 -5px;
  }
  .main-top li,
  .main-bottom li {
    margin: 0 5px;
    width: calc(25% - 10px);
  }
  .main-center {
    margin: 10px -5px;
  }
  .main-center > div {
    margin: 0 5px;
  }
  .webgine-box {
    width: calc(50% - 10px);
  }
  .notice-box {
    width: calc(25% - 10px);
  }
  .affilates-box {
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 980px) {
  .main-top ul,
  .main-bottom ul {
    margin: -10px;
  }
  .main-top li,
  .main-bottom li {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .main-center {
    margin: 20px -10px;
  }
  .main-center > div {
    margin: 0 10px;
  }
  .webgine-box {
    margin-bottom: 20px !important;
    width: calc(100% - 20px);
  }
  .notice-box {
    width: calc(50% - 20px);
  }
  .affilates-box {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .main-top ul,
  .main-bottom ul {
    margin: -5px;
  }
  .main-top li,
  .main-bottom li {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .main-center {
    margin: 10px -5px;
  }
  .main-center > div {
    margin: 0 5px;
  }
  .webgine-box {
    margin-bottom: 10px !important;
    width: calc(100% - 10px);
    height: 468px !important;
  }
  .notice-box {
    width: calc(50% - 10px);
  }
  .affilates-box {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .main-top ul,
  .main-bottom ul {
    margin: 0;
  }
  .main-top li {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .main-bottom li {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #c5c5c5;
    border-top: 3px solid #ff4e00;
  }
  .main-top li:first-child,
  .main-bottom li:first-child {
    margin-top: 0;
  }
  .main-center {
    margin: 10px 0;
  }
  .main-center > div {
    margin: 10px 0 0 0;
  }
  .main-center > div:first-child {
    margin-top: 0;
  }
  .webgine-box {
    margin-bottom: 0 !important;
    width: 100%;
  }
  .notice-box {
    width: 100%;
  }
  .affilates-box {
    width: 100%;
  }
}
/*     main_section01     */
.main_section01 {
  padding: 80px 0px;
  width: 1200px;
  margin: 0 auto;
}

.main_section_title {
  font-size: 42px;
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}

.main_section_title:before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 6px;
  background: url("/images/mtl01r-19-0008/main/main_tilte_bg01.png") no-repeat center center;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-right: 20px;
}

.main_section_title:after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 6px;
  background: url("/images/mtl01r-19-0008/main/main_tilte_bg02.png") no-repeat center center;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-left: 20px;
}

.section01_list {
  line-height: 1;
}

.section01_list > li {
  float: left;
  width: calc(33.3333333333% - 4px);
  margin: 2px;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.section01_list:after {
  content: "";
  display: block;
  clear: both;
}

.section01_list > li a, .section01_list > li span {
  display: block;
  line-height: 1;
}

.section01_list > li a p {
  position: absolute;
  bottom: 23px;
  left: 20px;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.section01_list > li .section01_slogun {
  font-size: 20px;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section01_list > li .section01_slogun:after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: #0b7c02;
  margin: 0 auto;
  margin-top: 25px;
}

.section01_list > li img {
  transition: all 0.3s;
  width: 100%;
}

.section01_list > li:hover a > img, .section01_list > li:hover span > img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .main_section01 {
    width: 100%;
    padding: 60px 20px;
  }
  .main_section_title {
    font-size: 35px;
  }
  .section01_list > li a p {
    font-size: 20px;
  }
  .section01_list > li .section01_slogun {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .section01_list > li .section01_slogun:after {
    height: 50px;
    margin-top: 15px;
  }
  .section01_list > li .section01_slogun {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section01_list > li {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 560px) {
  .section01_list > li {
    width: 100%;
  }
  .section01_list > li:nth-child(2) img {
    height: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .main_section_title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .main_section_title:before {
    width: 45px;
    background: url("/images/mtl01r-19-0008/main/main_tilte_bg01.png") no-repeat right center;
    margin-right: 10px;
  }
  .main_section_title:after {
    width: 45px;
    background: url("/images/mtl01r-19-0008/main/main_tilte_bg02.png") no-repeat left center;
    margin-left: 10px;
  }
}
/*     main_banner     */
.main_banner {
  padding: 50px 0px;
  margin-bottom: 80px;
  background: #135129;
}

.main_banner h1 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
.main_banner h1 b {
  color: #feca2a;
  font-weight: 500;
}

.main_banner h1 > span {
  font-size: 53px;
  font-weight: 700;
  color: #372e0b;
}

@media only screen and (max-width: 1200px) {
  .main_banner h1 {
    font-size: 35px;
  }
  .main_banner h1 > span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .main_banner {
    padding: 30px 10px;
    margin-bottom: 60px;
  }
  .main_banner h1 {
    font-size: 30px;
  }
  .main_banner h1 > span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 530px) {
  .main_banner {
    padding: 20px 10px;
  }
  .main_banner h1 > span {
    display: block;
    margin: 5px 0px;
  }
  .main_banner h1 {
    font-size: 25px;
  }
  .main_banner h1 > span {
    font-size: 30px;
  }
}
/*      main_section02     */
.main_section02 {
  padding: 0px 50px;
  width: 100%;
}

.main_section02_inner {
  padding: 80px 0px;
  background: #f5f5f5;
}

.section02_inner {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1450px) {
  .main_section02 {
    padding: 0px 30px;
  }
  .section02_inner {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .main_section02 {
    padding: 0px;
  }
  .main_section02_inner {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 980px) {
  .main_section02 {
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .main_section02_inner {
    padding: 50px 0px;
  }
}
/*      main_section03     */
.main_section03 {
  padding: 80px 0px;
  width: 100%;
}

.main_section03:after {
  content: "";
  display: block;
  clear: both;
}

.main_section03 .section03_left {
  display: table;
  float: left;
  width: 50%;
  background: url("/images/mtl01r-19-0008/main/section03_bg.jpg") no-repeat center center/cover;
  height: 480px;
  color: #fff;
}

.main_section03 .section03_right {
  display: inline-block;
  width: 50%;
}

.main_section03 .section03_right .root_daum_roughmap_landing {
  width: 100%;
}

.main_section03 .section03_right .root_daum_roughmap {
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 0px;
}
.main_section03 .section03_right .root_daum_roughmap .cont {
  display: none;
}

.section03_left_inner {
  display: table-cell;
  vertical-align: middle;
}

.section03_left_inner .section03_lbox {
  display: inline-block;
  float: right;
  width: 600px;
  padding-right: 100px;
  text-align: left;
}

.section03_left_inner .main_call {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.section03_left_inner li {
  font-size: 22px;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
}

.section03_left_inner li img {
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section03_left_inner .section03_lbox .main_address {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 1200px) {
  .main_section03 {
    padding: 60px 0px;
  }
  .main_section03 .section03_left {
    width: 100%;
    height: 400px;
    float: none;
  }
  .main_section03 .section03_right {
    width: 100%;
    float: none;
  }
  .section03_left_inner {
    text-align: center;
  }
  .section03_left_inner .section03_lbox {
    padding-right: 0px;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .section03_left_inner .main_call {
    font-size: 40px;
  }
  .section03_left_inner li {
    font-size: 18px;
    padding-left: 30px;
  }
  .section03_left_inner li img {
    margin-right: 10px;
    width: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .section03_left_inner .section03_lbox {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_section03 .section03_left {
    height: 300px;
  }
}
/*      main_section04     */
.main_section04 {
  padding: 0px 50px;
  width: 100%;
  margin-bottom: 80px;
}

.main_section04_inner {
  padding: 80px 0px;
  background: #f5f5f5;
}

@media only screen and (max-width: 1450px) {
  .main_section04 {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .main_section04_inner {
    padding: 60px 0px;
  }
  .main_section04 {
    padding: 0px;
  }
}