.gu_sub_wrapper{width:100%;}
#WRAP .container{margin-top:188px;}
#WRAP .container *{box-sizing:border-box;}
#WRAP .container .container_inner .gu_sub_wrapper .gu_sub_contents .contents_inner{padding:0;}

/* 상단 visual area */

/* 공통 */
.visual_area{position:relative;}
.visual_area .visual_box{
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}

.visual_area .visual_box.video, .visual_area .visual_box.view360{z-index:-1; opacity:0;}
.visual_area .visual_box.view360 #turntable:before{ content:""; width: 68px; height: 40px; display: inline-block; position: absolute; top: 35px; left: 50%; margin-left:-34px; opacity: 0.6;z-index:999; background:url("../../../img/common/icon/icon_360.png") center center no-repeat; background-size: 100% auto ;}
.visual_area .visual_box.view360 #turntable:after{ content:""; width: 40px; height: 71px; display: inline-block; position: absolute; bottom: 60px; left: 20px; opacity: 0.6; background: url("../../../img/common/icon/icon_zoominout.png") center center no-repeat; background-size: 100% auto ;}
.visual_area .visual_box.image,.visual_area .visual_box.video, .visual_area .visual_box.view360{opacity:0; z-index:-1; height:100%;}
.visual_area .visual_box.image.on,.visual_area .visual_box.video.on, .visual_area .visual_box.view360.on{opacity:1; z-index:1;}
.container_inner .gu_swiper .swiper-container-fade .swiper-slide, .visual_area .visual_box.video, .visual_area .visual_box.view360, .gu_swiper .swiper-container .direction_area .slide_empty{max-height:704px;}
.container_inner .gu_swiper .swiper-container .swiper-wrapper{position:absolute;}
.container_inner .gu_swiper .swiper-container .swiper-wrapper:before{display: block; content: ''; background: linear-gradient(to bottom, transparent 50%,rgba(0,0,0,0.3) 100%); position: absolute; bottom: 0; width: 100%; height: 100%; z-index:1;}
.container_inner .gu_swiper .swiper-container .direction_area{position:relative; top:0; transform:none;}
.container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div{top:50%; width:24px; height:48px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}
.gu_swiper .swiper-container .direction_area .slide_empty{display:block; margin-bottom:0;}

/* swiper */
.container_inner .gu_swiper{background:#fff;}
.container_inner .gu_swiper .swiper-container-fade .swiper-slide > div{height:100%; background-size:auto 100%; background-position:50% 50%; background-repeat:no-repeat; background-color:#222;}
.container_inner .gu_swiper .swiper-container-fade .swiper-slide{text-align:center;}
.container_inner .gu_swiper .swiper-container .swiper-slide img{max-width:1116px; margin:0 auto;}
.container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div{position:absolute; left:36px; width:33px; height:64px; margin:0; background-image:url('../../../img/equipment/excavators/btn_product-info_next.png')}
.container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div.swiper-button-prev{background-image:url('../../../img/equipment/excavators/btn_product-info_prev.png')}
.container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div.swiper-button-next{left:inherit; right:36px;}
.gu_swiper .swiper-container .direction_area .slide_empty .over_area a.over_l:hover,.gu_swiper .swiper-container .direction_area .slide_empty .over_area a.over_r:hover{cursor:inherit;}

/* video */
<!--.visual_area .visual_box.video, .visual_area .visual_box.view360{position:absolute; top:0; left:0; right:0; overflow:hidden; text-align:center; background:#222;}-->
.visual_area .visual_box.video video{position:absolute; top:50%; left:50%; width:auto; height:auto; max-width:100%; max-height:100%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}

/* pager tab */
.visual_pager_controls{position: absolute; bottom: 34px; left: 0; right: 0; width:400px; font-size:inherit; color:inherit; text-align: center; z-index:55; margin:0 auto;}
.visual_pager_controls:after{display:block; content:''; clear:both;}
.visual_pager_controls .pager_item{position:relative; display: inline-block; font-size:inherit; line-height:12px; vertical-align:inherit; }
.visual_pager_controls .pager_item:last-child{border-right:0;}
.visual_pager_controls .pager_item .pager_link{position:relative; display:inline; width:inherit; height:inherit; color:#fff; padding:8px 24px; font-size:16px; line-height: 0; background:#000; opacity: 0.7;
    transition:color 0.4s;
    -webkit-transition:color 0.4s;
}
.visual_pager_controls .pager_item .pager_link.active, .visual_pager_controls .pager_item .pager_link:hover{color:#fff;background:#da450d ; }
.visual_pager_controls .pager_item .pager_link::after{display:block;content:''; position:absolute; left:0; right:0; bottom:0; width:0; /*height:1px;*/ background:#fff;
    transition:width 0.3s;
    -webkit-transition:width 0.3s;
}
.visual_pager_controls .pager_item .pager_link.active:after, .visual_pager_controls .pager_item .pager_link:hover:after{width:100%;}

/* pager bullet */
.slider-pagination{position:absolute; bottom:80px; display:inline-block; width:100%; text-align:center; margin:0 auto; z-index:1;}
.slider-pagination.no_pager_item{bottom:30px;}

.slider-pagination > div{display:inline-block; width:8px; height:8px; background-color:#999; margin:0 5px;}
.slider-pagination > div.on{background-color:#fff;}

/* video control */
.visual_video_control{position: absolute; top: 50%; left: 50%; z-index:50;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin-top: -10px;
}
.visual_video_control .video_btn{display:none; position:absolute; width:62px; height:62px;margin-top: -31px;margin-left: -31px; background:rgba(0,0,0,0.85); cursor:pointer;opacity:0;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
}
.visual_video_control .video_btn:after{position:absolute; top:50%; left:50%; display:block; content:'';
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}
.visual_video_control .video_btn:after{width: 0; height: 0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left: 14px solid #fff; z-index:2;}


.visual_slide_controls{display:none; z-index:2;}
.visual_slide_controls a{position:absolute; top:50%; width:36px; height:64px; text-indent:-999999px; z-index:2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.visual_slide_controls a#prev{left:38px; background: url('../../../img/equipment/excavators/btn_product-info_prev.png') no-repeat center / contain;}
.visual_slide_controls a#next{right:38px; background:url('../../../img/equipment/excavators/btn_product-info_next.png') no-repeat center / contain;}


.product_info{color: #fff; text-align:center; letter-spacing: 1px; background: #141414;}
.product_info .product_info_inner{padding:40px 0 0; margin: 0 auto;}
.product_info .product_info_inner .info.left{position:relative; display:inline-block; vertical-align:top; width:514px; text-align:left; margin-bottom:36px;}
.product_info .product_info_inner .info.left:before{display: inline-block; content: ''; width: 1px; height: 100%; background: #333; position: absolute; right:48px; top: 0; vertical-align: middle; }
.product_info .product_info_inner .info .title{height: 44px; font-size: 14px; max-width: 200px; overflow: hidden; position: relative; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical; line-height:130%; max-height:34px; -webkit-line-clamp: 2;}
.product_info .product_info_inner .info .info_box{font-size:16px; text-align: center;}
.product_info .product_info_inner .info.left .info_box{position:relative; display:inline-block; vertical-align:top; width:188px; height:50px;}
.product_info .product_info_inner .info.left .info_box:nth-of-type(2n){margin-left:32px;}
.product_info .product_info_inner .info .info_box span{display:block; float:left; width:32px; height:32px; margin:8px 0 0 0; background-repeat:no-repeat; background-size:contain;}
.product_info .product_info_inner .info .info_box span.info_type_agriculture{background-image:url('../../../img/equipment/excavators/ico_type_agriculture.png');}
.product_info .product_info_inner .info .info_box span.info_type_forestry{background-image:url('../../../img/equipment/excavators/ico_type_forestry.png');}
.product_info .product_info_inner .info .info_box span.info_type_ground{background-image:url('../../../img/equipment/excavators/ico_type_ground.png');}
.product_info .product_info_inner .info .info_box span.info_type_landscape{background-image:url('../../../img/equipment/excavators/ico_type_landscape.png');}
.product_info .product_info_inner .info .info_box span.info_type_mining1{background-image:url('../../../img/equipment/excavators/ico_type_mining.png');}
.product_info .product_info_inner .info .info_box span.info_type_mining_block{background-image:url('../../../img/equipment/excavators/ico_type_mining-block.png');}
.product_info .product_info_inner .info .info_box span.info_type_mining_log{background-image:url('../../../img/equipment/excavators/ico_type_mining-log.png');}
.product_info .product_info_inner .info .info_box span.info_type_miscellaneous{background-image:url('../../../img/equipment/excavators/ico_type_miscellaneous.png');}
.product_info .product_info_inner .info .info_box span.info_type_parallel{background-image:url('../../../img/equipment/excavators/ico_type_parallel-lifting.png');}
.product_info .product_info_inner .info .info_box span.info_type_processing{background-image:url('../../../img/equipment/excavators/ico_type_processing-manufacturing.png');}
.product_info .product_info_inner .info .info_box span.info_type_site{background-image:url('../../../img/equipment/excavators/ico_type_site.png');}
.product_info .product_info_inner .info .info_box span.info_type_utilities{background-image:url('../../../img/equipment/excavators/ico_type_utilities.png');}
.product_info .product_info_inner .info .info_box span.info_type_recycling{background-image:url('../../../img/equipment/excavators/ico_type_recycling.png');}
.product_info .product_info_inner .info .info_box span.info_type_general{background-image:url('../../../img/equipment/excavators/ico_type_general_construction.png');}
.product_info .product_info_inner .info .info_box span.info_type_residential{background-image:url('../../../img/equipment/excavators/ico_type_residential.png');}
.product_info .product_info_inner .info .info_box span.info_type_commercial{background-image:url('../../../img/equipment/excavators/ico_type_commercial.png');}
.product_info .product_info_inner .info .info_box span.info_type_infrastructure{background-image:url('../../../img/equipment/excavators/ico_type_infrastructure.png');}
.product_info .product_info_inner .info .info_box span.info_type_infrastructure2{background-image:url('../../../img/equipment/excavators/ico_type_infrastructure2.png');}
.product_info .product_info_inner .info .info_box span.info_type_mining_quarry{background-image:url('../../../img/equipment/excavators/ico_type_mining_quarry.png'); width:50px; margin-top:14px;}
.product_info .product_info_inner .info .info_box span.info_type_quarry1{background-image:url('../../../img/equipment/excavators/ico_type_quarry.png');}
.product_info .product_info_inner .info .info_box p{display: inline-block; margin-left: 8px;}
.product_info .product_info_inner .info.left .info_box p{position:absolute; top:50%; left:46px; display:inline-block; vertical-align:middle; width:calc(100% - 46px); text-align:left; line-height:20px; word-break:break-word; margin-left:0;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}
.product_info .product_info_inner .info.left .info_box p.mining_quarry{margin-left:18px;}
.product_info .product_info_inner .info.right{display:inline-block; vertical-align:top; text-align:center; margin:0 0 40px;}
.product_info .product_info_inner .info.right ul{display:inline-block; text-align:left;}
.product_info .product_info_inner .info.right ul li{display:inline-block; vertical-align:top; text-align:left; padding-left:48px;}
.product_info .product_info_inner .info.right ul li:first-child{padding-left:0;}
.product_info .product_info_inner .info.right ul li > div{overflow:hidden; display:inline-block;}
.product_info .product_info_inner .info.right ul li .info_box.data{display:inline-block;}
.product_info .product_info_inner .info.right ul li .info_box.data span{float:left; display:block;}
.product_info .product_info_inner .info.right ul li .info_box.data p{float:left; font-size:40px; line-height:40px; text-align:left; letter-spacing:-1px; margin:0;}

.quick-links{color:#fff; margin-top:160px;}

/* Equipment - detail 페이지 상단 제품바 */
.gu_product_top{position:absolute; top:-104px; left:0; right:0; min-height:104px; height:auto; padding:27px 35px; background:#fff; z-index:60; border-bottom:solid 1px #dfdfdf;
    transition:none;
    -webkit-transition:none;
}
.gu_product_top.animate{
    transition:top 0.6s;
    -webkit-transition:top 0.6s;
}
.gu_product_top > div{width:auto; float:left; font-size:0;}
.gu_product_top > .product_name .gu_sort_area {float:left; margin-bottom:0;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name:before {bottom:10px;right:7px; width:12px; height:12px;background:url('../../../img/common/ico_arrow_black_bottom_box.png') no-repeat 50% 50% / contain;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name:after {content:''; position:absolute;right:0;border:1px solid #222;bottom:3px; width:24px; height:24px;transition:all .2s;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name:hover:before {background-image:url('../../../img/common/ico_arrow_white_bottom_box.png');width:12px;height:12px;z-index:1;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name:hover:after {content:''; position:absolute;background-color:#e35b0a;border-color:#e35b0a;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name a{padding-right:40px;z-index:1;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name a:before {display:none;}
.gu_product_top > .product_name .gu_sort_area .gu_sort_name a:after {display:none;}
.gu_product_top > .product_name .gu_sort_area .gu_selectbox {top:0;width:100%;background:#333;}
.gu_product_top > .product_name .gu_sort_area .gu_selectbox .gu_selectbox_inner .remove {display:none;}
.gu_product_top > .product_name .gu_sort_area .gu_selectbox .gu_selectbox_inner a:hover {background:#222;}
.container.subNavi_equipment_attachments .gu_product_top > div{width:100%;}
.gu_product_top > div.product_btn_container{text-align:right; float: right;}
.gu_product_top > div.product_btn_container,.gu_product_top > div.product_btn_container .btn_container{display:inline-block;}
.gu_product_top > div p{float:left; font-size:18px; letter-spacing:1px; padding-top:21px;}
.gu_product_top > div p.name{font-size:32px; letter-spacing:-1px; word-break: break-all; padding-top:0; padding-right:24px; line-height:44px;}
.gu_product_top > div span.name{float:left;color:#222;font-size:38px; letter-spacing:-1px; word-break: break-all; padding-top:0; padding-right:14px; line-height:44px;}
.gu_product_top > div div.sub{float:left;color:#222; margin-top:-5px;}
.gu_product_top > div div.sub > span{float:left; display:inline-block; font-size:16px; margin:21px 4px 0;}
.gu_product_top > div.product_btn_container a,.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div{display:inline-block; width:192px; font-size:16px; color:#222; text-align:left; padding:13px 20px; border:solid 1px #222;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gu_product_top > div.product_btn_container .gu_sort_area{float:none; display:inline-block; vertical-align:top; max-width:288px; margin-bottom:0;}

.product_btn_container .gu_sort_area .gu_selectbox{display:inline-block; vertical-align:top; left:0; width: calc(200% + 18px);}
.gu_product_top > div.product_btn_container .gu_sort_area .gu_selectbox a{border:none;}
.gu_product_top > .product_name .gu_sort_area .gu_selectbox .gu_selectbox_inner a{height:48px; line-height:48px;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner{display:inline-block; vertical-align:top;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll{display:inline-block; vertical-align:top;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .gu_custom_scroll .custom_scroll_content{overflow:inherit; display:inline-block; vertical-align:top;}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span, .product_btn_container .gu_custom_scroll .custom_scroll_content > a{display:block; float:left; overflow:hidden; width:calc(100% - 53px); font-size:14px; white-space:nowrap; text-overflow:ellipsis;}
#WRAP .product_btn_container .gu_custom_scroll .custom_scroll_content > a{box-sizing: content-box; padding: 0 0 0 20px; color: #fff; height: 48px; line-height: 48px; font-size: 16px; font-weight: 300;}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span a{display:inline-block;width:16px; height:16px; padding:0; margin-left:6px; border:0;}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span a.down{margin-left:10px; background:url('../../../img/common/ico_down_black.png') 50% 50% no-repeat;}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span a.share{background:url('../../../img/common/btn_share_black.png') 50% 50% no-repeat;}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span:hover a.down{background-image:url('../../../img/common/ico_down_white.png')}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span:hover a.share{background-image:url('../../../img/common/btn_share_white.png')}
.product_btn_container .gu_custom_scroll .custom_scroll_content > div span .brochure_btn_box{float:right;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div{overflow:hidden; display:inline-block; vertical-align:top; width:100%; height:52px; padding-left:20px; padding-right:16%;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div:hover{background-color:#e66c23;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div span,
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div div.brochure_btn_name{display:block; float:left; width:calc(100% - 70px); text-align:left; height:42px; line-height:48px; position:relative;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div:first-child span:before{display:block; content:''; position:absolute; bottom:4px; left:0;width:60px; height:1px; background:#fff;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div div.brochure_btn_name a{height:42px; color:#fff; padding:0;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div div.brochure_btn_name a:hover{background:inherit;}
#WRAP .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box{float:right; box-sizing:content-box; width:70px; text-align:right; padding-top:12px;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box a{display:inline-block; width:30px; height:30px; padding:0;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box a.down{margin-right:6px; background:url('../../../img/common/ico_down_white.png') 50% 50% no-repeat; background-size:auto 16px;}
.product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box a.share{background:url('../../../img/common/btn_share_white.png') 50% 50% no-repeat;}

.gu_product_top > div div.sub > .tier:after{display:inline-block; content:',';}
.gu_product_top > div div.sub > .tier:last-child:after{display:none;}
.gu_product_top > div.product_btn_container a:after{display:inline-block; content:''; margin-left:12px; position: absolute;top: 50%; right: 20px;transform: translateY(-50%);}
.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name{width:inherit; min-width:184px; color:#222;}
.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:before{right:20px;}
.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:before{width: 12px; height: 12px; background:url('../../../img/common/ico_arrow_black_bottom_box.png') 50% 50% no-repeat; background-size:contain; z-index:1; pointer-events:none; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:hover:before{background-image:url('../../../img/common/ico_arrow_white_bottom_box.png');  width: 12px; height: 12px;}

.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name a:before, .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name a:after{display:none;}
.gu_product_top > div.product_btn_container a.brochure{position:relative;}
.gu_product_top > div.product_btn_container .btn_container.brochure.on{overflow:inherit; top: -22px;}
.subNavi_equipment_attachments .gu_product_top > div.product_btn_container .btn_container.brochure.on,.subNavi_equipment_special-applications .gu_product_top > div.product_btn_container .btn_container.brochure.on{top: 0;}
.gu_product_top > div.product_btn_container a.brochure:after{width:12px; height:7px; margin-bottom:2px; background:url("../../../img/equipment/excavators/btn_down_black.png") no-repeat;}
.gu_product_top > div.product_btn_container .btn_container.brochure.on a.brochure:after{background-image:url('../../../img/equipment/excavators/btn_up_black.png')}
.gu_product_top > div.product_btn_container .btn_container.brochure.on a.brochure{color:#222; background-color:#fff;}
.gu_product_top > div.product_btn_container .btn_container.brochure.on a.brochure:hover{color:#e35b0a}
.gu_product_top > div.product_btn_container a.compare:after{width:24px; height:15px; margin-bottom:-4px; background:url("../../../img/equipment/excavators/btn_compare_black.png") no-repeat center / contain;}
.gu_product_top > div.product_btn_container a:hover{background-color:#e35b0a; border:solid 1px #e35b0a; color:#fff;}
.gu_product_top > div.product_btn_container .btn_container.brochure.on a.brochure:hover:after{background-image:url("../../../img/equipment/excavators/btn_up_orange.png");}
.gu_product_top > div.product_btn_container a.compare:hover:after{background-image:url("../../../img/equipment/excavators/btn_compare_white.png");}
.gu_product_top > div .btn_container a.brochure .brochure_dropdown{position:absolute; top:-110px; left:0; z-index:-1;}
.gu_product_top > div .btn_container a.brochure .brochure_dropdown a{margin-top:-1px; border:0; background:#e35b0a;}
.gu_product_top > div.product_btn_container .btn_container{position:relative; overflow:hidden; z-index:1; vertical-align:top;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown{position: absolute; left: 0; z-index: -1;}
.gu_product_top > div.product_btn_container .btn_container.brochure.on .brochure_dropdown{top:57px;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div{display: block; height:57px; margin-top: -1px; border-top-color:#ccc; border-bottom-width:0; background:#fff; cursor:pointer;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div:last-child{border-bottom-width:1px}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div:hover{color:#fff; background:#e35b0a;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div span{display:block; float:left; overflow:hidden; width:calc(100% - 53px); font-size:14px; white-space:nowrap; text-overflow:ellipsis;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div a{display:inline-block;width:16px; height:16px; padding:0; margin-left:6px; border:0;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div a.down{margin-left:10px; background:url('../../../img/common/ico_down_black.png') 50% 50% no-repeat;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div a.share{background:url('../../../img/common/btn_share_black.png') 50% 50% no-repeat;}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div:hover a.down{background-image:url('../../../img/common/ico_down_white.png')}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div:hover a.share{background-image:url('../../../img/common/btn_share_white.png')}
.gu_product_top > div.product_btn_container .btn_container.brochure .brochure_dropdown > div .brochure_btn_box{float:right;}

.gu_product_top > div.product_sales_country{display:inline-block; margin:8px 25px 0;}
.gu_product_top > div.product_sales_country > span.field{font-weight: 700;}
.gu_product_top > div.product_sales_country > .description{font-size:24px; color:#fff; background:#cc6600; border-radius:30px; padding:5px 23px;}
@media (max-width: 766px) {
	.gu_product_top > div.product_sales_country{margin:0 0 20px;}
	.gu_product_top > div.product_sales_country > .description{font-size:16px;}
}

/* Equipment - detail 페이지 - compare 팝업 */
.gu_popup .pop_contents{min-height:auto;}
.gu_popup .pop_inner .btn_unselected{width:16px; height:16px; top:20px; right:14px;}
.gu_popup .pop_inner .btn_unselected:before{display:block; content:''; width:100%; height:100%; background:url('../../../img/common/ico_close_gray.png') 50% 50% no-repeat; background-size:contain;}
.gu_popup .pop_inner .btn_unselected:before:hover{background-image:url('../../../img/common/ico_close_black.png')}
.pop_cnt_inner .product_container{position:relative; float:left; width:calc(25% - 25px); min-width:calc(25% - 32px); margin-right:32px;z-index:0}
.pop_cnt_inner .product_container .compare_box{position:relative; background:#fff;}
.pop_cnt_inner .product_container .compare_box.product{z-index:0;}
.pop_cnt_inner .product_container:nth-child(2) .compare_box.product{z-index:9;}
.pop_cnt_inner .product_container .compare_box.select{position:absolute; top:0; left:0; width:100%; z-index:1;}
.pop_cnt_inner .product_container:nth-child(4){margin-right:0;}
.pop_cnt_inner .product_container .compare_box .compare_top{position:relative; height:240px; padding-bottom:90px; box-sizing:border-box;}
.pop_cnt_inner .product_container .compare_box.select .compare_top{text-align: center; padding-top: 100px;}
.pop_cnt_inner .product_container .compare_box.select .compare_top.select{padding-top:100px;}
.pop_cnt_inner .product_container .compare_box table,.pop_cnt_inner .product_container .compare_box table tbody,.pop_cnt_inner .product_container .compare_box table tbody tr, .pop_cnt_inner .product_container .compare_box table tr, .pop_cnt_inner .product_container .compare_box table tr th, .pop_cnt_inner .product_container .compare_box table tr td{display:block; width:100%; box-sizing:border-box;}
.pop_cnt_inner .product_container .compare_box table tr th{min-height:42px; padding:0 0 20px 5px; border-bottom:solid 1px #999;}
.pop_cnt_inner .product_container.text .compare_box table tr{height:54px; font-size:15px;}
.pop_cnt_inner .product_container.text .compare_box table tr:first-child{height:inherit;}
.pop_cnt_inner .product_container.text .compare_box table tr td{display:table; padding:0 18px 0 0;}
.pop_cnt_inner .product_container.text .compare_box table tr td span{display:table-cell; vertical-align:middle;}
.pop_cnt_inner .product_container .compare_box table tr td{min-height:54px; height:54px; border-bottom:solid 1px #ccc; padding-top:12px; padding-bottom:12px;}
:lang(cn) .pop_cnt_inner .product_container .compare_box table tr:first-child td {min-height: 42px;height: auto;padding: 0 0 20px 5px;border-bottom: solid 1px #999;}
:lang(cn) #EQUIPMENT_DUMP-TRUCK-DETAIL + #POP_SHARE .pop_cnt_inner .product_container .compare_box table tr:last-child td {min-height: 77px;height: 77px;}
:lang(cn) #EQUIPMENT_DUMP-TRUCK-DETAIL + #POP_SHARE .pop_cnt_inner .product_container .compare_box table tr td {font-size: 14.5px;letter-spacing: -1px;padding: 12px 5px;}

.pop_cnt_inner .product_container .compare_box.text .compare_top{font-size:40px; line-height:52px; letter-spacing: -1px; font-weight:700;}
.pop_cnt_inner .product_container.product .compare_box .compare_top span{display:block; width:100%; height:100%; text-align:center; background:#fff;}
.pop_cnt_inner .product_container.product .compare_box .compare_top span img{display:block; position:relative; top:50%; max-width:100%; margin:0 auto;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box{display:inline-block; position:relative; overflow:hidden; max-width:100%;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box.on{overflow:inherit; width:100%; max-width:100%;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select{display:inline-block; position:relative; width:230px; max-width:100%; font-size:16px; text-align:left; padding:16px 20px 18px; border:solid 1px #222; box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gu_popup_bottom{clear:both; text-align:center; padding-top:70px;}
.gu_popup_bottom a{display:inline-block; min-width:160px; font-size:16px; text-align:center; padding:13px 0; border:solid 1px #222; vertical-align:bottom;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.gu_popup_bottom a:hover{background-color:#e35b0a; border-color:#e35b0a; color:#fff;}
.container.subNavi_equipment_excavators .pop_inner.active .ico_drag{display:block; position: absolute; top: 50%; left: 50%; z-index: 99999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gu_product_top > div.product_btn_container a,
.gu_sort_area > div,
.gu_sort_name a{vertical-align:top;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area{float:none; width:100%; max-width:230px; margin:0 auto;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name{width:100%; margin:0 auto;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name:before{right:28px}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a:before{display:none;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a{display:inline-block; position:relative; width:100%; max-width:90%; font-size:16px; color:#222; text-align:left; padding:16px 20px 18px; border:solid 1px #222; box-sizing:border-box;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.no-mobile .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a:hover:after,.no-mobile .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a:after{width:0;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_selectbox{max-height:inherit;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_selectbox.on{width:100%;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_selectbox .gu_selectbox_inner{width:100%;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .gu_custom_scroll .custom_scroll_content{text-align:left;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select:hover{color:#e35b0a; border:solid 1px #e35b0a;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select:after{display:inline-block; content:''; position: absolute;top: 50%; right: 20px; width:12px; height:7px; margin-bottom:2px; background:url("../../../img/equipment/excavators/btn_down_black.png") no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select:hover:after{background-image:url("../../../img/equipment/excavators/btn_down_orange.png");}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box.on .product_select:after{background-image:url("../../../img/equipment/excavators/btn_up_black.png");}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box.on .product_select:hover:after{background-image:url("../../../img/equipment/excavators/btn_up_orange.png");}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown{position: absolute; box-sizing: border-box; width: 100%; text-align: left; padding: 0 20px 24px; border: solid 1px #222; border-top: 0; background: #fff;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box.on .select_dropdown{top:57px;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown .dropdown_list p{font-size: 16px; padding: 24px 0 14px;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown .dropdown_list ul li a{display: block; padding: 10px 0;}
.pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown .dropdown_list ul li a:hover{color:#888;}
.pop_cnt_inner .product_container .gu_sort_area .gu_selectbox{height:inherit;}
.pop_cnt_inner .product_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a{font-weight:300; position:relative;}
.pop_cnt_inner .product_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a.remove{display:none;}
.pop_cnt_inner .product_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a.active{display:block;}
.pop_cnt_inner .product_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a:first-child:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 18px;
    width: 46px;
    height: 1px;
    background-color: #fff;
}


/* Equipment - detail 페이지 - compare 팝업 - 스크롤바 */
.pop_cnt_inner::-webkit-scrollbar{width:0;height:5px;}
.pop_cnt_inner::-webkit-scrollbar-track{background-color: transparent;}
.pop_cnt_inner::-webkit-scrollbar-track-piece{background-color: transparent;}
.pop_cnt_inner::-webkit-scrollbar-thumb{background-color: transparent;border-bottom:16px solid rgba(255,255,255,0.5);}
.pop_cnt_inner::-webkit-scrollbar-thumb{background-color: transparent;border-bottom:16px solid rgba(0,0,0,0.2);}
.pop_cnt_inner::-webkit-scrollbar-button:start{background-color: transparent;}
.pop_cnt_inner::-webkit-scrollbar-button:end{background-color: transparent;}
.pop_cnt_inner{
    /* ie */
    scrollbar-face-color: #dfdfdf;
    scrollbar-base-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-darkshadow-color: #fff;
}


/* Equipment Specifications */
.gu_table:before{display:block;content:'';background:gray;}
.gu_table .sec_inner{padding-bottom:100px;position:relative; z-index:3;}
.gu_sub_wrapper .gu_sub_contents .contents_inner.except .section.gu_table:last-child .sec_inner{padding-bottom:160px;}

.gu_table .sec_inner .sec_tit{padding-top:100px;}
.contents_inner .section .sec_inner{padding-top:40px;}
.contents_inner .section .sec_inner .sec_tit {margin:0;}
.gu_table .sec_inner .list_title{font-size:26px; color:#da450d; padding:60px 0 20px;}
.gu_table .sec_inner .list_title:nth-child(2){padding-top:0;}

.gu_table table{position:relative; width:100%;}
.gu_table table:last-child{margin-bottom:0;}
.gu_table table.hide_table{display:none;margin-top:60px;}
.gu_table table.margin0{margin-bottom:0;}
.gu_table table tr{font-size:18px; border-top: solid 1px #999;}
.gu_table table tr th{text-align:left; letter-spacing:0; font-weight:300;}
.gu_table table tr th.spec_title{font-weight:700;}
.gu_table table tr th:first-child, table tr td:first-child{padding-left:5px;}
.gu_table table tr th, table tr td{padding:20px 18px 20px 0; word-break:break-word;}
.gu_table table.table1 tr th, table.table1 tr td.spec-unit, .gu_table table.table2 tr th, table.table2 tr td.spec-unit {padding-left: 10px;}
.gu_table table tr th, table.table2 tr td{padding:20px 5px 20px 0; font-size: 17px; word-break:break-word;}
.gu_table .table_tiny_font {vertical-align: super; font-size: 12px;}
.gu_table .sec_inner .btn_area {padding:0 0 60px !important; margin-top:-20px;}
.gu_table .sec_inner .btn_area:last-child {padding:0;}
.gu_table .sec_inner .btn_area a > span {transition:none;}
.gu_table .sec_inner .caption {color:#666;line-height:26px; margin-top:-40px; font-size:16px;}

/* Equipment - Benefits - 순서형 리스트 (기본형) */
.equipment-detail_benefit-list-box{padding-bottom:70px;}
.equipment-detail_benefit-list-box li{position: relative;}
.equipment-detail_benefit-list-box li > span{display: inline-block; position: absolute; top: 36px; left: 0; width: 22px; height: 22px; text-align: center; line-height: 18px; border: solid 1px #222; font-weight:300;}
.equipment-detail_benefit-list-box li:first-child span{top:12px;}
.equipment-detail_benefit-list-box li:nth-child(n+10) span{text-indent:-1px;}

.equipment-detail_benefit-list-box li p{font-size:22px; padding: 30px 0; margin-left: 40px; border-bottom: solid 1px #ccc;}
.equipment-detail_benefit-list-box li:last-child p{border-bottom:none;}
.equipment-detail_benefit-list-box li p span{font-size:18px; line-height:38px; display:block; padding-left:14px;text-indent:-12px;}
.equipment-detail_benefit-list-box li:last-child{margin-bottom:30px;}
.equipment-detail_benefit-list-box li:first-child p{padding-top:6px; line-height:34px;}

/*구조
<div class="section equipment-detail_benefit-list">
    <div class="sec_inner">
        <div class="sec_tit en_plain_b" th:utext="#{emerging.equipment.special-applications.benefits}"></div>
        <ul class="equipment-detail_benefit-list-box">
            <li>
                <span>1</span>
                <p>1번 텍스트</p>
            </li>
            <li>
                <span>2</span>
                <p>2번 텍스트 - 리스트형 (span 태그는 프로퍼티에서 추가)
                    <span>- 리스트1</span>
                    <span>- 리스트2</span>
                </p>
            </li>
            <li>
                <span>3</span>
                <p>3번 텍스트</p>
            </li>
            <li>
                <span>4</span>
                <p>4번 텍스트</p>
            </li>
        </ul>
    </div>
</div>
*/


/* Equipment - Customized Features - 아이콘 타입 리스트 (2열) */
.gu_icon-list_box .icon_box{float:left; width:calc(50% - 12px); text-align: center; padding-top: 30px; margin-bottom:100px; border-top: solid 2px #666;}
.gu_icon-list_box .icon_box:nth-child(odd){margin-right:12px;}
.gu_icon-list_box .icon_box:nth-child(even){margin-left:12px;}
.gu_icon-list_box .icon_box p.tit{font-size:22px; letter-spacing:-1px;}
.gu_icon-list_box .icon_box p.desc_text{font-size:18px; padding:50px 40px; background:#f5f5f5; border-top:solid 1px #d4d4d4;}
.gu_icon-list_box .icon_box p.desc_text span{ display:block; margin-top:10px;}
.gu_icon-list_box .icon_box > span{display: inline-block; height:82px; margin: 50px auto;}
.gu_icon-list_box .icon_box span img{display: block; height:82px;  }
.gu_icon-list_box .icon_box span img.img_t{display:none;}

/*구조
<div class="gu_icon-list_box fclear">
    <div class="icon_box en_plain_l">
        <p class="tit en_plain_b">리스트 타이틀1</p>
        <span><img src="" alt=""></span>
        <p class="desc_text">회색박스 텍스트1</p>
    </div>
    <div class="icon_box en_plain_l">
        <p class="tit en_plain_b">리스트 타이틀2</p>
        <span><img src="" alt=""></span>
        <p class="desc_text">회색박스 텍스트2</p>
    </div>
</div>
*/

.section{position:relative;}
.section .sec_inner .sec_tit{font-size: 48px; letter-spacing: -1px; line-height:100%; padding:120px 0 60px;}
.gu_table .sec_inner .sec_tit{padding-top:60px; }
#EQUIPMENT_EXCAVATORS-DETAIL .section.gu_table .sec_inner .sec_tit{padding-top:60px;}
.section .sec_inner .sec_tit p{font-size:18px; line-height:28px; margin-top:48px;}
.equipment-detail_list-box{padding-bottom:20px;}
#EQUIPMENT_EXCAVATORS-DETAIL .equipment-detail_list-box{padding-bottom:80px;}
.equipment-detail_list-box li{padding: 30px 0 80px; border-top: solid 1px #ccc;}
.equipment-detail_list-box.plain li{padding:0; border-top:0;}
.equipment-detail_list-box li p{float: right; width: 50%; font-size: 18px; line-height: 28px;}
.equipment-detail_list-box.plain li p{width:100%;}
.equipment-detail_list-box li p.copy{float: left; font-size: 26px; line-height: 34px; letter-spacing: -1px; padding-right: 65px;}

.section.equipment-detail_product .sec_inner{overflow:hidden;}
.section.equipment-detail_product .sec_inner .sec_tit{padding-top:100px;}

.product_box{float: left; width:100%; height: 296px; margin-right: 20px;}
.product_box:last-child{margin-right:0;}
.product_box .img_box{width:180px; height:180px; padding-top:40px; margin:0 auto;
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transition:transform 0.3s;
    -webkit-transition:transform 0.3s;
}
.product_box .img_box div{vertical-align:middle;}
.product_box .img_box div img{display:block;max-width:100%;margin:0 auto;}
.product_box a{position:relative; display:block; height:100%; border: solid 1px #cfcfcf; background:#fff;
    transition:border 0.3s;
    -webkit-transition:border 0.3s;
}
.product_box:hover a{border-color:#e35b0a;}
.product_box a p{width:100%; text-align: center; padding: 0 10px; line-height: 100%;}
.product_box a p.attach_product{position:absolute; bottom:40px; left:50%; font-size: 18px; color:#666; text-align: center; padding: 0 10px; line-height: 100%; letter-spacing: -0.2px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transition:all 0.2s cubic-bezier(.51,-0.39,.09,1.29);
    -webkit-transition:all 0.2s cubic-bezier(.51,-0.39,.09,1.29);
}
.product_box:hover a p.attach_product{color:#222}

.product_box a p:after{content:''; display:inline-block; width:8px; height:14px;margin:0 4px 0 8px; background:url('../../../img/equipment/excavators/btn_go_gray.png') no-repeat center / cover;
    transition:all 0.2s cubic-bezier(.51,-0.39,.09,1.29);
    -webkit-transition:all 0.2s cubic-bezier(.51,-0.39,.09,1.29);
}
.product_box:hover a p:after{margin:0 0 0 12px; background:url('../../../img/equipment/excavators/btn_go_black.png') no-repeat center / cover;}

.product_list {width:calc(50% - 12px); margin-right:24px;border: 1px solid #ccc; text-align:center; padding:50px; float:left;} /* height는 개별 지정 */
.product_list:last-child {margin-right:0;}
.product_list .img_box {display:table; width:100%; height:160px;}
.product_list .img_box span {display:table-cell; vertical-align:middle;}
.product_list .attach_product {padding: 30px 0; border-bottom: 1px solid #ccc; font-size: 22px;}
.product_list .text {text-align:left; padding-top:30px; font-size:18px; line-height:26px;}
.product_list .text p {padding:10px 0 30px;}
.product_list .text span {display:block; margin-top:10px; padding-left:12px;text-indent:-12px;}

.gu_kv, .gu_kv .kv_img_box{height:480px; background-color:#f5f5f5;}
.equipment-detail_img-desc{border-top:1px solid #ccc; padding:78px 0 100px;}
.equipment-detail_img-desc>div{float: left; width: calc((100% - 24px) / 2);}
.equipment-detail_img-desc:after{content:''; display:block; clear:both;}
.equipment-detail_img-desc .title{font-size:22px; line-height:36px; margin-bottom:24px;}
.equipment-detail_img-desc .text{font-size:18px; line-height:28px;}
.equipment-detail_img-desc .img{text-align:center; margin-right: 24px;}
.gu_kv .kv_img_area:before {background: rgba(0,0,0,0);}
.equipment-detail_benefit-list-box li p span{font-size:18px; line-height:24px; padding-top:12px; color:#666; font-weight:300;}
.equipment-detail_benefit-list-box li p span:first-child{padding-top:20px;}
.section.equipment-detail_table .sec_inner .table_bottom_desc p{font-size:16px; line-height:24px; color:#666; margin-bottom:18px; padding-left:10px; position:relative;}
.section.equipment-detail_table .sec_inner .table_bottom_desc p:before{content:'*'; display:inline-block; position:absolute; left:0;}
.section.gu_table .sec_inner .table_bottom_desc{margin-top:20px;}
.section.gu_table .sec_inner .table_bottom_desc p{font-size:16px; line-height:24px; color:#666; margin-bottom:18px; padding-left:10px; position:relative;}
.section.gu_table .sec_inner .table_bottom_desc p:before{content:'*'; display:inline-block; position:absolute; left:0;}

.gu_table table tr td span{padding:0 12px; display:inline-block;}

.swiper-container.bottom_list{
    position:inherit;
    width:100% !important;
}

/* attachments */
.section.equipment-detail_product .sec_inner{padding-top:0;}

.swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev{left:-50px; background-image:url('../../../img/equipment/excavators/btn_product-info_prev_black.png'); background-size:contain;}
.swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{right:-50px; background-image:url('../../../img/equipment/excavators/btn_product-info_next_black.png'); background-size:contain;}
.swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev, .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{top:inherit; bottom:126px; width:34px; height:64px;}

/* detail 페이지내 4-depth tab */
.section .sec_inner .gu_tab_depth4{margin:40px auto 60px;}
.section.equipment-detail_benefit-list .sec_inner .sec_tit{padding-top:160px;}
.gu_tab_depth4 ul li{width:calc(100% / 3);}
.section.wheel-loader-attachments_bucket-list .sec_inner .gu_contents_depth4_area.img_and_text .gu_contents_depth4{height:240px;}
.gu_contents_depth4 > div{float:left; width:calc((100% - 24px) / 2);}
.gu_contents_depth4 > div:first-child{margin-right:24px;}
.gu_contents_depth4 .list_desc{display:table; height:200px;}
.gu_contents_depth4 .list_desc > div{display:table-cell; vertical-align:middle;}
.gu_contents_depth4 .list_desc p{font-size:18px; line-height:28px;}
.gu_contents_depth4 .list_desc p.title{font-size:22px; padding-bottom:10px;}

/* print */
.gu_popup .pop_inner.print .pop_contents{padding:80px 0 50px;}
.pop_inner.print .pop_cnt_inner {white-space:normal;font-size:9px; padding:0;}
.pop_inner.print .pop_cnt_inner .product_container {min-width:calc(25% - 13px);max-width:calc(25% - 13px);margin-right:10px;width:auto;}
.pop_inner.print.grid3 .pop_cnt_inner .product_container {min-width:calc(33.33% - 12px);max-width:calc(33.33% - 12px);}
.pop_inner.print.grid2 .pop_cnt_inner .product_container {min-width:calc(50% - 12px);max-width:calc(50% - 12px);}
.pop_inner.print .pop_cnt_inner .product_container:first-child{padding-left:0;}
.pop_inner.print .btn_close_pop {display:none;}
.pop_inner.print .gu_popup_bottom a {display:none;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box.text .compare_top {font-size:14px; line-height:20px; padding-bottom:0;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box .compare_top {height:120px;padding-bottom:0; margin-bottom:20px;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box.select .compare_top{padding:58px 0 50px;}
.pop_inner.print .pop_cnt_inner .product_container.text .compare_box table tr {height:25px;}
.pop_inner.print .pop_cnt_inner .product_container.text .compare_box table tr:first-child {height:inherit}
.pop_inner.print .pop_cnt_inner .product_container .compare_box table tr th {min-height:24px;padding:0;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box table tbody tr td,
.pop_inner.print .pop_cnt_inner .product_container .compare_box table tr td {height:25px;min-height:25px;padding:8px 0 0 0; font-size:10px;word-break:break-all;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a{width:70%; font-size:12px; padding:10px 20px 12px;}
.pop_inner.print .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name:before{right:48px;}
.pop_inner.print .pop_cnt_inner .product_container .gu_sort_area .gu_sort_name:before{bottom:12px;}

/* 360 View */
.gu_product_top > div.product_btn_container div.resize {margin: 0 20px 20px 0 !important;}
.gu_product_top > div.product_btn_container a.viewLink:after{width:24px; height:15px; margin-bottom:-4px; background:url("../../../img/equipment/excavators/ico_360_view_x1.png") no-repeat center / contain;}
.gu_product_top > div.product_btn_container a.viewLink:hover:after{background-image:url("../../../img/equipment/excavators/ico_360_view_x1_over.png");}


@media all and (max-width: 1681px) {
    /* 360 view */
    .visual_area .visual_box.view360 #turntable:after { bottom:90px }
}
@media all and (min-width: 1680px) {
    /* 360 view */
    .visual_area .visual_box.view360 #turntable:after { bottom:60px }
}

/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px) {
    .contents_inner .section.equipment-detail_img-desc {padding: 78px 0 100px;}
    .equipment-detail_img-desc{margin:0 36px;}
    .product_info .product_info_inner{max-width:inherit; margin:0 36px;}

    .pop_cnt_inner .product_container .compare_box .compare_top{height:260px; padding-bottom:0;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top{height:inherit; padding:113px 0 90px;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box{display:block;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select{width:90%;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown{width:90%; left:5%;}

    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev{left:-30px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{right:-30px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev, .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{bottom:138px; width:20px; height:36px;}
}

/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {
    /* 슬라이더 */
    .gu_swiper .swiper-container .direction_area .slide_empty{margin-bottom:0;}
    .container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div.swiper-button-prev{left:16px;}
    .container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div.swiper-button-next{right:16px;}
    .container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div.swiper-button-prev{background-image: url('../../../img/equipment/excavators/btn_product-info_prev.png');}
    .visual_pager_controls{bottom:24px;}
    .visual_pager_controls .pager_item .pager_link{font-size:16px; padding-bottom:5px;}
    .slider-pagination{bottom:60px;}

    .section.equipment-detail_product .sec_inner .sec_tit{padding-top:80px;}
    #EQUIPMENT_EXCAVATORS-DETAIL .section.gu_table .sec_inner .sec_tit{padding-top:40px;}

    .product_box:hover a{border-color:#cfcfcf;}
    .product_box:hover .img_box {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);}
    .product_box:hover a p.attach_product{color:#666;}

    .product_box a p:after{width:7px; height:12px; margin:0 0 0 6px; background-size: contain; background-image:url('../../../img/equipment/excavators/t_btn_go_gray.png');}
    .product_box:hover a p:after{margin:0 0 0 6px; background-image:url('../../../img/equipment/excavators/t_btn_go_gray.png');}

    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev{left:10px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{right:10px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev, .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{height:40px; bottom:99px; width:20px;}

    /* 상단바 버튼 */
    .gu_product_top > div.product_btn_container a.compare:after{width:19px; height:12px; top:inherit; bottom:22px;
        transform:translateY(50%);
        -webkit-transform:translateY(50%);
        -ms-transform:translateY(50%);
    }
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:before{width: 10px; height: 10px;}
    .gu_product_top > div.product_btn_container a:hover{background-color:#fff; border:solid 1px #222; color:#222;}
    .gu_product_top > div.product_btn_container a.compare:hover:after {background-image: url('../../../img/equipment/excavators/btn_compare_black.png');}
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:hover:before{background-image:url('../../../img/common/ico_arrow_black_bottom_box.png'); width: 10px; height: 10px;}
    #WRAP .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box{padding-top:4px;}
    .gu_product_top > div.product_btn_container .gu_sort_area{width:inherit; max-width:170px;}
    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner{max-width:100%;}
    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a{margin-top: 0;}

    /* Equipment - detail 페이지 상단 제품바 */
    .gu_product_top{top:-85px; min-height:88px; padding:16px;}
    .gu_product_top > div span.name,.gu_product_top > div .btn_container span.name {font-size: 29px; padding-right:10px;}
    .gu_product_top > div div.sub{letter-spacing: 0;}

    .gu_product_top > div p{font-size:14px; letter-spacing:0; padding-top: 20px;}
    .contents_inner .section, .contents_inner .section_top{margin:0 50px;}
    .gu_product_top > div div.sub > span{font-size:14px;margin:20px 4px 0}
    .gu_sort_area .gu_selectbox{min-width:inherit;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name a { padding-right:30px;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:before {width:10px;height:10px;right:4px;bottom:12px;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:after {width:16px;height:16px;bottom:8px;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:hover:before {background:url('../../../img/common/ico_arrow_black_bottom_box.png') no-repeat 50% 50% / contain;width:10px;height:10px;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:hover:after {border-color:#222;background-color:#fff;}
    .gu_product_top > .product_name .gu_sort_area .gu_selectbox .gu_selectbox_inner a {margin-top:0;padding:0 20px; height:42px; line-height:42px;}
    .product_btn_container .gu_sort_area .gu_selectbox{width: calc(200% + 10px); top:8px;}
    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div{height:42px; padding-right:20%; padding-left:22px;}
    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div div.brochure_btn_name a span{font-size:13px; line-height:36px;}
    .gu_product_top > .gu_sort_area .gu_sort_name a, .gu_product_top > div.product_btn_container a, .gu_sort_area .gu_selectbox .gu_selectbox_inner a{font-size:13px; padding:10px 20px; }
    .gu_custom_scroll .custom_scroll_content.compare > a{height: 40px; line-height: 38px; margin-top: 2px; padding: 0 0 0 20px; font-size:16px;}

    .quick-links{margin-top:120px;}

    /* Equipment - detail 페이지 제품 info box */
    .product_info .product_info_inner .info .info_box{font-size:13px;}
    .product_info .product_info_inner .info.right ul li .info_box.data p{font-size:32px;}
    .product_info .product_info_inner .info.left .info_box p.mining_quarry{margin-left:0;}
    .product_info .product_info_inner .info .info_box span.info_type_mining_quarry{width:40px; margin-top:8px; }

    /* Equipment - detail 페이지 제품 info box */
    .product_info{height:inherit;}
    .product_info .product_info_inner{padding:32px 0 0; margin:0 50px;}
    .product_info .product_info_inner .info{}
    .product_info .product_info_inner .info.left,.product_info .product_info_inner .info.right{float:none; width:100%;}
    .product_info .product_info_inner .info.left{display:inline-block; text-align:center; padding:0 0 24px; margin:0 auto;}
    .product_info .product_info_inner .info.left:before{display:none;}
    .product_info .product_info_inner .info.left .info_left_inner{display:inline-block;}
    .product_info .product_info_inner .info.right{padding:24px 0 0; margin:0 0 32px; border-left:0; border-top:solid 1px #333;}
    .product_info .product_info_inner .info.left .info_box{display:inline-block; width:inherit; height:30px;}
    .product_info .product_info_inner .info.left .info_box:nth-of-type(2n){margin-left:20px;}
    .product_info .product_info_inner .info.left .info_box p{position:relative; display:inline-block; vertical-align: -webkit-baseline-middle; top:0; left:0; width:inherit; padding-left:10px; transform:none;}
    .product_info .product_info_inner .info .info_box span{display:inline-block; vertical-align:top; width:24px; height:24px; margin-top:4px;}
    .product_info .product_info_inner .info .title{height:inherit; font-size:11px; line-height:16px; margin-right:0;}
    .product_info .product_info_inner .info.left .title{height:24px; max-width:inherit; text-align:left;}
    .product_info .product_info_inner .info.right ul{width:100%; text-align:center;}
    .product_info .product_info_inner .info.right ul li{max-width:30%; padding-left:40px;}
    .product_info .product_info_inner .info.right ul li:nth-child(2){max-width:34%;}
    .product_info .product_info_inner .info.right ul li:last-child{max-width:36%;}
    .product_info .product_info_inner .info.right ul li .info_box.data p{font-size:32px; text-align:left; word-break:break-all;}

    /* Equipment - Special Applications detail 페이지 상단 제품바 */
    .container.subNavi_equipment_special-applications .gu_product_top > div, .container.subNavi_equipment_attachments .gu_product_top > div{width:calc(100% - 146px);}
    .container.subNavi_equipment_special-applications .gu_product_top > div.product_btn_container, .container.subNavi_equipment_attachments .gu_product_top > div.product_btn_container{width:inherit; min-width:146px;}

    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section{padding:0 50px; margin:0;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section, .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section_top{max-width:inherit; margin-left:0; margin-right:0;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section.gu_table{padding:0 50px; margin:0; }
    .gu_table .sec_inner {padding-bottom: 80px;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section.gu_table:last-child .sec_inner {padding-bottom: 120px;}
    .gu_table table tr th:first-child{font-weight:300;}
    .gu_table table tr th.spec_title{font-weight:700;}

    /* Equipment - detail 페이지 리스트 번호 */
    .equipment-detail_benefit-list-box li p {font-size:18px; line-height:26px; padding: 25px 0; }
    .equipment-detail_benefit-list-box li > span{top:31px;}
    .equipment-detail_benefit-list-box li:first-child span {top: 11px;}
    .equipment-detail_benefit-list-box li:first-child p{line-height:28px;}

    /* Equipment - detail 페이지 상단 제품바 버튼 */
    .gu_product_top > div.product_btn_container .btn_container{width:170px; margin-left:10px;}
    .gu_product_top > div .btn_container a {font-size: 13px;}
    .gu_product_top > div.product_btn_container a.compare{width:100%; margin-left:0;}
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name{width:170px; min-width:170px;}
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:before{top:inherit;
        transform:translateY(50%);
        -webkit-transform:translateY(50%);
        -ms-transform:translateY(50%);
    }

    /* Equipment - Benefits - 순서형 리스트 (기본형) */
    .equipment-detail_benefit-list-box {padding-bottom: 55px;}
    .equipment-detail_img-desc{margin:0 50px; }
    .gu_kv, .gu_kv .kv_img_box {height: 326px;}
    .section .sec_inner .sec_tit {font-size: 39px; padding: 80px 0 50px;}
    .equipment-detail_list-box li{padding: 30px 0 55px;}
    .equipment-detail_list-box li p{font-size:15px; line-height:23px; }
    .equipment-detail_list-box li p.copy {font-size: 21px; padding-right: 65px; }

    .contents_inner .section.equipment-detail_img-desc {padding: 50px 0 40px; margin-top:10px;}
    .equipment-detail_img-desc .title {font-size: 17px; margin-bottom: 16px; }
    .equipment-detail_img-desc .text {font-size: 15px; line-height: 23px;}

    .equipment-detail_benefit-list-box li p{margin-left:46px;}
    .equipment-detail_benefit-list-box li p span {font-size: 15px; line-height: 26px; padding-top:0;}
    .equipment-detail_benefit-list-box li p span:first-child {padding-top:15px;}

    .section.gu_table .sec_inner .table_bottom_desc p{font-size:13px; line-height: 20px;}
    .section .sec_inner .sec_tit p {font-size: 15px; line-height: 23px; margin-top:50px;}
    .gu_table .sec_inner .sec_tit {padding-top: 40px;}


    /* 테이블 */
    .gu_table_wrap{overflow: auto; position:relative;}
    .gu_table_wrap table{width:100%; display:table; white-space:nowrap; -webkit-overflow-scrolling: touch;}
    .gu_table table tr {font-size: 15px; }
    .gu_sub_wrapper .gu_sub_contents .contents_inner table br {display:block;}
    .gu_table .sec_inner .caption{font-size: 13px; line-height: 20px;}
    .gu_table table tr th, table tr td{word-break:keep-all; letter-spacing: -0.2px; padding:16px 18px 16px 0;}

    /* detail 페이지내 icon_list_box */
    .section.equipment-detail_benefit-list .sec_inner .sec_tit{padding-top:120px;}
    .gu_icon-list_box .icon_box{margin-bottom:80px; width: calc(50% - 8px); padding-top:18px;}
    .gu_icon-list_box .icon_box p.tit {font-size:18px; }
    .gu_icon-list_box .icon_box p.desc_text {font-size: 15px; padding: 40px;}
    .container.subNavi_equipment_special-applications .gu_icon-list_box .icon_box p.desc_text {padding:0 40px;}
    .gu_icon-list_box .icon_box:nth-child(odd) {margin-right:8px;}
    .gu_icon-list_box .icon_box:nth-child(even) {margin-left:8px;}
    .gu_table .sec_inner .list_title{font-size: 21px; padding:50px 0 20px;}
    .gu_table .sec_inner .list_title:nth-child(2){padding-top:0;}
    .gu_icon-list_box .icon_box > span{margin:40px auto 38px;}
    .gu_icon-list_box .icon_box span img.img_w{display:none;}
    .gu_icon-list_box .icon_box span img.img_t{display:block; width:90px;}

    .product_box a p.attach_product{font-size:14px; bottom:30px; padding:0 20px;}
    .product_box .img_box{width:160px; padding-top:0;}
    .product_box .img_box{height:100%; width:100%; padding-top:0;}
    .product_box .img_box div img {max-height:150px;}
    .product_box{height: 238px;}
    .product_list{margin-right:16px; width:calc((100% - 16px)/2);}
    .product_list .attach_product{font-size:18px;}
    .product_list .text{font-size:14px;}


    /* detail 페이지내 4-depth tab */
    .section .sec_inner .gu_tab_depth4{margin:50px auto;}
    .gu_contents_depth4 .list_desc p {font-size: 15px; line-height: 23px;}
    .gu_contents_depth4 .list_desc p.title {font-size:17px; padding-bottom:16px;}
    .gu_contents_depth4 .list_desc > div {vertical-align: top;}
    .section.wheel-loader-attachments_bucket-list .sec_inner .gu_contents_depth4_area.img_and_text .gu_contents_depth4{height:auto;}

    .container{min-height:auto;}


    /* detail 페이지내 attachment */
    .product_box a p span{width:7px; height:12px; margin:0 0 0 6px; background:url('../../../img/equipment/excavators/t_btn_go_gray.png') no-repeat center / cover;}
    .product_box .img_box div {vertical-align: baseline; padding-top:20px;}

    /* detail 페이지내 Popup */
    .gu_popup{-webkit-overflow-scrolling: touch;}
    .gu_popup .pop_contents{padding:100px 0 0;min-height:auto;}
    .pop_cnt_inner{position:relative; padding:0 50px;}
    .pop_cnt_inner{overflow-x:scroll; width:auto; white-space:nowrap; padding-bottom:20px;}
    .pop_cnt_inner .product_container{float:none; display:inline-block; min-width:258px; vertical-align:top;}
    .pop_cnt_inner .product_container:nth-child(4){margin-right:50px;}
    .pop_cnt_inner .product_container .compare_box.text .compare_top{ font-size:32px; line-height:44px; font-weight:700;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box{display:block;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select{width:90%;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown{width:90%; left:5%;}
    .gu_popup .pop_inner .btn_unselected{width:20px; height:20px;}
    .gu_popup_bottom{padding:20px 0 60px;}
    .gu_popup_bottom a{min-width:130px; padding: 11px 0;}
    .gu_popup .pop_inner .btn_close_pop {top:25px;right:25px;}
    .mobile .pop_cnt_inner::-webkit-scrollbar{height:0;}
    .ico_drag {position:absolute; top:50%; left:50%; margin-top:-198px;}
    
    /* 360 viewLink */
    .gu_product_top > div.product_btn_container div.resize {margin: 0 10px 10px 0 !important;}
    .gu_product_top > div.product_btn_container a.viewLink{width:100%;}
    .gu_product_top > div.product_btn_container a.compare {margin: 0;}
}


/* ================================== Mobile css ================================== */

@media all and (max-width: 1681px) {
    /* 360 view */
    .visual_area .visual_box.view360 #turntable:after { bottom:90px }
}
@media all and (min-width: 1680px) {
    /* 360 view */
    .visual_area .visual_box.view360 #turntable:after { bottom:60px }
}
@media all and (max-width: 766px) {
    .visual_area .visual_box.view360 #turntable:before{ width: 30px; height: 20px; top: 10px; margin-left:-15px; }
    .visual_area .visual_box.view360 #turntable:after { width: 25px; height: 25px; bottom: 515px; left: 10px; background-image: url("../../../img/common/icon/icon_zoominout_m.png")}
	
	.visual_pager_controls {width: 100%;}

    /* 슬라이더 */
    .visual_pager_controls .pager_item .pager_link{font-size:10px; letter-spacing:0.5px;padding:2px 8px}
    .container_inner .gu_swiper .swiper-container .direction_area .btn_arrow > div{width:16px; height:32px;}

    .visual_video_control .video_btn{width:50px; height:50px; margin-top:-25px; margin-left:-25px;}
    .visual_video_control .video_btn:after{border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid #fff;}
    .slider-pagination{bottom:50px;}

    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev{left:4px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{right:4px;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev, .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{height:20px; bottom:100px; width:10px;}

    /* Equipment - detail 페이지 이미지 슬라이더*/
    .visual_slide_controls a{width:36px; height:30px;}
    .visual_slide_controls a#prev{left:20px;}
    .visual_slide_controls a#next{right:20px;}
    #WRAP #SLIDER-WRAP .visual_slide .slide_video video{width:100%;}
    .slider-pagination.no_pager_item{bottom:16px;}

    /* Equipment - detail 페이지 상단 제품바 */
    .gu_product_top {padding:20px; height:auto;}
    .gu_product_top > div .btn_container:last-child{text-align:left; left:20px; top: auto; bottom: 0;}
    .gu_product_top > div .btn_container p.name {font-size: 24px; line-height: 42px;  padding-right:0;}
    .gu_product_top > div .btn_container {float:none; width:100%;}
    .gu_product_top > div .btn_container:first-child {width:100%; margin-bottom:16px;}
    .container.subNavi_equipment_attachments .container_inner .gu_product_top > div:first-child {margin-bottom:0;}
    .gu_product_top > div .btn_container a {width:160px; font-size:13px; padding:11px 41px;}
    .gu_product_top > div .btn_container a:after{margin-left:0;}
    .gu_product_top > div .btn_container a.brochure:after{background:url('../../../img/equipment/excavators/p_btn_down_black.png') no-repeat; height:6px;
        margin-left:12px; margin-bottom:1px; background-size:contain;}
    .gu_product_top > div p, .gu_product_top > div div.sub > span{font-size:11px;padding-top:14px;}
    .gu_product_top > div p.name{max-width:calc(100% - 240px); font-size:24px; line-height: 36px;}
    .gu_product_top > div.product_btn_container .btn_container, .gu_product_top > div.product_btn_container .gu_sort_area{float:left; width:calc(50% - 6px); max-width:inherit; min-height:38px;}
    .gu_product_top > div.product_btn_container .gu_sort_area{max-width:inherit; margin-right:12px;}
    .gu_product_top > div.product_btn_container .btn_container{position:relative; left:0; z-index:0; margin-left:0;}
    .container_inner .gu_product_top {padding:20px; height:auto; min-height:inherit;}
    .container_inner .gu_product_top > div.product_btn_container a{width:100%; font-size:13px; margin:0; padding:0 20px; line-height:36px;}
    .gu_product_top > div.product_btn_container a.compare{margin-left:0;}
    .gu_product_top > div.product_btn_container a.compare,.gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name{width:100%; height:38px; line-height:36px;}
    .gu_product_top > div div.sub > span{margin:0 4px 0;}
    .gu_product_top > .product_name .gu_sort_area {width:100%;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name {width:auto;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name a { padding-right:25px; padding-bottom:0; padding-top:0;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:before {bottom:15px;}
    .gu_product_top > .product_name .gu_sort_area .gu_sort_name:after {bottom:11px;}
    .gu_product_top > .product_name .gu_sort_area .gu_selectbox .gu_selectbox_inner a {height:39px; line-height:39px;}
    .product_btn_container .gu_sort_area .gu_selectbox{top:0; right:inherit; left:0; width: calc(200% + 12px);}
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name{min-width:inherit;}
    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div{padding-left:20px; padding-right:18%;}
    #WRAP .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div .brochure_btn_box{padding-top:4px;}

    .product_btn_container .gu_sort_area .gu_selectbox .gu_selectbox_inner .gu_custom_scroll .custom_scroll_content > div span a span{line-height:40px;}
    .gu_product_top > div.product_btn_container .gu_sort_area .gu_sort_name:before{bottom:50%;}
    .gu_product_top > div.product_btn_container a.compare:after{bottom:24px;}

    .gu_product_top > div span.name, .gu_product_top > div .btn_container span.name { font-size:23px; padding-right:9px;}
    .container_inner .gu_product_top > div p.name{float:none; display:inline-block; vertical-align:top; width:auto; max-width:inherit; font-size: 24px; line-height:36px; padding-right:10px;}
    .container_inner .gu_product_top > div{float:none; width:100%;}
    .container_inner .gu_product_top > div div.sub{display:inline-block; vertical-align:top; float:none; margin-top:3px;}
    .container_inner .gu_product_top > div:first-child{margin-bottom:16px;}
    .container_inner .gu_product_top > div a {font-size:12px; padding:11px 41px 11px 0;}
    .container_inner .gu_product_top > div a:after{margin-left:0;}
    .container_inner .gu_product_top > div a.brochure:after{background:url('../../../img/equipment/excavators/p_btn_down_black.png') no-repeat; height:6px; margin-left:12px; margin-bottom:1px; background-size:contain;}
    .gu_sort_area .gu_sort_name a{font-size: 14px;}
    .gu_sort_area .gu_selectbox .gu_selectbox_inner a{height: 35px;line-height: 35px;padding-left: 15px;font-size: 14px}
    .gu_sort_area .gu_sort_name:before{bottom: 12px}

    .contents_inner .section .sec_inner {padding-top:0;}
    .quick-links{margin-top:60px;}

    /* Equipment - detail 페이지 KV */
    .gu_kv, .gu_kv .kv_img_box {height:180px;}

    /* Equipment - detail 페이지 제품 info box */
    .product_info .product_info_inner{margin:0 18px; padding-top:24px;}
    .product_info .product_info_inner .info .info_box{font-size:13px;}
    .product_info .product_info_inner .info.right {padding-top:18px; margin-bottom:24px;}
    .product_info .product_info_inner .info.right ul{height:48px;}
    .product_info .product_info_inner .info.right ul li .info_box.data p{font-size:20px; line-height:20px;}
    .product_info .product_info_inner .info.right ul li > div{height:20px;}
    .product_info .product_info_inner .info.left {padding-bottom:18px;}
    .product_info .product_info_inner .info .info_box span.info_type_mining_quarry{width:40px; margin-top:8px;}
    .product_info .product_info_inner .info.left .info_box{float:left; width:inherit; padding-right:10px; height:24px;}
    .product_info .product_info_inner .info.left .info_box:nth-of-type(2n){margin:0; padding:0 0 0 10px;}
    .product_info .product_info_inner .info.left .info_box p{min-width:76px; max-width: calc(100% - 24px); font-size:11px; line-height:14px;}
    .product_info .product_info_inner .info .title{font-size:9px; line-height:14px; padding-bottom:1px;}


    .product_info .product_info_inner .info .info_box span{display:block; float:left; margin-top:2px;}
    .product_info .product_info_inner .info .info_box span.info_type_agriculture{background-image:url('../../../img/equipment/excavators/m_ico_type_agriculture.png');}
    .product_info .product_info_inner .info .info_box span.info_type_forestry{background-image:url('../../../img/equipment/excavators/m_ico_type_forestry.png');}
    .product_info .product_info_inner .info .info_box span.info_type_ground{background-image:url('../../../img/equipment/excavators/m_ico_type_ground.png');}
    .product_info .product_info_inner .info .info_box span.info_type_landscape{background-image:url('../../../img/equipment/excavators/m_ico_type_landscape.png');}
    .product_info .product_info_inner .info .info_box span.info_type_mining1{background-image:url('../../../img/equipment/excavators/m_ico_type_mining.png');}
    .product_info .product_info_inner .info .info_box span.info_type_mining_block{background-image:url('../../../img/equipment/excavators/m_ico_type_mining-block.png');}
    .product_info .product_info_inner .info .info_box span.info_type_mining_log{background-image:url('../../../img/equipment/excavators/m_ico_type_mining-log.png');}
    .product_info .product_info_inner .info .info_box span.info_type_miscellaneous{background-image:url('../../../img/equipment/excavators/m_ico_type_miscellaneous.png');}
    .product_info .product_info_inner .info .info_box span.info_type_parallel{background-image:url('../../../img/equipment/excavators/m_ico_type_parallel-lifting.png');}
    .product_info .product_info_inner .info .info_box span.info_type_processing{background-image:url('../../../img/equipment/excavators/m_ico_type_processing-manufacturing.png');}
    .product_info .product_info_inner .info .info_box span.info_type_site{background-image:url('../../../img/equipment/excavators/m_ico_type_site.png');}
    .product_info .product_info_inner .info .info_box span.info_type_utilities{background-image:url('../../../img/equipment/excavators/m_ico_type_utilities.png');}
    .product_info .product_info_inner .info .info_box span.info_type_recycling{background-image:url('../../../img/equipment/excavators/m_ico_type_recycling.png');}
    .product_info .product_info_inner .info .info_box span.info_type_general{background-image:url('../../../img/equipment/excavators/m_ico_type_general_construction.png');}
    .product_info .product_info_inner .info .info_box span.info_type_residential{background-image:url('../../../img/equipment/excavators/m_ico_type_residential.png');}
    .product_info .product_info_inner .info .info_box span.info_type_commercial{background-image:url('../../../img/equipment/excavators/m_ico_type_commercial.png');}
    .product_info .product_info_inner .info .info_box span.info_type_infrastructure{background-image:url('../../../img/equipment/excavators/m_ico_type_infrastructure.png');}
    .product_info .product_info_inner .info .info_box span.info_type_infrastructure2{background-image:url('../../../img/equipment/excavators/m_ico_type_infrastructure2.png');}
    .product_info .product_info_inner .info .info_box span.info_type_mining_quarry{background-image:url('../../../img/equipment/excavators/m_ico_type_mining_quarry.png'); width:40px;}
    .product_info .product_info_inner .info .info_box span.info_type_quarry1{background-image:url('../../../img/equipment/excavators/m_ico_type_quarry.png');}
    .product_info .product_info_inner .info.right ul li{padding-left:30px;}

    .container.subNavi_equipment_special-applications .gu_icon-list_box .icon_box p.desc_text {padding:40px;}

    /* Equipment - detail 페이지 contents */
    .contents_inner .section, .contents_inner .section_top {margin: 0 20px;}
    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section {padding: 0 20px;  margin: 0;}
    #EQUIPMENT_EXCAVATORS-DETAIL .section.gu_table .sec_inner .sec_tit{padding-top:60px;}

    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section.gu_table:last-child .sec_inner {padding-bottom:60px;}
    .section .sec_inner .sec_tit {padding: 60px 0 30px; font-size:24px; line-height:32px;}
    .equipment-detail_list-box {padding-bottom:0;}
    .equipment-detail_list-box li p {font-size: 12px; line-height:18px;}
    .equipment-detail_list-box li:last-child{padding-bottom:60px;}
    .contents_inner .section.equipment-detail_img-desc {padding:30px 0 0 0; margin-top:60px;}
    .equipment-detail_img-desc>div {float:none; width: 100%; }
    .equipment-detail_img-desc .img{margin-bottom:30px;}
    .equipment-detail_img-desc .title {font-size:12px; line-height:18px; margin-bottom:9px; }
    .equipment-detail_img-desc .text {font-size:12px; line-height:18px; }
    .equipment-detail_benefit-list-box li p {font-size:14px; line-height: 20px; padding: 20px 0;}
    .equipment-detail_benefit-list-box li:first-child p {padding-top:0; line-height: 20px;}
    .equipment-detail_benefit-list-box li > span {top: 24px;}
    .equipment-detail_benefit-list-box li:first-child span {top:3px; }
    .equipment-detail_benefit-list-box {padding-bottom:40px; }
    .equipment-detail_benefit-list-box li p span{font-size:12px; line-height:18px;}
    .equipment-detail_benefit-list-box li p span:first-child {padding-top:9px;}

    .gu_sub_wrapper .gu_sub_contents .contents_inner.except .section.gu_table{padding: 0 20px; margin:0;}
    .gu_table .sec_inner {padding-bottom: 60px;}
    .section.gu_table .sec_inner .table_bottom_desc p {font-size: 11px; line-height: 16px; margin-bottom:0;}
    .section .sec_inner .sec_tit p {font-size: 12px; line-height: 18px; margin-top: 30px;}


    /* 테이블 */
    .gu_table table tr {font-size: 12px; }
    .gu_table table tr th, table tr td {padding: 16px 25px 16px 0; }
    .gu_table .sec_inner .caption{font-size: 11px; line-height:16px;}

    /* detail 페이지내 4-depth tab */
    .section .sec_inner .gu_tab_depth4 {margin: 60px auto;}
    .gu_contents_depth4 .list_desc p.title {padding-bottom: 11px;}
    .gu_contents_depth4 .list_desc p {font-size: 12px; line-height:18px;}

    /* detail 페이지내 icon_list_box */
    .section.equipment-detail_benefit-list .sec_inner .sec_tit{padding-top:60px;}
    .gu_table .sec_inner .list_title{font-size:16px; padding:30px 0 20px;}

    .gu_icon-list_box .icon_box{float:none; width:100%; margin-bottom: 30px;}
    .gu_icon-list_box .icon_box:last-child{margin-bottom: 60px;}
    .gu_icon-list_box .icon_box > span{margin:30px auto; }
    .gu_icon-list_box .icon_box p.desc_text {font-size: 12px; padding:29px 23px;}
    .gu_icon-list_box .icon_box p.tit {font-size: 16px;}
    .section.equipment-detail_product .sec_inner .sec_tit {padding-top:60px;}
    .gu_icon-list_box .icon_box:nth-child(even) {margin-left:0;}

    .excavators_attach_container:after{content:''; display:block; clear:both;}
    .product_box {height:180px; margin-right:11px; margin-bottom:11px; float:left;}
    .product_box .img_box, .product_box .img_box div{display:block;}
    .product_box .img_box{
        transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
    }
    .product_box .img_box div img {max-height:90px;}
    .product_box:nth-child(even){margin-right:0;}
    .product_box a p.attach_product {font-size: 14px; bottom:20px;}

    .product_box a p:after{width:5px; height:8px; margin:0 0 0 5px;}
    .product_box:hover a p:after{margin:0 0 0 5px;}

    .product_list .attach_product {font-size: 14px;}
    .product_list .text {font-size: 12px; padding-top:20px;}
    .product_list .attach_product{padding:20px 0;}
    .product_list .text p {padding:7px 0 17px;}

    /* Attachments, Special Applications detail 페이지 상단 흰색바 */
    .container.subNavi_equipment_special-applications .gu_product_top > div, .container.subNavi_equipment_attachments .gu_product_top > div{width:100%;}
    .container.subNavi_equipment_special-applications .gu_product_top > div.product_btn_container, .container.subNavi_equipment_attachments .gu_product_top > div.product_btn_container{width:calc(50% - 5px);}
    .container.subNavi_equipment_special-applications .gu_product_top > div.product_btn_container .gu_sort_area, .container.subNavi_equipment_attachments .gu_product_top > div.product_btn_container .gu_sort_area{width:100%; margin:0;}
    .container.subNavi_equipment_special-applications .container_inner .gu_product_top > div p.name, .container.subNavi_equipment_attachments .container_inner .gu_product_top > div p.name{max-width:inherit;}

    /* 팝업 */
    .gu_popup .pop_contents{padding:0;}
    .pop_cnt_inner{padding:60px 0 20px;}
    .gu_popup .pop_inner .btn_close_pop{top:20px;right:20px;}
    .pop_cnt_inner .product_container{min-width:184px; margin-right:11px;}
    .pop_cnt_inner .product_container:first-child{padding-left:20px;}
    .pop_cnt_inner .product_container .compare_box .compare_top{height:140px; font-size:24px; line-height:32px;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top{height:140px; padding:52px 0 20px;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select{width:80%; padding:6px 20px;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .product_select, .pop_cnt_inner .product_container .compare_box table tr th, .pop_cnt_inner .product_container .compare_box table tr td{font-size:12px;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box .select_dropdown{width:80%; left:10%;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .select_box.on .select_dropdown{top:0;}
    .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name:before{bottom:50%; right:26px;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
    }
    .pop_cnt_inner .product_container .compare_box.select .compare_top .gu_sort_area .gu_sort_name a{font-size:14px; padding:6px 20px 8px;}
    .pop_cnt_inner .product_container .compare_box table tr th{min-height:56px; padding:20px 0 20px 5px;}
    .pop_cnt_inner .product_container .compare_box table tr td{min-height:41px; height:41px;}
    .pop_cnt_inner .product_container.text .compare_box table tr{height:41px;}
    .gu_popup_bottom{bottom:40px;}
    .gu_popup_bottom a{min-width:125px; padding:10px 0; font-size:12px;}
    .pop_cnt_inner .product_container .compare_box.text .compare_top{ font-size:24px; line-height: inherit;}
    .pop_cnt_inner .product_container .gu_sort_area .gu_selectbox .gu_selectbox_inner a:first-child:before {left:14px;}
    
    /* 360 viewLink */
    .gu_product_top > div.product_btn_container div.resize {margin: 0 5px 10px 0 !important;}
}

@media all and (max-width:500px) {
    /* Equipment - detail 페이지 제품 info box */
    .product_info .product_info_inner .info.left .info_left_inner{min-width:280px;}
    .product_info .product_info_inner .info.left .info_box{float:left; display:block; max-width:50%;}
    .product_info .product_info_inner .info.left .info_box:nth-of-type(2n){float:right;}

    /* 360 view */
    .visual_area .visual_box.view360 #turntable:before, .visual_area .visual_box.view360 #turntable:after { display:none }

}

@media all and (max-width:414px) {
    table tr td{line-height:120%;}

    /* Equipment - detail 페이지 제품 info box */
    .product_info .product_info_inner .info.right ul li {padding-left: 10px;}
}

@media all and (max-width:374px){
    /* Equipment - detail 페이지 제품 info box */
    .product_info .product_info_inner .info.left .info_left_inner{text-align:left;}
    .product_info .product_info_inner .info.left .info_box{display:inline-block;}
    .product_info .product_info_inner .info.left .info_box:nth-of-type(2n){float:none;}
    .product_info .product_info_inner .info.left .info_box p{word-break: break-all;}
    .product_info .product_info_inner .info.right ul li:nth-child(2){max-width:36%;}

    /* attachments 리스트 */
    .product_box{height:160px;}
    .product_box .img_box{width:inherit;}
    .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-prev, .swiper-container.bottom_list .direction_area .btn_arrow .swiper-button-next{bottom:90px;}
}