@charset 'utf-8';

body {margin: 0; padding: 0;}
section {width: 100%; height: auto;}
h2.hidden {display: none;}

/*header*/
header {width: 100%; height: 75px; background: #fff;}

/*logo*/
#logo {
    width: 10%;
    height: 35px;
    text-indent: -9999px;
    background: url(../images/hd_logo02.png)no-repeat top center;
    background-size: 100%;
    position: absolute;
    left: 5%;
    top: 24px;
    display: block;
}

#logo a,
.hd_active a {
    text-indent: -9999px;
    width: 10%;
    height: 35px;
    display: inline-block;
}

.hd_active {
    width: 10%;
    height: 35px;
    text-indent: -9999px;
    background: url(../images/hd_logo02.png)no-repeat top center;
    background-size: 100%;
    position: absolute;
    left: 5%;
    top: 20px;
    display: none;
}

/*gnb*/
nav {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.7);
}

nav ul {
    float: right;
    padding-top: 30px;
}

nav li {
    float: left;
    margin-right: 180px;
}

nav li a {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 20px;
}
nav li a span {display: inline-block; text-indent: -9999px; width: 25px; height: 20px; margin-right: 3px; background: url(../images/arrow.png)no-repeat center center; background-size: 70%;}

/***contents header***/
#content_header {height: 670px; background: url(../images/bg-08.png)no-repeat bottom center; background-size: cover; background-attachment: fixed;}


.img_wrap, .description_wrap {width: 49.8%; height: 100%; height: 100%; display: inline-block;}

.img_wrap .thumb {width: 50%; height: 100%; background: url(../images/2020-08.jpg)no-repeat top center; background-size: 100%; margin: 0 auto; margin-left: 45%;}

.description_wrap {float: right;}
.list_box {margin-top: 180px;}
.list_box li {color: #fff;}
.list_box li:first-of-type {font-size: 2.3em; line-height: 42px; font-weight: 500;}
.list_box li:nth-of-type(2) {margin-top: 10px; font-size: 1.3em; font-weight: 300; line-height: 24px;}
.list_box li:last-of-type {margin-top: 20px; font-size: 1.15em; font-weight: 600;}

.list_box a {display: block; width: 180px; height: 45px; border-radius: 25px 25px; border: 1px solid #fff; margin-top: 40px; text-align: center; line-height: 46px; font-size: 1.1em; font-weight: 500; color: #fff; transition: all 0.2s ease;}
.list_box a:nth-of-type(2),.list_box a:nth-of-type(3) {margin-top: 8px;}


.list_box a:hover {background: #fff; color: #2d2d2d; font-weight: 700;}

/***contents body***/
#content_body,#time_table {width: 85%; margin: 0 auto;}
#content_body {height: 1900px;}
#time_table {height: 400px;}


/*cont_image : 본문*/
.cont_img {display: block; margin: 0 auto; margin-top: 80px; text-indent: -9999px; width: 40%; height: 900px; background: url(../images/2020-08.jpg)no-repeat top center; background-size: 100%;}

.cont_img:last-of-type {background: url(../images/2020-08-1.jpg)no-repeat top center; background-size: 100%; margin-top: -150px;}
/*
 *
 *
 기존 margin-top : 0 설정 이었음.
 */


.cont_header {width: 100%; margin: 0 auto; margin-top: 50px; padding-bottom: 30px; border-bottom: 1px solid #dedede;}
.cont_header p {font-size: 3em; font-weight: 300; text-align: center;}
.cont_detail h2 {line-height: 28px; padding: 30px; text-align: center; font-weight: 500;}
.cont_detail h3 {text-align: center; font-weight: 300; line-height: 24px;}
.cont_detail span {display: block; margin: 0 auto; margin-bottom: 30px; width: 80px; height: 1px; border: none; background: #2d2d2d;}
.table {display: block; margin: 0 auto; width: 70%; height: 300px; background: url(../images/table.png)no-repeat top center; background-size: 90%; text-indent: -9999px;}

#time_table .cont_detail > h2 {padding-top: 60px;}

/*text description wrap*/
.txt_wrap {margin-top: 40px; color: #2d2d2d; margin-bottom: 60px;}
.txt_wrap h4 {font-size: 1.2em; font-weight: bold; text-align: center;}
.txt_wrap p {width: 40%; height: auto; word-wrap: break-word; font-size: 1em; line-height: 20px; margin: 0 auto; margin-top: 20px; text-align: center;}


/*ticket info*/
#time_table .cont_detail h2 {text-align: left; font-size: 1.5em; margin-left: 0; padding: 0; margin-bottom: 30px; margin-top: 30px;}
.ticket_info {width: 63%; height: auto; margin-left: 0; font-weight: 400; font-size: 1em; letter-spacing: -0.5px; text-align: left;}
.ticket_info p:first-of-type {margin-bottom: 5px;}
/*.ticket_info p:nth-of-type(2) {float: right; clear: both;}*/


/*footer*/
footer {
    width: 100%;
    height: 240px;
    background: #222;
    position: relative;
}

footer h1 a {
    display: block;
    text-indent: -9999px;
    width: 8%;
    height: 90px;
    background: url(../images/ft_logo.png)no-repeat top left;
    background-size: 90%;
    position: absolute;
    top: 15%;
    opacity: 0.5;
    left: 10%;
    margin-left: -4%;
}

.footer_info {
    display: block;
    height: auto;
    color: #666;
    font-weight: 200;
    width: 40%;
    text-align: left;
    padding-top: 6%;
    margin-left: 6%;
}

small,
address {
    font-style: normal;
    display: block;
    clear: both;
    font-weight: 400;
    color: #808080;
}

address {
    margin-bottom: 10px;
    height: 20px;
}

small {
    height: 20px;
}

.footer_info h5 {
    font-weight: 200;
    margin-top: 5px;
}