﻿@charset "utf-8";

.glocal_platform_shortcut {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 1000;
}

#glocalPlatformBtn {
    display: block;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    #glocalPlatformBtn:hover {
        transform: scale(1.05);
        opacity: 0.9;
        text-decoration: none;
    }

    #glocalPlatformBtn img {
        width: 80px;
        height: 120px;
        object-fit: contain;
        display: block;
    }


@font-face {
    font-family: 'NanumBarunGothic';
    src: url(../Content/fonts/NanumBarunGothic_0.eot);
    src: url(../Content/fonts/NanumBarunGothic_0.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/NanumBarunGothic_0.woff) format('woff'), url(../Content/fonts/NanumBarunGothic_0.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothicBold';
    src: url(../Content/fonts/NanumBarunGothicBold_0.eot);
    src: url(../Content/fonts/NanumBarunGothicBold_0.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/NanumBarunGothicBold_0.woff) format('woff'), url(../Content/fonts/NanumBarunGothicBold_0.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothicLight';
    src: url(../Content/fonts/NanumBarunGothicLight_0.eot);
    src: url(../Content/fonts/NanumBarunGothicLight_0.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/NanumBarunGothicLight_0.woff) format('woff'), url(../Content/fonts/NanumBarunGothicLight_0.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothicUltraLight';
    src: url(../Content/fonts/NanumBarunGothicUltraLight_0.eot);
    src: url(../Content/fonts/NanumBarunGothicUltraLight_0.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/NanumBarunGothicUltraLight_0.woff) format('woff'), url(../Content/fonts/NanumBarunGothicUltraLight_0.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareB';
    src: url(../Content/fonts/NanumSquareB.eot);
    src: url(../Content/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/NanumSquareB.woff) format('woff'), url(../Content/fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../Content/fonts/Roboto-Regular.eot);
    src: url(../Content/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'), url(../Content/fonts/Roboto-Regular.woff) format('woff'), url(../Content/fonts/Roboto-Regular.ttf) format('truetype');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, f
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video:not(.notice_content_detail) {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: NanumBarunGothic, "나눔바른고딕", "맑은고딕", "Malgun Gothic", "돋움", Dotum, Shruti, Arial;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}


html, body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    line-height: 20px;
    font-family: NanumBarunGothic, "나눔바른고딕", "맑은고딕", "Malgun Gothic", "돋움", Dotum, Shruti, Arial;
    font-size: 14px;
    color: #696969;
    letter-spacing: -0.025em;
}

frameset, frame {
    positon: relative;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: NanumBarunGothicBold;
    font-size: 16px;
    color: #696969;
}

input, textarea, select, button {
    font-size: 14px;
    line-height: 1.2em;
    color: #696969;
    font-family: NanumBarunGothic;
}

*, *:before, *:after {
    box-sizing: border-box;
}

input[type=text], input[type=password] {
    height: 28px;
    padding-left: 5px;
    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=file] {
    height: 28px;
    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: -4px 0 0 0;
    vertical-align: middle;
    margin-right: 5px;
}

textarea {
    border: 1px solid #cecece;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    height: 28px;
    padding-left: 5px;
    border: 1px solid #cecece;
}

input, select, textarea {
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: justify;
}

th, td {
    text-align: left;
}

caption {
    display: none;
}

q, blockquote {
    quotes: none;
}

    q::before, q::after, blockquote::before, blockquote::after {
        content: " ";
        content: none;
        clear: both;
    }

img {
    max-width: 100%;
    height: auto;
}

button {
    height: 28px;
    padding-left: 5px;
    border: 1px solid #cecece;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    input[disabled=disabled], button[disabled=disabled] {
        background: #dddddd;
        color: #494949 !important;
    }

a:link, a:visited {
    color: #646464;
    text-decoration: none;
    -webkit-transition: all 120ms ease-out;
    -moz-transition: all 120ms ease-out;
    -ms-transition: all 120ms ease-out;
    -o-transition: all 120ms ease-out;
    transition: all 120ms ease-out
}

a:hover, a:focus {
    outline: none;
    color: #222222
}

a img {
    border: none;
    vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

.hidden {
    display: none;
}


.clear {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    float: none;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.b {
    font-family: NanumBarunGothicBold;
    ;
}

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.fcenter {
    margin: 0 auto;
}

.mT2 {
    margin-top: 2px;
}

.mT3 {
    margin-top: 3px;
}

.mT4 {
    margin-top: 4px;
}

.mT5 {
    margin-top: 5px;
}

.mT10 {
    margin-top: 10px;
}

.mT16 {
    margin-top: 16px;
}

.mT20 {
    margin-top: 20px;
}

.mT30 {
    margin-top: 30px;
}

.mT50 {
    margin-top: 50px;
}

.mL10 {
    margin-left: 10px;
}

.mR5 {
    margin-right: 5px;
}

.mR15 {
    margin-right: 15px;
}

.mR10 {
    margin-right: 10px;
}

.mR40 {
    margin-right: 40px;
}

.mB10 {
    margin-bottom: 10px;
}

.mT300min {
    margin-top: -300px;
}

.scroll {
    overflow: auto;
    scrollbar-face-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-arrow-color: #cccccc;
    scrollbar-track-color: #f9f9f9;
}

.Yscroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.Yscroll01 {
    overflow-y: scroll;
    overflow-x: hidden;
}


/* button_style */

.board_bottom.bt_type01 {
    position: absolute;
    top: 0;
    right: 0;
}

.board_bottom.bt_type {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.btngroup {
    clear: both;
    overflow: hidden;
}

.BtnGroupL {
    float: left;
}

.BtnGroupC {
    position: relative;
    text-align: center;
}

.BtnGroupR {
    float: right;
}

a.btn01 {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding: 0 30px;
    background: #425563;
    text-align: center;
    font-size: 15px;
    font-family: NanumBarunGothicBold;
}

    a.btn01:hover {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        color: #fff;
        padding: 0 30px;
        background: #2b4a60;
        text-align: center;
        font-size: 15px;
        font-family: NanumBarunGothicBold;
    }

a.btn02 {
    display: inline-block;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding: 0 30px;
    background: #aeaeae;
    text-align: center;
    font-size: 15px;
    font-family: NanumBarunGothicBold;
}

    a.btn02:hover {
        display: inline-block;
        height: 38px;
        line-height: 38px;
        color: #fff;
        padding: 0 30px;
        background: #9e9e9e;
        text-align: center;
        font-size: 15px;
        font-family: NanumBarunGothicBold;
    }



/* login */

/*#login_body{background:#eaeaea;}
#login_wrap{position:relative;}
.login_area{position:fixed; top:50%; left:50%; margin-left:-516px; margin-top:-305px; width:1032px;}
.login_area h1 {margin-bottom:20px;}
.login_area .login_area_content {width:1032px; height: 400px; border:1px solid #cacaca; overflow:hidden; }
.login_area .login_title_wrap {float:left; background:#009a75 url('../images/login_bg_img.png') no-repeat; width:462px; height:400px;}
.login_area .login_title_area {margin:68px 0 0 60px ; color:#fff; width:195px;}
.login_area .login_title_area .s_title{font-family:NanumSquareB; font-size:20px; line-height:20px; margin-bottom:12px;}
.login_area .login_title_area .title{font-family:NanumSquareB; font-size:48px; line-height:48px; margin-bottom:20px; background:url('../images/loing_img_ico.png') no-repeat right 0;}
.login_area .login_title_area .c_text{font-size:13px; line-height:42px; border-top:2px solid #008664; border-bottom:2px solid #008664; padding-left:8px; color:#f1f1f1;}

.login_area .login_reg_area {width:568px; height:400px; overflow:hidden; background:#fbfbfb; margin-bottom:22px;}
.login_area .login_reg_area .login_reg {width:448px; margin:0 auto; padding:58px 0 50px 0;}
.login_area .login_reg_area .login_reg ul {float:left;}
.login_area .login_reg_area .login_reg li {margin-bottom:15px; padding:8px 0 8px 10px; background:#c8c6c6;}
.login_area .login_reg_area .login_reg li.last {margin-bottom:0; }
.login_area .login_reg_area .login_reg li input {border:none; background:transparent; font-size:15px; color:#fff; font-family:NanumBarunGothicBold;}
.login_area .login_reg_area .login_reg .login_btn_area {float:right;}
.login_area .login_reg_area .login_reg .login_btn_area input {display:block; cursor:pointer; margin:0 auto; padding:0; text-align:center; background:#3a3a3a; width:128px; height:103px; color:#ffffff; font-size:15px; font-family:NanumBarunGothicBold; border:none;  }
.login_area .login_reg_area .login_reg02 {clear:both; padding-top:25px; overflow:hidden; color:#555555; font-size:13px;}
.login_area .login_reg_area .login_reg02 p {display:inline-block;}
.login_area .login_reg_area .link_area {width:448px; height:90px; background:#fff; border:1px solid #d4d4d4; margin:0 auto; }
.login_area .login_reg_area .link_area ul {height:90px;}
.login_area .login_reg_area .link_area li {float:left; font-size:13px; color:#555555; border-right:1px solid #e3e3e3; height:100%; text-align:center; padding-top:20px; }
.login_area .login_reg_area .link_area li.first {width:138px;}
.login_area .login_reg_area .link_area li.second {width:180px;}
.login_area .login_reg_area .link_area li.third {width:128px;}
.login_area .login_reg_area .link_area li.last {border:none;}
.login_area .login_reg_area .link_area li a {display:block;}
.login_area .login_reg_area .link_area li span.ico01 {display:block; width:22px; height:22px; background:url('../images/login_link_img01.png') no-repeat; margin:0 auto; margin-bottom:7px;}
.login_area .login_reg_area .link_area li span.ico02 {display:block; width:25px; height:25px; background:url('../images/login_link_img02.png') no-repeat; margin:0 auto; margin-bottom:7px;}
.login_area .login_reg_area .link_area li span.ico03 {display:block; width:22px; height:22px; background:url('../images/login_link_img03.png') no-repeat; margin:0 auto; margin-bottom:7px;}
.login_area .info {text-align:center; margin-top:21px;}
.login_area .info p {display:inline-block; padding-left:20px; background:url('../images/login_info_ico.png') no-repeat; font-size:13px; color:#555555; }*/


/* header */
ul.subItemBox {
    display: none;
}

#header {
    height: 74px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    border-top: 3px solid #535353;
    border-bottom: 1px solid #d0d0d0;
    z-index: 200;
}

    #header .top_menu {
        width: 1280px;
        height: 71px;
        margin: 0 auto;
    }

        #header .top_menu h1 a {
            display: inline-block;
            margin: 0 0 0 50px;
            float: left;
        }

        #header .top_menu .menuarea {
            float: right;
            width: 930px;
            height: 73px;
        }

            #header .top_menu .menuarea .main_nenu ul.menu li {
                float: left;
                width: 150px;
                height: 73px;
                position: relative; /*background:url(../images/comm/menu_rightline.jpg) no-repeat top right;*/
            }

                #header .top_menu .menuarea .main_nenu ul.menu li:hover {
                    border: 1px solid #595959;
                    border-width: 0 1px 0 1px;
                    height: 72px;
                    width: 150px;
                    text-align: center;
                    box-shadow: 1px 1px 3px #c3c3c3;
                    -moz-box-shadow: 1px 1px 1px #c3c3c3;
                    -webkit-box-shadow: 1px 1px 1px #c3c3c3;
                }

                    #header .top_menu .menuarea .main_nenu ul.menu li:hover a {
                        color: #000000 !important;
                        padding-top: -1px;
                        margin-bottom: 0px;
                        border-bottom: 3px solid #cccccc;
                    }

                #header .top_menu .menuarea .main_nenu ul.menu li a {
                    color: #636363;
                    font-size: 16px;
                    display: block;
                    text-align: center;
                    width: 100%;
                    height: 100%;
                    line-height: 4.5;
                    font-family: NanumBarunGothicBold;
                }

                    #header .top_menu .menuarea .main_nenu ul.menu li a:hover {
                        color: #000000 !important;
                    }

                #header .top_menu .menuarea .main_nenu ul.menu li ul.sub {
                    position: absolute;
                    background: #ffffff;
                    width: 150px;
                    border: 1px solid #595959;
                    border-width: 0 1px 1px 1px;
                    margin-left: -1px;
                    overflow: hidden;
                    box-shadow: 1px 1px 3px rgba(0,0,0,0.30);
                    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.30);
                    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.30);
                }

                    #header .top_menu .menuarea .main_nenu ul.menu li ul.sub li {
                        width: 100%;
                        height: 43px;
                        border: none;
                        box-shadow: none;
                        border-bottom: 1px solid #e2e2e2;
                    }

                        #header .top_menu .menuarea .main_nenu ul.menu li ul.sub li a {
                            color: #616161 !important;
                            font-size: 13px !important;
                            text-align: left;
                            padding-left: 15px;
                            padding-right: 15px;
                            width: 150px;
                            line-height: 3.5;
                            border: none;
                        }

                            #header .top_menu .menuarea .main_nenu ul.menu li ul.sub li a:hover {
                                color: #000 !important;
                                font-size: 13px !important;
                                background: #e4e4e4;
                                border: none;
                            }

            #header .top_menu .menuarea .user_info {
            }

                #header .top_menu .menuarea .user_info .info_area {
                    width: 131px;
                    height: 40px;
                    background: #fff;
                    float: left;
                    border-left: 1px solid #d8d8d8;
                    margin-top: 16px;
                }

                    #header .top_menu .menuarea .user_info .info_area .info {
                        font-family: NanumBarunGothicBold;
                        color: #000;
                        font-size: 13px;
                        padding: 10px 0 0 30px;
                    }

                        #header .top_menu .menuarea .user_info .info_area .info span.ico {
                            display: inline-block;
                            background: url(../image/top_p_ico.png);
                            width: 17px;
                            height: 16px;
                            vertical-align: middle;
                            margin-right: 11px;
                        }

                #header .top_menu .menuarea .user_info a.logout {
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    background: url(../image/new/logout_ico.png) no-repeat center center;
                    text-indent: -9999px;
                    margin-top: 14px;
                }

                    #header .top_menu .menuarea .user_info a.logout:hover {
                        opacity: .8;
                        filter: alpha(opacity=80);
                        opacity: 0.8;
                        -moz-opacity: 0.8;
                    }



/* main */

#main_contents_wrap {
    width: 100%;
    min-height: 100%;
    background: #fff;
    margin: 73px 0 35px 0;
    display: inline-block;
}

    #main_contents_wrap #visual_wrap {
        width: 100%;
        background: #425563;
        height: 342px;
    }

        #main_contents_wrap #visual_wrap .visual_area {
            width: 1264px;
            margin: 0 auto;
            height: 100%;
        }

            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner {
                width: 1154px;
                margin: 0 auto;
            }

                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.prevVm {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    float: left;
                    height: 100px;
                    margin-top: 123px;
                }

                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.prevVm img {
                        margin-top: 123px;
                        vertical-align: middle;
                    }

                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.nextVm {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    float: left;
                    height: 100px;
                    margin-top: 123px;
                }

                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.nextVm img {
                        margin-top: 123px;
                    }

                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area {
                    width: 1064px;
                    float: left;
                    height: 342px;
                }

                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner {
                        width: 889px;
                        height: 262px;
                        margin: 35px 75px 0 100px;
                    }

                        #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area {
                            width: 327px;
                            display: inline-block;
                        }

                            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area a.refresh {
                                float: right;
                                display: inline-block;
                                color: #fff;
                                font-size: 13px;
                                padding-right: 20px;
                                background: url(../image/bt_refresh_ico.png) no-repeat center right;
                                margin: 5px 0;
                            }

                            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter {
                                width: 327px;
                                height: 232px;
                                float: left;
                                background: url(../image/new/m_moniter_img.png) no-repeat;
                            }

                                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title {
                                    text-align: center; /*padding-top:38px;*/
                                }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico {
                                        display: inline-block;
                                        width: 47px;
                                        height: 47px;
                                        background-repeat: no-repeat;
                                        margin-bottom: 14px;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title .m_title {
                                        display: block;
                                        font-size: 28px;
                                        color: #000;
                                        font-family: NanumSquareB;
                                        line-height: 28px;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title .s_txt {
                                        display: block;
                                        font-size: 12px;
                                        color: #939393;
                                        font-weight: bold;
                                        line-height: 14px;
                                        margin-top: 7px;
                                        letter-spacing: 0.5px;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.off {
                                        background: url(../image/m_off_ico.png);
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.connecting {
                                        background: url(../image/m_connecting_ico.png);
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.stand {
                                        background: url(../image/m_stand_ico.png);
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.end {
                                        background: url(../image/m_end_ico.png);
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.booting {
                                        background: url(../image/m_booting_ico.png);
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .moniter_area .bxslider .moniter .title span.ico.impossible {
                                        background: url(../image/m_impossible_ico.png);
                                    }

                        #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area {
                            width: 350px;
                            overflow: hidden;
                            float: right;
                            margin-top : 20px;
                        }

                            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area span.s_title {
                                display: inline-block;
                                border: 2px solid #fff;
                                line-height: 25px;
                                /*font-family: Roboto-Regular;*/
                                font-weight : bold;
                                font-size: 15px;
                                color: #fff;
                                padding: 5px 15px;
                            }

                            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .title {
                                font-size: 40px;
                                /*font-family: Roboto-Regular;*/
                                color: #fff;
                                margin: 30px 0 33px 0;
                                line-height: 40px;
                            }

                            #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step {
                                height: 89px;
                                border-top: 2px solid #cccccc;
                                border-bottom: 2px solid #cccccc;
                                padding: 18px 0;
                            }

                                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl {
                                    float: left;
                                    height: 50px;
                                    margin-right: 13px;
                                }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl.st01 {
                                        background: url(../image/new/m_step01_img.png) no-repeat;
                                        cursor: pointer;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl.st02 {
                                        background: url(../image/new/m_step02_img.png) no-repeat;
                                        cursor: pointer;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl.st03 {
                                        background: url(../image/new/m_step03_img.png) no-repeat;
                                        margin-right: 0px;
                                        cursor: pointer;
                                        ;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl dt {
                                        font-size: 11px;
                                        font-family: NanumBarunGothicBold;
                                        color: #66ccff;
                                        padding-left: 60px;
                                        line-height: 18px;
                                        margin-top: 5px;
                                    }

                                    #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step dl dd {
                                        font-size: 13px;
                                        font-family: NanumBarunGothicBold;
                                        color: #fff;
                                        padding-left: 60px;
                                    }

                                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area .rolling_img_area .inner .model_area .step span.line {
                                    float: left;
                                    display: inline-block;
                                    background: url(../image/new/m_step_line.png) no-repeat;
                                    width: 30px;
                                    height: 3px;
                                    margin-right: 12px;
                                    margin-top: 17px;
                                }

                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.prevVm {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    float: left;
                    height: 100px;
                    margin-top: 123px;
                }

                #main_contents_wrap #visual_wrap .visual_area .visual_area_inner .contents_area a.nextVm {
                    display: inline-block;
                    vertical-align: middle;
                    width: 45px;
                    float: left;
                    height: 100px;
                    margin-top: 123px;
                }


    #main_contents_wrap #myinfo_wrap {
        width: 100%;
        background: #f4f4f4;
        height: 180px;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #e2e2e2;
    }

        #main_contents_wrap #myinfo_wrap .myinfo_area {
            width: 1264px;
            margin: 0 auto;
        }

            #main_contents_wrap #myinfo_wrap .myinfo_area ul {
                height: 180px;
                width: 100%;
            }

            #main_contents_wrap #myinfo_wrap .myinfo_area li {
                float: left;
                border-right: 1px solid #e2e2e2;
                height: 100%;
                text-align: center;
                width: 20%;
                font-size: 16px;
                color: #2b2b2b;
                font-family: NanumBarunGothicBold;
                padding-top: 39px;
            }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.info {
                    display: block;
                    background: url(../image/new/main_img_info_ico.png) no-repeat;
                    width: 29px;
                    height: 52px;
                    margin: 0 auto;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.date {
                    display: block;
                    background: url(../image/new/main_img_date_ico.png) no-repeat;
                    width: 41px;
                    height: 52px;
                    margin: 0 auto;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.cpu {
                    display: block;
                    background: url(../image/new/main_img_cpu_ico.png) no-repeat;
                    width: 38px;
                    height: 52px;
                    margin: 0 auto;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.memory {
                    display: block;
                    background: url(../image/new/main_img_memory_ico.png) no-repeat;
                    width: 29px;
                    height: 52px;
                    margin: 0 auto;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.disk {
                    display: block;
                    background: url(../image/new/main_img_disk_ico.png) no-repeat;
                    width: 33px;
                    height: 52px;
                    margin: 0 auto;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li span.content {
                    display: block;
                    font-size: 15px;
                    color: #767676;
                    font-family: NanumBarunGothic;
                    margin-top: 8px;
                }

                #main_contents_wrap #myinfo_wrap .myinfo_area li.last {
                    border: none;
                }

    #main_contents_wrap .board_wrap {
        width: 100%;
        overflow: hidden;
    }

    #main_contents_wrap .board_area {
        width: 1264px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

        #main_contents_wrap .board_area .notice_area {
            float: left;
            width: 50%;
            overflow: hidden;
            position: relative;
        }

            #main_contents_wrap .board_area .notice_area .notice_wrap {
                padding: 37px 0 0 80px;
            }

            #main_contents_wrap .board_area .notice_area.qna .notice_wrap {
                padding: 37px 0 0 55px;
            }

            #main_contents_wrap .board_area .notice_area .notice_wrap .title {
                color: #000;
                font-size: 18px;
                font-family: NanumBarunGothicBold;
                margin-bottom: 36px;
                cursor: pointer;
            }

            #main_contents_wrap .board_area .notice_area .notice_wrap .notice_content {
                position: relative;
                width: 506px;
            }

                #main_contents_wrap .board_area .notice_area .notice_wrap .notice_content li {
                    position: relative;
                    width: 506px;
                    text-align: left;
                    line-height: 31px;
                    height: 31px;
                }

                    #main_contents_wrap .board_area .notice_area .notice_wrap .notice_content li a {
                        display: inline-block;
                        width: 320px;
                        word-break: break-all;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

                    #main_contents_wrap .board_area .notice_area .notice_wrap .notice_content li span.date {
                        position: absolute;
                        right: 0px;
                        font-size: 13px;
                        color: #8d8d8d;
                    }

            #main_contents_wrap .board_area .notice_area a.plus {
                display: block;
                position: absolute;
                top: 32px;
                right: 44px;
                width: 27px;
                height: 27px;
                background: url('../image/more_ico.png') no-repeat;
            }

            #main_contents_wrap .board_area .notice_area.qna a.plus {
                display: block;
                position: absolute;
                top: 32px;
                right: 69px;
                width: 27px;
                height: 27px;
                background: url('../image/more_ico.png') no-repeat;
            }



/* layout */

#wrap {
    min-width: 1280px;
}

#contents_wrap {
    width: 100%;
    min-height: 100%;
    background: #fff;
    margin: 73px 0 35px 0;
    display: inline-block;
}

    #contents_wrap .history_wrap {
        height: 41px;
    }

        #contents_wrap .history_wrap .history_area {
            margin: 0 auto;
            width: 1264px;
            line-height: 41px;
        }

            #contents_wrap .history_wrap .history_area .history {
                margin-left: 60px;
                font-size: 13px;
            }

                #contents_wrap .history_wrap .history_area .history img {
                    vertical-align: middle;
                    margin-top: -2px;
                }

                #contents_wrap .history_wrap .history_area .history span.mark {
                    display: inline-block;
                    text-indent: -9999px;
                    width: 7px;
                    height: 13px;
                    background: url(../image/history_mark_ico.png) no-repeat;
                    margin: 0 20px;
                    vertical-align: middle;
                }

                #contents_wrap .history_wrap .history_area .history span.text {
                    color: #000000;
                }

    #contents_wrap .sub_title_wrap.type01 {
        background-color: #425563;
        height: 155px;
        border-top: 2px solid #223f51;
        border-bottom: 1px solid #223f51;
    }

        #contents_wrap .sub_title_wrap.type01 .sub_title_area {
            margin: 0 auto;
            width: 1264px;
            height: 100%;
            background: url(../image/new/base_bg.png) no-repeat center 0;
        }

    #contents_wrap .sub_title_wrap.type02 {
        background-color: #486478;
        height: 155px;
        border-top: 2px solid #3f596c;
        border-bottom: 1px solid #3f596c;
    }

        #contents_wrap .sub_title_wrap.type02 .sub_title_area {
            margin: 0 auto;
            width: 1264px;
            height: 100%;
            background: url(../image/new/base_bg.png) no-repeat center 0;
        }

    #contents_wrap .sub_title_wrap .sub_title_area .title_area {
        text-align: center;
        padding-top: 43px;
    }

        #contents_wrap .sub_title_wrap .sub_title_area .title_area .line_ico {
            display: block;
            width: 44px;
            height: 2px;
            background: #e34f1b;
            margin-bottom: 21px;
        }

        #contents_wrap .sub_title_wrap .sub_title_area .title_area h3 {
            display: inline-block;
            font-size: 28px;
            color: #fff;
            font-family: NanumBarunGothic;
        }

    #contents_wrap .sub_title_wrap.type01 .sub_title_area .title_area h3 span {
        display: block;
        font-size: 14px;
        color: #d4ebf6;
        margin-top: 17px;
        border: 1.5px solid #d4ebf6;
        line-height: 25px;
        padding: 0 20px;
    }

    #contents_wrap .sub_title_wrap.type02 .sub_title_area .title_area h3 span {
        display: block;
        font-size: 14px;
        color: #d4ebf6;
        margin-top: 17px;
        border: 1.5px solid #d4ebf6;
        line-height: 25px;
        padding: 0 20px;
    }

    #contents_wrap .content_area {
        position: relative;
        width: 1180px;
        margin: 0 auto;
        padding: 35px 0;
    }



/* search */
.search_area {
    text-align: right;
    height: 45px;
    margin-bottom: 15px;
}

    .search_area input[type=text] {
        height: 42px;
        padding-left: 7px;
        border: 1px solid #cecece;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 15px;
        margin-right: -5px;
        margin-bottom: 35px;
    }

    .search_area a.btn_search {
        display: inline-block;
        height: 42px;
        width: 45px;
        text-indent: -5000px;
        background: url(../image/search_ico.png) no-repeat;
    }

    .search_area .searchCombo {
        width: 150px;
        height: 42px;
        /*padding-right: 10px;*/
        border: 1px solid #cecece;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 15px;
        margin-right: -4px;
        margin-top: -35px;
    }



/* footer */

#footer {
    clear: both;
    height: 39px;
    line-height: 40px;
    background: #425563;
    width: 100%;
    z-index: 199;
    position: fixed;
    bottom: 0;
}

    #footer .copyright {
        width: 1264px;
        color: #ffffff;
        font-size: 12px;
        margin: 0 auto;
        height: 39px;
        padding-left: 64px;
        text-align: center;
    }



/* Table Type1 */

.table_type1 {
    width: 100%;
    clear: both;
}

    .table_type1 table {
        width: 100%;
    }

        .table_type1 table th {
            padding: 11px 5px 12px 5px;
            color: #000;
            text-align: center;
            background: #f9f9f9;
            border-top: 1px solid #747474;
            border-bottom: 1px solid #e7e7e7;
            font-weight: normal;
            font-size: 15px;
        }

            .table_type1 table th input {
            }

        .table_type1 table td {
            padding: 11px 5px 12px 5px;
            text-align: center;
            border-bottom: 1px solid #e1e1e1;
        }

            .table_type1 table td .tit {
                text-align: left;
            }

            .table_type1 table td .tbl_info {
                text-align: left;
                padding: 15px 110px 15px 115px;
                line-height: 24px;
            }

            .table_type1 table td .tbl_check {
                text-align: left;
                line-height: 22px;
            }

            .table_type1 table td.right {
                text-align: right;
            }

            .table_type1 table td.left {
                text-align: left;
            }

            .table_type1 table td.org {
                color: #ff7a00;
            }

            .table_type1 table td.blue {
                color: #43b2ff;
            }

            .table_type1 table td.gry {
                color: #444444;
            }

            .table_type1 table td a:hover {
                color: #ff6c00;
            }

            .table_type1 table td label {
                margin: 0 0 0 5px;
                display: inline-block;
            }

            .table_type1 table td select {
                height: 28px;
                padding-left: 5px;
                border: 1px solid #cfcfcf;
                font-size: 14px;
            }

            .table_type1 table td textarea {
                border: 1px solid #cfcfcf;
                padding: 5px;
                overflow-y: auto;
                overflow-x: hidden;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
            }

            .table_type1 table td input[type=text] {
                height: 28px;
                padding-left: 5px;
                border: 1px solid #cecece;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
            }

            .table_type1 table td input.btn_search {
                width: 28px;
                height: 28px;
                background: #f9f9f9 url(../image/ico_search.png) no-repeat center;
                border: 1px solid #cecece;
                cursor: pointer;
                float: right;
            }

            .table_type1 table td input.readonly {
                background: #f9f9f9;
            }

            .table_type1 table td img {
                vertical-align: middle;
                margin-left: 8px;
            }


/* Table Type2 */

.table_type2 {
    width: 100%;
    clear: both;
}

    .table_type2 table {
        width: 100%;
        border-top: 1px solid #333333;
    }

        .table_type2 table th {
            padding: 9px 5px 9px 20px;
            color: #000;
            border-bottom: 1px solid #e7e7e7;
            background: #ffffff;
            font-size: 15px;
            font-weight: normal;
        }

            .table_type2 table th p {
                color: #6a6a6a;
                font-size: 15px !important;
            }

        .table_type2 table td label {
            margin-left: 5px;
        }

        .table_type2 table td {
            padding: 9px 0px 9px 15px;
            border-bottom: 1px solid #e7e7e7;
            font-size: 14px;
        }

            .table_type2 table td span {
                color: #999999;
                padding-left: 20px;
            }

            .table_type2 table td.right {
                padding-right: 15px;
            }

            .table_type2 table td select {
                height: 34px;
                padding-left: 5px;
                border: 1px solid #d4d7da;
                background-color: #fafafa;
            }

            .table_type2 table td textarea {
                border: 1px solid #d4d7da;
                padding: 10px;
                overflow-y: auto;
                overflow-x: hidden;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                background-color: #fafafa;
            }

            .table_type2 table td input[type=text] {
                height: 34px;
                padding-left: 5px;
                border: 1px solid #d4d7da;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                background-color: #fafafa; /*margin-top:-28px;*/
            }

            .table_type2 table td input[type=file] {
                width: 100%;
                background-color: #fff;
            }

            .table_type2 table td a.btn_search2 {
                width: 36px;
                height: 34px;
                background: url(../image/ico_search_type2.png) no-repeat 0 0;
                cursor: pointer;
                text-indent: -5000px;
                margin-left: -35px;
                margin-right: 14px;
                display: inline-block;
            }


/* guide_info */

.guide_info_area {
    margin-top: 35px;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
}

    .guide_info_area .guide_info {
        padding: 20px 35px;
    }

        .guide_info_area .guide_info .title {
            background: url(../image/guide_info_ico.png) no-repeat 0 center;
            padding-left: 25px;
            display: inline-block;
            font-size: 14px;
            color: #000;
            margin-bottom: 11px;
        }

        .guide_info_area .guide_info .contents {
            font-size: 13px;
            color: #9e9e9e;
            line-height: 21px;
        }

        .guide_info_area .guide_info .title2 {
            background: url(../image/guide_info_ico.png) no-repeat 0 center;
            padding-left: 25px;
            display: inline-block;
            font-size: 14px;
            color: #000;
            margin-bottom: 11px;
        }


/* paging */

.board_bottom {
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.paging {
    text-align: center;
    font-size: 13px;
}

    .paging a, .paging strong {
        vertical-align: top;
        margin-right: 1px;
        display: inline-block;
    }

    .paging a {
        color: #696969;
        width: 38px;
        height: 38px;
        padding-top: 5px;
        line-height: 26px;
        border: 1px solid #dfdfdf;
    }

        .paging a:hover {
            color: #425563;
            border: 1px solid #425563;
        }

    .paging strong {
        color: #425563;
        line-height: 26px;
        width: 38px;
        height: 38px;
        padding-top: 5px;
        border: 1px solid #425563;
        font-weight: bold;
    }

        .paging a span, .paging strong span {
            position: absolute;
            width: 0;
            height: 0;
            overflow: hidden;
        }

    .paging a.prev, .paging a.next {
        overflow: hidden;
        display: inline-block;
    }

        .paging a.prev:hover img, .paging a.next:hover img {
            margin-top: 0px;
        }

    .paging a.prev {
        margin-right: 0px;
    }

    .paging a.next {
        margin-right: 0px;
    }


/* BBS*/
.tdcontentBox .disk {
    background-image: url("../image/board/ico_disk.gif");
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: center center;
    margin-left: 5px;
    margin-top: 4px;
    float: left;
    width: 10px;
    height: 10px;
}

.new {
    width: 10px;
    height: 10px;
    background-image: url("../image/board/new.gif");
    background-repeat: no-repeat;
    background-size: 9px 10px;
    background-position: center center;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.tdcontentBox .Title {
    float: left;
}

.encodingBox {
    max-height: 80px;
    overflow: auto;
    padding: 5px;
    background-color: #f9f9f9;
    border: #eeeeee 1px solid;
    color: #2b7dcd;
}

.encoding {
    /*height: 15px;
    padding-top: 2px;*/
    background: url(../image/board/ico_fileadd.gif) no-repeat 0 50%;
    padding-left: 15px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
}

.fileInfo {
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.search_area div.btn_search {
    display: inline-block;
    height: 42px;
    width: 45px;
    text-indent: -5000px;
    background: url(../image/search_ico.png) no-repeat;
}

.text01 {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    font-size: 15px;
}

p.text01 span {
    color: red;
}


.complaintresult td {
    border-top: 1px solid #747474;
}
/* Request*/

.content .tbl_sty03 .title {
    width: 1180px;
    height: 42px;
}

    .content .tbl_sty03 .title .box_title_left {
        width: 550px;
        height: 45px;
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        background-color: #1c2e45;
        float: left;
    }

    .content .tbl_sty03 .title .box_title_left_triangle {
        float: left;
        width: 80px;
        height: 252px;
    }

        .content .tbl_sty03 .title .box_title_left_triangle .triangle_img {
            width: 65px;
            height: 65px;
            margin-top: 150px;
            margin-left: 10px;
            background: url('../../image/main/btn_move.png') no-repeat -36px 0px;
        }

    .content .tbl_sty03 .title .box_title_right {
        width: 550px;
        height: 45px;
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        background-color: #486478;
        float: left;
    }

.content .tbl_sty03 .contentsTop {
    /*width:960px;*/
    height: 220px;
    font-size: 13px;
}

    .content .tbl_sty03 .contentsTop .contentsTopLeft {
        width: 550px;
        height: 223px;
        float: left;
        font-size: 13px;
        position: absolute;
    }

        .content .tbl_sty03 .contentsTop .contentsTopLeft .currentBoxos {
            width: 550px;
            height: 35px;
            padding: 10px 10px 10px 10px;
            text-align: center;
            border-bottom: 2px solid #5e8bc6;
        }

        .content .tbl_sty03 .contentsTop .contentsTopLeft select {
            width: 550px;
            height: 34px;
            margin-left: -10px;
        }

        .content .tbl_sty03 .contentsTop .contentsTopLeft table {
            width: 550px;
            height: 205px;
            margin-top: 20px;
            /*margin-left:5px;*/
            padding-bottom: 10px;
            border: 1px solid #e0e0e0;
            border-collapse: collapse;
        }

            .content .tbl_sty03 .contentsTop .contentsTopLeft table td {
                background: #FFFFFF;
                text-align: right;
                padding-right: 15px;
                border-right: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                color: #5b5b5b;
            }

                .content .tbl_sty03 .contentsTop .contentsTopLeft table td.left {
                    width: 100px;
                    background-color: #f9f9f9;
                    text-align: left;
                    padding-left: 15px;
                    border-right: 1px solid #e0e0e0;
                    border-bottom: 1px solid #e0e0e0;
                    font-weight: bold;
                    color: #1c2e45;
                }


    .content .tbl_sty03 .contentsTop .contentsTopRight {
        /*width:0px;*/
        height: 223px;
        float: left;
        font-size: 13px;
        position: relative;
    }

        .content .tbl_sty03 .contentsTop .contentsTopRight .currentBoxos {
            width: 550px;
            height: 35px;
            padding: 10px 10px 10px 10px;
            text-align: center;
            border-bottom: 2px solid #01a982;
        }

        .content .tbl_sty03 .contentsTop .contentsTopRight select {
            width: 370px;
            height: 25px;
            margin-left: -10px;
        }

        .content .tbl_sty03 .contentsTop .contentsTopRight table {
            width: 550px;
            height: 205px;
            margin-top: 20px;
            /*margin-left:5px;*/
            padding-bottom: 10px;
            border: 1px solid #e0e0e0;
            border-collapse: collapse;
        }

            .content .tbl_sty03 .contentsTop .contentsTopRight table td {
                background: #FFFFFF;
                text-align: right;
                padding-right: 15px;
                border-right: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                color: #5b5b5b;
            }

                .content .tbl_sty03 .contentsTop .contentsTopRight table td.left {
                    width: 100px;
                    background-color: #f9f9f9;
                    text-align: left;
                    padding-left: 15px;
                    border-right: 1px solid #e0e0e0;
                    border-bottom: 1px solid #e0e0e0;
                    font-weight: bold;
                    color: #1c2e45;
                }

        .content .tbl_sty03 .contentsTop .contentsTopRight select {
            width: 550px;
            height: 34px;
            margin-left: -10px;
        }

.content .tbl_sty03 .contetnsBottom {
    width: 1180px;
    margin-bottom: 10px;
    font-size: 13px;
}

    .content .tbl_sty03 .contetnsBottom table {
        width: 1180px;
        margin-right: 5px;
        /*margin-left:5px;*/
        padding-bottom: 0px;
        border-collapse: collapse;
    }

        .content .tbl_sty03 .contetnsBottom table td {
            background: #FFFFFF;
            font-size: 13px;
            border: 1px solid #e0e0e0;
            color: #5b5b5b;
        }

            .content .tbl_sty03 .contetnsBottom table td.left {
                background-color: #f9f9f9;
                padding-left: 15px;
                border: 1px solid #e0e0e0;
                font-weight: bold;
                color: #1c2e45;
            }


/* 자원변경 */


/*자원변경*/

#cpu_slider, #ram_slider, #hdd2_slider {
    width: 400px;
    left: 0px;
    position: relative;
    height: 10px;
    background-color: #8e8d8d;
    margin-top: 8px;
    margin-left: 10px;
    border-width: 1px;
    border-style: solid;
    /*border-color: #333 #333 #777 #333;*/
    text-align: right;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    float: left;
    /*box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),   
                     0 1px 0 0px rgba(250, 250, 250, .5);*/
}

.content_area .table_type2 td .sliderValue {
    width: 60px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 2px;
    border: 0;
    background-color: #f9be78;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-left: 25px;
    margin-top: 0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#lblCurrentCpu,
#lblCurrentRam,
#lblCurrentHdd2 {
    width: 60px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    background-color: #f9be78;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-left: 25px;
    margin-top: 0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

/*main*/
.rolling_img_area {
    width: 1064px;
    float: left;
    height: 342px;
}

.bx-prev {
    position: absolute;
    background: url(../image/main_img_prev_ico.png);
    width: 37px;
    height: 64px;
    top: 165px;
    z-index: 1;
    margin-top: 30px;
}


.bx-next {
    position: absolute;
    background: url(../image/main_img_next_ico.png);
    width: 37px;
    height: 64px;
    top: 165px;
    z-index: 1;
    margin-top: 30px;
}

.conn_btn {
    font-size: 30px;
    /*font-family: Roboto-Regular;*/
    color: #fff;
    margin: 16px 0 33px 0;
    line-height: 75px;
    font-weight : bold;
}

.conn_div {
    background-color: #0070c0;
    width : 220px;
    height : 75px;
    text-align : center;
    cursor:pointer;
    border-radius : 50px;
}


#helpdesk_wrap {
    width: 100%;
}

.link_area {
    width: 1264px;
    margin: 0 auto;
    border: 2px solid #e2e2e2;
    height: 65px;
}

    .link_area ul {
        text-align: center;
    }

        .link_area ul li.first {
            float: left;
            width: 50%;
            /*margin-top: 13px;*/
            border-right: 1px solid #e2e2e2;
        }

        .link_area ul li.second {
            float: right;
            width: 50%;
            /*margin-top: 13px;*/
        }


        .link_area ul li span.ico01 {
            display: block;
            width: 22px;
            height: 22px;
            background: url('../image/login_link_img01.png') no-repeat;
            /*margin: 0 auto;
            margin-bottom: 7px;*/
            /*float:left;*/
            margin-left: 186px;
        }

        .link_area ul li span.ico02 {
            display: block;
            width: 25px;
            height: 25px;
            background: url('../image/login_link_img02.png') no-repeat;
            /*margin: 0 auto;
            margin-bottom: 7px;*/
            /*float: left;*/
            margin-left: 210px;
        }

#mainDownload1 {
    float: left;
    margin-left: 30px;
    font-size: 17px;
    cursor :pointer;
}

#mainDownload2 {
    float: left;
    margin-left: 30px;
    font-size: 17px;
    cursor: pointer;
}