* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: "noto sans kr";
}

li {
	list-style: none
}

a {
	text-decoration: none;
	color: #555
}

img {
	border: 0;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    z-index: 10;
}
.hd_wrap {
    width: 1140px;
    height: 80px;
    margin: 0 auto;
    
}
h1{
    position: absolute;
    top: 21px;
}
.gnb {
    float: right;
}
.gnb > li {
    width: 190px;
    height: 80px;
    float: left;
    text-align: center;

}
.sl_menu > a {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 500;
    line-height: 80px;
}
.sl_menu:hover {
    border-bottom: 2px solid #3d6acf;
}

.nav_sub {
    width: 100%;
    height: 200px;
    display: none;
}
.nav_sub ul {
    width: 100%;
    height: 100%;
}
.nav_sub li {
    height: 40px;
}
.nav_sub a {
    line-height: 40px;
    font-size: 16px;
    color: #2b2b2b;
}
.nav_sub a:hover{
    color: #3d6acf;
}

.mask {
    width: 100%;
    height: 240px;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 10;
    
}

#visual {
    width: 100%;
    height: 250px;
    background-image: url(../images/sub2_vs.jpg);
    background-size: cover;
    background-position: center center;
    min-width: 1140px;
    
}
#content {
    width: 100%;
    min-width: 1140px;
}
.ct_wrap {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
}
table {
    width: 1140px;
    font-size: 18px;
    color: #3a3a3a;
    border-collapse: collapse;
}
thead {
    width: 1140px;
    
}
thead tr {
    border-bottom: 1px solid #afa8aa;
    border-top: 2px solid #698cd2;
}
th {
    font-weight: normal;
    
}
td {
    text-align: center;
}
tr {
    width: 1140px;
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
    
}
h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
.page {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.page a {
    font-size: 18px;
    color: #3a3a3a;
    margin-right: 13px;
}
select::-ms-expand {
   display: none;
}
select {
    width: 120px;
    height: 40px;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 300;
    border-color: #dddddd;
    float: left;
    
}
.searchbox {
    width: 1140px;
    height: 110px;
    background-color: #f6f6f6;
    padding-left: 335px;
    padding-right: 335px;
    padding-top: 35px;
    margin-top: 45px;
}
input[type="text"] {
    width: 250px;
    height: 40px;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 300;
    border-color: #dddddd;
    margin-left: 10px;
    float: left;
}
input::placeholder {
    color: #757575;
}
.searchbtn {
    width: 80px;
    height: 40px;
    background-color: #333333;
    text-align: center;
    float: right;
}
.searchbtn a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}
footer {
    width: 100%;
    min-width: 1140px;
    height: 160px;
    border-top: 1px solid #ebebeb;
}
.ft_wrap {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.ft_wrap p {
    font-size: 14px;
    color: #7d7d7d;
    float: left;
}
.ft_wrap span {
    font-size: 12px;
    color: #939393;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.ft_logo {
    float: right;
}