/**카카오웨딩 웹 sub css**/
/**common**/
.content_wrap{
	padding: 30px 0 100px;
}
.content_wrap .layout_wrapper{
    text-align: center;
}

/**sub_visual**/
.sub_visual_bg {
    width: 100%;
    height: 500px;
    position: relative;
	background-color: #000;
}
.sub_visual_bg .sub_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.sub_visual_bg .text-block{
	display: block;
    position: absolute;
    right: 0px;
    color: #fff;
    top: 0px;
    width: 100%;
    text-align: center;
}
.sub_visual_bg::before{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    content: " ";
    -webkit-animation: fadeIn 1s ease-out forwards;
    -moz-animation: fadeIn 1s ease-out forwards;
    -o-animation: fadeIn 1s ease-out forwards;
    animation: fadeIn 1s ease-out forwards;
}
.sub_visual_bg.picture1::before{
    background-image: url(/images/cacao/sub_img01.png);
}
.sub_visual_bg.picture2::before{
    background-image: url(/images/cacao/sub_img02.png);
}
.sub_visual_bg.picture3::before{
    background-image: url(/images/cacao/sub_img03.png);
}
.sub_visual_bg.picture4::before{
    background-image: url(/images/cacao/sub_img04.png);
}
.sub_visual_bg.picture5::before{
    background-image: url(/images/cacao/sub_img05.png);
}
.sub_visual_bg.picture6::before{
    background-image: url(/images/cacao/sub_img06.png);
}
.sub_visual_bg.picture7::before{
    background-image: url(/images/cacao/sub_img07.png);
}
.sub_visual_bg .sub_inner .sub_title01{
	padding-top: 280px;
}
.sub_visual_bg .sub_inner .sub_title01 h5{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 8px;
	color:#fff;
}
@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: .6; }
}
@-moz-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: .6; }
}
@-o-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: .6; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: .6; }
}


/**depth2_nav**/
.depth2_nav{
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
}
.depth2_nav_bar {
    text-align: center;
	background-color:#fff;
	border: 1px solid #e8e8e8;
	max-width: 1280px;
    margin: 0 auto;
}
.depth2_nav_bar li {
    float: left;
    width: 25%;
    height: 60px;
	line-height: 60px;
    border-right: 1px solid #e8e8e8;
	transition: all 0.5s;
}
.depth2_nav_bar li:last-child{
	border-right:0;
}
.depth2_nav_bar li a {
    font-size: 17px;
	font-weight: 400;
	color: #666;
}
.depth2_nav_bar li.on{
	border-bottom: 3px solid #222;
}
.depth2_nav_bar li.on a{
	font-weight: 600;
    color: #000;
}


/* sub title */
.sub_title{
	text-align: center;
    padding: 80px 0 60px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
}
.sub_title span {
	line-height: 1.3;
    width: 60px;
    background-color: #A0ABA4;
    height: 1px;
    margin: 20px auto 0;
    display: block;
}

/**소개**/
.intro_tit{
	text-align: center;
    padding: 75px 0 30px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 300;
    color: #b9976c;
	position:relative;
}
.intro_tit::before{
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200px;
    height: 72px;
    background: url(/images/cacao/intro_bg01.png);
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
}

/**오시는길**/
.sub__inner_left{
	width: 49.2%;
	float:left;
}
.sub__inner_right{
	width: 48%;
	float:right;
}
.sub__Map .map_inner {
    margin-bottom: 35px;
}
.sub__Map .map_tit {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 23px;
    color: #877054;
    line-height: 1.4;
}
.sub__Map .map_desc {
    font-weight: 300;
    font-size: 15px;
    color: #999;
    line-height: 1.7;
}

/**요금 및 이용안내**/
.info_table{
	width: 100%;
}
.info_table table{
	table-layout: fixed;
    width: 100%;
}
.info_table table thead th{
	color: #fff;
    background: #c1bebb;
    border-top: 2px solid #8d8d8d;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 55px;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 500;
}
.info_table table tbody td{
	font-size: 16px;
    padding:16px;
    border-bottom: 1px solid #e8e8e8;
}
.info_table .nt_span{
	display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #b92d29;
}

/* 게시판공통 */
.sub_content{
    width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}

/*커뮤니티*/
.board_list table{
	width:100%;
	table-layout: fixed;
}
.board_list thead th {
    border-top: 2px solid #000;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 55px;
    padding: 2px 5px;
    font-size: 16px;
    background: #fff;
    font-weight:500;
}
.board_list tbody td {
	font-size: 16px;
    padding:16px;
    border-bottom: 1px solid #e8e8e8;
	word-break:keep-all;
	cursor:pointer;
}
.board_list tbody td.td_date{
	font-size:16px;
	color:#aaa;
}
.board_list tbody td a{
	word-break: break-all;
    text-align: justify;
	font-size: 15px;
}
/**게시판 글쓴 영역부분**/
.prdt_notice_cont_tr p{
	font-size:15px;
	line-height:24px;
}
.prdt_notice_cont_tr img{
	width:100%;
}

/**질문과 답변 검색창*/
.notice_search_box {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 220px;
	margin-bottom: 20px;
	background: #ffffff;
}
.notice_search_box select {
	width: 20%;
	height: 40px;
	border: 1px solid #ddd;
	background: #ffffff;
	font-size: 15px;
	line-height: 15px;
	color: #454545;
	vertical-align: 0px;
}
.notice_search_box input {
	width: 50%;
	height: 40px;
	border: 1px solid #ddd;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -2px;
	font-size: 15px;
	line-height: 15px;
	color: #454545;
	padding: 0 10px;
}
.notice_search_box button {
	width: 22%;
	height: 40px;
	border: none;
	background: #121212;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
}

/**다운로드**/
.download_tt{
	color: #0069d5;
    text-decoration: underline;
}

/* 문의하기 */
.table-form {
	border-top: 2px solid #1c2640;
}
.input_500 {
	width: 500px;
}
.online_desc{
	font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    color: #bb996f;
    font-weight: 300;
}
.online_tit {
	margin-top: 50px;
	margin-bottom: 10px;	
}
.online_tit h4{
	font-size: 18px;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.agree_box {
	border-top: 2px solid #072241;
	height: 290px;
}
.agree_area {
	margin-top: 15px;
	margin-bottom: 40px;
}
.agree_area input[type="checkbox"] {
	display: none;
}
.agree_area input[type="checkbox"]+label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -9px;
	background: url(/images/btn/ico_checkbox_off.png) left top no-repeat;
	cursor: pointer;
}
.agree_area input[type="checkbox"]:checked+label span {
	background: url(/images/btn/ico_checkbox_on.png) left top no-repeat;
}
.submit_button {
	text-align: center;
}
.submit_button p{
	display: inline-block;
	width: 220px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	cursor: pointer;
	background-color: #b9976c;
    font-weight: 500;
	font-size: 17px;
}

/*
.table-inquery {
	width: 100%;
	border-top: 2px solid #333;
	background-color: #fff;
}

.table-inquery tbody tr th {
	padding: 10px;
	text-align: left;
	font-size: 16px;
	font-family: noto-m;
	color: #121212;
	border-bottom: 1px solid #e8e8e8;
}

.table-inquery tbody tr td {
	padding: 10px;
	font-size: 15px;
	font-family: noto-r;
	color: #888;
	border-bottom: 1px solid #e8e8e8;
}

.table-inquery tbody tr td input {
	padding-left: 10px;
	width: 400px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.table-inquery tbody tr td .product_qa {
	padding-left: 10px;
	width: 134px;
	height: 19px;
	line-height: 55px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.table-inquery tbody tr td .online_textarea {
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	overflow-y: auto;
	width: 100%;
	font-family: noto-r;
	padding: 10px;
	min-height: 200px;
	resize: none;
}*/


/* */
.sub-contents {
	background-color: #fff;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 80px 25px 150px;
}

.sub-contents h2, #addMap h2 {
	font-family: "NanumSquareRound";
	float: left;
	margin-bottom: 20px;
	width: 260px;
	padding-right: 30px;
	padding-top: 30px;
	font-size: 26px;
	line-height: 1.5;
	color: #222;
	clear: both;
}

.sub-contents p, #addMap p {
	padding: 0 0 60px 0;
	line-height: 1.8;
	font-size: 16px;
	font-family: 'noto-r';
}

.sub-contents div.left {
	float: left;
	width: 278px;
}
.sub-contents div.left p {
	padding: 0;
	margin: 0;
}

.sub-contents div.left p img {
	padding: 0;
	margin: 0;
}

.sub-contents div.right, #addMap div.right {
	float: left;
	width: 870px;
	padding-top: 30px;
	border-top: 1px solid #CCC;
}

.sub-contents div.right dl, #addMap div.right dl {
	float: left;
	width: 870px;
	padding: 30px 0 10px 0;
	border-top: 1px solid #CCC;
}

.sub-contents div.right dl.none, #addMap div.right dl.none {
	padding-top: 0;
	border-top: 0 none;
}

.sub-contents div.right dl dt, #addMap div.right dl dt {
	float: left;
	width: 90px;
	font-size: 23px;
	font-weight: bold;
	color: #B82D2A;
}

.sub-contents div.right dl dd, #addMap div.right dl dd {
	float: right;
	width: 780px;
	padding-bottom: 20px;
	font-size: 17px;
}

.sub-contents div.txt-box {
	clear: both;
	width: 100%;
	padding: 20px 20px 20px 250px;
	margin-bottom: 30px;
	background: #EEE;
}

.sub-contents div.txt-box p {
	padding: 0;
}

.sub-contents div.txt-box ul {
	padding: 0;
}

.sub-contents div.right div.txt-box {
	width: 700px;
	padding: 20px 20px 15px 20px;
}

.sub-contents div.none, .sub-contents .none {
	border-top: 0 none;
	padding-top: 0;
}

.sub-contents strong {
	width: 65px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.spaceleegizu span {
	float: left;
	font-size: 16px;
}

.sub-contents .contents-table table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	table-layout: auto;
}

.sub-contents .contents-table table th {
	background: #DEDEDE;
	border: 1px solid #B6B6B6;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}

.sub-contents .contents-table table td {
	border: 1px solid #B6B6B6;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.sub-contents .contents-table table.fixed {
	table-layout: fixed;
}

.sub-contents .contents-table table td a.btn {
	display: inline-block;
	padding: 5px 20px 2px 20px;
	background: #666;
	color: #FFF;
}

.sub-contents .contents-table table td a.btn:hover {
	background: #BA2C28;
	text-decoration: none;
}

.sub-contents .contents-table {
	width: 100%;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}

.sub-contents .contents-table table {
	border-collapse: collapse;
	width: 100%;
	border-left: 1px solid #aaa;
}

.sub-contents .contents-table table th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
	background: #ddd;
	text-align: center;
}

.sub-contents .contents-table tbody th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
	background: #ddd;
	text-align: center;
}

.sub-contents .contents-table tbody td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
}


/* 작품슬라이드
.bnr_area {
	position: relative;
	width: 100%;
}

.bnr_area .blog_box a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 9% 9%;
	background-repeat: no-repeat;
	background-position: 90% 90%;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.bnr_area .blog_box a .tit {
	color: #fff;
	font-size: 34px;
	font-weight: 500;
}

.bnr_area .blog_box a .txt {
	display: block;
	margin-top: 5%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.bnr_area .bx-controls {
	position: absolute;
	bottom: 7%;
	right: 2%;
	padding-right: 28px;
	font-size: 0;
}

.bnr_area .bx-controls .bx-pager {
	display: inline-block;
	vertical-align: middle;
}

.bnr_area .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
}

.bnr_area .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	border: 2px solid #333;
	border-radius: 8px;
	text-indent: -999em;
}

.bnr_area .bx-controls .bx-pager .bx-pager-item:first-child .bx-pager-link {
	margin-left: 0;
}

.bnr_area .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #333;
}

.bnr_area .bx-controls .bx-controls-auto {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.bnr_area .bx-controls .bx-controls-auto a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background-repeat: no-repeat;
}

.bnr_area .bx-controls .bx-controls-auto a.active {
	display: none;
}

.bnr_area .bx-controls .bx-controls-auto .bx-start {
	background-image: url('/images/sub/ico_controls_bk.png');
	background-position: 0 0;
}

.bnr_area .bx-controls .bx-controls-auto .bx-stop {
	background-image: url('/images/sub/ico_controls_bk.png');
	background-position: -26px 0;
}

.bnr_area li img {
	width: 100%;
	height: 500px;
}
 */
/* 주요전시 */
/*.annual_report_title {
	background-color: #fafafa;
	overflow: hidden;
	margin-bottom: 50px;
}

.annual_report_title .con_txt {
	float: left;
	padding: 40px 0 40px 35px;
}

.annual_report_title .con_txt p {
	padding: 0;
}

.annual_report_title .con_txt p.stitle {
	font-size: 22px;
	color: #b92d29;
}

.annual_report_title .con_txt p.stitle span {
	color: #7c7c7c;
	font-weight: 300;
}

.annual_report_title .con_txt p.txt {
	font-size: 35px;
	color: #000;
	line-height: 130%;
	font-weight: 300;
	padding: 0;
	margin-bottom: 20px;
}

.annual_report_title .con_txt ul {
	overflow: hidden;
}

.annual_report_title .con_txt li {
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
}

.annual_report_title .con_txt li .year {
	float: left;
	width: 55px;
	font-weight: 600;
	letter-spacing: 0;
}

.annual_report_title .con_txt li .data {
	float: left;
}

/*포토갤러리 */
/*.gallery {
	padding-top: 15px;
	width: 100%;
}

.gallery ul {
	width: 100%;
}

.gallery ul li {
	float: left;
	width: 33.3%;
	padding: 0 7px;
	cursor: pointer;
}

.gallery ul li .thumb_nail {
	overflow: hidden;
}

.gallery ul li .thumb_nail img {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.gallery ul li .thumb_nail:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.gallery ul li .cont_desc {
	text-align: left;
	padding: 15px 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
	height: 90px;
}

.gallery ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}

.gallery ul li .cont_desc P {
	font-size: 16px;
}
/* 작품보기 */
/* 전시 */
.view {
	padding-top: 15px;
	padding-bottom: 50px;
	width: 100%;
}

.view ul {
	width: 100%;
}

.view ul li {
	float: left;
	width: 33.3%;
	padding: 10px 7px;
	cursor: pointer;
}

.view ul li .thumb_nail {
	overflow: hidden;
}

.view ul li .thumb_nail img {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.view ul li .thumb_nail:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.view ul li .cont_desc {
	text-align: left;
	padding: 15px 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
	height: 80px;
}

.view ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-bottom:8px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}

.view ul li .cont_desc P {
	font-size: 15px;
}



/* 전시 */
.exhibition {
	padding-top: 15px;
	width: 100%;
}

.exhibition ul {
	width: 100%;
}

.exhibition ul li {
	float: left;
	width:calc(33% - 10px);
	margin-right:15px;
	cursor: pointer;
}
.exhibition ul li:last-child{margin-right:0;}
.exhibition ul li .thumb_nail {
    overflow: hidden;
    position: relative;
}
.exhibition ul li .thumb_nail img {
	height:auto;
	background: #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:100%;
}

.exhibition ul li .cont_desc {
	text-align: left;
	padding: 15px 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background: #fff;
	width: 100%;
}

.exhibition ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-bottom:8px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}

.exhibition ul li .cont_desc P {
	font-size: 16px;
}

/**갤러리부분**/
.img_view li{
	float:left;
	width: calc(25% - 80px);
	margin: 0 40px 50px;
}
.img_view .thumb_wrap{
	transition:all 0.5s;
}
.img_view .thumb_wrap .thumb_nail{
	width:100%;
	height:200px;
	overflow:hidden;
}
.img_view .thumb_wrap .thumb_nail img{
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.img_view .cont_desc{
	margin: 20px 20px;
}
.img_view .cont_desc p{
	font-size:18px;
	font-family:'noto-b';
	margin-bottom:10px;
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.img_view .cont_desc span{
	font-size:14px;
	color:#aaa;
	font-family: 'NEXON Lv1 Gothic OTF';
}
.img_view .thumb_wrap:hover .cont_desc p{
	color:#8ec31f;
	border-bottom: 1px solid #8ec31f;
}
.img_view .thumb_wrap:hover .cont_desc span{
	color:#8ec31f;
}

/****/
.btn_new_img {
	position: relative;
	top: 0px;
	left: 4px;
}
.board_list tbody .td_view {
	color: #888;
	text-align: center;
	font-size: 15px;
}
.board_detail_page {
	border-top: 1px solid #1c2640;
	border-bottom: 1px solid #e8e8e8;
	padding: 24px 0;
	overflow: hidden;
}

