@charset "utf-8";

pre {white-space: pre-wrap;}

#event-comments table tr td .contents {padding:30px 0;}


#event-comments table tr td .content_link {
  color: #92b6e6;
}
#event-comments table tr td .content_link * {
  color: #92b6e6;
}

.bb_event_2018 {
    max-width:1300px;
    margin-top:50px;
}
.bb_event_2018 .product_img img {
    width:100%;
}
.bb_event_2018 .product_info {
    margin:50px 0 150px;
    overflow:hidden;
    line-height:1.6;
}
.bb_event_2018 .product_info h4 {
    font-size: 3.0rem;
    margin:0;
}
.bb_event_2018 .product_info small {
    font-size: 1.7rem;
}
.bb_event_2018 .product_info .product_title {
    float:left;   
}
.bb_event_2018 .product_info .product_icon {
    float:right;
    margin-left:17px;   
}
.bb_event_2018 .event_notice {
    background:#fbf2f3;
    padding:65px 55px;
    margin-bottom:100px;
}
.bb_event_2018 .event_notice h3 {
    margin:0 0 20px;
    font-size: 3.2rem;
}
.bb_event_2018 .event_notice li {
    font-size: 1.6rem;
    line-height:1.6;
}

.swiper-pagination-bullet-active {
    background:#407060;
}

.swiper-container {
    max-width:250px;
    height:250px;
}

.mobile .swiper-container {
    margin:2rem auto;
}

.swiper-slide {
    background-size: cover !important;
} 

@media (max-width:1200px) {
    .bb_event_2018 .product_info {
        margin:30px 0 80px;
    }
    .bb_event_2018 .pull-left,
    .bb_event_2018 .pull-right {
        width:100%;
        text-align:center;
        margin-bottom:20px;
    }
    
    .bb_event_2018 .pull-left div {
        width:100%;
    }
    .bb_event_2018 .product_info h4 {
        font-size: 1.8rem;
    }
    .bb_event_2018 .product_info small {
        font-size: 1.4rem;
    }
    .bb_event_2018 .event_notice h3 {
        font-size: 1.8rem;
    }
    .bb_event_2018 .event_notice li {
        font-size: 1.4rem;
    }
}

/* wifi dosirak */
.arrow_list li {
    position:relative;
}
.arrow_list li:after {
    display:block;
    position: absolute;
    right:-20px;
    top:60px;
    content:'';
    width:39px;
    height:10px;
    background:url('/img/event/2018_dosirak/event_dosirak_arrow.png') no-repeat;
}
.arrow_list li:last-child:after {
    display:none;
}

@media (max-width:991px) {
    .arrow_list li:after {
        display:none;
    }
}

.header_gnb .swiper-container{
    margin:0px;
    max-width: inherit;
    height: auto;
}