
.vegas-img
{
    position: relative;
    z-index: 1;

    display: table;

    width: 100%;
    height: 630px ;
    /*height: 100% !important;*/
    /*padding-top: 150px;*/
    /*border: 1px solid #000;*/
}

.vegas-img > section
{
    display: table;

    width: 100%;
    height: 100%;
}
.vegas-img > section:before
{
    position: absolute;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .05;
    background-color: #000;
}
.vegas-img > section article
{
    /*color: #fff;*/
    position: relative;
    z-index: 2;

    display: table-cell;

    width: 100%;
    height: 100%;
    /*text-align: center;*/

    vertical-align: top;
}

.vegas-img article h1
{
    font-family: 'Roboto',sans-serif;
    font-size: 2.5em;
    font-weight: 600;

    position: relative;

    margin-top: 2em;

    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.6);
}
.vegas-img article h1 p
{
    font-size: .5em;

    position: relative;

    margin-top: 1rem;

    opacity: .8;
    color: #fff;
    text-shadow: none;
}
.vegas-img article h1:after
{
    display: block;

    width: 70px;
    height: 1px;
    margin: 2rem 0;

    content: '';

    opacity: .6;
    background-color: #fff;
}
.vegas-img article h3
{
    /*font-weight: bold;*/
    font-size: 1.2em;
    line-height: 1.5;

    position: relative;

    margin-top: 1em;

    color: #fff;
}

.vegas-img article h3.main-quickmenu-title
{
    font-family: 'Roboto','sans-serif';
    font-weight: 600;
}
#fullpage .fp-slides
{
    position: relative;
    z-index: 2;
}

#fullpage .myContent
{
    height: 550px;
    /*position: relative;*/
    /*z-index: 10;*/
    /*border: 1px solid #000;*/
}
#section0
{
    background-attachment: fixed;
    /*background: #fff url(./img/section0.jpg) center top no-repeat;*/
    -webkit-background-size: contain;
            background-size: contain;
}


.myContent
{
    display: table-cell;

    min-width: 1200px;

    vertical-align: middle;
}

.jarallax
{
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img
{
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';

    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.main-title *
{
    color: #fff;
}
.main-title h1
{
    /* text-align: justify; */
    /* width: 330px; */
    font-family: 'Noto Sans KR', sans-serif;
    /* width: 315px; */
    /* height: 60px; */
    font-size: 5rem;
    font-weight: bold;

    text-shadow: 0 3px 0 rgba(0,0,0,.6);
}
.main-title h3
{
    font-family: 'Jeju Gothic', serif;
    font-size: 2.1rem;
}
.main-title-gubun
{
    position: relative;

    height: 95px;
}
.main-title-gubun *
{
    color: #fff;
}
.main-title-gubun dt
{
    line-height: 95px;

    width: 95px;
    height: 95px;

    border: 1px dashed #fff;
    border-radius: 50%;
}
.main-title-gubun dt,
.main-title-gubun dd
{
    display: inline-block;
    float: left;
    /*width: 1%;*/
}
.main-title-gubun dd
{
    position: relative;
    z-index: 5;

    margin-top: 38px;
    padding: 0 2rem;
}

.main-title-gubun dt.main-title-gubun-left dt
{
    margin-right: 3.5rem;
}
.main-title-gubun dt.main-title-gubun-right dt
{
    margin-left: 3.5rem;
}
.main-title-gubun-left:after
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 95px;

    display: block;

    height: 1px;

    content: '';
    animation-name: myAnimation;
    animation-duration: .9s;
    animation-delay: 2s;

    opacity: .6;
    background-color: #fff;

    animation-fill-mode: forwards;
}

.main-title-gubun-right:after
{
    position: absolute;
    top: 50%;
    right: 95px;

    display: block;

    height: 1px;

    content: '';
    animation-name: myAnimation;
    animation-duration: 1.2s;
    animation-delay: 2.6s;

    opacity: .6;
    background-color: #fff;

    animation-fill-mode: forwards;
    /*animation-iteration-count: 1;*/
    /*animation-timing-function: ease; */
}

.main-title-gubun dd abbr
{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;

    text-decoration: none;

    color: #242424;
    border-radius: 50%;
    background-color: #f6ff00;
}


@keyframes myAnimation
{
    from
    {
        width: 1%;
    }
    to
    {
        width: 60%;
    }
}

.main-traffic
{
    background-color: #fff;
}

.main-traffic-legend
{
    position: absolute;
    top: 8px;
    left: 100px;
}


.main-traffic-legend li
{
    float: left;

    padding: 0 1rem;
}

.main-traffic-legend figure
{
    font-size: .7em;

    display: inline-block;

    width: 30px;
    height: 4px;
    /*background-color: transparent;*/
}

.main-traffic-table
{
    width: 100%;
    min-height: 125px;
}
.main-traffic-table *
{
    vertical-align: bottom;
}

.main-traffic-ul
{
    position: relative;
    bottom: 15px;

    display: table;

    width: 100%;
}
.main-traffic-ul > li
{
    position: relative;

    display: table-cell;

    width: 1%;
}

.main-traffic-ul > li h6 span
{
    font-family: 'Roboto', sans-serif;
    font-size: .9em;
    font-weight: 600;

    display: inline-block;

    padding: 0 .5rem;

    color: #000;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #fff;
}
.main-traffic-ul > li h6 span.text-tg
{
    background-color: #fdf3c2;
}
.main-traffic-locaion
{
    position: relative;
    z-index: 2;

    display: inline-block;

    width: 22px;
    height: 22px;

    border-width: 5px;
    border-style: solid;
    border-color: #888;
    border-radius: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
}
.main-traffic-ul > li:not(:last-of-type) .main-traffic-line
{
    position: absolute;
    z-index: 1;
    left: 50%;

    display: block;

    width: 100%;
    height: 10px;

    content: '';
}


.main-line-top
{
/*    top: -3px;*/
    top: 0;

    background-color: transparent;
}
.main-line-bot
{
    top: 12px;

    background-color: transparent;
}

.main-line-color-noInfo
{
    background-color: #888;
}

.main-line-color-smooth
{
    background-color: #7ace1d;
}

.main-line-color-retard
{
    background-color: #f39800;
}

.main-line-color-jam
{
    background-color: #e60012;
}


.main-label-ic
{
    border-color: #688d9f;
}
.main-label-tg
{
    border-color: #0086cf;
}


.traffic-tit-bulmomt-tunnel:before
{
    position: absolute;
    top: -56px;
    left: 34px;
    display: block;
    width: 140px;
    height: 57px;
    content: '';

    content: '';

    background: transparent url(../../img/traffic-tit-bulmomt-tunnel.png) center top no-repeat;
    background-size: contain;
}
.traffic-tit-bulmomt:before,
.traffic-tit-noksan:before
{
    position: absolute;
    top: -30px;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: transparent url(../../img/traffic-tit-noksan.png) center top no-repeat;
}


.main-notice
{
    background-color: #01368e;
}
/* .main-notice a:not(i)
{
    color: #fff;
} */
.main-notice-tbl
{
    width: 100%;
    min-height: 85px;

    vertical-align: middle;
}
.main-notice-tbl th figure
{
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 32px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}

.main-notice-tbl th figure i {
    
    color: #44a7b6;
}

.notice-list
{
    width: 370px;
    max-width: 370px;

    table-layout: fixed;
    border-collapse: collapse;
}
.notice-list li
{
    /*display: table-cell;*/
    display: block;
}
.notice-list li:first-of-type
{
    overflow: hidden;

    width: 70%;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice-list li:last-of-type
{
    width: 30%;
}
.notice-list li a
{
    display: inline-block;
    overflow: hidden;

    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;
}



.mainNoticeTableWrap
{
    line-height: 90px;

    position: relative;
    /*float: right;*/

    overflow: hidden;

    width: 100%;
    height: 90px;
}

.mainNoticeTableWrap .my-slide-notice
{
    font-size: 1.3em;
    font-weight: 300;

    width: 1200px;

    color: #fff;
}

.mainNoticeTableWrap .my-slide-notice a
{
    font-size: .8em;
    font-weight: 300;

    color: #fff;
}

.mainNoticeTableWrap .my-slide-notice a:hover
{
    text-decoration: underline;
}

.mainNoticeTable th
{
    line-height: 90px;

    width: 60%;
    padding: 0 0 0 2%;

    text-align: left;
    vertical-align: middle;
}

.mainNoticeTable td
{
    font-size: .8em;

    width: 25%;
    padding-right: 30px;

    text-align: right;
    vertical-align: middle;
}

.mainN1
{
    float: left;

    width: 100%;

    border: 1px solid red;
    /*border-right: 1px solid rgb(70, 70, 70);*/
}

#bxslider-slide-notice
{
    width: 90%;
}
.bxslider-btn li
{
    padding: 0;
}
.bxslider-btn li > a
{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 29px;

    display: inline-block;

    width: 25px;
    height: 25px;

    text-align: center;

    color: #45484e;
    border-radius: 25px;
    background-color: #fff;
}
.bxslider-btn li > a:hover
{
    text-decoration: none;
}

.main-contents
{
    padding: 4em 0;

    background: #ececec url(../../img/main-ptn-dot.png) 0 0 repeat;
}

.main-con-toll
{
    min-height: 290px;

    background-color: #fff;
    background-image: url(../../img/main-con-toll-back.png);
    background-repeat: no-repeat;
    background-position: 180% 280%;
}
.main-con-toll a:hover {
    text-decoration: none;
}

.main-cctv
{
    background-color: #3b77c7;
    background-image: url(../../img/main-cctv-back.png);
    background-repeat: no-repeat;
    background-position: 150% bottom;
}

.quick-apply
{
    background-color: #3ba3b2;
    background-image: url(../../img/quick-apply-back.png);
    background-repeat: no-repeat;
    background-position: 128% 153%;
}

.quick-apply .list-unstyled li a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid rgba(255,255,255,.7);
}

.main-traffic-situation
{
    /*min-height: 290px;*/

    background-color: #0bade8;
    background-image: url(../../img/main-traffic-situation-back.png);
    background-repeat: no-repeat;
    background-position: right 101%;
}

.main-blog
{
    background-color: #5cc410;
}
.main-blog a {
    display: block;
    
}
.main-blog a:hover,
.main-blog a:focus {
    text-decoration: none;
}

.main-blog-text
{
    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 165px;

    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.main-tour
{
    background-color: #fff;
    overflow: hidden;
    height: 290px;

}

#bxslider-tour > div {
    float: left;
    width: 25%;
}

#bxslider-tour > div img
{
    display: inline-block;
}
#bxslider-tour > div a
{
    /* width: 100%; */
    /* vertical-align: bottom; */
    /* text-align: center; */
    position: relative;

    display: block;

    height: 120px;
    overflow: hidden;
}
#bxslider-tour > div h6
{
    /* border-radius: 7px; */
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;
    /* margin-top: 10px; */
    /* padding-top: 15px; */
    /* background-color: #000; */

    color: #555;
    border: 0;
}
#bxslider-tour > div h6:after
{
    position: absolute;
    bottom: -2em;

    width: 110%;
    height: 1px;
    margin-left: -5%;

    content: '';

    background-color: #bcbebd;
}

.main-tourist-info {
    background-color: #fff;
}

.main-tourist-info-title {
    min-height: 245px;
    position: relative;

}
.main-tourist-info-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 80%;
    top: 10%;
    right: 0;
    border-right: 1px dotted #aaaaaa;
}

.main-tourist-info-title  figure {
    /*display: table-cell;*/
    /*height: 100%;*/
    width: 100%;
    position: absolute;
    top: 40%;
    margin-top: -25%;

    vertical-align: middle;
}
.main-tourist-info-title  figure h4 {
    line-height: 1.3;
}


.main-nextpre
{
  
    display: inline-block;

}
.main-nextpre a
{
    font-size: 1.5em;
    line-height: 30px;
    /* box-shadow: 2px 2px rgba(0,0,0,.3); */

    display: inline-block;
    float: left;

    width: 27px;
    height: 27px;

    text-align: center;

    color: rgb(150,150,150);
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

.main-nextpre a:hover,
.main-nextpre a:focus
{
    text-decoration: none;
}

.main-nextpre a:first-of-type
{
    border-left: 1px solid #dcdcdc;
}
#bxslider-tour-list div a {
    display: block;
    position: relative;
    height: 120px;
    width: 120px;
}
#bxslider-tour-list div figure {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
    display: inline-block;
}
#bxslider-tour-list div figure img {
    display: inline-block;
    max-width: none;
}   
#bxslider-tour-list div img.tour-list-part {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.font-roboto
{
    font-family: 'Roboto', sans-serif;
}



#quick-menu
{
    width: 100px;
    /*min-height: 780px;*/
    min-height: 100%;
    float: right;
    background-color:#34b6e5;
    position: fixed;
    right: 0;
    top: 0;
    /*padding-top: 45px;*/
    z-index: 20;
}

#quick-menu h2.quick-tit
{
    font-size: 2.2rem;
    line-height: 3.8rem;
    font-weight: 600;
    position: relative;

    margin: 0;
    padding: 0;
    height: 150px;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #01368e;

}
#quick-menu h2.quick-tit:after
{
    position: absolute;
    z-index: 200;
    bottom: -20px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -10px;

    content: ' ';

    border-top: 10px solid #01368e;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent; /* Go big on the size, and let overflow hide */
    border-left: 10px solid transparent;
}

#quick-menu h2.quick-tit span
{
    position: relative;
    top: 50%;

    display: inline-block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.quick-ul
{
    margin: 20px 0;
    padding: 0;
}

.quick-ul li
{
    display: block;

    list-style: none;

    /*border-bottom: 1px solid rgb(121, 121, 121);*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.quick-ul li:hover {
    background-color: #26a5d3;
}

.quick-ul li a
{
    font-size: 1.2em;

    position: relative;

    display: block;

    padding: 5px 0;

    text-align: center;

    color: #fff;
}

.quick-ul li a figure {
    background-color: #ebf8fc;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    line-height: 75px;
    text-align: center;
}
.quick-ul li a figure img {
    max-width: 45px;
}
.quick-ul li a h4
{
    font-size: 1.4rem;
    margin: 8px 0;
    padding: 0 5px;
}