
  html,
        body {
            margin: 0;
            padding: 0;
            /* font-family: 'Noto Sans KR', sans-serif; */
            font-size: 14px;
			font-weight:normal;
        }

        * {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            box-sizing: border-box;
        }

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {

  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


.container{background-color:#292929;}
 .container-home-top {
            position: relative;
            width: 100%;
            height: 28rem;
            overflow: hidden;
            background: linear-gradient(#85FF6A, #1EA500);

        }

        .container-home-top .title {
            position: absolute;
            padding-top: 7rem;
            width: 100vw;
            height: 28rem;
            z-index: 2;
            text-align: center;
        }

        .container-home-top .title h1 {
            font-size: 5rem;
            font-weight: bold;
            color: white;
        }

        .container-home-top .title h2 {
            font-size: 2rem;
            color: white;
        }

        .container-home-top .title>a {
            display: inline-block;
            margin: 1rem;
            padding: 0.5rem 2rem 0.5rem 2rem;
            font-size: 0.9rem;
            font-weight: normal;
            color: white;
            border: 2px solid white;
            border-radius: 0.8rem;
            opacity: 1;
            transition: opacity 0.5s;
        }

        .container-home-top .title>a:hover {
            opacity: 0.6;
        }

        .container-home-top .img {
            position: relative;
            margin: 0 auto;
            padding-top: 3rem;
            width: 100vw;
            height: 100%;
            max-width: 1200px;
          margin:0 auto;
            overflow: hidden;
        }

        .container-home {
            position: relative;
            margin: 0 auto;
            width: 100vw;
            height: auto;
            max-width: 1200px;
            overflow: hidden;
        }

        .container-home h1 {
            margin: 1rem 0;
            font-size: 2.5rem;
            font-weight: bold;
            color: white;
            text-align: center;
            letter-spacing: -2px;
        }

       

        .container-home .money {
            position: relative;
            margin-bottom: 2rem;
            padding-top: 0;
            width: 100%;
            height: 14rem;
            font-size: 0;
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
        }

    
	 .container-home .flip {
            display: inline-block;
            margin: 0 0.15rem;
            width: 18%;
            height: 8.5rem;
            max-width: 60px;
            background-color: white;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border-radius: 1rem;
            transition: 0.5s;
            animation: animate 1.5s ease-out;
        }

        .container-home .flip-0 {
            background-image: url('/img/img_num_0_b.png');
            background-size: contain;
        }

        .container-home .flip-1 {
            background-image: url('/img/img_num_1_b.png');
            background-size: contain;
        }

        .container-home .flip-2 {
            background-image: url('/img/img_num_2_b.png');
            background-size: contain;
        }

        .container-home .flip-3 {
            background-image: url('/img/img_num_3_b.png');
            background-size: contain;
        }

        .container-home .flip-4 {
            background-image: url('/img/img_num_4_b.png');
            background-size: contain;
        }

        .container-home .flip-5 {
            background-image: url('/img/img_num_5_b.png');
            background-size: contain;
        }

        .container-home .flip-6 {
            background-image: url('/img/img_num_6_b.png');
            background-size: contain;
        }

        .container-home .flip-7 {
            background-image: url('/img/img_num_7_b.png');
            background-size: contain;
        }

        .container-home .flip-8 {
            background-image: url('/img/img_num_8_b.png');
            background-size: contain;
        }

        .container-home .flip-9 {
            background-image: url('/img/img_num_9_b.png');
            background-size: contain;
        }

        .container-home .flip-comma {
            width: 9% !important;
            max-width: 30px !important;
            border-radius: 0.5rem !important;
            background-image: url('/img/img_num_comma_b.png');
            background-size: contain;
            filter: invert(100%);
			background-color:rgba(0,0,0,0);
        }

        .container-home .delay-1 {
            animation-delay: 0.1s;
        }

        .container-home .delay-2 {
            animation-delay: 0.2s;
        }

        .container-home .delay-3 {
            animation-delay: 0.3s;
        }

        .container-home .delay-4 {
            animation-delay: 0.4s;
        }

        .container-home .delay-5 {
            animation-delay: 0.5s;
        }

        .container-home .delay-6 {
            animation-delay: 0.6s;
        }

        .container-home .delay-7 {
            animation-delay: 0.7s;
        }

        .container-home .delay-8 {
            animation-delay: 0.8s;
        }

        .container-home .delay-9 {
            animation-delay: 0.9s;
        }

        .container-home .delay-10 {
            animation-delay: 1s;
        }

        .container-home .delay-11 {
            animation-delay: 1.1s;
        }

        .container-home .delay-12 {
            animation-delay: 1.2s;
        }

        .container-home .delay-13 {
            animation-delay: 1.3s;
        }

        .container-home .delay-14 {
            animation-delay: 1.4s;
        }

        .container-home .delay-15 {
            animation-delay: 1.5s;
        }

@keyframes animate {
	0% {transform: rotateX(0deg);}
	50% {transform: rotateX(180deg);}
	100% {transform: rotateX(0deg);}
}
        .container-home .about {
            position: relative;
            margin-bottom: 2rem;
            width: 100%;
            height: 15rem;
            font-size: 0;
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
        }

        .container-home .about .img {
            display: inline-block;
            width: 20%;
            height: 14rem;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .container-home .about .img-1 {
            background-image: url('/img/home_img_fxcm_w.png');
            background-size: contain;
        }

        .container-home .about .img-2 {
            background-image: url('/img/home_img_chart_w.png');
            background-size: contain;
        }

        .container-home .about .img-3 {
            background-image: url('/img/home_img_firewall_w.png');
            background-size: contain;
        }

        .container-home .about .img-4 {
            background-image: url('/img/home_img_20_w.png');
            background-size: contain;
        }

        .container-home .about .img-5 {
            background-image: url('/img/home_img_trade_w.png');
            background-size: contain;
        }

        .container-home .bbs {
            position: relative;
            margin-bottom: 1rem;
            padding-bottom: 2rem;
            width: 100%;
            height: auto;
            font-size: 0;
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
        }

        .container-home .bbs .col {
            display: inline-block;
            width: 33%;
            height: 100%;
            vertical-align: top;
        }

        .container-home .bbs .col:first-child {
            width: 66%;
        }

        .container-home .bbs .col>h1 {
            cursor: pointer;
        }

        .container-home .bbs .col>div {
            margin: 0.7rem auto;
            padding-left: 1rem;
            width: 96%;
            height: 3rem;
            font-size: 1rem;
            font-weight: normal;
            color: black;
            line-height: 3rem;
            background-color: #e5e5e5;
            transition: background-color 0.5s, color 0.5s;
        }

        .container-home .bbs .col>div:hover {
            cursor: pointer;
            background-color: #919191;
            color: white;
        }

        .container-home .bbs .col:first-child>div {
            text-align: left;
        }

        .container-home .bbs .col .cs {
            display: block;
            margin: 0.7rem auto;
            width: 96%;
            height: 14.4rem;
            font-size: 1rem;
            font-weight: normal;
            color: black;
            line-height: 2rem;
            background-color: #e5e5e5;
        }

        .container-home .bbs .col .cs>b {
            color: #2e74c1;
        }

        .container-video {
            margin: 20px auto 20px;
            width: 100vw;
            max-width: 1200px;
            height: 340px;
            font-size: 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .container-video>.col {
            display: inline-block;
            margin: 0 1% 0 1%;
            width: 31%;
            text-align: center;
            vertical-align: top;
        }

        .container-video>.col>h1 {
            margin-bottom: 10px;
            font-size: 2rem;
            font-weight: bold;
            color: black;
        }

        /*  popup   */
        .container-popup {
            position: fixed;
            display: none;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            justify-content: center;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.5);
            overflow: hidden;
            z-index: 500;
        }

        .container-popup .container-popup-inner {
            width: 90vw;
            height: 600px;
            max-width: 36rem;
            overflow-x: hidden;
            overflow-y: auto;
            background-color: white;
            border: 3px solid black;
        }

        .container-popup .container-popup-inner .header {
            position: relative;
            width: 100%;
            height: auto;
        }

        .container-popup .container-popup-inner .header>div {
            position: relative;
            margin: 0 auto;
            width: 94%;
            height: 4rem;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            line-height: 4rem;
            border-bottom: 2px solid #e5e5e5;
        }

        .container-popup .container-popup-inner .header>button {
            position: absolute;
            right: 3%;
            top: 0.5rem;
            width: 3rem;
            height: 3rem;
            background: url('/assets/images/popup_btn_close.png') no-repeat 50% 50%;
            background-size: contain;
            z-index: 1;
            outline: 0;
            border: 0;
            opacity: 0.5;
            transition: opacity 0.5s;
        }

        .container-popup .container-popup-inner .header>button:hover {
            cursor: pointer;
            opacity: 1;
        }

        .container-popup .container-popup-inner h1 {
            margin-top: 1rem;
            padding-left: 1rem;
            font-size: 1.5rem;
            font-weight: bold;
            color: black;
            text-align: left;
        }

        .container-popup .container-popup-inner .memo {
            margin: 2rem auto 0;
            width: 94%;
            height: 28rem;
            font-size: 1rem;
            font-weight: normal;
            color: black;
            text-align: left;
            line-height: 1.6rem;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .container-popup .container-popup-inner>button {
            display: block;
            margin: 1rem auto;
            width: 94%;
            height: 2.5rem;
            font-size: 0.9rem;
            font-weight: normal;
            color: white;
            background-color: black;
            text-align: center;
            opacity: 1;
            transition: opacity 0.5s;
        }

        .container-popup .container-popup-inner>button:hover {
            cursor: pointer;
            opacity: 0.5;
        }

        .video-container {
            position: relative;
            margin: 0 auto;
            padding-bottom: 56.25%;
            padding-top: 30px;
            max-width: 1075px;
            height: 0;
            overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .entry-content img,
        .entry-content iframe,
        .entry-content object,
        .entry-content embed {
            max-width: 100%;
        }

        /*@media (min-width: 320px) and (max-width: 480px) {*/
        @media (min-width: 320px) and (max-width: 675px) {
            .container-home-top {
                position: relative;
                width: 100vw;
                height: 100vw;
            }

            .container-home-top .title {
                padding-top: 2.8rem;
                height: 100vw;
            }

            .container-home-top .title h1 {
                margin: 0 auto;
                width: 70%;
                font-size: 5rem;
                line-height: 4.9rem;
                text-align: center;
            }

            .container-home-top .title h2 {
                margin-top: 0.5rem;
                font-size: 1.5rem;
                font-weight: normal;
            }

            .container-home-top .img {
                padding-top: 0;
                width: 100vw;
                height: 100vw;
            }

            .container-home .money {
                margin-bottom: 0.5rem;
                padding-top: 0.5rem;
                width: 100%;
                height: 7rem;
            }

            .container-home .flip {
                margin: 0 0.15rem;
                width: 18%;
                height: 4.5rem;
                max-width: 26px;
                border-radius: 0.5rem;
            }

            .container-home .flip-comma {
                width: 9% !important;
                max-width: 13px !important;
                border-radius: 0.25rem !important;
            }

            .container-home .about {
                margin-bottom: 0.5rem;
            }

            .container-home h1 {
                margin: 1rem 0;
                font-size: 1.5rem;
                letter-spacing: 0;
            }

            .container-home .about .img {
                width: 30%;
                height: 7rem;
            }

            .container-home .bbs {
                padding-bottom: 1rem;
                margin-bottom: 0.5rem;
            }

            .container-home .bbs .col,
            .container-home .bbs .col:first-child {
                width: 96%;
            }

            .container-video {
                margin: 0;
                padding-bottom: 2rem;
                height: auto;
            }

            .container-video>.col {
                display: block;
                width: 100%;
            }

            .container-video>.col h1 {
                font-size: 1.5rem;
            }

        }
