@import url('common.css');
@import url('font.css');
@import url('header_footer.css');

/* 폰트 종류  common.css */


/*  font-family: 'Nanum Gothic', sans-serif; 400 700 800  */


/*  font-family: 'Nanum Myeongjo', serif; 400 700 800  */


/*  font-family: 'Do Hyeon', sans-serif;  */


/*  font-family: 'Black Han Sans', sans-serif;  */


/*  font-family: 'Jua', sans-serif;  */


/*  font-family: 'Noto Sans KR', sans-serif;
	        font-weight: 100, 300, 400, 500, 700, 900;  */


/* 폰트 종류  font.css */


/* 
        <sandbox>
    font-family: SB_B, sans-serif;
    font-family: SB_M, sans-serif;
    font-family: SB_L, sans-serif;

        <나눔스퀘어>
    font-family: Nanum Square EB, sans-serif;
    font-family: Nanum Square B, sans-serif;
    font-family: Nanum Square M, sans-serif;
    font-family: Nanum Square L, sans-serif;

        <Gmarket 산스 OTF>
    font-family: GmS_B, sans-serif;
    font-family: GmS_M, sans-serif;
    font-family: GmS_L, sans-serif;

        <NEXON Lv.1 고딕>
    font-family: NEXON Lv1 Gothic B;
    font-family: NEXON Lv1 Gothic M;
    font-family: NEXON Lv1 Gothic L;

        <NEXON Lv.2 고딕>
    font-family: NEXON Lv2 Gothic B;
    font-family: NEXON Lv2 Gothic M;
    font-family: NEXON Lv2 Gothic L;

        <타이포 쌍문동 굴림>
    font-family: typo sg;

    */


/* ------------------------------------------------ */


/* --- 우측중앙 고정 메뉴 이동버튼 --- */

#main_menu_btn {
    position: fixed;
    top: 25%;
    right: 1%;
    z-index: 100;
    transition: all .6s cubic-bezier(.23,1,.32,1);
}

.mmb_cont {}

.mmb_btn {
    width: 104px;
    height: 60px;
    margin-bottom: 10%;
    /* overflow: hidden; */
    position: relative;
}

.mmb_btn a {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.4);
    position: absolute;
    right: 1%;
    /* top: -70px; */
}

.mmb_btn .mmb_open {
    /* display: none; */
    /* opacity: 0; */
    /* right: 1%; */
}

.mmb_btn .mmb_close {
    /* right: 1%; */
}

.mmb_btn a .material-icons {
    position: absolute;
    top: 0;
    left: 10%;
    font-weight: 400;
    font-size: 2.625rem;
    color: #007dc3;
    line-height: 3.15rem;
}

.mmb_list {
    /* display: none; */
    position: absolute;
    right: 0%;
    /* right: -100%; */
}


/* .mmb_list ul{} */

.mmb_list ul li {}

.mmb_list ul li+li {
    margin-top: 20%;
}

.mmb_list ul li a {
    width: 80px;
    height: 40px;
    background-color: #007dc3;
    border-radius: 25px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.8);
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mmb_list ul li a:active {
    background-color: #fff;
}

.mmb_list_title {
    font-weight: 400;
    font-size: 0.875rem;
    color: #fff;
    transition: all 0.1s ease;
    text-shadow: 1px 2px 2px rgba(34, 34, 34, 0.8);
}

.mmb_list ul li a:active .mmb_list_title {
    color: #007dc3;
    font-weight: 700;
    text-shadow: none;
    font-size: 0.92rem;
}


/* --- //우측중앙 고정 메뉴 이동버튼 --- */


/* ------ section ----- */

section {
    /* 상단 메뉴바 고정 height 60px */
    margin-top: 60px;
    width: 100%;
    max-width: 767px;
}

section h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #343434;
    cursor: default;
}


/* ----- Title ----- */

#main_title {
    text-align: center;
}

.mt {
    width: 100%;
    height: 400px;
    background: #0070bd;
    color: #fff;
}

.mt_container {
    width: 100%;
    max-width: 512px;
    height: 400px;
    margin: 0 auto;
    background: url(../image/event/title_img_1.png) center center no-repeat;
    background-size: 100%;
    position: relative;
}

.mt h2 {
    position: absolute;
    top: 15%;
    width: 100%;
    font: 700 2.625rem gms_b;
    color: #fff;
    letter-spacing: -1px;
    /* text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.4); */
}

.mt .mt_h2_text {
    position: absolute;
    bottom: 7%;
    width: 100%;
    font: 700 1.250rem gms_l;
    color: #fff;
    letter-spacing: -1px;
    word-spacing: -1px;
    cursor: default;
}


/* ----- // Title ----- */


/* 현재 위치 표시 */

#location {
    text-align: right;
    height: 40px;
    background: #eee;
}


/* .location_cont{} */

.location_box {
    padding-top: 7px;
    margin-right: 3%;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
}

.location_box .l_home {
    vertical-align: top;
}

.location_box .l_home:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/ico/ico-home@2x.png) 0 center no-repeat;
    background-size: 100%;
    opacity: 0.7;
    position: relative;
    top: 2px;
    right: 5px;
    vertical-align: top;
}

.location_box .material-icons {
    font-size: 1.825rem;
    line-height: 1.8rem;
    vertical-align: top;
}

.location_box .l_page {
    font-weight: 700;
    color: #454545;
    vertical-align: top;
    cursor: pointer;
}


/* // 현재 위치 표시 */


/* ----- EVENT MENU ----- */

#event_menu {
    margin-top: 40px;
    margin-bottom: 60px;
}


/* #event_menu ul{}
#event_menu ul li{} */

#event_menu ul li+li {
    margin-top: 5%;
}

#event_menu ul li a {
    display: flex;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-pack: center; */
    justify-content: center;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0.63rem 0.94rem #3434344b;
    position: relative;
    transition: all 0.2s ease-out;
}

#event_menu ul li a:hover {
    opacity: 0.85;
}

.em_1 {
    background: url(../image/event/event_bg_1.png) center bottom no-repeat;
    background-size: 100%;
}

.em_2 {
    background: url(../image/event/event_bg_2.png) center 0 no-repeat;
    background-size: 100%;
}

.em_3 {
    background: url(../image/event/event_bg_3.png) center top no-repeat;
    background-size: 100%;
}

.em_h3 {
    font-weight: 700;
    font-size: 1.875rem;
    color: #fff;
    letter-spacing: -1px;
    /* text-shadow: 1px 1px 2px #666; */
}


/* .em_h3_text{} */

.em_banner {
    display: flex;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-pack: center; */
    justify-content: center;
    width: 90%;
    margin: 70px auto 0;
    background-size: cover;
    border: 5px solid #eee;
    /* border-radius: 50px; */
    overflow: hidden;
    box-shadow: 0 0.63rem 0.94rem #eaeaea;
}


/* .em_banner a{} */

.em_banner a img {
    width: 100%;
    height: 100%;
}


/* ----- // EVENT MENU ----- */


/* ----- content 1 : 이벤트 ----- */

#content1 {
    position: relative;
    overflow: hidden;
    /* max-height: 550px; */
    height: auto;
    margin: 1.75rem 1rem 0 1rem;
    padding: 1.75rem 1.5rem;
    border-radius: 0.94rem;
    background-color: #fff;
    box-shadow: 0 0.63rem 0.94rem #eaeaea;
    /* z-index: 3; */
}


/* .c1_cont{} */


/* 진행중 박스 */

.content_bluebox {
    display: inline-block;
    min-width: 80px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.875rem;
    border-radius: 4px;
    color: #fff;
    background: #0066eb;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
}


/* //진행중 박스 */

.c1_title {
    width: 100%;
    height: 100px;
    background: url(../image/event/event_bg_1.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.4);
    display: flex;
    align-items: center;
    justify-items: center;
}

.c1_title h2 {
    margin: 0 auto;
    font: 700 2.2rem gms_b;
    color: #fff;
    letter-spacing: 6px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.c1_title .c1_t_text {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 4% auto 1%;
    background: rgba(34, 34, 34, 0.6);
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.c1_list {
    margin-top: 60px;
    text-align: center;
}


/* .c1_list li{} */

.c1_list li a {
    display: block;
    width: 100%;
    /* height: 310px; */
    margin: 0 auto;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 10%);
    /* overflow: hidden; */
    position: relative;
}

.c1_list li a:hover .c1_list_img {
    transform: scale(1.03);
}

.c1_list_img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.c1_list_img img {
    width: 100%;
}

.c1_list_textbox {
    position: absolute;
    bottom: -8%;
    left: 10%;
    padding: 2% 0 2.5%;
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 0.94rem rgba(34, 34, 34, 0.2);
}

.c1_list_title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
}

.c1_list_text {
    display: block;
    font-size: 0.875rem;
    color: #666;
    letter-spacing: -1px;
}

.c1_list_dot {
    margin-top: 15%;
}

.c1_list_dot ul li a {
    width: 10px;
    height: 10px;
    background: #007dc3;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.2);
}


/* ----- // content 1 : 이벤트 ----- */


/* ----- content 2 : 축제&행사 -----*/

#content2 {
    position: relative;
    overflow: hidden;
    /* max-height: 550px; */
    height: auto;
    margin: 1.75rem 1rem 0 1rem;
    padding: 1.75rem 1.5rem;
    border-radius: 0.94rem;
    background-color: #fff;
    box-shadow: 0 0.63rem 0.94rem #eaeaea;
    /* z-index: 3; */
}


/* .c1_cont{} */

.c2_title {
    width: 100%;
    height: 150px;
    background: url(../image/event/event_bg_2.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.4);
    display: grid;
    align-items: center;
    justify-items: center;
}

.c2_title h2 {
    /* margin: 0 auto; */
    font: 700 2.2rem gms_b;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.c2_title .c2_t_text {
    width: 90%;
    height: 30px;
    line-height: 30px;
    background: rgba(34, 34, 34, 0.8);
    border-radius: 25px;
    color: #fff;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.c2_list {
    margin-top: 60px;
    text-align: center;
}


/* .c2_list li{} */

.c2_list li a {
    display: block;
    width: 100%;
    /* height: 310px; */
    margin: 0 auto;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 10%);
    /* overflow: hidden; */
    position: relative;
}

.c2_list li a:hover .c2_list_img {
    transform: scale(1.03);
}

.c2_list_img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.c2_list_img img {
    width: 100%;
}

.c2_list_textbox {
    position: absolute;
    bottom: -8%;
    left: 10%;
    padding: 2% 0 2.5%;
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 0.94rem rgba(34, 34, 34, 0.2);
}

.c2_list_title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
}

.c2_list_text {
    display: block;
    font-size: 0.875rem;
    color: #666;
    letter-spacing: -1px;
}

.c2_list_dot {
    margin-top: 15%;
}

.c2_list_dot ul li a {
    width: 10px;
    height: 10px;
    background: #007dc3;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.2);
}


/* ----- // content 2 : 축제&행사 ----- */


/* ----- content 3 : 전시 ----- */

#content3 {
    position: relative;
    overflow: hidden;
    /* max-height: 550px; */
    height: auto;
    margin: 1.75rem 1rem 0 1rem;
    padding: 1.75rem 1.5rem;
    border-radius: 0.94rem;
    background-color: #fff;
    box-shadow: 0 0.63rem 0.94rem #eaeaea;
    /* z-index: 3; */
}


/* .c3_cont{} */

.c3_title {
    width: 100%;
    height: 100px;
    background: url(../image/event/event_bg_3.png) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.4);
}

.c3_title h2 {
    font: 700 2.4rem gms_b;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    padding-top: 10%;
}

.c3_title .c3_t_text {
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 4% auto 1%;
    background: rgba(34, 34, 34, 0.6);
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.c3_list {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
}

.c3_list li {
    width: 100%;
}

.c3_list li a {
    display: block;
    width: 100%;
    /* height: 310px; */
    margin: 0 auto;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 10%);
    /* overflow: hidden; */
    position: relative;
}

.c3_list li a:hover .c3_list_img {
    transform: scale(1.03);
}

.c3_list_img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.c3_list_img img {
    width: 100%;
}

.c3_list_textbox {
    /* position: absolute;
    bottom: -50%;
    left: 10%; */
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    width: 80%;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 0.94rem rgba(34, 34, 34, 0.2); */
}

.c3_list_title {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
}

.c3_list_text {
    display: block;
    font-size: 0.875rem;
    color: #666;
    letter-spacing: -1px;
}

.c3_list_dot {
    margin-top: 60px;
}

.c3_list_dot ul li a {
    width: 12px;
    height: 12px;
    background: #0070bd;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.2);
}

.swiper-pagination {
    bottom: -20% !important;
}


/* ----- // content 3 : 전시 ----- */


/* ------ // section ----- */


/* ------------------------------------------------ */