﻿@charset "utf-8";

button:focus {
    border: none;
    outline: none;
}

.wrap {
    position: relative;
    min-width: 1130px;
    min-height: 100%;
    margin: 0 auto;
}

.inner {
    position: relative;
    width: 1154px;
    margin: 0 auto;
}

    .inner:after {
        clear: both;
        display: block;
        content: '';
    }

/* header */
header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 50;
    width: 100%;
    min-width: 1130px;
    height: 80px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(27, 27, 27, 0.9)
}

.logo {
    position: absolute;
    top: 23px;
    z-index: 30;
}

.logo img{
    width:116px;
}

.btn-nav {
    position: absolute;
    top: 23px;
    right: 30px;
    z-index: 1;
    width: 28px;
    height: 21px;
    overflow: hidden;
}

    .btn-nav:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 0;
        box-sizing: border-box;
        content: '';
        border-top: 3px solid #fff;
        border-left: 3px solid transparent;
    }

    .btn-nav:after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 17px;
        height: 0;
        box-sizing: border-box;
        content: '';
        border-top: 3px solid #fff;
        border-left: 3px solid transparent;
    }

    .btn-nav span {
        position: absolute;
        top: 9px;
        right: 0;
        width: 23px;
        height: 0;
        box-sizing: border-box;
        overflow: hidden;
        text-indent: -9999px;
        border-top: 3px solid #fff;
        border-left: 3px solid transparent;
    }

nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 80px;
}

.main-nav {
    /*width: 630px;*/
    width: 830px;
    margin: 0 auto;
}

    .main-nav:after {
        clear: both;
        display: block;
        content: '';
    }

    .main-nav > li {
        position: relative;
        float: left;
        margin: 0 25px;
    }

    .main-nav a {
        display: block;
        height: 80px;
        font-weight: 600;
        color: #fff;
        line-height: 80px;
        transition: color .2s;
    }

    .main-nav > li.active > a,
    .main-nav > li > a:hover {
        color: #d71a22;
        text-decoration: underline 2px;
        text-underline-offset: 6px;
    }

    .main-nav .sub{
        display: none;
        position: absolute;
        top: 80px;
        left: -60px;
        width: 180px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
        border: 1px solid #3a3a3a;
        background: #1b1b1b;
        text-align:center;
    }

        /*.main-nav .sub:before {
            position: absolute;
            top: -13px;
            left: 50%;
            width: 0;
            height: 0;
            overflow: hidden;
            margin: 0 0 0 -6px;
            content: '';
            border: 6px solid transparent;
            border-bottom: 7px solid #fff;
        }*/

        .main-nav .sub ul, .mypage-sub ul {
            padding: 20px 0;
        }

        .main-nav .sub li, .mypage-sub li {
            width: 100%;
            padding: 6px 0;
        }

        .main-nav .sub a, .mypage-sub a {
            height: 34px;
            font-weight: 600;
            color: #F5F5F5;
            line-height: 34px;
        }

            .main-nav .sub a:hover, .mypage-sub a:hover {
                text-decoration: underline;
                text-underline-offset: 4px;
            }
.mypage-sub {
    display: none;
    position: absolute;
    top: 57px;
    left: -40px;
    width: 180px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
    border: 1px solid #3a3a3a;
    background: #1b1b1b;
    text-align: center;
}

/*.mypage-sub {
    position: absolute;
    top: 57px;
    right: -36px;
    display: none;
    width: 94px;
    height: 170px;
    padding: 20px 40px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
    border: 1px solid #3a3a3a;
    background: #1b1b1b;
    text-align: center;
}

    .mypage-sub ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }

    .mypage-sub li {
        float: none;
        font-weight: 600;
        color: #F5F5F5;
        font-size: 16px;
        height: 16px;
    }

        .mypage-sub li:hover {
            text-decoration: underline;
            text-underline-offset: 4px;
        }

        .mypage-sub li:last-child {
            margin: 0;
        }

    .mypage-sub a {
        padding: 0;
    }*/
.util-nav {
    position: absolute;
    top: 0;
    right: 0;
}

    .util-nav li {
        position: relative;
        float: left;
        /*font-size: 13px;*/
        font-weight: 800;
    }

    .util-nav a {
        display: block;
        padding: 0;
        height: 34px;
        line-height: 17px;
    }

    .util-nav .logout {
        color: #fff;
        font-size: 14px;
        margin: 32px 28px 0 0;
        font-weight: 600;
    }

    .util-nav .logout:hover{
        text-decoration:underline 1px;
        text-underline-offset:3px;
    }

    .util-nav .logout a{
        height:14px;
    }

    /*.util-nav .logout {
        margin: 0 28px 0 0;
        color: #d71a22;
        background: url(../images/common/ico_login.png) no-repeat 0 32px;
    }*/

        /*.util-nav .logout:after {
            position: absolute;
            top: 32px;
            right: -14px;
            width: 1px;
            height: 17px;
            content: '';
            background: #4c4c4c;
        }*/

    .util-nav .login {
        background: url('/images/main/new/btn_login.png');
        background-size:contain;
        width: 73px;
        height: 34px;
        margin: 23px 0;
    }
        .util-nav .login:hover {
            background: url('/images/main/new/btn_login_hover.png');
            background-size: contain;
        }

    .util-nav .join {
        color: #fff;
    }

        .util-nav .btn-mypage {
            background: url('/images/main/new/btn_mypage.png') no-repeat;
            background-size: contain;
            width: 99px;
            height: 34px;
            margin:23px 0 0;
            padding-bottom:23px;
        }

            .util-nav .btn-mypage:hover {
                background: url('/images/main/new/btn_mypage_hover.png') no-repeat;
                background-size: contain;
            }

    .util-nav .global {
        color: #fff;
        background: url(../images/common/ico_global.png) no-repeat 40px 32px;
        cursor: pointer;
    }



.global-sub {
    position: absolute;
    top: 80px;
    right: -20px;
    display: none;
    width: 50px;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
    border: 1px solid #ededed;
    background: #fff;
}

    .global-sub:before {
        position: absolute;
        top: -13px;
        left: 50%;
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0 0 0 -6px;
        content: '';
        border: 6px solid transparent;
        border-bottom: 7px solid #fff;
    }

    .global-sub li {
        float: none;
        margin: 0 0 8px;
        font-weight: 400;
        color: #000;
    }

        .global-sub li:last-child {
            margin: 0;
        }

    .global-sub a {
        padding: 0;
    }

    .global-sub button {
        margin: 0 0 8px;
        font-weight: 400;
        color: #000;
        padding: 0;
    }

/* footer */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
    color: #f5f5f5;
    background: #1B1B1B;
    border-top: #333 solid 1px;
}

.footer-logo {
    float: left;
    margin: 0 50px 0 0;
}

.site-info {
    float: left;
}

    .site-info > div {
        line-height: 1.8;
        letter-spacing: -.02em;
    }

.footer-nav {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 800;
}

    .footer-nav:after {
        clear: both;
        display: block;
        content: '';
    }

    .footer-nav li {
        position: relative;
        float: left;
        margin: 0 20px 0 0;
    }

    .footer-nav li:hover{
        text-decoration:underline;
        text-underline-offset:4px;
    }

        /*.footer-nav li:after {
            position: absolute;
            top: 0;
            right: -15px;
            width: 1px;
            height: 15px;
            content: '';
            background: #353535;
        }*/

        .footer-nav li:last-child:after {
            display: none;
        }

    .main-footer{
        width:1440px;
    }

.footer-quick-menu{
    float:right;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.footer-quick-menu li a{
    float:right;
}
    .footer-quick-menu a:hover {
        box-shadow: 0 1px 0 0 #f5f5f5;
    }


.sns-nav {
    float: left;
    width:100%;
    display:flex;
    gap:28px;
}

    .sns-nav li {
        float: left;
    }

        .sns-nav li img {
            opacity: 0;
            transition: opacity .2s;
        }

        .sns-nav li:hover img {
            opacity: 1;
        }

    .sns-nav .btn-insta {
        background: url(../images/main/new/sns_ig.png) no-repeat 0 0;
        width: 35px;
        height: 34px;
        background-size: contain;
    }

    .sns-nav .btn-facebook {
        background: url(../images/main/new/sns_fb.png) no-repeat 0 0;
        width: 35px;
        height: 34px;
        background-size: contain;
    }

    .sns-nav .btn-youtube {
        background: url(../images/main/new/sns_yt.png) no-repeat 0 0;
        width: 35px;
        height: 34px;
        background-size: contain;
    }

    .sns-nav .btn-blog {
        background: url(../images/main/new/sns_ts.png) no-repeat 0 0;
        width: 35px;
        height: 34px;
        background-size: contain;
    }

/* spinner */
.spinner {
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 4;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 30px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .spinner div {
        width: 1em;
        height: 1em;
        margin: 0 auto;
        font-size: 9px;
        border-radius: 50%;
        text-indent: -9999px;
        -webkit-animation: load 1.1s infinite ease;
        animation: load 1.1s infinite ease;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

@-webkit-keyframes load {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #d71a22, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #d71a22, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #d71a22, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #d71a22, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #d71a22, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #d71a22, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #d71a22, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #d71a22;
    }
}

@keyframes load {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #d71a22, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #d71a22, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #d71a22, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #d71a22, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #d71a22, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #d71a22, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #d71a22, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #d71a22;
    }
}

/* bx slider */
.bx-pager {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 12px;
}

    .bx-pager-item a {
        display: block;
        width: 60px;
        height: 10px;
        overflow: hidden;
        text-indent: -9999px;
        background: #a7a9ac;
        transition: all .2s;
        opacity: 0.6;
    }

        .bx-pager-item a.active, .bx-pager-item a:hover {
            width: 80px;
            background: #ed1c24;
            opacity: 1.0;
        }



.popup-banner img {
    object-fit: fill;
    max-width: 420px;
    height: 600px;
    border-radius: 14px;
}

.popup-wrap {
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 15px;
    z-index: 60;
}

.slide-popup {
    position: relative;
    display: flex;
    max-width: 440px;
    height: 624px;
}

    .slide-popup input[type="checkbox"] {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 175px;
        z-index: 2;
        height: 24px;
        opacity: 0;
    }

        .slide-popup input[type="checkbox"] + label {
            position: absolute;
            padding-left: 30px;
            bottom: -10px; 
            height: 24px;
            font-family: 'RixSinGo';
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 24px;
            color: #999999;
            background: url(/images/common/popup_checkbox.svg) no-repeat 0 0;
        }

        .slide-popup input[type="checkbox"]:checked + label {
            background: url(/images/common/popup_checkbox_checked.svg) no-repeat 0 0;
        }

.pop-btn.close {
    width: 20px;
    height: 20px;
    padding-left: 16px;
    cursor: pointer;
}

#next-btn-pop, #prev-btn-pop {
    position: relative;
    top: -335px;
    width: 20px;
    height: 40px;
}

#next-btn-pop {
    float: right;
    left: 35px;
}

#prev-btn-pop {
    float: left;
    left: -35px;
}

.main-container {
    overflow-x: hidden;
    background: #1B1B1B
}

.bx-main-slide-img{
    width:100%;
    max-width:100%;
}

.kv {
    position: relative;
    display: flex;
    max-width: 100%;
    height: auto;
    top: 80px;
    justify-content: center;
    align-items: center;
}

    .kv .btn-main {
        display: flex;
        padding: 0px 20px;
        position: absolute;
        left: calc(50% + 217px);
        top: calc(50% + 300px);
        transform: translate(-50%, -50%);
        border: 2px solid #494949;
        border-radius: 28px;
        font-family: 'RixSinGo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 52px;
        color: #494949;
        transition: border 0.1s ease-in-out, background 0.1s ease-in-out, color 0.1s ease-in-out;
    }

        .kv .btn-main:hover {
            border: 2px solid #D71A22;
            background: #D71A22;
            border-radius: 28px;
            color: #fff;
        }

    .kv .main-order-btn {
        display: flex;
        padding: 0px 20px;
        position: absolute;
        left: calc(47% + 297px);
        top: calc(33% + 300px);
        transform: translate(-47%, -33%);
        border: 2px solid #494949;
        border-radius: 28px;
        font-family: 'RixSinGo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 52px;
        color: #494949;
        transition: border 0.1s ease-in-out, background 0.1s ease-in-out, color 0.1s ease-in-out;
    }

        .kv .main-order-btn:hover {
            border: 2px solid #D71A22;
            background: #D71A22;
            border-radius: 28px;
            color: #fff;
        }


/*.main-banner div {
    position: relative !important;
    width: auto !important;
    z-index: unset !important;
}*/
    /*.main-container .section1 .bx-wrapper {
    left:0;
    box-shadow:none;
    border:none;
    margin-bottom: 0;
}
.main-banner div {
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}*/
    #next-btn-main, #prev-btn-main {
    width: 60px;
    height: 60px;
    position: relative;
    min-width: 0px;
    top: -420px;
    left: 0;
}

#next-btn-main {
    float: right;
    margin-right: 20px;
}

#prev-btn-main {
    float: left;
    margin-left: 80px;
}

#next-btn-rec, #prev-btn-rec {
    width: 25px;
    height: 50px;
    position: relative;
    min-width: unset;
    top: -250px;
}

#next-btn-rec {
    float: right;
    left: 120px;
}

#prev-btn-rec {
    float: left;
    left: -120px;
}
.recommend-slide .bx-start, .recommend-slide .bx-stop active, .recommend-slide .bx-stop {
    display: none;
}
.recommend-slide h2 {
    font-family: 'RixDongnimGothic';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.recommend-slide {
    width: 1154px;
}

    .recommend-slide .font {
        position: relative;
        float: left;
    }

    .recommend-slide .bx-viewport {
        overflow: visible !important;
    }

/*.new, .best {
-webkit-transition: all 2s;
transition: all 0.4s;
}*/


.zx {
    transform: scale(0.9, 0.9);
    opacity: 0.2;
    pointer-events: none;
}

    .zx p {
        opacity: 0;
    }

.recommend-slide .font:last-child {
    float: right;
}

.recommend-slide .font {
    position: relative;
    width: 378px;
    height: 470px;
    margin-right: 10px;
    border-radius: 14px;
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}

    .recommend-slide .font > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(232, 28, 36, .8);
        opacity: 0;
        transition: opacity .5s ease, border-radius .5s ease;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .recommend-slide .font:hover > div {
        opacity: 1;
    }

    .recommend-slide .font img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
        transition: transform .5s ease;
    }

    .recommend-slide .font:hover img {
        transform: scale(1.1);
    }

.recommend-slide p {
    position: absolute;
    margin: 20px 0;
    top: 470px;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.recommend-slide .font span {
    font-size: 29px;
    font-weight: 800;
    color: #fff;
    word-break: break-all;
    margin-bottom: 10px;
}


.recommend-slide .bx-pager {
    bottom: 0;
}

.subscription {
    padding: 120px 0;
    text-align: center;
    background: url(../images/main/bg_cloud_pallax.jpg) no-repeat 0 center fixed;
    background-size: cover;
}

    .subscription h2 {
        font-size: 70px;
        font-weight: 400;
        color: #ed1c24;
    }

        .subscription h2 span {
            display: block;
            margin: 25px 0 10px;
            font-size: 30px;
            font-weight: 800;
            color: #fff;
            letter-spacing: 32px;
            text-indent: 32px;
        }

    .subscription p {
        margin: 35px 0;
        font-size: 17px;
        color: #aeaeae;
        line-height: 1.8;
    }

    .subscription .btn-detail {
        position: relative;
        display: inline-block;
        width: 165px;
        height: 50px;
        font-size: 16px;
        font-weight: 800;
        color: #fff;
        line-height: 50px;
        background: #000;
    }

        .subscription .btn-detail:before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            content: '';
            border: 8px solid transparent;
            border-right-color: #ed1c24;
            border-bottom-color: #ed1c24;
        }

.sns {
    background-color: #1B1B1B;
    height: auto;
}

    .sns h2 {
        margin: 0 0 70px 0;
        text-align: left;
        font-family: 'RixDongnimGothic';
        font-style: normal;
        font-weight: 400;
        font-size: 46px;
        line-height: 54px;
        color: #FFFFFF;
    }

.sns-slide .bx-pager {
    justify-content: center;
    width: 85px;
    height: 30px;
    left: 50%;
    bottom: -80px;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border-radius: 15px;
}

.sns-slide #next-btn-sns, .sns-slide #prev-btn-sns {
    position: absolute;
    padding: 69px 10px;
    width: 5px;
    height: 10px;
    left: 50%;
    bottom: -138px;
    z-index: 1;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.sns-slide #next-btn-sns {
    margin-left: 58px;
}

.sns-slide img {
    width: 684px;
    height: 480px;
    border-radius: 14px;
}

.sns .btn-sns-detail {
    position: absolute;
    width: 98px;
    height: 16px;
    bottom: 30px;
    right: 329px;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #9D9D9D;
    background: url('/images/main/sns_blog_btn.png') no-repeat;
    background-position: right 7px center;
    background-size: contain;
    transition: color 0.3s ease-in-out, background-position-x 0.3s ease-in-out;
}

    .sns .btn-sns-detail:hover {
        color: #FFFFFF;
        background: url('/images/main/sns_blog_btn_hover.png') no-repeat;
        background-position: right 7px center;
        background-size: contain;
        background-position-x: calc(100% - 3px);
    }


.sns li div {
    display: flex;
}

.sns-content {
    position: absolute;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #666666;
    left: 734px;
    top: 102px;
}

.sns p {
    margin: 30px 0 0 50px;
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 33px;
    color: #CCCCCC;
    width: 405px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sns-title-double{
    line-height:40px !important;
    height:80px !important;
}

.title-double-content{
    top:142px;
}

.quick {
    padding: 65px 0;
}

    .quick ul:after {
        clear: both;
        display: block;
        content: '';
    }

    .quick li {
        float: left;
        width: 20%;
        box-sizing: border-box;
        text-align: center;
        border-right: 1px solid #ededed;
        -ms-transition: all .2s;
        transition: all .2s;
    }

        .quick li:last-child {
            border-right: 0;
        }

    .quick a {
        display: block;
        padding: 65px 0 0;
        color: #888;
        -ms-transition: all .2s;
        transition: all .2s;
    }

        .quick a:hover {
            color: #D71A22;
        }

    .quick .faq {
        background: url(../images/main/ico_quick01.png) no-repeat center top;
    }

    .quick .cloud {
        background: url(../images/main/ico_quick02.png) no-repeat center top;
    }

    .quick .license {
        background: url(../images/main/ico_quick03.png) no-repeat center top;
    }

    .quick .font {
        background: url(../images/main/ico_quick04.png) no-repeat center top;
    }

    .quick .remote {
        background: url(../images/main/ico_quick05.png) no-repeat center top;
    }

    .quick .faq:hover {
        background: url(../images/common/ico_quick01_over.png) no-repeat center top;
    }

    .quick .cloud:hover {
        background: url(../images/common/ico_quick02_over.png) no-repeat center top;
    }

    .quick .license:hover {
        background: url(../images/common/ico_quick03_over.png) no-repeat center top;
    }

    .quick .font:hover {
        background: url(../images/common/ico_quick04_over.png) no-repeat center top;
    }

    .quick .remote:hover {
        background: url(../images/common/ico_quick05_over.png) no-repeat center top;
    }

/* table */
    .tbl-base {
    font-size: 15px;
    border-top: 1px solid #ededed;
}

    .tbl-base th {
        width: 18%;
        padding: 10px 0 10px 35px;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #ededed;
        background: #fbfbfb;
    }

    .tbl-base td {
        padding: 10px 0 10px 35px;
        border-bottom: 1px solid #ededed;
    }

/* table : 배경색 black */
.tbl-base-black {
    background-color: #1E1E1E;
    font-size: 15px;
    /*border-top: 1px solid #ededed;*/
    border-top: 1px solid #C7C9CA;
}

    .tbl-base-black th {
        width: 18%;
        padding: 10px 0 10px 35px;
        font-weight: 400;
        text-align: left;
        /*border-bottom: 1px solid #ededed;*/
        border-bottom: 1px solid #C7C9CA;
        /*background: #fbfbfb;*/
        color: #C7C9CA;
    }

    .tbl-base-black td {
        padding: 10px 0 10px 35px;
        /*border-bottom: 1px solid #ededed;*/
        border-bottom: 1px solid #C7C9CA;
        color: #C7C9CA;
    }



.tbl-list {
    table-layout: fixed;
    margin: 0 0 35px;
    font-size: 15px;
    border-top: 1px solid #ededed;
}

    .tbl-list th {
        padding: 14px 0;
        font-weight: 400;
        text-align: center;
        border-bottom: 1px solid #ededed;
        background: #fbfbfb;
    }

    .tbl-list td {
        padding: 15px 0 13px;
        text-align: center;
        border-bottom: 1px solid #ededed;
    }

.download {
    cursor: pointer;
}

/* toggle */
.toggle {
    position: relative;
    width: 88px;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 15px;
    background: #d71a22;
}

    .toggle:before {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 40px;
        height: 22px;
        content: '';
        border-radius: 11px;
        background: #fff;
        transition: all .2s;
    }

    .toggle:after {
        clear: both;
        display: block;
        content: '';
    }

    .toggle.left:before {
        left: 4px;
    }

    .toggle.right:before {
        left: 44px;
    }

    .toggle li {
        position: relative;
        z-index: 2;
        float: left;
        width: 40px;
        height: 22px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        line-height: 22px;
        cursor: pointer;
        transition: color .2s
    }

        .toggle li.active {
            color: #d71a22;
        }

/* btn */
.btn-default {
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #000;
}

    .btn-default:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid transparent;
        border-right-color: #ed1c24;
        border-bottom-color: #ed1c24;
    }

/*
.btn-sns {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #000;
    border-radius: 5px;
   
}

    .btn-sns:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid transparent;
        border-right-color: #ed1c24;
        border-bottom-color: #ed1c24;
    }

*/
.btn-gray {
    color: #666;
    background: #e9e9e9;
}

.btn-disabled {
    cursor: default;
}

    .btn-disabled:before {
        border-right-color: #cdcdcd;
        border-bottom-color: #cdcdcd;
    }

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 490px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.modal .bx-pager {
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.modal .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

    .modal .bx-pager-item a {
        display: block;
        width: 46px;
        height: 2px;
        overflow: hidden;
        text-indent: -9999px;
        background: #dfdfdf;
        transition: all .2s;
    }

        .modal .bx-pager-item a.active {
            background: #d71a22;
        }

.modal .modal-con {
    padding: 50px;
    text-align: center;
}

    .modal .modal-con h1 {
        margin: 0 0 30px;
        font-size: 20px;
        color: #000;
    }

    .modal .modal-con p {
        margin: 0 0 30px;
        line-height: 1.6;
    }

    .modal .modal-con b {
        font-weight: 400;
        color: #ed1c24;
    }

    .modal .modal-con .btn-default {
        width: 100%;
    }

.modal input[type="text"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 0 18px;
    font-size: 15px;
    border: 1px solid #ededed;
}

.modal .btn-default {
    height: 56px;
    line-height: 56px;
}

.modal .btn-close {
    position: absolute;
    top: 33px;
    right: 33px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
}

    .modal .btn-close:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 4px;
        content: '';
        background: #000;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .modal .btn-close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 22px;
        content: '';
        background: #000;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

/* form */
.radio {
    position: relative;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    margin: 0 25px 0 0;
}

    .radio input[type="radio"] {
        position: absolute;
        top: 0-;
        left: 0;
        opacity: 0;
    }

    .radio label {
        display: inline-block;
        height: 20px;
        padding: 0 0 0 30px;
        line-height: 20px;
        background: url(../images/common/radio.gif) no-repeat 0 0;
    }

    .radio input[type="radio"]:checked + label {
        background: url(../images/common/radio_on.gif) no-repeat 0 0;
    }

.checkbox {
    position: relative;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    margin: 0 25px 0 0;
}

    .checkbox input[type="checkbox"] {
        position: absolute;
        top: 0-;
        left: 0;
        opacity: 0;
    }

    .checkbox label {
        display: inline-block;
        height: 22px;
        padding: 0 0 0 35px;
        line-height: 22px;
        background: url(../images/common/checkbox.gif) no-repeat 0 0;
    }

    .checkbox input[type="checkbox"]:checked + label {
        background: url(../images/common/checkbox_on.gif) no-repeat 0 0;
    }

/* sub visual */
.sub-visual {
    position: relative;
    height: 560px;
    box-sizing: border-box;
    padding: 160px 0 0;
    text-align: center;
}

    .sub-visual > div {
        width: 600px;
        margin: 0 auto;
        padding: 60px 0;
        background: url(../images/common/visual_line.png) no-repeat 36% 0, url(../images/common/visual_line.png) no-repeat 65% bottom;
    }

    .sub-visual strong {
        display: block;
        padding: 0 0 0 30px;
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 30px;
        color: #fff;
        line-height: 1.8;
    }

    .sub-visual img {
        width: 146px;
        margin: 55px 0 0;
    }

    .sub-visual p {
        margin: 30px 0 0;
        font-size: 17px;
        line-height: 1.8;
    }

.sub-font {
    background: url(../images/common/visual_font.jpg) no-repeat center 0;
    background-size: cover;
}

.sub-subscribe {
    background: url(../images/common/visual_subscribe.jpg) no-repeat center 0;
    background-size: cover;
}

.sub-mix {
    background: url(../images/common/visual_mix.jpg) no-repeat center 0;
    background-size: cover;
}

.tab-nav {
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

    .tab-nav li {
        position: relative;
        display: inline-block;
        margin: 0 18px;
    }

        .tab-nav li:after {
            position: absolute;
            top: 2px;
            right: -22px;
            width: 1px;
            height: 14px;
            content: '';
            background: #e4e4e4;
        }

        .tab-nav li:last-child:after {
            display: none;
        }

    .tab-nav .active {
        color: #d71a22;
    }

.tag-list {
    text-align: center;
}

    .tag-list button {
        min-width: 90px;
        height: 37px;
        box-sizing: border-box;
        margin: 0 2px;
        padding: 0 14px;
        font-size: 15px;
        text-align: center;
        line-height: 37px;
        color: #888;
        border-radius: 19px;
        border: 1px solid #f4f4f4;
        background: #f4f4f4;
        transition: all .2s;
    }

    .tag-list .active {
        color: #d71a22;
        border-color: #d71a22;
        background: #fff;
    }

.sub-content {
    min-height: 100%;
    box-sizing: border-box;
    padding: 185px 0 370px;
}

/* font */
.font-content {
    padding: 0 0 240px;
}

.font-preview {
    padding: 45px 0 55px;
}

    .font-preview .tab-nav {
        margin: 0 0 25px;
    }

    .font-preview .tag-list {
        /*width: 500px;*/
        width: 600px;
        margin: 0 auto 30px;
    }

        .font-preview .tag-list button {
            margin-bottom: 15px;
        }

.font-search {
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 17px;
    border-radius: 30px;
    border: 2px solid #ccc;
}

    .font-search label {
        position: relative;
        float: left;
        padding: 0 10px 0 30px;
        color: #d71a22;
        line-height: 58px;
        font-weight: 500;
    }

        .font-search label:after {
            position: absolute;
            top: 21px;
            right: -1px;
            width: 1px;
            height: 14px;
            content: '';
            background: #e4e4e4;
        }

    .font-search input[type="text"] {
        float: left;
        height: 58px;
        box-sizing: border-box;
        margin: 0;
        padding: 0 60px 0 10px;
        border: 0;
    }

    .font-search button {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 42px;
        height: 42px;
        overflow: hidden;
        text-indent: -9999px;
        border-radius: 50%;
        border: 0;
    }

    .font-search .keyword {
        position: relative;
        float: left;
        border-right: 1px solid #ededed;
    }

        .font-search .keyword input[type="text"] {
            width: 320px;
        }

        .font-search .keyword .btn-search {
            background: #d71a22 url(../images/sub/btn_search.png) no-repeat center center;
        }

    .font-search .preview {
        position: relative;
        float: left;
    }

        .font-search .preview input[type="text"] {
            width: 520px;
        }

        .font-search .preview .btn-reset {
            background: #d71a22 url(../images/sub/btn_reset.png) no-repeat center center;
        }

.font-list {
    position: relative;
    margin: 0 0 90px;
}

    .font-list:after {
        clear: both;
        display: block;
        content: '';
    }

    .font-list .item {
        position: relative;
        float: left;
        margin: 0 23px 24px 0;
    }

        .font-list .item:nth-child(4n + 2) {
            animation-delay: .1s;
        }

        .font-list .item:nth-child(4n + 3) {
            animation-delay: .2s;
        }

        .font-list .item:nth-child(4n) {
            margin-right: 0;
            animation-delay: .3s;
        }

        .font-list .item a {
            display: block;
            width: 265px;
            box-sizing: border-box;
            padding: 29px;
            border: 1px solid #ededed;
            transition: border .2s;
        }

            .font-list .item a:hover {
                border-color: #d71a22;
            }

    .font-list .font-info {
        padding: 0 0 15px;
        font-size: 17px;
        font-weight: 800;
        border-bottom: 1px solid #ededed;
    }

        .font-list .font-info .tag {
            position: absolute;
            top: 14px;
            right: 14px;
            font-size: 11px;
            color: #d71a22;
        }

        .font-list .font-info dfn {
            display: block;
            color: #000;
        }

        .font-list .font-info .style {
            font-size: 14px;
        }
    /*.font-list .view{width:100%; height:235px; box-sizing:border-box; overflow:hidden; padding:20px 0 0; font-size:32px; font-weight:800; color:#000; line-height:1.4; word-break:break-all;}*/
    .font-list .view {
        width: 100%;
        height: 235px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 20px 0 0;
        font-size: 32px;
        color: #000;
        line-height: 1.4;
        word-break: break-all;
    }

    .font-list .tag {
        font-size: 14px;
    }

        .font-list .tag:after {
            clear: both;
            display: block;
            content: '';
        }

        .font-list .tag span {
            float: left;
            margin: 0 8px 5px 0;
            word-break: keep-all;
        }

.font-detail {
    padding: 170px 0 0;
    font-size: 15px;
}

    .font-detail .summary {
        text-align: center;
    }

        .font-detail .summary h2 {
            margin: 0 0 15px;
            font-size: 50px;
            color: #000;
        }

        .font-detail .summary p {
            margin: 35px 0 40px;
            line-height: 1.8;
        }

    .font-detail .detail-info {
        width: 775px;
        margin: 0 auto;
    }

    .font-detail .visual-area {
        width: 775px;
        margin: 0 auto;
        padding: 0 0 50px;
    }

        .font-detail .visual-area img {
            margin: 0;
        }

        .font-detail .visual-area .vod {
            margin: 0 0 70px;
        }

    .font-detail .tbl-base {
        margin: 0 0 84px;
    }

    .font-detail .tbl-base-black {
        margin: 0 0 84px;
    }

    .font-detail .preview {
        position: relative;
        height: 60px;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 32px;
        font-size: 17px;
        border-radius: 30px;
        border: 2px solid #cccccc;
    }

        .font-detail .preview label {
            position: relative;
            float: left;
            padding: 0 10px 0 30px;
            color: #d71a22;
            line-height: 58px;
        }

            .font-detail .preview label:after {
                position: absolute;
                top: 21px;
                right: -1px;
                width: 1px;
                height: 14px;
                content: '';
                background: #e4e4e4;
            }

        .font-detail .preview input[type="text"] {
            float: left;
            width: 612px;
            height: 58px;
            box-sizing: border-box;
            margin: 0;
            padding: 0 60px 0 10px;
            border: 0;
        }

        .font-detail .preview .btn-reset {
            position: absolute;
            top: 8px;
            right: 10px;
            width: 42px;
            height: 42px;
            overflow: hidden;
            text-indent: -9999px;
            border-radius: 50%;
            border: 0;
            background: #d71a22 url(../images/sub/btn_reset.png) no-repeat center center;
        }

    .font-detail .list {
        margin: 0 0 100px;
        border-top: 1px solid #ededed;
    }

        .font-detail .list dl {
            padding: 25px;
            border-bottom: 1px solid #ededed;
        }

        .font-detail .list dt {
            margin: 0 0 5px;
        }

        .font-detail .list dd {
            width: 100%;
            overflow: hidden;
            font-size: 38px;
            color: #000;
        }

    .font-detail .btn-default {
        width: 400px;
        height: 56px;
    }

/* subscribe */
.tab-con {
    display: none;
}

    .tab-con.active {
        display: block;
    }

.subscribe-content {
    padding: 0 0 240px;
}

    .subscribe-content .page-tab {
        margin: 60px 0 70px;
    }

        .subscribe-content .page-tab:after {
            clear: both;
            display: block;
            content: '';
        }

        .subscribe-content .page-tab li {
            float: left;
            width: 50%;
            font-size: 20px;
            font-weight: 800;
            text-align: center;
            border-bottom: 3px solid #f0f0f0;
        }

        .subscribe-content .page-tab a {
            display: block;
            padding: 18px 0;
        }

        .subscribe-content .page-tab .active {
            color: #d71b23;
            border-bottom: 3px solid #d71b23;
        }

    .subscribe-content .title-area {
        margin: 0 0 60px;
        text-align: center;
    }

        .subscribe-content .title-area h3 {
            font-size: 40px;
            color: #000;
        }

        .subscribe-content .title-area p {
            margin: 15px 0;
        }

        .subscribe-content .title-area .em {
            font-size: 18px;
            font-weight: 800;
            color: #000;
        }

            .subscribe-content .title-area .em span {
                position: relative;
                margin: 0 7px;
            }

                .subscribe-content .title-area .em span:after {
                    position: absolute;
                    top: 2px;
                    right: -10px;
                    width: 1px;
                    height: 16px;
                    content: '';
                    background: #e4e4e4;
                }

                .subscribe-content .title-area .em span:last-child:after {
                    display: none;
                }

.subscribe-tab {
    padding: 63px 0 0;
    text-align: center;
}

    .subscribe-tab .product-list {
        position: relative;
        left: -50%;
        float: right;
    }
        /*.subscribe-tab .product-list :after{clear:both; display:block; content:'';}*/
        .subscribe-tab .product-list li {
            position: relative;
            left: 50%;
            float: left;
            box-shadow: 3px 3px 3px 0 #e0e0e0;
        }

        .subscribe-tab .product-list li {
            margin-right: 28px;
        }

            .subscribe-tab .product-list li:last-child {
                margin-right: 0 !important;
            }

    .subscribe-tab a {
        display: block;
        width: 400px;
        height: 560px;
        box-sizing: border-box;
        padding: 0 25px;
        border: 1px solid #ededed;
    }

    .subscribe-tab .active a {
        border-color: #d71a22;
    }

    .subscribe-tab > p {
        clear: both;
        padding: 30px 0 70px;
    }

    .subscribe-tab strong {
        position: relative;
        display: block;
        margin: 0 0 10px;
        padding: 60px 0 10px;
        font-size: 35px;
        color: #000;
    }

    /*.subscribe-tab strong:after{position:absolute; bottom:0; left:50%; width:55px; height:3px; content:''; background:#d71a22; -ms-transform:translateX(-50%); transform:translateX(-50%);}*/
    .subscribe-tab a > b {
        display: block;
        height: 95px;
        margin: 30px 0 0;
        font-size: 17px;
        color: #000;
        line-height: 1.5;
    }

    .subscribe-tab b span {
        font-weight: 400;
        color: #e4e4e4;
    }
    /*.subscribe-tab .price {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 110px;
    font-size: 25px;
    font-weight: 800;
    color: #000;
}*/
    .subscribe-tab .price {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*bottom: 110px;*/
        bottom: 120px;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        width: 300px;
    }

        .subscribe-tab .price b {
            font-size: 25px;
            color: #d71a22;
        }

        .subscribe-tab .price span {
            font-size: 17px;
            font-weight: 800;
            text-decoration: line-through;
            color: #d71a22;
        }
    /*.subscribe-tab .event {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 85px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 250px;
}*/
    .subscribe-tab .event {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 85px;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        width: 250px;
    }

    .subscribe-tab .btn-purchase {
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 170px;
        height: 40px;
        padding: 0;
        font-weight: 800;
        color: white;
        border: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 20px;
        background-color: black;
        font-size: 17px;
        line-height: 40px;
        cursor: pointer;
    }
/*.subscribe-tab-top {
    display: block;
    width: 350px;
    height: 392px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor:pointer;
}*/
.subscribe-tab-top {
    display: block;
    width: 260px;
    height: 392px;
    box-sizing: border-box;
    /*padding: 0 25px;*/
    padding: 0 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
}
    /*.subscribe-tab-top:hover {
    border: 1px solid red;
}*/
    .subscribe-tab-top .icon {
        position: absolute;
        top: 65px;
        /*right: 80px;*/
        right: 35px;
        border-radius: 19px;
        border: solid 1px #d71a22;
        width: 42px;
        height: 20px;
        line-height: 21px;
        font-size: 12px;
        color: #d71a22;
        font-weight: 600;
    }

b .en {
    width: 250px !important;
}

div .en {
    /*right: 68px !important;*/
    right: 22px !important;
}

.subscribe-tab-top .event {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 14px;
    color: white;
    background-color: #d71a22;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.subscribe-tab-top .more {
    position: absolute;
    bottom: 200px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*color:#d71a22;*/
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
/*.subscribe-tab-top .info {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    color: #000;
    line-height: 1.7;
    font-weight: bold;
}*/
.subscribe-tab-top .info {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    color: #000;
    line-height: 1.7;
    font-weight: bold;
    width: 300px;
}
/*.subscribe-tab-top .info li {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
    line-height: 1.5;
    font-weight:bold;
    clear:both;
}*/
/*.subscribe-tab-bottom {
    display: block;
    width: 350px;
    height: 168px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid #ccc;
    border-top:none;
    background-color: #f5f5f5;
}*/
.subscribe-tab-bottom {
    display: block;
    width: 260px;
    height: 168px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #f5f5f5;
}

.package {
    margin: 0 0 130px;
}

    .package:after {
        clear: both;
        display: block;
        content: '';
    }

    .package strong {
        display: block;
        margin: 0 0 15px;
        font-size: 17px;
        font-weight: 400;
        color: #d71a22;
        text-align: center;
    }

    .package .tab-type {
        margin: 0 0 25px;
        border: 1px solid #ededed;
    }

        .package .tab-type:after {
            clear: both;
            display: block;
            content: '';
        }

        .package .tab-type li {
            float: left;
            width: 20%;
            box-sizing: border-box;
            font-size: 15px;
            border-right: 1px solid #ededed;
        }

            .package .tab-type li:last-child {
                border: 0;
            }

        .package .tab-type a {
            display: block;
            padding: 20px 0;
            text-align: center;
            background: #fbfbfb;
            -ms-transition: all .2s;
            transition: all .2s;
        }

        .package .tab-type span {
            display: block;
            margin: 0 0 10px;
            font-size: 17px;
            font-weight: 800;
        }

        .package .tab-type .active a {
            color: #fff;
            background: #d71a22;
        }

    .package .item {
        float: left;
        width: 360px;
        box-sizing: border-box;
        margin: 0 25px 0 0;
        padding: 35px 30px;
        border: 1px solid #ededed;
    }

        .package .item:last-child {
            margin-right: 0;
        }

    .package .title {
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-bottom: 1px solid #ededed;
    }

        .package .title h4 {
            font-size: 28px;
            color: #000;
        }

        .package .title p {
            margin: 8px 0 0;
            font-size: 17px;
            font-weight: 800;
            color: #000;
        }

    .package .price {
        height: 55px;
        margin: 0 0 25px;
        font-size: 15px;
    }

        .package .price div {
            margin: 0 0 4px;
        }

        .package .price em {
            margin: 0 5px 0 0;
            font-size: 25px;
            font-style: normal;
            font-weight: 800;
            color: #d71b23;
        }

            .package .price em span {
                font-size: 17px;
                color: #000;
            }

        .package .price del {
            position: relative;
            padding: 0 5px;
            font-size: 17px;
            font-weight: 800;
            color: #000;
            text-decoration: none;
        }

            .package .price del:after {
                position: absolute;
                top: 8px;
                left: 0;
                width: 100%;
                height: 1px;
                content: '';
                background: #d71b23;
            }

    .package .btn-purchase {
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: 800;
        color: #000;
        text-decoration: underline;
    }

.select {
    position: relative;
    margin: 0 0 25px;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
}

    .select span {
        position: relative;
        display: block;
        width: 134px;
        height: 33px;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        line-height: 31px;
        cursor: default;
        border: 1px solid #ededed;
    }

        .select span:after {
            position: absolute;
            top: 8px;
            right: 12px;
            z-index: 3;
            width: 8px;
            height: 8px;
            content: '';
            border-left: 2px solid #d71a22;
            border-bottom: 2px solid #d71a22;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .select .productType:after {
        z-index: 12;
    }

    .select .productValue:after {
        z-index: 10;
    }

    .select .select-option {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
        width: 134px;
        box-sizing: border-box;
        border: 1px solid #ededed;
        background: #fff;
    }

    .select li {
        padding: 0 10px;
        line-height: 31px;
        cursor: default;
    }

        .select li:hover {
            background: #fbe8e8;
        }

/*20210317 정수진 추가*/
/*------------------------------------------*/
.selectPurchase {
    position: relative;
    /*margin: 0 0 25px;*/
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0 auto !important;
    width: 176px;
    height: 40px;
    border-radius: 2px;
    color: #666666
}

    .selectPurchase span {
        position: relative;
        display: block;
        width: 176px;
        height: 40px;
        box-sizing: border-box;
        padding: 0 0 0 12px;
        line-height: 40px;
        cursor: default;
        border: 1px solid #ededed;
        width: 180px;
        height: 40px;
        margin: 0 auto !important;
        text-align: left;
        border-radius: 2px;
    }

        .selectPurchase span:after {
            position: absolute;
            top: 10px;
            right: 12px;
            z-index: 3;
            width: 8px;
            height: 8px;
            content: '';
            border-left: 2px solid #d71a22;
            border-bottom: 2px solid #d71a22;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .selectPurchase .productType:after {
        z-index: 12;
        border-left: 2px solid gray;
        border-bottom: 2px solid gray;
        margin: 0 auto;
    }

    /*.selectPurchase .productValue:after {
    z-index: 10;
    border-left: 2px solid gray;
    border-bottom: 2px solid gray;
}*/

    .selectPurchase .selectPurchase-option {
        position: absolute;
        top: 39px; /*기존 0으로 되어있어서 안떨어져 보였음.*/
        left: 0;
        z-index: 2;
        display: none;
        width: 134px;
        box-sizing: border-box;
        border: 1px solid #ededed;
        background: #fff;
        width: 180px;
        margin: 0 auto;
    }

    .selectPurchase li {
        padding: 0 10px;
        line-height: 40px;
        cursor: default;
        text-align: left;
        height: 40px;
        margin: 0 auto;
        /*width : 180px;*/
    }

        .selectPurchase li:hover {
            background: lightgray;
        }

.subscribe-content .btn-list {
    display: block;
    width: 320px;
    margin: 0 auto;
}

.productType {
    border-color: #d9dbe1;
}

.productMenu {
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    width: 186px;
    height: 160px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    display: table;
    background: url(../images/common/c_box_off.png) no-repeat 10px;
    background-position: 50% 50%;
}

    .productMenu p {
        vertical-align: middle;
        font-size: 30px;
        font-weight: 800;
        padding-top: 54px;
    }

    .productMenu.active {
        color: white;
        font-size: 30px;
        font-weight: 800;
        width: 186px;
        height: 160px;
        margin: 0 auto;
        cursor: pointer;
        text-align: center;
        display: table;
        background: url(../images/common/c_box.png) no-repeat 10px;
        background-position: 50% 50%;
    }

.detail {
    background: url(../images/common/ico_arrow2_off.png) no-repeat 10px;
    background-position: 73% 33%;
    text-decoration: underline;
    text-decoration-color: #cecece;
    cursor: pointer;
}

    .detail.active {
        color: #d71a22;
        font-weight: 800;
        background: url(../images/common/ico_arrow2.png);
        background-repeat: no-repeat;
        background-position: 73% 33%;
        text-decoration-color: #e9989a;
    }

.font {
    color: #666666;
    font-weight: 400;
}

    .font.active {
        color: #d71a22;
        font-weight: 800;
    }

.cali {
    color: #666666;
    font-weight: 400;
}

    .cali.active {
        color: #d71a22;
        font-weight: 800;
    }

.new {
    color: #666666;
    font-weight: 400;
}

    .new.active {
        color: #d71a22;
        font-weight: 800;
    }

.newCheck {
    background: url(../images/common/ico_check_off.png) no-repeat 10px;
    background-position: 50% 50%;
}

    .newCheck.active {
        background: url(../images/common/ico_check.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

.comment {
    border-radius: 30px;
    border: solid 1px #cccccc;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    color: #666666;
    cursor: pointer;
    margin: 0 auto;
    padding-top: 7px;
}

    .comment.active {
        color: #d71a22;
        border-color: #ef492f;
    }

.consulting {
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    color: #666666;
    background: url(../images/common/ico_link_off.png) no-repeat 10px;
    background-position: 75% 45%;
}

    .consulting:hover {
        color: #d71a22;
        margin: 0 auto;
        background: url(../images/common/ico_link.png) no-repeat 10px;
        background-position: 75% 45%;
    }

.liFirst {
    color: #999999;
    float: left;
    margin-right: 5px;
}

.liLast {
    color: #d71a22;
    float: right;
    font-size: 13px;
}


/*-------------------------------------------------------------*/
.package-detail {
    padding: 0 0 125px;
    font-size: 15px;
}

    /*.package-detail .title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    height: 132px;
    color: black;
    line-height: 132px;
}*/
    .package-detail .title {
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        height: 110px;
        color: black;
        line-height: 132px;
    }

    .package-detail .tab {
        margin: 0 0 80px;
        padding: 24px 0 24px;
        border-top: 3px solid #dfdfdf;
        border-bottom: 3px solid #dfdfdf;
    }


        .package-detail .tab .active {
            color: #000;
        }

            .package-detail .tab .active:before,
            .package-detail .tab .active:last-child:before {
                position: absolute;
                top: auto;
                bottom: -27px;
                left: 0;
                display: block;
                width: 100%;
                height: 3px;
                content: '';
                background: #d71a22;
            }

    .package-detail .scope {
        width: 1130px;
        box-sizing: border-box;
        margin: 0 auto 50px;
        padding: 50px 30px;
        background: #f9f9f9;
    }

        .package-detail .scope:after {
            clear: both;
            display: block;
            content: '';
        }

        .package-detail .scope li {
            position: relative;
            float: left;
            width: 20%;
            padding: 80px 0 14px;
            font-weight: 800;
            color: #000;
            text-align: center;
            border-bottom: 1px solid #ededed;
        }

            .package-detail .scope li:nth-child(n+6) {
                margin-top: 60px;
                border-bottom: 0;
            }

            .package-detail .scope li:after {
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 96px;
                content: '';
                background: #ededed;
            }

            .package-detail .scope li:nth-child(5n):after {
                display: none;
            }

        .package-detail .scope .item01 {
            background: url(../images/sub/ico_scope01.png) no-repeat center 10px;
        }

        .package-detail .scope .item02 {
            background: url(../images/sub/ico_scope02.png) no-repeat center 10px;
        }

        .package-detail .scope .item03 {
            background: url(../images/sub/ico_scope03.png) no-repeat center 10px;
        }

        .package-detail .scope .item04 {
            background: url(../images/sub/ico_scope04.png) no-repeat center 10px;
        }

        .package-detail .scope .item05 {
            background: url(../images/sub/ico_scope05.png) no-repeat center 10px;
        }

        .package-detail .scope .item06 {
            background: url(../images/sub/ico_scope06.png) no-repeat center 10px;
        }

        .package-detail .scope .item07 {
            background: url(../images/sub/ico_scope07.png) no-repeat center 10px;
        }

        .package-detail .scope .item08 {
            background: url(../images/sub/ico_scope08.png) no-repeat center 10px;
        }

        .package-detail .scope .item09 {
            background: url(../images/sub/ico_scope09.png) no-repeat center 10px;
        }

        .package-detail .scope .item10 {
            background: url(../images/sub/ico_scope10.png) no-repeat center 10px;
        }

    .package-detail .btn {
        display: block;
        width: 207px;
        height: 54px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 800;
        color: #000;
        text-align: center;
        line-height: 54px;
        border: 1px solid #000;
        background: #fff;
    }

#program h5 {
    margin: 0 0 10px;
    color: #000;
}

#program li {
    line-height: 1.6;
}

.program:after {
    clear: both;
    display: block;
    content: '';
}

.program > div {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 350px;
    box-sizing: border-box;
    margin: 0 0 35px;
    padding: 0 30px 35px;
    border-bottom: 1px solid #ededed;
}

    .program > div:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 312px;
        content: '';
        background: #ededed;
    }

    .program > div:nth-child(3n):after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 312px;
        content: '';
        background: #ededed;
    }

    .program > div p {
        line-height: 1.6;
    }

.program .icon {
    margin: 0 0 35px;
}

    .program .icon img {
        margin: 0 2px 0 0;
    }

.program dl {
    margin: 0 0 25px;
}

.program dt {
    margin: 0 0 15px;
    font-weight: 800;
    color: #000;
}

.impossible {
    margin: 0 0 40px;
    padding: 0 30px;
}

.warning {
    padding: 30px;
    background: #f9f9f9;
}

    .warning li {
        margin: 0 0 5px;
    }

        .warning li:last-child {
            margin: 0;
        }

#caution {
    line-height: 1.6;
}

    #caution dl {
        margin: 0 0 30px;
        padding: 0 0 30px 110px;
        border-bottom: 1px solid #ededed;
    }

        #caution dl:last-child {
            margin: 0;
            border: 0;
        }

    #caution dt {
        margin: 0 0 10px;
        font-weight: 800;
        color: #000;
    }

    #caution .caution01 {
        background: url(../images/sub/ico_caution01.gif) no-repeat 20px 0;
    }

    #caution .caution02 {
        background: url(../images/sub/ico_caution02.gif) no-repeat 20px 0;
    }

    #caution .caution03 {
        background: url(../images/sub/ico_caution03.gif) no-repeat 20px 0;
    }

    #caution .caution04 {
        background: url(../images/sub/ico_caution04.gif) no-repeat 20px 0;
    }

#font .font-preview {
    padding: 0;
}

    #font .font-preview h4 {
        margin: 0 0 50px;
        font-size: 30px;
        color: #000;
        text-align: center;
    }

#font .font-search {
    margin: 0 0 55px;
}

#font .font-list {
    margin: 0 0 30px;
}

#calligraphy .font-preview {
    padding: 0;
}

    #calligraphy .font-preview h4 {
        margin: 0 0 20px;
        font-size: 30px;
        color: #000;
        text-align: center;
    }

#calligraphy .font-search {
    margin: 0 0 55px;
}

#calligraphy .font-list {
    margin: 0 0 30px;
}

#calligraphy p {
    margin: 0 0 20px;
    text-align: center;
}

/*#calligraphy{text-align:center;}
#calligraphy h4{font-size:20px; color:#000;}
#calligraphy p{margin:30px 0 45px; line-height:1.8;}*/


#master-z5 > div {
    padding: 66px 0 65px;
    font-size: 17px;
    color: #000;
    text-align: center;
    border: 1px solid #ededed;
}

#master-z5 strong {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

#master-z5 .tel {
    margin: 35px 0 0;
    font-size: 25px;
    font-weight: 800;
    color: #d71a22;
}

.calli-slide {
    position: relative;
    height: 618px;
    margin: 0 0 55px;
    background: #f9f9f9;
}

    .calli-slide .bx-pager {
        bottom: 30px;
    }

    .calli-slide .bx-pager-item {
        margin: 0 4px;
    }

        .calli-slide .bx-pager-item a {
            background: #dfdfdf;
        }

            .calli-slide .bx-pager-item a.active {
                width: 46px;
                background: #d71a22;
            }

.subscribe-purchase {
    padding: 185px 0 125px;
    font-size: 16px !important;
    font-weight: 500;
}

    .subscribe-purchase .inner {
        width: 775px;
    }

    .subscribe-purchase h2 {
        position: relative;
        margin: 0 0 55px;
        padding: 0 0 20px;
        font-size: 40px;
        color: #000;
        text-align: center;
    }

        .subscribe-purchase h2:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .subscribe-purchase h3 {
        margin: 0 0 15px;
        font-size: 17px;
        color: #000;
    }

        .subscribe-purchase h3 span {
            font-weight: 400;
            color: #d71a22;
        }

    .subscribe-purchase .inner > div {
        margin: 0 0 60px;
    }

    .subscribe-purchase .prod dl {
        padding: 22px 0;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        background: url(../images/sub/ico_package.png) no-repeat 20px center;
        background-color: #f9f9f9;
    }

        .subscribe-purchase .prod dl:after {
            clear: both;
            display: block;
            content: '';
        }

    /*.subscribe-purchase .prod dt {
        position: relative;
        float: left;
        padding: 0 75px 0 110px;
        font-size: 20px;
        font-weight: 800;
        color: #000;
        line-height: 1.8;
    }*/
    .subscribe-purchase .prod dt {
        position: relative;
        float: left;
        padding: 0 75px 0 110px;
        font-size: 20px;
        font-weight: 800;
        color: #000;
        line-height: 1.8;
        padding-top: 17px;
    }

        .subscribe-purchase .prod dt b {
            color: #d71a22;
        }

        .subscribe-purchase .prod dt span {
            position: relative;
            margin: 0 0 0 20px;
        }

            .subscribe-purchase .prod dt span:after {
                position: absolute;
                top: 2px;
                left: -12px;
                width: 2px;
                height: 18px;
                content: '';
                background: #f1f1f1;
            }

    .subscribe-purchase .prod dd {
        float: left;
        padding: 10px 0 0 35px;
    }

        .subscribe-purchase .prod dd div {
            margin: 0 0 12px;
            font-size: 15px;
            font-weight: 500;
            color: #666;
        }

        .subscribe-purchase .prod dd span {
            position: relative;
            display: inline-block;
            width: 82px;
            margin: 0 10px 0 0;
        }

            .subscribe-purchase .prod dd span:after {
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 12px;
                content: '';
                background: #f1f1f1;
            }

    .subscribe-purchase .prod ul {
        padding: 15px 20px 25px;
        border-bottom: 1px solid #ededed;
    }

    .subscribe-purchase .prod li {
        line-height: 1.8;
        font-size: 15px;
        font-weight: 500;
    }

    .subscribe-purchase .prod dd p {
        display: inline;
    }

    .subscribe-purchase .price > ul {
        border-top: 1px solid #ededed;
    }

        .subscribe-purchase .price > ul > li {
            padding: 15px 20px;
            border-bottom: 1px solid #ededed;
        }

            .subscribe-purchase .price > ul > li > span {
                float: right;
            }

    .subscribe-purchase .price .em {
        margin: -2px 0 0;
        font-size: 20px;
        color: #000;
    }

    .subscribe-purchase .price .select {
        float: right;
        margin: -7px -10px 0 0;
    }

        .subscribe-purchase .price .select span {
            width: 230px;
        }

    .subscribe-purchase .price .select-option {
        width: 230px;
    }

    .subscribe-purchase .type > div {
        padding: 22px 0;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

    .subscribe-purchase .type ul:after {
        clear: both;
        display: block;
        content: '';
    }

    .subscribe-purchase .type li {
        position: relative;
        float: left;
        margin-right: 15px;
        text-align: center;
    }

        .subscribe-purchase .type li:nth-child(3n) {
            margin-right: 0;
        }

        .subscribe-purchase .type li:nth-child(n+4) {
            margin-top: 15px;
        }

    .subscribe-purchase .type-tab a {
        display: block;
        width: 248px;
        box-sizing: border-box;
        padding: 22px 0;
        border: 1px solid #ededed;
        -ms-transition: all .2s;
        transition: border-color .2s;
    }

        .subscribe-purchase .type-tab a span {
            display: block;
            margin: 0 0 10px;
            font-size: 20px;
            color: #000;
        }

        .subscribe-purchase .type-tab li.active a,
        .subscribe-purchase .type-tab a:hover {
            border-color: #d71a22;
        }

    .subscribe-purchase .type-tab .disabled:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #000;
        opacity: .02;
    }

    .subscribe-purchase .type-tab .disabled span {
        color: #888;
    }

    .subscribe-purchase .deposit {
        display: none;
        padding: 20px 0 0;
        text-align: center;
    }

        .subscribe-purchase .deposit a {
            display: inline-block;
            height: 20px;
            margin: 2px 0 0;
            color: #d71a22;
            text-decoration: underline;
            vertical-align: top;
        }

    .subscribe-purchase .agree {
        margin: 0 0 45px;
    }

        .subscribe-purchase .agree > div {
            padding: 22px 0;
            border-top: 1px solid #ededed;
            border-bottom: 1px solid #ededed;
        }

        .subscribe-purchase .agree ul {
            margin: 15px 0 0;
            padding: 20px;
            background: #fbfbfb;
        }

        .subscribe-purchase .agree li {
            margin: 0 0 5px;
        }

#checkoutAgree li {
    margin: 0;
    line-height: 1.5;
}

.subscribe-purchase .agree li:last-child {
    margin: 0;
}

.subscribe-purchase .agree a {
    color: #d71a22;
    text-decoration: underline;
}

.subscribe-purchase .btn-set {
    text-align: center;
}

    .subscribe-purchase .btn-set .btn-default {
        width: 210px;
        height: 56px;
        margin: 0 8px;
        line-height: 56px;
    }

.subscribe-purchase .complete {
    padding: 130px 0 0;
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
    background: url(../images/sub/ico_complete.png) no-repeat center 0;
}

    .subscribe-purchase .complete strong {
        font-size: 30px;
        color: #000;
    }

    .subscribe-purchase .complete b {
        color: #d71a22;
    }

    .subscribe-purchase .complete p {
        margin: 25px 0 35px;
    }

    .subscribe-purchase .complete .em {
        margin: 0;
        font-size: 17px;
        font-weight: 800;
        color: #000;
    }

    .subscribe-purchase .complete .money {
        margin: 5px 0 55px;
        font-size: 25px;
        font-weight: 800;
        color: #d71b23;
    }

        .subscribe-purchase .complete .money span {
            font-size: 17px;
            color: #000;
        }

    .subscribe-purchase .complete .btn-default {
        width: 440px;
        height: 56px;
        line-height: 56px;
    }

#info-modi .modal-inner {
    width: 775px;
}

#info-modi .tbl-base {
    margin: 0 0 40px;
}

    #info-modi .tbl-base .btn-default {
        height: 32px;
        line-height: 32px;
    }

    #info-modi .tbl-base th {
        width: 120px;
        padding-left: 20px;
    }

    #info-modi .tbl-base td {
        padding: 7px;
        text-align: left;
    }

    #info-modi .tbl-base input[type="text"] {
        height: 32px;
        margin: 0;
        padding: 0 15px;
    }

#info-modi .address input[type="text"]:first-child {
    width: 382px;
    margin: 0 0 8px;
}

#info-modi .address .btn-default {
    float: right;
    width: 130px;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
}

#info-modi .email input[type="text"] {
    width: 200px;
}

#info-modi .email span {
    margin: 0 4px;
}

#info-modi .btn-set .btn-default {
    width: 245px;
    height: 56px;
    line-height: 56px;
    margin: 0 8px;
}

/* mix */
/*.mix-content{padding:0 0 240px;}*/
.mix-create {
    padding: 80px 0 132px;
    font-size: 15px;
}

    .mix-create .title-area {
        margin: 120px 0 60px;
        text-align: center;
    }

    .mix-create h3 {
        font-size: 40px;
        color: #000;
        position:relative;
        padding-bottom:20px;
        margin-bottom:55px;
    }

        .mix-create h3:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .mix-create .summary {
        margin: 24px 0 0;
        font-size: 17px;
    }

        .mix-create .summary b {
            font-weight: 400;
            color: #d71a22;
        }

    .mix-create .btn-default {
        display: block;
        width: 250px;
        margin: 0 auto;
    }

.mix-setting {
    position: relative;
    height: 60px;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-radius: 30px;
    border: 2px solid #cccccc;
}

    .mix-setting:after {
        clear: both;
        display: block;
        content: '';
    }

    .mix-setting .lang-wrap {
        float: left;
        height: 58px;
        box-sizing: border-box;
        padding: 13px;
        border-right: 1px solid #cccccc;
    }

        .mix-setting .lang-wrap:last-child {
            border-right: 0;
        }

        .mix-setting .lang-wrap.ko {
            width: 265px;
        }

        .mix-setting .lang-wrap.en {
            width: 266px;
        }

        .mix-setting .lang-wrap.num {
            width: 335px;
        }

        .mix-setting .lang-wrap.cn {
            width: 259px;
        }

    .mix-setting .lang-option {
        position: relative;
        float: left;
        margin: 0 20px 0 0;
    }

        .mix-setting .lang-option:last-child {
            margin: 0;
        }

    .mix-setting dfn {
        position: relative;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 20px 0 0;
        font-weight: 800;
        color: #fff;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        background: #d71a22;
    }

    .mix-setting .num dfn span {
        position: absolute;
        top: 3px;
        left: 14px;
        font-size: 13px;
    }

        .mix-setting .num dfn span:first-child {
            top: -2px;
            left: 10px;
        }

    .mix-setting .btn-select {
        position: relative;
        width: 80px;
        overflow: hidden;
        padding: 8px 16px 6px 0;
        color: #000;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .mix-setting .btn-select:after {
            position: absolute;
            top: 8px;
            right: 2px;
            width: 8px;
            height: 8px;
            content: '';
            border-left: 2px solid #d71a22;
            border-bottom: 2px solid #d71a22;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .mix-setting .option {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 3;
        display: none;
        box-sizing: border-box;
        border: 1px solid #cccccc;
        background: #fff;
    }

    .mix-setting .tab-option {
        padding: 17px 8px;
        border-bottom: 1px solid #cccccc;
    }

        .mix-setting .tab-option:after {
            clear: both;
            display: block;
            content: '';
        }

        .mix-setting .tab-option li {
            position: relative;
            float: left;
        }

            .mix-setting .tab-option li:after {
                position: absolute;
                top: 2px;
                right: -1px;
                width: 1px;
                height: 12px;
                content: '';
                background: #e2e2e2;
            }

            .mix-setting .tab-option li:last-child:after {
                display: none;
            }

        .mix-setting .tab-option a {
            display: block;
            padding: 0 9px;
        }

        .mix-setting .tab-option .active a {
            color: #d71a22;
        }

#title-mix-font p {
    margin: 120px auto 40px;
    text-align:center;
    font-size:30px;
    font-weight:800;
    color:#1b1b1b;
}

.lang-option .option-list {
    height: 230px;
    overflow: auto;
    margin: 10px 0 10px 0;
}

    .lang-option .option-list li {
        padding: 6px 0 4px 20px;
        cursor: pointer;
    }

        .lang-option .option-list li.active,
        .lang-option .option-list li:hover {
            background: #fbe8e8;
        }

.lang-option.family .option {
    width: 320px;
}

.lang-option.weight .option {
    width: 110px;
}

.lang-option.adjust .btn-select {
    width: 50px
}

.lang-option.adjust .option {
    width: 66px;
}

.lang-option.adjust .option-list {
    height: auto;
    margin: 10px 0;
}

    .lang-option.adjust .option-list li {
        padding: 6px 0 4px;
        text-align: center;
    }

    .lang-option.adjust .option-list .mCustomScrollBox {
        padding: 0;
    }
/*.lang-option .option-list .mCustomScrollBox{padding-right:10px;}*/

.btn-guide {
    position: absolute;
    /*    float: left;*/
    height: 30px;
    padding: 0 0 0 36px;
    line-height: 30px;
    color: #d71a22;
    background: url(../images/sub/ico_guide.png) no-repeat 0 center;
    top: 165px;
}

    .btn-guide:after {
        position: absolute;
        bottom: 7px;
        right: 0;
        width: 146px;
        height: 1px;
        content: '';
        background: #f5c6c8;
    }

.other-option {
    position: relative;
    margin: 0 0 33px;
    padding-right: 20px;
}

    .other-option:after {
        clear: both;
        display: block;
        content: '';
    }

    .other-option > div {
        float: right;
    }

    .other-option .btn-detail {
        position: absolute;
        left: 20px;
        /*    float: left;*/
        height: 30px;
        margin: 0 50px 0 0;
        padding: 0 0 0 36px;
        line-height: 30px;
        color: #d71a22;
        background: url(../images/sub/ico_detail.png) no-repeat 0 center;
    }

        .other-option .btn-detail:after {
            position: absolute;
            bottom: 7px;
            right: 0;
            width: 80px;
            height: 1px;
            content: '';
            background: #f5c6c8;
        }

    .other-option .punctuation-marks {
        position: relative;
        float: left;
    }

        .other-option .punctuation-marks:after {
            position: absolute;
            bottom: 7px;
            left: 0;
            width: 55px;
            height: 1px;
            content: '';
            background: #f5c6c8;
        }

        .other-option .punctuation-marks dfn {
            float: left;
            height: 30px;
            margin: 0 9px 0 0;
            line-height: 30px;
            color: #d71a22;
            cursor: pointer;
        }

        .other-option .punctuation-marks .info {
            position: absolute;
            top: 38px;
            right: 7px;
            display: none;
            width: 216px;
            padding: 10px 15px;
            line-height: 1.5;
            border: 1px solid #ededed;
            background: #fff;
        }

            .other-option .punctuation-marks .info:after {
                position: absolute;
                top: -10px;
                left: 50%;
                width: 12px;
                height: 10px;
                margin: 0 0 0 -6px;
                content: '';
                background: url(../images/sub/ico_arrow.png) no-repeat 0 0;
            }

        .other-option .punctuation-marks dfn:hover ~ .info {
            display: block;
        }

    .other-option .toggle {
        float: left;
    }

.preview-area {
    width: 100%;
    height: 390px;
    margin: 0 0 70px;
    background: #f0f0f0;
}

.font-name h4 {
    margin: 0 0 10px;
    font-weight: 800;
    color: #000;
}

    .font-name h4 span {
        font-weight: 400;
        color: #888;
    }

.font-name .name-setting {
    margin: 0 0 35px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .font-name .name-setting:after {
        clear: both;
        display: block;
        content: '';
    }

    .font-name .name-setting > div {
        width: 40%;
        float: left;
        box-sizing: border-box;
        padding: 21px 0;
        border-right: 1px solid #ededed;
    }

        .font-name .name-setting > div:last-child {
            width: 20%;
            border-right: 0;
        }

    .font-name .name-setting label {
        position: relative;
        float: left;
        height: 30px;
        padding: 0 14px 0 20px;
        color: #000;
        line-height: 30px;
    }

        .font-name .name-setting label:after {
            position: absolute;
            top: 8px;
            right: 0;
            width: 1px;
            height: 12px;
            content: '';
            background: #f1f1f1;
        }

    .font-name .name-setting input[type="text"] {
        width: 160px;
        height: 30px;
        box-sizing: border-box;
        padding: 0 0 0 10px;
        border: 0;
    }

    .font-name .name-setting .btn-check {
        display: inline-block;
        width: 54px;
        height: 30px;
        padding: 0;
        font-size: 14px;
        color: #fff;
        border-radius: 15px;
        border: 0;
        background: #d71a22;
        margin-left: 15px;
    }

    .font-name .name-setting .format {
        padding-left: 35px;
    }

.font-name .format dfn {
    float: left;
    height: 30px;
    margin: 0 15px 0 0;
    line-height: 30px;
    color: #000;
}

.font-name .format .toggle {
    float: left;
}

.detail-setting {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    /*    border-bottom: 0;*/
    background: #fff;
}

    .detail-setting .btn-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 15px;
        height: 15px;
        overflow: hidden;
        text-indent: -9999px;
    }

        .detail-setting .btn-close:before {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .detail-setting .btn-close:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 3px;
            height: 16px;
            content: '';
            background: #d71a22;
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

.detail-option {
    float: left;
    box-sizing: border-box;
    padding: 30px 20px 12px;
    border-right: 1px solid #cccccc;
}

    .detail-option:after {
        clear: both;
        display: block;
        content: '';
    }

    .detail-option.lang-ko {
        width: 265px;
    }

    .detail-option.lang-en {
        width: 269px;
    }

    .detail-option.lang-num {
        width: 335px;
        padding: 30px 58px 12px;
    }

    .detail-option.lang-cn {
        width: 259px;
        border-right: 0;
    }

    .detail-option > div {
        position: relative;
        float: left;
        margin: 8px 0;
    }

        .detail-option > div:nth-child(odd) {
            margin-right: 26px;
        }

    .detail-option label {
        float: left;
        margin: 2px 7px 0 0;
    }

    .detail-option input[type="text"] {
        float: left;
        width: 54px;
        height: 23px;
        box-sizing: border-box;
        margin-right: 1px;
        padding: 0 5px;
        font-size: 12px;
        color: #888;
        border: 1px solid #cccccc;
    }

        .detail-option input[type="text"].percentage {
            background: #fff url(../images/sub/ico_percent.gif) no-repeat 28px center;
        }

    .detail-option .step {
        position: relative;
        float: left;
        width: 17px;
        height: 23px;
    }

        .detail-option .step button {
            position: absolute;
            right: 0;
            width: 17px;
            height: 11px;
            box-sizing: border-box;
            overflow: hidden;
            text-indent: -9999px;
            border: 1px solid #cccccc;
            background: #fff;
        }

        .detail-option .step .btn-up {
            top: 0;
        }

            .detail-option .step .btn-up:after {
                position: absolute;
                top: 0;
                left: 5px;
                width: 0;
                height: 0;
                overflow: hidden;
                content: '';
                border: 3px solid transparent;
                border-bottom-color: #888;
            }

        .detail-option .step .btn-down {
            bottom: 0;
        }

            .detail-option .step .btn-down:after {
                position: absolute;
                top: 3px;
                left: 5px;
                width: 0;
                height: 0;
                overflow: hidden;
                content: '';
                border: 3px solid transparent;
                border-top-color: #888;
            }

#modal-guide .modal-inner {
    width: 704px;
}

#modal-confirm .modal-inner {
    width: 490px;
}

/* cloud */
.cloud-content {
    padding: 0 0 240px;
}

    .cloud-content .inner {
        width: 775px;
    }

    .cloud-content .quick .inner {
        width: 1130px;
    }

    .cloud-content h3 {
        font-size: 25px;
        font-weight: 800;
        color: #000;
    }

.cloud-install {
    height: 1230px;
    box-sizing: border-box;
    padding: 230px 265px 265px 265px;
    text-align: center;
    background: url(../images/sub/bg_install_n.jpg) no-repeat center 0;
    background-size: cover;
}

    .cloud-install .inner {
        width: 775px;
    }

    .cloud-install h2 {
        margin: 0 0 40px;
        font-size: 40px;
        color: #000;
    }

    .cloud-install p {
        clear: both;
        margin: 0 0 60px;
        line-height: 1.8;
    }

    .cloud-install ul {
        position: relative;
        left: -50%;
        float: right;
        margin: 0 0 40px;
    }

        .cloud-install ul:after {
            clear: both;
            display: block;
            content: '';
        }

    .cloud-install li {
        position: relative;
        left: 50%;
        float: left;
    }

        .cloud-install li a {
            display: block;
            width: 375px;
            height: 108px;
            box-sizing: border-box;
            font-size: 18px;
            font-weight: 800;
            color: #000;
            border: 1px solid #cccccc;
            will-change: background;
            transition: all .2s;
        }

    .cloud-install .windows a {
        background: rgba(255, 255, 255, .8) url(../images/sub/install_windows_n.png) no-repeat 70px;
        padding: 45px 0 0 80px;
    }

    .cloud-install .mac a {
        background: rgba(255, 255, 255, .8) url(../images/sub/install_mac_n.png) no-repeat 70px;
        padding: 45px 0 0 30px;
    }

    .cloud-install li a:hover {
        color: #d71a22;
        border-color: #d71a22;
    }

    .cloud-install .windows a:hover {
        background: rgba(255, 255, 255, .8) url(../images/sub/install_windows_over_n.png) no-repeat 70px;
    }

    .cloud-install .mac a:hover {
        background: rgba(255, 255, 255, .8) url(../images/sub/install_mac_over_n.png) no-repeat 70px;
    }

    .cloud-install h3 {
        margin: 0 0 30px;
    }

    .cloud-install .vod {
        width: 100%;
        height: 436px;
        background: #ececec;
        margin-bottom: 40px;
    }
/*.cloud-intro{padding:90px 0; text-align:center;}*/
.cloud-summary {
    margin: 0 0 135px;
    text-align: center;
}

    .cloud-summary .inner {
        width: 1130px;
        overflow: hidden;
    }

    .cloud-summary h3 {
        margin: 90px 0 70px;
    }

.function-summary {
    width: 100%;
    overflow: hidden;
    background: url(../images/sub/bg_cloud.jpg) no-repeat center 160px;
}

    .function-summary .bx-wrapper {
        overflow: hidden;
    }

    .function-summary li {
        height: 735px;
        overflow: hidden;
    }

    .function-summary dl {
        width: 1130px;
        text-align: center;
    }

    .function-summary dt {
        margin: 0 0 30px;
        font-size: 40px;
        font-weight: 800;
        color: #000;
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s;
    }

    .function-summary dd {
        margin: 0 0 10px;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .2s;
    }

    .function-summary .active dt {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .function-summary .active dd {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .function-summary .img {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
        transition: all .5s .4s;
    }

    .function-summary .active .img {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .function-summary .img01-01 {
        top: 320px;
        left: 370px;
    }

    .function-summary .img01-02 {
        top: 360px;
        right: 360px;
    }

    .function-summary .img02-01 {
        top: 350px;
        left: 260px;
    }

    .function-summary .img02-02 {
        top: 350px;
        right: 260px;
    }

    .function-summary .img03-01 {
        top: 210px;
        left: 445px;
    }

    .function-summary .img04-01 {
        top: 250px;
        left: 380px;
    }

    .function-summary .img04-02 {
        top: 285px;
        left: 470px;
    }

    .function-summary .img05-01 {
        top: 360px;
        right: 360px;
    }

    .function-summary .img06-01 {
        top: 228px;
        left: 401px;
        transform: translateY(0);
    }

    .function-summary .img06-02 {
        top: 346px;
        left: 390px;
    }

    .function-summary .img06-03 {
        top: 258px;
        left: 498px;
    }

    .function-summary .bx-pager {
        bottom: 0;
    }

    .function-summary .bx-pager-item {
        margin: 0 5px;
    }

        .function-summary .bx-pager-item a {
            background: #dfdfdf;
        }

            .function-summary .bx-pager-item a.active {
                width: 46px;
                background: #d71a22;
            }

    .function-summary .bx-controls-direction a {
        opacity: 1;
        transition: opacity .2s
    }

        .function-summary .bx-controls-direction a.disabled {
            opacity: 0;
            cursor: default;
        }

        .function-summary .bx-controls-direction a:after {
            position: absolute;
            top: 8px;
            width: 28px;
            height: 28px;
            content: '';
        }

    .function-summary .bx-prev {
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 46px;
        overflow: hidden;
        margin: -23px 0 0;
        text-indent: -9999px;
    }

        .function-summary .bx-prev:after {
            left: 7px;
            border-left: 2px solid #d71a22;
            border-bottom: 2px solid #d71a22;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .function-summary .bx-next {
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 46px;
        overflow: hidden;
        margin: -23px 0 0;
        text-indent: -9999px;
    }

        .function-summary .bx-next:after {
            right: 7px;
            border-top: 2px solid #d71a22;
            border-right: 2px solid #d71a22;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

/* customer */
.customer-content h2 {
    position: relative;
    margin: 0 0 55px;
    padding: 0 0 20px;
    font-size: 40px;
    color: #000;
    text-align: center;
}

    .customer-content h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 55px;
        height: 3px;
        content: '';
        background: #d71a22;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.customer-content .tab-nav {
    margin: 0 0 20px;
}

.customer-content .tag-list {
    margin: 0 0 30px;
}

.customer-content .txt {
    margin: 40px 0 25px;
    font-size: 15px;
    text-align: center;
}

.customer-content .tbl-list .sbj {
    text-align: left;
}

.customer-content .tbl-list .ing {
    color: #d71a22;
}

.customer-content .tbl-list .new {
    display: inline-block;
    margin: 2px 0 0 -30px;
    font-size: 11px;
    font-weight: 800;
    color: #d8222a;
    vertical-align: top;
}

.customer-content .tbl-list a {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 35px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.customer-content .tbl-list td[colspan]{padding:0; text-align:left; border:0; background:#fbfbfb;}*/
.customer-content .qna-con {
    display: none;
}

    .customer-content .qna-con .ask {
        padding: 24px;
        line-height: 1.8;
        border-bottom: 1px solid #ededed;
    }

    .customer-content .qna-con .reply {
        padding: 24px 24px 24px 46px;
        line-height: 1.8;
        border-bottom: 1px solid #ededed;
        background: url(../images/sub/ico_reply.png) no-repeat 24px 24px;
    }

    .customer-content .qna-con a {
        position: relative;
        display: inline-block;
        margin: 10px 0 0;
        padding: 0;
        color: #d71a22;
    }

        .customer-content .qna-con a:after {
            position: absolute;
            bottom: 6px;
            left: 0;
            width: 100%;
            height: 1px;
            content: '';
            background: #f2c3c5;
        }

.customer-content .btn-list {
    display: block;
    width: 210px;
    margin: 0 auto;
}

.customer-qna .tbl-base th {
    width: 15%;
    padding: 0;
    text-align: center;
}

.customer-qna .tbl-base td {
    padding: 0;
}

.customer-qna .tbl-base textarea {
    width: 100%;
    height: 290px;
    box-sizing: border-box;
    padding: 20px;
    border: 0;
    background: #fff;
}

.customer-qna .tbl-base input[type="text"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 125px 0 20px;
    border: 0;
}

.customer-qna .tbl-base input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 0;
}

.customer-qna .tbl-base .file {
    position: relative;
}
    /*.customer-qna .tbl-base .file div{position:absolute; top:0; right:0; width:78px; height:50px; overflow:hidden; margin:0 24px 0 0;}*/
    .customer-qna .tbl-base .file div {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 50px;
        overflow: hidden;
        margin: 0 24px 0 0;
        text-align: center;
    }

        .customer-qna .tbl-base .file div:before {
            position: absolute;
            top: 16px;
            right: 5px;
            width: 3px;
            height: 13px;
            content: '';
            background: #ed1c24;
        }

        .customer-qna .tbl-base .file div:after {
            position: absolute;
            top: 21px;
            right: 0;
            width: 13px;
            height: 3px;
            content: '';
            background: #ed1c24;
        }

    .customer-qna .tbl-base .file span {
        position: relative;
        display: inline-block;
        color: #ed1c24;
        line-height: 50px;
    }

        .customer-qna .tbl-base .file span:after {
            position: absolute;
            bottom: 17px;
            left: 0;
            width: 100%;
            height: 1px;
            content: '';
            background: #fac6c8;
        }

.bbs-util {
    position: relative;
    text-align: center;
}

    .bbs-util .bbs-search {
        position: absolute;
        top: 0;
        right: 0;
    }

        .bbs-util .bbs-search input[type="text"] {
            width: 170px;
            height: 36px;
            padding: 0 36px 0 16px;
            font-size: 15px;
            line-height: 34px;
            border-radius: 18px;
            border: 1px solid #ededed;
        }

        .bbs-util .bbs-search .btn-search {
            position: absolute;
            top: 0;
            right: 0;
            width: 36px;
            height: 36px;
            overflow: hidden;
            text-indent: -9999px;
            border: 0;
            background: url(../images/sub/btn_searchRed.png) no-repeat 5px center;
        }

.paging {
    text-align: center;
}

    .paging a {
        display: inline-block;
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        margin: 0 1px;
        font-size: 13px;
        color: #000;
        line-height: 34px;
        vertical-align: top;
        border: 1px solid #ededed;
    }

    .paging strong {
        display: inline-block;
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        font-size: 13px;
        color: #ed1c24;
        line-height: 34px;
        vertical-align: top;
        border: 1px solid #ed1d25;
    }

    .paging .btn {
        position: relative;
        overflow: hidden;
        vertical-align: top;
        text-indent: -9999px;
    }

        .paging .btn:before,
        .paging .btn:after {
            position: absolute;
            top: 14px;
            width: 6px;
            height: 6px;
            content: '';
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .paging .btn-first:before {
        left: 11px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .paging .btn-first:after {
        left: 17px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .paging .btn-prev:before {
        left: 14px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .paging .btn-next:before {
        left: 14px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

    .paging .btn-last:before {
        left: 11px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

    .paging .btn-last:after {
        left: 17px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

.inner-paging {
    text-align: center;
}

    .inner-paging a {
        display: inline-block;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        margin: 0 1px;
        font-size: 13px;
        color: #000;
        line-height: 34px;
        vertical-align: top;
        text-decoration: none !important;
    }

    .inner-paging strong {
        display: inline-block;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        font-size: 13px;
        color: #ed1c24;
        line-height: 34px;
        vertical-align: top;
    }

    .inner-paging .btn {
        position: relative;
        overflow: hidden;
        vertical-align: top;
        text-indent: -9999px;
    }

        .inner-paging .btn:before,
        .inner-paging .btn:after {
            position: absolute;
            top: 11px;
            width: 6px;
            height: 6px;
            content: '';
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .inner-paging .btn-prev:before {
        left: 11px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .inner-paging .btn-next:before {
        left: 11px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }

.bbs-view {
    margin: 0 0 40px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

    .bbs-view .title-area {
        height: 67px;
        line-height: 67px;
        border-bottom: 1px solid #ededed;
    }

        .bbs-view .title-area:after {
            clear: both;
            display: block;
            content: '';
        }

        .bbs-view .title-area h3 {
            float: left;
            width: 970px;
            padding: 0 0 0 25px;
            font-size: 20px;
            font-weight: 400;
            color: #000;
            line-height: 67px;
        }

        .bbs-view .title-area .date {
            float: right;
            padding: 0 25px 0 0;
        }

    .bbs-view .text-area {
        padding: 20px 25px;
        text-align: center;
    }

        .bbs-view .text-area img {
            max-width: 100%;
            margin: 0 0 30px;
        }

        .bbs-view .text-area p {
            margin: 0 0 30px;
            font-size: 15px;
            line-height: 1.8;
            text-align: left;
        }

.customer-qna .btn-list {
    margin-top: 50px;
}

.faq-list {
    margin: 0 0 30px;
    font-size: 15px;
    border-top: 1px solid #ededed;
}

    .faq-list li {
        position: relative;
        border-bottom: 1px solid #ededed;
    }

        .faq-list li:after {
            position: absolute;
            top: 16px;
            right: 25px;
            width: 9px;
            height: 9px;
            content: '';
            border-right: 3px solid #888;
            border-bottom: 3px solid #888;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all .2s;
        }

        .faq-list li.active:after {
            top: 20px;
            -ms-transform: rotate(225deg);
            transform: rotate(225deg);
        }

    .faq-list span {
        display: block;
        height: 48px;
        padding: 0 24px;
        cursor: pointer;
        line-height: 48px;
    }

    .faq-list div {
        display: none;
        padding: 24px;
        line-height: 1.8;
        border-top: 1px solid #ededed;
        background: #fbfbfb;
    }

.guide {
    width: 440px;
    margin: 40px auto 0;
    font-size: 15px;
    text-align: center;
}

    .guide h3 {
        font-size: 30px;
        color: #000;
    }

    .guide p {
        margin: 0 0 30px;
        padding: 0 0 120px;
        line-height: 1.8;
        background: url(../images/sub/ico_ticket.png) no-repeat center bottom;
    }

    .guide form div {
        margin-bottom: 20px;
    }

        .guide form div a {
            color: #d71a22;
            font-weight: 800;
        }

    .guide p strong {
        font-weight: 400;
        color: #d71a22;
    }

    .guide input[type="text"] {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        margin: 0 0 22px;
        padding: 0 20px;
        border: 1px solid #ededed;
    }

        .guide input[type="text"]:disabled {
            background: #fbfbfb;
        }

        .guide input[type="text"]:read-only {
            color: #666;
            background: #fbfbfb;
            cursor: default;
        }

    .guide button {
        width: 100%;
    }

/* member */
.member-content {
    padding: 185px 0 365px;
}

    .member-content h2 {
        position: relative;
        margin: 0 0 55px;
        padding: 0 0 20px;
        font-size: 40px;
        color: #000;
        text-align: center;
    }

        .member-content h2:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .member-content .txt {
        margin: 0 0 25px;
        font-size: 17px;
        text-align: center;
    }

.member-login .inner {
    width: 440px;
    font-size: 15px;
}

.member-login input[type="text"],
.member-login input[type="password"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin: 0 0 12px;
    padding: 0 18px;
    border: 1px solid #ededed;
}

.member-login input[type="password"] {
    margin: 0 0 19px;
}

.member-login .btn-default {
    width: 100%;
}

.member-login .member-btn {
    position: relative;
    margin: 25px 0 110px;
}

    .member-login .member-btn:after {
        clear: both;
        display: block;
        content: '';
    }

.member-login .caution {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #d71a22;
}

.member-login .member-btn .left {
    float: left;
}

.member-login .member-btn .right {
    float: right;
}

.member-info {
    text-align: center;
    color: #000;
}

    .member-info strong {
        display: block;
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 800;
    }

    .member-info a {
        text-decoration: underline;
    }

#modal-find .modal-con h1 {
    margin: 0 0 25px;
}

#modal-find .btn-set {
    padding: 30px 0 0;
    font-size: 15px;
}

    #modal-find .btn-set a {
        position: relative;
        margin: 0 15px;
    }

        #modal-find .btn-set a:after {
            position: absolute;
            top: 2px;
            right: -20px;
            width: 1px;
            height: 13px;
            content: '';
            background: #e6e4e4;
        }

        #modal-find .btn-set a:last-child:after {
            display: none;
        }

.member-find .find-form {
    width: 440px;
    margin: 0 auto;
    font-size: 15px;
}

.member-find input[type="text"],
.member-find input[type="password"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin: 0 0 12px;
    padding: 0 18px;
    border: 1px solid #ededed;
}

.member-find input[type="password"] {
    margin: 0 0 19px;
}

.member-find .type {
    margin: 0 0 20px;
}

.member-find .personal-member,
.member-find .biz-member {
    display: none;
}

.member-find .active {
    display: block;
}

.member-find .member-btn {
    margin: 60px 0 40px;
    color: #000;
    text-align: center;
}

    .member-find .member-btn p {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 800;
    }

    .member-find .member-btn strong {
        color: #d71a22;
    }

    .member-find .member-btn a {
        text-decoration: underline;
    }

.member-find .btn-default {
    width: 100%;
}

.member-join {
    text-align: center;
}

    .member-join .inner {
        width: 775px;
    }

    .member-join .txt {
        font-size: 20px;
    }

    .member-join .em {
        margin: 0 0 40px;
        font-size: 30px;
        font-weight: 800;
        color: #000;
    }

    .member-join .caution {
        margin: 0 0 20px;
        line-height: 1.8;
    }

        .member-join .caution b {
            font-weight: 400;
            color: #d71a22;
        }

    .member-join .complete {
        padding: 130px 0 0;
        font-size: 15px;
        line-height: 1.8;
        background: url(../images/sub/ico_complete.png) no-repeat center 0;
    }

        .member-join .complete strong {
            font-size: 30px;
            color: #000;
        }

        .member-join .complete b {
            color: #d71a22;
        }

        .member-join .complete .next {
            margin: 35px 0;
        }

            .member-join .complete .next b {
                font-weight: 400;
                text-decoration: underline;
            }

        .member-join .complete .btn-default {
            width: 440px;
            margin: 35px 0 0;
        }

.join-type {
    font-size: 14px;
    line-height: 1.8;
}

    .join-type a {
        display: inline-block;
        width: 296px;
        height: 296px;
        box-sizing: border-box;
        margin: 0 10px;
        padding: 200px 0 0;
        vertical-align: top;
        border: 1px solid #ededed;
        -ms-transition: all .2s;
        transition: all .2s;
    }

        .join-type a:hover {
            border-color: #d71a22;
        }

    .join-type strong {
        display: block;
        margin: 0 0 0;
        font-size: 18px;
        color: #000;
    }

.join-personal {
    background: url(../images/sub/join_personal.png) no-repeat center 65px;
}

.join-biz {
    background: url(../images/sub/join_biz.png) no-repeat center 65px;
}

.join-personal:hover {
    background: url(../images/sub/join_personal_over.png) no-repeat center 65px;
}

.join-biz:hover {
    background: url(../images/sub/join_biz_over.png) no-repeat center 65px;
}

.join-form {
    text-align: left;
}

    .join-form h3 {
        font-size: 17px;
        color: #000;
    }

        .join-form h3 span {
            color: #d71a22;
        }

    .join-form .alert {
        margin: 10px 0 0;
        color: #d71a22;
    }

    .join-form .tbl-base {
        margin: 0 0 75px;
    }

        .join-form .tbl-base th {
            width: 145px;
            padding: 18px 0 0 20px;
            vertical-align: top;
        }

        .join-form .tbl-base td {
            padding: 10px 20px;
            text-align: left;
        }

        .join-form .tbl-base .btn-default {
            display: inline-block;
            width: 130px;
            height: 32px;
            margin: 0;
            font-size: 15px;
            font-weight: 400;
            color: #666;
            line-height: 32px;
            background: #e9e9e9;
        }

    .join-form input[type="text"],
    .join-form input[type="password"] {
        width: 100%;
        height: 32px;
        box-sizing: border-box;
        padding: 0 20px;
        border: 1px solid #ededed;
    }

        .join-form input[type="text"].id {
            width: 415px;
        }

    .join-form .info {
        margin: 15px 0 0;
        line-height: 1.6;
    }

    .join-form .terms {
        margin: 0 0 60px;
    }

        .join-form .terms .clause {
            height: 245px;
            margin: 15px 0;
            padding: 15px;
            border: 1px solid #ededed;
            background: #fff;
        }

            .join-form .terms .clause .clause-inner {
                padding-right: 30px;
            }

            .join-form .terms .clause h4 {
                margin: 0 0 5px;
                font-size: 15px;
                font-weight: 400;
                color: #000;
            }

    .join-form .btn-default {
        display: block;
        width: 210px;
        margin: 0 auto;
    }

.join-form-btn {
    position: relative;
    display: inline-block;
    width: 350px;
    /*height: 60px;*/
    padding: 0;
    /*font-size: 16px;*/
    /*font-weight: 800;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*line-height: 50px;*/
    background: #000;
    /*border-radius: 5px;*/
    margin-top: 38px;
}

    .join-form-btn .btn-sns {
        /*display: block;
        margin: 0 auto;
        vertical-align: middle;
        width: 350px;
        height: 60px;
        margin-top : 5px;*/
        width: 350px;
        position: relative;
        display: inline-block;
        height: 50px;
        padding: 0;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        color: #fff;
        line-height: 50px;
        background: #000;
    }

        .join-form-btn .btn-sns:before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            content: '';
            border: 8px solid transparent;
            border-right-color: #ed1c24;
            border-bottom-color: #ed1c24;
        }


.snsJoin h2 {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 40px;
    color: #000;
    text-align: center;
}

.snsLine {
    text-align: center;
    margin: 0 auto;
    margin-top: 61px;
    margin-bottom: 45px;
    width: 500px;
    height: 10px;
}

.snsLineText {
    float: left;
}

.snsLineLeft {
    background: #999999;
    width: 224px;
    height: 2px;
    float: left;
    margin-top: 6px;
    margin-right: 8px;
}

.snsLineRight {
    background: #999999;
    width: 224px;
    height: 2px;
    float: left;
    margin-top: 6px;
    margin-left: 8px;
}



.snsConnect {
    margin: 0 auto;
}

    .snsConnect img {
        width: 50px;
        height: 50px;
    }

    .snsConnect a {
        display: inline-block;
        margin: 0 auto;
        margin-top: 30px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .snsConnect figcaption {
        font-family: RixSinGo;
        font-size: 18px;
        font-weight: 300;
        color: #333333;
        margin-top: 15px;
        text-align: center;
    }

    .snsConnect p {
        font-family: RixSinGo;
        font-size: 18px;
        font-weight: 300;
        color: #333333;
    }

.snsConnectIcon {
    margin: 0 auto;
}
/* support */
.support-content {
    padding-bottom: 240px;
}

    .support-content h2 {
        position: relative;
        margin: 0 0 55px;
        padding: 0 0 20px;
        font-size: 40px;
        color: #000;
        text-align: center;
    }

        .support-content h2:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.clause {
    margin: 0 0 130px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.8;
    background: #fbfbfb;
}

    .clause .clause-inner {
        padding-right: 30px;
    }

    .clause .item {
        margin: 0 0 30px;
    }

    .clause h3 {
        margin: 0 0 5px;
        font-weight: 800;
        color: #000;
    }

    .clause dt {
        font-weight: 800;
    }

    .clause p,
    .clause ul,
    .clause dl {
        margin: 0 0 10px;
    }

        .clause ul ul {
            margin: 0 0 0 15px;
        }

.support-content .guide {
    width: 480px;
    margin-bottom: 120px;
    padding: 120px 0 0;
    background: url(../images/sub/ico_remote.png) no-repeat center 0;
}

    .support-content .guide p {
        margin: 30px 0 0;
        padding: 0;
        background: none;
    }

.support-content .btn-area {
    margin: 45px 0 0;
}

    .support-content .btn-area .btn-default {
        width: 210px;
        margin: 0 7px;
    }

/* mypage */
.mypage-content h2 {
    position: relative;
    margin: 0 0 55px;
    padding: 0 0 20px;
    font-size: 40px;
    color: #000;
    text-align: center;
}

    .mypage-content h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 55px;
        height: 3px;
        content: '';
        background: #d71a22;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.mypage-content h4 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #000;
}

.mypage-content .tab-nav {
    margin-bottom: 50px;
}

.mypage-content .btn-set {
    clear: both;
    text-align: center;
}

    .mypage-content .btn-set .btn-default {
        display: inline-block;
        width: 210px;
        margin: 0 8px;
    }

.mypage-content .btn-gray {
    color: #666;
    background: #e9e9e9;
}

.mypage-content .biz-info {
    margin: 0 0 50px;
    text-align: center;
}

    .mypage-content .biz-info a {
        display: inline-block;
        margin: 0 auto;
        font-size: 15px;
        color: #d71a22;
        text-decoration: underline;
    }

.regi {
    width: 625px;
    margin: 0 auto 80px;
    font-size: 15px;
}

    .regi input[type="text"] {
        float: left;
        width: 384px;
        height: 56px;
        margin-left: 18px;
        padding: 0 20px;
    }

    .regi .btn-default {
        float: right;
        width: 190px;
        height: 56px;
        margin-right: 18px;
        line-height: 56px;
    }

    .regi p {
        margin: 20px 0 0;
        text-align: center;
        line-height: 1.8;
    }

.tab-underline {
    width: 100%;
    margin: 0 0 45px;
    border-bottom: 1px solid #000;
}

    .tab-underline ul {
        position: relative;
        left: -50%;
        float: right;
    }

    .tab-underline:after {
        clear: both;
        display: block;
        content: '';
    }

    .tab-underline li {
        position: relative;
        left: 50%;
        float: left;
        width: 220px;
        margin: 0 0 -1px -1px;
    }
    /*.tab-underline li{position:relative; left:50%; float:left; width:400px; margin:0 0 -1px -1px;}*/
    .tab-underline a {
        display: block;
        height: 54px;
        box-sizing: border-box;
        text-align: center;
        font-weight: 800;
        line-height: 52px;
        border: 1px solid #ededed;
        border-bottom-color: #000;
    }

    .tab-underline .active {
        z-index: 2;
    }

        .tab-underline .active a {
            color: #000;
            border-color: #000;
            border-bottom-color: #fff;
        }

.purchase-detail .tbl-list td p {
    margin-top: 10px;
}

.purchase-detail .tbl-list .term {
    width: 230px;
}

.purchase-detail .tbl-list td[colspan].none {
    text-align: center;
    padding: 60px 0;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
}

.purchase-detail .tbl-list .btn-inquiry {
    text-decoration: none;
}

.purchase-detail .info {
    margin-top: -20px;
}

.purchase-detail .paging {
    margin-bottom: 80px;
}
/*.purchase-detail .btn-view{position:relative; padding:0 30px 0 0;}*/
.purchase-detail .btn-view {
    position: relative;
    padding: 10px 40px 10px 15px;
    min-width: 90px;
    height: 37px;
    box-sizing: border-box;
    margin: 0 2px;
    /*padding: 0 14px;*/
    font-size: 15px;
    text-align: center;
    line-height: 37px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
    transition: all .2s;
    text-decoration: none !important;
}
    /*.purchase-detail .btn-view:after{position:absolute; top:-2px; right:2px; width:9px; height:9px; content:''; border-left:3px solid #888; border-bottom:3px solid #888; -ms-transform:rotate(-45deg); transform:rotate(-45deg); -ms-transition:all .2s; transition:all .2s;}*/
    .purchase-detail .btn-view:after {
        position: absolute;
        top: 8px;
        right: 15px;
        width: 9px;
        height: 9px;
        content: '';
        border-left: 3px solid #888;
        border-bottom: 3px solid #888;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transition: all .2s;
        transition: all .2s;
    }

    /*.purchase-detail .btn-view.active:after{top:4px; -ms-transform:rotate(135deg); transform:rotate(135deg);}*/
    .purchase-detail .btn-view.active:after {
        top: 13px;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

/*.tab-purchase{margin:0 0 12px; font-size:17px; font-weight:800;}*/
.tab-purchase {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 800;
}

    .tab-purchase li {
        position: relative;
        display: inline-block;
        margin: 0 36px 0 0;
    }

        .tab-purchase li:after {
            position: absolute;
            top: 2px;
            right: -22px;
            width: 1px;
            height: 14px;
            content: '';
            background: #e4e4e4;
        }

        .tab-purchase li:last-child:after {
            display: none;
        }
    /*.tab-purchase .active{color:#000;}*/
    .tab-purchase .active {
        color: #d71a22;
    }

.license-status .tbl-list {
    margin: 0 0 65px;
}

    .license-status .tbl-list:last-child {
        margin: 0;
    }

    .license-status .tbl-list .term {
        width: 25%;
    }
/*.license-status .tbl-list .btn-default{height:37px; padding:0 15px; font-size:15px; font-weight:400; color:#666; line-height:37px; background:#e9e9e9;}*/
.license-status .none {
    text-align: center;
    padding: 40px 0 80px;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
}

.mypage-purchase .tbl-list {
    margin: 0 0 50px;
}

    .mypage-purchase .tbl-list td[colspan] {
        padding: 0;
        border: 0;
    }

    .mypage-purchase .tbl-list tfoot td {
        text-align: left;
    }

        .mypage-purchase .tbl-list tfoot td[colspan] {
            padding: 15px 0 13px;
            border-bottom: 1px solid #ededed;
        }

    .mypage-purchase .tbl-list tfoot span {
        padding-left: 40px;
    }

    .mypage-purchase .tbl-list a {
        text-decoration: underline;
    }

    .mypage-purchase .tbl-list .em {
        color: #d71a22;
    }

.mypage-purchase .complete td {
    color: #000;
    background: #fff3f3;
}

.breakdown {
    display: none;
    background: #fbfbfb;
}

    .breakdown li {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }

        .breakdown li:after {
            clear: both;
            display: block;
            content: '';
        }

        .breakdown li div {
            display: table-cell;
            box-sizing: border-box;
            padding: 13px 0 11px;
            vertical-align: middle;
            line-height: 1.6;
        }

    .breakdown .num {
        width: 600px;
        box-sizing: border-box;
        padding-left: 130px;
        text-align: left;
    }

    .breakdown .price {
        width: 170px;
    }

    .breakdown .inquiry {
        width: 360px;
        padding-left: 30px;
    }

    .breakdown .method {
        width: 140px;
    }

    .breakdown .inner-paging {
        padding: 10px 0 8px;
        border-bottom: 1px solid #ededed;
    }

    .breakdown .payment {
        width: 140px;
    }

    .breakdown .receipt {
        width: 110px;
    }

    .breakdown .view {
        width: 110px;
    }

.mypage-manage h4 span {
    position: relative;
    margin: 0 0 0 20px;
    color: #888;
}

    .mypage-manage h4 span:after {
        position: absolute;
        top: 2px;
        left: -10px;
        width: 1px;
        height: 14px;
        content: '';
        background: #eaeaea;
    }

.mypage-manage h4 b {
    color: #d71a22;
}

.mypage-manage .tbl-list .num {
    width: 6%;
}

.mypage-manage .tbl-list .name {
    width: 25%;
}

    .mypage-manage .tbl-list .name p {
        margin: 0 0 15px;
    }

        .mypage-manage .tbl-list .name p:last-child {
            margin: 0;
        }
/*.mypage-manage .tbl-list .regi{width:130px;}*/
.mypage-manage .tbl-list .regi {
    width: 170px;
}

.mypage-manage .tbl-list .none {
    padding: 32px 0;
    font-size: 20px;
    text-align: center;
}

.mypage-manage .tbl-list td.name {
    text-align: left;
}

.mypage-manage .tbl-list td.font-name {
    padding-left: 25px;
    text-align: left;
    color: #000;
    background: #fff3f3;
}

    .mypage-manage .tbl-list td.font-name span {
        margin: 0 20px 0 0;
    }

.mypage-manage .tbl-list a {
    text-decoration: underline;
}
/*.mypage-manage .tbl-list .btn-gray{width:130px; height:37px; margin:0; font-size:15px; font-weight:400; color:#666; line-height:37px; text-decoration:none;}*/
.mypage-manage .tbl-list .btn-disabled {
    color: #888;
}

.mypage-manage .tbl-list .ing {
    font-weight: 400;
    color: #d71a22;
}

.mypage-manage .btn-manage {
    margin: 0 50px 0 0;
    padding: 0 0 0 28px;
    color: #d71a22;
    background: url(../images/sub/ico_manage.png) no-repeat 0 0;
}

.mypage-manage a span {
    text-decoration: underline;
}

.mypage-manage .btn-resume {
    margin: 0 50px 0 0;
    padding: 0 0 0 28px;
    background: url(../images/sub/ico_manage_gray.png) no-repeat 0 0;
}

.mypage-modi .join-form {
    width: 775px;
    margin: 0 auto;
}

    .mypage-modi .join-form .id {
        width: 100%;
        background: #f6f6f6;
    }

.mypage-modi .tbl-base {
    margin: 0 0 20px;
}

.mypage-modi .btn-break {
    float: right;
    margin: 0 0 60px;
    color: #d71a22;
    text-decoration: underline;
}

.mypage-break {
    text-align: center;
}

    .mypage-break .break {
        padding: 130px 0 0;
        line-height: 1.8;
        background: url(../images/sub/ico_break.gif) no-repeat center 0;
    }

        .mypage-break .break strong {
            font-size: 30px;
            color: #000;
        }

        .mypage-break .break b {
            color: #d71a22;
        }

        .mypage-break .break p {
            margin: 30px 0;
            font-size: 15px;
            line-height: 1.8;
        }

        .mypage-break .break .tel {
            margin: 0 0 75px;
            font-size: 20px;
            color: #d71a22;
        }

#modal-regi h1 + p {
    letter-spacing: -.03em;
}

#modal-regi .alert {
    position: relative;
}

    #modal-regi .alert p {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: center;
        color: #ed1c24;
    }

/* invoice */
.invoice-wrap {
    position: relative;
    width: 1000px;
    box-sizing: border-box;
    padding: 50px 50px 35px;
    font-size: 15px;
}

    .invoice-wrap h1 {
        position: relative;
        margin: 0 0 55px;
        padding: 0 0 20px;
        font-size: 40px;
        color: #000;
        text-align: center;
    }

        .invoice-wrap h1:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 55px;
            height: 3px;
            content: '';
            background: #d71a22;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .invoice-wrap .btn-area {
        position: absolute;
        top: 95px;
        right: 50px;
    }

        .invoice-wrap .btn-area a {
            position: relative;
            margin: 0 0 0 12px;
            color: #d71a22;
            text-decoration: underline;
        }

            .invoice-wrap .btn-area a:after {
                position: absolute;
                top: 2px;
                right: -8px;
                width: 1px;
                height: 13px;
                content: '';
                background: #eaeaea;
            }

    .invoice-wrap .info {
        margin: 0 0 65px;
    }

        .invoice-wrap .info:after {
            clear: both;
            display: block;
            content: '';
        }

    .invoice-wrap .address {
        float: left;
        width: 308px;
    }

    .invoice-wrap .tbl-base {
        clear: none;
    }

        .invoice-wrap .tbl-base th {
            width: 100px;
            padding: 10px 0 10px 15px;
        }

        .invoice-wrap .tbl-base td {
            padding: 0 15px;
        }

    .invoice-wrap .sender {
        float: right;
        width: 558px;
    }

    .invoice-wrap .detail {
        padding: 0 0 40px;
        border-bottom: 1px solid #ededed;
    }

        .invoice-wrap .detail p {
            margin: 0 0 20px;
            font-size: 20px;
            font-weight: 800;
            color: #000;
            text-align: center;
        }

    .invoice-wrap ul {
        color: #000;
        line-height: 1.6;
    }

        .invoice-wrap ul ul {
            color: #888;
        }

    .invoice-wrap .footer {
        padding: 25px 0 30px;
        text-align: center;
    }

.invoice-form {
    position: relative;
    width: 490px;
    box-sizing: border-box;
    padding: 50px;
}

    .invoice-form h1 {
        margin: 0 0 30px;
        font-size: 20px;
        color: #000;
        text-align: center;
    }

    .invoice-form .btn-close {
        position: absolute;
        top: 33px;
        right: 33px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-indent: -9999px;
    }

        .invoice-form .btn-close:before {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 4px;
            content: '';
            background: #000;
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .invoice-form .btn-close:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4px;
            height: 22px;
            content: '';
            background: #000;
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

    .invoice-form .tbl-base {
        margin: 0 0 35px;
    }

    .invoice-form th {
        width: 90px;
        padding: 15px 0 0 15px;
        vertical-align: top;
    }

    .invoice-form td {
        padding: 7px 0 7px 10px;
    }

    .invoice-form input[type="text"] {
        width: 100%;
        height: 32px;
        padding: 0 15px;
    }

    .invoice-form .select {
        margin: 0;
    }

        .invoice-form .select span,
        .invoice-form .select .select-option {
            width: 100%;
        }

        .invoice-form .select .select-option {
            top: 32px;
            z-index: 4;
        }

            .invoice-form .select .select-option.up {
                top: auto;
                bottom: 32px;
            }

        .invoice-form .select span:after {
            border-color: #000;
        }

    .invoice-form .btn-set {
        padding: 0 0 30px;
    }

    .invoice-form .btn-default {
        float: right;
        width: 183px;
    }

    .invoice-form .btn-gray {
        float: left;
    }

/*@media screen and (max-width:1130px){
  header{position:absolute;}
}*/

/* Edited by STZ */

.field-validation-error {
    display: inline-block;
}

.util-nav .sub {
    display: none;
    position: absolute;
    top: 48px;
    left: -40px;
    width: 180px;
    background: #fff;
}

    .util-nav .sub:before {
        position: absolute;
        top: -13px;
        left: 50%;
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0 0 0 -6px;
        content: '';
        border: 6px solid transparent;
        border-bottom: 7px solid #fff;
    }

    .util-nav .sub ul {
        padding: 20px 0;
    }

    .util-nav .sub li {
        width: 100%;
    }

    .util-nav .sub a {
        height: 34px;
        padding: 0 0 0 25px;
        font-weight: 400;
        color: #666;
        line-height: 34px;
    }

        .util-nav .sub a:hover {
            color: #d71a22;
        }

#divMasterZ > div {
    padding: 66px 0 65px;
    font-size: 17px;
    color: #000;
    text-align: center;
    border: 1px solid #ededed;
}

#divMasterZ strong {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

#divMasterZ .tel {
    margin: 35px 0 0;
    font-size: 25px;
    font-weight: 800;
    color: #d71a22;
}

.font-list .item {
    position: relative;
    float: left;
    margin: 8.5px !important;
}

.quick-content {
    padding-bottom: 240px;
}



.font-content {
    padding: 0 0 140px !important;
}

.subscribe-content {
    padding: 0 0 140px !important;
}

.mix-content {
    padding: 0 0 140px !important;
}

.cloud-content {
    padding: 0 0 140px !important;
}

.support-content {
    padding-bottom: 140px !important;
}

.btn-default {
    cursor: pointer;
}

.font-recommend {
    max-width: 100%;
    height: auto;
    background: #1B1B1B;
    justify-content: center;
    display: flex;
}

/*.program .icon {
    margin: 0 0 20px !important;
}*/

.program > div {
    position: relative;
    float: left;
    width: 33.3333%;
    height: 303px !important;
    box-sizing: border-box;
    margin: 0 0 35px;
    padding: 35px 0 30px 35px !important;
    border-top: 1px solid #e4e4e4 !important;
    border-bottom: 1px solid #e4e4e4 !important;
}

    .program > div:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 302px !important;
        content: '';
        background: #e4e4e4 !important;
    }

    .program > div:nth-child(3n):after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 302px !important;
        content: '';
        background: #e4e4e4 !important;
    }

.btn-disabled {
    cursor: Default !important;
}

#info-modi .email input[type="text"] {
    width: 100% !important;
}

.package .btn-purchase {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.package .item {
    float: left;
    width: 360px;
    box-sizing: border-box;
    margin: 0 25px 0 0;
    padding: 35px 30px;
    border: 1px solid #ededed;
    cursor: pointer;
}

    .package .item:hover {
        border: 1px solid #d71a22;
    }

/*.main-nav {
    width: 520px !important;
    margin: 0 auto;
}
*/
/* 정수진 추가 : 비밀번호 변경 modal Popup에서 비밀번호 입력시 password로 css 적용 안되므로 추가 하였음. 2020.05.12*/
.modal input[type="password"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 0 18px;
    font-size: 15px;
    border: 1px solid #ededed;
}
/* 정수진 추가 : 견적서 상단 PDF다운로드 Form으로 넘겨 a태그를 사용 못해 css 적용 안되므로 추가 하였음. 2020.05.12*/
.invoice-wrap .btn-area .pdfBtn button {
    position: relative;
    margin: 0 0 0 12px;
    color: #d71a22;
    text-decoration: underline;
}

    .invoice-wrap .btn-area .pdfBtn button:after {
        position: absolute;
        top: 2px;
        right: -8px;
        width: 1px;
        height: 13px;
        content: '';
        background: #eaeaea;
    }

.invoice-wrap .btn-area .printBtn button {
    position: relative;
    margin: 0 0 0 12px;
    color: #d71a22;
    text-decoration: underline;
}
/*.invoice-wrap .btn-area .printBtn button:after {
    position: absolute;
    top: 2px;
    right: -8px;
    width: 1px;
    height: 13px;
    content: '';
    background: #eaeaea;
}*/

/*정수진 추가 : 사용자관리  popup */
#modal-find h1 + p {
    letter-spacing: -.03em;
}

#modal-find .alert {
    position: relative;
}

    #modal-find .alert p {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: center;
        color: #ed1c24;
    }

.modal .modal-con2 {
    padding: 40px;
    text-align: center;
}

    .modal .modal-con2 h1 {
        margin: 0 0 30px;
        font-size: 20px;
        color: #000;
    }

    .modal .modal-con2 p {
        margin: 0 0 30px;
        line-height: 1.6;
    }

    .modal .modal-con2 b {
        font-weight: 400;
        color: #ed1c24;
    }

    .modal .modal-con2 .btn-default {
        width: 100%;
    }
/*정수진 추가 : 게시판 버튼 스타일(ex.문의삭제,답변달기...)*/
.customer-content .qna-con a.btnstyle {
    position: relative;
    display: inline-block;
    margin: 0 0 0;
    padding: 0;
    color: white;
}

    .customer-content .qna-con a.btnstyle:after {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: none;
    }
/*정수진 추가 : 게시판(FAQ) 첨부파일 a태그*/
.customer-faq .faq-list a {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    color: #d71a22;
}

    .customer-faq .faq-list a:after {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        /*background: #f2c3c5;*/
    }

    .customer-faq .faq-list a.btnstyle {
        position: relative;
        display: inline-block;
        margin: 0 0 0;
        padding: 0;
        color: white;
    }

        .customer-faq .faq-list a.btnstyle:after {
            position: absolute;
            bottom: 6px;
            left: 0;
            width: 100%;
            height: 1px;
            content: '';
            background: none;
        }
/*정수진 추가 : 게시판(NoticeDetail) 첨부파일 a태그*/
.customer-notice a.astyle {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    color: #d71a22;
}

    .customer-notice a.astyle:after {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        /*background: #f2c3c5;*/
    }

/*정수진 추가 : 게시판(Contact) 첨부파일 a태그*/
.customer-content .qna-con a {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    color: #d71a22;
}

    .customer-content .qna-con a:after {
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: none;
    }

/*정수진 추가 : 메인 SNS h태그*/
/*.sns h2 {
    margin: 0 0 60px;
    font-size: 38px;*/ /*font-weight:400;*/
/*text-align: center;
    color: #000;
}*/

/*정수진 추가 : 견적서 가운데 정렬*/
.invoice-wrap {
    position: relative;
    width: 1000px;
    box-sizing: border-box;
    padding: 50px 50px 35px;
    font-size: 15px;
    margin: 0 auto;
}
/*정수진 추가 : 게시판 상세보기 줄간격 없앰*/
.bbs-view .text-area p {
    margin: 0 0 0px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}
/*정수진 추가(20200922) : 게시판 일대일 문의 왼쪽정렬해제*/
.customer-content .tbl-list td[colspan] {
    padding: 0;
    /*text-align: left;*/
    border: 0;
    background: #fbfbfb;
}

    .customer-content .tbl-list td[colspan] p {
        text-align: left;
    }
/*-----------------------------------------------------------------*/
/*20201223_마케팅디자인팀 요청 버튼 스타일 변경*/
.mypageOrder button {
    min-width: 90px;
    height: 37px;
    box-sizing: border-box;
    margin: 0 2px;
    padding: 0 14px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
    transition: all .2s;
}

.mypageOrder .closeBilling:hover {
    color: white;
    background: black;
}

.mypageOrder a {
    text-decoration: none !important;
}

.license-status .tbl-list .btn-default {
    height: 37px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    line-height: 35px;
    background: #f4f4f4;
}

.license-status .tbl-list .btn-disabled {
    height: 37px;
    padding: 10px 35px 10px 35px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    border-radius: 5px;
    border: 1px solid #999999;
    line-height: 35px;
    background: #e9e9e9;
}

    .license-status .tbl-list .btn-disabled:hover {
        color: #666;
        background: #e9e9e9;
    }

.license-status .tbl-list .btn-default:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border: none;
    border-right-color: none;
    border-bottom-color: none;
}

.license-status .tbl-list .btn-default:hover {
    color: white;
    background: black;
}
/*.license-status .tbl-list .caliDownloadBtn {
    height: 37px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 37px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
}
    .license-status .tbl-list .caliDownloadBtn:hover {
        color: white;
        background: black;
    }
*/
.mypage-manage .tbl-list .btn-gray {
    width: 130px;
    height: 37px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 35px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
}

    .mypage-manage .tbl-list .btn-gray:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        border: none;
        border-right-color: none;
        border-bottom-color: none;
    }

    .mypage-manage .tbl-list .btn-gray a {
        text-decoration: none !important;
    }

    .mypage-manage .tbl-list .btn-gray:hover {
        color: white;
        background: black;
    }

/*.purchase-detail .detailViewBtn {
    position: relative;
    padding: 0 30px 0 0;
    min-width: 90px;
    height: 37px;
    box-sizing: border-box;
    margin: 0 2px;
    padding: 0 14px;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
    transition: all .2s;
}*/
/*.purchase-detail .detailViewBtn a {
    text-decoration: none !important;
}

.purchase-detail .detailViewBtn:hover {
    color: white;
    background: black;
}*/

.purchase-detail .btn-view:hover {
    color: white;
    background: black;
}
/*-----------------------------------------------------------------*/
.mypageRenew button {
    /*min-width: 100px;*/
    width: 100px;
    height: 37px;
    box-sizing: border-box;
    margin: 0 2px;
    padding: 0 14px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
    transition: all .2s;
}


    .mypageRenew button:hover {
        color: white;
        background: black;
    }

.mypageRenew a {
    text-decoration: none !important;
}

.mypageRenew .renewYear {
    width: 48px;
    height: 37px;
    box-sizing: border-box;
    margin: 0 1px;
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #888;
    border-radius: 5px;
    border: 1px solid #999999;
    background: #f4f4f4;
    transition: all .2s;
}

.scrollLock {
    overflow: hidden;
    height: 100%;
    touch-action: none;
}

.student-register .tbl-base input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 0;
}

.student-register .tbl-base .file {
    position: relative;
}

    .student-register .tbl-base .file div {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 50px;
        overflow: hidden;
        margin: 0 24px 0 0;
        text-align: center;
    }

        .student-register .tbl-base .file div:before {
            position: absolute;
            top: 16px;
            right: 5px;
            width: 3px;
            height: 13px;
            content: '';
            background: #ed1c24;
        }

        .student-register .tbl-base .file div:after {
            position: absolute;
            top: 21px;
            right: 0;
            width: 13px;
            height: 3px;
            content: '';
            background: #ed1c24;
        }

    .student-register .tbl-base .file span {
        position: relative;
        display: inline-block;
        color: #ed1c24;
        line-height: 50px;
    }

        .student-register .tbl-base .file span:after {
            position: absolute;
            bottom: 17px;
            left: 0;
            width: 100%;
            height: 1px;
            content: '';
            background: #fac6c8;
        }

.student-register .join-form {
    width: 775px;
    margin: 0 auto;
}

    .student-register .join-form .id {
        width: 100%;
        background: #f6f6f6;
    }

.student-register .tbl-base {
    margin: 0 0 20px;
}

.student-register .btn-break {
    float: right;
    margin: 0 0 60px;
    color: #d71a22;
    text-decoration: underline;
}

.student-register .inner {
    width: 775px;
}

.student-register td span {
    padding-left: 20px;
}

.student-register td ul li {
    padding-left: 20px;
}

.student-register .button-set {
    text-align: center;
}

    .student-register .button-set .btn-carrier {
        display: inline-block;
        width: 152px;
        height: 65px;
        position: relative;
    }

        .student-register .button-set .btn-carrier .vertical-line {
            position: absolute;
            border-left: 1px solid #ccc;
            top: 10%;
            bottom: 50%;
            z-index: 11;
        }

    .student-register .button-set button {
        color: #666;
        font-weight: 400;
        transition: color .2s;
        padding-top: 45px;
        width: 100px;
    }

        .student-register .button-set button.active,
        .student-register .button-set button:hover {
            color: #d71a22;
            font-weight: 800;
            padding-top: 45px;
        }

    .student-register .button-set #btnStudent {
        background: url(../images/sub/ico_student1_off.png) no-repeat center 0px;
    }

        .student-register .button-set #btnStudent.active,
        .student-register .button-set #btnStudent:hover {
            background: url(../images/sub/ico_student1.png) no-repeat center 0px;
            border: 0;
            outline: 0;
        }

    .student-register .button-set #btnUniv {
        background: url(../images/sub/ico_student2_off.png) no-repeat center 0px;
    }

        .student-register .button-set #btnUniv.active,
        .student-register .button-set #btnUniv:hover {
            background: url(../images/sub/ico_student2.png) no-repeat center 0px;
            border: 0;
            outline: 0;
        }

.modal_bg {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background: rgba(0,0,0,.7);
}

.popup {
    position: fixed;
    padding: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: 10001;
    left: 50%;
    /*top: -9999px;*/
    background: #fff;
    box-shadow: 0 0 20px #555;
    width: 390px;
    line-height: 1;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    top: 270px;
    margin-left: -245px;
}

    .popup .pop_header {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    /*.popup .pop_container {
        padding: 20px;
        background: #fff;
        border-radius: 0 0 5px 5px;
    }*/

    .popup .pop_container .customer_tab:first-child {
        margin-top: 20px;
    }

    .popup .pop_con_scroll {
        padding-bottom: 0 !important;
        max-height: 500px;
        overflow-y: auto;
    }

        .popup .pop_con_scroll .foot_btn {
            padding-bottom: 25px;
        }

    .popup .popup_close {
        overflow: hidden;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        z-index: 3200;
        position: absolute;
        right: 33px;
        top: 33px;
        cursor: pointer;
    }

        .popup .popup_close:before {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 4px;
            content: '';
            background: #000;
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .popup .popup_close:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 4px;
            height: 22px;
            content: '';
            background: #000;
            transform: translate(-50%, -50%) rotate(45deg);
        }

    .popup .txt_dialog {
        text-align: center;
        font-size: 16px;
        color: #666;
        font-weight: 400;
    }

    .popup .foot_btn {
        font-size: 0;
        line-height: 0;
        padding-top: 30px;
        text-align: center;
    }

    .popup .btn_n {
        display: inline-block;
        height: 53px;
        line-height: 53px;
        font-size: 16px;
        font-weight: 800;
        padding: 0;
        position: relative;
    }

    .popup .btn_alert {
        color: #fff;
        text-align: center;
        background: #000;
        width: 100%;
    }

    .popup .btn_conf {
        color: #fff;
        text-align: center;
        background: #000;
        width: 185px;
    }

    .popup .btn_can {
        color: #666;
        text-align: center;
        background: #e9e9e9;
        width: 185px;
    }

    .popup .btn_n:before {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid transparent;
        border-right-color: #ed1c24;
        border-bottom-color: #ed1c24;
    }

    .popup .foot_btn .btn_n + .btn_n {
        margin-left: 20px;
    }

/*.ajax_loader {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

    .ajax_loader .circularG {
        position: absolute;
        background-color: #FB3939;
        width: 11px;
        height: 11px;
        -moz-border-radius: 8px;
        -moz-animation-name: bounce_circularG;
        -moz-animation-duration: 1.04s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -webkit-border-radius: 8px;
        -webkit-animation-name: bounce_circularG;
        -webkit-animation-duration: 1.04s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -ms-border-radius: 8px;
        -ms-animation-name: bounce_circularG;
        -ms-animation-duration: 1.04s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-direction: normal;
        -o-border-radius: 8px;
        -o-animation-name: bounce_circularG;
        -o-animation-duration: 1.04s;
        -o-animation-iteration-count: infinite;
        -o-animation-direction: normal;
        border-radius: 8px;
        animation-name: bounce_circularG;
        animation-duration: 1.04s;
        animation-iteration-count: infinite;
        animation-direction: normal;
    }

    .ajax_loader #circularG_1 {
        left: 0;
        top: 20px;
        -moz-animation-delay: 0.39s;
        -webkit-animation-delay: 0.39s;
        -ms-animation-delay: 0.39s;
        -o-animation-delay: 0.39s;
        animation-delay: 0.39s;
    }

    .ajax_loader #circularG_2 {
        left: 5px;
        top: 5px;
        -moz-animation-delay: 0.52s;
        -webkit-animation-delay: 0.52s;
        -ms-animation-delay: 0.52s;
        -o-animation-delay: 0.52s;
        animation-delay: 0.52s;
    }

    .ajax_loader #circularG_3 {
        top: 0;
        left: 20px;
        -moz-animation-delay: 0.65s;
        -webkit-animation-delay: 0.65s;
        -ms-animation-delay: 0.65s;
        -o-animation-delay: 0.65s;
        animation-delay: 0.65s;
    }

    .ajax_loader #circularG_4 {
        right: 5px;
        top: 5px;
        -moz-animation-delay: 0.78s;
        -webkit-animation-delay: 0.78s;
        -ms-animation-delay: 0.78s;
        -o-animation-delay: 0.78s;
        animation-delay: 0.78s;
    }

    .ajax_loader #circularG_5 {
        right: 0;
        top: 20px;
        -moz-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        animation-delay: 0.91s;
    }

    .ajax_loader #circularG_6 {
        right: 5px;
        bottom: 5px;
        -moz-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        animation-delay: 1.04s;
    }

    .ajax_loader #circularG_7 {
        left: 20px;
        bottom: 0;
        -moz-animation-delay: 1.17s;
        -webkit-animation-delay: 1.17s;
        -ms-animation-delay: 1.17s;
        -o-animation-delay: 1.17s;
        animation-delay: 1.17s;
    }

    .ajax_loader #circularG_8 {
        left: 5px;
        bottom: 5px;
        -moz-animation-delay: 1.3s;
        -webkit-animation-delay: 1.3s;
        -ms-animation-delay: 1.3s;
        -o-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }

a, a:visited, a:hover, a:active {
    text-decoration: none;
}*/


/* 취존공작소 전용 CSS */
.taste-nav {
    line-height: 1;
    width: 1130px;
    float: right;
    min-width: 954px;
}

#taste-shortcut {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    position: fixed;
    bottom: 100px;
    right: 24px;
    box-shadow: rgba(0, 0, 0, .15) 2px 4px 6px 2px !important;
    background-color: #fff;
    text-align: center;
    transform: scale(0.7);
    opacity: 0;
    transition: 1s ease;
}

.taste-nav-block {
    width: 1130px;
    margin: 60px auto 0;
}

.taste-nav-header {
    min-width: 1130px;
}

.taste-nav-select {
    font-family: 'RixDongnimDotum', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: black;
}

.taste-nav-logout {
    float: right;
    height: 23px;
    width: 92px;
    text-align: center;
    border: solid 1px #e6e6e6;
    border-radius: 18px;
    padding-top: 10px;
    margin-top: 3px;
    color: #777;
    font-size: 15px;
    font-weight: 500;
}

.taste-nav-login {
    float: right;
    height: 23px;
    width: 80px;
    text-align: center;
    border: solid 1px #e6e6e6;
    border-radius: 18px;
    padding-top: 10px;
    margin-top: 3px;
    color: #777;
    font-size: 15px;
    font-weight: 500;
}

.taste-nav-logout:hover {
    background-color: #f6f6f6;
    transition: 0.3s;
}

.taste-nav-login:hover {
    background-color: #f6f6f6;
    transition: 0.3s;
}

.taste-nav-logo {
    margin-left: 30px;
    position: absolute;
    top: 1px;
}
/*
.taste-nav-all {
    position: absolute;
    width: 46px;
    height: 18px;
    border-radius: 12px;
    color: #fff;
    background-color: #f35247;
    text-align: center;
    padding-top: 5px;
    margin-top: -10px;
}*/

.taste-home-contents {
    display: inline-block;
    margin-left: 8px;
    width: 366px;
    height: 366px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

    .taste-home-contents:nth-child(3n+1) {
        margin-left: 0;
    }

    .taste-home-contents:nth-child(n+4) {
        margin-top: 6px;
    }

    .taste-home-contents:hover img {
        transform: scale(1.1);
    }

    .taste-home-contents:hover div.taste-home-background {
        opacity: 0.5;
    }

    .taste-home-contents p {
        transform: scale(0.9) translateZ(0);
    }

    .taste-home-contents:hover p {
        transform: scale(1) translateZ(0);
        opacity: 1 !important;
    }

.taste-home-img {
    transition: all 0.8s ease;
    width: 366px;
    height: 366px;
}

.taste-home-background {
    width: 366px;
    height: 366px;
    background-color: #000;
    opacity: 0;
    transition: all 0.8s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.taste-home-subtitle {
    width: 366px;
    height: 366px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 366px;
}

    .taste-home-subtitle p {
        opacity: 0;
        transition: all 0.8s ease;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.4;
        font-size: 18px;
    }

.taste-about-title {
    font-weight: 600;
    font-size: 48px;
    color: #1e1e1e;
    padding-bottom: 60px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.taste-about-content {
    color: #666;
    font-family: RixSinGo, sans-serif;
    font-size: 16px;
    line-height: 2;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

#comingsoon img {
    width: 366px;
    height: 366px;
}

.taste-home-body {
    margin: 125px auto 0;
    width: 1130px;
    padding-bottom: 370px;
}


/*학생회원 법정대리인 동의 팝업*/
.studentAuth-modal {
    z-index: 10;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 360px;
    height: 518px;
    padding: 62px 30px 0px 30px;
    border: solid 2px;
}

#studentAuth-logo {
    position: absolute;
    top: 20px;
}

#studentAuth-close {
    position: absolute;
    top: 20px;
    right: 15px;
}

.studentAuth-modal input[type="text"] {
    width: 358px;
    height: 35px;
    border: solid 1px #000;
    border-radius: 5px;
    margin-top: 12px;
    padding: 3px 0 0 10px;
}

.studentAuth-modal h1 {
    font-family: 'RixSinGo', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #000;
}

.studentAuth-modal p {
    margin-top: 19px;
    margin-bottom: 25px;
}

.studentAuth-modal p, label, input {
    font-family: 'RixSinGo', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
    letter-spacing: -0.4px;
}

#studentAuthAgreeBtn {
    background: url(../images/sub/agreebox_1.png) no-repeat center 0;
    width: 358px;
    height: 40px;
    margin-top: 30px;
}

    #studentAuthAgreeBtn:hover {
        background: url(../images/sub/agreebox_2.png) no-repeat center 0;
    }

.studentAuth-seperator {
    border-bottom: solid 1px #4d4d4d;
    width: 358px;
    margin-top: 8px;
}

.studentAuth-checkbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 8px;
}

    .studentAuth-checkbox input[type="checkbox"] {
        position: absolute;
        top: 0-;
        left: 0;
        opacity: 0;
    }

    .studentAuth-checkbox label {
        display: inline-block;
        height: 15px;
        padding: 0 0 0 20px;
        line-height: 15px;
        background: url(../images/common/checkbox.gif) no-repeat 0 0;
        background-size: 15px 15px;
    }

    .studentAuth-checkbox input[type="checkbox"]:checked + label {
        background: url(../images/common/checkbox_on.gif) no-repeat 0 0;
        background-size: 15px 15px;
    }

/*SNS회원가입*/
.inner-snsRegist {
    position: relative;
    width: 1130px;
    margin: 0 auto;
}

    .inner-snsRegist:after {
        clear: both;
        display: block;
        content: '';
    }


.member-join .inner-snsRegist {
    width: 700px;
}


.tbl-base-snsRegist {
    font-size: 15px;
    border-top: 1px solid #ededed;
    width: 600px;
    margin: 0 auto;
}

    .tbl-base-snsRegist th {
        width: 20%;
        padding: 10px 0 10px 20px;
        font-weight: 600;
        text-align: left;
        border-bottom: 1px solid #ededed;
        background: #fbfbfb;
        color: #333333;
    }

    .tbl-base-snsRegist td {
        padding: 10px 0 10px 20px;
        border-bottom: 1px solid #ededed;
    }

.snsRegistLine {
    border-top: 1px solid #ededed;
    border-bottom: 0px;
    width: 700px;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 33px;
    display: block;
}

.join-form .snsRegistTerms {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 540px;
}

    .join-form .snsRegistTerms .clause {
        height: 245px;
        margin: 15px 0;
        padding: 15px;
        border: 1px solid #ededed;
        background: #fff;
    }

        .join-form .snsRegistTerms .clause .clause-inner {
            padding-right: 30px;
        }

        .join-form .snsRegistTerms .clause h4 {
            margin: 0 0 5px;
            font-size: 15px;
            font-weight: 400;
            color: #000;
        }



    .join-form .snsRegistTerms .essentialTerms {
        border: 1px solid #ededed;
        width: 540px;
        height: 100px;
        margin-top: 10px;
    }

        .join-form .snsRegistTerms .essentialTerms .checkbox {
            margin-left: 20px;
            margin-top: 5px;
            /*width : 542px;*/
        }

    .join-form .snsRegistTerms .selectTerms {
        border: 1px solid #ededed;
        width: 540px;
        height: 73px;
    }

        .join-form .snsRegistTerms .selectTerms .checkbox {
            margin-left: 20px;
            margin-top: 7px;
        }

.termsSelectText {
    margin-left: 40px;
    font-size: 10px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.snsRegistTerms .checkbox .snsRegistTermsTitle {
    font-weight: 600;
    font-size: 15px;
}

.snsRegistTerms .checkbox .snsRegistTermsSubTitle {
    font-weight: 500;
    font-size: 12px;
    width: 150px;
}

.termsLink {
    float: right;
    margin-left: 290px;
    font-weight: 500;
    font-size: 10px;
    text-decoration-line: underline;
    text-decoration-color: #4d4d4d;
    line-height: 22px;
}

/*간편로그인 - 마이페이지*/
.memberInfoSNS {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    height: 32px;
}

.memberInfoSNSToggle {
    position: relative;
    display: inline-block;
    /*height: 32px;*/

    position: relative;
    width: 50px;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 11px;
    float: right;
    left: -250px;
}


    .memberInfoSNSToggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .memberInfoSNSToggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #808080;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .memberInfoSNSToggle .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .memberInfoSNSToggle input:checked + .slider {
        background-color: #d71a22;
    }

    .memberInfoSNSToggle input:focus + .slider {
        box-shadow: 0 0 1px #808080;
    }

    .memberInfoSNSToggle input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
    }

    /* Rounded sliders */
    .memberInfoSNSToggle .slider.round {
        border-radius: 34px;
    }

        .memberInfoSNSToggle .slider.round:before {
            border-radius: 50%;
        }


/*간편로그인 연결 안내 페이지*/
.member-join .inner-snsInfo {
    width: 500px;
    margin: 0 auto;
}

.member-join .snsJoinInfo h2 {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 40px;
    color: #000;
    text-align: center;
}

.snsJoinInfo .snsJoinInfoTitle {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.snsJoinInfo .snsJoinInfoSubTitle {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-top: 5px;
}

.member-join .snsJoinInfo .btn-default {
    width: 100%;
}

.snsJoinInfo_another {
    text-align: center;
    margin: 0 auto;
    width: 288px;
    /*height: 96px;*/
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
    background-color: #EAEAEA;
    margin-top: 28px;
    margin-bottom: 60px;
}

    .snsJoinInfo_another table th {
        font-weight: 600;
        text-align: left;
        font-size: 15px;
        line-height: 30px;
    }

    .snsJoinInfo_another table td {
        text-align: left;
        font-size: 15px;
        padding-left: 15px;
    }


.snsJoinInfo_emailexist {
    width: 288px;
    /*height: 72px;*/
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
    background-color: #EAEAEA;
    text-align: center;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 60px;
}

    .snsJoinInfo_emailexist table th {
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        line-height: 30px;
    }

    .snsJoinInfo_emailexist table td {
        text-align: left;
        font-size: 15px;
        padding-left: 15px;
    }

.li-user-count-check {
    background: url(/images/common/sub_checkbox.svg);
    height: 22px;
    width: 22px;
    display: inline-block;
}

.li-user-count:hover .li-user-count-check {
    background: url(/images/common/sub_checkbox_checked.svg);
}

.li-user-count-selected .li-user-count-check {
    background: url(/images/common/sub_checkbox_checked.svg);
}

.amount-check {
    background: url(/images/common/sub_checkbox.svg);
    height: 22px;
    width: 22px;
    display: inline-block;
}

.price-select:hover .amount-check {
    background: url(/images/common/sub_checkbox_checked.svg);
}

.price-selected .amount-check {
    background: url(/images/common/sub_checkbox_checked.svg);
}



.cloud-download {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    height: 100vh;
    background-color: #252525;
    text-align: center;
}
    .cloud-download h2 {
        padding-bottom: 99px;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 40px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 50px;
    }
    .cloud-download ul {
        display: flex;
        justify-content: center;
        padding-bottom: 56px;
    }
    .cloud-download .windows, .cloud-download .mac {
        width: 298px;
        height: 78px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0;
        cursor: pointer;
    }
    .cloud-download .windows {
        background-image: url('/images/sub/win_ basics@2x.png');
    }
    .cloud-download .mac {
        background-image: url('/images/sub/mac_ basics@2x.png');
    }
    .cloud-download .windows:hover {
        background-image: url('/images/sub/win_ active@2x.png');
    }
    .cloud-download .mac:hover {
        background-image: url('/images/sub/mac_ active@2x.png');
    }
    .cloud-download li a {
        display: flex;
        width: 298px;
        height: 78px;
    }
    .cloud-download p {
        padding-bottom: 99px;
        color: #c6c6c6;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: 26px;
    }
    .cloud-download .old-version {
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 26px;
        cursor: pointer;
    }
        .cloud-download .old-version:hover {
            color: #d71a22;
        }

.cloud-guide .guide-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
}
.cloud-guide p {
    margin-bottom: 40px;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.ios-app {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /*background-image: url(/images/sub/iOS_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.ios-app div {
    text-align:center;
}
    .ios-app h2 {
        padding-bottom: 31px;
        color: #000000;
        font-family: "RixSinGo";
        font-size: 36px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
    }
    .ios-app p {
        padding-bottom: 26px;
        color: #848484;
        font-family: "RixSinGo";
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 26px;
    }

.guide-str{
    margin-left:11px;
    display:inline-block;
    font-size:14px;
    line-height:20px;
    width:429px;
    text-indent:-11px;
}

#liProduct .sub a{
    text-align:center;
    padding:0;
}

#liProduct .sub{
    left:-30px;
    width:160px;
}