@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: #333;
	font-weight:300;
}

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;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

.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: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #282595;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {position: relative; width: 100%; min-width: 340px; overflow: hidden;}

@media only screen and (max-width: 1200px) {
	#wrapper {padding-top: 65px;}
}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.nav-btn {z-index: 999; display: block; position: absolute; top: 47px; right: 50px; width: 30px; height: 23px; cursor: pointer;}
.nav-btn span {position: absolute; left: 50%; display: block; margin-left: -15px; width: 30px; height: 3px; background: #282595; 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 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-contact {
	display: block; height: 30px; line-height: 28px; padding: 0 20px; color: #6184f7; position: absolute; right: 110px; top: 50%; margin-top: -15px;
	border: solid 1px #6184f7; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
	-webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out;
}
.nav-contact:hover {background: #6184f7; color: #fff;}

@media only screen and (min-width: 1200px) {
	.nav-btn {}
	#header {z-index: 999; width: 100%; position:relative; transition:all 0.5s; border-bottom:1px solid #ddd; background:#fff;}
	#header:after {display:block; content:""; clear:both;}
	#header.scroll_on {background: #fff; transition:all 0.5s; border-top:1px solid #eaeaea;}
	#header.sub_page:after {content:''; display:block; width:100%; height:1px; background:#eaeaea; position:absolute; left:0;}
	#header > div {position: relative; text-align: center; height: 120px; padding-left: 300px; padding-right: 230px;}
	#L_SITE_LOGO {position: absolute; left: 50px; top: 0;}
	#L_SITE_LOGO a {display: block; width: 300px; height: 120px; text-indent: -9999px; background: url('/images/mtl01r-21-0083/common/gnb_logo.png')no-repeat center center / 100% auto;}
	.nav-bg {z-index:-1; display: none; position: absolute; top: 120px; left: -500%; width: 1000%; height: 360px; background: #fff; box-shadow: 2px 2px 2px rgba(0,0,0,0.2);}
	#nav {z-index: 999; height: 120px;}
	.navigation{display: inline-block;}
	.navigation:after {content: ""; display: block; clear: both;}
	.navigation > li {position: relative; float: left; text-align: center;}
	.navigation > li > a {display: block; padding: 0 45px; font-weight: 400; font-size: 18px; color: #1e1e1e; line-height: 120px; font-weight: 500;}
	.navigation .sub-menu {display: none; z-index: 999; position: absolute; top: 120px; left: 0; padding:15px 0; width: 100%;}
	.navigation .sub-menu a {display: block; text-align: center; font-size: 16px; color: #666; box-sizing:border-box; vertical-align:middle; line-height:40px; height:42px; font-weight:400;}
	.navigation .sub-menu .intro-menu {display: none;}
	.navigation .sub-menu a:hover {color:#fff;}
	.navigation > li:hover .main-menu{color:#282595;}
	.navigation > li:hover:before {content:'';  display:block; width:100%; height:3px; background:#282595; position: absolute; bottom: 0;}
	.navigation > li:hover .sub-menu a:hover {color:#282595;}
	.navigation > li:hover .sub-menu a:hover:after {content:'';  display:block; width:100%; height:1px; background:#282595; position: absolute; margin-bottom:-10px;}
}

@media only screen and (max-width: 1500px) {
	#header > div {padding-left: 280px; padding-right: 210px;}
	#L_SITE_LOGO {left: 30px;}
	.nav-btn {right: 30px;}
	.nav-contact {right: 90px;}
	.navigation .main-menu {padding: 0 30px;}
}

@media only screen and (max-width: 1300px) {
	#header > div {padding-left: 220px; padding-right: 160px;}
	#L_SITE_LOGO {left: 20px;}
	#L_SITE_LOGO a {width: 200px;}
	.nav-btn {right: 20px;}
	.nav-contact {padding: 0 10px; font-size: 14px; right: 70px;}
	.navigation .main-menu {padding: 0 20px;}
}

@media only screen and (max-width: 1200px) {
    #header {position: fixed; left: 0; top: 0; z-index: 666; width: 100%; height: 65px; background: #fff; padding: 0px; border-bottom:1px solid #eaeaea;}
	#header > div {padding: 0 20px;}
	#header > div:after {content: ''; display: table; clear: both;}
	#L_SITE_LOGO {left: auto; float: left;}
	#L_SITE_LOGO a {display: block; width: 180px; height: 64px; text-indent: -9999px; background: url('/images/mtl01r-21-0083/common/gnb_logo.png')no-repeat center center / 100% auto;}
	.nav-btn {right: 20px; top:20px;}
	.nav-bg {z-index: 777; display: none; top: 0; position:fixed; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);}
	#nav {z-index: 888; position: fixed; right: -100%; display: block; padding: 65px 0 20px; width: 70%; height: 100%; background: #fff;}
	.navigation > li {width: 100%;}
	.navigation .sub-menu {width: 100%;}
	.navigation > li a {display: block; padding: 0 20px; width: 100%; line-height: 45px; font-weight: 400; font-size: 18px; color: #000; transition: none;}
	.navigation > li a:hover{color:#282595;}
	.navigation li.active .main-menu {background: #282595; 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: #282595;}
    .navigation .sub-menu a:hover:before {background: #282595;}
	.nav-contact {position: static; display: inline-block; margin-left: 20px; margin-top: 10px; height: 40px; line-height: 38px; padding: 0 25px;}
}

@media only screen and (max-width: 768px) {

}






/* 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: #333;
}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#bottom {padding-top: 60px; padding-bottom: 40px;}
.bottom-row:after {content: ''; display: table; clear: both;}
.bottom-col {float: left; width: 33.3333%;}
.bottom-cont {padding-left: 90px;}
.bottom-cont dt {position: relative; font-size: 20px; font-weight: 500; margin-bottom: 15px;}
.bottom-cont dt:before {content: ''; display: block; width: 70px; height: 70px; position: absolute; right: 100%; margin-right: 20px; top: 50%; margin-top: -35px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.bottom-row .bottom-col:nth-child(1) .bottom-cont dt:before {background: url('/images/mtl01r-21-0083/main/bottom_icon1.png')no-repeat center center / cover;}
.bottom-row .bottom-col:nth-child(2) .bottom-cont dt:before {background: url('/images/mtl01r-21-0083/main/bottom_icon2.png')no-repeat center center / cover;}
.bottom-row .bottom-col:nth-child(3) .bottom-cont dt:before {background: url('/images/mtl01r-21-0083/main/bottom_icon3.png')no-repeat center center / cover;}
.bottom-cont dd {margin-bottom: 10px; color: #616161; position: relative; padding-left: 10px;}
.bottom-cont dd:last-child {margin-bottom: 0;}
.bottom-cont dd:before {content: ''; display: block; width: 3px; height: 3px; background: #616161; position: absolute; left: 0; top: 7px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}



@media only screen and (max-width: 1200px) {
	.bottom-col {float: none; width: 100%; margin-bottom: 40px;}
	.bottom-row .bottom-col:last-child {margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.bottom-cont {padding-left: 70px;}
	.bottom-cont dt {font-size: 18px; margin-bottom: 10px;}
	.bottom-cont dt:before {width: 50px; height: 50px; margin-top: -25px;}
	.bottom-cont dd {margin-bottom: 8px; font-size: 14px; padding-left: 8px;}
	.bottom-cont dd:before {width: 2px; height: 2px; top: 5px;}
}




#footer {background: #222020; padding: 40px 0;}
.footer-top {padding-bottom: 20px; margin-bottom: 20px; border-bottom: solid 1px #4e4d4d;}
.footer-top:after {content: ''; display: table; clear: both;}
.footer-top h5 {float: left; width: 274px; height: 50px; text-indent: -9999px; background: url('/images/mtl01r-21-0083/common/footer_logo.png')no-repeat center center / cover;}
.footer-menu {float: right; padding-top: 20px;}
.footer-menu:after {content: ''; display: table; clear: both;}
.footer-menu li {float: left; position: relative; padding-right: 30px; margin-right: 26px;}
.footer-menu li:last-child {padding-right: 0; margin-right: 0;}
.footer-menu li:after {content: ''; display: block; width: 4px; height: 4px; background: #fff; position: absolute; right: 0; top: 50%; margin-top: -2px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.footer-menu li:last-child:after {display: none;}
.footer-menu li a {display: block; font-size: 16px; color: #fff; font-weight: 500;}
.footer-info {opacity: 0.5; font-size: 14px; color: #fff;}
.footer-info ul {margin-bottom: 5px;}
.footer-info ul:last-child {margin-bottom: 0;}
.footer-info ul:after {content: ''; display: table; clear: both;}
.footer-info ul li {float: left; margin-right: 30px;}
.footer-info ul li br {display: none;}
.footer-info ul li:last-child {margin-right: 0;}
.footer-copy {margin-top: 20px;}

@media only screen and (max-width:980px) {
	.footer-top h5 {float: none; width: 205px; height: 38px; margin: 0 auto;}
	.footer-menu {text-align: center; float: none;}
	.footer-menu li {float: none; display: inline-block; padding-right: 20px; margin-right: 16px;}
	.footer-menu li a {font-size: 14px;}
	.footer-info {font-size: 13px; text-align: center;}
	.footer-info ul {margin-bottom: 0;}
	.footer-info ul:after {content: ''; display: table; clear: both;}
	.footer-info ul li {float: none; margin-right: 0; margin-bottom: 5px;}
	.footer-info ul li br {display: block;}
	.footer-copy {font-size: 12px;}
}










/* 메인 Slider 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


button {cursor: pointer;}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container {width: 100%; max-width: 1280px; padding-left: 40px; padding-right: 40px; position: relative; margin: 0 auto;}
.container:after {content: ''; display: table; clear: both;}

@media only screen and (max-width: 1200px) {
	.container {padding-left: 20px; padding-right: 20px;}
}


.main-visual {position: relative;}
.main-visual__title {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;}
.main-visual__title > div {display: table; width: 100%; height: 100%;}
.main-visual__title > div > div {display: table-cell; width: 100%; vertical-align: middle; text-align: center; color: #fff; padding-bottom: 20%;}
.main-visual__title h3 {font-size: 90px;}
.main-visual__title p {font-size: 40px; font-weight: 100;}
.main-visual__title p b {font-weight: 700;}
.main-visual__slider .slick-slide {height: 680px;}
.main-visual__slider .slick-dots {position: absolute; z-index: 3; left: 0; right: 0; bottom: 30px; text-align: center;}
.main-visual__slider .slick-dots li {display: inline-block; vertical-align: middle; padding: 0 5px; position: relative; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out;}
.main-visual__slider .slick-dots li.slick-active {padding: 0 80px;}
.main-visual__slider .slick-dots li:first-child.slick-active {padding-right: 160px; padding-left: 0;}
.main-visual__slider .slick-dots li:last-child.slick-active {padding-left: 160px; padding-right: 0;}
.main-visual__slider .slick-dots li.slick-active:before {content: ''; display: block; height: 1px; background: #fff; position: absolute; left: -5px; right: -5px; top: 50%; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out;}
.main-visual__slider .slick-dots li:first-child.slick-active:before {left: 0;}
.main-visual__slider .slick-dots li:last-child.slick-active:before {right: 0;}
.main-visual__slider .slick-dots li button {display: block; width: 40px; height: 40px; line-height: 40px; background: #f5f5f5; font-size: 16px; font-weight: 500; border: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: relative;}
.main-visual__slider .slick-dots li.slick-active button {background: #6184f7; color: #fff;}


@media only screen and (max-width:1200px){
	.main-visual__title h3 {font-size: 70px;}
	.main-visual__title p {font-size: 30px;}
	.main-visual__slider .slick-slide {height: 560px;}
	.main-visual__slider .slick-dots li.slick-active {padding: 0 40px;}
	.main-visual__slider .slick-dots li:first-child.slick-active {padding-right: 80px;}
	.main-visual__slider .slick-dots li:last-child.slick-active {padding-left: 80px;}

}

@media only screen and (max-width:768px){
	.main-visual__title h3 {font-size: 50px;}
	.main-visual__title p {font-size: 20px;}
	.main-visual__slider .slick-slide {height: 480px;}
	.main-visual__slider .slick-dots li.slick-active {padding: 0 20px;}
	.main-visual__slider .slick-dots li:first-child.slick-active {padding-right: 40px;}
	.main-visual__slider .slick-dots li:last-child.slick-active {padding-left: 40px;}
	.main-visual__slider .slick-dots li button {width: 30px; height: 30px; line-height: 30px; font-size: 12px;}
}

@media only screen and (max-width:500px){
	.main-visual__title h3 {font-size: 36px;}
	.main-visual__title p {font-size: 16px;}

}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {z-index: 555;}

.main-product {padding: 100px 0; background: #f3f5fd; position: relative;}
.main-product:before,
.main-product:after {content: ''; display: block; position: absolute; z-index: 0;}
.main-product:before {width: 788px; height: 594px; left: 0; bottom: 0; background: url('/images/mtl01r-21-0083/main/main_product_before.png')no-repeat center center / cover;}
.main-product:after {width: 700px; height: 538px; right: 0; top: 0; background: url('/images/mtl01r-21-0083/main/main_product_after.png')no-repeat center center / cover;}
.main-product__title {text-align: center; position: relative; z-index: 1;}
.main-product__title h3 {font-size: 45px;}
.main-product__title p {font-size: 18px; margin-top: 30px; color: #575757; font-weight: 400;}
.main-product__title p b {font-weight: 700;}
.main-product__tab {margin-top: 80px; text-align: center; border-bottom: solid 1px #d7d7d7; position: relative; z-index: 1;}
.main-product__tab li {display: inline-block; margin: 0 40px; margin-bottom: -1px;}
.main-product__tab li button {display: block; background: none; padding: 25px 0; font-size: 18px; font-weight: 900; border: none; color: #bebebe; border-bottom: solid 2px transparent;}
.main-product__tab li button.current {color: #6184f7; border-color: #6184f7;}
.main-product__slider {margin: 0 -15px -40px; padding: 40px 0; position: relative; z-index: 1;}
.main-product__slider .slick-slide {padding: 10px 15px;}
.main-product__slider .slick-slide a {
	display: block; text-align: center; padding: 30px 0; border: solid 3px #fff; background: #fff;
	-webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.main-product__slider .slick-slide a em {
	display: block; margin: 0 auto; font-style: normal; width: 100px; height: 40px; line-height: 36px; border: solid 2px #6184f7; color: #6184f7; font-size: 18px;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; font-weight: 500;
}
.main-product__slider .slick-slide a h5 {color: #000; font-size: 50px; margin-top: 40px; margin-bottom: 20px; height: 60px; line-height: 60px;}
.main-product__slider .slick-slide a h5 span {font-size: 40px;}
.main-product__slider .slick-slide a p {color: #6e6e6e; font-weight: 500;}
.main-product__slider .slick-slide a:after {
	content: ''; display: block; width: 44px; height: 44px; border: solid 1px #dedede; margin: 40px auto 0;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: url('/images/mtl01r-21-0083/main/main_priduct_arrow.png')no-repeat center center / 16px auto;
	-webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out;
}
.main-product__slider .slick-slide a:hover {border-color: #06307a;}
.main-product__slider .slick-slide a:hover:after {border-color: #06307a; background: #06307a url('/images/mtl01r-21-0083/main/main_priduct_arrow_wh.png')no-repeat center center / 16px auto;}
.main-product__slider .slick-arrow {display: block; width: 30px; height: 50px; text-indent: -9999px; border: none; position: absolute; top: 50%; margin-top: -25px;}
.main-product__slider .slick-prev {left: 0; margin-left: -40px; background: url('/images/mtl01r-21-0083/main/main_product_prev.png')no-repeat center center / cover;}
.main-product__slider .slick-next {right: 0; margin-right: -40px; background: url('/images/mtl01r-21-0083/main/main_product_next.png')no-repeat center center / cover;}
.main-product__slider .slick-dots {text-align: center; margin-top: 20px;}
.main-product__slider .slick-dots li {display: inline-block; margin: 0 3px;}
.main-product__slider .slick-dots li button {display: block; width: 10px; height: 10px; text-indent: -9999px; background: #ccc; border: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: relative;}
.main-product__slider .slick-dots li.slick-active button {background: #6184f7;}
.main-product__hide {display: none;}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width:768px) {
	.main-product {padding: 60px 0;}
	.main-product:before {width: 394px; height: 297px;}
	.main-product:after {width: 350px; height: 269px;}
	.main-product__title h3 {font-size: 32px;}
	.main-product__title p {font-size: 16px; margin-top: 20px;}
	.main-product__title p br {display: none;}
	.main-product__tab {margin-top: 30px;}
	.main-product__tab li {margin: 0 15px;}
	.main-product__tab li button {padding: 15px 0; font-size: 14px;}
	.main-product__slider {margin: 0 -15px -20px; padding: 10px 0;}
	.main-product__slider .slick-slide a em {width: 60px; height: 30px; line-height: 26px; font-size: 14px;}
	.main-product__slider .slick-slide a h5 {font-size: 36px; margin-top: 30px; margin-bottom: 15px; height: 50px; line-height: 50px;}
	.main-product__slider .slick-slide a h5 span {font-size: 30px;}
}










