@charset "utf-8";

#wrapper {
    position: relative;
    overflow: hidden;
}

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

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

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

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


/* 상단 헤더 */
#header {
    background-color: rgba(255,255,255,1);
}


/* 서브 메뉴 */
#subLocation {
	position: relative;
    padding: 15px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,1);
}

#subLocation .location {
    line-height: 20px;
    font-size: 12px;
}

#subLocation .location span {
    display: inline-block;
    margin: 0 10px;
    font-size: 0;
    vertical-align: middle;
}

#subLocation .location span i {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 3px;
    background-color: #999;
    border-radius: 50%;
}

#subLocation .location span i:first-child {
    margin-left: 0 !important;
}

#subLocation .sns-link {
    margin-top: 10px;
}

#subLocation .sns-link ul li {
    margin-left: 5px;
    font-size: 0;
}

#subLocation .sns-link ul li:first-child {
    margin-left: 0 !important;
}

#subLocation .sns-link ul li a {
    display: block;
    overflow: hidden;
    width: 30px;
    border-radius: 4px;
}

@media screen and (min-width: 639px) {
    #subLocation .sns-link {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -15px;
    }
}

@media screen and (min-width: 767px) {
    #subLocation {
        padding: 20px;
    }
}

@media screen and (min-width: 1139px) {
    #subLocation .location {
        font-size: 14px;
    }

    #subLocation .sns-link {
        margin-top: -20px;
    }

    #subLocation .sns-link ul li {
        margin-left: 10px;
    }

    #subLocation .sns-link ul li a {
        width: 40px;
    }
}

@media screen and (min-width: 1239px) {
    #subLocation {
        padding: 20px 40px;
    }

    #subLocation .sns-link {
        right: 40px;
    }
}

@media screen and (min-width: 1639px) {
    #subLocation {
        padding: 20px 0;
    }

    #subLocation .sns-link {
        right: 0px;
    }
}


/* 모바일용 로케이션 */
.m-location {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #00AC97;
    z-index: 1000;
}

.m-location .depth-mnu {
    position: relative;
    width: 50%;
}

.m-location.dep3 .depth-mnu {
    width: 33.333333%;
}

.m-location .depth-mnu:not(:first-child) {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.m-location .depth-mnu a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
}

.m-location .depth-mnu dl dt {
    position: relative;
}

.m-location .depth-mnu dl dt a {
    height: 40px;
    line-height: 40px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: #fff;
}

.m-location .depth-mnu dl dt a span {
    position: absolute;
    right: 10px;
    top: 0;
}

.m-location .depth-mnu dl dd {
    display: none;
    position: absolute;
    top: 41px;
    left: -1px;
    right: -1px;
    padding: 5px 0;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    z-index: 2000;
}

.m-location .depth-mnu dl dd ul li:not(:first-child) {
    border-top: 1px solid #dcdcdc;
}

.m-location .depth-mnu dl dd ul li a {
    padding: 10px;
    color: #666;
}

.m-location .depth-mnu dl dd ul li a.active {
    background-color: #f8f8f8;
    font-weight: 700;
    color: #00AC97;
}

@media screen and (min-width: 639px) {
    .m-location .depth-mnu dl dt a {
        height: 50px;
        line-height: 50px;
        padding: 0 40px 0 20px;
        font-size: 14px;
    }

    .m-location .depth-mnu dl dd {
        top: 51px;
    }
}

@media screen and (min-width: 767px) {
    .m-location .depth-mnu {
        width: auto;
    }

    .m-location .depth-mnu:not(:first-child) {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .m-location .depth-mnu dl dt a {
        padding: 0 60px 0 20px;
    }

    .m-location .depth-mnu dl dd ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1239px) {
    .m-location {
        display: none;
    }
}


/* 콘텐츠 */
.pagecoding {
    position: relative;
}

#subGnb {
    display: none;
    position: relative;
}

#subGnb h2.gnb-tit {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    background: #00AC97 url("../images/common/subgnb_overbg.png") no-repeat center left/auto 100%;
    font-size: 24px;
    border-radius: 0 70px 0 0;
    letter-spacing: -.5pt;
    color: #fff;
}

#subGnb h2.gnb-tit:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background-color: #00AC97;
    content: '';
}

#subGnbBox .gnb-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#subGnbBox .gnb-item > .accordion-button {
    padding: 1rem 20px;
    color: #333;
}

#subGnbBox .gnb-item > .accordion-button:hover {
    background-color: #f8f8f8;
}

#subGnbBox .gnb-item > .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #33AC97;
    font-weight: 700;
    box-shadow: none;
}

#subGnbBox .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='DarkCyan'><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>");
}

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

#subGnbBox .gnb-item > a.accordion-button:after {
    display: none;
    transform: rotate(-90deg);
}

#subGnbBox .gnb-item > a.accordion-button:not(.collapsed)::after {
    display: block;
}

#subGnbBox .gnb-item ul.navlink {
    padding: 10px 0;
    border-top: 2px solid #00AC97;
    background-color: #F4F4F4;
}

#subGnbBox .gnb-item ul.navlink li {
    position: relative;
}

#subGnbBox .gnb-item ul.navlink li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    color: #7D7D7D;
    letter-spacing: -.25pt;
}

#subGnbBox .gnb-item ul.navlink li a span.new-ico {
    display: inline-block;
    width: 18px;
    margin-left: 10px;
    margin-top: -15px;
    font-size: 0px;
    font-weight: 900;
    vertical-align: middle;
}

#subGnbBox .gnb-item ul.navlink li a span.arrowico {
    position: absolute;
    top: 0;
    right: 40px;
    opacity: 0;
}

#subGnbBox .gnb-item ul.navlink li a:hover {
    color: #333;
}

#subGnbBox .gnb-item ul.navlink li a:hover span.arrowico {
    right: 20px;
    opacity: 1;
}

#subGnbBox .gnb-item ul.navlink li.active a {
    color: #0075C2;
    font-weight: 700;
}

#subGnbBox .gnb-item ul.navlink li.active a span.arrowico {
    right: 20px;
    opacity: 1;
}

#content {
    position: relative;
    padding: 40px;
}

#content h1.big-tit {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 0;
    text-align: center;
}

#content h1.big-tit em {
    display: block;
    font-family: 'S-CoreDream-7ExtraBold';
    font-size: 20px;
}

#content h1.big-tit span {
    display: block;
    line-height: 1.6;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

#content h1.big-tit .page-mark {
    display: none;
    position: absolute;
    bottom: -15px;
    right: 200px;
    width: 200px;
    z-index: 100;
}

#content .tab-menu {
    position: relative;
    margin-bottom: 40px;
}

#content .tab-menu ul li {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

#content .tab-menu ul li a {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 2px solid rgba(0,0,0,0.15);
    background-color: rgba(0,0,0,0.04);
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .tab-menu ul li a span.aword {
    color: #cf9f0e;
}

#content .tab-menu ul li a:hover {
    background-color: #333;
    color: #fff;
}

#content .tab-menu ul li a:hover span.aword {
    color: #ffe200;
}

#content .tab-menu ul li.active a {
    background: #00AC97 url("../images/common/tabmenu_overbg.png") no-repeat center/cover;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

#content .tab-menu ul li.active a span.aword {
    color: #ffe200;
}

#content .tab-menu ul li a.kakao-link {
    background-color: #fee200;
    color: #2a2916;
}

#content .tab-menu2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

#content .tab-menu2 a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 4px 5px 0;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 16px;
    color: #999;
}

#content .tab-menu2 a.active {
    background-color: #0075C2;
    color: #fff;
    font-weight: 700;
}

@media screen and (min-width: 639px) {
    #content h1.big-tit em {
        font-size: 24px;
    }
    
    #content h1.big-tit span {
        font-size: 14px;
    }

    #content .tab-menu ul li {
        width: 49.5%;
        margin-left: 1%;
        margin-bottom: 1%;
    }

    #content .tab-menu ul li:nth-child(2n+1) {
        margin-left: 0;
    }

    #content .tab-menu2 a {
        height: 36px;
        line-height: 34px;
        padding: 0 20px;
        border-radius: 18px;
    }
}

@media screen and (min-width: 767px) {
    #content h1.big-tit {
        text-align: left;
    }

    #content h1.big-tit em {
        font-size: 30px;
        letter-spacing: -.5pt;
    }
    
    #content h1.big-tit span {
        font-size: 16px;
    }

    #content .tab-menu ul li a {
        height: 50px;
        line-height: 48px;
    }

    #content .tab-menu2 a {
        font-size: 14px;
    }
}

@media screen and (min-width: 979px) {
    #content h1.big-tit {
        height: 100px;
        padding-bottom: 0;
    }

    #content h1.big-tit .page-mark {
        display: block;
    }

    #content:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 140px;
        animation: content-mov 0.5s linear 1 0s;
        animation-fill-mode: forwards;
        content: '';
        z-index: -1;
        background: -moz-linear-gradient(left,  rgba(142,195,253,0) 0%, rgba(142,195,253,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(142,195,253,0) 0%,rgba(142,195,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(142,195,253,0) 0%,rgba(142,195,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ec3fd', endColorstr='#8ec3fd',GradientType=1 ); /* IE6-9 */
    }

    #content .tab-menu2 {
        margin-bottom: 30px;
    }

    #content .tab-menu2 a {
        height: 40px;
        line-height: 38px;
        padding: 0 30px;
        font-size: 16px;
        border-radius: 20px;
    }

    #content .tab-menu2 a:hover {
        background-color: #666;
        color: #fff;
    }

    @keyframes content-mov { 
        0% { width: 0; }
        100% { width: 350px; }
    }
}

@media screen and (min-width: 1139px) {
    #content .tab-menu {
        margin-bottom: 60px;
    }

    #content .tab-menu ul li {
        width: 24.5%;
        margin-left: 0.5%;
        margin-bottom: 0.5%;
    }

    #content .tab-menu ul li:nth-child(2n+1) {
        margin-left: 0.5%;
    }

    #content .tab-menu ul li:nth-child(4n+1) {
        margin-left: 0;
    }

    #content .tab-menu ul.tab5 li {
        width: 19.5%;
    }

    #content .tab-menu ul.tab5 li:nth-child(4n+1) {
        margin-left: 0.5%;
    }

    #content .tab-menu ul.tab5 li:nth-child(5n+1) {
        margin-left: 0;
    }

    #content .tab-menu2 a {
        height: 44px;
        line-height: 42px;
        border-radius: 22px;
    }
}

@media screen and (min-width: 1239px) {
    .pagecoding {
        display: flex;
        max-width: 1600px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px;
    }

    #subGnb {
        display: block;
        width: 25%;
    }

    #content {
        width: 70%;
        padding: 0;
    }

    #content h1.big-tit {
        padding-bottom: 25px;
        border-bottom: 0;
        margin-bottom: 60px;
        text-align: left;
    }
    
    #content h1.big-tit:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: -1000px;
        height: 1px;
        background-color: rgba(0,0,0,0.1);
        content: '';
    }

    #content h1.big-tit em {
        font-size: 36px;
    }

    #content:after {
        top: -40px;
        right: -40px;
    }

    #content .tab-menu ul li a {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1439px) {
    .pagecoding {
        padding: 0px;
        margin: 100px auto;
    }
    
    #subGnb {
        width: 20%;
    }

    #content {
        width: 75%;
        padding-right: 40px;
    }

    #content h1.big-tit em small {
        display: inline;
        font-size: 20px;
    }

    #content:after {
        top: -100px;
        right: 0px;
        height: 200px;
    }

    #content:before {
        position: absolute;
        top: -100px;
        right: -1000px;
        width: 1000px;
        height: 200px;
        background-color: rgba(142,195,253,1);
        z-index: -1;
        content: '';
    }

    #content h1.big-tit .page-mark {
        right: 300px;
        width: 280px;
    }

    @keyframes content-mov { 
        0% { width: 0; }
        100% { width: 500px; }
    }
}

@media screen and (min-width: 1639px) {
    #content {
        width: 1200px;
        padding-right: 0px;
    }

    /*
    .scrollOn .pagecoding {
        justify-content: flex-end;
    }

    .scrollOn #subGnb {
        position: fixed;
        top: 150px;
        left: 50%;
        margin-left: -800px;
    }
    */
}


/* 비밀번호 확인 */
.bridge-password {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.bridge-password h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.bridge-password .basic-input {
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
}

.bridge-password .pw-box .btns {
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    font-family: 'S-CoreDream-4Regular';
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    .bridge-password {
        padding: 40px 60px;
        margin-top: 50px;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
        box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    }
}


/* Modal */
.modal {
    z-index: 9000 !important;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.modal-header {
    position: relative;
    background-color: #1B4AA9;
    color: #fff;
}

.modal-header .close-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.modal-header h4.modal-title {
    font-family: 'IBMPlexSansKR-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

@media screen and (min-width: 767px) {
    .modal-dialog {
        margin: 50px auto;
    }

    .modal-content {
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.15);
        box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    }
}

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