:root{--font-size-xl: 20px;--font-size-lg: 18px;--font-size-md: 16px;--font-size-sm: 14px;--font-weight-bold: 700;--font-weight-semibold: 600;--font-weight-medium: 500;--font-weight-regular: 400;--height-xxs: 20px;--height-xs: 28px;--height-sm: 32px;--height-md: 40px;--height-lg: 48px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 20px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--mhu-btn-padding-sm: 0 var(--spacing-sm);--mhu-btn-height: var(--height-md);--mhu-btn-font-size: var(--font-size-md);--mhu-btn-font-size-sm: var(--font-size-sm);--mhu-btn-font-weight: var(--font-weight-medium);--mhu-btn-padding: 0 var(--spacing-md);--mhu-btn-radius: var(--border-radius-md);--mhu-btn-height-sm: var(--height-sm);--mhu-btn-primary: var(--color-primary);--mhu-btn-primary-text: var(--color-white);--mhu-btn-icon-size: var(--height-xxs);--container-padding: 12px;--font-default: sans-serif;--font-webfont: Pretendard;--lite-color-white: #fff;--lite-color-black: #3E4448;--lite-color-main: #00C2FF;--lite-color-main-dark: #00afe6;--color-white: var(--lite-color-white);--color-black: var(--lite-color-black);--color-primary: var(--lite-color-main);--min-container-width: 768px}*,*:before,*:after{box-sizing:border-box}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}body,table,input,textarea,select,button{font-family:var(--font-webfont),var(--font-default);font-size:16px;color:var(--lite-color-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.mhuGrid-root{display:flex;margin:0;padding:0}.mhuStyle-blind{position:absolute!important;overflow:hidden!important;display:block!important;width:1px!important;height:1px!important;font-size:1px!important;opacity:.01!important;text-align:center!important}.mhuButton-root{display:inline-flex;align-items:center;justify-content:center;height:var(--mhu-btn-height);padding:var(--mhu-btn-padding);font-size:var(--mhu-btn-font-size);font-weight:var(--mhu-btn-font-weight);line-height:var(--mhu-btn-height);cursor:pointer;transition:all .15s ease;vertical-align:middle;text-decoration:none;border:none;border-radius:var(--mhu-btn-radius);color:var(--mhu-btn-primary-text);background-color:var(--mhu-btn-primary);flex-shrink:0;white-space:nowrap}.mhuButton-root.mhuButton--size-sm{height:var(--mhu-btn-height-sm);padding:var(--mhu-btn-padding-sm);font-size:var(--mhu-btn-font-size-sm);line-height:var(--mhu-btn-height-sm)}.mhuButton-root.mhuButton--size-sm .mhuText-root{font-size:var(--mhu-btn-font-size-sm);line-height:var(--mhu-btn-height-sm)}.mhuButton-root,.mhuButton-root .mhuText-root{font-weight:var(--font-weight-bold)}.mhuButton-root .mhuIcon-root+.mhuText-root,.mhuButton-root .mhuText-root+.mhuIcon-root{padding-left:6px}.mhuButton--between .mhuIcon-root:last-child{margin-left:auto}.mhuButton-root .mhuIcon-root,.mhuButton-root .mhuIcon-root svg{width:var(--mhu-btn-icon-size);height:var(--mhu-btn-icon-size)}.mhuButton-root:hover .mhuTrans-right{transform:translate(4px)}.mhuButton-root .mhuButton__icon img,.mhuButton-root .mhuButton__icon svg,.mhuButton-root .mhuIcon-root img,.mhuButton-root .mhuIcon-root svg{display:block}.mhuIcon-root{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:100%;content:""}.mhuTitle-root{font-weight:var(--font-weight-bold)}.mhuText-root{font-weight:var(--font-weight-medium);font-size:var(--font-size-md);line-height:160%;letter-spacing:.024px}.mhuTrans-right{transition:transform .15s ease-in;transform:translate(0)}.mhuProgressContainer-root{padding:70px 0}.mhuProgressContainer__title{color:#656567;text-align:center;font-size:24px;font-weight:700;line-height:1.5;margin-bottom:36px}.mhuProgress-root{--active-color: #279EFF;display:flex;justify-content:space-between;align-items:center;position:relative;text-align:center;width:762px;margin:0 auto}.mhuProgressItem-root{position:relative;z-index:2;--inner-cicle-width: 50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.mhuProgressItem__box{--item-box-circle: 80px;position:relative;display:flex;justify-content:center;align-items:center;border-radius:50%;width:var(--item-box-circle);height:var(--item-box-circle);border:3px solid transparent;color:#6e777c}.mhuProgressItem__process{position:absolute;left:-3px;top:-3px;width:var(--item-box-circle);height:var(--item-box-circle);z-index:1;border-radius:50%;transform:rotate(-90deg)}.mhuProgressItem__process-ing{stroke:var(--active-color);stroke-width:5;fill:transparent;stroke-dasharray:251.4;stroke-dashoffset:251.4}@keyframes circle-stroke-color{0%,to{box-shadow:0 3px 0 transparent}50%{border-color:var(--active-color);box-shadow:0 3px 12px #0fabff80}}.mhuProgressBar-root{position:absolute;left:40px;right:0;top:38px;width:calc(100% - 80px);height:5px;background-color:#bfc6d1}.mhuProgressBar-root .mhuProgressBar__track{width:0;height:100%;background-color:var(--active-color);transition:width .1s}.mhuProgressItem-root.mhuState-current{--inner-cicle-width: 60px}.mhuProgressItem-root.mhuState-current .mhuProgressItem__box{background-color:#fff;border-color:#bfc6d169;color:#fff;animation:circle-stroke-color 1.2s infinite ease}.mhuProgressItem-root.mhuState-current .mhuProgressItem__box-inner{border-color:var(--active-color);background-color:var(--active-color)}.mhuProgressItem-root.mhuState-current .mhuProgressItem__head{color:#fff;font-size:11px;opacity:1}.mhuProgressItem-root:nth-child(2).mhuState-current~.mhuProgressBar-root .mhuProgressBar__track{width:33.33%}.mhuProgressItem-root:nth-child(3).mhuState-current~.mhuProgressBar-root .mhuProgressBar__track{width:66.66%}.mhuProgressItem-root:nth-child(4).mhuState-current~.mhuProgressBar-root .mhuProgressBar__track{width:100%}.mhuProgressItem-root.mhuState-current .mhuProgressItem__text{color:var(--active-color);font-weight:700}.mhuProgressItem-root.mhuState-active{--inner-cicle-width: 60px}.mhuProgressItem-root.mhuState-active .mhuProgressItem__box{color:#fff}.mhuProgressItem-root.mhuState-active .mhuProgressItem__box-inner{border-width:5px;border-color:var(--active-color);background-color:#fff}.mhuProgressItem-root.mhuState-active .mhuProgressItem__box-inner:before{--box-width: 38px;display:block;position:absolute;left:calc(50% - var(--box-width) / 2);top:calc(50% - var(--box-width) / 2);width:var(--box-width);height:var(--box-width);background:var(--active-color) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAiCAYAAAAOPsreAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHBSURBVHgB5ZkxSgNBFIb/EUEQhSS2Fqls9QaKpWiTCxg9gZ7A8QBiKu00N0ihtVcIXkAtbBWxsMz4P7KLEbLZncxLnF0/+DOBTN7MB0MyM2sQIc45aerMDVNDOM4gMkYkH5gthCMFjxETIsnUmb7TYcC0ERuclGFunQ7/RvIEsaEsKVjERiJ56fSwiA03/PGxTg+bNZZJBlxmswkdHo0xX3md3PBvxDJn0OGc49qsDxflRSbGgdf49gDhvLLWFWu+5fSzmJOk8GvDwAnuQ0dWJC+yZDmOCFrokCspmDGTmKmssmSH9U+LdBy7BZyVrLJkl3WPinbO3Osqy14zLaYDHbwkhYmbekXZdWYPOvQo2fL8DnJPLwqyG8wOdOgzuxT9gCcLeR1Y9J7NHaajiQgkhVxRYUrZBrMNHYIkBa+Dt8cybiT9lhDOM4aSLwjA+4ahgGx0kkKhpTtKzjJeQYSSgreokCEbraQQdDk2soxTyVWEoy6pAmVbzKfT4YlpIlaczuE5bsmUQNn3UkimTCkrkhoX1fPFU7ackimcfLeA5KDUkikFZNuoChNk26galOpVXlKgWM39PB2zqDKJ7CH+kG+l7T1RNIZiswAAAABJRU5ErkJggg==) no-repeat center center / 28px auto;border-radius:50%;content:""}.mhuProgressItem-root.mhuState-active .mhuProgressItem__number{opacity:0}.mhuProgressItem-root.mhuState-active .mhuProgressItem__text{color:var(--active-color);font-weight:600}.mhuProgressItem__box-inner{display:flex;flex-direction:column;justify-content:center;position:relative;background-color:#f3f4f7;border:3px solid #BFC6D1;border-radius:50%;width:var(--inner-cicle-width);height:var(--inner-cicle-width);transition:all .15s}.mhuProgressItem__head{color:transparent;font-size:0;font-style:normal;font-weight:600;opacity:0;transition:all .15s}.mhuProgressItem__number{text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:1;transition:color .15s,opacity .15s}.mhuProgressItem__text{margin-top:16px;color:#939395;font-size:16px;font-weight:600;line-height:1.4}.common-footer__bottom-inner nav{display:flex;align-items:center}#common-footer__bottom--family-site{display:inline-block;width:127px;height:23px;line-height:3.5;text-align:left;background:url(https://channel.copykiller.com/common/img/icon-chevron-down.png) no-repeat center;background-position-x:95%;box-sizing:border-box;cursor:pointer;position:relative;margin-left:14px;border-radius:4px;border:solid 1px #ffffff}#common-footer__bottom--family-site span{position:absolute;top:-11px;left:8px;font-family:Noto Sans KR;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#fff}ul#common-footer__bottom--family-site-menu{position:absolute;top:-350px;width:125px;margin:0;padding:0;border:1px solid #cccccc;border-top:none;z-index:100;display:none;border:none;outline:none;box-sizing:border-box}ul#common-footer__bottom--family-site-menu li{height:25px;z-index:100;position:relative;display:block;background:#fff;line-height:25px;text-align:left;color:#000;box-sizing:border-box;margin:0}ul#common-footer__bottom--family-site-menu li:hover{background-color:#808faa;cursor:pointer}ul#common-footer__bottom--family-site-menu li:hover a{color:#fff}ul#common-footer__bottom--family-site-menu a{display:inline-block;padding-left:10px;width:100%;color:#000;cursor:pointer}.common-footer p,.common-footer h1,.common-footer h2,.common-footer h3,.common-footer h4{margin:0;padding:0;box-sizing:border-box}.common-footer ul,.common-footer li{list-style:none;margin:0;padding:0}.common-footer{width:100%;background-color:#212c42;color:#cecece;padding:0;box-sizing:border-box;font-family:Noto Sans,Noto Sans KR,Pretendard,NanumGothic,나눔고딕,Arial,맑은 고딕,굴림,Tahoma,Geneva,sans-serif;font-size:16px}.common-footer *{box-sizing:content-box}.common-footer img{vertical-align:top}.common-footer a{text-decoration:none}.common-footer .common-footer__inner{width:980px;margin:0 auto;height:380px;display:flex;justify-content:space-between;padding:50px 15px 0;box-sizing:border-box}.common-footer__inner--title{font-size:16px!important;font-weight:500;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;color:#fff}.common-footer__inner .box1>img{width:140px;margin-top:8px}.common-footer__inner .box1 p{opacity:.5;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;color:#fff}.common-footer__inner .box1 p:nth-child(2){margin:17px 0 10px}.common-footer__inner .box1 .right-logo{width:60px;height:auto;margin-top:20px}.common-footer__inner .box2{width:170px;border-left:1px solid #414b5e;height:215px;margin-top:20px;padding-left:30px}.common-footer__inner .box2 p{color:#cecece}.common-footer__inner .box2 p:nth-child(2){font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;margin:23px 0 10px}.common-footer__inner .box2 p:nth-child(3){font-size:24px;line-height:.85;margin:15px 0}.common-footer__inner .box2 p:nth-child(4){font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal}.common-footer__inner .box2 p:nth-child(3).email{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;margin:0}.common-footer__inner .box2 .box2__btn-wrapper{margin-top:20px}.common-footer__inner .box2 .box2__btn-wrapper a{border-radius:4px;padding:5px 10px;margin:0;border:solid 1px #cecece;background:none;font-size:12px;color:#cecece}.common-footer__inner .box2 .box2__btn-wrapper .remote-btn{margin-left:8px}.common-footer .box3{width:170px;border-left:1px solid #414b5e;height:215px;margin-top:20px;padding-left:30px}.common-footer__inner .box3 p{color:#cecece}.common-footer .box3 p:nth-child(2){font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;margin:23px 0 10px}.common-footer .box3 p:nth-child(3){font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;word-wrap:normal}.common-footer__bottom{border-top:solid 1px #979797}.common-footer .common-footer__bottom-inner{width:950px;padding:0 15px;display:flex;justify-content:space-between;align-items:center;margin:0 auto}.common-footer .common-footer__bottom-inner h4{font-family:NotoSansCJKkr;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;color:#898989}.common-footer .box1{width:300px}.common-footer .box4{width:140px;border-left:1px solid #414b5e;height:215px;margin-top:20px;padding-left:30px}.common-footer .box4 ul{margin-top:23px}.common-footer .box4 ul li{font-size:13px}.common-footer .box4 ul li a{color:#fff}.common-footer__bottom-inner nav ul{height:50px;display:flex;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.common-footer__bottom-inner nav ul li{font-size:12px;font-stretch:normal;font-style:normal;line-height:1.6;letter-spacing:normal;margin:0 8px}.common-footer__bottom-inner nav ul li a{color:#cecece}.common-footer__bottom-inner nav>ul>li:first-child{font-size:13px}
