﻿body,
input, button {
    font-family: 'Noto Sans KR', sans-serif;
    color: #1c1c1c;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    transition: 0.5s ease;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover{cursor:pointer;}

.soft {
    transition: 0.5s ease;
}



/*mobile_menu*/

#mobile_slide {
    position:fixed;
    z-index:998;
    width:100%;
    height:100%;
    background-color:#303030;
    color:#fff;
    font-weight:300;
    right:0px;
    top:0;
    display:none;
}
    #mobile_slide .slide_topmenu {
        position:relative;
        width:100%;
        height:100px;
    }
        #mobile_slide .slide_topmenu ul {
            position:absolute;
            top:15px;
            left:20px;
        }
            #mobile_slide .slide_topmenu ul li {
                float:left;
                font-weight:400;
                line-height:70px;
                font-size:17px;
                margin-right:20px;
            }
    #mobile_slide .slide_menu {
        position:absolute;
        top:120px;
        right:20px;
        text-align:right;
        width:50%;
    }
    
    #mobile_slide .slide_submenu {
        display: none;
    }
    #mobile_slide .slide_menu ul > li > a {
        font-size: 20px;
        line-height: 50px;
    }
    #mobile_slide ul.slide_submenu > li a {
        font-size: 15px;
        line-height: 30px;
    }
        #mobile_slide ul.slide_submenu > li a:hover {
            color:#DB161F;
            font-weight:500;
            transition-duration:0.3s;
        }
        li.active_border {
            border-bottom: 1px solid #808080;
        }
        /*menu-trigger*/
        .menu-trigger,
        .menu-trigger span {
            display: inline-block;
            transition: all .4s;
            box-sizing: border-box;
        }

.menu-trigger {
    position: fixed;
    width: 30px;
    height: 20px;
    z-index: 999;
    top: 35px;
    right: 20px;
    display:none;
}

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
    }

        .menu-trigger span:nth-of-type(1) {
            top: 0;
        }

        .menu-trigger span:nth-of-type(2) {
            top: 8px;
        }

        .menu-trigger span:nth-of-type(3) {
            bottom: 0;
        }


        .menu-trigger span:nth-of-type(1) {
            -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
        }

@-webkit-keyframes menu-bar01 {
    0% {
        transform: translateY(8px) rotate(45deg);
    }

    50% {
        transform: translateY(8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(8px) rotate(45deg);
    }

    50% {
        transform: translateY(8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        transform: translateY(-8px) rotate(-45deg);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-8px) rotate(-45deg);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
    background-color: #fff;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(8px) rotate(0);
    }

    100% {
        transform: translateY(8px) rotate(45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
    background-color: #fff;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }

    100% {
        transform: translateY(-8px) rotate(-45deg);
    }
}
#mobile_slide.open {
    right:0;
}
/*header*/
header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    /*background-color: #fff;*/
    z-index: 800;
    /*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);*/
}
    header:hover {
        background-color: #fff;
        transition-duration: 0.3s;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    }

        
        /*top_menu*/
        header .top_menu {
            width: 100%;
            margin: 8px 0;
        }

        header .top_menu ul {
            float: right;
        }

            header .top_menu ul li {
                float: left;
                margin-left: 20px;
                font-size: 13px;
            }



/*logo*/
    header h1 {
        float: left;
        margin-top: 43px;
        margin-left: 50px;
    }
        header h1 a:nth-child(2) {
            display:none;
        }
    header:hover h1 a:nth-child(1) {
        display: none;
    }
    header:hover h1 a:nth-child(2) {
        display: block;
    }

        header h1 a img {
            /*    width: 110px;*/
        }



/*nav*/
    header nav {
        margin-top:25px;
        float: right;
        text-align: center;
        width: 1200px;
        margin-right:50px;
    }

        header nav ul.menu > li {
            float: left;
            width: 16.6666%;
        }
            header nav ul.menu > li:last-child a {
                background-color: #DB161F;
                color: #fff;
                font-weight: 700;
                letter-spacing: 7px;
                border-radius: 30px;
				padding: 18px 25px; 
				top: 8px;
            }

            header nav ul.menu > li a {
                display: block;
                padding: 29px 25px;
                font-size: 17px;
                color:#fff;
            }
    header:hover nav ul.menu > li a {
        color:#000;
    }
    header:hover nav ul.menu > li:last-child a {
        color:#fff;
		padding: 18px 25px; top: 8px;
    }

        .top_submenu {
            width: 100%;
            position: absolute;
            z-index: 999;
            top: 100px;
            background-color: #f3f3f3;
            display:none;
        }
    .top_submenu .submenu {
        width: 1200px;
        float: right;
        margin: 20px 0px;
        margin-right: 50px;
    }
        .top_submenu .submenu ul {
            width:16.6666%;
            display: block;
            float: left;
            text-align:center;
        }
        .top_submenu .submenu a {
            padding: 15px 25px;
            display: block;
        }
        .top_submenu .submenu li:hover a {
            color:#DB161F;
            font-weight:700;
        }
        /**/
        #cssmenu ul:after {
            content: " ";
            display: block;
            font-size: 0;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    #cssmenu ul li a {
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -ms-transition: color .25s;
        -o-transition: color .25s;
        transition: color .25s;
    }

        #cssmenu ul li a:hover {
        }

            #cssmenu ul li a:hover:before {
                width: 100%;
            }

        #cssmenu ul li a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0;
            background: #DB161F;
            -webkit-transition: width .45s;
            -moz-transition: width .45s;
            -ms-transition: width .45s;
            -o-transition: width .55s;
            transition: width .45s;
        }
#cssmenu ul li:last-child a:before {
    display:none;
}

#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
    display: none;
}

    #cssmenu ul li.active a {
        color: #333333;
    }

        #cssmenu ul li.active a:before {
            width: 100%;
        }

    #cssmenu.align-right li.last > a:after,
    #cssmenu.align-right li:last-child > a:after {
        display: block;
    }

    #cssmenu.align-right li:first-child a:after {
        display: none;
    }








/*top_banner*/
/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    height:100vh;
    position: relative;
    margin: 0 auto;
    overflow:hidden;
}

/* Hide the images by default */
.mySlides {
    display: none;
    width:100%;
    height:100%;
}
.slideshow-container .mySlides:nth-child(1) {
    background-image:url(../img/banner01.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.slideshow-container .mySlides:nth-child(2) {
    background-image: url(../img/banner02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slideshow-container .mySlides:nth-child(3) {
    background-image: url(../img/banner03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top : 340px;
    width: 100%;
    text-align: center;
}
    .text h5 {
        font-size:17px;
        line-height:40px;
    }
        .text h5 strong {
            display:block;
            font-weight:700;
            font-size:40px;
            margin-bottom:50px;
        }
    .text p {
        font-size: 22px;
        margin-bottom: 50px;
        font-weight:300;
        line-height:30px;
    }
    .text a {
        display:inline-block;
        width:150px;
        height:40px;
        text-align:center;
        color:#fff;
        border:1px solid #fff;
        line-height:40px;
        box-sizing:border-box;
    }
        .text a:hover {
            border:none;
            color:#fff;
            background-color:rgba(0, 0, 0, 0.50);
            transition-duration:0.3s;
        }
        /* Number text (1/3 etc) */
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }

#dot {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 45%;
}


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .banner_active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.mySlides img {
    height: 100%;
    max-height: 100%;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

        /*content*/

        /*sec1*/
section {
    padding: 40px 0;
}

#sec1 {
    background-color: #EFEFEF;
}
    #sec1 .sec1_box {
        width:25%;
        float:left;
    }
    #sec1 .sec1_inbox {
        padding: 0px 10px;
    }

    #sec1 a {
        display: block;
        padding:40px 15px;
        background-color: #fff;
        box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }
        #sec1 a img {
            width: 100%;
        }

        #sec1 a .sec1_title {
            position: relative;
            padding: 20px 10px 0;
        }

            #sec1 a .sec1_title::before {
                content: "";
                position: absolute;
                top: 0px;
                width: 40px;
                height: 1px;
                background-color: #6f6f6f;
            }


/* sec1 blur*/
.blur:hover a {
    filter: blur(3px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
    transition-duration: 0.6s;
}

    .blur:hover a:hover {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
        box-shadow: 0 8px 20px 0px rgba(0,0,0,0.125);
    }
/*sec2*/

/*product_left*/
#sec2 .product_left {
    float: left;
}

#sec2 .sec2_title {
    font-size: 32px;
    position: relative;
    font-weight: 700;
    padding-top: 95px;
}

    #sec2 .sec2_title::before {
        content: "";
        position: absolute;
        top: 45px;
        width: 45px;
        height: 4px;
        background-color: #DB161F;
    }

#sec2 .product_left p {
    padding-top: 50px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

#sec2 .sec2_button {
    text-align: center;
    margin-top:15px;
}

    #sec2 .sec2_button div {
        width: 50px;
        height: 50px;
        float: left;
        margin: 20px 10px;
        position: relative;
        border-radius: 35px;
    }

#sec2 .prev_arrow {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -9px;
}

#sec2 .next_arrow {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -9px;
}

#sec2 .sec2_button div:hover {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
}

    #sec2 .sec2_button div:hover a {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
/*product_right*/
#sec2 .product_right {
    width: 80%;
    float: right;
    position: relative;
}

#sec2 .tab_buttons {
    width:100%;
    height:60px;
}


#sec2 .product_right h3 {
    position: absolute;
    right: 0;
    width: 82px;
    text-align: center;
    padding: 12px 0;
    font-size: 17px;
    cursor: pointer;
}

        #sec2 .product_right h3.r100 {
            right: 100px;
        }

        #sec2 .product_right h3.on {
            color: #DB161F;
            font-weight: 500;
            border-bottom: 3px solid #DB161F;
        }

    #sec2 .product_right .tab_content {
        display: none;
        position: absolute;
        /*    left: 0;*/
        right: 0;
        top: 90px;
        width: 100%;
        /*    height: 170px;*/
    }

        #sec2 .product_right .tab_content.on {
            display: block;
        }

.tabs {
    width: 100%;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

.tab_buttons button {
    position: absolute;
    right: 0;
    width: 82px;
    text-align: center;
    padding: 12px 0;
    font-size: 17px;
    cursor: pointer;
    border: 0;
    background-color: #fff;
}

    .tab_buttons button.r100 {
        right: 100px;
    }

    .tab_buttons button.active {
        color: #DB161F;
        font-weight: 500;
        border-bottom: 3px solid #DB161F;
    }
    /*slick_slide*/
.slider {
    width: 100%;
    margin: 20px auto;
    padding:0;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
        border: 1px solid #e0e0e0;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-prev {
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
}

.slick-next {
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
}



.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
}

.slick-current {
    opacity: 1;
}

#sec2 .item p {
    text-align:center;
    margin:15px 0px;
}


/*sec3*/
#sec3 {
    background-color: #fcfcfc;
    padding: 80px 0px;
}

    #sec3 .sec3_box {
        float: left;
    }

    #sec3 .gb_content {
        width: 400px;
        margin-right: 50px;
        overflow:hidden;
    }

        #sec3 .gb_content .sec3_title > p, h3 {
            font-size: 25px;
            font-weight: 600;
        }

        #sec3 .gb_content .sec3_title h3 {
            float: left;
        }
		#sec3 .latest_more{
			font-size: 25px;
            font-weight: 600;
			background-color: transparent;
		    border: none;
			float: right;
		}

        #sec3 .gb_content .sec3_title ul {
            width: 100%;
            float: left;
        }

            #sec3 .gb_content .sec3_title ul li {
                border-bottom: 1px dotted #aaaaaa;
                overflow: hidden;
				padding: 15px 20px;
            }
			#sec3 .lt_info{
				float:right;
				color: #808080;
				font-size:14px;
			}

                #sec3 .gb_content .sec3_title ul li:hover {
                    background-color: rgba(255, 255, 255, 1);
                }
				#sec3 .gb_content .sec3_title ul li:hover a{
					color:#000;
				}
				#sec3 .gb_content .sec3_title ul li:hover .lt_info{
					color:#000;
				}

                #sec3 .gb_content .sec3_title ul li a {
                    font-size: 14px;
                    color: #808080;
                    float: left;
                }

                    #sec3 .gb_content .sec3_title ul li a span {
                        float: right;
                    }

            #sec3 .gb_content .sec3_title ul::before {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: #000;
				margin-top:20px;
            }

    #sec3 .service {
        float: right;
        width: 290px;
        border: 1px solid #e0e0e0;
    }
        #sec3 .service img {
            width:100%;
        }
        /*footer*/
        footer {
            background-color: #4B4B4B;
            color: #ebebeb;
            padding: 40px 0px;
        }

    footer .f_logo {
        float: left;
        margin-right: 50px;
        width: 15%;
        padding: 35px 0px;
    }

    footer .f_right {
        width: 70%;
        float: left;
    }

        footer .f_right ul {
            display: inline-block;
            padding: 20px 0px;
        }

            footer .f_right ul li {
                float: left;
                padding: 10px 20px;
            }

        footer .f_right p {
            width: 100%;
            padding: 0 20px;
            font-weight: 100;
            font-size: 15px;
            line-height: 20px;
        }

        /*fixed_Top*/
aside {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
}

    aside:hover {
        cursor: pointer;
    }

    aside div {
        width: 50px;
        height: 50px;
        background-color: #DB161F;
        position: relative;
    }

        aside div a {
            position: absolute;
            margin-left: 21px;
            margin-top: 13px;
            display: block;
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            box-sizing: border-box;
            transform: rotate(45deg);
        }

        aside div span {
            position: absolute;
            bottom: 10px;
            left: 12px;
            color: #fff;
        }


        /*tel*/
#tel {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    background-color: #fae100;
    display:none;
    position:sticky;
    bottom:0px;
}
    #tel a div {
        width:90%;
        margin:0 auto;
    }
        #tel a div img{
            width:90%;
        }
    #tel a h6 {
        font-size: 25px;
        font-weight: 800;
        margin-top: 20px;
        color: #3b1e1e;
    }



