

@charset "utf-8";
/*######### 공통 content #################################################################################################################*/

/*********************************************************/
/** @desc : help_box *************************************/
/** @use  : 도움말 전체에서 사용 *************************/
/*********************************************************/
/* help_box : 도움말 전체 box */
/*div#help_box {*/
div.help_box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
/*    border-top: 5px ridge #A5A5A5;*/
/*    border-right: 7px ridge #757575;*/
/*    border-bottom: 7px ridge #757575;*/
/*    border-left: 5px ridge #A5A5A5;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 21;
}

div.help_blue {
/*    border-top: 5px ridge #A5A5A5;*/
/*    border-right: 7px ridge #757575;*/
/*    border-bottom: 7px ridge #757575;*/
/*    border-left: 5px ridge #A5A5A5;*/
/*    border-right: 7px ridge #f60;*/
/*    border-bottom: 7px ridge #f60;*/
/*    border-left: 5px ridge #f60;*/
    border: 5px ridge #03f;
}

div.help_red {
    border: 5px ridge #f30;
/*    border-right: 7px ridge #f00;*/
/*    border-bottom: 7px ridge #f00;*/
/*    border-left: 5px ridge #f00;*/
}
div.help_title {
    height: 30px;
    color: #000;
}

div.help_blue > div.help_title {
/*    background: #1a69ac;*/
/*    background: -moz-linear-gradient(left, #BAD2E6 0%, #1a69ac 100%);*/
/*    background: -webkit-gradient(linear, right, left, color-stop(0%,#BAD2E6), color-stop(100%,#1a69ac));*/
/*    background: -webkit-linear-gradient(left, #BAD2E6 0%,#1a69ac 100%);*/
/*    background: -o-linear-gradient(left, #BAD2E6 0%,#1a69ac 100%);*/
/*    background: -ms-linear-gradient(left, #BAD2E6 0%,#1a69ac 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a69ac', endColorstr='#BAD2E6',GradientType=1 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */*/
/*    background: linear-gradient(to left, #BAD2E6 0%,#1a69ac 100%);*/
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
/*    background: #757575;*/
/*    background: -moz-linear-gradient(left, #D6D6D6 0%, #757575 100%);*/
/*    background: -webkit-gradient(linear, right, left, color-stop(0%,#D6D6D6), color-stop(100%,#757575));*/
/*    background: -webkit-linear-gradient(left, #D6D6D6 0%,#757575 100%);*/
/*    background: -o-linear-gradient(left, #D6D6D6 0%,#757575 100%);*/
/*    background: -ms-linear-gradient(left, #D6D6D6 0%,#757575 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#D6D6D6',GradientType=1 );    /* ie8적용, GradientType=0 위에서 아래로, GradientType=1 왼쪽에서 오른쪽으로 */*/
/*    background: linear-gradient(to left, #D6D6D6 0%,#757575 100%);*/
/*    background-color: #f00;*/
}

div.help_red > div.help_title {
    background: #ff3232; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3232 0%, #e5cabe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3232 0%,#e5cabe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3232 0%,#e5cabe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#e5cabe',GradientType=0 ); /* IE6-9 */
    /*    background-color: #f00;*/

}



/* title_left : 제목 */
div.help_title_l {
    float: left;
    width: 84%;
    color: #fff;
/*    color: #000;*/
    font-size: 13px;
/*    font-weight: bold;*/
    line-height: 30px;
    text-align: center;
    text-indent: 50px;
    cursor: default;

/*    background-color: #0f0;*/

}

/* title_right : 닫기 버튼 */
div.help_title_r {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    width: 50px;
    height: 20px;
/*    border: 1px outset #fff;*/
/*    border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    line-height: 20px;*/
    text-align: center;
    cursor: pointer;
/*    background-color: #ff0;*/
    color: #000;
/*    color: #000 !important;*/
}
div.help_title_r > button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.help_content {
    padding: 10px;
/*    height: inherit;*/
/*    width: inherit;*/
    overflow: scroll;
    overflow-x: hidden;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;

/*    background-color: #00f;*/
}

