* {
    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: 70px;
    text-align: center;
}

.ct_wrap ul {
    width: 100%;
    height: 68px;
}

.ct_wrap > ul > li {
    float: left;
    width: 49%;
    height: 30px;
    text-align: center;
    line-height: 25px;
    background-color: #e3e3e3;
    margin-right: 2%;
}

.ct_wrap ul li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 8px;
}

.ct_wrap ul li a {
    color: #2d2d2d;
    font-size: 14px;
}

.ct_wrap > ul > .otf {
    background-color: #3062c7;
    color: #fff;
}

.ct_wrap > ul > .otf a {
    color: #fff;
}

.smp {
    font-size: 12px;
}
.smp2 {
    font-size: 15px;
}

h2 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.ct_wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 35px;
}

.border_box {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct_wrap .border_box p {
    font-size: 14px;
    color: #3062c7;
}

.ct_wrap img {
    width: 100px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.ct_wrap p.exp {
    font-size: 18px;
    margin-top: 28px;
}

.border {
    border-top: 1px solid #d1d1d1;
    margin-top: 28px;
    margin-bottom: 20px;
}

.ct_wrap p.exp2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.ct_wrap p {
    font-size: 15px;
    color: #2d2d2d;
}

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