@charset "utf-8";


/* mobile gnb ani */
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* layout */
html.no-scroll {
    position: fixed;
    left: 0;
    top: 0;
}

.inner {
    width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.s-inner {
    width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.s-inner1 {
    width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    padding: 3% 0%;
    overflow: hidden;
}

#content {
    margin-top: 150px;
    background: url('/images/conbg.jpg')no-repeat;
    background-size: 100%;
}

#content1 {
    width: 100%;
    position: relative;
}


/* Ÿ��� ���� */
@media all and (max-width:1399px) {
    .inner {
        width: 100%;
    }

    .s-inner {
        width: 97%;
    }

    .s-inner1 {
        width: 97%;
    }
}

@media all and (max-width:976px) {
    #wrap {
        font-size: 15px;
    }

    .s-inner1 {
        padding: 5% 0%;
    }

    #content {
        background-size: 250%;
    }
}

/* Ÿ��� ���� �̸� ~ ����� */
@media all and (max-width:767px) {
    #wrap {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    #wrap {
        font-size: 13px;
    }
}


/* header */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
    z-index: 300;
}

.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 80px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#toparea {
    width: 1300px;
    height: 80px;
    border: 0px solid red;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1299px) {
    #toparea {
        width: 100%;
    }
}

.guide {
    position: absolute;
    right: 0px;
    top: 30px;
}

.guide a {
    font-size: 15px;
    padding: 10px;
}


#pcGnb {
    float: left;
    text-align: center;
    height: 70px;
    width: 100%;
    background: #05447f;
}

#pcGnb>ul {
    /*width:1294px;*/
    border: 0px solid red;
    margin: 0 auto;
    background: #035aab;
}

#pcGnb>ul>li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#pcGnb>ul>li>a {
    display: block;
    font-size: 16.5px;
    color: #fff;
    font-weight: 500;
    line-height: 70px;
    /*letter-spacing:-0.08em;*/
    position: relative;
    padding: 0 25px;
}

#pcGnb>ul>li>ul {
    display: none;
    width: 100%;
    background: #c34692;
    overflow: hidden;
}

#pcGnb>ul>li>ul>li>a {
    display: block;
    width: 100%;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.9);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#pcGnb>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

#pcGnb>ul>li:hover {
    background: #05447f;
    color: #fff !important;
}


.memmenu {
    position: absolute;
    right: 3%;
    top: 40px;
    border: 0px solid red;
}

.memButton {
    background-color: #858585;
    border-radius: 0px;
    border: 1px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;

    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;

}

.memButton1 {
    background-color: #333;
    border-radius: 0px;
    border: 1px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    floaT: left;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;

}



.menuToggle {
    display: none;
    float: right;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 19px;
    position: absolute;
    margin: 21px 5% 0 0;
    cursor: pointer;
}

.menuToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: all 0.5s
}

.menuToggle span.t {
    top: 0;
}

.menuToggle span.m {
    top: 50%;
    margin-top: -1px;
}

.menuToggle span.b {
    bottom: 0;
}


#moGnb {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 29, 44, 0.9);
    overflow-y: scroll;
    padding-bottom: 100px;
    -ms-overflow-style: none;
}

#moGnb>ul>li>a {
    display: block;
    width: 100%;
    font-size: 1.05em;
    color: #fff;
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 0 2%;
    position: relative;
}

#moGnb>ul>li>a:after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
}

#moGnb>ul>li>a:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    transition: all 0.5s;
}

#moGnb>ul>li>ul {
    display: none;
}

#moGnb>ul>li>ul>li>a {
    display: block;
    width: 100%;
    font-size: 1em;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a263f;
    box-sizing: border-box;
    padding: 0 2%;
}

#moGnb>ul>li>a.active:before {
    transform: rotate(90deg)
}

#moGnb .mem1 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.memButton2 {
    background-color: #021436;
    border-radius: 0px;
    border: 0px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 20px 20px;
    text-decoration: none;
    width: 49%;
    box-sizing: bordeer-box;
    text-align: center;

}

.memButton3 {
    background-color: #021436;
    border-radius: 0px;
    border: 0px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 20px 20px;
    text-decoration: none;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}


#header.mo_on {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#header.mo_on #logo {
    background-image: url(/kor/nimg/logo.png)
}

#header.mo_on .menuToggle span {
    background: #222;
}

#header.mo_on .menuToggle span.t {
    transform: translateY(8.5px) rotate(45deg)
}

#header.mo_on .menuToggle span.m {
    width: 0;
}

#header.mo_on .menuToggle span.b {
    transform: translateY(-8.5px) rotate(-45deg)
}

#header.mo_on #moGnb {
    display: block;
}

@media screen and (max-width:1289px) {

    #logo {
        left: 2%;
    }

    #pcGnb {
        text-align: right;
    }

    #pcGnb {
        display: none;
    }

    #header {
        height: 80px;
    }

    .menuToggle {
        display: block !important;
        margin: 30px;
    }

    #content {
        margin-top: 80px;
    }

    .guide {
        display: none;
    }

    .momenu {
        padding-left: 10px;
    }

    .momenu {
        display: block;
        width: 100%;
        font-size: 1.1em;
        color: #fff;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #1a263f;
        box-sizing: border-box;
        padding: 0 2%;
		margin-bottom:0px !important; 
    }

    .momenu a {
        color: #fff;
    }


    .momenu_sub {
        padding-left: 10px;
    }

    .momenu_sub {
        display: block;
        width: 100%;
        font-size: 1.1em;
        color: #fff;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #101317;
        box-sizing: border-box;
        padding: 0 2%;
		margin-bottom:0px !important; 
    }

    .momenu_sub a {
        color: #fff;
    }


}

@media screen and (max-width:1024px) {
    #content {
        margin-top: 80px;
    }

    #header {
        height: 80px;
    }

    .menuToggle {
        display: block !important;
        margin: 32px 2% 0 0;
    }

    #logo {
        top: -7px;
        width: 260px;
        height: 80px;
    }

}



/* Footer */

#footerWrap1 {
    width: 100%;
    overflow: hidden;
    background: #242d36;
    padding: 40px;
    box-size: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

#footerWrap1 .copy {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    line-height: 25px;
    margin-top: 1%
}

#footerWrap1 .copymenu {
    width: 100%;
    text-align: center;
}

.pr35 {
    padding-right: 35px;
}


@media screen and (max-width:989px) {
    #footerWrap1 {
        padding: 20px;
        margin-top: 0px;
    }

    #footerWrap1 .copy {
        float: left;
        width: 100%;
    }

    #footerWrap1 .copymenu {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}


.myButton {
    background-color: #242d36;
    border-radius: 5px;
    border: 0px solid #999;
    display: inline-block;
    cursor: pointer;
    color: #fff;

    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;

}

.myButton:hover {
    background-color: #000;
    color: #fff;
}

.myButton:active {
    position: relative;
    top: 1px;
}


@media screen and (max-width:989px) {
    .myButton {
        padding: 5px;
        font-size: 12px;
    }
}



/* pagination */
.pagination {
    margin: 4rem 0 4rem;
    text-align: center;
}

.pagination li {
    display: inline-block;
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 0.3rem 0 0;
}

.pagination li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0 0.4rem;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    border: 1px solid #e8e9ec;
    border-radius: 0rem;
    box-sizing: border-box;
}

.pagination li a:hover {
    background: #555;
    color: #000 !important;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.pagination li a:focus {
    background: #555;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.pagination li.selected a {
    background: #555;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.pagination li.selected a:hover {
    background: #555 !important;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.pagination li.selected a:focus {
    background: #555;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
}

.pagination li.prev {
    margin: 0 0.8rem 0 0;
}

.pagination li.next {
    margin: 0 0.2rem 0 0.6rem;
}

.pagination li.first a,
.pagination li.first a:hover,
.pagination li.first a:focus,
.pagination li.prev a,
.pagination li.prev a:hover,
.pagination li.prev a:focus,
.pagination li.next a,
.pagination li.next a:hover,
.pagination li.next a:focus,
.pagination li.end a,
.pagination li.end a:hover,
.pagination li.end a:focus {
    background-color: transparent;
    background-repeat: no-repeat;
}

.pagination li.first a {
    background-position: center 1%;
}

.pagination li.prev a {
    background-position: center 31%;
}

.pagination li.next a {
    background-position: center 69%;
}

.pagination li.end a {
    background-position: center 106.5%;
}