/* BASIC css start */
/* ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.ev_all {
    max-width: 1000px; /* ÃÖ´ë ³Êºñ 1000px */
    margin: 50px auto; /* Áß¾Ó Á¤·Ä */
}

.ev_all img {
    width: 100%; /* ÀÌ¹ÌÁö ³Êºñ¸¦ 100%·Î ¼³Á¤ */
    background-color: #b12727; /* ¹è°æ»ö ¼³Á¤ */
    border: none; /* Å×µÎ¸® Á¦°Å */
    display: block; /* ºí·Ï ¿ä¼Ò·Î ¼³Á¤ÇÏ¿© ¿©¹é Á¦°Å */
}

/* Ã¼Å©¹Ú½º¸¦ ¼û±è */
#toggle, #toggle2 {
    display: none; /* Ã¼Å©¹Ú½º ¼û±è */
}

/* Ã¼Å©¹Ú½º°¡ Ã¼Å©µÇ¸é ÀÌ¹ÌÁö º¸ÀÌ±â */
#toggle:checked + #secondImage {
    display: block; /* Ã¼Å©¹Ú½º°¡ Ã¼Å©µÇ¸é µÎ ¹øÂ° ÀÌ¹ÌÁö º¸ÀÌ±â */
}

#toggle2:checked + #secondImage2 {
    display: block; /* Ã¼Å©¹Ú½º°¡ Ã¼Å©µÇ¸é µÎ ¹øÂ° ÀÌ¹ÌÁö º¸ÀÌ±â */
}

#secondImage, #secondImage2 {
    display: none; /* Ã³À½¿¡´Â µÎ ¹øÂ° ÀÌ¹ÌÁö¸¦ ¼û±è */
}

.ev_all ul li {
    float: left;
    width: 25%; /* 4°³ÀÇ ¹öÆ°À» °¡·Î·Î ¹èÄ¡ */
}

.ev_all ul li img {
    width: 100%;
}

.ev_03 {
    width: 100%;
    background-color: #b12727;
    padding-top: 30px;
    padding-bottom: 80px;
    overflow: hidden; /* ºÎ¸ð ¿ä¼Ò¿¡¼­ ½ºÅ©·Ñ¹Ù ¼û±â±â */
    position: relative; /* ½½¶óÀÌ´õÀÇ À§Ä¡ Á¶Á¤ */
}

/* ¸ÞÀÎ °øÅë ÀÌº¥Æ®¹è³Ê 01 02 */
.event_area00 {
    width: 80%; /* ¹è³Ê ³Êºñ Á¶Á¤ */
    margin: 0 auto; /* Áß¾Ó Á¤·Ä */
}

.event_area00 .swiper-slide img {
    width: 100%;
}

.event_area00 ul p {
    margin: 20px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.event_area00 ul li {
    float: left;
    width: 80px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.event_area00 ul li img {
    width: 100%;
}

.event_area00 ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.event_area01 {
    margin: 50px 0 90px 20px;
}

.event_area01 .swiper-slide img {
    width: 100%;
}

.event_area02 {
    margin: 60px 0 90px 20px;
}

.event_area02 .swiper-slide img {
    width: 100%;
}

.event_area_txt {
    padding: 0 15px;
}

.event_area_txt .t1 {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin: 30px 0 15px;
}

.event_area_txt .t2 {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.event_area_txt .event_more {
    width: 120px;
    height: 40px;
    margin-top: 20px;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    box-sizing: border-box;
}

/* ¸ÞÀÎ ·Ñ¸µ »óÇ°Áø¿­ */
.main_roll_prd {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-bottom: 30px !important;
}

.main_roll_prd.list_shopping2x ul {
    display: flex;
    width: 100%;
}

.main_roll_prd .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: #e5e5e5;
    border-radius: 0;
    opacity: 1;
    transition: .3s ease-in-out;
}

.main_roll_prd .swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
    background: #1a1a1a;
    border: 0;
}

/* ¸ÞÀÎ ÅÇ »óÇ°Áø¿­ 02 */
.m_tab02 {
    padding: 8px 20px 0;
}

.m_tab02 li {
    color: #111;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 0 6px 6px;
    padding: 6px 18px;
    background: #eaeaea;
    border-radius: 50px;
    line-height: 1;
    transition: all 0.3s;
}

.m_tab02 li.current {
    background: #111;
    color: #fff;
}

.tabcontent02 {
    display: none;
    margin-top: 30px;
    padding: 0;
}

.tabcontent02.current {
    display: block;
}
/* BASIC css end */

