#main_visual {width: 100%; height: 52.5rem; position: relative; z-index: 87;}
#main_visual .main_slider {width: 100%; height: 100%; position: relative; z-index: 88;}
#main_visual .main_slider .slick-list {height: 100%; overflow: hidden;}
#main_visual .main_slider .slick-track {height: 100%;}
#main_visual .main_slider .slick-slide {position: relative;}
#main_visual .main_slider .bg {width: 100%; height: 100%;}
#main_visual .main_slider .txt {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 89; padding: 1.5rem 0 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; align-content: center; text-align: center; flex-wrap: wrap;}
#main_visual .main_slider .txt h4 {width: 100%; text-align: center; font-family: 'GmarketSans', sans-serif; color: #fff; font-size: 3.125rem; font-weight: 500; letter-spacing: -0.045rem; line-height: 4.375rem;}
#main_visual .main_slider .txt span {font-weight: bold; display: inline-block; padding: 0.5rem 0.5rem 0 0.5rem; box-sizing: border-box; background: #143582;}
#main_visual .main_slider .txt a {margin: 3.125rem 0 0; font-size: 1.375rem; border-radius: 0.3125rem; font-weight: 500; letter-spacing: -0.045rem; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; width: 20rem; height: 3.4375rem; border: 0.0625rem solid #fff; box-sizing: border-box; }
#main_visual .play_bar {display: flex; justify-content: center; align-items: center; width: 100%; position: absolute; bottom: 2.75rem; left: 0; z-index: 92;}
#main_visual .play_bar .dots {margin: 0 0.875rem 0 1.625rem;}
#main_visual .play_bar .dots .slick-dots {display: flex; justify-content: center; align-items: center;}
#main_visual .play_bar .dots .slick-dots li {margin: 0 1rem 0 0;}
#main_visual .play_bar .dots .slick-dots li:last-of-type {margin: 0;}
#main_visual .play_bar .dots .slick-dots button {font-size: 0; border: 0; width: 8.75rem; height: 0.125rem; background: rgba(0, 0, 0, 0.2); display: block;}
#main_visual .play_bar .dots .slick-dots li.slick-active button {background: #143582;}
#main_visual .play_bar .play {cursor: pointer; position: relative; top: -0.0625rem; display: none; width: 0.5625rem; height: 0.875rem; background: url(/img/play.png) 50% 50% no-repeat; background-size: 100% auto; margin: 0 1rem 0 0;}
#main_visual .play_bar .pause {cursor: pointer; position: relative; top: -0.0625rem; width: 0.5625rem; height: 0.875rem; background: url(/img/pause.png) 50% 50% no-repeat; background-size: 100% auto; margin: 0 1rem 0 0;}
#main_visual .floating {position: absolute; left: calc(50% - 35.625rem); transform: translateX(-50%); top: 18.125rem; z-index: 99; }
#main_visual .floating a {position: relative; z-index: 100;  display: flex; padding: 0 0 1rem; box-sizing: border-box; justify-content: center; align-items: flex-end; text-align: center; font-size: 1.125rem; color: #fff; font-weight: bold; letter-spacing: -0.045rem; line-height: 1.625rem; width: 8.75rem; height: 8.75rem; border-radius: 50%; background: url(/img/floating.png) 50% 50% no-repeat; background-size: 100% auto;}
#main_visual .floating::before {content : ''; display: block; width: 0.125rem; height: 2.125rem; background: #fff; position: absolute; top: -1.25rem; left: 50%; transform: translateX(-50%); z-index: 101;
}
#main_visual .main_slider .txt.ver2 {width: 1280px; transform: translateX(-50%); left: 50%; padding: 0 0 0 11.875rem; box-sizing: border-box; justify-content: flex-start;}
#main_visual .main_slider .txt.ver2 h4 {text-align: left; font-size: 4.0625rem; line-height: 4.6875rem;}
#main_visual .main_slider .txt.ver2 h4 b {font-weight: bold;}
#main_visual .main_slider .txt.ver2 p {font-size: 1.25rem; color: #fff; text-align: left; font-weight: 500; letter-spacing: -0.045em; line-height: 2.25rem; margin: 2.75rem 0 0;}

@media only screen and (max-width: 1320px) {
    #main_visual .floating {left: 2.5rem; transform: translateX(0);}
    #main_visual .main_slider .txt.ver2 {width: 100%;}
}

@media only screen and (max-width: 1279px) {
    #main_visual .main_slider .txt {}
}

@media only screen and (max-width: 900px) {
    #main_visual {height: 100vh;}
    #main_visual .floating {display: none;}
    #main_visual .main_slider .txt h4 {font-size: 2.5rem; line-height: 3.4375rem;}
    #main_visual .main_slider .txt a {font-size: 1rem; margin: 2.5rem 0 0; height: 2.8125rem; width: 14.375rem;}
    #main_visual .main_slider .txt.ver2 {padding: 0 1.875rem 0 5.875rem;}
    #main_visual .main_slider .txt.ver2 h4 {font-size: 3.125rem; line-height: 3.75rem;}
    #main_visual .main_slider .txt.ver2 p {font-size: 1.125rem; line-height: 1.75rem; margin: 2.25rem 0 0;}

}

@media only screen and (max-width: 640px) {
    #main_visual .main_slider .txt {padding: 0 1.25rem;}
    #main_visual .main_slider .txt h4 {font-size: 2rem; line-height: 2.5rem;}
    #main_visual .main_slider .txt span {padding: 0.25rem;}
    #main_visual .main_slider .txt a {width: 11.25rem; height: 2.5rem;}
    #main_visual .play_bar .dots .slick-dots button {width: 5rem;}
    #main_visual .main_slider .txt.ver2 {padding: 0 1.875rem 0 2.875rem;}
    #main_visual .main_slider .txt.ver2 h4 {font-size: 2.125rem; line-height: 2.75rem;}

}

@media only screen and (max-width: 560px) {
    #main_visual .main_slider .txt h4 {font-size: 1.8rem;}

}

@media only screen and (max-width: 480px) {
    #main_visual .main_slider .txt {padding: 0 1.25rem;}
    #main_visual .main_slider .txt.ver2 {padding: 0 1.25rem 0 2.25rem;}

    #main_visual .main_slider .txt h4 {font-size: 1.3rem; line-height: 1.8rem;}
    #main_visual .play_bar .dots .slick-dots button {width: 4rem;}
    #main_visual .main_slider .txt.ver2 p {font-size: 0.9375rem; line-height: 1.75rem; margin: 1.875rem 0 0;}

}


@media only screen and (max-width: 380px) {
    #main_visual .main_slider .txt h4 {font-size: 1.125rem; line-height: 1.6rem;}

}

main section {width: 100%; background: url(/img/section.png) 50% 50% no-repeat; background-size: cover; padding: 5.625rem 0 7.125rem; box-sizing: border-box;}
main section h3 {font-size: 1.875rem; font-weight: bold; letter-spacing: -0.045rem; text-align: center; color: #fff;}
main section .box-container {display: flex; justify-content: space-between; align-items: flex-start; width: 100%; margin: 3.5rem 0 0;}
main section .box-container .box {flex: none; width: 11.5625rem; }
main section .box-container .box .thumb {margin: 0 auto; width: 10.3125rem; height: 10.3125rem; background: #fff; position: relative; z-index: 1; border-radius: 50%; display: flex; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap;}
main section .box-container .box .thumb::before {content: ''; display: block; border-radius: 50%; width: 11.5625rem; height: 11.5625rem; background: rgba(255, 255, 255, 0.2); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
main section .box-container .box .img {margin: 0 0 0.75rem;}
main section .box-container .box .thumb h4 {font-size: 1.25rem; color: #222; font-weight: bold; letter-spacing: -0.045rem; width: 100%; text-align: center;}
main section .box-container .txt {width: 100%; text-align: center; margin: 2.125rem 0 0;}
main section .box-container .txt p {color: #fff; font-size: 1rem; letter-spacing: -0.045rem; line-height: 1.5rem;}

@media only screen and (max-width: 1279px) {
    main section .box-container {width: 51.875rem; flex-wrap: wrap; justify-content: center; margin: 3.375rem auto 0;}
    main section .box-container .box {margin: 0 2rem 2.75rem;}
}

@media only screen and (max-width: 900px) {
    main section .inner {padding: 0;}
    main section .box-container {width: 100%;}
    main section .box-container .box {padding: 0 1.5rem; margin: 0 0 2.75rem; width: 11.5625rem;}
    main section .box-container .box:nth-child(4) {margin: 0;}
    main section .box-container .box:nth-child(5) {margin: 0;}
    main section .box-container .box:nth-child(6) {margin: 0;}
}

@media only screen and (max-width: 640px) {
    main section {padding: 3.125rem 0;}
    main section h3 {padding: 0 1.25rem; box-sizing: border-box; word-break: keep-all;}
    main section .box-container .box {width: 10.9375rem; margin: 0 0 2.8125rem !important; padding: 0 1rem;}
    main section .box-container .box .thumb {width: 9.6875rem; height: 9.6875rem;}
    main section .box-container .box .thumb::before {width: 10.9375rem; height: 10.9375rem;}
    main section .box-container .box .thumb h4 {font-size: 1.125rem;}
    main section .box-container .txt {margin: 1.875rem 0 0;}
    main section .box-container .txt p {font-size: 0.9375rem;}
}


.banner-title {font-size: 1.875rem; color: #222; letter-spacing: -0.045rem; font-weight: bold; display: flex; justify-content: flex-start; align-items: center;}
.banner-title .more_btn {position: relative; z-index: 1; font-size: 0; display: block; margin: 0 0 0 0.875rem; width: 1.9375rem; height: 1rem; background: url(/img/more_btn.png) 50% 50% no-repeat; background-size: 100% auto;}
.banner-title .more_btn::before {content: ''; z-index: -1; display: block; position: absolute; top: 50%; left: 0.75rem; transform: translateY(-50%); width: 1.875rem; height: 1.875rem; border-radius: 50%; background: rgba(14, 10, 249, 0.3);}
.banner-title > * {flex: none;}


@media only screen and (max-width: 900px) {
    .banner-title {text-align: center; justify-content: center;}
}

@media only screen and (max-width: 900px) {
    .banner-title {font-size: 1.5rem;}
}


.banner_area {width: 100%; background: #fff; padding: 6.25rem 0 0; box-sizing: border-box;}
.banner_area .banner-title {margin: 0 0 2.625rem;}
.banner_area .date {font-size: 1rem; color: #666666;}
.banner_area .flex-container {width: 100%; display: flex; justify-content: flex-start; align-items: flex-start;}
.banner_area .flex-container .left {width: 50%; padding: 0 2.1875rem 0 0; box-sizing: border-box;}
.banner_area .flex-container .right {width: 50%; padding: 0 0 0 2.1875rem; box-sizing: border-box; }
.banner_area .flex-container .right .bottom {margin: 3.75rem 0 0; }
.banner_area ol li {display: flex; justify-content: space-between; align-items: center; line-height: 2.875rem;}
.banner_area ol li .state {margin: 0 1.875rem 0 0 ; font-size: 0.875rem; font-weight: bold; letter-spacing: -0.045rem; border-radius: 0.25rem; width: 6.25rem; height: 1.875rem; display: inline-flex; justify-content: center; align-items: center; text-align: center; border: 0.0625rem solid transparent; box-sizing: border-box;}
.banner_area ol li .state.ready {border-color: #aaa; color: #aaa;}
.banner_area ol li .state.hold {border-color: #ff0000; color: #ff0000;}
.banner_area ol li .state.approve {border-color: #143582; color: #143582;}
.banner_area ol li h6 {font-size: 1rem; color: #222222; letter-spacing: -0.045rem; font-weight: 500; width: 68%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.banner_area .main_notice li {display: flex; justify-content: space-between; align-items: center; line-height: 2.5rem;}
.banner_area .main_notice li a {font-size: 1rem; color: #222; letter-spacing: -0.045rem; font-weight: 500; display: block; width: 84%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.banner_area .main_notice li .date {display: block; width: 16%; text-align: right;}
.banner_area .main_faq {}
.banner_area .main_faq li {width: 100%; height: 4.375rem; background: #f4f4f4; border-radius: 0.25rem; margin: 0 0 0.625rem;}
.banner_area .main_faq li:last-of-type {margin: 0;}
.banner_area .main_faq li a {width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; padding:  0 1.75rem; box-sizing: border-box;}
.banner_area .main_faq li h6 {width: 100%; font-size: 1rem; color: #666; letter-spacing: -0.045rem; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.banner_area .main_faq li h6 em {color: #143582; font-size: 1.25rem; font-weight: bold; display: inline-block; margin: 0 1.125rem 0 0; font-family: 'Lato', sans-serif;}

@media only screen and (max-width: 900px) {
    .banner_area .flex-container {flex-wrap: wrap;}
    .banner_area .flex-container .left {width: 100%; padding: 0 13.33%;}
    .banner_area .flex-container .right {width: 100%; padding: 0 13.33%;}
    .banner_area .flex-container .right .top {margin: 3.75rem 0 0;}
}

@media only screen and (max-width: 640px) {
    .banner_area .main_notice li a {width: calc(100% - 5.375rem);}
    .banner_area .main_notice li .date {width: 5.375rem;}
}


@media only screen and (max-width: 480px) {
    .banner_area {padding: 3.375rem 0 0;}
    .banner_area .banner-title {margin: 0 0 2.125rem;}
    .banner_area .flex-container .left {padding: 0;}
    .banner_area .flex-container .right {padding: 0;}
    .banner_area ol li .state {width: 3.75rem; margin: 0 1.25rem 0 0; font-size: 0.8125rem;}
    .banner_area ol li h6 {width: calc(100% - 5.375rem);}
}

.news_area {width: 100%; background: #fff; box-sizing: border-box; padding: 3.25rem 0; overflow: hidden;}
.news_area .banner-title {text-align: center; justify-content: center;}
.news_area .news_slider {margin: 2.5rem 0 0; height: 13.75rem;}
.news_area .slick-track {height: 100%;}
.news_area .slick-list {margin: 0 -2.5rem; height: 100%; padding: 0 !important;}
.news_area li.slick-slide {margin: 0 2.5rem;}
.news_area li.slick-slide > a {display: block; padding: 1.5rem; box-sizing: border-box; width: 100%; background: #fff; border-radius: 0.8rem; height: 100%; border: 0.0625rem solid #ddd;}
.news_area li.slick-slide .cont {font-size: 1rem; line-height: 1.5; max-height: 6rem; min-height: 6rem; color: #222; font-weight: 500; letter-spacing: -0.045rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.news_area li.slick-slide .date {margin: 3.125rem 0 0; font-size: 1rem; color: #999; font-weight: 600;}

@media only screen and (max-width: 900px) {
    .news_area .inner {padding: 0;}
    .news_area .slick-list {margin: 0 -1.25rem}
    .news_area li.slick-slide {margin: 0 1.25rem; width: 25rem;}
}

@media only screen and (max-width: 480px) {
    .news_area {padding: 3.5rem 0;}
    .news_area .slick-list {margin: 0;}
    .news_area li.slick-slide {margin: 0 1.5625rem;}
}

.chapter_area {width: 100%; background: #fff; box-sizing: border-box; padding: 0 0 6.25rem;}
.chapter_area .banner-title {text-align: center; display: block;}
.chapter_area ul {display: flex; justify-content: center; align-items: center; margin: 2.5rem auto 0; max-width: 1280px; padding: 0 3.4375rem; box-sizing: border-box;}
.chapter_area ul li {margin: 0 13.28125% 0 0; width: 7.5rem; display: block; text-align: center; flex: none;}
.chapter_area ul li:last-of-type {margin: 0;}
.chapter_area ul li .thumb {display: flex; justify-content: center; align-items: center; width: 100%; height: 7.5rem; border-radius: 50%; box-sizing: border-box; background: #f4f4f4; position: relative;}
.chapter_area ul li .thumb img {}
.chapter_area ul li .thumb::before {content: ''; position: absolute; top: 50%; left: -6.7rem; transform: translateY(-50%); display: block; width: 2.6875rem; height: 1.875rem; background: url(/img/chap_arrow.png) 50% 50% no-repeat; background-size: 100% auto;}
.chapter_area ul li:first-of-type .thumb::before {content: initial;}
.chapter_area ul li .txt {font-size: 1.125rem; color: #222; letter-spacing: -0.045rem; font-weight: 500; margin: 1.5625rem 0 0; width: 100%;}

@media only screen and (max-width: 1279px) {
    .chapter_area {}
    .chapter_area ul {flex-wrap: wrap; max-width: 100%; padding: 0; margin: 2.5rem auto 0; width: 40rem;}
    .chapter_area ul li {display: flex; flex-direction: column; align-items: center; width: 7.5rem; margin: 0 0 0 8.75rem;}
    .chapter_area ul li:nth-of-type(4) {margin: 3.125rem 0 0 8.75rem;}
    .chapter_area ul li:last-of-type {margin: 3.125rem 0 0 8.75rem;}
    .chapter_area ul li:first-of-type {margin: 0;}
    .chapter_area ul li .thumb::before {left: -5.4rem;}
}

@media only screen and (max-width: 900px) {
    .chapter_area ul {padding: 0 3.4375rem; width: 100%;}
}

@media only screen and (max-width: 750px) {
    .chapter_area ul {padding: 0 4rem; box-sizing: border-box;}
    .chapter_area ul li {margin: 0 0 0 5rem; width: 6rem;}
    .chapter_area ul li .thumb {width: 6rem; height: 6rem;}
    .chapter_area ul li .txt {font-size: 1rem;}
    .chapter_area ul li .thumb::before {width: 2rem; height: 1.5625rem; left: -3.6rem;}
    .chapter_area ul li:nth-of-type(4) {margin: 2rem 0 0 5rem;}
    .chapter_area ul li:last-of-type {margin: 2rem 0 0 5rem;}
    .chapter_area ul li:first-of-type {margin: 0;}
}

@media only screen and (max-width: 576px) {
    .chapter_area {padding: 0 0 3.5rem;}
    .chapter_area ul {padding: 0 1.25rem; margin: 2.25rem 0 0;}
    .chapter_area ul li {width: 5.625rem; margin: 0 0 0 4.25rem;}
    .chapter_area ul li:nth-of-type(4) {margin: 1.75rem 0 0 4.25rem;}
    .chapter_area ul li:last-of-type {margin: 1.75rem 0 0 4.25rem;}
    .chapter_area ul li .thumb {height: 5.625rem; width: 5.625rem;}
    .chapter_area ul li .thumb img {max-width: 40%; max-height: 60%;}
    .chapter_area ul li .thumb::before {left: -3rem;}
    .chapter_area ul li .txt {font-size: 0.9735rem;}
}

@media only screen and (max-width: 448px) {
    .chapter_area ul li {width: 6rem; margin: 0 1rem 0 0 !important;}
    .chapter_area ul li:nth-of-type(3) {margin: 0 !important;}
    .chapter_area ul li:nth-of-type(4) {margin: 1rem 1rem 0 0 !important;}
    .chapter_area ul li:nth-of-type(5) {margin: 1rem 0 0 !important;}
    .chapter_area ul li .thumb {height: 4rem; width: 4rem;}
    .chapter_area ul li .thumb::before {width: 1.8rem; height: 1.3rem; left: -2.2rem;}
}

@media only screen and (max-width: 360px) {
    .chapter_area ul li {width: 8rem; margin: 0 1rem 0 0 !important;}
    .chapter_area ul li .thumb::before {left: -3.2rem;}
    .chapter_area ul li:nth-of-type(2) {margin: 0 !important;}
    .chapter_area ul li:nth-of-type(3) {margin: 1rem 1rem 0 0 !important;}
    .chapter_area ul li:nth-of-type(3) .thumb::before {content: initial;}
    .chapter_area ul li:nth-of-type(4) {margin: 1rem 0 0 0 !important;}
    .chapter_area ul li:nth-of-type(5) {margin: 1rem 0 0 0 !important;}
    .chapter_area ul li:nth-of-type(5) .thumb::before {content: initial;}
}

.bottom_banner {width: 100%; position: relative; display: flex; justify-content: flex-start; align-items: stretch; height: 25rem;}
.bottom_banner .bg {width: 50%; background: url(/img/bottom_area.png) 50% 50% no-repeat; background-size: cover;}
.bottom_banner .active_box {width: 50%; background: #143582; padding: 1.875rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center;}
.bottom_banner .gift_box {width: calc((100% - 1.875rem) /2); height: 100%; border: 0.1875rem solid #fff; margin: 0 1.875rem 0 0;}
.bottom_banner .gift_box a {display: block; width: 100%; height: 100%; padding: 2.5rem 2rem; box-sizing: border-box; }
.bottom_banner .gift_box:last-of-type {margin: 0;}
.bottom_banner .gift_box h4 {font-size: 1.375rem; color: #fff; font-weight: bold; letter-spacing: -0.045rem; display: flex; justify-content: flex-start; align-items: center;}
.bottom_banner .gift_box h4 > * {flex: none;}
.bottom_banner .gift_box h4 .more_btn {position: relative; z-index: 1; font-size: 0; display: block; margin: 0 0 0 0.875rem; width: 1.9375rem; height: 1rem; background: url(/img/more_btn_w.png) 50% 50% no-repeat; background-size: 100% auto;}
.bottom_banner .gift_box h4 .more_btn::before {content: ''; z-index: -1; display: block; position: absolute; top: 50%; left: 0.75rem; transform: translateY(-50%); width: 1.875rem; height: 1.875rem; border-radius: 50%; background: rgba(255, 255, 255, 0.3);}
.bottom_banner .gift_box p {font-size: 1rem; color: #fff; letter-spacing: -0.045rem; line-height: 1.5rem; font-weight: 500; margin: 1rem 0 0;}
.bottom_banner .gift_box.gift_ko_box {background: url(/img/m_bottom_1.png) calc(100% - 1.5rem) calc(100% - .3rem) no-repeat; background-size: 7rem auto;}
.bottom_banner .gift_box.gift_fo_box {background: url(/img/m_bottom_2.png) calc(100% - 1.5rem) calc(100% - .3rem) no-repeat; background-size: 7rem auto;}

@media only screen and (max-width: 1279px) {
    .bottom_banner .gift_box h4 {word-break: keep-all;}
    .bottom_banner .gift_box a {padding: 2rem 1.6rem;}
}

@media only screen and (max-width: 900px) {
    .bottom_banner {flex-wrap: wrap; height: auto;}
    .bottom_banner .bg {width: 100%; height: 20rem;}
    .bottom_banner .active_box {width: 100%; height: 20rem;}
    .bottom_banner .gift_box {width: calc((100% - 1.875rem) / 2);}
}

@media only screen and (max-width: 490px) {
    .bottom_banner .bg {height: 11.25rem;}
    .bottom_banner .active_box {flex-wrap: wrap; padding: 1.25rem; height: auto;}
    .bottom_banner .gift_box {width: 100%; height: 9.75rem; margin: 0 0 1.25rem; }
    .bottom_banner .gift_box a {padding: 1.5rem;}
    .bottom_banner .gift_box:last-of-type { margin: 0; }
}

.greeting {}
.greeting h4 {font-size: 2rem; letter-spacing: -0.045em; color: #222222; line-height: 2.8125rem; text-align: center; font-weight: 400; position: relative; padding-bottom: 2.8125rem; box-sizing: border-box;}
.greeting h4 b {font-weight: bold; display: block;}
.greeting h4::after {content : ''; display: block; width: 4.0625rem; height: 0.125rem; background: #222; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.greeting p {margin: 2.625rem 0 0; font-size: 1rem; color: #666; letter-spacing: -0.045rem; line-height: 1.875rem;}
.greeting h5 {margin: 2.625rem 0 4.6875rem; font-size: 1rem; color: #666; letter-spacing: -0.045rem; text-align: center; font-weight: 500;}
.greeting .img {display: block; width: 100%; height: 21.875rem; background: url(/img/sub/greeting.png) 50% 50% no-repeat; background-size: cover;}
.sub_inner .greeting * { margin: 0; padding: 0; box-sizing: border-box; }
.sub_inner .greeting { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; padding: 60px 0; }
.sub_inner .greeting .phil-container { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.sub_inner .greeting .phil-main-title { text-align: center; font-size: 3.5rem; font-weight: 500; color: #1a1a1a; margin-bottom: 15px; letter-spacing: -2px; }
.sub_inner .greeting .phil-subtitle { text-align: center; font-size: 1.3rem; color: #143582; margin-bottom: 80px; font-weight: 500; }
.sub_inner .greeting .philosophy-section { margin-bottom: 100px; }
.sub_inner .greeting .philosophy-title { font-size: 2.8rem; font-weight: 500; color: #143582; margin-bottom: 10px; letter-spacing: -2px; }
.sub_inner .greeting .philosophy-title-en { font-size: 2rem; color: #143582; font-weight: 600; letter-spacing: 1px; }
.sub_inner .greeting .philosophy-content { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; margin-top: 50px; }
.sub_inner .greeting .philosophy-text-area { display: flex; flex-direction: column; gap: 35px; }
.sub_inner .greeting .philosophy-intro { font-size: 1.4rem; font-weight: 700; color: #1a1a1a; line-height: 1.6; }
.sub_inner .greeting .philosophy-text { font-size: 1.1rem; line-height: 2; color: #555; }
.sub_inner .greeting .philosophy-image { position: relative; height: auto; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 3px; top:80px}
.sub_inner .greeting .philosophy-image img { width: 100%;  object-fit: cover; display: block;}
.sub_inner .greeting .philosophy-image .logo-box { background: linear-gradient(135deg, #143582 0%, #8B6BB7 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 2.5rem; font-weight: 300; letter-spacing: 3px; }
.sub_inner .greeting .p_values-section {position: relative;padding-bottom: 27.25%;height: 0;}
.sub_inner .greeting .values-section { position: absolute; margin-bottom: 100px; top:-150px}
.sub_inner .greeting .values-title { font-size: 2.8rem; font-weight: 500; color: #143582; margin-bottom: 10px; letter-spacing: -2px; }
.sub_inner .greeting .values-title-en { font-size: 2rem; color: #143582; font-weight: 600; letter-spacing: 1px; }
.sub_inner .greeting .values-list { margin-top: 50px; display: flex; flex-direction: column; gap: 5px; }
.sub_inner .greeting .value-item { display: flex; gap: 20px; align-items: flex-start; }
.sub_inner .greeting .value-item:nth-child(1) { margin-left: 0; }
.sub_inner .greeting .value-item:nth-child(2) { margin-left: 0; }
.sub_inner .greeting .value-item:nth-child(3) { margin-left: 0; }
.sub_inner .greeting .value-item:nth-child(4) { margin-left: 0; }
.sub_inner .greeting .value-title { font-size: 2rem; font-weight: 600; color: #143582; flex-shrink: 0; letter-spacing: -1px; }
.sub_inner .greeting .value-description { font-size: 1.15rem; line-height: 1.9; color: #555; padding-top: 8px; }
@media (max-width: 1024px) {
    .sub_inner .greeting .phil-container {
        padding: 0 30px;
    }

    .sub_inner .greeting .philosophy-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sub_inner .greeting .value-item:nth-child(1),
    .sub_inner .greeting .value-item:nth-child(2),
    .sub_inner .greeting .value-item:nth-child(3),
    .sub_inner .greeting .value-item:nth-child(4) {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .sub_inner .greeting {
        padding: 40px 0;
    }

    .sub_inner .greeting .phil-main-title {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }

    .sub_inner .greeting .phil-subtitle {
        font-size: 1.1rem;
        margin-bottom: 60px;
    }

    .sub_inner .greeting .philosophy-section {
        margin-bottom: 70px;
        overflow: hidden;
    }

    .sub_inner .greeting .philosophy-title {
        font-size: 1.9rem;
        margin-bottom: 8px;
    }

    .sub_inner .greeting .philosophy-title-en {
        font-size: 1.3rem;
    }

    .sub_inner .greeting .philosophy-intro {
        font-size: 1.2rem;
    }

    .sub_inner .greeting .philosophy-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .sub_inner .greeting .philosophy-image {
        top: unset;
    }

    .sub_inner .greeting .p_values-section {
        height: unset;
    }

    .sub_inner .greeting .values-section {
        margin-bottom: 70px;
        position: relative;
        top:unset
    }

    .sub_inner .greeting .values-title {
        font-size: 1.9rem;
    }

    .sub_inner .greeting .values-title-en {
        font-size: 1.3rem;
    }

    .sub_inner .greeting .value-item {
        flex-direction: column;
        gap: 12px;
    }

    .sub_inner .greeting .value-title {
        font-size: 1.6rem;
        min-width: auto;
    }

    .sub_inner .greeting .value-description {
        font-size: 1rem;
        padding-top: 0;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .sub_inner .greeting .phil-main-title {
        font-size: 1.8rem;
    }

    .sub_inner .greeting .phil-subtitle {
        font-size: 1rem;
    }

    .sub_inner .greeting .philosophy-title {
        font-size: 1.6rem;
    }

    .sub_inner .greeting .philosophy-title-en {
        font-size: 1.1rem;
    }

    .sub_inner .greeting .value-title {
        font-size: 1.4rem;
    }

    .sub_inner .greeting .philosophy-image {
        height: 250px;
    }
}
@media only screen and (max-width: 900px) {
    .greeting {padding: 0 1.25rem; box-sizing: border-box;}
    .greeting h4 {font-size: 1.875rem; word-break: keep-all;}
    .greeting p {word-break: keep-all;}
    .greeting br {display: none;}
}

@media only screen and (max-width: 480px) {
    .greeting {padding: 0;}
    .greeting h4 {font-size: 1.125rem; line-height: 1.875rem;}
    .greeting p:first-of-type {margin: 2.625rem 0 0;}
    .greeting p {font-size: 0.9375rem; line-height: 1.5625rem; margin: 1.25rem 0 0;}
    .greeting .img {height: 11.25rem;}
}

.sub_inner .terms .container { max-width: 1400px; margin: 0 auto; background: white; padding: 60px 80px; }
.sub_inner .terms .title { font-size: 2.5rem; font-weight: 500; color: #143582; margin-bottom: 50px; letter-spacing: -1px; }
.sub_inner .terms .content-section { margin-bottom: 50px; }
.sub_inner .terms .content-text { font-size: 1.1rem; line-height: 2; color: #333; margin-bottom: 20px; }
.sub_inner .terms .highlight { font-weight: bold; }
.sub_inner .terms .subtitle { font-size: 2.5rem; font-weight: 500; color: #143582; margin-top: 80px; margin-bottom: 40px; letter-spacing: -1px; }
.sub_inner .terms .table-wrapper { overflow-x: auto; margin-top: 30px; }
.sub_inner .terms table { width: 100%; border-collapse: collapse; border: 1px solid #ddd; }
.sub_inner .terms thead { background-color: #e7e9f0; }
.sub_inner .terms th { padding: 25px 20px; text-align: center; font-size: 1.3rem; font-weight: 700; color: #333; border: 1px solid #ddd; }
.sub_inner .terms td { padding: 30px 20px; text-align: center; font-size: 1.2rem; color: #333; border: 1px solid #ddd; }
@media (max-width: 1024px) {
    .sub_inner .terms .container {
        padding: 50px 40px;
    }

    .sub_inner .terms .title {
        font-size: 2rem;
    }

    .sub_inner .terms .subtitle {
        font-size: 1.7rem;
        margin-top: 60px;
    }

    .sub_inner .terms .content-text {
        font-size: 1rem;
    }

    .sub_inner .terms th {
        font-size: 1.1rem;
        padding: 20px 15px;
    }

    .sub_inner .terms td {
        font-size: 1.1rem;
        padding: 25px 15px;
    }
}

@media (max-width: 768px) {
    .sub_inner .terms .container {
        padding: 40px 25px;
    }

    .sub_inner .terms .title {
        font-size: 1.7rem;
        margin-bottom: 35px;
    }

    .sub_inner .terms .subtitle {
        font-size: 1.5rem;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .sub_inner .terms .content-text {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .sub_inner .terms th {
        font-size: 1rem;
        padding: 18px 12px;
    }

    .sub_inner .terms td {
        font-size: 1rem;
        padding: 20px 12px;
    }

    .sub_inner .terms table {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .sub_inner .terms .container {
        padding: 30px 20px;
    }

    .sub_inner .terms .title {
        font-size: 1.5rem;
    }

    .sub_inner .terms .subtitle {
        font-size: 1.3rem;
    }

    .sub_inner .terms .content-text {
        font-size: 0.9rem;
    }

    .sub_inner .terms th {
        font-size: 0.9rem;
        padding: 15px 10px;
    }

    .sub_inner .terms td {
        font-size: 0.9rem;
        padding: 18px 10px;
    }
}
.guide .chap {display: flex; justify-content: center; align-items: center; width: 100%; box-sizing: border-box;}
.guide .chap .box {flex: none; width: 7.5rem; margin: 0 8.75rem 0 0;}
.guide .chap .box .thumb {width: 100%; height: 7.5rem; border-radius: 50%; background: #f4f4f4; display: flex; justify-content: center; align-items: center; position: relative;}
.guide .chap .box .thumb::before {content : ''; display: block; width: 2.6875rem; height: 1.875rem; position: absolute; top: 50%; transform: translateY(-50%); left: -5.625rem; background: url(/images/sub/guide_arr.png) 50% 50% no-repeat; background-size: 100% auto;}
.guide .chap .box:first-of-type .thumb::before {content: initial;}
.guide .chap .box:last-of-type {margin: 0;}
.guide .chap .box .thumb img {flex: none; display: block;}
.guide .chap .box .txt {margin: 1.5rem 0 0; font-weight: 500; color: #222; letter-spacing: -0.045rem; font-size: 1.125rem; text-align: center;}
.guide table {width: 100%; margin: 5.625rem 0 0; border-top: 0.0625rem solid #ddd; box-sizing: border-box;}
.guide table thead {width: 100%;}
.guide table thead th {background: #f4f4f4; font-size: 1rem; color: #222; font-weight: 500; letter-spacing: -0.045rem;}
.guide table thead th:nth-of-type(2) {width: 21.875%;}
.guide table thead th:nth-of-type(2) {width: 78.125%;}
.guide table tbody{ width: 100%;}
.guide table tr {width: 100%; border-bottom: 0.0625rem solid #ddd; box-sizing: border-box;}
.guide table th {height: 3.75rem; border-right: 0.0625rem solid #ddd; box-sizing: border-box;}
.guide table td {height: 3.75rem; font-size: 1rem; color: #222; font-weight: 400; letter-spacing: -0.045rem; padding: 0 1.75rem; box-sizing: border-box;}
.guide table tbody tr:last-of-type th {height: 5.5rem;}
.guide table tbody tr:last-of-type td {height: 5.5rem;}
.guide .go_form {display: flex; justify-content: center; align-items: center; text-align: center; margin: 2.5rem auto 0; width: 20rem; height: 3.4375rem; background: #143582; border-radius: 0.3125rem; font-size: 1.125rem; color: #fff; font-weight: 500; letter-spacing: -0.045rem;}
#sub .domestic_bg  {margin: -6rem 0 6rem;padding-top: 15.25%; background: url('/img/sub/sub3_top.png') 50% top no-repeat; width: 100%; height: 0; background-size: cover;}
#sub .domestic_bg h2{    position: relative; bottom: 12rem; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-size: 2.125rem; font-weight: bold; letter-spacing: -0.045rem;}
#sub .domestic_bg p{    position: relative; bottom: 12rem; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-size: 1.125rem; font-weight: 300; letter-spacing: -0.045rem;}
#sub .domestic_bg button {width: 200px;height: 57px; background: url('/img/sub/btn_bg1.png') 50% 50% no-repeat; position: relative; bottom: 10rem; left: 50%; transform: translateX(-50%); text-align: center; color: #143582; font-size: .925rem; font-weight: 600; letter-spacing: -0.045rem;background-size: 100% auto;}
#sub .sub_bg_bottom {margin: 6rem 0 -6.5rem;padding-top: 15.25%; background: url('/img/sub/sub2_bottom.png') 50% bottom no-repeat; width: 100%; height: 0; background-size: cover;}
#sub .sub_bg_bottom h2{    position: relative; bottom: 13rem; left: 50%; transform: translateX(-50%); padding-left: 3rem; color: #fff; font-size: 2.125rem; font-weight: bold; letter-spacing: -0.045rem;}
#sub .sub_bg_bottom p{    position: relative; bottom: 13rem; left: 50%; transform: translateX(-50%); padding-left: 3rem; color: #fff; font-size: 1.125rem; font-weight: 300; letter-spacing: -0.045rem;}
#sub .sub_bg_bottom button {width: 200px;height: 57px; background: url('/img/sub/btn_bg2.png') 50% 50% no-repeat; position: relative; bottom: 11.5rem; left: 15rem; transform: translateX(-50%); text-align: center; color: #143582; font-size: .925rem; font-weight: 600; letter-spacing: -0.045rem;background-size: 100% auto;}
#sub .sub_bg2_bottom {margin: 6rem 0 -6.5rem;padding-top: 15.25%; background: url('/img/sub/sub5_bottom.png') 50% bottom no-repeat; width: 100%; height: 0; background-size: cover;}
#sub .sub_bg2_bottom h2{    position: relative; bottom: 13rem; left: 50%; transform: translateX(-50%); padding-left: 3rem; color: #fff; font-size: 2.125rem; font-weight: bold; letter-spacing: -0.045rem;}
#sub .sub_bg2_bottom p{    position: relative; bottom: 13rem; left: 50%; transform: translateX(-50%); padding-left: 3rem; color: #fff; font-size: 1.125rem; font-weight: 300; letter-spacing: -0.045rem;}
#sub .sub_bg2_bottom button {width: 200px;height: 57px; background: url('/img/sub/btn_bg2.png') 50% 50% no-repeat; position: relative; bottom: 11.5rem; left: 15rem; transform: translateX(-50%); text-align: center; color: #143582; font-size: .925rem; font-weight: 600; letter-spacing: -0.045rem;background-size: 100% auto;}
#sub .overseas_bg  {margin: -6rem 0 6rem;padding-top: 15.25%; background: url('/img/sub/sub3_top.png') 50% 50% no-repeat; width: 100%; height: 0; background-size: cover;}
#sub .overseas_bg h2{    position: relative; bottom: 12rem; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-size: 2.125rem; font-weight: bold; letter-spacing: -0.045rem;}
#sub .overseas_bg p{    position: relative; bottom: 12rem; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; font-size: 1.125rem; font-weight: 300; letter-spacing: -0.045rem;}
#sub .overseas_bg button {width: 200px;height: 57px; background: url('/img/sub/btn_bg1.png') 50% 50% no-repeat; position: relative; bottom: 10rem; left: 50%; transform: translateX(-50%); text-align: center; color: #143582; font-size: .925rem; font-weight: 600; letter-spacing: -0.045rem;background-size: 100% auto;}

#sub .sub_com_bg_bottom {margin: 6rem 0 -6.5rem;padding-top: 15.34%; background: url('/img/sub/greeting.png') 50% bottom no-repeat; width: 100%; height: 0; background-size: cover;}
@media only screen and (max-width: 750px) {
    #sub .domestic_bg {padding-top: 50%; }
    #sub .domestic_bg h2 { font-size: 1.5rem; }
    #sub .domestic_bg p { font-size: 0.9rem;  }
    #sub .domestic_bg button { width: 150px; font-size: 0.75rem; }
    #sub .sub_bg_bottom {padding-top: 40%; background-position: 100% bottom; }
    #sub .sub_bg_bottom h2 { bottom:12rem;font-size: 1.5rem; }
    #sub .sub_bg_bottom p { bottom:12rem; font-size: 0.9rem;  }
    #sub .sub_bg_bottom button { width: 150px; font-size: 0.75rem; bottom: 11rem;}
    #sub .sub_bg2_bottom {padding-top: 40%; background-position: 100% bottom; }
    #sub .sub_bg2_bottom h2 { bottom:12rem;font-size: 1.5rem; }
    #sub .sub_bg2_bottom p { bottom:12rem; font-size: 0.9rem;  }
    #sub .sub_bg2_bottom button { width: 150px; font-size: 0.75rem; bottom: 11rem;}
    #sub .overseas_bg {padding-top: 50%; }
    #sub .overseas_bg h2 { font-size: 1.5rem; }
    #sub .overseas_bg p { font-size: 0.9rem;  }
    #sub .overseas_bg button { width: 150px; font-size: 0.75rem; }
}

.download-section { position: relative; width: 100%; max-width: 1120px; height: 430px; margin: 20px auto; background: url("/img/sub/trading_btn_bg.png") center/cover no-repeat; display: flex; align-items: center; padding-left: 40px; }
.btn-area { display: flex; flex-direction: column; gap: 35px; /* HTS / MTS 간격 */ color: #fff; margin-left: 60px; }
.btn-title { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.btn-sub { font-size: 14px; opacity: 0.8; margin-bottom: 12px; }
.download-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 250px; height: 46px; background: url("/img/sub/btn_dw.png") no-repeat center; background-size: 100% 100%; color: #333; font-size: 16px; font-weight: 600; text-decoration: none; border-radius: 12px; /* 🔥 모서리 둥글게 */ overflow: hidden; transition: 0.2s ease-out; cursor: pointer; }
.download-btn img { width: 22px; }
.download-btn:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); }
/* 모바일 */
@media (max-width: 600px) {
    .download-section {
        height: auto;
        padding: 40px 20px;
    }

    .btn-area {
        gap: 28px;
    }

    .btn-title {
        font-size: 20px;
    }
}

.guide .container { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
.guide .header { display: grid; grid-template-columns: 1fr 2.5fr; gap: 80px; align-items: start; margin-bottom: 60px; }
.guide .header h1 { font-size: 1.978rem; font-weight: bold; color: #333; }
.guide .header-content { display: flex; flex-direction: column; gap: 20px; }
.guide .kospi-section h2 { font-size: 1.6rem; font-weight: bold; margin-bottom: 20px; color: #143582; }
.guide .kospi-section p { line-height: 1.8; color: #666; margin-bottom: 30px; }
.guide .section-title { font-size: 1.6rem; font-weight: bold; margin: 30px 0 20px 0; color: #143582; }
.guide .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; }
.guide .card { background: white; border: 2px solid #d0d0d0; border-radius: 16px; padding: 30px; min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; }
.guide .card.purple { background: linear-gradient(135deg, #143582 0%, #173781 100%); color: white; border: none; }
.guide .card h3 { font-size: 1.3rem; font-weight: bold; margin-bottom: 15px; }
.guide .card.purple h3 { color: white; }
.guide .card p { font-size: 0.95rem; line-height: 1.6; color: #666; margin-bottom: 20px; }
.guide .card.purple p { color: rgba(255, 255, 255, 0.9); }
.guide .card-icon { text-align: right; font-size: 3rem; opacity: 0.3; margin-top: auto; }
.guide .card.purple .card-icon { opacity: 0.4; }
@media (max-width: 1024px) { .guide .header { grid-template-columns: 1fr; gap: 30px; } .guide .header h1 { font-size: 2rem; } .guide .kospi-section h2 { font-size: 1.5rem; } .guide .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .guide .header h1 { font-size: 1.8rem; margin-bottom: 30px; } .guide .kospi-section h2 { font-size: 1.3rem; } .guide .kospi-section p { font-size: 0.9rem; } .guide .section-title { font-size: 1.2rem; } .guide .cards-grid { grid-template-columns: 1fr; gap: 15px; } .guide .card { padding: 25px; min-height: 200px; } .guide .card h3 { font-size: 1.1rem; } .guide .card p { font-size: 0.85rem; } }
@media (max-width: 480px) { .guide .header h1 { font-size: 1.5rem; } .guide .card { padding: 20px; } }

@media only screen and (max-width: 1279px) {
    .guide .chap {flex-wrap: wrap; max-width: 100%; padding: 0; margin: 2.5rem auto 0; width: 40rem;}
    .guide .chap .box {display: flex; flex-direction: column; align-items: center; width: 7.5rem; margin: 0 0 0 8.75rem;}
    .guide .chap .box:nth-of-type(4) {margin: 3.125rem 0 0 8.75rem;}
    .guide .chap .box:last-of-type {margin: 3.125rem 0 0 8.75rem;}
    .guide .chap .box:first-of-type {margin: 0;}
    .guide .chap .box .thumb::before {left: -5.4rem;}
}

@media only screen and (max-width: 900px) {
    .guide .chap {padding: 0 3.4375rem; width: 100%; }
}

@media only screen and (max-width: 750px) {
    .guide .chap {padding: 0 4rem;}
    .guide .chap .box {margin: 0 0 0 5rem; width: 6rem;}
    .guide .chap .box .thumb {width: 6rem; height: 6rem;}
    .guide .chap .box .txt {font-size: 1rem; white-space: nowrap;}
    .guide .chap .box .thumb::before {width: 2rem; height: 1.5625rem; left: -3.6rem;}
    .guide .chap .box:nth-of-type(4) {margin: 2rem 0 0 5rem;}
    .guide .chap .box:last-of-type {margin: 2rem 0 0 5rem;}
    .guide .chap .box:first-of-type {margin: 0;}
    .guide table {margin: 3.5rem 0 0;}
}

@media only screen and (max-width: 576px) {
    .guide .chap {padding: 0 1.25rem !important; margin: 2.25rem 0 0;}
    .guide .chap .box {width: 5.625rem; margin: 0 0 0 4.25rem;}
    .guide .chap .box:nth-of-type(4) {margin: 1.75rem 0 0 4.25rem;}
    .guide .chap .box:last-of-type {margin: 1.75rem 0 0 4.25rem;}
    .guide .chap .box .thumb {height: 5.625rem; width: 5.625rem;}
    .guide .chap .box .thumb img {max-width: 40%; max-height: 60%;}
    .guide .chap .box .thumb::before {left: -3rem;}
    .guide .chap .box .txt {font-size: 0.9735rem;}
}

@media only screen and (max-width: 448px) {
    .guide .chap .box {width: 6rem; margin: 0 1rem 0 0 !important;}
    .guide .chap .box:nth-of-type(3) {margin: 0 !important;}
    .guide .chap .box:nth-of-type(4) {margin: 1rem 1rem 0 0 !important;}
    .guide .chap .box:nth-of-type(5) {margin: 1rem 0 0 !important;}
    .guide .chap .box .thumb {height: 4rem; width: 4rem;}
    .guide .chap .box .thumb::before {width: 1.8rem; height: 1.3rem; left: -2.2rem;}
}

@media only screen and (max-width: 360px) {
    .guide .chap .box {width: 8rem; margin: 0 1rem 0 0 !important;}
    .guide .chap .box .thumb::before {left: -3.2rem;}
    .guide .chap .box:nth-of-type(2) {margin: 0 !important;}
    .guide .chap .box:nth-of-type(3) {margin: 1rem 1rem 0 0 !important;}
    .guide .chap .box:nth-of-type(3) .thumb::before {content: initial;}
    .guide .chap .box:nth-of-type(4) {margin: 1rem 0 0 0 !important;}
    .guide .chap .box:nth-of-type(5) {margin: 1rem 0 0 0 !important;}
    .guide .chap .box:nth-of-type(5) .thumb::before {content: initial;}
}
.safe_form {border: 1px solid #ddd; box-sizing: border-box; border-radius: 0.9375rem; padding: 3.125rem 5.25rem; width: 62.5rem; margin: 0 auto; position: relative;}
.safe_form form {width: 100%; display: block;}
.safe_form table {width: 100%;}
.safe_form tbody {width: 100%;}
.safe_form tr {width: 100%;}
.safe_form th {width: 15%; text-align: left; font-size: 1rem; color: #222; letter-spacing: -0.045rem; font-weight: 500;}
.safe_form td {width: 85%; font-size: 1rem; color: #222; letter-spacing: -0.045rem; font-weight: 500; padding: 0.375rem 0; box-sizing: border-box; height: 3.25rem;}
.safe_form .go_form {font-family: inherit; display: flex; justify-content: center; align-items: center; text-align: center; margin: 2.5rem auto 0; width: 20rem; height: 3.4375rem; background: #143582; border-radius: 0.3125rem; font-size: 1.125rem; color: #fff; font-weight: 500; letter-spacing: -0.045rem;}
.safe_form textarea {width: 41.25rem;}
.safe_form .radio-flex {display: flex; justify-content: flex-start; align-items: center;}
.safe_form .radio-flex .radio-container {margin: 0 3.125rem 0 0;}
.safe_form .check-flex {display: flex; justify-content: flex-start; align-items: center;}
.safe_form .check-flex .checkbox-container {margin: 0 3.125rem 0 0;}
.safe_form input[type=text] {width: 25rem;}
.safe_form .email input[type=text] {width: 15rem;}
.safe_form select {width: 15rem;}
.safe_form input[type=password] {width: 25rem;}

@media only screen and (max-width: 1279px) {
    .safe_form {width: 100%; padding: 2.75rem;}
    .safe_form th {width: 7.5rem;}
    .safe_form td {width: calc(100% - 7.5rem);}
    .safe_form textarea {width: 100%;}
    .safe_form input[type=text] {max-width: 25rem; width: 100%;}
    .safe_form input[type=password] {width: 100%; max-width: 25rem;}
    .safe_form .check-flex {flex-wrap: wrap; align-content: flex-start; width: 100%;}
    input[type=checkbox] + label {white-space: nowrap;}
}

@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 480px) {
    .safe_form {padding: 2.25rem;}
    .safe_form table {display: block;}
    .safe_form tbody {display: block;}
    .safe_form .check-flex .checkbox-container {width: 50%; margin: 0;}
    .safe_form tr{display: flex; justify-content: flex-start; align-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
    .safe_form th {display: block; width: 100%;}
    .safe_form td {display: block; width: 100%; margin: 0.5rem 0 0.875rem; height: auto;}
    .safe_form .go_form {width: 100%;}
    .safe_form .email input[type=text] {width: 45%;}
    .safe_form select {width: 45%;}
}
@media only screen and (max-width: 410px) {
    .safe_form .check-flex .checkbox-container {width: 100%;}
}


.form_modal {display: none; padding: 1.875rem 0; box-sizing: border-box; text-align: center; width: 25rem; height: 12.5rem; border-radius: 0.9375rem; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid #143582; box-shadow: 0 3px 5px rgba(249, 136, 10, 0.25);}
.form_modal h4 {font-size: 1.25rem; font-weight: bold; color: #222; letter-spacing: -0.045rem;}
.form_modal p {font-size: 1rem; font-weight: 400; color: #222; letter-spacing: -0.045rem; margin: 0.875rem 0 0;}
.form_modal .modal_btn {border-radius: 0.3125rem; margin: 1.75rem auto 0; width: 9.375rem; height: 2.8125rem; background: #143582; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: 500; }


.list-container table {width: 100%; border-top: 1px solid #ddd; box-sizing: border-box;}
.list-container thead {width: 100%;}
.list-container tbody {width: 100%;}
.list-container tr {width: 100%; border-bottom: 1px solid #ddd; box-sizing: border-box;}
.list-container th {background: #f4f4f4; text-align: center; height: 3.125rem; border-right: 1px solid #ddd; box-sizing: border-box; font-size: 1rem; color: #222; font-weight: 500; letter-spacing: -0.045rem;}
.list-container th:first-of-type {width: 7.8%;}
.list-container th:nth-of-type(2) {width: 11.7%;}
.list-container th:nth-of-type(3) {width: auto;}
.list-container th:nth-of-type(4) {width: 13.3%;}
.list-container th:nth-of-type(5) {width: 9%;}
.list-container th:nth-of-type(6) {width: 11.7%; border-right-color: transparent;}
.list-container td {text-align: center; height: 3.125rem; border-right: 1px solid #ddd; box-sizing: border-box; font-size: 1rem; color: #222; font-weight: 400; letter-spacing: -0.045rem;}
.list-container td:nth-of-type(3) {text-align: left; padding: 0 0 0 1.625rem;}
.list-container td:nth-of-type(6) {border-right-color: transparent;}
.list-container .gift-type {font-weight: 500;}
.list-container .gift-type.type-ko {color: #0075d9;}
.list-container .gift-type.type-fo {color: #009400;}
.list-container .gift-type.type-db {color: #9900c5;}
.list-container .status {border-radius: 0.3125rem; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 0.875rem; letter-spacing: -0.045rem; width: 5rem; height: 1.875rem; margin: 0 auto;}
.list-container .status.ready {background: #009400;}
.list-container .status.hold {background: #999;}
.list-container .status.approve {background: #0075d9;}


.join_agree h6 {border: 1px solid #ddd; border-bottom-color: transparent; font-size: 1rem; font-weight: 500; letter-spacing: -0.045rem; color: #222; width: 100%; height: 3.875rem; background: #f4f4f4; padding: 0 1.625rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center;}
.join_agree textarea {border-radius: 0; overflow-y: auto; width: 100%; height: 18.75rem; background: #fff; padding: 2.125rem; box-sizing: border-box; font-size: 0.9375rem !important; color: #666; font-weight: 500; letter-spacing: -0.045rem;}
.join_agree textarea:focus {outline: 0;}
.join_agree .radio-box {margin: 1.25rem 0 0; display: flex; justify-content: flex-start; align-items: center;}
.join_agree .radio-box .radio-container {margin: 0 2.75rem 0 0;}
.join_agree .radio-box .radio-container:last-of-type {margin: 0;}
.join_agree .radio-box .radio-container label {font-size: 1rem; color: #222; font-weight: 500; letter-spacing: -0.045rem;}
.join_agree .join_box {margin: 0 0 2.75rem;}
.join_agree .checkbox-container {width: 100%; height: 5rem; justify-content: center; align-items: center; border: 1px solid #ddd; box-sizing: border-box; background: #f4f4f4; font-size: 1rem; color: #222; font-weight: 500; letter-spacing: -0.045rem;}
.join_agree .go_form {font-family: inherit; display: flex; justify-content: center; align-items: center; text-align: center; margin: 2.5rem auto 0; width: 20rem; height: 3.4375rem; background: #143582; border-radius: 0.3125rem; font-size: 1.125rem; color: #fff; font-weight: 500; letter-spacing: -0.045rem;}

@media only screen and (max-width: 480px) {
    .join_agree .go_form {width: 100%; max-width: 20rem;}
}

.join_ttl {display: flex; justify-content: space-between; align-items: center; width: 100%;  margin: 0 0 1.625rem;}
.join_ttl h4 {font-size: 1.25rem; color: #222; letter-spacing: -0.045rem; font-weight: bold;}
.join_ttl span {font-size: 0.875rem; color: #666666; letter-spacing: -0.045rem; font-weight: 500;}
.join_ttl span strong {color: #143582;}
.join_form table th strong {color: #143582;}
.join_form .input-flex {width: 100%;}
.join_form .input-container {width: 100%; display: flex; justify-content: flex-start; align-items: center;}
.join_form .input-container button {display: inline-flex; padding: 0 1.375rem; height: 2.5rem; justify-content: center; align-items: center; text-align: center; font-size: 1rem; letter-spacing: -0.045rem; font-family: 'Noto Sans Kr', sans-serif; color: #143582; font-weight: 500; background: #fff; border: 1px solid #143582; border-radius: 0.3125rem; box-sizing: border-box;}
.join_form .input-container input[type=text] + button {margin: 0 0 0 0.5rem;}
.join_form .input-container input[type=text].sm {width: 15rem;}
.join_form .input-container input[type=text].md {width: 17.5rem;}
.join_form .input-container select {width: 9.375rem; margin: 0 0.5rem 0 0;}
.join_form .input-container img {width: 5rem; height: auto; display: block; margin: 0 0.5rem 0 0;}
.join_form th {width: 19.5%;}
.join_form td {width: 80.5%;}

span.stxt {font-size: 0.875rem; color: #666666; letter-spacing: -0.045rem; font-weight: 500;}
span.stxt strong {color: #143582;}

@media only screen and (max-width: 900px) {
    .join_form th {width: 10rem;}
    .join_form td {width: calc(100% - 10rem);}
    .join_form .input-container {flex-wrap: wrap;}
    .join_form .input-container input[type=text].sm {width: calc(100% - 17rem); max-width: 16rem; min-width: 8.75rem;}
    .join_form .input-container input[type=text].md {width: calc(100% - 6.875rem); max-width: 17.5rem;}
    .join_form .input-container select {width: 7.4rem;}
}
@media only screen and (max-width: 720px) {
    .join_ttl {display: block;}
    .join_form {padding: 2.25rem;}
    .join_form table {display: block;}
    .join_form tbody {display: block;}
    .join_form tr {display: flex; justify-content: flex-start; align-items: flex-start; align-content: flex-start; flex-wrap: wrap;}
    .join_form th {display: block; width: 100%;}
    .join_form td {display: block; width: 100%; margin: 0.5rem 0 0.875rem; height: auto;}
    .join_form .go_form {width: 100%; max-width: 20rem;}
    .join_form .email input[type=text] {width: 45%;}
    .join_form .input-container button {padding: 0 1rem;}
}
@media only screen and (max-width: 540px) {
    .join_form .input-container select {width: 45%; margin: 0 10% 1rem 0;}
    .join_form .input-container input[type=text].sm {width: calc(100% - 9rem); min-width: 0;}
}

@media only screen and (max-width: 380px) {
    .join_form .input-container select + input[type=text].sm {width: 100%;}
    .join_form .input-container input[type=text].sm.spam {width: 60%;}
    .join_form .input-container input[type=text] + button.cell-btn {margin: 1rem 0 0;}
}

.login_inner {width: 100%; max-width: 20rem; margin: 0 auto;}
.login_inner .input_container input[type=text] {width: 100%; margin: 0 0 0.5rem;}
.login_inner .input_container input[type=password] {width: 100%; margin: 0 0 0.5rem;}
.login_inner button {width: 100%;}
.login_inner .checkbox-container label {font-size: 0.875rem; color: #222;}


/* 로그인 사용자 정보 */
.user-name {
    font-weight: bold;
    color: #143582;
}

.user-info {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.user-greeting {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.user-greeting strong {
    color: #143582;
    font-size: 16px;
}

.admin-badge {
    display: inline-block;
    background: #ff6b6b;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 8px;
}

/* 정보수정, 로그아웃 버튼 스타일 */
.mypage, .logout, .admin {
    color: #666;
    text-decoration: none;
}

.mypage:hover, .logout:hover, .admin:hover {
    color: #143582;
}

/* 모바일 메뉴에서 관리자 메뉴 */
.util-container2 .admin {
    color: #ff6b6b;
    font-weight: bold;
}

/* PC 버전 유틸 메뉴 간격 */
.util-container p {
    display: inline-block;
    margin: 0 8px;

}

.util-container .user-name {
    margin-right: 15px;
}

.util-container2 .user-welcome {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 2rem;
}

/* 반응형 */
@media (max-width: 768px) {
    .util-container2 p {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }
    
    .user-info {
        margin: 0 20px 20px;
    }
}