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

/*@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

/* ------------------------- Reset : Start ------------------------- */
html,body {width:100%;height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;}
fieldset,img {border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after,q::before, q::after {content:'';content:none;}
input,select,textarea,button {vertical-align:middle;}
input:focus, button:focus, textarea:focus {outline:none;}
button {border:0 none;background-color:transparent;cursor:pointer;}
body {background:#fff;-webkit-text-size-adjust:none;}
body,th,td,input,select,textarea,button,pre {font-size:13px;font-family:'Noto Sans KR', 'MalgunGothic', 'Roboto',sans-serif;line-height:1;letter-spacing:0;font-weight:normal;}
a {color:#333;text-decoration:none;cursor: pointer;}
a:hover, a:active, a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
.clear {clear:both;}
figure {line-height:0;}
img{max-width:100%;vertical-align:top;}
strong {font-weight:bold !important;}
table {border-collapse:collapse;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* MediaQuery : Start */
@media screen and (max-width:1263px) {
    body {
        width:1280px;
        overflow-x:scroll;
    }
}
/* MediaQuery : End */


/* ------------------------- Reset : End ------------------------- */


/* ------------------------- Clearfix : Start ------------------------- */
.clearfix::after {  /* Firefox, IE8, Opera, Safari, etc. */
    content:".";
    display:block;
    height:0;
    font-size:0px;
    clear:both;
    visibility:hidden;
}
* + html .clearfix { /* for IE7 */
    display:inline-block;
}
* html .clearfix { /* for IE6 */
    height:1%;
}
/* ------------------------- Clearfix : End ------------------------- */

*,
*::before,
*::after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.expand {
    width:100% !important;
    min-width:100% !important;
}
.txt_right {
    text-align:right !important;
}
.txt_center {
    text-align:center !important;
}
.txt_left {
    text-align:left !important;
}
.disn {
    display:none !important;
}
.disi {
    display:inline-block !important;
}
.disb {
    display:block !important;
}
.nopadding {
    padding:0 !important;
}
.nomargin {
    margin:0 !important;
}
.no_bortop {
    border-top:none !important;
}
.fl {
    float:left !important;
}
.fr {
    float:right !important;
}
.w_auto {
    width:auto !important;
    min-width:auto !important;
}
.w_height {
    height:auto !important;
    min-height:auto !important;
}

.flex-container {
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    -webkit-flex-direction:column;
    flex-direction: column;
    height:100%;
}

/* ------------------------- Icon Common : Start ------------------------- */
.ico {
    display:inline-block;
    background:url(/london/images/img_layout.png) no-repeat;
    vertical-align:middle;
}

.btn_ico .ico {
    margin-top:-3px;
    margin-right:8px;
}



/* Ico_Arrow_Add : Start */
.btn_ico .ico_arrow_add {
    width:11px;
    height:19px;
}
.btn_light.btn_ico .ico_arrow_add {
    margin-top:0;
    margin-right:0;
    background-position:-78px -2029px;
}
.btn_light.btn_ico:hover .ico_arrow_add {
    background-position:-119px -2029px;
}
.btn_light.btn_ico:active .ico_arrow_add {
    background-position:-160px -2029px;
}
/* Ico_Arrow_Add : End */



/* Ico_Arrow_Add : Start */
.btn_ico .ico_favorites {
    width:12px;
    height:12px;
    margin-top:-3px;
    margin-right:8px;
}
.btn_light.btn_ico .ico_favorites {
    background-position:-201px -2029px;
}
.btn_light.btn_ico:hover .ico_favorites {
    background-position:-243px -2029px;
}
.btn_light.btn_ico:active .ico_favorites {
    background-position:-285px -2029px;
}
/* Ico_Arrow_Add : End */



/* Ico_Add : Start */
.btn_ico .ico_add {
    width:10px;
    height:10px;
}
.btn_light.btn_ico .ico_add {
    background-position:-327px -2029px;
}
.btn_light.btn_ico:hover .ico_add {
    background-position:-367px -2029px;
}
.btn_light.btn_ico:active .ico_add {
    background-position:-407px -2029px;
}
/* Ico_Add : End */



/* Btn_Ico_Gray : Start */
.btn.btn_ico_gray {
    width:18px;
    height:18px;
    padding:0;
    background:#e5e6e8;
    border-radius:4px;
}
.btn.btn_ico_gray .ico {
    display:inline-block;
    /*background:url(/london/images/img_layout.png) repeat;*/
}
.btn.btn_ico_gray.large {
    width:auto;
    height:22px;
    padding:4px 5px 5px;
    font-weight:400;
    color:#7b7d83;
}
/* Btn_Ico_Gray : End */



.ico.reset {
    width:12px;
    height:10px;
    margin-top:-4px;
    background-position:-205px -1549px;
}
.ico.filter {
    width:10px;
    height:10px;
    margin-top:-3px;
    margin-right:7px;
    background-position:-165px -1549px;
}
.ico.refresh {
    width:15px;
    height:12px;
    margin-top:-3px;
    margin-right:3px;
    background-position:-120px -1549px;
    vertical-align:middle;
}
/* 툴팁에 .error 클래스 사용중이라 .ico_error로 지정 */
.ico_error {
    width:15px;
    height:15px;
    background-position:-441px -660px;
    vertical-align:middle;
}
.datagrid-cell .ico_error {
    margin-top:-2px;
    margin-left:2px;
}

/* ------------------------- Icon Common : End ------------------------- */


/* ------------------------- Typo : Start ------------------------- */
span.txt_sub_desc,
span.txt_body,
span.txt_body_sub,
span.txt_sub,
span.txt_point {
    display:inline-block;
}
p.txt_sub_desc,
p.txt_body,
p.txt_body_sub,
p.txt_sub,
p.txt_point {
    display:block;
}
.tit_header {
    font-weight:bold;
    font-size:28px;
    color:#343539;
}
.tit_sub {
    font-weight:bold;
    font-size:20px;
    color:#48494f;
}
.txt_sub_desc {
    font-weight:normal;
    font-size:13px;
    color:#9d9fa7;
}
.txt_body {
    color:#64656a;
}
.txt_body_sub {
    color:#7b7d83;
}
.txt_sub {
    color:#a8abb3;
}
.txt_point {
    color:#4768dd;
}
.txt_link.txt_emph,
.txt_emph {
    color:#ef3f43;
}
.txt_link {
    display:inline-block;
    text-decoration:underline;
    color:#3a415a;
    cursor:pointer;
}
.txt_link:hover {
    text-decoration:underline;
}
.label {
    font-weight:500;
    color:#48494f;
}
.tit_header.disabled,
.tit_sub.disabled,
.txt_sub_desc.disabled,
.txt_body.disabled,
.txt_body_sub.disabled,
.txt_sub.disabled,
.txt_point.disabled {
    color:#ddd;
}



.txt_round {
    display:inline-block;
    min-width:44px;
    min-height:20px;
    padding:3px 8px 2px;
    font-size:13px;
    color:#fff;
    border-radius:100px;
    text-align:center;
}
.txt_round.type1 {
    font-family:'Roboto', 'Noto Sans Kr';
    background:#5a77df;
}
.txt_round.type2 {
    font-family:'Roboto', 'Noto Sans Kr';
    background:#72778b;
}
.txt_round.type3 {
    background:#abadb1;
}



.txt_state {
    display:inline-block;
    min-height:22px;
    padding:4px 8px 2px;
    font-size:13px;
    color:#fff;
    border-radius:100px;
}
.txt_state.type1 {
    background:#ffd43f;
}
.txt_state.type2 {
    background:#9ae04d;
}
.txt_state.type3 {
    background:#fa5c6c;
}
.txt_state.type4 {
    background:#9b9fb1;
}
/* ------------------------- Typo : End ------------------------- */


/* ------------------------- Button : Start ------------------------- */
.btn {
    display:inline-block;
    padding:0 18px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-align:center;
    vertical-align:middle;
    -ms-user-select:none;
    -moz-user-select:-moz-none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.btn:disabled {
    cursor:default;
}
.btn_normal {
    min-width:200px;
    height:38px;
    line-height:36px;
    background:#5a77df;
    color:#fff;
}
.btn_normal:hover {
    background:#7e9afe;
}
.btn_normal:active {
    background:#4464d7;
}
.btn_normal:disabled {
    background:#f7f7f7;
    color:#ddd;
}
.btn_light {
    min-width:200px;
    height:38px;
    border:1px solid #5a77df;
    line-height:36px;
    background:#fff;
    color:#516ccb;
}
.btn_light:hover {
    border:1px solid #7e9afe;
    background:#fff;
    color:#7e9afe;
}
.btn_light:active {
    border:1px solid #4464d7;
    background:#fff;
    color:#4464d7;
}
.btn_light:disabled {
    border:1px solid #eaeaea;
    background:#f7f7f7;
    color:#ddd;
}
.btn_cancel {
    min-width:200px;
    height:38px;
    border:1px solid #939495;
    line-height:36px;
    background:#fff;
    color:#7e7f80;
}
.btn_cancel:hover {
    border:1px solid #bfc0c1;
    background:#f5f5f5;
}
.btn_cancel:active {
    border:1px solid #777778;
    background:#f5f5f5;
}
.btn_cancel:disabled {
    border:1px solid #eaeaea;
    background:#f7f7f7;
    color:#ddd;
}

.btn_normal.xxsmall,
.btn_light.xxsmall,
.btn_cancel.xxsmall {
    min-width:70px;
    height:22px;
    padding:0 12px;
    line-height:20px;
    font-size:12px;
}
.btn_normal.xsmall,
.btn_light.xsmall,
.btn_cancel.xsmall {
    min-width:100px;
    height:32px;
    line-height:30px;
}
.btn_normal.small,
.btn_light.small,
.btn_cancel.small {
    min-width:100px;
    height:38px;
}
.btn_normal.large,
.btn_light.large,
.btn_cancel.large {
    min-width:300px;
    height:38px;
    font-size:14px;
}
.btn_normal.xlarge,
.btn_light.xlarge,
.btn_cancel.xlarge {
    min-width:300px;
    height:60px;
    line-height:58px;
    font-size:18px;
}
.btn_normal.xxlarge,
.btn_light.xxlarge,
.btn_cancel.xxlarge {
    min-width:500px;
    height:60px;
    line-height:58px;
    font-size:20px;
}
.datagrid .btn_normal.xxsmall,
.datagrid .btn_light.xxsmall,
.datagrid .btn_cancel.xxsmall {
    min-width:auto;
    padding:0 10px;
}
.datagrid .tf_comm ~ .btn {
    margin-left:3px;
}
.datagrid .btn ~ .btn {
    /*margin-left:10px;*/
    margin-left:5px;
    margin-right:5px;
}
.user-menu .area_btn  .btn ~ .btn {
    margin-left:10px;
}



.btn.btn_free {
    min-width:auto !important;
}
.box_btn_add {
    padding:13px;
    border:1px solid #f3f3f3;
    border-top:none;
}
.btn_delete {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-241px -1543px;
}


.datagrid-row-alt .btn_light:disabled,
.datagrid-row-alt .btn_cancel:disabled {
    border:1px solid #e8e8e8;
    color:#d8d8d8;
}


/* Toggle Button:Start */
.box_btn_toggle {
    display:inline-block;
    overflow:hidden;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    vertical-align:middle;
}
.btn_toggle {
    display:inline-block;
    float:left;
    padding:0 18px;
    border:1px solid #d7d9df;
    border-left:none;
    line-height:36px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    vertical-align:middle;
}
.btn_toggle:first-child {
    border-left:1px solid #d7d9df;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
.btn_toggle:last-child {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
.btn_toggle.btn_normal {
    height:38px;
    background:#fff;
    color:#7b7d83;
}
.btn_toggle.btn_normal:hover {
    background:#7e9afe;
    color:#fff;
}
.btn_toggle.btn_normal:active {
    background:#4464d7;
    color:#fff;
}
.btn_toggle.btn_normal.active {
    background:#5a77df;
    color:#fff;
}

/* Disabled : Start */
.btn_toggle.btn_normal:disabled {
    border-color:#eaeaea;
    background:#f7f7f7;
    color:#ddd;
}
.btn_toggle.btn_normal.active:disabled {
    background:#ddd;
    color:#fff;
}
/* Disabled : End */


.btn_toggle.btn_normal,
.btn_toggle.btn_normal.xxsmall,
.btn_toggle.btn_normal.xsmall,
.btn_toggle.btn_normal.small,
.btn_toggle.btn_normal.xlarge {
    min-width:inherit;
}
.btn_toggle.btn_normal.xxsmall {
    height:22px;
    line-height:20px;
    font-size:12px;
}
.btn_toggle.btn_normal.xsmall {
    height:32px;
    line-height:30px;
}
.btn_toggle.btn_normal.small {
    padding:0 7px;
}
.btn_toggle.btn_normal.xlarge {
    height:60px;
    line-height:58px;
}



.box_btn_toggle.on_off .btn_toggle {
    border:none;
}
.box_btn_toggle.on_off .btn_toggle:first-child {
    background:#5a77df;
    color:#fff;
}
.box_btn_toggle.on_off .btn_toggle:last-child {
    background:#72778b;
    color:#fff;
}
.box_btn_toggle.on_off .btn_toggle:hover {
    opacity:0.8;
}
/* Toggle Button:End */




/* Help Button : Start */
.content-header .btn.btn_light.btn_help {
    position:relative;
    min-width:auto;
    height:26px;
    padding:0 9px;
    margin-top:2px;
    line-height:24px;
    -webkit-border-radius:13px;
    -moz-border-radius:513px;
    border-radius:13px;
    vertical-align:top;
}
.content-header .btn.btn_light.btn_help .ico_help {
    display:inline-block;
    position:absolute;
    z-index:2;
    top:-2px;
    right:0;
    width:3px;
    height:10px;
    margin-bottom:4px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-447px -795px;
}
.content-header .btn.btn_light.btn_help .ico_bg {
    display:inline-block;
    position:absolute;
    top:-5px;
    z-index:1;
    width:15px;
    height:15px;
    background:#ffb655;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-animation-name:blinker;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-duration:0.85s;
}


/* Keyframes */
@-webkit-keyframes blinker {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(0.8);
    }
    100% {
        transform:scale(1);
    }
}
/* Help Button : End */




/* Box_Btn_Step : Start */
.box_btn_step {
    position:relative;
}
.box_btn_step .fl {
    position:absolute;
    left:20px;
}
.box_btn_step  .ico_prev {
    margin-right:20px;
    color:#a8abb3;
}
.box_btn_step .ico_prev:before {
    content:'';
    display:inline-block;
    width:6px;
    height:11px;
    margin:0 15px 1px 0;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-166px -1591px;
}
/* Box_Btn_Step : End */

/* ------------------------- Button : End ------------------------- */


/* ------------------------- TextField : Start ------------------------- */
.tf_comm {
    display:inline-block;
    width:200px;
    height:38px;
    padding:0 18px;
    border:1px solid #d7d9df;
    line-height:38px;
    font-size:13px;
    background:#fff;
    color:#7b7d83;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.tf_comm:focus {
    border:1px solid #5a77df;
}
.tf_comm:disabled {
    border:1px solid #eaeaea;
    background:#f7f7f7;
    color:#ddd;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#c3c5cb;
}
::-moz-placeholder { /* Firefox 19+ */
    color:#c3c5cb;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#c3c5cb;
}
:-moz-placeholder { /* Firefox 18- */
    color:#c3c5cb;
}
input:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:#ddd;
}
input:disabled:-moz-placeholder,
textarea:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ddd;
}
input:disabled::-moz-placeholder,
textarea:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ddd;
}
input:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ddd;
}


.tf_comm.xxsmall {
    width:70px;
    height:22px;
    padding:5px;
    line-height:20px;
}
.tf_comm.xsmall {
    width:100px;
    height:32px;
    padding:0 12px;
    line-height:30px;
}
.tf_comm.small {
    width:100px;
    height:38px;
}
.tf_comm.large {
    width:300px;
    height:38px;
    font-size:13px;
}
.tf_comm.xlarge {
    width:300px;
    height:60px;
    padding:0 20px;
    line-height:58px;
    font-size:18px;
}
.tf_comm.xxlarge {
    width:500px;
    height:60px;
    padding:0 20px;
    line-height:58px;
    font-size:18px;
}

.tf_comm.error {
    border:1px solid #fe5464;
}




.box_tf {
    display:inline-block;
    vertical-align:middle;
}
.box_tf .inner_box_tf {
    display:inline-block;
    position:relative;
}


.box_tf.danger .tf_comm {
    border:1px solid #ff9160;
}
.box_tf.warning .tf_comm {
    border:1px solid #ffcc56;
}







.box_tf.type1 {
    display:inline-block;
    position:relative;
}

.box_tf.type1 .tf_comm {
    padding:0 38px 0 18px;
}
.box_tf.type1 .tf_comm.xsmall {
    padding:0 32px 0 12px;
}
.box_tf.type1 .txt_body_sub {
    position:absolute;
    top:0;
    right:18px;
    vertical-align:middle;
}


.box_tf.type1 .tf_comm ~ .txt_body_sub {
    line-height:38px;
}
.box_tf.type1 .tf_comm.xsmall ~ .txt_body_sub {
    right:12px;
    line-height:32px;
}

.box_tf.type1 ~ .disb {
    margin-top:5px;
}
.box_tf.type1.danger.expand .inner_box_tf,
.box_tf.type1.warning.expand .inner_box_tf {
    width:calc(100% - 23px) !important;
}
.box_tf.type1.expand .inner_box_tf {
    width:100%  !important;
}

.box_tf.type1 .tf_comm:disabled + .txt_body_sub {
    color:#ddd;
}


.box_tf.type2 {
    width:100%;
}
.box_tf.type2 .tf_comm {
    width:calc(100% - 113px);
}
.box_tf.type2 .btn {
    margin-left:10px;
}


.tf_comm.tf_textarea {
    overflow-y:scroll;
    width:300px;
    height:300px;
    padding:14px;
    line-height:1.5;
    resize:none;
}
.tf_comm.tf_textarea.xxsmall {
    height:50px;
}
.tf_comm.tf_textarea.xsmall {
    height:100px;
}
.tf_comm.tf_textarea.small {
    height:200px;
}
.tf_comm.tf_textarea.large {
    height:600px;
}



.box_tf_textarea.type1 {

}
.box_tf_textarea.type1 .tf_comm.tf_textarea {
    width:80%;
}
.box_tf_textarea.type1 .tf_comm.tf_textarea ~ .btn {
    min-width:calc(20% - 8px);
    height:300px;
    margin-left:5px;
}
.box_tf_textarea.type1 .tf_comm.tf_textarea.xxsmall ~ .btn {
    height:50px;
}
.box_tf_textarea.type1 .tf_comm.tf_textarea.xsmall ~ .btn {
    height:100px;
}
.box_tf_textarea.type1 .tf_comm.tf_textarea.small ~ .btn {
    height:200px;
}
.box_tf_textarea.type1 .tf_comm.tf_textarea.large ~ .btn {
    height:600px;
}



/* File Upload:Start */
.box_file_upload {
    display:inline-block;
    position:relative;
    vertical-align:middle;
}
.box_file_upload .tf_file_upload {
    width:410px;
}
.box_file_upload .btn_file_upload {
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    width:112px;
    height:38px;
    border:1px solid #5a77df;
    line-height:38px;
    background:#fff;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    text-align:center;
    cursor:pointer;
    color:#516ccb;
    -ms-user-select:none;
    -moz-user-select:-moz-none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.box_file_upload .btn_file_upload:hover {
    border:1px solid #7e9afe;
    color:#7e9afe;
}
.box_file_upload .btn_file_upload:active {
    border:1px solid #4464d7;
    color:#4464d7;
}
.box_file_upload .ico_file_upload {
    display:inline-block;
    width:16px;
    height:12px;
    margin-right:10px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-388px -460px;
}
.box_file_upload .btn_file_upload:hover .ico_file_upload {
    background-position:-388px -502px;
}
.box_file_upload .btn_file_upload:active .ico_file_upload {
    background-position:-388px -544px;
}
.box_file_upload input[type="file"] {
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor:pointer;
}
.box_file_upload input[type="file"]:disabled ~ .btn_file_upload {
    border:1px solid #eee;
    background:#f7f7f7;
    color:#ddd;
}
.box_file_upload input[type="file"]:disabled ~ .btn_file_upload .ico_file_upload {
    background-position:-388px -586px;
}
.box_file_upload.expand input[type="file"],
.box_file_upload.expand .tf_file_upload {
    width:100% !important;
}
/* File Upload:End */



/* List_File_Upload : Start */
.list_file_upload {

}
.list_file_upload li {
    padding:5px 0;
}
.list_file_upload li .ico_download {
    display:inline-block;
    width:12px;
    height:13px;
    margin-left:10px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-333px -195px;
    text-indent:-9999px;
    vertical-align:middle;
}
.list_file_upload li a:hover .txt_body_sub {
    color:#a8abb3;
}
.list_file_upload li a:hover .ico_download {
    background-position:-333px -228px;
}
.list_file_upload li .btn_file_delete {
    display:inline-block;
    width:8px;
    height:8px;
    margin-left:10px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-333px -134px;
    text-indent:-9999px;
    vertical-align:middle;
}
.list_file_upload li a:hover .btn_file_delete {
    background-position:-333px -157px;
}
/* List_File_Upload : End */


/* Wrap_FAQ -- List_File_Upload : Start */
.wrap_faq .list_file_upload {
    padding:15px 20px;
    margin-top:20px;
    border:1px solid #dadada;
    line-height:1;
}
.wrap_faq .list_file_upload .tit_file_upload {
    padding-bottom:10px;
    font-weight:bold;
    color:#666666;
}
.wrap_faq .list_file_upload .txt_body_sub {
    color:#999999;
}
.wrap_faq .list_file_upload .ico_download {
    background-position:-375px -195px;
}
.wrap_faq .list_file_upload li a:hover .txt_body_sub {
    color:#666666;
}
.wrap_faq .list_file_upload li a:hover .ico_download {
    background-position:-375px -228px;
}
/* Wrap_FAQ -- List_File_Upload : End */



/* Search : Start */
.box_search {
    display:inline-block;
    position:relative;
}
.box_search .tf_comm {
    padding-right:42px;
}
.box_search .ico_search {
    display:inline-block;
    position:absolute;
    top:13px;
    right:16px;
    width:12px;
    height:12px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-238px -91px;
}
.box_search .tf_comm:focus + .ico_search {
    background-position:-238px -113px;
}
.box_search .tf_comm:disabled + .ico_search {
    background-position:-281px -91px;
}
.box_search.expand .tf_comm {
    width:100%;
}
/* Search : End */

/* ------------------------- TextField : End ------------------------- */


/* ------------------------- SelectBox (Checkbox) : Start ------------------------- */
.opt_selectbox {
    display:inline-block;
    position:relative;
    width:200px;
    height:38px;
    border:1px solid #e1e3ea;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align:middle;
}
.opt_selectbox .opt_selected {
    display:inline-block;
    overflow:hidden;
    width:100%;
    padding-left:18px;
    padding-right:42px;
    line-height:36px;
    background:#fff;
    color:#c3c5cb;
    text-align:left;
    white-space:nowrap;
    text-overflow:ellipsis;
    cursor:pointer;
}
.opt_selectbox .opt_selected .ico_caret {
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    width:42px;
    height:36px;
    background:#fff url(/london/images/img_layout.png) no-repeat;
    background-position:-188px -444px;
    vertical-align:top;
}
.opt_selectbox:hover .opt_selected {
    color:#7b7d83;
}
.opt_selectbox.active {
    border:1px solid #5a77df;
/*    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);*/
/*    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);*/
/*    box-shadow:0 6px 12px rgba(0,0,0,.175);*/
}
.opt_selectbox.on > .opt_selected,
.opt_selectbox.active > .opt_selected {
    color:#516ccb;
}
.opt_selectbox.on > .opt_selected .ico_caret,
.opt_selectbox.active > .opt_selected .ico_caret {
    background-position:-153px -444px;
}
.opt_selectbox.disabled {
    border:1px solid #eaeaea;
}
.opt_selectbox.disabled .opt_selected {
    background:#f7f7f7;
    color:#ddd;
}
.opt_selectbox.disabled .opt_selected .ico_caret {
    background:url(/london/images/img_layout.png) no-repeat #f7f7f7;
    background-position:-188px -484px;
}

.opt_selectbox .opt_list {
    display:none;
    overflow-y:auto;
    position:absolute;
    top:calc(100% + 1px);
    left:-1px;
    z-index:10;
    width:calc(100% + 2px);
    max-height:200px;
    border-left:1px solid #e1e3ea;
    border-right:1px solid #e1e3ea;
    border-bottom:1px solid #e1e3ea;
}
.opt_selectbox .opt_list li {
    display:inline-block;
    width:100%;
    min-height:38px;
    padding:8px 18px;
    line-height:1.5;
    background:#fff;
    text-align:left;
    word-break:break-all;
    color:#a8abb3;
    cursor:pointer;
}
.opt_selectbox .opt_list li:hover {
    background:#f2f4fb;
    color:#7b7d83;
}
.opt_selectbox .opt_list li.selected {
    color:#516ccb;
}
.opt_selectbox.active > .opt_list {
    display:block;
    animation-duration:0.3s;
    animation-name:SlideInTop;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
/*    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);*/
/*    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);*/
/*    box-shadow:0 6px 12px rgba(0,0,0,.175);*/
}
.opt_selectbox.xxsmall {
    width:70px;
    height:32px;
}
.opt_selectbox.xxsmall .opt_selected {
    padding:0 12px;
    line-height:30px;
}
.opt_selectbox.xxsmall .opt_selected .ico_caret {
    width:25px;
    height:30px;
    background-position:-196px -447px;
}
.opt_selectbox.xxsmall .opt_list li {
    min-height:32px;
    padding:6px 12px;
}
.opt_selectbox.xxsmall.active > .opt_selected .ico_caret {
    background-position:-161px -447px;
}

.opt_selectbox.xsmall {
    width:100px;
    height:32px;
}
.opt_selectbox.xsmall > .opt_selected {
    padding:0 12px;
    line-height:30px;
}
.opt_selectbox.xsmall > .opt_selected .ico_caret {
    width:30px;
    height:30px;
    background-position:-194px -447px;
}
.opt_selectbox.xsmall.active > .opt_selected .ico_caret {
    min-height:30px;
    padding:6px 12px;
}
.opt_selectbox.xsmall .opt_list li {
    min-height:30px;
    padding:6px 12px 7px;
}


.opt_selectbox.small {
    width:100px;
}
.opt_selectbox.small_less {
    width:150px;
}
.opt_selectbox.large {
    width:300px;
}
.opt_selectbox.xlarge {
    width:300px;
    height:60px;
}
.opt_selectbox.xlarge .opt_selected {
    line-height:58px;
    font-size:18px;
}
.opt_selectbox.xlarge .opt_list li {
    padding:16px 18px 17px;
    font-size:18px;
}
.opt_selectbox.xlarge > .opt_selected .ico_caret {
    height:58px;
    background-position:-188px -434px;
}
.opt_selectbox.xlarge.active > .opt_selected .ico_caret {
    background-position:-153px -434px;
}

.opt_selectbox.xxlarge {
    width:500px;
    height:60px;
}
.opt_selectbox.xxlarge .opt_selected {
    line-height:58px;
    font-size:18px;
}
.opt_selectbox.xxlarge .opt_list li {
    padding:18px 18px 19px;
    font-size:18px;
}
.opt_selectbox.xxlarge > .opt_selected .ico_caret {
    height:58px;
    background-position:-188px -434px;
}
.opt_selectbox.xxlarge.active > .opt_selected .ico_caret {
    background-position:-153px -434px;
}
.opt_selectbox .box_checkbox input[type="checkbox"]+label {
    color:#7b7d83;
}



.opt_selectbox .btn_delete {
    float:right;
}



@keyframes SlideInBottom {
    0% {
        margin-top:-20%;
        opacity:0;
    }
    100% {
        margin-top:0;
        opacity:1;
    }
}
@keyframes SlideInTop {
    0% {
        margin-top:20%;
        opacity:0;
    }
    100% {
        margin-top:0;
        opacity:1;
    }
}
@keyframes SlideInRight {
    0% {
        margin-left:-20%;
        opacity:0;
    }
    100% {
        margin-left:0;
        opacity:1;
    }
}
@keyframes SlideInLeft {
    0% {
        margin-left:0;
        opacity:0;
    }
    100% {
        margin-left:-20%;
        opacity:1;
    }
}
/* ------------------------- SelectBox (Checkbox) : End ------------------------- */



/* ------------------------- CheckBox : Start ------------------------- */
.box_checkbox {
    display:inline-block;
    position:relative;
    margin-right:14px;
}
.box_checkbox input[type="checkbox"] {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    border:0;
    clip:rect(0,0,0,0);
}
.box_checkbox input[type="checkbox"]+label {
    display:inline-block;
    position:relative;
    color:#7b7d83;
    cursor:pointer;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.box_checkbox input[type="checkbox"]+label:before {
    content:' ';
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:5px;
    border:2px solid #7b7d83;
    line-height:18px;
    background:#fff;
    text-align:center;
    vertical-align:middle;
    border-radius:2px;
}
/* Hover:Start */
.box_checkbox input[type="checkbox"]+label:hover {
}
/* Hover:End */

/* Selected:Start */
.box_checkbox input[type="checkbox"]:checked+label {
    color:#516ccb;
}
.box_checkbox input[type="checkbox"]:checked+label:before {
    content:'';
    border:2px solid #516ccb;
    background:#fff url(/london/images/img_layout.png) no-repeat;
    background-position:-32px -614px;
}
/* Selected:End */

/* Disabled:Start */
.box_checkbox input[type="checkbox"]:disabled+label:before {
    border:2px solid #eaeaea;
    background:#f7f7f7;
}
.box_checkbox input[type="checkbox"]:disabled+label {
    color:#ddd;
}
.box_checkbox input[type="checkbox"]:checked:disabled+label:before {
    background:#f7f7f7 url(/london/images/img_layout.png) no-repeat;
    background-position:-32px -662px;
}
.box_checkbox input[type="checkbox"]:checked:disabled+label {
    color:#ddd;
}
/* Disabled:End */

.box_checkbox.large input[type="checkbox"]+label {
    font-size:18px;
}
.box_checkbox.large input[type="checkbox"]+label:before {
    width:24px;
    height:24px;
    margin:3px 10px 5px 0;
    line-height:24px;
}
.box_checkbox.large input[type="checkbox"]:checked+label:before {
    background-position:-263px -662px;
}


.box_checkbox .inner_box {
    display:none;
    margin-left:11px;
}
.box_checkbox input[type="checkbox"]:checked ~ .inner_box {
    display:inline-block;
}
.box_checkbox .inner_box .btn {
    margin-left:4px;
}
/* ------------------------- CheckBox : End ------------------------- */



/* ------------------------- Radio Button : Start ------------------------- */
.box_btn_radio {
    display:inline-block;
    position:relative;
    margin-right:14px;
}
.box_btn_radio:last-child {
    margin-right:0;
}
.box_btn_radio input[type="radio"] {
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    clip:rect(0,0,0,0);
}
.box_btn_radio input[type="radio"]+label {
    display:inline-block;
    position:relative;
    color:#7b7d83;
    cursor:pointer;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.box_btn_radio input[type="radio"]+label:before {
    content:'';
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:5px;
    line-height:18px;
    border:2px solid #7b7d83;
    background:#ffffff;
    vertical-align:middle;
    border-radius:100%;
}
.box_btn_radio input[type="radio"]:checked+label {
    color:#516ccb;
}
.box_btn_radio input[type="radio"]+label:active:before,
.box_btn_radio input[type="radio"]:checked+label:active:before {
    box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0px 1px 3px rgba(0,0,0,0.1);
}
.box_btn_radio input[type="radio"]:checked+label:before {
    border-color:#516ccb;
    background:#ffffff;
}

/* Selected:Start */
.box_btn_radio input[type="radio"]:checked+label:after {
    content:'';
    display:inline-block;
    position:absolute;
    top:5px;
    left:5px;
    width:8px;
    height:8px;
    background:#516ccb;
    border-radius:100%;
}
/* Selected:End */

/* Disabled:Start */
.box_btn_radio input[type="radio"]:disabled+label:before {
    border:2px solid #eaeaea;
    background:#f7f7f7;
}
.box_btn_radio input[type="radio"]:disabled+label {
    color:#ddd;
}
.box_btn_radio input[type="radio"]:disabled+label:active:before {
    box-shadow:none;
}
.box_btn_radio input[type="radio"]:checked:disabled+label:after {
    background:#ddd;
}
/* Disabled:End */

/* ------------------------- Radio Button : End ------------------------- */



/* ------------------------- Datepicker : Start ------------------------- */
.wrap_datepicker {
    min-height:38px;
}
.wrap_datepicker .box_btn_toggle {
    float:left;
    vertical-align:top;
}
.wrap_datepicker .box_btn_toggle .btn_toggle {
    padding:0 10px;
}
.wrap_datepicker .box_datepicker {
    display:inline-block;
    float:left;
    position:relative;
    padding:0 38px;
}
.box_datepicker {
    display:inline-block;
    position:relative;
    padding:0;
}
.wrap_datepicker .box_btn_toggle ~ .box_datepicker {
    margin-left:-1px;
}
.wrap_datepicker .box_datepicker .ico_calendar {
    display:inline-block;
    position:absolute;
    top:11px;
    right:56px;
    width:16px;
    height:16px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-176px -134px;
    text-indent:-9999px;
    cursor:pointer;
}
.box_datepicker .ico_calendar {
    display:inline-block;
    position:absolute;
    top:11px;
    right:18px;
    width:16px;
    height:16px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-176px -134px;
    text-indent:-9999px;
    cursor:pointer;
}
.box_datepicker .tf_comm:disabled + .ico_calendar {
    background-position:-222px -134px;
}
.wrap_datepicker .box_datepicker .btn {
    position:absolute;
    top:0;
    width:38px;
    height:38px;
    border:1px solid #d7d9df;
    background:#f7f7f7 url(/london/images/img_layout.png) no-repeat;
    text-indent:-9999px;
}
.wrap_datepicker .box_datepicker .btn.btn_prev {
    left:0;
    background-position:-265px -445px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.wrap_datepicker .box_datepicker .btn.btn_next {
    right:1px;
    margin-left:-1px;
    background-position:-299px -445px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.wrap_datepicker .box_datepicker .tf_comm {
    width:219px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    cursor:pointer;
}
.box_datepicker .tf_comm {
    width:142px;
    cursor:pointer;
}
.wrap_datepicker .box_datepicker .tf_comm:focus {
    border:1px solid #dadada;
}
/* ------------------------- Datepicker : End ------------------------- */


/* ------------------------- Tooltip : Start ------------------------- */
.txt_tooltip {
    overflow:hidden;
    max-width:100%;
    border-bottom:1px dashed #5a77df;
    color:#48494f;
    white-space:nowrap;
    text-overflow:ellipsis;
    cursor:default;
}
.txt_tooltip.txt_link {
    cursor:pointer;
}
.ico_tooltip {
    display:inline-block;
    margin:0 0 0 5px;
    vertical-align:middle;
    cursor:default;
}
.wrap_filter .ico_tooltip {
    margin-top:-3px;
}

.ico_tooltip::after {
    content:' ';
    display:inline-block;
    position:relative;
    width:12px;
    height:12px;
    margin-top:-7px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-259px -172px;
    vertical-align:middle;
}


/* Ico_Tooltip Danger : Start */
.ico_tooltip.danger {

}
.ico_tooltip.danger::after {
    width:15px;
    height:15px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-441px -705px;
}
/* Ico_Tooltip Danger : End */


/* Ico_Tooltip Warning : Start */
.ico_tooltip.warning {
}
.ico_tooltip.warning::after {
    width:15px;
    height:15px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-441px -750px;
}
/* Ico_Tooltip Warning : End */


/* Ico_Tooltip Error : Start */
.ico_tooltip.error {
    color:#ef3f43;
}
.ico_tooltip.error::after {
    width:15px;
    height:15px;
    margin-left:3px;
    margin-top:-2px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-441px -660px;
}
/* Ico_Tooltip Error : End */

/* ------------------------- Tooltip : End ------------------------- */



/* ------------------------- Tab : Start ------------------------- */
/* Tab 4depth : Start */
.wrap_tab.type1 {
    overflow:hidden;
    padding:0 30px;
    background:#fff;
}
.wrap_tab.type1 .tab_menu {
    display:inline-block;
    position:relative;
    float:left;
}
.wrap_tab.type1 .tab_menu a {
    display:inline-block;
    padding:18px;
    font-size:18px;
    color:#7b7d83;
    cursor:pointer;
}
.wrap_tab.type1 .tab_menu:hover a {
    color:#a8abb3;
}
.wrap_tab.type1 .tab_menu.active a {
    color:#48494f;
}
.wrap_tab.type1 .tab_menu.active::after {
    content:'';
    display:inline-block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#5a77df;
}
/* Tab 4depth : End */


/* Tab : Start */
.wrap_tab.type2 {
    margin-bottom:14px;
    border-bottom:1px solid #e5e6e8;
}
.inner_content .wrap_tab.type2:first-child {
    margin-top:-14px;
}
.wrap_tab.type2 .tab_menu {
    display:inline-block;
    position:relative;
    margin-right:-3px;
    vertical-align:middle;
}
.wrap_tab.type2 .tab_menu a {
    display:inline-block;
    /*padding:18px 25px;*/
    padding:17px 25px 18px;
    font-size:18px;
    color:#7b7d83;
    cursor:pointer;
}
.wrap_tab.type2 .tab_menu:hover a {
    color:#a8abb3;
}
.wrap_tab.type2 .tab_menu.active {
    border-left:1px solid #e5e6e8;
    border-right:1px solid #e5e6e8;
}
.wrap_tab.type2 .tab_menu:first-child.active {
    border-left:none;
    border-right:1px solid #e5e6e8;
}
.wrap_tab.type2 .tab_menu.active::before {
    content:'';
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    width:calc(100% + 1px);
    height:2px;
    background:#5a77df;
}
.wrap_tab.type2 .tab_menu.active::after {
    /*content:'';*/
    /*display:inline-block;*/
    /*position:absolute;*/
    /*left:0;*/
    /*bottom:-1px;*/
    /*z-index:100;*/
    /*width:calc(100% + 1px);*/
    /*height:1px;*/
    /*background:#fff;*/
}
.wrap_tab.type2 .tab_menu.active a {
    padding:18px 25px;
    color:#48494f;
}
.wrap_tab + .tab_content .box_body {
    border-top:none !important;
}
.wrap_tab.type2 .ico.ico_success {
    display:none;
    width:18px;
    height:18px;
    margin:-5px 10px 0 0;
    background-position:-30px -2029px;
}
.wrap_tab.type2 .tab_menu.active .ico.ico_success {
    display:inline-block;
}
.wrap_tab.type2 .tab_menu .ico.ico_edit {
    width:14px;
    height:14px;
    margin:-4px 0 0 8px;
    background-position:-124px -2077px;
    cursor:pointer;
}
.wrap_tab.type2 .tab_menu .ico.ico_edit:hover {
    background-position:-168px -2077px;
}
.wrap_tab.type2 .tab_menu .ico.ico_delete {
    width:11px;
    height:11px;
    margin:-4px 0 0 20px;
    background-position:-212px -2077px;
    cursor:pointer;
}
.wrap_tab.type2 .tab_menu .ico.ico_delete:hover {
    background-position:-253px -2077px;
}
.wrap_tab.type2 .tab_menu .ico.ico_plus {
    width:12px;
    height:12px;
    margin:-4px 0 0 7px;
    background-position:-294px -2077px;
}
.wrap_tab.type2 .tab_menu:hover .ico.ico_plus {
    background-position:-336px -2077px;
}
.wrap_tab.type2 .tab_menu.btn_tab_add a {
    padding:18px 25px;
    background:#f3f3f3;
}



.dialog_body .wrap_tab.type2 .tab_menu.active:first-child a {
    border-left:1px solid #e3e3e3;
}
.dialog_body .wrap_tab.type2 .tab_menu:first-child a {
    border-left:1px solid transparent;
}
.dialog_body .tab_content {
    padding:0 20px;
}
/* Tab : End */


/* Wrap_Tab Type3 : Start */
.wrap_tab.type3 {
    display:table;
    width:100%;
    margin-bottom:20px;
}
.wrap_tab.type3 .tab_menu {
    display:table-cell;
    width:10%;
    text-align:center;
}
.wrap_tab.type3 .tab_menu a {
    display:inline-block;
    position:relative;
    width:100%;
    height:45px;
    border:1px solid #dadada;
    border-left:none;
    line-height:43px;
    font-size:15px;
    color:#666666;
    cursor:pointer;
}
.wrap_tab.type3 .tab_menu a:hover {
    color:#ef3f43;
}
.wrap_tab.type3 .tab_menu a:hover::before {
    content:'';
    position:absolute;
    top:-1px;
    left:0;
    width:100%;
    height:45px;
    border:2px solid #ef3f43;
}
.wrap_tab.type3 .tab_menu:first-child > a {
    border-left:1px solid #dadada;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
.wrap_tab.type3 .tab_menu:last-child > a {
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
.wrap_tab.type3 .tab_menu.active a {
    border:1px solid transparent;
    background:#ef3f43;
    color:#fff;
}
/* Wrap_Tab Type3 : End */
/* ------------------------- Tab : End ------------------------- */



/* ------------------------- Filter : Start ------------------------- */
.wrap_filter {
    position:relative;
    border-top:1px solid transparent;
}
.inner_content .wrap_filter {
    border:none;
}
.wrap_filter .box_body {
    padding:22px 25px 21px 18px;
    background-color:#fff;
}
.wrap_filter .filter_group {
    display:inline-block;
    padding:7px 0 7px 14px;
    margin-left:-3px;
    vertical-align:top;
}
.wrap_filter .filter_group .tit_box_filter {
    display:inline-block;
    margin-bottom:10px;
    font-weight:500;
    color:#48494f;
}
.wrap_filter .filter_group .box_filter {


}
.wrap_filter .filter_group .box_filter .box_column {
    display:inline-block;
    margin:0 5px 0 0;
}
.wrap_filter .filter_group .box_filter .box_column ~ .box_column {
    margin:0 5px 0 0;
}
.wrap_filter .filter_group.btn_filter_group {
    float:right;
}
.wrap_filter .filter_group.btn_filter_group .tit_box_filter {
    visibility:hidden;
}
.wrap_filter .filter_group.btn_filter_group .btn {

}
.wrap_filter .filter_group.btn_filter_group .btn::before {
    content:'';
    display:inline-block;
    width:12px;
    height:12px;
    margin-right:10px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-281px -113px;
    vertical-align:middle;
}
.wrap_filter .filter_group.btn_filter_group .btn.no_icon::before {
    display:none;
}
.wrap_filter .btn.btn_filter {
    position:absolute;
    left:calc(50% - 70px);
    padding:7px 18px;
    border:1px solid #e5e6e9;
    border-top:none;
    background-color:#fff;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.wrap_filter .btn.btn_filter::before {
    content:'';
    display:inline-block;
    width:15px;
    height:10px;
    margin-right:10px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-216px -612px;
}
.wrap_filter .btn.btn_filter.open {
    bottom:-27px;
}
.wrap_filter .btn.btn_filter.close {
    bottom:-27px;
}
.wrap_filter .box_footer {
    padding:25px 30px;
    border-top:1px solid #e5e6e8;
    border-bottom:1px solid #e5e6e8;
    background:#fff;
    text-align:center;
}
.wrap_filter .box_footer .btn::before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    margin-top:-4px;
    margin-right:20px;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-173px -210px;
    vertical-align:middle;
}

.wrap_filter.type1 {
    z-index:1;
}
.wrap_filter.type1 .btn.btn_filter,
.wrap_filter.type1 .inner_filter {
    display:none;
}
.wrap_filter.type1.active .inner_filter,
.wrap_filter.type1 .btn.btn_filter.open,
.wrap_filter.type1.active .btn.btn_filter.close {
    display:block;
    color:#343539;
}



.wrap_filter.type2 .box_body {
    border-bottom:1px solid #e6e6e6;
}


.wrap_filter.type3 {
}
.wrap_filter.type3 .box_body {
    padding:13px 20px 13px 14px;
    border-bottom:1px solid #e5e6e8;
    border-top:2px solid #5a77df;
}


.wrap_filter.type4 .box_body {
    border-bottom:1px solid #e6e6e6;
}
.wrap_filter.type4 .filter_group {
    width:calc(100% - 180px);
}
.wrap_filter.type4 .filter_group.btn_filter_group {
    width:180px;
}



.wrap_filter.search {

}
.wrap_filter.search .box_body {
    display:none;
    border-bottom:1px solid #e6e6e6;
    text-align:center;
}
.wrap_filter.search .tf_search,
.wrap_filter.search .btn_search {
    margin-left:-4px;
}
.wrap_filter.search .btn_search {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.wrap_filter.search .tf_search {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.wrap_filter.search .tf_search:focus {
    border:1px solid #dadada;
}
.wrap_filter.search .btn_filter.close {
}
.wrap_filter.search .btn.btn_filter {
    display:none;
    left:calc(50% - 57px);
}
.wrap_filter.search .box_body.active,
.wrap_filter.search .box_body.active ~ .btn_filter.close,
.wrap_filter.search .box_body ~ .btn_filter.open {
    display:block;
}



.inner_content .wrap_filter.type4 .box_body {
    border-top:2px solid #666666;
}



.wrap_filter .box_checkbox,
.wrap_filter .box_btn_radio {
    margin:10px 14px 10px 0;
}
.wrap_filter .opt_selectbox .box_checkbox,
.wrap_section .box_option .opt_selectbox .box_checkbox {
    margin:0;
}
.wrap_filter .box_body .btn ~ .btn {
    margin-left:5px;
}
.wrap_filter .box_body .wrap_datepicker .btn ~ .btn {
    margin-left:inherit;
}
/* ------------------------- Filter : End ------------------------- */



/* ------------------------- Page_navigation : Start ------------------------- */
.page_navigation {
    font-family:'Roboto';
    vertical-align:middle;
}
.page_navigation.type2 {
    padding-top:30px;
}
.page_navigation .btn {
    display:inline-block;
    height:38px;
    border:1px solid #eaeaea;
    font-family:'Roboto';
    color:#7b7d83;
    vertical-align:middle;
    letter-spacing:0.1em;
}
.page_navigation .btn.btn_prev {
    margin:0 10px 0 -4px;
}
.page_navigation .btn.btn_next {
    margin-left:10px;
}
.page_navigation .btn.btn_next_last {
    margin:0 0 0 -5px;
}
.page_navigation .btn.btn_prev_first::before,
.page_navigation .btn.btn_prev::before,
.page_navigation .btn.btn_next::after,
.page_navigation .btn.btn_next_last::after {
    content:'';
    display:inline-block;
    width:9px;
    height:6px;
    margin-top:-1px;
    background:url(/london/images/img_layout.png) no-repeat;
    vertical-align:middle;
}
.page_navigation .btn.btn_prev_first::before,
.page_navigation .btn.btn_prev::before {
    margin-right:10px;
}
.page_navigation .btn.btn_next::after,
.page_navigation .btn.btn_next_last::after {
    margin-left:10px;
}
.page_navigation .btn.btn_prev_first::before {
    background-position:-242px -460px;
}
.page_navigation .btn.btn_prev::before {
    background-position:-281px -460px;
}
.page_navigation .btn.btn_next::after {
    background-position:-315px -460px;
}
.page_navigation .btn.btn_next_last::after {
    background-position:-349px -460px;
}

.page_navigation .btn.btn_prev_first:hover,
.page_navigation .btn.btn_prev:hover,
.page_navigation .btn.btn_next:hover,
.page_navigation .btn.btn_next_last:hover {
    color:#bfc0c1;
}
.page_navigation .btn.btn_prev_first:hover::before {
    background-position:-242px -500px;
}
.page_navigation .btn.btn_prev:hover::before {
    background-position:-281px -500px;
}
.page_navigation .btn.btn_next:hover::after {
    background-position:-315px -500px;
}
.page_navigation .btn.btn_next_last:hover::after {
    background-position:-349px -500px;
}

.page_navigation .btn.btn_prev_first:active,
.page_navigation .btn.btn_prev:active,
.page_navigation .btn.btn_next:active,
.page_navigation .btn.btn_next_last:active {
    color:#777778;
}
.page_navigation .btn.btn_prev_first:active::before {
    background-position:-242px -540px;
}
.page_navigation .btn.btn_prev:active::before {
    background-position:-281px -540px;
}
.page_navigation .btn.btn_next:active::after {
    background-position:-315px -540px;
}
.page_navigation .btn.btn_next_last:active::after {
    background-position:-349px -540px;
}

.page_navigation .btn.btn_prev_first:disabled,
.page_navigation .btn.btn_prev:disabled,
.page_navigation .btn.btn_next:disabled,
.page_navigation .btn.btn_next_last:disabled {
    border:1px solid #eaeaea;
    background-color:#f7f7f7;
    color:#ddd;
}
.page_navigation .btn.btn_prev_first:disabled::before {
    background-position:-242px -576px;
}
.page_navigation .btn.btn_prev:disabled::before {
    background-position:-281px -576px;
}
.page_navigation .btn.btn_next:disabled::after {
    background-position:-315px -576px;
}
.page_navigation .btn.btn_next_last:disabled::after {
    background-position:-349px -576px;
}

.page_navigation .pagenation {
    display:inline-block;
    margin:0 15px 0 10px;
    border-left:1px solid #f7f7f7;
    font-size:15px;
    vertical-align:middle;
}
.page_navigation .pagenation .btn_page {
    display:inline-block;
    float:left;
    width:38px;
    height:38px;
    line-height:38px;
    border-width:1px 1px 1px 0;
    border-style:solid;
    border-color:#f7f7f7;
    background-color:#fff;
    text-align:center;
    color:#666;
}
.page_navigation .pagenation .btn_page:hover {
    color:#c0b4b0;
}
.page_navigation .pagenation .btn_page.selected {
    background-color:#f1ece6;
    color:#666666;
}
/* ------------------------- Page_navigation : End ------------------------- */



/* ------------------------- Switch : Start ------------------------- */
.box_switch {
    display:inline-block;
    position:relative;
    margin:2px 5px 2px 0;
    vertical-align:middle;
    word-break:initial;
}
.box_switch input[type="checkbox"] {
    display:none;
}
.box_switch input[type="checkbox"] + label {
    display:block;
    position:relative;
    width:80px;
    height:34px;
    padding:10px;
    border-radius:34px;
    cursor:pointer;
    outline:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.box_switch input[type="checkbox"] + label:before,
.box_switch input[type="checkbox"] + label:after {
    content:"";
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
}
.box_switch input[type="checkbox"] + label:before {
    content:'OFF';
    right:0px;
    padding:6px 14px 6px 42px;
    border:1px solid #72778b;
    line-height:1.5;
    background-color:#72778b;
    border-radius:34px;
    color:#fff;
    -webkit-transition:background 0.4s;
    -moz-transition:background 0.4s;
    -o-transition:background 0.4s;
    transition:background 0.4s;
}
.box_switch input[type="checkbox"] + label:after {
    top:5px;
    left:5px;
    width:24px;
    height:24px;
    background-color:#fff;
    border-radius:100%;
    -webkit-transition:margin 0.4s;
    -moz-transition:margin 0.4s;
    -o-transition:margin 0.4s;
    transition:margin 0.4s;
}
.box_switch input[type="checkbox"]:checked + label:before {
    content:'ON';
    padding:6px 42px 6px 14px;
    border:1px solid #5a77df;
    line-height:1.5;
    background-color:#5a77df;
    color:#fff;
}
.box_switch input[type="checkbox"]:checked + label:after {
    margin-left:46px;
}
/* Disable : Start */
.box_switch input[type="checkbox"]:disabled + label:before {
    border:1px solid #eaeaea;
    background:#f7f7f7;
    color:#ddd;
}
.box_switch input[type="checkbox"]:disabled + label:after {
    background:#eaeaea;
}
/* Disable : End */


/* Switch Type2--설정, 설정X : Start  */
.box_switch.type2 input[type="checkbox"] + label:before {
    content:'미설정';
    padding:6px 0px 6px 32px;
}
.box_switch.type2 input[type="checkbox"]:checked + label:before {
    content:'설정';
    padding:6px 32px 6px 14px;
}
/* Switch Type2--설정, 설정X : End */
/* ------------------------- Switch : End ------------------------- */




/* ------------------------- Wrap_Help : Start ------------------------- */
.wrap_help {

}
.wrap_help .box_header {
    overflow:hidden;
}
.wrap_help .box_tit .ico_help {
    display:inline-block;
    width:14px;
    height:14px;
    margin-right:5px !important;
    background:url(/london/images/img_layout.png) no-repeat;
    background-position:-217px -210px;
    text-indent:-9999px;
    vertical-align:middle;
}
.wrap_help .box_tit .tit_help {
    font-weight:500;
    font-size:18px;
    font-family:'Roboto','Noto Sans KR';
    color:#48494f;
    vertical-align:middle;
}
.wrap_help .box_body {
    padding:15px 20px 0;
    border-top:2px solid #5a77df;
}
.wrap_help .box_body li {
    margin:5px 0;
    line-height:1.5;
    vertical-align:middle;
}
.wrap_help .box_body .ico_dot {
    display:inline-block;
    width:2px;
    height:2px;
    margin:8px 3px 0 0;
    background-color:#7b7d83;
    vertical-align:top;
}
.wrap_help .box_body .txt_body_sub {
    display:inline-block;
    width:calc(100% - 10px);
}
.wrap_help .box_body .txt_sub_desc {
    margin-left:23px;
}
.wrap_help .box_footer {
    margin-top:20px;
    border-top:1px solid #eeeff2;
}

.dialog_body .wrap_help {
    border-bottom:1px solid #eeeff2;
}
.dialog_body .wrap_help .box_body {
    padding:10px 20px 6px 20px;
}
/* ------------------------- Wrap_Help : End ------------------------- */





/* ------------------------- Icon : Start ------------------------- */
.ico_new {
    display:inline-block;
    width:33px;
    height:16px;
    padding:3px 4px;
    margin:-1px 0 0 5px;
    font-size:11px;
    font-weight:bold;
    font-family:'Roboto';
    letter-spacing:0.1em;
    background-color:#ef3f43;
    color:#fff;
    vertical-align:middle;
    word-break:initial;
}
/* ------------------------- Icon : End ------------------------- */





/* ------------------------- Notifications : Start ------------------------- */
.content_unread {
    background-color:#fffbe5;
}
.content_unread .txt_sub_desc,
.content_unread .txt_tit {
    color:#7b7d83 !important;
}
.content_unread .txt_body_sub {
    color:#a8abb3 !important;
}


.badge {
    display:inline-block;
    position:absolute;
    padding:2px 4px;
    background-color:#ef3f43;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    white-space:nowrap;
}
.badge .txt_badge {
    display:block;
    font-weight:700;
    line-height:.9;
    font-size:10px;
    font-family:'Roboto';
    color:#fff;
    text-align:center;
    vertical-align:middle;
}
/* ------------------------- Notifications : End ------------------------- */





/* ------------------------- Wrap_Message : Start ------------------------- */
.wrap_message {
    margin:0px 30px;
}
.wrap_message .bg_message {
    width:100%;
    background:url(/london/images/txt_line.png) no-repeat;
    background-position:center;
    text-align:center;
}
.wrap_message .bg_message .txt_sub_desc {
    display:inline-block;
    padding:0px 20px;
    font-size:14px;
    color:#a8abb3;
    background-color:#f2f3f8;
}
/* ------------------------- Wrap_Message : End ------------------------- */





/* ------------------------- Loading : Start ------------------------- */
.loader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:100000;
    background:rgba(0,0,0,0.7);
}
.loader .loader-inner {
    display:inline-block;
    margin-top:400px;
    margin-left:50%;
}
.loader .txt_loader {
    margin:46px 0 0 0;
    font-size:16px;
    color:#fff;
    text-align:center;
    letter-spacing:2px;
}
@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity:0.3;
        -webkit-transform:scale(0.4);
        transform:scale(0.4);
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes ball-spin-fade-loader {
    50% {
        opacity:0.3;
        -webkit-transform:scale(0.4);
        transform:scale(0.4);
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
.ball-spin-fade-loader {
    position:relative;
    top:-10px;
    left:-10px;
}
.ball-spin-fade-loader>div:nth-child(1) {
    top:25px;
    left:0;
    -webkit-animation:ball-spin-fade-loader 1s -0.96s infinite linear;
    animation:ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(2) {
    top:17.04545px;
    left:17.04545px;
    -webkit-animation:ball-spin-fade-loader 1s -0.84s infinite linear;
    animation:ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(3) {
    top:0;
    left:25px;
    -webkit-animation:ball-spin-fade-loader 1s -0.72s infinite linear;
    animation:ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(4) {
    top:-17.04545px;
    left:17.04545px;
    -webkit-animation:ball-spin-fade-loader 1s -0.6s infinite linear;
    animation:ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(5) {
    top:-25px;
    left:0;
    -webkit-animation:ball-spin-fade-loader 1s -0.48s infinite linear;
    animation:ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(6) {
    top:-17.04545px;
    left:-17.04545px;
    -webkit-animation:ball-spin-fade-loader 1s -0.36s infinite linear;
    animation:ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(7) {
    top:0;
    left:-25px;
    -webkit-animation:ball-spin-fade-loader 1s -0.24s infinite linear;
    animation:ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(8) {
    top:17.04545px;
    left:-17.04545px;
    -webkit-animation:ball-spin-fade-loader 1s -0.12s infinite linear;
    animation:ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader>div {
    position:absolute;
    width:15px;
    height:15px;
    margin:2px;
    background-color:#fff;
    border-radius:100%;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
/* ------------------------- Loading : End ------------------------- */



/* ------------------------- Captcha : Start ------------------------- */
.area_captcha {
    width:304px;
    height:76px;
    margin:0 auto;
}
/* ------------------------- Captcha : End ------------------------- */




/* ------------------------- Layer_Popup : Start ------------------------- */
.wrap_layer_popup {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9000;
}
.wrap_layer_popup .light_box {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    background-color:rgba(0,0,0,0.8);
}
.wrap_layer_popup .layer_popup {
    position:absolute;
    left:0;
    right:0;
    margin:100px auto 0;
}
@media screen and (max-width:1280px) {
    .wrap_layer_popup .layer_popup {
        margin:10px auto 0;
    }
}



.wrap_layer_popup .layer_popup.clickup {
    display:inline-block;
    width:608px;
    height:706px;
    padding:75px 40px 40px 40px;
    background:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    text-align:center;
}
.wrap_layer_popup .layer_popup.clickup .img01 {
    margin-top:-83px;
}
.wrap_layer_popup .layer_popup.clickup .img02 {
    margin-bottom:20px;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box {
    padding:17px 20px;
    margin:30px 0 28px 0;
    border:1px solid #ebebeb;
    text-align:left;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box .img03,
.wrap_layer_popup .layer_popup.clickup .layer_cont_box .img04 {
    margin-top:-29px;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box li {
    position:relative;
    display:inline-block;
    padding:3px 0 3px 10px;
    font-weight:400;
    font-size:16px;
    line-height:1.5;
    color:#333;
    vertical-align:middle;
    word-break:keep-all;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box li::before {
    content:'';
    display:inline-block;
    position:absolute;
    top:12px;
    bottom:0;
    left:0;
    width:3px;
    height:3px;
    background:#333;
    vertical-align:middle;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box .img05 {
    margin:20px 0 10px;
}
.wrap_layer_popup .layer_popup.clickup .layer_cont_box .box_btn_radio {
    margin:5px 15px;
}
.wrap_layer_popup .layer_popup.clickup .layer_footer .btn {
    padding:0;
}
.wrap_layer_popup .layer_popup.clickup .layer_footer .btn:last-child {
    margin-left:10px;
}
/* ------------------------- Layer_Popup : End ------------------------- */





/* ------------------------- Guide_Tag : Start ------------------------- */
.guide_tag {
    position:relative;
}
.guide_tag .box_header {
    display:inline-block;
    position:absolute;
    top:12px;
    right:334px;
}
.guide_tag .box_header .txt_body {
    display:inline-block;
    width:300px;
    font-weight:500;
    font-size:15px;
    text-align:right;
}
.guide_tag .box_body {
    display:inline-block;
    position:absolute;
    top:-1px;
    left:-120px;
    transform:rotate(-22deg);
}

.path {
    animation:dash 5s linear infinite;
}
@keyframes dash { 
    from {
        stroke-dashoffset:250;
    }
    to {
        stroke-dashoffset:0;
    }
}

.guide_tag .box_body:before {
    content:'';
    display:inline-block;
    position:absolute;
    top:33px;
    right:16px;
    z-index:-1;
    width:13px;
    height:13px;
    background:rgba(255,255,255,0.5);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    animation-name:blinker;
    animation-iteration-count:infinite;
    animation-duration:0.9s;
}
/* Keyframes */
@keyframes blinker {
    0% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.4);
    }
    100% {
        transform:scale(1);
    }
}
/* ------------------------- Guide_Tag : End ------------------------- */




/* -------------------------  Banner: Start ------------------------- */
.wrap_banner {
    position:relative;
    text-align:center;
    cursor:pointer;
}


.wrap_banner.banner_qa {
    background:linear-gradient(0deg,#20f8ad,#10e2c6,#04d0d9);
    background:-webkit-linear-gradient(0deg,#20f8ad,#10e2c6,#04d0d9);
    background:-moz-linear-gradient(0deg,#20f8ad,#10e2c6,#04d0d9);
    background:-o-linear-gradient(0deg,#20f8ad,#10e2c6,#04d0d9);
}
.wrap_banner.banner_qa::before,
.wrap_banner.banner_qa::after {
    content:'';
    display:inline-block;
    position:absolute;
    top:0;
    width:32%;
    height:170px;
    background:url(/london/images/bg_banner.png);
}
.wrap_banner.banner_qa::before {
    left:0;
    background-position:100% 0;
}
.wrap_banner.banner_qa::after {
    right:0;
    background-position:0 100%;
}


/* MediaQuery : Start */
@media screen and (max-width:1600px) {
    .wrap_banner.banner_qa::before,
    .wrap_banner.banner_qa::after {
        width:22%;
    }
}
/* MediaQuery : End */

/* -------------------------  Banner: End ------------------------- */




/* ------------------------- Txt_Rank : Start ------------------------- */
.txt_rank {
    display:inline-block;
    font-size:11px;
    color:#9d9fa7;
    vertical-align:top;
}
.ico_rank_up,
.ico_rank_down {
    display:inline-block;
    width:7px;
    height:5px;
    margin-top:-3px;
    background:url(/london/images/img_layout.png) no-repeat;
    vertical-align:middle;
}
.ico_rank_up {
    background-position:-173px -794px;
}
.ico_rank_down {
    margin-top:-1px;
    background-position:-217px -794px;
}
/* ------------------------- Txt_Rank : End ------------------------- */





/* ------------------------- Comp_Progress : Start ------------------------- */
.comp_progress {
    display:inline-block;
    position:relative;
    min-width:160px;
    width:100%;
    height:10px;
    margin-top:17px;
    background:#eaebed url(/london/images/bg_pattern.png) repeat;
    border-radius:100px;
}
.comp_progress .progress_bar {
    display:inline-block;
    height:10px;
    border-radius:100px;
    vertical-align:top;
}
.comp_progress.p_100 .progress_bar {
    background:#5a77df;
}
.comp_progress.p_80 .progress_bar {
    background:#5f9ff1;
}
.comp_progress.p_60 .progress_bar {
    background:#9fe058;
}
.comp_progress.p_40 .progress_bar {
    background:#ffd954;
}
.comp_progress.p_20 .progress_bar {
    background:#fa5c6c;
}
/* ------------------------- Comp_Progress : End ------------------------- */





/* ------------------------- Comp_Layer_Filter : Start ------------------------- */
.comp_layer_filter {
    display:inline-block;
    position:relative;
}
.comp_layer_filter .filter_dropdown {
    display:none;
    position:absolute;
    right:0;
    z-index:999;
    width:656px;
    margin-top:12px;
    border:1px solid #d7d9df;
    background:#fff;
    border-radius:2px;
}
.comp_layer_filter .filter_dropdown::before {
    content:'';
    display:inline-block;
    position:absolute;
    top:-8px;
    right:31px;
    width:15px;
    height:8px;
    background:url(/london/images/ico_caret_top.png) no-repeat;
}
.comp_layer_filter.active .filter_dropdown {
    display:block;
}
.comp_layer_filter .filter_dropdown .box_top {
    display:table;
    width:100%;
    min-height:53px;
    padding:16px 20px;
    background:#f7f7f7;
}
.comp_layer_filter .filter_dropdown .box_top .box_left,
.comp_layer_filter .filter_dropdown .box_top .box_right {
    display:table-cell;
    vertical-align:middle;
}
.comp_layer_filter .filter_dropdown .box_top .box_left {
    text-align:left;
}
.comp_layer_filter .box_top .box_left .txt_point {
    font-size:14px;
}
.comp_layer_filter .filter_dropdown .box_top .box_right {
    text-align:right;
}
.comp_layer_filter .filter_dropdown .box_middle {
    padding:7px 13px 7px 20px;
    text-align:left;
}
.comp_layer_filter .box_middle .filter_group {
    display:inline-block;
    margin:7px 0;
    vertical-align:top;
}
.comp_layer_filter .filter_group .label {
    display:block;
    margin-bottom:10px;
    font-size:13px;
    font-weight:normal;
    color:#48494f;
}
.comp_layer_filter .filter_group .box_filter {
    display:inline-block;
    min-height:38px;
    margin-right:4px;
}
.comp_layer_filter .filter_dropdown .box_bottom {
    display:table;
    width:100%;
    padding:14px 20px;
    border-top:1px solid #eeeff2;
}
.comp_layer_filter .box_bottom .box_left,
.comp_layer_filter .box_bottom .box_right {
    display:table-cell;
}
.comp_layer_filter .box_bottom .box_left {
    text-align:left;
}
.comp_layer_filter .box_bottom .box_right {
    text-align:right;
}
/* ------------------------- Comp_Layer_Filter : End ------------------------- */





/* ------------------------- Comp_Popover : Start ------------------------- */
.dropdown.comp_popover .dropdown_toggle {
    display:inline-block;
    height:auto;
}
.dropdown.comp_popover .dropdown_toggle .popover_header {
    padding:0;
    color:#7b7d83;
}
.dropdown.comp_popover .dropdown_toggle .popover_header .txt_popover {
    text-decoration:underline;
    color:#6a7fce;
}
.dropdown_toggle:disabled .popover_header,
.dropdown_toggle:disabled .popover_header .txt_popover {
    color:#bbb !important;
}
.dropdown.comp_popover .dropdown_menu {
    top:-18px;
    left:100%;
    min-width:356px;
    padding:2px 0 2px 7px;
    background:#fff;
    border:1px solid #d7d9df;
    border-radius:2px;
}
.dropdown.comp_popover .dropdown_menu::before,
.dropdown.comp_popover .dropdown_menu::after {
    content:'';
    display:inline-block;
    position:absolute;
    top:15px;
    width:8px;
    height:15px;
    border-top:8px solid transparent;
    border-left:10px solid transparent;
    border-bottom:8px solid transparent;
}



.dropdown.comp_popover .dropdown_menu::before {
    left:-20px;
    border-right:10px solid #d7d9df;
}
.dropdown.comp_popover .dropdown_menu::after {
    left:-18px;
    border-right:10px solid #fff;
}
.dropdown.comp_popover .dropdown_menu.dropdown_menu_right::before,
.dropdown.comp_popover .dropdown_menu.dropdown_menu_right::after {
    left:auto;
    right:15px;
}
.dropdown.comp_popover .dropdown_menu.dropdown_menu_center::before,
.dropdown.comp_popover .dropdown_menu.dropdown_menu_center::after {
    left:0;
    right:0;
    margin:auto;
}



.dropdown.comp_popover .dropdown_toggle.disabled .txt_popover {
    color:#d9d8d8;
    cursor:default;
}
.popover_body {
    display:block;
    width:100%;
}
.popover_body .form_group {
    display:inline-block;
    padding:5px 4px 5px 0;
    text-align:left;
    vertical-align:middle;
}
.popover_body .form_group:last-child {
    text-align:center;
}
.datagrid-cell .popover_body .btn ~ .btn {
    margin-left:7px !important;
}



.popover_body .form_group .tf_comm.xsmall {
    width:200px;
}
/* ------------------------- Comp_Popover : End ------------------------- */