@charset "utf-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants.css');

@font-face {
    font-family: 'Giants';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Giants';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Bold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Giants/Giants-Bold.ttf') format('truetype');
}

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;
	
}

button:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}


/*****************************************************
	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;
	padding: 0 20px;
}

.contents-area {
    margin-bottom: 50px;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}



#header .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    z-index: 999 !important;
	padding: 0 2.8%;
}

.wrapper.fixed #header .navbar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}

#header .navbar > .container {
    position: static;
    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: 2.8%;
    margin: 0;
    padding: 0;
}

#header .navbar .navbar-brand a {
    position: relative;
    display: flex;
}

#header .navbar .navbar-brand a::before {
    content: '';
    display: block;
    width: 300px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url('/_res/fund/img/logo.png');
}

#header .navbar .navbar-brand strong {
    display: inline-block;
    padding-left: 20px;
    font-size: 21px;
    line-height: 100%;
    font-weight: 600;
    color: #ffffff;
	margin-top: 10px;
}

#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;
    margin-left: 223px;
}

#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 1.5rem 0 1.5rem;
    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: #ffffff;
    height: 100%;
    font-size: 18px;
    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: #9ad4ff;
    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: 13rem;
    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;
}


#header .gnb a{
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
	color: #ffffff;
}
#header .gnb {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.8%;
    margin: 0;
    padding: 0;
}


.mask-totalmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 10;
}

/*HEADER MASK*/
.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/fund/img/logo@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;
}

.wrapper.fixed #header .gnb .header-util > ul > li > a::before {
    background-image: url('/_res/fund/img/ico_join_02.png');

}

.wrapper.fixed #header .gnb .header-util .gnb-btn-home {
    background-image: url(../img/icon_home_black01.png);
}


/* Footer */
#footer {
    clear: both;
    position: relative;
    background-color: #273138;
    padding: 2.25rem 0;
    border-top: 1px solid #ffffff;
	margin-top: 30px;
}

#footer .container {
	max-width: 1440px;
	padding: 0 20px;
    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: 16px;
    line-height: 25px;
    color: #ffffff;
    display: block;
}

.footer-information-wrapper small {
    display: block;
}

.footer-menu {
    margin-bottom: 1.25rem;
}

.footer-menu > li {
	position: relative;
    float: left;
    padding-right: 0.6875rem;
    margin-right: 0.625rem;
    background-size: 1px 0.75rem;
}

.footer-menu > li:before {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	top: 1px;
	width: 1px;
	height: 16px;
    background: url(/_res/fund/img/icon_bar04@2x.gif) no-repeat 99.5% 70%;
    background-size: 1px 0.75rem;
}

.footer-menu > li:last-child:before {
    background: none;
}


.footer-menu > li > a {
    color: #ffffff;
	font-size: 0.923rem;
	line-height: 1.385rem;
    font-weight: 700
}

.footer-menu > li:last-child {
    background: transparent;
    padding-right: 0;
    margin-right: 0;
}

.footer-menu > li > a.word-privacy {
    color: #02cafa
}

.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/fund/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;
}



.footer-another-list {
	display: none !important;	
}

.footer-bank-information {
	display: block;
}

.footer-bank-information > dt {
	display: block;
	margin-bottom: 0.166rem;
	color: #ffe3b1;
	font-size: 1.083rem;
	line-height: 1.166rem;
}

.footer-bank-information > dd {
	position: relative;
	padding-left: 1.25rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #fff;
	font-size: 1rem;
	line-height:  1.5rem;
	word-break: keep-all;
	
}

.footer-bank-information > dd img {
	position: absolute;
	top: 0.125rem;
	left: 0;
	display: block;
	width: 1rem;
}


.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;
}

.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/fund/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;
}


/*????????????*/
.word-type01 {
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    word-break: keep-all;
}

.word-type01 > strong {
    font-weight: 600;
}

.bullet01 {	
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #5d91bd;
	border-radius: 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.point-color01 {
	color: #3ba89c;
}

.point-color02 {
	color: #333333;
}

.point-color03 {
	color: #666666;
}

.ol-list01 > li {
	position: relative;
    color: #636367;
    font-size: 22px;
	font-weight: 500;
    line-height: 40px;
    padding-left: 25px;
}
.ol-list01 > li > strong {
	color: #333;
	font-weight: 500;
}

.ol-list01 > li > span {
    position: absolute;
    top: 0;
    left: 0;	
}
.ol-list01 > li:last-child {
    margin-bottom: 0;
}

.ol-list01.mtop30 {
    margin-top: 30px !important;
}

.ol-list01 > li .number,
.ol-list04 > li .number {
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f6fa;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.ul-list01 > li {	
    position: relative;
    color: #636367;
    font-size: 22px;
	font-weight: 500;
    line-height: 40px;
    margin-bottom: 2px;
    background: none;
    padding-left: 15px;
}

.ul-list01 > li:before {
	content: '';
	display: block;
    position: absolute;
	left: 0;
	top: 20px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background-color: #5d91bd;
	border-radius: 100%;
}

.ul-list01 > li > strong {
	color: #333333;
}

.ul-list01 > li > ul{
    padding: 0;
}

.ul-list01 > li > ul > li{
	position: relative;
    background: none;
    color: #636367;
    font-size: 22px;
	font-weight: 500;
    line-height: 40px;
    padding-left: 15px;
}

.ul-list01 > li > ul > li > span {
	position: absolute;
	left: 0;
}

.ul-list02 > li {	
    position: relative;
    color: #636367;
    font-size: 22px;
	font-weight: 500;
    line-height: 40px;
    margin-bottom: 2px;
    background: none;
    padding-left: 0;
}


.ul-list02 > li > strong {
	color: #333333;
}

.ul-list02 > li > ul {
    padding: 0;
}

.ul-list02 > li > ul > li {
    background: none;
    color: #636367;
    font-size: 22px;
	font-weight: 500;
    line-height: 40px;
}


.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;
}



/*****************************************************
	Main
*****************************************************/

/* Visual */
.main-container {	
    display: block;
	width: 100%;
    margin: 0 auto;	
}

#main-visual {
    position: relative;
	width: 100%;
    height: 860px;
    overflow: hidden;
}


.main-visual-slider-wrapper {
	position: relative;
	width: 100%;
	height: 860px;
	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/fund/img/btn_previous01.png);
}

.main-visual-option .main-visual-button-next {
	margin-left: 15px;
    background-image: url(/_res/fund/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/fund/img/btn_play01.png);
}

.main-visual-option .main-visual-button-pause {
    background-image: url(/_res/fund/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;
}

@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;
	/*max-width: 1440px;*/
    height: 860px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
}

.main-slogan-wrapper {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	max-width: 100%;
	z-index: 10;
}

.main-slogan-wrapper .main-slogan-tit {
	display: block;
	font-family: "Giants", "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;
    font-size: 68px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.main-slogan-wrapper .main-slogan-tit > span {
	display: block;
}

.main-slogan-wrapper .main-slogan-desc {
    text-align: center;
    font-size: 24px;
    line-height: 136%;
    font-weight: 500;
    color: #fff;
}

.main-quick-wrapper {
	position: absolute;
	bottom: 80px;
	max-width: 1440px;
	width: 100%;
	left: 50%;
    transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	z-index: 99;
}

.main-quick-wrapper > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 19%;
	border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(7px);
	padding: 30px 0;
	overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.main-quick-wrapper > a > img {
	opacity: .55;
	width: 52px;
	height: 50px;
}

.main-quick-wrapper > a > p {
	opacity: .8;
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 20px;
}

.main-quick-wrapper > a:first-child,
.main-quick-wrapper > a:hover{
    background-color: rgba(29, 159, 255, 1);
    backdrop-filter: blur(0);
}

.main-quick-wrapper > a:first-child > img,
.main-quick-wrapper > a:first-child > p,
.main-quick-wrapper > a:hover > img, 
.main-quick-wrapper > a:hover > p {
	opacity: 1;
}

.main-quick-wrapper > a:first-child: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-quick-wrapper > a:first-child:hover:after,
.main-quick-wrapper > a:first-child:hover:after {
	bottom: -100%;
	right: -100%;
	width: 250%;
	height: 250%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.btn-more {
    position: absolute;
    display: block;
	top: 10px;
	right: 20px;	
	font-size: 20px;
	font-weight: 700;
	color: #666666;
    transition: all .2s ease-in-out;
}

.btn-more:hover {
	color: #333333;
}

.main-contents-wrapper {
	position: relative;
    max-width: 1440px;
	padding: 0 20px;
    margin: 0 auto;
}

.main-half-wrapper {
	display: flex;
	justify-content: space-between;
}

.main-half-area {
	position: relative;
	width: 47.2%;
}

.main-title-area {
	position: relative;
	margin-bottom: 50px; 
}

.main-title-area > h2 {
	font-family: "Giants", "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;
	position: relative;
	display: inline-block;
	font-size: 44px;
	line-height: 44px;
	font-weight: 400;
	color: #333333;
}

.main-title-area > p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color: #777777;
	padding-top: 30px;
}

/*.main-title-area > h2:before {
	content: '';
	display: block;
	position: absolute;
	top: 34px;
	right: -20px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #1d9fff;
	background-size: 10px 10px;
}*/

.main-title-area > h2 .mobile-br {
	display: none;
}


/* main contents01 */

.main-contents01 {
	position: relative;
	padding: 140px 0;
}
.main-contents01:before {
	content:'';
	display: block;
	position: absolute;
	left: 120px;
	bottom: -55px;
	width: 529px;
	height: 235px;
	background-image: url(/_res/fund/img/main/bg_slogan.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .2s ease-in-out;
}

.main-news-area {
	position: relative;
    display: flex;
    justify-content: space-between;
}

.main-news-area.pc {
	position: relative;
	z-index: 5;
	overflow: hidden;
	flex-wrap: wrap;
	height: 358px;
}

.main-news-area.mobile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	display: none;
}

.main-news-area > a {
	width: 31.8%;
    letter-spacing: 0;
}

.main-news-area > a > .title {
    display: block;
    font-size: 24px;
    line-height: 38px;
    color: #333333;   
    font-weight: 700; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: keep-all;
    max-height: 76px;
    letter-spacing: -0.25px;
    transition: all 0.2s ease-in-out;
    margin-top: 23px;
}

.main-news-area > a > .date {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}


.main-news-area > a > .image {
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	padding-bottom: 58.29%;
	margin-bottom: 16px;
	border-radius: 20px;
	overflow: hidden;
}

.main-news-area > a .image > img {
	position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-width: 100%;
    max-width: 130%;
    margin: auto;
	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-news-area > a:hover > .title,
.main-news-area > a:focus > .title,
.main-news-area > a:hover > .date,
.main-news-area > a:focus > .date {
	color: #4d61d2;
}*/

/* main-contents02 */

.main-contents02 {
	position: relative;
	padding: 112px 0 80px 0;
	background: linear-gradient(#f9f9f9, #ffffff);
	overflow: hidden;
}

/* ???????????? ?????? ???????????? */

.main-slide-wrapper{
	position: relative;
	width: 100%;
	height: 410px;
	margin-top: 140px;
}

.main-slide-area {
	position: absolute;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
}

.main-slide-option-wrapper{
	position: absolute;
	top: -230px;
	right: 0;
	z-index: 90;
}

.main-slide-option-wrapper .btn-slide-prev,
.main-slide-option-wrapper .btn-slide-next{
	width: 64px;
	height: 64px;
	border-radius: 100%;
	z-index: 80;
	background-color: #fff;
    background-position: calc(50% + 1px) 50%;
	background-repeat: no-repeat;
	background-size: 20px 17px; 
	transition: all 0.2s linear;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.05)  
}

.main-slide-option-wrapper .btn-slide-prev{
	background-image: url(/_res/fund/img/icon/icon_previous01.png);	
	margin-right: 10px;
}
.main-slide-option-wrapper .btn-slide-next{
	background-image: url(/_res/fund/img/icon/icon_next01.png);	
	background-size: 20px 17px; 
}

.main-slide-option-wrapper .btn-slide-prev:hover{
    /*background-position: calc(50% + -2px) 50%;*/
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15)  
}

.main-slide-option-wrapper .btn-slide-next:hover {
    /*background-position: calc(50% + 4px) 50%;*/
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15)  
}

.main-slide-option-area{
    display: flex;
    align-items: center;
   justify-content: space-between;
}

.main-slide-area .swiper-slide .image {
	position: relative;
	display: block;
	top: 0;
	width: 600px;
	padding-bottom: 53.33%;
	border-radius: 20px;
	overflow: hidden;
}

.main-slide-area .swiper-slide img {
	position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    min-width: 100%;
    max-width: 130%;
    margin: auto;
	transition: all 0.2s linear;
	transform: scale3d(1, 1, 1);
}

.main-slide-area .swiper-slide a:hover img,
.main-slide-area .swiper-slide a:focus img {
	transform: scale3d(1.05, 1.05, 1);
}

.main-slide-area .swiper-slide-active .image {
	border-radius: 50px;
	border-bottom-right-radius: 10px;
}

.main-slide-area .swiper-container{
	width: 100%;
  	margin: 0 auto;
  	overflow: inherit;
}

.main-slide-area .swiper-slide {
    transition: all 0.2s ease;
	position: relative;
}

.main-slide-area .swiper-slide-active {
    margin-top: -70px;
}

.main-slide-area .swiper-slide-next {
    margin-top: 0;
}

.main-slide-area .swiper-slide a {
    position: relative;
    display: block;
	width: fit-content;
    margin: 0 auto;
    transition: all 0.2s ease;
}
.main-slide-area .swiper-slide a:hover img,
.main-slide-area .swiper-slide a:focus img {
	/*transform: scale3d(1.05, 1.05, 1);*/
}

/* ????????? ?????? ??????????????? ????????? ????????? CSS  */


.main-slide-area .swiper-slide .slide-slogan > p {
	display: none;
}

.main-slide-area .swiper-slide-active .slide-slogan > h3,
.main-slide-area .swiper-slide-active .slide-slogan > p{
	display: block;
	animation: slide-slogan-fadeIn 0.3s linear 0s forwards;
	animation-delay: 0s;
}

@keyframes slide-slogan-fadeIn {
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.main-slide-area .swiper-slide .slide-slogan {
    position: relative;
	z-index: 88;
	padding: 45px 20px;
}

.main-slide-area .swiper-slide .slide-slogan > h3 {
    position: absolute;
	bottom: 120px;
	left: 50px;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
}

.main-slide-area .swiper-slide-active .slide-slogan > h3 {
    position: relative;
	bottom: auto;
	left: 0;
	font-size: 34px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}

.main-slide-area .swiper-slide .slide-slogan > p {
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #777777;
}

/* main-contents03 */

.main-contents03 {
	padding: 112px 0 80px 0;
	position: relative;
}

.main-member-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	height: 600px;
	box-sizing: border-box;
	padding: 0.807rem;	
	border: 0.307rem solid #f4efc9;
	border-radius: 0.423rem;	
}


.main-member-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1.5%;
	width: 100%;
	animation: infiniteSlide 100s linear infinite;
}

@keyframes infiniteSlide {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.main-member-box {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 32.3%;
	border-radius: 10px;
	background-color: #f6f6f6;
	padding: 40px 35px;
	margin-bottom: 1.5%;
}


.main-member-box:before {
	position: absolute;
	bottom: 0.625rem;
	right: 0.75rem;
	display: block;
	content: "";
	width: 1.916rem;
	height: 1.916rem;
	background-size: 1.916rem 1.916rem;
	background-image: url(/_res/fund/img/main/icon_plaque01.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.main-member-box > span {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #666666;
}

.main-member-box > strong.name {
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin: 10px 0 25px 0;
}

/* main-contents04 */

.main-contents04 {
	padding: 112px 0;
	position: relative;
}

/* ???????????? */

.main-board-area {
	position: relative;
    display: block;
}

.main-board-box {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 445px;
}

.main-board-box > a {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	width: 100%;
	height: 23%;
	padding: 0 50px;
	background-color: #f8f8f8;
	border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.main-board-box > a > .title {
	position: relative;
    display: inline-block;
	max-width: 78%;
}

.main-board-box > a > .title > span{
    display: inline-block;
	max-width: calc(100% - 30px);
    vertical-align: middle;
	font-size: 22px;
	line-height: 22px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #333333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	word-break: break-all;
}

.main-board-box > a > .title > .icon-new {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/_res/fund/img/icon/icon_new01.png);
}


.main-board-box > a > .date {
    display: inline-block;
    font-size: 18px;
	line-height: 22px;
    font-weight: 500;
    color: #666666;
}

.main-board-box > a:hover,
.main-board-box > a.active {
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}

.main-contents04 .btn-more {
	right: 0;
}

.main-banner-wrapper {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 445px;
}

.main-banner-wrapper > a {
	position: relative;
    display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 100%;
	height: 48%;
    padding: 40px 50px;
	background-color: #eeedfd;
	border-radius: 10px;
	overflow: hidden;
    transition: all 0.2s ease-in-out;	
}

.main-banner-wrapper > a:before {
	content: '';
	display: block;
	
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translate(0, -10%);
	width: 277px;
	height: 277px;	
	background: linear-gradient(-90deg, transparent, white);
	border-radius: 100%;
	opacity: .3;
}

.main-banner-wrapper > a: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-banner-wrapper > a:hover:after,
.main-banner-wrapper > a:hover:after {
	bottom: -100%;
	right: -100%;
	width: 250%;
	height: 250%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}


.main-banner-wrapper > a > img {
	width: 80px;
	height: 87px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0, -50%);
}

.main-banner-wrapper > a > .title {
	display: block;
	width: 100%;
	font-family: "Giants", "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;
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
}

.main-banner-wrapper > a > span {
	display: block;
	width: 70%;
	font-size: 18px;
	color: #666666;
}

.main-banner-wrapper > a.banner-type02 {
	background-color: #e1eefd;
}

/*****************************************************
	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 {
	max-width: 1400px;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 46px;
    line-height: 3rem;
    font-weight: 700;
	padding: 0 10px;
}

.sub-top .sub-visual-wrapper .word-slogan > .container {
	padding: 0;
	
}

.sub-top .sub-visual-wrapper .sub-visual-desc {
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: block;

    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.contents-paging-navigation {
    display: block;
    text-align: right;
    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: 15px;
    background: url(/_res/fund/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/fund/img/icon_gt@2x.png) no-repeat center center;
    background-size: 100% 100%;
    text-indent: -5000rem;
    font-size: 0;
	
}

/*ontents-paging-navigation span:nth-child(2) {
    width: 0;
    margin: 0 8px;
}*/

.contents-paging-navigation .location,
.contents-paging-navigation strong {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
}

.contents-paging-navigation strong {
    font-weight: 500;
    color: #666666;
}

.sub-top {
    position: relative;
    border-top: 0;
}

.sub-top .sub-visual-wrapper {
    display: block;
    position: relative;
    height: 450px;
    background: #000;
    overflow: hidden;
}

.sub-top .sub-visual-wrapper > img {
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -960px;
	/*
    transform: translateX(-50%);
	*/
    display: block;
    width: 1920px;
	/*
    height: 450px;
	*/
}

.sub-container {
    position: relative;
    margin: 0 auto;
    padding-top: 3.75rem;
    /* padding-left: 15.94rem; */
    padding-left: 21.25rem;
}

.sub-container:after {
    content: '';
    display: block;
    clear: both; 
}


.sub-container ul {
    margin: 0;
}

.sub-container .snb {
    float: left;
    /* margin-left: -15rem;  */
    margin-left: -20rem;
    left: 0.9375rem;
    /* width: 13.13rem; */
    width: 260px;
    display: block;
}

.sub-container .snb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: #38465f;
    border-radius: 10px;
    margin-bottom: 10px;
}

.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: #777777;
    padding: 18px 40px 18px 24px;
    border-radius: 10px;
    background: #f4f6f7;
    border: 1px solid #e8e8e8;
    transition: all 0.1s;
    position: relative;
    background-color: transparent;
    word-break: keep-all;
}

.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 {
    border-color: #38465f;
    color: #38465f;
}

.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/fund/img/icon_arrow_right01.png);
}

.sub-container .snb-list > li > a.active::after,
.sub-container .snb-list > li.selected > a::after {
    background: url(/_res/fund/img/icon_arrow_right03.png);
}

.sub-container .snb-list > li > a:hover::after,
.sub-container .snb-list > li > a:focus::after {
    background: url(/_res/fund/img/icon_arrow_right03.png);
}

.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: 17px;
    color: #666666;

    padding: 15px 24px 15px 34px;
    border-radius: 10px;
    /*background:#f4f6f7;*/
    border: 1px solid #e0e0e0;
    transition: all 0.1s;
    position: relative;
}

.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/fund/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 .content-wrap {
    display: block;
    float: right;
    width: 100%;
    position: relative;
	margin-top: 20px;
}

.sub-container .cont-top {
    position: relative;
}

.sub-container .cont-top .cont-title {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 38px;
    line-height: 2.25rem;
    color: #121212;
    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;
	margin-top: 60px;
}

.contents-half-wrapper {
	display: flex;
	justify-content: space-between;
}

.contents-half-wrapper .contents-half-box {
	width: calc(50% - 20px);
}

.img-title01 {
	position: relative;
	margin-bottom: 30px;
}

.img-title01 > img {
	position: relative;
	width: 100%;
}

.img-title01 > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

.overview-box {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 170px;
	padding: 0 40px 0 60px;
	font-size: 22px;
	font-weight: 700;
	color: #2f556e;
	background-color: #f4f4f4;
}

.overview-box > img {
	margin-right: 40px;
}

.overview-word {
	width: 70%;
}

.btns-overview-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}


/* btn ?????? */

.btns-center-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btns-left-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.btns-right-area {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn-right-box {
	display: flex;
	justify-content: space-between;	
	align-items: flex-start;
}

.btn01,
.btn-download01 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	min-height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	background-color: #2584d5;
    transition: all 0.2s ease-in-out;
}

.btn01:hover,
.btn-download01:hover{
	color: #ffffff;
	background-color: #185b93;	
}

.btn-download01 > img {
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
}


/* ??????????????????? */
.information-box {
	position: relative;
	width: 100%;
	height: 460px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-image: url(/_res/fund/img/sub01/bg_information.png);
	background-color: transparent;
	padding: 80px;
	text-align: center;
	margin-bottom: 70px;
}

.summary {
	font-size: 17px;
	font-weight: 500;
	color: #2b3545;
}

.greeting {
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #005bac;
}

.greeting > strong {
	display: block;
	font-weight: 800;
}

.greeting:after {
	content: '';
	display: block;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
	width: 1px;
	height: 19px;
	margin: 10px 0;
	background-color: #005bac;
}

.word-greeting {
	font-size: 22px;
	line-height: 34px;
	color: #2b3545;
}

.word-greeting > span {
	display: block;
}

.information-wrapper .slogan {
	display: block;
	font-size: 34px;
	color: #38465f;
	text-align: center;
	padding: 60px 0;
}

/* ????????? */

.greeting-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.greeting-slogan-wrapper {
	padding-right: 0; /* ?????? ????????? ?????? */
	width: 65%;
}

.greeting-image {	
	position: relative;
	width: 35%;
}

.greeting-image > img {
	position: absolute;
	right: 0;
	width: 280px;
	height: auto;
	padding-left: 10px;
	padding-bottom: 64px;	
	background-image: url(/_res/fund/img/sub02/bg_img01.png);	
	background-size: 105px 137px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.greeting-slogan-wrapper .word-slogan {
	font-size: 30px;
	font-weight: 700;
	color: #2b2d36;
	padding-bottom: 50px;
}

.greeting-wrapper .word-type01 {
	padding-bottom: 50px;
}

.greeting-slogan-wrapper .sign img {
	margin-right: 10px;
}

/* ???????????? ?????? */
.purpose-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.purpose-box > img {
	position: relative;
	display: block;	
	padding-left: 10px;
	padding-bottom: 64px;	
	background-image: url(/_res/fund/img/sub02/bg_img01.png);	
	background-size: 105px 137px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.purpose-word {
	width: 68%;
	padding-bottom: 64px; /* flex align-items ?????? ????????? img??? ???????????? ?????? */
}

.purpose-box:nth-child(1){
	margin-bottom: 0;
}



/* ?????????????????? */
.qrcode-area {
	display: flex;
	justify-content: space-between;
}

.qrcode-area > img {
	margin-right: 50px;
}


/* ??????????????????????????? */
.donor table thead th:nth-child(3) {
	color: #1baaa8;
}
.donor table thead th:nth-child(4) {
	color: #3094c3;
}
.donor table thead th:nth-child(5) {
	color: #3f7395;
}
.donor table thead th:nth-child(6) {
	color: #4793a3;
}
.donor table thead th:nth-child(7),
.donor table thead th:nth-child(8),
.donor table thead th:nth-child(9),
.donor table thead th:nth-child(10),
.donor table thead th:nth-child(11),
.donor table thead th:nth-child(12),
.donor table thead th:nth-child(13){
	color: #666666;
}

.gray-box {
	background-color: #f0f0f0;
	padding: 60px;
}

.gray-box02 {
	background-color: #f6f6f6;
	padding: 60px;
	border-radius: 20px; 
}

.gray-box02 > .contents-box:last-child {
	margin-bottom: 0;
}

.gray-box02 > .contents-box {
	margin-bottom: 50px;
}

.gray-box02 .title0402 {
	font-size: 22px;
	font-weight: 600; 
	margin-bottom: 10px;
}

.gray-box02 .word-type01 {
	font-size: 18px; 
    line-height: 32px;
}



/* ???????????? */
.benefit-box {
	background-color: #f6f7f8;
	border-top: 2px solid #55739f;
	padding: 40px;
	margin-bottom: 50px;
}

/* ????????? ??? */
.patronage-area {
	position: relative;
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: center;
}

.patronage-area:before,
.patronage-area:after{
	content: '';
	display: block;
	position: absolute;
    width: 100%;
    height: 35%;
    transition: 0.35s;
}
.patronage-area:before {
    top: 0;
    left: 0;
    border-left: 12px solid rgb(234, 245, 252);
    border-top: 12px solid rgb(234, 245, 252);
}
.patronage-area:after {
    bottom: 0;
    right: 0;
    border-right: 12px solid rgb(234, 245, 252);
    border-bottom: 12px solid rgb(234, 245, 252);
}

.patronage-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
	color: #38465f;
}

.patronage-box > p {
	font-size: 30px;
	font-weight: 700;
	padding: 20px 0;
}

.patronage-box > span {
	font-size: 22px;
	font-weight: 500;
}

.procedure-list {
	display: flex;
}

.procedure-list > li {
	position: relative;
	width: 200px;
	border-radius: 100%;
	background-color: #e5f9ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
}

.procedure-list > li:after {
	display: block;
	content: "";
	padding-bottom: 100%;
}

.procedure-list > li:before {
	position: absolute;
	content: '';
	display: block;
	right: -36px;
	background-image: url(/_res/fund/img/icon/icon_arrow01.png);
	width: 22px;
	height: 16px;
}

.procedure-list > li:last-child {
	margin-right: 0;
}

.procedure-list > li:last-child:before {
	display: none;
	background-image:none;
}

.procedure-list > li > span {
	font-size: 22px;
	font-weight: 600;
	color: #3e879d;
	text-align: center;
}


.document-wrapper {
    padding-bottom: 170px;
}
.document-wrapper .contents-box {
	padding-left: 0;
}
.document-wrapper .contents-box .title0501 {
	font-size: 20px;
	padding-left: 0;
	background: none;
}
.document-slogan-wrapper {
    position: relative;
    padding-right: 0px;
	text-align: center;
	margin: 50px 0;	
}

.document-slogan-wrapper .document {
    color: #2584d5;
    font-size: 30px;
    line-height: 140%;
    font-weight: 500;
    background-image: none;
    background-position: left bottom;
    letter-spacing: -0.1rem;
	padding-bottom: 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.document-wrapper .word-type01 {
    font-size: 18px;
    line-height: 155%;
}

.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/fund/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/fund/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/fund/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/fund/img/icon_a.png');
    background-position: center center;

    position: absolute;
    top: 22px;
    left: 22px;

}

.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/fund/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/fund/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_first.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_first.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_previous.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_previous.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_next.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_next.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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/fund/img/btn_last.png) no-repeat center center;
    background: -webkit-linear-gradient(transparent, transparent), url(/_res/fund/img/btn_last.png) no-repeat center center;
    background: linear-gradient(transparent, transparent), url(/_res/fund/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;
}

/*2024.12.30*/
.contents-area.half {
	position: relative;
}
.contents-area.half .images-box {
	width:auto;
	position: absolute;
	right: 0;
    bottom: 0;
}
.title0101, .bullet-type01 .title0101 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #333333;
    font-size: 30px;
    line-height: 140%;
    font-weight: 800;
    background: none;
}
.title0401, .bullet-type01 .title0401 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #2584d5;
    font-size: 26px;
    line-height: 140%;
    font-weight: 800;
    background: none;
}

.title0402, .bullet-type01 .title0402 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #236894;
    font-size: 24px;
    line-height: 140%;
    font-weight: 800;
    background: none;
	text-align: left;
}

.title0402 > .number, 
.bullet-type01 .title0402 > .number {
	display: block;
	font-size: 20px;
    font-weight: 700;
	color: #2584d5;
	margin-bottom: 30px;
}

.title0403, .bullet-type01 .title0403 {
    margin: 0 0 20px 0;
    padding-left: 0;
    color: #55739f;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    background: none;
	text-align: left;
	border-bottom: 0; 
}

.title0501, .bullet-type01 .title0501 {
    margin: 0 0 20px 0;
    /* padding-left: 0; */
    color: #40516e;
    font-size: 22px;
    line-height: 140%;
    font-weight: 700;
    /* background: none; */
}

.word-type01 {
    padding-bottom: 10px;
    color: #636367;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    word-break: keep-all;
}

.word-type01 > .comment {
	display: block;
    padding-top: 10px;
    color: #888888;
}

.contents-box {
    padding-left: 0px;
    margin-bottom: 70px;
}

.overview-box {
	margin-top : 50px;
    display: flex;
    justify-content: space-between;
}

.overview-item-box {
    width: 33.33%;
    margin-right: 30px;
}

.overview-item-box:last-child {
    margin-right: 0;
}

.overview-item {
    background: #f6f8f9;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
}

.overview-item > img {
    width: auto;
    margin-bottom: 10px;
}

.overview-item > .text-box {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
	text-align: right;
}

.overview-item > .text-box > strong {
	display: inline-block;
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
}
.overview-item > .text-box > strong > span {
    font-size: 20px;
    font-weight: 600;
	margin-left:4px;
}

.strategy-list {
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin: 0 0 20px 0;
    min-height: 288px;
    padding: 0 50px;
}

.strategy-list .images-box {
    margin: 0 20px 0 0;
    padding: 0;
}

.strategy-list .text-box {
    max-width: 480px;
}

.strategy-list .text-box > strong {
    display: inline-block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.slogan-wrapper {
    background: #40516e;
    padding: 40px 0;
    border-radius: 100px;
    text-align: center;
    margin: 0 0 30px 0;
}

.slogan-wrapper .slogan {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}

.slogan-wrapper .slogan > strong {
    color: #ffe5a8;
}

.company-area02.depth5 {
    width: 18.4%;
}

.company-area02.depth5 > .company-box > .image {
    padding-bottom: 60%;
}

.company-area02.depth5:nth-child(4n + 1) {
    clear: none;
}

.company-area02.depth5:nth-child(4n) {
    margin-right: 2%;
}

.company-area02.depth5:nth-child(5n) {
    margin-right: 0;
}

.zoom-btn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    border: 1px solid #999999;
    border-radius: 10px;
    vertical-align: middle;
    min-width: 200px;
    padding: 0 30px;
	color: #333;
	font-weight : 700;
	font-size : 18px;
	background: url(/_res/fund/img/sub02/zoom_icon01.png) no-repeat;
	background-position: right 30px center;
    background-size: auto;
	margin: 0 0 50px 0;
	float: right;
}
.zoom-btn:hover {
	border: 1px solid #111;
}
.table-type01 {
    border-top: 2px solid #6a818c;
}
.table-type01 table thead th {
    padding: 20px 5px;
    background: #fafafa;
    color: #333;
    font-size: 18px;
    line-height: 140%;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    letter-spacing: -1px;
}

.table-type01 table tbody td {
    padding: 20px 5px;
    background: #ffffff;
    color: #666666;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	text-overflow: ellipsis;
    word-break: keep-all;
}
.table-type01 table thead th:first-child, 
.table-type01 table tbody tr td:first-child {
    border-left: 0;
}
.table-type01 table thead th:last-child, 
.table-type01 table tbody tr td:last-child {
    border-right: 0;
}

.table-type01 table tbody tr td.br {
	border-right: 1px solid #e8e8e8;
}
.ol-list01.list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width:100%;
}

.ol-list01.list > li {
	border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #333;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
	font-weight: 500;
	width:49%;
	margin-right:20px;
}
.ol-list01.list > li:nth-child(even) {
	margin-right:0px;
}
.ol-list01.list > li .number {
    position: static;
    top: 0;
    left: 0;
    background: none;
	color: #207ccb;
    width: auto;
    height: auto;
    text-align: left;
    border-radius: 0px;
    line-height: auto;
    font-size: 22px;
    font-weight: 600;
	margin : 0 30px 0 0;
}
.table-type01 .ul-list01 > li {
    color: #666;
    font-size: 18px;
    line-height: 140%;
    background-position: left center;
    padding-left: 14px;
	font-weight: 400;
}

/* 2025.02.05 */
.tab-honor-contents {
	display: none;	
	margin-top: 2.884rem;
}

.tab-honor-contents.active {
	display: block;
}


.tab-honor-contents .list {
	display: flex;
	flex-wrap: wrap
}

.tab-honor-contents .list:after {
	display: block;
	content: "";
	clear: Both;
}


.tab-honor-contents .list > li {
	float: left;	
	display: flex;
	align-items: center;
	justify-content: center;	
	width: calc(50% + 1px);
	height: auto !important;
    overflow: visible;
	padding: 0.576rem;
	margin-right: -1px;
	margin-bottom: -1px;		
	font-size: 0.923rem;
	line-height: 1.384rem;
	border: 1px solid #d2d0d0;	
	color: #434548;
	font-weight: 700;
	word-break: keep-all;
	text-align: center;
}



.articles-of-incorporation-wrapper {
	height: auto;
	padding: 1.153rem;
	overflow: auto;
	border: 1px solid #ddd;	
}

.articles-of-incorporation-wrapper > h3 {
	font-size: 1.654rem;
	line-height: 2rem;
	margin-bottom: 2.884rem;
	word-break: keep-all;
	text-align: center;
	font-weight: 700;	
}

.articles-of-incorporation-wrapper h4 {
	margin: 2.307rem 0 1.153rem 0;
	font-size: 1.038rem;
    color: #cc9900;
    letter-spacing: -1px;
	text-align: center;	
}

.articles-of-incorporation-wrapper p,
.articles-of-incorporation-wrapper ol {
	margin: 0.307rem 0 0.307rem 1.5rem;
	word-break: keep-all;
	font-size: 0.923rem;
	line-height: 1.384rem;
}

.articles-of-incorporation-wrapper ul {
		word-break: keep-all;
	font-size: 0.923rem;
	line-height: 1.384rem;
}

.articles-of-incorporation-wrapper .tt	{
	display:inline-block;
	color:#252525;
	font-weight: 700;	
	margin:0 0.576rem 0 -1.5rem;
}

.articles-of-incorporation-wrapper ol li,
.articles-of-incorporation-wrapper ul li {
	position: relative;	
	padding-left: 0.846rem;
}

.articles-of-incorporation-wrapper ul li:before {
	position: absolute;
	display: inline-block;
	left: 0;
	content: "-";
}

.articles-of-incorporation-wrapper ol li .number {
	position: absolute;
	left: 0;
	display:inline-block;
}

.articles-of-incorporation-wrapper .tac {
	display: block;
}

.articles-of-incorporation-wrapper .tac > li {
	display: block;
}

.articles-of-incorporation-wrapper .tac.mt50 > li + li {
	margin-top: 0.576rem;
}	

.swiper-slide-prev a > .image:after, 
.swiper-slide-next a > .image:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.8) 100%);
}






.participate-information-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0.312rem;
}

.participate-information {
	display: flex;
	align-content: space-between; 
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;	
	height: auto;
	text-align: center;
	padding: 5.541rem 1.375rem;
	border-radius: 0.625rem;
	word-break: keep-all;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.participate-information.bg01 {
	background-color: #385d99;
	background-image: url(/_res/fund/img/sub03/bg_0201.jpg);
}
.participate-information.bg02 {
	background-color: #0d849a;
	background-image: url(/_res/fund/img/sub03/bg_0202.jpg);
}
.participate-information.bg03 {
	background-color: #e28f35;
	background-image: url(/_res/fund/img/sub03/bg_0203.jpg);
}
.participate-information.bg04 {
	background-color: #1a985e;
	background-image: url(/_res/fund/img/sub03/bg_0204.jpg);
}

.participate-information .top {
	width: 100%;
	margin-bottom: 2.083rem
}

.participate-information .top img {
	display: block;
	width: 3.875rem;
	margin: 0 auto 1rem auto;
}

.participate-information .top dl {
	color: #fff;	
}

.participate-information .top dl > dt {
	display: block;
	margin-bottom: 1.187rem;
	font-size: 1.5rem;
	line-height: 2.125rem;
	font-weight: 700;
}

.participate-information .top dl > dd {
	color: rgba(255,255,255, 0.7);
	font-size: 1rem;
	line-height: 1.625rem;
	letter-spacing: -0.1px;
	font-weight: 500;
}


.participate-information .top dl > dd.type02 {
	position: relative;
	left: 0;
	width: 100%;
	padding: 0;
	color: rgba(255,255,255, 1);
}

.participate-information .top dl > dd + dd {
	margin-top: 1.625rem;	
}



.participate-information .bottom {
	width: 100%;
	height: auto;
}

.participate-information .bottom a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3.5rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	transition: all 0.2s ease;
}

.participate-information .bottom a:hover {
	background-color: #fff;
}

.participate-information.bg01 .bottom a:hover {
	color: #385d99;
}

.participate-information.bg02 .bottom a:hover {
	color: #0d849a;
}

.participate-information.bg03 .bottom a:hover {
	color: #e28f35;
}


.participate-information .bottom a + a {
	margin-top: 0.416rem;
}

.participate-information .bottom .qrcode {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	border: 0;
}
.participate-information .bottom .qrcode > img {
	display: block;
	width: 5.166rem;
}


.registration_select {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.833rem
}


.input-radio-area {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding-left: 2.083rem;
	margin-right: 2%;
}

.input-radio-area:last-child {
	margin-right: 0 !important;	
}

.input-radio-area input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.input-radio-area>input[type="radio"]+label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 1.625rem;
	font-size: 1.25rem
}

.input-radio-area>input[type="radio"]:checked+label {
	color: #1e89e9;
}

.input-radio-area>input[type="radio"]+label:before {
    cursor: pointer;
    position: absolute;
	left: 0;
    display: inline-block;
    vertical-align: middle;
	content: "";
    width: 1.625rem;
    height: 1.625rem;
    appearance: none;
    background-image: url(/_res/fund/img/icon/icon_radio01.png);
    background-repeat: no-repeat;
    background-size: 1.625rem 3.25rem;
    background-position: 0 0;
    cursor: pointer
}

.input-radio-area>input[type="radio"]:checked+label:before {
        background-position: 0 -1.625rem;

}

.registration_select .input-radio-area:first-child:nth-last-child(1) {
    width: 100%;
}

.registration_select .input-radio-area:first-child:nth-last-child(2),
.registration_select .input-radio-area:first-child:nth-last-child(2)~.input-radio-area {
    width: 49%;
}

.registration_select .input-radio-area:first-child:nth-last-child(3),
.registration_select .input-radio-area:first-child:nth-last-child(3)~.input-radio-area {
    width: 32%;
}

.registration_select .input-radio-area:first-child:nth-last-child(4),
.registration_select .input-radio-area:first-child:nth-last-child(4)~.input-radio-area {
    width: 23.5%;
}

.registration_select .input-radio-area:first-child:nth-last-child(5),
.registration_select .input-radio-area:first-child:nth-last-child(5)~.input-radio-area {
    width: 18.4%;
}

.registration_form {
    border-top: 2px solid #555555;
}
.registration_form li {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding: 0 0 0 6.25rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.registration_form li label {
    position: absolute;
    left: 0;
    top: 0;
    width: 8.75rem;
	height: 100%;
	padding: 0 0.833rem;
    display: flex;	
	align-items: center;
	justify-content: flex-start;
    background: #f5f5f5;
    border-right: 1px solid #e0e0e0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	font-size: 1rem;
	font-weight: 500;
	box-sizing: border-box;
}

.registration_form li label .accent {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 5px 0 0;
    padding: 0;
    color: #d90000;
}

.registration_form li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 2.5rem;
	padding: 0.833rem 0.833rem 0.833rem 9.5rem;
}

.registration_form li input[type="text"] {
    width: 100%;
    height: 2.5rem;
    line-height: 1.875rem;
    padding: 0;
    margin: 0;
    color: #555555;
    font-size: 1rem;
    border: 1px solid #ebebeb;

}

.registration_form li .ty1 {
	margin-top: 0.416rem;
	font-size: 0.916rem
}


.word-notice01 {
    position: relative;
    padding-left: 1rem;
    color: #166eb6;
    font-size: 1rem;
    line-height: 1.25rem;
    word-break: keep-all
}

.word-notice01:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "???"
}

.registration_form + .word-notice01 {
	margin-top: 0.416rem	
}

.btn_link {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-m02 {
	display: inline-block;
	vertical-align: middle;
	width:  6.154rem;
	height: 2.692rem;
	line-height: 2.692rem;
	font-size: 1rem;
	color: #000;
	margin: 0 0.1154rem;
	padding: 0 1.071rem;
	text-align: center;
	border: 1px solid #1354a4;
	border-radius: 3px;
	font-weight: 500;
	background:#fff;
}



.btns-color01 {
	border: 1px solid #398ee5;
	background-color: #398ee5;
	color: #fff;
}

.btns-color01:hover {
	background: #fff;
	color: #398ee5;
	border: 1px solid #398ee5
}

.btns-color02 {
	border: 1px solid #413b70;
	background-color: #fff;
	color: #413b70
}

.btns-color02:hover {
	background: #413b70;
	color: #fff;
}

.btns-color03 {
	border: 1px solid #00a6f7;
	background-color: #fff;
	color: #0c80cc;
}

.btns-color03:hover {
	background: #00a6f7;
	color: #fff;
}

.btns-color04 {
	border: 1px solid #717171;
	background-color: #717171;
	color: #fff;
}

.btns-color04:hover {
	background: #fff;
	color: #717171;
	border: 1px solid #717171
}

.btns-color05 {
	background-color: #4297ee 
}

.btns-color06 {
	background-color: #f26826 
}

.btns-color07 {
	background-color: #53586c 
}

.btns-color08 {
	border: 1px solid #1354a4;
	color: #1354a4 !important;
	background: #fff;
}

.btns-color09 {
	background: #3166bd;
	border: 1px solid #3166bd;
}

.btns-color10 {
	color: #45aa65 !important;
	border: 1px solid #45aa65;
}

.btns-color11 {
	color: #3166bd !important;
	border: 1px solid #3166bd;
}

.btns-color12 {
	color: #999999 !important;
	border: 1px solid #999999;
}

.btns-color13 {
	color: #e7940e !important;
	border: 1px solid #e7940e! important;
}

.btns-color14 {
	color: #777777 !important;
	border: 1px solid #777777 !important;
}

.btns-color15 {
	color: #fff !important;
	background: #2da7ed;
	border: 1px solid #2da7ed !important;
}

.btns-color16 {
	color: #fff !important;
	background: #5d6c81;
	border: 1px solid #5d6c81 !important;
}


.point-color01 {
    color: #0a9dcd !important
}

.point-color02 {
    color: #777 !important
}

.point-color03 {
    color: #13ab37 !important
}

.point-color04 {
    color: #ef0e0e !important
}

.point-color05 {
    color: #777777 !important
}

.point-color06 {
    color: #166eb6 !important
}

.point-color07 {
    color: #cd1717 !important
}

.point-color08 {
    color: #1e89e9 !important
}

.point-color09 {
    color: #3b77da !important
}

.point-color10 {
    color: #0e7ec3 !important
}

.point-color11 {
    color: #1f54af !important
}


.result-donation-wrapper {
	display: block;
}

.result-donation-area {
	margin-bottom: 5rem;
}

.cumulative-donation-information {
	text-align: center;	
	margin: 1.875rem 0 3.125rem 0;
}

.cumulative-donation-information > dt {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 300;
}

.cumulative-donation-information > dd {
	color: #212121;
}

.cumulative-donation-information > dd > strong{
	color: #ff608c;
	font-size: 3.75rem;
	line-height: 5rem;
	font-weight: 500;
}


@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;
    }
    
    .popup-zone-wrapper {
        width: 57%;
    }	
}

@media only all and (max-width: 1439px) {

    #header .navbar .navbar-brand img {
        width: 45%;
    }

    #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;
    }
}

@media only all and (max-width: 1239px) {

    #header #top-menu .navbar-nav {
        /*margin-left: 40px;*/
    }

    #header #top-menu .navbar-nav > li {
        padding: 0 0.5rem 0 0.5rem;
    }
	
	#header #top-menu .navbar-nav > li > a {
		font-size: 15px;
	}

    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 35px 0;
    }
	
	#header .gnb a {
		font-size: 15px;
	}
	
}

@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;
    }
    .mobile-br {
        display: block;
    }

    /* 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::before {
        width: 14.269rem;
		height: 2.385rem;
    }

    #header .navbar .navbar-brand a {}

    #header .navbar .navbar-brand img {
        width: 11.25rem;
    }

    #header .navbar .navbar-brand strong {
        display: inline-block;
        font-size: 1.038rem;
    }

    #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: #ffffff;
        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-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;
        /*
	border-bottom:1px solid #ededed;
	*/

    }

    #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;
    }
    
	.footer-information-wrapper address, 
	.footer-information-wrapper p,
	.footer-information-wrapper small {
		font-size: 0.923rem;
		line-height: 1.385rem;
	}
	
	.sub-container .content-wrap {
		margin-top: 0;
		padding: 0 1.538rem;
	}
	
	/*****************************************************
		Main
	*****************************************************/
  
	.main-container {
		padding: 0;
	}
	
	#main-visual {
        position: relative;
        height: auto;
        overflow: hidden;
	}	
    
    .main-visual-slider-wrapper {
		height: auto;
	}

	.main-visual-slider-area {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-left: 0;
	}

	#main-visual-slider .pc {
		display: none;
	}

	#main-visual-slider .mobile {
		display: block;
		width: 100%;
	}

    .visual-contents-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
    }

	.main-slogan-wrapper {
		width: 100%;
		top: 40%;
	}

    .main-slogan-wrapper .main-slogan-tit {
        font-size: 2.077rem;
        margin-bottom: 1.308rem;
		line-height: 2.462rem;
    }

    .main-slogan-wrapper .main-slogan-desc {
        font-size: 1.154rem;
		line-height: 1.654rem;
    }	

    .main-slogan-wrapper .main-slogan-desc > span {
		display: block;
    }	
	
	.main-quick-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2.3%;
		bottom: 3.077rem;
	}
	
	.main-quick-wrapper > a {
		width: 31%;
		padding: 1.154rem 0;
		margin-bottom: 2.3%;
	}
	
	.main-quick-wrapper > a:nth-child(4),
	.main-quick-wrapper > a:nth-child(5){
		margin-bottom: 2.3%;
	}

	.main-quick-wrapper > a > img {
		width: 2rem;
		height: 1.923rem;
	}

	.main-quick-wrapper > a > p {
		font-size: 0.962rem;
		padding-top: 0.769rem;
	}
	
	.btn-more {
		font-size: 1rem;
	}
	
	.main-contents-wrapper {
		display: flex;
        flex-direction: column;		
	}		
	
	.main-half-wrapper {
		flex-direction: column;
	}

	.main-half-area {
		width: 100%;
	}
	
	.main-title-area {
		margin-bottom: 2.308rem; 
	}

	.main-title-area > h2 {
		font-size: 1.538rem;
		line-height: 1.538rem;
	}

	.main-title-area > p {
		font-size: 1rem;
		line-height: 1.385rem;
		padding-top: 1.154rem;
	}

	.main-title-area > h2:before {
		top: 1.115rem;
		right: -0.885rem;
		width: 0.385rem;
		height: 0.385rem;
		background-size: 0.385rem 0.385rem;
	}

	.main-title-area > h2 .mobile-br {
		display: none;
	}
	
	/* main contents01 */
	
	.main-contents01 {
		padding: 5.769rem 0 3.846rem 0;
	}
	
	.main-news-area.pc {
		display: none;
	}

	.main-news-area.mobile {
		display: block;
		position: relative;
		top: 0;
		left: 0;;
		z-index: 5;
		margin: 0 1.923rem;
	}

	.main-news-box {
		display: block;
	}

	.main-news-box .image {
		position: relative;
		display: block;
		width: 100%;
    	padding-bottom: 58.29%;
		border-radius: 1.154rem;
		overflow: hidden;
		margin-bottom: 1.154rem;
	}

	.main-news-box .image > img {
		position: absolute;
		top: -100%;
		left: -100%;
		right: -100%;
		bottom: -100%;
		display: block;
		min-width: 100%;
		max-width: 130%;
		margin: auto;
	}

	.main-news-box > .title {
		font-size: 1.231rem;
		line-height: 1.731rem;
		height: 3.462rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: keep-all;
		color: #222228;
	}
		
	.main-news-area.mobile > .swiper-button-next,
	.main-news-area.mobile > .swiper-button-prev {
		width: 2.692rem;
		height: 2.692rem;
		background-color: #ffffff;
		box-shadow: 0.385rem 0.385rem 0.769rem 0px rgba(0,0,0,0.06);
		border-radius: 100%;
		z-index: 100;
	}		
	
	.main-news-area.mobile > .swiper-button-next {
		right: -1.346rem;
		transform: translateY(-50%);
	}	
	
	.main-news-area.mobile > .swiper-button-prev {
		left: -1.346rem;
		transform: translateY(-50%);
	}
	
	.swiper-button-prev:after, 
	.swiper-button-next:after {
    	content: '';
        display: block;
		width: 0.769rem;
		height: 0.808rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/_res/fund/img/icon/icon_previous01.png);
        left: 50%;
        top: 50%;
        margin-top: -0.385rem;
        margin-left: -0.385rem;
        position: absolute;
        transition: all 0.2s ease;
	}
	.swiper-button-next:after {
        background-image: url(/_res/fund/img/icon/icon_next01.png);
    }
	
	.swiper-button-prev:hover:after, 
	.swiper-button-next:hover:after {
        opacity: 1;
	}	
	
	/* main-contents02 */

	.main-contents02 {
		padding: 5.769rem 0 0 0;
	}
	
	/* ???????????? ?????? ???????????? */

	.main-slide-wrapper{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	
	.main-slide-area {
		position: relative;
		top: unset;
		left: unset;
		width: calc(100% - 3.846rem);
        margin: 0 1.923rem;
		overflow: hidden;
	}
	
	.main-slide-area .swiper-slide {
		overflow: inherit;
		width: calc(100% - 400px);
		/* width: 280px; */
	}

	.main-slide-area .swiper-slide a {
		width: 100%;
		height: 65.5%;
		overflow: inherit;
	}
	
	.main-slide-area .swiper-slide .image {
        width: 100%;
        padding-bottom: 58.29%;
		border-radius: 1.923rem;
		border-bottom-right-radius: 0.385rem;
        margin-bottom: 0;
		
	}
	
	.main-slide-option-wrapper{
		position: absolute;
        width: 100%;
        top: 40%;
        right: 0;
        z-index: 90;
        margin-top: calc(-1.5* var(--swiper-navigation-size) / 2);
	}
	.main-slide-option-area {
		padding: 0 0.625rem;
	}

	.main-slide-option-wrapper .btn-slide-prev,
	.main-slide-option-wrapper .btn-slide-next {
		width: 2.692rem;
		height: 2.692rem;
		background-color: #ffffff;
		
        background-image: none;
		box-shadow: 0.385rem 0.385rem 0.769rem 0px rgba(0,0,0,0.06);
		border-radius: 100%;
		z-index: 100;
	}		
	
	.main-slide-option-wrapper .btn-slide-prev {
		right: -1.346rem;
		transform: translateY(-50%);
	}	
	
	.main-slide-option-wrapper .btn-slide-next {
		right: 1.346rem;
		transform: translateY(-50%);
	}
	
	.btn-slide-prev:after, 
	.btn-slide-next:after {
    	content: '';
        display: block;
		width: 0.769rem;
		height: 0.808rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/_res/fund/img/icon/icon_previous01.png);
        left: 50%;
        top: 50%;
        margin-top: -0.385rem;
        margin-left: -0.385rem;
        position: absolute;
        transition: all 0.2s ease;
	}
	.btn-slide-next:after {
        background-image: url(/_res/fund/img/icon/icon_next01.png);
    }
	
	.btn-slide-prev:hover:after, 
	.btn-slide-next:hover:after {
        opacity: 1;
	}	

	
	.main-slide-area .swiper-slide img{
		width: 100%;
		height: 100%;
	}

	.main-slide-area .swiper-slide-active {
	    margin-top: -0px;
	}

	/* ????????? ?????? ??????????????? ????????? ????????? CSS  */

	.main-slide-area .swiper-slide .slide-slogan > p {
        display: none;
    }

    .main-slide-area .swiper-slide-active .slide-slogan > h3,
    .main-slide-area .swiper-slide-active .slide-slogan > p{
        display: block;
        animation: slide-slogan-fadeIn 0.3s linear 0s forwards;
        animation-delay: 0s;
    }

    @keyframes slide-slogan-fadeIn {
        0%{opacity: 0;}
        100%{opacity: 1;}
    }

    .main-slide-area .swiper-slide .slide-slogan {
        position: relative;
        z-index: 88;
        padding: 1.923rem 0;
    }

    .main-slide-area .swiper-slide .slide-slogan > h3 {
        font-size: 0;
        margin-bottom: 0.577rem;
    }

    .main-slide-area .swiper-slide-active .slide-slogan > h3 {
        font-size: 1.308rem;
		line-height: 1.692rme;
        margin-bottom: 0.577rem;
    }

    .main-slide-area .swiper-slide .slide-slogan > p {
        font-size: 1rem;
		line-height: 1.692rem;
		height: 3.384rem;
    }
	
	/* main-contents03 */

	.main-contents03 {
		padding: 5.769rem 0 0 0;
	}
	
	.main-member-wrapper {
		max-width: 100%;
		height: 40.769rem;
	}

	.main-member-list {
		flex-direction: column;
		animation: infiniteSlide 30s linear infinite;
	}
	
	.main-member-box {
		width: 100%;
		border-radius: 0.769rem;
		padding: 1.538rem 1.346rem;
		margin-bottom: 0.769rem;
	}

	.main-member-box > span {
		font-size: 0.923rem;
		line-height: 0.923rem;
	}

	.main-member-box > strong.name {
		font-size: 1rem;
		margin: 0.577rem 0 0.962rem 0;
	}

	/* main-contents04 */

	.main-contents04 {
		padding: 5.769rem 0 5.769rem 0;
	}
	
	/* ???????????? */
	.main-board-area {
		margin-bottom: 5.769rem;
	}
	
	.main-board-box {
		flex-direction: column;
		height: auto;
	}

	.main-board-box > a {
		flex-direction: column;
		height: 100%;
		padding: 2.308rem 1.923rem;
		border-radius: 0.769rem;
    	margin-bottom: 0.769rem;
	}
	
	.main-board-box > a:last-child {
    	margin-bottom: 0;
	}

	.main-board-box > a > .title {
		max-width: 100%;
		margin-bottom: 0.769rem;
	}

	.main-board-box > a > .title > span{
		max-width: calc(100% - 30px);
		font-size: 1.154rem;
		line-height: 1.154rem;
	}

	.main-board-box > a > .title > .icon-new {
		width: 1.154rem;
		height: 1.154rem;
	}

	.main-board-box > a > .date {
		font-size: 1rem;
		line-height: 1rem;
	}
	
	.main-banner-wrapper {
		flex-direction: column;
		height: auto;
	}

	.main-banner-wrapper > a {
		height: auto;
		padding: 2.692rem 1.923rem;
		border-radius: 0.769rem;
    	margin-bottom: 0.769rem;
	}
	
	.main-banner-wrapper > a:last-child {
    	margin-bottom: 0;
	}

	.main-banner-wrapper > a:before {
		right: -0.385rem;
		transform: translate(0, 0);
		width: 10.654rem;
		height: 10.654rem;
	}

	.main-banner-wrapper > a > img {
		width: 3.077rem;
		height: 3.346rem;
	}

	.main-banner-wrapper > a > .title {
		font-size: 1.308rem;
		line-height: 1.308rem;
		margin-bottom: 0.769rem;
	}

	.main-banner-wrapper > a > span {
		width: 90%;
		font-size: 0.923rem;
	}
	
    .ol-list01 > li .number,
    .ol-list04 > li .number {
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.937rem;
    }    
		

    .popup-zone-wrapper {
        margin-top: 3.333rem;
    }

    .sub-top .sub-visual-wrapper {
        height: 13.846rem;
        display: block;
    }
    .sub-top .sub-visual-wrapper > img {
        height: 13.846rem;
    }

	.sub-top .sub-visual-wrapper .word-slogan {
		max-width: 100%;
		transform: translate(-50%, -50%);
    	text-align: center;		
	}
	
	.word-slogan > .container {
		font-size: 1.769rem;
		line-height: 2.692rem;
		margin-bottom: 1.154rem;
	}	

    .sub-top .sub-visual-wrapper .sub-visual-desc {
		font-size: 1.077rem;
		line-height: 1.346rem;
		opacity: .85;
    }

	
    .page-navi {
        display: none;
    }
	
	.sub-container .snb-list {
		display: none;
	}
	
    .sub-container .snb {
        display: block;
		/*
		height: 15rem;
		*/
    }	

    .sub-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
    }

    .sub-container:after {
        content: '';
        display: block;
        clear: both;
    }
	
	.sub-container .cont-top {
		padding: 3.846rem 0 2.692rem 0;
	}
	
	.sub-container .cont-top .cont-title {
		font-size: 1.654rem;
		line-height: 1.654rem;
	}
	
	.contents-paging-navigation {
		display: block;
		text-align: right;
		position: absolute;
		top: 6.923rem;
		right: auto;
		left: 1.538rem;
		width: fit-content;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.contents-paging-navigation .icon-home {
		width: 0.808rem;
		height: 0.885rem;
	}
	
	.contents-paging-navigation .icon-gt {
		width: 0.462rem;
		height: 0.692rem;
		margin: 0 1rem;
	}
	
	.contents-paging-navigation .location, 
	.contents-paging-navigation strong {
		font-size: 1rem;
	}
	
	.sub-container #jwxe_main_content {
		margin-top: 3.846rem;
	}
	
	/*table*/
    .table-type01 table tbody th {
        font-size: 1.062rem;
        line-height: 1.375rem;
    	word-break: break-word;
    }

    .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;
	}
	
	.title0402, 
	.bullet-type01 .title0402 {
		font-size: 1.308rem;
		margin: 0 0 1.154rem 0;
	}
	
	.title0402 > .number, 
	.bullet-type01 .title0402 > .number {
		font-size: 1.154rem;
		margin-bottom: 1.731rem;
	}
	
	.title0403, .bullet-type01 .title0403 {
		margin: 0 0 1.538rem 0;
		font-size: 1.308rem;
		padding-bottom: 0;
	}

	.title0501, .bullet-type01 .title0501 {
	}
	
	.word-type01 {
		font-size: 1.231rem;
		line-height: 2.115rem;
	}
	
	.ol-list01 > li {
		font-size: 1.231rem;
		line-height: 2.115rem;
		padding-left: 1.346rem;
	}	
	
	.ul-list01 > li {
		font-size: 1.231rem;
		line-height: 2.115rem;
		padding-left: 1.346rem;
	}
	
	.ul-list01 > li:before {
		top: 0.962rem;
		width: 0.462rem;
		height: 0.462rem;
	}
	
	.ul-list01 > li > ul > li {
		font-size: 1.231rem;
		line-height: 2.115rem;
		padding-left: 0.938rem;
	}
	
	.ul-list02 > li {	
		font-size: 1.231rem;
		line-height: 2.115rem;
	}

	.ul-list02 > li > strong {
		color: #333333;
	}

	.ul-list02 > li > ul {
		padding: 0;
	}

	.ul-list02 > li > ul > li {
		background: none;
		color: #636367;
		font-size: 22px;
		font-weight: 500;
		line-height: 40px;
	}

	
	.contents-box {
		margin-bottom: 3.269rem;
	}	
	
	.contents-half-wrapper {
		flex-direction: column;
	}

	.contents-half-wrapper .contents-half-box {
		width: 100%;
		margin-bottom: 3.269rem;
	}

	.img-title01 {
		margin-bottom: 2.5rem;
	}

	.img-title01 > img {
		position: relative;
		width: 100%;
	}

	.img-title01 > span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		color: #fff;
		font-size: 26px;
		font-weight: 700;
	}
	
	/* btn ?????? */

	/*.btns-center-area {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.btns-left-area {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.btns-right-area {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}*/

	.btn-right-box {
		flex-direction: column;
	}

	.btn-right-box > .word-type01 {
		margin-bottom: 2.308rem;
	}

	.btn01,
	.btn-download01 {
		min-width: 15.385rem;
		min-height: 3.385rem;
		line-height: 3.385rem;
		font-size: 1.308rem;
	}

	.btn-download01 > img {
		margin-left: 0.692rem;
		width: 1.346rem;
	}

	
	/* ??????????????????? */
	.information-box {
		height: 25rem;
		background-image: url(/_res/fund/img/sub01/bg_information_mobile.png);
		background-size: 100%;
		background-position: center bottom;
		padding: 2.692rem;
	}

	.summary {
		font-size: 0.731rem;
	}

	.greeting {
		font-size: 1.538rem;
		line-height: 1.923rem;
		margin-top: 0.577rem;
	}

	.greeting:after {
		height: 0.731rem;
		margin: 0.385rem 0;
	}

	.word-greeting {
		font-size: 1.154rem;
		line-height: 1.692rem;
	}

	.information-wrapper .slogan {
		font-size: 1.538rem;
		line-height: 2.308rem;
		padding: 2.308rem 0;
		word-break: keep-all;
	}

	/* ????????? */

	.greeting-wrapper {
		flex-direction: column;
	}

	.greeting-slogan-wrapper {
		width: 100%;
	}

	.greeting-image {	
		width: 100%;
	}

	.greeting-image > img {
		position: relative;
		left: 20%;
		right: auto;
		width: auto;
		height: auto;
		padding-left: 0.692rem;
		padding-bottom: 3.846rem;	
		background-size: 6.5rem 8.5rem;
	}

	.greeting-slogan-wrapper .word-slogan {
		font-size: 1.538rem;
		line-height: 1.538rem;
		padding-bottom: 3.269rem;
	}

	.greeting-wrapper .word-type01 {
		padding-bottom: 50px;
	}
	
	.greeting-slogan-wrapper > .contents-box {
		margin-bottom: 0;
	}

	/* ???????????? ?????? */
	.purpose-box {
		flex-direction: column-reverse;
		margin-bottom: 2.308rem;
	}

	.purpose-box > img {
		padding-left: 0.692rem;
		padding-bottom: 3.846rem;	
		background-size: 6.5rem 8.5rem;
		margin-top: 1.538rem;
	}

	.purpose-word {
		width: 100%;
		padding-bottom: 3.125rem;
	}
	
	/* ?????????????????? */
	.qrcode-area {
		flex-direction: column;
		align-items: center;
	}

	.qrcode-area > img {
		width: 8.154rem;
		margin-right: 0;
		margin-bottom: 3.077rem;
	}

	.gray-box {
		padding: 2.308rem;
	}

	.gray-box02 {
		padding: 2.308rem;
	}

	.gray-box02 > .contents-box:last-child {
		margin-bottom: 0;
	}

	.gray-box02 .title0402 {
		font-size: 1.231rem;
	}

	.gray-box02 .word-type01 {
		font-size: 1.154rem;
	}

	.gray-box .pb10 {
		padding-bottom: 0 !important; 
	}


	/* ???????????? */
	.benefit-box {
		padding: 2.308rem;
		margin-bottom: 1.923rem;
	}

	/* ????????? ??? */
	.patronage-area {
		height: auto;
		padding: 3.846rem 0;
	}

	.patronage-area:before,
	.patronage-area:after{
		height: 25%;
	}
	.patronage-area:before {
		border-left: 0.462rem solid rgb(234, 245, 252);
		border-top: 0.462rem solid rgb(234, 245, 252);
	}
	.patronage-area:after {
		border-right: 0.462rem solid rgb(234, 245, 252);
		border-bottom: 0.462rem solid rgb(234, 245, 252);
	}

	.patronage-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 10;
		color: #38465f;
	}

	.patronage-box > img {
		width: 56%;
	}

	.patronage-box > p {
		font-size: 1.538rem;
		line-height: 2.115rem;
		text-align: center;
		padding: 2.308rem;
		word-break: keep-all;
	}

	.patronage-box > span {
		font-size: 1.231rem;
		line-height: 2.115rem;
		text-align: center;
		padding: 0 2rem;
		word-break: keep-all;
	}

	.procedure-list {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.procedure-list > li {
		width: 40%;
		margin-right: 2.692rem;
	}

	.procedure-list > li:nth-child(2){
		margin-right: 0;
	}

	.procedure-list > li:before {
		right: -1.923rem;
		background-image: url(/_res/fund/img/icon/icon_arrow01.png);
		background-size: 100%;
		width: 1.231rem;
		height: 0.885rem;
	}

	.procedure-list > li:nth-child(2):before {
		left: 15%;
		bottom: -0.577rem;
    	transform: rotate(135deg);
		width: 1.231rem;
		height: 0.885rem;
	}

	.procedure-list > li:last-child {
		margin-right: 0;
	}

	.procedure-list > li > span {
		font-size: 1.269rem;
		line-height: 1.731rem;
	}

	.overview-box {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		min-height: auto;
		padding: 2.308rem 2.115rem;
		font-size: 1.231rem;
		line-height: 2.115rem;
	}

	.overview-box > img {
		width: 3.769rem;
		height: auto;
		margin: 0 2.692rem 0 1.154rem;
	}

	.overview-word {
		width: 60%;
	}
	
	.overview-word > span {
		display: block;
	}
	
	.btns-overview-area {
		width: 100%;
		padding-top: 1.923rem;
	}

	.btns-overview-area .btn-download01{
		min-width: auto;
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    .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/fund/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;

	}
}

@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 .navbar .navbar-brand {
        left: 1.428rem;
    }

    #header .navbar .navbar-brand img {
        width: 9.642rem;
    }

    #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;
    }
	
	.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;
    }

    .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%;
	}
    

    .main-board-area .top-focus-board-wrapper .information .date {
        font-size: 1.642rem;
    }

    .main-board-area .top-focus-board-wrapper .information .ym {
        font-size: 0.857rem;
    }

    .main-board-area .top-focus-board-wrapper .information {
        min-width: 3.428rem;
        margin-right: 1.071rem;
    }


    .main-board-area .top-focus-board-wrapper p {
        font-size: 1.071rem;
    }


    .main-board-area .focus-board-wrapper ul li span {
        font-size: 0.928rem;
    }

    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title {
        width: calc(100% - 80px);
    }

    .main-board-area .focus-board-wrapper ul li .board-title-wrapper .board-title .title {
        max-width: calc(100% - 2.666rem);
    }

    .main-contents-header-area .tab-btns-wrapper span {
        font-size: 1.142rem;
        line-height: 140%;
        letter-spacing: -1px;
    }

    .main-contents-header-area .tab-btns-wrapper a.active span {
        border-bottom: 1px solid #2982ce;
    }


    .quick-menu-box a {
        height: 100%;
    }

    .main-contents-header-area .tab-btns-wrapper a:first-child {
        padding-right: 0.714rem;
    }

    .main-contents-header-area .tab-btns-wrapper a:not(:first-child) {
        padding-left: 0.714rem;
        padding-right: 0.714rem;
    }

    .quick-menu-box {
        width: calc(50% - 0.357rem);
        padding-left: 1.428rem;
        padding-right: 1.571rem;
    }

    .quick-menu-box a::after {
        top: unset;
        bottom: 0;
        right: 0;
        transform: translateY(-0);
    }

    .main-small-slider-container .swiper-slide {
        height: 14.142rem;

    }

    .main-small-slider-container .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    

    .main-content02 .main-contents-tit-wrapper.type01 {
        padding-bottom: 6.875rem;
        width: 9.285rem;
    }


    .main-content02 .main-contents-tit-wrapper span {
        font-size: 1.428rem;
        line-height: 130%;
        margin-bottom: 0.892rem;
    }

    .main-content02 .photo-gallery {
        width: calc(100% - 9.285rem);
    }


    .main-content02 .photo-gallery .swiper-slide {
        width: 16.071rem;
    }

    .main-content02 .photo-gallery .swiper-slide:not(:first-child) {
        margin-left: 0.714rem;
    }


    .main-content02 .photo-gallery .swiper-slide .img {
        overflow: hidden;
        height: 8.071rem;
        width: 100%;
        border-radius: 1.428rem 1.428rem 0.857rem 1.428rem;
        margin-bottom: 0.857rem;
        display: block;
    }

    .main-content02 .photo-gallery .swiper-slide .img img {
        width: auto;
        height: 100%;
    }
    
    .main-content02 .photo-gallery .swiper-slide .photo-tit {
        font-size: 1.071rem;
        min-height: unset;
    }


    .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: auto;
		/*
        height: 16.154rem;
        overflow: hidden;
		*/
		border-radius: 0;
        margin-bottom: 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%;
    }

    
	.document-slogan-wrapper{
		margin: 0 0 1.875rem 0;
	}
	.document-slogan-wrapper .document {
        font-size: 1.625rem;
        padding-bottom: 0;
        margin-bottom: 1.25rem;
		width: 100%;
    }
	.document-wrapper .word-type01 {
        width: 100%;
        font-size: 1.125rem;
    }
    .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: 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
    }
    
    .main-book-wrapper .book-btn-area button {
        font-size: 14px;
        line-height: 35px;
        width: 60px;
        min-width: unset;
        border-radius: 17.5px;
    }

    .main-book-wrapper .book-btn-area button:not(:first-child) {
        margin-left: 5px;
    }

    .btn-more::before {
        width: 0.875rem;
        height: 0.875rem;
    }
}


@media (min-width: 768px) {
	.participate-information {
		width: calc(50% - 0.312rem);	
	}
}

@media (min-width: 1024px) {
	.main-member-wrapper {
		padding: 28px;	
		border: 10px solid #f4efc9;
		border-radius: 15px;
	}

	.main-member-box:before {
		bottom: 19px;
		right: 25px;
		width: 62px;
		height: 62px;
		background-size: 62px 62px;
	}

    .wrapper {
        position: relative;
        padding-top: 0;
    }
    /* header */
	#header #top-menu .navbar-nav > li .depth2,
	#header #top-menu .navbar-nav > li.active .depth2 {
		border: 3px solid #2584d5;
		background-color: #2584d5;
	}


	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		color: #bad9f4;
	}

	#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: #fff;
		font-weight: 600;
		text-decoration: none;
	}
	
	
	
	
    #header #top-menu .navbar-nav > li .depth2,
    #header #top-menu .navbar-nav > li.active .depth2 {
        padding: 0;
    }
    /* Footer */
    .footer-information-wrapper {
        float: left;
        position: relative;
        margin: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        display: block;
    }

    .footer-menu {
        margin-bottom: 18px;
    }

    .footer-menu > li {
        padding-right: 10px;
        margin-right: 9px;
        background-size: 1px 11px;
    }

    .footer-menu > li > a {
        font-size: 12px;
        line-height: 16px;

    }

    .footer-menu > li > a:hover {
        text-decoration: underline;
    }

	.footer-information-wrapper address,
	.footer-information-wrapper p,
	.footer-information-wrapper small {
		font-size: 14px;
		line-height: 24px;
	}	

    .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/ssusemi/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;
    }
	
	.footer-bank-information {
		float: right;
		display: block;
		
	}

	.footer-bank-information > dt {
		margin-bottom: 3px;
		font-size: 16px;
		line-height: 24px;;
	}

	.footer-bank-information > dd {
		padding-left: 27px;
		font-size: 14px;
		line-height:  23px;

	}

	.footer-bank-information > dd img {
		top: 3px;
		width: 18px;		
	}		
	
	


	.tab-honor-contents {
		margin-top: 50px;
	}


	.tab-honor-contents .list > li {
		width: calc(25% + 1px);
		height: 90px;
		padding: 10px;
		font-size: 16px;
		line-height: 24px;
	}


	.articles-of-incorporation-wrapper {
		padding: 40px;
		height: 680px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.articles-of-incorporation-wrapper > h3 {
		margin-bottom: 50px;
	}

	.articles-of-incorporation-wrapper h4 {
		margin: 40px 0 20px 0;
		padding: 0;
		font-size: 18px;
	}
	.articles-of-incorporation-wrapper p,
	.articles-of-incorporation-wrapper ol {
		margin: 5px 0 5px 45px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.articles-of-incorporation-wrapper ul {
		font-size: 16px;
		line-height: 24px;		
	}

	.articles-of-incorporation-wrapper .tt	{
		margin:0 10px 0 -45px;
	}

	.articles-of-incorporation-wrapper ol li,
	.articles-of-incorporation-wrapper ul li {
		padding-left: 15px;
	}

	.articles-of-incorporation-wrapper .tac.mt50 > li + li {
		margin-top: 10px;
	}	
	



	.participate-information-wrapper {
		gap: 5px;
	}

	.participate-information {
		width: calc(50% - 5px);	
		height: 701px;
		padding: 89px 22px 0 22px;
		border-radius: 10px;
		background-size: 306px 701px;
	}


	.participate-information .top {
		width: 100%;
		margin-bottom: 0;
	}

	.participate-information .top img {
		width: 62px;
		margin: 0 auto 32px auto;
	}

	.participate-information .top dl > dt {
		margin-bottom: 19px;
		font-size: 24px;
		line-height: 34px;
	}

	.participate-information .top dl > dd {
		color: rgba(255,255,255, 0.7);
		font-size: 16px;
		line-height: 26px;
	}


	.participate-information .top dl > dd.type02 {
		left: -22px;
		width: calc(100% + 44px);
		padding: 0 10px;
		color: rgba(255,255,255, 1);
	}

	.participate-information .top dl > dd + dd {
		margin-top: 26px;	
	}



	.participate-information .bottom {
		height: 175px;
	}

	.participate-information .bottom a {
		width: 100%;
		height: 56px;
		font-size:18px;
		line-height: 28px;
	}


	.participate-information .bottom a + a {
		margin-top: 7px;
	}

	.participate-information .bottom .qrcode {
		width: auto;
		border: 0;
	}
	.participate-information .bottom .qrcode > img {
		width: 124px;
	}


	.registration_select {
		margin-bottom: 10px
	}


	.input-radio-area {
		width: initial !important;
		padding-left: 36px;
		margin-right: 30px;
	}

	.input-radio-area>input[type="radio"]+label {
		line-height: 26px;;
		font-size: 16px;
	}


	.input-radio-area>input[type="radio"]+label:before {
		width: 26px;
		height: 26px;
		background-size: 26px 52px;
	}

	.input-radio-area>input[type="radio"]:checked+label:before {
		background-position: 0 -26px;
	}

	.registration_form li {
		padding: 0 0 0 210px;
	}
	.registration_form li label {
		width: 210px;
		padding: 0 20px;
		font-size: 18px;
		font-weight: 500;
	}

	.registration_form li {
		min-height: 45px;
		padding: 10px 10px 10px 220px;
	}

	.registration_form li input[type="text"] {
		width: initial;
		height: 45px;
		line-height: 45px;
		font-size: 16px;

	}

	.registration_form li .ty1 {
		margin-top: 0;
		margin-left: 10px;
		font-size: 16px
	}


	.word-notice01 {
		padding-left: 20px;
		font-size: 16px;
		line-height: 26px;

	}


	.registration_form + .word-notice01 {
		margin-top: 5px;
	}

	.btn_link {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.result-donation-area {
		margin-bottom: 80px;
	}

	.cumulative-donation-information {
		margin: 30px 0 50px 0;
	}

	.cumulative-donation-information > dt {
		font-size: 24px;
		line-height: 36px;
	}

	.cumulative-donation-information > dd > strong{
		font-size: 60px;
		line-height: 80px;
	}

}



@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%;
    }
	

	.footer-menu > li > a {
        font-size: 14px;
        line-height: 18px;
    }
	

	.footer-bank-information {
		float: right;
		display: block;
		
	}

	.footer-bank-information > dt {
		margin-bottom: 3px;
		font-size: 20px;
		line-height: 28px;;
	}

	.footer-bank-information > dd {
		padding-left: 27px;
		font-size: 18px;
		line-height:  27px;

	}

	.footer-bank-information > dd img {
		top: 3px;
		width: 18px;		
	}		

	.participate-information {
		width: calc(25% - 5px)	
	}
	

	.participate-information .top dl {
		color: #fff;	
	}

	.participate-information .top dl > dt {
		font-size: 20px;
		line-height: 30px;
	}

	.participate-information .top dl > dd {
		font-size: 14px;
		line-height: 20px;
	}
	
	.participate-information .bottom a {
		font-size: 	14px;
	}
	
}


@media (min-width: 1439px) {
	.participate-information .top dl > dt {
		font-size: 24px;
		line-height: 34px;
	}

	.participate-information .top dl > dd {
		font-size: 16px;
		line-height: 26px;
	}

	.participate-information .bottom a {
		font-size:18px;
		line-height: 28px;
	}
}