@import url(../../../css/mobile/kr/mobile01.css); /*이대리님*/
@import url(../../../css/mobile/kr/mobile02.css); /*이주임님*/
@import url(../../../css/mobile/kr/mobile03.css); /*양지은님*/


/*MAIN Layer_POPUP*/
.main_layer_popup { display: none; position: fixed; left:0px; top:0px; z-index:10000; width:100%; height: 100%; background-color: rgba(0,0,0,0.70); }
.main_layer_popup .close_bg {position: absolute; left:0px; top:0px; width: 100%; height: 100%; content: ""; z-index: 0;}
.main_layer_popup.layer_active { display:block;}
.main_layer_popup .layer_con { position: relative; overflow: hidden; left: 50%; top: 50%; width:90%; transform: translate(-50%, -50%);  background-color:#FFF; z-index: 1; }

.main_layer_slider {position: relative; width: 100%; height:107vw;}
.main_layer_slider .swiper-slide { width: 100%; height: 100%; background-color:#F4F4F4; background-image:url("../../../image/common/logo.svg"); background-position:center center; background-repeat:no-repeat; background-size: 50%;}
.main_layer_slider .swiper-slide>a { display: block; width: 100%; height: 100%;}
.main_layer_slider .swiper-slide img { width: 100%;}

.main_layer_slider .slider_control { position: absolute; right: 10px; top: 10px; width: 50px; height: 30px; display: flex; align-items: center; justify-content:center; font-size: 14px; line-height: 20px; letter-spacing: 3px; color: #FFF; z-index: 10; background-color: rgba(0,0,0,0.70); padding-left: 3px; }

.main_layer_popup .layer_con .close_btn { width:100%; overflow: hidden; }
.main_layer_popup .layer_con .close_btn a { float: left; width:40%; height:50px; text-align:center; color:#222; background-color: #F4F4F4; font-size:15px; line-height:50px; }
.main_layer_popup .layer_con .close_btn a:first-child { width:60%;  border-right: 1px solid #DDD; }
.main_layer_popup .layer_con .close_btn a:hover { color:#F7306F; background-color:#EEE; }

/*PAD MAIN Layer_POPUP*/
@media only screen and (min-width:768px) {
	.main_layer_slider { height: 501px;}
    .main_layer_popup .layer_con { width: 420px; height: 551px;}
}

/* FRONT MAIN POPUP (일반팝업) */
.main_normal_popup .close_btn { padding: 10px;}

/*SHOPPING MAIN BANNER*/
.shopping_main_banner_wrap { position: relative; max-width: 100%; min-width: 320px; margin-bottom: 40px;}
.shopping_main_banner_wrap .shopping_main_slider { position: relative; width: 100%; height: 100%; }
.shopping_main_banner_wrap .shopping_main_slider .swiper-slide { width: 100%; height: 100%;}
.shopping_main_banner_wrap .shopping_main_slider .swiper-slide>a { display: block; width: 100%; height: 100%;}

.shopping_main_banner_wrap .slider_control {  display: flex; justify-content: left; align-items: center; position: absolute; bottom: 20px; left: 15px; height: 40px; z-index: 10; cursor: auto;}

.shopping_main_banner_wrap .slider_control div.counting_num { margin-right: 10px;} 
.shopping_main_banner_wrap .slider_control .counting_num { display: flex; align-items: center; position: static; width: auto; color: #fff; font-size: 16px; font-weight: 400; }
.shopping_main_banner_wrap .slider_control .counting_num span { font-size: 16px; }
.shopping_main_banner_wrap .slider_control .counting_bar { width: 120px; height: 2px; position: relative; display: flex; align-items: center; overflow: hidden; background-color: rgba(255, 255, 255, 0.3); margin-right: 20px; }
.shopping_main_banner_wrap .slider_control .counting_bar span { background: none; border-radius: 0; height: 2px; transform-origin: left; display: block; position: absolute; left: 0px; top: 0px; width: 100%; } 
.shopping_main_banner_wrap .slider_control .counting_bar.on span { background-color: #F7306F; animation: 5000ms linear ani_time; opacity: 1 !important;}

.shopping_main_banner_wrap .swiper-button-next ,.shopping_main_banner_wrap .swiper-button-prev { display: inline-block; position: relative; width:20px; height: 30px; background-image:url("../../../image/common/controls_main.png"); background-repeat:no-repeat; background-size:60px 60px; margin-top: 0px; top: auto; left: auto; right: auto;}
.shopping_main_banner_wrap .swiper-button-prev {background-position: -5px 0px;}
.shopping_main_banner_wrap .swiper-button-next {background-position: -35px 0px; }
.shopping_main_banner_wrap .swiper-button-prev:hover {background-position: -5px -30px;}
.shopping_main_banner_wrap .swiper-button-next:hover {background-position: -35px -30px; }
.shopping_main_banner_wrap .slider_control .stop_btn { display: inline-block; width: 20px; height: 30px; vertical-align: top; }
.shopping_main_banner_wrap .slider_control .stop_btn i { display:inline-block; width:20px; height:30px; background-image:url("../../../image/common/icon_stop.png"); background-repeat: no-repeat; background-size:60px 60px; overflow:hidden; text-indent:-9999px; vertical-align:middle; }
.shopping_main_banner_wrap .slider_control .stop_btn.play { display: none;}
.shopping_main_banner_wrap .slider_control .stop_btn.pause i { background-position: -5px 0px;}
.shopping_main_banner_wrap .slider_control .stop_btn.play i { background-position: -35px -0px;}
.shopping_main_banner_wrap .slider_control .stop_btn.pause:hover i { background-position: -5px -30px;}
.shopping_main_banner_wrap .slider_control .stop_btn.play:hover i { background-position: -35px -30px;}

/*PRODUCT MAIN BANNER*/
.product_banner_wrap { width: 100%; min-width: 320px; overflow: hidden; margin-bottom: 60px; }
.product_banner_wrap .banner_con { position: relative; width: 100%; padding: 0px 15px; margin: 0 auto; padding-bottom: 20px;}
.product_banner_wrap .title_box { margin-bottom: 30px; }

.banner_con .title_box h2 { font-size: 60px; line-height: 60px; color: #222; font-weight: 600; margin-bottom: 10px; }
.banner_con .title_box p { font-size: 15px; line-height: 30px; color: #666; margin-bottom: 20px; }
.banner_con .title_box .btn { width: 150px; }

.product_banner_wrap .swiper-pagination { left: 15px; bottom: 0px; width: calc( 100% - 15px) ; height: 4px; background-color: #CCC; }
.product_banner_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: #222;}
.product_banner_wrap .swiper-button-next { left: auto; right: 15px; top: 60px; width: 65px; height: 130px; background-image:url("../../../image/common/controls_main01.png"); background-repeat: no-repeat; background-size:130px 130px; background-position: 0px 0px; }

.product_banner_wrap .swiper-container { max-width: 1024px; width: calc(100% + 15px);}
.product_banner_wrap .swiper-wrapper.product_list { flex-wrap: nowrap; }
.product_banner_wrap .swiper-wrapper.product_list li { width: 200px; margin-right: 10px; margin-bottom: 0px;}

@media only screen and (min-width:656px) {
	.product_banner_wrap .swiper-wrapper.product_list li { width: calc(33.3% - 10px ); margin-right: 10px;}
}

/*NEW PRODUCT BANNER*/
.new_product_banner_wrap { width: 100%; min-width: 320px; overflow: hidden; margin-bottom: 50px; }
.new_product_banner_wrap .banner_con { position: relative; width: 100%; margin: 0 auto;}
.new_product_banner_wrap .banner_con .new_product_con { position: relative;}
.new_product_banner_wrap .banner_con .title_box { position: absolute; left: 15px; top: 0px}

.new_product_banner_wrap .new_product_banner_img { position: relative; display: block; width: 100%; height: 72vw; max-height: 750px; overflow: hidden; margin-bottom: 30px;}
.new_product_banner_wrap .product_list { padding: 0px 15px;}
.new_product_banner_wrap .product_list li:first-child { margin-left: 50%;}
.new_product_banner_wrap .product_list li { margin-bottom: 10px;}

/*BRAND BANNER*/
.brand_banner_wrap { width: 100%; min-width: 320px; overflow: hidden; margin-bottom: 60px; }
.brand_banner_wrap .title_box { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 10; padding: 0px 15px;}
.brand_banner_wrap .title_box h2 { font-size:40px; line-height: 50px; font-weight: 700;}

.brand_banner_wrap .banner_con { position: relative; width: 100%; min-height: 320px; margin: 0 auto; padding-top: 75px; }
.brand_banner_wrap .brand_slider .swiper-slide { background-color: #FFF;}

.brand_banner_wrap .brand_slider .swiper-slide .brand_box h2, .brand_banner_wrap .brand_slider .swiper-slide .brand_box h3, .brand_banner_wrap .brand_slider .swiper-slide .brand_box p { opacity: 0; transition:all 0.6s  ease-in-out; -webkit-transition:all 0.6s ease-in-out; transform:translateY(30px); -webkit-transform:translateY(30px); word-break: keep-all; }
.brand_banner_wrap .brand_slider .swiper-slide .brand_box .btn { opacity: 0; transition:all 0.6s  ease-in-out; -webkit-transition:all 0.6s ease-in-out; }

.brand_banner_wrap .brand_slider .swiper-slide .brand_box { padding: 0px 15px 0px;}
.brand_banner_wrap .brand_slider .swiper-slide .brand_box h2 { font-size: 18px; line-height: 20px; color: #F7306F; margin-bottom: 10px; }
.brand_banner_wrap .brand_slider .swiper-slide .brand_box h3 { font-size: 50px; line-height: 50px; color: #222; margin-bottom: 10px; font-weight: 600; transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.brand_banner_wrap .brand_slider .swiper-slide .brand_box p { font-size: 15px; line-height: 24px; color: #666; margin-bottom: 20px;  transition-delay:0.6s; -webkit-transition-delay:0.6s;}
.brand_banner_wrap .brand_slider .swiper-slide .brand_box .btn { width: 150px; transition-delay:0.9s; -webkit-transition-delay:0.9s;}
.brand_banner_wrap .brand_slider .swiper-slide img { opacity: 0; transition:all 0.6s  ease-in-out; -webkit-transition:all 0.6s ease-in-out; margin-bottom: 30px;}

.brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active { z-index: 1;}
.brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active .brand_box h2, .brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active .brand_box h3, .brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active .brand_box p, .brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active .brand_box .btn { opacity: 1; transform:translateY(0px); -webkit-transform:translateY(0px);}
.brand_banner_wrap .brand_slider .swiper-slide.swiper-slide-active img { opacity: 1; }

.brand_banner_wrap .brand_slider .slider_control { position: absolute; left: 180px; top: 48px; display: flex; align-items: center; justify-content:center; font-size: 16px; line-height: 20px; letter-spacing: 3px; color: #222; z-index: 10; }
.brand_banner_wrap .brand_slider .slider_control span { font-weight: 700; }

/*MEMBER BANNER*/
.member_banner_wrap { width: 100%; min-width: 320px; height: 340px; overflow: hidden; margin-bottom: 60px; background-image:url("../../../image/front/kr/img_shopping_main03.jpg"); background-repeat: no-repeat; background-size: auto 340px; background-position: center center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.member_banner_wrap .banner_con { position: relative; width: 100%; text-align: center; padding: 0px 10%; }
.member_banner_wrap .banner_con .title_box h3, .member_banner_wrap .banner_con .title_box h2, .member_banner_wrap .banner_con .title_box p { color: #FFF; word-break: keep-all;}
.member_banner_wrap .banner_con .title_box h3 { font-size:20px; line-height: 30px; }
.member_banner_wrap .banner_con .title_box h2 { font-size:40px; line-height: 40px; margin-bottom: 20px;}
.member_banner_wrap .banner_con .title_box p { font-size:16px; line-height: 26px; margin-bottom: 0px;}

/*NEWS BANNER*/
.news_banner_wrap { width: 100%; min-width: 320px; overflow: hidden; margin-bottom: 60px;}
.news_banner_wrap .title_box { position: relative; width: 100%; margin-bottom: 30px;}
.news_banner_wrap .banner_con { position: relative; width: 100%; padding: 0px 15px; }

.news_slider { width: calc(100% + 15px)}
.news_banner_wrap .img_list_board.news>li { position: relative; width:230px; margin-right: 10px; margin-bottom: 0px;}
.news_banner_wrap .img_list_board.news>li>.img_box { height: auto; min-height: 170px; }
.news_banner_wrap .img_list_board.news>li .text_box p.data { font-size: 14px;}
.news_banner_wrap .img_list_board.news>li .text_box h2 { font-size: 17px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.news_banner_wrap .swiper-button-next { left: auto; right: 15px; top: 60px; width: 65px; height: 130px; background-image:url("../../../image/common/controls_main01.png"); background-repeat: no-repeat; background-size:130px 130px; background-position: 0px 0px; }

@media only screen and (min-width:740px) {
	.news_banner_wrap .img_list_board.news>li { width: calc(33.3% - 9px ); }
}




/*TREE VIEW*/
.sub_content.tree_view_full .content_box { padding: 0px;}
.tree_view_con .svg-chart-container { height: 100%; background-color: #F4F4F4;}
.btn-set.tree_view_btn { padding: 10px;}
.tree_view_checkbox { width: 100%; border: 1px solid #DDD; padding: 10px 10px 5px 10px;}
.tree_view_checkbox input[type="checkbox"].check_box + label { margin-right: 10px; margin-bottom: 5px;}
.tree_view_checkbox input[type="checkbox"].check_box + label:last-child { margin-right: 0px;}

/*계보도 박스컨텐츠*/
.tree_view_con .chart-container { width: 100%; height: 100%;}
.tree_view_con .chart-container .box { background-color:#FFF; border:1px solid #999; display:inline-block; margin:0px 5px; font-size:12px; line-height:15px; text-align:left; color:#222; }
.tree_view_con .chart-container .box>div { margin:0px; padding:10px;}
.tree_view_con .chart-container .box>div:first-child {cursor:pointer; }
.tree_view_con .chart-container .box>div:last-child { position: relative;}
.tree_view_con .chart-container .box>div:last-child p {width: 95%; font-size: 11px; height: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tree_view_con .chart-container .box>div>span { display:inline-block; text-align:center; padding:2px 4px 2px 4px; border-radius:0; color:#FFF; margin-right:5px; border-radius: 0px;}
.tree_view_con .chart-container .box>div>span.left { background-color:#222;}
.tree_view_con .chart-container .box>div>span.right { background-color:#666;}
.tree_view_con .chart-container .box>div>span.level { background-color:#333; margin-top:5px; color:#FFF;}
.tree_view_con .chart-container .box>div b { font-weight: 500; color: #F7306F; margin-right: 4px;}
.tree_view_con .chart-container .box .name_btn { background-color:#F4F4F4; color:#222; text-align:center; cursor:pointer; border-top:1px solid #BBB; border-bottom:1px solid #BBB; padding:0px; font-size:12px; line-height:30px;}
.tree_view_con .chart-container .box .name_btn:hover { background-color:#F7306F; color:#FFF; border-color:#F7306F; }
.tree_view_con .chart-container path { stroke: #666;}
.tree_view_con .chart-container .node-button-div>div { font-size: 12px !important; border-radius: 0px !important; color: #666 !important; padding: 2px 5px !important; border: 1px solid #666 !important; background-color: #FFF !important;}

/*계보도 탈퇴회원*/
.tree_view_con .chart-container .box.false {background-color:#F4F4F4; color:#AAA;}
.tree_view_con .chart-container .box.false>div>span { background-color:#AAA; }
.tree_view_con .chart-container .box.false>div>span.lavel { background-color:#AAA; margin-top:5px; color:#FFF; }
.tree_view_con .chart-container .box.false .name_btn { background-color:#F4F4F4; color:#AAA; text-align:center; cursor:pointer; border-color:#BBB;}
.tree_view_con .chart-container .box.false .name_btn:hover { background-color:#F4F4F4; }
.tree_view_con .chart-container .box.false b { color: #aaa;}

/*계보도 유지*/
.tree_view_con .chart-container .box.active { border-color:#F7306F; }
.tree_view_con .chart-container .box.default { border-color:#666; }
.tree_view_con .chart-container .box.active>div>span { background-color:#F7306F;}
.tree_view_con .chart-container .box.default>div>span { background-color:#666;}
.tree_view_con .chart-container .box.default .name_btn:hover { background-color:#666; color:#FFF; border-color:#666; }

/*계보도 없음*/
.tree_view_con .chart-container .box_none { background-color:#F4F4F4; border:1px solid #999; display:inline-block; font-size:18px; text-align:center; color:#888; line-height:180px; margin:0px 5px; border-radius:0; border-radius: 10px;}

/*계보도 오토십*/
.tree_view_con .chart-container .box>div>span.auto { position: absolute; right: 8px; top: 10px; width: 16px; height: 16px; background-color:#F7306F; font-size: 11px; line-height: 13px; text-align: center; margin-right:0px; border-radius: 0px;}

/* TREE LINE (계층도) */
.tree_line_con { position:relative; width:100%; height:400px; padding:10px; background-color:#F4F4F4; overflow: scroll; text-align:left; border: 1px solid #DDD;}
.tree_line_con img { width: auto;}
.tree_line_con .dtree {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #666; white-space: nowrap; }
.tree_line_con .dtree .dTreeNode { display: flex; justify-content: left; align-items: center; }
.tree_line_con .dtree .dTreeNode.title { width:250px; font-size:15px; color:#FFF; line-height:40px; margin-bottom:10px; background-color:#222; justify-content: center; }
.tree_line_con .dtree .dTreeNode a.node, .tree_line_con .dtree .dTreeNode a.nodeSel { display: flex; align-items: center; border: 2px solid #666; margin-bottom: 10px; }
.tree_line_con .dtree a.node>span, .tree_line_con .dtree a.nodeSel>span { display: block; text-align: center; padding: 5px 10px; border-right: 1px solid #666; font-size: 12px; line-height: 18px; }
.tree_line_con .dtree a.node>span:first-child, .tree_line_con .dtree a.nodeSel>span:first-child { font-size: 12px; color: #FFF; line-height: 36px; background-color: #666; border-right: 1px solid #999; }
.tree_line_con .dtree a.node>span:nth-child(2), .tree_line_con .dtree a.nodeSel>span:nth-child(2) { font-size: 12px; color: #FFF; line-height: 18px; background-color: #666; border-right: 0px;}
.tree_line_con .dtree a.node>span:last-child, .tree_line_con .dtree a.nodeSel>span:last-child { border-right: 0px}
.tree_line_con .dtree a.node>span>b, .tree_line_con .dtree a.nodeSel>span>b { display: block; font-size: 11px; color: #666;}
.tree_line_con .dtree a.node>span:nth-child(2)>b, .tree_line_con .dtree a.nodeSel>span:nth-child(2)>b { color: #FFF;}

.tree_line_con .dtree .clip {overflow: visible;}
.tree_line_con .dtree .active a.node, .tree_line_con .dtree .active a.nodeSel { border-color: #F7306F;}
.tree_line_con .dtree .active a.node>span:first-child, .tree_line_con .dtree .active a.nodeSel>span:first-child { background-color: #F7306F; border-right: 1px solid #ff81a9;}
.tree_line_con .dtree .active a.node>span:nth-child(2), .tree_line_con .dtree .active a.nodeSel>span:nth-child(2) { background-color: #F7306F; }
