@import url(../../../css/front/kr/front01.css); /*이대리님*/
@import url(../../../css/front/kr/front02.css); /*이주임님*/
@import url(../../../css/front/kr/front03.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:520px; height:670px; transform: translate(-50%, -50%);  background-color:#F4F4F4; border-radius: 0px; z-index: 1; }

.main_layer_slider {position: relative; width: 520px; height:620px;}
.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: 250px;}
.main_layer_slider .swiper-slide>a { display: block; width: 100%; height: 100%;}
.main_layer_slider.swiper-container-horizontal > .swiper-pagination-progressbar, .main_layer_slider.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite  { height: 2px; top: auto; bottom: 0px; }
.main_layer_slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color:#F7306F; }

.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: #FFF; 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; }

/* FRONT MAIN POPUP (일반팝업) */
.main_normal_popup .close_btn { padding: 10px;}

/* SALES SEARCH POPUP (회원확인 팝업) */
.sales_search_popup>div>ul {width: 100%; margin-bottom: 40px; }
.sales_search_popup>.sales_search_box> ul {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding-top: 17px; padding-bottom: 17px; overflow: hidden; }
.sales_search_popup>.sales_search_box>ul>li {width: 100%; display: flex; }
.sales_search_popup>.sales_search_box>ul>li:first-child { margin-bottom: 10px;}
.sales_search_popup>.sales_search_box>ul>li h3 {width: 25%; font-size: 16px;  line-height: 50px; color: #999; font-weight: 500; }
.sales_search_popup>.sales_search_box>ul>li .inp-txt {width: 75%; }
.sales_search_popup>.sales_search_box>h2 { padding: 0px 0 20px; font-size: 16px; font-weight: 500; line-height: 30px; }
.sales_search_popup .sales_search_view {padding-top: 20px; }
.sales_search_popup .sales_search_view img { display: block; width: 60px; margin: 0 auto 15px; }
.sales_search_popup .sales_search_view img.img_title { width: 140px; height: auto;}
.sales_search_popup .sales_search_view>p {width: 100%; text-align: center; font-size: 18px; color: #666; line-height: 25px; margin-bottom: 40px; border-bottom: 1px solid #ddd; padding-bottom: 30px; }
.sales_search_popup .sales_search_view>p>span.font_blue {font-weight: 500; }

/* 평균후원수당공지 팝업 */
.seif_notice h2 { padding: 20px 0 20px; font-size: 18px; font-weight: 500; line-height: 30px; }


/*SHOPPING MAIN BANNER*/
.shopping_main_banner_wrap { position: relative; max-width: 100%; min-width: 1420px; height: 1080px; margin-bottom: 150px;}
.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%; background-position: center top; background-repeat: no-repeat; }
.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: 80px; left: 50%; transform: translateX(-50%); width: 1420px; height: 40px; z-index: 1; cursor: auto;}

.shopping_main_banner_wrap .slider_control div.counting_num { width: 280px; margin-right: 10px;} 
.shopping_main_banner_wrap .slider_control .counting_num { display: flex; align-items: center; position: static; width: auto; color: #fff; font-size: 18px; font-weight: 400; }
.shopping_main_banner_wrap .slider_control .counting_num span { font-size: 18px; }
.shopping_main_banner_wrap .slider_control .counting_bar { width: 200px; 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: 1420px; overflow: hidden; margin-bottom: 150px; }
.product_banner_wrap .banner_con { position: relative; width: 1420px; margin: 0 auto; padding-left: 360px; padding-bottom: 60px;}
.product_banner_wrap .title_box { position: absolute; left: 0px; top: 0px;}

.banner_con .title_box h2 { font-size: 120px; line-height: 120px; color: #222; font-weight: 600; margin-bottom: 20px; }
.banner_con .title_box p { font-size: 26px; line-height: 30px; color: #666; margin-bottom: 40px; }
.banner_con .title_box .btn { width: 160px; }

.product_banner_wrap .swiper-pagination { left: calc(50% - 350px); bottom: 0px; width: calc(100% - 360px); max-width:1630px; 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: 200px; right: auto; width: 100px; height: 200px; background-image:url("../../../image/common/controls_main01.png"); background-repeat: no-repeat; background-size:200px 200px; background-position: 0px 0px; }

.product_banner_wrap .swiper-container { width: 1780px;}
.product_banner_wrap .swiper-wrapper.product_list { flex-wrap: nowrap; }
.product_banner_wrap .swiper-wrapper.product_list li { margin-bottom: 0px;}

/*NEW PRODUCT BANNER*/
.new_product_banner_wrap { width: 100%; min-width: 1420px; overflow: hidden; margin-bottom: 150px; }
.new_product_banner_wrap .banner_con { position: relative; width: 1420px; min-height: 1008px; margin: 0 auto; padding-left: 720px; padding-bottom: 60px;}
.new_product_banner_wrap .banner_con .title_box { position: absolute; left: 720px; top: 0px;}
.new_product_banner_wrap .new_product_banner_img { position: absolute; left: -260px; top: 0px;}
.new_product_banner_wrap .product_list li:first-child { margin-left: 360px;}
.new_product_banner_wrap .product_list li { margin-bottom: 20px;}

/*BRAND BANNER*/
.brand_banner_wrap { width: 100%; min-width: 1420px; overflow: hidden; margin-bottom: 150px; }
.brand_banner_wrap .title_box { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 10;}
.brand_banner_wrap .banner_con { position: relative; width: 1420px; min-height: 1100px; margin: 0 auto; padding-top: 210px; }
.brand_banner_wrap .brand_slider .swiper-slide { display: flex; justify-content: space-between; align-items: flex-end; background-color: #FFF;}

.brand_banner_wrap .brand_slider .swiper-slide .brand_box { padding-right: 60px; padding-bottom: 40px;}
.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); }
.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 h2 { font-size: 24px; line-height: 40px; color: #F7306F; margin-bottom: 10px; }
.brand_banner_wrap .brand_slider .swiper-slide .brand_box h3 { font-size: 60px; line-height: 60px; color: #222; margin-bottom: 20px; font-weight: 600; transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.brand_banner_wrap .brand_slider .swiper-slide .brand_box p {font-size: 18px; line-height: 30px; color: #666; margin-bottom: 30px;  transition-delay:0.6s; -webkit-transition-delay:0.6s;}
.brand_banner_wrap .brand_slider .swiper-slide .brand_box .btn { 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; transition-delay:0.8s; -webkit-transition-delay:0.8s; transform:translateX(50px); -webkit-transform:translateX(50px);}

.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; transform:translateX(0px); -webkit-transform:translateX(0px);}

.brand_banner_wrap .swiper-button-next, .brand_banner_wrap .swiper-button-prev { width: 100px; height: 200px; background-image:url("../../../image/common/controls_main01.png"); background-repeat: no-repeat; background-size:200px 200px; }
.brand_banner_wrap .swiper-button-next { left: 320px; right: auto; background-position: 0px 0px; }
.brand_banner_wrap .swiper-button-prev { left: auto; right: -160px; background-position: -100px 0px; }

/*MEMBER BANNER*/
.member_banner_wrap { width: 100%; min-width: 1420px; height: 500px; overflow: hidden; margin-bottom: 150px; background-image:url("../../../image/front/kr/img_shopping_main03.jpg"); background-repeat: no-repeat; background-size:cover; background-position: center center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.member_banner_wrap .banner_con { position: relative; width: 1420px; text-align: center; }
.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;}
.member_banner_wrap .banner_con .title_box h3 { font-size:24px; line-height: 30px;}
.member_banner_wrap .banner_con .title_box h2 { font-size:60px; line-height: 60px; margin-bottom: 20px;}
.member_banner_wrap .banner_con .title_box p { font-size:18px; line-height: 30px;}

/*NEWS BANNER*/
.news_banner_wrap { width: 100%; min-width: 1420px; overflow: hidden; margin-bottom: 150px; }
.news_banner_wrap .title_box { position: absolute; top: 0px; left: 0px; width: 460px; z-index: 10;}
.news_banner_wrap .banner_con { position: relative; width: 1420px; min-height: 460px; margin: 0 auto; padding-left: 480px; }

.news_banner_wrap .img_list_board.news>li { margin-bottom: 0px;}
.news_banner_wrap .no_data {width: calc(100% - 460px) !important; height: 240px; text-align: center; padding: 240px 0px 160px; font-size: 18px; color: #999; cursor: default; background-image:url("../../../image/common/icon_no_data.png"); background-repeat: no-repeat; background-position: center 150px; background-color: #FFF !important; margin: 0 !important;}


/*TREE VIEW*/
.sub_content.tree_view_full .content_box { padding: 0px;}
.tree_view_con .svg-chart-container { height: 100%; background-color: #F4F4F4;}
.tree_view_checkbox { width: 100%; border: 1px solid #DDD; height: 50px; display: flex; justify-content: flex-start; align-items: center; padding: 0px 20px;}
.tree_view_checkbox input[type="checkbox"].check_box + label { margin-right: 20px;}
.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:800px; padding:40px; background-color:#F4F4F4; overflow: auto; text-align:left; padding-right: 0px;}
.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:300px; font-size:20px; color:#FFF; line-height:60px; 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: 1px solid #666; margin-bottom: 10px; overflow: hidden; background-color: #FFF;}
.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: 14px; line-height: 18px; }
.tree_line_con .dtree a.node>span:first-child, .tree_line_con .dtree a.nodeSel>span:first-child { font-size: 14px; 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: 14px; 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: 12px; 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; }

/*계좌인증팝업*/
.layer_popup .pop_content.account_check_popup { overflow-y: auto; padding-top: 20px; }
.account_check_popup h2 { font-size: 16px; line-height: 30px; color: #222; margin-bottom: 20px; font-weight: 500; }
.account_check_popup>ul>li { margin-bottom: 20px; }
.account_check_popup>ul>li .birthday-set li:nth-child(1),.account_check_popup>ul>li .bank-set li:nth-child(1) { width: 40%; }
.account_check_popup>ul>li .birthday-set li { width: 30%; }
.account_check_popup>ul>li .bank-set { margin-bottom: 20px; }
.account_check_popup>ul>li .bank-set li { width: 60%; }
.account_check_popup>ul>li .birthday-set li:last-child, .account_check_popup>ul>li .bank-set li:last-child { padding-right: 0px; }
.account_check_popup>ul>li .names-set { position: relative; overflow: hidden }
.account_check_popup>ul>li .names-set li { float: left; padding-right: 10px; }
.account_check_popup>ul>li .names-set li:first-child { width: 40%; }
.account_check_popup>ul>li .names-set li:last-child { width: 60%; padding-right: 0px; padding: 13px 0px; }
