/* 컬러셋 : #E3E8E8 #C1CFCC #8EA2A0 #48565C */
/* 폰트 - 구글 나눔고딕 */
body, h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans KR', sans-serif}

/*---------- common ----------*/
body.modal-open {padding:0 !important}
.clear-after:after {content:"";display:block;clear:both}
p, li {word-break:keep-all}
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;}
.header-logo img {
    width:auto !important;
    height:auto !important;
    max-height:80px !important; /* 원래 로고의 높이로 조정 가능 */
}


/* 더보기 버튼 */
.btn-more a {position:relative;display:inline-block;padding:5px 10px;border-bottom:1px solid #999;color:#1b1b1b;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.btn-more a:before , .btn-more a:after {content:"";display:block;position:absolute;bottom:-1px;left:0;width:0%;height:1px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}
.btn-more a:before {background:#C1CFCC}
.btn-more a:after {background:#48565C;transition-delay:.25s}
.btn-more a:hover:before, .btn-more a:hover:after {width:100%}
.btn-more.btn-more-white a {color:#fff;border-bottom:1px solid #ddd}
.btn-more.btn-more-white a:before {background:#48565C}
.btn-more.btn-more-white a:after  {background:#fff}

/* 편집 버튼 */
.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 {overflow:hidden}
.wrapper-inner {position:relative;}
.basic-body.sub-basic-body {padding:15px 0 30px}
.basic-body.sub-basic-body .basic-body-sub {position:relative}
@media (min-width:768px){
    .basic-body.sub-basic-body {padding:30px 0 60px}
}
@media (min-width:1280px){
	.wrapper-inner.box-layout {width:1200px;margin:0 auto;box-shadow:0 0 3px rgba(0,0,0,0.4)}
}

/*---------- Header ----------*/
/* header layout */
.header {position:relative;z-index:99;background:#fff}
.header-left { flex: none !important;
    max-width: 220px !important; 
    margin-right: 20px !important;}
.header-left .header-logo img {
    max-width: 100% !important;
    height: auto !important;
}
.header-center {flex: 1 !important;
    display: flex !important;
    justify-content: center !important; /* 메뉴 중앙 정렬 */
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}}
.header-right {float:right;width:15%}
.header.header-fixed-trans {position:fixed;top:0;width:100%;box-shadow:0 0 1px rgba(0,0,0,.35)}
.header-sticky-space.header-fixed-trans {height:80px}
header .container {
   display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
@media (max-width:991px){
	.header-left {float:left;width:70%}
	.header-center {width:0}
	.header-right {float:right;width:30%}
	.header-sticky-space.header-fixed-trans {height:60px}
}

/* header logo - 로고 */
.header-logo {float: none !important;
    display: block !important;
    margin: 0 !important;}
.header-logo a {float:left}
.header-logo span {display:block;font-size:38px;line-height:50px;color:#1b1b1b}
.header-left .header-logo img {
    max-height: 60px !important; 
    width: auto !important;
}
@media (max-width:991px){
    .header-logo {margin:15px 0}
	.header-logo span {font-size:30px;line-height:50px}
	.header-logo img {max-height:50px}
}
@media (max-width: 767px) {
  /* 로고 여백 줄이기 */
  .header-logo {
    margin: 5px 0 !important; /* 필요시 더 줄이거나 늘려 조절 */
  }

  /* 상단 바(로그인, 메뉴, 검색 아이콘 등) 전체 간격 줄이기 */
  .top-bar-list {
    margin-top: 5px !important; /* 원래 23px → 5px 정도로 축소 */
  }
  .top-bar-list > li {
    padding: 0 5px !important;  /* 아이콘 사이 간격 줄이기 */
  }

  /* 텍스트/아이콘 크기 키우기 */
  .top-bar-list > li > a {
    font-size: 16px !important; /* 필요시 더 크게 조절 가능 */
    padding: 5px 10px !important; 
  }
  .top-bar-list > li > a i {
    font-size: 20px !important; /* 아이콘 크기 키우기 */
    line-height: 1 !important;  /* 아이콘 세로 정렬 보정 */
  }
}

/*---------- Header Nav - 메인메뉴 ----------*/
.header-nav {
    float: none !important;
    margin-left: 0 !important;
}

.header-nav .navbar-nav {
    justify-content: flex-start !important; /* 메뉴 왼쪽 정렬로 여유 확보 */
    flex-wrap: nowrap !important; /* 한 줄로만 표시 */
}

.header-nav .navbar-nav > li {
     padding: 0 6px !important; /* 메뉴 간격 재조정 */
}

.header-nav .navbar-nav > li > a {
     font-size: 12px !important; /* 폰트 크기 조금 작게 조정 */
    white-space: nowrap !important;
}

/* 언어 선택 (한국어, 영어, 중국어) 우측 끝으로 정렬 */
.language-switch {
    flex: none !important;
    white-space: nowrap !important;
    padding-left: 15px !important;
}


.language-switch a {
    text-decoration: none;
    color: inherit;
    margin: 0 5px;
    position: relative;
}

/* 각 버튼 사이 구분선 추가 */
.language-switch a:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -8px;
    color: #999;
}

/* 마우스 오버 효과 */
.language-switch a:hover {
    color: #007bff;
    font-weight: bold;
}

/* 로고 왼쪽 정렬 및 메뉴 겹침 방지 */
.header-logo {
    float: left !important;
    margin-right: 30px !important;
}
.header-nav {
    float: left !important;
    margin-left: 50px !important;
}
header .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important; /* 절대 줄바꿈 금지 */
}


/* 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%;}
	.header-nav .navbar-nav > li {float:none;position:relative;padding:0 5px;}
	.header-nav .navbar-nav > li > a {padding:0;line-height:80px;font-size:13px;text-align:center;color:#48565C}
	.header-nav .navbar-nav > li > a:hover, .header-nav .navbar-nav > li.open > a {color:#1b1b1b;background:none}
	.header-nav .navbar-nav > li > a:after {content:"";opacity:0;position:absolute;top:50px;left:0;width:100%;height:1px;background:#8EA2A0;-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:1px}
	.header-nav .navbar-nav > li > ul {display:block !important;left:50%;min-width:180px;padding:5px 0;border:0;width:100%;transform-origin:top;transform:perspective(1000px) rotateX(-90deg) translateX(-50%);transition:transform .35s ease;box-shadow:0 0 0 #fff;
background: #8EA2A0;
background: -moz-linear-gradient(-45deg,  #8EA2A0 0%, #48565C 100%);
background: -webkit-linear-gradient(-45deg,  #8EA2A0 0%,#48565C 100%);
background: linear-gradient(135deg,  #8EA2A0 0%,#48565C 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8EA2A0', endColorstr='#48565C',GradientType=1 );}
	.header-nav .navbar-nav > li.open > ul {transform:rotateX(0) translateX(-50%);}
	.header-nav .navbar-nav > li ul li {position:relative}
	.header-nav .navbar-nav > li ul li a {padding:7px 20px;font-size:14px;color:#ddd;background:none;transition:.3s ease}
	.header-nav .navbar-nav > li > ul > li:hover > a, .header-nav .navbar-nav > li > ul > li.active > a {color:#fff;background:none}
	.header-nav .navbar-nav > li ul li ul {display:block !important;position:relative;top:inherit;left:inherit;float:none;margin:0;padding:0 20px;border:0 none;background:none;box-shadow:inherit}
	.header-nav .navbar-nav > li ul li ul li a {position:relative;padding:2px 0 2px 10px;font-size:13px;font-weight:300;border-left:1px solid #ddd;transition:.3s ease}
	.header-nav .navbar-nav > li ul li ul li a:hover {color:#fff}
	.header-nav .navbar-nav > li ul li ul li a:before {content:"";display:block;position:absolute;top:0;left:-1px;opacity:0;width:1px;height:100%;background:#48565C;transition:.3s ease}
	.header-nav .navbar-nav > li ul li ul li a:hover:before {opacity:1}
	.nav > li > a:focus {background:none}
}

/* 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:1px;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none;border-left:1px solid #DADADA;z-index:9}
	.header-nav .navbar-nav > li > .cate-dropdown-open:before {content:"\f067";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#656565}
	.header-nav .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
	.header-nav .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f068";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}
}
@media (max-width: 991px) {
    header .container {
          flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .header-left, .header-center, .language-switch {
        flex: 0 0 100% !important;
        text-align: center !important;
        margin: 10px 0 !important;
    }
    .header-nav .navbar-nav {
         flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .header-nav .navbar-nav > li {
        padding: 0 4px !important;
    }
    .header-nav .navbar-nav > li > a {
        font-size: 11px !important;
        line-height: 35px !important;
    }
}
@media (max-width:767px) {
    .language-switch {
        font-size: 14px;
        padding-left: 4px;
        padding-top: 10px;
        display: block;
    }
    .language-switch a {
        display: inline-block;
        margin: 0 5px;
    }
}
/* 사이드바 마스크 */
.sidebar .sidebar-member-menu {display:none}
@media (max-width: 991px) {
	.sidebar.left {z-index:90;display:none;position:fixed;top:60px;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:90;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:#102F41;color:#fff;font-size:20px;letter-spacing:2px;font-family: 'Do Hyeon', sans-serif}
	.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:13px;padding:10px 15px;color:#000}
	.header-nav .navbar-nav > li a {border-bottom:none;border-top:1px solid #e5e5e5}
	.header-nav .navbar-nav > li a:hover {border-top:1px solid #e5e5e5}
	.header-nav .navbar-nav > li:first-child > a {border-top:1px 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:1px solid #e5e5e5}
	.header-nav .navbar-nav .open .dropdown-menu > li.active > a {color:#fff;background:#8EA2A0 !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:#fff;background:#707070}
	.header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {font-weight:700;color:#8EA2A0;background:inherit}
	.header-nav .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px;background:#f8f8f8}
	.header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#757575;line-height:22px;border-top:1px solid #e5e5e5;padding:5px 15px 5px 35px;background:#f8f8f8}
}

/* header topbar - 로그인, 회원가입 및 검색 버튼 */
.top-bar-list {display:flex;justify-content:flex-end;margin-top:30px}
.top-bar-list > li {position:relative;padding:0 10px}
.top-bar-list > li:after {content:"";display:block;position:absolute;left:0;top:6px;width:1px;height:10px;background:#E3E8E8}
.top-bar-list > li:first-child:after {display:none}
.top-bar-list > li > a {display:block;line-height:20px;font-weight:300}
.top-bar-list > li > a {font-size:13px;color:#333}
.top-bar-list > li > a:hover {color:#8EA2A0}
.top-bar-list > li > a i, .top-bar-list > li.mobile-nav-trigger {display:none}
@media (max-width:991px){
    .top-bar-list {margin-top:23px}
	.top-bar-list > li.mobile-nav-trigger, .top-bar-list > li > a i {display:block}
    .top-bar-list > li:after, .top-bar-list > li > a span {display:none}
    .top-bar-list > li {padding:0 7px}
    .top-bar-list > li > a {font-size:15px}
}

/*---------- Board Title - 서브페이지 보드 타이틀 ----------*/
.board-title {position:relative;}
.board-title-caption {padding:60px 0 120px;background-color:rgba(228, 232, 232, 0.8);background-image:url('../image/logo1_icon.png');background-repeat:no-repeat;background-position:center 35px}
.board-title-caption h2 {position:relative;margin:0;line-height:50px;font-size:40px;text-align:center;font-family: 'Noto Serif KR', serif;color:#48565C;letter-spacing:5px}
@media (max-width:991px) {
    .board-title-caption {padding:40px 0;background-position:center 25px;background-size:100px}
    .board-title-caption h2 {line-height:40px;font-size:30px}
}

/*---------- submenu - 서브메뉴 ----------*/
.submenu {position:absolute;top:-92px;z-index:1;width:100%;border:1px solid #E5E5E5;background:#fff}
.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:#48565C;color:#fff}
.submenu .sub-home-link a:hover {background:#8EA2A0}
.submenu .submenu-title {position:relative;float:left;min-width:200px;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:1px;height:100%;background:#e5e5e5}
.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 #999;border-right:1px solid #999}
.submenu .submenu-title h2 {margin:0;height:60px;line-height:60px;font-size:15px}
.submenu .list-submenu {display:none;position:absolute;top:100%;left:0;z-index:1;width:100%;border:1px solid #e5e5e5;background:#fff}
.submenu .list-submenu li {margin:0}
.submenu .list-submenu li a {display:block;padding:15px 20px}
.submenu .list-submenu li a:hover {color:#8EA2A0}
@media (max-width:767px){
	.submenu {position:relative;top:inherit;padding-left:45px;margin-bottom:30px;border-width:1px 1px 0 0}
	.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 #e5e5e5}
	.submenu .submenu-title:before {right:inherit;left:0}
	.submenu .submenu-title.submenu-title-second {margin-left:0}
	.submenu .submenu-title h2 {height:45px;line-height:45px}
	.submenu .list-submenu li a {padding:10px 20px}
}

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

/*---------- Footer - 하단 정보 ----------*/
.footer {padding:50px 0;border-top:1px solid #eee}
.footer-left {float:left;width:40%}
.footer-right {float:right;width:40%}
/* 하단 문구 */
.footer-left h4 {margin:0 0 20px;line-height:34px;font-size:24px;font-weight:300;color:#8EA2A0;font-family:'Noto Serif KR', serif}
/* 하단 로고 */
.footer-logo {margin:0 0 40px}
.footer-logo a h2 {line-height:40px;font-size:30px}
.footer-logo a img {display:block;max-height:40px;width:auto}
.footer-left p {font-weight:300;color:#001B48}
/* 계좌정보 */
.footer-account h5 {font-weight:700;color:#48565C}
.footer-account ul li {line-height:25px;font-size:15px;font-weight:300;color:#48565C}
/* 하단 메뉴 */
.footer-menu {margin-bottom:20px}
.footer-menu li {display:inline-block;position:relative;margin-right:20px}
.footer-menu li:after {content:"";display:block;position:absolute;top:8px;right:-12px;width:1px;height:10px;background:#C1CFCC}
.footer-menu li:last-child:after {display:none}
.footer-menu li a {display:block;font-size:15px;font-weight:700;color:#48565C}
.footer-menu li a:hover {color:#8EA2A0}
/* 회사정보 */
.footer-info address {margin:0 0 30px;line-height:20px;font-size:13px;font-weight:300;color:#616363;word-break:keep-all}
.footer-info .info-divider {color:color:#aaa}
.footer-info a {color:#8EA2A0}
.footer-info a:hover {color:#bb0a30}
/* 소셜링크 */
.footer-sns {margin-bottom:30px}
.footer-sns li {display:inline-block}
.footer-sns li a {display:block;width:40px;height:40px;line-height:40px;font-size:15px;text-align:center;color:#fff;background:#C1CFCC;transition:.3s ease;border-radius:50% !important}
.footer-sns li a:hover {background:#8EA2A0}
/* 카피라이트 */
.copyright {margin:0;font-size:13px;line-height:20px;font-weight:300;color:#616363}
@media (max-width:991px){
    .footer-left, .footer-right {width:50%}
    .footer-left h4 {line-height:30px;font-size:20px}
	.footer-logo a img {max-height:30px}
	.footer-menu li a {font-size:13px}
	.footer-info address, .footer-sns {margin-bottom:20px}
}
@media (max-width:767px){
	.footer {padding:20px 0}
	.footer-left, .footer-right {float:none;width:100%}
	.footer-left h4 {margin-bottom:10px;line-height:25px;font-size:15px;word-break:keep-all}
	.footer-left h4 br {display:none}
	.footer-logo {margin-bottom:20px}
	.footer-account {margin-bottom:20px}
	.footer-account h5 {margin-bottom:5px;font-size:13px}
	.footer-account ul li {line-height:20px;font-size:13px}
}

/* back to top - 상단이동 */
.back-to-top {border-radius:2px !important}
.back-to-top:hover {background:#8EA2A0;border-radius:50% !important}

/*---------- Modal ----------*/
.contents-modal .modal-box {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: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:16px;font-weight:300;text-align:center;color:#707070}
.contents-modal .modal-box .modal-content h4 img {display:block;max-height:40px;width:auto;margin:0 auto 15px}
/* --- 검색 모달 --- */
/* 입력창 */
.contents-modal .input-button {position:relative}
.contents-modal .input-button input[type="text"] {width:100%;padding:6px 12px;border:0 none !important;border-bottom:1px solid #909090 !important;color:#909090;height:60px;font-size:18px}
.contents-modal .input-button .button {position:absolute;right:1px;top:10px;padding:0 20px;font-size:24px;height:40px;line-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:#48565C;background:none;border-width:1px;border-style:solid;border-color:#48565C;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease}
.contents-modal .modal-box .contnets-bottom button span {position: relative;z-index:1;}
.contents-modal .modal-box .contnets-bottom button:hover {color:#fff;background:#48565C}
@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:#8EA2A0;color:#fff;transition:.3s ease}
.contents-modal .modal-box .member-list li a span {font-size:11px;color:#333}
.contents-modal .modal-box .member-list li a:hover i {background:#48565C}
@media (max-width:767px){
	.contents-modal .modal-box .member-list li a {width:70px;}
}

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

/* waypoints css */
@media (min-width:992px){
    /* 위로 가는 애니메이션 */
    .waypoints-up {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
    .w-active .waypoints-up {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    /* 아래로 가는 애니메이션 */
    .waypoints-down {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);-o-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
    .w-active .waypoints-down {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    /* 오른쪽으로 가는 애니메이션 */
    .waypoints-right {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(-30px,0,0);-moz-transform:translate3d(-30px,0,0);-o-transform:translate3d(-30px,0,0);-ms-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}
    .w-active .waypoints-right {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    /* 왼쪽으로 가는 애니메이션 */
    .waypoints-left {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(30px,0,0);-moz-transform:translate3d(30px,0,0);-o-transform:translate3d(30px,0,0);-ms-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}
    .w-active .waypoints-left {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
    /* 가운데 출력 애니메이션 */
    .waypoints-center {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
    .w-active .waypoints-center {opacity:1}
    /* 딜레이 */
    .delay-05 {-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;-ms-transition-delay:.5s;transition-delay:.5s}
    .delay-10 {-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;-ms-transition-delay:1s;transition-delay:1s}
    .delay-15 {-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;-o-transition-delay:1.5s;-ms-transition-delay:1.5s;transition-delay:1.5s}
    .delay-20 {-webkit-transition-delay:2s;-moz-transition-delay:2s;-o-transition-delay:2s;-ms-transition-delay:2s;transition-delay:2s}
    .delay-25 {-webkit-transition-delay:2.5s;-moz-transition-delay:2.5s;-o-transition-delay:2.5s;-ms-transition-delay:2.5s;transition-delay:2.5s}
    .delay-30 {-webkit-transition-delay:3s;-moz-transition-delay:3s;-o-transition-delay:3s;-ms-transition-delay:3s;transition-delay:3s}
}