@charset "utf-8";
body {
    /* Variables */
    /* color */
    --color-primary: #50B587;

    /* header */
    --header-padding: 0 40px;
    --header-height: 78px;

	--content-side-padding: 40px;
    --modals-side-padding: 40px;
    --modalpage-side-padding: 40px;
    --alerts-side-padding: 40px;
}
/* ===================================================================
    *
    *   publishing desingk v1.0 - Common Stylesheet
    *   2023-01-02
    *   ------------------------------------------------------------------
    *
    *  TOC:
    *   base style overrides
        *   links
        *   font
    *   typography & general theme styles
        *   Spacing
        *   scrollbar style
        *   skip_nav
        *   icon
        *   tabs
        *   Lists 
        *   paging
        *   floated image
        *   tables
    *   preloader
    *   forms
    *   buttons
    *   slider
        *   swipe
        *   slick
    *   additional components
        *    
    *   reusable and common theme styles
        *   display headings
 *
 * =================================================================== */

/* @media (min-aspect-ratio: 16/9){
	.video {width: 100%; height: auto;}

@media (max-aspect-ratio: 16/9){
	.video {width: auto; height: 100%;}
} */
.noscroll {overflow:hidden; height:100%;}
.sr-only {position:absolute; margin:-1px; padding:0; width:1px; height:1px; overflow:hidden; border:0; clip:rect(0 0 0 0);}

.text-ellipsis {text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.text-ellipsis-line2 {overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.text-transform-u {text-transform:uppercase !important;}
.text-transform-l {text-transform:lowercase !important;}

em {color: #694be7; font-style: normal;}
strong {font-weight: 600;}

@media (hover: hover){
	#fullpageNav li a:hover::after{ right: -4px; width:34px;height:34px;}
	#fullpageNav li a:hover{color:#ff7200;}
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.block-rellax {}
.rellax {}

/* DISPLAY */
.d-none {display: none;}
.d-block {display: block;}
.d-inline-block {display: inline-block;}

.dp-ib {display:inline-block !important;}
.dp-none {display:none !important;}

.mg-top-5 {margin-top:5px !important;}
.mg-top-7 {margin-top:7px !important;}
.mg-top-10 {margin-top:10px !important;}

.mg-left-5 {margin-left:5px !important;}
.mg-left-10 {margin-left:10px !important;}

.mg-right-5 {margin-right:5px !important;}
.mg-right-10 {margin-right:10px !important;}

.mg-bottom-0 {margin-bottom:0 !important;}
.mg-bottom-10 {margin-bottom:10px !important;}
.mg-bottom-20 {margin-bottom:20px !important;}

.font-500 {font-weight:500 !important;}
.font-bold {font-weight:bold !important; letter-spacing: ;}

.letter-short {letter-spacing:calc((.3 - 1) * 1.5vw + 1rem)}
@media screen and (max-width: 767px) {
    .letter-short {letter-spacing:calc((.3 - 1) * 5vw + 1rem)}
}
.letter-ani {display: inline-block; overflow: hidden;}
.letter-ani span {display: inline-block; overflow: hidden;}

/*float*/
.float-left {float:left;}
.float-right {float:right;}

/*font size*/
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}

.position-relative {position: relative;}


/* -------------------------------------------------------------------
 * ## button
 * ------------------------------------------------------------------- */
/* button base */
.btn-full {width: 100%;}

/* .k-btn {padding:15px 10px; color:#8e8e9a; font-weight:normal; text-align:center; vertical-align:middle; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; background-color:#fff; border:1px solid #999; font-size:16px; line-height:18px; letter-spacing:-0.47px; text-indent:0; transition:color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in; -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in; border-radius:3px;}
.k-btn-round {border-radius: 50px;}
.k-btn-sm {}
.k-btn-icon {border-color: #fff;}
.k-btn-icon.only-icon {}
.k-btn-icon.k-btn-sm {padding: 5px 7px;} */




.k-text-field-label { color: #0e081e; font-size: 15px; font-weight: 700;}
.k-form-input { display: block; width: 100%; height: 48px; margin-bottom: 35px; padding: 10px 14px 10px 14px; border: 1px solid #dad9da; border-color: transparent; border-radius: 4px; background-color: #f3f3f4; font-size: 15px; color: #0e081e;}
textarea.k-input, textarea.k-select { height: auto; }

.k-btn { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #0e081e; background-color: #fff; color: #0e081e; line-height: 1; text-decoration: none; cursor: pointer; border-radius: 0; letter-spacing:-0.47px; transition:color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in; -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in;}

.k-btn-primary { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #ea4c4c; background-color: #ea4c4c; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #fff; font-size: 18px; text-align: center; letter-spacing: -0.47px;}
.k-btn-primary:hover {border-color: #e91f25; background-color: #e91f25; color: #fff;}
.k-btn-primary:focus {background-color: #e91f25; color: #fff;}

.k-btn-second { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #ff1616; background-color: #fff; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #ff0000; font-size: 18px; text-align: center; letter-spacing: -0.47px;}
.k-btn-second:hover, 
.k-btn-second:focus {border-color: #ff4242; background-color: #fff6f6; color: #ff0000;}

.k-btn-lightgray { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #f3f3f4; background-color: #f3f3f4; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #0d0c22; font-size: 18px; text-align: center; letter-spacing: -0.47px;}
.k-btn-lightgray:hover {border-color: #e7e7e9; background-color: #e7e7e9; color: #0d0c22;}
.k-btn-lightgray:focus {background-color: #e7e7e9; color: #0d0c22;}

.k-btn-black { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #0d0c22; background-color: #0d0c22; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #fff; font-size: 18px; text-align: center; letter-spacing: -0.47px; text-transform: uppercase;}
.k-btn-black:hover {border-color: #000; background-color: #000; color: #fff;}
.k-btn-black:focus {background-color: #000; color: #fff;}

.k-btn-primary-extra { display: inline-block; padding: 14px 32px; border-style: solid; border-width: 1px; border-color: #6a4aee; background-color: #6a4aee; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #fff; font-size: 18px; text-align: center; letter-spacing: -0.47px; text-transform: uppercase;}
.k-btn-primary-extra:hover {border-color: #583dc8; background-color: #583dc8; color: #fff;}
.k-btn-primary-extra:focus {background-color: #583dc8; color: #fff;}


.k-btn-outline {border-width: 1px; background-color: #fff; color: #111; border-color: #dad9da;}
.k-btn-outline:hover,
.k-btn-outline:focus {border-color: #bdb5bb; background-color: #fff; color: #111;}
.k-btn-black.k-btn-outline {border-width: 1px; background-color: #fff; color: #111; border-color: #111;}
.k-btn-black.k-btn-outline:hover,
.k-btn-black.k-btn-outline:focus {border-color: #111; background-color: #fafafa; color: #111;}

.k-btn-round {border-radius: 50px;}
.k-btn-round-edge {border-radius: 5px;}
.k-btn-sm.k-btn-round-edge,
.k-btn-m.k-btn-round-edge {border-radius: 4px;}
.k-btn-sm {padding: 8px 14px 7px; font-size: 13px;}
.k-btn-m {padding: 11px 18px 11px; font-size: 16px;}
.k-btn-m.font14 {padding: 12px 18px 12px;}
.k-btn-m.font15 {padding: 12px 18px 11px;}
.k-btn-large {padding: 16px 24px; font-size: 20px;}
.k-btn-icon {padding-left: 11px; padding-right: 11px; border-width: 1px; background-color: #fff; color: #111; border-color: #dad9da;}
.k-btn-icon:hover,
.k-btn-icon:focus {border-color: #bdb5bb; background-color: #fff; color: #111;}
/* .k-btn-icon.only-icon {} */
.k-btn-icon.k-btn-sm {padding: 5px 7px;}
.k-btn-icon .svg-icon {vertical-align: top;}

.k-btn:disabled,.k-btn.disabled {cursor:default; border-color: transparent !important; background-color: #f8f8f8 !important; color: #777777 !important;}





[class^="w-icon-"], [class*=" w-icon-"] {font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;}
[class^="w-icon-"] + span {margin-left: 10px;}
[class^="w-icon-"]:before {content:''; display:inline-block; width: 40px; height: 40px; vertical-align: middle; background-position: center; background-size: contain; background-repeat: no-repeat;}
.w-icon-goog:before {background-image: url(../../images/common/ico/icon_goog.svg);}
.w-icon-email:before {background-image: url(../../images/common/ico/icon_email.svg);}
/* .w-icon-asterisk:before {background-image: url(../../images/common/ico/icon_asterisk.svg);} */
.w-icon-asterisk:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23ff5071' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19' d='m19.689 67.5 60.622-35'/%3E%3Cpath fill='none' stroke='%23ff5071' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19' d='M50 85V15'/%3E%3Cpath fill='none' stroke='%23ff5071' stroke-linecap='round' stroke-miterlimit='10' stroke-width='19' d='m80.311 67.5-60.622-35'/%3E%3C/svg%3E%0A");}

/* .w-icon-search:before {background-image: url(../../images/common/ico/icon_search.svg);} */
.w-icon-search:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.561' height='26.561' viewBox='0 0 26.561 26.561'%3E%3Cg id='search' transform='translate(-2.5 -2.5)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M14.412,14.412l8.407,8.407' transform='translate(5.181 5.181)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='9.027' cy='9.027' r='9.027' transform='translate(4 4)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");}
.w-icon-search-black:before {width: 34px !important; height: 34px !important; background-image: url(../../images/svg/icon-search-black.svg);}

.w-icon-recaptcha:before {background-image: url(../../images/common/ico/recaptcha@2x.png);}

/* webflow.io styles */
.w-button { display: inline-block; padding: 9px 15px; background-color: #fff; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
.k-button { display: inline-block; padding: 9px 15px; background-color: #fff; color: #fff; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }




.h1 {font-size: 36px;}
.h2 {font-size: 26px;}
.para {font-size: 18px; letter-spacing: -0.5px;}


/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */
.dots-loader { display: none; justify-content: center; align-items: center; text-align: left; position: relative; min-width: 44px; padding: 6px 0; margin: 0; overflow: hidden;
}
.dots-loader.active {display: flex;}
.dots-loader.active + span {display: none;} 
.dot-falling { display: inline-block; position: relative; left: -9999px; width: 10px; height: 10px; border-radius: 5px; background-color: #fff; color: #fff; box-shadow: 9999px 0 0 0 #fff; animation: dot-falling 1s infinite linear; animation-delay: 0.1s; }
.dot-falling::before, .dot-falling::after { content: ""; display: inline-block; position: absolute; top: 0; }
.dot-falling::before { width: 10px; height: 10px; border-radius: 5px; background-color: #fff; color: #fff; animation: dot-falling-before 1s infinite linear; animation-delay: 0s; }
.dot-falling::after { width: 10px; height: 10px; border-radius: 5px; background-color: #fff; color: #fff; animation: dot-falling-after 1s infinite linear; animation-delay: 0.2s; }
.dots-loader.dots-loader-primary {}
.dots-loader.dots-loader-primary .dot-falling {animation: dot-falling-primary 1s infinite linear;}
.dots-loader.dots-loader-primary .dot-falling::before {box-shadow: 9999px 0 0 0 #000; background-color: #000; animation: dot-falling-before 1s infinite linear; }
.dots-loader.dots-loader-primary .dot-falling::after  {box-shadow: 9999px 0 0 0 #000; background-color: #000; animation: dot-falling-before 1s infinite linear; }

@keyframes dot-falling {
0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #fff;
}
100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
}
}
@keyframes dot-falling-before {
0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #fff;
}
100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
}
}
@keyframes dot-falling-after {
0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #fff;
}
100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
}
}
@keyframes dot-falling-primary {
0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #000;
}
100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
}
}
@keyframes dot-falling-primary-before {
0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #000;
}
100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
}
}
@keyframes dot-falling-primary-after {
0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
}
25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #000;
}
100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
}
}

/**
 * ==============================================
 * spinner-loader
 * ==============================================
 */

.spinner-loader {
    overflow: hidden;
    display: none;
}
.spinner-loader .spinner-loader-icon {
    width: 20px;
    height: 20px;
    border:  solid 1px transparent;
    border-top-color:  #000 !important;
    border-left-color: #000 !important;
    border-radius: 50%;
    animation: spinner-loader 400ms linear infinite;
}
.spinner-loader.active {display: inline-block;}
.spinner-loader.active + svg {opacity: 0;} 

@keyframes spinner-loader {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/**
 * ==============================================
 * text effects
 * ==============================================
 */
.item-text-ani {}
.item-text-ani span { display: inline-block;}


/**
 * ==============================================
 * Image effects
 * ==============================================
 */
/* .fade-up {
    opacity: 0;
    transform: translate(0px, 160px);
    transition: all 1s ease-out;
    transform: translate3d(0px, 160px, 0px);
    backface-visibility: hidden;
} */
/*
.fade-up.active {
    opacity: 1;
    transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
} */

.size-in {

}

.fade-in {
    opacity: 0;
    --animation-delay: .2s;
    --fade-in-position: 20px
}
.fade-in.reveal {
    opacity: 1;
    transition: opacity .6s cubic-bezier(.65,0,.35,1) .3s;
    /* will-change: opacity */
}

.image-reveal {
    background: 0 0;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    position: relative;
    transition: -webkit-clip-path 1s cubic-bezier(.65,0,.35,1) .3s,clip-path 1s cubic-bezier(.65,0,.35,1) .3s,opacity 1s cubic-bezier(.65,0,.35,1) .3s;
    /* will-change: -webkit-clip-path,clip-path,opacity */
}
.image-reveal.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0)
    }
}




/* .t-header-btns .menu-icon {
cursor: pointer;
display: inline-block;
padding: 28px 20px;
}
.t-header-btns .menu-icon .navicon {
background: #20232d;
display: block;
height: 2px;
position: relative;
width: 1.625rem;
}
.t-header-btns .menu-icon .navicon:before, .t-header-btns .menu-icon .navicon:after {
background: #20232d;
content: "";
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
width: 100%;
}
.t-header-btns .menu-icon .navicon:before {
top: 7px;
}
.t-header-btns .menu-icon .navicon:after {
top: -7px;
}
.t-header-btns .menu-btn {
display: none;
}
.t-header-btns .menu-btn:checked ~ .menu {
max-height: 300px;
}
.t-header-btns .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}
.t-header-btns .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}
.t-header-btns .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}
.t-header-btns .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .t-header-btns .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
} */

/* -------------------------------------------------------------------
 * ## slider
 * ------------------------------------------------------------------- */
/* swiper */
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;
	justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
.swiper-slide > a {display:block; width:100%;}
.swiper-slide > a > img {display:block; width:100%;}






/* common */
.k-checkbox,
.k-radio { position: relative; display: inline-block;}
.k-checkbox li,
.k-radio li { position: relative; padding: 10px 0; }
.k-checkbox input[type="checkbox"],
.k-radio input[type="radio"] { display: inline-block; vertical-align: middle; opacity: 0; }

.k-checkbox input[type="checkbox"],
.k-radio input[type="radio"],
.k-checkbox label::before,
.k-radio label::before { width: 26px; height: 26px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.k-radio input[type="radio"],
.k-radio label::before { border-radius: 50%; }

.k-checkbox label,
.k-radio label { display: inline-block; position: relative; font-size: 16px; padding: 3px 0 0 40px; cursor: pointer; margin-bottom: 0;/*reboot.css init*/ }

.k-checkbox label::before,
.k-radio label::before { content: ''; border: 3px solid #0e081e; border-radius: 5px; opacity: 0.6; transition: all 0.3s; }

.k-checkbox input[type="checkbox"]:checked + label::before,
.k-radio input[type="radio"]:checked + label::before { opacity: 1; }
.k-checkbox svg,
.k-radio svg { position: absolute; top: 50%; left: 4px; width: 18px; height: 18px; margin-top: -9px; pointer-events: none; }
.k-checkbox svg path,
.k-radio svg path {stroke: #6a5a96; stroke-width: 15px; fill: none; transition: stroke-dashoffset 0.2s ease-in 0s; }
.k-checkbox svg path + path { transition: stroke-dashoffset 0.2s ease-out 0.2s; }
.k-checkbox input[type="checkbox"]:checked ~ svg path,
.k-radio input[type="radio"]:checked ~ svg path { stroke-dashoffset: 0; }



.k-checkbox.type1 input[type="checkbox"],
.k-radio.type1 input[type="radio"],
.k-checkbox.type1 label::before,
.k-radio.type1 label::before { opacity: 0;}
.k-checkbox.type1 svg path,
.k-radio.type1 svg path { transition: none; }


.k-checkbox.type1 input[type="checkbox"]:checked + label::before,
.k-radio.type1 input[type="radio"]:checked + label::before { opacity: 0; }
.k-checkbox.type1 label,
.k-radio.type1 label {min-width: 20px; line-height: 1.4; padding: 13px 15px 10px 15px; border: 2px solid rgba(0, 0, 0, 0.3); border-radius: 20px; color:#9d9ba1; background-color: rgba(255, 255, 255, 0.3); transition: all 0.2s ease-in 0s; cursor: pointer; }
.k-checkbox.type1 input[type="checkbox"]:checked + label,
.k-radio.type1 input[type="radio"]:checked + label { border-color: #6a5a96; color:#220f55; background-color: rgba(255, 255, 255, 0.9); }
.k-checkbox.type1 input[type="checkbox"]:checked ~ svg,
.k-radio.type1 input[type="radio"]:checked ~ svg { visibility: hidden; }



.k-checkbox.type2 input[type="checkbox"],
.k-radio.type2 input[type="radio"],
.k-checkbox.type2 label::before,
.k-radio.type2 label::before { opacity: 0;}
.k-checkbox.type2 svg path,
.k-radio.type2 svg path { transition: none; }

.k-checkbox.type2 input[type="checkbox"]:checked + label::before,
.k-radio.type2 input[type="radio"]:checked + label::before { opacity: 0; }
.k-checkbox.type2 label,
.k-radio.type2 label {min-width: 20px; line-height: 1.4; padding: 16px 20px 16px 20px; border-radius: 50px; color:#fff; background-color: rgba(0,0,0,0.5); transition: all 0.3s ease-in-out; cursor: pointer; font-size: 16px; text-transform: capitalize;}
.k-checkbox.type2 input[type="checkbox"]:checked + label,
.k-radio.type2 input[type="radio"]:checked + label { color:#000; background-color: #fff; }
.k-checkbox.type2 input[type="checkbox"]:checked ~ svg,
.k-radio.type2 input[type="radio"]:checked ~ svg { visibility: hidden; }



.k-select-selection.align-end .k-select-content {left: auto; right: 0;}
.k-select-selection {display: inline-block; position: relative; text-align: left; color:#1f1f1f; /*font-family: HKGrotesque;*/ text-transform: capitalize;}
.k-select-selection > .k-select-label {z-index: 1; transform: translateY(50%); transition: all 0.2s ease-in-out; position: absolute; top: -35%; left: 10px; padding: 0 10px; background:#fff; color: #727486; font-weight: 300; font-size: 13px; cursor: text; pointer-events: none;}
/* .k-select-selection > input:focus~label,
.k-select-selection.k-select-active > input~label { top: -30%; left: 13px; padding: 0 10px; background:#fff; } */
.k-select-selection .k-select-button { position: relative; display: block; width: 100%; min-width: 120px; min-height: 48px; padding: 10px 40px 10px 14px; line-height: 1.65; font-size: 15px; border: 1px solid #dad9da; border-radius: 4px; text-align: left; color:#a3a3a8; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.k-select-selection.k-select-selected .k-select-button{color:#1f1f1f;}
.k-select-selection.k-select-active .k-select-button {color:#1f1f1f;}
.k-select-selection .k-select-button .toggle-icon {z-index: 1; background-color: #fff; width:30px; border-right: 10px solid #fff; color: #727486; /*position: static; vertical-align: -14px; margin-left: 8px;*/}
.k-select-selection .k-select-button .toggle-icon::before,
.k-select-selection .k-select-button .toggle-icon::after {display: block; content: ''; position: absolute; top: 9px; left: 7px; right: 7px; height: 1px; background-color: #000; border-radius: 4px; font-size: 0; transition: all 300ms;}
.k-select-selection .k-select-button .toggle-icon::before {transform: translateX(-31%) rotate(48deg);}
.k-select-selection .k-select-button .toggle-icon::after {transform: translateX(31%) rotate(-48deg);}

.k-select-selection.k-select-active .k-select-button .toggle-icon::before {background-color: #ea4c4c; transform: translateX(-31%) rotate(-48deg);}
.k-select-selection.k-select-active .k-select-button .toggle-icon::after {background-color: #ea4c4c; transform: translateX(31%) rotate(48deg);}
.k-select-selection > input { position: absolute; top:0; width: 100%; min-height: 48px; padding: 10px 14px 10px; line-height: 1.65; font-size: 15px;
    border: 1px solid #dad9da; border-radius: 4px;
    opacity: 0;
    transition: none;
    pointer-events: none;
}

.k-select-selection > button:focus {border-color:#dad9da;}
.k-select-content {display: none; overflow: hidden; position: absolute; top: 100%; width: 100%; min-width: 200px; left: 0; padding:8px 0; background: #fff; z-index: 71; border-radius: 5px; font-size: 14px; 
/* border: 1px solid #ccc; */
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 2px 6px 16px 0 rgba(0,0,0,0.1);
/* box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12); */
}
.k-select-selection .k-select-list {}
.k-select-selection .k-select-list > li > .k-select-list-item {display: block; width: 100%; padding:8px 11px; background: #fff; color:#000; text-align: left;     line-height: 1.5rem; cursor: pointer;}
.k-select-selection .k-select-list > li > .k-select-list-item:hover {background: #f6f6f6}
.k-select-selection .k-select-list > li > .k-select-list-item:focus {background: #f6f6f6}
.k-select-selection .k-select-list > li > .k-select-list-item.item-active {color:#ea4c4c; background: #faeeee;}


.k-select-selection .k-select-multi-chk > li {}
.k-select-selection .k-select-multi-chk > li > .k-checkbox,
.k-select-selection .k-select-multi-chk > li > .k-radio {display: block; margin:8px 0 8px 11px; background: #fff; color:#000; text-align: left;     line-height: 1.5rem; cursor: pointer;}
.k-select-selection .k-select-multi-chk > li > .k-checkbox svg, .k-select-selection .k-select-multi-chk > li > .k-radio svg {left: 5px; margin-top:-8px; width: 14px; height: 14px;}
.k-select-selection .k-select-multi-chk > li > .k-checkbox label, .k-select-selection .k-select-multi-chk > li > .k-radio label {width: 100%;}
.k-select-selection .k-select-multi-chk > li > .k-checkbox label::before, .k-select-selection .k-select-multi-chk > li > .k-radio label::before {width: 24px; height: 24px; border-width: 2px;}


.toggle-icon {display: inline-block; position: absolute; top:50%; right: 0; width: 22px; height: 22px; color: #000; font-weight: normal; transform: translateY(-50%); transition: all 300ms;}
.toggle-icon::before,
.toggle-icon::after {display: block; content: ''; position: absolute; top: 9px; left: 5px; right: 5px; height: 2px; background-color: #000; border-radius: 4px; font-size: 0; transition: all 300ms;}
.toggle-icon::before {transform: translateX(-31%) rotate(48deg);}
.toggle-icon::after {transform: translateX(31%) rotate(-48deg);}

/* -------------------------------------------------------------------
 * ## dialog
 * ------------------------------------------------------------------- */
/* .dialog-open .element {} */
.k-dialog {display:none; z-index:85; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%;}
.k-dialog.active {display:block;}
/* @media screen and (min-width: 1024px) {.k-dialog.active {display:none;}} */
.k-dialog > .backdrop {left:0; top:0; bottom:0; position:absolute; width:100%; height:100%; background-color:#000; opacity:0.6}
.k-dialog > .k-dialog-content-wrap {display:inline-flex; justify-content: center; z-index:5; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); min-width: 460px; max-width: 90%;}
.k-dialog .k-dialog-content {position:relative; width: 100%; min-height: 10%; padding: 50px 0; background-color: #fffaf3; border-radius: 50px; word-break: keep-all;}
.k-dialog.active > .backdrop {animation:k_modal_backdrop_fadein 0.3s ease-in-out;} /* Duration must be same as duration of javascript */
.k-dialog.active .k-dialog-content {animation:k_modal_slideUp 0.3s ease-in-out;}
/* inactive */
.k-dialog.active.inactive > .backdrop {animation:k_modal_backdrop_fadeout 0.4s ease-in-out;} /* second animation */
.k-dialog.active.inactive .k-dialog-content {animation:k_modal_slideDown 0.4s ease-in-out;}
@keyframes k_modal_slideUp {
    from {transform:translate(0%, 15%);opacity:0}
    to {transform:translate(0%, 0%);opacity:1}
}
@keyframes k_modal_slideDown {
    from {transform:translate(0%, 0%);opacity:1}
    to {transform:translate(0%, 15%);opacity:0}
}
/* backdrop Animation */
@keyframes k_modal_backdrop_fadein {
    from {opacity:0}
    to {opacity:0.6}
}
@keyframes k_modal_backdrop_fadeout {
    from {opacity:0.6}
    to {opacity:0}
}
.k-dialog .k-dialog-close {position:absolute; z-index:10; top:22px; right:22px; width:28px; height:40px;}
.k-dialog .k-dialog-close::before,
.k-dialog .k-dialog-close::after {display:inline-block; content:""; display:block; position:absolute; top:11px; left:0; height:2px; width: 100%; background-color:#111; font-size:0; line-height:0; transform: rotate(0); transition:all 0.5s 2s ease-out;}
.k-dialog .k-dialog-close::after {top:17px;}
.k-dialog.active .k-dialog-close::before {top:19px; transform: rotate(45deg);}
.k-dialog.active .k-dialog-close::after {top:19px; transform: rotate(-45deg);}
/* #### t-dialog-body */
.k-dialog-body {display: flex; align-items: center; position:relative; top:0; left:0; right:0; bottom:0; min-height: 100px; max-height: 380px; padding: 0 70px 0 50px; background-color:transparent; overflow-x:hidden; overflow-y:auto; will-change:scroll-position; -webkit-overflow-scrolling:auto;}
.k-dialog-cont {}
.k-dialog-content.type-ico .k-dialog-cont {padding-left: 130px;}
.k-dialog-content.type-ico.ico-rocket::before {position: absolute; top:20px; left:60px; display: block; content:''; width: 94px; height: 100px; background: url(../../images/common/dialog_icon_1.png) no-repeat 0 0 / contain;}
.k-dialog-content .k-dialog-icon {position: absolute; top:0; left:60px; display: block; width: 94px; height: 100px;}
.k-dialog-content .k-dialog-icon .ico-exclamation-ani {}
.k-dialog-title {}
.k-dialog-title h1 {font-size: calc(1.8 * 1rem); font-weight: bold;}
.k-dialog-text {margin-top: 10px;}
.k-dialog.active.inactive .k-dialog-title h1,
.k-dialog.active.inactive .k-dialog-text {color: #d0804d; transition: all 0.3s;}

.k-dialog-confirm .k-dialog-body {flex-direction: column; min-height: auto; padding: 0 70px;}
.k-dialog-confirm .k-dialog-content.type-ico .k-dialog-cont {padding-left: 0; padding-top: 30px; text-align: center;}
.k-dialog-confirm .k-dialog-content.type-ico.ico-rocket::before {top:-40px; left:50%; transform: translateX(-50%);}
.k-dialog-btn {display: flex; align-items: center; padding: 20px 30px 0; margin-bottom: -20px;}
.k-dialog-btn .k-btn {flex: 1;}
.k-dialog-btn .k-btn ~ .k-btn {margin-left: 15px;}
.k-dialog-btn .k-btn-round-edge {border-radius: 17px;}
.k-dialog-btn .k-btn-lightgray {background-image: linear-gradient(341deg,#d5c9ff,#eeecff 45%,#f3f3f4 76%,#f3f3f4); background-color: #f3f3f4; border-color: #f3f3f4;}
.k-dialog-btn .k-btn-lightgray:hover,
.k-dialog-btn .k-btn-lightgray:focus {background: linear-gradient(341deg,#d5c9ff,#d5c9ff 45%,#d5c9ff 76%,#d5c9ff); background-color: #f3f3f4; border-color: #f3f3f4;}



@media screen and (max-width: 767px) {
    .k-dialog > .k-dialog-content-wrap {min-width: 80%;}
    .k-dialog-body {padding: 0 40px 0 20px;}
    .k-dialog-confirm .k-dialog-body {padding: 0 40px;}
    .k-dialog-content.type-ico .k-dialog-cont {padding-left: 70px;}
    .k-dialog-content.type-ico.ico-rocket::before {top:30px; left:30px; width: 54px;}
    .k-dialog-content .k-dialog-icon {left:20px; width: 54px;}
    .k-dialog-title h2 {font-size: calc((1.8 - 1) * 1.5vw + 1rem); }
}


/* x scroll */
.scroll-x-wrap {display: block; overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scroll-snap-type: x mandatory;}
.scroll-x-wrap::-webkit-scrollbar {display: none; background: none;}
.scroll-x-wrap::-webkit-scrollbar-thumb {background: #f8f7fb; opacity: 0.4;}
.scroll-x-wrap::-webkit-scrollbar-track {background: none;}
.scroll-x-wrap .scroll-x-cont {display: flex; flex-wrap: nowrap; white-space: nowrap;}


.collection-input-box-wrap {position: relative; display:flex; align-items: center; margin-top: 20px; }
.collection-input-box {position: relative; height: 56px; width: 100%;  max-width: 560px; padding: 0 15px 0 86px; margin: auto; border: none; border-radius: 22px; background-color: #fff; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.collection-input-box input[type=text] { position: relative; outline: none; border: none; height: 100%; width: 100%; border-radius: 6px; font-size: 16px; font-weight: 400; color: #333; background-color: #fff; }
.collection-input-box form, .collection-input-box fieldset {height: 100%;}
/* .collection-input-box button[type=submit].search-btn {display: none;} */
.collection-input-box .search-btn { position: absolute; height: 100%; top: 0; left: 0; width: 76px; border-radius: 22px; display: flex; justify-content: center; background-color: #fff;}
.collection-input-box .w-icon-search-black:before {width: 20px; height: 20px; margin-left: 0;}
.collection-input-box .search-ico {position: absolute; top: 50%; font-size: 16px; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); color: #000;  transform: translateY(-50%);}
.collection-input-box.active button[type=button].search-btn {display: none;}
.collection-input-box.active button[type=submit].search-btn {display: block;}
.collection-input-box.active .search-ico { transform: translateY(-50%) rotate(0); }

.collection-input-box-wrap .close-btn {position: absolute; right: 0; margin-left: 10px; font-size: 16px; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); color: #000; border-radius: 6px; background: #fff; border-color: #fff; padding: 5px 14px; opacity: 0; pointer-events: none; height: 46px; max-width: 46px; font-size: 26px; line-height: 24px; }
/* .collection-input-box.open ~ .close-btn{opacity: 1; pointer-events: auto; transform: rotate(180deg);} */



.k-collection-input-box-wrap {position: relative; display:flex; align-items: center; margin-top: 0; }
.k-collection-input-box {position: relative; height: 56px; width: 100%;  max-width: 560px; padding: 0 15px 0 86px; margin: auto; border: none; border-radius: 6px; background-color: #fff; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.k-collection-input-box input[type=text] { position: relative; outline: none; border: none; height: 100%; width: 100%; border-radius: 6px; font-size: 16px; font-weight: 400; color: #333; background-color: #fff; }
.k-collection-input-box form, .k-collection-input-box fieldset {height: 100%;}
/* .k-collection-input-box button[type=submit].search-btn {display: none;} */
.k-collection-input-box .search-btn { position: absolute; height: 100%; top: 0; left: 0; width: 76px; border-radius: 6px; display: flex; justify-content: center; background-color: #fff;}
.k-collection-input-box .w-icon-search-black:before {width: 20px; height: 20px; margin-left: 0;}
.k-collection-input-box .search-ico {position: absolute; top: 50%; font-size: 16px; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); color: #000;  transform: translateY(-50%);}
.k-collection-input-box.active button[type=button].search-btn {display: none;}
.k-collection-input-box.active button[type=submit].search-btn {display: block;}
.k-collection-input-box.active .search-ico { transform: translateY(-50%) rotate(0); }

.k-collection-input-box-wrap .close-btn {position: absolute; right: 0; margin-left: 10px; font-size: 16px; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); color: #000; border-radius: 6px; background: #fff; border-color: #fff; padding: 5px 14px; opacity: 0; pointer-events: none; height: 46px; max-width: 46px; font-size: 26px; line-height: 24px; }
/* .k-collection-input-box.open ~ .close-btn{opacity: 1; pointer-events: auto; transform: rotate(180deg);} */

.k-collection-nav-wrapper { display: inline-block; position: relative; z-index: 10; padding: 20px 0 30px;}
.k-collection-nav { display: flex;  }
.k-collection-nav .button { margin-right: 5px; margin-left: 5px; padding: 16px 22px; /*border-style: solid; border-width: 1px;*/ border-radius: 50px; transition: color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), transform 300ms cubic-bezier(.25, .46, .45, .94); background-color: rgba(0,0,0,0.5); color: #fff; font-size: 16px; line-height: 1.2em; font-weight: 500; text-align: center; letter-spacing: 0.06em; text-transform: capitalize; white-space: nowrap;}
.k-collection-nav .button:hover { background-color: #fff; color: #000; -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03);  }
.k-collection-nav .button.current { background-color: #ea4c4c; color: #fff; font-weight: bold; }
.k-collection-nav .button.current:hover { background-color: #fff; color: #000; }

@media screen and (max-width: 767px) {
    .swiper-container-initialized .k-collection-nav { flex-wrap: wrap; justify-content: center;}
    .k-collection-nav > div {margin: 3px 0;}
    .k-collection-nav .button {padding: 11px 17px; font-size: 14px;}
}




/* autocomplete */
.collection-input-box .autocomp-box {position: absolute; left: 0; right: 0; margin-top: 3px; padding: 0; opacity: 0; pointer-events: none; max-height: 420px; overflow-y: auto; background-color: #fff; border-radius: 6px; box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);}
.collection-input-box.active .autocomp-box { padding: 10px 8px; opacity: 1; pointer-events: auto;}
.autocomp-box li { list-style: none; padding: 8px 12px; /* display: none; */ display: flex; width: 100%; cursor: default; border-radius: 3px;}
.collection-input-box.active .autocomp-box li { /* display: block; */}
.autocomp-box li:hover { background: #efefef;}
.autocomp-box li > .delete-btn {margin-left: auto;}
.autocomp-box li > .fa-history {margin-top: 7px;}
.autocomp-box li > a {margin-top: 4px;}

.nodata {display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 300px;}
.nodata .txt {text-align: center; font-size: 14px; line-height: 1.5;}
.nodata .nodata-icon { width: 180px; height: 180px;}

.collection-list .nodata {grid-column: 2 / span 2; grid-row: first-line / 1;}

@media screen and (max-width: 1365px) {
    .collection-list .nodata {grid-column: 1 / span 3;}
}
@media screen and (max-width: 1023px) {
    .collection-list .nodata {grid-column: 1 / span 2;}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 599px) {
    .collection-list .nodata {grid-column:auto;}
}




/* -------------------------------------------------------------------
* ## Loading Animation Facebook Style
* ------------------------------------------------------------------- */
@-webkit-keyframes image-lazy-ani {
    0% {background-position: -468px 0}
    100% {background-position: 468px 0}
}
@keyframes image-lazy-ani{
    0% {background-position: -468px 0}
    100% {background-position: 468px 0}
}
.image-lazy-ani {
	-webkit-border-radius:5px; border-radius:5px; 
	-webkit-animation:image-lazy-ani 1s linear infinite forwards !important;
	animation:image-lazy-ani 1s linear infinite forwards !important;
	background-color: #F6F6F6;
	background-image:-moz-linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%) !important;
	background-image:-webkit-linear-gradient(right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%) !important;
	background-image:linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%) !important;
	background-size: 800px 104px !important;
	background-position: -468px 0;
	background-repeat:repeat !important;
}



.div-sticky-wrap {}
.div-sticky {-webkit-transition:all 0.2s; transition:all 0.2s;}
.div-sticky.fixed {z-index: 10; position:fixed;}



/* contents */
.active-sidebar .nf-content {}
.nf-content {max-width: 1400px; min-width: 1400px; padding: var(--header-height) var(--content-side-padding) 40px; margin: auto; transition: margin-left 0.3s;}
.nf-container {padding-top: 42px;}

/* single page contents */
.single .nf-content {padding: 0 var(--content-side-padding) 0;}

.section-search {padding:36px 39px 39px; border: 1px solid #9DD1BA; border-radius: 12px; background-color: #fff;}
.section-search-text {padding:10px 8px 0 0; color: #717881;}

.text-guide {color: #717881;}
.text-guide > li {padding: 0 0 0 20px; background: no-repeat 0 0 / 20px 20px; font-size: 14px; line-height: 20px; background-image: url("data:image/svg+xml,%3Csvg fill='%23717881' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.2 8.2-.5-.9-3.1 1.8V5.5h-1v3.6L6.4 7.3l-.5.9L9.1 10l-3.2 1.8.5.9 3.2-1.8v3.6h1v-3.6l3.1 1.8.5-.9-3.1-1.8z'/%3E%3C/svg%3E");}
.text-guide > li.ico-color-red {background-image: url("data:image/svg+xml,%3Csvg fill='%23FF6868' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.2 8.2-.5-.9-3.1 1.8V5.5h-1v3.6L6.4 7.3l-.5.9L9.1 10l-3.2 1.8.5.9 3.2-1.8v3.6h1v-3.6l3.1 1.8.5-.9-3.1-1.8z'/%3E%3C/svg%3E");}
.text-guide > li ~ li {margin-top: 5px;}

.text-guide-alert {margin-top: 8px; color: #717881; font-size: 14px; line-height: 20px;}
.text-guide-alert > li {position: relative; padding: 0 0 0 24px;}
.text-guide-alert > li > .ico-mark {position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url('../images/sub/icon_caption_gray.svg') no-repeat 0 0;color:#757575; font-weight: 400; font-size: 14px; font-weight: 400;}

.text-helper {color: #717881; font-size: 14px; line-height: 20px;}
.text-helper > li {position: relative; padding: 0 0 0 20px;}
.text-helper > li > .ico-mark {position: absolute; left: 7px; top: 0;}



.nf-container .section:first-child {margin-top: 0;}
.k-content.main-cnt .section:first-child {margin-top: 0;}
.section {margin-top: 20px;}
.section-box {position: relative; padding:36px 39px 39px; border: 1px solid #DEDEDE; border-radius: 12px; background-color: #fff;}
.section-box.section-box-h-252 {min-height: 252px !important;}

.section-text {padding:10px 8px 0 0; color: #717881;}

.heading {min-height: 26px; margin-bottom: 10px; font-size: 20px; font-weight: 600;}
.subheading {width: 100%; display: flex; align-items: center; min-height: 26px; margin-bottom: 10px; font-size: 20px; font-weight: 600;}
.subheading ~ .subheading {margin-top: 30px;}
.subheading.line-bottom {padding-bottom: 11px; margin-bottom: 18px; border-bottom: 1px solid #D9D9D9;}
.subheading > .text {margin-left: 20px; font-size: 14px; color: #757575; font-weight: normal;}

/* .subheading-sub-wrap {display:flex; align-items: center; border-bottom: 1px solid #EAEEEF;}
.subheading-sub {min-height: 24px;margin-bottom: 10px; font-size: 18px; font-weight: 600;} */

.tb-list-top {min-height: 26px;}
.tb-list-top span {}
.tb-list-top {}

.actionbar-wrap {display:flex; align-items: center; margin-bottom: 22px;}
.actionbar-wrap .heading {margin-bottom: 0;}
.actionbar-wrap .actionbar {margin-left: auto; display:flex; align-items: center; justify-content:end;}
.actionbar-wrap .actionbar > .nf-btn:not(:first-child) {margin-left: 4px;}
.actionbar-wrap .tb-list-top {min-height: 0;}



/* WIDTH */
.w-full {width: 100% !important;}
.w-60 {width: 60px !important;}
.w-70 {width: 70px !important;}
.w-80 {width: 80px !important;}
.w-88 {width: 88px !important;}
.w-96 {width: 96px !important;}
.w-100 {width: 100px !important;}
.w-105 {width: 105px !important;}
.w-110 {width: 110px !important;}
.w-120 {width: 120px !important;}
.w-130 {width: 130px !important;}
.w-140 {width: 140px !important;}
.w-148 {width: 148px !important;}
.w-150 {width: 150px !important;}
.w-160 {width: 160px !important;}
.w-180 {width: 180px !important;}
.w-190 {width: 190px !important;}
.w-184 {width: 184px !important;}
.w-200 {width: 200px !important;}
.w-220 {width: 220px !important;}
.w-250 {width: 250px !important;}
.w-260 {width: 260px !important;}
.w-278 {width: 278px !important;}
.w-300 {width: 300px !important;}
.w-320 {width: 320px !important;}
.w-350 {width: 350px !important;}
.w-355 {width: 355px !important;}

/* MINIMUM WIDTH */
.w-m-108 {min-width: 108px !important;}


/* HEIGHT */
.h-66 {height: 66px !important;}
.h-80 {height: 80px !important;}
.h-100 {height: 100px !important;}
.h-107 {height: 107px !important;}
.h-130 {height: 130px !important;}
.h-153 {height: 153px !important;}


/* FLEX WIDTH */
.flex-w-full {flex: 1 !important;}
.flex-w-auto {flex: 0 0 auto !important;}
.flex-w-50 {flex: 0 0 50px !important;}
.flex-w-60 {flex: 0 0 60px !important;}
.flex-w-70 {flex: 0 0 70px !important;}
.flex-w-80 {flex: 0 0 80px !important;}
.flex-w-96 {flex: 0 0 96px !important;}
.flex-w-100 {flex: 0 0 100px !important;}
.flex-w-105 {flex: 0 0 105px !important;}
.flex-w-110 {flex: 0 0 110px !important;}
.flex-w-115 {flex: 0 0 115px !important;}
.flex-w-120 {flex: 0 0 120px !important;}
.flex-w-130 {flex: 0 0 130px !important;}
.flex-w-140 {flex: 0 0 140px !important;}
.flex-w-150 {flex: 0 0 150px !important;}
.flex-w-160 {flex: 0 0 160px !important;}
.flex-w-180 {flex: 0 0 180px !important;}
.flex-w-200 {flex: 0 0 200px !important;}
.flex-w-220 {flex: 0 0 220px !important;}
.flex-w-250 {flex: 0 0 250px !important;}
.flex-w-260 {flex: 0 0 260px !important;}
.flex-w-280 {flex: 0 0 280px !important;}
.flex-w-283 {flex: 0 0 283px !important;}
.flex-w-285 {flex: 0 0 285px !important;}
.flex-w-300 {flex: 0 0 300px !important;}
.flex-w-320 {flex: 0 0 320px !important;}
.flex-w-340 {flex: 0 0 340px !important;}
.flex-w-350 {flex: 0 0 350px !important;}
.flex-w-370 {flex: 0 0 370px !important;}

/* grid layout */
.gird-box-6 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-row-gap: 17px;}
.gird-box-6.type1 {-ms-grid-columns: 1fr 1fr 260px 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 260px 1fr 1fr 1fr;}
.gird-box-6.type2 {-ms-grid-columns: 1fr 260px 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 260px 1fr 1fr 1fr 1fr;}
.gird-box-5 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-row-gap: 17px;}
.gird-box-5.type1 {-ms-grid-columns: 285px 1fr 1fr 1fr 1fr; grid-template-columns: 285px 1fr 1fr 1fr 1fr;}
.gird-box-4 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; grid-row-gap: 17px;}
.gird-box-4.type1 {-ms-grid-columns: 360px 1fr 360px 1fr; grid-template-columns: 360px 1fr 360px 1fr;}
.gird-box-4.type2 {-ms-grid-columns: 1fr 360px 1fr 1fr; grid-template-columns: 1fr 360px 1fr 1fr;}
.gird-box-4.type3 {-ms-grid-columns: 320px 320px 1fr 1fr; grid-template-columns: 320px 320px 1fr 1fr;}
.gird-box-4.type4 {-ms-grid-columns: 1fr 200px 360px 200px; grid-template-columns: 1fr 200px 360px 200px;}
.gird-box-4.type5 {-ms-grid-columns: 360px 1fr 1fr 1fr; grid-template-columns: 360px 1fr 1fr 1fr;}
.gird-box-4.type6 {-ms-grid-columns: 340px 226px 1fr 1fr; grid-template-columns: 340px 226px 1fr 1fr;}
.gird-box-3 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; grid-row-gap: 17px;}
.gird-box-3.type1 {-ms-grid-columns: 1fr 295px 1fr; grid-template-columns: 1fr 295px 1fr;}
.gird-box-3.type2 {-ms-grid-columns: 500px 1fr 1fr; grid-template-columns: 500px 1fr 1fr;}
.gird-box-3.type3 {-ms-grid-columns: 410px 410px 1fr; grid-template-columns: 410px 410px 1fr;}
.gird-box-3.type4 {-ms-grid-columns: 300px 1fr 1fr; grid-template-columns: 300px 1fr 1fr;}
.gird-box-3.type5 {-ms-grid-columns: 320px 340px 1fr; grid-template-columns: 320px 340px 1fr;}
.gird-box-3.type6 {-ms-grid-columns: 176px 1fr 176px; grid-template-columns: 176px 1fr 176px;}
.gird-box-2 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-row-gap: 17px;}
.gird-box-2.type1 {-ms-grid-columns: 620px 1fr; grid-template-columns: 620px 1fr;}
.gird-box-1 {display: -ms-grid; display: grid; grid-column-gap: 36px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-row-gap: 17px;}
.gird-box-1 > .gird-item  {grid-column-start: 1;}
[class^="gird-box-"] + [class^="gird-box-"] {margin-top: 17px;}
[class^="gird-box-"].bd-bottom {padding-bottom:30px; border-bottom:1px #D9D9D9 solid; margin-bottom:30px;}
[class^="gird-box-"]:last-child.bd-bottom {padding-bottom:0; border-bottom:none; margin-bottom:0;}

.gird-item {position: relative; color: #1f1f1f;}
.colspan2 {grid-column: span 2;}
.colspan3 {grid-column: span 3;}
.colspan4 {grid-column: span 4;}
.colspan5 {grid-column: span 5;}
.gird-box-title {font-size: 20px; font-weight: 700; padding:10px 0 10px 0; margin:20px 0 10px 0; border-bottom:1px #EAEEEF solid}


/* form layout */
.text-field-label {min-height: 31px; padding: 5px 0; color: #2B2A29; font-size: 16px; font-weight: 700;}
.form-input {display: block; width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #D3D3D3; border-radius: 6px; background-color: #fff; font-size: 16px; color: #2B2A29; line-height: 20px;}
.form-input::-webkit-input-placeholder {font-size: 16px;}
.form-input-text {border-color: #D3D3D3; background-color: #FAFAFA;}
.form-input.form-input-sm {min-height: 32px; padding: 5px 12px;}

.text-field-row {display: flex;}
.text-field-row.w-auto {flex-wrap: wrap;}
.text-field-row.w-auto > .text-field {flex:0 0 auto;}
.text-field-row > .text-field-label {padding: 11px 11px 5px; color: #2B2A29; font-size: 16px; font-weight: 700;}
.text-field-row > .text-field {flex: 1; margin-right: 40px;}
.text-field-row > .text-field:last-child {margin-right: 0;}
.text-field.text-field-inline {display: flex; align-items: center;}
.text-field.text-field-inline .text-field-label {margin-right: 20px;}

.text-table-row {display: table;}
.text-table-row .text-table-cell {display: table-cell;}
.text-table-row .text-table-cell ~ .text-table-cell {padding-left: 40px;}


.text-field-input {display: flex; align-items: center;}
.text-field-input > :first-child {flex: 1 1 auto;}
.text-field-input > .field:not(:first-child),
.text-field-input > .nf-btn:not(:first-child) {margin-left: 12px;}
.text-field-input > .field {}
/* .text-field-input > .field:not(:first-child) {flex: 1;} */
.text-field-input .gutter {padding: 0 5px; font-size: 14px;}
.text-field-input :first-child ~ .form-input {margin-left: 6px;}
.text-field-input > .space {margin-left: 6px;}

.putin-trailing-icon {position: relative;}
.putin-trailing-icon > .nf-btn-icon {position: absolute; right: 0; top: 0; border-color: transparent; background-color: transparent;}
.putin-trailing-icon > .form-input {padding-right: 42px;}

/* .section-search .putin-trailing-text {position: relative;}
.section-search .putin-trailing-text > .trailing-text {display: block; position: absolute; right: 0; top: 0; min-height: 42px; padding: 11px 14px 11px 0; font-size: 14px; color: #000; line-height: 20px;}
.section-search .putin-trailing-text > .form-input {padding-right: 34px; text-align: right;} */

.putin-trailing-text {position: relative;}
.putin-trailing-text > .trailing-text {display: block; position: absolute; right: 0; top: 0; min-height: 42px; padding: 11px 14px 11px 0; font-size: 16px; color: #000; line-height: 20px;}
.putin-trailing-text > .form-input {padding-right: 34px; text-align: right;}

.putin-trailing-text.putin-limit-time > .trailing-text {color: #FF6868;}
.putin-trailing-text.putin-limit-time > .form-input {padding-right: 60px; text-align: left;}

.form-input-date {padding-right: 42px; background-repeat: no-repeat; background-position: center right 10px; background-size: 20px 20px;  background-image: url("data:image/svg+xml,%3Csvg fill='%230e081e' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.51 2.25h-.67v-.67a.67.67 0 0 0-1.34 0v.67H4.85v-.67a.67.67 0 0 0-1.34 0v.67h-.66c-1.1 0-2 .9-2 2v9.33c0 1.1.9 2 2 2h10.67c1.1 0 2-.9 2-2V4.25c-.01-1.11-.9-2-2.01-2zm1 11.33c0 .55-.45 1-1 1H2.85c-.55 0-1-.45-1-1V6.25h12.67v7.33z'/%3E%3Cpath d='M7.95 12.41c-.13 0-.26-.05-.36-.15l-2.1-2.17a.492.492 0 0 1 .01-.7c.2-.19.52-.19.71.01l1.69 1.74 1.89-2.53c.17-.22.48-.27.7-.1.22.17.27.48.1.7l-2.24 3c-.09.12-.22.19-.37.2h-.03z'/%3E%3C/svg%3E");}
.form-input-date.icon-color-readonly,
.form-input-text.form-input-date,
div.form-input-date {background-image: url("data:image/svg+xml,%3Csvg fill='%23999999' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.51 2.25h-.67v-.67a.67.67 0 0 0-1.34 0v.67H4.85v-.67a.67.67 0 0 0-1.34 0v.67h-.66c-1.1 0-2 .9-2 2v9.33c0 1.1.9 2 2 2h10.67c1.1 0 2-.9 2-2V4.25c-.01-1.11-.9-2-2.01-2zm1 11.33c0 .55-.45 1-1 1H2.85c-.55 0-1-.45-1-1V6.25h12.67v7.33z'/%3E%3Cpath d='M7.95 12.41c-.13 0-.26-.05-.36-.15l-2.1-2.17a.492.492 0 0 1 .01-.7c.2-.19.52-.19.71.01l1.69 1.74 1.89-2.53c.17-.22.48-.27.7-.1.22.17.27.48.1.7l-2.24 3c-.09.12-.22.19-.37.2h-.03z'/%3E%3C/svg%3E");}

.mode-info .text-field-label {padding: 5px 0 8px; color: #2B2A29; font-size: 14px; font-weight: 600;}

textarea.form-input, 
textarea.form-textarea {resize: none; height: auto;}
/* 항목 상세 정보 */
.form-textbox {overflow: hidden; overflow-y: auto; padding: 20px 20px; min-height: 42px; max-height: 170px; border-radius: 6px; background-color: #F7FDFA; font-size: 16px; color: #505050; line-height: 20px;}
.form-textbox::-webkit-scrollbar{-webkit-appearance:none; width: 8px; height: 8px;}
.form-textbox::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(232, 232, 232, 0.5);-webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.5)}

.text-field.error {}
.text-field-helper {margin-bottom: -17px; padding: 6px 0 5px; font-size: 14px; color: #757575; line-height: 1.2;}
.text-field-helper.text-field-helper-w-200p {width: 200%;}
.text-field-helper.text-field-helper-w-300p {width: 300%;}
.text-field-error {padding: 6px 0 5px; font-size: 14px; color: #FF6868; line-height: 1.2;}
.form-input-error {border-color: #FF6868 !important;}

/* input */
input[type=text].form-input:read-only,
input[type=text].form-input.readonly,
input[type=password].form-input:read-only,
input[type=password].form-input.readonly,
input[type=tel].form-input:read-only,
input[type=tel].form-input.readonly,
input[type=email].form-input:read-only,
input[type=email].form-input.readonly,
input[type=number].form-input:read-only,
input[type=number].form-input.readonly,
textarea.form-input:read-only,
textarea.form-input.readonly {cursor: default; background-color: #FAFAFA;}
/* input[type=text].form-input-date.form-input:read-only,
input[type=text].form-input-date.form-input.readonly {background-color: #fff;} */


input[type=text].form-input:disabled,
input[type=text].form-input.disabled,
input[type=password].form-input:disabled,
input[type=password].form-input.disabled,
input[type=tel].form-input:disabled,
input[type=tel].form-input.disabled,
input[type=email].form-input:disabled,
input[type=email].form-input.disabled,
input[type=number].form-input:disabled,
input[type=number].form-input.disabled,
textarea.form-input:disabled,
textarea.form-input.disabled {background-color: #FAFAFA; color: #B6B6B6;}

input[type=text].form-input,
input[type=password].form-input,
input[type=tel].form-input,
input[type=email].form-input,
input[type=number].form-input,
textarea.form-input {transition:border-color 0.1s ease-in;}
input[type=text].form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus,
input[type=password].form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus,
input[type=tel].form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus,
input[type=email].form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus,
input[type=number].form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus,
textarea.form-input:not(:disabled):not(.disabled):not(.readonly):not(:read-only):focus {border-color: #68CA90;}

.input-bg-white {background-color: #fff !important;}
/* .readonly-bg-gray {background-color: #FAFAFA !important;} */
/* input[type=text].form-input.readonly-bg-white:read-only,
input[type=text].form-input.readonly-bg-white.readonly {background-color: #fff;} */
.require {background-color: #ffffd1  !important; border-color: #cbc8c2 !important;}
/* .require {background-color: #fffbf3 !important;} */
.require:focus {border-color: #68CA90 !important;}

/* .text-info-row {} */
.text-helper-indent {display:flex;}
/* .text-helper-indent > :nth-child(1) {} */
.text-helper-indent > :nth-child(2) {flex:1; margin-left: 5px;}


/* buttons layout */
.button-group {padding:30px 0 0; text-align: center;}
.button-group .nf-btn ~ .nf-btn {margin-left: 5px;}
.section-search .button-group .nf-btn {min-width: 108px;}

.floating-topbar {position: fixed; z-index: 75; top: var(--header-height); right: 0; padding-right: 40px; animation:floating-topbar-ani 0.3s ease-in-out;}
@keyframes floating-topbar-ani {
	from {transform:translateY(-100%);}
	to {transform:translateY(0%);}
}
.floating-topbar .btn-electronicform {min-width: 88px; padding: 9px 14px 9px; font-size: 16px; font-weight: 600; border-radius: 0 0 6px 6px; border-color: #0ca69e; background-color: #0ca69e;}
.floating-topbar .btn-electronicform:hover {border-color: #38999c; background-color: #38999c;}



/* state */
.error-page {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; min-height: 100vh; padding-top: 0; padding-bottom: 0;}
.errordata {display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 259px;}
.errordata .errordata-icon {width: 200px; height: 200px; margin-bottom: 20px; background: url(../images/common/icon/icon_error_peaple.svg) no-repeat 0 0 / contain;}
.errordata .text {text-align: center; font-size: 18px; color: #505050;}
.errordata .text .title {text-align: center; font-size: 24px; font-weight: 600; color: #2B2A29;}
.errordata .text .title ~ p {margin-top: 6px;}


.error-404-box {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; padding:36px 39px 39px; border: 1px solid #DEDEDE; border-radius: 12px; background-color: #fff;}
.nf-container .error-404-box {min-height: calc(100vh - var(--header-height) - 42px - 40px);} /* min-height : nf-container padding, nf-content padding, tabs height */
.error-404 {display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 259px;}
.error-404 .error-404-icon {width: 140px; height: 140px; margin-bottom: 20px; background: url(../images/common/icon/icon_404.svg) no-repeat 0 0 / contain;}
.error-404 .text {text-align: center; font-size: 18px; color: #505050;}
.error-404 .text .title {text-align: center; font-size: 24px; font-weight: 600; color: #2B2A29;}
.error-404 .text .title ~ p {margin-top: 6px;}

.statedata {display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 32px 0; }
.modals-cont .statedata {margin-bottom: 10px;}
.statedata .statedata-icon {width: 60px; height: 60px; margin-bottom: 20px;}
.statedata .statedata-icon.ico-checked {background: url(../images/common/icon/icon_state_checked.svg) no-repeat 0 0 / contain;}
.statedata .statedata-icon.ico-exclamation-alert {background: url(../images/common/icon/icon_state_exclamation_alert.svg) no-repeat 0 0 / contain;}
.statedata .statedata-icon.ico-exclamation {background: url(../images/common/icon/icon_state_exclamation.svg) no-repeat 0 0 / contain;}
.statedata .text {text-align: center; font-size: 16px; color: #505050;}
.statedata .text .title {text-align: center; font-size: 22px; font-weight: 600; color: #2B2A29;}
.statedata .text .title ~ p {margin-top: 6px;}

/* 전자서식
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.iframe-box {width: 100%; height: 550px;}
.iframe {width: 100%; height: 100%; border: 1px solid #ccc;}

.electroform {z-index: 87; position:fixed; top: 0; bottom: 0; width: 67%; right: -67%; background-color:#fff; transition: all 0.3s;}
.electroform.active {z-index: 97; right: 0px; box-shadow:-4px 4px 8px 0 rgba(0,0,0,0.15);}
.electroform > .backdrop {left:0; top:0; bottom:0; position:absolute; width:100%; height:100%;}
.electroform.active > .backdrop {position:fixed;}

.electroform .btn-electroform {position: absolute; left: -60px; top: calc(var(--header-height) + 42px); width: 60px; padding: 12px 5px 32px; border-radius: 12px 0 0 12px; background-color: #0ca69e; line-height: 1.2;}
.electroform .btn-electroform .ico-arrow-left {opacity: 1; transition: all 0.4s; position:absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 10px; height: 14px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 14' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.6' d='M6 1.6665L1 6.99984L6 12.3332'/%3E%3C/svg%3E")  no-repeat center center / contain;}
.electroform .btn-electroform .ico-arrow-right {opacity: 0; transition: all 0.4s; position:absolute; bottom: 10px; left: 20%; transform: translateX(-50%); width: 10px; height: 14px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 14' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.6' d='M1 1.6665L6 6.99984L1 12.3332'/%3E%3C/svg%3E")  no-repeat center center / contain;}
.electroform .btn-electroform.active .ico-arrow-left {opacity: 0; left: 80%;}
.electroform .btn-electroform.active .ico-arrow-right {opacity: 1; left: 50%;}
.electroform .btn-electroform:hover {border-color: #0ca69e; background-color: #0ca69e;}

.electroform-body {position: relative; z-index: 1; top:0; bottom:0; height: 100%; background-color: #fff; overflow-x:hidden; overflow-y:auto; will-change:scroll-position; -webkit-overflow-scrolling:auto;}
.electroform-header {display: flex; align-items: center; position:relative; height: 79px; margin: 0 var(--modals-side-padding); padding: 0; border-bottom: 1px solid #D9D9D9;}
.electroform-header h2 {font-size: 22px; font-weight: 600;}
.electroform-header h2 em {color: #50B587;}
.electroform-top {padding: 30px var(--modals-side-padding) 28px;}
.electroform-top-list-box {width: 100%; height: 140px; overflow-x: auto;}
.electroform-top-list-box::-webkit-scrollbar{-webkit-appearance:none; width: 8px; height: 8px;}
.electroform-top-list-box::-webkit-scrollbar-thumb{border-radius:5px;background-color:rgba(232, 232, 232, 0.5);-webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.5)}
.electroform-cont {padding: 0 var(--modals-side-padding) 0;}
.electroform-cont .iframe-box {height: 500px;}


/* Datepicker for Bootstrap v1.10.0
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */


/* PAGINATION
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {display: flex; align-items: center; justify-content: center; margin-top: 30px; color:#242526; font-family: Roboto;}
.pagination a,
.pagination button {width: 40px; height: 36px; padding: 9px 5px; border-style: solid; border-width: 1px; border-color: transparent; line-height: 1; text-decoration: none; cursor: pointer; border-radius: 6px; letter-spacing:normal; transition:all 0.1s ease-in; text-align: center; border: 1px solid #e5e5e5;}
.pagination > a:hover, .pagination > button:hover {border-color: #cacbcc; background-color: #e7e8e9; color: #2B2A29;}
.pagination a + a,
.pagination button + button {margin-left: 9px;}
.pagination .btn-page-start,
.pagination .btn-page-start.disabled:hover {background: no-repeat center center / 24px 24px; background-image: url("data:image/svg+xml,%3Csvg fill='%236F6F6F' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8167,17.75l-6-6l6-6l1.41,1.41l-4.58,4.59l4.58,4.59L17.8167,17.75z'/%3E%3Cpath d='M10.7733,17.75l-6-6l6-6l1.41,1.41l-4.58,4.59l4.58,4.59L10.7733,17.75z'/%3E%3C/svg%3E");}
.pagination .btn-page-prev,
.pagination .btn-page-prev.disabled:hover {background: no-repeat center center / 24px 24px; background-image: url("data:image/svg+xml,%3Csvg fill='%236F6F6F' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.41 16.09-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E");}
.pagination .btn-page-next,
.pagination .btn-page-next.disabled:hover {background: no-repeat center center / 24px 24px; background-image: url("data:image/svg+xml,%3Csvg fill='%236F6F6F' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.59 16.34 4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");}
.pagination .btn-page-end,
.pagination .btn-page-end.disabled:hover {background: no-repeat center center / 24px 24px; background-image: url("data:image/svg+xml,%3Csvg fill='%236F6F6F' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8,16.3l4.6-4.6L4.8,7.2l1.4-1.4l6,6l-6,6L4.8,16.3z'/%3E%3Cpath d='M11.8,16.3l4.6-4.6l-4.6-4.6l1.4-1.4l6,6l-6,6L11.8,16.3z'/%3E%3C/svg%3E");}

.pagination .btn-page-start:hover {background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8167,17.75l-6-6l6-6l1.41,1.41l-4.58,4.59l4.58,4.59L17.8167,17.75z'/%3E%3Cpath d='M10.7733,17.75l-6-6l6-6l1.41,1.41l-4.58,4.59l4.58,4.59L10.7733,17.75z'/%3E%3C/svg%3E");}
.pagination .btn-page-prev:hover {background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.41 16.09-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E");}
.pagination .btn-page-next:hover {background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.59 16.34 4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");}
.pagination .btn-page-end:hover {background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8,16.3l4.6-4.6L4.8,7.2l1.4-1.4l6,6l-6,6L4.8,16.3z'/%3E%3Cpath d='M11.8,16.3l4.6-4.6l-4.6-4.6l1.4-1.4l6,6l-6,6L11.8,16.3z'/%3E%3C/svg%3E");}
.pagination a.disabled,
.pagination button:disabled {cursor:default; opacity: 0.5; pointer-events: none; cursor: default;}
.pagination a.disabled:hover, .pagination > button:disabled:hover {border-color: transparent; background-color: transparent; color: transparent;}

.pagination .nav {display: flex; align-items: center; justify-content: center; margin: auto 19px;}
.pagination .nav > a:hover, .pagination .nav > button:hover {border-color: #cacbcc; background-color: #d7d8d9; color: #2B2A29;}
.pagination .nav > a.active, .pagination .nav > button.active {border-color: #ea4c4c; background-color: #ea4c4c; color: #fff; font-weight: bold; cursor:not-allowed;
/* pointer-events: none; */
}
.pagination .nav > a.active:hover, .pagination .nav > button.active:hover {border-color: #ea4c4c; background-color: #ea4c4c; color: #fff;}
.pagination .nav > span {width: 40px; height: 36px; padding: 9px 0; letter-spacing: 1px; line-height: 1; font-weight: bold; text-align: center;}


.tags-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    margin: 12px 0;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
  }
  .tags-list .tags-item {
    color: #333;
    margin: 7px 3px;
    list-style: none;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 3px 8px 3px 10px;
    border: 1px solid #e3e1e1;
  }
  .tags-list .tags-item .delete {
    display: inline-block;
    height: 20px;
    width: 20px;
    color: #808080;
    margin-left: 8px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #dfdfdf;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 5L5 19' stroke='%236f6f6f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 19L5 5' stroke='%236f6f6f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .tags-list .tags-item * {vertical-align: middle;}
  .tags-list input {
    flex: 1;
    min-width: 20%;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 16px;
  }
  .tags-list .tags-item-delete {
    margin: 7px 3px;
    /* list-style: none;
    border-radius: 5px;
    background: #f2f2f2;
    padding: 3px 8px 3px 10px;
    border: 1px solid #e3e1e1; */
  }

.putin-ahead-item {position: relative;}

/* .putin-tags-item {position: relative;}
.putin-tags-item > .tags-list {position: absolute; left: 0; top: 0; border-color: transparent; background-color: transparent;}
.putin-tags-item > .tags-list > .tags-item-remove-btn > .detete {} */
/* .putin-ahead-item > .form-input {padding-right: 42px;} */

/* 

.nf-btn-icon-leading {position: relative; padding: 12px 20px 12px 44px;}
.nf-btn-icon-leading .svg-icon {position: absolute; top:9px; left: 18px; width: 20px; height: 20px; vertical-align: middle;} */