/***main css ***/
.layout {
    max-width: 1500px;
    margin: 0 auto;
}



/* 타이틀 */
.list_tit {
    position: relative;
    font-size: 34px;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    margin-bottom: 60px;
    text-align: center;
}
.list_tit h3{
    font-family: 'noto-b';
}
/* 메인배너 */
.plus_btn{
    border:2px solid #fff;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
}
.plus_btn:before{
	content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    -webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
    transition-duration:.3s;
	background-color: #008ac3;
	
}
.plus_btn:hover,
.plus_btn:focus{
	color:#fff;
	border:1px solid #008ac3;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
    transition-duration:.3s;
}
.plus_btn:hover a{color:#fff!important;}
.plus_btn:hover:before{width:100%;}

/* FEATURED  */
.main_slide_wrap{
	padding:10px;
}
.main_slide div {
    list-style: none;
    position: relative;
    width: 100%;
    margin-right: 12px;
}
.main_slide div:last-child {
    margin-right: 0;
}

.main_slide img {
    width: 100%;
    height: 280px;
}
.main_slide .info_wrap {
    text-align: center;
    padding: 20px 0 0;
}

.main_slide .info_wrap p {
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'noto-m';
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_slide .info_wrap .txt01 {
    font-family: 'noto-m';
    font-size: 16px;
    color: #333;
}

.main_slide .slick-prev {
    height: 46px;
    width: 25px;
    position: absolute;
    top: 60%;
    left: -70px;
    display: block!important;
    font-size: unset;
    background: url(/images/main/arrow-prev.png) no-repeat;
    background-size: auto;
    opacity: 0.8;
}

.main_slide .slick-next {
    height: 46px;
    width: 25px;
    position: absolute;
    top: 60%;
    right: -70px;
    display: block!important;
    font-size: unset;
    background: url(/images/main/arrow-next.png) no-repeat;
    background-size: auto;
    opacity: 0.8;
}

.main_slide .slick-prev,
.main_slide .slick-next {
    transition: all 0.3s;
}
/* 카테고리 */
.view_product {
    position: relative;
    transition: 0.2s ease;
    height: 398px;
    overflow: hidden;
    cursor: pointer;
}
.view_product_text {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
    padding-left: 37px;
    transition: 0.2s ease;
}
.view_product_img {
    height: 100%;
}
.view_product_img img {
    height: 100%;
    transition: 0.5s linear;
}
.view_product:hover .view_product_text {
    bottom: 0%;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.43);
    transition: 0.2s ease;
    cursor: pointer;
}
.view_product:hover .view_product_text {
    bottom: 0%;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.43);
    transition: 0.2s ease;
    cursor: pointer;
}
.view_product_text span {
    font-size: 30px;
    font-family: 'noto-m';
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 8px;
    display: block;
    line-height: 44px;
}
p.view-more {
    text-align: left;
    font-size: 17px;
    font-family: 'noto-light';
    letter-spacing: 1px;
    color: #fff;
    display: block;
    margin-bottom: 33px;
    margin-top: 11px;
    margin-left: 3px;
    outline: none;
}
.view_product_text a,.view_product_text a:focus {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    margin-bottom: 41px;
    margin-top: 11px;
    margin-left: 3px;
    outline:none;
}
/* reservation */
.reservation {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 90px 0;
    background: url(/images/main/bg_background.png) fixed center no-repeat
}

.reservation .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
    font-size: 16px;
    color: #777;
    text-align: center;
    background-color: rgba(255, 255, 255, .9)
}

.reservation .inner h3 {
    margin-bottom: 18px;
    font-size: 30px;
    font-family: 'noto-b';
    line-height: 1.2;
    color: #222;
    letter-spacing: 0;
    text-transform: uppercase;
}

.reservation .inner a {
    border: 1px solid #333;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    font-size: 15px;
    line-height: 50px;
    color: #121212;
    padding: 0 72px 0 20px;
    background: url(/images/main/arrow_right_bk.png);
    background-position: calc( 100% - 20px ) 50%;
    background-repeat: no-repeat;
    background-size: 39px;
}
.reservation .inner a:hover{
    background-color:#008ac3;
    background-image:url(/images/main/arrow_right_wh2.png);
    border-color:#008ac3;
    color:#fff;
    transition: 0.3s;
}
/*상품소개*/
.main_product_wrap{}
    .main_product_wrap p{
        line-height:1.2;
    }
    .main_product_list{
        border:1px solid #008ac3;
        width:1280px;
        
        
        height:500px;
    }
    .tit_line{
        width:1px;
        height:105px;
        background:#ddd;
        top:-127px;
    }
    .tit_line span{
        width:8px;
        height:8px;
        border-radius:50%;
        background:#ddd;
    }
    .first_prd{
        width:500px;
        height:500px;
        border-right:1px solid #008ac3;
    }
    .bestBtn{
        width:50px;
        height:50px;
        line-height:50px;
        text-align:center;
        background-color:#008ac3;
        font-size:16px;
        color:#fff;
        font-weight:bold;
    }
    .prd_txt{left:520px;}
    .prd_txt h4{font-size:24px;}
    .prd_txt p{font-size:16px;}
    .prd_txt span{
        font-size:24px;
        font-weight:bold;
        color:#008ac3;
    }
    .main_product_list li>img{width:100%;}
    .second_prd, .third_prd{
        width:249.5px;
        height:249.5px;
        border-left:1px solid #008ac3;
    }
    .second_prd{
        border-bottom:1px solid #008ac3;
    }
    .third_prd{
        border-top:1px solid #008ac3;
        border-right:1px solid #008ac3;
        right:249.5px;
    }
    .first_prd, .second_prd, .third_prd, .prd_moreBtn{cursor:pointer;}
    
    
    /*게시판*/
    .main_info_wrap{
        font-size:14px;
    }
    .main_info{
        width:calc(30% - 10px);
        height:200px;
        margin-right:30px;
        border-right:1px solid #777;
        padding:0 10px;
    }
    .main_info:last-child{
        margin-right:0;
        border:0;
    }
    .main_info h5{
        font-size:20px;
        margin-bottom:20px;
    }
    .main_info p{margin-bottom:15px;}
    .main_info dt{
        float:left;
        width:20%;
    }
    .main_info dd{
        float:left;
    }
    .main_info span{
        font-size:30px;
        font-weight:bold;
        color:#008ac3;
    }
    .main_info li::after{
        content:"";
        display:block;
        width:90%;
        height:1px;
        background:#777;
        margin:30px auto;
    }
    .main_info li:last-child::after{display:none;}
    .event_banner{
        width:330px;
        height:147px;
        line-height:147px;
        text-align:center;
        background-color:#f9f9f9;
        display:inline-block;
    }
    
    
    
    
    
    /**러브초이스**/
    /* 메인타이틀 */
    .main_title{
        text-align:center;
    }
    .main_title h3{
        color:#008ac3;
        font-size:18px;
    }
    .main_title h2.head_title{
        color:#333;
        font-size:50px;
        margin-top:10px;
    }
    .main_title p{
        font-size:16px;
        color:#888;
        letter-spacing:-0.03em;
        padding-top:5px;
        font-family:'noto-r';
    }
    .moreBtn{
        width:200px;
        padding:10px 0;
        text-align:center;
        border:1px solid #fff;
        cursor:pointer;
        color:#fff;
        font-size:18px;
    }
    
    /* 중간배너 */
    .intro_banner{
        width:100%;
        height:440px;
    }
    .intro_banner_inner{
        background:url(/images/main/main02.png) no-repeat;
        background-color:#000;
        background-attachment:fixed;
        background-size:cover;
        width:100%;
        height:100%;
    }
    .intro_banner .text_area{
        color:#fff;
        text-align:center;
    }
    .intro_banner .text_area h5{
        font-size: 38px;
        font-family: 'noto-b';
    }
    .intro_banner .text_area span{
        font-size: 16px;
        line-height:22px;
        font-family: 'noto-r';
        letter-spacing:-0.03em;
        margin: 25px 0;
        display: block;
    }
    .intro_banner .text_area .morebox{
        display: inline-block;
        background: #a40d0e;
        width: 200px;
        height: 50px;
        border-radius: 5px;
        cursor:pointer;
    }
    .intro_banner .text_area .morebox a{
        font-size:16px;
        line-height: 50px;
        display:block;
    }
    .intro_banner .text_area .morebox:hover a{
        color:inherit;
    }
    .intro_banner .text_area .morebox img{
        vertical-align: -1px;
        height:12px;
        transition: .3s ease;
        -webkit-transition: .3s ease;
        transform: translateX(0);
    }
    .intro_banner .text_area .morebox:hover img{
        transform: translateX(10px);
    }
    
    
    /* 상품리스트 */
    .section1{
        background:#fbfbfb;
    }
    .specific_button{
        width:255px;
        height:58px;
        margin:35px auto 0;
        border-radius:5px;
        background:#fff;
        border:1px solid #e8e8e8;
    }
    .specific_button a{
        display:block;
        text-align:center;
        font-size:16px;
        font-family:'noto-m';
        line-height:58px;
    }
    .main_section {
        width:100%;
        height:auto;
        padding-top:80px;
        padding-bottom:80px;
        box-sizing:border-box;
    }
    .main_section h2 {
        position: relative;
        text-align: center;
        margin-bottom:12px;
        font-size:27px;
        color:#484848;
    }
    .main_new_item{
        position: relative;
        float: left;
        width: 25%;
        height: 331px;
        padding-right: 15px;
        margin-bottom:20px;
        box-sizing: border-box;
    }
    .main_new_item:nth-child(4n){
        padding-right: 0;
    }
    .main_new_item.best_seller{
        height:388px;
    }
    .main_new_item  a{
        height:100%;
        display:block;
        background: #fff;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
    }
    .main_new_figure {
        position:relative;
        height:250px;
        border:1px solid #e8e8e8;
        background:#fbfbfb;
        border-radius:5px;
        overflow:hidden;
    }
    .main_new_figure img {
        width: 100%;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
    
    /****/
    .main_new_item_content {
        padding: 18px 0;
        text-align: center;
    }
    .main_new_item_name {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        color: #111;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
        white-space: normal;
        text-align: center;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1; /*줄수를 설정하는 곳*/
        -webkit-box-orient: vertical;
    }
    .main_item_price{
        padding-top: 5px;
        font-size: 17px;
    }
    .main_item_price .item_price span i {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        position: relative;
        top: 0px;
        left:2px;
    }
    /* 세일표시 */
    .ico_sale_txt2 {
        font-size: 16px;
        color: #ff2906;
        margin-top:5px;
        font-weight:bold;
    }
    .origin_price{
        color:#808080;
        font-size:14px;
        text-decoration: line-through;
        text-align: center;
        margin-top: 5px;
    }
    
    /** 하단 게시판 컨텐츠 **/
    .board_contents{
        float:left;
        width:33.33%;
        height: 324px;
        padding:0 5px;
        box-sizing: border-box;
    }
    .board_contents .board_inner{
        width:100%;
        height:100%;
        background:#fff;
        border:1px solid #e8e8e8;
        padding:28px 16px 6px;
        box-sizing: border-box;
        position:relative;
    }
    .board_contents .board_inner h5{
        font-size: 22px;
        font-family: 'noto-b';
        margin-bottom: 42px;
    }
    .board_contents .board_inner .morecircle{
        position: absolute;
        top: 20px;
        right: 16px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #e8e8e8;
        background:#fff;
    }
    .board_contents .board_inner .morecircle a{
        display:block;
    }
    .board_contents .board_inner .morecircle img{
        transition: 0.5s;
        margin: auto;
        padding: 9px;
        transition:0.5s
    }
    .board_contents .board_inner .morecircle img:hover{
        transform: rotate(180deg);
    }
    .board_list{
        position:relative;
    }
    .board_list li{
        margin-bottom:10px;
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 0;
    }
    .board_list li:last-child{
        border-bottom:0;
    }
    .board_list li .board_title{
        float:left;
        width:75%;
        font-size:15px;
        line-height: 16px;
        margin-top: -2px;
        font-family: 'noto-r';
        text-align: left;
    }
    .board_list li .board_date{
        float:right;
        width:25%;
        font-size:13px;
        color:#aaa;
        text-align: right;
    }
    .board_list li .board_date.answer_com{
        box-sizing: border-box;
        font-size: 11px;
        letter-spacing: -0.05em;
        padding: 5px;
        text-align:center;
        border-radius:3px;
        margin-top:-6px;
    }
    .board_list li .board_date.answer_before{
        color:#a40d0e;
        border: 1px solid #a40d0e;
    }
    .board_list li .board_date.answer_fin{
        color:#fff;
        background: #a40d0e;
    }
    .board_list li.empty{
        font-size: 15px;
        text-align:center;
    }
    
    /** 당신을 위한 이유있는 추천 **/
    .main_goods_item {
        position:relative;
        float:left;
        width:200px;
        margin-right:10px;
    }
    .main_goods_item:nth-last-child(1) {
        margin-right:0!important;
    }
    .black_screen2 {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:260px;
        background:rgba(0,0,0,0.3);
        opacity:0;
    }
    .main_goods_item:hover .black_screen2{
        opacity:1;
        transition:all 0.5s;
    }
    .main_goods_figure {
        width:100%;
        height:260px;
        background:#eee;
        border:1px solid #ccc;
        box-sizing:border-box;
        overflow:hidden;
    }
    .main_goods_figure img {
        min-width:100%;
        max-height:260px;
    }
    .main_goods_item_content {
        padding:10px 0;
    }
    /*.main_goods_item_name {
    display: inline-block;
    width: 100%;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
    color:#333;
    margin-bottom:8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }*/
    .main_goods_item_name{
        width: 100%;
        font-size: 15px;
        /* font-weight: bold; */
        line-height: 20px;
        color: #333;
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: 'noto-b';
        letter-spacing: -0.046em;
    }
    .main_goods_item_contry {
        
        /*height:20px;*/
    }
    .main_goods_item_contry img {
        float: left;
        width: 35px;
        height: 20px;
    }
    .main_goods_item_price {
        font-size: 17px;
        line-height: 13px;
        font-family:'noto-b';
        letter-spacing:-0.03em;
        color: #686868;
        margin-top: 10px;
        
    }
    .main_goods_item_ratingscore {
        display:inline-block;
        font-size:12px;
        line-height:12px;
        padding-right:5px;
        border-right:1px solid #ccc;
        color:#03b13e;
    }
    p.main_good_item_tx {
        padding-top: 7px;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        overflow: hidden;
        vertical-align: top;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-family:'noto-r';
        letter-spacing:-0.05em;
        color:#373737
    }
    .main_goods_item_review {
        display:inline-block;
        font-size:12px;
        line-height:12px;
        color:#626161;
        padding-left:5px;
    }
    
    /* 이벤트 배너 */
    .main_event_list {
        width:100%;
        overflow:hidden;
    }
    .main_event_list:after {
        content:"";
        display:block;
        clear:both;
    }
    .main_event_list li {
        float: left;
        width: 33%;
        height: 106px;
        margin-bottom: 5px;
        margin-right: 0.5%;
        overflow: hidden;
    }
    .main_event_list li:nth-child(3n) {
        margin-right:0;
    }
    .main_event_list li img {
        width: 100%;
    }
    
    /** 추천제품 **/
    .main_loves_list:after{
        content:"";
        display:block;
        clear:both;
    }
    .main_loves_item {
        position: relative;
        float: left;
        width: 200px;
        margin-right: 10px;
        /*height:290px;*/
    }
    .main_loves_figure {
        width: 100%;
        height: 200px;
        background: #eee;
        border: 1px solid #ccc;
        box-sizing: border-box;
        overflow: hidden;
    }
    .main_loves_figure img {
        width:100%;
    }
    .black_screen3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: rgba(0,0,0,0.3);
        opacity: 0;
    }
    .main_loves_item:hover .black_screen3{
        opacity:1;
        transition:all 0.5s;
    }
    .main_loves_item_content {
        padding: 10px 0;
    }
    .main_loves_item_name {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        color:#333;
        margin-bottom:8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
        -webkit-box-orient: vertical;
    }
    .main_love_item_contry {
        float:left;
        width:103px;
        height:20px;
    }
    .main_love_item_contry img {
        float:left;
        width:35px;
        height:20px;
    }
    .sub_origin_cf:after{
        content:"";
        display:block;
        clear:both;
    }
    .sub_origin{
        height:20px;
        line-height:20px;
        font-size:14px;
        margin-left:3px;
        letter-spacing:-0.04em;
    }
    .sub_origin.col {
        font-size: 15px;
        color: #a4a4a4;
        margin-left:0;
        text-decoration: line-through;
        padding-top: 8px;
    }
    .main_loves_item_price {
        float:right;
        font-size: 13px;
        line-height: 13px;
        font-weight:bold;
        color: #686868;
        margin-top: 5px;
    }
    p.main_new_item_tx {
        color:#808080;
        padding-top: 6px;
        padding-bottom:20px;
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        overflow:hidden;
        vertical-align:top;
        text-overflow: ellipsis;
        word-break:break-all;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    
    /** 기획전 영역 **/
    .main_plan_part1 {
        float:left;
        width:66%;
        height:340px;
        margin-right:1%;
        margin-bottom:1%;
        overflow:hidden;
    }
    .main_plan_part2 {
        float:right;
        width:33%;
        height:340px;
        margin-bottom:1%;
        overflow:hidden;
    }
    .main_plan_part3 {
        float:left;
        width:32.5%;
        height:340px;
        margin-right:1%;
        overflow:hidden;
    }
    .main_plan_part1 img,
    .main_plan_part2 img,
    .main_plan_part3 img {
        width:100%;
    }
    .main_plan_both {
        clear:both;
    }
    .main_plan_item img:hover {
        transform:scale(1.05);
        transition:all 1s;
        cursor: pointer;
    }
    
    
    /** 부위,브랜드 tip 영역 **/
    .main_goods_banner {
        width:100%;
    }
    .main_goods_banner_item {
        float:left;
        width:49.5%;
        overflow:hidden;
        margin-right:1%;
    }
    .main_goods_banner_item:nth-last-child(1) {
        margin-right:0;
    }
    .main_goods_slide {
        width:100%;
    }
    .main_goods_slide img {
        width:100%;
    }
    
    
    /** 현금전용결제, 소량구매전용 영역 **/
    .main_goods_bn_list {
        width:100%;
    }
    .main_goods_bn_list:after {
        content:"";
        display:block;
        clear:both;
    }
    .main_goods_bn_list li {
        float:left;
        width:520px;
        height:225px;
        margin-right:10px;
        box-sizing:border-box;
        overflow:hidden;
    }
    .main_goods_bn_list li:nth-child(2n) {
        margin-right:0;
    }
    .main_goods_cash_only {
        background-image:url(/images/banner/main_goods_cash_only_back.jpg);
    }
    .main_goods_small_quantity {
        background-image:url(/images/banner/main_goods_small_quantity_back.jpg);
    }
    
    /** 온라인몰에서 쇼핑하기,배송서비스,가격조정안,매장에서 쇼핑하기 영역 **/
    
    /*기존 css
    .main_event_item {
    float:left;
    width:24.25%;
    height:180px;
    margin-right:1%;
    border:1px solid #d6d6d6;
    background:#ffffff;
    box-sizing:border-box;
    text-align:center;
}
.main_event_item:nth-last-child(1) {
margin-right:0;
}
.main_event_figure {
margin:30px 0;
}
.main_event_name {
font-size:18px;
font-weight:bold;
line-height:18px;
color:#333333;
}
*/

/*수정되는 css*/
.main_event_item01 {
    float:left;
    width:49%;
    height:180px;
    margin-right:1%;
    border:1px solid #d6d6d6;
    background:#ffffff;
    box-sizing:border-box;
    padding:30px;
}
.main_event_item02 {
    float:left;
    width:24.5%;
    height:180px;
    margin-right:1%;
    border:1px solid #d6d6d6;
    background:#ffffff;
    box-sizing:border-box;
    text-align:center;
}
.main_event_item02:nth-last-child(1) {
    margin-right:0;
}
.sns_openmarket:after {
    content:"";
    display:block;
    clear:both;
}
.main_event_figure01 {
    float:left;
    margin-right: 10px;
}
.main_event_content_01 {
    float:left;
}
.main_event_name01 {
    font-size:18px;
    font-weight:bold;
    line-height:18px;
    color:#333333;
    margin-top: 20px;
}
.sns_openmarket {
    float:right;
    width:240px;
}
.sns_openmarket_list {
    width:100%;
}
.sns_openmarket_list:after {
    content:"":
    display:block;
    clear:both;
}
.sns_openmarket_list li {
    float:left;
    width:50px;
    height:50px;
    margin:5px 12px;
}
.sns_openmarket_list li:nth-last-child(1) {
    margin-right:0;
}
.sns_openmarket_list li img {
    width:100%;
}
.main_event_figure {
    margin:30px 0;
}
.main_event_name {
    font-size:18px;
    font-weight:bold;
    line-height:18px;
    color:#333333;
}


/** 대량구매를 위한 박스포장 **/
.main_packaging_item {
    position:relative;
    float:left;
    width:202px;
    margin-right:10px;
    margin-bottom:35px;
    overflow:hidden;
}
.main_packaging_item:nth-child(5n) {
    margin-right:0;
}

.black_screen4 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:202px;
    background:rgba(0,0,0,0.3);
    opacity:0;
}
.main_packaging_item:hover .black_screen4 {
    opacity:1;
    transition:all 0.5s;
}

.main_packagin_figure {
    width:202px;
    height:202px;
    border:1px solid #ccc;
    box-sizing:border-box;
    overflow: hidden;
}
.main_packagin_figure img{
    width:100%;
}
.main_packagin_item_name {
    display: inline-block;
    width: 100%;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
    color:#333;
    margin:10px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
    -webkit-box-orient: vertical;
}
.main_packagin_item_contry {
    float:left;
    height:20px
}
.main_packagin_item_contry img {
    height:20px;
}
.main_packagin_item_price {
    float:right;
    font-size:13px;
    font-weight:bold;
    line-height:13px;
    color:#686868;
    margin-top:5px;
}


/** 인스타 영역 **/
.insta {
    width:100%;
    height:393px;
    box-sizing:border-box;
    margin-bottom: 100px;
}
.tyf_insta_account {
    font-size:26px;
    line-height:26px;
    font-weight:bold;
    color:#484848;
    letter-spacing:-1px;
    margin-bottom:10px;
}
.insta_slick {
    width:100%;
}
.insta_slick li {
    position:relative;
    float:left;
    width:165px;
    height:165px;
    overflow:hidden;
    margin-right:12px;
    margin-bottom:12px;
}
.insta_slick li:nth-child(6n){
    margin-right:0;
}
.insta_slick li img {
    width:100%;
}
.insta_white_screen {
    position:absolute;
    top:0;
    left:0;
    width:165px;
    height:165px;
    background:rgba(255,255,255,0.3);
    opacity:0;
}
.insta_slick li:hover .insta_white_screen{
    opacity:1;
    transition:all 0.5s;
}


/* ---------------------------------------------------------------------------------- */

/*메인배너*/

.cardnews02{
    margin-top: 160px;
}

.side_text_sec{
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.2;
    color: orangered;
}
.photo_warp .side_text_sec{
    color: #fff;
}

.left_warp h3{
    font-size: 16px;
    font-weight: 700;
    color: #0B879C;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;

}
.left_warp p{
    font-size: 20px;
    margin: 20px 0;
}
.left_warp button{
    width: 20%;
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.right_warp{
    width: 100%;
}
.right_warp img{
    width: 200px;
}


/*문구*/

.tit_ca .brain_c{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    border: 3px solid #0B879C;
    /* width: 190px; */
    padding: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 280px;
}



/*반응형*/






/** 슬릭슬라이드 **/

/* 메인배너 영역 */
.slick-prev:before,
.slick-next:before {
    content: '' !important;
}
.slick-prev, .slick-next{
    margin-top:-75px !important;
}
#main_slide .slick-prev {
    width: 21px;
    height: 39px;
    left:22.5%;
    z-index:1;
    background-image:url(/images/icon/main_slick_arrow_left.png);
    background-repeat: no-repeat;
    background-size: cover;
    top:40%;
    margin-top: -10px !important;
}
#main_slide .slick-next {
    width: 21px;
    height: 39px;
    right:22.5%;
    background-image:url(/images/icon/main_slick_arrow_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    top:40%;
    margin-top: -10px !important;
}
#main_slide .slick-prev:before,
#main_slide .slick-next:before {
    color:unset;
    
}

/*부위별,브랜드 tip영역*/
#main_goods_slide .slick-prev,
#main_goods_slide2 .slick-prev {
    width: 27px;
    height: 40px;
    left: 0px;
    z-index: 1;
    background-image: url(/images/icon/tip_slick_arrow_left.png);
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-color: rgba(0,0,0,00.5);
    background-position: center;
}

#main_goods_slide .slick-next,
#main_goods_slide2 .slick-next {
    width: 27px;
    height: 40px;
    right: 12px;
    z-index: 1;
    background-image: url(/images/icon/tip_slick_arrow_right.png);
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-color: rgba(0,0,0,00.5);
    background-position: center;
    
}
#main_goods_slide .slick-prev:before,
#main_goods_slide .slick-next:before,
#main_goods_slide2 .slick-prev:before,
#main_goods_slide2 .slick-next:before {
    color:unset;
}

/** 메인-퀵배너 위치 **/
#main_slide_warp{
    width:100%;
    background:#f4f4f4;
}
#main_slide_warp_in{
    margin:auto;
}
#main_slide {
    margin:0;
    padding-bottom:77px;
    width:656px;
    height:410px;
}

#content_wrap {
    position: relative;
}

/* --------------------------------------------------------------------------------------------- */

/*메인배너*/

.cardnews02{
    margin-top: 160px;
}

/*section01*/

.section01{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    box-sizing: border-box;
}

.left_warp, .photo_warp{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}
.photo_warp{
    box-sizing: border-box;
}



.side_text_sec{
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.2;
    color: orangered;
}
.photo_warp .side_text_sec{
    color: #fff;
}

.left_warp h3{
    font-size: 16px;
    font-weight: 700;
    color: #0B879C;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;

}


.left_warp button{
    width: 20%;
    height: 52px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.right_warp{
    width: 100%;
}
.right_warp img{
    width: 200px;
}


/*문구*/

.tit_ca .brain_c{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    border: 3px solid #0B879C;
    /* width: 190px; */
    padding: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 280px;
}

/*갤러리*/


.cardnews03{

}
.news03 {
    height: 400px;
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
}

.cardbox03{
    /*border: 1px solid #ccc;*/
    background-image: url("/images/subbanner04.jpg");
    border-radius: 20px;
    /*background-color: silver;*/
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: cover;
}



.cont_tit {
    text-align: center;
    margin-bottom: 50px;
}
.cont_tit h2 {
    font-size: 60px;
    font-weight: 700;
    padding-top: 150px;
    margin-bottom: 8px;
    color: #F4B50B;
    position: relative;
}

.cont_tit span {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.8;
    color: #fff;
}

.cont_tit .line {
    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 60px;
    background: #F4B50B;
    transform: rotate(90deg);
}



/*section*/
.item{
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 600px;
}
.sec_left,
.sec_left_r,
.sec_right {
    display: flex;
    width: 100%;
    height: 600px;
    /*overflow: hidden;*/
}

.sec_left{
    height: 300px;
}
.sec_leftAll{
    width: 50%;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}


.sec_rightAll{
    width: 50%;
}

.sec_leftAll li,
.sec_rightAll li{
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.sec_left_rBox{
    height: 300px;
    width: 100%;
}
.sec_leftAll li .txt ,
.sec_left_r .sec_left_rBox .txt,
.sec_rightAll li .txt{
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.sec_leftAll li .txt::after,
.sec_rightAll li .txt::after,
.sec_left_r .sec_left_rBox .txt::after{
    content: '';
    position: absolute;
    left: 59%;
    /* bottom: -18px; */
    width: 28px;
    height: 95%;
    background: url(/images/main/ico_arrow2.png) no-repeat;
    background-size: contain;
    background-size: 21px;
    /* z-index: 10; */
    top: 76%;

}


.sec_leftAll li .txt:last-child::after,
.sec_rightAll li .txt:last-child::after,
.sec_left_r .sec_left_rBox .txt:last-child:after
{

    content: '';
    position: absolute;
    left: 59%;
    /* bottom: -18px; */
    width: 28px;
    height: 95%;
    background: url(/images/main/ico_arrow2.png) no-repeat;
    background-size: contain;
    background-size: 21px;
    /* z-index: 10; */
    filter: invert(104%) sepia(11%) saturate(497%) hue-rotate(135deg) brightness(328%) contrast(102%);
    top: 76%;

}


/* 배너 */
.sec_left a,
.sec_left_r a,
.sec_right a {
    display: block;
    width: 100%; height: 100%;
    overflow: hidden; /* 자손이 현재 요소보다 클때 안보이게 처리 */
    position: relative; /* absolute의 기본기준은 body로 처리 - 현재 요소로 기준변경 */
}

.sec_left img,
.sec_left_r img,
.sec_right img
{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.sec_left figure,
.sec_left_r figure,
.sec_right figure
{
    width: 100%; height: 100%;
}

.sec_left figcaption,
.sec_left_r figcaption,
.sec_right figcaption

{
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);

    position: absolute; /* 이미지와 겹치게 처리 */
    top: 0; left: 0;

    color: #fff; text-align: center;
    line-height: 50px;

    opacity: 0; /* 처음엔 안보이고 */

    transition: 0.3s;
}

.sec_left a:hover figcaption, .sec_left a:focus figcaption,
.sec_left_r a:hover figcaption, .sec_left_r a:focus figcaption,
.sec_right a:hover figcaption, .sec_right a:focus figcaption
{
    /* 마우스를 올리면.movie 보이게 처리 */
    opacity: 1;
}
.subBan img{
    position: relative;
}
.subBan img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}




.community {
    background: #f8f8f8;
    position: relative;
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

/*교육영상*/
.sec_warp {
    width: 100%;
    text-align: center;
}

h3 {
    font-size: 17px;
    font-weight: 700;
    color: #44469D;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.item {
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 600px;
}

.sec_leftAll {
    width: 50%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sec_rightAll {
    width: 50%;
}

.sec_left, .sec_left_r, .sec_right {
    display: flex;
    width: 100%;
    height: 600px;
    /* overflow: hidden; */
}

.sec_left {
    height: 300px;
}

.sec_leftAll li, .sec_rightAll li {
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}


.sec_left a, .sec_left_r a, .sec_right a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.sec_left figure, .sec_left_r figure, .sec_right figure {
    width: 100%;
    height: 100%;
}


.subBan img {
    position: relative;
    object-fit: cover;
    height: 100%;
}


.subBan img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.sec_leftAll li .txt, .sec_left_r .sec_left_rBox .txt, .sec_rightAll li .txt {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 50px;
}


.sec_leftAll li .txt::after, .sec_rightAll li .txt::after, .sec_left_r .sec_left_rBox .txt::after {
    content: '';
    position: absolute;
    left: 59%;
    /* bottom: -18px; */
    width: 28px;
    height: 95%;
    background: url(/images/main/ico_arrow2.png) no-repeat;
    background-size: contain;
    background-size: 21px;
    /* z-index: 10; */
    top: 76%;
}

.sec_left, .sec_left_r, .sec_right {
    display: flex;
    width: 100%;
    /*height: 600px;*/
    /* overflow: hidden; */
}

.sec_left_rBox {
    height: 300px;
    width: 100%;
}

.sec_rightBox_box{
    flex-direction: column;
    display: flex;
}
.sec_rightBox_box div{
    width: 100%;
    height: 300px;
}
.motion{
    background-image: url("/images/bg.png");
}


/*교육영상*/

/* 클래스목록 */

.course_lists ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.course_lists li{
    width: 30%;
    margin-right: 2%;
}
.course_lists li:nth-child(3n){
    margin-right: 0;

}

.list_box{
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;

}
.movie{
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.movieWarp,
.movieWarp_r{
    text-align: center;
}



.list_box_right{
    width: 100%;
}

.course_list:last-child{
    padding-bottom: 14vh;
}
/*수강동영상*/
.videobox{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    /* background-image: url("/images/edubox.jpg"); */
    /* background-size: cover; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    box-shadow: rgb(218 219 220) 0.4px 0.4px 0px -0.4px, rgb(218 219 220) 0px 0px 0px 0.4px inset;
}

.videobox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgbox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-color: rgb(249, 249, 249);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0px;
    overflow: hidden;
    border-radius: 100%;
    background-image: url("/images/user.PNG");

}




.videoboxs {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.videobox {
    position: relative;
    overflow: hidden;
    z-index: 0;

}
.profile {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.profile > div:first-of-type {
    display: block;
    flex: 0 1 auto;
    width: 32px;
    padding: 4px 0px 0px;
    margin: 0px 12px 0px 0px;
}

.profile > div:last-of-type {
    overflow: hidden;
    flex: 0 1 auto;
}

.imgboxs {
    width: 32px;
    height: 32px;
    border: 0;
    background: #fff;
}

.enQcOa {
    position: relative;
    flex: 0 0 auto;
    min-width: 32px;
    width: 32px;
    min-height: 32px;
    height: 32px;
    margin: 0px auto;
    border-radius: 100%;
    box-shadow: rgb(218 219 220) 0.4px 0.4px 0px -0.4px, rgb(218 219 220) 0px 0px 0px 0.4px inset;
    font-size: 0px;
}
.score span ~ span::before {
    display: inline-block;
    content: "";
    width: 1px;
    margin: 0px 4px;
    height: 12px;
    background: rgb(182, 183, 184);
}

.name {
    overflow: hidden;
    flex: 0 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tits{
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06em;
    font-size: 15px;
}
.classname{
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.06em;
    font-size: 15px;
}

/* 소개 */
.sectionbg {
    background-color: #fff;
    /* background: url(/images/subbg.png); */
    width: 100%;
    height: 100%;
object-fit: cover;
}
.sogaetit{
    text-align: center;
    letter-spacing: -0.06em;

}
.sogaemap{
    padding: 58px 20px;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
}