@charset "utf-8";
body{
    font-family: 'Noto Sans KR', sans-serif;
}
a{ display: block;
    color: #333;}
.text_hide{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip-path: rect(0,0,0,0);
    overflow:hidden;
}
.allmenu{
    display:none;
    position: fixed;
    top: 140px; left: 0;
    width: 100%;
    z-index: 5;
}
.allmenu .allmenu-1{
    margin:0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-evenly;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 10%), 0 1px 0 #ddd inset;
}
.allmenu .allmenu-1>li{
    padding: 50px 30px 50px 0;
    border-right: 1px solid #d9d9d9;
}
.allmenu .allmenu-1>li:last-child{
    border-right: none;
}
.allmenu .allmenu-1>li>span, .allmenu .allmenu-1>li>a{
    display: block;
    font-size: 24px;
    padding-bottom: 28px;
    color: #303030;
    position: relative;
}
.allmenu .allmenu-1>li>span::after, .allmenu-1>li>a::after{
    content: "";
    width: 25px;
    height: 2px;
    background: #e43458;
    position: absolute;
    left: 0; bottom: 0;
}
.allmenu .allmenu-1>li>.allmenu-2{
    padding-top: 28px;
}
.allmenu .allmenu-1>li>.allmenu-2>li{
    padding-bottom: 20px;
}
.allmenu .allmenu-1>li>.allmenu-2>li>a{
    color: #6e6e6e;
    font-size: 16px;
}
.allmenu .allmenu-1>li>.allmenu-2>li:hover>a{
    color: #e43458;
}
.allmenu .allmenu-1>li:hover>a{
    color: #e43458;
}
/* header */
header{
    width: 100%;
    /* height: 89px; */
    border-top:1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    background: #fff;
    z-index: 5;
}
header .headerup{
    max-width: 1400px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header .headerup .langsns{
    width: 160px;
    display: flex;
    padding-top: 13px;
    justify-content: space-between;
}
header .headerup .langsns .lang{
    width: 80px;
    height: fit-content;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
}
header .headerup .langsns .lang.langon>li>a{
    background: url(../img/lang_arr2.gif) no-repeat right center;
}
header .headerup .langsns .lang>li{
    padding: 5px 0 5px 10px;
}
header .headerup .langsns .lang>li:last-child{
    display: none;
}
header .headerup .langsns .lang>li>a{
    display: block;
    width: 60px;
    color: #000;
    font-size: 14px;
    background: url(../img/lang_arr.gif) no-repeat right center;
}
header .headerup .langsns .lang>li:last-child>a{
    background: none;
}
header .headerup .langsns .lang>li>a>img{
    vertical-align: middle;
    margin-top: -3px;
    padding-right: 5px;
}
header .headerup .langsns .h-sns{
    display: flex;
}
header .headerup .langsns .h-sns>li{
    width: 27px;
    height: 27px;
    border-radius: 27px;
}
header .headerup .langsns .h-sns>li:first-child{
    background: url(../img/sns_facebook.gif) no-repeat center;
    margin-right: 5px;
}
header .headerup .langsns .h-sns>li:last-child{
    background: url(../img/sns_insta.gif) no-repeat center;
}
.headerup .sitemap{
    width: fit-content;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.headerup .sitemap>li{
    padding: 0 10px;
    position: relative;
}
.headerup .sitemap>li:last-child{
    padding-right: 0;
}
.headerup .sitemap>li::before{
    content:"";
    width: 1px;
    height: 10px;
    background: #a3a3a3;
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
}
.headerup .sitemap>li:first-child::before{
    display:none;
}
.headerup .sitemap>li>a{
    font-size: 14px;
    color: #a3a3a3;
}
.header-line{
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

header .header_inner{
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    height: 90px;
    margin: 0 auto;
}
/* 로고 */

header .header_inner h1>a>img{
    height: 80px;
}

/* 메뉴 */
header .header_inner .gnb{
    display:flex;
}
header .header_inner .gnb>li{
    position: relative;
    margin-right: 70px;
}
header .header_inner .gnb>li:hover>a{
    color:#e43458;
}
header .header_inner .gnb>li>a{
    font-size: 17px;
    color: #303030;
    line-height: 89px;
}
header .header_inner .gnb>.last{
    margin-right: 0;
}
/* 2단메뉴 */
header .header_inner .gnb>li>.depth2{
    position: absolute;
    width: 230px;
    top: 90px; left: 50%;
    margin-left: -115px;
    background: rgb(255,255,255,0.8);
    /* height: 0;
    overflow: hidden; */
    display: none; 
    z-index: 5;
}
/* header .header_inner .gnb>li:hover>.depth2{
    height: fit-content;
    transition: all 0.5s ease;
} */
header .header_inner .gnb>li>.depth2>li{
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
header .header_inner .gnb>li>.depth2>li:last-child{
    border-bottom: none;
}
header .header_inner .gnb>li>.depth2>li>a{

    font-size: 15px;
    width: 180px;
    height: 50px;
    color: #6f726b;
    margin:0 auto;
}
header .header_inner .gnb>li>.depth2>li>a:hover{
    color:#e43458;
}
header .header_inner .gnb>li>.depth2>li:last-child{
    border-bottom: none;
}
/* 서치,메뉴 아이콘 */
header .header_inner .util{
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header_inner .util>li{
    padding-right: 24px;

}

.util>li:first-child>a>img{
    width: 19px;
}
.util>.allmenu-x>a{

    width: 20px;
    height: 16px;
}
.util>.allmenu-x div{
    width: 20px;
    height: 2px;
    background: #303030;
    margin-bottom: 5px;
    border-radius: 1px;
    transition: all 0.4s;
}
.util>.allmenu-x div:last-child{
    margin-bottom: 0;
}
.allmenu-x.open div:first-child{
    transform: translateY(7px) rotate(45deg);
}
.allmenu-x.open div:last-child{
    transform: translateY(-7px) rotate(-45deg);
}
.allmenu-x.open div:nth-child(2){
    opacity: 0;
}
/* 팝업 */
header .pop{
    position: fixed;
    top: 180px; right: 15px;
    height: 219px;
    width: 219px;
    background: url("../img/l-popup__button.png") no-repeat top center;
}
header .pop .popup{
    display: inline-block;
    height: 219px;
    width: 219px;
}
header .popup .pop_btn{
    position: relative;
    height: 43px;width: 150px;
    background: #fff;
    left: 50.5%; top: 120px;
    transform: translateX(-50%);
    border-radius: 43px;
    color:#333;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    box-sizing: border-box;
    padding: 13px 39px 11px 0;
}
header .popup .pop_btn::after{
    content: "";
    width: 37px;height: 37px;
    background: url("../img/l-popup__icon.png") no-repeat;
    position: absolute;
    top: 3px;right: 4px;
}
header .pop .closepopup{
    display: block;
    width: 18px;
    height: 14px;
    background: url("../img/l-popup__button--close.png") no-repeat;
    position: absolute;
    left: 50%; bottom: 25px;
    transform: translateX(-50%);
    border: none;
    cursor: pointer;
}

/* main */
main{
    width: 100%;
    padding-top: 140px;
}
main .visual{
    width: 100%;
    height: 700px;
    background: url("../img/visual1.jpg") no-repeat center top;
    box-sizing: border-box;
}
main .visual>.text{
    margin: 0 auto;
    width: 1400px;
    color:#fff;
}
main .visual .text .big{
    padding:90px 0 0 120px;
    font-size: 50px;
    font-weight: 100;
    line-height: 60px;
    position: relative;
}
main .visual .text .big::before{
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    left:120px; top: 80px;
}
main .visual .text .small{
    margin: 30px 0 0 120px;
    font-weight: 100;
    line-height: 22px;
}
/* 신상품배너 */
/* main .new{
    width: 100%;
    min-height: 900px;
    text-align: center;
}
main .new .item{
    min-width: 1200px;
    min-height: 815px;
    display: inline-block;
    position: relative;
} */
/* 신상품 배너 */
main .new{
    width: 100%;
    height: 1000px;
    position: relative;
    overflow: hidden;
}
main .new .item{
    width: 100%;
    height: 820px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

}
main .new .item .file1{
    width: 1200px;
    height: 360px;
    position: absolute;
    left: 50%; top: 0;
    transform: translate(-50%, 0%);
}
main .new .item .file1_txt{
    position: absolute;
    left: 0;top: 0;
    text-align: left;
}
.file1 .n_a{
    font-size: 30px;
    line-height: 35px;
    font-weight: bolder;
    margin-bottom: 20px;
}
main .new .item .file1_txt>.n_aa{
    font-size: 12px;
}
main .new .item .file1_txt>.n_aa::after{
    content: "";
    width: 30px;
    height: 5px;
    background: #e43458;
    position: absolute;
    left: 0;top: 80px;
}
main .file1_img{
    width: 1200px;
    position: absolute;
    top: 0;left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
main .file1_img a, main .file2 a{
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
main .file1_img img, main .file2 img{
    width: 100%;
}
main .file1_img a:last-child, main .file2 a:last-child{
    margin-right:0;
}

main .file2{
    width: 1200px;
    height: 440px;
    position: absolute;
    left: 50%; bottom: 0;
    transform: translate(-50%, 0%);
}
main .file2 a{
    vertical-align: top;
    display: inline-block;
}

/* 이미지에 호버 */

main .img_hov{
    width: 100%; height: 100%;
    border: 15px solid #f2f2f2;
    background: #e43458;
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    transition: all ease 0.6s;
}

main .file1 a:hover .img_hov, .file2 a:hover .img_hov{
    opacity: 1;
}
main .img_hov>.img_hov_txt{
    color: white;
    position: absolute;
    top: 30%; left: 50%;
    transform: translate(-50%, -50%);
    
}
main .img_hov>.img_hov_txt>p{
    font-size: 12px;
    font-weight: 50;
    letter-spacing: 3px;
    text-align: center;
}
main .img_hov>.img_hov_txt>h3{
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
}
/* 엑스버튼 */
main .img_hov:hover .hovx{
    transform: translateX(-50%) rotate(315deg)
}
main .hovx{
    width: 30px;height: 30px;
    position: absolute;
    bottom: 15%; left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transition: all 0.6s ease;
}
main .hovx .hovxh{
    width: 30px; height: 1px;
    background: #fff;
    position: absolute;
    bottom: 50%; left: 0px;
    transform: translateY(-50%);
}
main .hovx .hovxv{
    width: 1px;height: 30px;
    background: #fff;
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
}
/* --제품슬라이드--- */
.wrap{
    width: 100%;
    background: #eee;
}
.best{
    width: 100%;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.best>.tit_best{
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
}
.best>.tit_best::after{
    content: "";
    width: 30px;
    height: 5px;
    background: #e43458;
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
}
.best>.tit_bottom{
    padding: 20px 0;
}
.item-btn{
    display: flex;
    justify-content: center;
}
.item-btn li{
    margin: 40px 2px;
}
.item-btn li.on>a{
    border: 2px solid #e43458;
    color: #e43458;
}
.item-btn li>a{
    width: 155px;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 15px;
    color: #bbb;
    border: 2px solid #bbb;
}
.itemSlide{
    display: flex;
    width: 100%;
}
.itemSlide li{
    margin: 0 20px 50px 0;
    position: relative;
    height: 495px;
    width: 265px;
}
.itemSlide li p{
    position: absolute;
    left: 30px;
    bottom: 55px;
    font-size: 12px;
    color: #ababab;
}
.itemSlide li h3{
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-weight: bold;
}
.itemSlide img{
    width: 265px;
}
.xitem a h3{
    bottom: 15px;
    text-align: left;
    padding-right:30px;
}
.itemSlide li a div{
    width: 265px;
    height: 120px;
    background: #fff;
}
.best #item{
    padding-bottom: 90px;
    border-bottom: 1px dotted #ccc;
}
.best .finger{
    width: 100px;
    height: 100px;
    background: #eee;
    position: absolute;
    padding-top: 18px;
    bottom: 110px; left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.finger>p{
    font-size: 12px;
    margin-top: 20px;
    color: #555;
}
.arr-l, .arr-r{
    position: absolute;
    bottom: 160px; left: 50%;
    transform: translateX(-50%);
}
.arr-l{
    margin-left: -400px;
}
.arr-r{
    margin-left: 400px;
}
.nam{
    width: 100%;
    height: 120px;
}
/* 비디오 */
main video{
    width: 100%;
}

main .mainBottom{
    display: flex;
    justify-content: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    height: 355px;
}
.mainBottom .bot1{
    width: 650px;
    height: 310px;
    padding: 45px 49px 10px 0;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.bot1>.newTit{
    height: 117px;
    background: url(../img/b_file_1660607992uicf89i76p.jpeg) no-repeat left center;
    position: relative;
}
.bot1>.newTit h4{
    margin-left: 200px;
    width: 370px;
    font-size: 21px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot1>.newTit p{
    margin-top: 10px;
    line-height: 20px;
    margin-left: 200px;
    width: 370px;
    font-size: 14px;
    font-weight: light;
    color: #555;
}
.bot1 .newTit .date{
    font-size: 14px;
    color: #888;
    text-align: right;
    position: absolute;
    bottom: 0;right: 0;
}
.bot1 h3{
    font-size: 23px;
    margin-bottom: 15px;
}
.bot1>span>a{
    position: absolute;
    top: 50px; right: 50px;
    font-size: 13px;
    text-decoration: underline;
}
.bot1 h3::after{
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    margin: 5px 0 0;
    background: #c40f39
}
.bot1 .news{
    position: absolute;
    top: 230px;
}
.bot1 .news>li{
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.bot1 .news>li .date{
    font-size: 14px;
    color: #888;
}
.bot2{
    width: 350px; height: 355px;
    padding-top: 45px;
    background: url(../img/inquiry_bg.jpeg) no-repeat;
}

.bot2 h3{
    margin-top: 100px;
    font-size: 23px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.bot2 h3::before{
    content:'';
    width: 53px;height: 49px;
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    background: url(../img/inquiry_tit_bg.png) no-repeat;
}
.bot2 h3::after{
    content:'';
    width: 30px; height: 3px;
    background-color: #c40f39;
    position: absolute;
    bottom: -20px; left: 50%;
    transform: translateX(-50%);
}
.bot2 p{
    margin-top: 40px;
    text-align: center;
}
.bot2 .btnInquiry>a{
    margin: 30px auto 0;
    text-align: center;
    border: 2px solid #c40f39;
    width: 170px; line-height: 40px;
    color: #c40f39;
    box-sizing: border-box;
    transition: all 1s ease;
    cursor: pointer;
}
.bot2 .btnInquiry:hover a{
    background: #c40f39;
    color: #fff;
}
.bot3{
    width: 348px;
    height: 355px;
    background: url(../img/shop_bg.png) no-repeat;
}
.m-fam{
    width: 100%;
    height: 170px;
}
.m-fam ul{
    margin: 0 auto;
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
}
.m-fam ul li a{
    border: 1px solid #ddd;
    padding: 1px;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
.m-fam ul li:hover a{
    border: 1px solid #c40f39;
    box-shadow: 1px 1px 0 #c40f39 inset, -1px -1px 0 #c40f39 inset;
    box-sizing: border-box;
}
/* footer */
footer{
    width: 100%;
    background: #111;
    display: flex;
    flex-flow:column;
}
footer .footer_up{
    margin: 0 auto;
    width: 1400px;
    padding-top: 25px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
}
footer .footer_up>h2{
    margin-top: 30px;
}
footer .footer_up>.company{
    display: flex;
    justify-content: space-between;
}

footer .footer_up>.company>li>a{
    color:#fff;
    font-size: 14px;
    line-height: 90px;
    opacity: 60%;
    position: relative;
    padding: 0 10px;
}
footer .footer_up>.company>li>a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #282828;
    left: 0; top: 50%;
    transform: translateY(-50%);
}
footer .footer_up>.company>.fofir>a::before{
    display: none;
}
footer .footer_down{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 25px auto;
    padding-bottom: 40px;
}
footer .info{
    margin-right: 55px;
}
footer .info>h3{
    color:#fff;
    font-size: 14px;
    margin-bottom: 11px;
}
footer .info>ul>li{
    color: #fff;
    opacity: 60%;
    font-size: 14px;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-bottom:10px;
}
footer .info>ul>.address{
    padding-left:0;
}
footer .info>ul>li::before{
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    opacity: 60%;
    position: absolute;
    top: 50%; left:0;
    margin-top:-6px;
}
footer .info>ul>.address::before{
    display: none;
}
footer .info>p{
    color: #fff;
    clear:left;
    font-size: 14px;
    opacity: 60%;
}
footer .customer{
    margin-right: 335px;
}
footer .customer>h3{
    color:#fff;
    font-size: 15px;
    margin-bottom:12px;
}
footer .customer>p{
    color:#fff;
    font-size:20px;
    opacity:70%;
}
footer .family{
    position: relative;
    float:right;
}
footer .family .btn_fam{
    color:#6f726b;
    text-align: left;
    display: block;
    font-size: 14px;
    border:1px solid #6f726b;
    width: 245px;
    height: 35px;
    line-height: 35px;
    padding-left:14px;
    background: url("../img/family_arr.png") no-repeat 220px;
    box-sizing: border-box;
    cursor: pointer;
}
footer .family .f_d2{
    display: none;
    position: absolute;
    bottom: 60px; left: 0;
    width: 245px;
    background: #fff;
    z-index: 99;
    padding: 12px 0 0 14px;
    box-sizing: border-box;
    background: #111;
    border: 1px solid #6f726b;
    border-bottom: none;
}
footer .family>.f_d2>li{
    padding-bottom: 12px;
}
footer .family>.f_d2>li>a{
    line-height: 22px;
    font-size: 14px;
    color: #979797;
}