/*common*/
/*header*/
/*footer*/
/*right-bar*/
/*top*/
/*button*/
/*dot*/

/* common */

#wrap * {
    /* white-space: normal; */
    overflow-wrap: break-word;
    word-break: keep-all;
}

#wrap, main, .container, body {
  overflow: visible;
}


a.btn {
    display: inline-block;
}

.vh100 {
    height: var(--full-height);
}

.hidden {
    overflow: hidden;
}

.wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.bd-r-5 {
    border-radius: 5px;
}

.type02 {
    width: 100%;
    max-width: 100%;
}

.inner {
    padding: var(--inner);
    transition: all 0.4s ease;
}

.area-box-1880 {
    width: 100%;
    max-width: var(--wrap-width-01);
    margin: auto;
}

.area-box-1520 {
    width: 100%;
    max-width: var(--wrap-width-02);
    margin: auto;
}

.area-box-1520 {
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.area-box-1609 {
    width: 100%;
    max-width: 1609px;
    margin: auto;
}

.area-box-1400 {
    width: 100%;
    max-width: var(--wrap-width-03);
    margin: auto;
}

.grd-color {
    background: var(--grd-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grd-color-re {
    background: var(--grd-color-re);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_color {
    color: #005DAC;
}

.dot {
    position: relative;
    padding-left: 1.4rem;
}

.dot::before {
    display: block;
    content: "·";
    position: absolute;
    left: 0;
}

.ts-04,
.ts-04 * {
    transition: all 0.4s ease;
}

.ts-02,
.ts-02 * {
    transition: all 0.2s ease;
}

section * {
    transition: all 0.4s ease;
}

.center {
    text-align: center;
    margin: auto;
}

.br-10 {
    border-radius: 10px;
}

.container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* common// */

/* header */
#header,
.type02 #header {
    width: 100%;
    position: absolute;
    transition: all 0.4s;
}

.header {
    width: 100%;
    height: 10rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    transition: all 0.5s;
}

.header.scroll-up {
}

.top .header.inner,
.type02 .header.inner {
    transition: all 0.4s ease;
}

.type02 .header,
.wrap .header {
    animation: Loaddown 0.8s 0.8s both;
    -webkit-animation: Loaddown 0.8s 0.8s both;
}
.type02 .header {
    background: #fff;
    /* box-shadow: rgba(149, 157, 165, 0.1) 0 8px 24px; */
    height: 9rem;
}

@keyframes Loaddown {
    0% {
        transform: translate(0, -50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.header .header-inner {
    width: 100%;
    max-width: 152rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

/* header-logo */
.header .header-inner .header-logo {
    max-width: 22rem;
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.header .header-inner .header-logo img {
  width: 100%;
}

.header .header-inner .header-logo > a .logo-type-c {
    display: none;
}

.header .header-inner .header-logo > a .logo-type-w {
    display: block;
}

.type02 .header .header-inner .header-logo > a .logo-type-w {
    display: none;
}

.type02 .header .header-inner .header-logo > a .logo-type-c {
    display: block;
}

/* PC menu */
.header .header-inner .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .header-inner .nav .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: -4rem;
}

.header .header-inner .nav .main-menu .gnb {
    position: relative;
    display: block;
    cursor: pointer;
}
.header .header-inner .nav .main-menu .gnb + .gnb {
    margin-left: 1rem;
}

.header .header-inner .nav .main-menu .gnb .depth02 {
    font-size: 1.6rem;
    position: relative;
    font-weight: 700;
    transition: all 0.3s;
    line-height: 10rem;
    color: #fff;
    padding: 0 4rem;
    font-family: "Oswald";
    text-transform: uppercase;
}


.type02 .header .header-inner .nav .main-menu .gnb .depth02 {
    color: #222;
}

.wrap .header .header-inner .nav .main-menu .gnb .depth02.on {
    opacity: 0.5;
}

.type02 .header .header-inner .nav .main-menu .gnb .depth02.on {
    opacity: 0.5;
}

.header .header-inner .nav .main-menu .gnb .depth02.active {
    background: #005DAC;
    color: #005DAC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    font-weight: 700;
}

.header .header-inner .nav .main-menu .gnb .depth02.active_li {
    opacity: 1;
    transition: all 0.3s;
}

.header .header-inner .nav .main-menu .gnb .submenu {
    position: absolute;
    left: 0;
    top: 7rem;
    width: 24rem;
    background: #fff;
    border-radius: 10px;
    padding: 2rem 0;
    transition: all 0.5s ease-out;
    transition-property: opacity, top, visibility;
    transition-delay: 0s, 0s, 0s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 10px 28px rgba(59, 59, 59, 0.18);
}
.header .header-inner .nav .main-menu .gnb .submenu.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    top: 8rem;
}

.header .header-inner .nav .main-menu .gnb .submenu > li {
    padding: 0.5rem 3rem;
}
.header .header-inner .nav .main-menu .gnb .submenu > li + li {
    margin-top: 0.8rem;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a {
    display: block;
    font-size: 1.6rem;
    width: 100%;
    transition: all 0.3s;
    font-weight: 500;
    color: #a1a1a1;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active {
    color: #222;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a:hover {
    transition: all 0.3s;
}
.header .header-inner .nav + .lang-box {
    margin-left: 6rem;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active_li {
    color: #fff;
}

.has-depth .depth3 li {
    padding: 0.5rem 1rem;
}

.has-depth .depth3 li a {
   color: #a1a1a1;
}

.has-depth .depth3 li a.active {
    color: #222;
}
.header--light {
  --header-text: #fff;
  --header-icon: #fff;
  --header-logo: brightness(0) invert(1);
  --header-bg: transparent;
}

.header--dark {
  --header-text: #111;
  --header-icon: #111;
  --header-logo: none;
  --header-bg: #fff;
}

.header-wrap {
  background: var(--header-bg);
}

.header-wrap .nav .depth02,
.header-wrap .submenu a {
  color: var(--header-text);
}

.header-wrap .sns img,
.header-wrap .lang_btn img {
  filter: var(--header-logo);
}

.header--dark .header-wrap .material-symbols-outlined {
  color: var(--header-icon);
}

.header--light .logo-type-w { display: block; }
.header--light .logo-type-c { display: none; }

.header--dark .logo-type-w { display: none !important; }
.header--dark .logo-type-c { display: block !important; }

.header--dark .header-inner .nav .main-menu .gnb .depth02 {
    color: #222;
}

.header--dark .header-inner .r-menu .lang_btn, .header--dark .header-inner .r-menu .lang_list {
    color: #222;
}

.header--dark .header-inner .r-menu .lang_btn img {
    filter: none;
}

.header--dark .header-inner .r-menu .lang_btn p {
    color: #222;
}

.header--dark .header-inner .r-menu .material-symbols-outlined {
    color: #222;
}

.header--dark .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham {
    background: #222 !important;
}


/* right menu */
.header .header-inner .r-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
}

/* lang */
.header-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.sns-wrap {
    display: flex;
    gap: 1.5rem;
}

.sns-wrap img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.sns-wrap-m {
    display: none;
    gap: 1.5rem;
    padding: 2rem 2rem 0;
}

.type02 .sns-wrap img {
    filter: none;
}

.header-inner .r-menu .lang_btn img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.type02 .header-inner .r-menu .lang_btn img {
    filter: none;
}

.store-btn a {
    font-size: 1.4rem;
    background-color: #005DAC;
    padding: 0.5rem 1.7rem;
    color: #fff;
    font-family:"Oswald";
    font-weight: 700;
    border-radius: 999px;
    line-height: 100%;
}

.header .header-inner .r-menu .lang_btn {
    cursor: pointer;
    align-items: center;
    gap: 5px;
    display: flex;
}

.header .header-inner .r-menu {
    gap: 3rem;
    align-items: center;
}
.header .header-inner .r-menu .lang_box {
    position: relative;
    padding: 0 0 0 2rem ;
}
.header .header-inner .r-menu .lang_btn,
.header .header-inner .r-menu .lang_list {
    color: #fff;
}

.type02 .header .header-inner .r-menu .lang_btn {
    color: #161616;
}

.header .header-inner .r-menu .lang_btn {
    cursor: pointer;
    align-items: center;
    gap: 5px;
}

.header .header-inner .r-menu .lang_btn p {
    font-size: 1.4rem;
    font-weight: 600;
}

.header .header-inner .r-menu .lang_btn .l-icon {
    font-size: 1.8rem;
}

.header .header-inner .r-menu .lang_list {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
}

.header .header-inner .r-menu .lang_box.on .lang_list {
    opacity: 1;
    visibility: visible;
}

.header .header-inner .r-menu .lang_box.on .lang_list span {
    cursor: pointer;
    /* pointer-events: none; */
}

.header .header-inner .r-menu .lang_box.on .l-icon {
    transform: rotate(180deg);
}

.ham-wrap .ham-box .ham {
    background-color: #000;
}

.ham-wrap .ham-inner {
    width: 100%;
    height: 100%;
    justify-content: left;
    align-items: center;
    display: flex;
}

.ham-wrap .ham-inner .ham-box {
    flex-direction: column;
    gap: 0.5rem;
    cursor: pointer;
    display: flex;
}

.ham-wrap .ham-box .ham {
    width: 2.5rem;
    height: 0.2rem;
    background-color: #ffffff;
    display: block;
}


/* header ham */

/* header ham */
.header .header-inner .r-menu .ham-wrap {
    width: 2.4rem;
    flex-basis: 2.4rem;
    max-width: 2.4rem;
    height: 3rem;
    position: relative;
    cursor: pointer;
}



.header .header-inner .r-menu .ham-wrap .ham-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box {
    width: 100%;
}
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham {
    background: #fff;
    width: 100%;
    height: 1px;
    display: block;
}

.type02 .header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham {
    background: #666;
}

/* mo menu */
.mobile-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    transition: all 0.5s ease;
}
.mobile-wrap * {
    transition: all 0.5s ease;
}

.mobile-wrap.open {
    transition: all 0.5s ease;
    right: 0;
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1700px;
    margin: 0 auto;
    height: 14rem;
}

.menu-top a {
  max-width: 22rem;
}

.menu-top a img {
  width: 100%;
}

.mobile-wrap .close-btn {
    cursor: pointer;
}

.mobile-wrap .close-btn:hover {
    opacity: 0.5;
    transition: all 0.3s;
}
.mobile-wrap .close-btn .c-wrap {
}
.mobile-wrap .close-btn .c-wrap .bar {
    width: 3rem;
    height: 2px;
    background: #222;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.mobile-wrap .close-btn .c-wrap .bar01 {
    transform: translateY(1px) rotate(45deg);
}
.mobile-wrap .close-btn .c-wrap .bar02 {
    transform: translateY(-1px) rotate(-45deg);
}

.mobile-wrap .mobile-inner {
    width: 100%;
    height: 100vh;
    color: #111;
    display: flex;
    justify-content: space-between;
}

/* .mobile-wrap.open .mobile-inner .left {
    flex-basis: 40%;
    max-width: 40%;
    height: 100%;
    animation: left-ani 2s 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
    position: relative;
} */
/* .mobile-wrap .mobile-inner .left .bg {
    width: 100%;
    height: 100%;
    background: url("../img/mo-menu-bg.jpg") no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.mobile-wrap .mobile-inner .left .bg {
    width: 100%;
    height: 100%;
    background: url("../img/mo-menu-bg.jpg") no-repeat center center;
    background-size: cover;
}
.mobile-wrap.open .mobile-inner .right .m-menu .m-nav > li {
    padding-bottom: 1.5rem;
    flex: 1;
    border-right: 1px solid #eee;
    margin-left: 6rem;
}

.mobile-wrap.open .mobile-inner .right .m-menu .m-nav > li:last-child {
    border: 0;
}


@keyframes left-ani {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mobile-wrap .mobile-inner .right {
    flex-basis: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 8rem 0;
    overflow: auto;
    max-height: 100%;
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav {
    display: flex;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-main {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu {
    margin-top: 1.5rem;
    margin-top: 50px;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a {
    font-size: 1.8rem;
    color: #666;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li + li {
    margin-top: 25px;
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover {
    color: var(--main-color);
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover {
    border-color: var(--main-color);
}

.mobile-wrap.open .mobile-inner .right .m-menu .m-nav {
    /* animation: up-ani 2s 0.5s cubic-bezier(0.4, 0, 0.2, 1) both; */
}

@keyframes up-ani {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header// */

/* footer */

#footer {
    background-color: #161616;
}

#footer * {
    transition: all 0.4s ease;
}

#footer .content {
    padding: 10rem 0;
}

#footer .content .top-box {
    justify-content: flex-start;
}

#footer .content .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 6rem 0;
}

#footer .content .bottom-box {
    justify-content: space-between;
}

#footer .content .bottom-box .l-box .info {
    margin-bottom: 2.4rem;
}

#footer .footer_inner {
  display: flex;
  justify-content: space-between;
}

.site-footer {
  background: #161616;
  color: #fff;
  padding: 80px 0;
  font-family: 'Pretendard', sans-serif;
}

.footer-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left .footer-slogan {
  font-size: 9rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  font-family: "Oswald";
}

.footer-center {
  color: #fff;
}

.footer-logo {
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-sub {
  font-size: 14px;
  letter-spacing: 0.15em;
  opacity: 0.7;
  margin-bottom: 24px;
}

.footer-info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-info li {
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    flex: 1;
    color: #989898;
}

.footer-info li span {
    min-width: 45px;
    color: #fff;
}

.footer-sns {
  margin: 20px 0;
}

.footer-sns a {
    margin-right: 12px;
}

.footer-copy {
  font-size: 14px;
  opacity: 0.3;
  margin-top: 20px;
  font-weight: 300;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* footer// */

/*button*/

.btn-wrap .plus-box span.width {
    width: 1.6rem;
    height: 0.2rem;
}

.btn-wrap .plus-box span.length {
    width: 0.2rem;
    height: 1.6rem;
}

.btn-wrap:hover {
    background-color: var(--main-color);
    gap: 1rem;
    border: 2px solid var(--main-color);
}

.btn-wrap:hover .btn-text-box .txt {
    color: #ffffff;
}

.btn-wrap:hover .plus-box {
    transform: rotate(180deg);
}
/*button//*/

/*dot*/

/*dot//*/

/*pop*/
.pop-box {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 2rem;
    transition: all 0.4s ease;
    display: none;
}
.pop-box.on{
    z-index: 99;
    display: block;
}
.pop-box .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
.pop-box .con-wrap{
    max-width: 600px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    border-radius: 2rem;
    overflow-y: auto;
}
.pop-box .info-box{
    height: 100%;
    max-height: 600px;
    overflow-y: auto;
}

/*pop//*/

/*scroll*/
/* 전체 스크롤바 */
::-webkit-scrollbar {
    width: 10px;
    /* 스크롤바의 너비 */
    height: 10px;
    /* 수평 스크롤바의 높이 */
}

/* 스크롤바의 Thumb */
::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    /* 색상 */
    border-radius: 5px;
    /* 모서리 둥글게 */
}

/* Hover 시 Thumb 스타일 */
::-webkit-scrollbar-thumb:hover {
    background-color: #cacaca;
    /* Hover 색상 */
}

/* 스크롤바의 Track */
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    /* 트랙 배경색 */
    border-radius: 5px;
}

/* 트랙 경계 */
::-webkit-scrollbar-track-piece {
    border: 1px solid #ddd;
}

/* 콘텐츠가 스크롤 가능한 영역 */
body {
    /* 스크롤 테스트용 */
    margin: 0;
}
/*scroll/*/
/* Reset for all elements inside .ckeditor_area */
.ckeditor_area *,
.ckeditor_area *::after,
.ckeditor_area *::before {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

/* Reset for specific elements inside .ckeditor_area */
.ckeditor_area body,
.ckeditor_area html {
    height: 100%;
}

.ckeditor_area body {
    line-height: 1.4;
    color: inherit;
    background-color: transparent;
    font-family: sans-serif;
    /* 기본 글꼴 설정 */
}

/* Reset for images inside .ckeditor_area */
.ckeditor_area img {
    display: block;
    /* 인라인 요소를 블록 요소로 바꿔서 불필요한 공간 제거 */
    max-width: 100%;
    /* 이미지를 부모 크기에 맞게 제한 */
    height: auto;
    /* 비율 유지 */
    width: auto;
}

/* Reset for headings (h1, h2, h3, h4, h5, h6) inside .ckeditor_area */
.ckeditor_area h1,
.ckeditor_area h2,
.ckeditor_area h3,
.ckeditor_area h4,
.ckeditor_area h5,
.ckeditor_area h6 {
    font-size: inherit;
    /* 기본 폰트 크기 상속 */
    font-weight: normal;
    /* 기본 폰트 두께 제거 */
    margin: 0;
    /* 기본 여백 제거 */
}

/* Reset for paragraphs inside .ckeditor_area */
.ckeditor_area p {
    margin: 0;
    /* 기본 여백 제거 */
    line-height: 1.5;
    /* 줄 간격을 적당히 설정 */
}

/* Reset for lists inside .ckeditor_area */
.ckeditor_area ol,
.ckeditor_area ul {
    list-style: none;
    /* 기본 목록 스타일 제거 */
    padding-left: 0;
    /* 기본 여백 제거 */
}

/* Reset for anchor tags inside .ckeditor_area */
.ckeditor_area a {
    text-decoration: none;
    /* 링크의 밑줄 제거 */
    color: inherit;
    /* 링크 색상 기본 설정 */
}

/* Reset for tables inside .ckeditor_area */
.ckeditor_area table {
    border-collapse: collapse;
    /* 테이블의 경계선 병합 */
    width: 100%;
    /* 테이블 너비 100%로 설정 */
}

.ckeditor_area td,
.ckeditor_area th {
    text-align: left;
    /* 셀 내 텍스트 왼쪽 정렬 */
    padding: 8px;
    /* 셀 내 패딩 */
    border: 1px solid #ccc;
    /* 기본 테두리 추가 */
}


/* search */
.top-center {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.search-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 45rem;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 50px;
    border: 0;
    height: 5rem;
}

.search-wrap .search-list {
    width: 120px;
    height: 100%;
}
.search-wrap .search-list .nice-select {
    border: none;
    font-size: 1.6rem;
    height: 100%;
    line-height: 5rem;
    padding-right: 4rem;
    background-color: #f7f7f7;
    border-radius: 50px;
}

.search-wrap .search-list .nice-select .list {
    width: 100%;
}

.search-wrap #searchInput {
    flex-basis: 70%;
    max-width: 70%;
    border: none;
    font-size: 1.6rem;
    font-family: 'Pretendard';
    padding: 0 15px;
    color: #c5c5c5;
    background-color: #f7f7f7;
    height: 100%;
}

.search-wrap .search-btn {
    flex-basis: 10%;
    max-width: 10%;
    padding-right: 20px;
    line-height: 1.8rem;
}
.search-wrap .search-btn > img {
    width: 1.8rem;
}

/* count */
.count-wrap .count {
    font-size: 1.6rem;

    font-weight: 500;
}
.count-wrap .count > span {
    color: var(--main-color);
    font-weight: 700;
}

/* 페이지네이션 */
.pagelist {
    margin-top: 6rem;
}

.pagelist .page-wrap .pagination {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pagelist .page-wrap .pagination .page-item.prev {
    margin: 0 2rem 0 1.5rem;
}
.pagelist .page-wrap .pagination .page-item.next {
    margin: 0 1.5rem 0 2rem;
}

.pagelist .page-wrap .pagination .page-item > a {
    display: block;
}

.pagelist .page-wrap .pagination .page-item > a .main_p {
    color: #aaa;
    font-size: 1.6rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 0.3rem;
}
.pagelist .page-wrap .pagination .page-item.active > a .main_p {
    color: #121212;
}
/* 페이지네이션// */

/*view페이지*/

/*view-page*/
.view-page-wrap .sub-visual {
    display: none;
}

.view-page-wrap .breadcrumbs {
    margin-bottom: 1rem;
    display: none;
}

/* .view-page {
  padding-top: 14rem;
} */

.view-page .top-box {
    text-align: center;
    margin-bottom: 6rem;
}

.view-page .top-box .category {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.view-page .top-box .day {
    font-size: var(--sub-txt-18);
    color: var(--color-g-text);
    font-weight: 400;
}

.view-page .tit-info-wrap {
    padding: 2rem;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #eeeeee;
}

.view-page .tit-info-wrap .tit-box {
    margin-bottom: 1.6rem;
}

.view-page .tit-info-wrap .tit-box .tit {
    font-size: 3rem;
}

.view-page .tit-info-wrap .info-box .info {
    margin-right: 2.5rem;
}

/* .view-page .info-box img {
  max-width: 50%;
  margin: auto;
} */

.view-page .tit-info-wrap .info-box .info .txt {
    margin-right: 0.6rem;
    font-size: 1.4rem;
    color: var(--color-text3);
}

.view-page .tit-info-wrap .info-box .info .day {
    font-size: 1.4rem;
    color: var(--color-text3);
}

.view-page .tit-info-wrap .file-box {
    margin-top: 1rem;
}

.view-page .tit-info-wrap .file-box a {
    gap: 0.6rem;
}

.view-page .tit-info-wrap .file-box img {
    width: 1.4rem;
}

.view-page .tit-info-wrap .file-box .txt {
    color: var(--color-text3);
}

/*page-btn*/

.prev-next-list-wrap {
    margin-top: 6rem;
}

.prev-next-box .page-btn {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-next-box .page-btn:nth-child(even) {
    border-top: 0;
}

.prev-next-box .page-btn a {
    padding: 2rem;
    align-items: center;
}

.prev-next-box .page-btn .txt {
    width: 10rem;
}

.prev-next-box .page-btn .info {
    width: calc(100% - 10rem);
    color: var(--color-text3);
}

.prev-next-box .page-btn a:hover .info {
    color: var(--color-text2);
}

.prev-next-list-wrap .list-box {
    text-align: center;
    margin-top: 4rem;
}
/*page-btn//*/
/*view-page//*/

/*ck*/
.ckeditor_area {
    padding: 0 2rem;
}
/*ck//*/


.scroll-buffer {
  height: 100px; /* 적절한 값으로 조절 */
}

.bg-gray {
    background-color: #f9f9f9;
}

.pt-0 {
    padding-top: 0 !important;
}

.al {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

/*top-btn*/
#topBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 16px;
    width: 6rem;
    height: 6rem;
    border: 2px solid transparent;
    background-color: #ffffff;
    color: #161616;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.18);
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    display: flex;
    visibility: hidden;
    opacity: 0;
}

#topBtn:hover {
    border: 2px solid #161616;
}
/*top-btn//*/

.notice_mark{
    color:#ffffff; 
    background-color : var(--main-color); 
    padding : 0.4rem 0.2rem;
    padding: 0.6rem 2.8rem; 
    border-radius: 100px;
    font-weight : 600
}


.right_fix_bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.right_fix_bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 100px;
    font-size: 1.6rem;
    color: #fff;
    padding: 2.7rem 1rem;
    min-height: 21.5rem;
    justify-content: space-between;
    width: 5.5rem;
}
.right_fix_bar a:first-child {
    background: #005DAC;
    border-radius: 5px 0px 0px 0px;
}
.right_fix_bar a:last-child {
    background: #272727;
    border-radius: 0px 0px 0px 5px;
}
.right_fix_bar a img {
    width: 17px;
    height: 20px;
}
.right_fix_bar a p {
    font-size: 1.6rem;
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: rotate(360deg);
}

/* paging */
.paging{display:flex; justify-content:center; width:100%; text-align:center; margin:8rem 0 0; flex-wrap:wrap;}
.paging a{position:relative; display:block; width:30px; height:30px;  line-height:30px; margin:0 2px; border:1px solid #ddd; text-align:center; font-size:13px; color:#868686; letter-spacing:-0.25px; background-color:#fff; }
.paging a:hover{color:#222;}
.paging a.cur{border-color:#333; background-color:#333; color:#fff;}
.paging a.paging-arrow i{position:relative; top:-1px; vertical-align:middle; color:inherit; font-size:24px;}

.paging .paging-first i,
.paging .paging-last i{transform:translateX(-8px)}
.paging .paging-first i:before,
.paging .paging-last i:before{display:block;width:7px}

.paging-style03 a{width:auto; padding:0 7px 3px; margin:0 5px; border:0; font-size:16px}
.paging-style03 a.cur{background-color:transparent; color:#333;}
.paging-style03 a.cur:after{position:absolute; bottom:0px; left:50%; width:100%; margin-left:-50%; height:2px; background-color:#333; content:"";}

.paging-style03 .material-symbols-outlined{
  font-size: 14px;           
  line-height: 1;
  vertical-align: middle;
  font-variation-settings:
    'wght' 300,
    'FILL' 0,
    'opsz' 20;
}

.paging-style03 .paging-first .material-symbols-outlined,
.paging-style03 .paging-last .material-symbols-outlined{
  margin: 0 -4px;
}

