@charset "utf-8";
/* CSS Document */


/* ------------------------- Dialog_Apply_Sales : Start ------------------------- */
.dialog_body .dialog_apply_sales {
    margin-bottom:30px;
}
.dialog_body .dialog_apply_sales .txt_body_sub {
    margin:20px 0 30px 0;
    line-height:1.5;
}
/* ------------------------- Dialog_Apply_Sales : End ------------------------- */




/* ------------------------- 상품 입찰가란?_다이얼로그 : Start ------------------------- */
.dialog_body .wrap_desc {
    padding:14px 20px;
    margin-bottom:30px;
    border:1px solid #e6e6e6;
    font-size:14px;
}
.dialog_body .wrap_desc .box_desc {
    margin-bottom:20px;
}
.dialog_body .wrap_desc .box_desc:last-child {
    margin-bottom:0;
}
.dialog_body .wrap_desc .box_desc .txt_logo {
    color:#343539;
}
.dialog_body .wrap_desc .box_desc01 {
    line-height:1.75;
    font-size:16px;
    color:#7b7d83;
    word-break:keep-all;
}

.dialog_body .wrap_desc .box_desc02 {
    font-size:14px;
    color:#7b7d83;
}
.dialog_body .wrap_desc .box_desc02 .txt_body_sub {
    margin-right:10px;
    vertical-align:middle;
}
.dialog_body .wrap_desc .box_desc02 .txt_body_sub .ico_tooltip {
    margin:-2px 0 0 0;
}
.dialog_body .wrap_desc .box_desc03 {
    font-size:14px;
    color:#7b7d83;
}
.dialog_body .wrap_desc .box_desc03 .txt_body_sub {
    margin-bottom:10px;
}
.dialog_body .wrap_desc .box_desc03 .box_keyword {
    height:48px;
    padding:0 16px;
    border:1px solid #dadada;
    font-size:16px;
    line-height:46px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color:#7b7d83;
}
/* ------------------------- 상품 입찰가란?_다이얼로그 : End ------------------------- */





/* ------------------------- 광고 등록 결과_다이얼로그 : Start ------------------------- */
.wrap_result {
    margin:20px 0 30px 0;
}
.wrap_result .box_result {
    position:relative;
    min-height:81px;
    margin-bottom:10px;
    border:1px solid #f3f3f3;
}
.wrap_result .box_result .box_header {
    display:inline-block;
    position:absolute;
    top:0;
    bottom:0;
    width:83px;
}
.wrap_result .box_header .ico {
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    margin:-15px 0 0 -15px;
    background:url(/london/images/img_layout.png) no-repeat;
}
.wrap_result .box_result .box_body {
    display:inline-block;
    width:calc(100% - 83px);
    padding:18px 24px;
    margin-left:83px;
}
.wrap_result .box_result .box_body .txt_body,
.wrap_result .box_result .box_body .txt_body_sub {
    font-weight:bold;
    font-size:15px;
}
.wrap_result .box_result .box_body .txt_body {
    margin-bottom:12px;
}
.wrap_result .box_result .box_body .txt_body_sub {
    line-height:1.5;
    word-break:keep-all;
}

.wrap_result .box_result.success .box_header {
    background-color:#29cb8c;
}
.wrap_result .box_result.success .box_header .ico {
    background-position:-261px -612px;
}
.wrap_result .box_result.success .box_body {
    background-color:#f1fffa;
}
.wrap_result .box_result.success .box_body .txt_body {
    color:#29cb8c;
}


.wrap_result .box_result.warning .box_header {
    background-color:#f49271;
}
.wrap_result .box_result.warning .box_header .ico {
    background-position:-382px -612px;
}
.wrap_result .box_result.warning .box_body {
    background-color:#fff8f5;
}
.wrap_result .box_result.warning .box_body .txt_body {
    color:#f49271;
}


.wrap_result .box_result.error .box_header {
    background-color:#f86f82;
}
.wrap_result .box_result.error .box_header .ico {
    background-position:-322px -612px;
}
.wrap_result .box_result.error .box_body {
    background-color:#fff8f9;
}
.wrap_result .box_result.error .box_body .txt_body {
    color:#f86f82;
}
/* ------------------------- 광고 등록 결과_다이얼로그 : End ------------------------- */




/* ------------------------- 키워드 자동 추출 평가_다이얼로그 : Start ------------------------- */
.dialog_body .wrap_star_point .tf_textarea {
    margin-top:30px;
}
.dialog_body .star_point > * {
    vertical-align:middle;
}
.dialog_body .star_point .ico {
    display:inline-block;
    width:22px;
    height:21px;
    margin-right:5px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-395px -1591px;
    cursor:pointer;
}
.dialog_body .star_point .ico.selected,
.dialog_body .star_point .ico:hover {
    background-position:-447px -1591px;
}
.dialog_body .star_point .txt_sub_desc {
    margin-left:5px;
}
.dialog_body .star_point .txt_point {
    font-weight:500;
}
/* ------------------------- 키워드 자동 추출 평가_다이얼로그 : End ------------------------- */