@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;

    */

/* ------------------------------------------------ */
/* ------ section ----- */
section{
    width: 100%;
    max-width: 767px;
}
section h2{
    font-weight: 700;
    font-size: 1.5rem;
    color: #343434;
    letter-spacing: -1px;
    cursor: default;
}
/* ------ main visual ----- */
#main_visual{
    width: 100%;
    height: 500px;
    background: url(../image/index/mainvisual/mv1.jpg) no-repeat center center;
    background-size: cover;
    /* box-shadow: 0px 90px 1px #395f76; */
    /* margin-bottom: 120px; */
    position: relative;
}

#main_visual .mv_img_2{
    position: absolute;
    top: 23%;
    left: 7%;
    width: 90%;
    height: 450px;
    background: url(../image/index/mainvisual/mv2.png) no-repeat center center;
    background-size: 100%;
    /* filter: saturate(120%); */
    filter: saturate(110%) contrast(120%);
}
#main_visual .mv_img_3{
    position: absolute;
    top: 38%;
    /* top: -15%; */
    left: 10%;
    width: 80%;
    height: 400px;
    background: url(../image/index/mainvisual/mv3.png) no-repeat center center;
    background-size: 100%;
}
/* ------ // main visual ----- */
/* ------ content1 : 서울에서 가을 맞이하기 ----- */
#content1{
    position: relative;
    overflow: hidden;
    /* max-height: 550px; */
    height: 100%;
    margin: 1.5rem 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_title{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
/* .c1_title h2{
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
} */

.c1_title ul{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    margin: 7% auto 0;
    text-align: center;    
}
.c1_title ul li{
    width: 33%;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    /* padding: 2% 5%; */
    display: flex;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
    .c1_title ul li+li{
        margin-left: 1%;
    }
    /* .c1_title ul li.c1_t_btn1{
        border: 1px solid transparent;
        background: #007dc3;
    } */
    .c1_title ul li.c1_t_btn2{
        /* margin: 0 -2%; */
    }

.c1_title ul li a{
    font-weight: 500;
    font-size: 0.82rem;
    color: #555;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}
   /*  .c1_title ul li.c1_t_btn1 a{
        color: #fff;
    } */

/* JQuery c1_slide_active */
.c1_title ul li.c1_slide_active{
    border: 1px solid #007dc3;
    background: #007dc3;
}
.c1_title ul li.c1_slide_active a{
    color: #fff;
}

/* --- content 1: slide area --- */
.c1_slide{
    margin-top: 7%;
}

/* .c1_slide .c1_s{}
    .c1_slide .c1_s1{}
    .c1_slide .c1_s2{}
    .c1_slide .c1_s3{} */

.c1_slide .c1_s ul{
    width: 100%;
}
.c1_slide .c1_s ul li{
    box-shadow: 0 0 1rem #eaeaea;
    width: 100%;
    /* max-width: 572px; */
}
.c1_slide .c1_s ul li a{
    width: 100%;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c1_s_img{
    width: 100%;
}
.c1_s_img img{
    width: 100%;
}
.c1_s_textbox{
    width: 100%;
    margin: 0 auto;
    padding: 8% 0;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: left;
}
.c1_s_textbox b{
    font-weight: 500;
    font-size: 1.2rem;
    font-family: gms_m;
    color: #333;
    line-height: 1.5rem;
    text-align: center;
}
    .c1_text_color1{color: #4851ec;}
    .c1_text_color2{color: #d63e5b;}
    .c1_text_color3{color: #845427;}
    .c1_text_color4{color: #f9971b;}
    .c1_text_color5{color: #f77300;}
    .c1_text_color6{color: #ac7a5c;}
    .c1_text_color7{color: #263d9b;}
    .c1_text_color8{color: #00641c;}
    .c1_text_color9{color: #72ae78;}
.c1_s_textbox p{
    /* margin-left: 6%; */
    margin-top: 4%;
    font-weight: 300;
    font-size: 0.92rem;
    color: #666;
    line-height: 1.5rem;
}

.swiper-pagination{
    position: relative;
    top: 10px;
}

/* ----- swiper ----- */
/* .swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
} */
/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
/* .swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
} */
/* ----- // swiper ----- */
/* --- // content 1: slide area --- */
/* ------ // content1 : 서울에서 가을 맞이하기 ----- */

/* ------ banner 1 ----- */
#banner1{
    position: relative;
    overflow: hidden;
    margin: 0rem 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;
}
.b1_slide{
    position: relative;
}
/* .b1_slide .b1_slide_list{} */
.b1_slide .b1_slide_list>div{
    cursor: pointer;
}
/*     .b1_1{}
    .b1_2{}
    .b1_3{}
    .b1_4{}
    .b1_5{}
    .b1_6{}
    .b1_7{}
.b1_slide .b1_slide_dot{} */
.b1_slide .b1_slide_next{
    position: absolute;
    background: none;
    top: 22%;
    right: -11%;
    z-index: 1;
    cursor: grab;
}
    .b1_slide .b1_slide_next .material-icons{
        font-weight: 700;
        font-size: 2rem;
        color: #999;
    }
.b1_slide .b1_slide_prev{
    position: absolute;
    background: none;
    top: 22%;
    left: -8%;
    z-index: 1;
    cursor: grab;
}
    .b1_slide .b1_slide_prev .material-icons{
        font-weight: 700;
        font-size: 2rem;
        color: #999;
    }

/* ------ // banner 1 ----- */
/* ------ content 2 : TOP 5 서울의 궁 ----- */
#content2{
    position: relative;
    overflow: hidden;
    /* max-height: 550px; */
    height: auto;
    margin: 0rem 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;
}
#content2+#content2{
    margin-top: 1.75rem;
}

.c2_title{margin-top: 15px;}
/* .c2_title h2{} */
.c2_grid{
    margin-top: 35px;
}

.c2_grid div{
    background-size: 110%;
    box-shadow: 0 0 0.94rem #eaeaea;
    overflow: hidden;
    background-size: cover;
    position: relative;
    transition: all .15s cubic-bezier(.23,1,.32,1);
}
    .c2_grid div:hover{
        transition: all .6s cubic-bezier(.23,1,.32,1);
        background-position-x: -2%;
    }

.c2_grid div dl{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/index/content2/c2_dec.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 180px;
    color: #fff;
    text-align: left;
    text-indent: 8%;
    transform: scale(1) translateZ(0);
    /* aspect-ratio: auto 302 / 50; */
    transition: all .15s cubic-bezier(.23,1,.32,1);
}
    .c2_grid div:hover dl{
        transition: all .6s cubic-bezier(.23,1,.32,1);
        transform: scale(1.05) translateZ(0);
        background: none;
    }

.c2_grid dt{
    font-weight: 700;
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.8);
    width: 100%;
    position: absolute;
    top: 20%;
}
.c2_grid dd{
    width: 100%;
    font-weight: 400;
    font-size: 1.063rem;
    letter-spacing: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 50%;
}
.c2_grid dd .material-icons{
    margin-left: 34%;
}   
    .c2_grid div:nth-of-type(0n+6){
        background: #fff;
    }
    .c2_grid div:nth-of-type(0n+6) dl{
        background: none;
        color: #333;
    }
    .c2_grid div:nth-of-type(0n+6) dl dt{
        text-shadow: none;
    }

.c2_sizeL{
    display: inline-block;
    width: 91%;
    /* height: 300px; */
    min-height: 180px;
    max-height: 380px;
}
.c2_sizeS{
    display: inline-block;
    width: 45%;
    min-height: 150px;
    max-height: 310px;
}
    .c2_sizeS dl dt{
        font-size: 1.45rem;
    }
    .c2_sizeS dl dd{
        font-size: 0.875rem;
    }

.c2_g1{
    background: url(../image/index/content2/c2_1.png) no-repeat center center;
    /* background-size: 100%; */
}
.c2_g2{
    background: url(../image/index/content2/c2_2.png) no-repeat center center;
    /* background-size: 100%; */
}
.c2_g3{
    background: url(../image/index/content2/c2_3.png) no-repeat center center;
    /* background-size: 100%; */
    margin-right: 0.5%;
}
.c2_g4{
    background: url(../image/index/content2/c2_4.png) no-repeat center center;
    /* background-size: 100%; */
}
.c2_g5{
    background: url(../image/index/content2/c2_5.png) no-repeat center center;
    /* background-size: 100%; */
    margin-right: 0.5%;
}
.c2_g6{
    background: #fff;
}
/* ------ // content 2 : TOP 5 서울의 궁 ----- */
/* ----- content 2-2 : TOP 5 서울의 공원 ----- */
.c2_2_g1{
    background: url(../image/index/content2_2/01.png) no-repeat center center;
    /* background-size: 100%; */
}
.c2_2_g2{
    background: url(../image/index/content2_2/02.png) no-repeat center center;
    /* background-size: 100%; */
}
.c2_2_g3{
    background: url(../image/index/content2_2/03.png) no-repeat center center;
    /* background-size: 100%; */
    margin-right: 0.5%;
}
.c2_2_g4{
    background: url(../image/index/content2_2/04.png) no-repeat center center;
    /* background-size: 100%; */
    margin-right: 0.5%;
}
.c2_2_g5{
    background: url(../image/index/content2_2/05.png) no-repeat center center;
    /* background-size: 100%; */
    margin-right: 0.5%;
}
.c2_2_g6{
    background: #fff;
}
/* .c2_grid div.c2_2_g1 dl{
    background: none;
}
.c2_grid div.c2_2_g2 dl{
    background: none;
}
.c2_grid div.c2_2_g3 dl{
    background: none;
}
.c2_grid div.c2_2_g4 dl{
    background: none;
}
.c2_grid div.c2_2_g5 dl{
    background: none;
} */

/* ----- // content 2-2 : TOP 5 서울의 공원 ----- */


/* ----- 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_title{margin-top: 10px;}

/* -- content 3 : slide -- */
.c3_slide{
    margin-top: 40px;
    margin-left: 1.5%;
}
/* .c3_slide .c3_slide_list{} */
/* .c3_slide .c3_slide_list>div{} */

/* .c3_icon{} */
.c3_icon .material-icons{
    font-weight: 700;
    font-size: 28px;
    color: #333;
    cursor: grab;
    z-index: 5;
    top: 45%;
}
    .c3_icon .material-icons:first-child{
        position: absolute;
        left: 1%;
    }
    .c3_icon .material-icons:nth-child(0n+2){
        position: absolute;
        left: 48%;
        display: none;
    }
    .c3_icon .material-icons:last-child{
        position: absolute;
        right: 1%;
    }

.c3_slide .c3_slide_list>div img{
    display: block;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(51, 51, 51, 0.2);
}
    .festival_text{
        overflow: hidden;
        text-align: left;
    }
    .festival_text h3{
        font-weight: 500;
        font-size: 1rem;
        font-family: gms_m;
        color: #333;
        letter-spacing: -0.02rem;
        margin: 15px 0 0px 0;
        position: relative;
        overflow: hidden;

    }
    .festival_text h3 > span{
        display: none;
        font-weight: 300;
        margin-bottom: 10px
    }
    .festival_text h3 .title-cont{
        display: block;
        position: relative;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .festival_text h3 .title-cont>span{
        float: left;
        height: 100%;
        vertical-align: top;
        font-size: 1rem;
    }
    .festival_text h3 .title-cont .cell-title{
        width: 90%;
    }
    .festival_text h3 .title-cont .cell-ellipsis{
        width: 10%;
    }
    .festival_text h3 .title-cont .cell-ellipsis em{
        font-style: normal;
        position: absolute;
        right: 4%;
        bottom: -2px;
        z-index: 10;
    }

    .festival_text p{
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
        height: 30px;
        font-weight: 300;
        font-size: 0.825rem;
        line-height: 0.95rem;
    }
    .festival_text .mb_btn{
        display: block;
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-weight: 300;
        font-size: 1rem;
        text-align: center;
        background: #e6e6e6;
    }
/* -- // content 3 : slide -- */
/* ----- // content 3 : 축제 & 행사 ----- */
/* ---- content 4 : 서울 구석구석 핫플! ----- */
#content4{
    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;
}
.c4_title{
    margin-top: 15px;
    margin-bottom: 40px;
}
.c4_title ul{
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    margin: 5% auto 0;
    text-align: center;
}
.c4_title ul li{
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 25px;
    padding: 1% 3%;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
    /* .c4_title ul li.c4_t_btn1{
        border: 1px solid transparent;
        background: #007dc3;
    } */
    .c4_title ul li+li{
        margin-left: 1%;
    }

.c4_title ul li a{
    font-weight: 500;
    font-size: 0.8rem;
    color: #555;
    display: block;
    transition: all 0.2s ease-out;
}
   /*  .c4_title ul li.c4_t_btn1 a{
        color: #fff;
    } */

/* JQuery c4_active */
.c4_title ul li.c4_active{
    border: 1px solid transparent;
    background: #007dc3;
}
.c4_title ul li.c4_active a{
    color: #fff;
}
/* // JQuery c4_active */
/* .c4_list{}
.c4_list ul{} */
.c4_list ul li{
    width: 100%;
    position: relative;
}
.c4_list ul li+li{
    margin-top: 3%;
}
.c4_list ul li a{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.c4_list_img{
    width: 50%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    /* border: 1px solid #fff; */
    border-radius: 25px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.35);
}
.c4_list_img img{
    width: 100%;
    min-width: 160px;
    filter: contrast(110%) saturate(150%);
    transition: all .15s cubic-bezier(.23,1,.32,1);
}
    .c4_list ul li:hover .c4_list_img img{
        transition: all .6s cubic-bezier(.23,1,.32,1);
        transform: scale(1.05);
    }

.c4_list_textbox{
    width: 50%;
    max-height: 150px;
}
.c4_list_textbox dl{
    text-align: left;
    /* margin-top: 40px; */
    margin-left: 10%;
    margin-top: 12%;
}
.c4_list_textbox dl dt{
    font: 700 1.275rem gms_m;
    color: #333;
    line-height: 2rem;
    /* -webkit-text-stroke: 0.5px #222; */
    /* text-shadow: 20px 20px 0px #263d9b; */
/*     word-wrap: normal;
    white-space: normal; */
}
.c4_list_textbox dl dd p{
    margin-top: 12px;
    width: 100%;
    height: 70px;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    word-wrap: normal;
}
/* ----- //content 4 : 서울 구석구석 핫플! ----- */
/* ----- conente 5 : VisitSeoul TV ----- */
#content5{
    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;
}
.c5_title{
    margin-top: 15px;
    margin-bottom: 35px;
}

/* .c5_list{}
.c5_list ul{} */
.c5_list ul li{
    width: 100%;
}
.c5_list ul li+li{
    margin-top: 4%;
}
.c5_list ul li a{
    width: 100%;
    /* padding: 2% 5%; */
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow:0 0 16px 0 rgba(0,0,0,.16);
    padding: 4% 0;
}
.c5_list_img{
    width: 50%;
}
/* .c5_list_img img{} */

.c5_list_textbox{
    width: 50%;
    text-align: left;
    text-indent: 7%;
}
.c5_list_textbox h3{
    font-weight: 700;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c5_list_textbox .c5_text{
    display: block;
    font-weight: 400;
    font-size: 0.78rem;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
    .add_text{margin-top: 1%;}
    /* .at_play{} */
    .at_play .at_play_img{
        padding-left: 30px;
        background: url(../image/index/content5/Icon_awesome-play.png) 10px 6px no-repeat;
    }
    .at_play span:nth-child(0n+2){
        font-weight: 300;
        font-size: 0.72rem;
        color: #333;
    }
    /* .at_heart{} */
    .at_heart .at_heart_img{
        padding-left: 30px;
        background: url(../image/index/content5/Icon_ionic-ios-heart.png) 10px 6px no-repeat;
        margin-left: -3px;
        margin-right: 3px;
    }
    .at_heart span:nth-child(0n+2){
        font-weight: 300;
        font-size: 0.72rem;
        color: #333;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

/* ----- // conente 5 : VisitSeoul TV ----- */
/* ----- banner 2 ----- */
#banner2{
    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;
}
/* #banner2 ul{}
#banner2 ul li{} */
#banner2 ul li+li{
    margin-top: 5%;
}
#banner2 ul li a{
    display: flex;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-pack: center; */
    justify-content: center;
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0.63rem 0.94rem #eaeaea;
}
#banner2 ul li a span{
    display: inline-block;
}
.b2_title{
    font-weight: 500;
    font-size: 1.095rem;
    font-family: gms_m;
    color: #fff;
    letter-spacing: -0.02em;
    /* line-height: 30px; */
    text-shadow: 0px 0px 1px #ccc;
    position: absolute;
    top: 38%;
    left: 12%;
}
.b2_text{
    display: inline-block;
    /* width: 25%; */
    /* height: 38px; */
    /* line-height: 38px;  */
    background: rgba(255, 255, 255, 0.85);
    padding: 2% 4%;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
    color: #333;
    position: absolute;
    right: 30px;
}

.b2_1{
    background: url(../image/index/banner2/b2_1.png) center 0 no-repeat;
    background-size: cover;
}
.b2_2{
    background: url(../image/index/banner2/b2_2.png) center 0 no-repeat;
    background-size: cover;
}
.b2_3{
    background: url(../image/index/banner2/b2_3.png) center 0 no-repeat;
    background-size: cover;
}
.b2_4{
    background: url(../image/index/banner2/b2_4.png) center 0 no-repeat;
    background-size: cover;
}
/* ----- //banner 2 ----- */
/* ------ // section ----- */
/* ------------------------------------------------ */