ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.middle_container div.subvisual{
	height: 68px;
	margin-bottom:0px;
}
div.middle_right{
	width: 912px;
	margin-left: 37px;
}
div.cnt_top,
div.sub_ctn,
div.cnt_top div.location{
	width: 912px;
}

div.sub_ctn div.sub-menu-box{
	width: 100%;
}

div.sub_ctn div.sub-menu-box li{
	list-style: none;
	width: 50%;
	float: left;
}
div.sub_ctn div.sub-menu-box li a {
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 17px;
    margin: 0 0 40px;
    background: #f1f1f1;
    color: #888;
    font-weight: 600;
    cursor: pointer;
}
div.sub_ctn div.sub-menu-box li a.on,
div.sub_ctn div.sub-menu-box li a:hover{
	background: #2f9f88;
	color: #fff;
}
div.middle_left{
	display: none;
}
.calendar-wrap .date-select {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 1em;
    color: #333;
    display: inline-block;
    font-weight: 600;
}
.calendar-wrap .date-title > a > img{
	vertical-align: text-bottom;
	margin: 0 10px;
}
.calendar-wrap .reserve-state{
    position: absolute;
    right: 0px;
    top: 90px;
}
.calendar-wrap .reserve-state li {
    display: inline-block;
    padding: 5px 8px;
}
.calendar-wrap .reserve-state li h1 {
    margin: 0 0 10px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 1.5em;
    font-family: dotum;
    letter-spacing: -0.1em;
}
.state3 {
    background: #ebdcd3;
}
.state2 {
    background: #b7b9c1;
}
.state1 {
    background: #95cdf7;
}
.state0 {
    background: #f8d044;
}

.basic-table th {
    font-weight: bold;
    padding: 12px 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f9f9f9;
}
.basic-table th:last-child {
    border-right: 1px solid #ddd;
}

.basic-table th:first-child, .basic-table td:first-child {
    color: #f06f1c;
}

.basic-table td {
    font-size: 0.92em;
    /*padding: 10px;*/
    /*border-top: 1px dashed #e1e1e1;*/
    border-left: 1px solid #dcdcdc;
}
.basic-table td:last-child{
	border-right: 1px solid #dcdcdc;
}
.basic-table td {
	border-bottom: 1px solid #ddd;
}
.calendar td {
    border-left: 1px solid #d2d2d2;
    height: 6.2em;
    vertical-align: top;
    position: relative;
}
.calendar td > span {
    font-size: 14px;
    display: block;
    cursor: pointer;
    height: 55px;
    padding: 10px;
}
.calendar td > span:hover{
	background: #e2f1fd;
}
.basic-table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.calendar td ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.calendar td ul li {
    display: block;
    font-weight: 600;
    /*background: #a5a8b2;*/
    padding: 7px 4px 3px;
    color: #fff;
    border-top: 1px solid #fff;
    /*background: #95cdf7;*/
    font-size: 1.08em;
}
.calendar td ul li.state1{
	cursor: pointer;
}
.calendar td ul li.state1:hover{
	background: #2f9f88;
}
.calendar td ul li.state1 .sum-class{
	color: #2f9f88;
}
.calendar td ul li.state1:hover .sum-class{
	color: #fff;
}
/* 신청 페이지 */
table.tableBoard td {
    /*padding: 5px 0px;*/
    white-space: normal;
    word-break: break-all;
}

.tableBoard {
    border-top: 2px solid #00868a;
    border-bottom: 1px solid #cccccc;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin: 0 0 20px;
}
caption {
    width: 100%;
    height: 1px;
    font-size: 0.1em;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
/*
.tableBoard th:first-child {
    background: #eaf1f1;
}
*/
.tableBoard thead th,
.tableBoard tbody th {
    background: #eaf1f1;
    color: #333;
    padding: 10px 10px;
    border-bottom: 1px solid #8cabaf;
}
.tableBoard thead th{
	background: #d7e2e5;
}
.tableBoard tbody th:first-child,
.tableBoard thead th:first-child,
.tableBoard tbody td:first-child{
	border-left: none !important;
}
.tableBoard tbody th:last-child,
.tableBoard thead th:last-child,
.tableBoard tbody td:last-child{
	border-right: none !important;
}
.tableBoard.all-border thead th,
.tableBoard.all-border tbody th {
    border: 1px solid #8cabaf;
    text-align: center;
    font-weight: 400;
}
.tableBoard td.left {
    text-align: left;
}
span.padding-20{
	padding: 0 20px;
	display: block;
}
.tableBoard td {
    text-align: center;
    padding: 10px 7px;
    border-bottom: 1px solid #8cabaf;
    color: #666;
    line-height: 20px;
    font-weight: 300;
}
.tableBoard.mB40 td {
    padding: 10px 20px;
}
.tableBoard.all-border td {
    border: 1px solid #8cabaf;
}

.tableBoard td.text-left > p{
	padding: 0 0 20px 0;
}
.list_photo img{
	width: 125px;
	height: auto;
}
.list_photo2 img{
	max-width: 150px;
	height: auto;
}
.point01, .point01_bold {
    color: #2f9f88;
}
/*
input[type='text'], input[type='tel'], input[type='search'], input[type='number'], input[type='date'], input[type='email'], input[type='password'] {
    height: 20px;
    padding: 2px;
    border-color: #cacfda;
    border-top-color: #8a8c94;
    vertical-align: middle;
}
*/
.tableBoard td input[type='text'],
.tableBoard td input[type='password'] {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    padding: 2px 27px 2px 5px;
}
.tableBoard td input[type='password'] {
    padding: 2px 5px;
    width: 148px;
}
.tableBoard select {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    padding: 2px 5px;
    color: #999;
    margin-bottom: 3px;
}
.tableBoard td textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 24px;
    padding: 2px 27px 2px 5px;
}
.tableBoard td .desc {
    font-size: 13px;
    color: #2f9f88;
    margin-top: 5px;
}
.mB40 {
    margin-bottom: 40px !important;
}

.depth3TitleBar {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    clear: both;
    background:url(/img/depth3TitleBar.png) 0px 10px no-repeat;
    padding-left: 18px;
}

.depth3TitleBar.thin-text {
    font-weight: 300;
    color: #666;
}

.tableBoard td .fullSize {
    width: 97.5%;
}
.clause {
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    overflow: auto;
}
.clause > div {
    margin: 20px;
    line-height: 24px;
}
.clause > div .title {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.areeRule .desc {
    margin-bottom: 10px;
}
.commonList {
    margin-bottom: 40px;
    clear: both;
}
.commonList li {
    background: url(/img/bul_common_list.gif) 0 10px no-repeat;
    padding-left: 15px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.areeRule .commonList strong {
    color: #666;
    margin-left: -5px;
}
.agree {
    text-align: right;
    margin: 10px 0 0 0;
    font-size: 14px;
}
.btns {
    text-align: right;
    margin: 30px 0 60px;
    font-size: 14px;
}
.btns .btnLightGray a {
    background: #a5a8b2;
    color: #fff;
    padding: 10px 50px;
    font-size: 15px;
    border-radius: 3px;
}
.btns .btnGray a {
    background: #666;
    color: #fff;
    padding: 10px 50px;
    font-size: 15px;
    border-radius: 3px;
}
a.small_btn{
	background: #666;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
}
a.small_btn:hover{
	background: #2f9f88;
}
.info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.info .desc {
    margin: 2% 0 1%;
    font-size: 17px;
    color: #888;
    line-height: 21px;
    width: 100%;
    font-weight: 600;
    clear: both;
    letter-spacing: -0.07em;
}

.info span {
    color: #2f9f88;
    font-size: 24px;
    font-family: Sans-serif;
    font-weight: 300;
}

.info span.big-text {
    color: #2f9f88;
    font-size: 36px;
    font-weight: 300;
    display: block;
    line-height: 36px;
    text-align: center;
}

.info span.text-gray {
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    display: block;
    line-height: 36px;
    text-align: center;
}

.lightGrayBorder {
    border: 6px solid #f9f9f9;
    padding: 0 30px;
    clear: both;
}
.info .exhibit .desc{
	margin: 2% 6px 1%;
    font-size: 14px;
    color: #888;
    line-height: 14px;
    width: 100%;
    font-weight: 300;
    clear: both;
}
table.tableBoard td.textAlignLeft{
	text-align: left;
	font-size: 14px;
	padding:10px 20px;
}
table.tableBoard td.textAlignJustify{
	text-align: justify;
	font-size: 14px;
	padding:10px;
}
table.tableBoard td.textAlignLeft .commonList li{
	background:url(/img/commonList_li.png) 2px 8px no-repeat;
	
}
.info .tableEndList {
    padding: 20px 0;
    /*margin-bottom: 40px;*/
}
.info .relic_photo{
	border: 6px solid #f9f9f9;
    padding: 30px;
    clear: both;
    margin: 15px 0;
}
.info .relic_photo > h1{
	padding:100px 0;
	text-align: center;
	color: #888;
	font-size: 17px;
	font-weight: 600;
}
.info .relic_photo .list_photo {
	display: inline-block;
}
.info .relic_photo .list_photo li{
	width: 50%;
	float: left;
	text-align: center;
}
.info .relic_photo .list_photo li span{
    color: #626262;
    font-size: 15px;
}

.info .relic_photo.block-3 .list_photo li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.info .relic_photo.block-1 .list_photo li{
	width: 100%;
	float: left;
	text-align: center;
}
.tableBoard .relic_photo.block-1{
	border: none;
	margin: 0px;
	padding: 0;
}
.info .relic_photo .list_photo li > img {
    width: 97%;
    height: auto;
    margin: 5px auto;
}
.info .pdd-30{
	padding: 30px 0;
}
.borderBx {
    border: solid 1px #e8e8e8;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align:justify
}
.intro_left_Bx {
    float: left;
    padding: 30px;
    width: 50%;
    /*border-right: solid 1px #e8e8e8;*/
    box-sizing: border-box;
}

.hfR {
    float: right;
    padding: 30px;
    width: 50%;
    border-left: solid 1px #e8e8e8;
    box-sizing: border-box;
}
.borderBx-30{
	border: none;
}
.borderBx-30 .intro_left_Bx {
    float: left;
    padding: 30px;
    width: 33%;
    /*border-right: solid 1px #e8e8e8;*/
    box-sizing: border-box;
    background-color: #f1f1f1;
}
.borderBx-30 .hfR {
    float: right;
    padding: 16px 0 0 30px;
    width: 67%;
    border-left: 0px solid #e8e8e8;
    box-sizing: border-box;
    background-color: #fff;
}
.borderBx-30 .tableBoard{
	margin: 0;
}
.taR {
    padding-left: 0px !important;
    text-align: right !important;
    color: #626262 !important;
}
.h18 {
    font-size: 18px !important;
    line-height: 18px;
    color: #626262 !important;
}
.taR p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.h40 {
    font-size: 40px !important;
    line-height: 40px;
    color: #626262 !important;
    padding: 0 0 0 10px;
}

div.history{
	font-size: 14px;
	display: block;
	width: 100%;
}
.addBoderLine {
    overflow: hidden;
    clear: both;
}
.addBoderLine p{
	text-align: justify;
}
.addBoderLine.chart p{
	text-align: left;
}
.addBoderLine p > strong{
	color: #008f4c;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 7px 0 5px;
}
.addBoderLine p > b{
	color: #008f4c;
	font-weight: 300;
}
.history .chart {
	border-top: 1px dashed #ddd;
    overflow: hidden;
    clear: both;
    padding-top: 30px;
    margin-bottom: 30px;
}
.history .chart:last-child{
	border-bottom: 1px dashed #ddd;
}
.history .chart .title {
    background: url(/img/bg_history_title.gif) 0 0 no-repeat;
    float: left;
    margin-right: 60px;
    font-size: 31px;
    color: #fff;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 38px 51px 76px 16px;
}

.history .chart > ul {
    float: left;
    width: 75%;
}
.history .chart > ul > li {
    margin-bottom: 35px;
}
.history .chart > ul strong {
    font-size: 20px;
    color: #666;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url(/img/bg_year.gif) right 5px no-repeat;
    padding-right: 90px;
    letter-spacing: -0.05em;
}
.history .chart > ul p, .history .chart > ul ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    font-size: 15px;
    width: 70%;
}
.history .chart > ul span.month {
    color: rgb(0, 158, 37);
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 15px;
    line-height: 20px;
    font-size: 17px;
}
.history .chart > ul span.story {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 80%;
}
.history .chart > ul span.story-content {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 90%;
    margin-left: 50px;
}
.history .chart > ul ul li {
    margin-top: 20px;
    line-height: 1;
}

.history .chart > ul ul li:first-child {
    margin-top: 0px;
}
.depth2Title {
    margin-bottom: 25px;
    font-weight: 600;
    color: #444;
    font-size: 22px;
    background: url(/img/bul_depth2_title.gif) 0 50% no-repeat;
    padding-left: 26px;
    float: left;
    width: 100%;
    position: relative;
}
.depth2Title > ul{
    display: inline-block;
    right:0;
    position: absolute;
}

.depth2Title > ul li{
	float: left;
}
.depth2Title > ul li a {
    display: inline-block;
    padding: 10px 20px;
    background: #63a85e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 5px;
}
.depth2Title > ul li a:hover{
	background: #e8180c;
}
.organMap {
    background: rgba(0, 0, 0, 0) url("/img/bg_organ.gif") no-repeat scroll top center;
    height: 587px;
    margin: 0 auto;
    position: relative;
    width: 943px;
    clear: both;
}
.organMap .chief, .organMap .name, .organMap .name2 {
    position: absolute;
}
.organMap a{
	text-decoration: none !important;
}
.organMap .chief a {
    background: #888;
    text-align: center;
    color: #fff;
    width: 146px;
    height: 146px;
    line-height: 146px;
    display: block;
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 80px;
}
.organMap .name a {
    background: #888;
    text-align: center;
    color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
}
.organMap .name2 a {
    background: #888;
    text-align: center;
    color: #fff;
    width: 120px;
    line-height: 20px;
    padding: 30px 0;
    display: block;
    font-size: 17px;
}

.organMap .num01 {
    left: 403px;
    top: 20px;
}

.organMap .num04 {
    left: 383px;
    top: 230px;
}
.organMap .num04 a {
    background: #f06f1c;
}
.organMap .name2{
	top: 390px;
}
.organMap .name2 a {
    padding: 15px 0;
}
.organMap .name2 > ul {
    margin-top: 10px;
    margin-left: 10px;
}
.organMap .num05 {
    left: 82px;
}

.organMap .num06 {
    left: 244px;
}

.organMap .num07 {
    left: 413px;
}

.organMap .num08 {
    left: 573px;
}

.organMap .num09 {
    left: 744px;
}

.organMap .num05 ul a,
.organMap .num06 ul a {
    background: 0;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: auto;
    padding: 0;
    background: url(/img/bul_common_list.gif) 0 10px no-repeat;
    padding-left: 15px;
    text-align: left;
}
p.desc {
    margin: 2% 0 1%;
    font-size: 24px;
    color: #555;
    letter-spacing: -0.05em;
    line-height: 21px;
    width: 100%;
    line-height: 30px;
    clear: both;
}
p.desc b{
	color: #008f4c;
	font-weight: 300;
}
div.table-turn *{
	font-size: 16px;
}
div.table-turn li{
	width: 20%;
	float: left;
	position: relative;
}
div.table-turn li > h1 {
    display: block;
    margin: 0 15px 15px 0;
    background-color: #999;
    color: #fff;
    height: 80px;
    padding: 15px 10px;
    line-height: 22px;
}
div.table-turn li:last-child > h1{
    text-align: center;
    background-color: #006c92;
}

div.table-turn li > i{
    position: absolute;
    top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 60px;
    right: 24px;
}

div.table-turn2 li{
	width: 33.33%;
	float: left;
	position: relative;
	
}
div.table-turn2 li h1{
	background-repeat: no-repeat;
	background-position: center;
}
div.table-turn2 li h1,
div.table-turn2 li:last-child > h1{
	background-color: transparent;
}
div.table-turn2 li.turn-04{
	width: 35%;
}
div.table-turn2 li:last-child{
	width: 65%;
	background-color: transparent;
}
div.table-turn2 li > i{
	color: #888;
}
div.table-turn2 li > h1 {
    display: block;
    margin: 0 15px 15px 40px;
    color: #666;
    height: 140px;
    padding: 0 10px;
    line-height: 22px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}
div.table-turn2 li.turn-01 h1{
	background-image: url(/img/sub03_07_3_1.jpg);
	margin: 0 15px 0 0;
}
div.table-turn2 li.turn-02 h1{
	background-image: url(/img/sub03_07_3_2.jpg);
}
div.table-turn2 li.turn-03 h1{
	background-image: url(/img/sub03_07_3_3.jpg);
}
div.table-turn2 li.turn-04 h1{
	background-image: url(/img/sub03_07_3_4.jpg);
	height: 160px;
}
div.table-turn2 li.turn-05 h1{
	background-image: url(/img/sub03_07_3_5.jpg);
	height: 160px;
}
div.table-turn2 li > i {
    right: inherit;
    left: 5px;
    top: 43px;
}




table.icon-tables{
	width: 1000px;
}
table.icon-tables th{
	width: 80px;
	text-align: center;
}
table.icon-tables td{
	width: 420px;
	vertical-align: top;
	padding: 10px 0;
}
table.icon-tables h1 {
    font-size: 17px;
    background-color: #e7e7e8;
    padding: 6px 10px;
    margin: 5px 0;
    display: block;
}
table.icon-tables span {
	padding: 0 10px;
	display: block;
}
table.icon-tables .merit-01 h1{
	color: #71bf44;
}
table.icon-tables .merit-02 h1{
	color: #0b4ea2;
}
table.icon-tables .merit-03 h1{
	color: #00adee;
}
table.icon-tables .merit-04 h1{
	color: #f99d1d;
}
table.icon-tables .merit-05 h1{
	color: #a25541;
}
table.icon-tables .merit-06 h1{
	color: #f58221;
}
div.cross-section{
	position: relative;
	width: 100%;
	height: 500px;
}
div.cross-section > ul > li{
	position:absolute;
	width: 50%;
	right: 0;
	top:85px;
}
div.cross-section > ul > li:first-child{
	top:0;
	right: inherit;
}
div.cross-section > ul > li:last-child{
	top:230px;
	right: inherit;
}
div.cross-section > ul > li > div{
	background-repeat: no-repeat;
	padding: 0 0 0 260px;
}
div.cross-section-01{
	background-image: url(/img/sub03_02_3.gif);
	height: 200px;
}
div.cross-section-02{
	background-image: url(/img/sub03_02_1.gif);
	height: 225px;
}
div.cross-section-03{
	background-image: url(/img/sub03_02_2.gif);
	height: 200px;
}
div.cross-section > ul > li > div > h1{
	font-size: 16px;
	font-weight: 300;
	color: #0b9edb;
}
div.cross-section > ul > li > div li{
	vertical-align: 
}
div.cross-section > ul > li > div li > h1{
	width: 13px;
	height: 13px;
	background-color: #000;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.cross-section-01 .type-01 h1{
	background-color: #63a85e ;
}
.cross-section-01 .type-02 h1{
	background-color: #579a5d ;
}
.cross-section-01 .type-03 h1{
	background-color: #4e7f50 ;
}
.cross-section-01 .type-04 h1{
	background-color: #7c8288 ;
}
.cross-section-01 .type-05 h1{
	background-color: #c7c8cc ;
}
.cross-section-01 .type-06 h1{
	background-color: #9e8947 ;
}

.cross-section-02 .type-01 h1{
	background-color: #8c4739 ;
}
.cross-section-02 .type-02 h1{
	background-color: #966842 ;
}
.cross-section-02 .type-03 h1{
	background-color: #c77b3f ;
}
.cross-section-02 .type-04 h1{
	background-color: #231f20 ;
}
.cross-section-02 .type-05 h1{
	background-color: #7c8288 ;
}
.cross-section-02 .type-06 h1{
	background-color: #c7c8cc ;
}
.cross-section-02 .type-07 h1{
	background-color: #9e8947 ;
}

.cross-section-03 .type-01 h1{
	background-color: #65a85f ;
}
.cross-section-03 .type-02 h1{
	background-color: #c77b3f ;
}
.cross-section-03 .type-03 h1{
	background-color: #5a5b5f ;
}
.cross-section-03 .type-04 h1{
	background-color: #7c8288 ;
}
.cross-section-03 .type-05 h1{
	background-color: #c7c8cc ;
}
.cross-section-03 .type-06 h1{
	background-color: #9e8947 ;
}
.__se_tbl_ext .commonList{
	margin: 0;
	text-align: left;
}
.commonList-ul td{
	vertical-align: top;
}