div#htlMainContent{
    width: 100%;
    position: relative;
    margin-left: 0px;
}

div table{
    width: 100%;
}

div#htlSide-A{
    display: none;
}


span.line{
    display: block;
}

img{
    display: block;
}

ul{
    list-style: none;
}



div#page-access{
    font-size: 1rem;
    color: #0d0303;
    font-family: 'Noto Sans KR', sans-serif;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: auto;   
}



div#page-access section#firstView{
    max-width: 1440px;
    margin: 64px auto 0;
    background-image: url(images/white_back.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}

div#page-access section#firstView div.wrap{
    max-width: 1190px;
    margin:auto;
    height: 424px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url(images/firstView.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div#page-access section#firstView div.wrap div.text{
    width: 520px;
    height: 153px;
    margin-bottom: -76px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 11px 8px #ccc;
}

div#page-access section#firstView div.wrap div.text h2{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

div#page-access section#firstView div.wrap img{
    width: 205px;
    position: absolute;
    right: 0;
    z-index: 2;
    margin-right: -128px;
    bottom: -32px;
}

div#page-access section#access{
    max-width: 1440px;
    margin:auto;
    background-image: url(images/white_back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 240px left;
}

div#page-access section#access div.one{
    width: 1190px;
    height: 380px;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#page-access section#access div.one::before{
    position: absolute;
    content: "";
    height: 128px;
    top: 0;
    width: calc((100vw - 1190px) / 2);
   background-color: #0d0303;
   left: calc((100vw - 1190px) / 2 * (-1));
}

div#page-access section#access div.one::after{
    position: absolute;
    content: "";
    height: 128px;
    top: 0;
    width: calc((100vw - 1190px) / 2);
    background-color: #0d0303;
    right: calc((100vw - 1190px) / 2 * (-1));
}


div#page-access section#access div.one p{
    line-height: 2.5em;
    letter-spacing: 0.1rem;
    text-align: center;
}

div#page-access section#access div.map{
    max-width: 1190px;
    margin: auto;
}

div#page-access section#access div.map_two{
    max-width: 1190px;
    margin:auto;
    height: 320px;
    position: relative;
}

div#page-access section#access div.map_two::before{
    position: absolute;
    content: "";
    height: 320px;
    top: 0;
    width: calc((100vw - 1190px) / 2);
    background-color: #0d0303;
    left: calc((100vw - 1190px) / 2 * (-1));
}


div#page-access section#access div.map_two img{
    width: 100%;
    height: auto;
}

div#page-access section#announce{
    max-width: 1190px;
    margin:auto;
}

div#page-access section#announce div.above{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

div#page-access section#announce div.above div.text{
    width: 608px;
    height:432px;
}

div#page-access section#announce div.above div.text h2{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

div#page-access section#announce div.above div.text h2 span{
    display: block;
    margin-top: 64px;
}

div#page-access section#announce div.above div.text p{
    letter-spacing: 0.1rem;
    line-height: 2.5em;
    margin-top: 64px;
}

div#page-access section#announce div.above div.text div.method{
    margin-top: 64px;
}

div#page-access section#announce div.above div.text div.method p{
    padding-bottom: 24px;
    font-size: 1.25rem;
    border-bottom: rgba(13,13,3,0.25) 1px solid;
}

div#page-access section#announce div.above div.text div.method ul{
    margin-top: 32px;
}

div#page-access section#announce div.above div.text div.method ul li{
    line-height: 2.5em;
    letter-spacing: 0.1rem;
}

div#page-access section#announce div.above div.image{
    width: 480px;
    height: 640px;
}

div#page-access section#announce div.above div.image img{
    width: 100%;
    height:100%;
}

div#page-access section#announce div.bottom{
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: flex-end;
}

div#page-access section#announce div.bottom img{
    width: 950px;
}

div#page-access section#checkin{
    max-width: 1190px;
    margin: 132px auto 0;
}

div#page-access section#checkin div.title {
    width: 950px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#page-access section#checkin div.title h2{
    width: 312px;
    margin-bottom: 24px;
}

div#page-access section#checkin div.title h2 img{
    width: 100%;
}

div#page-access section#checkin div.title p{
    letter-spacing: 0.1rem;
}

div#page-access section#checkin div.text{
    width: 950px;
    margin-left: auto;
    margin-top: 64px;
    display: flex;
    justify-content: center;
}

div#page-access section#checkin div.video_box{
    margin: 72px 0  0 auto;
    width: 950px;
    background-color: #0d0303;
    padding-bottom: 40px;
}

div#page-access section#checkin div.video_box h3{
    text-align: center;
    line-height: 2em;
    color: #fff;
    padding-top: 40px;
}

div#page-access section#checkin div.video_box p{
    color: #fff;
    padding-top: 24px;
    text-align: center;
    line-height: 2em;
}

div#page-access section#checkin div.video_box p span{
    display: block;
}

div#page-access section#checkin div.video_box h3 span{
    display: block;
}


div#page-access section#checkin div.video_box div.RVideoPF-Player-BCPlayer{
    margin-top: 32px;
    width: 480px;
    height: 360px;
}



div#page-access section#checkin div.video_box div.RVideoPF-Player-BCPlayer button.vjs-big-play-button{
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: rgba(13,3,3,0.5);
    border-radius: 0px;
    top: 0;
    left: 0;
    background-image: url(images/movie_button.png);
    background-size: 208px;
    background-repeat: no-repeat;
    background-position: center;
    }

div#page-access section#checkin div.video_box div.RVideoPF-Player-BCPlayer button.vjs-big-play-button span::before{
    content: none;
}

div#page-access section#checkin div.video_box a{
    width: 320px;
    padding: 72px 0px 40px;
    display: block;
    color: #0d0303;
    background-color: #cfcdcd;
    text-align: center;
    margin: 32px auto 0;
    background-image: url(images/downlord_font.png),url(images/download_icon.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top 40px center, center left 20px;
    background-size:160px, 64px;

}

div#page-access section#spot{
    max-width: 1190px;
    margin: 128px auto 0;
}

div#page-access section#spot div.title{
    width: 950px;
    margin-left: auto;
}

div#page-access section#spot h2{
    width: 212px;
    margin: auto;
}

div#page-access section#spot h2 img{
    width: 100%;
    height: auto;
}

div#page-access section#spot div.list{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

div#page-access section#spot div.list ul.wrap{
    width: 950px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#page-access section#spot div.list ul.wrap li{
    width: 296px;
    height: 584px;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#page-access section#spot div.list ul.wrap li div.text{
    height: 240px;
}

div#page-access section#spot div.list ul.wrap li div.text h3{
    letter-spacing: 0.1rem;
    line-height: 2em;
    padding-bottom: 16px;
    font-weight: normal;
    border-bottom: rgba(13,13,3,0.25) 1px solid;
}

div#page-access section#spot div.list ul.wrap li div.text p{
    margin-top: 24px;
    line-height: 2em;
    letter-spacing: 0.1rem;
}

div#page-access section#spot div.list ul.wrap li div.text h3 span{
    display: block;
    font-size: 0.875rem;
}



div#page-access section#spot div.list ul.wrap li div.ul p{
    font-size: 0.875rem;
    line-height: 1.6em;
    letter-spacing: 0.1rem;
}

div#page-access section#spot div.list ul.wrap li div.ul{
    height: 48px;
    display: flex;
    flex-direction: column;
}

div#page-access section#spot div.list ul.wrap li div.images{
    width: 296px;
    order: -1;
}

div#page-access section#spot div.list ul.wrap li div.images img{
    width: 100%;
}

div#page-access section#spot div.sub_info {
    margin-top: 64px;
    margin-bottom: -32px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
}

div#page-access section#spot div.sub_info img{
    width: 950px;
    height: auto;
}

div#page-access section#spot div.sub_info img.white{
    width: 205px;
    height:178px; 
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 132px;
    margin-bottom: -56px;
}











