@charset "utf-8";

/* 구글애드센스 광고 */
.google-ad {
    margin: 0 auto;
    text-align: center;
	padding: 0 0 60px;
}
.example_responsive_2 {
	width: 100% !important;
	height: 100px;
}

/* 레이어 팝업 */
.modal-dialog {
	width: 980px;
	max-width: 100%;
}

.modal-body {
	padding: 0;
}

.modal-backdrop.show {
	opacity: 0.6;
}

.modal-backdrop {
	background-color: #000;
}

.top_bg {
	background-image: url("/img/defaultImg/defaultTopBg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_dark_bg {
	width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
	background-image: linear-gradient(180deg, rgba(25,25,25,.6), rgba(25,25,25,.1));
    padding-top: 40px;
    text-align: center;
}

.layer_title {
	position: relative;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 30px rgba(0,0,0,.7), 0 0 10px rgba(0,0,0,.7);
    padding: 10px 20px;
	z-index: 100;
}

.layer_dday {
	position: relative;
	font-family: 'GothamBold';
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
    padding: 10px 30px;
    margin-bottom: 30px;
    background: #48a63e;
    border-radius: 25px;
	z-index: 100;
}
.layer_dday span{
	display:inline-block;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	line-height:inherit;
}

.classForGothamOnIphone{
	position:relative;
	top:10px;
}

ul.layer_info {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0,0,0,.35);
	padding: 20px 0;
	text-align: center;
	z-index: 100;
}
ul.layer_info > li {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin-right: 35px;
	vertical-align: middle;
}

ul.layer_info > li:first-child::before {
	content: "\f024";
	font-family: "FontAwesome";
	font-size: 18px;
	margin-right: 10px;
}

ul.layer_info > li:last-child {
	margin-right: 0;
}

ul.layer_info li.star_review {
	border-top: none;
}

ul.layer_info li.star_review > .star{
	display:inline-block;
	color:orange;
	/* font-size:24px; */
}
ul.layer_info li.star_review > .star span{
	color:orange;
}

ul.layer_info li.star_review .num {
	font-size: 18px;
	color: #fff;
}
.courseLike_text {
	position: relative;
}
.courseLike_btn {
	display: inline-block;
	outline:0;
	border: 0;
	background: transparent;
	font-size: inherit;
	color: #fff !important;
	vertical-align: top;
}
/*
.courseLike_btn:hover,.courseLike_btn:focus {
	color: #eee;
	opacity: 0.8;
}
*/
.courseLike_btn::before {
    content: '';
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url('/img/sub/like_off.png') no-repeat top left;
    background-image: url('/img/sub/like_off.svg');
    background-size: 19px 17px;
    color: #f5bf1a;
    margin-right: 10px;
    vertical-align: middle;
}
/*
.courseLike_btn.on::before,
.courseLike_btn:hover::before,.courseLike_btn:focus::before {
	background-image: url('/img/sub/like_on.png');
	background-image: url('/img/sub/like_on.svg');
}
*/
.courseLike_btn.on::before {
	background-image: url('/img/sub/like_on.png');
	background-image: url('/img/sub/like_on.svg');
}
.layer_tab {
	text-align: center;
    margin: 45px auto 20px;
	width: 95%;
    background-color: #fff;
    border-radius: 0px;
	font-size: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.layer_tab li {
    display: inline-block;
    width: 16.6%;
    background-color: #fff;
    padding: 17px 0;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.layer_tab li:hover {
	cursor: pointer;
}

.layer_tab li.active {
	border-radius: 0px;
	color: #2e2e2e;
	font-weight: 600;
}
.layer_tab li.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height: 2px;
	background-color: #349c29;
}
.layer_tab li:first-child,
.layer_tab li:last-child {
	border-radius: 30px;
	border-right: none;
}

.layer_tab_content {
	padding: 40px;
}

#layer_tab6.layer_tab_content {
	border-bottom: none;
}

.layer_tab_content .title h1 {	
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

.layer_tab_content .title span {
	font-size: 16px;
	font-weight: 400;
	color: #8d8d8d;
	margin-left: 20px;
	margin-top: 7px;
}

.layer_tab_content .title span i {
	vertical-align: top;
	color: #bdbdbd;
}

/* 2021 디자인 변경으로 삭제
.layer_tab_content .title h1::before {
	content: "";
    display: inline-block;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #6d78a7;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-right: 10px;
    margin-bottom: 10px;
}
*/

.layer_tab_content dl {
	margin-bottom: 20px;
	display: table;
}

.layer_tab_content dl dt {
	display: inline-block;
	display: table-cell;
	width: 125px;
	font-size: 16px;
	font-weight: 400;
	color: #a5a5a5;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: -0.02em;
}

.layer_tab_content dl dt i {
	width: 24px;
	font-size: 22px;
	font-weight: 400;
	color: #d6d6d6;
	margin-right: 10px;
	text-align: center;
	vertical-align: text-bottom;
}

.layer_tab_content dl dt img {
	width: 20px;
	margin-right: 14px;
}
.layer_tab_content dl dt i.fa-university,.layer_tab_content dl dt i.fa-desktop  {
	font-size: 20px;
}
.layer_tab_content dl dt i.fa-credit-card-alt {
	font-size: 18px;
}
.layer_tab_content dl dd {
	/*width:320px;*/
	word-break:keep-all;
}

.fs_14 {
	font-size: 14px !important;
}

.layer_tab_content dl dd {
	display: inline-block;
	display: table-cell;
	font-size: 16px;
	color: #242424;
	line-height: 1.6;
	width: 80%;
	width: calc(50% - 125px);
} 
.layer_tab_content dl dd a {
	display: block;
	word-break: break-all;
}
.layer_tab_content div p {
	text-align: center;
}
.layer_souvenir {
	padding: 15px;
	width:100%;
}
.layer_souvenir.souvenir_box_none{
	font-size:24px;
	text-align:center;
}
.layer_souvenir > div:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    text-align: center;
}
.layer_souvenir > div:first-child > i.fa{
	margin-left:10px;
	font-size: 20px;
	color: #48a63e;
	cursor: pointer;
	z-index: 10;
	position: relative;
	top:2px;
}
.layer_souvenir > div:last-child > img{
	display:block;
	margin: 40px auto;
}

.layer_event {
	padding: 15px;
	width:100%;
}
.layer_event.event_box_none{
	font-size:24px;
	text-align:center;
}
.layer_event > div:first-child{
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    text-align: center;
}
.layer_event > div:first-child > i.fa{
	margin-left:10px;
	font-size: 22px;
	color: #48a63e;
	cursor: pointer;
	z-index: 10;
}
.layer_event > div:last-child > img{
	display:block;
	margin: 40px auto;
}

ul.layer_course_tab {
	max-width: 90%;
	margin: 0 auto 40px;
}

ul.layer_course_tab li {
	position: relative;
	float: left;
	padding: 11px 35px;
	margin-right: 15px;
	border-radius: 30px;
	background-color: #eaeaea;
	font-size: 16px;
	text-align: center;
	color: #848484;
	cursor: pointer;
}

ul.layer_course_tab li.active {
	background-color: #349c29;
	color: #fff;
}
/*
ul.layer_course_tab li.active::before {
	content: "\f024";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}

ul.layer_course_tab li.active::after {
	content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -20px;
    color: #6d78a7;
}
*/
ul.layer_course_tab li:last-child {
	margin-right: 0;
}
.layer_tab_content .title span.mapAddrText {
	color: #333;
}
.layer_course_content {
	position:relative;
    font-size: 24px;
	width: 100%;
	text-align: center;
	clear: both;
}
.layer_course_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.coursePayBox{
	background-color:#6d78a7;
	color:#ffffff;
	text-align:center;
	display:inline-block;		
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
	margin-top:20px;
}
.coursePayBox.lrt{
	/*
	margin-top:0;
	position:absolute;
	top:20px;
	right:20px;
	*/
}

#layerMapArea{
	width:100%;
	height:350px;
}

.layer_gallery {
	text-align: center;
}
.layer_gallery li {
	float: left;
	width: 33.3%;
	padding: 10px;
}

.layer_sns {
	float: right;
}

.layer_sns p {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-right: 8px;
	color: #888888;
	vertical-align: middle;
}
.layer_sns a {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	background-color: #c7c7c7;
	margin: 0 2px;
	vertical-align: middle;
}

.layer_sns a i {
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	line-height: 28px;
}

.layer_sns i.fa-naver img{
	margin-top:-3px;
}

.btn_sns_process{
	cursor:pointer;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
}
.btn_sns_process:hover{
	background-color:#8d8d8d;
	color:#ffffff;
}

.comment_box {
	background-color: #f1f1f1;
	padding: 20px;
	overflow: hidden;
}
.comment_box .row {
	margin-left: 0;
	margin-right: 0;
}
.comment_box .starComment {
	border-top: none;
	/* 
	font-size:24px;
	width: 24px;
	*/
}
.comment_box .starComment span{
	color:orange;
}

.comment_box textarea {
    width: 100%;
    height: 80px;
    padding: 15px;
    color: #aaaaaa;
    border: 1px solid #fff;
    margin-top: 10px;
    font-size: 15px;
}

.comment_box textarea::placeholder {
	color: #a1a1a1;
	 font-size: 15px;
}

.comment_box button.btn_comment {
    width: 100%;
    height: 80px;
    border: none;
    background-color: #48a63e;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.comment_list {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}

.comment_list .comment_starBox{
	display: inline-block;
	font-size:22px;
	margin-top:-10px;
}
.comment_list .comment_starBox span {
	color:orange;
}


.comment_list p.user_name {
	display: inline-block;
	margin: 0 20px;
	color: #888888;
}

.comment_list span {
	display: inline-block;
	color: #888888;
}

.btn_review {
	float: right;
    margin-top: -25px;
	font-size:0;
}

.btn_review a:hover,
.btn_review a:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.btn_review > a {
	color:#ffffff;
}

.btn{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
}
.btn:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.btn_modify {
	background-color: #455188;
}

.btn_delete {
	margin-left:3px;
	background-color: #b3b3b3;
}

.btn.red{
	margin-left:3px;
	background-color:#884545;
}


.comment_list p.user_review {
	color: #888;
	margin-top: 10px;
	text-align: left;
}

.comment_list div.commentModifyBox{
	color: #888;
    margin-top: 10px;
}
.comment_list div.commentModifyBox textarea.commentModifyArea{
	width:750px;
	
}


.btn_layer_bottom {
	overflow: hidden;
	padding: 40px;
}

.btn_close {
	width: 62px;
    height: 61px;
    position: absolute;
    right: 0;
    margin: 10px;
    display: block;
    cursor: pointer;
    z-index: 999;
	opacity: 1;
}


.btn_close img {
	display: block;
	width: 62px;
	height: 61px;
}

/* 페이지 네비게이션 css */
.paging {
	width:100%;
	font-size:0px;
	text-align:center;
	margin-top:45px;
	color:#797a80;
}

.paging > span{
	cursor:pointer;
}

.page_prev {
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	font-size:12px;
	font-weight:700;
	background:url('/img/paging/prev.gif') no-repeat center;
	border:solid 1px #e5e5e5;
	margin-right:15px;
}

.page_next {
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	font-size:12px;
	font-weight:700;
	background:url('/img/paging/next.gif') no-repeat center;
	border:solid 1px #e5e5e5;
	margin-left:15px;
}

.page_prev_group {
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	font-size:12px;
	font-weight:700;
	background:url('/img/paging/prev_g.gif') no-repeat center;
	border:solid 1px #e5e5e5;
	margin-right:5px;
}

.page_next_group {
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 32px;
	font-size:12px;
	font-weight:700;
	background:url('/img/paging/next_g.gif') no-repeat center;
	border:solid 1px #e5e5e5;
	margin-left:5px;
}


.page_now {
	display:inline-block;
	width:31px;
	height:30px;
	line-height: 30px;
	font-size:12px;
	font-weight:700;
	background:#6d78a7;
	color:#FFF;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	border:solid 1px #6d78a7;
}

.page_link {
	display:inline-block;
	width:31px;
	height:30px;
	line-height: 30px;
	font-size:12px;
	font-weight:400;
	color:#aeaeb2;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	border:solid 1px #e3e3e3;

}
.mo_layer_title {
	position: relative;
	display: block;
    overflow: hidden;
    padding: 0 18px;
    border-top: 10px solid #f6f6f6;
}
.mo_layer_title h2 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	background-color: #fff;
	height: 56px;
	line-height: 56px;
}
.hidden-text, .hidden_text {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
@media (min-width:1200px) {
}
@media(max-width:991px){
	.comment_list div.commentModifyBox textarea.commentModifyArea{
		width:650px;		
	}
}

@media(max-width:899px){
	.comment_list div.commentModifyBox textarea.commentModifyArea{
		width:550px;		
	}
}

@media(max-width: 767px){
	.btn_close, .btn_close img {
		width: 45px;
		height: 45px;
	}
	.comment_list div.commentModifyBox textarea.commentModifyArea{
		width:100%;		
	}

	.layer_title {
		font-size: 30px;
		padding: 40px 10px 20px;
	}
	
	.layer_dday {
		font-size: 26px;
	}

	ul.layer_info > li {
		font-size: 15px;
		line-height: 1em;
		margin-top: 6px;
		margin-right: 10px;
	}
	ul.layer_info > li.courseName_text {}
	ul.layer_info li ul.star_review {
		margin-top: 10px;
	}

	ul.layer_info li.star_review li i,
	ul.layer_info li.star_review .num {
		font-size: 15px;
		position: relative;
		top: 2.5px;
	}
	.courseLike_btn::before {
		margin-right: 4px;
	}
	.layer_tab li {
		font-size: 12px;
	}
	
	.layer_tab_content {
		padding: 10px 20px 30px;
		display: none;
	}
	.layer_tab_content.show {
		display: block;
	}
	.layer_tab_content .title h1 {
		font-size: 24px;
		margin-right: 10px;
	}

	.layer_tab_content .title span {
		font-size: 14px;
		line-height: 1.5;
		padding-top: 2px;
		margin-top: 0;
		margin-left: 10px;
		display: block;
	}
	
	.layer_tab_content .title h1::before {
	    border-right: 12px solid transparent;
	    border-bottom: 12px solid #6d78a7;
		margin-bottom: 8px;
		margin-right: 5px;
	}
	.layer_tab_content dl {
		display: block;
	}
	.layer_tab_content dl dt {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	.layer_tab_content dl dd {
		margin-left: 35px;
		display: block;
		width: 90%;
		font-size: 14px;
	}
	.layer_tab_content dl p {
		text-align: left;
	}
	ul.layer_course_tab {
		width: 90%;
		margin-bottom: 20px;
	}
	.layer_souvenir > div:last-child > img{
		margin-top: 20px;
	}
	
	ul.layer_course_tab li {
		/* width: 25%; */
		font-size: 12px;
		padding: 10px 10px;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	ul.layer_course_tab li.active::before {
		font-size: 10px;
	}

	ul.layer_course_tab li.active::after {
		content: none;
	}
	.layer_course_content,
	.layer_souvenir.souvenir_box_none,
	.layer_event.event_box_none {
		font-size: 17px;
	}
	
	.layer_tab_content .title span i {
		vertical-align: middle;
	}
	
	.layer_sns {
		margin-top: 5px;
	}

	.layer_sns p {
		font-size: 14px;
	}

	.comment_box button.btn_comment {
		width: 100%;
		height: 40px;
		font-size: 16px;
	}
	
	.comment_list p.user_review {
		font-size: 14px;
		line-height: 1.5;
	}
	.btn_review {
		margin-top: 10px;
	}

	.comment_list p.user_name,
	.comment_list span {
		font-size: 14px;
	}
	
	.comment_list .comment_starBox {
		font-size:15px;
	}

	.btn_layer_bottom {
		padding: 15px;
	}

	a.btn_primary {
		font-size: 16px;
		padding: 10px 30px;
	}
	.layer_tab {
		margin-bottom: 40px;
	}
	.mo_layer_title.note1_title {
		margin-top: 0px;
	}
}
@media(max-width: 581px){

}

@media all and (max-width:575px){
	.modal-dialog{
		margin:0;
	}
	.layer_sns i.fa-naver img {
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: 1px;
	}
	.comment_list p.user_name {
		padding: 0 12px;
	}
}
