Showing source for: http://html.kh24.co.kr/503.html
Duration: 1.194151s
Server: nginx/1.15.6

<html>
    <head>
        <meta content="IE=edge" http-equiv="X-UA-Compatible">
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="telephone=no" name="format-detection">
        <meta content="user-scalable=no, width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover" name="viewport">
        <meta content="noindex,nofollow" name="robots">
        <!-- <link href="https://www.mcgo.co.kr/img/icons/favicon.ico" rel="icon" type="image/x-icon" /> -->
        <title>
            일일 전송량 초과 차단 | 킬러호스팅
        </title>
        <meta content="일일 전송량 초과 차단" name="description">
        <style>
            /* **************************************** *     * STYLE     * **************************************** */
                
            /* RESET */
            html,body,div,span,h1,h2,p,header,footer,font {
                margin              : 0;
                padding             : 0;
                border              : 0;
                font-weight         : inherit;
                font-style          : inherit;
                vertical-align      : baseline;
                -moz-box-sizing     : border-box;
                -webkit-box-sizing  : border-box;
                box-sizing          : border-box;
            }
            /* GLOBAL */
            html, html.safari.desktop {
                font-size           : 0.05254860746190226vw;
            }
            body {
                overflow-x          : hidden;
                font-family         : "NotoSansKR","Arial", sans-serif;
                font-size           : 16rem;
                word-break          : keep-all;
                background-color    : #f1f1f1;
            }
            a {
                color               : #177cee;
                text-decoration     : none;
            }
            /* LAYOUT */
            .wrap {
                max-width           : 1312rem;
                margin              : 0 auto;
            }
            /* HEADER */
            #header {
                width               : 100%;
                height              : 80rem;
                position            : fixed;
                top                 : 0;
                left                : 0;
                background          : #f1f1f1;
                z-index             : 500;
            }
            #header .header__inner {
                position            : relative;
            }
            #header .logo {
                width               : 100%;
                text-align          : center;
                border-bottom       : 1rem solid #ddd;
            }
            /* LOGO */
            .logo {
                z-index             : 2;
                padding             : 15rem 0 8rem;
                position            : relative;
                font-size           : 0;
            }
            .logo a {
                display             : inline-block; /* width: 155rem; */
                height              : 28rem;
            }
            .logo a svg {
                display             : block;
                width               : 100%;
                height              : 100%;
            }
            /* CONTENT */
            .utility__section .icon__img {
                width               : 342rem;
                margin              : 0 auto;
                padding-left        : 13rem;
            }
            .utility__section .utility__title {
                font-size           : 37rem;
                font-weight         : 600;
                letter-spacing      : -0.05em;
                color               : #00101d;
                text-align          : center;
                line-height         : 1.35;
            }
            .utility__section {
                padding-top         : 166rem;
                padding-bottom      : 145rem;
            }
            .utility__section .utility__title {
                font-size           : 36rem;
                padding-top         : 65rem;
            }
            .utility__section .utility__desc {
                color               : #999;
                font-size           : 24rem;
                text-align          : center;
                line-height         : 1.58;
                padding-top         : 24rem;
                letter-spacing      : -0.05em;
            }
            .utility__section .utility__desc__en {
                padding-top         : 35rem;
                color               : #00101d;
                font-size           : 20rem;
                text-align          : center;
                line-height         : 1.7;
            }
            .utility__section .utility__desc a,    .utility__section .utility__desc__en a {
                -webkit-box-shadow  : inset 0 -1rem 0 0 #177cee;
                box-shadow          : inset 0 -1rem 0 0 #177cee;
            }
            .utility__section .utility__btn {
                text-align          : center;
                margin-top          : 55rem;
                font-size           : 0;
            }
            .utility__section .utility__btn .jt-btn__basic {
                margin              : 0 auto;
            }
            .utility__section .utility__btn .jt-btn--type-03 {
                margin-right        : 30rem;
            }
            /* BUTTON */
            .jt-btn__basic {
                display             : inline-block;
                position            : relative;
                vertical-align      : middle;
                line-height         : 1;
                text-align          : center;
                padding             : 22rem 44rem;
                border              : 2rem solid #ddd;
                font-size           : 17rem;
                font-weight         : 400;
                letter-spacing      : -0.025em;
                -webkit-transition  : color 300ms,background 300ms,border 300ms;
                transition          : color 300ms,background 300ms,border 300ms;
                border-radius       : 100rem;
            }
            .jt-btn__basic span {
                position            : relative;
                display             : inline-block;
                -webkit-transition  : transform 0.2s;
                -webkit-transition  : -webkit-transform 0.2s;
                transition          : -webkit-transform 0.2s;
                transition          : transform 0.2s;
                transition          : transform 0.2s, -webkit-transform 0.2s;
                font-weight         : 500;
            }
            .jt-btn__basic svg {
                position            : absolute;
                width               : 10rem;
                top                 : 50%;
                margin-top          : -4rem;
                font-size           : 10rem;
                -webkit-transform   : translate(-14rem,0rem);
                -ms-transform       : translate(-14rem,0rem);
                transform           : translate(-14rem,0rem);
                -webkit-transform-origin: right top;
                -ms-transform-origin: right top;
                transform-origin    : right top;
                -webkit-transition  : 0.2s;
                transition          : 0.2s;
                opacity             : 0;
            }
            .ios .jt-btn__basic svg {
                margin-top          : -5rem
            }
            .jt-btn__basic:hover span {
                -webkit-transform   : translateX(-5rem);
                -ms-transform       : translateX(-5rem);
                transform           : translateX(-5rem);
            }
            .jt-btn__basic:hover svg {
                -webkit-transform   : translate(0rem,0rem);
                -ms-transform       : translate(0rem,0rem);
                transform           : translate(0rem,0rem);
                opacity             : 1;
            }
            .jt-btn__basic.jt-btn--type-02 {
                border-color        : #5b6a82;
                background          : #5b6a82;
                color               : #fff;
            }
            .jt-btn__basic.jt-btn--type-02:hover {
                border-color        : #00101d;
                background          : #00101d;
            }
            .jt-btn__basic.jt-btn--type-03 {
                color               : #fff;
                border-color        : #146af0;
                background          : #146af0;
            }
            .jt-btn__basic.jt-btn--type-03:hover {
                border-color        : #0050cd;
                background          : #0050cd;
            }
            /* FOOTER */
            #footer {
                width               : 100%;
                padding             : 0 0 90rem;
                position            : relative;
                background          : #222;
            }
            .footer__inner {
                padding-top         : 42rem;
            }
            /* Copyright */
            .copyright {
                font-size           : 12rem;
                font-weight         : 500;
                letter-spacing      : 0.01em;
                line-height         : 1.75;
                color               : #777;
                text-align          : center;
            }
            /* **************************************** *     * RWD     * **************************************** */
            @media (min-width: 2000px) {
                html, html.safari.desktop {
                    font-size           : 0.05254860746190225vw;
                }
            }
            @media(max-width:1480px) and (min-width: 1024px) {
                /* GLOBAL */
                html, html.safari.desktop {
                    font-size           : 0.0724636vw;
                }
                /* 1380vw 1rem = 1rem */
                         
                /* LAYOUT */
                .wrap {
                    max-width           : 1180rem;
                }
                .main-container {
                    padding-top         : 80rem;
                }
            }
            @media(max-width:1180px) and (min-width: 1024px) {
                /* GLOBAL */
                html, html.safari.desktop {
                    font-size           : 0.0847455vw;
                }
                /* LAYOUT */
                .wrap {
                    max-width           : 1080rem;
                }
            }
            @media(max-width: 1023px) {
                /* LAYOUT */
                html, html.safari.desktop {
                    font-size           : 0.13020833333333335vw;
                }
                /* HEADER */
                        
                /* CONTENT */
                .utility__section .wrap {
                    max-width           : inherit;
                    padding-left        : 40rem;
                    padding-right       : 40rem;
                }
                .utility__section {
                    padding-top         : 190rem;
                }
                .utility__section .utility__title {
                    font-size           : 30rem;
                }
                .utility__section .utility__desc {
                    font-size           : 20rem;
                }
                .utility__section .utility__desc__en {
                    font-size           : 18rem;
                }
                .utility__section .utility__btn .jt-btn--type-03 {
                    margin-right        : 15rem;
                }
                /* BUTTON */
                        
                /* html:not(.desktop) .jt-btn__basic svg{-webkit-transform: translate(0rem,0rem);-ms-transform: translate(0rem,0rem);transform: translate(0rem,0rem);opacity:1;}        html:not(.desktop) .jt-btn__basic span{-webkit-transform: translateX(-5rem);-ms-transform: translateX(-5rem);transform: translateX(-5rem);} */
                .jt-btn__basic {
                    font-size           : 15rem;
                    padding             : 14rem 35rem;
                }
                /* FOOTER */
                .footer__inner-wrap {
                    margin              : 0 30rem;
                }
            }
            @media (max-width: 540px) {
                /* LAYOUT */
                html, html.safari.desktop {
                    font-size           : 0.26666666666666665vw;
                }
                /* HEADER */
                #header {
                    height              : 70rem;
                    border-bottom       : 1rem solid #ddd;
                }
                #header .logo {
                    border-bottom       : 0;
                }
                #header .logo a {
                    width               : 110rem;
                    height              : auto;
                }
                /* html.ios #header .logo {padding: 25rem 24rem 21rem;} */
                        
                /* CONTENT */
                .utility__section {
                    padding-top         : 130rem;
                    padding-bottom      : 100rem;
                }
                .utility__section .icon__img {
                    width               : 70%
                }
                .utility__section .utility__title {
                    font-size           : 23rem;
                    padding-top         : 40rem;
                }
                .utility__section .utility__desc {
                    font-size           : 16rem;
                    padding-top         : 15rem;
                }
                .utility__section .utility__desc__en {
                    font-size           : 14rem;
                    padding-top         : 10rem
                }
                .utility__section .utility__desc__en br {
                    display             : none;
                }
                .utility__section .utility__desc__en span {
                    display             : block;
                }
                /* BUTTON */
                .utility__section .utility__btn {
                    margin-top          : 50rem;
                }
                .utility__section .utility__btn .jt-btn__basic {
                    display             : block;
                    max-width           : 70%;
                }
                .utility__section .utility__btn .jt-btn--type-03 {
                    margin-right        : auto;
                }
                .utility__section .utility__btn .jt-btn--type-02 {
                    margin-top          : 10rem;
                }
            }
            /* IE10+ */
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                .jt-btn__basic svg {
                    top                 : 0%;
                    margin-top          : 0;
                }
            }
        </style>
    </head>
    <body>
        <div class="header__inner wrap">
            <div class="logo" style="text-align: center;">
                <a href="https://www.mcgo.co.kr">
                    <img src="https://i.imgur.com/GC18gXo.png" width="180px">
                </a>
            </div>
            <!-- #logo -->
        </div>
        <!-- .header__inner -->
        <main class="main-container" id="main">
            <div class="article article__onescreen-info">
                <div class="article_body">
                    <div class="utility__section">
                        <div class="wrap">
                            <div class="icon__img">
                                <img src="https://i.imgur.com/r8fq9pt.png" style="text-center" width="300px">
                            </div>
                            <!-- .icon__img -->
                            <h1 class="utility__title">
        일일 전송량 초과 차단
                            </h1>
                            <!-- <h2 class="utility__desc">궁금한 점은 <a href="https://www.mcgo.co.kr" target="_blank">킬러호스팅 고객센터</a>로 문의해주세요.</h2> -->
                            <p class="utility__desc__en">
        초과된 데이터 전송량은 금일 밤 12시에 초기화되어 정상접속이 가능합니다.
                                <br>
                                사이트 차단을 바로 해제 하시려면 현재 서비스보다 보다 높은 사양으로 서비스를 변경시 정상접속이 가능합니다.
                                <br>
                                <!-- <span><a href="https://www.mcgo.co.kr" target="_blank">mcgo Hosting customer support center</a>.</span> -->
                            </p>
                            <div class="utility__btn">
                                <a class="jt-btn__basic jt-btn--type-03" href="https://www.mcgo.co.kr">
                                    <span>
          메인으로 가기
                                    </span>
                                    <svg fill="#FFFFFF" style="enable-background:new 0 0 9.5 7.4;" version="1.1" viewBox="0 0 9.5 7.4" x="0rem" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0rem">
                                        <polygon points="5.8,0 4.4,1.4 5.7,2.7 0,2.7 0,4.7 5.7,4.7 4.4,6 5.8,7.4 9.5,3.7 ">
                                        </polygon>
                                    </svg>
                                </a>
                                <a class="jt-btn__basic jt-btn--type-02" href="https://www.mcgo.co.kr/">
                                    <span>
                                        킬러호스팅 호스팅 상품보기
                                    </span>
                                    <svg fill="#FFFFFF" style="enable-background:new 0 0 9.5 7.4;" version="1.1" viewBox="0 0 9.5 7.4" x="0rem" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0rem">
                                        <polygon points="5.8,0 4.4,1.4 5.7,2.7 0,2.7 0,4.7 5.7,4.7 4.4,6 5.8,7.4 9.5,3.7 ">
                                        </polygon>
                                    </svg>
                                </a>
                            </div>
                            <!-- .utility__btn -->
                        </div>
                        <!-- .wrap -->
                    </div>
                    <!-- .utility__section -->
                </div>
                <!-- .article_body -->
            </div>
            <!-- .article -->
        </main>
        <!-- .main_container -->
        <footer id="footer">
            <div class="footer__inner wrap">
                <p class="copyright" data-small="&copy; 킬러호스팅 Corp." lang="en">
     Copyright &copy; (주)킬러호스팅. All Rights Reserved.
                </p>
            </div>
            <!-- .footer__inner -->
        </footer>
        <!-- .footer -->
        <!-- script type="text/javascript">(function(){window["loaderConfig"] = "/TSPD/?type=21";})();script> -->
        <!-- script type="text/javascript" src="/TSPD/?type=18">script> -->
        <!-- <APM_DO_NOT_TOUCH>script type="text/javascript">(function(){window.Vin=!!window.Vin;try{(function(){(function(){var I={decrypt:function(I){try{return JSON.parse(function(I){I=I.split("l");var l="";for(var L=0;L<I.length;++L)l+=String.fromCharCode(I[L]);return l}(I))}catch(L){}}};return I={configuration:I.decrypt("123l34l97l99l116l105l118l101l34l58l34l110l111l34l44l34l100l101l98l117l103l103l105l110l103l34l58l34l110l111l34l44l34l109l111l100l117l108l101l49l34l58l34l101l110l97l98l108l101l100l34l44l34l109l111l100l117l108l101l50l34l58l34l101l110l97l98l108l101l100l34l44l34l109l111l100l117l108l101l51l34l58l34l101l110l97l98l108l101l100l34l44l34l109l111l100l117l108l101l52l34l58l34l101l110l97l98l108l101l100l34l125")}})();var ji=28;try{var li,oi,zi=J(961)?1:0,Si=J(366)?1:0,_i=J(690)?1:0,JI=J(273)?1:0,lI=J(634)?1:0,zI=J(766)?1:0,sI=J(917)?1:0;for(var SI=(J(770),0);SI<oi;++SI)zi+=(J(502),2),Si+=J(529)?2:1,_i+=(J(986),2),JI+=(J(124),2),lI+=(J(460),2),zI+=(J(327),2),sI+=(J(481),3);li=zi+Si+_i+JI+lI+zI+sI;window.ss===li&&(window.ss=++li)}catch(ij){window.ss=li}var jj=!0;function O(I,l){I+=l;return I.toString(36)}function lj(I){var l=93;!I||document[z(l,211,198,208,198,191,198,201,198,209,214,176,209,190,209,194)]&&document[Z(l,211,198,208,198,191,198,201,198,209,214,176,209,190,209,194)]!==Z(l,211,198,208,198,191,201,194)||(jj=!1);return jj}function Z(I){var l=arguments.length,L=[],s=1;while(s<l)L[s-1]=arguments[s++]-I;return String.fromCharCode.apply(String,L)}function Lj(){}lj(window[Lj[Z(ji,138,125,137,129)]]===Lj);lj(typeof ie9rgb4!==O(1242178186171,ji));lj(RegExp("<")[O(1372177,ji)](function(){return"<"})&!RegExp(O(42861,ji))[O(1372177,ji)](function(){return"'x3'+'d';"}));var oj=window[z(ji,125,144,144,125,127,132,97,146,129,138,144)]||RegExp(Z(ji,137,139,126,133,152,125,138,128,142,139,133,128),Z(ji,133))[O(1372177,ji)](window["navigator"]["userAgent"]),Oj=+new Date+(J(779)?6E5:819791),zj,sj,iJ,IJ=window[Z(ji,143,129,144,112,133,137,129,139,145,144)],jJ=oj?J(580)?3E4:22362:J(176)?6E3:4842;document[Z(ji,125,128,128,97,146,129,138,144,104,133,143,144,129,138,129,142)]&&document[Z(ji,125,128,128,97,146,129,138,144,104,133,143,144,129,138,129,142)](z(ji,146,133,143,133,126,133,136,133,144,149,127,132,125,138,131,129),function(I){var l=65;document[z(l,183,170,180,170,163,170,173,170,181,186,148,181,162,181,166)]&&(document[Z(l,183,170,180,170,163,170,173,170,181,186,148,181,162,181,166)]===O(1058781918,l)&&I[Z(l,170,180,149,179,182,180,181,166,165)]?iJ=!0:document[Z(l,183,170,180,170,163,170,173,170,181,186,148,181,162,181,166)]===O(68616527601,l)&&(zj=+new Date,iJ=!1,lJ()))});function z(I){var l=arguments.length,L=[];for(var s=1;s<l;++s)L.push(arguments[s]-I);return String.fromCharCode.apply(String,L)}function lJ(){if(!document[Z(30,143,147,131,144,151,113,131,138,131,129,146,141,144)])return!0;var I=+new Date;if(I>Oj&&(J(26)?6E5:736681)>I-zj)return lj(!1);var l=lj(sj&&!iJ&&zj+jJ<I);zj=I;sj||(sj=!0,IJ(function(){sj=!1},J(951)?1:0));return l}lJ();var LJ=[J(143)?17795081:17083198,J(155)?27611931586:2147483647,J(337)?1558153217:938635490];function OJ(I){var l=8;I=typeof I===O(1743045668,l)?I:I[Z(l,124,119,91,124,122,113,118,111)](J(406)?36:25);var L=window[I];if(!L||!L[Z(l,124,119,91,124,122,113,118,111)])return;var s=""+L;window[I]=function(I,l){sj=!1;return L(I,l)};window[I][Z(l,124,119,91,124,122,113,118,111)]=function(){return s}}for(var ZJ=(J(273),0);ZJ<LJ[O(1294399177,ji)];++ZJ)OJ(LJ[ZJ]);lj(!1!==window[z(ji,114,133,138)]);window._Z=window._Z||{};window._Z.lI="08d0d302c1194000ad6ea1f08d6b3a2d958eb29ad84f06c7a1e8a554f7579f4bf1173b3b52b2d9e81cfad265cd6582d811cc975d8f287053d6decfecafdf9c763ce9ec347440b9cc";function sJ(I){var l=+new Date,L;!document[Z(22,135,139,123,136,143,105,123,130,123,121,138,133,136,87,130,130)]||l>Oj&&(J(925)?6E5:644843)>l-zj?L=lj(!1):(L=lj(sj&&!iJ&&zj+jJ<l),zj=l,sj||(sj=!0,IJ(function(){sj=!1},J(368)?1:0)));return!(arguments[I]^L)}function J(I){return 981>I}(function SJ(l){l&&"number"!==typeof l||("number"!==typeof l&&(l=1E3),l=Math.max(l,1),setInterval(function(){SJ(l-10)},l))})(!0);})();}catch(x){}finally{ie9rgb4=void(0);};function ie9rgb4(a,b){return a>>b>>0};})();script></APM_DO_NOT_TOUCH>script type="text/javascript" src="/TSPD/0853a021f8ab2000843c8aea451dae4ef17cb06f3a43539275a899ee116e442393bec44a1c8c1d54?type=9">script> -->
    </body>
</html>

Latest requests

# Url Url Source Date
1 http://html.kh24.co.kr/503.html 2024-05-12 07:16:40
2 https://thebolditalic.com/?gi=20ce… 2024-05-12 07:16:37
3 https://thebolditalic.com/?gi=8600… 2024-05-12 07:16:35
4 https://thebolditalic.com/?gi=ed61… 2024-05-12 07:16:34
5 https://thebolditalic.com/?gi=272c… 2024-05-12 07:16:31
6 https://thebolditalic.com/?gi=9e67… 2024-05-12 07:16:31
7 https://thebolditalic.com/?gi=a0d6… 2024-05-12 07:16:31
8 https://thebolditalic.com/?gi=a147… 2024-05-12 07:16:28
9 https://thebolditalic.com/?gi=76ac… 2024-05-12 07:16:28
10 https://thebolditalic.com/?gi=9ed8… 2024-05-12 07:16:27
11 https://thebolditalic.com/?gi=44d8… 2024-05-12 07:16:24
12 https://thebolditalic.com/?gi=26dc… 2024-05-12 07:16:22
13 https://thebolditalic.com/?gi=3a4b… 2024-05-12 07:16:20
14 https://www.youtube.com/user/1?app… 2024-05-12 07:16:19
15 https://thebolditalic.com/?gi=96e4… 2024-05-12 07:16:19
16 https://thebolditalic.com/?gi=0abd… 2024-05-12 07:16:15
17 https://thebolditalic.com/?gi=3ac6… 2024-05-12 07:16:14
18 https://thebolditalic.com/?gi=cb47… 2024-05-12 07:16:13
19 https://thebolditalic.com/?gi=9320… 2024-05-12 07:16:12
20 https://thebolditalic.com/?gi=4b20… 2024-05-12 07:16:12