/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/
/* 폰트 - 구글 나눔고딕 */
body, h1, h2, h3, h4, h5, h6 {font-family:'Noto Sans','Noto Sans KR', sans-serif;word-break:keep-all;word-wrap: break-word;}

/*---------- common ----------*/
.clear-after:after {content:"";display:block;clear:both}
p, li {word-break:keep-all;word-wrap: break-word;}
ul {margin-bottom:0}
.transition-03 {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}

/* 버튼 스타일 */
.btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 25px;letter-spacing:2px;color:#1b1b1b;border-width:1px;border-style:solid;border-color:#1b1b1b;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.btn-more a:hover {color:#fff}
.btn-more a:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-50px;display:block;border-right:50px solid transparent;border-bottom:80px solid #1b1b1b;z-index:-1;transform: translateX(-100%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.btn-more a:hover:before {transform: translateX(0)}
@media (max-width:767px){
	.btn-more a {padding:5px 20px;font-size:11px}
}

/* 편집 버튼 */
.btn-edit-admin {z-index:990;position:fixed;top:120px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);}
.btn-edit-mode-wrap {position:relative;width:100%}
.btn-edit-mode {display:none;z-index:5;position:absolute;width:100%}
.btn-edit-mode a {display:inline-block !important;width:auto;padding:1px 8px !important;color:#fff !important}

/*---------- Wrapper & Basic Body ----------*/
.wrapper-inner {position:relative;}
.basic-body.sub-basic-body {position:relative;padding:0px 10px 10px 10px;top:-30px}
@media (min-width:768px){
    .basic-body.sub-basic-body {padding:0px 0 70px}
}
@media (min-width:1280px){
	.wrapper-inner.box-layout {width:1200px;margin:0 auto;box-shadow:0 0 3px rgba(0,0,0,0.4)}
}
/* background line - 상하좌우 선 */
.background-line {position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%}
.background-line > div {position:absolute;background:#eee}
.background-line .line-top, .background-line .line-bottom {width:100%;height:1px}
.background-line .line-right, .background-line .line-left {height:100%;width:1px}
.background-line .line-top {top:60px}
.background-line .line-right {right:60px}
.background-line .line-bottom {bottom:60px}
.background-line .line-left {left:60px}
@media (max-width:991px){
	.background-line .line-right {right:5px}
	.background-line .line-bottom {bottom:50px}
	.background-line .line-left {left:5px}
}

/*---------- Header ----------*/
/* header layout */
.header {position:fixed;z-index:999;top:0px;width:100%;height:85px;  background:rgba(255,255,255,1);box-shadow:0 0 1px 255rgba(255,255,0,0);border-bottom:0px solid rgba(255,255,255,.3)}
.header-left {float:left;width:20%}
.header-center {float:left;width:60%}
.header-right {float:right;width:20%}
.header.header-fixed-trans {top:0px;background:rgba(255,255,255,0.9);box-shadow:0 0 1px rgba(0,0,0,.3)}

.header-sticky-space {height:0px}
@media (max-width:991px){
    .header{height:auto;}
	.header-left {float:left;width:50%}
	.header-center {width:0}
	.header-right {float:right;width:50%}
	.header-sticky-space {height:0px}
}

/* header logo - 로고 */
.header-logo {padding-left:20px;margin:10px 0}
.header-logo a {float:left;height:80px}
.header-logo span {display:block;font-size:28px;line-height:45px;color:#1b1b1b}
.header-logo img {display:block;max-height:80px;width:auto}
@media (max-width:991px){
	.header-logo {margin:5px 0 0 0;padding-left:15px}
	.header-logo a {height:60px}
	.header-logo span {font-size:20px;line-height:24px}
	.header-logo img {max-height:60px}
}

/*---------- Header Nav - 메인메뉴 ----------*/
.header-nav .navbar-nav > li .dropdown-menu li a i {position:absolute;right:15px;top:19px}
/* 992px 이상 메뉴 - pc */
@media (min-width: 992px) {
	.header-nav {position:relative}
	.sidebar .sidebar-left-content h3 {display:none}
	.header-nav .navbar {margin-bottom:0;border:0 none}
	.header-nav .navbar-nav {display:flex;justify-content:center;width:100%;margin-top:15px}
	.header-nav .navbar-nav > li {float:none;position:relative;padding:0px 15px;}
	.header-nav .navbar-nav > li > a {padding:0;line-height:60px;font-size:22px;font-weight:700;text-align:center;color:#000;font-family:'Noto Sans KR'}
	.header-nav .navbar-nav > li > a:hover, .header-nav .navbar-nav > li.open > a {color:#333;background:none;font-weight:700}
	.header-nav .navbar-nav > li > a:after {color:#fff;content:"";opacity:0;position:absolute;top:50px;left:0;width:100%;height:0px;background:#fff;
        -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
	.header-nav .navbar-nav > li > a:hover:after, .header-nav .navbar-nav > li.open > a:after, .header-nav .navbar-nav > li.active > a:after {opacity:1;top:58px;height:0px}
	.header-nav .navbar-nav > li > ul {display:block !important;top:70px;left:42%;padding:0;border:0;width:100%;min-width: 190px; height:auto;z-index:1;text-align:center;background:#cb3131;border-radius:0;margin-bottom:0px; transform:rotateX(-90deg) translateX(-50%);opacity:0;box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;transform-origin:top;}
	.header-nav .navbar-nav > li.open > ul {transform:rotateX(0) translateX(-50%);opacity:0.9;transform-origin:top}
	.header-nav .navbar-nav > li ul li {position:relative;height: auto;}
	.header-nav .navbar-nav > li ul li a {height:40px;padding:10px 5px 10px 5px;color:#fff;background:#cb3131;border-bottom:0px solid rgba(0,0,0,.2);font-size:15px;line-height:16px;font-weight:600}
	.header-nav .navbar-nav > li ul li a:hover, .header-nav .navbar-nav > li ul li.active > a {color:#fff;background:#cb2131}
	.header-nav .navbar-nav > li ul li ul {display:block !important;top:0;left:100%;margin:0;padding:0;border:0 none;background:#fff;transform-origin:left;transform:perspective(4000px) rotateY(-90deg);transition:transform .35s ease;}
	.header-nav .navbar-nav > li ul li:hover ul {transform:rotateY(0);}
	.header-nav .navbar-nav > li ul li ul li a {padding:15px}
	.nav > li > a:focus {background:none}
	.header-sticky-space.header-fixed-space-trans {margin-top:66px}
    .header.header-fixed-trans .header-nav .navbar-nav > li > a {margin-bottom:10px;line-height:60px;font-size:18px;font-weight:700;text-align:center;color:#000;font-family:'Noto Sans KR'}
}
@media (min-width: 1300px) {
   
	.header-nav .navbar-nav > li {padding:0px 35px;}
    	.header.header-fixed-trans .header-nav .navbar-nav > li > a {margin-bottom:10px;line-height:60px;font-size:22px;font-weight:700;text-align:center;color:#000;font-family:'Noto Sans KR'}
	.header.header-fixed-trans .header-nav .navbar-nav > li > a:hover, .header.header-fixed-trans .header-nav .navbar-nav > li.open > a {color:#222;background:none;font-weight:700}
	.header-nav .navbar-nav > li > a:after {color:#fff;content:"";opacity:0;position:absolute;top:50px;left:0;width:100%;height:0px;background:#fff;
        -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
    
    
}

/* 992px 미만 메뉴 - 모바일 */
@media (max-width: 991px) {
	.sidebar.left {z-index:999;display:none;position:fixed;top:0;left:0;bottom:0;width:280px;background:rgba(204, 204, 204, 0.9)}
	.sidebar-left-mask {display:none}
	.sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;background:#000;opacity:0.5}
	.sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,0.25);overflow-y:auto;-webkit-overflow-scrolling:touch}
	.header-nav .navbar {min-height:auto;margin-bottom:0}
	.header-nav .navbar-nav {position:relative;margin:0;float:none}
	.header-nav .navbar-nav > .nav-li-space {height:44px;border-bottom:none;border-top:1px solid #e5e5e5;background:#f2f2f2}
	.header-nav .navbar-nav > li {float:none;width:100% !important}
	.header-nav .navbar-nav > li > a {font-size:14px;padding:10px 15px;color:#555}
	.header-nav .navbar-nav > li a {border-bottom:1px solid #DADADA}
	.header-nav .navbar-nav > li > .cate-dropdown-open {position:absolute;top:10px;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none;border-left:0px solid #DADADA;z-index:9}
	.header-nav .navbar-nav > li > .cate-dropdown-open:before {content:"\f054";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#000}
	.header-nav .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
	.header-nav .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f078";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#000}
	.header-nav .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
	.header-nav .navbar-nav .open .dropdown-menu > li > a {color:#555;line-height:26px}
	.header-nav .navbar-nav .open .dropdown-menu > li:first-child > a {border-top:0 none}
	.header-nav .navbar-nav .open .dropdown-menu > li > a, .header-nav .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 25px}
	.header-nav .navbar-nav .open .dropdown-menu > li > a:hover, .header-nav .navbar-nav .open .dropdown-menu > li > a:focus {color:#000}
	.header-nav .navbar-nav > .open > a, .header-nav .navbar-nav > .open > a:hover, .header-nav .navbar-nav > .open > a:focus {color:#000;background:inherit}
	.header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {color:#000;background:inherit}
	.header-nav .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px}
	.header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#555;line-height:22px;border-top:0 none;padding:5px 15px 5px 30px}
	.header-nav .navbar-nav .dropdown-submenu > .dropdown-menu {display:block}

	.nav>li>a:hover, .nav>li>a:focus {background:none}
	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color:#dadada}
}

.sidebar .sidebar-member-menu {display:none}
@media (max-width: 991px) {
	.sidebar.left {z-index:999;display:none;position:fixed;top:0px;left:0;bottom:0;width:280px;background:#EBEFF3}
	.sidebar-left-mask {display:none}
	.sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;background:#000;opacity:0.5}
	.sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}
	.sidebar .sidebar-left-content h3 {margin:0;padding:0 15px;line-height:50px;background:#fff;color:#222;font-size:20px;letter-spacing:2px;font-family: 'Montserrat', sans-serif;font-weight:800}
	.sidebar .sidebar-member-menu {position:relative;display:block;padding:0 15px 20px;border-bottom:1px solid #e5e5e5}
	.sidebar .sidebar-member-menu .sidebar-lg-btn {margin-bottom:20px}
	.sidebar .sidebar-member-menu .sidebar-member-btn-box {display:inline-block;float:left;width:50%}
	.sidebar .sidebar-member-menu .sidebar-member-btn {position:relative;background:#656565;width:120px;height:40px;line-height:40px;color:#fff;text-align:center;border-radius:2px !important}
	.sidebar .sidebar-member-menu .sidebar-other-btn {position:relative;background:#252525;width:120px;height:30px;line-height:30px;color:#fff;text-align:center;border-radius:2px !important}
	.header-nav .navbar-nav {position:relative;margin:0;float:none;background:#fff}
	.header-nav .navbar-nav > .nav-li-space {height:44px;border-bottom:none;border-top:1px solid #e5e5e5;background:#f2f2f2}
	.header-nav .navbar-nav > li {float:none}
	.header-nav .navbar-nav > li > a {font-size:14px;padding:20px 15px;color:#000;font-weight:700}
	.header-nav .navbar-nav > li a {border-bottom:none;border-top:0px solid #e5e5e5}
	.header-nav .navbar-nav > li a:hover {border-top:1px solid #e5e5e5}
	.header-nav .navbar-nav > li:first-child > a {border-top:0px solid transparent}
	.header-nav .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
	.header-nav .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px 5px 25px;line-height:26px;color:#333;border-top:0px solid #e5e5e5}
	.header-nav .navbar-nav .open .dropdown-menu > li.active > a {color:#000;background:none !important}
	.header-nav .navbar-nav .open .dropdown-menu > li:first-child > a {border-top:1px solid #e5e5e5}
	.header-nav .navbar-nav .open .dropdown-menu > li > a:hover, .header-nav .navbar-nav .open .dropdown-menu > li > a:focus {color:#000;background:none}
	.header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {font-weight:700;color:#222;background:inherit}
	.header-nav .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px;background:#f8f8f8;text-align: left}
	.header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#666;line-height:22px;border-top:1px solid #e5e5e5;padding:5px 15px 5px 35px;background:#f8f8f8}
    .header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a:hover,
     .header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li.active > a{color:#333;background:none}
}

/* header topbar - 로그인, 회원가입 및 검색 버튼 */
.top-bar-list {display:flex;justify-content:flex-end}
.top-bar-list > li > a {display:block;width:75px;height:75px;padding-top:20px;font-size:12px;text-align:center;color:#000;background:;border-right:0px solid #333}
.top-bar-list > li:last-child > a {border-right:0 none}
.top-bar-list > li > a i {display:block;margin-bottom:2px;font-size:18px}
.top-bar-list > li > a span {font-size:10px}
.top-bar-list > li > a:hover {color:#666;background:none}
.top-bar-list > li.mobile-nav-trigger {display:none}
@media (max-width:991px){
	.top-bar-list > li.mobile-nav-trigger {display:block}
	.top-bar-list > li > a {width:60px;height:60px}
	.top-bar-list > li > a i {font-size:16px}
	.top-bar-list > li > a span {display:none}
}

/*---------- Board Title - 서브페이지 보드 타이틀 ----------*/
.board-title {position:relative;}
.board-title-image {position:relative;width:100%;height:620px;background-repeat:no-repeat;background-position:center top;background-size: cover;animation: fadeIn 1.5s;-webkit-animation: fadeIn 1.5s;background-attachment: fixed }

.board-title-image:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2)}
.board-title-image .mask-block {position:absolute;;width:100%;height:50%;background:}
.board-title-image .mask-block.mask-1 {right:0;top:0}
.board-title-image .mask-block.mask-2 {left:0;bottom:0}
.board-title-image .mask-block.active {width:0%;-webkit-transition: width .5s linear;-moz-transition: width .5s linear;-o-transition: width .5s linear;-ms-transition: width .5s linear;transition: width .5s linear}
.board-title-caption {position:absolute;top: 290px; left: 50%; transform: translate(-50%, -50%);text-align: center;}
.board-title-caption h2 {font-family:'Noto Sans', 'Noto Sans KR', 'Montserrat'; position:relative;margin:0 0 0px;font-size:70px;color:#fff;letter-spacing:0px;font-weight:900}
.board-title-caption h2:after {content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:40px;height:0px;background:#fff}
.board-title-caption .breadcrumb {display:flex;justify-content:center;margin:0;background:none;color:#fff;font-size:14px;line-height:18px;width:100%}
.board-title-caption .breadcrumb li, .board-title-caption .breadcrumb a {font-size:18px;color:#eee}
.board-title-caption .breadcrumb a:hover {color:#4b5acd}
@media (max-width:991px) {
	.board-title {padding-left:0}
	.board-title-caption h2 {margin-bottom:0px;font-size:24px}
	.board-title-caption .breadcrumb a {font-size:13px}
    .board-title-image {position:relative;width:100%;height:280px;background-repeat:no-repeat;background-position:center;background-attachment: inherit;background-size: cover }
    .board-title-caption {position:absolute;width: 90%;   top: 150px;  left: 50%;  transform: translate(-50%, -50%);text-align: center;}
    .board-title-caption .breadcrumb {display:flex;justify-content:center;margin:0;background:none;color:#fff;font-size:14px;line-height:18px;width:100%}
}

/*---------- submenu - 서브메뉴 ----------*/
.submenu_bg {position:relative;z-index:99;margin-bottom:10px;border-top:1px solid rgba(255,255,255,.1);width:100%;background:transparent;margin:0 auto;top:-61px;height:auto; }
.submenu {position:relative;z-index:99;margin-bottom:10px;border-bottom:0px solid #666;width:100%;max-width:1300px;background:transparent;margin:0 auto;top:0px;height:60px }
.submenu .sub-home-link {float:left;}	
.submenu .sub-home-link a {display:block;width:60px;height:60px;line-height:60px;text-align:center;font-size:20px;background:transparent;color:#fff}
.submenu .sub-home-link a:hover {background:transparent;color:#ccc}	
.submenu .submenu-title {position:relative;float:left;min-width:220px;padding:0 20px;cursor:pointer}	
.submenu .submenu-title.submenu-title-second {margin-left:-1px}
.submenu .submenu-title:before {content:"";display:block;position:absolute;top:0;right:0;width:0px;height:100%;background:#555;}
.submenu .submenu-title:after {content:"";display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;border-bottom:1px solid #fff;border-right:1px solid #fff;color:#fff}
.submenu .submenu-title h2 {margin:0;height:60px;line-height:60px;font-size:15px;color:#fff;font-weight:500}	
.submenu .list-submenu {display:none;position:absolute;top:100%;left:0;width:100%;border:0px solid #e5e5e5;background:#cb3131;z-index:10}	
.submenu .list-submenu li {margin:0}	
.submenu .list-submenu li a {display:block;padding:10px 10px;color:#fff}	
.submenu .list-submenu li a:hover {color:#ddd}
.submenu .list-submenu2 {display:none;position:absolute;top:100%;left:0;z-index:1;width:100%;min-width:200px; border:0px solid #e5e5e5;background:#f8f8f8;z-index:1}	
.submenu .list-submenu2 li {margin:0}	
.submenu .list-submenu2 li a {display:block;padding:10px 10px;color:#222;font-weight:500}	
.submenu .list-submenu2 li a:hover {color:#333}
@media (max-width:767px){
    .submenu_bg {position:relative;z-index:99;margin-bottom:10px;border-bottom:0px solid #eee;width:100%;background:transparent;margin:0 auto;top:-46px;height:auto; }
	.submenu {padding-left:45px;border-width:1px 1px 0 0;min-width:320px;height:45px;height:45px }
	.submenu .sub-home-link {position:absolute;top:0;left:0;float:none}
	.submenu .sub-home-link a {width:45px;height:45px;line-height:45px}
	.submenu .submenu-title {float:none;border-bottom:1px solid #eee}
	.submenu .submenu-title:before {right:inherit;left:0}
    .submenu .submenu-title.submenu-title-first {display: none}
	.submenu .submenu-title.submenu-title-second {margin-left:0;background:transparent;}
	.submenu .submenu-title h2 {height:45px;line-height:45px}
	.submenu .list-submenu li a {padding:10px 20px}
    .submenu .list-submenu2 {width:180px; border:0px solid #e5e5e5;background:#f8f8f8;z-index:1}	
    
}


/*---------- page title - 페이지 타이틀 ----------*/
.page-title {position:relative;margin:30px 0 70px 0;}
.page-title:after {content:"";display:block;position:absolute;bottom:-30px;left:50%;margin-bottom:10px;transform:translateX(-50%);width:40px;height:1px;background:#ccc}
.page-title h2 {margin:0;text-align:center;font-weight:900;font-size:50px}
@media (max-width:767px){
	.page-title {position:relative;margin:20px 0;}
	.page-title:after {bottom:-30px}
	.page-title h2 {font-size:24px;font-weight:900}
}

/*---------- Footer - 하단 정보 ----------*/
.f_menu {width:100%;height:auto;overflow: hidden;padding: 10px 0px 60px 0px;background:}
.f_menu .con {max-width:1300px;min-width:1020px;height:auto;margin:0 auto;overflow: hidden;padding: 0px 0px;}
.f_menu .con ul{margin:0;list-style: none}
.f_menu .con li{width:18%;margin:1%;float: left;border-right:0px solid #ccc;height:auto;overflow: hidden;text-align: center}
.f_menu .con li h2{font-size:24px;font-weight:800;color:#fff;}
.f_menu .con li h2:after{
    content: "";
    position: absolute;
    margin:-10px auto;
    bottom: -10px;
    text-align: center;
    left:105px;    
    width: 20px;
    height: 1px;
    background: #fff;}
.f_menu .con li span {padding:10px 0px}
.f_menu .con li p {padding:2px 0px;line-height:16px;margin:5px 0px}
.f_menu .con li p a {font-size:18px;color:#fff;text-align:center;line-height:24px;}
.f_menu .con li a:hover {font-size:18px;color:#eee}
.footer2 {padding:20px 0 10px;border-top:1px solid #eee}
@media (max-width:991px){
    .f_menu {display: none}
    
}
.footer {padding:30px 0 30px;border-top:1px solid #292929;background:#292929}
.footer .con{width:100%;max-width:1300px;margin:0 auto}
.footer .con h3{font-family:'Montserrat';font-size:36px;font-weight:900;margin:10px 0px;color:#fff}
.footer .con p {color:#fff}
/* 하단 로고 */
.footer-logo {margin:20px 0 20px}
.footer-logo a {float:left;display:block}
.footer-logo a img {display:block;max-height:45px;width:auto}
/* 회사정보 */
.footer-info address {position: relative;height:auto; margin:0;font-size:13px;line-height:20px;color:#fff;word-wrap: break-word;font-family: 'Noto Sans','Noto Sans KR';display: block}
.footer-info address span{display: block;word-break:keep-all;word-wrap: break-word}
.footer-info address p{margin:0;font-size:13px;word-break:keep-all;word-wrap: break-word;color:#fff}
.footer-info .info-divider {color:color:#ccc}
.footer-info a {color:#666}
.footer-info a:hover {color:#ccc}
/* 하단 타이틀 */
.footer-title {margin:0 0 20px;font-size:24px;font-weight:700}
/* 하단 메뉴 */
.footer-menu {width:100%;display: block; }
.footer-menu li a {color:#fff;float:left;margin:0px 7px 0px 0px;font-size:13px;line-height:40px;font-weight:none;border-bottom:0px solid #fff}
.footer-menu li a:hover {color:#ccc}
/* 하단 메뉴 */
.footer-contact {margin-bottom:20px}
.footer-contact .contact-num {line-height:30px;font-size:24px;font-weight:700;color:#fff}
/* 카피라이트 */
.copyright {padding:10px 0px;text-align:center;letter-spacing:0px;border-top:0px solid }
@media (max-width:991px){
	.footer {padding-top:20px}
	.footer-logo a img {max-height:40px}
	.footer-title {margin:0 0 10px;font-size:20px;}
	.copyright {padding:10px 0 10px;letter-spacing:0;font-size:11px}
    .footer .con h3{font-family:'Montserrat';font-size:24px;font-weight:900;margin:10px 0px}
}

/* move top - 상단이동 */
.move-top {position:fixed;font-size:32px;color:#888;bottom:31px;right:70px;z-index:99;letter-spacing:1px;transform-origin:top;-webkit-transform-origin:top;-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.move-top.hidden-top {bottom:-100px;opacity:0}
.move-top:hover {letter-spacing:2px;cursor:pointer;color:#ccc}
.move-top:before {content:"";display:block;position:absolute;top:11px;left:-30px;height:1px;width:20px;background:;-webkit-animation: moveTop 2s infinite;animation: moveTop 2s infinite;}
@-webkit-keyframes moveTop {
	form {left:-30px;width:20px}
	to {left:-50px;width:0}
}
@keyframes moveTop {
	form {left:-30px;width:20px}
	to {left:-50px;width:0}
}
@media (max-width:991px){
	.move-top {right:30px}
}

/*---------- Modal ----------*/
.contents-modal .modal-box {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;margin:0;background:#fff}
.contents-modal .modal-box .modal-content {position:relative;padding:30px;box-shadow:0 0 0 #fff}
.contents-modal .modal-box .modal-content h4 {position:relative;margin:30px 0;font-size:26px;line-height:40px}
.contents-modal .modal-box .modal-content h4 span {font-weight:700;color:#333}
.contents-modal .modal-box .modal-content h4:after {content:"";display:block;position:absolute;top:-15px;left:0;width:50px;height:2px;background:#000}
/* --- 검색 모달 --- */
/* 입력창 */
.contents-modal .input-button {position:relative}
.contents-modal .input-button input[type="text"] {width:100%;padding:6px 12px;border:0 none;border-bottom:2px solid #909090;color:#909090;height:60px;font-size:20px}
.contents-modal .input-button .button {position:absolute;right:1px;top:10px;padding:0 20px;font-size:24px;height:40px;background:none;border:0 none}
.contents-modal .input-button .button input {position:absolute;top:0;right:0;padding:0;font-size:12px;line-height:40px;opacity:0;cursor:pointer}
/* bottom */
.contents-modal .modal-box .contnets-bottom {margin-top:30px;padding-bottom:10px;text-align:center}
.contents-modal .modal-box .contnets-bottom button {border:0 none;position:relative;display:inline-block;overflow:hidden;padding:8px 25px;letter-spacing:2px;color:#1b1b1b;background:none;border-width:1px;border-style:solid;border-color:#1b1b1b;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.contents-modal .modal-box .contnets-bottom button:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-50px;display:block;border-right:50px solid transparent;border-bottom:80px solid #1b1b1b;transform: translateX(-100%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.contents-modal .modal-box .contnets-bottom button:hover:before {transform: translateX(0)}
.contents-modal .modal-box .contnets-bottom button span {position: relative;z-index:1;}
.contents-modal .modal-box .contnets-bottom button:hover span {color:#fff}
@media (max-width:767px){
	.contents-modal .modal-box {width:300px;height:300px;}
	.contents-modal .modal-box .modal-content {padding:10px}
	.contents-modal .modal-box .modal-content h4 {margin-bottom:10px;font-size:20px;line-height:30px}
	.contents-modal .input-button input[type="text"] {height:50px;font-size:16px}
	.contents-modal .input-button .button {font-size:20px}
	.contents-modal .modal-box .contnets-bottom {margin-top:20px}
}
/* --- 멤버 모달 --- */
.contents-modal .modal-box .member-list {display:flex;justify-content:center}
.contents-modal .modal-box .member-list li {margin:0 10px;text-align:center}
.contents-modal .modal-box .member-list li a {display:block;width:80px;padding-bottom:10px;background:#eee}
.contents-modal .modal-box .member-list li a i {display:block;padding:20px 0;margin-bottom:5px;font-size:20px;background:#57B5E7;color:#fff}
.contents-modal .modal-box .member-list li a span {font-size:11px;color:#333}
.contents-modal .modal-box .member-list li a:hover {background:#333}
.contents-modal .modal-box .member-list li a:hover span {color:#fff}
@media (max-width:767px){
	.contents-modal .modal-box .member-list li a {width:70px;}
}

/*---------- Main Index ----------*/
.basic-body-main .container {position:relative}

.global {position: relative; width: auto; top: 20px; margin-right: 10px;}
.global li {float: left;padding:0px 10px;}
.global li.topbar-add-menu {margin-top:5px;margin-bottom: 10px}
.global a{color:#222;letter-spacing:-1px }
.global a.lang{color:#222; border-radius:100px; border:1px solid #222;padding:6px 10px;height:40px;line-height:40px;letter-spacing:-1px }
.global a:hover{color:#222;}

@media (max-width:991px){
    .global {display: none}
}

.global2 {position:relative;top:20px;margin:0 auto;text-align: center}
.global2 a{color:#222;font-weight:600}
.global2 a.lang{color:#222; border-radius:100px; border:1px solid #222;padding:6px 10px;height:40px;line-height:40px;}
.global2 a:hover{color:#666}
@media (min-width:991px){
    .global2 {display: none}
}

a.mybutton4 {
	
	background-color:transparent;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #000;
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:45px;
	line-height:45px;
	width:130px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;transition:all .4s;
}
a.mybutton4:hover {
	
	background-color:#cb3131;border:1px solid #cb3131;
	color:#fff;
   
}

a.mybutton5 {
	
	background-color:#14314f;	
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:900;
	font-family:'Noto Sans','Noto Sans KR';
	height:auto;
	min-width:240px;
    padding: 15px 20px;
	text-decoration:none;
	text-align:center;
    margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
   
}
a.mybutton5:hover {	
	background-color:#fff;
	color:#14314f;
}


a.mybutton6 {
	
	background-color:transparent;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #000;
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:45px;
	line-height:45px;
	width:130px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
}
a.mybutton6:hover {
	
	background-color:#cb3131;border:1px solid #cb3131;
	color:#fff;
}


a.mybutton7 {
	
	background-color:#cb3131;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #cb3131;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:45px;
	line-height:45px;
	width:130px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);
    transition:all .4s;
}
a.mybutton7:hover {
	
	background-color:transparent;border:1px solid #fff;
	color:#fff;
}

a.mybutton8 {
	
	background-color:transparent;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #fff;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:45px;
	line-height:45px;
	width:130px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
}
a.mybutton8:hover {
	
	background-color:#cb3131;border:1px solid #cb3131;
	color:#fff;
}

span.pro {display: block;color: #fff; border-radius: 100px; border: 1px solid #cb3131; padding: 6px 10px;  height: 40px;  line-height: 25px;width:260px;margin: 10px 0px;text-align: center;background-color:#cb3131}

.t_call {
	
	background-color:#f1f1f1;
	border-top-left-radius:50px;	
	border-top-right-radius:50px;	
	border-bottom-right-radius:50px;	
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #f1f1f1;
	display:inline-block;
	color:#000;
	font-size:18px;
	font-weight:800;
	font-family:'Montserrat';
	height:45px;
	line-height:45px;
	width:150px;
	text-decoration:none;
	text-align:center;margin:5px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
}

.t_btn {position: absolute;top:600px;right:30px;height: auto;}


@media (max-width:991px){
    a.mybutton5 {
	
	background-color:#cb3131;	
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:900;
	font-family:'Noto Sans','Noto Sans KR';
	height:auto;
	min-width:150px;
    padding: 10px 10px;
	text-decoration:none;
	text-align:center;
    margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
   
}
a.mybutton5:hover {	
	background-color:#fff;
	color:#cb3131;
}
    
    
span.pro { display: block;font-size:14px; color: #fff; border-radius: 100px; border: 1px solid #cb3131; padding: 6px 8px;  height: 40px;  line-height: 25px;margin:10px auto; width:200px;background-color:#cb3131}
    
    
}


/*메인 섹션*/

/* 섹션 메뉴 */
#section-menu {display:none}
@media (min-width:1280px){
	#section-menu {position:fixed;bottom:80px;right:50px;display:block;z-index:99}
	#section-menu ul {margin:0}
	#section-menu li {margin:2px 0}
	#section-menu li a {display:block;height:30px;line-height:30px;padding:0 10px;border-right:1px solid #ccc;color:#ccc;font-size:11px;background:rgba(0,0,0,0.3)}
	#section-menu li a:hover {color:#fff;border-color:#fff}
	#section-menu li.active a {color:#a65845;border-color:#a65845}
}

/* 섹션 공통 */
.clear-after:after {content:"";display:block;clear:both}
.section {overflow:hidden}
.section-inner {padding:0px 0px}
.section-content h3 {margin:50px 0 10px;font-size:50px;color:#000;font-weight:900;text-align:center;font-family:'Noto Sans','Noto Sans KR', sans-serif !important}
.section-content p {color:#222;padding:15px 0px;text-align:center;margin-bottom:0;font-size:20px;line-height:24px;font-weight:500;word-break:keep-all;font-family:'Noto Sans','Noto Sans KR','NanumGothic';width:85%; margin:0 auto;max-width:1000px;}
.section-full-bg {background-size:cover;background-position:center top;background-repeat:no-repeat}

@media (max-width:1279px){	
	.section-image img {max-width:100%;height:auto}
	.section-top, .section-middle {margin-bottom:0px}
    .section-content h3 {margin:10px 0 20px;font-size:24px;color:#222;font-weight:900;text-align:center;font-family:'Noto Sans','Noto Sans KR', sans-serif !important}
    .section-content p {color:#222;padding:5px 0px 20px 0px;margin-bottom:0;font-size:16px;line-height:24px;font-weight:500;word-break:keep-all;font-family:'Noto Sans','Noto Sans KR','NanumGothic';text-align:center;}
}
@media (min-width:768px) and (max-width:1279px){
	.section-inner {padding:0px 0px}
	.section-top, .section-middle {margin-bottom:0}
}
@media (min-width:1280px){
	.section-inner, .section-full-bg {padding:0;position:relative;width:100%;height:100%;}
	.section-image {height:100%;overflow:hidden}
	.section-image img {max-width:100%;max-height:100%;margin-bottom:30px}
	.section-left {float:left;height:100%;overflow:hidden}
	
	.section-content {width:90%; margin:0 auto;max-width:1300px}
	.section-content h3 {font-size:50px;text-align:center}
    .section-content p {font-size:20px;line-height:28px;color:#222}
	/* text action - 텍스트 액션 */
	.section-content h3 {position:relative;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
	.section-content p {position:relative;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section-content.text-action-left h3,.section-content.text-action-left p {left:30px;}
	.section-action .section-content.text-action-left h3, .section-action .section-content.text-action-left p {left:0}
	.section-content.text-action-right h3,.section-content.text-action-right p {right:30px}
	.section-action .section-content.text-action-right h3, .section-action .section-content.text-action-right p {right:0}
}

/* 섹션 1 - ebslider : busi0020_main 스킨 */

/* 섹션 2 */
@media (max-width:1024px){
    .section2nd .section-top {padding-top:0px;background-image:url('/theme/eb4_basic/image/com_bg_01.jpg'); background-position: top center; height:auto}
    .section2nd .section-left, .section2nd .section-right {width:80%;max-width:780px;height:auto;background:rgba(255,255,255,0.8);
        padding:20px 10px 30px 10px;overflow:hidden;margin:100px auto 0px; bottom:0px  }
	.section2nd .section-inner:after, .section4th .section-inner:after {content:"";display:block;clear:both}
	.section2nd .section-inner .section-top {float:left;width:100%;padding-right:0px;padding:0px 0px 0px 0px}
    .section2nd .section-top .section-content, .section2nd .section-bottom .section-content {margin:0px 10px;text-align:left;height:auto;padding-top:30px}
	.section2nd .section-inner .section-bottom {float:right;width:100%;padding-left:0px}
   
}
@media (min-width:1024px){
	.section2nd .section-top {padding-top:30px;background-image:url('/theme/eb4_basic/image/com_bg_02.jpg');height:800px;background-repeat: no-repeat;background-size: cover;margin:50px 0px}
	.section2nd .section-bottom {height:50%}
	.section2nd .section-left, .section2nd .section-right {width:60%;max-width:770px; max-height:670px;background:#fff;
        padding:20px 0px 30px 0px;overflow:hidden;margin-top:12%;margin-left: 15%   }
	.section2nd .section-top .section-image {width:100%;margin-left:auto;text-align:center}
	.section2nd .section-top .section-content, .section2nd .section-bottom .section-content {margin:70px auto;color:#fff;text-align:center;height:auto}
    .section2nd .section-top .section-content p {padding:15px 0px;text-align:left;margin-bottom:0;font-size:20px;line-height:30px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    .section2nd .section-top .section-content h3 {text-align: left;font-family:'Montserrat';font-size:40px;}
    .section2nd .section-bottom {background:#00407a;}
	.section2nd .section-bottom .section-left {padding:50px;}
	.section2nd .section-bottom .section-content {text-align:center;}
	/* zoom-out action - 이미지 확대 */
	.zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section2nd .section-top .section-content p, .section2nd .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section2nd .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section2nd .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}




.section-3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:#fff;
    background-image: url('/theme/eb4_basic/image/com_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}
.brand_bg { 
    width: 100%;margin: 0 auto;
    height: auto;
    overflow: hidden;}

.brand_txt_section {
    margin: 50px auto 0px;
    width: 50%;
    padding: 10px 0px;
    float: left;
    height: auto;
    overflow: hidden;
}

.brand_txt_section img {width:100%;max-width:1000px; text-align: center;height: auto}

.first.brandstory_section1 {
    font-family:'Montserrat','Noto Sans','Noto Sans KR';
    padding: 120px 10px 20px 100px;
    width: 98%;
    color: #111;
    font-weight: 800;line-height: 40px;
    font-size: 40px;
    text-align: left;
    margin-top: 10px;
    word-break: keep-all;
    word-wrap: break-word;
    height: auto;float: left;
}
.first.brandstory_section1 span {font-size: 18px;}
.two.brandstory_section1 {
    padding: 100px 20px 50px 0px;
    width: 100%;
    height: auto;
    color: #444;
    font-size: 20px;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 30px;float: left;
}

.txt.brandstory_section1 {
    padding: 60px 30px 50px 100px;
    width: 80%;
    color: #444;
    font-size: 20px;
    text-align: left;
    font-family: 'Noto Sans KR';font-weight: 500;
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 30px;
}

.brand_txt_section2 {
        margin: 0px auto;
        width: 100%;
        padding: 0px 0px;
    }
.brand_txt_section2 img {width:100%;max-width:1400px; text-align: center;height: auto}

    .first.brandstory_section2 {
        font-family:'Noto Sans','Noto Sans KR';
        padding: 20px 10px 10px 10px;
        width: 100%;
        color: #ff811c;
        font-weight: 800;
        font-size: 40px;
        text-align: center;
        max-width:1400px;
        margin:30px auto;
        word-break: keep-all;
        word-wrap: break-word
    }
    .two.brandstory_section2 {
        padding: 20px 0px 0px 0px;
        width: 100%;
        color: #444;
        font-size: 20px;
        font-family: 'Noto Sans KR';font-weight: 500;
        text-align: center;
        word-break: keep-all;
        word-wrap: break-word
    }
    .txt.brandstory_section2 {
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #444;
        font-family: 'Noto Sans KR';font-weight: 500;
        font-size: 20px;
        text-align: center;
        max-width:1400px;
        margin:10px auto;
        word-break: keep-all;
        word-wrap: break-word;
        line-height: 24px;
    }

.video.brandstory_section2 {
    width: 100%;max-width: 1200px;
    margin: 20px auto;    
    overflow: hidden;
    position: relative;}

@media (max-width:1290px) {
    .section-3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color:#fff;
        background-image: url('/theme/eb4_basic/image/com_bg.png');
    }
    .brand_txt_section {
        margin: 0px auto;
        width: 100%;
        padding: 0px 0px;
    }
    .first.brandstory_section1 {
        font-family:'Montserrat','Noto Sans','Noto Sans KR';
        padding: 40px 10px 10px 10px;
        width: 100%;
        color: #111;
        font-weight: 800;
        font-size: 24px;line-height: 28px;
        text-align: center;max-width:1000px;
        margin-top: 0px;
        word-break: keep-all;
        word-wrap: break-word
    }
    .first.brandstory_section1 span {font-size: 14px;}
    .two.brandstory_section1 {
        padding: 0px 0px 0px 0px;
        width: 100%;
        color: #444;
        font-size: 16px;
        font-family: 'Noto Sans KR';font-weight: 500;
        text-align: center;
        word-break: keep-all;
        word-wrap: break-word
    }
    .txt.brandstory_section1 {
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #444;
        font-family: 'Noto Sans KR';font-weight: 500;
        font-size: 16px;
        text-align: center;
        max-width:1000px;
        word-break: keep-all;
        word-wrap: break-word;
        line-height: 24px;
    }
}

@media (max-width:991px) {
    .section-3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color:#fff;
        background-image: url('/theme/eb4_basic/image/com_bg.png');background-position:left 100px;
    }
}
@media (min-width:1280px){
    .section4th {height: auto;overflow: hidden;}
	.section4th .section-top {padding-top:0px;overflow:hidden;height:auto;}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:30px 0px 30px 0px;overflow:hidden;height:auto;}
    .section4th .section-left h3 {font-size: 50px; text-align: center; color: #222; font-weight: 900;margin: 10px auto}
    .section4th .section-left h3::before {position: absolute; width: 40px; height: 0px;background: #333c43; content: '';  margin-top:95px;margin-left:420px}
    .section4th .section-left p {color:#333c43;font-family: 'Noto Sans KR';font-size: 20px;}
    .section4th .section-right {width:100%;padding:0px;height:auto}
    .section4th .section-right .con {position: relative; overflow: hidden;  height: auto;  width: 100%;margin: 0px auto 20px; border-top: 0px solid #fff;}
    .section4th .section-right .con li {position: relative;width: 33.3%;height: auto;display: inline; min-height: 420px; background: #1a5898;margin: 0px}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align:center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 18px;}
    .section4th .section-right .con div.txt a:hover {color:#666}
     .section4th .section-right h3 {font-size: 50px; text-align: center; color: #222; font-weight: 900;margin-bottom:20px;}
    
    .section4th .section-right .box_wrap {display: flex;width:100%;margin:0px auto;}
    .section4th .section-right .box_wrap .box {width:33.333%;margin:0;height:420px;text-align: center;background:#14314f;padding:40px 10px}
    .section4th .section-right .box_wrap .box:nth-child(1) {background:#1a5898}
    .section4th .section-right .box_wrap .box:nth-child(2) {background:#1286a7}
    .section4th .section-right .box_wrap .box img {width:150px;margin:30px auto 0px}
    .section4th .section-right .box_wrap .box h1{font-family:'Noto Sans','Noto Sans KR';font-size: 20px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family:'Noto Sans', 'Noto Sans KR';font-size: 18px;color:#fff;font-weight:300}   
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 0px;text-align:center;margin-bottom:0;font-size:20px;line-height:30px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    .section4th .section-bottom {background:#00407a;}
	.section4th .section-bottom .section-left {padding:50px;}
	.section4th .section-bottom .section-content {text-align:center;}
	/* zoom-out action - 이미지 확대 */
	.section4th .zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section4th .section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section4th .section-top .section-content p, .section4th .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section4th .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section4th .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}

@media (max-width:1279px){
    .section4th {height: auto;overflow: hidden;padding:0px}
    .section4th .section-top {padding-bottom:0px;overflow:hidden;height:auto;background:url("") no-repeat top center;background-size: cover;}
	.section4th .section-bottom {height:50%}
	.section4th .section-left {width:100%;padding:20px 0px 30px 0px;overflow:hidden;height:auto;}
    .section4th .section-left h3 {font-size: 48px; text-align: center; color: #222; font-weight: 900;}
     .section4th .section-left h3::before {position: absolute; width: 40px; height: 0px;background: #333c43; content: '';  margin-top:50px;margin-left:95px}
    .section4th .section-left p {color:#333c43;font-family: 'Noto Sans KR';font-size: 20px;}
    .section4th .section-right {width:100%;padding:0px;height:auto}
    .section4th .section-right .con {position: relative; overflow: hidden;  height: auto;  width: 100%;margin: 0px auto 0px; border-top: 0px solid #fff;}
    .section4th .section-right .con li {width: 31%; margin: 1% ; float: left; text-align: center; height: auto;min-height: 335px; background: #fff; border-radius: 10px;border:1px solid #eee;overflow: hidden}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align: center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 18px;}
    .section4th .section-right .con div.txt a:hover {color:#666}
     .section4th .section-right h3 {font-size: 30px; text-align: center; color: #222; font-weight: 900;margin-bottom:20px;}

    .section4th .section-right .box_wrap {display: flex;width:100%;margin:0px auto;}
    .section4th .section-right .box_wrap .box {width:33.333%;margin:0;height:300px;text-align: center;background:#14314f;padding:40px 10px}
    .section4th .section-right .box_wrap .box:nth-child(1) {background:#1a5898}
    .section4th .section-right .box_wrap .box:nth-child(2) {background:#1286a7}
    .section4th .section-right .box_wrap .box img {width:70px;margin:30px auto 0px}
    .section4th .section-right .box_wrap .box h1{font-family:'Noto Sans', 'Noto Sans KR';font-size: 15px;color:#fff;font-weight:600;margin:15px auto}
    .section4th .section-right .box_wrap .box p{font-family:'Noto Sans', 'Noto Sans KR';font-size: 15px;color:#fff;font-weight:300;line-height:20px}
	.section4th .section-top .section-image {width:100%;margin-left:auto;text-align:center}
    .section4th .section-top .section-image img {width:100%;max-width:1430px}
	.section4th .section-top .section-content, .section4th .section-bottom .section-content {margin-top:20px;color:#fff;text-align:center;overflow:hidden;height:auto}
   
    .section4th .section-top .section-content p {padding:15px 10px;text-align:center;margin-bottom:0;font-size:18px;line-height:24px;font-weight:normal;word-break:keep-all;font-family:'Noto Sans KR','NanumGothic'}
    
    
   a.mybutton6 {
	
	background-color:transparent;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #000;
	display:inline-block;
	color:#000;
	font-size:16px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:35px;
	line-height:35px;
	width:90px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
}
a.mybutton6:hover {
	
	background-color:#cb3131;border:1px solid #cb3131;
	color:#fff;
}
  
    a.mybutton8 {
	
	background-color:transparent;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
	text-indent:0;
	border:1px solid #fff;
	display:inline-block;
	color:#fff;
	font-size:13px;
	font-weight:500;
	font-family:'Noto Sans','Noto Sans KR';
	height:35px;
	line-height:35px;
	width:90px;    
	text-decoration:none;
	text-align:center;margin:10px auto;
    box-shadow:0px 3px 5px 0px rgba(0,0,0,.2);transition:all .4s;
}
a.mybutton8:hover {
	
	background-color:#cb3131;border:1px solid #cb3131;
	color:#fff;
}

    
}

@media (max-width:990px){
    .section4th .section-right .con li {width: 85%; margin:10%;text-align: center; height: auto;min-height: 180px; background: #fff; border-radius: 10px;border:1px solid #eee;overflow: hidden}
    .section4th .section-right .con div.txt {width: 90%; margin: 0px auto; text-align: center; background: #fff; height: auto; overflow: hidden; padding: 20px 0px; color: #333; font-weight: bold;  font-size: 14px;}
}




/* 섹션 3 */
section.section01 {
    padding-top: 40px;
    padding-bottom: 80px;

}

section.section01 .text_wrap {
    position: absolute;
    margin-left: 130px;
    margin-top: 140px;
    z-index: 2;
}

section.section01 .text_wrap span {
    font-size: 16px;
    color: #c2c2c2;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;

}

section.section01 .text_wrap .text {
    margin-top: 20px;
    font-size: 52px;
    color: #000;
    font-weight: 800;
    line-height: 59px;
    font-family: 'Josefin Sans', sans-serif;
}

section.section01 {
    padding-right: 100px;
}

section.section01 .box_wrap {
    display: flex;
    /* flex-direction:row-reverse */
    justify-content: flex-end;
}

section.section01 .box_wrap .box {
    width: 21%;
    margin-left: 40px;
    background: #ddd;
    /* height: 495px; */
    position: relative;
}


section.section01 .box_wrap .box {
    overflow: hidden
}

section.section01 .box_wrap .box img {
    width: 100%;
}

.scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    /* 부드러운 모션을 위해 추가*/
}

.scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}



section.section01 .box_wrap .box .text {
    bottom: 0;
    position: absolute;
    background: #fff;
    padding: 22px 15px 12px;
    width: 240px;


}

section.section01 .box_wrap .box .text span {
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
}

section.section01 .box_wrap .box .text span::after {
    position: absolute;
    width: 32px;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 12px;
    margin-left: 56px;
}



@media(max-width:1200px) {

   section.section01 {
        padding-top: 80px;
        padding-bottom: 140px;

    }

   section.section01 .text_wrap {
        position: relative;
        margin-left: 80px;
        margin-right: 80px;
        margin-top: 0;
        z-index: 2;
        text-align: center;
    }

   section.section01 .text_wrap br {
        display: none;
    }

   section.section01 .text_wrap .text {
        margin-top: 20px;
        font-size: 32px;
        color: #000;
        font-weight: 900;
        line-height: 52px;
        font-family: 'Josefin Sans', sans-serif;
    }

   section.section01 .box_wrap {
        display: flex;
        /* flex-direction:row-reverse */
        justify-content: center;
        margin-top: 30px;
    }

   section.section01 {
        padding-right: 8px;
    }

  section.section01 .box_wrap .box {
        width: 33.3333333333%;
        margin-left: 8px;
        background: transparent;
        /* height: 495px; */
        position: relative;
        /* border: 1px #ddd solid; */
    }

   section.section01 .box_wrap .box .text {
        bottom: auto;
        position: relative;
        background: transparent;
        padding: 16px 0 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;

    }

    section.section01 .box_wrap .box .text span {
        position: relative;
        display: inline-block;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 900;
        color: #000;
        font-size: 13px;
        letter-spacing: 1px;
    }


   section.section01 .box_wrap .box .text span::after {
        position: absolute;
        width: 15px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 5px;
        margin-left: 20px;
        display: none;
    }


}





@media (max-width:991px) {
section.section01 {
        padding-top: 50px;
        padding-bottom: 60px;

    }

section.section01 .text_wrap {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
    }

section.section01 .text_wrap br {
        display: none;
    }

section.section01 .text_wrap span {
        font-size: 14px;
        color: #c2c2c2;
    }

section.section01 .text_wrap .text {
        margin-top: 16px;
        font-size: 26px;
        color: #000;
        font-weight: 900;
        line-height: 32px;
        font-family: 'Josefin Sans', sans-serif;
    }

section.section01 .box_wrap .box .text span {
        position: relative;
        display: inline-block;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 500;
        color: #000;
        font-size: 13px;
        letter-spacing: 1px;
    }

}

/* 섹션 3 */
.section-1  {position:relative;padding:0px 0px;height:auto;background:url("/theme/eb4_basic/image/m_bg_01.png")top center;background-repeat: no-repeat; }    
.section-1 .section-top {position:relative;background:url("/theme/eb4_basic/image/com_02_bg.png");margin-top:50px;width:100%;height:580px;}
.section-1 .section-top li {position:relative;width:50%;top:50px;float: left;height:450px}
.section-1 .section-top li img {width:100%;height:450px}
.section-1 .section-top h3 {color:#fff;font-weight:bold;font-size:40px;margin:5px 0px 10px 0px;font-family:'Noto Sans','Noto Sans KR',"Montserrat", sans-serif }
.section-1 .section-top p {color:#333;font-size:24px;font-weight:bold} 
.section-1 .section-bottom h3 {display: inline-block; width: 70%; height: auto;overflow: hidden;color: #222; font-weight: 900;font-size: 24px;  margin: 0px 0px 10px 10px;font-family: 'Noto Sans', 'Noto Sans KR', 'Montserrat'; text-align: left; }
.section-1 .section-bottom h3.right {display: inline-block; width: 20%; height: auto;overflow: hidden; color: #cb3131;font-weight: 900; font-size: 30px;
    text-align: center; margin: 5px 0px 10px 0px;}

.section-1 .section-bottom span {margin:10px;font-size:18px;font-weight:600}
.section-1 .section-bottom p {color:#fff;font-size:24px;font-weight:600;text-align:center;line-height:30px;padding:0px 0px 10px 0px}
.section-1 .section-top .mr{padding:100px 150px;margin:0 auto;color:#fff;text-align: center}
.section-1 .section-bottom .mr{padding:30px 0px;margin:0 auto;text-align: center}
.section-1 .section-bottom {position:relative;overflow:hidden;padding-bottom:0px;height:auto;width:100%;margin:0px auto 0px;padding:40px 0px}  
.section-1 .section-bottom .con {position:relative;overflow:hidden;height:auto;width:100%; margin:30px auto 0px;
    display:flex;justify-content: center;border-top:0px solid #fff} 
.section-1 .section-bottom .con li {width:23%;margin:1%; float:left;height:auto;background:#fff;border-top:2px solid #cb3131  }

.section-1 .section-bottom .con div.txt{clear: both; width:100%; text-align:center;background:#fff;height: auto;line-height: 30}
.section-1 .section-bottom .con div.tit{position: relative;height:auto;text-align:center;margin-top:30%;color:#000;font-size:24px;font-weight:bold}

.section-title2 h2 {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:30px;text-align:center;font-family:'Noto Sans KR KR'}  
.section-title2 h2 a {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:30px;text-align:center}
.section-title2 h2 a:hover {color:#333}   
.section-title2 p {text-align: center; color:#333;font-size:16px;margin:0px 0 30px}    
    @media (max-width:1100px){
        .section-title2 h2 {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center;font-family:'Noto Sans KR'}  
       .section-title2 h2 a {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center}
       .section-title2 h2 a:hover {color:#333}
        .section-1 .section-top .mr{padding:80px 20px;margin:0 auto;color:#fff}    
        
    }    
    @media (max-width:991px){
.section-1  {position:relative;padding:0px 0px;height:auto;background:url("/theme/eb4_basic/image/m_bg_01.png")top center;background-repeat: no-repeat; } 
.section-1 .section-top {position:relative;background:url("/theme/eb4_basic/image/com_02_bg.png");margin-top:0px;width:100%;height:auto;}
.section-1 .section-top li {position:relative;width:100%;top:0px;float: left;height:auto}
.section-1 .section-top li img {width:100%;height:auto}
.section-1 .section-top h3 {color:#fff;font-weight:bold;font-size:24px;margin:5px 0px 10px 0px}
.section-1 .section-top p {color:#333;font-size:14px;font-weight:bold} 
.section-1 .section-top .mr{padding:20px 10px;margin:0 auto;color:#fff}   
.section-1 .section-bottom h3 {display: inline-block; width: 70%; height: auto;overflow: hidden;color: #222; font-weight: 900;font-size: 18px;  margin: 0px 0px 10px 0px;font-family: 'Noto Sans', 'Noto Sans KR', 'Montserrat'; text-align: left; }
.section-1 .section-bottom h3.right {display: inline-block; width: 20%; height: auto;overflow: hidden; color: #cb3131;font-weight: 900; font-size: 20px;
    text-align: center; margin: 5px 0px 10px 0px;}     
        
.section-1 .section-bottom span {margin:10px;font-size:14px;font-weight:500}
.section-1 .section-bottom .con {position:relative;overflow:hidden;height:auto;width:100%; margin:30px auto 0px;
    display:flex;justify-content: center;border-top:0px solid #fff} 
.section-1 .section-bottom .con li {width:48%;margin:1%; float:left;height:auto;background:#fff;border-top:2px solid #cb3131  }

.section-1 .section-bottom .con div.tit{position: relative;height:auto;text-align:center;margin-top:30%;color:#000;font-size:18px;font-weight:bold}        
.section-1 .section-bottom p {color:#fff;font-size:16px;font-weight:normal;text-align:center;line-height:18px}
.section-1 .section-bottom {position:relative;padding-bottom:0px;overflow:hidden;height:auto;width:100%;margin:0px auto 0px}         
.section-1 .section-bottom .con {position:relative;overflow:hidden;padding-bottom:0px;height:auto;width:100%;margin:0px auto 20px}          
.section-title2 h2 {position:relative;z-index:1;margin:20px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center;font-family:'Noto Sans KR KR'}  
.section-title2 h2 a {position:relative;z-index:1;margin:20px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center}
.section-title2 h2 a:hover {color:#333}   
    }    
@media (max-width:600px){

}


/* 섹션 3 */
@media (min-width:1280px){
    .section-6  {position:relative; padding-top:0px;width:100%;height:auto;overflow: hidden;background:url("/theme/eb4_basic/image/vision_bg.jpg")top center;background-attachment: fixed;}    
	.section-6 .section-top {padding-top:5px;overflow:hidden;height:auto;margin: 0 auto;}
	.section-6 .section-bottom {height:50%}
	.section-6 .section-left  {width:100%;padding:20px 0px 40px 0px;overflow:hidden;height:auto;margin:0 auto;text-align: center;}
    .section-6 .section-right {width:100%;padding:20px 0px 40px 0px;overflow:hidden;height:auto;max-width: 1450px;margin:0 auto;margin: 0 auto}
    .section-6 .section-left .section-content h3{font-size:50px;text-align:center;color:#fff;font-weight:900}
    .section-6 .section-left .section-content p{font-size:28px;text-align:center;color:#222;line-height:30px;}
	.section-6 .section-top .section-image {width:100%;margin-left:auto;text-align:center;}
	.section-6 .section-top .section-content, .section-6 .section-bottom .section-content {width:100%;max-width:1360px; margin:30px auto;color:#fff;text-align:center;overflow:hidden;height:auto;}
    .section-6 .section-top .section-content p {padding:15px 0px;text-align:center;margin-bottom:0;font-size:28px;line-height:30px;font-weight:500;word-break:keep-all;font-family:'Noto Sans','Noto Sans KR','NanumGothic'}

	/* zoom-out action - 이미지 확대 */
	.zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section-6 .section-top .section-content p, .section-6d .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section-6 .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section-6 .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}


@media (max-width:1279px){
    .section-6  {position:relative;padding-top:0px;width:100%;height:auto;overflow: hidden;background:url("/theme/eb4_basic/image/vision_bg.jpg")top center;background-attachment: fixed;}    
    .section-6 .section-top {padding-top:0px;overflow:hidden;height:auto}
   .section-6 .section-left  {width:100%;padding:20px 0px 40px 0px;overflow:hidden;height:auto;margin:0 auto;text-align: center;}
    .section-6 .section-right {width:100%;padding:60px 0px 20px 0px;overflow:hidden;height:auto}
    .section-6 .section-left .section-content h3{font-size:30px;text-align:center;color:#fff;font-weight:900 }
    .section-6 .section-left .section-content p{font-size:20px;text-align:center;color:#222;line-height:28px;font-weight:600 }
	.section-6 .section-inner:after, .section4th .section-inner:after {content:"";display:block;clear:both}
	.section-6 .section-inner .section-top {float:left;width:100%;padding-right:0px;padding:0px 0px 0px 0px}
    .section-6 .section-top .section-content, .section-6 .section-bottom .section-content {margin:0px 10px;text-align:left;overflow:hidden;height:auto}
	.section-6 .section-inner .section-bottom {float:right;width:100%;padding-left:0px}
    
}


/* 섹션 3 */
@media (min-width:1280px){
    .section-6-1  {position:relative; padding-top:0px;width:100%;height:auto;overflow: hidden}    
	.section-6-1 .section-top {padding-top:5px;overflow:hidden;height:auto;margin: 0 auto;max-width: 1080px}
	.section-6-1 .section-bottom {height:50%}
	.section-6-1 .section-left, .section-6-1 .section-right {width:100%;padding:20px 0px 40px 0px;overflow:hidden;height:auto;max-width: 1080px;margin:0 auto;margin: 0 auto}
    .section-6-1 .section-left .section-content h3{font-size:60px;text-align:center;color:#222;font-weight:900}
    .section-6-1 .section-left .section-content p{font-size:28px;text-align:center;color:#222;line-height:30px;}
	.section-6-1 .section-top .section-image {width:100%;margin-left:auto;text-align:center;}
	.section-6-1 .section-top .section-content, .section-6-1 .section-bottom .section-content {width:100%;max-width:1080px; margin:30px auto;color:#fff;text-align:center;overflow:hidden;height:auto;}
    .section-6-1 .section-top .section-content p {padding:15px 0px;text-align:center;margin-bottom:0;font-size:32px;line-height:30px;font-weight:600;word-break:keep-all;font-family:'Noto Sans','Noto Sans KR','NanumGothic'}

	/* zoom-out action - 이미지 확대 */
	.zoom-out img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.section-action .zoom-out img {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
	/* delay - 콘텐츠간 딜레이 */
	.section-6-1 .section-top .section-content p, .section-6-1 .section-bottom .section-image img {-webkit-transition-delay:.2s;-moz-transition-delay:.2s;transition-delay:.2s}
	.section-6-1 .section-bottom .section-content h3 {-webkit-transition-delay:.4s;-moz-transition-delay:.4s;transition-delay:.4s;color:#fff;}
	.section-6-1 .section-bottom .section-content p {-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s;color:#fff;}
}


@media (max-width:1279px){
    .section-6-1  {position:relative;padding-top:0px;width:100%;height:auto;overflow: hidden}    
    .section-6-1 .section-top {padding-top:0px;overflow:hidden;height:auto}
    .section-6-1 .section-left {width:100%;padding:20px 0px 20px 0px;overflow:hidden;height:auto}
    .section-6-1 .section-right {width:100%;padding:60px 0px 20px 0px;overflow:hidden;height:auto}
    .section-6-1 .section-left .section-content h3{font-size:30px;text-align:center;color:#222;font-weight:900 }
    .section-6-1 .section-left .section-content p{font-size:20px;text-align:center;color:#222;line-height:24px;font-weight:600 }
	.section-6-1 .section-inner:after, .section4th .section-inner:after {content:"";display:block;clear:both}
	.section-6-1 .section-inner .section-top {float:left;width:100%;padding-right:0px;padding:0px 0px 0px 0px}
    .section-6-1 .section-top .section-content, .section-6-1 .section-bottom .section-content {margin:0px 10px;text-align:left;overflow:hidden;height:auto}
	.section-6-1 .section-inner .section-bottom {float:right;width:100%;padding-left:0px}
    
}

    
.full-bg-3 {}


/* 섹션 4 */

.section-4  {position:relative;background:#fff;padding:0px 0px;height:400px;overflow:hidden;}    
.section-4 .section-top {position:relative;background:#fff;padding-top:0px;overflow:hidden;width:100%;height:400px}
.section-4 .section-top li {float:left;width:33.33%;color:#fff;height:450px}
.section-4 .section-top h3 {color:#fff;font-weight:bold;font-size:24px;margin:5px 0px 10px 0px}
.section-4 .section-top p {color:#fff;font-size:16px} 
.section-4 .section-top .mr{padding:100px 150px;margin:0 auto;color:#fff;background:url("/theme/eb4_basic/image/media_bn.png") no-repeat top center}
.section-4 .section-bottom {position:relative;background:#fff;padding-bottom:0px;overflow:hidden;height:auto;width:80%;margin:30px auto 50px}    
.section-title2 h2 {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:30px;text-align:center;font-family:'Noto Sans KR KR'}  
.section-title2 h2 a {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:30px;text-align:center}
.section-title2 h2 a:hover {color:#333}   
.section-title2 p {text-align: center; color:#333;font-size:16px;margin:0px 0 30px}    
    @media (max-width:1100px){
        .section-title2 h2 {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center;font-family:'Noto Sans KR'}  
       .section-title2 h2 a {position:relative;z-index:1;margin:40px 0 10px;color:#fff;font-weight: bold;font-size:24px;text-align:center}
       .section-title2 h2 a:hover {color:#333}
        .section-4 .section-top .mr{padding:80px 20px;margin:0 auto;color:#fff}    
        
    }    
    @media (max-width:991px){
.section-4  {position:relative;background:#fff;padding:0px 0px;height:auto;overflow:hidden;}    
.section-4 .section-top {position:relative;background:#000;padding-top:0px;overflow:hidden;width:100%;height:auto}
.section-4 .section-top li {float:left;width:33.33;color:#fff;height:auto}
.section-4 .section-top h3 {color:#fff;font-weight:bold;font-size:20px;margin:5px 0px 10px 0px}
.section-4 .section-top p {color:#fff;font-size:14px} 
.section-4 .section-top .mr{padding:20px 20px;margin:0 auto;color:#fff}   
.section-4 .section-bottom {position:relative;background:#fff;padding-bottom:0px;overflow:hidden;height:auto;width:90%;margin:30px auto 50px}         
.section-title2 h2 {position:relative;z-index:1;margin:20px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center;font-family:'Noto Sans KR KR'}  
.section-title2 h2 a {position:relative;z-index:1;margin:20px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center}
.section-title2 h2 a:hover {color:#333}   
    }    



/* 섹션 5 */
.section-5  {position:relative;background:#fff;padding:30px 0px 0px 0px;height:auto;overflow:hidden;} 
.section-5 h3{text-align: center}
.section-5 .section-top {position:relative;padding:80px 0px;height:auto;overflow:hidden;background:url("/theme/eb4_basic/image/cs_bg.jpg")50% center;background-repeat: no-repeat;}
.section-5 .section-top .con {margin: 0 auto; width:100%;max-width:1300px;height:auto;padding:60px 0px 30px 0px;}
.section-5 .section-top .con li {width:32%;margin:3px;float: left;height:auto;min-height:240px; overflow: hidden;border:0px solid #eee;background:rgba(240,240,240,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px}
.section-5 .section-top .con li.contact {width:32%;margin:3px;float: left;height:auto;overflow: hidden;border:0px solid #eee;background:rgba(203,49,49,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px}
.section-5 .section-top .con li img {width:60px;text-align: center }
.section-5 .section-top .con li p { color:#fff;font-size:14px;font-family:'Noto Sans','Noto Sans KR';padding:50px 50px 0px 30px;text-align: left;font-weight:500}
.section-5 .section-top .con li p a {color:#fff}
.section-5 .section-top .con li h3 {display:inline-block; width:70%;height:auto;overflow: hidden; color:#fff;font-weight:900;font-size:24px;margin:0px 0px 10px 20px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5 .section-top .con li h3.bl {display:inline-block; width:70%;height:auto;overflow: hidden; color:#222;font-weight:900;font-size:24px;margin:0px 0px 10px 20px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5 .section-top .con li h3.right {display:inline-block;width:20%;height:auto;overflow: hidden;color:#fff;font-weight:900;font-size:30px;text-align: center;margin:5px 0px 10px 0px;}
.section-5 .section-top .con li h3 a {color:#fff}
.section-5 .section-top .con li h3 a:hover {color:#eee}
.section-5 .section-top .news {float:left;width:20%;height:230px;padding:30px 0px 30px 15px;background:#333;}
.section-5 .section-top .news img{float:left;padding:0px 10px 0px 0px;margin-bottom:120px;width:60px }
.section-5 .section-top .news p {float:left;color:#fff;font-size:14px;font-family:'Noto Sans';padding:0px 0px 0px 0px}
.section-5 .section-top .news h3 {color:#fff;font-weight:bold;font-size:20px;margin:5px 0px 10px 0px;font-family:'Montserrat';text-align: left}

.section-5 .section-top .faq {float:left;width:40%;height:230px;padding:30px 0px 30px 15px;background:#db3523;}
.section-5 .section-top .faq img{float:left;padding:0px 10px 0px 0px;margin-bottom:100px;width:60px }
.section-5 .section-top .faq p{float:left;color:#fff;font-size:14px;font-family:'Noto Sans';padding:0px 0px 0px 0px}
.section-5 .section-top .faq h3 {color:#fff;font-weight:bold;font-size:20px;margin:5px 0px 10px 0px;font-family:'Montserrat';text-align: left}

.section-5 .section-top p {color:#fff;font-size:16px} 
.section-5 .section-top .mr{padding:100px 150px;margin:0 auto;color:#fff;background:url("/theme/eb4_basic/image/media_bn.png") no-repeat top center}
.section-5 .section-bottom {position:relative;background:#fff;padding-bottom:0px;overflow:hidden;height:auto;width:80%;margin:30px auto 50px}    

    @media (max-width:1100px){
        .section-title2 h2 {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center;font-family:'Noto Sans'}  
       .section-title2 h2 a {position:relative;z-index:1;margin:40px 0 10px;color:#333;font-weight: bold;font-size:24px;text-align:center}
       .section-title2 h2 a:hover {color:#333}
        .section-5 .section-top .mr{padding:80px 20px;margin:0 auto;color:#fff}    
        
    }    
    

 @media (max-width:991px){
.section-5  {position:relative;background:#fff;padding:0px 0px 0px 0px;height:auto;overflow:hidden;} 
.section-5 h3{text-align: center}
.section-5 .section-top {position:relative;padding:30px;width:100%;height:auto;overflow:hidden;background:url("/theme/eb4_basic/image/cs_bg.jpg")50% center;background-repeat: no-repeat;}
.section-5 .section-top .con {margin: 0 auto; width:100%;max-width:1300px;height:auto;padding:30px 0px 30px 0px;}
.section-5 .section-top .con li {width:96%;margin:2%;height:auto;min-height:auto;overflow: hidden;padding:25px 0px 20px 0px;text-align: center;background:rgba(240,240,240,.8)}
.section-5 .section-top .con li.contact {width:96%;margin:2%;height:auto;min-height:auto;overflow: hidden;padding:25px 0px 20px 0px;text-align: center;background:rgba(203,49,49,.8)}

.section-5 .section-top .con li img {width:60px;text-align: center }
.section-5 .section-top .con li p { color:#fff;font-size:14px;font-family:'Noto Sans','Noto Sans KR','Montserrat';padding:0px 10px 0px 30px;text-align: left}
.section-5 .section-top .con li h3 {color:#fff;font-weight:bold;font-size:20px;margin:0px 0px 10px 20px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align: left}

.section-5 .section-top .news {float:left;width:100%;height:160px;padding:20px 24%;background:#333;}
.section-5 .section-top .news img{float:left;padding:0px 10px 0px 0px;margin-bottom:100px }
.section-5 .section-top .news p {float:left;color:#fff;font-size:14px;font-family:'Noto Sans';padding:0px 0px 0px 0px}
.section-5 .section-top .news h3 {color:#fff;font-weight:bold;font-size:18px;margin:5px 0px 10px 0px;font-family:'Montserrat'}

.section-5 .section-top .faq {float:left;width:100%;height:160px;padding:20px 24%;background:#db3523;}
.section-5 .section-top .faq img{float:left;padding:0px 10px 0px 0px;margin-bottom:100px }
.section-5 .section-top .faq p{float:left;color:#fff;font-size:14px;font-family:'Noto Sans';padding:0px 0px 0px 0px}
.section-5 .section-top .faq h3 {color:#fff;font-weight:bold;font-size:18px;margin:5px 0px 10px 0px;font-family:'Montserrat'}
    } 



.section-5-2  {position:relative;background:#fff;padding:30px 0px 0px 0px;height:auto;overflow:hidden;} 
.section-5-2 h3{text-align: center}
.section-5-2 .section-top {position:relative;background:#fff;padding:10px;overflow:hidden;width:100%;height:auto}
.section-5-2 .section-top .con {margin: 0 auto; width:100%;max-width:1580px;height:auto;padding:30px 0px 30px 0px;}
.section-5-2 .section-top .con li {width:48%;margin:1%;height:auto; float: left;overflow: hidden;border:0px solid #eee;
    background:#f3f3f3;padding:30px 20px;border-radius:0px; }
.section-5-2 .section-top .con li h3 {color:#333;font-weight:bold;font-size:30px;margin:5px 0px 0px 0px;font-family:'Montserrat','Noto Sans KR';text-align:center}
.section-5-2 .section-top .con li p {color:#333;font-size:18px;font-family:'Noto Sans KR';padding:5px 0px 5px 0px;text-align:center}


    @media (max-width:991px){
       .section-5-2 .section-top .con li {width:98%;margin:1% auto;height:auto;margin:20px auto; float: none;overflow: hidden;border:0px solid #eee;
    background:#f3f3f3;padding:30px 20px;border-radius:0px; }
        
        
    }    
    

 @media (max-width:645px){
.section-5-2 .section-top {position:relative;background:#fff;padding:10px;overflow:hidden;width:100%;height:auto}  
.section-5-2 .section-top .con {margin: 0 auto; width:100%;height:auto;padding:0px 0px 0px 0px;}     
.section-5-2 .section-top .con li h3 {color:#333;font-weight:bold;font-size:20px;margin:5px 0px 0px 0px;font-family:'Montserrat','Noto Sans KR';text-align:center}
.section-5-2 .section-top .con li p {color:#333;font-size:16px;font-family:'Noto Sans KR';padding:5px 0px 5px 0px;text-align:center}
    
}


.section-5-3  {position:relative;background:#fff;padding:10px 0px 0px 0px;height:auto;overflow:hidden;} 
.section-5-3 h3{text-align: center}
.section-5-3 .section-top {position:relative;width:100%;padding:10px 0px;height:auto;overflow:hidden;}
.section-5-3 .section-top .con {margin: 0 auto; width:100%;max-width:1580px;height:auto;padding:60px 0px 30px 0px;}
.section-5-3 .section-top .con li {width:48%;margin:1%;float: left;height:auto; overflow: hidden;border:0px solid #eee;background:rgba(240,240,240,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px}
.section-5-3 .section-top .con li.contact {width:32%;margin:3px;float: left;height:auto;overflow: hidden;border:0px solid #eee;background:rgba(203,49,49,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px}
.section-5-3 .section-top .con li img {width:60px;text-align: center }
.section-5-3 .section-top .con li p { color:#fff;font-size:14px;font-family:'Noto Sans','Noto Sans KR';padding:30px 5px;margin: 10px 40px; text-align: left;font-weight:500;border-top:1px solid #cb3131}
.section-5-3 .section-top .con li p a {color:#fff}
.section-5-3 .section-top .con li h3 {display:inline-block; width:70%;height:auto;overflow: hidden; color:#fff;font-weight:900;font-size:28px;margin:0px 0px 10px 20px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5-3 .section-top .con li h3.bl {display:inline-block; width:70%;height:auto;overflow: hidden; color:#222;font-weight:900;font-size:28px;margin:0px 0px 10px 20px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5-3 .section-top .con li h3.right {display:inline-block;width:20%;height:auto;overflow: hidden;color:#fff;font-weight:900;font-size:30px;text-align: center;margin:5px 0px 10px 0px;}

@media (max-width:991px){
.section-5-3 .section-top .con {margin: 0 auto; width:100%;max-width:1300px;height:auto;padding:10px 0px 10px 0px;}
.section-5-3 .section-top .con li {width:96%;margin:1% auto;float:none;height:auto; overflow: hidden;border:0px solid #eee;background:rgba(240,240,240,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px;margin:10px auto}
.section-5-3 .section-top .con li.contact {width:32%;margin:3px;float: left;height:auto;overflow: hidden;border:0px solid #eee;background:rgba(203,49,49,.8);padding:30px 0px 20px 0px;text-align: center;border-radius:0px}
.section-5-3 .section-top .con li img {width:60px;text-align: center }
.section-5-3 .section-top .con li p { color:#fff;font-size:14px;font-family:'Noto Sans','Noto Sans KR';padding:20px 10px;margin: 10px 20px;text-align: left;font-weight:500}
.section-5-3 .section-top .con li p a {color:#fff}
.section-5-3 .section-top .con li h3 {display:inline-block; width:70%;height:auto;overflow: hidden; color:#fff;font-weight:900;font-size:28px;margin:0px 0px 10px 10px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5-3 .section-top .con li h3.bl {display:inline-block; width:70%;height:auto;overflow: hidden; color:#222;font-weight:900;font-size:28px;margin:0px 0px 10px 10px;font-family:'Noto Sans','Noto Sans KR','Montserrat';text-align:left;}
.section-5-3 .section-top .con li h3.right {display:inline-block;width:20%;height:auto;overflow: hidden;color:#fff;font-weight:900;font-size:30px;text-align: center;margin:5px 0px 10px 0px;}
    
    
}

button.close2 {
	padding: 2em 2em;
	outline: none;
	font-weight: 600;
	border: none;
	color: #fff;
	background:#11a688 ;
}
.button-wrap {
	padding: 0;
	font-size: 1.25em;
    background:transparent ;
}

button.trigger {
    padding: 2em 1em;
	outline: none;
	font-weight: 600;
	background: transparent;
	color: #000;
	border: none;
}

@media (max-width:991px){
    
    .button-wrap{display:none}
}


@media (max-width:991px){
 
   .t_btn {
    position: absolute;
    top: 400px;
    right: 10px;
    height: auto;}
}


.imageHolder {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 0px;
    border-radius: 0px
}

.imageHolder img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px 
}

.imageHolder:hover img {
    transform: scale(1.1);
    transition: 0.6s;
    opacity: 1;
}

.imageHolder .caption {
    position: absolute;
    line-height: 40px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    padding: 5% 0px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    font-family:'Noto Sans','Noto Sans KR'
}

.imageHolder:hover .caption {
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: rgba(0, 0, 0, 0);
}
.imageHolder .caption2 {
    position: absolute;
    line-height: 40px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    padding: 15% 0px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    font-family:'Noto Sans','Noto Sans KR'
}

.imageHolder:hover .caption2 {
    color: #fff;
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: rgba(0, 0, 0, 0);
}

@media (max-width:1280px) {
    .imageHolder {
        position: relative;
        width: 100%;
        height:auto;
        overflow: hidden;
        float: left;
        border-radius: 0px
    }
    .imageHolder img {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0px 
    }
    .imageHolder .caption {
        position: absolute;
        line-height: 30px;
        width: 100%;
        height: 100%;
        bottom: 0px;
        right: 0px;
        padding: 3% 0 0 0;
        background: rgba(0, 0, 0, 0);
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-family: 'Noto Sans','Noto Sans KR'
    }
    .imageHolder:hover .caption {
        color: #fff;
        height: 100%;
        width: 100%;
        line-height: 30px;
        font-size: 30px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        background: rgba(0, 0, 0, 0)
    }
    .imageHolder .caption2 {
        position: absolute;
        line-height: 30px;
        width: 100%;
        height: 250px;
        bottom: 0px;
        right: 0px;
        padding: 12% 0 0 0;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-family: 'Noto Sans','Noto Sans KR'
    }
    .imageHolder:hover .caption2 {
        color: #fff;
        height: 250px;
        width: 100%;
        line-height: 30px;
        font-size: 30px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        background: rgba(0, 0, 0, 0.1)
    }
}



/* 소개 */


section.company h3.company_h3 {
    font-size: 36px;
    font-family: 'Montserrat','Noto Sans KR';;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 0px;text-align: center;color:#4d4242
}

section.company.company_01 .ceo-box {
    background-repeat: no-repeat;
    height: auto;padding: 10px 0px 40px 0px;
    display: flex;
    align-items: center;
}

section.company.company_01 .ceo-box .text {
    position:relative;
    text-align: center;
    font-size: 42px;
    line-height: 55px;
    padding:50px 0px;
    font-family: 'Montserrat','Noto Sans';
    font-weight:900;
    color: #333;
    background: #fff;width:100%;height:180px;
    

}

section.company.company_01 .ceo-box .text p {
    font-size: 24px;
    margin-top: 28px;
    font-weight: 500;
    color: #333333;
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans KR';
}

section.company.company_01 .ceo-box .text p::before {
    position: absolute;
    width: 100%;
    height: 0px;
    background: #333;
    content: '';
    margin-top: 36px;
}


section.company .about_text h1 {
    font-size: 60px;
    text-align: center;
    color: #222;
    font-weight: 900;
    font-family: 'Noto Sans KR';
    line-height: 66px;
}
section.company .about_text p {
    font-size: 32px;text-align: center;
    color: #333;
    font-weight: 600;
    font-family: 'Noto Sans KR';
    line-height: 36px;
    padding:10px 0px 20px 0px;
}

section.company .about_text h1 span {
    position: relative;
    z-index: 0;
}
section.company .about_text img {width:90%;max-width:400px}


section.company .about_text {
    position: relative;
    width:100%;max-width:1600px;
    line-height: 33px;margin: 0px auto;
    font-size: 18px;
}
section.company .about_text .text2 {text-align: center;margin: 10px auto 40px;color:#333}
section.company .about_text .left {width:50%;height:auto; float:left;margin:10px auto;text-align: center;padding:20px 20px}
section.company .about_text .left img {width:100%;max-width:700px;border-radius:20px}
section.company .about_text .right {width:42%;height:auto;float:left;margin:0px 40px}
section.company .about_text .right h3 {font-size:36px;font-weight: 700;text-align: left;font-family: 'Noto Sans KR';color:#333;line-height:50px}
section.company .about_text .right p {font-size:24px;text-align: left;font-family: 'Noto Sans KR';color:#333;line-height:32px}

/*  마감 */
@media(max-width:991px) {
    
    section.business {display: flex;flex-wrap: wrap;align-items: center;justify-content: center; width:100%;height:auto;padding:30px 10px;background:#ddd;}
section.business .box {width:48%;margin:1%;height: auto; min-height:300px;padding:20px 5px; background: rgba(255,255,255,.8);justify-content: center;text-align: center;border-radius: 10px;}
section.business .box img {width:70%;min-width:70px}
section.business .box h3 {font-size:18px;color:#333}
section.business .box p {font-size:14px;color:#333}


    section.company h3.company_h3 {
        font-size: 18px;
        font-family: 'Montserrat','Noto Sans KR';
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    section.company.company_01 h3.company_h3 {
        padding-bottom: 20px;
    }

    section.company.company_01 .ceo-box {
        background-repeat: no-repeat;
        height: auto;padding: 0px;
        display: flex;
        align-items: center;
        background-position: 60% 0%;
        background-size: cover
    }

section.company.company_01 .ceo-box .text {
    position:relative;
    text-align: center;
    font-size: 28px;
    line-height: 35px;padding:30px 0px 0px 0px;
    font-family:'Montserrat', 'Noto Sans KR';
    margin:0px auto;font-weight:800;
    color: #333;
    background: #fff;width:98%;height:auto;
    

}

section.company.company_01 .ceo-box .text p {
    font-size: 14px;line-height: 16px;
    margin-top: 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans KR';
}
    section.company.company_01 .ceo-box .text p::before {
        position: absolute;
        width: 100%;
        height: 0px;
        background: #000;
        content: '';
        margin-top: 20px;
    }

    section.company .about_text {
        padding: 0px 10px;
        line-height: 26px;
        font-size: 14px;
    }

section.company .about_text .text2 {text-align: center;margin: 10px auto 40px;color:#333}
section.company .about_text .left {width:95%;height:auto; float:none;margin:10px auto;text-align: center;padding:50px 10px 0px 10px}
section.company .about_text .left img {width:100%;max-width:700px;}
section.company .about_text .right {width:95%;height:auto;float:none;margin:10px auto;padding:10px}
section.company .about_text .right h3 {font-size:24px;font-weight: 700;text-align: left;font-family: 'Noto Sans KR';color:#333;line-height:36px}
section.company .about_text .right p {font-size:18px;text-align: left;font-family: 'Noto Sans KR';color:#333;line-height:24px}
    
 section.company.company_02 .text p {
    color: #333;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;margin: 10px auto 10px;   

}   
    
    section.company .about_text h1 {
        font-size: 30px;
        color: #333;
        font-weight: 900;
        font-family: 'Noto Sans KR';
        line-height: 40px;
        margin-bottom: 32px;
    }
    section.company .about_text p {
    font-size: 20px;text-align: center;
    color: #333;
    
    font-family: 'Noto Sans KR';
    line-height: 24px;
    padding:10px 0px 20px 0px;
}

    section.company .about_text h1 span {
        position: relative;
        z-index: 0;
    }

   
}

@media (min-width:991px){ 

     section.company .inner {width:100%;height:auto;margin:0px auto 20px;padding:30px 0px;overflow:hidden;}
     section.company .inner .box_wrap {max-width:1600px;display: flex;flex-wrap: wrap;width:100%;margin: 20px auto;}   
     section.company .inner .box_wrap .box {width:30%;margin:1% auto;height:auto;text-align: center;background:#f5f5f5;border-radius:20px;box-shadow:0px 3px 5px 0px rgba(0,0,0,.1);padding:30px 15px}
     section.company .inner .box_wrap .box h3 {color:#222;font-family: 'Noto Sans','Noto Sans KR';font-size: 33px;text-align: center; padding:15px 0px;border-bottom: 0px solid #eee;margin:5px 0px;font-weight:900}
     section.company .inner .box_wrap .box p {color:#222;font-family: 'Noto Sans','Noto Sans KR';font-size: 24px;line-height:28px; text-align: center;margin:20px 40px 5px 40px}
    section.company .inner .box_wrap .box img{width:70px}
    
     section.company .inner .box_wrap .box_2 {width:30%;margin:1% auto;height:280px;text-align: center;background:#6a54a1;border-radius:20px;box-shadow:0px 3px 5px 0px rgba(0,0,0,.1);padding:30px 15px}
     section.company .inner .box_wrap .box_2 h3 {color:#fff;font-family: 'Noto Sans','Noto Sans KR';font-size: 33px;text-align: center; padding:15px 0px;border-bottom: 0px solid #eee;margin:5px 0px;font-weight:900}
     section.company .inner .box_wrap .box_2 p {color:#fff;font-family: 'Noto Sans','Noto Sans KR';font-size: 24px;line-height:28px; text-align: center;margin:20px 40px 5px 40px}
    section.company .inner .box_wrap .box_2 img{width:70px}
}

@media (max-width:991px){ 
    section.company .inner {width:100%;height:auto;margin:0px auto;padding:0px 0px;overflow:hidden;}
     section.company .inner .box_wrap {display: flex;flex-wrap: wrap;width:100%;margin: 20px auto;}   
     section.company .inner .box_wrap .box {width:45%;margin:2% auto;height:auto;min-height:220px; text-align: center;background:#f5f5f5;border-radius:20px;box-shadow:0px 3px 5px 0px rgba(0,0,0,.1);padding:20px 5px}
     section.company .inner .box_wrap .box h3 {color:#222;font-family: 'Noto Sans','Noto Sans KR';font-size: 18px;text-align: center; padding:10px;border-bottom: 0px solid #eee;margin:10px 0px 5px 0px;font-weight:900;line-height:20px}
     section.company .inner .box_wrap .box p {color:#222;font-family: 'Noto Sans','Noto Sans KR';font-size: 15px;line-height:20px; text-align: center;margin:10px 10px 5px 10px}
    section.company .inner .box_wrap .box img{width:50px}
    
     section.company .inner .box_wrap .box_2 {width:45%;margin:2% auto;height:auto;min-height:220px; text-align: center;background:#6a54a1;border-radius:20px;box-shadow:0px 3px 5px 0px rgba(0,0,0,.1);padding:20px 5px}
     section.company .inner .box_wrap .box_2 h3 {color:#fff;font-family: 'Noto Sans','Noto Sans KR';font-size: 18px;text-align: center; padding:10px;border-bottom: 0px solid #eee;margin:10px 0px 5px 0px;font-weight:900;line-height:20px}
     section.company .inner .box_wrap .box_2 p {color:#fff;font-family: 'Noto Sans','Noto Sans KR';font-size: 15px;line-height:20px; text-align: center;margin:10px 10px 5px 10px}
    section.company .inner .box_wrap .box_2 img{width:50px}
    
}



/*sub-상품소개*/
.sub_con {width:100%;margin: 0 auto 50px;padding: 0px 0px;max-width:1300px;}
.s3_tit{display: block;text-align: center;font-size: 30px;line-height: 1;margin: 0 auto 50px;font-weight: 700;line-height:36px}
.s3_tit span{padding-bottom: 10px;border-bottom: 0px solid #333;}

.s31_1{padding-bottom: 130px;position: relative;}
.s31_1::after{content: '';height: 50px;width: 1px;background-color: #333;position: absolute;bottom: 50px;left: 50%;transform:translateX(-50%); }
.s31_1tit{font-size: 24px;font-weight: 700;margin-bottom: 10px;text-align: center;}
.s31_1cont{font-size: 16px;color: #666;text-align: center;font-weight: 500;}

.s31_2{background: url(../img/s31_bg.png) no-repeat 50% 50%; background-size: cover;max-width: 1920px;width: 100%;margin: 0 auto;}
.s31_2ul{}
.s31_2ul > li{padding-bottom: 30px;display: flex; }
.s31_2ul > li .li_left{width: 45%;margin:2% }
.s31_2ul > li .li_left .thum {text-align: center;border-radius:20px;padding:10px 15px}
.s31_2ul > li .li_left .thum img {width:100%;border-radius:20px }
.s31_2ul > li .li_center{width: 45%;text-align:left;margin:2% 0;overflow: hidden}
.s31_2ul > li .li_right{width: 0;}

.s3_num{}
.s3_num > li{margin-bottom:15px;}
.s3_num > li:last-child{margin-bottom: 0;}
.s3_num .tit{}
.s3_num .tit::after{content: '';width: 35px;height: 33px;background: url(../img/s3_num.png) no-repeat 50% 50%; background-size: cover;position: absolute;bottom: 0;right: 15px;z-index: 5;}
.s3_num .cont{position: relative; width: auto;height: auto;overflow: hidden;margin-left:10px}
.s3_num .cont .desc1{font-size: 20px;margin-bottom: 5px;color: #7d765f;font-weight: 600;height:auto;overflow: hidden;line-height:25px}
.s3_num .cont .desc1 p.num {font-size:18px;font-weight: 700;font-family: 'Montserrat';color:#fff;width: 26px;height:26px; border-radius:100px;background:#268a79; line-height:27px;position: relative;text-align:center;float: left;margin:0px 10px 0 0}
.s3_num .cont .desc2{position: relative;height: auto; font-size: 16px;color: #333;font-weight: 500;}
.s3_num .cont .desc3{margin-top: 30px;font-size: 16px;color: #1175CB !important;font-weight: 500;}



.s31_3{padding: 45px 0 35px;background-color: #F6F6F6;}
.s31_3btn{display: flex; justify-content:center; align-items:center;margin-bottom: 50px;}
#s35 .s31_3btn{margin-bottom: 100px;}
.s31_3btn > li{margin: 0 5px;}
.s31_3btn > li > a{display: flex; width: auto;height: 60px;border: 1px solid #222;align-items:center; justify-content:center; line-height: 1;font-size: 20px;background-color: #222;font-weight: 500;transition: all 0.2s; border-radius:50px;color:#fff;padding: 10px;text-align: center}
.s31_3btn > li > a:hover{background-color: #f2f2f2;color:#222}
.s31_3btn > li > a i{margin-left: 12px;}

.s31_3ul{position: relative;}
#s31 .s31_3ul::after{content: '';white-space: pre;position: absolute;color: #3e9ab7;font-size: 15px;right: 0px;bottom: calc(100% + 3px);text-align: right;}
.s31_3ul > li{display: flex;height: 240px;background-color: #fff;border-bottom: 1px solid #E3E3E3;}
.s31_3ul > li:first-child{border-top: 1px solid #E3E3E3;}
.s31_3ul > li .s31_3thum{flex:1;display: flex; align-items:center; justify-content:center;padding: 0 35px;}
.s31_3ul > li .s31_3tit{flex:0.7;display: flex; align-items:center; justify-content:center; flex-direction:column; font-size: 18px;font-weight: 500;color: #fff;line-height: 1.4;text-align: center;}
.s31_3ul > li .s31_3cont{flex:1;display: flex; justify-content:center;flex-direction:column; padding: 0 35px;word-break:keep-all;font-size: 16px;font-weight: 400;color: #333;}
.s31_3ul > li .s31_3cont > li + li{margin-top: 5px;}

.s31_3ul > li:nth-child(1) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(2) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(3) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(4) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(5) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(6) .s31_3tit{background:#268a79;}
.s31_3ul > li:nth-child(7) .s31_3tit{background:#268a79;}

.s31_4{padding: 30px 0;width:100%;max-width:1300px;margin: 0 auto}
.s31_4 .video{height: 700px;width: 100%;}
.s31_4 .video iframe{height: 100% !important;width: 100% !important;}
.s31_4 img {width:100%}
.s31_5{margin-bottom: 100px;}
.table_com{}
.table_com table{width: 100%;border-collapse:collapse;}
.table_com table thead th{padding: 15px;background-color: #666;font-size: 16px;font-weight: 500;color: #fff;text-align: center;}
.table_com table th,
.table_com table td{border: 1px solid #DDDDDD;text-align: center;font-size: 16px;font-weight: 500;color: #333;}
.table_com table tbody th{background-color: #F7F7F7;font-weight: 700;}
.table_com table tbody td{padding: 25px 20px;}
.table_com table .tb_ul{text-align: left;}
.table_com table .tb_ul > li{padding-left: 20px;text-indent: -20px;}
.table_com table .tb_ul > li::before{content: '·';padding-right: 10px;}
.table_com table .tb_ul > li + li{margin-top: 5px;}
.table_com table .tal{text-align: left;}

.s31_6{margin-bottom: 10px;}

.s31_7{}
.s31_7ul{display: flex; flex-wrap:wrap;margin-bottom: 65px;position: relative;}
.s31_7ul::after{content: '';position: absolute;color: #555;font-size: 15px;right: 5px;top: calc(100% + 3px);}
.s31_7ul > li{width: 14.2857%;border: 1px solid #ddd;margin-top: -1px;margin-left: -1px;}
.s31_7ul > li .tit{background-color: #555;font-size: 15px;color: #fff;text-align: center;padding: 18px 0;}
.s31_7ul > li .thum{height: 180px;display: flex; align-items:center; justify-content:center; }

.s31_7logo{border: 1px solid #ddd;display: flex; justify-content:space-between; align-items:center;padding: 20px 35px;}

.table_com2{}
.table_com2 table{width: 100%;border-collapse:collapse;}
.table_com2 table td{border: 1px solid #DDDDDD;font-size: 15px;font-weight: 400;color: #333;}
.table_com2 table td.th1{background-color: #0F73CB;text-align: center;color: #fff;font-weight: 400;}
.table_com2 table td.th2{background-color: #F7F7F7;}
.table_com2 table td{padding:15px 20px;}
.table_com2 table td .td_box{/* display: flex; align-items:center; */font-size: 13px;line-height: 1.1;overflow: hidden;}
.table_com2 table td .td_box > span{margin: 0 5px;float:left}
.table_com2 table td .td_box > .img{width: 25px;text-align: center;}
.table_com2 table td .td_box > .img img{vertical-align: middle;}
.table_com2 table td .td_box > span i{vertical-align: middle;}
.table_com2 table .tb_ul{text-align: left;}
.table_com2 table .tb_ul > li{padding-left: 20px;text-indent: -20px;}
.table_com2 table .tb_ul > li::before{content: '·';padding-right: 10px;}
.table_com2 table .tb_ul > li + li{margin-top: 5px;}


@media screen and (max-width: 1860px) { 
	.s31_2{background: none;}
}


@media screen and (max-width: 1300px) { 


	.s31_3ul{display: flex; flex-wrap:wrap;margin-top: 80px;}
	.s31_3ul > li{width: 50%;margin: 0 0 15px;flex-direction:column;height: auto;border-top: 0 !important;border-bottom: 0 !important;}
	.s31_3ul > li .s31_3thum{flex:none;padding: 30px 10px;}
	.s31_3ul > li .s31_3thum img{height: 130px;}
	.s31_3ul > li .s31_3tit{flex:none;order:-1;height: 60px;font-size: 15px;}
	.s31_3ul > li .s31_3cont{flex:none;padding: 15px;font-size: 13px;}
	
	.s31_3{padding: 50px 0;}
	.s31_4{padding: 20px 0;}
	.s31_4 .video{height: 56vw;}

	.s31_5{margin-bottom: 50px;}
	.table_com{overflow: auto;}
	.table_com table{width: 100%;}
	.table_com table thead th{padding: 10px;font-size: 14px;}
	.table_com table th,
	.table_com table td{font-size: 14px;}
	.table_com table tbody td{padding: 10px;}

	.table_com table .tb_ul > li{padding-left: 10px;text-indent: -10px;}
	.table_com table .tb_ul > li::before{content: '·';padding-right: 5px;}

	.s31_7ul > li{width: 25%;}
	.s31_7ul::after{right: auto;left: 5px;font-size: 12px;}

	.s31_7logo{overflow: auto;padding: 10px;}
	.s31_7logo > li{transform:scale(0.7);padding: 0 10px;}

}

@media screen and (max-width: 1000px) {
    .s3_tit{font-size: 24px;margin: 0 auto 50px;line-height:36px}
	.s3_tit span{padding-bottom: 10px;border-bottom: 0px solid #333;}

	.s31_1{padding-bottom: 100px;}
	.s31_1::after{height: 30px;}
	.s31_1tit{font-size: 16px;word-break:keep-all; }
	.s31_1cont{font-size: 14px;word-break:keep-all; }

	.s31_2ul > li{padding-bottom: 20px;flex-direction:column; align-items: center}
	.s31_2ul > li .li_left{width: 100%;max-width: 500px;}
	.s31_2ul > li .li_center{width: 100%;max-width: 500px;text-align: left;margin: 0;}
	.s31_2ul > li .li_center img{transform:scale(0.7)}
	.s31_2ul > li .li_right{width: 100%;max-width: 500px;margin-top: 35px;}
	
	.s31_3btn{margin-bottom: 50px;}
	#s35 .s31_3btn{margin-bottom: 50px;}
	.s31_3btn > li > a{width:auto;height: 50px;font-size: 16px;display:flex}
    
	.s31_3ul > li{width: 100%;}
	#s31 .s31_3ul::after{font-size: 11px;}

	.s3_num .tit{transform:scale(0.7)}
	.s3_num .cont .desc1{font-size: 16px;text-align: center}
	.s3_num .cont .desc2{font-size: 16px;}
	.s3_num .cont .desc3{margin-top: 10px;font-size: 13px;}
}

@media screen and (max-width: 768px) {
	.s31_7ul > li{width: 33.3333%;}
}


