:root{--global-headerH: 56px}main{margin-top:var(--global-headerH)}.modal.language-select li{border:1px solid #e5e5e5;border-radius:6px;margin:6px auto}.modal.language-select a,.modal.language-select a:focus,.modal.language-select a:active,.modal.language-select a:visited{color:#2E2E2E;display:block;padding:0.5rem 1rem;text-decoration:none}.modal.language-select a:hover{color:#2E2E2E;display:block;padding:0.5rem 1rem;text-decoration:none;background-color:#FFEFF0;-webkit-tap-highlight-color:#FFEFF0}.modal.language-select img{display:inline-block;margin-right:1rem;height:24px;width:36px}.modal.language-select button{border:1px solid #c2c2c2;color:#c2c2c2;display:block;margin:auto;padding:0.5rem 3rem}.introduction-video-header-wrapper.active{margin-top:var(--global-headerH)}.introduction-video-header-wrapper.active+main{margin-top:0}.toggle-language{cursor:pointer;display:block;background:#fff;width:48px;height:48px;line-height:48px;border-radius:50%;border:none;padding:0;text-align:center;outline:none;appearance:none}.toggle-language img{height:24px;width:36px}.global-header{position:fixed;top:0px;z-index:999;width:100%;margin:0 auto;background:#fff}.global-header .container{display:flex;align-items:center;flex-flow:column;width:calc(100% - 16px);margin:8px auto;padding:0}.global-header .row{display:flex;align-items:center;flex-wrap:nowrap;width:100%}.global-header .logo{display:flex;align-items:center;margin-right:15px}.global-header .logo img{max-width:130px}.global-header .notification{position:relative;display:flex;align-items:center;color:#515C6F}.global-header .notification .notification-title{font-size:2rem;margin-bottom:.5rem}.global-header .notification .notification-toggle-flag{display:none}.global-header .notification .notification-toggle{display:block;position:relative;margin-right:15px;margin-bottom:0}.global-header .notification .notification-toggle .fa-bell{font-size:24px;color:#515C6F}.global-header .notification .notification-toggle .fa-heart{font-size:24px;color:#515C6F}.global-header .notification .badge{position:absolute;top:-10px;right:-12px;display:flex;align-items:center;justify-content:center;width:2em;height:2em;border-radius:50%;font-size:11px;line-height:0.9;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}.global-header .notification .badge:empty{display:none}.global-header .notification .notification-list-item{border-bottom:1px solid #D2D2D2}.global-header .notification .notification-list-item:first-child{border-top:1px solid #D2D2D2}.global-header .notification .notification-list-item a{display:block;padding:0.5rem}.global-header .notification .notification-list-item a,.global-header .notification .notification-list-item a:hover,.global-header .notification .notification-list-item a:focus,.global-header .notification .notification-list-item a:active,.global-header .notification .notification-list-item a:visited{color:#515C6F}.global-header .notification .notification-dropdown{position:fixed;top:48px;left:0;width:100%;padding:12px;background:#fff;border-top:1px solid #D2D2D2;visibility:hidden;opacity:0;transition:opacity 0.3s}.global-header .notification .notification-toggle-flag:checked ~ .notification-dropdown{visibility:visible;opacity:1;z-index:1050}.global-header .toggle-language{display:flex;align-items:center;justify-content:center;margin-right:10px}.global-header .global-nav .menu a{display:block;padding:0.75rem 1.5rem}.global-header .global-nav .menu a,.global-header .global-nav .menu a:hover,.global-header .global-nav .menu a:focus,.global-header .global-nav .menu a:active,.global-header .global-nav .menu a:visited{color:#7d7d7d;text-decoration:none}.global-header .global-nav .menu img{display:inline-block;margin-right:0.5rem;width:1.25rem;height:1.25rem;text-align:center;border-top:none !important}.global-header .global-nav .new-pc-nav .menu .sub-menu li{margin:0}.global-header .global-nav .new-pc-nav .menu .sub-menu li a{margin:0;padding:15px}.global-header .global-nav .new-pc-nav .menu li a{font-size:14px;font-weight:400;color:#707070}.global-header .global-nav .new-pc-nav .menu li a:hover{color:#D92933}.global-header .global-nav .new-pc-nav .menu .fas{margin-left:5px}.global-header .new-pc-nav .sub-menu li a{color:#FFF !important;min-height:53px}.global-header .drawerToggle{display:flex;justify-content:center;align-items:center;flex-flow:column;min-width:32px;padding:0;background:none;border:none;outline:none}.global-header .drawerToggle img{width:32px;height:32px;margin:0;padding:0;border-radius:50%}.global-header .drawerToggle .menu-toggle{position:relative;display:block;width:36px;height:36px;padding:0;background:none;border:none;outline:none}.global-header .drawerToggle .menu-toggle .menu-toggle-bar{display:block;position:absolute;left:3px;width:30px;height:4px;border-radius:4px;background-color:#555;transition:.24s ease}.global-header .drawerToggle .menu-toggle .menu-toggle-bar:nth-child(1){top:5px}.global-header .drawerToggle .menu-toggle .menu-toggle-bar:nth-child(2){top:16px}.global-header .drawerToggle .menu-toggle .menu-toggle-bar:nth-child(3){top:27px;width:18px}.global-header .drawerToggle .hamburger{display:block;width:16px;height:16px}.global-header .drawerToggle .hamburger .line{fill:#515C6F;transition:300ms all ease;transform-origin:250px 250px}.global-header .drawerToggle.open .menu-toggle .menu-toggle-bar:nth-child(1){transform:rotate(45deg);top:18px;width:24px}.global-header .drawerToggle.open .menu-toggle .menu-toggle-bar:nth-child(2){opacity:0}.global-header .drawerToggle.open .menu-toggle .menu-toggle-bar:nth-child(3){transform:rotate(-45deg);top:18px;width:24px}.global-header .drawerToggle.open .line1{transform:translate(-102px, 102px) rotate(45deg)}.global-header .drawerToggle.open .line2{opacity:0}.global-header .drawerToggle.open .line3{transform:translate(-102px, -102px) rotate(-45deg)}.global-header .drawerToggle.open::after{content:"CLOSE";font-size:9px}.global-header .drawerToggle::after{content:"MENU";font-size:9px;font-weight:bold;color:#515C6F}.global-header .mypageNav{display:flex;align-items:center;flex-wrap:nowrap;margin-left:auto}.global-header .activeNav{display:none;margin-bottom:0}.global-header .gNavHeaderLogInOut{display:none}nav.new-pc-nav{display:block;background:none}.new-pc-nav .menu{display:block}.new-pc-nav .menu li{display:inline-block;position:relative;z-index:100}.new-pc-nav .menu li:first-child{margin-left:0}.new-pc-nav .menu li a{font-weight:600;text-decoration:none;padding:20px 15px;display:block;color:#fff;transition:all 0.2s ease-in-out 0s}.new-pc-nav .menu li a:hover{color:#fff}.new-pc-nav .menu li:hover>a{color:#fff}.new-pc-nav .menu li:hover>ul{visibility:visible;opacity:1;transform:translate(0, 0)}.new-pc-nav .menu li>ul ul:hover{visibility:visible;opacity:1;transform:translate(0, 0)}.new-pc-nav .menu ul{visibility:hidden;opacity:0;margin:0;padding:0;min-width:190px;position:absolute;left:0px;background:#D92933;z-index:99;transform:translate(0, 20px);transition:all 0.2s ease-out}.new-pc-nav .menu ul:after{bottom:100%;left:20%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#D92933;border-width:6px;margin-left:-6px}.new-pc-nav .menu ul li{display:block;float:none;background:none;margin:0;padding:0}.new-pc-nav .menu ul li a{font-size:12px;font-weight:normal;display:block;color:#FFF;background:#D92933}.new-pc-nav .menu ul li a:hover{background:#980009;color:#fff}.new-pc-nav .menu ul li:hover>a{background:#980009;color:#fff}.new-pc-nav .menu ul ul{left:190px;top:0px;visibility:hidden;opacity:0;transform:translate(20px, 20px);transition:all 0.2s ease-out}.new-pc-nav .menu ul ul:after{left:-6px;top:10%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:6px;margin-top:-6px}.new-pc-nav .menue ul.sub-menu{color:#FFF}.bottom-service-menu-section{padding:0;margin:40px auto}.bottom-service-menu-section .menu-button{margin-bottom:10px;font-size:20px;height:196px}.bottom-service-menu-section .menu-button a{color:#ffffff;display:block;height:100%}.bottom-service-menu-section .menu-button a:hover{text-decoration:none;opacity:0.6}.bottom-service-menu-section .service-menu-box{padding:20px;display:table;height:100%;width:100%;margin-bottom:10px}.bottom-service-menu-section .service-menu-box .service-menu-box-inner{display:table-cell;vertical-align:middle}.bottom-service-menu-section h3{font-size:28px;font-weight:bold;color:#000;margin:0 auto 15px auto;display:block;width:100%;text-align:center}.bottom-service-menu-section .seven_payment_applyimage{background:url(/assets/remittance/images/service_banner_bg.png) no-repeat;background-size:cover;position:relative;background-position:center;width:953px;margin:0 auto;margin-bottom:30px}.bottom-service-menu-section .seven_payment_applyimage .container{padding-top:30px;padding-bottom:90px;padding-left:25px}.bottom-service-menu-section .seven_payment_applyimage img{width:50%}.bottom-service-menu-section .seven_payment_applyimage h1{color:#FFF;font-size:30px;margin-top:15px;line-height:1.5;word-break:normal}.bottom-service-menu-section .seven_payment_applyimage a.green-btn{background:#34D10C;border-radius:50px;color:#FFF;display:block;text-align:center;font-size:20px;padding:7px 35px;margin-top:0px;position:absolute;bottom:30px;margin-left:10px;margin-right:15px}.bottom-service-menu-section .seven_payment_applyimage a.green-btn:hover{opacity:0.8;text-decoration:none}.bottom-service-menu-section .seven_payment_applyimage a.green-btn span{display:block;font-size:14px;margin-bottom:-10px}.menu-button-closed{background:rgba(0,0,0,0.45) !important;z-index:1;color:#ffffff}.anon-user-heart{font-size:24px;line-height:48px !important;color:#515C6F}.drawerBody{display:none;position:fixed;top:var(--global-headerH);width:100%;height:calc(100dvh - var(--global-headerH));background:#f3f2f4;z-index:989;flex-flow:column;overflow-y:scroll;overscroll-behavior:none}.drawerBody .drawerAccount{display:none;flex-flow:column}.drawerBody .drawerAccount .drawerAccountBody{display:flex;align-items:center;justify-content:space-around;padding:20px 0;background:#F3F2F4;color:#333;font-size:14px}.drawerBody .drawerAccount .drawerPhotoIMG{border:1px solid #fff;margin-right:auto;width:57px;height:57px;border-radius:50%}.drawerBody .drawerAccount .drawerInfoName{width:11em;margin-bottom:0.5rem;font-weight:bold}.drawerBody .drawerAccount .drawerInfoID{border:1px solid #333;margin-bottom:0;padding:.5em;width:fit-content;white-space:nowrap}.drawerBody .drawerAccount .drawer2mypage{display:block;padding:5px 15px;border:1px solid #1877EE;border-radius:3px;white-space:nowrap;font-size:12px;font-weight:bold;text-decoration:none}.drawerBody .drawerAccount .drawer2mypage svg{width:15px;height:15px;margin-right:5px;color:#1877EE}.drawerBody .drawerAccount .drawerVisaStatus{display:flex;align-items:center;margin:0 10px 20px;padding:5px 10px;background:#FFFFFf;border:1px solid #C53433;border-radius:15px;color:#C53433}.drawerBody .drawerAccount .drawerVisaStatus a{color:#C53433}.drawerBody .drawerAccount .drawerVisaStatus svg{width:14px;aspect-ratio:1 / 1;margin-right:5px}.drawerBody .drawerAccount .drawerVisaMessageView{position:relative;margin-bottom:0;background:#C53433 center right 5px/15px 15px no-repeat url("../assets/images/header/chevron-right.svg")}.drawerBody .drawerAccount .drawerVisaMessageView a{display:block;padding:10px 30px 10px 20px;text-decoration:none;color:#fff}.drawerBody .drawerAccount .drawerVisaMessageView:not(:empty)::after{position:absolute;top:-16px;left:50%;transform:translateX(-50%);content:"";background:#C53433;height:16px;width:14px;clip-path:polygon(50% 0, 100% 100%, 0 100%)}.drawerBody .drawerRegist{display:none;padding:20px 0}.drawerBody .drawerRegist .catchphrase{text-align:center;font-weight:bold}.drawerBody .drawerRegist .drawerInduct{display:flex;align-items:center;justify-content:center;flex-flow:column;padding:0 35px;gap:15px}.drawerBody .drawerRegist .drawerInduct .btn-gray.dark{background-color:#6A6A6A;color:#fff !important}.drawerBody .drawerRegist .drawerInduct .btn-gradient,.drawerBody .drawerRegist .drawerInduct .btn-gray{display:block;padding:.5rem 0;font-weight:bold}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem{background:#fff;margin-bottom:0}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem a{display:block;padding:10px;color:#333}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem a:hover{text-decoration:none}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionDetail p{display:flex;align-items:center;margin-bottom:0;padding:10px 25px;background:center right 20px/12px 12px no-repeat url("../assets/images/header/chevron-down.svg")}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionDetail[open] p{background-image:url("../assets/images/header/chevron-up.svg")}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionDetail.isClosing p{background-image:url("../assets/images/header/chevron-down.svg")}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionSummary{border-bottom:1px solid #E8E8E8;list-style:none;word-break:break-all;font-weight:bold}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionSummary svg{display:block;width:20px;height:19px;color:#c82532;margin-right:15px}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionSummary::-webkit-details-marker{display:none}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionContent{overflow:hidden}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionContent li{border-bottom:1px solid #E8E8E8}.drawerBody .drawerNav .drawerAccordionLink .drawerAccordionLinkItem .drawerAccordionContent a{padding:10px 10px 10px calc(60px + .5rem)}.drawerBody .drawerFooter{position:sticky;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;margin-top:auto;background:#f3f2f4;color:#727272;padding:8px}.drawerBody .drawerFooter .drawerClose{display:flex;align-items:center;flex-flow:column;background:none;border:none;outline:none}.drawerBody .drawerFooter svg{display:block;width:20px;height:20px;color:#727272}.drawerBody .drawerFooter a,.drawerBody .drawerFooter button{color:#727272}.drawerBody .drawerSignout{display:none;margin:10px 20px}.drawerBody .drawerSignout svg{display:block;width:20px;height:20px;margin-right:5px;color:#727272}.drawerBody .drawerSignout .drawerSignoutA{display:flex;align-items:center;width:fit-content;margin-right:auto;padding:5px;color:#727272}.drawerBody.loggedIn .drawerSignout{display:block}.drawerBody.loggedIn .drawerRegist{display:none}.drawerBody.loggedIn .drawerAccount{display:flex}.drawerBody.loggedOut .drawerSignout{display:none}.drawerBody.loggedOut .drawerRegist{display:block}.drawerBody.loggedOut .drawerAccount{display:none}.drawerBody.open{display:flex}.drawerBody.isClosing{animation:drawerClose .3s ease-out forwards}.drawerBody.isOpening{display:flex;animation:drawerOpen .3s ease-in forwards}html:has(.drawerBody.open){overflow:hidden}.gNavFooterLogInOut{display:flex;align-items:center;flex-flow:column;justify-content:center}.gNavFooterLogInOut li{margin:12px 0}.gNavFooterLogInOut .btn-gradient,.gNavFooterLogInOut .btn-gray{width:64vw;padding:1rem 0;font-size:14px}.gNavFooterLogInOut .btn-gradient svg,.gNavFooterLogInOut .btn-gray svg{width:14px;height:14px;margin-right:5px}.modal-bookmark-title{line-height:1.5;font-size:1.2rem;color:black}.modal-bookmark-body{padding:50px 30px;font-family:"Noto Sans"}.modal-bookmark-radius{border-radius:0.3rem !important}.root{overflow-x:visible}.root .row{margin-right:0;margin-left:0}.root .rootNav{position:sticky;top:var(--global-headerH);z-index:980}.root .rootNav .activeNav{display:flex;justify-content:center;align-items:center;gap:5px;margin-bottom:10px;padding:10px 0;background:#F3F2F4}.root .rootNav .activeNav li{position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0px 2px 3px #00000029;border-radius:7px;margin-right:5px}.root .rootNav .activeNav li svg{display:block;width:15px;height:15px;margin-right:5px;color:#727272}.root .rootNav .activeNav li a{display:flex;align-items:center;justify-content:center;min-width:8em;padding:10px 0;background:#FFFFFF;box-shadow:0px 2px 3px #00000029;font-size:13px;border-radius:7px;color:#1F1F20;text-decoration:none}.root .rootNav .activeNav li:last-child{margin-right:0}.root .rootNav .activeNav .badge{position:absolute;top:-8px;right:4px;display:flex;align-items:center;justify-content:center;width:2em;height:2em;font-size:11px;line-height:.9;border-radius:50%;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}.root .rootNav .activeNav .badge:empty{display:none}.introduction-video-header-wrapper{display:none}.introduction-video-header-wrapper .introduction-video-header{display:flex;justify-content:center;align-items:center;background:transparent linear-gradient(90deg, #00B8D5 0%, #0A45BC 100%) 0% 0% no-repeat padding-box;padding:5px 15px}.introduction-video-header-wrapper .introduction-video-header-content{letter-spacing:0px;color:#FFFFFF;display:flex;align-items:center}.introduction-video-header-wrapper .introduction-video-header-text{margin:0 15px 0}.introduction-video-header-wrapper.active{display:block;animation:introduction-video-header_fadeIn .4s ease-out forwards}@keyframes drawerOpen{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes drawerClose{0%{transform:translateY(0)}100%{display:none;transform:translateY(-100%)}}@keyframes introduction-video-header_fadeIn{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@media (min-width: 992px){.bottom-service-menu-section{width:950px !important}}@media (min-width: 768px) and (max-width: 991px){.bottom-service-menu-section{width:760px}.bottom-service-menu-section .menu-button{max-width:32%;margin:5px auto}}@media (max-width: 420px) and (max-width: 767px){.bottom-service-menu-section .menu-button{font-size:14px;margin-bottom:0px;margin:3px auto;height:120px;max-width:48%}.bottom-service-menu-section .seven_payment_applyimage{margin:0 4px}.bottom-service-menu-section .seven_payment_applyimage .container{padding-top:10px;padding-bottom:50px}.bottom-service-menu-section .seven_payment_applyimage a.green-btn{font-size:15px;bottom:15px;margin-left:0px;margin-right:0px}.bottom-service-menu-section .seven_payment_applyimage h1{font-size:25px}}@media screen and (min-width: 1024px){main{margin-top:0}.introduction-video-header-wrapper.active{margin-top:0}.global-header{position:static;max-width:1280px}.global-header .notification-dropdown{width:280px;border-top:none;left:-70px;box-shadow:0 4px 4px 4px rgba(0,0,0,0.1)}.global-header .btn-gray.only_pc,.global-header .btn-gradient.only_pc{margin:0 8px;width:10rem;padding:0.5rem}.global-header .btn-notification-icon{position:relative;top:-18px}.global-header .global-nav{width:100%}.global-header .global-nav .menu{display:flex;justify-content:flex-start;margin-bottom:0}.global-header .global-nav .menu a{display:block;padding:0.5rem;margin:4px}.global-header .global-nav .menu li{margin:0.5rem 1rem}.global-header .global-nav .menu li:first-child{margin-left:0}.global-header .container{margin:15px auto 0;width:calc(100% - 30px)}.global-header .logo img{width:auto;max-width:196px;min-width:auto}.global-header .yolowork_service{display:flex;align-items:center;margin-right:15px;margin-bottom:0;font-weight:bold;font-size:80%}.global-header .yolowork_service span{display:inline-block}.global-header .drawerToggle{display:none}.global-header .activeNav{display:flex;margin-right:15px;padding:5px 0}.global-header .activeNav li{position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0px 2px 3px #00000029;border-radius:7px;margin-right:5px}.global-header .activeNav li svg{display:block;width:15px;height:15px;margin-right:5px;color:#727272}.global-header .activeNav li a{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:8em;padding:.5rem;color:#1F1F20;text-decoration:none;font-size:13px}.global-header .activeNav li:last-child{margin-right:0}.global-header .activeNav .badge{position:absolute;top:-16px;right:4px;display:flex;align-items:center;justify-content:center;width:2em;height:2em;font-size:11px;line-height:.9;border-radius:50%;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}.global-header .activeNav .badge:empty{display:none}.global-header .notification .notification-dropdown{position:absolute;width:280px}.global-header .gNavHeaderLogInOut{display:flex;flex-flow:column;justify-content:space-between;gap:5px 0;margin-bottom:0}.global-header .gNavHeaderLogInOut .btn-gradient,.global-header .gNavHeaderLogInOut .btn-gray{display:flex;align-items:center;justify-content:center;width:10em;padding:.5rem;font-size:14px;font-weight:bold}.global-header .gNavHeaderLogInOut .btn-gradient svg,.global-header .gNavHeaderLogInOut .btn-gray svg{width:14px;height:14px;margin-right:5px}.gNavFooterLogInOut{flex-flow:row;width:fit-content}.gNavFooterLogInOut li{margin:24px 16px 24px 0}.gNavFooterLogInOut .btn-gradient,.gNavFooterLogInOut .btn-gray{width:10em;padding:.5rem}.root .rootnav.loggedIn{display:none}}@media screen and (min-width: 1280px){.global-header .logo img{text-align:left;max-width:380px}.global-header .yolowork_service a{word-break:keep-all}.global-header .activeNav li a{width:10em}.global-header .gNavHeaderLogInOut .btn-gradient,.global-header .gNavHeaderLogInOut .btn-gray{width:12em}}

/*# sourceMappingURL=global-header.css.map */