@charset "utf-8";

:root {
    --easing: cubic-bezier(.48,.37,.32,1.06);
    --easing_out: cubic-bezier(.18,.61,.34,.99);
    --easing_in: cubic-bezier(.44,0,.99,.73);
    --trans: .3s ease;
    --delay: 0s;
    --height: calc(var(--vh, 1vh) * 100);
}
/* animation */
.is-mobile [data-scroll-img],
.is-mobile [data-scroll-zoomin] {transition: transform .1s;} /* 모바일에서 버벅이는 현상 제어 */
[data-anim] {--dist: 100px; --dur: 1.5s; opacity: 0;}
[data-anim].on.stop-anim {animation-duration: 0s !important; animation-delay: 0s !important;}
[data-anim="fadeUp"].on {animation: fadeUp 1.5s 0s cubic-bezier(.18,.61,.34,.99) both;}
[data-anim="fadeDown"].on {animation: fadeDown 1.5s 0s cubic-bezier(.18,.61,.34,.99) both;}
[data-anim="fadeLeft"].on {animation: fadeLeft 1.5s 0s cubic-bezier(.18,.61,.34,.99) both;}
[data-anim="transUp"].on {animation: transUp 1.5s 0s cubic-bezier(.18,.61,.34,.99) both; transform-origin: center 0;}
[data-anim="zoomIn"].on {--dur: 3s; animation: zoomIn 1.5s 0s cubic-bezier(.18,.61,.34,.99) both; transform-origin: 80% 20%;}

@keyframes fadeUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeDown {
    0% {
        transform: translateY(calc(100px * -1));
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeLeft {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes transUp {
    0% {
        transform: translateY(50%) perspective(400px) rotateX(20deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*
.txt_anim_wrap {overflow: hidden; display: inline-block; vertical-align: top;}
.txt_anim {display: inline-block;  white-space:nowrap;}
[data-anim-txt] {--dur: 1s; opacity: 0;}
[data-anim-txt="up"].on {animation: textUp 1.5s 0s cubic-bezier(.18,.61,.34,.99) both;}
[data-anim-txt="down"].on {animation: textDwon 1.5s 0s cubic-bezier(.18,.61,.34,.99) both;}

@keyframes textUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes textDwon {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
*/
/* tnb */
.tnb {background-color: #222222;height: 50px;display: block;}
.tnb .tnb-wrap {width: 100%;height: 100%;display: block;}
.tnb .tnb-wrap .tn-wrap {display: block;width: 100%;height: 100%;}
.tnb .tnb-wrap .tn-wrap .link-list {display:flex;align-items:center;justify-content:center;width: 100%;height: 100%;}
.tnb .tnb-wrap .tn-wrap .link-list li {height: 100%;padding: 0 16px;position: relative;}
.tnb .tnb-wrap .tn-wrap .link-list li:before {content:'';display:inline-block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 12px;background-color: #fff;opacity: 0.25;}
.tnb .tnb-wrap .tn-wrap .link-list li:last-child:before {display:none;}
.tnb .tnb-wrap .tn-wrap .link-list li .t-link {width: 100%;height: 100%;display: flex;font-size: 15px;color: #fff;font-weight: 500;align-items: center;}
.tnb .tnb-wrap .tn-wrap .link-list li .t-link:focus {outline: 1px dashed #fff;}
.tnb .tnb-wrap .tn-wrap .link-list li .t-link .tit {position: relative;}
.tnb .tnb-wrap .tn-wrap .link-list li .t-link .tit::before {content: '';display: block;width: 0;height: 1px;background-color: #fff;position: absolute;left: 50%;bottom: 0;transition: all 0.3s;transform: translateX(-50%);}
.tnb .tnb-wrap .tn-wrap .link-list li .t-link:hover .tit::before {width: 100%;}

@media (max-width:1023px) {
    .tnb {display: none;}
}

#top_layout .top_wrap .utile_wrap > li.allmenu-link .btn-allmenu {background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.58984 2H23.5897' stroke='%23333333' stroke-width='2.5' stroke-linecap='square'/%3E%3Cpath d='M1.58984 11L23.5898 11' stroke='%23333333' stroke-width='2.5' stroke-linecap='square'/%3E%3Cpath d='M1.58984 20H23.5897' stroke='%23333333' stroke-width='2.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center;width: 25px;height: 22px;}


#gnb_layout .depth1_ul > li > a span:before {display: none;}
#gnb_layout .depth1_ul > li > a span {padding: 0 20px;}
#gnb_layout .depth1_ul > li .item.on {background-color:#F5F9FC;}
#gnb_layout .depth1_ul .depth2_ul > li a span:before {content:'';display: inline-block;width: 3px;height: 3px;border-radius: 50%;position: absolute;left: 0px;top: 9px;background-color: #444;}
#gnb_layout .depth1_ul > li .item {border: none;}
#gnb_layout .depth1_ul > li .item:before {content:'';width: 1px;height: calc(100% - 106px);background-color: #000;display: inline-block;position: absolute;right: 1px;top: 40px;opacity: 0.2;}
#gnb_layout .depth1_ul > li:last-child .item:before {display:none;}
#gnb_layout .depth1_ul .depth2_ul > li a[target="_blank"] span:after {content: '';background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns=http://www.3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 0.511719C3.67157 0.511719 3 1.18329 3 2.01172V3.51172H1.5C0.671573 3.51172 0 4.18329 0 5.01172V12.0117C0 12.8401 0.671573 13.5117 1.5 13.5117H8.5C9.32843 13.5117 10 12.8401 10 12.0117V10.5117H11.5C12.3284 10.5117 13 9.84015 13 9.01172V2.01172C13 1.18329 12.3284 0.511719 11.5 0.511719H4.5ZM9 9.51172H10H11.5C11.7761 9.51172 12 9.28786 12 9.01172V2.01172C12 1.73558 11.7761 1.51172 11.5 1.51172H4.5C4.22386 1.51172 4 1.73558 4 2.01172V9.01172C4 9.28786 4.22386 9.51172 4.5 9.51172H9ZM9 10.5117V12.0117C9 12.2879 8.77614 12.5117 8.5 12.5117H1.5C1.22386 12.5117 1 12.2879 1 12.0117V5.01172C1 4.73558 1.22386 4.51172 1.5 4.51172H3V9.01172C3 9.84015 3.67157 10.5117 4.5 10.5117H9Z' fill='%23222222'/%3E%3C/svg%3E%0A");width: 13px;height: 14px;display: inline-block;vertical-align: middle;margin-top: -3px;margin-left: 5px;}
#gnb_layout .depth1_ul .depth2_ul > li a span {padding: 0px 0 0 9px;}
#gnb_layout .depth1_ul .depth2_ul > li a {padding: 0 15px 0 20px;}
#gnb_layout .depth1_ul .depth2_ul > li {margin-bottom: 18px;}

#foot_layout {background-color: #222;padding: 71px 0 104px;}
#foot_layout .footer-info {border: none;}
#foot_layout .footer-info .list {display: flex;align-items: center;justify-content: flex-end;}
#foot_layout .footer-info .list li {display: inline-block;margin-left: 30px;}
#foot_layout .footer-info .list li a {font-size: 15px;color: #fff;line-height: 1;display: block;font-weight: 500;line-height: 28px;position: relative;}
#foot_layout .footer-info .list li:not(:first-child) a::before {content: '';height: 1px;width: 0%;display: block;position: absolute;left: 50%;bottom: 7px;background-color: #fff;transition: all 0.3s;transform: translateX(-50%);}
#foot_layout .footer-info .list li:not(:first-child) a:hover:before {width:100%;}
#foot_layout .footer-info .list li a:focus {outline:1px dashed #fff;} 
#foot_layout .footer-info .list li a.i_color {text-decoration: underline;}

#foot_layout .footer-bottom {display: block;position: relative;}
#foot_layout .footer-bottom .foot-logo {background-image: url("data:image/svg+xml,%3Csvg width='175' height='39' viewBox='0 0 175 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_666_5474)'%3E%3Cpath d='M95.3896 19.8285C96.0832 19.4104 96.685 18.8698 97.1338 18.1864C97.7458 17.2582 98.0824 16.075 98.0824 14.6164C98.0824 12.5764 97.246 11.0362 95.8792 10.0162C94.5328 9.00644 92.6968 8.53724 90.7282 8.53724H85.8629C84.8939 10.4446 83.1293 11.893 80.9873 12.4132V32.1705H90.769C93.2374 32.1705 95.3182 31.6605 96.7972 30.5895C98.2864 29.5083 99.1228 27.8865 99.1228 25.7649C99.1228 24.1941 98.7964 22.8273 98.0518 21.7563C97.4398 20.8791 96.5524 20.2365 95.3896 19.8285ZM85.6895 12.4744H90.3202C91.3606 12.4744 92.1154 12.7396 92.605 13.2088C93.0946 13.678 93.3802 14.4022 93.3802 15.4528C93.3802 16.5034 93.0334 17.2276 92.4724 17.6764C91.9012 18.1354 91.0444 18.3598 89.9632 18.3598H85.6895V12.4744ZM93.523 27.4887C92.9518 27.9783 92.1052 28.2333 91.0036 28.2333H85.6997V22.2561H90.8608C92.1358 22.2561 93.0232 22.5213 93.5842 22.9803C94.135 23.4291 94.4308 24.1329 94.4308 25.1427C94.4308 26.2545 94.0942 27.0093 93.5332 27.4887H93.523Z' fill='white'/%3E%3Cpath d='M105.671 15.8812V14.4532H101.112V32.1704H105.753V22.7763C105.753 20.8485 106.508 19.6245 107.548 18.88C108.599 18.1354 109.955 17.8702 111.189 17.962L111.557 17.9926V13.9534L111.261 13.9126C109.272 13.6678 107.13 14.2186 105.671 15.871V15.8812Z' fill='white'/%3E%3Cpath d='M151.805 14.4532H151.458V15.667C150.265 14.5654 148.602 13.8616 146.919 13.8616C144.706 13.8616 142.86 14.5144 141.554 15.7486C140.249 16.993 139.535 18.7984 139.535 21.0321V24.2553C139.535 26.4891 140.249 28.2945 141.554 29.5389C142.86 30.7833 144.706 31.4259 146.919 31.4259C148.572 31.4259 150.265 30.7425 151.397 29.6103V31.3443C151.397 32.2622 151.122 33.017 150.571 33.5372C150.02 34.0574 149.163 34.4042 147.919 34.4042C146.613 34.4042 145.746 34.139 145.216 33.7514C144.696 33.374 144.471 32.864 144.471 32.2928V31.9562H139.83V32.2928C139.83 34.2308 140.738 35.7302 142.217 36.7298C143.676 37.7192 145.695 38.219 147.929 38.219C150.163 38.219 152.142 37.6478 153.631 36.485C155.13 35.3222 156.059 33.578 156.059 31.3137V14.4532H151.815H151.805ZM151.407 23.5209C151.407 25.5201 150.061 27.6213 147.521 27.6213C146.226 27.6213 145.42 27.1623 144.92 26.4891C144.41 25.8057 144.196 24.8469 144.196 23.8269V21.4911C144.196 20.4609 144.41 19.5123 144.92 18.829C145.42 18.1558 146.226 17.6968 147.521 17.6968C150.061 17.6968 151.407 19.7979 151.407 21.7971V23.5413V23.5209Z' fill='white'/%3E%3Cpath d='M132.833 7.94564H132.497V15.6772C131.365 14.545 129.661 13.8616 128.019 13.8616C125.806 13.8616 123.959 14.5144 122.654 15.7486C121.348 16.993 120.634 18.7984 120.634 21.0321V25.7343C120.634 27.9681 121.348 29.7735 122.654 31.0179C123.959 32.2622 125.806 32.9048 128.019 32.9048C129.702 32.9048 131.365 32.201 132.558 31.0995V32.1704H137.148V7.94564H132.844H132.833ZM132.487 24.9999C132.487 26.9991 131.14 29.1003 128.6 29.1003C127.305 29.1003 126.499 28.6413 125.999 27.9681C125.489 27.2847 125.275 26.3259 125.275 25.3059V21.4911C125.275 20.4609 125.489 19.5123 125.999 18.829C126.499 18.1558 127.305 17.6968 128.6 17.6968C131.14 17.6968 132.487 19.7979 132.487 21.7971V25.0203V24.9999Z' fill='white'/%3E%3Cpath d='M113.586 14.749H113.25V15.0856V31.8236V32.1704H113.586H117.554H117.901V31.8236V15.0856V14.749H117.554H113.586Z' fill='white'/%3E%3Cpath d='M172.603 15.5958C171.114 14.433 169.044 13.8618 166.728 13.8618C164.413 13.8618 162.352 14.433 160.853 15.5958C159.354 16.7688 158.456 18.513 158.456 20.7671V25.9997C158.456 28.2539 159.354 29.9981 160.853 31.1711C162.342 32.3338 164.413 32.905 166.728 32.905C169.044 32.905 171.175 32.2828 172.634 31.1507C174.103 30.0083 174.96 28.3661 174.96 26.3771V26.0405H170.319V26.3771C170.319 27.0197 170.084 27.6827 169.533 28.1927C168.982 28.7027 168.095 29.0801 166.718 29.0801C165.341 29.0801 164.484 28.7435 163.923 28.2131C163.362 27.6929 163.087 26.9381 163.087 26.0201V24.7961H174.98V20.7569C174.98 18.5028 174.082 16.7586 172.583 15.5856L172.603 15.5958ZM170.359 20.9915H163.117V20.7977C163.117 19.8899 163.393 19.1249 163.954 18.5844C164.515 18.0438 165.412 17.6868 166.738 17.6868C168.064 17.6868 168.962 18.0438 169.523 18.5844C170.084 19.1249 170.359 19.8899 170.359 20.7977V20.9915Z' fill='white'/%3E%3Cpath d='M115.575 6.99727C113.852 6.99727 112.577 8.27226 112.577 9.99604C112.577 11.7198 113.852 12.9948 115.575 12.9948C117.299 12.9948 118.584 11.7198 118.584 9.99604C118.584 8.27226 117.309 6.99727 115.575 6.99727Z' fill='white'/%3E%3Cpath d='M71.1542 21.8583C71.1542 21.8583 71.1542 21.9195 71.1644 21.9501L73.4084 21.6033L71.144 21.8583H71.1542Z' fill='white'/%3E%3Cpath d='M65.9938 8.9249C68.1175 8.9249 69.8392 7.20327 69.8392 5.07953C69.8392 2.95579 68.1175 1.23416 65.9938 1.23416C63.8701 1.23416 62.1484 2.95579 62.1484 5.07953C62.1484 7.20327 63.8701 8.9249 65.9938 8.9249Z' fill='%235186C5'/%3E%3Cpath d='M74.439 38.4742C76.0163 38.4742 77.295 37.1956 77.295 35.6182C77.295 34.0409 76.0163 32.7623 74.439 32.7623C72.8617 32.7623 71.583 34.0409 71.583 35.6182C71.583 37.1956 72.8617 38.4742 74.439 38.4742Z' fill='%2300ACA0'/%3E%3Cpath d='M74.439 38.4742C76.0163 38.4742 77.295 37.1956 77.295 35.6182C77.295 34.0409 76.0163 32.7623 74.439 32.7623C72.8617 32.7623 71.583 34.0409 71.583 35.6182C71.583 37.1956 72.8617 38.4742 74.439 38.4742Z' fill='%235FB031'/%3E%3Cpath d='M90.1163 4.77347C91.2824 4.77347 92.2276 3.82817 92.2276 2.66209C92.2276 1.496 91.2824 0.550705 90.1163 0.550705C88.9502 0.550705 88.0049 1.496 88.0049 2.66209C88.0049 3.82817 88.9502 4.77347 90.1163 4.77347Z' fill='%2300ACA0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.3942 4.97746C84.282 2.12148 81.8952 -0.102097 79.0494 -9.80641e-05C76.2037 0.112101 73.9903 2.50908 74.1025 5.36506V5.40586V5.42626C73.8475 7.39484 73.5823 9.49603 71.7769 11.0974C70.8079 11.9542 69.4717 12.76 67.3603 12.8008C65.5855 12.8416 63.7394 12.8212 63.4436 12.811C63.2294 12.811 63.0254 12.811 62.8112 12.811C57.0992 13.0252 52.6418 17.86 52.856 23.6025C53.0804 29.3451 57.8846 33.8126 63.6068 33.5984C69.3187 33.3842 73.7761 28.5495 73.5619 22.8069C73.5415 22.3887 73.5109 21.9807 73.4395 21.5829C73.4395 21.5013 73.4191 21.3993 73.4089 21.3075C73.2967 20.3283 73.1131 18.8188 73.1539 17.1766C73.2049 15.055 73.4905 13.8718 74.3473 12.8926C75.9997 10.9954 77.907 10.567 79.9368 10.2916C82.548 9.94482 84.5166 7.66004 84.4146 4.96726L84.3942 4.97746ZM63.2396 27.7845C60.812 27.8763 58.7618 25.9791 58.67 23.5515C58.5782 21.1239 60.4754 19.0737 62.903 18.9819C65.3305 18.8902 67.3807 20.7873 67.4725 23.2149C67.5643 25.6425 65.6671 27.6927 63.2396 27.7845Z' fill='%2300A5E3'/%3E%3Cpath d='M45.8898 14.7491H45.5532V15.0857V31.8237V32.1705H45.8898H49.8576H50.1942V31.8237V15.0857V14.7491H49.8576H45.8898Z' fill='white'/%3E%3Cpath d='M47.8782 13.0048C49.602 13.0048 50.8769 11.7298 50.8769 10.006C50.8769 8.28224 49.602 7.00725 47.8782 7.00725C46.1544 7.00725 44.8794 8.28224 44.8794 10.006C44.8794 11.7298 46.1544 13.0048 47.8782 13.0048Z' fill='white'/%3E%3Cpath d='M35.4649 13.8616C33.8125 13.8616 32.1193 14.545 30.9872 15.6772V7.94564H26.3462V32.1704H30.9158L30.9362 31.8542L30.977 31.1403C32.1601 32.2214 33.8125 32.915 35.4751 32.915C37.6885 32.915 39.5347 32.2622 40.8403 31.0281C42.1459 29.7837 42.8599 27.9783 42.8599 25.7445V21.0423C42.8599 18.8086 42.1459 17.0032 40.8403 15.7588C39.5347 14.5144 37.6885 13.8718 35.4751 13.8718L35.4649 13.8616ZM38.1985 21.4809V25.2957C38.1985 26.3259 37.9843 27.2745 37.4743 27.9579C36.9745 28.6311 36.1687 29.0901 34.8733 29.0901C32.3335 29.0901 30.9872 26.9889 30.9872 24.9897V21.7665C30.9872 19.7673 32.3335 17.6662 34.8733 17.6662C36.1687 17.6662 36.9745 18.1252 37.4743 18.7984C37.9843 19.4817 38.1985 20.4405 38.1985 21.4605V21.4809Z' fill='white'/%3E%3Cpath d='M17.0237 8.53724H16.7687L16.6973 8.78204L11.5769 25.9383L6.46675 8.78204L6.39535 8.53724H0V32.1705H4.58996V16.0444L9.12893 31.3137L9.20033 31.5585H13.9637L14.0351 31.3137L18.574 16.0546V32.1806H23.164V8.53724H17.0237Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_666_5474'%3E%3Crect width='175' height='38.4741' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width: 175px;height: 39px;display: inline-block;font-size: 0;background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;left: 0;top: -52px;}
#foot_layout .footer-bottom> .copy {display: block;margin-top: 24px;}
#foot_layout .footer-bottom> .copy address {}
#foot_layout .footer-bottom> .copy .copy,
#foot_layout .footer-bottom> .copy address a,
#foot_layout .footer-bottom> .copy address span {font-size: 16px;color: #fff;display: inline-block;font-weight: 400;line-height: 175%;letter-spacing: -0.32px;}
#foot_layout .footer-bottom> .copy address span {}
#foot_layout .footer-bottom> .copy .copy {margin-top: 3px;display: block;}
#foot_layout .footer-bottom> .copy .copy br {display:none;}

#body_layout .contents_wrap {width: 100%;}
#body_layout .body_wrap {max-width: 1520px;width: 100%;padding: 0 50px;}
#body_layout #location .page__title {font-family: 'ONEMobile';font-weight: 400;text-align: center;font-size: 45px;line-height: 49.5px;letter-spacing: -0.9px;color: #222;padding-top: 82px;border: none;padding-bottom: 0px;}

#body_layout #location {background-image: none;padding: 0px 0 50px 0;margin: 0 0 40px 0;/*border-bottom: 2px solid #222;*/}
#body_layout #location .utile_wrap {margin-top: 21px;}
#body_layout #location .utile_wrap .location_wrap {display: flex;align-items: center;justify-content: center;}
#body_layout #location .utile_wrap .location_wrap li a {font-size: 16px;color: #444;font-weight: 400;line-height: 130%;vertical-align: middle;letter-spacing: -0.48px;}
#body_layout #location .utile_wrap .location_wrap li.navi_home a {background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.5L1.5 5.67593L1.5 13.5L12.5 13.5L12.5 5.67593L7 1.5Z' stroke='%23555555' stroke-width='1.5'/%3E%3C/svg%3E%0A");margin: 0;width: 14px;height: 15px;margin-top: -4px;}
#body_layout #location .utile_wrap .location_wrap li:not(:last-child):after {background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L5.5 5.5L1.5 9.5' stroke='%23CCCCCC' stroke-width='1.5'/%3E%3C/svg%3E%0A");border: none;width: 7px;height: 11px;right: 10px;top: 50%;margin-top: 1px;}
#body_layout #location .utile_wrap .location_wrap li:first-child:after {display:none;}
#body_layout #location .utile_wrap .location_wrap li {padding-right: 26px;}
#body_layout #location .utile_wrap .location_wrap li:first-child {padding-right: 10px;}
#body_layout #location .utile_wrap .location_wrap li:last-child a {font-weight: 700;text-decoration: underline;}
#body_layout #location .utile_wrap .print_wrap {top: auto;bottom: 48px;z-index: 10;}
#body_layout #location .utile_wrap .print_wrap li {width: 26px;height: 26px;margin-right: 26px;}
#body_layout #location .utile_wrap .print_wrap li:last-child {margin-right:0;}
#body_layout #location .utile_wrap .print_wrap li button {background-size: contain;border-radius: 0;border: none;}
#body_layout #location .utile_wrap .print_wrap li> button:hover {opacity:0.5;}
#body_layout #location .utile_wrap .print_wrap li.print button {background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.75 9.75C20.75 10.3023 21.1977 10.75 21.75 10.75C22.3023 10.75 22.75 10.3023 22.75 9.75H20.75ZM3.25 9.75C3.25 10.3023 3.69772 10.75 4.25 10.75C4.80228 10.75 5.25 10.3023 5.25 9.75H3.25ZM10.5 18.5V17.5C9.94771 17.5 9.5 17.9477 9.5 18.5H10.5ZM19.875 18.5H20.875C20.875 17.9477 20.4273 17.5 19.875 17.5V18.5ZM19.875 23.5V24.5C20.4273 24.5 20.875 24.0523 20.875 23.5H19.875ZM10.5 23.5H9.5C9.5 24.0523 9.94771 24.5 10.5 24.5V23.5ZM5.5 12.5C4.94772 12.5 4.5 12.9477 4.5 13.5C4.5 14.0523 4.94772 14.5 5.5 14.5V12.5ZM7.375 14.5C7.92728 14.5 8.375 14.0523 8.375 13.5C8.375 12.9477 7.92728 12.5 7.375 12.5V14.5ZM22.75 9.75V2.25H20.75V9.75H22.75ZM22.75 2.25C22.75 1.00737 21.7427 0 20.5 0V2C20.6381 2 20.75 2.11192 20.75 2.25H22.75ZM20.5 0H5.5V2H20.5V0ZM5.5 0C4.25733 0 3.25 1.00737 3.25 2.25H5.25C5.25 2.11192 5.36192 2 5.5 2V0ZM3.25 2.25V9.75H5.25V2.25H3.25ZM3 10.75H23V8.75H3V10.75ZM23 10.75C23.1381 10.75 23.25 10.8619 23.25 11H25.25C25.25 9.75736 24.2426 8.75 23 8.75V10.75ZM23.25 11V22.25H25.25V11H23.25ZM23.25 22.25C23.25 22.3881 23.1381 22.5 23 22.5V24.5C24.2426 24.5 25.25 23.4926 25.25 22.25H23.25ZM23 22.5H3V24.5H23V22.5ZM3 22.5C2.86193 22.5 2.75 22.3881 2.75 22.25H0.75C0.75 23.4926 1.75736 24.5 3 24.5V22.5ZM2.75 22.25V11H0.75V22.25H2.75ZM2.75 11C2.75 10.8619 2.86193 10.75 3 10.75V8.75C1.75736 8.75 0.75 9.75736 0.75 11H2.75ZM10.5 19.5H19.875V17.5H10.5V19.5ZM18.875 18.5V23.5H20.875V18.5H18.875ZM19.875 22.5H10.5V24.5H19.875V22.5ZM11.5 23.5V18.5H9.5V23.5H11.5ZM5.5 14.5H7.375V12.5H5.5V14.5Z' fill='black'/%3E%3C/svg%3E%0A");background-position: center;width: 25px;height: 26px;}
#body_layout #location .utile_wrap .print_wrap li.sns button {background-image: url("data:image/svg+xml,%3Csvg width='23' height='29' viewBox='0 0 23 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-1' x2='6.07107' y2='-1' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 12 22.0312)' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3Cline x1='13' y1='8.09195' x2='9.41421' y2='11.6777' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3Ccircle cx='6.01562' cy='14.6934' r='3.25369' transform='rotate(45 6.01562 14.6934)' stroke='black' stroke-width='2'/%3E%3Ccircle cx='4.25369' cy='4.25369' r='3.25369' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 15.3223 28.709)' stroke='black' stroke-width='2'/%3E%3Ccircle cx='16.3223' cy='6.01562' r='3.25369' transform='rotate(45 16.3223 6.01562)' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");background-position: center;width: 23px;height: 29px;background-color: transparent;box-shadow: none;border: none;margin: 0;border-radius: 0;background-size: auto;}
#body_layout #location .utile_wrap .print_wrap li.copy button {background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.86031 13.6576C9.86031 13.6576 12.7705 8.61689 13.4981 7.35669C14.2256 6.09653 14.0568 3.4787 11.8515 2.20548C9.6462 0.932255 7.29472 2.09495 6.56713 3.35513C5.83958 4.61529 2.01989 11.2312 1.65611 11.8613C1.29233 12.4914 1.01296 14.4304 2.90322 15.5217C4.79348 16.613 6.33303 15.4016 6.69681 14.7715C7.06059 14.1415 11.0622 7.21049 11.4259 6.58041C11.7897 5.95032 11.7053 4.64142 10.7602 4.09573C9.81504 3.55007 8.63929 4.13141 8.27552 4.76149C7.91175 5.39161 4.81962 10.7473 4.81962 10.7473' stroke='black' stroke-width='1.41936' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position: center;width: 26px;height: 26px;}
#body_layout #location .print_wrap li button:hover, #body_layout #location .print_wrap li button:focus {background-color: transparent;}

#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap {background-color: #292929;border-radius: 40px;width: 54px;top: -13px;right: -14px;padding: 60px 7px 7px 7px;}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap button.sns-close {position: absolute;background-color: #fff;width: 40px;height: 40px;background-position: center;left: 50%;margin-left: -20px;top: 7px;background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 2.08398L8.63184 8.07715L14.625 14.0703L13.4932 15.2021L7.5 9.20898L1.50684 15.2021L0.375 14.0703L6.36816 8.07715L0.375 2.08398L1.50684 0.952148L7.5 6.94531L13.4932 0.952148L14.625 2.08398Z' fill='black'/%3E%3C/svg%3E%0A");border: none;background-size: auto;border-radius: 50%;}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .ir-tmpl {display: block;/* width: 100%; */margin: 0 auto 21px;}
/* #body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .ir-tmpl:last-child {margin-bottom:0;} */
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .bl.ir-tmpl {background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.63559 5.29412C7.36441 5.29412 6.18295 5.63809 5.166 6.25125V0H0.5V18.9332H5.166V18.0658C6.18295 18.664 7.36441 19.0229 8.63559 19.0229C12.4192 19.0229 15.5 15.9571 15.5 12.1585C15.5 8.35992 12.4342 5.29412 8.63559 5.29412ZM8.12712 14.9402C6.58674 14.9402 5.33051 13.684 5.33051 12.1436C5.33051 10.6032 6.58674 9.34696 8.12712 9.34696C9.6675 9.34696 10.9237 10.6032 10.9237 12.1436C10.9237 13.684 9.68245 14.9402 8.12712 14.9402Z' fill='white'/%3E%3C/svg%3E%0A");}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .fa.ir-tmpl {background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.363281 8.28662H3.71484V5.18896C3.71484 5.18896 3.7487 4.79118 3.81641 3.99561C3.90104 3.20003 4.32422 2.42139 5.08594 1.65967C5.86458 0.881022 6.77865 0.466309 7.82812 0.415527C8.89453 0.347819 10.1641 0.381673 11.6367 0.51709V3.97021H9.45312C9.45312 3.97021 9.28385 3.98714 8.94531 4.021C8.60677 4.05485 8.32747 4.19027 8.10742 4.42725C7.9043 4.68115 7.78581 4.95199 7.75195 5.23975C7.73503 5.52751 7.72656 5.7137 7.72656 5.79834V8.28662H11.5098L11.0273 12.1206H7.70117V22.0229H3.71484V12.1206H0.363281V8.28662Z' fill='white'/%3E%3C/svg%3E%0A");}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .tw.ir-tmpl {background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8418 2.47803C21.5371 2.91813 21.1986 3.33285 20.8262 3.72217C20.4538 4.11149 20.0475 4.4585 19.6074 4.76318C19.6243 4.86475 19.6328 4.96631 19.6328 5.06787C19.6328 5.15251 19.6328 5.24561 19.6328 5.34717C19.6328 6.81982 19.3535 8.30941 18.7949 9.81592C18.2533 11.3055 17.4408 12.6597 16.3574 13.8784C15.291 15.0802 13.9707 16.0705 12.3965 16.8491C10.8223 17.6108 9.01953 17.9917 6.98828 17.9917C5.73568 17.9917 4.52539 17.8224 3.35742 17.4839C2.20638 17.1284 1.13997 16.6291 0.158203 15.9858C0.344401 16.0197 0.522135 16.0451 0.691406 16.062C0.860677 16.062 1.03841 16.062 1.22461 16.062C2.27409 16.062 3.26432 15.8927 4.19531 15.5542C5.14323 15.2157 5.99805 14.7502 6.75977 14.1577C5.77799 14.1408 4.90625 13.8446 4.14453 13.269C3.39974 12.6766 2.88346 11.9403 2.5957 11.0601C2.73112 11.0939 2.86654 11.1193 3.00195 11.1362C3.13737 11.1362 3.28125 11.1362 3.43359 11.1362C3.63672 11.1362 3.83138 11.1278 4.01758 11.1108C4.2207 11.077 4.41536 11.0347 4.60156 10.9839C3.58594 10.7808 2.73958 10.2729 2.0625 9.46045C1.38542 8.64795 1.04688 7.7085 1.04688 6.64209C1.04688 6.62516 1.04688 6.6167 1.04688 6.6167C1.04688 6.59977 1.04688 6.58285 1.04688 6.56592C1.33464 6.73519 1.64779 6.87061 1.98633 6.97217C2.32487 7.07373 2.68034 7.12451 3.05273 7.12451C2.46029 6.73519 1.97786 6.21891 1.60547 5.57568C1.25 4.91553 1.07227 4.20459 1.07227 3.44287C1.07227 3.03662 1.12305 2.6473 1.22461 2.2749C1.32617 1.88558 1.47852 1.53011 1.68164 1.2085C2.22331 1.86865 2.83268 2.47803 3.50977 3.03662C4.18685 3.57829 4.91471 4.05225 5.69336 4.4585C6.47201 4.86475 7.29297 5.18636 8.15625 5.42334C9.01953 5.66032 9.91667 5.8042 10.8477 5.85498C10.7969 5.68571 10.763 5.51644 10.7461 5.34717C10.7292 5.1779 10.7207 5.00863 10.7207 4.83936C10.7207 3.60368 11.1523 2.5542 12.0156 1.69092C12.8958 0.827637 13.9453 0.395996 15.1641 0.395996C15.8073 0.395996 16.4082 0.522949 16.9668 0.776855C17.5254 1.01383 18.0078 1.35238 18.4141 1.79248C18.9219 1.69092 19.4128 1.54704 19.8867 1.36084C20.3607 1.17464 20.8092 0.95459 21.2324 0.700684C21.0632 1.22542 20.8092 1.69938 20.4707 2.12256C20.1322 2.54574 19.7344 2.89274 19.2773 3.16357C19.7344 3.11279 20.1745 3.02816 20.5977 2.90967C21.0208 2.79118 21.4355 2.6473 21.8418 2.47803Z' fill='white'/%3E%3C/svg%3E%0A");}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .in.ir-tmpl {background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4324 6.23153C21.4206 5.34831 21.2553 4.47388 20.9437 3.64734C20.6736 2.95016 20.261 2.317 19.7323 1.7883C19.2036 1.25961 18.5705 0.847009 17.8733 0.57687C17.0574 0.270589 16.1954 0.104978 15.3241 0.0870875C14.2022 0.0369431 13.8466 0.0229492 10.9988 0.0229492C8.1511 0.0229492 7.7861 0.0229493 6.67242 0.0870875C5.8015 0.105109 4.93993 0.270719 4.12439 0.57687C3.4271 0.846821 2.79384 1.25935 2.26512 1.78807C1.7364 2.31679 1.32387 2.95005 1.05392 3.64734C0.747026 4.46263 0.581774 5.32439 0.565304 6.19538C0.51516 7.31838 0.5 7.67405 0.5 10.5218C0.5 13.3695 0.5 13.7334 0.565304 14.8482C0.582797 15.7205 0.747223 16.5811 1.05392 17.3986C1.32432 18.0956 1.73716 18.7287 2.26606 19.2571C2.79495 19.7856 3.42827 20.198 4.12556 20.4679C4.93887 20.7865 5.80058 20.9639 6.67359 20.9926C7.79659 21.0428 8.15227 21.0579 11 21.0579C13.8477 21.0579 14.2127 21.0579 15.3264 20.9926C16.1977 20.9755 17.0597 20.8103 17.8756 20.504C18.5726 20.2336 19.2056 19.8209 19.7343 19.2922C20.2629 18.7636 20.6756 18.1306 20.9461 17.4336C21.2528 16.6172 21.4172 15.7566 21.4347 14.8832C21.4848 13.7613 21.5 13.4057 21.5 10.5568C21.4977 7.70904 21.4977 7.34753 21.4324 6.23153ZM10.9918 15.9071C8.0135 15.9071 5.60073 13.4943 5.60073 10.516C5.60073 7.53761 8.0135 5.12485 10.9918 5.12485C12.4216 5.12485 13.7929 5.69284 14.8039 6.70387C15.815 7.7149 16.3829 9.08615 16.3829 10.516C16.3829 11.9458 15.815 13.317 14.8039 14.328C13.7929 15.3391 12.4216 15.9071 10.9918 15.9071ZM16.5975 6.18255C16.4324 6.1827 16.2688 6.15029 16.1163 6.08717C15.9637 6.02405 15.825 5.93146 15.7083 5.81469C15.5915 5.69793 15.4989 5.55928 15.4358 5.4067C15.3727 5.25411 15.3403 5.09057 15.3404 4.92544C15.3404 4.76043 15.3729 4.59704 15.4361 4.44459C15.4992 4.29214 15.5918 4.15362 15.7084 4.03694C15.8251 3.92026 15.9636 3.82771 16.1161 3.76456C16.2685 3.70141 16.4319 3.66891 16.5969 3.66891C16.7619 3.66891 16.9253 3.70141 17.0778 3.76456C17.2302 3.82771 17.3687 3.92026 17.4854 4.03694C17.6021 4.15362 17.6947 4.29214 17.7578 4.44459C17.821 4.59704 17.8535 4.76043 17.8535 4.92544C17.8535 5.62046 17.2914 6.18255 16.5975 6.18255Z' fill='white'/%3E%3Cpath d='M10.9961 14.0217C12.9302 14.0217 14.498 12.4538 14.498 10.5198C14.498 8.5857 12.9302 7.01782 10.9961 7.01782C9.06201 7.01782 7.49414 8.5857 7.49414 10.5198C7.49414 12.4538 9.06201 14.0217 10.9961 14.0217Z' fill='white'/%3E%3C/svg%3E%0A");}
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .yt.ir-tmpl {background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6465 8.21606C15.6465 8.08065 15.6126 7.96216 15.5449 7.8606C15.4941 7.74211 15.4095 7.64901 15.291 7.5813L9.0957 3.69653C8.96029 3.6119 8.82487 3.56958 8.68945 3.56958C8.57096 3.56958 8.44401 3.60343 8.30859 3.67114C8.17318 3.75578 8.07161 3.85734 8.00391 3.97583C7.9362 4.07739 7.90234 4.20435 7.90234 4.35669V12.1008C7.90234 12.2532 7.9362 12.3886 8.00391 12.5071C8.07161 12.6086 8.17318 12.6933 8.30859 12.761C8.3763 12.7948 8.43555 12.8202 8.48633 12.8372C8.55404 12.8541 8.62174 12.8625 8.68945 12.8625C8.75716 12.8625 8.82487 12.8541 8.89258 12.8372C8.96029 12.8202 9.02799 12.7864 9.0957 12.7356L15.291 8.87622C15.4095 8.80851 15.4941 8.72388 15.5449 8.62231C15.6126 8.50382 15.6465 8.36841 15.6465 8.21606ZM21.8418 8.21606C21.8418 8.60539 21.8333 8.95239 21.8164 9.25708C21.8164 9.56177 21.8164 9.82414 21.8164 10.0442C21.8164 10.2642 21.8079 10.5097 21.791 10.7805C21.7741 11.0514 21.7487 11.356 21.7148 11.6946C21.681 12.0162 21.6387 12.3293 21.5879 12.634C21.554 12.9387 21.5033 13.218 21.4355 13.4719C21.3848 13.7597 21.2832 14.0305 21.1309 14.2844C20.9954 14.5383 20.8262 14.7668 20.623 14.97C20.403 15.1562 20.166 15.3085 19.9121 15.427C19.6582 15.5455 19.3958 15.6217 19.125 15.6555C18.2279 15.7571 17.1022 15.8333 15.748 15.884C14.3939 15.9348 12.8112 15.9602 11 15.9602C9.1888 15.9602 7.60612 15.9348 6.25195 15.884C4.89779 15.8333 3.77214 15.7571 2.875 15.6555C2.60417 15.6217 2.3418 15.5455 2.08789 15.427C1.83398 15.3085 1.59701 15.1562 1.37695 14.97C1.1569 14.7668 0.979167 14.5383 0.84375 14.2844C0.708333 14.0305 0.606771 13.7597 0.539062 13.4719C0.488281 13.218 0.4375 12.9387 0.386719 12.634C0.352865 12.3293 0.31901 12.0162 0.285156 11.6946C0.251302 11.356 0.225911 11.0514 0.208984 10.7805C0.192057 10.5097 0.183594 10.2642 0.183594 10.0442C0.183594 9.82414 0.17513 9.56177 0.158203 9.25708C0.158203 8.95239 0.158203 8.60539 0.158203 8.21606C0.158203 7.82674 0.158203 7.4882 0.158203 7.20044C0.17513 6.89575 0.183594 6.63338 0.183594 6.41333C0.183594 6.19328 0.192057 5.94784 0.208984 5.677C0.225911 5.40617 0.251302 5.10148 0.285156 4.76294C0.31901 4.4244 0.352865 4.11125 0.386719 3.82349C0.4375 3.5188 0.496745 3.2395 0.564453 2.9856C0.615234 2.68091 0.708333 2.41007 0.84375 2.1731C0.996094 1.91919 1.17383 1.69067 1.37695 1.48755C1.59701 1.28442 1.83398 1.12362 2.08789 1.00513C2.3418 0.886637 2.60417 0.810465 2.875 0.776611C3.77214 0.691976 4.89779 0.624268 6.25195 0.573486C7.60612 0.522705 9.1888 0.497314 11 0.497314C12.8112 0.497314 14.3939 0.522705 15.748 0.573486C17.1022 0.624268 18.2279 0.691976 19.125 0.776611C19.3958 0.810465 19.6582 0.886637 19.9121 1.00513C20.166 1.12362 20.403 1.28442 20.623 1.48755C20.8431 1.69067 21.0208 1.91919 21.1562 2.1731C21.2917 2.41007 21.3932 2.68091 21.4609 2.9856C21.5117 3.2395 21.554 3.5188 21.5879 3.82349C21.6387 4.11125 21.681 4.4244 21.7148 4.76294C21.7487 5.10148 21.7741 5.40617 21.791 5.677C21.8079 5.94784 21.8164 6.19328 21.8164 6.41333C21.8164 6.63338 21.8164 6.89575 21.8164 7.20044C21.8333 7.4882 21.8418 7.82674 21.8418 8.21606Z' fill='white'/%3E%3C/svg%3E%0A");}

#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .ir-tmpl:hover,
#body_layout #location .utile_wrap .print_wrap li.sns .sns_wrap .ir-tmpl:focus {opacity:0.7;}
#body_layout #location .print_wrap li.sns .sns_wrap button:hover, #body_layout #location .print_wrap li.sns .sns_wrap button:focus {
    border: none;
}

#top_layout + .gnb_bg {display: none !important;}

.body_wrap #contens .sitemap.type2 dd b a {display: inline-block;}
.body_wrap #contens .sitemap.type2 dd b a[target="_blank"]:after {background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M4.5 0C3.67157 0 3 0.671573 3 1.5V3H1.5C0.671573 3 0 3.67157 0 4.5V11.5C0 12.3284 0.671573 13 1.5 13H8.5C9.32843 13 10 12.3284 10 11.5V10H11.5C12.3284 10 13 9.32843 13 8.5V1.5C13 0.671573 12.3284 0 11.5 0H4.5ZM9 9H10H11.5C11.7761 9 12 8.77614 12 8.5V1.5C12 1.22386 11.7761 1 11.5 1H4.5C4.22386 1 4 1.22386 4 1.5V8.5C4 8.77614 4.22386 9 4.5 9H9ZM9 10V11.5C9 11.7761 8.77614 12 8.5 12H1.5C1.22386 12 1 11.7761 1 11.5V4.5C1 4.22386 1.22386 4 1.5 4H3V8.5C3 9.32843 3.67157 10 4.5 10H9Z' fill='%23222222'/%3E%3C/svg%3E%0A");width: 13px;height: 13px;right: -5px;}


/* 반응형 */
@media (max-width:1790px) {
    .layout {padding: 0 50px;}
    #gnb_layout .depth1_ul > li > a span {padding: 0 20px;}
}

@media (max-width:1650px) {
    #gnb_layout #gnb .layout {padding: 0 132px 0 104px;}
}

@media (max-width:1430px) {
    #gnb_layout .depth1_ul > li > a span {padding: 0 10px;font-size: 18px;}
    #gnb_layout #gnb .layout {padding: 0 92px 0 74px;}
}

@media (max-width:1360px) {
    #top_layout .top_wrap .utile_wrap > li.regist .link,
    #top_layout .top_wrap .utile_wrap > li.login .link {font-size:0;}
    #top_layout .top_wrap .utile_wrap > li.login .link .tit::before {margin:0;}
    #gnb_layout #gnb .layout {padding: 0 92px 0 174px;}
}

@media (max-width:1279px) {
    #body_layout #location .utile_wrap .print_wrap li {margin-right: 0;margin-left: 20px;}
    #top_layout {border-bottom:1px solid #ddd;}
}

@media (max-width:1260px) {
    .tnb .tnb-wrap .tn-wrap .link-list li .t-link {letter-spacing:-1px;font-size:14px;}
}

@media (max-width:1170px) {
    .tnb .tnb-wrap .tn-wrap .link-list li {padding: 0 12px;}
    .tnb .tnb-wrap .tn-wrap .link-list li .t-link {font-size:14px;}
    .tnb .tnb-wrap {padding:0;}
}

@media (max-width: 1023px) {
    #body_layout #location .page__title {font-size: 36px;}

    #foot_layout {padding: 60px 0 52px;}
    #foot_layout .footer-info .list {justify-content: center;}
    #foot_layout .footer-bottom .foot-logo {position: relative;top: 0;display: block;margin: 0 auto;}
    #foot_layout .footer-bottom {margin-top: 50px;}
    #foot_layout .footer-bottom> .copy {text-align: center;margin-top: 17px;}
    #foot_layout .footer-info .list li {margin: 0;padding: 0 15px;}
}

@media (max-width:1000px) {
    .tnb {display:none;}
}

@media (max-width:890px) {
    #body_layout .body_wrap,
    .layout {padding: 0 30px;}
}

@media (max-width:767px) {
    #foot_layout .footer-bottom> .copy .copy, #foot_layout .footer-bottom> .copy address span {font-size: 14px;}
    #foot_layout .footer-bottom> .copy .copy {margin-top:0;}
}

@media (max-width:690px) {
    #body_layout #location .utile_wrap .print_wrap {position:relative;bottom: 0;display: flex;align-items: center;justify-content: center;margin-top: 14px;right: 0;z-index: 9;}
    #body_layout #location {padding-bottom: 20px;}
    #body_layout #location .page__title {padding-top: 0;font-size: 38px;line-height: 42px;}
    #body_layout {margin-top: 30px;}
    #body_layout #location .utile_wrap {margin-top: 6px;}

    #body_layout #location .utile_wrap .print_wrap li {margin: 0 10px;}
}

@media (max-width:670px) {
    #foot_layout .footer-bottom> .copy .copy br {display:block;}
    #foot_layout .footer-bottom> .copy address> span {display:block;line-height: 21px;}
    #foot_layout .footer-bottom> .copy .copy {margin-top: 16px;}
}

@media (max-width: 590px) {
    #body_layout #location .page__title {font-size:30px;}
    #body_layout #location .utile_wrap .location_wrap li a {font-size:15px;}
    
    #foot_layout {padding: 46px 0 48px;}
    #foot_layout .footer-info .list {display:block;border-bottom: 1px solid rgba(255,255,255,0.15);padding-bottom: 30px;}
    #foot_layout .footer-info .list li {display: block;text-align: center;margin-bottom: 9px;padding: 0;}
    #foot_layout .footer-info .list li:last-child {margin-bottom:0;}
    #foot_layout .footer-info .list li a {display: inline-block;line-height: 1;}
    #foot_layout .footer-bottom {margin-top: 30px;}
    #foot_layout .footer-bottom> .copy {margin-top: 21px;}
    #foot_layout .footer-info .list li:not(:first-child) a::before {display: none;}
}

@media (max-width:490px) {
    #body_layout {margin-top: 20px;}
    #body_layout .body_wrap,
    .layout {padding: 0 20px;}
}

@media (max-width:390px) {
    #body_layout #location .page__title {font-size: 27px;line-height: 31px;}
}

@media (max-width:350px) {
    #foot_layout .footer-bottom .foot-logo {width: 100%;height: 10vw;}
}


/* navi 수정 */
#navi-dropdown {}
#navi-dropdown .layout {}
#navi-dropdown .layout .path {justify-content: center;align-items: center;}
#navi-dropdown .layout .path > li.n1 > a {background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.5L1.5 5.67593L1.5 13.5L12.5 13.5L12.5 5.67593L7 1.5Z' stroke='%23555555' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-size: contain;}
#navi-dropdown .layout .path > li > a, #navi-dropdown .layout .path > li > button {color: #555;padding: 0;letter-spacing: -0.48px;}
#navi-dropdown .layout .path > li {max-width: none;min-width: 1px;margin-right: 48px;}
#navi-dropdown .layout .path > li:last-child {margin-right:0;}
#navi-dropdown .layout .path > li:before {content:'';display:inline-block;background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L5.5 5.5L1.5 9.5' stroke='%23CCCCCC' stroke-width='1.5'/%3E%3C/svg%3E%0A");width: 7px;height: 11px;background-repeat: no-repeat;position: absolute;right: -40px;top: 5px;}
#navi-dropdown .layout .path > li:first-child::before,
#navi-dropdown .layout .path > li:last-child::before {display:none;}
#navi-dropdown .layout .path > li.n1 {width: 14px;height: 15px;margin-top: -2px;margin-right: 9px;}
#navi-dropdown .layout .path > li .dropdown-toggle {}
#navi-dropdown .layout .path > li .dropdown-toggle:after {content:'';width:0;;height: 1px;background-color: #000;position: absolute;left: 0;bottom: 0;transition:all 0.3s;}
#navi-dropdown .layout .path > li:last-child .dropdown-toggle {font-weight: 800;}
#navi-dropdown .layout .path > li .dropdown-toggle:before {background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.337891L3.5 5L0 0.337891H7Z' fill='%23555555'/%3E%3C/svg%3E%0A");width: 7px;height: 5px;top: 8px;right: -23px;}
#navi-dropdown .layout .path > li.open > a, #navi-dropdown .layout .path > li.open > button {background-color: snow;}
#navi-dropdown .layout .path > li .dropdown-toggle:hover:after,
#navi-dropdown .layout .path > li .dropdown-toggle:focus:after,
#navi-dropdown .layout .path > li.open .dropdown-toggle:after {width: calc(100% - -26px);}
#navi-dropdown .layout .path > li .dropdown-menu {background: #FFF;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);border:none;padding: 8px 20px;width: auto;top: 29px;width: 200px;}
#navi-dropdown .layout .path > li .dropdown-menu > li > a {padding: 0;font-size: 15px;color: #555;line-height: 130%;border: none;border-bottom: 1px dashed #ccc;padding: 12px 22px 12px 0;display: block;width: 100%;height: 100%;white-space: normal;transition: none;letter-spacing: -0.45px;}
#navi-dropdown .layout .path > li .dropdown-menu > li:last-child > a {border-bottom:none;}
#navi-dropdown .layout .path > li .dropdown-menu > li > a:hover, #navi-dropdown .layout .path > li .dropdown-menu > li > a:focus {background-color: transparent;color: #006EEF;font-weight: 700}


@media (max-width:1479px) {
    #navi-dropdown {padding: 0;}
}

@media (max-width:490px) {
    #navi-dropdown .layout .path > li {margin-right: 20px;}
    #navi-dropdown .layout .path > li .dropdown-toggle:before {display:none;}
    #navi-dropdown .layout .path > li:before {right: -13px;}
    #navi-dropdown .layout .path > li .dropdown-toggle:hover:after, #navi-dropdown .layout .path > li .dropdown-toggle:focus:after, #navi-dropdown .layout .path > li.open .dropdown-toggle:after {width:100%;}
    #navi-dropdown .layout .path > li .dropdown-menu > li > a {padding-right:0;}
    #navi-dropdown .layout .path > li .dropdown-menu {width: 100%;}
    #navi-dropdown .layout .path > li .dropdown-toggle {font-size: 15px;}
}
.new-modal-backdrop,
#mobile-menu {height: 100vh;}
/* #mobile-menu .new-modal-dialog .new-modal-content .new-modal-body .depth2_ul {display: block;} */

#mobile-menu .new-modal-dialog .new-modal-content .new-modal-body .depth1_ul > li > a.ov + .depth2_ul {display:block;}



.ui-topbox .inner .circle {display: none;}
.scrollable-icon {z-index: 1;}


#txt > .tab-ul{justify-content:center}