﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:400,500,700,900&subset=korean');

/*font-family: 'Nanum Gothic', sans-serif;
font-family: 'Noto Sans KR', sans-serif;*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup,
menu, nav, section, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    /*font-family: Roboto, 'Nanum Gothic', NanumGothic,"Dotum", "Arial", sans-serif !important;*/
    outline: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, 'Nanum Gothic', NanumGothic,"Dotum", "Arial", sans-serif;
    margin-bottom: 0;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
}
i {
    font-style: normal;
    display: inline-block;
}
a {
    text-decoration: none;
    display: inline-block;
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
}

em {
    font-style: normal;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset ;
    -webkit-text-fill-color: #000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input, button, select, textarea {
    border-radius: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
}

span {
    display: inline-block;
}

nav, ul, li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

caption, .hidden, legend {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -5000px;
}


input[type="text"], input[type="password"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right
}

.tl {
    text-align: left;
}

.vb {
    vertical-align: bottom
}

.dim {
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
}

.dim_bg {
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
}

.boxing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*common layout*/
img {
    max-width: 100%;
    vertical-align: top;
}
    /*.header .tit_logo{text-align:center;font-size:0;height:39px;padding:25px 0;}*/
    .header .tit_logo {
        text-align: center;
        font-size: 0;
        height: 39px;
        padding-top: 21px;
    }
        /*.header .tit_logo a{width:107px;padding:10px 0}*/
        .header .tit_logo a {
            width: 107px
        }

    .header button {
        position: absolute; /*top:35px;*/
        top: 23px;
        right: 10px;
        width: 25px;
    }

#wrapper {
    font-size: 1.125em; /*18px*/
    position: relative;
    overflow: hidden;
    /*background-color: #f4f5f9;*/
}

#menu {
    z-index: 10;
    position: fixed;
    right: -85%;
    top: 0;
    width: 85%;
    height: 100%;
    background-color: #162c40;
    color: #fff;
    transition: right .3s ease;
    overflow-y: scroll;
    z-index: 10;
}

    #menu.open {
        right: 0;
    }

    #menu .login_info {
        position: relative;
        background-color: #132434;
        padding: 161px 0 45px;
        text-align: center;
    }

        #menu .login_info .close {
            position: absolute;
            right: 20px;
            top: 60px;
        }

        #menu .login_info a {
            color: #fff;
            background-color: #324659;
            width: 92px;
            margin-left: 2px;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            font-size: 0.938em
        }

            #menu .login_info a:first-child {
                margin-left: 0;
            }

    #menu .in_menu {
        height: 600px;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }


        #menu .list_menu dl dt {
            position: relative;
            padding: 32px 20px;
            border-bottom: 1px solid #0d1b27;
        }

            #menu .list_menu dl dt a {
                color: #fff;
            }

        #menu .list_menu li.open dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 20px;
            width: 24px;
            height: 100%;
            background: url(/images/icon_menu_open.png) left center no-repeat;
        }

        #menu .list_menu li.close dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 20px;
            width: 24px;
            height: 100%;
            background: url(/images/icon_menu_close.png) right center no-repeat;
        }

        #menu .list_menu dl dd {
            background-color: #34465a;
            padding: 0 20px;
        }

        #menu .list_menu li.close dd {
            display: none;
        }

        #menu .list_menu li.open dd {
            display: block;
        }

        #menu .list_menu dl dd a {
            color: #aeb5bd;
            padding: 32px 25px;
            border-bottom: 1px solid #1a2b3b;
            display: block;
        }

        #menu .list_menu dd:last-child a {
            border-bottom: none;
        }

.section {
    background-color: #fff;
    /*margin: 20px 20px 0 20px;*/
    /*padding: 0 20px;*/
    /*-moz-box-shadow: 0px 0px 20px #e3e4e7;
    -webkit-box-shadow: 0px 0px 20px #e3e4e7;
    box-shadow: 0px 0px 20px #e3e4e7;*/
}

#footer {
    padding: 10px;
    border-top: 1px solid #e1e1e1;
    line-height: 1.5em;
    color: #666;
    font-size: 0.875em;
    background-color: #fff;
}

    #footer .service {
        padding-bottom: 20px;
    }

        #footer .service .rink {
            padding: 4px 0;
            background: url('/images/icon/icon_service.png') left center no-repeat;
            padding-left: 46px;
            background-size: 35px 35px;
        }

            #footer .service .rink a {
                font-weight: bold;
                color: #666;
                font-size: 16px;
                color: #1779ba;
                display: inline-block;
                padding-bottom: 5px
            }

            #footer .service .rink .rink_link {
                font-weight: normal;
                color: #fff;
                font-size: 14px;
                line-height: 14px;
                background: #1779ba;
                border-radius: 2px;
                padding: 8px 10px;
                margin-left: 8px
            }

    #footer .service_sign {
        position: relative;
        padding-left: 16px
    }

        #footer .service_sign .footer_color {
            color: #1779ba;
            text-decoration: underline
        }

        #footer .service_sign:before {
            position: absolute;
            content: '※';
            left: 0
        }

    #footer .address strong {
        padding-right: 10px;
    }

    #footer .address a {
        color: #666;
        margin: 0 2px;
        text-decoration: underline;
        display: inline;
        vertical-align: bottom;
    }

    #footer .address > p:nth-child(1) {
        padding: 0 0 20px 0
    }

    #footer .address > p > .bold {
        font-weight: bold
    }

#layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .7);
    z-index: 8
}

/*common class*/
/*.up{position:relative;padding-left:18px;color:#e4241d;font-size:0.875em}
.up:after{content:'▲';display:block;color:#e4241d;position:absolute;top:0;left:0;}
.down{position:relative;padding-left:18px;color:#0068b7;font-size:0.875em}
.down:after{content:'▼';display:block;color:#0068b7;position:absolute;top:0;left:0;}
.ud{position:relative;padding-left:18px;color:#000000;font-size:0.875em}*/


@media screen and (max-width : 767px) {
    #wrapper {
        font-size: 1em; /*16px*/
    }

    .m_hide {
        display: none !important;
    }
    /*.t_hide{display:block !important;}*/

    #menu .login_info {
        padding: 62px 0 20px;
    }

        #menu .login_info .close {
            width: 16px;
            top: 30px;
            right: 10px;
        }

    #menu .list_menu li dt {
        padding: 15px 20px;
    }

    #menu .list_menu li.open dt:after {
        right: 10px;
        width: 12px;
        height: 100%;
        background-size: 12px auto;
    }

    #menu .list_menu li.close dt:after {
        right: 10px;
        width: 12px;
        height: 100%;
        background-size: 12px auto;
    }

    #menu .list_menu li dl dd a {
        padding: 15px 12px;
    }

    .section {
        /*margin: 10px 10px 0px 10px;*/
        /*padding: 0 10px 5px 10px;*/
    }
}

@media screen and (min-width:768px) {
    .t_hide {
        display: none !important;
    }

    .m_hide {
        display: block !important;
    }
}

@media screen and (max-width:390px) {
    #footer .address strong {
        padding-right: 5px
    }

    #footer .address a {
        font-size: 13px
    }
}

@media screen and (max-width:320px) {
    #menu .login_info a {
        width: 30%
    }
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}
/* font */
.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.bold {
    font-weight: bold !important;
}

.nomal {
    font-weight: normal !important;
}

/* margin */
.no-margin {
    margin: 0;
}
.margin-none {
    margin: 0 !important;
}
.m-b-0 {
    margin-bottom: 0!important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-35 {
    margin-top: 35px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}

/* padding */
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-t-45 {
    padding: 45px 0 9rem 0 ;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.no-padding {
    padding: 0 !important;
}


.block {
    display: block !important;
}

.none {
    display: none !important;
}

.transparent {
    background: rgba(0,0,0,0) !important;
}

.border-none {
    border: none !important;
}

.m_coinList_border {
    border-bottom: 1px solid #dfe2e7 !important;
}

/* 거래소 금액 색상 */
.upColor {
    color: #d55144 !important;
}

.downColor {
    color: #124aa8 !important;
}
.grayColor {
    color: #95a6b2;
}
/* up down 배경 색상*/

/* 메인 현재가 색상 */
.up {
    color: #d83a2b;
}
.down {
    color: #124aa8;
}
.ud {
    color: #1e1e1e;
}
/* up down 화살표 */
.upArrow {
    color: #d83a2b;
}
.upArrow::after {
    content: "▲";
    display: block;
    color: #d83a2b;
    position: absolute;
    top: 0;
    left: 0;
}
.downArrow {
    color: #124aa8;
}
.downArrow::after {
    content: "▼";
    display: block;
    color: #124aa8;
    position: absolute;
    top: 0;
    left: 0;
}
.pColor {
    color: #2c4562!important;
}
.redColor {
    color: #de1a51 !important;
}
.y-center_ab,
.y-center_abr {
    position: absolute !important;
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.x-center_ab {
    position: absolute !important;
    left: 50% !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.xy-center_ab {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}


.y-center_re {
    position: relative !important;
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.x-center_re {
    position: relative !important;
    left: 50% !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.xy-center_re {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

/*******************************************************
   경고창  공통 **********************************************/
.commonAlert .modal-content {
    width: 90%;
}
/*******************************************************
   // 경고창 공통 **********************************************/

.p-b-40 {
    padding-bottom: 40px !important;
}
.more_btn_app {
    margin-top: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.more_btn_app > button {
    font-size: 12px;
    line-height: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.more_btn_app > button:before {
    content: "";
    width: 9px;
    height: 6px;
    background: url('../Images/app/bot_btn.png') no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 2px;
    left: 0;
}