* {
	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;
}

#visual {
    width: 100%;
    min-width: 1140px;
    height: 250px;
    background-image: url(../images/sub2_vs.jpg);
    background-size: cover;
    background-position: center center;
}
#content {
    width: 100%;
    height: auto;
}
.ct_wrap {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    padding-top: 90px;
}
h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
.ct_wrap ul {
    width: 100%;
    height: 46px;
}
.ct_wrap ul li {
    float: left;
    width: 280px;
    height: 46px;
    text-align: center;
    line-height: 45px;
    background-color: #e3e3e3;
    margin-right: 1px;
    margin-bottom: 2px;
}
.ct_wrap ul li a {
    color: #2d2d2d;
    font-size: 24px;
}
.ct_wrap>ul>.otf {
    background-color: #3062c7;
    color: #fff;
}
.ct_wrap>ul>.otf a{
    color: #fff;
}
.ct_wrap img{
    margin-top: 85px;
    margin-bottom: 20px;
}
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;
}