@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");

body,
html {
    font-family: "Nanum Gothic", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    display: inline-block;
    width: 100%;
    clear: both;
}
ul,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
.pd5 {
    padding: 5px;
}
.pd10 {
    padding: 10px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}

/*----------Margin Styles----------*/

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mr5 {
    margin: 5px;
}
.mr10 {
    margin: 10px;
}
.mr15 {
    margin: 15px;
}
.mr20 {
    margin: 20px;
}

.mr25 {
    margin: 25px;
}

/* fonts-weight */

.reguler {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.txt-center{
    text-align: center;
}

/* font-size */
.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font18 {
    font-size: 18px;
}
.font19 {
    font-size: 19px;
}
.font20 {
    font-size: 20px;
}
.font25 {
    font-size: 25px;
}
.font35 {
    font-size: 35px;
}
.font30 {
    font-size: 30px;
}
.font40 {
    font-size: 40px;
}

.font60 {
    font-size: 60px;
}

.themebtn {
    border-radius: 20px 20px 0 20px !important;
    min-width: 120px;
    border: solid 2px #6c1746;
    padding: 10px;
    display: inline-block;
    color: #6c1746 !important;
    font-weight: bold;
}


/*-------HEADER STYLE-----*/
header {
    background: #6c1746;
    border-bottom: solid 1px #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 7px 0;
}

header .logo {
    width: 70px;
}
header .logo img{max-width: 100%;}
.logotext a {
    color: #fff;
}

.navBtnblock {
    position: fixed;
    right: 10px;
    display: block;
    width: 33px;
    height: 30px;
    transition: all 0.3s linear;
    z-index: 9999;
    top: 20px;
    transition: all 0.4s linear;
    background: transparent;
    border: solid 1px #fff;
}

.navBtnblock .navBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -10px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-menu-icon-top,
.nav-menu-icon-middle,
.nav-menu-icon-bottom {
    display: block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 300ms ease-in-out;
}

.nav-menu-icon-top {
    top: 1px;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 15px;
}
.nav-menu-icon-middle {
    top: 7px;
    width: 12px;
}
.nav-menu-icon-bottom {
    top: 13px;
    -ms-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
}

.menuopen .nav-menu-icon-top {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
    width: 18px;
}
.menuopen .nav-menu-icon-bottom {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    width: 18px;
}
.menuopen .nav-menu-icon-middle {
    opacity: 0;
}

.menus {
    position: fixed;
    width: 160px;
    background: #176c4b;
    height: auto;
    top: 69px;
    right: -160px;
    transition: all 0.4s linear;
}

.menus li a {
    color: #fff;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    border-bottom: solid 1px #fff;
}

.menus li:last-child a {
    border: none;
}

.menuopen .menus {
    right: 0;
}


/*-----HOME PAGE----*/

.pageContent{
    margin-top:100px;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.jktable thead tr th:first-child,
.jktable tbody tr td:first-child {
    width: 40px;
}

.homepage a {
    color: #000;
    text-decoration: none;
}
.homepage a.btn {
    color: #fff;
}

.paper-block{
    border:solid 2px #6c1746;
    border-radius: 20px;
    height: 140px;
    overflow: hidden;
}
.paper-block .box-heading {
    background: #6c1746;
    color: #fff;
    padding: 4px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.paper-block .themebtn:first-child {
    background:#6c1746;
    color: #fff !important;
}

