@charset "utf-8";
:root {
    /* color */
    --main-color01: #036D95; 
    --main-color01-hover: #004572; 
    --main-color02: #012D46; 
    --main-color02-hover: #005d92; 
    --point-color01: #99CF17; 
    --point-color01-hover: #496408; 
    --grey-color01: #fafafa; 
    --grey-color02: #e1e2ea; 
    --grey-color03: #c7c7c7; 
    --grey-color04: #f6fafc; 
    --grey-color05: #f6f8fc; 
    --grey-color06: #ddf2fd;
    /* font */
    --font-icon: bootstrap-icons; 
    --font-type01: "Pretendard"; 
    --font-type02: "Poppins", Pretendard; 
    --primary: #004572; 
    --primary-hover: #036D95; 
    --primary-light: #ebf2fa; 
    --info: #7653A5; 
    --info-hover: #4b267c; 
    --secondary: #2e3748; 
    --secondary-hover: #1a213c; 
    --secondary-light: #f4f4f4; 
    --success: #2b780f; 
    --success-hover: #1f500e; 
    --danger: #dc3545; 
    --danger-hover: #c72837; 
    --danger-light: #c72837; 
    --black: #111; 
    --white: #fff; 
    --border-color: #ddd; 
    --side-menu-color: #48576d;
    --side-menu-bg: #f6fafc;
} 

/*****************************************************
Include
*****************************************************/
#side {position: fixed; top: 60px; right: -320px; bottom: 0; width: 320px; background-color: #fff; overflow: hidden; z-index: 15; transition: 0.5s ease-out;}
body.menu-open #side {right: 0;}
#side .side-list {height: calc(100% - 146px); margin: 0; padding: 0; padding-bottom: 10px; overflow: auto;}
#side .side-list::-webkit-scrollbar {width: 7px;}
#side .side-list::-webkit-scrollbar-thumb {background-color: #555; border-radius: 50px; border: 1px solid #eee;}
#side .side-list::-webkit-scrollbar-track {background-color: #eee;}
#side .side-list > li {position: relative; background: none; padding: 0; margin: 0;}
#side .side-list > li:first-child:after {display: none;}
#side .side-list > li.active:after {display: none;}
#side .side-list > li:after {content: ""; position: absolute; top: -3px; display: block; width: 100%; height: 3px; background: url(/images/side-menu-border.png);}
#side .side-list > li > a {position: relative; display: block; padding: 15px; color: var(--side-menu-color); font-size: 13px; font-weight: 500;}
#side .side-list > li > a:hover,
#side .side-list > li > a:focus,
#side .side-list > li.active > a {color: var(--main-color01-hover); font-weight: 500; text-decoration: none;}
#side .side-list > li > a:hover:before,
#side .side-list > li > a:focus:before,
#side .side-list > li.active > a:before {content: ""; position: absolute; left: -30px; top: 0; width: calc(100% + 30px); height: 100%; background-color: var(--side-menu-bg); z-index: -1;}
#side .side-list > li > a:after {content: "\F4FE"; position: absolute; top: 10px; right: 10px; font-family: var(--font-icon); font-size: 22px; font-weight: 400; color: #b5b5b5;}
#side .side-list > li > a:hover::after,
#side .side-list > li > a:focus::after,
#side .side-list > li.active > a::after {color: var(--side-menu-color);}
#side .side-list > li.active + li:after {display: none;}
#side .side-list > li.active > a::after {content: "\F2EA"; color: var(--main-color01);}
#side .side-list > li > a span {position: relative;}
#side .side-list > li > a span:before {content: ""; display: block; visibility: hidden; width: 10px; height: 10px; position: absolute; top: 15px; left: -10px; background: url(/images/dep1-bullet.svg) no-repeat;}
#side .side-list > li.active > a span {padding-left: 18px; transition: 0.3s padding-left;}
#side .side-list > li.active > a span:before {visibility: visible; top: 2px; left: 0; transition: 0.3s all;}
#side .side-list > li > a[target="_blank"] span:after {content: ""; display: inline-block; width: 11px; height: 11px;background-image: url(/images/new-icon.png);background-position: center;background-repeat: no-repeat;margin-left: 6px;}

#side .side-list > li > ul > li > a::before {content: ""; display: block; width: 18px; height: 18px; border: 1px solid #ddd; position: absolute; right: 0; top: 0px; background-image: url(/images/depth.png); background-position: center; background-repeat: no-repeat; background-size: 60%; transition: 0.3s;}
#side .side-list > li > ul > li > a:hover::before {background-color: #009ed9; background-image: url(/images/depth-w.png); border: 1px solid #009ed9;}
#side .side-list > li > ul > li.active > a::before {background-color: #009ed9; background-image: url(/images/depth-ac.png); border: 1px solid #009ed9;}
#side .side-list > li > ul > li.active + li a > span::before {display: none;}
/* depth03 */
#side .side-list > li > ul {margin: 0; padding: 13px 10px 0 15px; background-color: var(--white);}
#side .side-list > li > ul > li {margin-bottom: 4px;}
#side .side-list > li > ul > li > a {position: relative; display: block; color: #8c94a1; padding-left: 13px;}
#side .side-list > li > ul > li > a::after {content: ""; position: absolute; left: 0px; top: 7px; width: 5px; height: 5px; border-radius: 10px; background: #e5e5e5;}
#side .side-list > li > ul > li > a:hover::after,
#side .side-list > li > ul > li > a:focus::after,
#side .side-list > li > ul > li.active > a::after {background: var(--main-color02);}
#side .side-list > li > ul > li > a:hover,
#side .side-list > li > ul > li > a:focus,
#side .side-list > li > ul > li.active > a {color: #313339; font-weight: 500; text-decoration: none;}
#side .side-list > li > ul > li > a[target="_blank"] span:after {content: ""; display: inline-block; width: 11px; height: 11px;background-image: url(/images/new-icon.png);background-position: center;background-repeat: no-repeat;margin-left: 6px;}
.depth3 { padding: 6px 10px; background-color: #f7f7f7;margin-top: 8px;}
.depth3 li {position: relative;}
.depth3 li::before {content: ""; display: block; width: 6px; height: 1px; background-color: #777; position: absolute; top: 10px; left: 0;}
.depth3 li a {display: inline-block;width: 100%; position: relative; padding-left: 12px;padding-right:20px;color: #777; }
.depth3 li a span {position: relative;}
.depth3 li a.nw {position: absolute;right: 0;width: 20px;padding: 0;}
.depth3 li a.nw:after {content: "";position: absolute;top: 5px;right: 0;display: inline-block; width: 11px; height: 11px;background-image: url(/images/new-icon.png);background-position: center;background-repeat: no-repeat;}
.depth3 li a.nw:hover:after {background-image: url(/images/new-icon-on.png);}
.depth3 li a:hover {color: #009ed9;}
.depth3 li a:hover:before {background-color: #009ed9;}
.side-option {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px; padding: 20px; min-height: 70px; max-height: 146px; background-color: var(--main-color01-hover);}
.side-option > li {position: relative;padding-left: 10px;margin-left: 10px;}
.side-option > li::before {content: ""; position: absolute; width: 1px; height: 14px; background-color: rgba(255, 255, 255, 0.3); left: -2px; top: 50%; transform: translateY(-50%);}
.side-option > li:first-child {margin: 0; padding: 0;}
.side-option > li:first-child::before {display: none;}
.side-option > li > a {display: block;font-size: 15px;color: #fff;text-align: center;}
.side-option > li.type01 {flex: 1 1 calc(50% - 4px); margin: 0; padding: 0;}
.side-option > li.type01::before {display: none;}
.side-option > li.type01 > a {padding: 6px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.3); font-size: 14px;}
.side-option > li.type01 > a i {margin-right: 3px;}
.side-option > li.type01 + li:not(.type01) {flex: 1 0 100%;justify-items: center;padding-left: 0;margin-left: 0;margin-top: 10px;}
.side-option > li.type01 + li:not(.type01):before {display: none;}
.side-option > li.bookmark .dropdown .dropdown-toggle {display:block;text-align: center;font-size: 14px;background-color: rgba(0,0,0,.3);border-radius: 3px;border: 0;width: 100%;color: var(--white);padding: 6px 0;}
.side-option > li.bookmark .dropdown .dropdown-toggle:after {display: inline-block;width: 6px;height: 6px;margin-left: 6px;vertical-align: 4px;border-top: 0;border-right: 2px solid var(--white);border-bottom: 2px solid var(--white);border-left: 0;transform: rotate(45deg);}
.side-option > li.bookmark .dropdown .dropdown-menu {font-size: 14px;border-radius: 8px;min-width: 280px;width: max-content;padding: 5px;margin-top: 8px;}
.side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item {word-break: break-all;white-space: normal;padding: 4px 8px;}
.side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item:hover, .side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item:focus {color: var(--main-color01-hover);background: var(--side-menu-bg);cursor: pointer;}
.side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item:hover a, .side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item:focus a {color: var(--main-color01-hover);}
.side-option > li.bookmark .dropdown .dropdown-menu .dropdown-item a {display: inline-block;width: 100%;color: #212529;}
.profile-thum {display: none;}
@media (min-width: 768px){
    #side {right: -350px; width: 350px;}
}
@media (min-width: 992px){
    #side {top: 70px;}
    .side-option > li.bookmark .dropdown .dropdown-toggle:after {width: 8px;height: 8px;}
}
@media (min-width: 1200px){
    #side {top: 70px; right: auto; left: 0; width: 260px; border-right: 1px solid var(--border-color);}
    #side .side-list {height: 100%; padding: 18px 15px 20px 18px;}
    #side .side-list > li:last-child:before {content: ""; position: absolute; bottom: 0; display: block; width: 100%; height: 3px; background: url(/images/side-menu-border.png);}
    #side .side-list > li.active:last-child:before {display: none;}
    #side .side-list > li > a {font-size: 16px; padding: 12px 40px 12px 0;}
    #side .side-list > li > a:after {top: 4px; right: 8px; font-size: 26px;}
    #side .side-list > li > ul {font-size: 14px; padding: 12px 10px 0 6px;}
    #side .side-list > li > ul > li > a {padding-top: 3px; padding-left: 16px;}
    #side .side-list > li > ul > li > a > span::before {content: ""; position: absolute; width: 1px; height: 9px; background: var(--border-color); top: -7px; left: 3px;}
    #side .side-list > li > ul > li > a::before {top: 4px;}
    #side .side-list > li > ul > li > a::after {width: 7px; height: 7px; top: 10px; background: #dadada;}
    /* depth03 */
    .side-option {position: fixed; top: 0; right: 0; background: transparent; padding: 0px 40px; min-height: 70px;}
    .side-option > li.type01 {flex: auto; margin: 0; margin-left: 6px; padding-left: 6px;}
    .side-option > li.type01::before {display: block;}
    .side-option > li.type01 > a {padding: 0; background-color: transparent; font-size: 1em;}
    .side-option > li.type01:first-child::before {display: none;}
    .side-option > li.type01 + li:not(.type01) {padding-left: 6px; margin-left: 6px; margin-top: 0;}
    .side-option > li.type01 + li:not(.type01):before {display: block;}
    .side-option > li.bookmark .dropdown .dropdown-toggle {background-color: transparent;padding: 0;}
    .side-option > li.bookmark .dropdown .dropdown-menu {min-width: 250px;}
    .side-option > li.type01 + li:not(.type01) {flex: auto;}
    .side-option .user-option .dropdown {display: flex; gap: 0 18px;}
    .profile-thum {display: block; border-radius: 50%; width: 50px; height: 50px;background: url(/images/profile-noimage.png);box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); overflow: hidden;}
}
/* header */
#header {position: fixed; display: flex; align-items: center; top: 0; left: 0; right: 0; height: 60px; background-color: var(--main-color01); z-index: 50;}
#header:after {content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M0,0c27.61,0,50,22.39,50,50V0H0Z'/%3E%3C/g%3E%3C/svg%3E"); width: 30px; height: 30px; position: absolute; bottom: -30px; right: 0; filter:invert(29%) sepia(96%) saturate(593%) hue-rotate(155deg) brightness(98%) contrast(100%);}
#header .header-wrap {width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px;}
#header .header-wrap .bookmark-list {display: none;}
#header .logo {font-size: inherit; margin: 0;}
#header .logo > a {position: relative; display: flex; align-items: center; text-decoration: none;}
#header .logo > a > img {position: relative; width: 120px;}
#header .logo > a > span {display: inline-flex; align-items: center; gap: 0 6px; font-size: 1em; color: var(--white); margin-left: 8px;}
#header .logo > a > span:before {content: ""; display: inline-block; width: 1px; height: 18px; position: relative; background-color: rgba(255, 255, 255, 0.3);}
#header .user-option {display: none;}
#header .menu-btn {position: relative; display: block; width: 24px; height: 16px; border: 0; border-top: 2px solid var(--white); border-bottom: 2px solid var(--white); background-color: transparent; transition: all 0.3s ease-out;}
#header .menu-btn::before {content: ""; position: absolute; width: 60%; height: 2px; background-color: var(--white); top: 50%; right: 0; transform: translateY(-50%); transition: all 0.3s ease-out;}
#header .menu-btn:hover::before {width: 100%;}
#header .menu-btn.active {border: 0; opacity: 0.6;}
#header .menu-btn.active:hover {opacity: 1;}
#header .menu-btn.active::before {width: 100%; top: calc(50% - 1px); transform: rotate(45deg); background-color: var(--white);}
#header .menu-btn.active::after {content: ""; position: absolute; width: 100%; height: 2px; background-color: var(--white); top: calc(50% - 1px); right: 0; transform: rotate(-45deg); transition: all 0.3s ease-out;}
body.menu-open #header .menu-btn {border: 0;}
body.menu-open #header .menu-btn:before {width: 100%; top: calc(50% - 1px); transform: rotate(45deg); background-color: #fff;}
body.menu-open #header .menu-btn:after {content: ""; position: absolute; width: 100%; height: 2px; background-color: #fff; top: calc(50% - 1px); right: 0; transform: rotate(-45deg); transition: all 0.3s ease-out;}
@media (min-width: 992px){
    #header {height: 70px;}
    #header:after {width: 50px; height: 50px; bottom: -50px;}
    #header .logo > a > img {width: 140px;}
    #header .logo > a > span {font-size: 1.06em; gap: 0 10px; margin-left: 12px;}
    #header .logo > a > span:before {height: 20px;}
    #header .user-option {display: flex;}
}
@media (min-width: 1200px){
    #header {left: 0; height: 70px; z-index: 10;}
    #header .header-wrap {justify-content: flex-start;padding: 0 30px;}
    #header .header-wrap .bookmark-list {position: relative;display: block;width: 100%;max-width: 400px;background: rgba(0,0,0,.1);border-radius: 50px;padding: 8px 20px;margin-left: 15px;}
    #header .header-wrap .bookmark-list .swiper-button-next, #header .header-wrap .bookmark-list .swiper-button-prev {top: 50%;color: #FFF;width: 14px;height: 14px;transform: translateY(-50%);margin-top: 0;}
    #header .header-wrap .bookmark-list .swiper-button-next:after, #header .header-wrap .bookmark-list .swiper-button-prev:after {font-size: 14px;}
    #header .header-wrap .bookmark-list .swiper-slide {position: relative;text-align: center;}
    #header .header-wrap .bookmark-list .swiper-slide a {display: block;width: 100%;color: #FFF;}
    #header .header-wrap .bookmark-list .swiper-slide a {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-overflow: ellipsis;word-wrap: break-word;}
    #header .header-wrap .bookmark-list .swiper-slide a:hover, #header .header-wrap .bookmark-list .swiper-slide a:focus {text-decoration: underline;text-underline-offset: 3px;}
    #header .logo > a > img {width: 160px;}
    #header .logo > a > span {font-size: 1.13em; gap: 0 10px; margin-left: 12px;}
    #header .logo > a > span:before {height: 24px;}
    #header .menu-btn {display: none;}
}
@media (min-width: 1500px){
    #header .header-wrap .bookmark-list {max-width: 730px;padding: 8px 30px;margin-left: 20px;}
}
@media (min-width: 1700px){
    #header .header-wrap .bookmark-list {max-width: 900px;}
}
/* footer */
#footer {min-height: 60px; padding: 10px 40px 0; background: var(--grey-color01);}
#footer .copyright {width: 100%; margin: 0; font-family: var(--font-type01); font-size: 13px; color: #adadad; text-align: center;}
@media (min-width: 1200px){
    #footer {padding: 20px 40px 18px 300px;}
}
/*****************************************************
Login
*****************************************************/
#login {overflow-x: hidden;font-size: 16px;}
.login-page {width: 100%; height: 100vh; padding: 20px; overflow-x: hidden; background-image: url(/images/login_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center;}
.login {width: 100%; padding: 50px 24px; background-color: #fff; box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.08);}
.login-info {display: none; overflow: hidden; width: 100%; padding: 40px; background-color: #009fdb}
.login-info h2 {color: #fff; font-size: 28px; font-weight: 600;}
.login-info p {color: #fff; font-size: 17px; line-height: 1.4; margin-top: 20px; word-break: keep-all;}
.login-info img {width: 100%; margin-top: 40px; margin-left: 41px;}
.login-form {width: 100%;}
.login-form .logo {width: fit-content; display: flex; align-items: center; margin: 0 auto;}
.login-form .logo img {max-width: 140px; width: 100%;}
.login-form .logo p {font-size: 18px; font-weight: 600; color: #000000; margin: 0; position: relative; padding-left: 20px;}
.login-form .logo p::before {content: ""; display: block; width: 1px; height: calc(100% - 10px); background-color: #ccc; position: absolute; left: 10px; top: 50%; transform: translateY(-50%);}
.input-form {margin-top: 32px;}
.input-form p {margin-bottom: 7px; color: #48576d;}
.input-form .form-control {height: 50px; border-radius: 0; position: relative; background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 16px);}
.input-form .form-control::placeholder {color: #adb5c2;}
.input-form .form-control:focus::placeholder {opacity: 0;}
.input-form .form-control.userid {background-image: url(/images/idicon.png);}
.input-form .form-control.userid:hover,
.input-form .form-control.userid:focus {background-image: url(/images/idicon-focus.png);}
.input-form .form-control.userpw {background-image: url(/images/pwicon.png);}
.input-form .form-control.userpw:hover,
.input-form .form-control.userpw:focus {background-image: url(/images/pwicon-focus.png);}
.input-form .form-control[type="text"] {padding: 0.375rem 40px 0.375rem 0.75rem; transition: border-color 0.3s ease-in-out;}
.input-form .form-control[type="text"]:hover,
.input-form .form-control[type="text"]:focus {border-color: var(--main-color01); box-shadow: none;}
.input-form .form-control + p {margin-top: 20px;}
.input-form .form-check {margin-top: 12px;}
.input-form .btn {width: 100%; height: 54px; margin-top: 20px;}
.login-form .input-form .form-control[type="text"], .login-form .input-form .form-control[type="password"] {padding: 0.375rem 40px 0.375rem 0.75rem;}
@media (min-width: 440px){
    .login {padding: 50px 40px;}
    .login-form .logo img {max-width: 160px;}
    .login-form .logo p {padding-left: 30px;}
    .login-form .logo p::before {height: 100%; left: 15px;}

    
}
@media (min-width: 768px){
    .login {padding: 60px 40px; display: flex; justify-content: end; position: relative;}
    .login-info {display: block; width: calc(50% - 30px); height: 100%; padding: 60px 40px; position: absolute; top: 0; left: 0;}
    .login-info h2 {font-size: 32px;}
    .login-info img {width: 360px; position: absolute; bottom: 44px; right: -1px;}
    .input-form {margin-top: 46px;}
    .login-form {width: calc(50% - 25px);}
}
@media (min-width: 992px){
    .login {margin-top: 40px;}
    .login-info {width: 520px; height: calc(100% + 40px); left: 40px; padding: 70px 40px; margin-top: -40px;}
    .login-info h2 {font-size: 40px;}
    .login-info p {margin-top: 28px; font-size: 18px;}
    .login-info img {width: 432px;}
    .login-form {width: calc(100% - 560px);}
    .input-form {margin-top: 50px;}
    .input-form .form-control {height: 52px;}
}
@media (min-width: 1080px){
    .login-page {padding: 0;}
    .login {max-width: 1066px; width: 100%; padding: 80px 80px 90px 80px;}
    .login-info {left: 60px; padding: 70px 55px;}
    .login-info img {width: auto;}
    .login-form {width: calc(100% - 580px);}
}

/*****************************************************
Style Guide
*****************************************************/
/* Title */
[class^="tit0"] {margin-bottom: 3px;}
[class^="tit0"] + [class^="tit0"] {margin-top: 0;}
.tit03 {position: relative; font-size: 20px; padding-top: 10px; font-family: var(--font-type01); font-weight: 600; margin-top: 30px;}
.tit03:before {content: ""; position: absolute; top: 0; left: 2px; display: block; width: 16px; height: 3px; border-radius: 0; background: var(--main-color01);}
.tit03 + .tabs-style01 {margin-top: 20px;}
.tit03:first-child {margin-top: 0;}
.tit04 {color: var(--main-color01); font-size: 18px; font-weight: 600; margin-top: 20px;}
.tit05 {position: relative; color: var(--black); font-size: 16px; font-weight: 600; padding-top: 3px; padding-left: 10px; margin-top: 20px;}
.tit05:before {content: ""; position: absolute; top: 0px; left: 0; display: block; width: 6px; height: 6px; background: var(--main-color02); border-radius: 15px; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); z-index: -1;}
.sec-title + [class*="tit"] {margin-top: 0;}
.sec-title + .search-box {margin-top: -26px;}
.tit-type01 {display: flex; align-items: flex-end; font-family: var(--font-type01); font-weight: 500; color: #000; margin: 20px 0 10px;}
.tit-type01 .icon {display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius: 20px; background: var(--main-color01); color: #fff; font-family: var(--font-type01); font-size: 11px; font-weight: 600; margin-right: 6px;}
@media (min-width: 992px){
    .tit03 {font-size: 19px;padding-top: 12px;}
    .tit03:before {height: 4px;}
}
/* Info Text */
.info-text {position: relative;padding-left: 18px;}
.info-text[class*="font-size2"] {padding-left: 30px;}
.info-text:after {content: "\F26A"; position: absolute; top: -1px; left: 0; font-family: var(--font-icon); color: var(--main-color01-hover);}
.info-text.text-primary:after {color: var(--primary);}
.info-text.text-danger:after {color: var(--danger);}
.info-text.small {padding-left: 18px;}
.info-text label {margin-bottom: 0;}
/********** List **********/
ul[class^="list-style0"],
ol[class^="list-style0"] {margin: 0;}
ul[class^="list-style0"] > li,
ol[class^="list-style0"] > li {list-style: inherit;}
/* UL */
ul[class^="list-style0"] {padding-left: 0; list-style: none;}
ul.list-style01 > li {position: relative; padding-left: 15px; margin: 1px 0;}
ul.list-style01 > li:after {content: ""; position: absolute; left: 0; top: 8px; display: block; width: 6px; height: 6px; border-radius: 2px; background-color: var(--main-color01);}
ul.list-style02 > li {position: relative; padding-left: 15px; margin: 1px 0; color: #666;}
ul.list-style02 > li:after {content: ""; position: absolute; left: 0; top: 10px; display: block; width: 8px; height: 2px; border-radius: 2px; background-color: #a9afc2;}
/* OL */
ol.list-style01 {list-style: decimal-leading-zero; padding-left: 28px;}
ol.list-style01 > li {margin: 1px 0;}
ol.list-style02 {list-style: hangul; padding-left: 25px;}
ol.list-style02 > li {margin: 1px 0;}
/* DL */
dl.list-style01 {margin-right: -5px; margin-left: -5px;}
dl.list-style01 dt,
dl.list-style01 dd {padding-right: 5px; padding-left: 5px;}
dl.list-style01 dt {color: #000; font-weight: 500;}
dl.list-style01 dd {color: #333; margin-bottom: 10px;}

/* Button */
.btn { position: relative;border-radius: 0;font-size: 1em;} 
input + .btn { border-radius: var(--bs-border-radius);} 
.btn-link, .btn-down, .btn-mail { position: relative;display: inline-block;padding: 0 22px 0 0;background-color: transparent;color: var(--primary);border-radius: 0;border: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;} 
.btn-link:hover, .btn-link:focus, .btn-down:hover, .btn-down:focus, .btn-mail:hover, .btn-mail:focus { text-decoration: none;color: var(--primary-hover);border-color: var(--primary-hover);} 
.btn-link:before, .btn-down:before, .btn-mail:before { content:'';position: absolute;left: 0;bottom: 0;display: block;width:100%;border-bottom: 1px dashed var(--primary);} 
.btn-link:after, .btn-down:after, .btn-mail:after { position: absolute;right: 2px;bottom: 1px;font-family: var(--font-icon);font-size: 13px;} 
.btn-down:after, .btn-mail:after { font-size: 14px;line-height: 1.5;white-space: nowrap;} 
p > .btn-link, ul > li > .btn-link, .b-table-box .btn-link, p > .btn-down, ul > li > .btn-down, .b-table-box .btn-down, p > .btn-mail, ul > li > .btn-mail, .b-table-box .btn-mail { margin-top: -5px !important;} 
.btn-link:after { content: '\F1C5';} 
.btn-down:after { content: '\F30A';} 
.btn-mail:after { content: '\F32F';} 
/* Btn Basic */
.btn-primary { background-color: var(--main-color01);--bs-btn-bg: var(--main-color01);border-color: var(--main-color01);} 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: var(--main-color01-hover);border-color: var(--main-color01-hover);} 
.btn-primary.disabled, .btn-primary:disabled {color: #fff;background-color: var(--main-color01);border-color: var(--main-color01);}
.btn-secondary { background-color: var(--secondary);border-color: var(--secondary);} 
.btn-secondary:hover, .btn-secondary:focus { background-color: var(--secondary-hover);border-color: var(--secondary-hover);} 
.btn-secondary.disabled, .btn-secondary:disabled {background-color: var(--secondary);border-color: var(--secondary);}
.btn-basic { background-color: var(--basic);border-color: var(--basic);color: #fff;} 
.btn-basic:hover, .btn-basic:focus { background-color: var(--basic-hover);border-color:var(--basic-hover);color: #fff;} 
.btn-danger { background-color: var(--danger);border-color: var(--danger);} 
.btn-danger:hover, .btn-danger:focus { background-color: var(--danger-hover);border-color: var(--danger-hover);} 
/* Btn Outline */
[class*="btn-outline-"] { background-color:#fff;} 
.btn-outline-primary { color: var(--main-color01);border-color: var(--main-color01);} 
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active { color: var(--main-color01);background: var(--grey-color05);border-color: var(--main-color01-hover);} 
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: var(--main-color01);}
.btn-outline-basic { color: #555;--bs-btn-hover-color: #333;border-color: var(--grey-color03);background: var(--white);} 
.btn-outline-basic:hover,.btn-outline-basic:focus,.btn-outline-basic:active { background: var(--grey-color01);border-color: var(--grey-color03);} 
.btn-outline-basic.disabled, .btn-outline-basic:disabled { background-color: var(--grey-color02);color: #6c757d;border-color: #6c757d;} 

/* info-top */
.info-top { position: relative;margin-bottom: 30px;} 
.info-top:before { content: '';display: block;width: 40px;height: 40px;position: absolute;top: 0;left: 0;border-top: 6px solid var(--main-color01);border-left: 6px solid var(--main-color02);} 
.info-top .tit { padding: 20px 0 0 110px;} 
.info-top .tit [class^="tit0"] { margin-top: 0 !important;} 
.info-top .img-icon { position: absolute;width: 60px;height: 60px;background: transparent;margin: 8px 30px;} 
.info-top .img-icon img { width: 100%;} 
.info-top .info-inner { padding: 20px 20px 20px 110px;} 
.info-top .info-inner:before { content:'';display:block;width:100%;height:100%;background:#f9f9f9;border-radius: 0 15px 0 0;position:absolute;top:0;right:0;z-index:-1 } 
.info-top .tit + .info-inner { position: relative;padding: 20px 20px 20px 30px;margin-top: 20px;} 
.info-top .info-inner .btn { font-size: 14px;} 

@media (min-width: 992px) {
    .info-top {border-top: 1px solid #eee;border-right: 1px solid #eee;border-radius: 0 20px 0 0;margin-bottom: 50px;} 
    .info-top .img-icon {width: 100px;height: 100px;margin: 25px 50px;background: #fff;border-radius: 0 15px;} 
    .info-top .tit { padding: 30px 0 0 200px;} 
    .info-top .tit [class^="tit0"] { font-size: 20px;margin-bottom: 12px;} 
    .info-top .info-inner {min-height: 100px;box-sizing: border-box;padding: 18px 20px 20px 200px;} 
    .info-top .info-inner:before { content:'';display:block;width:100%;height:100%;background:#f9f9f9;border-radius: 0 15px 0 0;position:absolute;top:0;right:0;z-index:-1 } 
    .info-top .tit + .info-inner { padding: 20px 30px 30px 200px;margin-top: 0;} 
}

/********** Accordion **********/
/* accordion-style01 */
.accordion-style01 > .card {margin-top: -1px; border: none; border-radius: 0; background: var(--grey-color01);}
.accordion-style01 > .card .card-header {border: none; border-bottom: none; background: #fff; padding: 0; margin: 0;}
.accordion-style01 [data-toggle="collapse"] {position: relative; width: 100%; padding: 16px 55px 15px 20px; cursor: pointer; border: 1px solid var(--grey-color02); background: #fff; min-height: 50px;}
.accordion-style01 [data-toggle="collapse"][aria-expanded="true"] {background: var(--grey-color05); border: 1px solid var(--grey-color02); border-top: 2px solid var(--main-color01);}
.accordion-style01 [data-toggle="collapse"]::after {content: "\F282"; position: absolute; top: 12px; right: 15px; display: block; font-family: var(--font-icon); transition: transform 0.2s ease-in-out; font-weight: 600; font-size: 14px; background: var(--grey-color05); width: 28px; height: 28px; border-radius: 50px; text-align: center; line-height: 28px; color: var(--main-color01);}
.accordion-style01 [data-toggle="collapse"]:hover::after,
.accordion-style01 [data-toggle="collapse"]:focus::after {color: var(--main-color01);}
.accordion-style01 [data-toggle="collapse"][aria-expanded="true"]::after {content: "\F286"; background: var(--main-color01); color: #fff;}
.accordion-style01 [data-toggle="collapse"] dl > dt,
.accordion-style01 [data-toggle="collapse"] dl > dd {display: inline-block;}
.accordion-style01 [data-toggle="collapse"] dl > dt {position: relative; color: var(--main-color01); font-weight: 500; padding-left: 10px; margin-left: 10px;}
.accordion-style01 [data-toggle="collapse"] dl > dt:first-child {padding-left: 0; margin-left: 0;}
.accordion-style01 [data-toggle="collapse"] dl > dt:after {content: ""; position: absolute; top: 7px; left: 0; display: block; width: 1px; height: 10px; background: #afafaf;}
.accordion-style01 [data-toggle="collapse"] dl > dt:first-child:after {display: none;}
.accordion-style01 [data-toggle="collapse"] dl > dd {margin-left: 5px; margin-bottom: 0;}
.accordion-style01 > .card .card-body {background: #fff; padding: 20px; border: 1px solid var(--grey-color02); border-top: 0;}
.accordion-style01 > .card.regist-wrap .collapse {border: 1px solid var(--grey-color02); border-top: 0;}
.accordion-style01 > .card.regist-wrap .card-body {padding: 5px 15px 15px;}
.accordion-style01 > .card.regist-wrap .card-footer {background: var(--grey-color04); border-top: 1px solid var(--grey-color02); margin: 0; padding: 15px;}
.accordion-style01 > .card.regist-wrap .regist-box {border-top: 0;}
.accordion-style01 > .card.regist-wrap .regist-box .s-row-box .s-row-item:last-child {border-bottom: 0; padding-bottom: 0;}
@media (min-width: 992px){
    .accordion-style01 > .card.regist-wrap .card-body {padding: 16px 30px 30px;}
    .accordion-style01 > .card.regist-wrap .card-footer {padding: 24px 30px;}
}

/* accordion-style02 */
.accordion-style02 {border-top: 1px solid #000;}
.accordion-style02 > .card {border: none; border-radius: 0;}
.accordion-style02 > .card .card-header {background: transparent; border-bottom: 1px solid var(--grey-color02); padding: 0; font-size: 18px; font-weight: 500; margin-bottom: 0;}
.accordion-style02 [data-toggle="collapse"] {position: relative; width: 100%; padding: 25px 50px 25px 15px; cursor: pointer; transition: 0.3s;}
.accordion-style02 [data-toggle="collapse"]:hover,
.accordion-style01 [data-toggle="collapse"]:focus {background-color: var(--grey-color04);}
.accordion-style02 [data-toggle="collapse"]::after {content: "\F282"; position: absolute; top: 23px; right: 15px; display: block; font-family: var(--font-icon); font-size: 12px; color: #4d4d4d; line-height: 1; border: 1px solid var(--grey-color02); padding: 7px; border-radius: 3px; transition: transform 0.3s ease-in-out;}
.accordion-style02 [data-toggle="collapse"]:hover::after,
.accordion-style01 [data-toggle="collapse"]:focus::after {border-color: var(--grey-color05); color: var(--main-color01); background-color: #fff; font-weight: 700;}
.accordion-style02 [data-toggle="collapse"][aria-expanded="true"]::after {content: "\F286";}
.accordion-style02 [data-toggle="collapse"] > span {color: #a9a9a9;}
.accordion-style02 > .card .card-body {background-color: var(--grey-color01); padding: 30px 20px;}

/********** Tab **********/
/* Tabs Style01 */
.tabs-style01 {border: none;}
.tabs-style01 + .tab-content {margin-top: 10px;}
.tabs-style01 + .tab-content .tab-pane [class^="tit0"]:first-child {margin-top: 30px;}
.tabs-style01 .nav-item {display: block; margin-right: 10px;}
.tabs-style01 .nav-link {position: relative; margin: 0 0 10px 0; padding: 5px 10px; background: var(--grey-color01); border-color: var(--grey-color02); border-radius: 0; color: #777; transition: 0.5s; font-size: 14px;}
.tabs-style01 .nav-link:hover,
.tabs-style01 .nav-link:focus {border-color: var(--main-color01); color: #000;}
.tabs-style01 .nav-link.active {background: var(--white); color: var(--main-color01); border: 1px solid var(--main-color01);}
.tabs-style01 .nav-link:before {content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: var(--main-color01); transition: 0.3s width;}
.tabs-style01 .nav-link.active:before {content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: calc(100% + 1px); height: 3px; background: var(--main-color01);}
.tabs-style01 .nav-link.disabled {background-color: #EAEAEA;border-color: var(--grey-color02);color: #A5A5A5;}
@media (min-width: 992px){
    .tabs-style01 .nav-link {padding: 10px 35px 10px 20px;}
    .tabs-style01 .nav-link:after {content: "\F26B"; position: absolute; right: 15px; top: 11px; font-family: var(--font-icon); display: block; color: #979797;}
    .tabs-style01 .nav-link:hover:after,
    .tabs-style01 .nav-link:focus:after {color: var(--main-color01);}
    .tabs-style01 .nav-link.active:after {content: "\F26A"; color: var(--main-color01);}
}
@media (min-width: 1200px){
    .tabs-style01 .nav-link {text-align: left; min-width: 130px; height: 44px; padding: 10px 40px 10px 12px;}
    .tabs-style01 .nav-link:after {top: 12px;}
    .tabs-style01 .nav-link:hover:after,
    .tabs-style01 .nav-link:focus:after {color: var(--main-color01-hover);}
    .tabs-style01 .nav-link.active:after {content: "\F26A"; color: var(--main-color01);}
}
/* Tabs Style02 */
.tabs-style02 {background-color: var(--grey-color04); border: 1px solid #eee; padding: 12px 15px 8px 15px; border-radius: 8px;}
.tabs-style02 + .tab-content {margin-top: 20px;}
.tabs-style02 .nav-item {font-size: 14px; margin-right: 8px; margin-bottom: 5px;}
.tabs-style02 .nav-link {color: #686868; border-radius: 5px; padding: 4px 12px 5px; border: 1px solid var(--white); background: var(--white); transition: 0.3s all;}
.tabs-style02 .nav-link:hover,
.tabs-style02 .nav-link:focus {border: 1px solid var(--grey-color06); background: var(--grey-color06); color: var(--main-color02-hover);}
.tabs-style02 .nav-link.active {color: #fff; border: 1px solid var(--main-color02); background: var(--main-color02); box-shadow: 0 10px 21px 0 rgba(131,146,154, .4); outline: 0;}
.tabs-style02 .nav-link.disabled {background-color: #E6EBF7;border-color: #E6EBF7;color: #AAA;}
@media (min-width: 992px){
    .tabs-style02 {padding: 8px 15px 5px 15px; border-radius: 10px;}
    .tabs-style02 .nav-item {font-size: 14px;}
    .tabs-style02 .nav-link {padding: 3px 8px 2px;}
}
/*****************************************************
Sub
*****************************************************/
#content {position: relative; padding-top: 60px;}
.content-wrap {padding: 25px 20px 30px; min-height: calc(100vh - 120px);}
.vcont {width: 100%; max-width: 1800px; padding: 20px;}
@media (min-width: 992px){
    #content {padding-top: 70px;}
}
@media (min-width: 1200px){
    #content {padding-left: 260px;}
    .content-wrap {padding: 28px 30px 40px; /*max-width: 1800px;*/ min-height: calc(100vh - 140px);}
    .vcont {width: 100%; max-width: 1800px; padding: 20px 40px;}
}

/* sec-title */
.sec-title {display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--border-color); padding-bottom: 12px; margin-bottom: 20px;}
.sec-title h2 {font-weight: 700; font-size: 24px; margin: 0;}
.sec-title .bookmark {position: relative;font-size: 20px;font-weight: 400;color: #D5D5D5;top: -2px;left: 2px;}
.sec-title .bookmark.on {color: var(--yellow);}
@media (min-width: 1200px){
    .sec-title {padding-bottom: 10px; margin-bottom: 18px;}
    .sec-title h2 {font-size: 24px;}
}

/* sub-top */
.page-navi {display: none;}
.page-navi > li {position: relative; display: inline-block; padding-left: 9px; margin-left: 9px;}
.page-navi > li::before {content: "\F285"; position: absolute; font-family: var(--font-icon); top: 3px; left: -7px; font-size: 12px; color: #949494;}
.page-navi > li:first-child {padding: 0; margin: 0;}
.page-navi > li:first-child::before {display: none;}
.page-navi > li > a {font-size: 1em; color: #767676;}
.page-navi > li:last-child > a {color: #313339; font-weight: 600;}
@media (min-width: 1200px){
    .page-navi {display: block;}
}

@media all and (min-width:1921px) and (max-width:2520px) {
    #side .side-list {padding: 18px 18px 20px;}
    #side .side-list > li > ul {font-size: 15px;padding: 16px 10px 0 6px;}
    #side .side-list > li > ul > li {margin-bottom: 6px;}
    #side .side-list > li > a {padding: 18px 40px 18px 0;}
    #side .side-list > li > a:after {top: 13px;}
    #side .side-list > li > ul > li > a::before {top: 5px;}
    .depth3 {margin-top: 10px;}
    .side-option {min-height: 80px;}
    #header {height: 80px;}
    #header .header-wrap {padding: 0 40px;}
        
    #content {padding-top: 80px;}
    .content-wrap {padding: 40px 40px 70px;}
    .sec-title {padding-bottom: 15px;margin-bottom: 25px;}
    .sec-title h2  {font-size: 30px;}

    [class^="tit0"] {margin-bottom: 10px;}
    .tit03 {font-size: 24px;}
    .tit04 {font-size: 20px;}
    .tit05 {font-size: 18px;}
    .tabs-style02 {padding: 16px 25px 12px 25px;}
    .tabs-style02 .nav-link {padding: 6px 18px 5px;}

    
    .info-top .info-inner {min-height: 100px;box-sizing: border-box;padding: 30px 30px 30px 240px;}
}

/* screen */
.screen-btn {display: none;}
#screen {display: none;position: fixed;width: 90px;top: calc(50% + 35px);right: 30px;transform: translateY(-50%);z-index: 9999;letter-spacing: 0;box-shadow: 0 10px 20px rgba(0,0,0,.1);}
#screen .option {width: 100%;height: 435px;background-color: rgba(255,255,255,.9);border: 1px solid #ccc;padding: 7px 5px 5px;border-radius: 0;border-bottom: 0;margin: 0;}
#screen .option li {list-style: none;height: 80px;margin-top: 10px;}
#screen .option li:nth-child(1), #screen .option li:nth-child(2), #screen .option li:last-child {margin-top: 0;}
#screen .option li a {display: flex;height: 100%;flex-direction: column;align-items: center;justify-content: center;text-align: center;cursor: pointer;color: #777;transition: all .3s ease-out;}
#screen .option li a i {font-size: 24px;}
#screen .option li a p {font-size: 14px;margin: 0;}
#screen .option li a:hover {color: var(--main-color02-hover);}
#screen .option li a:hover p {font-weight: 600;}
#header .header-nav .header-menu .member-menu .screen-icons {display: none;}
.screen-close {display: block;height: 35px;background-color: var(--main-color02);border-radius: 0;color: #fff;font-size: 14px;text-align: center;line-height: 35px;transition: all .3s ease-out;}
.screen-close:hover, .screen-close:focus {color: var(--white);background-color: var(--black);border-radius: 0 0 10px 10px;}

@media(max-width: 1200px) {
    #screen {display: none !important;}
}

@media(min-width: 1200px) {
    .screen-btn {display: inline-block;}
    #header .header-nav .header-menu .member-menu .screen-icons {display: inline-block;}
}
