﻿@charset "utf-8";
/* CSS Document */

/* ==================================================
	폰트
================================================== */
.bookkMyungjo {
    font-family: 'BookkMyungjo', sans-serif;
}

.suit {
    font-family: 'SUIT', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.cinzel {
    font-family: 'Cinzel', sans-serif;
}

.tangerine {
    font-family: 'Tangerine', sans-serif;
}

.pretendard {
    font-family: 'Pretendard', sans-serif;
}

/* ==================================================
	공통레이아웃
================================================== */
.inline-block{display: inline-block;}
.material-icons {
    transition: color 0.2s;
}

.color {
    color: #0081e5 !important;
}

.bgcolor {
    background: #0081e5 !important;
}

.beforebg:before {
    background: #0081e5 !important;
}

.hovercolor {
    transition: color 0.2s;
}

.hovercolor:hover {
    color: #0081e5 !important;
}

.hoverbg {
    transition: all 0.2s;
}

.hoverbg:hover {
    background: #0081e5 !important;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.not_scroll {
    position: fixed;
    overflow: hidden; /*touch-action: none;*/
    width: 100%;
    height: 100vh;
}

.not_scroll .wrapper {
    position: relative;
    top: 0;
}

.ta, .mo {
    display: none;
}

.uppercase{text-transform: uppercase;}

.wrapper { width: 100%;  position: relative; overflow: hidden; margin: 0 auto;  min-height: 100%;}
/* ==================================================
	header
================================================== */
#header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid transparent;
    transition: .3s ease;
}

#header .header-body {
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1001;
    box-sizing: border-box;
}

#header .header-body .header-inner {
    height: 100px;
    padding: 0 40px;
    box-sizing: border-box;
}

#header.header-effect-sticky .header-body {
    position: absolute;
    top: 0px;
    transition: all 0.3s cubic-bezier(.7, .1, .2, 1);
    width: 100%;
    margin-left: 0;
    border-radius: 0;
}

#header.header-effect-sticky.active .header-body {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#header.header-effect-sticky.active.white .header-body {
    background-color: transparent;
    box-shadow: none;
}

#header.header-floating-bar .header-body {
    background: transparent !important;
}

#header.header-floating-bar .header-body::before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: ease all 300ms;
}

#header.dark.header-floating-bar .header-body::before {
    background: #000000;
}

#header.header-floating-bar.active .header-body::before {
    max-width: 100%;
}

#header.wide .header-inner {
    width: 100%;
}

#header.narrow .header-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#header.dark .header-body {
    background: #000000;
}

#header.dark .header-body * {
    color: #ffffff !important;
}

#header.dark .header-body .depth2 {
    background: #000000;
}

#header.dark .header-body .mobile-inner .depth2 {
    background: transparent;
}

#header.dark .logo img.logoImg {
    display: none;
}

#header.dark .logo img.logoImg_w {
    display: inline-block;
}

#header.dark .mo-toggle img.logoImg {
    display: none;
}

#header.dark .mo-toggle img.logoImg_w {
    display: inline-block;
}

#header.dark .mo-toggle img.logoImg_w.open {
    display: inline-block;
}

#header.dark .mo-toggle img.logoImg_w.close {
    display: none;
}

#header.dark .mo-toggle.active img.logoImg_w.open {
    display: none;
}

#header.dark .mo-toggle.active img.logoImg_w.close {
    display: inline-block;
}

#header .header-row {
    height: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    max-height: 100%;
    justify-content: center;
    padding: 0 100px;
}

#header .header-row.column {
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header .header-row.between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .header-row.center {
    -webkit-box-pack: justify;
    -moz-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

#header .header-column {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
}

#header .header-column .header-row {
    justify-content: inherit;
}

#header .header-column.center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#header .logo img.logoImg_w {
    display: none;
}

.header-nav {
    height: 100%;
}

.header-nav .depth1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 좌측 ul */
#header .header-nav.h-left-menu .depth1  {
    justify-content: flex-end;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 100px;
    /* position: absolute; */
    /* top: 50%;*/
    /* transform: translate(-50%, -50%); */
}

/* 우측 ul */
#header .header-nav.h-right-menu .depth1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
}

.header-nav .depth1 > li {
    position: relative;
    height: 100%;
    display: flex !important;
    align-self: stretch;
    align-items: center;
    /* padding: 0 10px; */
    box-sizing: border-box;
}

.header-nav .depth1 > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* padding: 0 50px; */
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Cinzel', sans-serif;
    transition: .3s ease;
    text-align: center;
    min-width: 105px;
}

.header-nav .depth1 > li > a:hover {
    color: #6C822F !important;
}
/*
#header.active .header-nav .depth1 > li > a {
    color: #6C822F;
}*/

#header.on .header-nav .depth1 > li + li > a {
    margin-left: 0;
}

.header-nav .depth1 > li.on > a {
    color: #6C822F;
}

.header-nav .depth1 > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
}

.header-nav .depth2 {
    display: none;
    box-sizing: border-box;
    padding: 40px 0;
    width: 100%;
    z-index: 2001;
    /*background-color: #ffffff;*/
}

.header-nav .depth2 > li > a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 19.2px;
    font-weight: 400;
    color: #777;
    white-space: nowrap;
    transition: .3s ease;
}

.header-nav .depth2 > li + li {
    margin-top: 20px;
}

.header-nav .depth2 > li > a:hover {
    color: #6C822F !important;
}

.header-nav .depth2 > li.on > a {
    color: #6C822F;
}

.header-nav.dropdown-mine .depth2 {
    background: #ffffff;
}

.header-nav .depth3 {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
    background: lightpink;
}

.header-nav .depth3 > li > a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
}

.header-nav .depth3 > li.on > a {
    color: #e60012;
}

.gnb_bg {
    display: none;
    width: 100%;
    height: 300vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 198;
}

.dep_bg {
    display: none;
    width: 100%;
    height: 350px;
    top: 0;
    background: #ffffff;
    position: fixed;
    left: 0;
    z-index: 199;
}

.header-row.column .header-util {
    width: 100%;
}

.header-row.column .header-util .list-inline > li {
    width: 100%;
    text-align: center;
}

.header-util.ab {
    position: absolute;
    right: 20px;
}

.mo-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-align: center;
    position: relative;
}

.mobile-inner .mo-toggle {
    width: 64px;
    height: 64px;
}

.mo-toggle img {
    display: inline-block;
    vertical-align: middle;
}

.mo-toggle img.close {
    display: none;
}

.mo-toggle.active img.open {
    display: none;
}

.mo-toggle.active img.close {
    display: inline-block;
}

.mobile-inner {
    position: fixed;
    left: 0;
    top: 0;
    background: #F0F5E5;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    z-index: 5000;
}

.mobile-inner .inner-header {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

/*.mobile-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border-radius: 280px;
    opacity: 0.5;
    background: #e60012;
    filter: blur(110px);
}*/

#header.active .mobile-inner {
    top: 70px;
}

#header.dark .mobile-inner {
    background: rgba(0, 0, 0, 0.7);
}

.mobile-inner.full-inner {
    top: 0;
    z-index: 10;
}

.mobile-inner.left-move {
    right: 200%;
}

.mobile-inner.right-move {
    left: 200%;
}

.mobile-inner.slide-move {
    display: none;
}

.mobile-inner.show-move {
    display: none;
}

.mobile-inner .header-row {
    height: calc(100% - 100px);
    margin-top: 100px;
}

.mobile-inner .header-column {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: flex-start;
}

.mobile-inner .header-column.col-flex {
    display: flex !important;
}

.mobile-inner .header-nav .depth1 > li {
    flex-direction: column;
}

.mobile-inner .header-nav .depth1 > li > a {
    font-size: 8rem;
    font-weight: 400;
    line-height: 96px;
}

.mobile-inner .header-nav .depth1 > li > a:hover {
    color: #1A1A1A !important;
}

.mobile-inner .header-nav .depth1 > li.on > a {
    color: red;
}

.mobile-inner .header-nav .depth1 > li > ul {
    position: relative;
    top: initial;
    left: initial;
    padding: 0;
    margin-top: 10px;
}

.mobile-inner .header-nav .depth2 > li {
    width: fit-content;
    display: inline-block;
}

.mobile-inner .header-nav .depth2 > li + li {
    margin-top: 0;
    margin-left: 40px;
}

.mobile-inner .header-nav .depth2 > li > a {
    font-size: 2rem;
    font-weight: 400;
    line-height: 24px;
    color: #777;
}

.mobile-inner .header-nav .depth2 > li > a:hover {
    font-weight: 500;
}

.mobile-inner .header-nav .depth2 > li.on > a {
    color: red;
}

.mobile-inner .header-nav .depth3 > li.on > a {
    color: red;
}

.mobile-inner .header-nav {
   margin-top: 67px;
}

.mobile-inner .header-nav .depth1 {
    justify-content: flex-start;
    flex-direction: column;
}

.mobile-inner .header-nav .depth1 > li > a {
    padding: 0;
    justify-content: flex-start;
}

.mobile-inner .cont {
    gap: 127px;
}

.mobile-inner .cont .img-box {
    width: 580px;
    min-width: 580px;
    padding-bottom: 752px;
    border-radius: 0 5000px 0 2500px;
}


/* ==================================================
    footer
================================================== */
#footer {
    width: 100%;
    background-color: #D3DAC1;
    position: relative;
    z-index: 1;
}

#footer .foot_logo {
    width: fit-content;
}

#footer .footer-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

#footer .footer-body .footer-inner {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
}

#footer.wide .footer-inner {
    width: 100%;
}

#footer.narrow .footer-inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#footer.dark .footer-body {
    background: #000000;
}

#footer.dark .footer-body * {
    color: #ffffff !important;
}

#footer.dark .logo img.logoImg {
    display: none;
}

#footer.dark .logo img.logoImg_w {
    display: inline-block;
}

#footer.light .footer-body {
    background: #ffffff;
}

#footer .footer-row.column {
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer .footer-row.between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .footer-row.center {
    -webkit-box-pack: justify;
    -moz-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

#footer .footer-column .footer-row {
    justify-content: inherit;
}

#footer .footer-column.center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .footer-row.center > * {
    text-align: center;
}

#footer .logo {
    position: relative;
    z-index: 1;
}

#footer .logo img {
    transition: all 0.3s ease;
}

#footer .logo img.logoImg_w {
    display: none;
}

#footer .footer-info > ul > li + li {
    margin-top: 7px;
}

#footer .footer-info > ul > li + li.copy-txt {
    margin-top: 15px;
}

#footer .footer-info.vir > ul > li {
    line-height: 11px;
}

#footer .footer-info.vir > ul > li span, #footer .footer-info.vir > ul > li span a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.24px;
    color: #777;
}

#footer .footer-info.vir > ul > li span + span, .footer-info.vir > ul > li .f-mo-block + span {
    padding-left: 20px;
}

/*#footer .footer-info.vir.line > ul > li span + span::before, .footer-info.vir.line > ul > li .f-mo-block + span::before {
    content: '';
    display: block;
    clear: both;
    width: 1px;
    height: 10px;
    background-color: #999;
    height: 40%;
    position: absolute;
    top: 35%;
    left: 12px;
}*/

#footer .footer-info.vir.dot > ul > li span + span::before, .footer-info.vir.dot > ul > li .f-mo-block + span::before {
    content: '';
    display: block;
    clear: both;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #626262;
    position: absolute;
    top: 50%;
    left: 5.5px;
    margin-top: -1.5px;
}

#footer .footer-agree > ul > li {
    display: inline-block;
}

#footer .footer-agree > ul > li + li {
    padding-left: 10px;
}

#footer .footer-agree.br-line > ul > li > a {
    display: block;
    padding: 10px;
    border: 1px solid #3e3d3d;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
}

#footer .footer-util > ul > li {
    display: inline-block;
}

#footer .footer-util > ul > li + li {
    padding-left: 10px;
}

#footer .footer-util > ul > li > a {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}

#footer .footer-util.br-line > ul > li > a {
    border: 1px solid #3e3d3d;
}

#footer .footer-nav.dot-line ul.depth2 > li a {
    position: relative;
    display: inline-block;
    padding-left: 7px;
}

#footer .footer-nav.dot-line ul.depth2 > li a::before {
    content: '';
    display: block;
    clear: both;
    width: 4px;
    border-bottom: 1px solid #626262;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 0;
}

#footer .copyright {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.70);
}

/* ==================================================
    quick
================================================== */
.quick {
    position: fixed;
    right: 54px;
    bottom: 30px;
    z-index: 100;
    transition: 0.5s;
}

.quick a {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding-top: 27px;
    box-sizing: border-box;
    background-color: #6C822F;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    background-position: top 21px center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: -0.32px;
}


/*.quick a span.quick-txt {  display: none;  line-height: 18px;  padding: 14px;   box-sizing: border-box;}
.quick a:hover span.quick-icon { display: none; }
.quick a:hover span.quick-txt {  display: inline-block;}
.quick.on { position: absolute; }*/

/* ==================================================
    section
================================================== */

.section { width: 100%;  }
.section .section-body { width: 100%;
    max-width: 1640px;  padding: 0 40px;
    margin: 0 auto;  box-sizing: border-box;   position: relative; }
.section .section-body .section-inner { padding: 0; }
#sub .section .section-body {
    padding: 140px 40px;
}

#sub.full-wid-page .section .section-body, #sub.full-wid-page.greeting .section .section-body {
    max-width: 100%;
    padding: 200px 0 160px;
}

#sub.dark .section {  background: #000 !important;  }
#sub.dark .section .section-body * { color: #fff !important;}
#sub.dalight .section .section-body {  background: #FFF;  }

.section.dark {  background: #000;  }
.section.dark .section-body * { color: #fff !important;}
.section.light .section-body {  background: #FFF;  }

.section .section-row { width: 100%; height: 100%; display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex;  }
.section .section-row.column { -webkit-box-orient: vertical;  -moz-flex-direction: column;  -ms-flex-direction: column;  flex-direction: column; }
.section .section-row.between {-webkit-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.section .section-row.center {-webkit-box-pack: justify; -moz-justify-content: center;  -ms-flex-pack: justify; justify-content: center;}
.section .section-row.center > * { text-align: center;}
.section .section-row .section-column { width: 100%;}

/* ==================================================
    서브비주얼
================================================== */

#sVisual { width: 100%;  position: relative; }
#sVisual .visual-body { width: 100%; height: 100%;}

#sVisual .visual-bg { width: 100%;  }

#sVisual.position-visual .visual-inner.position-rel .inner-ab {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100vh;
}

/*#sVisual .visual-bg .visual-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}*/
#sVisual .visual-txt { width: 100%; }
#sVisual .visual-txt .txt-body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#sVisual .visual-txt.position-ab { width: 100%; height: 100%; position: absolute;  top: 0; left: 0; }

#sVisual.max-width .visual-txt .txt-body { max-width: 1360px; height: 150px;  }
#sVisual.max-width .visual-txt .txt-body .txt-wrap { height: auto; }
#sVisual.max-width .visual-bg { height: 420px; }

#sVisual.position-visual .visual-inner.position-ab { width: 100%; height: 100%; position: absolute;  top: 0; left: 0; background: pink; }
#sVisual.position-visual .visual-inner.position-rel {
    width: 100%;
    height: 100%;
    position: relative;
}

.visual-menu {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 54px;
    transform: translateX(-50%);
    z-index: 5;
}

#sVisual.position-visual .visual-bg {  height: 100%;  }

#sVisual.position-visual .visual-txt {

}

#sVisual.position-visual .visual-txt .txt-body { width: 100%;  height: 100%; }

#sVisual .visual-txt .txt-wrap { height: 100%;}
#sVisual.txt-flex .visual-txt .txt-wrap { display: -webkit-box; display: -moz-box;  display: -ms-flexbox;  display: flex; }
#sVisual.justify-center .visual-txt .txt-wrap { -webkit-box-pack: justify; -moz-justify-content: center;  -ms-flex-pack: justify; justify-content: center; }
#sVisual.items-center .visual-txt .txt-wrap { text-align: center;  -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center; }
#sVisual.items-start .visual-txt .txt-wrap {  -webkit-box-align: center;  -moz-align-items: center;  -ms-flex-align: center;  align-items: center;  }
#sVisual.items-bottom .visual-txt .txt-wrap {  -webkit-box-align: end; -moz-align-items: flex-end;  -ms-flex-align: end;  align-items: flex-end; }
#sVisual.txt-column .visual-txt .txt-wrap { -webkit-box-orient: vertical;  -moz-flex-direction: column;  -ms-flex-direction: column;  flex-direction: column;}

#sVisual .visual-txt .txt-wrap > * { display: block; }
#sVisual .visual-txt .txt-wrap .txt-box > * { display: block;}
#sVisual .visual-txt .txt-wrap .txt-box h2 {
    font-family: 'Cinzel', sans-serif;
    font-size: 8rem;
    font-weight: 400;
    line-height: 96px;
}
#sVisual .visual-txt .txt-wrap .txt-box p {}

#sVisual .visual-txt .txt-wrap .nav-box .nav-menus { font-size: 1.2rem; line-height: 26px; letter-spacing: -0.8px; color: #999; }
#sVisual .visual-txt .txt-wrap .nav-box .nav-menus a { display: inline-block; position: relative;}
#sVisual .visual-txt .txt-wrap .nav-box .nav-menus a:last-child { color: #e60013;}
#sVisual .visual-txt .txt-wrap .nav-box .nav-menus a + a { margin-left: 30px;}
#sVisual .visual-txt .txt-wrap .nav-box .nav-menus a + a::before { content: url(/img/menu_arrow.svg); display: block; clear: both; width: 6px; line-height: 1; position: absolute; left: -19px; top: 50%; margin-top: -4px;}

#sVisual .visual-nav {
    box-sizing:border-box;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
#sVisual .visual-nav .nav-body {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

#sVisual .visual-nav.tab-wrap { margin-top: -60px;}
#sVisual .visual-nav.tab-wrap .nav-wrap { width:100%; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu { position: relative; z-index: 50;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth1-box { z-index: 100;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > a { display: none; padding: 0 20px; box-sizing: border-box; height: 60px; line-height: 58px; letter-spacing:-0.5px; font-weight:500; position: relative; background: #34404e; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box > a { background-color: #fff ;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul li { float: left;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item1 li { width: 100%; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item2 li { width: 50% ;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item3 li { width: 33.333%;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item4 li { width: 25% ;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item5 li { width: 20% ;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul.item6 li { width: 16.666%;}
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul li a { display:block; text-align: center; box-sizing: border-box; height: 60px; line-height: 58px; letter-spacing:-0.5px; font-weight:500; position: relative; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth1-box ul li a {   font-size:1.4rem;  border-top: 2px solid transparent;  background: rgba(0,0,0,0.4); color: #fff;  }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth1-box ul li.on a {  border-top: 2px solid #1d90df; background: #fff; color: #1d90df;  font-weight: 600; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li a { font-size:1.6rem; background: #fff;  color: #000;  }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li.on a {  font-weight: 700; }
#sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li.on a::after { content: ''; display: block; clear: both; width: 100%; border-bottom: 2px solid #1d90df; position: absolute; left: 0; bottom: -1px; }

#sVisual .visual-nav.drop-wrap .nav-wrap {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 41px;
}

#sVisual .visual-nav.drop-wrap .nav-wrap .home-box a {
    display:block;
    text-align:center;
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu {
    box-sizing:border-box;
    position:relative;
}
#sVisual .visual-nav.drop-wrap .nav-wrap.depth-2 .nav-menu {
    /*width:calc(50% - 30px);  */
}
#sVisual .visual-nav.drop-wrap .nav-wrap.depth-3 .nav-menu {
    /*width:calc(33.333% - 30px);*/
}
#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu .dpb {display:inline-block;}
#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: -0.32px;
    line-height: 25.6px;
  /*  background-image:url('/front/images/ico_arrow_down_wht.svg');
    background-repeat: no-repeat;
    background-position: right top 50%;
    background-size: 20px;*/
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: rgba(26, 26, 26, 0.20);
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > a.fc-white::before {
    background-color: rgba(245, 245, 245, 0.20);
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > a.on img {
    transform: rotate(180deg);
    /*background-image:url('../../img/icon_navi_up_b.svg');*/
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > ul {
    display:none;
    min-width: 130px;
    position:absolute;
    width:100%;
    left: 0;
    top: 35px;
    z-index:10;
    background-color: #fff;
    padding-bottom: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > ul > li {
}

#sVisual .visual-nav.drop-wrap .nav-wrap .nav-menu > ul > li > a {
    display:block;
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    box-sizing:border-box;
    font-size: 1.4rem;
    font-weight:400;
    color: #1A1A1A;
}

#sVisual.dark .visual-txt * { color: #fff;}
#sVisual.dark .visual-nav { background:#000; border-bottom: none ; }
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .home-box a .homeImg { display: none;}
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .home-box a .homeImg_w { display: inline-block;}
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu { border-right:1px solid #fff; }
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu > a { color: #fff;}
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu > a {background-image:url('../../img/icon_navi_down_w.svg'); background-repeat:no-repeat; background-position:right 20px top 50%; background-size: 14px;}
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu > a.on {background-image:url('../../img/icon_navi_up_w.svg');}
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu > ul { background: #bebebe; }
#sVisual.dark .visual-nav.drop-wrap .nav-wrap .nav-menu > ul > li > a { color: #fff;}


/*@media screen and (max-width: 960px){
    #sVisual .visual-nav .nav-body { padding: 0; }
    #sVisual .visual-nav .nav-wrap { max-width: 100%;}
    #sVisual .visual-nav .nav-wrap .depth2-box,
    #sVisual.dark .visual-nav .nav-wrap .depth2-box { border-right: none;}
}

@media screen and (max-width: 768px){
    #sVisual.position-visual .visual-inner.position-rel {  height:  400px;}
    #sVisual .visual-nav.drop-wrap .nav-wrap .home-box { display: none;}
    #sVisual .visual-nav.drop-wrap .nav-wrap.depth-2 .nav-menu { width: 50%; }
    #sVisual .visual-nav.drop-wrap .nav-wrap.depth-3 .nav-menu { width: 33.333%; }

    #sVisual.max-width .visual-bg { height: 210px; }

    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > a { display: block; background-image:url('../../img/icon_navi_down_b.svg'); background-repeat:no-repeat; background-position:right 20px top 50%; background-size: 14px;}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > a.on {background-image:url('../../img/icon_navi_up_b.svg');}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > ul {display:none; position:absolute; width:100%; left:0px; top:60px; z-index:10; background-color:#A6C0C5; }
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > ul > li { border-top: 1px solid #D8D8D8}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu ul li { float: none; width: 100% !important;}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu > ul > li > a {display:block; padding:0px 20px;  height:60px; line-height:60px;  box-sizing:border-box;  text-align: left; font-size:1.4rem; font-weight:500; color:#000; letter-spacing:-0.5px;}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li a {  font-size:1.4rem;  }
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth1-box ul li.on a,
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li.on a { background: #1d90df; color: #fff;}
    #sVisual .visual-nav.tab-wrap .nav-wrap .nav-menu.depth2-box ul li.on a::after { content: none; }
}*/

/* ==================================================
    popup
================================================== */

.popup {
    display: none; width: 100%; height: 100%;
    position: fixed; left: 0; top: 0; z-index:2000;

}
.popup.bg { background-color: rgba(0, 0, 0, 0.4); }
.popup .popup-body{width: 100%; max-width: 905px; margin: 0 auto; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0 20px; box-sizing: border-box;}
.popup .popup-body.big { max-width: 1240px; }
.popup .popup-body.small { max-width: 500px; }
.popup .popup-inner {background-color: #fff; padding: 40px; box-sizing: border-box; position: relative; width: 100%; max-width: 1200px; border-radius: 6px;}
.popup .popup-inner.round {border-radius: 20px;}
.popup .popup-inner .popup-close {
    display: block; width: 40px; height: 40px;
    border-radius: 500px; min-width: 40px;
    text-align: center;
}
.popup .popup-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup .popup-title h2 {float: none; font-size: 2.6rem; line-height: 1; font-weight: 700;}

.popup .popup-cont .text-box{
    background-color: #eee;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.6rem; font-weight: 500; line-height: 24px; color: #555; border-radius: 10px; letter-spacing: -0.26px;}
.popup .popup-cont .text-box .agree_txt {overflow-y: auto; height: 33.143vh; }
.popup .popup-cont .text-box .agree_txt .tit { font-size: 1.3rem; font-weight: 500; line-height: 24px;}
/* .popup .popup-cont .text-box .agree_txt::-webkit-scrollbar{width: 2px;}*/
.popup .popup-cont .text-box .agree_txt::-webkit-scrollbar-track{background:#999999; }
/* .popup .popup-cont .text-box::-webkit-scrollbar-thumb{box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);} */

.small-modal {
    display: block;
    font-family: 'Pretendard';
}

.small-modal.popup.pp-alert {
    background-color: rgba(0, 0, 0, 0.4);
}

.small-modal .size {
    max-width: 400px;
}

.small-modal .popup-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 390px;
    min-height: 172px;
    padding: 45px 30px 30px 30px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.small-modal .popup-inner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 40px;
    border-radius: 500px;
    background-color: #6C822F;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    border: none !important;
    transition: .3s ease;
}

.small-modal .popup-inner .btn1 {
    background-color: #6C822F;
}

.small-modal .popup-inner .btn1:hover {
    background-color: #1A1A1A;
}

.small-modal .popup-inner .btn2 {
    background-color: #6C822F;
}

.small-modal .popup-inner .btn2:hover {
    background-color: #1A1A1A;
}

.small-modal .popup-inner .btn2 + .btn1 {
    border: 1px solid #777 !important;
    color: #777;
    background-color: transparent;
}

.small-modal .popup-inner .btn2 + .btn1:hover {
    border: 1px solid #1A1A1A !important;
    background-color: #1A1A1A;
    color: #fff;
}

.small-modal .popup-inner .txt-box {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

.small-modal .popup-inner .btnSet {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.small-modal .popup-cont{
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.small-modal .btn-cancel {
    background-color: #858585;
}

.small-modal .btn-cancel:hover {
    background-color: #666666;
}

.small-modal.popup .popup-inner .popup-close {
    width: 30px;
    height: 30px;
    min-width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

/* ==================================================
    slim select
================================================== */

.ss-main {
    max-width: unset !important;
    height: 60px !important;
    padding: 0 15px !important;
    border-color: #eee !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.32px !important;
    line-height: 25.6px !important;
    color: #1A1A1A !important;
}

.ss-main.sm {
    min-width: unset;
    width: 80px !important;
}

.ss-main.big {
    min-width: unset;
    width: 100% !important;
}

.ss-main.ss-open-above,
.ss-main:focus {
    border-color: #6C822F !important;
    box-shadow: none !important;
}

.ss-main .ss-values .ss-single {
    width: 100%;
    margin: 0 !important;
    align-items: center;
}

.ss-content {
    border: unset !important;
    border-radius: unset !important;
    max-height: unset !important;
    background-color: transparent !important;
    margin-top: 6px !important;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.ss-content .ss-list.footer-select {
    overflow: inherit !important;
    margin-bottom: 10px;
    max-height: unset !important;
}
.ss-content .ss-list {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    max-height: 200px !important;
    background-color: #fff;
    overflow-x: auto !important;
    width: 100%;
}

.ss-content .ss-list .ss-option {
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 30px !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    letter-spacing: -0.32px !important;
    white-space: nowrap !important;
    width: 100%;
    transition: 0.3s ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    color: #1A1A1A !important;
    background-color: #fff !important;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
    color: #1A1A1A !important;
    background-color: #F1F3EB !important;
}

.ss-main .ss-arrow {
    flex-shrink: 0;
    background-image: url("/front/images/ico_arrow_down_gray.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: rotate(0);
    transition: .3s ease;
}

.ss-main.ss-open-below .ss-arrow {
    transform: rotate(180deg);
}

.ss-main .ss-arrow path {
    display: none;
}

.standard-select {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-width: 100px;
    max-width: 180px;
    width: 100%;
}
.ss-main .ss-arrow{margin: auto 0 !important;}
.ss-search{display: none !important;}

/* custom-slim-select */
.custom-slim-select.ss-main {
    height: 100% !important;
    padding: 0 30px !important;
    border: none !important;
    border-radius: 0 !important;
}



/* ==================================================
    skip
================================================== */
a.skip {
    display: block;
    position: absolute;
    top: -1px;
    z-index: 999;
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center
}

a.skip:active, a.skip:focus {
    z-index: 999;
    width: 100%;
    height: auto;
    padding: 5px;
    background: #FFF
}

.svg {
    font-size: 0 !important;
    text-indent: -999999px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.dpb {
    display: block;
}

.inb {
    display: inline-block !important;
}

.t_eli {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.basic_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.video_wrap {
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    position: relative; /*margin: 20px 0;*/
    border: 0;
}

.video_wrap video, .video_wrap iframe, .video_wrap embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}


.col-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.col-wrap .col li {
    float: left;
}

.col-wrap .col li {
}

.select {
    position: relative;
    display: inline-block;
}

.select select {
    display: inline-block;
    max-width: 100%;
    min-width: 120px;
    font-size: 15px;
    color: #333;
    padding: 0 12px;
    padding-right: 30px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.select:before {
    content: "\e5cf";
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-family: 'Material Icons';
}

/* 0901 셀렉트 박스 스타일 수정 */
.select_drop {
    position: relative;
    height: 100%;
    min-height: 36px;
    margin: 0 4px;
    display: inline-block;
    max-width: 100%;
    min-width: 120px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #444;
    padding: 0 15px;
    padding-right: 30px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0; /*background: #fff url(/assets/images/manage_images/ico_sel.svg);*/
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 9px 6px;
}

input[type='text'], input[type='password'], input[type='tel'], input[type='email'], input[type='number'], input[type='url'], select {
    padding: 0 15px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1A1A1A;
    letter-spacing: -0.28px;
    border-radius: 8px;
    height: 46px;
    line-height: 46px;
    outline: none;
}

input[type="button"] {
    cursor: pointer;
}

input[type="file"] {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    position: absolute;
}

input::placeholder {
    color: #999;
}

textarea {
    width: 100%;
    min-height: 140px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.28px;
    color: #1A1A1A;
    resize: none;
    outline: none;
}

textarea::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.28px;
    color: #999;
}

textarea:focus, input[type='text']:focus {
    border-color: #6C822F;
}

/* input[type="checkbox"]{width:17px; height:17px; border:1px solid #b3b3b3; cursor:pointer; box-sizing:border-box; border-radius:0; margin:-1px 0 1px 0;} */

.check_box input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.check_box label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px !important;
    font-size: 12px;
    font-weight: 600;
    color: #231916;
    letter-spacing: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.check_box label::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px 8px;
}

.check_box input[type="checkbox"]:checked + label:before {
    content: '';
    font-size: 0;
    background-image: url('/front/images/ico_check.svg');
    border-color: transparent;
    background-color: #006BFF;
    background-repeat: no-repeat;
    background-position: center;
}

.check_box label.normal {
    font-size: 1.4rem;
    font-weight: 800;
}

/***** radio_box *****/

.radio-box {
    position: relative;
}

.radio-box > input[type="radio"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.radio-box > input[type="radio"] ~ label {
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #777;
    cursor: pointer;
}

.radio-box > input[type="radio"]:checked ~ label {
    color: #6C822F;
}

.radio-box > input[type="radio"] ~ label:before {
    display: block;
    content: '';
    clear: both;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    padding: 4px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    z-index: 0;
}

.radio-box > input[type="radio"]:checked ~ label:before {
    border-color: #6C822F;
}

.radio-box > input[type="radio"] ~ label:after {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DDD;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 6px;
    z-index: 5;
}

.radio-box > input[type="radio"]:checked ~ label:after {
    background-color: #6C822F;
}

.radio-box.custom-radio > input[type="radio"] ~ label{
    width: 100%;
    padding: 27px 23px 27px 15px;
    border-radius: 10px;
    border: 1px solid  #EEE;
    background: #FFF;
    transition: 0.3s all ease;
}

.radio-box.custom-radio > input[type="radio"] ~ label:before{
    left: unset;
    right: 15px;
    top: 25px;
    margin-top: 0;
}

.radio-box.custom-radio > input[type="radio"]:checked ~ label{
    border: 1px solid #4A90E2;
    background: #F6F9FD;
    font-weight: 600;
}

.radio-box.custom-radio > input[type="radio"]:checked ~ label:before{
    background-color: #4A90E2;
    border: 1px solid #4A90E2;
}

.radio-box.custom-radio > input[type="radio"].textarea-input:checked ~ label{padding: 27px 23px 132px 15px;}

.radio-box.custom-radio > input[type="radio"]:checked ~ label:after{
    left: unset;
    right: 19px;
    background: url('/front/images/ico_check_w.svg') no-repeat center;
    background-size: 10px 8px;
    top: 29px;
    margin-top: 0;
}

/***** check_box *****/
.check-box {
    position: relative;
}

.check-box > input[type="checkbox"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.check-box > input[type="checkbox"] ~ label {
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: #777;
    letter-spacing: -0.32px;
    cursor: pointer;
    line-height: 1;
}

 .check-box > input[type="checkbox"]:checked ~ label {
    color: #6C822F;
}

.check-box > input[type="checkbox"] ~ label:before {
    display: block;
    content: '';
    clear: both;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    z-index: 0;
    background-image: url('/front/images/ico_chk_gray.svg');
    background-size: 12px 9px;
    background-repeat: no-repeat;
    background-position: center;
}

.check-box > input[type="checkbox"]:checked ~ label:before {
    background-image: url('/front/images/ico_chk_green.svg');
    border-color: #6C822F;
}

.check-box.custom {
    width: fit-content;
}

.check-box.custom > input[type="checkbox"] ~ label {
    display: block;
    margin-bottom: 0;
    padding: 20px;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: .25s ease-out;
}

.check-box.custom:hover > input[type="checkbox"] ~ label,
.check-box.custom > input[type="checkbox"]:checked ~ label {
    border-color: #2260ff;
}

.check-box.custom > input[type="checkbox"]:checked ~ label p {
    color: #2260ff;
}


/* ==================================================
                    Utility
================================================== */

/***** Flex *****/

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: justify;
    -moz-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.justify-content-start {
    -webkit-box-pack: justify;
    -moz-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: justify;
    -moz-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -webkit-box-pack: justify;
    -moz-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.justify-content-evenly {
    -webkit-box-pack: justify;
    -moz-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.align-items-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-start {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-column {
    flex-direction: column;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-nowrap {
    -webkit-box-lines: multiple;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-wrap {
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-7 {
    gap: 7px !important;
}

.gap-8 {
    gap: 8px;
}

.gap-10, .gap10 {
    gap: 10px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-30 {
    gap: 30px;
}

.gap-38 {
    gap: 38px;
}

.gap-40 {
    gap: 40px;
}

.gap-50 {
    gap: 50px;
}

.gap-60 {
    gap: 60px;
}

.gap-70 {
    gap: 70px;
}

.gap-80 {
    gap: 80px;
}

.gap-90 {
    gap: 90px;
}

.gap-100 {
    gap: 100px;
}

.gap-110 {
    gap: 110px;
}

.gap-120 {
    gap: 120px;
}


.row {
    display: flex;
    flex-wrap: wrap;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100% !important;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50% !important;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25% !important;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333% !important;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
}

.col-3 {
    flex: 0 0 auto;
    width: 25% !important;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
}

.col-6 {
    flex: 0 0 auto;
    width: 50% !important;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}

.col-9 {
    flex: 0 0 auto;
    width: 75% !important;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100% !important;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

/***** Float List *****/

.fl-wrap.fl-l > * {
    float: left !important;
}

.fl-wrap.fl-r > * {
    float: right !important;
}

.fl-l {
    float: left !important;
}

.fl-r {
    float: right !important;
}

.fl-col-1 > * {
    width: 100% !important;
}

.fl-col-2 > * {
    width: 50% !important;
}

.fl-col-3 > * {
    width: 33.3333% !important;
}

.fl-col-4 > * {
    width: 25% !important;
}

.fl-col-5 > * {
    width: 20% !important;
}

.fl-col-6 > * {
    width: 16.6666% !important;
}

.fl-col-7 > * {
    width: 14.285% !important;
}

.fl-col-8 > * {
    width: 12.5% !important;
}

.fl-col-9 > * {
    width: 11.1111% !important;
}

.fl-col-10 > * {
    width: 10% !important;
}

.fl-gap-10 {
    width: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px
}

.fl-gap-20 {
    width: calc(100% + 20px);
    margin-top: -20px;
    margin-left: -20px
}

.fl-gap-30 {
    width: calc(100% + 30px);
    margin-top: -30px;
    margin-left: -30px
}

.fl-gap-40 {
    width: calc(100% + 40px);
    margin-top: -40px;
    margin-left: -40px
}

.fl-gap-50 {
    width: calc(100% + 40px);
    margin-top: -50px;
    margin-left: -50px
}

.fl-gap-10.fl-col-2 > * {
    width: calc(50% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-3 > * {
    width: calc(33.333% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-4 > * {
    width: calc(25% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-5 > * {
    width: calc(20% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-6 > * {
    width: calc(16.666% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-7 > * {
    width: calc(14.285% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-8 > * {
    width: calc(12.5% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-9 > * {
    width: calc(11.1111% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-10.fl-col-10 > * {
    width: calc(10% - 10px) !important;
    margin-top: 10px;
    margin-left: 10px;
}

.fl-gap-20.fl-col-2 > * {
    width: calc(50% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-3 > * {
    width: calc(33.333% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-4 > * {
    width: calc(25% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-5 > * {
    width: calc(20% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-6 > * {
    width: calc(16.666% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-7 > * {
    width: calc(14.285% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-8 > * {
    width: calc(12.5% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-9 > * {
    width: calc(11.1111% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-20.fl-col-10 > * {
    width: calc(10% - 20px) !important;
    margin-top: 20px;
    margin-left: 20px;
}

.fl-gap-30.fl-col-2 > * {
    width: calc(50% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-3 > * {
    width: calc(33.333% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-4 > * {
    width: calc(25% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-5 > * {
    width: calc(20% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-6 > * {
    width: calc(16.666% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-7 > * {
    width: calc(14.285% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-8 > * {
    width: calc(12.5% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-9 > * {
    width: calc(11.1111% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-30.fl-col-10 > * {
    width: calc(10% - 30px) !important;
    margin-top: 30px;
    margin-left: 30px;
}

.fl-gap-40.fl-col-2 > * {
    width: calc(50% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-3 > * {
    width: calc(33.333% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-4 > * {
    width: calc(25% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-5 > * {
    width: calc(20% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-6 > * {
    width: calc(16.666% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-7 > * {
    width: calc(14.285% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-8 > * {
    width: calc(12.5% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-9 > * {
    width: calc(11.1111% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-40.fl-col-10 > * {
    width: calc(10% - 40px) !important;
    margin-top: 40px;
    margin-left: 40px;
}

.fl-gap-50.fl-col-2 > * {
    width: calc(50% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-3 > * {
    width: calc(33.333% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-4 > * {
    width: calc(25% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-5 > * {
    width: calc(20% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-6 > * {
    width: calc(16.666% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-7 > * {
    width: calc(14.285% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-8 > * {
    width: calc(12.5% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-9 > * {
    width: calc(11.1111% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.fl-gap-50.fl-col-10 > * {
    width: calc(10% - 50px) !important;
    margin-top: 50px;
    margin-left: 50px;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
}

.cp {
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer;
}

.hgt30 {
    height: 30px !important;
}

.min-hgt150 {
    min-height: 150px;
}

.min-hgt200 {
    min-height: 200px;
}

.min-hgt300 {
    min-height: 300px;
}

.wid10 {
    width: 10% !important;
}

.wid20 {
    width: 20% !important;
}

.wid30 {
    width: 30% !important;
}

.wid40 {
    width: 40% !important;
}

.wid50 {
    width: 50% !important;
}

.wid60 {
    width: 60% !important;
}

.wid70 {
    width: 70% !important;
}

.wid80 {
    width: 80% !important;
}

.wid100 {
    width: 100% !important;
}

.wid-70 {
    width: 70px !important;
}

.wid-100 {
    width: 100px !important;
}

.wid-110 {
    width: 110px !important;
}

.wid-200 {
    width: 200px !important;
}

.wid-300 {
    width: 300px !important;
}

.wid-400 {
    width: 400px !important;
}

.wid-500 {
    width: 500px !important;
}

.wid-fit {
    width: fit-content !important;
}

.min10 {
    min-width: 10px;
}

.min20 {
    min-width: 20px;
}

.min30 {
    min-width: 30px;
}

.min40 {
    min-width: 40px;
}

.min50 {
    min-width: 50px;
}

.min60 {
    min-width: 60px;
}

.min70 {
    min-width: 70px;
}

.min80 {
    min-width: 80px;
}

.min90 {
    min-width: 90px;
}

.min100 {
    min-width: 100px;
}

.hgt--100 {
    height: 100%;
}

.m0auto {
    margin: 0 auto;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100{ margin-bottom: 100px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

.p0 {
    padding: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl30 {
    padding-left: 30px;
}

.pl85 {
    padding-left: 85px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.px40 {
    padding: 0 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.bno {
    border: none !important;
}

.blind {
    position: absolute;
    top: -999999px;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

/* pagenation */
.pagenate {
    position: relative;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 10px auto 0;
    padding: 0 20px;
}

.pagenate ul li {
    display: inline-block;
}

.pagenate ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #CCC;
    line-height: 1;
    letter-spacing: -0.36px;
    box-sizing: border-box;
    transition: .3s ease;
}

.pagenate ul li a:hover {
    color: #6C822F;
}

.pagenate ul li.active a {
    color: #6C822F;
}

.pagenate ul li a.prev-btn {
    background-image: url("/front/images/ico_line_arrow_left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.pagenate ul li a.prev-btn:hover {
    background-image: url("/front/images/ico_line_arrow_left_wht.svg");
    background-color: #6C822F;
    border-color: #6C822F;
}

.pagenate ul li a.next-btn {
    background-image: url("/front/images/ico_line_arrow_right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.pagenate ul li a.next-btn:hover {
    background-image: url("/front/images/ico_line_arrow_right_wht.svg");
    background-color: #6C822F;
    border-color: #6C822F;
}

.pagenate ul li a.prev-btn, .pagenate ul li a.next-btn, .pagenate ul li a.start, .pagenate ul li a.end {
    border-radius: 50%;
    border: 1px solid rgba(26, 26, 26, 0.10);
}

/*.pagenate ul li a.board {
    margin-left: 5px;
    font-size: 0;
    text-indent: -999999px;
    color: #434343;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/

/*.pagenate ul li a.board.start {
    margin-right: 28px;
    background-image: url('/manage/images/ico_first.svg');
}

.pagenate ul li a.board.prev {
    margin-right: 28px;
    background-image: url('/manage/images/ico_prev.svg');
}

.pagenate ul li a.board.next {
    margin-left: 18px;
    background-image: url('/manage/images/ico_next.svg');
}

.pagenate ul li a.board.last {
    background-image: url('/manage/images/ico_last.svg');
}*/

/*.pagenate ul li a[rel="start"], .pagenate ul li a[rel="next"], .pagenate ul li a[rel="prev"], .pagenate ul li a[rel="last"] {
    margin-left: 5px;
    font-size: 0;
    text-indent: -999999px;
    background-color: #fff;
    border: 1px solid #eee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/

/*.pagenate ul li a[rel="prev"] {
    margin-right: 8px;
    background-image: url('/manage/images/ico_prev.svg');
}

.pagenate ul li a[rel="next"] {
    margin-left: 8px;
    background-image: url('/manage/images/ico_next.svg');
}

.pagenate ul li a[rel="start"] {
    background-image: url('/manage/images/ico_first.svg');
}

.pagenate ul li a[rel="last"] {
    background-image: url('/manage/images/ico_last.svg');
}*/

/* .clear{clear:both;} */

.fl_l {
    float: left !important;
}

.fl_r {
    float: right !important;
}

.txt_l {
    text-align: left !important;
}

.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.ver_t {
    vertical-align: top !important;
}

.txt_b {
    font-weight: bold !important;
}

.txt_ul {
    text-decoration: underline !important;
}

.txt_white {
    color: #fff !important;
}

.txt_red {
    color: #D9001B !important;
}

.wbreak {
    word-break: break-all !important;
}

.information {
    padding: 20px 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #e50000;
}

.information li {
    line-height: 1.4;
    padding-top: 4px;
}

.information li:first-of-type {
    padding-top: 0;
}

.information li b {
    font-weight: 500;
}

.information em {
    text-decoration: underline;
}

.isspam {
    color: red;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
}

.back_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.basic_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
}

.tb {
    display: table;
    width: 100%;
    height: 100%
}

.tbc {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.max20 {
    max-width: 20px !important;
}

.max100 {
    max-width: 100px;
}

.max123 {
    max-width: 123px;
}

.max130 {
    max-width: 130px;
}

.max150 {
    max-width: 150px;
}

.max180 {
    max-width: 180px;
}

.max200 {
    max-width: 200px;
}

.max220 {
    max-width: 220px;
}

.max250 {
    max-width: 250px;
}

.max300 {
    max-width: 300px;
}

.max350 {
    max-width: 350px;
}

.max400 {
    max-width: 400px;
}

.max450 {
    max-width: 450px;
}

.max500 {
    max-width: 500px;
}

.max550 {
    max-width: 550px;
}

.max600 {
    max-width: 600px;
}

.max650 {
    max-width: 650px;
}

.max700 {
    max-width: 700px;
}

.max750 {
    max-width: 750px;
}

.max800 {
    max-width: 800px;
}

.max850 {
    max-width: 850px;
}

.max900 {
    max-width: 900px;
}

.max950 {
    max-width: 950px;
}

.max1000 {
    max-width: 1000px;
}


.mt0 {
    margin-top: 0 !important;
}

.required {
    color: #6C822F;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    line-height: 1;
    position: relative;
    top: -7px;
    left: 2px;
}

.required > span {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opactiy=0);
}

.hidden {
    display: none;
}
.fs80 {
    font-size: 8rem;
}

.fs70 {
    font-size: 7rem;
}

.fs64 {
    font-size: 6.4rem;
}

.fs60 {
    font-size: 6rem;
}

.fs55 {
    font-size: 5.5rem;
}

.fs50 {
    font-size: 5rem;
}

.fs48 {
    font-size: 4.8rem;
}

.fs45 {
    font-size: 4.5rem;
}

.fs40 {
    font-size: 4rem;
}

.fs35 {
    font-size: 3.5rem;
}

.fs30 {
    font-size: 3rem;
}

.fs28 {
    font-size: 2.8rem;
    letter-spacing: -0.56px;
}
.fs26 {
    font-size: 2.6rem;
}

.fs25 {
    font-size: 2.5rem;
}

.fs20 {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.fs18 {
    font-size: 1.8rem;
    letter-spacing: -0.36px;

}

.fs17 {
    font-size: 1.7rem;
}

.fs16 {
    font-size: 1.6rem;
    letter-spacing: -0.32px;
    line-height: 22px;
}

.fs15 {
    font-size: 1.5rem;
}

.fs14 {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.fs13 {
    font-size: 1.3rem;
    line-height: 18px;
    letter-spacing: -0.26px;
}

.fs12 {
    font-size: 1.2rem;
    letter-spacing: -0.24px;
    line-height: 17px;
}

.fs11 {
    font-size: 1.1rem;
    letter-spacing: -0.22px;
    line-height: 15px;
}

.fs10 {
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.lh-1{
    line-height: 1;
}

.letter-no{
    letter-spacing: unset;
}

.txt-zero {
    font-size: 0;
    text-indent: -9999px;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.truncate {
    white-space: nowrap; /* 한 줄로 표시 */
    overflow: hidden; /* 넘친 텍스트 숨김 */
    text-overflow: ellipsis; /* 넘친 텍스트를 ... 처리 */
}

.txt-l {
    text-align: left !important;
}

.txt-r {
    text-align: right !important;
}

.txt-c {
    text-align: center !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.h100{
    height: 100% !important;
}

.fc666{
    color: #666 !important;
}

.fc999{
    color: #999 !important;
}

.b-point{
    color: #005DCB !important;
}

.r-point{
    color: #FF4646 !important;
}

.text-white{color: #fff !important;}

html, body{
    height:100%;
    font-size-adjust:none;
    -webkit-font-size-adjust:none;
    -o-font-size-adjust:none;
    -moz-font-size-adjust:none;
}



