@charset "utf-8";
/* CSS Document */
/*****************************************************
	Common
*****************************************************/
ul, ol {
    margin: 0;
}
ul:after, ol:after {
    content: '';
    display: block;
    clear: both;
}
/*****************************************************
	Include
*****************************************************/
a:hover, a:focus {
    color: #000;
}
.greeting-slogan-wrapper .greeting > span.mobile-span-br {
    display: inline-block;
}
body.fixed {
    height: 100%;
    overflow: hidden;
}
/* wrapper */
.wrapper {
    position: relative;
}
.container {
    max-width: 1440px;
}
.contents-area {
    margin-bottom: 100px;
}
.contents-area:last-child {
    margin-bottom: 100px;
}
.contents-box {
    padding-left: 0px;
    margin-bottom: 35px;
}
.contents-box:last-child {
    margin-bottom: 0;
}
/* HEADER 2024 RENEWAL */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}
#header .gnb {
    z-index: 300;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
#header .gnb .container {
    padding-right: 0px;
}
#header .gnb .header-util {
    display: flex;
    flex-wrap: nowrap;
}
#header .gnb .header-util:after {
    /* content: "";
	clear:both;
	display: block; */
}
#header .gnb .header-util > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
/*#header .gnb .header-util > ul > li {
    position: relative;
    float: left;
    padding: 0px 16px;
}*/
#header .gnb .header-util > ul > li > a {
    display: flex;
    align-items: center;
    height: 46px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    padding: 0 20px 0 52px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#header .gnb .header-util > ul > li > a.btn-application {
    background-color: #3d7fe7;
    border: none;
}
#header .gnb .header-util > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/rise/img/ico_join_01.png');
}
#header .gnb .header-util > ul > li > a.btn-application::before {
    background-image: url('/_res/rise/img/ico_app.png');
}
#header .gnb .header-util > ul > li > a:hover, #header .gnb .header-util > ul > li > a:focus {
    text-decoration: underline;
}
#header .gnb .header-util .gnb-btn-home {
    width: 24px;
    height: 24px;
    text-indent: -9999999px;
    margin-left: 100px;
    position: relative;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon_home_white01.png);
}
#header .container {}
#header .navbar {
    position: relative;
    top: 0px;
    left: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 6.375rem; */
    height: 100px;
    background-color: transparent;
    z-index: 999 !important;
    color: #fff;
}
.wrapper.fixed #header .navbar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}
#header .navbar > .container {
    position: static;
    padding: unset;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .navbar > .container:after {
    content: "";
    clear: both;
    display: block;
}
#header .navbar .navbar-brand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
    margin: 0;
    padding: 0;
}
#header .navbar .navbar-brand a {
    position: relative;
    display: flex;
}
#header .navbar .navbar-brand a::before {
    content: '';
    display: block;
    width: 400px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/rise/img/logo_rise.png');
}
#header .navbar .navbar-brand img {
    /* width: 10.63rem; */
}
#header .navbar .navbar-brand strong {
    display: inline-block;
    /* margin-left: 1.375rem; */
    padding-left: 20px;
    font-size: 21px;
    line-height: 100%;
    /* background-size: 1px 0.875rem; */
    font-weight: 600;
    color: #fff;
}
#header .nav-bg-fostrap {
    display: none;
}
#header .top-menu-btn {
    right: 0;
}
#header .top-menu-btn .all-menu {
    display: block;
}
#header #top-menu {
    position: static;
    width: auto;
    height: none;
    background-color: transparent;
    right: inherit;
    float: right;
    margin-left: 0;
}
#header #top-menu .navbar-title {
    display: none;
}
#header #top-menu .navbar-nav {
    display: inherit;
    border-bottom: 0;
}
#header #top-menu .navbar-nav > li {
    display: inline-block;
    float: left;
    border: none;
    padding: 0 2.188rem;
    position: relative;
}
#header #top-menu .navbar-nav > li:last-child {
    background: transparent;
}
#header #top-menu .navbar-nav > li > a {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #fff;
    height: 100%;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    /* padding: 0 0 3.688rem 0; */
    background: transparent;
}
#header #top-menu .navbar-nav > li.mobile-active > a, #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li > a.active, #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
    color: #72d9ff;
    text-decoration: none;
    background: transparent;
}
#header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
    position: absolute;
    border-radius: 1.125rem;
    top: 2.125rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border: 3px solid #0d76cf;
    background-color: #fff;
    min-width: 14.375rem;
    display: none;
    z-index: 100;
    padding: 2.125rem;
}
#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}
#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}
#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}
#header #top-menu .navbar-nav > li .container {
    position: relative;
    padding: 0;
    margin: 0;
}
#header #top-menu .navbar-nav > li .container .row {
    display: block;
    margin: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header #top-menu .navbar-nav > li .container .row:after {
    content: "";
    clear: both;
    display: block;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
    padding: 0;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    max-width: initial;
    padding: 0;
    text-align: center;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
    margin-bottom: 10px;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul {
    padding: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
    border-top: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
    position: relative;
    background-color: transparent;
    border: 0;
    color: #777777;
    font-size: 18px;
    line-height: 133%;
    font-weight: 500;
    padding: 0;
    display: block;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
    display: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
    color: #0d76cf;
    font-weight: 600;
    background-color: transparent;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {
    color: #0d76cf;
    font-weight: 600;
    text-decoration: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a.active::after {
    content: '';
    display: block;
    background-color: #0d76cf;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -8px;
    opacity: 0;
    animation-name: menu-focus-fade;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3 {
    display: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
    border-bottom: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
    color: #424242;
    padding: 0.3125rem 0;
    font-size: 0.9rem;
    background-image: url('../img/top-menu-bullet02.gif');
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
    color: #1c5ebc;
    /*text-decoration: underline;*/
    font-weight: 600;
}
.mask-totalmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10;
}
.board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}
.wrapper.fixed #header .navbar {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.wrapper.fixed #header .navbar .navbar-brand a::before {
    background-image: url('/_res/rise/img/logo_rise@2x.png');
}
.wrapper.fixed #header .navbar .navbar-brand strong {
    color: #333;
}
.wrapper.fixed #header #top-menu .navbar-nav > li > a {
    color: #333;
}
.wrapper.fixed #header #top-menu .navbar-nav > li > a.active {
    color: #0d76cf;
}
.wrapper.fixed #header .gnb .header-util > ul > li > a {
    color: #333;
    border: 1px solid rgba(000, 000, 0, 0.3);
}
.wrapper.fixed #header .gnb .header-util > ul > li > a.btn-application {
    color: #fff;
    border: none;
}
.wrapper.fixed #header .gnb .header-util > ul > li > a::before {
    background-image: url('/_res/rise/img/ico_join_02.png');
}
.wrapper.fixed #header .gnb .header-util > ul > li > a.btn-application::before {
    background-image: url('/_res/rise/img/ico_app.png');
}
.wrapper.fixed #header .gnb .header-util .gnb-btn-home {
    background-image: url(../img/icon_home_black01.png);
}
/*??????*/
.title0101, .bullet-type01 .title0101 {
    margin: 0 0 10px 0;
    padding-left: 30px;
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    background-image: url(/_res/rise/img/bul_type01.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 20px 20px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.title0501, .bullet-type01 .title0501 {
    margin: 10px 0;
    padding-left: 14px;
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 6px 6px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.board-reply-box {
    padding: 0;
    border-top: 2px solid #424242;
}
.board-reply-box h4, .total-reply-count, .reply-total-txt {
    margin: 0;
    padding: 15px 0;
}
.board-reply-box .write-reply {
    padding: 0;
}
.board-reply-box .write-reply textarea {
    margin-bottom: 0;
}
.board-reply-box .write-reply .btn-wrap li {
    margin: 0;
}
.board-reply-list-box {
    padding: 20px 0;
    border-top: 1px dashed #d0d0d0;
    margin-bottom: -1px;
}
.board-reply-list-wrap > li:nth-of-type(even) {
    background-color: #f7f7f7;
}
.sub-container ul.btn-wrap, .sub-container ul.paging-wrap {
    margin: 20px 0 !important;
}
/*table*/
.table-type01 table {
    border-collapse: collapse;
    width: 100%;
}
.table-type01 table tbody th {
    font-size: 17px;
    line-height: 26px;
}
.table-type01 table tbody td {
    font-size: 17px;
    line-height: 26px;
	border-left: 0;
}
.table-type01 table tbody td ul {
	padding-left: 0;
}

.table-type01 table tbody td li {
    font-size: 17px;
    line-height: 26px;
}
.table-type01 table tbody td li:before {
    top: 11px;
}

.table-type01 table thead th {
    font-size: 17px;
    line-height: 26px;
}

.point-color01 {
	color: #28336e;
}

.contents-box .images-box {
	padding-left: 0;
}

.images-box03 {
	display: flex;
    justify-content: space-between;
}

/*????????????*/
.word-type01 {
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    word-break: keep-all;
}
.ul-list01 {
    padding-left: 15px;
}
.ul-list01 > li {
    position: relative;
    padding-left: 20px;
    color: #666666;
    font-size: 20px;
    line-height: 180%;
    font-weight: 500;
    background: none;
}
.ul-list01 > li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 100%;
}
.ul-list02 {
    padding-left: 15px;
}

.ul-list02 > li {
    position: relative;
    padding-left: 20px;
    color: #666666;
    font-size: 20px;
    line-height: 180%;
    font-weight: 500;
    background: none;
}
.ul-list02 > li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 6px;
    height: 1px;
    background-color: #999999;
}
.ol-list01 > li {
    padding-left: 20px;
    color: #666666;
    font-size: 20px;
    line-height: 180%;
    font-weight: 500;
}
.ol-list01 > li > strong {
    color: #333;
    font-weight: 500;
}
.ol-list01.mtop30 {
    margin-top: 30px !important;
}
.ol-list01 > li .number, 
.ol-list04 > li .number {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.ol-list01 > li > ul {
	padding-left: 0;
}

.ol-list01 > li > ul > li, 
.ol-list04 > li > ul > li {
	background-image: none;
}

.ul-list01 > li > a.email {
    color: #2584d5;
}
.btn-detail-view02 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 10px 22px 10px 22px;
    background: #f4f4f4;
    color: #828282;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-detail-view03 {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    padding: 0 30px;
    background: #495057;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-detail-view03:hover {
    color: #fff;
}
.btn-detail-view03 > img {
    display: inline-block;
    vertical-align: baseline;
    width: 18px;
    margin-left: 14px;
    margin-bottom: 2px;
}
.btn-new-window {
    height: auto;
    padding: 15px 30px 15px 29px;
    border-radius: 30px;
}
.btn-new-window > span {
    font-size: 16px;
}
.btn-new-window.small {
    margin-bottom: 15px;
}
.ul-list01.location > li {
    font-size: 18px;
    line-height: 38px;
    padding-left: 390px;
}
.location dl > dd {
    color: #666666;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
}
.location dl > dt {
    font-size: 18px;
    line-height: 36px;
}
.company-area02 > .company-box {
    border-radius: 15px;
}

/* Footer */
#footer {
    clear: both;
    position: relative;
    background-color: #ffffff;
    padding: 1.25rem 0;
    border-top: 1px solid #e0e0e0;
}
#footer .container {
    position: relative;
}
#footer .container:after {
    content: "";
    clear: both;
    display: block;
}
.footer-information-wrapper {
    position: relative;
    margin: 0;
    margin-bottom: 1.5rem;
    display: block;
}
.footer-information-wrapper address, .footer-information-wrapper p, .footer-information-wrapper small {
    margin-bottom: 0;
    font-size: 0.75rem !important;
    line-height: 1.125rem;
    color: #616161;
    display: inline-block;
}
.footer-information-wrapper small {
    display: block;
}
.footer-menu {
    margin-bottom: 1.25rem;
}
.footer-menu > li {
    float: left;
    padding-right: 0.6875rem;
    margin-right: 0.625rem;
    background: url(/_res/rise/img/icon_bar04@2x.gif) no-repeat 99.5% 70%;
    background-size: 1px 0.75rem;
}
.footer-menu > li > a {
    color: #999999;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 700
}
.footer-menu > li:last-child {
    background: transparent;
    padding-right: 0;
    margin-right: 0;
}
.footer-menu > li > a.word-privacy {
    color: #0069a5
}
.footer-another-list {
    display: block;
}
.footer-another-list:after {
    content: "";
    clear: both;
    display: block;
}
.footer-another-list > dl {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 0;
}
.footer-another-list > dl:nth-child(even) {
    float: right;
}
.footer-another-list > dl > dt {
    display: block;
}
.footer-another-list > dl > dt > button {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 2.188rem;
    background: #fff;
    text-align: left;
    padding: 0 1.25rem;
    color: #999596;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
}
.footer-another-list > dl > dt > button .arrow {
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    display: block;
    width: 8px;
    height: 4px;
    background: url(/_res/rise/img/icon_arrow_down04@2x.png) no-repeat 0 0;
    background-size: 8px 4px;
    transition: all 0.2s ease-in-out;
}
.footer-another-list > dl > dt > button:hover {
    background: #f9f9f9;
}
.footer-another-list > dl > dt.active > button .arrow {
    transform: rotate(180deg);
}
.footer-another-list > dl > dd {
    display: none;
    position: absolute;
    bottom: 2.125rem;
    left: 0;
    width: 100%;
    max-height: 12.5rem;
    margin: 0;
}
.footer-another-list > dl > dd > ul {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}
.footer-another-list > dl > dd > ul > li {
    display: block;
}
.footer-another-list > dl > dd > ul > li > a {
    display: block;
    padding: 0.625rem 1.25rem;
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0.75rem;
}
.footer-another-list > dl > dd > ul > li > a:hover {
    background: #e9e9e9;
    font-weight: 700;
}

/*****************************************************
	Main
*****************************************************/
/* ??????????????? ?????? ?????? ?????? */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
/* Visual */
.main-container {
    display: block;
}
/* main-visual */
#main-visual {
    position: relative;
    height: 680px;
}
@keyframes main-visual-zoom {
    0% {
        transform: matrix(1.15, 0, 0, 1.15, 0, 0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    100% {
        transition-delay: 0.4s !important;
        transform: matrix(1.0, 0, 0, 1.0, 0, 0);
        -webkit-transition: all 6.0s ease;
        -moz-transition: all 6.0s ease;
        -ms-transition: all 6.0s ease;
        -o-transition: all 6.0s ease;
        transition: all 6.0s ease;
    }
}
.main-visual-wrapper .mobile {
    display: none;
}
.visual-contents-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-slogan-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.188rem;
}
.main-slogan-wrapper .main-slogan-tit {
    text-align: center;
    color: #fff;
    font-size: 65px;
    line-height: 120%;
    display: block;
    font-weight: 800;
}
.main-slogan-wrapper .main-slogan-tit > span {
    display: block;
}
.main-slogan-wrapper .main-slogan-desc {
    color: #fff;
    opacity: 0.85;
    font-size: 22px;
    line-height: 136%;
    font-weight: 500;
    text-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}
.visual-contents-wrapper .main-quick-wrapper {
    position: relative;
}
.visual-contents-wrapper .main-quick-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 65px;
    border-radius: 40px;
    background-color: #009ed9;
    gap: 10px;
}
.visual-contents-wrapper .main-quick-wrapper span {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    z-index: 16;
}
.visual-contents-wrapper .mouse-on {
    display: block;
    width: 21px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.main-visual-slider-wrapper {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    background-color: #000;
}
.main-visual-slider-area {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
#main-visual-slider .pc {
    display: block;
}
#main-visual-slider .mobile {
    display: none;
}
.main-visual-option {
    position: absolute;
    bottom: 50px;
    right: 50%;
    display: flex;
    align-items: center;
    max-width: 1440px;
    height: 32px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: -720px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 10;
}
.main-visual-option:after {
    display: block;
    content: "";
    clear: both;
}
.main-visual-option .main-visual-swiper-pagination {
    width: auto !important;
    font-size: 15px;
    margin-right: 15px;
    font-weight: 700;
    color: #fff;
}
.main-visual-option .main-visual-button-prev, .main-visual-option .main-visual-button-next {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    text-indent: -5000rem;
}
.main-visual-option .main-visual-button-prev {
    margin-right: 15px;
    background-image: url(/_res/rise/img/btn_previous01.png);
}
.main-visual-option .main-visual-button-next {
    margin-left: 15px;
    background-image: url(/_res/rise/img/btn_next01.png);
}
.main-visual-option .main-visual-button-play, .main-visual-option .main-visual-button-pause {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    text-indent: -5000rem;
}
.main-visual-option .main-visual-button-play {
    background-image: url(/_res/rise/img/btn_play01.png);
}
.main-visual-option .main-visual-button-pause {
    background-image: url(/_res/rise/img/btn_stop01.png);
}
#main-visual-slider .swiper-slide > img {
    transform: matrix(1.15, 0, 0, 1.15, 0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-visual-slider .swiper-slide-active > img {
    transition-delay: 0.4s !important;
    transform: matrix(1.0, 0, 0, 1.0, 0, 0);
    -webkit-transition: all 6.0s ease;
    -moz-transition: all 6.0s ease;
    -ms-transition: all 6.0s ease;
    -o-transition: all 6.0s ease;
    transition: all 6.0s ease;
}
/* contents start */
.main-contents-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
.main-contents-header-wrapper {
    margin-bottom: 22px;
}
.main-contents-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    position: relative;
}
.main-contents-header-wrapper h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #222;
    text-align: left;
    display: block;
}
.main-contents-tit-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}
.btn-more {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /*background-color: #00ab52;*/
    background-color: #2584d5;
    position: relative;
    display: block;
    text-indent: -5000rem;
    transition: all 0.2s ease-in-out;
}
.btn-more::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/_res/rise/img/icon_plus03_white.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
}
.btn-more:hover::after, .btn-more:focus::after, .btn-more:active::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
/* main contents01 */
.main-contents01 {
    position: relative;
    padding: 100px 0 120px 0;
}
.main-contents01 .main-contents-wrapper {
    align-items: flex-start;
    /*gap: 160px;*/
}
.main-board-wrapper {
    width: 56.4%;
}
.main-contents-header-area .tab-btns-wrapper {
    display: flex;
    align-items: center;
}
.main-contents-header-area .tab-btns-wrapper a {
    display: block;
    position: relative;
}
.main-contents-header-area .tab-btns-wrapper a:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.main-contents-header-area .tab-btns-wrapper a:first-child {
    padding-right: 28px;
}
.main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
    padding-left: 28px;
    padding-right: 28px;
}
.main-contents-header-area .tab-btns-wrapper span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.main-contents-header-area .tab-btns-wrapper span:hover {
    color: #333;
}
.main-contents-header-area .tab-btns-wrapper a.active span {
    color: #333333;
    font-weight: 700;
    border-bottom: 2px solid #2982ce;
}
.main-contents01 .main-board-area {
    display: none;
}
.main-contents01 .main-board-area.active {
    display: block;
}
.main-board-area .top-focus-board-wrapper {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}
.main-board-area .top-focus-board-wrapper a {
    display: flex;
    align-items: center;
    width: 100%;
}
.main-board-area .top-focus-board-wrapper .information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    margin-right: 30px;
}
.main-board-area .top-focus-board-wrapper .information .date {
    display: block;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
}
.main-board-area .top-focus-board-wrapper .information .ym {
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}
.main-board-area .top-focus-board-wrapper p {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 100%;
}
.main-board-area .focus-board-wrapper {
    margin-top: 25px;
}
.main-board-area .focus-board-wrapper ul li a {
    display: block;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 16px;
    transition: all 0.2s ease;
}
.main-board-area .focus-board-wrapper ul li a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #666666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main-board-area .focus-board-wrapper ul li a:hover, .main-board-area .focus-board-wrapper ul li a:focus, .main-board-area .focus-board-wrapper ul li a:active {
    color: #000;
}
.main-board-area .focus-board-wrapper ul li span {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 520px;
}
.main-board-area .focus-board-wrapper ul li .board-title-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
    position: relative;
    display: block;
    width: calc(100% - 90px);
}
.main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-board-area .focus-board-wrapper ul li .board-title .icon-new {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/_res/rise/img/icon_new01.png);
}
.main-board-area .focus-board-wrapper ul li span.date {
    color: #888888;
    text-align: right;
}
.main-board-area .focus-board-wrapper ul li.new .board-title {
    display: block;
    align-items: center;
}
.main-board-area .focus-board-wrapper ul li.new .board-title::after {}
/* 팝업존 */
.popup-zone-wrapper {
    width: 450px;
}
.main-small-slide-area {
    width: 100%;
}
.main-small-slide-area .swiper-container {
    width: 100%;
}
.main-small-slider-container .swiper-slide {
    border-radius: 25px 8px 25px 25px;
    overflow: hidden;
    width: 100%;
    height: 280px;
}
.main-small-slider-container .swiper-slide img {
    height: 100%;
    width: 100%;
}
.main-small-slide-option-area {
    display: flex;
}
.main-small-slide-option-area .btn-prev, .main-small-slide-option-area .btn-next {
    border: 1px solid #dddddd;
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.main-small-slide-option-area .btn-prev:hover, .main-small-slide-option-area .btn-next:hover {
    box-shadow: 3px 3px 12px 0px rgba(24, 34, 60, 0.05);
}
.main-small-slide-option-area .btn-prev {
    margin-right: 10px;
}
.main-small-slide-option-area .btn-prev::after, .main-small-slide-option-area .btn-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 13px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.main-small-slide-option-area .btn-prev::after {
    background-image: url(/_res/rise/img/btn_arrow_left_black02.png);
}
.main-small-slide-option-area .btn-next::after {
    background-image: url(/_res/rise/img/btn_arrow_right_black02.png);
}
/* main-contents02 */
.main-contents02 {
    position: relative;
    margin: 0 55px;
    background-image: url(/_res/rise/img/main_content02_bg.jpg);
    border-radius: 30px;
    padding-bottom: 110px;
    overflow: hidden;
    padding: 80px 0;
}
.main-contents02::after {
    content: '';
    display: block;
    width: 711px;
    height: 473px;
    position: absolute;
    top: 32%;
    left: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/_res/rise/img/main_content02_img.png);
}
.main-contents-tit-wrapper.type01 {
    flex-direction: column;
    gap: 10px;
}
.main-contents02 .main-contents-tit-wrapper span.category {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #b6b6b6;
    padding-bottom: 30px;
}
.main-contents02 .main-contents-tit-wrapper span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: #ffffff;
}
.main-contents02 .main-contents-tit-wrapper strong {
    display: block;
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
}
.quick-menu-wrapper {
    width: 65%;
}
.quick-menu-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 85px;
    row-gap: 45px;
    padding-bottom: 120px;
}
.quick-menu-area a {
    display: block;
}
.quick-menu-area a:nth-child(2n) {
    transform: translateY(120px);
}
.quick-menu-area .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 80%;
    border-radius: 40px;
    margin-bottom: 30px;
    display: block;
    background-color: #c8e0ea;
}
.quick-menu-area .img img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-height: 62%;
    max-height: 62%;
    margin: auto;
}
.quick-menu-area .photo-tit {
    display: block;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}
.quick-menu-area .photo-desc {
    display: block;
    color: #dbdbdb;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 145%;
    min-height: 64px;
    word-break: keep-all;
}
/* main-contents03 */
.main-contents03 {
    padding: 140px 0;
    position: relative;
}
.main-contents03 .main-contents-wrapper {
    flex-direction: column;
    gap: 56px;
}
.main-contents03 .main-contents-tit-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.main-contents03 .main-contents-tit-wrapper > h2 {
    font-size: 48px;
    font-weight: 800;
    color: #222222;
}
.main-news-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 1.4%;
}
.main-news-area > a {
    display: flex;
    flex-direction: column;
    width: 25%;
    height: auto;
    background-color: #f6f6f6;
    overflow: hidden;
    border-radius: 20px;
}
.main-news-area > a > .title-wrapper {
    height: 0;
    padding-bottom: 65.074%;
}
.main-news-area > a > .title-wrapper .title-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px;
}
.main-news-area > a > .title-wrapper .title-area .title {
    display: block;
    font-size: 22px;
    line-height: 140%;
    color: #222222;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    height: 90px;
    letter-spacing: -0.25px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 14%;
}
.main-news-area > a > .title-wrapper .title-area .date {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.main-news-area > a > .image {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 65.074%;
    overflow: hidden;
}
.main-news-area > a .image > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 비율 유지하면서 빈공간 없이 꽉 채움 */
    top: 0;
    left: 0;
    transition: all 0.2s linear;
    transform: scale3d(1, 1, 1);
}
.main-news-area > a:hover .image > img, .main-news-area > a:focus .image > img {
    transform: scale3d(1.05, 1.05, 1);
}
.main-news-area > a .image:after {
    position: absolute;
    bottom: 10%;
    right: 10%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
}
.main-news-area > a:hover .image:after, .main-news-area > a:focus .image:after {
    bottom: -100%;
    right: -100%;
    width: 250%;
    height: 250%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}
.main-contents03 .btn-more {
    top: 0;
}


/*****************************************************
	Sub
*****************************************************/
/* sub-top */
.sub-top {
    position: relative;
    /* padding-top: 55px; */
}
.sub-top .sub-visual-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sub-top .sub-visual-wrapper .word-slogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
}
.sub-top .sub-visual-desc {
    position: absolute;
    top: calc(50% + 48px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    opacity: 0.75;
}
.contents-paging-navigation {
    display: block;
    text-align: right;
    /*height: 14px;

	margin-right: auto;
	margin-left: auto;

	margin-top: 32px;*/
    position: absolute;
    top: 11px;
    right: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contents-paging-navigation .icon-home {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    background: url(/_res/rise/img/icon_home@2x.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -5000rem;
    font-size: 0;
    transform: translateY(-1px);
}
.contents-paging-navigation .icon-gt {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    margin: 0 16px;
    background: url(/_res/rise/img/icon_gt@2x.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -5000rem;
    font-size: 0;
}
.contents-paging-navigation .location, .contents-paging-navigation strong {
    display: inline-block;
    vertical-align: middle;
    /* height: 18px; */
    color: #666666;
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
}
.contents-paging-navigation strong {
    font-weight: 600;
    color: #333333;
}
.sub-top {
    position: relative;
    border-top: 0;
}
.sub-top .sub-visual-wrapper {
    display: block;
    position: relative;
    height: 460px;
    background: #000;
    overflow: hidden;
}
.sub-top .sub-visual-wrapper > img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: block;
    width: 1920px;
    height: 460px;
}
.sub-container {
    position: relative;
    margin: 0 auto;
    padding-top: 2.75rem;
    /* padding-left: 15.94rem; */
    padding-left: 21.25rem;
    padding-right: 0.9375rem;
}
.sub-container:after {
    content: '';
    display: block;
    clear: both;
}
.sub-container ul {
    margin: 0;
}
.sub-container .snb {
    float: left;
    /* margin-left: -15rem;  */
    margin-left: -20.38rem;
    left: 0.9375rem;
    /* width: 13.13rem; */
    width: 260px;
    display: block;
}
.sub-container .snb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    background: #38465f;
    border-radius: 10px;
    margin-bottom: 6px;
}
.sub-container .snb-title span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.sub-container .snb-title > img {
    display: none;
}
.sub-container .snb-list {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
}
.sub-container .snb-list > li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 0;
    overflow: hidden;
    position: relative;
}
.sub-container .snb-list > li:not(:first-child) {
    margin-top: 6px;
}
.sub-container .snb-list > li > a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    padding: 20px 24px;
    border-radius: 10px;
    background: #f4f6f7;
    border: 1px solid #e0e0e0;
    transition: all 0.1s;
    position: relative;
    background-color: #f4f6f7;
}
.sub-container .snb-list > li > a:hover, .sub-container .snb-list > li > a:focus, .sub-container .snb-list > li > a.active, .sub-container .snb-list > li.selected > a {
    background: #2584d5;
    border-color: #2584d5;
    color: #fff;
}
.sub-container .snb-list > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 9px;
    height: 14px;
    background-size: 100%;
    background: url(/_res/rise/img/icon_arrow_right01.png);
}
.sub-container .snb-list > li > a.active::after, .sub-container .snb-list > li.selected > a::after {
    background: url(/_res/rise/img/icon_arrow_right02.png);
}
.sub-container .snb-list > li > a:hover::after, .sub-container .snb-list > li > a:focus::after {
    background: url(/_res/rise/img/icon_arrow_right02.png);
}
/*3??? ??????*/
.sub-container .snb-list > li > ul > li {
    margin-top: 6px;
}
.sub-container .snb-list > li > ul > li > a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    padding: 14px 24px 14px 34px;
    border-radius: 10px;
    /*background:#f4f6f7;*/
    border: 1px solid #e0e0e0;
    transition: all 0.1s;
    position: relative;
    /*background-color: #f4f6f7;*/
}
/*.sub-container .snb-list > li > ul > li> a:hover,
.sub-container .snb-list > li > ul > li> a:focus,
.sub-container .snb-list > li > ul > li> a.active,
.sub-container .snb-list > li > ul > li> a{
	background:#2584d5;
	border-color: #2584d5;
	color:#fff;
}
*/
.sub-container .snb-list > li > ul > li > a:hover, .sub-container .snb-list > li > ul > li > a:focus, .sub-container .snb-list > li > ul > li > a.active {
    color: #2584d5;
}
.sub-container .snb-list > li > ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 3px;
    height: 3px;
    background-size: 3px;
    background: #666;
    /*background: url(/_res/rise/img/icon_arrow_right01.png);*/
}
.sub-container .snb-list > li > ul > li > a:hover::after, .sub-container .snb-list > li > ul > li > a.active::after {
    background: #2584d5;
}
/*
.sub-container .snb-list > li > ul > li> a.active::after,

.sub-container .snb-list > li > ul > li.selected > a::after{
	background: url(/_res/rise/img/icon_arrow_right02.png);
}

.sub-container .snb-list > li > ul > li> a:hover::after,
.sub-container .snb-list > li > ul > li> a:focus::after{
	background: url(/_res/rise/img/icon_arrow_right02.png);
}*/
.title0401 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #2584d5;
    font-size: 30px;
    font-weight: 800;
    line-height: 130%;
    background-position: left 10px;
    padding-bottom: 25px;
}
.title0401 .contact-badge {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    background-color: #fbfbfb;
    padding: 8px 15px 7px 15px;
}
.title0501 {
    color: #40516e;
    font-weight: 700;
}
.title0601 {
	min-width: 180px;
	display: inline-block;
	font-size: 18px;
    font-weight: 700;
	border: 3px solid #90a8d7;
	border-radius: 3px;
	color: #4c69a1;	
	text-align: center;
	padding: 3px 20px;
	margin-left: 14px;
}

.sub-container .content-wrap {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    margin-top: 1.25rem;
}
.sub-container .cont-top {
    position: relative;
    margin-bottom: 2.438rem;
}
.sub-container .cont-top .cont-title {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 1.813rem;
    line-height: 2.25rem;
    color: #2c2c2c;
    font-weight: 700;
    border-bottom: 0;
    background: transparent;
}
.sub-container .cont-top .cont-title .arrow {
    display: none;
}
.sub-container .cont-top .cont-btns {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.sub-container .cont-top .cont-btns > button {
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    color: #788190;
    cursor: pointer;
    transition: 0.5s;
}
.sub-container .cont-top .cont-btns > button:hover, .sub-container .cont-top .cont-btns > button:focus {
    color: #0b3d92;
}
.sub-container .cont-top .cont-btns button .material-icons {
    font-size: 1.6rem;
}
.sub-container #jwxe_main_content {
    padding: 0;
    margin-bottom: 3.125rem;
}


/* 소개 */
.greeting-wrapper {
    margin-bottom: 100px;
}
.greeting-slogan-wrapper {
    position: relative;
    padding-right: 0px;
}
.greeting-slogan-wrapper .greeting > strong {
    color: #00a6f7;
}
.greeting-wrapper .word-type01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
}
.greeting-wrapper > dl {
    float: left;
    margin-top: 20px;
    text-align: right;
}
.greeting-wrapper > dl > dt {
    color: #222222;
    font-size: 18px;
    line-height: 155%;
    font-weight: 500;
}
.greeting-wrapper > dl > dd {
    color: #333;
    font-size: 24px;
    line-height: 116%;
    font-weight: 600;
    text-align: left;
    margin-top: 4px;
}
.greeting-wrapper .bg-img {
    position: absolute;
    top: 30px;
    right: 0px;
}

.location dl > dd {
    color: #666666;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
}
.location dl > dt {
    font-size: 18px;
    line-height: 36px;
}

/* 인재양성 */

.process-wrapper {    
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; 
    gap: 37px;
    margin: 10px 0 15px 0;
}
.process-box {
    position: relative;
    min-height: 125px;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /*gap: 20px;*/
    font-size: 1.083rem;
    line-height: 140%;
    color: #555;
    font-weight: 400;
	word-break: keep-all;
    border-radius: 5px;
}
.process-box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px; /* ➜ 박스 간 화살표 여백 고려한 고정값 */
    transform: translateY(-50%);
    width: 22px;
    height: 21px;
    background: url(../img/icon_arrow02.png) no-repeat center;
    background-size: contain;
    
}
.process-box:last-child:after {
    display: none;
    
}
.process-box .process-header {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    background-color: #28336e;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    padding: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.process-box .process-header > strong {
	font-size: 22px;
	padding-left: 30px;
    font-weight: 700 !important;
}
.process-box .process-header > span {
	position: absolute;
	left: 20px;
	opacity: .7;
}
.process-box .process-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    background-color: #c7cde2;
	font-size: 18px;
    text-align: center;
    color: #222222;
    font-weight: normal!important;
    padding: 8px;
}
.process-box .process-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;	
}
.process-box ul.process-content {
    flex-direction: column;
    justify-content: flex-start;
}

.process-box .process-content > li {
	position: relative;
	width: 100%;
    font-size: 17px;
    line-height: 140%;
    color: #555;
    font-weight: 400;
	padding-left: 11px;
	text-align: left;
	margin-bottom: 8px;
}
.process-box .process-content > li:last-child {
	margin-bottom: 0;
}
.process-box .process-content > li:before {
	position: absolute;
	content: '';
	display: block;
    top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #000;
}

.process02 .process-header {
	min-height: 70px;
}

.process03 .process-box:nth-child(3) {
	flex: 1.5;
}
.process03 .process-box .process-content:nth-of-type(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*FAQ*/
.faq-wrapper {}
.faq-wrapper ul {
    position: relative;
    border-top: 2px solid #66747e;
    border-bottom: 1px solid #66747e;
}
.faq-wrapper ul li {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
.faq-wrapper .faq-q-wrapper {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 70px;
    height: 60px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.faq-wrapper .faq-q-wrapper::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/rise/img/icon_q.png');
    background-position: center center;
}
.faq-wrapper .faq-q-wrapper::before {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/rise/img/icon_arrow_down01@2x.png');
    background-position: center center;
    transition: all 0.3s ease-in-out;
}
.faq-wrapper .faq-q-wrapper.active::before {
    background-image: url('/_res/rise/img/icon_arrow_up01@2x.png');
}
.faq-wrapper .faq-num {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 12px;
    font-weight: 600;
    color: #fff;
    background: #00a85d;
    transition: all 0.2s ease-in-out;
}
.faq-wrapper ul li .faq-a-wrapper {
    display: none;
    padding: 22px 22px 32px 70px;
    line-height: 150%;
    word-break: keep-all;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.faq-wrapper ul li .faq-a-wrapper::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/_res/rise/img/icon_a.png');
    background-position: center center;
    position: absolute;
    top: 22px;
    left: 22px;
}

/* ????????? CSS */
.board-area .search-wrapper {
    padding-bottom: 20px;
}
.board-area .search-wrapper > .total {
    display: none;
}
.board-area .search-area select {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    background-position: 95% center;
    background-size: 5px 4px;
}
.board-area .search-area .search-box input[type="search"] {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #666666;
    text-indent: 10px;
    font-size: 16px;
    margin-right: 10px;
}
.board-area .search-area .search-box input[type="search"]::placeholder {
    color: #999999;
}
.board-area .search-area .search-box input[type="search"]:focus {
    background: #fff;
}
.board-area .search-area .search-box input[type="submit"] {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #495057;
}
.board-area .search-wrapper.sort {
    position: relative;
    /*padding-top: 30px;*/
}
.board-area .search-wrapper.sort > .total {
    position: absolute;
    top: 0;
    left: 0;
}
.adm-chk {
    display: none;
}
.board-list01 table thead th {
    font-size: 16px;
    padding: 0;
    line-height: 64px;
    background: none;
    color: #666666;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #66747e;
}
.board-list01 table .title {
    width: auto;
}
.board-list01 table .writer, .board-list01 table .state, .board-list01 table .award, .board-list01 table .answer {
    width: 15%;
}
.board-list01 table .date {
    width: 15%;
}
.board-list01 table .file, .board-list01 table .number, .board-list01 table .hit {
    width: 8%;
}
.board-list01 table .file {
    width: 5%;
}
.board-list01 table tbody td {
    padding: 15px 5px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}
.board-list01 tbody tr:hover td {
    background-color: #fafafa;
}
.board-list01 table tbody td.title {
    padding-left: 12px;
    position: relative;
}
.board-list01 table tbody td.title a {
    position: relative;
    display: inline-block;
    line-height: 100%;
    color: #777777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overow: ellipsis;
    max-width: calc(100% - 57px);
    width: unset;
    vertical-align: middle;
}
.board-list01 table tbody td.title a .title-wrapper {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    -o-text-overow: unset;
    display: inline;
}
.board-list01 table tbody td .board-right-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    /*transform: translateY(-4px);*/
    position: relative;
}
.board-list01 table tbody td .icon-new {
    display: none;
}
.board-list01 table tbody td .board-right-icon-wrapper::after {
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/_res/rise/img/icon_new01.png');
}
/* ????????? ??????????????? */
.paging-navigation a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.paging-navigation a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}
.paging-navigation strong {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}
.paging-navigation a.btn-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
}
.paging-navigation a.btn-preview {
    margin-right: 15px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
}
.paging-navigation a.btn-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
}
.paging-navigation a.btn-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
}
.paging-wrap li > a {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 4px;
    color: #666666;
    font-size: 1rem;
    border: 1px solid #c5c7cc;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px !important;
    overflow: hidden;
}
.paging-wrap li > a:hover {
    border: 1px solid #495057;
    color: #fff;
    background: #495057;
    text-decoration: none;
}
.paging-wrap li > a.active {
    display: inline-block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    margin: 0 1px;
    border: none;
    color: #fff;
    background: #495057;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
}
.paging-wrap li > a.page-first {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_first.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-prev {
    margin-right:
        min-width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_previous.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-next {
    min-width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_next.png) no-repeat center center;
    background-size: 6px 11px;
    background-color: #fff;
}
.paging-wrap li > a.page-last {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -5000em;
    background: transparent url(/_res/rise/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/rise/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/rise/img/btn_last.png) no-repeat center center;
    background-size: 11px 11px;
    background-color: #fff;
}
.board-view td {
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
}
.board-view td .attached-file-wrapper {
    border-bottom: 0;
}
.board-view .attached-file-wrapper dt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 117px;
    height: 100%;
    padding: 20px 30px;
    color: #616161;
    font-weight: bold;
}
@media only all and (max-width: 1544px) {
    #header .navbar .navbar-brand strong {
        padding-left: 12px;
        font-size: 20px;
    }
    #header #top-menu .navbar-nav > li > a {
        font-size: 17px;
    }
     /* main-contents01,03 */
    .main-contents-wrapper {
        padding: 0 1.538rem;
        margin-right: auto;
        margin-left: auto;
    }
    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 20px;
    }
    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-board-area .top-focus-board-wrapper .information {
        margin-right: 16px;
    }
    .popup-zone-wrapper {}
    .main-contents02 {
        margin: 0 1.538rem;
    }
    .main-contents02::after {
        width: 40%;
        top: 17.308rem;
    }
    .main-contents02 .main-contents-tit-wrapper span.category {
        font-size: 1rem;
        padding-bottom: 1.538rem;
    }
    .main-contents02 .main-contents-tit-wrapper strong {
        font-size: 3.462rem;
    }
    .main-contents02 .main-contents-tit-wrapper span {
        font-size: 1.154rem;
    }
    .quick-menu-area {
        column-gap: 2.308rem;
        row-gap: 0.769rem;
    }
    .quick-menu-area .photo-tit {
        font-size: 1.231rem;
    }
    .quick-menu-area .photo-desc {
        font-size: 0.769rem;
    }
}
@media only all and (max-width: 1439px) {
    /* header */
    #header .navbar .navbar-brand img {
        width: 45%;
    }
    #header .navbar .navbar-brand a::before {
        width: 180px;
        height: 24px;
    }
    #header .navbar .navbar-brand strong {
        padding-left: 8px;
        font-size: 20px;
    }
    #header #top-menu .navbar-nav > li {
        padding: 0 1.5rem 0 1.5rem;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0px;
    }
    
    /* main */
    .main-news-area > a > .title-wrapper .title-area {
        padding: 1.563rem;
    }
    .main-news-area > a > .title-wrapper .title-area .title {
        font-size: 1.25rem;
        height: 4.75rem;
        line-height: 130%;
        margin-bottom: 16%;
    }
    
    /* sub */
    .greeting-wrapper .bg-img {
        width: 35%;
    }
    .greeting-slogan-wrapper .greeting > span.mobile-span-br {
        display: block;
    }
}
@media only all and (max-width: 1280px) {
    .map-wrapper + .btns-area > .btn-new-window {
        font-size: 16px;
        padding: 16px 16px 16px 16px;
        letter-spacing: -1px;
    }
}
@media only all and (max-width: 1239px) {
    #header #top-menu .navbar-nav {
        margin-left: 120px;
    }
    #header #top-menu .navbar-nav > li {
        padding: 0 1rem 0 1rem;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0;
    }
	.process03 {
    	flex-direction: column;
	}
	.process03 .process-box:after {
        top: auto;
        bottom: -2.038rem;
        left: 50%;
        width: 1.375rem;
        height: 1.375rem;
        background-size: 1.375rem 1.375rem;
        transform: translateY(0) translateX(-50%) rotate(90deg);
    }
	
	.process-box .process-header {
		min-height: 80px;
	}
}
@media only all and (max-width: 1197px) {
    .main-contents02 .main-contents-tit-wrapper span.category {
        font-size: 0.769rem;
        padding-bottom: 1.538rem;
    }
    .main-contents02 .main-contents-tit-wrapper strong {
        font-size: 2.692rem;
    }
    .main-contents02 .main-contents-tit-wrapper span {
        font-size: 0.962rem;
    }
    .main-board-wrapper {
        width: 50%;
    }
    /* main contents03 */
    .main-contents01 .main-board-area {
        height: auto;
    }
    .main-news-area > a > .title-wrapper .title-area {
        padding: 1.25rem 1.563rem;
    }
    .main-news-area > a > .title-wrapper .title-area .title {
        font-size: 1.125rem;
        height: 4.375rem;
        margin-bottom: 8%;
    }
    .main-news-area > a > .title-wrapper .title-area .date {
        font-size: 0.875rem;
    }
}
@media only all and (max-width: 1023px) {
    html {
        font-size: 1.5rem;
        /* ??????????????? ??????????????? 24px */
        line-height: 1.5rem;
        /* ??????????????? line-height ????????? 24px */
    }
    body {
        min-width: 280px;
        list-style: none;
        outline: 0;
        font-size: 1rem;
        line-height: 1rem;
        -webkit-text-size-adjust: none;
    }
    body.fixed {
        overflow: hidden;
    }
    .wrapper {
        position: relative;
        margin: 0;
        /*
        padding-top: 4.583rem;
		*/
        padding-top: 0;
        clear: both;
        overflow: hidden;
    }
    .wrapper:after {
        content: "";
        clear: both;
        display: block;
    }
    .gnb-wrapper {
        display: none;
    }
    /* Header */
    #header {
        height: 3.438rem;
    }
    #header .gnb {
        display: none;
    }
    #header .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.438rem;
        padding: 0;
        z-index: 200;
    }
    .wrapper.fixed #header .navbar {
        position: fixed;
    }
    #header .navbar > .container {
        position: relative;
        justify-content: flex-start;
        height: 100%;
    }
    #header .navbar .header-bg {
        display: none;
    }
    #header .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    #header .navbar .navbar-brand a {}
    #header .navbar .navbar-brand img {
        width: 11.25rem;
    }
    #header .navbar .navbar-brand strong {
        display: inline-block;
        color: #fff;
        font-size: 1.166rem;
    }
    #header .nav-bg-fostrap {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        margin: 0;
        padding: 0;
    }
    #header .nav-bg-fostrap .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin: 0;
        padding: 6px 0;
        transition: 0.3s;
    }
    #header .nav-bg-fostrap .navbar-fostrap span {
        height: 0.166rem;
        background: #fff;
        display: block;
        width: 1.583rem;
    }
    #header .nav-bg-fostrap .navbar-fostrap:hover span, #header .nav-bg-fostrap .navbar-fostrap:focus span {}
    #header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
        margin: 0.416rem 0;
    }
    .wrapper.fixed #header .nav-bg-fostrap .navbar-fostrap span {
        background-color: #000 !important;
    }
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        position: relative;
        top: unset;
        left: -1rem;
        background-color: #fff;
        width: calc(100% + 2rem);
        display: none;
        z-index: 100;
        padding: unset;
        /* padding: 32px 0px 32px 640px; */
        transform: unset;
        border-radius: 0;
        box-shadow: unset;
        border: 0;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9
    }
    #header #top-menu {
        position: fixed;
        background: #fff;
        width: 25.833rem;
        height: 100%;
        display: block;
        float: none;
        right: -100%;
        top: 0;
        -webkit-transition: right 0.25s ease;
        -moz-transition: right 0.25s ease;
        -ms-transition: right 0.25s ease;
        -o-transition: right 0.25s ease;
        transition: right 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        z-index: 444;
    }
    #header #top-menu.visible {
        right: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
    }
    /* ????????? ???????????? ????????? */
    #header #top-menu .navbar-title {
        position: relative;
        padding: 1.833rem 1.666rem;
        background-color: #12213a;
        display: block;
        display: flex;
        flex-wrap: no-wrap;
        align-items: center;
    }
    #header #top-menu .navbar-title > h3 {
        color: #fff;
        font-size: 1.333rem;
        line-height: 100%;
        margin-bottom: 0;
        font-weight: 600;
    }
    #header #top-menu .navbar-title .navbar-close {
        position: absolute;
        font-size: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;
        display: inline-block;
        color: #fff;
    }
    #header #top-menu .navbar-title .navbar-title-menu {
        display: flex;
        align-items: center;
        margin-left: 2.083rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu:after {
        content: "";
        clear: both;
        display: block;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a {
        color: #fff;
        display: block;
        font-size: 1.083rem;
        font-weight: 500;
        text-align: center;
        padding: 0 10px;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {
        margin-right: 0.833rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
        margin-right: 0;
    }
    .row {
        display: block;
    }
    #header #top-menu .navbar-nav {
        float: none;
        /*
	margin-top: 0.666rem;
	*/
        margin-left: 0;
    }
    #header #top-menu .navbar-nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ededed;
    }
    #header #top-menu .navbar-nav > li > a {
        display: block;
        background-image: url(../img/icon_arrow_down03.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 1rem 0.583rem;
        color: #333333;
        font-size: 1.416rem;
        font-weight: 700;
        /* font-size: 1.063rem; */
        padding: 1.5rem 0rem;
        text-align: left;
    }
    #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li.mobile-active > a {
        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
        margin-bottom: 0px;
    }
    #header #top-menu .navbar-nav > li.mobile-active > a, #header #top-menu .navbar-nav > li.active > a, #header #top-menu .navbar-nav > li > a.active, #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
        background-image: url(../img/icon_arrow_up02.png);
        background-size: 1rem 0.583rem;
        color: #0d76cf;
        background-repeat: no-repeat;
        background-position: 95% center;
    }
    #header #top-menu .navbar-nav > li a:hover, #header #top-menu .navbar-nav > li a:focus {
        color: #0d76cf;
    }
    #header #top-menu .navbar-nav > li .depth2 {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 {}
    #header #top-menu .navbar-nav > li .depth2 .container {
        padding: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner {
        width: 100%;
        position: relative;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner:not(:last-child) {
        margin-bottom: 0.416rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
        position: relative;
        display: block;
        font-size: 1.25rem;
        color: #666666;
        text-align: left;
        padding: 0.937rem 1.25rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a.active {
        background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover {
        color: #666;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
        /*background: 0;*/
        background: #0d76cf;
        border-radius: 0.625rem;
        color: #fff;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover::after, #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus::after {
        width: 0.5rem;
        height: 0.5rem;
        background: #fff;
        transform: translateY(-50%);
        top: 50%;
        right: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.9375rem;
        height: 0.9375rem;
        margin-top: -0.5rem;
        background: url(../img/icon_arrow_down02@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a .arrow {
        background: url(../img/icon_arrow_up03@2x.gif) no-repeat 0 0;
        background-size: 0.9375rem 0.9375rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: none;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
        display: block;
        /*padding: 0 1.25rem;
        background: #293742;*/
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
        /*border-bottom: 1px solid #364957;*/
        padding: 0.625rem 1.25rem;
        color: #666;
        text-align: left;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li:last-child {
        border-bottom: 0;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
        display: block;
        padding: 0.625rem 0;
        color: #666;
        font-size: 1.125rem;
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
        content: "- ";
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover, #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
        /*color: #fff;*/
        color: #0d76cf;
        /*text-decoration: underline;*/
    }
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a.active {
        color: #0d76cf;
        /*text-decoration: underline;*/
    }
    #header #top-menu .navbar-nav > li > a #header #top-menu .navbar-nav > li > .sub-wrap {
        position: relative;
        top: 0;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist {
        margin: 0;
        padding: 0;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dcdee1;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
        display: block;
        background: #fff;
        padding: 13px 25px;
        color: #777;
        font-size: 1.1em;
        font-weight: 100;
    }
    #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a, #header #top-menu .navbar-nav > li > .sub-wrap .sublist li:focus a {
        background: #e8f2fc;
        color: #0c53b4;
        text-decoration: none;
    }
    .cover-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
    }    
    
    /* main */
    .mobile-br {
        display: block;
    }
    #main-visual {
        height: auto;
    }
    .main-visual-wrapper .pc {
        display: none;
    }
    .main-visual-wrapper .mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100%;
        height: 100%;
        margin-left: -50%;
        animation-name: main-visual-zoom;
        animation-duration: 6.0s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    .visual-contents-wrapper {
        position: absolute;
    }
    .main-slogan-wrapper {
        gap: 1.538rem;
    }
    .main-slogan-wrapper .main-slogan-tit {
        font-size: 2.5rem;
    }
    .main-slogan-wrapper .main-slogan-desc {
        font-size: 0.846rem;
    }
    .visual-contents-wrapper .main-quick-wrapper a {
        width: 6.385rem;
        height: 2.5rem;
    }
    .visual-contents-wrapper .main-quick-wrapper span {
        font-size: 0.769rem;
    }
    .visual-contents-wrapper .mouse-on {
        display: none;
    }
    .main-visual-slider-wrapper {
        height: auto;
    }
    .main-visual-slider-area {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    #main-visual-slider .pc {
        display: none;
    }
    #main-visual-slider .mobile {
        display: block;
        width: 100%;
    }
    .main-visual-option {
        position: absolute;
        bottom: 3.125rem;
        right: 1.25rem;
        height: 2rem;
        padding: 0 1.25rem;
        border-radius: 1rem;
        margin-right: 0;
    }
    .main-visual-option .main-visual-swiper-pagination {
        font-size: 0.916rem;
        margin-right: 0.916rem;
    }
    .main-visual-option .main-visual-button-prev, .main-visual-option .main-visual-button-next {
        width: 0.5rem;
        height: 0.75rem;
        background-size: 0.5rem 0.75rem;
    }
    .main-visual-option .main-visual-button-prev {
        margin-right: 0.916rem;
    }
    .main-visual-option .main-visual-button-next {
        margin-right: 0;
    }
    .main-visual-option .main-visual-button-play, .main-visual-option .main-visual-button-pause {
        width: 0.5rem;
        height: 0.75rem;
        background-size: 0.5rem 0.75rem;
    }
    
    .main-contents-wrapper {
        max-width: calc(100% - 3.333rem);
        padding: 0;
        margin: 0 auto;
    }
    /* main contents02 */
    .main-contents01 {
        padding: 3.846rem 0 1.769rem 0;
    }
    .main-contents01 .main-contents-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main-board-wrapper {
        width: 100%;
    }
    .main-contents-header-wrapper {
        margin-bottom: 1.25rem;
    }
    .main-contents-header-area {
        min-height: 2.916rem;
    }
    .main-contents-header-wrapper h4 {
        font-size: 1.666rem;
    }
    .btn-more {
        width: 2.916rem;
        height: 2.916rem;
        /*border-radius: 1.458rem 0.5rem 1.458rem 1.458rem;*/
    }
    .btn-more::after {
        width: 0.791rem;
        height: 0.791rem;
    }
    .main-contents-header-area .tab-btns-wrapper a:not(:last-child)::after {
        width: 0.083rem;
        height: 1.083rem;
    }
    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 1rem;
    }
    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .main-contents-header-area .tab-btns-wrapper span {
        font-size: 1.462rem;
        line-height: 140%;
    }
    .main-board-area .top-focus-board-wrapper {
        padding-bottom: 2rem;
    }
    .main-board-area .top-focus-board-wrapper .information {
        min-width: 3.75rem;
        margin-right: 1.666rem;
    }
    .main-board-area .top-focus-board-wrapper .information .date {
        font-size: 1.916rem;
    }
    .main-board-area .top-focus-board-wrapper .information .ym {
        font-size: 1rem;
    }
    .main-board-area .top-focus-board-wrapper p {
        font-size: 1.25rem;
        -webkit-line-clamp: 2;
        /* ????????? */
        word-break: keep-all;
        line-height: 140%;
    }
    .main-board-area .focus-board-wrapper {
        margin-top: 1.875rem;
    }
    .main-board-area .focus-board-wrapper ul li a {
        padding-left: 0.666rem;
    }
    .main-board-area .focus-board-wrapper ul li a::before {
        width: 0.125rem;
        height: 0.125rem;
    }
    .main-board-area .focus-board-wrapper ul li span {
        font-size: 1.083rem;
        line-height: 170%;
        max-width: 21.666rem;
        text-overflow: unset;
    }
    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
        width: calc(100% - 00px);
    }
    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
        max-width: calc(100% - 1.666rem);
    }
    .main-board-area .focus-board-wrapper ul li .board-title .icon-new {
        width: 1.083rem;
        height: 1.083rem;
        background-size: contain;
    }
    .popup-zone-wrapper {
        width: 100%;
        margin-top: 4.615rem;
    }
    .main-small-slider-container .swiper-slide {
        height: auto;
        border-radius: 1.538rem 0.577rem 1.538rem 1.538rem;
    }
    .main-small-slider-container .swiper-slide img {
        width: 100%;
        height: unset;
    }
    .main-small-slide-option-area .btn-prev, .main-small-slide-option-area .btn-next {
        width: 2.916rem;
        height: 2.916rem;
    }
    .main-small-slide-option-area .btn-prev {
        margin-right: 0.416rem;
    }
    .main-small-slide-option-area .btn-prev::after, .main-small-slide-option-area .btn-next::after {
        width: 0.791rem;
        height: 0.833rem;
    }
    /* main contents02 */
    .main-contents02 {
        padding-top: 4.166rem;
        padding-bottom: 3.333rem;
        border-radius: 1.154rem;
    }
    .main-contents02::after {
        width: 110%;
        height: auto;
        padding-bottom: 100%;
        top: 8.846rem;
        left: 0;
    }
    .main-contents02 .main-contents-wrapper {
        max-width: calc(100% - 4.462rem);
        flex-direction: column;
        padding-bottom: 70%;
    }
    .main-contents02 .main-contents-tit-wrapper.type01 {
        padding-bottom: 9.583rem;
        gap: 1.346rem;
    }
    .main-contents02 .main-contents-tit-wrapper span.category {
        font-size: 0.923rem;
        padding-bottom: 0;
    }
    .main-contents02 .main-contents-tit-wrapper strong {
        font-size: 1.923rem;
    }
    .main-contents02 .main-contents-tit-wrapper span {
        font-size: 1rem;
        line-height: 160%;
    }
    .quick-menu-wrapper {
        position: absolute;
        bottom: 0;
        width: calc(100% + 4.538rem);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        left: -2.231rem;
        z-index: 10;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: grab;
    }
    .quick-menu-wrapper::-webkit-scrollbar {
        display: none;
    }
    .quick-menu-wrapper.dragging {
        cursor: grabbing;
    }
    .quick-menu-area {
        width: 68.538rem;
        display: flex;
        gap: 1.154rem;
        padding-bottom: 0;
        padding-left: 2.231rem;
    }
    .quick-menu-area a:nth-child(2n) {
        transform: translateY(0);
    }
    .quick-menu-area a {
        width: 15.154rem;
    }
    .quick-menu-area .img {
        overflow: hidden;
        height: auto;
        padding-bottom: 82%;
        width: 100%;
        border-radius: 1.25rem;
        margin-bottom: 1.846rem;
        display: block;
    }
    .quick-menu-area .photo-tit {
        font-size: 1.615rem;
        margin-bottom: 0.385rem;
    }
    .quick-menu-area .photo-desc {
        font-size: 1rem;
    }
    /* main-contents03 */
    .main-contents03 {
        padding: 5.577rem 0;
    }
    .main-contents03 .main-contents-wrapper {
        gap: 1.923rem;
    }
    .main-contents03 .main-contents-tit-wrapper > h2 {
        font-size: 1.769rem;
    }
    .main-news-wrapper {
        position: relative;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 10;
        cursor: grab;
    }
    .main-news-wrapper::-webkit-scrollbar {
        display: none; /* 스크롤바 숨기기 (선택 사항) */
    }
    .main-news-wrapper.dragging {
        cursor: grabbing;
    }
    .main-news-area {
        width: 68.538rem;
        display: flex;
        gap: 1.154rem;
        padding-bottom: 0;
    }
    .main-news-area > a {
        display: flex;
        flex-direction: column;
        width: 25%;
        height: auto;
        background-color: #f6f6f6;
        overflow: hidden;
        border-radius: 20px;
    }
    .main-news-area > a > .title-wrapper {
        height: 0;
        padding-bottom: 65.074%;
    }
    .main-news-area > a > .title-wrapper .title-area {
        padding: 1.731rem 1.154rem;
    }
    .main-news-area > a > .title-wrapper .title-area .title {
        font-size: 1rem;
        height: 3.846rem;
        margin-bottom: 2.308rem;
    }
    .main-news-area > a > .title-wrapper .title-area .date {
        font-size: 1rem;
    }
    
    /* sub */
    .title0401 {
        font-size: 1.692rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.577rem;
    }
    .title0401 .contact-badge {
        font-size: 0.923rem;
        padding: 0.308rem 0.923rem 0.269rem 0.923rem;
    }
    .ul-list01 > li {
        padding-left: 0.5769rem;
        font-size: 1rem;
        background-position: left 0.5769rem;
        background-size: 0.1923rem 0.1923rem;
    }
    .sub-container .content-wrap {
        margin-top: 0;
    }
    .contents-paging-navigation {
        display: none;
    }
    .sub-top .sub-visual-wrapper {
        height: 17.5rem;
    }
    .sub-top .sub-visual-desc {
        display: none;
    }
    .sub-top .sub-visual-wrapper > img {
        height: 17.5rem;
    }
    .sub-top .sub-visual-wrapper {
        display: block;
    }
    .page-navi {
        display: none;
    }
    .sub-container .snb-list {
        position: absolute;
        display: none;
        top: 101px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
        z-index: 90;
    }
    .sub-container .snb-list > li {
        border-radius: 0px;
        border: 0;
        display: block;
        margin-top: -1px;
        background: #fff;
        padding: 0 2.916rem;
    }
    .sub-container .snb-list > li:not(:first-child) {
        margin-top: 0px;
    }
    .sub-container .snb-list > li > a {
        position: relative;
        display: block;
        font-size: 1.166rem;
        line-height: 100px;
        color: #666666;
        font-weight: 500;
        padding: 0;
        border-radius: 0px;
        border: none;
        background: none;
    }
    .sub-container .snb-list > li > a:hover {
        color: #0d76cf;
        text-decoration: none;
    }
    .sub-container .snb-list > li:hover {
        background: #e9e9e9;
    }
    .sub-container .snb-list > li.selected {
        background: #e9e9e9;
    }
    .sub-container .snb-list > li > a.active, .sub-container .snb-list > li.selected > a {
        color: #2584d5;
        background: #e9e9e9;
        padding-left: 0.833rem;
    }
    .sub-container .snb-list > li > a:hover, .sub-container .snb-list > li > a:focus {
        background: #e9e9e9;
        border: none;
        color: #2584d5;
        padding-left: 0.833rem;
    }
    .sub-container .snb-list > li > a:hover::before, .sub-container .snb-list > li > a:focus::before {
        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;
        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
    }
    .sub-container .snb-list > li > a.active::before, .sub-container .snb-list > li.selected > a::before {
        content: '';
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #2584d5;
        position: absolute;
        top: 50%;
        left: 0rem;
        transform: translateY(-50%);
    }
    .sub-container .snb-list > li > a::after {
        display: none;
    }
    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/rise/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
    }
    .sub-container .snb-list > li.selected > a .arrow, .sub-container .snb-list > li > a.active .arrow, .sub-container .snb-list > li.selected > a:hover .arrow, .sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/rise/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/rise/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        padding: 1.25rem;
    }
    .sub-container .snb-list > li > ul.selected {
        display: block;
    }
    .sub-container .snb-list > li a + ul > li {
        margin-top: 0.625rem;
    }
    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }
    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
    }
    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #225184;
    }
    .sub-container .snb-list > li a + ul > li > a.active {
        color: #225184;
        font-weight: 700;
        text-decoration: underline;
    }
    .sub-container .snb {
        display: block;
    }
    .sub-container .snb-list {
        display: none;
    }
    .sub-container .snb-list > li > a .arrow {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        width: 0.25rem;
        height: 0.5rem;
        margin-top: -0.125rem;
        background: url(/_res/rise/img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        display: none;
    }
    .sub-container .snb-list > li.selected > a .arrow, .sub-container .snb-list > li > a.active .arrow, .sub-container .snb-list > li.selected > a:hover .arrow, .sub-container .snb-list > li > a.active:hover .arrow {
        background: url(/_res/rise/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > a:hover .arrow {
        background: url(/_res/rise/img/icon_arrow_right01@2x.png) no-repeat 0 0;
        background-size: 0.25rem 0.5rem;
        transform: rotate(90deg);
    }
    .sub-container .snb-list > li > ul {
        display: none;
        background: #dee4eb;
        /*padding: 1.25rem;*/
        background: none;
        padding: 0;
    }
    .sub-container .snb-list > li > ul.selected {
        display: block;
    }
    .sub-container .snb-list > li a + ul > li {
        margin-top: 0rem;
    }
    .sub-container .snb-list > li a + ul > li:first-child {
        margin-top: 0;
    }
    .sub-container .snb-list > li a + ul > li > a {
        color: #212121;
        font-weight: 500;
        background: none;
        border: 0;
        padding: 14px 0;
        font-size: 1.166rem;
    }
    .sub-container .snb-list > li a + ul > li > a:hover {
        color: #14a7bd;
    }
    .sub-container .snb-list > li a + ul > li > a.active {
        /*color: #14a7bd;*/
        color: #2584d5;
        font-weight: 700;
        text-decoration: none;
    }
    .sub-container .snb-list > li > ul > li > a::after {
        display: none;
    }
    .sub-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
    }
    .sub-container:after {
        content: '';
        display: block;
        clear: both;
    }
    .sub-container .cont-top {
        position: relative;
        background: #2584d5;
    }
    .sub-container .cont-top .cont-title {
        position: relative;
        text-align: center;
        margin: 0;
        line-height: 100px;
        height: 100px;
        display: block;
        font-size: 1.416rem;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }
    .sub-container .cont-top .cont-title > .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.666rem;
        display: block;
        width: 0.875rem;
        height: 0.541rem;
        background: url(/_res/rise/img/icon_arrow_down02@2x.png) no-repeat;
        background-size: contain;
    }
    .sub-container .cont-top .cont-title.on > .arrow {
        background: url(/_res/rise/img/icon_arrow_up02@2x.png) no-repeat;
        background-size: contain;
    }
    .sub-container .cont-top .cont-btns {
        display: none;
    }
    .sub-container #jwxe_main_content {
        padding: 0 15px;
    }
    .ol-list01 > li .number, .ol-list04 > li .number {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.937rem;
    }
    .btn-detail-view03 {
        height: 2.5rem;
        padding: 0 1.25rem;
        font-size: 0.937rem;
        line-height: 2.5rem;
    }
	
	.map-wrapper + .btns-area{
    	flex-direction: column;
	}
	
    .map-wrapper + .btns-area > .btn-new-window {
        height: auto;
        padding: 15px 30px 15px 29px;
        border-radius: 30px;
    }
    .btn-new-window > span {
        font-size: 16px;
    }
    
	/* 소개 */
    .greeting-wrapper .bg-img {
        width: 40%;
        position: initial;
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .greeting-slogan-wrapper .greeting > span.mobile-span-br {
        display: block;
    }
	
	/* 인재양성 */
	
	.process-wrapper {
        flex-direction: column;
        gap: 2.692rem;
    }

    .process-box {
		min-height: auto;
        flex-basis: 100%;
    }

    .process-box:after {
        top: auto;
        bottom: -2.038rem;
        left: 50%;
        width: 1.375rem;
        height: 1.375rem;
        background-size: 1.375rem 1.375rem;
        transform: translateY(0) translateX(-50%) rotate(90deg);
    }

    .process-box:last-child:after {
        display: none;
    }
	.process-box .process-header > strong {
		font-size: 1.231rem;
		padding-left: 1.923rem;
	}
	.process-box .process-header > span {
		left: 1.154rem;
	}
	.process-box .process-desc {
		font-size: 1.154rem;
	}
	.process-box .process-header,
	.process02 .process-header {
		min-height: auto;
	}
	.process-box .process-content {    
		padding: 0.769rem;
	}
	.process-box .process-content > li {
		font-size: 1.083rem;
	}

	/* faq */
    .faq-wrapper ul li .faq-a-wrapper {
        padding: 1.5rem 1.5rem;
        font-size: 0.833rem;
        padding-bottom: 2rem;
    }
    .faq-wrapper ul li {
        font-size: 1rem;
    }
    .faq-wrapper .faq-q-wrapper {
        padding-left: 3.083rem;
        height: 3.333rem;
        letter-spacing: -1px;
    }
    .faq-wrapper .faq-q-wrapper::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 50%;
        left: 0.833rem;
    }
    .faq-wrapper ul li .faq-a-wrapper {
        display: none;
        padding: 1rem 1rem 1.5rem 3.083rem;
        line-height: 150%;
        font-size: 0.833rem;
    }
    .faq-wrapper ul li .faq-a-wrapper::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 0.833rem;
        left: 0.833rem;
    }
    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        position: absolute;
        top: auto !important;
        left: 0;
        width: 6.923rem;
    }
    .article-chk {
        display: none;
    }
    .board-area .search-area {
        padding-left: 6.6rem;
    }
    .board-area .search-wrapper {
        padding-bottom: 0px;
    }
    .board-area .search-area select {
        width: 6.25rem;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
        margin-right: 0rem;
    }
    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
        margin-right: 0.333rem;
    }
    .board-area .search-area .search-box input[type="submit"] {
        width: 4.583rem;
        height: 2.083rem;
        line-height: 2.083rem;
        font-size: 0.666rem;
    }
    .board-list01 table tbody td {
        font-size: 1rem;
        line-height: unset;
    }
    .board-list01 table tbody td .board-right-icon-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 5%;
        border: 1px solid red;
    }
    .board-list01 table tbody td .icon-new {
        display: none;
    }
    .board-list01 table tbody td .board-right-icon-wrapper img {
        display: none;
    }
    .board-list01 table tbody td .board-right-icon-wrapper::after {
        position: absolute;
        width: 18px;
        height: 18px;
        content: '';
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url('/_res/rise/img/icon_new01.png');
    }
    /* ????????? ??????????????? */
    .paging-navigation a {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-navigation strong {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-navigation a.btn-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-navigation a.btn-preview {
        margin-right: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-navigation a.btn-next {
        margin-left: 0.937rem;
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-navigation a.btn-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-wrap li > a {
        margin: 0 2px;
    }
    .paging-wrap li > a {
        margin: 0;
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-wrap li > a.active {
        line-height: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        font-size: 0.833rem;
    }
    .paging-wrap li > a.page-first {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .paging-wrap li > a.page-prev {
        margin-left: 0;
        margin-right: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-wrap li > a.page-next {
        margin-right: 0;
        margin-left: calc(0.937rem - 2px);
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.25rem 0.458rem;
    }
    .paging-wrap li > a.page-last {
        width: 1.666rem;
        min-width: 1.666rem;
        height: 1.666rem;
        background-size: 0.458rem 0.458rem;
    }
    .board-view td {
        display: block;
    }
	
	.btns-area, 
	.btns-area .btns-left, 
	.btns-area .btns-right {
		display: flex;
		width: calc(100% + 0.385rem);
		gap: 0.385rem;
	}
}
@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* ??????????????? ??????????????? 18px */
        line-height: 1.25rem;
        /* ??????????????? line-height ????????? 18px */
    }
    .icon-window {
        width: 1rem;
        height: 1rem;
        background-size: 1rem 1rem;
    }
    .totalmenu-wrapper {
        width: 25rem;
        right: -25rem;
    }
    
    /* header */
    #header .navbar .navbar-brand {
        left: 1.428rem;
    }
    #header .navbar .navbar-brand img {
        width: 9.642rem;
    }
    #header .navbar .navbar-brand a::before {
        width: 140px;
        height: 19px;
    }
    #header .navbar .navbar-brand strong {
        font-size: 1rem;
        padding-left: 0.285rem;
    }
    #header #top-menu {
        width: 22.142rem;
    }
    #header #top-menu .navbar-title > h3 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    #header #top-menu .navbar-title .navbar-title-menu {
        margin-left: 1.785rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a {
        padding: 0;
        font-size: 0.928rem;
    }
    #header #top-menu .navbar-title .navbar-title-menu > a:not(:last-child) {
        margin-right: 1.428rem;
    }
    #header #top-menu .navbar-nav > li > a {
        background-size: 0.857rem 0.5rem;
        font-size: 1.214rem;
    }
    
    /* sub */
    .sub-top .sub-visual-wrapper {
        display: none;
    }
    .sub-container .snb {
        display: block;
        width: 100%;
        margin-left: 0px;
        height: 15rem;
    }
    .sub-container .snb-title {
        position: relative;
        display: block;
        height: 100%;
        overflow: hidden;
        margin-bottom: 0;
        border-radius: 0;
    }
    .sub-container .snb-title > span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        font-size: 1.857rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        margin-top: 0;
        padding: 0 30px;
        display: block;
    }
    .sub-container .snb-title > img {
        display: block;
        width: 100%;
    }
    .sub-container .snb-list {
        top: 351px;
    }
    .sub-container .cont-top .cont-title {
        font-size: 19px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
    }
    .sub-container .snb-list > li > a {
        font-size: 1.166rem;
        line-height: 50px;
    }
    
    .greeting-slogan-wrapper .greeting > span.mobile-span-br {
        display: block;
    }
    /*table*/
    .table-type01 table tbody th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
    .table-type01 table tbody td {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
    .table-type01 table thead th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    }
	.horizontal-scroll {
        position: relative;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        background: linear-gradient(to right, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0)) no-repeat 0 0 / 20px 100% scroll, linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15)) no-repeat 100% 0 / 20px 100% scroll;
    }
	
	.horizontal-scroll table {
		width: 53.846rem;
		background:
			linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) no-repeat 0 0 / 80px 100% local,
			linear-gradient(to right, rgba(255, 255, 255, 0), #fff) no-repeat 100% 0 / 80px 100% local;
	}
    .word-type01 {
        padding-bottom: 0.7692rem;
        font-size: 1.125rem;
        line-height: 155%;
    }
    .ol-list01 > li {
        color: #666;
        padding-left: 1.615rem;
        margin-bottom: 0.625rem;
        font-size: 1.125rem;
        line-height: 155%;
    }
    .ul-list01 > li {
        color: #666;
        padding-left: 0.962rem;
        font-size: 1.125rem;
        line-height: 155%;
        background-position: left 0.625rem;
    }
	.ul-list01 > li:before {
		top: 0.692rem;
	}
	.ul-list02 > li {
        color: #666;
        font-size: 1.125rem;
        line-height: 155%;
        background-position: left 0.625rem;
    }
    .ul-list01.location > li {
        position: relative;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 0.3846rem;
        background: transparent;
    }
    .ul-list01.location > li > strong {
        position: static;
        display: block;
        padding-left: 0.5769rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-left: -0.5769rem;
        background-position: left 0.5769rem;
        background-size: 0.1923rem 0.1923rem;
    }
    .title0101, .bullet-type01 .title0101 {
        margin: 0 0 0.9231rem 0;
        padding-left: 1.625rem;
        padding-top: 0;
        font-size: 1.375rem;
        line-height: 1.75rem;
        background-position: left 0.15rem;
        background-size: 1.125rem;
    }
    .title0501, .bullet-type01 .title0501 {
        margin: 0.5769rem 0;
        padding-left: 0.875rem;
        color: #333333;
        font-size: 1.25rem;
        line-height: 1.625rem;
        background-position: left 0.5rem;
        background-size: 0.3846rem 0.3846rem;
        word-break: keep-all;
    }
    .title0601 {
        font-size: 1.077rem;
        word-break: keep-all;
		margin-bottom: 0.577rem;
    }
    .board-area .search-wrapper.sort .sort-select-area .sort-select-box select {
        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 0rem;
    }
    .btn-detail-view02 {
        height: 2.308rem;
        padding: 0.5769rem 1.154rem 0 1.154rem;
        font-size: 0.9231rem;
        line-height: 1.154rem;
        border-radius: 1.154rem;
    }
    .btn-detail-view03 {
        height: 3.5rem;
        padding: 0 2.25rem;
        font-size: 1.125rem;
        line-height: 3.5rem;
    }
    .map-wrapper + .btns-area > .btn-new-window {
        padding: 0.9615rem 4.423rem 0.9615rem 1.538rem;
        border-radius: 1.875rem;
        height: auto;
    }
    .map-wrapper + .btns-area > .btn-new-window > span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .location dl > dd {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .location dl > dt > span {
        font-size: 1.125rem;
    }
    .btn-new-window.small {
        width: 42%;
    }
    .greeting-wrapper {
        margin-bottom: 3.846rem;
    }
    .greeting-slogan-wrapper {
        position: relative;
        padding-right: 0 !important;
        padding-bottom: 1.308rem;
    }
    .greeting-slogan-wrapper .greeting {
        width: 94%;
        word-break: keep-all;
    }
    .greeting-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
    .document-wrapper .contents-box .title0501 {
        font-size: 1.25rem;
    }
    .greeting-wrapper .bg-img {
        width: 50%;
        position: initial;
        display: block;
        margin: 0 auto;
        margin-bottom: 2rem;
    }	

	.images-box03 {
    	flex-direction: column;
		row-gap: 0.769rem;
	}
    .faq-wrapper ul li {
        font-size: 0.928rem;
    }
    .faq-wrapper .faq-q-wrapper::before {
        width: 1rem;
        height: 0.5rem;
        right: 0.714rem;
    }
    .board-area .search-area {
        padding-left: 5.8rem;
    }
    .board-area .search-area .search-box {
        padding-right: 4.35rem;
    }
    .board-area .search-area select {
        width: 5.357rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 0rem;
        background-position: 85% center;
    }
    .board-area .search-area .search-box input[type="submit"] {
        width: 3.928rem;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
    }
    .board-area .search-area .search-box input[type="search"] {
        width: 100%;
        height: 2.571rem;
        line-height: 2.571rem;
        font-size: 0.857rem;
        margin-right: 1.285rem;
    }
    .board-list01 table tbody td .board-right-icon-wrapper::after {
        width: 1rem;
        height: 1rem;
    }
    .board-list01 table tbody td.title {
        padding-left: 0px;
    }
    .board-list01 table tbody td .icon-file {
        width: 1rem;
        height: 1rem;
        transform: translateY(1px);
    }
}
@media only all and (max-width: 600px) {
    html {
        font-size: 1rem;
        /* ??????????????? ??????????????? 16px */
        line-height: 1rem;
        /* ??????????????? line-height ????????? 16px */
    }
    .sub-container .snb-list {
        top: 291px;
    }
}
@media only all and (max-width: 475px) {
    html {
        font-size: 0.875rem;
        /* ??????????????? ??????????????? 13px */
        line-height: 0.875rem;
        /* ??????????????? line-height ????????? 13px */
        /* ??????????????? line-height ????????? 14px */
    }
    .icon-window {
        width: 12px;
        height: 12px;
        background-size: 12px 12px
    }
    
    .sub-container .snb-list {
        top: 261px;
    }
}
@media only all and (max-width: 359px) {
    html {
        font-size: 0.75rem;
        /* ??????????????? ??????????????? 12px */
        line-height: 0.75rem;
        /* ??????????????? line-height ????????? 12px */
    }
    
    .sub-container .snb-list {
        top: 231px;
    }
}
@media only all and (max-width: 319px) {
    html {
        font-size: 0.687rem;
        /* ??????????????? ??????????????? 11px */
        line-height: 0.687rem;
        /* ??????????????? line-height ????????? 11px */
    }
}

@media (min-width: 1200px) {
    #header #top-menu {
        float: left;
        /* margin-left: 11.688rem; */
    }
    #header #top-menu .navbar-nav > li:nth-child(1) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(2) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(3) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(4) .depth2 {}
    #header #top-menu .navbar-nav > li:nth-child(5) .depth2 {}
    #header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li a.active:before {
        position: absolute;
        top: 5px;
        right: -10px;
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #0d76cf;
        border-radius: 100%;
    }
}
@media (min-width: 1024px) {
    .wrapper {
        position: relative;
        padding-top: 0;
    }
    /* header */
    #header #top-menu .navbar-nav > li .depth2, #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 0;
    }
    /* Footer */
    #footer {
        position: relative;
        background-color: #ffffff;
        padding: 2.188rem 0;
    }
    .footer-information-wrapper {
        float: left;
        position: relative;
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        display: block;
    }
    .footer-menu {
        margin-bottom: 27px;
    }
    .footer-menu > li {
        padding-right: 10px;
        margin-right: 9px;
        background-size: 1px 11px;
    }
    .footer-menu > li > a {
        font-size: 12px;
        line-height: 15px;
    }
    .footer-menu > li > a:hover {
        text-decoration: underline;
    }
    .footer-another-list {
        float: right;
        margin-top: 0;
    }
    .footer-another-list > dl {
        position: relative;
        float: left;
        width: 170px;
        margin-left: 10px;
    }
    .footer-another-list > dl:first-child {
        margin-left: 0;
    }
    .footer-another-list > dl:nth-child(even) {
        float: left;
    }
    .footer-another-list > dl > dt {
        display: block;
    }
    .footer-another-list > dl > dt > button {
        position: relative;
        display: block;
        border: 1px solid #e4e4e4;
        width: 170px;
        height: 35px;
        -webkit-appearance: none;
        background: #fff;
        text-align: left;
        padding: 0 20px;
        color: #999596;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }
    .footer-another-list > dl > dt > button .arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 8px;
        height: 4px;
        background: url(/_res/rise/img/icon_arrow_down04@2x.png) no-repeat 0 0;
        background-size: 8px 4px;
        transition: all 0.2s ease-in-out;
    }
    .footer-another-list > dl > dt > button:hover {
        background: #f9f9f9;
    }
    .footer-another-list > dl > dt.active > button .arrow {
        transform: rotate(180deg);
    }
    .footer-another-list > dl > dd {
        display: none;
        position: absolute;
        bottom: 34px;
        left: 0;
        width: 100%;
        max-height: 200px;
        margin: 0;
        z-index: 15;
    }
    .footer-another-list > dl > dd > ul {
        display: block;
        width: 100%;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
    }
    .footer-another-list > dl > dd > ul > li {
        display: block;
    }
    .footer-another-list > dl > dd > ul > li > a {
        display: block;
        padding: 10px 20px;
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        font-size: 12px;
    }
    .footer-another-list > dl > dd > ul > li > a:hover {
        background: #e9e9e9;
        font-weight: 700;
    }
}