/* #wrapper */
#wrapper {
    position: relative;
    width: 100%;
}

/* header1 : s */
header#toph {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 126px;
    z-index: 2000;
}

header#toph .top_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 98%;
    max-width: 1680px;
    min-width: 1200px;
    height: 126px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header#toph>nav>h1 {
    position: absolute;
    left: 50%;
    margin-left: -130px;
}

header#toph>nav .select {
    position: absolute;
    right: 0px;
    height: 37px;
    line-height: 34px;
    padding-right: 6px;
    padding-left: 16px;
    min-width: 120px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid var(--main-border-color);
    text-align: left;
    appearance: none;
    font-size: 15px;
    cursor: pointer;
}

header#toph>nav .select:hover {
    background-color: rgb(51, 51, 51);
    border: 2px solid rgb(51, 51, 51);
}

header#toph>nav .select a {
    display: flex;
    align-items: center;
    color: var(--second-font-color);
}

header#toph .select a>span {
    margin-right: 10px;
}

header#toph .seltogether {
    display: none;
    position: absolute;
    min-width: 120px;
    right: 0px;
    top: 88px;
    padding: 15px;
    box-sizing: border-box;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    cursor: pointer;
    color: #333333;
}


header#toph .seltogether a{
    display: block;
    margin-bottom: 11px;
}

header#toph .seltogether span {
    border: 1px solid transparent;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #333333;
}

header#toph .seltogether span:hover {
    border-bottom: 1px solid black;
    font-weight: 700;
}


header#toph .bot_nav {
    display: flex;
    justify-content: center;
    max-width: 1720px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
}

header#toph .bot_nav .menu {
    display: flex;
    justify-content: center;
    min-width: 930px;
}

header#toph .bot_nav .menu li:not(:last-child) {
    margin-right: 75px;
}

header#toph .bot_nav ul.menu li a {
    font-size: 20px;
    font-weight: 500;
    color: var(--second-font-color);
    letter-spacing: -0.025em;
}

@media screen and (max-width:1679px) {
    header#toph {
        width: 88%;
    }

    .menuicon {
        margin-left: 20px;
    }

    header#toph>nav .select {
        right: 20px;
    }

    header#toph .bot_nav ul.menu li a {
        font-size: 18px;
    }
}

@media screen and (max-width:1430px) {
    header#toph {
        width: 1200px;
    }
}

/* header1 : e */



/*.swiper : s */
.swiper {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

#swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
}

#swiper .swiper-wrapper .swiper-slide .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% / 4);
    min-width: 1100px;
    height: 375px;
}

#swiper .swiper-wrapper .swiper-slide._1 .text{
    text-align: center;
}

#swiper .swiper-wrapper .swiper-slide._1 .text p:nth-child(1){
    position: relative;
    top: auto;
    padding: 0 0 10px 0;
}

#swiper .swiper-wrapper .swiper-slide._1 .text > h2 {
    position: relative;
    top: auto;
    padding: 0 0 18px 0;
}

#swiper .swiper-wrapper .swiper-slide._1 .text > p:nth-child(3) {
    position: relative;
    top: auto;
    padding: 0 0 50px 0;
}

#swiper .swiper-wrapper .swiper-slide .text p:nth-child(1) {
    position: absolute;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 100;
    letter-spacing: 0.130em;
}

#swiper .swiper-wrapper .swiper-slide .text>h2 {
    position: absolute;
    top: 52.6px;
    line-height: 1.2;
    color: var(--second-font-color);
    font-size: 60px;
    font-weight: bold;
}

#swiper .swiper-wrapper .swiper-slide .text>p:nth-child(3) {
    position: absolute;
    top: 220px;
    color: var(--second-font-color);
    line-height: 34px;
    font-size: 20px;
    letter-spacing: -0.035em;
}

#swiper .swiper-wrapper .swiper-slide .text .btn_wrap{

}

#swiper .swiper-wrapper .swiper-slide .text .btn_wrap a{
    display: inline-block;
    width: 180px;
    height: 55px;
    line-height: 53px;
    border-radius: 30px;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.102);
    color: var(--second-font-color);
    font-size: 20px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    letter-spacing: -0.035em;
}

#swiper .swiper-wrapper .swiper-slide .text .btn_wrap a:first-child{
    margin: 0 33px 0 0;
}

.swiper .swiper-wrapper .swiper-slide .text .arrow {
    position: absolute;
    top: 350px;
    cursor: pointer;
}

.swiper .swiper-wrapper div:nth-child(3) .text .arrow {
    position: absolute;
    top: 330px;
    cursor: pointer;
}

#swiper .swiper-pagination {
    position: absolute;
    bottom: 200px;
}

#swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 1;
}


#swiper .swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}

@media screen and (max-width:1679px) {
    #swiper .swiper-wrapper .swiper-slide .text {
        left: 11%;
    }

}

@media screen and (min-width:1200px) and (max-width:1535px) {
    #swiper .swiper-wrapper .swiper-slide>img {
        width: 122%;
    }
}



header#sech {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    z-index: 2000;
    background-color: var(--main-bg-color);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

header#sech>nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 98%;
    max-width: 1680px;
    min-width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.l {
    display: flex;
    align-items: center;
}

.menuicon {
    margin-right: 46px;
}

header#sech .menuicon {
    margin-right: 70px;
}

header#sech>nav ul.menu {
    display: flex;
    justify-content: center;
    min-width: 930px;
}

header#sech>nav ul.menu li {
    min-width: 70px;
}

header#sech>nav ul.menu li:not(:last-child) {
    margin-right: 60px;
}

header#sech>nav ul.menu li a {
    font-size: 16px;
    font-weight: 500;
}


header#sech .r {
    display: flex;
    align-items: center;
}

header .login_wrap .login_btn_pop {
    font-size: 16px;
    font-weight: 500;
}

header#sech .selwrap {
    display: flex;
    justify-content: flex-end;
}

header#sech>nav .select {
    min-width: 120px;
    height: 37px;
    line-height: 34px;
    padding-right: 12.5px;
    padding-left: 16px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: white;
    border: 2px solid #333333;
    text-align: left;
    appearance: none;
    font-size: 15px;
    cursor: pointer;
}

header#sech>nav .select:hover {
    border: 2px solid transparent;
    background-color: #333333;
}

header#sech>nav .select:hover a {
    color: var(--second-font-color);
}

header#sech>nav .select:hover a .top_category_more_b2 {
    display: none;
}

header#sech>nav .select:hover a .top_category_more {
    display: block;
}

.top_category_more {
    display: none;
}

header#sech nav .select a {
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: -0.025em;
    color: black;

}

header#sech nav .select a>span {
    margin-right: 16.5px;
}

.top_category_more_b2 {
    position: relative;
    width: 11px;
}

header#sech .seltogether {
    display: none;
    position: absolute;
    min-width: 120px;
    top: 70px;
    padding: 15px;
    box-sizing: border-box;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    border-radius: 10px;
    background-color: var(--main-bg-color);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    cursor: pointer;
}

header#sech .seltogether a {
    display: block;
    cursor: pointer;
    margin-bottom: 11px;
    border: 1px solid transparent;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #333333;
}

header#sech .seltogether a span:hover {
    border-bottom: 1px solid black;
    font-weight: 600;
}

@media screen and (max-width:1679px) {
    header#sech>nav {
        width: 88%;
    }

    header#sech .menuicon {
        display: none;
    }

    header#sech .logo {
        margin-left: 20px;
    }

    header#sech>nav ul.menu {
        justify-content: space-between;
        min-width: 710px;
    }

    header#sech>nav ul.menu li:not(:last-child) {
        margin-right: 0;
    }

    header#sech .selwrap {
        width: auto;
        margin-right: 20px;
    }
}

@media screen and (max-width:1430px) {
    header#sech>nav {
        width: 1200px;
    }
}

/* header2  : e */




/* .container */
.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#gdaj {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 720px;
}

#gdaj .center {
    width: 1056px;
    height: 508px;
    text-align: center;
}

#gdaj .center h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #999999;
}

#gdaj .center ul {
    display: flex;

}

#gdaj .center ul li {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}

#gdaj .center ul li:nth-child(2) {
    margin: 0px 5px;
}

.imgbox {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 400px;
}

.imgbox>img {
    display: block;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.imgbox:hover img,
.imgbox:focus img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.imgbox .text {
    position: absolute;
    bottom: 0px;
    width: 350px;
    height: 108px;
    color: var(--second-font-color);
}

.imgbox .text p:nth-of-type(1) {
    margin-bottom: -12px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.imgbox .text p:nth-of-type(2) {
    margin-top: -8px;
    line-height: 42px;
    font-size: 16px;
    font-family: 'Pretendard';
    letter-spacing: -0.025em;
}

/* #exam */
#exam {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
}

#exam .bg {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 338px;
    background: var(--bg-exam) center center no-repeat;
    background-size: cover;
}

#exam .bg .text {
    position: absolute;
    left: 26px;
    right: 0;
    top: 85px;
    bottom: 0;
    margin: auto;
    width: 420px;
    height: 200px;
}

#exam .bg .text p:nth-child(1) {
    text-align: center;
    font-size: 40px;
    color: var(--second-font-color);
    font-weight: 100;
    letter-spacing: -0.025em;
}

#exam .bg .text .bold {
    font-weight: 500;
}

#exam .bg .text p:nth-child(2) {
    margin-top: -9.9px;
    text-align: center;
    font-size: 42px;
    color: var(--second-font-color);
    letter-spacing: -0.025em;
}

#exam .bg .text a {
    display: block;
    width: 200px;
    height: 49px;
    margin: 10px auto;
    border: 1px solid white;
    text-align: center;
    color: var(--second-font-color);
    cursor: pointer;
}

#exam .bg .text a span {
    display: inline-block;
    width: 200px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
    letter-spacing: -0.035em;
    font-weight: 500;
}

#exam .center {
    width: 1200px;
    height: 260px;
    margin-top: 77px;
}

#exam .center table tr {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 130px;
}

#exam .center table tr td a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 290px;
    height: 120px;
    padding: 30px;
    box-sizing: border-box;
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    border-style: solid;
}

#exam .center table tr:nth-child(2) td:nth-child(3) a {
    padding: 30px 15px 30px 30px;
}

#exam .center table tr td p {
    font-size: 20px;
    text-align: left;
    letter-spacing: -0.025em;
}


/* #notice */
#notice {
    height: 375px;
}

#notice .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 375px;
    margin: 30px auto 0;
}

#notice .center .table {
    position: relative;
    width: 600px;
    height: 275px;
    margin-top: -17px;
}

#notice .center .table>h1 {
    padding-left: 6px;
    box-sizing: border-box;
    font-size: 30px;
    letter-spacing: -0.025em;
}

#notice .center .table>a {
    position: absolute;
    top: 15px;
    right: 0;
}

#notice .center .table table {
    margin-top: 9px;
    border-collapse: collapse;
}

#notice .center .table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}

#notice .center .table table tbody tr td {
    padding: 10px;
}

#notice .center .table table tbody tr:last-of-type td {
    border-bottom: 0px solid transparent;
}

#notice .center .table table tbody tr td {
    color: #888888;
}

#notice .center .table table tbody tr td span {
    color: #0c3996;
    font-weight: 500;
}

#notice .center .table table tbody tr td:nth-child(1) {
    display: inline-block;
    overflow: hidden;
    width: 480px;
    white-space: nowrap;
    text-overflow: ellipsis;

}

#notice .center .table table tbody tr td:nth-child(1) a {
    letter-spacing: -0.035em;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

#notice .center .table table tbody tr td:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: #888888;
}

#notice .center #branch {
    position: relative;
    width: 546px;
    height: 275px;
}

#notice .center #branch .swiper-wrapper .swiper-slide {
    position: relative;
    height: 275px;
}

#notice .center #branch .swiper-wrapper .swiper-slide>img {
    width: 546px;
    height: 275px;
}

#branch .swiper-wrapper .swiper-slide .text {
    position: absolute;
    padding: 29px 10px 60px 28px;
    box-sizing: border-box;
}

#notice .center .text>p:nth-child(1) {
    font-size: 40px;
    font-weight: 500;
    color: var(--second-font-color);
    letter-spacing: -0.025em;
}

#notice .center .text>a {
    font-size: 40px;
    font-weight: 600;
    color: #0febff;
    font-family: 'Montserrat';
}

#notice .center .text .brach {
    margin-top: 10px;
    width: 100%;
}

#notice .center .swiper-slide.crr-swiper-slide .text .brach{
    margin-top: 0;
}

#notice .center .text .brach tr td {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: var(--second-font-color);
}

#notice .center .text .brach tr td:nth-of-type(2n) {
    width: 190px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 29px;
}

#notice .center .text .brach tr td:nth-of-type(2n+1) {
    line-height: 29px;
    letter-spacing: -0.025em;
}

#notice .center .text .brach tr td:nth-of-type(1){
    width:80px;
}

#notice .center .swiper-slide.crr-swiper-slide .text .brach tr td:nth-of-type(1){
    width:70px;
}

#notice .center .text .brach tr td:nth-of-type(3){
    width: 40px;
}

#branch {
    margin: 0;
}

#branch .swiper-button-next {
    position: absolute;
    top: 22px;
    right: 0;
    width: 60px;
    height: 60px;
}

#branch .swiper-button-next img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* #covidimg */
#covidimg {
    width: 1200px;
    height: 149px;
    margin: 0 auto 60px;
}
