/************** banner *************/

.banner {
    padding: 7.5rem;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 3.75rem;
}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner1 {background: url(../images/mainBg1.jpg) no-repeat 50% 50%; background-size: cover;}
.banner2 {background: url(../images/mainBg2.jpg) no-repeat 50% 50%; background-size: cover;}
.bannerFair {
    background: url(../images/bannerFair.jpg) no-repeat 50% 50%; background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.banner * {color: #fff; margin-bottom: 1.25rem;}

.banner h2 {font-size: var(--fontXXL); word-break: keep-all;}
.banner p {font-size: var(--fontXL); font-weight: 600;}
.banner a {
    border: 1px solid #fff;
    min-width: 20rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
    font-size: var(--fontL);
    font-weight: 600;
}
.banner a:hover {background-color: rgba(0, 0, 0, 0.5);}


/**************************** main ****************************/


main .wrap>h2.mainPageH2 {
    color: var(--main);
    text-align: center;
    margin: 5rem 0;
    font-size: var(--fontXXL);
    font-weight: 700;
}

main .wrap>h2.mainPageH2 span {color: var(--sub);}

/***************** main>list *****************/

.eventList {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.eventList>div.eventListCard {
    width: calc(25% - 1.875rem);
    border: 1px solid var(--border);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.eventList>div.eventListCard>div:nth-child(1) {
    position: relative;
    max-height: min(22.5rem, 25vw);
    overflow: hidden;
}

.eventList>div.eventListCard>div:nth-child(1)>img {width: 100%;}

.eventList>div.eventListCard>div:nth-child(1)>span {
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 1rem;
    color: #fff;
    padding: 0 1rem;
    font-size: var(--fontS);
}

.eventList>div.eventListCard.eventUpcoming>div:nth-child(1)>span {background-color: var(--main);}
.eventList>div.eventListCard.eventSell>div:nth-child(1)>span {background-color: var(--brown);}
.eventList>div.eventListCard.eventSold>div:nth-child(1)>span {background-color: var(--black);}

.eventList>div.eventListCard>div:nth-child(2) {
    padding: 1.25rem 1.875rem 4.375rem;
}

.eventList>div.eventListCard>div:nth-child(2) h5 {
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eventList>div.eventListCard>div:nth-child(2) p {
    font-size: var(--fontS);
    margin-top: 0.5rem;
    color: var(--gray);
}

.eventList>div.eventListCard .btnEventDetail {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.875rem;
    padding: 0.625rem;
    color: var(--main);
    position: absolute;
    bottom: 0;
}

.eventList>div.eventListCard:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    transform: translate(-2px, -2px);
}

.eventList>div.eventListCard:hover .btnEventDetail {background-color: var(--background2);}



.eventList.eventListFair>.eventListCard {
    width: calc(50% - 1.25rem);

}

.eventList.eventListFair>div.eventListCard>div {max-height: none;}

.eventList.eventListFair>div.eventListCard img {display: block;}

/***************** main>eventAlert *****************/

.eventAlert {
    display: flex;
    gap: 0.625rem 3.75rem;
}

.eventAlert>div {
    flex: 1 1;
}

.eventAlert h3 {margin-bottom: 1.25rem;}

.eventAlert h3 + p.fontGray {
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.eventAlert ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.625rem;
    line-height: 1.5rem;
}

.eventAlert ul li.alertBell {background: url(../images/iconBell.png) no-repeat 0 50%; background-size: 1rem;}
.eventAlert ul li.alertText {background: url(../images/iconText.png) no-repeat 0 50%; background-size: 1rem;}
.eventAlert ul li.alertDc {background: url(../images/iconThunder.png) no-repeat 0 50%; background-size: 1rem;}
.eventAlert ul li.alertLink {background: url(../images/iconLink.png) no-repeat 0 50%; background-size: 1rem;}

.eventAlert>div:has(img) {
    display: flex;
    flex-direction: column;
}

.eventAlert>div img {
    height: 0;
    flex-grow: 1;
    object-fit: contain;
    object-position: right top;
}

.bannerTicketOpen {
    width: 100%;
    display: flex;
    background-color: #FFEDED;
    position: relative;
    margin-top: 5rem;
}

.bannerTicketOpen h3 {font-weight: 900;}

.bannerTicketOpen img {
    margin-top: -6.25rem;
    margin-bottom: -2.5rem;
    object-fit: contain;
}

.bannerTicketOpen img + div {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.bannerTicketOpen img + div .btn {
    display: block;
    width: 20rem;
    background-color: #F6486C;
    color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: var(--fontL);
    font-weight: 600;
}

.bannerChatbot {
    background: linear-gradient(to right, #EEFBF8 0%, #A4E5D4 60%, #C2EEE2 80%, #A4E5D4 100%);
    display: flex;
    gap: 0.625rem 3.75rem;
    justify-content: space-between;
}

.bannerChatbot h2 {font-weight: 900; margin-bottom: 0.625rem;}

.bannerChatbot h3 {
    color: #00B486;
    margin-bottom: 2.5rem;
}


.bannerChatbot ul {
    margin-top: 2.5rem;
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.bannerChatbot ul li {
    line-height: 2rem;
    padding: 0.25rem 1rem;
    border-radius: 1.25rem;
    background-color: #fff;
}

.bannerChatbot>div:has(img) {
    flex-grow: 1;
    text-align: center;
}

.bannerChatbot img {width: 240px;}

.bannerChatbot>div:has(img) .btn {
    background-color: #00B486;
    color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: var(--fontL);
    font-weight: 600;
    display: block;
    margin: 1.25rem auto 0;
    width: 20rem;
}

/***************** main>golfNews *****************/

.golfNews {
    border-top: 1px solid var(--border);
}

.golfNews>li {
    padding: 1.25rem 0;
    display: flex;
    gap: 0.625rem 1.25rem;
    border-bottom: 1px solid var(--border);
}

.golfNews>li>div:nth-child(1) {
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.golfNews>li>div:nth-child(1) img {
    height: 0;
    flex-grow: 1;
    object-fit: cover;
    width: 240px;
}

.golfNews>li>div:nth-last-child(1) {
    padding: 0 2.5rem;
    word-break: keep-all;
}

.golfNews>li>div:nth-last-child(1) h4 {margin-bottom: 0.625rem;}

.golfNews>li>div:nth-last-child(1) p {
    color: var(--gray);
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.golfNews>li>div:nth-last-child(1) div {
    margin-top: 2.5rem;
    font-size: var(--fontS);
    display: flex;
    justify-content: space-between;
}

.golfNews>li>div:nth-last-child(1) div span {
    line-height: 1.5rem;
    color: var(--gray);
}

.golfNews>li>div:nth-last-child(1) div a {
    line-height: 1.5rem;
    color: var(--main);
}

/***************** main>specialCard *****************/


.specialCard {display: flex; gap: 3.75rem;}

.specialCard>div {
    flex: 1 1;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    text-align: center;
    word-break: keep-all;
}

.specialCard>div img {height: 4rem;}

.specialCard>div h4 {margin: 0.5rem 0;}


/**************************** info ****************************/
/***************** info>eventInfo *****************/


.eventInfo {padding: 3.75rem 0;}

.eventInfoWrap {
    display: flex;
    gap: 0 5rem;
}

.eventInfoPoster {
    flex-grow: 1;
    display: flex;
}

.eventInfoPoster>div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.eventInfoPoster>div>img {
    height: 0;
    flex-grow: 1;
    object-fit: contain;
    object-position: left top;
}

.eventInfoWrap h3 {text-align: center;}

.eventInfoPoster + div {width: 50%; min-width: 600px;}

.eventInfoCard {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    text-align: center;
}

.eventInfoCard>div {
    background-color: #fff;
    padding: 1.875rem 2.5rem;
    border-radius: 1rem;
    min-width: 200px;
    flex-grow: 1;
    flex-basis: calc(50% - 0.625rem);
}

.eventInfoCard>div img {height: 4rem;}

.eventInfoCard + p {
    font-size: var(--fontS);
    color: var(--brown);
    margin-top: 0.625rem;
    padding: 0 1rem;
}

.eventInfoWrap a.btn {
    display: block;
    max-width: 17.5rem;
    background-color: var(--brown);
    color: #fff;
    margin: 2.5rem auto 0;
}


/***************** info>대회 내용, 대회 일정 *****************/


.eventDate {overflow: hidden;}

.eventDate>div {
    width: 50%;
    float: left;
}

.eventDate li {
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.eventDate li span {
    color: var(--main);
    position: relative;
    padding-right: 0.625rem;
    border-right: 2px solid var(--main);
    margin-right: 0.625rem;
}


/***************** info>장소 정보 *****************/


.eventPlace {
    display: flex;
    gap: 0 5rem;
}

.eventPlace>div {flex: 1 1;}

.eventPlace>div.eventPlaceTxt p {
    word-break: keep-all;
}

.eventPlace>div.eventPlaceImg {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.eventPlace>div.eventPlaceImg img {
    height: 0;
    flex-grow: 1;
    object-fit: contain;
    object-position: right;
}

.eventPlaceAddress {margin: 0.625rem 0;}

.eventPlaceAddress + p {margin: 1.25rem 0;}

.eventPlaceAddress,
.eventPlaceAddress + p {color: #444; line-height: 1.5rem;}

.eventPlace dl {
    margin-top: 0.625rem;
    display: flex;
    gap: 0 0.5rem;
}

.eventPlace dl dt {
    padding-left: 1.5rem;
    color: var(--main);
}

.eventPlace dl.infoPlace dt {
    background: url(../images/iconPlace.png) no-repeat 0 50%;
    background-size: 1rem;
}

.eventPlace dl.infoTicket dt {
    background: url(../images/iconTicket.png) no-repeat 0 50%;
    background-size: 1rem;
}

.eventPlace dl.infoUser dt {
    background: url(../images/iconUser.png) no-repeat 0 50%;
    background-size: 1rem;
}

.eventPlace dl dd {color: #444;}


/***************** info>티켓 종류 & 가격 *****************/


.eventTicket {
    display: flex;
    gap: 2.5rem 3.75rem;
    flex-wrap: wrap;
}

.eventTicket>div {
    padding: 2.5rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    flex-shrink: 0;
    flex-basis: 30%;
    flex-grow: 1;
}

.eventTicket>div .eventTicketTit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    align-items: center;
}

.eventTicket>div .eventTicketTit span {
    padding: 0.625rem 1.25rem;
    background-color: var(--brown);
    border-radius: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
}

.eventTicketPrice>span {
    padding-left: 2.5rem;
    position: relative;
    color: var(--main);
}

.eventTicketPrice>span::before {
    content: '→';
    width: 2.5rem;
    text-align: center;
    position: absolute;
    left: 0;
    color: var(--black);
}

.eventTicketDate {
    font-size: var(--fontS);
    margin-bottom: 1.25rem;
}

.eventTicketTxt {
    line-height: 1.5rem;
    word-break: keep-all;
}


/***************** info>티켓 할인, 무료 *****************/


div:has(>.eventDc, >.eventFree) {
    display: flex;
    gap: 1.25rem 3.75rem;
}

.eventDc, .eventFree {
    flex: 1 1;
    padding: 2.5rem;
    border-radius: 1rem;
}

.eventDc h3, .eventFree h3 {margin-bottom: 1.25rem;}

.eventDc {
    border: 1px solid var(--border);
}

.eventDc h4 {margin: 1.25rem 0;}

.eventDc div {display: flex; gap: 0.625rem; align-items: center; flex-wrap: wrap;}

.eventDc div * {white-space: noWrap;}

.eventDc div>span {
    display: inline-block;
    padding: 0.625rem;
    border-radius: 0.5rem;
    background-color: var(--background2);
}

.eventFree {background: var(--background);}

.eventFree>div {margin-top: 1.25rem;}

.eventFree h5,
.eventFree p {padding-left: 1.875rem;}

.eventFree h5 {margin-bottom: 0.5rem;}

.eventFree .eventChild h5 {background: url(../images/iconChild.png) no-repeat 0 50%; background-size: 1.25rem;}
.eventFree .eventDisVet h5 {background: url(../images/iconDisVet.png) no-repeat 0 50%; background-size: 1.25rem;}

.eventFree p {color: var(--gray); word-break: keep-all;}


/***************** info>모바일 입장권 *****************/


.mobTicketEnter {display: flex; gap: 1.25rem 3.75rem;}

.mobTicketEnter>div:nth-child(1) {
    border-radius: 2.5rem;
    background: linear-gradient(#FFF7C9, #FBEC95);
    padding: 2.5rem;
    width: 50%;
    text-align: center;
    position: relative;
}

.mobTicketEnter>div:nth-child(1) img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
}

.mobTicketEnter>div:nth-child(1) p {
    width: calc(100% - 5rem);
    background-color: #FEE63E;
    color: #371D1E;
    border: 2px solid #371D1E;
    border-radius: 1.875rem;
    line-height: 2.5rem;
    padding: 0.5rem 0;
    position: absolute;
    bottom: 2.5rem;
    font-weight: bold;
}

.mobTicketEnter>div:nth-child(2) div {margin-top: 2.5rem;}

.mobTicketEnter>div:nth-child(2) dl {
    display: flex;
    line-height: 1.5rem;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.mobTicketEnter>div:nth-child(2) dl dt {
    color: var(--main);
    padding-right: 0.625rem;
    border-right: 1px solid var(--main);
    flex-shrink: 0;
    font-weight: 500;
}

.mobTicketEnter>div:nth-child(2) p {
    color: #444;
    font-size: var(--fontS);
}


/***************** info>모바일 입장권 *****************/


.divPrize {
    padding: 2.5rem;
    border-radius: 2.5rem;
    background-color: var(--background);
}

.divPrize h4,
.divPrize p {margin-bottom: 1.25rem;}

.divPrize dl {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.divPrize dl dt {font-weight: 600; flex-shrink: 0;}

.divPrize a {
    border: 1px solid var(--border);
    background-color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
    font-weight: 500;
}


/***************** info>모바일 입장권 *****************/


.enterGuide {
    display: flex;
    gap: 1.25rem 3.75rem;
}

.enterGuide>div {
    background: var(--background);
    border-radius: 2.5rem;
    padding: 2.5rem;
    display: flex;
    gap: 0.625rem 2.5rem;
    align-items: center;
    flex-grow: 1;
    flex-basis: 30%;
}

.enterGuide>div img {width: 5.25rem;}

.enterGuide>div h4 {margin-bottom: 1.25rem;}

.enterGuide>div dl {
    display: flex;
    margin-top: 0.625rem;
    gap: 0.625rem;
}

.enterGuide>div dl dt {
    padding-right: 0.625rem;
    color: var(--main);
    position: relative;
    flex-shrink: 0;
}

.enterGuide>div dl dt::after {
    content: '';
    width: 1px;
    height: 1.125rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
    background-color: var(--main);
}

.enterGuide>div dl dd {word-break: keep-all;}


/**************************** 티켓 선택 ****************************/


.ticketSelectWrap h3 {text-align: left;}

.ticketSelectBox {
    padding: 2.5rem;
    border: 1px solid var(--border);
    border-radius: 2.5rem;
}

.ticketSelectBox select {
    width: 100%;
    height: 3.125rem;
    margin: 1.25rem 0;
    border-radius: 0.5rem;
    font-size: var(--fontM);
    padding: 0 1.25rem;
}

.ticketSelectBox ul {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--black);
    margin-bottom: 1.25rem;
}

.ticketSelectBox ul li {
    background-color: var(--background);
    padding: 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid var(--border);
    margin-bottom: 1.25rem;
}

.ticketSelectBox ul li h5 {
    margin-bottom: 1.25rem;
}

.ticketSelectBox ul li h5 + div {
    display: flex;
    align-items: center;
    gap: 0.625rem 1.25rem;
}

.ticketSelectBox ul li h5 + div span {
    font-size: var(--fontS);
    color: var(--gray);
}

.ticketSelectBox ul li h5 + div button {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 50%;
    text-indent: -9999px;
    position: relative;
}

.ticketSelectBox ul li h5 + div button.btnMinus::before,
.ticketSelectBox ul li h5 + div button.btnPlus::before {
    content: '';
    width: 0.75rem;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--black);
}

.ticketSelectBox ul li h5 + div button.btnPlus::after {
    content: '';
    width: 2px;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--black);
}

.ticketSelectBox ul li h5 + div input[type=text] {
    display: inline-block;
    width: 5rem;
    height: 2.5rem;
    background-color: #fff;
    border: 1px solid var(--border);
    text-align: center;
    font-size: var(--fontM);
}

.ticketSelectBox .ticketTotalPrize {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticketSelectBox .ticketTotalPrize h3 {margin: 0;}

.ticketSelectBox .ticketTotalPrize + button {
    width: 100%;
    border: 0;
    font-size: var(--fontL);
    margin-top: 1.25rem;
}


/**************************** 내 티켓 ****************************/

/***************** 내 티켓 > 내 정보 *****************/


.userInfo {
    background-color: var(--background);
    padding: 2.5rem;
    border-radius: 2.5rem;
    display: flex;
    gap: 0.625rem 2.5rem;
}

.userInfo div:has(img) {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.userInfo div img {width: 100%;}

.userInfo div:nth-child(2) h4 {margin-bottom: 0.625rem;}

.userInfo div:nth-child(2) p {color: var(--gray);}


/***************** 내 티켓 > 티켓 목록 *****************/


.buyList li {
    border: 1px solid var(--border);
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    display: flex;
}

.buyList li>div {
    flex: 1 1;
    padding: 2.5rem;
}

.buyList li h4 {margin-bottom: 1.25rem;}

.buyList li h4 + div {
    display: flex;
    gap: 0.625rem 1.25rem;
    align-items: center;
}

.buyList li div.ticketQr {
    background-color: var(--background);
    border-radius: 1rem;
    padding: 0.5rem;
    min-width: 156px;
}

.buyList li div.ticketQr>* {
    width: 100%;
    max-width: 140px;
}

.buyList li .ticketInfo dl {
    display: flex;
    gap: 0 0.625rem;
    padding: 0.5rem 0;
}

.buyList li .ticketInfo dl * {line-height: 1.5rem;}

.buyList li .ticketInfo dl dt {
    padding-left: 1.5rem;
    position: relative;
    color: var(--gray);
    white-space: noWrap;
}

.buyList li .ticketInfo dl dt::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0) saturate(100%) invert(41%) sepia(9%) saturate(0%) hue-rotate(35deg) brightness(92%) contrast(86%);
}

.buyList li .ticketInfo dl.buyTicket dt::before {background: url(../images/iconTicket.png) no-repeat 50% 50%; background-size: 1rem;}
.buyList li .ticketInfo dl.buyDate dt::before {background: url(../images/iconCalendar.png) no-repeat 50% 50%; background-size: 1rem;}
.buyList li .ticketInfo dl.buyPrize dt::before {background: url(../images/iconPresent.png) no-repeat 50% 50%; background-size: 1rem;}

.buyList li .ticketInfo dl dd {font-weight: 600;}
.buyList li .ticketInfo dl.buyTicket dd {color: var(--main);}

.buyList li>div:nth-child(2) {
    border-left: 1px dashed var(--border);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.buyList li>div:nth-child(2) button {
    border: 0;
    padding: 0.625rem 1.25rem 0.625rem 3.125rem;
    font-size: var(--fontM);
    color: #fff;
    background-size: 1rem;
    border-radius: 0.5rem;
    position: relative;
    line-height: 1.875rem
}

.buyList li>div:nth-child(2) button:before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    background: url(../images/iconPresent.png) no-repeat 50% 50%;
    background-size: 1.5rem;
    filter: brightness(0) saturate(100%) invert(96%) sepia(99%) saturate(16%) hue-rotate(325deg) brightness(105%) contrast(100%);
}


/***************** 티켓 구매 완료 *****************/


.ticketBuyBox {
    padding: 2.5rem;
}

.ticketBuyEnd {
    padding: 10.25rem 2.5rem 2.5rem;
    background: url(../images/iconCheck.png) no-repeat 50% 3.75rem;
    background-size: 5.25rem;
}

.ticketBuyBox>h4 {text-align: center; margin-bottom: 1.25rem;}

.ticketBuyBox h5:has(+ .ticketBuyList) {margin-bottom: 0.625rem;}

.ticketBuyBox dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    line-height: 1.5rem;
}

.ticketBuyBox dl dt {
    font-size: var(--fontS);
    color: var(--gray);
}

.ticketBuyBox .ticketBuyInfo,
.ticketBuyBox .ticketBuyList>li {
    padding: 1.25rem 1.875rem;
    border-radius: 1rem;
}

.ticketBuyBox .ticketBuyList>li {
    background-color: var(--background);
    margin-bottom: 1.25rem;
}

.ticketBuyBox .ticketBuyTotal {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--border);
    margin: 1.25rem 0;
    padding-top: 0.625rem;
}

.ticketBuyBox .ticketBuyTotal h4 {margin: 0;}

.ticketBuyBox .ticketBuyTotal dt {color: var(--black);}

.ticketBuyBox a {width: 100%;}

.ticketBuyBox .form {
    margin: 1.25rem 0 2.5rem;
}


/***************** 공지사항 *****************/


.tbNotice {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid var(--border);
}

.tbNotice tr {
    border-bottom: 1px solid var(--border);
    cursor: pointer;
}

.tbNotice tr td {
    padding: 0.75rem;
    line-height: 2.25rem;
}

.tbNotice tr td:nth-last-child(1) {
    text-align: right;
    color: var(--gray);
    font-size: var(--fontS);
    white-space: nowrap;
    width: 0;
}

.tbNotice tr td .txtOverflow {
    display: flex;
    width: 100%;
}

.tbNotice tr td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100px;
    flex-grow: 1;
}

.noticeBtCard>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem 3.75rem;
}

.noticeBtCard p {
    line-height: 1.5rem;
    word-break: keep-all;
}

.noticeBtCard div:has(>img) {
    border-radius: 2.5rem;
    overflow: hidden;
    max-width: 600px;
}

.noticeBtCard img {
    width: 100%;
    display: block;
}


/***************** 고객문의 *****************/


.qna {
    border-top: 1px solid var(--border);
}

.qna li>.question {
    display: flex;
    padding: 1.125rem 0;
    gap: 0.625;
    line-height: 1.5rem;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
}

.qna li>.question .fontMain {
    padding: 0 0.625rem;
    width: 2.5rem;
}

.qna li>.question .qnaTit {
    flex-grow: 1;
    display: flex;
}

.qna li>.question .qnaTit p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100px;
    flex-grow: 1;
}

.qna li>.question .btnToggle {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/iconArrow.png) no-repeat 50% 50%;
    border: 0;
    background-size: 1.5rem;
}

.qna li>.answer {
    background-color: var(--background);
    padding: 1.25rem 2.5rem;
    border-bottom: 1px solid var(--border);
    display: none;
}

.qna li.toggleShow>.answer {display: block;}

.qna li.toggleShow>.question .btnToggle {
    transform: rotate(180deg);
}

.serviceBox {
    display: flex;
    gap: 0.625rem 3.75rem;
}

.serviceBox>div {
    flex: 1 1 0;
    padding: 1.875rem 2.5rem;
    text-align: center;
    border-radius: 2.5rem;
    box-sizing: border-box;
    max-width: 440px;
}

.serviceBox>div.serviceInfo {
    border: 1px solid var(--border);
    padding-top: 5.875rem;
    background: url(../images/iconInfo.png) no-repeat 50% 1.875rem;
    background-size: 4rem;
}

.serviceBox>div.serviceInfo h5 {margin : 0.5rem 0;}

.serviceBox>div.serviceInfo p {
    font-size: var(--fontS);
    color: var(--gray);
}

.serviceBox>div.kakaoCh {
    background:  #FEE63E url(../images/imgkakaoCh.png) no-repeat 3rem 50%;
    background-size: 6rem;
    padding-left: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/**************************** 회사 소개 ****************************/
/***************** 회사 소개 > eventIntro *****************/


.eventIntro {
    display: flex;
    gap: 0.625rem 3.75rem;
    justify-content: space-between;
}

.eventIntro h2 {font-weight: 700; word-break: keep-all;}

.eventIntro div:has(>img) {max-width: 40%;}

.eventIntro img {
    width: 100%;
    max-height: 30rem;
    object-fit: contain;
}

.eventIntro>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.eventIntro>div:nth-child(1) h4 {margin-bottom: 1.25rem;}

.eventIntro>div:nth-child(1) p {
    color: #00D49D;
    text-decoration: underline;
}

.keyService {
    display: flex;
    gap: 2.5rem;
}

.keyService>div {
    flex: 1 1;
    background-color: #fff;
    border-radius: 1rem;
    flex-shrink: 0;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
}

.keyService>div img.keyServiceIcon {width: 4rem; margin-bottom: 0.625rem;}
.keyService>div img.keyServiceImg {width: 100%;}

.keyService>div p {
    flex-grow: 1;
    margin: 1rem 0;
    line-height: 1.5rem;
    word-break: keep-all;
}

h4:has(+ .selectReason) {word-break: keep-all;}

.selectReason {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.selectReason>div {
    width: 50%;
    display: flex;
    padding: 2.5rem;
    gap: 0.625rem;
}

.selectReason>div h2 {
    width: 2.5rem;
    font-weight: 700;
    color: #C0E2FF;
}

.selectReason>div h4 {
    padding-top: 1.25rem;
    margin-bottom: 0.625rem;
    color: var(--main);
}

.selectReason>div li {
    color: var(--gray);
    line-height: 1.5rem;
    padding: 0.25rem 0;
    word-break: keep-all;
}

.introSystem>div {
    display: flex;
    gap: 0.625rem 3.75rem;
    width: 100%;
    align-items: center;
    margin-bottom: 3.75rem;
}

.introSystem>div:nth-last-child(1) {margin-bottom: 0;}

.introSystem>div>div:has(img) {width: 50%}
.introSystem>div>div:has(h4) {flex-grow: 1;}

.introSystem>div img {
    width: 100%;
    border-radius: 1rem;
}

.introSystem>div h4 {margin-bottom: 1.25rem;}

.introSystem>div ul li {
    color: var(--gray);
    line-height: 1.5rem;
    padding: 0.25rem 0;
    word-break: keep-all;
}

.introPartner {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 3.75rem;
}

.introPartner>div {
    max-width: 440px;
    width: calc(33.3% - 2.5rem);
    padding: 2.5rem;
    border: 1px solid var(--border);
    border-radius: 2.5rem;
}

.introPartner>div img {width: 100%; border-radius: 1rem;}

.introPartner>div h4 {color: var(--green); margin: 1.25rem 0;}

.introPartner>div ul li {
    line-height: 1.5rem;
    margin-bottom: 0.625rem;
    color: var(--gray);
    position: relative;
    padding-left: 1rem;
    word-break: keep-all;
}

.introPartner>div ul li::before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--gray);
    position: absolute;
    left: 0;
    top: 0.625rem;
}

.introPartner>div ul li:nth-last-child(1) {margin-bottom: 0;}

.introJoinLink {
    background: linear-gradient(to bottom, var(--main) 0%, var(--sub) 100%);
    padding: 3.75rem 0;
    text-align: center;
}

.introJoinLink h3 {color: #fff;}

.introJoinLink a {
    background-color: #fff;
    color: var(--sub);
    font-weight: bold;
    font-size: var(--fontL);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}


/**************************** 갤러리 ****************************/


.galleryList {
    display: flex;
    gap: 2.5rem 3.75rem;
}

.gallery .btnTab>a.btnMain {background-color: var(--green);}

.galleryList {
    gap: 2.5rem 3.75rem;
    flex-wrap: wrap;
}

.galleryList>li {
    width: calc((100% - 7.5rem) / 3);
    border: 1px solid var(--border);
    border-radius: 1rem;
    overflow: hidden;
}

.galleryList>li>div:nth-child(1) {position: relative;}

.galleryList>li>div:nth-child(1) h5 {
    position: absolute;
    left: 2.5rem;
    bottom: 1.25rem;
    color: #fff;
    padding-right: 2.5rem;
}

.galleryList>li img {width: 100%; display: block;}

.galleryList>li>div:nth-child(2) {
    padding: 1.25rem 2.5rem;
}

.galleryList>li>div:nth-child(2) p {
    position: relative;
    color: var(--gray);
    font-size: var(--fontXS);
    line-height: 1.5rem;
    padding-left: 1.5rem;
}

.galleryList>li>div:nth-child(2) p::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/iconCalendar.png) no-repeat 0 50%;
    background-size: 1rem;
    filter: brightness(0) saturate(100%) invert(41%) sepia(24%) saturate(0%) hue-rotate(149deg) brightness(89%) contrast(88%);
}

.galleryList>li>div:nth-child(2) a {
    width: 100%;
    margin-top: 1.25rem;
}

.slide {
    border-radius: 2.5rem;
    overflow: hidden;
}

.galleryInfo {
    display: flex;
    gap: 1.25rem 2.5rem;
    flex-wrap: wrap;
}

.galleryInfo>dl {
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1.875rem;
    width: calc(25% - 1.875rem);
}

.galleryInfo>dl dt {
    color: var(--gray);
    margin-bottom: 0.625rem;
}

.galleryInfo>dl dd {
    font-size: var(--fontL);
    font-weight: bold;
}


/**************************** Fair ****************************/

.different {
    display: flex;
    gap: 1.25rem 2.5rem;
}

.different>div {
    flex: 1 1;
    background-color: #fff;
    text-align: center;
    padding: 2.5rem;
    border-radius: 2.5rem;
    word-break: keep-all;
}

.different>div img {width: 4rem;}

.different>div h5 {
    margin: 0.625rem 0;
    line-height: 2rem;
}

.different>div p {
    margin: 0.625rem 0;
    line-height: 2rem;
    font-size: var(--fontS);
    line-height: 1.5rem;
    color: var(--gray);
}

.imgFairService p {line-height: 1.5rem;}

.support a {padding-left: 1rem; padding-right: 1rem;}

.support>div:nth-child(2)>div {
    border-radius: 1rem;
    padding: 1.25rem 2.5rem 1.25rem 5rem;
}

.support>div:nth-child(2)>div:nth-child(1) {
    margin-bottom: 1.25rem;
    background: #fff url(../images/iconCall.png) no-repeat 1.25rem 50%;
    background-size: 2rem;
}

.support>div:nth-child(2)>div:nth-child(2) {
    background: #fff url(../images/iconMsg.png) no-repeat 1.25rem 50%;
    background-size: 2rem;
}

.support>div:nth-child(2)>div p {
    margin-bottom: 0.625rem;
    color: var(--gray);
}


.wrap.agreePage {
    max-width: 800px;
    padding-top: 3.75rem;
}

.wrap.agreePage h2 {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: var(--fontXL);
}

.agreePage section.radius {margin: 0;}

.agreePage .font-weight-bold {
  line-height: 2.5rem;
  text-align: center;
  font-size: var(--fontM);
}

.agreePage .InfoTop>section {
  padding: 1rem;
}

.agreePage dt {font-weight: 600;}

.agreePage dd {
  margin: 0.625rem 0 1.875rem;
  font-size: 0.875rem;
  word-break: keep-all;
}

.agreePage ol,
.agreePage ul {padding-left: 1rem;}

.agreePage ul li {
  list-style: circle !important;
}

.agreePage li {
  list-style: auto;
  margin-bottom: 0.3125rem;
}

.agreePage p {margin-bottom: 0.625rem;}

.agreePage .depth2, .agreePage .depth3 {
  margin: 0.625rem 0 1.25rem;
  color: #888;
}

.agreePage .depth3 {color: #aaa;}

.agreePage .depth3 li {list-style: hangul-consonant;}

@media screen and (max-width: 1399px) {
    .eventInfoWrap {gap: 2.5rem;}
    .eventInfoCard>div {padding: 1.25rem;}

    .mobTicketEnter {gap: 1.25rem 2.5rem;}

    .mobTicketEnter>div:nth-child(1) {width: 60%;}

    .mobTicketEnter>div:nth-child(1) p {padding: 0;}

    .enterGuide {gap: 1.25rem;}

    .enterGuide>div dl dt::after {
        height: 0.9375rem;
        top: 0.1875rem;
    }

    .serviceBox {gap: 0.625rem 1.25rem;}

    .serviceBox>div {padding: 1.875rem;}

    .serviceBox>div.kakaoCh {
        background-size: 5rem;
        padding-left: 9rem;
    }

    .keyService {gap: 0.625rem;}

    .keyService>div {padding: 1.25rem;}

    .selectReason>div {padding: 1.25rem;}

    .introPartner {gap: 2.5rem 1.875rem;}

    .introPartner>div {
        width: calc(33.3% - 1.25rem);
        padding: 1.875rem;
    }

    section.bgBlue:has(.eventIntro) {
        background: linear-gradient(to right,  var(--background2) 30%, rgba(242, 248, 254, 0)), url(../images/intro.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, right;
        background-size: 100%, cover;
    }

    .eventIntro div:has(>img) {display: none;}

    .eventIntro>div:nth-child(1) h4 {margin: 2.5rem 0;}

    .different {gap: 1.25rem;}
    .different>div {padding: 1.875rem;}
    .different>div h5 {line-height: 1.5rem;}

    section.bgBlue.fairBgBlue {
        background: linear-gradient(to right,  var(--background2) 30%, rgba(242, 248, 254, 0)), url(../images/imgFairService.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, right;
        background-size: 100%, cover;
    }
    section.bgBlue.fairBgBlue div:has(>h2) {padding: 3.75rem 0;}
    section.bgBlue.fairBgBlue div:has(>img) {display: none;}
}

@media screen and (max-width: 1023px) {
    .eventList {gap: 2.5rem 1.25rem;}

    .eventList>div.eventListCard {
        width: calc(25% - 0.9375rem);
    }

    .eventList>div.eventListCard>div:nth-child(2) {padding: 1.25rem 1.25rem 4.375rem;}

    .banner {margin-top: 2.5rem; padding: 4rem;}

    .bannerSub {padding: 2.5rem;}

    .bannerSub h2 {font-size: 2rem; line-height: 2.75rem; word-break: keep-all;}

    .bannerTicketOpen img {
        margin-bottom: 0;
        max-width: min(300px, 40%);
    }

    .bannerTicketOpen img + div {gap: 1.25rem;}

    .bannerChatbot>div:has(img) {max-width: min(30%, 240px);}
    .bannerChatbot img {width: 100%;}
    .bannerChatbot>div:has(img) .btn {width: 100%;}

    .specialCard {gap: 0.625rem;}

    .specialCard>div {padding: 1.875rem 1.25rem;}

    .eventInfoWrap {flex-direction: column;}

    .eventInfoPoster>div>img {
        width: 100%;
        height: auto;
        max-height: 60vh;
        object-position: center;
    }

    .eventInfoPoster + div {
        min-width: auto;
        width: 100%;
    }

    .eventPlace {gap: 1.25rem 2.5rem;}

    .eventTicket {gap: 1.25rem;}

    .eventTicket>div {flex-basis: 40%;}

    div:has(>.eventDc, >.eventFree) {gap: 1.25rem;}

    .mobTicketEnter {flex-direction: column;}

    .mobTicketEnter>div:nth-child(1) {width: 100%;}

    .mobTicketEnter>div:nth-child(1) p {
        width: 60%;
        min-width: 320px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobTicketEnter>div:nth-child(2) div {margin-top: 1.25rem;}

    .mobTicketEnter>div:nth-child(2) dl dd {word-break: keep-all;}

    .mobTicketEnter>div:nth-child(2) dl dd br {display: none;}

    .enterGuide {flex-direction: column;}

    .enterGuide>div dl dt::after {height: 0.8125rem;}

    .ticketSelectWrap h3 {text-align: center;}

    .buyList li {flex-direction: column;}

    .buyList li>div:nth-child(1) {border-bottom: 1px dashed var(--border);}

    .buyList li>div:nth-child(2) {border-left: 0;}

    .serviceBox {
        flex-direction: column;
        align-items: center;
    }

    .serviceBox>div {
        padding: 1.875rem;
        width: 100%;
    }

    .serviceBox>div.kakaoCh {
        background-size: 3rem;
        padding-left: 6rem;
        background-position: 2rem 50%;
    }

    .introSystem>div {gap: 0.625rem 1.875rem;}

    .introPartner {gap: 1.25rem;}

    .introPartner>div {
        width: calc(50% - 0.625rem);
        max-width: none;
    }

    .keyService {flex-wrap: wrap; gap: 1.25rem;}
    .keyService>div {
        width: calc(50% - 0.625rem);
        flex: none;
    }

    h4:has(+ .selectReason) br {display: none;}

    .galleryList {gap: 2.5rem 1.875rem;}
    .galleryList>li {width: calc((100% - 3.75rem) / 3);}
    .galleryList>li>div:nth-child(1) h5 {left: 1.25rem; padding-right: 1.25rem;}
    .galleryList>li>div:nth-child(2) {padding: 1.25rem;}

    .bannerFair {
        height: 50vh;
        min-height: 300px;
    }

    .different {flex-wrap: wrap;}
    .different>div {width: calc(50% - 0.625rem); flex: none;}

    .imgFairService>div {gap: 0.625rem 1.875rem; word-break: keep-all;}
}

@media screen and (max-width: 767px) {
    .txtCenter {word-break: keep-all;}

    .banner {padding: 4rem 0;}

    .banner .wrap {margin-bottom: 0;}
    .banner a {min-width: auto; margin-top: 1.25rem;}

    main .wrap>h2.mainPageH2 {margin: 3.75rem 0;}

    .eventList {gap: 2.5rem 1.125rem;}

    .eventList>div.eventListCard {width: calc(33.3% - 0.75rem);}

    .eventAlert {flex-direction: column-reverse;}

    .eventAlert>div img {
        height: auto;
        flex-grow: 0;
        width: 100%;
    }

    .eventAlert>div:nth-child(1) {padding: 1rem;}

    .eventAlert h3 + p.fontGray br {display: none; word-break: keep-all;}

    .bannerTicketOpen {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .bannerTicketOpen img {margin-top: -3.75rem;}

    .bannerChatbot {
        flex-direction: column;
        gap: 2.5rem;
    }

    .bannerChatbot h3 {margin-bottom: 1.25rem;}

    .bannerChatbot ul {margin-top: 1.25rem;}

    .bannerChatbot ul li {font-size: var(--fontS); padding: 0 1rem;}

    .bannerChatbot>div:has(img) {
        margin: 0 auto;
        max-width: 240px;
    }

    .golfNews>li {flex-direction: column;}

    .golfNews>li>div:nth-child(1) img {
        height: auto;
        width: 100%;
        flex-grow: 0;
    }

    .golfNews>li>div:nth-last-child(1) {padding: 0 1rem;}

    .specialCard {
        flex-direction: column;
        gap: 1.25rem;
    }

    .eventInfoCard {gap: 0.625rem;}

    .eventInfoCard>div img {height: 3rem;}

    .eventDate>div {width: fit-content; margin: 0 auto; float: none;}

    .eventDate>div h3 {text-align: center;}

    .eventDate>div:nth-child(1) {margin-bottom: 5rem;}

    .eventDate li {display: flex;}

    .eventDate li span {white-space: nowrap;}

    .eventPlace {flex-direction: column-reverse;}

    .eventPlace>div.eventPlaceImg img {
        height: auto;
        width: 100%;
    }

    .enterGuide>div {flex-direction: column;}

    .enterGuide>div h4 {text-align: center; margin-bottom: 0.625rem;}

    .enterGuide>div>div {width: 100%;}

    .eventTicket>div {
        width: 100%;
        flex-basis: auto;
        padding: 1.875rem;
    }

    .eventTicket>div .eventTicketTit span {
        padding: 0.3125rem 0.625rem;
        font-size: var(--fontXS);
    }

    div:has(>.eventDc, >.eventFree) {flex-direction: column;}

    .eventDc, .eventFree {padding: 1.875rem;}

    .ticketSelectBox {padding: 1.875rem;}

    .ticketBuyBox {padding-right: 1.875rem; padding-left: 1.875rem;}

    .noticeBtCard>div {flex-direction: column;}

    .noticeBtCard div {
        max-width: none;
        width: 100%;
    }

    .selectReason>div {width: 100%;}

    .selectReason>div h2 {
        font-size: 2.5rem;
        line-height: 4rem;
        flex-shrink: 0;
    }

    .introSystem>div {gap: 1.875rem;}

    .introSystem>div:nth-child(2n+1) {flex-direction: column-reverse;}
    .introSystem>div:nth-child(2n) {flex-direction: column;}

    .introSystem>div>div:has(img) {width: 100%;}
    .introSystem>div>div:has(h4) {width: 100%;}

    .introPartner {flex-direction: column;}
    .introPartner>div {width: 100%;}

    .introPartner>div:not(:has(img)) h4 {margin: 0 0 1.25rem;}

    .galleryList {gap: 1.25rem;}
    .galleryList>li {width: calc((100% - 1.25rem) / 2);}

    .different {gap: 0.625rem;}
    .different>div {padding: 1.25rem; width: calc(50% - 0.3125rem);}
    .different>div img {width: 3rem;}
    .different>div p {line-height: 1.25rem;}

    .imgFairService>div {flex-direction: column; gap: 1.25rem 1.875rem;}
    .imgFairService>div>div,
    .imgFairService>div img {width: 100%; display: block;}
    .imgFairService>div br {display: none;}
}

@media screen and (max-width: 499px) {
    main .wrap>h2.mainPageH2 {
        text-align: left;
        margin: 3.75rem auto;
        width: fit-content;
    }

    main .wrap>h2.mainPageH2 span {display: block;}

    .eventList>div.eventListCard>div:nth-child(1) {min-height: 50vw;}

    .eventList>div.eventListCard {width: calc(50% - 1.25rem); flex-grow: 1;}

    .bannerSub {padding: 1.875rem;}

    .bannerSub h2 {font-size: 1.75rem; line-height: 2.25rem;}

    .bannerTicketOpen img + div .btn {width: 100%;}

    .bannerChatbot ul li {font-size: var(--fontXS);}

    .mobTicketEnter>div:nth-child(1) {padding: 1.875rem;}

    .mobTicketEnter>div:nth-child(1) p {display: none;}

    .divPrize dl {flex-direction: column; margin-bottom: 1rem;}

    .ticketSelectBox ul li h5 + div {
        flex-direction: column;
        align-items: flex-start;
    }

    .ticketBuyBox dl:not(.ticketBuyTotal) {flex-direction: column; align-items: flex-start;}

    .buyList li>div {padding: 1.875rem;}

    .buyList li h4 + div {flex-direction: column;}

    .buyList li h4 + div .ticketInfo {width: 100%;}

    .buyList li>div:nth-child(2)>div {flex-direction: column;}

    .keyService>div {width: 100%;}

    .keyService>div img.keyServiceIcon {
        width: 2rem;
        margin: 0.25rem 0;
        position: absolute;
    }

    .keyService>div h4 {
        line-height: 1.5rem;
        margin-left: 3rem;
        padding: 0.5rem 0;
    }

    .keyService>div p {
        flex-grow: 1;
        line-height: 1.5rem;
        word-break: keep-all;
        margin: 0.5rem 0 1rem;
    }

    .galleryList {gap: 1.25rem 0.625rem;
}

    .galleryList>li {
        width: calc((100% - 0.625rem) / 2);
        border: 0;
        border-radius: 0;
    }

    .galleryList>li img {border-radius: 0.5rem;}

    .galleryList>li>div:nth-child(1) h5 {
        position: static;
        color: var(--black);
        margin-top: 0.625rem;
        padding: 0;
    }

   .galleryList>li>div:nth-child(2) {padding: 0.625rem 0;}

   .galleryList>li>div:nth-child(2) a {
        margin-top: 0.625rem;
        padding: 0.3125rem;
   }
}
