@charset "utf-8";
@import "font.css";
@import "reset.css";
@import "swiper-11.1.3.min.css";

:root {
    --vh: 1dvh;
}

/* 본문 바로가기 */
#skipNavi {position:fixed;top:0;left:0;right:0;width:100%;overflow:hidden;z-index:1000;}
#skipNavi a {display:block;height:0;font-size:12px;font-weight:bold;color:#fff;background-color:#043b72;text-align:center;}
#skipNavi a:focus {height:20px;padding:4px 0;line-height:20px;border:2px dotted #e37500;}


/* gnb */
.gnb {position:fixed;top:0;left:0;right:0;width:100%;height:112rem;z-index:100;}
.gnb::after {content:'';position:absolute;bottom:0;left:0;right:0;;width:100%;height:2px;background-color:#e37500;pointer-events:none;}
.gnb .gnb-inner {background-color:#fff;}
.gnb .menu-area {position:relative;width:1200rem;margin:0 auto;}
.gnb .menu-wrap {position:relative;display:flex;justify-content:space-between;overflow:hidden;}
.gnb .menu-wrap::before {content:'';position:absolute;top:0;left:0;width:100%;height:32rem;z-index:1;}
.gnb .menu-wrap-inner {display:flex;align-items:start;}
.gnb .link-home-wrap {display:flex;align-items:center;height:112rem;margin-right:20rem;padding-top:32rem;box-sizing:border-box;}
.gnb .logo {display:inline-block;width:164rem;min-width:130px;transform:translateY(-10%);}
.gnb .logo svg {width:100%;height:auto;}
.gnb nav .fake-div {width:0;height:0;}
.gnb nav {height:112rem;transition:height 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
.gnb nav .depth1 {display:flex;height:112rem;padding-top:32rem;box-sizing:border-box;}
.gnb nav .depth1-item {height:100%;}
.gnb nav .depth1-item + .depth1-item {margin-left:22rem;}
.gnb nav .depth1-item .btn-depth1 {display:inline-flex;align-items:center;height:100%;padding:0 12rem;border:none;box-sizing:border-box;}
.gnb nav .depth1-item .btn-depth1:focus-visible {position:relative;z-index:1;}
.gnb nav .depth1-item .btn-depth1 span {font-weight:500;color:#002b57;}
.gnb nav .depth1-item .btn-depth1 i {width:24rem;min-width:21px;margin-left:4rem;aspect-ratio:1;opacity:0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M15.5859 7H6.00008V5H19.0001v13h-2V8.41421L6.70718 18.7071l-1.41421-1.4142L15.5859 7Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;}
.gnb nav .depth1-item:not(.not-sub-nav)::after {content:'';position:absolute;top:112rem;bottom:0;width:240rem;opacity:0;box-sizing:border-box;pointer-events:none;}
.gnb nav .depth1-item + .depth1-item::after {border-left:1px solid #dfe3eb;}
.gnb nav .depth1-item > div {position:absolute;top:112rem;width:240rem;min-height:285rem;padding:40rem 24rem 60rem;box-sizing:border-box;opacity:0;visibility:hidden;z-index:1;transition:opacity 0.3s  cubic-bezier(0.33, 1, 0.68, 1), visibility 0.3s  cubic-bezier(0.33, 1, 0.68, 1);}
.gnb nav .depth1-item:first-child > div,
.gnb nav .depth1-item:first-child::after {left:120rem;}
.gnb nav .depth1-item:nth-child(2) > div,
.gnb nav .depth1-item:nth-child(2)::after {left:360rem;}
.gnb nav .depth1-item:nth-child(3) > div,
.gnb nav .depth1-item:nth-child(3)::after {left:600rem;}
.gnb nav .depth1-item:nth-child(4) > div,
.gnb nav .depth1-item:nth-child(4)::after {left:840rem;}
.gnb nav .depth1-item.hover .btn-depth1 span {color:#e37500;}
.gnb nav .depth1-item.hover::after {background-color:#fafbfc;}
.gnb nav .depth2-tit {display:block;margin-bottom:24rem;font-weight:500;color:#002b57;}
.gnb nav .depth2-item a {display:block;color:#41464f;box-sizing:border-box;}
.gnb nav .depth2-item a:active {font-weight:500;color:#e37500;}
.gnb nav .depth2-item + .depth2-item {margin-top:10rem;}

.gnb .area-right {display:flex;align-items:center;height:112rem;padding-top:32rem;box-sizing:border-box;pointer-events:none;}
.gnb .area-right * {pointer-events:auto;}
.gnb .area-right > a {display:inline-flex;align-items:center;justify-content:center;width:114rem;min-width:86px;height:40rem;min-height:28px;text-align:center;border:1px solid #dfe3eb;box-sizing:border-box;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.gnb .area-right > a:active {background-color:rgba(4, 59, 114, 0.12);}
.gnb .area-right > a span {font-weight:600;color:#002b57;}
.gnb .link-list {position:absolute;top:10rem;right:0;display:flex;z-index:1;}
.gnb .link-list > li {position:relative;}
.gnb .link-list > li + li {margin-left:16rem;padding-left:17rem;}
.gnb .link-list > li + li::before {content:'';position:absolute;display:inline-block;top:23%;left:0;bottom:23%;width:1px;background-color:#c3cad6;vertical-align:top;}
.gnb .link-list > li > a {display:inline-flex;align-items:center;padding:0 7rem 0 5rem;height:34rem;min-height:21px;border:1px solid #dfe3eb;box-sizing:border-box;vertical-align:top;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.gnb .link-list > li > a:active {background-color:rgba(4, 59, 114, 0.12);}
.gnb .link-list > li > a span {font-weight:500;}
.gnb .link-list > li > a svg {width:20rem;height:20rem;min-width:16px;min-height:16px;margin-right:4rem;}

.gnb .search .trigger-search-panel {width:40rem;height:40rem;min-width:28px;min-height:28px;margin-right:24rem;border:none;}
.gnb .search .trigger-search-panel i {display:inline-block;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;}
.gnb .search .trigger-search-panel:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.gnb.search-open .search .trigger-search-panel i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.gnb .search .search-form-wrap {position:absolute;top:112rem;left:0;right:0;width:100%;height:264rem;min-height:210px;padding-top:80px;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity 0.3s  cubic-bezier(0.33, 1, 0.68, 1), visibility 0.3s  cubic-bezier(0.33, 1, 0.68, 1);}
.gnb .search .search-form-wrap .search-input-wrap {position:relative;width:fit-content;margin:0 auto;}
.gnb .search .search-form-wrap .empty-desc {position:relative;display:none;width:792rem;margin:32rem auto 0;font-weight:500;text-align:center;}
.gnb .search .search-form-wrap .empty-desc.show {display:block;}
.gnb .search .search-form-wrap .empty-desc em {display:inline-block;max-width:716rem;font-weight:inherit;line-height:inherit;color:#e37500;vertical-align:top;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.gnb .search .search-form-wrap .empty-desc span {font-size:inherit;font-weight:inherit;line-height:inherit;white-space:nowrap;}
.gnb .search .search-form-wrap .search-page-result {position:absolute;display:none;top:100%;width:100%;max-height:265rem;border:1px solid #dfe3eb;border-top:none;background-color:#fff;box-sizing:border-box;overflow:auto;z-index:1;}
.gnb .search .search-form-wrap .search-page-result ul {padding:12rem 0;}
.gnb .search .search-form-wrap .search-page-result ul a {display:block;line-height:1.6112;padding:9.5rem 17rem;}
.gnb .search .search-form-wrap .search-page-result ul a .keyword {font-weight:700;line-height:inherit;}
.gnb .search .search-form-wrap .search-page-result ul a .keyword em {font-weight:400;}
.gnb .search .search-form-wrap .search-page-result ul a .ico-arrow {display:inline-block;width:20rem;height:20rem;min-width:16px;min-height:16px;max-width:24px;max-height:24px;margin:0 2px;vertical-align:middle;transform:translateY(-8%);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23C3CAD6' stroke-width='1.5' d='m7.5 16 6-6-6-6'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.gnb .search .search-form-wrap .search-page-result ul a .page-name {font-weight:500;line-height:inherit;color:#002b57;}
.gnb .search .search-form-wrap .search-page-result ul a .ico-new-window {display:inline-block;width:20rem;height:20rem;min-width:16px;min-height:16px;max-width:24px;max-height:24px;margin-left:2px;opacity:0;vertical-align:middle;transform:translateY(-8%);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23002b57' fill-rule='evenodd' d='M13.1884 5.75H4.99908v-1.5H15.7491V15h-1.5V6.81066L5.52941 15.5303l-1.06066-1.0606L13.1884 5.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.gnb .search .search-form-wrap .search-page-result ul li.over a,
.gnb .search .search-form-wrap .search-page-result ul li a:active {background-color:rgba(111,118,133,0.08);}
.gnb .search .search-form-wrap .search-page-result ul li.over a .page-name,
.gnb .search .search-form-wrap .search-page-result ul li a:active .page-name {color:#e37500;}
.gnb .search .search-form-wrap .search-page-result ul li.over a .ico-new-window,
.gnb .search .search-form-wrap .search-page-result ul li a:active .ico-new-window {opacity:1;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.1884 5.75H4.99908v-1.5H15.7491V15h-1.5V6.81066L5.52941 15.5303l-1.06066-1.0606L13.1884 5.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.gnb .search .search-form-wrap .search-page-result.show {display:block;}
.gnb.search-open .search .search-form-wrap {opacity:1;visibility:visible;}


.gnb.menu-open .gnb-inner,
.gnb.search-open .gnb-inner {border-bottom:1px solid #dfe3eb;}
.gnb.menu-open nav .fake-div {position:fixed;top:112rem;left:0;right:0;width:auto;height:285rem;}
.gnb.menu-open nav .depth1-item > div {opacity:1;visibility:visible;}
.gnb.menu-open nav .depth1-item::after {opacity:1;}
body.resizing .gnb nav {transition:none !important;}
body .gnb .menu-wrap.is-search {transition:height 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
body.resizing .gnb .menu-wrap.is-search {transition:none !important;}

body.home-index .gnb .gnb-inner {transition:background-color 0.3s  cubic-bezier(0.33, 1, 0.68, 1);}
body.home-index .gnb.menu-open .gnb-inner,
body.home-index .gnb.m-menu-open .gnb-inner,
body.home-index .gnb.search-open .gnb-inner,
body.home-index .gnb.m-search-open .gnb-inner {transition:background-color 0.2s  cubic-bezier(0.33, 1, 0.68, 1);}
body.home-index:not(.on-scroll) .gnb::after {transition:opacity 0.8s  cubic-bezier(0.33, 1, 0.68, 1);}
body.home-index:not(.on-scroll) .gnb nav .depth1-item::after {transition:opacity 0.7s  cubic-bezier(0.33, 1, 0.68, 1) 0.1s;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open)::after {opacity:0;transition:opacity 0.2s  cubic-bezier(0.33, 1, 0.68, 1);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) nav .depth1-item::after {transition:opacity 0.2s  cubic-bezier(0.33, 1, 0.68, 1);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .gnb-inner {background-color:transparent;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .logo:focus-visible {outline-color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .logo svg .text {fill:#fff !important;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) nav .depth1-item .btn-depth1 span {color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) nav .depth1-item .btn-depth1:focus-visible {outline-color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .search-open) .area-right > a {border-color:rgba(255, 255, 255, 0.6);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .search-open) .area-right > a:active {background-color:rgba(255, 255, 255, 0.12);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .search-open) .area-right > a:focus-visible {outline-color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .search-open) .area-right > a span {color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li + li::before {background-color:#fff;opacity:0.5;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a {border-color:rgba(255, 255, 255, 0.6);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a:active {background-color:rgba(255, 255, 255, 0.12);}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a span {color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a:focus-visible {outline-color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a svg * {fill:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .search .trigger-search-panel:focus-visible {outline-color:#fff;}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .search .trigger-search-panel i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cmask id='a' width='20' height='20' x='2.55469' y='2.53906' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M2.55469 2.53906h20v20h-20z'/%3E%3Cpath fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m14.707 16.0679.7073-.707-.6152-.6155-.6946.5244.6025.7981Zm1.3769-1.3794-.7992-.6011-.5219.6939.6138.6141.7073-.7069Zm4.4705 4.4725.7069.7073.7073-.707-.707-.7073-.7072.707Zm-1.3784 1.3778-.7073.7069.7069.7073.7073-.7069-.7069-.7073Zm-8.659-4.0178c3.3207 0 6.0134-2.6932 6.0134-6.0165h-2c0 2.2195-1.798 4.0165-4.0134 4.0165v2Zm-6.01337-6.0165c0 3.3233 2.69273 6.0165 6.01337 6.0165v-2c-2.21532 0-4.01337-1.797-4.01337-4.0165h-2ZM10.517 4.488c-3.32064 0-6.01337 2.69324-6.01337 6.0165h2c0-2.21944 1.79805-4.0165 4.01337-4.0165v-2Zm6.0134 6.0165c0-3.32326-2.6927-6.0165-6.0134-6.0165v2c2.2154 0 4.0134 1.79706 4.0134 4.0165h2ZM10.517 18.47c1.798 0 3.4593-.5974 4.7926-1.604l-1.2051-1.5962c-.9983.7537-2.2394 1.2002-3.5875 1.2002v2Zm-7.96231-7.9655c0 4.3988 3.56443 7.9655 7.96231 7.9655v-2c-3.29246 0-5.96231-2.6704-5.96231-5.9655h-2ZM10.517 2.53906c-4.39788 0-7.96231 3.56668-7.96231 7.96544h2c0-3.29504 2.66985-5.96544 5.96231-5.96544v-2Zm7.9624 7.96544c0-4.39876-3.5645-7.96544-7.9624-7.96544v2c3.2925 0 5.9624 2.6704 5.9624 5.96544h2Zm-1.5963 4.7851c1.002-1.3323 1.5963-2.9907 1.5963-4.7851h-2c0 1.346-.4444 2.5853-1.1947 3.5829l1.5984 1.2022Zm-1.5065.1058 4.4705 4.4725 1.4145-1.4139-4.4705-4.4725-1.4145 1.4139Zm4.4708 3.0583-1.3784 1.3778 1.4139 1.4146 1.3784-1.3778-1.4139-1.4146Zm.0358 1.3781-4.4689-4.4709-1.4145 1.4139 4.4689 4.4709 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}
body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .search .trigger-search-panel:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cmask id='a' width='20' height='20' x='2.55469' y='2.53906' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M2.55469 2.53906h20v20h-20z'/%3E%3Cpath fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m14.707 16.0679.7073-.707-.6152-.6155-.6946.5244.6025.7981Zm1.3769-1.3794-.7992-.6011-.5219.6939.6138.6141.7073-.7069Zm4.4705 4.4725.7069.7073.7073-.707-.707-.7073-.7072.707Zm-1.3784 1.3778-.7073.7069.7069.7073.7073-.7069-.7069-.7073Zm-8.659-4.0178c3.3207 0 6.0134-2.6932 6.0134-6.0165h-2c0 2.2195-1.798 4.0165-4.0134 4.0165v2Zm-6.01337-6.0165c0 3.3233 2.69273 6.0165 6.01337 6.0165v-2c-2.21532 0-4.01337-1.797-4.01337-4.0165h-2ZM10.517 4.488c-3.32064 0-6.01337 2.69324-6.01337 6.0165h2c0-2.21944 1.79805-4.0165 4.01337-4.0165v-2Zm6.0134 6.0165c0-3.32326-2.6927-6.0165-6.0134-6.0165v2c2.2154 0 4.0134 1.79706 4.0134 4.0165h2ZM10.517 18.47c1.798 0 3.4593-.5974 4.7926-1.604l-1.2051-1.5962c-.9983.7537-2.2394 1.2002-3.5875 1.2002v2Zm-7.96231-7.9655c0 4.3988 3.56443 7.9655 7.96231 7.9655v-2c-3.29246 0-5.96231-2.6704-5.96231-5.9655h-2ZM10.517 2.53906c-4.39788 0-7.96231 3.56668-7.96231 7.96544h2c0-3.29504 2.66985-5.96544 5.96231-5.96544v-2Zm7.9624 7.96544c0-4.39876-3.5645-7.96544-7.9624-7.96544v2c3.2925 0 5.9624 2.6704 5.9624 5.96544h2Zm-1.5963 4.7851c1.002-1.3323 1.5963-2.9907 1.5963-4.7851h-2c0 1.346-.4444 2.5853-1.1947 3.5829l1.5984 1.2022Zm-1.5065.1058 4.4705 4.4725 1.4145-1.4139-4.4705-4.4725-1.4145 1.4139Zm4.4708 3.0583-1.3784 1.3778 1.4139 1.4146 1.3784-1.3778-1.4139-1.4146Zm.0358 1.3781-4.4689-4.4709-1.4145 1.4139 4.4689 4.4709 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}


/* footer */
.footer {background-color:#f7f9fb;}
.footer .footer-inner {display:flex;align-items:center;justify-content:space-between;width:1200rem;height:92rem;margin:0 auto;border-top:1px solid #dfe3eb;}
.footer .copyright {color:#585e6b;}
.footer .affiliate {position:relative;width:1200rem;margin:0 auto;padding-top:72rem;padding-bottom:116rem;}
.footer .affiliate.not-bdr {border-top-color:transparent;}
.footer .affiliate h2 {margin-bottom:67rem;font-weight:700;letter-spacing:-0.02em;}
.footer .affiliate .list-wrap {display:flex;}
.footer .affiliate .list-wrap > span {position:absolute;left:0;bottom:32rem;color:#585e6b;}
.footer .affiliate .country-list {width:236rem;min-width:160px;}
.footer .affiliate .country-list + .country-list {margin-left:16rem;}
.footer .affiliate .country-list > li {position:relative;width:100%;}
.footer .affiliate .country-list > li + li {margin-top:13rem;}
.footer .affiliate .country-list .btn-country {width:100%;border:none;text-align:left;}
.footer .affiliate .country-list .btn-country span {display:inline-block;padding-right:32rem;color:#585e6b;vertical-align:top;}
.footer .affiliate .country-list .btn-country span small {display:inline-block;margin-left:4rem;font-weight:inherit;color:inherit;vertical-align:baseline;}
.footer .affiliate .country-list .btn-country.kor span {padding-left:20rem;font-weight:500;color:#181a1f;}
.footer .affiliate .country-list .btn-country.kor span::before {content:'';position:absolute;top:50%;left:0;width:14rem;max-width:17px;height:22rem;margin-top:-2rem;transform:translateY(-50%);background:url('../img/common/ic_pin_small_orange.svg') center / contain no-repeat;}
.footer .affiliate .country-list .btn-country:active span,
.footer .affiliate .country-list .btn-country.expand span {font-weight:600;color:#e37500;}
.footer .affiliate .country-list .btn-country span::after {content:'';position:absolute;opacity:0;top:50%;right:0;width:24rem;height:24rem;background-image:url('../img/common/ic_arrow_down_24_orange.svg');background-size:contain;background-position:center;background-repeat:no-repeat;transform:translateY(-50%);transition:transform 0.2s;}
.footer .affiliate .country-list .btn-country.expand span::after {opacity:1;transform:rotate(180deg) translateY(50%);}
.footer .affiliate .country-list > li > div {position:relative;overflow:hidden;}
.footer .affiliate .network-list {display:none;width:100%;height:0;transition:height 0.2s ease-in;}
.footer .affiliate .network-list.hide {position:absolute;display:block;height:auto;opacity:0;visibility:hidden;}
.footer .affiliate .country-list .btn-country.expand + .network-list {height:auto;}
.footer .affiliate .network-list li {padding-top:12rem;padding-left:20rem;padding-right:1px;color:#585e6b;}
.footer .affiliate .network-list li:last-child {padding-bottom:12rem;}
.footer .affiliate .network-list li a {display:block;font-size:inherit;font-weight:400;line-height:inherit;letter-spacing:inherit;color:inherit;}
.footer .affiliate .network-list li a:active {font-weight:600;color:#e37500;}
.footer .affiliate .network-list li a span {position:relative;display:inline-block;max-width:100%;padding-right:1.54em;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;vertical-align:top;box-sizing:border-box;}
.footer .affiliate .network-list li a span::after {position:absolute;display:inline-block;width:1.539em;aspect-ratio:1;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M12.4579 6.7957H5.92036v-1.2h8.58614v8.5861h-1.2V7.64423L6.34462 14.6061l-.84853-.8485 6.96181-6.9619Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;vertical-align:top;}
.footer .affiliate .network-list li a:active span::after {content:'';}
.footer .affiliate .map {position:absolute;width:400rem;height:400rem;min-width:240px;min-height:240px;top:85rem;right:20rem;border-radius:100%;overflow:hidden;}
.footer .affiliate .map .img-wrap {position:relative;display:inline-block;width:auto;height:100%;vertical-align:top;transform:translateX(-418rem);transition:transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);}
.footer .affiliate .map .img-wrap img {max-width:none;height:100%;}
.footer .affiliate .map .img-wrap span {position:absolute;width:10rem;height:10rem;background-color:#c3cad6;border-radius:100%;opacity:0;transition:background-color 0.3s, opacity 0.5s;}
.footer .affiliate .map .img-wrap span.on {background-color:#e37500;}
.footer .affiliate .map .img-wrap span.on::after {content:'';position:absolute;top:50%;left:50%;width:10rem;height:10rem;background-color:rgba(245, 130, 32, 0.2);border-radius:100%;transform:translate(-50%, -50%);animation:__animateFooterMapPin 2.5s ease-out infinite;}
.footer .affiliate .map.view-in .img-wrap span {opacity:1;}
.footer .affiliate .map .pin-kor {top:45.2%;left:41.8%;}
.footer .affiliate .map .pin-greece {top:43.3%;left:26.1%;}
.footer .affiliate .map .pin-lux {top:38%;left:23.6%;}
.footer .affiliate .map .pin-mong {top:39%;left:38%;}
.footer .affiliate .map .pin-usa {top:41.5%;left:12.4%;}
.footer .affiliate .map .pin-viet {top:61.8%;left:39.1%;}
.footer .affiliate .map .pin-braz {top:79.2%;left:15.5%;}
.footer .affiliate .map .pin-sing {top:67.3%;left:38.7%;}
.footer .affiliate .map .pin-arab {top:56.1%;left:31.3%;}
.footer .affiliate .map .pin-irel {top:34.1%;left:21.8%;}
.footer .affiliate .map .pin-uk {top:32.1%;left:22.7%;}
.footer .affiliate .map .pin-india {top:55.2%;left:34.8%;}
.footer .affiliate .map .pin-indones {top: 72.1%;left: 41.4%;}
.footer .affiliate .map .pin-jp {top:46.2%;left:43.6%;}
.footer .affiliate .map .pin-ch {top:45.2%;left:38.4%;}
.footer .affiliate .map .pin-cnd {top:34.2%;left:13.2%;}
.footer .affiliate .map .pin-colom {top:67%;left:12.3%;}
.footer .affiliate .map .pin-aust {top:91.2%;left:45.2%;}
.footer .affiliate .map .pin-hong {top:55%;left:39.8%;}

@keyframes __animateFooterMapPin {
    0% {transform:translate(-50%, -50%) scale(1);}
    50% {transform:translate(-50%, -50%) scale(2.8);opacity:1;}
    80%, 100% {transform:translate(-50%, -50%) scale(2.8);opacity:0;}
}


/* sub menu */
.sub-menu .menu-inner {box-sizing:border-box;}
.sub-menu ul {position:relative;display:flex;width:1200rem;margin:0 auto;}
.sub-menu:not(.fixed) ul::after {content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:1px;background-color:#dfe3eb;}
.sub-menu ul li {position:relative;}
.sub-menu:not(.fixed) ul li.active::after {content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#e37500;z-index:2;}
.sub-menu ul a {position:relative;display:inline-flex;align-items:center;justify-content:center;height:56rem;min-height:40px;padding:0 20rem;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.sub-menu ul a span {display:inline-block;font-weight:500;color:#41464f;}
.sub-menu ul a:active {background-color:rgba(65, 70, 79, 0.12);}
.sub-menu ul a:focus-visible {z-index:3;}
.sub-menu ul li.active a span {font-weight:600;color:#e37500;}
.sub-menu ul li.active a:active {background-color:rgba(227, 117, 0, 0.12);}

.sub-menu.fixed {height:56rem;}
.sub-menu.fixed .menu-inner {position:fixed;top:112rem;left:0;right:0;width:100%;background-color:#e37500;z-index:50;}
.sub-menu.fixed ul {border:none;}
.sub-menu.fixed a span {color:#fff !important;}
.sub-menu.fixed ul li:not(.active) a span {opacity:0.6;}
.sub-menu.fixed ul a:active {background-color:rgba(0, 0, 0, 0.12) !important;}


/* common */
@media screen and (min-width:900px) {
    .mobile-only {display:none !important;}
}
@media screen and (max-width:899px) {
    .pc-only {display:none !important;}
}

.hide-text {text-indent:100%;white-space:nowrap;overflow:hidden;}
.sr-only {position: absolute;clip: rect(0, 0, 0, 0);clip-path: polygon(0 0, 0 0, 0 0);width:1px;height:1px;margin:-1px;outline:0;overflow: hidden;}
[data-more-id]:not(.show) {display:none !important;}

body:not(.home-index) .contents {padding-top:112rem;}
.contents section .section-inner {width:1200rem;margin-left:auto;margin-right:auto;box-sizing:border-box;}
.contents section.banner {position:relative;height:148rem;background-color:#e37500;background-size:auto 100%;background-position:center;background-repeat:no-repeat;overflow:hidden;}
.contents section.banner.bg-secondary {background-color:#043b72;}
.contents section.banner .bg-img {position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);}
.contents section.banner .bg-img.show {opacity:1;}
.contents section.banner .bg {position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('../img/common/img_banner_gradient_w.jpg');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);overflow:hidden;}
.contents section.banner .bg.show {opacity:1;}
.contents section.banner .bg svg {position:absolute;top:0;left:50%;width:auto !important;transform:translate3d(-50%, 0px, 0px) !important;pointer-events:none;}
.contents section.banner .section-inner {display:flex;align-items:center;height:100%;}
.contents section.banner.pattern4 {background-color:#043b72;}
.contents section.banner.pattern5 {background-color:#043b72;}
.contents section.banner .txt-wrap {position:relative;z-index:1;animation: __fadeInUpTitle 0.4s ease both 0.2s;}
.contents section.banner h1 {font-weight:700;color:#fff;text-shadow:0 1px 0 rgba(0, 0, 0, 0.12);}
.contents section.banner h1 span {display:block;padding-left:5rem;font-weight:500;color:#fff;letter-spacing:normal;opacity:0.8;}
.contents .section-content-wrap section.bg-gray {background-color:rgba(236, 239, 244, 0.4);}
body:not(.home-index) .contents .section-content-wrap section:first-of-type {padding-top:100rem;}
.contents .section-content-wrap section.pd-top-80 {padding-top:80rem;}
.contents .section-content-wrap section.pd-top-100 {padding-top:100rem;}
.contents .section-content-wrap section.pd-top-120 {padding-top:120rem;}
.contents .section-content-wrap section.pd-bottom-80 {padding-bottom:80rem;}
.contents .section-content-wrap section.pd-bottom-100 {padding-bottom:100rem;}
.contents .section-content-wrap section.pd-bottom-120 {padding-bottom:120rem;}
.contents .section-content-wrap section .section-inner {display:flex;}
.contents .section-content-wrap section .section-inner.no-flex {display:block;}
body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title {min-width:408rem;max-width:408rem;}
body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title + .section-content {max-width:calc(100% - 408rem);}
body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title.size-m {min-width:510rem;max-width:510rem;}
body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title.size-m + .section-content {max-width:calc(100% - 510rem);}
.contents .section-content-wrap section .section-title .sticky {position:sticky;top:238rem;}
.contents .section-content-wrap section .section-title h2 {font-weight:700;}
.contents .section-content-wrap section .section-title h2.color-primary {color:#e37500;}
.contents .section-content-wrap section .section-title h2 .top-tit {display:block;margin-bottom:8rem;font-weight:500;color:#6f7685;letter-spacing:normal;}
.contents .section-content-wrap section .section-title h2 strong {display:block;margin-top:8rem;font-weight:700;letter-spacing:normal;}
.contents .section-content-wrap section .section-title h2 .nowrap {font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;white-space:nowrap;}
.contents .section-content-wrap section .section-title h2 ~ .btn-txt-ico-nor {margin-top:40rem;}
.contents .section-content-wrap section .section-content {flex:1;}
body:not(.home-index) .contents .section-content-wrap section:not(.pd-bottom-not-nor):last-child {padding-bottom:160rem;}


/* component */
.img-loading {background-color:#f7f9fb;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='345' height='84' fill='none'%3E%3Cpath fill='%23C3CAD6' d='M344.121 2.50195C338.493 25.7513 318.34 38.4256 306.493 45.1949l-.513-.69c4.857-3.953 21.536-16.2566 26.868-36.65528l11.273-5.34767ZM230.312 83.0573c-4.279-.706-8.241-2.7019-11.355-5.7209.822-1.3308 3.324-5.4262 4.517-7.3856 1.906 2.2482 4.442 3.8733 7.28 4.6651 1.457.3955 3.01.2199 4.341-.491.314-.2153.582-.4913.787-.8119.206-.3205.345-.679.409-1.0542.031-.2155.048-.4329.049-.6506-.023-.5996-.194-1.1842-.497-1.7023-.302-.5181-.728-.9538-1.239-1.2686-3.518.3044-8.989.712-15.586.9821.041.9295-.02 1.8607-.182 2.7769-.206 1.6074-.733 3.1568-1.551 4.556-.817 1.3992-1.908 2.6195-3.207 3.5883-3.228 2.2637-7.217 3.1668-11.105 2.5142-4.278-.7038-8.238-2.6992-11.349-5.7184.806-1.3308 3.317-5.4262 4.523-7.3856 1.899 2.2445 4.427 3.8693 7.258 4.6651 1.466.3951 3.028.2196 4.37-.491.309-.2185.572-.4958.773-.816.202-.3202.338-.6771.401-1.0501.037-.2148.056-.4326.054-.6506-.003-.5918-.173-1.1706-.491-1.6696-6.153.0785-12.741.0171-19.331-.3536 1.039 6.1211 1.925 11.3951 2.124 12.5221h-9.215c-.216-1.3799-1.161-8.6869-1.161-8.6869h-9.777l-3.644 8.6771h-9.377c1.567-3.435 14.909-33.488 15.584-34.9391h11.683c.162.8667 1.153 6.8012 2.307 13.5582-3.476-.6129-6.918-1.4062-10.312-2.3767l-7.471 7.005c6.469.7366 12.74 1.2497 18.82 1.5665h.059c4.029.216 7.955.3486 11.8.4051.196.0123.395.0123.574.0123 1.11 0 2.19 0 3.263.0196h.332c4.741 0 9.342-.1178 13.777-.3339h.063c.909-.0467 1.795-.1007 2.684-.1449.043.0044.087.0044.13 0 .874-.0466 1.736-.1056 2.61-.162.059-.0014.117-.008.175-.0197.842-.0442 1.681-.108 2.511-.1645.082-.0113.164-.0179.246-.0196.82-.0712 1.635-.1375 2.433-.2136h.076c5.282-.4567 10.313-1.0558 15.108-1.758.054-.0013.108-.007.162-.0172.896-.1277 1.777-.2603 2.652-.415.186-.0294.351-.0466.54-.0712.847-.1375 1.689-.2774 2.514-.4247l.194-.0246h.074c4.453-.7587 8.655-1.6131 12.6-2.5019h.012c.104-.0197.202-.0442.3-.0663l-.3.0663h-.012l.378-.0835.157-.0393c.393-.0884.771-.1694 1.14-.2603l.491-.1178.736-.1768.982-.2455c.317-.0884.649-.1645.968-.2333l1.166-.3118c-.385.0957-.771.2038-1.166.3118.395-.108.783-.2161 1.166-.3118l.145-.0393c.295-.0663.57-.1522.847-.2234l.575-.1474.756-.1939c.245-.0663.491-.1375.736-.1989 1.542-.4199 3.006-.8471 4.452-1.2719.172-.0442.349-.108.535-.1497.415-.1302.815-.2456 1.211-.3659-.401.113-.796.2456-1.213.3585.417-.1228.812-.2455 1.213-.3585l.108-.0319c.181-.0565.343-.1056.491-.1645l1.311-.4051.245-.0737c.511-.1596 1.012-.3216 1.506-.491 7.075-2.209 13.937-5.0489 20.504-8.4856-.322 2.173-1 6.9706-1.198 8.4757h-7.072s-3.486 24.202-3.783 26.2522h-9.765c.327-2.3055 2.728-19.036 3.513-24.5064-5.443 1.9937-9.627 3.2557-9.627 3.2557s-.857.3241-2.541.8544c-.295 1.9938-.737 5.0555-.928 6.3838h-12.399l-.931 6.46h13.676c-.28 1.9642-.857 6.0057-1.073 7.5427h-22.589c.187-1.2694 1.167-8.132 2.21-15.4685-1.365.2259-2.787.4494-4.289.6482.467 1.6659.541 3.4176.216 5.1169-.214 1.6086-.747 3.1581-1.57 4.5569-.822 1.3988-1.916 2.6187-3.218 3.5874-2.512 1.7956-5.531 2.7419-8.618 2.7008-.823.0044-1.646-.0522-2.461-.1694Zm-105.246-.9625c.407-2.7941 4.699-32.825 5.011-34.9415h22.198c-.267 1.9471-.854 5.9959-1.077 7.5304h-13.311l-.911 6.3691h12.407c-.277 1.9078-.795 5.549-1.012 7.0394H135.97l-.928 6.4623h13.673c-.285 1.952-.857 6.0008-1.08 7.5378l-22.569.0025Zm-11.074 0c-.223-1.3701-.844-7.0713-.844-7.0713l-10.87.0123s-2.3694 5.8927-2.8679 7.0565h-9.3792c1.5812-3.4374 14.9161-33.4879 15.5911-34.939h11.682c.366 2.0355 5.402 32.0614 5.918 34.939l-9.23.0025Zm-9.084-14.2801h7.316l-1.799-12.9714-5.517 12.9714ZM79.9715 82.0948l-7.2579-16.9736c-1.0558 7.4151-2.2663 15.9031-2.4332 16.9736h-8.7581c.3977-2.7941 4.7044-32.825 5.0113-34.9415h13.1997c1.6797-.1293 3.368.0906 4.9586.6459 1.5905.5552 3.0489 1.4338 4.2832 2.5804 1.3468 1.6689 2.032 3.7753 1.9249 5.9173-.0051.796-.0633 1.5909-.1743 2.3792-.8569 6.6293-4.1986 7.9036-8.4757 8.6967l7.0664 14.7318-9.3449-.0098Zm-3.8622-19.1956c1.1268-.001 2.2345-.2918 3.2164-.8446 1.7629-.8397 2.0478-3.5038 2.0478-3.5038.1387-.6056.1425-1.2343.0109-1.8416-.1315-.6072-.3951-1.178-.7721-1.6719-.5533-.503-1.208-.8816-1.92-1.1103-.7119-.2287-1.4646-.3022-2.2074-.2156h-2.1508l-1.3038 9.1878h3.079ZM46.2724 82.0948c.4051-2.7941 4.7092-32.825 5.0186-34.9415h9.6224c-.4052 2.7941-4.7044 32.8177-5.0113 34.939l-9.6297.0025Zm-12.9322 0 1.4438-24.4672s-9.8213 22.913-10.4695 24.4672h-6.8896l-3.0887-24.4672c-.2456 1.1074-3.4989 17.4573-5.27896 24.4672H.370361C1.27391 78.9716 7.91307 48.9506 8.44342 47.1533H20.111l2.7402 20.0108s8.0534-18.4149 8.677-20.0108h12.1243c0 2.4553-1.6033 32.469-1.5959 34.939l-8.7164.0025ZM200.601 67.3163h.577c-.187.0074-.381.0074-.58-.0025l.003.0025Zm20.826-.4591c-.043.0044-.086.0044-.128 0 .043.0036.085.0028.128-.0025v.0025Zm5.527-.3634c-.083-.0033-.165.0033-.246.0196.082-.0173.165-.0247.248-.0221l-.002.0025Zm-28.833-4.4859c-.206-.0221-.413-.0442-.621-.0565-.562-1.2918-.839-2.6894-.813-4.0979-.002-.5438.028-1.0874.088-1.6278.154-1.5433.619-3.0393 1.368-4.3975.748-1.3581 1.765-2.5501 2.988-3.5037 3.291-2.2834 7.353-3.1666 11.295-2.4553 3.007.4224 5.835 1.6797 8.163 3.6289-.687 1.3062-2.578 4.9499-3.562 6.8552-1.57-1.5252-3.52-2.6019-5.647-3.1182-.57-.1313-1.162-.1399-1.735-.0252-.574.1147-1.117.3501-1.592.6906-.324.2768-.582.6218-.756 1.0103-.174.3885-.26.8107-.251 1.2363 0 1.8709 1.913 2.9881 2.735 3.4522l.044.027h.022l2.539 1.2669c1.058.4699 2.057 1.0624 2.976 1.7654-6.885-.054-12.88-.3266-17.241-.6507Zm25.894-4.1495c.003-.5448.037-1.0891.1-1.6303.15-1.5435.613-3.0403 1.362-4.3985.749-1.3582 1.767-2.5492 2.992-3.5002 3.288-2.2871 7.351-3.1754 11.294-2.47 3.008.4257 5.837 1.6854 8.166 3.6363-.692 1.3062-2.575 4.9425-3.57 6.8478-1.572-1.5236-3.521-2.6015-5.647-3.1231-.569-.13-1.158-.1377-1.73-.0226-.572.1151-1.113.3505-1.587.6904-.323.2786-.581.6246-.756 1.0136-.174.389-.262.8115-.256 1.2379 0 1.8734 1.923 2.9832 2.753 3.4522l.027.0196.034.0148 2.544 1.2718c.561.2537 1.108.5389 1.638.8545-5.52.4517-11.008.712-16.205.8274-.799-1.443-1.199-3.0727-1.159-4.7216Zm29.056-10.7051h22.206c-.28 1.9471-.862 5.9885-1.083 7.5329h-13.315l-.685 4.7093c-2.959.5328-6.011.9821-9.085 1.3627.977-6.7472 1.834-12.7013 1.962-13.6049Zm23.794 10.3688c-1.436.4174-2.919.8544-4.459 1.2718 1.54-.4174 3.02-.8544 4.459-1.2718Zm1.844-10.3688h21.381c-7.281 3.4247-14.848 6.2065-22.613 8.3137.329-2.2515 1.006-6.8577 1.232-8.3137Z'/%3E%3C/svg%3E");background-size:42% auto;background-position:center 44%;background-repeat:no-repeat;}

.btn-txt-ico-nor {display:inline-flex;align-items:center;justify-content:center;border:none;vertical-align:top;text-align:center;box-sizing:border-box;}
.btn-txt-ico-nor span {position:relative;padding-right:28rem;font-weight:500;}
.btn-txt-ico-nor span::after,
span.btn-txt-ico-nor::after {content:'';position:absolute;top:50%;right:0;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);}
.btn-txt-ico-nor.ico-play span::after,
span.btn-txt-ico-nor.ico-play::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' d='M19 12 8 5v14l11-7Z'/%3E%3C/svg%3E");}
.btn-txt-ico-nor.ico-download span::after,
span.btn-txt-ico-nor.ico-download::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M11 12.7268V3h2v9.7268l4.3243-3.96395 1.3514 1.47435-6 5.5-.6757.6194-.6757-.6194-6.00002-5.5 1.35144-1.47435L11 12.7268ZM21 19v2H3v-2h18Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.btn-txt-ico-nor.ico-outlink span::after,
span.btn-txt-ico-nor.ico-outlink::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M15.5859 7H6.00008V5H19.0001v13h-2V8.41421L6.70718 18.7071l-1.41421-1.4142L15.5859 7Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.btn-txt-ico-nor.ico-arrow span::after,
span.btn-txt-ico-nor.ico-arrow::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='m15.5858 11.0001-5.2929-5.29292 1.4142-1.41421 7 7.00003.7071.7071-.7071.7071-7 7-1.4142-1.4142 5.2929-5.2929H4v-2h11.5858Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.btn-txt-ico-nor.ico-add span::after,
span.btn-txt-ico-nor.ico-add::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M11 13v6h2v-6h6v-2h-6V5h-2v6H5v2h6Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
span.btn-txt-ico-nor {position:relative;padding-right:28rem;font-weight:500;}
.btn-txt-ico-nor[disabled] span {color:rgba(65, 70, 79, 0.3);}
.btn-txt-ico-nor[disabled] span::after {opacity:0.3;}
.btn-txt-ico-nor[disabled].ico-outlink span::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2341464F' fill-rule='evenodd' d='M15.5859 7H6.00008V5H19.0001v13h-2V8.41421L6.70718 18.7071l-1.41421-1.4142L15.5859 7Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

.btn-txt-ico-white {display:inline-flex;align-items:center;justify-content:center;border:none;vertical-align:top;text-align:center;box-sizing:border-box;}
.btn-txt-ico-white span {position:relative;padding-right:28rem;font-weight:500;color:#fff;}
.btn-txt-ico-white span::after {content:'';position:absolute;top:50%;right:0;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);}
.btn-txt-ico-white:active span {color:#e37500;}
.btn-txt-ico-white.ico-play span::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' d='M19 12 8 5v14l11-7Z'/%3E%3C/svg%3E");}

.btn-bdr {display:inline-flex;align-items:center;justify-content:center;min-width:138rem;height:48rem;min-height:42px;padding:0 19rem;border:1px solid #dfe3eb;vertical-align:top;text-align:center;box-sizing:border-box;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.btn-bdr:active {background-color:rgba(24, 26, 31, 0.12);}
.btn-bdr span {display:inline-block;font-weight:500;vertical-align:top;}
.btn-bdr.type-primary {border-color:#e37500;}
.btn-bdr.type-primary:active {background-color:rgba(227, 117, 0, 0.12);}
.btn-bdr.type-primary span {color:#e37500;}
.btn-bdr.back-ico {padding-right:15rem}
.btn-bdr.back-ico span {position:relative;padding-right:28rem;}
.btn-bdr.back-ico span::after {content:'';position:absolute;top:50%;right:0;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);}
.btn-bdr.back-ico.ico-arrow span::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='m15.5858 11.0001-5.2929-5.29292 1.4142-1.41421 7 7.00003.7071.7071-.7071.7071-7 7-1.4142-1.4142 5.2929-5.2929H4v-2h11.5858Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.btn-bdr.back-ico.ico-add span::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M11 13v6h2v-6h6v-2h-6V5h-2v6H5v2h6Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

.btn-flat {display:inline-flex;align-items:center;justify-content:center;min-width:138rem;height:48rem;min-height:42px;padding:0 19rem;border:none;vertical-align:top;text-align:center;box-sizing:border-box;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.btn-flat.type-primary {background-color:#e37500;}
.btn-flat.type-primary:active {background-color:#c86700;}
.btn-flat span {display:inline-block;font-weight:500;vertical-align:top;}
.btn-flat.type-primary span {color:#fff;}

.custom-checkbox {position:relative;display:inline-block;vertical-align:top;}
.custom-checkbox input {position: absolute;clip: rect(0, 0, 0, 0);clip-path: polygon(0 0, 0 0, 0 0);width:1px;height:1px;margin:-1px;outline:0;overflow: hidden;}
.custom-checkbox label {position:relative;}
.custom-checkbox label::before {content:'';position:absolute;top:50%;left:0;background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);}
.custom-checkbox.type-circle label::before {width:40rem;height:40rem;min-width:35px;min-height:35px;max-width:46px;max-height:46px;}
.custom-checkbox.type-circle.type-white input:not(:checked) + label::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='11.25' stroke='%23DFE3EB' stroke-width='1.5'/%3E%3Cpath stroke='%23DFE3EB' stroke-width='1.5' d='m16 20 3.0617 3L24 17'/%3E%3C/svg%3E");}
.custom-checkbox.type-circle.type-white input:not(:checked) + label:active::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='11.25' stroke='%23e37500' stroke-width='1.5'/%3E%3Cpath stroke='%23e37500' stroke-width='1.5' d='m16 20 3.0617 3L24 17'/%3E%3C/svg%3E");}
.custom-checkbox.type-circle input:checked + label::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='12' fill='%23E37500'/%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m16 20 3.0617 3L24 17'/%3E%3C/svg%3E");}
.custom-checkbox.type-circle label {display:inline-block;padding-left:44rem;padding-right:8rem;font-weight:500;line-height:2.5;box-sizing:border-box;vertical-align:top;}
.custom-checkbox.type-circle.type-white input:not(:checked) + label {color:#dfe3eb;}
.custom-checkbox label:active {color:#e37500 !important;}
.custom-checkbox input:checked + label {color:#e37500 !important;}
.custom-checkbox input:focus-visible + label {outline:2px solid #043b72;outline-offset:-2px;}
.custom-checkbox.type-white input:focus-visible + label {outline-color:#fff;}

.img-cover-wrap img {width:100%;height:100%;object-fit:cover;}

.img-media-list {display:flex;flex-wrap:wrap;margin-left:-12rem;margin-right:-12rem;margin-bottom:-56rem;}
.img-media-list + .img-media-list {margin-top:56rem;}
.img-media-list li {padding-left:12rem;padding-right:12rem;padding-bottom:56rem;box-sizing:border-box;}
.img-media-list li a, .img-media-list li button {display:block;border:none;}
.img-media-list li a:focus-visible, .img-media-list li button:focus-visible {outline-offset:0;}
.img-media-list li p {display:-webkit-box;height:2.8em;margin-top:24rem;margin-bottom:16rem;padding:0 8rem;font-weight:500;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.img-media-list li a:active p,
.img-media-list li button:active p {color:#e37500;}
.img-media-list li .reg-date {display:block;padding:0 8rem;color:#6f7685;}
.img-media-list .img-wrap {position:relative;aspect-ratio:384 / 216;overflow:hidden;}
.img-media-list .img-wrap img {transition:transform 0.3s ease-out;width:100%;height:100%;object-fit:cover;overflow: hidden;}
.img-media-list .img-wrap::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);pointer-events:none;}
.img-media-list button:active .img-wrap::after {background-color:rgba(0, 0, 0, 0.24);}
.img-media-list a:active .img-wrap::after {background-color:rgba(0, 0, 0, 0.24);}
.img-media-list .img-wrap .time {position:absolute;right:12rem;bottom:10rem;min-width:52rem;padding:0 7rem;font-weight:500;line-height:1.715;color:#fff;text-align:center;background-color:rgba(0, 0, 0, 0.4);border-radius:4px;box-sizing:border-box;z-index:1;}

.stats-list {display:flex;flex-wrap:wrap;gap:72rem 46rem;}
.stats-list li {position:relative;width:calc(33.33% - 31rem);padding-bottom:100rem;}
.stats-list i {position:absolute;left:0;bottom:0;width:96rem;height:96rem;min-width:63px;min-height:63px;background-position:center;background-size:contain;background-repeat:no-repeat;}
.stats-list i svg {pointer-events:none;}
.stats-list .tit {display:block;padding-left:8rem;}
.stats-list .tit > span {font-weight:500;}
.stats-list .tit > span span {font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;white-space:nowrap;}
.stats-list p {padding-left:8rem;font-weight:500;line-height:1.4065;}
.stats-list p span {margin-left:4rem;font-weight:500;letter-spacing:normal;}
.stats-list p small {margin-left:8rem;letter-spacing:normal;}
.stats-list.not-icon {gap:24rem 46rem;}
.stats-list.not-icon li {padding-bottom:0;}
.stats-list.not-icon .tit {margin-bottom:4rem;padding-left:0;}
.stats-list.not-icon p {padding-left:0;}


.history > li {display:flex;}
.history > li + li {margin-top:32rem;padding-top:32rem;border-top:1px solid #dfe3eb;}
.history .year {display:block;min-width:180rem;font-weight:500;}
.history .month {display:block;min-width:64rem;font-weight:500;}
.history .month-list {flex:1;min-height:53rem;padding:12rem 0;box-sizing:border-box;}
.history .month-list > li {display:flex;}
.history .month-list > li + li {margin-top:24rem;}
.history .month-list > li > p {padding-top:20rem;color:#8c94a3;}
.history .detail-list {flex:1;}
.history .detail-list li {color:#6f7685;}
.history .detail-list li + li {margin-top:8rem;}
.history .detail-list > span {display:block;margin-top:24rem;color:#6f7685;}

.history.type2 > li {flex-wrap:wrap;}
.history.type2 > li > .img-wrap {height:320rem;margin-top:24rem;}

.history-simple {padding-top:12rem;}
.history-simple > li {display:flex;}
.history-simple > li + li {margin-top:10rem;}
.history-simple > li > strong {width:64rem;min-width:51px;font-weight:500;color:#6f7685;}
.history-simple .detail-list {flex:1;}
.history-simple .detail-list li {font-weight:500;}
.history-simple .detail-list li + li {margin-top:2rem;}

.dl-nor {display:flex;padding-top:32rem;padding-bottom:48rem;}
.dl-nor:first-child {padding-top:0;}
.dl-nor.not-pd-bottom {padding-bottom:0;}
.dl-nor + .dl-nor {border-top:1px solid #dfe3eb;}
.dl-nor .dt {min-width:306rem;max-width:306rem;}
.dl-nor .dt strong {display:block;padding-right:7%;font-weight:600;}
.dl-nor .dt a {margin-top:8rem;}
.dl-nor p {color:#6f7685;}

.filter-wrap {margin-bottom:24rem;}
.filter-wrap .category {margin-bottom:40rem;}
.filter-wrap .category > ul {display:flex;}
.filter-wrap .category > ul li {position:relative;}
.filter-wrap .category > ul li + li {margin-left:18rem;padding-left:19rem;}
.filter-wrap .category > ul li + li::before {content:'';position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#dfe3eb;}
.filter-wrap .category > ul button {border:none;}
.filter-wrap .category > ul button span {font-weight:500;line-height:1;color:#585e6b;}
.filter-wrap .category > ul button.active span {font-weight:700;color:#e37500;}
.filter-wrap .category > ul button:active span {color:#e37500;}
.filter-wrap .category .custom-select select {width:100%;}
.filter-wrap .category .custom-select .select-styled {width:100%;}
.filter-wrap .search {display:flex;align-items:center;justify-content:space-between;}
.filter-wrap .search .total {font-weight:500;color:#585e6b;}
.filter-wrap .search .total.active {color:#e37500;}
.filter-wrap .search .total strong {margin-right:12rem;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;}
.filter-wrap .search .search-input {display:flex;margin-left:16rem;}
.filter-wrap .search .search-area {display:flex;}
.filter-wrap .search .search-area .select-year select {min-width:128rem;}
.filter-wrap .search .search-area .select-year .select-styled {min-width:128rem;}
.filter-wrap .search .search-area .search-input .select-type select {min-width:96rem;}
.filter-wrap .search .search-area .search-input .select-type .select-styled {min-width:96rem;}

/* pagination */
.pagination {display:flex;justify-content:center;margin-top:56rem;}
.pagination > div {font-size:0;}
.pagination .paging-num-wrap {margin:0 24rem;}
.pagination a, .pagination button {display:inline-flex;align-items:center;justify-content:center;min-width:28rem;height:28rem;font-size:16rem;color:#6f7685;text-align:center;vertical-align:top;box-sizing:border-box;}
.pagination a.active {font-weight:500;color:#e37500;border:1px solid #e37500;}
.pagination a:active, .pagination button:not([disabled]):active {background-color:rgba(111, 118, 133, 0.12)}
.pagination a.active:active {background-color:rgba(227, 117, 0, 0.12);}
.pagination a.paging-num span {font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;}
.pagination a + a, .pagination button + button {margin-left:8rem;}
.pagination .paging-arrow {width:28rem;min-width:0;border:1px solid #dfe3eb;}
.pagination .paging-arrow[disabled] {border-color:#c6c7ca;}
.pagination .paging-arrow i {width:20rem;height:20rem;max-width:24px;max-height:24px;background-position:center;background-size:contain;background-repeat:no-repeat;}
.pagination .paging-arrow.first i  {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='1.5' d='m15 16-6-6 6-6M6 3v14'/%3E%3C/svg%3E");}
.pagination .paging-arrow.prev i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='1.5' d='m13 16-6-6 6-6'/%3E%3C/svg%3E");}
.pagination .paging-arrow.next i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='1.5' d='m7 16 6-6-6-6'/%3E%3C/svg%3E");}
.pagination .paging-arrow.last i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='1.5' d='m5 16 6-6-6-6M14 3v14'/%3E%3C/svg%3E");}
.pagination .paging-arrow.first[disabled] i  {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23c6c7ca' stroke-width='1.5' d='m15 16-6-6 6-6M6 3v14'/%3E%3C/svg%3E");}
.pagination .paging-arrow.prev[disabled] i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23c6c7ca' stroke-width='1.5' d='m13 16-6-6 6-6'/%3E%3C/svg%3E");}
.pagination .paging-arrow.next[disabled] i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23c6c7ca' stroke-width='1.5' d='m7 16 6-6-6-6'/%3E%3C/svg%3E");}
.pagination .paging-arrow.last[disabled] i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23c6c7ca' stroke-width='1.5' d='m5 16 6-6-6-6M14 3v14'/%3E%3C/svg%3E");}

/* modal */
html.modal-open {overflow:hidden;isolation:isolate;touch-action:none;overscroll-behavior:none;}
.modal-layer {position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:1000;pointer-events:none;}
.modal-layer .modal-backdrop {position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.6);opacity:0;transition:opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);z-index:1000;pointer-events:auto;}
.modal-layer .modal-backdrop.show {opacity:1;}
.modal-layer .modal-wrapper {position:absolute;top:0;left:0;display:flex;align-items:center;width:100%;height:100%;pointer-events:none;z-index:1000;}
.modal-layer .modal-wrapper.flex-end {align-items:flex-end;}
.modal-layer .modal-panel {display:flex;justify-content:center;flex-wrap:wrap;width:100%;max-height:100%;pointer-events:auto;overflow:auto;overscroll-behavior:none;}
.modal-layer .modal-wrapper.flex-end .modal-panel {overflow:hidden;}
.modal-layer .focus-trap {top:0;left:0;}
.modal-layer.show {display:block;}
.modal {position:relative;display:none;margin-top:10px;background-color:#fff;opacity:0;transition:opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), margin 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
.modal.show {margin-top:0;opacity:1;transition:opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), margin 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
.modal.outline {border:1px solid rgba(255, 255, 255, 0.3);box-sizing:border-box;background-color:transparent;}
.modal.outline .modal-body {background-color:#fff;}
.modal.size-m {width:880px;}
.modal.size-m.outline {width:882px;}
.modal .modal-header {position:relative;display:flex;align-items:center;justify-content:space-between;height:117rem;padding-left:48rem;padding-right:32px;box-sizing:border-box;z-index:2;}
.modal .modal-header.no-label {position:absolute;top:0;left:0;width:100%;height:96px;pointer-events:none;}
.modal .modal-header h2 {font-weight:700;}
.modal .modal-header.no-label h2 {opacity:0;}
.modal .modal-header .modal-close {border:none;pointer-events:auto;}
.modal .modal-header .modal-close i {display:inline-block;width:32px;height:32px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.29297' y='4.29297' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.29297 4.29297h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23181A1F' fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='m24.293 25.7072-.7071.7071.7071.7071.7071-.7071-.7071-.7071Zm-8.2929-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29292.7071.70711.7071-.70711-.7071-.70711-.7071.70711ZM24.293 6.29297l.7071-.70711-.7071-.7071-.7071.7071.7071.70711Zm-8.2929 8.29293-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.70718 6.29297l.70711-.70711-.70711-.7071-.7071.7071.7071.70711ZM6.29297 7.70718l-.70711-.7071-.7071.7071.7071.70711.70711-.70711Zm8.29293 8.29292.7071.7071.7071-.7071-.7071-.7071-.7071.7071ZM6.29297 24.293l-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.70711.7071.70711.7071.70711-.7071-.70711-.7071Zm17.29292-.7071-8.2929-8.2929-1.4142 1.4142 8.2929 8.2929 1.4142-1.4142Zm0-1.4142-1.4142 1.4142 1.4142 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70712L16.7072 15.293l1.4142 1.4142 8.2929-8.29291-1.4142-1.41421Zm-1.4142 0 1.4142 1.41421 1.4142-1.41422-1.4142-1.41421-1.4142 1.41422ZM16.7072 15.293l8.2929-8.29292-1.4142-1.41422-8.2929 8.29294 1.4142 1.4142ZM7.00008 7.00008 15.293 15.293l1.4142-1.4142-8.29291-8.29294-1.41421 1.41422Zm0 1.41421 1.41421-1.41421-1.41421-1.41422-1.41422 1.41422 1.41422 1.41421ZM15.293 15.293 7.00008 7.00008 5.58586 8.41429l8.29294 8.29291 1.4142-1.4142Zm-8.29292 9.7071 8.29292-8.2929-1.4142-1.4142-8.29294 8.2929 1.41422 1.4142Zm1.41421 0-1.41421-1.4142-1.41422 1.4142 1.41421 1.4142 1.41422-1.4142Zm6.87871-8.2929-8.29292 8.2929 1.41421 1.4142 8.29291-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.modal .modal-header .modal-close:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.29297' y='4.29297' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.29297 4.29297h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='m24.293 25.7072-.7071.7071.7071.7071.7071-.7071-.7071-.7071Zm-8.2929-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29292.7071.70711.7071-.70711-.7071-.70711-.7071.70711ZM24.293 6.29297l.7071-.70711-.7071-.7071-.7071.7071.7071.70711Zm-8.2929 8.29293-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.70718 6.29297l.70711-.70711-.70711-.7071-.7071.7071.7071.70711ZM6.29297 7.70718l-.70711-.7071-.7071.7071.7071.70711.70711-.70711Zm8.29293 8.29292.7071.7071.7071-.7071-.7071-.7071-.7071.7071ZM6.29297 24.293l-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.70711.7071.70711.7071.70711-.7071-.70711-.7071Zm17.29292-.7071-8.2929-8.2929-1.4142 1.4142 8.2929 8.2929 1.4142-1.4142Zm0-1.4142-1.4142 1.4142 1.4142 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70712L16.7072 15.293l1.4142 1.4142 8.2929-8.29291-1.4142-1.41421Zm-1.4142 0 1.4142 1.41421 1.4142-1.41422-1.4142-1.41421-1.4142 1.41422ZM16.7072 15.293l8.2929-8.29292-1.4142-1.41422-8.2929 8.29294 1.4142 1.4142ZM7.00008 7.00008 15.293 15.293l1.4142-1.4142-8.29291-8.29294-1.41421 1.41422Zm0 1.41421 1.41421-1.41421-1.41421-1.41422-1.41422 1.41422 1.41422 1.41421ZM15.293 15.293 7.00008 7.00008 5.58586 8.41429l8.29294 8.29291 1.4142-1.4142Zm-8.29292 9.7071 8.29292-8.2929-1.4142-1.4142-8.29294 8.2929 1.41422 1.4142Zm1.41421 0-1.41421-1.4142-1.41422 1.4142 1.41421 1.4142 1.41422-1.4142Zm6.87871-8.2929-8.29292 8.2929 1.41421 1.4142 8.29291-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal .modal-header .modal-close.type-w i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal .modal-header .modal-close.type-w:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal .modal-header .modal-close.type-w:focus-visible {outline-color:#fff;}
.modal .modal-body {position:relative;box-sizing:border-box;}
.modal .modal-body.scroll {padding-bottom:32rem;}
.modal .modal-body.scroll > .scroll-area {height:calc(var(--vh, 1vh) * 100 - 388rem);min-height:411rem;overflow-y:auto;overscroll-behavior:none;}
.modal .modal-body.scroll-blur:not(.scroll-end)::after {content:'';position:absolute;left:0;bottom:32rem;right:16px;height:14.5%;background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);pointer-events:none;}
.modal .modal-footer {display:flex;}
.modal .modal-footer .btn-modal-confirm {display:inline-flex;flex:1;align-items:center;justify-content:center;background-color:#eceff4;border:none;vertical-align:top;}
.modal .modal-footer .btn-modal-confirm:first-child ~ .btn-modal-confirm:last-child {min-width:66.66%;}
.modal .modal-footer .btn-modal-confirm span {font-weight:500;line-height:3.5;}
.modal .modal-footer .btn-modal-confirm:active {background-color:#d3d5da;}
.modal .modal-footer .btn-modal-confirm.type-primary {background-color:#e37500;}
.modal .modal-footer .btn-modal-confirm.type-secondary {background-color:#043b72;}
.modal .modal-footer .btn-modal-confirm.type-primary span {color:#fff;}
.modal .modal-footer .btn-modal-confirm.type-secondary span {color:#fff;}
.modal .modal-footer .btn-modal-confirm.type-primary:active {background-color:#c86700;}
.modal .modal-footer .btn-modal-confirm.type-secondary:focus-visible {outline-color:#fff;}
.modal .modal-footer .btn-modal-confirm.type-secondary:active {background-color:#225383;}

.modal-notice {background-color:transparent;}
.modal-notice .modal-header.no-label {height:0;padding:0;}
.modal-notice .modal-body {background-color:#fff;}
.modal-notice .custom-checkbox {margin-top:24rem;}

.modal-history .modal-body-inner {padding:0 48rem;}
.modal .history .year {color:#e37500;}
.modal .history .month-list > li > p {padding-bottom:12rem;}

.modal-ad-print .modal-body img {max-height:660px;}
@media screen and (min-width:900px) and (max-height:700px) {
    /*.modal-ad-print .modal-body img {max-height:calc(var(--vh, 1vh) * 100 - 40px);}*/
    .modal-ad-print .modal-body img {max-height:560px;}
}

.modal-video {width:760px;}
.modal-video .modal-body {padding-bottom:32rem;}
.modal-video .custom-video {position:relative;aspect-ratio: 16 / 9;background-color:#000;}
.modal-video .custom-video:focus-visible {outline:none;}
.modal-video .custom-video:focus-visible::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #fff;box-sizing:border-box;pointer-events:none;z-index:2;}
.modal-video .custom-video.playing:not(.view-control):not(.include-iframe) {cursor:none;}
.modal-video .custom-video .video-area {width:100%;height:100%;}
.modal-video .custom-video video {width:100%;height:100%;vertical-align:top;}
.modal-video .custom-video iframe {width:100%;height:100%;vertical-align:top;}
.modal-video .custom-video .video-control {position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);opacity:1;z-index:1;transition:opacity 0.2s;}
.modal-video .custom-video.include-iframe .video-control {height:60%;background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);}
.modal-video .custom-video .video-control > .inner {pointer-events:none;}
.modal-video .custom-video.paused .video-control > .inner *,
.modal-video .custom-video.view-control .video-control > .inner * {pointer-events:auto;}
.modal-video .custom-video .video-control .control-area {position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;width:100%;height:80px;padding:0 32px;box-sizing:border-box;}
.modal-video .custom-video.playing:not(.view-control) .video-control {opacity:0;}
.modal-video .custom-video.playing:not(.view-control) .video-control * {cursor:none !important;}
.modal-video .custom-video .video-control button:focus-visible {outline-color:#fff;}
.modal-video .custom-video .video-control .modal-close {position:absolute;top:32px;right:32px;border:none;}
.modal-video .custom-video .video-control .modal-close i {display:inline-block;width:32px;height:32px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.modal-video .custom-video .video-control .modal-close:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video.fullscreen .video-control .modal-close {display:none;}
.modal-video .custom-video .video-control .btn-video-play {width:32px;height:32px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;border:none;}
.modal-video .custom-video .video-control .btn-video-play:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .btn-video-play.pause {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .btn-video-play.pause:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .duration-wrap {display:flex;align-items:center;justify-content:center;flex:1;margin:0 24px;}
.modal-video .custom-video .video-control .current-time {min-width:56px;margin-right:12px;line-height:1.625;text-align:center;color:#fff;opacity:0.6;}
.modal-video .custom-video .video-control .duration {min-width:56px;margin-left:12px;line-height:26px;text-align:center;color:#fff;opacity:0.6;}
.modal-video .custom-video .video-control .progress {position:relative;flex:1;height:12px;cursor:pointer;touch-action:pan-x;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.modal-video .custom-video .video-control .progress:focus-visible {outline-color:#fff;}
.modal-video .custom-video .video-control .progress::before {content:'';position:absolute;top:4px;left:0;width:100%;height:4px;background-color:rgba(255, 255, 255, 0.2);}
.modal-video .custom-video .video-control .progress .bar {position:absolute;top:4px;left:0;width:0;min-width:0;max-width:100%;height:4px;background-color:#f58220;}
.modal-video .custom-video .video-control .progress .bar::after {content:'';position:absolute;top:-3px;right:-5px;width:10px;height:10px;background-color:#f58220;border-radius:100%;transition:transform 0.2s;}
.modal-video .custom-video .video-control .progress:active .bar::after {transform:scale(1.5);}
.modal-video .custom-video .video-control .volume-control {position:relative;}
.modal-video .custom-video .video-control .volume-control .btn-video-volume {width:32px;height:32px;border:none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='26' height='23' x='3' y='4.39209' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4.39209h26v23H3z'/%3E%3Cpath fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m26 16.0021 1 .0007-1-.0007Zm-2.7797-8.39422-.6079-.79402-.794.60789.6079.79402.794-.60789ZM23.207 24.3907l-.793-.6092-.6092.793.793.6092.6092-.793Zm1.586 1.2185-.6093.793.793.6093.6093-.793-.793-.6093ZM28 16.0036l-1-.0008 1 .0008Zm-3.1916-9.61151.794-.60789-.6079-.79402-.794.60789.6079.79402ZM4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 6.99998h1V4.8338l-1.6487 1.4051.6487.76108ZM15 25l-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8155-8.7867-.6079-.79397-.794.60787.6079.794.794-.6079Zm1.5881-1.21574.794-.6079-.6079-.79401-.794.60789.6079.79402ZM22 15.9832l-1-.0008 1 .0008Zm-2.207 6.6065-.6093.793.793.6092.6093-.7929-.793-.6093Zm-1.586-1.2185-.793-.6093-.6092.793.793.6093.6092-.793ZM27 16.0028c.0026-3.2925-1.0547-6.48058-2.9857-9.00282l-1.588 1.21579C24.0795 10.3751 25.0023 13.1315 25 16.0013l2 .0015ZM24 25c1.935-2.5186 2.9974-5.7046 3-8.9972l-2-.0015c-.0023 2.8697-.9295 5.6242-2.586 7.7802L24 25Zm1.4022-.1837-1.5859-1.2185-1.2185 1.5859 1.5859 1.2185 1.2185-1.5859ZM27 16.0028c-.0026 3.2926-1.065 6.4786-3 8.9972l1.586 1.2185c2.2136-2.8811 3.411-6.4987 3.414-10.2141l-2-.0016Zm-2.9857-9.00282C25.9453 9.52222 27.0026 12.7103 27 16.0028l2 .0016c.003-3.7153-1.1888-7.33503-3.3976-10.2202l-1.5881 1.21578Zm-.1861 1.40192 1.5881-1.21579-1.2158-1.58804-1.5881 1.21579 1.2158 1.58804ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.3861-6.59995 5.625 1.2973 1.5222 6.60005-5.62503-1.2974-1.52217ZM16 25V6.99998h-2V25h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.4215-9.1788c1.0096 1.3187 1.5799 3.0123 1.5785 4.7846l2 .0016c.0017-2.1951-.7031-4.3205-1.9904-6.00195l-1.5881 1.21575Zm1.7742-2.61766-1.5881 1.21579 1.2158 1.58807 1.5881-1.2158-1.2158-1.58806ZM23 15.984c.0021-2.6178-.8372-5.1749-2.4024-7.21934l-1.588 1.21579C20.2969 11.6619 21.0017 13.7873 21 15.9824l2 .0016Zm-2.414 7.215c1.5685-2.0417 2.4119-4.5973 2.414-7.215l-2-.0016c-.0018 2.195-.71 4.319-2 5.9981l1.586 1.2185Zm-2.9882-1.0348 1.5859 1.2185 1.2185-1.586-1.5859-1.2185-1.2185 1.586ZM19 15.9808c-.0014 1.7722-.5745 3.4646-1.586 4.7811L19 21.9805c1.29-1.6791 1.9982-3.8031 2-5.9981l-2-.0016Z' mask='url(%23a)'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;}
.modal-video .custom-video .video-control .volume-control .btn-video-volume:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='26' height='23' x='3' y='4.39209' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4.39209h26v23H3z'/%3E%3Cpath fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m26 16.0021 1 .0007-1-.0007Zm-2.7797-8.39422-.6079-.79402-.794.60789.6079.79402.794-.60789ZM23.207 24.3907l-.793-.6092-.6092.793.793.6092.6092-.793Zm1.586 1.2185-.6093.793.793.6093.6093-.793-.793-.6093ZM28 16.0036l-1-.0008 1 .0008Zm-3.1916-9.61151.794-.60789-.6079-.79402-.794.60789.6079.79402ZM4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 6.99998h1V4.8338l-1.6487 1.4051.6487.76108ZM15 25l-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8155-8.7867-.6079-.79397-.794.60787.6079.794.794-.6079Zm1.5881-1.21574.794-.6079-.6079-.79401-.794.60789.6079.79402ZM22 15.9832l-1-.0008 1 .0008Zm-2.207 6.6065-.6093.793.793.6092.6093-.7929-.793-.6093Zm-1.586-1.2185-.793-.6093-.6092.793.793.6093.6092-.793ZM27 16.0028c.0026-3.2925-1.0547-6.48058-2.9857-9.00282l-1.588 1.21579C24.0795 10.3751 25.0023 13.1315 25 16.0013l2 .0015ZM24 25c1.935-2.5186 2.9974-5.7046 3-8.9972l-2-.0015c-.0023 2.8697-.9295 5.6242-2.586 7.7802L24 25Zm1.4022-.1837-1.5859-1.2185-1.2185 1.5859 1.5859 1.2185 1.2185-1.5859ZM27 16.0028c-.0026 3.2926-1.065 6.4786-3 8.9972l1.586 1.2185c2.2136-2.8811 3.411-6.4987 3.414-10.2141l-2-.0016Zm-2.9857-9.00282C25.9453 9.52222 27.0026 12.7103 27 16.0028l2 .0016c.003-3.7153-1.1888-7.33503-3.3976-10.2202l-1.5881 1.21578Zm-.1861 1.40192 1.5881-1.21579-1.2158-1.58804-1.5881 1.21579 1.2158 1.58804ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.3861-6.59995 5.625 1.2973 1.5222 6.60005-5.62503-1.2974-1.52217ZM16 25V6.99998h-2V25h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.4215-9.1788c1.0096 1.3187 1.5799 3.0123 1.5785 4.7846l2 .0016c.0017-2.1951-.7031-4.3205-1.9904-6.00195l-1.5881 1.21575Zm1.7742-2.61766-1.5881 1.21579 1.2158 1.58807 1.5881-1.2158-1.2158-1.58806ZM23 15.984c.0021-2.6178-.8372-5.1749-2.4024-7.21934l-1.588 1.21579C20.2969 11.6619 21.0017 13.7873 21 15.9824l2 .0016Zm-2.414 7.215c1.5685-2.0417 2.4119-4.5973 2.414-7.215l-2-.0016c-.0018 2.195-.71 4.319-2 5.9981l1.586 1.2185Zm-2.9882-1.0348 1.5859 1.2185 1.2185-1.586-1.5859-1.2185-1.2185 1.586ZM19 15.9808c-.0014 1.7722-.5745 3.4646-1.586 4.7811L19 21.9805c1.29-1.6791 1.9982-3.8031 2-5.9981l-2-.0016Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .volume-control .btn-video-volume.muted {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='27' height='24' x='3' y='4' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4h27v24H3z'/%3E%3Cpath fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 7h1V4.83381l-1.6487 1.4051L15 7Zm0 18-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8929-6.6679L17.5858 12l-.7071.7071.7071.7071.7071-.7071ZM21.5858 16l.7071.7071L23 16l-.7071-.7071-.7071.7071Zm-1.8787-4.7071.7071-.7071-.7071-.70712L19 10.5858l.7071.7071ZM23 14.5858l-.7071.7071L23 16l.7071-.7071L23 14.5858Zm3.2929-3.2929L27 10.5858l-.7071-.70712-.7071.70712.7071.7071Zm1.4142 1.4142.7071.7071.7071-.7071L28.4142 12l-.7071.7071ZM24.4142 16l-.7071-.7071L23 16l.7071.7071.7071-.7071Zm3.2929 3.2929.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-1.4142 1.4142-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM23 17.4142l.7071-.7071L23 16l-.7071.7071.7071.7071Zm-3.2929 3.2929L19 21.4142l.7071.7071.7071-.7071-.7071-.7071Zm-1.4142-1.4142-.7071-.7071-.7071.7071.7071.7071.7071-.7071ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.38609L7.75135 11.8639l1.2973 1.5222 6.60005-5.62501-1.2974-1.52218ZM16 25V7h-2v18h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.5858-6.9608 3.2929 3.2929 1.4142-1.4142L19 12l-1.4142 1.4142ZM19 10.5858 17.5858 12 19 13.4142 20.4142 12 19 10.5858Zm4.7071 3.2929-3.2929-3.2929L19 12l3.2929 3.2929 1.4142-1.4142Zm1.8787-3.2929-3.2929 3.2929 1.4142 1.4142L27 12l-1.4142-1.4142ZM28.4142 12 27 10.5858 25.5858 12 27 13.4142 28.4142 12Zm-3.2929 4.7071 3.2929-3.2929L27 12l-3.2929 3.2929 1.4142 1.4142Zm3.2929 1.8787-3.2929-3.2929-1.4142 1.4142L27 20l1.4142-1.4142ZM27 21.4142 28.4142 20 27 18.5858 25.5858 20 27 21.4142Zm-4.7071-3.2929 3.2929 3.2929L27 20l-3.2929-3.2929-1.4142 1.4142Zm-1.8787 3.2929 3.2929-3.2929-1.4142-1.4142L19 20l1.4142 1.4142ZM17.5858 20 19 21.4142 20.4142 20 19 18.5858 17.5858 20Zm3.2929-4.7071-3.2929 3.2929L19 20l3.2929-3.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .volume-control .btn-video-volume.muted:not([disabled]):active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='27' height='24' x='3' y='4' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4h27v24H3z'/%3E%3Cpath fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 7h1V4.83381l-1.6487 1.4051L15 7Zm0 18-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8929-6.6679L17.5858 12l-.7071.7071.7071.7071.7071-.7071ZM21.5858 16l.7071.7071L23 16l-.7071-.7071-.7071.7071Zm-1.8787-4.7071.7071-.7071-.7071-.70712L19 10.5858l.7071.7071ZM23 14.5858l-.7071.7071L23 16l.7071-.7071L23 14.5858Zm3.2929-3.2929L27 10.5858l-.7071-.70712-.7071.70712.7071.7071Zm1.4142 1.4142.7071.7071.7071-.7071L28.4142 12l-.7071.7071ZM24.4142 16l-.7071-.7071L23 16l.7071.7071.7071-.7071Zm3.2929 3.2929.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-1.4142 1.4142-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM23 17.4142l.7071-.7071L23 16l-.7071.7071.7071.7071Zm-3.2929 3.2929L19 21.4142l.7071.7071.7071-.7071-.7071-.7071Zm-1.4142-1.4142-.7071-.7071-.7071.7071.7071.7071.7071-.7071ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.38609L7.75135 11.8639l1.2973 1.5222 6.60005-5.62501-1.2974-1.52218ZM16 25V7h-2v18h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.5858-6.9608 3.2929 3.2929 1.4142-1.4142L19 12l-1.4142 1.4142ZM19 10.5858 17.5858 12 19 13.4142 20.4142 12 19 10.5858Zm4.7071 3.2929-3.2929-3.2929L19 12l3.2929 3.2929 1.4142-1.4142Zm1.8787-3.2929-3.2929 3.2929 1.4142 1.4142L27 12l-1.4142-1.4142ZM28.4142 12 27 10.5858 25.5858 12 27 13.4142 28.4142 12Zm-3.2929 4.7071 3.2929-3.2929L27 12l-3.2929 3.2929 1.4142 1.4142Zm3.2929 1.8787-3.2929-3.2929-1.4142 1.4142L27 20l1.4142-1.4142ZM27 21.4142 28.4142 20 27 18.5858 25.5858 20 27 21.4142Zm-4.7071-3.2929 3.2929 3.2929L27 20l-3.2929-3.2929-1.4142 1.4142Zm-1.8787 3.2929 3.2929-3.2929-1.4142-1.4142L19 20l1.4142 1.4142ZM17.5858 20 19 21.4142 20.4142 20 19 18.5858 17.5858 20Zm3.2929-4.7071-3.2929 3.2929L19 20l3.2929-3.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .volume-control .btn-video-volume.muted[disabled] {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cg opacity='.3'%3E%3Cmask id='a' width='27' height='24' x='3' y='4' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4h27v24H3z'/%3E%3Cpath fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 7h1V4.83381l-1.6487 1.4051L15 7Zm0 18-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8929-6.6679L17.5858 12l-.7071.7071.7071.7071.7071-.7071ZM21.5858 16l.7071.7071L23 16l-.7071-.7071-.7071.7071Zm-1.8787-4.7071.7071-.7071-.7071-.70712L19 10.5858l.7071.7071ZM23 14.5858l-.7071.7071L23 16l.7071-.7071L23 14.5858Zm3.2929-3.2929L27 10.5858l-.7071-.70712-.7071.70712.7071.7071Zm1.4142 1.4142.7071.7071.7071-.7071L28.4142 12l-.7071.7071ZM24.4142 16l-.7071-.7071L23 16l.7071.7071.7071-.7071Zm3.2929 3.2929.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-1.4142 1.4142-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM23 17.4142l.7071-.7071L23 16l-.7071.7071.7071.7071Zm-3.2929 3.2929L19 21.4142l.7071.7071.7071-.7071-.7071-.7071Zm-1.4142-1.4142-.7071-.7071-.7071.7071.7071.7071.7071-.7071ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.38609L7.75135 11.8639l1.2973 1.5222 6.60005-5.62501-1.2974-1.52218ZM16 25V7h-2v18h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.5858-6.9608 3.2929 3.2929 1.4142-1.4142L19 12l-1.4142 1.4142ZM19 10.5858 17.5858 12 19 13.4142 20.4142 12 19 10.5858Zm4.7071 3.2929-3.2929-3.2929L19 12l3.2929 3.2929 1.4142-1.4142Zm1.8787-3.2929-3.2929 3.2929 1.4142 1.4142L27 12l-1.4142-1.4142ZM28.4142 12 27 10.5858 25.5858 12 27 13.4142 28.4142 12Zm-3.2929 4.7071 3.2929-3.2929L27 12l-3.2929 3.2929 1.4142 1.4142Zm3.2929 1.8787-3.2929-3.2929-1.4142 1.4142L27 20l1.4142-1.4142ZM27 21.4142 28.4142 20 27 18.5858 25.5858 20 27 21.4142Zm-4.7071-3.2929 3.2929 3.2929L27 20l-3.2929-3.2929-1.4142 1.4142Zm-1.8787 3.2929 3.2929-3.2929-1.4142-1.4142L19 20l1.4142 1.4142ZM17.5858 20 19 21.4142 20.4142 20 19 18.5858 17.5858 20Zm3.2929-4.7071-3.2929 3.2929L19 20l3.2929-3.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .volume-control .volume-detail {position:absolute;bottom:100%;left:50%;width:100%;height:0;padding:0;transform:translateX(-50%);cursor:pointer;touch-action:pan-y;overflow:hidden;transition:padding 0.2s, height 0.2s;box-sizing:border-box;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.modal-video .custom-video .video-control .volume-control .volume-detail:focus-visible {height:72px;padding:8px 0;pointer-events:auto;outline-color:#fff;}
.modal-video .custom-video .video-control .volume-control.hover .volume-detail {height:72px;padding:8px 0;pointer-events:auto;}
.modal-video .custom-video .video-control .volume-control .btn-video-volume[disabled] + .volume-detail {display:none;}
.modal-video .custom-video .video-control .volume-control .bar-wrap {position:relative;width:4px;height:100%;margin:0 auto;background-color:rgba(255, 255, 255, 0.2);}
.modal-video .custom-video .video-control .volume-control .bar {position:absolute;width:100%;min-width:0;max-width:100%;height:0;bottom:0;left:0;background-color:#fff;}
.modal-video .custom-video .video-control .volume-control .bar::after {content:'';position:absolute;top:-5px;left:-3px;width:10px;height:10px;background-color:#fff;border-radius:100%;}
.modal-video .custom-video .video-control .volume-control input {border:none;}
.modal-video .custom-video .video-control .volume-control input:focus-visible {outline-color:#fff;}
.modal-video .custom-video .video-control .btn-video-fullscreen {width:32px;height:32px;margin-left:16px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='22' height='22' x='5' y='5' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M5 5h22v22H5z'/%3E%3Cpath fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M6 6V5H5v1h1Zm0 7H5v1h1v-1Zm2 0v1h1v-1H8Zm0-5V7H7v1h1Zm5 0v1h1V8h-1Zm0-2h1V5h-1v1ZM6 26H5v1h1v-1Zm0-7v-1H5v1h1Zm2 0h1v-1H8v1Zm0 5H7v1h1v-1Zm5 0h1v-1h-1v1Zm0 2v1h1v-1h-1ZM26 6h1V5h-1v1Zm-7 0V5h-1v1h1Zm0 2h-1v1h1V8Zm5 0h1V7h-1v1Zm0 5h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0 13v1h1v-1h-1Zm0-7h1v-1h-1v1Zm-2 0v-1h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1h-1v1h1Zm0 2h-1v1h1v-1ZM6 7h1V5H6v2Zm1 0V6H5v1h2Zm0 6V7H5v6h2Zm1-1H6v2h2v-2ZM7 8v5h2V8H7Zm6-1H8v2h5V7Zm-1-1v2h2V6h-2ZM7 7h6V5H7v2ZM6 27h1v-2H6v2Zm-1-2v1h2v-1H5Zm0-6v6h2v-6H5Zm3-1H6v2h2v-2Zm1 6v-5H7v5h2Zm4-1H8v2h5v-2Zm1 3v-2h-2v2h2Zm-7 1h6v-2H7v2ZM25 7h1V5h-1v2Zm-6 0h6V5h-6v2Zm1 1V6h-2v2h2Zm4-1h-5v2h5V7Zm1 6V8h-2v5h2Zm1-1h-2v2h2v-2Zm-1-5v6h2V7h-2Zm0-1v1h2V6h-2Zm1 19h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2v-6h-2Zm-1 1h2v-2h-2v2Zm1 4v-5h-2v5h2Zm-6 1h5v-2h-5v2Zm1 1v-2h-2v2h2Zm5-1h-6v2h6v-2Z' mask='url(%23a)'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;border:none;}
.modal-video .custom-video .video-control .btn-video-fullscreen:not([disabled]):active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='22' height='22' x='5' y='5' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M5 5h22v22H5z'/%3E%3Cpath fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M6 6V5H5v1h1Zm0 7H5v1h1v-1Zm2 0v1h1v-1H8Zm0-5V7H7v1h1Zm5 0v1h1V8h-1Zm0-2h1V5h-1v1ZM6 26H5v1h1v-1Zm0-7v-1H5v1h1Zm2 0h1v-1H8v1Zm0 5H7v1h1v-1Zm5 0h1v-1h-1v1Zm0 2v1h1v-1h-1ZM26 6h1V5h-1v1Zm-7 0V5h-1v1h1Zm0 2h-1v1h1V8Zm5 0h1V7h-1v1Zm0 5h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0 13v1h1v-1h-1Zm0-7h1v-1h-1v1Zm-2 0v-1h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1h-1v1h1Zm0 2h-1v1h1v-1ZM6 7h1V5H6v2Zm1 0V6H5v1h2Zm0 6V7H5v6h2Zm1-1H6v2h2v-2ZM7 8v5h2V8H7Zm6-1H8v2h5V7Zm-1-1v2h2V6h-2ZM7 7h6V5H7v2ZM6 27h1v-2H6v2Zm-1-2v1h2v-1H5Zm0-6v6h2v-6H5Zm3-1H6v2h2v-2Zm1 6v-5H7v5h2Zm4-1H8v2h5v-2Zm1 3v-2h-2v2h2Zm-7 1h6v-2H7v2ZM25 7h1V5h-1v2Zm-6 0h6V5h-6v2Zm1 1V6h-2v2h2Zm4-1h-5v2h5V7Zm1 6V8h-2v5h2Zm1-1h-2v2h2v-2Zm-1-5v6h2V7h-2Zm0-1v1h2V6h-2Zm1 19h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2v-6h-2Zm-1 1h2v-2h-2v2Zm1 4v-5h-2v5h2Zm-6 1h5v-2h-5v2Zm1 1v-2h-2v2h2Zm5-1h-6v2h6v-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .btn-video-fullscreen[disabled] {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cg opacity='.3'%3E%3Cmask id='a' width='22' height='22' x='5' y='5' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M5 5h22v22H5z'/%3E%3Cpath fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M6 6V5H5v1h1Zm0 7H5v1h1v-1Zm2 0v1h1v-1H8Zm0-5V7H7v1h1Zm5 0v1h1V8h-1Zm0-2h1V5h-1v1ZM6 26H5v1h1v-1Zm0-7v-1H5v1h1Zm2 0h1v-1H8v1Zm0 5H7v1h1v-1Zm5 0h1v-1h-1v1Zm0 2v1h1v-1h-1ZM26 6h1V5h-1v1Zm-7 0V5h-1v1h1Zm0 2h-1v1h1V8Zm5 0h1V7h-1v1Zm0 5h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0 13v1h1v-1h-1Zm0-7h1v-1h-1v1Zm-2 0v-1h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1h-1v1h1Zm0 2h-1v1h1v-1ZM6 7h1V5H6v2Zm1 0V6H5v1h2Zm0 6V7H5v6h2Zm1-1H6v2h2v-2ZM7 8v5h2V8H7Zm6-1H8v2h5V7Zm-1-1v2h2V6h-2ZM7 7h6V5H7v2ZM6 27h1v-2H6v2Zm-1-2v1h2v-1H5Zm0-6v6h2v-6H5Zm3-1H6v2h2v-2Zm1 6v-5H7v5h2Zm4-1H8v2h5v-2Zm1 3v-2h-2v2h2Zm-7 1h6v-2H7v2ZM25 7h1V5h-1v2Zm-6 0h6V5h-6v2Zm1 1V6h-2v2h2Zm4-1h-5v2h5V7Zm1 6V8h-2v5h2Zm1-1h-2v2h2v-2Zm-1-5v6h2V7h-2Zm0-1v1h2V6h-2Zm1 19h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2v-6h-2Zm-1 1h2v-2h-2v2Zm1 4v-5h-2v5h2Zm-6 1h5v-2h-5v2Zm1 1v-2h-2v2h2Zm5-1h-6v2h6v-2Z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .btn-video-fullscreen.out {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='20' height='20' x='6' y='6' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M6 6h20v20H6z'/%3E%3Cpath fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M14 14v1h1v-1h-1Zm0-7h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1H6v1h1Zm0 2H6v1h1v-1Zm7 4h1v-1h-1v1Zm0 7v1h1v-1h-1Zm-2 0h-1v1h1v-1Zm0-5h1v-1h-1v1Zm-5 0H6v1h1v-1Zm0-2v-1H6v1h1Zm11-4h-1v1h1v-1Zm7 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-5 0h-1v1h1v-1Zm0-5h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 11v-1h-1v1h1Zm0 7h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0-5v-1h-1v1h1Zm5 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-11-5h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2V7h-2Zm-1 1h2V6h-2v2Zm1 4V7h-2v5h2Zm-6 1h5v-2H7v2Zm1 1v-2H6v2h2Zm5-1H7v2h6v-2Zm1 4h-1v2h1v-2Zm1 2v-1h-2v1h2Zm0 6v-6h-2v6h2Zm-3 1h2v-2h-2v2Zm-1-6v5h2v-5h-2Zm-4 1h5v-2H7v2Zm-1-3v2h2v-2H6Zm7-1H7v2h6v-2Zm6-4h-1v2h1v-2Zm6 0h-6v2h6v-2Zm-1-1v2h2v-2h-2Zm-4 1h5v-2h-5v2Zm-1-6v5h2V7h-2Zm-1 1h2V6h-2v2Zm1 5V7h-2v6h2Zm0 1v-1h-2v1h2Zm-1 5h1v-2h-1v2Zm1 0v-1h-2v1h2Zm0 6v-6h-2v6h2Zm1-1h-2v2h2v-2Zm-1-4v5h2v-5h-2Zm6-1h-5v2h5v-2Zm-1-1v2h2v-2h-2Zm-5 1h6v-2h-6v2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video .video-control .btn-video-fullscreen.out:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='20' height='20' x='6' y='6' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M6 6h20v20H6z'/%3E%3Cpath fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M14 14v1h1v-1h-1Zm0-7h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1H6v1h1Zm0 2H6v1h1v-1Zm7 4h1v-1h-1v1Zm0 7v1h1v-1h-1Zm-2 0h-1v1h1v-1Zm0-5h1v-1h-1v1Zm-5 0H6v1h1v-1Zm0-2v-1H6v1h1Zm11-4h-1v1h1v-1Zm7 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-5 0h-1v1h1v-1Zm0-5h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 11v-1h-1v1h1Zm0 7h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0-5v-1h-1v1h1Zm5 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-11-5h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2V7h-2Zm-1 1h2V6h-2v2Zm1 4V7h-2v5h2Zm-6 1h5v-2H7v2Zm1 1v-2H6v2h2Zm5-1H7v2h6v-2Zm1 4h-1v2h1v-2Zm1 2v-1h-2v1h2Zm0 6v-6h-2v6h2Zm-3 1h2v-2h-2v2Zm-1-6v5h2v-5h-2Zm-4 1h5v-2H7v2Zm-1-3v2h2v-2H6Zm7-1H7v2h6v-2Zm6-4h-1v2h1v-2Zm6 0h-6v2h6v-2Zm-1-1v2h2v-2h-2Zm-4 1h5v-2h-5v2Zm-1-6v5h2V7h-2Zm-1 1h2V6h-2v2Zm1 5V7h-2v6h2Zm0 1v-1h-2v1h2Zm-1 5h1v-2h-1v2Zm1 0v-1h-2v1h2Zm0 6v-6h-2v6h2Zm1-1h-2v2h2v-2Zm-1-4v5h2v-5h-2Zm6-1h-5v2h5v-2Zm-1-1v2h2v-2h-2Zm-5 1h6v-2h-6v2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.modal-video .custom-video.include-iframe .video-control .control-area {display:none;}
.modal-video .info-wrap {position:relative;padding-top:24rem;}
.modal-video .info-wrap::before {content:'';position:absolute;top:0;left:0;width:100%;height:1px;background-color:#dfe3eb;}
.modal-video .info-wrap .inner {display:flex;flex-direction:column;height:182rem;min-height:130px;max-height:240px;padding:0 32rem;overflow:hidden;}
.modal-video .info-wrap h2 {font-weight:600;}
.modal-video .info-wrap .date {display:block;margin-top:4rem;color:#6f7685;}
.modal-video .info-wrap .description-wrap {flex:1;margin-top:18rem;}
.modal-video .info-wrap .description-wrap textarea {width:100%;height:100%;border:none;resize:none;}

/* accordion */
.accordion .accordion-body {overflow:hidden;transition:height 0.3s ease-out;}
.accordion .accordion-body.hide {display:none;}
.accordion .accordion-item.expand .accordion-body {}

/* tab */
.tab-group .tab-header {display:flex;}
.tab-group .tab-body-item {display:none;}
.tab-group .tab-body-item.active {display:block;}

.sub-link-wrap {margin-bottom:56rem;}
.sub-link-wrap > ul {display:flex;}
.sub-link-wrap > ul li {position:relative;}
.sub-link-wrap > ul li + li {margin-left:18rem;padding-left:19rem;}
.sub-link-wrap > ul li + li::before {content:'';position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#dfe3eb;}
.sub-link-wrap > ul li a {display:inline-block;font-weight:500;line-height:1;color:#585e6b;vertical-align:top;}
.sub-link-wrap > ul li a.active {font-weight:700;color:#e37500;}
.sub-link-wrap > ul li a:active {color:#e37500;}

/* card */
.card-list {display:flex;flex-wrap:wrap;margin:-12rem;}
.card-list li {width:50%;padding:12rem;box-sizing:border-box;}
.card-list li > div {position:relative;height:288rem;padding:31rem;border:1px solid #dfe3eb;box-sizing:border-box;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.card-list li strong {display:block;margin-bottom:6rem;font-weight:600;transition:font-size 0.15s cubic-bezier(0.33, 1, 0.68, 1);}
.card-list li p {font-weight:500;color:#6f7685;transition:all 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.card-list li > div > i {position:absolute;right:23rem;bottom:15rem;width:25.14%;max-width:96px;aspect-ratio:1;background-position:center;background-size:contain;background-repeat:no-repeat;transition:all 0.15s cubic-bezier(0.33, 1, 0.68, 1);}
.card-list li > div > i svg {pointer-events:none;}
.card-list li > div.more strong {margin-bottom:12rem;}
.card-list li > div.more p {font-weight:400;visibility:hidden;opacity:0;}
.card-list li button {position:absolute;right:23rem;bottom:31rem;width:32rem;height:32rem;min-width:24px;min-height:24px;max-width:48px;max-height:48px;border:none;}
.card-list li button i {display:inline-block;width:100%;height:100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='M17 15V5h-2v10H5v2h10v10h2V17h10v-2H17Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;transition:transform 0.2s ease-in;}
.card-list li button:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M17 15V5h-2v10H5v2h10v10h2V17h10v-2H17Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.card-list li > div.more.active {background-color:#f7f9fb;}
.card-list li > div.more.active strong {font-size:20rem;}
.card-list li > div.more.active p {visibility:visible;opacity:1;}
.card-list li > div.more.active > i {visibility:hidden;opacity:0;}
.card-list li > div.more.active button i {transform:rotate(135deg);}

.card-list-small {display:flex;}
.card-list-small li {flex:1;}
.card-list-small li + li {margin-left:24rem;}
.card-list-small li > .inner {position:relative;display:block;height:100%;padding-top:19rem;padding-bottom:31rem;border:1px solid #dfe3eb;box-sizing:border-box;}
.card-list-small li > a.inner {padding-bottom:67rem;}
.card-list-small li > a.inner::after {content:'';position:absolute;right:23rem;bottom:27rem;width:24rem;min-width:21px;aspect-ratio:1;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M15.5859 7H6.00008V5H19.0001v13h-2V8.41421L6.70718 18.7071l-1.41421-1.4142L15.5859 7Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.card-list-small li .card-img-wrap {margin-bottom:12rem;padding:0 31rem;}
.card-list-small li .card-img-wrap img {height:68rem;min-height:54px;}
.card-list-small li .card-txt-wrap {padding:0 31rem;}
.card-list-small li .card-txt-wrap strong {display:block;font-weight:600;margin-bottom:2px;}
.card-list-small li .card-txt-wrap:first-child strong {padding-top:12rem;}
.card-list-small li .card-txt-wrap p {color:#6f7685;}
.card-list-small li > a:active .card-txt-wrap strong {color:#e37500;}
.card-list-small li > a:active .card-txt-wrap p {color:#e37500;}


/* input */
.search-input {position:relative;display:flex;}
.search-input .input-wrap {display:flex;align-items:center;width:244rem;min-width:214rem;height:48rem;border:1px solid #dfe3eb;box-sizing:border-box;}
.search-input .input-wrap.focus {border-color:#e37500;}
.search-input .input-wrap .input-inner {flex:1;width:auto;height:100%;}
.search-input input {width:100%;height:100%;padding-left:15rem;padding-right:8rem;font-size:16rem;border:none;}
.search-input input:focus {outline:none;}
.search-input .btn-search {height:100%;aspect-ratio:1;border:none;}
.search-input .btn-search i {display:inline-block;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;}
.search-input .btn-search:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.search-input .btn-delete {display:none;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;margin-right:4rem;border:none;}
.search-input .btn-delete i {display:inline-block;width:100%;height:100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%236F7685' fill-rule='evenodd' d='m12.001 13.4133 6.0429 6.0429 1.4142-1.4142-6.0429-6.0429 6.0429-6.04291-1.4142-1.41422-6.0429 6.04293-6.04286-6.04293-1.41421 1.41422 6.04287 6.04291-6.04287 6.0429 1.41421 1.4142 6.04286-6.0429Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;}
.search-input .btn-delete:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m12.001 13.4133 6.0429 6.0429 1.4142-1.4142-6.0429-6.0429 6.0429-6.04291-1.4142-1.41422-6.0429 6.04293-6.04286-6.04293-1.41421 1.41422 6.04287 6.04291-6.04287 6.0429 1.41421 1.4142 6.04286-6.0429Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.search-input .input-wrap.is-value .btn-delete {display:block;}
.search-input .custom-select .select-styled {border-right-color:#fff;}
.search-input .custom-select .select-styled::before {content:'';position:absolute;top:32%;right:-1px;bottom:32%;width:1px;background-color:#dfe3eb;}
.search-input .custom-select .select-styled:focus-visible::before {opacity:0;}
.search-input .custom-select ~ .input-wrap {margin-left:-1px;}
.search-input .custom-select ~ .input-wrap.focus {position:relative;z-index:1;}


/* select */
.custom-select {position:relative;}
.custom-select select {height:48rem;padding:0 49rem 0 15rem;font-size:16rem;font-weight:500;border:1px solid #dfe3eb;background:url('../img/common/ic_arrow_down_24_black.svg') right 11rem center / 24rem no-repeat;box-sizing:border-box;}
.custom-select .select-styled {position:relative;display:inline-flex;align-items:center;height:48rem;padding:0 49rem 0 15rem;text-align:left;background-color:#fff;border:1px solid #dfe3eb;box-sizing:border-box;vertical-align:top;}
.custom-select .select-styled span {font-size:16rem;font-weight:500;vertical-align:top;}
.custom-select .select-styled::after {content:'';position:absolute;top:50%;right:11rem;width:24rem;height:24rem;min-width:20px;min-height:20px;max-width:28px;max-height:28px;background:url('../img/common/ic_arrow_down_24_black.svg') center top -1px / contain no-repeat;transform:translateY(-50%);transition:transform 0.2s;}
.custom-select.expand .select-styled::after {transform:rotate(180deg) translateY(50%);}
.custom-select .select-styled:active {background-color:rgba(24, 26, 31, 0.12);}
.custom-select .select-options-wrap {display:none;position:absolute;top:100%;left:0;width:100%;max-height:162rem;border-left:1px solid #dfe3eb;border-right:1px solid #dfe3eb;border-bottom:1px solid #dfe3eb;background-color:#fff;box-sizing:border-box;overflow-y:auto;overscroll-behavior:none;z-index:5;}
.custom-select .select-options-wrap ul {padding:8rem 0;}
.custom-select .select-options-wrap li {padding:0 5rem;cursor:pointer;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.custom-select .select-options-wrap li .selectable-item {display:inline-flex;align-items:center;width:100%;min-height:34rem;padding:4rem 10rem;border:none;text-align:left;box-sizing:border-box;vertical-align:top;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.custom-select .select-options-wrap li .selectable-item span {font-size:16rem;font-weight:500;color:#6f7685;}
.custom-select .select-options-wrap li.selected .selectable-item span {color:#e37500;}
.custom-select .select-options-wrap li:active .selectable-item {background-color:rgba(24, 26, 31, 0.12);}
.custom-select .select-options-wrap li.selected:active .selectable-item {background-color:rgba(227, 117, 0, 0.12);}
.custom-select .select-options-wrap li.focused {outline:2px solid #043b72;outline-offset:-2px;}
.custom-select.expand .select-options-wrap {display:block;}

/* menu */
.custom-menu {position:relative;z-index:5;}
.custom-menu .trigger-menu-toggle {width:100%;}
.custom-menu .menu-item-wrap {display:none;position:absolute;top:100%;left:0;width:100%;margin-top:6rem;background-color:#fff;border:1px solid #dfe3eb;box-shadow: 0 4rem 8rem 0 rgba(162, 170, 184, 0.15);box-sizing:border-box;}
.custom-menu.expand .menu-item-wrap {display:block;}
.custom-menu .menu-item-wrap li + li::before {content:'';display:block;margin:0 5rem;height:1px;background-color:#dfe3eb;}
.custom-menu .menu-item-wrap button, .custom-menu .menu-item-wrap a {display:block;width:100%;font-weight:500;line-height:2.286;color:#6f7685;border:none;text-align:center;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.custom-menu .menu-item-wrap button:active, .custom-menu .menu-item-wrap a:active {background-color:rgba(24, 26, 31, 0.12);}
.custom-menu .menu-item-wrap .selected button, .custom-menu .menu-item-wrap .selected a {color:#e37500;}
.custom-menu .menu-item-wrap .selected button:active, .custom-menu .menu-item-wrap .selected a:active {background-color:rgba(227, 117, 0, 0.12);}


/* scroll */
html:not(.device-mobile-or-tablet) .custom-scroll::-webkit-scrollbar {-webkit-appearance: none;width: 16px;background-color:rgba(0,0,0,0);}
html:not(.device-mobile-or-tablet) .custom-scroll::-webkit-scrollbar-thumb {min-height:30px;border: 6px solid rgba(0,0,0,0);background-color:#c3cad6;background-clip: padding-box;}
html:not(.device-mobile-or-tablet) .custom-scroll::-webkit-scrollbar-thumb:hover {background-color: #a2a2a2;}
html:not(.device-mobile-or-tablet) .custom-select .select-options-wrap::-webkit-scrollbar {-webkit-appearance: none;width: 16px;background-color:rgba(0,0,0,0);}
html:not(.device-mobile-or-tablet) .custom-select .select-options-wrap::-webkit-scrollbar-thumb {min-height:30px;border: 6px solid rgba(0,0,0,0);background-color:#c3cad6;background-clip: padding-box;}
html:not(.device-mobile-or-tablet) .custom-select .select-options-wrap::-webkit-scrollbar-thumb:hover {background-color: #a2a2a2;}


/* page main */
.main-banner {position:relative;height:718rem;padding:0 !important;background-color:#043b72;}
.main-banner .swiper {height:100%;}
.main-banner .swiper .swiper-slide {}
.main-banner .swiper .swiper-slide > a {display:block;width:100%;height:100%;}
.main-banner .swiper .swiper-slide > a:focus-visible {outline:none;}
.main-banner .swiper .swiper-slide > a:focus-visible::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #fff;box-sizing:border-box;z-index:4;pointer-events:none;}
.main-banner .swiper .swiper-slide .slide-inner {position:relative;width:100%;height:100%;overflow:hidden;}
.main-banner .swiper .swiper-slide.dim .slide-inner::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);z-index:3;}
.main-banner .swiper .swiper-slide video,
.main-banner .swiper .swiper-slide img {position:absolute;width:100%;height:100%;object-fit:cover;overflow:hidden;}
.main-banner .swiper .swiper-slide video {z-index:1;}
.main-banner .swiper .swiper-slide .txt {position:relative;width:1200rem;height:100%;margin:0 auto;z-index:5;}
.main-banner .swiper .swiper-slide .txt .txt-inner {position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:3;}
.main-banner .swiper .swiper-slide .txt p {font-weight:700;color:#fff;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);opacity:0;}
.main-banner .swiper .swiper-slide .txt p.color-primary {color:#e37500;}
.main-banner .swiper .swiper-slide .txt .btn-txt-ico-white {position:absolute;top:100%;margin-top:40rem;}
.main-banner .swiper .swiper-slide .txt .btn-txt-ico-white:focus-visible {outline-color:#fff;}
.main-banner .swiper .swiper-slide.swiper-slide-active .txt p,
.main-banner .swiper.not-swiper .swiper-slide .txt p {opacity:1;animation: __fadeInUpTitle 0.4s ease both;}
.main-banner .swiper .swiper-slide.slide0 {background-color:#042b7b;}
.main-banner .swiper .swiper-slide.slide0 .lottie-area {position:absolute;top:0;left:50%;width:1200rem;height:100%;transform:translateX(-50%);z-index:3;pointer-events:none;}
.main-banner .swiper .swiper-slide.slide0 .lottie-area .lottie {position:absolute;top:19.221%;right:-2.2%;width:42.334%;aspect-ratio:1;}
.main-banner .swiper .progress-wrap {position:absolute;left:0;bottom:0;width:100%;height:112rem;z-index:4;pointer-events:none;}
.main-banner .swiper:not(.swiper-initialized) .progress-wrap .btn-wrap {display:none;}
.main-banner .swiper .progress-wrap .inner {position:relative;height:100%;padding-bottom:80rem;box-sizing:border-box;}
.main-banner .swiper .progress-wrap .bar {position:absolute;display:none;left:0;bottom:0;width:100%;height:5px;background-color:transparent;}
.main-banner .swiper .progress-wrap .bar.active {display:block;}
.main-banner .swiper .progress-wrap .bar span {display:block;width:0;height:100%;background-color:#e37500;}
.main-banner .swiper .progress-wrap .btn-wrap {display:flex;align-items:center;width:1200rem;margin:0 auto;}
.main-banner .swiper .progress-wrap .btn-wrap * {pointer-events:auto;}
.main-banner .swiper .progress-wrap .btn-swiper-play {width:32rem;height:32rem;min-width:24px;min-height:24px;max-width:38px;max-height:38px;margin-right:12rem;border:none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;}
.main-banner .swiper .progress-wrap .btn-swiper-play:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
.main-banner .swiper .progress-wrap .btn-swiper-play.stop {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");}
.main-banner .swiper .progress-wrap .btn-swiper-play.stop:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");}
.main-banner .swiper .progress-wrap .btn-swiper-play:focus-visible {outline-color:#fff;}
.main-banner .swiper .progress-wrap .swiper-pagination {position:static;display:inline-flex;align-items:center;justify-content:center;width:auto;height:32rem;min-height:24px;padding:0 1rem;margin-left:16rem;box-sizing:border-box;vertical-align:top;}
.main-banner .swiper .progress-wrap .swiper-pagination span {min-width:12rem;font-size:18rem;font-weight:500;line-height:1.2;color:#fff;text-align:center;text-shadow:0 0 2px #000;}
.main-banner .swiper .progress-wrap .swiper-pagination span.swiper-pagination-total {opacity:0.5;}
.main-banner .swiper .progress-wrap .swiper-pagination i {width:12rem;min-width:10px;height:2px;margin:0 4rem;background-color:rgba(255, 255, 255, 0.5);outline:1px solid rgba(0, 0, 0, 0.15);}
.main-banner .swiper .swiper-button-prev,
.main-banner .swiper .swiper-button-next {position:static;display:flex;align-items:center;justify-content:center;width:32rem;height:32rem;min-width:24px;min-height:24px;max-width:38px;max-height:38px;margin-top:0;}
.main-banner .swiper .swiper-button-next {margin-left:8rem;}
.main-banner .swiper .swiper-button-prev:focus-visible,
.main-banner .swiper .swiper-button-next:focus-visible {outline-color:#fff;}
.main-banner .swiper .swiper-button-prev span,
.main-banner .swiper .swiper-button-next span {display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;}
.main-banner .swiper .swiper-button-prev span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m13.6641 16.0001 6.7929-6.79292-1.4142-1.41421-8.2071 8.20713 8.2071 8.2071 1.4142-1.4142-6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m20.8106 8.85363.3535.35355-.3535.35356-6.4394 6.43936 6.4394 6.4393.3535.3536-.3535.3535-1.4142 1.4142-.3536.3536-.3535-.3536-8.2071-8.2071-.3536-.3535.3536-.3536 8.2071-8.20708.3535-.35356.3536.35356 1.4142 1.41421Z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
.main-banner .swiper .swiper-button-next span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.3359 16.0001 11.543 9.20718l1.4142-1.41421 8.2071 8.20713-8.2071 8.2071-1.4142-1.4142 6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m11.1894 8.85363-.3535.35355.3535.35356 6.4394 6.43936-6.4394 6.4393-.3535.3536.3535.3535 1.4142 1.4142.3536.3536.3535-.3536 8.2071-8.2071.3536-.3535-.3536-.3536-8.2071-8.20708-.3535-.35356-.3536.35356-1.4142 1.41421Z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
.main-banner .swiper .swiper-button-prev:active span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m13.6641 16.0001 6.7929-6.79292-1.4142-1.41421-8.2071 8.20713 8.2071 8.2071 1.4142-1.4142-6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m20.8106 8.85363.3535.35355-.3535.35356-6.4394 6.43936 6.4394 6.4393.3535.3536-.3535.3535-1.4142 1.4142-.3536.3536-.3535-.3536-8.2071-8.2071-.3536-.3535.3536-.3536 8.2071-8.20708.3535-.35356.3536.35356 1.4142 1.41421Z'/%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
.main-banner .swiper .swiper-button-next:active span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M18.3359 16.0001 11.543 9.20718l1.4142-1.41421 8.2071 8.20713-8.2071 8.2071-1.4142-1.4142 6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m11.1894 8.85363-.3535.35355.3535.35356 6.4394 6.43936-6.4394 6.4393-.3535.3536.3535.3535 1.4142 1.4142.3536.3536.3535-.3536 8.2071-8.2071.3536-.3535-.3536-.3536-8.2071-8.20708-.3535-.35356-.3536.35356-1.4142 1.41421Z'/%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
.main-banner .swiper .swiper-button-prev::after,
.main-banner .swiper .swiper-button-next::after {content:none;}
@keyframes __fadeInUpTitle {
    0% {transform:translateY(30rem);opacity:0;}
    100% {transform:translateY(0);opacity:1;}
}
.home-index .contents .section-content-wrap section .section-inner {display:block;}
.home-index .section-content-wrap .section-inner > h3 {margin-bottom:24rem;font-weight:600;}
.home-index .s-1 {padding-top:92rem;padding-bottom:80rem;}
.home-index .s-1 .section-inner {position:relative;}
.home-index .s-1 .img-wrap {position:absolute;top:-12rem;left:0;width:232rem;height:232rem;}
.home-index .s-1 .link-wrap {display:flex;justify-content:flex-end;padding-left:252rem;}
.home-index .s-1 .link-wrap > div {position:relative;width:283rem;height:220rem;padding:24rem;box-sizing:border-box;overflow:hidden;transition:width 0.6s cubic-bezier(0.33, 1, 0.68, 1);}
.home-index .s-1 .link-wrap > div.active {width:336rem;}
.home-index .s-1 .link-wrap > div + div {margin-left:23rem;}
.home-index .s-1 .link-wrap > div::after {content:'';position:absolute;top:24rem;right:0;bottom:20rem;width:1px;background-color:#dfe3eb;}
.home-index .s-1 .link-wrap h3 {margin-bottom:12rem;font-weight:600;}
.home-index .s-1 .link-wrap h3 span {font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;white-space:nowrap;}
.home-index .s-1 .link-wrap > div h3 br:not(.pc-only) {display:none;}
.home-index .s-1 .link-wrap > div.active h3 br {display:none !important;}
.home-index .s-1 .link-wrap p {position:absolute;/*display:-webkit-box;*/top:70rem;left:24rem;width:max-content;/*max-height:4.875em;*/color:#6f7685;white-space:nowrap;opacity:0;/*-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;*/}
.home-index .s-1 .link-wrap > div.active p {opacity:1;transition:opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;}
.home-index .s-1 .link-wrap .btn-txt-ico-nor {position:absolute;left:24rem;bottom:24rem;}
.home-index .contents .section-content-wrap .s-3 .section-inner {position:relative;display:flex;justify-content:space-between;}
.home-index .contents .section-content-wrap .s-3 .section-inner .section-title {padding-top:35rem;}
.home-index .s-3 .img-wrap .lottie-box {position:relative;width:690rem;height:380rem;}
.home-index .s-3 .img-wrap .lottie-box img {width:100%;height:100%;object-fit:cover;}
.home-index .s-3 .img-wrap svg,
.home-index .s-3 .img-wrap canvas {pointer-events:none;}
.home-index .s-3 .btn-txt-ico-nor {margin-top:40rem;}
.home-index .s-4 {padding-top:80rem;}
.home-index .s-4 .section-inner {position:relative;}
.home-index .s-4 .section-title {margin-bottom:40rem;}
.home-index .s-4 .section-inner > .btn-txt-ico-nor {position:absolute;top:106rem;right:0;transform:translateY(-100%);}
.home-index .s-4 .swiper {position:absolute;top:0;right:0;width:780rem;height:100%;}
.home-index .s-4 .swiper .swiper-slide {position:relative;overflow:hidden;}
.home-index .s-4 .swiper .img-wrap {position:relative;height:100%;opacity:0;}
.home-index .s-4 .swiper .swiper-slide:not(.swiper-slide-active) .img-wrap {left:-100%;transition:opacity 0.8s, left 1s;}
.home-index .s-4 .swiper .swiper-slide-active .img-wrap {opacity:1;left:0;animation:1s __susImgIn ease-out both;}
.home-index .s-4 .swiper .img-wrap .lottie-box {position:absolute;top:0;right:-61rem;height:100%;}
.home-index .s-4 .swiper .img-wrap svg {pointer-events:none;}
@keyframes __susImgIn {
    0% {transform:translateX(75%);}
    100% {transform:translateX(0);}
}
.home-index .s-4 .data-visual {position:relative;height:424rem;background-color:rgba(236, 239, 244, 0.4);}
.home-index .s-4 .num-wrap {position:absolute;top:56rem;left:64rem;height:86rem;min-height:57px;overflow:hidden;z-index:1;}
.home-index .s-4 .num-wrap .num {position:relative;display:inline-block;padding-right:31rem;font-weight:400;color:#002b57;vertical-align:top;}
.home-index .s-4 .num-wrap .num span {position:absolute;right:0;bottom:15%;font-weight:600;color:#002b57;}
.home-index .s-4 .num-wrap.move-up > div {transform:translateY(-50%);transition:transform 0.4s ease-out;}
.home-index .s-4 .control {position:absolute;left:56rem;bottom:61rem;display:flex;align-items:flex-end;z-index:1;}
.home-index .s-4 .control button {width:93rem;min-width:82px;text-align:center;border:none;transition:margin 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
.home-index .s-4 .control button .ico {position:relative;display:inline-block;width:64rem;height:64rem;vertical-align:top;transform-origin:bottom;transition:transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
.home-index .s-4 .control button i {position:absolute;width:100%;height:100%;top:0;left:0;background-size:contain;background-position:center;background-repeat:no-repeat;transition:opacity 0.1s cubic-bezier(0.33, 1, 0.68, 1);}
.home-index .s-4 .control button i.on {opacity:0;}
.home-index .s-4 .control button.btn1 i:not(.on) {background-image:url('../img/main/ic_main_sus1.svg');}
.home-index .s-4 .control button.btn2 i:not(.on) {background-image:url('../img/main/ic_main_sus2.svg');}
.home-index .s-4 .control button.btn3 i:not(.on) {background-image:url('../img/main/ic_main_sus3.svg');}
.home-index .s-4 .control button.btn1 i.on {background-image:url('../img/main/ic_main_sus1_on.svg');}
.home-index .s-4 .control button.btn2 i.on {background-image:url('../img/main/ic_main_sus2_on.svg');}
.home-index .s-4 .control button.btn3 i.on {background-image:url('../img/main/ic_main_sus3_on.svg');}
.home-index .s-4 .control button .tit {display:block;font-weight:500;color:#002b57;}
.home-index .s-4 .control button + button {margin-left:24rem;}
.home-index .s-4 .control button.active .ico {transform:scale(1.375);}
.home-index .s-4 .control button.active i:not(.on) {opacity:0;}
.home-index .s-4 .control button.active i.on {opacity:1;}
.home-index .s-4 .control button.active .tit {font-weight:600;color:#e37500;}
.home-index .s-4 .btn-swiper-play {position:absolute;right:48rem;bottom:48rem;width:44rem;height:44rem;min-width:30px;min-height:30px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%236F7685' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:72%;background-position:center;background-repeat:no-repeat;border:2px solid rgba(111, 118, 133, 0.3);border-radius:100%;box-sizing:border-box;z-index:1;}
.home-index .s-4 .btn-swiper-play:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");border-color:#e37500;}
.home-index .s-4 .btn-swiper-play.stop {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%236F7685' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");border-color:rgba(111, 118, 133, 0.3);}
.home-index .s-4 .btn-swiper-play.stop:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");border-color:#e37500;}
.home-index .home-news-list {display:flex;}
.home-index .home-news-list li {flex:1;min-width:calc((100% - 48rem) / 3);}
.home-index .home-news-list li + li {margin-left:24rem;}
.home-index .home-news-list li a {position:relative;display:block;height:224rem;min-height:180px;padding:23rem 31rem 31rem;border:1px solid #dfe3eb;box-sizing:border-box;}
.home-index .home-news-list li .tag {display:inline-block;margin-bottom:12rem;padding:0 12rem;font-weight:500;line-height:1.858;color:#e37500;background-color:#ffede2;vertical-align:top;}
.home-index .home-news-list li p {display:-webkit-box;height:4.2em;font-weight:500;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.home-index .home-news-list li .reg-date {position:absolute;display:block;left:31rem;bottom:32rem;color:#6f7685;}
.home-index .home-news-list li .btn-txt-ico-nor {margin-top:40rem;}
.home-index .home-news-list li a i {position:absolute;right:23rem;bottom:31rem;width:32rem;height:32rem;min-width:24px;min-height:24px;max-width:38px;max-height:38px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M21.3602 17.0003H5.60889v-2H21.3596l-7.3751-7.37515 1.4142-1.41421 9.0825 9.08256.7071.7071-.7071.7071-9.0825 9.0825-1.4142-1.4142 7.3757-7.3757Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.home-index .home-news-list li a:active p {color:#e37500;}
.home-index .s-news {padding-top:100rem;}
.home-index .s-news .section-inner {position:relative;}
.home-index .s-news .section-title {margin-bottom:28rem;}
.home-index .s-news .btn-txt-ico-nor {position:absolute;top:53rem;right:0;transform:translateY(-100%);}
.home-index .section-content-wrap section:last-child {padding-bottom:160rem;}


/* page about mirae asset */
.pg-about .s-1 {padding-bottom:120rem;}
.pg-about .s-1 .section-content > p {margin-bottom:32rem;padding-top:12rem;}
.pg-about .s-1 .section-content > span {display:block;margin-top:24rem;color:#8c94a3;text-align:right;}
.pg-about .s-1 .section-content .img-wrap {height:320rem;margin-top:32rem;margin-bottom:32rem;}
.pg-about .s-1 .section-content .video-wrap {height:320rem;margin-top:32rem;background-color:#00264d;}
.pg-about .s-1 .section-content .video-wrap video {width:100%;height:100%;object-fit:cover;}
.pg-about .s-2 {padding-bottom:160rem;}
.pg-about .s-2 .philosophy .tit-wrap {padding-top:10rem;margin-bottom:20rem;}
.pg-about .s-2 .philosophy .tit-wrap strong {font-weight:600;}
.pg-about .s-2 .philosophy .txt-wrap strong {display:block;font-weight:500;}
.pg-about .s-2 .philosophy .txt-wrap strong + strong {margin-top:8rem;}
.pg-about .s-2 .philosophy .txt-wrap p {color:#6f7685;}
.pg-about .s-2 .philosophy .txt-wrap strong + p {margin-top:10rem;}
.pg-about .s-2 .philosophy > div {padding-bottom:47rem;border-bottom:1px solid #dfe3eb;}
.pg-about .s-2 .philosophy > div + div {padding-top:18rem;}
.pg-about .s-2 .ideology .img-wrap {height:320rem;margin-top:28rem;margin-bottom:32rem;}
.pg-about .s-2 .ideology .txt-wrap i {display:inline-block;width:20rem;height:20rem;min-width:16px;min-height:16px;max-width:30px;max-height:30px;margin-bottom:16rem;vertical-align:top;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23F58220' d='M20.0512 19.4867h-8.1v-8.25c.05-2.84998.475-4.99998 1.275-6.44998.85-1.5 1.775-2.575 2.775-3.225 1.3-.700001 2.625-1.050001 3.975-1.050001V4.11172c-.9 0-1.625.25-2.175.75-.55.45-1 1.05-1.35 1.8-.3.7-.5 1.475-.6 2.325-.1.8-.15 1.54998-.15 2.24998h4.35v8.25Zm-12.00003 0H-.0488281v-8.25C.00117198 8.38672.426172 6.23672 1.22617 4.78672c.85-1.5 1.775-2.575 2.775-3.225 1.3-.700001 2.625-1.050001 3.975-1.050001V4.11172c-.9 0-1.625.25-2.175.75-.55.45-1 1.05-1.35 1.8-.3.7-.5 1.475-.6 2.325-.1.8-.15 1.54998-.15 2.24998h4.35v8.25Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.pg-about .s-2 .ideology .txt-wrap span {display:block;margin-top:16rem;color:#8c94a3;}


/* page leadership */
.pg-leadership .s-1 .section-title {position:relative;}
.pg-leadership .s-1 .section-title .gso {position:absolute;left:0;bottom:0;width:290rem;min-width:200px;}
.pg-leadership .s-1 .section-content .txt-wrap {position:relative;padding-top:12rem;padding-bottom:32rem;margin-bottom:32rem;}
.pg-leadership .s-1 .section-content .txt-wrap::after {content:'';position:absolute;bottom:0;left:0;width:2.3%;min-width:17px;max-width:19px;height:2px;background-color:#e37500;}
.pg-leadership .s-1 .section-content .txt-wrap strong {display:block;font-weight:500;}
.pg-leadership .s-1 .section-content .txt-wrap strong + strong {margin-top:16rem;}
.pg-leadership .s-1 .section-content .txt-wrap > span {display:block;margin-top:30rem;color:#8c94a3;}
.pg-leadership .s-1 .section-content .position {font-weight:500;}
.pg-leadership .s-1 .section-content .sign-wrap {margin-top:12rem;font-size:0;}
.pg-leadership .s-1 .section-content .sign-wrap strong {margin-right:10rem;font-weight:500;color:#6f7685;vertical-align:bottom;}
.pg-leadership .s-1 .section-content .sign {width:148rem;min-width:118px;}
.pg-leadership .s-2 {padding-top:100rem;padding-bottom:120rem;}
.pg-leadership .s-2 .section-content > p {margin-bottom:80rem;}
.pg-leadership .s-3 {padding-bottom:100rem;}
.pg-leadership .s-3 .img-media-list li {width:50%;}
.pg-leadership .s-3 .more-info-trigger {margin-top:56rem;}


/* page history */
.pg-history .s-1 .tab-group {padding-top:14rem;}
.pg-history .s-1 .tab-header {margin-bottom:55rem;}
.pg-history .s-1 .tab-header > div {position:relative;}
.pg-history .s-1 .tab-header > div + div {margin-left:18rem;padding-left:19rem;}
.pg-history .s-1 .tab-header > div + div::before {content:'';position:absolute;top:0;left:0;bottom:0;display:inline-block;width:1px;background-color:#c3cad6;vertical-align:top;}
.pg-history .s-1 .btn-tab {border:none;}
.pg-history .s-1 .btn-tab span {font-weight:500;line-height:1;color:#6f7685;}
.pg-history .s-1 .btn-tab.active span {font-weight:700;color:#e37500;}
.pg-history .s-1 .btn-tab:active span {color:#e37500;}
.pg-history .s-1 .btn-wrap {margin-top:72rem;padding-left:180rem;}


/* page affiliate */
.pg-affiliate .s-1 {padding-bottom:160rem;}
.pg-affiliate .s-1 .tab-parent {position:relative;padding-top:98rem;}
.pg-affiliate .s-1 .tab-parent .map-wrap {position:absolute;top:-53rem;left:50%;right:0;margin-left:-260rem;}
.pg-affiliate .s-1 .tab-parent .map-wrap > span {position:absolute;display:block;top:227rem;left:552rem;right:0;padding-bottom:2px;border-bottom:1px solid #dfe3eb;text-align:right;}
.pg-affiliate .s-1 .tab-parent .map-wrap > span .name {display:inline-block;font-weight:500;color:#e37500;vertical-align:top;opacity:0;transition:opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent .map-wrap > span .name.change {opacity:1;transition:opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent .map-circle {position:relative;width:520rem;height:520rem;min-width:320px;min-height:320px;background:url('../img/affiliates/affiliates_globe_bg.png') center / contain no-repeat;border-radius:100%;font-size:0;clip-path:circle(50% at 50% 50%);-webkit-clip-path:circle(50% at 50% 50%);}
.pg-affiliate .s-1 .tab-parent .map-circle::before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('../img/affiliates/affiliates_globe_overlay.png') center / contain no-repeat;z-index:1;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map {position:relative;width:fit-content;height:100%;transition:transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active1 {transform:translateX(-9.5%);}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active2 {transform:translateX(-39%);}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active3 {transform:translateX(5.1%);}
.pg-affiliate .s-1 .tab-parent .map-wrap .map img {max-width:none;height:100%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map > div {position:absolute;top:0;left:0;right:0;width:100%;height:100%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .map-item-bg {width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;opacity:0;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .map-item1 .map-item-bg {background-image:url('../img/affiliates/affiliates_map1.svg');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .map-item2 .map-item-bg {background-image:url('../img/affiliates/affiliates_map2.svg');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .map-item3 .map-item-bg {background-image:url('../img/affiliates/affiliates_map3.svg');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active1.animating .map-item1 .map-item-bg,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active2.animating .map-item2 .map-item-bg,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active3.animating .map-item3 .map-item-bg {opacity:1;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin {position:absolute;width:1.702%;height:4.231%;z-index:2;opacity:1;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin.active {z-index:3;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin i {position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-size:contain;background-repeat:no-repeat;transform-origin:center 78%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin i.default {opacity:1;background-image:url('../img/affiliates/affiliates_pin.png');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin i.on {opacity:0;background-image:url('../img/affiliates/affiliates_pin_on.png');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin i.sel {opacity:0;background-image:url('../img/affiliates/affiliates_pin_sel.png');}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active1.animating .map-item1 .pin i.default,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active2.animating .map-item2 .pin i.default,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active3.animating .map-item3 .pin i.default {opacity:0;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active1.animating .map-item1 .pin:not(.active) i.on,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active2.animating .map-item2 .pin:not(.active) i.on,
.pg-affiliate .s-1 .tab-parent .map-wrap .map.active3.animating .map-item3 .pin:not(.active) i.on {opacity:1;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin.active i.default {transition:none;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.animating .pin.active i {transform:scale(2.57);}
.pg-affiliate .s-1 .tab-parent .map-wrap .map.animating .pin.active i.sel {opacity:1;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-kor {top: 37.4%;left: 41.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-mong {top: 31.7%;left: 35.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-viet {top: 53.3%;left: 36.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-sing {top: 57.7%;left: 35.7%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-india {top: 50%;left: 27.7%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-indones {top: 60%;left: 41%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-jp {top: 37.7%;left: 45.3%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-ch {top: 39%;left: 36.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-aust {top: 76.2%;left: 47.4%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-hong {top: 46%;left: 38.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-usa {top: 33.7%;left: 81.2%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-braz {top: 72.7%;left: 86.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-cnd {top: 27.7%;left: 81.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-colom {top: 57.7%;left: 80.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-greece {top: 36.7%;left: 11%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-lux {top: 30.7%;left: 5.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-arab {top: 46.7%;left: 20.6%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-irel {top: 27.7%;left: 1.9%;}
.pg-affiliate .s-1 .tab-parent .map-wrap .map .pin-uk {top: 25.7%;left: 3.7%;}
.pg-affiliate .s-1 .tab-parent-header {display:block;padding-bottom:115rem;}
.pg-affiliate .s-1 .tab-parent-header .btn-tab {width:160rem;min-width:140px;text-align:left;border:none;}
.pg-affiliate .s-1 .tab-parent-header .btn-tab strong {display:block;font-weight:500;color:#585e6b;transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);}
.pg-affiliate .s-1 .tab-parent-header .btn-tab span {position:relative;display:block;font-weight:600;color:#585e6b;transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1), 0.4s padding 0.1s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent-header .btn-tab span::before {content:'';position:absolute;display:inline-block;top:50%;left:0;width:26rem;height:44rem;margin-top:-22rem;background-image:url('../img/common/ic_pin_medium_orange.svg');background-position:center;background-size:contain;background-repeat:no-repeat;vertical-align:top;opacity:0;transform:translateY(6px);transition:opacity 0.3s cubic-bezier(0.33, 0, 0.68, 1), transform 0.3s cubic-bezier(0.33, 0, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent-header .btn-tab.active strong {color:#e37500;}
.pg-affiliate .s-1 .tab-parent-header .btn-tab.active span {padding-left:30rem;color:#e37500;transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1), padding 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-parent-header .btn-tab.active span::before {opacity:1;transform:translateY(0);transition:opacity 0.3s cubic-bezier(0.33, 0, 0.68, 1) 0.1s, transform 0.3s cubic-bezier(0.33, 0, 0.68, 1) 0.1s;}
.pg-affiliate .s-1 .tab-parent-header > div + div {margin-top:32rem;}
.pg-affiliate .s-1 .tab-child {position:relative;}
.pg-affiliate .s-1 .tab-child > span {position:absolute;top:-43rem;right:0;color:#8c94a3;}
.pg-affiliate .s-1 .tab-child-header {display:block;}
.pg-affiliate .s-1 .tab-child-header .tab-header-inner {display:flex;border:1px solid #dfe3eb;}
.pg-affiliate .s-1 .tab-child-header .btn-tab {position:relative;height:46rem;min-height:34px;padding:0 20rem;border:none;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-child-header .btn-tab::after {content:'';position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#e37500;z-index:1;opacity:0;transition:opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1), 0.2s background-color cubic-bezier(0.33, 1, 0.68, 1);}
.pg-affiliate .s-1 .tab-child-header .btn-tab span {color:#6f7685;white-space:nowrap;z-index:2;}
.pg-affiliate .s-1 .tab-child-header .btn-tab span i {font-size:inherit;line-height:inherit;font-weight:400;color:inherit;}
.pg-affiliate .s-1 .tab-child-header .btn-tab.active span {font-weight:700;color:#fff;}
.pg-affiliate .s-1 .tab-child-header .btn-tab.active span i {opacity:0.6;}
.pg-affiliate .s-1 .tab-child-header .btn-tab.active::after {opacity:1;}
.pg-affiliate .s-1 .tab-child-header .tab-header-inner > div + div .btn-tab::before {content:'';position:absolute;top:33%;left:0;bottom:33%;width:1px;background-color:#dfe3eb;}
.pg-affiliate .s-1 .tab-child-header .btn-tab:focus-visible {z-index:3;}
.pg-affiliate .s-1 .tab-child-header .btn-tab:focus-visible::before {opacity:0;}
.pg-affiliate .s-1 .tab-child .tab-body {padding-top:32rem;}
.pg-affiliate .s-1 .tab-child .tab-body-item li {position:relative;display:flex;padding:32rem 306rem 48rem 0;}
.pg-affiliate .s-1 .tab-child .tab-body-item li + li {border-top:1px solid #dfe3eb;}
.pg-affiliate .s-1 .tab-child .tab-body-item li .tit {min-width:306rem;max-width:306rem;padding-right:30rem;font-weight:600;box-sizing:border-box;}
.pg-affiliate .s-1 .tab-child .tab-body-item li p {flex:1;color:#6f7685;}
.pg-affiliate .s-1 .tab-child .tab-body-item li .btn-txt-ico-nor {position:absolute;top:32rem;right:0;}


/* page business */
.pg-business .s-1 {padding-bottom:100rem;}
.pg-business .s-1 .card-list li > div {height:auto;aspect-ratio:384 / 314;}
.pg-business .s-3 .img-wrap {height:320rem;margin-bottom:32rem;}
.pg-business .s-3 .txt-wrap {margin-bottom:32rem;padding-top:12rem;}
.pg-business .s-3 .txt-wrap p + p {margin-top:24rem;}


/* page global etf */
.pg-etf .s-0 {padding-bottom:120rem;}
.pg-etf .s-0 .section-content > p {margin-bottom:32rem;padding-top:12rem;}
.pg-etf .s-0 .section-content .video-wrap {margin-bottom:32rem;background-color:black;background-size:cover;background-position:center;background-repeat:no-repeat;}
.pg-etf .s-0 .section-content .video-wrap video {width:100%;vertical-align:top;}
.pg-etf .s-0 .section-content > span {display:block;margin-top:24rem;color:#8c94a3;text-align:right;}
.pg-etf .s-1 {padding-bottom:120rem;}
.pg-etf .s-1 .section-content > p {margin-bottom:32rem;padding-top:12rem;}
.pg-etf .s-1 .section-content > .img-wrap {position:relative;height:320rem;}
.pg-etf .s-1 .section-content > .img-wrap span {position:absolute;right:2%;bottom:4%;color:#fff;}
.pg-etf .s-1 .section-content > span {display:block;margin-top:24rem;color:#8c94a3;}
.pg-etf .s-1 .card-list-small {margin-top:32rem;}
.pg-etf .s-3 .img-txt-list + .img-txt-list {padding-top:32rem;border-top:1px solid #dfe3eb;}
.pg-etf .s-3 .img-txt-list li {display:flex;padding:32rem 0;}
.pg-etf .s-3 .img-txt-list li:first-child {padding-top:0;}
.pg-etf .s-3 .img-txt-list li + li {border-top:1px solid #dfe3eb;}
.pg-etf .s-3 .img-txt-list .img-wrap {flex:0 0 282rem;min-width:200px;margin-right:24rem;}
.pg-etf .s-3 .img-txt-list strong {display:block;margin-bottom:8rem;font-weight:600;}
.pg-etf .s-3 .img-txt-list p {position:relative;color:#6f7685;}
.pg-etf .s-3 .img-txt-list p + p {margin-top:6rem;}
.pg-etf .s-3 .more-info-trigger {margin-top:24rem;}


/* page permanent innovator */
.pg-permanent .s-1 {padding-bottom:100rem;}
.pg-permanent .s-1 .section-content .txt-wrap {margin-bottom:32rem;padding-top:12rem;}
.pg-permanent .s-1 .section-content .video-wrap {background-color:black;background-size:cover;background-position:center;background-repeat:no-repeat;}
.pg-permanent .s-1 .section-content .video-wrap video {width:100%;vertical-align:top;}
.pg-permanent .s-2 {padding-bottom:100rem;}
.pg-permanent .s-2 .section-content .txt-wrap {margin-bottom:32rem;padding-top:12rem;}
.pg-permanent .s-2 .section-content > .img-wrap {height:320rem;}
.pg-permanent .s-2 .section-content .card-list-small {margin-top:32rem;}
.pg-permanent .s-3 .section-content .txt-wrap {margin-bottom:32rem;padding-top:12rem;}


/* page responsibility */
.pg-responsibility .s-1 {padding-bottom:100rem;}
.pg-responsibility .s-1 .section-content > p {margin-bottom:32rem;padding-top:12rem;}
.pg-responsibility .s-1 .section-content .img-wrap {position:relative;height:320rem;}
.pg-responsibility .s-1 .section-content .img-wrap span {position:absolute;right:2%;bottom:4%;color:#8c94a3;}
.pg-responsibility .s-1 .section-content .stats-list {margin-top:32rem;}
.pg-responsibility .s-1 .section-content > span {display:block;margin-top:24rem;color:#8c94a3;text-align:right;}
.pg-responsibility .s-2 {padding-bottom:120rem;}
.pg-responsibility .s-2 .section-content > p {margin-bottom:32rem;padding-top:12rem;}
.pg-responsibility .s-2 .section-content > span {display:block;margin-top:24rem;color:#8c94a3;text-align:right;}
.pg-responsibility .s-2 .data-visual {display:flex;padding:31rem 0;border:1px solid #dfe3eb;}
.pg-responsibility .s-2 .data-visual .total {display:flex;align-items:center;justify-content:center;width:45%;border-right:1px solid #dfe3eb;}
.pg-responsibility .s-2 .data-visual .total .label {display:block;margin-bottom:4rem;text-align:center;}
.pg-responsibility .s-2 .data-visual .total .value {display:block;font-weight:600;text-align:center;}
.pg-responsibility .s-2 .data-visual .total .value span {margin-left: 4rem;font-weight:inherit;letter-spacing: normal;}
.pg-responsibility .s-2 .data-visual .total i {display:block;width:182rem;min-width:120px;margin:6rem auto 0;aspect-ratio:182 / 128;}
.pg-responsibility .s-2 .data-visual .stats-list-wrap {display:flex;justify-content:center;flex:1;}
.pg-responsibility .s-2 .data-visual .stats-list {display:block;width:fit-content;}
.pg-responsibility .s-2 .data-visual .stats-list li {width:auto;}
.pg-responsibility .s-2 .data-visual .stats-list li + li {margin-top:20rem;}


/* page sustainability */
.pg-sustainability .s-1 {padding-bottom:192rem;}


/* page news */
.pg-news-detail .s-1 {padding-bottom:120rem;}
.pg-news-detail .s-2 .btn-wrap {margin-top:56rem;text-align:center;}

.news-list {border-top:1px solid #dfe3eb;}
.news-list li {display:flex;align-items:center;height:95rem;padding-right:8rem;min-height:76px;border-bottom:1px solid #dfe3eb;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;}
.news-list .type {display:flex;width:19.2%;min-width:178px;max-width:19.2%;}
.news-list .type span {position:relative;display:block;font-weight:500;color:#002b57;vertical-align:top;}
.news-list .type span + span {margin-left:12rem;padding-left:13rem;}
.news-list .type span + span::before {content:'';position:absolute;top:16%;left:0;bottom:16%;width:1px;background-color:#dfe3eb;}
.news-list .type span:last-child {padding-right:24rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news-list .type.carrot span + span {margin-left:2rem;padding-left:22rem;}
.news-list .type.carrot span + span::before {top:50%;bottom:auto;width:20rem;min-width:17px;max-width:24px;aspect-ratio:1;transform:translateY(-50%);background-color:transparent;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23DFE3EB' stroke-width='1.5' d='m7 16 6-6-6-6'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;}
.news-list a {display:block;flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list a:active {color:#e37500;}
.news-list a em {font-size:inherit;font-weight:inherit;line-height:inherit;color:#e37500;}
.news-list .date {display:block;min-width:17%;max-width:17%;color:#6f7685;text-align:right;}
.empty-data {display:flex;align-items:center;justify-content:center;height:300rem;border-top:1px solid #dfe3eb;}
.empty-data p {font-weight:500;color:#6f7685;}
.news-list li:active a {color:#e37500;}

.news-detail {position:relative;max-width:896rem;margin:0 auto;}
.news-detail .news-header {position:relative;margin-bottom:72rem;padding-bottom:40rem;border-bottom:1px solid #dfe3eb;}
.news-detail .news-header .type {margin-bottom:16rem;}
.news-detail .news-header .type span {position:relative;display:inline-block;font-weight:500;color:#002b57;vertical-align:top;}
.news-detail .news-header .type span + span {margin-left:12rem;padding-left:13rem;}
.news-detail .news-header .type span + span::before {content:'';position:absolute;top:20%;left:0;bottom:20%;width:1px;background-color:#dfe3eb;}
.news-detail .news-header h2 {margin-bottom:24rem;font-weight:700;}
.news-detail .news-header .date {display:inline-block;color:#6f7685;vertical-align:top;}
.news-detail .news-header .btn-wrap {position:absolute;right:0;bottom:40rem;display:flex;}
.news-detail .news-header .btn-wrap > div {position:relative;}
.news-detail .news-header .btn-wrap > div + div {margin-left:18rem;padding-left:19rem;}
.news-detail .news-header .btn-wrap > div + div::before {content:'';position:absolute;top:20%;left:0;bottom:20%;width:1px;background-color:#dfe3eb;}
.news-detail .news-content {overflow-x:auto;}
.news-detail .news-content > div * {all:revert;font-family:Pretendard, sans-serif !important;}
.news-detail .news-content > div div,
.news-detail .news-content > div p,
.news-detail .news-content > div span,
.news-detail .news-content > div font,
.news-detail .news-content > div a {font-size:18rem !important;line-height:1.778 !important;color:#181a1f !important;}
.news-detail .news-content > div a {text-decoration:underline !important;}
.news-detail .news-content > div blockquote * {color:#6f7685 !important;}
.news-detail .news-content > div table {width:100%;text-align:center;}
.news-detail .news-content > div table tr + tr {border-top:1px solid #dfe3eb;}
.news-detail .news-content > div table th {width:auto !important;padding:10px !important;vertical-align:middle;border:none !important;}
.news-detail .news-content > div table td {width:auto !important;padding:10px !important;vertical-align:middle;border:none !important;}
.news-detail .news-content > div table th *,
.news-detail .news-content > div table td * {line-height:1.4 !important;}
/*.news-detail .news-content img {margin-bottom:40rem !important;}*/
/*.news-detail .news-content div, .news-detail .news-content span, .news-detail .news-content p, .news-detail .news-content font {font-size:18rem !important;font-weight:400 !important;line-height:1.778 !important;color:#181a1f !important;font-family:Pretendard, sans-serif !important;}*/
/*.news-detail .news-content a {font-size:18rem !important;font-weight:400 !important;line-height:1.778 !important;color:#181a1f !important;font-family:Pretendard, sans-serif !important;text-decoration:underline !important;}*/
/*.news-detail .news-content blockquote {padding:0 12rem !important;margin: 0 20rem 50rem 20rem !important;border-left:2px solid #dfe3eb !important;}*/
/*.news-detail .news-content blockquote * {color:#6f7685 !important;}*/



/* ad */
.pg-ad .s-1 {padding-bottom:80rem;}
.pg-ad .s-1 .top-data {display:flex;}
.pg-ad .s-1 .swiper {border:1px solid #dfe3eb;box-sizing:border-box;}
.pg-ad .s-1 .swiper.type-1 {width:690rem;}
.pg-ad .s-1 .swiper.type-2 {width:588rem;}
.pg-ad .s-1 .swiper .swiper-slide > div {box-sizing:border-box;}
.pg-ad .s-1 .swiper.type-1 .swiper-slide > div {aspect-ratio:690 / 388;}
.pg-ad .s-1 .swiper.type-2 .swiper-slide > div {aspect-ratio:588 / 542;}
.pg-ad .s-1 .swiper .thumbnail-wrap {position:relative;height:100%;text-align:center;overflow:hidden;}
.pg-ad .s-1 .swiper .thumbnail-wrap img {position:relative;width:100%;height:100%;opacity:1;z-index:1;background-color:#fff;}
.pg-ad .s-1 .swiper.type-1 .thumbnail-wrap img {object-fit:cover;}
.pg-ad .s-1 .swiper.type-2 .thumbnail-wrap img {object-fit:contain;}
.pg-ad .s-1 .swiper:not(.stop-animate) .swiper-slide-active .thumbnail-wrap {animation:__adImgEnter 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;}
.pg-ad .s-1 .swiper .thumbnail-wrap.play img {opacity:0;transition:opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;}
.pg-ad .s-1 .swiper .thumbnail-wrap video {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;overflow:hidden;}
.pg-ad .s-1 .top-data .control-box {position:relative;flex:1;margin-left:44rem;padding:56rem 20rem 0;border-top:1px solid #dfe3eb;}
.pg-ad .s-1 .top-data .control-box .info-wrap > div {display:none;}
.pg-ad .s-1 .top-data .control-box .info-wrap > div.show {display:block;}
.pg-ad .s-1 .top-data .control-box .info-wrap .txt-wrap {position:absolute;top:56rem;left:20rem;opacity:0;}
.pg-ad .s-1 .top-data .control-box .info-wrap > div.animate .txt-wrap {opacity:1;transition:opacity 0.9s cubic-bezier(0.33, 1, 0.68, 1);animation:__adTextEnter 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;}
.pg-ad .s-1 .top-data .control-box strong {display:-webkit-box;max-height:2.786em;margin-bottom:24rem;font-weight:700;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.pg-ad .s-1 .top-data .control-box .date {display:block;color:#6f7685;}
.pg-ad .s-1 .top-data .control-box .progress-wrap {position:absolute;left:20rem;right:20rem;bottom:15.5rem;z-index:1;}
.pg-ad .s-1 .top-data .control-box .progress-wrap > div {display:flex;}
.pg-ad .s-1 .top-data .control-box .progress-wrap .bar {flex:1;height:2px;background-color:#dfe3eb;}
.pg-ad .s-1 .top-data .control-box .progress-wrap .bar + .bar {margin-left:16rem;}
.pg-ad .s-1 .top-data .control-box .progress-wrap .bar span {display:block;width:0;height:100%;background-color:#e37500;}
.pg-ad .s-1 .top-data .control-box .info-wrap .btn-wrap {position:absolute;display:flex;align-items:center;left:20rem;bottom:46rem;height:32rem;min-height:24px;z-index:1;}
.pg-ad .s-1 .top-data .control-box > .btn-wrap {position:absolute;right:20rem;bottom:46rem;display:flex;align-items:center;}
.pg-ad .s-1 .top-data .control-box .swiper-button-prev,
.pg-ad .s-1 .top-data .control-box .swiper-button-next {position:static;display:inline-flex;align-items:center;justify-content:center;width:32rem;height:32rem;min-width:24px;min-height:24px;margin-top:0;pointer-events:auto;}
.pg-ad .s-1 .top-data .control-box .swiper-button-next {margin-left:8rem;}
.pg-ad .s-1 .top-data .control-box .swiper-button-prev span,
.pg-ad .s-1 .top-data .control-box .swiper-button-next span {display:inline-block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;}
.pg-ad .s-1 .top-data .control-box .swiper-button-prev span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .swiper-button-next span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%236F7685' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .swiper-button-prev:active span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .swiper-button-next:active span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .swiper-button-prev::after,
.pg-ad .s-1 .top-data .control-box .swiper-button-next::after {content:none;}
.pg-ad .s-1 .top-data .control-box .btn-swiper-play {width:32rem;height:32rem;min-width:24px;min-height:24px;max-width:38px;max-height:38px;margin-right:12rem;border:none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%236F7685' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
.pg-ad .s-1 .top-data .control-box .btn-swiper-play:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .btn-swiper-play.stop {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%236F7685' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");}
.pg-ad .s-1 .top-data .control-box .btn-swiper-play.stop:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");}
@keyframes __adImgEnter {
    0% {transform:translateX(100%);}
    100% {transform:translateX(0);}
}
@keyframes __adTextEnter {
    0% {transform:translateX(24rem);}
    100% {transform:translateX(0);}
}
@keyframes __adTextExit {
    0% {transform:translateX(0);}
    100% {transform:translateX(-60rem);}
}

.ad-list {border-top:1px solid #dfe3eb;}
.ad-list li {display:flex;align-items:center;padding:15rem 8rem 15rem 0;border-bottom:1px solid #dfe3eb;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation;}
.ad-list .img-wrap {position:relative;margin-right:48rem;}
.ad-list.type-1 .img-wrap {min-width:180rem;max-width:180rem;aspect-ratio:9 / 5;}
.ad-list.type-2 .img-wrap {min-width:115rem;max-width:115rem;border:1px solid #dfe3eb;aspect-ratio:155 / 206;box-sizing:border-box;}
.ad-list .img-wrap img {width:100%;height:100%;object-fit:cover;}
.ad-list .img-wrap::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
.ad-list .img-wrap:active::after {background-color:rgba(0, 0, 0, 0.24);}
.ad-list .txt-wrap {display:flex;align-items:center;flex:1;}
.ad-list button {display:block;flex:1;font-weight:600;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;}
.ad-list button:active {color:#e37500;}
.ad-list .date {display:block;min-width:17%;max-width:17%;color:#6f7685;text-align:right;}
.ad-list li:active button {color:#e37500;}
.ad-list li:active .img-wrap::after {background-color:rgba(0, 0, 0, 0.24);}


/* page media kit */
.pg-media-kit .s-0 {padding-bottom:100rem;}
.pg-media-kit .s-0 .section-content .img-wrap {height:320rem;}
.pg-media-kit .s-0 .section-content .img-wrap img {width:100%;height:100%;object-fit:cover;}
.pg-media-kit .s-0 .section-content .btn-wrap {margin-top:24rem;}
.pg-media-kit .s-0 .section-content .btn-wrap > button {margin-right:32rem;}
.pg-media-kit .s-brochure .section-content .img-wrap {position:relative;height:320rem;}
.pg-media-kit .s-brochure .section-content .img-wrap img {width:100%;height:100%;object-fit:cover;}
.pg-media-kit .s-brochure .section-content .img-wrap .txt {position:absolute;top:32rem;left:40rem;font-weight:500;color:#002b57;}
.pg-media-kit .s-brochure .section-content .img-wrap .txt strong {display:block;font-weight:700;color:inherit;}
.pg-media-kit .s-brochure .section-content .btn-wrap {margin-top:24rem;}
.pg-media-kit .s-brochure .section-content .btn-wrap a + a {margin-left:32rem;}


/* search */
.pg-search .section-content-wrap section:first-of-type {padding-top:80rem !important;}
.pg-search .section-content .top .search-input {margin:0 auto;}
.pg-search .section-content .top > strong {display:block;max-width:66%;margin-top:32rem;margin-left:auto;margin-right:auto;font-weight:500;line-height:1.55;text-align:center;}
.pg-search .section-content .top > strong em {font-size:inherit;font-weight:inherit;line-height:inherit;color:#e37500;word-break:break-all;}
.pg-search .section-content .top > strong span {font-size:inherit;font-weight:inherit;line-height:inherit;white-space:nowrap;}
.pg-search .section-content .result {margin-top:80rem;}
.pg-search .section-content .result > div + div {margin-top:100rem;}
.pg-search .section-content .result .h-wrap {display:flex;align-items:center;justify-content:space-between;margin-bottom:24rem;}
.pg-search .section-content .result h2 {font-weight:700;}
.pg-search .section-content .result h2 em {margin-left:8rem;font-size:inherit;font-weight:inherit;line-height:inherit;color:#e37500;}
.empty-data-search {display:flex;align-items:center;height:95rem;min-height:76px;border-top:1px solid #dfe3eb;}
.empty-data-search p {color:#6f7685;}


/* error */
.error-container {position:relative;display:flex;align-items:center;justify-content:center;height:calc(var(--vh, 1vh) * 100);min-height:500px;}
.error-container > div {position:relative;margin-top:-5%;margin-left:-3%;padding-top:48rem;padding-left:284rem;}
.error-container > div h1 {margin-bottom:20rem;font-weight:600;}
.error-container > div p {color:#41464f;}
.error-container .link-wrap {margin-top:48rem;}
.error-container .link-wrap a {width:160rem;min-width:120px;}
.error-container .link-wrap * + * {margin-left:16rem;}
.error-container i {position:absolute;top:0;left:0;width:240rem;height:240rem;background-image:url('../img/common/picto_error.svg');background-size:contain;background-position:center;background-repeat:no-repeat;}
.error-container > span {position:absolute;left:0;right:0;bottom:40rem;color:#585e6b;text-align:center;}


@media (hover: hover) and (pointer: fine) {
    .gnb nav .depth2-item a:not(:active):hover {font-weight:500;color:#e37500;}
    .gnb .area-right > a:not(:active):hover {background-color:rgba(4, 59, 114, 0.08);}
    .gnb .link-list > li > a:not(:active):hover {background-color:rgba(4, 59, 114, 0.08);}

    .gnb .search .trigger-search-panel:not(:active):hover i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb .search .search-form-wrap .search-page-result ul li:hover a {background-color:rgba(111,118,133,0.08);}
    .gnb .search .search-form-wrap .search-page-result ul li:hover a .page-name {color:#e37500;}
    .gnb .search .search-form-wrap .search-page-result ul li:hover a .ico-new-window {opacity:1;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.1884 5.75H4.99908v-1.5H15.7491V15h-1.5V6.81066L5.52941 15.5303l-1.06066-1.0606L13.1884 5.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    body.home-index:not(.on-scroll) .gnb:not(.menu-open, .search-open) .area-right > a:not(:active):hover {background-color:rgba(255, 255, 255, 0.08);}
    body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .link-list > li > a:not(:active):hover {background-color:rgba(255, 255, 255, 0.08);}
    body.home-index:not(.on-scroll) .gnb:not(.menu-open, .m-menu-open, .search-open, .m-search-open) .search .trigger-search-panel:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cmask id='a' width='20' height='20' x='2.55469' y='2.53906' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M2.55469 2.53906h20v20h-20z'/%3E%3Cpath fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m14.707 16.0679.7073-.707-.6152-.6155-.6946.5244.6025.7981Zm1.3769-1.3794-.7992-.6011-.5219.6939.6138.6141.7073-.7069Zm4.4705 4.4725.7069.7073.7073-.707-.707-.7073-.7072.707Zm-1.3784 1.3778-.7073.7069.7069.7073.7073-.7069-.7069-.7073Zm-8.659-4.0178c3.3207 0 6.0134-2.6932 6.0134-6.0165h-2c0 2.2195-1.798 4.0165-4.0134 4.0165v2Zm-6.01337-6.0165c0 3.3233 2.69273 6.0165 6.01337 6.0165v-2c-2.21532 0-4.01337-1.797-4.01337-4.0165h-2ZM10.517 4.488c-3.32064 0-6.01337 2.69324-6.01337 6.0165h2c0-2.21944 1.79805-4.0165 4.01337-4.0165v-2Zm6.0134 6.0165c0-3.32326-2.6927-6.0165-6.0134-6.0165v2c2.2154 0 4.0134 1.79706 4.0134 4.0165h2ZM10.517 18.47c1.798 0 3.4593-.5974 4.7926-1.604l-1.2051-1.5962c-.9983.7537-2.2394 1.2002-3.5875 1.2002v2Zm-7.96231-7.9655c0 4.3988 3.56443 7.9655 7.96231 7.9655v-2c-3.29246 0-5.96231-2.6704-5.96231-5.9655h-2ZM10.517 2.53906c-4.39788 0-7.96231 3.56668-7.96231 7.96544h2c0-3.29504 2.66985-5.96544 5.96231-5.96544v-2Zm7.9624 7.96544c0-4.39876-3.5645-7.96544-7.9624-7.96544v2c3.2925 0 5.9624 2.6704 5.9624 5.96544h2Zm-1.5963 4.7851c1.002-1.3323 1.5963-2.9907 1.5963-4.7851h-2c0 1.346-.4444 2.5853-1.1947 3.5829l1.5984 1.2022Zm-1.5065.1058 4.4705 4.4725 1.4145-1.4139-4.4705-4.4725-1.4145 1.4139Zm4.4708 3.0583-1.3784 1.3778 1.4139 1.4146 1.3784-1.3778-1.4139-1.4146Zm.0358 1.3781-4.4689-4.4709-1.4145 1.4139 4.4689 4.4709 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}

    .footer .affiliate .country-list .btn-country:not(:active):hover span {color:#e37500;}
    .footer .affiliate .country-list .btn-country:not(:active):hover span::after {opacity:1;}
    .footer .affiliate .network-list li a:not(:active):hover {color:#e37500;}
    .footer .affiliate .network-list li a:not(:active):hover span::after {content:'';}

    .sub-menu ul a:not(:active):hover {background-color:rgba(65, 70, 79, 0.08);}
    .sub-menu ul li.active a:not(:active):hover {background-color:rgba(227, 117, 0, 0.08);}
    .sub-menu.fixed ul a:not(:active):hover {background-color:rgba(0, 0, 0, 0.08) !important;}

    .btn-txt-ico-white:not([disabled]):not(:active):hover span {color:#e37500;}

    .btn-bdr:not(:active):hover {background-color:rgba(24, 26, 31, 0.08);}
    .btn-bdr.type-primary:not(:active):hover {background-color:rgba(227, 117, 0, 0.08);}

    .btn-flat.type-primary:not(:active):hover {background-color:#d16c00;}

    .custom-checkbox.type-circle.type-white input:not(:checked) + label:not(:active):hover::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='11.25' stroke='%23e37500' stroke-width='1.5'/%3E%3Cpath stroke='%23e37500' stroke-width='1.5' d='m16 20 3.0617 3L24 17'/%3E%3C/svg%3E");}
    .custom-checkbox label:not(:active):hover {color:#e37500 !important;}

    .img-media-list li a:not(:active):hover p,
    .img-media-list li button:not(:active):hover p {color:#e37500;}
    .img-media-list button:not(:active):hover .img-wrap::after {background-color:rgba(0, 0, 0, 0.16);}
    .img-media-list a:not(:active):hover .img-wrap::after {background-color:rgba(0, 0, 0, 0.16);}

    .filter-wrap .category > ul button:not(:active):hover span {color:#e37500;}

    .pagination a:not(:active):hover, .pagination button:not([disabled]):not(:active):hover {background-color:rgba(111, 118, 133, 0.08);}
    .pagination a.active:not(:active):hover {background-color:rgba(227, 117, 0, 0.08);}

    .modal .modal-header .modal-close:not(:active):hover i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.29297' y='4.29297' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.29297 4.29297h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='m24.293 25.7072-.7071.7071.7071.7071.7071-.7071-.7071-.7071Zm-8.2929-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29292.7071.70711.7071-.70711-.7071-.70711-.7071.70711ZM24.293 6.29297l.7071-.70711-.7071-.7071-.7071.7071.7071.70711Zm-8.2929 8.29293-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.70718 6.29297l.70711-.70711-.70711-.7071-.7071.7071.7071.70711ZM6.29297 7.70718l-.70711-.7071-.7071.7071.7071.70711.70711-.70711Zm8.29293 8.29292.7071.7071.7071-.7071-.7071-.7071-.7071.7071ZM6.29297 24.293l-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.70711.7071.70711.7071.70711-.7071-.70711-.7071Zm17.29292-.7071-8.2929-8.2929-1.4142 1.4142 8.2929 8.2929 1.4142-1.4142Zm0-1.4142-1.4142 1.4142 1.4142 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70712L16.7072 15.293l1.4142 1.4142 8.2929-8.29291-1.4142-1.41421Zm-1.4142 0 1.4142 1.41421 1.4142-1.41422-1.4142-1.41421-1.4142 1.41422ZM16.7072 15.293l8.2929-8.29292-1.4142-1.41422-8.2929 8.29294 1.4142 1.4142ZM7.00008 7.00008 15.293 15.293l1.4142-1.4142-8.29291-8.29294-1.41421 1.41422Zm0 1.41421 1.41421-1.41421-1.41421-1.41422-1.41422 1.41422 1.41422 1.41421ZM15.293 15.293 7.00008 7.00008 5.58586 8.41429l8.29294 8.29291 1.4142-1.4142Zm-8.29292 9.7071 8.29292-8.2929-1.4142-1.4142-8.29294 8.2929 1.41422 1.4142Zm1.41421 0-1.41421-1.4142-1.41422 1.4142 1.41421 1.4142 1.41422-1.4142Zm6.87871-8.2929-8.29292 8.2929 1.41421 1.4142 8.29291-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal .modal-header .modal-close.type-w:not(:active):hover i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal .modal-footer .btn-modal-confirm:not(:active):hover {background-color:#dbdee3;}
    .modal .modal-footer .btn-modal-confirm.type-primary:not(:active):hover {background-color:#d16c00;}
    .modal .modal-footer .btn-modal-confirm.type-secondary:not(:active):hover {background-color:#184b7d;}

    .modal-video .custom-video .video-control .modal-close:not(:active):hover i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.40625' y='3.80811' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.40625 3.80811h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.1134 16.9294 8.2928 8.2929 1.4143-1.4142-8.2929-8.2929 8.2929-8.29288-1.4143-1.41421-8.2928 8.29289-8.29294-8.29289-1.41421 1.41421 8.29285 8.29288-8.29285 8.2929 1.41421 1.4142 8.29294-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m24.4062 25.2223-.7071.7071.7071.7071.7072-.7071-.7072-.7071Zm-8.2928-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29288.7071.70711.7071-.70711-.7071-.70711-.7071.70711Zm-1.4143-1.41421.7072-.70711-.7072-.70711-.7071.70711.7071.70711ZM16.1134 14.101l-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.82046 5.80811l.70711-.70711-.70711-.70711-.7071.70711.7071.70711ZM6.40625 7.22232l-.70711-.70711-.7071.70711.7071.70711.70711-.70711Zm8.29285 8.29288.7071.7071.7072-.7071-.7072-.7071-.7071.7071Zm-8.29285 8.2929-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.7071.7071.7071.7071.70711-.7071-.70711-.7071Zm17.29294-.7071-8.2929-8.2929-1.4142 1.4142 8.2928 8.2929 1.4143-1.4142Zm0-1.4142-1.4143 1.4142 1.4143 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70709-8.2929 8.29289 1.4142 1.4142 8.2929-8.29287-1.4142-1.41422Zm-1.4143 0 1.4143 1.41422 1.4142-1.41422L25.1134 5.101l-1.4143 1.41421Zm-6.8786 8.29289 8.2929-8.29289L23.6991 5.101l-8.2928 8.2929 1.4142 1.4142ZM7.11336 6.51521l8.29294 8.29289 1.4142-1.4142L8.52757 5.101 7.11336 6.51521Zm0 1.41422 1.41421-1.41422L7.11336 5.101 5.69914 6.51521l1.41422 1.41422Zm8.29284 6.87867L7.11336 6.51521 5.69914 7.92943 13.992 16.2223l1.4142-1.4142Zm-8.29284 9.7071 8.29284-8.2929-1.4142-1.4142-8.29286 8.2929 1.41422 1.4142Zm1.41421 0L7.11336 23.101l-1.41422 1.4142 1.41422 1.4142 1.41421-1.4142Zm6.87873-8.2929-8.29294 8.2929 1.41421 1.4142 8.29293-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .btn-video-play:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .btn-video-play.pause:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .volume-control .btn-video-volume:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='26' height='23' x='3' y='4.39209' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4.39209h26v23H3z'/%3E%3Cpath fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M23.2203 7.60788C25.0124 9.94868 26.0024 12.9209 26 16.0021c-.0025 3.0811-.9972 6.0513-2.793 8.3886l1.586 1.2185c2.0743-2.6998 3.2042-6.1016 3.207-9.6056.0028-3.5039-1.1217-6.9078-3.1916-9.61151l-1.5881 1.21579ZM4 19.375v-6.75h4.4L15 6.99998V25l-6.6-5.625H4Zm16-3.3934c.0016-1.9837-.636-3.8932-1.7845-5.3933l1.5881-1.21574C21.2298 11.2355 22.0019 13.5767 22 15.9832c-.0019 2.4064-.7777 4.7462-2.207 6.6065l-1.586-1.2185c1.1508-1.4978 1.7914-3.406 1.793-5.3896Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m26 16.0021 1 .0007-1-.0007Zm-2.7797-8.39422-.6079-.79402-.794.60789.6079.79402.794-.60789ZM23.207 24.3907l-.793-.6092-.6092.793.793.6092.6092-.793Zm1.586 1.2185-.6093.793.793.6093.6093-.793-.793-.6093ZM28 16.0036l-1-.0008 1 .0008Zm-3.1916-9.61151.794-.60789-.6079-.79402-.794.60789.6079.79402ZM4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 6.99998h1V4.8338l-1.6487 1.4051.6487.76108ZM15 25l-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8155-8.7867-.6079-.79397-.794.60787.6079.794.794-.6079Zm1.5881-1.21574.794-.6079-.6079-.79401-.794.60789.6079.79402ZM22 15.9832l-1-.0008 1 .0008Zm-2.207 6.6065-.6093.793.793.6092.6093-.7929-.793-.6093Zm-1.586-1.2185-.793-.6093-.6092.793.793.6093.6092-.793ZM27 16.0028c.0026-3.2925-1.0547-6.48058-2.9857-9.00282l-1.588 1.21579C24.0795 10.3751 25.0023 13.1315 25 16.0013l2 .0015ZM24 25c1.935-2.5186 2.9974-5.7046 3-8.9972l-2-.0015c-.0023 2.8697-.9295 5.6242-2.586 7.7802L24 25Zm1.4022-.1837-1.5859-1.2185-1.2185 1.5859 1.5859 1.2185 1.2185-1.5859ZM27 16.0028c-.0026 3.2926-1.065 6.4786-3 8.9972l1.586 1.2185c2.2136-2.8811 3.411-6.4987 3.414-10.2141l-2-.0016Zm-2.9857-9.00282C25.9453 9.52222 27.0026 12.7103 27 16.0028l2 .0016c.003-3.7153-1.1888-7.33503-3.3976-10.2202l-1.5881 1.21578Zm-.1861 1.40192 1.5881-1.21579-1.2158-1.58804-1.5881 1.21579 1.2158 1.58804ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.3861-6.59995 5.625 1.2973 1.5222 6.60005-5.62503-1.2974-1.52217ZM16 25V6.99998h-2V25h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.4215-9.1788c1.0096 1.3187 1.5799 3.0123 1.5785 4.7846l2 .0016c.0017-2.1951-.7031-4.3205-1.9904-6.00195l-1.5881 1.21575Zm1.7742-2.61766-1.5881 1.21579 1.2158 1.58807 1.5881-1.2158-1.2158-1.58806ZM23 15.984c.0021-2.6178-.8372-5.1749-2.4024-7.21934l-1.588 1.21579C20.2969 11.6619 21.0017 13.7873 21 15.9824l2 .0016Zm-2.414 7.215c1.5685-2.0417 2.4119-4.5973 2.414-7.215l-2-.0016c-.0018 2.195-.71 4.319-2 5.9981l1.586 1.2185Zm-2.9882-1.0348 1.5859 1.2185 1.2185-1.586-1.5859-1.2185-1.2185 1.586ZM19 15.9808c-.0014 1.7722-.5745 3.4646-1.586 4.7811L19 21.9805c1.29-1.6791 1.9982-3.8031 2-5.9981l-2-.0016Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .volume-control .btn-video-volume.muted:not([disabled]):not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='27' height='24' x='3' y='4' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M3 4h27v24H3z'/%3E%3Cpath fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M4 19.375v-6.75h4.4L15 7v18l-6.6-5.625H4ZM21.5858 16l-3.2929-3.2929 1.4142-1.4142L23 14.5858l3.2929-3.2929 1.4142 1.4142L24.4142 16l3.2929 3.2929-1.4142 1.4142L23 17.4142l-3.2929 3.2929-1.4142-1.4142L21.5858 16Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M4 12.625v-1H3v1h1Zm0 6.75H3v1h1v-1Zm4.4-6.75v1h.36833l.28032-.2389L8.4 12.625ZM15 7h1V4.83381l-1.6487 1.4051L15 7Zm0 18-.6487.7611L16 27.1662V25h-1Zm-6.6-5.625.64865-.7611-.28032-.2389H8.4v1Zm9.8929-6.6679L17.5858 12l-.7071.7071.7071.7071.7071-.7071ZM21.5858 16l.7071.7071L23 16l-.7071-.7071-.7071.7071Zm-1.8787-4.7071.7071-.7071-.7071-.70712L19 10.5858l.7071.7071ZM23 14.5858l-.7071.7071L23 16l.7071-.7071L23 14.5858Zm3.2929-3.2929L27 10.5858l-.7071-.70712-.7071.70712.7071.7071Zm1.4142 1.4142.7071.7071.7071-.7071L28.4142 12l-.7071.7071ZM24.4142 16l-.7071-.7071L23 16l.7071.7071.7071-.7071Zm3.2929 3.2929.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-1.4142 1.4142-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM23 17.4142l.7071-.7071L23 16l-.7071.7071.7071.7071Zm-3.2929 3.2929L19 21.4142l.7071.7071.7071-.7071-.7071-.7071Zm-1.4142-1.4142-.7071-.7071-.7071.7071.7071.7071.7071-.7071ZM3 12.625v6.75h2v-6.75H3Zm5.4-1H4v2h4.4v-2Zm5.9513-5.38609L7.75135 11.8639l1.2973 1.5222 6.60005-5.62501-1.2974-1.52218ZM16 25V7h-2v18h2Zm-8.24865-4.8639 6.59995 5.625 1.2974-1.5222-6.60005-5.625-1.2973 1.5222ZM4 20.375h4.4v-2H4v2Zm13.5858-6.9608 3.2929 3.2929 1.4142-1.4142L19 12l-1.4142 1.4142ZM19 10.5858 17.5858 12 19 13.4142 20.4142 12 19 10.5858Zm4.7071 3.2929-3.2929-3.2929L19 12l3.2929 3.2929 1.4142-1.4142Zm1.8787-3.2929-3.2929 3.2929 1.4142 1.4142L27 12l-1.4142-1.4142ZM28.4142 12 27 10.5858 25.5858 12 27 13.4142 28.4142 12Zm-3.2929 4.7071 3.2929-3.2929L27 12l-3.2929 3.2929 1.4142 1.4142Zm3.2929 1.8787-3.2929-3.2929-1.4142 1.4142L27 20l1.4142-1.4142ZM27 21.4142 28.4142 20 27 18.5858 25.5858 20 27 21.4142Zm-4.7071-3.2929 3.2929 3.2929L27 20l-3.2929-3.2929-1.4142 1.4142Zm-1.8787 3.2929 3.2929-3.2929-1.4142-1.4142L19 20l1.4142 1.4142ZM17.5858 20 19 21.4142 20.4142 20 19 18.5858 17.5858 20Zm3.2929-4.7071-3.2929 3.2929L19 20l3.2929-3.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .btn-video-fullscreen:not([disabled]):not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='22' height='22' x='5' y='5' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M5 5h22v22H5z'/%3E%3Cpath fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M7 6H6v7h2V8h5V6H7Zm0 20H6v-7h2v5h5v2H7ZM26 6h-7v2h5v5h2V6Zm-1 20h1v-7h-2v5h-5v2h6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M6 6V5H5v1h1Zm0 7H5v1h1v-1Zm2 0v1h1v-1H8Zm0-5V7H7v1h1Zm5 0v1h1V8h-1Zm0-2h1V5h-1v1ZM6 26H5v1h1v-1Zm0-7v-1H5v1h1Zm2 0h1v-1H8v1Zm0 5H7v1h1v-1Zm5 0h1v-1h-1v1Zm0 2v1h1v-1h-1ZM26 6h1V5h-1v1Zm-7 0V5h-1v1h1Zm0 2h-1v1h1V8Zm5 0h1V7h-1v1Zm0 5h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0 13v1h1v-1h-1Zm0-7h1v-1h-1v1Zm-2 0v-1h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1h-1v1h1Zm0 2h-1v1h1v-1ZM6 7h1V5H6v2Zm1 0V6H5v1h2Zm0 6V7H5v6h2Zm1-1H6v2h2v-2ZM7 8v5h2V8H7Zm6-1H8v2h5V7Zm-1-1v2h2V6h-2ZM7 7h6V5H7v2ZM6 27h1v-2H6v2Zm-1-2v1h2v-1H5Zm0-6v6h2v-6H5Zm3-1H6v2h2v-2Zm1 6v-5H7v5h2Zm4-1H8v2h5v-2Zm1 3v-2h-2v2h2Zm-7 1h6v-2H7v2ZM25 7h1V5h-1v2Zm-6 0h6V5h-6v2Zm1 1V6h-2v2h2Zm4-1h-5v2h5V7Zm1 6V8h-2v5h2Zm1-1h-2v2h2v-2Zm-1-5v6h2V7h-2Zm0-1v1h2V6h-2Zm1 19h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2v-6h-2Zm-1 1h2v-2h-2v2Zm1 4v-5h-2v5h2Zm-6 1h5v-2h-5v2Zm1 1v-2h-2v2h2Zm5-1h-6v2h6v-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .btn-video-fullscreen.out:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='20' height='20' x='6' y='6' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M6 6h20v20H6z'/%3E%3Cpath fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13 14h1V7h-2v5H7v2h6Zm0 4h1v7h-2v-5H7v-2h6Zm5-4h7v-2h-5V7h-2v7Zm1 4h-1v7h2v-5h5v-2h-6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M14 14v1h1v-1h-1Zm0-7h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 5v1h1v-1h-1Zm-5 0v-1H6v1h1Zm0 2H6v1h1v-1Zm7 4h1v-1h-1v1Zm0 7v1h1v-1h-1Zm-2 0h-1v1h1v-1Zm0-5h1v-1h-1v1Zm-5 0H6v1h1v-1Zm0-2v-1H6v1h1Zm11-4h-1v1h1v-1Zm7 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-5 0h-1v1h1v-1Zm0-5h1V6h-1v1Zm-2 0V6h-1v1h1Zm0 11v-1h-1v1h1Zm0 7h-1v1h1v-1Zm2 0v1h1v-1h-1Zm0-5v-1h-1v1h1Zm5 0v1h1v-1h-1Zm0-2h1v-1h-1v1Zm-11-5h-1v2h1v-2Zm-1 0v1h2v-1h-2Zm0-6v6h2V7h-2Zm-1 1h2V6h-2v2Zm1 4V7h-2v5h2Zm-6 1h5v-2H7v2Zm1 1v-2H6v2h2Zm5-1H7v2h6v-2Zm1 4h-1v2h1v-2Zm1 2v-1h-2v1h2Zm0 6v-6h-2v6h2Zm-3 1h2v-2h-2v2Zm-1-6v5h2v-5h-2Zm-4 1h5v-2H7v2Zm-1-3v2h2v-2H6Zm7-1H7v2h6v-2Zm6-4h-1v2h1v-2Zm6 0h-6v2h6v-2Zm-1-1v2h2v-2h-2Zm-4 1h5v-2h-5v2Zm-1-6v5h2V7h-2Zm-1 1h2V6h-2v2Zm1 5V7h-2v6h2Zm0 1v-1h-2v1h2Zm-1 5h1v-2h-1v2Zm1 0v-1h-2v1h2Zm0 6v-6h-2v6h2Zm1-1h-2v2h2v-2Zm-1-4v5h2v-5h-2Zm6-1h-5v2h5v-2Zm-1-1v2h2v-2h-2Zm-5 1h6v-2h-6v2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-video .custom-video .video-control .progress:not(:active):hover .bar::after {transform:scale(1.5);}

    .sub-link-wrap li a:not(:active):hover {color:#e37500;}

    .card-list li button:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M17 15V5h-2v10H5v2h10v10h2V17h10v-2H17Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .card-list-small li > a:not(:active):hover .card-txt-wrap strong {color:#e37500;}
    .card-list-small li > a:not(:active):hover .card-txt-wrap p {color:#e37500;}

    .search-input .btn-search:not(:active):hover i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M15.5304 10.5045c0 2.7714-2.2454 5.0165-5.0134 5.0165-2.76798 0-5.01337-2.2451-5.01337-5.0165 0-2.77135 2.24539-5.0165 5.01337-5.0165 2.768 0 5.0134 2.24515 5.0134 5.0165Zm-.8234 5.5634c-1.1657.8802-2.6169 1.4021-4.19 1.4021-3.84517 0-6.96231-3.1186-6.96231-6.9655 0-3.8469 3.11714-6.96544 6.96231-6.96544 3.8452 0 6.9624 3.11854 6.9624 6.96544 0 1.5702-.5194 3.019-1.3955 4.184l4.4705 4.4725-1.3784 1.3778-4.469-4.4709Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .search-input .btn-delete:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m12.001 13.4133 6.0429 6.0429 1.4142-1.4142-6.0429-6.0429 6.0429-6.04291-1.4142-1.41422-6.0429 6.04293-6.04286-6.04293-1.41421 1.41422 6.04287 6.04291-6.04287 6.0429 1.41421 1.4142 6.04286-6.0429Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    .custom-select .select-styled:not(:active):hover {background-color:rgba(24, 26, 31, 0.08);}
    .custom-select .select-options-wrap li:not(:active):hover .selectable-item {background-color:rgba(24, 26, 31, 0.08);}
    .custom-select .select-options-wrap li.selected:not(:active):hover .selectable-item {background-color:rgba(227, 117, 0, 0.08);}

    .custom-menu .menu-item-wrap button:not(:active):hover,
    .custom-menu .menu-item-wrap a:not(:active):hover {background-color:rgba(24, 26, 31, 0.08);}
    .custom-menu .menu-item-wrap .selected button:not(:active):hover,
    .custom-menu .menu-item-wrap .selected a:not(:active):hover {background-color:rgba(227, 117, 0, 0.08);}

    .main-banner .swiper .progress-wrap .btn-swiper-play:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='12' height='18' x='10' y='7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M10 7h12v18H10z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M11 8V7h-1v1h1Zm2.5 0h1V7h-1v1ZM11 24h-1v1h1v-1Zm2.5 0v1h1v-1h-1Zm5-16V7h-1v1h1ZM21 8h1V7h-1v1Zm-2.5 16h-1v1h1v-1Zm2.5 0v1h1v-1h-1ZM11 9h2.5V7H11v2Zm1 15V8h-2v16h2Zm1.5-1H11v2h2.5v-2Zm-1-15v16h2V8h-2Zm6 1H21V7h-2.5v2Zm1 15V8h-2v16h2Zm1.5-1h-2.5v2H21v-2ZM20 8v16h2V8h-2Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .main-banner .swiper .progress-wrap .btn-swiper-play.stop:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='M25.25 16.433 26 16l-.75-.433-13.5-7.79424-.75-.43301V24.6603l.75-.4331 13.5-7.7942Z'/%3E%3C/svg%3E");}
    .main-banner .swiper .swiper-button-prev:not(:active):hover span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m13.6641 16.0001 6.7929-6.79292-1.4142-1.41421-8.2071 8.20713 8.2071 8.2071 1.4142-1.4142-6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m20.8106 8.85363.3535.35355-.3535.35356-6.4394 6.43936 6.4394 6.4393.3535.3536-.3535.3535-1.4142 1.4142-.3536.3536-.3535-.3536-8.2071-8.2071-.3536-.3535.3536-.3536 8.2071-8.20708.3535-.35356.3536.35356 1.4142 1.41421Z'/%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
    .main-banner .swiper .swiper-button-next:not(:active):hover span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M18.3359 16.0001 11.543 9.20718l1.4142-1.41421 8.2071 8.20713-8.2071 8.2071-1.4142-1.4142 6.7929-6.7929Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-opacity='.15' d='m11.1894 8.85363-.3535.35355.3535.35356 6.4394 6.43936-6.4394 6.4393-.3535.3536.3535.3535 1.4142 1.4142.3536.3536.3535-.3536 8.2071-8.2071.3536-.3535-.3536-.3536-8.2071-8.20708-.3535-.35356-.3536.35356-1.4142 1.41421Z'/%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
    .home-index .s-4 .btn-swiper-play:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");border-color:#e37500;}
    .home-index .s-4 .btn-swiper-play.stop:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");border-color:#e37500;}
    .home-index .home-news-list li a:not(:active):hover p {color:#e37500;}

    .pg-history .s-1 .btn-tab:not(:active):hover span {color:#e37500;}

    .news-list a:not(:active):hover {color:#e37500;}
    .news-list li:not(:active):hover a {color:#e37500;}

    .pg-ad .s-1 .top-data .control-box .swiper-button-prev:not(:active):hover span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m19.75 8.5-7.5 7.5 7.5 7.5'/%3E%3C/svg%3E");}
    .pg-ad .s-1 .top-data .control-box .swiper-button-next:not(:active):hover span {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='m12.25 8.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");}
    .pg-ad .s-1 .top-data .control-box .btn-swiper-play:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M13.5 8H11v16h2.5V8ZM21 8h-2.5v16H21V8Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .pg-ad .s-1 .top-data .control-box .btn-swiper-play.stop:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' d='m25 16-13.5 7.7942V8.20577L25 16Z'/%3E%3C/svg%3E");}

    .ad-list button:not(:active):hover {color:#e37500;}
    .ad-list .img-wrap:not(:active):hover::after {background-color:rgba(0, 0, 0, 0.16);}
    .ad-list li:not(:active):hover button {color:#e37500;}
    .ad-list li:not(:active):hover .img-wrap::after {background-color:rgba(0, 0, 0, 0.16);}
}

/******************* responsive **********************/
@media screen and (min-width:900px) and (hover: hover) and (pointer: fine) {
    .gnb nav .depth1-item .btn-depth1:not(:active):hover span {color:#e37500 !important;}
    .gnb nav .depth1-item .btn-depth1:not(:active):hover i {opacity:1;}

    .btn-txt-ico-nor:not([disabled]):not(:active):hover span {color:#e37500;}
    a:not(:active):hover span.btn-txt-ico-nor {color:#e37500;}

    .search-input.large .btn-search:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M18.3929 12.2553c0 3.3843-2.7421 6.1263-6.1227 6.1263-3.38066 0-6.12274-2.742-6.12274-6.1263 0-3.38437 2.74208-6.12639 6.12274-6.12639 3.3806 0 6.1227 2.74202 6.1227 6.12639Zm-1.1251 6.4066c-1.3781 1.0776-3.1129 1.7197-4.9976 1.7197-4.48607 0-8.12274-3.6383-8.12274-8.1263 0-4.4881 3.63667-8.12639 8.12274-8.12639 4.486 0 8.1227 3.63829 8.1227 8.12639 0 1.8815-.6392 3.6137-1.7121 4.9911l5.2025 5.2049-1.4145 1.4139-5.201-5.2033Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .search-input.large .btn-delete:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m14.0006 15.4148 7.1679 7.1679 1.4142-1.4142-7.1679-7.1679 7.1679-7.16793-1.4142-1.41421-7.1679 7.16784-7.16793-7.16784-1.41421 1.41421 7.16784 7.16793-7.16784 7.1679 1.41421 1.4142 7.16793-7.1679Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    .pg-affiliate .s-1 .tab-parent-header .btn-tab:not(:active):hover strong {color:#e37500;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab:not(:active):hover span {color:#e37500;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab:not(:active):hover {background-color:rgba(111, 118, 133, 0.08);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active:not(:active):hover::after {background-color:#d16c00;}
}
@media screen and (min-width:900px) {
    /* typography */
    .fs-72-w {font-size:72rem;letter-spacing:-0.02em;}
    .fs-lh-72-w {font-size:72rem;line-height:1.1945;letter-spacing:-0.02em;} /* lh: 86 */
    .fs-60-w {font-size:60rem;letter-spacing:-0.02em;}
    .fs-lh-60-w {font-size:60rem;line-height:1.2;letter-spacing:-0.02em;} /* lh: 72 */
    .fs-48-w {font-size:48rem;letter-spacing:-0.02em;}
    .fs-lh-48-w {font-size:48rem;line-height:1.2084;letter-spacing:-0.02em;} /* lh: 58 */
    .fs-38-w {font-size:38rem;letter-spacing:-0.02em;}
    .fs-lh-38-w {font-size:38rem;line-height:1.395;letter-spacing:-0.02em;} /* lh: 53 */
    .fs-32-w {font-size:32rem;letter-spacing:-0.006em;}
    .fs-lh-32-w {font-size:32rem;line-height:1.4063;letter-spacing:-0.006em;} /* lh: 45 */
    .fs-28-w {font-size:28rem;letter-spacing:-0.006em;}
    .fs-lh-28-w {font-size:28rem;line-height:1.393;letter-spacing:-0.006em;} /* lh: 39 */
    .fs-lh-28-w-type2 {font-size:28rem;line-height:1.393;letter-spacing:-0.006em;} /* lh: 39 */
    .fs-24-w {font-size:24rem;}
    .fs-lh-24-w {font-size:24rem;line-height:1.417;} /* lh: 34 */
    .fs-20-w {font-size:20rem;}
    .fs-lh-20-w {font-size:20rem;line-height:1.4;} /* lh: 28 */
    .fs-18-w {font-size:18rem;}
    .fs-lh-18-w {font-size:18rem;line-height:1.6112;} /* lh: 29 */
    .fs-lh-18-w-type2 {font-size:18rem;line-height:1.6112;}
    .fs-16-w {font-size:16rem;}
    .fs-lh-16-w {font-size:16rem;line-height:1.625;} /* lh: 26 */
    .fs-14-w {font-size:14rem;}
    .fs-lh-14-w {font-size:14rem;line-height:1.572;} /* lh: 22 */
    .fs-13-w {font-size:13rem;}
    .fs-lh-13-w {font-size:13rem;line-height:1.539;} /* lh: 20 */
    .fs-12-w {font-size:12rem;}
    .fs-lh-12-w {font-size:12rem;line-height:1.584;} /* lh: 19 */

    body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title h2 {padding-right:10%;}

    .btn-txt-ico-nor.type-white span {color:#fff;}
    .btn-txt-ico-nor.type-white:focus-visible {outline-color:#fff;}
    .btn-txt-ico-nor:not([disabled]):active span {color:#e37500 !important;}
    a:active span.btn-txt-ico-nor {color:#e37500;}

    .modal-notice .modal-body img {max-width:560rem;min-width:480px;}

    .modal .history .year {min-width:180px;line-height:50rem;}
    .modal .history .month-list {min-height:50rem;}
    .modal .history .month {min-width:56px;}
    .modal .history .detail-list li + li {margin-top:2rem;}

    .modal-video .custom-video .video-control .current-time {font-size:16px;}
    .modal-video .custom-video .video-control .duration {font-size:16px;}
    .modal-video .custom-video.fullscreen .video-control .control-area {height:112px;padding:0 56px;}
    .modal-video .custom-video.fullscreen .video-control .btn-video-play {width:48px;height:48px;}
    .modal-video .custom-video.fullscreen .video-control .volume-control .btn-video-volume {width:48px;height:48px;}
    .modal-video .custom-video.fullscreen .video-control .volume-control.hover .volume-detail {height:90px;}
    .modal-video .custom-video.fullscreen .video-control .btn-video-fullscreen {width:48px;height:48px;margin-left:32px;}
    .modal-video .custom-video.fullscreen .video-control .duration-wrap {margin:0 40px;}
    .modal-video .custom-video.fullscreen .video-control .current-time {width:80px;font-size:24px;line-height:34px;}
    .modal-video .custom-video.fullscreen .video-control .duration {width:80px;font-size:24px;line-height:34px;}

    .search-input.large .input-wrap {width:588rem;min-width:470px;height:68rem;}
    .search-input.large input {padding-left:17rem;font-size:24rem;}
    .search-input.large .btn-search i {width:28rem;height:28rem;min-width:22px;min-height:22px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='M18.3929 12.2553c0 3.3843-2.7421 6.1263-6.1227 6.1263-3.38066 0-6.12274-2.742-6.12274-6.1263 0-3.38437 2.74208-6.12639 6.12274-6.12639 3.3806 0 6.1227 2.74202 6.1227 6.12639Zm-1.1251 6.4066c-1.3781 1.0776-3.1129 1.7197-4.9976 1.7197-4.48607 0-8.12274-3.6383-8.12274-8.1263 0-4.4881 3.63667-8.12639 8.12274-8.12639 4.486 0 8.1227 3.63829 8.1227 8.12639 0 1.8815-.6392 3.6137-1.7121 4.9911l5.2025 5.2049-1.4145 1.4139-5.201-5.2033Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .search-input.large .btn-search:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M18.3929 12.2553c0 3.3843-2.7421 6.1263-6.1227 6.1263-3.38066 0-6.12274-2.742-6.12274-6.1263 0-3.38437 2.74208-6.12639 6.12274-6.12639 3.3806 0 6.1227 2.74202 6.1227 6.12639Zm-1.1251 6.4066c-1.3781 1.0776-3.1129 1.7197-4.9976 1.7197-4.48607 0-8.12274-3.6383-8.12274-8.1263 0-4.4881 3.63667-8.12639 8.12274-8.12639 4.486 0 8.1227 3.63829 8.1227 8.12639 0 1.8815-.6392 3.6137-1.7121 4.9911l5.2025 5.2049-1.4145 1.4139-5.201-5.2033Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .search-input.large .btn-delete {width:28rem;height:28rem;min-width:22px;min-height:22px;}
    .search-input.large .btn-delete i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%236F7685' fill-rule='evenodd' d='m14.0006 15.4148 7.1679 7.1679 1.4142-1.4142-7.1679-7.1679 7.1679-7.16793-1.4142-1.41421-7.1679 7.16784-7.16793-7.16784-1.41421 1.41421 7.16784 7.16793-7.16784 7.1679 1.41421 1.4142 7.16793-7.1679Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .search-input.large .btn-delete:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m14.0006 15.4148 7.1679 7.1679 1.4142-1.4142-7.1679-7.1679 7.1679-7.16793-1.4142-1.41421-7.1679 7.16784-7.16793-7.16784-1.41421 1.41421 7.16784 7.16793-7.16784 7.1679 1.41421 1.4142 7.16793-7.1679Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    .stats-list .tit > span em {font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;}
    .stats-list.icon-pos-left li {display:flex;flex-direction:column;justify-content:center;height:96rem;min-height:63px;padding-left:104rem;padding-bottom:0;}

    .dl-nor.equal-pd-bottom {padding-bottom:32rem;}

    .gnb nav .depth1-item .btn-depth1:active span {color:#e37500;}
    .gnb nav .depth1-item .btn-depth1:active i {opacity:1;}
    .gnb nav .depth1-item .btn-depth1:focus-visible i {opacity:1;}
    .gnb.search-open .search .search-form-wrap::before {content:'';position:fixed;top:112rem;left:0;right:0;width:auto;height:264rem;min-height:210px;}

    .footer .affiliate .country-list .btn-country:active span::after {opacity:1;}

    .main-banner .swiper .swiper-slide .txt p {line-height:1.3334;letter-spacing:-0.03em;}

    .pg-history .s-1 .history .detail-list li + li {margin-top:4rem;}

    .pg-affiliate .s-1 .tab-parent .map-wrap .map .pin i {transition:opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);}
    .pg-affiliate .s-1 .tab-parent .map-wrap .map .map-item-bg {transition:opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
    .pg-affiliate .s-1 .tab-parent .map-wrap .map.active1.animating .map-item1 .map-item-bg,
    .pg-affiliate .s-1 .tab-parent .map-wrap .map.active2.animating .map-item2 .map-item-bg,
    .pg-affiliate .s-1 .tab-parent .map-wrap .map.active3.animating .map-item3 .map-item-bg {transition:opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active:focus-visible::after {outline:2px solid #043b72;outline-offset:-2px;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab:active {background-color:rgba(111, 118, 133, 0.12);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active:active::after {background-color:#c86700;}

    .pg-sustainability .s-1 .history .detail-list li + li {margin-top:4rem;}

    .news-detail .news-header h2 {line-height:1.6563;}
}

@media screen and (min-width:900px) and (max-width:1599px) {
    html {font-size:0.062539087vw;}
}

@media screen and (min-width:900px) and (max-width:1470px) {
    .fs-12-w, .fs-lh-12-w {font-size:11px;}
}

@media screen and (min-width:900px) and (max-width:1439px) {
    .fs-16-w, .fs-lh-16-w {font-size:14px;}
    .fs-14-w, .fs-lh-14-w {font-size:12px;}
    .fs-13-w, .fs-lh-13-w {font-size:11px;}

    .btn-txt-ico-nor span, span.btn-txt-ico-nor {padding-right:25px;}
    .btn-bdr {padding:0 17px;}
    .btn-bdr.back-ico {padding-right:13px;}
    .btn-bdr.back-ico span {padding-right:25px;}

    .pagination a, .pagination button {font-size:14px;}

    .card-list li > div p br {display:none;}

    .img-cover-wrap {height:auto !important;}
    .img-cover-wrap img {height:auto !important;object-fit:fill !important;}

    .search-input .input-wrap {height:42px;}
    .search-input input {padding-left:13px;padding-right:7px;font-size:14px;}

    .custom-select select {height:42px;padding-left:13px;padding-right:40px;font-size:14px;background-position:right 10px center;background-size:20px;}
    .custom-select .select-styled {height:42px;padding-left:13px;padding-right:40px;}
    .custom-select .select-styled::after {right:10px;}
    .custom-select .select-styled span {font-size:14px;}
    .custom-select .select-options-wrap {max-height:134px;}
    .custom-select .select-options-wrap ul {padding:7px 0;}
    .custom-select .select-options-wrap li {padding:0 4px;}
    .custom-select .select-options-wrap li .selectable-item {min-height:28px;padding:3px 8px;}
    .custom-select .select-options-wrap li .selectable-item span {font-size:14px;}

    .custom-checkbox.type-circle label {padding-left:37px;}

    .filter-wrap .search .search-area .select-year select {min-width:108px;}
    .filter-wrap .search .search-area .select-year .select-styled {min-width:108px;}
    .filter-wrap .search .search-area .search-input .select-type select {min-width:82px;}
    .filter-wrap .search .search-area .search-input .select-type .select-styled {min-width:82px;}

    .news-detail {max-width:1080rem;}

    .ad-list.type-1 .img-wrap {min-width:208rem;max-width:208rem;}
    .ad-list.type-2 .img-wrap {min-width:140rem;max-width:140rem;}

    .img-media-list .img-wrap .time {line-height:1.8;}

    .modal .history .month {min-width:49px;}

    .contents .section-content-wrap section {padding-left:110rem;padding-right:110rem;}
    .contents section.banner .section-inner {padding-left:110rem;padding-right:110rem;}
    .contents section .section-inner {width:100%;}

    .gnb .gnb-inner {padding:0 110rem;}
    .gnb .menu-area {width:100%;}
    .gnb nav .depth1-item:not(.not-sub-nav)::after {width:20%;}
    .gnb nav .depth1-item > div {width:20%;}
    .gnb nav .depth1-item:first-child > div,
    .gnb nav .depth1-item:first-child::after {left:10%;}
    .gnb nav .depth1-item:nth-child(2) > div,
    .gnb nav .depth1-item:nth-child(2)::after {left:30%;}
    .gnb nav .depth1-item:nth-child(3) > div,
    .gnb nav .depth1-item:nth-child(3)::after {left:50%;}
    .gnb nav .depth1-item:nth-child(4) > div,
    .gnb nav .depth1-item:nth-child(4)::after {left:70%;}
    .gnb .link-list > li + li::before {top:50%;bottom:auto;height:12px;transform:translateY(-50%);}
    .gnb .link-list > li > a {padding:0 6px 0 4px;}

    .sub-menu .menu-inner {padding:0 110rem;}
    .sub-menu ul {width:100%;}

    .footer {padding:0 110rem;}
    .footer .footer-inner {width:100%;}
    .footer .affiliate {width:100%;}
    .footer .affiliate .network-list li a span::after {width:16px;}

    .main-banner .swiper .swiper-slide .txt {width:auto;margin:0 110rem;box-sizing:border-box;}
    .main-banner .swiper .swiper-slide.slide0 .lottie-area {width:auto;left:110rem;right:110rem;transform:none;}
    .main-banner .swiper .swiper-slide.slide0 .lottie-area .lottie {right:-1.9%;width:37.42%;}
    .main-banner .swiper .progress-wrap .btn-wrap {width:auto;margin:0 110rem;}
    .home-index .s-1 .link-wrap > div {width:320rem;}
    .home-index .s-1 .link-wrap > div.active {width:380rem;}
    .home-index .s-4 .swiper {width:860rem;}
    .home-index .s-4 .swiper .img-wrap .lottie-box {right:11rem;}
    .home-index .home-news-list li .tag {padding:0 10px;}

    .pg-about .s-1 .section-content .video-wrap {height:auto;aspect-ratio:1640 / 576;}

    .pg-business .s-1 .card-list li > div {aspect-ratio:auto;height:312rem;min-height:250px;}

    .pg-responsibility .s-2 .data-visual .total {width:42%;}

    .news-list .type span + span {margin-left:10px;padding-left:11px;}
    .news-list .type.carrot span + span {margin-left:1px;padding-left:18px;}

    .pg-ad .s-1 .swiper.type-1 {width:792rem;}
    .pg-ad .s-1 .swiper.type-2 {width:690rem;}
}

@media screen and (min-width:900px) and (max-width:1280px) {
    .fs-28-w, .fs-lh-28-w {font-size:22px;}
    .fs-24-w, .fs-lh-24-w {font-size:19px;}
    .fs-20-w, .fs-lh-20-w {font-size:16px;}
    .fs-18-w, .fs-lh-18-w {font-size:14px;}

    .gnb .search .search-form-wrap {padding-top:64px;}
    .gnb .search .search-form-wrap .empty-desc {width:634px;margin-top:25px;}
    .gnb .search .search-form-wrap .empty-desc em {max-width:572px;}
    .gnb .search .search-form-wrap .search-page-result {max-height:209px;}
    .gnb .search .search-form-wrap .search-page-result ul {padding:9px 0;}
    .gnb .search .search-form-wrap .search-page-result ul a {padding:8px 14px;line-height:22px;}

    .search-input.large .input-wrap {height:54px;}
    .search-input.large input {padding-left:14px;font-size:19px;}

    .pagination a, .pagination button {min-width:22px;height:22px;}
    .pagination .paging-arrow {width:22px;}
    .pagination .paging-arrow i {width:16px;height:16px;}

    .dl-nor .dt {min-width:210px;max-width:210px;}
    .card-list li > div.more.active strong {font-size:16px;}

    .history .month {min-width:51px;}

    .news-detail .news-content > div div,
    .news-detail .news-content > div p,
    .news-detail .news-content > div span,
    .news-detail .news-content > div font,
    .news-detail .news-content > div a {font-size:14px !important;}

    .modal.size-m {width:700px;}
    .modal.size-m.outline {width:702px;}
    .modal .modal-header {padding-right:26px;}
    .modal .modal-header .modal-close i {width:26px;height:26px;}
    .modal .modal-header.no-label {height:78px;}

    .modal .history .year {min-width:144px;}

    .modal-video {width:610px;}
    .modal-video .custom-video .video-control .modal-close {top:25px;right:25px;}
    .modal-video .custom-video .video-control .modal-close i {width:26px;height:26px;}
    .modal-video .custom-video .video-control .control-area {height:64px;padding:0 25px;}
    .modal-video .custom-video .video-control .btn-video-play {width:26px;height:26px;}
    .modal-video .custom-video .video-control .volume-control .btn-video-volume {width:26px;height:26px;}
    .modal-video .custom-video .video-control .btn-video-fullscreen {width:26px;height:26px;margin-left:13px;}
    .modal-video .custom-video .video-control .duration-wrap {margin:0 19px;}
    .modal-video .custom-video .video-control .current-time {min-width:45px;margin-right:10px;font-size:14px;}
    .modal-video .custom-video .video-control .duration {min-width:45px;margin-left:10px;font-size:14px;}

    .main-banner .swiper .progress-wrap .swiper-pagination span {min-width:10px;font-size:14px;}
    .main-banner .swiper .progress-wrap .swiper-pagination i {margin:0 3.5px;}
    .home-index .s-1 .img-wrap {top:50%;margin-top:-10rem;transform:translateY(-50%);}
    .home-index .s-1 .link-wrap > div {height:176px;}
    .home-index .s-1 .link-wrap p {top:47px;}
    .home-index .s-4 .num-wrap .num {padding-right:25px;}
    .home-index .s-4 .control button .ico {width:51px;height:51px;}
    .home-index .home-news-list li .tag {margin-bottom:9px;}

    .pg-leadership .s-1 .section-title .name-wrap {padding-left:12px;}
    .pg-leadership .s-1 .section-content .txt-wrap strong + strong {margin-top:3px;}

    .pg-affiliate .s-1 .tab-child .tab-body-item li .tit {min-width:220px;max-width:220px;}
}

@media screen and (min-width:900px) and (max-width:1130px) {
    .modal .history .month-list {padding:10rem 0;}

    .home-index .s-1 .link-wrap > div {width:27.5%;}
    .home-index .s-1 .link-wrap > div.active {width:38%;}
    .home-index .s-1 .link-wrap > div h3 br:not(.pc-only) {display:block;}
}

@media screen and (min-width:900px) and (max-width:1050px) {
    .fs-72-w, .fs-lh-72-w {font-size:47px;}
    .fs-60-w, .fs-lh-60-w {font-size:39px;}
    .fs-48-w, .fs-lh-48-w {font-size:32px;}
    .fs-38-w, .fs-lh-38-w {font-size:25px;}
    .fs-32-w, .fs-lh-32-w {font-size:21px;}
    .fs-lh-28-w-type2 {font-size:18px;}
    .fs-lh-18-w-type2 {font-size:12px;}

    .stats-list li {padding-bottom:66px;}
    .stats-list.icon-pos-left li {padding-left:68px;}

    .gnb .link-list {top:7rem;}

    .modal.size-m {width:570px;}
    .modal.size-m.outline {width:572px;}
    .modal .modal-header {padding-right:21px;}
    .modal .modal-header .modal-close i {width:24px;height:24px;}
    .modal .modal-header.no-label {height:66px;}

    .modal .history .year {min-width:118px;}
    .modal .history .month-list {padding:7rem 0;}

    .modal-video {width:500px;}
    .modal-video .custom-video .video-control .modal-close {top:21px;right:21px;}
    .modal-video .custom-video .video-control .modal-close i {width:24px;height:24px;}
    .modal-video .custom-video .video-control .control-area {height:54px;padding:0 21px;}
    .modal-video .custom-video .video-control .btn-video-play {width:24px;height:24px;}
    .modal-video .custom-video .video-control .volume-control .btn-video-volume {width:24px;height:24px;}
    .modal-video .custom-video .video-control .btn-video-fullscreen {width:24px;height:24px;margin-left:11px;}
    .modal-video .custom-video .video-control .duration-wrap {margin:0 16px;}
    .modal-video .custom-video .video-control .current-time {margin-right:8px;}
    .modal-video .custom-video .video-control .duration {margin-left:8px;}

    .home-index .s-1 .link-wrap > div {width:27%;}
    .home-index .s-1 .link-wrap > div.active {width:40%;}
    .home-index .s-4 .section-inner > .btn-txt-ico-nor {top:69px;}
    .home-index .s-4 .swiper {width:810rem;}
    .home-index .s-news .btn-txt-ico-nor {top:34px;}

    .pg-affiliate .s-1 .tab-parent-header .btn-tab.active span {padding-left:20px;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab span::before {width:17px;height:29px;margin-top:-15px;}
}


/* mobile */
@media screen and (max-width:899px) {
    html {font-size:0.254452926vw;}

    /* typography */
    .fs-48-m {font-size:56px;letter-spacing:-0.02em;}
    .fs-lh-48-m {font-size:56px;;line-height:1.2084;letter-spacing:-0.02em;} /* lh: 58 */
    .fs-32-m {font-size:38px;letter-spacing:-0.02em;}
    .fs-lh-32-m {font-size:38px;line-height:1.4063;letter-spacing:-0.006em;} /* lh: 45 */
    .fs-28-m {font-size:33px;letter-spacing:-0.006em;}
    .fs-lh-28-m {font-size:33px;line-height:1.393;letter-spacing:-0.006em;} /* lh: 39 */
    .fs-24-m {font-size:28px;}
    .fs-lh-24-m {font-size:28px;line-height:1.417;} /* lh: 34 */
    .fs-22-m {font-size:26px;}
    .fs-lh-22-m {font-size:26px;line-height:1.4;} /* lh: 31 */
    .fs-20-m {font-size:24px;}
    .fs-lh-20-m {font-size:24px;line-height:1.4;} /* lh: 28 */
    .fs-18-m {font-size:22px;}
    .fs-lh-18-m {font-size:22px;line-height:1.6112;} /* lh: 29 */
    .fs-16-m {font-size:19px;}
    .fs-lh-16-m {font-size:19px;line-height:1.625;} /* lh: 26 */
    .fs-14-m {font-size:17px;}
    .fs-lh-14-m {font-size:17px;line-height:1.572;} /* lh: 22 */
    .fs-13-m {font-size:15px;}
    .fs-lh-13-m {font-size:15px;line-height:1.539;} /* lh: 20 */
    .fs-12-m {font-size:14px;}
    .fs-lh-12-m {font-size:14px;line-height:1.584;} /* lh: 19 */

    html.m-gnb-open {overflow:hidden;}
    .gnb {height:auto;}
    .gnb::after {content:none;}
    .gnb .gnb-inner {height:100%;}
    .gnb .menu-area {width:100%;height:100%;}
    .gnb .menu-wrap {display:block;height:100%;}
    .gnb .menu-wrap::before {content:none;}
    .gnb .menu-wrap-inner {position:relative;display:block;height:100%;}
    .gnb .menu-wrap-inner.scroll-blur::after {content:'';position:absolute;left:0;right:0;bottom:102px;height:64rem;max-height:100px;z-index:1;pointer-events:none;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);}
    .gnb .link-home-wrap {position:relative;height:96px;padding-top:0;margin-left:0;margin-right:0;padding-left:30px;}
    .gnb .link-home-wrap::after {content: '';position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 2px;background-color: #e37500;pointer-events: none;}
    .gnb .logo {width:236px;transform:none;}
    .gnb nav {position:absolute;top:96px;bottom:102px;width:100%;height:0;visibility:hidden;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;}
    .gnb nav .depth1 {display:block;height:auto;padding:12px 0;}
    .gnb nav .depth1-item::after {content:none;}
    .gnb nav .depth1-item + .depth1-item {margin-left:0;}
    .gnb nav .depth1-item + .depth1-item::before {content:'';display:block;height:1px;margin:0 36px;background-color:#eceff4;}
    .gnb nav .depth1-item .btn-depth1 {position:relative;width:100%;height:98rem;max-height:110px;padding:0 97px 0 36px;text-align:left;}
    .gnb nav .depth1-item:not(.not-sub-nav) .btn-depth1::after {content:'';position:absolute;top:50%;right:36px;width:32rem;height:32rem;min-width:30px;min-height:30px;max-width:48px;max-height:48px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23002B57' stroke-width='2' d='M26 12 16 22 6 12'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);transition:transform 0.2s;}
    .gnb nav .depth1-item .btn-depth1.expand::after {transform:rotate(180deg) translateY(50%);}
    .gnb nav .depth1-item .btn-depth1 i {width:32rem;max-width:38px;margin-left:6px;opacity:1;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23002B57' fill-rule='evenodd' d='M21.0859 9.49902H8.50008v-2H24.5001V23.499h-2V10.9132L9.20718 24.2061l-1.41421-1.4142L21.0859 9.49902Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb nav .depth1-item > div {position:relative;top:0 !important;left:0 !important;width:100%;min-height:0;padding:0;opacity:1;visibility:visible;overflow:hidden;}
    .gnb nav .depth2 {width:100%;display:none;height:0;box-sizing:border-box;transition:height 0.2s;}
    .gnb nav .depth2.hide {position:absolute;display:block;height:auto;opacity:0;visibility:hidden;}
    .gnb nav .depth1-item .btn-depth1.expand + div .depth2 {height:auto;}
    .gnb nav .depth2-item {display:flex;align-items:center;height:44rem;max-height:66px;box-sizing:content-box;}
    .gnb nav .depth2-item:last-child {padding-bottom:22px;}
    .gnb nav .depth2-item + .depth2-item {margin-top:6px;}
    .gnb nav .depth2-item a {width:100%;padding:0 60px;}
    .gnb nav .fake-div {display:none;}
    .gnb .area-right {position:static;display:block;height:auto;padding:0;}
    .gnb .link-list {position:absolute;display:none;align-items:center;top:auto;left:0;bottom:0;width:100%;height:102px;padding-left:36px;}
    .gnb .link-list > li > a {height:37rem;max-height:44px;padding:0 8px 0 6px;}
    .gnb .link-list > li > a svg {width:24rem;height:24rem;max-width:28px;max-height:28px;margin-right:7px;}
    .gnb .link-list > li + li {margin-left:24px;padding-left:25px;}
    .gnb .link-list > li + li::before {top:19%;bottom:19%;}

    .gnb .link-home-wrap .m-right {position:absolute;top:50%;right:30px;transform:translateY(-50%);}
    .gnb .link-home-wrap .m-right > * {vertical-align:top;}
    .gnb .link-home-wrap .m-right > * + * {margin-left:8rem;}
    .gnb .btn-gnb-hamburger {min-width:36px;min-height:36px;width:40rem;height:40rem;max-width:60px;max-height:60px;border:none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23043B72' fill-rule='evenodd' d='M32 11H8v2h24v-2Zm0 8H8v2h24v-2ZM8 27h24v2H8v-2Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
    .gnb .btn-gnb-hamburger:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M32 11H8v2h24v-2Zm0 8H8v2h24v-2ZM8 27h24v2H8v-2Z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;}
    .gnb.m-menu-open .btn-gnb-hamburger {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23043B72' fill-rule='evenodd' d='m18.5857 19.9981-9.29468 9.2947 1.41418 1.4142 9.2947-9.2947 9.2947 9.2947 1.4142-1.4142-9.2947-9.2947 9.289-9.289-1.4142-1.41418-9.289 9.28898-9.289-9.28898-1.41421 1.41418 9.28901 9.289Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb.m-menu-open .btn-gnb-hamburger:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='m18.5857 19.9981-9.29468 9.2947 1.41418 1.4142 9.2947-9.2947 9.2947 9.2947 1.4142-1.4142-9.2947-9.2947 9.289-9.289-1.4142-1.41418-9.289 9.28898-9.289-9.28898-1.41421 1.41418 9.28901 9.289Z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;}
    .gnb .btn-gnb-hamburger .bars {display:none;}
    .gnb.m-menu-open {bottom:0;}
    .gnb.m-menu-open nav {height:auto;visibility:visible;}
    .gnb.m-menu-open .link-list {display:flex;}
    .gnb .search .search-form-wrap {position:relative;top:auto;height:0;min-height:0;max-height:243px;padding:0 36px;box-sizing:border-box;transition:none;overflow:hidden}
    .gnb .search .search-form-wrap::after {content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:1px;background-color:#dfe3eb;}
    .gnb .search .search-form-wrap .search-input-wrap {width:100%;margin:0;padding-top:62px;}
    .gnb .search .search-form-wrap .search-input {width:100%;}
    .gnb.m-search-open .search .search-form-wrap {height:189rem;opacity:1;visibility:visible;overflow:visible;}
    .gnb .search .search-form-wrap .empty-desc {align-items:center;justify-content:center;width:100%;margin:31px 0 0;white-space:nowrap;}
    .gnb .search .search-form-wrap .empty-desc.show {display:flex;}
    .gnb .search .search-form-wrap .empty-desc em {max-width:none;}
    .gnb .search .search-form-wrap .search-page-result {max-height:292px;}
    .gnb .search .search-form-wrap .search-page-result ul {padding:15px 0 20px;}
    .gnb .search .search-form-wrap .search-page-result ul a {padding:13px 22px;line-height:36px;}
    .gnb .search .search-form-wrap .search-page-result ul a .ico-new-window {opacity:1;}
    .gnb .link-home-wrap .trigger-search-panel {min-width:36px;min-height:36px;width:40rem;height:40rem;max-width:60px;max-height:60px;border:none;}
    .gnb .link-home-wrap .trigger-search-panel i {display:inline-block;width:100%;height:100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23043B72' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:top;}
    .gnb .link-home-wrap .trigger-search-panel:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb.m-search-open .link-home-wrap .trigger-search-panel i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb.m-search-open .menu-wrap {overflow:visible;}

    body.home-index:not(.on-scroll) .gnb .link-home-wrap::after {transition: opacity 0.8s ease;}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .link-home-wrap::after {opacity:0;transition: opacity 0.2s ease;}
    body.home-index:not(.on-scroll) .gnb nav .depth1-item + .depth1-item::before {transition: opacity 0.7s ease 0.1s;}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) nav .depth1-item + .depth1-item::before {opacity:0;transition: opacity 0.2s ease;}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .btn-gnb-hamburger {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cmask id='a' width='26' height='20' x='7' y='10' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M7 10h26v20H7z'/%3E%3Cpath fill-rule='evenodd' d='M32 11H8v2h24v-2Zm0 8H8v2h24v-2ZM8 27h24v2H8v-2Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M32 11H8v2h24v-2Zm0 8H8v2h24v-2ZM8 27h24v2H8v-2Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='M8 11v-1H7v1h1Zm24 0h1v-1h-1v1ZM8 13H7v1h1v-1Zm24 0v1h1v-1h-1ZM8 19v-1H7v1h1Zm24 0h1v-1h-1v1ZM8 21H7v1h1v-1Zm24 0v1h1v-1h-1Zm0 6h1v-1h-1v1ZM8 27v-1H7v1h1Zm24 2v1h1v-1h-1ZM8 29H7v1h1v-1Zm0-17h24v-2H8v2Zm1 1v-2H7v2h2Zm23-1H8v2h24v-2Zm-1-1v2h2v-2h-2ZM8 20h24v-2H8v2Zm1 1v-2H7v2h2Zm23-1H8v2h24v-2Zm-1-1v2h2v-2h-2Zm1 7H8v2h24v-2Zm1 3v-2h-2v2h2ZM8 30h24v-2H8v2Zm-1-3v2h2v-2H7Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .btn-gnb-hamburger:focus-visible {outline-color:#fff;}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .link-home-wrap .trigger-search-panel i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cmask id='a' width='25' height='25' x='7.73926' y='7.71875' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M7.73926 7.71875h25v25h-25z'/%3E%3Cpath fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m23.8464 25.2386.7073-.707-.6356-.6359-.6997.5647.628.7782Zm1.413-1.4155-.7793-.6266-.5622.6991.6342.6344.7073-.7069Zm5.9338 5.9365.7069.7072.7073-.7069-.707-.7073-.7072.707Zm-1.4146 1.4139-.7072.7069.7069.7073.7073-.707-.707-.7072Zm-11.7562-4.8802c4.5741 0 8.2831-3.7099 8.2831-8.2873h-2c0 3.4736-2.8143 6.2873-6.2831 6.2873v2ZM9.73926 18.006c0 4.5774 3.70894 8.2873 8.28314 8.2873v-2c-3.4689 0-6.2831-2.8137-6.2831-6.2873H9.73926Zm8.28314-8.28725c-4.5742 0-8.28314 3.70985-8.28314 8.28725h2.00004c0-3.4736 2.8142-6.2872 6.2831-6.2872V9.71875Zm8.2831 8.28725c0-4.5774-3.709-8.28725-8.2831-8.28725v2.00005c3.4688 0 6.2831 2.8136 6.2831 6.2872h2Zm-8.2831 10.2873c2.4422 0 4.688-.853 6.452-2.2765l-1.256-1.5564c-1.4213 1.1469-3.2273 1.8329-5.196 1.8329v2ZM7.73926 18.006c0 5.6811 4.60344 10.2873 10.28314 10.2873v-2c-4.5742 0-8.28314-3.7099-8.28314-8.2873h-2ZM18.0224 7.71875c-5.6797 0-10.28314 4.60615-10.28314 10.28725h2c0-4.5773 3.70894-8.28725 8.28314-8.28725v-2ZM28.3055 18.006c0-5.6811-4.6035-10.28725-10.2831-10.28725v2c4.5742 0 8.2831 3.70995 8.2831 8.28725h2Zm-2.2668 6.4437c1.4177-1.7631 2.2668-4.0056 2.2668-6.4437h-2c0 1.9661-.6831 3.7698-1.8254 5.1905l1.5586 1.2532Zm-1.4866.0803 5.9338 5.9365 1.4145-1.4139-5.9338-5.9364-1.4145 1.4138Zm5.9341 4.5223-1.4145 1.4139 1.4139 1.4145 1.4145-1.4139-1.4139-1.4145Zm-.0003 1.4142-5.9322-5.9349-1.4146 1.4139 5.9323 5.9349 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .link-home-wrap .trigger-search-panel:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cmask id='a' width='25' height='25' x='7.73926' y='7.71875' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M7.73926 7.71875h25v25h-25z'/%3E%3Cpath fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m23.8464 25.2386.7073-.707-.6356-.6359-.6997.5647.628.7782Zm1.413-1.4155-.7793-.6266-.5622.6991.6342.6344.7073-.7069Zm5.9338 5.9365.7069.7072.7073-.7069-.707-.7073-.7072.707Zm-1.4146 1.4139-.7072.7069.7069.7073.7073-.707-.707-.7072Zm-11.7562-4.8802c4.5741 0 8.2831-3.7099 8.2831-8.2873h-2c0 3.4736-2.8143 6.2873-6.2831 6.2873v2ZM9.73926 18.006c0 4.5774 3.70894 8.2873 8.28314 8.2873v-2c-3.4689 0-6.2831-2.8137-6.2831-6.2873H9.73926Zm8.28314-8.28725c-4.5742 0-8.28314 3.70985-8.28314 8.28725h2.00004c0-3.4736 2.8142-6.2872 6.2831-6.2872V9.71875Zm8.2831 8.28725c0-4.5774-3.709-8.28725-8.2831-8.28725v2.00005c3.4688 0 6.2831 2.8136 6.2831 6.2872h2Zm-8.2831 10.2873c2.4422 0 4.688-.853 6.452-2.2765l-1.256-1.5564c-1.4213 1.1469-3.2273 1.8329-5.196 1.8329v2ZM7.73926 18.006c0 5.6811 4.60344 10.2873 10.28314 10.2873v-2c-4.5742 0-8.28314-3.7099-8.28314-8.2873h-2ZM18.0224 7.71875c-5.6797 0-10.28314 4.60615-10.28314 10.28725h2c0-4.5773 3.70894-8.28725 8.28314-8.28725v-2ZM28.3055 18.006c0-5.6811-4.6035-10.28725-10.2831-10.28725v2c4.5742 0 8.2831 3.70995 8.2831 8.28725h2Zm-2.2668 6.4437c1.4177-1.7631 2.2668-4.0056 2.2668-6.4437h-2c0 1.9661-.6831 3.7698-1.8254 5.1905l1.5586 1.2532Zm-1.4866.0803 5.9338 5.9365 1.4145-1.4139-5.9338-5.9364-1.4145 1.4138Zm5.9341 4.5223-1.4145 1.4139 1.4139 1.4145 1.4145-1.4139-1.4139-1.4145Zm-.0003 1.4142-5.9322-5.9349-1.4146 1.4139 5.9323 5.9349 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .link-home-wrap .trigger-search-panel:focus-visible {outline-color:#fff;}

    .sub-menu.fixed {height:76px;}
    .sub-menu.fixed .menu-inner {top:96px;}
    .sub-menu.fixed .menu-inner [data-scroll-x="true"]::before {height:100%;background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #e37500 100%);}
    .sub-menu.fixed .menu-inner [data-scroll-x="true"]::after {height:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e37500 100%);}
    .sub-menu ul {display:inline-flex;width:auto;min-width:100%;vertical-align:top;}
    .sub-menu ul a {height:76px;padding:0 36px;white-space:nowrap;}
    .sub-menu .menu-inner {position:relative;height:76px;min-height:40px;overflow:hidden;}
    .sub-menu .menu-inner > div {height:calc(100% + 24px);overflow-x:scroll;overscroll-behavior:none;}

    .footer .footer-inner {display:block;width:100%;height:auto;padding:36px 36px 98px;border-top-color:#eceff4;box-sizing:border-box;}
    .footer .copyright {color:#8c94a3;}
    .footer .affiliate {width:100%;padding-top:122px;padding-bottom:24px;border-top:none;}
    .footer .affiliate .list-wrap > span {position:static;display:block;margin-top:48px;padding:0 36px;color:#8c94a3;}
    .footer .affiliate h2 {margin-bottom:30px;padding:0 36px;}
    .footer .affiliate .list-wrap {display:block;}
    .footer .affiliate .country-list {width:100%;}
    .footer .affiliate .country-list + .country-list {margin-left:0;}
    .footer .affiliate .country-list + .country-list::before {content:'';display:block;height:1px;margin:0 24rem;background-color:#eceff4;}
    .footer .affiliate .country-list > li + li {margin-top:0;}
    .footer .affiliate .country-list > li + li::before {content:'';display:block;height:1px;margin:0 24rem;background-color:#eceff4;}
    .footer .affiliate .country-list .btn-country {height:72rem;max-height:100px;padding:0 36px;}
    .footer .affiliate .country-list .btn-country span {display:block;font-weight:600 !important;color:#181a1f;}
    .footer .affiliate .country-list .btn-country:active span,
    .footer .affiliate .country-list .btn-country.expand span {color:#e37500;}
    .footer .affiliate .country-list .btn-country span::after {max-width:28px;max-height:28px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%232B2F36' stroke-width='2' d='M19.5 9 12 16.5 4.5 9'/%3E%3C/svg%3E");opacity:1;}
    .footer .affiliate .country-list .btn-country.kor span {padding-left:25px;}
    .footer .affiliate .country-list .btn-country.kor span::before {margin-top:-1px;}
    .footer .affiliate .country-list .btn-country:active span::after,
    .footer .affiliate .country-list .btn-country.expand span::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='M19.5 9 12 16.5 4.5 9'/%3E%3C/svg%3E");}
    .footer .affiliate .network-list li {padding-top:0;padding-left:68px;padding-right:85px;}
    .footer .affiliate .network-list li + li {padding-top:28px;}
    .footer .affiliate .network-list li:last-child {padding-bottom:38px;}
    .footer .affiliate .network-list li a:active span {padding-right:calc(1.112em + 2px);}
    .footer .affiliate .network-list li a span::after {width:1.1112em;aspect-ratio:20 / 29;margin-left:2px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M13.1884 5.75H4.99908v-1.5H15.7491V15h-1.5V6.81066L5.52941 15.5303l-1.06066-1.0606L13.1884 5.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    .btn-page-top {position:fixed;bottom:48px;right:24px;width:48rem;height:48rem;max-width:60px;max-height:60px;border:none;z-index:99;transform:translateY(200%);transition:transform 0.2s ease-out;}
    .btn-page-top::before {content:'';position:absolute;left:50%;bottom:-6.3%;width:87.5%;height:87.5%;background-color:rgba(0, 0, 0, 0.2);border-radius:100%;transform:translateX(-50%);filter:blur(5px);}
    .btn-page-top i {position:relative;display:inline-block;width:100%;height:100%;background-color:#fff;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='m16.7072 7.29304-.7071-.7071-.7071.7071L7.29297 15.293l1.41421 1.4143 6.29292-6.2929v14.5858h2V10.4144l6.2929 6.2929 1.4142-1.4143-8-7.99996Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:67%;background-repeat:no-repeat;border-radius:100%;box-sizing:border-box;z-index:50;overflow:hidden;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);isolation:isolate;vertical-align:top;}
    .btn-page-top:active i::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(43, 47, 54, 0.12);}
    .btn-page-top.show {transform:translateY(0);}

    .btn-txt-ico-nor {width:100%;height:56rem;max-height:72px;border:1px solid #dfe3eb;background-color:#fff;transition:background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);}
    .btn-txt-ico-nor span {padding-left:12px;padding-right:33px;}
    .btn-txt-ico-nor:not([disabled]):active {background-color:#e3e4e4;}
    .btn-txt-ico-nor.type-gray {background-color:#f7f9fb;}
    .btn-txt-ico-nor.type-gray:active {background-color:#dcdee1;}
    .btn-txt-ico-nor[disabled] {border-color:rgba(65, 70, 79, 0.3);}

    .btn-txt-ico-white span {padding-right:33px;}

    .btn-bdr {width:100%;height:56rem;max-height:72px;}
    .btn-bdr.back-ico {padding:0 !important;}
    .btn-bdr.back-ico span {padding-left:12px;padding-right:33px;}

    .btn-flat {width:100%;height:56rem;max-height:72px;}

    .img-media-list {display:block;margin-left:0;margin-right:0;margin-bottom:0;}
    .img-media-list + .img-media-list {margin-top:61px;}
    .img-media-list li {width:100% !important;padding-left:0;padding-right:0;padding-bottom:0;}
    .img-media-list li + li {margin-top:61px;}
    .img-media-list .img-wrap .time {bottom:24px;right:24px;min-width:60px;padding:0 7px;}
    .img-media-list li p {height:auto;max-height:2.8em;margin-top:30px;margin-bottom:12px;padding:0 12px;}
    .img-media-list li .reg-date {padding:0 12px;}

    .stats-list {display:block;}
    .stats-list li {display:flex;align-items:center;justify-content:space-between;width:100%;height:104rem;max-height:124px;margin-top:0 !important;padding-bottom:0;border-bottom:1px solid #eceff4;box-sizing:border-box;}
    .stats-list:not(.not-icon) li > div {position:relative;padding-left:77px;}
    .stats-list .tit {padding-left:0;}
    .stats-list .tit > span {font-weight:400;letter-spacing:normal;}
    .stats-list .tit > span em {display:block;line-height:1.25;color:#6f7685;}
    .stats-list p span {margin-left:5px;font-weight:400;}
    .stats-list p small {margin-left:7px;}
    .stats-list:not(.not-icon) p {text-align:right;}
    .stats-list i {top:50%;bottom:auto;width:56rem;height:56rem;min-width:0;min-height:0;max-width:72px;max-height:72px;transform:translateY(-50%);}
    .stats-list.not-icon li {display:block;height:auto;max-height:none;padding-top:19px;padding-bottom:19px;}
    .stats-list.not-icon li:first-child {padding-top:0;}
    .stats-list.not-icon .tit {margin-bottom:3px;}
    .stats-list.not-icon p {padding-left:0;}

    .card-list {display:block;margin:0;}
    .card-list li {width:100%;padding:0;}
    .card-list li + li {margin-top:36px;padding-top:36px;border-top:1px solid #dfe3eb;}
    .card-list li > div {width:100%;padding:0;border:none;aspect-ratio:auto !important;}
    .card-list li strong {margin-bottom:12px;transition:none;}
    .card-list li p {font-weight:400;transition:none;}
    .card-list li > div.more strong {margin-bottom:18px;}
    .card-list li > div.more.active strong {font-size:24px;}
    .card-list li button {right:35px;bottom:35px;}

    .card-list-small {display:block;}
    .card-list-small li + li {margin-top:24px;margin-left:0;}
    .card-list-small li > .inner {padding-top:29px;padding-bottom:47px;}
    .card-list-small li > a.inner {padding-bottom:47px;}
    .card-list-small li .card-img-wrap {margin-bottom:12px;padding:0 0 0 47px;}
    .card-list-small li .card-img-wrap img {width:auto;height:60rem;max-height:92px;}
    .card-list-small li .card-txt-wrap {padding:0 47px;}
    .card-list-small li .card-txt-wrap strong {margin-bottom:9px;}
    .card-list-small li .card-txt-wrap:first-child strong {padding-top:14px;}
    .card-list-small li > a.inner::after {top:41px;right:35px;bottom:auto;width:32rem;max-width:48px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M21.5859 9H8.00008V7H25.0001v17h-2V10.4142L8.70718 24.7071l-1.41421-1.4142L21.5859 9Z' clip-rule='evenodd'/%3E%3C/svg%3E");}

    .custom-select select {height:56rem;max-height:72px;padding:0 70px 0 22px;font-size:22px;background-position:right 21px center;background-size:28px;}
    .custom-select .select-styled {height:56rem;max-height:72px;padding:0 70px 0 22px;}
    .custom-select .select-styled::after {right:21px;}
    .custom-select .select-styled span {font-size:22px;}
    .custom-select .select-options-wrap {max-height:230px;}
    .custom-select .select-options-wrap ul {padding:10px 0;}
    .custom-select .select-options-wrap li {padding:0 10px;}
    .custom-select .select-options-wrap li .selectable-item {min-height:62px;padding:10px 12px;}
    .custom-select .select-options-wrap li .selectable-item span {font-size:22px;}

    .history > li {display:block;padding-bottom:61px;}
    .history > li + li {margin-top:0;padding-top:49px;border-top-color:#eceff4;}
    .history .year {min-width:0;margin-bottom:30px;}
    .history .month {min-width:0;margin-bottom:9px;}
    .history .month-list {min-height:0;padding:0;}
    .history .month-list > li {display:block;}
    .history .month-list > li + li {margin-top:37px;}
    .history .month-list > li > p {padding-top:24px;}
    .history .detail-list li + li {margin-top:9px;}
    .history .detail-list > span {margin-top:7px;}

    .history.type2 > li {padding-top:36px;padding-bottom:41px;}
    .history.type2 .year {margin-bottom:0;}
    .history.type2 .detail-list li + li {margin-top:0;}
    .history.type2 > li .img-wrap {height:242rem;max-height:369px;margin-top:30px;}

    .history-simple {padding:0;}
    .history-simple > li {display:block;}
    .history-simple > li + li {margin-top:18px;}
    .history-simple > li > strong {display:block;width:100%;}
    .history-simple .detail-list li + li {margin-top:3px;}

    .dl-nor {display:block;padding-top:49px;padding-bottom:49px;}
    .dl-nor + .dl-nor {border-top-color:#eceff4;}
    .dl-nor p {padding-top:0;}
    .dl-nor.include-bottom-btn {position:relative;padding-bottom:103px;}
    .dl-nor.include-bottom-btn a {position:absolute;left:0;right:0;bottom:0;width:auto;}
    .dl-nor.include-bottom-btn + .dl-nor.include-bottom-btn {margin-top:73px;padding-top:0;border-top:none;}
    .dl-nor .dt {min-width:0;max-width:none;}
    .dl-nor .dt strong {margin-bottom:12px;padding-right:0;}
    .dl-nor .dt a {margin-top:0;}

    .modal {width:calc(100vw - 48px) !important;}
    .modal.outline {width:calc(100vw - 46px) !important;}
    .modal .modal-header {height:80rem;max-height:94px;padding-left:36px;padding-right:28px;}
    .modal .modal-header.no-label {height:80rem;max-height:94px;}
    .modal .modal-header .modal-close i {width:32rem;height:32rem;max-width:38px;max-height:38px;}
    .modal-layer .modal-wrapper.m-flex-end {align-items:flex-end;}
    .modal .modal-body.scroll {padding-bottom:36px;}
    .modal .modal-body.scroll > .scroll-area {height:calc(var(--vh, 1vh) * 100 - 226px);min-height:0;}
    .modal .modal-body.scroll-blur:not(.scroll-end)::after {bottom:36px;}

    .modal-notice {max-width:460px;}
    .modal-notice .modal-body img {width:100%;}
    .modal-notice .custom-checkbox {margin-top:9px;}
    .custom-checkbox.type-circle label {padding-left:52px;}

    .modal-history .modal-body-inner {padding:0 36px;}
    .modal .history .month-list > li > p {margin-bottom:-24px;padding-bottom:0;}

    .modal-ad-print {max-width:499px;}
    .modal-ad-print .modal-body img {max-height:none !important;}

    .modal-video {max-width:568px;}
    .modal-video .modal-body {padding-bottom:36px;}
    .modal-video .custom-video .video-control .modal-close {top:24px;right:24px;}
    .modal-video .custom-video .video-control .modal-close i {width:32rem;height:32rem;max-width:38px;max-height:38px;}
    .modal-video .info-wrap {padding-top:36px;}
    .modal-video .info-wrap .inner {padding:0 36px;}
    .modal-video .info-wrap .date {margin-top:6px;}
    .modal-video .info-wrap .description-wrap {margin-top:30px;}
    .modal-video .custom-video .video-control .control-area {height:56rem;max-height:84px;padding:0 24px;}
    .modal-video .custom-video .video-control .current-time {min-width:40px;margin-right:12px;font-weight:500;}
    .modal-video .custom-video .video-control .duration-wrap {margin:0 24px 0 0;}
    .modal-video .custom-video .video-control .duration {min-width:40px;margin-left:12px;font-weight:500;}
    .modal-video .custom-video .video-control .progress {height:13px;}
    .modal-video .custom-video .video-control .progress::before {height:3px;top:5px;}
    .modal-video .custom-video .video-control .progress .bar {height:3px;top:5px;}
    .modal-video .custom-video .video-control .progress .bar::after {top:-4.5px;right:-6px;width:12px;height:12px;}
    .modal-video .custom-video .video-control .btn-video-play {position:absolute;top:50%;left:50%;width:48rem;height:48rem;max-width:72px;max-height:72px;transform:translate(-50%, -50%);}
    .modal-video .custom-video.include-iframe .video-control .btn-video-play {display:none;}
    .modal-video .custom-video .video-control .volume-control .btn-video-volume {width:24rem;height:24rem;max-width:36px;max-height:36px;}
    .modal-video .custom-video .video-control .btn-video-fullscreen {width:24rem;height:24rem;max-width:36px;max-height:36px;margin-left:24px;}
    .modal-video .custom-video.fullscreen .video-control .control-area {height:84rem;max-height:104px;}

    .modal-bottom {display:none;width:100%;background-color:#fff;border-top-left-radius:31px;border-top-right-radius:31px;transform:translateY(100%);transition:transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);}
    .modal-bottom.show {transform:translateY(0);transition:transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
    .modal-bottom .modal-bottom-header {display:flex;align-items:center;justify-content:space-between;padding:31px;box-sizing:border-box;}
    .modal-bottom .modal-bottom-header h2 {font-weight:600;}
    .modal-bottom .modal-bottom-header .modal-close {border:none;pointer-events:auto;}
    .modal-bottom .modal-bottom-header .modal-close i {display:inline-block;width:32rem;height:32rem;max-width:38px;max-height:38px;vertical-align:top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.29297' y='4.29297' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.29297 4.29297h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23181A1F' fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='m24.293 25.7072-.7071.7071.7071.7071.7071-.7071-.7071-.7071Zm-8.2929-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29292.7071.70711.7071-.70711-.7071-.70711-.7071.70711ZM24.293 6.29297l.7071-.70711-.7071-.7071-.7071.7071.7071.70711Zm-8.2929 8.29293-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.70718 6.29297l.70711-.70711-.70711-.7071-.7071.7071.7071.70711ZM6.29297 7.70718l-.70711-.7071-.7071.7071.7071.70711.70711-.70711Zm8.29293 8.29292.7071.7071.7071-.7071-.7071-.7071-.7071.7071ZM6.29297 24.293l-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.70711.7071.70711.7071.70711-.7071-.70711-.7071Zm17.29292-.7071-8.2929-8.2929-1.4142 1.4142 8.2929 8.2929 1.4142-1.4142Zm0-1.4142-1.4142 1.4142 1.4142 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70712L16.7072 15.293l1.4142 1.4142 8.2929-8.29291-1.4142-1.41421Zm-1.4142 0 1.4142 1.41421 1.4142-1.41422-1.4142-1.41421-1.4142 1.41422ZM16.7072 15.293l8.2929-8.29292-1.4142-1.41422-8.2929 8.29294 1.4142 1.4142ZM7.00008 7.00008 15.293 15.293l1.4142-1.4142-8.29291-8.29294-1.41421 1.41422Zm0 1.41421 1.41421-1.41421-1.41421-1.41422-1.41422 1.41422 1.41422 1.41421ZM15.293 15.293 7.00008 7.00008 5.58586 8.41429l8.29294 8.29291 1.4142-1.4142Zm-8.29292 9.7071 8.29292-8.2929-1.4142-1.4142-8.29294 8.2929 1.41422 1.4142Zm1.41421 0-1.41421-1.4142-1.41422 1.4142 1.41421 1.4142 1.41422-1.4142Zm6.87871-8.2929-8.29292 8.2929 1.41421 1.4142 8.29291-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;}
    .modal-bottom .modal-bottom-header .modal-close:active i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cmask id='a' width='23' height='23' x='4.29297' y='4.29297' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M4.29297 4.29297h23v23h-23z'/%3E%3Cpath fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='m16.0001 17.4143 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929 8.2929-8.29292-1.4142-1.41421-8.2929 8.29293-8.29292-8.29293-1.41421 1.41421 8.29293 8.29292-8.29293 8.2929 1.41421 1.4142 8.29292-8.2929Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-opacity='.15' d='m24.293 25.7072-.7071.7071.7071.7071.7071-.7071-.7071-.7071Zm-8.2929-8.2929.7071-.7071-.7071-.7071-.7071.7071.7071.7071Zm9.7071 6.8787.7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-8.2929-8.2929-.7071-.7071-.7071.7071.7071.7071.7071-.7071Zm8.2929-8.29292.7071.70711.7071-.70711-.7071-.70711-.7071.70711ZM24.293 6.29297l.7071-.70711-.7071-.7071-.7071.7071.7071.70711Zm-8.2929 8.29293-.7071.7071.7071.7071.7071-.7071-.7071-.7071ZM7.70718 6.29297l.70711-.70711-.70711-.7071-.7071.7071.7071.70711ZM6.29297 7.70718l-.70711-.7071-.7071.7071.7071.70711.70711-.70711Zm8.29293 8.29292.7071.7071.7071-.7071-.7071-.7071-.7071.7071ZM6.29297 24.293l-.70711-.7071-.7071.7071.7071.7071.70711-.7071Zm1.41421 1.4142-.70711.7071.70711.7071.70711-.7071-.70711-.7071Zm17.29292-.7071-8.2929-8.2929-1.4142 1.4142 8.2929 8.2929 1.4142-1.4142Zm0-1.4142-1.4142 1.4142 1.4142 1.4142 1.4142-1.4142-1.4142-1.4142Zm-8.2929-6.8787 8.2929 8.2929 1.4142-1.4142-8.2929-8.2929-1.4142 1.4142Zm8.2929-9.70712L16.7072 15.293l1.4142 1.4142 8.2929-8.29291-1.4142-1.41421Zm-1.4142 0 1.4142 1.41421 1.4142-1.41422-1.4142-1.41421-1.4142 1.41422ZM16.7072 15.293l8.2929-8.29292-1.4142-1.41422-8.2929 8.29294 1.4142 1.4142ZM7.00008 7.00008 15.293 15.293l1.4142-1.4142-8.29291-8.29294-1.41421 1.41422Zm0 1.41421 1.41421-1.41421-1.41421-1.41422-1.41422 1.41422 1.41422 1.41421ZM15.293 15.293 7.00008 7.00008 5.58586 8.41429l8.29294 8.29291 1.4142-1.4142Zm-8.29292 9.7071 8.29292-8.2929-1.4142-1.4142-8.29294 8.2929 1.41422 1.4142Zm1.41421 0-1.41421-1.4142-1.41422 1.4142 1.41421 1.4142 1.41422-1.4142Zm6.87871-8.2929-8.29292 8.2929 1.41421 1.4142 8.29291-8.2929-1.4142-1.4142Z' mask='url(%23a)'/%3E%3C/svg%3E");}
    .modal-bottom .modal-bottom-body {max-height:calc(var(--vh, 1vh) * 70);overflow-y:auto;overscroll-behavior:none;}
    .modal-bottom .modal-bottom-body > .inner {padding:5px 0 36px;}

    .option-asset-download li + li::before {content:'';display:block;height:1px;margin:0 31px;background-color:#eceff4;}
    .option-asset-download a {display:flex;align-items:center;padding:31px;}
    .option-asset-download a:active {background-color:rgba(111, 118, 133, 0.12);}
    .option-asset-download a i {width:24rem;height:24rem;min-width:24rem;max-width:28px;max-height:28px;margin-right:14px;background-size:contain;background-position:center;background-repeat:no-repeat;}
    .option-asset-download a i.pdf {background-image:url('../img/common/ic_pdf_24.svg');}

    .pagination {margin-top:61px;}
    .pagination a, .pagination button {min-width:48px;height:48px;font-size:19px;}
    .pagination a.active {font-weight:400;}
    .pagination a + a, .pagination button + button {margin-left:10px;}
    .pagination .paging-num-wrap {margin:0 16px;}
    .pagination .paging-arrow {width:48px;}

    .filter-wrap {margin-bottom:18px;}
    .filter-wrap .category {margin-bottom:48px;}
    .filter-wrap .search {flex-wrap:wrap;}
    .filter-wrap .search .total {color:#6f7685;}
    .filter-wrap .search .search-area {display:none;}
    .filter-wrap .search .search-area .select-year select {width:100%;min-width:0;}
    .filter-wrap .search .search-area .select-year .select-styled {width:100%;min-width:0;}
    .filter-wrap .search .search-area .search-input .select-type select {min-width:138px;}
    .filter-wrap .search .search-area .search-input .select-type .select-styled {min-width:138px;}
    .filter-wrap .search .search-expand {width:40rem;height:40rem;max-width:48px;max-height:48px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%232B2F36' fill-rule='evenodd' d='M6 10h26V8H6v2Zm.007 7h8.583v-2H6.007v2Zm5.716 7H6v-2h5.722v2Zm12.28-8.516a5.487 5.487 0 1 1 0 10.974 5.487 5.487 0 0 1 0-10.974Zm7.514 5.487a7.513 7.513 0 1 0-2.973 5.987l4.749 4.75 1.414-1.415-4.745-4.745a7.48 7.48 0 0 0 1.555-4.577Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;border:none;}
    .filter-wrap .search .search-expand:active,
    .filter-wrap .search.on .search-expand {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M6 10h26V8H6v2Zm.007 7h8.583v-2H6.007v2Zm5.716 7H6v-2h5.722v2Zm12.28-8.516a5.487 5.487 0 1 1 0 10.974 5.487 5.487 0 0 1 0-10.974Zm7.514 5.487a7.513 7.513 0 1 0-2.973 5.987l4.749 4.75 1.414-1.415-4.745-4.745a7.48 7.48 0 0 0 1.555-4.577Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .filter-wrap .search.on .search-area {display:block;width:100%;margin-top:18px;padding-top:48px;padding-bottom:30px;border-top:1px solid #dfe3eb;}
    .filter-wrap .search .search-input {width:100%;margin-left:0;margin-top:18px;}

    .search-input .input-wrap {flex:1;width:auto;min-width:0;height:56rem;max-height:72px;}
    .search-input input {padding-left:22px;padding-right:13px;font-size:22px;}
    .search-input .btn-delete {margin-right:5px;}
    .search-input .custom-select .select-styled::before {top:24%;bottom:24%;}

    .sub-link-wrap {margin-bottom:46px;}
    .sub-link-wrap .custom-select select {width:100%;}
    .sub-link-wrap .custom-select .select-styled {width:100%;}

    body:not(.home-index) .contents {padding-top:96px;}
    .contents section .section-inner {width:auto;}
    .contents section.banner {height:140rem;max-height:214px;}
    .contents section.banner .bg {background-image:url('../img/common/img_banner_gradient_m.jpg');}
    .contents section.banner .section-inner {position:relative;display:block;height:100%;}
    .contents section.banner .txt-wrap {position:absolute;left:36px;bottom:30px;}
    .contents section.banner h1 span {padding-left:0;}
    .contents .section-content-wrap section .section-inner {display:block;}
    .contents .section-content-wrap section .section-title h2 strong {margin-top:0;}
    .contents .section-content-wrap section .section-title h2 .top-tit {margin-bottom:7px;}
    body:not(.home-index) .contents .section-content-wrap section:first-of-type {padding-top:73px;}
    body:not(.home-index) .contents .section-content-wrap section:not(.pd-bottom-not-nor):last-child {padding-bottom:122px;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner .section-title {padding-left:36px;padding-right:36px;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title {min-width:0;max-width:none;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title + .section-content {max-width:none;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title.size-m {min-width:0;max-width:none;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner:not(.no-flex) .section-title.size-m + .section-content {max-width:none;}
    body:not(.home-index) .contents .section-content-wrap section .section-content:not(.not-pd-lr-m) {padding-left:36px;padding-right:36px;}
    body:not(.home-index) .contents .section-content-wrap section .section-content.not-pd-lr-m .section-content-inner {padding-left:36px;padding-right:36px;}
    body:not(.home-index) .contents .section-content-wrap section .section-title h2 {margin-bottom:24px;}

    .m-title-fixed {display:flex;align-items:center;width:100%;height:0;padding:0 36px;box-sizing:border-box;background-color:#fff;z-index:10;overflow:hidden;}
    .m-title-fixed span {display:block;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
    .m-title-fixed.m-sticky {position:sticky;top:172px;height:60px;border-bottom:1px solid #dfe3eb;}
    .m-title-fixed.m-sticky + * {margin-top:-60px;}

    .img-cover-wrap {margin-left:-36px;margin-right:-36px;background-repeat:no-repeat;}

    [data-scroll-x="true"].loaded::before {content:'';position:absolute;top:0;left:0;width:64rem;max-width:98px;height:calc(100% - 1px);background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);z-index:1;pointer-events:none;}
    [data-scroll-x="true"].loaded::after {content:'';position:absolute;top:0;right:0;width:64rem;max-width:98px;height:calc(100% - 1px);background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);z-index:1;pointer-events:none;}
    [data-scroll-x="true"].loaded.scroll-left-0::before {content:none;}
    [data-scroll-x="true"].loaded.scroll-right-0::after {content:none;}

    .main-banner {height:556rem;max-height:848px;}
    .main-banner .swiper .swiper-slide .txt {width:auto;}
    .main-banner .swiper .swiper-slide .txt .txt-inner {top:auto;left:36px;right:36px;bottom:73px;transform:none;}
    .main-banner .swiper .swiper-slide .txt p {letter-spacing:-0.006em;}
    .main-banner .swiper .swiper-slide .txt .btn-txt-ico-white {position:relative;top:auto;margin-top:30px;}
    .main-banner .swiper .swiper-slide.slide0 .lottie-area {left:0;width:100%;transform:none;}
    .main-banner .swiper .swiper-slide.slide0 .lottie-area .lottie {top:122px;right:-104px;width:363rem;max-width:554px;}
    .main-banner .swiper .progress-wrap {width:100%;height:auto;}
    .main-banner .swiper .progress-wrap .inner {position:static;align-items:center;width:auto;padding:0 0 49px;}
    .main-banner .swiper .progress-wrap .btn-wrap {width:100%;margin:0;padding:0 36px;box-sizing:border-box;}
    .main-banner .swiper .progress-wrap .btn-swiper-play {position:static;margin-right:0;}
    .main-banner .swiper .progress-wrap .swiper-pagination {max-height:38px;margin-left:12px;}
    .main-banner .swiper .progress-wrap .swiper-pagination span {min-width:14px;font-size:22px;}
    .main-banner .swiper .progress-wrap .swiper-pagination i {max-width:14px;margin:0 5px;}
    .home-index .section-content-wrap .section-inner > h3 {margin-bottom:36px;font-weight:700;}
    .home-index .s-1 {padding-top:85px;}
    .home-index .s-1 .section-inner {margin:0 36px;}
    .home-index .s-1 .link-wrap {display:block;padding:0;}
    .home-index .s-1 .link-wrap > div {width:auto !important;height:auto;padding:0;}
    .home-index .s-1 .link-wrap > div::after {content:none;}
    .home-index .s-1 .link-wrap > div + div {margin-top:85px;margin-left:0;}
    .home-index .s-1 .link-wrap h3 {font-weight:700;}
    .home-index .s-1 .link-wrap h3 br {display:none;}
    .home-index .s-1 .link-wrap p {position:static;width:auto;white-space:normal;opacity:1;}
    .home-index .s-1 .link-wrap .btn-txt-ico-nor {position:static;margin-top:36px;}
    .home-index .s-3 {padding-bottom:122px;}
    .home-index .contents .section-content-wrap .s-3 .section-inner {position:relative;display:block;padding:0 36px 72px;}
    .home-index .contents .section-content-wrap .s-3 .section-inner .section-title {position:relative;max-width:420px;padding-top:0;z-index:1;}
    .home-index .s-3 .img-wrap {position:relative;height:240rem;max-height:366px;margin:-26px -36px 0;overflow:hidden;}
    .home-index .s-3 .img-wrap .lottie-box {position:absolute;top:0;left:50%;width:fit-content;height:100%;transform:translateX(-50%);}
    .home-index .s-3 .img-wrap .lottie-box img {width:auto;max-width:none;object-fit:fill;}
    .home-index .s-3 .img-wrap .lottie-box svg {width:auto !important;}
    .home-index .s-3 .btn-txt-ico-nor {position:absolute;left:36px;right:36px;bottom:0;width:auto;margin-top:0;z-index:1;}
    .home-index .s-4 {padding-top:0;overflow:hidden;}
    .home-index .s-4 .si-1 {padding:110px 36px;background-color:#f7f9fb;}
    .home-index .s-4 .si-1 .btn-txt-ico-nor {margin-top:61px;}
    .home-index .s-4 .section-title {margin-bottom:0;}
    .home-index .s-4 .si-1 h2 {position:relative;/*width:75%;max-width:403px;*/z-index:2;}
    .home-index .s-4 .data-visual {height:340rem;max-height:520px;margin-top:18px;margin-left:-36px;margin-right:-36px;background-color:transparent;}
    .home-index .s-4 .control {left:36px;bottom:0;display:inline-flex;flex-direction:column;align-items:flex-start;}
    .home-index .s-4 .control button {width:auto;min-width:0;text-align:left;transition:none;}
    .home-index .s-4 .control button .tit {color:#6f7685;}
    .home-index .s-4 .control button > span {padding-left:2px;}
    .home-index .s-4 .control button strong {display:inline-block;margin-top:-5px;font-weight:500;color:#6f7685;vertical-align:top;}
    .home-index .s-4 .control button strong span {margin-left:3px;font-weight:inherit;color:inherit;}
    .home-index .s-4 .control button.active .tit {color:#002b57;}
    .home-index .s-4 .control button.active strong {color:#002b57;}
    .home-index .s-4 .control button + button {margin-top:36px;margin-left:0 !important;}
    .home-index .s-4 .swiper {width:100%;left:0;}
    .home-index .s-4 .swiper .img-wrap {left:auto !important;}
    .home-index .s-4 .swiper .img-wrap .lottie-box {left:50%;right:auto;transform:translateX(-50%);}
    .home-index .s-4 .swiper .img-wrap .lottie-box svg {width:auto !important;}
    .home-index .s-4 .swiper .swiper-slide:not(.swiper-slide-active) .img-wrap {transition:opacity 0.4s;}
    .home-index .s-4 .swiper .swiper-slide-active .img-wrap {}
    .home-index .s-4 .section-inner > .btn-txt-ico-nor {position:static;transform:none;}
    .home-index .s-news {padding:122px 36px 0;}
    .home-index .s-news .section-title {margin-bottom:24px;}
    .home-index .s-news .btn-txt-ico-nor {position:static;margin-top:61px;transform:none;}
    .home-index .home-news-list {display:block;}
    .home-index .home-news-list li {min-width:0;border-top-color:#eceff4;}
    .home-index .home-news-list li + li {margin-top:24px;margin-left:0;}
    .home-index .home-news-list li a {height:222rem;max-height:304px;min-height:0;padding:35px 41px;}
    .home-index .home-news-list li .reg-date {left:41px;bottom:36px;}
    .home-index .home-news-list li a i {right:35px;bottom:35px;}
    .home-index .home-news-list li .tag {margin-bottom:18px;padding:0 18px;}
    .home-index .section-content-wrap section:last-child {padding-bottom:122px;}

    .pg-about .s-1 {padding-bottom:122px;}
    .pg-about .s-1 .section-content > p {position:relative;margin-bottom:0;padding-top:0;}
    .pg-about .s-1 .section-content > span {margin-top:24px;text-align:left;}
    .pg-about .s-1 .section-content .img-wrap {height:340rem;max-height:519px;margin-top:-76px;margin-bottom:48px;}
    .pg-about .s-1 .section-content .video-wrap {height:242rem;max-height:369px;margin-top:48px;}
    .pg-about .s-2 {padding-bottom:122px;}
    .pg-about .s-2 .philosophy > div {padding-bottom:48px;}
    .pg-about .s-2 .philosophy > div + div {margin-top:0;padding-top:48px;}
    .pg-about .s-2 .philosophy .tit-wrap {margin-bottom:30px;padding-top:0;}
    .pg-about .s-2 .philosophy .txt-wrap strong + p {margin-top:18px;}
    .pg-about .s-2 .philosophy .txt-wrap strong + strong {margin-top:9px;}
    .pg-about .s-2 .ideology {margin:52px -36px 0;padding-top:478px;background-image:url(../img/about/img_philosophy_m.jpg);background-size:auto 519px;background-position:center top;background-repeat:no-repeat;background-color:transparent;}
    .pg-about .s-2 .ideology .txt-wrap {padding:0 36px;}
    .pg-about .s-2 .ideology .txt-wrap i {margin-bottom:18px;}
    .pg-about .s-2 .ideology .txt-wrap span {margin-top:30px;}

    .pg-leadership .s-1 {padding-bottom:122px;}
    .pg-leadership .s-1 .section-inner {border:none;}
    .pg-leadership .s-1 .section-content {padding-bottom:0;}
    .pg-leadership .s-1 .section-content .img-wrap {margin-bottom:48px;padding-top:24px;border-bottom:1px solid #eceff4;text-align:center;}
    .pg-leadership .s-1 .section-content .img-wrap img {width:100%;max-width:408px;}
    .pg-leadership .s-1 .section-content .txt-wrap {margin-bottom:42px;padding-top:0;padding-bottom:42px;}
    .pg-leadership .s-1 .section-content .txt-wrap::after {width:5.3%;min-width:0;max-width:26px;}
    .pg-leadership .s-1 .section-content .txt-wrap strong {line-height:1.6;}
    .pg-leadership .s-1 .section-content .txt-wrap strong + strong {margin-top:14px;}
    .pg-leadership .s-1 .section-content .txt-wrap > span {margin-top:18px;}
    .pg-leadership .s-1 .section-content .sign-wrap {margin-top:18px;}
    .pg-leadership .s-1 .section-content .sign-wrap strong {margin-right:12px;}
    .pg-leadership .s-1 .section-content .sign {width:148rem;max-width:175px;}
    .pg-leadership .s-2 {padding-top:0;padding-bottom:122px;}
    .pg-leadership .s-2 .section-content > p {margin-bottom:0;padding-bottom:32rem;color:#6f7685;border-bottom:1px solid #eceff4;}
    .pg-leadership .s-2 .section-content .btn-wrap {margin-top:60px;}
    .pg-leadership .s-3 .more-info-trigger {margin-top:60px;}

    .pg-history .s-1 .tab-group {padding-top:0;}
    .pg-history .s-1 .select-box {margin-bottom:61px;}
    .pg-history .s-1 .select-box .custom-select select {width:100%;}
    .pg-history .s-1 .select-box .custom-select .select-styled {width:100%;}
    .pg-history .s-1 .btn-wrap {margin-top:0;padding:0;}

    .pg-affiliate .s-1 {padding-bottom:36px;}
    .pg-affiliate .s-1 .tab-parent {padding-top:0;}
    .pg-affiliate .s-1 .tab-parent .map-wrap {position:static;width:313rem;height:313rem;max-width:478px;max-height:478px;margin:0 auto;}
    .pg-affiliate .s-1 .tab-parent .map-circle {width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;}
    .pg-affiliate .s-1 .tab-parent-header {padding-top:21px;padding-bottom:37px;}
    .pg-affiliate .s-1 .tab-parent-header > div + div {margin-top:0;border-top:1px solid #eceff4;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab {display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-width:0;height:64rem;max-height:98px;vertical-align:top;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab span {padding-left:26px;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab.active span {padding-left:26px;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab span::before {width:18rem;max-width:22px;height:38px;margin-top:-19px;background-image:url('../img/common/ic_pin_medium_orange.png');}
    .pg-affiliate .s-1 .tab-child-header {position:relative;height:56rem;max-height:66px;margin:0 -36px;overflow:hidden;}
    .pg-affiliate .s-1 .tab-child-header > div {height:calc(100% + 24px);overflow-x:scroll;overscroll-behavior:none;}
    .pg-affiliate .s-1 .tab-child-header .tab-header-inner {position:relative;display:inline-flex;width:auto;min-width:100%;vertical-align:top;border:none;}
    .pg-affiliate .s-1 .tab-child-header .tab-header-inner::after {content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:1px;background-color:#dfe3eb;}
    .pg-affiliate .s-1 .tab-child-header .tab-header-inner > div + div .btn-tab::before {content:none;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab {min-width:132px;height:56rem;max-height:66px;min-height:0;padding:0 36px;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab span {font-weight:500;color:#41464f;z-index:auto !important;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active span i {opacity:1;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active span {font-weight:600;color:#e37500;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab::after {content:none;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active::after {content:'';position:absolute;top:auto;left:0;bottom:0;width:100%;height:2px;background-color:#e37500;z-index:2;transition:none;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab:active {background-color:rgba(111, 118, 133, 0.12);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active:active {background-color:rgba(227, 117, 0, 0.12);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab:focus-visible::after {opacity:0;}
    .pg-affiliate .s-1 .tab-child .tab-body {padding-top:61px;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li {display:block;padding:0 0 73px;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li + li {border-top:none;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li .tit {display:block;min-width:0;max-width:none;width:100%;margin-bottom:12px;padding-right:0;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li .btn-txt-ico-nor {position:static;margin-top:36px;}
    .pg-affiliate .s-1 .tab-child > span {position:static;display:block;padding-bottom:21px;}

    .pg-business .s-1 {padding-bottom:122px;}
    .pg-business .s-3 .txt-wrap {position:relative;margin-bottom:0;padding-top:0;}
    .pg-business .s-3 .txt-wrap p {color:#6f7685;}
    .pg-business .s-3 .txt-wrap p + p {margin-top:18px;}
    .pg-business .s-3 .img-wrap {height:340rem;max-height:519px;margin-top:-76px;}
    .pg-business .s-3 .dl-nor {margin-top:48px;}

    .pg-etf .s-0 {padding-bottom:122px;}
    .pg-etf .s-0 .section-content .video-wrap {margin-bottom:36px;}
    .pg-etf .s-0 .section-content > p {margin-bottom:48px;padding-top:0;color:#6f7685;}
    .pg-etf .s-0 .section-content .stats-list {margin-top:12px;}
    .pg-etf .s-0 .section-content .stats-list p {width:33%;}
    .pg-etf .s-0 .section-content > span {margin-top:24px;text-align:left;}
    .pg-etf .s-1 {padding-bottom:122px;}
    .pg-etf .s-1 .section-content strong {position:relative;margin-bottom:24px;}
    .pg-etf .s-1 .section-content > p {position:relative;margin-bottom:0;padding-top:0;color:#6f7685;z-index:1;}
    .pg-etf .s-1 .section-content > .img-wrap {height:340rem;max-height:519px;margin-top:-76px;}
    .pg-etf .s-1 .section-content > .img-wrap span {right:6%;bottom:3.6%;}
    .pg-etf .s-1 .card-list-small {margin-top:48px;}
    .pg-etf .s-1 .card-list-small li > a.inner {height:207rem;max-height:254px;}
    .pg-etf .s-1 .card-list-small li .card-txt-wrap p br {display:block;}
    .pg-etf .s-3 .img-txt-list + .img-txt-list {padding-top:48px;}
    .pg-etf .s-3 .img-txt-list li {display:block;padding:48px 0;}
    .pg-etf .s-3 .img-txt-list .img-wrap {min-width:0;height:242rem;max-height:369px;margin:0 -36px 24px;}
    .pg-etf .s-3 .img-txt-list .img-wrap img {width:100%;height:100%;object-fit:cover;}
    .pg-etf .s-3 .img-txt-list strong {margin-bottom:12px;}
    .pg-etf .s-3 .img-txt-list p + p {margin-top:12px;}
    .pg-etf .s-3 .more-info-trigger {margin-top:12px;}

    .pg-permanent .s-1 {padding-bottom:122px;}
    .pg-permanent .s-1 .section-content .txt-wrap {margin-bottom:48px;padding-top:0;}
    .pg-permanent .s-1 .section-content .txt-wrap > p {color:#6f7685;}
    .pg-permanent .s-2 {padding-bottom:122px;}
    .pg-permanent .s-2 .section-content .txt-wrap {position:relative;margin-bottom:0;padding-top:0;}
    .pg-permanent .s-2 .section-content .txt-wrap > p {color:#6f7685;}
    .pg-permanent .s-2 .section-content > .img-wrap {height:340rem;max-height:519px;margin-top:-76px;}
    .pg-permanent .s-2 .section-content .card-list-small {margin-top:48px;}
    .pg-permanent .s-3 .section-content .txt-wrap {margin-bottom:48px;padding-top:0;}
    .pg-permanent .s-3 .section-content .txt-wrap > p {color:#6f7685;}
    .pg-permanent .s-3 .section-title h2 br {display:none;}

    .pg-responsibility .s-1 {padding-bottom:122px;}
    .pg-responsibility .s-1 .section-content > p {position:relative;margin-bottom:0;padding-top:0;color:#6f7685;z-index:1;}
    .pg-responsibility .s-1 .section-content .img-wrap {height:340rem;max-height:519px;margin-top:-76px;}
    .pg-responsibility .s-1 .section-content .img-wrap span {right:6%;bottom:3.6%;}
    .pg-responsibility .s-1 .section-content .stats-list {margin-top:48px;}
    .pg-responsibility .s-1 .section-content > span {margin-top:24px;text-align:left;}
    .pg-responsibility .s-2 {padding-bottom:122px;}
    .pg-responsibility .s-2 .section-content > p {margin-bottom:48px;padding-top:0;color:#6f7685;}
    .pg-responsibility .s-2 .section-content > span {margin-top:24px;text-align:left;}
    .pg-responsibility .s-2 .data-visual {display:block;padding:0;border:none;}
    .pg-responsibility .s-2 .data-visual .total {display:block;width:auto;padding-bottom:24px;border:none;border-bottom:1px solid #eceff4;}
    .pg-responsibility .s-2 .data-visual .total .label {margin-bottom:6px;}
    .pg-responsibility .s-2 .data-visual .total i {width:136rem;max-width:208px;margin-top:12px;aspect-ratio:136 / 96;}
    .pg-responsibility .s-2 .data-visual .total .value span {margin-left: 5px;}
    .pg-responsibility .s-2 .data-visual .stats-list-wrap {display:block;}
    .pg-responsibility .s-2 .data-visual .stats-list {width:auto;}

    .pg-sustainability .s-1 {padding-bottom:122px;}

    .pg-news-list .s-1 .section-inner {padding:0 36px;}
    .pg-news-list .s-1 .section-inner > .btn-wrap {margin-top:61px;}
    .news-list {border-top:none;}
    .news-list li {display:block;height:auto;min-height:0;padding:48px 0;border-top:1px solid #dfe3eb;border-bottom:none;}
    .news-list .type {width:auto;min-width:0;max-width:none;margin-bottom:6px;}
    .news-list .type span + span {margin-left:12px;padding-left:13px;}
    .news-list .type span + span::before {top:25%;bottom:25%;}
    .news-list .type span:last-child {padding-right:0;}
    .news-list .type.carrot span + span {margin-left:3px;padding-left:27px;}
    .news-list .type.carrot span + span::before {min-width:0;}
    .news-list a {display:-webkit-box;max-height:2.8em;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;}
    .news-list .date {min-width:0;max-width:none;margin-top:18px;text-align:left;}
    .empty-data {height:194rem;max-height:297px;}

    .news-detail {max-width:none;}
    .news-detail .news-header {padding-bottom:36px;margin-bottom:48px;}
    .news-detail .news-header .type {margin-bottom:18px;}
    .news-detail .news-header .type span + span {margin-left:12px;padding-left:13px;}
    .news-detail .news-header .type span + span::before {top:25%;bottom:25%;}
    .news-detail .news-header h2 {margin-bottom:18px;font-weight:600;}
    .news-detail > .btn-wrap {margin-top:61px;}
    .news-detail > .btn-wrap * + * {margin-top:24px;}
    .news-detail .news-content > div div,
    .news-detail .news-content > div p,
    .news-detail .news-content > div span,
    .news-detail .news-content > div font,
    .news-detail .news-content > div a {font-size:22px !important;}
    .news-detail .news-content > div table th {padding:10px 6px !important;}
    .news-detail .news-content > div table td {padding:10px 6px !important;}
    .news-detail .news-content > div table th *,
    .news-detail .news-content > div table td * {font-size:19px !important;}
    /*.news-detail .news-content blockquote {margin:0 30px 45px 30px !important;padding:0 18px !important;}*/
    /*.news-detail .news-content table {margin:60px 0;}*/

    .pg-news-detail .section-content-wrap .section-inner {padding:0 36px;}
    .pg-news-detail .s-1 {padding-bottom:122px;}
    .pg-news-detail .s-2 .btn-wrap {margin-top:61px;}

    .pg-ad .s-1 {padding-bottom:46px;}
    .pg-ad .s-1 .section-inner {padding:0 36px;}
    .pg-ad .s-2 .section-inner {padding:0 36px;}
    .pg-ad .s-2 .section-inner > .btn-wrap {margin-top:61px;}
    .pg-ad .s-1 .top-data {display:block;border:1px solid #dfe3eb;}
    .pg-ad .s-1 .top-data .control-box {height:168rem;max-height:198px;margin:0;padding:30px 29px 0;box-sizing:border-box;}
    .pg-ad .s-1 .top-data .control-box .info-wrap .txt-wrap {position:static;opacity:1;}
    .pg-ad .s-1 .top-data .control-box .info-wrap > div.animate .txt-wrap {transition:none;animation:none;}
    .pg-ad .s-1 .top-data .control-box strong {height:2.8334em;max-height:none;margin-bottom:0;opacity:0;}
    .pg-ad .s-1 .top-data .control-box .date {position:absolute;bottom:36px;left:30px;display:inline-flex;align-items:center;height:32rem;max-height:40px;opacity:0;}
    .pg-ad .s-1 .top-data .control-box .info-wrap > div.animate strong {opacity:1;transition:opacity 0.9s cubic-bezier(0.33, 1, 0.68, 1);animation:__adTextEnter 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;}
    .pg-ad .s-1 .top-data .control-box .info-wrap > div.animate strong:active {color:#e37500;}
    .pg-ad .s-1 .top-data .control-box .info-wrap > div.animate .date {opacity:1;transition:opacity 0.9s cubic-bezier(0.33, 1, 0.68, 1);animation:__adTextEnter 0.5s cubic-bezier(0.33, 1, 0.68, 1) both;}
    .pg-ad .s-1 .swiper {border:none;}
    .pg-ad .s-1 .swiper.type-1 {width:100%;}
    .pg-ad .s-1 .swiper.type-2 {width:100%;max-height:736px;aspect-ratio:345 / 487;}
    .pg-ad .s-1 .swiper.type-2 .swiper-slide > div {height:100%;aspect-ratio:auto;}
    .pg-ad .s-1 .swiper.type-2 .thumbnail-wrap img {object-fit:contain;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap {bottom:36px;right:30px;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination {position:static;display:inline-flex;align-items:center;justify-content:center;width:auto;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination span {min-width:14px;font-size:22px;font-weight:500;color:rgba(111, 118, 133, 0.5);text-align:center;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination .swiper-pagination-current {color:#6f7685;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination i {display:inline-block;width:12rem;max-width:15px;height:2px;margin:0 5px;background-color:rgba(111, 118, 133, 0.5);}
    .pg-ad .s-1 .top-data .control-box .progress-wrap {left:0;right:0;bottom:100%;width:100%;padding-bottom:1px;}
    .pg-ad .s-1 .top-data .control-box .progress-wrap > div {display:block;}
    .pg-ad .s-1 .top-data .control-box .progress-wrap .bar {display:none;height:5px;background-color:transparent;}
    .pg-ad .s-1 .top-data .control-box .progress-wrap .bar.active {display:block;}
    .pg-ad .s-1 .top-data .control-box .progress-wrap .bar + .bar {margin-left:0;}
    .pg-ad .s-1 .top-data .control-box .btn-swiper-play {margin-right:15px;}

    .ad-list {border-top:none;}
    .ad-list li {min-height:224px;padding:41px 0;border-top:1px solid #dfe3eb;border-bottom:none;box-sizing:border-box;}
    .ad-list.type-2 li {min-height:258px;}
    .ad-list .img-wrap {margin-right:30px;}
    .ad-list.type-1 .img-wrap {min-width:196px;max-width:196px;aspect-ratio:128 / 84;}
    .ad-list.type-2 .img-wrap {min-width:112px;max-width:112px;}
    .ad-list .txt-wrap {display:block;}
    .ad-list button {display:-webkit-box;max-height:3.223em;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;}
    .ad-list .date {min-width:0;max-width:none;margin-top:9px;text-align:left;}

    .pg-media-kit .s-0 {padding-bottom:122px;}
    .pg-media-kit .s-0 .section-content .img-wrap {height:193rem;max-height:294px;}
    .pg-media-kit .s-0 .section-content .custom-menu {margin-top:36px;}
    .pg-media-kit .s-brochure .section-content .img-wrap {height:193rem;max-height:294px;border:1px solid #dfe3eb;box-sizing:border-box;}
    .pg-media-kit .s-brochure .section-content .img-wrap .txt {top:29px;left:29px;}
    .pg-media-kit .s-brochure .section-content .custom-menu {margin-top:36px;}

    .pg-search .section-content-wrap section:first-of-type {padding-top:73px !important;}
    .pg-search .section-content .top .search-input {width:100%;}
    .pg-search .section-content .top > strong {max-width:none;margin-top:36px;line-height:1.67;}
    .pg-search .section-content .result {margin-top:122px;}
    .pg-search .section-content .result > div + div {margin-top:73px;}
    .pg-search .section-content .result .h-wrap {display:block;margin-bottom:18px;}
    .pg-search .section-content .result h2 em {margin-left:9px;}
    .pg-search .section-content .result .btn-wrap {margin-top:12px;}
    .empty-data-search {height:91rem;min-height:0;max-height:140px;}

    .error-container {flex-direction:column;align-items:normal;justify-content:space-between;min-height:480px;padding:0 36px;box-sizing:border-box;}
    .error-container > div {margin-top:calc(var(--vh, 1vh) * 12);margin-left:0;padding-top:206px;padding-left:0;}
    .error-container i {width:128rem;height:128rem;max-width:194px;max-height:194px;}
    .error-container > div h1 {margin-bottom:30px;}
    .error-container .link-wrap {display:flex;margin-top:67px;}
    .error-container .link-wrap a {flex:1;width:100%;min-width:0;}
    .error-container .link-wrap * + * {margin-left:24px;}
    .error-container > span {position:static;margin-top:48px;padding-bottom:48px;text-align:left;color:#8c94a3;}
}

@media screen and (min-width:600px) and (max-width:899px) {
    .card-list li > div p br {display:none;}
}

@media screen and (max-width:599px) {
    .gnb nav .depth1 {padding:8rem 0;}
    .gnb .link-home-wrap {padding-left:20rem;}
    .gnb .link-home-wrap .m-right {right:20rem;}
    .gnb nav .depth1-item + .depth1-item::before {margin:0 24rem;}
    .gnb nav .depth1-item .btn-depth1 {padding:0 64rem 0 24rem;}
    .gnb nav .depth1-item:not(.not-sub-nav) .btn-depth1::after {right:24rem;}
    .gnb nav .depth1-item .btn-depth1 i {margin-left:4rem;}
    .gnb nav .depth2-item a {padding:0 40rem;}
    .gnb nav .depth2-item:last-child {padding-bottom:15rem;}
    .gnb nav .depth2-item + .depth2-item {margin-top:4rem;}
    .gnb .link-list {padding-left:24rem;}
    .gnb .link-list > li + li {margin-left:16rem;padding-left:17rem;}
    .gnb .search .search-form-wrap {padding:0 24rem;}

    .footer .footer-inner {padding:24rem 24rem 64rem;}
    .footer .affiliate {padding-top:80rem;padding-bottom:16rem;}
    .footer .affiliate h2 {margin-bottom:20rem;padding:0 24rem;}
    .footer .affiliate .country-list .btn-country {padding:0 24rem;}
    .footer .affiliate .list-wrap > span {margin-top:32rem;padding:0 24rem;}
    .footer .affiliate .network-list li {padding-left:45rem;padding-right:56rem;}

    .btn-page-top {bottom:32rem;right:16rem;}

    .sub-menu ul a {padding:0 24rem;}

    .m-title-fixed {padding:0 24rem;}

    .img-cover-wrap {margin-left:-24rem;margin-right:-24rem;}

    .img-media-list + .img-media-list {margin-top:40rem;}
    .img-media-list li + li {margin-top:40rem;}
    .img-media-list .img-wrap .time {bottom:16rem;right:16rem;}
    .img-media-list li p {margin-top:20rem;margin-bottom:8rem;padding:0 8rem;}
    .img-media-list li .reg-date {padding:0 8rem;}

    .card-list li + li {margin-top:24rem;padding-top:24rem;}
    .card-list li strong {margin-bottom:8rem;}

    .card-list-small li + li {margin-top:16rem;}
    .card-list-small li > .inner {padding-top:19rem;padding-bottom:31rem;}
    .card-list-small li > a.inner {padding-bottom:31rem;}
    .card-list-small li .card-img-wrap {margin-bottom:8rem;padding:0 0 0 31rem;}
    .card-list-small li .card-txt-wrap {padding:0 31rem;}
    .card-list-small li .card-txt-wrap strong {margin-bottom:6rem;}
    .card-list-small li .card-txt-wrap:first-child strong {padding-top:12rem;}
    .card-list-small li > a.inner::after {top:27rem;right:23rem;}

    .filter-wrap {margin-bottom:12rem;}
    .filter-wrap .category {margin-bottom:32rem;}
    .filter-wrap .search.on .search-area {margin-top:12rem;padding-top:32rem;padding-bottom:20rem;}
    .filter-wrap .search .search-input {margin-top:12rem;}

    .sub-link-wrap {margin-bottom:32rem;}

    .history > li {padding-bottom:40rem;}
    .history > li + li {padding-top:32rem;}
    .history .year {margin-bottom:20rem;}
    .history .month {margin-bottom:6rem;}
    .history .month-list > li + li {margin-top:24rem;}
    .history .month-list > li > p {padding-top:16rem;}
    .history .detail-list li + li {margin-top:6rem;}
    .history .detail-list > span {margin-top:16rem;}

    .history.type2 > li {padding-top:24rem;padding-bottom:27rem;}
    .history.type2 > li .img-wrap {margin-top:20rem;}

    .history-simple > li + li {margin-top:12rem;}
    .history-simple .detail-list li + li {margin-top:2rem;}

    .dl-nor {padding-top:32rem;padding-bottom:32rem;}
    .dl-nor.include-bottom-btn + .dl-nor.include-bottom-btn {margin-top:48rem;}
    .dl-nor .dt strong {margin-bottom:8rem;}

    .modal .modal-header {padding-left:24rem;}
    .modal .modal-body.scroll {padding-bottom:24rem;}
    .modal .modal-body.scroll > .scroll-area {height:calc(var(--vh, 1vh) * 100 - 88rem - 94px);}
    .modal .modal-body.scroll-blur:not(.scroll-end)::after {bottom:24rem;}

    .modal-history .modal-body-inner {padding:0 24rem;}
    .modal .history .month-list > li > p {margin-bottom:-16rem;}

    .modal-video .modal-body {padding-bottom:24rem;}
    .modal-video .info-wrap {padding-top:24rem;}
    .modal-video .info-wrap .inner {padding:0 24rem;}
    .modal-video .info-wrap .date {margin-top:4rem;}
    .modal-video .info-wrap .description-wrap {margin-top:20rem;}
    .modal-video .custom-video .video-control .modal-close {top:16rem;right:16rem;}
    .modal-video .custom-video .video-control .control-area {padding:0 16rem;}
    .modal-video .custom-video .video-control .duration-wrap {margin:0 16rem 0 0;}
    .modal-video .custom-video .video-control .progress {height:12px;}
    .modal-video .custom-video .video-control .progress::before {height:2px;}
    .modal-video .custom-video .video-control .progress .bar {height:2px;}
    .modal-video .custom-video .video-control .progress .bar::after {top:-3px;right:-4px;width:8px;height:8px;}
    .modal-video .custom-video .video-control .current-time {margin-right:8rem;}
    .modal-video .custom-video .video-control .duration {margin-left:8rem;}
    .modal-video .custom-video .video-control .btn-video-fullscreen {margin-left:16rem;}

    .pagination {margin-top:40rem;}
    .pagination a, .pagination button {min-width:32rem;height:32rem;}
    .pagination a + a, .pagination button + button {margin-left:6rem;}
    .pagination .paging-num-wrap {margin:0 10rem;}
    .pagination .paging-arrow {width:32rem;}

    .contents section.banner .txt-wrap {left:24rem;bottom:20rem;}
    body:not(.home-index) .contents .section-content-wrap section:first-of-type {padding-top:48rem;}
    body:not(.home-index) .contents .section-content-wrap section:not(.pd-bottom-not-nor):last-child {padding-bottom:80rem;}
    body:not(.home-index) .contents .section-content-wrap section .section-inner .section-title {padding-left:24rem;padding-right:24rem;}
    body:not(.home-index) .contents .section-content-wrap section .section-content:not(.not-pd-lr-m) {padding-left:24rem;padding-right:24rem;}
    body:not(.home-index) .contents .section-content-wrap section .section-content.not-pd-lr-m .section-content-inner {padding-left:24rem;padding-right:24rem;}
    body:not(.home-index) .contents .section-content-wrap section .section-title h2 {margin-bottom:16rem;}

    .main-banner .swiper .swiper-slide.slide0 .lottie-area .lottie {top:80rem;right:-68rem;}
    .main-banner .swiper .swiper-slide .txt .txt-inner {left:24rem;right:24rem;bottom:48rem;}
    .main-banner .swiper .swiper-slide .txt .btn-txt-ico-white {margin-top:20rem;}
    .main-banner .swiper .progress-wrap .inner {padding:0 0 32rem;}
    .main-banner .swiper .progress-wrap .btn-wrap {padding:0 24rem;}
    .home-index .section-content-wrap .section-inner > h3 {margin-bottom:24rem;}
    .home-index .s-1 {padding-top:56rem;}
    .home-index .s-1 .section-inner {margin:0 24rem;}
    .home-index .s-1 .link-wrap > div + div {margin-top:56rem;}
    .home-index .s-1 .link-wrap .btn-txt-ico-nor {margin-top:24rem;}
    .home-index .s-3 {padding-bottom:80rem;}
    .home-index .s-3 .img-wrap {margin:-26px -24rem 0;}
    .home-index .contents .section-content-wrap .s-3 .section-inner {padding:0 24rem 72px;}
    .home-index .s-3 .btn-txt-ico-nor {left:24rem;right:24rem;}
    .home-index .s-4 .si-1 {padding:72rem 24rem;}
    .home-index .s-4 .si-1 .btn-txt-ico-nor {margin-top:40rem;}
    .home-index .s-4 .si-1 h2 {/*max-width:304px;*/}
    .home-index .s-4 .data-visual {margin-top:12rem;margin-left:-24rem;margin-right:-24rem;}
    .home-index .s-4 .control {left:24rem;}
    .home-index .s-4 .control button + button {margin-top:24rem;}
    .home-index .s-news {padding:80rem 24rem 0;}
    .home-index .s-news .section-title {margin-bottom:16rem;}
    .home-index .s-news .btn-txt-ico-nor {margin-top:40rem;}
    .home-index .home-news-list li + li {margin-top:16rem;}
    .home-index .home-news-list li a {padding:23rem 27rem;}
    .home-index .home-news-list li .reg-date {left:27rem;bottom:24rem;}
    .home-index .home-news-list li a i {right:23rem;bottom:23rem;}
    .home-index .home-news-list li .tag {margin-bottom:12rem;padding:0 12rem;}
    .home-index .section-content-wrap section:last-child {padding-bottom:80rem;}

    .pg-about .s-1 {padding-bottom:80rem;}
    .pg-about .s-1 .section-content > span {margin-top:16rem;}
    .pg-about .s-1 .section-content .img-wrap {margin-bottom:32rem;}
    .pg-about .s-1 .section-content .video-wrap {margin-top:32rem;}
    .pg-about .s-2 {padding-bottom:80rem;}
    .pg-about .s-2 .philosophy > div {padding-bottom:32rem;}
    .pg-about .s-2 .philosophy > div + div {padding-top:32rem;}
    .pg-about .s-2 .philosophy .tit-wrap {margin-bottom:20rem;}
    .pg-about .s-2 .philosophy .txt-wrap strong + p {margin-top:12rem;}
    .pg-about .s-2 .philosophy .txt-wrap strong + strong {margin-top:6rem;}
    .pg-about .s-2 .ideology {margin:34rem -24rem 0;padding-top:314rem;background-size:auto 340rem;}
    .pg-about .s-2 .ideology .txt-wrap {padding:0 24rem;}
    .pg-about .s-2 .ideology .txt-wrap i {margin-bottom:12rem;}
    .pg-about .s-2 .ideology .txt-wrap span {margin-top:20rem;}

    .pg-leadership .s-1 {padding-bottom:80rem;}
    .pg-leadership .s-1 .section-content .img-wrap {margin-bottom:32rem;padding-top:16rem;}
    .pg-leadership .s-1 .section-content .txt-wrap {margin-bottom:28rem;padding-bottom:28rem;}
    .pg-leadership .s-1 .section-content .txt-wrap > span {margin-top:12rem;}
    .pg-leadership .s-1 .section-content .sign-wrap {margin-top:12rem;}
    .pg-leadership .s-1 .section-content .sign-wrap strong {margin-right:8rem;}
    .pg-leadership .s-2 {padding-bottom:80rem;}
    .pg-leadership .s-2 .section-content .btn-wrap {margin-top:40rem;}
    .pg-leadership .s-3 .more-info-trigger {margin-top:40rem;}

    .pg-history .s-1 .select-box {margin-bottom:40rem;}

    .pg-affiliate .s-1 {padding-bottom:24rem;}
    .pg-affiliate .s-1 .tab-parent-header {padding-top:14rem;padding-bottom:24rem;}
    .pg-affiliate .s-1 .tab-child-header {margin:0 -24rem;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab {min-width:calc(48rem + 58px);padding:0 24rem;}
    .pg-affiliate .s-1 .tab-child .tab-body {padding-top:40rem;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li {padding:0 0 48rem;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li .tit {margin-bottom:8rem;}
    .pg-affiliate .s-1 .tab-child .tab-body-item li .btn-txt-ico-nor {margin-top:24rem;}
    .pg-affiliate .s-1 .tab-child > span {padding-bottom:14rem;}

    .pg-business .s-1 {padding-bottom:80rem;}
    .pg-business .s-3 .dl-nor {margin-top:32rem;}
    .pg-business .s-3 .txt-wrap p + p {margin-top:12rem;}

    .pg-etf .s-0 {padding-bottom:80rem;}
    .pg-etf .s-0 .section-content .video-wrap {margin-bottom:8rem;}
    .pg-etf .s-0 .section-content > p {margin-bottom:32rem;}
    .pg-etf .s-0 .section-content .stats-list {margin-top:8rem;}
    .pg-etf .s-0 .section-content > span {margin-top:16rem;}
    .pg-etf .s-1 {padding-bottom:80rem;}
    .pg-etf .s-1 .section-content strong {margin-bottom:16rem;}
    .pg-etf .s-1 .card-list-small {margin-top:32rem;}
    .pg-etf .s-1 .card-list-small li .card-txt-wrap p br {display:none;}
    .pg-etf .s-3 .img-txt-list + .img-txt-list {padding-top:32rem;}
    .pg-etf .s-3 .img-txt-list li {padding:32rem 0;}
    .pg-etf .s-3 .img-txt-list .img-wrap {margin:0 -24rem 16rem;}
    .pg-etf .s-3 .img-txt-list strong {margin-bottom:8rem;}
    .pg-etf .s-3 .img-txt-list p + p {margin-top:8rem;}
    .pg-etf .s-3 .more-info-trigger {margin-top:8rem;}

    .pg-permanent .s-1 {padding-bottom:80rem;}
    .pg-permanent .s-1 .section-content .txt-wrap {margin-bottom:32rem;}
    .pg-permanent .s-2 {padding-bottom:80rem;}
    .pg-permanent .s-2 .section-content .card-list-small {margin-top:32rem;}
    .pg-permanent .s-3 .section-content .txt-wrap {margin-bottom:32rem;}
    .pg-permanent .s-3 .card-list-small li .card-txt-wrap p br {display:none;}

    .pg-responsibility .s-1 {padding-bottom:80rem;}
    .pg-responsibility .s-1 .section-content .stats-list {margin-top:32rem;}
    .pg-responsibility .s-1 .section-content > span {margin-top:16rem;}
    .pg-responsibility .s-2 {padding-bottom:80rem;}
    .pg-responsibility .s-2 .section-content > p {margin-bottom:32rem;}
    .pg-responsibility .s-2 .section-content > span {margin-top:16rem;}
    .pg-responsibility .s-2 .data-visual .total {padding-bottom:16rem;}
    .pg-responsibility .s-2 .data-visual .total .label {margin-bottom:4rem;}
    .pg-responsibility .s-2 .data-visual .total i {margin-top:8rem;}

    .pg-sustainability .s-1 {padding-bottom:80rem;}

    .pg-news-list .s-1 .section-inner {padding:0 24rem;}
    .pg-news-list .s-1 .section-inner > .btn-wrap {margin-top:40rem;}
    .news-list li {padding:32rem 0;}
    .news-list .type {margin-bottom:4rem;}
    .news-list .type span + span {margin-left:8rem;padding-left:9rem;}
    .news-list .date {margin-top:12rem;}

    .news-detail .news-header {padding-bottom:24rem;margin-bottom:32rem;}
    .news-detail .news-header .type span + span {margin-left:8rem;padding-left:9rem;}
    .news-detail .news-header .type {margin-bottom:12rem;}
    .news-detail .news-header h2 {margin-bottom:12rem;}
    .news-detail > .btn-wrap {margin-top:40rem;}
    .news-detail > .btn-wrap * + * {margin-top:16rem;}

    .pg-news-detail .section-content-wrap .section-inner {padding:0 24rem;}
    .pg-news-detail .s-1 {padding-bottom:80rem;}
    .pg-news-detail .s-2 .btn-wrap {margin-top:40rem;}

    .pg-ad .s-1 {padding-bottom:32rem;}
    .pg-ad .s-1 .section-inner {padding:0 24rem;}
    .pg-ad .s-1 .swiper.type-2 .thumbnail-wrap img {object-fit:cover;}
    .pg-ad .s-2 .section-inner {padding:0 24rem;}
    .pg-ad .s-2 .section-inner > .btn-wrap {margin-top:40rem;}

    .ad-list li {min-height:148rem;padding:27rem 0;}
    .ad-list.type-2 li {min-height:170rem;}
    .ad-list .img-wrap {margin-right:20rem;}
    .ad-list.type-1 .img-wrap {min-width:128rem;max-width:128rem;}
    .ad-list.type-2 .img-wrap {min-width:74rem;max-width:74rem;}
    .ad-list .date {margin-top:6rem;}

    .pg-media-kit .s-0 {padding-bottom:80rem;}
    .pg-media-kit .s-0 .section-content .custom-menu {margin-top:24rem;}
    .pg-media-kit .s-brochure .section-content .img-wrap .txt {top:19rem;left:19rem;}
    .pg-media-kit .s-brochure .section-content .custom-menu {margin-top:24rem;}

    .pg-search .section-content-wrap section:first-of-type {padding-top:48rem !important;}
    .pg-search .section-content .top > strong {margin-top:24rem;}
    .pg-search .section-content .result {margin-top:80rem;}
    .pg-search .section-content .result > div + div {margin-top:48rem;}
    .pg-search .section-content .result .h-wrap {margin-bottom:12rem;}
    .pg-search .section-content .result h2 em {margin-left:6rem;}
    .pg-search .section-content .result .btn-wrap {margin-top:8rem;}

    .error-container {padding:0 24rem;}
    .error-container > div {padding-top:136rem;}
    .error-container > div h1 {margin-bottom:20rem;}
    .error-container .link-wrap {margin-top:44rem;}
    .error-container .link-wrap * + * {margin-left:16rem;}
    .error-container > span {margin-top:32rem;padding-bottom:32rem;}
}

@media screen and (max-width:506px) {
    .gnb .search .search-form-wrap .search-input-wrap {padding-top:48rem;}
    .gnb .search .search-form-wrap .search-page-result {max-height:229rem;}
    .gnb .search .search-form-wrap .search-page-result ul {padding:12rem 0 16rem;}
    .gnb .search .search-form-wrap .search-page-result ul a {padding:9.5rem 17rem;line-height:1.6112;}
    .gnb .search .search-form-wrap .empty-desc {margin:24rem 0 0;}

    .stats-list:not(.not-icon) li > div {padding-left:60rem;}

    .search-input input {padding-left:17rem;padding-right:10rem;}

    .custom-select select {padding:0 54rem 0 17rem;background-position:right 16rem center;}
    .custom-select .select-styled {padding:0 54rem 0 17rem;}
    .custom-select .select-styled::after {right:16rem;}
    .custom-select .select-options-wrap {max-height:178rem;}
    .custom-select .select-options-wrap ul {padding:8rem 0;}
    .custom-select .select-options-wrap li {padding:0 8rem;}
    .custom-select .select-options-wrap li .selectable-item {min-height:48rem;padding:8rem 9rem;}

    .filter-wrap .search .search-area .search-input .select-type select {min-width:106rem;}
    .filter-wrap .search .search-area .search-input .select-type .select-styled {min-width:106rem;}

    .dl-nor.include-bottom-btn {padding-bottom:80rem;}

    .modal-bottom {border-top-left-radius:24rem;border-top-right-radius:24rem;}
    .modal-bottom .modal-bottom-header {padding:24rem;}
    .modal-bottom .modal-bottom-header .modal-close i {width:32rem;height:32rem;max-width:38px;max-height:38px;}
    .modal-bottom .modal-bottom-body > .inner {padding:4rem 0 28rem;}

    .option-asset-download li + li::before {margin:0 24rem;}
    .option-asset-download a {padding:24rem;}
    .option-asset-download a i {margin-right:12rem;}

    .home-index .contents .section-content-wrap .s-3 .section-inner {padding:0 24rem 56rem;}

    .pg-permanent .s-3 .section-title h2 br {display:block;}
}

@media screen and (min-width:465px) and (max-width:599px) {
    .gnb .link-home-wrap {height:74px;}
    .gnb .logo {width:184px;}
    .gnb .menu-wrap-inner.scroll-blur::after {bottom:80px;}
    .gnb nav {top:74px;bottom:80px;}
    .gnb .link-list {height:80px;}

    .sub-menu.fixed {height:66px;}
    .sub-menu.fixed .menu-inner {top:74px;}
    .sub-menu .menu-inner {height:66px;}
    .sub-menu ul a {height:66px;}

    body:not(.home-index) .contents {padding-top:74px;}

    .m-title-fixed.m-sticky {top:140px;height:46px;}
    .m-title-fixed.m-sticky + * {margin-top:-46px;}
}

@media screen and (max-width:464px) {
    .fs-48-m, .fs-lh-48-m {font-size:48rem;}
    .fs-32-m, .fs-lh-32-m {font-size:32rem;}
    .fs-28-m, .fs-lh-28-m {font-size:28rem;}
    .fs-24-m, .fs-lh-24-m {font-size:24rem;}
    .fs-22-m, .fs-lh-22-m {font-size:22rem;}
    .fs-20-m, .fs-lh-20-m {font-size:20rem;}
    .fs-18-m, .fs-lh-18-m {font-size:18rem;}
    .fs-16-m, .fs-lh-16-m {font-size:16rem;}
    .fs-14-m, .fs-lh-14-m {font-size:14rem;}
    .fs-13-m, .fs-lh-13-m {font-size:13rem;}
    .fs-12-m, .fs-lh-12-m {font-size:12rem;}

    .gnb .link-list > li > a {padding:0 7rem 0 5rem;}
    .gnb .link-list > li > a svg {margin-right:6rem;}

    .footer .affiliate .network-list li + li {padding-top:24rem;}
    .footer .affiliate .network-list li:last-child {padding-bottom:32rem;}
    .footer .affiliate .country-list .btn-country.kor span {padding-left:21rem;}

    .btn-txt-ico-nor span {padding-left:10rem;padding-right:28rem;}
    .btn-txt-ico-white span {padding-right:28rem;}

    .btn-bdr.back-ico span {padding-left:10rem;padding-right:28rem;}

    .img-media-list .img-wrap .time {min-width:50rem;padding:0 6rem;}

    .card-list li > div.more.active strong {font-size:20rem;}

    .stats-list p span {margin-left:4rem;}
    .stats-list p small {margin-left:6rem;}
    .stats-list.not-icon .tit {margin-bottom:2rem;}
    .stats-list.not-icon li {padding-top:16rem;padding-bottom:16rem;}

    .custom-select select {font-size:18rem;background-position:right 15rem center;background-size:24rem;}
    .custom-select .select-styled::after {right:15rem;}
    .custom-select .select-styled span {font-size:18rem;}
    .custom-select .select-options-wrap li .selectable-item span {font-size:18rem;}

    .modal {width:calc(100vw - 32px) !important;}
    .modal.outline {width:calc(100vw - 30px) !important;}
    .modal .modal-header {padding-right:24rem;}
    .modal .modal-body.scroll {padding-bottom:24rem;}
    .modal .modal-body.scroll > .scroll-area {height:calc(var(--vh, 1vh) * 100 - 168rem);}
    .modal .modal-body.scroll-blur:not(.scroll-end)::after {bottom:24rem;}

    .modal-notice .custom-checkbox {margin-top:8rem;}
    .custom-checkbox.type-circle label {padding-left:44rem;}

    .modal-video .custom-video .video-control .current-time {min-width:34rem;}
    .modal-video .custom-video .video-control .duration {min-width:34rem;}

    .pagination a, .pagination button {font-size:16rem;}

    .search-input input {font-size:18rem;}
    .search-input .btn-delete {margin-right:4rem;}

    .contents .section-content-wrap section .section-title h2 .top-tit {margin-bottom:6rem;}

    .main-banner .swiper .progress-wrap .swiper-pagination {margin-left:10rem;}
    .main-banner .swiper .progress-wrap .swiper-pagination span {min-width:12rem;font-size:18rem;}
    .main-banner .swiper .progress-wrap .swiper-pagination i {margin:0 4rem;}
    .home-index .contents .section-content-wrap .s-3 .section-inner .section-title {width:90%;}
    .home-index .s-3 .img-wrap {margin:-22.5rem -24rem 0;}
    .home-index .s-4 .control button strong {margin-top:-4rem;}
    .home-index .s-4 .control button strong span {margin-left:2rem;}

    .pg-about .s-1 .section-content .img-wrap {margin-top:-64rem;}

    .pg-leadership .s-1 .section-content .txt-wrap strong + strong {margin-top:12rem;}

    .pg-business .s-3 .img-wrap {margin-top:-64rem;}

    .pg-affiliate .s-1 .tab-parent-header .btn-tab span {padding-left:22rem;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab.active span {padding-left:22rem;}
    .pg-affiliate .s-1 .tab-parent-header .btn-tab span::before {height:30rem;margin-top:-15rem;}
    .pg-affiliate .s-1 .tab-child-header .btn-tab {min-width:92rem;}

    .pg-etf .s-1 .section-content > .img-wrap {margin-top:-64rem;}

    .pg-permanent .s-2 .section-content > .img-wrap {margin-top:-64rem;}

    .pg-responsibility .s-1 .section-content .img-wrap {margin-top:-64rem;}
    .pg-responsibility .s-2 .data-visual .total .value span {margin-left: 4rem;}

    .news-list .type.carrot span + span {margin-left:2rem;padding-left:22rem;}
    .news-detail .news-content > div div,
    .news-detail .news-content > div p,
    .news-detail .news-content > div span,
    .news-detail .news-content > div font,
    .news-detail .news-content > div a {font-size:18rem !important;}
    .news-detail .news-content > div table th *,
    .news-detail .news-content > div table td * {font-size:16rem !important;}

    .pg-ad .s-1 .top-data .control-box {padding:24rem 23rem 0;}
    .pg-ad .s-1 .top-data .control-box .date {bottom:29rem;left:24rem;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap {bottom:29rem;right:24rem;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination i {margin:0 4rem;}
    .pg-ad .s-1 .top-data .control-box > .btn-wrap .swiper-pagination span {min-width:12rem;font-size:18rem;}
    .pg-ad .s-1 .top-data .control-box .btn-swiper-play {margin-right:10rem;}
}

@media screen and (min-width:393px) and (max-width:464px) {
    .gnb .link-home-wrap {height:64px;}
    .gnb .logo {width:160px;}
    .gnb .menu-wrap-inner.scroll-blur::after {bottom:68px;}
    .gnb nav {top:64px;bottom:68px;}
    .gnb .link-list {height:68px;}

    .sub-menu.fixed {height:56px;}
    .sub-menu.fixed .menu-inner {top:64px;}
    .sub-menu .menu-inner {height:56px;}
    .sub-menu ul a {height:56px;}

    body:not(.home-index) .contents {padding-top:64px;}

    .m-title-fixed.m-sticky {top:120px;height:40px;}
    .m-title-fixed.m-sticky + * {margin-top:-40px;}
}

@media screen and (max-width:392px) {
    .gnb .link-home-wrap {height:58px;}
    .gnb .logo {width:145px;}
    .gnb .menu-wrap-inner.scroll-blur::after {bottom:62px;}
    .gnb nav {top:58px;bottom:62px;}
    .gnb .link-list {height:62px;}

    .sub-menu.fixed {height:50px;}
    .sub-menu.fixed .menu-inner {top:58px;}
    .sub-menu .menu-inner {height:50px;}
    .sub-menu ul a {height:50px;}

    body:not(.home-index) .contents {padding-top:58px;}

    .m-title-fixed.m-sticky {top:108px;height:36px;}
    .m-title-fixed.m-sticky + * {margin-top:-36px;}
}

@media screen and (max-width:899px) and (max-height:670px) and (orientation: landscape) {
}

@media screen and (max-width:899px) and (hover: hover) and (pointer: fine) {
    .gnb .btn-gnb-hamburger:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M32 11H8v2h24v-2Zm0 8H8v2h24v-2ZM8 27h24v2H8v-2Z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;}
    .gnb.m-menu-open .btn-gnb-hamburger:not(:active):hover {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='m18.5857 19.9981-9.29468 9.2947 1.41418 1.4142 9.2947-9.2947 9.2947 9.2947 1.4142-1.4142-9.2947-9.2947 9.289-9.289-1.4142-1.41418-9.289 9.28898-9.289-9.28898-1.41421 1.41418 9.28901 9.289Z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;}
    .gnb .link-home-wrap .trigger-search-panel:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    .gnb nav .depth1-item .btn-depth1:not(:active):hover span,
    .gnb nav .depth1-item .btn-depth1:active span {color:#e37500;}
    .gnb nav .depth1-item .btn-depth1:not(:active):hover::after,
    .gnb nav .depth1-item .btn-depth1:active::after {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath stroke='%23e37500' stroke-width='2' d='M26 12 16 22 6 12'/%3E%3C/svg%3E");}
    .gnb nav .depth1-item .btn-depth1:not(:active):hover i,
    .gnb nav .depth1-item .btn-depth1:active i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e37500' fill-rule='evenodd' d='M21.0859 9.49902H8.50008v-2H24.5001V23.499h-2V10.9132L9.20718 24.2061l-1.41421-1.4142L21.0859 9.49902Z' clip-rule='evenodd'/%3E%3C/svg%3E");}
    body.home-index:not(.on-scroll) .gnb:not(.m-menu-open, .m-search-open) .link-home-wrap .trigger-search-panel:not(:active):hover i {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cmask id='a' width='25' height='25' x='7.73926' y='7.71875' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M7.73926 7.71875h25v25h-25z'/%3E%3Cpath fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E37500' fill-rule='evenodd' d='M25.3055 18.006c0 4.0255-3.2616 7.2873-7.2831 7.2873s-7.2831-3.2618-7.2831-7.2873 3.2616-7.2872 7.2831-7.2872 7.2831 3.2617 7.2831 7.2872Zm-1.4591 7.2326c-1.5927 1.2852-3.6185 2.0547-5.824 2.0547-5.127 0-9.28314-4.1581-9.28314-9.2873s4.15614-9.28725 9.28314-9.28725c5.1269 0 9.2831 4.15805 9.2831 9.28725 0 2.2021-.7661 4.2252-2.0461 5.8171l5.9338 5.9365-1.4146 1.4139-5.9322-5.9349Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-opacity='.15' d='m23.8464 25.2386.7073-.707-.6356-.6359-.6997.5647.628.7782Zm1.413-1.4155-.7793-.6266-.5622.6991.6342.6344.7073-.7069Zm5.9338 5.9365.7069.7072.7073-.7069-.707-.7073-.7072.707Zm-1.4146 1.4139-.7072.7069.7069.7073.7073-.707-.707-.7072Zm-11.7562-4.8802c4.5741 0 8.2831-3.7099 8.2831-8.2873h-2c0 3.4736-2.8143 6.2873-6.2831 6.2873v2ZM9.73926 18.006c0 4.5774 3.70894 8.2873 8.28314 8.2873v-2c-3.4689 0-6.2831-2.8137-6.2831-6.2873H9.73926Zm8.28314-8.28725c-4.5742 0-8.28314 3.70985-8.28314 8.28725h2.00004c0-3.4736 2.8142-6.2872 6.2831-6.2872V9.71875Zm8.2831 8.28725c0-4.5774-3.709-8.28725-8.2831-8.28725v2.00005c3.4688 0 6.2831 2.8136 6.2831 6.2872h2Zm-8.2831 10.2873c2.4422 0 4.688-.853 6.452-2.2765l-1.256-1.5564c-1.4213 1.1469-3.2273 1.8329-5.196 1.8329v2ZM7.73926 18.006c0 5.6811 4.60344 10.2873 10.28314 10.2873v-2c-4.5742 0-8.28314-3.7099-8.28314-8.2873h-2ZM18.0224 7.71875c-5.6797 0-10.28314 4.60615-10.28314 10.28725h2c0-4.5773 3.70894-8.28725 8.28314-8.28725v-2ZM28.3055 18.006c0-5.6811-4.6035-10.28725-10.2831-10.28725v2c4.5742 0 8.2831 3.70995 8.2831 8.28725h2Zm-2.2668 6.4437c1.4177-1.7631 2.2668-4.0056 2.2668-6.4437h-2c0 1.9661-.6831 3.7698-1.8254 5.1905l1.5586 1.2532Zm-1.4866.0803 5.9338 5.9365 1.4145-1.4139-5.9338-5.9364-1.4145 1.4138Zm5.9341 4.5223-1.4145 1.4139 1.4139 1.4145 1.4145-1.4139-1.4139-1.4145Zm-.0003 1.4142-5.9322-5.9349-1.4146 1.4139 5.9323 5.9349 1.4145-1.4139Z' mask='url(%23a)'/%3E%3C/svg%3E");}

    .footer .affiliate .network-list li a:not(:active):hover span {padding-right:1.23em;}

    .btn-page-top:not(:active):hover i::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(43, 47, 54, 0.08);}

    .btn-txt-ico-nor:not([disabled]):not(:active):hover {background-color:#ededed;}
    .btn-txt-ico-nor.type-gray:not(:active):hover {background-color:#e5e7e9;}

    .option-asset-download a:not(:active):hover {background-color:rgba(111, 118, 133, 0.08);}

    .pg-affiliate .s-1 .tab-child-header .btn-tab:not(:active):hover {background-color:rgba(111, 118, 133, 0.08);}
    .pg-affiliate .s-1 .tab-child-header .btn-tab.active:not(:active):hover {background-color:rgba(227, 117, 0, 0.08);}
}
