@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/getting_to_seoul/title_img.png) 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: 3px;
    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 ----- */
/* ----- Sub Title ----- */
#sub_title{
    width: 100%;
    margin: calc(20px + 9vw) auto;
}
.sub_title_cont{}
.sub_title_cont h3{
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -1px;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

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


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

/* ----- 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 h2 {
    font-weight: 700;
    font-size: 1.5rem;
    font-family: gms_m;
    color: #333;
    letter-spacing: 2px;
    /* 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); */
    position: relative;
    z-index: 0;
}
.c1_title h2:before{
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 34%;
    width: 120%;
    height: 45%;
    background: rgb(255, 188, 188);
    transform: translateX(-9%);
}

/* 컨텐츠 박스 */
.content_box{
    width: 100%;
    margin-top: 20px;
}

.content_img_box{
    margin: 5vw 0;
}
.content_img_box dl{
    margin-bottom: 1.4vw;
}
.content_img_box dl dt{
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.2rem;
}
.content_img_box dl dd{
    text-align: right;
    font-weight: 400;
    font-size: 0.75rem;
    color: #999;
    letter-spacing: -1px;
}
    .subway_href{
        font-weight: 500;
        color: #0066eb;
    }
    .subway_href:hover{
        text-decoration: underline;
    }
    .subway_img{
        box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.3);
    }


.content_text_box{}

.text1{}
.text1_1{
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.68rem;
    text-align: left;
    line-height: 1.5rem;
    letter-spacing: -1px;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.t1_form{
    width: 100%;
    margin: calc(0px + 5vw) auto;
    text-align: center;
}
.t1_form table{
    /* width: 100%; */
    margin: 0 auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.t1_form tr{
    font-size: 0.55rem;
    vertical-align: middle;
}
    .t1_form tr:first-child{
        background-color: #007dc3;
        color: #fff;
    }
.t1_form tr th{
    width: 33%;
    padding: 12px 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.t1_form tr th:first-child{
    border-right: 1px solid #ccc;
}
.t1_form tr td{
    font-weight: 500;
    color: #666;
    vertical-align: middle;
}

.t1_form ol{
    margin-top: 8px;
    display: inline-block;
    width: 80%;
    text-align: left;
    font-weight: 400;
    font-size: 0.55rem;
    color: #666;
}


.text1_2{
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.68rem;
    text-align: left;
    line-height: 1.5rem;
    letter-spacing: -1px;
}
.text1_2 li{}
.text1_2 li span{}
    .text1_2 li p{
        width: 100%;
        text-align: center;
        margin-top: calc(10px + 3vw);
    }
    .text1_2 li p img{
        width: 100%;
        max-width: 340px;
        box-shadow: 0px 2px 5px rgba(34, 34, 34, 0.3);
        border: 6px solid #fff;
    }
.text1_2 li+li{
    margin-top: 3.2vw;
}
.text1_2 li dl{
    width: 100%;
    /* display: inline-block; */
    text-align: center;
    margin: 2vw 0;
    box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.4);
    background-color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.text1_2 li dl dt{
    width: 35%;
    font-weight: 500;
    font-size: 0.68rem;
    background-color: #fff;
}
.text1_2 li dl dd{
    width: 65%;
}
.text1_2 li dl dd img{
    width: 100%;
}
/* // 컨텐츠 박스 */
/* ----- // content 1 : 지하철 ----- */

/* ----- content 2 : 택시 ----- */
#content2{
    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; */

}
.c2_cont{
    margin-top: 6.5rem;
}
.c2_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;
}

.c2_title h2 {
    font-weight: 700;
    font-size: 1.5rem;
    font-family: gms_m;
    color: #333;
    letter-spacing: 2px;
    /* 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); */
    position: relative;
    z-index: 0;
}
.c2_title h2:before{
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 34%;
    width: 120%;
    height: 45%;
    background: rgb(255, 226, 188);
    transform: translateX(-9%);
}

/* content 2 : content_box */
/* .content_box{
    margin-top: 20px;
} */
.text2_1{
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.68rem;
    text-align: left;
    line-height: 1.5rem;
    letter-spacing: -1px;
    white-space: pre-line;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.text2_2{
    width: 100%;
    text-align: center;
    margin: calc(5px + 2vw) auto;
}
.text2_2 ul{}
.text2_2 ul li{}
.text2_2 ul li+li{
    margin-top: calc(20px + 7vw);
}
.text2_2 ul li dl{}
.text2_2 ul li dl dt{}
    
    .text2_2_title{
        display: inline-block;
        font-weight: 700;
        font-size: 0.85rem;
        color: #454545;
        text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.2);
        position: relative;
    }
    .text2_2_title:before{
        position: absolute;
        top: -3px;
        display: inline-block;
        content: '';
        width: 90%;
        height: 2px;
        background-color: #007dc3;
        transform: translateX(5%);
    }
    .text2_2 ul li dl dt img{
        display: block;
        filter: saturate(130%);
        width: 100%;
        max-width: 330px;
        margin: 2vw auto 0;
        border: 6px solid #fff;
        border-radius: 25px;
        box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.4);
        transition: all .3s ease-out;
    }
        .text2_2 ul li dl dt img:hover{
            transform: scale(1.02);
        }

.text2_2 ul li dl dd{
    width: 70%;
    margin: calc(3px + 2vw) auto 0;
    font-weight: 400;
    font-size: 0.6rem;
    color: #555;
    text-align: center;
    line-height: 1.25rem;
    letter-spacing: -1px;
    white-space: pre-line;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
    .text2_2_add b{
        color: rgb(146, 38, 38);
    }
    .text2_2_add span{
        font-weight: 400;
        color: #222;

    }

.taxi_reservation{
    margin-top: 8vw;
}
    .taxi_reservation span{
        display: inline-block;
        font-weight: 500;
        font-size: 1rem;
    }
    .taxi_reservation span:before{
        display: inline-block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #333;
    }
    .taxi_reservation a{
        display: block;
        font-weight: 400;
        font-size: 0.72rem;
        color: #121212;
    }


.text2_3{
    margin-top: calc(10px + 8vw);
}
.text2_3_title{
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
}
    .text2_3_title:before{
        display: inline-block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #333;
    }

.t2_3_form{
    width: 100%;
    margin: calc(0px + 2vw) auto;
    text-align: center;
}
.t2_3_form table{
    /* width: 100%; */
    margin: 0 auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.t2_3_form tr{
    font-size: 0.68rem;
}
    .t2_3_form tr:first-child{
        background-color: #007dc3;
        color: #fff;
    }
.t2_3_form tr th{
    width: 33%;
    padding: 12px 20px;
    vertical-align: middle;
}
.t2_3_form tr th:first-child{
    border-right: 1px solid #ccc;
}
.t2_3_form tr td{
    padding: 16px 20px;
    font-weight: 300;
    font-size: 0.6rem;
    color: #666;
    vertical-align: middle;
}
.t2_3_form ol{
    display: inline-block;
    width: 80%;
    margin: 8px auto 0;
    text-align: left;
    font-weight: 400;
    font-size: 0.68rem;
    color: #666;
    text-indent: -19px;
}


.text2_4{
    margin-top: calc(10px + 8vw);
}
.text2_4_title{
    display: inline-block;
    font-weight: 500;
    font-size: 0.95rem;
}   
    .text2_4_title .t2_4_t1{
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
        .text2_4_title .t2_4_t1:before{
            display: inline-block;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #333;
        }
    .text2_4_title .t2_4_t2{
        display: block;
        margin-top: 10px;
    }

.text2_4_1{
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.68rem;
    text-align: left;
    line-height: 1.5rem;
    letter-spacing: -1px;
    white-space: pre-line;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.text2_4_2{}
.text2_4_2 dl{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
    .text2_4_2 dl+dl{
        margin-top: 2.5vw;
    }
.text2_4_2 dl dt{
    font-weight: 500;
    font-size: 0.72rem;
}
.text2_4_2 dl dd{
    margin-left: 20px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 0.68rem;
}


.text2_4_2 form{
    width: 100%;
    margin: calc(0px + 2vw) auto;
    text-align: center;
}
.text2_4_2 form table{
    /* width: 100%; */
    margin: 0 auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.text2_4_2 form tr{
    font-size: 0.68rem;
    text-align: left;
}
    .text2_4_2 form tr:first-child{
        text-align: center;
        font-weight: 400;
        background-color: #007dc3;
        color: #fff;
    }
    .text2_4_2 form tr th{
    width: 33%;
    padding: 12px 20px;
    font-weight: 500;
    vertical-align: middle;
}
.text2_4_2 form tr th:first-child{
    border-right: 1px solid #ccc;
}
.text2_4_2 form tr td{
    padding: 16px 20px;
    font-weight: 300;
    font-size: 0.6rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
}
.text2_4_2 form ol{
    display: inline-block;
    width: 80%;
    margin: 8px auto 0;
    text-align: left;
    font-weight: 400;
    font-size: 0.68rem;
    color: #666;
    text-indent: -19px;
}


/* // content 2 : content_box */
/* ----- // content 2 : 택시 ----- */

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

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