@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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .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: #a1b216;
}

.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: #a1b216;
        border: 1px solid #a1b216;
    }
    .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;
    }

	.login-bar.mo-login{display: none;}
	
	@media only screen and (max-width: 980px){
	
	.login-bar.mo-login{
		display: block;
		position: absolute;
		display: block;
        padding: 0;
        right: 70px;
        top: 20px;
		z-index: 1;
	}
	
	.login-bar.mo-login li:first-child{
	margin: 0;
	}
	
	.login-bar.pc-login{display: none;}
}


/* W (문자 칼라설정)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.wedu {
    color: #a1b216
}


/* 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: 60px;*/padding-top:5px;
    }
    #header h1 a > img {
        vertical-align: baseline;
    }
    .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: #a1b216;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .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: #a1b216;
        cursor: pointer;
    }
    .all-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: .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 #a1b216;
    }
    #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;
        float: left;
        width: 160px;
        text-align: center;
    }
    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #333;
        line-height: 65px;
    }
    .navigation > li:last-child {
        margin-right: 125px;
    }
    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 65px;
        left: 0;
        padding: 15px 0;
        width: 160px;
        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: 35px;
        letter-spacing: -1px;
        font-size: 16px;
        color: #666;
    }
    .navigation .sub-menu a b {
        color: #a1b216;
        font-weight: normal
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation > li:hover .sub-menu {
        background: #a1b216;
    }
    .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;
    }
}

@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: #a1b216;
        transition: .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: 18px;
        color: #000;
        transition: none;
    }
    .navigation li.active .main-menu {
        background: #a1b216;
        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: 10px 10px;
    }
    .nav-btn {
        right: 20px;
    }
    #header h1 a > img {
/*width: 150px;*/
    }
}


/* 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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .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 .2s ease-out;
    transition: all .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, .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;
}

@media only screen and (max-width: 980px) {}

/* 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;display:flex;
}

.footer_top_inner > ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_top_inner > ul > li {
    width: 160px;
    float: left;
    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: 14px;
    line-height: 26px;font-weight: 300;
}

.footer_top_inner > ul > li > ul > li:hover a {
    color: #a1b216;
}

.foot-info {
    text-align: center;
    margin-top: 40px;
}

.footer-menu {
    display: inline-block;
}

.footer-menu:after {
    content: '';
    display: block;
    clear: both;
}

.footer-menu li {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
}

.footer-menu li:last-child {
    margin-right: 0px;
}

.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;
    }
	.footer-menu li {
        font-size: 15px;
    }
    .footer-info {
        font-size: 15px;
    }
    .foot-info p.copy {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .foot-logo > img {
        width: 150px;
    }
    .foot-info {
        margin-top: 30px;
    }
    .footer-menu li {
        font-size: 14px;
        margin-right: 10px;
    }
    .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:0;
    background: #fff;
}

.main-visual {
    position: relative;
    overflow: hidden;
}

.carousel-caption {
    position: absolute;
    width: 80%;
    top: 5%;
    left: 10%;
    z-index: 99;
}

.carousel-caption .slogan {
    font-size: 68px;
    line-height: 1.6;
    color: #665949;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.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: #a1b216;
}

#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_visual01.jpg') no-repeat right center/cover;
}

#main_slide.owl-carousel .owl-item .main-img02 {
    background: url('/images/mtl01r-19-0008/main/main_visual02.jpg') no-repeat right center/cover;
}
#main_slide.owl-carousel .owl-item .main-img03 {
    background: url('/images/mtl01r-19-0008/main/main_visual03.jpg') no-repeat right center/cover;
}
#main_slide.owl-carousel .owl-item .main-img04 {
    background: url('/images/mtl01r-19-0008/main/main_visual04.jpg') no-repeat right center/cover;
}
#main_slide.owl-carousel .owl-item .main-img05 {
    background: url('/images/mtl01r-19-0008/main/main_visual05.jpg') no-repeat right center/cover;
}

#main_slide.owl-carousel .owl-dots {
    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: #fff;
    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: #fff;
    font-weight: 400;
    margin-left: 7px;
}
#main_slide.owl-carousel .owl-dots .owl-dot:nth-child(3) > span:before {
    content: '03';
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-left: 7px;
}
#main_slide.owl-carousel .owl-dots .owl-dot:nth-child(4) > span:before {
    content: '04';
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-left: 7px;
}
#main_slide.owl-carousel .owl-dots .owl-dot:nth-child(5) > span:before {
    content: '05';
    display: inline-block;
    font-size: 14px;
    color: #fff;
    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: #a1b216;
    margin-left: 0px;
}

#main_slide.owl-carousel .owl-dots .owl-dot.active span:after {
    background: #a1b216;
    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:0;
    }
	.carousel-caption .slogan img{width:550px}
	#main_slide.owl-carousel, #main_slide.owl-carousel .owl-item .item {height: 505px;}
}

@media only screen and (max-width: 1200px) {
    .carousel-caption {
        width: 100%;left:5%;
    }
    .main-visual-box {
        padding: 0px;
    }
    .carousel-caption .slogan {
        font-size: 60px;
    }
    .owl-nav {
        display: none;
    }
	.carousel-caption .slogan img{width:400px}
	#main_slide.owl-carousel, #main_slide.owl-carousel .owl-item .item {height:420px;}
}

@media only screen and (max-width: 980px) {
	.carousel-caption .slogan img{width:300px}
	#main_slide.owl-carousel, #main_slide.owl-carousel .owl-item .item {height:350px;}
    .carousel-caption .slogan {
        font-size: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        padding-right: 0px;
        top: 3%;
    }
    .carousel-caption .slogan {
        font-size: 38px;
    }
	.carousel-caption .slogan img{width:300px}

    .carousel-caption .slogan > span:after {
        width: 25px;
    }
}
@media only screen and (max-width: 700px) {
	#main_slide.owl-carousel .owl-item .item:after{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3)}


}

@media only screen and (max-width: 500px) {
#main_slide.owl-carousel .owl-dots {bottom: 10px;}
#main_slide.owl-carousel .owl-item .main-img01, #main_slide.owl-carousel .owl-item .main-img02, #main_slide.owl-carousel .owl-item .main-img03,
#main_slide.owl-carousel .owl-item .main-img04, #main_slide.owl-carousel .owl-item .main-img05{background-position:-500px top;}

}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {
    z-index: 555;
}

@media only screen and (min-width: 1201px) {}

.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 .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-top .caption-link:after {
    position: absolute;
    bottom: -1px;
    right: -1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .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(100%/3 - 4px);
    margin: 2px;
    position: relative;
    overflow: hidden;
line-height: 1;border-radius:25px;
}

.section01_list:after {
    content: '';
    display: block;
    clear: both;
}

.section01_list > li a {
    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%;
    text-align: center;
    line-height: 30px;
    padding-top: 70px;
    position: absolute;
    top: 0;
}

.section01_list > li .section01_slogun:after {
    content: '';
    display: block;
    width: 2px;
    height: 80px;
    background: #a1b216;
    margin: 0 auto;
    margin-top: 25px;
}

.section01_list > li img {
    transition: all 0.3s;
width: 100%;border-radius:25px;
}

.section01_list > li:hover a > 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;
        padding-top: 30px;
        margin-left: -161px;
    }
}

@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(100%/2 - 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: 80px 0px;
}

.main_banner h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
color: #000;letter-spacing:-3px;
}
.main_banner h1 b{color:#a1b216}

.main_banner h1 > span {
    font-size: 30px;
    font-weight: 400;
    color: #222;
}

@media only screen and (max-width: 1200px) {
    .main_banner h1 {font-size: 40px;}
    .main_banner h1 > span {font-size: 22px;}
}

@media only screen and (max-width: 768px) {
    .main_banner {
        padding: 60px 10px;
    }
    .main_banner h1 {font-size:32px;}
    .main_banner h1 > span {font-size: 18px;}
}

@media only screen and (max-width: 530px) {
    .main_banner {
        padding: 50px 10px;
    }
	.main_banner h1 {font-size:26px;}
    .main_banner h1 > span {font-size: 15px;}
}


/*      main_section02     */

.main_section02 {
    padding: 0px 50px;
    width: 100%;
}

.main_section02_inner {
padding: 80px 0px ;
}

.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 {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.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: 9px;
}

.section03_left_inner .section03_lbox .main_address {
    margin: 30px 0px;
}

@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 .section03_lbox .main_address {
        margin: 20px 0px;
    }
    .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;
}

@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;
    }
}


		