@charset "utf-8";



/* jalnan */
@font-face {
    font-family: 'Jalnan2';
    font-style: normal;
    font-weight: normal;
    src: local('Jalnan2'), local('Jalnan2'),
        url('../font/Jalnan2TTF.ttf') format('truetype'),
        url('../font/Jalnan2.otf') format('opentype');
}

.re-content {
    background: #fff !important;
}

main.re-main {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}

main.re-main::after {
    content: '';
    height: 327px;
    ;
    background: url(../images/ch_main/new/about-bg.png)no-repeat 50% 100%/cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ======================= main-visual ======================= */
.main-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 44px;
    height: 638px;
    padding-top: 60px;
    background: linear-gradient(0deg, #FFF 33.97%, #E8F7FF 96.25%);
}

.main-visual::before {
    content: '';
    width: 412px;
    height: 226px;
    background: url(../images/ch_main/new/visual-left.png)no-repeat 0 0/cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.main-visual::after {
    content: '';
    width: 410px;
    height: 235px;
    background: url(../images/ch_main/new/visual-right.png)no-repeat 0 0/cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.visual-img {
    position: relative;
    flex: 0 1 725px;
}

.visual-img::after {
    content: '';
    width: 304px;
    height: 173px;
    background: url(../images/ch_main/new/house-human.png)no-repeat 0 0/cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.visual-img-inner {
    position: relative;
    width: 592px;
    height: 392px;
    padding-top: 125px;
    background: url(../images/ch_main/new/visual-house.png)no-repeat 0 0/cover;
    text-align: center;
}

.visual-img-inner::after {
    content: '';
    width: 304px;
    height: 173px;
}

.visual-img-dt {
    margin-bottom: 10px;
    font-size: 46px;
    font-family: 'Jalnan2';
    font-weight: 400;
}

.visual-img-dt .type1 {
    color: #0069DB;
}

.visual-img-dt .type2 {
    color: #FF8827;
}

.visual-img-dd {
    font-size: 18px;
    color: #555;
}

.visual-img-dd span {
    color: #0069DB;
}

.visual-util-box {
    position: relative;
    flex: 0 0 400px;
    padding: 40px 36px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.04), 0 4px 6px -2px rgba(16, 24, 40, 0.02);
    z-index: 99;
}

.visual-login-before .login-box-inner {
    max-width: 100%;
}

.visual-login-before .login-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.6px;
    text-align: center;
    color: #1d2939;
}

.visual-login-before .login-input-box .login-input {
    height: 56px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 14px;
    background-color: #fff;
    border-color: #D0D5DD;
    font-size: 16px;
}

.visual-login-before .login-input-box:first-child {
    margin-bottom: 16px;
}

.visual-login-before .login-checkbox {
    text-align: right;
}

.visual-login-before .login-util .login-util-item {
    font-size: 14px;
    color: #717171;
    text-decoration: underline;
}

.visual-login-before .login-submit {
    background-color: #246BEB;
}

.visual-login-afger {
    /* display: none; */
}
.login-after-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.login-after-top .my-alert-link{
    width: 60px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #000 ;
}
.login-user-info{
    position: relative;
    flex: 0 1 230px;
    margin-bottom: 20px;
    padding-left: 42px;
}
.login-user-info::before{
    content: '';
    width: 35px;
    height: 35px;
    background: url(../images/ch_main/new/login-user-icon.png)no-repeat 0 0/cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-user-info .login-user-type{
    font-size: 24px;
  font-weight: 700;
  color: #246beb;
  word-break: keep-all;    /* 단어 단위로 줄바꿈 */
  white-space: nowrap;     /* 줄바꿈 허용 */
  line-height: 1.4;
  max-width: 175px;        /* 영역 제한 (필요 시 조정) */
  overflow: hidden;
  text-overflow: ellipsis;
}
.login-user-info .login-user-name{
    font-size: 24px;
    font-weight: 700;
    color: #101828;
}
.login-user-info .login-user-name b{
    color: #246beb;
}

.alert-row{
    display: flex;
    
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px dashed #D7D7D7;
}
.alert-row:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.alert-row .alert-left{
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #246beb;
}
.alert-right{
    flex: 0 1 auto;
}
.alert-right p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.alert-right .alert-dt{
    flex: 1 0 100px;
    font-size: 16px;
    font-weight: 700;
    color: #495667;
    letter-spacing: -0.32px;
}
.alert-right .alert-dd{
    flex-shrink: 0;
    font-size: 10px;
    color: #495667;
}
.alert-right .alert-dd b{
    padding: 0 2px;
}
.alert-right .alert-dd .front{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #ff8827;
}
.alert-right .alert-dd .front.red{
    color: #ff0004;
}
.alert-right .alert-dd .total{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #b1b1b1;
}
@media screen and (max-width: 1280px){
    .main-visual{
        padding: 70px 16px 0;  
    }
    .visual-img::after{
        display: none;
    }
    .visual-util-box{
        flex: 0 1 570px;
    }
    .login-after-top .my-alert-link{
        position: absolute;
        top: 44px;
        right: 20px;
    }
        
}
@media screen and (max-width: 1024px){
    .visual-img{
        display: none;
    }
    .main-visual::before{
        width: 264px;
        height: 145px;
    }
    .main-visual::after{
        width: 288px;
        height: 165px;
    }
    .login-user-info .login-user-type{
        max-width: 100%;
    }
    .login-after-top .my-alert-link{
        width: auto;
    }
}
@media screen and (max-width: 768px){
    .main-visual::before{
        width: 226px;
        height: 124px;
    }
     .main-visual::after{
        width: 250px;
        height: 144px;
    }
    .alert-row{
        flex-direction: column;
    }
    .alert-right{
        flex-basis: 100%;
        width: 100%;
    }
    .alert-right p{
        width: 100%;
    }
}
/* faq */
.main-faq {
    padding: 40px 0;
    background-color: #C5EDAC;
}

.main-faq-inner {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

.main-faq-inner .re-faq-title {
    flex-shrink: 0;
    margin-right: 20px;
    font-family: 'Jalnan2';
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.96px;
    color: #000;
}

.main-faq-inner .re-faq-controls {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.main-faq-inner .re-faq-controls button {
    display: inline-block;
    width: 16px;
}
.re-faq-control .play {
  display: none; /* 처음엔 정지버튼만 보이도록 */
}
.re-faq-control.stop .pause {
  display: none; /* stop 클래스가 붙으면 pause 감춤 */
}
.re-faq-control.stop .play {
  display: inline; /* stop 상태일 땐 play 보임 */
}

.main-faq-inner .re-faq-list a {
    max-width: 1100px;
    display: block;
    font-size: 22px;
    color: #000;
    letter-spacing: -0.88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-faq-inner .re-faq-more {
    flex-shrink: 0;
    margin-left: auto;
}

.re-faq-more {
    transition: all .3s;
}

.re-faq-more:hover {
    transform: rotate(90deg);
}
@media screen and (max-width: 1280px){
    .main-faq{
        position: relative;
        padding: 20px 0;
    }
    .main-faq-inner{
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .re-faq-controls{
        padding: 20px 0;;
    }
    .main-faq-inner .re-faq-controls{
        gap: 20px;
    }
    .re-faq-list{
        width: 100%;
    }
    .main-faq-inner .re-faq-list a{
        font-size: 20px
    }
    .main-faq-inner .re-faq-more{
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .main-faq-inner .re-faq-controls button{
        width: 24px;
        height: 24px;
    }
    .main-faq-inner .re-faq-controls button img{
        width: 100%;
        height: 100%;
    }
}

/*  */
.re-main-content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0 173px;
    z-index: 10;
}

.re-content-top {
    display: flex;
    gap: 14px;
    margin-bottom: 100px;
}

.re-content-type {
    flex: 0 1 525px;
    padding: 30px 40px;
    background: #FFC700 url(../images/ch_main/new/content-type-bg.png)no-repeat 100% 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.04);
}

.re-type-title {
    margin-bottom: 10px;
    font-family: 'Jalnan2';
    font-size: 26px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -1.04px;
    color: #000
}

.re-type-title strong {
    color: #005746;
    font-weight: 400;
}

.re-type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px;
}

.re-type-list li {
    position: relative;
    flex: 1 1 calc(25% - 33px);
    padding-top: 96px;
    text-align: center;
}

.re-type-list li::before {
    content: '';
    width: 87px;
    height: 81px;
    background-position: 0 0/cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.re-type-list li.type01::before {
    background-image: url(../images/ch_main/new/type01.png);
}

.re-type-list li.type02::before {
    background-image: url(../images/ch_main/new/type02.png);
}

.re-type-list li.type03::before {
    background-image: url(../images/ch_main/new/type03.png);
}

.re-type-list li.type04::before {
    background-image: url(../images/ch_main/new/type04.png);
}

.re-type-list li.type05::before {
    background-image: url(../images/ch_main/new/type05.png);
}

.re-type-list li.type06::before {
    background-image: url(../images/ch_main/new/type06.png);
}

.re-type-list li.type07::before {
    background-image: url(../images/ch_main/new/type07.png);
}

.re-type-list li.type08::before {
    background-image: url(../images/ch_main/new/type08.png);
}


.re-type-list li .type-dt {
    font-size: 13px;
    font-weight: 700;
    color: #121212;
}

.re-type-list li .type-dd {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
}

/*  */
.re-call-box {
    flex: 1 1 325px;
    position: relative;
    padding: 30px 20px;
    border-radius: 12px;
    background: #FE7C1C url(../images/ch_main/new/content-type-bg2.png)no-repeat 100% 100%;
}
.re-call-box.type {
    background-color: #07B68B;
}
.re-call-title {
    margin-bottom: 14px;
    font-size: 26px;
    font-family: 'Jalnan2';
    font-weight: 400;
    line-height: 130%;
    color: #121212;
}
.re-call-number {
    margin-bottom: 14px;
    height: 72px;
}
.re-call-number p {
    font-size: 24px;
    font-weight: 800;
    line-height: 150%;
    color: #fff;
}
.re-call-time {
    height: 60px;
    margin-bottom: 27px;
}
.re-call-time p {
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
    color: #fff;
}
.re-call-type-list li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
}
.re-call-type-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.re-call-box .re-call-modal{
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.re-call-box .re-call-modal i{
    margin-left: 4px;;
}
.re-call-box .re-call-modal:hover, .re-call-box .re-call-modal:focus{
    text-decoration: underline;
}
@media screen and (max-width: 1280px){
    .re-main-content{
        padding: 40px 0 173px;
    }
    .re-content-top{
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .re-content-type{
        flex: 1 1 100%;
        padding: 30px 20px;
    }
    .re-call-box{
        width: 100%;
        padding-top: 35px;
    }
    .re-type-list{
        gap: 10px 20px;
    }
    .re-call-box .re-call-modal{
        top: 8px;
    }
    .re-call-title, .re-type-title{
        font-size: 24px;;
    }
}
@media screen and (max-width: 768px){
    .re-content-top{
        margin-bottom: 60px;
    }
    
    .re-call-title, .re-type-title{
        font-size: 20px;
    }
    .re-call-title{
        margin-bottom: 6px;
    }
    .re-type-list li{
           flex: 1 1 calc(50% - 33px);
    }
    .re-call-number{
        height: auto;
        margin-bottom: 8px;
    }
    .re-call-number p, .re-call-time p{
        font-size: 16px;
    }
    .re-call-time{
        margin-bottom: 20px;
    }
    .re-call-type-list li{
        font-size: 16px;
    }
    
}
/*  */
.re-notice-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 0 20px;
}

.re-notice-left,
.re-notice-right {
    flex: 0 1 600px;
}

.re-notice-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.re-notice-top .re-more {
    margin-left: 20px;
}

.re-notice-title {
    font-family: 'Jalnan2';
    font-size: 32px;
    color: #121212;
}

.re-notice-tab-btn {
    margin-left: auto;
}

.re-tabs .nav-item {
    position: relative;
    padding: 0 11px;
}

.re-tabs .nav-item .nav-link {
    position: relative;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    color: #b1b1b1;
}

.re-tabs .nav-item::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.re-tabs .nav-item:first-child::before {
    display: none;
}

.re-tabs .nav-item .nav-link.active {
    color: #246BEB;
    background-color: transparent;
}

.re-tabs .nav-item .nav-link::after {
    content: '';
    width: 0;
    height: 8px;
    background-color: rgba(77, 135, 239, 0.20);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.re-tabs .nav-item .nav-link.active::after {
    width: 100%;
}

.re-more {
    transition: all .3s;
}

.re-more:hover {
    transform: rotate(90deg);
}

.re-tab-content {
    padding-top: 10px;
}

.re-tab-content .tab-pane a {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-bottom: 16px;
    padding: 20px 24px;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.04);
    transition: all .3s;
}
.re-tab-content .tab-pane a:hover{
    transform: scale(1.02);
}
.re-tab-content .tab-pane a .gubun {
    flex-shrink: 0;
    width: 67px;
    font-size: 18px;
    font-weight: 700;
}

.re-tab-content .tab-pane a .gubun.type1 {
    color: #246beb;
}

.re-tab-content .tab-pane a .gubun.type2 {
    color: #07b68b;
}

.re-tab-content .tab-pane a .content {
    min-width: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    max-width: 350px;
    font-size: 18px;
    font-weight: 500;
    color: #121212;
}

.re-tab-content .tab-pane a .content span.text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    flex: 1;
}

.re-tab-content .tab-pane a .content img {
    margin-right: 4px;
}

.re-tab-content .tab-pane a .date {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}
@media screen and (max-width: 1280px){
    .re-notice-wrap{
        padding: 0 16px;
    }
    .re-tab-content .tab-pane a .content{
        flex-shrink: 1;
        max-width: 300px;
    }
}
@media screen and (max-width: 1024px){
    .re-notice-wrap{
        flex-direction: column;
        gap: 20px 0;
        margin-bottom: 50px;
    }
    .re-notice-left, .re-notice-right{
        flex: 1 1 100%;
    }
    .re-notice-title{
        font-size: 26px;
    }
    .re-tabs .nav-item .nav-link{
        font-size: 18px;
    }
    .re-tab-content .tab-pane a{
        padding: 18px 20px;
    }
}
@media screen and (max-width: 768px){
    .re-notice-title{
        width: 100%;
        flex-shrink: 0;
        text-align: center;
    }
    .re-notice-top{
        flex-wrap: wrap;
    }
    .re-notice-tab-btn{
        margin-left: 0;
        margin-right: auto;
        margin-top: 10px;
    }
    .re-tabs .nav-item:first-child {
        padding-left: 0;
    }
    .re-tab-content .tab-pane a .date{
        display: none;
    }
}
/*  */
.re-main-about {}

.re-about-title {
    margin-bottom: 50px;
    font-family: 'Jalnan2';
    font-size: 32px;
    text-align: center;
    color: #000;
}

.about-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1280px;
}

.about-card-item {
  flex: 1 1 calc(25% - 30px);
  min-width: 296px;
}
.about-card-item:nth-child(even) {
  margin-top: 40px;
}

.about-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.04), 0 4px 6px -2px rgba(16, 24, 40, 0.02);
  transition: transform .18s ease, box-shadow .18s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.10);
}
.about-card-thumb {
  position: relative;
  width: 100%;
  height: 282px;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-card-item:nth-child(1) .about-card-thumb{
    background-image: url(../images/ch_main/new/main-about01.png);
}
.about-card-item:nth-child(2) .about-card-thumb{
    background-image: url(../images/ch_main/new/main-about02.png);
}
.about-card-item:nth-child(3) .about-card-thumb{
    background-image: url(../images/ch_main/new/main-about03.png);
}
.about-card-item:nth-child(4) .about-card-thumb{
    background-image: url(../images/ch_main/new/main-about04.png);
}
.about-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 1280px){
    .re-main-about{
        padding: 0 16px;
    }
}
@media (max-width: 1024px) {
  .about-card-item { flex: 1 1 calc(50% - 24px); }
}
@media (max-width: 768px) {
  .about-card-item { flex: 1 1 100%; }
  .about-card-body { height: 60px; font-size: 20px; }
  .re-about-title{
    margin-bottom: 18px;
    font-size: 26px;
  }
}