/* IE10, IE11 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* 스타일 작성 */
    .notice_area {
        width: 774px;
    }

    .notice {
        margin-left: -48px;
    }

    .download_area {
        width: 250px;
    }

    .foot_title {
        font-size: 10.5px;
    }

    .foot_sub {
    }
}

/*common css*/

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*body*/

body {
    margin: 0 auto;
    padding: 0 auto;
    background: #eee;
}

a {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-appearance: none;
}

    input:focus, select:focus, option:focus, textarea:focus, button:focus {
        outline: none;
    }

/*scroll*/

#wrap::-webkit-scrollbar {
    width: 6px;
}

/* 스크롤바 막대 설정*/
#wrap::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: rgba(132,132,132,1);
    border-radius: 10px;
}

/* 스크롤바 뒷 배경 설정*/
#wrap::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}

/*wrap*/

#wrap {
    width: 1024px;
    /* height:768px; */
    background: #fff;
    border: 0;
    margin: 0 auto;
    padding: 0 auto;
    font-size: 100%;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.3px;
}

/*header*/

header {
    height: 75px;
    background: #ac292d;
    overflow: hidden;
    /* background: #7e0011;
    background: -moz-linear-gradient(left, #7e0011 0%, #ac292d 44%);
    background: -webkit-linear-gradient(left, #7e0011 0%,#ac292d 44%);
    background: linear-gradient(to right, #7e0011 0%,#ac292d 44%); */
}

    header h1 {
        float: left;
        margin: 28px 0 15px 20px;
        cursor: pointer;
    }

        header h1 img {
            width: 128px;
            display: block;
        }

    header ul.gnb {
        font-size: 15px;
        margin-top: 28px;
        float: left;
        overflow: hidden;
    }

        header ul.gnb li {
            float: left;
            margin: 0 30px;
            color: #fff;
            font-weight: 500;
            cursor: pointer;
        }

            header ul.gnb li:first-child {
                margin-left: 0;
            }

            header ul.gnb li:hover {
                opacity: 0.8;
            }

    header ul.sub {
        font-size: 12px;
        margin-top: 28px;
        margin-right: 20px;
        float: right;
        overflow: hidden;
    }

        header ul.sub li {
            float: left;
            margin: 0 5px;
            padding: 5px 20px;
            border: 1px solid #fff;
            border-radius: 50px;
            color: #fff;
            cursor: pointer;
        }

/*container*/

#container {
    height: 650px;
    margin: 0 auto;
    padding: 0 auto;
    overflow: hidden;
}

/*slide영역*/

.slide {
    width: 1024px;
    height: 215px;
    background: url(../img/main_bg.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* top:25%;
    left:20%; */
}

.panel {
    width: 1000px;
    position: relative;
    height: 300px;
}

    .panel > li {
        width: 100%;
        height: 300px;
        /* float: left; */
        /* background-repeat: no-repeat; */
        /* background-size: 100%; */
        position: absolute;
        top: 0;
        left: 0;
    }

    .panel li p {
        position: absolute;
        color: #fff;
        top: 200px;
        left: 10%;
        animation-name: banner_txt1;
        animation-duration: 1s;
        animation-duration: leaner;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes banner_txt1 {
    0% {
        top: -300px;
        left: 10%;
    }

    100% {
        top: 200px;
        left: 10%;
    }
}

.panel li .banner_text.on {
    position: absolute;
    left: 0;
    color: #fff;
    animation-name: banner_txt2;
    animation-duration: 1s;
    animation-duration: leaner;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@-webkit-keyframes banner_txt2 {
    0% {
        top: -300px;
        left: 10%;
    }

    100% {
        top: 200px;
        left: 10%;
    }
}

.panel .banner1 {
    background: url(../img/banner03.jpg) no-repeat 0 40%;
    background-size: 100% 120%;
}

.panel .banner2 {
    background: url(../img/banner04.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.panel .banner3 {
    background: url(../img/banner01.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.panel .banner4 {
    background: url(../img/banner02.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.dot {
    position: absolute;
    left: 45.8%;
    bottom: 5%;
    transform: translateX(-10%);
}

    .dot > li {
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 10px;
        text-indent: -9999px;
        cursor: pointer;
    }

        .dot > li.on {
            background-color: #000;
        }

.prev1 img {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 30px;
    cursor: pointer;
}

.next1 img {
    position: absolute;
    top: 120px;
    right: 25px;
    width: 30px;
    cursor: pointer;
}

/*notice_area*/

.notice_area {
    display: inline-grid;
    float: left;
}

    /*notice*/

    .notice_area .notice {
        float: left;
        padding: 15px 20px 0 20px;
    }

        .notice_area .notice ul {
            display: contents;
            margin: 0;
            overflow: hidden;
        }

            .notice_area .notice ul li {
                width: 360px;
                height: 194px;
                float: left;
                border: 1px solid #ccc;
                border-radius: 7px;
            }

                .notice_area .notice ul li:first-child {
                    margin-right: 10px;
                }

                .notice_area .notice ul li .notice_title {
                    display: block;
                    overflow: hidden;
                    border-bottom: 1px solid #ccc;
                }

                    .notice_area .notice ul li .notice_title p {
                        margin: 10px;
                        font-size: 15px;
                        font-weight: 600;
                        color: #ac292d;
                        float: left;
                    }

                    .notice_area .notice ul li .notice_title i {
                        float: right;
                    }

                        .notice_area .notice ul li .notice_title i img {
                            width: 12px;
                            margin-top: 15px;
                            margin-right: 15px;
                            cursor: pointer;
                        }

                .notice_area .notice ul li table {
                    width: 100%;
                    font-size: 9pt;
                    text-align: center;
                }

                    .notice_area .notice ul li table thead {
                        border-bottom: 1px solid #ccc;
                    }

                        .notice_area .notice ul li table thead tr th {
                            color: #333;
                            font-weight: 600;
                            background: #f7f7f7;
                            padding: 3px;
                        }

                    .notice_area .notice ul li table tbody tr td {
                        color: #666;
                        padding: 5px;
                        /* border:1px dotted #ddd; */
                    }

                        .notice_area .notice ul li table tbody tr td a:hover {
                            opacity: 0.8;
                        }

                        .notice_area .notice ul li table tbody tr td:nth-child(2) {
                            text-align: left;
                        }

                            .notice_area .notice ul li table tbody tr td:nth-child(2) a {
                                text-align: left;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                width: 170px;
                                display: inline-block;
                                color: #666;
                            }

                        .notice_area .notice ul li table tbody tr td img {
                            width: 15px;
                            display: inline-block;
                            vertical-align: -1.5px;
                        }

/*download area*/

.download_area {
    display: contents;
    float: right;
}

    .download_area ul {
        padding: 0;
        overflow: hidden;
    }

        .download_area ul li {
            float: left;
            border: 1px solid #ccc;
            border-radius: 8px;
            margin: 5px 0;
            width: 230px;
            height: 90px;
        }

            .download_area ul li:hover {
                border: 1px solid #aaa;
                cursor: pointer;
            }

            .download_area ul li:first-child {
                margin-top: 0;
                background: url(../img/down01.png) no-repeat 87% 50%;
                background-size: 45px;
            }

            .download_area ul li:nth-child(2) {
                background: url(../img/down02.png) no-repeat 87% 45%;
                background-size: 30px;
            }

            .download_area ul li:nth-child(3) {
                background: url(../img/down03.png) no-repeat 90% 50%;
                background-size: 35px;
            }

            .download_area ul li:nth-child(4) {
                background: url(../img/down04.png) no-repeat 90% 50%;
                background-size: 30px;
                height: 100px;
            }

                .download_area ul li:nth-child(4):hover {
                    cursor: auto;
                    border: 1px solid #ccc;
                }

            .download_area ul li b {
                font-size: 17px;
                color: #ac292d;
                margin-top: 35px;
                margin-left: 20px;
                display: block;
            }

            .download_area ul li:nth-child(4) b {
                margin-top: 15px;
                line-height: 1.2em;
            }

            .download_area ul li em {
                font-size: 12px;
                color: #777777;
                margin-top: 5px;
                margin-left: 20px;
                display: block;
                font-style: normal;
                font-weight: 600;
                line-height: 1.2em;
            }

/*login, pw_find, pw_change*/

.bg_area {
    width: 1024px;
    height: 150px;
    background: url(../img/login_bg.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bg_area02 {
    width: 1024px;
    height: 150px;
    background: url(../img/notice_bg.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bg_area03 {
    width: 1024px;
    height: 150px;
    background: url(../img/intro_bg.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#container {
}

.content {
    padding: 35px 38px;
    overflow: hidden;
}

.sub_area {
    width: 145px;
    margin-right: 35px;
    float: left;
}

    .sub_area h2 {
        font-size: 25px;
        font-weight: 600;
        height: 45px;
        margin-top: 0;
        color: #ac292d;
        border-bottom: 3.5px solid #ac292d;
    }

    .sub_area ul {
        margin: 0;
        padding: 0;
    }

        .sub_area ul li {
            font-size: 16px;
            font-weight: 600;
            margin: 10px 0;
            text-align: left;
            color: #999;
            cursor: pointer;
        }

            .sub_area ul li:hover {
                opacity: 0.8;
            }

            .sub_area ul li.sub_on {
                color: #333;
            }

                .sub_area ul li.sub_on:hover {
                    opacity: 1;
                }

.content_area {
    width: 763px;
    float: right;
}

    .content_area .content_p {
        font-size: 20px;
        font-weight: 600;
        height: 45px;
        margin-top: 0;
        border-bottom: 3.5px solid #333;
    }

    .content_area .content_b {
        font-size: 13px;
        font-weight: 600;
        color: #898989;
    }

    .content_area .intro_b {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }

    .content_area b strong {
        color: #ca2d2d;
        text-decoration: underline;
        text-underline-position: under;
    }

.login_inner {
    border-top: 1px solid #ccc;
    border-bottom: 3.5px solid #333;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0 25px 0;
}

.login_box {
    display: grid;
    padding: 0 115px;
}

    .login_box label {
        font-size: 13px;
        font-weight: 600;
        display: block;
    }

    .login_box .login_label {
        margin: 20px 0 10px 0;
    }

    .login_box .login_input {
        /*width: -webkit-fill-available;*/
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        font-weight: 600;
        color: #a0a0a0;
        letter-spacing: -0.5px;
    }

    .login_box .find_input {
        padding: 10px;
        border: 1px solid #ddd;
        font-weight: 600;
        color: #a0a0a0;
        letter-spacing: -0.5px;
        background-color: #f7f7f7;
    }

    .login_box_check_box_label {
        font-size: 13px;
        font-weight: 600;
        display: inline !important;
    }

    .login_box_button {
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        border: none;
        border-radius: 10px 10px 0 0;
        background-color: #ca2d2d;
        color: #fff;
        padding: 15px 0;
        margin: 20px 0 10px 0;
        cursor: pointer;
    }
.login_input {
    /*width: -webkit-fill-available;*/
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #a0a0a0;
    letter-spacing: -0.5px;
}
.input_label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 20px 0 10px 0;
}

.p_warning {
    font-size: 12.5px;
    font-weight: 600;
    margin: 5px 0;
}

    .p_warning b {
        text-decoration: underline;
        text-underline-position: under;
    }

    .p_warning span {
        color: #a0a0a0;
    }


.warning {
    color: #ff9000;
}
.validator_error_color {
    color: #ca2d2d !important;
}

.button_area {
    display: block;
    text-align: center;
}

.button01, .button03 {
    width: 100px;
    font-weight: 600;
    border: none;
    border-radius: 10px 10px 0 0;
    background-color: #ca2d2d;
    color: #fff;
    padding: 15px 5px;
    margin: 20px 5px 10px 0;
    cursor: pointer;
}

.button02 {
    width: 100px;
    font-weight: 600;
    border: none;
    border-radius: 10px 10px 0 0;
    background-color: #bcbcbc;
    color: #fff;
    padding: 15px 5px;
    margin: 20px 0 10px 0;
    cursor: pointer;
}

.button04 {
    width: 100px;
    background-color: #333 !important;
    color: #fff;
    margin: 0 0 0 3px !important;
    padding: 10px 0 !important;
}

.login_box select {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    width: 100%;
    background: url(../img/select_arrow.png) no-repeat 98% 50% #f7f7f7;
    background-size: 15px;
    color: #808080;
    border: 1px solid #ccc;
    padding: 10px;
}


.login_box select::-ms-expand {
        display: none; /*for IE10,11*/
    }

.login_box_select {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    width: 100%;
    background: url(../img/select_arrow.png) no-repeat 98% 50% #f7f7f7;
    background-size: 15px;
    color: #808080;
    border: 1px solid #ccc;
    padding: 10px;
    
}

/*체크박스*/
.login_fix[type='checkbox'] { /*진짜 체크박스 지우기*/
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    .login_fix_checkbox_label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        color: #666;
    }

        .login_fix[type='checkbox'] + label:before { /*가짜체크박스*/
            content: ' ';
            display: inline-block;
            width: 15px;
            height: 15px;
            line-height: 21px;
            margin: -2px 3px 0 0;
            text-align: center;
            vertical-align: middle;
            background: none;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

    .login_fix[type='checkbox']:checked + label:before { /* 체크박스를 체크했을때 */
        content: "\2713"; /* 체크모양 */
        font-size: 14px;
        font-weight: 800;
        color: #666;
        text-align: center;
        line-height: 15px;
    }

.reg_pre {
    /* font-family: 'Pretendard-Regular'; */
}

/*borad*/

.board_inner {
}

.board_box {
    text-align: center;
    width: 100%;
}

    .board_box thead tr th {
        font-size: 13px;
        border-bottom: 1px solid #000;
        padding: 15px 0;
    }

    .board_box tbody tr td {
        font-size: 12px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height: 45px;
        cursor: pointer;
    }

        .board_box tbody tr td:hover {
            opacity: 0.8;
        }

        .board_box tbody tr td img {
            width: 15px;
            vertical-align: middle;
        }

.page_navigation {
}

    .page_navigation ul {
        display: block;
        overflow: hidden;
        text-align: center;
        margin: 25px auto;
        width: fit-content;
    }

        .page_navigation ul li {
            float: left;
            font-size: 14px;
            margin: 0 15px;
            color: #999;
            cursor: pointer;
        }

            .page_navigation ul li:hover {
                opacity: 0.8;
            }

            .page_navigation ul li.page_on {
                color: #333;
                font-weight: 600;
                text-decoration: underline;
            }

            .page_navigation ul li .ss {
                width: 10px;
            }

            .page_navigation ul li .s {
                width: 8px;
            }


/*intro*/

.intro_box01,
.intro_box02,
.intro_box03 {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.intro_box02 {
    padding-bottom: 0;
}

.intro_box03 {
    border-bottom: none;
    padding-bottom: 0;
}

.intro_p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    background: url(../img/dot.png) no-repeat 0 50%;
    color: #9b7e4f;
}

.intro_box01 table {
    margin: 0;
    padding: 0;
    border-radius: none;
    overflow: hidden;
}

    .intro_box01 table tr td {
        width: 200px;
        border-radius: 25px;
        background: #f9f9f9;
        padding: 25px;
        border: 10px solid #fff;
    }

        .intro_box01 table tr td .intro_td {
            border-radius: 15px;
            height: 110px;
        }

        .intro_box01 table tr td .intro_td02 {
            border-radius: 15px;
        }

        .intro_box01 table tr td p {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            line-height: 1.2em;
        }

        .intro_box01 table tr td span {
            font-size: 13px;
            color: #666;
        }

.intro_box02 table {
    width: 100%;
}

    .intro_box02 table tr td {
        padding: 20px 0;
    }

        .intro_box02 table tr td p {
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            color: #333;
        }

        .intro_box02 table tr td span {
            font-size: 13px;
            font-weight: 600;
            color: #666;
        }

.intro_effect {
    height: 50px;
    padding-left: 70px;
}

.e01 {
    background: url(../img/intro01.png) no-repeat 5px 0;
}

.e02 {
    background: url(../img/intro02.png) no-repeat 0 0;
}

.e03 {
    background: url(../img/intro03.png) no-repeat 0 0;
}

.e04 {
    background: url(../img/intro04.png) no-repeat 0 0;
}

.e05 {
    background: url(../img/intro05.png) no-repeat 5px 0;
}

.intro_box03 ul {
    padding: 0 0 0 15px;
}

    .intro_box03 ul li {
        font-size: 13px;
        height: 25px;
        margin: 10px 0;
        padding-top: 5px;
        padding-left: 35px;
    }

        .intro_box03 ul li:nth-child(1) {
            background: url(../img/n01.png) no-repeat 0 0;
        }

        .intro_box03 ul li:nth-child(2) {
            background: url(../img/n02.png) no-repeat 0 0;
        }

        .intro_box03 ul li:nth-child(3) {
            background: url(../img/n03.png) no-repeat 0 0;
            margin-bottom: 0;
        }

.intro_span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 25px;
    line-height: 1.3em;
}


/*board_view*/

.view_inner{
    overflow:hidden;
}

.view_box{
    width:100%;
}

.view_box thead tr th{
    border-bottom:1px solid #ccc;
    padding:15px 0;
}

.view_box thead tr th img{
    width:15px;
    margin-top:2px;
    margin-left:5px;
    vertical-align:top;
}

.view_box tbody tr td{
    text-align:center;
}

.view_box tbody .view_td td{
    font-size:15px;
    border-bottom:1px solid #333;
    padding:15px 0;
    background:url(../img/bar.png) no-repeat 0 50%;
    background-size:1.2px;
    color:#666;
}

.view_box tbody .view_td td:nth-child(1){
    background:none;
}

.view_box tbody .view_td td b{
    margin-right:5px;
}

.view_box tbody .view_td td span{
    color:#999;
}

.view_box tbody td pre{
    font-size:15px;
    font-weight:600;
    text-align:left;
    color:#666;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-style: normal;
    line-height:1.5em;
    padding:0 15px;
}

.view_box tbody tr .file_td{
    text-align:left;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-left:15px;
    font-size:13px;
    color:#aaa;
}

.view_box tbody tr .file_td img{
    width:14px;
    vertical-align: top;
    margin-top:1px;
    margin-right:5px;
}

.bt_box{
    overflow:hidden;
    border-bottom:1px solid #ccc;
    padding:15px;
}

.prev_bt{
    border:none;
    background:url(../img/prev.png) no-repeat 0 50%;
    background-size:10px;
    padding-left:20px;
    font-weight:600;
    color:#333;
    cursor:pointer;
    float:left;
}

.next_bt{
    border:none;
    background:url(../img/next.png) no-repeat 100% 50%;
    background-size:10px;
    padding-right:20px;
    font-weight:600;
    color:#333;
    cursor:pointer;
    float:right;
}





/*footer*/

footer {
    width: 100%;
    height: 48px;
    background: #333333;
    color: #aaa;
    overflow: hidden;
}

    footer address {
        font-style: normal;
        font-size: 5.5pt;
        float: left;
        margin: 12px 0 0 20px;
    }

    footer h2 {
        float: right;
        margin-top: 12px;
    }

        footer h2 img {
            display: block;
            width: 125px;
            margin-right: 20px;
        }


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

.modalFrame {
    width: 770px;
    height: 530px;
    position: relative;
    margin: 40px auto;
    padding: 5px 20px 13px 20px;
    border-radius: 4px;
    background: #fff;
    background: -webkit-linear-gradient(top, #ffffff 70%, #eeeeee 80%, #bbbbbb); /* For Safari */
    background: -o-linear-gradient(bottom, #ffffff 70%, #eeeeee 80%, #bbbbbb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ffffff 70%, #eeeeee 80%, #bbbbbb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ffffff 70%, #eeeeee 80%, #bbbbbb); /* Standard syntax */
}

.modalBody {
    width: 765px;
    height: 450px;
    border: 1px solid #87ceeb;
    margin: 0 -14px 0 -11px;
    padding: 15px 10px 13px 10px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

.modalClose {
    background: #909091;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .modalClose:hover {
        background: #00d9ff;
    }

.modalNoticeTitle {
    margin: 2px -12px auto -12px;
    padding-bottom: 3px;
    color: black;
    line-height: 1.5em;
    text-align: center;
    text-shadow: none;
    background: #87ceeb;
    background: -webkit-linear-gradient(left, #579ebb, #87ceeb 30%, #87ceeb 70%, #579ebb); /* For Safari */
    background: -o-linear-gradient(right, #579ebb, #87ceeb 30%, #87ceeb 70%, #579ebb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #579ebb, #87ceeb 30%, #87ceeb 70%, #579ebb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #579ebb, #87ceeb 30%, #87ceeb 70%, #579ebb); /* Standard syntax */
}

.modalFooter {
    width: 100%;
    height: 15px;
    top: 490px;
    position: relative;
    text-align: right;
}

.pt10{
    padding-top: 10px;
}
.readonly {
    background-color: #ccc;
    color: #808080 !important;
}

.radioButtonList2 {
    margin-left: 100px;
    margin-top: -34px;
    table-layout: fixed;
}

    .radioButtonList2 td {
        vertical-align: top;
        white-space: nowrap;
        line-height: 1.8em;
    }

    .radioButtonList2 input[type="radio"] {
        float: left;
    }

    .radioButtonList2 label {
        width: 280px;
        display: block;
    }



.commands {
    margin: 0 !important;
    padding: 0 !important;
    height: 30px;
    border: 1px solid #c0c0c0;
    border-top: 0;
    border-right: 0;
    background: rgba(255, 255, 255, .9);
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
    position: relative;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    height: 28px; /*  height: 40px;*/
    width: 31px; /*  width: 68px;*/
}

    [data-wysihtml5-command]::after,
    [data-wysihtml5-action]::after,
    .fore-color::after {
        content: "";
        background-image: url(/Images/editor_spr.png); /*  background-image: url(/Images/spr_toolbar_icons_r1.png);*/
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    [data-wysihtml5-command]:hover,
    [data-wysihtml5-action]:hover,
    .fore-color:hover {
        background: linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
        background: -o-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
        background: -moz-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
        background: -webkit-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
        background: -ms-linear-gradient(bottom, rgb(229,240,226) 0%, rgb(255,255,255) 100%);
    }

[data-wysihtml5-command="bold"]::after {
    background-position: 4px center;
}

[data-wysihtml5-command="italic"]::after {
    background-position: -22px center;
}

[data-wysihtml5-command="underline"]::after {
    background-position: -46px center;
}

[data-wysihtml5-command="insertUnorderedList"]::after {
    background-position: -77px center;
}

[data-wysihtml5-command="insertOrderedList"]::after {
    background-position: -112px center;
}

[data-wysihtml5-command="createLink"]::after {
    background-position: -147px center;
}

[data-wysihtml5-command="insertImage"]::after {
    background-position: -268px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
    background-position: -188px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
    background-position: -229px center;
}

.fore-color::after {
    background-position: -380px center;
}

[data-wysihtml5-command="insertSpeech"]::after {
    background-position: -300px center;
}

[data-wysihtml5-action="change_view"]::after {
    background-position: -340px center;
}

.fore-color ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 28px;
    right: -1px;
    left: -2px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.fore-color li {
    display: block;
    margin: 3px;
    width: auto;
    border: 0;
    height: 15px;
}

    .fore-color li::after {
        display: none;
    }

.fore-color:hover ul {
    display: block;
}

.fore-color [data-wysihtml5-command-value="silver"] {
    background: silver !important;
}

.fore-color [data-wysihtml5-command-value="gray"] {
    background: gray !important;
}

.fore-color [data-wysihtml5-command-value="maroon"] {
    background: maroon !important;
}

.fore-color [data-wysihtml5-command-value="red"] {
    background: red !important;
}

.fore-color [data-wysihtml5-command-value="purple"] {
    background: purple !important;
}

.fore-color [data-wysihtml5-command-value="green"] {
    background: green !important;
}

.fore-color [data-wysihtml5-command-value="olive"] {
    background: olive !important;
}

.fore-color [data-wysihtml5-command-value="navy"] {
    background: navy !important;
}

.fore-color [data-wysihtml5-command-value="blue"] {
    background: blue !important;
}

.fore-color .wysihtml5-command-active {
    outline: 1px solid #666;
    outline-offset: 1px;
}

.wysihtml5-commands-disabled .fore-color ul {
    display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
    background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
    opacity: 0.4;
    cursor: default;
    background-image: none !important;
}

[data-wysihtml5-dialog] {
    border: 1px solid #e0e0e0;
    background: #ffc;
    font-size: 13px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    float: left;
}

    [data-wysihtml5-dialog] input {
        color: #333;
        border: 1px solid #ccc;
        padding: 3px;
        width: 400px;
    }

        [data-wysihtml5-dialog] input:focus {
            outline: 0;
            border: 1px solid #666;
        }

[data-wysihtml5-dialog-action] {
    padding: 4px;
    color: #fff;
    cursor: pointer;
}

[data-wysihtml5-dialog-action="save"] {
    background: #007200;
}

[data-wysihtml5-dialog-action="cancel"] {
    background: #999;
}

#wysihtml5-editor-toolbar {
    display: block;
    position: absolute; /*  position: relative;*/
    width: 100%;
    margin-top: 3px;
}

.comment .header {
    display: block;
    width:724px;
    /*border-radius: 4px;
    width: 460px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    text-align: center;*/
    background: #eee;
    background: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    font-size: 0;
}

.comment section {
    display: block;
}

.comment textarea {
    -webkit-appearance: none;
    font: -webkit-small-control;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid #c0c0c0;
    white-space: pre;
    padding: 46px 10px 25px 10px !important;
    word-wrap: normal;
    border-radius: 5px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

    .comment textarea:focus {
        box-shadow: 0 0 10px #6c6;
        outline: none;
    }