@charset "utf-8";

/* --------------------------- */
/* ------- driving range ------*/
/* --------------------------- */

.mt20 {
    margin-top: 20px !important;
}

/* RangeInfo */
.rangeinfo-wrap {
    padding-top: 90px;
    overflow-x: hidden;
    background: url('/images/content/rangeinfo_bg.png') no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 450px;
    width: 100%;
}

.rangeinfo-wrap .section01 {
    width: 1200px;
    height: auto;
    margin: 50px auto 120px;
}

.rangeinfo-wrap .section01 h3{
    font-size: 56px;
    color: #666666;
    font-weight: 900;
    text-align: center;
    padding-bottom: 56px;
}

.rangeinfo-wrap .section01 img{
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 56px;
}

.rangeinfo-wrap .section01 p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 36px;
    white-space: pre-line;
}

.rangeinfo-wrap .section01 p b {
    font-weight: 700;
}

.rangeinfo-wrap .section02 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.rangeinfo-wrap .section02 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.rangeinfo-wrap .section02 ul li{
    width: 49%;
    padding-bottom: 56px;
}

.rangeinfo-wrap .section02 ul li img{
    width: 100%;
    height: 346px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 24px;
}

.rangeinfo-wrap .section02 ul li p{
    font-size: 26px;
    color: #212429;
    font-weight: 600;
    text-align: center;
    padding-bottom: 12px;
}

.rangeinfo-wrap .section02 ul li span{
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #212429;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    white-space: pre-line;
}

/* Guide */
.guide-wrap ul.time-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
}

.guide-wrap ul.time-info li{
    width: 178px;
    height: 178px;
    background-color: #EFECE6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-wrap ul.time-info li span {
    display: block;
    font-size: 20px;
    color: #212429;
    text-align: center;
    font-weight: 700; 
    padding-bottom: 4px;
}

.guide-wrap ul.time-info li p {
    font-size: 18px;
}

.range-guide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.range-guide-top h2.title{
    margin-bottom: 0;
}

.range-guide-top a {
    color: var(--main-color);
    font-size: 16px;
    border-radius: 4px;
    padding: 13px 24px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    font-weight: 600;
}

/* Facility */
.facil-wrap {
    width: 100%;
    height: auto;
}

.facil-wrap .facil-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 80px;
}

.facil-wrap .facil-box li{
    width: 49%;
}

.facil-wrap .facil-box li img{
    width: 100%;
    height: 500px;
    border-radius: 16px;
    object-fit: cover;
}

.facil-wrap .facil-box li div p.tit{
    font-size: 26px;
    font-weight: 600;
    color: #212429;
    padding-bottom: 40px;
}

.facil-wrap .facil-box li div p span{
    display: block;
    padding-bottom: 5px;
    color: #A67624;
    font-size: 14px;
    font-weight: 400;
}

.facil-wrap .facil-box li div ul.con {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 24px 0;
}

.facil-wrap .facil-box li div ul.con li {
    width: 100%;
    display: flex;
    padding-bottom: 24px;
}

.facil-wrap .facil-box li div ul.con li span{
    width: 20%;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.facil-wrap .facil-box li div ul.con li:nth-child(2){
    color: #212429;
}

.facil-wrap .facil-box li div ul.con li:last-child {
    padding-bottom: 0;
}

/* Academy */
.academy-wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}

.academy-wrap .section01 {
    margin: 50px auto 120px;
}

.academy-wrap .section01 h3{
    font-size: 56px;
    color: #666666;
    font-weight: 900;
    text-align: center;
    padding-bottom: 56px;
}

.academy-wrap .section01 img{
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 56px;
}

.academy-wrap .section02{
    background-color: #F9F9F9;
    padding: 64px 36px;
    margin: 0 auto;
}

.academy-wrap .section02 {
    margin-bottom: 64px;
}

.academy-wrap .section02 img {
    display: block;
    margin: 0 auto;
}

.academy-wrap .section02 h5 {
    font-size: 20px;
    font-weight: 400;
    color: #212429;
    line-height: 36px;
    text-align: center;
    white-space: pre-line;
    padding: 40px 0;
}

.academy-wrap .section02 .pro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.academy-wrap .section02 .pro-list li {
    width: 27%;
    height: auto;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 24px;
}

.academy-wrap .section02 .pro-list li img{
    display: block;
    max-width: 262px;
    height: 304px;
    object-fit: cover;
    border-radius: 10px;
    padding-bottom: 24px;
}

.academy-wrap .section02 .pro-list li p.tit{
    font-size: 24px;
    font-weight: 600;
    color: #212429;
    text-align: center;
    padding-bottom: 24px;
}

.academy-wrap .section02 .pro-list li p.con {
    text-align: left;
    padding: 0 20px;
}

.academy-wrap .section02 .pro-list li p.con span{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #212429;
    line-height: 25px;
    padding-left: 16px;
    word-break: keep-all;
}

.academy-wrap .section02 .pro-list li p.con span::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #212429;
    border-radius: 50%;
    left: 4px;
    top: 10px;
}

.guide-table h2.title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.guide-table h2.title span{
    font-size: 16px;
    font-weight: 400;
    color: #212429;
}

.program-con {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    padding: 56px 96px;
    margin-bottom: 158px;
}

.program-con p.tit {
    font-size: 24px;
    font-weight: 600;
    color: #212429;
    text-align: center;
    padding-bottom: 48px;
}

.program-con ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}

.program-con ul li{
    width: 45%;
    background-color: #fff;
}

.program-con ul li p.bg{
    width: 100%;
    height: auto;
    padding: 17px 0;
    background-color: #C8A445;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.program-con ul li p.con{
    min-height: 190px;
    padding: 28px 0;
    text-align: center;
    white-space: pre-line;
}

.program-con ul li p.con span{    
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #212429;
    line-height: 25px;
    padding-left: 16px;
    word-break: keep-all;
}

.program-con ul li p.con span::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #212429;
    border-radius: 50%;
    left: 4px;
    top: 10px;
}


/* Range Board */
.list-wrap {
    width: 100%;
    height: auto;
}

.list-wrap .event-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.list-wrap .event-list li{
    width: 47%;
    height: auto;
}

.list-wrap .event-list li p.thumbnail{
    position: relative;
    width: 100%;
    height: 186px;
    background-color: #D9D9D9;
    border-radius: 4px;
    margin-bottom: 24px;
}

.list-wrap .event-list li p.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-wrap .event-list li p.ongoing::after{
    position: absolute;
    content: '진행중';
    background-color: #C8A445;
    width: 74px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    top: 0;
    left: 0;
    padding: 4px 0;
}

.list-wrap .event-list li p.end::after{
    position: absolute;
    content: '마감';
    background-color: #999999;
    width: 74px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    top: 0;
    left: 0;
    padding: 4px 0;
}

.list-wrap .event-list li p.tit{
    font-size: 20px;
    font-weight: 600;
    color: #212429;
    padding-bottom: 8px;
}

.list-wrap .event-list li p a {
    display: inline-block;
}

.list-wrap .event-list li p.date{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.board-tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
    margin-bottom: 56px;
}

.board-tab li a {
    border-radius: 60px;
    background: #f9f9f9;
    text-align: center;
    padding: 10px 0;
    width: 120px;
    color: #666;
    font-size: 18px;
    display: block;
}

.board-tab li.on a {
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
}