@charset "utf-8";

@font-face {
    font-family: "Welcome";
    src:
    url("../../src/fonts/웰컴체 Regular.woff2") format("woff2"),
    url("../../src/fonts/웰컴체 Regular.ttf") format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "Welcome";
    src:
    url("../../src/fonts/웰컴체 Bold.woff2") format("woff2"),
    url("../../src/fonts/웰컴체 Bold.ttf") format('truetype');
    font-weight: bold;
}
.font-welcome {
    font-family: 'Welcome', sans-serif;
    letter-spacing: -0.01em;
}
.font-pretendard {
    font-family: "Pretendard Variable", Pretendard;
}
.font-pretendard.fw-bolder {
    font-weight: 800 !important;
}
html,
body {
    font-size: 1rem;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Noto Sans KR', '나눔바른고딕', NanumBarunGothic, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}
a,
a:hover {
    color: #111;
    text-decoration: none;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.period {
    position: relative;
    display: inline-block;
    width: calc( .175rem + .5vw);
    height: calc( .175rem + .5vw);
    border-radius: 50%;
    background-color: rgb(var(--main-rgb));
    transform: translateY(5px);
}

#scollTop {
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgb(236,18,35);
    background: linear-gradient(90deg, rgba(237,22,35,1) 0%, rgba(250,94,24,1) 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    z-index: 99;
}

#scollTop .scroll-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.bread-crumb {
    line-height: 0;
}
.bread-crumb a {
    color: #444;
}
.bread-crumb .bi {
    font-size: 12px;
    color: #C9C9C9;
}
footer {
    color: #adadad;
    background-color: #2f2f2f;
}
footer .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23eeeeee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
footer .footer-menu li a {
    position: relative;
}
footer .footer-menu .nav > li:first-child a {
    color: #ffc107 !important;
}


.shadow-text:before {
    display: none;
    content: 'Welcome Asset Management';
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.section-about .img-about {
    height: 100%;
    min-height: 350px;
    background-image: url(../img/img-about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-about .item {
    position: relative;
    min-height: 270px;
    border-radius: 20px;
    background-color: #fbfbfd;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    transition: background .3s ease;
}
.section-about .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-about .item.hover:hover {
    background: rgb(234,0,44);
    background: linear-gradient(90deg, rgba(234,0,44,1) 0%, rgba(255,122,0,1) 100%);
}    
.section-about .item.hover:hover h3,
.section-about .item.hover:hover {
    color: #fff;
}




.section-slogan {
    background-color: #FFF8F3;
    background-image: url(../img/img-coin.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}


.btn-more:hover {
    color: rgb(var(--main-rgb));
}
.btn-more > span > .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #bbb;
    border-radius: 50%;
}
.btn-more:hover > span,
.btn-more > span.on {
    display: none;
}
.btn-more:hover > span.on {
    display: block;
}
.btn-more:hover > span.on .bi {
    border-color: rgb(var(--sub-rgb));
}

.underline-style:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: calc( .9rem + .1vw );
    background-color: #FFE5CD;
}


 

.nav-stewardship.nav-pills li a.nav-link {
    padding: 1.2rem .5rem;
    color: #222;
    border-radius: .7rem;
}
.nav-stewardship.nav-pills li a.nav-link:hover,
.nav-stewardship.nav-pills li a.nav-link.active {
    color: #fff;
    background-color: rgb(var(--main-rgb));
}



/*bootstrap*/
.table-active {
    --bs-table-bg-state: rgba(0, 0, 0, .03);
}
.table > :not(caption) > * > * {
    padding: 1rem .5rem;
}



@media screen and (min-width: 992px) {
    .px-lg-25 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;        
    }
}
@media screen and (min-width: 1200px) {
    .ms-xl-6 {
        margin-left: 4rem;
    }
    .ps-xl-6 {
        padding-left: 4rem;
    }
    .bd .cnb3 a {
        padding: 21px 20px;
        width: 200px;
    }
}
@media screen and (min-width: 1600px) {
    .ms-xl-6 {
        margin-left: 6rem;
    }
    .ps-xl-6 {
        padding-left: 6rem;
    }
    .container-1500 {
      max-width: 1520px;
      margin: 0 auto;
    }

}


@media screen and (max-width: 567px) {
    .container-xs {
        --bs-gutter-x: 2.5rem;
    }
    .ps-xs-4 {
        padding-left: 2rem;
    }
    .section-overview .display-4 {
        font-size: calc(1.25rem + 2.7vw);
        letter-spacing: -1px;
    }
    .fund-swiper .swiper-slide {
      width: 80%;
    }
    .section-slogan {
        background-position-x: 200%;
        background-size: 87%;
    }
    .modal .bt-x {
        right: 1rem !important;
    }

    header .logo img {
        padding-left: .75rem;
        height: 24px;
    }
    .section-overview .display-2 {
        font-size: 36px;
    }
    .section-fund .form-select {
        font-size: 1rem;
    }

    footer .logo-footer {
        height: 25px;
    }
    footer .form-select {
        width: 100% !important;
    }
    footer .footer-menu .nav-link {
        padding-left: 0;
        padding-right: .5rem;
        font-size: 14px;
    }

    #scollTop {
        visibility: hidden;
    }
}
