﻿@charset "utf-8";

.hide_txt{font-size:16px; display:none;}

@media (max-width: 1024px){
.hide_txt{display:block;}
}



#table2 {
    width: 100%;
    border-top: 3px solid rgb(40,55,124);

}

    #table2 thead tr {
        text-align: center;
    }

        #table2 thead tr th {
            padding: 15px 10px 15px 10px;
            border-bottom: 1px solid #d6d6d6;
			border-left: 1px solid rgb(221,221,221);
            color: rgb(40,55,124);
            font-size: 15px;
            text-align: center;
        }

    #table2 tbody td {
        padding: 14px 0px 16px 0px;
        text-align: center;
        font-size: 14px;
    }

table thead th {
    padding: 12px 0 10px 20px;
    background-color: rgb(254,249,242);
    text-align: left;
    border-bottom: 1px solid rgb(221,221,221);
    border-right: 1px solid rgb(221,221,221);
    font-weight: bold;
}

table tbody td {
    padding: 20px 0 50px 20px;
    text-align: left;
    border-bottom: 1px solid rgb(221,221,221);
    border-right: 1px solid rgb(221,221,221);
	border-left: 1px solid rgb(221,221,221);
}

#subContentsBox {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    font-size: 15px;
    padding-bottom: 140px;
    margin-top: 60px;
}
#subContentsWrap {
    background-color: rgb(255,255,255);
    width: 100%;
    height: 100%;
}
