﻿@charset "utf-8";



html, body {
    max-width: 100%;
    height: 100%; /*overflow-x: hidden;*/
}

html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, form, fieldset, input, textarea, select, table, th,
td, a {
    margin: 0;
    padding: 0;
    /*font-family: 'Noto Sans CJK TC', Apple SD Gothic Neo, sans-serif;*/
    font-weight: 300;
    letter-spacing: -0.05em;
    box-sizing: border-box;
    font-size: 16px;
    /*color: #333;*/ 
    font-family: "NotoSansKR-Medium", sans-serif;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img, abbr, acronym {
    border: 0 none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

caption, th, td {
    text-align: left;
    font-weight: 300;
    border: 0;
}

address, caption, em, cite {
    font-weight: 300;
    font-style: normal;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

legend, .blind {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

body:first-of-type caption {
    display: none;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

a {
    color: #333;
    outline: none;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

html, body {
    -webkit-text-size-adjust: none; /* 뷰표트 변환시 폰트크기 자동확대 방지 */
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

u {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background: red
}

::selection {
    color: #fff;
    background: red
}

/* 폰트 사이즈 */
.font-size11 {
    font-size: 11px !important;
}

.font-size12 {
    font-size: 12px !important;
}

.font-size13 {
    font-size: 13px !important;
}

.font-size15 {
    font-size: 15px !important;
}

/* 폰트 컬러 */
.font-color00 {
    font-size: inherit;
    color: #000 !important;
}

.font-color01 {
    font-size: inherit;
    color: #d82c28 !important;
}

.font-color02 {
    font-size: inherit;
    color: #63b8e1 !important;
}

.font-color03 {
    font-size: inherit;
    color: #505eaf !important;
}

.font-color04 {
    font-size: inherit;
    color: #d62727 !important;
}

.font-color05 {
    font-size: inherit;
    color: #3a72e5 !important;
}

.font-color06 {
    font-size: inherit;
    color: #4f5eaf !important;
}

.font-color07 {
    font-size: inherit;
    color: #999 !important;
}

.font-color08 {
    font-size: inherit;
    color: #666 !important;
}

/** 텍스트 타입 **/
h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

    h4 span.date {
        padding-left: 10px;
        font-size: 13px;
        color: #333;
    }

h3.title {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

h4.title {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}

h3.line2 {
    margin: 10px 0;
    line-height: 19px;
    letter-spacing: -0.06em;
}

.astar {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #ff0000;
    vertical-align: middle;
}

p.txt-notice {
    position: relative;
    margin-top: 8px;
    padding-left: 12px;
    line-height: 20px;
    font-size: 15px;
    color: #999;
}

    p.txt-notice:after {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }

p.desc {
    color: #666;
}
/* 가로 너비 100% */
.full {
    width: 100% !important
}

/** 기본 정의 클래스 **/
.pd0 {
    padding: 0 !important
}

.mg0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

/* width relation */
.w100p {
    width: 100% !important;
}

.w100 {
    width: 100px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

/* height relation */
.h80 {
    height: 80px !important;
}

/* float relation */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

/* border relation */
.bd-t-none {
    border-top: none !important;
}

.bd-b-none {
    border-bottom: none !important;
}

.bd-t-grey {
    border-top: 1px solid #eaeaea !important;
}

.bd-b-grey {
    border-bottom: 1px solid #eaeaea !important;
}

/* 텍스트 정렬 공통 */
.txt-l {
    font-size: inherit;
    text-align: left !important;
}

.txt-c {
    font-size: inherit;
    text-align: center !important;
}

.txt-r {
    font-size: inherit;
    text-align: right !important;
}

.txt-inline {
    display: inline-block !important;
    vertical-align: middle;
}






/* HR */
hr.line01 {
    display: block;
    background: #f7f7f7;
    height: 7px;
    margin: 0;
    padding: 0;
    border: 0;
}


/** icon 공통 이미지 **/
.icon {
    display: inline-block;
    margin-bottom: 3px;
    background: url(../images/common/ico_sp01.png) 0 0 no-repeat;
    background-size: 400px 400px;
    font-size: 0;
    text-indent: -9999em;
    vertical-align: middle;
}

    .icon.btn-arr-go {
        margin-left: 5px;
        width: 4px;
        height: 6px;
        background-position: 0px -56px;
    }

    .icon.reset {
        margin-left: 5px;
        width: 8px;
        height: 8px;
        background-position: -30px -59px;
    }

    .icon.tbl-arrow {
        margin-left: 5px;
        width: 6px;
        height: 13px;
        background-position: -10px -54px;
    }

    .icon.ico-excel {
        width: 18px;
        height: 17px;
        margin-top: -2px;
        margin-right: 8px;
        background-position: -18px -315px;
    }

    .icon.ico-noti {
        width: 12px;
        height: 13px;
        margin-right: 8px;
        background-position: 0 -335px;
    }

    .icon.link-go {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 5px;
        height: 10px;
        margin-top: -4px;
        margin-left: 5px;
        background-position: -19px -335px;
    }

/* 플레이 아이콘 */
.img-area {
    position: relative;
    background: #000
}

.icon-play {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background: url(../images/common/ico_sp01.png) -24px 0 no-repeat;
    background-size: 400px 400px;
}

    .icon-play.small {
        width: 20px;
        height: 20px;
        bottom: 5px;
        right: 5px;
        background: url(../images/common/ico_sp01.png) -47px -33px no-repeat;
        background-size: 400px 400px
    }

.icon-movie {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5)
}

    .icon-movie:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 27px;
        height: 28px;
        margin: -9px 0 0 -14px;
        background-position: -156px -76px;
        background-size: 400px auto;
        background-image: url('../images/common/ico_sp01.png');
        background-repeat: no-repeat;
    }

.icon-onair {
    display: inline-block;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
    background: #ff2221;
    box-sizing: border-box;
}

/* 상단텍스트 아이콘 */
.icon-text {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff6666;
    padding: 0 5px 0;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: "dotum";
    font-size: 10px;
    box-sizing: border-box;
    opacity: 0.8
}

    .icon-text.type02 {
        background: #3e73e7;
    }

.text-icon-area {
    display: inline-block;
}

.text-icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    background: #ff6666;
    padding: 0 5px 0;
    min-width: 25px;
    height: 17px;
    line-height: 19px;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
}

    .text-icon > a {
        color: #fff;
        font-size: 13px;
    }

    .text-icon.type02 {
        background: #3e73e7;
    }

    .text-icon.type03 {
        background: #4f5eaf;
    }

    .text-icon.type04 {
        color: #f17f7f;
        border: 1px solid #f17f7f;
        background: transparent;
    }

    .text-icon.type05 {
        color: #6ca5dc;
        border: 1px solid #6ca5dc;
        background: transparent;
    }

    .text-icon.type06 {
        color: #666;
        border: 1px solid #ccc;
        background: transparent;
    }

    .text-icon.type07 {
        width: 35px;
        height: 18px;
        line-height: 19px;
        padding: 0;
        color: #fff;
        background: #ec629d;
        opacity: 0.8;
    }

    .text-icon.type08 {
        width: 35px;
        height: 18px;
        line-height: 19px;
        padding: 0;
        color: #3c3f50;
        background: #ffd800;
        opacity: 0.8;
    }

    .text-icon.type09 {
        color: #3c3f50;
        background: #ffd800;
    }

    .text-icon.type10 {
        color: #fff;
        background: none;
    }

        .text-icon.type10:before {
            content: "#";
        }

    .text-icon.type11 {
        color: #fff;
        padding: 0 8px;
        border-radius: 16px;
        background: rgba(79,94,175,0.8);
    }

        .text-icon.type11:before {
            content: "#";
        }

    .text-icon.type12 {
        background: #8c92a0
    }

    .text-icon.type13 {
        color: #f17f7f;
        padding: 0 5px;
        border: 1px solid #f17f7f;
        border-radius: 8px;
        background: transparent;
    }

        .text-icon.type13:before {
            content: "";
            display: inline-block;
            width: 11px;
            height: 7px;
            margin-right: 3px;
            background-position: -65px -60px;
            background-size: 400px auto;
            background-image: url('../images/common/ico_sp01.png');
            background-repeat: no-repeat;
        }

    .text-icon.type14 {
        background: #009dde;
    }

    .text-icon.rad {
        min-width: 42px;
        height: 18px;
        line-height: 18px;
        border-radius: 20px;
    }

    .text-icon.trade {
        width: 50px;
        height: 27px;
        line-height: 25px;
        margin-right: 0;
        border-radius: 20px;
        box-sizing: border-box;
    }

        .text-icon.trade .icon {
            margin-top: -2px;
        }

            .text-icon.trade .icon.buy {
                margin-right: 3px;
                width: 10px;
                height: 8px;
                background-position: 0px -232px;
            }

            .text-icon.trade .icon.owns {
                margin-right: 3px;
                width: 9px;
                height: 9px;
                background-position: -19px -232px;
            }

            .text-icon.trade .icon.sell {
                margin-right: 3px;
                width: 10px;
                height: 8px;
                background-position: -9px -232px;
            }

            .text-icon.trade .icon.prog {
                margin-right: 3px;
                width: 9px;
                height: 9px;
                background-position: -28px -232px;
            }

/* 기획방송 태그(LNB) */
.bottom-ul {display:grid; grid-template-columns: repeat(2, 1fr);}
.lnb-tag {background:#ff6666; color:#fff; vertical-align:middle; text-align:center; padding:0 5px; font-size:13px; margin-left:5px;}
.lnb-tag.event-tag {background:#03ceaf;}
.text-icon.event-tag {background:rgba(3, 206, 175, 0.7);}

/** 레이아웃 **/
/* 헤더 .header  제거 */
.header-top {
    position: relative;
    text-align: center;
    height: 55px;
    border-bottom: 1px solid #666;
    width: 100%;
    z-index: 10;
}

    .header-top h1,
    .header-top p {
        text-align: center;
        height: 55px;
        font-size: 20px;
        font-weight: 600;
        color: #4f5eaf;
        padding-top: 17px;
    }

        .header-top h1 img.ci-view {
            width: 108px;
            display: inline-block;
        }

    .header-top .menu-btn {
        display: block;
        width: 55px;
        height: 55px;
        background: url(../images/common/top_menu.png) 0 0 no-repeat;
        background-size: 55px 55px;
        font-size: 0;
        text-indent: -9999em;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-top .search-btn {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/common/ico_sp01.png) 0 -22px no-repeat;
        background-size: 400px 400px;
        font-size: 0;
        text-indent: -9999em;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .header-top .login {
        display: block;
        width: 55px;
        height: 55px;
        background: url(../images/common/top_login.png) 0 -0px no-repeat;
        background-size: 55px 55px;
        font-size: 0;
        text-indent: -9999em;
        position: absolute;
        top: 0px;
        right: 0;
    }

        .header-top .login.logout {
            display: block;
            width: 55px;
            height: 55px;
            background: url(../images/common/top_logout.png) 0 -0px no-repeat;
            background-size: 55px 55px;
            font-size: 0;
            text-indent: -9999em;
            position: absolute;
            top: 0px;
            right: 0px; /* 2017-12-28 통합마이페이지 상단 오류로 인한 수정*/
        }

    .header-top .search {
        display: block;
        width: 55px;
        height: 55px;
        background: url(../images/common/top_search.png) 50% 50% no-repeat;
        background-size: 21px auto;
        font-size: 0;
        text-indent: -9999em;
        position: absolute;
        top: 0;
        right: 0;
    }

    .header-top .onair {
        display: none;
        width: 55px;
        height: 55px;
        background: url(../images/common/top_onair.png) 50% 60% no-repeat;
        background-size: 21px auto;
        font-size: 0;
        text-indent: -9999em;
        position: absolute;
        top: 0;
        right: 45px;
    }

.gnb-container {
    border-bottom: 4px solid #d8dbe6;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
}

.container {
    overflow: hidden;
}



/* 금융 */
body.finance .header .header-top h1 {
    font-size: 17px;
    color: #000
}

.tv-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    background: #fff;
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
}

.tv-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .tv-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .tv-gnb .swiper-slide span {
        display: inline-block;
        height: 48px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #222;
        cursor: pointer;
        box-sizing: border-box;
    }

    .tv-gnb .swiper-slide span.divLine {width:1px; height:16px; background-color:#d9d9d9;}

    .tv-gnb .swiper-slide span.typeB {color:#7685d6; font-weight:300; font-size:16px;}

    .tv-gnb .swiper-slide.on span {
        color: #4f5eaf;
        border-bottom: 2px solid #4f5eaf;
        font-weight: 600;
    }

.finance-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    background: #4f5eaf;
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
}

.finance-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .finance-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .finance-gnb .swiper-slide span {
        display: inline-block;
        height: 46px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }

    .finance-gnb .swiper-slide.on span {
        border-bottom: 2px solid #fff;
    }

.mywow-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    background: linear-gradient(45deg, #4f5eaf, #08a4ae);
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
}

.mywow-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .mywow-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .mywow-gnb .swiper-slide span {
        display: inline-block;
        height: 46px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }

    .mywow-gnb .swiper-slide.on span {
        border-bottom: 2px solid #fff;
    }

/* .main.main .news-gnb.swiper-container{height:50px}
.main.main .news-gnb .swiper-slide span{line-height:48px!important;} */
.news-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
}

.news-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .news-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .news-gnb .swiper-slide span {
        display: inline-block;
        height: 48px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #4f5eaf;
        cursor: pointer;
        box-sizing: border-box;
    }

    .news-gnb .swiper-slide.on span {
        border-bottom: 2px solid #4f5eaf;
    }

.land-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
}

.land-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .land-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .land-gnb .swiper-slide span {
        display: inline-block;
        height: 46px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #4f5eaf;
        cursor: pointer;
        box-sizing: border-box;
    }

    .land-gnb .swiper-slide.on span {
        color: #4f5eaf;
        border-bottom: 2px solid #4f5eaf;
    }

.customer-gnb.swiper-container {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    background: #4f5eaf;
    border-bottom: 4px solid #d8dbe6;
    box-sizing: border-box;
    background: url(../images/customer/bg_header_gnb_customer.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.customer-gnb .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .customer-gnb .swiper-slide.w-auto {
        padding-left: 18px;
        width: auto !important
    }

    .customer-gnb .swiper-slide span {
        display: inline-block;
        height: 46px;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px !important;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
    }

    .customer-gnb .swiper-slide.on span {
        border-bottom: 2px solid #fff;
    }




/* 서브 텝 */

.sub-gnb01.swiper-container {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ebe9ea; /* height:41px; */
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.sub-gnb01 .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .sub-gnb01 .swiper-slide.w-auto {
        padding-left: 20px;
        width: auto !important;
    }

    .sub-gnb01 .swiper-slide span {
        display: inline-block;
        line-height: 39px;
        color: #666;
        cursor: pointer;
    }

    .sub-gnb01 .swiper-slide.on span {
        line-height: 38px;
        border-bottom: 1px solid #4f5eaf;
        color: #4f5eaf
    }

.sub-gnb01.type02 {
    border-top: 1px solid #ebe9ea;
}





/* 전체 메뉴 */
.sitemap-area {
    display: none;
    z-index: 30 !important;
    text-align: center;
}

    .sitemap-area .dimmed {
        background: #fff;
    }

    .sitemap-area.on {
        background: #000;
        background: rgba(0,0,0,0.5);
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .sitemap-area .btn-box {
        position: relative;
        overflow: hidden;
        height: 50px;
        background: #fff;
    }

        .sitemap-area .btn-box .home-btn {
            color: #666;
            position: absolute;
            left: 0px;
            top: 0px;
            font-size: 13px;
            padding-left: 15px;
            height: 55px;
            line-height: 55px;
        }

            .sitemap-area .btn-box .home-btn .icon.home {
                width: 20px;
                height: 20px;
                background-position: -57px 0;
                margin-right: 5px;
            }

        .sitemap-area .btn-box .close-btn {
            color: #666;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 55px;
            height: 55px;
            background: url(../images/common/top_menu_on.png) 0 -0px no-repeat;
            background-size: 55px 55px;
        }

    .sitemap-area .login-area {
        padding-top: 20px;
        height: 110px;
        background: #eef1f6;
        border-top: 1px solid #ccc;
        box-sizing: border-box;
    }

        .sitemap-area .login-area .mark-area {
            margin: 6px 20px 0;
            height: 60px;
            width: 60px;
        }

            .sitemap-area .login-area .mark-area .ico-class.ico-family {
                margin-top: 18px
            }

            .sitemap-area .login-area .mark-area + .btn-area {
                text-align: left !important;
            }

                .sitemap-area .login-area .mark-area + .btn-area .btn-list {
                    text-align: left;
                }

        .sitemap-area .login-area .btn-area p.txt {
            font-size: 18px;
            padding-bottom: 10px;
            letter-spacing: -0.05em;
        }

            .sitemap-area .login-area .btn-area p.txt strong {
                display: inline-block;
                font-size: 20px;
                font-weight: 500;
            }

        .sitemap-area .login-area .btn-list {
            margin-bottom: 10px;
        }

            .sitemap-area .login-area .btn-list li {
                width: 100px !important;
            }
    /* 기존 110px 에서 320에서 깨짐현상으로 인해 수정 */

    .sitemap-area .box-mywow-infor {
        padding: 0 10px;
        border-top: 1px solid #ddd;
        box-sizing: border-box;
    }

        .sitemap-area .box-mywow-infor:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        .sitemap-area .box-mywow-infor .box {
            position: relative;
            float: left;
            width: 50%;
            text-align: left;
            padding: 15px 0 15px 30px;
        }

            .sitemap-area .box-mywow-infor .box .aside {
                display: inline-block;
                block;
                color: #999;
                width: 111px;
            }

            .sitemap-area .box-mywow-infor .box .stress {
                display: inline-block;
                padding-bottom: 5px;
                width: 111px;
                font-weight: 500;
            }

                .sitemap-area .box-mywow-infor .box .stress span {
                    display: inline-block;
                    font-size: 20px;
                    font-weight: 500
                }

            .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img03 .stress {
                font-size: 18px
            }

            .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img04 .stress span {
                font-size: 20px
            }

            .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img03,
            .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img04 {
                border-top: 1px solid #ebe9ea
            }

            .sitemap-area .box-mywow-infor .box .btn-area {
                display: block;
                text-align: left;
            }

                .sitemap-area .box-mywow-infor .box .btn-area .btn.w-auto {
                    padding: 0 5px;
                    letter-spacing: -0.05em;
                }


.mark-area {
    float: left;
    margin: 20px 16px 25px 20px;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.is-ico-Gnb:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 60px auto;
    background-image: url('../images/common/ico-Gnb.png');
    background-repeat: no-repeat;
}

.is-ico-Gnb.ico-img01:before {
    background-position: 0 0;
}

.is-ico-Gnb.ico-img02:before {
    background-position: -30px 0;
}

.is-ico-Gnb.ico-img03:before {
    background-position: 0 -30px;
}

.is-ico-Gnb.ico-img04:before {
    background-position: -30px -30px;
}

.ico-class {
    display: inline-block;
    vertical-align: middle;
    text-indent: -999999em;
    width: 23px;
    height: 30px;
    background-size: 23px auto;
    background-repeat: no-repeat;
}

    .ico-class.ico-family {
        margin-top: 14px;
        background-image: url('../images/mywow/icon-family.png');
    }

    .ico-class.ico-vip {
        margin-top: 14px;
        background-image: url('../images/mywow/icon-vip.png');
    }

    .ico-class.ico-vvip {
        margin-top: 14px;
        background-image: url('../images/mywow/icon-vvip.png');
    }



@media all and (min-width:750px) {
    .sitemap-area .box-mywow-infor .box {
        width: 25%
    }

        .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img03,
        .sitemap-area .box-mywow-infor .box.is-ico-Gnb.ico-img04 {
            border-top: none
        }
}

/* 사이트 맵 */
.all-sitemap-area:after {
    display: block;
    content: "";
    clear: both;
}

.all-sitemap-area {
    padding: 15px;
    background: #fff;
    box-sizing: border-box
}

    .all-sitemap-area > ul.box:first-child {
        border-top: 0;
        padding-top: 0
    }

    .all-sitemap-area > ul.box {
        display: table;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #e1e1e1;
    }

        .all-sitemap-area > ul.box > li:first-child {
            margin-left: 0
        }

        .all-sitemap-area > ul.box > li {
            display: table-cell;
            width: 33.3%;
            padding: 10px;
            box-sizing: border-box
        }

            .all-sitemap-area > ul.box > li > .title {
                display: block;
                border-bottom: 1px solid #7b86c3;
                width: 100%;
                color: #4f5eaf;
                padding-bottom: 15px;
                margin-bottom: 15px;
                font-size: 16px;
            }

    .all-sitemap-area ul.menu-list > li > a {
        display: block;
        color: #000;
        margin-bottom: 15px;
        font-size: 12px
    }

    .all-sitemap-area ul.menu-list > li > ul > li > a {
        display: block;
        color: #222;
        margin-bottom: 13px;
        font-size: 12px
    }




/* 메뉴 */
.sitemap-area .menu-list {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

    .sitemap-area .menu-list .menu > li:first-child {
        border-top: 1px solid #ddd;
    }

    .sitemap-area .menu-list .menu > li {
        border-bottom: 1px solid #ddd;
    }

        .sitemap-area .menu-list .menu > li > a {
            display: block;
            font-weight: 500;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            padding: 0 15px 0 20px;
            position: relative;
        }

            .sitemap-area .menu-list .menu > li > a .icon,
            .sitemap-area .menu-list .menu > li > .sub-menu > li > a .icon {
                display: inline-block;
                width: 13px;
                height: 13px;
                background: url(../images/common/menu_plus.png) right 0 no-repeat;
                background-size: 13px 13px;
                position: absolute;
                right: 15px;
                top: 18px;
            }

        .sitemap-area .menu-list .menu > li.on a .icon,
        .sitemap-area .menu-list .menu > li.on > .sub-menu > li.on > a .icon {
            background: url(../images/common/menu_minus.png) right 0 no-repeat;
            background-size: 13px 13px;
        }

    .sitemap-area .menu-list li.on .sub-menu {
        display: block;
    }

    .sitemap-area .menu-list .sub-menu {
        background: #f7f7f7;
        border-top: 1px solid #ddd;
        display: none
    }

        .sitemap-area .menu-list .sub-menu > li > a {
            display: block;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            padding: 0 15px 0 20px;
            color: #666;
            position: relative;
        }

        .sitemap-area .menu-list .sub-menu > li > .sub-menu-s {
            display: none
        }

        .sitemap-area .menu-list .sub-menu > li.on > .sub-menu-s {
            display: block;
        }

        .sitemap-area .menu-list .sub-menu > li > .sub-menu-s li a {
            display: block;
            padding: 0 15px 0 30px;
            line-height: 28px;
            color: #666
        }

            .sitemap-area .menu-list .sub-menu > li > .sub-menu-s li a:before {
                content: "-";
                display: inline-block;
                margin-right: 5px;
            }

/* GNB SUB TITLE */
.sitemap-area .h_tit {
    font-weight: 500;
    border-bottom: 1px solid #ebe9ea;
}

    .sitemap-area .h_tit a {
        display: block;
        position: relative;
        text-align: left;
        padding: 10px;
        font-size: 18px;
        font-weight: 500;
        box-sizing: border-box;
    }

        .sitemap-area .h_tit a:after {
            content: "";
            display: block;
            position: absolute;
            top: 15px;
            right: 10px;
            width: 6px;
            height: 10px;
            background-position: -21px -5px;
            background-size: 100px auto;
            background-image: url('../images/finance/icon.png');
            background-repeat: no-repeat;
        }


.sitemap-area .interest-box {
    padding: 15px;
}

    .sitemap-area .interest-box.text {
        padding: 15px;
        line-height: 24px;
    }

        .sitemap-area .interest-box.text .btn-area {
            margin-top: 5px !important;
        }

        .sitemap-area .interest-box.text .btn {
            width: auto;
            padding: 0 20px 0
        }

    .sitemap-area .interest-box .swiper-container .swiper-slide {
        width: auto !important;
        margin-right: 1px;
    }

/* 광고 영역 */
.sitemap-area .ad-area {
    font-size: 0;
}

    .sitemap-area .ad-area img {
        width: 100%;
        height: 100%;
        display: block;
    }

/* 채널 */
.channel-area {
    margin: 15px 0 15px;
}

    .channel-area .channel-menu {
        display: table;
        width: 100%;
    }

        .channel-area .channel-menu li:first-child {
            border-left: 0;
        }

        .channel-area .channel-menu li {
            display: table-cell;
            width: 25%;
            text-align: center;
            border-left: 1px solid #dddddd
        }

            .channel-area .channel-menu li span {
                position: relative;
                display: block;
                width: 44px;
                height: 44px;
                margin: 0 auto 10px;
                background-color: #f7f7f7;
                border-radius: 50%;
            }

                .channel-area .channel-menu li span:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin: -12px 0 0 -15px;
                    width: 30px;
                    height: 24px;
                    background: url('../images/common/channel_icon.png') center 3px no-repeat;
                    background-size: 29px auto;
                }

            .channel-area .channel-menu li:nth-child(2) span:after {
                background-position: 0 -33px
            }

            .channel-area .channel-menu li:nth-child(3) span:after {
                background-position: 0 -71px
            }

            .channel-area .channel-menu li:nth-child(4) span:after {
                background-position: 0 -138px
            }

            .channel-area .channel-menu li a {
                display: block;
            }

.sitemap-area .gnb-stock-box {
    display: table;
    width: 100%;
    padding: 15px;
}

    .sitemap-area .gnb-stock-box div:first-child {
        border-right: 0;
        padding: 15px 0 15px;
    }

    .sitemap-area .gnb-stock-box div {
        display: table-cell;
        width: 50%;
        border: 1px solid #dddddd
    }

        .sitemap-area .gnb-stock-box div .num {
            font-size: 22px;
            margin-bottom: 8px;
            font-weight: 500;
        }

            .sitemap-area .gnb-stock-box div .num.up {
                color: #d62727;
            }

            .sitemap-area .gnb-stock-box div .num.down {
                color: #3a72e5;
            }

    .sitemap-area .gnb-stock-box .title {
        display: block;
        margin-bottom: 8px;
    }

    .sitemap-area .gnb-stock-box .stock-box {
        float: initial !important
    }

        .sitemap-area .gnb-stock-box .stock-box span {
            font-size: 14px;
        }

        .sitemap-area .gnb-stock-box .stock-box li:before {
            margin: 0 6px 0 4px;
        }

        .sitemap-area .gnb-stock-box .stock-box .data-down.icon:before {
            font-size: 0.8em;
            padding-bottom: 1px
        }

        .sitemap-area .gnb-stock-box .stock-box .data-up.icon:before {
            font-size: 0.8em;
            padding: 2px 0 1px
        }

/* GNB 고객센터 안내 */
.customer-center {
    text-align: center;
    background: #eef1f6;
    margin: 15px;
    padding: 15px;
    font-size: 13px;
    color: #666666;
}

    .customer-center strong.title {
        font-size: 18px;
        color: #000000;
        font-weight: 300;
        display: block;
        margin-bottom: 5px;
    }

        .customer-center strong.title span {
            color: #4f5eaf;
            font-weight: 500;
            font-size: 20px;
            display: inline-block;
            margin-left: 5px;
            font-family: 'roboto', sans-serif;
        }


/* GNB 푸터 */
.gnb-footer {
    border-top: 1px solid #dddddd;
    color: #999999;
    font-size: 13px;
    padding: 15px;
    box-sizing: border-box
}

    .gnb-footer ul {
        display: table;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #dddddd;
    }

        .gnb-footer ul li:first-child {
            border-left: 0
        }

        .gnb-footer ul li {
            display: table-cell;
            text-align: center;
            width: 33.3%;
            border-left: 1px solid #dddddd
        }

            .gnb-footer ul li a {
                display: block;
                color: #666666;
                height: 35px;
                line-height: 39px;
                font-size: 13px;
            }

                .gnb-footer ul li a span {
                    display: inline-block;
                    width: 13px;
                    height: 12px;
                    margin-right: 5px;
                    margin-top: -3px;
                    background: url(../images/common/gnb_footer_icon.png) center 0 no-repeat;
                    background-size: 13px 54px;
                    vertical-align: middle
                }

            .gnb-footer ul li:nth-child(2) a span {
                background-position: 0 -21px;
            }

            .gnb-footer ul li:nth-child(3) a span {
                background-position: 0 -43px;
            }



/* 패밀리 사이트 아이콘 */
.family-icon-area {
    display: table;
    width: 100%;
    padding: 5px 15px 5px;
}

    .family-icon-area ul.icon-list {
        display: table-row;
    }

        .family-icon-area ul.icon-list li {
            display: table-cell;
            width: 20%;
            line-height: 12px;
        }

            .family-icon-area ul.icon-list li a {
                font-size: 12px;
                letter-spacing: -0.05em;
            }

            .family-icon-area ul.icon-list li span {
                display: block;
                width: 47px;
                height: 47px;
                background: url(../images/common/family_icon.png) 0 0 no-repeat;
                background-size: 290px 47px;
                margin: 0 auto 10px;
                border: 1px solid #ccc;
                border-radius: 5px
            }

            .family-icon-area ul.icon-list li:nth-child(2) span {
                background-position: -61px 0;
            }

            .family-icon-area ul.icon-list li:nth-child(3) span {
                background-position: -121px 0;
                border: 0;
            }

            .family-icon-area ul.icon-list li:nth-child(4) span {
                background-position: -182px 0;
                border: 0;
            }

            .family-icon-area ul.icon-list li:nth-child(5) span {
                background-position: -243px 0;
                border: 0;
            }


/*****************************  main **************************/
.header .header-top h1.tit-main {
    color: #000
}

    .header .header-top h1.tit-main .ico-ci-header {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: 61px;
        height: 15px;
        text-indent: -999999em;
        background-size: 100% auto;
        background-image: url('../images/common/img-header-ci.png');
        background-repeat: no-repeat;
    }

    .header .header-top h1.tit-main .ico-ci-header01 {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: 108px;
        height: 20px;
        text-indent: -999999em;
        background-size: 100% auto;
        background-image: url('../images/common/img-header-ci01.png');
        background-repeat: no-repeat;
    }


.main img,
.photo img,
.land.sub img,
.opinion.sub img {
    width: 100%;
    display: block;
}

.main .container {
    background: #f5f5f5
}

.main .section-area {
    background: #fff
}

.main .list-type01 {
    background: #fff;
    border-bottom: 1px solid #ebe9ea;
}

.main .tab-area {
    background: #fff
}

/* img size 640 x 360 */
.box-main-bann {
    position: relative;
}

    .box-main-bann .img-area {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 56.668028169%;
        overflow: hidden;
    }

        .box-main-bann .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: auto;
            z-index: 1
        }

        .box-main-bann .img-area .text-icon {
            position: absolute;
            top: 5px;
            right: 0
        }

        .box-main-bann .img-area:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.6;
            background-size: 100% 100%;
            background-image: url('../images/common/bg_gradient.png');
            background-position: 0 0;
            background-repeat: repeat-x;
            z-index: 2
        }

    .box-main-bann > div {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 1
    }

        .box-main-bann > div .txt {
            overflow: hidden;
            color: #fff;
            max-height: 50px;
            font-size: 20px;
            padding-right: 80px;
            margin-top: 5px;
            box-sizing: border-box;
        }

/* img size 248 x 160 */
.box-news-img {
    padding: 0 15px 5px
}

    .box-news-img:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

.news-img-cont {
    float: left;
    display: block;
    padding: 0 0 10px;
    width: calc(50% - 5px);
}

    .news-img-cont:nth-child(2n) {
        margin-left: 10px
    }

    .news-img-cont .img-area {
        position: relative;
        padding-top: 56.668028169%;
        overflow: hidden;
    }

        .news-img-cont .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: auto;
        }

        .news-img-cont .img-area .text-icon {
            position: absolute;
            top: 0;
            left: 0;
        }

            .news-img-cont .img-area .text-icon.type10 {
                top: 10px;
                right: 0;
                left: auto;
            }

    .news-img-cont > .txt-area {
        overflow: hidden;
        height: 62px;
        padding: 7px 10px;
        border: 1px solid #d2d4d7;
        box-sizing: border-box;
        background: #fff
    }

        .news-img-cont > .txt-area .txt {
            overflow: hidden;
            max-height: 40px;
            line-height: 22px;
        }

.box-news-img.type01 {
}

    .box-news-img.type01 .text-icon {
        position: absolute;
        top: 0;
        left: 0;
    }


/* img size 245 x 138 */
.box-img-01 {
    display: block;
}

    .box-img-01 .img-area .text-icon {
        position: absolute;
        top: 0;
        left: 0
    }

    .box-img-01 .txt-area .num {
        font-size: 13px;
        font-weight: 300;
        color: #999 !important
    }

    .box-img-01 .txt {
        overflow: hidden;
        margin: 8px 0 2px;
        max-height: 42px;
        box-sizing: border-box;
        line-height: 22px;
    }

    .box-img-01.type01 .txt {
        max-height: 40px
    }

.box-img-slider.box-slider .swiper-slide {
    width: 38.28125% !important;
}

.box-img-slider.type01 a {
    float: left;
    width: calc(33.333333333% - 10px);
    margin-right: 15px;
    padding-bottom: 15px
}

    .box-img-slider.type01 a:nth-child(3n) {
        margin-right: 0
    }

/* img size 120 x 120 */
.list-type-new02 {
    background: #fff;
}

    .list-type-new02 h4.tit-text {
        padding-left: 15px;
    }

    .list-type-new02 .img-area {
        position: relative;
        padding-top: 18.75%;
        overflow: hidden;
    }

        .list-type-new02 .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
        }

    .list-type-new02 .obj-cont {
        display: block;
        padding: 15px;
        border-top: 1px solid #ebe9ea
    }

        .list-type-new02 .obj-cont:last-child {
            border-bottom: 1px solid #ebe9ea
        }

        .list-type-new02 .obj-cont:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        .list-type-new02 .obj-cont .img-area {
            float: left;
            width: 22.75%;
            margin-right: 10px;
        }

        .list-type-new02 .obj-cont .txt {
            overflow: hidden;
            max-height: 51px;
            font-size: 20px
        }

        .list-type-new02 .obj-cont .aside-area {
            padding-top: 5px;
        }

            .list-type-new02 .obj-cont .aside-area span {
                display: inline-block;
                vertical-align: middle;
                color: #999;
                font-size: 13px;
            }

                .list-type-new02 .obj-cont .aside-area span.aside-txt + span.aside-txt + span.aside-txt:before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 7px 0 5px;
                    width: 1px;
                    height: 10px;
                    background: #ccc
                }

                .list-type-new02 .obj-cont .aside-area span.aside-txt:first-child:after {
                    content: ">";
                    display: inline-block;
                    margin: 0 3px 0 5px
                }

        .list-type-new02 .obj-cont .obj-txt {
            overflow: hidden;
            max-height: 18px;
            color: #666;
            margin-top: 10px
        }

    .list-type-new02.type01 .img-area {
        overflow: hidden;
        border-radius: 50%;
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
    }

    .list-type-new02.type02 {
        border-bottom: 1px solid #ebe9ea
    }

        .list-type-new02.type02 .obj-cont {
            position: relative;
            padding: 0 15px 0 0;
        }

            .list-type-new02.type02 .obj-cont:after {
                content: '';
                display: block;
                clear: both;
            }

            .list-type-new02.type02 .obj-cont .img-area {
                float: right;
                margin: 15px;
                width: 25.9375%;
                padding-top: 25.9375%;
                border-radius:60%;
            }

            .list-type-new02.type02 .obj-cont .txt {
                margin-top: 15px;
                margin-left: 15px;
            }

            .list-type-new02.type02 .obj-cont .ico-noti-area {
                display: block;
                position: relative;
                /*left: calc(25.9375% + 27px);*/
                bottom: 0px;
                left:15px;
                
            }

                .list-type-new02.type02 .obj-cont .ico-noti-area span.date {
                    font-family: 'roboto', sans-serif;
                    font-size: 14px;
                    color: #999;
                }

        .list-type-new02.type02 .img-cont.type03 .img-area {
            padding-top: 33.59375%;
        }

            .list-type-new02.type02 .img-cont.type03 .img-area:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0.6;
                background-size: 100% 100%;
                background-image: url('../images/common/bg_gradient.png');
                background-position: 0 0;
                background-repeat: repeat-x;
                z-index: 1
            }

    .list-type-new02.type03 {
        border-bottom: 1px solid #ebe9ea
    }

        .list-type-new02.type03 .obj-cont {
            position: relative;
            padding: 0 0 0 15px;
            border-bottom: none;
        }

            .list-type-new02.type03 .obj-cont:after {
                content: '';
                display: block;
                clear: both;
            }

            .list-type-new02.type03 .obj-cont .img-area {
                float: right;
                margin: 15px;
                width: 24%;
                padding-top: 24%;
            }

            .list-type-new02.type03 .obj-cont .cont-area {
                float: left;
                display: inline-block;
                width: calc(100% - 24% - 30px);
                margin-top: 15px;
            }

            .list-type-new02.type03 .obj-cont .txt {
                display: inline-block;
                width: 100%;
            }

            .list-type-new02.type03 .obj-cont span.date {
                display: block;
                font-family: 'roboto', sans-serif;
                font-weight: 300;
                font-size: 14px;
                color: #999;
                margin-top: 5px
            }

/* img size 178 x 99 */
.box-img-02 > a {
    display: block;
    padding: 10px 15px;
}

    .box-img-02 > a + a {
        border-top: 1px solid #ebe9ea
    }

    .box-img-02 > a:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-img-02 > a .img-area {
        position: relative;
        overflow: hidden;
        float: left;
        padding-top: 17.90625%;
        width: 32.8125%;
        margin-right: 10px
    }

        .box-img-02 > a .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: auto;
        }

    .box-img-02 > a .txt {
        overflow: hidden;
        max-height: 52px;
        font-size: 20px
    }

.box-img-02.type01 > a {
    padding: 10px 12px;
}

    .box-img-02.type01 > a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

    .box-img-02.type01 > a .txt {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 32.8125% - 16px)
    }

    .box-img-02.type01 > a .img-area {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 32.8125%;
        margin: 0 0 0 8px
    }


.list-type-new02 .img-area {
    position: relative;
    padding-top: 22.75%;
    overflow: hidden;
}

#divMarketIssue .img-area {
    width: 48% !important;
    padding-top: 26.7% !important;
}

#divMarketIssue .obj-cont .txt {max-height:50px;}
#divMarketIssue .obj-txt {max-height:19px;}

    .list-type-new02 .img-area img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        height: auto;
    }
/* 더보기 영역 */
.box-img-02 .list-moresee-area {
    display: none;
}

    .box-img-02 .list-moresee-area.on {
        display: block;
    }

    .box-img-02 .list-moresee-area > a {
        display: block;
        padding: 10px 15px;
        border-top: 1px solid #ebe9ea
    }

        .box-img-02 .list-moresee-area > a:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        .box-img-02 .list-moresee-area > a .img-area {
            float: left;
            width: 32.8125%;
            margin-right: 10px
        }

        .box-img-02 .list-moresee-area > a .txt {
            overflow: hidden;
            max-height: 52px;
            font-size: 20px
        }

/* img size 288 x 288 */
.box-img-03 {
    padding: 0 15px 15px
}

    .box-img-03:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-img-03 > a {
        position: relative;
        float: left;
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }

        .box-img-03 > a:nth-child(2n) {
            margin-left: 10px;
        }

        .box-img-03 > a .text-icon {
            position: absolute;
            top: 0;
            left: 0
        }


    .box-img-03 .img-area {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }

        .box-img-03 .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
        }

/* img size 178 x 99 */
.list-type-new01 {
    position: relative;
}

    .list-type-new01:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
        width: 1px;
        height: 100%;
        background: #ebe9ea;
        z-index: 1
    }

    .list-type-new01 .obj-cont {
        position: relative;
        padding-left: 28px;
    }

        .list-type-new01 .obj-cont .ico-area {
            position: absolute;
            top: -1px;
            left: -6px;
            letter-spacing: -1px;
            min-height: 11px;
            min-width: 16px;
            text-align: center;
            background: #fff;
            z-index: 2
        }

            .list-type-new01 .obj-cont .ico-area p {
                margin-top: 2px;
                font-size: 8px;
                color: #4f5eaf;
                line-height: 10px;
                font-weight: 500;
            }

            .list-type-new01 .obj-cont .ico-area .icon-dot {
                position: absolute;
                top: 3px;
                left: 9px;
                display: block;
                width: 5px;
                height: 5px;
                background: #999;
                border-radius: 50%;
            }

        .list-type-new01 .obj-cont .txt-area {
            overflow: hidden;
        }

            .list-type-new01 .obj-cont .txt-area img {
                float: left;
                width: 32.8125%;
                margin-right: 10px;
            }

            .list-type-new01 .obj-cont .txt-area .txt {
                overflow: hidden;
                max-height: 40px;
                line-height: 22px;
                margin-bottom: 5px
            }

        .list-type-new01 .obj-cont + .obj-cont {
            margin-top: 15px;
        }


.tit-icon {
    position: relative;
    padding: 0 15px;
}

    .tit-icon .btn-more {
        position: absolute;
        top: 0;
        right: 0px;
        display: block;
        text-indent: -999999em;
        width: 40px;
        height: 40px;
        background-position: -116px -184px;
        background-size: 400px auto;
        background-image: url('../images/news/ico_sns.png');
        background-repeat: no-repeat;
    }

/* gallery img slider 230 x 307 */
.box-img-gallery {
    padding: 0 15px 15px;
}

    .box-img-gallery .img-area {
        overflow: hidden;
        padding-top: 133.4782608695652%;
        background: #000
    }

        .box-img-gallery .img-area:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.5;
            background-size: 100% 100%;
            background-image: url('../images/common/bg_gradient.png');
            background-position: 0 0;
            background-repeat: repeat-x;
            z-index: 1
        }

        .box-img-gallery .img-area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
            opacity: 0.8
        }

    .box-img-gallery .box-slider .swiper-slide {
        position: relative;
        width: 35.9375% !important
    }

        .box-img-gallery .box-slider .swiper-slide.on .img-area:before {
            opacity: 0.5
        }

        .box-img-gallery .box-slider .swiper-slide.on .img-area img {
            opacity: 1
        }

.img-cont {
    position: relative;
    width: auto;
    cursor: pointer;
}

    .img-cont.w-full {
        width: 100%;
    }

    .img-cont > .txt,
    .img-cont > .txt-area {
        position: absolute;
        bottom: 10px;
        left: 10px;
        box-sizing: border-box;
        z-index: 2
    }

        .img-cont > .txt,
        .img-cont > .txt-area .txt {
            overflow: hidden;
            max-height: 40px;
            line-height: 22px;
            color: #fff;
            margin: 5px 10px 0 0;
        }

    .img-cont.type01 > .txt-area {
        bottom: 15px;
    }

        .img-cont.type01 > .txt-area .txt {
            max-height: 51px;
            font-size: 20px;
            line-height: 28px;
        }

    .img-cont.type02 > .txt-area {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 11px 15px;
        height: 84px;
        background: rgba(0,0,0,0.5);
        box-sizing: border-box;
    }

        .img-cont.type02 > .txt-area .txt {
            font-size: 20px;
            line-height: 28px;
            max-height: 51px
        }

    .img-cont.type03 > .txt-area {
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        padding: 0 20%;
        text-align: center;
        font-size: 16px;
        box-sizing: border-box;
    }

        .img-cont.type03 > .txt-area:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .img-cont.type03 > .txt-area .txt {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            max-height: 47px
        }


@media all and (min-width:1024px) {
    .box-img-gallery .box-slider .swiper-slide {
        width: 19.53125% !important
    }
}


/* 웹툰 */
.box-type-webtoon {
    display: block;
    padding-bottom: 15px
}

    .box-type-webtoon .swiper-container {
        overflow: visible;
    }

    .box-type-webtoon .swiper-container-horizontal > .swiper-pagination-bullets,
    .box-type-webtoon .swiper-pagination-custom,
    .box-type-webtoon .swiper-pagination-fraction {
        bottom: auto;
        top: -27px;
        left: auto;
        right: 0;
        width: auto;
    }

        .box-type-webtoon .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 0 0 8px
        }


@media all and (min-width:768px) {
    .left-area {
        float: none;
        padding: 15px 15px 15px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .right-area {
        float: none;
        padding: 15px 15px 15px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .box-img-slider.box-slider .swiper-slide {
        width: 21.28125% !important;
    }

    .box-img-slider.type01 a {
        width: calc(20% - 8px);
        margin-right: 10px
    }

        .box-img-slider.type01 a:nth-child(3n) {
            margin-right: 10px
        }

        .box-img-slider.type01 a:nth-child(5n) {
            margin-right: 0
        }
}

@media all and (min-width:1024px) {
    .left-area {
        float: none;
        padding: 15px 15px 15px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .right-area {
        float: none;
        padding: 15px 15px 15px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .box-img-slider.box-slider .swiper-slide {
        width: 11.28125% !important;
    }

    .box-img-slider.type01 a {
        width: calc(10% - 9px);
        margin-right: 10px
    }

        .box-img-slider.type01 a:nth-child(3n) {
            margin-right: 10px
        }

        .box-img-slider.type01 a:nth-child(5n) {
            margin-right: 10px
        }

        .box-img-slider.type01 a:nth-child(10n) {
            margin-right: 0px
        }
}









/* 캘린더 */

.ui-widget.ui-widget-content {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    height: 33px;
    padding: 0;
}

.ui-widget-header {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: center;
    font-size: 16px;
}

.ui-widget-header .ui-datepicker-prev {
    position: absolute;
    left: 0;
    width: 28px;
    height: 100%;
    background: url(../images/common/calendar_btn_prev.png) 0 0 no-repeat;
    background-size: 28px 34px;
    font-size: 0;
}

.ui-widget-header .ui-datepicker-next {
    position: absolute;
    right: 0;
    ;
    width: 28px;
    height: 100%;
    background: url(../images/common/calendar_btn_next.png) 0 0 no-repeat;
    background-size: 28px 34px;
    font-size: 0;
}

    .ui-widget-header .ui-datepicker-prev span,
    .ui-widget-header .ui-datepicker-next span {
        font-size: 0;
        width: 28px;
    }

.ui-datepicker {
    width: 200px;
    box-sizing: border-box
}

.ui-widget-content {
    background: #fff;
}

.ui-datepicker-calendar {
    width: 100%;
}

    .ui-datepicker-calendar a {
        display: block;
        text-align: center;
    }

    .ui-datepicker-calendar th {
        text-align: center;
        border-bottom: 2px solid #ebeaea;
    }

        .ui-datepicker-calendar th.ui-datepicker-week-end span {
            color: #6ba5dc !important;
        }

        .ui-datepicker-calendar th:last-child span {
            color: #f17f7f !important;
        }
    /* .ui-datepicker-calendar th .ui-datepicker-week-end .sunday {color:#f17f7f !important;} */
    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        width: 28px;
        height: 28px;
    }

    .ui-datepicker-calendar .ui-state-hover {
        background: #ededed;
        font-weight: 300;
        color: #2b2b2b;
        border-radius: 3px;
        height: 100%;
        line-height: 28px;
    }

    .ui-datepicker-calendar td.ui-datepicker-unselectable {
        text-align: center;
        color: #ccc;
    }

        .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
            color: #ccc;
        }



.calendar-form {
    font-size: 0;
}

    .calendar-form input[type="text"] {
        width: calc(50% - 8px);
        background: #fff url(../images/common/calendar_btn_bg.png) right 0 no-repeat;
        background-size: 34px 34px;
    }


/* 인풋 여백 */

.space {
    width: 16px;
    display: inline-block;
    text-align: center;
}

.txt-exer {
    clear: both;
}
/*<--- 뭔지 모르겠...???*/



/* location */
.is-ico {
    overflow: hidden;
    display: block;
    text-indent: -9999em;
    background-size: 300px auto;
    background-image: url('../images/ir/icon.png');
    background-repeat: no-repeat;
}

    .is-ico.is-myHome {
        width: 10px;
        height: 10px;
        background-position: -103px -2px
    }

.location {
    overflow: hidden;
    line-height: 40px;
    height: 39px;
    padding-left: 15px;
    border-top: 1px solid #c3c6d5;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
    box-sizing: border-box;
}

    .location span,
    .location li {
        display: inline-block;
        font-size: 14px;
        color: #999;
        cursor:pointer;
    }

        .location span + span,
        .location li + li {
            position: relative;
            margin-left: 5px;
            padding-left: 10px;
        }

            .location span + span:after,
            .location li + li:after {
                content: '';
                display: block;
                position: absolute;
                top: 16px;
                left: 0;
                width: 4px;
                height: 7px;
                text-indent: -9999em;
                background-position: -123px -3px;
                background-size: 300px auto;
                background-image: url('../images/ir/icon.png');
                background-repeat: no-repeat;
            }

    .location + .section-area.intro-tit {
        border-top: none;
    }




/* list type */
.list-type01 {
    padding: 15px 15px;
}

    .list-type01 li {
        height: 40px;
        line-height: 40px;
    }

        .list-type01 li + li {
            border-top: 1px solid #ebe9ea
        }

        .list-type01 li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list-type01 li .obj-title {
            font-size: 14px;
            line-height: 22px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .list-type01 li .obj-day {
            font-size: 12px;
            font-family: 'roboto', sans-serif;
            color: #999
        }

        .list-type01 li.txt-b {
            font-weight: 500
        }

    .list-type01.type01 li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-type01.type02 li {
        border-top: 1px solid #ebe9ea
    }

.list-type02 li {
    border-bottom: 1px solid #ebe9ea
}

    .list-type02 li a {
        display: block;
        color: #000;
        font-size: 13px;
        min-height: 63px;
        padding: 12px 0;
        box-sizing: border-box;
    }

.list-type02 span.text-icon {
    margin-bottom: 5px;
}

.list-type02 .obj-tit.type2:after {
    display: block;
    content: "";
    clear: both;
}

.list-type02 .obj-tit.type2 .text {
    float: left;
    display: block;
    width: auto;
    max-width: calc(100% - 63px);
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-type02 .obj-tit.type2 .reply {
    float: left;
    display: block;
    width: 48px;
    font-size: 18px;
    color: #4f5eaf;
    box-sizing: border-box;
    font-family: 'roboto', sans-serif;
}

.list-type03 {
    width: 100%;
}

    .list-type03 h3 {
        position: relative;
    }

        .list-type03 h3 .icon.ico-more {
            position: absolute;
            top: 50%;
            right: 0;
            width: 15px;
            height: 15px;
            margin-top: -7px;
            background-position: -25px -333px;
        }

    .list-type03 ul {
        border-top: 1px solid #cecece;
    }

        .list-type03 ul li {
            vertical-align: middle;
            border-bottom: 1px solid #ebe9ea;
        }

            .list-type03 ul li a {
                display: inline-block;
                vertical-align: middle;
                width: 100%;
                height: 36px;
                line-height: 36px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.list-type05 {
    margin-top: 10px;
}

    .list-type05 li {
        width: 100%;
        display: table;
    }

        .list-type05 li > * {
            color: #666;
        }

        .list-type05 li span.mark {
            display: table-cell;
            vertical-align: top;
            padding-right: 3px;
        }

            .list-type05 li span.mark.noti {
                width: 10px;
                background: url(../images/customer/bg_list_type_noti.png) 0 4px no-repeat;
                background-size: auto 10px;
            }

        .list-type05 li .cont {
            display: table-cell;
        }

        .list-type05 li p.txt-notice {
            margin-top: 0;
            color: inherit;
        }

/* list-media 기본 속성 */
.list-media > ul {
    width: 100%;
}

    .list-media > ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .list-media > ul > li {
        float: left;
        position: relative;
        width: calc(50% - 8px);
        height: auto;
        margin-left: 15px;
        border-bottom: 1px solid #ebe9ea;
    }

        .list-media > ul > li:after {
            content: '';
            display: block;
            position: absolute;
            left: -16px;
            bottom: -1px;
            width: 16px;
            height: 1px;
            background: #ebe9ea;
        }

        .list-media > ul > li:nth-child(2n+1) {
            margin-left: 0;
        }

            .list-media > ul > li:nth-child(2n+1):after {
                content: '';
                display: none;
            }

        .list-media > ul > li:nth-child(n+3) {
            margin-top: 15px;
        }

        .list-media > ul > li .img-area {
            width: 100%;
        }

            .list-media > ul > li .img-area a {
                position: relative;
                overflow: hidden;
                display: block;
                padding-top: 60%;
                width: 100%;
                height: 100%;
            }

                .list-media > ul > li .img-area a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    max-width: 100%;
                    height: 100%;
                }

                .list-media > ul > li .img-area a span.notice-area {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 2;
                }

                    .list-media > ul > li .img-area a span.notice-area:after {
                        content: "";
                        display: block;
                        clear: both;
                    }

                    .list-media > ul > li .img-area a span.notice-area .text-icon {
                        float: left;
                    }

                .list-media > ul > li .img-area a strong.tit {
                    display: inline-block;
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    z-index: 2;
                    width: calc(100% - 35px);
                    max-height: 40px;
                    line-height: 22px;
                    font-weight: 300;
                    color: #fff;
                    overflow: hidden;
                }

                .list-media > ul > li .img-area a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0.4;
                }

                .list-media > ul > li .img-area a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 5px;
                    right: 5px;
                    z-index: 2;
                    width: 20px;
                    height: 20px;
                    background: url(../images/common/ico_video.png) center center no-repeat;
                    background-size: 100% 100%;
                    opacity: 0.6;
                }

            .list-media > ul > li .img-area.no-media a:after {
                content: '';
                display: none;
            }

        .list-media > ul > li .cont-area {
            height: 76px;
            padding-top: 5px;
        }

            .list-media > ul > li .cont-area p.tit {
                /*max-height: 40px;*/
                height:44px;
                line-height: 22px;
                color: #333;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .list-media > ul > li .cont-area .info-area:after {
                content: '';
                display: block;
                clear: both;
            }

            .list-media > ul > li .cont-area .info-area .inner-left {
                float: left;
            }

            .list-media > ul > li .cont-area .info-area .inner-right {
                float: right;
            }

            .list-media > ul > li .cont-area .info-area .txt-exer {
                letter-spacing: -0.025em;
            }
/* .box-img-02 > a .img-area{position:relative;overflow:hidden;float:left;padding-top:13.90625%;width:27.8125%;margin-right:10px}
.box-img-02 > a .img-area img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;height:auto;} */

/* list-media 반응형용 */
.list-media.box-type > ul > li {
    width: calc(50% - 5px);
    margin-left: 10px;
    border-bottom: none;
}

.list-media.box-type > ul > li {
    border-bottom: none;
}

    .list-media.box-type > ul > li:nth-child(2n+1) {
        margin-left: 0;
    }

        .list-media.box-type > ul > li:nth-child(2n+1):after {
            content: '';
            display: none;
        }

    .list-media.box-type > ul > li:nth-child(n+3) {
        margin-top: 10px;
    }

    .list-media.box-type > ul > li:after {
        content: '';
        display: none;
    }

    .list-media.box-type > ul > li .img-area a:before {
        content: '';
        display: none;
    }

    .list-media.box-type > ul > li .cont-area {
        height: 62px;
        padding: 5px 10px;
        border: 1px solid #ebe9ea;
    }

.list-media-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebe9ea;
}

    .list-media-main .img-area {
        positon:relative;
        width: calc(100% + 30px);
        left:-15px;
    }

        .list-media-main .img-area a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

            .list-media-main .img-area a img {
                display: block;
                width: 100%;
            }

            .list-media-main .img-area a span.notice-area {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
            }

                .list-media-main .img-area a span.notice-area span.text-icon {
                    width: 50px;
                    height: 23px;
                    line-height: 23px;
                }

                .list-media-main .img-area a span.notice-area:after {
                    content: "";
                    display: block;
                    clear: both;
                }

            .list-media-main .img-area a:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.4;
            }

            .list-media-main .img-area a:after {
                content: "";
                display: block;
                position: absolute;
                bottom: 15px;
                right: 15px;
                z-index: 2;
                width: 34px;
                height: 34px;
                background: url(../images/common/ico_video.png) center center no-repeat;
                background-size: 100% 100%;
                opacity: 0.6;
            }

            .list-media-main .img-area a.no-play:after {
                background: none
            }

    .list-media-main .cont-area p.tit {
        height: auto;
        max-height: 40px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 500;
        color: #333;
        overflow: hidden;
    }

    .list-media-main .cont-area .info-area .txt-exer {
        margin-top: 0;
        margin-bottom: 5px;
        color: #000;
    }

        .list-media-main .cont-area .info-area .txt-exer .num {
            color: #000;
        }

    .list-media-main .cont-area .info-area p {
        height: auto;
        color: #333;
        overflow: hidden;
        line-height: 24px;
    }

    .list-media-main .cont-area .info-area .info-list {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cdcdcd;
    }

        .list-media-main .cont-area .info-area .info-list ul li {
            display: block;
        }

            .list-media-main .cont-area .info-area .info-list ul li .txt-exer {
                margin-bottom: 0;
                color: #666;
                font-weight: 300
            }

                .list-media-main .cont-area .info-area .info-list ul li .txt-exer + .txt-exer:after {
                    top: 2px
                }

    .list-media-main.type2 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

        .list-media-main.type2 .img-area a:before {
            content: "";
            display: none;
        }

        .list-media-main.type2 .img-area a:after {
            content: "";
            display: none;
        }

        .list-media-main.type2 .cont-area {
            padding: 15px 15px 15px;
            background: #f7f7f7;
        }

            .list-media-main.type2 .cont-area p.tit {
                height: auto;
                max-height: none;
                margin-top: 0;
                margin-bottom: 10px;
                line-height: 24px
            }

.list-media.box-type.youtube {
    margin-bottom: -30px;
    width: 100%;
}

.img-area-youtube > div {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
}

    .img-area-youtube > div:nth-child(2n+1) {
        margin-left: 0px;
    }

.list-media.box-type > p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.75px;
}

.slider-paging-number {
    display: block;
    position: relative;
    margin-top: calc(-53vw - 22px);
    margin-right: 0px;
    float: right;
    padding-top: 0;
    cursor: pointer;
}

    .slider-paging-number > li {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: -0.6px;
        border: 1px solid #ccc;
        border-radius: 6px;
        width: 80px;
        text-align: center;
    }

        .slider-paging-number > li:first-letter {
            color: #ff0000;
        }

        .slider-paging-number > li:after {
            content: "더 보기";
            font-size: 12px;
            line-height: 22px;
            letter-spacing: -0.6px;
            margin-left: 10px;
        }

/* list-type02 > 상세정보 */
.txt-exer {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-top: 4px
}

    .txt-exer.num {
        font-family: 'roboto', sans-serif;
    }

    .txt-exer .num {
        font-family: 'roboto', sans-serif;
        font-size: 13px;
        color: #999;
        font-weight: 300;
        line-height: 18px
    }

    .txt-exer + .txt-exer {
        margin-left: 6px;
        padding-left: 8px;
    }

        .txt-exer + .txt-exer:after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            width: 1px;
            height: 12px;
            background: #ccc
        }

        .txt-exer + .txt-exer.num:after {
            content: '';
            position: absolute;
            top: 2px;
        }
    /* 171113 css(margin-top)추가 > 모정훈 */
    .txt-exer .text-icon {
        display: inline-block;
        margin-left: 7px
    }

    .txt-exer .txt-exer-sub {
        position: relative;
        display: inherit;
        font-weight: inherit;
        margin-left: 6px;
        padding-left: 8px;
    }

        .txt-exer .txt-exer-sub:after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            width: 1px;
            height: 9px;
            background: #ccc
        }

/* 더보기 영역 */
.box-paging {
    margin-top: 15px;
}
    /* 171113 css 추가 > 모정훈 */
    .box-paging a {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        color: #666; /* margin:5px 0; */
        border: 1px solid #ccc;
        border-radius: 3px;
        box-sizing: border-box;
    }

        .box-paging a span {
            position: relative;
            display: inline-block;
            padding-right: 10px;
        }

            .box-paging a span:after {
                content: "+";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
            }

            .box-paging a span em {
                font-family: 'roboto', sans-serif;
            }


.list-type-square {
    margin-bottom: 15px;
}

    .list-type-square li {
        position: relative;
        padding-left: 8px;
        line-height: 24px;
    }

        .list-type-square li:before {
            content: "";
            display: block;
            position: absolute;
            top: 9px;
            left: 0;
            width: 3px;
            height: 3px;
            background: #4f5eaf
        }

    .list-type-square.type01 a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.list-type-pin {
    border-top: 1px solid #000
}

    .list-type-pin li {
        position: relative;
        padding-right: 14px;
        padding-bottom: 13px;
        border-bottom: 1px solid #ebe9ea;
    }

        .list-type-pin li.no-data {
            font-size: 14px;
            color: #666;
            text-align: center;
            height: 100px;
            padding-top: 40px;
            box-sizing: border-box;
            border-bottom: none;
        }

    .list-type-pin.type02 li {
        padding: 0
    }

        .list-type-pin.type02 li:first-child .box-type07 .box-best-top {
            color: #d52628
        }

    .list-type-pin.type02 .box-type07 .list-type-new02 {
        position: relative;
        float: right;
        text-align: left;
        width: calc(100% - 65px);
        padding: 15px;
        box-sizing: border-box;
        background: #fff
    }

        .list-type-pin.type02 .box-type07 .list-type-new02 a {
            padding: 0;
            border: none
        }

    .list-type-pin.type02.level-ft li .box-type07 .box-best-top {
        font-weight: 500;
    }

    .list-type-pin.type02.level-ft li:nth-child(1) .box-type07 .box-best-top,
    .list-type-pin.type02.level-ft li:nth-child(2) .box-type07 .box-best-top,
    .list-type-pin.type02.level-ft li:nth-child(3) .box-type07 .box-best-top {
        color: #5b69b4
    }

.box-type07 {
    position: relative;
    background: #f7f7f7;
}

    .box-type07:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-type07 .box-best-top {
        position: absolute;
        top: 50%;
        left: 0;
        float: left;
        margin-top: -8px;
        text-align: center;
        width: 65px;
    }

    .box-type07 .btn-area {
        position: relative;
        float: right;
        text-align: left;
        width: calc(100% - 65px);
        padding: 15px 100px 15px 15px;
        box-sizing: border-box;
        background: #fff
    }

        .box-type07 .btn-area .tit-area {
            display: block;
            font-size: 14px;
            font-weight: 500
        }

        .box-type07 .btn-area .txt {
            color: #666
        }

        .box-type07 .btn-area .day {
            display: inline-block;
            padding-left: 6px;
            color: #666;
            font-family: 'roboto', sans-serif;
        }

        .box-type07 .btn-area a.btn-style {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -12px
        }


.header-gnb-menu {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #4f5eaf;
    background: rgba(0,0,0,0.5);
    z-index: 1000000000000000000000000000000000
}

    .header-gnb-menu .gnbwrap {
        font-size: 14px;
        background: #fff;
        border-bottom: 1px solid #4f5eaf;
    }

        .header-gnb-menu .gnbwrap h3 {
            position: relative;
            font-weight: 500;
            line-height: 50px;
            height: 52px;
            padding: 0 20px;
        }

            .header-gnb-menu .gnbwrap h3:after {
                content: "";
                display: block;
                width: 23px;
                height: 50px;
                position: absolute;
                top: 0;
                right: 10px;
                background-position: -200px 12px;
                background-size: 300px auto;
                background-image: url('../images/ir/icon.png');
                background-repeat: no-repeat;
            }

        .header-gnb-menu .gnbwrap.on h3:after {
            background-position: -178px 12px;
        }

        .header-gnb-menu .gnbwrap .gnb_smenu {
            display: none
        }

        .header-gnb-menu .gnbwrap.on .gnb_smenu {
            display: block;
            margin-top: -8px;
            padding-bottom: 10px;
        }

        .header-gnb-menu .gnbwrap .gnb_smenu li a {
            display: block;
            color: #999;
            line-height: 33px;
            padding: 0 20px;
        }



/* 최신뉴스 타이틀 */
.news-title .tiele {
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

    .news-title .tiele span.text-icon {
        display: block;
        width: 34px;
    }

/* 스몰 셀렉트 박스 */
.translation {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    padding: 3px 0 0 0;
    font-size: 14px;
}

/* 확대 축소 버튼 */
.repeat-area {
    position: relative;
    margin-bottom: 15px;
}

    .repeat-area .repeat {
        position: absolute;
        top: 0;
        right: 0;
    }

        .repeat-area .repeat:after {
            display: block;
            content: "";
            clear: both;
        }

        .repeat-area .repeat li {
            float: left;
            border: 1px solid #ccc;
            position: relative;
        }

            .repeat-area .repeat li a {
                display: block;
                width: 24px;
                height: 24px;
                background: url(../images/news/icon_plus.png) no-repeat 0 0;
                background-size: 24px 24px
            }

            .repeat-area .repeat li:before {
                display: inline-block;
                content: "";
                width: 1px;
                height: 18px;
                background: #ebe9ea;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
            }

            .repeat-area .repeat li:first-child:before {
                display: none;
            }

            .repeat-area .repeat li:first-child {
                border-radius: 3px 0 0 3px;
                border-right: 0
            }

            .repeat-area .repeat li:last-child {
                border-radius: 0 3px 3px 0;
                border-left: 0
            }

                .repeat-area .repeat li:last-child a {
                    background: url(../images/news/icon_minus.png) no-repeat 0 0;
                    background-size: 24px 24px
                }


    .repeat-area .data-list {
        display: table;
        margin-top: 10px;
        padding-right: 40px
    }

        .repeat-area .data-list .row {
            display: table-row-group
        }

        .repeat-area .data-list div {
            display: inline-block;
            color: #666;
            margin-right: 15px;
        }

        .repeat-area .data-list > div > div {
            white-space: nowrap;
            font-size: 13px;
            letter-spacing: -0.08em
        }

        .repeat-area .data-list div span {
            color: #999;
            margin-right: 10px;
            font-size: 13px;
            letter-spacing: -0.08em
        }

.news-view {
    background: #fff;
    position: relative;
    overflow: visible;
}

.news-view-title {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: #333;
    margin: 0 0 20px 3px;
}

    .news-view-title:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #ffd800;
    }

/*.news-view .content-box {
    font-size: 18px;
    line-height: 28px;
}*/
.news-view .content-box {
    font-size: 18px;
    line-height: 1.56;
    font-weight: normal;
    font-family: HelveticaNeue,AppleSDGothicNeo-Regular,Arial,sans-serif;
    letter-spacing:-0.025em;
}

    .news-view .content-box > img {
        display: block;
        margin: 0px auto;
        width: calc(100% + 30px) !important;
        height: auto;
        position: relative;
        left: -15px;
    }

    .news-view .content-box > div > img {
        display: block;
        margin: 0px auto;
        width: calc(100% + 30px) !important;
        height: auto;
        position: relative;
        left: -15px;
    }

.news-view-img {
    width: calc(100% + 30px);
    margin: 0 0 10px -15px;
    font-size: 0;
}

    .news-view-img img {
        display: block;
        width: 100%;
    }

/* 오늘의 추천 키워드 */
.box-infor-keyword {
    margin: 15px;
    padding: 15px 20px 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebe9ea
}

    .box-infor-keyword .tit-keyword {
        position: relative;
        font-size: 20px;
        margin-bottom: 20px;
    }

        .box-infor-keyword .tit-keyword:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -19px;
            width: 38px;
            height: 3px;
            background: #ffe400;
        }

    .box-infor-keyword .hash-area .hash-tag {
        display: inline-block;
        padding: 6px 15px 2px;
        margin: 3px;
        line-height: 22px;
        color: #fff;
        border-radius: 26px;
    }

        .box-infor-keyword .hash-area .hash-tag:before {
            content: "#";
            display: inline-block;
            margin-right: 1px
        }

        .box-infor-keyword .hash-area .hash-tag.type1 {
            background: #61a2ea
        }

        .box-infor-keyword .hash-area .hash-tag.type2 {
            background: #3ec8c6
        }

        .box-infor-keyword .hash-area .hash-tag.type3 {
            background: #666
        }

        .box-infor-keyword .hash-area .hash-tag.type4 {
            background: #4f5eaf
        }

        .box-infor-keyword .hash-area .hash-tag.type5 {
            background: #f676a0
        }

    .box-infor-keyword.type01 {
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
        border: none;
        background: none;
    }



.box-type-ranking {
    border-top: 1px solid #ebe9ea
}

    .box-type-ranking a {
        position: relative;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ebe9ea
    }

        .box-type-ranking a:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        .box-type-ranking a .num {
            float: left;
            width: 35px;
            font-size: 18px;
            font-style: italic;
            color: #ff3399;
            text-align: center;
            font-weight: 500;
        }

        .box-type-ranking a .txt-area {
            float: left;
            width: calc(67.1875% - 49px)
        }

            .box-type-ranking a .txt-area .tit {
                display: block;
                font-size: 16px;
                color: #ff3781;
                font-weight: 500;
            }

            .box-type-ranking a .txt-area .txt {
                display: block;
                overflow: hidden;
                max-height: 42px;
                margin-top: 5px;
                line-height: 23px
            }

        .box-type-ranking a .img-area {
            position: relative;
            overflow: hidden;
            padding-top: 22.75%;
            float: right;
            width: 32.8125%;
            padding-right: 15px
        }

            .box-type-ranking a .img-area img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                height: 100%;
            }

    .box-type-ranking.type01 a.box-cont:nth-child(1) .num,
    .box-type-ranking.type01 a.box-cont:nth-child(2) .num {
        color: #ff3399
    }

    .box-type-ranking.type01 a .num {
        color: #4f5eaf;
        font-weight: 500
    }

    .box-type-ranking.type01 a .txt-area {
        width: calc(100% - 49px)
    }

        .box-type-ranking.type01 a .txt-area .txt {
            margin-top: 3px;
            height: 17px;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }


/* paging */
.box-paging a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

    .box-paging a span {
        position: relative;
        display: inline-block;
        padding-right: 10px;
    }

        .box-paging a span:after {
            content: "+";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
        }

        .box-paging a span em {
            font-family: 'roboto', sans-serif;
        }

.txt-paging {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background: #fff;
}

    .txt-paging > a {
        position: absolute;
        top: 15px;
        overflow: hidden;
        display: block;
        width: 25px;
        height: 25px;
        text-indent: -999999em;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-size: 300px auto;
        background-image: url('../images/ir/icon.png');
        background-repeat: no-repeat;
    }

        .txt-paging > a.first {
            left: 15px;
            background-color: #fff;
            background-position: -220px -1px;
        }

        .txt-paging > a.prev {
            left: 47px;
            background-color: #fff;
            background-position: -237px -1px;
        }

        .txt-paging > a.next {
            right: 47px;
            background-color: #fff;
            background-position: -253px -1px;
        }

        .txt-paging > a.last {
            right: 15px;
            background-color: #fff;
            background-position: -269px -1px;
        }

    .txt-paging > div a {
        display: inline-block;
        font-family: 'roboto', sans-serif;
        color: #4f5eaf;
        line-height: 25px;
        padding: 0 5px 0 25px;
    }

        .txt-paging > div a + span + a {
            color: #000;
            padding: 0 25px 0 5px
        }





/* 푸터 */
footer {
    border-top: 1px solid #d7d7d7; /* margin-top:35px; */
    background: #fff;
}

    footer .box-footer-icon { /* padding:20px 0; */
        text-align: center;
        padding: 20px 15px 0;
    }

        footer .box-footer-icon a {
            overflow: hidden;
            display: inline-block;
            width: 100%;
            max-width: 60px;
            padding-top: 60px;
            max-height: 60px;
            margin: 2% 1%;
            text-indent: -999999em;
            background-size: 469.99999%;
            background-image: url('../images/common/icon_footer.png');
            background-repeat: no-repeat
        }

            footer .box-footer-icon a.box-youtube {
                background-position: 0 0
            }

            footer .box-footer-icon a.box-naver {
                background-position: 33.33333% 0
            }

            footer .box-footer-icon a.box-kakao {
                background-position: 66.66666% 0
            }

            footer .box-footer-icon a.box-writer {
                background-position: 99.99999% 0
            }

    footer .box-footer-btn {
        padding: 0 15px
    }

        footer .box-footer-btn:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        footer .box-footer-btn a {
            float: left;
            width: calc(33.333333333333% - 2px);
            height: 24px;
            margin-bottom: 5px;
            line-height: 24px;
            font-size: 11px;
            text-align: center;
            border: 1px solid #d2d4d7;
            box-sizing: border-box;
        }

            footer .box-footer-btn a span {
                font-size: 11px;
            }

            footer .box-footer-btn a + a {
                margin-left: 3px;
            }

                footer .box-footer-btn a + a + a {
                    margin-left: 3px;
                }

            footer .box-footer-btn a.view-site {
                width: calc(55% - 3px);
            }

            footer .box-footer-btn a.view-comInfor {
                margin-left: 0;
                width: 45%;
            }

                footer .box-footer-btn a.view-comInfor span,
                footer .box-footer-btn a.view-site span {
                    display: inline-block;
                }

                    footer .box-footer-btn a.view-comInfor span:after,
                    footer .box-footer-btn a.view-site span:after {
                        content: "";
                        display: inline-block;
                        vertical-align: middle;
                        width: 7px;
                        height: 4px;
                        margin-left: 5px;
                        background-position: -150px -384px;
                        background-size: 400px auto;
                        background-image: url('../images/common/ico_sp01.png');
                        background-repeat: no-repeat;
                    }

                footer .box-footer-btn a.view-comInfor.on span:after,
                footer .box-footer-btn a.view-site.on span:after {
                    background-position: -123px -384px;
                }

    footer .box-footer-copy {
        text-align: center;
        padding: 15px 0 0
    }

        footer .box-footer-copy .footer-bottom {
        }

            footer .box-footer-copy .footer-bottom li {
                display: inline-block;
                color: #666;
                font-weight: 500
            }

                footer .box-footer-copy .footer-bottom li:nth-child(2) a {
                    color: #4f5eaf;
                    margin-left: 7px;
                    font-family: 'roboto', sans-serif;
                }

        footer .box-footer-copy .coypright {
            color: #999;
            text-align: center;
            font-size: 11px;
            padding-bottom: 20px;
            border-bottom: 1px solid #d7d7d7;
        }

    footer .btn-footer-pcview {
        text-align: center;
    }

        footer .btn-footer-pcview a {
            display: block;
            height: 44px;
            line-height: 44px
        }

            footer .btn-footer-pcview a span {
                display: inline-block;
                vertical-align: middle;
            }

                footer .btn-footer-pcview a span:before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    width: 13px;
                    height: 12px;
                    margin-right: 5px;
                    background-position: -177px -380px;
                    background-size: 400px auto;
                    background-image: url('../images/common/ico_sp01.png');
                    background-repeat: no-repeat;
                }

    footer .box-footer-comInfor {
        display: none;
        padding: 5px 15px;
    }

        footer .box-footer-comInfor .txt-exmp {
            color: #999;
            font-size: 11px;
            line-height: 18px;
        }

        footer .box-footer-comInfor .box-comInfor {
            padding: 10px 0;
        }

            footer .box-footer-comInfor .box-comInfor div {
                display: inline-block;
                padding: 2px 20px 2px 0;
            }

                footer .box-footer-comInfor .box-comInfor div:after {
                    content: "";
                    clear: both;
                    display: block;
                    overflow: hidden;
                    visibility: hidden;
                }

                footer .box-footer-comInfor .box-comInfor div p:after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 9px;
                    margin: 0 6px 0 8px;
                    background: #dadada;
                }

                footer .box-footer-comInfor .box-comInfor div p,
                footer .box-footer-comInfor .box-comInfor div span {
                    float: left;
                    font-size: 11px;
                    letter-spacing: -1px;
                    color: #666;
                }

    footer .btn-footer-area:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    footer .btn-footer-area a {
        display: block;
        float: left;
        width: calc(33.333333% - 2px);
        height: 24px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #d2d4d7;
        box-sizing: border-box;
        font-size:11px;
    }

        footer .btn-footer-area a + a {
            margin-left: 3px;
        }

    footer .box-footer-site {
        display: none;
        padding: 5px 15px 10px;
        border-bottom: 0px solid #d2d4d7;
    }

        footer .box-footer-site:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
        }

        footer .box-footer-site div {
            position: relative;
            float: left;
            width: 33.333333333%;
            height: 100%;
            text-align: center;
            font-size: 11px
        }

            footer .box-footer-site div + div:before {
                content: "";
                display: block;
                position: absolute;
                top: 0px;
                left: 0;
                width: 1px;
                height: 130px;
                background: #ddd;
            }

            footer .box-footer-site div strong {
                display: block;
                color: #4f5eaf;
                padding: 5px 0 10px;
            }

            footer .box-footer-site div ul li {
                font-size: 11px;
                line-height: 20px;
            }

            footer .box-footer-site div ul li a {
                font-size: 11px;
                line-height: 20px;
            }


/* section-area */
.section-area {
    position: relative;
    overflow: hidden;
    padding: 10px 15px 0;
    background: #fff;
}

    .section-area:after {
        display: block;
        content: "";
        clear: both;
    }

    .section-area.line {
        border-bottom: 1px solid #d2d4d7;
    }

    .section-area.line-top {
        border-top: 1px solid #d2d4d7;
    }

    .section-area + .btn-area {
        margin-top: 20px;
    }

    .section-area.type02 > img {
        display: block;
        width: 100%;
    }

    .section-area.type03 {
        margin: 0 15px;
        padding: 25px 0;
        border-bottom: 1px solid #d2d4d7;
    }

body.news .section-area {
    padding: 15px;
}

    body.news .section-area.type02 {
        padding: 10px 0;
    }

/* title area */
.title-area:after {
    display: block;
    content: "";
    clear: both;
}

.title-area {
    height: 33px;
    position: relative;
}

    .title-area .point-text {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        color: #666
    }


/** 인풋 타입 **/
input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input[type = "text"],
    input[type = "password"],
    select {
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        width: 100%;
        height: 35px;
        line-height: 37px;
        padding: 1px 30px 0 10px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        font-size: 14px;
        outline: none;
    }

select {
    font-weight: 300;
    padding: 2px 30px 0 6px;
    color: #777; /* -webkit-appearance: none; -moz-appearance: none;appearance: none; */
}

    select::-ms-expand {
        display: none;
    }

    select + select {
        margin-top: 10px
    }

    select:disabled {
        background: #f7f7f7;
    }

input[type = "text"]:disabled {
    background: #f7f7f7;
}

input[type = "text"].txt-url:disabled {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
    background: #fff;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px; /* margin-bottom:10px; */
}

input + textarea {
    margin-top: 10px;
}

p.txt-notice + textarea {
    margin-top: 15px;
}

/* 라디오 버튼 // 백그라운드 이미지 변경 후 사용 */
input[type="radio"] {
    display: none;
}
    /* input[type="radio"] {opacity:0;} */
    input[type="radio"] + label {
        display: inline-block;
        margin-top: 7px;
        font-size: 14px;
        color: #000;
    }

        input[type="radio"] + label span.radio {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: -2px 10px 0 0;
            vertical-align: middle;
            background: url(../images/common/img_form_radio.png) no-repeat left 50%;
            background-size: 100%;
            cursor: pointer;
        }

    input[type="radio"]:checked + label span.radio {
        background: url(../images/common/img_form_radio_on.png) no-repeat left 50%;
        background-size: 100%;
    }

/* 체크박스 버튼 */
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        color: #999;
        font-size: 10px;
    }

        input[type="checkbox"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -2px 5px 0 5px;
            vertical-align: middle;
            background: url(../images/common/check_off.png) 0 0 no-repeat;
            cursor: pointer;
            background-size: 19px 19px
        }

    input[type="checkbox"]:checked + label {
        color: #4f5eaf;
    }

        input[type="checkbox"]:checked + label span {
            background: url(../images/common/check_on.png) 0 0 no-repeat;
            cursor: pointer;
            background-size: 19px 19px;
        }


/* 체크박스 버튼 */
.checkbox-area input[type="checkbox"] {
    display: none;
}

    .checkbox-area input[type="checkbox"] + label {
        color: #999;
        font-size: 10px;
    }

        .checkbox-area input[type="checkbox"] + label em {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -2px 5px 0 5px;
            vertical-align: middle;
            background: url(../images/common/img_form_checkbox01_off.png) 0 0 no-repeat;
            cursor: pointer;
            background-size: 16px 16px
        }

    .checkbox-area input[type="checkbox"]:checked + label {
        color: #4f5eaf;
    }

        .checkbox-area input[type="checkbox"]:checked + label em {
            background: url(../images/common/img_form_checkbox01_on.png) 0 0 no-repeat;
            cursor: pointer;
            background-size: 16px 16px;
        }

/* 체크박스 버튼 > 네모유형 */
input[type="checkbox"] + label.type2 {
    font-size: 14px;
    color: #333;
}

    input[type="checkbox"] + label.type2 span {
        width: 17px;
        height: 17px;
        margin: -2px 5px 0 0;
        border: 1px solid #ccc;
        background: none;
    }

input[type="checkbox"]:checked + label span {
    border: 1px solid #5563b2;
    background: url(../images/common/bg_check_type2_on.png) 50% 50% no-repeat;
    background-size: 70%;
}


/* 첨부파일 */
.file-box {
    position: relative;
}

    .file-box label {
        font-size: 0;
        display: block;
        width: 100%;
        height: 33px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .file-box input[type = "text"] {
        background: url(../images/common/ico_file_bg.png) right center no-repeat;
        background-size: 23px 16px;
    }

    .file-box input[type = "file"] {
        display: none
    }

.file-btn {
    display: none;
    width: 33px;
    height: 33px;
    background: red;
    font-size: 0;
    vertical-align: middle;
    background: url(../images/common/file_btn.png) 0 0 no-repeat;
    background-size: 33px 33px;
}

    .file-btn.on {
        display: inline-block;
        position: absolute;
        right: 35px;
        top: 1px;
    }

.down-file {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-left: 15px
}

    .down-file:before {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        width: 9px;
        height: 11px;
        background-position: -120px -15px;
        background-size: 300px auto;
        background-image: url('../images/ir/icon.png');
        background-repeat: no-repeat;
    }

/* 스크롤 박스 */
.box-scroll {
    padding: 10px;
    line-height: 24px;
    color: #999;
    border: 1px solid #dadada;
    box-sizing: border-box;
}

    .box-scroll strong.tit {
        display: block;
        font-weight: 500;
    }

    .box-scroll.type-x {
        width: 100%;
        height: 300px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .box-scroll.type-y {
        width: 100%;
        height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }


/** 버튼 타입 **/
.btn-area {
    text-align: center;
    overflow: hidden;
}

textarea + .btn-area {
    margin-top: 10px;
}

.btn-area .btn-list {
    text-align: center;
    font-size: 0;
}

    .btn-area .btn-list li {
        display: inline-block;
        width: calc(50% - 3px);
        margin-bottom: 5px;
        vertical-align: middle;
    }

        .btn-area .btn-list li + li {
            margin-left: 6px;
        }

    .btn-area .btn-list.col3 li {
        width: calc(100% / 3 - 4px);
    }

    .btn-area .btn-list li .btn {
        width: 100%;
    }

.btn-area > .btn + .btn {
    margin-top: 5px
}

.btn-area .btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    background: #4f5eaf;
    border-radius: 3px;
    height: 35px;
    line-height: 37px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box
}

    .btn-area .btn.small {
        width: auto;
        height: 25px;
        padding: 0 10px;
        line-height: 27px;
        font-size: 14px;
    }

        .btn-area .btn.small.type04 {
            line-height: 27px;
        }

    .btn-area .btn.medium {
        width: 93px;
        height: 30px;
        line-height: 30px;
    }

    .btn-area .btn.type01 {
        color: #fff;
        background: #4f5eaf
    }

    .btn-area .btn.type02 {
        color: #fff;
        background: #8c92a0
    }

    .btn-area .btn.type03 {
        border: 1px solid #8c929f;
        color: #fff;
        background: #8c929f;
    }

    .btn-area .btn.type04 {
        border: 1px solid #ccc;
        color: #666;
        background: #fff;
        line-height: 35px
    }

    .btn-area .btn.type05 {
        border: 1px solid #4f5eaf;
        color: #4f5eaf;
        background: #fff;
    }

    .btn-area .btn.type06 {
        border-top: 1px solid #ebe9ea;
        color: #666;
        background: #fff;
        border-radius: 0
    }

        .btn-area .btn.type06 span.ico-arrow:after {
            content: "";
            display: inline-block;
            width: 11px;
            height: 7px;
            margin-left: 5px;
            background-position: -79px -202px;
            background-size: 400px auto;
            background-image: url('../images/news/ico_sns.png');
            background-repeat: no-repeat;
        }

        .btn-area .btn.type06.on span.ico-arrow:after {
            background-position: -104px -202px;
        }

    .btn-area .btn.type04 span.icon-home {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 12px;
        margin: -3px 5px 0 0;
        background: url('../images/common/btn_icon_home.png') 0 0 no-repeat;
        background-size: 15px auto;
    }

    .btn-area .btn.w-typeAuto {
        width: auto !important;
        padding: 0 30px 0;
    }

    .btn-area .btn.w-typeAuto01 {
        padding: 0 12px;
        width: auto;
        height: 30px;
        line-height: 30px;
        border: 1px solid #4f5eaf
    }

    .btn-area .btn.w-auto {
        padding: 0 12px;
        width: auto;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
    }

    .btn-area .btn.wide {
        position: relative;
        width: 100% !important;
    }

    .btn-area .btn.type-cust {
        color: #000;
        font-size: 14px;
        border-radius: 0;
        background: #f5f5f5;
    }

.btn-area .sns-btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #8c92a0;
    border-radius: 3px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box
}

    .btn-area .sns-btn.type02 {
        background: #00c63b;
    }

    .btn-area .sns-btn.type03 {
        background: #ffe800;
        color: #000000;
    }

    .btn-area .sns-btn.type04 {
        background: #3b5997;
    }


.btn-area .icon-arrow span {
    font-size: 14px
}

    .btn-area .icon-arrow span:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 9px;
        margin: 0 0 1px 6px;
        background-size: 5px auto;
        background-image: url('../images/photo/icon-arrow.png');
        background-repeat: no-repeat
    }






/* top btn */
.topbtn {
    display: none;
    position: fixed;
    width: 38px;
    height: 38px;
    right: 20px;
    bottom: 8%;
    z-index: 18
}

    .topbtn > a {
        display: block;
        height: 100%;
        overflow: hidden;
        z-index: 10
    }

    .topbtn .isi_topgo {
        display: block;
        width: 38px;
        height: 38px;
        text-indent: -999999em;
        background-size: 38px auto;
        background-image: url('../images/common/slider_top.png');
        background-repeat: no-repeat;
    }






/** 각종 가이드 **/
/* 상단 비주얼 */
.top-visual-area {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 7px;
    border-top: 1px solid #c3c6d5;
    border-bottom: 1px solid #ebe9ea;
    position: relative;
    overflow: hidden;
}

    .top-visual-area:after {
        display: block;
        content: "";
        clear: both;
    }

    .top-visual-area .content-box {
        width: 100%;
        background: #e47676;
        height: 157px
    }

    .top-visual-area .slick-dots {
        position: absolute;
        bottom: 25px;
        text-align: right;
        padding-right: 15px;
        box-sizing: border-box;
    }

        .top-visual-area .slick-dots li {
            margin-left: 6px;
            width: 9px;
            height: 9px;
        }

        .top-visual-area .slick-dots button {
            width: 9px !important;
            height: 9px !important;
            background: #fff;
            display: block;
            position: relative;
            border-radius: 5px
        }

        .top-visual-area .slick-dots li.slick-active button {
            background: #e47676;
            display: block;
            position: relative;
            border-radius: 5px;
            border: 1px solid #fff;
            padding: 4px
        }

        .top-visual-area .slick-dots button::before {
            display: none;
        }

/* 전화번호 입력*/
.box-phone-form {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 0;
}
    /* 전화번호 입력 박스 */
    .box-phone-form:after {
        content: '';
        display: block;
        clear: both;
    }

    .box-phone-form select {
        display: inline-block;
        width: calc(33.3% - 11px);
    }

    .box-phone-form input {
        display: inline-block;
        width: calc(33.3% - 11px);
    }

/* 이메일 입력*/
.box-email-form {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 0;
}

    .box-email-form:after {
        content: '';
        display: block;
        clear: both;
    }

    .box-email-form select {
        display: inline-block;
        width: calc(50% - 8px);
    }

    .box-email-form input {
        display: inline-block;
        width: calc(50% - 8px);
    }
    /* 이메일 입력 type2*/
    .box-email-form.type2 {
        overflow: hidden;
    }

        .box-email-form.type2:after {
            content: "";
            display: block;
            clear: both;
        }

        .box-email-form.type2 select {
            margin-top: 5px; /* float:left; */ /* width:277px; */
        }

        .box-email-form.type2 input[type='text'] {
            display: block;
            float: left; /* width:277px; */
        }

        .box-email-form.type2 span.at + input[type='text'] {
            margin-top: 5px;
        }

        .box-email-form.type2 span.at {
            float: left;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-left: 3px;
            text-align: center;
        }

/* 주민등록번호 입력*/
.box-certfy-form {
    overflow: hidden;
    font-size: 0;
}
    /* 전화번호 입력 박스 */
    .box-certfy-form:after {
        content: '';
        display: block;
        clear: both;
    }

    .box-certfy-form input {
        display: inline-block;
        width: calc(50% - 8px);
    }

/* 셀렉박스 + 인풋 입력*/
.box-sel-input-form:after {
    content: '';
    display: block;
    clear: both;
}

.box-sel-input-form select {
    display: block;
    float: left;
    width: 90px;
}

.box-sel-input-form input {
    display: block;
    float: left;
    width: calc(100% - 100px);
    margin-left: 10px;
}

/* 우편번호 입력*/
.box-zip-form {
    overflow: hidden;
}

    .box-zip-form:after {
        content: '';
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-zip-form input[type='text'] {
        float: left;
        width: 60%;
    }

        .box-zip-form input[type='text'] + input[type='text'] {
            margin-top: 5px;
        }

    .box-zip-form > .btn-area {
        float: right;
        width: 38%;
        margin-bottom: 5px
    }

        .box-zip-form > .btn-area .btn {
            height: 35px;
            line-height: 35px;
        }

/* 보안문자 입력*/
.box-security-form {
    overflow: hidden;
}

    .box-security-form:after {
        content: '';
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-security-form span.bx-secu {
        float: left;
        display: inline-block;
        width: calc(100% - 130px);
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #666;
        background: #f6f6f6;
    }

    .box-security-form > .btn-area + input[type='text'].full {
        margin-bottom: 10px;
    }

    .box-security-form > .btn-area {
        float: right;
        width: 120px;
        margin-bottom: 10px;
    }

        .box-security-form > .btn-area .btn {
            height: 35px;
            line-height: 35px;
        }

            .box-security-form > .btn-area .btn span.ico-secu {
                padding-left: 20px;
                color: #fff;
                border: 1px solid #8c929f;
                background: #8c929f;
                background: url(../images/common/img_btn_security.png) left 50% no-repeat;
                background-size: 15px auto;
            }

/* 세금계산서 발행 */
.box-grey-radio {
    height: 54px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #ebeaea;
    background: #fafafa;
    box-sizing: border-box;
}

    .box-grey-radio input[type="radio"] + label {
        margin-top: 0;
        color: #999;
    }

        .box-grey-radio input[type="radio"] + label ~ label {
            margin-left: 15px;
        }
/* box-img-area */
.box-img-area {
    height: 100%;
}

    .box-img-area .img-box {
        overflow: hidden;
        height: 100%;
        position: relative;
    }

        .box-img-area .img-box:before {
            display: block;
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5
        }

        .box-img-area .img-box img {
            width: 100%;
            height: 100%
        }

    .box-img-area .text {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        font-size: 16px;
        color: #fff;
    }

        .box-img-area .text.type02 {
            top: 50%;
            font-size: 16px;
            color: #fff;
            line-height: 22px;
            margin-top: -15px;
        }


/** 탭 스타일 **/
.tab-area {
    background: #fff;
    border-top: 1px solid #ccc;
}

    .tab-area:after {
        display: block;
        content: "";
        clear: both;
    }

    .tab-area li {
        float: left;
        height: 37px;
        border-left: 1px solid #ccc; /* border-bottom:1px solid #ccc; */
    }

        .tab-area li:first-child {
            border-left: 0;
        }

        .tab-area li a {
            line-height: 36px;
            display: block;
            font-weight: 500;
            text-align: center;
            color: #666;
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
        }

            .tab-area li a:before {
                display: inline-block;
                height: 100%;
                vertical-align: middle;
            }

            .tab-area li a span.line2 {
                display: inline-block;
                vertical-align: middle;
                line-height: 13px;
            }

        .tab-area li.on a {
            line-height: 35px;
            color: #4f5eaf;
            border-bottom: 2px solid #4f5eaf;
        }
    /* 6개 탭일 경우 */
    .tab-area.col6 li {
        width: 33.3% !important;
    }


.tab-body .tab-cont {
    display: none;
}

    .tab-body .tab-cont:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .tab-body .tab-cont.on {
        display: block;
    }

.box-scroll-x {
    overflow: auto;
    width: auto !important
}

    .box-scroll-x.w-150p table {
        width: 150% !important
    }

/* 테이블 스타일 */
.table-type1 {
    margin-bottom: 15px;
    border-top: 1px solid #000;
}

    .table-type1 table {
        table-layout: fixed;
        word-break: break-all;
        width: 100%;
    }

    .table-type1 thead th {
        border-bottom: 1px solid #ebe9ea;
        background: #f7f7f7;
        height: 35px;
        padding: 10px;
    }

    .table-type1 tbody th,
    .table-type1 tbody td {
        border-bottom: 1px solid #ebe9ea;
        font-weight: 300;
        height: 35px;
        line-height: 24px;
        padding: 10px;
        box-sizing: border-box;
    }

        .table-type1 tbody td img {
            width: 100%;
            display:block;
        }

        .table-type1 tbody th.txt-l {
            padding: 10px 10px 10px 10px !important;
        }

        .table-type1 tbody td.txt-l {
            padding: 10px;
        }

    .table-type1 .list-type05 {
        margin-top: 0;
    }

    /* 테이블 스타일 타입2 */
    .table-type1.type02 thead th {
        text-align: center;
        border-right: 1px solid #ebe9ea;
    }

        .table-type1.type02 thead th:last-child {
            border-right: none;
        }

    .table-type1.type02 tr:first-child td {
        border-top: 0;
    }

    .table-type1.type02 td:first-child {
        border-left: 0;
    }

    .table-type1.type02 td {
        border-left: 1px solid #eae8e9;
        text-align: center;
    }

    .table-type1.line tr:nth-child(5n+5) td {
        border-bottom: 1px solid #999;
    }

    .table-type1.type02.type-pd-none th {
        padding: 10px 0;
    }

    .table-type1.type02.type-pd-none td {
        padding: 10px 0;
    }

    /* 테이블 스타일 타입3 */
    .table-type1.type03 {
        border-top: none;
    }

        .table-type1.type03 th {
            text-align: center;
            border-top: 1px solid #cecece;
            border-left: 1px solid #eae8e9;
            border-bottom: 1px solid #cecece;
            background: #fff;
        }

            .table-type1.type03 th:first-child {
                border-left: 0;
            }

        .table-type1.type03 tr:first-child td {
            border-top: 0;
        }

        .table-type1.type03 td:first-child {
            border-left: 0;
        }

        .table-type1.type03 td {
            border-left: 1px solid #eae8e9;
            text-align: center;
        }

    /* 테이블 스타일 타입4 > TV > 프로그램 홈 > 수익률대회 > 수익률중계 */
    .table-type1.type04 {
        border-top: none;
    }

        .table-type1.type04 th {
            padding: 0;
            text-align: center;
            background: #fff;
        }

            .table-type1.type04 th:first-child {
                border-left: 0;
                background: #f7f7f7;
            }

        .table-type1.type04 thead th {
            border-top: 1px solid #cecece;
            border-bottom: 1px solid #cecece;
        }

        .table-type1.type04 tbody th {
            border-bottom: 1px solid #ebe9ea;
        }

        .table-type1.type04 th strong.rank {
            font-family: 'roboto', sans-serif;
            font-style: italic;
            font-weight: 500;
            font-size: 13px;
            color: #4f5eaf;
        }

        .table-type1.type04 td {
            padding: 0;
            text-align: center;
        }

            .table-type1.type04 td + td {
                border-left: 1px solid #eae8e9;
            }

            .table-type1.type04 td span.num {
                color: #666;
            }

        .table-type1.type04 tr td.no-data {
            text-align: left;
        }

        .table-type1.type04 th.bg-none {
            background: #fff;
        }

    /* 테이블 스타일 타입5 */
    .table-type1.type05 {
        border: 0
    }

        .table-type1.type05 tbody td {
            height: 20px;
            padding: 4px 0;
            border: 0
        }

            .table-type1.type05 tbody td:first-child .num {
                color: #4f5eaf;
                font-weight: 500
            }

    /* 테이블 스타일 타입6 */
    .table-type1.type06 {
    }

        .table-type1.type06 thead th {
            background: none;
        }

            .table-type1.type06 thead th:nth-child(3),
            .table-type1.type06 tbody td:nth-child(3) {
                border-left: 1px solid #ebe9ea
            }

        .table-type1.type06 tbody td:nth-child(1),
        .table-type1.type06 tbody td:nth-child(2) {
            background: #f5f8fe
        }

        .table-type1.type06 tbody td:nth-child(3),
        .table-type1.type06 tbody td:nth-child(4) {
            background: #fdf4f4
        }

        .table-type1.type06 tbody td {
            padding: 4px 0;
            text-align: center;
            border: 0
        }

        .table-type1.type06 tfoot td {
            height: 35px;
            text-align: center;
            border-bottom: 1px solid #ebe9ea;
        }

            .table-type1.type06 tfoot td + td {
                border-left: 1px solid #ebe9ea
            }

    /* 테이블 스타일 타입7 */
    .table-type1.type07 {
        border-top: 1px solid #000;
    }

        .table-type1.type07 tbody th {
            color: #000;
            text-align: center;
            background: #f7f7f7;
            border-right: 1px solid #ebe9ea;
        }

        .table-type1.type07 tbody th,
        .table-type1.type07 tbody td {
            padding: 10px;
            border-bottom: 1px solid #ebe9ea;
        }

        .table-type1.type07 tbody td {
            color: #666
        }

/* 테이블 정렬 */
table th.num,
table td.num {
    text-align: right !important;
    font-size: inherit !important;
    font-family: 'roboto', sans-serif;
}

table th.text,
table td.text {
    text-align: left !important;
    font-size: inherit !important;
}


/* 증시 */
.stock {
    display: block;
    font-family: 'roboto', sans-serif;
}

    .stock:before {
        display: inline-block;
        font-size: 13px;
    }

    .stock.up {
        color: #d52728;
    }

        .stock.up:before {
            content: "▲";
        }

    .stock.down {
        color: #3a72e5;
    }

        .stock.down:before {
            content: "▼";
        }

    .stock.plus {
        color: #d52728;
    }

        .stock.plus:before {
            content: "+";
        }

    .stock.minus {
        color: #3a72e5;
    }

        .stock.minus:before {
            content: "-";
        }

.num {
    font-weight: 300;
    font-family: 'roboto', sans-serif;
}


.data-normal {
    color: #000;
    font-family: 'roboto', sans-serif;
}

.data-up {
    position: relative;
    color: #d62727;
    font-family: 'roboto', sans-serif;
}

.data-down {
    position: relative;
    color: #3a72e5;
    font-family: 'roboto', sans-serif;
}

    .data-up.icon,
    .data-down.icon {
        background: none;
        font-size: 16px;
        background-size: auto auto;
        text-indent: 0px;
    }

        .data-up.icon:before {
            display: inline-block;
            content: '▲';
            padding-bottom: 2px;
            font-size: 1.1em;
            vertical-align: middle;
            font-family: 'Noto Sans CJK TC', sans-serif;
        }

        .data-down.icon:before {
            display: inline-block;
            content: '▼';
            padding-bottom: 3px;
            font-size: 1.1em;
            vertical-align: middle;
            font-family: 'Noto Sans CJK TC', sans-serif;
        }

    .data-up.symbol,
    .data-down.symbol {
        font-size: 12px;
    }

        .data-up.symbol:before {
            display: inline-block;
            content: '+';
            margin: 1px 0 3px;
            font-size: 1em;
            font-family: 'Noto Sans CJK TC', sans-serif;
        }

        .data-down.symbol:before {
            display: inline-block;
            content: '-';
            margin: -1px 0 3px;
            font-size: 1em;
            font-family: 'Noto Sans CJK TC', sans-serif;
        }


/** 리스트 스타일 **/
/* 리스트(도트유형) */
.list-dotted ul li {
    position: relative;
    padding-left: 8px;
    min-height: 25px;
    color: #666;
    line-height: 24px; /* word-wrap:break-word; word-break:keep-all */
}

    .list-dotted ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 2px;
        height: 2px;
        border-radius: 100%;
        background: #666;
    }

    .list-dotted ul li + li {
        margin-top: 10px
    }

.list-dotted .btn-area {
    margin-top: 5px;
}

.list-dotted.type2 ul li {
    min-height: auto;
    margin-top: 0;
    text-align: center;
}

    .list-dotted.type2 ul li:before {
        content: '';
        display: none;
    }

    .list-dotted.type2 ul li span {
        position: relative;
        padding-left: 8px;
        color: #666;
    }

        .list-dotted.type2 ul li span:before {
            content: '';
            display: block;
            position: absolute;
            top: 8px;
            left: 0;
            width: 2px;
            height: 2px;
            border-radius: 100%;
            background: #666;
        }

.list-dotted.type3 ul li {
    min-height: auto;
}

    .list-dotted.type3 ul li + li {
        margin-top: 0;
    }

/* 댓글 */
.reply-head {
    background: #fff
}

    .reply-head h3,
    .reply-head p {
        position: relative;
        display: block;
        height: 45px;
        line-height: 44px;
        padding-left: 15px;
        font-size: 18px;
        border-top: 1px solid #ebe9ea;
        border-bottom: 1px solid #ebe9ea;
    }

        .reply-head h3 span,
        .reply-head p span {
            font-size: 18px;
            font-weight: 500;
        }

        .reply-head h3 .icon.reply-tit,
        .reply-head p .icon.reply-tit {
            width: 12px;
            height: 13px;
            margin-right: 5px;
            background-position: 0 -257px;
        }

        .reply-head h3 a.reply-toggle,
        .reply-head p a.reply-toggle {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            width: 44px;
            height: 44px;
            background: url(../images/common/bg_btn_toggle.png) 50% 50% no-repeat;
            background-size: 10px 6px;
        }

    .reply-head.on h3 a.reply-toggle,
    .reply-head.on p a.reply-toggle {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        background: url(../images/common/bg_btn_toggle_on.png) 50% 50% no-repeat;
        background-size: 10px 6px;
    }

.reply-area {
    display: none;
    clear: both;
}

    .reply-area .input-area {
        border-bottom: 1px solid #ebe9ea;
        box-sizing: border-box;
        background: #f7f7f7;
        padding: 15px;
    }

.section-area + .reply-area .input-area {
    border-top: 1px solid #ebe9ea;
}

.reply-area .input-area .box-list-contact {
    margin-bottom: 10px;
    font-size: 0;
}

    .reply-area .input-area .box-list-contact a.icon {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
    }

        .reply-area .input-area .box-list-contact a.icon:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 12px;
            background: #ebe9ea;
        }

        .reply-area .input-area .box-list-contact a.icon.btn-hankyung {
            width: 80px;
            background-position: 0 -275px;
        }

        .reply-area .input-area .box-list-contact a.icon.btn-facebook {
            background-position: -82px -275px;
        }

        .reply-area .input-area .box-list-contact a.icon.btn-twitter {
            background-position: -119px -274px;
        }

        .reply-area .input-area .box-list-contact a.icon.btn-kakaostory {
            background-position: -158px -275px;
        }

        .reply-area .input-area .box-list-contact a.icon.btn-naver {
            background-position: -197px -275px;
        }

.reply-area .input-area .text {
    color: #999;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: min(3.3vw, 14px);
}

.reply-area .input-area .reply {
    width: 100%;
    height: 85px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: min(3.5vw, 14px);
}

.reply-area .input-area .btn-area {
    position: relative;
}

    .reply-area .input-area .btn-area .text-byte {
        display: block;
        font-size: 14px;
        color: #666;
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'roboto', sans-serif;
    }

        .reply-area .input-area .btn-area .text-byte span {
            font-size: 14px;
            font-family: 'roboto', sans-serif;
        }

.reply-area .nickname {
    position: relative;
    margin-bottom: 10px;
}

    .reply-area .nickname .name {
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }

        .reply-area .nickname .name .icon.reply-facebook {
            position: relative;
            width: 7px;
            height: 14px;
            margin-top: -2px;
            margin-right: 15px;
            background-position: 0 -295px;
        }

            .reply-area .nickname .name .icon.reply-facebook:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: -8px;
                width: 1px;
                height: 10px;
                margin-top: -5px;
                background: #ccc;
            }

    .reply-area .nickname .data {
        position: absolute;
        right: 0;
        top: 2px;
        color: #999;
        font-size: 14px;
        font-family: 'roboto', sans-serif;
    }

        .reply-area .nickname .data span {
            font-family: 'roboto', sans-serif;
            color: #999;
            font-size: 14px;
        }

.reply-area .reply-list {
    border-bottom: 1px solid #ebe9ea;
    background: #fff;
}

    .reply-area .reply-list li:first-child {
        border-top: 0;
    }

    .reply-area .reply-list li {
        line-height: 30px;
        border-top: 1px solid #ebe9ea;
        padding: 20px 15px 15px;
    }

        .reply-area .reply-list li.reply-sub {
            padding-left: 30px;
            background: url(../images/common/bg_reply_sub.png) 15px 23px no-repeat;
            background-size: 8px 9px;
        }

        .reply-area .reply-list li.del-admin {
            padding: 20px 15px 20px;
            color: #999;
        }

            .reply-area .reply-list li.del-admin .icon.ico-notice {
                width: 15px;
                height: 15px;
                margin-right: 5px;
                background-position: 0 -315px;
            }

.reply-area .box-paging {
    padding: 0 15px 0
}

.reply-area .btn-area > .btn {
    margin-top: 5px
}

/* 배너영역 */
.banner-area { /*padding:25px 15px 40px; background:#ccc*/
}

    .banner-area img {
        display: block;
        width: 100%;
    }

    .banner-area ul {
        width: 100%;
        padding: 13px;
        background: #f7f7f7;
        box-sizing: border-box;
    }

        .banner-area ul:after {
            content: '';
            display: block;
            clear: both;
        }

        .banner-area ul li {
            float: left;
            width: 50%;
        }

            .banner-area ul li img {
                display: block;
                width: 100%;
            }

    .banner-area.type2 {
        display: block;
        padding: 0;
    }

        .banner-area.type2 img {
            display: block;
            width: 100%;
        }

    .banner-area.type3 {
        display: block;
        padding: 0;
    }

        .banner-area.type3 img {
            display: block;
            width: 100%;
        }

    .banner-area.type4 {
        width: 200px;
        height: 200px;
        float: right;
    }


/* 썸네일 리스트 */
.list-thumb {
    margin-top: 10px;
}

    .list-thumb > ul > li:after {
        content: '';
        display: block;
        clear: both;
    }

    .list-thumb > ul > li {
        border-top: 1px solid #ebe9ea;
        border-bottom: 1px solid #ebe9ea;
        box-sizing: border-box;
    }

        .list-thumb > ul > li + li {
            margin-top: 10px;
            border-top:none;
        }

        .list-thumb > ul > li .thumb-area {
            position: relative;
            overflow: hidden; /*padding-top:41.75%;*/
            float: left;
            width: 126.56px;
            height: 126.56px; /* background:#f7f7f7; */
        }

            .list-thumb > ul > li .thumb-area img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                height: 100%;
				margin:0 auto;
            }

        .list-thumb > ul > li .cont-area {
            float: left;
            width: calc(100% - 126.56px);
            height: 100%;
            padding: 0 15px 15px 5px;
        }

            .list-thumb > ul > li .cont-area:before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
            }

            .list-thumb > ul > li .cont-area .inner {
                position: relative;
                display: inline-block;
                vertical-align: middle
            }

            .list-thumb > ul > li .cont-area strong.tit {
                display: block;
                height: 36px;
                max-height: 36px;
                line-height: 18px;
                margin: 3px 0;
                font-weight: 300;
                font-size: 12px;
                overflow: hidden;
            }

                .list-thumb > ul > li .cont-area strong.tit strong {
                    display: block;
                    font-weight: 300 !important;
                }

            .list-thumb > ul > li .cont-area span.txt-info {
                position: relative;
                display: inline-block;
                font-weight: 400;
                font-size: 12px;
                color: #999;
            }

                .list-thumb > ul > li .cont-area span.txt-info + .txt-info {
                    margin-left: 5px;
                    padding-left: 5px;
                }

                    .list-thumb > ul > li .cont-area span.txt-info + .txt-info:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: -1px;
                        width: 1px;
                        height: 9px;
                        margin-top: -5px;
                        background: #ccc;
                    }

                .list-thumb > ul > li .cont-area span.txt-info.item {
                    color: #4f5eaf;
                }

                .list-thumb > ul > li .cont-area span.txt-info.id {
                    color: #666;
                }

                .list-thumb > ul > li .cont-area span.txt-info.num {
                    font-family: 'roboto', sans-serif;
                }

            .list-thumb > ul > li .cont-area span.text-icon span.stock {
                padding-left: 13px;
                color: #f17f7f;
                background: url(../images/common/ico_txt_stock.png) 0 50% no-repeat;
                background-size: 11px 7px;
            }

            .list-thumb > ul > li .cont-area span.text-icon span.event {
                padding-left: 13px;
                color: #6ca5dc;
                background: url(../images/common/ico_txt_event.png) 2px 50% no-repeat;
                background-size: 7px 9px;
            }

            .list-thumb > ul > li .cont-area ul.list-info {
                display: table;
            }

                .list-thumb > ul > li .cont-area ul.list-info li {
                    display: table-row;
                }

                    .list-thumb > ul > li .cont-area ul.list-info li strong {
                        display: table-cell;
                        width: 30px;
                        height: 17px;
                        vertical-align: top;
                        font-weight: 400;
                        font-size: 12px;
                        color: #4f5eaf;
                    }

                    .list-thumb > ul > li .cont-area ul.list-info li span {
                        display: table-cell;
                        width: calc(100% - 30px);
                        height: 17px;
                        vertical-align: top;
                        font-weight: 400;
                        font-size: 12px;
                        color: #666;
                    }

            .list-thumb > ul > li .cont-area .txt-info-stock {
                display: block;
                font-size: 0;
            }

                .list-thumb > ul > li .cont-area .txt-info-stock strong {
                    font-weight: 300;
                    font-size: 12px;
                    color: #000;
                }

                .list-thumb > ul > li .cont-area .txt-info-stock span {
                    padding-left: 10px;
                    font-weight: 400;
                    font-size: 12px;
                    color: #999;
                }

                .list-thumb > ul > li .cont-area .txt-info-stock + span.txt-info {
                    padding-top: 5px;
                }

        .list-thumb > ul > li.cont-only .cont-area {
            width: 100% !important;
        }

            .list-thumb > ul > li.cont-only .cont-area .inner {
                width: 100% !important;
            }

            .list-thumb > ul > li.cont-only .cont-area strong.tit {
                width: calc(100% - 90px);
                height: auto;
                max-height: 18px;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .list-thumb > ul > li.cont-only .cont-area strong.tit strong {
                    display: inline;
                }

            .list-thumb > ul > li.cont-only .cont-area span.txt-info.company {
                position: absolute;
                bottom: 0;
                right: 0;
            }

    .list-thumb > .box-paging {
        padding: 0 15px;
    }
    /* 썸네일 리스트 > 강연회/행사 */
    .list-thumb.lecture > ul > li:first-child {
        border-top: none;
    }

    /* 썸네일 리스트 > 특징주뉴스 > 동영상뉴스 */
    .list-thumb.media {
        margin-top: 0;
    }

        .list-thumb.media > ul > li {
            height: auto;
            border-top: 0;
            padding: 13px 0;
            box-sizing: border-box;
        }

            .list-thumb.media > ul > li + li {
                margin-top: 0;
            }

            .list-thumb.media > ul > li:first-child {
                border-top: none;
            }

            .list-thumb.media > ul > li .cont-area strong.tit {
                height: auto;
                max-height: auto;
            }


/** 뉴스 > 조회 **/
.box-news-title {
    border-bottom: 1px solid #000;
}

    .box-news-title strong.main-head {
        display: block;
        width: 100%;
        max-height: 42px;
        line-height: 21px;
        font-weight: 500;
        font-size: 18px;
        color: #000;
        overflow: hidden;
    }

    .box-news-title .date-write {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .box-news-title .date-write ul li {
            display: block;
        }

            .box-news-title .date-write ul li + li {
                margin-top: 2px;
            }

            .box-news-title .date-write ul li .txt-exer {
                margin-top: 0;
            }

    .box-news-title .num-expose {
        margin-bottom: 10px;
    }

        .box-news-title .num-expose .txt-exer span.num {
            padding-left: 5px;
            font-weight: 400;
        }

.box-util-links {
    padding: 10px 0;
}

    .box-util-links .box-btn-area:after {
        content: '';
        display: block;
        clear: both;
    }

    .box-util-links .box-btn-area + .box-btn-area {
        margin-top: 8px;
    }

    .box-util-links .box-btn-area .inner-left {
        float: left;
    }

    .box-util-links .box-btn-area .inner-right {
        float: right;
    }

.btn-icon {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

    .btn-icon + .btn-icon {
        margin-left: 2px;
    }

    .btn-icon .icon.ico-share {
        width: 12px;
        height: 13px;
        background-position: 0px -242px;
    }

    .btn-icon .icon.ico-print {
        width: 14px;
        height: 12px;
        background-position: -12px -242px;
    }

    .btn-icon .icon.ico-home {
        width: 19px;
        height: 16px;
        background-position: -87px -242px;
    }

.btn-zoomin {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    .btn-zoomin:after {
        content: '';
        display: block;
        clear: both;
    }

    .btn-zoomin a {
        float: left;
        position: relative;
        display: block;
        width: 28px;
        height: 26px;
        line-height: 26px;
        vertical-align: middle;
        text-align: center;
    }

        .btn-zoomin a + a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 20px;
            margin-top: -10px;
            background: #ebe9ea;
        }

        .btn-zoomin a .icon.ico-zoom-plus {
            width: 12px;
            height: 12px;
            background-position: -27px -242px;
        }

        .btn-zoomin a .icon.ico-zoom-minus {
            width: 12px;
            height: 12px;
            background-position: -40px -242px;
        }

.box-util-links {
    border-bottom: 1px solid #ebe9ea;
}

.btn-area.news-util {
    font-size: 0;
}

    .btn-area.news-util .btn {
        width: 90px;
        height: 28px;
        line-height: 30px;
        margin-top: 0;
        padding: 0;
    }

        .btn-area.news-util .btn + .btn {
            margin-left: 5px;
        }

        .btn-area.news-util .btn .icon.ico-pin {
            width: 6px;
            height: 12px;
            margin-right: 8px;
            background-position: -53px -242px;
        }

        .btn-area.news-util .btn .icon.ico-subs {
            width: 11px;
            height: 8px;
            margin-right: 4px;
            background-position: -61px -242px;
        }

        .btn-area.news-util .btn .icon.ico-list {
            width: 11px;
            height: 11px;
            margin-right: 4px;
            background-position: -73px -242px;
        }

.sub-head-area {
    margin-top: 10px;
}

    .sub-head-area .relate-keyword {
        margin-bottom: 5px;
    }

        .sub-head-area .relate-keyword strong.txt-exer {
            font-size: 18px;
            padding-right: 5px;
            color: #000;
        }

        .sub-head-area .relate-keyword .font-color06 {
            font-size: 14px;
        }

    .sub-head-area strong.tit {
        display: block;
        position: relative;
        max-height: 48px;
        padding-left: 13px;
        letter-spacing: -0.045em;
        font-size: 18px;
        overflow: hidden;
    }

        .sub-head-area strong.tit:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 3px;
            height: 44px;
            margin-top: -16px;
            background: #ffd800;
        }

.box-news-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebe9ea;
    letter-spacing:-0.025em;
}

    .box-news-body p {
        font-size: 15px;
    }

    .box-news-body img {
        width: 100%;
    }

    .box-news-body .news-img-area {
        margin: 10px 0;
        border: 1px solid #ccc;
    }

        .box-news-body .news-img-area img {
            display: block;
            width: 100%;
        }

/* 헤시태그 */
.box-news-tags {
    margin-bottom: 20px;
    clear: both;
}

    .box-news-tags > span {
        display: inline-block;
        position: relative;
        height: 28px;
        margin-top: 10px;
        margin-right: 5px;
        padding: 0 13px;
        line-height: 32px;
        vertical-align: middle;
        color: #666;
        border-radius: 20px;
        background: #eef1f6;
        box-sizing: border-box;
    }

        .box-news-tags > span:before {
            content: '#';
            display: inline-block;
            padding-right: 5px;
        }

        .box-news-tags > span.color01 {
            color: #fff;
            background: #666;
        }

        .box-news-tags > span.color02 {
            color: #fff;
            background: #4f5eaf;
        }

.list-dotted.type02 {
    margin-bottom: 15px
}

/* 이전기사 다음기사 버튼*/
.news-btn-area {
    height: 35px;
    margin-bottom: 10px;
}

    .news-btn-area a:after {
        display: block;
        content: "";
        clear: both;
    }

    .news-btn-area a {
        color: #666;
        font-size: 15px;
        display: block;
        float: left;
        border: 1px solid #ebe9ea;
        text-align: center;
        border-radius: 3px;
        width: calc(100% / 2 - 5px);
        height: 35px;
        line-height: 35px;
    }

        .news-btn-area a:nth-child(2) {
            float: right;
        }


.article-repoter-infor {
    position: relative;
    width: 100%;
    min-height: 95px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ebe9ea;
}

    .article-repoter-infor .inner {
        display: inline-block;
        position: relative;
        padding-left: 90px;
        text-align: left;
    }

        .article-repoter-infor .inner .box-photo-reporter {
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 80px;
            border-radius: 100%;
            overflow: hidden;
        }

            .article-repoter-infor .inner .box-photo-reporter img {
                width: 100%;
            }

        .article-repoter-infor .inner .info-area {
            padding: 5px 0 0;
        }

            .article-repoter-infor .inner .info-area strong.reporter {
                display: block;
                width: auto;
                font-size: 15px;
                margin-bottom: 3px;
                font-weight: 500;
                color: #000;
            }

                .article-repoter-infor .inner .info-area strong.reporter span.part {
                    color: #4f5eaf;
                    font-size: 15px;
                }

            .article-repoter-infor .inner .info-area span.link-email {
                display: inline-block;
                color: #999;
                font-size: 14px;
            }

            .article-repoter-infor .inner .info-area .btn-area {
                display: block;
                margin-top: 7px;
                text-align: left;
            }

                .article-repoter-infor .inner .info-area .btn-area .btn {
                    width: auto;
                    height: 26px;
                    line-height: 26px;
                    padding: 0 13px;
                    font-size: 12px;
                }

.box-icon-sharesns {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 0;
}

    .box-icon-sharesns a.btn-sns {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-indent: -99999em;
        box-sizing: border-box;
    }

        .box-icon-sharesns a.btn-sns + a.btn-sns {
            margin-left: 10px;
        }

        .box-icon-sharesns a.btn-sns.btn-facebook {
            background: #8c92a0 url(../images/common/bg-btn-facebook.png) 50% 50% no-repeat;
            background-size: 7px 14px;
        }

        .box-icon-sharesns a.btn-sns.btn-twitter {
            background: #8c92a0 url(../images/common/bg-btn-twitter.png) 50% 50% no-repeat;
            background-size: 13px 11px;
        }

        .box-icon-sharesns a.btn-sns.btn-kakaostory {
            background: #8c92a0 url(../images/common/bg-btn-kakaostory.png) 50% 50% no-repeat;
            background-size: 7px 14px;
        }

        .box-icon-sharesns a.btn-sns.btn-blog {
            background: #8c92a0 url(../images/common/bg-btn-blog.png) 50% 50% no-repeat;
            background-size: 9px 12px;
        }

        .box-icon-sharesns a.btn-sns.btn-copyurl {
            border: 1px solid #ccc;
            background: #fff url(../images/common/bg-btn-copyurl.png) 50% 50% no-repeat;
            background-size: 7px 14px;
        }

.week-chart-area {
    width: 100%;
    height: 150px;
}

    .week-chart-area img {
        width: 100%;
    }
/** //뉴스 > 조회 **


/** 검색영역 **/
.search-area {
    border-top: 1px solid #ebe9ea;
    border-bottom: 1px solid #ebe9ea;
}

    .search-area + .section-area {
        padding-top: 0;
    }

    .search-area .search-item strong.tit {
        position: relative;
        display: block;
        height: 37px;
        line-height: 37px;
        padding-left: 15px;
        font-weight: 400;
        font-size: 12px;
        color: #4f5eaf;
        border-bottom: 1px solid #ebe9ea;
    }

        .search-area .search-item strong.tit a.search-toggle {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 37px;
            height: 37px;
            border-left: 1px solid #ebe9ea;
            background: url(../images/common/bg_btn_toggle.png) 50% 50% no-repeat;
            background-size: 10px 6px;
            z-index: 9999;
        }

            .search-area .search-item strong.tit a.search-toggle.on {
                display: block;
                background: url(../images/common/bg_btn_toggle_on.png) 50% 50% no-repeat;
                background-size: 10px 6px;
            }

    .search-area .search-item .list-item {
        display: none;
        padding: 20px 15px;
        border-bottom: 1px solid #ebe9ea;
        box-sizing: border-box;
    }

        .search-area .search-item .list-item.on {
            display: block;
        }

        .search-area .search-item .list-item:after {
            content: '';
            display: block;
            clear: both;
        }

        .search-area .search-item .list-item label {
            float: left;
            position: relative;
            width: calc(33.3% - 14px / 3);
            height: 40px;
            line-height: 38px;
            text-align: center;
            box-sizing: border-box;
        }

            .search-area .search-item .list-item label + label {
                margin-left: 7px;
            }

            .search-area .search-item .list-item label:nth-child(3n+1) {
                margin-left: 0;
            }

            .search-area .search-item .list-item label:nth-child(n+4) {
                margin-top: 7px;
            }

            .search-area .search-item .list-item label input[type="checkbox"] {
                display: none
            }

            .search-area .search-item .list-item label span {
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                font-size: 12px;
                color: #000;
                border: 1px solid #ccc;
            }

            .search-area .search-item .list-item label input[type="checkbox"]:checked + span {
                color: #4f5eaf;
                border-color: #4f5eaf;
            }

    .search-area .search-basic {
        padding: 20px 15px;
        background: #f7f7f7;
    }

        .search-area .search-basic > * ~ * {
            margin-top: 10px;
        }

        .search-area .search-basic .btn-area {
            padding: 0;
        }

        .search-area .search-basic input[type = "text"],
        .search-area .search-basic select {
            border-color: #999;
        }

.search-basic.type-w {
    background: #fff
}


/* 검색 영역 */
.header .search-area { /*border-bottom:1px solid #4f5eaf; */
    padding: 15px;
    background: #eef1f6;
    display: none;
}

    .header .search-area.on {
        display: block;
    }

    .header .search-area .input-area {
        position: relative;
    }

        .header .search-area .input-area input[type="search"] {
            border: 2px solid #4f5eaf;
            height: 40px;
            width: 100%;
            padding-right: 40px;
            padding-left: 10px;
            box-sizing: border-box;
        }

        .header .search-area .input-area .search-btn {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            background: url(../images/common/search_btn.png) no-repeat center;
            background-size: 20px 20px;
        }




    /* 자동 완성 */
    .header .search-area .auto-search {
        display: none;
        border: 1px solid #eaeaea;
        border-bottom: 0;
        background: #fff;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        z-index: 11;
    }

        .header .search-area .auto-search.on {
            display: block
        }

        .header .search-area .auto-search ul li {
            position: relative
        }

            .header .search-area .auto-search ul li:first-child a {
                padding-top: 15px
            }

            .header .search-area .auto-search ul li:last-child a {
                padding-bottom: 15px
            }

            .header .search-area .auto-search ul li a {
                display: block;
                padding: 4px 15px 4px;
            }

                .header .search-area .auto-search ul li a span {
                    color: #4f5eaf;
                }

            .header .search-area .auto-search ul li .hits {
                display: block;
                color: #999999;
                position: absolute;
                top: 4px;
                right: 15px;
            }

            .header .search-area .auto-search ul li:first-child .hits {
                top: 15px;
                right: 15px;
            }

        .header .search-area .auto-search p.title {
            color: #666666;
            padding: 15px;
            background: #fafbff;
            border-top: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
            position: relative;
        }

            .header .search-area .auto-search p.title .switch-btn {
                position: absolute;
                top: 10px;
                right: 0px;
            }




/* 검색 영역 S */
.header .menu-area .search.on {
    background: url(../images/common/top_menu_on.png) no-repeat;
    background-size: 55px 55px;
}






/* 조회유형 */
/* box-view */
.box-view .tit-area {
    padding-bottom: 8px
}

.tab-area + .box-view .tit-area {
    padding-top: 8px;
}

.box-view .tit-area .obj-tit {
    font-size: 18px;
    line-height: 26px;
}

.box-view .tit-area li:first-child .txt-exer {
    font-size: 12px;
    color: #666;
}

.box-view .table-type1 table th .state-broad {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-top: 2px;
    margin-left: 5px;
}

    .box-view .table-type1 table th .state-broad img {
        width: 100%;
    }

.td-downfile {
    position: relative;
    display: inline-block;
    padding-left: 15px
}

    .td-downfile:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 9px;
        height: 11px;
        background-position: -120px -15px;
        background-size: 300px auto;
        background-image: url('../images/ir/icon.png');
        background-repeat: no-repeat;
    }

/* 날짜별 스케줄 SWIPE */
.date-swipe-area00 {
    height: 82px;
    background: #f7f7f7;
    overflow: hidden;
}

.date-swiper {
    height: 42px;
    background: #8c92a0;
    padding: 0 20px;
}

    .date-swiper .swiper-container {
        overflow: visible;
    }

    .date-swiper .swiper-slide {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .date-swiper .swiper-slide a {
            display: block;
            padding: 0 10px;
            height: 42px;
            line-height: 42px;
            font-family: 'roboto', sans-serif;
            font-weight: 500;
            font-size: 15px;
            color: #fff;
            box-sizing: border-box;
        }

        .date-swiper .swiper-slide.on a {
            color: #4e5dae;
            background: #ffd801;
        }

    .date-swiper .swiper-button-next, .date-swiper .swiper-button-prev {
        margin-top: -42px;
        height: 42px;
        width: 30px;
        background-color: #8c92a0;
        background-repeat: no-repeat;
        top: 0;
        background-size: 7px 13px;
    }

    .date-swiper .swiper-button-next, .date-swiper .swiper-container-rtl .swiper-button-prev {
        right: -20px;
        background-image: url('../images/common/bg_date_arr_next.png');
    }

    .date-swiper .swiper-button-prev, .date-swiper .swiper-container-rtl .swiper-button-next {
        left: -20px;
        background-image: url('../images/common/bg_date_arr_prev.png');
    }

    .date-swiper .swiper-slide span {
        position: absolute;
        bottom: -32px;
        left: 50%;
        display: block;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        line-height: 26px;
        text-align: center;
        font-family: 'roboto', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #4f5eaf;
        border-radius: 100%;
        background: #ffd801;
    }

.date-swipe-area01 {
    height: 75px;
    background: transparent;
}

    .date-swipe-area01 .date-swiper .swiper-slide.on a {
        position: relative;
    }

        .date-swipe-area01 .date-swiper .swiper-slide.on a:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 14px;
            height: 10px;
            margin-left: -7px;
            background: url(../images/common/bg_date_swipe_on_arr.png) 0 0 no-repeat;
            background-size: 100% 100%;
        }






/* 기자 프로필 */
.reporter-profile-area {
    border: 1px solid #ebe9ea;
    padding: 15px 0 15px 20px;
    margin-bottom: 10px;
    font-size: 0;
}

    .reporter-profile-area:after {
        display: block;
        content: "";
        clear: both;
    }

    .reporter-profile-area .photo {
        position: relative;
        /*padding: 10.90625%;*/
        display: inline-block;
        vertical-align: middle;
        /*width: 8.90625%;*/
        border-radius: 50%;
        overflow: hidden; /* float:left; */
        width: min(18vw, 82px);
        height: min(18vw, 82px);
    }

        .reporter-profile-area .photo img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
        }

    .reporter-profile-area .text-area {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        line-height: 22px;
        padding-top: 5px;
        width: calc(85% - 60px); /* float:left; */
    }

        .reporter-profile-area .text-area .logo {
            width: 59px;
            height: 15px;
            background: url(../images/common/ico_sp01.png) -19px -295px no-repeat;
            background-size: 400px 400px;
        }

        .reporter-profile-area .text-area .name {
            color: #000;
            font-size: min(4.2vw, 17px);
            word-break: keep-all;
        }

        .reporter-profile-area .text-area .e-mail {
            color: #999;
            font-size: min(4.05vw,16px);
            margin-bottom: 13px;
        }

        .reporter-profile-area .text-area .info-desc {
            margin-top: 5px;
            width: calc(100% - 25px);
            max-height: 41px;
            color: #999;
            overflow: hidden;
        }

        .reporter-profile-area .text-area li:first-child:before {
            /*display: none*/
        }

        .reporter-profile-area .text-area li:before {
            display: inline-block;
            content: "∙";
            /*width: 1px;
            height: 8px;
            background: #cccccc;*/
            margin-right: 5px;
        }

        .reporter-profile-area .text-area li {
            /*float: left;*/
            /*margin-right: 10px;*/
        }

            .reporter-profile-area .text-area li .arrow {
                display: inline-block;
                width: 5px;
                height: 8px;
                background: url(../images/common/ico_sp01.png) -98px -295px no-repeat;
                background-size: 400px 400px;
                margin-left: 6px
            }

            .reporter-profile-area .text-area li a {
                color: #4f5eaf;
                letter-spacing: -0.05em;
                font-size: min(4.2vw, 17px);
            }

    .reporter-profile-area .btn-area.news-util {
        margin-top: 15px;
        text-align: left;
        font-size: 0;
    }

        .reporter-profile-area .btn-area.news-util:after {
            content: '';
            display: block;
            clear: both;
        }

        .reporter-profile-area .btn-area.news-util > * {
            float: left;
        }

            .reporter-profile-area .btn-area.news-util > * + * {
                margin-left: 5px;
            }

        .reporter-profile-area .btn-area.news-util img {
            margin-top: 4px;
        }

    .reporter-profile-area.type2 {
        padding: 0;
        border: none;
        text-align: center;
        font-size: 15px;
        color: #999;
    }




/* sns 아이콘 */

.content-text-center .icon-list {
    text-align: center;
}

    .content-text-center .icon-list li {
        text-align: center;
    }

        .content-text-center .icon-list li .icon {
            margin: 0 auto;
        }


.icon-box .icon-list .icon {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/news/ico_sns.png) no-repeat 0 0;
    background-size: 400px 400px
}

.icon-box .icon-list li {
    margin-right: 1%;
    display: inline-block;
    vertical-align: middle;
}

.icon-box .icon-list .icon.type02 {
    background-position: -39px -114px
}

.icon-box .icon-list .icon.type03 {
    background-position: -39px -152px
}

.icon-box .icon-list .icon.type04 {
    background-position: -0px -38px
}

.icon-box .icon-list .icon.type05 {
    background-position: -0px -76px
}

.icon-box .icon-list .icon.type06 {
    background-position: -0px -114px
}

.icon-box .icon-list .icon.type07 {
    background-position: -0px -152px
}

.icon-box .icon-list .icon.type08 {
    background-position: -39px -0
}

.icon-box .icon-list .icon.type09 {
    background-position: -39px -38px
}

.icon-box .icon-list .icon.type10 {
    background-position: -39px -76px
}

.icon-box .icon-list .is-ico {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background-image: url(../images/common/ico_sp01.png);
    background-repeat: no-repeat;
    background-size: 400px 400px;
    font-size: 0;
    text-indent: -9999em;
    vertical-align: middle;
}

    .icon-box .icon-list .is-ico.ico-home {
        margin: 5px 3px 5px 0;
        width: 28px;
        height: 28px;
        background-position: -83px -237px;
        border: 1px solid #ccc;
    }

    .icon-box .icon-list .is-ico.ico-pin {
        width: 6px;
        height: 11px;
        margin-right: 3px;
        background-position: -53px -242px;
    }

    .icon-box .icon-list .is-ico.reply-tit {
        margin-top: 8px;
        width: 12px;
        height: 13px;
        background-position: 0 -259px;
    }

    .icon-box .icon-list .is-ico.ico-reading {
        margin: 5px 3px;
        width: 11px;
        height: 8px;
        margin-right: 3px;
        background-position: -61px -242px;
    }

    .icon-box .icon-list .is-ico.ico-red-arrow {
        margin: 0px 3px 2px 0;
        width: 9px;
        height: 11px;
        background-position: -119px -244px;
    }

    .icon-box .icon-list .is-ico.ico-grown-arrow {
        margin: 0px 3px 2px 0;
        width: 9px;
        height: 11px;
        background-position: -143px -244px;
    }

.icon-box .icon-list .btn-ico {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px 3px;
    border-radius: 3px
}

.icon-box {
    position: relative;
}

    .icon-box .btn-area.list {
        position: absolute;
        top: 0;
        right: 0;
        width: 132px;
        text-align: right
    }

    .icon-box .btn-area .btn {
        width: 100px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

    .icon-box .btn-area .list-btn {
        display: inline-block;
        width: 28px;
        height: 28px;
        border: 1px solid #ccc;
        vertical-align: middle;
        font-size: 0;
        border-radius: 3px;
        background: url(../images/news/icon_list.png) no-repeat 0 0;
        background-size: 27px 27px
    }

.icon.check {
    width: 11px;
    height: 8px;
    background-position: -70px -132px;
}


/* 기사 좋아요 */
.like-area {
    border-top: 1px solid #ebe9ea;
    /*border-bottom: 1px solid #ebe9ea;*/
    display: table;
    width: 100%;
    /*padding: 12px 0 12px;*/
    margin-top: 14px;
    /*margin-bottom: 20px;*/
    /*padding-bottom:5px;*/
    padding: 15px 15px 5px 0;
    table-layout: fixed;
}

    .like-area a:after {
        display: block;
        content: "";
        clear: both;
    }

    .like-area a {
        display: block;
    }

    .like-area div {
        display: table-cell;
        text-align: center;
    }

        .like-area div .icon {
            width: 26px;
            height: 25px;
            display: inline-block;
            background: url(../images/news/ico_sns.png) no-repeat -106px 0;
            background-size: 400px 400px;
            vertical-align: middle;
        }

            .like-area div .icon.type02 {
                background-position: -106px -34px
            }

            .like-area div .icon.type03 {
                background-position: -106px -69px
            }

            .like-area div .icon.on {
                background-position: -136px 0
            }

            .like-area div .icon.type02.on {
                background-position: -136px -34px
            }

            .like-area div .icon.type03.on {
                background-position: -136px -69px
            }

        .like-area div .text {
            display: block;
            text-align: center;
            vertical-align: middle;
            /*margin-left: 5px;*/
        }

            .like-area div .text .like {
                color: #666;
                font-size: 13px;
            }

            .like-area div .text .num {
                color: #4f5eaf;
                font-size: 13px;
                font-weight: 500
            }

/* 네이버 메인 링크 */
.naver-main-area {
    width: 100%;
    margin: 0 0 10px;
}

    .naver-main-area a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .naver-main-area a img {
            display: block;
            width: 100%;
        }

/* 하단 리스트  */

.news-list-area ul {
    /*border-top: 1px solid #ebe9ea;*/
}

.news-list-area li:first-child {
    margin-top: 0px
}

.news-list-area li:last-child {
    margin-bottom: 10px
}

.news-list-area li a {
    display: block;
    white-space: nowrap;
    font-size: 17px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list-area li .block-icon {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: url(../images/news/ico_sns.png) no-repeat -0 -224px;
    background-size: 400px 400px;
    margin-right: 5px;
}


/* 당신이 좋아할 만한 기사 포토뷰*/
.photo-view {
    background: #fff;
    padding: 15px;
}

    .photo-view li:nth-child(3n+1) {
        margin-left: 0
    }

    .photo-view li a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
        background-size: 100% 100%;
        background-image: url('../images/common/bg_gradient.png');
        background-position: 0 0;
        background-repeat: repeat-x;
        z-index: 1
    }

    .photo-view li a {
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 133.695652173913%;
        width: 100%
    }

        .photo-view li a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
        }

    .photo-view li {
        display: inline-block;
        width: calc(100%/3 - 4px);
        margin-left: 2px;
        margin-bottom: 5px;
        font-size: 0;
    }

        .photo-view li .text {
            display: block;
            overflow: hidden;
            max-height: 40px;
            line-height: 22px;
            ;
            color: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 10px;
            z-index: 2
        }

        .photo-view li img {
            width: 100%;
            height: 100%;
        }


.news-copyright {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}


/* 당신에게 맞는 추천 뉴스 */
.box-photoView-img-slider {
    position: relative;
    padding: 15px 15px 5px;
    border-top: 1px solid #ebe9ea;
    border-bottom: 1px solid #ebe9ea;
}

    .box-photoView-img-slider h3 {
        font-size: 18px;
        color: #fff
    }

    .box-photoView-img-slider .img-cont {
        float: left;
        width: calc(33.333333333% - 3px);
    }

        .box-photoView-img-slider .img-cont + .img-cont {
            margin-left: 4.5px
        }

        .box-photoView-img-slider .img-cont .img-area {
            position: relative;
            overflow: hidden;
            padding-top: 65.3265306122449%;
        }

            .box-photoView-img-slider .img-cont .img-area:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0.6;
                background-size: 100% 100%;
                background-image: url('../images/common/bg_gradient.png');
                background-position: 0 0;
                background-repeat: repeat-x;
                z-index: 1
            }

            .box-photoView-img-slider .img-cont .img-area img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                height: 100%;
            }

    .box-photoView-img-slider .swiper-container {
        padding-bottom: 30px;
    }

    .box-photoView-img-slider .swiper-slide { /* width:28.75%!important; */
    }

    .box-photoView-img-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .box-photoView-img-slider .swiper-pagination-custom,
    .box-photoView-img-slider .swiper-pagination-fraction {
        bottom: 6px
    }

    .box-photoView-img-slider .swiper-button-next,
    .box-photoView-img-slider .swiper-button-prev {
        top: auto;
        bottom: 0;
        width: 15px;
        height: 30px;
        background-size: 30px auto;
        background-image: url('../images/photo/btn_photo_prevNext01.png');
        background-repeat: no-repeat;
    }

    .box-photoView-img-slider .swiper-button-prev, .box-photoView-img-slider .swiper-container-rtl .swiper-button-next {
        left: 50%;
        margin-left: -50px;
        background-position: left center
    }

    .box-photoView-img-slider .swiper-button-next, .box-photoView-img-slider .swiper-container-rtl .swiper-button-prev {
        right: 50%;
        margin-right: -50px;
        background-position: right center
    }

    .box-photoView-img-slider.type01 {
        background: #fff
    }

        .box-photoView-img-slider.type01 .img-cont {
            width: 100%
        }

            .box-photoView-img-slider.type01 .img-cont .img-area {
                padding-top: 22.1875%;
            }

    .box-photoView-img-slider.type02 {
        padding: 15px;
        background: #454545
    }

        .box-photoView-img-slider.type02 .swiper-pagination-bullet-active {
            background: #fff
        }

    .box-photoView-img-slider.type03 {
        width: calc(100% + 30px);
        margin: 0 0 20px -15px;
    }

    .box-photoView-img-slider.type04 .img-cont .img-area {
        padding-top: 133.1521739130435%;
    }

/* 뉴스 > 기사 정보 입력, TV > 프로그램 구매하기 */
.wrap.full header.header {
    height: 48px;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #d8dbe6;
}

    .wrap.full header.header h1 {
        font-size: 20px;
        line-height: 52px;
    }

.wrap.full .top-arrow {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/common/top_arrow.png) no-repeat 0 0;
    background-size: 48px 48px;
    position: absolute
}

.wrap.full .text {
    font-size: 12px;
    margin-bottom: 15px;
}

.wrap.full .list-dotted ul li {
    min-height: initial;
    line-height: 24px
}

    .wrap.full .list-dotted ul li + li {
        margin-top: 5px;
        letter-spacing: -0.045em;
    }

.wrap.full .box-grey {
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
}

    .wrap.full .box-grey strong.tit {
        display: block;
        margin-bottom: 10px;
        font-size: 16px
    }

.wrap.full p.txt {
    color: #333;
    line-height: 24px
}

.wrap.full p.txt-notice {
    color: #333;
}

    .wrap.full p.txt-notice + p.txt-notice {
        margin-top: 0;
    }

/* 하단 고정 SNS 홍보 팝업 배너 */
.wrap {
    position: relative;
}

    .wrap .pop-sns-channel { /*20180123 퍼블리싱 수정 sns-channel display none 처리*/
        display: none; /*//*/
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
    }

        .wrap .pop-sns-channel .cont-area {
            position: relative;
            padding: 20px 0;
            text-align: center;
            background: url(../images/common/bg_pop_sns_channel.jpg) 0 0 no-repeat;
            background-size: cover;
        }

            .wrap .pop-sns-channel .cont-area a.btn-sns-close {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 20px;
                height: 20px;
                text-indent: -99999px;
                font-size: 0;
                background: #0e1b54 url(../images/common/bg_pop_sns_channel_close.png) 50% 50% no-repeat;
                background-size: 10px auto;
            }

            .wrap .pop-sns-channel .cont-area strong.tit {
                display: block;
                line-height: 25px;
                font-weight: 400;
                font-size: 16px;
                color: #fff;
            }

                .wrap .pop-sns-channel .cont-area strong.tit span.go {
                    display: inline-block;
                    margin: -3px 0 0 5px;
                    vertical-align: middle;
                    padding-right: 12px;
                    font-size: 18px;
                    color: #fdd503;
                    background: url(../images/common/bg_pop_sns_channel_arr.png) right 50% no-repeat;
                    background-size: 6px auto;
                }

            .wrap .pop-sns-channel .cont-area span.sub-tit {
                display: block;
                margin-bottom: 12px;
                line-height: 16px;
                font-weight: 300;
                font-size: 12px;
                color: #fff;
            }

            .wrap .pop-sns-channel .cont-area .btn-sns-channel-area {
                text-align: center;
                font-size: 0;
            }

                .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel {
                    display: inline-block;
                    width: 34px;
                    height: 34px;
                    text-indent: -99999px;
                    font-size: 0;
                }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel + a.btn-sns-channel {
                        margin-left: 10px;
                    }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel.facebook {
                        background: url(../images/common/ico_sns_channel_facebook.png) 50% 50% no-repeat;
                        background-size: 34px auto;
                    }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel.twitter {
                        background: url(../images/common/ico_sns_channel_twitter.png) 50% 50% no-repeat;
                        background-size: 34px auto;
                    }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel.kakao {
                        background: url(../images/common/ico_sns_channel_kakao.png) 50% 50% no-repeat;
                        background-size: 34px auto;
                    }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel.naver {
                        background: url(../images/common/ico_sns_channel_naver.png) 50% 50% no-repeat;
                        background-size: 34px auto;
                    }

                    .wrap .pop-sns-channel .cont-area .btn-sns-channel-area a.btn-sns-channel.youtube {
                        background: url(../images/common/ico_sns_channel_youtube.png) 50% 50% no-repeat;
                        background-size: 34px auto;
                    }

        .wrap .pop-sns-channel .today-check-area {
            height: 35px;
            line-height: 35px;
            padding-right: 10px;
            text-align: right;
            background: #0e1b54;
        }

            .wrap .pop-sns-channel .today-check-area input[type="checkbox"] + label {
                font-weight: 300;
                font-size: 12px;
                color: #fff;
            }

            .wrap .pop-sns-channel .today-check-area input[type="checkbox"]:checked + label span {
                background: url(../images/common/bg_check_sns_on.png) 0 0 no-repeat;
                background-size: 17px auto;
            }

    .wrap .cont-bann-area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        z-index: 30
    }

        .wrap .cont-bann-area > div {
            position: relative;
        }

            .wrap .cont-bann-area > div a.btn-sns-close {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 20px;
                height: 20px;
                text-indent: -99999px;
                font-size: 0;
                background: #0e1b54 url(../images/common/bg_pop_sns_channel_close.png) 50% 50% no-repeat;
                background-size: 10px auto;
            }

            .wrap .cont-bann-area > div .bann-area {
                width: 320px;
                margin: 0 auto;
                text-align: center;
            }

.box01-slider .swiper-slide {
    width: auto
}

.box-guide-sell {
    width: calc(100% + 30px);
    margin: 0 0 15px -15px;
    padding: 15px 0 20px;
    background: #eef1f6;
    text-align: center;
}

    .box-guide-sell strong.tit {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        color: #4f5eaf;
        font-weight: 500
    }

    .box-guide-sell .list-sell {
        display: inline-block;
        position: relative;
        padding: 0 20px;
        text-align: left;
    }

        .box-guide-sell .list-sell:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 10px;
            height: 48px;
            margin-top: -24px;
            background: url(../images/common/bg_pop_list_sell_left.png) 0 0 no-repeat;
            background-size: 10px auto;
        }

        .box-guide-sell .list-sell:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            width: 10px;
            height: 48px;
            margin-top: -24px;
            background: url(../images/common/bg_pop_list_sell_right.png) 0 0 no-repeat;
            background-size: 10px auto;
        }

        .box-guide-sell .list-sell ul li {
            padding: 0;
            line-height: 16px;
            color: #4f5eaf;
        }

            .box-guide-sell .list-sell ul li + li {
                margin-top: 5px;
            }

            .box-guide-sell .list-sell ul li span.num {
                color: #4f5eaf;
            }

.box-type-attent01 {
    float: left;
    padding: 10px 15px; /* width:132px; */
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    background: #eef1f6;
}

    .box-type-attent01 + .box-type-attent01 {
        margin-left: 10px;
    }

    .box-type-attent01 strong {
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .box-type-attent01 .stock-box {
        float: none;
    }

    .box-type-attent01 .btn-area {
        padding: 4px 0 0;
    }

    .box-type-attent01 .stock-box li {
        padding-left: 0
    }

        .box-type-attent01 .stock-box li.first span {
            font-size: 18px;
            font-weight: 500;
            font-family: 'roboto', sans-serif;
        }

        .box-type-attent01 .stock-box li:last-child:before {
            background: none;
        }

    .box-type-attent01.type01 .stock-box li:before {
        margin: 0
    }

    .box-type-attent01.type01 .ft-14 {
        font-size: 18px !important;
        font-weight: 500;
        letter-spacing: -0.05em
    }

    .box-type-attent01.type01 .stock {
        margin-top: 5px;
        font-size: 13px;
        letter-spacing: -0.05em
    }

    .box-type-attent01 .close-btn {
        color: #666;
        font-size: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 30px;
        height: 25px;
        background: url(../images/common/top_menu_on02.png) center no-repeat;
        background-size: 25px 25px;
    }


.section-title-area {
    background: #fff;
}

    .section-title-area h2 {
        height: 55px;
        padding-top: 18px;
        font-weight: 500;
    }


/* 해외 증시 지수 박스 , search */
.stock-index {
    margin-bottom: 20px;
    background: #fff;
}

    .stock-index:after {
        display: block;
        content: "";
        clear: both;
    }

    .stock-index .box:after {
        display: block;
        content: "";
        clear: both;
    }

.stock-index {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 25px;
}

    .stock-index .stock-area {
        float: left;
        padding-left: 20px;
    }

    .stock-index .stock-box {
        float: left;
        margin-top: 28px;
        margin-left: 20px;
    }

        .stock-index .stock-box .data-up,
        .stock-index .stock-box .data-down {
            font-size: 14px
        }

    .stock-index .stock-area.type01 {
        float: none;
        display: inline-block;
    }

    .stock-index .stock-box.type01 {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }

    .stock-index .box.w-chan {
        display: inline-block;
        width: calc(100% - 150px)
    }

    .stock-index .btn-area.f-chan {
        float: right;
        display: inline-block;
        margin: 18px 15px 0 0
    }

        .stock-index .btn-area.f-chan .btn:before {
            content: "+";
            display: inline-block;
            margin-right: 5px
        }

.stock-area dt {
    font-size: 14px;
    color: #333;
}

.stock-area dd {
    font-size: 23px;
    font-weight: 500;
}

.stock-area.type01 span {
    display: inline-block;
    padding-top: 26px;
    line-height: 22px;
    font-size: 23px;
    font-weight: 500;
}

.stock-box li:first-child:before {
    display: none;
}

.stock-box li:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 10px;
    background: #e4e4e4;
    margin: 0 10px 0
}

.stock-box li {
    display: inline-block;
}

    .stock-box li .stock {
        display: inline-block;
    }

.stock-index .box-cont {
    min-height: 43px;
    border-bottom: 1px solid #999;
}

    .stock-index .box-cont .obj {
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        padding-left: 15px;
        width: 110px;
        font-size: 14px;
        line-height: 43px;
        box-sizing: border-box;
    }

    .stock-index .box-cont .cont {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 113px);
        line-height: 43px;
        text-align: right;
        white-space: nowrap;
    }

        .stock-index .box-cont .cont p.score-type {
            display: inline-block;
            vertical-align: middle;
            padding-right: 15px;
        }

            .stock-index .box-cont .cont p.score-type .num,
            .stock-index .box-cont .cont p.score-type .txt {
                font-size: 14px;
                font-weight: 500;
            }

            .stock-index .box-cont .cont p.score-type + p.score-type:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                margin-right: 14px;
                width: 1px;
                height: 10px;
                background: #e4e4e4
            }

.stock-index .box-cont01 {
    padding: 0 15px;
    min-height: 34px;
    border-bottom: 1px solid #ebeaea;
    box-sizing: border-box;
}

    .stock-index .box-cont01 .tit {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        line-height: 34px;
    }

    .stock-index .box-cont01 .obj {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 53px);
        padding: 9px 15px 8px;
        box-sizing: border-box;
    }

        .stock-index .box-cont01 .obj:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 4px;
            margin-top: 12px;
            width: 1px;
            height: 12px;
            background: #eceaeb;
        }

.stock-index .box-cont.type01 {
    margin: 10px 15px;
    color: #fff;
    background: #d52525;
    border-bottom: none
}

    .stock-index .box-cont.type01 .cont .score-type,
    .stock-index .box-cont.type01 .cont .score-type span {
        color: #fff;
    }

.table-type1.type01.line-chan td:nth-child(3n) {
    border-left: 1px solid #ebeaea;
}







/* news-list  */
.reporter-select + .news-list-box.type02 {
    padding-top: 0 !important
}

.news-list-box.type02 {
    padding: 7px 0 0;
}

.news-list-box .banner-area { /*background:#ccc;*/
    text-align: center;
    margin-bottom: 5px
}

.news-list-box.type03 {
    padding-top: 0;
    border-top: 0;
}

.news-list-box {
    padding: 7px 0 7px; /* background:#f5f5f5;*/
}

.news-list-box:first-of-type{
    padding: 0px;
}

    .news-list-box .news-like-area {
        position: relative;
        padding-bottom: 30px;
        overflow: hidden;
    }

.news-list {
    background: #fff;
}

    .news-list > li:after {
        display: block;
        content: "";
        clear: both;
    }

    .news-list.type02 > li:first-child {
        border-top: 0
    }

    .news-list > li:first-child {
        border-top: 1px solid #ebe9ea;
    }

    .news-list > li {
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #ebe9ea;
    }

        .news-list > li .photo {
            padding-top: 18.2%;
            width: 22.75%;
            float: left;
            background: #4f5eaf;
            overflow: hidden;
            position: relative;
            background: none;
        }

            .news-list > li .photo.life-culture {
                padding-top: 22.75%;
                width: 22.75%;
            }

            .news-list > li .photo img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                height: 100%;
            }

            .news-list > li .photo + .text-box {
                float: left;
                margin-left: 15px;
                width: calc(100% - 22.75% - 15px)
            }

            .news-list > li .photo.life-culture + .text-box {
                margin-left: 15px;
                width: calc(100% - 22.75% - 15px)
            }

        .news-list > li .text-box {
            width: 100%
        }

            .news-list > li .text-box .text {
                font-size: 18px;
                display:-webkit-box;
                -webkit-line-clamp:2;
                overflow:hidden;
                -webkit-box-orient:vertical;
            }

            .news-list > li .text-box .path.type01 {
                width: calc(100% - 95px)
            }

            .news-list > li .text-box .path li:first-child:before {
                margin-right: 0;
                display: none
            }

            .news-list > li .text-box .path li:before {
                content: "";
                display: inline-block;
                width: 1px;
                height: 9px;
                background: #ccc;
                margin-right: 5px;
            }

            .news-list > li .text-box .path li {
                font-size: 13px;
                color: #999;
                display: inline-block;
                padding-right: 5px;
            }

        .news-list > li .face-icon {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }

            .news-list > li .face-icon span {
                font-size: 11px;
                color: #4f5eaf;
            }

                .news-list > li .face-icon span span.icon {
                    display: inline-block;
                    margin-top: -2px;
                    width: 11px;
                    height: 11px;
                    background: url(../images/common/face-icon01.png) no-repeat 0 0;
                    background-size: 11px 11px;
                }

                .news-list > li .face-icon span:nth-child(2) span.icon {
                    background: url(../images/common/face-icon02.png) no-repeat 0 0;
                    background-size: 11px 11px;
                }

                .news-list > li .face-icon span:nth-child(3) span.icon {
                    background: url(../images/common/face-icon03.png) no-repeat 0 0;
                    background-size: 11px 11px;
                }

        .news-list > li.article-photo {
            padding: 0;
        }

        .news-list > li.news-list-box {
            padding: 0;
        }

        .news-list > li.recommend-article {
            padding: 0;
        }

            .news-list > li.recommend-article ul {
                margin: 0 15px
            }

/* 많이본 기사 */
.article-photo h3 {
    padding-left: 15px;
}

.article-photo .no-data {
    text-align: center;
    padding: 30px 0 0;
    min-height: 75px;
    border-top: 1px solid #ebe9ea;
    background: #f3f3f3;
    box-sizing: border-box;
}

.article-photo .photo-area {
    position: relative;
    font-size: 0
}

    .article-photo .photo-area .link:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
        background-size: 100% 100%;
        background-image: url('../images/common/bg_gradient.png');
        background-position: 0 0;
        background-repeat: repeat-x;
        z-index: 1
    }

    .article-photo .photo-area .link {
        display: block;
        position: relative;
        padding-top: 53.4375%;
        width: 100%;
        height: 100%;
    }

    .article-photo .photo-area img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        height: 100%;
    }

    .article-photo .photo-area .text-box {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 2
    }

    .article-photo .photo-area .text {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin-top: 10px;
    }

.article-photo:after {
    display: block;
    content: "";
    clear: both;
}

.article-photo .thumbnail {
    float: left;
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
}

    .article-photo .thumbnail:nth-child(even) {
        float: right;
    }

    .article-photo .thumbnail .photo {
        position: relative;
        overflow: hidden;
        padding-top: 56.668028169%;
        float: none;
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 0;
    }

        .article-photo .thumbnail .photo .text-icon {
            position: absolute;
            left: 0;
            top: 0
        }

        .article-photo .thumbnail .photo img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            height: 100%;
        }

    .article-photo .thumbnail .txt-area {
        overflow: hidden;
        height: 62px;
        border: 1px solid #d2d4d7;
        padding: 7px 10px;
        background: #fff;
        box-sizing: border-box;
    }

    .article-photo .thumbnail .text {
        max-height: 40px;
        line-height: 22px;
        overflow: hidden;
    }

.section-area .list-dotted.type02 li {
    margin: 0
}

    .section-area .list-dotted.type02 li a {
        display: block;
        line-height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }



/* 그레이 박스 리스트 */
.list-gray {
    background: #f7f7f7;
    padding: 0 15px 0;
}

    .list-gray .title-area {
        position: relative
    }

        .list-gray .title-area .data {
            position: absolute;
            top: 15px;
            right: 0;
            font-size: 13px;
            color: #999;
            font-family: 'roboto', sans-serif;
        }

    .list-gray > ul > li {
        /*border-top: 1px solid #dfdfdf;*/
        position: relative;
        padding: 1px 0px 15px 0;
    }

    #newsContentsTop ul > li {
        /*border-top: 1px solid #dfdfdf;*/
        position: relative;
        padding: 1px 0px 15px 0;
    }

    #newsContentsTop button.slick-arrow {position:absolute; top:8%; right:3%; background-color:#f2f2f2; padding:3px 6px; font-size:12px; border:1px solid #ebe9ea; font-weight:bold; color:#8c92a0; z-index:3;}
    #newsContentsTop button.slick-arrow.prev {right:9%;}

    .list-gray .stock-box {
        margin-top: 3px
    }

        .list-gray .stock-box dt {
            display: inline-block
        }

            .list-gray .stock-box dt + dd:before {
                display: none;
            }

        .list-gray .stock-box dd:before {
            display: inline-block;
            content: "";
            width: 1px;
            height: 7px;
            background: #e4e4e4;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -4px;
        }

        .list-gray .stock-box dd {
            display: inline-block;
            position: relative;
            padding-left: 5px;
            margin-right: 5px;
        }


/* 추천기사 */
.recommend-article h3 {
    padding-left: 15px;
    border-bottom: 1px solid #ebe9ea;
}

.recommend-article ul {
    margin: 15px;
}

    .recommend-article ul li {
        font-size: 12px;
    }

        .recommend-article ul li a {
            display: block;
            padding: 12px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .recommend-article ul li .num {
            font-style: italic;
            font-weight: 500;
            display: inline-block;
            width: 20px;
            text-align: center;
            color: #ff6666;
        }

            .recommend-article ul li .num.blue {
                color: #4f5eaf;
            }

        .recommend-article ul li:first-child {
            border-top: 0;
        }

    .recommend-article ul li {
        border-top: 1px solid #ebe9ea;
    }

/* 쿠폰 양식 */
.coupon-type1 {
    position: relative;
    background-size: 63px;
    background-image: url(../images/member/bg_coupon1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

    .coupon-type1 .title-coupon {
        position: absolute;
        left: 0;
        top: 0;
        width: 32.5px;
        height: 123px;
    }

        .coupon-type1 .title-coupon img {
            width: 100%;
        }

    .coupon-type1 .inner {
        margin: 0;
        padding: 20px 25px 12px 50px;
        min-height: 106px;
        border: 1px solid #ebe9ea;
    }

    .coupon-type1 .benefit-title {
        margin: 0 0 5px 0;
        color: #000;
        font-weight: 400;
    }

    .coupon-type1 .benefit-content {
        margin: 0 0 10px 0;
        font-size: 19px;
        color: #4f5eaf;
        font-weight: 400;
        line-height: 100%;
    }

    .coupon-type1 .box-option {
        padding: 5px 0;
        border-top: 1px solid #ebe9ea;
    }

        .coupon-type1 .box-option dl {
            position: relative;
            margin: 1px 0;
        }

        .coupon-type1 .box-option dt {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 9px;
            color: #666;
            font-weight: 500;
        }

        .coupon-type1 .box-option dd {
            margin: 0 0 0 0;
            padding: 0 0 0 60px;
            font-size: 9px;
            color: #999;
            font-weight: 400;
            background: url(../images/member/img_divisionbar1.png) no-repeat 50px 3px;
        }

















/* popup */


#popLayer {
    width: 320px;
    background: #fff;
    z-index: 9999
}

.pop-wrap {
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
}

/* .popup-area {width:320px; position:relative; background:#fff;} */
.popup-area .title-area {
    height: 35px;
    background: #4f5eaf url(../images/common/popup_title_bg.png) 0 0 no-repeat;
    background-size: 290px 35px;
    padding: 0 15px;
}

    .popup-area .title-area .title {
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        font-weight: 500
    }

.popup-area .pop-btn {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/common/ico_sp01.png) -103px 0 no-repeat;
    background-size: 400px 400px;
    position: absolute;
    right: 15px;
    top: 10px;
}

    .popup-area .pop-btn a {
        display: block;
        font-size: 0;
        text-indent: -9999%;
    }

.popup-area .content-area {
    text-align: center;
    padding: 0 15px 0;
    box-sizing: border-box
}

    .popup-area .content-area .section:first-child {
        border-top: 0
    }

    .popup-area .content-area .section {
        border-top: 1px solid #ebe9ea;
        padding: 25px 0 25px
    }

    .popup-area .content-area .box-section {
        text-align: left;
        border-top: 1px solid #ebe9ea;
        padding: 15px 0 15px
    }

    .popup-area .content-area .txt-heightlight {
        display: inline-block;
        font-weight: 500;
        border-bottom: 1px solid #333
    }

    .popup-area .content-area .p-list-type {
        line-height: 18px
    }

        .popup-area .content-area .p-list-type li {
            padding: 4px 0;
        }

    .popup-area .content-area .list-dotted ul li + li {
        min-height: initial;
        margin-top: 5px;
    }

    .popup-area .content-area .radio-area label ~ label {
        margin-left: 30px;
    }

    .popup-area .content-area .list-share-sns ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .popup-area .content-area .list-share-sns ul li {
        float: left;
        display: inline-block;
        width: calc(100% / 3);
        margin-bottom: 15px;
        text-align: center;
    }
        .popup-area .content-area .list-share-sns ul li:nth-child(2) {
            display:none;
        }

        .popup-area .content-area .list-share-sns ul li a {
            display: block;
            width: 100%;
            height: 100%;
        }

            .popup-area .content-area .list-share-sns ul li a strong.tit {
                display: inline-block;
                margin-top: 5px;
                font-weight: 300;
            }

            .popup-area .content-area .list-share-sns ul li a span.icon {
                display: block;
                width: 41px;
                height: 41px;
                margin: 0 auto;
                border-radius: 100%;
                overflow: hidden;
            }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-facebook {
                    background-position: -62px -315px;
                }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-twitter {
                    background-position: -110px -315px;
                }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-kakaostory {
                    background-position: -156px -315px;
                }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-naverblog {
                    background-position: -202px -315px;
                }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-line {
                    background-position: -249px -315px;
                }

                .popup-area .content-area .list-share-sns ul li a span.icon.sns-kakaotalk {
                    background-position: -294px -315px;
                }

.popup-area .content-box .list-type1 li {
    border-bottom: 1px solid #ebe9ea;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 4px;
}

    .popup-area .content-box .list-type1 li strong {
        display: inline-block;
        width: 60px;
        margin-bottom: 5px;
        font-weight: 300
    }

    .popup-area .content-box .list-type1 li input[type="text"] {
        display: inline-block;
        margin-bottom: 5px
    }

    .popup-area .content-box .list-type1 li .inp-area {
        display: inline-block;
    }

    .popup-area .content-box .list-type1 li label.type2 {
        margin-left: 28px;
    }

    .popup-area .content-box .list-type1 li select {
        padding-right: 15px;
    }

    .popup-area .content-box .list-type1 li .btn {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e5e5e5;
        height: 34px;
        line-height: 35px;
        border-radius: 3px;
        padding: 0 5px 0;
        margin-bottom: 2px
    }

.popup-area .content-box .text-notice-type1 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666
}

.popup-area .content-box .box-clause {
    border: 1px solid #e5e5e5;
    padding: 5px;
    min-height: 80px;
}

.popup-area .btn-area > .btn {
    margin-top: 5px;
    line-height: 40px;
}



.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    margin: -320px 0 0 -160px;
    height: auto;
    background-color: #fff;
    z-index: 10;
}

.popup-area {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

    .popup-area .dimBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        filter: opacity(50);
    }

    .popup-area .pop-layer {
        display: block;
    }

/* 파킹 페이지 */
.parking-area {
    position: relative;
    height: 100%;
}

    .parking-area .not-pound {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 320px;
        margin-left: -160px;
        margin-top: -210px;
    }

        .parking-area .not-pound .top-box:after {
            display: block;
            content: "";
            clear: both;
        }

        .parking-area .not-pound .top-box {
            margin-bottom: 10px;
        }

            .parking-area .not-pound .top-box .logo {
                float: left;
                width: 137px;
                height: 24px;
            }

                .parking-area .not-pound .top-box .logo img {
                    width: 100%;
                    height: 100%;
                }

            .parking-area .not-pound .top-box ul.menu {
                float: right;
                margin-top: 10px;
            }

                .parking-area .not-pound .top-box ul.menu li {
                    display: inline-block;
                    ;
                }

                    .parking-area .not-pound .top-box ul.menu li:before {
                        display: inline-block;
                        content: "";
                        width: 1px;
                        height: 10px;
                        background: #cccccc;
                        margin: 0 10px 0
                    }

                    .parking-area .not-pound .top-box ul.menu li:first-child:before {
                        display: none;
                    }

                    .parking-area .not-pound .top-box ul.menu li a {
                        color: #666666
                    }

        .parking-area .not-pound .content-box {
            border: 1px solid #ebeaea;
            padding: 20px 15px 20px;
            margin-bottom: 10px;
        }

            .parking-area .not-pound .content-box .title {
                text-align: center;
                font-size: 14px;
                color: #4f5eaf;
                margin-bottom: 20px
            }

            .parking-area .not-pound .content-box .text {
                text-align: left;
                font-size: 11px;
                color: #555555;
                margin-bottom: 10px;
            }

                .parking-area .not-pound .content-box .text a {
                    color: #4f5eaf;
                    text-decoration: underline;
                }

                .parking-area .not-pound .content-box .text .color {
                    color: #4f5eaf;
                }

            .parking-area .not-pound .content-box .btn-area {
                margin-bottom: 10px;
            }

    .parking-area .search-area {
        padding-top: 15px;
        border-top: 1px solid #ebe9ea;
        border-bottom: 0;
        position: relative;
    }

        .parking-area .search-area .parking-btn {
            display: block;
            position: absolute;
            right: 1px;
            top: 16px;
            width: 30px;
            height: 30px;
            background: url(../images/common/parking_btn.png);
            background-size: 30px 30px;
        }

    .parking-area .not-pound .foot {
        text-align: center;
        font-size: 11px;
        color: #666666;
    }



    .parking-area .familysite {
        float: right;
    }

        .parking-area .familysite ul:after {
            display: block;
            content: "";
            clear: both;
        }

        .parking-area .familysite ul {
            font-size: 0;
        }

        .parking-area .familysite li {
            float: left;
            width: 50px;
        }

            .parking-area .familysite li a {
                display: inline-block;
                width: 100%;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
                background: #f04f4f;
                color: #fff; /* padding:0 0 10px 10px; */
                box-sizing: border-box;
                position: relative;
                text-align: center;
            }

            .parking-area .familysite li:nth-child(2) a {
                background: #4992cf;
            }

            .parking-area .familysite li:nth-child(3) a {
                background: #f79400;
            }

    .parking-area .box-information1 {
        background: #f7f7f7;
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 10px
    }

        .parking-area .box-information1 li:first-child {
            margin-top: 0
        }

        .parking-area .box-information1 li {
            text-indent: -38px;
            margin-left: 40px;
            margin-top: 5px;
        }

            .parking-area .box-information1 li:before {
                display: inline-block;
                content: "";
                clear: both;
                width: 2px;
                height: 2px;
                background: #333333;
                vertical-align: top;
                margin-top: 6px;
                margin-right: 5px;
            }




/* 푸터 팝업 */
.popup-area.footer-pop .pop-layer {
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.popup-area.footer-pop .title-area {
    background: none;
    background: #4f5eaf;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

    .popup-area.footer-pop .title-area .title {
        font-size: 15px;
        font-weight: 400
    }

.popup-area.footer-pop .pop-btn {
    top: 20px
}

.popup-area.footer-pop .content-area {
    padding: 25px 15px 25px;
    text-align: left;
}

.popup-area.footer-pop .group-area strong {
    display: block;
    border-bottom: 1px solid #000000;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.popup-area.footer-pop .group-area ul {
    font-size: 0
}

.popup-area.footer-pop .group-area li {
    display: inline-block;
    width: calc(100% / 2);
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .popup-area.footer-pop .group-area li:before {
        display: inline-block;
        content: "";
        width: 3px;
        height: 3px;
        background: #4f5eaf;
        vertical-align: middle;
        margin-right: 10px;
    }

    .popup-area.footer-pop .group-area li a {
        font-size: 14px;
        display: inline-block;
        color: #666666;
        vertical-align: middle;
    }











/* mywow */
.box-coup-view .box-state {
    float: left;
    overflow: hidden;
    width: 32px;
    height: 123px;
    text-indent: -99999em;
    background-position: 0 -25px;
    background-size: 300px auto;
    background-image: url('../images/mywow/icon.png');
    background-repeat: no-repeat;
}

.box-coup-view .box-line {
    margin-left: 32px;
    height: 123px;
    padding: 10px 15px;
    border-top: 1px solid #ebe9ea;
    border-bottom: 1px solid #ebe9ea;
    border-right: 1px solid #ebe9ea;
    box-sizing: border-box;
}

    .box-coup-view .box-line .box-copon-num {
        text-align: right;
        font-family: 'roboto', sans-serif;
    }

    .box-coup-view .box-line .coupon-name {
        display: block;
        margin-bottom: 8px;
        font-size: 19px;
        font-weight: 500;
        color: #4f5eaf;
        letter-spacing: -1px;
    }

        .box-coup-view .box-line .coupon-name:before {
            content: "";
            display: block;
            width: 53px;
            height: 10px;
            background-position: -37px -28px;
            background-size: 300px auto;
            background-image: url('../images/mywow/icon.png');
            background-repeat: no-repeat;
        }

    .box-coup-view .box-line .box-aside {
        padding-top: 5px;
        line-height: 10px;
        border-top: 1px solid #ebe9ea
    }

        .box-coup-view .box-line .box-aside li span {
            display: inline-block;
        }

        .box-coup-view .box-line .box-aside .tit {
            position: relative;
            width: 68px;
            color: #666;
            line-height: 18px;
            font-size: 13px
        }

            .box-coup-view .box-line .box-aside .tit:after {
                content: "";
                display: block;
                position: absolute;
                top: 6px;
                right: 5px;
                width: 1px;
                height: 10px;
                background: #ccc
            }

        .box-coup-view .box-line .box-aside .obj {
            color: #999;
            font-size: 13px
        }

.box-search-btn {
    overflow: hidden;
    margin: 10px 0
}

    .box-search-btn a {
        float: left;
        display: block;
        color: #000;
        padding: 0 9px;
        margin: 0 4px 4px 0;
        line-height: 29px;
        height: 29px;
        font-weight: 300;
        border: 1px solid #ccc;
        border-radius: 3px
    }

        .box-search-btn a.on {
            color: #fff;
            border: none;
            background: #4f5eaf;
        }

        .box-search-btn a:nth-child(8) {
            margin-right: 0;
        }

        .box-search-btn a:last-child {
            padding: 0 21px
        }

.txt-exp-p {
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
    color: #999;
    font-size: 14px
}

    .txt-exp-p:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        background-position: -48px -59px;
        background-size: 400px auto;
        background-image: url('../images/common/ico_sp01.png');
        background-repeat: no-repeat;
    }

.box-search-result-view {
    overflow: auto;
    height: 94px;
    border: 1px solid #ccc
}

    .box-search-result-view li {
        padding: 6px 10px;
        min-height: 31px;
        border-bottom: 1px solid #ebe9ea;
        box-sizing: border-box;
    }

        .box-search-result-view li.on {
            background: #f3f3f3
        }

        .box-search-result-view li span {
            display: inline-block;
        }

    .box-search-result-view.type01 {
        height: 94px;
    }

        .box-search-result-view.type01 li span {
            color: #4f5eaf
        }

.list-type-p {
    margin-top: 20px;
    padding-top: 10px;
    color: #666;
    border-top: 1px solid #ebe9ea
}

    .list-type-p li:before {
        content: "-";
        display: inline-block;
        padding-right: 5px;
    }

.box-type01-p {
    position: relative;
}

    .box-type01-p p {
        padding-right: 90px;
    }

        .box-type01-p p > span.num {
            display: block;
            color: #999;
            font-family: 'roboto', sans-serif;
        }

    .box-type01-p > span.txt {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 500;
        color: #4f5eaf
    }

.box-type02-p {
    padding: 15px;
    border: 1px solid #ebe9ea;
    box-sizing: border-box;
}

    .box-type02-p .btn-area .btn-list li {
        margin-bottom: 0
    }

    .box-type02-p .box-form-input > input[type="text"] {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        width: 205px;
    }

    .box-type02-p .box-form-input > .btn-area {
        display: inline-block;
        vertical-align: middle;
    }

        .box-type02-p .box-form-input > .btn-area a {
            height: 34px;
            line-height: 34px;
        }

.box-radio-input {
    position: relative;
    margin-bottom: 5px;
}

    .box-radio-input .radio-area {
        position: absolute;
        top: 0;
        left: 0;
    }

    .box-radio-input .input-area {
        padding-left: 25px;
    }

.btn-ico-area {
    margin: 10px;
    text-align: center;
}

    .btn-ico-area a {
        display: inline-block;
    }

.is-ico-com {
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    text-indent: -999999em;
    background-size: 400px auto;
    background-image: url('../images/common/ico_sp01.png');
    background-repeat: no-repeat;
}

    .is-ico-com.ico-top {
        width: 35px;
        height: 31px;
        background-position: -145px -111px;
    }

    .is-ico-com.ico-bottom {
        width: 35px;
        height: 31px;
        background-position: -101px -111px;
    }

.box-blue-class {
    position: relative;
    background: #eef1f6;
}

    .box-blue-class .mark-area {
        float: left;
        margin: 20px 16px 25px 20px;
        width: 55px;
        height: 55px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
    }

    .box-blue-class .class-member {
        position: relative;
        padding-top: 18px;
        padding-bottom: 21px;
    }

        .box-blue-class .class-member .mem-name {
            display: block;
            font-weight: 500;
            color: #000;
            margin-bottom: 3px
        }

            .box-blue-class .class-member .mem-name span {
                font-size: 15px;
                font-weight: 500;
            }

        .box-blue-class .class-member .txt {
            color: #666;
        }

            .box-blue-class .class-member .txt span {
                color: #666;
                font-weight: 500;
            }

    .box-blue-class .class-member {
        padding: 0
    }

        .box-blue-class .class-member a {
            display: block;
            padding: 23px 0
        }

            .box-blue-class .class-member a .is-ico-my.ico-view {
                position: absolute;
                top: 50%;
                right: 15px;
                margin-top: -10px;
            }

        .box-blue-class .class-member .txt {
            color: #4f5eaf;
        }

            .box-blue-class .class-member .txt .num {
                color: #4f5eaf;
                font-size: 19px;
                font-family: 'roboto', sans-serif;
            }

.is-ico-my {
    display: inline-block;
    vertical-align: middle;
    text-indent: -999999em;
    background-size: 300px auto;
    background-image: url('../images/mywow/icon.png');
    background-repeat: no-repeat;
}

    .is-ico-my.ico-mark01 {
        width: 20px;
        height: 23px;
        background-position: 0 0
    }

    .is-ico-my.ico-view {
        width: 21px;
        height: 21px;
        background-position: -85px -2px;
    }











.box-aside-quest {
    min-height: 87px;
    border-top: 1px solid #ebe9ea;
    border-bottom: 1px solid #ebe9ea;
    background: #fff
}

    .box-aside-quest:after {
        content: '';
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
    }

    .box-aside-quest a {
        position: relative;
        float: left;
        overflow: hidden;
        display: block;
        width: 33.333333333333%;
        text-align: center;
        padding: 18px 0;
    }

        .box-aside-quest a + a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -30px;
            width: 1px;
            height: 60px;
            background: #ebe9ea;
        }

        .box-aside-quest a strong {
            display: block;
            padding-bottom: 8px
        }

        .box-aside-quest a span {
            display: block;
        }

            .box-aside-quest a span.txt {
                font-weight: 500;
                color: #4f5eaf;
            }

            .box-aside-quest a span em {
                display: inline-block;
                vertical-align: middle;
                margin: 0 3px 1px;
                font-size: 15px;
                font-weight: 500;
                color: #4f5eaf;
                font-family: 'roboto', sans-serif;
            }

.box-sec-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 15px 0;
    background: #fff;
    border-bottom: 1px solid #ebe9ea
}

.bann-img-area:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.bann-img-area {
    padding: 14px 15px 10px;
}

    .bann-img-area a {
        position: relative;
        float: left;
        display: block;
        width: calc(33.333333333333% - 10px);
    }

        .bann-img-area a + a {
            margin-left: 15px;
        }

        .bann-img-area a img {
            width: 100%;
        }

        .bann-img-area a span {
            position: absolute;
            display: block;
        }

            .bann-img-area a span.text-icon {
                top: 0;
                left: 0;
            }

            .bann-img-area a span.txt {
                bottom: 10px;
                left: 10px;
                color: #fff;
                overflow: hidden;
                max-height: 34px;
            }

                .bann-img-area a span.txt:before {
                    content: "#";
                    display: inline-block;
                }

.box-blue-type01 {
    margin-bottom: 10px;
    padding: 15px 15px 15px 8px;
    background: #eef1f6;
    border-top: 1px solid #d6dae2;
    border-bottom: 1px solid #d6dae2
}

    .box-blue-type01 .txt-exp-mark {
        position: relative;
        padding-left: 25px
    }

        .box-blue-type01 .txt-exp-mark:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            background-position: -126px -4px;
            background-size: 300px auto;
            background-image: url('../images/mywow/icon.png');
            background-repeat: no-repeat
        }









/* 비트코인 */
.bitcoin-area:after {
    display: block;
    content: "";
    clear: both;
}

.bitcoin-area {
    position: relative;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .bitcoin-area .bitcoin-box {
        overflow: hidden;
        width: calc(100% - 40px);
        height: 42px;
        float: left;
        box-sizing: border-box
    }

        .bitcoin-area .bitcoin-box .box {
            position: relative;
        }

        .bitcoin-area .bitcoin-box:after {
            display: block;
            content: "";
            clear: both;
        }


        .bitcoin-area .bitcoin-box ul.bit-list {
            position: absolute;
            top: 0;
            left: 0px;
            width: 100%;
            overflow: hidden;
        }

            .bitcoin-area .bitcoin-box ul.bit-list li {
                overflow: hidden;
                height: 40px;
                width: 100%;
                line-height: 42px;
                box-sizing: border-box;
            }

                .bitcoin-area .bitcoin-box ul.bit-list li span {
                    margin-right: 5px;
                    font-family: 'roboto', sans-serif;
                    font-weight: 300;
                }

                .bitcoin-area .bitcoin-box ul.bit-list li.up {
                    color: #ff3333
                }

                    .bitcoin-area .bitcoin-box ul.bit-list li.up span:before {
                        display: inline-block;
                        content: "+";
                    }

                .bitcoin-area .bitcoin-box ul.bit-list li.down {
                    color: #3a72e5
                }

                .bitcoin-area .bitcoin-box ul.bit-list li:after {
                    display: block;
                    content: "";
                    clear: both;
                }

                .bitcoin-area .bitcoin-box ul.bit-list li strong.tit {
                    float: left;
                    color: #666 !important;
                    font-weight: 300;
                    margin-right: 10px;
                }

                .bitcoin-area .bitcoin-box ul.bit-list li p.text {
                    float: right;
                    padding-right: 5px;
                    box-sizing: border-box;
                    font-size: 13px;
                }

                    .bitcoin-area .bitcoin-box ul.bit-list li p.text span:first-child {
                        color: #666 !important;
                    }

                        .bitcoin-area .bitcoin-box ul.bit-list li p.text span:first-child:before {
                            display: none !important;
                        }

                .bitcoin-area .bitcoin-box ul.bit-list li.up p.text span {
                    color: #ff3333;
                    font-weight: 300;
                }

                .bitcoin-area .bitcoin-box ul.bit-list li.down p.text span {
                    color: #3a72e5;
                }



    .bitcoin-area .bitcoin-btn {
        float: right;
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/common/bit-btn01.png) no-repeat center;
        background-size: 21px 21px;
        font-size: 0;
        box-sizing: border-box;
    }


    .bitcoin-area .bitcoin-detail {
        display: none;
        ;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 50;
        width: 100%;
        box-sizing: border-box;
    }

        .bitcoin-area .bitcoin-detail.on {
            display: block;
        }

        .bitcoin-area .bitcoin-detail.dis_view {
            display: block !important;
            position: relative !important;
            padding: 0 15px 0 5px;
        }

            .bitcoin-area .bitcoin-detail.dis_view .bitcoin-list {
                padding-bottom: 35px
            }

            .bitcoin-area .bitcoin-detail.dis_view .btn-box {
                padding: 16px 0 13px
            }

    .bitcoin-area .btn-box {
        border-top: 1px solid #ebe9ea;
        padding: 15px 20px 15px;
        box-sizing: border-box
    }

        .bitcoin-area .btn-box:after {
            display: block;
            content: "";
            clear: both;
        }

        .bitcoin-area .btn-box span {
            float: right;
            font-size: 14px;
            color: #999
        }

    .bitcoin-area .close-btn {
        float: right;
        color: #000;
        background: url(../images/common/bit-btn02.png) no-repeat center;
        background-size: 21px 21px;
        box-sizing: border-box;
        display: block;
        width: 40px;
        height: 40px;
    }

    .bitcoin-area .title:after {
        display: block;
        content: "";
        clear: both;
    }

    .bitcoin-area .title {
        padding-left: 10px;
        padding-left: 10px;
        height: 42px;
        line-height: 42px;
        box-sizing: border-box;
        border-bottom: 1px solid #d8d8d8;
    }

        .bitcoin-area .title strong {
            display: block;
            float: left;
            font-weight: 300;
        }

        .bitcoin-area .title a {
            display: block;
            margin-top: 2px;
            float: right;
            color: #666666;
            font-size: 13px;
            letter-spacing: -1px; /*background: url(../images/common/bitcoin_btn03.png) no-repeat right center;*/
            padding-right: 10px;
        }


    /* 비트코인 리스트 */
    .bitcoin-area .bitcoin-list {
        padding: 0;
        box-sizing: border-box
    }

        .bitcoin-area .bitcoin-list ul li:after {
            display: block;
            content: "";
            clear: both;
            overflow: hidden;
            visibility: hidden;
        }

        .bitcoin-area .bitcoin-list ul li {
            border-bottom: 1px solid #ebe9ea;
        }

            .bitcoin-area .bitcoin-list ul li strong.tit {
                float: left;
                color: #333 !important;
                font-weight: 300;
                margin-right: 10px;
                vertical-align: middle;
            }

                .bitcoin-area .bitcoin-list ul li strong.tit .icon:before {
                    display: none !important;
                }

        .bitcoin-area .bitcoin-list .ui-slider {
            overflow: hidden;
        }


        .bitcoin-area .bitcoin-list ul li p.text {
            float: right;
            font-size: 13px;
        }

        .bitcoin-area .bitcoin-list ul li {
            overflow: hidden;
            height: 38px;
            width: 100%;
            line-height: 38px;
        }

            .bitcoin-area .bitcoin-list ul li span {
                margin-right: 5px;
                font-weight: 300;
                font-family: 'roboto', sans-serif;
            }

            .bitcoin-area .bitcoin-list ul li.up {
                color: #ff3333
            }

                .bitcoin-area .bitcoin-list ul li.up span:before {
                    display: inline-block;
                    content: "+";
                }

            .bitcoin-area .bitcoin-list ul li.down {
                color: #3a72e5
            }

        .bitcoin-area .bitcoin-list li.up p.text span {
            color: #ff3333;
        }

        .bitcoin-area .bitcoin-list li.down p.text span {
            color: #3a72e5;
        }

        .bitcoin-area .bitcoin-list ul li p.text span:first-child {
            color: #333 !important;
        }

            .bitcoin-area .bitcoin-list ul li p.text span:first-child:before {
                display: none !important;
            }

        .bitcoin-area .bitcoin-list .swiper-container {
            overflow: visible
        }

        .bitcoin-area .bitcoin-list .swiper-button-next,
        .bitcoin-area .bitcoin-list .swiper-button-prev {
            margin-top: -44px
        }

        .bitcoin-area .bitcoin-list .swiper-container-horizontal > .swiper-pagination-bullets,
        .bitcoin-area .bitcoin-list .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: -25px
        }



    .bitcoin-area .swiper-button-next,
    .bitcoin-area .swiper-button-prev {
        top: 273px;
        bottom: 0;
        width: 15px;
        height: 30px;
        background-size: 30px auto;
        background-image: url('../images/photo/btn_photo_prevNext01.png');
        background-repeat: no-repeat;
    }

    .bitcoin-area .swiper-button-prev, .box-photoView-img-slider .swiper-container-rtl .swiper-button-next {
        left: 50%;
        margin-left: -50px;
        background-position: left center
    }

    .bitcoin-area .swiper-button-next, .box-photoView-img-slider .swiper-container-rtl .swiper-button-prev {
        right: 50%;
        margin-right: -50px;
        background-position: right center
    }











.box-coup-view:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}






/* 2018-01-22 No Youngil 수정 */
.bitcoin-price {
    padding-left: 18px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    width: 100%;
}


p.title03 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    position:relative;
    
}

    p.title03 > span.wowtv {
        width: 5px;
        height: 18px;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        background-color: #4f5eaf;
        position: absolute;
        float: left;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    p.title03 span.title_color {
        color: #4f5eaf;
        font-weight:500;
        font-size:18px;
    }


body.main,
body.tv,
body.land,
body.finance,
body.news {max-width:660px; margin:0 auto;}

.box-footer-btn > div {float:left; width:100%; height:24px; display:inline-block; border:1px solid #d2d4d7; line-height:24px; font-size:11px; font-family:'Noto Sans CJK TC', Apple SD Gothic Neo, sans-serif; box-sizing:border-box; margin-bottom:5px;}
.box-footer-btn > div > a {border:none; width:33%; text-align:center;}
.box-footer-btn > div > label {float:left; width:calc(33% - 2px); text-align:center; position:relative;}
.box-footer-btn > div > label:after {content:""; position:absolute; right:0; top:0; bottom:2px; margin:auto; width:1px; height:11px; background:#d2d4d7;}


.wrap-tomorrowplus > img:nth-child(2) {display:none;}

.box-news-tags > span a span {color: #ed2023;}

.news-list-box.overAdBox {width:100vw; margin-left:calc(-50vw + 50%);}

.outerAd::before {content:' '; border-top:1px solid #ebe9ea; display:block; width:min(84vw, 330px); margin:0 auto; padding-bottom:25px;}

#divContent .top-img-content {width:100%;}

#aceplanet_05vz {z-index:99999 !important; margin-top:-6px;}