@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

/* Reset */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,nav,section,article,header,footer,main,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin: 0; padding: 0; box-sizing: border-box;}
article, aside, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
label,span,audio,canvas,progress,video {display: inline-block;}
body,input,select,textarea,button,img,fieldset {border: none;}
img,fieldset{max-width:100%;height:auto;border:0;vertical-align:middle;margin-bottom:3%;}
ul,ol,li {list-style: none;}
table {width: 100%; border-spacing: 0; border-collapse: collapse;}
address,cite,code,em,i {font-style: normal; font-weight: normal;}
label,img,input,select,textarea,button,a {vertical-align: middle;}
u,ins,a {text-decoration: none;}
a {color: inherit; box-sizing: border-box;}
button {cursor: pointer; font-family: inherit; font-size: inherit; background: inherit;}
b,strong {font-weight: 700;}

/* Normalize */
body,input,textarea,select,button,table,th,td {letter-spacing: -0.03em;}
body{font-size: 20px; color: #333; font-family: 'Noto Sans KR', sans-serif;}

caption,
.blind {overflow: hidden; display:block; position:absolute; border: 0; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px);}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {outline-width: 2px !important; outline-style: dotted !important; outline-color: #000 !important; outline-offset: -2px;}

select {-o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}

.txt-green {color: #39b24f;}
.txt-yellow {color: #ffba00;}
.txt-red {color: #f21a1f;}

.wid100per {width: 100% !important;}

.inner {
    max-width: 980px;
    margin: 0 auto;
}

body {
    background-color: #dcf7ff;
    background-image: url(/intro/images/intro_cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#wrap {
    margin-top: 3em;
}

header {
    max-width: 980px;
    margin: 0 auto 2em;
    position: relative;
}

/* 팝업 레이어 */
.enterPopup { display: none; z-index: 10000; position: absolute; top: 140px; left: 50%; width: 530px; margin-left: -265px; border: 2px solid rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7)}

.enterPopup .popup_wrap { padding: 17px; background: url(/portal/images/popup_bg.jpg?t_=201908161800) no-repeat 50% 50%; background-size: cover}

.enterPopup .popup_wrap .pt { padding: 20px; background-color: #fff}

.enterPopup.layerShow { z-index: 20000; }

.enterPopup .popup_wrap .pt .ti { display: block; margin-bottom: 10px; font-weight: 500; font-size: 21px; color: #000}

.enterPopup .popup_wrap .pt * + .ti { margin-top: 20px}

.enterPopup .popup_wrap .pt ul { }

.enterPopup .popup_wrap .pt ul li img { vertical-align: middle; position: relative; top: 0}

.enterPopup .popup_wrap .pt ul ul { margin: 5px 0 10px 10px}

.enterPopup .popup_wrap .pt ul ul li { font-size: 15px}

.enterPopup .ep_cookie_close { position: relative; text-align: right}

.enterPopup .ep_cookie_close .day_close { position: absolute; top: 0; left: 0}

.enterPopup .ep_cookie_close a { display: inline-block; padding: 7px 10px; text-align: right; color: #fff; }

.enterPopup .ep_cookie_close a img { vertical-align: middle; position: relative; top: -1px}

.enterPopup.show { display: block}

@media (max-width:767px) {
 .enterPopup.show { /* display:none */
 width: calc(100% - 20px); left: 10px; margin-left: 0; }
 }

.logo {
    text-align: center;
}

.intro-util {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

.intro-util span {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.intro-util a {
	margin-left: 30px;
	position: relative;
}

.intro-util a:first-of-type {
	margin-left: 0;
}

.intro-util a::before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #C7CBD1;
	position: absolute;
	top: 6px;
	left: -18px;
}

.intro-util a:first-of-type::before {
	display: none;
}

.intro-util a img {
	opacity: .5;
}

#container {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 2em;
}

.main-cont {
    display: flex;
    justify-content: center;
}

.shortcuts-list {
    display: flex;
    margin-bottom: .5em;
}

.shortcuts-list li {
    width: 100%;
    max-width: 300px;
    background: #fff;
}

.shortcuts-list li:not(:last-of-type) {
    margin-right: 2em;
}

.shortcuts-list li .img-box {
    width: 300px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.shortcuts-list li .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.shortcuts-list li .txt-box {
    padding: .75em 1.5em 1em;
}

.shortcuts-list li .txt-box .tit {
    font-weight: 700;
    text-align: center;
    padding-bottom: .5em;
}

.shortcuts-list li .txt-box .subtit {
    color: #777;
    font-size: .8em;
    text-align: center;
    word-break: keep-all;
    margin-top: 1em;
}

.shortcuts-list li .txt-box .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25em;
}

.shortcuts-list li .txt-box .btn-wrap a {
    width: calc(50% - .5em);
    font-size: .75em;
    text-align: center;
    border-radius: 5px;
    padding: .5em;
    margin: .2em .25em;
    font-weight: 500;
}

.shortcuts-list li .txt-box .btn-wrap .btn-single {
    display: block;
    text-align: center;
    font-size: .8em;
    padding: .5em;
    border-radius: 30px;
    font-weight: 500;
}

.shortcuts-list li .txt-box .btn-single {
    display: block;
    text-align: center;
    font-size: .8em;
    margin-top: 2.5em;
    padding: .5em;
    border-radius: 30px;
    font-weight: 500;
}

.shortcuts-list li .txt-box .btn-blue {
    background: #2875f4;
    color: #fff;
}

.shortcuts-list li .txt-box .btn-blue:hover,
.shortcuts-list li .txt-box .btn-blue:focus {
    background: #2366D6;
}

.shortcuts-list li .txt-box .btn-purple {
    background: #505bc5;
    color: #fff;
}

.shortcuts-list li .txt-box .btn-purple:hover,
.shortcuts-list li .txt-box .btn-purple:focus {
    background: #4650AC;
}

.shortcuts-list li .txt-box .btn-green {
    background: #1da943;
    color: #fff;
}

.shortcuts-list li .txt-box .btn-green:hover,
.shortcuts-list li .txt-box .btn-green:focus {
    background: #19943B;
}

.shortcuts-list li .txt-box .btn-yellow {
    background: #ffb526;
}

.shortcuts-list li .txt-box .btn-yellow:hover,
.shortcuts-list li .txt-box .btn-yellow:focus {
    background: #ffa800;
}

.shortcuts-list li .txt-box  .arrow-white::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/intro/images/intro_sprite_icon.png);
    background-size: 100%;
    background-position: 0 0;
    vertical-align: bottom;
}

.shortcuts-list li .txt-box  .arrow-black::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/intro/images/intro_sprite_icon.png);
    background-size: 100%;
    background-position: 0 -20px;
    vertical-align: bottom;
}

.board-wrap {
    margin-left: 2em;
    max-width: 380px;
}

.board-wrap h3 {
    font-size: 20px;
    margin-bottom: .5em;
}

.notice-wrap {
    position: relative;
    margin-top: -2em;
}

.notice-wrap .btn-more {
    position: absolute;
    top: -5px;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/intro/images/intro_sprite_icon.png);
    background-size: 100%;
    background-position: 0 -70px;
}

.notice-item {
    margin-top: .5em;
}

.notice-item a {
    background: #fff;
    padding: .5em .7em;
    display: flex;
    align-items: center;
    height: 88px;
}

.notice-item a .date {
    background: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    padding: 0 10px 7px;
    margin-right: 1em;
    width: 70px;
}

.notice-item a .date span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.notice-item a .date i {
    font-size: 24px;
    color: #db243a;
    font-weight: 700;
    line-height: 1;
}

.notice-item a .txt {
    font-size: .8em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-wrap {
    margin-top: 1em;
    position: relative;
}

.banner-wrap .banner-control {
    position: absolute;
    background: #fff;
    top: -5px;
    right: 0;
    display: flex;
    padding: 5px 10px;
    border-radius: 30px;
}

.banner-wrap .banner-control button {
    width: 25px;
    height: 25px;
    display: block;
    background: url(/intro/images/intro_sprite_icon.png) no-repeat;
    background-size: 100%;
}

.banner-wrap .banner-control .banner-prev {
    background-position: 0 -25px;
    transform: rotate(180deg);
}

.banner-wrap .banner-control .banner-next {
    background-position: 0 -25px;
}

.banner-wrap .banner-control .banner-pause {
    background-position: 0 -75px;
}

.banner-wrap .banner-control .banner-play {
    background-position: 0 -100px;
}

.banner-wrap .slick-arrow.slick-hidden {
	opacity: .5;
	cursor: default;
}

.banner-item {
    display: block !important;
    margin-bottom: .5em;
}

.banner-item a {
	display: block;
}

.banner-item a .img {
    width: 100%;
    height: 88px;
}

.banner-item a .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.sub-cont {
    margin-top: 1em;
    max-width: 980px;
}

.center-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-wrap .center-info {
    margin-left: 1em;
}

.center-wrap .center-info p {
    font-weight: 500;
}

.center-wrap .center-info p span {
    font-size: .8em;
}

.center-wrap .center-info strong {
    font-size: 1.8em;
}

.light-wrap {
    width: 100%;
    max-width: 380px;
}

.light-item {
    background: #fff;
    display: flex;
    padding: 1em 2em;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}

.light-item p {
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
}

.light-item p strong {
    display: block;
    font-size: 1.6em;
    margin-top: 5px;
}

.light-item .light-circle {
    width: 2em;
    height: 2em;
    background: red;
    border-radius: 50%;
    position: relative;
    margin-left: 1em;
    opacity: .3;
}

.light-item .light-circle.on {
    opacity: 1;
}

.light-item .light-circle::after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
}

.light-item .light-green {
    background: #39b24f;
}

.light-item .light-yellow {
    background: #ffdc19;
}

.light-item .light-red {
    background: #f21a1f;
}


footer {
    border-top: 1px solid #fff;
    padding: 2em 0;
    font-size: .7em;
}

footer .footer-link {
    margin-bottom: 1em;
}

footer .footer-link a {
    margin-right: 30px;
    position: relative;
}

footer .footer-link a::after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    background: #4c5558;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}

footer .footer-link a:last-of-type::after {
    display: none;
}

footer .footer-link a.em {
    font-weight: 500;
    text-decoration: underline;
    color: #000099;
}

footer p a {
    text-decoration: underline;
}


@media (max-width: 1440px) {

	header {
		max-width: 980px;
	}

    #wrap {
        margin-top: 1.5em;
    }

    .main-cont {
        display: block;
    }

    .shortcuts-list {
        justify-content: center;
    }

    .board-wrap {
        margin: 2em auto;
        max-width: 980px;
        display: flex;
    }

    .notice-wrap {
        margin: 0 1em 0 0;
        width: 50%;
    }

    .banner-wrap {
        width: 50%;
        margin: 0 0 0 1em;
    }

    .sub-cont {
        max-width: 980px;
        margin: 2em auto 0;
    }

    footer .footer-link {
        text-align: center;
    }

    footer p {
        text-align: center;
    }
}

@media (max-width: 1024px) {

	header {
		width: calc(100% - 40px);
	}

    .inner {
        padding: 0 20px;
    }

    #container {
        width: calc(100% - 40px);
    }

    .shortcuts-list {
        flex-wrap: wrap;
    }

    .shortcuts-list li {
        margin-right: 0 !important;
        max-width: none;
        margin-bottom: 1em;
    }

    .shortcuts-list li .img-box {
        display: none;
    }

    .shortcuts-list li .txt-box {
        padding: 1.5em;
    }

    .shortcuts-list li .txt-box .subtit {
        margin-top: 0;
    }

    .shortcuts-list li .txt-box .btn-single {
        margin-top: 1em;
    }

    .board-wrap {
        display: block;
        margin-top: 1em;
    }

    .notice-wrap {
        width: 100%;
        margin: 0;
    }

    .banner-wrap {
        width: 100%;
        margin: 1em 0 0 0;
    }

    .banner-item a .img {
        height: auto;
        padding-top: 23%;
        position: relative;
    }

    .banner-item a .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sub-cont {
        display: block;
    }

    .light-wrap {
        margin: 1.5em auto 0;
    }
}

@media (max-width: 768px) {

    body {
    	font-size: 18px;
    }

	.intro-util {
		position: static;
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 425px) {

    .center-wrap {
        display: block;
        text-align: center;
    }

    .center-wrap .center-info {
        margin: 1em 0 0 0;
    }

    .light-item {
        flex-wrap: wrap;
    }

    .light-item p {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }

    .light-item p strong {
        display: inline-block;
        margin-top: 0;
    }

    .light-item .light-circle {
        flex-shrink: 0;
        margin-left: 0;
    }
    
}
#header-top {
    position: relative;
    background-color: #dcf7ff;
}

#header-top .toggle-head .inner {
    position: relative;
    padding-top: 3px;
    letter-spacing: 0px;
}
#header-top .toggle-head .inner img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    margin-bottom :0;
}
#header-top .toggle-head .nuri-txt {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 13px;
    line-height: 1;
    word-break: break-all;
}