@charset "UTF-8";

#wrap {
    position: relative;
    overflow: hidden;
}

.layout {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
body.on {
    overflow: hidden;
}

/* 검정배경 */
.blind {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
}
body.on .blind {
    display: block;
    opacity: 0.5;
}

/*헤더*/
#header {
    position: absolute;
    top: 0;
    width: 100% !important;
    background: #fff;
    z-index: 3;
}
.sub #header {
    position: relative;
    top: auto;
}
#header .layout {
    height: 100%;
}
#header .layout #gnb_wrap {
    height: 100%;
}
#header .layout #gnb_wrap .logo {
    margin-bottom: 2.5rem;
    float: none !important;
    padding: 0 !important;
}
#header .layout #gnb_wrap .logo a {
    display: block;
    width: 30rem;
}
#header .layout #gnb_wrap #gnb {
    position: relative;
    background: #475268;
}
#header .layout #gnb_wrap #gnb::before {
    position: absolute;
    width: 1000%;
    height: 43px;
    margin-left: -500%;
    background: #475268;
    content: "";
}
#header .layout #gnb_wrap #gnb > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#header .layout #gnb_wrap #gnb > ul > li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #606f8c;
}
#header .layout #gnb_wrap #gnb > ul > li:first-child {
    border-left: 1px solid #606f8c;
}
#header .layout #gnb_wrap #gnb > ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    height: 4.3rem;
    line-height: 4.1rem;
    border-right: 1px solid #3c455a;
}
#header .layout #gnb_wrap #gnb > ul > li > a span::before {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .layout #gnb_wrap #gnb > ul > li > a:focus span::before,
#header .layout #gnb_wrap #gnb > ul > li > a:hover span::before {
    width: 100%;
}
#header .layout #gnb_wrap #gnb > ul > li > a:first-child {
    border-left: 1px solid #3c455a;
}
#header .layout #gnb_wrap #gnb > ul > li > a > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 100%;
    color: #d8dfe8;
    font-weight: 700;
}
#header .layout #gnb_wrap #gnb > ul > li > a > span::after {
    display: inline-block;
    /* vertical-align: middle; */
    font-family: "xeicon";
    font-size: 1.6rem;
    font-weight: 300;
    content: "\e942";
    color: #fff;
    margin-left: 0.6rem;
}
#header .layout #gnb_wrap #gnb > ul > li > a.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #475268;
}
#header .layout #gnb_wrap #gnb > ul > li > .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 2rem 1rem;
    background: #fff;
    border: 1px solid #475268;
}
#header .layout #gnb_wrap #gnb > ul > li > .sub > ul {
    display: inline-block;
}
#header .layout #gnb_wrap #gnb > ul > li > .sub > ul > li {
    margin-top: 1rem;
}
#header .layout #gnb_wrap #gnb > ul > li > .sub > ul > li:first-of-type {
    margin-top: 0;
}
#header .layout #gnb_wrap #gnb > ul > li > .sub > ul > li > .depth_01 {
    display: none;
}

/*서브비주얼*/
.sub_visual {
    padding: 11rem 0 17rem 0;
    text-align: center;
}
.sub_visual.vs01 {
    background: url(../../images/layout/sub_bg01.jpg) no-repeat center center/cover;
}
.sub_visual .layout h2 {
    color: #fff;
}

/*모바일/전체메뉴 버튼*/
#header .all_menu {
    display: none;
    position: absolute;
    height: 5rem;
    width: 5rem;
    bottom: 2rem;
    right: 2rem;
    background: #475268;
}
#header .all_menu p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}
#header .all_menu p i {
    font-size: 2.5rem;
    vertical-align: middle;
    color: #fff;
    transition: all 1s;
    display: none;
}
#header .all_menu .open {
    display: block;
}
#header .all_menu.on .open {
    display: none;
}
#header .all_menu .close {
    display: none;
}
#header .all_menu.on .close {
    display: block;
}

/*서브바*/
.snb .layout .snb_wrap {
    position: relative;
    margin-top: -6rem;
}
.snb .layout .snb_wrap:after {
    content: "";
    display: block;
    clear: both;
}
.snb .layout .snb_wrap:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #475268;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.snb .layout .snb_wrap .home {
    width: 6rem;
    height: 6rem;
    display: block;
    position: relative;
    float: left;
}
.snb .layout .snb_wrap .home i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
}
.snb .layout .snb_wrap .snb_select {
    float: left;
    border-left: 1px solid #fff;
    position: relative;
}
.snb .layout .snb_wrap .snb_select:last-of-type {
    border-right: 1px solid #fff;
}
.snb .layout .snb_wrap .snb_select .select_active {
    width: 30rem;
    height: 6rem;
    line-height: 6rem;
    position: relative;
    padding-right: 4.25rem;
}
.snb .layout .snb_wrap .snb_select .select_active i {
    color: #fff;
    font-size: 2.25rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
.snb .layout .snb_wrap .snb_select .select_active.on {
    background: #475268;
}
.snb .layout .snb_wrap .snb_select .select_active.on i {
    transform: translateY(-50%) rotate(180deg);
}
.snb .layout .snb_wrap .snb_select .select_active span {
    position: relative;
    color: #fff;
}
.snb .layout .snb_wrap .snb_select .select_list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
}
.snb .layout .snb_wrap .snb_select .select_list:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #475268;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.snb .layout .snb_wrap .snb_select .select_list li a {
    padding: 1.25rem 2rem;
    display: block;
    position: relative;
    color: #fff;
}
.snb .layout .snb_wrap .snb_select .select_list li a:hover {
    background: #475268;
}
.snb .layout .snb_wrap .snb_select .select_list li {
    border-top: 1px solid #fff;
    position: relative;
}

/*서브 제목*/
#sub_tit {
    position: relative;
    padding: 5rem 0;
    border-bottom: 1px solid #ddd;
}
#sub_tit .layout h3 {
    font-size: 3rem;
    color: #000;
    text-align: center;
}

/*콘텐츠영역*/
#txt {
    margin: 4rem 0;
}

/*검색*/
#header .search {
    position: absolute;
    height: 5rem;
    width: 5rem;
    top: 50%;
    right: 8rem;
    margin-top: -2.5rem;
    background: #475268;
}
#header .search p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}
#header .search p i {
    font-size: 2.5rem;
    vertical-align: middle;
    color: #fff;
    transition: all 1s;
    display: none;
}
#header .search p .open {
    display: block;
}
#header .search.on p .open {
    display: none;
}
#header .search p .close {
    display: none;
}
#header .search.on p .close {
    display: block;
}
#header .search_box:before {
    display: block;
    width: 1000%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    height: 100%;
    transform: translateX(-50%);
    z-index: 2;
}
#header .search_box {
    display: none;
    position: absolute;
    top: 10rem;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 4rem 0;
    border-bottom: 1px solid #ddd;
}
#header .search_box .search_wrap {
    width: 100rem;
    margin: 0 auto;
    position: relative;
    padding-left: 15rem;
    z-index: 3;
}
#header .search_box .search_wrap strong {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 2.5rem;
    color: #475268;
    transform: translateY(-50%);
    line-height: 100%;
}
#header .search_box .search_wrap .search_bar {
    padding-right: 4rem;
}
#header .search_box .search_wrap .search_bar input {
    height: 4rem;
    width: 100%;
}
#header .search_box .search_wrap .search_bar .submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background: #475268;
}
#header .search_box .search_wrap .search_bar .submit i {
    font-size: 2rem;
    color: #fff;
}

/*전체메뉴*/
.mobile_wrap {
    position: absolute;
    top: 14rem;
    width: 100%;
    right: -100%;
    height: calc(100% - 13rem);
    opacity: 0;
    transition: all 0.2s;
    z-index: 10;
    visibility: hidden;
    overflow: hidden;
}
.mobile_wrap .layout {
    height: 100%;
}
.mobile_menu {
    position: relative;
    height: 100%;
}
.mobile_menu:before {
    width: 32rem;
    background: #f6f7f9;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
}
.mobile_menu > ul {
    height: 100%;
    position: relative;
}
.mobile_menu > ul > li > a {
    width: 32rem;
    height: 10rem;
    display: block;
    display: table;
    background: #f6f7f9;
    padding: 0 2rem;
}
.mobile_menu > ul > li > a.on {
    background: #475268;
}
.mobile_menu > ul > li > a.on > span {
    color: #fff;
}
.mobile_menu > ul > li > a > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
}
.mobile_menu > ul > li > .sub {
    display: none;
    position: absolute;
    width: calc(100% - 20rem);
    left: 20rem;
    height: 100%;
    top: 0;
    padding: 2rem;
    background: #fff;
}
.mobile_menu > ul > li.on .sub {
    display: block;
    padding: 2rem;
}
.mobile_menu > ul > li.on > a {
    background: #353541;
    color: #fff;
}
.mobile_menu > ul > li > .sub > ul > li > a {
    display: block;
    padding: 2rem;
    position: relative;
    font-size: 1.8rem;
}
.mobile_menu > ul > li > .sub > ul > li > a > span {
    font-size: 1.8rem;
    display: block;
}
.mobile_menu > ul > li > .sub > ul > li {
    border-top: 1px solid #ddd;
}
.mobile_menu > ul > li > .sub > ul > li:first-of-type {
    border-top: 0;
}
.mobile_menu > ul > li > .sub > ul > li > a.on {
    border-bottom: 1px solid #475268;
}
.mobile_menu > ul > li > .sub > ul > li > .depth {
    padding: 2rem;
    display: none;
}
.mobile_menu > ul > li > .sub > ul > li > .depth > ul > li {
    margin-top: 1rem;
}
.mobile_menu > ul > li > .sub > ul > li > .depth > ul > li:first-of-type {
    margin-top: 0;
}
.mobile_menu > ul > li > .sub > ul > li > a:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    content: "";
    background: url(../../images/layout/mobile_menu_arr.png) no-repeat center center/cover;
    width: 1.3rem;
    height: 0.8rem;
}
.mobile_menu > ul > li > .sub > ul > li > a.on:before {
    transform: translateY(-50%) rotate(-180deg);
}
.mobile_menu > ul > li > a.on + .sub {
    display: block;
}
.mobile_menu > ul > li > .sub > ul > li > a.empty:before {
    display: none;
}
.mobile_menu ul li a span {
    position: relative;
}
.mobile_wrap.on {
    opacity: 1;
    right: 0;
    transition: all 0.2s;
    visibility: visible;
    overflow: visible;
}

/*전체메뉴 스크롤바*/
.mobile_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #475268;
}
.mobile_wrap .mCSB_scrollTools .mCSB_draggerRail {
    background: #ddd;
}
.mobile_wrap .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mobile_wrap .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mobile_wrap .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #475268;
}

/*상단 탑 이동*/
.page_topBtn {
    position: fixed;
    bottom: 20rem;
    z-index: 1;
    right: 10rem;
}
.page_topBtn a {
    width: 6.1rem;
    height: 5.7rem;
    display: block;
}

/*푸터*/
#footer {
    font-size: 13px;
    padding: 3.4rem 0;
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#footer .links {
    margin-bottom: 0.8rem;
}
#footer .links a {
    font-weight: 700;
    color: #292929;
}
#footer .links a:focus,
#footer .links a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
#footer .copy {
    color: #595959;
}

/*전체메뉴 768px 이상*/
@media (min-width: 768px) {
    .mobile_wrap .layout {
        padding: 4rem 2rem;
        height: calc(100% - 10rem);
    }
    .mobile_menu > ul {
        max-width: 1400px;
        margin: 0 auto;
    }
    .mobile_menu:before {
        display: none;
    }
    .mobile_menu > ul > li > .sub {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        display: block !important;
        padding: 2rem 0;
    }
    .mobile_menu > ul > li > .sub > ul > li {
        float: left;
        width: 20%;
        border-top: 0;
    }
    .mobile_menu > ul > li > .sub > ul {
        overflow: hidden;
    }
    .mobile_menu > ul > li > .sub > ul > li > a:before {
        display: none;
        padding: 0;
    }
    .mobile_menu > ul > li > .sub > ul > li > .depth {
        display: block !important;
    }
    .mobile_menu > ul > li > a {
        width: 100%;
        height: auto;
        background: none;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    .mobile_menu > ul > li > a > span {
        padding: 2rem;
        display: inline-block;
        position: relative;
    }
    .mobile_menu > ul > li > a > span:before {
        content: "";
        display: block;
        height: 4px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #475268;
        position: absolute;
    }
    .mobile_wrap {
        background: #fff;
        top: -200%;
        right: auto;
        height: 100%;
    }
    .mobile_wrap.on {
        opacity: 1;
        top: 10rem;
    }
    .mobile_wrap.on .mobile_menu > ul {
        overflow-y: auto;
        height: calc(100% - 10rem);
    }
    .mobile_menu ul li a[target="_blank"] span:after {
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        transform: none;
        margin-left: 1rem;
        vertical-align: middle;
    }
    .mobile_menu > ul > li > .sub > ul > li > a[target="_blank"] span:after {
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        transform: none;
        margin-left: 1rem;
        vertical-align: middle;
    }
    .mobile_menu > ul > li > .sub > ul > li > a.on {
        border: 0;
    }
    .mobile_menu > ul > li > a.on {
        background: none;
    }
    .mobile_menu > ul > li > a.on span {
        color: #555;
    }
}

#gnb_wrap > .top {
    font-size: 1.3rem;
    color: #6e6e6e;
    padding-top: 2.6rem;
}
#gnb_wrap > .top a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem;
    margin-right: 0.6rem;
    color: inherit !important;
}
#gnb_wrap > .top a:focus,
#gnb_wrap > .top a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
#gnb_wrap > .top a::before {
    position: absolute;
    width: 1px;
    height: 1.4rem;
    background: #eee;
    top: 0.3rem;
    right: 0;
    content: "";
}
#gnb_wrap > .top a:last-child {
    padding-right: 0;
    margin-right: 0;
}
#gnb_wrap > .top a:last-child:before {
    content: none;
}
#gnb_wrap > .top .left {
    float: left;
}
#gnb_wrap > .top .right {
    float: right;
}

a.goto_btn {
    display: inline-block;
    min-width: 13.6rem;
    color: #000;
    background: #fff;
    border-radius: 1rem;
    padding: 0.85rem 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.goto_btn span {
    display: inline-block;
    vertical-align: middle;
}
a.goto_btn::after {
    display: inline-block;
    vertical-align: middle;
    font-family: "xeicon";
    content: "\e93e";
    color: #707070;
    margin-left: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.goto_btn:focus,
a.goto_btn:hover {
    background: #475268;
    color: #fff;
}
a.goto_btn:focus::after,
a.goto_btn:hover::after {
    color: #fff;
}

/* 인트로 */
.main_intro .layout {
    max-width: 1120px;
}
.main_intro #container {
    position: relative;
    /* height: 100vh; */
    background: url("/edu/html/images/layout/intro_bg.jpg") no-repeat center center/cover;
    margin-top: 0;
}
.main_intro #section01 {
    /* position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background: transparent;
    padding-top: 2rem;
}
.main_intro h2 {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 2rem;
}
.main_intro h2 span {
    color: #317dc2;
}
.main_intro #section01 .group .left {
    width: 100%;
    height: 71.8rem;
    color: #fff;
}
.main_intro #section01 .group .left .item {
    background: #487cab;
    text-align: left;
    border: 2px solid #487cab;
}
.main_intro #section01 .group .left .item p {
    margin-bottom: 2rem;
    line-height: 2.1rem;
}
.main_intro #section01 .group .left .item strong {
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1.8rem;
}
.main_intro #section01 .group .left:nth-of-type(4) .item strong {
    letter-spacing: -0.2rem;
}
.main_intro #section01 .group .right {
    width: 63%;
    display: none;
}
.main_intro #section01 .group .left .item.top {
    position: relative;
    height: 100%;
    background: #f06566;
    border: 2px solid #f06566;
}
.main_intro #section01 .group .left .item.top::after {
    width: 22.9rem;
    height: 12.2rem;
    background: url("/edu/html/images/icon/intro_icon01.svg") no-repeat center center/18rem;
    left: inherit;
    top: inherit;
    bottom: 1rem;
    right: 0;
}
.main_intro #section01 .group .left .item.bottom::after {
    width: 19.5rem;
    height: 11.9rem;
    background: url("/edu/html/images/icon/intro_icon02.svg") no-repeat center center/18rem;
    left: inherit;
    top: inherit;
    bottom: 2rem;
    right: 2rem;
}
.main_intro #section01 .group .left .item::after {
    position: absolute;
    width: 17.1rem;
    height: 20.2rem;
    background: url("/edu/html/images/icon/intro_icon03.png") no-repeat center center/13rem;
    content: "";
    bottom: 0;
    right: 1rem;
}
.main_intro #section01 .group .left .item.bottom {
    position: relative;
    height: 100%;
    background: #3db9ca;
    border: 2px solid #3db9ca;
}
.main_intro #section01 .group .left .item.bottom .txt {
    padding-left: 0;
}
.main_intro #section01 .group > div > .item p {
    font-size: 1.5rem;
    line-height: 2rem;
}
.main_intro #section01 .group > div > .item strong {
    display: inline-block;
    position: relative;
}
.main_intro #section01 .group > div > .item strong::after,
.main_intro #section01 .group > div > .item strong::after {
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main_intro #section01 .group > div > .item:focus,
.main_intro #section01 .group > div > .item:hover {
    border-color: #333 !important;
}
.main_intro #section01 .group > div > .item:focus > strong::after,
.main_intro #section01 .group > div > .item:hover > strong::after {
    width: 100%;
}
.main_intro #section01 .group > div > .item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main_intro #section01 .group .left .info .list {
    margin-bottom: 1rem;
}
.main_intro #section01 .group .left .info .list strong {
    position: absolute;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.main_intro #section01 .group .left .info .list span {
    display: block;
    font-size: 1.5rem;
    padding-left: 8rem;
    padding-top: 0.2rem;
}
.main_intro #section01 .group .left .info .list .bul_list {
    padding-left: 8rem;
    padding-top: 0.2rem;
}
.main_intro #section01 .group .left .info .list ul li {
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    border-bottom: 0;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}
.main_intro #section01 .group .left .info .list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.main_intro #section01 .group .left .info .list ul li::before {
    border-color: #fff;
}
.main_intro #section01 .group .left .item {
    position: relative;
    padding: 4.2rem 3rem;
    padding-bottom: 80%;
    height: 80rem !important;
}
.main_intro a.goto_btn {
    position: absolute;
    bottom: 25%;
}
/* //인트로 */

/* 서브비주얼 */
#sub_visual {
    background: url("/edu/html/images/layout/sub_visual.jpg") no-repeat center center/cover;
    max-width: 1600px;
    text-align: center;
    padding: 5.4rem 0;
    margin: 0 auto 4.6rem;
}
#sub_visual h2 {
    font-size: 2.8rem;
    color: #fff;
}
/* //서브비주얼 */


/* member */
.member {
    width: 90rem;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 6rem;
    border: 3px solid #e6e6e6;
}

.member .box {
    clear: both;
    padding: 1.5rem;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    text-align: center;
    word-break: keep-all;
}

.member_title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #000;
}

.member_btn {
    height: 5.5rem;
    border: 1px solid #2d6dbb;
    line-height: 5.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    display: inline-block;
    min-width: 0;
    padding: 0 1rem;
    background-color: #2d6dbb;
    color: #fff;
    text-align: center;
    /* vertical-align: middle; */
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 31.5rem;
    max-width: 100%;
    margin: 3rem auto 0;
}

.member_btn:hover,
.member_btn:focus {
    background-color: transparent;
    color: #2d6dbb;
}

.member_btn.type1 {
    border-color: #6e7379;
    background-color: #6e7379;
}

.member_btn.type1:hover,
.member_btn.type1:focus {
    color: #6e7379;
}

.member_step {
    display: table;
    width: calc(100% + 0px);
    table-layout: fixed;
    position: relative;
    z-index: 0;
}

.member_step > * {
    display: table-cell;
    padding-right: 0px;
    vertical-align: top;
}

.member_step li {
    font-size: 1.8rem;
    position: relative;
    color: #333;
    text-align: center;
}

.member_step li + li::before {
    position: absolute;
    right: 50%;
    top: 3.5rem;
    z-index: -1;
    width: 100%;
    height: 0.3rem;
    margin-top: -0.15rem;
    border-top: 0.3rem dotted #b7b7b7;
    content: "";
}

.member_step li.active small {
    background-color: #2d6dbb;
}

.member_step small {
    font-size: 1.6rem;
    display: block;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    border-radius: 100%;
    border: 1.5rem solid #fff;
    background-color: #6e7379;
    background-color: #959fa5;
    font-weight: 400;
    color: #fff;
    line-height: 4rem;
}

.member_step strong {
    display: block;
    margin-top: -1rem;
    font-weight: 400;
}

.member_step + .login2 {
    margin-top: 3rem;
}

.login1 .title {
    font-size: 3.5rem;
    float: left;
    width: 24.5rem;
    padding-left: 2rem;
    color: #0e1262;
    text-align: center;
}

.login1 .form {
    position: relative;
    width: calc(100% - 35.5rem);
    margin: 0 auto 6rem;
    padding-right: 13rem;
}

.login1 .form .form_textbox {
    height: 4.7rem;
    padding-left: 2rem;
}

.login1 .form .form_textbox + .form_textbox {
    margin-top: 1rem;
}

.login1 .form .btn {
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    width: 12rem;
    height: 100%;
    border: 1px solid #475268;
    background-color: #475268;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	margin-top: 0px;
}

.login1 .form .btn:hover,
.login1 .form .btn:focus {
    background-color: #fff;
    color: #475268;
}

.login1 .list li {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    display: inline-block;
    margin-right: 4rem;
    vertical-align: top;
}

.login1 .list li::before {
    position: absolute;
    left: 0;
    top: auto;
    content: "";
}

.login1 .list li::before {
    top: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #0e1262;
}

.login1 .list li:last-child {
    margin-right: 0;
}

.login1 .list a {
    height: 3.2rem;
    border: 1px solid #ddd;
    line-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    display: inline-block;
    min-width: 0;
    padding: 0 1rem;
    background-color: #fff;
    color: #767676;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 1rem;
}

.login1 .list a:hover,
.login1 .list a:focus {
    background-color: #ddd;
    color: #fff;
}

.login1 .list a::after {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "xeicon";
    vertical-align: top;
    content: "";
}

.login2 {
    overflow: hidden;
    word-break: keep-all;
}

.login2 .group {
    float: left;
    width: calc(50% - 1rem);
    padding: 6rem;
    border: 1px solid #ddd;
    text-align: center;
}

.login2 .group.group2 {
    float: right;
}

.login2 i {
    display: block;
    width: 7rem;
    margin: 0 auto 3rem;
}

.login2 span {
    display: block;
    height: 6.5rem;
}

.login2 .title {
    text-align: center;
}

.find .form {
    width: 32rem;
    max-width: 100%;
    margin: 0 auto 7rem;
}

.find .form ul {
    display: inline-block;
    width: 100%;
}

.find .form li {
    float: left;
    position: relative;
    width: calc(50% - 0.5rem);
}

.find .form li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.find .form li input:checked + label {
    border-color: #333;
    color: #000;
}

.find .form li input:hover + label,
.find .form li input:focus + label {
    outline: 1px dotted #000;
}

.find .form li label {
    height: 5rem;
    border: 1px solid #e7e7e7;
    line-height: 4.8rem;
    font-size: 1.5rem;
    display: block;
    color: #777;
    text-align: center;
}

.find .form li + li {
    float: right;
}

.find .btns {
    overflow: hidden;
    margin-top: 1rem;
}

.find .txt {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.find .member_btn {
    float: left;
    width: calc(50% - 0.5rem);
    margin-top: 0;
}

.find .member_btn + .member_btn {
    float: right;
}

.board_list .tstyle_write .form_textbox + .btn_line {
    height: 4rem;
    line-height: 3.8rem;
}

@media (max-width: 768px) {
    .member {
        padding-top: 3rem;
    }
    .login1 .title {
        width: 18rem;
        padding-left: 0;
    }
    .login1 .form {
        width: calc(100% - 22rem);
        margin: 0 auto 6rem;
    }
    .login1 .list li {
        display: block;
        width: 40rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .login1 .list li:last-child {
        margin: 0.5rem auto 0;
    }
    .login2 .group {
        padding: 3rem;
    }
    .login2 .group span {
        height: 7.5rem;
    }
    .find .form {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 480px) {
    .member {
        padding-top: 2rem;
    }
    .login1 .title {
        float: none;
        width: 100%;
        margin-bottom: 1rem;
    }
    .login1 .form {
        float: none;
        width: calc(100% - 4rem);
        margin: 0 auto 2rem;
        padding-right: 11rem;
    }
    .login1 .form .btn {
        width: 10rem;
    }
    .login1 .list li {
        padding-left: 1rem;
    }
    .login1 .list a {
        margin-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .login2 .group {
        float: none;
        width: 100%;
    }
    .login2 .group.group2 {
        float: none;
        margin: 1rem 0 0;
    }
    .login2 .group span {
        height: auto;
    }
}
.form_textbox {
    width: 100%;
    height: 4rem !important;
    max-height: 100%;
    padding: 0 1rem;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.form_textbox:focus {
    border-color: #000;
}
.form_textbox.hasDatepicker {
    width: 15rem;
    padding-right: 5rem;
}
.form_textbox.hasDatepicker + .ui-datepicker-trigger {
    position: absolute;
    left: auto;
    top: auto;
    width: 3rem;
    margin: 0.6rem 0 0 -4rem;
}
.form_textbox.number {
    width: 15rem;
}

.form_mail {
    line-height: 4rem;
}
.form_mail .form_textbox {
    width: 20rem;
}

.form_select {
    display: inline-block;
    position: relative;
    height: 4rem;
    color: #333;
}
.form_select::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: "xeicon";
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    transform: translateY(-50%);
    content: "";
}
.form_select select {
    width: 100%;
    height: 4rem;
    padding: 0 3rem 0 1rem;
    border: 1px solid #ddd;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.form_select select:hover,
.form_select select:focus {
    border-color: #000;
}

.form_check {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-right: 2rem;
    padding-left: 2.5rem;
    vertical-align: top;
}
.form_check label {
    font-size: 1.4rem;
    cursor: pointer;
    color: #595959;
}
.form_check label::before {
    position: absolute;
    left: 0;
    top: 0.7rem;
    z-index: -2;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #ddd;
    background-color: #fff;
    content: "";
}
.form_check label::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: "xeicon";
    left: 0;
    top: 0.7rem;
    z-index: -1;
    width: 1.5rem;
    height: 1.5em;
    color: #484c58;
    content: "";
    text-align: center;
    line-height: 1.5rem;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.form_check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form_check input:focus + label::before {
    outline: 1px dotted #000;
}
.form_check input:checked + label::after {
    opacity: 1;
}
.form_check:last-child {
    margin-right: 0;
}

.form_radio {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-right: 2rem;
    padding-left: 2.5rem;
    vertical-align: top;
}
.form_radio label {
    cursor: pointer;
}
.form_radio label::before {
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: -2;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    content: "";
}
.form_radio label::after {
    position: absolute;
    left: 0.5rem;
    top: 0.7rem;
    z-index: -1;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.form_radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form_radio input:focus + label::before {
    outline: 1px dotted #000;
}
.form_radio input:checked + label::after {
    background-color: #475268;
}
.form_radio:last-child {
    margin-right: 0;
}

.form_file {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 3.5rem;
    max-height: 100%;
    text-align: left;
    line-height: 3.5rem;
}
.form_file input {
    width: 8rem;
    height: 7rem;
    margin-top: -3.5rem;
    border: 0 none;
    opacity: 0;
    cursor: pointer;
}
.form_file input:hover + .txt::before,
.form_file input:focus + .txt::before {
    background-color: #999;
    color: #fff;
}
.form_file .txt::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 8rem;
    height: 100%;
    border: 1px solid #999;
    font-size: 1.5rem;
    color: #333;
    content: "첨부파일";
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}
.form_file .txt {
    overflow: hidden;
    float: right;
    width: calc(100% - 9rem);
    text-overflow: ellipsis;
}
/* //member */

#sub > .layout > div {
    margin-bottom: 10rem;
}
#sub > .layout > div > .group {
    margin-bottom: 4.6rem;
}
#sub > .layout > div > .group:last-of-type {
    margin-bottom: 0;
}
#sub > .layout > form {
    margin-bottom: 10rem;
}

/* 탭메뉴 */
.link_tab{position:relative;margin-bottom:2.6rem; }
.link_tab ul{overflow:hidden;border-width:1px;border-style:solid;border-color:#d5d5db;background: #f8f8f8;table-layout: fixed; max-width: 600px; margin: 0 auto; }
.link_tab ul li { display: table-cell;margin-top:-1px;vertical-align: middle;position: relative;border-left:1px solid #d2d2d2;color:#646464;}
.link_tab ul li a { padding:0.8rem 1rem; display: block; word-break: keep-all;}
.link_tab ul li {display:table-cell;text-align:center; vertical-align:middle;font-size:1.7rem;background: #fff; position: relative;}
.link_tab ul li:first-of-type { border-left: 0; }
.link_tab ul li a:hover{color:#000}
.link_tab ul li a span{display: inline-block;position: relative; text-align: center;vertical-align: middle}
.link_tab ul li.active { background: #fff; }
.link_tab ul li.active a { position:relative;font-weight:400;background-color:#828B9B;color:#fff; }
.link_tab ul li.active:before{width: 100%;height: 3px;display: block;content: ""; position: absolute; top: 0;left: 0; background: #828B9B;z-index:1;}

.mlinktab_btn{position: relative;display:none;width:100%;padding: 1.4rem 0; background:#828B9B;color:#fff;transition:all .3s}
.mlinktab_btn.active{background:#828B9B}
.mlinktab_btn:after{content: '\e943'; font-family: "xeicon"; font-size: 2.2rem; color: #fff; position: absolute; right: 2.5rem; top: 50%;transform:translateY(-50%); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.mlinktab_btn.active:after{transform:translateY(-50%) rotate(180deg);}

@media all and (min-width:767px){
    .link_tab>ul { display: table !important;width:100%; }
    
}
@media all and (max-width:767px){
    .link_tab {padding: 0 2rem;}
    .mlinktab_btn{display:block;}
    .link_tab ul li { display: block; }
    .link_tab ul li a.active { border: 0; }
    .link_tab>ul{display:none;border-right:1px solid #d5d5db}
    .link_tab>ul>li{border-width:0;box-sizing:border-box;float:none;width:100% !important;height:auto;margin-left:0;border-top: 1px solid #d5d5d5;}
    .link_tab>ul>li:first-child{border-top:0;}
    .link_tab>ul>li>a{height:auto;}
    .link_tab ul li:first-of-type { border-top: 0; } 
    .link_tab ul li.active:before { display: none; }
}


/* 2 Depth Menu */
.table_tab_menu {
    margin-bottom: 2.6rem;
}
.table_tab_menu ul {
    display: table;
    width: 100%;
    max-width: 600px;
    table-layout: fixed;
    border: 1px solid #9a9a9a;
    margin: 0 auto;
}
.table_tab_menu ul li {
    display: table-cell;
    border-left: 1px solid #9a9a9a;
    text-align: center;
    vertical-align: middle;
    padding: 1.2rem 3.2rem;
}
.table_tab_menu ul li:first-child {
    border-left: 0;
}
.table_tab_menu ul li.active {
    background: #828b9b;
}
.table_tab_menu ul li a {
    display: block;
    position: relative;
    font-size: 1.6rem;
}
.table_tab_menu ul li.active a,
.table_tab_menu ul li.active a:hover {
    color: #fff;
}
.table_tab_menu ul li a:hover,
.table_tab_menu ul li a:focus {
    text-decoration: underline;
    text-underline-position: under;
}
.table_tab_menu ul li.active a:hover,
.table_tab_menu ul li.active a:focus {
    text-decoration: none;
}
/* //2 Depth Menu */

.border_box {
    border: 3px solid #E6E6E6;
    padding: 4.8rem 6rem;
    margin-bottom: 1.4rem;
}

.grey_box {
    background: #F1F1F1;
    padding: 6.8rem 9rem;
}
.grey_box > * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sub h3 {
    font-size: 2.1rem;
    color: #003E92;
    margin-bottom: 2rem;
}

/* 불릿 리스트 */
.bul_list li {
    position: relative;
    color: #595959;
    line-height: 2.1rem;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
}
.bul_list li::before {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 2px solid #b7b7b7;
    top: 0.7rem;
    left: 0;
    content: "";
}
.bul_list li:last-child {
    margin-bottom: 0;
}
/* //불릿 리스트 */

/* 게시판 목록 검색 */
.board_info form { float: right; }
.board_info .form { display: table; width: calc(100% + 0.5rem); table-layout: fixed; font-size: 1.5rem; width: auto; }
.board_info .form > * { display: table-cell; padding-right: 0.5rem; vertical-align: top; }
.board_info .form .item.type1 { padding-right: 0; }
.board_info .form .btn { width: 6.5rem !important; }
.board_info .form .btn button { width: 100%; height: 4rem; border: 1px solid #000; background-color: #000; color: #fff; text-align: center; transition: all 0.2s; }
.board_info .form .btn button:hover,
.board_info .form .btn button:focus {background-color: #fff; color: #000;}
.board_info .form .form_select {width: 100%;}

/*테이블*/
.tbl {position:relative; border-collapse:collapse; width:100%; letter-spacing:-0.05em; table-layout:fixed;}
.tbl::before {position: absolute; top: -2px; left: 0; width: 100%; height: 2px; background: #000; content: ""; z-index: 2;}
.tbl::after {display:block; content:""; position:absolute; width:100%; height:1px; background:#9e9e9e; bottom:0; left:0; z-index:2;}
.tbl thead th {background:#f5f6f9; color:#3e3e3e; padding:1.6rem 1.2rem; border:1px solid #c6c6c6; border-left:0; border-right:1px solid #d5d5d5; text-align:center; word-break:keep-all; word-wrap:break-word;}
.tbl tbody th {background:#f5f6f9; padding:1.2rem; border-bottom:1px solid #c6c6c6; border-right:1px solid #d5d5d5;font-weight:400; color:#4f565b; text-align:center;}
.tbl td {background:#fff; padding:1.2rem; border:1px solid #c6c6c6; border-right:1px solid #d5d5d5; border-left:0;border-top:0; text-align:center; font-weight:300; color:#4b4b4b; word-break:keep-all; word-wrap:break-word;}
.tbl td:last-child { border-right:0 !important; }
.tbl tr th:last-child {border-right:0 !important;}
.tbl_scroll:before { display:none;content:"";width:20px;height:37px;position:absolute;top:0;right:23px;animation:side 0.7s linear 1s infinite alternate;background:url("/edu/html/images/common/mCont_scroll_ico.png") no-repeat center center;background-size:20px; }

@media all and (max-width:640px) {
	.tbl_scroll {position:relative;padding-top:6rem; background:url("/edu/html/images/common/mCont_scroll_ico_arr.png") no-repeat right 0; background-size:68px 40px;position:relative;}
	.tbl_wrap { overflow-x:auto; }
	.tbl_scroll:before { display:block; } 
	.tbl {min-width: 640px;}
    .tbl::before {top: 0;}
}
@keyframes side {
    0% { transform:translateX(-3px); }
    100% { transform:translateX(3px); }
}

.link_btn {
    display: inline-block;
    padding: 1.25rem 2.8rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #505050;
    border: 1px solid #505050;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link_btn:hover,
.link_btn:focus {
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}
.link_btn.blue {
    background-color: #294E97;
    border-color: #294E97;
}
.link_btn.blue:hover,
.link_btn.blue:focus {
    background-color: #fff;
    border-color: #294E97;
    color: #294E97;
}
.link_btn.red {
    background-color: #972929;
    border-color: #972929;
}
.link_btn.red:hover,
.link_btn.red:focus {
    background-color: #fff;
    border-color: #972929;
    color: #972929;
}