
/*------------  General CSS -----------*/


@font-face {
    font-family: 'noto-sanscjkr-regular';
    src: url('../fonts/noto-sanscjkr-regular.woff') format('woff');
}
@font-face {
    font-family: 'noto-sanscjkr-regular';
    src: url('../fonts/noto-sanscjkr-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansKR-Light.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansKR-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSansKR-Black.woff') format('woff');
}

* {
    margin:0;
    padding:0;
}

html, body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    width: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
}
body {
    margin-top:71px;
}
a, a:hover, a:focus {
	text-decoration: none;
    color:#333;
}
a:focus {
	background: none;
}
a[href^="tel:"] {
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	line-height: inherit;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 a {
  display: inline-block;
  padding: 0;
  width: 150px;
  padding-top: 9px;
}
h2 {
	font: bold 30px/28px ;
	text-transform: uppercase;
	margin: 1px 0 21px 0;
}
h3 {
	font: bold 22px/30px ;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h4 {
	font: bold 13px/18px ;
	margin: 0 0 8px 0;
}
h5 {
    font-size:16px ;
    line-height:1.6em;
}
.clear{
	clear:both;
}
ul, li {
    list-style:none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}
.m-color {
    color:#d50037;
}
.pt-0{
	padding-top:0;
}
.pt-20{
	padding-top:20px;
}
.ptb-20 {
    padding: 20px 0;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-30 {
    padding: 30px 0;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.ptb-40 {
    padding: 40px 0;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.ptb-50 {
    padding: 50px 0;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}
.ptb-70 {
    padding: 70px 0;
}
.pb-70 {
    padding-bottom: 70px;
}
.p-100 {
    padding:30px 20px;
}
.p-200 {
    padding: 40px 30px;
}
/*------------------section background----------------------*/
.du-section-ash{
	background-color: #f8f8f8;
}
.du-section-white{
	background-color: #ffffff;
}

/*------------------End section background----------------------*/

.center {
	text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.thin {
    font-weight:100;
}
.bold {
    font-weight:900;
}
.auto {
    margin:auto;
    width:100%;
    text-align:center;
}
.border-l{
    border:1px solid #ddd;
    border-right:none;
}
.border-r {
    border: 1px solid #ddd;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
/*-----content-----*/
header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 83px;
    background: #000;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}
header .hd_lang {
    float: left;
    font-size: 0;
    text-align: left;
}

    .hd_lang > a {
        display: inline-block;
        position: relative;
        padding: 27px !important;
        font-size: 15px;
        color: #808080;
        vertical-align: top;
        transition: color 0.4s;
        float: left;
    }
.hd_lang > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 1px;
    height: 10px;
    background: #bdbdbd;
}
    .hd_lang > a:first-child::after {
        background:none;
        width:0;
    }

    .img-responsive {
        margin: 0 auto;
    }
footer {
    width: 100%;
    height: 80px;
    background-color: rgba(0,0,0,0.9);
    clear: both;
    display: table;
    font-size: 13px;
    color: #a0a2a3;
    line-height: 1.538;
    padding: 10px 30px;
    bottom: 0;
    left: 0;
}
    footer p {
        font: bold 13px/18px;
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        margin: 0;
        float: left;
        line-height: 20px;
        padding: 1rem 0;
    }

footer p a {
	color: #808486;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
    padding-left:2rem;    
}
footer p a:first-of-type {
    padding-left: 0;
}
footer p a:hover {
	color: #fff;
}
footer span {
    padding: 1rem 0;
    padding-left: 1.25rem;
    color: #a0a2a3;
}
footer span:first-of-type {
    padding-left:0;
}


/*--------------------------------subscribeForm--------------------------------------*/

.search-form {
    width: 620px;
}

.form-horizontal .control-label {
    padding: 18px 0 15px 0 !important;
    text-align: center !important;
    background: #f6f6f6 !important;
}

.form-horizontal .form-group {
    margin: 0;
    border-bottom: solid 1px #ccc;
}

.form-horizontal h3 {
    margin: 30px 0 20px 0;
    font-size: 22px;
}
.form-group label {
    font-weight:400;
}
.form-group span {
    color:#d50037;
    display:inline-block;
}

/*-----------------------------------btn override----------------------------------------------*/

.btn {
    border-radius: 0;
    font-size: 16px;
}
.btn:hover, .btn:focus {
    background-color: rgba(0, 0, 0, 0.01);
    color:#fff
}
.btn-default.du-common-property {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.du-common-property:hover {
    color: rgba( 220, 25, 80, 0.8 );
    background: #f6f6f6 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-danger {
    background: #d50037;
    color: #fff;   
    border-radius: 0;
    padding: 1% 3%;
    font-size: 16px;
    transition: ease 0.05s;
}
    .btn-danger:hover, .btn-danger:target {
        border: 1px solid #d50037;
        background: #fff;
        color: #d50037
    }

#topbutton {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.15);
}

    #topbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1em;
        line-height: 50px;
        color: #333;
        text-shadow: 0px 7px 10px rgba(0,0,0,0.15);
    }

    #topbutton:hover {
        cursor: pointer;
        background-color: #f6f6f6;
    }

    #topbutton:active {
        background-color: #555;
    }

    #topbutton.show {
        opacity: 1;
        visibility: visible;
    }
.catalog-btn {
    position:absolute;
    bottom:15%;
    left:5%;
}
/*------------------------------------------------------------------ 
	carousel Slide
-------------------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
    transition: 0.9s ease-in-out opacity;
}

.item,
.active.left,
.active.right {
    opacity: 0.5;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

    .next,
    .prev,
    .active.left,
    .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-control {
    z-index: 2;
}
.carousel-indicators{
    width:auto;
    left:inherit;
    right:5%;
    bottom:40%;
}

.carousel-indicators li {
    background: rgba(255,255,255,.6);
    width: 4px;
    height: 25px;
    border: none;
    display:block;
    margin:30px auto;
}

    .carousel-indicators .active {
        width: 3px;
        height: 25px;
        background: #d50037;
        margin: 30px auto;
    }
.carousel-caption {
    padding: 0;
    transition: 0.6s ease-in-out;
    bottom: 150px;
}
/*------------------------------------------------------------------ 
	Main Contents
-------------------------------------------------------------------*/


.main-title1 {
    display:block;
    position:absolute;
    top:7%;
    left:37%;

}
.main-title1 h1{
    color: #fff;
    font-weight: 600;
    font-size: 10em;
    margin-top: 25%;
    padding-bottom: 30px;
}
    .main-title1 h4{
        color:#fff;
    }

.intro_view {
    margin-top: 50px;
    line-height: 40px;
    color: #fff;
    padding: 5px 40px 5px 40px;
    font-size: 16px;
    font-weight: lighter;
    transition: ease-out 0.3s 0.3s;
    transition-delay: 0.3s;
    background: rgba(215, 12, 59,0.6);
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .intro_view span::before {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.6);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        transition: 0.3s;
    }

    .intro_view span::after {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.6);
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(100%);
        transition: 0.3s;
    }

    .intro_view::before {
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,0.6);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(100%);
        transition: 0.3s;
    }

    .intro_view::after {
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,0.6);
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateY(-100%);
        transition: 0.3s;
    }

    .intro_view:hover {
        color: #fff;
        background: none;
    }

        .intro_view:hover::before, .intro_view:hover::after, .intro_view:focus::before, .intro_view:focus::after, .intro_view:active::before, .intro_view:active::after {
            transform: translateX(0);
        }

        .intro_view:hover span::before, .intro_view:hover span::after, .intro_view:focus span::before, .intro_view:focus span::after, .intro_view:active span::before, .intro_view:active span::after {
            transform: translateX(0);
        }

    .main-title2 {
        color: #333;
        font-weight: 600;
        font-size: 60px;
        transition:0.4s;
    }
.main-tech {
    text-align: center;
    font-size: 0;
    z-index:100;
    margin-top:50px;
    margin-bottom:50px;
}
    .main-tech a {
        display: block;
        text-align: left;
        overflow: hidden;
        position: relative;
    }

    .main-tech .detail {
        position:absolute;
        top:15%;
        width:60%;
        display:table;
        left:10%;
    }
    .main-tech .caption {
        color: #fff;
        position: relative;
        display: table;
        
    }
        /*.main-tech .caption:before {
            content:"";
            background-size:contain;
            margin-right:20px;
            width:80px;
            height:80px;
            position:absolute;
            left:-100px;
            top:0;
            background-repeat:no-repeat;

        }
        .main-tech .col-md-6:nth-of-type(1) .caption::before {
            background-image: url('/images/index/techicon1.png');
        }
        .main-tech .col-md-6:nth-of-type(2) .caption::before {
            background-image: url('/images/index/techicon2.png');
        }
        .main-tech .col-md-6:nth-of-type(3) .caption::before {
            background-image: url('/images/index/techicon3.png');
        }*/
    .main-tech .caption .btn {
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #fff;
        font-weight: 300;
        width: 120px;
        height: 35px;
        text-align: center;
        line-height: 20px;
        border-radius: 35px;
        border: 1px solid rgba(215, 12, 59,0.6);
        box-sizing: border-box;
        background: rgba(215, 12, 59,0.6);
        transition: .3s;
        margin-top:100px;
    }
    .main-tech .caption .btn:hover {
        border-color: #fff;
        background-color: rgba(0,0,0,0);
    }


.n-section {
    z-index: 100;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.n-caption {
    position: relative;
    text-align: left;
    padding: 10px 12px 10px 10px;
    color: #333;
    line-height: 2rem;
    font-size: 15px;
    background:#fff;    
}
.a-over {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.img-over {
    max-width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: 0.6s all;
}
.arrow1 {
    position: absolute;
    right: 20px;
    bottom:10px;
}
.a-over:hover .img-over {
    transform: scale(1.08);
    opacity: 1;
}

.a-over:hover .caption .arrow1 {
    transform: translateX(10px);
    transition:ease-in-out 0.6s;
}

/*------------------------------------------------------------------ 
	Sub Contents
-------------------------------------------------------------------*/
.sub_title_bg {
    box-sizing: border-box;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment:scroll;
    line-height: 3em;
    height:358px;
}
.sub_title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    z-index: -1;
    margin-top:157px;
}
.breadcrumb {
    display:table;
    text-align:center;
    width:100%;
    margin:auto;
    background:none;
    color:#ccc;
}
.breadcrumb-item a {
    color:#ccc;
}
.breadcrumb > li + li::before {
    content: " \2023";
}
.breadcrumb > .active {
    color: #fff
}
.sub_menu {
    margin-top: 37px;
    border-top: solid 1px rgba(255,255,255,0.5);
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 5rem;
    margin-right: 0px;
    margin-left: 0px;
}
.sub_menu.col-md-12 {
    padding-left:10%;
}
.sel_depart {
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    display: inline-block;
    color: #fff;
}

.sel_depart:last-child {
    border-right:0;
}

.sel_depart a {
    display:block;
    color:#fff;
    transition:0.6s;
}
    .sel_depart:before {
        transition:ease-in-out 0.6s;
    }
    .sel_depart:hover::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 33%;
        width: 50px;
        height: 3px;
        background: #d50037;
        display: table;
    }
    .sel {
        position: relative;
        display: inline-block;
    }    
    .sel:before {
        content:"";
        position: absolute;
        top: -2px;
        left: 33%;
        width: 50px;
        height: 3px;
        background: #d50037;
        display:table;
    }
    
/*------------------------------------------------------------------ 
	Company
-------------------------------------------------------------------*/
.greet-bg {
    height: 300px;
    background: url(/images/company/greet-bg.jpg) center center no-repeat;
    background-size:100%
}
.greet-txt {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    margin-top: -100px;
    border:solid 1px #f6f6f6;
}
    .greet-txt h3, .greet-txt h4 {
        line-height: 1.6em;
        word-break: keep-all;
        letter-spacing: 2px;
    }
.greet-icon {
    width:200px;
    height:177px;    
    margin:auto;
    background: url(/images/company/greet-bg.png) center center no-repeat;
    background-size: 100%;
}
.greet-icon img {
    width:40%;
    margin:auto;
    display:block;
}


.history {
    padding-top:30px;
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
    clear:both;
}
.history h4 {
    margin-bottom:3%;
    letter-spacing:1px
}
.history .col-xs-8 {
    padding-top:10px;
}
.loc-search .btn {
    clear: both;
    display: block;
    margin: 50px auto;
    width: 150px;
    height: 50px;
    line-height: 36px;
    color: #2f4858;
    border: solid 1px #2f4858;
    border-radius:0;
    font-size:1.2em;
}

    .loc-search .btn:hover {
        background-color: #f6f6f6;
    }
.loc-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-right: 0;
    text-align: center;
    min-height: 275px
}
    .loc-box:last-of-type {
        border-right: 1px solid #ddd;
    }
    .loc-box h4{
        font-weight:600;
        padding:20px 0 10px 0;
    }
    .loc-box p{
        font-size:15px;
    }
/*------------------------------------------------------------------ 
	Product/Technology
-------------------------------------------------------------------*/
    .t_txt {
        color: #d50037;
    }

    h3.t_txt {
        position: relative;
    }

        h3.t_txt:before {
            content: "";
            width: 8px;
            height: 41px;
            background: #d50037;
            position: absolute;
            top: -6px;
            left: -20px;
            display: table;
        }

        h3.t_txt::after {
            content: "";
            width: 100%;
            height: 1px;
            background: #ddd;
            position: absolute;
            bottom: 12px;
            left: -12px;
            display: table;
        }
    .model-nav {
        width:100%;
        display:block;
        margin:auto;
        text-align:center;
        border-bottom:1px solid #ddd
    }
    .model-list {
        display:table;
        margin:auto;
    }
        .model-list a {
            display: inline-block;
            position: relative;
            padding: 22px 25px;
            font-size: 18px;
            color: #333;
            vertical-align: top;
            transition: color 0.4s;
            float: left;
            text-align: center;
        }
            .model-list a:hover {
                color: #d50037
            }
            .model-list a:target {
                color: #d50037
            }
            .model-list a:first-child:hover {
                color:#333;
            }

            .model-list a:after {
                content: "";
                position: absolute;
                left: 0;
                top: 20px;
                width: 1px;
                height: 20px;
                background: #bdbdbd;
            }

            .model-list a:first-child::after, .model-list a:nth-child(2)::after {
                background: none;
                width: 0;
            }
.product-title {
    height: 280px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 3em;
    background-size: contain;
}
.product-img img {
    margin-top:25px;
}
.tech-title {
    height: 220px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 3em;
}
    .tech-caption {
        position: absolute;
        background-color: #f6f6f6;
        color: #333;
        padding: 5px;
        margin: 0;
        top: 0;
        text-transform: none;
        font-weight: 300;
    }
    table.table-info {
        width: 100%;
    }
        table.table-info th {
            font-size: 15px;
            color: #d50037;
            line-height: 17px;
            padding: 10px 10px;
            text-align: center;
            border-bottom: 1px solid #d50037;
            border-top: 1px solid #d50037;
            font-weight: 300;
            text-align: left;
        }
            table.table-info th.first-th {
                border-top: 2px solid #d50037;
            }
            table.table-info th.last-th {
                border-bottom: 2px solid #d50037;
            }

    table.table-info td {
        font-size: 14px;
        font-weight: 300;
        color: #777;
        line-height: 25px;
        padding: 15px 10px 15px 20px;
        text-align: left;
        border-bottom: 2px solid #ccc;
        border-top: 2px solid #ccc;
    }


/*------------------------------------------------------------------ 
	Contact
-------------------------------------------------------------------*/
.agency-map {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 63.33% !important;
    overflow: hidden;
}
.agency-map img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.agency-list li {
    position: absolute;
    width: auto;
}
    .agency-list li.russia {
        left:70%;
        top:30%;
    }
    .agency-list li.china {
        left: 75%;
        top: 41%;
    }
    .agency-list li.turkey {
        left: 56%;
        top: 43%;
    }
    .agency-list li.austria {
        left: 51%;
        top: 37%;
    }
    .agency-list li.thailand {
        left: 75%;
        top: 56%;
    }
.agency-list li a {
    display: block;
    border: 0;
    background: transparent;
    margin-top: -106px;
    margin-left: -19px;
    width: 50px;
    height: 90px;
    overflow: visible;
}
    .agency-list li a:after {
        content: "";
        display: block;
        width: 40px;
        height: 72px;
        background: url(/images/Contact/place.png);
        background-size: cover;
        background-color: transparent;
        transition: ease-in-out 0.4s;
    }
.agency-list li a span {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.05em;
    width: 70px;
    padding: 10px 0 8px;
    text-align: center;
    margin-left: -10px;
    margin-bottom: 14px;
    box-sizing: border-box;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.15);
    transition:ease-in-out 0.4s;
    
}
    .agency-list li:hover a span {
        transform:translateY(3px);
        box-shadow: 0px 7px 10px rgba(0,0,0,0.55);
    }

.network-list h3 {
    padding: 20px 0;
    text-transform: none;
    letter-spacing: 1px;
}
.network-list h5 span{
    font-weight:600;
}
.network-list h5 span:before {
    content: " \2023";
    padding: 0 8px;
    color: #e74470;
}

/*------------------------------------------------------------------ 
	Privacy & Disable
-------------------------------------------------------------------*/
.privacy-txt {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: solid 1px #f6f6f6;
    line-height:2em;
    font-size:16px;
}
.txt-symbol {
    font-size: 15px;
    line-height: 1.8em;
    word-break: keep-all;
    display: list-item;
    margin: 10px 22px;
    letter-spacing:1px;
}

.txt-symbol span {
    width:100%;
    clear:both;
    display:block;
}
/*------------------------------------------------------------------ 
	form
-------------------------------------------------------------------*/
.inner-form {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.form-box {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
    display: table;
    margin: 20px auto
}
    .form-horizontal .control-label {
        padding: 18px 0 15px 0 !important;
        text-align: center !important;
        background: #f6f6f6 !important;
    }

    .form-horizontal .form-group {
        margin: 0;
        border-bottom: solid 1px #ccc;
    }

    .form-horizontal h3 {
        margin: 30px 0 20px 0;
        font-size: 22px;
    }
/*------------------------------------------------------------------
    mouse scroll
-------------------------------------------------------------------*/
.mouse_scroll {

    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
    position:absolute;
    bottom:0;
    left:49.5%
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.bannerContainer{
    min-height:300px;
    position:relative;
}
    .bannerContainer .catalog-btn {
        bottom: 0%;
    }
@media(max-width:1440px){
    .bannerContainer .catalog-btn {
        bottom: 50%;
    }
}

@media(max-width:425px) {
    .bannerContainer {
        min-height: 188px;
    }
}

.subNavs .sel:before, .sel_depart:hover::before {
    left: 42%;
}

.subNavs  .sub_menu.col-md-12 {
    padding-left: 0 !important;
}

@media (max-width: 1024px) {
   .subNavs .col-md-2.web_only{
       display:block;
   }

}




@media (max-width:425px) {


    .subNavs .col-xs-3 {
        width: 24% !important;
    }

    .subNavs .sub_menu a {
        line-height: 1.2;
        word-break: keep-all;
    }

    .subNavs .sub_title_bg {
        height: 300px;
    }

    .subNavs .sub_menu .col-xs-3 {
        padding: 10px;
    }


    .subNavs .sel:before, .sel_depart:hover::before {
        left: 24%;
    }
}

@media (max-width:375px) {

    .subNavs .sub_menu .col-xs-3 {
        padding: 5px;
    }

}





/*------------------------------------------------------------------ 
	responsive
-------------------------------------------------------------------*/
@media (min-width: 1280px) {
    .body {
        margin-top: -71px;
        position: relative;
        z-index: 2;
    }
    .form-control {
        border-radius:0;
    }
    .web_only {
        display: block !important
    }

    .m_only {
        display: none !important
    }
    .web_info {
        margin-top: 150px;
        padding-bottom: 150px;             
    }
    .main-box1 {
        height: 250px;
        margin-bottom: 15px;
    }
    .main-box2 {
        height: 515px;
        margin: 0;
    }
}
   

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1279px) {
    .body {
        margin-top: -71px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        /*padding-bottom: 2%;*/
    }
    header .hd_lang {
        padding-left: 0;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    header .logo-h {
        float:none;
    }
    header .hd_lang > a {
        width:33%;
        margin:auto;
    }
    .hd_lang > a:after {
        top:19px;
    }
    h1 a {
        padding-top:0;
    }

    .web_info {
        margin-top: 150px;
        padding-bottom: 50px;
    }
    .sub_title_bg {
        height: 290px;
    }
    .sub_title {
        display: block;
        padding: 150px 0 0px 0;
        text-align: center;
        width: 100%;
        margin-top: 0;
        font-size:30px;
    }
    .sub_menu {
        font-size: 13px;
        margin-top:0;
    }
        .sub_menu.col-md-12 {
            padding-left:0;
        }
    .sel_depart {
        display: table;
    }
        .sel_depart:hover::before {
            left: 27%;
        }
        .sel:before {
            left: 27%;
        }
        .model-list {
            display:inline-block
        }
    .model-list a {
        font-size: 14px;
        padding: 12px 12px;
    }
        .model-list a:after {
            top:10px;
        }
    .agency-list li a{
        width:30px;
        height:54px;
        margin-top:-87px;
    }
    .agency-list li a:after {
        width: 30px;
        height: 54px;
    }

    .agency-list li a span {
        display: none;
    }
    .agency-list li.russia {
        left: 70%;
        top: 40%;
    }

    .agency-list li.china {
        left: 77%;
        top: 54%;
    }

    .agency-list li.turkey {
        left: 58%;
        top: 58%;
    }

    .agency-list li.austria {
        left: 51%;
        top: 54%;
    }

    .agency-list li.thailand {
        left: 75%;
        top: 71%;
    }

    .search-form {
        width: auto;
    }
    .inner-form{
        width:100%;
    }

    .m_only {
        display: table !important;
    }

    .web_only {
        display: none !important;
    }
    
    footer span {
        width: 100%;
        display: table;
        text-align: center;
    }
    .copyright {
        float:none;
        text-align:center;
    }
    .pt-70{
        padding-top:0;
    }
    /*.body .carousel img {
        height:80vh;
    }*/
    .body .carousel-indicators{
        right:10%;
        bottom:25%;
    }

        .main-tech .detail {
            top:10%;
            left:8%;
            width:85%
        }
        .main-tech h3 {
            font-size:20px;
        }
        .main-tech h5 {
            font-size:12px;
        }
        .main-tech .caption .btn{
            margin-top:72px;
        }
        .main-title1 {
            top: 0;
            left: 0;
        }
        .main-title1 h1 {
            margin:auto;
            margin-top: 16%;
            width:50%;
            padding-bottom:10px;

        }
        .main-title1 h4 {
            font-size: 14px;
            letter-spacing: 2px;
            padding-top: 5px;
            width: 100%;
            word-break: break-all;
            padding: 0 20px;
        }
    .main-title2 {
        font-size:45px;
    }
    .main-box1 {
        height:300px; 
    }
    .main-box1:last-child {
        margin-top:20px;
    }
    .main-box2 {
        margin: 15px;
    }
    .main-box2 .form-group {
        clear:both
    }
    .main-center {
        display: block;
    }
    .main-center .btn {
        padding:12px 11px;
        font-size:14px;
    }
    .greet-bg {
        height:200px
    }
    .greet-txt {
        padding:15px;
    }
    .greet-txt h3, .greet-txt h4 {
        font-size: 1.2em;
    }
    .history {
        padding-top:30px;
        padding-bottom:30px;
    }
    .history h4{
        font-size:1em
    }
    .loc-box {
        border-right: 1px solid #ddd;
        border-bottom: 0;
    }
    .loc-box:last-of-type {
        border-bottom: 1px solid #ddd;
    }
    .p-100 {
        padding:15px;
    }
    .p-200 {
        padding:20px;
    }
    table {
        table-layout:fixed;
    }
    table .tb-first {
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        width:70%;
        cursor:pointer
    }
    .catalog-btn {
        bottom:auto;
        left:7%
    }




    
}

/*---------------------------------------------------------------------------------------------------------------------------*/
    @media (min-width:768px) and (max-width: 1279px) {
        .main-tech .caption {
            margin-top:0;
            margin-left:34%;
        }
        .main-tech .caption:before {
            width:45px;
            left:-60px;
            top:18px;
        }
        .main-tech .caption h3 {
            font-size:17px;
        }
        .main-tech .caption .btn {
            width:110px;
            height:38px;
            line-height:25px;
        }
        .sub_menu {
            margin-top:0;
        }
        .sel:before {
            left: 36%;
        }
        .sel_depart:hover::before {
            left: 36%;
        }
        .greet-icon {
            width: 148px;
            height: 151px;
        }
        .history {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .loc-box {
            border-bottom: 1px solid #ddd;
            border-right: 0;
            min-height:270px;
        }
            .loc-box:last-of-type {
                border-bottom: 1px solid #ddd;
            }
}



.board {
    border-top: 1px solid #2f4858;
}

    .board .th {
        font-size: 15px;
        color: #2f4858;
        line-height: 24px;
        padding: 15px 10px;
        text-align: center;
        border-bottom: 1px solid #fff;
        background-color: rgba(47, 72, 88,0.12);
        font-weight: 300;
    }

    .board .td {
        font-size: 14px;
        font-weight: 300;
        color: #666;
        line-height: 25px;
        padding: 15px 10px 15px 20px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

.clearfix {
        border-bottom: solid 1px rgba(255, 255, 255, .3);
    }
.clearfix_show {
    background: rgba(255, 255, 255, .7);
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}
    .clearfix_show .flexy-menu li a{
        color: #333;
    }
    .clearfix_show .flexy-menu .hd_lang a {
        color: #808080 !important;
    }
    .clearfix_show .flexy-menu .size {
        background: rgba(255, 255, 255, .7);
        border: solid 1px rgba(0, 0, 0, .1);
    }
        .clearfix_show .flexy-menu .size li {
            border-bottom: solid 1px rgba(0, 0, 0, .1)
        }

@media screen (min-width:375px) and (max-width: 1022px) {
    .subNavs .col-md-2.web_only {
        display: none !important;
    }
}







/*===============2023 ¸®´º¾ó===============*/
/*ÄÁÅØÆ®- fixed*/
.contact-fix {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 1rem;
    bottom: 30%;
    text-align: center;
    background: rgb(238,22,77);
    background: linear-gradient(52deg, rgba(238,22,77,1) 35%, rgba(213,0,55,1) 100%);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    transition: .3s;
    z-index: 999;
}
.contact-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}
.contact-fix:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.youtube-fix {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 1rem;
    bottom: 23%;
    transition: .3s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*¸ÞÀÎÆäÀÌÁö*/
.main__inner {
    display: flex;
    width: 100%;
    height: 100%;
}
.main__content {
    position: relative;
    width: 50%;
    height: 85vh;
    background: linear-gradient(234deg, rgba(191,191,191,1) 65%, rgba(255,255,255,1) 100%);
}
.main__content-img {
    width: 100%;
}
.main__content-product {
    position: absolute;
    bottom: 0;
    max-width: 540px;
}
.main__content-title {
    position: absolute;
    width: 500px;
}
.main__content-title-left {
    top: 45%;
    left: 95%;
    transform: translate(-95%, -45%);
}
.main__content-title-right {
    top: 45%;
    left: 5%;
    transform: translate(-5%, -45%);
}
.main__content-title-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.main__content-title-img{
    max-width: 350px;
    padding: 3rem 0 0;
}
.main__content-title-top-red {
    color: #ef050e;
}
.main__content-product-left {
    left: 0;
}
.main__content-product-right {
    right: 0;
    max-width: 630px;
}
.main__content-bottom{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    justify-content: center;
    align-items: center;
}

.main__box-bottom-title{
    max-width: 350px;
}
.main__box-bottom-description {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    padding: 0 2rem;
}
.main__box-bottom-imgs {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem 0;
    background-color: rgba(255,255,255, .3);
}
.main__box-bottom-img {
    max-height: 180px;
}

.main__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.main__box h2{
    padding: 0 0 1.5rem;
    margin: 0;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 5px;
}
.main__box p{
    font-size: 2.7rem;
    font-weight: 400;
}
.main__box-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    border: 1px solid rgba(255,255,255, .8);
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5rem 0 0;
    color: #fff;
    transition: 0.1s ease-in-out;
}
.main__box-btn:hover {
    color: #fff;
    border: 1px solid rgba(246, 28, 13, .7);
}
.main__box-btn img{
    padding-left: 10px;
}

.notice__wrap {
    min-height: 800px;
    background: url(/images/index/bottom_bg.jpg) no-repeat center;
    background-size: cover;
}
.notice__container {
    max-width: 1500px;
    margin: 8rem auto 0;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    background-color: rgba(254, 247, 233, 0.7);
}
.notice__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
}
.notice__content-img{
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}
.notice__content-img > img {
    width: 100%;
    height: 100%;
}
.notice__content-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.notice__content-description {
    color: #bbb;
}
.notice__content-view {
    margin-top: 1rem;
}
.notice__content-view > span {
    color: #aaa;
    font-size: 1.5rem;
    padding-right: 5px;
}
.notice__content-view>img{
    max-width: 30px;
}
/*ÀÎ»ç¸»*/
.greeting__container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 3rem 10rem;
    display: flex;
    flex-direction: column;
    gap: 7rem;
}
.greeting__inner {
    font-size: 1.9rem;
    line-height: 4rem;
    color: #777;
}
.greeting__inner-title {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
}
.greeting__inner-title-spacing{
    letter-spacing: 3px;
    font-size: 3.5rem;
}
.greeting__inner-title-spacing>span{
    padding-right: 1rem;
}
.greeting__inner-description{
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.greeting__inner-name>span{
    font-weight: bold;
    font-size: 2.2rem;
    padding-left: 5px;
}
/*CONTACT*/
.service-personal-h4 {
    font-size: 1.2rem;
    padding: .8rem 0;
    margin: 0;
    color: #1765b3;
}

.service-personal-content {
    border: 1px solid #ccc;
    padding: 20px 16px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    max-height: 100px;
    overflow: auto;
}

    .service-personal-content > li {
        font-size: 1rem;
        line-height: 1.3rem;
    }

.service-personal-chk {
    font-size: .9rem;
}
    .service-personal-chk > span {
        font-size: 1.2rem;
    }
.input_chk-txt{
    font-size: 1.2rem;
}
.input_chk {
    cursor: pointer;
}

/*PRODUCT*/
.product__wrap{
    max-width: 1300px;
    margin: 40rem auto 5rem;
    padding: 0 2rem;
    display: flex;
    gap: 5rem;
}
.product__container-nav{
    width: 20%;
}
.product__container-content {
    width: 80%;
}
.product__gnb {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-weight: 500;
}
.product__gnb-menu {
    border-radius: 30px;
    transition: .3s ease-in-out;
}
.product__gnb-menu.active{
    background-color: #eee;
}
.product__gnb-menu-a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5rem 2rem;
    transition: .3s ease-in-out;
}
.product__gnb-menu-a,
.product__gnb-menu-i {
    color: #999;
}
.product__gnb-menu.active .product__gnb-menu-a {
    color: #666;
}
.product__gnb-menu-i {
    position: absolute;
    right: 7px;
    top: 13px;
    font-size: 2.5rem;
    display: none;
    transition: .3s ease-in-out;
}
.product__gnb-menu.active .product__gnb-menu-i {
    display: block;
    color: #666;
} 
.product__gnb-menu-title{
    position: relative;
    font-size: 1.5rem;
}
.product__gnb-menu:hover {
    background-color: #eee;
}
.product__gnb-menu:hover .product__gnb-menu-i {
    display: block;
    color: #666;
}
.product__container-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2.5rem;
}
.product__inner {
    position: relative; 
    border-radius: 10px;
    border: 2px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    padding: 1.5rem .5rem;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.product__inner:hover {
    border: 2px solid #d50037;
}
.product__inner-title {
    padding: 2.5rem 0;
    font-size: 3rem;
    font-weight: 600;
    color: #555;
    transition: .3s ease-in-out;
}
.product__inner:hover .product__inner-title {
    color: #d50037;
    z-index: 100;
}
.product__inner-img {
    max-width: 250px;
    transition: .2s ease-in-out;
}
.product__inner:hover .product__inner-img{
    opacity: .5;
}
.product__inner-hover {
    position: relative;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: .3s ease-in-out;
    display: none;
}
.product__inner-hover-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.5rem;
    color: #d50037;
}
.product__inner:hover .product__inner-hover {
    display: block;
}
/*AUTO*/
.auto__wrap{
    display: flex;
    flex-direction: column;
}
.auto__container-title {
    text-align: center;
    font-size: 2.5rem;
    padding: 1.5rem 0 1rem;
    color: #d50037;
    font-weight: 600;
}
.auto__container-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.auto-img{
    display: block;
    max-width: 370px;
    border-radius: 10px;
    object-fit: cover;
}
.content-title{
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    padding: 3rem 0 0;
}
.list-btn{
    text-align: center;
    padding: 5rem 0 7rem;
}
.list-btn-a {
    background-color: #d50037;
    color: #fff;
    border-radius: 5px;
    padding: 8px 24px;
    font-size: 1.8rem;
}
    .list-btn-a:hover {
        color: #fff;
    }








@media screen and (max-width: 1600px) {
    /*MAIN*/
    .main__content-product {
        max-width: 350px;
    }

    .main__content-title {
        width: 300px;
    }

    .main__content-title-left {
        top: 50%;
        left: 95%;
        transform: translate(-95%, -50%);
    }

    .main__content-title-right {
        top: 50%;
        left: 5%;
        transform: translate(-5%, -50%);
    }

    .main__content-title-top {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .main__content-title-img {
        max-width: 250px;
        padding: 2rem 0 0;
    }

    .main__content-product-right {
        right: 0;
        max-width: 430px;
    }

    .main__box-bottom-title {
        max-width: 300px;
    }

    .main__box-bottom-img {
        max-height: 130px;
    }

    .main__box-bottom-description {
        font-size: 1.5rem;
        line-height: 2.5rem;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1199px) {
    /*MAIN*/
    .main__content-right {
        display: none;
    }

    .main__content-left {
        width: 100%;
    }

    .main__box {
        top: 60%;
    }

    .main__box h2 {
        padding: 0 0 1.5rem;
        margin: 0;
        font-size: 3.5rem;
    }

    .main__box p {
        font-size: 2rem;
    }

    .main__box-btn {
        font-size: 1.5rem;
        padding: 8px 16px;
        margin: 3rem 0 0;
    }
    .main__content-product {
        max-width: 400px;
    }
    .main__content-title {
        width: 400px;
    }
    .main__content-title-left {
        top: 50%;
        left: 80%;
        transform: translate(-80%, -50%);
    }
    .main__content-title-top {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .main__content-title-img {
        max-width: 300px;
    }
    .notice__container {
        padding: 3rem;
        margin: 5rem 3rem 3rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    .notice__content-view {
        margin-top: 0;
    }
    /*PRODUCT*/
    .product__container-content {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2.5rem;
    }
    /*AUTO*/
    .auto__container-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}
@media screen and (max-width: 991px){
    /*PRODUCT*/
    .product__wrap {
        flex-direction: column;
        align-items: center;
        margin: 3rem auto 5rem;
        gap: 3rem;
    }
    .product__container-nav,
    .product__container-content {
        width: 100%;
    }
    .product__gnb {
        flex-direction: row;
        gap: 1.2rem
    }
    .product__gnb-menu.active .product__gnb-menu-i {
        display: none;
    }
    .product__gnb-menu:hover .product__gnb-menu-i {
        display: none;
    }
    /*AUTO*/
    .auto__container-title {
        font-size: 2rem;
    }
    .auto__container-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
    .auto-img {
        max-width: 250px;
    }

}
@media screen and (max-width: 767px){
    /*MAIN*/
    .main__content-product {
        max-width: 200px;
    }
    .main__content-title {
        width: 300px;
    }
    .main__content-title-left {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }
    .main__content-title-top {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .main__content-title-img {
        max-width: 200px;
    }
    .main__content-bottom {
        padding: 12rem 0 0;
        gap: 2rem;
    }
    .main__box-bottom-title {
        max-width: 180px;
    }
    .main__box-bottom-description {
        font-size: 1.2rem;
        line-height: 2.5rem;
        padding: 0 2rem;
    }
    .main__box-bottom-imgs {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .main__box-bottom-img {
        max-width: 100px;
    }
    /*ÀÎ»ç¸»*/
    .greeting__container {
        padding: 1rem 3rem 8rem;
        gap: 5rem;
    }
    .greeting__inner {
        font-size: 1.2rem;
        line-height: 2rem;
        color: #777;
    }

    .greeting__inner-title {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }
    .greeting__inner-description {
        gap: 3rem;
    }
    .greeting__inner-title-spacing {
        font-size: 2rem;
    }
    .greeting__inner-name > span {
        font-size: 1.5rem;
        padding-left: 5px;
    }
    .content-title {
        font-size: 2.5rem;
        text-align: center;
        font-weight: 700;
        padding: 3rem 0 3rem;
    }

}
@media screen and (max-width: 575px){
    /*NOTICE*/
    .notice__container {
        padding: 3rem;
        margin: 5rem 3rem 3rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    /*PRODUCT*/
    .product__wrap{
        padding: 0 3rem;
        gap: 1rem;
    }
    .product__gnb {
        flex-direction: column;
        gap: 1rem
    }
    .product__gnb-menu-a {
        padding: 1rem 1.5rem;
    }
    .product__container-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 2.5rem;
    }
    .product__inner {
        padding: 1rem .5rem;
    }
    .product__inner-title {
        padding: 2rem 0;
        font-size: 2rem;
    }
    .product__inner-img {
        max-width: 150px;
    }
    .list-btn-a {
        padding: 8px 20px;
        font-size: 1.5rem;
    }
}

