@charset "utf-8";
body{
    font-family: 'Noto Sans KR', sans-serif;
}

header{
    width: 100%;
    height: 141px;
    background: #fff;
    /* border-bottom: 1px solid #888; */
    border-top: 4px solid #ff6a00;
    box-sizing: border-box;
    position:absolute;
    left: 0; top: 0;
    z-index: 100;
}
/* -------------h_top------------ */
header .h_top{
    width: 100%;
    height: 45px;
    background: #f4f4f6;
}
header .h_top .ht_inner{
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .h_top .ht_inner p{
    color: #9e9e9e;
    font-size: 14px;
    letter-spacing: -1.3px;
}
header .h_top .ht_inner p strong{
    color: #333;
    font-weight: 500;
}
header .h_top .ht_inner .ht_util{
    display: flex;
    align-items: center;
}

header .h_top .ht_inner .ht_util .ht_sns{
    display: flex;
    margin-right: 30px;
}
header .h_top .ht_inner .ht_util .ht_sns li>a{
    padding: 0 9px;
}
header .h_top .ht_inner .ht_util .ht_btn{
    display: flex;
    align-items: center;
}
header .h_top .ht_inner .ht_util .ht_btn>li{
    margin-left: 5px;
}
header .h_top .ht_inner .ht_util .ht_btn>li:first-child{
    margin-left: 0;
}

header .h_top .ht_inner .ht_util .ht_btn>li:last-child{
    position:relative;
}
/*
header .h_top .ht_inner .ht_util .ht_btn li:last-child::after{
    content:"";
    position:absolute;
    top: 50%; right: 4px;
    width: 7px; height: 5px;
    margin-top: -2px;
    background: url("../img/ico_lang_down.gif") no-repeat;
} */
header .h_top .ht_inner .ht_util .ht_btn>li>a{
    display: block;
    border: 1px solid #dedede;
    color: #666;
    background: #fff;
    font-size: 13px;
    padding: 5px 10px 4px;
    border-radius: 3px;
}
header .h_top .ht_inner .ht_util .ht_btn>li:first-child>a{
    border: none;
    background: none;
    padding: 0;
}
header .h_top .ht_inner .ht_util .ht_btn>li:last-child button{
    background: none;
    display: block;
    width: 58px;
    font-size: 12px;
    padding: 4px 17px 4px 10px;
    border-radius: 3px;
    background: url(../img/ico_lang_down.gif) no-repeat 40px center;
    cursor: pointer;
    border: 1px solid #dedede;
    color: #666;
}
.ht_btn li .lang{
    position: absolute;
    top: 0; left: 0;
    background: #fff;
    z-index: 55;
}
.ht_btn li>.lang>li>a{
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: center;
    width: 55px;
    border: 1px solid #d9d9d9;
}
.ht_btn li>.lang>li:hover>a{
    background: #d9d9d9;
}
/* ---------h_bottom--------- */
header .h_bottom{
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #e6e6e6
}
header .h_bottom .hb_inner{
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .h_bottom .hb_inner h1 a img{
    width: 155px;
    /* margin-right: 30px; */
}
header .h_bottom .hb_inner .gnb{
    display: flex;
    justify-content: space-between;
}
header .h_bottom .hb_inner .gnb>li{
    padding: 0 48px;
    box-sizing: border-box;
    position: relative;
    /* border: 1px solid red; */
}
header .h_bottom .hb_inner .gnb>li>a{
    display: inline-block;
    font-size: 17px;
    color: #111;
    font-weight: 500;
    margin-top: 25px;
    padding: 20px 0 27px;
    border-bottom: 4px solid rgba(0,0,0,0);
    box-sizing: border-box;
    /* border: 1px solid red; */
}
header .h_bottom .hb_inner .gnb>li:hover>a{
    border-bottom: 4px solid #ff6a00;
}

/* -----2단메뉴------ */

header .h_bottom .hb_inner .gnb>li>.depth2{
    position:absolute;
    left: 50%; top: 93px;
    text-align: center;
    transform: translateX(-50%);
    width: 101%;
    height: 345px;
    padding-top: 15px;
    display: none;
    box-sizing: border-box;
}
header .h_bottom .hb_inner .gnb>li>.depth2>li{
    line-height: 40px;
}
header .h_bottom .hb_inner .gnb>li>.depth2>li>a{
    font-size: 15px;
    color: #666;
    letter-spacing: -1px;
}
header .h_bottom .hb_inner .gnb>li>.depth2>li:hover>a{
    color: #000;
}

/* 네비게이션바 */
main .nav_wrap{
    position: absolute;
    top: 70%; 
    left: 50%;
    transform: translateY(-50%);
    margin-left: 570px;
    width: 141px;
    height: 261px;
    background: url("../img/quick_bg.png") no-repeat;
    padding-top: 115px;
    box-sizing: border-box;
    z-index: 999;
}
main .nav_wrap .arrow a{
    display: block;
    width: 94px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/quick_arrow.png") no-repeat center;
}
main .nav_wrap .arrow a .hidden{
    position:absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
main .nav_wrap .nav{
    text-align: center;
}

main .nav_wrap .nav li a{
    display: block;
    font-size: 13px;
    height: 29px;
    color: #333;
    font-weight: 400;
    position: relative;
    line-height: 25px;
    margin: 0 auto;
}
main .nav_wrap .nav li a:hover{
    color: #fff;
    background: url("../img/quick_hover.png") no-repeat center;
}


/* -----------main------------ */
main{
    width: 100%;
    padding-top: 141px;
}
main .visual{
    width: 100%;
    min-width: 1140px;
}
main .visual a{
    display: block;
    height: 573px;
}
main .visual .v1 a{
    background:#cffb7f url("../img/20210521164348728413.jpg") no-repeat center;
}
main .visual .v2 a{
    background:#ffcc93 url("../img/20211014095034665060.jpg") no-repeat center;
}
main .visual .v3 a{
    background:#fcab7b url("../img/20190618144917232036.jpg") no-repeat center;
}
main .visual .v4 a{
    background:#be96b1 url("../img/20211007151009422046.jpg") no-repeat center;
}
main .visual .v5 a{
    background:#a8b8ed url("../img/20211007151048228047.jpg") no-repeat center;
}
main .visual .v6 a{
    background:#c1f06f url("../img/20190503144600076049.jpg") no-repeat center;
}
/* 좌우버튼 커스터마이징 */
.visual .slick-arrow{
    width: 78px;
    height: 78px;
    position: absolute;
    z-index: 5;
    text-indent: -99999px;
    border:none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.visual .slick-prev{
    background: url(../img/btn_slide_prev.png) no-repeat center;
    left: 50%;
    margin-left: -650px;
}
.visual .slick-next{
    background: url(../img/btn_slide_next.png) no-repeat center;
    right: 50%;
    margin-right: -650px;
}

/* 페이지버튼 커스터마이징 */
.visual .slick-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
}
.visual .slick-dots>li{
    float: left;
    margin-left: 5px;
}
.visual .slick-dots>li:first-child{
    margin-left: 0;
}
.visual .slick-dots>li>button{
    border: none;
    width: 12px;
    height: 12px;
    text-indent: -99999px;
    background: url(../img/ico_slide_control.png) no-repeat;
    cursor: pointer;
}

/* 활성화된 페이지버튼 커스터마이징 */
.visual .slick-dots .slick-active>button{
    width: 26px;
    height: 12px;
    background: url(../img/ico_slide_control2_on.png) no-repeat;

}

main .section1{
    width: 100%;
    height: 945px;
    background: url(../img/bg_product_tab01.jpg) no-repeat center top;
}
main .section1 .se1_inner{
    width: 1140px;
    margin: 0 auto;
    position: relative;
}
main .section1 .se1_inner{
    text-align: center;
    padding-top: 75px;
}
main .section1 .se1_inner>h2{
    color: #222;
    font-size: 46px;
    font-weight: 500;
}
main .section1 .se1_inner>p{
    margin-top: 20px;
    color: #666;
    font-size: 22px;
    font-weight: 300;
}
main .section1 .se1_inner>h3{
    margin-top: 50px;
    color: #222;
    font-size: 32px;
    line-height: 38px;
}
/* -----------tabSlide button----------------- */
main .section1 .se1_inner .food{
    width: 365px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
}
main .section1 .se1_inner .food li{
    width: 80px;
}
main .section1 .se1_inner .food li span{
    font-size: 13px;
    color: #666;
    padding-right: 7.5px;
}
.section1 .se1_inner .food li a{
    border: none;
    margin-top: 15px; 
    display: block;
    text-indent: -99999px;
    height: 80px; width: 80px;
}
main .section1 .se1_inner .food li:first-child a{
    background: url("../img/product_tab1.png") top center;
}
main .section1 .se1_inner .food li:nth-child(2) a{
    background: url("../img/product_tab2.png") top center;
}
main .section1 .se1_inner .food li:nth-child(3) a{
    background: url("../img/product_tab3.png") top center;
}
main .section1 .se1_inner .food li:last-child a{
    background: url("../img/product_tab4.png") top center;
}
main .section1 .se1_inner .food li.on a{
    background-position: bottom center;
}
/* -----------------mini슬라이드----------------- */
.miniwrap{
    position: absolute;
    left: 0; top: 0;
    width: 230px;
    height: 255px;
    background: url(../img/minislide/product_new_bg.png) no-repeat;
}
.miniwrap .slick-slider{
    margin: 85px 30px 0;
    position: relative;
}
.newSlide img{
    width: 170px;
}
.miniwrap .slick-dots{
    position: absolute;
    top: -50px;right: -20px;
    display: flex;
}

.miniwrap .slick-dots>li{
    margin: 0 2px;
}
.miniwrap .slick-dots>li>button{
    text-indent: -99999px;
    cursor: pointer;
    width: 12px; height: 12px;
    border: none;
    background: url(../img/ico_slide_control.png) no-repeat;
}
.miniwrap .slick-dots>li.slick-active>button{
    background: url(../img/ico_slide_control_on.png)no-repeat;
}
/* -----------------tab슬라이드----------------- */
.tab_slide{
    width: 1600px;
    position: absolute;
    left: 50%; 
    top: 570px;
    transform: translateX(-50%);
}
.slideList div{
    margin: 0 8px;
}

.slideList div img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.slideList p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.slideList h4{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.tab_slide .slick-dots{
    display:flex;
    justify-content: center;
    margin: 15px;
}
.tab_slide .slick-dots>li{
    margin: 0 3px;
}
.tab_slide .slick-dots>li>button{
    text-indent: -99999px;
    width: 12px;
    height: 12px;
    border: none;
    background: url(../img/ico_slide_control.png) no-repeat;
}
.tab_slide .slick-dots>li.slick-active>button{
    width: 26px;
    background: url(../img/ico_slide_control2_on.png) no-repeat;
}
.tab_slide .cover-left, .tab_slide .cover-right{
    position: absolute;
    top: 0;
    z-index: 50;
    width: 220px;
    height: 250px;
    background: #ffffff88;
}
.tab_slide .cover-left{
    left:0;
}
.tab_slide .cover-right{
    right:0;
}
/* ----------section2--------------- */
main .section2{
    width: 100%;
    background: #feebd1;
}
main .section2 .se2_inner{
    width: 1140px;
    height: 1070px;
    margin: 0 auto;
}
main .section2 .se2_inner .txt2{
    text-align: center;
}
main .section2 .se2_inner .txt2 h2{
    color: #222;
    font-size: 46px;
    font-weight: 500;
    padding-top: 73px;
}
main .section2 .se2_inner .txt2 p{
    color: #222;
    font-size:22px;
    font-weight: 300;
    margin-top: 20px;
}
main .section2 .se2_inner .txt2 .main_sns{
    margin-top: 45px;
}
main .section2 .se2_inner .txt2 .main_sns a{
    margin: 0 8px;
}
main .section2 .se2_inner .s2_box{
    margin-top: 50px;
    width: 1140px;
    height: 660px;
    display: flex;
    justify-content: space-between;
}

main .section2 .se2_inner .s2_box>div>div{
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}
main .section2 .se2_inner .s2_box div h3{
    color: #fff;
    font-size: 22px;
    margin-bottom: 24px;
}

main .section2 .se2_inner .s2_box .box3 .box3_2 h3{
    color: #333;
}

main .section2 .se2_inner .s2_box div p{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
main .section2 .se2_inner .s2_box .box3 .box3_2 p{
    color: #747474;
}
main .section2 .se2_inner .s2_box .box3 .box3_2 em{
    color: #a0a0a0;
    font-size: 10px;
    display: block;
    margin-top: 46px;
}
main .section2 .se2_inner .s2_box div span a{
    margin-top: 32px;
    display: inline-block;
    padding: 8px 20px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
}
main .section2 .se2_inner .s2_box .box1{
    width: 313px;
    height: 100%;
    padding: 20px 30px;
    background: #fff;
    box-sizing: border-box;
}
main .section2 .se2_inner .s2_box .box1 iframe{
    width: 253px;
    height: 623px;
}
main .section2 .se2_inner .s2_box .box2{
    width: 474px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .section2 .se2_inner .s2_box .box2 .box2_1{
    width: 100%;
    height: 430px;
    background: url("../img/vod_bg.png") no-repeat center;
}
main .section2 .se2_inner .s2_box .box2 .box2_2{
    width: 100%;
    height: 212px;
    background: #91c749 url("../img/bg_comm_tab04.png") no-repeat 308px 38px;
}
main .section2 .se2_inner .s2_box .box3{
    width: 313px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .section2 .se2_inner .s2_box .box3 .box3_1{
    height: 215px;
    background: #6fc8e9 url("../img/bg_comm_tab_new.png") no-repeat 215px 128px;
}
main .section2 .se2_inner .s2_box .box3 .box3_2{
    height: 195px;
    background: #fff;
    position: relative;
}
main .section2 .se2_inner .s2_box .box3 .box3_2 a{
    position:absolute;
    top: 34px;
    right: 25px;
}

main .section2 .se2_inner .s2_box .box3 .box3_3{
    height: 210px;
    background: #c38ef2 url("../img/bg_comm_tab07.png") no-repeat 220px 134px;
}


/* --------footer--------- */
footer{
    height: 190px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    background: #fafafa;
    padding-top: 42px;
}
footer .f_inner{
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .f_inner .f_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .f_inner .f_left .f_txt{
    margin-left: 50px;
}

footer .f_inner .f_left .company{
    display: flex;
}
footer .f_inner .f_left .company li{
    padding: 0 12px;
    position: relative;
}
footer .f_inner .f_left .company li:first-child{
    padding-left: 0;
}
footer .f_inner .f_left .company li::after{
    content: "";
    width: 1px;
    height: 11px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
footer .f_inner .f_left .company li:last-child::after{
    display: none;
}
footer .f_inner .f_left .company li a{
    font-size: 13px;
    color: #666;
}
footer .f_inner .f_left .f_txt address{
    margin-top: 28px;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    letter-spacing: -1px;
}
footer .f_inner .f_left .f_txt address span{
    display:block;
    color: #bbb;
    margin-top: 10px;
}

footer .f_inner .f_right{
    display: flex;
    
}
footer .f_inner .f_right .fr_sns{
    display: flex;
}
footer .f_inner .f_right .fr_sns li{
    margin: 8px 15px 0;
}

footer .f_inner .f_right .riright{
    margin-left:38px;
    position: relative;
}
footer .f_inner .f_right .riright .family button{
    display: block;
    width: 242px; height: 40px;
    border: 1px solid #c8c8c8;
    color: #666;
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
    background: #fff url("../img/ico_sel_arr.gif") no-repeat 220px center;
    position: relative;
    cursor: pointer;
}
footer .f_inner .f_right .riright .family>.fs_d2{
    position: absolute;
    top: 38px;left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #c8c8c8;
    display:none;
}
footer .f_inner .f_right .riright .family>.fs_d2>li{
    border-bottom: 1px solid #c8c8c8;
}
footer .f_inner .f_right .riright .family>.fs_d2>li:last-child{
    border-bottom: none;
}
footer .f_inner .f_right .riright .family>.fs_d2>li>a{
    color: #666;
    font-size: 13px;
    display: block;
    width: 240px;
    padding: 15px 20px;
    box-sizing: border-box;
}

footer .f_inner .f_right .riright img{
    margin-top: 5px;
}