@charset "utf-8";

.ctt_admin {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#mir {
    min-height:1250px;
    overflow:hidden;
}



.mircenter,#bbs {
    width:100%;
    max-width:1680px;
    margin:0 auto;
    padding:0 20px;
}
.subpage_container {
    display:flex;
    justify-content:flex-end;
    margin-top:50px;
}
.subpage_container .subpage_center {
    max-width:calc(100% - 340px);
    width:100%;
    padding-left:20px;
}
.subpage_container .subpage_center.title {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:30px;
    border-bottom:1px solid #DEDEDE;
}
.subpage_container .subpage_center .sub_title_wrap {
    display:flex;
    flex-direction:column;
    gap:15px;
}
.subpage_container .subpage_center .sub_title_wrap .title_desc .title_desc_box {
    font-size:0.88em;
}
.subpage_container .subpage_center .sub_title_wrap .title_desc .title_loc {
    display:flex;
    align-items:center;
    gap:7px;
}
.subpage_container .subpage_center .sub_title_wrap .title_desc .title_loc li {
    font-size:15px;
    font-weight:400;
    line-height:normal;
}
.subpage_container .subpage_center .sub_title_wrap .title_desc .title_loc li:nth-child(odd) {
    line-height:15px;
}
.subpage_container .subpage_center .subpage_title {
    font-size:1.66em;
    font-weight:500;
    line-height:normal;
    font-family: "The Jamsil";
}
.subpage_container .subpage_center .option_btns {
    display:flex;
    align-items:stretch;
    gap:15px;
}
.subpage_container .subpage_center .option_btns a {
    border:1px solid #dedede;
    border-radius:10px;
    background-color:#fff;
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* header */
#header {
    position: relative;
    border-bottom:1px solid #ddd;
}
#header .header_wrap {
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    height:110px;
}
#header .header_wrap .logo {
    display: flex;
    align-items: center;
}
#header .header_wrap .user {
    display:flex;
    align-items:center;
    gap:41px;
}
#header .header_wrap .user a {
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    gap:10px;
    position: relative;
    width:53px;
    height:53px;
}
#header .header_wrap .user a::after {
    content:'';
    width:1px;
    height:25px;
    background-color:#ddd;
    position:absolute;
    right:-21px;
    top:50%;
    transform:translateY(-50%);
}
#header .header_wrap .user a:last-child::after {
    display:none;
}
#header .header_wrap .user a p {
    font-size:0.77em;
    font-weight:400;
    font-family: "The Jamsil";
}


/* quick */
#quick_top {
    position:fixed;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
    justify-content:center;
    z-index:10;
}
#quick_top .quick {
    padding:0 10px 15px 10px;
    width:85px;
    border-radius: 10px 10px 0px 10px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    display:flex;
    flex-direction:column;
    gap:8px;
}
#quick_top .quick_control .quick_btn {
    width:65px;
    height:20px; 
    display:block;
    border-radius: 0 0 10px 10px;
    background-color: #7B4992;
    background-image:url(../img/layout/quick_close.png);
    background-repeat:no-repeat;
    background-position:center center;
}
#quick_top .quick_control .quick_btn.open {
    background-image:url(../img/layout/quick_open.png);
}
#quick_top .quick_ti {
    font-size:0.77em;
    font-weight:700;
    text-align:center;
    line-height:1;
}
#quick_top ul {
    display:block;
}
#quick_top ul.open {
    display:none;
}
#quick_top ul li + li {
    margin-top:8px;
}
#quick_top ul li a {
    width:65px;
    height:65px;
    border:1px solid #ddd;
    border-radius:20px;
    background-color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
}
#quick_top ul li a img {
    margin:0;
}
#quick_top ul li a p {
    font-size:0.77em;;
    font-weight:500;
    line-height:1;
    color:#444;
}

#quick_top .quick_sns {
    display:flex;
    flex-direction:column;
    gap:10px;
}
#quick_top .quick_sns a {
    width:50px;
    height:50px;
    border-radius:50%;
    box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    display:flex;
    align-items:center;
    justify-content:center;
}
#quick_top .quick_sns .facebook {
    background-color:#3B7AD8;
}
#quick_top .quick_sns .youtube {
    background-color:#EA5753;
}

#quick_top .go_top {
    width: 60px;
    height: 60px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    gap:4px;
    border-radius:50%;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}



/* allsearch_drop */
.search_mini {
    position:absolute;
    right:210px;
    bottom: -24px;
    width:120px;
    height:24px;
    background-color:#7B4992;
    border-radius:0 0 999px 999px;
    font-size:0.74em;
    color:#fff;
    font-weight:300;
    font-family: "The Jamsil";
    z-index:1000;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}

#service_drop {
    width: 100%;
    height: auto;
    display: block; /* 기본적으로 block 설정 */
    position: relative;
    z-index: 999;
    border-bottom: 0.5px solid #DEDEDE;
    background-color: rgba(123, 73, 146, 0.05);
    background-image: url(../img/layout/search_drop_bg.png);
    background-repeat: no-repeat;
    background-position: right 15% bottom;
    /* 애니메이션 */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

#service_drop.show {
    opacity: 1;
    max-height: 150px;
    display:none;
}
#service_drop .service_wrap {
    display: flex;
    align-items: center;
    gap:100px;
    height: 100%;
    margin-left: 15%;
    padding:18px 0;
}
#service_drop .service_wrap .service_title p {
    font-size:1.44em;
    font-family: "The Jamsil";
    font-weight:500;
    line-height:1.23;
}
#service_drop .service_wrap .service_title p span {
    background: var(--point, linear-gradient(135deg, #C95094 16.43%, #7B4992 87.14%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:600;
    display: block;
}
#service_drop .service_wrap .service_btns {
    display:flex;
    align-items:stretch;
    gap:35px;
}
#service_drop .service_wrap .service_btns a {
    border:1px solid #ddd;
    background-color:#fff;
    border-radius:30px;
    width:115px;
    height:115px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
#service_drop .service_wrap .service_btns .service_icon {
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#service_drop .service_wrap .service_btns .service_ti {
    font-size:0.77em;
    font-weight:300;
    letter-spacing:-0.42px;
    line-height:1.85;
    font-family: "The Jamsil";
}
#service_drop .service_wrap .service_btns a:hover {
    border-color:#7B4992;
}

/* global */
#global {
    flex:1;
}
#global .depth1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 100px;
    height: 100%;
}
#global .depth1 .dl1 {
    display:flex;
    align-items:center;
    justify-content:center;
}
#global .depth1 .dl1 .da1 {
    font-size:1.22em;
    font-family: 'NanumSquareNeo';
    font-weight:800;
}
#global .depth1 .dl1.sel .da1 {
    background: var(--point, linear-gradient(135deg, #C95094 16.43%, #7B4992 87.14%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:800;
}
#global .depth2 {
    position: absolute;
    height: 0;
    opacity: 0;
    top: 110px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top:1px solid #ddd;
}
#global .depth2 .depth2_wrap {
    display: flex;
    height: 100%;
}
#global .depth2 .depth2_title {
    width: 420px;
    padding-left: 140px;
    padding-right: 50px;
    padding-top: 40px;
    display: none;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: 96% bottom;
    background-color:#F7F7F7;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='141' height='164' viewBox='0 0 141 164' fill='none'%3E%3Cpath d='M77.5078 142.329C67.1041 142.329 57.8089 137.568 51.6624 130.113C33.878 123.111 21.2828 105.808 21.2828 85.5333C21.2828 65.2582 32.8704 49.3655 49.4961 41.86C47.3045 41.5073 45.0877 41.2807 42.8206 41.2807C19.6706 41.2555 0.903809 60.0446 0.903809 83.1909C0.903809 92.5351 4.00223 101.149 9.19144 108.126C9.09068 108.201 14.0532 113.742 15.8417 115.228L75.7948 175.021L119.349 130.315C110.91 136.611 97.6853 142.354 77.533 142.354L77.5078 142.329Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M21.2826 85.5079C21.2826 105.783 33.8778 123.111 51.6622 130.088C46.9264 124.32 44.0547 116.915 44.0547 108.881C44.0547 95.3558 53.1232 85.5331 63.6528 78.4305C70.2275 73.9977 75.5679 55.4856 57.8842 44.0762C55.214 43.0435 52.3927 42.3131 49.4958 41.8346C32.845 49.3402 21.2826 66.064 21.2826 85.5079Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M74.5606 145.074C83.4528 145.074 91.413 140.994 96.6526 134.622C111.868 128.652 122.624 113.843 122.624 96.5146C122.624 79.1863 112.724 65.6108 98.4915 59.1883C100.356 58.886 102.245 58.7097 104.21 58.7097C124.009 58.7097 140.03 74.7535 140.03 94.5248C140.03 102.509 137.385 109.863 132.952 115.833C133.027 115.883 128.795 120.643 127.284 121.903L76.0468 173.006L38.8154 134.798C46.0199 140.188 57.3304 145.074 74.5354 145.074H74.5606Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M122.624 96.5397C122.624 113.868 111.867 128.652 96.6524 134.647C100.708 129.71 103.151 123.388 103.151 116.513C103.151 104.952 95.3928 96.5649 86.3999 90.4949C80.7824 86.717 76.223 70.8999 91.3372 61.1275C93.6295 60.246 96.0226 59.6164 98.5165 59.2134C112.724 65.6359 122.649 79.9166 122.649 96.5397H122.624Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M59.7233 37.2759C49.4456 37.2759 41.0824 28.914 41.0824 18.638C41.0824 8.3619 49.4204 0 59.7233 0C70.0262 0 78.3642 8.3619 78.3642 18.638C78.3642 28.914 70.001 37.2759 59.7233 37.2759ZM59.7233 11.0065C55.5165 11.0065 52.0906 14.4318 52.0906 18.638C52.0906 22.8441 55.5165 26.2695 59.7233 26.2695C63.9301 26.2695 67.356 22.8441 67.356 18.638C67.356 14.4318 63.9301 11.0065 59.7233 11.0065Z' fill='black' fill-opacity='0.1'/%3E%3Cpath d='M122.649 44.5296L114.689 36.5706H122.296V25.6397H111.565V18.1342H100.632V25.6397H89.9014V36.5706H97.4837L89.5487 44.5296L97.2822 52.2618L106.099 43.4465L114.915 52.2618L122.649 44.5296Z' fill='black' fill-opacity='0.1'/%3E%3C/svg%3E");
}
#global .depth2 .depth2_title .titleTxt {
    display:flex;
    flex-direction:column;
    gap:15px;
    width:155px;
}
#global .depth2 .depth2_title .titleTxt_main {
    font-size:1.55em;
    font-weight:800;
    font-family: 'NanumSquareNeo';
}
#global .depth2 .depth2_title .titleTxt_sub {
    font-size:1em;
    font-weight:400;
    color:#444;
}
#global .depth2 ul {
    width:calc(100% - 420px);
    padding-bottom: 0;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 160px;
    display: none;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    background-color:#fff;
    gap:30px;
}
#global .depth2 .dl2 {
    width: calc(25% - 22.5px);
    border:1px solid #ccc;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px;
}
#global .depth2 .dl2 .da2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding:0;
    font-size:1.11em;
    font-weight:500;
    padding: 10px 20px;
}
#global .depth2 .dl2.g20 .da2:nth-child(9) {
    font-size:1.08em;
    letter-spacing:-0.54px;
}
#global .dl1.sel .depth2 {
    height: 320px;
    opacity: 1;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index:99999;
}
#global .dl1.sel .depth2 .depth2_title {
    display: flex;
}
#global .dl1.sel .depth2 ul {
    display: flex;
}
#global .depth2 .dl2:hover {
    border-color:#7B4992;
    background-color:#FBFAFF;
}
#global .depth2 .dl2:hover .da2 {
    color: #7B4992;
    font-weight:700;
}
#global .depth2 .dl2:hover .da2 svg path {
    fill:#804A92;
}


/* category */
#category {
    display:none;
}
#category.sel {
    display:block;
}
#category .bg {
    display: none;
    position: fixed;
    top: 0;
    z-index: 19;
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-color:#fff;
}
#category .bg.sel {
    display: block;
}
#category .category {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
    width: 100%;
    background-color: #fff;
    display: block;
    background: #fff;
    height: auto;
    padding: 0 !important;
    text-align: left;
}
#category .category .category_inn {
    display: flex;
    align-items: flex-start;
    gap:0;
    position: relative;
}
#category .category .category_inn .category_wrap {
    display:flex;
    gap:100px;
    align-items: center;
}
#category .category .depth1 {
    max-width: 1530px;
    flex: 1;
}
#category .category .depth1 .dl1 {
    display:flex;
    padding:30px 0;
    gap:80px;
    border-bottom: 1px solid #ddd;
    color:#222;
}
#category .category .depth1 .dl1 .da1 {
    width:200px;
    font-size:1.33em;
    letter-spacing:-0.72px;
    font-weight:700;
    font-family: 'NanumSquareNeo';
    line-height: 1;
}
#category .category .depth2 {
    display:flex;
    gap:20px;
    flex-wrap: wrap;
    flex:1;
}
#category .category .depth2 .dl2 {
    min-width: 200px;
}
#category .category .depth2 .dl2 .da2 {
    font-size:1em;
    font-weight:600;
    letter-spacing:-0.54px;
}
#category .category .depth2 .dl2 .da2:hover {
    color:#7B4992;
}
#category .category .depth3 {
    display:none;
}

#category .category .search {
    display:none;
}

#category .category .category_title {
    display:none;
}
#category .category_title_sitemap {
    width: 150px;
    height: 728px;
    background-image: url(../img/layout/sitemap.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#category .category_title_sitemap h1 {
    font-size:60px;
    font-weight:600;
    color:#fff;
}
#category .close {
    background:unset;
    border:unset;
    position: absolute;
    right: 50px;
    top: 0;
}
#category .close:hover {
    transform:rotate(90deg);
    transition:.3s;
}

/* footer */
#footer {
    background-color:#444;
    padding:40px 0;
}
#footer .f_container {
    display:flex;
    align-items:center;
}
#footer .f_container .f_logo_info_wrap {
    display:flex;
    align-items:center;
    gap:60px;
    flex:1;
}
#footer .f_container .f_logo_info_wrap .f_info {
    flex:1;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_btns {
    display:flex;
    align-items:center;
    gap:21px;
    margin-bottom:10px;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_btns a {
    font-size:0.88em;
    font-weight:400;
    color:#fff;
    position: relative;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_btns a::before {
    content:'';
    width:1px;
    height:10px;
    background-color:#fff;
    position:absolute;
    left:-11px;
    top:50%;
    transform:translateY(-50%);
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_btns a.privacy {
    font-weight:700;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_btns a.privacy::before {
    display:none;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_text {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    gap:20px;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_text p {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:0.88em;
    font-weight:400;
    color:#fff;
    line-height:1.50;
}
#footer .f_container .f_logo_info_wrap .f_info .f_info_text p span {
    font-weight:700;
}
#footer .f_container .f_logo_info_wrap .f_info .copyright {
    font-size:0.88em;
    font-weight:400;
    color:#fff;
    line-height:1.50;
}
#footer .f_container .f_logo_info_wrap .f_info .copyright a {
    color:#fff;
}
#footer .f_container .f_logo_info_wrap .f_info .copyright a:hover {
    color:#C95094;
}
#footer .f_container .f_callbox {
    width:338px;
    padding:30px;
    background-color:#FBFAFF;
    border-radius:20px;
    display:flex;
    flex-direction:column;
    gap:5px;
}
#footer .f_container .f_callbox .callbox_title {
    display:flex;
    flex-direction:column;
    gap:5px;
}
#footer .f_container .f_callbox .callbox_title .callbox_ti {
    font-family:'NanumSquareNeo';
    font-size:1.22em;
    font-weight:800;
    letter-spacing:-0.66px;
    color:#7B4992;
    display:flex;
    align-items:center;
    gap:10px;
}
#footer .f_container .f_callbox .callbox_title .callbox_co {
    font-family:'NanumSquareNeo';
    font-size:14px;
    font-weight:500;
    letter-spacing:-0.6px;
    color:#666;
}
#footer .f_container .f_callbox  .callbox_num {
    font-family:'NanumSquareNeo';
    font-weight:800;
    font-size:1.33em;
    letter-spacing:-0.72px;
}


/* title */
#title {}
#title .mircenter {
    position: relative;
}
#title .title_center {
    display:flex;
    flex-direction:column;
    width:300px;
    position: absolute;
    top:0;
    z-index: 1;
}
#title .desc_box {
    padding:50px 60px 90px;
    border-radius:30px;
    background: rgb(201,80,148);
    background: linear-gradient(135deg, rgba(201,80,148,1) 16.43%, rgba(123,73,146,1) 87.14%);
}
#title .desc_box h2 {
    font-size:1.55em;
    font-weight:500;
    font-family: "The Jamsil";
    color:#fff;
    text-align:center;
    line-height:normal;
}
#title .navi .subnavWrap .nv1,
#title .navi .subnavWrap .nv2,
#title .navi .subnavWrap .nv3 .naviBtn {
    display:none;
}
#title .navi .subnavWrap .nv3 > .navimenu {
    display:flex;
    flex-direction:column;
    padding:15px 20px;
    background-color:#fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top:-40px;
}
#title .navi .subnavWrap .nv3 > .navimenu > li {
    border-bottom:1px solid #ddd;
}

#title .navi .subnavWrap .nv3 > .navimenu > li:last-child {
    border-bottom:none;
}
#title .navi .subnavWrap .nv3 > .navimenu > li > a {
    display:flex;
    align-items:center;
    height:55px;
    padding:0 7px;
    background-image:url(../img/layout/depth2_drop.png);
    background-repeat:no-repeat;
    background-position:right 7px center;
}
#title .navi .subnavWrap .nv3 > .navimenu > li.active > a {
    background-image:url(../img/layout/depth2_drop_on.png);
}
#title .navi .subnavWrap .nv3 > .navimenu > li > a > span {
    font-size:0.94em;
    font-weight:400;
    line-height:normal;
}
#title .navi .subnavWrap .nv3 > .navimenu > li.active > a > span {
    font-weight:700;
    color:#7B4992;
}
#title .navi .subnavWrap .nv3 > .navimenu > li.active .nv4 {
    display:block;
}
#title .navi .subnavWrap .nv4 {
    display:none;
    background-color:#FFF9FC;
}
#title .navi .subnavWrap .nv4 li {
    border-top:1px solid #ddd;
}
#title .navi .subnavWrap .nv4 li a {
    display:block;
    font-size:0.83em;
    font-weight:400;
    color:#777;
    padding:10px 7px 10px 15px;
    background-image:url(../img/layout/nv4_arrow.png);
    background-repeat:no-repeat;
    background-position:right 7px center;
}
#title .navi .subnavWrap .nv4 li.active a {
    font-weight:700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color:#7B4992;
}



/* ********************************************************************* */
/* **************************반응형 미디어쿼리 css*********************** */
@media (max-width:1728px) {
    /* #global .depth2 .depth2_title {
        width: 320px;
        padding-left:100px;
    }
    #global .depth2 ul {
        width: calc(100% - 320px);
    } */
}
@media (max-width:1640px) {
    #global .depth1 {
        gap:80px;
    }
    /* #global .depth2 .depth2_title {
        width: 280px;
        padding-left:80px;
    } */
    
    #global .depth2 ul {
        /* width: calc(100% - 280px); */
        padding-right:80px;
        padding-top: 40px;
        padding-left:40px;
        gap:20px;
    }
    #global .depth2 .dl2 {
        width:calc(33.333% - 13.333px);
    }
    #global .depth2 .dl2 .da2 {
        font-size:1.05em;
    }
    #global .dl1.sel .depth2 {
        height:270px;
    }

    #allsearch_drop {
        background-position:80% center;
    }

    #footer .f_container .f_logo_info_wrap {
        gap:30px;
    }
    #footer .f_container .f_logo_info_wrap .f_info .f_info_text {
        gap:10px;
    }
    #footer .f_container .f_logo_info_wrap .f_info .f_info_text p {
        gap:5px;
    }


    #service_drop {
        background-position:right bottom;
    }


}
@media (max-width:1440px) {
    #header .header_wrap {
        gap:50px;
    }
    #header .header_wrap .logo img {
        width:240px;
    }
    #header .header_wrap .user {
        gap:21px;
    }
    #header .header_wrap .user a::after {
        right:-11px;
    }

    #global .depth1 {
        gap:60px;
        justify-content: space-between;
    }
    #global .depth1 .dl1 .da1 {
        font-size:1.11em;
        letter-spacing:-0.54px;
    }
    #global .dl1.sel .depth2 .depth2_title {
        display:none;
    }
    #global .depth2 ul {
        width:100%;
        padding-right:40px;
    }
    #global .depth2 .dl2 {
        width:calc(25% - 15px);
    }


 
    #service_drop .service_wrap {
        margin-left:10%;
        gap:50px;
    }
    #service_drop .service_wrap .service_btns {
        gap:20px;
    }

  
    #footer .f_container .f_logo_info_wrap {
        flex-direction:column;
        align-items: flex-start;
        gap:20px;
    }
    #footer .f_container .f_logo_info_wrap .f_logo img {
        width:240px;
    }
    #footer .f_container .f_callbox {
        padding:20px;
    }
}
@media (max-width:1200px) {
    #header .header_wrap {
        gap:30px;
    }
    #header .header_wrap .logo img {
        width:220px;
    }

    #global .depth1 {
        gap:40px;
    }
    #global .depth1 .dl1 .da1 {
        font-size:1em;
    }
    #global .depth2 .dl2 .da2 {
        font-size:0.94em;
    }

    #category .category_title_sitemap {
        width:120px;
        background-size:100% auto;
        background-position:left center;
    }
    #category .category .category_inn .category_wrap {
        gap:60px;
    }
    #category .category .depth1 .dl1 {
        gap:40px;
    }
    #category .category .depth1 .dl1 .da1 {
        width:160px;
        font-size:1.11em;
    }

    #footer .f_container .f_logo_info_wrap .f_logo img {
        width:220px;
    }
    #footer .f_container .f_logo_info_wrap .f_info .f_info_text {
        flex-direction:column;
        gap:3px;
        align-items: flex-start;
    }


    #title .title_center {
        width:240px;
    }
    #title .navi .subnavWrap .nv3 > .navimenu > li > a > span {
        width: 80%;
        word-break: break-all;
    }
    .subpage_container .subpage_center {
        padding-left:0;
        max-width:calc(100% - 280px);
    }

    .search_mini {
        right:50px;
    }
    #service_drop {
        background-image:none;
    }
    #service_drop .service_wrap {
        margin-left:0;
        justify-content:center;
    }
    #service_drop .service_wrap .service_btns a {
        width:100px;
        height:100px;
    }
}
@media (max-width:1024px) {

    #mir {
        min-height:auto;
    }


    #header .header_wrap {
        height:100px;
    }



    #quick_top {
        transform: unset;
        position: unset;
        border-top:1px solid #ddd;
        flex-direction:row-reverse;
    }
    #quick_top .quick {
        display:none;
    }
    #quick_top .quick_sns {
        flex-direction:row;
        flex:1;
        justify-content: space-around;
        border-left:1px solid #ddd;
    }
    #quick_top .quick_sns a {
        width:100%;
        border-radius:5px;
    }

    #quick_top .top_btn {
        display:block;
        flex:1;
    }
    #quick_top .go_top {
        border-radius:0;
        background-color:unset;
        box-shadow:unset;
        width:100%;
    }

    #global {
        display:none;
    }
    #header .header_wrap .user .search_click {
        display:none;
    }
    #header .header_wrap .user a p {
        display:none;
    }
    .search_mini {
        display:none!important;
    }

    #service_drop {
        display:none!important;
    }

    #category .category.sel {
        display: block;
        visibility: visible;
        overflow-y: scroll;
        z-index: 1000000000;
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 0;
        background-color: #fff;
    }
    #category .category .category_inn {
        padding: 0;
        background-color: #fff;
        height: 100%;
        width: 100%;
        border-radius: 0;
        flex-direction:column;
    }
    #category .category .category_inn .category_wrap {
        display: block;
        width:100%;
    }
    #category .category_title_sitemap {
        display:none;
    }
    #category .category .category_inn .category_title {
        display:block;
        background-color:#7B4992;
        padding:20px 30px;
        width:100%;
    }
    #category .category .category_inn .category_title h1 {
        color:#fff;
        font-size:18px;
        font-weight:600;
    }
    #category .category .category_inn .search {
        display:block;
        width:100%;
        padding:15px;
        border-bottom:1px solid #ddd;
    }
    #category .category .category_inn .search fieldset {
        display:flex;
        border:2px solid #7B4992;
        border-radius:30px;
    }
    #category .category .category_inn .search input {
        flex:1;
        border:none;
        background-color:unset;
        padding:0 15px;
    }
    #category .category .category_inn .search input:focus {
        box-shadow:unset;
        border:none!important;
    }
    #category .category .category_inn .search .mo_search_button {
        width:45px;
        height:45px;
        background: var(--point, linear-gradient(135deg, #C95094 16.43%, #7B4992 87.14%));
        border-radius:50%;
    }
    #category .category .category_inn .search .mo_search_button button {
        border:none;
        display:block;
        width:100%;
        height:100%;
        background:unset;
        background-image:url(../img/layout/search_mo.png);
        background-repeat:no-repeat;
        background-position: center center;
    }
    #category .category .depth1 {
        display: block;
        padding: 0;
    }
    #category .category .depth1 .dl1 {
        display:block;
        padding:0;
        width:100%;
    }
    #category .category .depth1 .dl1 .da1 {
        color:#222;
        width:100%;
        padding:20px 30px;
        font-family: 'Pretendard';
        font-size:1.11em;
        font-weight: 400;
        border-bottom:1px solid #ddd;
        background-image:url(../img/layout/mo_menu_off.png);
        background-repeat:no-repeat;
        background-position:right 30px center;
        text-align: left;
    }
    #category .category .depth1 .dl1.sel .da1{
        background-image:url(../img/layout/mo_menu_on.png);
    }
    #category .category .depth2 {
        flex-direction:column;
        background-color:#f9f9f9;
        gap: 0;
    }
    #category .category .depth2 .dl2 {
        width:100%;
  
        border-bottom:1px solid #ddd;
    }
    #category .category .depth2 .dl2 .da2 {
        color:#444;
        font-size:1em;
        font-weight:400;
        color:#7B4992;
        padding:20px 30px;
        display:block;
        text-align: left;
    }
    #category .category .depth3 {
        display:block;
        padding: 20px 30px;
        background: #FFF9FB;
        border-top:1px solid #ddd;
    }
    #category .category .depth3 .dl3 {
        position: relative;
        padding-left:12px;
        text-align: left;
    }
    #category .category .depth3 .dl3::before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #7B4992;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform:translateY(-50%);
    }
    #category .category .depth3 .dl3 .da3 {
        display:block;
        padding:5px 0;
        font-size:0.94em;
    }
    
    #category .close {
        position:absolute;
        width:20px;
        height:20px;
        right:20px;
        top:20px;
        background-image:url(../img/layout/allmenu_close_mo.png);
        background-repeat:no-repeat;
        background-position:center center;
    }
    #category .close img {
        display:none;
    }


    .subpage_container {
        margin-top:30px;
    }
    .subpage_container .subpage_center.title {
        padding-top:0;
    }

    #title .title_center {
        display:none;
    }
    .subpage_container .subpage_center {
        max-width:100%;
    }



}
@media (max-width:991px) {
    #footer .f_container {
        flex-direction:column;
        gap:15px;
    }
    #footer .f_container .f_logo_info_wrap {
        width:100%;
    }
    #footer .f_container .f_logo_info_wrap .f_logo {
        align-self:center;
    }
    #footer .f_container .f_callbox {
        width:100%;
    }
    #footer .f_container .f_callbox .callbox_title {
        flex-direction:row;
        align-items: flex-end;
    }
    #footer .f_container .f_callbox .callbox_title .callbox_ti {
        align-items: flex-end;  
        gap:5px;
    }
    #footer .f_container .f_callbox .callbox_title .callbox_ti span {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

}
@media (max-width:768px) {
    #header .header_wrap {
        height:90px;
    }
    #header .header_wrap .logo img {
        width:180px;
    }
}
@media (max-width:640px) {
    .mircenter, #bbs {
        padding-left:10px;
        padding-right:10px;
    }



    #header .header_wrap {
        height:75px;
    }
    #header .header_wrap .logo img {
        width:160px;
    }




    #footer .f_container .f_callbox {
        padding:15px 10px 15px 20px;
    }
    #footer .f_container .f_callbox .callbox_title .callbox_ti {
        font-size:1em;
    }
    #footer .f_container .f_callbox .callbox_title .callbox_ti span svg {
        width:20px;
        height:20px;
    }
    #footer .f_container .f_callbox .callbox_title .callbox_co {
        font-size:10px;
    }

    .subpage_container .subpage_center .option_btns {
        gap:10px;
    }
    .subpage_container .subpage_center .option_btns a {
        width:40px;
        height:40px;
    }
    .subpage_container .subpage_center .option_btns a svg {
        width:20px;
    }
}
@media (max-width:480px) {}