@charset "UTF-8";

.guide_ticket h1, .usage_ticket h1{
    border-top: 0;
}
.usage_ticket h1{
    margin-bottom: 100px;
}
.wrap_guide_ticket{
    display: flex;
    justify-content: center;
}
.guide_ticket_desc h2{
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.guide_ticket_desc p{
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #888;
    text-align: center;
}
.guide_ticket_box{
    margin-top: 60px;
    padding-bottom: 178px;
    width: 500px;
}
.usage_ticket_box{
    width: 500px;
    padding-bottom: 0;
}
.guide_ticket_box a.before,
.usage_ticket_box button, .guide_ticket_box .guide_ticket_wrapper{
    display: inline-block;
    margin-bottom: 22px;
    padding: 30px;
    width: 100%;
    border:1px solid #2F2F2F;
    border-radius: 4px;
    background: #212121;
}
.usage_ticket_box .current{
    border: 1px solid #FF0000;
}
.guide_ticket_box a:nth-child(3),
.usage_ticket_box button:nth-child(3){
    margin-bottom: 0;
}
.guide_ticket_info{ 

    text-align: left;
}
a.guide_ticket_price, button.guide_ticket_price {
    background: #383838;
    padding: 20px 20px;
}
.guide_ticket_price p {
    font-size: 2rem;
}
.guide_ticket_info h3{
    padding-bottom: 14px;
    margin-bottom: 16px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #dedede;
    border-bottom: 1px solid #2F2F2F;
}
.guide_ticket_info p{
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #888;
}
.guide_ticket_info p:nth-child(2){
    margin-bottom: 6px;
}
.guide_ticket_info p:nth-child(3){
    display: inline-flex;
    align-items: center;
}
.guide_ticket_info p:nth-child(3) > svg{
    margin: 0 12px;
}
.guide_ticket_price, .usage_ticket_box button.guide_ticket_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    font-size: 2rem;
    font-weight: 500;
    margin: 10px 0;
}
.usage_ticket_box button.guide_ticket_price {
    padding-top: 20px;
}
a.guide_ticket_price:nth-child(3), .usage_ticket_box button.guide_ticket_price:nth-child(3) {
    padding: 12px 20px;
}
.guide_ticket_price p{
    color: #dedede;
}
.guide_ticket_price div{
    display: inline-flex;
    align-items: center
}
.guide_ticket_price div > span{
    color: #dedede;
}
.guide_ticket_price div.price_area > span:nth-child(2), .guide_ticket_price div.month_price {
    margin-top: 2px;
}
.guide_ticket_price div.price_area > span:nth-child(2), .guide_ticket_price div.month_price > span:nth-child(2){
    margin: 0 0 0 6px;
    /* color: #FF0000; */
}
.guide_ticket_price .price_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.guide_ticket_price div.month_price {
    font-size: 1.2rem;
    font-weight: 200;
}
.guide_ticket_price div > svg{
    margin-left: 6px;
}
/*연간이용권 할인율*/
.guide_ticket_price div > .default_percent {
    background-color: #9D0E0E;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 3.5px 5px;
    display: inline-block;
    margin: 3px 0 0 8px;
}
.guide_ticket_price .ticket_promotion > span{
    font-size: 1.3rem;
    font-weight: 600;
    padding: 3.5px 5px;
    display: inline-block;
}
.guide_ticket_price .ticket_promotion > span:nth-child(1) {
    margin: 3px 8px 0 8px;
    background-color: #CDCDCD;
    color: #fff;
    position: relative;
}
.guide_ticket_price .ticket_promotion > span:nth-child(1)::after {
    content: "";
    width: 150%;
    height: 1.5px;
    position: absolute;
    background-color: #FF0000;
    left: -25%;
    top: 10px;
    transform: rotate(-32deg);
}
.guide_ticket_price .ticket_promotion > span:nth-child(3) {
    background-color: #9D0E0E;
    margin: 3px 0 0 4px;
    padding: 5px 8px;
}
.guide_ticket_price .ticket_promotion > span:nth-child(3) span {
    font-size: 0.9rem;
    font-weight: 400;
}
.guide_ticket_price .ticket_promotion .arrow_right {
    position: relative;
    width: 16px;
    height : 16px;
    transform: rotate(135deg);
}
.guide_ticket_price .ticket_promotion .arrow_right::after, .guide_ticket_price .ticket_promotion .arrow_right::before {
    content: "";
    position: absolute;
}
.guide_ticket_price .ticket_promotion .arrow_right::after {
    width: 16px;
    height: 1.5px;
    background: #CDCDCD;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    border-radius: 1px;
}
.guide_ticket_price .ticket_promotion .arrow_right::before {
    width: 40%;
    height: 40%;
    border: 1.5px solid #CDCDCD;
    border-right: 0;
    border-bottom: 0;
}

/* 이용권 현황 버튼 area */
.usage_ticket_area .wrap_btn > button{
    margin-top: 60px;
}