@charset "utf-8";

.basic-content h2 {
    margin-bottom: 30px;
    font-family: var(--font-point);
    color: var(--color-brown-dark);
}

/* 연맹소개 */
.about .about-con {
    position: relative;
}

.about .about-con:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed var(--color-line);
}

.about .about-con dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--font-point);
    color: var(--color-brown);
}

@media screen and (min-width: 767px) {
    .about .about-con dl {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 16px;
    }

    .about .about-con dl dt {
        flex-shrink: 0;
        width: 140px;
        font-size: 20px;
    }
    
    .about .about-con dl dd {
        flex-grow: 1;
    }
}

@media screen and (min-width: 979px) {
    .basic-content h2 {
        margin-bottom: 50px;
    }

    .about .about-con:not(:first-child) {
        padding-top: 50px;
        margin-top: 50px;
    }

    .about .about-con dl {
        font-size: 18px;
    }

    .about .about-con dl dt {
        width: 200px;
        font-size: 24px;
    }
}


/* 오시는 길 */
.location .mapbox {
    margin: 0 -20px;
}

.location .mapbox iframe {
    width: 100%;
    height: 300px;
}

.location .location-info {
    position: relative;
    max-width: 1200px;
    margin: 40px auto 0;
}

.location .location-info h3 {
    position: relative;
    height: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 24px;
}

.location .location-info h3 em {
    display: block;
    font-family: var(--font-point-bold);
}

.location .location-info h3 a.naver-map-btn {
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #35BA3F;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.location .location-info ul {
    border-top: 1px solid rgba(0,0,0,0.7);
}

.location .location-info ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.location .location-info ul li dl dt {
    font-family: var(--font-basic);
}

.location .location-info ul li dd {
    margin-top: 5px;
}

@media screen and (min-width:639px) {
    .location .location-info ul li {
        padding: 0;
    }

    .location .location-info ul li dl {
        display: table;
        width: 100%;
    }

    .location .location-info ul li dl dt,
    .location .location-info ul li dl dd {
        display: table-cell;
        padding: 15px 20px;
        vertical-align: middle;
    }

    .location .location-info ul li dl dt {
        width: 140px;
        background-color: #f8f8f8;
        text-align: center;
    }

    .location .location-info ul li dl dd {
        margin-top: 0;
    }
}

@media screen and (min-width:767px) {
    .location .mapbox {
        margin: 0 -40px;
    }

    .location .mapbox iframe {
        width: 100%;
        height: 600px;
    }
    
    .location .location-info {
        margin-top: 50px;
    }
}

@media screen and (min-width:979px) {
    .location .location-info h3 {
        font-size: 30px;
    }

    .location .location-info h3 a.naver-map-btn {
        top: calc(50% - 23px);
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }

    .location .location-info ul li.twoline {
        width: 50%;
    }

    .location .location-info ul li dl dt {
        width: 200px;
    }
}

@media screen and (min-width:1139px) {
    .location .location-info {
        margin-top: 70px;
    }

    .location .location-info ul li dl dt,
    .location .location-info ul li dl dd {
        padding: 20px 30px;
        font-size: 18px;
    }
}

@media screen and (min-width:1239px) {
}

@media screen and (min-width:1439px) {
    .location .mapbox {
        margin: 0;
    }
}

/* 분과위원회 */
.committee h3:not(:first-child) {
    margin-top: 50px;
}

/* 명예의 전당 */
.victory-hall {
    position: relative;
}

.victory-hall-slide {
    overflow: hidden;
    background: #EBFEFF url("../images/victory_hall_bg.png") no-repeat center bottom/100% auto;
    border-radius: 10px;
}

.victory-hall-slide .vhs-con {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 30px 20px 0;
}

.victory-hall-slide .vhs-con .pic {
    font-size: 0;
}

.victory-hall-slide .vhs-con .con h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
    font-size: clamp(14px, 3vw, 18px);
}

.victory-hall-slide .vhs-con .con h4 .tit {
    padding: 10px 20px;
    margin-left: -20px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 0 30px 30px 0;
}

.victory-hall-slide .vhs-con .con h4 .name {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: var(--font-weight-bold);
    color: var(--color-blue);
}

.victory-hall-slide .vhs-con .con ul {
    margin-top: 20px;
}

.victory-hall-slide .vhs-con .con ul li {
    position: relative;
    padding-left: 15px;
}

.victory-hall-slide .vhs-con .con ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: 'ㆍ';
}

.victory-hall-slide .vhs-con .con ul.addr-club-ball li {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: var(--font-weight-semibold);
}

.victory-hall .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.victory-hall .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: .3s;
}

.victory-hall .swiper-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--color-blue);
}

.victory-hall .slide-arrow-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
}

.victory-hall .slide-arrow-box .swiper-button {
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid rgba(var(--black-white-rgb),0.15);
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    transition: .3s;
}

.victory-hall .slide-arrow-box .swiper-button.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

@media screen and (min-width: 767px) {
    .victory-hall-slide .vhs-con {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        gap: 0;
    }

    .victory-hall-slide .vhs-con .pic,
    .victory-hall-slide .vhs-con .con {
        width: 49%;
        padding-top: 40px;
    }

    .victory-hall-slide .vhs-con .con {
        padding-top: 60px;
    }

    .victory-hall-slide .vhs-con .con h4 .tit {
        border-radius: 30px;
    }
}

@media screen and (min-width: 979px) {
    .victory-hall-slide .vhs-con {
        padding: 0 40px;
    }

    .victory-hall-slide .vhs-con .pic,
    .victory-hall-slide .vhs-con .con {
        width: 47%;
    }

    .victory-hall-slide .vhs-con .con h4 {
        gap: 10px;
    }

    .victory-hall-slide .vhs-con .con ul.addr-club-ball {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0 40px;
    }
}

/* 이용약관, 개인정보취급방침, 이메일무단수집거부 */
.policy-privacy {
    position: relative;
    line-height: 1.8;
}

.policy-privacy .pp-con:not(:first-child) {
    margin-top: 50px;
}

.policy-privacy .pp-con h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: var(--font-point-bold);
}

@media screen and (min-width:1239px) {
    .policy-privacy .pp-con h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
}



/* -------------------------------- */
@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}
