@charset "UTF-8";

html, body {
    overflow-x: hidden;
}

#wrapper {
    position: relative;
    padding-top: 70px;
}

@media screen and (min-width: 979px) {
    #wrapper {
        padding-top: 0;
    }
}


/* 상단 헤더 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,0);
    z-index: 8000;
    box-shadow: 0px 2px 15px rgba(52,85,157,0);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#header h1 {
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 0;
}

#header h1 a {
    display: inline-block;
}

#header h1 a img {
    height: 20px;
}

#header h1 em.logotopimg {
    position: absolute;
    top: -50px;
    right: 0;
    display: none;
    overflow: hidden;
    width: 62px;
    height: 49px;
}

#header .search-allsite {
    position: absolute;
    top: 25px;
    right: 10px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

#header .search-allsite .search-box {
    position: relative;
    width: 270px;
    display: none;
}

#header .search-allsite .search-box .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.5);
    font-size: 14px;
    border-radius: 25px;
}

#header .search-allsite .search-box .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(255,255,255,0);
    text-align: center;
    font-size: 18px;
}

#header .search-allsite a.allsite-btn {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}

.mnuopen #header,
.scrollOn #header {
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 10px rgba(52,85,157,.08);
}

@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
    #header {
        height: 100px;
    }

    #header:after {
        position: absolute;
        top: 100px;
        left: 0;
        width: 1px;
        height: 1px;
        background-color: rgba(0,0,0,0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        content: '';
    }

    #header h1 {
        top: 38px;
        left: 20px;
    }

    #header .search-allsite {
        display: flex;
    }

    #header:hover {
        height: 380px;
        background-color: rgba(255,255,255,1);
        box-shadow: 0px 2px 10px rgba(52,85,157,.08);
    }

    #header:hover::after {
        width: 100%;
        background-color: rgba(0,0,0,0.1);
    }
}

@media screen and (min-width: 1139px) {
    #header {
        height: 100px;
    }

    #header h1 {
        top: 35px;
    }

    #header h1 a img {
        height: 24px;
    }

    #header:hover {
        background-color: rgba(255,255,255,1);
    }
}

@media screen and (min-width: 1239px) {
    #header h1 {
        top: 34px;
    }

    #header h1 a img {
        height: 26px;
    }
}

@media screen and (min-width: 1439px) {
    #header .search-allsite {
        width: 330px;
    }

    #header .search-allsite .search-box {
        display: block;
    }

    #wrapper:not(.scrollOn) #header {
        position: absolute;
        height: 170px;
    }

    #wrapper:not(.scrollOn) #header:after {
        top: 170px;
    }

    #wrapper:not(.scrollOn) #header h1 {
        top: 69px;
    }

    #wrapper:not(.scrollOn) #header h1 em.logotopimg {
        display: block;
    }

    #wrapper:not(.scrollOn) #header .search-allsite {
        top: 60px;
    }

    #wrapper:not(.scrollOn) #header:hover {
        height: 480px;
    }
}

@media screen and (min-width: 1639px) {
    #header h1 {
        left: 0;
    }

    #header .search-allsite {
        right: 0;
        width: 350px;
    }

    #header .search-allsite .search-box {
        width: 290px;
    }
}


/* 상단 헤더 // GNB */
#gnb {
    display: none;
    padding-left: 230px;
}

#gnb ul.gnb_1dul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#gnb ul.gnb_1dul li.gnb_1dli {
    position: relative;
}

#gnb ul.gnb_1dul li.gnb_1dli:after {
    position: absolute;
    top: 97px;
    left: 0;
    right: 99%;
    height: 3px;
    background-color: #0075C2;
    opacity: 0;
    content: '';
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#gnb ul.gnb_1dul li.gnb_1dli a.gnb_1da {
    display: block;
    height: 100px;
    line-height: 104px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.5pt;
    font-family: 'S-CoreDream-4Regular';
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
    margin-top: 80px;
    opacity: 0;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli {
    position: relative;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli:first-child {
    border-top: none !important;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 13px;
    letter-spacing: -.25pt;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background-color: rgba(0,0,0,0);
    content: '';
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da:hover {
    color: #212121;
}

#gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da:hover::after {
    width: 100%;
    background-color: rgba(0,0,0,0.9);
}

#header:hover #gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
    margin-top: 20px;
    opacity: 1;
}

#gnb ul.gnb_1dul li.gnb_1dli:hover::after {
    right: 60px;
    opacity: 1;
}

#gnb ul.gnb_1dul li.gnb_1dli.select a.gnb_1da,
#gnb ul.gnb_1dul li.gnb_1dli:hover a.gnb_1da {
    color: #0075C2;
}

#gnb ul.gnb_1dul li.gnb_1dli.select a.gnb_1da {
    font-family: 'S-CoreDream-7ExtraBold';
}

@media screen and (min-width: 979px) {
    #gnb {
        display: block;
    }
}

@media screen and (min-width: 1139px) {
    #gnb {
        padding-left: 300px;
    }
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1439px) {

    #gnb ul.gnb_1dul li.gnb_1dli a.gnb_1da {
        padding-right: 80px;
        font-size: 18px;
    }

    #gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da {
        font-size: 14px;
    }

    #gnb ul.gnb_1dul li.gnb_1dli:hover::after {
        right: 80px;
    }

    #wrapper:not(.scrollOn) #gnb ul.gnb_1dul {
        padding-top: 35px;
    }

    #wrapper:not(.scrollOn) #gnb ul.gnb_1dul li.gnb_1dli:after {
        top: 130px;
        height: 5px;
    }

    #wrapper:not(.scrollOn) #gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
        margin-top: 150px;
    }

    #wrapper:not(.scrollOn) #header:hover #gnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
        margin-top: 70px;
    } 
}


/* 하단 푸터 */
#footer {
    position: relative;
    background-color: #fff;
}

#footer .footer-con {
    position: relative;
    padding: 40px;
    background-color: #F8F8F8;
    color: #7D7D7D;
    font-size: 14px;
}

#footer .footer-con .respon1400 {
    position: relative;
}

#footer .footer-con h1 {
    margin-bottom: 10px;
    opacity: 0.5;
    font-size: 0;
    text-align: center;
}

#footer .footer-con h1 img {
    width: 150px;
}

#footer .foot-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .foot-social a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0.3;
}

#footer .footer-info {
    margin: 20px 0;
}

#footer .foot-menu {
    margin-bottom: 20px;
}

#footer .foot-menu ul li {
    width: auto;
}

#footer .foot-menu ul li a {
    display: block;
}

#footer .foot-info li {
    width: 100%;
    text-align: center;
}

#footer p.copyright {
    margin-top: 20px;
    font-family: 'Open Sans';
    text-align: center;
}

#footer .foot-site-link {
    position: relative;
    font-size: 14px;
}

#footer .foot-site-link dl dt a.go-link-btn {
    position: relative;
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    color: #999;
    font-weight: 400;
}

#footer .foot-site-link dl dt a.go-link-btn span {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
    transform: rotate(180deg);
}

#footer .foot-site-link dl dt a.go-link-btn.open span {
    transform: rotate(0deg);
}

#footer .foot-site-link dl dd {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    z-index: 100;
}

#footer .foot-site-link dl dd ul li {
    border-top: 1px solid #dcdcdc;
}

#footer .foot-site-link dl dd ul li:first-child {
    border: none !important;
}

#footer .foot-site-link dl dd ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #999;
}

#footer .foot-site-link dl dd ul li a:hover {
    background-color: #fafafa;
    color: #212121;
}

#footer .krict-logo {
    position: relative;
    margin-top: 40px;
    text-align: center;
    opacity: 0.5;
    font-size: 0;
}

#footer .krict-logo img {
    width: 100px;
}

#footGnb {
    display: none;
    padding: 40px 20px;
}

#footGnb ul.gnb_1dul {
    position: relative;
}

#footGnb ul.gnb_1dul li.gnb_1dli {
    width: 20%;
    height: 235px;
    padding: 10px 20px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

#footGnb ul.gnb_1dul li.gnb_1dli:first-child {
    border-left: none;
}

#footGnb ul.gnb_1dul li.gnb_1dli a {
    display: block;
    letter-spacing: -.25pt;
    color: #7D7D7D;
}

#footGnb ul.gnb_1dul li.gnb_1dli a.gnb_1da {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

#footGnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
    margin-top: 10px;
}

#footGnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

#footGnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a:hover {
    color: #212121;
}

@media screen and (min-width: 639px) {
    #footer .footer-con h1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        margin-bottom: 0;
        text-align: left;
    }

    #footer .footer-con .respon1400 {
        padding-left: 180px;
    }

    #footer .foot-social {
        position: absolute;
        top: 20px;
        left: 0;
    }

    #footer .foot-social a {
        width: 30px;
    }

    #footer .footer-info {
        margin-top: 0;
    }

    #footer .foot-info li,
    #footer p.copyright {
        text-align: left;
    }

    #footer .foot-site-link {
        width: 200px;
    }

    #footer .krict-logo {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100px;
        margin-top: 0;
    }
}

@media screen and (min-width: 767px) {
    #footer .footer-con .respon1400 {
        padding-left: 200px;
    }

    #footer .foot-info li {
        width: auto;
        margin-right: 40px;
    }

    #footer p.copyright {
        margin-top: 10px;
    }
}

@media screen and (min-width: 979px) {
    #footer {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    #footer .foot-site-link {
        position: absolute;
        top: -10px;;
        right: 0;
        z-index: 1000;
    }

    #footer .krict-logo {
        top: 40px;;
        left: auto;
        right: 0;
    }

    #footGnb {
        display: block;
        position: relative;
    }
}

@media screen and (min-width: 1139px) {
    #footer .footer-con .respon1400 {
        padding-left: 250px;
    }

    #footer .footer-con h1,
    #footer .footer-con h1 img {
        width: 180px;
    }

    #footer .foot-social {
        top: 35px;
    }
}

@media screen and (min-width: 1439px) {
    #footer .foot-site-link {
        top: 50%;
        right: 160px;
        margin-top: -18px;
    }

    #footer .krict-logo {
        top: 50%;
        width: 130px;
        margin-top: -32px;
    }

    #footer .krict-logo img {
        width: 130px;
    }

    #footGnb {
        padding: 40px 0;
    }

    #footGnb ul.gnb_1dul li.gnb_1dli {
        height: 264px;
    }

    #footGnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul {
        margin-top: 20px;
    }

    #footGnb ul.gnb_1dul li.gnb_1dli ul.gnb_2dul li.gnb_2dli a {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
}


/* 준비중 페이지 */
.waiting {
    position: relative;
    max-width: 800px;
    padding: 40px 20px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.waiting .waiting-mark {
    max-width: 200px;
    margin: 0 auto 20px;
}

.waiting .waiting-mark img {
    width: 100%;
}

.waiting p {
    letter-spacing: -.5pt;
}

@media screen and (min-width: 639px) {
    .waiting {
        padding: 60px 20px;
    }

    .waiting p {
        font-size: 20px;
    }
}

@media screen and (min-width: 767px) {
    .waiting {
        padding: 100px 20px;
    }

    .waiting .waiting-mark {
        max-width: 100px;
    }

    .waiting p {
        font-size: 24px;
    }
}


/* 모바일 메뉴 */
.mnubtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9100;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#menu-overlay {
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    width: 400px;
    background-color: rgba(0,0,0,0);
    z-index: 7000;
}

#menu-overlay.open {
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}

#m-nav {
	position: fixed;
	top: 70px;
	right: -400px;
	bottom: 0;
	overflow-y: auto;
	width: 400px;
    border-top: 1px solid #dcdcdc;
	background-color: rgba(255,255,255,1);	
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 9000;
}

#m-nav h1 {
    position: relative;
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0;
}

#m-nav h1 a img {
    height: 30px;
}

#m-nav.open {
	right: 0;
	width: 100%;
    max-width: 500px;
}

#mGnb .accordion .gnb-item {
    border-bottom: 1px solid #dcdcdc;
    background-color: #00AC97;
}

#mGnb .accordion .gnb-item > .accordion-button {
    font-family: 'S-CoreDream-4Regular';
}

#mGnb .accordion .gnb-item > .accordion-button:not(.collapsed) {
    background-color: #0089D2;
    color: white;
    font-family: 'S-CoreDream-7ExtraBold';
}

#mGnb .accordion .gnb-item > .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#mGnb .accordion .gnb-item ul.navlink > li > .accordion-button {
    padding: 0.9rem 1.25rem;
    background-color: rgba(255,255,255,0);
    color: #fff;
    font-size: 0.9rem;
}

#mGnb .accordion .gnb-item ul.navlink > li > .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#mGnb .accordion .gnb-item ul.navlink > li > .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#mGnb .accordion .gnb-item span.new-ico {
    display: inline-block;
    width: 18px;
    margin-left: 10px;
    margin-top: -10px;
    font-size: 0px;
}

#mGnb .accordion .gnb-item ul.navlink > li {
    border-top: 1px solid rgba(0,0,0,0.1);
}

#mGnb .accordion .gnb-item ul.navlink > li:first-child {
    border-top: none !important;
}

#mGnb .accordion .gnb-item ul.navlink > li ul.navlink {
    background-color: rgba(255,255,255,0.07);
}

#mGnb .accordion .gnb-item ul.navlink > li a {
    display: block;
    padding: 0.9rem 1.25rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
}

#mGnb .accordion .gnb-item ul.navlink > li a span.new-ico {
    vertical-align: top;
    margin-top: 0;
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
    .mnubtn,
    #m-nav {
        display: none !important;
    }
}