@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: relative;
    /* top: -70px; */
}

.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;
    background-color: #f8f9fa;
    padding-bottom: 30px;
}

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/citytourbus/title_img.jpg) calc(-200px + -10vw) 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);
}

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


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


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

/* ----- Sub Title ----- */
#sub_title{
    width: 100%;
    margin: calc(20px + 9vw) auto;
}
.sub_title_cont{}
.sub_title_cont h3{
    display: inline-block;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -1px;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    position: relative;
    z-index: 0;
}
.sub_title_cont h3:before{
    display: inline-block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 110%;
    height: 45%;
    background: #bcd9ff;
    transform: translateX(-4.5%);
}
.st_img{
    width: 100%;
    margin-top: calc(20px + 9vw);
}
.st_img img{
    width: 100%;
}

.st_intro{
    width: 92%;
    margin: calc(40px + 5vw) auto calc(60px + 5vw);
}
.st_intro dl dt{
    display: inline-block;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 40px;
}
    .st_intro dl dt:before{
        display: inline-block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #333;
    }

.st_intro dl dd{
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.825rem;
    line-height: 1.85rem;
    letter-spacing: -1px;
    text-align: center;
    white-space: pre-line;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
    .st_intro dl dd+dd{}
    .st_intro_text{}
    .st_intro_text_2{
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: left;
        font-weight: 300;
        color: #007dc3;
        white-space: normal;
    }
/* ----- //Sub Title ----- */

/* ----- content 1 : 코스 ----- */

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


/* .c1_cont{} */

.c1_title {
    width: 100%;
    /* height: calc(41vw);
    max-height: 330px; */
    margin: 20px auto 0;
    /* background: url(../image/editorspicks/c1_title_img.png) center center no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.4); */
    /* display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; */
}

.c1_title h3{
    font-weight: 700;
    font-size: 1.5rem;
    /* font-family: gms_m; */
    color: #333;
    letter-spacing: -1px;
    /* text-shadow: 1px 1px 2px #666; */
    letter-spacing: 1px;
    /* background-color: rgba(34, 34, 34, 0.8); */
    /* border-radius: 50px; */
    /* padding: 18px 25px 15px 28px; */
    /* box-shadow: 0px 5px 2px rgba(34, 34, 34, 0.4); */
    display: inline-block;
}
.c1_title h3:before{
    display: inline-block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #333;
}
.c1_t_text{
    display: block;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.825rem;
    letter-spacing: -1px;
    margin-top: calc(10px + 1vw);
    color: #666;
    word-break: keep-all;
}

/* 컨텐츠 박스 */
.content_box{
    width: 92%;
    margin: 0 auto;
    margin-top: calc(20px + 7vw);
}

/* 컨텐츠 코스 리스트 */
.content_list{
    margin-bottom: 120px;
}
.content_list li+li{
    margin-top: calc(25px + 3.5vw);
}

.content_list_img{
    width: 85%;
    margin: 0 auto;
    border: 6px solid #fff;
    box-shadow: 0px 0px 16px rgba(75, 75, 75, 0.2);
    overflow: hidden;
}
.content_list_img img{
    width: 100%;
    filter: contrast(100%) saturate(110%);
    transform: scale(1) translateZ(0);
    aspect-ratio: auto 302 / 200;
    transition: all .15s cubic-bezier(.23,1,.32,1);
}
    .content_list li:hover .content_list_img img{
        transition: all .6s cubic-bezier(.23,1,.32,1);
        transform: scale(1.05) translateZ(0);
    }

.content_list_textbox{
    margin-top: calc(0px + 2.8vw);
}
.content_list_textbox dt{
    display: inline-block;
    font-weight: 500;
    font-size: 0.925rem;
    color: #007dc3;
    letter-spacing: -1px;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(75, 75, 75, 0.2);
    border-radius: 25px;
    padding: 7px 25px;
    transition: all .15s cubic-bezier(.23,1,.32,1);
}
    .content_list li:hover .content_list_textbox dt{
        font-weight: 700;
        background-color: #007dc3;
        color: #fff;
        transition: all .6s cubic-bezier(.23,1,.32,1);
    }

.content_list_textbox dd{
    width: 80%;
    margin: calc(0px + 2.8vw) auto 0;
    font-weight: 400;
    font-size: 0.825rem;
    letter-spacing: -1px;
    line-height: 1.65rem;
    word-break: keep-all;
}
/* //컨텐츠 코스 리스트 */

/* 컨텐츠 버스 이미지 */
.content_bus_img{
    width: 100%;
    margin: calc(20px + 7vw) auto 0;
}
.content_bus_img li{}
.content_bus_img li+li{
    margin-top: calc(25px + 3.5vw);
}
    .bi{
        display: block;
        width: 85%;
        margin: 0 auto;
        border: 6px solid #fff;
        box-shadow: 0px 0px 16px rgba(75, 75, 75, 0.2);
        overflow: hidden;
    }
    .bi img{
        width: 100%;
        filter: contrast(100%) saturate(110%);
        transform: scale(1) translateZ(0);
        aspect-ratio: auto 302 / 200;
        transition: all .15s cubic-bezier(.23,1,.32,1);
    }
        .content_bus_img li:hover .bi img{
            transition: all .6s cubic-bezier(.23,1,.32,1);
            transform: scale(1.05) translateZ(0);
        }
    .content_bus_img li p{
        display: inline-block;
        margin-top: calc(0px + 2.8vw);
        font-weight: 500;
        font-size: 0.85rem;
        color: #ff6f0f;
        letter-spacing: -1px;
        line-height: 1.25rem;
        background-color: #fff;
        box-shadow: 0px 0px 16px rgba(75, 75, 75, 0.2);
        border-radius: 20px;
        padding: 15px 45px;
        transition: all .15s cubic-bezier(.23,1,.32,1);
    }
        .content_bus_img li:hover p{
            font-weight: 700;
            background-color: #ff6f0f;
            color: #fff;
            transition: all .6s cubic-bezier(.23,1,.32,1);
        }
/* // 컨텐츠 버스 이미지 */
/* // 컨텐츠 박스 */
/* ----- // content 1 : 코스 ----- */

/* ----- content 2 : 운행정보 및 출발장소 , 버스요금 및 상세정보 ----- */
#content2{
    margin-top: 80px;
}

.c2_form{}
.c2_form_title{
    width: 100%;
    margin: 80px auto 40px;
}
.c2_form_title h3{
    font-weight: 700;
    font-size: 1.5rem;
    /* font-family: gms_m; */
    color: #333;
    letter-spacing: -1px;
    /* text-shadow: 1px 1px 2px #666; */
    letter-spacing: 0px;
}

.c2_tb{
    width: 92%;
    margin: 0 auto 20px;
    font-size: 0.68rem;
    letter-spacing: -1px;
}
.c2_tb thead{
    background-color: #007dc3;
    color: #fff;
    vertical-align: middle;
}
.c2_tb tbody{

}
.c2_tb tr{
    height: 40px;
    vertical-align: middle;
    word-break: keep-all;
}
.c2_tb tr th{
    font-weight: 500;
    padding: 15px 0;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
}
.c2_tb tr td{
    font-weight: 400;
    color: #666;
    padding: 12px 3px;
    vertical-align: middle;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    word-break: keep-all;
}
.c2_tb tr td:last-child{
    border-right: 1px solid transparent;
}
    .fc-blue{
        font-weight: 500;
        color: #007dc3;
    }

.c2_form_text{
    width: 80%;
    margin: 0 auto 60px;
}
.c2_form_text p{
    font-weight: 300;
    font-size: 0.68rem;
    color: #222;
    line-height: 1rem;
    text-align: left;
}
/* ----- //content 2 : 운행정보 및 출발장소 , 버스요금 및 상세정보 ----- */

/* ------ // section ----- */
footer{
    margin-top: 0px;
}

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