* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}

li {
	list-style: none
}

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

img {
	border: 0;
}
#tg_btn2 {
	display: none;
}
.toggle {
	position: absolute;
	right: 10px;
	top: 50%;
    margin-top: -9px;
	z-index: 600;
	
}

.toggle2 {
	position: absolute;
	right: 10px;
	top: 18px;
}
.ad_wrap {
	background-color: #fff;
	z-index: 500;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	transition: 0.5s;
}
#accordion {
	width: 100%;
    height: auto;
	position: absolute;
    text-align: center;
	top: 110px;
}

#accordion h3 {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
    font-weight: 500;
    color: #2b2b2b;
}

#accordion ul {
    width: 100%;
    margin-bottom: 30px;
}

#accordion li {
    width: 100%;
	height: 30px;
	line-height: 30px;

}


#accordion a {
	font-size: 15px;
	line-height: 30px;
	color: #2b2b2b;

}



#tg_btn2:checked ~ .ad_wrap {
	top: 0;
	right: 0;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    z-index: 10;
}
.hd_wrap {
    width: 100%;
    min-width: 320px;
    height: 50px;
    margin: 0 auto;    
}
h1{
    position: absolute;
    top: 0px;
    left: 10px;
}
h1 img {
    width: 65%;
}
.gnb {
    float: right;
    display: none;
}
.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;
}



#visual {
    width: 100%;
    min-width: 320px;
    height: 125px;
    background-image: url(../images/vs_img.jpg);
    background-size: cover;
    background-position: center center;
}

#content {
    width: 100%;
    height: auto;
}
.ct_wrap {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
}
.ct_wrap p {
    font-size: 15px;
    color: #313131;
}
.ct_wrap img {
    width: 250px;
    margin-top: 25px;
    margin-bottom: 25px;
}
p.slogan {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}
p.marb {
    margin-bottom: 20px;
}
p.name {
    font-size: 18px;
    padding-top: 40px;
    margin-bottom: -10px;
}


img.sign {
    width: 150px;
}
h2 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

footer {
    width: 100%;
    min-width: 320px;
    text-align: center;
    height: auto;
    border-top: 1px solid #ebebeb;
}
.ft_wrap {
    width: 90%;
    height: 180px;
    margin: 0 auto;
    padding-top: 25px;
}
.ft_wrap p {
    font-size: 13px;
    color: #7d7d7d;
}
.ft_wrap span {
    font-size: 12px;
    color: #939393;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ft_logo img{
    width: 160px;
}