:root {
	/* color - 2026 대구광역시 청소년 로봇 아카데미 */
	--primary-color: #809AC4;   /* 키비주얼 하단색: 블루-퍼플 (메인 브랜드 컬러) */
	--primary-color-1: #CC8FB1; /* 키비주얼 상단색: 로즈-모브 (액센트 컬러) */
	--primary-color-2: #9B82BE; /* 중간 퍼플 (서브 컬러) */
	--color-p-light: #A8C0E2;   /* 라이트 블루-퍼플 */
	--color-p-dark: #414756;
	--blue-color: #5A78AF;      /* 딥 블루-퍼플 */
	--text-color: #333;
	--text-color-light: #999;
	--title-color: #263238;
	--border-color: #919ea1;
	--border-color-light: #ddd;
	--body-color: #fff;
	--body-color-deep: #eee;
	--white-color: #fff;
	--black-color: #000;
	--input-color: #f6f6f6;

	/* font & size - 폰트 사이트 계산은 https://nekocalc.com/px-to-rem-converter 참고해 변환 확인합니다. */
	--basic-font: 'Noto Sans KR', sans-serif;
	--en-font: 'Roboto', 'Noto Sans KR', sans-serif;
	--biggest-font-size: 1.5rem; /* 24px */
	--h1-font-size: 1.25rem; /* 20px */
	--h2-font-size: 1.125rem; /* 18px */
	--h3-font-size: 1rem; /* 16px */
	--normal-font-size: .9375rem; /* 15px */
	--small-font-size: .8125rem; /* 13px */
	--smaller-font-size: .75rem; /* 12px */
}
@media (min-width: 768px) {
	:root {
		--biggest-font-size: 2.5rem; /* 40px */
		--h1-font-size: 1.5rem; /* 24px */
		--h2-font-size: 1.25rem; /* 20px */
		--h3-font-size: 1rem; /* 16px */
		--normal-font-size: 1rem; /* 16px */
		--small-font-size: .875rem; /* 14px */
	}
}
@media (min-width: 992px) {
	:root {
		--biggest-font-size: 4rem; /* 64px */
		--h1-font-size: 2.25rem; /* 36px */
		--h2-font-size: 1.75rem; /* 28px */
		--h3-font-size: 1.25rem; /* 20px */
	}
}
/* font */
body, h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans KR', sans-serif}

/* common */
html {scroll-behavior: smooth;font-size: 16px;line-height: 1.4em;}
body {position: relative;margin: 0;font-size: var(--normal-font-size);background-color: var(--white-color);}
.en-font {font-family: var(--en-font);}
body.modal-open {padding: 0 !important;}
p, li {word-break: keep-all;}
ul {margin-bottom: 0;}
strong {font-weight: 700;}
a:hover {color:var(--primary-color);}


#hd_pop .modal-dialog {max-width:500px}
@media (max-width:767px) {
    #hd_pop .modal-dialog .hd-pops-content {margin:10px 0 0}
}

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

/* 버튼 스타일 */
.btn-more a {position:relative;z-index:1;display:inline-block;overflow:hidden;padding:6px 25px;font-size:11px;color:#333;border-width:0 2px 2px 2px;border-style:solid;border-color:#333}
.btn-more a:before, .btn-more a:after {content:"";position:absolute;top:0;height:2px;background:#333}
.btn-more a:before {left:0;width:7%;}
.btn-more a:after {right:0;width:83%;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;transition: all .5s linear}
.btn-more a:hover:after {width:100%}
.btn-more.btn-wht a {border-color:#fff;color:#fff}
.btn-more.btn-wht a:before, .btn-more.btn-wht a:after {background:#fff}
@media (max-width:767px){
	.btn-more a {padding:5px 20px;font-size:11px}
}

/* Preloader */
.loader-wrap {bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1010}
.no-js .loader-wrap {display:none}
.loader {display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50% !important;border:3px solid transparent;border-top-color:#006be2;-webkit-animation:loader-spin 1.7s linear infinite;animation:loader-spin 1.7s linear infinite;z-index:11}
.loader:before {content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50% !important;border:3px solid transparent;border-top-color:#e52700;-webkit-animation:loader-spin-reverse .6s linear infinite;animation:loader-spin-reverse .6s linear infinite}
.loader:after {content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50% !important;border:3px solid transparent;border-top-color:#ec8b00;-webkit-animation:loader-spin 1s linear infinite;animation:loader-spin 1s linear infinite}
.loader-wrap .loader-section-left {position:fixed;top:0;left:0;width:51%;height:100%;background:#1c1c26;z-index:10}
.loader-wrap .loader-section-right {position:fixed;top:0;right:0;width:51%;height:100%;background:#1c1c26;z-index:10}
@-webkit-keyframes loader-spin {
    0% {-webkit-transform:rotate(0)}
    100% {-webkit-transform:rotate(360deg)}
}
@keyframes loader-spin{
    0% {-webkit-transform:rotate(0);transform:rotate(0)}
    100% {-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes loader-spin-reverse{
    0% {-webkit-transform:rotate(0)}
    100% {-webkit-transform:rotate(-360deg)}
}
@keyframes loader-spin-reverse{
    0% {-webkit-transform:rotate(0);transform:rotate(0)}
    100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
.loaded .loader-wrap .loader-section-left {transform:translateX(-100%);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}
.loaded .loader-wrap .loader-section-right {transform:translateX(100%);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}
.loaded .loader {opacity:0;transition:all .3s ease-out}
.loaded .loader-wrap {visibility:hidden;transform:translateY(-100%);transition:all .3s 1s ease-out}

/* wraper */
.wrapper {position:relative;overflow: hidden}
.wrapper-inner.box-layout {max-width:1280px;margin:0 auto}
@media (max-width:1199px){
	.wrapper-inner {width:auto}
}

/* header */
.header {z-index:1005;position:absolute;top:0;left:0;width:100%;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.header.subpage-header {background:var(--primary-color)}
@media (max-width:991px){
}

/* Header Nav Fixed */
.header:hover {background:var(--primary-color);border-bottom:0}
#header-fixed.header-fixed-trans {position:fixed;background:var(--primary-color);border-bottom:0}

.header-inner {display: flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
/* header 왼쪽 - 로고 */
.header-left {position:relative;width:30%;display:flex;align-items:center;}
.logo-header h1 {margin:0}
.logo-header h1 a {display:block;}
.logo-header h1 a span {display:block;line-heiht:30px;font-size:26px}
.logo-header h1 a img {display:block;height:20px;width:auto;margin-top:5px}
@media (max-width:991px){
	.header-inner {height:55px}
	.header-left {width:50%;z-index:1005}
	.logo-header h1 {margin: 0;padding: 18px 0}
	.logo-header h1 a span {line-heiht:35px}
	.logo-header h1 a img {height:20px}
}

/* header 중앙 - 네비게이션 */
.header-center {position:relative;width:70%}
/* pc 메뉴 */
@media (min-width: 992px) {
    .header-nav .header-nav-inner h5 {display:none}
    .header-nav .header-nav-inner .navbar-nav {float:right}
    .header-nav .header-nav-inner .navbar-nav > li {padding:0 15px}
    .header-nav .header-nav-inner .navbar-nav > li:last-child:before {display:none}
    .header-nav .header-nav-inner .navbar-nav > li > a {padding:0;line-height:80px;font-size:15px;font-weight:700;color: #fff;transition:.3s;}
    .header-nav .header-nav-inner .navbar-nav > li > a:hover,
	.header-nav .header-nav-inner .navbar-nav > li > a:focus,
	.header-nav .header-nav-inner .navbar-nav > li.open > a {color: #fff;opacity:.75;background:none}
    .header-nav .header-nav-inner .navbar-nav > li > a:after {content:"";opacity:0;position:absolute;top:45px;left:0;width:100%;height:1px;background:var(--primary-color-1);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear}
    .header-nav .header-nav-inner .navbar-nav > li > a:hover:after, .header-nav .header-nav-inner .navbar-nav > li.open > a:after {opacity:1;top:55px}
	.header-nav .header-nav-inner .navbar-nav > li > ul {display:block;left:50%;opacity:0;visibility:hidden;min-width:180px;padding:10px 30px 10px;background:var(--primary-color);border:1px solid var(--blue-color);box-shadow:0 4px 15px rgba(0,0,0,.2);
        -webkit-transform:translate(-50%, 20px);-moz-transform:translate(-50%, 20px);-o-transform:translate(-50%, 20px);-ms-transform:translate(-50%, 20px);transform:translate(-50%, 20px);
        -webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;
	border-radius:0}
    .header-nav .header-nav-inner .navbar-nav > li.open > ul {opacity:1;visibility:visible;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li {position:relative}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > a {padding:8px 0;font-size:14px;font-weight: 500;color:#fff;background:none;transition:.3s}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li.active > a {font-weight:400}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li:last-child > a {border:0 none}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li:hover > a,
	.header-nav .header-nav-inner .navbar-nav > li > ul > li.active > a {color:#fff;text-shadow:1px 1px 6px rgba(0,0,0,.3);background:none}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > a .sub-caret {position:absolute;right:10px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.6)}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul {display:block !important;position:relative;top:inherit;left:inherit;min-width:100%;padding:10px 10px 10px;background:none;border:0 none;border-left:1px solid rgba(255,255,255,.35);box-shadow:0 0 0 #fff}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li > a {padding:5px 0 0;font-size:13px;color:rgba(255,255,255,.75);background:none}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li.active > a {font-weight:400}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li:last-child > a {border-bottom:0 none}
    .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li:hover > a,
	.header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li.active > a {background:none;color:#fff}
}
@media (min-width: 992px) and (max-width:1199px) {
    .header-nav .header-nav-inner .navbar-nav > li {padding:0 7px}
    .header-nav .header-nav-inner .navbar-nav > li > a {font-size:13px}
}
/* 모바일 메뉴 */
@media (max-width:991px) {
    .sidebar.left {z-index:1004;display:none;position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff}
    .sidebar-left-mask {display:none}
    .sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1003;background:#000;opacity:0.5}
    .sidebar .sidebar-left-content {padding-bottom:20px;border-top:55px solid var(--primary-color)}
    .sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}
    
    .header-nav {position:relative}
    .header-nav .navbar {min-height:auto;height:auto;padding-top:0}
    .header-nav .header-nav-inner h5 {margin:0;padding:0 15px;line-height:40px;color:#fff;background:#333}
    /* Nav 1차 */
    .header-nav .navbar-nav {position:relative;margin:0 0 50px;float:none}
    .header-nav .navbar-nav > li {float:none}
    .header-nav .navbar-nav > li > a {line-height:42px;padding:0 15px;font-size:13px;color:#000;font-weight:700}
    .header-nav .navbar-nav > li > a > .nav-cate-icon {width:20px;text-align:center}
    .header-nav .navbar-nav > li a {border-bottom:none;border-bottom:1px solid #e5e5e5}
    .header-nav .navbar-nav > li a:hover {border-bottom:1px solid #e5e5e5}
    /* nav 2차 */
    .header-nav .navbar-nav > .dropdown > .cate-dropdown-open {position:absolute;top:0;right:0;width:43px;height:43px;line-height:43px;margin:0;padding:0;text-align:center;border:0;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
    .header-nav .navbar-nav > .dropdown > .cate-dropdown-open:before {content:"\f067";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#b5b5b5}
    .header-nav .navbar-nav > .dropdown.open > .cate-dropdown-open:before {content:"\f068";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#FF4948}
    /* Nav 3차 */
    .header-nav .navbar-nav .dropdown > .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
    .header-nav .navbar-nav > .dropdown .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
    .header-nav .navbar-nav > .dropdown .dropdown-menu .submenu-marker {display:inline-block;width:7px;height:9px;border-left:1px dotted #959595;border-bottom:1px dotted #959595;margin-right:8px}
    .header-nav .navbar-nav > .dropdown .dropdown-menu .dropdown-submenu a {position:relative;color:#757575;line-height:38px;padding:0 15px;background:#fff;font-size:12px}
    .header-nav .navbar-nav > .dropdown .dropdown-menu .dropdown-submenu.active > a {font-weight:700}
    .header-nav .navbar-nav > .dropdown .dropdown-menu .dropdown-submenu a .sub-caret {position:absolute;top:12px;right:5px}
    .header-nav .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > a {color:#656565;padding:0 15px 0 15px;background:#fafafa}
    .header-nav .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu.active > a {color:#FF4848}
    .header-nav .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > a {padding:0 15px 0 30px;background:#fafafa}
}

/* header 오른쪽 */
.header-right {position:absolute;top:0;right:0}
.header-right-list {display:flex;justify-content:flex-end;margin-top:30px}
.header-right-list li {margin-left:15px}
.header-right-list li a {display:block;line-height:20px;font-size:16px;color:#000;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.header-right-list li.link-move a {color:#F9354D}
.header-right-list li a i {display:block}
.header-right-list li a strong {display:none}
.header-right-list li.mobile-nav-trigger {display:none}
@media (min-width: 992px) {
    .header:hover .header-right-list li a {color:#252525}
    #header-fixed.header-fixed-trans .header-right-list li a {color:#252525}
}
@media (max-width: 991px) {
	.header-right {z-index:1005;width:50%}
	.header-right-list {margin-top:18px;margin-right:40px}
	.header-right-list li a {font-size:12px}
	.header-right-list li a i {display:none}
	.header-right-list li a strong {display:block}
	.header-right-list li.mobile-nav-trigger {display:block}
	.header-right-list li.mobile-nav-trigger a {position:absolute;top:0;right:0;width:40px;height:55px;line-height:55px;text-align:center;font-size:20px;color: #fff}
	#header-fixed.header-fixed-trans .header-right-list li a {color:#fff}
}

/* 모달창 */
.shop-contents-modal .modal-content {width:100%;height:100vh;border:0 none}
.shop-contents-modal .modal-content button.btn-close {position:absolute;top:40px;right:40px;font-size:20px;background:none;border:0 none}
.shop-contents-modal .modal-content .modal-body {position:relative;top:50%;transform:translateY(-50%);width:80%;margin:0 auto}
/* 검색 모달 */
.search-header-modal .modal-content .modal-body input[type="text"] {width:100%;height:60px;padding:6px 12px;font-size:20px;border:0 none !important;border-bottom:1px solid #ddd !important;color:#434a54;box-shadow:0 0 0 #fff}
.search-header-modal .modal-content .modal-body input[type="text"]:focus {border-bottom:1px solid #909090 !important}
.search-header-modal .modal-content .modal-body .button {position:absolute;right:1px;top:10px;padding:0 20px;font-size:24px;height:40px;background:none;border:0 none}
.search-header-modal .modal-content .modal-body .button input {position:absolute;top:0;right:0;padding:0;font-size:12px;line-height:40px;opacity:0;cursor:pointer}

/* Board Title - 서브페이지 보드 타이틀 */
.board-title {position:relative}
.board-title-image {position:relative;width:100%;height:300px;background-repeat:no-repeat;background-size:cover;background-position:center top}
.board-title-image::before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,20,50,.5);z-index:0;}
.board-title-image h2 {position:absolute;top:140px;left:0;width:100%;font-size: var(--h1-font-size);text-align: center;color: #fff;z-index:1;}
.sub-nav-wrap {position:absolute;bottom:0;left:0;width:100%;border-top:1px solid rgba(255,255,255,.4)}
.sub-nav-home {display:none}
.sub-nav-list {position:relative}
.sub-nav-title {position:relative;margin:0;padding:0 30px 0 15px;font-size:13px;line-height:30px;border:1px solid #ddd}
.sub-nav-title i {position:absolute;top:8px;right:10px}
.sub-nav-list ul {display:none;position:absolute;top:31px;left:0;z-index:10;width:100%;padding:10px 0;border:1px solid #ddd;border-top:0 none;background:#fff}
.sub-nav-list li a {display:block;padding:0 15px;font-size:13px;line-height:30px}
.sub-nav-depth1 {margin-bottom:10px}
.sub-nav-wrap .breadcrumb {display:none}
@media (min-width:992px){
    .sub-nav-wrap {padding:0;border-top:1px solid rgba(255, 255, 255, 0.6);background:rgba(0,0,0,.2)}
    #page_navi_fixed.page-navi-fixed-trans {position:fixed;top:70px;z-index:5;width:100%;background:rgba(0,0,0,.5)}
    .sub-nav-home {display:block;float:left}
    .sub-nav-home a {display:block;height:50px;padding:0 15px;line-height:50px;font-size:20px;color:#eee;border-left:1px solid rgba(255, 255, 255, 0.6);border-right:1px solid rgba(255, 255, 255, 0.6)}
    .sub-nav-home a:hover {color:#fff}
    .sub-nav-list {float:left;margin:0 0 0 -1px}
    .sub-nav-title {min-width:200px;padding:0 45px 0 25px;line-height:50px;font-size:15px;border:0 none;color:#fff;border-right:1px solid rgba(255, 255, 255, 0.6)}
    .sub-nav-title i {top:18px;right:20px}
    .sub-nav-title:hover {color:#fff;font-weight:700}
    .sub-nav-list ul {top:50px;padding:0}
    .sub-nav-list li {float:none}
    .sub-nav-list li a {padding:10px 15px;border-top:1px solid #ddd;font-size:15px}
    .sub-nav-list li a:hover {background:#f8f8f8;color:#000}
    .sub-nav-list li.active a {color:#6284f3;font-weight:700}
    .sub-nav-wrap .breadcrumb {display:block;float:right;background:none;padding:0;margin:0}
    .sub-nav-wrap .breadcrumb li, .sub-nav-wrap .breadcrumb li a {line-height:50px;color:#eee}
    .page-navi-sticky-space {height:0}
    .page-navi-sticky-space.page-fixed-space-trans {height:50px}
}
@media (max-width:992px) {
	.board-title-image h2 {top: 110px;}
    .sub-nav-wrap {padding-top:20px;background:#fff}
}

/* page title */
.page-title {position:relative;margin:0 0 100px;font-size:30px;font-weight:700;text-align:center}
.page-title:before {content:"";display:block;position:absolute;bottom:-75px;left:50%;height:55px;width:1px;background:#ddd}
.page-title:after {content:"";display:block;position:absolute;bottom:-35px;left:50%;height:15px;width:3px;margin-left:-1px;background:#6284f3}
@media (max-width:992px) {
	.page-title {margin-bottom:80px;font-size:20px}
	.page-title:before {bottom:-55px;height:40px}
	.page-title:after {bottom:-25px;height:10px}
}

/* footer */
.footer {position: relative;padding:30px 0 0;border-top:3px solid #1A3744;background-color:#eee}
.footer .footer-logo {position:relative;width:300px;margin:0 auto 30px}
.footer .footer-cont {text-align:center;margin-bottom:20px}
.footer .footer-cont strong {color:#959595}
.footer .footer-cont .cont-divider {margin:0 10px;color:#555}
.footer .footer-cont small {font-size:12px;color:#959595}
/* 주최 */
.footer .host-logo {margin-bottom:20px}
.footer .host-logo h5 {margin:0 0 10px;font-size:13px;font-weight:700;text-align:center}
.footer .host-logo .img-wrap-left {position:relative;margin-bottom: 20px;}
.footer .host-logo .img-wrap-left:before {
	content:"";
	display:block;
	position:absolute;
	bottom: -9px;
	right: inherit;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color:#ccc;
}
.footer .host-logo ul {display:flex;flex-wrap:wrap;align-items:center;justify-content: center;padding:0;margin:0;list-style:none}
.footer .host-logo .img-wrap-right ul {flex-direction:row;}
.footer .host-logo ul li {display:inline-block;padding:5px 2px;}
.footer .host-logo img {width:auto;height:27px;margin:0 20px}
.footer .host-logo .item-big img, .footer .host-logo .item-11 img, .footer .host-logo .item-15 img {height:40px}
/* 카피라이트 */
.footer .copyright {margin:10px 0 0;padding:10px 0;line-height:25px;font-size:13px;font-weight:300;color:#ddd;background-color:var(--primary-color);text-align:center}
_:-ms-input-placeholder, :root .footer .copyright {background-color:#1A3744}
@media (max-width:991px){
	.footer .host-logo img {
		margin: 0 5px;
	}
}
@media (max-width:767px){
	.footer-info-1 {margin-bottom:10px}
	.footer .copyright {
		font-size: 11px;
	}
}

/* back to top */
.eb-backtotop {position:fixed;right:15px;bottom:15px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50% !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.15);background:#fff;z-index:1003;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop.active-progress {opacity:1;visibility:visible;transform:translateY(0)}
.eb-backtotop:after {position:absolute;content:"\f106";font-family:'Font Awesome\ 5 Free';font-weight:900;text-align:center;font-size:16px;color:#757575;left:0;top:0;height:46px;width:46px;line-height:28px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop:hover:after {color:#268df9}
.eb-backtotop svg path {fill:none}
.eb-backtotop svg.backtotop-progress path {stroke:#b5b5b5;stroke-width:4;box-sizing:border-box;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop .progress-count {display:block;position:absolute;bottom:8px;left:0;right:0;font-size:11px;text-align:center;color:#a5a5a5}
.eb-backtotop {box-shadow:inset 0 0 0 2px rgba(0,0,0,0.15)}
.eb-backtotop:after {color:#2b2b2e}
.eb-backtotop svg.backtotop-progress path {stroke:#268df9}

/*---------- basic-body ----------*/
.basic-body.sub-basic-body {padding:50px 0}
@media (max-width:991px){
    .basic-body.sub-basic-body {padding:30px 0}
}

/*---------- page ----------*/
h3.sub-page-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #1A3744;
	border-bottom: 1px solid #ddd;
}
h3.sub-page-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #2DC2DC;
}
@media (max-width:767px){
	h3.sub-page-title {
		font-size: 18px;
	}
}

.sub-title-circle {position: relative;margin-bottom: 20px;padding:0 0 0 22px;font-size: var(--h3-font-size);color: var(--primary-color)}
.sub-title-circle.border-btm {padding:0 0 15px 22px;border-bottom:1px solid var(--primary-color)}
.sub-title-circle:before {content:"";position: absolute;top: 6px;left: 0;width: 15px;height: 15px;background-color: var(--primary-color);border-radius:50%}

/* table */
.sub-page .table-info {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 10px
}
.sub-page .table-info li {
	margin-left: 15px;
	font-size: 11px;
	color: #707070;
}
.sub-page .table-info li i {
	color: #ede7f6;
}
.sub-page .table-info li.item-2 i {
	color: #e0f7fa;
}
.sub-page .table-info li {}
.sub-page .table-responsive {
	border-top: 2px solid #1A3744;
}
.sub-page .table {
	border-top: 0 none;
}
.sub-page .table th {
	text-align: center;
}
.sub-page .table th, .sub-page .table td {
	padding: 10px;
}
.sub-page .table thead th {
	background-color: #f8f8f8;
}
.sub-page .table tbody th {
	background-color: #fff;
}
.sub-page .table .bg-1 {
	background-color: #ede7f6;
}
.sub-page .table .bg-2 {
	background-color: #e0f7fa;
}
.sub-page .table th.text-left, .sub-page .table td.text-left {
	text-align: left;
}
.table-center.table th, .table-center.table td {
	text-align: center;
	word-break: keep-all;
	vertical-align: middle !important;
}
@media (max-width: 767px){
	.sub-page .table {
		border-bottom: 1px solid #ccc;
	}
}
/* sub01 b */
.sub01-b .table thead, .sub01-b .border-bottom-2 {
	border-bottom: 2px solid #aaa;
}
.sub01-b .table tbody {
	border-left: 2px solid #aaa;
}
.sub01-b .table tbody th {
	color: #333;
}
.sub01-b .border-bottom-tran-right-2 {
	border-bottom: 1px solid transparent;
	border-right: 2px solid #aaa;
}
.sub01-b .table .bg-yllw {
	background-color: #ffca28;
}
.sub01-b .table .bg-1 {
	background-color: #ffebee;
}
.sub01-b .table .bg-2 {
	background-color: #e3f2fd;
}
.sub01-b .table .bg-3 {
	background-color: #fff8e1;
}
.sub01-b .table .bg-4 {
	background-color: #f3e5f5;
}
.sub01-b .table .bg-5 {
	background-color: #e8f5e9;
}
.sub01-b .table .bg-6 {
	background-color: #fff3e0;
}
.sub01-b .table td span {
	padding: 2px 5px;
	margin-left: 2px;
	font-size: 9px;
	color: #fff;
	background-color: #fb8c00;
	border-radius: 2px !important;
}

/* notice-box */
.sub-page .notice-box {
	margin-top: 20px;
}
.sub-page .notice-box h5 {
	padding: 15px;
	margin: 0;
	font-size: 13px;
	color:#fff;
	background-color: var(--primary-color);
}
.sub-page .notice-box ul {
	padding: 15px;
	border: 1px solid #ddd;
}

/* circle list */
.sub-page .circle-list-wrap {
	position: relative;
}
.sub-page .circle-list-wrap:before, .sub-page .circle-list-wrap:after {
	content: "";
	display: block;
	position: absolute;
}
.sub-page .circle-list-wrap .item {}
.sub-page .circle-list-wrap .item h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 16px;
	text-align: center;
	color: #1A3744;
	background-color: #fff;
	border: 2px solid #2DC2DC;
	border-radius: 50% !important;
}
.sub-page .circle-list-wrap .item-content {
	position: relative;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 5px !important;
}
.sub-page .circle-list-wrap .item-content:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #999;
	border-radius: 50% !important;
}
@media (max-width: 991px){
	.sub-page .circle-list-wrap:before {
		left: 45px;
		top: 0;
		width: 2px;
		height:99%;
		background-color: #2DC2DC;
	}
	.sub-page .circle-list-wrap:after {
		
	}
	.sub-page .circle-list-wrap .item {
		position: relative;
		padding-left: 110px;
		margin-bottom: 30px;
	}
	.sub-page .circle-list-wrap .item h4 {
		width: 90px;
		height: 90px;
		font-size: 13px;
	}
	.sub-page .circle-list-wrap .item-circle {
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-page .circle-list-wrap .item-content {
		padding: 15px 20px;
	}
	.sub-page .circle-list-wrap .item-content:before {
		left: -5px;
		top: 40px;
	}
	.sub-page .circle-list-wrap .item-content h5 br {
		display: none;
	}
}
@media (max-width: 767px){
	.sub-page .circle-list-wrap .item-content h5 {
		font-size: 14px;
	}
}
@media (min-width: 992px){
	.sub-page .circle-list-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		margin: 50px -15px 0;
	}
	.sub-page .circle-list-wrap:before {
		left: 0;
		top: 60px;
		width: 100%;
		height: 2px;
		background-color: #2DC2DC;
	}
	.sub-page .circle-list-wrap:after {
		right: 0;
		top: 54px;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 10px solid #2DC2DC;
	}
	.sub-page .circle-list-wrap .item {
		flex: 0 0 auto;
		width: 20%;
		position: relative;
		padding: 0 15px;
	}
	.sub-page .circle-list-wrap .item h4 {
		width: 120px;
		height: 120px;
		font-size: 15px;
		font-weight: 700;
		border-width: 4px;
	}
	.sub-page .circle-list-wrap .item-content {
		padding: 25px 7px 15px;
		text-align: center;
	}
	.sub-page .circle-list-wrap .item-content:before {
		top: -5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.sub-page .circle-list-wrap .item-content .time {
		font-size: 13px;
	}
	.sub-page .circle-list-wrap .item-content .h5 {
	}
	
}
@media (min-width: 1200px){
	.sub-page .circle-list-wrap:before {
		top: 75px;
	}
	.sub-page .circle-list-wrap:after {
		top: 69px;
	}
	.sub-page .circle-list-wrap .item h4 {
		width: 150px;
		height: 150px;
		font-size: 17px;
	}
}

/* sub02 */
.sub-page.sub02 {}
.sub-page.sub02 .anchor-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px 30px;
}
.sub-page.sub02 .anchor-nav li {
	flex: 1 0 0;
	padding: 3px;
}
.sub-page.sub02.sub02-a .anchor-nav li {
	flex: 0 0 25%;
	max-width: 25%;
}
.sub-page.sub02 .anchor-nav li a {
	display: block;
	border: 1px solid #ddd;
	padding: 5px 0;
	text-align: center;
	transition: .3s;
}
.sub-page.sub02 .anchor-nav li a:hover {
	border-color: #2DC2DC;
}
.sub-page.sub02 .anchor-nav li img {
	max-height: 36px;
}
.sub-page.sub02 .item {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.sub-page.sub02 .item .anchor {
	position:absolute;
	top:-90px;
	width:1px;
	height:1px;
	opacity:0;
}
.sub-page.sub02 .item .item-image {
	margin-bottom: 10px;
	text-align: center;
}
.sub-page.sub02 .item .item-image img {
	max-height: 65px;
}
.sub-page.sub02 .item .item-image h4 a {
	font-size: 14px;
	font-weight: 700;
	transition: .3s;
}
.sub-page.sub02 .item .item-image h4 a:hover {
	color: #2DC2DC;
}
.sub-page.sub02 .item .item-content-bg {
	margin-bottom: 30px;
}
.sub-page.sub02 .item .item-content-bg.last {
	margin-bottom: 0;
}
.sub-page.sub02 .item .item-content-bg h4 {
	position:relative;width:230px;margin:0 0 15px;padding:7px 7px 7px 25px;font-size:13px;color:#fff;border-radius:18px !important;
	background: rgb(26,55,68);
background: -moz-linear-gradient(-45deg,  rgba(26,55,68,1) 0%, rgba(63,104,127,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(26,55,68,1) 0%,rgba(63,104,127,1) 100%);
background: linear-gradient(135deg,  rgba(26,55,68,1) 0%,rgba(63,104,127,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3744', endColorstr='#3f687f',GradientType=1 );
}
.sub-page.sub02 .item .item-content-bg h4:after {
	content:"";display:block;position:absolute;top:50%;left:10px;width:6px;height:6px;margin-top:-3px;background-color:#2DC2DC;border-radius:3px !important;	
}
.sub-page.sub02 .item .item-content-bg p {
	padding: 10px;
	background: #f8f8f8;
}
.sub-page.sub02 .item .item-content-bg p.paragraph-img {overflow:hidden;}
.sub-page.sub02 .item .item-content-bg p.paragraph-img img.img-person {display: block;float:left;max-width:165px;margin:0 10px 10px 0;}
.sub-page.sub02 .item .item-content-bg p.paragraph-img-big img {max-width:330px;}
.sub-page.sub02 .item .item-content-bg ul {
	padding: 10px;
	margin-bottom: 10px;
	background: #f8f8f8;
}
.sub-page.sub02 .item .item-content-bg ul li {
	position: relative;
	margin-top: 5px;
	padding-left: 15px;
}
.sub-page.sub02 .item .item-content-bg ul li span {
	position: absolute;
	top:0;
	left: 0;
}
.sub-page.sub02 .item .mini-width {
	max-width: 70%;
	margin: 0 auto;
}
.sub-page.sub02 .item .a-i-c h5 {
	margin-top: 150px;
	font-size: 18px;
}
.sub-page .consulting {padding: 10px;background: #f8f8f8;}
.sub-page .consulting h5 {font-size:18px;}
.sub-page .consulting h5 small {display:inline-block;margin-left:5px;}
.sub-page .consulting h6 {margin-top:10px;font-size:14px;}
.sub-page .consulting ol {list-style:disc;}
.sub-page .consulting ol li {}
@media (max-width:1199px){
	.sub-page.sub02 .anchor-nav li img {
		max-width: 100px;
	}
}
@media (max-width:991px){
	.sub-page.sub02 .item {
		padding: 15px;
	}
	.sub-page.sub02 .item .item-image img {
		min-width: 150px;
	}
	.sub-page.sub02 .item .mini-width {
		max-width: 100%;
	}
	.sub-page.sub02 .item .a-i-c h5 {
		margin-top: 10px;
		font-size: 15px;
	}
}
@media (max-width:767px){
	.sub-page.sub02.sub02-a .anchor-nav li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.sub-page.sub02 .anchor-nav li img {
		max-width: 70px;
	}
	.sub-page.sub02.sub02-c .anchor-nav li img {
		max-width: 80px;
	}
	.sub-page.sub02 .item .item-content-bg p.paragraph-img img {float:none;}
}

/* sub04 */
.sub-page.sub04 .item {
	margin-bottom: 30px;
}
.sub-page.sub04 .item .item-content-bg h4 {
	position:relative;margin:0 0 15px;padding:12px 12px 12px 25px;font-size:13px;color:#fff;
	background: var(--primary-color)}
.sub-page.sub04 .item .item-content-bg h4:after {
	content:"";display:block;position:absolute;top:50%;left:10px;width:6px;height:6px;margin-top:-3px;background-color:#fff;border-radius:3px !important;	
}