@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);
    display: none;
}

.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%;
}

.mmb_btn .mmb_open {
    /* display: none; */
    /* opacity: 0; */
    /* left: 53.5px; */
}

.mmb_btn .mmb_close {}

.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: 5%;
}

.mmb_list ul li a {
    width: 100px;
    height: 60px;
    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: 300;
    font-size: 1rem;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    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: 1.1rem;
}


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


/* ------ 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;
    color: #fff;
}

.mt {
    width: 100%;
    height: calc(12px + 80vw);
    max-height: 500px;
    background: url(../image/seoullantern/bg_img.png) 00px center no-repeat;
    background-size: cover;    
}

.mt_container {
    width: 100%;
    max-width: 512px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mt h2 {
    position: absolute;
    top: 15%;
    width: 100%;
    font: 700 2.2rem gms_b;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.4);
}
.reservation{
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #0066ebce;
    text-align: center;
    /* line-height: 38px; */
    padding: 12px 20px;
    position: absolute;
    top: 55%;
    left: 35%;
}
.reservation a{
    font-size: 1.125px;
    color: #fff;
}
    .reservation:hover{
        background-color: #0066eb;
    }

.mt .mt_h2_text {
    position: absolute;
    bottom: 7%;
    width: 100%;
    height: calc(30px + 13.5vw);
    max-height: 120px;
    background-color: rgba(34, 34, 34, 0.7);
    border-radius: 25px;
    text-align: left;
    font: 100 0.925rem 'Noto Sans KR';
    line-height: 1.250rem;
    letter-spacing: -1px;
    word-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(34, 34, 34, 0.8);
    box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.8);
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;

}


/* ----- // 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;
}


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

/* ----- 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{} */
.c1_area1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.c1_content-logo{
    max-width: 288px;
    margin: 0 auto;
}
.c1_content-logo img{
    width: 100%;
}

.c1_content-btn{
    margin-top: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c1_content-btn a{
    display: block;
    width: 180px;
    background-color: #e17088;
    padding: 15px 0;
    text-align: center;
    border-radius: 6px;    
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(102, 102, 102, 0.6);
    transition: all 0.3s ease-out;
}
.c1_content-btn a:hover{
    background-color: #e1506f;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.c1_content-btn a:after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../image/seoullantern/ico-right.png) center center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.c1_content-btn a span{
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
}

.c1_area2{
    width: 100%;
    margin: 6.5vw auto;
    text-align: center;
}
.c1_area2 h3{
    font-weight: 700;
    font-size: 1.625rem;
    letter-spacing: 1px;
}
.c1_area2 h3:after{
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    margin: 2vw auto;
    background-color: #333;
}
.c1_area2 p{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-weight: 400;
    font-size: 0.95rem;
    color: #434343;
    letter-spacing: -1px;
    word-wrap: break-word;
    white-space: pre-line;
}


/* ----- // content 1 : 역대 빛초롱, 로고이미지, 행사개요 ----- */
/* ------ // section ----- */
/* ----- 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; */
}

.c2_poster{
    width: 100%;
    max-width: 562px;
    margin: 0 auto;
}
.c2_poster img{
    width: 100%;
}

.c2_notice{
    width: 90%;
    margin: 7vw auto 0;
    text-align: left;
}
.c2_notice dl{
    margin-bottom: 2.4vw;
}
.c2_notice dl dt{
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 1.125rem;
    color: #e17088;
    position: relative;
    margin-bottom: 0.7vw;
}
.c2_notice dl dt:before{
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    margin-left: -10px;
    background-color: #e17088;
}
.c2_notice dl dd{
    width: 100%;
    text-indent: 2vw;
    font-weight: 400;
    font-size: 1rem;
}
.c2_notice dl dd table{
    display: block;
    width: 100%;
    font-size: 0.9rem;
}
.c2_notice dl dd tr{
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.c2_notice dl dd tr:first-child{
    border-bottom: none;
}
.c2_notice dl dd table tr th{
    display: inline-block;
    width: 100px;
    padding: 6px 0;
    background-color: #555;
    font-weight: 500;
    color: #fff;
}
.c2_notice dl dd tr td{
    display: inline-block;
    width: 250px;
    padding: 6px 0;
    background-color: #eee;
    font-weight: 400;
    text-align: left;
    padding-left: 1.2vw;
    white-space: nowrap;
}
.c2_notice b{
    font-size: 0.95rem;
}
/* ----- // content 2 : 행사내용 ----- */

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