@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
/* 브라우저 스타일 초기화  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    outline: 0;
    border: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
}

/* HTML5 새 요소 초기화 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/* 본문 기본 설정, 리스트 블릿 제거, 인용 구문 제거 */
body {
    font: 12px/1.5 "나눔 고딕", "Nanum Gothic", 돋움, Dotum, Sans-Serief;
    }
    /* 영문 설정 */
    .lang-en, :lang(en) { font: 12px/1.5 "Helvetica Neue", Helvetica, Verdana, Arial, Sans-Serief; }

/* 목록 및 인용 */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

hr { display: none; }

:active, :focus { outline: 0; }

a img {
    border: 0;
    padding: 0;
}

body {
    background: url(//img.kobes.co.kr/app/bg_sub_pattern.png);
    color: #fff;
    -webkit-text-size-adjust: none;
}
a:link, a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
hr {
    height: 1px;
    border-top: solid 1px #272727;
    border-bottom: solid 1px #434343;
    margin: 5px 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #999;
}
/*
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}*/
.container {
    width: 100%;
}

#allSub .container {
	height:810px;
}

h1.title {
    margin: 50px auto 30px;
    text-align: center;
}

h2.title {
    border-bottom: solid 5px #f60026;
    /*padding: 30px 20px 10px 20px;*/
    padding: 0px 20px 5px 0px;
}

.page_summary {
    color: #9e9e9e;
    margin: 30px 20px 0 20px;
}
.summary {
    color: #9e9e9e;
}

#block {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 150px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#block #loading {
    width: 70px;
    height: 70px;
    padding: 10px;
    border: solid 1px #434343;
    margin: auto;
    background: #000;
    border-radius: 5px;
}

#wrap {
    /*border: solid 1px yellow;*/
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: absolute;
}

#main {
    background: url(//img.kobes.co.kr/app/bg_main_pattern.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#main .main_title {
    background: url(//img.kobes.co.kr/app/bg_main.png) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}
#main .container {
    background: url(//img.kobes.co.kr/app/bg_main_pattern.png);
    max-width: 100%;
    padding-bottom: 30px;
}

/* sub  */
.sub {
    background: #eee;
    border-bottom: solid 0px red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 500px;*/
    /*height: 100%;*/
    z-index: 3;
    color: #333;

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
}
.sub_page_open {
    z-index: 5;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sub .container {
    /*background: #eee;*/
    max-width: 100%;
    /*padding-bottom: 30px;
    border-bottom: solid 0px blue;*/
}
.sub h2 {
    font-size: 18px;
}
.big_row {
    border-bottom: solid 1px #bbb;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 110px;
}
#onoff .content {
    border-top: solid 1px #fff;
    padding: 15px;
}
#onoff .content li {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d4d4d4;
    color: #666;
    height: 60px;
    padding-top: 3px;
}

#onoff .content li label {
    margin-top: 15px;
}
#onoff .content li:first-child {
    border-top: 0;
}
#onoff .content li:last-child {
    border-bottom: 0;
}

#blog_login_onoff .content {
    border-top: solid 1px #fff;
    padding: 15px;
}
#blog_login_onoff .content li {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d4d4d4;
    color: #666;
    height: 60px;
    padding-top: 3px;
}

#blog_login_onoff .content li label {
    margin-top: 15px;
}
#blog_login_onoff .content li:first-child {
    border-top: 0;
}
#blog_login_onoff .content li:last-child {
    border-bottom: 0;
}

/* side menu  */
#side_menu {
    background: #232222;
    border-left: solid 2px #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    overflow: hidden;
    display: none;
	white-space: nowrap;
}
.side_menu_open {

    z-index: 2;
}
.sub_close {
/*
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
	*/
	z-index:1;
}
#side_menu h3 {
    background: #2c2c2c;
    font-size: 17px;
    line-height: 20px;
    height: 53px;
    padding: 10px;
    margin: 0;
}
#side_menu h3 label {
    margin-top: 5px;
}
#side_menu a {
    color: #fff;
    text-decoration: none;
}
#side_menu dl {
    margin-top: 0;
    font-size: 12px;
}
#side_menu dt {
    background: #595959 ;
    border-top: solid 1px #838383;
    border-bottom: solid 1px #3d3d3d;
    color: #dddddd;
    padding: 10px;
    height: 40px;
}

#side_menu dd {
    background: #232222 url(../images/bg_main_pattern.png);
    border-top: solid 1px #4f4f4f;
    border-bottom: solid 1px #141414;
    padding: 10px;
    height: 40px;
	white-space: nowrap;
}

#side_menu dd a {
    padding: 8px 200px 10px 0;
	white-space: nowrap;
}
#side_menu dd img { margin-right: 5px;}

#side_menu dd.active {
    background: #f7001e;
}

/* sub nav */
#nav {
    background: #333333;
    padding: 10px;
    height: 53px;
}
#nav h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin: 3px auto;
    width: 60%;
    text-align: center;
}
.btn_side_menu {
    cursor: pointer;
}
.btn_back {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.wrap_site_list {
    background: #353535 url(//img.kobes.co.kr/app/bg_top.png) repeat-x;
    background-size: 2px 53px;
    height: 53px;
    /*width: 100%;
    border: 1px red solid;*/
}
/*.wrap_site_list .btn-group,
.wrap_site_list .dropdown-menu {
    width: 93%;
    margin: auto;
}*/
.wrap_site_list .btn-group {
    width: 95%;
    margin: 0 0 0 3%;
}
.wrap_site_list .dropdown-menu {
    width: 100%;
}
.btn_site_list {
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.wrap_tab {
    background: #353535 url(//img.kobes.co.kr/app/tab_bg.png) repeat-x;
    background-size: 2px 53px;
    height: 53px;
    text-align: center;
}

.wrap_tab .btn-group {
    margin: 10px auto;
}

/* koggiri =============================================================== */
.koggiri_banner_list {
    width:100%;
    position:relative;
    top:9px;
    left:0;
    display:inline-block;
}

.koggiri_banner_list li {
    width:100%;
    display:inline-block;
    padding:0;
    margin:0;
    background:url('//img.kobes.co.kr/service/mobile_landing/kobes_none_mark.png') no-repeat center #D8D8D8;
    list-style:none;
    position:relative;
}

.koggiri_banner_list li img {
    width:100%;
    margin:0;
    padding:0;
}

.koggiri_link_site {
    width:42%;
    height:9%;
    position:absolute;
    bottom:16%;
    left:5%;
}

.koggiri_link_phone {
    width:42%;
    height:9%;
    position:absolute;
    bottom:16%;
    left:52%;
}

.koggiri_star_warapper {
    width:100%;
    background:url('//img.kobes.co.kr/service/mobile_landing/kobes-banner-star-bg.png') repeat-x;
    padding:0;
    margin:0;
}

.koggiri_star_wrap {
    width:100%;
    margin:2% 0;
    display:inline-block;
    float:left;
}

.koggiri_star_img {
    width:7%!important;
    margin-left:2%!important;
}

.koggiri_star_add_btn img {
    width:20%!important;
    float:right!important;
    margin-right:2%!important;
}

/* 별점주기 레이어 팝업 : S */
.star_wrap {
    width:270px;
    height:150px;
    background-color:#fff;
    border:5px solid #414141;
    position:fixed;
    top:150px;
    left:50%;
    padding:10px 5px 10px 5px;
    margin-left: -135px;
    display:none;
    z-index:1000;
}
.star_wrap li{ list-style-type:none }
.star_wrap li.star_title{
    border-bottom:1px solid #999999;
    font-weight:bold;
    color:#333333;
    padding-bottom:4px;
}
.star_wrap li.more{
    position:absolute;
    right:20px;
    top:10px;
}
.star_wrap li.more a{
    width:12px;
    height:10px;
    padding:0!important;
    margin:0!important;
    top:0;
    left:0;
}
.star_wrap li.star_icon{
    text-align:center;
    padding:10px 0 10px 0
}
.star_wrap li.star_icon img{ padding:0 3px 0 3px }
.star_wrap li.c{ text-align:center }
/* 별점주기 레이어 팝업 : E */

/* common ================================================================ */
.img_res {
    display: inline-block;
    height: auto;
    max-width: 85%;
}

#alert_msg {
    color: #222;
    font-weight: bold;
}

.clear {
    clear: both;
}

.modal-header {
    color: #434343;
    background: #efefef;
    border-radius: 6px;
}
.modal-body {
    color: #434343;
}

/* margin */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.mr15 { margin-right: 15px; }

/* padding */
.pt10 { padding-top: 10px; }
.pb5  { padding-bottom: 5px; }

/* color */
.color1 { color: #fff; }
.color2 { color: #ccc; }
.color2 a { color: #ccc;}
.color3 { color: #e01814; }
.color4 { color: #04ace3; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* login */
#login_container { max-width: 320px; }
#wrap_login {
    background: #252525;
    padding: 2px;
    background: url(//img.kobes.co.kr/app/box_login.png) no-repeat;
    background-size: 100%;
    width: 290px;
    height: 66px;
    margin: auto;
}
input.login {
    width: 95%;
    border: 0;
    height: 30px;
    margin-left: 10px;
    background: transparent;
    color: #fff;
}
.wrap_input {
    width: 73%;
    height:100%;
    float:left;
}
.wrap_btn {
    width: 27%;
    float:right;
}
#save_id {
    width:25px;
}


/* main */
#btn_logout { cursor: pointer; }
#site_list {
    border-top: solid 1px #000;
    border-bottom: solid 1px #3f3e3e;
    list-style: none;
    margin: 0;
    padding: 0;
}
#site_list li {
    border-top: solid 1px #3f3e3e;
    border-bottom: solid 1px #000;
    background-color: #232222;
    padding: 5px 20px;
    height: 50px;
    cursor: pointer;
}
#site_list li:nth-child(odd) {
  background-color: #000;
}

.bottom_menu {
    padding-top:30px;
    clear: both;
}
.bottom_menu a {
    color: #ccc;
}
.menu_line {
    background: url(//img.kobes.co.kr/app/line_main_menu.png) top right no-repeat;
    background-size: 2px 57px;
}
.title_line {
    height: 2px;
    border-top: solid 1px #101010;
    border-bottom: solid 1px #4e4e4e;
    margin-bottom: 10px;
}
#notice li a {
    color: #fff;
}

.main-navi {
    padding: 30px 10px;
}
.main-navi:after { clear: both; display: block; content: "";}
.main-navi ul {
    width: 100%;
    float: left;
}
.main-navi ul:after { clear: both; display: block; content: "";}
.main-navi li {
    float: left;
    background: url(//img.kobes.co.kr/app/line_main_menu.png) top right no-repeat;
    background-size: 2px 50px;
    width: 33%;
    text-align: center;
}
.main-navi li:last-child {
    background: none;
}
.main-navi li label {
    display: block;
    font-size: 87%;
    color: #ccc;
    padding-top: 7px;
}


/* data */
.list_table {
    /*margin-top: 30px;*/
    width: 100%;
}
.list_table th {
    background: url(//img.kobes.co.kr/app/bg_t01_th.png) repeat-x;
    height: 39px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.list_table td {
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #e7e7e7;
    height: 45px;
    padding-left: 15px;
}
.list_table td:last-child {
    padding-right: 15px;
}

#notice_list td {
    height: 72px;
    background: url(//img.kobes.co.kr/app/bg_gra.png) repeat-x;
}

.pagination {
    margin: 20px 50px;
}

.pagination a {
    color: #555;
}
.form-horizontal {
    padding: 10px 20px;
    border-bottom: solid 1px #dddddd;
}
.btn_box {
    margin-top: 30px;
    text-align: center;
}

.data_list .subject {
    padding-top: 7px;
    height: 60px;
    border-bottom: solid 1px #ddd;
    line-height: 25px;
    overflow: hidden;
}

.hidden_content {
    display: none;
    padding: 20px;
    background: #ddd;
}

.inquiry_comment {
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ccc;
}

#report_list .sum {
    background: none;
    color: #E63A32;
    border-bottom: solid 1px #E1E1E1;
}
#report_list .avg {
    background: #F9F9F9;
    color: #3ABEEA;
    border-bottom: solid 1px #E1E1E1;
}
#report_list td {
    text-align: center;
    height: 38px;
    border-bottom: solid 1px #E1E1E1;
}
#report_list .odd td {
    background: #F9F9F9;
}
.input_period {
    width: 90px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #ddd;
    height: 32px;
}
#koggiri_link {
    z-index: 5;
    height: 100%;
}
#btn_koggiri_link_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#nav #koggiri_link_title {
    width: 80%;
    overflow: hidden;
}


/* 161216 김현수 FAQ 작업 */
.faq_tab{border:1px solid #cccccc; border-radius:8px; color:#000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f5f5f5+36,efefef+100 */
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(245,245,245,1) 36%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(245,245,245,1) 36%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(245,245,245,1) 36%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */}


.faq_w{border-top:2px solid #eb3636; margin-top:20px}
.faq_tab:after{clear:both; content:""; display:block}
.faq_tab li{border-right:1px solid #ccc; width:25%; padding:10px 0; text-align:center; float:left; color:#a3a3a3; font-weight:600;
background:url(../images/faq/white_line.png) right repeat-y; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.faq_tab li.on{background:#eb3636; color:#fff}
.faq_tab li a{color:#a3a3a3;}

.faq_tab li:first-child{ border-left:1px solid #fff; border-radius:8px 0 0 8px}
.faq_tab li:last-child{border-right:1px solid #fff; border-radius:0 8px 8px 0}


.faq_lst dt{border-bottom:1px solid #ccc; padding:10px 0 10px 30px; position:relative; font-weight:normal }
.faq_lst dt span.q_ico{background:#535457; border-radius:100px; width:20px; height:20px; color:#fff; position:absolute; left:5px; top:10px; text-align:center; font-weight:600}

.faq_lst dd{background:#eeeeee; padding:10px 20px 10px 40px; position:relative; border-bottom:1px solid #cccccc}
.faq_lst dd img{width:80%; vertical-align:middle}
.faq_lst dd span.a_ico{background:url(../images/faq/num_bg.png) no-repeat; background-size:26px; width:32px; height:35px; color:#fff; position:absolute; left:7px; top:10px; text-align:center; font-weight:600}


.faq_lst dd p{margin-bottom:10px;}
.faq_lst dd p.mb{margin-bottom:30px; margin-left:10px}
.faq_lst dd p.ml{margin-left:10px}
.faq_lst dd .title{font-weight:600; margin-top:40px; font-size:13px; color:#666}
.faq_lst dd .f_txt{ margin-top:40px; }

.f_bold{font-weight:bold}
.faq_lst .tit_line{text-decoration:underline}

.full{width:100%}


/* 161216 김현수 광고입찰관리 작업 */
/* 170131 김현수 수정 */

.advertisement{background:#eee; padding:10px 0 20px; border-bottom:2px solid #8e8e8e; text-align:center}
.advertisement ul.adver_tab{width:300px; margin:0 auto}
.advertisement ul.adver_tab li{float: left; margin-right: 1%; width: 32%;important; display: inline-block; text-align: center; }
.advertisement ul.adver_tab li img{width:100%}
.advertisement ul.adver_tab li:last-child{margin-right:0}


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

.adver_tab li:last-child {
	margin-right: 0;
}

.campaign_w{color: #666; background: #fff!important; padding:10px }
.s_tit{padding:10px 0; color:#333333; font-weight:600;}
.s_tit2{color:#2f3748; font-weight:600; border-bottom:1px solid #c4c4c4; padding:8px 10px; font-size:0.8rem; color:#3b5775; background:#e7eef5}
.border-line2{border-top:1px solid #b1bed3}

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

.campaign_w dl{padding:10px 0 0;}
.campaign_w dl dt{margin-bottom:5px; }

dl.campaign_lst1:after{clear:both; content:""; display:block}
dl.campaign_lst1 dt{color:#333}
dl.campaign_lst1 dd{ }
dl select{width:100%;border:1px solid #ccc; padding:2px; height:26px }


dl.campaign_lst2{}
dl.campaign_lst2 dd{font-weight:600; color:#000}
dl.campaign_lst2 dd:after{clear:both; content:""; display:block}
dl.campaign_lst2 dt{color:#333}
dl.campaign_lst2 input{width:calc(50% - 35px); border-radius: 0.2rem; -webkit-border-radius: 0.2rem; padding: 0.4rem; border: 1px #808a9c solid; -webkit-appearance: none; color: #555555; background: #ffffff;}
dl.campaign_lst2 input.i_box2{width:calc(100% - 55px); border-radius: 0.2rem; -webkit-border-radius: 0.2rem; padding: 0.4rem; border: 1px #808a9c solid; -webkit-appearance: none; color: #555555; background: #ffffff;}
dl.campaign_lst2 input.i_box3{width:calc(100% - 100px); border-radius: 0.2rem; -webkit-border-radius: 0.2rem; padding: 0.4rem; border: 1px #808a9c solid; -webkit-appearance: none; color: #555555; background: #ffffff; margin-left:5px;}

dl.campaign_lst2 .search_w{float:right; width:50px;background: #fdfdfd; text-align:center; border:1px solid #616b7e; color:#505c73; padding:6px 0;border-radius: 0.2rem; -webkit-border-radius: 0.2rem; font-weight:600;
background: linear-gradient(to bottom,  #fdfdfd 0%,#e1e3e6 47%,#c8cbd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#c8cbd0',GradientType=0 ); /* IE6-9 */
}


dl.campaign_lst2 .day_btn{width:300px; margin:0 auto;}
dl.campaign_lst2 .day_btn li{float:left; width:55px; border:1px solid #9ca2ac;  padding:7px 0;border-radius: 0.2rem; -webkit-border-radius: 0.2rem; font-weight:600; text-align:center; color:#6e788b; margin-right:0.3rem;
background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 47%, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 47%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 47%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
dl.campaign_lst2 .day_btn li:last-child{margin-right:0}

dl.campaign_lst2 .day_btn li.on{border:1px solid #58647c; color:#fff; 
background: -moz-linear-gradient(top,  #acb6c4 0%, #7e889a 47%, #566075 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #acb6c4 0%,#7e889a 47%,#566075 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #acb6c4 0%,#7e889a 47%,#566075 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb6c4', endColorstr='#566075',GradientType=0 ); /* IE6-9 */
}


dl.campaign_lst2 img{}
dl.campaign_lst2 dd:after{clear:both; content:""; display:block}
dl.campaign_lst2 dd{ margin-bottom:10px;}
.c{text-align:center}
dl.campaign_lst2 dd.r{text-align:right}


table.tb_st01{width:100%}
table.tb_st01 th{text-align:center; border-top:1px solid #cccccc;  border-bottom:1px solid #cccccc;padding:10px 0; color:#333; background:#f1f1f1; border-right:1px solid #cacaca}
table.tb_st01 th.end{border-right:none; border-left:1px solid #fff}
table.tb_st01 td{padding:5px 0}
table.tb_st01 td.pd{padding-left:10px}
table.tb_st01 td.c{text-align:center}
table.tb_st01 td.bottom{ border-bottom:1px solid #cccccc; padding-bottom:10px}

.circle1{width:20px; height:20px; background:#ff4400; border-radius:100px; margin:auto}
.circle2{width:20px; height:20px; background:#ffa20e; border-radius:100px; margin:auto}
.circle3{width:20px; height:20px; background:#ffe400; border-radius:100px; margin:auto}
.circle4{width:20px; height:20px; background:#00a2ff; border-radius:100px; margin:auto}
.f_left{float:left; margin-right:5px}


.a1{ float:left; margin-right:5px}
.dark_bg{background:#000; opacity: 0.6; position:absolute;left:0; top:0; width:100%; height:100% }


table.tb_st02{width:80%; position:absolute; top:50px; left0; z-index:10; margin:0 10%}
table.tb_st02 th.st1{border-bottom:1px solid #b31919;  background:#ebebeb; border-radius:8px 8px 0 0; padding:0 0 0 10px; color:#000; height:39px; }

table.tb_st02{margin-top:20px;}
table.tb_st02 td{background:#fff; padding:10px 0; text-align:center; color:#000; border-bottom:1px solid #d7d7d7}
table.tb_st02 td.end1{border-radius:0 0 0 8px; border:none}
table.tb_st02 td.end2{border-radius:0 0 8px 0;border:none}
table.tb_st02 td.end3{border-radius:0 0 8px 8px;border:none; padding-bottom:20px;}

table.tb_st02 td.title01{text-align:left; }
table.tb_st02 td.title01 dl{margin:0 20px}
table.tb_st02 td.title01 dt{border-bottom:1px solid #000; padding:0 0 10px 10px }
table.tb_st02 td.title01 dd{padding:10px 0}
table.tb_st02 textarea{width:100%; border:1px solid #ccc; padding:5px;}


table.tb_st02 td.no_border{border:none}
table.tb_st02 th{border-bottom:1px solid #ccc; }

table.tb_st02 td.txt1{color:#696969}
table.tb_st02 .close_bt{background:#cecece; padding:10px; position:absolute; right:0; top:0; border-radius:0 8px 0 0}



table.tb_st03{width:100%}
table.tb_st03 th{border:none;color:#333333;}
table.tb_st03 td{border:1px solid #ccc}
table.tb_st03 td,table.tb_st03 th{  font-size:0.5rem; text-align:center; width:3.6%}
table.tb_st03 td.color1 {background:#ffff00}

table.tb_st03_header{width:100%}
table.tb_st03_header th{border:none;color:#333333;}
table.tb_st03_header td{border:1px solid #ccc}
table.tb_st03_header td,table.tb_st03_header th{  font-size:0.5rem; text-align:center; width:3.6%}
table.tb_st03_header td.color1 {background:#ffff00}

table.tb_st04{width:100%;}
table.tb_st04 th{color:#333333;}
table.tb_st04 td.end{ padding-left:4px}
table.tb_st04 input{width:100%; border:1px solid #ccc; padding:5px;}

.border-line{border-top:1px solid #eee}

.adver_lst{padding:10px 0 0}
	table.tb_st05{width:100%;}
	table.tb_st05 th{color:#333333; font-weight:600}
	table.tb_st05 td{padding-bottom:5px}
	table.tb_st05 th{padding-bottom:5px}


	table.tb_st05 td.end{ padding-left:4px}
	table.tb_st05 input{width:100%; border:1px solid #ccc; padding:5px;}
	
select.new_select{width:100%;border-radius: 0.2rem; -webkit-border-radius: 0.2rem;  border: 1px #808a9c solid; -webkit-appearance: none; color: #6e788b; background: #ffffff; padding: 0.4rem; height:32px;
background: url(../images/advertisement/select_arrow.png) no-repeat 97% 50%; background-size:13px 7px; /* 네이티브 화살표 대체 */ 
-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
-moz-appearance: none;
appearance: none;
}
input.new_input {width:100%; border:1px solid #ccc; padding:5px;}

.keyword_lst {
	width: 100%;
	border: 1px #ff5757 solid;
	margin: 20px 0 0 0;
	position: relative;
	padding: 15px;
}

.keyword_lst dt {
	position: absolute;
	background: #fff;
	top: -10px;
	left: 10px;
	font-size: 95%;
	padding: 0 10px;
}

.keyword_lst dt span {
	border-radius: 5px;
	height: 21px;
	padding: 2px 5px;
}



.keyword_lst dt .red {
	border: 1px crimson solid;
	color: crimson;
}

.keyword_lst dd {
	margin: 5px 0 10px;
	position: relative;
	color: black;
	padding:10px
}
.keyword_lst dd.line {
	border-top:1px solid #898989;
	padding-top:10px
}

.btn_group:after{clear:both; content:""; display:block}
.btn_group{margin:20px auto; width:265px; }
.btn_group li{float:left; margin-right:5px}
.btn_group li:last-child{margin-right:0}

.adver_lst .photo_box{margin-bottom:20px; text-align:center;}


.date_w{color: #666; background: #fff!important; padding:10px }
.date_w:after{clear:both; content:""; display:block}
.date_box{margin-bottom:20px;}
.date_box:after{clear:both; content:""; display:block}

dl.date{margin-bottom:8px; font-weight:600}
dl.date dt{float:left; border-radius:15px; border:1px solid #5c80a8; text-align:center; padding:2px 10px; margin-right:10px; color:#5c80a8; }
dl.date dd{float:left; padding:5px 0;color:#5c80a8; line-height:0.8rem;}
dl:after{clear:both; content:""; display:block}
dl.date dt.st01{color:#68737e; border:1px solid #68737e;}
dl.date dd.st01{color:#68737e}


.round_box{border:1px solid #728397; border-radius:5px; width:90%; float:left}
table.tb_st06{width:100%;}
table.tb_st06 th{text-align:center; padding:5px 0; border-bottom:1px solid #728397; border-right:1px solid #728397; color:#fff;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbccdc+0,bbccdc+1,bbccdc+1,bbccdc+3,a6bbd0+3,99aec4+100 */
background: #bbccdc; /* Old browsers */
background: -moz-linear-gradient(top,  #bbccdc 0%, #bbccdc 3%, #bbccdc 3%, #bbccdc 5%, #a6bbd0 5%, #99aec4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bbccdc 0%,#bbccdc 3%,#bbccdc 3%,#bbccdc 5%,#a6bbd0 5%,#99aec4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bbccdc 0%,#bbccdc 3%,#bbccdc 3%,#bbccdc 5%,#a6bbd0 5%,#99aec4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbccdc', endColorstr='#99aec4',GradientType=0 ); /* IE6-9 */}

table.tb_st06 td{text-align:center; padding:5px 0; border-right:1px solid #728397; background:#fff; color:#4a5a6c }
table.tb_st06 th:first-child{border-radius:4px 0 0 0;}
table.tb_st06 th:last-child{border-radius:0 4px 0 0; border-right:none }

table.tb_st06 td:first-child{border-radius:0 0 0 4px; }
table.tb_st06 td:last-child{border-radius:0 0 4px 0; border-right:none }

.arrow_btn{border:1px solid #9ca2ac; border-radius:5px; float:right; width:8%; text-align:center; height:58px; position:relative; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ebf0f3+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fcfcfc 0%, #ebf0f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fcfcfc 0%,#ebf0f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fcfcfc 0%,#ebf0f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebf0f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.arrow_btn span{position:absolute; top:36%; left:38%}


table.tb_st06 th.bg01{
background: #bec8d2; /* Old browsers */
background: -moz-linear-gradient(top,  #bec8d2 0%, #bec8d2 3%, #bec8d2 3%, #bec8d2 5%, #a4b1be 5%, #9eabb8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bec8d2 0%,#bec8d2 3%,#bec8d2 3%,#bec8d2 5%,#a4b1be 5%,#9eabb8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bec8d2 0%,#bec8d2 3%,#bec8d2 3%,#bec8d2 5%,#a4b1be 5%,#9eabb8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec8d2', endColorstr='#9eabb8',GradientType=0 ); /* IE6-9 */

 }

.f_blue{color:#3f65c8}
.f_red{color:#ff613e}
.f_sky{color:#3993f3}
.f_sky2{color:#577fc9}
.f_orange{color:#fe8a2d}


.report_w{border:1px solid #ccc; padding:0 10px 15px 15px; border-radius:10px; margin-bottom:10px;}
.report_w dl{border:none}
.report_w input{width:calc(50% - 37px); border-radius: 0.2rem; -webkit-border-radius: 0.2rem; padding: 0.4rem; border: 1px #808a9c solid; -webkit-appearance: none; color: #555555; background: #ffffff;}

.round_box2{border:1px solid #728397; border-radius:4px; width:100%;}
table.tb_st07{width:100%;}
table.tb_st07 th{background:#ebf0f9; padding:8px 0; text-align:center; border-bottom:1px solid #808a9c; color:#2f3748; position:relative}
table.tb_st07 th span.vs{position:absolute; left:100%; top:8px; z-index:10}
table.tb_st07 .color1{color:#6f7a92; padding:0 5% 0 7%; font-size:0.5rem}
table.tb_st07 .color2{color:#6f7a92; padding:0 4%;}
table.tb_st07 td{padding:8px 0;text-align:center; border-bottom:1px solid #c3c8d0; border-right:1px solid #c3c5cc; position:relative}
table.tb_st07 th:first-child{  border-radius:2px 0 0 0; border-right:1px solid #728397; padding-left:5%;}
table.tb_st07 th:last-child{ border-radius:0 2px 0 0; border-right:none; padding-left:8% }
table.tb_st07 td.bg1{background:#fff9f7; border-bottom:1px solid #808a9c; color:#2f3748}
table.tb_st07 td:first-child{ border-right:1px solid #728397; border-radius:0 0 0 4px; }
table.tb_st07 td:last-child{border-radius:0 0 4px 0; border-right:none; }
table.tb_st07 td.end{border-bottom:none}
table.tb_st07 ul.chart{position:absolute; top:-2px; left:15%;  width:90%; border:1px solid #9fa7b5; background:#fffef0; z-index:10}
table.tb_st07 ul.chart.st01{width:83%; left:20%;}
table.tb_st07 ul.chart li{padding:5px 0 5px 5px; border-bottom:1px solid #e0e0e0; text-align:left; font-size:0.6rem}
table.tb_st07 ul.chart li:last-child{border-bottom:none}
table.tb_st07 ul.chart li.on{color:#fff; background:#6398db}


