@charset "utf-8";
#ca_name option:last-child { display:none !important; }
/* View */
.view-wrap h2 { color: #383B40;
font-family: Pretendard;
font-size: 26px;
font-style: normal;
font-weight: 700;
margin:0;
}
.view-wrap .h_info {margin:0 35px 20px 35px;}
.view-wrap .h_info h3{color: #383B40;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 56px;
}
.view-wrap .h_info h4{color: #313131;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.view-wrap .h_info h2 span{color: #383B40;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 40px;
}
.view-wrap .tit_sub {
	color: #383B40;
	font-family: Pretendard;
	font-size: 19px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.view-wrap .contents {padding:20px;}
.view-wrap .table { width:100%; border:0px; }
.view-wrap  tbody{ border:0px; }
.view-wrap .table th { border:0px; padding:8px 15px !important; line-height:20px;	color: #313131;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	}
.view-wrap .table td { border:0px; padding:8px 15px !important; line-height:20px;	color: #313131;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px; 
	}
.view-wrap .hotel th { border:0px; padding:4px 15px !important; line-height:20px;	color: #313131;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	}
.view-wrap .hotel td { border:0px; padding:4px 15px !important; line-height:20px;	color: #313131;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px; 
	}
.view-wrap .h_info b{margin-top:20px; font-size:20px; color:#F93F3F;}	
.view-wrap .h_sin {
	margin-top:5px;
	width: 100%;
	height: 52px;
	flex-shrink: 0;
	border-radius: 16px;
	background: #F93F3F;
	color: #FFF;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
	}
.view-wrap .form-line { border-bottom:2px solid orangered; height:1px; }
.view-wrap .form-title { border-bottom:2px solid orangered; line-height:24px; }
.view-wrap .form-title-thin { border-bottom:1px solid orangered; line-height:24px; }
.view-wrap .sub-title { padding-right:0px !important; width:150px; }
.view-wrap .sub-title span { display:block; border-right:1px solid #ddd; padding-right:10px; }
.view-wrap .sub-title span b { font-weight:normal; }
.view-wrap .form-group { margin-bottom:8px; }
.view-wrap .form-text { margin:10px 0px 20px; padding:15px; background:#fafafa; border:1px solid #ddd; }
.view-wrap .form-sign { margin:20px 0px; }

.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap .no-attach { border-bottom:0px; }
.view-wrap .view-cnt { letter-spacing:0; }

.view-wrap .rbox-white { padding:60px 80px;}
.view-wrap .view-img img{ display: block; border-radius: 16px;width:100%;}
.view-wrap .view-small { position: relative;
            width: 100%;
            height: 119px;
            overflow: hidden; }
.view-wrap .view-small img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; 
            object-position: center;
            border-radius: 16px;
        }
.view-wrap .view-lg { position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden; }
.view-wrap .view-lg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; 
            object-position: center;
            border-radius: 16px;
        }		
.view-comment { margin: 0px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; border-bottom: 1px solid rgb(51, 51, 51); display: inline-block; position: relative; }
.view-wrap .view-img {
    position: relative;
    display: inline-block;
}

.view-wrap .view-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	border-radius: 16px;
}

.view-wrap .view-img .text {
    font-size: 24px;
    font-weight: bold;
}
/* Comment */
.main_sec {padding:0 !important;margin-top:-40px;margin-bottom:-40px;}
.comment-media { margin:10px 0px; clear:both;}
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content { margin-top:8px;}
.comment-media .media .media-content img{ float:left; max-height:150px; max-width:200px; height:100%; width:100%; margin-right:20px;object-fit: contain;}
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('../../img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('../../img/cmt_nogood.gif') no-repeat left center; color:#888; }

.comment-form { padding-top:10px; }
.comment-box { border:1px solid #ddd; padding:12px 12px 0px; margin-bottom:15px; background:#fbfbfb; }
.comment-content { display:table; width:100%; table-layout:fixed; }
.comment-content .comment-cell { display:table-cell; padding:0px; text-align:center; vertical-align:middle; }
.comment-content .comment-cell.comment-submit { width:80px; height:100%; background:#fafafa; border:1px solid #ccc; border-left:0px; cursor:pointer; }
.comment-btn .cursor { margin-left:12px; color:#787878; }
.prod_name {white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sectTitArea {
    margin-bottom: 40px;
    text-align: center;
}
.sectTitArea strong {
    color: #313131;
    font-size: 30px;
    font-weight: 900;
}
.sectTitArea strong span {
    color: #F93F3F;
    font-size: 30px;
    font-weight: 900;
}

.bestReview .swiper {
    padding: 10px;
}
.reviewgrade {
	width: 100%;
	height: 242px;
	flex-shrink: 0;
	border-radius: 16px;
	background: #F4F6F8;
}
.reviewgrade .rating-container {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
}
.reviewgrade .rating-container .col-sm-6{
    padding: 0 50px 20px 50px !important;
}
.reviewgrade .rating-container .line{
    border-right:1px solid #D8DADD;
}
.reviewgrade .rating-title, .total-title {
    color: #313131;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-align:center;
	margin: 20px 0;
}

.reviewgrade .stars {
    display: flex;
}

.reviewgrade .rating-bar {
    background-color: #D8DADD;
    border-radius: 3.089px;
    height: 6px;
}

.reviewgrade .bar, .reviewgrade .bar2, .reviewgrade .bar3, .reviewgrade .bar4, .reviewgrade .bar5 {
    background-color: #FFC60D;
    height: 100%;
    border-radius: 3.089px;
}

.reviewgrade .rating-count {
	text-align:right;
	color: #313131;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.reviewgrade .total-rating {
    margin-top: 20px;
}

.reviewgrade .average-rating {
    margin: 5px auto;
	text-align:center;
	color: #313131;
	font-family: Pretendard;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.857px;
}
.reviewgrade .average-rating span{
	font-size: 28px;
	font-weight: 400;
}
.reviewgrade .average-rating p{
	color: #747983;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.reviewgrade .total-stars {
	text-align:center;
	margin: 15px auto;
}

.reviewgrade .star {
    font-size: 20px;
    color: #D8DADD;
}

.reviewgrade .total-stars .star{
	font-size: 30px;
    color: #D8DADD;
}

.reviewgrade .star.filled {
    color: #FFC60D;
}
#wr_content { resize:none; }
#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 20px 0 0; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

/* Write */
.write-wrap h2 { letter-spacing:-1px; padding:0px; margin:10px 0px 30px; }
.write-wrap table { width:100%; border:0px; min-width:250px;}

.write-wrap .table>tbody>tr>td .fa-check {
    margin-right: 3px
}
.write-wrap .table>tbody>tr>td .fa-check:before {
    font-size: 13px;
}
.write-wrap .table>tbody>tr>td .p_txt {
    padding:0;
    font-size: inherit;
}
.write-wrap .form-label label { font-weight:normal; margin-right:15px; vertical-align:middle; line-height:20px; }
.write-wrap .form-label label input { margin:0px; vertical-align:middle; }
.write-wrap .form-line { border-bottom:2px solid orangered; height:1px; }
.write-wrap .form-title {
    color: #F93F3F;
    border-bottom: 2px solid orangered;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.write-wrap .form-title-thin {
    border-bottom: 1px solid orangered;
    line-height: 24px;
}
.write-wrap .sub-title { padding-right:0px !important; width:150px; }
.write-wrap .sub-title span { display:block; border-right:1px solid #ddd; padding-right:10px; }
.write-wrap .sub-title span b { font-weight:normal; }
.write-wrap .form-group { margin-bottom:8px; }
.write-wrap .form-text { margin:10px 0px 20px; }
.write-wrap .form-text textarea { height:100px; }
.write-wrap .form-sign { margin:20px 0px; }
.write-wrap .write-file { border:0;box-shadow:none; }

.write-wrap .delete-file { margin:0px; padding:0px 10px; font-weight:normal; }
.write-wrap .delete-file label { font-weight: normal; }

#variableFiles { width:100%; margin:0 !important; border:0; }
#variableFiles td { padding:3px 0px !important; border:0; }
#variableFiles input[type=file] { box-shadow : none; border: 1px solid #ccc !important; outline:none; }
#variableFiles .form-group { margin:0; }
#variableFiles .col-sm-12 .form-group { margin:6px 0px; }
#variableFiles .checkbox-inline { padding-top:0px; font-weight:normal; }

/*////////////////////////   2018_1212   //////////////////////////////////*/

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #f00; }
label { cursor: pointer; }
hr { margin-top: 5px; margin-bottom: 10px; border: 0; border-top: 1px solid #e91b23; display: block; }
td[rowspan] { color: #555555; font-size: 16px; width: 15%; font-weight: 600; border-right: 1px solid #dddddd !important; text-align: center; background-color: #fbfbfb; }

#main div { display: none; }
#form-control visa { color: #ff0000; }
.ani input::-webkit-input-placeholder { color: gray; opacity: 1; transition: all 0.5s; }
.ani input:focus::-webkit-input-placeholder { text-indent: 20px; opacity: 0; }
.ui-datepicker .ui-datepicker-title select { font-size: 0.8em; }
.passport_no { text-transform: uppercase; }
.input_text { width: 75%; }
.td_title { font-size: 15px; font-weight: 600; text-align: center; vertical-align: middle !important; border-right: 1px solid #ddd !important; }
.td-subject { width: 20%; }
.last_picker { width: 140px;}
.input_text {width: 75%;}

@media all and (max-width:720px) {
	.comment-media .media .media-content img{ float:none;}
	.view-wrap h2 { font-size: 20px;}
	.main_sec {margin-top:-2px; padding:0 !important;}
	.prod_list_wrap{ padding:0 !important;}
	.comment-media{margin-top:20px;clear:both;}
	.reviewgrade {height: auto;	}
	.reviewgrade .rating-container {padding: 10px;}
	.reviewgrade .rating-container .col-sm-6{
		padding: 0 20px 10px 20px !important;
	}
	.reviewgrade .rating-container .line{
		border-right:0px solid #D8DADD;
	}
}

@media all and (max-width:460px) {
	.view-wrap .rbox-white { padding:30px 20px;}
	.view-wrap .h_info {margin:0;}
	.view-wrap .contents {padding:0px;}
	.view-wrap .h_info h2 {font-size: 24px;}
	.view-wrap .h_info h2 span{font-size: 17px;}
	.view-wrap .view-small {height: 70px;}
	.view-wrap .view-lg { height: 190px;}
	.tagList.view{padding-bottom:20px;padding-left:0px}
}

.star-ratings {float:left;margin:0;font-size:24px;position: relative;unicode-bidi: bidi-override;}
.star-ratings span {color: #e2e2e2;}
.star-ratings-fill {padding: 0;  position: absolute;  z-index: 1;  display: flex;  top: 0;  left: 0;  overflow: hidden;  -webkit-text-fill-color: #ffcc00;}
.star-ratings-base {z-index: 0; padding: 0;}
.star-info {float:left;margin-left:10px;font-size:14px;color:#888888;line-height:33px;}
.star-info span {color:#888888;font-size:16px;line-height:33px;}
.star-info span.av {font-weight:bold;color:#000000;font-size:24px;line-height:33px;}
.star-ratings {float:left;margin:0;font-size:20px;color: #e2e2e2;position: relative;unicode-bidi: bidi-override;}
.star-ratings-fill {padding: 0;  position: absolute;  z-index: 1;  display: flex;  top: 0;  left: 0;  overflow: hidden;  -webkit-text-fill-color: #ffcc00;}
.star-ratings-base {z-index: 0; padding: 0;}
#half-stars-example 
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {display: inline-flex;}
  
  /* make hover effect work properly in IE */
.rating__icon {pointer-events: none;}
  
  /* hide radio inputs */
.rating__input {
   position: absolute !important;
   left: -9999px !important;
}

  /* set icon padding and size */
.rating__label { cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
.rating__icon--star {color: orange;}
  
  /* set color of none icon when unchecked */
.rating__icon--none {color: #eee;}

  /* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none { color: red; }

  /* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star { color: #ddd; }
  
  /* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star { color: orange; }

  /* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {color: #ddd;}
  
  /* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none { color: #eee; }

  /* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none { color: red; }
}