﻿body {
    background-color: #fff;
    font-family: NanumSquare;
    font-size: 10pt;
}
/*Main Header 영역 Start*/
#header {
    width: 1680px;
    margin: auto;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    margin-top: 0px;
}

    #header .logo {
        float: left;
    }

    #header .logo {
        vertical-align: middle;
    }

    #header .info {
        float: right;
    }

    #header div.info ul.item {
        padding-left: 0px;
        list-style: none;
        font-size: 11pt;
        font-family: NanumSquare;
    }

        #header div.info ul.item li.active:after {
            content: "";
            display: block;
            width: 117px;
            border-bottom: 1px solid;
        }

        #header div.info ul.item li {
            display: inline-block;
            padding: 0 13px 0 10px;
            text-align: center;
        }

        #header div.info ul.item .divde {
            color: #ccc;
            width: 5px;
        }
/*Main Header 영역 End */
#mainImg #leftMenu {
    width: 170px;
    display: inline-block;
    border: 1px solid #cacaca;
    height: 220px;
    padding-top: 10px;
    background-color: white;
    color: #303030;
}

#leftMenu .title {
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #303030;
}

#leftMenu .cont {
    padding-top: 14px;
    font-size: 16px;
    padding-left: 0px;
    line-height: 1.7em;
    color: #303030;
}
    

/* Main 이미지 영역 메뉴 Start */
#body {
    border-top: 1px solid #cacaca;
    display: inline-block;
    vertical-align: top;
    width: 1680px;
    margin-left: 0px;
    text-align: left;
    font-size: 17pt;
    
}

    #body .title {
        font-size: 20px;
        padding-top: 18px;
        color: #303030;
        font-weight: bold;
    }

    #body .text {
        font-size: 17px;
        padding-top: 15px;
        line-height: 1.7em;
    }

    #body table {
        text-align: center;
    }

        #body table th {
            background-color: #ccc;
        }

#mainImg {
    min-width: 1920px;
    background-size: 100% 100%;
    height: 999px;
    color: white;
    padding-top: 30px;
    font-size: 19px;
    text-align: right;
}

    #mainImg ul.menu {
        padding-left: 0px;
        list-style: none;
        /*width: 740px;*/
        /*width:920px;*/
        display: inline-block;
    }

        #mainImg ul.menu a:link, #mainImg ul.menu a:visited {
            color: #03596d;
        }

        #mainImg ul.menu li.active:after {
            content: "";
            display: block;
            width: 86px;
            border-bottom: 1px solid;
            margin: auto;
            padding-top: 2px;
        }

        #mainImg ul.menu li {
            display: inline-block;
            /*padding: 0 5px 0 5px;*/
            text-align: right;
            padding-right: 80px;
            font-weight: 900;
            font-size: 17pt;
            /*background-color:white;*/
        }

        #mainImg ul.menu .divde {
            color: #ccc;
            width: 5px;
            font-size: 17px;
        }

    #mainImg .menu {
        margin: auto;
        color: #03596d;
        /*width: 921px;*/
        /*border: 1px solid red;*/
    }

    #mainImg .menuDesc {
        width: 980px;
        margin: auto;
        /*padding-top: 100px;*/
        font-size: 30px;
        line-height: 1.5em;
        text-shadow: 1px 1px #303030;
        text-align: center;
        padding-top: 120px;
    }

        #mainImg .menuDesc .title {
            font-size: 48px;
            font-weight: bold;
            padding-bottom: 20px;
        }

/* Main 이미지 영역 메뉴 End */

/* Main Content 영역 Start */

#body #footer {
    font-size: 14pt;
    font-family: NanumSquare;
    line-height: 1.3em;
    width: 1440px;
    height: 80px;
    color: #a4a4a4;
    width: 80%;
    margin-left: 10px;

    
}

#body .footerline {
    height: 1px;
    width: 1440px;
    border: 1px solid #cacaca;
    margin: auto;
    margin-top: 60px;
    clear: both;
}



#body {
    border-top: 1px solid #cacaca;
    display: inline-block;
    vertical-align: top;
    width: 1480px;
    margin-left: 50px;
}

    #body .title {
        font-size: 20px;
        padding-top: 18px;
    }

    #body .text {
        font-size: 17px;
        padding-top: 15px;
        line-height: 1.7em;
    }

    #body table {
        text-align: center;
    }

        #body table th {
            background-color: #ccc;
        }



.mainbg {
    background-image: url("/Content/images/homepageNew/sub_bg.png");
    background-size: 592px;
    background-position: right top;
    margin-left: 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    align-content: center;
    width: 100%;
    height: 100%;
}


    .mainbg .maintext {
        font-family: NanumSquare;
        font-size: 46pt;
        line-height: 57pt;
        color: white;
        padding-left: 24pt;
        padding-top: 86px;
        font-weight: bold;
    }
