.equipment_name h2, .equipment_name h3 {
    display: inline-block;
}

.equipment_name .center-line {
    display: block;
    margin: 0;
}

.equipment_fig div {
    margin: 0;
    padding: 0;
}

.equipment_fig .box3 {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.video_wrap {
    position: relative;
    overflow: hidden;
}

.video_item1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_item2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.about-bg {
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
}

/* 이미지 지정 */
.about.about-bg {
    background-image: url('./img/main2.jpg');
}

.product.about-bg {
    background-image: url('./img/2.jpg');
}

.bg-dark {
    background-color: #ddd !important;
}

.f01 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-align: center;
}

.f01 img {
    padding: 0;
}

.f01 p {
    padding: 10px;
}

.sub_image img {
    flex: 1;
}

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {
    .about-bg {
        width: 100%;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: cover;
        height: 100%;
        padding-top: 360px;
    }

    .ml-auto, .mx-auto {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .lead {
        font-size: 12px;
        font-weight: 300
    }

    .display-4 {
        font-size: 1.5rem;
        font-weight: 300;
    }

    .btn, a.btn {
        line-height: 20px !important;
        height: 20px;
        padding: 0 5px;
        text-align: center;
        font-weight: 700;
        border: 0;
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        -o-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }

    .btn-outline-secondary {
        font-size: 11px;
        padding: 0 5px
    }
}

/* desktop */
@media (min-width: 1090px) {
    .about-bg {
        height: 60vh;
        max-height: 460px;
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 300
    }

    .display-4 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2
    }
}

/* 페이지 selec 박스 */
@media only screen and (max-width: 320px) {
    .SF_board {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .SF_board {
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {
    .mb-5, .my-5 {
        margin-bottom: 0rem !important;
    }

    .select-menu {
        width: 190px;
        height: 58px;
        padding: 17px 70px 17px 5px;
        border-top: none;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #f2f2f2;
    }

    .home {
        display: inline;
        width: 140px;
        padding: 17px 45px 17px 15px;
        border-left: 1px solid #e1e1e1;
    }

    .menu {
        display: inline;
    }
}

/* desktop */
@media (min-width: 1090px) {
    .select-menu {
        width: 190px;
        height: 58px;
        padding: 17px 70px 17px 5px;
        border-top: none;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #f2f2f2;
    }

    .home {
        display: inline;
        width: 140px;
        padding: 17px 45px 17px 15px;
        border-left: 1px solid #e1e1e1;
    }

    .menu {
        display: inline;
    }
}

.media-body h4 {
    margin-bottom: 20px !important;
}

.menu_wrap img {
    width: 100%;
}

.characteristic {
    padding: 4px 30px;
    background-color: var(--main_color);
    color: #fff;
    font-weight: bolder;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

/*보유설비*/
.equipment_info .overflowauto {
    overflow-x: auto;
    white-space: nowrap;
}

.equipment_info .txt_page h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 44px;
    padding-top: 10px;
    display: block;
    text-align: center;
    color: rgb(37, 34, 68);
}

.equipment_info .txt_page h2:after {
    content: " ";
    display: block;
    margin: 20px auto;
    width: 40px;
    height: 2px;
    background-color: #000;
    /*clear: both;*/
}

.equipment_info .tl_title_box_wrap {
    width: 100%;
    height: 400px;
    padding: 100px 20px;
    clear: both;
    background-image: url(../img/fan1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.equipment_info .tbl-stat {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    /* border-top: #000 2px solid; */
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: auto;
    font-size: 16px;
}

.equipment_info .point {
    border-bottom: #ddd 2px solid;
}

.equipment_info .tbl-stat tbody td {
    padding: 16px 13px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-width: 1px;
    word-break: break-all;
    line-height: 1.0;
}

.point2 {
    background: #fafafa;
}

@media (min-width: 641px) {
    .equipment_info .txt_page h2 br {
        display: none;
    }
}

@media (max-width: 640px) {
    .smalltext {
        font-size: 20px;
    }
}

@media (max-width:1024px) {
    .copyright .equipment_name h4 {
        font-size: 1.1rem !important;
    }
}

.company_patents thead tr th:nth-child(1) {
    min-width: 50px;
}

.company_patents thead tr th:nth-child(2) {
    min-width: 200px;
}

.company_patents thead tr th:nth-child(3) {
    min-width: 200px;
}

.company_patents thead tr th:nth-child(4) {
    min-width: 200px;
}

.company_patents thead tr th:nth-child(5) {
    min-width: 100px;
}

.company_patents span {
    display: block;
    padding-left: 20px;
    position: relative;
}

.company_patents span::before {
    content: " ";
    display: block;
    margin: 20px auto;
    width: 7px;
    height: 3px;
    background-color: #aaa;
    position: absolute;
    top: -9px;
    left: 0px;
}

.video-target {
    width: 100%;
    height: 100%;
    display: block;
}

.video-link {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.video-link .youtube {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.certification {
    text-align: center;
}

.certification img {
    max-width: 600px;
    border: 2px solid #ddd;
    margin: 60px auto;
}
.wooridoori_03 .logo_wrap {
    margin-bottom: 0;
    padding-left: 10px;
}
.wooridoori_03 .logo {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
}
.wooridoori_03 .logo img {
    width: 100%;
}
.wooridoori_03 .square1 {
    position: relative;
}
.wooridoori_03 .square1 .youtube img {
    transition: all 0.3s;
}
.wooridoori_03 .square1:hover .youtube img {
    margin-bottom: 10px;
}
.portfolio_wrap.flex {
    justify-content: flex-start;
    align-items: flex-start;
}

.portfolio_wrap .info {
    width: 100%;
}

.portfolio_wrap .portfolio {
    margin-bottom: 80px;
}

.portfolio .eng {
    font-size: 0.95px;
    color: #ddd;
    font-weight: 400;
    margin-bottom: 40px !important;
}
.portfolio .kor {
    color: #000;
    font-weight: 400;
}
.portfolio.reverse .kor {
    color: #fff;
}
.reverse.flex {
    flex-direction: column-reverse;
}
.reverse .info {
    /* background-color: #000; */
    color: #fff;
    width: 100%;
}

.reverse .info > div {
    padding: 10px;
    background-color: #000;
}
.copyright {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.copyright .equipment_name {
    text-align: center;
}
.copyright .equipment_name .center-line {
    text-align: center;
    margin: 0 auto;
}
.copyright  img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.coming_soon {
    max-width: 960px;
    margin: auto;
}

#summer_camp {
    /* overflow-y: scroll; */
    /* scroll-behavior: smooth; */
}
#summer_camp .title {
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
    word-break: keep-all;
}

#summer_camp .five .title {
    margin-bottom: 40px;
}

#summer_camp .wrap {
    padding-top: 0px;
}

#summer_camp .title.title1 {
    margin-bottom: 60px;
}



#summer_camp .title.title2:last-child {
    margin-bottom: 40px;
}
#summer_camp .summer {
    background-size: 70%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}
#summer_camp .summer::before {
    content: "";
    /* background-image: linear-gradient( 120deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.3) 40%,
        rgba(0, 0, 0, 0.2) 100%); */
    /* background-image: url('../img/summer_camp_banner.jpg'); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

#summer_camp  thead th {
    vertical-align: middle;
}

#summer_camp .summer thead th {
    /* background-color: rgba(0,0,0,0.2); */
    background-color: rgba(var(--main_color2),0.9);
    color: #fff;
    border: 1px solid rgba(var(--main_color2),0.9);
}

#summer_camp .coach {
    padding-top: 210px;
    padding-bottom: 190px;
    position: relative;
}

#summer_camp .coach .profile{
    position: absolute;
    width: 160%;
    padding: 15px;
    max-width: 350px;
    word-break: keep-all;
}

#summer_camp .coach .profile::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(var(--main_color4),1.0);
}
#summer_camp .coach .profile::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 170px;
    background: rgba(var(--main_color4),1.0);
}
#summer_camp .coach .profile.bottom::after{
    height: 24px;
}

#summer_camp .coach .profile.top {
    top: 0;
    left: 0;
}
#summer_camp .coach .profile.bottom {
    text-align: right;
    right: 0;
}
#summer_camp .coach .profile.top::before {
    top: 28px;
    left: -3px;
}
#summer_camp .coach .profile.top::after {
    top: 32px;
    left: 0px;
}
#summer_camp .coach .profile.bottom::before {
    /* bottom: 110px; */
    right: 0px;
    top: 30px;
}
#summer_camp .coach .profile.bottom::after {
    /* bottom: 118px; */
    top: 8px;
    right: 3px;
}
#summer_camp .coach .name {
    margin-bottom: 6px;
    font-weight: bolder;
}
#summer_camp .coach .profile1 {
    margin-bottom: 4px;
    word-break: keep-all;
}
#summer_camp .coach .profile2 {
    margin-bottom: 2px;
    font-size: 1.0rem !important;
    height: 48px;
}
#summer_camp .coach .filter {
    filter: brightness(0.95);
}
#summer_camp .coach_wrap {
    padding: 2px;
}

@media (min-width: 1200px) {
    #summer_camp .coach_wrap {
        max-width: 14.2% !important;
    }
}

@media (max-width: 1200px) {
    #summer_camp .coach {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    #summer_camp .summer {
        background-size: cover;
    }
    #summer_camp .title.title2 br {
        display: none !important;
    }
    #summer_camp .coach .profile::after {
        height: 165px;
    }
    #summer_camp .coach .profile {
        /* width: 230%; */
    }
}

@media (max-width: 991px) {
    #summer_camp .coach {
        /* padding-top: 160px;
        padding-bottom: 160px; */
    }
    #summer_camp .coach .profile {
        /* width: 300%; */
        max-width: 270px;
    }
    #summer_camp .coach .profile::after {
        height: 160px;
    }
    #summer_camp .wrap {
        padding-top: 0px !important;
    }
    /* #summer_camp .coach_wrap:last-child .coach {
        padding-bottom: 40px;
    } */
}

@media (max-width: 575px) {
    #summer_camp .title.title1 {
        font-size: 1.4rem !important;
    }

}

#summer_camp .title.title2 br {
    display: none !important;
}
@media (max-width: 400px) {
    #summer_camp .title.title2 br {
        display: block !important;
    }
}

#summer_camp .Schedule th,
#summer_camp .Schedule td {
    text-align: center;
    vertical-align: middle;
}
#summer_camp .Schedule.table1 tbody tr:first-child,
#summer_camp .Schedule.table1 tbody tr:nth-child(3) {
    background-color: #f9f9f9;
}
#summer_camp .Schedule.full.week1 th {
    background-color: rgba(var(--main_color2),0.9);
    color: #fff;
}
#summer_camp .Schedule.full.week2 th {
    background-color: rgba(var(--main_color3),0.9);
    color: #fff;
}
#summer_camp .Schedule.half.week1 th {
    background-color: rgba(var(--main_color4),0.9);
    color: #fff;
}
#summer_camp .Schedule.half.week2 th {
    background-color: rgba(var(--main_color5),0.9);
    color: #fff;
}
#summer_camp table tbody tr td:hover {
    background-color: aliceblue !important;
    transition: all 0.2s;
}

#summer_camp .table_wrap {
    overflow-x: auto;
}
#summer_camp .flex {
    padding-left: 0;
    padding-right: 0;
}
#summer_camp .flex.coach_box {
    justify-content: flex-start;
}

#summer_camp table tbody tr td:first-child {
    vertical-align: middle;
}



#advising .step {
    color: rgba(var(--main_color3), 1.0);
    text-align: center;
}
#advising .step2 {
    text-align: center;
    margin-bottom: 10px;
}
#advising .infomation {
    padding: 10px 6px;
    margin-bottom: 30px;
    word-break: keep-all;
}
#advising .infomation h6 {
    /* font-weight: 400; */
}
#advising .whatwedo.flex {
    align-items: baseline;
}

#advising #whatwedo .title2 {
    font-weight: 500 !important;
}
#advising .center {
    text-align: center;
}

@media (max-width: 575px) {
    #advising .title2 br {
        display: none;
    }
}

#advising .title.title1 {
    margin-bottom: 60px;
}
#advising #whatwedo {
    background-image: linear-gradient( 120deg,
        rgba(250, 250, 250, 0.9) 0%,
        rgba(250, 250, 250, 0.9) 40%,
        rgba(250, 250, 250, 0.9) 100%), url('../img/wsm_main_08.jpg');

}
#advising #dynamic {
    background-image: linear-gradient( 120deg,
        rgba(22, 180, 255, 0.9) 0%,
        rgba(22, 180, 255, 0.9) 40%,
        rgba(22, 180, 255, 0.9) 100%), url('../img/wsm_main_03.jpg');
        background-image: linear-gradient( 120deg,
            rgba(var(--main_color2), 0.8) 0%,
            rgba(var(--main_color2), 0.8) 40%,
            rgba(var(--main_color2), 0.8) 100%), url('../img/wsm_main_03.jpg');
    color: #fff;
}
#advising #dynamic h2,
#advising #dynamic h3,
#advising #dynamic h4,
#advising #dynamic h5 {
    color: #fff;
}
#advising .dynamic2.flex {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#advising .dynamic.flex div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
}
#advising #dynamic .infomation {
    margin-bottom: 0px;
}
#advising #dynamic .infomation h6 {
    text-indent: -18px;
    padding-left: 46px;
}
#nax .text_box {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: center;
}
#advising #nax {
    position: relative;
    overflow: hidden;
}
#advising #nax::before {
    background-image:linear-gradient(0deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.95) 30%,
        rgba(255, 255, 255, 0.95) 100%),
        url('../img/nax.png');
    /* background-image: url('../img/nax.jpg'); */
    background-size: 200PX 200PX;
    background-repeat: repeat;
    /* opacity: 0.3; */
    transform: rotate(30deg);
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
}
#advising #nax::after {
    background-image:linear-gradient(180deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 20%,
        rgba(255, 255, 255, 0.0) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#advising #nax h5 {
    font-weight: 600;
}

@media (min-width: 1200px) {
    #playerintroduction .container {
        max-width: 1200px !important;
        width: 90%;
    }
}

/* #playerintroduction */

#playerintroduction .flex.player {
    align-items: flex-start;
}

#playerintroduction .name {
    text-transform: uppercase;
}

#playerintroduction .name_wrap {
    padding: 40px 10px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

#playerintroduction .flex.career_wrap {
    justify-content: flex-start;
}

#playerintroduction .career {
    display: block;
}
#playerintroduction .career:last-child {
    margin-bottom: 40px;
}

#playerintroduction .img_wrap img {
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 574px;
}
#playerintroduction .tolato {
    font-size: 1.05em;
    font-family: "Lato", sans-serif;
    font-weight: 500 !important;
}
@media (max-width: 575px) {
    #playerintroduction .career {
        font-size: 1.0rem;
    }
}
.section.five .image_wrap {
    width: 64px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: -20px;
    margin-left: 20px;
}
/* 2025_summer_camp ----------------------------------------------- */
#summer_camp.camp2025 .coach {
    padding-top: 260px;
    padding-bottom: 260px;
    position: relative;
}
#summer_camp.camp2025 .coach_box {
    width: 100%;
}
#summer_camp.camp2025 .coach .profile::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 220px;
    background: rgba(var(--main_color5), 1.0);
}
#summer_camp.camp2025 .coach .profile.bottom::after {
    height: 24px;
}
#summer_camp.camp2025 .profile-img {
    width: 100%;
    aspect-ratio: 3 / 3;     /* 가로 : 세로 비율 */
    /* height: 300px; */
    background-position: center;
    background-repeat: no-repeat;
}
#summer_camp.camp2025 .profile-img.img1 {
    background-image: url('./img/2025_Justin Cardinal.png');
    background-size: cover;
    background-position: 67% 50%;
}

#summer_camp.camp2025 .profile-img.img2 {
    background-image: url('./img/2025_Nicolas De-Gaetano.png');
    background-size: 220%;
    background-position: 54% 50%;
}

#summer_camp.camp2025 .profile-img.img3 {
    background-image: url('./img/2025_Chad Johnson.png');
    background-size: cover;
    background-position: 52% 50%;
}

#summer_camp.camp2025 .profile-img.img4 {
    background-image: url('./img/2025_Sojung Shin.png');
    background-size: 130%;
    background-position: 70% 27%;
}

#summer_camp.camp2025 .profile-img.img5 {
    background-image: url('./img/2025_Wooje Sung.jpg');
    background-size: cover;
    background-position: 50% 50%;
}
#summer_camp.camp2025 .profile-img.img6 {
    background-image: url('./img/2025_Youngjun Seo.jpg');
    background-size: cover;
    background-position: 60% 50%;
}
#summer_camp.camp2025 .coach .profile {
    position: absolute;
    width: 200%;
    padding: 15px;
    max-width: 400px;
    word-break: keep-all;
}
#summer_camp.camp2025 .title.title1 {
    margin-bottom: 10px;
}

#summer_camp.camp2025 .title strong {
    line-height: 50px;
    position: relative;
    width: 100%;
    display: block;
}
#summer_camp.camp2025 .title strong::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    border-bottom: 1px solid rgba(var(--main_color4), 0.9);
    width: 25px;
    height: 1px;
    transform: translateX(-50%);
}
#summer_camp.camp2025 .Schedule.half.week1 th {
    background-color: rgba(var(--main_color2), 0.9);
    color: #fff;
}
#summer_camp.camp2025 .study h6 b {
    font-size: 18px;
}
#summer_camp.camp2025 .study h6 {
    font-size: 17px;
}
#summer_camp.camp2025 .coach_wrap {
    padding: 2px;
    margin-bottom: 40px;
}

@media (min-width: 1090px) {
    .camp2025.about-bg {
        height: 80vh;
        max-height: 700px;
    }
}

@media (min-width: 1200px) {
    #summer_camp.camp2025 .coach_wrap {
        max-width: 16.66666% !important;
    }
}
/* @media (max-width: 767px) {
    #summer_camp.camp2025 .pb0_787 {
        padding-bottom: 0;
    }

} */
