@charset "utf-8";

.bg-081b27 {
    background-color: #081b27;
}

.bg-bc0000 {
    background-color: #bc0000;
}

.bg-e5 {
    background-color: #e5e5e5;
}

.fc-bc0000 {
    color: #bc0000;
}

.img_wrap img {
    width: 100%;
}

.sub_intro {
    height: 330px;
}

.sub_intro .mb-5 {
    margin-bottom: 20px !important;
}

.sub_nav {
    width: 760px;
    background-color: #081b27;
    border-radius: 50px;
    padding: 20px 0;
}

.sub_nav1 {
}

.bd-right-95 {
    border-right: 1px solid #959595;
}

.sub_nav_home {
    width: 10%;
    padding: 0 20px;
}

.sub_nav_menu1 {
    width: 40%;
    margin: auto;
    padding: 0 20px;
}

.sub_nav_menu1_inner {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 45px;
    background-color: #222;
    width: 100%;
    left: -1px;
    z-index: 10000000;
}

.sub_nav_menu1_inner a {
    padding: 20px 40px;
    border-bottom: 1px solid #898989;
    cursor: pointer;
}

.s_content {
    min-height: 500px;
}

.s1_1_content1 {
    background-image: url('../img/s1_1_back2.png');
    background-repeat: no-repeat;
    height: 782px;
    width: 100vw;
    background-size: cover;
}

.s1_1_txt_wrap {
    margin: auto 0;
}

.s1_1_content2_box {
    border-radius: 10px;
    padding: 45px 15px;
    height: 145px;
}

.circle_icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*sub1_2*/
.s1_2_content_wrap {

}

.s1_2_box {
    border-radius: 10px;
    width: 225px;
    height: 110px;
    margin-bottom: 20px;
}

/*sub1_3*/
.s1_3_box_wrap {
    width: 42%;
}

.s1_3_box {
    border: 1px solid #d7d7d7;
    width: 49%;
    height: 146px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.s1_3_box img {
    object-fit: contain;
}

.s2_1_cont1_inner_box1 {
    border-radius: 15px;
    padding: 15px 18px;
}

/* 홀수 번째 요소 (1, 3, 5번째) */
.s2_1_cont1_inner_box1:nth-child(odd) {
}

/* 짝수 번째 요소 (2, 4, 6번째) */
.s2_1_cont1_inner_box1:nth-child(even) {
    background-color: transparent;
    border: 1px solid #fff;
}

.s2_1_cont2_background {
    top: 0;
    right: -20px;
    z-index: -1;
}

.s2_1_cont2_namebox {
    border: 2px solid #081b27;
    padding: 5px 20px;
    border-radius: 5px;

    margin-top: 90px;
}

.s2_1_content3_box {
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #d7d7d7;
}

.s2_1_cont5_box {
    width: 49%;
}

.s2_1_cont5_box .box1 {
    padding: 20px;
    border-radius: 15px;
    max-height: 210px;
    background: #e5e5e5;
    min-height: 155px;
}

.s2_1_cont5_box .box1_title {
    padding: 20px 0;
    border-radius: 15px;
}

.s2_1_cont5_box .box2 {
    border-radius: 15px;
    max-height: 540px;
    padding: 10px 0;
    background: #e5e5e5;
}

.s2_1_cont5_box .box1-3 {
    padding: 20px;
    border-radius: 15px;
    max-height: 250px;
    background: #e5e5e5;
}

.s2_1_cont5_box .box1-4 {
    padding: 20px;
    border-radius: 15px;
    min-height: 177px;
    background: #e5e5e5;
}

.s2_1_cont5_box .box2 img {
    object-fit: contain;
}

.s2_1_content5_back_circle {
    position: absolute;
    width: 1004px;
    height: 1011px;
    background-color: #394952;
    border-radius: 50%;
    top: 83%;
    left: 13%;
    transform: translate(-50%, -51%) skew(-15deg, 5deg);
    z-index: 0;
}

.s2_1_content5 > *:not(.s2_1_content5_back_circle) {
    z-index: 1;
    position: relative;
}

/*sub3_1*/

.match-info {
    background-color: #e3f2fd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}
.search-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.search-item:hover {
    background-color: #f5f5f5;
}
.selected_player {
    background-color: #e8f5e8 !important;
    border: 1px solid #4caf50;
}
.team-name-section {
    background-color: #fff3cd;
    padding: 15px;
    margin-bottom: 20px;
}



/* popup */
.agree-popup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 배경 어둡게 */
    z-index: 1000;
    /* 팝업이 가장 위에 오도록 */
}

.agree-popup {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup_header {
    height: 69px;
}

.agree-popup-content {
    padding: 43px 40px;
    height: 435px;
    overflow-y: scroll;
}

.agree-popup-content ul {
    border: 1px solid #d7d7d7;
    padding: 20px;

}

.agree-close-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: #1d2443;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn-wrapper {
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
}

.agree-title {
    padding-left: 15px;
    padding-right: 40px;
}


/* s3_2 */

.s3_2_rank_table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.s3_2_rank_table thead tr {
    background-color: #081b27;
    color: white;
}

.s3_2_rank_table thead tr th {
    padding: 20px;
    text-align: center;
    border: 1px solid #34495e;
}

.match_info_section .s3_2_rank_table tbody tr td{
    border: 1px solid #d7d7d7;
}

.s3_2_rank_table th {
    background-color: #081b27;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-weight: normal;
}

.s3_2_rank_table td {
    padding: 25px 15px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}

/* s3_3 */
.sub_banner {
    display: none;
}

.sub_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_gallery_first_box {
    padding: 30px 40px;
    border-radius: 20px;
}

.gallery_toggle_btn {
    border: 1px solid #222;
    border-radius: 50px;
    overflow: hidden;
    width: 270px;
    height: 50px;
}

.gallery_toggle_btn .btn {
    color: #000;
}

.gallery_toggle_btn .btn.on {
    background-color: #222;
    color: white;
    border-radius: 50px;
}

.gallery_wrap {
    gap: 22px;
    padding: 2rem 0 3rem;
}

.g_box {
    width: 32%;
    min-height: 300px;
    /*max-height: 320px;*/
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.g_box_img {
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
}

.g_box:hover img {
    transform: scale(1.05);
}

.g_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.g_box_info {
    padding: 10px 0;
}

.g_box iframe {
    width: 100%;
    height: 100%;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.271);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup_container {
    top: 20%;
    margin: auto;
    position: relative;
    max-width: 90%;
}

.close_btn {
    position: absolute;
    top: -40px;
    right: 20px;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    font-size: 35px;
}

.slider_container {
    position: relative;
    height: auto;
}

.slider_wrapper {
    height: 100%;
}

.slider_wrapper .slick-slide {
    height: 460px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider_wrapper .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.slick-dots {
    bottom: -30px;
    display: block !important;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

/* Slick 화살표 커스텀 */
.slick-prev,
.slick-next {
    width: 50px !important;
    height: 50px !important;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #fff !important;
    opacity: 1;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.slick-dots ul {
    display: flex !important;
    align-items: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    border-radius: 50%;
    top: 34px;
}

.slick-dots li.slick-active {
    width: 15px !important;
    height: 15px !important;
    background-color: #e1e1e1 !important;
    bottom: 2px !important;
    top: 30px !important;
}

.slider_wrapper .slick-slide {
    height: auto !important;
    min-height: 50vh !important;
    max-height: 75vh !important;
    display: flex !important;
    align-items: center;
}

.page > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page i {
    background-color: transparent;
    color: #222;
}

.page i:hover {
    color: #333;
}

.page .num {
    background-color: transparent;
    color: #222;
}

.page .num:hover {
    background-color: #222;
    color: #fff;
}

.page .num.on {
    background-color: #222;
    color: #fff;
}

.page i.disabled {
    color: #e1e1e1;
    cursor: not-allowed;
}

/* s4_1 */
.s4_1_team_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.item {
    position: relative;
    background-color: #081b27;
    border-radius: 20px;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.profile_circle {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.profile_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_info {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    padding-top: 20px;
}

.header_tabs_skew {
    position: relative;
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
}

.tab_item {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_item.club {
    background-color: #bc0000;
    width: 72%;
    left: 0;
}

.tab_item.game {
    background-color: #081b27;
    width: 34%;
    right: 0;
    transform: skewX(-10deg);
    transform-origin: bottom left;
}

.tab_item.game span {
    transform: skewX(10deg);
}

/* s4_1 */

.ranking_table {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.ranking_table table {
    width: 100%;
    border-collapse: collapse;
}

.ranking_table th {
    color: white;
    padding: 22px 20px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.ranking_table td {
    color: white;
    padding: 15px 20px;
    border-bottom: 1px solid #444;
    text-align: center;
}

.ranking_table th:first-child,
.ranking_table td:first-child {
    text-align: center;
}

.ranking_table th:nth-child(2),
.ranking_table td:nth-child(2) {
    text-align: center;
}

.ranking_table th:nth-child(3),
.ranking_table td:nth-child(3) {
    text-align: left;
}

.ranking_table th:nth-child(4),
.ranking_table td:nth-child(4) {
    text-align: center;
}

.ranking_table th:last-child,
.ranking_table td:last-child {
    text-align: center;
    padding: 10px 20px !important;
}

.points {
    background-color: #bc0000;
    color: white;
    padding: 15px 22px;
    border-radius: 4px;
    display: inline-block;
    min-width: 79px;
}

.s4_1_conent_lanking .page i {
    background-color: transparent;
    color: #fff;
}

.s4_1_conent_lanking .page i:hover {
    color: #fff;
}

.s4_1_conent_lanking .page .num {
    background-color: transparent;
    color: #fff;
}

.s4_1_conent_lanking .page .num:hover {
    background-color: #fff;
    color: #222;
}

.s4_1_conent_lanking .page .num.on {
    background-color: #fff;
    color: #222;
}

.s4_1_conent_lanking .page i.disabled {
    color: #e1e1e1;
    cursor: not-allowed;
}
/*s4_2*/
.sub4_2 .write_select {
    width: 150px;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.sub4_2 .custom_select{
    position: relative;
    border: none;
    height: 100%;
    width: 98%;
    padding: 0 10px;
    background: #fff;
}
.sub_banner_txt {
    z-index: 1;
    /* width: 80%; */
    right: 17%;
    top: 21%;
}


/* s5_1 */
.search_wrap {
    padding: 30px;
    border-radius: 20px;
}

.search_1,
.search_2,
.search_3 {
    width: 32.5%;
    height: 60px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease;
}

/* 첫 번째 셀렉트 (지역선택) */
.search_1 {
    background-color: #fff;
    color: #666;
    padding: 0 30px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-right: 50px;
}

/* 두 번째 셀렉트 (연령선택) */
.search_2 {
    background-color: #fff;
    color: #666;
    padding: 0 30px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-right: 50px;
}

/* 세 번째 버튼 (초기화) */
.reset {
    background-color: #ebebeb;
    color: #7f8c8d;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    height: 60px;
    border-radius: 30px;
    gap: 8px;
    width: 35%;
    max-width: 48%;
}

/* 검색 버튼 */
.search_btn {
    background-color: #bc0000;
    height: 60px;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    max-width: 48%;
    width: 35%;
    cursor: pointer;
}

/* 랭킹 제목 */
.ranking_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-left: 5px;
}

.ranking_title::before {
    content: '●';
    color: #333;
    margin-right: 8px;
}

/* 테이블 컨테이너 */
.result_table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

/* 테이블 헤더 */
.result_table thead th {
    background-color: #081b27;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #ebebeb;
}

.result_table thead th:last-child {
    border-right: none;
}

/* 테이블 바디 */
.result_table tbody td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

.result_table tbody td:last-child {
    border-right: none;
}

.result_table tbody tr:last-child td {
    border-bottom: none;
}

/* 순위 열  */
.result_table tbody td:first-child {
    background-color: #f9f9f9;
}

/* s5_2 */
.search_12 {
    width: 66%;
    height: 60px;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
}

.name_input {
    border: none;
    background-color: none;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.name_input::placeholder {
    font-size: 18px;
    color: #959595;
}

.search_wrap2 {
    padding: 30px;
    border: 1px solid #222;
    background-color: #fff;
    border-radius: 20px;
}

.search_13 {
    width: 100%;
    height: 60px;
    border: 1px solid #222;
    border-radius: 30px;
    outline: none;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 30px;
}

.sub5_2 .result_table td,
.sub5_2 .result_table th {
    text-align: left;
    padding: 20px;
}

/* s5_3 */


.s5_3_desc_box_txts {
    padding: 30px;
    border-radius: 15px;
    background: #e5e5e5;
}

.s5_3_bottom_img {
    height: 380px;
    background-image: url('../img//s5_3_img1.png');
    background-attachment: fixed;
}


.sub5_3 .result_table td,
.sub5_3 .result_table th {
    text-align: left;
    padding: 20px;
}

/*.s5_3_content2 .result_table td:nth-child(2),*/
/*.s5_3_content2 .result_table th:nth-child(2),*/
.s5_3_content2 .result_table td:nth-child(3),
.s5_3_content2 .result_table th:nth-child(3) {
    /*text-align: center;*/
    padding: 20px;
}

/* s6_1 */
.board_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.board_table th {
    background-color: #081b27;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-weight: normal;
}

.board_table td {
    padding: 25px 15px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}

.board_table tr:hover {
    background-color: #f5f5f5;
}

.board_table .subject {
    text-align: left;
}

.search_section .keyword_input {
    border: 1px solid #d7d7d7;
    width: 165px;
    height: 38px;
    border-radius: 5px;
}

.search_section .search_btn {
    border: 1px solid #222;
    background: #222;
    height: 38px;
    border-radius: 5px;
    padding: 0 25px;
}

.write_btn {
    width: 80px;
    height: 80px;
}

.detail_content {
    padding: 40px 30px;
    min-height: 500px;
}

.detail_content img {
    max-width: 100%;
}

.detail_title {
    padding: 0 20px;
}

.detail_common_btn2 {
    border: 1px solid #bc0000;
    background: #bc0000;
    border-radius: 5px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    max-height: fit-content;
    color: #fff;
}

.detail_common_btn2:hover {
    background-color: white;
    color: #bc0000;
}

.detail_common_btn {
    border: 1px solid #222;
    background: #222;
    border-radius: 5px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    max-height: fit-content;
    color: #fff;
}

.detail_common_btn:hover {
    background-color: white;
    color: #222;
}

.deleteBoard {
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    max-height: fit-content;
}

.deleteBoard:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.rep_box {
    border: 1px solid #d7d7d7;
    min-height: 125px;
}

.comment_container {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.comment_row:not(:last-child) {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
}

.comment_row {
    background-color: #f9f9f9;
    padding: 15px 20px;
}

.comment_info {
    margin-bottom: 5px;
}

.deleteComment {
    transition: all 0.2s ease;
}

.deleteComment:hover {
    color: #898989;
}

.comment_action {
    max-width: 10%;
}

.comment_content {
    max-width: 90%;
}

.comment_text {
    padding-top: 10px;
    line-height: 1.4;
}


.sub5_3_point_table table {
    width: 100%;
    border-collapse: collapse;
}

.sub5_3_point_table th {
    background-color: #081b27;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: normal;
}

.sub5_3_point_table th:not(:last-child),
.sub5_3_point_table td:not(:last-child) {
    border-right: 1px solid #d7d7d7
}

.sub5_3_point_table td {
    padding: 17px 15px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}


.sub5_3_point_table .rank-cell {
    background-color: #f9f9f9;
    font-weight: bold !important;
}

.sub5_3_point_table .bonus-row {
    background-color: #081b27 !important;
    color: white;
}

.sub5_3_point_table .bonus-row td {
    font-weight: bold;
    border-bottom: none;
}

/* s6_1_w */

.sub6_1_w select {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    appearance: none;
    /* background: url(../images/select_arrow.png) no-repeat right 15px center; */
    background-color: transparent;
    cursor: pointer;
    color: #333;
}

.write_select {
    position: relative;
    width: 25%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 48px;
}

.write_select .xi-angle-down-min {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom_select {
    height: 40px;
    position: relative;
}

.write textarea,
.write input:not(input[type='button']),
.write .contact_file {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px 10px;
}

.file_preview_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.file_upload_btn {
    display: inline-block;
}

.upload_label {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    cursor: pointer;
}

.selected_files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.selected_files div {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #959595;
    color: white;
}

.file_name {
    margin-right: 10px;
    color: white;
}

.remove_file {
    cursor: pointer;
    color: white;
}

.gotoback {
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 5px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    max-height: fit-content;
}


.secret_btn {
    position: relative;
}

.secret_toggle {
    background: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 21px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
}

.secret_toggle:hover {
    border-color: #081b27;
    color: #081b27;
}

.secret_toggle.active {
    /* background-color: #319a39; */
    border-color: #081b27;
    color: #081b27;
}

.secret_toggle.active:hover {
    /* background-color: #319a39; */
    /* border-color: #319a39; */
    color: #888;
    border-color: #888;
}


.sub6_1 .gallery_toggle_btn {
    width: 158px;
}

.sub6_2 .gallery_toggle_btn {
    width: 158px;
}

.sub6_3 .gallery_toggle_btn {
    width: 158px;
}

.sub6_4 .gallery_toggle_btn {
    width: 158px;
}

.sub7_1 .gallery_toggle_btn {
    width: 158px;
}

.sub7_2 .gallery_toggle_btn {
    width: 158px;
}

.sub7_3 .gallery_toggle_btn {
    width: 158px;
}

.sub7_4 .gallery_toggle_btn {
    width: 158px;
}

.sub8_1 .gallery_toggle_btn {
    width: 158px;
}

.sub8_2 .gallery_toggle_btn {
    width: 158px;
}

.sub8_3 .gallery_toggle_btn {
    width: 158px;
}

/* s9_1 */
.sub9_1 .mv {
    height: 755px;
}

.cart_box_fix {
    position: fixed;
    top: 20%;
    right: 7%;
    z-index: 99;
}

.cart {
    padding: 15px 20px;
    background-color: #081b27;
    min-width: 120px;
}

.mv .absolute {
    top: 24%;
    left: 5%;
    z-index: 99;
}

.gotoshop {
    display: inline-block;
    background: #e9262f;
    color: white;
    text-decoration: none;
    padding: 20px 45px;
    text-transform: uppercase;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gotoshop:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4); */
    background: linear-gradient(135deg, #ff3742, #d63031);
}

.gotoshop:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.gotoshop::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent
    );
    transition: left 0.5s;
}

.gotoshop:hover::before {
    left: 100%;
}

.shop_menu {
    width: calc(100% / 3);
    height: 896px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    border: 2px solid transparent;
}

/* 호버 효과 개선 */
.shop_menu:hover {
    /*border-color: #e9262f;*/
    z-index: 10;
}

.shop_menu img {
    transition: all 0.5s ease;
}

.shop_menu:hover img {
    transform: scale(1.1);
}

.shop_menu .fc-white {
    height: 20%;
    position: relative;
    top: 4%;
}

.shop_menu .img {
    height: 80%;
    object-fit: contain;
}

.shop_menu:nth-child(2) .img {
    position: relative;
    left: 19px;
    top: 45px;
}

.shop_wrap .shop_item {
    width: 24%;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 500px;
}

.shop_item .img {
    height: 400px;
    overflow: hidden;
}

.shop_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.shop_item:hover img {
    transform: scale(1.1);
}

.shop_list_toggle_btn {
    border: 1px solid #000;
    border-radius: 50px;

    height: 50px;
    white-space: nowrap;
}

.shop_list_toggle_btn .btn {
    color: #222;
    width: auto;
    min-width: 120px;
    flex: 0 0 auto;
    padding: 0 20px;
    white-space: nowrap;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.shop_list_toggle_btn .btn.on {
    background-color: #222;
    color: white;
    border-radius: 50px;
}


.shop_section .shop_wrap .shop_item {
    width: 24%;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 530px;
}

.shop_title {
    height: 50px;
    width: 100%;
}

.shop_title_txt {
    background-color: #fff;
    padding: 20px 30px;
    width: fit-content;
    position: relative;
    top: -45px;
}

/* shop_detail */
.sho_detail_top_left {
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

/* 메인 슬라이더 */
.product_main_slider {
    margin-bottom: 15px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.product_main_slider .slick-slide {
    outline: none;
}

.product_main_slider .main_slide_item {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 8px;
    overflow: hidden;
}

.product_main_slider .main_slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* 썸네일 슬라이더 */
.product_thumbnail_slider {
    margin-top: 15px;
}

.product_thumbnail_slider .slick-slide {
    outline: none;
    padding: 0 5px;
}

.product_thumbnail_slider .thumbnail_slide_item {
    width: 100%;
    height: 110px;

    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumbnail_slide_item img {
    border-radius: 10px;
}

.product_thumbnail_slider .thumbnail_slide_item:hover {
    filter: brightness(0.8);
}

.product_thumbnail_slider .thumbnail_slide_item.slick-current {
    filter: brightness(0.8);
}

.product_thumbnail_slider .thumbnail_slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    gap: 5px !important;
}

/* XI 아이콘 커스텀 화살표 */
.product_main_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    /* width: 50px;
              height: 50px; */
    /* background-color: rgba(0,0,0,0.5); */
    color: #888 !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product_main_slider .slick-arrow:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* transform: translateY(-50%) scale(1.1); */
}

.product_main_slider .slick-prev {
    left: 15px;
}

.product_main_slider .slick-next {
    right: 15px;
}

.product_main_slider .slick-arrow:before {
    display: none;
}

.product_main_slider .slick-arrow i {
    color: #888;
    font-size: 20px;
}


.product_thumbnail_slider .slick-arrow {
    display: none !important;
}


.product_main_slider .slick-dots {
    display: none !important;
}

.shop_detail_top_left {
    width: 46%;
}

.shop_detail_top_right {
    width: 46%;
    margin: 30px 0;
}

.quantity_selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.quantity_btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #fff;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity_btn:hover {
    background-color: #e9ecef;
    color: #333;
}

.quantity_btn:active {
    background-color: #dee2e6;
    transform: scale(0.95);
}

.quantity_btn:disabled {
    background-color: #f8f9fa;
    color: #ccc;
    cursor: not-allowed;
}

.quantity_input {
    width: 45px;
    height: 40px;
    border: none;
    text-align: center;
    background-color: white;
    outline: none;
}

.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity_input[type='number'] {
    -moz-appearance: textfield;
}

.total_price {
    border-bottom: 3px solid #000;
}

.cart_btn {
    border-radius: 30px;
    width: 48%;
    background: #959595;
    color: #fff;
    height: 58px;
}

.order_btn {
    background: #000;
    border-radius: 30px;
    width: 48%;
    color: #fff;
    height: 58px;
}

.product_info_section {
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
}

.product_info_title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 30px;
    position: relative;
}

.product_info_title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #333;
}

.product_details {
    padding-top: 20px;
    min-height: 500px;
}
.product_details img{
    object-fit: contain;
}

/* cart페이지 */
.cartPage {
    width: 880px;
    margin: auto;
}

.order_menu {
    height: 50px;
    border-bottom: 1px solid #a7a7a7;
    position: relative;
    width: 100%;
}

.order_menu_1 {
    width: calc(100% / 3);
    color: #a7a7a7;
    text-align: center;
    height: 50px;
    transition: color 0.3s ease;
    position: relative;
}

.order_menu_1.on {
    color: #000;
}

.order_menu_1.on::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #333;
}

/* 모두 선택  */
.cart_select_all {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

/* 체크박스 커스텀 */
.custom_checkbox {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.custom_checkbox input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.checkbox_mark {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    background-color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom_checkbox input[type='checkbox']:checked + .checkbox_mark {
    background-color: #333;
    border-color: #333;
}

.custom_checkbox input[type='checkbox']:checked + .checkbox_mark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* 장바구니 아이템 */
.cart_items {
    margin-bottom: 30px;
}

.cart_item {
    display: flex;
    /* align-items: center; */
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.item_checkbox {
    /*margin-right: 20px;*/
}

.item_image {
    width: 150px;
    height: 120px;
    background-color: #ccc;
    margin-right: 20px;
    border-radius: 5px;
}

.item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_info {
    flex: 1;
    margin-right: 20px;
}

.item_name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.item_price {
    font-size: 16px;
    color: #333;
}

.item_actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 수량 조절 */
.quantity_selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.quantity_btn {
    width: 35px;
    height: 45px;
    border: none;
    background-color: #fff;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quantity_btn:hover {
    background-color: #e9ecef;
    color: #333;
}

.quantity_input {
    /*width: 35px;*/
    height: 45px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: white;
    outline: none;
}

.delete_btn {
    background: none;
    color: #666;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.delete_btn:hover {
    color: #000;
}

.item_actions .delete_btn {
    text-decoration: underline;
}

/* 결제 정보 */
.cart_summary {
    border-radius: 10px;
}

.summary_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.summary_row:last-child {
    border-bottom: none;
    padding-top: 20px;
    border-top: 2px solid #333;
}

.delivery_info_input label {
    width: 123px;
}

.delivery_info_input input {
    height: 50px;
}

.delivery_info_input input:not([type='button'], .addr2, .addr3) {
    width: 430px;

    border: 1px solid #d7d7d7;
}

.delivery_info_input textarea {
    height: 140px;
}

.delivery_info_input textarea,
.delivery_info_input .address_wrap input:not([type='button'], .addr1) {
    width: 560px;
    border: 1px solid #d7d7d7;
}

.address_search_btn {
    width: 122px;
    height: 50px;
    border: 1px solid #222;
    background-color: #fff;
}

.cart_select_all span:first-child {
    width: 123px;
}

.order_success_box {
    border: 2px solid #222;
    padding: 60px 0;
}

.order_success_btns input {
    height: 60px;
}

.gotoOrderList {
    background-color: #222;
    color: #fff;
    transition: 0.2s all ease;
}

.gotoHome {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    transition: 0.2s all ease;
}

.gotoOrderList:hover {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
}

.gotoHome:hover {
    background-color: #222;
    color: #fff;
}

/* 주문내역 */

.order_banner .absolute {
    z-index: 3;
    top: 120px;
    width: 100%;
}

table.order_history_table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.order_history_table th {
    padding: 15px 0;
}

.order_history_table .cart_item {
    border: none;
}

.order_history_table tbody tr {
    border-bottom: 1px solid #d7d7d7;
    transition: 0.1s all ease;
}

.order_history_table tbody tr:hover {
    background-color: #f5f5f5;
}

.order_history tbody tr td {
    padding: 12px 0;
}

.order_history_table .cart_item .item_image {
    width: 105px;
    height: 85px;
}

.order_history_d_container .item_image {
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.order_history_d_container .item_info {
    margin-right: 20px;
    margin-bottom: 0 !important;
}

/* 로그인 */
.login_wrap .bd-bottom-222 {
    border-bottom: 2px solid #222;
}

.login_input_box {
    border: 1px solid #d7d7d7;
    /*border-radius: 10px;*/
    padding: 15px 12px;
    transition: border-color 0.2s ease;
}

.login_input {
    border: none;
    outline: none;
}

.login_input::placeholder {
    color: #959595;
}

.login_input:focus {
    outline: none;
}

.login_input_box:focus-within {
    border: 1px solid #000;
}

.login_btn {
    background: #222;
    border-radius: 30px;
    color: #fff;
    height: 58px;
    border: 1px solid #000;
    transition: 0.2s all ease;
}

.login_btn2 {
    background: #fff;
    border-radius: 30px;
    color: #222;
    border: 1px solid #000;
    height: 58px;
}

.login_btn:hover {
    background: #fff;
    color: #222;
    border: 1px solid #222;
}

.login .order_menu_1 {
    width: 50%;
}

.find_id_wrap,
.find_pw_wrap {
    display: none;
}

.find_id_wrap.active,
.find_pw_wrap.active {
    display: block;
}

/* 팝업 스타일 */
.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.popup_content {
    background: white;
    padding: 55px 40px;
    width: 90%;
    max-width: 555px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.popup_close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.popup_close:hover {
    color: #000;
}

.popup_title {
    border-bottom: 2px solid #d7d7d7;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.popup_title span {
    border-bottom: 2px solid #000;
    padding: 0 105px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.popup_message {
    text-align: center;
    margin: 50px 0;
    line-height: 1.6;
}

/*회원가입 */
.join_btn {
    border: 1px solid black;
    height: 55px;
    margin-top: 0.3vw;
    transition: all 0.3s ease;
}

.join_sect {
    height: fit-content;
    width: 100%;
    margin: auto;
    padding-top: 15vw;
    padding-bottom: 11vw;
}

.join_wrap {
    height: fit-content;
}

.join_input_box {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #222;
}

.join_input_wrap input::placeholder {
    color: #959595;
}

.join_input_wrap {
    margin-bottom: 15px;
}

.join_input_wrap p {
    margin-bottom: 10px;
}

.dupl_btn {
    border-color: black;
    color: black;
    background: #fff;
}

/* 기본 select 스타일 제거 및 커스텀 */
.join_input_wrap select {
    width: 33%;
    height: 50px;
    padding: 0 40px 0 15px;
    background-color: white;
    color: #333;
    cursor: pointer;
    border: 1px solid #d7d7d7;

    /* 기본 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 커스텀 화살표 추가 */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="none" stroke="%23666" stroke-width="1.5" d="M2 2l4 4 4-4"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    outline: none;
}

.delivery_info_input textarea::placeholder {
    font-family: 'Pretendard';
}

input {
    outline: none;
}

select:focus:not(.search_1,
.search_2, .search_3, .search_13 ,.sub4_2 .custom_select), input:focus:not(.login_input, .search_12 input) {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}

.page {
    margin-top: 50px !important;
}

.my_menu_tab {
    top: 0;
    left: -400px;
}

.my_menu {
    text-align: center;
    padding: 15px 50px;
    border: 1px solid #959595;
    color: #959595;
    background: #fff;
}

.my_menu.on {
    border: 1px solid #222;
    color: #fff;
    background-color: #222;
}

.participant_section {
    margin-bottom: 20px;
    background-color: #f2fafd;
}

.search-results {
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.search-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-item:hover {
    background-color: #f5f5f5;
}

.selected_player {
    background-color: #e8f5e8;
    border: 2px solid #081b27;
}

/* mobile */
@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }

    .login_input_box {
        border-radius: 8px;
        padding: 14px 7px;
    }

    .popup_content {
        padding: 35px 32px;
        width: 73%;
        max-width: 80%;
    }

    .login_btn, .login_btn2 {
        height: 48px;
    }

    .join_input_box {
        height: 37px;
    }

    .join_input_wrap select {
        height: 37px;
    }

    .sub_intro {
        height: 184px;
    }

    .sub_nav {
        width: 100%;
        padding: 13px 0;
    }

    .sub_nav_menu1 {
        padding: 0 9px;
    }

    .sub_nav i {
        font-size: 12px;
    }

    .sub_nav_menu1_inner a {
        padding: 10px 13px;
    }

    .sub_nav_menu1_inner {
        top: 32px;
    }

    .sub_banner {
        height: 300px;
    }

    .s1_1_content2_box {
        padding: 27px 11px;
        margin-bottom: 20px;
    }

    .circle_icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .circle_icon img {
        width: 30px !important;
    }

    .s1_1_content2_box .pl-5 {
        width: 80%;
    }

    .s1_2_box {
        border-radius: 10px;
        width: 82px;
        height: 110px;
        margin-bottom: 20px;
    }

    .s2_1_cont2_namebox {
        margin-top: 22px;
        padding: 2px 12px;
    }

    .m-scale-17 {
        transform: scale(1.7);
    }

    .s2_1_content3_box {
        padding: 15px 12px;
        border-radius: 15px;
        border: 1px solid #e1e1e1;
    }

    .s2_1_cont5_box .box1 {
        padding: 9px;
        border-radius: 15px;
        max-height: 250px;
    }

    .s2_1_cont5_box .box1_title {
        padding: 12px 0px;
        border-radius: 7px;
    }

    .s2_1_cont5_box .box1-3, .s2_1_cont5_box .box1-4 {
        padding: 9px;
        border-radius: 15px;
        height: 191px;
        max-height: 250px;
    }

    .s2_1_cont5_box .box1_title {
        padding: 12px 0px;
        border-radius: 7px;
    }

    .s2_1_cont5_box .box2 {
        border-radius: 15px;
        height: 249px;
        padding: 10px 0;
        max-height: 250px;
        overflow: hidden;
    }

    .box1_title {
        font-size: 16px !important;
    }

    .s2_1_cont5_box .box2 img {
        object-fit: contain;
        transform: scale(1.4);
    }

    .s_gallery_first_box {
        padding: 24px 18px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .gallery_toggle_btn {
        border: 1px solid #000;
        border-radius: 50px;
        overflow: hidden;
        height: 37px;
        width: 58%;
    }

    .gallery_toggle_btn .btn {
        color: #000;
        height: 100%;
    }

    .g_box {
        width: 47%;
        min-height: 198px;
        max-height: 198px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery_wrap {
        gap: 15px;
        padding: 2rem 0 3rem;
    }

    .s4_1_team_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 auto;
    }

    .item {
        position: relative;
        background-color: #081b27;
        border-radius: 20px;
        height: 266px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
    }

    .profile_circle {
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #fff;
        overflow: hidden;
    }

    .team_info {
        position: absolute;
        top: 55%;
        left: 0;
        width: 100%;
        padding-top: 19px;
    }

    .ranking_table th {
        padding: 10px 5px;
    }

    .ranking_table td {
        padding: 10px 5px;
    }

    .ranking_table th:nth-child(4), .ranking_table td:nth-child(4) {
        width: 19%;
        text-align: center;
    }

    .points {
        background-color: #bc0000;
        color: white;
        padding: 7px 2px;
        border-radius: 4px;
        display: inline-block;
    }

    .ranking_table th:last-child, .ranking_table td:last-child {
        text-align: center;
        padding: 5px 9px !important;
    }

    .search_1 {
        padding: 0px 20px;
        padding-right: 20px;
    }

    .search_1, .search_2, .search_3 {
        height: 50px;
        margin-bottom: 10px;
    }

    .search_btn, .reset {
        height: 50px;
        max-width: 48% !important;
        padding: unset !important;
        width: 48%;
    }

    .result_table thead th {
        background-color: #081b27;
        color: #fff;
        padding: 16px;
        text-align: center;
        border-right: 1px solid #ebebeb;
    }

    table.result_table th:first-child {
        width: 10% !important;
    }

    .search_12 {
        height: 50px;
    }

    .search_13 {
        height: 50px;
    }

    .write_btn {
        width: 50px;
        height: 50px;
    }

    .search_section .keyword_input {
        width: 131px;
        height: 38px;
    }

    .search_section .search_btn {
        padding: 0 25px !important;
    }

    .board_table td {
        padding: 16px 0;
    }

    .detail_content {
        padding: 15px 19px;
        min-height: 300px;
    }

    .g_box_img {
        height: 150px;
        border-radius: 10px;
        overflow: hidden;
    }

    .g_box_info {
        padding: 8px 3px;
    }

    .order_menu_1 {
        height: 32px;
    }

    .order_menu {
        height: 32px;
    }

    .s_content {
        min-height: 300px;
    }

    .popup_title span {
        padding: unset;
        padding-bottom: 15px;
    }

    .sub9_1 .mv {
        height: 250px;
    }

    .sub9_1 .mv .absolute {
        transform: scale(0.6);
        display: flex
    ;
        flex-direction: column;
        top: 10px;
        left: -17px;
        gap: 31px;
    }

    .mv .absolute {
        top: -17%;
        left: -23%;
        z-index: 3;
    }

    .cart {
        padding: 11px 4px;
        background-color: #081b27;
        min-width: 120px;
    }

    .cart_box_fix {
        position: fixed;
        top: 85%;
        right: 5%;
        z-index: 99;
    }

    .shop_menu {
        height: 100px;
    }

    .shop_menu .fc-white {
        height: 20%;
        position: relative;
        top: 4%;
        z-index: 5;
    }

    .shop_wrap .shop_item {
        width: 48%;
        transition: all 0.3s ease;
        overflow: hidden;
        height: fit-content;
    }

    .shop_item .img {
        height: 140px;
        overflow: hidden;
    }

    .shop_section .shop_wrap .shop_item {
        width: 48%;
        transition: all 0.3s ease;
        overflow: hidden;
        height: fit-content;
    }

    .shop_list_toggle_btn {
        overflow-x: auto;
        white-space: nowrap;
        /*padding-bottom: 10px;*/
        scroll-behavior: smooth;
        border: 1px solid #000;
    }

    .sho_detail_top_left {
        padding: unset;
    }

    .product_main_slider {
        height: 275px;
    }

    .product_info_section {
        padding: unset;
    }

    .shop_title_txt {
        top: -18px;
    }

    .delivery_info_input .address_wrap input:not([type='button'], .addr1) {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .delivery_info_input input:not([type='button'], .addr2, .addr3),
    .delivery_info_input textarea {
        width: 83%;
        border: 1px solid #d7d7d7;
    }

    .cart_select_all span:first-child {
        width: 104px;
    }

    .ob_img1 {
        height: 200px;
        object-fit: cover;
    }

    .s9_1_kcl {
        height: 100px;
        object-fit: cover;
    }

    .order_banner .absolute {
        z-index: 3;
        top: 11%;
        width: 100%;
        transform: scale(0.7);
        left: -15%;
    }

    .order_history_table th:first-child {
        width: 25% !important;
    }

    .order_history_table th:nth-child(2) {
        width: 25% !important;
    }

    .order_history_table th:nth-child(3) {
        width: 20% !important;
    }

    .order_history_table th:last-child {
        width: 20% !important;
    }

    .order_history_table .item_image {
        width: 50px !important;
        height: 50px !important;
    }

    .order_btn {
        height: 49px;
    }

    .s5_3_desc_box_txts {
        padding: 20px;
    }

    .product_main_slider .main_slide_item {
        height: unset;
    }

    .g_box .row-flex-center {
        flex-direction: column !important;
    }

    .g_box .row-flex-center .w-70,
    .g_box .row-flex-center .w-20 {
        width: 100% !important;
    }

    .m-table-wrap{
        overflow-x: auto ;
    }
    .board_table {
        width: 551px;
        border-collapse: collapse;
        margin-top: 20px;
    }
    .detail_title p:first-child{
        margin-bottom:15px;
    }
    .sub5_3_point_table{
        overflow-x:auto;
    }
    .sub5_3_point_table table{
        width:800px;
    }

    .result_table{
        width:650px;
    }

    .result_table tbody td {
        padding: 10px;
    }

    .s3_2_rank_table thead tr th {
        padding: 9px;
        text-align: center;
        border: 1px solid #34495e;
    }
    .s3_2_rank_table td {
        padding: 20px 10px;
    }
    .s3_2_rank_table2{
        width:600px;
    }

    .agree-popup-content {
        padding: 34px 31px;
        height: 435px;
        overflow-y: scroll;
    }
    .agree-popup {
        position: absolute;
        bottom: 25%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 81%;
    }

.sub4_2 .sub_banner_txt {
    z-index: 1;
    width: 78%;
    right: 17%;
    top: 29%;
}
.s_gallery_first_box_txt{
    margin-bottom:10px;
}
.m-s3_1_txt1{
    margin-top:10px;
}
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    img {
        max-width: 100%;
    }

    .login_input_box {
        border-radius: 8px;
        padding: 14px 7px;
    }

    .popup_content {
        padding: 35px 32px;
        width: 73%;
        max-width: 80%;
    }

    .login_btn, .login_btn2 {
        height: 48px;
    }

    .join_input_box {
        height: 37px;
    }

    .join_input_wrap select {
        height: 37px;
    }

    .sub_intro {
        height: 230px;
    }

    .sub_nav {
        width: 100%;
        padding: 13px 0;
    }

    .sub_nav_menu1 {
        padding: 0 9px;
    }

    .sub_nav i {
        font-size: 12px;
    }

    .sub_nav_menu1_inner a {
        padding: 10px 13px;
    }

    .sub_nav_menu1_inner {
        top: 32px;
    }

    .sub_banner {
        height: 300px;
    }

    .s1_1_content2_box {
        padding: 27px 11px;
        margin-bottom: 20px;
    }

    .circle_icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .circle_icon img {
        width: 30px !important;
    }

    .s1_1_content2_box .pl-5 {
        width: 80%;
    }

    .s1_2_box {
        border-radius: 10px;
        width: 82px;
        height: 110px;
        margin-bottom: 20px;
    }

    .s2_1_cont2_namebox {
        margin-top: 22px;
        padding: 2px 12px;
    }

    .m-scale-17 {
        transform: scale(1.7);
    }

    .s2_1_content3_box {
        padding: 15px 12px;
        border-radius: 15px;
        border: 1px solid #e1e1e1;
    }

    .s2_1_cont5_box .box1 {
        padding: 9px;
        border-radius: 15px;
        max-height: 250px;
    }

    .s2_1_cont5_box .box1_title {
        padding: 12px 0px;
        border-radius: 7px;
    }

    .s2_1_cont5_box .box1-3,
    .s2_1_cont5_box .box1-4 {
        padding: 9px;
        border-radius: 15px;
        height: 250px;
        max-height: 250px;
    }

    .s2_1_cont5_box .box1_title {
        padding: 12px 0px;
        border-radius: 7px;
    }

    .s2_1_cont5_box .box2 {
        border-radius: 15px;
        height: 249px;
        padding: 10px 0;
        max-height: 250px;
        overflow: hidden;
    }

    .box1_title {
        font-size: 16px !important;
    }

    .s2_1_cont5_box .box2 img {
        object-fit: contain;
        transform: scale(1.4);
    }

    .s_gallery_first_box {
        padding: 24px 18px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .gallery_toggle_btn {
        border: 1px solid #000;
        border-radius: 50px;
        overflow: hidden;
        height: 37px;
        width: 30%;
    }

    .gallery_toggle_btn .btn {
        color: #000;
        height: 100%;
    }

    .g_box {
        width: 31.8%;
        min-height: 198px;
        max-height: 222px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery_wrap {
        gap: 15px;
        padding: 2rem 0 3rem;
    }

    .s4_1_team_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0 auto;
    }

    .item {
        position: relative;
        background-color: #081b27;
        border-radius: 20px;
        height: 266px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
    }

    .profile_circle {
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: #fff;
        overflow: hidden;
    }

    .team_info {
        position: absolute;
        top: 55%;
        left: 0;
        width: 100%;
        padding-top: 39px;
    }

    .ranking_table th {
        padding: 10px 5px;
    }

    .ranking_table td {
        padding: 10px 5px;
    }

    .points {
        background-color: #bc0000;
        color: white;
        padding: 7px 5px;
        border-radius: 4px;
        display: inline-block;
    }

    .ranking_table th:last-child, .ranking_table td:last-child {
        text-align: center;
        padding: 5px 9px !important;
    }

    .search_1 {
        padding: 0px 20px;
        padding-right: 20px;
    }

    .search_1, .search_2, .search_3 {
        height: 50px;
        margin-bottom: 10px;
    }

    .search_btn, .reset {
        height: 50px;
        max-width: 48% !important;
        padding: unset !important;
        width: 48%;
    }

    .result_table thead th {
        background-color: #081b27;
        color: #fff;
        padding: 16px 0;
        text-align: center;
        border-right: 1px solid #ebebeb;
    }

    table.result_table th:first-child {
        width: 13% !important;
    }

    .search_12 {
        height: 50px;
    }

    .search_13 {
        height: 50px;
    }

    .write_btn {
        width: 50px;
        height: 50px;
    }

    .search_section .keyword_input {
        width: 131px;
        height: 38px;
    }

    .search_section .search_btn {
        padding: 0 25px !important;
    }

    .board_table td {
        padding: 16px 8px;
    }

    .detail_content {
        padding: 15px 19px;
        min-height: 300px;
    }

    .g_box_img {
        height: 150px;
        border-radius: 10px;
        overflow: hidden;
    }

    .g_box_info {
        padding: 8px 3px;
    }

    .order_menu_1 {
        height: 32px;
    }

    .order_menu {
        height: 32px;
    }

    .s_content {
        min-height: 500px;
    }

    .popup_title span {
        padding: unset;
        padding-bottom: 15px;
    }

    .sub9_1 .mv {
        height: 250px;
    }

    .sub9_1 .mv .absolute {
        transform: scale(0.5)
    }

    .mv .absolute {
        top: -23%;
        left: -11%;
        z-index: 3;
    }

    .cart {
        padding: 11px 4px;
        background-color: #081b27;
        min-width: 120px;
    }

    .cart_box_fix {
        position: fixed;
        top: 85%;
        right: 5%;
        z-index: 99;
    }

    .shop_menu {
        height: 237px;
    }

    .shop_menu .fc-white {
        height: 20%;
        position: relative;
        top: 4%;
        z-index: 5;
    }

    .shop_wrap .shop_item {
        width: 24.4%;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 200px;
    }

    .shop_item .img {
        height: 140px;
        overflow: hidden;
    }

    .shop_section .shop_wrap .shop_item {
        width: 24.4%;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 200px;
    }

    .shop_list_toggle_btn {
        width: 500px;
        height: 37px;
    }

    .shop_list_toggle_btn .btn {
        height: 37px;
    }

    .sho_detail_top_left {
        padding: unset;
    }

    .quantity_input {
        width: 30px;
    }

    .quantity_input {
        /* width: 35px; */
        height: 27px;
    }

    .quantity_btn {
        width: 29px;
        height: 27px;
    }

    .product_main_slider {
        height: 275px;
    }

    .product_info_section {
        padding: unset;
    }

    .shop_title_txt {
        top: -18px;
    }

    .cart_btn {
        height: 42px;
    }

    .order_btn {
        height: 42px;
    }

    .delivery_info_input .address_wrap input:not([type='button'], .addr1) {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .delivery_info_input input:not([type='button'], .addr2, .addr3),
    .delivery_info_input textarea {
        width: 83%;
        border: 1px solid #d7d7d7;
    }

    .cart_select_all span:first-child {
        width: 104px;
    }

    .address_wrap {
        width: 83%;
    }

    .order_banner img {
        height: 230px;
    }

    .order_banner .absolute {
        z-index: 3;
        top: -10%;
        width: 100%;
        transform: scale(0.6);
        left: -15%;
    }

    .order_history_table th:first-child {
        width: 25% !important;
    }

    .order_history_table th:nth-child(2) {
        width: 25% !important;
    }

    .order_history_table th:nth-child(3) {
        width: 20% !important;
    }

    .order_history_table th:last-child {
        width: 20% !important;
    }

    .order_history_table .item_image {
        width: 50px !important;
        height: 50px !important;
    }

    .cart {
        min-height: 27px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .s5_3_desc_box_txts {
        padding: 19px;
    }
}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    img {
        max-width: 100%;
    }
}
