@CHARSET "UTF-8";

#HeritageDiv {
	position:absolute;
	z-index:9999;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	/* height:100vh; */
}

.review-write-form .tit { color: #333; }
.review-write-form .tit h2 { font-weight: 500; margin-bottom: 5px; }
.review-write-form li { padding: 0 20px; box-sizing: border-box; }

/* 리뷰 팝업 */
.table-review{
    border-top:1px solid #555555 !important;
    border-bottom:1px solid #ddd;
    color:#333;
    border-left: none;
    border-right: none;
    font-family: "Noto Sans KR", sans-serif;
}
.table-review>thead>tr>td {
	padding:15px 8px !important;
	box-sizing: border-box; 
}
.table-review>tbody>tr>th,  
.table-review>tbody>tr>td,  
.table-review-content>tbody>tr>th,  
.table-review-content>tbody>tr>td {
	padding:12px 8px !important;
	box-sizing: border-box; 
}

.table-review thead>tr>td {
	font-weight:500;
	text-align:center;
	font-size:16px;
} 

.table-review tbody { cursor:pointer; }
.table-review tbody tr { text-align:center; }
.table-review tbody tr td { font-size:16px; }
.table-review tbody tr td:nth-child(2) { text-align:left; }
.table-review tbody tr:first-child td{
    border-top:1px solid #333f50 !important;
}
.table-review-content{
    border-bottom:2px solid #999999;
}
.table-review-content tbody tr:first-child th,
.table-review-content tbody tr:first-child td{
    border-top:none;
}
.table-board{
    border-top:1px solid #333f50;
    border-bottom:1px solid #333f50;
    font-weight:900 !important;
}
.table-board .active {
    background-color:#f1f1f1;
    color:#666;
    font-weight: 900;
}
.table-board thead th{
    background-color:#fafafa;
    text-align: center;
    color:#333;
    border-width: 1px !important;
}
.table-type01{
    border-top:1px solid #333;
    border-bottom:1px solid #ddd;
	min-width: 1170px;
	width:100%
}
.table-type01 thead th{
    background-color:#fafafa;
    text-align: center;
    font-weight: 900;
    border:1px solid #ddd;
}
.table-type01 thead th:first-child,
.table-type01 tbody td:first-child{
    border-left:0 !important;
}
.table-type01 thead th:last-child,
.table-type01 tbody td:last-child{
    border-right:0 !important;
}
.table-type01 tbody td{
    color:#666;
    border:1px solid #ddd;
}
.inline-block-container{
    font-size:0;
    position:relative;
    display:flex;
}
#more-review {
	display:flex;
	align-items:center;
	justify-content:center;
}
#more-review .modal-body{
	height : 600px;
    padding: 30px 50px 50px;
    box-sizing: border-box;
    overflow-y:auto;
}
.modal-body .btn-wrap { display: flex; flex-direction: row; justify-content:center; }
.modal-body .btn-wrap .btn{
    border-radius: 3px;
    width: 100%;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #EEEEEE;
    border: 1px solid #CECECE;
    color: #333;
    padding:0 !important;
    box-sizing: border-box;
    margin:0 5px;
}
.modal-body .btn-wrap .change {
	color: #fff;
    background: #9e0000;
    border: 1px solid #9e0000;
}
.modal-body .btn-wrap .change:focus,
.modal-body .btn-wrap .change:hover {
	background: #830202 !important;
    border: 1px solid #830202 !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.095);
}
.modal-body .btn-wrap .delete,
.modal-body .btn-wrap .save {
	color: #fff;
    background: #1a5987;
    border: 1px solid #1a5987;
}
.modal-body .btn-wrap .delete:focus,
.modal-body .btn-wrap .delete:hover,
.modal-body .btn-wrap .save:focus,
.modal-body .btn-wrap .save:hover {
	background: #14486e !important;
    border: 1px solid #14486e !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.095);
}
.btn:not(.note-btn) {
    border-radius: 1px;
    padding: 0 27px;
    color: #333;
    border: 1px solid #e0e0e0;
}
.modal-body .btn-wrap .btn:focus, 
.modal-body .btn-wrap .btn:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #ddd !important;
}
#more-review .review-title li:nth-child(1){
    width:305px;
}
#more-review .review-title li:nth-child(1) img{
    width:305px;
}
#more-review .review-title li:nth-child(2){
    width:100%;
    padding-left:20px;
}
#more-review .review-title li:nth-child(3){
    width:190px;
    position: absolute;
    bottom: 0;
    right: 0;
}
#more-review .review-title .title .location .fa{
    font-size:1.3em;
}
#more-review .review-title .title .location{
    color:#999;
}
#more-review .review-title .title h4{
	color:#565656;
    font-weight: 600;
    margin-bottom: 5px;
}
/* modal */
.modal-content{
    box-shadow:none !important;
    border:none !important;
    width: 100%;
    max-width: 920px;
    background-color: #f8f8f8 !important;
    border-radius: 5px !important;
    margin:0 auto;
    z-index : 9999;
}
.modal-body{
  background-color: transparent !important;
}
.modal-header{
   width:100%;
    padding:0 30px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    height:80px;
    background-color: #021C47;
}
.modal-header .modal-title {
    display: block !important;
    visibility:visible !important;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
}
.modal-header .close{
    display:block;
}
.close{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(../icons/search_close_white.png) no-repeat center !important;
    text-indent: -2000px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity:1 !important;
    box-shadow: none !important;
    margin:0 !important;
}
.close:hover {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.modal-foote{
    background-color:#fff;
    padding:20px 0;
    border-top:1px solid #e0e0e0;
    font-size:0;
}
.modal-foote .btn{
    line-height:38px;
    font-size:14px;
    font-weight:900;
}
.modal-foote .btn:nth-child(2){
    margin:0 10px;
}
.modal-dialog.course-new{
    width:1024px;
}
.inline-block {
    display: inline-block;
    font-size: 14px;
}
.modal-dialog.course-new {
    margin:0 auto !important;
}
.review-write-form>li>table {
	border-top:1px solid #555555;
	border-bottom:1px solid #ddd !important;
	font-family: "Noto sans KR", sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.review-write-form>li>table tr { width:100%;}
.review-write-form>li>table tr>th {
	width:15%;
	background-color:#eee;
	border-right:1px solid #ddd;
	text-align:center;
	vertical-align:middle;
	font-weight: 500;
}
.review-write-form>li>table tr>td>label { display:block; width:100%; }
.review-write-form>li>table tr>td>label>input { width:100%; padding:6px 10px; box-sizing:border-box; border:1px solid #ddd; }
.review-write-form>li>table tr>td>label>input[type=text] { 
	color:#555 !important; 
	font-weight:400; 
	font-family: 'Noto Sans KR', sans-serif; 
	letter-spacing: -0.03em; 
}

.review-write-form>li>table tr>td>textarea {
	color: #555 !important;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.03em;
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 180px;
}

.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-top-30 { margin-top: 30px !important; }

.course-new .modal-body { overflow: hidden; }
.course-new .modal-body div.panel-left,
.course-new .modal-body div.panel-map,
.course-new .modal-body div.panel-right,
.course-new .modal-body div.panel-footer{
    float:left;
}
.course-new .panel-left{
    width:238px;
    height:680px;
}
.course-new .panel-map{
    width:calc(100% - 466px);
    height:680px;
}
.course-new .panel-right{
    width:228px;
    height:680px;
}
.course-new .panel-footer{
    width:100%;
    padding:0;
    background-color: transparent;
    border-top:1px solid #e0e0e0;
}
.course-new .panel-footer .table-form tbody tr{
    border-bottom:1px solid #e0e0e0;
}
.course-new .panel-footer .table-form  .form-writer span{
    font-size:.9em;
    padding-left:10px;
}
.course-new .panel-footer .table-form  .form-writer .input{ width:20%; }
.course-new .panel-left .title{
    width:100%;
    height:58px;
    overflow: hidden;
    background-image: url("../img/label/course.png");
}
.course-new .panel-left .search-form{
    height:48px;
    width:100%;
}
.course-new .panel-left > div{
 border-bottom:1px solid #e0e0e0;
}
.course-new .panel-left .search-form input{
    width:calc(100% - 48px);
    float:left;
    height:100%;
    border:none;
    padding-left:15px;
    box-sizing: border-box;
}
.course-new .panel-left .search-form a.btn-search{
    width:48px;
    height:48px;
    background-color: #333f50;
    float:left;
    background-image: url("../img/icon/m-search.png");
    background-position: center center;
    background-size:50px;
}
.nav-tabs>li {
    border-right: 1px solid #e0e0e0;
}
.nav-tabs>li:last-child{
    border-right:none;
}
.nav-tabs>li>a{
    border-radius:0;
    margin-right:0;
    text-align: center;
    height:100%;
    vertical-align: middle;
}
.course-new .tab-wrap{
    width:100%;
}
.course-new .nav-tabs>li a{
    line-height:50px;
    color:#333;
    padding:0 15px;
    font-weight:900;
}
.course-new .nav-tabs>li:last-child a{
    line-height:20px;
    padding-top:3px;
}
.course-new .nav-tabs>li {
    height:50px;
}
.course-new .nav-tabs>li.active>a, .course-new .nav-tabs>li.active>a:hover, .course-new .nav-tabs>li.active>a:focus{
    background-color:#d8d8d8;
}
.course-new .tab-content{
    height:524px;
    width:100%;
}
.course-new .tab-content .checkbox label{
    font-weight: 900;
    color:#666;
}
.course-new .tab-content .checkbox{
    display:block;
    float:none;
    margin-top:14px;
    margin-bottom:14px;
    padding-left:30px;
}
.course-new .panel-right .user-wrap{
    height:198px;
    width:100%;
}
.course-new .panel-right .course-list{
    /* height:482px; */
    width:100%;
    font-size:0;
}
.course-new .panel-right .course-list .title{
    width:100%;
    height:50px;
    background-color:#333f50;
    color:#fff;
    font-size:15px;
    font-weight:900;
    line-height: 50px;
    padding-left:20px;
}
.course-new .panel-right .course-list .list{
    border-bottom:1px solid #e0e0e0;
    padding:10px 0 9px;
}
.course-new .panel-right .course-list span{
    display:inline-block;
    font-size:14px;
    color:#666;
    font-weight:900;
    position: relative;
}
.course-new .panel-right .course-list span.num{
    width:44px;
    padding-right:5px;
    text-align: right;
}
.course-new .panel-right .course-list span.name{
    width:calc(100% - 74px);
}
.course-new .panel-right .course-list span.delete{
    width:30px;
    text-align: center;
    font-weight: 100;
    color:#333;
    cursor: pointer;
}
/* .modal .paging li.paging-num.active,
.content-body */ 
.paging li.paging-num.active{
    background-color:#999;
    color:#fff;
}
.content-body .survey-wrap{
    border:1px solid #e0e0e0;
    background-color:#fafafa;
}
.content-body .survey-wrap hr{
    border-color:#e0e0e0;
    width:calc(100% - 40px);
    margin: 20px auto;
}
.content-body .survey-wrap pre{
    border:none;
    background-color: transparent;
    padding:0 20px;
    color:#666;
    font-family: inherit;
}
.content-body .survey-wrap .form{
    padding:20px 20px 0 20px;
    font-weight: 900;
    color:#333;
}
.content-body .survey-wrap .form .icon{
    width:60px;
    height:60px;
    margin-right:10px;
    background-image: url("../img/icon/survey.png");
}
.content-body .survey-wrap .form .btn-submit{
    line-height:38px;
    border:1px solid #d8d8d8;
    background: #ffffff;
}
.content-body .survey-wrap .form li{
    padding-top:8px;
}
.content-body h3{
    margin:30px 0;
    font-size:1.4em;
    font-weight:900;
}
.content-body .title-wrap{
    width: 100%;
    height: 198px;
    background-color:#000;
    background-image: url('../img/background/sub-title.png');
    background-position: center center;
    color:#fff;
    text-align: center;
}
.content-body .title-wrap .title{
    font-size:2.4em;
    font-weight:600;
    padding-top:60px;
    padding-bottom:20px;
    width: auto;
}
.content-body .title-wrap .name{
    font-size:1.2em;
    font-weight:600;
}

.content-body >.course-description{
    margin-bottom: 30px;
}

.content-body .course-description textarea{
    border:1px solid #e0e0e0;
    width:100%;
    box-sizing: border-box;
    padding:20px;
    resize:none;
    line-height:1.5em;
    color:#333;
    overflow: hidden;
    word-wrap: break-word;
    height: auto;
}
.content-body .course-description textarea:focus{
    outline:none;
}
.content-body .btn-vr{
    line-height:38px;
    border:1px solid #e0e0e0;
    font-weight:900;
}
.content-body .course-info{
    border-top:2px solid #e0e0e0;
}
.content-body .course-info .map{
    border:1px solid #e0e0e0;
    height:518px;
    width:100%;
    background-image: url('../img/sample03.png');
    background-size:cover;
    background-position: right center;
    margin-bottom:30px;
}
.content-body .course-info .course-route{
    border:1px solid #e0e0e0;
    padding:0 20px;
    margin-bottom:30px;
}

/* 여행후기 더보기 상세페이지  */
.reviewView { margin: 3rem 0; }
.reviewView .viewTopBtn { margin-bottom: 2rem; text-align: right; }
.reviewView .viewHead { border-top: 1px solid #555555; }

.viewHead .subject {
    padding: 18px 12px;
    box-sizing: border-box;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    word-break: keep-all;
}

.viewHead .viewInfo {
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.viewHead .viewInfo ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.viewHead .viewInfo li {
    display: inline-block;
    padding: 0 0 0 2rem;
    box-sizing: border-box;
}

.viewHead .viewInfo li strong {
    font-weight: 600;
    font-size:16px;
    color: #333;
    padding-right: .8rem;
}

.viewHead .viewInfo li span { font-size:15px; color: #333; }
.viewHead .viewInfo li:first-child { padding-left: 0; }

.viewCont {
    padding: 50px 30px 100px;
    box-sizing: border-box;
    font-size:15px;
    color:#333;
    border-bottom: 1px solid #ddd;
}

/* 방혜성 추가 */
#btn1 {
	display : flex;
}
#btn1 > li {
    display: flex;
    justify-content: flex-end;
}
#btn1 .btn-wrap{
	width : 60%;
}
#btn1 .btn_delAndModi{
	width : 40%;
	margin-right : 50px;
}
#btn1 .btn_delAndModi .btn-delete{
	margin-left : 15px;
	color: #fff;
    background: #1a5987;
    border: 1px solid #1a5987;	
}
#btn1 .btn_delAndModi .btn-change{
	color: #fff;
	background: #9e0000 !important;
    border: 1px solid #9e0000 !important;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}

#btn1 .btn_delAndModi .btn-change:hover {
    background: #830202 !important;
    border: 1px solid #830202 !important;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}
#btn1 .btn_delAndModi .btn-delete:hover{
	background: #14486e !important;
    border: 1px solid #14486e !important;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}
/* 방혜성 추가 */

/* 반응형 */
@media screen and (max-width:1024px) {
	.modal-content {  width: 90%; max-width: auto; }
	.modal-dialog {width: 100% !important;}
}

@media screen and (max-width:768px) {
	#more-review .modal-body { padding: 15px 20px 30px; }
	#more-review .review-title li:nth-child(1) img { width: 200px; }	
	#more-review .review-write-form .tit h2 { font-size: 28px; }
	#more-review .review-write-form li { padding: 0; }
	.modal-dialog {width: 100% !important;}
}

@media screen and (max-width:680px) {
	#tgd60-30 #table02 thead tr td:nth-child(4),
	#tgd60-30 #table02 tbody tr td:nth-child(5),
	#tgd60-30 #table02 thead tr td:nth-child(5) { display:none; }
	#tgd60-30 #table02 col:nth-child(1) { width:20%; }
	#tgd60-30 #table02 col:nth-child(2) { width:55%; }
	#tgd60-30 #table02 col:nth-child(3) { width:25%; }
	.viewHead .viewInfo li:nth-child(2) { display:none; } 
	.table-review thead>tr>td,
	.table-review tbody tr td { font-size: 14px; }
	
	.review-write-form>li>table tr {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.review-write-form>li>table tr>th,
	.review-write-form>li>table tr>td { width:100%; }
}

@media screen and (max-width:490px) {
	#more-review .modal-body { padding:15px 20px 30px; }
	#more-review .review-title li { width:100% !important; }
	#more-review .review-title li:nth-child(1) img {  width:100% !important; }
	.inline-block-container { flex-direction: column; }	
	#more-review .review-title li:nth-child(2) { padding:0; margin:15px auto; text-align:center; }
	#more-review .review-title li:nth-child(3) { position:static; }
	#more-review .btn-wrap { flex-direction: column; }
	#more-review .btn-wrap .btn { max-width:100%; margin-right:0; margin-left:0; margin-bottom:10px; }
	#more-review .btn-wrap .btn:last-child { margin-bottom:0; } 
	.viewHead .viewInfo { padding: 0; }
	.viewHead .viewInfo ul { flex-direction: column; }
	
	.viewHead .viewInfo li { 
		width: 100%;
		display: block;
		padding: 12px !important;
		box-sizing: border-box;  
	}
	
	.viewHead .viewInfo:last-child li:first-child { border-bottom: 1px solid #ddd; }
}