@charset "utf-8"; 

.container, .container_new{ position: relative; width: 100%; }

.mainTopBanner .top_banner_btn_close .btns a.del{
     display: inline-block; width: 24px; height: 24px; background: url(../../img/sub/fa_icon_close.gif) no-repeat center center; 
}

/* 메인페이지 css */
.rignt_content{height: 100%; min-height: 800px; border-left: 1px solid #ddd;}

.rignt_content .right_content_main_wrap{max-width: 1100px; min-width: 800px; padding: 30px;}

.right_content_main_wrap img {width: 100%; height: auto; display: block; border-radius: 10px;
    transition: 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.right_content_main_wrap>div{margin-bottom: 20px;}
/* .right_content_main_wrap .main_cnt06{margin-bottom: 0;} */

/* 비디오 */
.video-container{width: 100%; max-width: 1280px; cursor: pointer;}
.responsive-video{width: 100%; height: auto; min-width: 740px; }

/* 슬라이스 */
.right_content_main_wrap .slider-container{width: 100%; overflow: hidden; margin-bottom: 0;}
.slider-wrapper{display: flex;}
.slider-wrapper img{flex-shrink: 0;}
.slider-cnt2{margin: 0 10px 0 10px;}

/* 헤더영역 */
.header-wrap {
    background-color: #fff; border-bottom: 1px solid #ddd; height: 80px;
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
}

.h-inner-flex{display: flex; align-items: center; height: 100%; width: 1200px;}

/* logo */
.h-inner-flex h1{ width: 250px; padding-left: 30px;}
.logo a img{width: 160px; height:100%; /* 로고 높이 */ }

/* gnd */
.gnb {flex-grow: 1; width: 1000px;}

.menu {display: flex; list-style: none; margin-left: 30px;/* justify-content: space-evenly; */}

.menu > li {position: relative;}
.menu > li > a {text-decoration: none; color: #333; padding: 10px 11px; display: block; font-weight: 700; font-size: 16px;}
.menu > li:nth-child(1) > a {padding-left: 0;}

.sub_menu {display: none; position: absolute; top: 100%; left: 0; background-color: #fff; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    list-style: none; padding: 10px 0; width: 100%; }

.sub_menu li a { padding: 10px 15px; display: block; color: #333; text-decoration: none; font-size: 14px;}
.gnb .sub_menu li a:hover {background-color: #3D82FF; color: #e0e0e0; font-weight: 500;}
.menu > li:hover .sub_menu {display: block;}
/* 추가 dropdown 공통 너비*/
.gnb .menu > li .sub_menu{width: 135px;}

/* //gnd */
/* side_menu */
.right_popinfo{position: absolute; right: 10px; top: 90px;}

/* //헤더영역 */

/* 공통 기본레이아웃 */
.sub{padding-top: 80px; display: flex; position: relative;}
/* lefr_user_side */
.sub .left_user_side{ width: 250px; position: sticky; top: 80px; display: flex; flex-direction: column; height: calc(100vh - 80px); justify-content: space-between; }
/* right_content */
.rignt_content{ width: 100%; position: relative; }



/* footer */
.footer_pre{display: flex; flex-wrap: wrap; border-top: 0.5px solid #3D82FF; background-color: #3F67EB;}

.footer_pre .footer_pre_cont{font-size: 14px; padding: 20px 30px;}
.footer_pre .footer_pre_cont a{color: #f8f8f8; font-weight: 300;}
.footer_wrap{display: flex; padding-top: 20px; padding-bottom: 20px; align-items: center; background-color: #3D82FF;}

.footer_wrap .footer_logo{width: 250px; padding-left: 80px;}

.footer_wrap .footer_company, .footer_wrap .footer_customer{padding-left: 30px; color: #e0e0e0; font-weight: 500; font-size: 12px;}
.footer_wrap .footer_company p, .footer_wrap .footer_customer p{margin-bottom: 20px; font-size: 16px;}
.footer_wrap .footer_company .foot_address{margin-bottom: 10px;}

.footer_wrap .footer_company .copyright{font-size: 12px; font-weight: 300; margin-top: 35px;}

.footer_wrap .footer_customer{height: 142px; text-align: start;}
.footer_wrap .footer_customer div:not(:last-child){margin-bottom: 10px;}
.footer_wrap .footer_customer .custom_phone{font-size: 18px;}